[
  {
    "path": ".gitattributes",
    "content": "server/static/** linguist-detectable=false\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/bug_report.yml",
    "content": "name: 🐞 Bug Report\ndescription: Create a report to help us improve\ntitle: \"[Bug]: \"\nlabels: [\"bug\"]\nbody:\n  - type: markdown\n    attributes:\n      value: |\n        Thanks for taking the time to fill out this bug report!\n  - type: textarea\n    id: description\n    attributes:\n      label: Describe the bug\n      description: A clear and concise description of what the bug is. If applicable, add screenshots to help explain your problem.\n    validations:\n      required: true\n  - type: textarea\n    id: logs\n    attributes:\n      label: Relevant log output\n      description: Please copy and paste any relevant log located at `logs/app.log` and the client error (browser console) so that I can better understand the issue. If there are no errors, fill in no\n      render: shell\n    validations:\n      required: true\n  - type: checkboxes\n    id: validations\n    attributes:\n      label: Validations\n      description: Before submitting the issue, please make sure you do the following\n      options: \n        - label: Already read the README\n          required: true\n        - label: Check that there isn't already an issue that reports the same bug to avoid creating a duplicate. \n          required: true\n    validations:\n      required: true"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/config.yml",
    "content": "blank_issues_enabled: false\ncontact_links:\n  - name: 🚀 New feature proposal\n    url: https://github.com/3Alan/DocsMind/discussions\n    about: Request for new features."
  },
  {
    "path": ".github/workflows/issue.yml",
    "content": "name: 'Close stale issues'\n\npermissions:\n  contents: write # only for delete-branch option\n  issues: write\n  pull-requests: write\n\non:\n  schedule:\n    - cron: '30 1 * * *'\n\njobs:\n  stale:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/stale@v8\n        with:\n          stale-issue-message: 'This issue is stale because it has been open 5 days with no activity. Remove stale label or comment or this will be closed in 2 days.'\n          close-issue-message: 'This issue was closed because it has been stalled for 2 days with no activity.'\n          days-before-issue-stale: 5\n          days-before-issue-close: 2\n          days-before-pr-close: -1"
  },
  {
    "path": ".gitignore",
    "content": "# Logs\nlogs\n*.log\nnpm-debug.log*\nyarn-debug.log*\nyarn-error.log*\npnpm-debug.log*\nlerna-debug.log*\n\nnode_modules\ndist\ndist-ssr\n*.local\n\n# Editor directories and files\n.vscode/*\n!.vscode/extensions.json\n.idea\n.DS_Store\n*.suo\n*.ntvs*\n*.njsproj\n*.sln\n*.sw?\n\n.env\n\n# python\n.vercel\n*.pyc\n__pycache__/\n.venv/\n*.pyo\n*.pyd\ninstance/\nbuild\n*.spec\ntemp\n\ndata\n"
  },
  {
    "path": "Deployment.md",
    "content": "The first thing you need to know is that this project includes frontend (UI) and backend. I strongly recommend using Docker for deployment.\n\nIf you just want to try it out instead of using it in a production environment, you can deploy it using Vercel + Railway.\n\n## Docker\n\nFork the repository and clone the code to your local machine.\n\n> **Warning**\n>\n> Please check if you can access OpenAI in your region, you can refer to the [issue](https://github.com/3Alan/DocsMind/issues/3#issuecomment-1511470063) for more information.\n\n1. Create .env\n\nCreate a `.env` file and copy the contents of `.env.example` to modify it.\n\n2. Run App\n\n```bash\ndocker-compose up -d\n```\n\nPlease add `--build` to rebuild the image after each code update.\n\n```bash\ndocker-compose up -d --build\n```\n\nnow you can access the app at `http://localhost:8081`\n\nAll data will be saved in the `./data` directory.\n\n## Vercel + Railway\n\n> **Warning**\n>\n> ❗❗❗ if you want to use this project in a production environment, do not deploy it in this way. All data will be cleared when you redeploy.\n\nWe will deploy the code separately to Vercel and Railway.\n\nPlease follow the steps one by one.\n\n### Railway\n\nDeploy the backend using the following template.\n\n[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/template/HcW7kc?referralCode=Hk0oZ6)\n\nDo not check Private repository.\n![20230511150842](https://raw.githubusercontent.com/3Alan/images/master/img/20230511150842.png)\n\nAfter deployment, you will receive a domain. Copy it as it will be used later.\n![20230511135709](https://raw.githubusercontent.com/3Alan/images/master/img/20230511135709.png)\n\nYou can also customize the domain.\n![20230511140533](https://raw.githubusercontent.com/3Alan/images/master/img/20230511140533.png)\n\n### Vercel\n\n1. Select the repository created by Railway.\n2. Change the Root Directory to \"client\".\n3. Change the Framework Preset to \"Vite\".\n4. Add an environment variable `VITE_SERVICES_URL` with the value of Railway's Domain.\n\n![20230511141639](https://raw.githubusercontent.com/3Alan/images/master/img/20230511141639.png)\n\n![20230511141851](https://raw.githubusercontent.com/3Alan/images/master/img/20230511141851.png)\n\nNow you can upload your files, ❗❗❗ but please be reminded that all data will be cleared once you redeploy.\n\n**If you have a better deployment method, please feel free to share the tutorial and submit a pull request.**\n"
  },
  {
    "path": "LICENSE",
    "content": "                    GNU AFFERO GENERAL PUBLIC LICENSE\n                       Version 3, 19 November 2007\n\n Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n                            Preamble\n\n  The GNU Affero General Public License is a free, copyleft license for\nsoftware and other kinds of works, specifically designed to ensure\ncooperation with the community in the case of network server software.\n\n  The licenses for most software and other practical works are designed\nto take away your freedom to share and change the works.  By contrast,\nour General Public Licenses are intended to guarantee your freedom to\nshare and change all versions of a program--to make sure it remains free\nsoftware for all its users.\n\n  When we speak of free software, we are referring to freedom, not\nprice.  Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthem if you wish), that you receive source code or can get it if you\nwant it, that you can change the software or use pieces of it in new\nfree programs, and that you know you can do these things.\n\n  Developers that use our General Public Licenses protect your rights\nwith two steps: (1) assert copyright on the software, and (2) offer\nyou this License which gives you legal permission to copy, distribute\nand/or modify the software.\n\n  A secondary benefit of defending all users' freedom is that\nimprovements made in alternate versions of the program, if they\nreceive widespread use, become available for other developers to\nincorporate.  Many developers of free software are heartened and\nencouraged by the resulting cooperation.  However, in the case of\nsoftware used on network servers, this result may fail to come about.\nThe GNU General Public License permits making a modified version and\nletting the public access it on a server without ever releasing its\nsource code to the public.\n\n  The GNU Affero General Public License is designed specifically to\nensure that, in such cases, the modified source code becomes available\nto the community.  It requires the operator of a network server to\nprovide the source code of the modified version running there to the\nusers of that server.  Therefore, public use of a modified version, on\na publicly accessible server, gives the public access to the source\ncode of the modified version.\n\n  An older license, called the Affero General Public License and\npublished by Affero, was designed to accomplish similar goals.  This is\na different license, not a version of the Affero GPL, but Affero has\nreleased a new version of the Affero GPL which permits relicensing under\nthis license.\n\n  The precise terms and conditions for copying, distribution and\nmodification follow.\n\n                       TERMS AND CONDITIONS\n\n  0. Definitions.\n\n  \"This License\" refers to version 3 of the GNU Affero General Public License.\n\n  \"Copyright\" also means copyright-like laws that apply to other kinds of\nworks, such as semiconductor masks.\n\n  \"The Program\" refers to any copyrightable work licensed under this\nLicense.  Each licensee is addressed as \"you\".  \"Licensees\" and\n\"recipients\" may be individuals or organizations.\n\n  To \"modify\" a work means to copy from or adapt all or part of the work\nin a fashion requiring copyright permission, other than the making of an\nexact copy.  The resulting work is called a \"modified version\" of the\nearlier work or a work \"based on\" the earlier work.\n\n  A \"covered work\" means either the unmodified Program or a work based\non the Program.\n\n  To \"propagate\" a work means to do anything with it that, without\npermission, would make you directly or secondarily liable for\ninfringement under applicable copyright law, except executing it on a\ncomputer or modifying a private copy.  Propagation includes copying,\ndistribution (with or without modification), making available to the\npublic, and in some countries other activities as well.\n\n  To \"convey\" a work means any kind of propagation that enables other\nparties to make or receive copies.  Mere interaction with a user through\na computer network, with no transfer of a copy, is not conveying.\n\n  An interactive user interface displays \"Appropriate Legal Notices\"\nto the extent that it includes a convenient and prominently visible\nfeature that (1) displays an appropriate copyright notice, and (2)\ntells the user that there is no warranty for the work (except to the\nextent that warranties are provided), that licensees may convey the\nwork under this License, and how to view a copy of this License.  If\nthe interface presents a list of user commands or options, such as a\nmenu, a prominent item in the list meets this criterion.\n\n  1. Source Code.\n\n  The \"source code\" for a work means the preferred form of the work\nfor making modifications to it.  \"Object code\" means any non-source\nform of a work.\n\n  A \"Standard Interface\" means an interface that either is an official\nstandard defined by a recognized standards body, or, in the case of\ninterfaces specified for a particular programming language, one that\nis widely used among developers working in that language.\n\n  The \"System Libraries\" of an executable work include anything, other\nthan the work as a whole, that (a) is included in the normal form of\npackaging a Major Component, but which is not part of that Major\nComponent, and (b) serves only to enable use of the work with that\nMajor Component, or to implement a Standard Interface for which an\nimplementation is available to the public in source code form.  A\n\"Major Component\", in this context, means a major essential component\n(kernel, window system, and so on) of the specific operating system\n(if any) on which the executable work runs, or a compiler used to\nproduce the work, or an object code interpreter used to run it.\n\n  The \"Corresponding Source\" for a work in object code form means all\nthe source code needed to generate, install, and (for an executable\nwork) run the object code and to modify the work, including scripts to\ncontrol those activities.  However, it does not include the work's\nSystem Libraries, or general-purpose tools or generally available free\nprograms which are used unmodified in performing those activities but\nwhich are not part of the work.  For example, Corresponding Source\nincludes interface definition files associated with source files for\nthe work, and the source code for shared libraries and dynamically\nlinked subprograms that the work is specifically designed to require,\nsuch as by intimate data communication or control flow between those\nsubprograms and other parts of the work.\n\n  The Corresponding Source need not include anything that users\ncan regenerate automatically from other parts of the Corresponding\nSource.\n\n  The Corresponding Source for a work in source code form is that\nsame work.\n\n  2. Basic Permissions.\n\n  All rights granted under this License are granted for the term of\ncopyright on the Program, and are irrevocable provided the stated\nconditions are met.  This License explicitly affirms your unlimited\npermission to run the unmodified Program.  The output from running a\ncovered work is covered by this License only if the output, given its\ncontent, constitutes a covered work.  This License acknowledges your\nrights of fair use or other equivalent, as provided by copyright law.\n\n  You may make, run and propagate covered works that you do not\nconvey, without conditions so long as your license otherwise remains\nin force.  You may convey covered works to others for the sole purpose\nof having them make modifications exclusively for you, or provide you\nwith facilities for running those works, provided that you comply with\nthe terms of this License in conveying all material for which you do\nnot control copyright.  Those thus making or running the covered works\nfor you must do so exclusively on your behalf, under your direction\nand control, on terms that prohibit them from making any copies of\nyour copyrighted material outside their relationship with you.\n\n  Conveying under any other circumstances is permitted solely under\nthe conditions stated below.  Sublicensing is not allowed; section 10\nmakes it unnecessary.\n\n  3. Protecting Users' Legal Rights From Anti-Circumvention Law.\n\n  No covered work shall be deemed part of an effective technological\nmeasure under any applicable law fulfilling obligations under article\n11 of the WIPO copyright treaty adopted on 20 December 1996, or\nsimilar laws prohibiting or restricting circumvention of such\nmeasures.\n\n  When you convey a covered work, you waive any legal power to forbid\ncircumvention of technological measures to the extent such circumvention\nis effected by exercising rights under this License with respect to\nthe covered work, and you disclaim any intention to limit operation or\nmodification of the work as a means of enforcing, against the work's\nusers, your or third parties' legal rights to forbid circumvention of\ntechnological measures.\n\n  4. Conveying Verbatim Copies.\n\n  You may convey verbatim copies of the Program's source code as you\nreceive it, in any medium, provided that you conspicuously and\nappropriately publish on each copy an appropriate copyright notice;\nkeep intact all notices stating that this License and any\nnon-permissive terms added in accord with section 7 apply to the code;\nkeep intact all notices of the absence of any warranty; and give all\nrecipients a copy of this License along with the Program.\n\n  You may charge any price or no price for each copy that you convey,\nand you may offer support or warranty protection for a fee.\n\n  5. Conveying Modified Source Versions.\n\n  You may convey a work based on the Program, or the modifications to\nproduce it from the Program, in the form of source code under the\nterms of section 4, provided that you also meet all of these conditions:\n\n    a) The work must carry prominent notices stating that you modified\n    it, and giving a relevant date.\n\n    b) The work must carry prominent notices stating that it is\n    released under this License and any conditions added under section\n    7.  This requirement modifies the requirement in section 4 to\n    \"keep intact all notices\".\n\n    c) You must license the entire work, as a whole, under this\n    License to anyone who comes into possession of a copy.  This\n    License will therefore apply, along with any applicable section 7\n    additional terms, to the whole of the work, and all its parts,\n    regardless of how they are packaged.  This License gives no\n    permission to license the work in any other way, but it does not\n    invalidate such permission if you have separately received it.\n\n    d) If the work has interactive user interfaces, each must display\n    Appropriate Legal Notices; however, if the Program has interactive\n    interfaces that do not display Appropriate Legal Notices, your\n    work need not make them do so.\n\n  A compilation of a covered work with other separate and independent\nworks, which are not by their nature extensions of the covered work,\nand which are not combined with it such as to form a larger program,\nin or on a volume of a storage or distribution medium, is called an\n\"aggregate\" if the compilation and its resulting copyright are not\nused to limit the access or legal rights of the compilation's users\nbeyond what the individual works permit.  Inclusion of a covered work\nin an aggregate does not cause this License to apply to the other\nparts of the aggregate.\n\n  6. Conveying Non-Source Forms.\n\n  You may convey a covered work in object code form under the terms\nof sections 4 and 5, provided that you also convey the\nmachine-readable Corresponding Source under the terms of this License,\nin one of these ways:\n\n    a) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by the\n    Corresponding Source fixed on a durable physical medium\n    customarily used for software interchange.\n\n    b) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by a\n    written offer, valid for at least three years and valid for as\n    long as you offer spare parts or customer support for that product\n    model, to give anyone who possesses the object code either (1) a\n    copy of the Corresponding Source for all the software in the\n    product that is covered by this License, on a durable physical\n    medium customarily used for software interchange, for a price no\n    more than your reasonable cost of physically performing this\n    conveying of source, or (2) access to copy the\n    Corresponding Source from a network server at no charge.\n\n    c) Convey individual copies of the object code with a copy of the\n    written offer to provide the Corresponding Source.  This\n    alternative is allowed only occasionally and noncommercially, and\n    only if you received the object code with such an offer, in accord\n    with subsection 6b.\n\n    d) Convey the object code by offering access from a designated\n    place (gratis or for a charge), and offer equivalent access to the\n    Corresponding Source in the same way through the same place at no\n    further charge.  You need not require recipients to copy the\n    Corresponding Source along with the object code.  If the place to\n    copy the object code is a network server, the Corresponding Source\n    may be on a different server (operated by you or a third party)\n    that supports equivalent copying facilities, provided you maintain\n    clear directions next to the object code saying where to find the\n    Corresponding Source.  Regardless of what server hosts the\n    Corresponding Source, you remain obligated to ensure that it is\n    available for as long as needed to satisfy these requirements.\n\n    e) Convey the object code using peer-to-peer transmission, provided\n    you inform other peers where the object code and Corresponding\n    Source of the work are being offered to the general public at no\n    charge under subsection 6d.\n\n  A separable portion of the object code, whose source code is excluded\nfrom the Corresponding Source as a System Library, need not be\nincluded in conveying the object code work.\n\n  A \"User Product\" is either (1) a \"consumer product\", which means any\ntangible personal property which is normally used for personal, family,\nor household purposes, or (2) anything designed or sold for incorporation\ninto a dwelling.  In determining whether a product is a consumer product,\ndoubtful cases shall be resolved in favor of coverage.  For a particular\nproduct received by a particular user, \"normally used\" refers to a\ntypical or common use of that class of product, regardless of the status\nof the particular user or of the way in which the particular user\nactually uses, or expects or is expected to use, the product.  A product\nis a consumer product regardless of whether the product has substantial\ncommercial, industrial or non-consumer uses, unless such uses represent\nthe only significant mode of use of the product.\n\n  \"Installation Information\" for a User Product means any methods,\nprocedures, authorization keys, or other information required to install\nand execute modified versions of a covered work in that User Product from\na modified version of its Corresponding Source.  The information must\nsuffice to ensure that the continued functioning of the modified object\ncode is in no case prevented or interfered with solely because\nmodification has been made.\n\n  If you convey an object code work under this section in, or with, or\nspecifically for use in, a User Product, and the conveying occurs as\npart of a transaction in which the right of possession and use of the\nUser Product is transferred to the recipient in perpetuity or for a\nfixed term (regardless of how the transaction is characterized), the\nCorresponding Source conveyed under this section must be accompanied\nby the Installation Information.  But this requirement does not apply\nif neither you nor any third party retains the ability to install\nmodified object code on the User Product (for example, the work has\nbeen installed in ROM).\n\n  The requirement to provide Installation Information does not include a\nrequirement to continue to provide support service, warranty, or updates\nfor a work that has been modified or installed by the recipient, or for\nthe User Product in which it has been modified or installed.  Access to a\nnetwork may be denied when the modification itself materially and\nadversely affects the operation of the network or violates the rules and\nprotocols for communication across the network.\n\n  Corresponding Source conveyed, and Installation Information provided,\nin accord with this section must be in a format that is publicly\ndocumented (and with an implementation available to the public in\nsource code form), and must require no special password or key for\nunpacking, reading or copying.\n\n  7. Additional Terms.\n\n  \"Additional permissions\" are terms that supplement the terms of this\nLicense by making exceptions from one or more of its conditions.\nAdditional permissions that are applicable to the entire Program shall\nbe treated as though they were included in this License, to the extent\nthat they are valid under applicable law.  If additional permissions\napply only to part of the Program, that part may be used separately\nunder those permissions, but the entire Program remains governed by\nthis License without regard to the additional permissions.\n\n  When you convey a copy of a covered work, you may at your option\nremove any additional permissions from that copy, or from any part of\nit.  (Additional permissions may be written to require their own\nremoval in certain cases when you modify the work.)  You may place\nadditional permissions on material, added by you to a covered work,\nfor which you have or can give appropriate copyright permission.\n\n  Notwithstanding any other provision of this License, for material you\nadd to a covered work, you may (if authorized by the copyright holders of\nthat material) supplement the terms of this License with terms:\n\n    a) Disclaiming warranty or limiting liability differently from the\n    terms of sections 15 and 16 of this License; or\n\n    b) Requiring preservation of specified reasonable legal notices or\n    author attributions in that material or in the Appropriate Legal\n    Notices displayed by works containing it; or\n\n    c) Prohibiting misrepresentation of the origin of that material, or\n    requiring that modified versions of such material be marked in\n    reasonable ways as different from the original version; or\n\n    d) Limiting the use for publicity purposes of names of licensors or\n    authors of the material; or\n\n    e) Declining to grant rights under trademark law for use of some\n    trade names, trademarks, or service marks; or\n\n    f) Requiring indemnification of licensors and authors of that\n    material by anyone who conveys the material (or modified versions of\n    it) with contractual assumptions of liability to the recipient, for\n    any liability that these contractual assumptions directly impose on\n    those licensors and authors.\n\n  All other non-permissive additional terms are considered \"further\nrestrictions\" within the meaning of section 10.  If the Program as you\nreceived it, or any part of it, contains a notice stating that it is\ngoverned by this License along with a term that is a further\nrestriction, you may remove that term.  If a license document contains\na further restriction but permits relicensing or conveying under this\nLicense, you may add to a covered work material governed by the terms\nof that license document, provided that the further restriction does\nnot survive such relicensing or conveying.\n\n  If you add terms to a covered work in accord with this section, you\nmust place, in the relevant source files, a statement of the\nadditional terms that apply to those files, or a notice indicating\nwhere to find the applicable terms.\n\n  Additional terms, permissive or non-permissive, may be stated in the\nform of a separately written license, or stated as exceptions;\nthe above requirements apply either way.\n\n  8. Termination.\n\n  You may not propagate or modify a covered work except as expressly\nprovided under this License.  Any attempt otherwise to propagate or\nmodify it is void, and will automatically terminate your rights under\nthis License (including any patent licenses granted under the third\nparagraph of section 11).\n\n  However, if you cease all violation of this License, then your\nlicense from a particular copyright holder is reinstated (a)\nprovisionally, unless and until the copyright holder explicitly and\nfinally terminates your license, and (b) permanently, if the copyright\nholder fails to notify you of the violation by some reasonable means\nprior to 60 days after the cessation.\n\n  Moreover, your license from a particular copyright holder is\nreinstated permanently if the copyright holder notifies you of the\nviolation by some reasonable means, this is the first time you have\nreceived notice of violation of this License (for any work) from that\ncopyright holder, and you cure the violation prior to 30 days after\nyour receipt of the notice.\n\n  Termination of your rights under this section does not terminate the\nlicenses of parties who have received copies or rights from you under\nthis License.  If your rights have been terminated and not permanently\nreinstated, you do not qualify to receive new licenses for the same\nmaterial under section 10.\n\n  9. Acceptance Not Required for Having Copies.\n\n  You are not required to accept this License in order to receive or\nrun a copy of the Program.  Ancillary propagation of a covered work\noccurring solely as a consequence of using peer-to-peer transmission\nto receive a copy likewise does not require acceptance.  However,\nnothing other than this License grants you permission to propagate or\nmodify any covered work.  These actions infringe copyright if you do\nnot accept this License.  Therefore, by modifying or propagating a\ncovered work, you indicate your acceptance of this License to do so.\n\n  10. Automatic Licensing of Downstream Recipients.\n\n  Each time you convey a covered work, the recipient automatically\nreceives a license from the original licensors, to run, modify and\npropagate that work, subject to this License.  You are not responsible\nfor enforcing compliance by third parties with this License.\n\n  An \"entity transaction\" is a transaction transferring control of an\norganization, or substantially all assets of one, or subdividing an\norganization, or merging organizations.  If propagation of a covered\nwork results from an entity transaction, each party to that\ntransaction who receives a copy of the work also receives whatever\nlicenses to the work the party's predecessor in interest had or could\ngive under the previous paragraph, plus a right to possession of the\nCorresponding Source of the work from the predecessor in interest, if\nthe predecessor has it or can get it with reasonable efforts.\n\n  You may not impose any further restrictions on the exercise of the\nrights granted or affirmed under this License.  For example, you may\nnot impose a license fee, royalty, or other charge for exercise of\nrights granted under this License, and you may not initiate litigation\n(including a cross-claim or counterclaim in a lawsuit) alleging that\nany patent claim is infringed by making, using, selling, offering for\nsale, or importing the Program or any portion of it.\n\n  11. Patents.\n\n  A \"contributor\" is a copyright holder who authorizes use under this\nLicense of the Program or a work on which the Program is based.  The\nwork thus licensed is called the contributor's \"contributor version\".\n\n  A contributor's \"essential patent claims\" are all patent claims\nowned or controlled by the contributor, whether already acquired or\nhereafter acquired, that would be infringed by some manner, permitted\nby this License, of making, using, or selling its contributor version,\nbut do not include claims that would be infringed only as a\nconsequence of further modification of the contributor version.  For\npurposes of this definition, \"control\" includes the right to grant\npatent sublicenses in a manner consistent with the requirements of\nthis License.\n\n  Each contributor grants you a non-exclusive, worldwide, royalty-free\npatent license under the contributor's essential patent claims, to\nmake, use, sell, offer for sale, import and otherwise run, modify and\npropagate the contents of its contributor version.\n\n  In the following three paragraphs, a \"patent license\" is any express\nagreement or commitment, however denominated, not to enforce a patent\n(such as an express permission to practice a patent or covenant not to\nsue for patent infringement).  To \"grant\" such a patent license to a\nparty means to make such an agreement or commitment not to enforce a\npatent against the party.\n\n  If you convey a covered work, knowingly relying on a patent license,\nand the Corresponding Source of the work is not available for anyone\nto copy, free of charge and under the terms of this License, through a\npublicly available network server or other readily accessible means,\nthen you must either (1) cause the Corresponding Source to be so\navailable, or (2) arrange to deprive yourself of the benefit of the\npatent license for this particular work, or (3) arrange, in a manner\nconsistent with the requirements of this License, to extend the patent\nlicense to downstream recipients.  \"Knowingly relying\" means you have\nactual knowledge that, but for the patent license, your conveying the\ncovered work in a country, or your recipient's use of the covered work\nin a country, would infringe one or more identifiable patents in that\ncountry that you have reason to believe are valid.\n\n  If, pursuant to or in connection with a single transaction or\narrangement, you convey, or propagate by procuring conveyance of, a\ncovered work, and grant a patent license to some of the parties\nreceiving the covered work authorizing them to use, propagate, modify\nor convey a specific copy of the covered work, then the patent license\nyou grant is automatically extended to all recipients of the covered\nwork and works based on it.\n\n  A patent license is \"discriminatory\" if it does not include within\nthe scope of its coverage, prohibits the exercise of, or is\nconditioned on the non-exercise of one or more of the rights that are\nspecifically granted under this License.  You may not convey a covered\nwork if you are a party to an arrangement with a third party that is\nin the business of distributing software, under which you make payment\nto the third party based on the extent of your activity of conveying\nthe work, and under which the third party grants, to any of the\nparties who would receive the covered work from you, a discriminatory\npatent license (a) in connection with copies of the covered work\nconveyed by you (or copies made from those copies), or (b) primarily\nfor and in connection with specific products or compilations that\ncontain the covered work, unless you entered into that arrangement,\nor that patent license was granted, prior to 28 March 2007.\n\n  Nothing in this License shall be construed as excluding or limiting\nany implied license or other defenses to infringement that may\notherwise be available to you under applicable patent law.\n\n  12. No Surrender of Others' Freedom.\n\n  If conditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License.  If you cannot convey a\ncovered work so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you may\nnot convey it at all.  For example, if you agree to terms that obligate you\nto collect a royalty for further conveying from those to whom you convey\nthe Program, the only way you could satisfy both those terms and this\nLicense would be to refrain entirely from conveying the Program.\n\n  13. Remote Network Interaction; Use with the GNU General Public License.\n\n  Notwithstanding any other provision of this License, if you modify the\nProgram, your modified version must prominently offer all users\ninteracting with it remotely through a computer network (if your version\nsupports such interaction) an opportunity to receive the Corresponding\nSource of your version by providing access to the Corresponding Source\nfrom a network server at no charge, through some standard or customary\nmeans of facilitating copying of software.  This Corresponding Source\nshall include the Corresponding Source for any work covered by version 3\nof the GNU General Public License that is incorporated pursuant to the\nfollowing paragraph.\n\n  Notwithstanding any other provision of this License, you have\npermission to link or combine any covered work with a work licensed\nunder version 3 of the GNU General Public License into a single\ncombined work, and to convey the resulting work.  The terms of this\nLicense will continue to apply to the part which is the covered work,\nbut the work with which it is combined will remain governed by version\n3 of the GNU General Public License.\n\n  14. Revised Versions of this License.\n\n  The Free Software Foundation may publish revised and/or new versions of\nthe GNU Affero General Public License from time to time.  Such new versions\nwill be similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\n  Each version is given a distinguishing version number.  If the\nProgram specifies that a certain numbered version of the GNU Affero General\nPublic License \"or any later version\" applies to it, you have the\noption of following the terms and conditions either of that numbered\nversion or of any later version published by the Free Software\nFoundation.  If the Program does not specify a version number of the\nGNU Affero General Public License, you may choose any version ever published\nby the Free Software Foundation.\n\n  If the Program specifies that a proxy can decide which future\nversions of the GNU Affero General Public License can be used, that proxy's\npublic statement of acceptance of a version permanently authorizes you\nto choose that version for the Program.\n\n  Later license versions may give you additional or different\npermissions.  However, no additional obligations are imposed on any\nauthor or copyright holder as a result of your choosing to follow a\nlater version.\n\n  15. Disclaimer of Warranty.\n\n  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\nAPPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\nHOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY\nOF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\nTHE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\nIS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\nALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n  16. Limitation of Liability.\n\n  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS\nTHE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY\nGENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE\nUSE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF\nDATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\nPARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\nEVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\nSUCH DAMAGES.\n\n  17. Interpretation of Sections 15 and 16.\n\n  If the disclaimer of warranty and limitation of liability provided\nabove cannot be given local legal effect according to their terms,\nreviewing courts shall apply local law that most closely approximates\nan absolute waiver of all civil liability in connection with the\nProgram, unless a warranty or assumption of liability accompanies a\ncopy of the Program in return for a fee.\n\n                     END OF TERMS AND CONDITIONS\n\n            How to Apply These Terms to Your New Programs\n\n  If you develop a new program, and you want it to be of the greatest\npossible use to the public, the best way to achieve this is to make it\nfree software which everyone can redistribute and change under these terms.\n\n  To do so, attach the following notices to the program.  It is safest\nto attach them to the start of each source file to most effectively\nstate the exclusion of warranty; and each file should have at least\nthe \"copyright\" line and a pointer to where the full notice is found.\n\n    <one line to give the program's name and a brief idea of what it does.>\n    Copyright (C) <year>  <name of author>\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU Affero General Public License as published\n    by the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU Affero General Public License for more details.\n\n    You should have received a copy of the GNU Affero General Public License\n    along with this program.  If not, see <https://www.gnu.org/licenses/>.\n\nAlso add information on how to contact you by electronic and paper mail.\n\n  If your software can interact with users remotely through a computer\nnetwork, you should also make sure that it provides a way for users to\nget its source.  For example, if your program is a web application, its\ninterface could display a \"Source\" link that leads users to an archive\nof the code.  There are many ways you could offer source, and different\nsolutions will be better for different programs; see section 13 for the\nspecific requirements.\n\n  You should also get your employer (if you work as a programmer) or school,\nif any, to sign a \"copyright disclaimer\" for the program, if necessary.\nFor more information on this, and how to apply and follow the GNU AGPL, see\n<https://www.gnu.org/licenses/>.\n"
  },
  {
    "path": "README.md",
    "content": "# DocsMind\n\nDocsMind is an open-source project that allows you to chat with your docs.\n\n![Stack](https://skillicons.dev/icons?i=vite,react,ts,tailwind,flask)\n\nIt is currently under development and there may be major changes at any time.\n\n## 🎬 Demo\n\n[Demo Site](https://docs-mind.alanwang.site/)\n\n> **Warning**\n>\n> Due to the free plan of Railway only providing 500 hours per month, the Demo on the 21st day of each month will not be available. Please clone it locally for use at that time.\n\n## 🌟 Features\n\n- 🤖 Ask a question with your docs\n- 📝 Summarize docs\n- 🖍️ Highlight source\n- 📤 Upload docs .pdf,.md(best support)\n- 💾 Data saved locally\n- 💰 Token usage tracker\n- 🐳 Dockerize\n\n## 🚀 Road Map\n\n- [ ] Chat mode\n- [ ] Dark mode\n- [ ] / command (/fetch /summarize)\n- [ ] Reduce the size of the server image.\n- [ ] Support for more docs formats: txt...\n- [ ] Download docs from the internet\n- [ ] Markdown-formatted message\n- [ ] i18n\n- [ ] Desktop application\n\nIf you find this project helpful, please consider giving it a star 🌟\n\n## 💻 Environment Variables\n\n| Name                 | Description                            | Optional |\n| -------------------- | -------------------------------------- | -------- |\n| OPENAI_PROXY         | will replace https://api.openai.com/v1 | ✅       |\n| VITE_SERVICES_URL    | backend url for frontend code          | ✅       |\n| VITE_DISABLED_UPLOAD | DISABLED_UPLOAD                        | ✅       |\n\n## ❓ FAQ\n\nThis project includes both frontend (/client) and backend (/server) code. The frontend code is used to display the UI, while the backend code provides services to the UI.\n\n### How to deploy?\n\n[More details](https://github.com/3Alan/DocsMind/blob/main/Deployment.md)\n\n### How to run?\n\n> **Warning**\n>\n> Please check if you can access OpenAI in your region, you can refer to the [issue](https://github.com/3Alan/DocsMind/issues/3#issuecomment-1511470063) for more information.\n\n1. Create .env\n\nCreate a `.env` file and copy the contents of `.env.example` to modify it.\n\n2. Run App\n\n```bash\ndocker-compose up -d\n```\n\nPlease add `--build` to rebuild the image after each code update.\n\n```bash\ndocker-compose up -d --build\n```\n\nnow you can access the app at `http://localhost:8081`\n\nAll data will be saved in the `./data` directory.\n\n### Local Development\n\n<details>\n  <summary>Detail</summary>\n\n#### Create .env\n\nCreate a `.env` file and copy the contents of `.env.example` to modify it.\n\n#### Run Frontend UI\n\n1. Install dependencies\n\n```\nyarn\n```\n\n2. Run app\n\n```\nyarn dev\n```\n\n#### Run Backend Services\n\nyou need a python environment\n\n1. Create virtual environment\n\n```\ncd server\npython -m venv .venv\n```\n\n2. Active virtual environment\n\nwindows\n\n```\n.venv\\Scripts\\activate\n```\n\nmac\n\n```\n. .venv/bin/activate\n```\n\n3. Install dependencies\n\n```\npip install -r requirements.txt\n```\n\n4. Run Services\n\n```\nflask run --reload --port=8080\n```\n\n</details>\n\n## 📝 License\n\n[AGPL-3.0 License](https://github.com/3Alan/DocsMind/blob/main/LICENSE)\n\n## ☕ Buy me a coffee\n\n[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/N4N1L5Y7V)\n\n<details>\n  <summary>Alipay and Wechat</summary>\n  <img height=\"300\" src=\"https://raw.githubusercontent.com/3Alan/images/master/img/%E5%BE%AE%E4%BF%A1%E6%94%AF%E4%BB%98%E5%AE%9D%E4%BA%8C%E5%90%88%E4%B8%80%E6%94%B6%E6%AC%BE%E7%A0%81.jpg\" />\n</details>\n"
  },
  {
    "path": "client/.eslintrc.json",
    "content": "{\n  \"env\": {\n    \"browser\": true,\n    \"es2021\": true\n  },\n  \"extends\": [\"eslint:recommended\", \"plugin:react/recommended\", \"plugin:@typescript-eslint/recommended\", \"prettier\"],\n  \"overrides\": [],\n  \"parser\": \"@typescript-eslint/parser\",\n  \"parserOptions\": {\n    \"ecmaVersion\": \"latest\",\n    \"sourceType\": \"module\"\n  },\n  \"plugins\": [\"react\", \"react-hooks\", \"@typescript-eslint\", \"prettier\"],\n  \"rules\": {\n    \"react/react-in-jsx-scope\": \"off\",\n    \"@typescript-eslint/no-explicit-any\": \"off\",\n    \"prettier/prettier\": [\n      \"error\",\n      {\n        \"endOfLine\": \"auto\"\n      }\n    ]\n  },\n  \"settings\": {\n    \"import/resolver\": {\n      \"typescript\": {}\n    }\n  }\n}\n"
  },
  {
    "path": "client/.prettierrc",
    "content": "{\n  \"printWidth\": 100,\n  \"singleQuote\": true,\n  \"tabWidth\": 2,\n  \"trailingComma\": \"none\"\n}\n"
  },
  {
    "path": "client/index.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <meta charset=\"UTF-8\" />\n    <link rel=\"icon\" type=\"image/svg+xml\" href=\"/favicon.ico\" />\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n    <title>DocsMind</title>\n    <meta\n      name=\"description\"\n      content=\"DocsMind allows you to chat with your docs and summarize your docs, support pdf, md.\"\n    />\n    <meta name=\"twitter:card\" content=\"summary_large_image\" />\n    <meta name=\"twitter:title\" content=\"DocsMind\" />\n    <meta\n      name=\"twitter:description\"\n      content=\"DocsMind allows you to chat with your docs and summarize your docs, support pdf, md.\"\n    />\n    <meta\n      name=\"twitter:image\"\n      content=\"https://raw.githubusercontent.com/3Alan/images/master/img/20230507230412.png\"\n    />\n  </head>\n  <body>\n    <div id=\"root\"></div>\n    <script type=\"module\" src=\"/src/main.tsx\"></script>\n  </body>\n</html>\n"
  },
  {
    "path": "client/package.json",
    "content": "{\n  \"name\": \"docs-mind\",\n  \"private\": true,\n  \"version\": \"0.0.0\",\n  \"type\": \"module\",\n  \"scripts\": {\n    \"dev\": \"vite\",\n    \"build\": \"tsc && vite build\",\n    \"preview\": \"vite preview\",\n    \"lint\": \"eslint --ext js,jsx,ts,tsx src\",\n    \"lint:fix\": \"eslint --ext js,jsx,ts,tsx src --fix\"\n  },\n  \"dependencies\": {\n    \"@ant-design/icons\": \"^5.0.1\",\n    \"@types/lodash\": \"^4.14.191\",\n    \"@vercel/analytics\": \"^0.1.11\",\n    \"antd\": \"^5.3.0\",\n    \"axios\": \"^1.3.4\",\n    \"canvas-confetti\": \"^1.6.0\",\n    \"classnames\": \"^2.3.2\",\n    \"github-markdown-css\": \"^5.2.0\",\n    \"lodash\": \"^4.17.21\",\n    \"mitt\": \"^3.0.0\",\n    \"query-string\": \"^8.1.0\",\n    \"react\": \"^18.2.0\",\n    \"react-dom\": \"^18.2.0\",\n    \"react-pdf\": \"^6.2.2\",\n    \"react-router-dom\": \"^6.9.0\"\n  },\n  \"devDependencies\": {\n    \"@types/canvas-confetti\": \"^1.6.0\",\n    \"@types/react\": \"^18.0.28\",\n    \"@types/react-dom\": \"^18.0.11\",\n    \"@types/react-pdf\": \"^6.2.0\",\n    \"@typescript-eslint/eslint-plugin\": \"^5.57.0\",\n    \"@typescript-eslint/parser\": \"^5.57.0\",\n    \"@vitejs/plugin-react\": \"^3.1.0\",\n    \"autoprefixer\": \"^10.4.14\",\n    \"eslint\": \"^8.37.0\",\n    \"eslint-config-prettier\": \"^8.8.0\",\n    \"eslint-import-resolver-typescript\": \"^3.5.4\",\n    \"eslint-plugin-import\": \"^2.27.5\",\n    \"eslint-plugin-prettier\": \"^4.2.1\",\n    \"eslint-plugin-react\": \"^7.32.2\",\n    \"eslint-plugin-react-hooks\": \"^4.6.0\",\n    \"postcss\": \"^8.4.21\",\n    \"prettier\": \"^2.8.7\",\n    \"sass\": \"^1.62.1\",\n    \"tailwindcss\": \"^3.3.0\",\n    \"typescript\": \"^4.9.3\",\n    \"vite\": \"^4.2.0\"\n  }\n}\n"
  },
  {
    "path": "client/postcss.config.cjs",
    "content": "module.exports = {\n  plugins: {\n    tailwindcss: {},\n    autoprefixer: {},\n  },\n}\n"
  },
  {
    "path": "client/src/App.tsx",
    "content": "import './styles/globals.scss';\nimport 'github-markdown-css/github-markdown-light.css';\nimport { BrowserRouter, Route, Routes } from 'react-router-dom';\nimport routes from './routes';\nimport SideMenu from './components/sideMenu';\nimport SettingsModal from './components/settingsModal';\nimport { useEffect, useState } from 'react';\nimport request from './utils/request';\nimport FileItem from './constants/fileItem';\nimport { CurrentFileContext } from './context/currentFile';\nimport eventEmitter from './utils/eventEmitter';\n\nconst App = () => {\n  const [currentFile, setCurrentFile] = useState<FileItem | null>(null);\n  const [fileList, setFileList] = useState<FileItem[]>([]);\n  const [showSettingModal, setShowSettingModal] = useState(false);\n\n  async function getFileList() {\n    const res = await request('/api/file-list');\n    setFileList(res.data);\n\n    if (res.data.length > 0) {\n      setCurrentFile(res.data[0]);\n    }\n  }\n\n  function handleFileClick(item: any) {\n    const file = fileList.find((f) => f.name === item.name) || null;\n    setCurrentFile(file);\n  }\n\n  function toggleSettingModal(open: boolean) {\n    setShowSettingModal(open);\n  }\n\n  useEffect(() => {\n    getFileList();\n\n    eventEmitter.on('refreshFileList', getFileList);\n    return () => {\n      eventEmitter.off('refreshFileList', getFileList);\n    };\n  }, []);\n\n  return (\n    <BrowserRouter>\n      <main className=\"bg-slate-100 h-screen flex\">\n        <SideMenu\n          onFileClick={handleFileClick}\n          fileList={fileList}\n          activeFile={currentFile?.name || ''}\n          onOpenSetting={() => toggleSettingModal(true)}\n        />\n        <SettingsModal open={showSettingModal} onChange={toggleSettingModal} />\n        <div className=\"flex flex-1 h-full overflow-hidden\">\n          <CurrentFileContext.Provider value={currentFile}>\n            <Routes>\n              {routes.map((route) => (\n                <Route key={route.path} path={route.path} element={route.element} />\n              ))}\n            </Routes>\n          </CurrentFileContext.Provider>\n        </div>\n      </main>\n    </BrowserRouter>\n  );\n};\n\nexport default App;\n"
  },
  {
    "path": "client/src/components/chatWindow/Loading.tsx",
    "content": "export default function Loading() {\n  return (\n    <span className=\"py-2 px-4 shadow rounded-lg mb-5 bg-blue-50\">\n      <svg\n        className=\"text-2xl\"\n        width=\"1em\"\n        viewBox=\"0 0 120 30\"\n        xmlns=\"http://www.w3.org/2000/svg\"\n        fill=\"#94a3b8\"\n      >\n        <circle cx=\"15\" cy=\"15\" r=\"15\">\n          <animate\n            attributeName=\"r\"\n            from=\"15\"\n            to=\"15\"\n            begin=\"0s\"\n            dur=\"0.8s\"\n            values=\"15;9;15\"\n            calcMode=\"linear\"\n            repeatCount=\"indefinite\"\n          />\n          <animate\n            attributeName=\"fill-opacity\"\n            from=\"1\"\n            to=\"1\"\n            begin=\"0s\"\n            dur=\"0.8s\"\n            values=\"1;.5;1\"\n            calcMode=\"linear\"\n            repeatCount=\"indefinite\"\n          />\n        </circle>\n        <circle cx=\"60\" cy=\"15\" r=\"9\" fillOpacity=\"0.3\">\n          <animate\n            attributeName=\"r\"\n            from=\"9\"\n            to=\"9\"\n            begin=\"0s\"\n            dur=\"0.8s\"\n            values=\"9;15;9\"\n            calcMode=\"linear\"\n            repeatCount=\"indefinite\"\n          />\n          <animate\n            attributeName=\"fill-opacity\"\n            from=\"0.5\"\n            to=\"0.5\"\n            begin=\"0s\"\n            dur=\"0.8s\"\n            values=\".5;1;.5\"\n            calcMode=\"linear\"\n            repeatCount=\"indefinite\"\n          />\n        </circle>\n        <circle cx=\"105\" cy=\"15\" r=\"15\">\n          <animate\n            attributeName=\"r\"\n            from=\"15\"\n            to=\"15\"\n            begin=\"0s\"\n            dur=\"0.8s\"\n            values=\"15;9;15\"\n            calcMode=\"linear\"\n            repeatCount=\"indefinite\"\n          />\n          <animate\n            attributeName=\"fill-opacity\"\n            from=\"1\"\n            to=\"1\"\n            begin=\"0s\"\n            dur=\"0.8s\"\n            values=\"1;.5;1\"\n            calcMode=\"linear\"\n            repeatCount=\"indefinite\"\n          />\n        </circle>\n      </svg>\n    </span>\n  );\n}\n"
  },
  {
    "path": "client/src/components/chatWindow/Message.tsx",
    "content": "import { DollarOutlined, HighlightOutlined } from '@ant-design/icons';\nimport classNames from 'classnames';\nimport { FC, MouseEvent, PropsWithChildren, ReactNode, useEffect, useState } from 'react';\nimport { MessageItem } from './constants';\nimport Loading from './Loading';\nimport { isEmpty, isString } from 'lodash';\nimport { Collapse, Space, Tooltip } from 'antd';\n\nconst { Panel } = Collapse;\n\ninterface MessageProps extends PropsWithChildren {\n  isQuestion?: boolean;\n  loading?: boolean;\n  text: ReactNode;\n  item?: MessageItem;\n  chunkIdList?: number[];\n  error?: boolean;\n  onSourceClick?: (data: any) => void;\n}\n\nconst Message: FC<MessageProps> = ({\n  text = '',\n  isQuestion,\n  item,\n  loading,\n  error,\n  onSourceClick\n}) => {\n  const [words, setWords] = useState<string[]>([]);\n  const [showSources, setShowSources] = useState<boolean>(false);\n\n  useEffect(() => {\n    if (!error && isString(text)) {\n      setWords(text.split(' '));\n    }\n  }, [text]);\n\n  if (loading) {\n    return <Loading />;\n  }\n\n  function handleSourceClick(e: MouseEvent, item: any) {\n    e.stopPropagation();\n    onSourceClick?.(item);\n  }\n\n  function toggleShowSource() {\n    setShowSources(!showSources);\n  }\n\n  return (\n    <div\n      className={classNames('flex flex-col pt-2 mb-5', {\n        ['self-end']: isQuestion,\n        ['w-full']: !isQuestion\n      })}\n    >\n      <div\n        className={classNames('flex mb-1 justify-between', {\n          ['self-end']: isQuestion\n        })}\n      >\n        <Space className=\"text-gray-400\">\n          <strong className=\"text-gray-400 pr-2 \">{isQuestion ? 'You' : 'AI'}</strong>\n\n          {item?.cost && (\n            <Tooltip title={`Estimated cost ${item.cost} tokens`}>\n              <span className=\"cursor-pointer\">\n                <DollarOutlined /> cost\n              </span>\n            </Tooltip>\n          )}\n        </Space>\n\n        {!isEmpty(item?.sources) && (\n          <div\n            className=\"cursor-pointer text-gray-400 text-xs items-center flex\"\n            onClick={toggleShowSource}\n          >\n            {showSources ? 'Hide Sources' : 'Show Source'}\n          </div>\n        )}\n      </div>\n\n      {showSources && (\n        <Collapse accordion expandIconPosition=\"end\" size=\"small\" className=\"mb-3\">\n          {item?.sources?.map((item, index) => (\n            <Panel\n              header={`Source ${index + 1}`}\n              key={index + 1}\n              extra={\n                <HighlightOutlined\n                  className=\"text-gray-400 hover:text-gray-800\"\n                  onClick={(e) => handleSourceClick(e, item)}\n                />\n              }\n            >\n              {item.text}\n            </Panel>\n          ))}\n        </Collapse>\n      )}\n\n      <div\n        className={classNames(\n          'flex flex-col pt-2 shadow rounded-lg mb-5 whitespace-pre-wrap',\n          isQuestion ? 'bg-blue-500 self-end text-white' : 'bg-blue-50 w-full'\n        )}\n      >\n        {isQuestion ? (\n          <div className=\"px-3 pb-2\">{text}</div>\n        ) : (\n          <div className=\"px-3 pb-2 text-gray-800\">\n            {error && text}\n            {words.map((word, index) => (\n              <span key={index}>{word} </span>\n            ))}\n          </div>\n        )}\n      </div>\n    </div>\n  );\n};\n\nexport default Message;\n"
  },
  {
    "path": "client/src/components/chatWindow/constants.ts",
    "content": "import { ReactNode } from 'react';\n\nexport interface MessageItem {\n  question?: string;\n  reply?: ReactNode;\n  cost?: number;\n  sources?: any[];\n  error?: boolean;\n}\n"
  },
  {
    "path": "client/src/components/chatWindow/index.tsx",
    "content": "import { ProfileOutlined, SendOutlined, WarningTwoTone } from '@ant-design/icons';\nimport { Button, Card, Input, message, Popconfirm, Tooltip } from 'antd';\nimport classNames from 'classnames';\nimport { isEmpty } from 'lodash';\nimport { FC, Fragment, KeyboardEvent, useEffect, useLayoutEffect, useRef, useState } from 'react';\nimport eventEmitter from '../../utils/eventEmitter';\nimport fetchRequest from '../../utils/fetch';\nimport useOpenAiKey from '../../utils/useOpenAiKey';\nimport { MessageItem } from './constants';\nimport Message from './Message';\n\ninterface ChatWindowProps {\n  fileName: string;\n  fullFileName: string;\n  className?: string;\n  onReplyComplete: (data: any) => void;\n  onSourceClick: (data: any) => void;\n}\n\nconst ChatWindow: FC<ChatWindowProps> = ({\n  fileName,\n  fullFileName,\n  className,\n  onReplyComplete,\n  onSourceClick\n}) => {\n  const chatWindowRef = useRef<HTMLDivElement>(null);\n  const [loading, setLoading] = useState(false);\n  const [query, setQuery] = useState('');\n  const [messageList, setMessageList] = useState<MessageItem[]>([]);\n  const openAiKey = useOpenAiKey();\n\n  function cleanChat() {\n    setMessageList([]);\n  }\n\n  useEffect(() => {\n    eventEmitter.on('cleanChat', cleanChat);\n\n    return () => {\n      eventEmitter.off('cleanChat', cleanChat);\n    };\n  }, []);\n\n  useLayoutEffect(() => {\n    requestAnimationFrame(() => scrollToBottom());\n  }, [messageList]);\n\n  const scrollToBottom = () => {\n    const chatWindow = chatWindowRef.current;\n    chatWindow && (chatWindow.scrollTop = chatWindow?.scrollHeight || 0);\n  };\n\n  const updateMessageList = (message: string) => {\n    setMessageList((pre) => {\n      return [\n        ...pre.slice(0, -1),\n        {\n          ...pre.slice(-1)[0],\n          reply: pre.slice(-1)[0].reply + message\n        }\n      ];\n    });\n  };\n\n  const onReply = async (value: string, summarize = false) => {\n    try {\n      let res: Response;\n      setLoading(true);\n\n      if (summarize) {\n        res = await fetchRequest('/api/summarize', {\n          file: fullFileName,\n          openAiKey\n        });\n      } else {\n        res = await fetchRequest('/api/query', {\n          query: value,\n          index: fileName,\n          openAiKey\n        });\n      }\n\n      setLoading(false);\n\n      const reader = res?.body?.getReader() as ReadableStreamDefaultReader;\n\n      const decoder = new TextDecoder();\n      let done = false;\n      let metaData: any;\n\n      while (!done) {\n        const { value, done: doneReading } = await reader.read();\n\n        done = doneReading;\n        const chunkValue = decoder.decode(value);\n        const hasMeta = chunkValue.includes('\\n ###endjson### \\n\\n');\n        if (hasMeta) {\n          const [metaDataStr, message] = chunkValue.split('\\n ###endjson### \\n\\n');\n          metaData = JSON.parse(metaDataStr);\n\n          updateMessageList(message.trim());\n        } else {\n          updateMessageList(chunkValue);\n        }\n      }\n\n      setMessageList((pre) => {\n        return [\n          ...pre.slice(0, -1),\n          {\n            ...pre.slice(-1)[0],\n            cost: metaData.cost,\n            sources: metaData.sources\n          }\n        ];\n      });\n\n      onReplyComplete({ ...metaData?.sources[0] });\n    } catch (error) {\n      setLoading(false);\n      setMessageList((pre) => {\n        return [\n          ...pre.slice(0, -1),\n          {\n            ...pre.slice(-1),\n            reply: (\n              <>\n                <WarningTwoTone /> please retry\n              </>\n            ),\n            error: true\n          }\n        ];\n      });\n      console.log(error);\n    }\n  };\n\n  const onSearch = async () => {\n    if (!openAiKey) {\n      message.error('Please set your openAI key');\n      return;\n    }\n\n    setQuery('');\n    setMessageList([...messageList, { question: query }, { reply: '' }]);\n    onReply(query);\n  };\n\n  const onKeyDown = (e: KeyboardEvent) => {\n    if (e.shiftKey) return;\n\n    if (e.key === 'Enter') {\n      e.preventDefault();\n      onSearch();\n    }\n  };\n\n  const onSummarize = async () => {\n    setMessageList([...messageList, { question: 'Summarize the Document' }, { reply: '' }]);\n    onReply('', true);\n  };\n\n  const onSummarizeClick = () => {\n    if (!isEmpty(fileName)) {\n      onSummarize();\n    }\n  };\n\n  return (\n    <Card\n      style={{ width: 390 }}\n      className={classNames(className, 'rounded-none')}\n      bodyStyle={{\n        flex: 1,\n        overflow: 'auto',\n        display: 'flex',\n        flexDirection: 'column',\n        padding: '24px 0'\n      }}\n      title={fileName ? `Chat with ${fileName}` : 'Select File'}\n      extra={\n        <Popconfirm\n          disabled={!openAiKey}\n          title=\"This will consume a large amount of tokens\"\n          description=\"Do you want to continue?\"\n          okText=\"Yes\"\n          cancelText=\"No\"\n          onConfirm={onSummarizeClick}\n        >\n          <Tooltip title=\"Summarize\">\n            <Button icon={<ProfileOutlined />} disabled={!openAiKey}></Button>\n          </Tooltip>\n        </Popconfirm>\n      }\n      bordered={false}\n    >\n      <div ref={chatWindowRef} className=\"flex flex-col items-start flex-1 overflow-auto px-6\">\n        {messageList.map((item, index) => (\n          <Fragment key={index}>\n            {item.question ? (\n              <Message isQuestion text={item.question} />\n            ) : (\n              <Message\n                loading={loading && index === messageList.length - 1}\n                item={item}\n                text={item.reply || ''}\n                onSourceClick={onSourceClick}\n                error={item.error}\n              />\n            )}\n          </Fragment>\n        ))}\n      </div>\n\n      <div className=\"p-4 pb-0 border-t border-t-gray-200 border-solid border-x-0 border-b-0\">\n        <div className=\"relative\">\n          <Input.TextArea\n            disabled={loading || !openAiKey}\n            size=\"large\"\n            placeholder={openAiKey ? 'Input your question' : 'Configure your OpenAI key'}\n            value={query}\n            className=\"pr-[36px]\"\n            onKeyDown={onKeyDown}\n            autoSize\n            onChange={(e) => setQuery(e.target.value)}\n          />\n          <Button\n            style={{ width: 32 }}\n            size=\"small\"\n            type=\"text\"\n            className=\"absolute right-1 top-2\"\n            icon={<SendOutlined style={{ color: '#3f95ff' }} />}\n            onClick={onSearch}\n          ></Button>\n        </div>\n      </div>\n    </Card>\n  );\n};\n\nexport default ChatWindow;\n"
  },
  {
    "path": "client/src/components/fileCard/index.tsx",
    "content": "import { FilePdfTwoTone, FileTextTwoTone } from '@ant-design/icons';\nimport { Card, Space } from 'antd';\nimport classNames from 'classnames';\nimport { MouseEventHandler } from 'react';\nimport FileItem from '../../constants/fileItem';\nimport isPdf from '../../utils/isPdf';\n\ninterface FileCardProps {\n  item: FileItem;\n  active?: boolean;\n  onClick: MouseEventHandler<HTMLDivElement>;\n}\n\nexport default function FileCard({ item, onClick, active }: FileCardProps) {\n  return (\n    <Card\n      bodyStyle={{ padding: '12px 10px' }}\n      className={classNames('p-0 text-sm mb-3 cursor-pointer hover:border-blue-500', {\n        ['border-blue-50 bg-card-blue']: active\n      })}\n      onClick={onClick}\n    >\n      <Space className=\"flex items-start\">\n        {isPdf(item.ext) ? <FilePdfTwoTone twoToneColor=\"#e94847\" /> : <FileTextTwoTone />}\n        <div>{item.name.split(item.ext)}</div>\n      </Space>\n    </Card>\n  );\n}\n"
  },
  {
    "path": "client/src/components/htmlViewer/index.tsx",
    "content": "import { useEffect, useRef } from 'react';\nimport PageSpin from '../pageSpin';\n\nexport default function HtmlViewer({ html, loading }: { html: string; loading: boolean }) {\n  const htmlRef = useRef<HTMLDivElement>(null);\n\n  useEffect(() => {\n    if (htmlRef.current) {\n      htmlRef.current.scrollTop = 0;\n    }\n  }, [html]);\n\n  return (\n    <div\n      ref={htmlRef}\n      className=\"markdown-body h-full rounded-lg overflow-auto relative w-[700px] shadow-md\"\n    >\n      {loading ? <PageSpin /> : <div dangerouslySetInnerHTML={{ __html: html }} />}\n    </div>\n  );\n}\n"
  },
  {
    "path": "client/src/components/pageSpin/index.tsx",
    "content": "import { Spin } from 'antd';\n\nexport default function PageSpin() {\n  return (\n    <div className=\"w-full h-full flex justify-center items-center\">\n      <Spin delay={500} />\n    </div>\n  );\n}\n"
  },
  {
    "path": "client/src/components/pdfViewer/index.tsx",
    "content": "import { Document, Page } from 'react-pdf/dist/esm/entry.vite';\nimport 'react-pdf/dist/esm/Page/TextLayer.css';\nimport 'react-pdf/dist/esm/Page/AnnotationLayer.css';\nimport type { PDFDocumentProxy } from 'pdfjs-dist';\nimport { useEffect, useRef, useState } from 'react';\nimport eventEmitter from '../../utils/eventEmitter';\nimport PageSpin from '../pageSpin';\n\nexport default function PdfViewer({ file }: { file: Blob }) {\n  const [numPages, setNumPages] = useState<number>();\n  const pdfRef = useRef<HTMLDivElement>(null);\n\n  function scrollToPage(meta: { pageNo: number; time: number }) {\n    const { pageNo, time } = meta;\n\n    setTimeout(() => {\n      if (pdfRef?.current) {\n        pdfRef.current?.children[pageNo - 1].scrollIntoView();\n      }\n    }, time);\n  }\n\n  useEffect(() => {\n    eventEmitter.on('scrollToPage', scrollToPage);\n\n    return () => {\n      eventEmitter.off('scrollToPage', scrollToPage);\n    };\n  }, []);\n\n  function onDocumentLoadSuccess({ numPages: nextNumPages }: PDFDocumentProxy) {\n    setNumPages(nextNumPages);\n  }\n\n  return (\n    <Document\n      inputRef={pdfRef}\n      loading={<PageSpin />}\n      className=\"w-[700px] bg-white h-full overflow-auto relative scroll-smooth rounded-lg shadow-md\"\n      file={file}\n      onLoadSuccess={onDocumentLoadSuccess}\n      options={{\n        cMapUrl: 'cmaps/',\n        standardFontDataUrl: 'standard_fonts/'\n      }}\n    >\n      {Array.from(new Array(numPages), (_el, index) => (\n        <Page width={690} key={`page_${index + 1}`} pageNumber={index + 1} />\n      ))}\n    </Document>\n  );\n}\n"
  },
  {
    "path": "client/src/components/settingsModal/index.tsx",
    "content": "import { Form, Input, Modal } from 'antd';\nimport { useEffect, useRef } from 'react';\nimport eventEmitter from '../../utils/eventEmitter';\n\ninterface SettingsModalProps {\n  open: boolean;\n  onChange: (open: boolean) => void;\n}\n\nexport default function SettingsModal({ open, onChange }: SettingsModalProps) {\n  const settings = useRef<any>(null);\n  const [form] = Form.useForm();\n\n  useEffect(() => {\n    const localSettings = JSON.parse(localStorage.getItem('settings') as string);\n    settings.current = localSettings;\n  }, [open]);\n\n  const onSaveSettings = () => {\n    form\n      .validateFields()\n      .then((values) => {\n        localStorage.setItem('settings', JSON.stringify(values));\n        onChange(false);\n        eventEmitter.emit('refreshSettings');\n      })\n      .catch((info) => {\n        console.log('Validate Failed:', info);\n      });\n  };\n\n  return (\n    <Modal title=\"Settings\" open={open} onOk={onSaveSettings} onCancel={() => onChange(false)}>\n      <Form\n        form={form}\n        initialValues={{\n          apiKey: settings.current?.apiKey\n        }}\n      >\n        <Form.Item\n          label=\"apiKey\"\n          name=\"apiKey\"\n          rules={[{ required: true, message: 'Please input your apiKey!' }]}\n        >\n          <Input />\n        </Form.Item>\n      </Form>\n    </Modal>\n  );\n}\n"
  },
  {
    "path": "client/src/components/sideMenu/index.tsx",
    "content": "import { Alert, Button, Divider, Space } from 'antd';\nimport FileItem from '../../constants/fileItem';\nimport FileCard from '../fileCard';\nimport FileUpload from '../upload';\nimport { GithubOutlined, SettingOutlined } from '@ant-design/icons';\n\ninterface SideMenuProps {\n  fileList: FileItem[];\n  activeFile: string;\n  onFileClick: (item: FileItem) => void;\n  onOpenSetting: () => void;\n}\n\nconst disableUpload = import.meta.env.VITE_DISABLED_UPLOAD;\n\nexport default function SideMenu({\n  fileList,\n  onFileClick,\n  activeFile,\n  onOpenSetting\n}: SideMenuProps) {\n  return (\n    <div className=\"flex flex-col w-[250px] h-full  bg-white py-4 px-2 justify-between\">\n      <div className=\"flex-1 overflow-auto\">\n        {fileList.map((item) => (\n          <FileCard\n            key={item.name}\n            active={activeFile === item.name}\n            onClick={() => onFileClick(item)}\n            item={item}\n          />\n        ))}\n      </div>\n\n      <Divider />\n\n      {disableUpload ? (\n        <Alert\n          type=\"warning\"\n          description={\n            <>\n              The upload is not available on the current website. You can\n              <a href=\"https://github.com/3Alan/DocsMind\" target=\"__blank\">\n                {' '}\n                fork and clone the project{' '}\n              </a>\n              to your local device to complete the upload.\n            </>\n          }\n        />\n      ) : (\n        <FileUpload />\n      )}\n\n      <div className=\"mt-2 flex justify-between items-center\">\n        <span className=\"text-xs text-gray-500\">Made by Alan</span>\n\n        <Space>\n          <Button\n            href=\"https://github.com/3Alan/DocsMind\"\n            target=\"__blank\"\n            icon={<GithubOutlined />}\n          ></Button>\n          <Button icon={<SettingOutlined />} onClick={onOpenSetting}></Button>\n        </Space>\n      </div>\n    </div>\n  );\n}\n"
  },
  {
    "path": "client/src/components/upload/index.tsx",
    "content": "import { InboxOutlined } from '@ant-design/icons';\nimport { message, Spin, Upload } from 'antd';\nimport { useState } from 'react';\nimport confetti from 'canvas-confetti';\nimport { baseURL } from '../../utils/request';\nimport useOpenAiKey from '../../utils/useOpenAiKey';\nimport eventEmitter from '../../utils/eventEmitter';\n\nconst { Dragger } = Upload;\n\nfunction generateConfetti() {\n  confetti({\n    spread: 90,\n    particleCount: 80,\n    origin: { y: 0.5 },\n    ticks: 300\n  });\n}\n\nexport default function FileUpload() {\n  const [uploading, setUploading] = useState(false);\n  const openAiKey = useOpenAiKey();\n\n  const onUploadChange = (info: any) => {\n    setUploading(true);\n    const { status } = info.file;\n    if (status === 'done' || status === 'success') {\n      generateConfetti();\n      void message.success({\n        content: `${info.file.name} file uploaded successfully. token usage: 💰 ${info.file.response}`,\n        duration: 8\n      });\n      eventEmitter.emit('refreshFileList');\n      setUploading(false);\n    } else if (status === 'error') {\n      void message.error(\n        `${info.file.name} file upload failed. ${JSON.stringify(info.file.response)}`\n      );\n      setUploading(false);\n    }\n  };\n\n  return (\n    <div className=\"w-full\">\n      <Spin spinning={uploading}>\n        <Dragger\n          action={`${baseURL}/api/upload`}\n          data={{ openAiKey }}\n          multiple={false}\n          showUploadList={false}\n          name=\"file\"\n          accept=\".md,.pdf\"\n          onChange={onUploadChange}\n          disabled={!openAiKey}\n        >\n          <p className=\"text-blue-500\">\n            <InboxOutlined style={{ fontSize: 32 }} />\n          </p>\n          <p className=\"text-sm\">Click or drag file to this area to upload</p>\n          <p className=\"text-xs text-gray-400\">Support .md,.pdf</p>\n        </Dragger>\n      </Spin>\n    </div>\n  );\n}\n"
  },
  {
    "path": "client/src/constants/fileItem.ts",
    "content": "export default interface FileItem {\n  name: string;\n  fullName: string;\n  path: string;\n  ext: string;\n}\n"
  },
  {
    "path": "client/src/context/currentFile.ts",
    "content": "import { createContext } from 'react';\nimport FileItem from '../constants/fileItem';\n\nexport const CurrentFileContext = createContext<FileItem | null>(null);\n"
  },
  {
    "path": "client/src/main.tsx",
    "content": "import React from 'react';\nimport ReactDOM from 'react-dom/client';\nimport App from './App';\n\nimport { inject } from '@vercel/analytics';\n\ninject();\n\nReactDOM.createRoot(document.getElementById('root') as HTMLElement).render(\n  <React.StrictMode>\n    <App />\n  </React.StrictMode>\n);\n"
  },
  {
    "path": "client/src/pages/Home.tsx",
    "content": "import { Empty } from 'antd';\nimport { useContext, useEffect, useState } from 'react';\nimport ChatWindow from '../components/chatWindow';\nimport request from '../utils/request';\nimport eventEmitter from '../utils/eventEmitter';\nimport PdfViewer from '../components/pdfViewer';\nimport { isEmpty, has } from 'lodash';\nimport FileItem from '../constants/fileItem';\nimport { CurrentFileContext } from '../context/currentFile';\nimport isPdf from '../utils/isPdf';\nimport HtmlViewer from '../components/htmlViewer';\n\nfunction removeHighLight() {\n  const highLightElements = document.querySelectorAll('.hl-source');\n  highLightElements?.forEach((element) => {\n    element.classList.remove('hl-source');\n  });\n}\n\nfunction addHighLight(chunkId: string, time = 400) {\n  removeHighLight();\n  const firstElement = document.querySelector(`[data-chunk_id=${chunkId}]`);\n  setTimeout(() => {\n    firstElement?.scrollIntoView({ behavior: 'smooth' });\n  }, time);\n\n  const highLightElements = document.querySelectorAll(`[data-chunk_id=${chunkId}]`);\n\n  highLightElements?.forEach((element) => {\n    element.classList.add('hl-source');\n  });\n}\n\nasync function downloadFile(fileItem: FileItem) {\n  let res;\n  if (isPdf(fileItem.ext)) {\n    res = await request(fileItem.path, {\n      responseType: 'blob'\n    });\n  } else {\n    res = await request(fileItem.path);\n  }\n\n  return res.data;\n}\n\nconst Home = () => {\n  const [file, setFile] = useState(null);\n  const [loading, setLoading] = useState(false);\n  const currentFile = useContext(CurrentFileContext);\n\n  useEffect(() => {\n    eventEmitter.emit('cleanChat');\n\n    getFile();\n  }, [currentFile]);\n\n  async function getFile() {\n    if (currentFile) {\n      setLoading(true);\n      const file = await downloadFile(currentFile);\n      setLoading(false);\n\n      setFile(file);\n    }\n  }\n\n  function handleHighLight(item: any, time = 400) {\n    if (isEmpty(item)) {\n      return;\n    }\n\n    // PDF\n    if (has(item.extraInfo, 'page_no')) {\n      eventEmitter.emit('scrollToPage', { pageNo: item.extraInfo.page_no, time });\n    } else {\n      addHighLight(item.extraInfo.chunk_id, time);\n    }\n  }\n\n  return (\n    <div className=\"w-full flex\">\n      <div className=\"flex h-full overflow-auto flex-1 justify-center py-3\">\n        {file ? (\n          <>\n            {isPdf(currentFile?.ext || '') ? (\n              <PdfViewer file={file} />\n            ) : (\n              <HtmlViewer html={file} loading={loading} />\n            )}\n          </>\n        ) : (\n          <Empty\n            className=\"mt-24\"\n            image=\"https://gw.alipayobjects.com/zos/antfincdn/ZHrcdLPrvN/empty.svg\"\n            imageStyle={{ height: 60 }}\n            description={<span>No uploaded file.</span>}\n          />\n        )}\n      </div>\n\n      <ChatWindow\n        fullFileName={currentFile?.fullName || ''}\n        fileName={currentFile?.name.split(currentFile.ext)[0] || ''}\n        className=\"flex flex-col\"\n        onReplyComplete={handleHighLight}\n        onSourceClick={(item) => handleHighLight(item, 0)}\n      />\n    </div>\n  );\n};\n\nexport default Home;\n"
  },
  {
    "path": "client/src/routes.tsx",
    "content": "import Home from './pages/Home';\n\nconst routes = [\n  {\n    path: '/',\n    element: <Home />\n  }\n];\n\nexport default routes;\n"
  },
  {
    "path": "client/src/styles/globals.scss",
    "content": "@tailwind base;\n@tailwind components;\n@tailwind utilities;\n\n:root {\n  font-family: Inter, Avenir, Helvetica, Arial, sans-serif;\n  font-size: 16px;\n  line-height: 24px;\n  font-weight: 400;\n\n  color: #0f0f0f;\n  background-color: #f6f6f6;\n\n  font-synthesis: none;\n  text-rendering: optimizeLegibility;\n  -webkit-font-smoothing: antialiased;\n  -moz-osx-font-smoothing: grayscale;\n  -webkit-text-size-adjust: 100%;\n}\n\n* {\n  margin: 0;\n  box-sizing: border-box;\n}\n\nbody {\n  position: fixed;\n  width: 100%;\n  height: 100%;\n  overflow: hidden;\n}\n\n.markdown-body {\n  table {\n    &.hl-source {\n      border-radius: 0;\n\n      tr, td {\n        background-color: #eff6ff;\n        border-radius: 0;\n      }\n    }\n  }\n\n  .hl-source {\n    background-color: #eff6ff;\n    border-radius: 6px;\n\n    pre {\n      background-color: #eff6ff !important;\n    }\n  }\n}\n\n.markdown-body {\n  box-sizing: border-box;\n  min-width: 200px;\n  max-width: 980px;\n  margin: 0 auto;\n  padding: 20px 40px;\n}\n\n/* 修改滚动条的宽度和颜色 */\n::-webkit-scrollbar {\n  width: 8px;\n  height: 8px;\n  background-color: #f2f2f2;\n}\n\n/* 修改滚动条滑块的样式 */\n::-webkit-scrollbar-thumb {\n  background-color: #ccc;\n  border-radius: 5px;\n}\n\n/* 修改滚动条滑块悬停时的样式 */\n::-webkit-scrollbar-thumb:hover {\n  background-color: #999;\n}\n\n/* 修改滚动条轨道的样式 */\n::-webkit-scrollbar-track {\n  background-color: #fff;\n  border-radius: 8px;\n}\n\n.markdown-body video {\n  width: 100%;\n}\n\n// TODO: 使用 antd 的 Token实现\n\n.ant-menu-item {\n  padding-left: 16px !important;\n}\n\n.ant-menu-item-active {\n  background-color: #eff6ff;\n}\n\n.ant-collapse-header {\n  padding: 4px 12px;\n}\n\n.ant-collapse-content-box {\n  font-size: 12px;\n  padding: 8px 12px !important;\n}\n\n.react-pdf__message--loading {\n  height: 100%;\n}\n\n@media (prefers-color-scheme: dark) {\n}\n"
  },
  {
    "path": "client/src/utils/eventEmitter.ts",
    "content": "import mitt from 'mitt';\n\ntype Events = {\n  scrollToPage: { pageNo: number; time: number };\n  cleanChat?: null;\n  refreshFileList?: null;\n  refreshSettings?: null;\n};\n\nconst eventEmitter = mitt<Events>();\n\nexport default eventEmitter;\n"
  },
  {
    "path": "client/src/utils/fetch.ts",
    "content": "import { baseURL } from './request';\nimport queryString from 'query-string';\n\nexport default async function fetchRequest(url: string, params: { [key: string]: any }) {\n  const combineUrl = queryString.stringifyUrl({\n    url: `${baseURL}${url}`,\n    query: params\n  });\n\n  const res = await fetch(combineUrl);\n\n  if (res.ok) {\n    return res;\n  }\n\n  return Promise.reject(res.statusText);\n}\n"
  },
  {
    "path": "client/src/utils/isDev.ts",
    "content": "export const isDev = import.meta.env.DEV;\n"
  },
  {
    "path": "client/src/utils/isPdf.ts",
    "content": "export default function isPdf(ext: string) {\n  return ext === '.pdf';\n}\n"
  },
  {
    "path": "client/src/utils/request.ts",
    "content": "import { message } from 'antd';\nimport axios from 'axios';\n\nexport const baseURL = import.meta.env.VITE_SERVICES_URL || 'http://localhost:8080';\n\nconst request = axios.create({\n  baseURL\n});\n\nrequest.interceptors.response.use(\n  function (response) {\n    return response;\n  },\n  function (error) {\n    message.error(error.response.data.message);\n    return Promise.reject(error);\n  }\n);\n\nexport default request;\n"
  },
  {
    "path": "client/src/utils/useOpenAiKey.ts",
    "content": "import { useEffect, useState } from 'react';\nimport eventEmitter from './eventEmitter';\n\nexport default function useOpenAiKey() {\n  const [apiKey, setApiKey] = useState(null);\n\n  const getApiKey = () => {\n    const apiKey = JSON.parse(localStorage.getItem('settings') as string)?.apiKey || null;\n    setApiKey(apiKey);\n  };\n\n  useEffect(() => {\n    getApiKey();\n\n    eventEmitter.on('refreshSettings', getApiKey);\n    return () => {\n      eventEmitter.off('refreshSettings', getApiKey);\n    };\n  }, []);\n\n  return apiKey;\n}\n"
  },
  {
    "path": "client/src/vite-env.d.ts",
    "content": "/// <reference types=\"vite/client\" />\n"
  },
  {
    "path": "client/tailwind.config.js",
    "content": "/** @type {import('tailwindcss').Config} */\nexport default {\n  content: ['./src/**/*.{js,ts,jsx,tsx}'],\n  theme: {\n    extend: {\n      colors: {\n        'card-blue': '#e6f4ff'\n      }\n    }\n  },\n  plugins: [],\n  corePlugins: {\n    preflight: false\n  }\n};\n"
  },
  {
    "path": "client/tsconfig.json",
    "content": "{\n  \"compilerOptions\": {\n    \"target\": \"ESNext\",\n    \"useDefineForClassFields\": true,\n    \"lib\": [\"DOM\", \"DOM.Iterable\", \"ESNext\"],\n    \"allowJs\": false,\n    \"skipLibCheck\": true,\n    \"esModuleInterop\": false,\n    \"allowSyntheticDefaultImports\": true,\n    \"strict\": true,\n    \"forceConsistentCasingInFileNames\": true,\n    \"module\": \"ESNext\",\n    \"moduleResolution\": \"Node\",\n    \"resolveJsonModule\": true,\n    \"isolatedModules\": true,\n    \"noEmit\": true,\n    \"jsx\": \"react-jsx\"\n  },\n  \"include\": [\"src\"],\n  \"references\": [{ \"path\": \"./tsconfig.node.json\" }]\n}\n"
  },
  {
    "path": "client/tsconfig.node.json",
    "content": "{\n  \"compilerOptions\": {\n    \"composite\": true,\n    \"module\": \"ESNext\",\n    \"moduleResolution\": \"Node\",\n    \"allowSyntheticDefaultImports\": true\n  },\n  \"include\": [\"vite.config.ts\"]\n}\n"
  },
  {
    "path": "client/vite.config.ts",
    "content": "import { defineConfig } from 'vite';\nimport react from '@vitejs/plugin-react';\n\n// https://vitejs.dev/config/\nexport default defineConfig({\n  plugins: [react()]\n});\n"
  },
  {
    "path": "docker/Dockerfile.client",
    "content": "FROM node:16-alpine as client\n\nWORKDIR /client\n\nCOPY ./client .\n\nRUN yarn install\n\nRUN yarn build\n\nRUN rm -rf node_modules\nRUN rm -rf src\n\nFROM nginx:1.23.4-alpine\n\nCOPY --from=client /client/dist /usr/share/nginx/html\nCOPY nginx.conf /etc/nginx/conf.d/default.conf\n\nEXPOSE 80\n\nCMD [\"nginx\", \"-g\", \"daemon off;\"]\n"
  },
  {
    "path": "docker/Dockerfile.server",
    "content": "FROM python:3.9-slim-buster\n\nWORKDIR /server\n\nCOPY ./server/requirements.txt requirements.txt\n\nRUN pip3 install -r requirements.txt\n\nCOPY ./server .\nCOPY .env .\n\nEXPOSE 8080\n\nCMD [\"flask\", \"run\", \"--host\", \"0.0.0.0\", \"--port\", \"8080\"]"
  },
  {
    "path": "docker-compose.yml",
    "content": "version: '3'\nservices:\n  client:\n    build:\n      context: .\n      dockerfile: docker/Dockerfile.client\n    ports:\n      - \"8081:80\"\n  server:\n    build:\n      context: .\n      dockerfile: docker/Dockerfile.server\n    ports:\n      - \"8080:8080\"\n    volumes:\n      - ./data:/server/static\n      - ./logs:/server/logs\n\n"
  },
  {
    "path": "nginx.conf",
    "content": "server {\n  listen 80;\n\n  location ~ /(api|static) {\n    proxy_pass http://server:8080;\n    proxy_set_header Host $host;\n    proxy_set_header X-Real-IP $remote_addr;\n    proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;\n    proxy_set_header X-Forwarded-Proto $scheme;\n  }\n\n  location / {\n    alias /usr/share/nginx/html/;\n    try_files $uri /index.html;\n    if ($request_filename ~ .*\\.(htm|html)$) {\n      add_header Cache-Control 'no-store, no-cache, must-revalidate';\n    }\n  }\n}\n"
  },
  {
    "path": "server/Procfile",
    "content": "web: gunicorn app:app"
  },
  {
    "path": "server/app.py",
    "content": "import json\nimport logging\nimport os\nfrom pathlib import Path\n\nimport openai\nfrom create_index import create_index\nfrom dotenv import load_dotenv\nfrom flask import Flask, Response, jsonify, request, stream_with_context\nfrom flask_cors import CORS\nfrom llama_index import (\n    GPTListIndex,\n    GPTSimpleVectorIndex,\n    MockEmbedding,\n    MockLLMPredictor,\n    ServiceContext,\n    download_loader,\n)\nfrom llama_index.optimization.optimizer import SentenceEmbeddingOptimizer\n\nopenai_proxy = os.environ.get(\"OPENAI_PROXY\", \"https://api.openai.com/v1\")\nopenai.api_base = openai_proxy\n\n\nstaticPath = \"static\"\n\nif not os.path.exists(f\"{staticPath}/file\"):\n    os.makedirs(f\"{staticPath}/file\")\nif not os.path.exists(f\"{staticPath}/index\"):\n    os.makedirs(f\"{staticPath}/index\")\nif not os.path.exists(f\"{staticPath}/temp\"):\n    os.makedirs(f\"{staticPath}/temp\")\nif not os.path.exists(f\"logs\"):\n    os.makedirs(f\"logs\")\n\n\napp = Flask(__name__, static_folder=f\"{staticPath}\")\n\n\nCORS(app)\n\nlogger = logging.getLogger(__name__)\nfile_handler = logging.FileHandler(\"logs/app.log\", encoding=\"utf-8\")\nformatter = logging.Formatter(\n    \"%(asctime)s %(levelname)s: %(message)s\", datefmt=\"%Y-%m-%d %H:%M:%S\"\n)\nfile_handler.setFormatter(formatter)\nfile_handler.setLevel(logging.ERROR)\nlogger.addHandler(file_handler)\n\nload_dotenv()\n\n\n@app.errorhandler(Exception)\ndef handle_error(error):\n    \"\"\"全局错误处理\"\"\"\n    message = str(error)\n    status_code = 500\n    if hasattr(error, \"status_code\"):\n        status_code = error.status_code\n    print(\"some error:\", error)\n    response = jsonify({\"message\": message})\n    response.status_code = status_code\n    logger.error(error, exc_info=True)\n    return response\n\n\n@app.route(\"/api/summarize\", methods=[\"GET\"])\ndef summarize_index():\n    file = request.args.get(\"file\")\n    open_ai_key = request.args.get(\"openAiKey\")\n    if open_ai_key:\n        os.environ[\"OPENAI_API_KEY\"] = open_ai_key\n\n    UnstructuredReader = download_loader(\"UnstructuredReader\")\n    loader = UnstructuredReader()\n    documents = loader.load_data(file=Path(f\"./{staticPath}/file/{file}\"))\n    index = GPTListIndex.from_documents(documents)\n\n    # predictor cost\n    llm_predictor = MockLLMPredictor(max_tokens=256)\n    embed_model = MockEmbedding(embed_dim=1536)\n    service_context = ServiceContext.from_defaults(\n        llm_predictor=llm_predictor, embed_model=embed_model\n    )\n\n    # TODO: Format everything as markdown\n    prompt = f\"\"\"\n        Summarize this document and provide three questions related to the summary. Try to use your own words when possible. Keep your answer under 5 sentences. \n\n        Use the following format:\n        <summary text>\n\n\n        Questions you may want to ask 🤔\n        1. <question text>\n        2. <question text>\n        3. <question text>\n        \"\"\"\n\n    index.query(\n        prompt,\n        response_mode=\"tree_summarize\",\n        service_context=service_context,\n        optimizer=SentenceEmbeddingOptimizer(percentile_cutoff=0.8),\n    )\n\n    res = index.query(\n        prompt,\n        streaming=True,\n        response_mode=\"tree_summarize\",\n        optimizer=SentenceEmbeddingOptimizer(percentile_cutoff=0.8),\n    )\n    cost = embed_model.last_token_usage + llm_predictor.last_token_usage\n\n    def response_generator():\n        yield json.dumps({\"cost\": cost, \"sources\": []})\n        yield \"\\n ###endjson### \\n\\n\"\n        for text in res.response_gen:\n            yield text\n\n    # 用完了就删掉，防止key被反复使用\n    if open_ai_key:\n        os.environ[\"OPENAI_API_KEY\"] = \"\"\n\n    return Response(stream_with_context(response_generator()))\n\n\n@app.route(\"/api/query\", methods=[\"GET\"])\ndef query_index():\n    query_text = request.args.get(\"query\")\n    index_name = request.args.get(\"index\")\n    open_ai_key = request.args.get(\"openAiKey\")\n    if open_ai_key:\n        os.environ[\"OPENAI_API_KEY\"] = open_ai_key\n\n    index = GPTSimpleVectorIndex.load_from_disk(f\"{staticPath}/index/{index_name}.json\")\n\n    # predictor cost\n    llm_predictor = MockLLMPredictor(max_tokens=256)\n    embed_model = MockEmbedding(embed_dim=1536)\n    service_context = ServiceContext.from_defaults(\n        llm_predictor=llm_predictor, embed_model=embed_model\n    )\n    # 不支持 streaming，所以需要另外执行\n    index.query(query_text, service_context=service_context)\n\n    res = index.query(query_text, streaming=True)\n    cost = embed_model.last_token_usage + llm_predictor.last_token_usage\n    sources = [\n        {\"extraInfo\": x.node.extra_info, \"text\": x.node.text} for x in res.source_nodes\n    ]\n\n    def response_generator():\n        yield json.dumps({\"cost\": cost, \"sources\": sources})\n        yield \"\\n ###endjson### \\n\\n\"\n        for text in res.response_gen:\n            yield text\n\n    # 用完了就删掉，防止key被反复使用\n    if open_ai_key:\n        os.environ[\"OPENAI_API_KEY\"] = \"\"\n\n    return Response(stream_with_context(response_generator()))\n\n\n@app.route(\"/api/upload\", methods=[\"POST\"])\ndef upload_file():\n    filepath = None\n    try:\n        open_ai_key = request.form[\"openAiKey\"]\n        if open_ai_key:\n            os.environ[\"OPENAI_API_KEY\"] = open_ai_key\n\n        uploaded_file = request.files[\"file\"]\n        filename = uploaded_file.filename\n        print(os.getcwd(), os.path.abspath(__file__))\n        filepath = os.path.join(f\"{staticPath}/temp\", os.path.basename(filename))\n        uploaded_file.save(filepath)\n\n        token_usage = create_index(filepath, filename)\n    except Exception as e:\n        logger.error(e, exc_info=True)\n        # cleanup temp file\n        print(e, \"upload error\")\n        if filepath is not None and os.path.exists(filepath):\n            os.remove(filepath)\n\n        # 用完了就删掉，防止key被反复使用\n        if open_ai_key:\n            os.environ[\"OPENAI_API_KEY\"] = \"\"\n        return \"Error: {}\".format(str(e)), 500\n\n    # cleanup temp file\n    if filepath is not None and os.path.exists(filepath):\n        os.remove(filepath)\n\n    # 用完了就删掉，防止key被反复使用\n    if open_ai_key:\n        os.environ[\"OPENAI_API_KEY\"] = \"\"\n\n    return jsonify(token_usage), 200\n\n\n@app.route(\"/api/index-list\", methods=[\"GET\"])\ndef get_index_files():\n    dir = f\"{staticPath}/index\"\n    files = os.listdir(dir)\n    return files\n\n\n@app.route(\"/api/file-list\", methods=[\"GET\"])\ndef get_html_files():\n    dir = f\"{staticPath}/file\"\n    files = os.listdir(dir)\n    file_list = [\n        {\n            \"path\": f\"/{dir}/{file}\",\n            \"name\": os.path.splitext(file)[0],\n            \"ext\": os.path.splitext(file)[1],\n            \"fullName\": file,\n        }\n        for file in files\n    ]\n\n    return sorted(file_list, key=lambda x: x[\"name\"].lower())\n\n\nif __name__ == \"__main__\":\n    app.run()\n"
  },
  {
    "path": "server/create_index.py",
    "content": "import os\n\nimport markdown\nfrom custom_loader import CustomReader\nfrom llama_index import GPTSimpleVectorIndex, MockEmbedding, ServiceContext\nfrom pdf_loader import CJKPDFReader\n\nstaticPath = \"static\"\n\n\ndef create_index(filepath, filename) -> int:\n    name, ext = os.path.splitext(filename)\n\n    if ext == \".pdf\":\n        loader = CJKPDFReader()\n        documents = loader.load_data(filepath=filepath, filename=filename)\n    elif ext == \".md\":\n        with open(filepath, \"r\", encoding=\"utf-8\") as f:\n            file_text = f.read()\n        html = markdown.markdown(\n            file_text, extensions=[\"pymdownx.superfences\", \"tables\", \"pymdownx.details\"]\n        )\n        # TODO: 利用 langchain splitter重写 https://python.langchain.com/en/latest/modules/indexes/text_splitters/examples/markdown.html\n        # 直接将markdown分段再分别转化成html，最后将所有html拼接起来并加上chunk_id\n        loader = CustomReader()\n        documents = loader.load_data(html=html, filename=name)\n    elif ext == \".html\":\n        # TODO:\n        pass\n\n    # predictor cost\n    embed_model = MockEmbedding(embed_dim=1536)\n    service_context = ServiceContext.from_defaults(embed_model=embed_model)\n    index = GPTSimpleVectorIndex.from_documents(\n        documents, service_context=service_context\n    )\n\n    index = GPTSimpleVectorIndex.from_documents(documents)\n\n    # save to disk\n    index.save_to_disk(f\"{staticPath}/index/{name}.json\")\n\n    return embed_model.last_token_usage\n"
  },
  {
    "path": "server/custom_loader.py",
    "content": "from typing import Any, List\n\nimport tiktoken\nfrom bs4 import BeautifulSoup\nfrom llama_index.readers.base import BaseReader\nfrom llama_index.readers.schema.base import Document\n\nstaticPath = \"static\"\n\n\ndef encode_string(string: str, encoding_name: str = \"p50k_base\"):\n    encoding = tiktoken.get_encoding(encoding_name)\n    return encoding.encode(string)\n\n\ndef decode_string(token: str, encoding_name: str = \"p50k_base\"):\n    encoding = tiktoken.get_encoding(encoding_name)\n    return encoding.decode(token)\n\n\ndef num_tokens_from_string(string: str, encoding_name: str = \"p50k_base\") -> int:\n    \"\"\"Returns the number of tokens in a text string.\"\"\"\n    encoding = tiktoken.get_encoding(encoding_name)\n    num_tokens = len(encoding.encode(string))\n    return num_tokens\n\n\ndef split_text_to_doc(\n    text: str, current_chunk_id, chunk_size: int = 400\n) -> List[Document]:\n    \"\"\"Split text into chunks of a given size.\"\"\"\n    chunks = []\n    token_len = num_tokens_from_string(text)\n\n    for i in range(0, token_len, chunk_size):\n        encode_text = encode_string(text)\n        decode_text = decode_string(encode_text[i : i + chunk_size]).strip()\n        chunks.append(\n            Document(\n                decode_text,\n                extra_info={\"chunk_id\": f\"chunk-{current_chunk_id}\"},\n            )\n        )\n\n    return chunks\n\n\nclass CustomReader(BaseReader):\n    def __init__(self, *args: Any, **kwargs: Any) -> None:\n        \"\"\"Init params.\"\"\"\n        super().__init__(*args, **kwargs)\n\n    def load_data(self, html, filename) -> List[Document]:\n        soup = BeautifulSoup(html, \"html.parser\")\n        current_chunk_text = \"\"\n        current_chunk_id = 1\n        document_list = []\n        # 单位是token，openai限制4097，如果实现连续对话大概可以进行6轮对话\n        current_chunk_length = 0\n        chunk_size = 400\n\n        # 只处理前三级标题，其他的按照段落处理\n        headings = [\"h1\", \"h2\", \"h3\"]\n        heading_doms = soup.find_all(headings)\n\n        if len(heading_doms) == 0:\n            heading_doms = [soup.find()]\n\n        for tag in heading_doms:\n            tag[\"data-chunk_id\"] = f\"chunk-{current_chunk_id}\"\n            current_chunk_text = tag.text.strip()\n\n            # 遍历所有兄弟节点，不递归遍历子节点\n            next_tag = tag.find_next_sibling()\n            while next_tag and next_tag.name not in headings:\n                stripped_text = next_tag.text.strip()\n\n                if (\n                    current_chunk_length + num_tokens_from_string(stripped_text)\n                    > chunk_size\n                ):\n                    document_list.append(\n                        Document(\n                            current_chunk_text.strip(),\n                            extra_info={\"chunk_id\": f\"chunk-{current_chunk_id}\"},\n                        )\n                    )\n                    current_chunk_text = \"\"\n                    current_chunk_length = 0\n                    current_chunk_id += 1\n\n                    document_list += split_text_to_doc(stripped_text, current_chunk_id)\n\n                else:\n                    current_chunk_text = f\"{current_chunk_text} {stripped_text}\"\n                    current_chunk_length += num_tokens_from_string(stripped_text) + 1\n\n                next_tag[\"data-chunk_id\"] = f\"chunk-{current_chunk_id}\"\n                next_tag = next_tag.find_next_sibling()\n\n            document_list.append(\n                Document(\n                    current_chunk_text.strip(),\n                    extra_info={\"chunk_id\": f\"chunk-{current_chunk_id}\"},\n                )\n            )\n            current_chunk_text = \"\"\n            current_chunk_length = 0\n            current_chunk_id += 1\n\n        # 保存修改后的HTML文件\n        with open(f\"{staticPath}/file/{filename}.html\", \"w\", encoding=\"utf-8\") as f:\n            f.write(str(soup))\n\n        return document_list\n"
  },
  {
    "path": "server/pdf_loader.py",
    "content": "\"\"\"Read PDF files.\"\"\"\n\nimport shutil\nfrom pathlib import Path\nfrom typing import Any, List\n\nfrom llama_index.langchain_helpers.text_splitter import SentenceSplitter\nfrom llama_index.readers.base import BaseReader\nfrom llama_index.readers.schema.base import Document\n\n# https://github.com/emptycrown/llama-hub/blob/main/loader_hub/file/cjk_pdf/base.py\n\nstaticPath = \"static\"\n\n\nclass CJKPDFReader(BaseReader):\n    \"\"\"CJK PDF reader.\n\n    Extract text from PDF including CJK (Chinese, Japanese and Korean) languages using pdfminer.six.\n    \"\"\"\n\n    def __init__(self, *args: Any, **kwargs: Any) -> None:\n        \"\"\"Init params.\"\"\"\n        super().__init__(*args, **kwargs)\n\n    def load_data(self, filepath: Path, filename) -> List[Document]:\n        \"\"\"Parse file.\"\"\"\n\n        # Import pdfminer\n        from io import StringIO\n\n        from pdfminer.converter import TextConverter\n        from pdfminer.layout import LAParams\n        from pdfminer.pdfinterp import PDFPageInterpreter, PDFResourceManager\n        from pdfminer.pdfpage import PDFPage\n\n        # Create a resource manager\n        rsrcmgr = PDFResourceManager()\n        # Create an object to store the text\n        retstr = StringIO()\n        # Create a text converter\n        codec = \"utf-8\"\n        laparams = LAParams()\n        device = TextConverter(rsrcmgr, retstr, codec=codec, laparams=laparams)\n        # Create a PDF interpreter\n        interpreter = PDFPageInterpreter(rsrcmgr, device)\n        # Open the PDF file\n        fp = open(filepath, \"rb\")\n        # Create a list to store the text of each page\n        document_list = []\n        # Extract text from each page\n        for i, page in enumerate(PDFPage.get_pages(fp)):\n            interpreter.process_page(page)\n\n            # Get the text\n            text = retstr.getvalue()\n\n            sentence_splitter = SentenceSplitter(chunk_size=400)\n            text_chunks = sentence_splitter.split_text(text)\n\n            document_list += [\n                Document(t, extra_info={\"page_no\": i + 1}) for t in text_chunks\n            ]\n            # Clear the text\n            retstr.truncate(0)\n            retstr.seek(0)\n        # Close the file\n        fp.close()\n        # Close the device\n        device.close()\n\n        shutil.copy2(filepath, f\"{staticPath}/file/{filename}\")\n\n        return document_list\n"
  },
  {
    "path": "server/requirements.txt",
    "content": "aiohttp==3.8.4\naiosignal==1.3.1\nanyio==3.6.2\nargilla==1.5.1\nasync-timeout==4.0.2\nattrs==22.2.0\nbackoff==2.2.1\nbeautifulsoup4==4.12.0\nblinker==1.6.2\nbs4==0.0.1\ncachetools==5.3.0\ncertifi==2022.12.7\ncffi==1.15.1\ncharset-normalizer==3.1.0\nclick==8.1.3\ncolorama==0.4.6\ncommonmark==0.9.1\ncryptography==40.0.2\ndataclasses-json==0.5.7\nDeprecated==1.2.13\net-xmlfile==1.1.0\nFlask==2.3.2\nFlask-Cors==3.0.10\nfrozenlist==1.3.3\ngeojson==2.5.0\ngptcache==0.1.21\ngreenlet==2.0.2\ngunicorn==20.1.0\nh11==0.14.0\nhttpcore==0.16.3\nhttpx==0.23.3\nidna==3.4\nimportlib-metadata==6.1.0\nitsdangerous==2.1.2\nJinja2==3.1.2\njoblib==1.2.0\nlangchain==0.0.142\nllama-index==0.5.27\nlxml==4.9.2\nMarkdown==3.4.3\nMarkupSafe==2.1.2\nmarshmallow==3.19.0\nmarshmallow-enum==1.5.1\nmonotonic==1.6\nmsg-parser==1.2.0\nmultidict==6.0.4\nmypy-extensions==1.0.0\nnltk==3.8.1\nnumexpr==2.8.4\nnumpy==1.23.5\nolefile==0.46\nopenai==0.27.2\nopenapi-schema-pydantic==1.2.4\nopenpyxl==3.1.2\npackaging==23.0\npandas==1.5.3\npdfminer.six==20221105\nPillow==9.4.0\npycparser==2.21\npydantic==1.10.7\nPygments==2.14.0\npymdown-extensions==9.10\npyowm==3.3.0\npypandoc==1.11\nPySocks==1.7.1\npython-dateutil==2.8.2\npython-docx==0.8.11\npython-dotenv==1.0.0\npython-magic==0.4.27\npython-pptx==0.6.21\npytz==2023.3\nPyYAML==6.0\nregex==2023.3.23\nrequests==2.28.2\nrfc3986==1.5.0\nrich==13.0.1\nsix==1.16.0\nsniffio==1.3.0\nsoupsieve==2.4\nSQLAlchemy==1.4.47\ntenacity==8.2.2\ntiktoken==0.3.3\ntqdm==4.65.0\ntyping-inspect==0.8.0\ntyping_extensions==4.5.0\nunstructured==0.5.8\nurllib3==1.26.15\nWerkzeug==2.3.3\nwrapt==1.14.1\nXlsxWriter==3.0.9\nyarl==1.8.2\nzipp==3.15.0\n"
  },
  {
    "path": "server/static/file/AA-README.html",
    "content": "<h1 data-chunk_id=\"chunk-1\">DocsMind</h1>\n<p data-chunk_id=\"chunk-1\">DocsMind is an open-source project that allows you to chat with your docs.</p>\n<p data-chunk_id=\"chunk-1\"><img alt=\"Stack\" src=\"https://skillicons.dev/icons?i=vite,react,ts,tailwind,flask\"/></p>\n<h2 data-chunk_id=\"chunk-2\">Demo</h2>\n<p data-chunk_id=\"chunk-2\"><a href=\"https://docs-mind.alanwang.site/\">Demo Site</a></p>\n<blockquote data-chunk_id=\"chunk-2\">\n<p><strong>Warning</strong></p>\n<p>Due to the free plan of Railway only providing 500 hours per month, the Demo on the 21st day of each month will not be available. Please clone it locally for use at that time.</p>\n</blockquote>\n<h2 data-chunk_id=\"chunk-3\">Features</h2>\n<ul data-chunk_id=\"chunk-3\">\n<li>🤖 Ask a question with your docs</li>\n<li>📝 Summarize docs</li>\n<li>🖍️ Highlight source</li>\n<li>📤 Upload docs .pdf,.md(best support)</li>\n<li>💾 Data saved locally</li>\n<li>💰 Token usage tracker</li>\n<li>🐳 Dockerize</li>\n</ul>\n<h2 data-chunk_id=\"chunk-4\">Future Development</h2>\n<ul data-chunk_id=\"chunk-4\">\n<li>[ ] Chat mode</li>\n<li>[ ] Dark mode</li>\n<li>[ ] / command (/fetch /summarize)</li>\n<li>[ ] Reduce the size of the server image.</li>\n<li>[ ] Support for more docs formats: txt...</li>\n<li>[ ] Download docs from the internet</li>\n<li>[ ] Markdown-formatted message</li>\n<li>[ ] i18n</li>\n<li>[ ] Desktop application</li>\n</ul>\n<p data-chunk_id=\"chunk-4\">If you find this project helpful, please consider giving it a star 🌟</p>\n<h2 data-chunk_id=\"chunk-5\">Environment Variables</h2>\n<table data-chunk_id=\"chunk-5\">\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OPENAI_PROXY</td>\n<td>will replace https://api.openai.com/v1</td>\n<td>✅</td>\n</tr>\n<tr>\n<td>VITE_SERVICES_URL</td>\n<td>backend url for frontend code</td>\n<td>✅</td>\n</tr>\n<tr>\n<td>VITE_DISABLED_UPLOAD</td>\n<td>DISABLED_UPLOAD</td>\n<td>✅</td>\n</tr>\n</tbody>\n</table>\n<h2 data-chunk_id=\"chunk-6\">Q&amp;A</h2>\n<p data-chunk_id=\"chunk-6\">This project includes both front-end (/client) and back-end (/server) code. The front-end code is used to display the UI, while the back-end code provides services to the UI.</p>\n<h3 data-chunk_id=\"chunk-7\">How to deploy?</h3>\n<p data-chunk_id=\"chunk-7\">You need to deploy this project using Docker Compose.</p>\n<h3 data-chunk_id=\"chunk-8\">Can I deploy on Vercel?</h3>\n<p data-chunk_id=\"chunk-8\">No, Vercel is a serverless platform where you can only deploy your UI code (/client).</p>\n<h3 data-chunk_id=\"chunk-9\">How to run?</h3>\n<blockquote data-chunk_id=\"chunk-9\">\n<p><strong>Warning</strong></p>\n<p>Please check if you can access OpenAI in your region, you can refer to the <a href=\"https://github.com/3Alan/DocsMind/issues/3#issuecomment-1511470063\">issue</a> for more information.</p>\n</blockquote>\n<ol data-chunk_id=\"chunk-9\">\n<li>Create .env</li>\n</ol>\n<p data-chunk_id=\"chunk-9\">Create a <code>.env</code> file and copy the contents of <code>.env.example</code> to modify it.</p>\n<ol data-chunk_id=\"chunk-9\">\n<li>Run App</li>\n</ol>\n<div class=\"highlight\" data-chunk_id=\"chunk-9\"><pre><span></span><code>docker-compose<span class=\"w\"> </span>up<span class=\"w\"> </span>-d\n</code></pre></div>\n<p data-chunk_id=\"chunk-9\">Please add <code>--build</code> to rebuild the image after each code update.</p>\n<div class=\"highlight\" data-chunk_id=\"chunk-9\"><pre><span></span><code>docker-compose<span class=\"w\"> </span>up<span class=\"w\"> </span>-d<span class=\"w\"> </span>--build\n</code></pre></div>\n<p data-chunk_id=\"chunk-9\">now you can access the app at <code>http://localhost:8081</code></p>\n<h3 data-chunk_id=\"chunk-10\">Local Development</h3>\n<details data-chunk_id=\"chunk-10\">\n<summary>Detail</summary>\n\n#### Create .env\n\nCreate a `.env` file and copy the contents of `.env.example` to modify it.\n\n#### Run Frontend UI\n\n1. Install dependencies\n\n<div class=\"highlight\"><pre><span></span><code>yarn\n</code></pre></div>\n\n2. Run app\n\n<div class=\"highlight\"><pre><span></span><code>yarn dev\n</code></pre></div>\n\n#### Run Backend Services\n\nyou need a python environment\n\n1. Create virtual environment\n\n<div class=\"highlight\"><pre><span></span><code>cd server\npython -m venv .venv\n</code></pre></div>\n\n2. Active virtual environment\n\nwindows\n\n<div class=\"highlight\"><pre><span></span><code>.venv\\Scripts\\activate\n</code></pre></div>\n\nmac\n\n<div class=\"highlight\"><pre><span></span><code>. .venv/bin/activate\n</code></pre></div>\n\n3. Install dependencies\n\n<div class=\"highlight\"><pre><span></span><code>pip install -r requirements.txt\n</code></pre></div>\n\n4. Run Services\n\n<div class=\"highlight\"><pre><span></span><code>flask run --reload --port=8080\n</code></pre></div>\n</details>\n<h2 data-chunk_id=\"chunk-11\">License</h2>\n<p data-chunk_id=\"chunk-11\"><a href=\"https://github.com/3Alan/DocsMind/blob/main/LICENSE\">AGPL-3.0 License</a></p>\n<h2 data-chunk_id=\"chunk-12\">Buy me a coffee</h2>\n<details data-chunk_id=\"chunk-12\">\n<summary>QR code</summary>\n<img height=\"300\" src=\"https://raw.githubusercontent.com/3Alan/images/master/img/%E5%BE%AE%E4%BF%A1%E6%94%AF%E4%BB%98%E5%AE%9D%E4%BA%8C%E5%90%88%E4%B8%80%E6%94%B6%E6%AC%BE%E7%A0%81.jpg\"/>\n</details>"
  },
  {
    "path": "server/static/file/TypeScript入门学习总结.html",
    "content": "<p>TypeScript 常用知识点总结</p>\n<blockquote>\n<p><a href=\"https://typescript.bootcss.com/basic-types.html\">TypeScript 中文手册</a></p>\n<p><a href=\"https://coding.imooc.com/class/412.html\">TypeScript－系统入门到项目实战</a></p>\n</blockquote>\n<!-- truncate -->\n<h2 data-chunk_id=\"chunk-1\">什么是 TypeScript</h2>\n<p data-chunk_id=\"chunk-1\">TypeScript 是 JavaScript 的一个超集，在 JavaScript 的基础上增加了可选的<strong>静态类型</strong>和基于类的面向对象编程。它可以编译成纯 JavaScript，未编译的 ts 代码无法在浏览器执行。我们可以把它和 JavaScript 的关系理解成 css 和 less、sass 的关系。</p>\n<h2 data-chunk_id=\"chunk-2\">TypeScript 好在哪里</h2>\n<ul data-chunk_id=\"chunk-2\">\n<li>TS 可以进行动态类型检测，可以检测出一些潜在的 bug（例如拼写错误、参数缺失、undefined 等），提升代码健壮性</li>\n<li>使用 vscode 进行开发可以很好的提示代码，提高开发效率</li>\n<li>代码可读性好</li>\n</ul>\n<h2 data-chunk_id=\"chunk-3\">创建第一个 TypeScript 文件</h2>\n<p data-chunk_id=\"chunk-3\">首先安装 TypeScript</p>\n<div class=\"highlight\" data-chunk_id=\"chunk-3\"><pre><span></span><code>npm install -g typescript\n</code></pre></div>\n<p data-chunk_id=\"chunk-3\">安装后看是否成功</p>\n<div class=\"highlight\" data-chunk_id=\"chunk-3\"><pre><span></span><code>tsc --version\n</code></pre></div>\n<p data-chunk_id=\"chunk-3\">我安装后出现了以下问题：\n<img alt=\"image-20200614175730166\" src=\"https://raw.githubusercontent.com/3Alan/images/master/img/image-20200614175730166.png\"/>\n这种情况只需要以管理员的身份打开命令行运行以下命令：</p>\n<div class=\"highlight\" data-chunk_id=\"chunk-3\"><pre><span></span><code>set-ExecutionPolicy RemoteSigned\n</code></pre></div>\n<p data-chunk_id=\"chunk-3\">创建第一个 ts 文件<code>Hello.ts</code></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-3\"><pre><span></span><code>function sayHello(name: String) {\n  console.log(`Hello ${name}`);\n}\nlet person = 'Alan';\nsayHello(person);\n</code></pre></div>\n<p data-chunk_id=\"chunk-3\">我们发现 ts 代码和普通的 js 代码在 <code>sayHello</code> 函数的参数上有所不同。\n<code>sayHello(name: String)</code>\n大致的意思就是 <code>sayHello</code> 传入一个名为 name 的参数，该参数的类型必须是 <code>String</code> ，不然无法通过 ts 的编译。\n代码写好后用 tsc 编译上面的 <code>Hello.ts</code> 文件</p>\n<div class=\"highlight\" data-chunk_id=\"chunk-3\"><pre><span></span><code>tsc Hello.ts\n</code></pre></div>\n<p data-chunk_id=\"chunk-4\">编译成功后在同级目录下生成一个 <code>Hello.js</code> 文件，可以看到生成的 js 文件只是将 es6 语法转化成了 es5 语法，并没有改变其他代码。</p>\n<div class=\"highlight\" data-chunk_id=\"chunk-4\"><pre><span></span><code><span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">sayHello</span><span class=\"p\">(</span><span class=\"nx\">name</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"nx\">console</span><span class=\"p\">.</span><span class=\"nx\">log</span><span class=\"p\">(</span><span class=\"s1\">'Hello '</span><span class=\"w\"> </span><span class=\"o\">+</span><span class=\"w\"> </span><span class=\"nx\">name</span><span class=\"p\">);</span>\n<span class=\"p\">}</span>\n<span class=\"kd\">var</span><span class=\"w\"> </span><span class=\"nx\">person</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"s1\">'Alan'</span><span class=\"p\">;</span>\n<span class=\"nx\">sayHello</span><span class=\"p\">(</span><span class=\"nx\">person</span><span class=\"p\">);</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-4\">如果把<code>Hello.ts</code>文件改写一下</p>\n<div class=\"highlight\" data-chunk_id=\"chunk-4\"><pre><span></span><code>function sayHello(name: String) {\n  const text = 3 + name;\n  console.log(`Hello ${name}`);\n}\nlet person = 123;\nsayHello(person);\n</code></pre></div>\n<p data-chunk_id=\"chunk-4\">再次编译发现会报错但是仍然能生成 js 文件：\n<img alt=\"image-20200614180440953\" src=\"https://raw.githubusercontent.com/3Alan/images/master/img/image-20200614180440953.png\"/></p>\n<p data-chunk_id=\"chunk-4\">上面错误的具体意思是</p>\n<ul data-chunk_id=\"chunk-4\">\n<li>由于声明了函数形参 <code>name</code> 为静态类型 <code>string</code> ，而在调用时传入得是 <code>number</code> 类型 <code>123</code> ，与前面的 <code>string</code> 不符。</li>\n<li>在 <code>sayHello</code> 函数中将 <code>name(string)</code> 和 <code>3(number)</code> 两种不同类型得值进行了相加。</li>\n</ul>\n<p data-chunk_id=\"chunk-5\">我们发现每次都要通过 tsc 来编译 ts 文件能得到 js 文件后再去运行 js 文件，过于麻烦。可以使用插件 <code>ts-node</code> 来直接运行 ts 文件。</p>\n<div class=\"highlight\" data-chunk_id=\"chunk-5\"><pre><span></span><code>npm i ts-node -g\n</code></pre></div>\n<div class=\"highlight\" data-chunk_id=\"chunk-5\"><pre><span></span><code>ts-node Hello.ts\n</code></pre></div>\n<p data-chunk_id=\"chunk-5\">:::info</p>\n<p data-chunk_id=\"chunk-5\">ts 能够尝试分析变量类型（类型推断），ts 无法分析出的变量最好显式声明变量类型（类型注解）</p>\n<p data-chunk_id=\"chunk-5\">:::</p>\n<h2 data-chunk_id=\"chunk-6\">基础类型</h2>\n<p data-chunk_id=\"chunk-6\">变量的声明：<code>let [变量名] : [类型] = 值</code></p>\n<p data-chunk_id=\"chunk-6\">例如： <code>let age: number = 21</code></p>\n<p data-chunk_id=\"chunk-6\">TypeScript 支持与 JavaScript 几乎相同的数据类型</p>\n<ul data-chunk_id=\"chunk-6\">\n<li>boolean(布尔值)</li>\n<li>number(数值)</li>\n<li>string(字符串)</li>\n<li>[]/Array&lt;元素类型&gt;(数组)</li>\n<li>元组 Tuple</li>\n<li>enum(枚举)</li>\n<li>any(任何值)</li>\n<li>void(空值)</li>\n<li>null</li>\n<li>undefined</li>\n<li>never</li>\n</ul>\n<h2 data-chunk_id=\"chunk-7\">数组</h2>\n<p data-chunk_id=\"chunk-7\">有 2 种方式定义数组</p>\n<div class=\"highlight\" data-chunk_id=\"chunk-7\"><pre><span></span><code>let arr: number[] = [1, 2, 3]; // 元素类型后接上`[]`\nlet arr: Array&lt;number&gt; = [1, 2, 3]; // 数组泛型\nlet arr: (number | string)[] = [1, '2', '4']; // 元素类型可以是number或string（类似元组）\n</code></pre></div>\n<h2 data-chunk_id=\"chunk-8\">元组 tuple</h2>\n<p data-chunk_id=\"chunk-8\">表示一个数组（各个元素的类型不必相同）</p>\n<div class=\"highlight\" data-chunk_id=\"chunk-8\"><pre><span></span><code>let list: [string, number]; //第一个元素为string类型，第二个为number类型\na = ['abc', 123]; //合格\nb = [123, 'abc']; //不合格\n</code></pre></div>\n<h2 data-chunk_id=\"chunk-9\">枚举</h2>\n<p data-chunk_id=\"chunk-9\">其实有点类似对象\n看例子吧</p>\n<div class=\"highlight\" data-chunk_id=\"chunk-10\"><pre><span></span><code>enum lan {js, ts, css};\nconsole.log(lan.js); // 0   js对应的下标，第一个默认下标为0\n\nenum lan {\n  js = 3,\n  ts,\n  css,\n}\nconsole.log(lan.js); // 3\nconsole.log(lan.ts); // 4\nconsole.log(lan.css); // 5\n\nenum lan {\n  js,\n  ts = 3,\n  css,\n}\nconsole.log(lan.js); // 0\nconsole.log(lan.ts); // 3\nconsole.log(lan.css); // 4\nconsole.log(lan[4]); // css\nconsole.log(lan[1]); // undefined\n// 第一个默认下标为0，css接着ts的值+1\n\nenum lan {js = 'good', ts = 'nice', css = 'well'};\nconsole.log(lan.js); // good\n\n// const枚举，为了避免在额外生成的代码上的开销和额外的非直接的对枚举成员的访问。\nconst enum People {\n  name: 'Alan',\n  age: 23\n}\n\n// 编译时会自动转化成常量值，不会保留其他代码\nconsole.log(People.name); // Alan\n</code></pre></div>\n<h2 data-chunk_id=\"chunk-11\">any</h2>\n<p data-chunk_id=\"chunk-11\">顾名思义，任意值，当我们想为还不清楚类型的变量指定一个类型时， <code>any</code> 就是最好的选择 🤭</p>\n<div class=\"highlight\" data-chunk_id=\"chunk-11\"><pre><span></span><code>let a: any = 4;\na = '123'; //合格\n\nlet arr: any[] = [1, '123', true]; // 和元组很像\narr[1] = 'good';\n</code></pre></div>\n<h2 data-chunk_id=\"chunk-12\">void</h2>\n<p data-chunk_id=\"chunk-12\">常用于无返回值的函数声明</p>\n<div class=\"highlight\" data-chunk_id=\"chunk-12\"><pre><span></span><code>function func(): void {\n  console.log('learning typescript...');\n}\nfunc(); //合格\n\nfunction func(): void {\n  return 1;\n}\nfunc(); // 不合格：Type '1' is not assignable to type 'void'\n</code></pre></div>\n<h2 data-chunk_id=\"chunk-13\">null 和 undefined</h2>\n<p data-chunk_id=\"chunk-13\">用处不大，默认情况下是所有类型的子类型，例如下面代码是没有问题的：</p>\n<div class=\"highlight\" data-chunk_id=\"chunk-13\"><pre><span></span><code>let a: string;\na = undefined;\na = null;\n</code></pre></div>\n<p data-chunk_id=\"chunk-13\"><strong>但是</strong>，当指定<code>--strictNullChecks</code>标记时，null 和 undefined 只能赋值给 void 和他们自己本身。</p>\n<h2 data-chunk_id=\"chunk-14\">never</h2>\n<p data-chunk_id=\"chunk-14\">表示永不存在的值的类型\nnever 类型是那些总是会抛出异常或根本就不会有返回值的函数表达式或箭头函数表达式的返回值类型；\n变量也可能是 never 类型，当它们被永不为真的类型保护所约束时。</p>\n<p data-chunk_id=\"chunk-14\">never 类型是任何类型的子类型，也可以赋值给任何类型；然而，没有类型是 never 的子类型或可以赋值给 never 类型（除了 never 本身之外）。 即使 any 也不可以赋值给 never。</p>\n<div class=\"highlight\" data-chunk_id=\"chunk-15\"><pre><span></span><code>function error(message: string): never {\n  throw new Error(message);\n}\n\n// 返回never的函数必须存在无法达到的终点\nfunction infiniteLoop(): never {\n  while (true) {}\n}\n</code></pre></div>\n<h2 data-chunk_id=\"chunk-16\">结构赋值的写法</h2>\n<div class=\"highlight\" data-chunk_id=\"chunk-16\"><pre><span></span><code>function sayAge({ name, age }: { name: string | number; age: number }): void {\n  console.log(`${name} is ${age} years old`);\n}\nsayAge({ name: 'Alan', age: 22 });\nsayAge({ name: 2, age: 22 });\n</code></pre></div>\n<h2 data-chunk_id=\"chunk-17\">联合类型</h2>\n<p data-chunk_id=\"chunk-17\">用 <code>|</code> 来表示取值存在多种可能</p>\n<div class=\"highlight\" data-chunk_id=\"chunk-17\"><pre><span></span><code>let a: string | number;\na = 1;\na = 'A';\n</code></pre></div>\n<h2 data-chunk_id=\"chunk-18\">类型断言</h2>\n<p data-chunk_id=\"chunk-18\">可以自己指定一个值的类型\n格式如下\n<code>&lt;类型&gt;值</code>\n<code>值 as 类型</code></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-18\"><pre><span></span><code>interface student {\n  isStudent: boolean;\n  education: number;\n}\ninterface worker {\n  isStudent: boolean;\n  seniority: number;\n}\nfunction Recruit(candidate: worker | student): void {\n  if (candidate.isStudent) {\n    console.log(`your education is ${(candidate as student).education}`);\n  } else {\n    console.log(`your seniority is ${(candidate as worker).seniority}`);\n  }\n}\n\nconst a: student = { isStudent: true, education: 4 };\nconst b: worker = { isStudent: false, seniority: 2 };\nRecruit(a);\nRecruit(b);\n</code></pre></div>\n<p data-chunk_id=\"chunk-18\">由于 <code>candidate</code> 使用了联合类型，所以 ts 无法判断 <code>candidate</code> 究竟是属于 <code>student</code> 还是 <code>worker</code> ，所以要使用类型断言来显式告诉 ts。</p>\n<p data-chunk_id=\"chunk-18\">当然还有其他方式来实现</p>\n<div class=\"highlight\" data-chunk_id=\"chunk-19\"><pre><span></span><code>interface student {\n  isStudent: boolean;\n  education: number;\n}\ninterface worker {\n  isStudent: boolean;\n  seniority: number;\n}\nfunction Recruit(candidate: worker | student): void {\n  'education' in candidate &amp;&amp; console.log(`your education is ${candidate.education}`);\n  'seniority' in candidate &amp;&amp; console.log(`your seniority is ${candidate.seniority}`);\n}\n\nconst a: student = { isStudent: true, education: 4 };\nconst b: worker = { isStudent: false, seniority: 2 };\nRecruit(a);\nRecruit(b);\n</code></pre></div>\n<ul data-chunk_id=\"chunk-19\">\n<li>typeof</li>\n<li>instanceof</li>\n</ul>\n<h2 data-chunk_id=\"chunk-20\">非空断言</h2>\n<p data-chunk_id=\"chunk-20\"><code>!.</code> 对应 <code>--strictNullChecks</code></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-20\"><pre><span></span><code><span class=\"kd\">interface</span><span class=\"w\"> </span><span class=\"nx\">person</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"nx\">name</span><span class=\"o\">:</span><span class=\"w\"> </span><span class=\"kt\">string</span><span class=\"p\">;</span>\n<span class=\"p\">}</span>\n<span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">work</span><span class=\"p\">(</span><span class=\"nx\">personObj?</span><span class=\"o\">:</span><span class=\"w\"> </span><span class=\"kt\">person</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"c1\">// 由于 personObj 可能不传，所以 personObj 可能为 undefined，使用 !. 可以断言 personObj 不为空</span>\n<span class=\"w\">  </span><span class=\"nx\">console</span><span class=\"p\">.</span><span class=\"nx\">log</span><span class=\"p\">(</span><span class=\"nx\">personObj</span><span class=\"o\">!</span><span class=\"p\">.</span><span class=\"nx\">name</span><span class=\"p\">);</span>\n<span class=\"p\">}</span>\n</code></pre></div>\n<h2 data-chunk_id=\"chunk-21\">接口 interface</h2>\n<p data-chunk_id=\"chunk-21\">先看一个接口的例子</p>\n<div class=\"highlight\" data-chunk_id=\"chunk-21\"><pre><span></span><code>interface person {\n  name: string;\n}\nfunction work(personObj: person) {\n  console.log(personObj.name);\n}\nlet person1 = { name: 'Alan', age: 21 };\nwork(person1);\nlet person2 = { age: 21 };\nwork(person2);\n</code></pre></div>\n<p data-chunk_id=\"chunk-21\"><img alt=\"image-20200615180720618\" src=\"https://raw.githubusercontent.com/3Alan/images/master/img/image-20200615180720618.png\"/></p>\n<p data-chunk_id=\"chunk-21\">定义接口的关键字是 <code>interface</code>\n这个例子需要传入 work 的参数必须是一个带有 name(string)的对象，可以理解为我要招聘一个有名字的员工，没有名字的都不需要。当然我们的 person1 中还多了一个<code>age</code>属性，这并不会报错。可是当我们直接传递参数时是会出错的。</p>\n<div class=\"highlight\" data-chunk_id=\"chunk-21\"><pre><span></span><code><span class=\"nx\">work</span><span class=\"p\">({</span><span class=\"w\"> </span><span class=\"nx\">name</span><span class=\"o\">:</span><span class=\"w\"> </span><span class=\"s1\">'Alan'</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">age</span><span class=\"o\">:</span><span class=\"w\"> </span><span class=\"mf\">21</span><span class=\"w\"> </span><span class=\"p\">});</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-22\">那如果我不确定要招聘的员工除了有姓名外还需要其他什么属性时，可以像下面一样重新定义接口就可以解决上面的问题了。</p>\n<div class=\"highlight\" data-chunk_id=\"chunk-22\"><pre><span></span><code>interface person {\n  name: string;\n  [propName: string]: any;\n}\n</code></pre></div>\n<h3 data-chunk_id=\"chunk-23\">可选属性</h3>\n<p data-chunk_id=\"chunk-23\">那如果我的招聘条件是最好懂 typescript 的，这个时候 typescript 就是可有可无的（最好懂，嘿嘿 😜），那我们就要用到<strong>可选属性</strong>了\n<code>可选属性</code>在可选属性名后面加上一个<code>?</code></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-23\"><pre><span></span><code>interface person {\n  name: string;\n  ts?: boolean;\n}\nfunction Recruit(personObj: person): string {\n  if (personObj.ts) {\n    return `congratulations!${personObj.name}`;\n  } else {\n    return `sorry,${personObj.name}, we need a employee who know ts!`;\n  }\n}\nlet person1 = { name: 'Alan', age: 21, ts: true };\nconsole.log(Recruit(person1));\nlet person2 = { name: 'Bob', age: 21 };\nconsole.log(Recruit(person2));\n</code></pre></div>\n<h3 data-chunk_id=\"chunk-24\">只读属性</h3>\n<p data-chunk_id=\"chunk-24\">我们都知道人的名字都是不可以改变的（一般情况下），这个时候我们对 person 接口里面的 name 属性稍作修改，在属性名 name 前加上<code>readonly</code>。</p>\n<p data-chunk_id=\"chunk-24\">:::tip</p>\n<p data-chunk_id=\"chunk-24\">当然也可以使用 setter/getter 来实现</p>\n<p data-chunk_id=\"chunk-24\">:::</p>\n<div class=\"highlight\" data-chunk_id=\"chunk-24\"><pre><span></span><code>interface person {\n  readonly name: string;\n  ts?: boolean;\n}\nlet person1: person = { name: 'Alan' };\nperson1.name = 'Bob'; // Cannot assign to 'name' because it is a read-only property.\n</code></pre></div>\n<p data-chunk_id=\"chunk-24\"><strong>我们发现 readonly 和 const 的作用好像有点相似，那我们什么时候使用 readonly 什么时候使用 const 呢？</strong>\n变量----&gt;const\n属性----&gt;readonly</p>\n<h3 data-chunk_id=\"chunk-25\">函数类型的接口</h3>\n<p data-chunk_id=\"chunk-25\">接口除了可以描述带有属性的对象外，还可以描述函数类型\n这里创建一个函数来检查你有没有打卡 😁</p>\n<div class=\"highlight\" data-chunk_id=\"chunk-25\"><pre><span></span><code>interface attendanceFunc {\n  (name: string, startTime: number, endTime: number): boolean;\n}\nlet checkAttendance: attendanceFunc;\ncheckAttendance = function (name: string, startTime: number, endTime: number): boolean {\n  let result = startTime &lt; 9 &amp;&amp; endTime &gt; 18;\n  return result;\n};\nconsole.log(checkAttendance('Alan', 10, 19)); // false\n</code></pre></div>\n<p data-chunk_id=\"chunk-25\">看一下接口的声明：</p>\n<div class=\"highlight\" data-chunk_id=\"chunk-25\"><pre><span></span><code>interface attendanceFunc {\n  (name: string, startTime: number, endTime: number): boolean;\n}\n</code></pre></div>\n<p data-chunk_id=\"chunk-26\"><code>name,startTime,endTime</code> 放在 <code>()</code> 中代表函数的参数\n<code>:boolean</code> 表示函数的返回值类型\n当然上面例子中的<code>checkAttendance</code>的形参以及函数的返回值来说可以不指定类型，因为 <code>checkAttendance</code> 复制给了 <code>attendanceFunc</code> 变量，类型检查器会自动(按照接口中参数的顺序)推断出参数以及返回值的类型，也就是说写成下面这样也是可以的。<strong>函数中的参数名可以不和接口中的相同</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-26\"><pre><span></span><code>interface attendanceFunc {\n  (name: string, startTime: number, endTime: number): boolean;\n}\nlet checkAttendance: attendanceFunc;\ncheckAttendance = function (n, startTime, endTime) {\n  let result = startTime &lt; 9 &amp;&amp; endTime &gt; 18;\n  return result;\n};\nconsole.log(checkAttendance('Alan', 10, 19)); // false\n</code></pre></div>\n<h3 data-chunk_id=\"chunk-27\">接口的继承</h3>\n<p data-chunk_id=\"chunk-27\">一个接口可以继承 1 个或者多个接口：\n继承使用关键词<code>extends</code></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-27\"><pre><span></span><code>interface person {\n  name: string;\n}\ninterface student {\n  studentId: number;\n}\ninterface seniorStudent extends person, student {\n  grade: string;\n}\nlet student1: seniorStudent = { name: 'Alan', studentId: 1, grade: 'one' };\nconsole.log(student1);\n</code></pre></div>\n<h2 data-chunk_id=\"chunk-28\">类 class</h2>\n<p data-chunk_id=\"chunk-28\">TS 中的类和 ES6 中的类很相似，这里只介绍不同的地方</p>\n<h3 data-chunk_id=\"chunk-29\">变量修饰符</h3>\n<ul data-chunk_id=\"chunk-29\">\n<li>public（默认）</li>\n<li>private（私有，不能在声明它的类的外部访问）</li>\n<li>protected（和 private 类似，不同的是 protected 声明的变量可以在派生类（即子类）中访问）</li>\n</ul>\n<h3 data-chunk_id=\"chunk-30\">静态属性 static</h3>\n<div class=\"highlight\" data-chunk_id=\"chunk-30\"><pre><span></span><code>class Person {\n  static fingerNum = 5;\n}\n\n// 只能通过类来访问\nconsole.log(Person.fingerNum);\n// 不能通过实例访问\nconsole.log(new Person().fingerNum);\n</code></pre></div>\n<div class=\"highlight\" data-chunk_id=\"chunk-30\"><pre><span></span><code>// 单例模式创建唯一的实例\nclass singleClass {\n  private static instance: singleClass;\n  private constructor(public name: string) {}\n\n  static getInstance() {\n    if (!this.instance) {\n      this.instance = new singleClass('Alan');\n    }\n    return this.instance;\n  }\n}\n\nconst class1 = singleClass.getInstance();\nconst class2 = singleClass.getInstance();\nconsole.log(class1.name); // Alan\nconsole.log(class1 === class2); // true\n</code></pre></div>\n<h3 data-chunk_id=\"chunk-31\">构造函数</h3>\n<div class=\"highlight\" data-chunk_id=\"chunk-31\"><pre><span></span><code>class Person {\n  constructor(name, mobile, sex) {\n    this.name = name;\n    this.mobile = mobile;\n    this.sex = sex;\n  }\n  public name: string;\n  private mobile: string;\n  protected sex: string;\n}\n</code></pre></div>\n<p data-chunk_id=\"chunk-31\">上面的代码可以简写成下面这样</p>\n<div class=\"highlight\" data-chunk_id=\"chunk-31\"><pre><span></span><code>class Person {\n  constructor(name: string, private mobile: string, protected sex: string) {}\n}\n</code></pre></div>\n<h3 data-chunk_id=\"chunk-32\">抽象类</h3>\n<ul data-chunk_id=\"chunk-32\">\n<li>不能被实例化</li>\n<li>要使用的话要声明其派生类，并且重写其中的抽象方法</li>\n</ul>\n<div class=\"highlight\" data-chunk_id=\"chunk-32\"><pre><span></span><code>abstract class Animal {\n  constructor(public name: string) {}\n  sayHello() {\n    console.log('hello');\n  }\n  // 声明抽象方法\n  abstract action(): void;\n}\n\nclass Bird extends Animal {\n  constructor(name) {\n    super(name);\n  }\n  action() {\n    console.log('jijiji');\n  }\n}\n\nconst bird = new Bird('qc');\nconsole.log(bird);\n// Bird { name: 'qc' }\n</code></pre></div>\n<h2 data-chunk_id=\"chunk-33\">泛型</h2>\n<blockquote data-chunk_id=\"chunk-33\">\n<p>泛型（Generics）是指在定义函数、接口或类的时候，<strong>不预先指定</strong>具体的类型，而在<strong>使用的时候</strong>再指定类型的一种特性。</p>\n</blockquote>\n<h3 data-chunk_id=\"chunk-34\">函数用法：&lt;泛型名&gt;</h3>\n<div class=\"highlight\" data-chunk_id=\"chunk-34\"><pre><span></span><code>function Recruit&lt;T&gt;(name: string, props: T) {\n  return name + props;\n}\n// 显式指定为T为number类型\nconsole.log(Recruit&lt;number&gt;('Alan', 123)); // Alan123\n// TS自动推断为number类型，和上面效果一样\nconsole.log(Recruit('Alan', 123)); // Alan123\nconsole.log(Recruit('Alan', [1, 2, 3])); // Alan1,2,3\n</code></pre></div>\n<p data-chunk_id=\"chunk-34\">也可以使用多个泛型名，下面的例子结合了接口来完成</p>\n<div class=\"highlight\" data-chunk_id=\"chunk-34\"><pre><span></span><code>interface Contact {\n  mobile: string;\n}\n\ninterface Address {\n  province: string;\n}\n\nfunction Recruit&lt;C extends Contact, A extends Address&gt;(name: string, contact: C, address: A) {\n  return `${name}'s mobile is ${contact.mobile}, live in ${address.province}`;\n}\n\nconsole.log(Recruit('Alan', { mobile: '666' }, { province: 'Shanghai' }));\n// Alan's mobile is 666, live in Shanghai\n</code></pre></div>\n<h3 data-chunk_id=\"chunk-35\">类用法</h3>\n<div class=\"highlight\" data-chunk_id=\"chunk-35\"><pre><span></span><code>interface employee {\n  name: string;\n  age: number;\n}\n\nclass RecruitManager&lt;T extends employee&gt; {\n  constructor(private data: Array&lt;T&gt;) {}\n  select(age: number): T {\n    return this.data.find((item) =&gt; item.age &gt; age);\n  }\n}\n\nconst result = new RecruitManager([\n  {\n    name: 'Alan',\n    age: 22\n  },\n  {\n    name: 'Bob',\n    age: 18\n  }\n]);\nconsole.log(result.select(20));\n</code></pre></div>\n<h3 data-chunk_id=\"chunk-36\">泛型约束</h3>\n<p data-chunk_id=\"chunk-36\">使用 extends 约束泛型</p>\n<div class=\"highlight\" data-chunk_id=\"chunk-36\"><pre><span></span><code>interface info {\n  mobile: string;\n}\n\n// T泛型必须满足info\nfunction Recruit&lt;T extends info&gt;(name: string, props: T) {\n  return name + props.mobile;\n}\n\nconsole.log(Recruit('Alan', { mobile: '1232910830' })); // Alan1232910830\n</code></pre></div>\n<h2 data-chunk_id=\"chunk-37\">React 相关</h2>\n<h3 data-chunk_id=\"chunk-38\">class 组件动态设置 state</h3>\n<div class=\"highlight\" data-chunk_id=\"chunk-38\"><pre><span></span><code><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">setState</span><span class=\"p\">({</span>\n<span class=\"w\">  </span><span class=\"p\">[</span><span class=\"nx\">name</span><span class=\"p\">]</span><span class=\"o\">:</span><span class=\"w\"> </span><span class=\"nx\">value</span>\n<span class=\"p\">}</span><span class=\"w\"> </span><span class=\"kr\">as</span><span class=\"w\"> </span><span class=\"nx\">Pick</span><span class=\"o\">&lt;</span><span class=\"nx\">CompontentState</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">keyof</span><span class=\"w\"> </span><span class=\"nx\">CompontentState</span><span class=\"o\">&gt;</span><span class=\"p\">);</span>\n</code></pre></div>"
  },
  {
    "path": "server/static/file/clean-code-javascript.html",
    "content": "<h1 data-chunk_id=\"chunk-1\">clean-code-javascript</h1>\n<h2 data-chunk_id=\"chunk-2\">Table of Contents</h2>\n<ol data-chunk_id=\"chunk-2\">\n<li><a href=\"#introduction\">Introduction</a></li>\n<li><a href=\"#variables\">Variables</a></li>\n<li><a href=\"#functions\">Functions</a></li>\n<li><a href=\"#objects-and-data-structures\">Objects and Data Structures</a></li>\n<li><a href=\"#classes\">Classes</a></li>\n<li><a href=\"#solid\">SOLID</a></li>\n<li><a href=\"#testing\">Testing</a></li>\n<li><a href=\"#concurrency\">Concurrency</a></li>\n<li><a href=\"#error-handling\">Error Handling</a></li>\n<li><a href=\"#formatting\">Formatting</a></li>\n<li><a href=\"#comments\">Comments</a></li>\n<li><a href=\"#translation\">Translation</a></li>\n</ol>\n<h2 data-chunk_id=\"chunk-3\">Introduction</h2>\n<p data-chunk_id=\"chunk-3\"><img alt=\"Humorous image of software quality estimation as a count of how many expletives\nyou shout when reading code\" src=\"https://www.osnews.com/images/comics/wtfm.jpg\"/></p>\n<p data-chunk_id=\"chunk-3\">Software engineering principles, from Robert C. Martin's book\n<a href=\"https://www.amazon.com/Clean-Code-Handbook-Software-Craftsmanship/dp/0132350882\"><em>Clean Code</em></a>,\nadapted for JavaScript. This is not a style guide. It's a guide to producing\n<a href=\"https://github.com/ryanmcdermott/3rs-of-software-architecture\">readable, reusable, and refactorable</a> software in JavaScript.</p>\n<p data-chunk_id=\"chunk-3\">Not every principle herein has to be strictly followed, and even fewer will be\nuniversally agreed upon. These are guidelines and nothing more, but they are\nones codified over many years of collective experience by the authors of\n<em>Clean Code</em>.</p>\n<p data-chunk_id=\"chunk-3\">Our craft of software engineering is just a bit over 50 years old, and we are\nstill learning a lot. When software architecture is as old as architecture\nitself, maybe then we will have harder rules to follow. For now, let these\nguidelines serve as a touchstone by which to assess the quality of the\nJavaScript code that you and your team produce.</p>\n<p data-chunk_id=\"chunk-3\">One more thing: knowing these won't immediately make you a better software\ndeveloper, and working with them for many years doesn't mean you won't make\nmistakes. Every piece of code starts as a first draft, like wet clay getting\nshaped into its final form. Finally, we chisel away the imperfections when\nwe review it with our peers. Don't beat yourself up for first drafts that need\nimprovement. Beat up the code instead!</p>\n<h2 data-chunk_id=\"chunk-4\"><strong>Variables</strong></h2>\n<h3 data-chunk_id=\"chunk-5\">Use meaningful and pronounceable variable names</h3>\n<p data-chunk_id=\"chunk-5\"><strong>Bad:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-5\"><pre><span></span><code><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">yyyymmdstr</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">moment</span><span class=\"p\">().</span><span class=\"nx\">format</span><span class=\"p\">(</span><span class=\"s1\">'YYYY/MM/DD'</span><span class=\"p\">);</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-5\"><strong>Good:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-5\"><pre><span></span><code><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">currentDate</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">moment</span><span class=\"p\">().</span><span class=\"nx\">format</span><span class=\"p\">(</span><span class=\"s1\">'YYYY/MM/DD'</span><span class=\"p\">);</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-5\"><strong><a href=\"#table-of-contents\">⬆ back to top</a></strong></p>\n<h3 data-chunk_id=\"chunk-6\">Use the same vocabulary for the same type of variable</h3>\n<p data-chunk_id=\"chunk-6\"><strong>Bad:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-6\"><pre><span></span><code><span class=\"nx\">getUserInfo</span><span class=\"p\">();</span>\n<span class=\"nx\">getClientData</span><span class=\"p\">();</span>\n<span class=\"nx\">getCustomerRecord</span><span class=\"p\">();</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-6\"><strong>Good:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-6\"><pre><span></span><code><span class=\"nx\">getUser</span><span class=\"p\">();</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-6\"><strong><a href=\"#table-of-contents\">⬆ back to top</a></strong></p>\n<h3 data-chunk_id=\"chunk-7\">Use searchable names</h3>\n<p data-chunk_id=\"chunk-7\">We will read more code than we will ever write. It's important that the code we\ndo write is readable and searchable. By <em>not</em> naming variables that end up\nbeing meaningful for understanding our program, we hurt our readers.\nMake your names searchable. Tools like\n<a href=\"https://github.com/danielstjules/buddy.js\">buddy.js</a> and\n<a href=\"https://github.com/eslint/eslint/blob/660e0918933e6e7fede26bc675a0763a6b357c94/docs/rules/no-magic-numbers.md\">ESLint</a>\ncan help identify unnamed constants.</p>\n<p data-chunk_id=\"chunk-7\"><strong>Bad:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-7\"><pre><span></span><code><span class=\"c1\">// What the heck is 86400000 for?</span>\n<span class=\"nx\">setTimeout</span><span class=\"p\">(</span><span class=\"nx\">blastOff</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"mf\">86400000</span><span class=\"p\">);</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-7\"><strong>Good:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-7\"><pre><span></span><code><span class=\"c1\">// Declare them as capitalized named constants.</span>\n<span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">MILLISECONDS_PER_DAY</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"mf\">60</span><span class=\"w\"> </span><span class=\"o\">*</span><span class=\"w\"> </span><span class=\"mf\">60</span><span class=\"w\"> </span><span class=\"o\">*</span><span class=\"w\"> </span><span class=\"mf\">24</span><span class=\"w\"> </span><span class=\"o\">*</span><span class=\"w\"> </span><span class=\"mf\">1000</span><span class=\"p\">;</span><span class=\"w\"> </span><span class=\"c1\">//86400000;</span>\n\n<span class=\"nx\">setTimeout</span><span class=\"p\">(</span><span class=\"nx\">blastOff</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">MILLISECONDS_PER_DAY</span><span class=\"p\">);</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-7\"><strong><a href=\"#table-of-contents\">⬆ back to top</a></strong></p>\n<h3 data-chunk_id=\"chunk-8\">Use explanatory variables</h3>\n<p data-chunk_id=\"chunk-8\"><strong>Bad:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-8\"><pre><span></span><code><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">address</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"s1\">'One Infinite Loop, Cupertino 95014'</span><span class=\"p\">;</span>\n<span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">cityZipCodeRegex</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"sr\">/^[^,\\\\]+[,\\\\\\s]+(.+?)\\s*(\\d{5})?$/</span><span class=\"p\">;</span>\n<span class=\"nx\">saveCityZipCode</span><span class=\"p\">(</span><span class=\"nx\">address</span><span class=\"p\">.</span><span class=\"nx\">match</span><span class=\"p\">(</span><span class=\"nx\">cityZipCodeRegex</span><span class=\"p\">)[</span><span class=\"mf\">1</span><span class=\"p\">],</span><span class=\"w\"> </span><span class=\"nx\">address</span><span class=\"p\">.</span><span class=\"nx\">match</span><span class=\"p\">(</span><span class=\"nx\">cityZipCodeRegex</span><span class=\"p\">)[</span><span class=\"mf\">2</span><span class=\"p\">]);</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-8\"><strong>Good:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-8\"><pre><span></span><code><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">address</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"s1\">'One Infinite Loop, Cupertino 95014'</span><span class=\"p\">;</span>\n<span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">cityZipCodeRegex</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"sr\">/^[^,\\\\]+[,\\\\\\s]+(.+?)\\s*(\\d{5})?$/</span><span class=\"p\">;</span>\n<span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"p\">[</span><span class=\"nx\">_</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">city</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">zipCode</span><span class=\"p\">]</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">address</span><span class=\"p\">.</span><span class=\"nx\">match</span><span class=\"p\">(</span><span class=\"nx\">cityZipCodeRegex</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"o\">||</span><span class=\"w\"> </span><span class=\"p\">[];</span>\n<span class=\"nx\">saveCityZipCode</span><span class=\"p\">(</span><span class=\"nx\">city</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">zipCode</span><span class=\"p\">);</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-8\"><strong><a href=\"#table-of-contents\">⬆ back to top</a></strong></p>\n<h3 data-chunk_id=\"chunk-9\">Avoid Mental Mapping</h3>\n<p data-chunk_id=\"chunk-9\">Explicit is better than implicit.</p>\n<p data-chunk_id=\"chunk-9\"><strong>Bad:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-9\"><pre><span></span><code><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">locations</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"p\">[</span><span class=\"s1\">'Austin'</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"s1\">'New York'</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"s1\">'San Francisco'</span><span class=\"p\">];</span>\n<span class=\"nx\">locations</span><span class=\"p\">.</span><span class=\"nx\">forEach</span><span class=\"p\">(</span><span class=\"nx\">l</span><span class=\"w\"> </span><span class=\"p\">=&gt;</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"nx\">doStuff</span><span class=\"p\">();</span>\n<span class=\"w\">  </span><span class=\"nx\">doSomeOtherStuff</span><span class=\"p\">();</span>\n<span class=\"w\">  </span><span class=\"c1\">// ...</span>\n<span class=\"w\">  </span><span class=\"c1\">// ...</span>\n<span class=\"w\">  </span><span class=\"c1\">// ...</span>\n<span class=\"w\">  </span><span class=\"c1\">// Wait, what is `l` for again?</span>\n<span class=\"w\">  </span><span class=\"nx\">dispatch</span><span class=\"p\">(</span><span class=\"nx\">l</span><span class=\"p\">);</span>\n<span class=\"p\">});</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-9\"><strong>Good:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-9\"><pre><span></span><code><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">locations</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"p\">[</span><span class=\"s1\">'Austin'</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"s1\">'New York'</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"s1\">'San Francisco'</span><span class=\"p\">];</span>\n<span class=\"nx\">locations</span><span class=\"p\">.</span><span class=\"nx\">forEach</span><span class=\"p\">(</span><span class=\"nx\">location</span><span class=\"w\"> </span><span class=\"p\">=&gt;</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"nx\">doStuff</span><span class=\"p\">();</span>\n<span class=\"w\">  </span><span class=\"nx\">doSomeOtherStuff</span><span class=\"p\">();</span>\n<span class=\"w\">  </span><span class=\"c1\">// ...</span>\n<span class=\"w\">  </span><span class=\"c1\">// ...</span>\n<span class=\"w\">  </span><span class=\"c1\">// ...</span>\n<span class=\"w\">  </span><span class=\"nx\">dispatch</span><span class=\"p\">(</span><span class=\"nx\">location</span><span class=\"p\">);</span>\n<span class=\"p\">});</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-9\"><strong><a href=\"#table-of-contents\">⬆ back to top</a></strong></p>\n<h3 data-chunk_id=\"chunk-10\">Don't add unneeded context</h3>\n<p data-chunk_id=\"chunk-10\">If your class/object name tells you something, don't repeat that in your\nvariable name.</p>\n<p data-chunk_id=\"chunk-10\"><strong>Bad:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-10\"><pre><span></span><code><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">Car</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"nx\">carMake</span><span class=\"o\">:</span><span class=\"w\"> </span><span class=\"s1\">'Honda'</span><span class=\"p\">,</span>\n<span class=\"w\">  </span><span class=\"nx\">carModel</span><span class=\"o\">:</span><span class=\"w\"> </span><span class=\"s1\">'Accord'</span><span class=\"p\">,</span>\n<span class=\"w\">  </span><span class=\"nx\">carColor</span><span class=\"o\">:</span><span class=\"w\"> </span><span class=\"s1\">'Blue'</span>\n<span class=\"p\">};</span>\n\n<span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">paintCar</span><span class=\"p\">(</span><span class=\"nx\">car</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">color</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"nx\">car</span><span class=\"p\">.</span><span class=\"nx\">carColor</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">color</span><span class=\"p\">;</span>\n<span class=\"p\">}</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-10\"><strong>Good:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-10\"><pre><span></span><code><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">Car</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"nx\">make</span><span class=\"o\">:</span><span class=\"w\"> </span><span class=\"s1\">'Honda'</span><span class=\"p\">,</span>\n<span class=\"w\">  </span><span class=\"nx\">model</span><span class=\"o\">:</span><span class=\"w\"> </span><span class=\"s1\">'Accord'</span><span class=\"p\">,</span>\n<span class=\"w\">  </span><span class=\"nx\">color</span><span class=\"o\">:</span><span class=\"w\"> </span><span class=\"s1\">'Blue'</span>\n<span class=\"p\">};</span>\n\n<span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">paintCar</span><span class=\"p\">(</span><span class=\"nx\">car</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">color</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"nx\">car</span><span class=\"p\">.</span><span class=\"nx\">color</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">color</span><span class=\"p\">;</span>\n<span class=\"p\">}</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-10\"><strong><a href=\"#table-of-contents\">⬆ back to top</a></strong></p>\n<h3 data-chunk_id=\"chunk-11\">Use default parameters instead of short circuiting or conditionals</h3>\n<p data-chunk_id=\"chunk-11\">Default parameters are often cleaner than short circuiting. Be aware that if you\nuse them, your function will only provide default values for <code>undefined</code>\narguments. Other \"falsy\" values such as <code>''</code>, <code>\"\"</code>, <code>false</code>, <code>null</code>, <code>0</code>, and\n<code>NaN</code>, will not be replaced by a default value.</p>\n<p data-chunk_id=\"chunk-11\"><strong>Bad:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-11\"><pre><span></span><code><span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">createMicrobrewery</span><span class=\"p\">(</span><span class=\"nx\">name</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">breweryName</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">name</span><span class=\"w\"> </span><span class=\"o\">||</span><span class=\"w\"> </span><span class=\"s1\">'Hipster Brew Co.'</span><span class=\"p\">;</span>\n<span class=\"w\">  </span><span class=\"c1\">// ...</span>\n<span class=\"p\">}</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-11\"><strong>Good:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-11\"><pre><span></span><code><span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">createMicrobrewery</span><span class=\"p\">(</span><span class=\"nx\">name</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"s1\">'Hipster Brew Co.'</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"c1\">// ...</span>\n<span class=\"p\">}</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-11\"><strong><a href=\"#table-of-contents\">⬆ back to top</a></strong></p>\n<h2 data-chunk_id=\"chunk-12\"><strong>Functions</strong></h2>\n<h3 data-chunk_id=\"chunk-13\">Function arguments (2 or fewer ideally)</h3>\n<p data-chunk_id=\"chunk-13\">Limiting the amount of function parameters is incredibly important because it\nmakes testing your function easier. Having more than three leads to a\ncombinatorial explosion where you have to test tons of different cases with\neach separate argument.</p>\n<p data-chunk_id=\"chunk-13\">One or two arguments is the ideal case, and three should be avoided if possible.\nAnything more than that should be consolidated. Usually, if you have\nmore than two arguments then your function is trying to do too much. In cases\nwhere it's not, most of the time a higher-level object will suffice as an\nargument.</p>\n<p data-chunk_id=\"chunk-13\">Since JavaScript allows you to make objects on the fly, without a lot of class\nboilerplate, you can use an object if you are finding yourself needing a\nlot of arguments.</p>\n<p data-chunk_id=\"chunk-13\">To make it obvious what properties the function expects, you can use the ES2015/ES6\ndestructuring syntax. This has a few advantages:</p>\n<ol data-chunk_id=\"chunk-13\">\n<li>When someone looks at the function signature, it's immediately clear what\n   properties are being used.</li>\n<li>It can be used to simulate named parameters.</li>\n<li>Destructuring also clones the specified primitive values of the argument\n   object passed into the function. This can help prevent side effects. Note:\n   objects and arrays that are destructured from the argument object are NOT\n   cloned.</li>\n<li>Linters can warn you about unused properties, which would be impossible\n   without destructuring.</li>\n</ol>\n<p data-chunk_id=\"chunk-13\"><strong>Bad:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-13\"><pre><span></span><code><span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">createMenu</span><span class=\"p\">(</span><span class=\"nx\">title</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">body</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">buttonText</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">cancellable</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"c1\">// ...</span>\n<span class=\"p\">}</span>\n\n<span class=\"nx\">createMenu</span><span class=\"p\">(</span><span class=\"s1\">'Foo'</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"s1\">'Bar'</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"s1\">'Baz'</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"kc\">true</span><span class=\"p\">);</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-13\"><strong>Good:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-13\"><pre><span></span><code><span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">createMenu</span><span class=\"p\">({</span><span class=\"w\"> </span><span class=\"nx\">title</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">body</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">buttonText</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">cancellable</span><span class=\"w\"> </span><span class=\"p\">})</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"c1\">// ...</span>\n<span class=\"p\">}</span>\n\n<span class=\"nx\">createMenu</span><span class=\"p\">({</span>\n<span class=\"w\">  </span><span class=\"nx\">title</span><span class=\"o\">:</span><span class=\"w\"> </span><span class=\"s1\">'Foo'</span><span class=\"p\">,</span>\n<span class=\"w\">  </span><span class=\"nx\">body</span><span class=\"o\">:</span><span class=\"w\"> </span><span class=\"s1\">'Bar'</span><span class=\"p\">,</span>\n<span class=\"w\">  </span><span class=\"nx\">buttonText</span><span class=\"o\">:</span><span class=\"w\"> </span><span class=\"s1\">'Baz'</span><span class=\"p\">,</span>\n<span class=\"w\">  </span><span class=\"nx\">cancellable</span><span class=\"o\">:</span><span class=\"w\"> </span><span class=\"kc\">true</span>\n<span class=\"p\">});</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-13\"><strong><a href=\"#table-of-contents\">⬆ back to top</a></strong></p>\n<h3 data-chunk_id=\"chunk-14\">Functions should do one thing</h3>\n<p data-chunk_id=\"chunk-14\">This is by far the most important rule in software engineering. When functions\ndo more than one thing, they are harder to compose, test, and reason about.\nWhen you can isolate a function to just one action, it can be refactored\neasily and your code will read much cleaner. If you take nothing else away from\nthis guide other than this, you'll be ahead of many developers.</p>\n<p data-chunk_id=\"chunk-14\"><strong>Bad:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-14\"><pre><span></span><code><span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">emailClients</span><span class=\"p\">(</span><span class=\"nx\">clients</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"nx\">clients</span><span class=\"p\">.</span><span class=\"nx\">forEach</span><span class=\"p\">(</span><span class=\"nx\">client</span><span class=\"w\"> </span><span class=\"p\">=&gt;</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">clientRecord</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">database</span><span class=\"p\">.</span><span class=\"nx\">lookup</span><span class=\"p\">(</span><span class=\"nx\">client</span><span class=\"p\">);</span>\n<span class=\"w\">    </span><span class=\"k\">if</span><span class=\"w\"> </span><span class=\"p\">(</span><span class=\"nx\">clientRecord</span><span class=\"p\">.</span><span class=\"nx\">isActive</span><span class=\"p\">())</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">      </span><span class=\"nx\">email</span><span class=\"p\">(</span><span class=\"nx\">client</span><span class=\"p\">);</span>\n<span class=\"w\">    </span><span class=\"p\">}</span>\n<span class=\"w\">  </span><span class=\"p\">});</span>\n<span class=\"p\">}</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-14\"><strong>Good:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-14\"><pre><span></span><code><span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">emailActiveClients</span><span class=\"p\">(</span><span class=\"nx\">clients</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"nx\">clients</span><span class=\"p\">.</span><span class=\"nx\">filter</span><span class=\"p\">(</span><span class=\"nx\">isActiveClient</span><span class=\"p\">).</span><span class=\"nx\">forEach</span><span class=\"p\">(</span><span class=\"nx\">email</span><span class=\"p\">);</span>\n<span class=\"p\">}</span>\n\n<span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">isActiveClient</span><span class=\"p\">(</span><span class=\"nx\">client</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">clientRecord</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">database</span><span class=\"p\">.</span><span class=\"nx\">lookup</span><span class=\"p\">(</span><span class=\"nx\">client</span><span class=\"p\">);</span>\n<span class=\"w\">  </span><span class=\"k\">return</span><span class=\"w\"> </span><span class=\"nx\">clientRecord</span><span class=\"p\">.</span><span class=\"nx\">isActive</span><span class=\"p\">();</span>\n<span class=\"p\">}</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-14\"><strong><a href=\"#table-of-contents\">⬆ back to top</a></strong></p>\n<h3 data-chunk_id=\"chunk-15\">Function names should say what they do</h3>\n<p data-chunk_id=\"chunk-15\"><strong>Bad:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-15\"><pre><span></span><code><span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">addToDate</span><span class=\"p\">(</span><span class=\"nx\">date</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">month</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"c1\">// ...</span>\n<span class=\"p\">}</span>\n\n<span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">date</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"ow\">new</span><span class=\"w\"> </span><span class=\"nb\">Date</span><span class=\"p\">();</span>\n\n<span class=\"c1\">// It's hard to tell from the function name what is added</span>\n<span class=\"nx\">addToDate</span><span class=\"p\">(</span><span class=\"nx\">date</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"mf\">1</span><span class=\"p\">);</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-15\"><strong>Good:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-15\"><pre><span></span><code><span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">addMonthToDate</span><span class=\"p\">(</span><span class=\"nx\">month</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">date</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"c1\">// ...</span>\n<span class=\"p\">}</span>\n\n<span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">date</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"ow\">new</span><span class=\"w\"> </span><span class=\"nb\">Date</span><span class=\"p\">();</span>\n<span class=\"nx\">addMonthToDate</span><span class=\"p\">(</span><span class=\"mf\">1</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">date</span><span class=\"p\">);</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-15\"><strong><a href=\"#table-of-contents\">⬆ back to top</a></strong></p>\n<h3 data-chunk_id=\"chunk-16\">Functions should only be one level of abstraction</h3>\n<p data-chunk_id=\"chunk-16\">When you have more than one level of abstraction your function is usually\ndoing too much. Splitting up functions leads to reusability and easier\ntesting.</p>\n<p data-chunk_id=\"chunk-16\"><strong>Bad:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-16\"><pre><span></span><code><span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">parseBetterJSAlternative</span><span class=\"p\">(</span><span class=\"nx\">code</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">REGEXES</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"p\">[</span>\n<span class=\"w\">    </span><span class=\"c1\">// ...</span>\n<span class=\"w\">  </span><span class=\"p\">];</span>\n\n<span class=\"w\">  </span><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">statements</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">code</span><span class=\"p\">.</span><span class=\"nx\">split</span><span class=\"p\">(</span><span class=\"s1\">' '</span><span class=\"p\">);</span>\n<span class=\"w\">  </span><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">tokens</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"p\">[];</span>\n<span class=\"w\">  </span><span class=\"nx\">REGEXES</span><span class=\"p\">.</span><span class=\"nx\">forEach</span><span class=\"p\">(</span><span class=\"nx\">REGEX</span><span class=\"w\"> </span><span class=\"p\">=&gt;</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"nx\">statements</span><span class=\"p\">.</span><span class=\"nx\">forEach</span><span class=\"p\">(</span><span class=\"nx\">statement</span><span class=\"w\"> </span><span class=\"p\">=&gt;</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">      </span><span class=\"c1\">// ...</span>\n<span class=\"w\">    </span><span class=\"p\">});</span>\n<span class=\"w\">  </span><span class=\"p\">});</span>\n\n<span class=\"w\">  </span><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">ast</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"p\">[];</span>\n<span class=\"w\">  </span><span class=\"nx\">tokens</span><span class=\"p\">.</span><span class=\"nx\">forEach</span><span class=\"p\">(</span><span class=\"nx\">token</span><span class=\"w\"> </span><span class=\"p\">=&gt;</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"c1\">// lex...</span>\n<span class=\"w\">  </span><span class=\"p\">});</span>\n\n<span class=\"w\">  </span><span class=\"nx\">ast</span><span class=\"p\">.</span><span class=\"nx\">forEach</span><span class=\"p\">(</span><span class=\"nx\">node</span><span class=\"w\"> </span><span class=\"p\">=&gt;</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"c1\">// parse...</span>\n<span class=\"w\">  </span><span class=\"p\">});</span>\n<span class=\"p\">}</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-16\"><strong>Good:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-16\"><pre><span></span><code><span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">parseBetterJSAlternative</span><span class=\"p\">(</span><span class=\"nx\">code</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">tokens</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">tokenize</span><span class=\"p\">(</span><span class=\"nx\">code</span><span class=\"p\">);</span>\n<span class=\"w\">  </span><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">syntaxTree</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">parse</span><span class=\"p\">(</span><span class=\"nx\">tokens</span><span class=\"p\">);</span>\n<span class=\"w\">  </span><span class=\"nx\">syntaxTree</span><span class=\"p\">.</span><span class=\"nx\">forEach</span><span class=\"p\">(</span><span class=\"nx\">node</span><span class=\"w\"> </span><span class=\"p\">=&gt;</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"c1\">// parse...</span>\n<span class=\"w\">  </span><span class=\"p\">});</span>\n<span class=\"p\">}</span>\n\n<span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">tokenize</span><span class=\"p\">(</span><span class=\"nx\">code</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">REGEXES</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"p\">[</span>\n<span class=\"w\">    </span><span class=\"c1\">// ...</span>\n<span class=\"w\">  </span><span class=\"p\">];</span>\n\n<span class=\"w\">  </span><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">statements</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">code</span><span class=\"p\">.</span><span class=\"nx\">split</span><span class=\"p\">(</span><span class=\"s1\">' '</span><span class=\"p\">);</span>\n<span class=\"w\">  </span><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">tokens</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"p\">[];</span>\n<span class=\"w\">  </span><span class=\"nx\">REGEXES</span><span class=\"p\">.</span><span class=\"nx\">forEach</span><span class=\"p\">(</span><span class=\"nx\">REGEX</span><span class=\"w\"> </span><span class=\"p\">=&gt;</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"nx\">statements</span><span class=\"p\">.</span><span class=\"nx\">forEach</span><span class=\"p\">(</span><span class=\"nx\">statement</span><span class=\"w\"> </span><span class=\"p\">=&gt;</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">      </span><span class=\"nx\">tokens</span><span class=\"p\">.</span><span class=\"nx\">push</span><span class=\"p\">(</span><span class=\"cm\">/* ... */</span><span class=\"p\">);</span>\n<span class=\"w\">    </span><span class=\"p\">});</span>\n<span class=\"w\">  </span><span class=\"p\">});</span>\n\n<span class=\"w\">  </span><span class=\"k\">return</span><span class=\"w\"> </span><span class=\"nx\">tokens</span><span class=\"p\">;</span>\n<span class=\"p\">}</span>\n\n<span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">parse</span><span class=\"p\">(</span><span class=\"nx\">tokens</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">syntaxTree</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"p\">[];</span>\n<span class=\"w\">  </span><span class=\"nx\">tokens</span><span class=\"p\">.</span><span class=\"nx\">forEach</span><span class=\"p\">(</span><span class=\"nx\">token</span><span class=\"w\"> </span><span class=\"p\">=&gt;</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"nx\">syntaxTree</span><span class=\"p\">.</span><span class=\"nx\">push</span><span class=\"p\">(</span><span class=\"cm\">/* ... */</span><span class=\"p\">);</span>\n<span class=\"w\">  </span><span class=\"p\">});</span>\n\n<span class=\"w\">  </span><span class=\"k\">return</span><span class=\"w\"> </span><span class=\"nx\">syntaxTree</span><span class=\"p\">;</span>\n<span class=\"p\">}</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-16\"><strong><a href=\"#table-of-contents\">⬆ back to top</a></strong></p>\n<h3 data-chunk_id=\"chunk-17\">Remove duplicate code</h3>\n<p data-chunk_id=\"chunk-17\">Do your absolute best to avoid duplicate code. Duplicate code is bad because it\nmeans that there's more than one place to alter something if you need to change\nsome logic.</p>\n<p data-chunk_id=\"chunk-17\">Imagine if you run a restaurant and you keep track of your inventory: all your\ntomatoes, onions, garlic, spices, etc. If you have multiple lists that\nyou keep this on, then all have to be updated when you serve a dish with\ntomatoes in them. If you only have one list, there's only one place to update!</p>\n<p data-chunk_id=\"chunk-17\">Oftentimes you have duplicate code because you have two or more slightly\ndifferent things, that share a lot in common, but their differences force you\nto have two or more separate functions that do much of the same things. Removing\nduplicate code means creating an abstraction that can handle this set of\ndifferent things with just one function/module/class.</p>\n<p data-chunk_id=\"chunk-17\">Getting the abstraction right is critical, that's why you should follow the\nSOLID principles laid out in the <em>Classes</em> section. Bad abstractions can be\nworse than duplicate code, so be careful! Having said this, if you can make\na good abstraction, do it! Don't repeat yourself, otherwise you'll find yourself\nupdating multiple places anytime you want to change one thing.</p>\n<p data-chunk_id=\"chunk-17\"><strong>Bad:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-18\"><pre><span></span><code><span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">showDeveloperList</span><span class=\"p\">(</span><span class=\"nx\">developers</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"nx\">developers</span><span class=\"p\">.</span><span class=\"nx\">forEach</span><span class=\"p\">(</span><span class=\"nx\">developer</span><span class=\"w\"> </span><span class=\"p\">=&gt;</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">expectedSalary</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">developer</span><span class=\"p\">.</span><span class=\"nx\">calculateExpectedSalary</span><span class=\"p\">();</span>\n<span class=\"w\">    </span><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">experience</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">developer</span><span class=\"p\">.</span><span class=\"nx\">getExperience</span><span class=\"p\">();</span>\n<span class=\"w\">    </span><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">githubLink</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">developer</span><span class=\"p\">.</span><span class=\"nx\">getGithubLink</span><span class=\"p\">();</span>\n<span class=\"w\">    </span><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">data</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">      </span><span class=\"nx\">expectedSalary</span><span class=\"p\">,</span>\n<span class=\"w\">      </span><span class=\"nx\">experience</span><span class=\"p\">,</span>\n<span class=\"w\">      </span><span class=\"nx\">githubLink</span>\n<span class=\"w\">    </span><span class=\"p\">};</span>\n\n<span class=\"w\">    </span><span class=\"nx\">render</span><span class=\"p\">(</span><span class=\"nx\">data</span><span class=\"p\">);</span>\n<span class=\"w\">  </span><span class=\"p\">});</span>\n<span class=\"p\">}</span>\n\n<span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">showManagerList</span><span class=\"p\">(</span><span class=\"nx\">managers</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"nx\">managers</span><span class=\"p\">.</span><span class=\"nx\">forEach</span><span class=\"p\">(</span><span class=\"nx\">manager</span><span class=\"w\"> </span><span class=\"p\">=&gt;</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">expectedSalary</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">manager</span><span class=\"p\">.</span><span class=\"nx\">calculateExpectedSalary</span><span class=\"p\">();</span>\n<span class=\"w\">    </span><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">experience</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">manager</span><span class=\"p\">.</span><span class=\"nx\">getExperience</span><span class=\"p\">();</span>\n<span class=\"w\">    </span><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">portfolio</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">manager</span><span class=\"p\">.</span><span class=\"nx\">getMBAProjects</span><span class=\"p\">();</span>\n<span class=\"w\">    </span><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">data</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">      </span><span class=\"nx\">expectedSalary</span><span class=\"p\">,</span>\n<span class=\"w\">      </span><span class=\"nx\">experience</span><span class=\"p\">,</span>\n<span class=\"w\">      </span><span class=\"nx\">portfolio</span>\n<span class=\"w\">    </span><span class=\"p\">};</span>\n\n<span class=\"w\">    </span><span class=\"nx\">render</span><span class=\"p\">(</span><span class=\"nx\">data</span><span class=\"p\">);</span>\n<span class=\"w\">  </span><span class=\"p\">});</span>\n<span class=\"p\">}</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-18\"><strong>Good:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-18\"><pre><span></span><code><span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">showEmployeeList</span><span class=\"p\">(</span><span class=\"nx\">employees</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"nx\">employees</span><span class=\"p\">.</span><span class=\"nx\">forEach</span><span class=\"p\">(</span><span class=\"nx\">employee</span><span class=\"w\"> </span><span class=\"p\">=&gt;</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">expectedSalary</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">employee</span><span class=\"p\">.</span><span class=\"nx\">calculateExpectedSalary</span><span class=\"p\">();</span>\n<span class=\"w\">    </span><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">experience</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">employee</span><span class=\"p\">.</span><span class=\"nx\">getExperience</span><span class=\"p\">();</span>\n\n<span class=\"w\">    </span><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">data</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">      </span><span class=\"nx\">expectedSalary</span><span class=\"p\">,</span>\n<span class=\"w\">      </span><span class=\"nx\">experience</span>\n<span class=\"w\">    </span><span class=\"p\">};</span>\n\n<span class=\"w\">    </span><span class=\"k\">switch</span><span class=\"w\"> </span><span class=\"p\">(</span><span class=\"nx\">employee</span><span class=\"p\">.</span><span class=\"nx\">type</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">      </span><span class=\"k\">case</span><span class=\"w\"> </span><span class=\"s1\">'manager'</span><span class=\"o\">:</span>\n<span class=\"w\">        </span><span class=\"nx\">data</span><span class=\"p\">.</span><span class=\"nx\">portfolio</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">employee</span><span class=\"p\">.</span><span class=\"nx\">getMBAProjects</span><span class=\"p\">();</span>\n<span class=\"w\">        </span><span class=\"k\">break</span><span class=\"p\">;</span>\n<span class=\"w\">      </span><span class=\"k\">case</span><span class=\"w\"> </span><span class=\"s1\">'developer'</span><span class=\"o\">:</span>\n<span class=\"w\">        </span><span class=\"nx\">data</span><span class=\"p\">.</span><span class=\"nx\">githubLink</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">employee</span><span class=\"p\">.</span><span class=\"nx\">getGithubLink</span><span class=\"p\">();</span>\n<span class=\"w\">        </span><span class=\"k\">break</span><span class=\"p\">;</span>\n<span class=\"w\">    </span><span class=\"p\">}</span>\n\n<span class=\"w\">    </span><span class=\"nx\">render</span><span class=\"p\">(</span><span class=\"nx\">data</span><span class=\"p\">);</span>\n<span class=\"w\">  </span><span class=\"p\">});</span>\n<span class=\"p\">}</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-18\"><strong><a href=\"#table-of-contents\">⬆ back to top</a></strong></p>\n<h3 data-chunk_id=\"chunk-19\">Set default objects with Object.assign</h3>\n<p data-chunk_id=\"chunk-19\"><strong>Bad:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-19\"><pre><span></span><code><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">menuConfig</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"nx\">title</span><span class=\"o\">:</span><span class=\"w\"> </span><span class=\"kc\">null</span><span class=\"p\">,</span>\n<span class=\"w\">  </span><span class=\"nx\">body</span><span class=\"o\">:</span><span class=\"w\"> </span><span class=\"s1\">'Bar'</span><span class=\"p\">,</span>\n<span class=\"w\">  </span><span class=\"nx\">buttonText</span><span class=\"o\">:</span><span class=\"w\"> </span><span class=\"kc\">null</span><span class=\"p\">,</span>\n<span class=\"w\">  </span><span class=\"nx\">cancellable</span><span class=\"o\">:</span><span class=\"w\"> </span><span class=\"kc\">true</span>\n<span class=\"p\">};</span>\n\n<span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">createMenu</span><span class=\"p\">(</span><span class=\"nx\">config</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"nx\">config</span><span class=\"p\">.</span><span class=\"nx\">title</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">config</span><span class=\"p\">.</span><span class=\"nx\">title</span><span class=\"w\"> </span><span class=\"o\">||</span><span class=\"w\"> </span><span class=\"s1\">'Foo'</span><span class=\"p\">;</span>\n<span class=\"w\">  </span><span class=\"nx\">config</span><span class=\"p\">.</span><span class=\"nx\">body</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">config</span><span class=\"p\">.</span><span class=\"nx\">body</span><span class=\"w\"> </span><span class=\"o\">||</span><span class=\"w\"> </span><span class=\"s1\">'Bar'</span><span class=\"p\">;</span>\n<span class=\"w\">  </span><span class=\"nx\">config</span><span class=\"p\">.</span><span class=\"nx\">buttonText</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">config</span><span class=\"p\">.</span><span class=\"nx\">buttonText</span><span class=\"w\"> </span><span class=\"o\">||</span><span class=\"w\"> </span><span class=\"s1\">'Baz'</span><span class=\"p\">;</span>\n<span class=\"w\">  </span><span class=\"nx\">config</span><span class=\"p\">.</span><span class=\"nx\">cancellable</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">config</span><span class=\"p\">.</span><span class=\"nx\">cancellable</span><span class=\"w\"> </span><span class=\"o\">!==</span><span class=\"w\"> </span><span class=\"kc\">undefined</span><span class=\"w\"> </span><span class=\"o\">?</span><span class=\"w\"> </span><span class=\"nx\">config</span><span class=\"p\">.</span><span class=\"nx\">cancellable</span><span class=\"w\"> </span><span class=\"o\">:</span><span class=\"w\"> </span><span class=\"kc\">true</span><span class=\"p\">;</span>\n<span class=\"p\">}</span>\n\n<span class=\"nx\">createMenu</span><span class=\"p\">(</span><span class=\"nx\">menuConfig</span><span class=\"p\">);</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-19\"><strong>Good:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-19\"><pre><span></span><code><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">menuConfig</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"nx\">title</span><span class=\"o\">:</span><span class=\"w\"> </span><span class=\"s1\">'Order'</span><span class=\"p\">,</span>\n<span class=\"w\">  </span><span class=\"c1\">// User did not include 'body' key</span>\n<span class=\"w\">  </span><span class=\"nx\">buttonText</span><span class=\"o\">:</span><span class=\"w\"> </span><span class=\"s1\">'Send'</span><span class=\"p\">,</span>\n<span class=\"w\">  </span><span class=\"nx\">cancellable</span><span class=\"o\">:</span><span class=\"w\"> </span><span class=\"kc\">true</span>\n<span class=\"p\">};</span>\n\n<span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">createMenu</span><span class=\"p\">(</span><span class=\"nx\">config</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"kd\">let</span><span class=\"w\"> </span><span class=\"nx\">finalConfig</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nb\">Object</span><span class=\"p\">.</span><span class=\"nx\">assign</span><span class=\"p\">(</span>\n<span class=\"w\">    </span><span class=\"p\">{</span>\n<span class=\"w\">      </span><span class=\"nx\">title</span><span class=\"o\">:</span><span class=\"w\"> </span><span class=\"s1\">'Foo'</span><span class=\"p\">,</span>\n<span class=\"w\">      </span><span class=\"nx\">body</span><span class=\"o\">:</span><span class=\"w\"> </span><span class=\"s1\">'Bar'</span><span class=\"p\">,</span>\n<span class=\"w\">      </span><span class=\"nx\">buttonText</span><span class=\"o\">:</span><span class=\"w\"> </span><span class=\"s1\">'Baz'</span><span class=\"p\">,</span>\n<span class=\"w\">      </span><span class=\"nx\">cancellable</span><span class=\"o\">:</span><span class=\"w\"> </span><span class=\"kc\">true</span>\n<span class=\"w\">    </span><span class=\"p\">},</span>\n<span class=\"w\">    </span><span class=\"nx\">config</span>\n<span class=\"w\">  </span><span class=\"p\">);</span>\n<span class=\"w\">  </span><span class=\"k\">return</span><span class=\"w\"> </span><span class=\"nx\">finalConfig</span><span class=\"p\">;</span>\n<span class=\"w\">  </span><span class=\"c1\">// config now equals: {title: \"Order\", body: \"Bar\", buttonText: \"Send\", cancellable: true}</span>\n<span class=\"w\">  </span><span class=\"c1\">// ...</span>\n<span class=\"p\">}</span>\n\n<span class=\"nx\">createMenu</span><span class=\"p\">(</span><span class=\"nx\">menuConfig</span><span class=\"p\">);</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-19\"><strong><a href=\"#table-of-contents\">⬆ back to top</a></strong></p>\n<h3 data-chunk_id=\"chunk-20\">Don't use flags as function parameters</h3>\n<p data-chunk_id=\"chunk-20\">Flags tell your user that this function does more than one thing. Functions should do one thing. Split out your functions if they are following different code paths based on a boolean.</p>\n<p data-chunk_id=\"chunk-20\"><strong>Bad:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-20\"><pre><span></span><code><span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">createFile</span><span class=\"p\">(</span><span class=\"nx\">name</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">temp</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"k\">if</span><span class=\"w\"> </span><span class=\"p\">(</span><span class=\"nx\">temp</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"nx\">fs</span><span class=\"p\">.</span><span class=\"nx\">create</span><span class=\"p\">(</span><span class=\"sb\">`./temp/</span><span class=\"si\">${</span><span class=\"nx\">name</span><span class=\"si\">}</span><span class=\"sb\">`</span><span class=\"p\">);</span>\n<span class=\"w\">  </span><span class=\"p\">}</span><span class=\"w\"> </span><span class=\"k\">else</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"nx\">fs</span><span class=\"p\">.</span><span class=\"nx\">create</span><span class=\"p\">(</span><span class=\"nx\">name</span><span class=\"p\">);</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n<span class=\"p\">}</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-20\"><strong>Good:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-20\"><pre><span></span><code><span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">createFile</span><span class=\"p\">(</span><span class=\"nx\">name</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"nx\">fs</span><span class=\"p\">.</span><span class=\"nx\">create</span><span class=\"p\">(</span><span class=\"nx\">name</span><span class=\"p\">);</span>\n<span class=\"p\">}</span>\n\n<span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">createTempFile</span><span class=\"p\">(</span><span class=\"nx\">name</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"nx\">createFile</span><span class=\"p\">(</span><span class=\"sb\">`./temp/</span><span class=\"si\">${</span><span class=\"nx\">name</span><span class=\"si\">}</span><span class=\"sb\">`</span><span class=\"p\">);</span>\n<span class=\"p\">}</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-20\"><strong><a href=\"#table-of-contents\">⬆ back to top</a></strong></p>\n<h3 data-chunk_id=\"chunk-21\">Avoid Side Effects (part 1)</h3>\n<p data-chunk_id=\"chunk-21\">A function produces a side effect if it does anything other than take a value in\nand return another value or values. A side effect could be writing to a file,\nmodifying some global variable, or accidentally wiring all your money to a\nstranger.</p>\n<p data-chunk_id=\"chunk-21\">Now, you do need to have side effects in a program on occasion. Like the previous\nexample, you might need to write to a file. What you want to do is to\ncentralize where you are doing this. Don't have several functions and classes\nthat write to a particular file. Have one service that does it. One and only one.</p>\n<p data-chunk_id=\"chunk-21\">The main point is to avoid common pitfalls like sharing state between objects\nwithout any structure, using mutable data types that can be written to by anything,\nand not centralizing where your side effects occur. If you can do this, you will\nbe happier than the vast majority of other programmers.</p>\n<p data-chunk_id=\"chunk-21\"><strong>Bad:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-21\"><pre><span></span><code><span class=\"c1\">// Global variable referenced by following function.</span>\n<span class=\"c1\">// If we had another function that used this name, now it'd be an array and it could break it.</span>\n<span class=\"kd\">let</span><span class=\"w\"> </span><span class=\"nx\">name</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"s1\">'Ryan McDermott'</span><span class=\"p\">;</span>\n\n<span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">splitIntoFirstAndLastName</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"nx\">name</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">name</span><span class=\"p\">.</span><span class=\"nx\">split</span><span class=\"p\">(</span><span class=\"s1\">' '</span><span class=\"p\">);</span>\n<span class=\"p\">}</span>\n\n<span class=\"nx\">splitIntoFirstAndLastName</span><span class=\"p\">();</span>\n\n<span class=\"nx\">console</span><span class=\"p\">.</span><span class=\"nx\">log</span><span class=\"p\">(</span><span class=\"nx\">name</span><span class=\"p\">);</span><span class=\"w\"> </span><span class=\"c1\">// ['Ryan', 'McDermott'];</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-21\"><strong>Good:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-21\"><pre><span></span><code><span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">splitIntoFirstAndLastName</span><span class=\"p\">(</span><span class=\"nx\">name</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"k\">return</span><span class=\"w\"> </span><span class=\"nx\">name</span><span class=\"p\">.</span><span class=\"nx\">split</span><span class=\"p\">(</span><span class=\"s1\">' '</span><span class=\"p\">);</span>\n<span class=\"p\">}</span>\n\n<span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">name</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"s1\">'Ryan McDermott'</span><span class=\"p\">;</span>\n<span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">newName</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">splitIntoFirstAndLastName</span><span class=\"p\">(</span><span class=\"nx\">name</span><span class=\"p\">);</span>\n\n<span class=\"nx\">console</span><span class=\"p\">.</span><span class=\"nx\">log</span><span class=\"p\">(</span><span class=\"nx\">name</span><span class=\"p\">);</span><span class=\"w\"> </span><span class=\"c1\">// 'Ryan McDermott';</span>\n<span class=\"nx\">console</span><span class=\"p\">.</span><span class=\"nx\">log</span><span class=\"p\">(</span><span class=\"nx\">newName</span><span class=\"p\">);</span><span class=\"w\"> </span><span class=\"c1\">// ['Ryan', 'McDermott'];</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-21\"><strong><a href=\"#table-of-contents\">⬆ back to top</a></strong></p>\n<h3 data-chunk_id=\"chunk-22\">Avoid Side Effects (part 2)</h3>\n<p data-chunk_id=\"chunk-22\">In JavaScript, some values are unchangeable (immutable) and some are changeable\n(mutable). Objects and arrays are two kinds of mutable values so it's important\nto handle them carefully when they're passed as parameters to a function. A\nJavaScript function can change an object's properties or alter the contents of\nan array which could easily cause bugs elsewhere.</p>\n<p data-chunk_id=\"chunk-22\">Suppose there's a function that accepts an array parameter representing a\nshopping cart. If the function makes a change in that shopping cart array -\nby adding an item to purchase, for example - then any other function that\nuses that same <code>cart</code> array will be affected by this addition. That may be\ngreat, however it could also be bad. Let's imagine a bad situation:</p>\n<p data-chunk_id=\"chunk-22\">The user clicks the \"Purchase\" button which calls a <code>purchase</code> function that\nspawns a network request and sends the <code>cart</code> array to the server. Because\nof a bad network connection, the <code>purchase</code> function has to keep retrying the\nrequest. Now, what if in the meantime the user accidentally clicks an \"Add to Cart\"\nbutton on an item they don't actually want before the network request begins?\nIf that happens and the network request begins, then that purchase function\nwill send the accidentally added item because the <code>cart</code> array was modified.</p>\n<p data-chunk_id=\"chunk-22\">A great solution would be for the <code>addItemToCart</code> function to always clone the\n<code>cart</code>, edit it, and return the clone. This would ensure that functions that are still\nusing the old shopping cart wouldn't be affected by the changes.</p>\n<p data-chunk_id=\"chunk-22\">Two caveats to mention to this approach:</p>\n<ol data-chunk_id=\"chunk-23\">\n<li>\n<p>There might be cases where you actually want to modify the input object,\n   but when you adopt this programming practice you will find that those cases\n   are pretty rare. Most things can be refactored to have no side effects!</p>\n</li>\n<li>\n<p>Cloning big objects can be very expensive in terms of performance. Luckily,\n   this isn't a big issue in practice because there are\n   <a href=\"https://facebook.github.io/immutable-js/\">great libraries</a> that allow\n   this kind of programming approach to be fast and not as memory intensive as\n   it would be for you to manually clone objects and arrays.</p>\n</li>\n</ol>\n<p data-chunk_id=\"chunk-23\"><strong>Bad:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-23\"><pre><span></span><code><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">addItemToCart</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"p\">(</span><span class=\"nx\">cart</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">item</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">=&gt;</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"nx\">cart</span><span class=\"p\">.</span><span class=\"nx\">push</span><span class=\"p\">({</span><span class=\"w\"> </span><span class=\"nx\">item</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">date</span><span class=\"o\">:</span><span class=\"w\"> </span><span class=\"nb\">Date</span><span class=\"p\">.</span><span class=\"nx\">now</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">});</span>\n<span class=\"p\">};</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-23\"><strong>Good:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-23\"><pre><span></span><code><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">addItemToCart</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"p\">(</span><span class=\"nx\">cart</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">item</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">=&gt;</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"k\">return</span><span class=\"w\"> </span><span class=\"p\">[...</span><span class=\"nx\">cart</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"p\">{</span><span class=\"w\"> </span><span class=\"nx\">item</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">date</span><span class=\"o\">:</span><span class=\"w\"> </span><span class=\"nb\">Date</span><span class=\"p\">.</span><span class=\"nx\">now</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">}];</span>\n<span class=\"p\">};</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-23\"><strong><a href=\"#table-of-contents\">⬆ back to top</a></strong></p>\n<h3 data-chunk_id=\"chunk-24\">Don't write to global functions</h3>\n<p data-chunk_id=\"chunk-24\">Polluting globals is a bad practice in JavaScript because you could clash with another\nlibrary and the user of your API would be none-the-wiser until they get an\nexception in production. Let's think about an example: what if you wanted to\nextend JavaScript's native Array method to have a <code>diff</code> method that could\nshow the difference between two arrays? You could write your new function\nto the <code>Array.prototype</code>, but it could clash with another library that tried\nto do the same thing. What if that other library was just using <code>diff</code> to find\nthe difference between the first and last elements of an array? This is why it\nwould be much better to just use ES2015/ES6 classes and simply extend the <code>Array</code> global.</p>\n<p data-chunk_id=\"chunk-24\"><strong>Bad:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-24\"><pre><span></span><code><span class=\"nb\">Array</span><span class=\"p\">.</span><span class=\"nx\">prototype</span><span class=\"p\">.</span><span class=\"nx\">diff</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">diff</span><span class=\"p\">(</span><span class=\"nx\">comparisonArray</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">hash</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"ow\">new</span><span class=\"w\"> </span><span class=\"nb\">Set</span><span class=\"p\">(</span><span class=\"nx\">comparisonArray</span><span class=\"p\">);</span>\n<span class=\"w\">  </span><span class=\"k\">return</span><span class=\"w\"> </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">filter</span><span class=\"p\">(</span><span class=\"nx\">elem</span><span class=\"w\"> </span><span class=\"p\">=&gt;</span><span class=\"w\"> </span><span class=\"o\">!</span><span class=\"nx\">hash</span><span class=\"p\">.</span><span class=\"nx\">has</span><span class=\"p\">(</span><span class=\"nx\">elem</span><span class=\"p\">));</span>\n<span class=\"p\">};</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-24\"><strong>Good:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-24\"><pre><span></span><code><span class=\"kd\">class</span><span class=\"w\"> </span><span class=\"nx\">SuperArray</span><span class=\"w\"> </span><span class=\"k\">extends</span><span class=\"w\"> </span><span class=\"nb\">Array</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"nx\">diff</span><span class=\"p\">(</span><span class=\"nx\">comparisonArray</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">hash</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"ow\">new</span><span class=\"w\"> </span><span class=\"nb\">Set</span><span class=\"p\">(</span><span class=\"nx\">comparisonArray</span><span class=\"p\">);</span>\n<span class=\"w\">    </span><span class=\"k\">return</span><span class=\"w\"> </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">filter</span><span class=\"p\">(</span><span class=\"nx\">elem</span><span class=\"w\"> </span><span class=\"p\">=&gt;</span><span class=\"w\"> </span><span class=\"o\">!</span><span class=\"nx\">hash</span><span class=\"p\">.</span><span class=\"nx\">has</span><span class=\"p\">(</span><span class=\"nx\">elem</span><span class=\"p\">));</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n<span class=\"p\">}</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-24\"><strong><a href=\"#table-of-contents\">⬆ back to top</a></strong></p>\n<h3 data-chunk_id=\"chunk-25\">Favor functional programming over imperative programming</h3>\n<p data-chunk_id=\"chunk-25\">JavaScript isn't a functional language in the way that Haskell is, but it has\na functional flavor to it. Functional languages can be cleaner and easier to test.\nFavor this style of programming when you can.</p>\n<p data-chunk_id=\"chunk-25\"><strong>Bad:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-25\"><pre><span></span><code><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">programmerOutput</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"p\">[</span>\n<span class=\"w\">  </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"nx\">name</span><span class=\"o\">:</span><span class=\"w\"> </span><span class=\"s1\">'Uncle Bobby'</span><span class=\"p\">,</span>\n<span class=\"w\">    </span><span class=\"nx\">linesOfCode</span><span class=\"o\">:</span><span class=\"w\"> </span><span class=\"mf\">500</span>\n<span class=\"w\">  </span><span class=\"p\">},</span>\n<span class=\"w\">  </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"nx\">name</span><span class=\"o\">:</span><span class=\"w\"> </span><span class=\"s1\">'Suzie Q'</span><span class=\"p\">,</span>\n<span class=\"w\">    </span><span class=\"nx\">linesOfCode</span><span class=\"o\">:</span><span class=\"w\"> </span><span class=\"mf\">1500</span>\n<span class=\"w\">  </span><span class=\"p\">},</span>\n<span class=\"w\">  </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"nx\">name</span><span class=\"o\">:</span><span class=\"w\"> </span><span class=\"s1\">'Jimmy Gosling'</span><span class=\"p\">,</span>\n<span class=\"w\">    </span><span class=\"nx\">linesOfCode</span><span class=\"o\">:</span><span class=\"w\"> </span><span class=\"mf\">150</span>\n<span class=\"w\">  </span><span class=\"p\">},</span>\n<span class=\"w\">  </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"nx\">name</span><span class=\"o\">:</span><span class=\"w\"> </span><span class=\"s1\">'Gracie Hopper'</span><span class=\"p\">,</span>\n<span class=\"w\">    </span><span class=\"nx\">linesOfCode</span><span class=\"o\">:</span><span class=\"w\"> </span><span class=\"mf\">1000</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n<span class=\"p\">];</span>\n\n<span class=\"kd\">let</span><span class=\"w\"> </span><span class=\"nx\">totalOutput</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"mf\">0</span><span class=\"p\">;</span>\n\n<span class=\"k\">for</span><span class=\"w\"> </span><span class=\"p\">(</span><span class=\"kd\">let</span><span class=\"w\"> </span><span class=\"nx\">i</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"mf\">0</span><span class=\"p\">;</span><span class=\"w\"> </span><span class=\"nx\">i</span><span class=\"w\"> </span><span class=\"o\">&lt;</span><span class=\"w\"> </span><span class=\"nx\">programmerOutput</span><span class=\"p\">.</span><span class=\"nx\">length</span><span class=\"p\">;</span><span class=\"w\"> </span><span class=\"nx\">i</span><span class=\"o\">++</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"nx\">totalOutput</span><span class=\"w\"> </span><span class=\"o\">+=</span><span class=\"w\"> </span><span class=\"nx\">programmerOutput</span><span class=\"p\">[</span><span class=\"nx\">i</span><span class=\"p\">].</span><span class=\"nx\">linesOfCode</span><span class=\"p\">;</span>\n<span class=\"p\">}</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-25\"><strong>Good:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-25\"><pre><span></span><code><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">programmerOutput</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"p\">[</span>\n<span class=\"w\">  </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"nx\">name</span><span class=\"o\">:</span><span class=\"w\"> </span><span class=\"s1\">'Uncle Bobby'</span><span class=\"p\">,</span>\n<span class=\"w\">    </span><span class=\"nx\">linesOfCode</span><span class=\"o\">:</span><span class=\"w\"> </span><span class=\"mf\">500</span>\n<span class=\"w\">  </span><span class=\"p\">},</span>\n<span class=\"w\">  </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"nx\">name</span><span class=\"o\">:</span><span class=\"w\"> </span><span class=\"s1\">'Suzie Q'</span><span class=\"p\">,</span>\n<span class=\"w\">    </span><span class=\"nx\">linesOfCode</span><span class=\"o\">:</span><span class=\"w\"> </span><span class=\"mf\">1500</span>\n<span class=\"w\">  </span><span class=\"p\">},</span>\n<span class=\"w\">  </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"nx\">name</span><span class=\"o\">:</span><span class=\"w\"> </span><span class=\"s1\">'Jimmy Gosling'</span><span class=\"p\">,</span>\n<span class=\"w\">    </span><span class=\"nx\">linesOfCode</span><span class=\"o\">:</span><span class=\"w\"> </span><span class=\"mf\">150</span>\n<span class=\"w\">  </span><span class=\"p\">},</span>\n<span class=\"w\">  </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"nx\">name</span><span class=\"o\">:</span><span class=\"w\"> </span><span class=\"s1\">'Gracie Hopper'</span><span class=\"p\">,</span>\n<span class=\"w\">    </span><span class=\"nx\">linesOfCode</span><span class=\"o\">:</span><span class=\"w\"> </span><span class=\"mf\">1000</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n<span class=\"p\">];</span>\n\n<span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">totalOutput</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">programmerOutput</span><span class=\"p\">.</span><span class=\"nx\">reduce</span><span class=\"p\">(</span>\n<span class=\"w\">  </span><span class=\"p\">(</span><span class=\"nx\">totalLines</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">output</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">=&gt;</span><span class=\"w\"> </span><span class=\"nx\">totalLines</span><span class=\"w\"> </span><span class=\"o\">+</span><span class=\"w\"> </span><span class=\"nx\">output</span><span class=\"p\">.</span><span class=\"nx\">linesOfCode</span><span class=\"p\">,</span>\n<span class=\"w\">  </span><span class=\"mf\">0</span>\n<span class=\"p\">);</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-25\"><strong><a href=\"#table-of-contents\">⬆ back to top</a></strong></p>\n<h3 data-chunk_id=\"chunk-26\">Encapsulate conditionals</h3>\n<p data-chunk_id=\"chunk-26\"><strong>Bad:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-26\"><pre><span></span><code><span class=\"k\">if</span><span class=\"w\"> </span><span class=\"p\">(</span><span class=\"nx\">fsm</span><span class=\"p\">.</span><span class=\"nx\">state</span><span class=\"w\"> </span><span class=\"o\">===</span><span class=\"w\"> </span><span class=\"s1\">'fetching'</span><span class=\"w\"> </span><span class=\"o\">&amp;&amp;</span><span class=\"w\"> </span><span class=\"nx\">isEmpty</span><span class=\"p\">(</span><span class=\"nx\">listNode</span><span class=\"p\">))</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"c1\">// ...</span>\n<span class=\"p\">}</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-26\"><strong>Good:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-26\"><pre><span></span><code><span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">shouldShowSpinner</span><span class=\"p\">(</span><span class=\"nx\">fsm</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">listNode</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"k\">return</span><span class=\"w\"> </span><span class=\"nx\">fsm</span><span class=\"p\">.</span><span class=\"nx\">state</span><span class=\"w\"> </span><span class=\"o\">===</span><span class=\"w\"> </span><span class=\"s1\">'fetching'</span><span class=\"w\"> </span><span class=\"o\">&amp;&amp;</span><span class=\"w\"> </span><span class=\"nx\">isEmpty</span><span class=\"p\">(</span><span class=\"nx\">listNode</span><span class=\"p\">);</span>\n<span class=\"p\">}</span>\n\n<span class=\"k\">if</span><span class=\"w\"> </span><span class=\"p\">(</span><span class=\"nx\">shouldShowSpinner</span><span class=\"p\">(</span><span class=\"nx\">fsmInstance</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">listNodeInstance</span><span class=\"p\">))</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"c1\">// ...</span>\n<span class=\"p\">}</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-26\"><strong><a href=\"#table-of-contents\">⬆ back to top</a></strong></p>\n<h3 data-chunk_id=\"chunk-27\">Avoid negative conditionals</h3>\n<p data-chunk_id=\"chunk-27\"><strong>Bad:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-27\"><pre><span></span><code><span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">isDOMNodeNotPresent</span><span class=\"p\">(</span><span class=\"nx\">node</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"c1\">// ...</span>\n<span class=\"p\">}</span>\n\n<span class=\"k\">if</span><span class=\"w\"> </span><span class=\"p\">(</span><span class=\"o\">!</span><span class=\"nx\">isDOMNodeNotPresent</span><span class=\"p\">(</span><span class=\"nx\">node</span><span class=\"p\">))</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"c1\">// ...</span>\n<span class=\"p\">}</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-27\"><strong>Good:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-27\"><pre><span></span><code><span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">isDOMNodePresent</span><span class=\"p\">(</span><span class=\"nx\">node</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"c1\">// ...</span>\n<span class=\"p\">}</span>\n\n<span class=\"k\">if</span><span class=\"w\"> </span><span class=\"p\">(</span><span class=\"nx\">isDOMNodePresent</span><span class=\"p\">(</span><span class=\"nx\">node</span><span class=\"p\">))</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"c1\">// ...</span>\n<span class=\"p\">}</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-27\"><strong><a href=\"#table-of-contents\">⬆ back to top</a></strong></p>\n<h3 data-chunk_id=\"chunk-28\">Avoid conditionals</h3>\n<p data-chunk_id=\"chunk-28\">This seems like an impossible task. Upon first hearing this, most people say,\n\"how am I supposed to do anything without an <code>if</code> statement?\" The answer is that\nyou can use polymorphism to achieve the same task in many cases. The second\nquestion is usually, \"well that's great but why would I want to do that?\" The\nanswer is a previous clean code concept we learned: a function should only do\none thing. When you have classes and functions that have <code>if</code> statements, you\nare telling your user that your function does more than one thing. Remember,\njust do one thing.</p>\n<p data-chunk_id=\"chunk-28\"><strong>Bad:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-28\"><pre><span></span><code><span class=\"kd\">class</span><span class=\"w\"> </span><span class=\"nx\">Airplane</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"c1\">// ...</span>\n<span class=\"w\">  </span><span class=\"nx\">getCruisingAltitude</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">switch</span><span class=\"w\"> </span><span class=\"p\">(</span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">type</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">      </span><span class=\"k\">case</span><span class=\"w\"> </span><span class=\"s1\">'777'</span><span class=\"o\">:</span>\n<span class=\"w\">        </span><span class=\"k\">return</span><span class=\"w\"> </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">getMaxAltitude</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"o\">-</span><span class=\"w\"> </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">getPassengerCount</span><span class=\"p\">();</span>\n<span class=\"w\">      </span><span class=\"k\">case</span><span class=\"w\"> </span><span class=\"s1\">'Air Force One'</span><span class=\"o\">:</span>\n<span class=\"w\">        </span><span class=\"k\">return</span><span class=\"w\"> </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">getMaxAltitude</span><span class=\"p\">();</span>\n<span class=\"w\">      </span><span class=\"k\">case</span><span class=\"w\"> </span><span class=\"s1\">'Cessna'</span><span class=\"o\">:</span>\n<span class=\"w\">        </span><span class=\"k\">return</span><span class=\"w\"> </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">getMaxAltitude</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"o\">-</span><span class=\"w\"> </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">getFuelExpenditure</span><span class=\"p\">();</span>\n<span class=\"w\">    </span><span class=\"p\">}</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n<span class=\"p\">}</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-28\"><strong>Good:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-28\"><pre><span></span><code><span class=\"kd\">class</span><span class=\"w\"> </span><span class=\"nx\">Airplane</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"c1\">// ...</span>\n<span class=\"p\">}</span>\n\n<span class=\"kd\">class</span><span class=\"w\"> </span><span class=\"nx\">Boeing777</span><span class=\"w\"> </span><span class=\"k\">extends</span><span class=\"w\"> </span><span class=\"nx\">Airplane</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"c1\">// ...</span>\n<span class=\"w\">  </span><span class=\"nx\">getCruisingAltitude</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">return</span><span class=\"w\"> </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">getMaxAltitude</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"o\">-</span><span class=\"w\"> </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">getPassengerCount</span><span class=\"p\">();</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n<span class=\"p\">}</span>\n\n<span class=\"kd\">class</span><span class=\"w\"> </span><span class=\"nx\">AirForceOne</span><span class=\"w\"> </span><span class=\"k\">extends</span><span class=\"w\"> </span><span class=\"nx\">Airplane</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"c1\">// ...</span>\n<span class=\"w\">  </span><span class=\"nx\">getCruisingAltitude</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">return</span><span class=\"w\"> </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">getMaxAltitude</span><span class=\"p\">();</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n<span class=\"p\">}</span>\n\n<span class=\"kd\">class</span><span class=\"w\"> </span><span class=\"nx\">Cessna</span><span class=\"w\"> </span><span class=\"k\">extends</span><span class=\"w\"> </span><span class=\"nx\">Airplane</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"c1\">// ...</span>\n<span class=\"w\">  </span><span class=\"nx\">getCruisingAltitude</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">return</span><span class=\"w\"> </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">getMaxAltitude</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"o\">-</span><span class=\"w\"> </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">getFuelExpenditure</span><span class=\"p\">();</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n<span class=\"p\">}</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-28\"><strong><a href=\"#table-of-contents\">⬆ back to top</a></strong></p>\n<h3 data-chunk_id=\"chunk-29\">Avoid type-checking (part 1)</h3>\n<p data-chunk_id=\"chunk-29\">JavaScript is untyped, which means your functions can take any type of argument.\nSometimes you are bitten by this freedom and it becomes tempting to do\ntype-checking in your functions. There are many ways to avoid having to do this.\nThe first thing to consider is consistent APIs.</p>\n<p data-chunk_id=\"chunk-29\"><strong>Bad:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-29\"><pre><span></span><code><span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">travelToTexas</span><span class=\"p\">(</span><span class=\"nx\">vehicle</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"k\">if</span><span class=\"w\"> </span><span class=\"p\">(</span><span class=\"nx\">vehicle</span><span class=\"w\"> </span><span class=\"ow\">instanceof</span><span class=\"w\"> </span><span class=\"nx\">Bicycle</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"nx\">vehicle</span><span class=\"p\">.</span><span class=\"nx\">pedal</span><span class=\"p\">(</span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">currentLocation</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"ow\">new</span><span class=\"w\"> </span><span class=\"nx\">Location</span><span class=\"p\">(</span><span class=\"s1\">'texas'</span><span class=\"p\">));</span>\n<span class=\"w\">  </span><span class=\"p\">}</span><span class=\"w\"> </span><span class=\"k\">else</span><span class=\"w\"> </span><span class=\"k\">if</span><span class=\"w\"> </span><span class=\"p\">(</span><span class=\"nx\">vehicle</span><span class=\"w\"> </span><span class=\"ow\">instanceof</span><span class=\"w\"> </span><span class=\"nx\">Car</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"nx\">vehicle</span><span class=\"p\">.</span><span class=\"nx\">drive</span><span class=\"p\">(</span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">currentLocation</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"ow\">new</span><span class=\"w\"> </span><span class=\"nx\">Location</span><span class=\"p\">(</span><span class=\"s1\">'texas'</span><span class=\"p\">));</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n<span class=\"p\">}</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-29\"><strong>Good:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-29\"><pre><span></span><code><span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">travelToTexas</span><span class=\"p\">(</span><span class=\"nx\">vehicle</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"nx\">vehicle</span><span class=\"p\">.</span><span class=\"nx\">move</span><span class=\"p\">(</span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">currentLocation</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"ow\">new</span><span class=\"w\"> </span><span class=\"nx\">Location</span><span class=\"p\">(</span><span class=\"s1\">'texas'</span><span class=\"p\">));</span>\n<span class=\"p\">}</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-29\"><strong><a href=\"#table-of-contents\">⬆ back to top</a></strong></p>\n<h3 data-chunk_id=\"chunk-30\">Avoid type-checking (part 2)</h3>\n<p data-chunk_id=\"chunk-30\">If you are working with basic primitive values like strings and integers,\nand you can't use polymorphism but you still feel the need to type-check,\nyou should consider using TypeScript. It is an excellent alternative to normal\nJavaScript, as it provides you with static typing on top of standard JavaScript\nsyntax. The problem with manually type-checking normal JavaScript is that\ndoing it well requires so much extra verbiage that the faux \"type-safety\" you get\ndoesn't make up for the lost readability. Keep your JavaScript clean, write\ngood tests, and have good code reviews. Otherwise, do all of that but with\nTypeScript (which, like I said, is a great alternative!).</p>\n<p data-chunk_id=\"chunk-30\"><strong>Bad:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-30\"><pre><span></span><code><span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">combine</span><span class=\"p\">(</span><span class=\"nx\">val1</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">val2</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"k\">if</span><span class=\"w\"> </span><span class=\"p\">(</span>\n<span class=\"w\">    </span><span class=\"p\">(</span><span class=\"ow\">typeof</span><span class=\"w\"> </span><span class=\"nx\">val1</span><span class=\"w\"> </span><span class=\"o\">===</span><span class=\"w\"> </span><span class=\"s1\">'number'</span><span class=\"w\"> </span><span class=\"o\">&amp;&amp;</span><span class=\"w\"> </span><span class=\"ow\">typeof</span><span class=\"w\"> </span><span class=\"nx\">val2</span><span class=\"w\"> </span><span class=\"o\">===</span><span class=\"w\"> </span><span class=\"s1\">'number'</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"o\">||</span>\n<span class=\"w\">    </span><span class=\"p\">(</span><span class=\"ow\">typeof</span><span class=\"w\"> </span><span class=\"nx\">val1</span><span class=\"w\"> </span><span class=\"o\">===</span><span class=\"w\"> </span><span class=\"s1\">'string'</span><span class=\"w\"> </span><span class=\"o\">&amp;&amp;</span><span class=\"w\"> </span><span class=\"ow\">typeof</span><span class=\"w\"> </span><span class=\"nx\">val2</span><span class=\"w\"> </span><span class=\"o\">===</span><span class=\"w\"> </span><span class=\"s1\">'string'</span><span class=\"p\">)</span>\n<span class=\"w\">  </span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">return</span><span class=\"w\"> </span><span class=\"nx\">val1</span><span class=\"w\"> </span><span class=\"o\">+</span><span class=\"w\"> </span><span class=\"nx\">val2</span><span class=\"p\">;</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"k\">throw</span><span class=\"w\"> </span><span class=\"ow\">new</span><span class=\"w\"> </span><span class=\"ne\">Error</span><span class=\"p\">(</span><span class=\"s1\">'Must be of type String or Number'</span><span class=\"p\">);</span>\n<span class=\"p\">}</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-30\"><strong>Good:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-30\"><pre><span></span><code><span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">combine</span><span class=\"p\">(</span><span class=\"nx\">val1</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">val2</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"k\">return</span><span class=\"w\"> </span><span class=\"nx\">val1</span><span class=\"w\"> </span><span class=\"o\">+</span><span class=\"w\"> </span><span class=\"nx\">val2</span><span class=\"p\">;</span>\n<span class=\"p\">}</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-30\"><strong><a href=\"#table-of-contents\">⬆ back to top</a></strong></p>\n<h3 data-chunk_id=\"chunk-31\">Don't over-optimize</h3>\n<p data-chunk_id=\"chunk-31\">Modern browsers do a lot of optimization under-the-hood at runtime. A lot of\ntimes, if you are optimizing then you are just wasting your time. <a href=\"https://github.com/petkaantonov/bluebird/wiki/Optimization-killers\">There are good\nresources</a>\nfor seeing where optimization is lacking. Target those in the meantime, until\nthey are fixed if they can be.</p>\n<p data-chunk_id=\"chunk-31\"><strong>Bad:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-31\"><pre><span></span><code><span class=\"c1\">// On old browsers, each iteration with uncached `list.length` would be costly</span>\n<span class=\"c1\">// because of `list.length` recomputation. In modern browsers, this is optimized.</span>\n<span class=\"k\">for</span><span class=\"w\"> </span><span class=\"p\">(</span><span class=\"kd\">let</span><span class=\"w\"> </span><span class=\"nx\">i</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"mf\">0</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">len</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">list</span><span class=\"p\">.</span><span class=\"nx\">length</span><span class=\"p\">;</span><span class=\"w\"> </span><span class=\"nx\">i</span><span class=\"w\"> </span><span class=\"o\">&lt;</span><span class=\"w\"> </span><span class=\"nx\">len</span><span class=\"p\">;</span><span class=\"w\"> </span><span class=\"nx\">i</span><span class=\"o\">++</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"c1\">// ...</span>\n<span class=\"p\">}</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-31\"><strong>Good:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-31\"><pre><span></span><code><span class=\"k\">for</span><span class=\"w\"> </span><span class=\"p\">(</span><span class=\"kd\">let</span><span class=\"w\"> </span><span class=\"nx\">i</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"mf\">0</span><span class=\"p\">;</span><span class=\"w\"> </span><span class=\"nx\">i</span><span class=\"w\"> </span><span class=\"o\">&lt;</span><span class=\"w\"> </span><span class=\"nx\">list</span><span class=\"p\">.</span><span class=\"nx\">length</span><span class=\"p\">;</span><span class=\"w\"> </span><span class=\"nx\">i</span><span class=\"o\">++</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"c1\">// ...</span>\n<span class=\"p\">}</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-31\"><strong><a href=\"#table-of-contents\">⬆ back to top</a></strong></p>\n<h3 data-chunk_id=\"chunk-32\">Remove dead code</h3>\n<p data-chunk_id=\"chunk-32\">Dead code is just as bad as duplicate code. There's no reason to keep it in\nyour codebase. If it's not being called, get rid of it! It will still be safe\nin your version history if you still need it.</p>\n<p data-chunk_id=\"chunk-32\"><strong>Bad:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-32\"><pre><span></span><code><span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">oldRequestModule</span><span class=\"p\">(</span><span class=\"nx\">url</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"c1\">// ...</span>\n<span class=\"p\">}</span>\n\n<span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">newRequestModule</span><span class=\"p\">(</span><span class=\"nx\">url</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"c1\">// ...</span>\n<span class=\"p\">}</span>\n\n<span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">req</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">newRequestModule</span><span class=\"p\">;</span>\n<span class=\"nx\">inventoryTracker</span><span class=\"p\">(</span><span class=\"s1\">'apples'</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">req</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"s1\">'www.inventory-awesome.io'</span><span class=\"p\">);</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-32\"><strong>Good:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-32\"><pre><span></span><code><span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">newRequestModule</span><span class=\"p\">(</span><span class=\"nx\">url</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"c1\">// ...</span>\n<span class=\"p\">}</span>\n\n<span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">req</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">newRequestModule</span><span class=\"p\">;</span>\n<span class=\"nx\">inventoryTracker</span><span class=\"p\">(</span><span class=\"s1\">'apples'</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">req</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"s1\">'www.inventory-awesome.io'</span><span class=\"p\">);</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-32\"><strong><a href=\"#table-of-contents\">⬆ back to top</a></strong></p>\n<h2 data-chunk_id=\"chunk-33\"><strong>Objects and Data Structures</strong></h2>\n<h3 data-chunk_id=\"chunk-34\">Use getters and setters</h3>\n<p data-chunk_id=\"chunk-34\">Using getters and setters to access data on objects could be better than simply\nlooking for a property on an object. \"Why?\" you might ask. Well, here's an\nunorganized list of reasons why:</p>\n<ul data-chunk_id=\"chunk-34\">\n<li>When you want to do more beyond getting an object property, you don't have\n  to look up and change every accessor in your codebase.</li>\n<li>Makes adding validation simple when doing a <code>set</code>.</li>\n<li>Encapsulates the internal representation.</li>\n<li>Easy to add logging and error handling when getting and setting.</li>\n<li>You can lazy load your object's properties, let's say getting it from a\n  server.</li>\n</ul>\n<p data-chunk_id=\"chunk-34\"><strong>Bad:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-34\"><pre><span></span><code><span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">makeBankAccount</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"c1\">// ...</span>\n\n<span class=\"w\">  </span><span class=\"k\">return</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"nx\">balance</span><span class=\"o\">:</span><span class=\"w\"> </span><span class=\"mf\">0</span>\n<span class=\"w\">    </span><span class=\"c1\">// ...</span>\n<span class=\"w\">  </span><span class=\"p\">};</span>\n<span class=\"p\">}</span>\n\n<span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">account</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">makeBankAccount</span><span class=\"p\">();</span>\n<span class=\"nx\">account</span><span class=\"p\">.</span><span class=\"nx\">balance</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"mf\">100</span><span class=\"p\">;</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-34\"><strong>Good:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-34\"><pre><span></span><code><span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">makeBankAccount</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"c1\">// this one is private</span>\n<span class=\"w\">  </span><span class=\"kd\">let</span><span class=\"w\"> </span><span class=\"nx\">balance</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"mf\">0</span><span class=\"p\">;</span>\n\n<span class=\"w\">  </span><span class=\"c1\">// a \"getter\", made public via the returned object below</span>\n<span class=\"w\">  </span><span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">getBalance</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">return</span><span class=\"w\"> </span><span class=\"nx\">balance</span><span class=\"p\">;</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"c1\">// a \"setter\", made public via the returned object below</span>\n<span class=\"w\">  </span><span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">setBalance</span><span class=\"p\">(</span><span class=\"nx\">amount</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"c1\">// ... validate before updating the balance</span>\n<span class=\"w\">    </span><span class=\"nx\">balance</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">amount</span><span class=\"p\">;</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"k\">return</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"c1\">// ...</span>\n<span class=\"w\">    </span><span class=\"nx\">getBalance</span><span class=\"p\">,</span>\n<span class=\"w\">    </span><span class=\"nx\">setBalance</span>\n<span class=\"w\">  </span><span class=\"p\">};</span>\n<span class=\"p\">}</span>\n\n<span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">account</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">makeBankAccount</span><span class=\"p\">();</span>\n<span class=\"nx\">account</span><span class=\"p\">.</span><span class=\"nx\">setBalance</span><span class=\"p\">(</span><span class=\"mf\">100</span><span class=\"p\">);</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-34\"><strong><a href=\"#table-of-contents\">⬆ back to top</a></strong></p>\n<h3 data-chunk_id=\"chunk-35\">Make objects have private members</h3>\n<p data-chunk_id=\"chunk-35\">This can be accomplished through closures (for ES5 and below).</p>\n<p data-chunk_id=\"chunk-35\"><strong>Bad:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-35\"><pre><span></span><code><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">Employee</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"p\">(</span><span class=\"nx\">name</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">name</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">name</span><span class=\"p\">;</span>\n<span class=\"p\">};</span>\n\n<span class=\"nx\">Employee</span><span class=\"p\">.</span><span class=\"nx\">prototype</span><span class=\"p\">.</span><span class=\"nx\">getName</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">getName</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"k\">return</span><span class=\"w\"> </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">name</span><span class=\"p\">;</span>\n<span class=\"p\">};</span>\n\n<span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">employee</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"ow\">new</span><span class=\"w\"> </span><span class=\"nx\">Employee</span><span class=\"p\">(</span><span class=\"s1\">'John Doe'</span><span class=\"p\">);</span>\n<span class=\"nx\">console</span><span class=\"p\">.</span><span class=\"nx\">log</span><span class=\"p\">(</span><span class=\"sb\">`Employee name: </span><span class=\"si\">${</span><span class=\"nx\">employee</span><span class=\"p\">.</span><span class=\"nx\">getName</span><span class=\"p\">()</span><span class=\"si\">}</span><span class=\"sb\">`</span><span class=\"p\">);</span><span class=\"w\"> </span><span class=\"c1\">// Employee name: John Doe</span>\n<span class=\"ow\">delete</span><span class=\"w\"> </span><span class=\"nx\">employee</span><span class=\"p\">.</span><span class=\"nx\">name</span><span class=\"p\">;</span>\n<span class=\"nx\">console</span><span class=\"p\">.</span><span class=\"nx\">log</span><span class=\"p\">(</span><span class=\"sb\">`Employee name: </span><span class=\"si\">${</span><span class=\"nx\">employee</span><span class=\"p\">.</span><span class=\"nx\">getName</span><span class=\"p\">()</span><span class=\"si\">}</span><span class=\"sb\">`</span><span class=\"p\">);</span><span class=\"w\"> </span><span class=\"c1\">// Employee name: undefined</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-35\"><strong>Good:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-35\"><pre><span></span><code><span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">makeEmployee</span><span class=\"p\">(</span><span class=\"nx\">name</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"k\">return</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"nx\">getName</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">      </span><span class=\"k\">return</span><span class=\"w\"> </span><span class=\"nx\">name</span><span class=\"p\">;</span>\n<span class=\"w\">    </span><span class=\"p\">}</span>\n<span class=\"w\">  </span><span class=\"p\">};</span>\n<span class=\"p\">}</span>\n\n<span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">employee</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">makeEmployee</span><span class=\"p\">(</span><span class=\"s1\">'John Doe'</span><span class=\"p\">);</span>\n<span class=\"nx\">console</span><span class=\"p\">.</span><span class=\"nx\">log</span><span class=\"p\">(</span><span class=\"sb\">`Employee name: </span><span class=\"si\">${</span><span class=\"nx\">employee</span><span class=\"p\">.</span><span class=\"nx\">getName</span><span class=\"p\">()</span><span class=\"si\">}</span><span class=\"sb\">`</span><span class=\"p\">);</span><span class=\"w\"> </span><span class=\"c1\">// Employee name: John Doe</span>\n<span class=\"ow\">delete</span><span class=\"w\"> </span><span class=\"nx\">employee</span><span class=\"p\">.</span><span class=\"nx\">name</span><span class=\"p\">;</span>\n<span class=\"nx\">console</span><span class=\"p\">.</span><span class=\"nx\">log</span><span class=\"p\">(</span><span class=\"sb\">`Employee name: </span><span class=\"si\">${</span><span class=\"nx\">employee</span><span class=\"p\">.</span><span class=\"nx\">getName</span><span class=\"p\">()</span><span class=\"si\">}</span><span class=\"sb\">`</span><span class=\"p\">);</span><span class=\"w\"> </span><span class=\"c1\">// Employee name: John Doe</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-35\"><strong><a href=\"#table-of-contents\">⬆ back to top</a></strong></p>\n<h2 data-chunk_id=\"chunk-36\"><strong>Classes</strong></h2>\n<h3 data-chunk_id=\"chunk-37\">Prefer ES2015/ES6 classes over ES5 plain functions</h3>\n<p data-chunk_id=\"chunk-37\">It's very difficult to get readable class inheritance, construction, and method\ndefinitions for classical ES5 classes. If you need inheritance (and be aware\nthat you might not), then prefer ES2015/ES6 classes. However, prefer small functions over\nclasses until you find yourself needing larger and more complex objects.</p>\n<p data-chunk_id=\"chunk-37\"><strong>Bad:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-37\"><pre><span></span><code><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">Animal</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"p\">(</span><span class=\"nx\">age</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"k\">if</span><span class=\"w\"> </span><span class=\"p\">(</span><span class=\"o\">!</span><span class=\"p\">(</span><span class=\"k\">this</span><span class=\"w\"> </span><span class=\"ow\">instanceof</span><span class=\"w\"> </span><span class=\"nx\">Animal</span><span class=\"p\">))</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">throw</span><span class=\"w\"> </span><span class=\"ow\">new</span><span class=\"w\"> </span><span class=\"ne\">Error</span><span class=\"p\">(</span><span class=\"s1\">'Instantiate Animal with `new`'</span><span class=\"p\">);</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">age</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">age</span><span class=\"p\">;</span>\n<span class=\"p\">};</span>\n\n<span class=\"nx\">Animal</span><span class=\"p\">.</span><span class=\"nx\">prototype</span><span class=\"p\">.</span><span class=\"nx\">move</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">move</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{};</span>\n\n<span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">Mammal</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"p\">(</span><span class=\"nx\">age</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">furColor</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"k\">if</span><span class=\"w\"> </span><span class=\"p\">(</span><span class=\"o\">!</span><span class=\"p\">(</span><span class=\"k\">this</span><span class=\"w\"> </span><span class=\"ow\">instanceof</span><span class=\"w\"> </span><span class=\"nx\">Mammal</span><span class=\"p\">))</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">throw</span><span class=\"w\"> </span><span class=\"ow\">new</span><span class=\"w\"> </span><span class=\"ne\">Error</span><span class=\"p\">(</span><span class=\"s1\">'Instantiate Mammal with `new`'</span><span class=\"p\">);</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"nx\">Animal</span><span class=\"p\">.</span><span class=\"nx\">call</span><span class=\"p\">(</span><span class=\"k\">this</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">age</span><span class=\"p\">);</span>\n<span class=\"w\">  </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">furColor</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">furColor</span><span class=\"p\">;</span>\n<span class=\"p\">};</span>\n\n<span class=\"nx\">Mammal</span><span class=\"p\">.</span><span class=\"nx\">prototype</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nb\">Object</span><span class=\"p\">.</span><span class=\"nx\">create</span><span class=\"p\">(</span><span class=\"nx\">Animal</span><span class=\"p\">.</span><span class=\"nx\">prototype</span><span class=\"p\">);</span>\n<span class=\"nx\">Mammal</span><span class=\"p\">.</span><span class=\"nx\">prototype</span><span class=\"p\">.</span><span class=\"kr\">constructor</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">Mammal</span><span class=\"p\">;</span>\n<span class=\"nx\">Mammal</span><span class=\"p\">.</span><span class=\"nx\">prototype</span><span class=\"p\">.</span><span class=\"nx\">liveBirth</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">liveBirth</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{};</span>\n\n<span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">Human</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"p\">(</span><span class=\"nx\">age</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">furColor</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">languageSpoken</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"k\">if</span><span class=\"w\"> </span><span class=\"p\">(</span><span class=\"o\">!</span><span class=\"p\">(</span><span class=\"k\">this</span><span class=\"w\"> </span><span class=\"ow\">instanceof</span><span class=\"w\"> </span><span class=\"nx\">Human</span><span class=\"p\">))</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">throw</span><span class=\"w\"> </span><span class=\"ow\">new</span><span class=\"w\"> </span><span class=\"ne\">Error</span><span class=\"p\">(</span><span class=\"s1\">'Instantiate Human with `new`'</span><span class=\"p\">);</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"nx\">Mammal</span><span class=\"p\">.</span><span class=\"nx\">call</span><span class=\"p\">(</span><span class=\"k\">this</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">age</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">furColor</span><span class=\"p\">);</span>\n<span class=\"w\">  </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">languageSpoken</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">languageSpoken</span><span class=\"p\">;</span>\n<span class=\"p\">};</span>\n\n<span class=\"nx\">Human</span><span class=\"p\">.</span><span class=\"nx\">prototype</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nb\">Object</span><span class=\"p\">.</span><span class=\"nx\">create</span><span class=\"p\">(</span><span class=\"nx\">Mammal</span><span class=\"p\">.</span><span class=\"nx\">prototype</span><span class=\"p\">);</span>\n<span class=\"nx\">Human</span><span class=\"p\">.</span><span class=\"nx\">prototype</span><span class=\"p\">.</span><span class=\"kr\">constructor</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">Human</span><span class=\"p\">;</span>\n<span class=\"nx\">Human</span><span class=\"p\">.</span><span class=\"nx\">prototype</span><span class=\"p\">.</span><span class=\"nx\">speak</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">speak</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{};</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-37\"><strong>Good:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-38\"><pre><span></span><code><span class=\"kd\">class</span><span class=\"w\"> </span><span class=\"nx\">Animal</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"kr\">constructor</span><span class=\"p\">(</span><span class=\"nx\">age</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">age</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">age</span><span class=\"p\">;</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"nx\">move</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"cm\">/* ... */</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n<span class=\"p\">}</span>\n\n<span class=\"kd\">class</span><span class=\"w\"> </span><span class=\"nx\">Mammal</span><span class=\"w\"> </span><span class=\"k\">extends</span><span class=\"w\"> </span><span class=\"nx\">Animal</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"kr\">constructor</span><span class=\"p\">(</span><span class=\"nx\">age</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">furColor</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">super</span><span class=\"p\">(</span><span class=\"nx\">age</span><span class=\"p\">);</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">furColor</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">furColor</span><span class=\"p\">;</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"nx\">liveBirth</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"cm\">/* ... */</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n<span class=\"p\">}</span>\n\n<span class=\"kd\">class</span><span class=\"w\"> </span><span class=\"nx\">Human</span><span class=\"w\"> </span><span class=\"k\">extends</span><span class=\"w\"> </span><span class=\"nx\">Mammal</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"kr\">constructor</span><span class=\"p\">(</span><span class=\"nx\">age</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">furColor</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">languageSpoken</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">super</span><span class=\"p\">(</span><span class=\"nx\">age</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">furColor</span><span class=\"p\">);</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">languageSpoken</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">languageSpoken</span><span class=\"p\">;</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"nx\">speak</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"cm\">/* ... */</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n<span class=\"p\">}</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-38\"><strong><a href=\"#table-of-contents\">⬆ back to top</a></strong></p>\n<h3 data-chunk_id=\"chunk-39\">Use method chaining</h3>\n<p data-chunk_id=\"chunk-39\">This pattern is very useful in JavaScript and you see it in many libraries such\nas jQuery and Lodash. It allows your code to be expressive, and less verbose.\nFor that reason, I say, use method chaining and take a look at how clean your code\nwill be. In your class functions, simply return <code>this</code> at the end of every function,\nand you can chain further class methods onto it.</p>\n<p data-chunk_id=\"chunk-39\"><strong>Bad:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-39\"><pre><span></span><code><span class=\"kd\">class</span><span class=\"w\"> </span><span class=\"nx\">Car</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"kr\">constructor</span><span class=\"p\">(</span><span class=\"nx\">make</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">model</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">color</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">make</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">make</span><span class=\"p\">;</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">model</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">model</span><span class=\"p\">;</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">color</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">color</span><span class=\"p\">;</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"nx\">setMake</span><span class=\"p\">(</span><span class=\"nx\">make</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">make</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">make</span><span class=\"p\">;</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"nx\">setModel</span><span class=\"p\">(</span><span class=\"nx\">model</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">model</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">model</span><span class=\"p\">;</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"nx\">setColor</span><span class=\"p\">(</span><span class=\"nx\">color</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">color</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">color</span><span class=\"p\">;</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"nx\">save</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"nx\">console</span><span class=\"p\">.</span><span class=\"nx\">log</span><span class=\"p\">(</span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">make</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">model</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">color</span><span class=\"p\">);</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n<span class=\"p\">}</span>\n\n<span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">car</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"ow\">new</span><span class=\"w\"> </span><span class=\"nx\">Car</span><span class=\"p\">(</span><span class=\"s1\">'Ford'</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"s1\">'F-150'</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"s1\">'red'</span><span class=\"p\">);</span>\n<span class=\"nx\">car</span><span class=\"p\">.</span><span class=\"nx\">setColor</span><span class=\"p\">(</span><span class=\"s1\">'pink'</span><span class=\"p\">);</span>\n<span class=\"nx\">car</span><span class=\"p\">.</span><span class=\"nx\">save</span><span class=\"p\">();</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-39\"><strong>Good:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-40\"><pre><span></span><code><span class=\"kd\">class</span><span class=\"w\"> </span><span class=\"nx\">Car</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"kr\">constructor</span><span class=\"p\">(</span><span class=\"nx\">make</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">model</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">color</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">make</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">make</span><span class=\"p\">;</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">model</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">model</span><span class=\"p\">;</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">color</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">color</span><span class=\"p\">;</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"nx\">setMake</span><span class=\"p\">(</span><span class=\"nx\">make</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">make</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">make</span><span class=\"p\">;</span>\n<span class=\"w\">    </span><span class=\"c1\">// NOTE: Returning this for chaining</span>\n<span class=\"w\">    </span><span class=\"k\">return</span><span class=\"w\"> </span><span class=\"k\">this</span><span class=\"p\">;</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"nx\">setModel</span><span class=\"p\">(</span><span class=\"nx\">model</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">model</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">model</span><span class=\"p\">;</span>\n<span class=\"w\">    </span><span class=\"c1\">// NOTE: Returning this for chaining</span>\n<span class=\"w\">    </span><span class=\"k\">return</span><span class=\"w\"> </span><span class=\"k\">this</span><span class=\"p\">;</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"nx\">setColor</span><span class=\"p\">(</span><span class=\"nx\">color</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">color</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">color</span><span class=\"p\">;</span>\n<span class=\"w\">    </span><span class=\"c1\">// NOTE: Returning this for chaining</span>\n<span class=\"w\">    </span><span class=\"k\">return</span><span class=\"w\"> </span><span class=\"k\">this</span><span class=\"p\">;</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"nx\">save</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"nx\">console</span><span class=\"p\">.</span><span class=\"nx\">log</span><span class=\"p\">(</span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">make</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">model</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">color</span><span class=\"p\">);</span>\n<span class=\"w\">    </span><span class=\"c1\">// NOTE: Returning this for chaining</span>\n<span class=\"w\">    </span><span class=\"k\">return</span><span class=\"w\"> </span><span class=\"k\">this</span><span class=\"p\">;</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n<span class=\"p\">}</span>\n\n<span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">car</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"ow\">new</span><span class=\"w\"> </span><span class=\"nx\">Car</span><span class=\"p\">(</span><span class=\"s1\">'Ford'</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"s1\">'F-150'</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"s1\">'red'</span><span class=\"p\">).</span><span class=\"nx\">setColor</span><span class=\"p\">(</span><span class=\"s1\">'pink'</span><span class=\"p\">).</span><span class=\"nx\">save</span><span class=\"p\">();</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-40\"><strong><a href=\"#table-of-contents\">⬆ back to top</a></strong></p>\n<h3 data-chunk_id=\"chunk-41\">Prefer composition over inheritance</h3>\n<p data-chunk_id=\"chunk-41\">As stated famously in <a href=\"https://en.wikipedia.org/wiki/Design_Patterns\"><em>Design Patterns</em></a> by the Gang of Four,\nyou should prefer composition over inheritance where you can. There are lots of\ngood reasons to use inheritance and lots of good reasons to use composition.\nThe main point for this maxim is that if your mind instinctively goes for\ninheritance, try to think if composition could model your problem better. In some\ncases it can.</p>\n<p data-chunk_id=\"chunk-41\">You might be wondering then, \"when should I use inheritance?\" It\ndepends on your problem at hand, but this is a decent list of when inheritance\nmakes more sense than composition:</p>\n<ol data-chunk_id=\"chunk-41\">\n<li>Your inheritance represents an \"is-a\" relationship and not a \"has-a\"\n   relationship (Human-&gt;Animal vs. User-&gt;UserDetails).</li>\n<li>You can reuse code from the base classes (Humans can move like all animals).</li>\n<li>You want to make global changes to derived classes by changing a base class.\n   (Change the caloric expenditure of all animals when they move).</li>\n</ol>\n<p data-chunk_id=\"chunk-41\"><strong>Bad:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-41\"><pre><span></span><code><span class=\"kd\">class</span><span class=\"w\"> </span><span class=\"nx\">Employee</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"kr\">constructor</span><span class=\"p\">(</span><span class=\"nx\">name</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">email</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">name</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">name</span><span class=\"p\">;</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">email</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">email</span><span class=\"p\">;</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"c1\">// ...</span>\n<span class=\"p\">}</span>\n\n<span class=\"c1\">// Bad because Employees \"have\" tax data. EmployeeTaxData is not a type of Employee</span>\n<span class=\"kd\">class</span><span class=\"w\"> </span><span class=\"nx\">EmployeeTaxData</span><span class=\"w\"> </span><span class=\"k\">extends</span><span class=\"w\"> </span><span class=\"nx\">Employee</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"kr\">constructor</span><span class=\"p\">(</span><span class=\"nx\">ssn</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">salary</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">super</span><span class=\"p\">();</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">ssn</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">ssn</span><span class=\"p\">;</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">salary</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">salary</span><span class=\"p\">;</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"c1\">// ...</span>\n<span class=\"p\">}</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-41\"><strong>Good:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-42\"><pre><span></span><code><span class=\"kd\">class</span><span class=\"w\"> </span><span class=\"nx\">EmployeeTaxData</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"kr\">constructor</span><span class=\"p\">(</span><span class=\"nx\">ssn</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">salary</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">ssn</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">ssn</span><span class=\"p\">;</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">salary</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">salary</span><span class=\"p\">;</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"c1\">// ...</span>\n<span class=\"p\">}</span>\n\n<span class=\"kd\">class</span><span class=\"w\"> </span><span class=\"nx\">Employee</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"kr\">constructor</span><span class=\"p\">(</span><span class=\"nx\">name</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">email</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">name</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">name</span><span class=\"p\">;</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">email</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">email</span><span class=\"p\">;</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"nx\">setTaxData</span><span class=\"p\">(</span><span class=\"nx\">ssn</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">salary</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">taxData</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"ow\">new</span><span class=\"w\"> </span><span class=\"nx\">EmployeeTaxData</span><span class=\"p\">(</span><span class=\"nx\">ssn</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">salary</span><span class=\"p\">);</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n<span class=\"w\">  </span><span class=\"c1\">// ...</span>\n<span class=\"p\">}</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-42\"><strong><a href=\"#table-of-contents\">⬆ back to top</a></strong></p>\n<h2 data-chunk_id=\"chunk-43\"><strong>SOLID</strong></h2>\n<h3 data-chunk_id=\"chunk-44\">Single Responsibility Principle (SRP)</h3>\n<p data-chunk_id=\"chunk-44\">As stated in Clean Code, \"There should never be more than one reason for a class\nto change\". It's tempting to jam-pack a class with a lot of functionality, like\nwhen you can only take one suitcase on your flight. The issue with this is\nthat your class won't be conceptually cohesive and it will give it many reasons\nto change. Minimizing the amount of times you need to change a class is important.\nIt's important because if too much functionality is in one class and you modify\na piece of it, it can be difficult to understand how that will affect other\ndependent modules in your codebase.</p>\n<p data-chunk_id=\"chunk-44\"><strong>Bad:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-44\"><pre><span></span><code><span class=\"kd\">class</span><span class=\"w\"> </span><span class=\"nx\">UserSettings</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"kr\">constructor</span><span class=\"p\">(</span><span class=\"nx\">user</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">user</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">user</span><span class=\"p\">;</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"nx\">changeSettings</span><span class=\"p\">(</span><span class=\"nx\">settings</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">if</span><span class=\"w\"> </span><span class=\"p\">(</span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">verifyCredentials</span><span class=\"p\">())</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">      </span><span class=\"c1\">// ...</span>\n<span class=\"w\">    </span><span class=\"p\">}</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"nx\">verifyCredentials</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"c1\">// ...</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n<span class=\"p\">}</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-44\"><strong>Good:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-44\"><pre><span></span><code><span class=\"kd\">class</span><span class=\"w\"> </span><span class=\"nx\">UserAuth</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"kr\">constructor</span><span class=\"p\">(</span><span class=\"nx\">user</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">user</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">user</span><span class=\"p\">;</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"nx\">verifyCredentials</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"c1\">// ...</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n<span class=\"p\">}</span>\n\n<span class=\"kd\">class</span><span class=\"w\"> </span><span class=\"nx\">UserSettings</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"kr\">constructor</span><span class=\"p\">(</span><span class=\"nx\">user</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">user</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">user</span><span class=\"p\">;</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">auth</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"ow\">new</span><span class=\"w\"> </span><span class=\"nx\">UserAuth</span><span class=\"p\">(</span><span class=\"nx\">user</span><span class=\"p\">);</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"nx\">changeSettings</span><span class=\"p\">(</span><span class=\"nx\">settings</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">if</span><span class=\"w\"> </span><span class=\"p\">(</span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">auth</span><span class=\"p\">.</span><span class=\"nx\">verifyCredentials</span><span class=\"p\">())</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">      </span><span class=\"c1\">// ...</span>\n<span class=\"w\">    </span><span class=\"p\">}</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n<span class=\"p\">}</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-44\"><strong><a href=\"#table-of-contents\">⬆ back to top</a></strong></p>\n<h3 data-chunk_id=\"chunk-45\">Open/Closed Principle (OCP)</h3>\n<p data-chunk_id=\"chunk-45\">As stated by Bertrand Meyer, \"software entities (classes, modules, functions,\netc.) should be open for extension, but closed for modification.\" What does that\nmean though? This principle basically states that you should allow users to\nadd new functionalities without changing existing code.</p>\n<p data-chunk_id=\"chunk-45\"><strong>Bad:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-45\"><pre><span></span><code><span class=\"kd\">class</span><span class=\"w\"> </span><span class=\"nx\">AjaxAdapter</span><span class=\"w\"> </span><span class=\"k\">extends</span><span class=\"w\"> </span><span class=\"nx\">Adapter</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"kr\">constructor</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">super</span><span class=\"p\">();</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">name</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"s1\">'ajaxAdapter'</span><span class=\"p\">;</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n<span class=\"p\">}</span>\n\n<span class=\"kd\">class</span><span class=\"w\"> </span><span class=\"nx\">NodeAdapter</span><span class=\"w\"> </span><span class=\"k\">extends</span><span class=\"w\"> </span><span class=\"nx\">Adapter</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"kr\">constructor</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">super</span><span class=\"p\">();</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">name</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"s1\">'nodeAdapter'</span><span class=\"p\">;</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n<span class=\"p\">}</span>\n\n<span class=\"kd\">class</span><span class=\"w\"> </span><span class=\"nx\">HttpRequester</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"kr\">constructor</span><span class=\"p\">(</span><span class=\"nx\">adapter</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">adapter</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">adapter</span><span class=\"p\">;</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"nx\">fetch</span><span class=\"p\">(</span><span class=\"nx\">url</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">if</span><span class=\"w\"> </span><span class=\"p\">(</span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">adapter</span><span class=\"p\">.</span><span class=\"nx\">name</span><span class=\"w\"> </span><span class=\"o\">===</span><span class=\"w\"> </span><span class=\"s1\">'ajaxAdapter'</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">      </span><span class=\"k\">return</span><span class=\"w\"> </span><span class=\"nx\">makeAjaxCall</span><span class=\"p\">(</span><span class=\"nx\">url</span><span class=\"p\">).</span><span class=\"nx\">then</span><span class=\"p\">(</span><span class=\"nx\">response</span><span class=\"w\"> </span><span class=\"p\">=&gt;</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">        </span><span class=\"c1\">// transform response and return</span>\n<span class=\"w\">      </span><span class=\"p\">});</span>\n<span class=\"w\">    </span><span class=\"p\">}</span><span class=\"w\"> </span><span class=\"k\">else</span><span class=\"w\"> </span><span class=\"k\">if</span><span class=\"w\"> </span><span class=\"p\">(</span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">adapter</span><span class=\"p\">.</span><span class=\"nx\">name</span><span class=\"w\"> </span><span class=\"o\">===</span><span class=\"w\"> </span><span class=\"s1\">'nodeAdapter'</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">      </span><span class=\"k\">return</span><span class=\"w\"> </span><span class=\"nx\">makeHttpCall</span><span class=\"p\">(</span><span class=\"nx\">url</span><span class=\"p\">).</span><span class=\"nx\">then</span><span class=\"p\">(</span><span class=\"nx\">response</span><span class=\"w\"> </span><span class=\"p\">=&gt;</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">        </span><span class=\"c1\">// transform response and return</span>\n<span class=\"w\">      </span><span class=\"p\">});</span>\n<span class=\"w\">    </span><span class=\"p\">}</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n<span class=\"p\">}</span>\n\n<span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">makeAjaxCall</span><span class=\"p\">(</span><span class=\"nx\">url</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"c1\">// request and return promise</span>\n<span class=\"p\">}</span>\n\n<span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">makeHttpCall</span><span class=\"p\">(</span><span class=\"nx\">url</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"c1\">// request and return promise</span>\n<span class=\"p\">}</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-45\"><strong>Good:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-46\"><pre><span></span><code><span class=\"kd\">class</span><span class=\"w\"> </span><span class=\"nx\">AjaxAdapter</span><span class=\"w\"> </span><span class=\"k\">extends</span><span class=\"w\"> </span><span class=\"nx\">Adapter</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"kr\">constructor</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">super</span><span class=\"p\">();</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">name</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"s1\">'ajaxAdapter'</span><span class=\"p\">;</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"nx\">request</span><span class=\"p\">(</span><span class=\"nx\">url</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"c1\">// request and return promise</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n<span class=\"p\">}</span>\n\n<span class=\"kd\">class</span><span class=\"w\"> </span><span class=\"nx\">NodeAdapter</span><span class=\"w\"> </span><span class=\"k\">extends</span><span class=\"w\"> </span><span class=\"nx\">Adapter</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"kr\">constructor</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">super</span><span class=\"p\">();</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">name</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"s1\">'nodeAdapter'</span><span class=\"p\">;</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"nx\">request</span><span class=\"p\">(</span><span class=\"nx\">url</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"c1\">// request and return promise</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n<span class=\"p\">}</span>\n\n<span class=\"kd\">class</span><span class=\"w\"> </span><span class=\"nx\">HttpRequester</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"kr\">constructor</span><span class=\"p\">(</span><span class=\"nx\">adapter</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">adapter</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">adapter</span><span class=\"p\">;</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"nx\">fetch</span><span class=\"p\">(</span><span class=\"nx\">url</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">return</span><span class=\"w\"> </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">adapter</span><span class=\"p\">.</span><span class=\"nx\">request</span><span class=\"p\">(</span><span class=\"nx\">url</span><span class=\"p\">).</span><span class=\"nx\">then</span><span class=\"p\">(</span><span class=\"nx\">response</span><span class=\"w\"> </span><span class=\"p\">=&gt;</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">      </span><span class=\"c1\">// transform response and return</span>\n<span class=\"w\">    </span><span class=\"p\">});</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n<span class=\"p\">}</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-46\"><strong><a href=\"#table-of-contents\">⬆ back to top</a></strong></p>\n<h3 data-chunk_id=\"chunk-47\">Liskov Substitution Principle (LSP)</h3>\n<p data-chunk_id=\"chunk-47\">This is a scary term for a very simple concept. It's formally defined as \"If S\nis a subtype of T, then objects of type T may be replaced with objects of type S\n(i.e., objects of type S may substitute objects of type T) without altering any\nof the desirable properties of that program (correctness, task performed,\netc.).\" That's an even scarier definition.</p>\n<p data-chunk_id=\"chunk-47\">The best explanation for this is if you have a parent class and a child class,\nthen the base class and child class can be used interchangeably without getting\nincorrect results. This might still be confusing, so let's take a look at the\nclassic Square-Rectangle example. Mathematically, a square is a rectangle, but\nif you model it using the \"is-a\" relationship via inheritance, you quickly\nget into trouble.</p>\n<p data-chunk_id=\"chunk-47\"><strong>Bad:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-48\"><pre><span></span><code><span class=\"kd\">class</span><span class=\"w\"> </span><span class=\"nx\">Rectangle</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"kr\">constructor</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">width</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"mf\">0</span><span class=\"p\">;</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">height</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"mf\">0</span><span class=\"p\">;</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"nx\">setColor</span><span class=\"p\">(</span><span class=\"nx\">color</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"c1\">// ...</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"nx\">render</span><span class=\"p\">(</span><span class=\"nx\">area</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"c1\">// ...</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"nx\">setWidth</span><span class=\"p\">(</span><span class=\"nx\">width</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">width</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">width</span><span class=\"p\">;</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"nx\">setHeight</span><span class=\"p\">(</span><span class=\"nx\">height</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">height</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">height</span><span class=\"p\">;</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"nx\">getArea</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">return</span><span class=\"w\"> </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">width</span><span class=\"w\"> </span><span class=\"o\">*</span><span class=\"w\"> </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">height</span><span class=\"p\">;</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n<span class=\"p\">}</span>\n\n<span class=\"kd\">class</span><span class=\"w\"> </span><span class=\"nx\">Square</span><span class=\"w\"> </span><span class=\"k\">extends</span><span class=\"w\"> </span><span class=\"nx\">Rectangle</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"nx\">setWidth</span><span class=\"p\">(</span><span class=\"nx\">width</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">width</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">width</span><span class=\"p\">;</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">height</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">width</span><span class=\"p\">;</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"nx\">setHeight</span><span class=\"p\">(</span><span class=\"nx\">height</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">width</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">height</span><span class=\"p\">;</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">height</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">height</span><span class=\"p\">;</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n<span class=\"p\">}</span>\n\n<span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">renderLargeRectangles</span><span class=\"p\">(</span><span class=\"nx\">rectangles</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"nx\">rectangles</span><span class=\"p\">.</span><span class=\"nx\">forEach</span><span class=\"p\">(</span><span class=\"nx\">rectangle</span><span class=\"w\"> </span><span class=\"p\">=&gt;</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"nx\">rectangle</span><span class=\"p\">.</span><span class=\"nx\">setWidth</span><span class=\"p\">(</span><span class=\"mf\">4</span><span class=\"p\">);</span>\n<span class=\"w\">    </span><span class=\"nx\">rectangle</span><span class=\"p\">.</span><span class=\"nx\">setHeight</span><span class=\"p\">(</span><span class=\"mf\">5</span><span class=\"p\">);</span>\n<span class=\"w\">    </span><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">area</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">rectangle</span><span class=\"p\">.</span><span class=\"nx\">getArea</span><span class=\"p\">();</span><span class=\"w\"> </span><span class=\"c1\">// BAD: Returns 25 for Square. Should be 20.</span>\n<span class=\"w\">    </span><span class=\"nx\">rectangle</span><span class=\"p\">.</span><span class=\"nx\">render</span><span class=\"p\">(</span><span class=\"nx\">area</span><span class=\"p\">);</span>\n<span class=\"w\">  </span><span class=\"p\">});</span>\n<span class=\"p\">}</span>\n\n<span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">rectangles</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"p\">[</span><span class=\"ow\">new</span><span class=\"w\"> </span><span class=\"nx\">Rectangle</span><span class=\"p\">(),</span><span class=\"w\"> </span><span class=\"ow\">new</span><span class=\"w\"> </span><span class=\"nx\">Rectangle</span><span class=\"p\">(),</span><span class=\"w\"> </span><span class=\"ow\">new</span><span class=\"w\"> </span><span class=\"nx\">Square</span><span class=\"p\">()];</span>\n<span class=\"nx\">renderLargeRectangles</span><span class=\"p\">(</span><span class=\"nx\">rectangles</span><span class=\"p\">);</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-48\"><strong>Good:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-48\"><pre><span></span><code><span class=\"kd\">class</span><span class=\"w\"> </span><span class=\"nx\">Shape</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"nx\">setColor</span><span class=\"p\">(</span><span class=\"nx\">color</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"c1\">// ...</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"nx\">render</span><span class=\"p\">(</span><span class=\"nx\">area</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"c1\">// ...</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n<span class=\"p\">}</span>\n\n<span class=\"kd\">class</span><span class=\"w\"> </span><span class=\"nx\">Rectangle</span><span class=\"w\"> </span><span class=\"k\">extends</span><span class=\"w\"> </span><span class=\"nx\">Shape</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"kr\">constructor</span><span class=\"p\">(</span><span class=\"nx\">width</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">height</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">super</span><span class=\"p\">();</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">width</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">width</span><span class=\"p\">;</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">height</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">height</span><span class=\"p\">;</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"nx\">getArea</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">return</span><span class=\"w\"> </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">width</span><span class=\"w\"> </span><span class=\"o\">*</span><span class=\"w\"> </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">height</span><span class=\"p\">;</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n<span class=\"p\">}</span>\n\n<span class=\"kd\">class</span><span class=\"w\"> </span><span class=\"nx\">Square</span><span class=\"w\"> </span><span class=\"k\">extends</span><span class=\"w\"> </span><span class=\"nx\">Shape</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"kr\">constructor</span><span class=\"p\">(</span><span class=\"nx\">length</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">super</span><span class=\"p\">();</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">length</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">length</span><span class=\"p\">;</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"nx\">getArea</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">return</span><span class=\"w\"> </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">length</span><span class=\"w\"> </span><span class=\"o\">*</span><span class=\"w\"> </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">length</span><span class=\"p\">;</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n<span class=\"p\">}</span>\n\n<span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">renderLargeShapes</span><span class=\"p\">(</span><span class=\"nx\">shapes</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"nx\">shapes</span><span class=\"p\">.</span><span class=\"nx\">forEach</span><span class=\"p\">(</span><span class=\"nx\">shape</span><span class=\"w\"> </span><span class=\"p\">=&gt;</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">area</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">shape</span><span class=\"p\">.</span><span class=\"nx\">getArea</span><span class=\"p\">();</span>\n<span class=\"w\">    </span><span class=\"nx\">shape</span><span class=\"p\">.</span><span class=\"nx\">render</span><span class=\"p\">(</span><span class=\"nx\">area</span><span class=\"p\">);</span>\n<span class=\"w\">  </span><span class=\"p\">});</span>\n<span class=\"p\">}</span>\n\n<span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">shapes</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"p\">[</span><span class=\"ow\">new</span><span class=\"w\"> </span><span class=\"nx\">Rectangle</span><span class=\"p\">(</span><span class=\"mf\">4</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"mf\">5</span><span class=\"p\">),</span><span class=\"w\"> </span><span class=\"ow\">new</span><span class=\"w\"> </span><span class=\"nx\">Rectangle</span><span class=\"p\">(</span><span class=\"mf\">4</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"mf\">5</span><span class=\"p\">),</span><span class=\"w\"> </span><span class=\"ow\">new</span><span class=\"w\"> </span><span class=\"nx\">Square</span><span class=\"p\">(</span><span class=\"mf\">5</span><span class=\"p\">)];</span>\n<span class=\"nx\">renderLargeShapes</span><span class=\"p\">(</span><span class=\"nx\">shapes</span><span class=\"p\">);</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-48\"><strong><a href=\"#table-of-contents\">⬆ back to top</a></strong></p>\n<h3 data-chunk_id=\"chunk-49\">Interface Segregation Principle (ISP)</h3>\n<p data-chunk_id=\"chunk-49\">JavaScript doesn't have interfaces so this principle doesn't apply as strictly\nas others. However, it's important and relevant even with JavaScript's lack of\ntype system.</p>\n<p data-chunk_id=\"chunk-49\">ISP states that \"Clients should not be forced to depend upon interfaces that\nthey do not use.\" Interfaces are implicit contracts in JavaScript because of\nduck typing.</p>\n<p data-chunk_id=\"chunk-49\">A good example to look at that demonstrates this principle in JavaScript is for\nclasses that require large settings objects. Not requiring clients to setup\nhuge amounts of options is beneficial, because most of the time they won't need\nall of the settings. Making them optional helps prevent having a\n\"fat interface\".</p>\n<p data-chunk_id=\"chunk-49\"><strong>Bad:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-49\"><pre><span></span><code><span class=\"kd\">class</span><span class=\"w\"> </span><span class=\"nx\">DOMTraverser</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"kr\">constructor</span><span class=\"p\">(</span><span class=\"nx\">settings</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">settings</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">settings</span><span class=\"p\">;</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">setup</span><span class=\"p\">();</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"nx\">setup</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">rootNode</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">settings</span><span class=\"p\">.</span><span class=\"nx\">rootNode</span><span class=\"p\">;</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">settings</span><span class=\"p\">.</span><span class=\"nx\">animationModule</span><span class=\"p\">.</span><span class=\"nx\">setup</span><span class=\"p\">();</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"nx\">traverse</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"c1\">// ...</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n<span class=\"p\">}</span>\n\n<span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">$</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"ow\">new</span><span class=\"w\"> </span><span class=\"nx\">DOMTraverser</span><span class=\"p\">({</span>\n<span class=\"w\">  </span><span class=\"nx\">rootNode</span><span class=\"o\">:</span><span class=\"w\"> </span><span class=\"nb\">document</span><span class=\"p\">.</span><span class=\"nx\">getElementsByTagName</span><span class=\"p\">(</span><span class=\"s1\">'body'</span><span class=\"p\">),</span>\n<span class=\"w\">  </span><span class=\"nx\">animationModule</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{}</span><span class=\"w\"> </span><span class=\"c1\">// Most of the time, we won't need to animate when traversing.</span>\n<span class=\"w\">  </span><span class=\"c1\">// ...</span>\n<span class=\"p\">});</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-49\"><strong>Good:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-50\"><pre><span></span><code><span class=\"kd\">class</span><span class=\"w\"> </span><span class=\"nx\">DOMTraverser</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"kr\">constructor</span><span class=\"p\">(</span><span class=\"nx\">settings</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">settings</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">settings</span><span class=\"p\">;</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">options</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">settings</span><span class=\"p\">.</span><span class=\"nx\">options</span><span class=\"p\">;</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">setup</span><span class=\"p\">();</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"nx\">setup</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">rootNode</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">settings</span><span class=\"p\">.</span><span class=\"nx\">rootNode</span><span class=\"p\">;</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">setupOptions</span><span class=\"p\">();</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"nx\">setupOptions</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">if</span><span class=\"w\"> </span><span class=\"p\">(</span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">options</span><span class=\"p\">.</span><span class=\"nx\">animationModule</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">      </span><span class=\"c1\">// ...</span>\n<span class=\"w\">    </span><span class=\"p\">}</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"nx\">traverse</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"c1\">// ...</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n<span class=\"p\">}</span>\n\n<span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">$</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"ow\">new</span><span class=\"w\"> </span><span class=\"nx\">DOMTraverser</span><span class=\"p\">({</span>\n<span class=\"w\">  </span><span class=\"nx\">rootNode</span><span class=\"o\">:</span><span class=\"w\"> </span><span class=\"nb\">document</span><span class=\"p\">.</span><span class=\"nx\">getElementsByTagName</span><span class=\"p\">(</span><span class=\"s1\">'body'</span><span class=\"p\">),</span>\n<span class=\"w\">  </span><span class=\"nx\">options</span><span class=\"o\">:</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"nx\">animationModule</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{}</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n<span class=\"p\">});</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-50\"><strong><a href=\"#table-of-contents\">⬆ back to top</a></strong></p>\n<h3 data-chunk_id=\"chunk-51\">Dependency Inversion Principle (DIP)</h3>\n<p data-chunk_id=\"chunk-51\">This principle states two essential things:</p>\n<ol data-chunk_id=\"chunk-51\">\n<li>High-level modules should not depend on low-level modules. Both should\n   depend on abstractions.</li>\n<li>Abstractions should not depend upon details. Details should depend on\n   abstractions.</li>\n</ol>\n<p data-chunk_id=\"chunk-51\">This can be hard to understand at first, but if you've worked with AngularJS,\nyou've seen an implementation of this principle in the form of Dependency\nInjection (DI). While they are not identical concepts, DIP keeps high-level\nmodules from knowing the details of its low-level modules and setting them up.\nIt can accomplish this through DI. A huge benefit of this is that it reduces\nthe coupling between modules. Coupling is a very bad development pattern because\nit makes your code hard to refactor.</p>\n<p data-chunk_id=\"chunk-51\">As stated previously, JavaScript doesn't have interfaces so the abstractions\nthat are depended upon are implicit contracts. That is to say, the methods\nand properties that an object/class exposes to another object/class. In the\nexample below, the implicit contract is that any Request module for an\n<code>InventoryTracker</code> will have a <code>requestItems</code> method.</p>\n<p data-chunk_id=\"chunk-51\"><strong>Bad:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-52\"><pre><span></span><code><span class=\"kd\">class</span><span class=\"w\"> </span><span class=\"nx\">InventoryRequester</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"kr\">constructor</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">REQ_METHODS</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"p\">[</span><span class=\"s1\">'HTTP'</span><span class=\"p\">];</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"nx\">requestItem</span><span class=\"p\">(</span><span class=\"nx\">item</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"c1\">// ...</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n<span class=\"p\">}</span>\n\n<span class=\"kd\">class</span><span class=\"w\"> </span><span class=\"nx\">InventoryTracker</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"kr\">constructor</span><span class=\"p\">(</span><span class=\"nx\">items</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">items</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">items</span><span class=\"p\">;</span>\n\n<span class=\"w\">    </span><span class=\"c1\">// BAD: We have created a dependency on a specific request implementation.</span>\n<span class=\"w\">    </span><span class=\"c1\">// We should just have requestItems depend on a request method: `request`</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">requester</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"ow\">new</span><span class=\"w\"> </span><span class=\"nx\">InventoryRequester</span><span class=\"p\">();</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"nx\">requestItems</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">items</span><span class=\"p\">.</span><span class=\"nx\">forEach</span><span class=\"p\">(</span><span class=\"nx\">item</span><span class=\"w\"> </span><span class=\"p\">=&gt;</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">      </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">requester</span><span class=\"p\">.</span><span class=\"nx\">requestItem</span><span class=\"p\">(</span><span class=\"nx\">item</span><span class=\"p\">);</span>\n<span class=\"w\">    </span><span class=\"p\">});</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n<span class=\"p\">}</span>\n\n<span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">inventoryTracker</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"ow\">new</span><span class=\"w\"> </span><span class=\"nx\">InventoryTracker</span><span class=\"p\">([</span><span class=\"s1\">'apples'</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"s1\">'bananas'</span><span class=\"p\">]);</span>\n<span class=\"nx\">inventoryTracker</span><span class=\"p\">.</span><span class=\"nx\">requestItems</span><span class=\"p\">();</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-52\"><strong>Good:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-52\"><pre><span></span><code><span class=\"kd\">class</span><span class=\"w\"> </span><span class=\"nx\">InventoryTracker</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"kr\">constructor</span><span class=\"p\">(</span><span class=\"nx\">items</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">requester</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">items</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">items</span><span class=\"p\">;</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">requester</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">requester</span><span class=\"p\">;</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"nx\">requestItems</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">items</span><span class=\"p\">.</span><span class=\"nx\">forEach</span><span class=\"p\">(</span><span class=\"nx\">item</span><span class=\"w\"> </span><span class=\"p\">=&gt;</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">      </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">requester</span><span class=\"p\">.</span><span class=\"nx\">requestItem</span><span class=\"p\">(</span><span class=\"nx\">item</span><span class=\"p\">);</span>\n<span class=\"w\">    </span><span class=\"p\">});</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n<span class=\"p\">}</span>\n\n<span class=\"kd\">class</span><span class=\"w\"> </span><span class=\"nx\">InventoryRequesterV1</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"kr\">constructor</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">REQ_METHODS</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"p\">[</span><span class=\"s1\">'HTTP'</span><span class=\"p\">];</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"nx\">requestItem</span><span class=\"p\">(</span><span class=\"nx\">item</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"c1\">// ...</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n<span class=\"p\">}</span>\n\n<span class=\"kd\">class</span><span class=\"w\"> </span><span class=\"nx\">InventoryRequesterV2</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"kr\">constructor</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">REQ_METHODS</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"p\">[</span><span class=\"s1\">'WS'</span><span class=\"p\">];</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"nx\">requestItem</span><span class=\"p\">(</span><span class=\"nx\">item</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"c1\">// ...</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n<span class=\"p\">}</span>\n\n<span class=\"c1\">// By constructing our dependencies externally and injecting them, we can easily</span>\n<span class=\"c1\">// substitute our request module for a fancy new one that uses WebSockets.</span>\n<span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">inventoryTracker</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"ow\">new</span><span class=\"w\"> </span><span class=\"nx\">InventoryTracker</span><span class=\"p\">([</span><span class=\"s1\">'apples'</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"s1\">'bananas'</span><span class=\"p\">],</span><span class=\"w\"> </span><span class=\"ow\">new</span><span class=\"w\"> </span><span class=\"nx\">InventoryRequesterV2</span><span class=\"p\">());</span>\n<span class=\"nx\">inventoryTracker</span><span class=\"p\">.</span><span class=\"nx\">requestItems</span><span class=\"p\">();</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-52\"><strong><a href=\"#table-of-contents\">⬆ back to top</a></strong></p>\n<h2 data-chunk_id=\"chunk-53\"><strong>Testing</strong></h2>\n<p data-chunk_id=\"chunk-53\">Testing is more important than shipping. If you have no tests or an\ninadequate amount, then every time you ship code you won't be sure that you\ndidn't break anything. Deciding on what constitutes an adequate amount is up\nto your team, but having 100% coverage (all statements and branches) is how\nyou achieve very high confidence and developer peace of mind. This means that\nin addition to having a great testing framework, you also need to use a\n<a href=\"https://gotwarlost.github.io/istanbul/\">good coverage tool</a>.</p>\n<p data-chunk_id=\"chunk-53\">There's no excuse to not write tests. There are <a href=\"https://jstherightway.org/#testing-tools\">plenty of good JS test frameworks</a>, so find one that your team prefers.\nWhen you find one that works for your team, then aim to always write tests\nfor every new feature/module you introduce. If your preferred method is\nTest Driven Development (TDD), that is great, but the main point is to just\nmake sure you are reaching your coverage goals before launching any feature,\nor refactoring an existing one.</p>\n<h3 data-chunk_id=\"chunk-54\">Single concept per test</h3>\n<p data-chunk_id=\"chunk-54\"><strong>Bad:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-54\"><pre><span></span><code><span class=\"k\">import</span><span class=\"w\"> </span><span class=\"nx\">assert</span><span class=\"w\"> </span><span class=\"kr\">from</span><span class=\"w\"> </span><span class=\"s1\">'assert'</span><span class=\"p\">;</span>\n\n<span class=\"nx\">describe</span><span class=\"p\">(</span><span class=\"s1\">'MomentJS'</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">=&gt;</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"nx\">it</span><span class=\"p\">(</span><span class=\"s1\">'handles date boundaries'</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">=&gt;</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"kd\">let</span><span class=\"w\"> </span><span class=\"nx\">date</span><span class=\"p\">;</span>\n\n<span class=\"w\">    </span><span class=\"nx\">date</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"ow\">new</span><span class=\"w\"> </span><span class=\"nx\">MomentJS</span><span class=\"p\">(</span><span class=\"s1\">'1/1/2015'</span><span class=\"p\">);</span>\n<span class=\"w\">    </span><span class=\"nx\">date</span><span class=\"p\">.</span><span class=\"nx\">addDays</span><span class=\"p\">(</span><span class=\"mf\">30</span><span class=\"p\">);</span>\n<span class=\"w\">    </span><span class=\"nx\">assert</span><span class=\"p\">.</span><span class=\"nx\">equal</span><span class=\"p\">(</span><span class=\"s1\">'1/31/2015'</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">date</span><span class=\"p\">);</span>\n\n<span class=\"w\">    </span><span class=\"nx\">date</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"ow\">new</span><span class=\"w\"> </span><span class=\"nx\">MomentJS</span><span class=\"p\">(</span><span class=\"s1\">'2/1/2016'</span><span class=\"p\">);</span>\n<span class=\"w\">    </span><span class=\"nx\">date</span><span class=\"p\">.</span><span class=\"nx\">addDays</span><span class=\"p\">(</span><span class=\"mf\">28</span><span class=\"p\">);</span>\n<span class=\"w\">    </span><span class=\"nx\">assert</span><span class=\"p\">.</span><span class=\"nx\">equal</span><span class=\"p\">(</span><span class=\"s1\">'02/29/2016'</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">date</span><span class=\"p\">);</span>\n\n<span class=\"w\">    </span><span class=\"nx\">date</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"ow\">new</span><span class=\"w\"> </span><span class=\"nx\">MomentJS</span><span class=\"p\">(</span><span class=\"s1\">'2/1/2015'</span><span class=\"p\">);</span>\n<span class=\"w\">    </span><span class=\"nx\">date</span><span class=\"p\">.</span><span class=\"nx\">addDays</span><span class=\"p\">(</span><span class=\"mf\">28</span><span class=\"p\">);</span>\n<span class=\"w\">    </span><span class=\"nx\">assert</span><span class=\"p\">.</span><span class=\"nx\">equal</span><span class=\"p\">(</span><span class=\"s1\">'03/01/2015'</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">date</span><span class=\"p\">);</span>\n<span class=\"w\">  </span><span class=\"p\">});</span>\n<span class=\"p\">});</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-54\"><strong>Good:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-54\"><pre><span></span><code><span class=\"k\">import</span><span class=\"w\"> </span><span class=\"nx\">assert</span><span class=\"w\"> </span><span class=\"kr\">from</span><span class=\"w\"> </span><span class=\"s1\">'assert'</span><span class=\"p\">;</span>\n\n<span class=\"nx\">describe</span><span class=\"p\">(</span><span class=\"s1\">'MomentJS'</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">=&gt;</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"nx\">it</span><span class=\"p\">(</span><span class=\"s1\">'handles 30-day months'</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">=&gt;</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">date</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"ow\">new</span><span class=\"w\"> </span><span class=\"nx\">MomentJS</span><span class=\"p\">(</span><span class=\"s1\">'1/1/2015'</span><span class=\"p\">);</span>\n<span class=\"w\">    </span><span class=\"nx\">date</span><span class=\"p\">.</span><span class=\"nx\">addDays</span><span class=\"p\">(</span><span class=\"mf\">30</span><span class=\"p\">);</span>\n<span class=\"w\">    </span><span class=\"nx\">assert</span><span class=\"p\">.</span><span class=\"nx\">equal</span><span class=\"p\">(</span><span class=\"s1\">'1/31/2015'</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">date</span><span class=\"p\">);</span>\n<span class=\"w\">  </span><span class=\"p\">});</span>\n\n<span class=\"w\">  </span><span class=\"nx\">it</span><span class=\"p\">(</span><span class=\"s1\">'handles leap year'</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">=&gt;</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">date</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"ow\">new</span><span class=\"w\"> </span><span class=\"nx\">MomentJS</span><span class=\"p\">(</span><span class=\"s1\">'2/1/2016'</span><span class=\"p\">);</span>\n<span class=\"w\">    </span><span class=\"nx\">date</span><span class=\"p\">.</span><span class=\"nx\">addDays</span><span class=\"p\">(</span><span class=\"mf\">28</span><span class=\"p\">);</span>\n<span class=\"w\">    </span><span class=\"nx\">assert</span><span class=\"p\">.</span><span class=\"nx\">equal</span><span class=\"p\">(</span><span class=\"s1\">'02/29/2016'</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">date</span><span class=\"p\">);</span>\n<span class=\"w\">  </span><span class=\"p\">});</span>\n\n<span class=\"w\">  </span><span class=\"nx\">it</span><span class=\"p\">(</span><span class=\"s1\">'handles non-leap year'</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">=&gt;</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">date</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"ow\">new</span><span class=\"w\"> </span><span class=\"nx\">MomentJS</span><span class=\"p\">(</span><span class=\"s1\">'2/1/2015'</span><span class=\"p\">);</span>\n<span class=\"w\">    </span><span class=\"nx\">date</span><span class=\"p\">.</span><span class=\"nx\">addDays</span><span class=\"p\">(</span><span class=\"mf\">28</span><span class=\"p\">);</span>\n<span class=\"w\">    </span><span class=\"nx\">assert</span><span class=\"p\">.</span><span class=\"nx\">equal</span><span class=\"p\">(</span><span class=\"s1\">'03/01/2015'</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">date</span><span class=\"p\">);</span>\n<span class=\"w\">  </span><span class=\"p\">});</span>\n<span class=\"p\">});</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-54\"><strong><a href=\"#table-of-contents\">⬆ back to top</a></strong></p>\n<h2 data-chunk_id=\"chunk-55\"><strong>Concurrency</strong></h2>\n<h3 data-chunk_id=\"chunk-56\">Use Promises, not callbacks</h3>\n<p data-chunk_id=\"chunk-56\">Callbacks aren't clean, and they cause excessive amounts of nesting. With ES2015/ES6,\nPromises are a built-in global type. Use them!</p>\n<p data-chunk_id=\"chunk-56\"><strong>Bad:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-56\"><pre><span></span><code><span class=\"k\">import</span><span class=\"w\"> </span><span class=\"p\">{</span><span class=\"w\"> </span><span class=\"nx\">get</span><span class=\"w\"> </span><span class=\"p\">}</span><span class=\"w\"> </span><span class=\"kr\">from</span><span class=\"w\"> </span><span class=\"s1\">'request'</span><span class=\"p\">;</span>\n<span class=\"k\">import</span><span class=\"w\"> </span><span class=\"p\">{</span><span class=\"w\"> </span><span class=\"nx\">writeFile</span><span class=\"w\"> </span><span class=\"p\">}</span><span class=\"w\"> </span><span class=\"kr\">from</span><span class=\"w\"> </span><span class=\"s1\">'fs'</span><span class=\"p\">;</span>\n\n<span class=\"nx\">get</span><span class=\"p\">(</span><span class=\"s1\">'https://en.wikipedia.org/wiki/Robert_Cecil_Martin'</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"p\">(</span><span class=\"nx\">requestErr</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">response</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">body</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">=&gt;</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"k\">if</span><span class=\"w\"> </span><span class=\"p\">(</span><span class=\"nx\">requestErr</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"nx\">console</span><span class=\"p\">.</span><span class=\"nx\">error</span><span class=\"p\">(</span><span class=\"nx\">requestErr</span><span class=\"p\">);</span>\n<span class=\"w\">  </span><span class=\"p\">}</span><span class=\"w\"> </span><span class=\"k\">else</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"nx\">writeFile</span><span class=\"p\">(</span><span class=\"s1\">'article.html'</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">body</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">writeErr</span><span class=\"w\"> </span><span class=\"p\">=&gt;</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">      </span><span class=\"k\">if</span><span class=\"w\"> </span><span class=\"p\">(</span><span class=\"nx\">writeErr</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">        </span><span class=\"nx\">console</span><span class=\"p\">.</span><span class=\"nx\">error</span><span class=\"p\">(</span><span class=\"nx\">writeErr</span><span class=\"p\">);</span>\n<span class=\"w\">      </span><span class=\"p\">}</span><span class=\"w\"> </span><span class=\"k\">else</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">        </span><span class=\"nx\">console</span><span class=\"p\">.</span><span class=\"nx\">log</span><span class=\"p\">(</span><span class=\"s1\">'File written'</span><span class=\"p\">);</span>\n<span class=\"w\">      </span><span class=\"p\">}</span>\n<span class=\"w\">    </span><span class=\"p\">});</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n<span class=\"p\">});</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-56\"><strong>Good:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-56\"><pre><span></span><code><span class=\"k\">import</span><span class=\"w\"> </span><span class=\"p\">{</span><span class=\"w\"> </span><span class=\"nx\">get</span><span class=\"w\"> </span><span class=\"p\">}</span><span class=\"w\"> </span><span class=\"kr\">from</span><span class=\"w\"> </span><span class=\"s1\">'request-promise'</span><span class=\"p\">;</span>\n<span class=\"k\">import</span><span class=\"w\"> </span><span class=\"p\">{</span><span class=\"w\"> </span><span class=\"nx\">writeFile</span><span class=\"w\"> </span><span class=\"p\">}</span><span class=\"w\"> </span><span class=\"kr\">from</span><span class=\"w\"> </span><span class=\"s1\">'fs-extra'</span><span class=\"p\">;</span>\n\n<span class=\"nx\">get</span><span class=\"p\">(</span><span class=\"s1\">'https://en.wikipedia.org/wiki/Robert_Cecil_Martin'</span><span class=\"p\">)</span>\n<span class=\"w\">  </span><span class=\"p\">.</span><span class=\"nx\">then</span><span class=\"p\">(</span><span class=\"nx\">body</span><span class=\"w\"> </span><span class=\"p\">=&gt;</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">return</span><span class=\"w\"> </span><span class=\"nx\">writeFile</span><span class=\"p\">(</span><span class=\"s1\">'article.html'</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">body</span><span class=\"p\">);</span>\n<span class=\"w\">  </span><span class=\"p\">})</span>\n<span class=\"w\">  </span><span class=\"p\">.</span><span class=\"nx\">then</span><span class=\"p\">(()</span><span class=\"w\"> </span><span class=\"p\">=&gt;</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"nx\">console</span><span class=\"p\">.</span><span class=\"nx\">log</span><span class=\"p\">(</span><span class=\"s1\">'File written'</span><span class=\"p\">);</span>\n<span class=\"w\">  </span><span class=\"p\">})</span>\n<span class=\"w\">  </span><span class=\"p\">.</span><span class=\"k\">catch</span><span class=\"p\">(</span><span class=\"nx\">err</span><span class=\"w\"> </span><span class=\"p\">=&gt;</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"nx\">console</span><span class=\"p\">.</span><span class=\"nx\">error</span><span class=\"p\">(</span><span class=\"nx\">err</span><span class=\"p\">);</span>\n<span class=\"w\">  </span><span class=\"p\">});</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-56\"><strong><a href=\"#table-of-contents\">⬆ back to top</a></strong></p>\n<h3 data-chunk_id=\"chunk-57\">Async/Await are even cleaner than Promises</h3>\n<p data-chunk_id=\"chunk-57\">Promises are a very clean alternative to callbacks, but ES2017/ES8 brings async and await\nwhich offer an even cleaner solution. All you need is a function that is prefixed\nin an <code>async</code> keyword, and then you can write your logic imperatively without\na <code>then</code> chain of functions. Use this if you can take advantage of ES2017/ES8 features\ntoday!</p>\n<p data-chunk_id=\"chunk-57\"><strong>Bad:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-57\"><pre><span></span><code><span class=\"k\">import</span><span class=\"w\"> </span><span class=\"p\">{</span><span class=\"w\"> </span><span class=\"nx\">get</span><span class=\"w\"> </span><span class=\"p\">}</span><span class=\"w\"> </span><span class=\"kr\">from</span><span class=\"w\"> </span><span class=\"s1\">'request-promise'</span><span class=\"p\">;</span>\n<span class=\"k\">import</span><span class=\"w\"> </span><span class=\"p\">{</span><span class=\"w\"> </span><span class=\"nx\">writeFile</span><span class=\"w\"> </span><span class=\"p\">}</span><span class=\"w\"> </span><span class=\"kr\">from</span><span class=\"w\"> </span><span class=\"s1\">'fs-extra'</span><span class=\"p\">;</span>\n\n<span class=\"nx\">get</span><span class=\"p\">(</span><span class=\"s1\">'https://en.wikipedia.org/wiki/Robert_Cecil_Martin'</span><span class=\"p\">)</span>\n<span class=\"w\">  </span><span class=\"p\">.</span><span class=\"nx\">then</span><span class=\"p\">(</span><span class=\"nx\">body</span><span class=\"w\"> </span><span class=\"p\">=&gt;</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">return</span><span class=\"w\"> </span><span class=\"nx\">writeFile</span><span class=\"p\">(</span><span class=\"s1\">'article.html'</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">body</span><span class=\"p\">);</span>\n<span class=\"w\">  </span><span class=\"p\">})</span>\n<span class=\"w\">  </span><span class=\"p\">.</span><span class=\"nx\">then</span><span class=\"p\">(()</span><span class=\"w\"> </span><span class=\"p\">=&gt;</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"nx\">console</span><span class=\"p\">.</span><span class=\"nx\">log</span><span class=\"p\">(</span><span class=\"s1\">'File written'</span><span class=\"p\">);</span>\n<span class=\"w\">  </span><span class=\"p\">})</span>\n<span class=\"w\">  </span><span class=\"p\">.</span><span class=\"k\">catch</span><span class=\"p\">(</span><span class=\"nx\">err</span><span class=\"w\"> </span><span class=\"p\">=&gt;</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"nx\">console</span><span class=\"p\">.</span><span class=\"nx\">error</span><span class=\"p\">(</span><span class=\"nx\">err</span><span class=\"p\">);</span>\n<span class=\"w\">  </span><span class=\"p\">});</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-57\"><strong>Good:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-57\"><pre><span></span><code><span class=\"k\">import</span><span class=\"w\"> </span><span class=\"p\">{</span><span class=\"w\"> </span><span class=\"nx\">get</span><span class=\"w\"> </span><span class=\"p\">}</span><span class=\"w\"> </span><span class=\"kr\">from</span><span class=\"w\"> </span><span class=\"s1\">'request-promise'</span><span class=\"p\">;</span>\n<span class=\"k\">import</span><span class=\"w\"> </span><span class=\"p\">{</span><span class=\"w\"> </span><span class=\"nx\">writeFile</span><span class=\"w\"> </span><span class=\"p\">}</span><span class=\"w\"> </span><span class=\"kr\">from</span><span class=\"w\"> </span><span class=\"s1\">'fs-extra'</span><span class=\"p\">;</span>\n\n<span class=\"k\">async</span><span class=\"w\"> </span><span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">getCleanCodeArticle</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"k\">try</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">body</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"k\">await</span><span class=\"w\"> </span><span class=\"nx\">get</span><span class=\"p\">(</span><span class=\"s1\">'https://en.wikipedia.org/wiki/Robert_Cecil_Martin'</span><span class=\"p\">);</span>\n<span class=\"w\">    </span><span class=\"k\">await</span><span class=\"w\"> </span><span class=\"nx\">writeFile</span><span class=\"p\">(</span><span class=\"s1\">'article.html'</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">body</span><span class=\"p\">);</span>\n<span class=\"w\">    </span><span class=\"nx\">console</span><span class=\"p\">.</span><span class=\"nx\">log</span><span class=\"p\">(</span><span class=\"s1\">'File written'</span><span class=\"p\">);</span>\n<span class=\"w\">  </span><span class=\"p\">}</span><span class=\"w\"> </span><span class=\"k\">catch</span><span class=\"w\"> </span><span class=\"p\">(</span><span class=\"nx\">err</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"nx\">console</span><span class=\"p\">.</span><span class=\"nx\">error</span><span class=\"p\">(</span><span class=\"nx\">err</span><span class=\"p\">);</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n<span class=\"p\">}</span>\n\n<span class=\"nx\">getCleanCodeArticle</span><span class=\"p\">();</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-57\"><strong><a href=\"#table-of-contents\">⬆ back to top</a></strong></p>\n<h2 data-chunk_id=\"chunk-58\"><strong>Error Handling</strong></h2>\n<p data-chunk_id=\"chunk-58\">Thrown errors are a good thing! They mean the runtime has successfully\nidentified when something in your program has gone wrong and it's letting\nyou know by stopping function execution on the current stack, killing the\nprocess (in Node), and notifying you in the console with a stack trace.</p>\n<h3 data-chunk_id=\"chunk-59\">Don't ignore caught errors</h3>\n<p data-chunk_id=\"chunk-59\">Doing nothing with a caught error doesn't give you the ability to ever fix\nor react to said error. Logging the error to the console (<code>console.log</code>)\nisn't much better as often times it can get lost in a sea of things printed\nto the console. If you wrap any bit of code in a <code>try/catch</code> it means you\nthink an error may occur there and therefore you should have a plan,\nor create a code path, for when it occurs.</p>\n<p data-chunk_id=\"chunk-59\"><strong>Bad:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-59\"><pre><span></span><code><span class=\"k\">try</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"nx\">functionThatMightThrow</span><span class=\"p\">();</span>\n<span class=\"p\">}</span><span class=\"w\"> </span><span class=\"k\">catch</span><span class=\"w\"> </span><span class=\"p\">(</span><span class=\"nx\">error</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"nx\">console</span><span class=\"p\">.</span><span class=\"nx\">log</span><span class=\"p\">(</span><span class=\"nx\">error</span><span class=\"p\">);</span>\n<span class=\"p\">}</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-59\"><strong>Good:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-59\"><pre><span></span><code><span class=\"k\">try</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"nx\">functionThatMightThrow</span><span class=\"p\">();</span>\n<span class=\"p\">}</span><span class=\"w\"> </span><span class=\"k\">catch</span><span class=\"w\"> </span><span class=\"p\">(</span><span class=\"nx\">error</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"c1\">// One option (more noisy than console.log):</span>\n<span class=\"w\">  </span><span class=\"nx\">console</span><span class=\"p\">.</span><span class=\"nx\">error</span><span class=\"p\">(</span><span class=\"nx\">error</span><span class=\"p\">);</span>\n<span class=\"w\">  </span><span class=\"c1\">// Another option:</span>\n<span class=\"w\">  </span><span class=\"nx\">notifyUserOfError</span><span class=\"p\">(</span><span class=\"nx\">error</span><span class=\"p\">);</span>\n<span class=\"w\">  </span><span class=\"c1\">// Another option:</span>\n<span class=\"w\">  </span><span class=\"nx\">reportErrorToService</span><span class=\"p\">(</span><span class=\"nx\">error</span><span class=\"p\">);</span>\n<span class=\"w\">  </span><span class=\"c1\">// OR do all three!</span>\n<span class=\"p\">}</span>\n</code></pre></div>\n<h3 data-chunk_id=\"chunk-60\">Don't ignore rejected promises</h3>\n<p data-chunk_id=\"chunk-60\">For the same reason you shouldn't ignore caught errors\nfrom <code>try/catch</code>.</p>\n<p data-chunk_id=\"chunk-60\"><strong>Bad:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-60\"><pre><span></span><code><span class=\"nx\">getdata</span><span class=\"p\">()</span>\n<span class=\"w\">  </span><span class=\"p\">.</span><span class=\"nx\">then</span><span class=\"p\">(</span><span class=\"nx\">data</span><span class=\"w\"> </span><span class=\"p\">=&gt;</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"nx\">functionThatMightThrow</span><span class=\"p\">(</span><span class=\"nx\">data</span><span class=\"p\">);</span>\n<span class=\"w\">  </span><span class=\"p\">})</span>\n<span class=\"w\">  </span><span class=\"p\">.</span><span class=\"k\">catch</span><span class=\"p\">(</span><span class=\"nx\">error</span><span class=\"w\"> </span><span class=\"p\">=&gt;</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"nx\">console</span><span class=\"p\">.</span><span class=\"nx\">log</span><span class=\"p\">(</span><span class=\"nx\">error</span><span class=\"p\">);</span>\n<span class=\"w\">  </span><span class=\"p\">});</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-60\"><strong>Good:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-60\"><pre><span></span><code><span class=\"nx\">getdata</span><span class=\"p\">()</span>\n<span class=\"w\">  </span><span class=\"p\">.</span><span class=\"nx\">then</span><span class=\"p\">(</span><span class=\"nx\">data</span><span class=\"w\"> </span><span class=\"p\">=&gt;</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"nx\">functionThatMightThrow</span><span class=\"p\">(</span><span class=\"nx\">data</span><span class=\"p\">);</span>\n<span class=\"w\">  </span><span class=\"p\">})</span>\n<span class=\"w\">  </span><span class=\"p\">.</span><span class=\"k\">catch</span><span class=\"p\">(</span><span class=\"nx\">error</span><span class=\"w\"> </span><span class=\"p\">=&gt;</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"c1\">// One option (more noisy than console.log):</span>\n<span class=\"w\">    </span><span class=\"nx\">console</span><span class=\"p\">.</span><span class=\"nx\">error</span><span class=\"p\">(</span><span class=\"nx\">error</span><span class=\"p\">);</span>\n<span class=\"w\">    </span><span class=\"c1\">// Another option:</span>\n<span class=\"w\">    </span><span class=\"nx\">notifyUserOfError</span><span class=\"p\">(</span><span class=\"nx\">error</span><span class=\"p\">);</span>\n<span class=\"w\">    </span><span class=\"c1\">// Another option:</span>\n<span class=\"w\">    </span><span class=\"nx\">reportErrorToService</span><span class=\"p\">(</span><span class=\"nx\">error</span><span class=\"p\">);</span>\n<span class=\"w\">    </span><span class=\"c1\">// OR do all three!</span>\n<span class=\"w\">  </span><span class=\"p\">});</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-60\"><strong><a href=\"#table-of-contents\">⬆ back to top</a></strong></p>\n<h2 data-chunk_id=\"chunk-61\"><strong>Formatting</strong></h2>\n<p data-chunk_id=\"chunk-61\">Formatting is subjective. Like many rules herein, there is no hard and fast\nrule that you must follow. The main point is DO NOT ARGUE over formatting.\nThere are <a href=\"https://standardjs.com/rules.html\">tons of tools</a> to automate this.\nUse one! It's a waste of time and money for engineers to argue over formatting.</p>\n<p data-chunk_id=\"chunk-61\">For things that don't fall under the purview of automatic formatting\n(indentation, tabs vs. spaces, double vs. single quotes, etc.) look here\nfor some guidance.</p>\n<h3 data-chunk_id=\"chunk-62\">Use consistent capitalization</h3>\n<p data-chunk_id=\"chunk-62\">JavaScript is untyped, so capitalization tells you a lot about your variables,\nfunctions, etc. These rules are subjective, so your team can choose whatever\nthey want. The point is, no matter what you all choose, just be consistent.</p>\n<p data-chunk_id=\"chunk-62\"><strong>Bad:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-62\"><pre><span></span><code><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">DAYS_IN_WEEK</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"mf\">7</span><span class=\"p\">;</span>\n<span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">daysInMonth</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"mf\">30</span><span class=\"p\">;</span>\n\n<span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">songs</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"p\">[</span><span class=\"s1\">'Back In Black'</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"s1\">'Stairway to Heaven'</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"s1\">'Hey Jude'</span><span class=\"p\">];</span>\n<span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">Artists</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"p\">[</span><span class=\"s1\">'ACDC'</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"s1\">'Led Zeppelin'</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"s1\">'The Beatles'</span><span class=\"p\">];</span>\n\n<span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">eraseDatabase</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{}</span>\n<span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">restore_database</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{}</span>\n\n<span class=\"kd\">class</span><span class=\"w\"> </span><span class=\"nx\">animal</span><span class=\"w\"> </span><span class=\"p\">{}</span>\n<span class=\"kd\">class</span><span class=\"w\"> </span><span class=\"nx\">Alpaca</span><span class=\"w\"> </span><span class=\"p\">{}</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-62\"><strong>Good:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-62\"><pre><span></span><code><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">DAYS_IN_WEEK</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"mf\">7</span><span class=\"p\">;</span>\n<span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">DAYS_IN_MONTH</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"mf\">30</span><span class=\"p\">;</span>\n\n<span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">SONGS</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"p\">[</span><span class=\"s1\">'Back In Black'</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"s1\">'Stairway to Heaven'</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"s1\">'Hey Jude'</span><span class=\"p\">];</span>\n<span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">ARTISTS</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"p\">[</span><span class=\"s1\">'ACDC'</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"s1\">'Led Zeppelin'</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"s1\">'The Beatles'</span><span class=\"p\">];</span>\n\n<span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">eraseDatabase</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{}</span>\n<span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">restoreDatabase</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{}</span>\n\n<span class=\"kd\">class</span><span class=\"w\"> </span><span class=\"nx\">Animal</span><span class=\"w\"> </span><span class=\"p\">{}</span>\n<span class=\"kd\">class</span><span class=\"w\"> </span><span class=\"nx\">Alpaca</span><span class=\"w\"> </span><span class=\"p\">{}</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-62\"><strong><a href=\"#table-of-contents\">⬆ back to top</a></strong></p>\n<h3 data-chunk_id=\"chunk-63\">Function callers and callees should be close</h3>\n<p data-chunk_id=\"chunk-63\">If a function calls another, keep those functions vertically close in the source\nfile. Ideally, keep the caller right above the callee. We tend to read code from\ntop-to-bottom, like a newspaper. Because of this, make your code read that way.</p>\n<p data-chunk_id=\"chunk-63\"><strong>Bad:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-63\"><pre><span></span><code><span class=\"kd\">class</span><span class=\"w\"> </span><span class=\"nx\">PerformanceReview</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"kr\">constructor</span><span class=\"p\">(</span><span class=\"nx\">employee</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">employee</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">employee</span><span class=\"p\">;</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"nx\">lookupPeers</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">return</span><span class=\"w\"> </span><span class=\"nx\">db</span><span class=\"p\">.</span><span class=\"nx\">lookup</span><span class=\"p\">(</span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">employee</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"s1\">'peers'</span><span class=\"p\">);</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"nx\">lookupManager</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">return</span><span class=\"w\"> </span><span class=\"nx\">db</span><span class=\"p\">.</span><span class=\"nx\">lookup</span><span class=\"p\">(</span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">employee</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"s1\">'manager'</span><span class=\"p\">);</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"nx\">getPeerReviews</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">peers</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">lookupPeers</span><span class=\"p\">();</span>\n<span class=\"w\">    </span><span class=\"c1\">// ...</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"nx\">perfReview</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">getPeerReviews</span><span class=\"p\">();</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">getManagerReview</span><span class=\"p\">();</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">getSelfReview</span><span class=\"p\">();</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"nx\">getManagerReview</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">manager</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">lookupManager</span><span class=\"p\">();</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"nx\">getSelfReview</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"c1\">// ...</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n<span class=\"p\">}</span>\n\n<span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">review</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"ow\">new</span><span class=\"w\"> </span><span class=\"nx\">PerformanceReview</span><span class=\"p\">(</span><span class=\"nx\">employee</span><span class=\"p\">);</span>\n<span class=\"nx\">review</span><span class=\"p\">.</span><span class=\"nx\">perfReview</span><span class=\"p\">();</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-63\"><strong>Good:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-64\"><pre><span></span><code><span class=\"kd\">class</span><span class=\"w\"> </span><span class=\"nx\">PerformanceReview</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"kr\">constructor</span><span class=\"p\">(</span><span class=\"nx\">employee</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">employee</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">employee</span><span class=\"p\">;</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"nx\">perfReview</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">getPeerReviews</span><span class=\"p\">();</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">getManagerReview</span><span class=\"p\">();</span>\n<span class=\"w\">    </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">getSelfReview</span><span class=\"p\">();</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"nx\">getPeerReviews</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">peers</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">lookupPeers</span><span class=\"p\">();</span>\n<span class=\"w\">    </span><span class=\"c1\">// ...</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"nx\">lookupPeers</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">return</span><span class=\"w\"> </span><span class=\"nx\">db</span><span class=\"p\">.</span><span class=\"nx\">lookup</span><span class=\"p\">(</span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">employee</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"s1\">'peers'</span><span class=\"p\">);</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"nx\">getManagerReview</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">manager</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">lookupManager</span><span class=\"p\">();</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"nx\">lookupManager</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"k\">return</span><span class=\"w\"> </span><span class=\"nx\">db</span><span class=\"p\">.</span><span class=\"nx\">lookup</span><span class=\"p\">(</span><span class=\"k\">this</span><span class=\"p\">.</span><span class=\"nx\">employee</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"s1\">'manager'</span><span class=\"p\">);</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n\n<span class=\"w\">  </span><span class=\"nx\">getSelfReview</span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"c1\">// ...</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n<span class=\"p\">}</span>\n\n<span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">review</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"ow\">new</span><span class=\"w\"> </span><span class=\"nx\">PerformanceReview</span><span class=\"p\">(</span><span class=\"nx\">employee</span><span class=\"p\">);</span>\n<span class=\"nx\">review</span><span class=\"p\">.</span><span class=\"nx\">perfReview</span><span class=\"p\">();</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-64\"><strong><a href=\"#table-of-contents\">⬆ back to top</a></strong></p>\n<h2 data-chunk_id=\"chunk-65\"><strong>Comments</strong></h2>\n<h3 data-chunk_id=\"chunk-66\">Only comment things that have business logic complexity.</h3>\n<p data-chunk_id=\"chunk-66\">Comments are an apology, not a requirement. Good code <em>mostly</em> documents itself.</p>\n<p data-chunk_id=\"chunk-66\"><strong>Bad:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-66\"><pre><span></span><code><span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">hashIt</span><span class=\"p\">(</span><span class=\"nx\">data</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"c1\">// The hash</span>\n<span class=\"w\">  </span><span class=\"kd\">let</span><span class=\"w\"> </span><span class=\"nx\">hash</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"mf\">0</span><span class=\"p\">;</span>\n\n<span class=\"w\">  </span><span class=\"c1\">// Length of string</span>\n<span class=\"w\">  </span><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">length</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">data</span><span class=\"p\">.</span><span class=\"nx\">length</span><span class=\"p\">;</span>\n\n<span class=\"w\">  </span><span class=\"c1\">// Loop through every character in data</span>\n<span class=\"w\">  </span><span class=\"k\">for</span><span class=\"w\"> </span><span class=\"p\">(</span><span class=\"kd\">let</span><span class=\"w\"> </span><span class=\"nx\">i</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"mf\">0</span><span class=\"p\">;</span><span class=\"w\"> </span><span class=\"nx\">i</span><span class=\"w\"> </span><span class=\"o\">&lt;</span><span class=\"w\"> </span><span class=\"nx\">length</span><span class=\"p\">;</span><span class=\"w\"> </span><span class=\"nx\">i</span><span class=\"o\">++</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"c1\">// Get character code.</span>\n<span class=\"w\">    </span><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"kr\">char</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">data</span><span class=\"p\">.</span><span class=\"nx\">charCodeAt</span><span class=\"p\">(</span><span class=\"nx\">i</span><span class=\"p\">);</span>\n<span class=\"w\">    </span><span class=\"c1\">// Make the hash</span>\n<span class=\"w\">    </span><span class=\"nx\">hash</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"p\">(</span><span class=\"nx\">hash</span><span class=\"w\"> </span><span class=\"o\">&lt;&lt;</span><span class=\"w\"> </span><span class=\"mf\">5</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"o\">-</span><span class=\"w\"> </span><span class=\"nx\">hash</span><span class=\"w\"> </span><span class=\"o\">+</span><span class=\"w\"> </span><span class=\"kr\">char</span><span class=\"p\">;</span>\n<span class=\"w\">    </span><span class=\"c1\">// Convert to 32-bit integer</span>\n<span class=\"w\">    </span><span class=\"nx\">hash</span><span class=\"w\"> </span><span class=\"o\">&amp;=</span><span class=\"w\"> </span><span class=\"nx\">hash</span><span class=\"p\">;</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n<span class=\"p\">}</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-66\"><strong>Good:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-66\"><pre><span></span><code><span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">hashIt</span><span class=\"p\">(</span><span class=\"nx\">data</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"kd\">let</span><span class=\"w\"> </span><span class=\"nx\">hash</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"mf\">0</span><span class=\"p\">;</span>\n<span class=\"w\">  </span><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">length</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">data</span><span class=\"p\">.</span><span class=\"nx\">length</span><span class=\"p\">;</span>\n\n<span class=\"w\">  </span><span class=\"k\">for</span><span class=\"w\"> </span><span class=\"p\">(</span><span class=\"kd\">let</span><span class=\"w\"> </span><span class=\"nx\">i</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"mf\">0</span><span class=\"p\">;</span><span class=\"w\"> </span><span class=\"nx\">i</span><span class=\"w\"> </span><span class=\"o\">&lt;</span><span class=\"w\"> </span><span class=\"nx\">length</span><span class=\"p\">;</span><span class=\"w\"> </span><span class=\"nx\">i</span><span class=\"o\">++</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">    </span><span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"kr\">char</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"nx\">data</span><span class=\"p\">.</span><span class=\"nx\">charCodeAt</span><span class=\"p\">(</span><span class=\"nx\">i</span><span class=\"p\">);</span>\n<span class=\"w\">    </span><span class=\"nx\">hash</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"p\">(</span><span class=\"nx\">hash</span><span class=\"w\"> </span><span class=\"o\">&lt;&lt;</span><span class=\"w\"> </span><span class=\"mf\">5</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"o\">-</span><span class=\"w\"> </span><span class=\"nx\">hash</span><span class=\"w\"> </span><span class=\"o\">+</span><span class=\"w\"> </span><span class=\"kr\">char</span><span class=\"p\">;</span>\n\n<span class=\"w\">    </span><span class=\"c1\">// Convert to 32-bit integer</span>\n<span class=\"w\">    </span><span class=\"nx\">hash</span><span class=\"w\"> </span><span class=\"o\">&amp;=</span><span class=\"w\"> </span><span class=\"nx\">hash</span><span class=\"p\">;</span>\n<span class=\"w\">  </span><span class=\"p\">}</span>\n<span class=\"p\">}</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-66\"><strong><a href=\"#table-of-contents\">⬆ back to top</a></strong></p>\n<h3 data-chunk_id=\"chunk-67\">Don't leave commented out code in your codebase</h3>\n<p data-chunk_id=\"chunk-67\">Version control exists for a reason. Leave old code in your history.</p>\n<p data-chunk_id=\"chunk-67\"><strong>Bad:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-67\"><pre><span></span><code><span class=\"nx\">doStuff</span><span class=\"p\">();</span>\n<span class=\"c1\">// doOtherStuff();</span>\n<span class=\"c1\">// doSomeMoreStuff();</span>\n<span class=\"c1\">// doSoMuchStuff();</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-67\"><strong>Good:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-67\"><pre><span></span><code><span class=\"nx\">doStuff</span><span class=\"p\">();</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-67\"><strong><a href=\"#table-of-contents\">⬆ back to top</a></strong></p>\n<h3 data-chunk_id=\"chunk-68\">Don't have journal comments</h3>\n<p data-chunk_id=\"chunk-68\">Remember, use version control! There's no need for dead code, commented code,\nand especially journal comments. Use <code>git log</code> to get history!</p>\n<p data-chunk_id=\"chunk-68\"><strong>Bad:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-68\"><pre><span></span><code><span class=\"cm\">/**</span>\n<span class=\"cm\"> * 2016-12-20: Removed monads, didn't understand them (RM)</span>\n<span class=\"cm\"> * 2016-10-01: Improved using special monads (JP)</span>\n<span class=\"cm\"> * 2016-02-03: Removed type-checking (LI)</span>\n<span class=\"cm\"> * 2015-03-14: Added combine with type-checking (JR)</span>\n<span class=\"cm\"> */</span>\n<span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">combine</span><span class=\"p\">(</span><span class=\"nx\">a</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">b</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"k\">return</span><span class=\"w\"> </span><span class=\"nx\">a</span><span class=\"w\"> </span><span class=\"o\">+</span><span class=\"w\"> </span><span class=\"nx\">b</span><span class=\"p\">;</span>\n<span class=\"p\">}</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-68\"><strong>Good:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-68\"><pre><span></span><code><span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"nx\">combine</span><span class=\"p\">(</span><span class=\"nx\">a</span><span class=\"p\">,</span><span class=\"w\"> </span><span class=\"nx\">b</span><span class=\"p\">)</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"k\">return</span><span class=\"w\"> </span><span class=\"nx\">a</span><span class=\"w\"> </span><span class=\"o\">+</span><span class=\"w\"> </span><span class=\"nx\">b</span><span class=\"p\">;</span>\n<span class=\"p\">}</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-68\"><strong><a href=\"#table-of-contents\">⬆ back to top</a></strong></p>\n<h3 data-chunk_id=\"chunk-69\">Avoid positional markers</h3>\n<p data-chunk_id=\"chunk-69\">They usually just add noise. Let the functions and variable names along with the\nproper indentation and formatting give the visual structure to your code.</p>\n<p data-chunk_id=\"chunk-69\"><strong>Bad:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-69\"><pre><span></span><code><span class=\"c1\">////////////////////////////////////////////////////////////////////////////////</span>\n<span class=\"c1\">// Scope Model Instantiation</span>\n<span class=\"c1\">////////////////////////////////////////////////////////////////////////////////</span>\n<span class=\"nx\">$scope</span><span class=\"p\">.</span><span class=\"nx\">model</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"nx\">menu</span><span class=\"o\">:</span><span class=\"w\"> </span><span class=\"s1\">'foo'</span><span class=\"p\">,</span>\n<span class=\"w\">  </span><span class=\"nx\">nav</span><span class=\"o\">:</span><span class=\"w\"> </span><span class=\"s1\">'bar'</span>\n<span class=\"p\">};</span>\n\n<span class=\"c1\">////////////////////////////////////////////////////////////////////////////////</span>\n<span class=\"c1\">// Action setup</span>\n<span class=\"c1\">////////////////////////////////////////////////////////////////////////////////</span>\n<span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">actions</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"c1\">// ...</span>\n<span class=\"p\">};</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-69\"><strong>Good:</strong></p>\n<div class=\"highlight\" data-chunk_id=\"chunk-69\"><pre><span></span><code><span class=\"nx\">$scope</span><span class=\"p\">.</span><span class=\"nx\">model</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"nx\">menu</span><span class=\"o\">:</span><span class=\"w\"> </span><span class=\"s1\">'foo'</span><span class=\"p\">,</span>\n<span class=\"w\">  </span><span class=\"nx\">nav</span><span class=\"o\">:</span><span class=\"w\"> </span><span class=\"s1\">'bar'</span>\n<span class=\"p\">};</span>\n\n<span class=\"kd\">const</span><span class=\"w\"> </span><span class=\"nx\">actions</span><span class=\"w\"> </span><span class=\"o\">=</span><span class=\"w\"> </span><span class=\"kd\">function</span><span class=\"w\"> </span><span class=\"p\">()</span><span class=\"w\"> </span><span class=\"p\">{</span>\n<span class=\"w\">  </span><span class=\"c1\">// ...</span>\n<span class=\"p\">};</span>\n</code></pre></div>\n<p data-chunk_id=\"chunk-69\"><strong><a href=\"#table-of-contents\">⬆ back to top</a></strong></p>\n<h2 data-chunk_id=\"chunk-70\">Translation</h2>\n<p data-chunk_id=\"chunk-70\">This is also available in other languages:</p>\n<ul data-chunk_id=\"chunk-70\">\n<li><img alt=\"am\" src=\"https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/Armenia.png\"/> <strong>Armenian</strong>: <a href=\"https://github.com/hanumanum/clean-code-javascript\">hanumanum/clean-code-javascript/</a></li>\n<li><img alt=\"bd\" src=\"https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/Bangladesh.png\"/> <strong>Bangla(বাংলা)</strong>: <a href=\"https://github.com/InsomniacSabbir/clean-code-javascript/\">InsomniacSabbir/clean-code-javascript/</a></li>\n<li><img alt=\"br\" src=\"https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/Brazil.png\"/> <strong>Brazilian Portuguese</strong>: <a href=\"https://github.com/fesnt/clean-code-javascript\">fesnt/clean-code-javascript</a></li>\n<li><img alt=\"cn\" src=\"https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/China.png\"/> <strong>Simplified Chinese</strong>:</li>\n<li><a href=\"https://github.com/alivebao/clean-code-js\">alivebao/clean-code-js</a></li>\n<li><a href=\"https://github.com/beginor/clean-code-javascript\">beginor/clean-code-javascript</a></li>\n<li><img alt=\"tw\" src=\"https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/Taiwan.png\"/> <strong>Traditional Chinese</strong>: <a href=\"https://github.com/AllJointTW/clean-code-javascript\">AllJointTW/clean-code-javascript</a></li>\n<li><img alt=\"fr\" src=\"https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/France.png\"/> <strong>French</strong>: <a href=\"https://github.com/eugene-augier/clean-code-javascript-fr\">eugene-augier/clean-code-javascript-fr</a></li>\n<li><img alt=\"de\" src=\"https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/Germany.png\"/> <strong>German</strong>: <a href=\"https://github.com/marcbruederlin/clean-code-javascript\">marcbruederlin/clean-code-javascript</a></li>\n<li><img alt=\"id\" src=\"https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/Indonesia.png\"/> <strong>Indonesia</strong>: <a href=\"https://github.com/andirkh/clean-code-javascript/\">andirkh/clean-code-javascript/</a></li>\n<li><img alt=\"it\" src=\"https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/Italy.png\"/> <strong>Italian</strong>: <a href=\"https://github.com/frappacchio/clean-code-javascript/\">frappacchio/clean-code-javascript/</a></li>\n<li><img alt=\"ja\" src=\"https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/Japan.png\"/> <strong>Japanese</strong>: <a href=\"https://github.com/mitsuruog/clean-code-javascript/\">mitsuruog/clean-code-javascript/</a></li>\n<li><img alt=\"kr\" src=\"https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/South-Korea.png\"/> <strong>Korean</strong>: <a href=\"https://github.com/qkraudghgh/clean-code-javascript-ko\">qkraudghgh/clean-code-javascript-ko</a></li>\n<li><img alt=\"pl\" src=\"https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/Poland.png\"/> <strong>Polish</strong>: <a href=\"https://github.com/greg-dev/clean-code-javascript-pl\">greg-dev/clean-code-javascript-pl</a></li>\n<li><img alt=\"ru\" src=\"https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/Russia.png\"/> <strong>Russian</strong>:</li>\n<li><a href=\"https://github.com/BoryaMogila/clean-code-javascript-ru/\">BoryaMogila/clean-code-javascript-ru/</a></li>\n<li><a href=\"https://github.com/maksugr/clean-code-javascript\">maksugr/clean-code-javascript</a></li>\n<li><img alt=\"es\" src=\"https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/Spain.png\"/> <strong>Spanish</strong>: <a href=\"https://github.com/tureey/clean-code-javascript\">tureey/clean-code-javascript</a></li>\n<li><img alt=\"es\" src=\"https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/Uruguay.png\"/> <strong>Spanish</strong>: <a href=\"https://github.com/andersontr15/clean-code-javascript-es\">andersontr15/clean-code-javascript</a></li>\n<li><img alt=\"rs\" src=\"https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/Serbia.png\"/> <strong>Serbian</strong>: <a href=\"https://github.com/doskovicmilos/clean-code-javascript\">doskovicmilos/clean-code-javascript/</a></li>\n<li><img alt=\"tr\" src=\"https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/Turkey.png\"/> <strong>Turkish</strong>: <a href=\"https://github.com/bsonmez/clean-code-javascript/tree/turkish-translation\">bsonmez/clean-code-javascript</a></li>\n<li><img alt=\"ua\" src=\"https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/Ukraine.png\"/> <strong>Ukrainian</strong>: <a href=\"https://github.com/mindfr1k/clean-code-javascript-ua\">mindfr1k/clean-code-javascript-ua</a></li>\n<li><img alt=\"vi\" src=\"https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/Vietnam.png\"/> <strong>Vietnamese</strong>: <a href=\"https://github.com/hienvd/clean-code-javascript/\">hienvd/clean-code-javascript/</a></li>\n<li><img alt=\"ir\" src=\"https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/Iran.png\"/> <strong>Persian</strong>: <a href=\"https://github.com/hamettio/clean-code-javascript\">hamettio/clean-code-javascript</a></li>\n</ul>\n<p data-chunk_id=\"chunk-70\"><strong><a href=\"#table-of-contents\">⬆ back to top</a></strong></p>"
  },
  {
    "path": "server/static/file/heading-test.html",
    "content": "<h1 data-chunk_id=\"chunk-1\">Test Markdown</h1>\n<p data-chunk_id=\"chunk-1\">The Test File chunk size is 10</p>\n<h2 data-chunk_id=\"chunk-2\">list</h2>\n<ul data-chunk_id=\"chunk-2\">\n<li>first</li>\n<li>second</li>\n<li>third</li>\n</ul>\n<h2 data-chunk_id=\"chunk-3\">Table</h2>\n<table data-chunk_id=\"chunk-3\">\n<thead>\n<tr>\n<th>Syntax</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Header</td>\n<td>Title</td>\n</tr>\n<tr>\n<td>Paragraph</td>\n<td>Text</td>\n</tr>\n</tbody>\n</table>\n<h2 data-chunk_id=\"chunk-4\">CodeBlock</h2>\n<div class=\"highlight\" data-chunk_id=\"chunk-4\"><pre><span></span><code>{\n  \"firstName\": \"John\",\n  \"lastName\": \"Smith\",\n  \"age\": 25\n}\n</code></pre></div>\n<h2 data-chunk_id=\"chunk-5\">Other</h2>\n<p data-chunk_id=\"chunk-5\">long text<strong>strong</strong>long textlong textlong textlong textlong textlong textlong textlong textlong textlong textlong textlong textlong textlong textlong textlong textlong textlong text</p>"
  },
  {
    "path": "server/static/index/AA-README.json",
    "content": "{\"index_struct\": {\"__type__\": \"simple_dict\", \"__data__\": {\"index_id\": \"e83782ea-9a41-4304-9a48-5aad0f4bd610\", \"summary\": null, \"nodes_dict\": {\"64cea63e-3e1f-4267-859e-c391f6d61649\": \"64cea63e-3e1f-4267-859e-c391f6d61649\", \"83de8e2f-5731-4e00-95a2-f8291d6230f8\": \"83de8e2f-5731-4e00-95a2-f8291d6230f8\", \"bab5618a-8d8b-4175-a7e6-1a263d24e127\": \"bab5618a-8d8b-4175-a7e6-1a263d24e127\", \"05e7e798-d991-42ad-94f7-c066a0faf6ce\": \"05e7e798-d991-42ad-94f7-c066a0faf6ce\", \"03db8eba-b92e-4aac-8cfc-0c7381c90996\": \"03db8eba-b92e-4aac-8cfc-0c7381c90996\", \"d1f1a931-fb2a-4f85-8363-65c75e9d82a5\": \"d1f1a931-fb2a-4f85-8363-65c75e9d82a5\", \"8751807c-4db7-4492-8fc4-a55a90d1344b\": \"8751807c-4db7-4492-8fc4-a55a90d1344b\", \"40e1487e-92f9-46f4-b04b-7c95c70427a3\": \"40e1487e-92f9-46f4-b04b-7c95c70427a3\", \"55c32357-51ce-4d80-829d-befef0adee9d\": \"55c32357-51ce-4d80-829d-befef0adee9d\", \"c85f46f1-f54a-4dd3-bca6-727c295d0d9d\": \"c85f46f1-f54a-4dd3-bca6-727c295d0d9d\", \"894eba3d-7d8f-40f9-a560-2a09a97d05a5\": \"894eba3d-7d8f-40f9-a560-2a09a97d05a5\", \"ea2f314a-ae4f-45e9-baa1-f80d300a2471\": \"ea2f314a-ae4f-45e9-baa1-f80d300a2471\"}, \"doc_id_dict\": {\"a2cc3913-c003-4c6e-8fec-9b76fe822715\": [\"64cea63e-3e1f-4267-859e-c391f6d61649\"], \"72537e66-d44b-4914-9c4b-01a94ab6e825\": [\"83de8e2f-5731-4e00-95a2-f8291d6230f8\"], \"2a5c7262-716c-4b4f-9d31-e6a3c7b6236b\": [\"bab5618a-8d8b-4175-a7e6-1a263d24e127\"], \"bfcb280e-4460-4431-9606-c72ed5bb3a87\": [\"05e7e798-d991-42ad-94f7-c066a0faf6ce\"], \"e8637b2b-4865-44b5-b07d-f4eff44cd677\": [\"03db8eba-b92e-4aac-8cfc-0c7381c90996\"], \"2b2c5f23-9b73-46fd-869b-962d58446c12\": [\"d1f1a931-fb2a-4f85-8363-65c75e9d82a5\"], \"fce8a7be-56c7-4208-a834-2c18ba240831\": [\"8751807c-4db7-4492-8fc4-a55a90d1344b\"], \"9dc625dc-f364-4608-8929-da38f4442eb8\": [\"40e1487e-92f9-46f4-b04b-7c95c70427a3\"], \"0baf62e7-cea1-4104-8607-2b9f9a72f7a1\": [\"55c32357-51ce-4d80-829d-befef0adee9d\"], \"1656c62d-0893-4219-b91e-94910dbfc9ef\": [\"c85f46f1-f54a-4dd3-bca6-727c295d0d9d\"], \"29b5c443-e340-4547-999f-5ab52a2de05c\": [\"894eba3d-7d8f-40f9-a560-2a09a97d05a5\"], \"4bd6a5ec-f817-4f81-b1f3-b05addee051f\": [\"ea2f314a-ae4f-45e9-baa1-f80d300a2471\"]}, \"embeddings_dict\": {}}}, \"docstore\": {\"__type__\": \"simple\", \"__data__\": {\"docs\": {\"64cea63e-3e1f-4267-859e-c391f6d61649\": {\"text\": \"DocsMind DocsMind is an open-source project that allows you to chat with your docs.\", \"doc_id\": \"64cea63e-3e1f-4267-859e-c391f6d61649\", \"embedding\": null, \"doc_hash\": \"2a2150b3be6e76d12773a0ac5f4b58735baebe634a43a36aeb17cd19f22a8440\", \"extra_info\": {\"chunk_id\": \"chunk-1\"}, \"node_info\": {\"start\": 0, \"end\": 83}, \"relationships\": {\"1\": \"a2cc3913-c003-4c6e-8fec-9b76fe822715\"}, \"__type__\": \"1\"}, \"83de8e2f-5731-4e00-95a2-f8291d6230f8\": {\"text\": \"Demo Demo Site Warning\\nDue to the free plan of Railway only providing 500 hours per month, the Demo on the 21st day of each month will not be available. Please clone it locally for use at that time.\", \"doc_id\": \"83de8e2f-5731-4e00-95a2-f8291d6230f8\", \"embedding\": null, \"doc_hash\": \"c467e450f685ca4c271bea1159ed979c77cec87f52a26fde495ef0d4e1a32622\", \"extra_info\": {\"chunk_id\": \"chunk-2\"}, \"node_info\": {\"start\": 0, \"end\": 198}, \"relationships\": {\"1\": \"72537e66-d44b-4914-9c4b-01a94ab6e825\"}, \"__type__\": \"1\"}, \"bab5618a-8d8b-4175-a7e6-1a263d24e127\": {\"text\": \"Features \\ud83e\\udd16 Ask a question with your docs\\n\\ud83d\\udcdd Summarize docs\\n\\ud83d\\udd8d\\ufe0f Highlight source\\n\\ud83d\\udce4 Upload docs .pdf,.md(best support)\\n\\ud83d\\udcbe Data saved locally\\n\\ud83d\\udcb0 Token usage tracker\\n\\ud83d\\udc33 Dockerize\", \"doc_id\": \"bab5618a-8d8b-4175-a7e6-1a263d24e127\", \"embedding\": null, \"doc_hash\": \"5e6fb48a6e086fb32db2011404f20c0b07c1fd342ac44a2144067bb64858d612\", \"extra_info\": {\"chunk_id\": \"chunk-3\"}, \"node_info\": {\"start\": 0, \"end\": 169}, \"relationships\": {\"1\": \"2a5c7262-716c-4b4f-9d31-e6a3c7b6236b\"}, \"__type__\": \"1\"}, \"05e7e798-d991-42ad-94f7-c066a0faf6ce\": {\"text\": \"Future Development [ ] Chat mode\\n[ ] Dark mode\\n[ ] / command (/fetch /summarize)\\n[ ] Reduce the size of the server image.\\n[ ] Support for more docs formats: txt...\\n[ ] Download docs from the internet\\n[ ] Markdown-formatted message\\n[ ] i18n\\n[ ] Desktop application If you find this project helpful, please consider giving it a star \\ud83c\\udf1f\", \"doc_id\": \"05e7e798-d991-42ad-94f7-c066a0faf6ce\", \"embedding\": null, \"doc_hash\": \"3df68395d57948b9a81b4df6b90c6262bf5354aa688cda392585349f7a11c1cb\", \"extra_info\": {\"chunk_id\": \"chunk-4\"}, \"node_info\": {\"start\": 0, \"end\": 332}, \"relationships\": {\"1\": \"bfcb280e-4460-4431-9606-c72ed5bb3a87\"}, \"__type__\": \"1\"}, \"03db8eba-b92e-4aac-8cfc-0c7381c90996\": {\"text\": \"Environment Variables Name\\nDescription\\nOptional\\n\\n\\n\\n\\nOPENAI_PROXY\\nwill replace https://api.openai.com/v1\\n\\u2705\\n\\n\\nVITE_SERVICES_URL\\nbackend url for frontend code\\n\\u2705\\n\\n\\nVITE_DISABLED_UPLOAD\\nDISABLED_UPLOAD\\n\\u2705\", \"doc_id\": \"03db8eba-b92e-4aac-8cfc-0c7381c90996\", \"embedding\": null, \"doc_hash\": \"0a04a52730cb3b3f39eeaa07a00fa3856db03544965f0c6f7751115289d98f49\", \"extra_info\": {\"chunk_id\": \"chunk-5\"}, \"node_info\": {\"start\": 0, \"end\": 198}, \"relationships\": {\"1\": \"e8637b2b-4865-44b5-b07d-f4eff44cd677\"}, \"__type__\": \"1\"}, \"d1f1a931-fb2a-4f85-8363-65c75e9d82a5\": {\"text\": \"Q&A This project includes both front-end (/client) and back-end (/server) code. The front-end code is used to display the UI, while the back-end code provides services to the UI.\", \"doc_id\": \"d1f1a931-fb2a-4f85-8363-65c75e9d82a5\", \"embedding\": null, \"doc_hash\": \"e5ba3e522fca987aa166c5463a6b258690de0493b3b16b75db59dd1d8cd580a8\", \"extra_info\": {\"chunk_id\": \"chunk-6\"}, \"node_info\": {\"start\": 0, \"end\": 178}, \"relationships\": {\"1\": \"2b2c5f23-9b73-46fd-869b-962d58446c12\"}, \"__type__\": \"1\"}, \"8751807c-4db7-4492-8fc4-a55a90d1344b\": {\"text\": \"How to deploy? You need to deploy this project using Docker Compose.\", \"doc_id\": \"8751807c-4db7-4492-8fc4-a55a90d1344b\", \"embedding\": null, \"doc_hash\": \"5b1d892dc4a99d39f804f6a4942366d764f75827c66448a5d7088c124dbaace1\", \"extra_info\": {\"chunk_id\": \"chunk-7\"}, \"node_info\": {\"start\": 0, \"end\": 68}, \"relationships\": {\"1\": \"fce8a7be-56c7-4208-a834-2c18ba240831\"}, \"__type__\": \"1\"}, \"40e1487e-92f9-46f4-b04b-7c95c70427a3\": {\"text\": \"Can I deploy on Vercel? No, Vercel is a serverless platform where you can only deploy your UI code (/client).\", \"doc_id\": \"40e1487e-92f9-46f4-b04b-7c95c70427a3\", \"embedding\": null, \"doc_hash\": \"83abe744b88dd3715505e9809e883109e8b6b144c6fdbc6a8126352f425b0a1d\", \"extra_info\": {\"chunk_id\": \"chunk-8\"}, \"node_info\": {\"start\": 0, \"end\": 109}, \"relationships\": {\"1\": \"9dc625dc-f364-4608-8929-da38f4442eb8\"}, \"__type__\": \"1\"}, \"55c32357-51ce-4d80-829d-befef0adee9d\": {\"text\": \"How to run? Warning\\nPlease check if you can access OpenAI in your region, you can refer to the issue for more information. Create .env Create a .env file and copy the contents of .env.example to modify it. Run App docker-compose up -d Please add --build to rebuild the image after each code update. docker-compose up -d --build now you can access the app at http://localhost:8081\", \"doc_id\": \"55c32357-51ce-4d80-829d-befef0adee9d\", \"embedding\": null, \"doc_hash\": \"3b46b3e0b650939fbfcfcf7cf1ede70b076cfb93f26a1cb1afb5fa85a3323c2a\", \"extra_info\": {\"chunk_id\": \"chunk-9\"}, \"node_info\": {\"start\": 0, \"end\": 379}, \"relationships\": {\"1\": \"0baf62e7-cea1-4104-8607-2b9f9a72f7a1\"}, \"__type__\": \"1\"}, \"c85f46f1-f54a-4dd3-bca6-727c295d0d9d\": {\"text\": \"Local Development Detail\\n\\n#### Create .env\\n\\nCreate a `.env` file and copy the contents of `.env.example` to modify it.\\n\\n#### Run Frontend UI\\n\\n1. Install dependencies\\n\\nyarn\\n\\n\\n2. Run app\\n\\nyarn dev\\n\\n\\n#### Run Backend Services\\n\\nyou need a python environment\\n\\n1. Create virtual environment\\n\\ncd server\\npython -m venv .venv\\n\\n\\n2. Active virtual environment\\n\\nwindows\\n\\n.venv\\\\Scripts\\\\activate\\n\\n\\nmac\\n\\n. .venv/bin/activate\\n\\n\\n3. Install dependencies\\n\\npip install -r requirements.txt\\n\\n\\n4. Run Services\\n\\nflask run --reload --port=8080\", \"doc_id\": \"c85f46f1-f54a-4dd3-bca6-727c295d0d9d\", \"embedding\": null, \"doc_hash\": \"2f4f753cdad1911f79a79dcc10f9be69a65b6a28a1c36d132a69524922163a99\", \"extra_info\": {\"chunk_id\": \"chunk-10\"}, \"node_info\": {\"start\": 0, \"end\": 518}, \"relationships\": {\"1\": \"1656c62d-0893-4219-b91e-94910dbfc9ef\"}, \"__type__\": \"1\"}, \"894eba3d-7d8f-40f9-a560-2a09a97d05a5\": {\"text\": \"License AGPL-3.0 License\", \"doc_id\": \"894eba3d-7d8f-40f9-a560-2a09a97d05a5\", \"embedding\": null, \"doc_hash\": \"a07a6d61b0584d72996332f4b861b1d0ad0c14ab570b37738ae7b493e5643588\", \"extra_info\": {\"chunk_id\": \"chunk-11\"}, \"node_info\": {\"start\": 0, \"end\": 24}, \"relationships\": {\"1\": \"29b5c443-e340-4547-999f-5ab52a2de05c\"}, \"__type__\": \"1\"}, \"ea2f314a-ae4f-45e9-baa1-f80d300a2471\": {\"text\": \"Buy me a coffee QR code\", \"doc_id\": \"ea2f314a-ae4f-45e9-baa1-f80d300a2471\", \"embedding\": null, \"doc_hash\": \"ed48041ddbde79a8fd0f9c0e2ddc76ee5cacb855a169354c898cb3385ed59093\", \"extra_info\": {\"chunk_id\": \"chunk-12\"}, \"node_info\": {\"start\": 0, \"end\": 23}, \"relationships\": {\"1\": \"4bd6a5ec-f817-4f81-b1f3-b05addee051f\"}, \"__type__\": \"1\"}}, \"ref_doc_info\": {\"a2cc3913-c003-4c6e-8fec-9b76fe822715\": {\"doc_hash\": \"2a2150b3be6e76d12773a0ac5f4b58735baebe634a43a36aeb17cd19f22a8440\"}, \"72537e66-d44b-4914-9c4b-01a94ab6e825\": {\"doc_hash\": \"c467e450f685ca4c271bea1159ed979c77cec87f52a26fde495ef0d4e1a32622\"}, \"2a5c7262-716c-4b4f-9d31-e6a3c7b6236b\": {\"doc_hash\": \"5e6fb48a6e086fb32db2011404f20c0b07c1fd342ac44a2144067bb64858d612\"}, \"bfcb280e-4460-4431-9606-c72ed5bb3a87\": {\"doc_hash\": \"3df68395d57948b9a81b4df6b90c6262bf5354aa688cda392585349f7a11c1cb\"}, \"e8637b2b-4865-44b5-b07d-f4eff44cd677\": {\"doc_hash\": \"0a04a52730cb3b3f39eeaa07a00fa3856db03544965f0c6f7751115289d98f49\"}, \"2b2c5f23-9b73-46fd-869b-962d58446c12\": {\"doc_hash\": \"e5ba3e522fca987aa166c5463a6b258690de0493b3b16b75db59dd1d8cd580a8\"}, \"fce8a7be-56c7-4208-a834-2c18ba240831\": {\"doc_hash\": \"5b1d892dc4a99d39f804f6a4942366d764f75827c66448a5d7088c124dbaace1\"}, \"9dc625dc-f364-4608-8929-da38f4442eb8\": {\"doc_hash\": \"83abe744b88dd3715505e9809e883109e8b6b144c6fdbc6a8126352f425b0a1d\"}, \"0baf62e7-cea1-4104-8607-2b9f9a72f7a1\": {\"doc_hash\": \"3b46b3e0b650939fbfcfcf7cf1ede70b076cfb93f26a1cb1afb5fa85a3323c2a\"}, \"1656c62d-0893-4219-b91e-94910dbfc9ef\": {\"doc_hash\": \"2f4f753cdad1911f79a79dcc10f9be69a65b6a28a1c36d132a69524922163a99\"}, \"29b5c443-e340-4547-999f-5ab52a2de05c\": {\"doc_hash\": \"a07a6d61b0584d72996332f4b861b1d0ad0c14ab570b37738ae7b493e5643588\"}, \"4bd6a5ec-f817-4f81-b1f3-b05addee051f\": {\"doc_hash\": \"ed48041ddbde79a8fd0f9c0e2ddc76ee5cacb855a169354c898cb3385ed59093\"}, \"64cea63e-3e1f-4267-859e-c391f6d61649\": {\"doc_hash\": \"2a2150b3be6e76d12773a0ac5f4b58735baebe634a43a36aeb17cd19f22a8440\"}, \"83de8e2f-5731-4e00-95a2-f8291d6230f8\": {\"doc_hash\": \"c467e450f685ca4c271bea1159ed979c77cec87f52a26fde495ef0d4e1a32622\"}, \"bab5618a-8d8b-4175-a7e6-1a263d24e127\": {\"doc_hash\": \"5e6fb48a6e086fb32db2011404f20c0b07c1fd342ac44a2144067bb64858d612\"}, \"05e7e798-d991-42ad-94f7-c066a0faf6ce\": {\"doc_hash\": \"3df68395d57948b9a81b4df6b90c6262bf5354aa688cda392585349f7a11c1cb\"}, \"03db8eba-b92e-4aac-8cfc-0c7381c90996\": {\"doc_hash\": \"0a04a52730cb3b3f39eeaa07a00fa3856db03544965f0c6f7751115289d98f49\"}, \"d1f1a931-fb2a-4f85-8363-65c75e9d82a5\": {\"doc_hash\": \"e5ba3e522fca987aa166c5463a6b258690de0493b3b16b75db59dd1d8cd580a8\"}, \"8751807c-4db7-4492-8fc4-a55a90d1344b\": {\"doc_hash\": \"5b1d892dc4a99d39f804f6a4942366d764f75827c66448a5d7088c124dbaace1\"}, \"40e1487e-92f9-46f4-b04b-7c95c70427a3\": {\"doc_hash\": \"83abe744b88dd3715505e9809e883109e8b6b144c6fdbc6a8126352f425b0a1d\"}, \"55c32357-51ce-4d80-829d-befef0adee9d\": {\"doc_hash\": \"3b46b3e0b650939fbfcfcf7cf1ede70b076cfb93f26a1cb1afb5fa85a3323c2a\"}, \"c85f46f1-f54a-4dd3-bca6-727c295d0d9d\": {\"doc_hash\": \"2f4f753cdad1911f79a79dcc10f9be69a65b6a28a1c36d132a69524922163a99\"}, \"894eba3d-7d8f-40f9-a560-2a09a97d05a5\": {\"doc_hash\": \"a07a6d61b0584d72996332f4b861b1d0ad0c14ab570b37738ae7b493e5643588\"}, \"ea2f314a-ae4f-45e9-baa1-f80d300a2471\": {\"doc_hash\": \"ed48041ddbde79a8fd0f9c0e2ddc76ee5cacb855a169354c898cb3385ed59093\"}}}}, \"vector_store\": {\"__type__\": \"simple\", \"__data__\": {\"simple_vector_store_data_dict\": {\"embedding_dict\": {\"64cea63e-3e1f-4267-859e-c391f6d61649\": [-0.010660389438271523, 0.005254098679870367, 0.020919544622302055, -0.017502132803201675, 0.016768841072916985, 0.00799702201038599, -0.016270756721496582, -0.017778845503926277, -0.002872632583603263, -0.018525972962379456, 0.006810612510889769, 0.012369096279144287, -0.0001657038665143773, -0.0071530453860759735, -0.006786399986594915, 0.014651983045041561, -0.008958601392805576, -0.006890167482197285, 0.0036214888095855713, -0.03392508253455162, -0.022510647773742676, 0.0051261186599731445, -0.00896551925688982, 0.011704983189702034, -0.01811090297996998, -0.006596159655600786, 0.01566198654472828, -0.0138010885566473, -0.013579717837274075, -0.008993190713226795, 0.008190721273422241, -0.01974351331591606, -0.0050949882715940475, -0.024046408012509346, -0.01110313180834055, 0.015246917493641376, 0.005613826215267181, -0.01434759795665741, 0.04103662073612213, -0.039874423295259476, 0.035447005182504654, -0.021901877596974373, -0.01315081212669611, -0.009982441551983356, -0.004133408889174461, 0.012542041949927807, 0.017322268337011337, -0.01357279997318983, -0.006599618587642908, -0.0036526189651340246, 0.0026979572139680386, 0.0444125272333622, -0.02670285850763321, 0.0027723240200430155, 0.0062675620429217815, -0.006423213519155979, 0.009498192928731441, 0.018069395795464516, -0.011594298295676708, -0.003638783236965537, -0.0078102401457726955, -0.0012149454560130835, -0.02659217268228531, -0.01374574564397335, -0.015302259474992752, 0.006980099715292454, -0.004524266812950373, 0.005966636352241039, 0.012106218375265598, -0.00405731238424778, 0.030659861862659454, -0.009346000850200653, -0.005032727960497141, -0.02061516046524048, 0.009429014287889004, -6.555733125424013e-05, -0.02500106953084469, -0.014624311588704586, 0.01038367673754692, 0.00015986693324521184, 0.018055560067296028, -0.018539808690547943, -0.007644211873412132, 0.04604513570666313, 0.026799708604812622, -0.00783099327236414, 0.027007242664694786, 0.003491779323667288, -0.007242977619171143, -0.009000108577311039, -0.0037944347131997347, 0.006779482122510672, 0.02555449679493904, 0.0042440942488610744, 0.003624947741627693, 0.040400180965662, 0.009913262911140919, 0.011781079694628716, 0.006364411674439907, -0.02869519591331482, -0.024890385568141937, 0.013275332748889923, -0.04275224357843399, -0.007159963250160217, -0.022967224940657616, -0.012673481367528439, 0.03627714887261391, 0.006419754587113857, 0.0271040927618742, 0.01505321729928255, -0.02453065663576126, 0.018885700032114983, -0.023299282416701317, -0.033842068165540695, 0.008197639137506485, -0.009754152968525887, 0.014389105141162872, -0.027519162744283676, -0.013171565718948841, -0.031047262251377106, 0.020753517746925354, 0.01820775307714939, 0.001272017601877451, -0.02379736676812172, 0.003666454693302512, 0.03386973962187767, -0.012652727775275707, -0.008142296224832535, 0.018927207216620445, -0.009290657937526703, 0.02670285850763321, 0.025858882814645767, 0.02049063891172409, -0.004351320676505566, -0.024046408012509346, 0.026951901614665985, 0.0030023420695215464, 0.016464456915855408, -0.027643684297800064, -0.008259899914264679, 0.013469032943248749, 0.04831418767571449, -0.022967224940657616, -0.0013827030779793859, -0.014223077334463596, 0.0172530896961689, -0.012424439191818237, -0.002239650348201394, 0.010549704544246197, -0.017266925424337387, 0.022925717756152153, -0.008875587023794651, -0.01895487867295742, 0.018802685663104057, 0.021320778876543045, 0.029248623177409172, 0.02805875428020954, -0.009387507103383541, -0.007173798978328705, 0.0007012959104031324, -0.003597276285290718, 0.022164756432175636, 0.004430875647813082, -0.00930449366569519, 0.017349939793348312, 0.03840784355998039, 0.017336104065179825, -0.028473826125264168, 0.011054706759750843, -0.000678812968544662, 0.0124936169013381, 0.027200942859053612, -0.029386980459094048, 0.0017173534724861383, 0.0003921549941878766, 0.015592808835208416, 0.01072956807911396, 0.01718391291797161, -0.021763522177934647, -0.018775014206767082, -0.02156982198357582, 0.015786508098244667, 0.012666563503444195, 0.025831211358308792, -0.0017579958075657487, -0.0036491600330919027, -0.005700299516320229, -0.012714987620711327, 0.012680399231612682, -0.004780226852744818, 0.025429975241422653, -0.004928960464894772, 0.0111584747210145, -0.008640380576252937, -0.6521584987640381, -0.01833227276802063, -0.006253726314753294, -0.028667524456977844, -0.003085356205701828, 0.02127927355468273, 0.010279908776283264, 0.014651983045041561, -0.016118565574288368, 0.02293955348432064, 0.016007879748940468, -0.0006256320630200207, -0.0012945006601512432, -0.005717593710869551, -0.004545020405203104, -0.015980208292603493, 0.011483612470328808, -0.0138010885566473, -5.955827145953663e-05, 0.00014030242164153606, -0.030549177899956703, -0.01668582856655121, -0.0035056148190051317, -0.018650494515895844, -0.016201578080654144, -0.01064655464142561, 0.03436782583594322, 0.011193063110113144, -0.015191574580967426, 0.0005387266865000129, -0.03467220813035965, -0.013614307157695293, 0.019563648849725723, -0.011303748935461044, 0.04607280716300011, -0.013406772166490555, -0.02732546441257, 0.007402087561786175, -0.0197020061314106, 0.010950938798487186, -0.018124738708138466, -0.010577376000583172, 0.012894852086901665, -0.027906563133001328, -0.0013602201361209154, -0.007609623018652201, 0.05110899358987808, 0.00034956703893840313, -0.004126491025090218, -0.009740317240357399, -0.007519690785557032, 0.009200725704431534, 0.018263094127178192, 0.006962805055081844, 0.0014968473697081208, 0.007976268418133259, 0.06154109537601471, -0.014077802188694477, 0.007837911136448383, -0.0018228505505248904, -0.012535124085843563, 0.021597493439912796, -0.025886554270982742, -0.025817375630140305, -0.015329930931329727, -0.009878674522042274, -0.012237656861543655, -0.03234781324863434, 0.03829715773463249, -0.030493834987282753, 0.014472119510173798, 0.002097834600135684, -0.01674116961658001, -0.026965735480189323, 0.012687317095696926, 0.04286292940378189, 0.00935983657836914, -0.01907940022647381, -0.008481270633637905, 0.02727012149989605, -0.012964030727744102, 0.001566025777719915, -0.026550665497779846, -0.006378247402608395, 0.018539808690547943, 0.0017199476715177298, -0.029193280264735222, -0.04230950400233269, -0.002613213611766696, -0.02414325810968876, -0.004541561473160982, 0.0011656559072434902, -0.008377502672374249, -0.03096424788236618, 0.01975734904408455, 0.015412945300340652, 0.00942209642380476, 0.004607280716300011, 0.009657302871346474, -0.015731165185570717, 0.0016594165936112404, -0.011442105285823345, -0.0031130274292081594, 0.02123776637017727, 0.03957003727555275, 0.0008288435637950897, -0.031573016196489334, -0.0017285950016230345, 0.021888041868805885, 0.0013671378837898374, -0.010003195144236088, 0.005748724099248648, -0.020421460270881653, -0.004545020405203104, -0.009830249473452568, -0.028418483212590218, 0.03267987072467804, 0.010065455920994282, 0.03467220813035965, -0.00933908298611641, 0.0076165408827364445, -0.017405282706022263, -0.02094721607863903, -0.01674116961658001, 0.033454667776823044, -0.005112282931804657, -0.0009390966151840985, -0.006098074838519096, 0.0061568766832351685, 0.010923267342150211, -0.010881761088967323, -0.013469032943248749, 0.021888041868805885, -0.00947743933647871, 0.00859887432307005, 0.008771819993853569, -0.0026650973595678806, -0.02118242345750332, 0.010978610254824162, -0.008723394945263863, 0.0008781331707723439, 0.0028363140299916267, 0.02288421057164669, -0.018290765583515167, -0.014430612325668335, -0.032652199268341064, -0.04020648077130318, -0.01889953576028347, -0.0019992555025964975, -0.01378033496439457, 0.001521059894002974, -0.009380589239299297, -0.01445828378200531, 0.017114734277129173, -0.0007479913183487952, -0.012445192784070969, -0.0034762141294777393, -0.024226272478699684, 0.01081950031220913, -0.023022567853331566, -0.0086818877607584, 0.02966369315981865, 0.005330194719135761, -0.008294489234685898, -0.025291619822382927, -0.009256068617105484, -0.0007293996750377119, 0.03821414336562157, -0.025803539901971817, -0.013974035158753395, 0.008024693466722965, 0.010508197359740734, -0.015440616756677628, -0.001355896471068263, -0.006201842799782753, -0.004368615336716175, -0.015565137378871441, -0.020407624542713165, 0.013026290573179722, 0.0021116703283041716, -0.01411930937319994, 0.008979354985058308, 0.016146237030625343, -0.008232228457927704, 0.02692423015832901, 0.011628887616097927, 0.029110265895724297, 0.01661664992570877, -0.007263730745762587, 0.01765432581305504, 0.008543531410396099, 0.033150285482406616, -0.020130911841988564, 0.02083653025329113, 0.009892509318888187, 0.0348382368683815, -0.006561570335179567, -0.015606644563376904, 0.009442850016057491, 0.01674116961658001, 0.018263094127178192, 0.027200942859053612, 0.0060116020031273365, -0.02657833695411682, 0.007395169697701931, -0.04543636739253998, -0.008294489234685898, 0.0019197002984583378, -0.0002940081467386335, 0.010971692390739918, 0.014472119510173798, -0.001339466543868184, -0.012154643423855305, 0.00455539720132947, 0.008799491450190544, 0.004797521512955427, 0.0009451497462578118, -0.014140062965452671, -0.02339613065123558, 0.01155970897525549, -0.009767988696694374, -0.006841742899268866, 0.01593870110809803, 0.01610472984611988, -0.025526825338602066, 0.00603581452742219, 0.012998619116842747, 0.027117928490042686, 0.015163903124630451, -0.017571311444044113, 0.014568968676030636, 0.022123249247670174, 0.01770966872572899, 0.005918211303651333, 0.014693490229547024, -0.005243721883744001, 0.021044066175818443, -0.024516820907592773, 0.024157093837857246, 0.002462750766426325, -0.008259899914264679, 0.01816624589264393, 0.012742659077048302, -0.011974778957664967, 0.016187742352485657, 0.003673372557386756, 0.03719030320644379, -0.008944765664637089, -0.02163900062441826, -0.005990848410874605, -0.02617710269987583, 0.02213708497583866, -0.009269904345273972, -0.025305455550551414, 0.008349831216037273, -0.011926354840397835, -0.010660389438271523, 0.01577267237007618, 0.012106218375265598, 0.02686888724565506, 0.0013100657379254699, 0.011054706759750843, 0.013157729990780354, 0.019425291568040848, 0.022953389212489128, 0.0036284064408391714, -0.027699027210474014, -0.015703493729233742, -0.032126445323228836, -0.018180081620812416, 0.013448279350996017, 0.004797521512955427, -0.020476803183555603, -0.020532146096229553, 0.0016836291179060936, 0.017170077189803123, -0.003638783236965537, 0.018595151603221893, 0.01360738929361105, 0.008093871176242828, -0.017903367057442665, 0.0023295823484659195, 0.001691411598585546, 0.016409114003181458, 0.011621969752013683, 0.015343766659498215, -0.02067050337791443, 0.011891765519976616, -0.0033568814396858215, 0.00811462476849556, -0.0006290909950621426, 0.02715943567454815, 0.013794170692563057, -0.01907940022647381, -0.014901025220751762, 0.0016689286567270756, 0.008633462712168694, -0.010971692390739918, -0.01571732945740223, -0.00039842427941039205, 0.00022439740132540464, 0.011532037518918514, -0.009166136384010315, -0.011552791111171246, 0.020172419026494026, 0.01283259131014347, -0.014776503667235374, -0.0046141985803842545, -0.018014052882790565, -0.005987389478832483, -0.011075460352003574, 0.007865582592785358, -0.00811462476849556, 0.006914380006492138, 0.0006226054974831641, 0.011179227381944656, 0.012023204006254673, -0.016132401302456856, 0.022164756432175636, 0.013081633485853672, -0.007747979834675789, -0.0197020061314106, -0.028501495718955994, 0.016713498160243034, 0.017322268337011337, 0.010563540272414684, 0.0060738627798855305, 0.004382451064884663, -0.006962805055081844, 0.015966372564435005, -0.02476586401462555, -0.02026926912367344, -0.008419009856879711, -0.030410820618271828, -0.027076421305537224, -0.02714559994637966, 0.006824448239058256, 0.026882722973823547, -0.005274852272123098, 0.002526740776374936, 0.007976268418133259, -0.008066200651228428, -0.03375905379652977, -0.007312155794352293, 6.1233680753503e-05, -0.016755005344748497, 0.009380589239299297, 0.020905708894133568, 0.023838873952627182, 0.010826418176293373, 0.00020710279932245612, 0.00979566015303135, -0.007208388298749924, -0.04742870479822159, 0.011435187421739101, -0.0038774488493800163, 0.019314605742692947, -0.012687317095696926, -0.007139209657907486, 0.04828651621937752, 0.008730312809348106, -0.01229991763830185, 0.016146237030625343, 0.0028138309717178345, -0.016588978469371796, 0.015745000913739204, -7.77175955590792e-05, -0.005433962680399418, 0.006087698508054018, 0.00017435116751585156, -0.007796404417604208, -0.0009901156881824136, -0.009332165122032166, 0.00028903596103191376, 0.026785872876644135, 0.018193917348980904, -0.023299282416701317, 0.005122659727931023, 0.010653472505509853, 0.025180933997035027, 0.02500106953084469, 0.016256920993328094, -0.005458174739032984, -0.0500851534307003, -0.011815669015049934, -0.035031937062740326, -0.01081950031220913, -0.0010394053533673286, -0.017792681232094765, -0.022496812045574188, -0.017598982900381088, -0.008121542632579803, -0.012555877678096294, -0.0016784407198429108, -0.005447798408567905, -0.002978129778057337, -0.025803539901971817, 0.0013852972770109773, 0.012680399231612682, -0.006423213519155979, 0.012964030727744102, 0.013240743428468704, 0.0050431047566235065, 0.016409114003181458, 0.004877076484262943, -0.0039258734323084354, 0.022455304861068726, -0.02704874984920025, -0.026509158313274384, -0.007436676882207394, 0.01378033496439457, -0.016243085265159607, 0.00036815874045714736, 0.015191574580967426, -0.006004684139043093, 0.014223077334463596, 0.0037252563051879406, -0.012964030727744102, -0.00970572791993618, 0.024682849645614624, 0.017668161541223526, 0.003939709160476923, -0.021846534684300423, -0.007505855523049831, 0.0032773262355476618, -0.006271020974963903, -0.0039535448886454105, 0.02275969088077545, 0.010757239535450935, 0.008425927720963955, 0.008128460496664047, 0.03937634080648422, -0.015274588949978352, -0.007014688570052385, 0.03209877386689186, -0.0049843029119074345, 0.01454129721969366, -0.013475950807332993, 0.019715841859579086, 0.004506972152739763, 0.03796510025858879, 0.019383784383535385, -0.02191571332514286, -0.009491275064647198, 0.0016905468655750155, -0.021763522177934647, 0.011573544703423977, 0.026910394430160522, -0.02419860102236271, 0.011206898838281631, 0.005624203011393547, -0.041590046137571335, -0.016990212723612785, -0.005544648040086031, -0.019840361550450325, 0.0034347069449722767, -0.015592808835208416, -0.025236276909708977, -0.0018280389485880733, -0.018401451408863068, 0.01531609520316124, 0.03279055655002594, -0.01582801528275013, 0.01741911843419075, -0.009214561432600021, -0.00013997814676258713, 0.00031692348420619965, -0.008647298440337181, -0.029802050441503525, -0.029746707528829575, -0.027297792956233025, 0.009200725704431534, 0.011040871031582355, 0.031573016196489334, -0.013953281566500664, 0.012908687815070152, 0.011774161830544472, -0.02253831923007965, -0.004472382832318544, -0.015108560211956501, -0.0047560143284499645, -0.006364411674439907, 0.03763304278254509, 0.004631493240594864, 0.03926565498113632, -0.0062364316545426846, 0.021251602098345757, 0.0038636131212115288, 0.021140916272997856, -0.00987175665795803, 0.006910921074450016, 0.006257185246795416, -0.00704236002638936, -0.01963282749056816, 0.031047262251377106, 0.00048251927364617586, 0.00965038500726223, -0.016948705539107323, 0.009401342831552029, -0.002967752981930971, 0.011165392585098743, 0.0200894046574831, -0.004475841764360666, -0.04906131327152252, -0.015385273844003677, 0.01394636370241642, -0.003880907781422138, 0.010231483727693558, -0.0296083502471447, -0.007312155794352293, 0.023825038224458694, -0.008640380576252937, 0.023036403581500053, -0.004188751336187124, 0.034533850848674774, -0.004441252443939447, 0.013980953022837639, 0.0077825686894357204, 0.02977437898516655, -0.037550028413534164, 0.016256920993328094, -0.004970467183738947, -0.008543531410396099, 0.020974887534976006, 0.031739044934511185, 0.02441997081041336, 0.01281183771789074, -0.014748833142220974, 0.010335251688957214, 0.029386980459094048, -0.017031719908118248, -0.004486218560487032, -0.00965038500726223, -0.02168050780892372, -0.013614307157695293, -0.014693490229547024, -0.017446789890527725, -0.014499790966510773, -0.0014994415687397122, 0.00041528651490807533, 0.0057867723517119884, 0.015219246037304401, -0.024350794032216072, 0.01180875115096569, -0.008993190713226795, -0.0038394005969166756, 0.04651555046439171, -0.0021116703283041716, 0.03240315616130829, -0.007796404417604208, 0.01952214166522026, -0.03079821914434433, 0.011110049672424793, 0.004410122521221638, -0.015357602387666702, 0.03334398567676544, 0.04211580380797386, 0.015122395940124989, -0.010376758873462677, 0.018000217154622078, -0.0005158113781362772, 0.00603581452742219, -0.027256285771727562, -0.003163181943818927, 0.014133145101368427, 0.008688805624842644, -0.02516709826886654, -0.018982550129294395, -0.010639636777341366, 0.0003396226675249636, 0.004105737432837486, 0.006693009287118912, 0.005018892232328653, -0.01667199283838272, -0.005565401632338762, -0.005119200795888901, -0.012950194999575615, 0.02436462976038456, 0.006326363887637854, 0.018235422670841217, -0.008757984265685081, 0.009823331609368324, -0.03774372860789299, -0.0016888173995539546, 0.002832855097949505, 0.007256812881678343, -0.036913588643074036, -0.0023330412805080414, 0.02425394393503666, 0.02902725152671337, -0.009235315024852753, -0.012562795542180538, -0.027477655559778214, 0.028833553194999695, -0.017266925424337387, -0.004503513220697641, -0.022413797676563263, -0.01360738929361105, 0.02913793735206127, -0.02010324038565159, 0.010369841009378433, -0.011891765519976616, -0.0249872338026762, -0.02572052553296089, 0.012465945445001125, -0.00032989445026032627, -0.0068140714429318905, -0.015233081765472889, 0.00220679072663188, -0.004904747940599918, -0.01599404402077198, -0.014133145101368427, 0.023147089406847954, -0.03768838569521904, -0.006623830646276474, -0.003593817353248596, -0.01577267237007618, -0.00453810254111886, 0.005229886155575514, 0.028100261464715004, 0.0032513842452317476, 0.016879526898264885, -0.023783531039953232, 0.02055981755256653, 0.008419009856879711, 0.002799995243549347, -0.010522033087909222, 0.014278419315814972, 0.023257775232195854, -0.0394040122628212, -0.004123032093048096, -0.018124738708138466, -0.018456794321537018, -0.005572319496423006, 0.032541513442993164, 0.004946254659444094, -0.00828065350651741, 0.010418265126645565, 0.024046408012509346, -0.005254098679870367, 0.0058144438080489635, 0.0026685562916100025, -0.028667524456977844, 0.032071102410554886, -0.0296083502471447, -0.0001130634336732328, 0.027200942859053612, -0.0007510178838856518, -0.010245319455862045, -0.01827692985534668, 0.02807259000837803, 0.007090785074979067, -0.016810348257422447, -0.029110265895724297, -0.003604194149374962, 0.007685719057917595, -0.030604518949985504, 0.007678801193833351, -0.020476803183555603, -0.03445083647966385, -0.013199237175285816, -0.001212351256981492, 0.013932527974247932, 0.01645062118768692, -0.004489677492529154, 0.011732654646039009, 0.007492019794881344, -0.003234089817851782, -0.011483612470328808, -0.015841851010918617, -0.0301064345985651, -0.007540444377809763, -0.036913588643074036, -0.0018297684146091342, -0.009034697897732258, 0.02709025703370571, 0.012507452629506588, -0.012313753366470337, -0.023866545408964157, -0.0274914912879467, -0.04798213019967079, -0.009256068617105484, 0.0047248839400708675, 0.01189868338406086, 0.028141768649220467, 0.03730098903179169, 0.0031510756816715, 0.04120264947414398, -0.009117711335420609, 0.0298297218978405, -0.015980208292603493, 0.022441469132900238, 0.008764902129769325, -0.011282995343208313, -0.0034070357214659452, 0.0031666408758610487, -0.019798854365944862, 0.001749348477460444, 0.01690719835460186, 0.014555132947862148, 0.004811357241123915, 0.011393681168556213, -0.008861751295626163, -0.01712857000529766, -0.006523522082716227, -0.014416776597499847, -0.002755029359832406, 0.003960462752729654, 0.009262986481189728, -0.022690512239933014, -0.001134525635279715, 0.015689658001065254, 0.025139426812529564, 0.009712645784020424, -0.004866699688136578, -0.016326099634170532, -0.002689309883862734, 0.002236191416159272, -0.015260753221809864, 0.005375160835683346, 0.001157873310148716, -0.01127607747912407, 0.014077802188694477, -0.0001594345667399466, 0.0003817782271653414, 0.032126445323228836, 0.005133036524057388, -0.023271610960364342, 0.008287571370601654, 0.027878891676664352, -0.038103457540273666, -0.01277724839746952, 0.014873353764414787, 0.004558855667710304, -0.004427417181432247, 0.0055584837682545185, -0.009131547063589096, -0.014887189492583275, -0.003746009897440672, -0.0030023420695215464, 0.011794915422797203, -0.004489677492529154, -0.009878674522042274, -0.0016654697246849537, -0.03193274512887001, -0.022178592160344124, -0.007229141891002655, 0.007018147502094507, -0.001833227346651256, -0.008239146322011948, -0.02545764669775963, -0.03741167485713959, 0.004510431084781885, 0.0022119791246950626, -0.00805236492305994, -0.02026926912367344, 0.00425447104498744, -6.561137706739828e-05, 0.007796404417604208, 0.02425394393503666, 0.21284806728363037, 0.00441358145326376, 0.003995052073150873, 0.03342699632048607, 0.010030866600573063, 0.01815241016447544, 0.015841851010918617, 0.018429122865200043, -0.015703493729233742, 0.03234781324863434, 0.009595043025910854, -0.009283740073442459, -0.016256920993328094, 0.0005434827180579305, 0.023147089406847954, -0.018968714401125908, -0.018581315875053406, -0.027975741773843765, -0.012645809911191463, -0.036968931555747986, -0.014091637916862965, -0.0037010437808930874, -0.004368615336716175, -0.002096105134114623, 0.009664220735430717, -0.012424439191818237, -0.0069558871909976006, 0.003638783236965537, 0.007747979834675789, 0.025858882814645767, -0.016298428177833557, -0.012562795542180538, -0.018401451408863068, 0.0039846752770245075, -0.023492980748414993, -0.016090894117951393, 0.027712862938642502, 0.002308828756213188, 0.02156982198357582, 0.011663476936519146, -0.0010264343582093716, -0.025402305647730827, -0.008384420536458492, -0.02555449679493904, 0.017806516960263252, 0.004631493240594864, -0.008709559217095375, 0.0036595368292182684, 0.02255215495824814, 0.008142296224832535, -0.014485955238342285, 0.003787516849115491, 0.019771182909607887, 0.033952753990888596, 0.0038082704413682222, -0.016782676801085472, -0.026619844138622284, -0.0006264967960305512, 0.0031891237013041973, -0.006482015363872051, 9.776851948117837e-05, 0.016782676801085472, -0.026772037148475647, 0.023257775232195854, -0.01974351331591606, 0.01679651252925396, -0.032928913831710815, -0.019549813121557236, -0.00257689505815506, -0.003963921684771776, 0.013164647854864597, -0.01030758023262024, 0.00660307751968503, -0.0072983200661838055, 0.006810612510889769, -0.03226480260491371, 0.026287788525223732, 0.0054166680201888084, -0.0014579346170648932, 0.05332270264625549, -0.0448552668094635, -0.015274588949978352, -0.01081950031220913, -0.014022459276020527, -0.02089187316596508, -0.02163900062441826, 0.028031082823872566, -0.0012642351211979985, -0.012009368278086185, -0.00331710372120142, 0.0009209373383782804, 0.001009139814414084, -0.005727970506995916, 0.0002211546670878306, 0.005053481552749872, 0.01765432581305504, -0.016644321382045746, 0.02464134246110916, -0.008142296224832535, -0.01371807511895895, -0.03245849907398224, 0.034063439816236496, 0.026315459981560707, 0.0031130274292081594, -0.034008096903562546, -0.012258410453796387, -0.009173054248094559, 0.004292519297450781, -0.0036526189651340246, 0.00263915560208261, 0.0006394677329808474, -0.02277352660894394, 0.012362178415060043, 0.003787516849115491, 0.0028587968554347754, 0.017972545698285103, -0.00653043994680047, -0.02869519591331482, -0.019425291568040848, -0.017087062820792198, 0.004773308988660574, -0.01776500977575779, -0.0008271140977740288, 0.000479060341604054, -0.015565137378871441, -0.014167734421789646, -0.00360073521733284, -0.01323382556438446, -0.013648896478116512, -0.015329930931329727, -0.0068140714429318905, -0.012929441407322884, 0.01254895981401205, -0.0014250748790800571, -0.003642242169007659, 0.02014474757015705, 0.021929549053311348, 0.010252237319946289, -0.0021583656780421734, 0.00884791649878025, -0.012251492589712143, -0.008896340616047382, 0.00015911029186099768, -0.025872718542814255, 0.023769695311784744, -0.021611329168081284, 0.013773417100310326, 0.0016412573168054223, -0.02180502936244011, -0.02453065663576126, -0.02727012149989605, -0.0018643576186150312, 0.0006589241675101221, 0.018775014206767082, 0.005693381652235985, -0.0001566241990076378, -0.012085464783012867, -0.015302259474992752, -0.020296938717365265, -0.007256812881678343, -0.022510647773742676, -0.00039647865924052894, 0.015385273844003677, -0.00425447104498744, -0.01445828378200531, -0.027353135868906975, -0.1795317530632019, 0.014901025220751762, 0.026343131437897682, -0.03467220813035965, 0.029386980459094048, 0.002687580417841673, 0.0022500271443277597, 0.006983558647334576, 0.0276021771132946, -0.00783099327236414, 0.0002972508955281228, -0.008377502672374249, -0.009269904345273972, 0.0034727551974356174, 0.009173054248094559, 0.02412942238152027, 0.009346000850200653, -0.024170929566025734, 0.03434015437960625, 0.016021715477108955, 0.01076415739953518, -0.026329295709729195, 0.010487443767488003, -0.002940081525593996, 0.005074234679341316, -8.939144754549488e-05, -0.008854834362864494, 0.02264900505542755, -0.0010004924843087792, -0.029802050441503525, -0.014651983045041561, 0.008342914283275604, 0.012991701252758503, 0.0015314365737140179, 0.02049063891172409, 0.0012235927861183882, 0.0148595180362463, -0.005001597572118044, 0.0009425555472262204, -0.007948596961796284, 0.006111910566687584, 0.03569604828953743, 0.014748833142220974, -0.0028899272438138723, 0.022220099344849586, -0.00048770764260552824, 0.018235422670841217, -0.028833553194999695, -0.0058144438080489635, 0.011635805480182171, 0.01258354913443327, -0.017322268337011337, 0.0003525936044752598, 0.0018245800165459514, 0.008010857738554478, 0.007498937658965588, -0.0010584293631836772, 0.010238401591777802, 0.004648787900805473, -0.028473826125264168, 0.015675822272896767, -0.032071102410554886, -0.012479781173169613, -0.015911029651761055, -0.005907834507524967, -0.011033953167498112, -0.03295658528804779, 0.011199980974197388, -0.024461477994918823, 0.004126491025090218, -0.014146980829536915, 0.011110049672424793, 0.0019957965705543756, 0.01776500977575779, -0.01402937714010477, 0.015758836641907692, -0.029248623177409172, 0.02596956677734852, 0.005399373359978199, 1.3876212506147567e-05, -0.0148595180362463, 0.01038367673754692, -0.016948705539107323, 0.012085464783012867, -0.005572319496423006, -0.0011890035821124911, -0.014555132947862148, -0.019024057313799858, -0.00015813748177606612, -0.023645173758268356, 0.0086818877607584, 0.001025569625198841, 0.004036559257656336, 0.0013273603981360793, 0.017377611249685287, 0.01685185544192791, 0.005589613690972328, 0.006271020974963903, -0.007104620803147554, -0.005430503748357296, 0.006021978799253702, 0.016976376995444298, -0.020449131727218628, 0.0098510030657053, 0.022579826414585114, 0.0020009849686175585, 0.007229141891002655, 0.0041299499571323395, 0.032375484704971313, 0.0011639264412224293, -0.025831211358308792, -0.0016637402586638927, 0.031268633902072906, 0.012465945445001125, 0.010439018718898296, 0.018014052882790565, 0.005323277320712805, -0.04048319533467293, 0.014665818773210049, 0.024378465488553047, 0.03923798352479935, -0.007194552570581436, -0.03326097130775452, 0.011836422607302666, -0.006478556431829929, -0.014022459276020527, -0.08716477453708649, -0.020186254754662514, 0.005447798408567905, 0.010113880969583988, 0.0030248251277953386, 0.011587380431592464, -0.019605156034231186, 0.0064439671114087105, 0.006841742899268866, 0.006084239576011896, 0.0005728835240006447, -0.01286718063056469, -0.01764049008488655, -0.0071530453860759735, 0.007422841154038906, 0.004001969937235117, -0.005243721883744001, -0.019217757508158684, -0.008668052032589912, 0.019715841859579086, -0.008502024225890636, 0.002103022998198867, 0.010667307302355766, -0.015039381571114063, 0.007920925505459309, -0.0017450249288231134, -0.026329295709729195, 0.030410820618271828, 0.010452854447066784, -0.012445192784070969, -0.0072983200661838055, -0.03683057427406311, 0.01964666321873665, -0.023326953873038292, -0.0010722650913521647, -0.0062156785279512405, -0.004579609259963036, -0.024281615391373634, 0.011220734566450119, -0.016215413808822632, 0.004019264597445726, 0.024281615391373634, 0.010196894407272339, -0.03215411677956581, 0.0022569450084120035, -0.007388251833617687, -0.0010627530282363296, 0.019951047375798225, -0.002758488291874528, -0.00043776948587037623, -0.013676567934453487, 0.02264900505542755, -0.014762667939066887, 0.002642614534124732, 0.03586207702755928, -0.005537730176001787, 0.017723502591252327, 0.013109304942190647, -0.01674116961658001, -0.008031611330807209, -0.005859409458935261, -0.033786725252866745, -0.01730843260884285, 0.025125591084361076, -0.0027394641656428576, 0.010439018718898296, -0.00970572791993618, 0.011455941013991833, 0.013655814342200756, -0.010279908776283264, 0.005247180815786123, 0.009733399376273155, -0.009083122946321964, 0.009899427182972431, -0.0070700314827263355, -0.021030230447649956, -0.012950194999575615, -0.009927098639309406, 0.015067053027451038, -0.0073605808429419994, -0.004372074268758297, -0.008467434905469418, 0.01127607747912407, -0.007879418320953846, 0.014160816557705402, 0.0033741758670657873, 0.010618883185088634, 0.008204557001590729, 0.018650494515895844, -0.06015752628445625, 0.008135378360748291, 0.01685185544192791, -0.020628996193408966, -0.008972437120974064, -0.0009788741590455174, 0.016090894117951393, 0.024004900828003883, 0.007644211873412132, -0.016353771090507507, -0.007049277890473604, -0.028280125930905342, -0.012860262766480446, -0.06746276468038559, 0.018775014206767082, -0.002571706660091877, -0.004109196364879608, 0.022925717756152153, -0.02054598182439804, -0.022067906334996223, -0.01952214166522026, 0.006976640783250332, 0.038795240223407745, -0.013392936438322067, 0.00416799820959568, -0.0032600315753370523, 0.00859887432307005, -0.0068970853462815285, -0.006309069227427244, 0.04219881817698479, -0.005606908351182938, 0.015385273844003677, -0.013033208437263966, -0.003790975781157613, -0.0003065467462874949, -0.008723394945263863, 0.026370802894234657, -0.008287571370601654, 0.02134845033288002, -0.013413690030574799, 0.03256918489933014, -0.00833599641919136, 0.0015911029186099768, 0.010106963105499744, -0.03602810576558113, 0.012327589094638824, 0.017903367057442665, 0.011684229597449303, -0.01752980425953865, -0.0051572490483522415, 0.030217120423913002, 0.014956368133425713, 0.025208605453372, -0.012507452629506588, -0.0349489226937294, 0.01258354913443327, -0.020476803183555603, -0.014721161685883999, -0.008232228457927704, -0.02401873655617237, -0.004178374540060759, 0.022898046299815178, 0.018982550129294395, 0.040787577629089355, 0.01207162905484438, -0.022496812045574188, -0.030659861862659454, -0.008024693466722965, -0.026938065886497498, 0.027463821694254875, 0.020407624542713165, -0.016810348257422447, -0.0014302631607279181, 0.028473826125264168, 0.021708179265260696, 0.01714240573346615, 0.0030646026134490967, -0.0020718928426504135, -0.003856695257127285, 0.0062364316545426846, 0.003301538759842515, 0.026661351323127747, -0.04222648963332176, -0.0056414976716041565, -0.02328544668853283, -0.014236913062632084, 0.019937211647629738, -0.01275649480521679, -0.003991593141108751, -0.0012919064611196518, 0.0009901156881824136, -0.004828651435673237, 0.02686888724565506, 0.016436785459518433, -0.008764902129769325, -0.03149000182747841, 0.013641978614032269, 0.020587489008903503, 0.04258621856570244, -0.03306727111339569, 0.024157093837857246, 0.019093235954642296, -0.014077802188694477, -0.02606641687452793, 0.0007432353449985385, 0.00690054427832365, 0.025983402505517006, 0.010266073048114777, -0.01542678102850914, -0.018567480146884918, 0.015233081765472889, 0.017225418239831924, 0.024157093837857246, 0.00933908298611641, 0.01617390662431717, -0.011483612470328808, -0.01133142039179802, -0.01064655464142561, -0.006796776782721281, -0.007045818958431482, -0.01679651252925396, 0.002566518262028694, -0.0024835041258484125, 0.022275442257523537, -0.013766499236226082, -0.029193280264735222, 0.031047262251377106, -0.020006390288472176, 0.0124936169013381, -0.0004760338051710278, -0.00902086216956377, -0.018290765583515167, 0.040676891803741455, 0.004012346733361483, 0.026509158313274384, 0.01167039480060339, -0.006039273459464312, 0.03860154002904892, -0.003348234109580517, -0.01207162905484438, 0.0022275440860539675, 0.024669013917446136, -0.0016049386467784643, -0.011940189637243748, 0.007976268418133259, 0.0009537970763631165, -0.010944020934402943, -0.0016922763315960765, -0.004486218560487032, -0.002637426136061549, 0.02772669866681099, -0.0030213661957532167, 0.08627928793430328, 0.01923159323632717, -0.01577267237007618, 0.010791828855872154, 0.008073118515312672, -0.02305023930966854, 0.022330785170197487, 0.0073605808429419994, 0.0197020061314106, 0.0015340307727456093, 0.007907089777290821, 0.0027256286703050137, -0.014416776597499847, -0.014416776597499847, -0.006679173558950424, 0.013621225021779537, 0.009664220735430717, 0.01873350888490677, 0.010584293864667416, -0.0171977486461401, 0.03445083647966385, -0.010826418176293373, 0.006734516471624374, -0.0037252563051879406, -0.02197105623781681, 0.0036526189651340246, 0.027878891676664352, -0.0220955777913332, -0.013821842148900032, -0.03705194592475891, 0.027740534394979477, 0.000762259354814887, -0.03624947741627693, -0.018539808690547943, -0.00631944602355361, 0.018650494515895844, 0.007568115834146738, 0.003714879509061575, 0.0034969677217304707, 0.013821842148900032, -0.004292519297450781, -0.002025197260081768, -0.027228614315390587, -0.025983402505517006, 0.011407516896724701, 9.630928980186582e-05, -0.013877185061573982, -0.012189232744276524, -0.05027885362505913], \"83de8e2f-5731-4e00-95a2-f8291d6230f8\": [-0.02039492316544056, -0.020548373460769653, 0.006838995032012463, -0.030996935442090034, -0.006427469663321972, 0.008823384530842304, -0.03197343647480011, -0.02162252366542816, 0.001000913674943149, -0.021343523636460304, 0.00567068113014102, 0.007254008203744888, -0.00308295339345932, -0.01930682174861431, -0.014912567101418972, 0.013908165507018566, -0.001813502050936222, -0.02471942827105522, 0.012548038735985756, -0.013970940373837948, -0.0005379474605433643, 0.001939052133820951, -0.011850538663566113, -0.008272359147667885, -0.01365009043365717, -0.0036897792015224695, 0.011236737482249737, -0.026072578504681587, -0.00791663397103548, 0.006204269360750914, 0.009681310504674911, -0.005137093365192413, 0.012743338942527771, -0.026072578504681587, -0.009674335829913616, -0.001500498503446579, 0.004760442767292261, -0.004983643069863319, 0.02730018086731434, -0.008565309457480907, 0.012582913972437382, 0.00844673439860344, 0.004690692760050297, -0.029490333050489426, -0.009123310446739197, 0.044137850403785706, 0.010176536627113819, -0.01653076894581318, -0.016363367438316345, -0.0044814422726631165, 0.013963965699076653, 0.007539983373135328, -0.037162840366363525, -0.005018518306314945, 0.011704063042998314, 0.01774442009627819, -0.019139422103762627, 0.01853957027196884, -0.017842069268226624, 0.007533008232712746, 0.017032969743013382, 0.0024691526778042316, -0.01969742216169834, -0.012736364267766476, -0.014410366304218769, -0.005412606056779623, -0.01060898695141077, 0.010071910917758942, -0.004840655252337456, 0.006594869773834944, 0.0004095637414138764, -0.0035886415280401707, 0.002680146833881736, -0.0463140532374382, 0.018623270094394684, -0.03281043842434883, -0.005210330709815025, 0.0034665788989514112, 0.010832186788320541, -0.02342207543551922, 0.03774874284863472, -0.011641288176178932, -0.009011710062623024, 0.039506442844867706, 0.027941880747675896, 0.0024464840535074472, 0.0211342740803957, 0.0002142635203199461, -0.01155061274766922, 0.012827039696276188, -0.008844309486448765, 0.017953669652342796, 0.020115923136472702, 0.02575172856450081, -0.003630491439253092, 0.020297272130846977, -0.011480863206088543, 0.023296525701880455, 0.000989579246379435, -0.035572540014982224, -0.0109995873644948, 0.02658873051404953, -0.027188580483198166, -0.009172135032713413, -0.020255422219634056, -0.004913893062621355, 0.02536112815141678, -0.006954082753509283, 0.010385786183178425, 0.013601264916360378, -0.016265718266367912, 0.02162252366542816, -0.010148636065423489, -0.0223618745803833, -0.007051732856780291, -0.004704642575234175, 0.006497219670563936, -0.03671644255518913, 0.009011710062623024, -0.023715026676654816, 0.006793657783418894, 0.013405964709818363, 0.021664373576641083, -0.013705890625715256, 0.003208503592759371, 0.002437765244394541, -0.011111187748610973, -0.013824465684592724, 0.023003576323390007, -0.0002792182785924524, 0.01307116448879242, 0.014480115845799446, 0.017814170569181442, 0.0075818332843482494, -0.0280813816934824, 0.02268272452056408, -0.008237483911216259, -0.0035328413359820843, -0.03149913623929024, -0.017995519563555717, 0.0001114366459660232, 0.028653331100940704, -0.008802459575235844, 0.009709211066365242, 0.010078886523842812, 0.021259823814034462, -0.02421722747385502, 0.008042183704674244, 0.0148009667173028, -0.030159933492541313, 0.01612621732056141, -0.002010545926168561, -0.002596446545794606, -0.01081126183271408, 0.02926713228225708, 0.032949935644865036, 0.0010811261599883437, -0.003088184632360935, -0.009660385549068451, -0.008690860122442245, 0.019781121984124184, 0.028569631278514862, 0.015247367322444916, 0.002453458961099386, 0.028960231691598892, 0.025179777294397354, 0.004010629374533892, -0.006315869744867086, 0.009381385520100594, -0.010448561981320381, 0.002917296951636672, 0.012520139105618, -0.030522633343935013, 0.013238565064966679, 0.02354762703180313, 0.022515324875712395, 0.008774559944868088, 0.000509611505549401, -0.051754556596279144, -0.018734870478510857, -0.025277428328990936, 0.018455870449543, 0.0036444414872676134, 0.02538902871310711, -0.019027821719646454, -0.006410032045096159, 0.018316371366381645, -0.009395335800945759, 0.006319357082247734, -0.0024691526778042316, 0.0005767459515482187, -0.010476461611688137, 0.024063777178525925, 0.00866993423551321, -0.6504055261611938, -0.00035703321918845177, -0.003836254356428981, -0.01965557225048542, 0.0015144485514611006, 0.010267211124300957, 0.023017525672912598, 0.005614881403744221, -0.030969034880399704, 0.00864900927990675, 0.012875864282250404, 0.012813089415431023, -0.02697933092713356, -0.02651898004114628, 0.009953335858881474, -0.025919128209352493, 0.011439012363553047, -0.01095773745328188, 0.007344683166593313, 0.01812106929719448, -0.012813089415431023, 0.002809184370562434, -0.02689562924206257, 0.02045072242617607, -0.008600184693932533, -0.015526367351412773, 0.015526367351412773, -0.010099811479449272, -0.0036549039650708437, -6.359245162457228e-05, -0.019390521571040154, 0.014745166525244713, 0.015693766996264458, 0.004076892044395208, 0.04034344479441643, -0.01777232065796852, -0.019948521628975868, 0.0025999341160058975, 0.010141661390662193, 0.03813934326171875, -0.01810711994767189, -0.01523341704159975, 0.02813718095421791, 0.00035071210004389286, 0.0058729564771056175, -0.006988957989960909, 0.029183432459831238, 0.005321931093931198, -0.024482278153300285, -0.006528607103973627, -0.0009311635512858629, 0.009402310475707054, -0.013364114798605442, 0.025347178801894188, 0.003965292125940323, -0.005607906263321638, 0.03456813842058182, -0.005967119242995977, -0.0038850794080644846, 0.0016748737543821335, -0.005440506152808666, 0.016698168590664864, -0.018316371366381645, -0.023408126085996628, -0.01893017068505287, -0.005698581226170063, 0.004219879861921072, -0.017897870391607285, 0.030299434438347816, -0.010762437246739864, 0.009778960607945919, 0.00586946913972497, -0.0022075900342315435, -0.04575604945421219, 0.0046035051345825195, 0.035991039127111435, 0.028220880776643753, 0.005294030997902155, -0.013022339902818203, 0.013524539768695831, -0.001096819993108511, 0.0019599772058427334, -0.011927262879908085, 0.010469486936926842, 0.014968366362154484, 0.005911319050937891, -0.0031858347356319427, -0.04589555040001869, -0.008516484871506691, 0.013085114769637585, -0.011459938250482082, 0.022013124078512192, 0.007072657812386751, -0.02119007334113121, 0.0007450180128216743, 0.007860833778977394, 0.004484930075705051, 0.021859673783183098, -0.01699111983180046, -0.03417753800749779, -0.013677990064024925, -0.007986383512616158, -0.012066763825714588, 0.012666613794863224, 0.0461745522916317, -0.004115254618227482, -0.022529274225234985, -0.010922862216830254, 0.027621030807495117, 0.003752554301172495, -0.004851117730140686, -0.0084676593542099, -0.010302086360752583, 0.0022930337581783533, -0.009332560002803802, -0.032531436532735825, 0.01403371524065733, 0.024831026792526245, 0.019739272072911263, -0.0017559581901878119, -0.00018876114336308092, 0.006573944818228483, 0.014312716200947762, -0.02112032286822796, 0.006385619752109051, 0.0050882683135569096, 0.015916967764496803, 0.004352404735982418, 0.0011874950723722577, 0.023784777149558067, -0.007784108631312847, 0.008342109620571136, 0.03495873883366585, -0.02381267584860325, 0.036409541964530945, 0.02162252366542816, 0.020701823756098747, -0.019850872457027435, 0.019864821806550026, -0.014480115845799446, 0.0017542144050821662, 0.0032241973094642162, 0.01445221621543169, -0.012875864282250404, -0.01965557225048542, -0.03119223564863205, -0.024007976055145264, 0.007679483387619257, -0.00826538447290659, 0.026853779330849648, -0.006113594397902489, -0.0025598278734833, -0.00826538447290659, 0.008007309399545193, -0.03339633718132973, -0.002287802519276738, 0.0007633274071849883, -0.041403647512197495, 0.01466146670281887, -0.027955831959843636, 0.00044269501813687384, 0.02237582579255104, 9.737764776218683e-05, 0.011522713117301464, -0.005496306344866753, 0.013789590448141098, 0.00033349255681969225, 0.02689562924206257, -0.00809798389673233, -0.005259155761450529, -0.01731196977198124, 0.018790671601891518, -0.0061624194495379925, 0.02112032286822796, 0.016879519447684288, -0.007749233860522509, -0.022417675703763962, -0.023352326825261116, -0.009200035594403744, 0.00289288442581892, -0.0037246542051434517, 0.01427086628973484, -0.003899029456079006, -0.010441586375236511, 0.022933825850486755, 0.03646533936262131, 0.025486677885055542, 0.03590733930468559, -0.06043146923184395, 0.0354609377682209, 0.01003006100654602, 0.029016032814979553, -0.018372170627117157, 0.016767919063568115, 0.014619615860283375, 0.010162586346268654, 0.004879017826169729, -0.0035851539578288794, 0.011320437304675579, 0.012555014342069626, 0.00655650720000267, 0.03925534337759018, 0.017828119918704033, -0.00869783479720354, -0.004160592332482338, -0.03799984231591225, -0.0019826460629701614, -0.006849457509815693, 0.016656318679451942, 0.021831775084137917, 0.009723160415887833, -0.017632819712162018, -0.02815113216638565, -0.011271612718701363, 0.013371089473366737, -0.010853111743927002, -0.011132112704217434, 0.0036095664836466312, -0.015275266952812672, 0.008662959560751915, -0.005266130901873112, -0.014898616820573807, 0.024035876616835594, 0.003396828891709447, -0.02773263119161129, -0.006218219641596079, 0.014026740565896034, 0.021357472985982895, 0.004143154714256525, -0.02884863130748272, -0.005726481322199106, 0.01735381968319416, -0.012269038707017899, 0.004101304803043604, 0.016865568235516548, -0.005939219146966934, 0.0261981301009655, -0.03615843877196312, 0.020520472899079323, 0.000824358721729368, -0.00012565912038553506, 0.003557253861799836, 0.03627004101872444, -0.00979988556355238, 0.015038116835057735, 0.030941134318709373, 0.000734991452191025, 0.015540317632257938, -0.03582363948225975, 0.02622602880001068, -0.00790965836495161, 0.03696754202246666, 0.006472807377576828, -0.0007040398195385933, 0.031052734702825546, 0.01576351746916771, -0.013412940315902233, -0.0023139589466154575, 0.020548373460769653, 0.004770905245095491, 0.015610067173838615, 0.019013870507478714, 0.005353318527340889, -0.006274019367992878, 0.011543638072907925, -0.008111934177577496, -0.007156358100473881, -0.013810515403747559, -0.005241718143224716, 0.007484183181077242, 0.0015571705298498273, 0.006528607103973627, -0.012234163470566273, -0.017786270007491112, 0.01233181357383728, -0.017590969800949097, 0.009876610711216927, 0.00906751025468111, 0.01846981979906559, 0.002245952608063817, -0.022110775113105774, -0.025988878682255745, 0.02192942425608635, 0.018958071246743202, 0.0016853362321853638, 0.007344683166593313, -0.014215066097676754, -0.006786682642996311, 0.0036130540538579226, 0.01810711994767189, -0.0035310976672917604, 0.034819237887859344, -0.00202623987570405, -0.004941793158650398, -0.014605666510760784, 0.0017184675671160221, 0.008139833807945251, -0.002423815196380019, -0.04357985034584999, -0.005914806388318539, -0.017144568264484406, 0.007034295238554478, -0.008356058970093727, -0.020227521657943726, 0.03200133517384529, 0.015540317632257938, -0.012506188824772835, -0.03269883617758751, 0.002912065712735057, 0.004219879861921072, -0.008111934177577496, -0.02042282186448574, -0.009792910888791084, 0.009744086302816868, -0.009213984943926334, 0.004791830200701952, 0.011487837880849838, -0.02736993134021759, 0.021064523607492447, 0.008802459575235844, 0.0023749901447445154, 0.00020837836200371385, -0.03420543670654297, 0.016851618885993958, 0.054153960198163986, 0.007651583757251501, 0.012624763883650303, 6.163072976050898e-05, -0.021343523636460304, -0.008523459546267986, -0.023296525701880455, -0.012143488973379135, 0.017911819741129875, -0.007358632981777191, -0.008934984914958477, -0.016084367409348488, 0.013531515374779701, 0.014026740565896034, -0.002062858548015356, -0.010706637054681778, 0.014675416052341461, -0.015540317632257938, -0.01235273852944374, 0.010413686744868755, -0.002027983544394374, -0.008704809471964836, 0.007860833778977394, 0.017953669652342796, 0.02427302673459053, 0.02615627832710743, 0.030578434467315674, -0.00011377981718396768, 0.015163666568696499, 0.007393508218228817, 0.0066436948254704475, 0.007623683661222458, 0.015554266981780529, 0.019390521571040154, 0.0019634647760540247, 0.011669187806546688, 0.005416093394160271, -0.022836174815893173, -0.006274019367992878, -0.014745166525244713, -0.007700408808887005, 0.02471942827105522, 0.00789570901542902, -0.001132566831074655, 0.012966539710760117, 0.004450054839253426, -9.596085146768019e-05, 0.019041771069169044, -0.0024290464352816343, -0.0038327667862176895, 0.0265608299523592, 0.016084367409348488, -0.023589476943016052, 0.01653076894581318, 0.012792164459824562, 0.031024834141135216, 0.009123310446739197, 0.0019076645839959383, -0.013182764872908592, -0.04464004933834076, -0.027788430452346802, -0.04012024402618408, 0.0029260157607495785, 0.00885825976729393, -0.01173196267336607, 0.009325585328042507, 0.003356722416356206, 0.0041187419556081295, -0.015526367351412773, -0.027830280363559723, 0.018246620893478394, -0.00984871108084917, -0.013698915019631386, 0.0109995873644948, 0.008132859133183956, -0.002910322044044733, 0.011125137098133564, -0.003951341845095158, -0.006427469663321972, 0.0038153291679918766, -0.018567470833659172, -0.033284738659858704, 0.013608240522444248, -0.022989625111222267, -0.036800142377614975, -0.004537242464721203, 0.008704809471964836, -0.006832020357251167, -0.005091755650937557, 0.007351658307015896, 0.007630658335983753, -0.006089181639254093, 0.02202707529067993, -0.026323679834604263, -0.006995932664722204, 0.010762437246739864, 0.03127593547105789, 0.02780238166451454, -0.011104212142527103, 0.012303913943469524, 0.0013592545874416828, -0.005838081706315279, -0.014284815639257431, 0.0031335223466157913, -0.01056713704019785, -0.01325251441448927, -0.009123310446739197, 0.01584721729159355, -0.0016208174638450146, -0.0072051831521093845, 0.007226108107715845, -0.007574858609586954, 0.0012694514589384198, 0.012938639149069786, -0.0033340537920594215, -0.018302420154213905, 0.02197127416729927, -0.001245038933120668, 0.016740018501877785, -0.0047569554299116135, 0.003546791383996606, -0.009932410903275013, 0.01576351746916771, 0.005283568520098925, -0.004000166896730661, 0.011055387556552887, -0.009423235431313515, -0.04000864550471306, -0.011885412968695164, 0.0013618703233078122, -0.012520139105618, 0.009792910888791084, -0.0009398823021911085, -0.023324426263570786, -0.02427302673459053, -0.020297272130846977, 0.0036897792015224695, 0.037162840366363525, 0.00500456802546978, -0.026351578533649445, -0.004579092841595411, 0.013161839917302132, 0.0023104713764041662, -0.02046467363834381, 0.0012058045249432325, -0.016879519447684288, -0.028653331100940704, -0.012778214178979397, 0.004429129883646965, -0.0027289718855172396, 0.017521219328045845, 0.013747740536928177, -0.03512613847851753, -0.03113643452525139, -0.00980686116963625, -0.01966952160000801, -0.011062362231314182, -0.013336215168237686, 0.012631739489734173, 0.04196164757013321, 0.03939484432339668, -0.0242451261729002, 0.01519156713038683, -0.004788342863321304, 0.00212214607745409, -0.011411112733185291, -0.003337541129440069, 0.0034735538065433502, -0.00731678307056427, -0.01689346879720688, 0.026295779272913933, 0.012422489002346992, 0.023701077327132225, -0.018009470775723457, -0.0006634976016357541, 0.031750235706567764, 0.015721667557954788, 0.02382662706077099, -0.010044011287391186, -0.01922312192618847, -0.029518233612179756, -0.0028771907091140747, -0.015303167514503002, 0.01622386835515499, -0.02271062508225441, -0.02459387667477131, 0.03495873883366585, -0.0021866648457944393, 0.019850872457027435, -0.002999253338202834, 0.030606335029006004, 0.005496306344866753, 0.018316371366381645, 0.013496640138328075, 0.011634312570095062, -0.03696754202246666, 0.015163666568696499, -0.020325172692537308, 0.003923441749066114, 0.02660267986357212, 0.019530022516846657, 0.02006012201309204, -0.015972767025232315, -0.011439012363553047, -0.011083287186920643, 0.0024464840535074472, -0.027146730571985245, -0.013168814592063427, -0.02537507750093937, -0.02123192325234413, -0.007714358624070883, -0.02741178125143051, 0.0056044189259409904, -0.01021838653832674, 0.0025528527330607176, 0.010127711109817028, -0.001547579886391759, 0.004024579655379057, -0.007344683166593313, -0.00779108377173543, -0.003497966332361102, -0.031052734702825546, 0.027453631162643433, 0.03043893352150917, 0.032587237656116486, 0.022054973989725113, 0.01999037154018879, -0.02082737348973751, -0.012561989016830921, -0.001505729858763516, -0.0020419335924088955, 0.020157773047685623, 0.039841245859861374, 0.0007890477427281439, -0.004491905216127634, 0.021050574257969856, 0.007993359118700027, -0.0009302916587330401, -0.028597531840205193, 0.02660267986357212, -0.00786780845373869, -0.00012337045336607844, -0.018734870478510857, -0.025681978091597557, -0.03004833310842514, -0.0004529395664576441, -0.007407458499073982, -0.00869783479720354, 0.01887437142431736, -0.012415513396263123, -0.01501021720468998, -0.00011552356590982527, -0.02893233299255371, 0.030606335029006004, 0.00461396761238575, 0.002448227722197771, -0.0041187419556081295, 0.0148009667173028, -0.027160679921507835, 0.013817490078508854, 0.01288981456309557, 0.019153371453285217, -0.0045442176051437855, -0.025528527796268463, 0.022822225466370583, 0.013189739547669888, -0.014354566112160683, -0.02393822744488716, -0.01958582177758217, 0.029462432488799095, 0.013887240551412106, -0.009193059988319874, -0.005294030997902155, 0.011111187748610973, 0.011515737511217594, 0.0068564326502382755, -0.013078139163553715, -0.02268272452056408, -0.014954417012631893, -0.011501788161695004, 0.014026740565896034, 0.011236737482249737, 0.0044535426422953606, -0.02699328027665615, 0.00825840886682272, -0.013392015360295773, -0.03607473894953728, -0.00809798389673233, 0.02075762301683426, -0.020143821835517883, -0.013517565093934536, 0.007267958018928766, -0.019404470920562744, 0.018372170627117157, -0.0048162429593503475, 0.035963140428066254, 0.00283534056507051, 0.03733024001121521, -0.05192195624113083, 0.017897870391607285, 0.014828866347670555, 0.013294365257024765, -0.02932293340563774, 0.021845724433660507, -0.011418087407946587, -0.02195732481777668, -0.0029556595254689455, -0.03088533505797386, -0.04477955028414726, -0.0023680152371525764, 0.013468739576637745, 0.00812588445842266, -0.006685544736683369, 0.015568217262625694, 0.030690034851431847, 0.003487503854557872, 0.0058729564771056175, -0.00035310976090840995, -0.032922036945819855, 0.040594544261693954, -0.019404470920562744, -0.01350361481308937, 0.006106619257479906, 0.009102385491132736, 0.014521965757012367, -0.01846981979906559, 0.005231255665421486, 0.003260816214606166, 0.013664040714502335, -0.027844231575727463, 0.020171722397208214, 0.011097237467765808, -0.00885825976729393, 0.006200782023370266, -0.03504243865609169, -0.03225243464112282, -0.01816292107105255, 0.01771651953458786, 0.00175508635584265, 0.015149717219173908, -0.006814582739025354, 7.376888333965326e-06, -0.019418422132730484, 0.0020471648313105106, 0.009946361184120178, 0.001986133400350809, -0.028388282284140587, -0.02198522537946701, -0.01697716861963272, 0.0026278342120349407, 0.010985637083649635, 0.027509430423378944, 0.01330133993178606, -0.027788430452346802, -0.023338375613093376, -0.023310476914048195, -0.02268272452056408, -0.00901868473738432, -0.008230509236454964, -0.0012581170303747058, 0.039115842431783676, 0.010323011316359043, 0.004226854536682367, 0.03275463730096817, -0.013231589458882809, 0.02078552357852459, 0.0016696425154805183, 0.03395433723926544, 0.012952589429914951, -0.018344270065426826, -0.00885825976729393, 0.0047395178116858006, -0.023742927238345146, 0.005363781005144119, 0.013929090462625027, 0.01851167157292366, 0.0017202113522216678, 0.0269235298037529, -0.001250270172022283, -0.009402310475707054, 0.011850538663566113, 0.002554596634581685, 0.008118908852338791, 0.00866993423551321, 0.010643862187862396, -0.022891975939273834, -0.011913313530385494, 0.00791663397103548, 0.02112032286822796, -0.007609733380377293, 0.008363034576177597, -0.007972434163093567, -0.012527113780379295, -0.0020471648313105106, -0.01919522136449814, 0.008816409856081009, -0.008481609635055065, -0.02508212812244892, -0.00750510860234499, 0.011153037659823895, 0.0013793078251183033, 0.016279667615890503, -0.0005144068272784352, -0.021259823814034462, 0.00033414646168239415, 0.008342109620571136, -0.01958582177758217, 0.004321017302572727, -0.0023802213836461306, -0.02614232897758484, 0.007519058417528868, -0.012450388632714748, -0.007798058912158012, -0.007986383512616158, -0.0009573198040015996, -0.007839908823370934, -0.01650286838412285, -0.011327412910759449, 0.001980902161449194, 0.003351491177454591, -0.02464967779815197, 0.0019024333450943232, -0.012324838899075985, -0.032196637243032455, 0.030996935442090034, -0.00980686116963625, -0.013357140123844147, -0.024914728477597237, 0.0021134272683411837, -0.0035293539986014366, -0.009262810461223125, -0.04109674692153931, -0.0016321517759934068, 0.001855352078564465, 0.004565142560750246, 0.0246775783598423, 0.19898302853107452, 0.003686291631311178, 0.008823384530842304, 0.023296525701880455, 0.017981570214033127, 0.003993191756308079, 0.015568217262625694, 0.011376237496733665, -0.020353073254227638, 0.03509823977947235, 0.0034299599938094616, 0.005220793187618256, -0.01574956811964512, -0.009702235460281372, 0.008921034634113312, -0.02159462496638298, -0.04126414656639099, -0.01735381968319416, -0.03205713629722595, -0.0003034128458239138, 0.00731678307056427, -0.006197294220328331, -0.014019765891134739, -0.0076446086168289185, -0.009123310446739197, -0.008335134014487267, -0.020241472870111465, 0.02124587446451187, -0.002251183846965432, 0.02045072242617607, -0.016656318679451942, -0.025695929303765297, -0.013447814621031284, -0.009465085342526436, -0.001483061001636088, -0.006204269360750914, 0.01689346879720688, -0.0031736285891383886, 0.027230430394411087, 0.023994026705622673, -0.008349084295332432, -0.009674335829913616, -0.004275679588317871, -0.017409618943929672, -0.024426477029919624, -0.01056713704019785, 0.00809798389673233, -0.014480115845799446, 0.01767466962337494, 0.008788510225713253, -0.011794738471508026, -0.003735116682946682, 0.018609320744872093, 0.011166987009346485, 0.013210664503276348, -0.017842069268226624, -0.0012354482896625996, -0.013782615773379803, 0.0009756291983649135, 0.016684219241142273, -0.03512613847851753, 0.005635806359350681, -0.012366688810288906, 0.007595783565193415, -0.03529353812336922, 0.026407379657030106, -0.023184925317764282, -0.002887653186917305, 0.008795484900474548, -0.01134833786636591, 0.0025633154436945915, 0.0070063951425254345, -0.014005815610289574, 0.005838081706315279, 0.016056468710303307, -0.027076980099081993, 0.008530434221029282, 0.014508016407489777, 0.01155758835375309, 0.03322893753647804, -0.016698168590664864, -0.0022041024640202522, -0.009381385520100594, -0.012715439312160015, 0.01768861897289753, -0.051475558429956436, 0.042547546327114105, 0.012429463677108288, -0.025947028771042824, -0.006232169456779957, 0.013468739576637745, -0.012959564104676247, -0.023045426234602928, 0.005618368741124868, -0.012220213189721107, 0.011083287186920643, 0.012896789237856865, 0.027132779359817505, -0.00015192438149824739, -0.020618123933672905, -0.016349418088793755, 0.028234831988811493, 0.020548373460769653, 0.01540081761777401, -0.03646533936262131, -0.010364861227571964, -0.0021605086512863636, 0.021008724346756935, -0.006832020357251167, 0.005614881403744221, 0.004401229787617922, -0.045253850519657135, -0.006437932141125202, -0.0034125226084142923, 0.016447069123387337, 0.002917296951636672, -0.00024630496045574546, -0.017158519476652145, -0.009234909899532795, -0.021022673696279526, 0.011306487955152988, -0.0072191329672932625, 0.013977915979921818, -0.014996266923844814, -0.02074367366731167, -0.04268704727292061, -0.015596117824316025, -0.0052382308058440685, -0.02229212410748005, -0.023715026676654816, -0.003975754603743553, 0.0018466332694515586, 0.021315623074769974, 0.005126630887389183, 0.0014072078047320247, 0.0048894803039729595, 0.020101971924304962, -0.02384057641029358, -0.0022930337581783533, 0.011055387556552887, -0.009590636007487774, 0.0024918215349316597, 0.00501503050327301, -0.026491079479455948, 0.01654471829533577, -0.012178363278508186, 0.024817077443003654, 0.004216392058879137, -0.03816724196076393, -0.01728406921029091, 0.0169353187084198, -0.014940466731786728, -0.011069336906075478, 0.021078472957015038, 0.013922115787863731, 0.0017123643774539232, -0.03621423989534378, -0.04204534739255905, -0.005960144102573395, -0.006671594921499491, -0.015693766996264458, -0.02766288071870804, 0.008181683719158173, 0.010518311522901058, -0.031443335115909576, -0.00371070415712893, -0.18123860657215118, 0.0117598632350564, 0.018776720389723778, -0.04076194390654564, -0.011083287186920643, -0.006908745039254427, 0.011285562999546528, -0.0035328413359820843, -0.004265217110514641, -0.02119007334113121, 0.03186183422803879, -0.024007976055145264, -0.019125470891594887, 0.013008389621973038, 0.012673589400947094, 7.056746107991785e-05, -0.020701823756098747, 0.011243712157011032, 0.027955831959843636, -0.0018239645287394524, 0.020143821835517883, -0.03582363948225975, 0.008593210019171238, -0.0049662054516375065, 0.0030201782938092947, -0.008251434192061424, -0.02001827210187912, 0.020520472899079323, 0.0038850794080644846, -0.029183432459831238, -0.027537330985069275, 0.02046467363834381, 0.0034369351342320442, 0.009758035652339458, 0.009186085313558578, 0.013915140181779861, 0.018679071217775345, -0.005426555871963501, -0.01042066141963005, 0.01689346879720688, -0.0031701410189270973, 0.01848377101123333, -0.017102718353271484, 0.006113594397902489, 0.01215046364814043, 0.01690741814672947, 0.0036897792015224695, -0.021036623045802116, 0.011752888560295105, -0.01736776903271675, -0.015247367322444916, -0.01095773745328188, -0.011055387556552887, 0.004575605038553476, 0.0010584574192762375, 0.022054973989725113, 0.006036869250237942, -0.0035293539986014366, 0.014787016436457634, -0.02769078128039837, -0.0025144903920590878, -0.03191763535141945, -0.002045420929789543, -0.01387329027056694, -0.03816724196076393, -0.00781200872734189, -0.020673923194408417, 0.017074819654226303, 0.0008592337835580111, -0.005206843372434378, 0.0033462599385529757, -0.00789570901542902, -0.005241718143224716, -0.008321184664964676, 0.02198522537946701, -0.019153371453285217, -0.03077373467385769, 0.010497386567294598, 0.021008724346756935, -0.00812588445842266, -0.00902566034346819, 0.060654666274785995, 0.005792743992060423, 0.01619596779346466, -0.0157774668186903, 0.016781868413090706, 0.0048162429593503475, 0.01385236531496048, -0.004397742450237274, -0.013203689828515053, 0.01215046364814043, -0.00021012210345361382, -0.0008561821887269616, -0.013991865329444408, 0.012638714164495468, 0.005646268837153912, 0.014982316642999649, 0.005060368217527866, -0.008537409827113152, -0.005409118719398975, 0.0006020303699187934, 0.030159933492541313, -0.021273773163557053, 0.0059496816247701645, 0.04318924993276596, 0.014898616820573807, -0.008934984914958477, 0.023310476914048195, 0.04572815075516701, -0.016293618828058243, -0.007665533572435379, 0.013970940373837948, 0.00547886872664094, -0.0009337791707366705, 0.01612621732056141, 0.022041024640202522, 0.0042721922509372234, -0.018400071188807487, 0.012080713175237179, -0.0011587231419980526, 0.0077631836757063866, -0.023742927238345146, -0.03264303505420685, 0.027104880660772324, 0.0027063030283898115, 0.0028737031389027834, -0.07996148616075516, -0.018595371395349503, 0.01562401745468378, 0.029043931514024734, -0.01562401745468378, 0.005698581226170063, -0.010148636065423489, 0.030969034880399704, -0.00682155741378665, 0.021775973960757256, -0.010490411892533302, -0.011480863206088543, -0.010329986922442913, 0.007104045245796442, 0.027551280334591866, -0.007972434163093567, 0.006828532554209232, -0.0010183511767536402, -0.0049522556364536285, 0.0038327667862176895, 0.004868555348366499, -0.009102385491132736, -0.014173216186463833, 0.0008431040914729238, -0.00433845492079854, -0.01118791289627552, -0.009660385549068451, -0.0011648263316601515, 0.00926978513598442, -0.003926929552108049, 0.015596117824316025, -0.027035130187869072, 0.011906337924301624, 0.008195634000003338, -0.012059788219630718, 0.0035084288101643324, -0.031108533963561058, -0.014773066155612469, 0.018344270065426826, -0.033340536057949066, 0.020171722397208214, 0.015247367322444916, -0.0051649934612214565, -0.010546212084591389, 0.0017760113114491105, -0.02893233299255371, 0.0022564150858670473, 0.03702334314584732, -0.011585487984120846, -0.010176536627113819, -0.023268625140190125, 0.014717265963554382, 0.009737110696732998, -0.0037560416385531425, 0.03339633718132973, -0.008132859133183956, 0.03283833712339401, 0.02198522537946701, -0.023352326825261116, -0.002141327364370227, -0.023589476943016052, -0.04938305541872978, -0.027035130187869072, 0.03007623367011547, 0.015135766938328743, 0.01484281662851572, -0.015107867307960987, -0.015986718237400055, 0.01805132068693638, -0.008962884545326233, -0.01619596779346466, 0.02848593145608902, 0.0019373084651306272, 0.0024150963872671127, -0.03197343647480011, -0.013266464695334435, -0.0029678659047931433, -0.01930682174861431, -0.00226513366214931, 0.0012467826018109918, 0.008523459546267986, -0.02276642620563507, -0.0045442176051437855, -0.020966872572898865, 0.008914059959352016, 0.011041437275707722, 0.0021360961254686117, 0.013085114769637585, -0.005743918940424919, -0.03202923759818077, -0.00825840886682272, 0.02730018086731434, -0.005771819036453962, -0.0065111699514091015, 0.0005322803044691682, 0.01732591912150383, -0.005220793187618256, 0.010016110725700855, -0.02234792523086071, -0.0026993281207978725, -0.04196164757013321, -0.027607081457972527, -0.07393508404493332, 0.018330320715904236, 0.018720921128988266, -0.0027115342672914267, 0.009925436228513718, -0.004484930075705051, -0.007344683166593313, -0.011780788190662861, -0.012241139076650143, 0.012624763883650303, -0.005457943771034479, -0.011704063042998314, -0.01930682174861431, 0.015247367322444916, 0.0012031887890771031, -0.010943787172436714, 0.027118830010294914, 0.0024865902960300446, 0.018665120005607605, -0.006347257178276777, 0.006699495017528534, -0.00568114360794425, 0.020994773134589195, 0.02001827210187912, -0.0018204770749434829, 0.01171801332384348, 0.0066471826285123825, 0.03476344048976898, 0.011285562999546528, -0.006287969648838043, 0.03590733930468559, -0.03925534337759018, 0.003972266800701618, 0.00547886872664094, 0.0117598632350564, -0.044109947979450226, -0.00964643619954586, 0.022626925259828568, 0.031080635264515877, 0.024538077414035797, -0.002394171431660652, -0.012603838928043842, 0.013329239562153816, -0.020938973873853683, -0.03398223966360092, 0.0025528527330607176, 0.00538470596075058, -0.015149717219173908, 0.019571872428059578, 0.011271612718701363, 0.04595135152339935, 0.00692618265748024, 0.003871129360049963, -0.031080635264515877, -0.020492572337388992, -0.029099732637405396, -0.0024342776741832495, 0.0014673672849312425, -0.00809798389673233, 0.001973927253857255, 0.052954260259866714, 0.012171388603746891, 0.03746974095702171, -0.0031875786371529102, -0.0136431148275733, -0.008397909812629223, 0.0019338208949193358, -5.375660475692712e-05, 0.021315623074769974, -0.03571204096078873, -0.009472060948610306, -0.012303913943469524, 0.012520139105618, 0.005848544184118509, 0.014912567101418972, 0.01767466962337494, 0.014494066126644611, 0.0035659726709127426, -0.030159933492541313, 0.0034299599938094616, 0.022138673812150955, -0.012868889607489109, -0.03805564343929291, 0.016642369329929352, 0.021092424169182777, 0.041738446801900864, -0.007156358100473881, 0.01732591912150383, -0.012485263869166374, -0.010441586375236511, -0.02615627832710743, 0.008335134014487267, -0.0003860230790451169, 0.0018169895047321916, -0.007672508712857962, -0.005932244006544352, -0.008830360136926174, 0.012087688781321049, 0.022836174815893173, 0.041794247925281525, 0.036046840250492096, 0.012631739489734173, -0.010629911907017231, -0.006709957495331764, -0.02386847697198391, 0.004980155732482672, -0.01210861373692751, 0.005705556366592646, 0.006291456986218691, 0.0113622872158885, 0.006455369759351015, 0.010113760828971863, 0.0016251768684014678, 0.021692274138331413, -0.013140914961695671, -0.00028902688063681126, -0.005140580702573061, 0.0018291957676410675, -0.01699111983180046, 0.027969781309366226, -0.020325172692537308, 0.004641867708414793, -0.012136513367295265, -0.005171968135982752, 0.053344860672950745, -0.008474634028971195, -0.01806527003645897, -0.02158067375421524, 0.014480115845799446, 0.007658558432012796, -0.014256916008889675, 0.0051615056581795216, -0.017967620864510536, -0.027886081486940384, 0.010350911878049374, 0.010762437246739864, -0.022180525586009026, 0.013154864311218262, -0.009688286110758781, 0.07839908450841904, 0.014215066097676754, -0.027941880747675896, 0.006138006690889597, 0.009374410845339298, -0.011648262850940228, 0.04051084443926811, -0.0013732046354562044, 0.027160679921507835, -0.03149913623929024, 0.02156672440469265, -0.011271612718701363, 0.005998506676405668, -0.000906751025468111, -0.03470763936638832, -0.007484183181077242, 0.0117598632350564, 0.01523341704159975, 0.021329574286937714, -0.008049159310758114, 0.028960231691598892, -0.024565977975726128, 0.02120402455329895, 0.00812588445842266, -0.0022145649418234825, 0.0011107700411230326, 0.0025336716789752245, -0.006319357082247734, -0.009234909899532795, -0.020980823785066605, 0.015512417070567608, -0.008509509265422821, -0.021092424169182777, -0.004401229787617922, -0.007832934148609638, 0.02158067375421524, -0.014954417012631893, 0.018316371366381645, -0.006350744515657425, -0.010546212084591389, -0.017939720302820206, 0.015944868326187134, -0.016628418117761612, -0.0204786229878664, -0.002941709477454424, -0.014187165535986423, 0.0016583080869168043, -0.011034462600946426, -0.012575939297676086], \"bab5618a-8d8b-4175-a7e6-1a263d24e127\": [-0.0015194527804851532, 0.013874956406652927, 0.018070697784423828, -0.018962204456329346, -0.004195741377770901, 0.01613202504813671, -0.024848977103829384, -0.013549485243856907, -0.003459894796833396, -0.0256414283066988, 0.029547076672315598, 0.01805654726922512, -0.007740541361272335, 0.0024286480620503426, 0.0060105943121016026, 0.00050766346976161, 0.003251168876886368, -0.0027435054071247578, 0.005731113720685244, -0.02750934660434723, -0.010443363338708878, -0.00628299918025732, -0.0009206928079947829, -0.0026161472778767347, -0.014787688851356506, 0.003849044442176819, 0.023858414962887764, -0.03444328531622887, -0.008639123290777206, 0.005833707749843597, 0.015367875806987286, -0.02695746161043644, -0.023122567683458328, -0.015891458839178085, -0.02333483099937439, 0.012339583598077297, -0.002462256234139204, -0.015891458839178085, 0.028570665046572685, -0.038405537605285645, 0.018792392686009407, 0.00016759970458224416, 6.450819637393579e-05, -0.007227571215480566, 0.008101389743387699, 0.010004685260355473, -0.001625584438443184, -0.014334860257804394, -0.010754683054983616, 0.0034705079160630703, -0.0033113101962953806, 0.02893858775496483, -0.023815961554646492, -0.00011270969844190404, -0.0009932161774486303, 0.0006628811825066805, 0.0001344335323665291, -0.010443363338708878, -0.010889116674661636, -0.0067818183451890945, -0.014249955303966999, -0.01608957163989544, -0.026278218254446983, -0.024084828794002533, -0.0037782900035381317, -0.0016096647595986724, -0.007206344977021217, 0.03868855535984039, 0.004913899581879377, -0.0049952673725783825, 0.014603727497160435, -0.003948100842535496, -0.0036969222128391266, -0.010584872215986252, 0.0036544695030897856, -0.014745236374437809, -0.027084819972515106, -0.013790050521492958, 0.014249955303966999, -0.005370265804231167, 0.007323089987039566, 0.0017697467701509595, 0.009127329103648663, 0.03444328531622887, 0.02547161653637886, 0.013549485243856907, 0.02453765831887722, 0.02112729102373123, -0.028429154306650162, 0.00046653742901980877, 0.005847858730703592, 0.007245259825140238, 0.028698021546006203, 0.002992914989590645, 0.022867852821946144, 0.03486781567335129, 0.013627314940094948, 0.014150898903608322, 0.012827789410948753, -0.01933012716472149, -0.01607542112469673, 0.0054233320988714695, -0.03959421440958977, -0.021509366109967232, -0.02491973154246807, -0.010669777169823647, 0.042735714465379715, 0.006304225418716669, 0.027877269312739372, 0.022301815450191498, -0.017249945551156998, 0.03976402431726456, -0.006318376399576664, -0.04528287425637245, -0.0014531203778460622, -0.02898103930056095, 0.0011152677470818162, -0.01850937493145466, -0.014051842503249645, -0.01204948965460062, 0.009693365544080734, 0.026532934978604317, 0.011624963022768497, -0.015268819406628609, -0.014547123573720455, 0.009452800266444683, 0.009969308041036129, 0.014179199934005737, 2.8688735255855136e-05, -0.007712239865213633, 0.006049509160220623, 0.024693317711353302, 0.045424383133649826, -0.006604931782931089, -0.02531595714390278, 0.007061298470944166, -0.020462200045585632, 0.014702783897519112, -0.01839616894721985, -0.01492919772863388, 0.010436288081109524, 0.05612246319651604, -0.022924454882740974, -0.017858434468507767, -0.02041974663734436, 0.008554218336939812, 0.017193341627717018, -0.009573082439601421, 0.010393834672868252, -0.006031820550560951, 0.01614617556333542, -0.019797107204794884, -0.026165012270212173, 0.02766500599682331, -0.0015309503069147468, 0.028117835521697998, 0.00804478581994772, -0.014547123573720455, -0.009247612208127975, 0.00141420541331172, 0.004206354729831219, 0.03868855535984039, 0.014044767245650291, -0.025613127276301384, 0.012389111332595348, 0.023858414962887764, 0.01149760466068983, -0.012650903314352036, 0.0031698013190180063, -0.01712258718907833, 0.012742884457111359, 0.02228766493499279, -0.013528259471058846, 0.007676862645894289, -0.012686280533671379, 0.029348963871598244, 0.020490501075983047, 0.027297083288431168, -0.02322162501513958, -0.018353715538978577, -0.0045672026462852955, -0.00470871152356267, 0.015339573845267296, 0.042962126433849335, -0.009877326898276806, -0.020844273269176483, 0.0038667330518364906, -0.016400892287492752, 0.015424479730427265, 0.01108722947537899, 0.02024993672966957, 0.00358194625005126, 0.011037700809538364, -0.008773556910455227, -0.6144886016845703, -0.0046308813616633415, -0.014278256334364414, -0.012799487449228764, 0.02629236876964569, 0.022315967828035355, 0.013132033869624138, 0.00020474581106100231, -0.013782975263893604, 0.0002460929681546986, 0.016047118231654167, 0.006300687789916992, 0.0019669749308377504, -0.0025790012441575527, -0.021014085039496422, -0.023094266653060913, 0.0003283450787421316, -0.020603708922863007, -0.006979930680245161, 0.003366145072504878, -0.016372589394450188, -0.005472859833389521, 0.01010374166071415, 0.00801648385822773, -0.0026692133396863937, -0.002237610751762986, 0.02207540161907673, 0.011292416602373123, 0.01664145663380623, -0.014617878012359142, -0.04446212202310562, -0.015849007293581963, 0.01495749969035387, -0.0005793024320155382, 0.05445265769958496, -0.009396196343004704, -0.004800692200660706, 0.028853682801127434, -0.0009489946532994509, 0.029773490503430367, -0.0034298240207135677, -0.029179152101278305, 0.03353762999176979, -0.0021827761083841324, 0.0034139042254537344, 0.010216948576271534, 0.039339497685432434, 0.010542419739067554, -0.006435120943933725, -0.006311300676316023, -0.019344277679920197, 0.005851396359503269, 0.0029699199367314577, 0.01607542112469673, 0.001729062874801457, -0.017815981060266495, 0.04669796675443649, -0.007443372625857592, -0.007252335548400879, 0.004913899581879377, 0.0048254565335810184, 0.021806534379720688, -0.02036314271390438, -0.035433851182460785, -0.040924400091171265, 0.008320728316903114, -0.009749969467520714, -0.023702755570411682, 0.024495204910635948, -0.01685371994972229, 0.0015592521522194147, 0.009749969467520714, -0.009509404189884663, -0.021976346150040627, 0.0034528193064033985, 0.05099983885884285, 0.02349049225449562, -0.004517674446105957, -0.009367894381284714, 0.019938616082072258, 0.006732290145009756, -0.0017803598893806338, -0.017377303913235664, -0.013903257437050343, 0.013924484141170979, 0.00565682165324688, -0.04508476331830025, -0.03277347981929779, -0.005027106497436762, -0.012665053829550743, 0.013351372443139553, 0.012382036074995995, -0.01889145001769066, -0.028740474954247475, 0.018905600532889366, 0.023080116137862206, 0.00038317980943247676, 0.009955157525837421, -0.013910333625972271, -0.009014122188091278, -0.009459875524044037, -0.021339554339647293, 0.004850220400840044, 0.03144329786300659, 0.03305649757385254, 0.003521804930642247, -0.01284901611506939, 0.006615545134991407, 0.018353715538978577, -0.01284901611506939, -0.011907980777323246, -0.011334870010614395, -0.024452753365039825, -0.0008384407265111804, -0.010797135531902313, -0.02602350153028965, 0.03529234230518341, 0.010535343550145626, 0.025896145030856133, -0.00016671526827849448, 0.021282952278852463, -0.012530620209872723, 0.008858462795615196, -0.02596689946949482, 0.018580129370093346, -0.00875940639525652, -0.0011223431210964918, -0.022811248898506165, 0.003721686312928796, 0.007209882605820894, 0.002941617975011468, -0.017773527652025223, 0.03124518319964409, -0.011278266087174416, 0.0003747777082026005, 0.019018808379769325, 0.011066002771258354, -0.021042386069893837, 0.009240536950528622, 0.00163619767408818, -0.0043832408264279366, 0.009544781409204006, 0.00971459224820137, -0.021070687100291252, -0.0227829460054636, -0.014745236374437809, -0.02085842378437519, -0.016754664480686188, -0.015325423330068588, -0.0038844216614961624, -0.022358419373631477, -0.012933921068906784, -0.013860804960131645, 0.013733446598052979, 0.0009711054153740406, -0.02129710279405117, -0.00036217455635778606, -0.03410366550087929, -0.0056957365013659, -0.020844273269176483, -0.017575416713953018, 0.023632001131772995, 0.006481111515313387, 0.00411791168153286, -0.02299520932137966, 0.008907990530133247, -0.005893849302083254, 0.028188589960336685, -0.007011770270764828, -0.017221642658114433, -0.009806572459638119, 0.005932764150202274, -0.021098989993333817, -0.00032480733352713287, 0.0021863137371838093, 0.007093138061463833, -0.02980179153382778, -0.021056536585092545, 0.01308958139270544, -0.010584872215986252, -0.005303049460053444, 0.006297149695456028, 0.028075382113456726, -0.007910352200269699, 0.03427347540855408, -0.00282841082662344, 0.04047156870365143, 0.04590551555156708, -0.018764091655611992, 0.0360281877219677, 5.8261903177481145e-05, 0.010832512751221657, 0.004740551114082336, 0.016542401164770126, 0.005593142472207546, 0.0285989660769701, -0.011922132223844528, -0.008617897517979145, 0.01468863245099783, 0.010669777169823647, 0.01635843887925148, 0.028570665046572685, 0.004344325978308916, -0.015905609354376793, 0.009771195240318775, -0.027353687211871147, 0.015424479730427265, -0.013882031664252281, 0.007078987080603838, 0.007117901928722858, 0.027438592165708542, -0.002816028892993927, -0.038348935544490814, 0.006219319999217987, 0.02404237724840641, 0.009757044725120068, 0.006636771373450756, -0.01635843887925148, -0.009502328000962734, 0.0044822972267866135, 0.0005514428485184908, -0.01696692779660225, 0.0002133690140908584, 0.018749941140413284, -0.012877318076789379, 0.022712191566824913, 0.005112011916935444, 0.013351372443139553, -0.005292436107993126, -0.022485777735710144, 0.0004254113882780075, 0.020929178223013878, 0.022089552134275436, -0.001578709576278925, 0.03591497987508774, 0.007093138061463833, 0.008441011421382427, -0.026561236009001732, 0.01243156474083662, 0.0017387917032465339, 0.0020271162502467632, 0.022032948210835457, 0.02749519608914852, -0.019514089450240135, 0.01664145663380623, 0.025598974898457527, 0.03597158566117287, -0.006251159589737654, -0.021721629425883293, 0.003247631248086691, -0.02255653217434883, -0.0009905629558488727, -0.004846682772040367, -0.021650874987244606, 0.03410366550087929, -0.030764052644371986, 0.0017564803129062057, 0.009856101125478745, 0.005713425111025572, 0.0245942622423172, 0.027594251558184624, 0.012707507237792015, -0.0029451558366417885, 0.02234426885843277, 0.037358373403549194, -0.022981058806180954, -0.028782928362488747, -0.02436784654855728, -0.014440991915762424, 0.007043609861284494, 0.0036297054030001163, 0.001236434793099761, -0.0032865460962057114, -0.01986786164343357, 0.013308919966220856, 0.02158012054860592, 0.01576410047709942, 0.02392916940152645, -0.030622543767094612, 0.013690994121134281, -0.01712258718907833, 0.007308939006179571, 0.02438199892640114, 0.03693384677171707, 0.02596689946949482, -0.0023048275616019964, -0.005727576091885567, 0.032745178788900375, -0.01761786825954914, 0.015735799446702003, -0.001504417392425239, 0.01607542112469673, 0.007110826671123505, -0.01761786825954914, -0.017660321667790413, -0.001043628784827888, 0.023915018886327744, -0.00025073622236959636, -0.0077051641419529915, 0.00023702754697296768, -0.015679195523262024, 0.002430416876450181, -0.008441011421382427, -0.0028549437411129475, 0.03084895946085453, 0.0067747426219284534, -0.016287684440612793, -0.03359423205256462, -0.015353725291788578, -0.030226320028305054, 0.0011665646452456713, -0.008009408600628376, -0.0002768269623629749, -0.0051580024883151054, 0.019669748842716217, 0.014589576050639153, 0.009382045827805996, -0.01828296110033989, 0.027905572205781937, 0.02943386882543564, -0.009099028073251247, -0.023787660524249077, -0.013499957509338856, 0.0242121871560812, 0.02562727779150009, 0.02837255224585533, 0.009007046930491924, 0.023193322122097015, -0.001917446730658412, 0.014306558296084404, -0.01713673770427704, -0.011242888867855072, -0.020080124959349632, -0.0369904488325119, -0.019499938935041428, -0.02398577332496643, 0.016754664480686188, 0.013492881320416927, -0.0012373192002996802, -0.003516498254612088, 0.0022110778372734785, -0.020773518830537796, -0.02152351662516594, -0.0073726181872189045, 0.00944572500884533, -0.012523544952273369, 0.018466923385858536, 0.03014141321182251, 0.03271687775850296, 0.01794333942234516, 0.018919751048088074, 0.01931597664952278, 0.014214577153325081, -0.013924484141170979, -0.0030477498658001423, -0.01152590662240982, 0.005982292350381613, -0.009742893278598785, -0.002858481602743268, 0.04151873663067818, 0.003849044442176819, -0.003003528108820319, 0.006622620392590761, 0.0038242803420871496, -0.005766490940004587, 0.00902827363461256, 0.017745226621627808, -0.013464580290019512, -0.005603755824267864, 0.007132052909582853, -0.007981106638908386, 0.017575416713953018, -0.015382026322185993, 0.006948091089725494, 0.02184898778796196, 0.013202788308262825, -0.01695277728140354, -0.013195713050663471, 0.010457513853907585, 0.012940996326506138, 0.017278246581554413, 9.457885607844219e-05, 0.010450438596308231, -0.04474513977766037, -0.004637957084923983, -0.03254706785082817, -0.007316014729440212, -0.013860804960131645, -0.011179209686815739, 0.006488186772912741, -0.019683899357914925, -0.014044767245650291, -0.019287675619125366, 0.0005160655709914863, -0.009155631065368652, -0.009198084473609924, -0.031584806740283966, -0.011384397745132446, 0.005699274595826864, -0.0008892955374903977, 0.0003887074999511242, -0.003636780893430114, 0.004896210972219706, 0.01981125771999359, 0.007832522504031658, -0.009297139942646027, 0.008327803574502468, -0.03444328531622887, -0.023745207116007805, -0.004553051665425301, -0.004227580968290567, -0.031867824494838715, -0.004952814429998398, 0.02888198383152485, -0.004570740275084972, 0.0056603592820465565, 0.003990553319454193, -0.0017520581604912877, -0.007422146387398243, 0.01490089576691389, 0.016938624903559685, 0.01887729950249195, -0.03311310335993767, -0.003364376025274396, 0.022315967828035355, -0.022202759981155396, -0.006336065009236336, 0.007054222747683525, 0.006926864851266146, 0.013287694193422794, -0.0025117844343185425, 0.02375935949385166, -0.013860804960131645, -0.001090503646992147, 0.028075382113456726, -0.0013991701416671276, 0.003834893461316824, -0.00875940639525652, 0.019457485526800156, 0.012742884457111359, 0.02394331991672516, 0.0016910324338823557, -0.01471693441271782, 0.011929207481443882, -0.0036403187550604343, -0.0008088122704066336, 0.023844264447689056, 0.010981096886098385, 0.0019386730855330825, 0.02844330668449402, -0.012120245024561882, -0.015099008567631245, -0.018863147124648094, 5.9920210333075374e-05, -0.009849024936556816, 0.013379674404859543, -0.020165029913187027, -0.009594309143722057, -0.008801858872175217, 0.004234656225889921, 0.01998106949031353, 0.03249046206474304, -0.02394331991672516, 0.00772639038041234, -0.02305181324481964, -0.009247612208127975, 0.0010268245823681355, -0.008278275839984417, -0.029716886579990387, -0.031754616647958755, -0.01850937493145466, 0.011759396642446518, 0.020787669345736504, 0.011228738352656364, -0.0039693270809948444, -0.006304225418716669, -0.009969308041036129, -0.025542370975017548, -0.010337231680750847, -0.018084848299622536, -0.00864619854837656, 0.008957519195973873, 0.041150812059640884, 0.007259410806000233, 0.032405558973550797, 0.009127329103648663, 0.008596670813858509, 0.010379684157669544, 0.013124958612024784, 0.004489372484385967, 0.0023578933905810118, 0.0007137359352782369, -0.001565443119034171, -0.024608412757515907, 0.023589547723531723, 0.012969298288226128, -0.016938624903559685, -0.014971650205552578, 0.01657070219516754, 0.0023844263050705194, 0.010775908827781677, 0.017815981060266495, -0.01965559832751751, -0.04299043118953705, -0.028400853276252747, 0.022853700444102287, -0.01001883577555418, 0.004107298329472542, -0.0362262986600399, -0.015891458839178085, 0.00875940639525652, -0.006162716541439295, 0.03710365667939186, -0.0031291174236685038, 0.040160249918699265, -0.0017688623629510403, 0.02432539500296116, -0.0043973918072879314, 0.0048997486010193825, -0.023646151646971703, 0.004662720952183008, -0.011179209686815739, -0.004981116391718388, 0.03084895946085453, 0.028146136552095413, 0.01695277728140354, 0.031867824494838715, 0.0005439251544885337, 0.004255882930010557, 0.024396149441599846, -0.019698049873113632, -0.002989377360790968, -0.0014495826326310635, -0.02711312100291252, -0.008271200582385063, -0.022386722266674042, -0.004181590396910906, -0.003972864709794521, -0.022528231143951416, 0.00834195502102375, -0.0007053338340483606, 0.018565978854894638, -0.017009379342198372, -0.013167411088943481, 0.00045327097177505493, 0.009785346686840057, 0.04703758656978607, 0.002980533055961132, 0.023122567683458328, 0.010429211892187595, 0.02438199892640114, -0.011483454145491123, -0.003242324572056532, -0.011724019423127174, -0.017320699989795685, 0.021098989993333817, 0.017037682235240936, 0.022358419373631477, -0.02602350153028965, 0.045424383133649826, 0.0020890263840556145, -0.011617887765169144, -0.030367828905582428, 0.016047118231654167, 0.0015114928828552365, 0.013400901108980179, -0.022797098383307457, -0.027353687211871147, -0.017051832750439644, 0.00925468746572733, -0.009516479447484016, 0.005692198872566223, 0.028471607714891434, -0.021056536585092545, -0.001956361811608076, 0.006304225418716669, -0.017207492142915726, 0.016429193317890167, 0.0018431545468047261, -0.002172162989154458, 0.013018826954066753, 0.008532991632819176, -0.03520743548870087, -0.0031379617284983397, 0.007683937903493643, 0.0029823018703609705, -0.022598985582590103, -0.007209882605820894, 0.03084895946085453, 0.018622582778334618, -0.009474026970565319, -0.0018679186468943954, -0.01221222523599863, 0.03599988669157028, -0.03662252426147461, -0.01723579503595829, -0.001598167116753757, -0.02102823555469513, 0.025216901674866676, -0.024297092109918594, 0.0027523497119545937, -0.014971650205552578, -0.01872163824737072, -0.017745226621627808, 0.01860843226313591, 0.010471665300428867, -0.006488186772912741, -0.02383011393249035, 0.013945710845291615, 0.015254668891429901, -0.005030644591897726, -0.01641504280269146, 0.0009127329685725272, -0.05756585672497749, -0.013139109127223492, 0.009841949678957462, 0.0036120167933404446, 0.013294769451022148, 0.012035339139401913, 0.019797107204794884, -0.005136776249855757, 0.017306549474596977, -0.021650874987244606, 0.009099028073251247, 0.011561283841729164, 0.004956352058798075, -0.036764033138751984, -0.0036084791645407677, 0.008066012524068356, -0.023915018886327744, -0.021325403824448586, -0.014051842503249645, -0.03019801713526249, -0.01679711602628231, 0.007945729419589043, 0.024141432717442513, -0.013280618004500866, 0.012778261676430702, 0.02415558323264122, -0.0017555959057062864, -0.0068490346893668175, -0.008766481652855873, -0.03574516996741295, 0.0300282072275877, -0.01614617556333542, 0.01504240557551384, 0.0300282072275877, -0.00723110930994153, -0.009091951884329319, -0.031811218708753586, 0.023193322122097015, 0.008264124393463135, -0.026929160580039024, -0.0432734489440918, -0.004234656225889921, 0.02678765170276165, -0.037245165556669235, 0.012261753901839256, -0.015226366929709911, -0.027679158374667168, -0.010889116674661636, 0.010754683054983616, 0.024933883920311928, 0.004008241929113865, 0.01795748993754387, 0.0008826623088680208, 0.030169716104865074, 0.01345042884349823, -0.01845277100801468, -0.013698069378733635, -0.03249046206474304, 0.0024604874197393656, -0.028740474954247475, -0.002308365423232317, -0.010528268292546272, 0.0406130775809288, 0.0032688574865460396, -0.0261225588619709, -0.026448030024766922, -0.005285360384732485, -0.031103674322366714, -0.01603296771645546, -0.00856836885213852, -0.008490539155900478, 0.018155602738261223, 0.02228766493499279, -0.0029646132607012987, 0.05315077677369118, -0.007379693444818258, 0.03611309453845024, -0.0032706265337765217, 0.0038879592902958393, -0.00647757388651371, -0.016995228826999664, -0.016669757664203644, -0.009997610002756119, -0.01767447218298912, -0.000987025210633874, 0.02295275777578354, 0.0029699199367314577, 0.008009408600628376, 0.021226348355412483, -0.018948053941130638, -0.013599013909697533, -0.02064616046845913, 0.00809431355446577, -0.0033024658914655447, 0.029547076672315598, 0.014016465283930302, -0.027240479364991188, -0.007485825102776289, 0.01662730611860752, 0.0009622611105442047, 0.009120253846049309, 0.007185118738561869, -0.019231071695685387, -0.012282979674637318, 0.016938624903559685, -0.026915008202195168, 0.0057912552729249, -0.0010330155491828918, -0.013825427740812302, 0.015070706605911255, 0.0011762934736907482, -0.019117863848805428, 0.028415003791451454, 0.0030795892234891653, -0.04007534310221672, -0.004489372484385967, 0.028754625469446182, -0.020405596122145653, 0.0034245173446834087, -0.0036120167933404446, -0.01311788335442543, 0.014815990813076496, 0.003774752141907811, -0.021452762186527252, -0.014504671096801758, -0.007301863748580217, 0.012912695296108723, 0.0038455065805464983, -0.008830160833895206, -0.021014085039496422, -0.01948578655719757, -0.00612026359885931, -0.034613098949193954, -0.009834874421358109, 0.01695277728140354, 0.00889384001493454, -0.003831355832517147, -0.009099028073251247, -0.034669701009988785, 0.01850937493145466, -0.007606107741594315, -0.00609196163713932, -0.03124518319964409, 0.01492919772863388, 0.0006664188695140183, -0.0011532981880009174, 0.02476407214999199, 0.21565969288349152, -0.019938616082072258, -0.01144807692617178, 0.036424413323402405, 0.02442445047199726, 0.01574994996190071, 0.03520743548870087, 0.011738169938325882, -0.01855182833969593, 0.011412699706852436, 0.03124518319964409, 0.003905647899955511, -0.023815961554646492, -0.008681576699018478, 0.029830094426870346, -0.02514614723622799, -0.02629236876964569, -0.02699991501867771, -0.021042386069893837, -0.01570749655365944, -0.0191603172570467, -0.02114144153892994, -0.002929236041381955, -0.006718139164149761, 0.0024109594523906708, -0.026504632085561752, -0.007054222747683525, 0.008943367749452591, 0.003788903122767806, 0.016599003225564957, -0.018212206661701202, -0.02991499938070774, 0.005547152366489172, 0.007613183464854956, -0.027820667251944542, -0.002849637297913432, 0.017278246581554413, 0.0035801774356514215, 0.009594309143722057, 0.017150888219475746, 0.002288907766342163, -0.012028263881802559, -0.008143842220306396, -0.02705651894211769, 0.004362014587968588, -0.002899165265262127, -0.002515322295948863, 0.01761786825954914, 0.013620239682495594, 0.0036544695030897856, -0.015339573845267296, 0.006297149695456028, 0.01607542112469673, 0.022386722266674042, 0.015580139122903347, -0.019584843888878822, -0.02903764322400093, 0.0038950347807258368, 0.01207779161632061, -0.0064386590383946896, 0.013032977469265461, 0.030367828905582428, -0.017985792830586433, 0.018919751048088074, -0.0427074134349823, 0.001721103093586862, -0.020065974444150925, -0.01607542112469673, 0.017037682235240936, 0.01366976834833622, 0.004779465962201357, -0.00834195502102375, -0.02349049225449562, -0.002739967778325081, 0.00048643714399077, -0.03891497105360031, 0.022443324327468872, 0.019726352766156197, 0.0231650210916996, 0.042792316526174545, -0.01144807692617178, -0.01232543308287859, -0.01751881279051304, -0.02436784654855728, 0.008087238296866417, -0.02684425376355648, 0.021367857232689857, -0.00376060139387846, -0.010160345584154129, -0.011985811404883862, -0.012311281636357307, -0.023405585438013077, -0.010981096886098385, -0.009792421944439411, 0.0010117891943082213, 0.01850937493145466, -0.025867842137813568, 0.023292379453778267, -0.022103702649474144, -0.018212206661701202, -0.031981032341718674, 0.03772629424929619, 0.02431124448776245, -0.011624963022768497, -0.015325423330068588, -0.007584881503134966, -0.03246216103434563, -0.00035686796763911843, 0.0025683881249278784, -0.0015565988142043352, 0.01358486246317625, -0.03195272758603096, 0.007025921251624823, 0.003817204851657152, -0.0007805104833096266, 0.0049103619530797005, 0.015551837161183357, -0.048113055527210236, -0.01756126433610916, -0.016712211072444916, -0.0065907808020710945, -0.020844273269176483, 0.015396177768707275, 0.006159178446978331, -0.0037676766514778137, -0.02118389494717121, -0.0037429125513881445, -0.010846664197742939, -0.018749941140413284, -0.026759348809719086, -0.002865556860342622, -0.0009640299831517041, 0.022853700444102287, -0.02201879769563675, -0.021990496665239334, 0.014306558296084404, -0.006537714973092079, 0.004170977510511875, 0.000867184775415808, 0.009735818020999432, -0.018622582778334618, -0.017108436673879623, 0.006389130838215351, -0.01358486246317625, 0.005957528483122587, -0.017532963305711746, 0.01131364330649376, -0.0005417140782810748, -0.02513199672102928, -0.0270706694573164, -0.016698060557246208, 0.006926864851266146, -0.026858406141400337, 0.011858453042805195, 0.01763201877474785, -0.01213439553976059, -0.021212197840213776, -0.02075936831533909, -0.010556570254266262, -0.01708013378083706, -0.02733953669667244, -0.0075424290262162685, 0.023589547723531723, -0.005303049460053444, -0.04321684315800667, -0.014384387992322445, -0.18316923081874847, 0.02196219377219677, 0.030056508257985115, -0.04392438754439354, -0.008745254948735237, 0.0010931568685919046, 0.02174993045628071, 0.009261762723326683, 0.01860843226313591, -0.010981096886098385, -0.002303058747202158, -0.017815981060266495, -0.04154703766107559, -0.025613127276301384, 0.020165029913187027, 0.018042394891381264, -0.005992905702441931, 0.007655635941773653, 0.014172124676406384, 0.010457513853907585, 0.02245747670531273, -0.023702755570411682, 0.01843862049281597, -0.003040674375370145, -0.003962251823395491, 0.009926855564117432, -0.01933012716472149, 0.009077801369130611, -0.0004554820479825139, -0.02837255224585533, -0.005975217092782259, 0.007577806245535612, -0.0002595805563032627, -0.004160364158451557, 0.02480652555823326, 0.00968629028648138, 0.017165040597319603, -0.0043832408264279366, 0.0027293546590954065, 0.000763706280849874, -0.0013469886034727097, 0.057622458785772324, 0.00749290082603693, 0.012778261676430702, 0.008051861077547073, -0.02920745499432087, 0.0049952673725783825, -0.00458135362714529, -0.01057072076946497, -0.007216958329081535, 0.013853729702532291, -0.03348102420568466, 5.088243051432073e-05, -0.015155612491071224, 0.0055294637568295, 0.007344316225498915, -0.005939839873462915, 0.007797145284712315, 0.018537677824497223, -0.04058477655053139, 0.008391482755541801, -0.0354621522128582, 0.00020540913101285696, -0.02009427547454834, -0.025485768914222717, -0.02579708769917488, -0.037896107882261276, 0.006162716541439295, -0.007195732090622187, 0.0027611940167844296, -0.01729239709675312, -0.003849044442176819, -0.01850937493145466, 0.014115521684288979, 0.009134405292570591, 0.0002533895312808454, -0.028641419485211372, 0.003930412232875824, 0.010422136634588242, -0.00038362201303243637, 0.005341964308172464, 0.027650855481624603, -0.010330155491828918, 0.00880893412977457, 0.009049499407410622, 0.019400881603360176, -0.030367828905582428, -0.0191603172570467, -0.018622582778334618, -0.018042394891381264, 0.02657538838684559, -0.006799506954848766, -0.019853711128234863, 0.02213200554251671, -0.0001830772525863722, 0.02837255224585533, 0.0015265281544998288, 0.02293860726058483, -0.01948578655719757, -0.007139128167182207, 0.01713673770427704, 0.015367875806987286, -0.034386683255434036, 0.018098998814821243, 0.034018758684396744, 0.013025902211666107, 0.001993507845327258, 0.004040081519633532, 0.056631896644830704, 0.004181590396910906, -0.040924400091171265, 0.01287024188786745, 0.01311788335442543, 0.011143832467496395, 0.0042877220548689365, 0.04177345335483551, -0.021948043256998062, -0.027212178334593773, 0.009849024936556816, 0.004492910113185644, 0.014051842503249645, -0.009502328000962734, -0.027325384318828583, 0.005610831081867218, -0.004170977510511875, -0.01256599836051464, -0.07992427796125412, -0.011370247229933739, 0.0014177431585267186, 0.023235775530338287, -0.015226366929709911, 0.007832522504031658, -0.015778250992298126, 0.01092449389398098, 0.022216910496354103, 0.02739613875746727, -0.00043823564192280173, 0.002237610751762986, -0.0017927419394254684, 0.001132071833126247, 0.01081128604710102, 0.0018104305490851402, -0.013882031664252281, -0.01850937493145466, 0.006682761944830418, 0.02432539500296116, -0.0045672026462852955, -0.006491724867373705, 0.008596670813858509, -0.006541253067553043, -0.0032458624336868525, 0.010507042519748211, -0.022415023297071457, 0.02766500599682331, 0.007100213319063187, -0.009650913067162037, 0.00831365305930376, -0.01893390156328678, 0.01397401187568903, -0.030226320028305054, 0.000968452135566622, -0.0071921939961612225, -0.022698041051626205, -0.031103674322366714, 0.012396187521517277, -0.032971594482660294, 0.01089619193226099, 0.0014398539206013083, 0.012141470797359943, -0.030594242736697197, -0.012169772759079933, 0.0023101342376321554, 0.01204948965460062, 0.017915038391947746, -0.017646171152591705, -0.004942201543599367, -0.026037653908133507, 0.015608441084623337, -0.026745198294520378, -0.0024498743005096912, 0.02289615385234356, -0.020957481116056442, 0.015438630245625973, 0.015622591599822044, -0.017532963305711746, 0.0077900695614516735, -0.024551808834075928, -0.0270706694573164, -0.01790088601410389, 0.031584806740283966, -0.006693374831229448, 0.024990485981106758, -0.0032175604719668627, 0.002918622922152281, 0.008695727214217186, -0.02179238386452198, -0.004790079314261675, 0.01641504280269146, -0.005975217092782259, 0.023589547723531723, -0.004301873035728931, -0.017532963305711746, -0.011214586906135082, -0.021735779941082, 0.01811314933001995, -0.002899165265262127, -0.008681576699018478, -0.010747607797384262, -0.0011532981880009174, -0.010981096886098385, 0.013846654444932938, 0.013216938823461533, 0.007273561786860228, -0.0002934100339189172, 0.005911537911742926, -0.05787717550992966, 0.018183903768658638, 0.03333951532840729, -0.001339913229458034, -0.0060035185888409615, -0.008532991632819176, 0.01899050548672676, -0.007174505386501551, 0.0122971311211586, 0.006208706647157669, -0.005982292350381613, -0.019896162673830986, -0.021452762186527252, -0.08326388895511627, 0.02833009883761406, 0.008115540258586407, -0.010259401053190231, 0.02470746822655201, -0.004248807206749916, -0.01498580165207386, -0.01073345635086298, 0.008653274737298489, 0.03283008560538292, 0.0011550671188160777, 0.0036509318742901087, 0.006360828876495361, 0.0029540001414716244, 0.006799506954848766, -0.011936282739043236, 0.03031122498214245, 0.00847638864070177, 0.01729239709675312, -0.0038030538707971573, -0.028287645429372787, -0.024226337671279907, -0.005702812224626541, 0.016924474388360977, -0.008441011421382427, 0.01618862710893154, -0.011731094680726528, 0.04024515673518181, -0.008745254948735237, -0.022528231143951416, 0.01545278076082468, -0.03212254121899605, 0.00358194625005126, 0.027127273380756378, 0.018155602738261223, -0.021735779941082, 0.008398558013141155, 0.02882537990808487, 0.010620249435305595, -1.0744456631073263e-05, -0.010252325795590878, -0.017476359382271767, 0.015551837161183357, -0.016839569434523582, 0.003916261252015829, -0.0101532693952322, -0.01221222523599863, 0.003051287494599819, 0.012615526095032692, 0.015127310529351234, 0.04768852889537811, 0.004270033445209265, -0.011037700809538364, -0.0352640375494957, 0.002090795198455453, -0.0383206345140934, 0.0012099018786102533, 0.021495215594768524, -0.0001380818139296025, 0.0014301252085715532, 0.0362262986600399, 0.019726352766156197, 0.025669729337096214, -0.0005633826367557049, -0.002430416876450181, -0.00899997167289257, -0.015297121368348598, -0.006877336651086807, 0.023363133892416954, -0.05736774206161499, -0.01988201215863228, -0.025839541107416153, 0.007768843322992325, -0.0016193934716284275, 0.0022712191566824913, 0.0035960969980806112, -0.010740531608462334, 0.009077801369130611, -0.009318366646766663, 0.043613068759441376, 0.025457466021180153, -0.008879688568413258, -0.013216938823461533, 0.01435608696192503, 0.014759386889636517, 0.02581123821437359, -0.022202759981155396, 0.008391482755541801, 0.003675695974379778, -0.01550938468426466, -0.03254706785082817, 0.01657070219516754, 0.01795748993754387, 0.02129710279405117, 0.005713425111025572, -0.00042187367216683924, -0.005345501936972141, -0.0021226347889751196, 0.01790088601410389, 0.013910333625972271, 0.0011462228139862418, 0.024141432717442513, 0.008787708356976509, 0.0011311874259263277, -0.0019705125596374273, -0.004800692200660706, 0.0006106997025199234, -0.03650931641459465, 0.00883723609149456, 0.012587224133312702, 0.020405596122145653, 0.0005938955000601709, -0.03232065215706825, 0.03246216103434563, -0.029490472748875618, 0.012551846913993359, -0.02262728661298752, 0.0032175604719668627, -0.027622554451227188, 0.03509422764182091, 0.0072028073482215405, 0.013981088064610958, 0.029179152101278305, -0.011865528300404549, 0.04913191869854927, 0.009742893278598785, 0.0034139042254537344, -0.020490501075983047, 0.016117872670292854, 0.008009408600628376, -0.025174448266625404, 0.03792440891265869, -0.008610821329057217, -0.010910342447459698, 0.00013841348118148744, -0.01163911446928978, -0.015396177768707275, 0.019613144919276237, 0.007591957226395607, 0.09758459776639938, 0.01805654726922512, -0.011575435288250446, 0.007259410806000233, -0.019613144919276237, -0.0013699838891625404, 0.027820667251944542, 0.006028282921761274, 0.005939839873462915, 0.004917437210679054, 0.029688585549592972, 0.01216269750148058, -0.02806123159825802, -0.010436288081109524, -0.015155612491071224, -0.011009398847818375, 0.0019775880500674248, -0.004676871933043003, 0.008667425252497196, -0.01128534134477377, 0.03308480232954025, -0.01981125771999359, 0.020221633836627007, -0.006820733193308115, -0.038943272083997726, 0.002172162989154458, 0.03232065215706825, -0.023688605055212975, -0.01580655388534069, -0.03396215662360191, 0.016698060557246208, 0.004216967616230249, -0.03353762999176979, -0.01207779161632061, 8.147821790771559e-05, 0.007577806245535612, -0.018565978854894638, -0.005727576091885567, 0.009566007182002068, -0.0015159150352701545, 0.005533001385629177, -0.010259401053190231, -0.032858386635780334, 0.002327822847291827, 0.010117892175912857, 0.015820704400539398, 0.00889384001493454, -0.0037959786131978035, -0.025768786668777466], \"05e7e798-d991-42ad-94f7-c066a0faf6ce\": [-0.01590411551296711, 0.002118120202794671, 0.015376754105091095, -0.0034694841597229242, 0.005530357826501131, 0.01590411551296711, -0.018971139565110207, -0.01719476282596588, -1.3098658200760838e-05, -0.01601513847708702, 0.012164011597633362, 0.023314934223890305, -0.013496293686330318, 0.005776691250503063, -0.003552751848474145, 0.0039205169305205345, 0.00170611881185323, -0.016195552423596382, 0.009867212735116482, -0.016778426244854927, -0.004950954113155603, 0.01131745707243681, 0.007910423912107944, 0.0007359643350355327, -0.021316511556506157, 0.0015604004729539156, 0.01577921397984028, -0.03397319093346596, -0.00678631104528904, 0.01077621802687645, 0.016861693933606148, -0.016237186267971992, 0.002392209367826581, -0.027034221217036247, -0.01361425593495369, 0.0018856646493077278, 0.012538716197013855, 0.001870051957666874, 0.011081532575190067, -0.0285885501652956, 0.010040687397122383, -0.016362087801098824, -0.0052909632213413715, -0.0014866739511489868, -0.006449771113693714, 0.009596593677997589, 0.03500015661120415, -0.0263819582760334, -0.006546916905790567, -0.003292540553957224, 0.012844030745327473, 0.04574168100953102, -0.02037281170487404, 0.006199968047440052, -0.009929663501679897, 0.019637281075119972, 0.005988329648971558, 0.003826841013506055, -0.022163065150380135, -0.003799085272476077, 0.01310771144926548, -0.006068127695471048, -0.01310077216476202, -0.0028831413947045803, -0.02407822012901306, 0.029310202226042747, -0.016362087801098824, 0.029254691675305367, 0.0003150725387968123, -0.006651001051068306, 0.02264879271388054, 0.006127109285444021, 0.017583345994353294, -0.013940387405455112, 0.03222456946969032, 0.010234978049993515, 0.0034920359030365944, -0.006179151590913534, 0.007133259437978268, -0.006394259165972471, 0.009332912974059582, 0.006793249864131212, -0.017583345994353294, 0.027117488905787468, 0.00033740734215825796, 0.01816621981561184, 0.025715816766023636, 0.008784733712673187, -0.025424379855394363, -0.0003280830860603601, -0.001991483848541975, 0.006876517552882433, 0.023370444774627686, 0.02732565812766552, 0.006956316065043211, 0.010366818867623806, 0.01018640585243702, 0.03558303043246269, 0.007834095507860184, -0.015501655638217926, -0.016903327777981758, 0.026826051995158195, -0.04468695819377899, -0.016625767573714256, -0.02273206040263176, 0.0012013089144602418, 0.02164958231151104, -0.0027478314004838467, 0.03061472810804844, 0.027755873277783394, -0.03749818354845047, 0.03191925585269928, -0.013815485872328281, -0.025757450610399246, -0.007473269011825323, -0.024439046159386635, -0.015598800964653492, -0.025688061490654945, -0.019096041098237038, -0.01708373986184597, 0.01815234124660492, 0.011067654937505722, 0.023051252588629723, -0.005186879076063633, 0.006474057678133249, 0.0013730484060943127, -0.011109288781881332, -0.0067654941231012344, 0.007507964037358761, -0.019789937883615494, 0.022149186581373215, 0.006980602163821459, 0.03552751988172531, 0.008132470771670341, -0.028949376195669174, 0.009790884330868721, -0.012982809916138649, 0.02280144952237606, -0.018873993307352066, -0.02037281170487404, 0.010602743364870548, 0.059786152094602585, -0.025882352143526077, -0.0019689323380589485, -0.018915627151727676, 0.01580696925520897, -0.003304683603346348, 0.005266677122563124, 0.012913419865071774, -0.017847027629613876, 0.019567890092730522, -0.011053776368498802, 0.004194606561213732, 0.0009679860668256879, 0.01711149699985981, 0.034833621233701706, 0.019193187355995178, -0.005183409433811903, 0.012739946134388447, 0.008770856074988842, 0.0027478314004838467, 0.03316826745867729, 0.0038233716040849686, -0.009568837471306324, 0.03652672842144966, 0.022024285048246384, 0.02146916836500168, -0.0072859167121350765, 0.012399936094880104, -0.0014884087722748518, 0.004933606367558241, 0.008229616098105907, -0.020816905423998833, -0.0028675287030637264, 0.00357356877066195, 0.02270430512726307, 0.015460021793842316, 0.019096041098237038, -0.026950953528285027, 0.0005429742741398513, -0.0251051876693964, 0.014530199579894543, -0.0030219207983464003, 0.03780350089073181, -0.007473269011825323, -0.008250433020293713, 0.015251852571964264, -0.01607065089046955, 0.007244282867759466, 0.006258949637413025, 0.031031066551804543, -0.0063179307617247105, 0.004878094885498285, -0.0013678441755473614, -0.6261724829673767, 0.005481785163283348, 0.004090521950274706, -0.008652893826365471, 0.007133259437978268, 0.006644062232226133, 0.011712978594005108, 0.018901750445365906, -0.01820785365998745, 0.008319823071360588, 0.0026489512529224157, 0.013010566122829914, -0.006678757257759571, -0.02063649147748947, -0.013836302794516087, -0.02281532809138298, 0.002926509827375412, -0.014072228223085403, -0.006526099983602762, 0.016598012298345566, -0.03294622153043747, 0.007011827547103167, -0.014502444304525852, -0.014280397444963455, 0.012129317037761211, -0.016375966370105743, 0.023023497313261032, 0.006016085390001535, -0.014821636490523815, -0.011282762512564659, -0.04452042281627655, -0.0029386531095951796, 0.022565525025129318, 0.0025205803103744984, 0.04912789538502693, -0.0004861614725086838, -0.017361298203468323, 0.005041160620748997, -0.006730799563229084, 0.026534615084528923, -0.018485412001609802, -0.0040974607691168785, 0.01539063174277544, -0.022385112941265106, -0.01824948750436306, 0.015043683350086212, 0.038136571645736694, 0.0016584134427830577, -0.011213373392820358, -0.013406086713075638, -0.004142564255744219, -0.004728906787931919, 0.007501024752855301, 0.02405046485364437, -0.008729222230613232, -0.007618987467139959, 0.04685191437602043, 0.006418545730412006, -0.015085317194461823, -0.0011518687242642045, 0.007265099789947271, 0.029199179261922836, -0.025563159957528114, -0.017472323030233383, -0.04218892753124237, 0.008555748499929905, -0.013988960534334183, -0.028755085542798042, 0.029032643884420395, -0.005214634817093611, -0.005110550206154585, 0.011095410212874413, -0.013350575231015682, -0.01801356114447117, -0.0011223781621083617, 0.03772023320198059, 0.01937359943985939, -0.026742784306406975, -0.013898753561079502, 0.02524396777153015, -0.0025917047169059515, 0.0020521997939795256, -0.008819429203867912, -0.0017937233205884695, 0.03219681233167648, 0.00023570808116346598, -0.02847752720117569, -0.04418735206127167, 0.026479102671146393, -0.020178521052002907, -0.011490931734442711, 0.00020535009389277548, -0.011095410212874413, -0.019692791625857353, 0.010679072700440884, 0.033556852489709854, -0.007088156417012215, 0.0014511117478832603, -0.012753823772072792, -0.0074663301929831505, -0.01602901704609394, -0.023301055654883385, 0.015196341089904308, 0.027630971744656563, 0.039274562150239944, 0.0030756976921111345, -0.03899700194597244, -0.004142564255744219, 0.008104715496301651, -0.017999684438109398, -0.010207222774624825, 0.010415391996502876, -0.043854281306266785, -0.005707301665097475, 0.013773852027952671, -0.022440623492002487, 0.01695883832871914, -0.017916416749358177, 0.02500804141163826, -0.008257372304797173, 0.017513956874608994, -0.009728433564305305, 0.019567890092730522, -0.014349786564707756, 0.010117015801370144, -0.012170950882136822, 0.001289780717343092, -0.009596593677997589, 0.0034885662607848644, 0.00737612321972847, 0.008798612281680107, 0.0020487303845584393, 0.04060684144496918, -0.01954013481736183, 0.02409209869801998, 0.01022803969681263, 0.014530199579894543, -0.028949376195669174, 0.005263207480311394, -0.025771329179406166, -0.0014806024264544249, 0.013440782204270363, 0.021385900676250458, -0.01949850097298622, -0.004704620689153671, -0.02184387296438217, -0.028199966996908188, -0.00770225515589118, -0.006675287615507841, -0.006932029500603676, -0.022107552736997604, -0.008264311589300632, -0.020247910171747208, 0.011768490076065063, 0.01479388028383255, -0.018915627151727676, 0.012323607690632343, -0.0340009443461895, 0.015654312446713448, -0.028838353231549263, 0.009894968941807747, 0.017777636647224426, -0.01824948750436306, 0.016223307698965073, -0.016833936795592308, -0.011074593290686607, -0.008507175371050835, 0.029004888609051704, -0.017944172024726868, 0.0009480365552008152, -0.008042264729738235, -0.0010260998969897628, -0.012455448508262634, 0.00398990698158741, -0.013794668950140476, 0.013482416048645973, -0.023412078619003296, -0.026465225964784622, 0.007362245582044125, -7.28591694496572e-05, 0.0024720074143260717, 0.010394575074315071, 0.00797287467867136, 0.0010954895988106728, 0.03375114127993584, 0.026964832097291946, 0.04113420471549034, 0.027825264260172844, -0.018610313534736633, 0.003466014750301838, 0.0054193343967199326, 0.017347421497106552, -0.016459232196211815, 0.007251222152262926, 9.963924821931869e-05, 0.032640907913446426, 0.006258949637413025, -0.006255479995161295, 0.016375966370105743, -0.010089260526001453, 0.020053619518876076, 0.023634126409888268, 0.016237186267971992, -0.016417598351836205, 0.0061444565653800964, -0.03175272047519684, 0.014502444304525852, 0.00327692786231637, -0.017624979838728905, 0.00911780446767807, 0.01573758013546467, -0.007625926285982132, -0.026576248928904533, 0.0020417915657162666, 0.020858539268374443, -0.018041318282485008, -0.015709824860095978, -0.0011987067991867661, -0.015043683350086212, -0.012677495367825031, 0.0006756820366717875, -0.006529569160193205, 0.006703043356537819, 0.014946538023650646, -0.02620154432952404, 0.013274246826767921, -0.012392997741699219, 0.010366818867623806, 0.016500866040587425, -0.01318403985351324, 0.006980602163821459, 0.008423907682299614, 0.022163065150380135, -0.003930925391614437, 0.007174893282353878, -0.0030392680782824755, 0.02607664279639721, -0.03533322736620903, 0.043993059545755386, -0.02052546851336956, -0.0035631603095680475, 0.0025032327976077795, 0.025896230712532997, 0.0030618198215961456, 0.02528560161590576, 0.015529410913586617, 0.026437468826770782, 0.025660304352641106, -0.009506386704742908, -0.01374609675258398, -0.0026558900717645884, 0.014946538023650646, -0.014308152720332146, -0.009790884330868721, 0.033529095351696014, -0.015279608778655529, -0.005544235929846764, -0.011900330893695354, 0.016709035262465477, 0.023648004978895187, 0.022204698994755745, 0.011137044057250023, 0.004454817622900009, 0.01029742881655693, 0.01534899789839983, -0.005336066707968712, -0.03774798661470413, -0.02159406989812851, -0.011851757764816284, -0.004444409161806107, -0.003014981746673584, -0.0013105976395308971, 0.010082321241497993, -0.023190032690763474, -0.007091625593602657, 0.010928874835371971, 0.017389055341482162, 0.016292698681354523, -0.008264311589300632, 0.006581611465662718, 0.00384765793569386, 0.0005507806199602783, 0.009499447420239449, 0.007875729352235794, 0.0041460334323346615, 0.003171108663082123, -0.0067169214598834515, 0.036943066865205765, 0.009402302093803883, -0.0005603216704912484, -0.019581768661737442, 0.025424379855394363, -0.011518687941133976, -0.011137044057250023, -0.0320025235414505, -0.00916637759655714, 0.009839457459747791, -0.013121589086949825, -0.01264280080795288, -0.003211007686331868, -0.0012550859246402979, 0.01264280080795288, -0.02953225001692772, -0.01600126177072525, 0.016320453956723213, -0.0026229301001876593, -0.014641223475337029, -0.02284308336675167, -0.004791357554495335, -0.01922094263136387, -0.020678125321865082, -0.011983598582446575, 0.010637438856065273, -0.008229616098105907, 0.0025570099242031574, 0.007251222152262926, -0.005804446991533041, -0.01601513847708702, 0.06711370497941971, 0.024730483070015907, 0.008999842219054699, -0.020247910171747208, -0.012288913130760193, 0.01584860309958458, 0.024161487817764282, 0.033806655555963516, -0.0043993061408400536, 0.007549597416073084, 0.006879987195134163, 0.008153287693858147, -0.01420406810939312, -0.007355306297540665, -0.01318403985351324, -0.021941017359495163, -0.008326762355864048, -0.022482257336378098, 0.01691720448434353, 0.008819429203867912, 0.012975870631635189, 0.006005676928907633, 0.00920107215642929, -0.00025934394216164947, -0.009881091304123402, -0.004961362574249506, 0.00857656542211771, -0.01471061259508133, 0.0035909160505980253, 0.015751458704471588, 0.04327140748500824, 0.028088944032788277, 0.012739946134388447, 0.022274088114500046, 0.0011562056606635451, -0.03333480283617973, 0.010519475676119328, 0.01532124262303114, 0.0028900804463773966, -0.005943226628005505, 0.0007667560130357742, 0.04693518206477165, -0.016195552423596382, -0.00958271510899067, -0.004017662722617388, 0.0026923196855932474, -0.0013695788802579045, -0.0012550859246402979, -0.0021285286638885736, -0.0003590916167013347, 0.009527203626930714, -0.015335120260715485, -0.0060403719544410706, 0.0034972401335835457, -0.02600725367665291, 0.004482573363929987, 0.019082162529230118, 0.021885506808757782, -0.03630468249320984, 0.004690742585808039, 0.003781737759709358, 0.01722251996397972, -0.0032994793727993965, 0.002527519129216671, 0.006075066979974508, -0.05259738117456436, -0.011567260138690472, -0.03067024052143097, 0.004166850354522467, -0.010234978049993515, -0.016556378453969955, -0.010373758152127266, -0.014946538023650646, -0.009596593677997589, -0.017930293455719948, -0.01357956137508154, 0.006199968047440052, -0.018679702654480934, -0.023328810930252075, -0.010866424068808556, 0.017930293455719948, 0.004229301121085882, -0.008972086012363434, -0.003051411360502243, 0.02370351552963257, 0.0026489512529224157, -0.013093833811581135, -0.013988960534334183, 0.01612616330385208, -0.017583345994353294, -0.020136887207627296, -0.0017304052598774433, -0.014086105860769749, -0.024341901764273643, -0.016750669106841087, 0.013433842919766903, 0.0018960731104016304, -0.013850181363523006, 0.012483203783631325, -0.006793249864131212, 0.004080113489180803, -0.003833780065178871, 0.021233243867754936, -0.009013719856739044, 0.00426399614661932, -0.008736161515116692, 0.013482416048645973, 0.0024182305205613375, -0.0030080426950007677, -0.024147609248757362, 0.022190820425748825, 0.006654470693320036, -0.011241128668189049, 0.023648004978895187, -0.009180255234241486, -0.00800756923854351, 0.02046995609998703, -0.004427061881870031, 0.0022933289874345064, -0.00792430154979229, 0.02850528247654438, 0.00541239557787776, 0.02728402428328991, 0.005041160620748997, -0.018041318282485008, 0.009610471315681934, 0.006477526854723692, -0.03075350821018219, 0.03674877807497978, 0.03269641846418381, 0.0032318246085196733, 0.008680649101734161, -0.005183409433811903, -0.033445827662944794, -0.01811070740222931, -0.00710550369694829, -0.031058821827173233, 0.005429742857813835, -0.020150763913989067, -0.026631761342287064, -0.016500866040587425, -0.018693581223487854, 0.0285885501652956, 0.025410503149032593, -0.010706827975809574, 0.006158334668725729, -0.023648004978895187, -0.009055353701114655, -0.007265099789947271, -0.01035294122993946, -0.013753035105764866, -0.037054091691970825, -0.029893076047301292, 0.01081785187125206, 0.03422299399971962, 0.035749565809965134, -0.006626714952290058, -0.009457813575863838, 0.0007723939488641918, -0.01822173036634922, -0.0314474031329155, -0.006252010352909565, 0.007070808671414852, -0.012455448508262634, 0.047434788197278976, 0.017361298203468323, 0.018596434965729713, 0.006626714952290058, 0.02166345901787281, -0.008847184479236603, 0.006727329920977354, -0.0012550859246402979, -0.003743573557585478, -0.004489512648433447, -0.003450402058660984, -0.001118041342124343, 0.0307257529348135, 0.005839142017066479, -0.008305945433676243, -0.02070588245987892, 0.020289544016122818, 0.007625926285982132, -0.005950165446847677, 0.015196341089904308, -0.015043683350086212, -0.034750353544950485, -0.030364925041794777, 0.0022464909125119448, -0.007535719778388739, 0.00541239557787776, -0.023287177085876465, -0.01251789927482605, 0.0018457656260579824, -0.0043993061408400536, 0.019651157781481743, -0.002187509788200259, 0.02171897143125534, -0.0068383533507585526, 0.017500078305602074, 0.013350575231015682, 0.014349786564707756, -0.010096198879182339, 0.00023245543707162142, -0.0048919725231826305, -0.01247626543045044, 0.014460810460150242, 0.025257844477891922, 0.03533322736620903, 0.024161487817764282, -0.011518687941133976, -0.0036776531487703323, 0.02184387296438217, -0.010380696505308151, 0.003188455943018198, 0.004881564062088728, -0.004888503346592188, -0.005832202732563019, -0.03089228644967079, -0.0022135309409350157, -0.03325153514742851, -0.0006275429623201489, 0.004312568809837103, -0.02844977006316185, 0.007618987467139959, -0.014009777456521988, -0.005617095157504082, 0.0023453712929040194, -0.01725027523934841, 0.0192764550447464, 0.023620247840881348, 0.017694368958473206, 0.0034590756986290216, 0.027936287224292755, -0.03067024052143097, 0.0003803422150667757, -0.0033515216782689095, 0.0017668348737061024, 0.03069799579679966, 0.019914839416742325, 0.03311275690793991, -0.01141460333019495, 0.037054091691970825, 0.004805235657840967, -0.011227251030504704, -0.04193912446498871, 0.013510171324014664, 0.029004888609051704, 0.018860116600990295, -0.02163570374250412, -0.0033237659372389317, -0.015640433877706528, -0.0009766598232090473, 0.0026784418150782585, -0.0020018923096358776, 0.006949376780539751, -0.019998107105493546, -0.024244755506515503, 0.012705251574516296, -0.01188645325601101, 0.008687588386237621, 0.0034382587764412165, 0.019068285822868347, -0.006848761811852455, 0.004486043006181717, -0.023536980152130127, -0.00023852703452575952, 0.008694527670741081, 0.02972654066979885, -0.015376754105091095, -0.0022568993736058474, 0.014224885031580925, 0.008507175371050835, -0.012434631586074829, -0.007618987467139959, -0.005943226628005505, 0.029004888609051704, -0.018901750445365906, 0.0004883299116045237, -0.0006787178572267294, -0.02035893313586712, 0.030559217557311058, -0.007029174827039242, 0.0054644374176859856, -0.01366282906383276, -0.026645638048648834, -0.02406434156000614, 0.02145528979599476, -0.001449377043172717, -0.024425169453024864, 0.0006873915554024279, 0.009860274381935596, 0.017805393785238266, -0.02715912275016308, -0.014058349654078484, 0.017569467425346375, -0.03966314345598221, -0.019942594692111015, -0.006814066786319017, -0.005339536350220442, -0.010755401104688644, 0.004791357554495335, 0.025743572041392326, 0.0018058664863929152, 0.03858066350221634, -0.009013719856739044, 0.013551805168390274, 0.022523891180753708, 0.001141460263170302, -0.033640120178461075, 0.0016957103507593274, -0.02035893313586712, -0.037109602242708206, 0.004551963414996862, -0.017430689185857773, -0.04024601727724075, -0.010512537322938442, 0.03677653148770332, 0.0225516464561224, -0.0007177495281212032, 0.03083677589893341, 0.015682067722082138, 0.004281343426555395, -0.012497082352638245, 0.003660305868834257, -0.0386916883289814, 0.03089228644967079, -0.01305913832038641, -0.0036290804855525494, 0.04105093702673912, 0.005075855180621147, -0.010234978049993515, -0.026631761342287064, 0.03422299399971962, 0.013350575231015682, -0.03433401510119438, -0.02743668109178543, -0.008743099868297577, 0.024355778470635414, -0.04180034622550011, 0.005051569081842899, -0.028866108506917953, -0.0320025235414505, -0.01595962792634964, 0.017624979838728905, 0.02516070008277893, 0.03450055047869682, 0.00974231120198965, 0.005398517474532127, 0.022385112941265106, 0.01242769230157137, -0.017874782904982567, -0.02167733758687973, -0.0307257529348135, -0.008708405308425426, -0.024272510781884193, -0.024258634075522423, -0.00971455592662096, 0.03955211862921715, 0.003899700241163373, -0.021413655951619148, -0.0062693580985069275, -0.007723071612417698, -0.03880271315574646, -0.02158019132912159, -0.013475476764142513, -0.007507964037358761, 0.008250433020293713, 0.021177731454372406, -0.007036114111542702, 0.04976627975702286, -0.017888661473989487, 0.03411196917295456, -0.009249645285308361, 0.009443935938179493, -0.014065288938581944, 0.002716606017202139, -0.0018388265743851662, -0.034778110682964325, -0.01693108305335045, -0.00797287467867136, 0.02625705674290657, 0.01258728839457035, 0.008687588386237621, 0.015640433877706528, -0.0159318707883358, 0.012108500115573406, -0.010200283490121365, 0.01021416112780571, 0.0037852071691304445, 0.021080585196614265, 0.001195237273350358, -0.022440623492002487, -0.014682857319712639, 0.015626557171344757, 0.008632076904177666, 0.01589023694396019, 0.004361141473054886, -0.007091625593602657, -0.00027127028442919254, 0.00770225515589118, -0.012684434652328491, 0.0016341271111741662, -0.0010816117282956839, -0.007272039074450731, 0.011706039309501648, 0.0015048887580633163, -0.015335120260715485, 0.010581926442682743, -0.0001913637388497591, -0.01577921397984028, 0.0039239865727722645, 0.01949850097298622, -0.03638795018196106, 0.017361298203468323, 0.012864847667515278, -0.009305156767368317, 0.00536729209125042, 0.0038233716040849686, -0.0019047468667849898, -0.029310202226042747, 0.004506859928369522, 0.011712978594005108, -0.005513010546565056, -0.022232454270124435, -0.024785995483398438, -0.002081690588966012, -0.0014172842493280768, -0.024619460105895996, 0.023564737290143967, 0.00298028695397079, -0.00843778531998396, -0.0024754770565778017, -0.029393469914793968, -0.024522313848137856, 0.0062658884562551975, -0.003559690900146961, -0.010755401104688644, -0.03497239947319031, 0.010748461820185184, 0.00021630065748468041, 0.007188771385699511, 0.012136255390942097, 0.22038163244724274, -0.007334489841014147, -0.007070808671414852, 0.03383440896868706, -0.00847941916435957, 0.006723860278725624, 0.04019050672650337, -0.0007936445181258023, -0.013399148359894753, 0.016195552423596382, 0.00021662592189386487, -0.007792461663484573, -0.011109288781881332, -0.007195710204541683, 0.029143666848540306, -0.012136255390942097, -0.024550070986151695, -0.027783630415797234, -0.015640433877706528, -0.0078965462744236, 0.005898123141378164, -0.007081217132508755, -0.024550070986151695, -0.015126951038837433, 0.01809682883322239, -0.020914051681756973, -0.006928559858351946, 0.021274877712130547, 0.014988171868026257, 0.004364611115306616, -0.02292635105550289, -0.04093991219997406, -0.0015300425002351403, -0.005887714680284262, -0.021829994395375252, -0.01589023694396019, 0.01700047217309475, -0.004309099167585373, -0.00804920308291912, 0.02713136561214924, -0.005842611193656921, -0.0010347736533731222, 0.0031086578965187073, -0.017944172024726868, 0.013725279830396175, 0.010658255778253078, -0.008979025296866894, 0.00025110392016358674, 0.009853335097432137, -0.004291751887649298, -0.020775271579623222, 0.012712189927697182, 0.05578930675983429, 0.042660776525735855, -0.008271249942481518, -0.02385617420077324, -0.018638068810105324, 0.014127739705145359, -0.00030596513533964753, 0.0062658884562551975, -0.019068285822868347, 0.011824002489447594, -0.034694842994213104, 0.008680649101734161, -0.03960763290524483, 0.011150922626256943, -0.02271818183362484, -0.011546443216502666, 0.01090111956000328, 0.008680649101734161, -0.01192808710038662, -0.003464279929175973, -0.003205803455784917, -0.012948115356266499, -0.003695000661537051, -0.03777574375271797, 0.03871944546699524, 0.018429899588227272, 0.026728905737400055, 0.05101529508829117, -0.01598738320171833, -0.023328810930252075, -0.004246648866683245, -0.018582558259367943, 0.010574988089501858, -0.030198389664292336, 0.03397319093346596, -0.0022152657620608807, -0.009277400560677052, -0.019595647230744362, -0.01590411551296711, -0.021219365298748016, 0.002720075659453869, 0.010068443603813648, 0.012677495367825031, 0.02396719716489315, -0.005953635089099407, 0.02614603377878666, -0.017375176772475243, -0.005731587763875723, -0.010332124307751656, 0.03075350821018219, 0.02516070008277893, -0.0025032327976077795, -0.024633338674902916, -0.012184828519821167, -0.020206276327371597, -0.010457025840878487, 0.012788518331944942, -0.00967986136674881, 0.014308152720332146, -0.03516669198870659, 0.009430058300495148, -0.010422330349683762, 0.008868001401424408, 0.009818640537559986, -0.00226730783469975, -0.03611038997769356, -0.015626557171344757, -0.011706039309501648, 0.011699100956320763, -0.024869263172149658, 0.007903484627604485, -0.0048919725231826305, -0.02975429594516754, -0.03053146041929722, 0.0029178361874073744, 0.000719050585757941, -0.025382746011018753, -0.0159318707883358, 0.006345686502754688, -0.02528560161590576, 0.013260368257761002, -0.019054407253861427, -0.008000630885362625, 0.008319823071360588, 0.006071597337722778, -0.002180570736527443, 0.011671344749629498, 0.015543289482593536, -0.014946538023650646, 0.0036464279983192682, 0.011712978594005108, -0.014668979682028294, -0.0003660305810626596, -0.016625767573714256, 0.005846080835908651, 0.01310771144926548, -0.039163537323474884, -0.023203911259770393, -0.01361425593495369, -0.020095253363251686, -0.00021196379384491593, 0.01259422767907381, 0.010630499571561813, 0.0032647845800966024, -0.004503390286117792, -0.022371234372258186, 0.00847941916435957, -0.013586499728262424, -0.025438258424401283, -0.010956631042063236, 0.018985018134117126, -0.004055826924741268, -0.03194700926542282, -0.018513167276978493, -0.17919191718101501, 0.026756662875413895, 0.013524049893021584, -0.0340009443461895, 0.01822173036634922, -0.0047705406323075294, 0.010484781116247177, 0.022274088114500046, 0.013343635946512222, -0.020275665447115898, -0.0033081532455980778, -0.010762340389192104, -0.04199463501572609, 0.0008691058028489351, 0.007771644741296768, 0.016792302951216698, -0.004760132171213627, 0.0077369497157633305, 0.029254691675305367, 0.017500078305602074, 0.03536098450422287, -0.021372022107243538, 0.002945592161267996, 0.00907617062330246, 0.00710550369694829, 0.011824002489447594, -0.009513325989246368, 0.02717299945652485, -0.0034746883902698755, -0.024869263172149658, -0.013822425156831741, -0.010831729508936405, 0.00911780446767807, 0.00049830466741696, 0.023412078619003296, 0.013822425156831741, 0.01955401338636875, 0.0206226147711277, 0.005481785163283348, 0.003865005448460579, 0.011560321785509586, 0.029365714639425278, -0.007806339301168919, 0.019637281075119972, 0.004093991592526436, -0.011032959446310997, 0.02718687802553177, -0.02745055966079235, 0.011039898730814457, -0.0071471375413239, 0.002668033353984356, -0.027755873277783394, -0.00971455592662096, -0.011601955629885197, 0.004555432591587305, -0.0018475003307685256, -0.008555748499929905, 0.007958997040987015, 0.0086043206974864, -0.02166345901787281, 0.012705251574516296, -0.030503705143928528, -0.01540451031178236, -0.005752404686063528, 0.0026715027634054422, -0.028061188757419586, -0.006692634895443916, 0.026756662875413895, 0.013593439012765884, -0.005284024402499199, -0.006408137269318104, 0.017486199736595154, -0.005662198178470135, 0.009894968941807747, 0.012934236787259579, 0.004971771035343409, -0.02840813621878624, 0.01933196559548378, 0.00856962613761425, -0.005894653499126434, 0.008680649101734161, 0.01833275519311428, -0.011352152563631535, 0.025826839730143547, 0.0025413972325623035, 0.005547705106437206, 0.003346317447721958, -0.016806181520223618, -0.01602901704609394, -0.00915249902755022, 0.018651947379112244, 0.014009777456521988, 0.005901592783629894, 0.016251064836978912, 0.0037331650964915752, 0.005537296645343304, 0.00513136712834239, 0.0028519160114228725, -0.01700047217309475, 0.0050723860040307045, 0.008680649101734161, 0.005832202732563019, -0.01589023694396019, 0.000823135138489306, 0.03080902062356472, 0.017749881371855736, 0.010512537322938442, 0.026715029031038284, 0.03383440896868706, -0.007223465945571661, -0.03075350821018219, 0.0060438415966928005, 0.011900330893695354, 0.012219523079693317, 0.014037532731890678, 0.03311275690793991, -0.007986752316355705, -0.02511906623840332, -0.0019845450296998024, 0.0052979025058448315, 0.035860586911439896, -0.02271818183362484, -0.00355101702734828, 0.003153761150315404, 0.003176312893629074, -0.03430626168847084, -0.0850439965724945, -0.030115123838186264, -0.0019168900325894356, 0.005790569353848696, 0.030004099011421204, 0.026701150462031364, -0.012871786020696163, 0.016403721645474434, 0.0016202491242438555, 0.01302444376051426, -0.01954013481736183, -0.002303737448528409, -0.012628922238945961, 0.01602901704609394, 0.0003636453184299171, 0.004045418463647366, -0.0069875409826636314, -0.005103611387312412, 0.003865005448460579, 0.028921620920300484, 0.0074593909084796906, -0.010207222774624825, -0.003278662683442235, -0.014780002646148205, -0.018471533432602882, 0.009818640537559986, -0.007556536700576544, 0.018818482756614685, 0.025604793801903725, 0.006907742936164141, 0.009596593677997589, -0.0216218251734972, 0.010505598038434982, -0.03555527329444885, -0.007487147115170956, 0.008111653849482536, -0.012795457616448402, -0.03391767665743828, 0.009888029657304287, -0.03411196917295456, -0.00457971915602684, -0.008812489919364452, 0.011768490076065063, -0.039357829838991165, -0.0028328339103609324, -0.007244282867759466, -7.210022158687934e-05, 0.033445827662944794, -0.0020053619518876076, 0.0042778742499649525, -0.019720548763871193, 0.0086043206974864, -0.0064428322948515415, -0.012212584726512432, 0.04474246874451637, -0.0019671975169330835, 0.024536192417144775, 0.014544078148901463, -0.03169720619916916, 0.0010902853682637215, 0.00788960698992014, -0.023675760254263878, -0.009929663501679897, 0.018790725618600845, 0.004177258815616369, 0.02292635105550289, -0.017430689185857773, 0.011643588542938232, 0.01602901704609394, -0.029893076047301292, -0.02152468077838421, 0.022121431306004524, -0.022385112941265106, 0.02292635105550289, -0.010137832723557949, -0.025660304352641106, -0.02509130910038948, -0.013912632130086422, 0.018790725618600845, -0.008076959289610386, -0.014106922782957554, -0.006304052658379078, 0.017486199736595154, -0.0007819349993951619, 0.014363664202392101, 0.0228292066603899, 0.024647215381264687, 0.0020678124856203794, 0.0315861850976944, -0.04660211130976677, 0.01718088611960411, 0.01920706406235695, -0.010450086556375027, 9.156185842584819e-05, -0.0034764232113957405, -0.0028033433482050896, 0.006134048104286194, 0.012136255390942097, -0.013753035105764866, -0.009131682105362415, -0.05198675021529198, -0.030253902077674866, -0.06750228255987167, 0.026950953528285027, 0.011706039309501648, -0.006005676928907633, 0.00030704934033565223, -0.006071597337722778, -0.01140766404569149, -0.020247910171747208, -0.0142942750826478, 0.032363347709178925, -0.0009783945279195905, 0.00047835512668825686, -0.0027946694754064083, -0.00710550369694829, -0.011393786408007145, -0.006193029228597879, 0.03203027695417404, -0.011754612438380718, 0.013406086713075638, -0.008347579278051853, -0.016570257022976875, -0.01937359943985939, 0.009978236630558968, 0.014134678989648819, -0.024161487817764282, 0.012809335254132748, -0.023079009726643562, 0.01712537370622158, 0.0025032327976077795, -0.01595962792634964, 0.0215524360537529, -0.028144456446170807, -0.0011822266969829798, 0.011032959446310997, 0.0035111180040985346, -0.020900173112750053, -0.012164011597633362, 0.03774798661470413, 0.0172086413949728, 0.020164642482995987, -0.0032300897873938084, -0.03211354464292526, 0.014190190471708775, -0.019109919667243958, -0.007202649023383856, -0.0019134205067530274, -0.015529410913586617, 0.003211007686331868, 0.02167733758687973, 0.008625137619674206, 0.04343794286251068, 0.017513956874608994, -0.01487714797258377, -0.010602743364870548, -0.0018318876391276717, -0.05562277138233185, 0.012878725305199623, 0.022981863468885422, -0.013461599126458168, -0.008770856074988842, 0.014530199579894543, 0.016611890867352486, 0.015487777069211006, 0.006036902312189341, -0.0008253035484813154, -0.006970193702727556, 0.000726856931578368, -0.011657467111945152, 0.01475224643945694, -0.03946885094046593, -0.00738306250423193, -0.01472449116408825, 0.012705251574516296, 0.00856962613761425, -0.009388424456119537, -0.002463333774358034, -0.02294022962450981, -0.016209430992603302, -0.024272510781884193, 0.04740703105926514, 0.03533322736620903, -0.01718088611960411, -0.02389780804514885, 0.011483992449939251, 0.027672605589032173, 0.023217787966132164, -0.019956473261117935, 0.024647215381264687, -0.015376754105091095, -0.027894653379917145, -0.028699573129415512, 0.0005199889419600368, 0.0114492978900671, 0.017902538180351257, 0.01026967354118824, -0.0068903956562280655, -0.02288471721112728, 0.01526573020964861, 0.01373221818357706, 0.029865320771932602, -0.0008795142639428377, 0.002275981707498431, 0.012143194675445557, 0.011935025453567505, -0.008555748499929905, 0.011817063204944134, -0.010866424068808556, 0.0004809572419617325, -0.002480681287124753, 0.02058098092675209, 0.005748935509473085, 0.003103453665971756, -0.013558744452893734, 0.02277369424700737, -0.04460369050502777, 0.014946538023650646, -0.0318637415766716, 0.003211007686331868, -0.02389780804514885, 0.02399495244026184, -0.003049676539376378, 0.021344266831874847, 0.026548493653535843, -0.020955685526132584, 0.03611038997769356, 0.003979498520493507, 0.000597618636675179, -0.025688061490654945, 0.019928717985749245, 0.013635072857141495, -0.01576533541083336, 0.017819270491600037, 0.0029560006223618984, -0.01484939269721508, -0.005145245231688023, -0.00013509303971659392, -0.006252010352909565, 0.0035059137735515833, 0.00766062131151557, 0.10719318687915802, 0.02953225001692772, -0.026548493653535843, -0.006193029228597879, 0.017500078305602074, -0.004905850626528263, 0.011137044057250023, 0.012892602942883968, 0.012212584726512432, 0.004923197906464338, 0.015668191015720367, 0.013586499728262424, -0.01701435074210167, -0.02159406989812851, -0.03969090059399605, -0.005228512920439243, -0.009527203626930714, 0.023661881685256958, 0.009915785863995552, -0.03974641114473343, 0.0026472164317965508, -0.005173000972718, 0.016223307698965073, -0.0027079323772341013, -0.02285696193575859, -0.0024199653416872025, 0.010526414960622787, -0.00963128823786974, -0.026451347395777702, -0.0366932637989521, 0.00738306250423193, 0.016889449208974838, -0.029171423986554146, -0.018513167276978493, -0.007327550556510687, -0.0017234663246199489, -0.004243179224431515, -0.01484939269721508, -0.0012871786020696163, -0.004437470342963934, -0.004430531524121761, -0.01709761843085289, -0.031114334240555763, -0.0030913103837519884, 0.012212584726512432, -0.003861535806208849, -0.005457498598843813, 0.002390474546700716, -0.03444503992795944], \"03db8eba-b92e-4aac-8cfc-0c7381c90996\": [-0.00560698052868247, -0.009435194544494152, 0.01595968008041382, -0.0069533586502075195, -0.018743837252259254, 0.016339337453246117, -0.011424881406128407, -0.013730949722230434, -0.013730949722230434, -0.039400022476911545, 0.030878817662596703, 0.00029660749714821577, 0.009906250983476639, -0.024593375623226166, -0.002747244667261839, -0.004840634297579527, -0.01605810970067978, -0.02045932598412037, 0.0330161489546299, -0.02778531238436699, -0.019475029781460762, 0.0014166852924972773, -0.030541345477104187, -0.009273488074541092, 0.0024396516382694244, -0.025226138532161713, 0.019165677949786186, -0.026843199506402016, -0.0069920276291668415, -0.026351049542427063, 0.018673529848456383, -0.02135925553739071, -0.01757674105465412, -0.02981015294790268, -0.00025640070089139044, 0.03189123794436455, -0.0020494479686021805, -0.011143653653562069, 0.04207168519496918, -0.009653146378695965, 0.025226138532161713, 0.0163815226405859, -0.0018279810901731253, -0.00013885625230614096, 0.0005136802792549133, 0.02798217162489891, 0.002098662778735161, -0.008155607618391514, -0.003715723054483533, -0.0032376355957239866, 0.014651970937848091, 0.03706583008170128, -0.03335362300276756, 0.0010317546548321843, 0.004710566718131304, 0.007241617422550917, -0.023496586829423904, 0.01010311022400856, -0.0029827728867530823, -0.0206280630081892, 0.009069598279893398, -0.008535264991223812, -0.02768688276410103, -0.024087166413664818, -0.02415747195482254, 0.01908130943775177, -0.0062291971407830715, 0.020473387092351913, -0.0016390311066061258, 0.0013033152790740132, 0.038753196597099304, -0.003708692267537117, -0.010356215760111809, -0.021963896229863167, 0.010693688876926899, 0.00950550101697445, -0.022891947999596596, -0.007234586402773857, -0.004190295003354549, 0.00048819396761246026, 0.034394167363643646, -0.013112248852849007, 0.005578857380896807, 0.033747341483831406, 0.03979374095797539, -0.0025082009378820658, 0.005596434231847525, -0.0002715606533456594, -0.004619167651981115, -0.00807826966047287, 0.019025065004825592, 0.006257319822907448, 0.021710790693759918, 0.02242792211472988, -0.0055120657198131084, 0.022160755470395088, 0.010433553718030453, 0.037347059696912766, -0.0022550958674401045, -0.013084125705063343, -0.01683148741722107, -0.03045697696506977, -0.05242087319493294, -0.014314497821033001, -0.02846025861799717, -0.003740330459550023, 0.002880827756598592, -0.0029177390970289707, 0.0322568342089653, 0.03045697696506977, -0.031216291710734367, 0.016887731850147247, -0.0010326334740966558, -0.03051322139799595, -0.004710566718131304, -0.008247006684541702, 0.02107802778482437, -0.016536198556423187, -0.040074970573186874, -0.0018104043556377292, 0.02178109809756279, 0.02502927929162979, 0.01577688194811344, -0.015917496755719185, 0.015158181078732014, -0.00828919094055891, 0.018617283552885056, 0.009653146378695965, 0.021893588826060295, -0.01730957441031933, 0.04305598512291908, 0.003147994400933385, 0.017675170674920082, -0.0034309797920286655, -0.02598545327782631, -0.006106159649789333, -0.005578857380896807, 0.005990153178572655, -0.01625497080385685, 0.002353525487706065, 0.019826563075184822, 0.047527506947517395, -0.01892663538455963, 0.009547685272991657, -0.029275819659233093, 0.010412461124360561, -0.021317072212696075, 0.007069365121424198, -0.003940705209970474, -0.0038246987387537956, 0.004348485730588436, 0.01071478147059679, -0.024101227521896362, 0.007986870594322681, 0.020220283418893814, 0.01860322244465351, 0.02848838083446026, 0.012831021100282669, -0.011438942514359951, -0.013105218298733234, -4.689419711212395e-06, 0.022948192432522774, -0.008556357584893703, -0.023890305310487747, 0.02913520485162735, 0.021246764808893204, 0.01479258481413126, 0.004323878325521946, 0.00705881929025054, -0.010328092612326145, -0.006868990138173103, 0.007691581733524799, -0.051577188074588776, -0.01047573797404766, -0.004991794470697641, 0.031694378703832626, 0.017211144790053368, 0.007466599345207214, -0.030653836205601692, -0.0015906949993222952, -0.011628772132098675, -0.0028333705849945545, 0.014279344119131565, 0.03287553787231445, 0.01972813345491886, 0.008999290876090527, -0.0065807318314909935, 0.00026365110534243286, 0.010510890744626522, -0.012936481274664402, 0.019165677949786186, 0.000590578478295356, 0.0005180744337849319, -0.00859151128679514, -0.6205011606216431, -0.03428167477250099, 0.0022550958674401045, -0.011537373065948486, -0.010967886075377464, 0.026140129193663597, 0.016297154128551483, 0.021373316645622253, -0.00795171782374382, 0.03897818177938461, -0.004144595470279455, 0.007635336369276047, -0.01292945072054863, 0.0018279810901731253, -0.0011451246682554483, -0.018940696492791176, 0.015875311568379402, -0.0018068889621645212, 0.010988978669047356, 0.008275129832327366, -0.004158657044172287, -0.009308641776442528, -0.016072172671556473, -0.006078036967664957, -7.54701322875917e-05, -0.013161463662981987, 0.02878367155790329, 0.0056104958057403564, -0.006489332765340805, 0.002509958576411009, -0.021640483289957047, 0.010672597214579582, 0.018111074343323708, 0.0005418030195869505, 0.049299243837594986, 0.0009456286788918078, -0.005357390735298395, 0.014919137582182884, 0.006331142038106918, 0.019643764942884445, -0.034450411796569824, -0.01647995226085186, 0.004250056110322475, -0.010201540775597095, -0.005455820355564356, 0.012043583206832409, 0.0470212958753109, -0.02450900711119175, -0.010307000949978828, -0.011143653653562069, -0.00713264150545001, -0.011087408289313316, 0.007993902079761028, 0.0033852802589535713, -0.002177758142352104, -0.024143410846590996, 0.039146918803453445, 0.0010528467828407884, 0.0015098419971764088, -0.008598541840910912, -0.003729784395545721, 0.021949833258986473, 0.00012534412962850183, -0.008549327030777931, -0.01352705992758274, -0.005280052777379751, -0.00807826966047287, -0.02005154639482498, 0.009568777866661549, -0.008366528898477554, 0.0014940230175852776, 0.0005237868754193187, -0.002541596768423915, -0.02358095534145832, -0.0008186367340385914, 0.03405669331550598, 0.032144345343112946, -0.01792827621102333, -0.009758606553077698, -0.0007957869675010443, 0.0017154898960143328, 0.0009438709821552038, -0.017717353999614716, -0.028052479028701782, -0.012781806290149689, -0.010932732373476028, -0.032622430473566055, -0.017492372542619705, 0.00463322876021266, -0.025394875556230545, 0.023918429389595985, 0.02570422552525997, -0.009048506617546082, -0.031469397246837616, 0.023187236860394478, 0.022666964679956436, 0.01084133330732584, -0.003111083060503006, -0.019390661269426346, 2.3618745217390824e-06, -0.008816493675112724, -0.0022498227190226316, -0.008457927964627743, 0.024424638599157333, 0.0462619811296463, 0.010412461124360561, -0.0061905281618237495, -0.015509716235101223, 0.008422774262726307, -0.00471408199518919, -0.00028737972024828196, 0.004559406545013189, -0.03270680084824562, -0.01673305779695511, 0.006408479530364275, -0.032397449016571045, 0.03166625648736954, 0.002538081491366029, 0.012458394281566143, 0.009871097281575203, 0.007719704415649176, 0.008099362254142761, 0.010869456455111504, -0.007220525294542313, 0.03745954856276512, -0.0032692737877368927, 0.026013577356934547, -0.012395117431879044, -0.005065616685897112, -8.854283078107983e-05, 0.015509716235101223, 0.009807821363210678, 0.026266681030392647, -0.021049905568361282, 0.025366753339767456, -0.011734232306480408, 0.011811570264399052, 0.007044757716357708, 0.01228965725749731, -0.005898754112422466, -0.015228488482534885, 0.007965778931975365, 0.008422774262726307, -0.012085767462849617, -0.0011407304555177689, -0.0070974878035485744, -0.027996232733130455, -0.02258259616792202, -0.011994368396699429, 0.01307709515094757, -0.010370276868343353, -0.008471989072859287, 0.010145294480025768, 0.02277945540845394, 0.004598075523972511, -0.01288023591041565, -0.018800081685185432, -0.039400022476911545, 0.003137448336929083, -0.0011336997849866748, -0.0040074968710541725, 0.024466823786497116, 0.005360906012356281, -0.024466823786497116, -0.021570175886154175, -0.0007188887102529407, 0.006225681398063898, 0.029528925195336342, -0.013597366400063038, -0.02415747195482254, -0.0029230120126158, -0.012043583206832409, -0.023187236860394478, 0.002119754906743765, -0.011917030438780785, 0.016564320772886276, -0.03563156723976135, -0.011853753589093685, 0.0014342620270326734, -0.017801722511649132, -0.006303019355982542, 0.007185371592640877, -0.010546044446527958, -0.007958748377859592, 0.029078960418701172, 0.009343795478343964, 0.024762112647294998, 0.048427436500787735, -0.0170002244412899, 0.020093729719519615, -0.0014535965165123343, 0.026801014319062233, 0.0065596397034823895, 0.02820715308189392, 0.007846256718039513, 0.0395125150680542, 0.02133113332092762, 0.014623848721385002, 0.0016662750858813524, 0.0006288079312071204, 0.0300070121884346, -0.0005927755846641958, 0.04688068479299545, -0.022188877686858177, 0.0086899409070611, -0.019587520509958267, -0.009357856586575508, -0.01660650409758091, -0.011537373065948486, 0.0035891705192625523, 0.037318937480449677, 0.0018859843257814646, -0.03402857109904289, -0.004348485730588436, -0.007909533567726612, -0.028010293841362, -0.0029722268227487803, 0.0022217000368982553, -0.005860085599124432, -0.013597366400063038, -0.013611428439617157, -0.01792827621102333, -0.023763753473758698, 0.013864533044397831, -0.0437590554356575, 0.00941410195082426, 0.004327393602579832, 0.001273434842005372, 0.01685960963368416, -0.016240907832980156, -0.0001858740288298577, -0.008774309419095516, 0.018743837252259254, -0.03681272640824318, 0.006721345707774162, -0.01690179482102394, 0.02673070691525936, -0.027644697576761246, 0.020149976015090942, -0.020121853798627853, 0.005659710615873337, 0.018673529848456383, 0.03748767450451851, -0.00966720748692751, 0.009160997346043587, 0.004429338499903679, 0.029444556683301926, 0.0007641488336957991, -0.03408481553196907, -0.020149976015090942, 0.004141080193221569, 0.009308641776442528, -0.006102644372731447, -0.0005316964234225452, 0.026674462482333183, -0.016339337453246117, 0.00043041043682023883, 0.008781339973211288, 0.02383406087756157, 0.011565495282411575, 0.02588702365756035, 0.012247473001480103, 0.0012760714162141085, 0.026871321722865105, 0.014019208960235119, 0.0034819524735212326, -0.037347059696912766, 0.003401099471375346, -0.00957580842077732, -0.030991310253739357, 0.007318954914808273, -0.0015476320404559374, -0.014806646853685379, -0.020768677815794945, 0.0080009326338768, 0.008232945576310158, 0.019685950130224228, 0.02180922031402588, 0.007055304013192654, 0.013048972003161907, -0.013512998819351196, -0.0034766793251037598, 0.025816716253757477, 0.034225430339574814, 0.022737272083759308, -0.0018842265708371997, 0.00797984004020691, 0.0196297038346529, 0.0030003497377038, 0.006868990138173103, 0.020923351868987083, 0.016775241121649742, 0.016170602291822433, -0.004678928293287754, -0.028122784569859505, -0.0028122784569859505, 0.026041699573397636, -0.011987336911261082, 0.013056003488600254, -0.025212077423930168, -0.005768686532974243, 0.022568535059690475, -0.01209279801696539, -0.01195218414068222, 0.011347543448209763, 0.030372608453035355, -0.041621722280979156, 0.015664391219615936, 0.014391835778951645, -0.012303718365728855, -0.009632053785026073, -0.019587520509958267, 0.01155143417418003, -0.02088116854429245, 0.026871321722865105, 0.0006200195057317615, -0.0012497062562033534, -0.029978889971971512, 0.011185837909579277, 0.0375157967209816, -0.007023665588349104, -0.02480429597198963, -0.03633463755249977, 0.004267632495611906, -0.0016504559898748994, 0.014300436712801456, 0.009948435239493847, 0.024199657142162323, -0.02791186422109604, -0.006179981864988804, -0.025549549609422684, -0.01888445019721985, -0.013203647918999195, -0.021542053669691086, -0.012163104489445686, -0.013885625638067722, -6.470437801908702e-05, 0.013435660861432552, 0.008457927964627743, 0.01410357654094696, 0.0028896161820739508, -0.03315676376223564, -0.013702827505767345, -0.012556823901832104, -0.009210212156176567, 0.004408246837556362, 0.0008036964572966099, 0.012908358126878738, 0.03073820471763611, 0.0400187224149704, 0.008225915022194386, 0.02190764993429184, 0.012507609091699123, -0.017548618838191032, 0.005167562048882246, -0.0061307670548558235, 0.015101935714483261, 0.0018525884952396154, -0.004042650572955608, 0.012015460059046745, 0.016887731850147247, 0.008647756651043892, 0.004717597272247076, 0.033550482243299484, 0.0008379711071029305, 0.022948192432522774, 0.0022884916979819536, -0.02785561978816986, 0.01286617387086153, -0.005023432429879904, 0.005624556913971901, 0.0010950309224426746, 0.0007549209985882044, 0.002903677523136139, 0.023201297968626022, 0.03546283394098282, -0.014307467266917229, -0.014145760796964169, 0.0005237868754193187, 0.030794449150562286, 0.019475029781460762, 0.009540654718875885, 0.006837352178990841, -0.036925218999385834, -0.012282626703381538, -0.025999514386057854, -0.023088807240128517, 0.005930392537266016, -0.007079911418259144, -0.03729081526398659, -0.005023432429879904, -0.015720637515187263, -0.020192159339785576, -0.012149043381214142, 0.01622684672474861, -0.01524254959076643, -0.041228003799915314, 0.0057792323641479015, -0.007487691473215818, 0.0017093380447477102, 0.004373093135654926, -0.04533392935991287, 0.015847189351916313, 0.01827981136739254, -0.014483234845101833, -0.016972100362181664, 0.013829379342496395, -0.001986171817407012, -0.012753683142364025, 0.0020160521380603313, 0.0035997165832668543, -0.006025306880474091, 0.013625489547848701, 0.01545347087085247, -0.01489101443439722, -0.0036172932013869286, 0.005343329161405563, -0.011537373065948486, 0.009934374131262302, -0.0037122077774256468, 0.009632053785026073, 0.01071478147059679, -0.013421599753201008, -0.014539480209350586, 0.02088116854429245, -0.001581906690262258, 0.015172243118286133, 0.009807821363210678, 0.007923594675958157, 0.01119286846369505, -0.010735873132944107, -0.007663459051400423, -0.0075509678572416306, -0.025338629260659218, 0.011312390677630901, 0.004587529227137566, -0.005255445372313261, -0.02348252572119236, 0.004879303276538849, 0.005216776859015226, 0.028122784569859505, 0.009182089008390903, -0.014469172805547714, 0.0170002244412899, -0.007480660919100046, -0.021851403638720512, 0.016297154128551483, 0.018715713173151016, 0.002583781024441123, 0.018673529848456383, 0.02210450917482376, -0.034703515470027924, 0.001058998634107411, 0.008514173328876495, -0.02913520485162735, 0.004162172321230173, -0.007881410419940948, -0.03523784875869751, -0.003905551740899682, -0.01371688861399889, -0.0011372151784598827, 0.009589869529008865, -0.014862892217934132, -0.027138488367199898, -0.018195442855358124, -0.0057370481081306934, -0.00621513556689024, -3.976737571065314e-05, -0.009948435239493847, -0.03281928971409798, -0.014089515432715416, -0.006222166121006012, 0.01622684672474861, 0.043252844363451004, 0.003909067250788212, 0.008921953849494457, -0.022399798035621643, -0.011656894348561764, -0.0375157967209816, 0.009435194544494152, -0.0026382687501609325, -0.003358915215358138, 0.04128424823284149, -0.001951018231920898, 0.02810872346162796, 0.006468240637332201, 0.03546283394098282, -0.009744545444846153, 0.01872977428138256, -0.0015968468505889177, -0.014138730242848396, 0.01074290368705988, -0.03071008250117302, -0.004520737566053867, 0.01297866553068161, 0.0025275354273617268, -0.003336065448820591, -0.029725784435868263, -0.017773600295186043, 0.004671897739171982, -0.007153733633458614, -0.011846723034977913, -0.004886333830654621, -0.044152773916721344, -0.005744079127907753, 0.02463556081056595, -0.0036524466704577208, 0.004144595470279455, -0.016423705965280533, -0.02306068316102028, 0.0041727181524038315, 0.003133932827040553, 0.03661586716771126, -0.010243725031614304, 0.038696952164173126, -0.0016372734680771828, 0.012050613760948181, 0.01514411997050047, 0.01770329289138317, -0.0163815226405859, 0.007262709550559521, -0.014680094085633755, -0.005642133764922619, 0.03132878243923187, 0.0066861920058727264, 0.02428402565419674, -0.0024185595102608204, -0.016142478212714195, -0.013899686746299267, 0.02743377722799778, -0.02393249049782753, 0.004035619553178549, -0.005638618487864733, -0.02148580737411976, -0.01657838188111782, -0.04179045930504799, 0.014279344119131565, -0.03889381140470505, -0.004963671788573265, -0.0032763045746833086, -0.005543704144656658, 0.015059751458466053, -0.029978889971971512, -0.03186311572790146, 0.01943284459412098, -0.019165677949786186, 0.028263399377465248, 0.010517921298742294, 0.026618216186761856, 0.0045629218220710754, 0.022891947999596596, -0.0440121591091156, 0.004390669986605644, 0.0018191926646977663, -0.010623382404446602, 0.01514411997050047, 0.014567602425813675, 0.008507142774760723, -0.0024378939997404814, 0.002335948869585991, 0.007311924360692501, -0.011263175867497921, -0.04997418820858002, 0.018673529848456383, 0.017422065138816833, 0.004032104276120663, 0.00011304041254334152, -0.03447853401303291, -0.0186313446611166, 0.010349185205996037, -0.005093739368021488, -0.0021004206500947475, 0.017717353999614716, -0.019714072346687317, -0.000964963051956147, -0.003283335128799081, -0.010180448181927204, 0.030372608453035355, 0.026013577356934547, 0.031019432470202446, -0.0014245948987081647, 0.00028408406069502234, -0.010440584272146225, -0.028066540136933327, 0.011818600818514824, 0.030625713989138603, -0.02020622044801712, -0.007600182667374611, 0.02130300924181938, 0.015636269003152847, 0.020318713039159775, -0.0059655457735061646, -0.007417384535074234, 0.03703770786523819, -0.005139438901096582, 0.01820950396358967, -0.006823290605098009, -0.021415501832962036, 0.0422685481607914, -0.0034169184509664774, -0.0017752507701516151, -0.01943284459412098, -0.017492372542619705, -0.016943978145718575, 0.01998123899102211, 0.020135914906859398, -0.019840624183416367, -0.032847411930561066, 0.009111782535910606, -0.006865474861115217, -0.0006358386017382145, -0.004510191734880209, 0.01479258481413126, -0.03903442621231079, -0.0002834249462466687, -0.01026481669396162, 0.0024835935328155756, -0.015734698623418808, 0.012606038711965084, 0.02698381245136261, -0.0008019388187676668, 0.03799388185143471, -0.03028823994100094, -0.00439418526366353, -0.02203420177102089, 0.005708925426006317, -0.012282626703381538, 0.016240907832980156, -0.005673771724104881, -0.01955939643085003, -0.006798683200031519, 0.0051605310291051865, -0.03799388185143471, 0.0014193218667060137, 0.03402857109904289, 0.012381056323647499, 0.0038352448027580976, 0.006854929029941559, 0.030625713989138603, -0.02130300924181938, -0.00271033332683146, -0.007269740104675293, 0.0008498354000039399, 0.03211621940135956, -0.017745478078722954, -0.015059751458466053, 0.03231307864189148, -0.01853291504085064, -0.0160018652677536, -0.022315429523587227, 0.028853977099061012, 0.012409179471433163, -0.030203871428966522, -0.025394875556230545, 0.0020424171816557646, 0.013414568267762661, -0.031272538006305695, -0.012050613760948181, -0.006127251777797937, -0.032200589776039124, -0.018336055800318718, 0.01209279801696539, 0.014110608026385307, -0.012409179471433163, 0.0021250280551612377, 0.000688129395712167, 0.008007963187992573, -0.006904143840074539, -0.019123494625091553, -0.004773842636495829, -0.04485584422945976, -0.015762820839881897, -0.018111074343323708, -0.0024871088098734617, -0.0012962846085429192, 0.03197560831904411, 0.011776416562497616, -0.03003513440489769, -0.03402857109904289, -0.03234120458364487, -0.021162396296858788, 0.003729784395545721, -0.003555774688720703, 0.011544403620064259, 0.012704468332231045, 0.012261534109711647, 0.008605572395026684, 0.02560579590499401, -0.0005962909199297428, 0.03256618604063988, -0.016044048592448235, 0.004552375990897417, -0.0071572489105165005, -0.008549327030777931, 0.018743837252259254, 0.004207871854305267, -0.028572749346494675, 0.007241617422550917, -0.008148577064275742, 0.013491906225681305, -0.009421133436262608, 0.011804538778960705, -0.017520494759082794, -0.007340047042816877, -0.02390436828136444, -0.0034837101120501757, -0.010208571329712868, 0.019545335322618484, 0.022596657276153564, -0.0492711216211319, 0.009442225098609924, 0.013730949722230434, -0.0009658419294282794, 0.013203647918999195, 0.006306534633040428, -0.0015212668804451823, 0.0005606980412267148, 0.021724851801991463, -0.017140837386250496, -0.0052027152851223946, -0.001477325102314353, -0.005691348575055599, 0.01885632798075676, 0.02515583112835884, -0.0020178097765892744, 0.03191936016082764, -0.0031989668495953083, -0.025872962549328804, -0.011206929571926594, 0.024016859009861946, -0.030344486236572266, 0.00986406672745943, -0.0048300884664058685, -0.0029739844612777233, 0.02640729583799839, 0.006194043438881636, 0.0018561038887128234, -0.001271677203476429, -0.010749935172498226, 0.0073048933409154415, 0.020895229652523994, -0.0011319421464577317, -0.0020072637125849724, 0.00814154651015997, -0.008169668726623058, -0.018364178016781807, 0.009055537171661854, -0.004696505144238472, -0.0126904072239995, -0.0034749216865748167, -0.00697796605527401, -0.035350341349840164, -0.002154908375814557, -0.0030935064423829317, -0.012247473001480103, -0.046177614480257034, 0.017253328114748, -0.004917972255498171, 0.005761655513197184, -0.006281927227973938, 0.20360895991325378, -0.02515583112835884, -0.01381531823426485, 0.027138488367199898, -0.004717597272247076, -0.008971168659627438, 0.013484875671565533, 0.024101227521896362, -0.007881410419940948, 0.02750408463180065, 0.022188877686858177, 0.008169668726623058, -0.019109433516860008, -0.0010616350919008255, 0.010531983338296413, -0.033550482243299484, -0.04184670373797417, -0.009554716758430004, -0.01745018921792507, -0.0018736806232482195, -0.008900861255824566, 0.007818134501576424, -0.013857502490282059, -0.01479258481413126, 0.0008608208736404777, -0.0050339787267148495, 0.021218640729784966, 0.008704002015292645, 0.007417384535074234, 0.013210678473114967, -0.02232949249446392, 0.003736815182492137, -0.0014254737179726362, 0.024944910779595375, -0.006823290605098009, 0.0002482714771758765, 0.008626664057374, 0.010574167594313622, 0.01773141697049141, -0.005487458314746618, 0.013969993218779564, 0.007656428497284651, 0.02220293879508972, -0.014511357061564922, 0.00859151128679514, 0.00268572592176497, -0.010574167594313622, -0.01224044244736433, 0.009962496347725391, 0.012317780405282974, -0.0009219000348821282, 0.01366767380386591, 0.03492850065231323, 0.026815075427293777, -0.009160997346043587, 0.009118813090026379, -0.015312856994569302, -0.0007641488336957991, 0.010539013892412186, 0.023876244202256203, -0.016718996688723564, 0.03520972654223442, -0.026027638465166092, 0.017886091023683548, -0.01695803925395012, 0.02306068316102028, -0.01252870075404644, -0.03520972654223442, 0.023566894233226776, -0.01257791556417942, 0.004014527425169945, -0.008162638172507286, 0.011073347181081772, -0.0008168790373019874, 0.0020722977351397276, -0.033522360026836395, 0.02040308155119419, 0.009744545444846153, 0.005933907814323902, 0.034647271037101746, -0.003743845736607909, -0.01605810970067978, -0.00014830374857410789, -0.01548159308731556, -0.027869680896401405, -0.024044981226325035, 0.033297378569841385, -0.0033958263229578733, -0.02473399043083191, -0.006162405479699373, 0.0011099711991846561, -0.018364178016781807, -0.015973741188645363, 0.01567845232784748, -0.005100770387798548, 0.013991085812449455, -2.81227858067723e-05, 0.0133161386474967, -0.01622684672474861, -0.030203871428966522, -0.025141770020127296, 0.051830291748046875, 0.002541596768423915, -0.009357856586575508, -0.03844384849071503, -0.004144595470279455, -0.0038176681846380234, 0.008507142774760723, 0.00802905485033989, 0.026871321722865105, -0.0002375057083554566, -0.05528939515352249, 0.002144362311810255, -0.0009394768276251853, 0.010278877802193165, 0.014989444985985756, -0.0075509678572416306, -0.02843213640153408, -0.007628305349498987, -0.008837585337460041, 0.0016214543720707297, -0.031075678765773773, -0.009203181602060795, 0.005360906012356281, -0.007125610951334238, 0.00047808734234422445, -0.015298794955015182, 0.006629946641623974, -0.008858676999807358, -0.032594308257102966, 0.011249113827943802, 0.0080009326338768, -0.0034221913665533066, 0.008612602949142456, -0.0020406595431268215, 0.0080009326338768, 0.006236227694898844, 0.0028351282235234976, 0.004313332028687, 0.03540658578276634, -0.0022252153139561415, -0.01991093158721924, 0.012732591480016708, -0.03026011772453785, 0.012802897952497005, 0.001782281557098031, 0.006176466587930918, 0.019685950130224228, -0.04713378846645355, -0.02913520485162735, -0.0187578983604908, 0.0030935064423829317, -0.01455354131758213, 0.0025082009378820658, 0.015397224575281143, -0.018420424312353134, -0.028446197509765625, -0.018715713173151016, -0.014539480209350586, 0.014919137582182884, -0.0532645545899868, -0.01214201282709837, 0.0027894286904484034, -0.01155143417418003, -0.03161001205444336, -0.029894521459937096, -0.1815606951713562, 0.014258252456784248, 0.015439408831298351, -0.026829136535525322, 0.010693688876926899, 0.008964138105511665, -0.008254037238657475, 0.016212785616517067, -0.003729784395545721, -0.01712677627801895, 0.023145051673054695, -0.005789778660982847, -0.02573234774172306, -0.0001379774184897542, 0.008809462189674377, -0.010433553718030453, -0.00310756778344512, 0.006366295740008354, 0.023215359076857567, -0.009800790809094906, 0.022751333191990852, -0.014722278341650963, 0.011797508224844933, -0.008050147444009781, -0.003295638831332326, -0.005139438901096582, -0.0018824689323082566, 0.026843199506402016, 0.0040672579780220985, -0.02981015294790268, 0.0005062101408839226, 0.00852823443710804, 0.028221216052770615, 0.013449721969664097, 0.03658774495124817, -0.0012998000020161271, 0.028375890105962753, 0.01084133330732584, 0.0006235348992049694, 0.0034046147484332323, 0.028825854882597923, 0.046599455177783966, -0.007487691473215818, 0.03253806382417679, -0.002782398136332631, -0.0014158064732328057, 0.017590802162885666, -0.015186304226517677, 0.01895475760102272, 0.019714072346687317, 0.0009939647279679775, -0.021499870344996452, -0.0008999291458167136, 0.019067248329520226, 0.003381764981895685, 0.009435194544494152, -0.005990153178572655, 0.0059831226244568825, 0.008711032569408417, -0.00478790421038866, 0.006341688334941864, -0.01595968008041382, 0.008211852982640266, -0.011987336911261082, 0.0007984234252944589, -0.005262476392090321, -0.016311215236783028, 0.013787195086479187, -0.010271847248077393, 0.007691581733524799, 0.0004671018978115171, 0.015383163467049599, 0.011811570264399052, 0.014483234845101833, 0.01124208327382803, -0.0008981714490801096, -0.044321510940790176, 0.030147625133395195, -0.005877661984413862, 0.017084592953324318, -0.0038106373976916075, 0.02508552372455597, -0.031103800982236862, 0.01570657640695572, -0.018350116908550262, 0.012683376669883728, -0.008211852982640266, -0.015115996822714806, -0.03543470799922943, -0.026097944006323814, 0.004352001007646322, -0.0036629927344620228, -0.023398157209157944, -0.008732125163078308, 0.007167794741690159, 0.012563854455947876, 0.0126904072239995, 0.011312390677630901, -0.008985229767858982, 0.012205288745462894, -0.0071959178894758224, -0.008197791874408722, -0.028699303045868874, 0.0146941551938653, 0.0300070121884346, 0.01785796880722046, -0.0022709148470312357, 0.010517921298742294, 0.025099586695432663, -0.00887976959347725, -0.021963896229863167, 0.008760247379541397, 0.015748759731650352, 0.027447838336229324, -0.02133113332092762, 0.008900861255824566, 0.005466366186738014, -0.037825144827365875, 0.006063975393772125, 0.009695330634713173, -0.001573118264786899, -0.01392780989408493, -0.010756965726613998, 0.025844840332865715, 0.002705060411244631, -0.0196297038346529, -0.0705319494009018, -0.008464958518743515, 0.005251930095255375, 0.017084592953324318, -0.007459568791091442, 0.017267391085624695, -0.020192159339785576, 0.036728356033563614, -0.009160997346043587, 0.015172243118286133, -0.03703770786523819, -0.001961564179509878, -0.009857036173343658, -0.004366062581539154, -0.0010704235173761845, -0.016986161470413208, -0.011649863794445992, 0.006155374459922314, -0.019671889021992683, 0.0186313446611166, 0.014202006161212921, -0.012613069266080856, -0.01273962203413248, -0.029500801116228104, 0.005466366186738014, 0.004925002809613943, -0.008907891809940338, 0.012205288745462894, 0.009681268595159054, -0.008148577064275742, 0.012936481274664402, -0.028572749346494675, 0.011347543448209763, -0.04024370759725571, -0.005318721756339073, 0.018167318776249886, -0.01988280937075615, -0.02293413132429123, 0.0008757610921747983, -0.03118816949427128, -0.001963322050869465, -0.005223807413130999, 0.0263791736215353, -0.028150908648967743, 0.014342620968818665, -0.002747244667261839, 0.01685960963368416, 0.0187578983604908, -0.04814620688557625, 0.00859151128679514, 0.010496829636394978, -0.0011134864762425423, 0.013273954391479492, -0.016114355996251106, 0.009393010288476944, -0.000979024451225996, 0.03886568918824196, 0.025676103308796883, -0.021260825917124748, -0.009906250983476639, 0.0003212149313185364, -0.004580498673021793, -0.027321286499500275, 0.03096318617463112, 0.016184663400053978, 0.03768453374505043, -0.011270206421613693, -0.017084592953324318, 0.02255447395145893, -0.007621274795383215, -0.0053679365664720535, 0.013034910894930363, 0.00478790421038866, 0.011917030438780785, -0.026899443939328194, -0.03141315281391144, -0.0012567369267344475, -0.017422065138816833, 0.02585890144109726, 0.0012417967664077878, -0.00542066665366292, -0.007069365121424198, -0.021963896229863167, -0.03568781539797783, 0.004967187065631151, 0.014581664465367794, 0.019123494625091553, -0.0025152317248284817, -0.002295522252097726, -0.03968124836683273, 0.01670493371784687, 0.025549549609422684, -0.007986870594322681, -0.017717353999614716, -0.003130417549982667, -0.010194509290158749, 0.026126068085432053, -0.012472455389797688, -0.008971168659627438, -0.0071185799315571785, -0.03858446329832077, -0.03208809718489647, -0.07660646736621857, 0.015045690350234509, 0.003527652006596327, -0.00513240834698081, 0.006267865654081106, -0.023243481293320656, -0.00918912049382925, -0.032397449016571045, -0.00623974297195673, 0.043730929493904114, -0.005118346773087978, 0.0053679365664720535, 0.012331841513514519, 0.027715004980564117, 0.008007963187992573, -0.007016635034233332, 0.034872252494096756, 0.0005593797541223466, -0.0065596397034823895, -0.01740800403058529, -0.007181856315582991, 0.013091156259179115, 0.014187945052981377, 0.003163813380524516, -0.0266322772949934, 0.01730957441031933, -0.01583312824368477, 0.0223857369273901, 0.02463556081056595, -0.02155611477792263, 0.027321286499500275, -0.012374025769531727, 0.0030917488038539886, 0.021992018446326256, 0.014539480209350586, -0.006134282797574997, -0.002511716214939952, 0.03886568918824196, 0.02846025861799717, 0.00785328820347786, -0.026941629126667976, -0.03205997496843338, 0.014623848721385002, 0.0057370481081306934, -0.006499878596514463, 0.015017567202448845, -0.012437301687896252, 0.01628309302031994, 0.014272313565015793, 0.008535264991223812, 0.016044048592448235, 0.0018279810901731253, -0.01628309302031994, -0.00702718086540699, -0.0015634511364623904, -0.041396740823984146, 0.036250270903110504, 0.031722500920295715, -0.01376610342413187, 0.012149043381214142, 0.04361844062805176, 0.014173883944749832, 0.0206280630081892, -0.009948435239493847, -0.005030463449656963, -0.00426411721855402, 0.006366295740008354, -0.01930629275739193, 0.025549549609422684, -0.015425347723066807, -0.02373563125729561, -0.027672821655869484, -0.011178807355463505, 0.018786020576953888, -0.0015080843586474657, 0.013400507159531116, 0.004309816751629114, 0.004910941235721111, -0.012388086877763271, 0.023468464612960815, 0.00859151128679514, 0.00389852118678391, -0.015636269003152847, 0.018800081685185432, 0.014012177474796772, 0.021260825917124748, -0.011115530505776405, -0.007663459051400423, -0.014623848721385002, -0.016718996688723564, -0.03385983407497406, -0.0022023655474185944, -0.011874846182763577, 0.024776173755526543, 0.025971392169594765, -0.022343553602695465, 0.00513240834698081, 0.011888907290995121, 0.013372384011745453, 0.013590335845947266, 0.006724860984832048, 0.026266681030392647, -0.0006415510433726013, -0.009660176932811737, -0.012409179471433163, -0.011045224033296108, -0.040778037160634995, -0.009941404685378075, -0.004717597272247076, -0.004162172321230173, 0.004084834363311529, 0.0035698360297828913, -0.01745018921792507, 0.02653384767472744, -0.0183782409876585, 0.021598299965262413, -0.030344486236572266, -0.022526351734995842, -0.026224497705698013, 0.016311215236783028, -0.004541829694062471, -0.0012514638947322965, 0.013520029373466969, -0.019770318642258644, 0.012894297018647194, -0.009892189875245094, -0.0009509016526862979, -0.02355283312499523, 0.03793763741850853, -0.022188877686858177, -0.020543694496154785, -0.011368636041879654, 0.005972576327621937, -0.031525641679763794, -0.031694378703832626, -0.0015028113266453147, -0.02493084967136383, 0.013632520101964474, 0.007557998411357403, 0.10118578374385834, 0.01795639842748642, -0.00785328820347786, 0.012134982272982597, 0.02608388289809227, 0.00971642229706049, -0.0028333705849945545, 0.03453478217124939, -0.008570418693125248, -0.013372384011745453, 0.016536198556423187, -0.002771852072328329, -0.008893830701708794, -0.004756266251206398, -0.01750643365085125, -0.002981015248224139, 0.02846025861799717, 0.04738689213991165, 0.0035979589447379112, -0.023791875690221786, 0.013681734912097454, -0.0028843432664871216, 0.02936018817126751, 0.001949260593391955, -0.02030465193092823, 0.005438243504613638, 0.025690164417028427, -0.013112248852849007, -0.017098654061555862, -0.030850695446133614, 0.003930159378796816, 0.02152799256145954, -0.06192637234926224, -0.012409179471433163, 0.009857036173343658, -0.0026663916651159525, -0.006981481332331896, -0.0004332666576374322, -0.0033852802589535713, 0.0014492023037746549, 0.0014439292717725039, 0.016325276345014572, -0.021724851801991463, -0.022399798035621643, 0.0071396720595657825, -0.013112248852849007, -0.01660650409758091, -0.003958282060921192, -0.014194975607097149], \"d1f1a931-fb2a-4f85-8363-65c75e9d82a5\": [0.017141716554760933, 0.0017929181922227144, 0.012038405984640121, -0.04077241197228432, -0.011409786529839039, -0.0020413242746144533, -0.0209675095975399, -0.017736539244651794, -0.021792151033878326, -0.02359013818204403, 0.01174775417894125, 0.009645595215260983, -0.0007422613562084734, -6.495315028587356e-05, 0.011693678796291351, 0.0029825640376657248, -0.006357170641422272, -0.0011921807890757918, 0.01534372940659523, -0.030281897634267807, -0.011315155774354935, 0.00043471084791235626, -0.000771411054302007, -0.00036225904477760196, -0.010956909507513046, -0.010747370310127735, 0.018885629251599312, -0.030471159145236015, 0.008577617816627026, -0.005819802172482014, -0.012680544517934322, -0.016438744962215424, -0.011903218924999237, -0.026577772572636604, -0.007421768736094236, -0.00064171600388363, -0.003514863085001707, -0.01630355790257454, 0.011808588169515133, -0.011632844805717468, 0.03590567782521248, -0.003957600798457861, -0.003548659849911928, 0.000256855390034616, -0.003656809451058507, 0.013309163972735405, -0.0011347262188792229, -0.00422459514811635, -0.016614487394690514, -0.0009843306615948677, 0.006712036672979593, 0.010902835056185722, -0.04696397855877876, -0.012065443210303783, -0.006272678729146719, 0.002478992333635688, -0.020764729008078575, 0.004268530756235123, 0.004761963617056608, -0.014586682431399822, 0.011308396235108376, 0.007137876003980637, -0.006526154465973377, -0.008834472857415676, -0.023035872727632523, 0.011031262576580048, -0.0023978801909834146, 0.004596359562128782, 0.010166065767407417, -0.01819617673754692, 0.028659652918577194, 0.012829250656068325, -0.013295645825564861, 0.0009733467013575137, 0.017736539244651794, -0.011822107248008251, -0.01873692497611046, -0.01699301227927208, -0.003595975460484624, 0.011200246401131153, 0.013079346157610416, -0.015019280835986137, -0.006374069023877382, 0.05758967995643616, 0.005282433703541756, 0.00020753323042299598, 0.027172595262527466, 0.014870574697852135, -0.011152931489050388, -0.01481650024652481, -0.011558492667973042, 0.014573163352906704, 0.03604086488485336, 0.023103466257452965, -0.007266303524374962, 0.030200785025954247, 0.006549812387675047, 0.027848530560731888, -0.006394347175955772, -0.008124741725623608, -0.02218419313430786, 0.015735771507024765, -0.030930794775485992, -0.015654658898711205, -0.024225518107414246, -0.005654198117554188, 0.022346418350934982, 0.004322605673223734, 0.02982226200401783, -0.00010450591798871756, -0.01992657035589218, 0.023887550458312035, 0.01351870410144329, -0.04055611416697502, -0.006465320475399494, -0.0012513251276686788, 0.010598664171993732, -0.024604041129350662, 0.006343652028590441, -0.0071175978519022465, 0.016682080924510956, 0.019994163885712624, 0.00866548903286457, -0.02911928854882717, 0.0008284430950880051, 0.012937400490045547, -0.011720716953277588, -0.0025178587529808283, 0.021129734814167023, -0.033580463379621506, 0.0114368237555027, 0.003937322646379471, 0.020859360694885254, 0.0008140794816426933, -0.010510792955756187, -0.009267072193324566, -0.008077425882220268, 0.005603502970188856, -0.028037792071700096, -0.022576237097382545, 0.002627698238939047, 0.036013826727867126, 0.010240418836474419, -0.004609878174960613, -0.007746217772364616, 0.013309163972735405, 0.003344189375638962, 0.016141332685947418, 0.0015757739311084151, 0.004768723156303167, 0.0074420468881726265, 0.023509027436375618, -0.011869422160089016, 0.01030801236629486, 0.027713343501091003, 0.02296827919781208, 0.008983178995549679, -0.008692527189850807, -0.004322605673223734, -0.0040488517843186855, -0.0010215070797130466, 0.018169138580560684, 0.007725939620286226, -0.013538982719182968, 0.02903817780315876, 0.02671295963227749, 0.006647822912782431, -0.016073739156126976, 0.006755972281098366, -0.010328290052711964, 0.015816884115338326, 0.009388740174472332, -0.013735003769397736, -0.00031684464192949235, 0.020845841616392136, 0.009300868958234787, 0.012261465191841125, -0.004342883825302124, -0.03617605194449425, -0.024049775674939156, 0.005448037758469582, -0.002078500809147954, 0.01542484201490879, 0.03769014775753021, -0.015843922272324562, 0.0030788849107921124, 0.0008381596417166293, -0.007597511634230614, 0.014113527722656727, 0.0035655582323670387, 0.035337891429662704, 0.012153315357863903, 0.021359553560614586, 0.0030991630628705025, -0.6597127914428711, -0.011653123423457146, 0.02444181777536869, -0.033769723027944565, -0.011538214050233364, 0.015749290585517883, 0.009165681898593903, 0.023008834570646286, 0.003737921826541424, 0.02583424374461174, 0.0388527549803257, 0.03279637545347214, 0.005245257169008255, -0.018344881013035774, -0.018047470599412918, -0.011517936363816261, 0.0009944697376340628, -0.0210756603628397, -0.02610461786389351, -0.009226515889167786, -0.01906137354671955, 0.0030400187242776155, 0.002441816031932831, 0.0021629927214235067, 0.004494969267398119, 0.0056001232005655766, 0.0289570651948452, -0.003467547707259655, -0.00905753206461668, -0.0016518166521564126, -0.03309378772974014, 0.002859205938875675, 0.004745065234601498, 0.012443967163562775, 0.03828497231006622, -0.003023120341822505, -0.017750058323144913, 0.006867501884698868, -0.016600968316197395, 0.01992657035589218, -0.02071065455675125, -0.01201136875897646, 0.030471159145236015, -0.006475459318608046, -0.015762809664011, 0.004515247419476509, 0.04404393956065178, 0.009692911058664322, 0.0023505648132413626, 4.287964111426845e-05, -0.015505953691899776, -0.013099624775350094, 0.006235502194613218, 0.012207389809191227, -0.021913819015026093, -0.004535525105893612, 0.034634921699762344, 0.005779246333986521, -0.0027273986488580704, 0.0027155696880072355, -0.006712036672979593, 0.008097703568637371, -0.02417144365608692, -0.03147154301404953, -0.03214747831225395, -0.0021004686132073402, -0.004261771682649851, -0.030795607715845108, 0.01907489262521267, -0.01122052501887083, 0.008503264747560024, 0.005924572236835957, -0.011862662620842457, -0.03033597208559513, 0.011416546069085598, 0.01838543824851513, 0.02454996667802334, -0.015195023268461227, -0.019115447998046875, 0.020494354888796806, -0.0021798911038786173, 0.00019686613813973963, -0.01907489262521267, -0.0014524158323183656, 0.021467702463269234, -0.02227882482111454, -0.026672404259443283, -0.04012351483106613, 0.02027805708348751, -0.019804902374744415, 0.005289193242788315, -0.012146555818617344, -0.02219771221280098, -0.024293111637234688, 0.009436056017875671, 0.03217451646924019, 0.027983717620372772, 0.010436439886689186, 0.002512789098545909, -0.0234955083578825, 0.011017744429409504, -0.024982566013932228, 0.004937706980854273, 0.02157585136592388, 0.043827638030052185, 0.005522390827536583, -0.019886014983057976, 0.0021646826062351465, 0.01261295098811388, -0.01733097806572914, -0.006292956881225109, -0.013309163972735405, -0.020048238337039948, 0.0066140261478722095, 0.00018387549789622426, -0.030308935791254044, 0.0447198748588562, 0.005147246643900871, 0.023035872727632523, -0.018317844718694687, 0.026496659964323044, 0.0012547047808766365, 0.026293879374861717, -0.010889315977692604, -0.0015901376027613878, -0.008766879327595234, 0.005586604587733746, -0.032390814274549484, 0.0031853446271270514, 0.008733082562685013, 0.013701207004487514, -0.006698518060147762, 0.023711808025836945, -0.022657347843050957, 0.016682080924510956, 0.005184423178434372, 0.009936247952282429, -0.006776250433176756, -0.002326906891539693, -0.018101545050740242, -0.0045862202532589436, 0.003829173045232892, 0.00806390680372715, 0.005927952006459236, -0.0064011067152023315, -0.001332437270320952, -0.033066749572753906, 4.145384082221426e-06, 0.0012699132785201073, -0.008077425882220268, -0.01716875471174717, -0.006725555285811424, -0.015925033017992973, 0.011727475561201572, 0.005782625637948513, -0.0012530148960649967, 0.017466165125370026, -0.02254919894039631, 0.01777709648013115, -0.025428682565689087, -0.0021579230669885874, 0.023536063730716705, -0.010206622071564198, -0.005008679814636707, -0.016857825219631195, 0.005322990007698536, 0.00721898814663291, 0.022900685667991638, -0.014654275961220264, -0.013187495991587639, -0.004241493530571461, 0.0002760772767942399, -0.016925418749451637, 0.006319994106888771, 0.00392380403354764, 0.012112759053707123, -0.011727475561201572, -0.029011139646172523, 0.011288118548691273, -0.01985897682607174, -0.007773254998028278, 0.02080528624355793, 0.015357248485088348, -0.013667410239577293, 0.025455720722675323, 0.023819956928491592, 0.01481650024652481, 0.027713343501091003, -0.016790231689810753, 0.006576849613338709, 0.007009448017925024, 0.03279637545347214, -0.009422536939382553, 0.018331363797187805, 0.0008428067085333169, 0.020521393045783043, 0.00424825306981802, 0.004991781432181597, -0.0026767035014927387, 0.020007682964205742, 0.027334820479154587, 0.021981412544846535, 0.007367693819105625, 0.004491589497774839, -0.007759736385196447, -0.027253707870841026, 0.014870574697852135, -0.00030522700399160385, 0.019210079684853554, 0.007948998361825943, 0.024644598364830017, -0.005823181942105293, -0.0014574852539226413, -0.009740226902067661, -0.013579538092017174, -0.011274599470198154, -0.006245641503483057, -0.002580382628366351, -0.02599646896123886, -0.003491205396130681, -0.01300499401986599, -0.014194639399647713, 0.0020362548530101776, 0.011862662620842457, -0.03458084538578987, 0.010673017241060734, -0.0031126816757023335, 0.022657347843050957, 0.00543789891526103, -0.016195407137274742, 0.01734449714422226, 0.021629927679896355, 0.016168370842933655, 0.006059759296476841, -0.0043124668300151825, 0.0037683388218283653, 0.016628006473183632, -0.029146326705813408, 0.025631463155150414, -0.015911515802145004, -0.01322129275649786, 0.02409033104777336, 0.015654658898711205, -0.004897150676697493, 0.023617176339030266, 0.0199400894343853, 0.035148631781339645, -0.0010662878630682826, -0.018574699759483337, 0.014424457214772701, -0.0005546893225982785, 0.022508643567562103, -0.02167048305273056, -0.01697949320077896, 0.002092019421979785, -0.014843537472188473, 0.001154159428551793, 0.020832322537899017, 0.0365816131234169, 0.0223599374294281, -0.004893770907074213, 0.01950749009847641, -0.007205469533801079, 0.009746985509991646, 0.02253567986190319, -0.002321837469935417, -0.04231354594230652, -0.016749674454331398, -0.01742560975253582, -0.01178831048309803, 0.00870604533702135, -0.004403717815876007, -0.005208080634474754, -0.009429296478629112, 0.00038021354703232646, 0.04098870977759361, 0.026915740221738815, -0.003724402980878949, 0.007367693819105625, 0.009023735299706459, -0.028200017288327217, 0.005407481919974089, 0.009077809751033783, 0.020940473303198814, 0.005012059584259987, 0.026456104591488838, 0.0067525929771363735, 0.040610186755657196, -0.002827099058777094, 0.014884093776345253, -0.010470236651599407, 0.032201554626226425, 0.010659498162567616, -0.013883708976209164, -0.02607758156955242, 0.0028980723582208157, 0.03355342522263527, -0.002195099601522088, -0.029011139646172523, -0.02817297913134098, -0.004417236428707838, 0.019642677158117294, -0.004822797607630491, -0.01023365929722786, 0.036446426063776016, 0.0132686085999012, 0.0026817729230970144, -0.01829080656170845, 0.0020379447378218174, -0.015005761757493019, -0.012869806960225105, -0.021035103127360344, 0.009050772525370121, 0.012072202749550343, 0.010909594595432281, -0.004687610547989607, -0.010679776780307293, -0.016411706805229187, 0.026158692315220833, 0.0021798911038786173, -0.005066134501248598, -0.01873692497611046, -0.026131656020879745, 0.02202196978032589, 0.013390276581048965, 0.005208080634474754, -0.004957984667271376, 0.018344881013035774, -0.028389278799295425, 0.019264154136180878, -0.027956681326031685, -0.015911515802145004, -0.01716875471174717, -0.026564253494143486, -0.025793688371777534, -0.011538214050233364, -0.0027155696880072355, 0.003116061445325613, -0.003977878950536251, 0.002117366995662451, 0.01629003882408142, -0.030930794775485992, 0.0004870958218816668, -0.004707888700067997, -0.0039744991809129715, -0.0014422767562791705, 0.005779246333986521, 0.023022353649139404, 0.02131899632513523, 0.014951687306165695, 0.03209340572357178, 0.017303941771388054, 0.008557340130209923, -0.02868669107556343, 0.015140948817133904, -0.0025398265570402145, -0.007009448017925024, -0.009895691648125648, 0.014802981168031693, 0.04553099721670151, 0.012849528342485428, 0.00098010606598109, 0.004261771682649851, -0.0002452377520967275, -0.004930947441607714, 0.004086028318852186, 0.005410861223936081, -0.005292572546750307, 0.02625332400202751, -0.004826177377253771, 0.012498042546212673, 0.016965974122285843, -0.014316308312118053, 0.005103311035782099, 0.01109209656715393, 0.027713343501091003, -0.03344527631998062, -0.00604624068364501, -0.00542100053280592, 0.0031599970534443855, 0.011457102373242378, 0.0012766725849360228, -0.014018896035850048, -0.05523742735385895, -0.00870604533702135, -0.03733866289258003, -0.004369921050965786, 0.007732698693871498, -0.0064146253280341625, -0.023603657260537148, -0.0010333359241485596, -0.0038900072686374187, 0.0036365315318107605, -0.022603273391723633, 0.0004663952859118581, -0.018790999427437782, -0.015235579572618008, 0.0031126816757023335, 0.0114368237555027, 0.015113911591470242, 0.025874800980091095, 0.0027307781856507063, -0.015749290585517883, 0.0021782012190669775, -0.01299823448061943, -0.013843153603374958, 0.006316614802926779, -0.03317490220069885, -0.03587863966822624, -0.001341731403954327, 0.020575467497110367, -0.01933174766600132, 0.018790999427437782, 0.021440664306282997, -0.007739458233118057, -0.002827099058777094, 0.00811122264713049, -0.008422153070569038, 0.021954376250505447, 0.02713203988969326, 0.012187112122774124, 0.029524849727749825, -0.019629158079624176, -0.017641909420490265, 0.006701897829771042, -0.013322683051228523, 0.010727091692388058, -0.0018943084869533777, 0.013160458765923977, -0.02367125079035759, 0.00719870999455452, 0.015668177977204323, -0.021035103127360344, -0.022062525153160095, 0.00928059034049511, -0.028632616624236107, 0.0029267994686961174, -0.003967739641666412, 0.02963300049304962, 0.004653813783079386, 0.01416760217398405, 0.033066749572753906, 0.014748906716704369, 0.010341809131205082, 0.009645595215260983, -0.038717567920684814, 0.01960212178528309, 0.02263031154870987, -0.008158538490533829, 0.018763961270451546, 0.0033239114563912153, -0.040718335658311844, -0.021305477246642113, -0.013309163972735405, -0.018277287483215332, 0.01768246479332447, 0.0014346725074574351, -0.02669944055378437, 0.005505492445081472, -0.0021106076892465353, -0.0024451955687254667, 0.03279637545347214, -0.007137876003980637, 0.004004916176199913, -0.019791383296251297, 0.004004916176199913, 0.00359935499727726, -0.0022136878687888384, -0.02764574997127056, -0.02695629559457302, -0.02304939180612564, 0.015032798983156681, 0.007604271173477173, 0.039934251457452774, -0.009131885133683681, 0.0075163994915783405, 0.02288716658949852, -0.02253567986190319, -0.014897611923515797, -0.012748138047754765, 0.005272294860333204, -0.03041708469390869, 0.03371565043926239, 0.020440280437469482, 0.03771718591451645, 0.008199093863368034, 0.006681619677692652, -0.014951687306165695, 0.0043259854428470135, 0.001049389480613172, -0.011795069091022015, 0.007671864703297615, -0.004288808908313513, -0.009125125594437122, 0.03441862016916275, 0.009605039842426777, -0.021886782720685005, -0.00224410486407578, 0.0019416238646954298, 0.01889914833009243, -0.015587066300213337, -0.0014177741250023246, -0.03449973464012146, -0.03352638706564903, -0.01933174766600132, 0.022400492802262306, -0.018777480348944664, -0.002252554055303335, -0.02479330450296402, -0.014762424863874912, 0.013315923511981964, -0.020088795572519302, 0.026226285845041275, -0.01526261679828167, 0.04152945801615715, -0.011207005940377712, 0.000653967319522053, 0.012903603725135326, 0.031065981835126877, -0.024239037185907364, -0.01235609594732523, -0.02280605398118496, -0.010564867407083511, 0.013383517041802406, 0.027983717620372772, 0.025469239801168442, 0.017885245382785797, -0.02019694447517395, -0.013991858810186386, 0.025617944076657295, -0.028308166190981865, 0.006975651253014803, 0.015370766632258892, -0.01906137354671955, -0.020588986575603485, -0.01950749009847641, 0.005711652804166079, -0.015154467895627022, 0.0002589676878415048, 0.030038561671972275, 0.0032140719704329967, 0.011680160649120808, -0.016087258234620094, 0.012329058721661568, 0.0015267686685547233, -0.00691143749281764, 0.03479714319109917, -0.010591904632747173, 0.03076857142150402, 0.0007874645525589585, 0.01977786421775818, -0.03806867077946663, -0.007611030712723732, 0.006887780036777258, -0.0010603733826428652, 0.029876336455345154, 0.02868669107556343, 0.0240092184394598, 0.00022643829288426787, 0.01637115143239498, -0.009814579039812088, 0.006191566586494446, -0.043476153165102005, -0.003562178695574403, 0.018885629251599312, 0.007056763861328363, -0.012971197254955769, -0.012896844185888767, -0.009841617196798325, 0.008178816176950932, -0.019818421453237534, 0.008077425882220268, 0.011517936363816261, -0.019980644807219505, -0.025955911725759506, -0.0048633539117872715, -0.009997081942856312, 0.021481221541762352, 0.010551348328590393, 0.009152162820100784, 0.021805670112371445, 0.011876181699335575, -0.02644258551299572, 0.00017627123452257365, 0.010294493287801743, 0.009983562864363194, -0.023698288947343826, -0.01585743948817253, 0.01811506412923336, 0.027294263243675232, -0.008084185421466827, -0.0015968969091773033, 0.009814579039812088, 0.03355342522263527, -0.011632844805717468, 0.01569521613419056, -0.007955757901072502, -0.0050492361187934875, 0.013978340663015842, 0.0018233353039249778, 0.01238989271223545, -0.028578540310263634, -0.023603657260537148, -0.017182273790240288, 0.011997849680483341, 0.009821338579058647, -0.013011752627789974, -0.017195791006088257, 0.0027155696880072355, -0.005535909440368414, -0.032634153962135315, -0.01697949320077896, 0.009050772525370121, -0.04526062309741974, -0.0035520396195352077, -0.00196190201677382, -0.006249021273106337, 0.011517936363816261, -0.0014777634060010314, 0.026631847023963928, -0.019575083628296852, 0.01204516552388668, -0.02809186838567257, 0.003234350122511387, -0.007921961136162281, -0.001214148593135178, -0.023901069536805153, 0.020480837672948837, -0.005519011057913303, -0.029065214097499847, -0.011997849680483341, -0.010625701397657394, -0.018655812367796898, -0.005704893264919519, 0.027983717620372772, 0.018507106229662895, -0.025455720722675323, -0.007908442057669163, 0.014654275961220264, -0.005008679814636707, 0.015505953691899776, 0.008077425882220268, -0.03617605194449425, 0.027118520811200142, -0.020953992381691933, -0.011389508843421936, 0.020426761358976364, 0.013025271706283092, -0.006394347175955772, -0.006884400267153978, 0.03422936052083969, -0.007996313273906708, -0.02019694447517395, -0.04082648828625679, 0.0066140261478722095, 0.014465013518929482, -0.04150242358446121, -0.004011675715446472, -0.006982410792261362, -0.034283433109521866, -0.026767034083604813, 0.017452647909522057, 0.010591904632747173, -0.003947461489588022, -0.006458560936152935, -0.01170043833553791, 0.02495552785694599, 0.004366541281342506, -0.027875568717718124, -0.015965590253472328, -0.03517566993832588, 0.0044983490370213985, -0.042610954493284225, -0.01707412302494049, 0.0022829712834209204, 0.023563101887702942, -0.004630156327039003, -0.0343104712665081, -0.01469483133405447, -0.03374268487095833, -0.03460788354277611, -0.015289654955267906, 0.02149474062025547, -0.0014025656273588538, 0.026388511061668396, 0.023360321298241615, 0.008746601641178131, 0.028902990743517876, -0.006928335875272751, 0.027848530560731888, -0.02661832794547081, 0.0023843615781515837, -0.010760888457298279, -0.008624933660030365, 0.008117982186377048, 0.005623781122267246, -0.029416700825095177, -0.013680928386747837, 0.005383823998272419, 0.013856671750545502, 0.00196190201677382, 0.014640756882727146, -0.01700652949512005, -0.014708350412547588, -0.02117029018700123, 0.006336892489343882, -0.002396190306171775, 0.007475843653082848, 0.012254705652594566, -0.01287656556814909, -0.011544973589479923, 0.00450848788022995, 0.0095847612246871, 0.004447653889656067, 0.001750672236084938, -0.01795283891260624, -0.01208572182804346, 0.009605039842426777, -0.013680928386747837, -0.025590907782316208, 5.5078158766264096e-05, -0.0163846705108881, 0.008915585465729237, 0.024252556264400482, 0.00749612133949995, 0.04593655839562416, -0.008956141769886017, -0.010220140218734741, 0.011626086197793484, 0.006661341525614262, -0.05299331992864609, -0.006901298649609089, -0.0114908991381526, 0.011078578419983387, -0.0007114218315109611, -0.010977188125252724, -0.007185191381722689, -0.005522390827536583, 0.002279591513797641, 0.012754897587001324, 0.012849528342485428, 0.0028287889435887337, 0.005444657988846302, 0.0035790770780295134, 0.014100008644163609, -0.00848974660038948, 0.000688186555635184, -0.01864229328930378, -0.0163846705108881, -0.009652354754507542, -0.019967125728726387, -0.03217451646924019, 0.012754897587001324, -0.02176511473953724, -0.02315754070878029, -0.018074506893754005, 0.006519395392388105, 0.009071050211787224, 0.002987633692100644, 0.018182657659053802, 0.1968323290348053, -0.009091328829526901, -0.008016591891646385, 0.001517474534921348, -0.00048329366836696863, 0.022346418350934982, 0.019453415647149086, -0.003866349346935749, -0.01170043833553791, 0.03855534642934799, -0.01604670286178589, 0.016857825219631195, 0.00041738999425433576, 0.0004718872660305351, 0.015560029074549675, -0.030660420656204224, -0.025117753073573112, -0.019101928919553757, -0.011294877156615257, -0.002577003091573715, -0.017709502950310707, 0.014951687306165695, -0.006245641503483057, -0.009131885133683681, 0.026929259300231934, -0.018926186487078667, -0.017371535301208496, 0.033607497811317444, 0.011321915313601494, 0.0210756603628397, -0.016006145626306534, -0.018507106229662895, -0.005279053933918476, 0.03422936052083969, -0.015722252428531647, -0.0025178587529808283, 0.017628390341997147, 0.010422920808196068, 0.014140564948320389, 0.009679391980171204, 0.014289270155131817, -0.007205469533801079, -0.0067661115899682045, -0.005032337736338377, -0.00420769676566124, -0.0013822874752804637, -0.01742560975253582, -0.0002792457235045731, 0.00853030290454626, 0.010260696522891521, -0.00628619734197855, 0.01603318378329277, 0.01881803572177887, 0.025469239801168442, 0.002029495546594262, -0.0019433137495070696, -0.016019664704799652, 0.0006826945464126766, 0.01235609594732523, -0.006664721295237541, 0.006144251208752394, 0.01976434513926506, -0.03406713530421257, 0.01811506412923336, -0.00032677242415957153, 0.015451879240572453, -0.014289270155131817, 0.007955757901072502, 0.01881803572177887, -0.007665105164051056, -0.0018182657659053802, -0.004052231553941965, 0.0009302558610215783, 0.013295645825564861, 0.02010231278836727, -0.01734449714422226, 0.021954376250505447, 0.011930256150662899, 0.002561794361099601, 0.03579752892255783, -0.024982566013932228, -0.017385054379701614, -0.020088795572519302, -0.011017744429409504, -0.014762424863874912, -0.03917720541357994, 0.04942438378930092, -0.007421768736094236, 0.003491205396130681, -0.01812858320772648, 0.002639526966959238, -0.00037873495602980256, 0.00043471084791235626, 0.00027269762358628213, -0.0007739458233118057, 0.01287656556814909, 0.00815177895128727, 0.02061602473258972, 0.0027983717154711485, -0.02661832794547081, -0.023035872727632523, 0.045125436037778854, 0.032715264707803726, -0.002414778573438525, -0.039042018353939056, -0.014546126127243042, -0.015614103525876999, 0.011207005940377712, -0.004785621538758278, -0.0020142870489507914, 0.008543821051716805, -0.039150167256593704, 0.010368846356868744, -0.011828865855932236, 0.02027805708348751, -0.0018993779085576534, -0.01716875471174717, -0.03763607144355774, -0.022495124489068985, -0.02089991606771946, -0.015708735212683678, -0.028497429564595222, 0.006921576801687479, 0.001916276291012764, 0.0031143715605139732, -0.02021046355366707, -0.004613257944583893, -0.008800676092505455, -0.010321530513465405, -0.028632616624236107, 0.003328980877995491, -0.022860128432512283, -0.0048025199212133884, 0.01443797629326582, 0.004214456304907799, 0.006080037448555231, 0.011416546069085598, -0.01239665225148201, -0.016952455043792725, 0.033931948244571686, 0.0017641909653320909, -0.0028524466324597597, 0.018858592957258224, -0.007712421007454395, 0.012342576868832111, -0.01793931983411312, 0.014383901841938496, -0.00604624068364501, -0.04150242358446121, -0.021305477246642113, -0.020332131534814835, -0.01408648956567049, 0.011281359009444714, -0.0030315695330500603, -0.0011862663086503744, -0.005316230468451977, -0.01196405291557312, -0.02046731859445572, -0.019115447998046875, -0.0012335818028077483, -0.016154851764440536, 0.005884015932679176, 0.017317460849881172, 0.01819617673754692, -0.031147094443440437, -0.002664874540641904, -0.17390461266040802, 0.01873692497611046, 0.026226285845041275, -0.035770490765571594, 0.0032005533576011658, 0.03163376823067665, 0.002627698238939047, 0.01560058444738388, -0.0020616024266928434, -0.014140564948320389, 0.014302789233624935, -0.01585743948817253, -0.04239465668797493, 0.009253553114831448, 0.00992948841303587, -0.003364467527717352, -0.00905753206461668, -0.008266687393188477, 0.031931180506944656, 0.01889914833009243, 0.017222829163074493, -0.021386589854955673, 0.004349642898887396, 0.005164145026355982, 0.01708764210343361, 0.0139107471331954, -0.006451801862567663, -0.007333897054195404, -0.0017946079606190324, -0.0150463180616498, -0.009821338579058647, 0.018182657659053802, 0.01585743948817253, 0.008280206471681595, 0.006161149591207504, 0.009537446312606335, 0.003775098128244281, -0.003325601341202855, -0.012971197254955769, 0.003237729659304023, 0.01170719787478447, 0.041475385427474976, -0.0011288118548691273, 0.023738844320178032, 0.02021046355366707, 0.006465320475399494, 0.004363161977380514, -0.0032073126640170813, -0.004150242079049349, -0.004079269245266914, 0.0043259854428470135, -0.02167048305273056, 0.016344113275408745, 0.003562178695574403, 0.012768416665494442, 0.0014802981168031693, -0.031174132600426674, 0.001004608697257936, 0.01785820908844471, -0.011267839930951595, 0.015397803857922554, -0.01656041294336319, -0.005309470929205418, 0.001787848654203117, 0.007347415667027235, -0.02280605398118496, -0.012808972038328648, 0.02713203988969326, -0.01761487126350403, -0.015965590253472328, -0.007813811302185059, -0.020859360694885254, 0.011653123423457146, 0.01665504463016987, 0.0030298796482384205, 0.02200845070183277, -0.0149922426789999, 0.033850837498903275, 0.005164145026355982, -0.00784760806709528, 0.005150626413524151, 0.008503264747560024, -0.03222859278321266, 0.027375375851988792, -0.008942622691392899, -0.02375236339867115, -0.01629003882408142, 0.004748445004224777, -0.001449881005100906, -0.02062954194843769, 0.0005893310299143195, -0.02296827919781208, -0.004214456304907799, 0.003535141237080097, 0.011044781655073166, 0.012552116997539997, 0.020697135478258133, 0.0034050235990434885, -0.013309163972735405, 0.02660481072962284, 0.015830403193831444, 0.016411706805229187, -0.035310856997966766, 0.005295952316373587, 0.0317419171333313, 0.0011313465656712651, 0.00545817706733942, 0.0144785325974226, 0.050586991012096405, -0.0007186036091297865, -0.03998832777142525, 0.021900301799178123, 0.013937784358859062, 0.026834627613425255, 0.013991858810186386, 0.013613334856927395, 0.01416760217398405, -0.029605962336063385, 0.019183041527867317, 0.014546126127243042, 0.033688612282276154, 0.001855442184023559, -0.013329442590475082, 0.024658117443323135, 0.006279438268393278, -0.024482373148202896, -0.0970642939209938, -0.005755588412284851, 0.013978340663015842, 0.004900530446320772, 0.020940473303198814, 0.025604426860809326, -0.013032031245529652, 0.03612197935581207, 0.0006860742578282952, 0.028497429564595222, -0.025374608114361763, -0.02340087667107582, -0.012133036740124226, -0.006995929405093193, -0.02168400213122368, 0.006198326125741005, -0.012700823135674, -0.021738076582551003, -0.008685767650604248, 0.011734235100448132, -0.011869422160089016, -0.00287272478453815, 0.00361963314935565, -0.02072417363524437, -0.011517936363816261, 0.006570090539753437, -0.01899378001689911, 0.022941241040825844, 0.01700652949512005, -0.021589370444417, 0.01647930033504963, -0.037311624735593796, 0.026996852830052376, -0.014978724531829357, 0.0012471005320549011, -0.027672788128256798, -0.031606730073690414, -0.03842015936970711, 0.0421513207256794, -0.02573961392045021, -0.004582840949296951, -0.0016788541106507182, -0.005867117550224066, -0.044341351836919785, 0.012383133172988892, 0.007861126214265823, -0.0031515478622168303, 0.02383347600698471, -0.015465397387742996, -0.00784084852784872, -0.01197081245481968, 0.011328673921525478, 0.002044704044237733, -0.002053153235465288, 0.02394162490963936, 0.00896965991705656, 0.02394162490963936, -0.0003759889514185488, -0.02714555896818638, -0.0066545819863677025, 0.006411245558410883, -0.03182303160429001, 0.003572317538782954, 0.012464245781302452, -0.006397726945579052, 0.0038798681925982237, -0.018223213031888008, 4.977100979886018e-05, 0.008084185421466827, -0.036716800183057785, -0.013403795659542084, 0.010889315977692604, -0.01347814779728651, 0.008422153070569038, -0.021819189190864563, -0.02868669107556343, -0.004471311345696449, -0.0025178587529808283, 0.022427530959248543, 0.013599816709756851, -0.009692911058664322, -0.00046174824819900095, -0.004366541281342506, 0.00022918428294360638, 0.01958860270678997, 0.007462324574589729, 0.017912283539772034, 0.00013201859837863594, -0.005562946666032076, -0.036013826727867126, 0.002419847995042801, 0.02513127215206623, 0.01387019082903862, -0.01784469000995159, 0.01412704586982727, 0.01508687436580658, 0.0031143715605139732, -0.006695138290524483, -0.035500116646289825, -0.005921192467212677, -0.027510562911629677, -0.009300868958234787, -0.056400034576654434, 0.0149922426789999, -0.01061218325048685, -0.005593364126980305, 0.011599048040807247, 0.009571243077516556, 0.0037277827505022287, -0.01846655085682869, -0.0045118676498532295, 0.03417528420686722, -0.005363545846194029, 0.006015823222696781, -0.01296443771570921, 0.012890084646642208, -0.008280206471681595, 0.011686920188367367, 0.025793688371777534, -0.00780029222369194, 0.0026783933863043785, -0.006113834213465452, -0.020683618262410164, -0.009219756349921227, 0.010368846356868744, 0.0009851756040006876, -0.011105615645647049, 0.012714341282844543, -0.005451417528092861, 0.024725710973143578, -0.013951302506029606, -0.008814195170998573, 0.029443738982081413, -0.021900301799178123, 0.003261387348175049, 0.022251786664128304, 0.007962516508996487, -0.025361089035868645, 0.0020497734658420086, 0.039312392473220825, 0.02436070516705513, 0.01587095856666565, -0.028713727369904518, -0.03693310171365738, 0.019196560606360435, -0.015532990917563438, -0.014640756882727146, 0.008685767650604248, -0.01968323439359665, 0.0006311545148491859, 0.015208542346954346, 0.019723789766430855, 0.044098012149333954, -0.0003305745776742697, 0.002009217394515872, -0.028497429564595222, -0.0031262002885341644, -0.039474617689847946, 0.009091328829526901, 0.005687994882464409, -0.019804902374744415, -0.008841232396662235, 0.03241785243153572, 0.01088255736976862, 0.005272294860333204, 0.0034202320966869593, -0.008172056637704372, -0.003795376280322671, 0.009327906183898449, -0.00788816437125206, 0.015411322936415672, -0.04015055298805237, -0.0074690841138362885, -0.018006913363933563, 0.0014794531743973494, 0.00901021622121334, 0.002078500809147954, 0.011626086197793484, 0.0168983805924654, -0.012119518592953682, -0.007665105164051056, 0.01941286027431488, 0.017628390341997147, 0.00836807768791914, -0.017547277733683586, 0.01968323439359665, 0.012781934812664986, 0.029200401157140732, -0.016965974122285843, 0.019710270687937737, 0.01299823448061943, -0.006749213207513094, -0.014708350412547588, 0.009131885133683681, -0.0010324910981580615, 0.02434718608856201, 0.004542284645140171, -0.008780398406088352, -0.012457486242055893, 0.0017557417741045356, 0.002664874540641904, 0.02903817780315876, -0.0008204163750633597, 0.01261295098811388, -0.010213380679488182, -0.018331363797187805, -0.022076044231653214, -0.013505185954272747, -0.016425225883722305, -0.025942394509911537, -0.009719948284327984, 0.006225363351404667, -0.0030653662979602814, 0.007367693819105625, 0.008462709374725819, 0.01976434513926506, -0.004099546931684017, 0.0027747140266001225, -0.02487441524863243, 0.003050157567486167, -0.03217451646924019, 0.007401490584015846, -0.0022035487927496433, 0.01296443771570921, 0.0021984793711453676, -0.02062954194843769, 0.03944757953286171, 0.016628006473183632, -0.02114325389266014, -0.005856978707015514, 0.016614487394690514, 0.005241877399384975, -0.015627622604370117, 0.003325601341202855, 0.010476996190845966, -0.008469467982649803, -0.02410385012626648, 0.001787848654203117, -0.013099624775350094, 0.010781167075037956, 0.00453214580193162, 0.07018911093473434, 0.019183041527867317, 0.012700823135674, 0.015614103525876999, 0.009753745049238205, -0.011713957414031029, 0.007773254998028278, -0.008523543365299702, 0.021346034482121468, -0.0240092184394598, 0.02061602473258972, 0.0067661115899682045, 0.001857131952419877, -0.028037792071700096, -0.03647346422076225, 0.008584377355873585, 0.014627237804234028, 0.0012344267452135682, 0.0024029496125876904, -0.00016835011774674058, 0.011315155774354935, 0.0014304479118436575, 0.009327906183898449, -0.0035554191563278437, -0.016154851764440536, -0.0015698595670983195, 0.012903603725135326, -0.018182657659053802, -0.003964359872043133, -0.026942778378725052, 0.020940473303198814, 0.0037413013633340597, -0.047802139073610306, -0.009672633372247219, 0.002277901628986001, -0.006769491359591484, 0.0009454643586650491, -0.0038798681925982237, 0.011761272326111794, 0.006127352826297283, -0.006380828563123941, 0.0007215608493424952, -0.02922743931412697, -0.006353790871798992, 0.0018959982553496957, -0.013234811834990978, -0.014681313186883926, -0.004157001618295908, -0.03579752892255783], \"8751807c-4db7-4492-8fc4-a55a90d1344b\": [0.016051044687628746, 0.0026101446710526943, 0.016858305782079697, -0.0280388742685318, -0.0014471838949248195, 0.014624882489442825, -0.04246193915605545, -0.0114563824608922, -0.0023746935185045004, 0.0003235351759940386, 0.04326920211315155, 0.019858626648783684, -0.0010300989961251616, -0.017867382615804672, -0.0026622803416103125, 0.0027615062426775694, -0.011126751080155373, 0.0064379083923995495, 0.014315432868897915, -0.02661271207034588, -0.031133374199271202, 0.0009132142877206206, 0.01917245425283909, 0.002569781616330147, -0.026787618175148964, -0.0030844106804579496, 0.03807581961154938, -0.02267058566212654, -0.0006214229506440461, -0.011705287732183933, 0.01362926047295332, -0.01380416750907898, -0.012149281799793243, -0.0323442667722702, 0.004735932685434818, -0.0098418602719903, 0.016992848366498947, -0.010554940439760685, 0.011321838945150375, -0.03285553306341171, 0.025361457839608192, -0.01582231931388378, 0.0007790912059135735, -0.012445277534425259, -0.01606449857354164, 0.014490338973701, -0.0002920015249401331, -0.021069517359137535, -0.021150244399905205, -0.02041025459766388, 0.009969675913453102, 0.034443147480487823, -0.0598449669778347, -0.00492093013599515, -0.0030154569540172815, -0.004675387870520353, -0.013353446498513222, -0.005546557251363993, -0.0045576621778309345, -0.0295188520103693, 0.02119060792028904, -0.005408650264143944, -0.003935398533940315, -0.019589539617300034, -0.02342402935028076, 0.004261666443198919, 0.003935398533940315, 0.01619904115796089, -0.014786334708333015, -0.00949204619973898, 0.0619976632297039, 0.018405556678771973, 0.002606780966743827, -0.0038714902475476265, 0.022334227338433266, 0.0008089430048130453, -1.0051347999251448e-05, 0.004520663060247898, -0.01529760006815195, 0.0068516298197209835, 0.024594558402895927, -0.02059861645102501, -0.006962628103792667, 0.04434555023908615, 0.012727818451821804, -0.00966695323586464, 0.017100483179092407, 0.00333667965605855, 0.004850294440984726, 0.0016994531033560634, -0.0004721637233160436, 0.02690870687365532, 0.02828105166554451, 0.006461453624069691, 0.011664925143122673, 0.031241009011864662, 0.03896380960941315, 0.024540740996599197, 0.007884250953793526, -0.033555157482624054, -0.02798505686223507, 0.007554619573056698, -0.02715088613331318, -0.021177152171730995, -0.013535079546272755, -0.02809269167482853, 0.03177918493747711, 0.01063566654920578, 0.016508491709828377, 0.0011839831713587046, -0.02825414389371872, 0.04221976175904274, -0.01138911023736, -0.04186994954943657, -0.012028192169964314, -0.004678751341998577, -0.008496424183249474, -0.03328607231378555, -0.0014396158512681723, -0.01052803173661232, 0.017652112990617752, 0.01979135535657406, 0.001405979972332716, -0.02113679051399231, -0.00032143291900865734, 0.006178911775350571, 5.318674084264785e-05, -0.007904432713985443, 0.02041025459766388, -0.02750069834291935, 0.006572451908141375, 0.018001925200223923, 0.005654192063957453, -0.010131128132343292, -0.017746292054653168, 0.007130807731300592, -0.005660919472575188, -0.01319872122257948, -0.035788580775260925, -0.020773522555828094, 0.02145969495177269, 0.02811959944665432, -0.01411361712962389, -0.021392421796917915, -0.002928003668785095, 0.009155687876045704, -0.0018398829270154238, 0.012384732253849506, -0.015566687099635601, -0.002993593690916896, 0.025267276912927628, -0.0007193874916993082, -0.011987829580903053, 0.006111640017479658, 0.020719705149531364, 0.04014779254794121, 0.013447626493871212, -0.02283203788101673, 0.0021964232437312603, 0.018782278522849083, 0.009175869636237621, 0.05187998712062836, 0.006347091402858496, 0.017934653908014297, 0.031241009011864662, 0.02186332456767559, 0.025011643767356873, -0.010568395256996155, -0.005704645998775959, 0.015593595802783966, 0.014248160645365715, -0.00706353597342968, -0.033447522670030594, 0.02315494231879711, 0.001116711413487792, 0.026061084121465683, -0.0003548585809767246, -0.012317460961639881, -0.015351417474448681, -0.03202136233448982, -0.008947145193815231, -0.0018937003333121538, 0.020020078867673874, 0.03253262862563133, -0.0038916717749089003, -0.00787079706788063, 0.0008989190100692213, -0.0010670984629541636, 0.0233163945376873, 0.0020669251680374146, 0.011086387559771538, 0.01524378266185522, 0.006602724082767963, 0.00989567767828703, -0.6225598454475403, 0.006942446809262037, -0.01508233044296503, -0.00654554320499301, -0.0008846237906254828, 0.02642435021698475, 0.010393488220870495, -0.0035351314581930637, -0.023141488432884216, 0.015943409875035286, 0.019777899608016014, 0.004897384904325008, -0.003308089217171073, -0.006875174585729837, -0.013635987415909767, -0.019777899608016014, 0.014248160645365715, -0.012129100039601326, -0.003723492380231619, 0.018284466117620468, -0.031214101240038872, 0.0004759477742481977, -0.013272720389068127, 0.0050857458263635635, -0.006155367009341717, -0.03255953639745712, 0.02809269167482853, -0.009794769808650017, 0.0007677390822209418, 0.0038143093697726727, -0.03998633846640587, 0.007742980495095253, 0.02820032648742199, -0.00521019846200943, 0.036299847066402435, -0.0012941407039761543, -0.03255953639745712, -0.011046024970710278, -0.0067103588953614235, 0.03056829236447811, -0.0016826351638883352, -0.03433551266789436, 0.02167496457695961, -0.025738179683685303, -0.03191372752189636, 0.0036562206223607063, 0.04283866286277771, -0.013831076212227345, -0.0005112654180265963, 0.0078169796615839, -0.0025899631436914206, 0.0072384425438940525, -0.007258623838424683, 0.008947145193815231, -0.001974426442757249, -0.010837482288479805, 0.03890999034047127, 0.010070583783090115, 0.004096850752830505, 0.007487347815185785, 0.002704325132071972, 0.01081057358533144, -0.012835453264415264, -0.017584839835762978, -0.01329290121793747, -0.008449334651231766, -0.035761673003435135, -0.02908831275999546, 0.02820032648742199, -0.020423708483576775, 0.001062894007191062, -0.002504191594198346, 0.011247839778661728, -0.016723761335015297, 0.0046182069927453995, 0.02572472393512726, -0.009633317589759827, -0.0022838765289634466, -0.007904432713985443, 0.013191994279623032, -0.0002955753298010677, -0.008052431046962738, -0.013171812519431114, 0.016535401344299316, 0.02350475639104843, 0.005442285910248756, -0.02992248348891735, -0.03299007564783096, -0.003975761588662863, -0.021957505494356155, -0.00012035339750582352, 0.02986866608262062, -0.012808544561266899, -0.027487244457006454, 0.01385798491537571, 0.0015438870759680867, 0.004093487281352282, 0.024729102849960327, 0.008886600844562054, -0.020020078867673874, 0.0103127621114254, -0.026128355413675308, -0.01627976819872856, 0.0028270960319787264, 0.050696004182100296, -0.004470209125429392, -0.018836095929145813, 0.02035643719136715, 0.02199786901473999, -0.014315432868897915, -0.009700588881969452, 0.008624240756034851, -0.020477525889873505, 0.024863645434379578, 0.01984517276287079, -0.03325916454195976, 0.006794448476284742, 0.03129482641816139, 0.033447522670030594, -0.009996584616601467, 0.004298666026443243, 0.001052803243510425, 0.016858305782079697, -0.023693116381764412, 0.00853006076067686, 0.006831448059529066, 0.02927667461335659, -0.021553874015808105, -0.015620504505932331, -0.00858387816697359, 0.01167165208607912, 0.0035620401613414288, 0.025617089122533798, 0.0001405349321430549, 0.016024135053157806, 0.01488051563501358, 0.013925256207585335, -0.005341378506273031, 0.01582231931388378, -0.008254245854914188, 0.00801879446953535, -0.003180272877216339, 0.0037268560845404863, -0.005475922022014856, 0.008980780839920044, -0.011819649487733841, -0.04369974136352539, -0.007736253552138805, 0.0019794718828052282, -0.010124401189386845, -0.0019155635964125395, -0.0025344640016555786, -0.02154042012989521, -0.00028779704007320106, 0.00965349841862917, -0.008166792802512646, 0.00488729402422905, -0.02296658232808113, 0.022522589191794395, -0.02825414389371872, -0.0007437734748236835, 0.025321094319224358, -0.012821999378502369, 0.018741915002465248, -0.011483291164040565, 0.010292580351233482, 0.011167113669216633, 0.025643998757004738, -0.009323867037892342, -0.007379713002592325, -0.012499094940721989, -0.03067592717707157, -0.014490338973701, -0.0072115338407456875, 0.017679020762443542, 0.010440578684210777, -0.02814650908112526, -0.026518531143665314, 0.018620826303958893, -0.004685478750616312, -0.003740310436114669, -0.0010755073744803667, 0.010063856840133667, 0.006088095251470804, 0.034362420439720154, 0.010696210898458958, 0.037268560379743576, 0.04057833179831505, -0.024850191548466682, 0.03116028383374214, -0.00683481153100729, 0.0307297445833683, 0.000576855440158397, 0.018001925200223923, 0.0030860924161970615, 0.019777899608016014, 0.02180950716137886, 0.0019071546848863363, 0.012384732253849506, 0.010736574418842793, 0.02186332456767559, 0.012667274102568626, 0.017948107793927193, -0.0222400464117527, 0.00754789263010025, -0.021742235869169235, -0.011005661450326443, 0.008166792802512646, 0.009875495918095112, 0.0002806494012475014, 0.02186332456767559, -0.01514960266649723, -0.018351739272475243, -0.0014303659554570913, 0.003180272877216339, -0.013582170009613037, -0.010373306460678577, -0.010023493319749832, -0.006337000522762537, 0.01477288082242012, -0.008361880667507648, -0.009418047964572906, 0.034981321543455124, 0.0027177794836461544, -0.03328607231378555, -0.0001879405026556924, 0.02776978723704815, -0.004413028247654438, 0.007588255684822798, -0.03296316787600517, -0.0040665785782039165, 0.0320751778781414, 0.00796497706323862, 0.01144292764365673, 0.02194405160844326, -0.016414310783147812, 0.038829267024993896, -0.006875174585729837, 0.0015716367634013295, -0.011530381627380848, 0.003504859283566475, 0.008429152891039848, 0.02092152088880539, -0.019912444055080414, 0.0279043298214674, 0.02655889466404915, 0.012606729753315449, 0.025186549872159958, -0.011570744216442108, -0.004830113146454096, 0.0030692743603140116, 0.009518954902887344, -0.0036293119192123413, -0.01052803173661232, 0.021715326234698296, -0.025240367278456688, -0.006326910108327866, -3.345193908899091e-05, 0.02272440306842327, 0.015270691365003586, 0.02879231795668602, 0.024769464507699013, -0.00048267495003528893, 0.02119060792028904, 0.032505717128515244, -0.006178911775350571, -0.034631505608558655, -0.016185587272047997, -0.02073315903544426, -0.003686493029817939, 1.2941932254761923e-05, 0.012748000212013721, 0.018916821107268333, -0.02086770348250866, 0.005852643866091967, 0.009155687876045704, 0.005556648131459951, 0.016535401344299316, 0.0016456356970593333, 0.00351494993083179, -0.020262256264686584, 0.007608436979353428, 0.02785051241517067, 0.019212817773222923, 0.018055742606520653, 0.03078356198966503, -0.018297921866178513, 0.03242499381303787, -0.006007369142025709, 0.0007765684858895838, 0.003488041227683425, 0.04445318505167961, 0.01566086709499359, -0.01547250710427761, -0.01946845091879368, -0.00035717105492949486, 0.02841559611260891, -0.011907103471457958, -0.008799147792160511, 0.006343727931380272, 0.01122765801846981, 0.01086439099162817, 0.0017642021412029862, -0.02194405160844326, 0.0295188520103693, 0.006787721533328295, 0.005055473651736975, -0.0005394354811869562, 0.011954193003475666, -0.0068785385228693485, -0.017907744273543358, 0.006242820061743259, -0.005230380222201347, 0.001018326380290091, -0.005765190813690424, 0.006394181866198778, -0.012869089841842651, 0.0023847841657698154, 0.020827339962124825, 0.00690208375453949, 0.022603314369916916, -0.035465676337480545, -0.026895252987742424, 0.02285894751548767, 0.006481634918600321, 0.007837161421775818, -0.0035889488644897938, 0.015216873958706856, -0.01689866930246353, -0.009418047964572906, -0.022199684754014015, -0.012842181138694286, -0.01568777672946453, -0.010602030903100967, -0.01133529283106327, -0.03037993051111698, 0.0005020155804231763, 0.004927657078951597, 0.0035284042824059725, 0.004049760289490223, 0.003935398533940315, -0.015284146182239056, -0.009976403787732124, -0.02151351235806942, -0.005442285910248756, -0.017221573740243912, 0.0004658570105675608, 0.04571789503097534, 0.019777899608016014, 0.02054479904472828, 0.023598937317728996, 0.010837482288479805, 0.0026269624941051006, -0.02256295084953308, 0.0004074146563652903, -0.001136051956564188, 0.006020823493599892, -6.580020271940157e-05, 0.00831479113548994, 0.016077952459454536, 0.01529760006815195, 0.020585160702466965, 0.005808917339891195, 0.026168718934059143, -0.03220972418785095, 0.011664925143122673, -0.0010443942155689, -0.0036326756235212088, 0.034254785627126694, -0.01054148655384779, -0.01075675617903471, 0.012425095774233341, -0.03188681975007057, 0.010985479690134525, 0.04103577882051468, 0.017853926867246628, -0.036864928901195526, -0.01461142860352993, 0.00756807392463088, 0.008624240756034851, 0.010750028304755688, 0.0012697546044364572, 0.0043121203780174255, -0.03837181627750397, -0.02135206013917923, -0.02889995276927948, -0.00830133631825447, -0.007500802166759968, -0.017194664105772972, -0.022845493629574776, -0.0212982427328825, -0.0032021361403167248, -0.023908386006951332, -0.04275793582201004, -0.013218902982771397, -0.023410575464367867, -0.024406198412179947, -0.0026891890447586775, 0.00733262300491333, 0.015512869693338871, 0.02207859419286251, -0.025173095986247063, -0.007076990325003862, 0.01520342007279396, 0.0007954886532388628, -0.003750401083379984, 0.02218622900545597, -0.025617089122533798, -0.0072653512470424175, -0.0018886548932641745, 0.01992589794099331, -0.01949535869061947, 0.005738282110542059, 0.03099883161485195, 0.007527710869908333, 0.00765552744269371, 0.019239725545048714, -0.013662896119058132, -0.0039320350624620914, 0.02707015909254551, 0.007823706604540348, 0.008570423349738121, -0.005899734329432249, -0.015512869693338871, -0.0011057796655222774, -0.009626589715480804, 0.01015130989253521, 0.01194073911756277, 0.005176562815904617, -0.011631288565695286, -0.015997227281332016, 0.024567650631070137, -0.017423387616872787, 0.0031365463510155678, 0.01654885523021221, -0.01377725787460804, -0.017369570210576057, -0.01432888675481081, 0.026949070394039154, 0.008940418250858784, 0.009680408053100109, 0.01086439099162817, 0.0007690003840252757, 0.051583994179964066, 0.012687455862760544, -0.017598295584321022, 0.01579541154205799, 0.012600002810359001, -0.0022838765289634466, 0.014476885087788105, -0.004877203144133091, -0.050184741616249084, -0.013535079546272755, 0.005449013318866491, -0.017261935397982597, 0.026330171152949333, -0.012539457529783249, -0.0040127611719071865, -0.01309108640998602, -0.01482669822871685, 0.0072653512470424175, 0.03229044750332832, -0.0013597306096926332, -0.01568777672946453, -0.010507849976420403, -0.00369322020560503, 0.0016885213553905487, -0.020208438858389854, -0.024069838225841522, -0.027541061863303185, -0.02194405160844326, 0.005967006087303162, 0.023276032879948616, -0.0005268220556899905, -0.008207155391573906, 0.017880836501717567, -0.0156339593231678, -0.03226353973150253, -0.006949173752218485, -0.02135206013917923, 0.001053644111379981, 0.01021858211606741, 0.035896215587854385, 0.002398238517343998, 0.051207270473241806, 0.013286174274981022, 0.035680945962667465, 0.0024201020132750273, 0.010951844044029713, -0.008832783438265324, 0.0003733583143912256, -0.005375014152377844, -0.01660267263650894, -0.0067372675985097885, 0.0279043298214674, 0.012236734852194786, -0.01443652156740427, 0.019159000366926193, 0.011900375597178936, 0.005993914790451527, -0.03177918493747711, 0.022710949182510376, -0.02849632129073143, -0.035519495606422424, -0.018836095929145813, 0.02318185195326805, -0.005038655363023281, 0.008920236490666866, -0.022576406598091125, -0.02962648682296276, -0.0026471440214663744, 0.019360816106200218, 0.05427486449480057, -0.023841114714741707, 0.04356519877910614, -0.011140204966068268, 0.02003353275358677, 0.0035923125687986612, 0.01525723747909069, -0.019374269992113113, 0.006471544038504362, -0.01906481944024563, -0.008826056495308876, 0.03783364221453667, 0.018674643710255623, 0.01611831597983837, 0.011523653753101826, -0.003234090283513069, -0.004308756906539202, 0.018392100930213928, -7.531284791184589e-05, -0.0021241060458123684, -0.0035889488644897938, -0.02704325132071972, -0.034200966358184814, -0.05704646185040474, -0.012680728919804096, -0.010655848309397697, -0.0020332892891019583, 0.002811959944665432, -0.016750670969486237, 0.003217272460460663, 0.007359531708061695, 0.0007311600493267179, -0.01665649004280567, -0.010171491652727127, 0.024473469704389572, -0.01984517276287079, 0.03928671404719353, -0.0051900171674788, 0.00474602309986949, -0.018445918336510658, 0.0033450888004153967, 0.016481583938002586, -0.005203471519052982, 0.015230328775942326, 0.03995943069458008, 0.02650507725775242, 0.009054780006408691, 0.01422125194221735, 0.0013134812470525503, 0.00025458159507252276, -0.027218157425522804, 0.012250188738107681, 0.016750670969486237, 0.01151019986718893, -0.00938441138714552, -0.037268560379743576, -0.024365834891796112, -0.0007904432713985443, -0.021069517359137535, 0.01102584321051836, 0.0150957852602005, 0.00035464836400933564, -0.02302039973437786, -0.022199684754014015, -0.025132732465863228, 0.025213459506630898, 0.0045912982895970345, 0.0222400464117527, 7.59435206418857e-05, 0.009337321855127811, -0.05438249930739403, -0.012243461795151234, -0.011651470325887203, 0.006074640899896622, -0.003262680722400546, -0.010184945538640022, 0.016212496906518936, 0.017557932063937187, -0.007204806432127953, -0.014907424338161945, -0.024029476568102837, 0.02838868647813797, -0.02272440306842327, 3.994261351181194e-05, -0.01416743453592062, 0.00035527904401533306, 0.019562629982829094, 0.004880567081272602, 0.0012579821050167084, -0.013427444733679295, -0.010460760444402695, -0.018271012231707573, 0.009196050465106964, 0.0026521894615143538, -0.011651470325887203, -0.01477288082242012, 0.01074330136179924, 0.004295302554965019, -0.024258200079202652, -0.008429152891039848, 0.006558997556567192, -0.03977106884121895, -0.019643357023596764, -0.014490338973701, -0.021392421796917915, 0.007971704937517643, -0.0014396158512681723, 0.04248885065317154, -0.012842181138694286, 0.0262898076325655, -0.017773201689124107, 0.002389829605817795, 0.003178591141477227, -0.012573094107210636, -0.014638337306678295, 0.01619904115796089, -0.007594982627779245, -0.0296533964574337, -0.010857663117349148, -0.0017053392948582768, -0.020020078867673874, 0.001279004500247538, 0.015862682834267616, 0.003173545701429248, -0.01167165208607912, 0.003363588359206915, 0.02377384342253208, -0.012465459294617176, 0.02049098163843155, -0.001703657559119165, -0.006091458722949028, 0.02688179910182953, -0.026195626705884933, 0.004793113563209772, 0.036299847066402435, -0.011214204132556915, -0.020638978108763695, -0.011638016439974308, -0.00529765198007226, 0.00998985767364502, 0.015445598401129246, -0.035923123359680176, 0.016158679500222206, -0.005294288042932749, -0.01662958227097988, -0.010454032570123672, -0.024729102849960327, -0.05656210333108902, -0.017557932063937187, 0.00746043911203742, 0.0016691808123141527, 0.005153017584234476, 0.024164019152522087, 0.002260331530123949, 0.03169845789670944, -0.0005251402617432177, -0.03172536566853523, -0.03110646642744541, -0.05898388847708702, -0.025361457839608192, -0.019939351826906204, -0.01587613672018051, 0.007050081621855497, 0.02620908059179783, -0.02285894751548767, -0.025213459506630898, -0.006949173752218485, -0.023989113047719002, -0.0018398829270154238, -0.01481324341148138, 0.009996584616601467, 0.0014185934560373425, 0.00993604026734829, 0.008099520578980446, 0.002314148936420679, 0.04692878574132919, -0.003965670708566904, 0.012781635858118534, -0.00347795058041811, -0.017194664105772972, -0.011853286065161228, -0.03116028383374214, 0.00026067811995744705, -0.012748000212013721, -0.010945117101073265, -0.00744025781750679, 0.020665887743234634, 0.019159000366926193, 0.013218902982771397, 0.023060763254761696, -0.001432047807611525, -0.016669943928718567, -0.008563696406781673, -0.033662792295217514, -0.0217018723487854, 0.01989899016916752, 0.018163377419114113, -0.02943812683224678, -0.0027177794836461544, 0.008112975396215916, 0.004164122510701418, 0.012821999378502369, 0.0018819277174770832, -0.011247839778661728, -0.02572472393512726, 0.0202218946069479, -0.02973412163555622, -0.0037638554349541664, -0.019239725545048714, -0.002776642329990864, 0.01438270416110754, -0.006895356345921755, 0.0042313942685723305, 0.04652515426278114, -0.006915538106113672, -0.023329850286245346, -0.012297279201447964, 0.009848587214946747, -0.033043891191482544, -0.01340053603053093, 0.002125788014382124, -0.004446663893759251, -0.00013811734970659018, -0.011880194768309593, -0.015485960990190506, -0.01898409239947796, -0.018580462783575058, 0.007574801333248615, 0.019885534420609474, 0.023733479902148247, 0.00508238235488534, -0.00010117043711943552, -0.007110625971108675, -0.00733262300491333, -0.002061879727989435, -0.020316073670983315, -0.02661271207034588, -0.012014738284051418, -0.006949173752218485, -0.01700630411505699, 0.0035250408109277487, -0.014463430270552635, -0.022226592525839806, -0.03062210977077484, 0.008160065859556198, 0.017019758000969887, 0.01161783467978239, 0.01979135535657406, 0.21505439281463623, -0.0049982923083007336, 6.259427755139768e-05, 0.02930358238518238, 0.012135826982557774, 0.003948852885514498, 0.019132090732455254, 0.014369250275194645, -0.0295188520103693, 0.03732237592339516, 0.0024032839573919773, -0.0006449680658988655, -0.007897705771028996, 0.003155045909807086, 0.01486706081777811, -0.02758142538368702, -0.033232253044843674, -0.04006706550717354, -0.036353662610054016, -0.002894367789849639, -0.0034981321077793837, 0.007642073091119528, -0.015607050620019436, -0.01989899016916752, 0.010501123033463955, -0.017894290387630463, -0.0010654166107997298, 0.027541061863303185, 0.00477965921163559, 0.02860395610332489, -0.025267276912927628, -0.01156401727348566, -0.0077833435498178005, 0.011368929408490658, -0.008456061594188213, -0.0018062470480799675, 0.02320875972509384, -0.00994949508458376, 0.004322211258113384, 0.03177918493747711, 0.013763803988695145, -0.005543193779885769, 0.004766204860061407, -0.01434234157204628, 0.0014732517302036285, -0.006865084171295166, -0.01325253862887621, 0.0030154569540172815, 0.01454415637999773, -8.077867823885754e-05, -0.003696583677083254, 0.0016330222133547068, 0.014355795457959175, 0.0372147411108017, 0.010252217762172222, -0.000613013980910182, -0.0004910838906653225, -0.03245190158486366, 0.02709706872701645, 0.023033853620290756, -0.012687455862760544, 0.01989899016916752, -0.02650507725775242, -0.00954586360603571, 0.01097202580422163, 0.0062730927020311356, -0.02959957905113697, -0.00858387816697359, 0.015943409875035286, -0.0156339593231678, 0.00028863793704658747, -0.008180246688425541, 0.0014539110707119107, -0.005216925870627165, 0.0013992527965456247, -0.013938711024820805, 0.03218281269073486, -0.007258623838424683, 0.037241652607917786, 0.05548575520515442, -0.015835775062441826, 0.0011284839129075408, -0.014893969520926476, -0.008496424183249474, 0.0028540047351270914, -0.034523870795965195, 0.03966343402862549, -0.023841114714741707, -0.024177473038434982, -0.005025201011449099, 0.01925317943096161, -0.010803845711052418, -0.010628939606249332, -0.006374000106006861, 0.020638978108763695, 0.006387454457581043, 0.007251896895468235, 0.03845254331827164, 0.00322904484346509, -0.0044500273652374744, -0.02760833501815796, 0.03861399367451668, 0.034093331545591354, 0.003153364174067974, -0.03834490850567818, -0.003018820658326149, -0.007433530408889055, 0.004133850336074829, 0.01059530396014452, -0.011960920877754688, -0.011880194768309593, -0.04014779254794121, 0.003649493446573615, -0.0032643626909703016, 0.02680107206106186, 0.02930358238518238, 0.013366900384426117, -0.015176511369645596, -0.005903097800910473, -0.011893648654222488, -0.013030542060732841, -0.02774287760257721, -0.013884893618524075, 0.003659584326669574, -0.006885265465825796, -0.023733479902148247, -0.007648800034075975, 0.011072933673858643, -0.026437805965542793, -0.030971921980381012, 0.005869461689144373, 0.015015059150755405, 0.0031365463510155678, 0.002892686054110527, -0.001910518272779882, 0.016750670969486237, 0.005714736878871918, -0.010507849976420403, -0.004470209125429392, 0.016764124855399132, -0.016521945595741272, -0.02688179910182953, 0.013703259639441967, -0.003289589425548911, -0.00099057680927217, -0.02779669500887394, 0.020800430327653885, 0.011537108570337296, -0.018055742606520653, -0.050373099744319916, -0.00322904484346509, 0.00488729402422905, 0.0013403899502009153, 0.000214008308830671, 0.005731554701924324, -0.02903449535369873, -0.035088956356048584, -0.035923123359680176, -0.01662958227097988, 0.0005192539538256824, -0.0234509389847517, -0.0002911606279667467, 0.015459052287042141, 0.006444635335355997, -0.04439936950802803, -0.025576727464795113, -0.17135465145111084, 0.02035643719136715, 0.0266934372484684, -0.01898409239947796, 0.02296658232808113, 0.005166471935808659, 0.005486012902110815, 0.006525361444801092, -0.009162414819002151, -0.020396800711750984, 0.01609140634536743, -0.00853006076067686, -0.035411860793828964, -0.004046396818011999, -0.009397866204380989, 0.01444997638463974, -0.004954565782099962, 0.0030423656571656466, 0.03931362181901932, 0.013333264738321304, 0.023572027683258057, -0.008987508714199066, -0.0011301657650619745, -0.019508812576532364, -0.012687455862760544, -0.003467859700322151, -0.023800751194357872, 0.007500802166759968, -0.014893969520926476, -0.03231735900044441, -0.020369891077280045, 0.01423470675945282, 0.02304730750620365, -0.0052236528135836124, -0.005216925870627165, -0.002983503043651581, 0.01898409239947796, 0.005852643866091967, -0.00011562335566850379, 0.0014665245544165373, 0.008725148625671864, 0.051826171576976776, 0.010023493319749832, 0.01389834750443697, 0.005008383188396692, 0.011960920877754688, 0.007864070124924183, -0.01443652156740427, 0.01140256505459547, -0.004981474485248327, 0.00392867112532258, -0.02073315903544426, -0.012216553092002869, 0.004463481716811657, 0.01482669822871685, 0.013501443900167942, 0.008866419084370136, 0.0028994132298976183, -0.002127469750121236, -0.01064912136644125, -0.001984517090022564, -0.03390497341752052, -0.007574801333248615, -0.024083293974399567, -0.025146188214421272, -0.03264026343822479, -0.025590181350708008, 0.036757294088602066, -0.018647734075784683, -0.008186974562704563, -0.008408971130847931, -0.023625845089554787, -0.005926643032580614, 0.023464392870664597, -0.011543835513293743, 0.014490338973701, -0.021984413266181946, 0.04612152650952339, 0.0019626538269221783, 0.0030406839214265347, 0.010548213496804237, 0.050561461597681046, -0.01529760006815195, 0.0036528571508824825, 0.006189002655446529, -0.00035990396281704307, -0.02221313863992691, -0.0008034771890379488, -0.0024907372426241636, -0.0012386414455249906, 0.017248481512069702, -0.01470560859888792, -0.005438922438770533, -0.003180272877216339, 0.015701230615377426, 0.006468180567026138, 0.007864070124924183, -0.0018348374869674444, 0.0010124400723725557, 0.01518996525555849, 0.007642073091119528, 0.013474535197019577, -0.025684362277388573, 0.02922285720705986, 0.03947507590055466, 0.03850635886192322, 0.002911185845732689, 0.012008010409772396, 0.036757294088602066, 0.00014221672608982772, -0.036138392984867096, 0.012445277534425259, 0.012330914847552776, 0.02258986048400402, 0.023302940651774406, 0.0133467186242342, 0.010494396090507507, -0.02175568975508213, 0.025966903194785118, 0.011745651252567768, 0.018365193158388138, -0.018096106126904488, -0.023908386006951332, 0.014786334708333015, -2.3436721221514745e-06, -0.010817300528287888, -0.0644194483757019, -0.0030625471845269203, -0.0031113193836063147, 0.011624561622738838, 0.008900054730474949, 0.0050588371232151985, -0.005650828592479229, 0.009855314157903194, -0.006659904960542917, 0.002885958878323436, -0.01423470675945282, -0.013319809921085835, -0.02011425979435444, 0.002514282474294305, -0.019360816106200218, -0.012088736519217491, 0.007682436145842075, -0.005126108881086111, 0.008718421682715416, 0.009115324355661869, -0.016400856897234917, 0.0006348773022182286, 0.008933691307902336, -0.021580783650279045, -0.0018970639212056994, 0.0043188477866351604, -0.005523012485355139, 0.010548213496804237, 0.004228030797094107, -0.00713753467425704, 0.025926539674401283, -0.02817341685295105, 0.016306675970554352, -0.001441297703422606, 0.0071577164344489574, -0.025630544871091843, -0.02855013869702816, -0.017490660771727562, 0.018782278522849083, -0.02315494231879711, 0.01356198824942112, 0.006616178434342146, -0.01391180232167244, -0.03051447495818138, -0.0003859717689920217, -0.0028052327688783407, -0.010386761277914047, 0.00510256364941597, -0.010178218595683575, 0.01492087822407484, -0.00708371726796031, 0.016508491709828377, -0.004877203144133091, 0.017867382615804672, 0.010117674246430397, -0.011039297096431255, 0.02631671540439129, 0.00813988409936428, -0.027379609644412994, 0.0026000537909567356, -0.010924935340881348, -0.009888949804008007, -0.010985479690134525, 0.02135206013917923, 0.010144582949578762, 0.012761455029249191, -0.02989557385444641, -0.009007689543068409, -0.0003489723021630198, -0.01340053603053093, -0.02822723425924778, -0.007339349947869778, -0.01657576486468315, 0.009323867037892342, -0.02661271207034588, -0.04305393248796463, -0.0019088364206254482, 0.0009603045182302594, 0.012061827816069126, 0.005122745409607887, 0.00024028634652495384, -0.011947466060519218, 0.009868768975138664, -0.00966695323586464, 0.01995280757546425, 0.02924976497888565, 0.0062192752957344055, -0.0001755372795742005, 0.013212175108492374, -0.04079360142350197, -0.01579541154205799, 0.015324508771300316, -0.001136051956564188, -0.02725852094590664, -0.009249867871403694, -0.00524383457377553, -0.012956542894244194, 0.012169462628662586, -0.0024201020132750273, -0.0022956491447985172, -0.03247880935668945, -0.0071778977289795876, -0.0673794075846672, 0.010359852574765682, -0.017679020762443542, 0.00117305142339319, 6.543230847455561e-05, -0.011967647820711136, -0.012620183639228344, -0.016293222084641457, 0.0003046149795409292, 0.035384949296712875, 0.003018820658326149, 0.009875495918095112, 0.011140204966068268, 0.01906481944024563, -0.006885265465825796, -0.0008821010706014931, 0.018028834834694862, -0.012270370498299599, -0.0012806863524019718, -0.01459797378629446, -0.04571789503097534, -0.012694182805716991, 0.002053470816463232, 0.008402244187891483, -0.022011322900652885, 0.009626589715480804, 0.007668981794267893, 0.049108389765024185, -0.01016476470977068, -0.006542179733514786, 0.025361457839608192, -0.024715647101402283, 0.005055473651736975, 0.024446560069918633, 0.022737858816981316, -0.011321838945150375, -0.0022014686837792397, 0.03029920533299446, 0.019535722211003304, 0.020612070336937904, -0.012855635024607182, -0.04060523957014084, 0.005354832857847214, -0.01422125194221735, -0.017315752804279327, -0.00164143112488091, -0.004661933518946171, -0.01027239952236414, 0.016858305782079697, 0.010776937007904053, 0.04337683692574501, 0.01466524600982666, 0.014315432868897915, -0.013548534363508224, -0.0072653512470424175, -0.025388365611433983, 0.0018718369537964463, -0.0029784576036036015, -0.007776616606861353, -0.008953872136771679, 0.04238121584057808, 0.012324187904596329, 0.012008010409772396, -0.0024924189783632755, -0.004655206575989723, -0.00754789263010025, 0.011577471159398556, 0.005788735579699278, 0.02650507725775242, -0.050104014575481415, -0.011449655517935753, -0.0015876137185841799, -0.004934384487569332, -0.009875495918095112, -0.0038950354792177677, 0.01481324341148138, 0.004137213807553053, -0.0018533372785896063, -0.008698239922523499, 0.022226592525839806, 0.002586599439382553, 0.017504114657640457, -0.024123655632138252, 0.012411640956997871, 0.009088415652513504, 0.04049760475754738, -0.01590304635465145, 0.025065461173653603, 0.015068876557052135, -0.024016020819544792, -0.03901762515306473, 0.0016077952459454536, -0.0009006008040159941, 0.017638657242059708, -0.013434172607958317, 0.011140204966068268, -0.006676723249256611, 0.008045703172683716, 0.003858035895973444, 0.026061084121465683, 0.0045038447715342045, 0.021365514025092125, -0.009162414819002151, -0.017248481512069702, -0.011059478856623173, -0.01101238839328289, 0.006717086303979158, -0.023854568600654602, 0.007742980495095253, -0.010803845711052418, -0.001028417143970728, 0.005556648131459951, -0.00801879446953535, 0.004197758622467518, -0.010924935340881348, -0.0077295261435210705, 0.0018970639212056994, -0.026330171152949333, -0.031025739386677742, 0.02696252427995205, -0.00776316225528717, 0.02930358238518238, -0.012108918279409409, -0.0077295261435210705, 0.04356519877910614, 0.009498774074018002, 0.005206834990531206, -0.017638657242059708, 0.020127713680267334, -0.0015716367634013295, -0.012075282633304596, 0.02903449535369873, -0.0035250408109277487, -0.018701551482081413, -0.005647465121001005, 0.017692474648356438, 0.0005200948799028993, 0.0025344640016555786, 0.002288921969011426, 0.08341699093580246, 0.003612494096159935, -0.01411361712962389, 0.0018264285754412413, 0.009350775741040707, -0.001289095263928175, 0.01579541154205799, 0.007554619573056698, -0.0008627604693174362, -0.005576829891651869, 0.018123013898730278, 0.02914213016629219, -0.00676081283017993, -0.014369250275194645, -0.0071240803226828575, 0.00012277097266633064, 0.009344048798084259, 0.0024032839573919773, -0.009256595745682716, 0.006034277845174074, 0.0206255242228508, 0.009088415652513504, -0.0017440206138417125, 0.009182596579194069, -0.019993169233202934, 0.008334971964359283, 0.034550782293081284, -0.011880194768309593, 0.0021577419247478247, -0.04079360142350197, 0.02838868647813797, -0.00813988409936428, -0.04281175509095192, -0.03145628049969673, -0.010608757846057415, 0.034200966358184814, -0.024271653965115547, -0.018459374085068703, 0.020558252930641174, -0.008570423349738121, 0.005290924571454525, 0.0022737858816981316, -0.03000320866703987, -0.022038230672478676, 0.010817300528287888, 0.0015203419607132673, 0.013884893618524075, -0.010783664882183075, -0.014907424338161945], \"40e1487e-92f9-46f4-b04b-7c95c70427a3\": [-0.012580247595906258, -0.019171815365552902, 0.028161533176898956, -0.02156996726989746, 0.00023906154092401266, 0.014764038845896721, -0.04485481232404709, -0.016773663461208344, -0.020913489162921906, -0.023659976199269295, 0.022159457206726074, 0.018461747094988823, 0.009713184088468552, -0.01349127758294344, -0.004873338621109724, -0.00391206843778491, -0.0078107393346726894, 0.005278612952679396, 0.020029254257678986, -0.02265516296029091, -0.014375511556863785, -0.002115129493176937, 0.014415704645216465, -0.0026208849158138037, -0.03636080026626587, -0.011119920760393143, 0.023860938847064972, -0.021422594785690308, 0.006152799353003502, 0.0007774733821861446, 0.0117228077724576, -0.0070001911371946335, -0.008380132727324963, -0.046650078147649765, -0.008380132727324963, -0.009096899069845676, -0.0006246581906452775, -0.009940940886735916, 0.015326733700931072, -0.03309181332588196, 0.034190405160188675, 0.004437920171767473, -0.012044347822666168, 0.012332393787801266, -0.010316071100533009, 0.03775414079427719, 0.010557225905358791, 0.0076097771525382996, -0.03652156889438629, -0.00978017132729292, 0.024370042607188225, 0.011146715842187405, -0.023244652897119522, 0.0007958949427120388, -0.011468255892395973, 0.007254743482917547, -0.009070103988051414, -0.007482500746846199, 0.006276726257055998, -0.019680919125676155, -0.004900133702903986, -0.0010491913417354226, 0.0019108176929876208, -0.007455705665051937, -0.01848854310810566, 0.010758188553154469, -0.010362962260842323, 0.018153605982661247, -0.013745829463005066, -0.007435609586536884, 0.016505712643265724, 0.021891506388783455, -0.004263752605766058, -0.015313336625695229, 0.01512577198445797, -0.0032689888030290604, 0.0048331464640796185, -0.004431221168488264, -0.011776397936046124, -0.006008776370435953, 0.021784326061606407, -0.022146059200167656, -0.011448158882558346, 0.04054081812500954, 0.022775741294026375, -0.019922073930501938, 0.027210311964154243, -0.0006066553178243339, -0.009940940886735916, -0.017912451177835464, 0.007033684756606817, 0.011140016838908195, 0.009947639890015125, 0.017751680687069893, -0.007998304441571236, 0.033038221299648285, 0.0336277112364769, 0.023847540840506554, 0.013839611783623695, -0.00801170151680708, -0.026031332090497017, 0.006454243324697018, -0.03925465792417526, -0.015407118946313858, -0.014670256525278091, -0.005784368142485619, 0.025616010650992393, 0.01065770722925663, 0.0323951430618763, 0.0003724084817804396, -0.021985288709402084, 0.023030294105410576, -0.0016889217076823115, -0.0243164524435997, -0.009961036965250969, -0.009070103988051414, -0.011669217608869076, -0.023592988029122353, -0.013531469739973545, 0.0005677188164554536, 0.02406190149486065, 0.015005194582045078, -0.0016771989176049829, -0.022226443514227867, 0.010289276018738747, 0.004253704566508532, -0.008560999296605587, -0.015407118946313858, 0.015500901266932487, -0.029233332723379135, 0.02963525801897049, 0.01938617415726185, 0.008212664164602757, -0.01008161436766386, -0.0020782863721251488, 0.001496332697570324, -0.0130089670419693, 0.014790833927690983, -0.012848197482526302, -0.030358722433447838, 0.0057006338611245155, 0.03845081105828285, -0.0083533376455307, -0.014120959676802158, 0.005720730405300856, 0.015232951380312443, -0.005007313564419746, 0.007696860935539007, -0.0016571026062592864, -0.017832065001130104, 0.0010048120748251677, 0.008989718742668629, -0.016961228102445602, -0.013209929689764977, 0.021127849817276, 0.014522884041070938, -0.008560999296605587, -0.02901897393167019, 0.00760307814925909, 0.004799652379006147, 0.017135396599769592, 0.034458357840776443, 0.003469951217994094, 0.01508557889610529, 0.030010389164090157, 0.021087657660245895, 0.0008850719896145165, -0.02671460434794426, 0.007884426042437553, 0.01260704267770052, 0.0024031756911426783, 0.024356644600629807, -0.020980477333068848, 0.013919997029006481, -0.010537129826843739, 0.02327144891023636, 0.0035302399192005396, 0.007978208363056183, -0.037995293736457825, -0.020123036578297615, -0.019922073930501938, -0.015554491430521011, 0.01207114290446043, 0.025857165455818176, -0.016653085127472878, 0.010316071100533009, 0.004843194503337145, -0.004019248299300671, 0.013250122778117657, -0.018381362780928612, 0.024892544373869896, 0.004900133702903986, 0.009793568402528763, -0.00576762156561017, -0.635791540145874, -0.021382400766015053, -0.002887160051614046, -0.0018120111199095845, -0.005345600191503763, 0.024798762053251266, 0.011481652967631817, 0.015701863914728165, -0.022869523614645004, 0.023860938847064972, 0.019573740661144257, 0.011843385174870491, -0.027893584221601486, -0.02432985045015812, 0.006233184598386288, -0.008815551176667213, -0.0016989698633551598, -0.008259555324912071, -0.006028872448951006, -0.0033259280025959015, -0.016854047775268555, 0.007147563621401787, -0.012111335061490536, 0.0008591143414378166, -0.012633837759494781, -0.012727620080113411, 0.026607424020767212, 0.018247388303279877, -0.01543391402810812, 0.012506561353802681, -0.022266635671257973, 0.03287745267152786, -0.001972781028598547, -0.009297861717641354, 0.044720835983753204, -0.009579208679497242, -0.021288618445396423, -0.0014687003567814827, -0.010912259109318256, 0.02546863816678524, -0.014040574431419373, -0.017135396599769592, 0.015608081594109535, -0.025133701041340828, -0.020645540207624435, 0.005981981288641691, 0.027183517813682556, -0.010671104304492474, -0.03520861640572548, 0.02557581663131714, -0.003156784689053893, -0.010182095691561699, -0.0033209039829671383, 0.018542133271694183, -0.013384097255766392, -0.013109448365867138, 0.04169300198554993, -0.004022597800940275, -0.02680838666856289, 0.007408814504742622, -0.01602340303361416, -0.004277150146663189, -0.03590528666973114, -0.020136434584856033, -0.022333623841404915, 0.012660632841289043, -0.029072564095258713, -0.04734674468636513, 0.004102982580661774, -0.013364001177251339, -0.015902826562523842, 0.004313993267714977, -0.005636996123939753, -0.01543391402810812, -0.008507409133017063, 0.03298463299870491, 0.027652429416775703, -0.0019024442881345749, -0.030305132269859314, 0.006236533634364605, -0.014308524318039417, 0.0015348504530265927, -0.01990867778658867, 0.010557225905358791, 0.003617323702201247, -0.009230873547494411, -0.005918343085795641, -0.03402963653206825, 0.0200024601072073, -0.029152948409318924, 0.01847514510154724, 0.021422594785690308, -0.018260784447193146, -0.038691964000463486, 0.014161151833832264, 0.02998359315097332, 0.008192568086087704, 0.015407118946313858, -0.012211816385388374, -0.017363153398036957, -0.007649969309568405, -0.00946533028036356, 0.01078498363494873, 0.02193169854581356, 0.04504237696528435, 0.0055063702166080475, -0.01654590666294098, -0.024544211104512215, 0.03735221549868584, -0.026781592518091202, -0.006055667530745268, -0.004856592044234276, -0.014536282047629356, 0.02856345847249031, -0.0053322031162679195, -0.029849618673324585, 0.019252199679613113, 0.004752761218696833, 0.016143981367349625, -0.011381171643733978, 0.010450045578181744, -0.014281729236245155, 0.03646798059344292, -0.018059823662042618, -0.0029156298842281103, -0.003557034768164158, 0.01688084378838539, -0.02008284442126751, -0.007710258010774851, 0.008306446485221386, -0.0015005194582045078, -0.0024299705401062965, 0.022936511784791946, -0.012674029916524887, 0.02917974442243576, -0.003483348526060581, 0.030358722433447838, -0.018260784447193146, 0.008942827582359314, -0.023686770349740982, 0.005496322177350521, 0.008601191453635693, 0.0022022132761776447, -0.0050776503048837185, 0.0021201535128057003, -0.025173893198370934, -0.03381527587771416, 0.010389757342636585, -0.003086447948589921, 0.002897208323702216, -0.005576707422733307, -0.0015331758186221123, -0.013069256208837032, 0.012245310470461845, -0.010463443584740162, -0.010865367949008942, 0.0010851970873773098, -0.03697708621621132, 0.00901651382446289, -0.0184081569314003, 0.008681576699018478, 0.023150870576500893, -0.01207114290446043, 0.0030663516372442245, -0.013417591340839863, -0.00048440316459164023, 0.020390987396240234, 0.025334661826491356, -0.019252199679613113, -0.002017997670918703, -0.004662328399717808, -0.007214550860226154, -0.009311258792877197, 0.015474106185138226, 0.00037010578671470284, 0.01962732896208763, -0.006919805891811848, -0.020310601219534874, 0.012560151517391205, 0.0038986708968877792, -0.0015047061024233699, 0.004699171520769596, 0.020578552037477493, 0.011662519536912441, 0.020752718672156334, 0.024182477965950966, 0.028268713504076004, 0.03845081105828285, -0.03708426654338837, 0.02813473902642727, 0.014228139072656631, 0.03252911567687988, -0.02017662674188614, 0.023298243060708046, -0.018970852717757225, 0.024651389569044113, 0.013203230686485767, 0.021918300539255142, -0.023016896098852158, -0.00027904470334760845, 0.007254743482917547, 0.01312954444438219, 0.011253895238041878, -0.021074259653687477, 0.005322154611349106, -0.01864931359887123, -0.005770971067249775, 0.0016152354655787349, 0.008112182840704918, -0.0001376383297611028, 0.03033192828297615, 0.004283849149942398, 0.002706293947994709, -0.012687427923083305, -0.0027297395281493664, 0.0010290950303897262, 0.00592504208907485, -0.002115129493176937, -0.0011856782948598266, 3.226388798793778e-05, -0.010584020987153053, -0.030573083087801933, 0.023392025381326675, 0.00489008566364646, -0.024651389569044113, 0.0130089670419693, 0.011883578263223171, 0.009304559789597988, -0.004116380121558905, -0.03014436364173889, -0.013745829463005066, 0.006651856005191803, 0.01875649206340313, -0.007656668312847614, 0.004149874206632376, -0.0036139742005616426, 0.03491387143731117, -0.017845463007688522, 0.00424700602889061, -0.03309181332588196, -0.0009470353834331036, 0.020578552037477493, 0.015098976902663708, -0.01534013170748949, 0.03555694967508316, 0.038424015045166016, 0.02810794487595558, -0.012841498479247093, -0.036762725561857224, 0.008366735652089119, -0.015541094355285168, 0.01489801425486803, -0.01752392388880253, -0.005894897505640984, 0.028509868308901787, -0.030546288937330246, -0.007629873231053352, 0.007844232954084873, 0.02017662674188614, 0.006906408350914717, 0.01566167175769806, 0.0033527230843901634, -0.008413626812398434, 0.006775782909244299, 0.025950947776436806, -0.0025404999032616615, -0.03394925221800804, -0.0044747632928192616, -0.027223709970712662, 0.007951413281261921, -0.0011011066380888224, 0.002180442214012146, 0.01034286618232727, 0.011957264505326748, 0.016867445781826973, 0.011682615615427494, 0.022065673023462296, -0.007509295828640461, 0.0009286138811148703, -0.01109312567859888, -0.019319187849760056, -0.010376359336078167, 0.026473449543118477, 0.005559960380196571, 0.010624213144183159, 0.015353528782725334, -0.0184081569314003, 0.05259856581687927, 0.012024251744151115, 0.02396811731159687, -0.0025974393356591463, 0.03159129247069359, 0.006611663848161697, -0.005292010493576527, -0.014228139072656631, 0.011401267722249031, 0.05123202130198479, -0.021101053804159164, -0.008219363167881966, 0.0005371557781472802, 0.012010853737592697, 0.023365231230854988, 0.001783541520126164, -0.017537320032715797, 0.027438068762421608, 0.018287580460309982, -0.015782248228788376, -0.0046120877377688885, 0.00857439637184143, -0.02998359315097332, -0.002260827226564288, -0.013986984267830849, 0.001443580025807023, 0.01874309591948986, -0.0008197592105716467, 0.0027163419872522354, -0.024088695645332336, -0.007542789448052645, 0.01901104487478733, 0.03566413000226021, 0.0208732970058918, -0.008849045261740685, -0.04027286916971207, 0.014415704645216465, 0.024450428783893585, -0.004736014176160097, -0.027183517813682556, 0.009384945034980774, -0.02982282266020775, 0.002835244871675968, -0.0336277112364769, -0.026044730097055435, -0.005385792814195156, -0.01646552048623562, -0.023459013551473618, -0.031805653125047684, 0.005050855688750744, -0.002141924574971199, -0.006213088054209948, 0.0014326946111395955, 0.015232951380312443, -0.022347021847963333, -0.008527505211532116, -0.01945316232740879, -0.020444577559828758, -0.013558264821767807, -0.005315456073731184, 0.0259107556194067, 0.026419859379529953, 0.027116529643535614, 0.01689424179494381, 0.008916032500565052, 0.009297861717641354, -0.016827253624796867, 0.0030362072866410017, 0.0008976321551017463, 0.0029374007135629654, 0.03563733771443367, -0.008005003444850445, 0.014027177356183529, 0.004729315638542175, 0.013297013938426971, 0.023392025381326675, 0.006872914731502533, -0.021342208608984947, 0.02936730906367302, 0.005449431017041206, -0.00990744773298502, 0.01831437461078167, -0.008875840343534946, -0.004957072902470827, 0.013585059903562069, -0.005342251155525446, 0.02439683862030506, 0.010376359336078167, 0.024785365909337997, -0.030439108610153198, -0.011026138439774513, -0.018274182453751564, 0.010074916295707226, 0.03172526881098747, 0.009659593924880028, -0.00017678413132671267, -0.03534259274601936, -0.00329410913400352, -0.028992177918553352, -0.017979437485337257, -0.00358382984995842, -0.005121192429214716, -0.027920378372073174, -0.005791067145764828, 0.004615436773747206, -0.013544866815209389, -0.019332585856318474, 0.011233799159526825, -0.000874186516739428, -0.03794170543551445, 0.0019979013595730066, 0.016787061467766762, 0.0007854281575419009, 0.02024361491203308, -0.012586946599185467, -0.0006748987943865359, 0.004803001880645752, -0.009981133975088596, -0.015139169059693813, 0.008594492450356483, -0.03553015738725662, -0.03475310280919075, -0.003351048333570361, 0.03544976934790611, -0.013524770736694336, -0.010691200383007526, 0.005024060606956482, -0.015862634405493736, 0.0023629830684512854, 0.03325258195400238, -0.0316716767847538, 0.021248426288366318, 0.021596761420369148, -0.005208276212215424, 0.01627795584499836, -0.007308333180844784, -0.009739978238940239, -0.0014201344456523657, -0.008467216975986958, 0.008065291680395603, -0.016076993197202682, 0.00707387737929821, -0.006541326642036438, 0.003828334156423807, 0.036655545234680176, -0.00301946047693491, -0.012017552740871906, 0.015246349386870861, 0.009719882160425186, 0.00729493610560894, -0.010255781933665276, 0.011481652967631817, 0.007670065853744745, 0.0158358383923769, 0.014857822097837925, 0.00406948896124959, 0.007422212045639753, -0.005432683974504471, -0.01216492522507906, 0.01998906210064888, 0.005147987511008978, -0.0002445042773615569, 0.014563077129423618, 0.004789604339748621, -0.028268713504076004, 0.008105484768748283, -0.0010165348649024963, -0.022842729464173317, 0.0027163419872522354, -0.009190681390464306, -0.005513069219887257, -0.01970771513879299, -0.026942361146211624, 0.03033192828297615, 0.028858203440904617, -0.02246759831905365, -0.005436033476144075, -0.01777847483754158, 0.009920844808220863, -0.0038551290053874254, -0.006795879453420639, -0.03360091522336006, -0.02778640389442444, -0.040112100541591644, 0.016210969537496567, 0.028804613277316093, 0.021127849817276, -0.01295537780970335, 0.021690543740987778, -0.0036005766596645117, -0.014321922324597836, -0.01194386649876833, -0.010416552424430847, -0.010228986851871014, -0.010979247279465199, 0.04212172329425812, 0.021797724068164825, 0.025455240160226822, 0.008520807139575481, 0.019613932818174362, -0.011468255892395973, 0.014094164595007896, -0.012318996712565422, -0.016505712643265724, -0.006326966919004917, -0.012185021303594112, -0.0030177857261151075, 0.02309728041291237, 0.006799228489398956, -0.022092469036579132, -0.004468064289540052, 0.0009076802525669336, 0.01194386649876833, -0.019064635038375854, 0.005975282751023769, -0.04158582538366318, -0.02955487370491028, -0.00336277112364769, -0.01065770722925663, 0.006688699126243591, -0.014120959676802158, -0.01653250865638256, -0.021288618445396423, -0.0030830984469503164, -0.010724694468080997, 0.03386886790394783, -0.005362347234040499, 0.033038221299648285, 0.006249931175261736, 0.023499205708503723, 0.010885464958846569, 0.02371356636285782, -0.01591622456908226, 0.00037554852315224707, -0.0062532806769013405, -0.01645212434232235, 0.01858232542872429, 0.0329042486846447, 0.010175397619605064, -0.0058379583060741425, -0.00015626921958755702, -0.007596379611641169, 0.018595723435282707, -0.01954694464802742, -0.006069065071642399, 0.00879545509815216, -0.028858203440904617, 0.00035000956268049777, -0.05350959300994873, 0.003677612403407693, -0.021717339754104614, -0.00990074872970581, 0.010195493698120117, -0.00892943050712347, -0.006822674069553614, -0.028617048636078835, -0.016492316499352455, 0.00964619591832161, 0.006159498356282711, 0.013531469739973545, 0.005894897505640984, 0.04375621676445007, -0.01012850645929575, 0.020310601219534874, -0.034002840518951416, -0.0160903912037611, 0.020203422755002975, -0.010376359336078167, 0.020136434584856033, 0.01662629097700119, 0.021904904395341873, 0.016773663461208344, 0.019225405529141426, -0.020913489162921906, -0.005191529169678688, -0.03914748132228851, -0.0022491044364869595, 0.010771585628390312, 0.004645581357181072, -0.003922116477042437, -0.041773390024900436, -0.026513641700148582, 0.00667530158534646, -0.012714223004877567, 0.012211816385388374, 0.0012702499516308308, -0.001999576110392809, -0.00867487769573927, -0.02051156386733055, -0.032341551035642624, 0.03191283345222473, 0.01520615629851818, 0.008286350406706333, -0.0011814915342256427, 0.0035871791187673807, -0.022347021847963333, -0.01458987221121788, 0.01777847483754158, 0.007998304441571236, 0.012814703397452831, -0.02856345847249031, 0.014723846688866615, 0.025334661826491356, 0.0008842346724122763, -0.012446272186934948, 0.004588642157614231, 0.027022747322916985, -0.016251161694526672, 0.013196532614529133, -4.4143696868559346e-05, 0.003717804793268442, 0.017925847321748734, -0.010362962260842323, 0.013002268970012665, -0.029045768082141876, -0.015219554305076599, -0.035155028104782104, 0.02027040906250477, 0.010289276018738747, -0.009485426358878613, -0.025508830323815346, 0.0029122803825885057, 0.0005442732363007963, -0.010155300609767437, -0.02309728041291237, 0.011026138439774513, -0.037807729095220566, -0.0006213088054209948, -0.009619400836527348, -0.004987217485904694, 0.012399381026625633, -0.018421554937958717, 0.027732813730835915, -0.0037814429961144924, 0.026594027876853943, -0.04509596899151802, -0.0034498549066483974, 0.008681576699018478, 0.017202382907271385, -0.032957836985588074, 0.010778284631669521, 0.0018756493227556348, -0.03946901857852936, 0.0006430797511711717, -0.0034632524475455284, -0.01777847483754158, -0.007241345942020416, 0.024249466136097908, -0.009518920443952084, -0.0072078523226082325, 0.010825175791978836, 0.026312679052352905, -0.007067178376019001, 0.02486575022339821, -0.02378055267035961, -0.02041778154671192, 0.03156449645757675, -0.03590528666973114, -0.010416552424430847, 0.013986984267830849, -0.03059987723827362, -0.012747716158628464, -0.006641807965934277, 0.026245692744851112, -0.023284845054149628, 0.008842346258461475, -0.025173893198370934, 0.027973968535661697, 0.01176300086081028, -0.025589214637875557, -0.002162020653486252, -0.01282810140401125, -0.03156449645757675, -0.015179361216723919, -0.00029600088601000607, 0.030626673251390457, -0.012573548592627048, 4.411753252497874e-05, 0.013069256208837032, 0.013685541227459908, 0.01893066056072712, -0.010503635741770267, -0.026232294738292694, -0.031966421753168106, -0.0013765925541520119, -0.02327144891023636, -0.012687427923083305, 0.004414474591612816, 0.03421720117330551, -0.0007678439142182469, -0.018434952944517136, -0.03494066745042801, -0.021864712238311768, -0.03220757842063904, 0.008038496598601341, 0.015715261921286583, 0.015286541543900967, 0.01424153707921505, 0.014295127242803574, 0.014281729236245155, 0.038424015045166016, 0.00942513719201088, 0.03148411214351654, -0.007696860935539007, -0.016746869310736656, -0.021194836124777794, -0.0035972273908555508, 0.0030094122048467398, -0.0038819240871816874, -0.005258516874164343, 0.01874309591948986, 0.022601572796702385, 0.009170585311949253, 0.012560151517391205, 0.02262836880981922, -0.0059350901283323765, 0.003550336230546236, -0.008279651403427124, -0.019868485629558563, -0.008560999296605587, 0.016867445781826973, 0.027572045102715492, -0.02821512334048748, -0.005020711105316877, 0.0023428869899362326, 0.005563309881836176, 0.010228986851871014, 0.005074301268905401, -0.0024751871824264526, -0.038156066089868546, 0.02194509655237198, -0.007060479838401079, 0.0005091048078611493, -0.026835182681679726, -0.01653250865638256, -0.0016361690359190106, 3.05368666886352e-05, 0.008527505211532116, 0.05166073888540268, 0.0031601341906934977, -0.02406190149486065, -0.01414775475859642, 0.001681385561823845, -0.022092469036579132, 0.021636953577399254, 0.012466369196772575, -0.001585091114975512, -0.014362114481627941, 0.01672007329761982, 0.00277328141964972, -0.004762809257954359, -0.010222288779914379, -0.0023244654294103384, 0.016746869310736656, 0.011153414845466614, -0.012533356435596943, 0.0014753991272300482, -0.0008984694723039865, -0.005127890966832638, -0.002352935029193759, -0.017135396599769592, -0.022092469036579132, -0.023405423387885094, -0.003841731697320938, -0.018367964774370193, 0.0006485224585048854, -0.0023144171573221684, -0.023191062733530998, -0.04458686336874962, 0.010684502311050892, -0.002074937103316188, 0.02017662674188614, 0.03737901151180267, 0.2046065330505371, 0.0056302971206605434, -9.655616304371506e-05, 0.020658936351537704, -0.004216861445456743, -0.001280298107303679, 0.0158358383923769, 0.0023763806093484163, -0.02404850348830223, 0.012044347822666168, 0.01591622456908226, 0.022762343287467957, 0.017885655164718628, -0.0030261592473834753, 0.011809892021119595, -0.032957836985588074, -0.03212719410657883, -0.021101053804159164, -0.005362347234040499, -0.005918343085795641, -0.014978399500250816, -0.012881691567599773, -0.0024835607036948204, -0.013759227469563484, 0.021194836124777794, -0.005871451925486326, 0.006075764074921608, 0.021824518218636513, 0.012861594557762146, 0.04115710407495499, -0.026687810197472572, -0.007114069536328316, -0.008467216975986958, 0.012452971190214157, 0.00923757255077362, -0.013069256208837032, 0.010356263257563114, 0.007469103205949068, 0.0064609418623149395, 0.05316125974059105, 0.00036110435030423105, -0.01795264333486557, -0.004756110720336437, -0.016063597053289413, -0.003620672971010208, 0.0006012125522829592, -0.014161151833832264, -0.009445234201848507, 0.007348525803536177, 0.012613741680979729, -0.0022993450984358788, 0.021435990929603577, 0.016947830095887184, 0.03252911567687988, 0.01012180745601654, -0.016130583360791206, -0.0072212498635053635, 0.004039344843477011, 0.0022357068955898285, 0.018796686083078384, -0.01733635738492012, 0.011769698932766914, -0.008942827582359314, 0.000584884372074157, 0.012399381026625633, 0.009405041113495827, -0.024343248456716537, 0.0018505289917811751, -0.005543213337659836, -0.01512577198445797, 0.002004600130021572, -0.005168083589524031, -0.0019878533203154802, 0.009880652651190758, 0.009391644038259983, -0.035155028104782104, 0.009090200066566467, 0.025763383135199547, 0.02690216898918152, 0.03673592954874039, -0.01867610774934292, -0.013404193334281445, -0.023392025381326675, -0.013919997029006481, 0.005486274138092995, -0.03327937796711922, 0.05535844713449478, -0.020471371710300446, -0.02238721400499344, -0.010959150269627571, 0.0023596337996423244, -0.006119305733591318, -0.011669217608869076, 0.012466369196772575, -0.004394378513097763, -0.007214550860226154, 0.006424098741263151, 0.025267675518989563, 0.003831683425232768, -0.017497127875685692, -0.017925847321748734, 0.03078744374215603, 0.03582490235567093, 0.020766116678714752, -0.01812680996954441, 0.01215822622179985, 0.006638458464294672, 0.015608081594109535, -0.013812816701829433, -0.009833761490881443, -0.017497127875685692, -0.04032645747065544, 0.007938015274703503, 0.004642231855541468, 0.0437026284635067, 0.027129927650094032, -0.010885464958846569, -0.03236834704875946, 0.0026644268073141575, -0.013538168743252754, -0.01367214322090149, -0.020993873476982117, 0.012854896485805511, 0.007469103205949068, 0.01171610876917839, -0.02221304550766945, -0.008346639573574066, 0.013692239299416542, -0.03164488449692726, -0.027170119807124138, -0.011823289096355438, -0.02483895607292652, 0.016425328329205513, 0.015313336625695229, -0.0030010389164090157, 0.023137472569942474, 0.02883140929043293, -0.012318996712565422, -0.0029742438346147537, 0.017175588756799698, -0.016425328329205513, 8.943874126998708e-05, 0.02442363277077675, -0.011012740433216095, 0.005271914415061474, 0.003536938689649105, 0.03729862719774246, 0.0012844848679378629, -0.01777847483754158, -0.048418547958135605, 0.0028620397206395864, 0.003342675045132637, -0.001778517384082079, 0.00019384500046726316, 0.02477196790277958, -0.006648506969213486, -0.03287745267152786, -0.024611197412014008, -0.021248426288366318, 0.019412970170378685, -0.01100604236125946, -0.0043776314705610275, 0.02706293947994709, -0.012586946599185467, -0.032957836985588074, -0.0323951430618763, -0.17052331566810608, 0.018783288076519966, 0.012674029916524887, -0.02636626921594143, 0.01867610774934292, 0.006702096667140722, -0.018890468403697014, 0.012406080029904842, -0.01732296124100685, -0.006715494208037853, 0.02211926318705082, -0.007629873231053352, -0.015715261921286583, 0.00028846479835920036, -0.010188794694840908, -0.0008808852871879935, -0.011883578263223171, 0.003667564131319523, 0.03874555602669716, 0.012399381026625633, 0.02008284442126751, -0.014965001493692398, 0.0063772075809538364, -0.01767129637300968, 0.007442308124154806, 0.0013724059099331498, -0.024169079959392548, 0.014630064368247986, -0.005770971067249775, -0.024477222934365273, -0.033842071890830994, 0.009539016522467136, 0.005268564913421869, 0.0069867935962975025, 0.017282769083976746, -0.003680961672216654, 0.03370809555053711, -0.0019845038186758757, 0.00477620679885149, 0.006802577991038561, 0.028188329190015793, 0.04415814206004143, -0.007040383294224739, 0.008393530733883381, 0.020216818898916245, 0.03544976934790611, -0.0016437051817774773, 0.006022173911333084, 0.017832065001130104, 0.002393127419054508, 0.00581786222755909, -0.008185869082808495, -0.009940940886735916, 0.019171815365552902, 0.034619126468896866, 0.004913531243801117, -0.009706485085189342, 0.0030747251585125923, -0.004813049919903278, -0.008112182840704918, -0.003952261060476303, -0.04490840062499046, -0.02573658712208271, -0.018796686083078384, -0.01883687824010849, -0.01697462610900402, 0.0032338201999664307, 0.01379941962659359, -0.03314540162682533, -0.011361075565218925, -0.001589277875609696, -0.02982282266020775, 0.006290123797953129, 0.010851970873773098, -0.0012417803518474102, 0.0019057936733588576, -0.02316426858305931, 0.03260950371623039, -0.006541326642036438, 0.0025890658143907785, 0.013879804871976376, 0.027223709970712662, -0.006661904044449329, 0.02794717438519001, 0.005080999806523323, 0.00461878627538681, -0.007040383294224739, 0.003178555751219392, -0.014415704645216465, -0.0065848687663674355, -0.000660245306789875, -0.01260034367442131, -0.0023060438688844442, -0.02432985045015812, -0.009485426358878613, 0.007408814504742622, 0.007442308124154806, 0.000860789034049958, -0.025682996958494186, -0.007951413281261921, 0.010704598389565945, -0.008226062171161175, -0.03424399718642235, 0.011528544127941132, 0.0557335764169693, 0.01927899569272995, -0.004786254838109016, 0.010818476788699627, 0.024718377739191055, -0.008319844491779804, -0.04346147179603577, 0.008427023887634277, 0.010630912147462368, 0.0214895810931921, 0.016344944015145302, 0.010161999613046646, 0.03941543027758598, -0.04316672682762146, 0.02599113993346691, 0.000905168242752552, 0.017202382907271385, -0.020725924521684647, -0.01689424179494381, 0.01627795584499836, 0.00749589828774333, -0.022869523614645004, -0.08585114777088165, -0.0019493354484438896, -0.0016738495323807001, 0.004337438847869635, 0.007924618199467659, 0.009224175475537777, -0.00968638900667429, 0.018354568630456924, -0.0014578149421140552, 0.006400653161108494, -0.033225785940885544, -0.0039757066406309605, -0.01894405670464039, 0.007643270771950483, -0.007160961162298918, -0.006856168154627085, 0.0037948403041809797, -0.01163572445511818, -0.013558264821767807, 0.01053043082356453, -0.02017662674188614, -0.01349127758294344, 0.010443347506225109, -0.02175753191113472, -0.004344137851148844, 0.009391644038259983, -0.016693279147148132, -0.011736205779016018, 0.018890468403697014, -0.010851970873773098, 0.021958494558930397, -0.02619210258126259, 0.02104746364057064, 0.003814936615526676, 0.0001089593133656308, -0.011917071416974068, -0.020404385402798653, -0.005496322177350521, 0.02636626921594143, -0.011990757659077644, 0.006330316420644522, 0.006829373072832823, -0.0013137918431311846, -0.03997812420129776, -0.004829796962440014, -0.010316071100533009, -0.01401377934962511, 0.013504674658179283, -0.01176300086081028, -0.028884999454021454, -0.021208234131336212, -0.012225214391946793, 0.023834142833948135, 0.0055063702166080475, 0.030117567628622055, 0.0013782673049718142, 0.024637993425130844, 0.016063597053289413, -0.05401869863271713, -0.009311258792877197, -0.014790833927690983, -0.019171815365552902, -0.00823276024311781, 0.007670065853744745, 0.016063597053289413, 0.007174358237534761, -0.02548203431069851, -0.002512030303478241, -0.0028134738095104694, -0.0184081569314003, -0.02926012873649597, 0.017818668857216835, -0.014965001493692398, 0.016318148002028465, -0.021610159426927567, -0.0378345251083374, -0.024128887802362442, 0.016385136172175407, 0.010275878943502903, -0.005054204724729061, -0.005385792814195156, 0.005693935323506594, 0.007991605438292027, -0.005553261376917362, 0.03183244913816452, 0.019841689616441727, 0.01680045761168003, 0.020806308835744858, 0.013297013938426971, -0.024262862280011177, 0.006618362385779619, 0.012084539979696274, 0.019225405529141426, -0.011381171643733978, -0.0014427427668124437, -0.00892943050712347, -0.0009872278897091746, -0.002679498866200447, -0.005556610878556967, 0.00678918045014143, -0.027022747322916985, 0.0029039070941507816, -0.04362224414944649, 0.030090773478150368, -0.024463824927806854, 0.005412587895989418, -0.015581286512315273, -0.00013031157141085714, -0.018863672390580177, -0.01401377934962511, 0.0024701631627976894, 0.03652156889438629, 0.00249863276258111, 0.007770547177642584, 0.0014854472829028964, 0.02494613453745842, -0.012325694784522057, -0.005127890966832638, -0.004481461830437183, -0.021516377106308937, 0.0006192154833115637, -0.0069733960554003716, -0.02458440326154232, -0.023633180186152458, -0.013933394104242325, 0.0075762830674648285, -0.015179361216723919, 0.014228139072656631, 0.004052742384374142, 0.016143981367349625, 0.006373858079314232, -0.022480996325612068, 0.033654507249593735, -0.038156066089868546, -0.020846500992774963, 0.016398534178733826, 0.021730735898017883, -0.025897357612848282, 0.004608738236129284, 0.03938863426446915, 0.016559302806854248, 0.01601000688970089, -0.020980477333068848, -0.019479956477880478, 0.017550718039274216, -0.011146715842187405, -0.0177918728441, 0.00782413687556982, 0.006199690513312817, -0.005281962454319, 0.01935938000679016, 0.031108982861042023, 0.030385518446564674, 0.005878150928765535, 0.00977347232401371, -0.014938206411898136, -0.0070135886780917645, -0.04279159754514694, 0.017483729869127274, 0.016760265454649925, -0.02608492225408554, 0.005288660991936922, 0.04608738049864769, 0.010738092474639416, 0.012848197482526302, -0.00663175992667675, 0.0016060246853157878, 0.005024060606956482, -0.00028679013485088944, 0.02493273839354515, 0.007020287215709686, -0.015139169059693813, -0.0028905095532536507, 0.006353762000799179, -0.0023328387178480625, -0.014027177356183529, 0.0052350712940096855, 0.028777819126844406, 0.012613741680979729, -0.01109982468187809, -0.002049816772341728, 0.013437687419354916, -0.008567698299884796, 0.002471837680786848, -0.020725924521684647, 0.00827295333147049, -0.002039768500253558, 0.01929239183664322, -0.0076365722343325615, 0.03202001377940178, 0.0038551290053874254, -0.012439574114978313, -0.03204680606722832, -0.0007431422709487379, -0.01574205607175827, 0.009539016522467136, 0.003570432309061289, -0.020190024748444557, -0.007328429725021124, 0.02600453794002533, 0.005402539856731892, 0.029045768082141876, 0.01776507869362831, 0.015045386739075184, 0.0013966888654977083, 0.00867487769573927, -0.018247388303279877, 0.004143175203353167, -0.002044792752712965, -0.018019629642367363, -0.017028216272592545, 0.001328864018432796, -0.012895088642835617, 0.007395416963845491, -0.006842770613729954, 0.004685773979872465, -0.002806775039061904, -0.011227100156247616, -0.006015475373715162, -0.008554300293326378, -0.021127849817276, 0.01529993861913681, -0.0014519535470753908, 0.029233332723379135, -0.006383906118571758, -0.04300595819950104, 0.03705747053027153, 0.01042994949966669, -0.019680919125676155, -0.004632183816283941, 0.024919340386986732, -0.005680537782609463, -0.02398151531815529, -0.012519958429038525, 0.0051747821271419525, -0.020538359880447388, 0.0012426176108419895, 0.013397494331002235, 0.004049392882734537, 0.015889428555965424, 0.012566850520670414, 0.07802700996398926, 0.012560151517391205, -0.007790643256157637, -0.010711297392845154, 0.007361923344433308, 0.006959998514503241, 0.025013122707605362, 0.00263093295507133, 0.022320225834846497, -0.011776397936046124, 0.0442117340862751, 0.020926887169480324, 0.008440421894192696, -0.019426368176937103, -0.017282769083976746, -0.0021067559719085693, 0.02917974442243576, 0.014951604418456554, -0.00044462934602051973, 0.01008161436766386, 0.028081148862838745, 0.001872299937531352, 0.012037648819386959, 0.006939902435988188, -0.025589214637875557, 0.013370700180530548, 0.026218896731734276, 0.003969007637351751, -0.016291353851556778, -0.03713785484433174, 0.018877070397138596, -0.012017552740871906, -0.025964345782995224, -0.02167714573442936, 0.005308757536113262, 0.017925847321748734, -0.005134589970111847, -0.009518920443952084, 0.008661480620503426, 0.0035302399192005396, -0.00782413687556982, 0.01698802411556244, -0.03121616318821907, -0.024463824927806854, 0.031430523842573166, -0.0004651442577596754, 0.015152566134929657, -0.00022922275820747018, -0.022266635671257973], \"55c32357-51ce-4d80-829d-befef0adee9d\": [0.004239844623953104, -0.005955330096185207, 0.0009184082737192512, -0.03440408036112785, -0.007960662245750427, 0.01896807923913002, -0.02034316398203373, -0.007354006636887789, 0.0015334890922531486, -0.013616034761071205, 0.029874388128519058, -0.016541460528969765, 0.00488020246848464, -0.00984803307801485, 0.01375084649771452, 0.0033551391679793596, 0.0005270315450616181, -0.012005028314888477, 0.00976040493696928, -0.01872541755437851, -0.025277292355895042, 0.010751274414360523, 0.011627553962171078, -0.008439245633780956, -0.012544277124106884, -0.006460875738412142, 0.022459715604782104, -0.031411249190568924, -0.00994914211332798, -0.016689753159880638, 0.013575591146945953, 0.0013017805758863688, -0.011061343364417553, -0.00957166776061058, -0.0037511500995606184, 0.03176175802946091, 0.024872854351997375, -0.009935661219060421, 0.027002887800335884, -0.027798280119895935, 0.023187702521681786, -3.507224391796626e-05, -0.00018705196271184832, -0.009935661219060421, 0.003033275017514825, 0.029281215742230415, -0.012530796229839325, -0.01265212707221508, -0.009470558725297451, 0.003919665236026049, 0.004789204336702824, 0.0316808708012104, -0.042573701590299606, -0.001140005886554718, 0.003124273382127285, 0.006056439131498337, -0.029173364862799644, 0.012847605161368847, -0.0021081261802464724, -0.007030457258224487, 0.014222689904272556, -0.00903915986418724, -0.014155283570289612, -0.019817396998405457, -0.03248974680900574, 0.014087877236306667, 0.00030648717074654996, 0.023780876770615578, 0.0012630220735445619, 0.013434038497507572, 0.04704946652054787, -0.000409281492466107, 0.006275509018450975, -0.01473497599363327, 0.02034316398203373, -0.00488020246848464, -0.03146517276763916, -0.009692998602986336, -0.002138458890840411, -0.001285771606490016, 0.02206876128911972, 0.007569706533104181, -0.00795392133295536, 0.04718427732586861, 0.030898962169885635, -0.011593851260840893, 0.005736260209232569, -0.006417061667889357, -0.0013809826923534274, 0.0004103347018826753, -0.001267234911210835, 0.01704026572406292, 0.024765005335211754, -0.0010296283289790154, -0.01690545305609703, 0.01655494049191475, 0.0037511500995606184, 0.027285993099212646, 0.013150932267308235, -0.020491458475589752, -0.027960054576396942, 0.005021755117923021, -0.018711935728788376, -0.01710767112672329, -0.004472395405173302, -0.006390099413692951, 0.03871807083487511, -0.008958272635936737, 0.028445379808545113, 0.007610150147229433, -0.011007417924702168, 0.03710032254457474, 0.0028024089988321066, -0.024468418210744858, -0.014694532379508018, -0.00018526148051023483, -0.010131138376891613, -0.029766539111733437, -0.02506159245967865, -0.01230835635215044, 0.021017225459218025, 0.03618359938263893, 0.0015537108993157744, -0.0069765327498316765, 0.003970219753682613, -0.0048936838284134865, 0.001801428385078907, 0.007118085399270058, 0.009807589463889599, -0.029389064759016037, 0.021044187247753143, 0.006015995517373085, 0.03642626106739044, 0.0010624888818711042, -0.024805448949337006, -0.00035135436337441206, -0.022796746343374252, 0.00043940357863903046, -0.009982844814658165, -0.027663467451930046, 0.02286415360867977, 0.030440600588917732, 0.014006990008056164, -0.0041825491935014725, -0.006221584044396877, 0.031411249190568924, 0.0020440903026610613, 0.014451870694756508, -0.0055947070941329, 0.0030855147633701563, 0.018738899379968643, -0.015705624595284462, -0.032543670386075974, 0.00158320099581033, 0.016689753159880638, 0.030548449605703354, 0.0010582759277895093, -0.014694532379508018, -0.019884802401065826, 0.004900424275547266, 0.008358357474207878, 0.034889403730630875, 0.009652554988861084, -0.010104176588356495, 0.013285744935274124, 0.02231142297387123, 0.02306637167930603, -0.00938293058425188, -0.0033837868832051754, 0.007327044382691383, 0.007010235451161861, 0.00824376754462719, -0.034134455025196075, 0.0064878384582698345, -0.0002892143384087831, 0.027825243771076202, 0.019116373732686043, 0.012861086055636406, -0.027825243771076202, -0.017323371022939682, -0.0027181515470147133, 0.010131138376891613, 0.021327294409275055, 0.05311601608991623, 0.0028917221352458, -0.005507079418748617, -0.002242938382551074, 0.002460323041304946, 0.015651699155569077, -0.014330538921058178, 0.031141623854637146, 0.007886514998972416, 0.0031411247327923775, -0.0022665304131805897, -0.6151751279830933, -0.016703234985470772, 0.00042866074363701046, -0.011688219383358955, 0.0009023993043228984, 0.035239916294813156, -0.0006041273009032011, -0.01793002523481846, -0.02506159245967865, 0.02973957732319832, -0.0006129743414930999, -0.015880879014730453, -0.020060058683156967, 0.005601448006927967, 0.010650165379047394, -0.016878491267561913, 0.037019435316324234, -0.030548449605703354, 0.005803666077554226, 0.03176175802946091, -0.003152920864522457, -0.009989585727453232, -0.020868932828307152, 0.011425335891544819, -0.023942651227116585, -0.012355539947748184, 0.028930703178048134, -0.014532757923007011, -0.00018083796021528542, 0.0094301151111722, -0.03604878857731819, 0.0029338509775698185, 0.031168585643172264, -0.006440653931349516, 0.049044687300920486, 0.00605980958789587, -0.028795890510082245, 0.006309212185442448, -0.0001745186309562996, 0.04429929703474045, 0.003929776139557362, -0.022109204903244972, 0.03745083510875702, -0.006558614782989025, -0.030656300485134125, -0.0074551161378622055, 0.04278939962387085, -0.011263561435043812, -0.0037781125865876675, -0.013831733725965023, -0.00929530244320631, 0.009005456231534481, -0.0009883421007543802, 0.006100253202021122, -0.0009782311972230673, -0.011182674206793308, 0.028256641700863838, 0.007549484726041555, 0.018873712047934532, -0.0024468419142067432, 0.016824565827846527, 0.03680373728275299, -0.03480851650238037, -0.010629943571984768, -0.023052889853715897, -0.009908698499202728, -0.020019615069031715, -0.01113548967987299, 0.01597524806857109, -0.025762615725398064, 0.0028310567140579224, 0.005864331498742104, 0.007016976363956928, -0.011236598715186119, 0.004961089696735144, 0.047588713467121124, 0.011890438385307789, -0.001727281603962183, -0.01573258638381958, 0.000957166776061058, -0.00306866317987442, -0.007933699525892735, -0.01311722956597805, -0.003454563207924366, -0.005358785856515169, 0.013723884709179401, -0.021920466795563698, -0.01435750164091587, -0.019992653280496597, -0.01611006073653698, 0.010030029341578484, 0.03410749137401581, -0.00696979183703661, -0.034754592925310135, 0.017255963757634163, 0.0009226211695931852, 0.0032236971892416477, 0.02468411810696125, -0.00919419340789318, -0.02654452621936798, 0.007300082128494978, -0.02526381053030491, -0.014370983466506004, 0.012449909001588821, 0.06805320829153061, -0.0010203600395470858, -0.009780626744031906, -0.0038354077842086554, 0.03009008802473545, -0.006676575168967247, -0.0032017903868108988, 0.002271585864946246, -0.012112878262996674, 0.0037309282924979925, 0.014573201537132263, -0.038987696170806885, 0.005011644214391708, 0.021354256197810173, 0.02264845371246338, 0.003125958377495408, 0.026638895273208618, 0.004839758854359388, 0.0016177466604858637, -0.029281215742230415, 0.01041424460709095, 0.0003667313721962273, 0.0061069936491549015, -0.021812617778778076, -0.01972302794456482, 0.0038994436617940664, 0.01786261983215809, -0.006730500143021345, 0.025209885090589523, -0.010960233397781849, 0.024967223405838013, 0.012321837246418, 0.02922729030251503, 0.005901405122131109, 0.009302043356001377, 0.0040140338242053986, -0.005739630199968815, 0.015018081292510033, -0.0006037059938535094, 0.002975979819893837, -0.001300095347687602, -0.013872177340090275, -0.02984742633998394, -0.004748760722577572, -0.02041057124733925, -0.0024367310106754303, 0.0016817825380712748, 0.005631780717521906, -0.006619280204176903, -0.005244195461273193, 0.0024906557518988848, 0.00031196390045806766, 0.01983087882399559, -0.030548449605703354, 0.008506651036441326, -0.025021148845553398, 0.0029810352716594934, 0.009403152391314507, 0.0034090641420334578, 0.012692570686340332, -0.020329684019088745, 0.026086164638400078, 0.0005110225756652653, 0.03505117818713188, -0.023106815293431282, -0.014465351589024067, 0.00298609072342515, -0.03734298422932625, -0.0011037751100957394, 0.02069367654621601, 0.021178999915719032, 0.011202896013855934, -0.034242305904626846, -0.017013302072882652, -0.0003823190345428884, -0.020194871351122856, 0.001932870247401297, 0.010852384380996227, 0.0238887257874012, -0.009537965059280396, 0.01979043520987034, 0.03173479810357094, 0.03270544484257698, 0.05333171412348747, -0.020707158371806145, 0.03642626106739044, 0.012449909001588821, 0.02887677773833275, 0.004135365132242441, 0.026072684675455093, 0.01029291283339262, 0.021259887143969536, 0.01313071046024561, 0.0003395582898519933, 0.007354006636887789, 0.019992653280496597, 0.009962623007595539, 0.026113128289580345, 0.020788045600056648, -0.02113855630159378, 0.012834123335778713, -0.01976347155869007, -0.0024518973659723997, -0.0020862191449850798, 0.014802382327616215, -0.0004031728021800518, 0.01535511203110218, -0.014128320850431919, -0.020113984122872353, -0.009086343459784985, -0.012288134545087814, -0.01710767112672329, 0.007118085399270058, 0.002741743577644229, -0.02399657666683197, 0.023187702521681786, -0.006103623192757368, -0.01368344109505415, 0.010367060080170631, 0.012901529669761658, -0.009423374198377132, -0.007650593761354685, 0.01474845688790083, 0.003125958377495408, 0.008034808561205864, -0.03211227059364319, -0.0019396108109503984, 0.02271585911512375, 0.010495131835341454, -0.011836512945592403, 0.020801525563001633, -0.014209208078682423, 0.029254252091050148, -0.006504689808934927, 0.0037140767090022564, -0.0027906130999326706, 0.0029338509775698185, 0.0013632886111736298, 0.00910656526684761, -0.03359520435333252, 0.019601697102189064, 0.02798701822757721, 0.031168585643172264, 0.01879282481968403, -0.03844844549894333, -0.016447091475129128, -0.005503708962351084, 0.0007498930208384991, -0.010643425397574902, -0.014802382327616215, 0.010825421661138535, -0.028580190613865852, -0.013723884709179401, -0.013474482111632824, 0.01752558909356594, 0.013885659165680408, 0.02382132038474083, 0.015719104558229446, 0.0117556257173419, 0.01516637485474348, 0.010461428202688694, -0.026045721024274826, -0.022850671783089638, -0.026153571903705597, -0.008560576476156712, 0.00217721750959754, -0.009072862565517426, 0.00479257432743907, 0.008304432965815067, -0.029442990198731422, 0.03267848119139671, 0.017619958147406578, 0.008729091845452785, 0.02041057124733925, 0.006555244326591492, -0.0010136193595826626, -0.012948714196681976, -0.0014180560829117894, 0.047561753541231155, 0.0016396536957472563, 0.03567131608724594, 0.020815007388591766, -0.009746924042701721, 0.023902207612991333, -0.01104786153882742, -0.009032418951392174, 0.003858999814838171, 0.012901529669761658, -0.0016253298381343484, -0.007744962349534035, -0.02723206952214241, 0.005678964778780937, 0.028040941804647446, -0.009962623007595539, 0.010306394658982754, -0.019291630014777184, -0.007198972627520561, -0.0018250205321237445, -0.009450336918234825, -0.02189350500702858, 0.012227469123899937, 0.017269445583224297, -0.02588394656777382, 0.0026709672529250383, 0.005210492294281721, -0.033406469970941544, -0.021664325147867203, -0.009827811270952225, -0.003397268010303378, 0.006228324491530657, 0.00018705196271184832, 0.016581904143095016, -0.007259638048708439, -0.0017761510098353028, 0.024765005335211754, 0.03410749137401581, 0.013730624690651894, -0.06568051874637604, -0.014519276097416878, 0.0196960661560297, 0.01803787611424923, 0.0019699435215443373, -0.0037781125865876675, 0.009059381671249866, -0.01927814818918705, 0.00018010070198215544, -0.005951959639787674, -0.01511245034635067, -0.015557331033051014, -0.017646919935941696, -0.018496237695217133, -0.00976040493696928, 0.02406398206949234, 0.014600164256989956, 0.018428830429911613, 0.008425763808190823, 0.00977388583123684, -0.027771318331360817, 0.002121607307344675, -0.016433609649538994, -0.013777809217572212, -0.002189013408496976, -0.006855201441794634, 0.043840933591127396, 0.039850492030382156, 0.03435015305876732, 0.025910910218954086, 0.016824565827846527, 0.004442062694579363, -0.01624487340450287, 0.015611255541443825, -0.0038252968806773424, 0.02326858974993229, -0.01141185499727726, 0.027906130999326706, 0.01814572513103485, 0.022230535745620728, 0.020504938438534737, -0.00551719032227993, 0.013818252831697464, -0.008419022895395756, 0.02771739289164543, -0.006251916754990816, -0.010373800992965698, 0.00225978996604681, 0.014788900502026081, 0.0020137575920671225, 0.0025951352436095476, -0.01907593011856079, -0.012510574422776699, 0.02849930338561535, 0.014519276097416878, -0.03335254266858101, 0.019359035417437553, 0.002795668551698327, 0.015988729894161224, 0.007198972627520561, -0.0081089548766613, -0.004795944783836603, -0.031033772975206375, -0.025317735970020294, -0.017646919935941696, -0.010818680748343468, 0.004448803141713142, -0.018064837902784348, -0.01941296085715294, -0.01927814818918705, 0.020572345703840256, -0.015705624595284462, -0.029200328513979912, -0.0008050817414186895, -0.03720817342400551, -0.022419271990656853, 0.00020306091755628586, -0.011748885735869408, 0.0254795104265213, 0.006524911615997553, -0.01655494049191475, -0.027083775028586388, 0.011486001312732697, 0.0027569099329411983, -0.02874196693301201, 0.005884553771466017, -0.010394022800028324, 0.0037680016830563545, -0.002785557648167014, 0.01934555359184742, -0.018563643097877502, 0.002945647109299898, 0.020370127633213997, -0.00677431421354413, 0.007893255911767483, 0.014290095306932926, -0.0029169993940740824, -0.004020774737000465, 0.019291630014777184, 0.02984742633998394, 0.02375391311943531, -0.008783016353845596, -0.0111894141882658, -0.012631905265152454, -0.02836449258029461, 0.008061771281063557, 0.012706052511930466, -0.0029911461751908064, -0.009726702235639095, -0.006872053258121014, 0.023592138662934303, -0.012517315335571766, 0.00022180823725648224, 0.0036736330948770046, -0.00225978996604681, 0.007852812297642231, -0.013022860512137413, 0.0026524304412305355, 0.007657334208488464, 0.04791226238012314, 0.019979171454906464, -0.006164289079606533, 0.037262097001075745, 0.008688648231327534, -0.024724561721086502, 0.021286850795149803, 0.012470130808651447, 0.010063732042908669, 0.016891971230506897, -0.0037511500995606184, -0.02647712081670761, -0.012827383354306221, 0.009558186866343021, -0.008702129125595093, 0.010683869011700153, -0.02461671270430088, -0.013171154074370861, -0.009207675233483315, -0.012348799966275692, 0.014344020746648312, 0.021772174164652824, 6.661619408987463e-05, -0.012733014300465584, -0.03491636738181114, -0.008857162669301033, -0.0026254679542034864, -0.010131138376891613, -0.02822967991232872, -0.021125076338648796, -0.013872177340090275, -0.009901957586407661, 0.023969613015651703, 0.015678660944104195, 0.018752381205558777, 0.018509717658162117, -0.048586323857307434, -0.034889403730630875, -0.02041057124733925, -0.006251916754990816, 0.006747351959347725, 0.01872541755437851, 0.03518598899245262, 0.00030648717074654996, 0.0501231849193573, 0.0007865450461395085, 0.028283605352044106, -0.017471663653850555, 0.008958272635936737, -0.00743489433079958, 0.01230835635215044, -0.01393958367407322, -0.01029291283339262, -0.01468105148524046, 0.015274224802851677, 0.008021327666938305, 0.016501016914844513, -0.004158956930041313, -0.004583615809679031, 0.012672348879277706, -0.021812617778778076, 0.013764328323304653, -0.030521487817168236, -0.046456292271614075, -0.027218587696552277, 0.012079175561666489, -0.02657148987054825, 0.015624736435711384, -0.03267848119139671, -0.011256820522248745, 0.011620813980698586, 0.010919789783656597, 0.04713035374879837, -0.02898462861776352, 0.04796618968248367, 0.0013380113523453474, 0.01311722956597805, 0.0024047130718827248, -0.002338991966098547, -0.030440600588917732, 0.011115267872810364, -0.025587359443306923, 0.00488020246848464, 0.018684973940253258, 0.03176175802946091, 0.002551321405917406, 0.00424321461468935, 0.0028967775870114565, -0.003521969309076667, 0.019156817346811295, 0.009551445953547955, -0.010522093623876572, -0.023673025891184807, -0.01958821527659893, -0.039014656096696854, -0.047831375151872635, 0.009126787073910236, -0.01373736560344696, -0.018536681309342384, 0.007947180420160294, -0.0024586378131061792, 0.013056564144790173, -0.0011551722418516874, -0.006642872467637062, -0.002037349622696638, -0.005325082689523697, 0.010441206395626068, -0.007482078392058611, 0.03680373728275299, 0.0003404008748475462, 0.011445557698607445, -0.018024394288659096, 0.0018132244003936648, -0.0010161470854654908, -0.012517315335571766, 0.01337337214499712, 0.021987874060869217, 0.00870887003839016, -0.010090694762766361, 0.0015680346405133605, -0.0020963300485163927, -0.0029540727846324444, -0.034889403730630875, 0.026800669729709625, 0.0037208173889666796, 0.008317913860082626, -0.024454938247799873, -0.03273240849375725, -0.03216619789600372, 0.013056564144790173, -0.009989585727453232, 0.015826955437660217, 0.008007845841348171, 0.005844109691679478, -0.02010050229728222, -0.016271835193037987, -0.012436427175998688, 0.025048110634088516, 0.012591461651027203, 0.01755255088210106, -0.015597774647176266, 0.013090266846120358, -0.04826277494430542, -0.01938599720597267, 0.010899567976593971, 0.0037140767090022564, -0.015988729894161224, -0.007778665516525507, 0.013191375881433487, 0.007178750820457935, 0.019291630014777184, -0.014600164256989956, -0.001793002593331039, 0.03356824442744255, -0.02020835317671299, -0.003125958377495408, -0.023389920592308044, -0.002386176260188222, 0.02127336896955967, 0.009302043356001377, 0.003902813885360956, -0.0036365597043186426, -0.012180284596979618, -0.005574485287070274, 0.002052516210824251, 0.011910660192370415, -0.01717507652938366, -0.02065323293209076, -0.001515794894658029, -0.00469146529212594, -0.030063126236200333, -0.007623631041496992, 0.019466884434223175, -0.024657156318426132, -0.01628531701862812, -0.010784978047013283, -0.027043331414461136, -0.00011827666457975283, 0.014236170798540115, 0.018024394288659096, -0.00029953589546494186, 0.037612609565258026, -0.040362779051065445, -0.007043938618153334, 0.016918934881687164, -0.006861942354589701, -0.01301612053066492, 0.030278826132416725, -0.01814572513103485, -0.003203475382179022, -0.01879282481968403, 0.0019126484403386712, -0.017956988885998726, -0.015435999259352684, 0.027083775028586388, 0.02096330001950264, 0.0071585290133953094, 0.003838778007775545, 0.027690431103110313, -0.006251916754990816, -0.0050520882941782475, -0.013238560408353806, -0.003274251939728856, 0.02193394862115383, -0.02406398206949234, -0.018361425027251244, 0.025937872007489204, 0.0008488956955261528, 0.0014879899099469185, -0.020504938438534737, 0.027002887800335884, 0.01569214276969433, 0.010488390922546387, -0.04109076410531998, 0.014910232275724411, -0.011074824258685112, -0.024630192667245865, 0.0017845768015831709, -0.03011704981327057, -0.033002033829689026, -0.03173479810357094, 0.0036567815113812685, 0.007401191163808107, -0.004179178737103939, 0.009389671497046947, 0.023430364206433296, 0.00777192460373044, 0.015948286280035973, -0.008931309916079044, -0.00696979183703661, -0.04764264076948166, 0.005045347381383181, -0.018617568537592888, -0.019264666363596916, 0.010279431939125061, 0.03405356779694557, 0.00613732635974884, -0.027488213032484055, -0.00986151397228241, -0.04597096890211105, -0.02984742633998394, -0.009753664024174213, -0.008884125389158726, 0.01222072821110487, 0.02884981594979763, 0.018954599276185036, -0.0025951352436095476, 0.0416569784283638, 0.002477174624800682, 0.011957843787968159, -0.01683804579079151, -0.00031470227986574173, -0.023228146135807037, -0.025317735970020294, -0.010427725501358509, -0.01178932934999466, -0.013258782215416431, 0.0065855770371854305, 0.007327044382691383, 0.008493170142173767, 0.01430357713252306, 0.026706300675868988, -0.0032051606103777885, -0.0223788283765316, -0.023106815293431282, -0.011391633190214634, -0.006036217324435711, 0.03653411194682121, 0.008884125389158726, -0.026220977306365967, -0.007893255911767483, 0.01865801215171814, -0.011769107542932034, 0.022527122870087624, -0.004640910774469376, -0.01945340447127819, -0.02475152350962162, 0.021987874060869217, -0.042465850710868835, -0.006369877606630325, -0.01141185499727726, -0.015368593856692314, 0.03486244007945061, 0.0019278147956356406, 0.00316303176805377, 0.028175754472613335, -0.0036264488007873297, -0.01759299449622631, -0.0036399299278855324, 0.014896750450134277, -0.024913297966122627, 0.006872053258121014, 0.010576019063591957, -0.012847605161368847, -0.006949570029973984, -0.0067338705994188786, -0.013312706723809242, -0.013090266846120358, -0.006626020651310682, 0.013845215551555157, 0.026760226115584373, 0.007980884052813053, -0.0064878384582698345, 0.002215975895524025, -0.016190947964787483, -0.015152893960475922, -0.009315524250268936, -0.019237704575061798, 0.003294473746791482, -0.02255408465862274, 0.011101786978542805, -0.0316808708012104, -0.006710278335958719, -0.014532757923007011, -0.016325760632753372, -0.02481893077492714, 0.0007081854855641723, 0.012429687194526196, 0.009888476692140102, 0.0053958590142428875, 0.21645450592041016, -0.030764149501919746, -0.005405970383435488, 0.023497771471738815, 0.011708441190421581, -0.006258657667785883, 0.014883269555866718, 0.021111594513058662, -0.034511927515268326, 0.02812182903289795, 0.00036209719837643206, -0.0037342985160648823, -0.001515794894658029, -0.007657334208488464, -0.0015722475945949554, -0.020289240404963493, -0.047831375151872635, -0.041252538561820984, -0.024832410737872124, -0.017781732603907585, -0.00416569784283638, 0.005011644214391708, -0.03920339420437813, -0.003294473746791482, 0.017202040180563927, 0.0009436855907551944, -0.013150932267308235, 0.006470986641943455, 0.010198544710874557, 0.012038731947541237, -0.023052889853715897, -0.005716038402169943, -0.0021704768296331167, 0.01673019677400589, -0.01859060488641262, -0.00021338247461244464, 0.03292114660143852, -0.018334463238716125, 0.003033275017514825, 0.017498627305030823, 0.02034316398203373, 0.005004903767257929, 0.015894360840320587, -0.013757587410509586, -0.01246338989585638, 0.003565783379599452, -0.013036342337727547, -0.023052889853715897, 0.011553407646715641, -0.0038724811747670174, -0.020599307492375374, 0.0009967678925022483, 0.017916545271873474, 0.025654766708612442, 0.018132243305444717, -0.027663467451930046, -0.0028108349069952965, -0.014519276097416878, 0.006197991780936718, 0.012968936003744602, -0.018294019624590874, 0.026220977306365967, -0.02630186453461647, -0.000152506327140145, -0.018361425027251244, -0.015651699155569077, -0.03408053144812584, -0.012146580964326859, 0.01608309894800186, -0.003425915725529194, 0.015409037470817566, -0.012604942545294762, -0.0044151004403829575, -0.014640607871115208, -0.0019665732979774475, -0.024738043546676636, 0.018294019624590874, 0.005048717837780714, 0.017296407371759415, 0.04629451781511307, -0.0020070169121026993, -0.01211961917579174, 0.002062627114355564, -0.010272691026329994, -0.0331098809838295, -0.04373308643698692, 0.026652377098798752, -0.007219194434583187, -0.031653910875320435, -0.014451870694756508, -0.0005110225756652653, -0.008911088109016418, -0.023012446239590645, 0.005136345513164997, 0.005436303094029427, 0.003023164113983512, 0.011951103806495667, 0.020788045600056648, 0.009976104833185673, 0.005058828741312027, -0.02492677979171276, 0.005813776981085539, 0.016393166035413742, -0.0038724811747670174, -0.05149826779961586, -0.011357929557561874, 0.005732889752835035, 0.006477727554738522, 0.019089410081505775, -0.007239416241645813, 0.0009327320731244981, -0.050311923027038574, -0.006767573766410351, 0.0015638218028470874, 0.04510816931724548, 0.024845892563462257, 0.0014155283570289612, -0.010751274414360523, -0.014788900502026081, -0.01094675250351429, -0.013980027288198471, -0.03963479399681091, -0.012395983561873436, -0.014815863221883774, -0.009153749793767929, -0.018226612359285355, -0.0020103873685002327, -0.0032927885185927153, -0.038879845291376114, -0.03607575222849846, 0.012894788756966591, -0.005908145569264889, -0.015773029997944832, 0.02884981594979763, 0.024387530982494354, 0.013434038497507572, 0.00506219919770956, -0.02041057124733925, 0.0018502977909520268, -0.004310620948672295, -0.005982292350381613, -0.027515174821019173, 0.002890037139877677, -0.014694532379508018, 0.009969363920390606, -0.011398373171687126, 0.006474357098340988, 0.0009765460272319615, -0.019022004678845406, -0.03281329572200775, -0.008452726528048515, -0.00469146529212594, -0.006646242458373308, 0.006258657667785883, 0.003227067645639181, -0.0074551161378622055, -0.02654452621936798, -0.028580190613865852, -0.009221156127750874, 0.012065693736076355, -0.015530368313193321, -0.0037342985160648823, 0.030251862481236458, 0.004378026816993952, -0.03615663945674896, -0.03653411194682121, -0.17083404958248138, 0.005486857611685991, 0.036965511739254, -0.036884624511003494, 0.030521487817168236, 0.010279431939125061, -0.00388596230186522, 0.014128320850431919, 0.009996326640248299, -0.012699311599135399, 0.022419271990656853, -0.007414672058075666, -0.01435750164091587, -0.002290122676640749, -0.00650806026533246, 0.004384767729789019, 0.0003960109024774283, 0.0016750418581068516, 0.04985355958342552, 0.0009917124407365918, 0.020976781845092773, -0.019291630014777184, 0.02499418705701828, 0.011304005049169064, -0.015341631136834621, -0.005116123706102371, -0.019871322438120842, 0.009254858829081059, -0.021057669073343277, -0.027488213032484055, -0.02787916734814644, -0.006319323088973761, 0.029874388128519058, 0.008425763808190823, 0.010542315430939198, -0.002189013408496976, 0.022540602833032608, -6.198202754603699e-05, -0.0071383072063326836, 0.009827811270952225, 0.018995042890310287, 0.053412601351737976, 0.01208591554313898, 0.012881307862699032, -0.004954349249601364, 0.011486001312732697, 0.020734120160341263, -0.02295852079987526, 0.01535511203110218, 0.0071383072063326836, 0.004890313372015953, -0.020329684019088745, -0.0006062337197363377, -0.005975551903247833, 0.011101786978542805, 0.028903741389513016, -0.004401619080454111, -0.0037376689724624157, 0.005753111559897661, -0.01869845576584339, 0.007475337944924831, -0.023780876770615578, -0.007401191163808107, -0.02289111539721489, -0.01859060488641262, -0.02461671270430088, -0.03710032254457474, 0.020572345703840256, -0.025978315621614456, 0.016811084002256393, -0.0188602302223444, -0.0022378829307854176, -0.009066121652722359, 0.021232925355434418, 0.015570811927318573, -0.005780074279755354, -0.029928313568234444, 0.018644530326128006, 0.009497521445155144, 0.00686868280172348, 0.0011998288100585341, 0.030871998518705368, -0.01834794320166111, 0.025600841268897057, 0.0024721191730350256, -0.0027720762882381678, -0.009409893304109573, 0.010333357378840446, -0.03259759396314621, -0.004849869757890701, 0.031653910875320435, 0.0033197510056197643, -0.020302720367908478, -0.004189289640635252, 0.015584292821586132, 0.01184325385838747, 0.033136844635009766, -0.003183253575116396, -0.002296863356605172, -0.001478721620514989, 0.000850159558467567, 0.024158351123332977, -0.017876101657748222, 0.02355169504880905, 0.0400661937892437, 0.023470807820558548, -0.0031495506409555674, 0.006460875738412142, 0.044110558927059174, -0.014600164256989956, -0.025466028600931168, 0.0028765557799488306, 0.010212025605142117, 0.03035971336066723, -0.012955455109477043, 0.01766040176153183, -0.01790306344628334, 0.00024287264386657625, 0.005156567320227623, 0.026247939094901085, 0.0074888188391923904, -0.019089410081505775, -0.005035236477851868, 0.01797046884894371, -0.0027299474459141493, -0.012348799966275692, -0.0823972299695015, -0.01859060488641262, 0.005766592919826508, 0.017121152952313423, -0.008991975337266922, 0.012025250121951103, 0.003650041064247489, 0.022769784554839134, -0.023538215085864067, 0.012726274318993092, -0.012982416898012161, -0.018644530326128006, -0.018307499587535858, 0.005045347381383181, -0.019992653280496597, 0.003946627955883741, -0.003275936935096979, -0.005769963376224041, 0.0055306716822087765, 0.0074888188391923904, -0.006393469870090485, -0.010993937030434608, 0.017498627305030823, -0.013582331128418446, -0.01817268691956997, -0.004920646082609892, -0.015503405593335629, -0.0008636408019810915, 0.014290095306932926, 0.008567316457629204, 0.009868254885077477, -0.028822854161262512, 0.0035893754102289677, -0.007616890594363213, 0.0003370305639691651, 0.00022307210019789636, -0.009753664024174213, -0.030764149501919746, 0.016366204246878624, -0.0200735405087471, 0.007502300199121237, -0.0014837770722806454, 0.012294874526560307, -0.025358179584145546, 0.009544705040752888, 0.003154606092721224, 0.003518599085509777, 0.033136844635009766, -0.03292114660143852, 0.0030383304692804813, -0.016474053263664246, 0.020060058683156967, -0.012861086055636406, 0.01759299449622631, 0.024805448949337006, -0.010906308889389038, 0.03354128077626228, 0.006366507150232792, -0.01275323610752821, -0.0026035611517727375, 0.005186900496482849, -0.009962623007595539, -0.017067227512598038, 0.008938050828874111, 0.006440653931349516, 0.015880879014730453, -0.03262455761432648, 0.008796497248113155, 0.020922856405377388, -0.008715610019862652, -0.01628531701862812, 0.004583615809679031, -0.0014045748393982649, 3.981173358624801e-05, -0.017687363550066948, -0.03343342989683151, -0.007421412970870733, -0.013622774742543697, 0.015274224802851677, 0.007347266189754009, -0.018064837902784348, -0.008729091845452785, -0.01430357713252306, -0.011452298611402512, 0.012618424370884895, 0.0002561432193033397, -0.004971200600266457, 4.423526206664974e-06, -0.001571404980495572, -0.04343649744987488, -0.013002638705074787, 0.028256641700863838, -0.002890037139877677, -0.028256641700863838, -0.021502548828721046, 0.009248118847608566, 0.009821070358157158, 0.0008678536978550255, -0.004590356256812811, -0.002470433944836259, -0.022122686728835106, -0.01608309894800186, -0.08002453297376633, 0.011317485943436623, -0.007819108664989471, -0.007293341215699911, -0.0004252904327586293, -0.01766040176153183, -0.007522522006183863, -0.024144869297742844, 0.010872606188058853, 0.03284025937318802, -0.011587110348045826, 0.02262149192392826, 0.021192481741309166, 0.013157673180103302, 0.008924569003283978, 0.012557758949697018, 0.033756982535123825, -0.009457077831029892, -0.009733442217111588, -0.016676271334290504, -0.009477299638092518, 0.009881735779345036, 0.008540354669094086, 0.014128320850431919, -0.010447947308421135, 0.017822176218032837, 0.009928920306265354, 0.05182182043790817, 0.01147926039993763, -0.014236170798540115, 0.027663467451930046, -0.013966546393930912, -0.010677128098905087, 0.030440600588917732, 0.019709547981619835, -0.006626020651310682, 0.01604265533387661, 0.040848102420568466, 0.02657148987054825, 0.013804771937429905, -0.015651699155569077, -0.015004600398242474, 0.009268340654671192, -0.007037198171019554, -0.000337873148964718, -0.01597524806857109, -0.0010254154913127422, -0.006275509018450975, 0.025722172111272812, 0.022634971886873245, 0.03035971336066723, 0.02612660825252533, -0.006636131554841995, -0.013858696445822716, -0.021057669073343277, -0.03133036196231842, 0.0024451566860079765, 0.0029523877892643213, -0.005951959639787674, 0.0065855770371854305, 0.05435628816485405, 0.003304584650322795, 0.02798701822757721, -0.00426006643101573, 0.0024384160060435534, -0.014600164256989956, 0.011398373171687126, -0.007859552279114723, 0.015921324491500854, -0.04303206130862236, -0.0010161470854654908, -0.013434038497507572, -0.007536003366112709, -0.02147558704018593, 0.0036837439984083176, 0.011256820522248745, -0.015611255541443825, 0.006393469870090485, -0.00524082500487566, 0.0393921323120594, -0.0054700057953596115, -0.01013787928968668, -0.02541210502386093, 0.005817147437483072, 0.02716466225683689, 0.021745212376117706, -0.02564128488302231, 0.004657762125134468, 0.010582759976387024, -0.026827633380889893, -0.031114662066102028, 0.008796497248113155, 0.010117657482624054, 0.01914333552122116, 0.00734052574262023, 0.018442312255501747, -0.017943507060408592, 0.01084564346820116, 0.007414672058075666, 0.009928920306265354, 0.015328150242567062, 0.010353579185903072, -0.02206876128911972, -0.02240579202771187, -0.013669959269464016, -0.01876586116850376, -0.00838532019406557, -0.036641962826251984, 0.0005198696162551641, -0.016676271334290504, -0.002232827479019761, 0.0018974820850417018, 0.02016790769994259, 0.013070045039057732, -0.020841969177126884, 0.013481222093105316, -0.0005291379638947546, -0.014519276097416878, -0.020680194720625877, 0.017444701865315437, -0.0003873744863085449, 0.012369021773338318, -0.014060914516448975, -0.0020407200790941715, 0.04899076372385025, -0.0016977913910523057, 0.0019092781003564596, -0.011182674206793308, 0.026733264327049255, -0.011182674206793308, -0.019776953384280205, 0.01174214482307434, -0.006531652063131332, -0.036021824926137924, -0.011890438385307789, 0.0033938977867364883, -0.013676700182259083, 0.0049172756262123585, -0.00589466467499733, 0.09808937460184097, 0.01724248379468918, 0.011694960296154022, 0.0017812064616009593, 0.025803059339523315, -0.015233781188726425, 0.00037010168307460845, 0.00379159371368587, -0.008668426424264908, -0.02860715426504612, 0.014020470902323723, 0.016258353367447853, -0.007030457258224487, -0.008513391949236393, -0.014654088765382767, 0.004546542186290026, 0.01797046884894371, 0.003105736570432782, 0.012915010564029217, -0.0024451566860079765, 0.02774435468018055, 0.0015722475945949554, 0.008162880316376686, -0.0052880095317959785, -0.022257497534155846, 0.005503708962351084, 0.013380113057792187, -0.007684296928346157, -0.016649309545755386, -0.040605440735816956, 0.007886514998972416, 0.004196030553430319, -0.022837189957499504, -0.02444145642220974, -0.025034630671143532, 0.023632582277059555, -0.01673019677400589, -0.011681479401886463, 0.015584292821586132, 0.007192232180386782, 0.006093512289226055, 0.00967277679592371, -0.029065515846014023, -0.0323549322783947, -0.0038994436617940664, 0.018995042890310287, 0.019628658890724182, -0.021637361496686935, -0.008688648231327534], \"c85f46f1-f54a-4dd3-bca6-727c295d0d9d\": [0.0019415592541918159, -0.011697807349264622, 0.012922962196171284, -0.026898035779595375, 0.0031026876531541348, 0.010015815496444702, -0.02639966830611229, -0.027673274278640747, 0.001846384722739458, -0.01580934412777424, 0.009981206618249416, 0.017858192324638367, -0.0073716952465474606, 0.015269446186721325, 0.009081374853849411, -0.0016049876576289535, -0.00566893769428134, -0.011178674176335335, 0.02505684271454811, -0.01748441532254219, -0.022191226482391357, -0.000805089483037591, 0.004727575462311506, -0.009088296443223953, -0.01918717287480831, 0.004793332424014807, 0.020876087248325348, -0.02620585821568966, 0.004412634763866663, 0.00389696191996336, 0.009379011578857899, -0.01726291887462139, -0.0073301647789776325, -0.025513680651783943, -0.0021924737375229597, 0.028822289779782295, 0.011815478093922138, -0.015269446186721325, 0.021222176030278206, -0.012057740241289139, 0.02223275601863861, -0.003568177344277501, -0.012196175754070282, 0.0012095810379832983, -0.0054405187256634235, 0.021706700325012207, 0.001366186304949224, -0.018135063350200653, -0.020709965378046036, 0.011372484266757965, 0.01767822541296482, 0.014909513294696808, -0.011614746414124966, 0.0031580619979649782, 0.00045467441668733954, 0.008562241680920124, -0.013248286210000515, 0.025804394856095314, -0.01212695799767971, -0.010195781476795673, -0.004686044994741678, -0.0073093995451927185, -0.02040540613234043, -0.009718178771436214, -0.03341835364699364, 0.027437934651970863, -0.01284682285040617, 0.011794712394475937, 0.015670908614993095, 0.011144065298140049, 0.0459883026778698, -0.0016716098180040717, -0.0008570028585381806, -0.020280813798308372, 0.019145643338561058, 0.014591111801564693, -0.010618009604513645, -0.003550872905179858, -0.008140012621879578, 0.00474834069609642, 0.01812121830880642, -0.012410750612616539, -0.012673778459429741, 0.0428042858839035, 0.026676539331674576, -0.013518235646188259, 0.0166814886033535, -0.00445070443674922, -0.014660329557955265, -0.004793332424014807, -0.007212494499981403, 0.020959148183465004, 0.033252228051424026, 0.01892414502799511, -0.0097527876496315, 0.023118743672966957, 0.0001535769843030721, 0.04189061000943184, 0.02172054536640644, -0.023783234879374504, -0.026067422702908516, 0.008250761777162552, -0.028877664357423782, -0.022149695083498955, -0.026607321575284004, -0.028766917064785957, 0.041336867958307266, -0.016736863180994987, 0.02579055167734623, 0.011137143708765507, -0.013338269665837288, 0.03208937123417854, -0.007551661692559719, -0.0436902716755867, -0.007101745810359716, -0.0054785883985459805, -0.02316027507185936, -0.040949247777462006, -0.02004547417163849, -0.006111931521445513, 0.012050818651914597, 0.02335408516228199, 0.005862747319042683, -0.0225511584430933, 0.016598427668213844, -0.006098087877035141, 0.023534050211310387, -0.008119247853755951, 0.017345979809761047, -0.016986047849059105, 0.03131413087248802, -0.002495301654562354, 0.030095897614955902, -0.009019078686833382, -0.025430617853999138, 0.0016214268980547786, -0.006496090441942215, 0.0127983707934618, -0.021152958273887634, -0.016792237758636475, 0.01086027268320322, 0.04344109073281288, -0.009939675219357014, -0.008195387199521065, 0.00743399141356349, 0.021374454721808434, -0.019574793055653572, -0.009330558590590954, -0.004277660045772791, -0.0040423194877803326, 0.02213585190474987, -0.00011539904517121613, -0.007759314961731434, -0.009199045598506927, 0.00670374371111393, 0.028877664357423782, 0.015407881699502468, -0.01230000238865614, 0.007447835057973862, -0.014771077781915665, 0.008126169443130493, 0.014895670115947723, 0.0025039538741111755, -0.017249075695872307, 0.014715703204274178, 0.009545134380459785, 0.04205673187971115, -0.011365562677383423, -0.003865813836455345, 0.023091057315468788, 0.012985258363187313, 0.008520711213350296, -0.028766917064785957, 0.00022733720834366977, 0.013352112844586372, 0.015117166563868523, 0.008174621500074863, 0.014521894045174122, -0.04435476288199425, -0.018301185220479965, -0.0071778856217861176, 0.0018446543253958225, 0.006098087877035141, 0.06190839782357216, -0.016861455515027046, -0.012950649484992027, -0.010375747457146645, -0.0014656868297606707, 0.008043107576668262, 0.0023326396476477385, 0.01585087552666664, 0.017595164477825165, 0.014840295538306236, -0.012244627811014652, -0.6237354278564453, -0.021097583696246147, 0.007966968230903149, -0.014494206756353378, -0.024503100663423538, 0.02444772608578205, 0.010652618482708931, -0.0006476190173998475, -0.024655379354953766, 0.005679320078343153, 0.01284682285040617, 0.008742207661271095, 0.005353996530175209, 0.01580934412777424, 0.0064926291815936565, -0.01911795511841774, 0.023603267967700958, -0.022205069661140442, -0.0012346724979579449, 0.02004547417163849, -0.024946093559265137, -0.0037723698187619448, -0.010811819694936275, 0.006046174559742212, -0.008472258225083351, 0.0010356713319197297, 0.027188749983906746, 0.0011749720433726907, 0.015947779640555382, 0.012147723697125912, -0.034664273262023926, 0.01585087552666664, 0.013767419382929802, 0.006115392316132784, 0.0479264035820961, 0.00437802542001009, -0.01661227084696293, 0.021291393786668777, -0.006963310297578573, 0.031092634424567223, 0.007586270570755005, -0.00859685055911541, 0.02216353826224804, -0.010271920822560787, -0.025001468136906624, -0.006350732874125242, 0.03236624225974083, -0.018979519605636597, -0.01011964213103056, -0.010977942496538162, -0.0005935425870120525, -0.011635511182248592, 0.007641644682735205, -0.001633540028706193, 0.006098087877035141, -0.01041035633534193, 0.018079688772559166, 0.008091560564935207, 0.012957572005689144, -0.00359240360558033, -0.006008104886859655, 0.03635318577289581, -0.027922458946704865, -0.005644711200147867, -0.02133292518556118, -0.0014838564675301313, -0.005866208113729954, -0.024849189445376396, 0.009704334661364555, -0.018771866336464882, -0.010735680349171162, 0.0027237203903496265, -0.00487639382481575, -0.027147220447659492, -0.005007907748222351, 0.04025707021355629, 0.020903775468468666, 0.00529170036315918, -0.009676648303866386, 0.019962413236498833, -0.011538607068359852, 0.010098876431584358, -0.02742409147322178, -0.0017910104943439364, 0.015227915719151497, -0.014701860025525093, -0.019380982965230942, -0.039315707981586456, 0.008465336635708809, -0.01027884241193533, 0.008077716454863548, 0.017249075695872307, -0.005931965075433254, -0.027479466050863266, 0.0315079428255558, 0.023714017122983932, 0.017082951962947845, 0.01982397772371769, -0.02264806255698204, -0.005949269514530897, -0.005589337088167667, -0.030400456860661507, 0.003033469896763563, 0.0063438112847507, 0.038706593215465546, -0.013172146864235401, -0.012168488465249538, -0.017858192324638367, 0.030483517795801163, -0.010029658675193787, 0.004966376814991236, 0.00011767025716835633, -0.02610895223915577, 0.00402501504868269, 0.013635906390845776, -0.03962026536464691, 0.02345098927617073, 0.008804503828287125, 0.02932065911591053, 0.006862944457679987, 0.02338177151978016, 0.019380982965230942, 0.022398879751563072, -0.014964887872338295, 0.00615000119432807, 0.00664836959913373, 0.011220204643905163, -0.007856220006942749, -0.01580934412777424, -0.0033138019498437643, 0.0008509462932124734, -0.002611241303384304, 0.02136061154305935, -0.018688805401325226, 0.036104001104831696, 0.020876087248325348, 0.012832979671657085, -0.00012275343760848045, 0.0018117758445441723, -0.005956191569566727, -0.00481063686311245, -0.001204389613121748, -0.0043468778021633625, 0.005565111059695482, 0.008936017751693726, -0.026607321575284004, -0.02970827743411064, -0.0066414475440979, -0.00827844813466072, -0.016404617577791214, -0.015698596835136414, -0.018245810642838478, -0.017110640183091164, 0.020613059401512146, 0.015006418339908123, -0.01041035633534193, 0.018661117181181908, -0.024724597111344337, 0.02505684271454811, -0.02274496853351593, -0.012403829023241997, 0.01376049779355526, -0.00914367102086544, -0.0023568659089505672, -0.013116772286593914, 0.013822793960571289, -0.0008769029518589377, 0.04186292365193367, -0.006537620909512043, -0.030705014243721962, -0.00724018132314086, -0.015297133475542068, -0.020834557712078094, 0.010195781476795673, 0.00773162767291069, 0.004229207523167133, -0.032864611595869064, -0.031064948067069054, -0.0055927978828549385, 0.0056862421333789825, 0.0037723698187619448, 0.005094429943710566, 0.015449412167072296, -0.006482246797531843, 0.0432472787797451, 0.031674064695835114, 0.01536635123193264, 0.03441508859395981, -0.025195278227329254, 0.045628372579813004, 0.008790659718215466, 0.018661117181181908, -0.010085033252835274, 0.02659347839653492, 0.02316027507185936, 0.032449301332235336, 0.020765338093042374, 0.01358745340257883, 0.006918318569660187, 0.01132403127849102, 0.02111142873764038, 0.005786607973277569, 0.020543841645121574, -0.009939675219357014, -0.005063281860202551, -0.0230356827378273, 0.0022876481525599957, 0.014009682461619377, 0.01371204573661089, 0.007669331971555948, 0.013940464705228806, 0.0002500492846593261, -0.02515374682843685, -0.0014622259186580777, -0.00790467206388712, -0.01629386842250824, -0.016127746552228928, 0.004509539343416691, -0.0289053525775671, 0.008243839256465435, -0.021222176030278206, -0.006842179223895073, 0.007773158606141806, 0.011801633983850479, -0.024336976930499077, -0.008832191117107868, -0.010292686522006989, 0.006793726701289415, 0.0030455831438302994, -0.027534838765859604, -0.0013549383729696274, 0.01867496222257614, 0.03280923515558243, -0.020876087248325348, -0.0014803956728428602, -0.014494206756353378, 0.023077214136719704, -0.02605357952415943, 0.01478492096066475, -0.025319870561361313, 0.015020261518657207, 0.01072875875979662, 0.035273388028144836, -0.004724114667624235, 0.003068078774958849, 0.0096420394256711, 0.03134181722998619, 0.02194204181432724, -0.03363984823226929, 0.00925441924482584, -0.011441702023148537, 0.010514182969927788, -0.008721441961824894, -0.01819043606519699, 0.01828734204173088, -0.034691959619522095, -0.001931176520884037, 0.0021094123367220163, 0.02216353826224804, 0.02030850201845169, 0.004312268923968077, 0.022495783865451813, 0.003080192022025585, 0.014341927133500576, 0.010721837170422077, -0.012092349119484425, -0.04006326198577881, -0.03557794913649559, -0.024627692997455597, -0.009503603912889957, 0.0026371979620307684, 0.005177491344511509, 0.0010979672661051154, -0.014424988999962807, -0.005122116766870022, 0.020876087248325348, 0.01760900765657425, 0.013241364620625973, 0.012964493595063686, -0.001958863576874137, -0.015255602076649666, 0.017055265605449677, 0.03638087213039398, -0.008091560564935207, 0.02778402343392372, 0.022218912839889526, -0.004727575462311506, 0.03538413718342781, 0.010763367637991905, 0.010147329419851303, 0.010846428573131561, 0.02425391599535942, 0.014085821807384491, -0.008894487284123898, -0.024212384596467018, -0.01108176913112402, 0.03593787923455238, -0.006679517216980457, 0.005084047093987465, -0.00842380616813898, -0.01989319548010826, 0.010784132406115532, -0.01616927795112133, -0.022371191531419754, 0.03438740223646164, 0.015532474033534527, 9.122689516516402e-05, -0.007323242723941803, 0.014355771243572235, -0.017152169719338417, -0.008250761777162552, -0.0032688104547560215, -0.00011204630573047325, -0.007496287580579519, -0.0023222570307552814, 0.00840304046869278, -0.007468600291758776, 0.00020430065342225134, 0.04283197224140167, 0.023714017122983932, 0.0023395614698529243, -0.043579526245594025, -0.03474733233451843, 0.03051120415329933, 0.007773158606141806, 0.012812213972210884, -0.010756446048617363, 0.010112720541656017, -0.02201125957071781, -0.0253752451390028, -0.01658458448946476, -0.006115392316132784, -0.006188070867210627, -0.021083740517497063, -0.011794712394475937, -0.016335399821400642, 0.014826452359557152, 0.015920093283057213, 0.01323444303125143, -0.005648171994835138, -0.012147723697125912, -0.027382560074329376, 0.014009682461619377, -0.013365956954658031, -0.013255207799375057, 0.001810045330785215, -0.0024139706511050463, 0.02120833285152912, 0.038928087800741196, 0.030455831438302994, 0.03297535702586174, 0.00450607854872942, 0.008721441961824894, -0.021097583696246147, -0.0024035880342125893, 0.0027167985681444407, 0.00888756476342678, -0.004381486680358648, 0.021665170788764954, 0.015131010673940182, 0.007260947022587061, 0.012417673133313656, 0.00012134745338698849, 0.014383458532392979, 0.006579151377081871, 0.010569557547569275, 0.0073093995451927185, -0.008825269527733326, 0.01722138747572899, -0.0060115656815469265, -0.0006164709920994937, -0.013435174711048603, -0.02284187264740467, -0.01090872474014759, 0.025042999535799026, 0.02293877862393856, -0.034470461308956146, 0.004464548081159592, 0.007288633845746517, 0.019907038658857346, 0.023727860301733017, -0.023326396942138672, -0.010258077643811703, -0.031452566385269165, -0.04244435206055641, -0.030483517795801163, -0.005810834001749754, 0.012369220145046711, -0.007385538890957832, -0.012445359490811825, -0.013898933306336403, 0.03676849231123924, -0.023146431893110275, -0.02617816999554634, 0.01199544407427311, -0.033058419823646545, -0.011067925952374935, 0.0042534335516393185, 0.007911594584584236, 0.011670120991766453, 0.0063161239959299564, -0.00499752489849925, -0.013836637139320374, 0.0032549668103456497, -0.0006683843676000834, -0.027451777830719948, 0.006592995021492243, -0.006617221515625715, -0.0361870639026165, 0.008652224205434322, 0.034470461308956146, -0.0062988195568323135, -0.004198059439659119, 0.026773443445563316, -0.011303266510367393, -0.012569951824843884, 0.007316321134567261, -0.00949668139219284, -0.0024139706511050463, 0.01684761233627796, 0.011102534830570221, 0.009586664848029613, -0.0011282500345259905, -0.015255602076649666, 0.012459203600883484, -0.022205069661140442, 0.012106192298233509, 0.008991391398012638, -0.010590323247015476, -0.00030520721338689327, -0.012057740241289139, 0.013961229473352432, -0.0192840788513422, -0.008956782519817352, 0.008859878405928612, -0.011967756785452366, 0.012632247991859913, 0.010022737085819244, 0.007060215342789888, 0.0021422908175736666, 0.029902087524533272, -0.010797976516187191, 0.006222679745405912, 0.03095419891178608, 0.026261232793331146, -0.020377719774842262, 0.0413091816008091, 0.019062580540776253, 0.02050231210887432, 0.021692857146263123, 0.015449412167072296, -0.03563332185149193, -0.0051117343828082085, 0.014120430685579777, -0.005232865456491709, 0.0021076819393783808, -0.017235230654478073, -0.0408661887049675, -0.013033711351454258, 0.005603180732578039, 0.02306336909532547, 0.01223770622164011, -0.00818154402077198, -0.024627692997455597, -0.018661117181181908, -0.003672004211694002, -1.5168431673373561e-05, -0.0057243118062615395, -0.026635007932782173, -0.03181250020861626, -0.02046078070998192, -0.012293080799281597, 0.027950147166848183, 0.02515374682843685, 0.0071571203880012035, -0.012030052952468395, -0.025001468136906624, -0.020516155287623405, -0.020073160529136658, 0.00834074430167675, 0.015989311039447784, -0.006835257634520531, 0.01201620977371931, 0.0030594265554100275, 0.04161373898386955, -0.01273607462644577, 0.0253752451390028, -0.028185486793518066, 0.0025351017247885466, 0.0018325411947444081, -0.01126173511147499, -0.010922567918896675, -0.00851378869265318, -0.0164599921554327, 0.024683065712451935, 0.0042326683178544044, -0.005066742654889822, -0.01661227084696293, -0.011137143708765507, 0.02335408516228199, -0.006790265906602144, 0.001998663879930973, -0.030594266951084137, -0.030815763399004936, -0.02469691075384617, 0.014203491620719433, -0.023492520675063133, -0.004333034157752991, -0.03333529084920883, -0.023727860301733017, 0.0074824439361691475, -0.001335903420113027, 0.03494114428758621, -0.010998708195984364, 0.03250467777252197, -0.0015703787794336677, 0.017636694014072418, 0.008506867103278637, 0.004166911356151104, -0.015837032347917557, 0.00834074430167675, -0.026510415598750114, -0.011234048753976822, 0.007911594584584236, 0.016792237758636475, 0.011545528657734394, -0.00386927486397326, -0.002133638598024845, -0.02152673527598381, 0.037931352853775024, 0.018758023157715797, -0.015698596835136414, -0.01262532640248537, -0.0048660109750926495, -0.024655379354953766, -0.056564781814813614, 0.025389088317751884, -0.02525065280497074, 0.0040803891606628895, -0.007191729266196489, 0.0032445841934531927, 0.019505575299263, -0.0061638448387384415, 0.0020644208416342735, 0.012639169581234455, -0.0032255493570119143, 0.04629286378622055, -0.01005734596401453, 0.031231069937348366, 0.012680700048804283, 0.01547709945589304, -0.019270233809947968, -0.003355332650244236, -0.015920093283057213, -0.014328083954751492, 0.019201016053557396, 0.011732416227459908, 0.0026596938259899616, -0.0003514966228976846, 0.02084840089082718, -0.006281515117734671, 0.01230000238865614, -0.02873922884464264, 0.02399088814854622, -0.011850086972117424, -0.003216897137463093, -0.024876875802874565, -0.012749917805194855, -0.024710753932595253, 0.013497469946742058, -0.012452282011508942, 0.023935513570904732, 0.024503100663423538, -0.020682277157902718, -0.02113911509513855, -0.014383458532392979, -0.009967362508177757, 0.022855715826153755, 0.018619587644934654, 0.006063478998839855, 0.012147723697125912, -0.007198650855571032, -0.054488249123096466, -0.0014129083137959242, 0.004319190513342619, 0.014113509096205235, -0.0024226228706538677, -0.020170066505670547, 0.03361216187477112, 0.001427617040462792, -0.0132621293887496, -0.0066968216560781, 0.010112720541656017, 0.035079579800367355, -0.0192425474524498, -0.0003140757617074996, -0.03701767697930336, 0.011303266510367393, 0.04009094834327698, 0.00848610233515501, 0.013580531813204288, -0.02286956086754799, -0.018550369888544083, -0.014141195453703403, 0.0025870150420814753, 0.002144021214917302, -0.005149804055690765, -0.012895275838673115, -0.002713337540626526, 0.012355376966297626, -0.02525065280497074, 0.001004523248411715, 0.012632247991859913, -0.034304339438676834, -0.010181938298046589, -0.025998204946517944, -0.010756446048617363, -0.0003504150954540819, -0.013532078824937344, 0.05241171643137932, -0.0036858476232737303, 0.038125161081552505, -0.03161868825554848, 0.008721441961824894, 0.01436961442232132, 0.0075239744037389755, -0.01585087552666664, 0.004544148221611977, -0.020793026313185692, -0.012590717524290085, -0.004011171404272318, -0.0002917962847277522, -0.032864611595869064, 0.0065826126374304295, 0.03242161497473717, 0.017152169719338417, -0.007288633845746517, 0.005070203449577093, 0.027548683807253838, -0.016529209911823273, 0.0033864807337522507, -0.02133292518556118, -0.024046262726187706, 0.03294767066836357, -0.030400456860661507, -0.028683854267001152, 0.0295698419213295, 0.00787698570638895, -0.003703152062371373, 0.0013298469129949808, 0.0289053525775671, 0.001945020048879087, -0.009939675219357014, -0.037543732672929764, -0.0032964975107461214, 0.010680305771529675, -0.01395430788397789, 0.007060215342789888, -0.014085821807384491, -0.02819932997226715, -0.026676539331674576, 0.0067591178230941296, 0.007087902165949345, -0.00779392383992672, 0.0009950058301910758, 0.018328873440623283, 0.021512892097234726, 0.011005629785358906, -0.008174621500074863, 0.008700677193701267, -0.038291286677122116, 0.007392460480332375, -0.022565001621842384, -0.02274496853351593, -0.004911002703011036, 0.04252741485834122, -0.010451887734234333, -0.020613059401512146, -0.003723917528986931, -0.042555101215839386, -0.02793630212545395, -0.007316321134567261, -0.008936017751693726, 0.005340152885764837, 0.023367928341031075, 0.018135063350200653, 0.006821413990110159, 0.027064157649874687, -0.010029658675193787, 0.034248966723680496, -0.007070597726851702, 0.004776027984917164, -0.01796893961727619, 0.0012087157228961587, 0.011358640156686306, -0.0032930367160588503, -0.020253127440810204, 0.00451646139845252, 0.0019017589511349797, 0.025624427944421768, 0.009261340834200382, 0.023201804608106613, -0.001931176520884037, -0.011808556504547596, -0.02062690258026123, -0.012154645286500454, -0.00864530261605978, 0.008866799995303154, 0.017332136631011963, -0.03480270877480507, -0.02530602738261223, 0.015117166563868523, 0.0038104397244751453, 0.018148906528949738, -0.010438043624162674, -0.01445267628878355, -0.017733599990606308, 0.00883911270648241, -0.027050314471125603, -0.015255602076649666, -0.0011922765988856554, -0.01979628950357437, 0.039315707981586456, 0.005831599235534668, 0.014688016846776009, 0.05094429850578308, 0.0025212583132088184, -0.009579743258655071, 0.004412634763866663, 0.02033618837594986, -0.026261232793331146, 0.014217335730791092, 0.00814693421125412, 0.013047554530203342, 0.0055512674152851105, 0.001977898646146059, 0.009503603912889957, -0.006181149277836084, -0.0016655531944707036, 0.005222482606768608, 0.01819043606519699, 0.00809848215430975, 0.008866799995303154, 0.016127746552228928, -0.011614746414124966, -0.0059008169919252396, 0.0027375638019293547, -0.026925722137093544, -0.0002325285313418135, -0.020350031554698944, -0.006139618344604969, -0.035079579800367355, -0.001603257260285318, -0.007406304124742746, -0.025873612612485886, -0.02688419260084629, -0.0025212583132088184, 0.002798129338771105, -0.001572974375449121, 0.0361870639026165, 0.18816165626049042, -0.002415701048448682, 0.013068320229649544, 0.020488467067480087, 0.01636308804154396, 0.011026394553482533, 0.024489255622029305, 0.019062580540776253, -0.01838424615561962, 0.02530602738261223, -0.011510919779539108, -0.011441702023148537, 6.132264388725162e-05, -0.011877774260938168, 0.0026873808819800615, -0.013857402838766575, -0.030040523037314415, -0.03015127219259739, -0.023146431893110275, 0.002604319714009762, -0.018771866336464882, -0.0009015618124976754, -0.012874510139226913, -0.0015738396905362606, 0.030621953308582306, 0.006831796374171972, -0.022398879751563072, 0.03460889682173729, 0.028088582679629326, 0.008984469808638096, -0.026856504380702972, 0.0015046218177303672, -0.013012945652008057, 0.015117166563868523, -0.01921486109495163, -0.0036166298668831587, 0.03339066356420517, -0.008970626629889011, 0.014023525640368462, 0.009593586437404156, 0.0131513811647892, -0.008416883647441864, 0.000284225563518703, -0.021595953032374382, -0.011178674176335335, 0.011185595765709877, -0.02437850832939148, -0.017345979809761047, 0.021028365939855576, -0.014743390493094921, -0.006613760255277157, -0.009185201488435268, 0.02973596565425396, 0.008479179814457893, 0.008140012621879578, -0.01931176520884037, -0.003966179676353931, -0.00255759758874774, 0.006426872219890356, 0.01889645867049694, -0.01360129751265049, 0.03460889682173729, -0.024973781779408455, 0.01478492096066475, -0.02579055167734623, -0.018453463912010193, -0.01706910878419876, -0.019062580540776253, 0.00914367102086544, -0.011067925952374935, 0.0035958646330982447, 0.00043477429426275194, 0.004312268923968077, -0.012563030235469341, 0.00292791286483407, -0.03355678915977478, 0.01590625010430813, 0.012313846498727798, 0.04141993075609207, 0.06949466466903687, -0.01425886619836092, -0.0031234531197696924, 0.0012260202784091234, -0.0034072459675371647, -0.026039734482765198, -0.031840186566114426, 0.04767721891403198, -0.013435174711048603, -0.03579944372177124, -0.01828734204173088, 0.006939084269106388, -0.010458809323608875, -0.007385538890957832, -0.003327645594254136, 0.022495783865451813, 0.011760103516280651, 0.0025454845745116472, 0.011739338748157024, -0.008922173641622066, -0.009268263354897499, -0.02707800269126892, 0.01911795511841774, 0.026870349422097206, -0.012389985844492912, -0.04366258531808853, -0.011150986887514591, 0.0009465533657930791, 0.014328083954751492, 0.019297922030091286, -0.020446937531232834, 0.0011005629785358906, -0.05404525622725487, -5.9051431890111417e-05, 0.005700085777789354, 0.023977044969797134, 0.020197752863168716, 0.010320373810827732, -0.022800343111157417, -0.032643113285303116, -0.0008349396521225572, -0.01156629342585802, -0.024807658046483994, 0.006627603899687529, -0.029016099870204926, -0.0011170022189617157, -0.015075636096298695, -0.01819043606519699, -0.0021267167758196592, -0.018425777554512024, -0.025638271123170853, 0.008084638975560665, -0.0164599921554327, -0.0033760981168597937, 0.014591111801564693, 0.012742996215820312, 0.029403720051050186, -0.004159989766776562, -0.0132621293887496, -0.004163450561463833, 0.01789972186088562, -0.01138632744550705, -0.019464043900370598, 0.01745672896504402, -0.02723028138279915, 0.01792741008102894, -0.011026394553482533, 0.023395614698529243, -0.0056135631166398525, -0.04147530347108841, -0.040146321058273315, -0.006378420162945986, -0.013400565832853317, -0.0008989661582745612, -0.017013734206557274, -0.00493176793679595, -0.01587856188416481, -0.040561627596616745, -0.04208442196249962, 0.0004150904715061188, -0.0017719755414873362, -0.010015815496444702, -0.003755065379664302, 0.006790265906602144, -0.0008440245292149484, -0.031840186566114426, -0.018038157373666763, -0.17730830609798431, 0.006672595627605915, 0.018910301849246025, -0.03964795544743538, 0.015740126371383667, 0.011974678374826908, -0.005796990357339382, 0.014937200583517551, -0.004537226632237434, -0.0022616914939135313, 0.02203894592821598, -0.0066310646943748, -0.04596061632037163, -0.0052640135399997234, 0.0012770683970302343, 0.00518095213919878, -0.00787698570638895, 4.1638832044554874e-05, 0.02172054536640644, 0.0075447396375238895, 0.013026789762079716, -0.03131413087248802, 0.0071571203880012035, -0.0008076851372607052, 0.014397301711142063, -0.007932359352707863, -0.005443979520350695, 0.003429741831496358, -0.024807658046483994, -0.01882724091410637, -0.012535342946648598, 0.018854927271604538, 0.02296646498143673, -0.009157514199614525, 0.03300304710865021, 0.004236129112541676, 0.03718379884958267, -0.008001577109098434, 0.0041011543944478035, 0.0016543053789064288, 0.03131413087248802, 0.04609905183315277, 0.015933936461806297, 0.011891617439687252, -0.002715068170800805, 0.011877774260938168, 0.004384947475045919, -0.010313451290130615, 0.0006199319032020867, 0.011663198471069336, 0.001960594207048416, -0.03261542692780495, -0.00870759878307581, 0.009295949712395668, 0.01547709945589304, 0.027562526986002922, -0.015892406925559044, 0.008361510001122952, 0.009787396527826786, -0.02642735466361046, 0.022371191531419754, -0.012576873414218426, 0.0012796639930456877, -0.01262532640248537, -0.023727860301733017, -0.02873922884464264, -0.02286956086754799, 0.02976365201175213, -0.017332136631011963, 0.001917332992888987, 0.008202308788895607, 0.0001252409565495327, 0.016473835334181786, 0.005755459889769554, 0.005741616245359182, -0.008133091032505035, -0.024738440290093422, 0.030621953308582306, 0.004900619853287935, 0.0005671533290296793, -0.002002124674618244, 0.029874401167035103, 0.0004789006197825074, 0.012832979671657085, -0.00870759878307581, 0.007780080195516348, -0.030428143218159676, -0.00040470779640600085, -0.011974678374826908, -0.005392066203057766, 0.018619587644934654, 0.002933104056864977, -0.014715703204274178, -0.0073301647789776325, 0.019228704273700714, 0.011857008561491966, 0.018245810642838478, 0.014840295538306236, -0.020668433979153633, 0.01741519756615162, 0.00883911270648241, 0.005319387651979923, -0.024710753932595253, 0.008631459437310696, 0.028988413512706757, 0.015421724878251553, -0.013857402838766575, 0.020972993224859238, 0.028822289779782295, -0.006679517216980457, -0.027050314471125603, 0.010431122034788132, 0.010846428573131561, 0.01802431419491768, 0.00029136365628801286, 0.043413400650024414, 0.007032528053969145, -0.014466519467532635, 0.01101947296410799, 0.012203097343444824, 0.006340350024402142, -0.013580531813204288, -0.024849189445376396, 0.02466922253370285, 0.01156629342585802, -0.02014237828552723, -0.08189849555492401, -0.013137537986040115, 0.010375747457146645, 0.013615140691399574, 0.011587059125304222, 0.012327689677476883, -0.00888756476342678, 0.043801020830869675, -2.1738715076935478e-05, 0.009164436720311642, -0.028047051280736923, -0.007994655519723892, -0.012715308926999569, 0.0041219196282327175, -0.017955096438527107, 0.0036166298668831587, 0.004679122939705849, 0.004402251914143562, -0.01486798282712698, 0.01389201171696186, -0.010569557547569275, -0.005983878392726183, -0.005475127603858709, -0.010721837170422077, -0.024683065712451935, 0.010984864085912704, -0.025735177099704742, 0.01731829345226288, 0.0021163341589272022, -0.007648566737771034, 0.0073301647789776325, -0.012154645286500454, 0.005997722037136555, -0.009981206618249416, 0.00768317561596632, 0.0021197949536144733, -0.031895559281110764, -0.036325499415397644, 0.019173329696059227, -0.021152958273887634, -0.000530813995283097, -0.013241364620625973, 0.01467417273670435, -0.02342330291867256, 0.01436961442232132, 0.010188859887421131, 0.005623945966362953, 0.022440409287810326, -0.03948182985186577, -0.007856220006942749, 0.00566893769428134, 0.02495993673801422, 0.015047948807477951, -0.006167305633425713, 0.011150986887514591, -0.014203491620719433, 0.02126370742917061, -0.0002504819130990654, -0.01911795511841774, 0.004225746262818575, -0.0008042242843657732, -0.003175366437062621, -0.014245023019611835, 0.021471360698342323, 0.010680305771529675, 0.02152673527598381, -0.026967253535985947, -0.013144459575414658, 0.03438740223646164, -0.01193314790725708, -0.01607237197458744, -0.008541475981473923, -0.021679013967514038, 0.01029960811138153, -0.024433882907032967, -0.025333713740110397, -0.007579348515719175, -0.0069321622140705585, 0.00906060915440321, 0.008686833083629608, -0.019145643338561058, -0.0059008169919252396, -0.023492520675063133, 0.007593192160129547, 0.017138326540589333, 0.030483517795801163, 0.0031840186566114426, 0.0073716952465474606, -0.004859089385718107, -0.053076207637786865, 0.005956191569566727, 0.01940866932272911, 0.022052789106965065, -0.023714017122983932, -0.01164243370294571, 0.0069321622140705585, 0.014217335730791092, 0.0076970187947154045, -0.007703940849751234, 0.0035785601940006018, -0.034498151391744614, -0.025195278227329254, -0.0771363154053688, 0.012113114818930626, -0.007572426926344633, 0.00773162767291069, 0.009697413071990013, -0.003085383214056492, -0.013808950781822205, -0.012715308926999569, 0.0022513088770210743, 0.02732718549668789, 0.008430727757513523, 0.01722138747572899, 0.003716995706781745, 0.0024814580101519823, -0.010590323247015476, 0.0096212737262249, 0.024779971688985825, -0.011988522484898567, -0.015047948807477951, -0.01029960811138153, -0.011960835196077824, 0.002702954923734069, 0.00901215709745884, 0.003703152062371373, -0.009732021950185299, 0.007115589454770088, 0.005146343261003494, 0.03845740854740143, 0.00011420936789363623, -0.04274890944361687, 0.026870349422097206, -0.00980123970657587, -0.01055571436882019, 0.006544542498886585, 0.015020261518657207, -0.017179857939481735, 0.011510919779539108, 0.029265284538269043, 0.031895559281110764, 0.008915252052247524, -0.02296646498143673, -0.02835160866379738, 0.0013410948449745774, -0.019934725016355515, -0.014535737223923206, -0.0006095492281019688, -0.014328083954751492, -0.013352112844586372, 0.009171358309686184, 0.015837032347917557, 0.04573912173509598, 0.002708146348595619, 0.0016482487553730607, -0.022149695083498955, -0.0012736074859276414, -0.04972606524825096, 0.0026233545504510403, 0.01636308804154396, -0.028310079127550125, -0.012521499767899513, 0.032061684876680374, -0.004886776674538851, 0.012376141734421253, 0.012452282011508942, -0.012590717524290085, -0.02181744948029518, -0.0008600311120972037, -0.023686330765485764, 0.01417580433189869, -0.02187282405793667, -0.013926620595157146, -0.015615534968674183, 0.01731829345226288, 0.013705124147236347, -0.005482049658894539, -0.008936017751693726, -0.020294658839702606, 0.011455545201897621, -0.022191226482391357, 0.03685155510902405, 0.012950649484992027, 0.004872933030128479, -0.026773443445563316, 0.012085427530109882, 0.02162363938987255, 0.016944516450166702, -0.01400275994092226, -0.0004349905939307064, 0.0016482487553730607, -0.0008981009013950825, -0.023201804608106613, -0.005565111059695482, 0.008285370655357838, 0.01194699201732874, -0.000760963128414005, -0.006004644092172384, -0.0066968216560781, 0.007710862439125776, -0.00566201563924551, 0.01738751120865345, 0.016819924116134644, 0.018550369888544083, 0.003931570798158646, -0.018522681668400764, -0.01843962073326111, -0.0008920443360693753, -0.015421724878251553, -0.01536635123193264, -0.002190743340179324, 0.0067175873555243015, -0.01697220467031002, -0.016543053090572357, 0.007219416089355946, 0.019685542210936546, -0.025555210188031197, 0.015310976654291153, -0.01738751120865345, -0.019394826143980026, -0.015186384320259094, 0.01812121830880642, -0.010659541003406048, 0.019464043900370598, -0.009468995034694672, -0.007191729266196489, 0.03959257900714874, 0.0008176352130249143, -0.005831599235534668, -0.01751210168004036, 0.011767025105655193, -0.004384947475045919, -0.03236624225974083, 0.018550369888544083, -0.005295161623507738, -0.023949356749653816, -0.019380982965230942, -0.007780080195516348, -0.006001182831823826, 0.0016508444678038359, 0.026510415598750114, 0.10094723105430603, 0.0031165312975645065, -0.0016378661384806037, 0.002370709553360939, 0.017401354387402534, 0.018716491758823395, 0.010569557547569275, 0.0016274834051728249, -0.007219416089355946, -0.03361216187477112, 0.017470572143793106, 0.0029573303181678057, -0.017110640183091164, -0.024115480482578278, -0.04302578419446945, 0.008195387199521065, 0.025970516726374626, 0.02479381486773491, -0.0002868212468456477, -0.000777834968175739, 0.023326396942138672, 0.003367445897310972, 0.011503998190164566, 0.008368431590497494, -0.022828029468655586, 0.00914367102086544, 0.02666269615292549, 0.0016378661384806037, -0.028240861371159554, -0.041752174496650696, 0.0237417034804821, 0.013511314056813717, -0.04958762973546982, -0.00809848215430975, -0.0036443169228732586, 0.032864611595869064, -0.003557794727385044, -0.012002365663647652, 0.012563030235469341, 0.0031130705028772354, -0.006548003759235144, 0.011351718567311764, -0.02742409147322178, -0.04244435206055641, 0.007454756647348404, -0.00016828576917760074, 0.0036373953334987164, -0.0064303334802389145, -0.02091761864721775], \"894eba3d-7d8f-40f9-a560-2a09a97d05a5\": [0.015573407523334026, -0.008574518375098705, 0.016572244465351105, -0.03159699589014053, -0.01472932007163763, 0.022551193833351135, -0.031512584537267685, 0.006130182649940252, -0.00826501939445734, -0.03773069381713867, 0.0195124801248312, 0.019442139193415642, 0.006868758704513311, -0.010691770352423191, 0.0019431589171290398, 0.01907636784017086, -0.0008458456140942872, -0.01802125945687294, 0.028516076505184174, -0.023535963147878647, -0.008602654561400414, 0.02048318088054657, -0.032553624361753464, 0.001190514536574483, 0.0011931522749364376, 0.010438543744385242, 0.013681245036423206, -0.032469216734170914, 0.018077531829476357, 0.009165379218757153, 0.007505341432988644, -0.025435158982872963, -0.0077796694822609425, -0.007125501986593008, -0.017725829035043716, -0.013962607830762863, -0.0034994445741176605, -0.019132642075419426, 0.02523820474743843, -0.009946160018444061, 0.04614342749118805, -0.005145414266735315, -0.0044877296313643456, -0.01862618885934353, 0.01758514903485775, 0.027939284220337868, -0.010600327514111996, -0.014138459227979183, -0.04420202970504761, -0.0132310651242733, 0.0068828267976641655, 0.02858641743659973, -0.035564202815294266, 0.002852311125025153, 0.015137295238673687, -0.005180584732443094, 0.01067770179361105, 0.0014138459227979183, -0.016670720651745796, 0.0013839511666446924, -0.0015721122035756707, -0.010973132215440273, -0.03410111740231514, -0.010192351415753365, -0.02391580119729042, 0.0018095116829499602, -0.014490162022411823, 0.005602627992630005, -0.007223978638648987, -0.019118573516607285, 0.02567431703209877, -0.008637825027108192, -0.005057488568127155, -0.02979627437889576, 0.008229848928749561, -0.011521789245307446, -0.0031512584537267685, -0.015263908542692661, -0.009341230615973473, -0.009777341969311237, 0.025646179914474487, 0.005461947061121464, -0.009699967689812183, 0.0321597196161747, 0.022185422480106354, -0.013013009913265705, 0.01458863914012909, -0.002138354117050767, -0.026743493974208832, -0.007709329016506672, 0.009777341969311237, 0.02269187569618225, 0.036520835012197495, 0.021960332989692688, -0.007842975668609142, 0.028164373710751534, -0.004297810140997171, 0.021059973165392876, 0.008876983076334, -0.01327326986938715, -0.018429234623908997, -0.000846724899020046, -0.012267399579286575, -0.012239263392984867, -0.025125660002231598, -0.028445735573768616, 0.028811506927013397, 0.008075100369751453, 0.019836047664284706, 0.007688226643949747, -0.024942774325609207, 0.031090542674064636, -0.0022157286293804646, -0.020637929439544678, -0.0024513695389032364, -0.0055463556200265884, 0.01581256464123726, -0.01309741847217083, -0.006823037285357714, -0.031146815046668053, 0.007969588972628117, 0.02539295330643654, -0.016459697857499123, -0.005412708502262831, 0.002001189859583974, 0.011838321574032307, -0.003335902700200677, -0.013913368806242943, -0.01401888020336628, -0.007793737575411797, 0.02971186675131321, 0.022016605362296104, -0.0036014383658766747, -0.0012810780899599195, -0.015024750493466854, 0.027643851935863495, -0.006517055910080671, 0.003073883941397071, -0.027475034818053246, -0.051573723554611206, 0.0015387004241347313, 0.05461243540048599, -0.01600951887667179, 0.014433889649808407, -0.009109106846153736, 0.0046495129354298115, -0.017191240563988686, -0.002936719683930278, 0.0063201021403074265, -0.035817429423332214, 0.004857018124312162, -0.0025744657032191753, 0.019202981144189835, 0.01636122167110443, 0.014616775326430798, 0.011704674921929836, 0.005609662272036076, -0.01713496819138527, -0.015193567611277103, -0.025336680933833122, 0.001693449798040092, 0.014504230581223965, 0.00689689489081502, 0.009270889684557915, 0.010537020862102509, 0.04811296612024307, 0.014349481090903282, -0.007927385158836842, 0.0016767438501119614, -0.008680028840899467, 0.01551713515073061, 0.020272158086299896, -0.00040291971527040005, -0.0023599269334226847, 0.016304949298501015, 0.02858641743659973, 0.009425639174878597, 0.011268562637269497, -0.025786861777305603, -0.014039982110261917, -0.017964987084269524, 0.006738628726452589, 0.03860291838645935, 0.027897078543901443, 0.004568621516227722, 0.0013303164159879088, 0.01415252685546875, -0.016572244465351105, 0.004297810140997171, -0.015784429386258125, 0.012717579491436481, 0.009671831503510475, 0.012731647118926048, -0.0034466891083866358, -0.6352036595344543, -0.01845737174153328, -0.010396339930593967, -0.03536725044250488, 0.0027573511470109224, 0.02398614212870598, 0.02312798611819744, 0.0044736615382134914, -0.03421366587281227, 0.005725724156945944, -0.011184154078364372, 0.018246348947286606, 0.009601490572094917, -0.015362385660409927, -0.018147872760891914, -0.011986036784946918, -0.0016846571816131473, -0.006823037285357714, 0.013758620247244835, 0.045580703765153885, -0.01837296225130558, -0.03016204573214054, 0.0115991635248065, 0.015503066591918468, -0.00021871528588235378, -0.016684789210557938, 0.034776389598846436, -0.022452717646956444, 0.012949703261256218, -0.0019132641609758139, -0.02416902780532837, -0.001964261056855321, 0.007427966687828302, -0.014504230581223965, 0.03955955058336258, 0.01156399305909872, -0.02205880917608738, 0.005416225641965866, 0.012900464236736298, 0.028079964220523834, -0.03739305958151817, -0.03418552875518799, 0.016150200739502907, -0.00534236803650856, -0.01234477385878563, -0.0008950840565375984, 0.056300610303878784, 0.017557011917233467, -0.023943938314914703, -0.012942668981850147, -0.014243969693779945, 0.007596783805638552, 0.01969536580145359, 0.0032215991523116827, -0.004603791981935501, 0.018232282251119614, 0.03398857265710831, -0.004681166261434555, 0.0008972822106443346, -0.0016398150473833084, -0.012098581530153751, 0.004329463467001915, 0.005514702294021845, 0.0031793948728591204, -0.015193567611277103, -0.022902896627783775, -0.0008080375846475363, -0.012830124236643314, 0.056300610303878784, -0.016642583534121513, 0.004280224908143282, 0.010881689377129078, -0.0018147872760891914, -0.050588954240083694, -0.006510021630674601, 0.005486566107720137, -0.0157422237098217, -0.0030633327551186085, -0.021932195872068405, -0.002825933275744319, -0.019315525889396667, -0.01086058747023344, -0.0007451706333085895, 0.001102588837966323, 0.010227521881461143, -0.01090279221534729, -0.01309741847217083, -0.032412946224212646, 0.00468468340113759, 0.009418604895472527, 0.0007574802730232477, -0.0016776231350377202, 0.0018288553692400455, -0.006411544978618622, 0.011226358823478222, 0.02425343543291092, -0.027024855837225914, 0.008574518375098705, -0.025280408561229706, -0.018752802163362503, -0.007477204781025648, -0.011113813146948814, -0.02249492146074772, 0.014912205748260021, 0.052952397614717484, 0.01472932007163763, -0.0213554035872221, -0.029121005907654762, 0.0353391133248806, -0.008968425914645195, -0.003706949297338724, 0.02786894328892231, -0.016684789210557938, 0.02374698407948017, -0.002138354117050767, -0.03016204573214054, 0.00953818392008543, 0.011880526319146156, 0.032469216734170914, -0.013913368806242943, -0.008757404051721096, 0.032666172832250595, 0.014518298208713531, -0.009777341969311237, 0.020426908507943153, -0.005483048968017101, 0.013013009913265705, -0.007927385158836842, -0.013350644148886204, 0.0009109106613323092, 0.03711169585585594, -0.0003695079358294606, 0.008145440369844437, -0.02743283100426197, 0.035733021795749664, 0.0004035791498608887, 0.01864025741815567, -0.011352971196174622, 0.008405701257288456, -0.0016107995761558414, -0.030724771320819855, -0.008968425914645195, -0.001774341450072825, -0.001729499315842986, 0.006453749258071184, -0.023943938314914703, -0.02962745726108551, -0.00015002329018898308, -0.01827448606491089, 0.0173319224268198, -0.0026272211689502, 0.014968478120863438, -0.025829065591096878, 0.010122011415660381, -0.004315395373851061, -0.010769144631922245, 0.021580493077635765, -0.04361116886138916, 0.01572815701365471, -0.012372910045087337, 5.863547994522378e-05, 0.01477152481675148, -0.01011497713625431, 0.0036612278781831264, -0.011767981573939323, 0.0012397529790177941, 0.01748667098581791, 0.031962763518095016, -0.021735243499279022, -0.023015441372990608, -0.005282578524202108, 0.0037843238096684217, -0.02478802390396595, -0.0024337845388799906, -0.0011913938215002418, 0.013969642110168934, -0.013772687874734402, -0.012260365299880505, 0.01477152481675148, -0.00220693601295352, 0.0016222299309447408, 0.016389358788728714, 0.015179499983787537, 0.012816055677831173, 0.025294477120041847, 0.022016605362296104, 0.009277923963963985, 0.037224240601062775, -0.015939177945256233, 0.039165642112493515, 0.003408001735806465, 0.042513854801654816, 0.004125475883483887, 0.01765548810362816, -0.004463110584765673, 0.046030882745981216, -0.020412839949131012, 0.007969588972628117, -0.006330653093755245, 0.02250899001955986, 0.026405857875943184, 0.024154959246516228, -0.0024390600156039, -0.008884016424417496, 0.008905119262635708, -0.03877173364162445, -0.0021981436293572187, 0.0016398150473833084, 0.018710598349571228, 0.022973237559199333, 0.027095196768641472, -0.016544107347726822, -0.029149141162633896, -0.004579172469675541, 0.013020043261349201, 0.0009759757085703313, 0.004459593445062637, -0.007420932408422232, 0.019990796223282814, 0.003932039253413677, -0.006513538770377636, 0.0005636040004901588, 0.02497090958058834, 0.01028379425406456, -0.018598051741719246, -0.019470276311039925, 0.0019009545212611556, 0.03429807350039482, 0.01468711532652378, -0.02232610434293747, -0.006151285022497177, 0.02249492146074772, 0.03381975740194321, -5.3476710490940604e-06, 0.010065739043056965, -0.005676485598087311, 0.04819737374782562, -0.02574465610086918, 0.011578061617910862, -0.0214398130774498, 0.0034431719686836004, 0.000970700173638761, 0.028150305151939392, -0.03277871757745743, 0.0007596784271299839, -0.007519409526139498, 0.02321239560842514, 0.017120899632573128, -0.023423416540026665, 0.018499575555324554, -0.0079133166000247, 0.01213375199586153, -0.026968583464622498, 0.011310767382383347, 0.05056081712245941, -0.014926273375749588, -0.016290880739688873, 0.022086946293711662, 0.02038470283150673, 0.020623860880732536, 0.016642583534121513, 0.015700019896030426, -0.00865892693400383, 0.01274571567773819, 0.02627924457192421, -0.0014200006844475865, -0.017979055643081665, -0.015756292268633842, -0.00756161380559206, -0.0009698209469206631, 0.004304844420403242, -0.013955573551356792, -0.01607985980808735, -0.008075100369751453, -0.007723397109657526, 0.0003218082129023969, -0.02084895223379135, -0.0015835425583645701, 0.005803098902106285, 0.005328299943357706, -0.03322889655828476, -0.007934418506920338, 0.027559444308280945, 0.02021588571369648, 0.004315395373851061, 0.02179151587188244, -0.007589749991893768, 0.024773957207798958, -0.001599369221366942, -0.002059220802038908, -0.0027485587634146214, 0.03910936787724495, 0.01714903675019741, -0.006956684403121471, 0.000999715644866228, 0.005162999499589205, 0.030190182849764824, -0.014124390669167042, -0.042063675820827484, 0.005567457992583513, 0.002085598651319742, 0.015967315062880516, -0.016769196838140488, 0.014398719184100628, 0.04155722260475159, 0.010600327514111996, -0.0016626757569611073, -0.0284738726913929, -0.005444361828267574, -0.0030774008482694626, 0.0071430872194468975, 0.008152474649250507, -0.01401888020336628, 0.008398666977882385, 0.007646022364497185, 0.019639093428850174, -0.004849983844906092, 0.004825364798307419, 0.03508588671684265, 0.006520573049783707, 0.004603791981935501, -0.042513854801654816, -0.04234503582119942, 0.01253469381481409, 0.004160645883530378, 0.02013147808611393, 0.0032532524783164263, 0.017908714711666107, -0.004533451050519943, 0.017191240563988686, -0.017008354887366295, 0.0035223050508648157, -0.013582768850028515, -0.013216997496783733, -0.015953246504068375, -0.015882905572652817, 0.010670667514204979, -0.007209910545498133, 0.01420176587998867, -0.0007504461682401597, 0.009109106846153736, -0.0034502060152590275, -0.003168843686580658, -0.014813728630542755, 0.008469006977975368, -0.012457318603992462, 0.005486566107720137, 0.03159699589014053, 0.012302570044994354, 0.004814813379198313, 0.04797228425741196, 0.017163105309009552, 0.01200010534375906, -0.023310871794819832, -0.0011324835941195488, -0.011486618779599667, -0.005613179411739111, 0.0028716546948999166, -0.01468711532652378, 0.01819007657468319, 0.02188999205827713, -0.0030404720455408096, 0.020989632233977318, 0.019821979105472565, 0.0023476171772927046, 0.03646456450223923, 0.012633170001208782, -0.006422095932066441, 0.013589802198112011, -0.004058652091771364, -0.01547493040561676, 0.011901628226041794, -0.005022318102419376, 0.005715173203498125, 0.021327268332242966, 0.012049343436956406, -0.020173681899905205, 0.013997778296470642, 0.006066875997930765, 0.012794953770935535, 0.00045237792073749006, 0.012731647118926048, 0.009657762944698334, -0.0629688948392868, -0.03438248112797737, -0.04071313515305519, 0.009031731635332108, -0.010980166494846344, -0.018795005977153778, 0.0043470486998558044, -0.037055425345897675, -0.004593240562826395, -0.04124772176146507, -0.010276760905981064, -0.0030123358592391014, -0.013610905036330223, -0.04676242545247078, 0.004195816349238157, 0.010607361793518066, 0.0014806694816797972, 0.014490162022411823, -0.020089272409677505, 0.008208747021853924, 0.015587475150823593, -0.0195968896150589, -0.028600484132766724, 3.4923006751341745e-05, -0.034579433500766754, -0.02398614212870598, 0.013266235589981079, 0.0026113945059478283, -0.007702294737100601, 0.012794953770935535, -0.01599545031785965, 0.0066577373072505, -0.017627352848649025, 0.016206473112106323, -0.029149141162633896, -0.011134915985167027, 0.021566426381468773, 0.024816161021590233, -0.0007864957442507148, -0.004280224908143282, 0.004565104376524687, 0.016319017857313156, -0.015165431424975395, 0.008103236556053162, -0.00830722413957119, 0.01644563116133213, 0.029571184888482094, 0.004892188124358654, 0.011345937848091125, -0.012225194834172726, -0.0006484523182734847, 0.009960227645933628, -0.002038118662312627, 0.018246348947286606, 5.539321500691585e-05, 0.016473766416311264, 0.0010744525352492929, 0.04093822464346886, 0.004005896858870983, 0.0061934893019497395, 0.0003459877916611731, -0.013322507962584496, -0.017739897593855858, 0.018049396574497223, 0.0070199910551309586, 0.003629574552178383, 0.01783837378025055, -0.00404458399862051, -0.019807910546660423, 0.003970726393163204, 0.012260365299880505, -0.008236883208155632, 0.015685951337218285, -0.01489813718944788, -0.018963823094964027, -0.02022995427250862, -0.005750343203544617, 0.00013177871005609632, 0.02741876244544983, -0.025561770424246788, 0.002701078774407506, -0.00865892693400383, 0.004280224908143282, 0.028713030740618706, -0.0019027129746973515, -0.020258091390132904, -0.020145544782280922, -0.016417494043707848, -0.010248624719679356, 0.013948539271950722, 0.04088195413351059, -0.0027977970894426107, -0.003344695083796978, -0.0038722495082765818, -0.014504230581223965, -0.022635603323578835, -0.011803151108324528, -0.01847144030034542, -0.02241051197052002, 0.03294753283262253, 0.008672995492815971, 0.04650919884443283, 0.0007495669415220618, -0.007238046731799841, 0.0014411029405891895, 0.009095038287341595, 0.006717526353895664, 0.007786703761667013, 0.016811402514576912, -0.004086788278073072, -0.017078695818781853, -0.0025357783306390047, -0.0022368307691067457, -0.0005024956190027297, -0.014447957277297974, -0.006717526353895664, 0.0036541938316076994, 4.286379771656357e-05, 0.01916077733039856, -0.013660143129527569, -0.02049724943935871, -0.018949756398797035, -0.01164840254932642, -0.00468468340113759, 0.0007842975901439786, -0.03629574552178383, -0.02162269875407219, 0.02452073059976101, -0.0022895862348377705, 0.013041146099567413, 0.01143034640699625, 0.03666151687502861, -0.013174792751669884, 0.01653003878891468, 0.0014956168597564101, 0.013013009913265705, -0.03294753283262253, 0.007216944824904203, -0.008553416468203068, 0.0025744657032191753, -0.0008339756750501692, 0.025955678895115852, 0.031006133183836937, -0.001796322874724865, -0.03961582109332085, 0.010656599886715412, 0.02083488367497921, -0.008497143164277077, 0.004621376749128103, 0.004083271604031324, -0.014673047699034214, -0.021383540704846382, -0.020905224606394768, -0.015868837013840675, -0.020426908507943153, -0.007111433893442154, 0.01103643886744976, -0.001621350646018982, 0.010705837979912758, -0.0015290286391973495, 0.00020025086996611208, 0.011971969157457352, -0.018316689878702164, 0.04451152682304382, -0.011803151108324528, 0.016206473112106323, 0.002511159051209688, 0.013090384192764759, -0.012513590976595879, -0.010248624719679356, -0.0013303164159879088, -0.013315474614501, 0.014574570581316948, 0.01873873360455036, 0.010656599886715412, -0.022663738578557968, 0.0079133166000247, 0.0003457679704297334, -0.0018886448815464973, -0.014870001003146172, 0.021847788244485855, 0.01820414513349533, 0.02716553770005703, -0.0014736354351043701, -0.03137190267443657, -0.03140003979206085, 0.007280251476913691, 0.005092659033834934, 0.010698803700506687, 0.025097522884607315, -0.005954331252723932, -0.014870001003146172, -0.003233908675611019, -0.01679733395576477, 0.015390521846711636, 0.011296698823571205, -0.006249761674553156, 0.02013147808611393, 0.007505341432988644, -0.02118658646941185, 0.007660090457648039, -0.013224031776189804, 0.010846518911421299, -0.010241590440273285, -0.02468954771757126, 0.014701183885335922, 0.010171249508857727, -0.0020134993828833103, -0.013892266899347305, -0.002723939483985305, 0.03159699589014053, -0.009270889684557915, -0.028375394642353058, -0.022551193833351135, 0.023226464167237282, 0.02629331313073635, 0.00044138720841147006, 0.0011113813379779458, -0.007857044227421284, -0.019540617242455482, -0.02928982302546501, -0.00108148658182472, 0.009552252478897572, 0.005398640409111977, -0.010248624719679356, 0.0033165588974952698, 0.0001950852310983464, -0.0028646206483244896, -0.02928982302546501, 0.01270351093262434, -0.02408461831510067, -0.009024698287248611, -0.002525227377191186, 0.0038898347411304712, 0.004955494776368141, -0.00606335885822773, 0.01897789165377617, 0.0017462052637711167, 0.01366717740893364, -0.01873873360455036, 0.005567457992583513, 0.021059973165392876, -0.01793685182929039, -0.014813728630542755, 0.001278440235182643, -0.006355272606015205, -0.01820414513349533, 0.008201712742447853, 0.0037843238096684217, -0.014673047699034214, -0.0008766196551732719, 0.02954304963350296, 0.009699967689812183, 0.005377538502216339, 0.001482427935115993, 0.030387135222554207, -0.010276760905981064, 0.0214398130774498, 0.002548087853938341, -0.025913475081324577, 0.031343769282102585, -0.03815273568034172, 0.014574570581316948, 0.02048318088054657, -0.00018607285164762288, 0.006313068326562643, -0.009151310659945011, 0.015390521846711636, 0.005212238058447838, -0.014673047699034214, -0.024999046698212624, 0.018682461231946945, 0.03269430622458458, -0.022185422480106354, -0.007899248972535133, -0.012415114790201187, -0.030274590477347374, -0.007765601389110088, 0.018316689878702164, -0.010705837979912758, 0.015052886679768562, 0.0011650160886347294, 0.011556959711015224, -0.01248545479029417, 0.021383540704846382, -0.022269831970334053, -0.01934366300702095, -0.0353391133248806, 0.0020029484294354916, -0.0346638448536396, -0.02848793938755989, -0.009946160018444061, 0.013709381222724915, -0.010093875229358673, -0.022987306118011475, -0.027278082445263863, -0.03930632397532463, -0.03989718481898308, -0.003671778831630945, 0.01234477385878563, -0.0024548866786062717, 0.021608630195260048, 0.03367907553911209, 0.003882800694555044, 0.028698962181806564, -0.0037210173904895782, 0.017289716750383377, -0.014785592444241047, 0.006531124003231525, -0.003699915250763297, -0.0010964339599013329, -0.0028294504154473543, 0.0009601491037756205, -0.03075290657579899, -0.03007763810455799, 0.01828855462372303, 0.006323619280010462, 0.013259201310575008, 0.018921619281172752, -0.007533477619290352, -0.0017382919322699308, -0.016403425484895706, -0.019470276311039925, -0.02046911232173443, 0.010923894122242928, 0.030302727594971657, -0.023803256452083588, -0.014419821090996265, 0.01362497266381979, 0.02928982302546501, -0.014504230581223965, 0.00036840885877609253, -0.014433889649808407, -0.020342499017715454, 0.031146815046668053, -0.016037655994296074, -0.003386899596080184, -0.005243891384452581, -0.0009443224407732487, 0.00369288120418787, 0.021693037822842598, 0.01564374752342701, 0.02996509149670601, -0.004885154310613871, 8.567264012526721e-05, 0.012858260422945023, 0.014405753463506699, -0.04535561427474022, 0.006735111586749554, -0.004603791981935501, -0.014032947830855846, 0.015179499983787537, -0.0180071908980608, -0.03094986081123352, 0.003423828398808837, 0.004691717680543661, 0.001955468440428376, 0.004248571582138538, -0.010206419974565506, -0.008743335492908955, 0.015770360827445984, -0.013779722154140472, -0.023099850863218307, 8.140000318235252e-06, -0.011683572083711624, -0.01820414513349533, 0.00065680529223755, -0.020089272409677505, -0.03699915111064911, 0.007012957241386175, -0.007435000501573086, -0.024056483060121536, -0.019301459193229675, 0.009847682900726795, -0.01900602877140045, 0.0005442603142000735, 0.016389358788728714, 0.17647047340869904, 0.0029912337195128202, -0.009524116292595863, 0.015277977101504803, 0.018246348947286606, 0.01977977529168129, 0.02445038966834545, 0.0081243384629488, -0.026926379650831223, 0.040825679898262024, -0.009510047733783722, 0.0038370792753994465, 0.006875792983919382, -0.00354868290014565, 0.01218299102038145, -0.002103183651342988, -0.04465220868587494, -0.02242458052933216, -0.019357731565833092, -0.018316689878702164, -0.00884181261062622, -0.0008080375846475363, -0.008384598419070244, -0.01653003878891468, 0.0022086945828050375, -0.022973237559199333, -0.014532366767525673, 0.019709434360265732, 0.015151363797485828, 0.020623860880732536, -0.010129045695066452, 0.003626057645305991, -0.013899301178753376, 0.0008304585935547948, -0.014384651556611061, -0.013962607830762863, 0.026630949229002, 0.011381108313798904, 0.031512584537267685, -0.004192299209535122, 0.024112755432724953, -0.02892405167222023, -0.02170710638165474, -0.031850218772888184, 0.006270864047110081, 0.005831235088407993, -0.011901628226041794, 0.01512322761118412, 0.0008682666812092066, -0.005124312359839678, 0.0008590344805270433, 0.0024109238293021917, 0.020328430458903313, 0.04482102394104004, 0.022523058578372, -0.018513644114136696, -0.012232229113578796, -0.02197440154850483, -0.0018130288226529956, -0.021664902567863464, -0.013695313595235348, 0.024422254413366318, -0.0283050537109375, -0.012816055677831173, -0.007280251476913691, 0.02855828031897545, -0.033453986048698425, -0.006007086485624313, 0.015587475150823593, -0.03103427030146122, 0.021228790283203125, -0.010065739043056965, 0.007399830501526594, 0.00423802062869072, -0.003910936880856752, -0.03162512928247452, 0.0261244960129261, 0.018415167927742004, 0.011141950264573097, 0.0264621302485466, -0.027826737612485886, -0.008581552654504776, 0.009714036248624325, -0.012225194834172726, -0.03840596228837967, -0.03201903775334358, 0.031146815046668053, 0.011493653059005737, -0.003430862445384264, 0.007065712474286556, 0.009861751459538937, -0.01529204472899437, 0.0031512584537267685, 0.01882314309477806, 0.017697693780064583, 0.011317801661789417, -0.04031922668218613, -0.0007614369387738407, -0.02381732501089573, -0.017458535730838776, -0.02495684288442135, 0.03322889655828476, 0.022720010951161385, -0.0050469376146793365, -0.0358455665409565, -0.0008445267449133098, -0.004899222403764725, 0.012717579491436481, -0.003270837478339672, -0.020103340968489647, -0.018766870722174644, -0.035479795187711716, -0.00271514686755836, 0.0032602865248918533, 0.02312798611819744, -0.007835942320525646, -0.0003270837478339672, -0.03497334197163582, -0.018429234623908997, -0.010930928401648998, 0.0011782048968598247, -0.015545271337032318, 0.0033411781769245863, -0.011592129245400429, 0.0052579594776034355, -0.02179151587188244, -0.007716362830251455, -0.007582715712487698, -0.025294477120041847, -0.019399935379624367, 0.0032901812810450792, -0.00422043539583683, 0.0070551615208387375, -0.007435000501573086, 0.002590292366221547, 0.023015441372990608, 0.007336523849517107, 0.0037561876233667135, -0.002066254848614335, 0.01688174158334732, -0.020089272409677505, 0.01572815701365471, 0.0027186640072613955, -0.01045964565128088, 0.011416277848184109, -0.011127881705760956, 0.015854770317673683, -0.007090331520885229, -0.03598624840378761, -0.039953455328941345, -0.02515379525721073, -0.028713030740618706, -0.003467791248112917, 0.022213559597730637, 0.0213554035872221, 0.00756161380559206, -0.02672942541539669, -0.03685846924781799, -0.002424991922453046, 0.01838703081011772, -0.03702728822827339, 0.005789030808955431, 0.03190649300813675, 0.004885154310613871, -0.019020095467567444, -0.019414003938436508, -0.1825479120016098, 0.007209910545498133, 0.013702346943318844, -0.028079964220523834, 0.018176009878516197, -0.0036752959713339806, 0.006165353115648031, -0.019765706732869148, 0.00047567824367433786, -0.012450285255908966, 0.011571027338504791, -0.008117304183542728, -0.02691231109201908, 0.003932039253413677, 0.012801988050341606, -0.02408461831510067, 0.0026729425881057978, 0.013610905036330223, 0.03365093842148781, 0.009608524851500988, 0.011915696784853935, -0.019793841987848282, 0.01121229026466608, -0.0035029614809900522, 0.002210453152656555, 0.016290880739688873, -0.010656599886715412, 0.021327268332242966, -0.028108101338148117, -0.011831287294626236, -0.011838321574032307, 0.015348317101597786, 0.012105615809559822, 0.009158344939351082, 0.006355272606015205, 0.00032004970125854015, -0.0017611525254324079, 0.005356436129659414, 0.007160672452300787, 0.027728261426091194, 0.003117846790701151, 0.028459804132580757, 0.011697640642523766, 0.017627352848649025, 0.01626274548470974, 0.014954409562051296, 0.018963823094964027, -0.014870001003146172, 0.022720010951161385, -0.007238046731799841, 0.00551821943372488, -0.04200740158557892, 0.027840806171298027, 0.011676538735628128, -0.006988337729126215, 0.023423416540026665, -0.0012467870255932212, 0.006590913515537977, -0.004800745286047459, -0.01401888020336628, 0.003738602390512824, 0.004283742047846317, 0.0003455481491982937, -0.010649565607309341, -0.010930928401648998, -0.02671535685658455, -0.018260417506098747, 0.020201819017529488, -0.019118573516607285, 0.010769144631922245, -0.0031846703495830297, 0.0031635682098567486, 0.015179499983787537, -0.007702294737100601, 0.009467843919992447, -0.0029226515907794237, -0.03756187483668327, 0.018246348947286606, 0.011571027338504791, -0.023972073569893837, -0.031343769282102585, 0.040037866681814194, -0.013322507962584496, 0.009397502988576889, -0.0015219945926219225, 0.002210453152656555, 0.0008555174572393298, -0.0011931522749364376, -0.005458429921418428, -0.015925109386444092, 0.009524116292595863, -0.004065686371177435, -0.004058652091771364, -0.012619102373719215, 0.010600327514111996, 0.00901766400784254, -0.012422149069607258, 0.027278082445263863, -0.0313156321644783, 0.02698265202343464, 0.004195816349238157, 0.007114951033145189, -0.038631051778793335, 0.019737569615244865, 0.029683729633688927, -0.0009073936380445957, 0.010255658067762852, 0.009503014385700226, 0.024548865854740143, 0.01036820374429226, -0.03111867792904377, 0.02003300003707409, 0.022635603323578835, 0.01340691652148962, -0.0022368307691067457, 0.01468711532652378, -0.01533424947410822, -0.04695937782526016, 0.01942807249724865, -0.0010410407558083534, 0.013948539271950722, -0.009277923963963985, -0.0003569785039871931, 0.0162486769258976, -0.010424476116895676, 0.002657115925103426, -0.06612015515565872, -0.006277897860854864, 0.004252088721841574, 0.008609688840806484, -0.016037655994296074, 0.001350539387203753, -0.017360057681798935, 0.051123540848493576, 0.006168869789689779, -0.0029085834976285696, -0.0023564097937196493, -0.018161941319704056, -0.023099850863218307, -0.00140153628308326, 0.02022995427250862, 0.008876983076334, -0.018091600388288498, -0.009095038287341595, -0.005338850896805525, 0.024661412462592125, -0.014701183885335922, -0.0005978950648568571, 0.013195895589888096, -0.018682461231946945, -0.006084461230784655, 0.015263908542692661, -0.023578166961669922, 0.03348212316632271, 0.0158266332000494, -0.019484344869852066, 0.01864025741815567, -0.03961582109332085, 0.004906256217509508, -0.011163052171468735, -0.018260417506098747, -0.03311635181307793, -0.032215990126132965, -0.022283900529146194, 0.02049724943935871, -0.0356767475605011, 0.02445038966834545, 0.0010313689708709717, -0.001818304299376905, -0.03412925451993942, 0.004642479121685028, -0.01533424947410822, -0.002950787777081132, 0.03587370365858078, 0.014884069561958313, -0.002184075303375721, -0.0020170165225863457, 0.0020979081746190786, 0.004252088721841574, -0.01458863914012909, 0.037139832973480225, -0.010607361793518066, 0.027306217700242996, -0.002641289262101054, -0.05416225641965866, 0.006376374512910843, -0.003995345439761877, -0.021735243499279022, 0.0069707524962723255, 0.024492593482136726, -0.00289099826477468, 0.015967315062880516, -0.007864078506827354, -0.016938013955950737, 0.021749312058091164, -0.011894593946635723, -0.005001216195523739, 0.014476093463599682, -0.009355299174785614, 0.0052614761516451836, -0.008075100369751453, -0.011050507426261902, -0.006555743049830198, -0.025997882708907127, 0.015151363797485828, -0.010051670484244823, -0.02468954771757126, -0.02636365406215191, -0.01986418291926384, 0.0018288553692400455, 0.009270889684557915, 0.017810238525271416, 0.013589802198112011, 0.018752802163362503, 0.022044742479920387, -0.03607065603137016, 0.00372453429736197, 0.020553521811962128, 0.003423828398808837, -0.005405674688518047, -0.020004864782094955, 0.024126823991537094, 0.012598000466823578, 0.015404589474201202, -0.0050856247544288635, -0.002191109349951148, -0.04228876531124115, 0.0031582925003021955, -0.0909363180398941, 0.029683729633688927, -0.012949703261256218, -0.005064522847533226, 0.00432594632729888, -0.00499066524207592, -0.005317748989909887, -0.01882314309477806, -0.0063201021403074265, 0.021749312058091164, -0.00766712473705411, 0.01686767488718033, 0.0013742793817073107, 0.017374126240611076, 0.007962554693222046, -0.006478368770331144, 0.040037866681814194, 0.009889887645840645, 0.0090035954490304, 0.004202850628644228, -0.013899301178753376, -0.008574518375098705, -0.005377538502216339, -0.0027643851935863495, -0.010431509464979172, 0.009425639174878597, -0.0026905275881290436, 0.038377828896045685, 0.013772687874734402, 0.000470842351205647, 0.02515379525721073, -0.03806832805275917, 0.01454643439501524, 0.0321597196161747, -0.01837296225130558, -0.016150200739502907, -0.005602627992630005, 0.02346562221646309, 0.022565262392163277, 0.008926221169531345, -0.018963823094964027, -0.01379378978163004, 0.02321239560842514, -0.009355299174785614, -0.007920350879430771, -0.0004532572056632489, -0.0030914689414203167, 0.0016055239830166101, 0.025280408561229706, 0.01757108047604561, 0.028192508965730667, -0.000311916577629745, 0.008771471679210663, -0.020412839949131012, -0.00689689489081502, -0.02627924457192421, 0.013589802198112011, -0.005444361828267574, -0.002832967322319746, 0.002085598651319742, 0.03438248112797737, 0.024394117295742035, 0.032469216734170914, -0.009812512435019016, -0.01854177936911583, -0.0007262665894813836, -0.012443250976502895, -0.004143061116337776, 0.0032725960481911898, -0.02347968891263008, -0.026405857875943184, -0.0028312087524682283, -0.00140769116114825, 0.027010787278413773, 0.003759704763069749, 0.007969588972628117, 0.004459593445062637, 4.987038118997589e-05, -0.005110244266688824, -0.004269673954695463, 0.030274590477347374, -0.01551713515073061, -0.023409349843859673, -0.00766712473705411, 0.004034033045172691, 0.023803256452083588, -0.013906335458159447, 0.022818489000201225, 0.009777341969311237, -0.010572191327810287, -0.033369578421115875, 0.011549925431609154, -0.003981277346611023, 0.019287390634417534, -0.007596783805638552, 0.005500634200870991, -0.01292156707495451, 0.012858260422945023, 0.0016362980240955949, 0.024900570511817932, 0.008504177443683147, 0.0053353337571024895, -0.012288501486182213, 0.005922677926719189, -0.021130314096808434, 0.010755077004432678, -0.026701288297772408, -0.02733435481786728, 0.02022995427250862, 0.003043989185243845, 0.04240131005644798, -0.001533424947410822, -0.015615611337125301, 0.030471544712781906, -0.036352019757032394, 0.004252088721841574, 0.004322429187595844, -0.011528823524713516, -0.029149141162633896, 0.024464458227157593, 0.005134863313287497, 0.024577002972364426, 0.004171197302639484, -0.01305521372705698, 0.017950918525457382, 0.006573328282684088, -0.00433298060670495, -0.03207531198859215, 0.029993228614330292, -0.016586311161518097, -0.022705942392349243, 0.0176695566624403, 0.001853474648669362, -0.012492489069700241, -0.029852546751499176, -0.0027344904374331236, -0.019090436398983, 0.010494816116988659, -0.004621376749128103, 0.07990691065788269, 0.01907636784017086, -0.021847788244485855, 0.02127099595963955, 0.02988068386912346, -0.02056758850812912, 0.02540702186524868, 0.0008062790147960186, 0.01103643886744976, -0.032047174870967865, -0.012605033814907074, 0.01489813718944788, -0.010930928401648998, -0.02155235782265663, -0.022734079509973526, -0.016586311161518097, 0.007976623252034187, -0.011585095897316933, -0.0006867000483907759, -0.01529204472899437, 0.022987306118011475, -0.005356436129659414, -0.0038194942753762007, -0.0007719880086369812, -0.011043473146855831, -0.007259149104356766, 0.02786894328892231, -0.022269831970334053, -0.0002894955105148256, -0.0529242604970932, 0.005043420474976301, 0.0003248856228310615, -0.02988068386912346, -0.028867779299616814, -0.006337687373161316, -0.02056758850812912, -0.009207583963871002, -0.014743388630449772, 0.015010682865977287, 0.003029921092092991, -0.0016107995761558414, 0.007202876731753349, -0.03272244334220886, 0.0031582925003021955, 0.02988068386912346, 0.005279061384499073, -0.011310767382383347, 0.006316585000604391, -0.023142054677009583], \"ea2f314a-ae4f-45e9-baa1-f80d300a2471\": [-0.018680652603507042, -0.001183247659355402, -0.002340317238122225, -0.03286566212773323, -0.007839451543986797, 0.005654457490891218, -0.03158119320869446, -0.016600370407104492, -0.011720783077180386, -0.008188492618501186, 0.009256556630134583, 0.010003503412008286, 0.002712045330554247, -0.01496686041355133, 0.007162312977015972, -0.009465981274843216, -0.002699828939512372, 0.010757431387901306, 0.029542796313762665, -0.022715561091899872, -0.04758121445775032, 0.012565461918711662, -0.0014459006488323212, 0.00728796748444438, -0.012816770933568478, 0.009535789489746094, 0.026555009186267853, -0.03065972588956356, -0.007420603185892105, 0.004195468034595251, 0.012705077417194843, -0.03314489498734474, -0.023343835026025772, -0.02067716419696808, -0.030743496492505074, -0.0022495666053146124, -0.011462492868304253, 0.0036300222855061293, 0.0345410592854023, -0.03730545938014984, 0.023469489067792892, -0.0026823768857866526, -0.009968599304556847, 0.005724265705794096, -0.014240856282413006, 0.011015721596777439, 0.0071343895979225636, -0.005664928816258907, -0.016111714765429497, -0.008865631185472012, 0.002226879121735692, 0.02158467099070549, -0.04565450921654701, 0.00020527950255200267, 0.001550612854771316, 0.012230382300913334, -0.002547996351495385, 0.016000021249055862, 0.006575924810022116, 0.0002859951346181333, 0.01544155552983284, -0.007420603185892105, -0.03169288486242294, 0.008349050767719746, -0.012328113429248333, 0.0014973841607570648, -0.015413632616400719, 0.016712063923478127, 0.0019633532501757145, -0.01644679345190525, 0.01285865530371666, 0.00813264586031437, 0.006719031371176243, -0.01581851951777935, 0.02341364324092865, -0.014282741583883762, -0.005542764440178871, 0.002223388524726033, 0.014394434168934822, -0.0020733012352138758, 0.01909950189292431, -0.013116945512592793, -0.014129163697361946, 0.03063180297613144, 0.02406984008848667, 0.005085521377623081, -0.010275755077600479, 0.002827228745445609, -0.022450290620326996, 0.005863882135599852, 0.011790591292083263, 0.015078553929924965, 0.0013368254294618964, 0.008516590110957623, -0.0047155385836958885, 0.02943110279738903, 0.01667017862200737, 0.028188519179821014, 0.010045388713479042, -0.004610826261341572, -0.007993029430508614, 0.009298441931605339, -0.012139632366597652, -0.01457593496888876, -0.02669462561607361, -0.021026205271482468, 9.925841732183471e-05, 0.018582921475172043, 0.03317281976342201, 0.007469468750059605, -0.0010436313459649682, 0.05073654279112816, -0.0005789711140096188, -0.02742062881588936, 0.006732993293553591, 0.006478193681687117, -0.0010270519414916635, -0.026862164959311485, -0.012020958587527275, -0.034233901649713516, 0.008481686934828758, -0.0020977340172976255, 0.011546262539923191, -0.008656206540763378, 0.006443289574235678, 0.010841201059520245, -0.01824784278869629, -0.0034816800616681576, 0.02624785341322422, -0.0006034039543010294, 0.024125685915350914, 0.012146612629294395, 0.031497422605752945, -0.008691110648214817, -0.04484473541378975, 0.013151849620044231, -0.009235613979399204, 0.0017102989368140697, -0.02366495318710804, -0.021263552829623222, 0.007155332248657942, 0.04504019767045975, -0.013158830814063549, 0.0041675446555018425, -0.018959885463118553, 0.0005999135319143534, -0.00862130243331194, 0.022645754739642143, 0.012404902838170528, -0.03043634071946144, 0.0144642423838377, 0.00894940085709095, 0.015232131816446781, 0.006938926875591278, 0.01732637546956539, 0.03482028841972351, -0.000990402651950717, -0.004806288983672857, -0.005322868935763836, -0.012495653703808784, -0.023427605628967285, 0.019322887063026428, 0.014310664497315884, -0.010080292820930481, 0.009835964068770409, 0.04344857484102249, 0.03286566212773323, -0.012048881500959396, 0.009500885382294655, 0.008062837645411491, -0.000823735783342272, -0.004890058655291796, -0.00970332883298397, 0.0028865656349807978, 0.022827254608273506, 0.021137898787856102, 0.013933700509369373, 0.012048881500959396, -0.021319400519132614, -0.02527053840458393, -0.015497402288019657, 0.015357785858213902, 0.019057616591453552, 0.040321171283721924, 0.021542785689234734, -0.013884834945201874, 0.005012223031371832, -0.016879603266716003, 0.022980833426117897, -0.0007648352184332907, 0.003755676792934537, 0.003979062661528587, 0.015986058861017227, -0.011008740402758121, -0.6312887668609619, -0.02319025807082653, -0.005448523908853531, -0.015511363744735718, -0.012865636497735977, 0.01837349683046341, 0.008397916331887245, 0.023581182584166527, -0.0016867386875674129, 0.011650974862277508, 0.008209435269236565, 0.021919749677181244, -0.018038418143987656, 0.01521817035973072, 0.003895292989909649, -0.008258300833404064, 0.022226905450224876, -0.008174531161785126, 0.006541020702570677, 0.04115886613726616, -0.02007681503891945, -0.0009450273937545717, -0.003937177825719118, 0.021975595504045486, 0.008795822970569134, -0.00506457919254899, 0.03230719640851021, -0.023246103897690773, 0.006513097323477268, -0.008684130385518074, -0.018820269033312798, -0.00035994811332784593, 0.02675047144293785, -0.00257591949775815, 0.0549529530107975, -0.008879592642188072, -0.007253063376992941, 0.004314141813665628, 0.006952888797968626, 0.01616756059229374, -0.02190578728914261, -0.033731281757354736, 0.0071692937053740025, -0.010527064092457294, -0.01900177076458931, -0.003616060595959425, 0.04364403709769249, 0.004174525383859873, -0.026233891025185585, -0.01408727839589119, -0.010366505943238735, 0.0076509700156748295, -0.015022707171738148, 0.012935444712638855, -0.004509604535996914, 0.012125669978559017, 0.0330890491604805, -0.022617829963564873, -0.007706816308200359, 0.0004908383125439286, -0.01022688951343298, 0.016083789989352226, 0.0046038455329835415, -0.018191995099186897, -0.03043634071946144, 0.019546274095773697, -0.01532986294478178, -0.020565472543239594, 0.022366521880030632, -0.00386038888245821, -0.017563723027706146, 0.011357780545949936, -0.009556731209158897, -0.017158836126327515, 0.0022635282948613167, 0.030296724289655685, 0.012565461918711662, -0.024851690977811813, -0.022226905450224876, 0.023469489067792892, -0.018541036173701286, 0.0029144890140742064, -0.018485190346837044, 0.0036858688108623028, 0.012600365094840527, -0.005298436153680086, -0.018387459218502045, -0.03507160022854805, 0.018680652603507042, -0.0017888330621644855, -0.00420593935996294, -0.011616070754826069, -0.006537530571222305, -0.017130913212895393, 0.008069818839430809, 0.004924962762743235, -0.017172796651721, 0.03772430866956711, 0.012963367626070976, -0.035937219858169556, -0.014897052198648453, 0.005141368135809898, -0.015525326132774353, 0.019197233021259308, 0.034904059022665024, 0.010024446062743664, 0.006670165807008743, -0.005692852195352316, 0.02321818098425865, -0.006345557980239391, 0.00027792356559075415, -0.006157075986266136, 0.002445029327645898, 0.01273300126194954, -0.007755681872367859, -0.028034940361976624, 0.021319400519132614, 0.008781861513853073, 0.014659704640507698, -0.01531590148806572, 0.014589897356927395, 0.010673661716282368, 0.027560245245695114, -0.02331591211259365, 0.004610826261341572, -0.00938919186592102, 0.002799305599182844, -0.014045394025743008, -0.01594417355954647, -0.009682386182248592, 0.02779759280383587, -0.005989536643028259, 0.008781861513853073, -0.01978362165391445, -0.006282730959355831, -0.0009345561848022044, 0.0014048883458599448, -0.011553243733942509, -0.00013056299940217286, -0.0011003505205735564, -0.025326386094093323, 0.0005082903662696481, 0.011713802814483643, -0.009033170528709888, 0.00975219439715147, -0.008286223746836185, -0.024321148172020912, -0.00723910192027688, -0.0009223397937603295, 0.005612572655081749, -0.009235613979399204, 0.0021204217337071896, -0.013354293070733547, -0.008167549967765808, -0.004275747109204531, -0.011790591292083263, 0.009856906719505787, -0.02208728902041912, 0.003457247046753764, -0.019741736352443695, 0.014240856282413006, 0.0034397949930280447, -0.014701589941978455, -0.0032478226348757744, -0.004006986040621996, 0.018736498430371284, 0.024712074548006058, 0.02742062881588936, -0.023525336757302284, -0.010610833764076233, -0.02750439941883087, -0.002003493020310998, -0.019588157534599304, -0.013214676640927792, 0.0009424096206203103, 0.027029704302549362, -0.038617853075265884, -0.0051518389955163, 0.010352544486522675, -0.00512740621343255, 0.019183270633220673, 0.027965132147073746, 0.0019057616591453552, 0.00857243686914444, 0.045738279819488525, 0.030464263632893562, 0.035406678915023804, 0.03334035724401474, -0.013584660366177559, 0.028788868337869644, -0.0006893551908433437, 0.03186042606830597, -0.010869123972952366, 0.01988135278224945, 0.01619548350572586, 0.02656896971166134, 0.007476449478417635, -0.01572078838944435, 0.008118684403598309, 0.013179772533476353, 0.014687628485262394, 0.01890403963625431, 0.006122171878814697, -0.014289721846580505, 0.008684130385518074, -0.04029324650764465, 0.006352538708597422, -0.022003518417477608, 0.018094263970851898, 0.019420618191361427, 0.02178013324737549, -0.003759167157113552, -0.006872609257698059, -0.004561960697174072, -0.013375235721468925, 0.017158836126327515, -0.012956387363374233, 0.010561968199908733, 0.002874349243938923, 0.0008363885572180152, -0.013696352951228619, -0.011183260940015316, 0.016809795051813126, 0.010855162516236305, -0.02943110279738903, 0.016139637678861618, 0.008111703209578991, 0.03194419667124748, -0.016237368807196617, -0.012593384832143784, 0.008181511424481869, 0.013305427506566048, 0.02020246908068657, 0.016781872138381004, -0.01233509462326765, -0.02045377902686596, 0.012223402038216591, -0.01925307884812355, 0.024446804076433182, 0.006013969425112009, -0.009598616510629654, -0.0013752199010923505, 0.033005278557538986, -0.01410123985260725, 0.008090761490166187, 0.021389206871390343, 0.023678913712501526, 0.0077836052514612675, 0.0026631797663867474, 0.004432815592736006, -0.006425837520509958, 0.0283002108335495, -0.027909286320209503, -0.005717284977436066, 0.019993044435977936, -0.013200715184211731, -0.002954628551378846, 0.019392695277929306, 0.01947646588087082, 0.02511696144938469, 0.0012600366026163101, 0.006785348989069462, -0.008879592642188072, 0.0026474730111658573, 0.010059350170195103, -0.0012460749130696058, 0.000640053185634315, -0.009745213203132153, -0.003174524288624525, 0.009354287758469582, 0.017912764102220535, 0.0026544537395238876, -0.02971033565700054, 0.009919733740389347, 0.0032460775692015886, 0.011706821620464325, 0.012251324951648712, 0.006017460022121668, 0.0010113451862707734, -0.002680631820112467, -0.02233859896659851, -0.007497392129153013, 0.012000015936791897, 0.0246701892465353, -0.001240839366801083, 0.008369993418455124, -0.0014476458309218287, 0.016530562192201614, -0.017591645941138268, -0.007246082648634911, -0.016083789989352226, 0.026680663228034973, 0.0035479976795613766, -0.022520098835229874, -0.02735082060098648, -0.006980811711400747, 0.0283002108335495, -0.009417115710675716, -0.026415392756462097, 0.009431077167391777, -0.0025532320141792297, 0.007902279496192932, -0.03314489498734474, -0.013305427506566048, 0.02624785341322422, -0.004397911485284567, -0.004027928691357374, -0.016083789989352226, -0.010624796152114868, -0.005993027240037918, -0.006059344857931137, 0.012069824151694775, 0.014548012055456638, 0.009298441931605339, 0.011595129035413265, -0.005713794380426407, 0.006513097323477268, -0.011874360963702202, 0.027211204171180725, 0.01982550509274006, 0.000802357099018991, -0.033507898449897766, -0.040321171283721924, 0.019169310107827187, 0.033982593566179276, 0.038645774126052856, 0.011274010874330997, 0.022617829963564873, -0.005448523908853531, 0.02735082060098648, -0.017438068985939026, -0.019909275695681572, -0.0010968600399792194, -0.031190266832709312, -0.009975580498576164, -0.021919749677181244, 0.0062548075802624226, 0.004467719700187445, 0.01542759407311678, -0.012816770933568478, 0.013507870957255363, -0.01855499856173992, -0.0028603877872228622, -0.015553249046206474, -0.0027050646021962166, -0.007315890863537788, -0.002031416166573763, 0.03065972588956356, 0.02441887930035591, 0.01569286547601223, 0.0387016199529171, 0.021068090572953224, 0.03085518814623356, -0.039120469242334366, 0.007602103985846043, -0.016055867075920105, -0.006841195747256279, 0.0002558903943281621, 0.017130913212895393, 0.049619611352682114, 0.014031431637704372, 0.010073311626911163, 0.014380472712218761, 0.014296703040599823, 0.0069563789293169975, 0.02609427459537983, 0.01641887053847313, -0.021375246345996857, 0.0003771820047404617, -0.013040157034993172, 0.01230717170983553, 0.001693719532340765, -0.006006988696753979, -0.00591623829677701, 0.018457267433404922, 0.01484120637178421, -0.0144642423838377, -0.006879589986056089, -0.0033734773751348257, 0.004527056589722633, -0.027881363406777382, 0.0019092520233243704, 0.005748698487877846, -0.03797561675310135, -0.0002681068144738674, -0.019644005224108696, 0.003352534957230091, 0.008335089311003685, -0.018680652603507042, -0.014003508724272251, -0.01877838373184204, -0.004589884076267481, -0.010010484606027603, -0.01616756059229374, -0.010778374038636684, -0.008628283627331257, -0.013340331614017487, -0.006746954750269651, 0.001921468530781567, 0.01922515593469143, 0.019923238083720207, -0.007888317108154297, 0.009514846839010715, 0.0029057629872113466, -0.016376985237002373, -0.030296724289655685, 0.01071554608643055, -0.01995116099715233, -0.02867717482149601, 0.016125675290822983, 0.013633525930345058, -0.01597209833562374, 0.004108207765966654, 0.003720772685483098, 0.013822007924318314, -0.005427581258118153, 0.025926735252141953, -0.013528813607990742, -0.007406641263514757, 0.0029459025245159864, -0.004171035252511501, 0.004446777049452066, -0.01849915087223053, 0.007727758958935738, 0.016628293320536613, 0.004307161085307598, 0.0057731312699615955, -0.0020244354382157326, 0.003376967739313841, 0.0041675446555018425, 0.01248169131577015, 0.023832492530345917, -0.02722516655921936, 0.005584649741649628, 0.012691115960478783, -0.0042129200883209705, 0.01912742480635643, -0.004195468034595251, 0.01447820384055376, 0.0032007023692131042, 0.01457593496888876, -0.004589884076267481, -0.012111708521842957, 0.0031413654796779156, 0.005253061186522245, -0.004296689759939909, 0.025284500792622566, 0.011148356832563877, 0.008851669728755951, 0.01457593496888876, -0.0035288003273308277, -0.043281033635139465, 0.005692852195352316, 0.002378711709752679, -0.01817803457379341, 0.014261798933148384, -0.017815032973885536, -0.021542785689234734, -0.04051663354039192, -0.010513102635741234, -0.00024389212194364518, 0.03630022332072258, -0.015092515386641026, 0.0007251318311318755, -0.014924976043403149, -0.0018551507964730263, -0.007308910135179758, -0.0028900562319904566, -0.022506138309836388, -0.03205588832497597, -0.025982581079006195, -0.0016815030248835683, 0.03990232199430466, 0.05048523098230362, -0.014715551398694515, 0.019043654203414917, -0.0011108217295259237, -0.026178045198321342, 0.003507857909426093, -0.016251329332590103, -0.02962656505405903, -7.978850044310093e-05, 0.022003518417477608, 0.016907526180148125, 0.044956427067518234, 0.016656218096613884, 0.010513102635741234, -0.009472961537539959, 0.0045235659927129745, -0.001330717233940959, 0.005650967359542847, 0.018666690215468407, -0.018457267433404922, -0.01457593496888876, 0.0023228651843965054, -0.00512042548507452, 0.00011125668970635161, -0.004876097198575735, -0.006223393604159355, 0.0027818535454571247, -0.015008745715022087, 0.012830732390284538, -0.02278536930680275, -0.012279247865080833, -0.012223402038216591, -0.008188492618501186, -0.02073301188647747, 0.00026461639208719134, -0.02038397081196308, -0.018219919875264168, 0.028523597866296768, -0.006460741627961397, 0.023246103897690773, 0.009514846839010715, 0.04068417102098465, -0.018806306645274162, 0.020216431468725204, -0.006659694481641054, 0.020370008423924446, -0.012739981524646282, -0.005075050052255392, 0.00048778424388729036, 0.0039441585540771484, 0.014275760389864445, 0.02110997587442398, 0.04417457804083824, -0.000566754664760083, -0.022157097235322, 0.010924970731139183, 0.020034929737448692, -0.010429332964122295, 0.009130901657044888, 0.02013266086578369, -0.023371757939457893, -0.017354298382997513, -0.03216757997870445, -0.017842955887317657, -0.02712743543088436, -0.012502633966505527, 0.03043634071946144, -0.011923226527869701, 0.015022707171738148, -0.01817803457379341, 0.0054834275506436825, 0.0026003525126725435, 0.01189530361443758, 0.023930223658680916, -0.003352534957230091, 0.027183281257748604, -0.0035340359900146723, 0.01544155552983284, -0.018010495230555534, 0.017228644341230392, -0.0038219946436583996, -0.011099491268396378, 0.020370008423924446, 0.05445033311843872, 0.016781872138381004, 0.0034014005213975906, 0.030799342319369316, 0.0014476458309218287, -0.015986058861017227, -0.021277515217661858, 0.013417120091617107, 0.02356722019612789, 0.0029528834857046604, -0.021626554429531097, -0.020565472543239594, -0.02306460216641426, 0.007546257693320513, -0.014212933368980885, 0.0019895313307642937, 0.0054624853655695915, -0.01689356565475464, -0.020118700340390205, 0.0054171099327504635, -0.02032812498509884, 0.019965121522545815, -0.007511353585869074, 0.004265276249498129, 0.01604190655052662, 0.009542769752442837, -0.009228633716702461, -0.014757436700165272, -0.0064677223563194275, 0.002308903494849801, -0.029849952086806297, -0.008328109048306942, 0.0011509613832458854, -0.013305427506566048, 0.007797566708177328, -0.03389882296323776, 0.0004123042162973434, 0.03188834711909294, -0.0072809867560863495, -0.008760918863117695, -0.01840141974389553, 0.004446777049452066, 0.024781882762908936, 0.0037452057003974915, -0.010750450193881989, -0.01847122795879841, -0.03261435404419899, -0.019993044435977936, -0.009319383651018143, -0.006279240362346172, 0.003251313231885433, 0.00033856937079690397, 0.004422344267368317, -0.0027294973842799664, -0.03671907261013985, -0.008027933537960052, 0.024530572816729546, -0.02501923032104969, -0.007413622457534075, -0.002821993315592408, 0.018205957487225533, 0.016027944162487984, 0.015874367207288742, 0.016279254108667374, -0.007951145060360432, 0.018945923075079918, -0.024726035073399544, 0.015301940031349659, 0.01317279227077961, -0.013305427506566048, -0.023204218596220016, -0.007993029430508614, 0.00968936737626791, -0.024823768064379692, -0.0005890059983357787, -0.027560245245695114, -0.011902283877134323, 0.007294948678463697, 0.015804558992385864, 0.01594417355954647, -0.01150437816977501, 0.033005278557538986, 0.02672254852950573, 0.02155674807727337, 0.002406634856015444, 0.00148516776971519, -0.03845031186938286, 0.020286239683628082, -0.03311697021126747, 0.013396178372204304, 0.027616091072559357, -0.024907536804676056, -0.022226905450224876, -0.023078564554452896, 0.02233859896659851, 0.0014485184801742435, -0.01312392670661211, -0.009647482074797153, 0.027169320732355118, 0.03624437376856804, -0.017982572317123413, -0.01915534771978855, -0.0014258308801800013, 0.013270523399114609, -0.004701576661318541, 0.02511696144938469, -0.020788857713341713, -0.00213438319042325, 0.008726014755666256, 0.011169299483299255, 0.006048873532563448, 0.010275755077600479, -0.012949406169354916, -0.023092525079846382, -0.04249918460845947, -0.0030645765364170074, -0.03627229854464531, -0.022422367706894875, 0.0007351667736656964, 0.010575929656624794, 7.995211490197107e-05, -0.03504367545247078, -0.03381505236029625, -0.03451313450932503, -0.018080303445458412, -0.028816791251301765, 0.0050925021059811115, -0.008600360713899136, 0.01531590148806572, 0.013919739052653313, -0.010401410050690174, 0.03990232199430466, 0.005148348864167929, 0.0253961943089962, -0.019043654203414917, 0.007909259758889675, 0.012712058611214161, -0.013745218515396118, -0.01200699619948864, 0.0011422353563830256, -0.032474737614393234, -0.017954647541046143, 0.03258642926812172, 0.052635323256254196, 0.0127958282828331, 0.012781866826117039, -0.002371730748564005, 0.005626534577459097, -0.004823741037398577, -0.03038049302995205, -0.0005021821707487106, 0.005623043980449438, 0.01232113316655159, -0.036188527941703796, -0.0318325012922287, -0.012132651172578335, 0.036914534866809845, 0.015036668628454208, 0.01566494256258011, -0.008558475412428379, -0.01877838373184204, 0.00803491473197937, -0.03158119320869446, -0.010813277214765549, 0.012146612629294395, -0.005500879604369402, 0.008732995949685574, 0.007322871591895819, 0.013005252927541733, 0.0328935869038105, 0.005842939484864473, -0.022617829963564873, 0.016237368807196617, 0.006261788308620453, -0.03484821319580078, -0.0006797565729357302, 0.0055392743088305, -0.0006077669095247984, 0.021040167659521103, -0.017633531242609024, -0.027308937162160873, -0.005162310320883989, 0.007137880194932222, 0.002830719342455268, -0.001410996657796204, 0.01579059660434723, -0.0032425872050225735, 0.007930202409625053, -0.03476444259285927, -0.032753970474004745, -0.0008171913214027882, -0.003867369843646884, -0.006394423544406891, -0.01153230108320713, -0.026066351681947708, -0.026415392756462097, -0.008251319639384747, -0.010387448593974113, -0.01158116664737463, -0.02987787500023842, -0.012984310276806355, -0.022520098835229874, 0.02423737943172455, 0.003654455067589879, 0.2176896333694458, -0.006572434213012457, -0.01897384598851204, 0.04356026649475098, 0.013403158634901047, 0.0025898811873048544, 0.020565472543239594, 0.009731251746416092, -0.019811544567346573, 0.026987819001078606, -0.015148362144827843, 0.024209456518292427, -0.034959904849529266, -0.003972081933170557, 0.007190236356109381, -0.018205957487225533, -0.03549044951796532, -0.02842586673796177, -0.02732289768755436, -0.006670165807008743, -0.033005278557538986, -0.0003235170152038336, 0.0007059345953166485, -0.004139621276408434, 0.015762673690915108, -0.029040178284049034, -0.002579410094767809, 0.016125675290822983, 0.021640516817569733, 0.016739986836910248, -0.03166496381163597, 0.004984299652278423, -0.002726007020100951, -0.0018342083785682917, -0.010862143710255623, 0.007123918738216162, 0.01597209833562374, 0.004059342201799154, 0.027462514117360115, 0.0066003575921058655, -0.0044921524822711945, 0.0007325489423237741, -0.009319383651018143, 0.0004930198192596436, 0.002481678733602166, 0.012328113429248333, -0.019239118322730064, -0.016865640878677368, 0.007406641263514757, 0.00044371787225827575, -0.01626529172062874, 0.01900177076458931, 0.01950438879430294, 0.028132671490311623, 0.0038394464645534754, -0.024307187646627426, -0.012363017536699772, -0.004369988106191158, -0.016027944162487984, -0.011071567423641682, -0.008558475412428379, 0.04520773887634277, -0.024753959849476814, -0.005047127138823271, 0.010945913381874561, 0.014743475243449211, -0.03211173415184021, -0.016851680353283882, -0.006537530571222305, -0.01812218688428402, 0.0007382208714261651, -0.007497392129153013, 0.0058848243206739426, 0.014701589941978455, -0.0008909261086955667, -0.02326006442308426, 0.026764433830976486, 0.02684820257127285, -0.01877838373184204, 0.04880983754992485, -0.026610855013132095, -0.003406636184081435, -0.00514485826715827, -0.014980822801589966, -0.01902969367802143, -0.05168593302369118, 0.024781882762908936, 0.0037137919571250677, 0.005078540649265051, 0.001574173104017973, 0.009787098504602909, -0.007581161800771952, -0.0031047160737216473, 0.011218165047466755, 0.008991286158561707, -0.006607338320463896, -0.0359930656850338, 0.020872628316283226, -0.010820258408784866, -0.03574175760149956, -0.022506138309836388, 0.017689377069473267, 0.014911014586687088, -0.010331601835787296, -0.04344857484102249, -0.02769986167550087, -0.01076441165059805, 0.01767541654407978, 0.016055867075920105, 0.0048935492523014545, -0.008314146660268307, -0.02038397081196308, 0.009130901657044888, 0.002340317238122225, 0.007532296236604452, 0.01847122795879841, -0.008481686934828758, -0.03630022332072258, -0.022101251408457756, -0.021696362644433975, 0.01837349683046341, -0.04506812244653702, -0.0008206816855818033, -0.0015610840637236834, 0.002499130554497242, -0.02792324684560299, 0.0014633527025580406, -0.008739976212382317, -0.008502628654241562, -0.04336480423808098, 0.005616063252091408, 0.01195813063532114, 0.014911014586687088, -0.020649241283535957, -0.0013987801503390074, 0.031078575178980827, 0.03208381310105324, 0.008453763090074062, -0.001709426287561655, 0.0040349094197154045, -0.030464263632893562, 0.015804558992385864, 0.002254802267998457, -0.020118700340390205, 0.010568949393928051, -0.032223429530858994, 0.002687612548470497, -5.172890814719722e-05, -0.04339272528886795, -0.03412220999598503, -0.013319388963282108, -0.014380472712218761, -0.009842945262789726, -0.0002478188253007829, 0.025061115622520447, -0.010750450193881989, -0.030966881662607193, -0.03169288486242294, 0.0051518389955163, -0.007308910135179758, -0.008495648391544819, -0.011643994599580765, 0.021598631516098976, -0.01732637546956539, -0.025829004123806953, -0.01457593496888876, -0.18105433881282806, 0.025605618953704834, 0.008928458206355572, -0.014136143960058689, 0.007588142529129982, 0.0042129200883209705, -0.004865625873208046, 0.02499130740761757, 0.01594417355954647, 0.0008490412728860974, 0.011218165047466755, -0.02161259390413761, -0.0032321158796548843, 0.02612219750881195, 0.027057627215981483, -0.021500900387763977, -0.028244365006685257, 0.0020436327904462814, 0.01887611486017704, 0.010275755077600479, 0.017507877200841904, -0.01280978973954916, 0.00677487812936306, 0.030240876600146294, 0.004691105801612139, 0.01493893750011921, -0.019085539504885674, 0.0330890491604805, -0.024656226858496666, -0.006073306314647198, -0.036663223057985306, 0.007176274433732033, 0.019713813439011574, 0.005993027240037918, 0.013703334145247936, 0.012949406169354916, 0.005267022643238306, 0.018331611528992653, 0.003198957070708275, 0.009822002612054348, 0.003024436766281724, 0.03130196034908295, 0.003315885551273823, 0.02521469257771969, 0.0026020975783467293, 0.010785354301333427, 0.006572434213012457, -0.017089027911424637, -0.004265276249498129, 0.011623051948845387, 0.009165805764496326, -0.022924985736608505, 0.014520089142024517, 0.005860391538590193, 0.013556736521422863, 0.011762668378651142, -0.02797909453511238, 0.010429332964122295, -0.0008006118587218225, -0.022268790751695633, 0.02120770700275898, -0.02546600252389908, -0.003856898518279195, -0.03856200352311134, -0.009640500880777836, -0.02524261549115181, -0.01280978973954916, 0.00594765180721879, -0.008076799102127552, 0.0001581590186106041, 0.008893554098904133, -0.015036668628454208, 0.015888327732682228, 0.006607338320463896, -0.010862143710255623, 0.006582905538380146, -0.03314489498734474, 0.02013266086578369, 0.00809774175286293, 0.000990402651950717, -0.00634904857724905, 0.034233901649713516, -0.02356722019612789, 0.03303320333361626, -0.003982553258538246, -0.006677146535366774, 0.018010495230555534, -0.001329844701103866, 0.011860399506986141, -0.028844714164733887, 0.016488676890730858, 0.0003747823357116431, -0.021975595504045486, -0.0002506547898519784, 0.02760213054716587, 0.00594067107886076, 0.011741725727915764, 0.017075065523386, -0.01367541030049324, 0.0013813282130286098, 0.009200709871947765, 0.009731251746416092, -0.04688313230872154, 0.028565483167767525, 0.016363022848963737, -0.001009599887765944, 0.016977334395051003, 0.010352544486522675, 0.026666700839996338, -0.00887261237949133, -0.027909286320209503, 0.010101234540343285, 0.021068090572953224, 0.03783600032329559, 0.013089022599160671, 0.03146950155496597, -0.010219908319413662, -0.034680671989917755, 0.013682391494512558, 0.008600360713899136, 0.022645754739642143, -0.002645727712661028, -0.026778394356369972, 0.016404908150434494, 0.0025235635694116354, -0.019169310107827187, -0.08633868396282196, -0.005294946022331715, -4.407319465826731e-06, 0.008719034492969513, -0.013528813607990742, -0.00599651737138629, -0.014911014586687088, 0.0212356299161911, -0.0016972098965197802, 0.030715571716427803, 0.00802095327526331, -0.02864925190806389, -0.012034920044243336, 0.006115191150456667, 0.017340335994958878, -0.010638757608830929, -0.007811528630554676, -0.015497402288019657, -0.007008735090494156, 0.022827254608273506, -0.028537558391690254, -0.007574181072413921, 0.007804547902196646, -0.011888322420418262, 0.008125664666295052, -0.007089014630764723, -0.021319400519132614, 0.020998282358050346, 0.021096013486385345, -0.0034467759542167187, -0.011127414181828499, -0.028495674952864647, 0.014548012055456638, -0.030548032373189926, -0.020146623253822327, -0.01110647153109312, -0.014268779195845127, -0.034457288682460785, 0.03239096701145172, -0.02962656505405903, -0.0035567237064242363, 0.012921483255922794, -0.005752189084887505, -0.02870509773492813, -0.00016459445760119706, 0.015176285058259964, -0.010750450193881989, 0.022799331694841385, -0.008795822970569134, -0.002293196739628911, 0.00549738947302103, 0.027392705902457237, 0.009452019818127155, -0.0022652733605355024, 0.027965132147073746, -0.03440144285559654, 0.031218191608786583, 0.0009101233445107937, -0.018764423206448555, -0.009612577967345715, -0.0022879610769450665, -0.005434561986476183, -0.015036668628454208, 0.0281047485768795, 0.0005741717759519815, 0.011329857632517815, -0.038394466042518616, -0.008816765621304512, 0.015287978574633598, -0.010450275614857674, 0.0003688922733999789, 0.023274026811122894, -0.018582921475172043, 0.011441551148891449, -0.020872628316283226, -0.03213965892791748, -0.00943805743008852, -0.012090765871107578, 0.01146947406232357, 0.0022460762411355972, -0.020342085510492325, -0.019211193546652794, 0.005804545246064663, -0.03387089818716049, 0.03261435404419899, 0.013780122622847557, 0.00027116091223433614, 0.024907536804676056, 0.004467719700187445, -0.038087308406829834, 0.013445043936371803, 0.026233891025185585, -0.0027975603006780148, -0.028244365006685257, -0.024209456518292427, 0.013361274264752865, -0.011637013405561447, 0.0022600379306823015, 0.011385704390704632, -0.006181508768349886, -0.025856927037239075, -0.011483435519039631, -0.06595470756292343, 0.029040178284049034, -0.005200705025345087, -0.017689377069473267, 0.015078553929924965, -0.023846453055739403, 0.005075050052255392, -0.012719038873910904, -0.010945913381874561, 0.02634558454155922, -0.005375225096940994, 0.023427605628967285, -0.006251316983252764, 0.0027644014917314053, -0.00640489486977458, -0.015301940031349659, 0.019993044435977936, -0.02076093479990959, 0.019141387194395065, 0.0036370030138641596, -0.014261798933148384, 0.004516585264354944, -0.005431071855127811, -0.00019622626132331789, 0.011301934719085693, 0.015930213034152985, -0.008705072104930878, 0.02968241274356842, -0.009612577967345715, 0.0038150136824697256, 0.028034940361976624, -0.03551837056875229, -0.0015523580368608236, 0.018666690215468407, -0.014869129285216331, -0.04797213897109032, -0.011699840426445007, 0.027211204171180725, -0.004226881545037031, -0.005130896810442209, -0.012356037274003029, -0.00981502141803503, 0.004251314327120781, -0.022394444793462753, -0.010275755077600479, -0.002645727712661028, 0.00316230789758265, 0.011930207721889019, 0.023050641641020775, 0.001399652799591422, 0.025926735252141953, 0.018164072185754776, 0.004806288983672857, -0.023371757939457893, -0.0005654457490891218, -0.019769659265875816, 0.020034929737448692, -0.0041466024704277515, -0.009787098504602909, -0.0051378775388002396, 0.034680671989917755, 0.022143134847283363, 0.03948347270488739, -0.017507877200841904, 0.009368249215185642, 0.001237348886206746, -0.003450266318395734, -0.018191995099186897, 0.02158467099070549, -0.05869466811418533, 0.016656218096613884, -0.022101251408457756, -0.0030192011035978794, 0.0029022726230323315, -0.005403148476034403, -0.016223406419157982, 0.0029406670946627855, -0.00937523040920496, -0.012216420844197273, 0.011022701859474182, 0.011783610098063946, -0.00802095327526331, -0.016586409881711006, -0.013773142360150814, 0.03241889178752899, 0.0426667220890522, 1.4002526768308599e-05, 0.010987797752022743, 0.00469459593296051, 0.009151844307780266, -0.023232141509652138, -0.0011457257205620408, 0.017033180221915245, 0.00386038888245821, 0.010987797752022743, -0.0004011785495094955, -0.024376995861530304, 0.006621300242841244, -0.011657956056296825, 0.03482028841972351, 0.0014171048533171415, 0.014673667028546333, -0.004509604535996914, -0.006052364129573107, -0.0056090825237333775, 0.00802095327526331, -0.006764406803995371, -0.01050612237304449, -0.013982566073536873, 0.01484120637178421, 0.008467724546790123, -0.002382202073931694, 0.004143111873418093, 0.026359545066952705, -0.024879613891243935, -0.006708560045808554, -0.005633515305817127, 0.00011322004138492048, -0.017563723027706146, 0.05255155265331268, -0.006279240362346172, 0.01897384598851204, -0.007420603185892105, -0.0070820339024066925, 0.027364782989025116, 0.02328798919916153, -0.0179965328425169, -0.015650980174541473, 0.011239106766879559, 0.014980822801589966, -0.0033595156855881214, 0.0036998302675783634, -0.012153593823313713, -0.01827576570212841, -0.020146623253822327, -0.0029808066319674253, -0.019085539504885674, 0.03110649809241295, 0.015832481905817986, 0.08248527348041534, 0.023720799013972282, -0.01676790975034237, 0.0010933696758002043, 0.010429332964122295, -0.004987790249288082, 0.023120449855923653, 0.0038918026257306337, 0.0034781894646584988, -0.032279275357723236, 0.013214676640927792, 0.009647482074797153, 0.00213438319042325, -0.018443305045366287, -0.017354298382997513, 0.0005820252117700875, 0.021137898787856102, 0.013766161166131496, -0.006642242427915335, -0.03213965892791748, 0.013849930837750435, -9.320474782725796e-05, 0.0102548124268651, 0.013877853751182556, 0.004136131145060062, -0.01268413569778204, 0.014883090741932392, -0.02436303347349167, -0.009459000080823898, -0.04512396827340126, 0.009842945262789726, -0.01572078838944435, -0.036132682114839554, -0.017633531242609024, -0.0005008732550777495, -0.015022707171738148, 0.0015410141786560416, -0.0042129200883209705, 0.016851680353283882, 0.011225145310163498, -0.011050625704228878, 0.0009179767803288996, -0.03065972588956356, -0.0009886574698612094, 0.015176285058259964, -0.009340326301753521, -0.00723212119191885, -0.0009031425579451025, -0.036160606890916824]}, \"text_id_to_doc_id\": {\"64cea63e-3e1f-4267-859e-c391f6d61649\": \"a2cc3913-c003-4c6e-8fec-9b76fe822715\", \"83de8e2f-5731-4e00-95a2-f8291d6230f8\": \"72537e66-d44b-4914-9c4b-01a94ab6e825\", \"bab5618a-8d8b-4175-a7e6-1a263d24e127\": \"2a5c7262-716c-4b4f-9d31-e6a3c7b6236b\", \"05e7e798-d991-42ad-94f7-c066a0faf6ce\": \"bfcb280e-4460-4431-9606-c72ed5bb3a87\", \"03db8eba-b92e-4aac-8cfc-0c7381c90996\": \"e8637b2b-4865-44b5-b07d-f4eff44cd677\", \"d1f1a931-fb2a-4f85-8363-65c75e9d82a5\": \"2b2c5f23-9b73-46fd-869b-962d58446c12\", \"8751807c-4db7-4492-8fc4-a55a90d1344b\": \"fce8a7be-56c7-4208-a834-2c18ba240831\", \"40e1487e-92f9-46f4-b04b-7c95c70427a3\": \"9dc625dc-f364-4608-8929-da38f4442eb8\", \"55c32357-51ce-4d80-829d-befef0adee9d\": \"0baf62e7-cea1-4104-8607-2b9f9a72f7a1\", \"c85f46f1-f54a-4dd3-bca6-727c295d0d9d\": \"1656c62d-0893-4219-b91e-94910dbfc9ef\", \"894eba3d-7d8f-40f9-a560-2a09a97d05a5\": \"29b5c443-e340-4547-999f-5ab52a2de05c\", \"ea2f314a-ae4f-45e9-baa1-f80d300a2471\": \"4bd6a5ec-f817-4f81-b1f3-b05addee051f\"}}}}}"
  },
  {
    "path": "server/static/index/TypeScript入门学习总结.json",
    "content": "{\"index_struct\": {\"__type__\": \"simple_dict\", \"__data__\": {\"index_id\": \"04e28c4c-7567-46e3-8fac-74689ee9219b\", \"summary\": null, \"nodes_dict\": {\"7a896c33-304c-4146-83f7-aac5baef6d5c\": \"7a896c33-304c-4146-83f7-aac5baef6d5c\", \"f49a359a-5187-4981-b7b9-780b58b0c6d4\": \"f49a359a-5187-4981-b7b9-780b58b0c6d4\", \"b259d095-7dd5-46d6-97d8-d75ccd95a0f8\": \"b259d095-7dd5-46d6-97d8-d75ccd95a0f8\", \"2939d9cd-7823-4e68-b816-06ba974402de\": \"2939d9cd-7823-4e68-b816-06ba974402de\", \"5afda6f6-6667-4d00-aed6-536980d4048c\": \"5afda6f6-6667-4d00-aed6-536980d4048c\", \"ed1f4e7d-5215-49d9-9617-f39fd8b3af50\": \"ed1f4e7d-5215-49d9-9617-f39fd8b3af50\", \"0d8deb37-8cff-41c5-a776-8533b5d8d7a6\": \"0d8deb37-8cff-41c5-a776-8533b5d8d7a6\", \"bbdedcba-8180-4834-8b5c-531e4c48d3d8\": \"bbdedcba-8180-4834-8b5c-531e4c48d3d8\", \"460ef4a3-b18b-4d1f-877a-8cfdb56df86e\": \"460ef4a3-b18b-4d1f-877a-8cfdb56df86e\", \"d149488a-d456-4a18-b778-c3224bbe06b9\": \"d149488a-d456-4a18-b778-c3224bbe06b9\", \"d6032c22-3ae3-4d32-bbb2-e68e7cc65019\": \"d6032c22-3ae3-4d32-bbb2-e68e7cc65019\", \"fa410870-8515-46f8-a4cd-b31333a824b8\": \"fa410870-8515-46f8-a4cd-b31333a824b8\", \"13902676-6094-40ed-a72b-b26d82648545\": \"13902676-6094-40ed-a72b-b26d82648545\", \"de5cb13e-b4d0-4437-8b2f-094e0e313fda\": \"de5cb13e-b4d0-4437-8b2f-094e0e313fda\", \"7a9bef46-b0b6-47d1-aed1-c14bc43b3cb7\": \"7a9bef46-b0b6-47d1-aed1-c14bc43b3cb7\", \"52c4fe6b-0d59-4548-a31c-0046c5e122b7\": \"52c4fe6b-0d59-4548-a31c-0046c5e122b7\", \"2173dc20-381b-4f26-a7ae-cf6ed8ecf7a5\": \"2173dc20-381b-4f26-a7ae-cf6ed8ecf7a5\", \"bf8fc94d-df27-46a5-9c4e-f9a3a55cf433\": \"bf8fc94d-df27-46a5-9c4e-f9a3a55cf433\", \"d2ae85e3-7325-4109-9c31-783db46dc71f\": \"d2ae85e3-7325-4109-9c31-783db46dc71f\", \"5711bb2c-99ed-4f9e-bfe5-9aa329f91be6\": \"5711bb2c-99ed-4f9e-bfe5-9aa329f91be6\", \"4c118271-0bab-4ec7-a991-0c5048fbf870\": \"4c118271-0bab-4ec7-a991-0c5048fbf870\", \"fc65773a-7dfc-45c8-ad2c-7fa2481f8af1\": \"fc65773a-7dfc-45c8-ad2c-7fa2481f8af1\", \"9bb65ace-2cb2-4fa5-b41a-833080e5bd05\": \"9bb65ace-2cb2-4fa5-b41a-833080e5bd05\", \"4b48d21f-59c0-4fee-b34d-7a1448d2b288\": \"4b48d21f-59c0-4fee-b34d-7a1448d2b288\", \"ee5f976b-0c07-4a9d-91d4-829ef52eac20\": \"ee5f976b-0c07-4a9d-91d4-829ef52eac20\", \"79d37838-25fc-4b42-a92c-abb504b117ae\": \"79d37838-25fc-4b42-a92c-abb504b117ae\", \"4a7e5d80-2995-4cbf-bfb8-76aae65eaea5\": \"4a7e5d80-2995-4cbf-bfb8-76aae65eaea5\", \"b3d5b887-7574-4748-a086-b706e97401c8\": \"b3d5b887-7574-4748-a086-b706e97401c8\", \"aa8bf8eb-2307-4f23-aa04-44d9f8f444d7\": \"aa8bf8eb-2307-4f23-aa04-44d9f8f444d7\", \"4d9eb0e4-a87f-40c4-b47b-66ac6c53bd04\": \"4d9eb0e4-a87f-40c4-b47b-66ac6c53bd04\", \"70ba8d73-5d31-4225-859c-a178a62e840b\": \"70ba8d73-5d31-4225-859c-a178a62e840b\", \"30a9d57b-9c58-45e3-9a97-7579c6178cdf\": \"30a9d57b-9c58-45e3-9a97-7579c6178cdf\", \"848ecf5d-76d3-4136-b251-a5a3387ab52f\": \"848ecf5d-76d3-4136-b251-a5a3387ab52f\", \"3d0531b6-d7d1-4a24-8c3c-d34f1a4cbfa7\": \"3d0531b6-d7d1-4a24-8c3c-d34f1a4cbfa7\", \"15f2fd6b-bf6f-421f-bc1f-9dbbc3677009\": \"15f2fd6b-bf6f-421f-bc1f-9dbbc3677009\", \"fc510fe7-a2fc-4da2-8589-3c8fe5da1fb6\": \"fc510fe7-a2fc-4da2-8589-3c8fe5da1fb6\", \"e548e4ac-2c22-4ae3-b218-68249a21b837\": \"e548e4ac-2c22-4ae3-b218-68249a21b837\", \"c90c27c3-2658-47de-b40b-865627bc7069\": \"c90c27c3-2658-47de-b40b-865627bc7069\", \"dfa7c551-954b-4224-bf24-1ce401cbe37b\": \"dfa7c551-954b-4224-bf24-1ce401cbe37b\", \"c3236580-a75b-4275-81f4-9d3b7cef1683\": \"c3236580-a75b-4275-81f4-9d3b7cef1683\", \"101d146c-fc79-49b6-adca-4c972b8c5508\": \"101d146c-fc79-49b6-adca-4c972b8c5508\", \"7306f8e6-df91-458c-ae43-d9c839f23cca\": \"7306f8e6-df91-458c-ae43-d9c839f23cca\", \"9ec4d366-4d21-425f-93b4-ae2359860ea2\": \"9ec4d366-4d21-425f-93b4-ae2359860ea2\", \"9e319a75-247a-46b6-8d3b-cff1ac3f435f\": \"9e319a75-247a-46b6-8d3b-cff1ac3f435f\"}, \"doc_id_dict\": {\"21a955c0-622a-4c97-9117-437af8658d45\": [\"7a896c33-304c-4146-83f7-aac5baef6d5c\"], \"e56268a3-c5a8-4b7f-afda-bd060b1cdee9\": [\"f49a359a-5187-4981-b7b9-780b58b0c6d4\"], \"b1776768-ec21-4b6a-a963-3c8f7b3218ba\": [\"b259d095-7dd5-46d6-97d8-d75ccd95a0f8\"], \"734540c2-841b-45e6-9ec7-603800b92cf7\": [\"2939d9cd-7823-4e68-b816-06ba974402de\"], \"018d6d72-d629-4709-862b-41d7f8629d57\": [\"5afda6f6-6667-4d00-aed6-536980d4048c\"], \"12ac3a1e-e683-466d-932a-2e54e0be6eb0\": [\"ed1f4e7d-5215-49d9-9617-f39fd8b3af50\"], \"89163289-d995-427e-a808-27e71db6ff45\": [\"0d8deb37-8cff-41c5-a776-8533b5d8d7a6\"], \"d008bc48-963e-4f84-b3dd-c2931166ebb5\": [\"bbdedcba-8180-4834-8b5c-531e4c48d3d8\"], \"6dc555fe-9425-4618-a49b-451669e425b1\": [\"460ef4a3-b18b-4d1f-877a-8cfdb56df86e\"], \"8474ea61-80d7-4417-b755-c6e397e3b401\": [\"d149488a-d456-4a18-b778-c3224bbe06b9\"], \"d37cf6fd-15b0-4659-a8ef-4ee8155cc15b\": [\"d6032c22-3ae3-4d32-bbb2-e68e7cc65019\"], \"9b0a3ff6-8bd8-4d4a-9b00-52785d4b210c\": [\"fa410870-8515-46f8-a4cd-b31333a824b8\"], \"51601eb9-d60f-4047-8c8e-7b2ed6a3cf9e\": [\"13902676-6094-40ed-a72b-b26d82648545\"], \"d82fb1de-bbda-4dd0-9836-aaabf77923dd\": [\"de5cb13e-b4d0-4437-8b2f-094e0e313fda\"], \"8c1251f5-67f2-48a3-968b-c33b4a8ff1c5\": [\"7a9bef46-b0b6-47d1-aed1-c14bc43b3cb7\"], \"3e179706-c256-4c70-89c0-55f24d005797\": [\"52c4fe6b-0d59-4548-a31c-0046c5e122b7\"], \"0a20be3a-924c-423b-a2e1-4ef1c61d3ac9\": [\"2173dc20-381b-4f26-a7ae-cf6ed8ecf7a5\"], \"ba317822-857b-4870-af49-e84d092df5e1\": [\"bf8fc94d-df27-46a5-9c4e-f9a3a55cf433\"], \"ab31904c-9c4b-4338-a8a7-ff02a8e5c386\": [\"d2ae85e3-7325-4109-9c31-783db46dc71f\"], \"7f0504d0-71b6-4fea-a184-d15676f12cb2\": [\"5711bb2c-99ed-4f9e-bfe5-9aa329f91be6\"], \"6be0fe26-4108-4ad4-b1a4-2e206f73f689\": [\"4c118271-0bab-4ec7-a991-0c5048fbf870\"], \"566a70c6-b8a0-47cc-8096-3049ebebf609\": [\"fc65773a-7dfc-45c8-ad2c-7fa2481f8af1\"], \"92c1bef6-fb7c-40ce-9353-0740f8e10c4d\": [\"9bb65ace-2cb2-4fa5-b41a-833080e5bd05\"], \"ca6577ab-732b-4f30-8238-d216052bf0b1\": [\"4b48d21f-59c0-4fee-b34d-7a1448d2b288\"], \"5cf17352-caec-4568-9309-a210a3ff1c0f\": [\"ee5f976b-0c07-4a9d-91d4-829ef52eac20\"], \"cef10f82-40f1-47cb-af95-bdccc59572d0\": [\"79d37838-25fc-4b42-a92c-abb504b117ae\"], \"974b5c12-dc26-4717-a72c-e1b0f942b73c\": [\"4a7e5d80-2995-4cbf-bfb8-76aae65eaea5\"], \"21c3cbf0-8a93-48e6-9065-057cada8018e\": [\"b3d5b887-7574-4748-a086-b706e97401c8\"], \"a010b754-4202-453e-ac6b-faee4d6517c5\": [\"aa8bf8eb-2307-4f23-aa04-44d9f8f444d7\"], \"7f3beb41-530d-4082-974d-129bea8e8638\": [\"4d9eb0e4-a87f-40c4-b47b-66ac6c53bd04\"], \"2c7afcc2-2705-40db-b9e9-0eb977fa0d8f\": [\"70ba8d73-5d31-4225-859c-a178a62e840b\"], \"e6a5e9bb-6be0-498d-8d3d-d93c63789a89\": [\"30a9d57b-9c58-45e3-9a97-7579c6178cdf\"], \"dcb2a617-8097-4170-a1dc-458a8e293c08\": [\"848ecf5d-76d3-4136-b251-a5a3387ab52f\"], \"2e122c0f-ab33-4056-812f-6c75ccc5684f\": [\"3d0531b6-d7d1-4a24-8c3c-d34f1a4cbfa7\"], \"ed8b3c3b-f88e-4765-bdce-d39eb9f1dc9b\": [\"15f2fd6b-bf6f-421f-bc1f-9dbbc3677009\"], \"a8f59134-e891-4534-89dd-5593ff4dcef8\": [\"fc510fe7-a2fc-4da2-8589-3c8fe5da1fb6\"], \"d696f206-1d7e-4d7c-8f22-5adb615ffc6e\": [\"e548e4ac-2c22-4ae3-b218-68249a21b837\"], \"27bf25fe-38bd-4fe3-9ce1-1024f0587326\": [\"c90c27c3-2658-47de-b40b-865627bc7069\"], \"a558b00f-873b-4f18-bab1-872a1a94e98a\": [\"dfa7c551-954b-4224-bf24-1ce401cbe37b\"], \"2c1535d5-c02a-4feb-9a25-c662944f7b93\": [\"c3236580-a75b-4275-81f4-9d3b7cef1683\"], \"e632b20f-76b6-4991-ab35-145a35ac4a31\": [\"101d146c-fc79-49b6-adca-4c972b8c5508\"], \"bb58c103-0727-4bdc-9b71-7ec925ed4ecb\": [\"7306f8e6-df91-458c-ae43-d9c839f23cca\"], \"acbfa9d4-c511-43de-94e5-78ad6b16129f\": [\"9ec4d366-4d21-425f-93b4-ae2359860ea2\"], \"aa8c664e-b539-4c66-bb9d-df2931ec0810\": [\"9e319a75-247a-46b6-8d3b-cff1ac3f435f\"]}, \"embeddings_dict\": {}}}, \"docstore\": {\"__type__\": \"simple\", \"__data__\": {\"docs\": {\"7a896c33-304c-4146-83f7-aac5baef6d5c\": {\"text\": \"\\u4ec0\\u4e48\\u662f TypeScript TypeScript \\u662f JavaScript \\u7684\\u4e00\\u4e2a\\u8d85\\u96c6\\uff0c\\u5728 JavaScript \\u7684\\u57fa\\u7840\\u4e0a\\u589e\\u52a0\\u4e86\\u53ef\\u9009\\u7684\\u9759\\u6001\\u7c7b\\u578b\\u548c\\u57fa\\u4e8e\\u7c7b\\u7684\\u9762\\u5411\\u5bf9\\u8c61\\u7f16\\u7a0b\\u3002\\u5b83\\u53ef\\u4ee5\\u7f16\\u8bd1\\u6210\\u7eaf JavaScript\\uff0c\\u672a\\u7f16\\u8bd1\\u7684 ts \\u4ee3\\u7801\\u65e0\\u6cd5\\u5728\\u6d4f\\u89c8\\u5668\\u6267\\u884c\\u3002\\u6211\\u4eec\\u53ef\\u4ee5\\u628a\\u5b83\\u548c JavaScript \\u7684\\u5173\\u7cfb\\u7406\\u89e3\\u6210 css \\u548c less\\u3001sass \\u7684\\u5173\\u7cfb\\u3002\", \"doc_id\": \"7a896c33-304c-4146-83f7-aac5baef6d5c\", \"embedding\": null, \"doc_hash\": \"2307b39485250cd94995d8666dd272a09bee383792fe86245f6a4bb3ece98ca9\", \"extra_info\": {\"chunk_id\": \"chunk-1\"}, \"node_info\": {\"start\": 0, \"end\": 168}, \"relationships\": {\"1\": \"21a955c0-622a-4c97-9117-437af8658d45\"}, \"__type__\": \"1\"}, \"f49a359a-5187-4981-b7b9-780b58b0c6d4\": {\"text\": \"TypeScript \\u597d\\u5728\\u54ea\\u91cc TS \\u53ef\\u4ee5\\u8fdb\\u884c\\u52a8\\u6001\\u7c7b\\u578b\\u68c0\\u6d4b\\uff0c\\u53ef\\u4ee5\\u68c0\\u6d4b\\u51fa\\u4e00\\u4e9b\\u6f5c\\u5728\\u7684 bug\\uff08\\u4f8b\\u5982\\u62fc\\u5199\\u9519\\u8bef\\u3001\\u53c2\\u6570\\u7f3a\\u5931\\u3001undefined \\u7b49\\uff09\\uff0c\\u63d0\\u5347\\u4ee3\\u7801\\u5065\\u58ee\\u6027\\n\\u4f7f\\u7528 vscode \\u8fdb\\u884c\\u5f00\\u53d1\\u53ef\\u4ee5\\u5f88\\u597d\\u7684\\u63d0\\u793a\\u4ee3\\u7801\\uff0c\\u63d0\\u9ad8\\u5f00\\u53d1\\u6548\\u7387\\n\\u4ee3\\u7801\\u53ef\\u8bfb\\u6027\\u597d\", \"doc_id\": \"f49a359a-5187-4981-b7b9-780b58b0c6d4\", \"embedding\": null, \"doc_hash\": \"bafae36e53e716b19af95358bebfe8d043db80872d72629c5a3e8f9b5ccdb053\", \"extra_info\": {\"chunk_id\": \"chunk-2\"}, \"node_info\": {\"start\": 0, \"end\": 115}, \"relationships\": {\"1\": \"e56268a3-c5a8-4b7f-afda-bd060b1cdee9\"}, \"__type__\": \"1\"}, \"b259d095-7dd5-46d6-97d8-d75ccd95a0f8\": {\"text\": \"\\u521b\\u5efa\\u7b2c\\u4e00\\u4e2a TypeScript \\u6587\\u4ef6 \\u9996\\u5148\\u5b89\\u88c5 TypeScript npm install -g typescript \\u5b89\\u88c5\\u540e\\u770b\\u662f\\u5426\\u6210\\u529f tsc --version \\u6211\\u5b89\\u88c5\\u540e\\u51fa\\u73b0\\u4e86\\u4ee5\\u4e0b\\u95ee\\u9898\\uff1a\\n\\n\\u8fd9\\u79cd\\u60c5\\u51b5\\u53ea\\u9700\\u8981\\u4ee5\\u7ba1\\u7406\\u5458\\u7684\\u8eab\\u4efd\\u6253\\u5f00\\u547d\\u4ee4\\u884c\\u8fd0\\u884c\\u4ee5\\u4e0b\\u547d\\u4ee4\\uff1a set-ExecutionPolicy RemoteSigned \\u521b\\u5efa\\u7b2c\\u4e00\\u4e2a ts \\u6587\\u4ef6Hello.ts function sayHello(name: String) {\\n  console.log(`Hello ${name}`);\\n}\\nlet person = 'Alan';\\nsayHello(person); \\u6211\\u4eec\\u53d1\\u73b0 ts \\u4ee3\\u7801\\u548c\\u666e\\u901a\\u7684 js \\u4ee3\\u7801\\u5728 sayHello \\u51fd\\u6570\\u7684\\u53c2\\u6570\\u4e0a\\u6709\\u6240\\u4e0d\\u540c\\u3002\\nsayHello(name: String)\\n\\u5927\\u81f4\\u7684\\u610f\\u601d\\u5c31\\u662f sayHello \\u4f20\\u5165\\u4e00\\u4e2a\\u540d\\u4e3a name \\u7684\\u53c2\\u6570\\uff0c\\u8be5\\u53c2\\u6570\\u7684\\u7c7b\\u578b\\u5fc5\\u987b\\u662f String \\uff0c\\u4e0d\\u7136\\u65e0\\u6cd5\\u901a\\u8fc7 ts \\u7684\\u7f16\\u8bd1\\u3002\\n\\u4ee3\\u7801\\u5199\\u597d\\u540e\\u7528 tsc \\u7f16\\u8bd1\\u4e0a\\u9762\\u7684 Hello.ts \\u6587\\u4ef6 tsc Hello.ts\", \"doc_id\": \"b259d095-7dd5-46d6-97d8-d75ccd95a0f8\", \"embedding\": null, \"doc_hash\": \"0f084a1dd98c822011dc3604b2d461617c3dfee488f4ef3c22be88029a0afafa\", \"extra_info\": {\"chunk_id\": \"chunk-3\"}, \"node_info\": {\"start\": 0, \"end\": 459}, \"relationships\": {\"1\": \"b1776768-ec21-4b6a-a963-3c8f7b3218ba\"}, \"__type__\": \"1\"}, \"2939d9cd-7823-4e68-b816-06ba974402de\": {\"text\": \"\\u7f16\\u8bd1\\u6210\\u529f\\u540e\\u5728\\u540c\\u7ea7\\u76ee\\u5f55\\u4e0b\\u751f\\u6210\\u4e00\\u4e2a Hello.js \\u6587\\u4ef6\\uff0c\\u53ef\\u4ee5\\u770b\\u5230\\u751f\\u6210\\u7684 js \\u6587\\u4ef6\\u53ea\\u662f\\u5c06 es6 \\u8bed\\u6cd5\\u8f6c\\u5316\\u6210\\u4e86 es5 \\u8bed\\u6cd5\\uff0c\\u5e76\\u6ca1\\u6709\\u6539\\u53d8\\u5176\\u4ed6\\u4ee3\\u7801\\u3002\", \"doc_id\": \"2939d9cd-7823-4e68-b816-06ba974402de\", \"embedding\": null, \"doc_hash\": \"b02b04fffa09f4673333cc31e16978f92eb42e1ad4cbe7b0a09e806248bbbd6e\", \"extra_info\": {\"chunk_id\": \"chunk-4\"}, \"node_info\": {\"start\": 0, \"end\": 73}, \"relationships\": {\"1\": \"734540c2-841b-45e6-9ec7-603800b92cf7\"}, \"__type__\": \"1\"}, \"5afda6f6-6667-4d00-aed6-536980d4048c\": {\"text\": \"function sayHello(name) {\\n  console.log('Hello ' + name);\\n}\\nvar person = 'Alan';\\nsayHello(person); \\u5982\\u679c\\u628aHello.ts\\u6587\\u4ef6\\u6539\\u5199\\u4e00\\u4e0b function sayHello(name: String) {\\n  const text = 3 + name;\\n  console.log(`Hello ${name}`);\\n}\\nlet person = 123;\\nsayHello(person); \\u518d\\u6b21\\u7f16\\u8bd1\\u53d1\\u73b0\\u4f1a\\u62a5\\u9519\\u4f46\\u662f\\u4ecd\\u7136\\u80fd\\u751f\\u6210 js \\u6587\\u4ef6\\uff1a \\u4e0a\\u9762\\u9519\\u8bef\\u7684\\u5177\\u4f53\\u610f\\u601d\\u662f \\u7531\\u4e8e\\u58f0\\u660e\\u4e86\\u51fd\\u6570\\u5f62\\u53c2 name \\u4e3a\\u9759\\u6001\\u7c7b\\u578b string \\uff0c\\u800c\\u5728\\u8c03\\u7528\\u65f6\\u4f20\\u5165\\u5f97\\u662f number \\u7c7b\\u578b 123 \\uff0c\\u4e0e\\u524d\\u9762\\u7684 string \\u4e0d\\u7b26\\u3002\\n\\u5728 sayHello \\u51fd\\u6570\\u4e2d\\u5c06 name(string) \\u548c 3(number) \\u4e24\\u79cd\\u4e0d\\u540c\\u7c7b\\u578b\\u5f97\\u503c\\u8fdb\\u884c\\u4e86\\u76f8\\u52a0\\u3002\", \"doc_id\": \"5afda6f6-6667-4d00-aed6-536980d4048c\", \"embedding\": null, \"doc_hash\": \"a9574655c0cdd209bde520679e53355f5f110326e28aa64823e2cecd0d0eefa0\", \"extra_info\": {\"chunk_id\": \"chunk-4\"}, \"node_info\": {\"start\": 0, \"end\": 406}, \"relationships\": {\"1\": \"018d6d72-d629-4709-862b-41d7f8629d57\"}, \"__type__\": \"1\"}, \"ed1f4e7d-5215-49d9-9617-f39fd8b3af50\": {\"text\": \"\\u6211\\u4eec\\u53d1\\u73b0\\u6bcf\\u6b21\\u90fd\\u8981\\u901a\\u8fc7 tsc \\u6765\\u7f16\\u8bd1 ts \\u6587\\u4ef6\\u80fd\\u5f97\\u5230 js \\u6587\\u4ef6\\u540e\\u518d\\u53bb\\u8fd0\\u884c js \\u6587\\u4ef6\\uff0c\\u8fc7\\u4e8e\\u9ebb\\u70e6\\u3002\\u53ef\\u4ee5\\u4f7f\\u7528\\u63d2\\u4ef6 ts-node \\u6765\\u76f4\\u63a5\\u8fd0\\u884c ts \\u6587\\u4ef6\\u3002\", \"doc_id\": \"ed1f4e7d-5215-49d9-9617-f39fd8b3af50\", \"embedding\": null, \"doc_hash\": \"98beb364b7646e01a84a4767f7f1662d799afca8ff8240f7668c14c2c7cc5f16\", \"extra_info\": {\"chunk_id\": \"chunk-5\"}, \"node_info\": {\"start\": 0, \"end\": 77}, \"relationships\": {\"1\": \"12ac3a1e-e683-466d-932a-2e54e0be6eb0\"}, \"__type__\": \"1\"}, \"0d8deb37-8cff-41c5-a776-8533b5d8d7a6\": {\"text\": \"npm i ts-node -g ts-node Hello.ts :::info ts \\u80fd\\u591f\\u5c1d\\u8bd5\\u5206\\u6790\\u53d8\\u91cf\\u7c7b\\u578b\\uff08\\u7c7b\\u578b\\u63a8\\u65ad\\uff09\\uff0cts \\u65e0\\u6cd5\\u5206\\u6790\\u51fa\\u7684\\u53d8\\u91cf\\u6700\\u597d\\u663e\\u5f0f\\u58f0\\u660e\\u53d8\\u91cf\\u7c7b\\u578b\\uff08\\u7c7b\\u578b\\u6ce8\\u89e3\\uff09 :::\", \"doc_id\": \"0d8deb37-8cff-41c5-a776-8533b5d8d7a6\", \"embedding\": null, \"doc_hash\": \"37a8aa3b436a9ec4f72c513db917b7f9b63aea7f662219010c11163f897be8fe\", \"extra_info\": {\"chunk_id\": \"chunk-5\"}, \"node_info\": {\"start\": 0, \"end\": 93}, \"relationships\": {\"1\": \"89163289-d995-427e-a808-27e71db6ff45\"}, \"__type__\": \"1\"}, \"bbdedcba-8180-4834-8b5c-531e4c48d3d8\": {\"text\": \"\\u57fa\\u7840\\u7c7b\\u578b \\u53d8\\u91cf\\u7684\\u58f0\\u660e\\uff1alet [\\u53d8\\u91cf\\u540d] : [\\u7c7b\\u578b] = \\u503c \\u4f8b\\u5982\\uff1a let age: number = 21 TypeScript \\u652f\\u6301\\u4e0e JavaScript \\u51e0\\u4e4e\\u76f8\\u540c\\u7684\\u6570\\u636e\\u7c7b\\u578b boolean(\\u5e03\\u5c14\\u503c)\\nnumber(\\u6570\\u503c)\\nstring(\\u5b57\\u7b26\\u4e32)\\n[]/Array<\\u5143\\u7d20\\u7c7b\\u578b>(\\u6570\\u7ec4)\\n\\u5143\\u7ec4 Tuple\\nenum(\\u679a\\u4e3e)\\nany(\\u4efb\\u4f55\\u503c)\\nvoid(\\u7a7a\\u503c)\\nnull\\nundefined\\nnever\", \"doc_id\": \"bbdedcba-8180-4834-8b5c-531e4c48d3d8\", \"embedding\": null, \"doc_hash\": \"6d052b5ec49d1344135e7416d1ed42a41dd19fac1b3db9d3cb05620f946ed226\", \"extra_info\": {\"chunk_id\": \"chunk-6\"}, \"node_info\": {\"start\": 0, \"end\": 204}, \"relationships\": {\"1\": \"d008bc48-963e-4f84-b3dd-c2931166ebb5\"}, \"__type__\": \"1\"}, \"460ef4a3-b18b-4d1f-877a-8cfdb56df86e\": {\"text\": \"\\u6570\\u7ec4 \\u6709 2 \\u79cd\\u65b9\\u5f0f\\u5b9a\\u4e49\\u6570\\u7ec4 let arr: number[] = [1, 2, 3]; // \\u5143\\u7d20\\u7c7b\\u578b\\u540e\\u63a5\\u4e0a`[]`\\nlet arr: Array<number> = [1, 2, 3]; // \\u6570\\u7ec4\\u6cdb\\u578b\\nlet arr: (number | string)[] = [1, '2', '4']; // \\u5143\\u7d20\\u7c7b\\u578b\\u53ef\\u4ee5\\u662fnumber\\u6216string\\uff08\\u7c7b\\u4f3c\\u5143\\u7ec4\\uff09\", \"doc_id\": \"460ef4a3-b18b-4d1f-877a-8cfdb56df86e\", \"embedding\": null, \"doc_hash\": \"65366f149cf9b8aea4480aa0e345e6b37b22f3aba81a2e8fdb7dd2087beac510\", \"extra_info\": {\"chunk_id\": \"chunk-7\"}, \"node_info\": {\"start\": 0, \"end\": 180}, \"relationships\": {\"1\": \"6dc555fe-9425-4618-a49b-451669e425b1\"}, \"__type__\": \"1\"}, \"d149488a-d456-4a18-b778-c3224bbe06b9\": {\"text\": \"\\u5143\\u7ec4 tuple \\u8868\\u793a\\u4e00\\u4e2a\\u6570\\u7ec4\\uff08\\u5404\\u4e2a\\u5143\\u7d20\\u7684\\u7c7b\\u578b\\u4e0d\\u5fc5\\u76f8\\u540c\\uff09 let list: [string, number]; //\\u7b2c\\u4e00\\u4e2a\\u5143\\u7d20\\u4e3astring\\u7c7b\\u578b\\uff0c\\u7b2c\\u4e8c\\u4e2a\\u4e3anumber\\u7c7b\\u578b\\na = ['abc', 123]; //\\u5408\\u683c\\nb = [123, 'abc']; //\\u4e0d\\u5408\\u683c\", \"doc_id\": \"d149488a-d456-4a18-b778-c3224bbe06b9\", \"embedding\": null, \"doc_hash\": \"cae30b7ac0ef2a3a294d4043d360a68a146bacc694b5acd47732479c8e656702\", \"extra_info\": {\"chunk_id\": \"chunk-8\"}, \"node_info\": {\"start\": 0, \"end\": 133}, \"relationships\": {\"1\": \"8474ea61-80d7-4417-b755-c6e397e3b401\"}, \"__type__\": \"1\"}, \"d6032c22-3ae3-4d32-bbb2-e68e7cc65019\": {\"text\": \"\\u679a\\u4e3e \\u5176\\u5b9e\\u6709\\u70b9\\u7c7b\\u4f3c\\u5bf9\\u8c61\\n\\u770b\\u4f8b\\u5b50\\u5427\", \"doc_id\": \"d6032c22-3ae3-4d32-bbb2-e68e7cc65019\", \"embedding\": null, \"doc_hash\": \"5acf49782c0c82b536cb65ca9d5debceb82a7c6e7cf67c62271d94cd8145ee71\", \"extra_info\": {\"chunk_id\": \"chunk-9\"}, \"node_info\": {\"start\": 0, \"end\": 16}, \"relationships\": {\"1\": \"d37cf6fd-15b0-4659-a8ef-4ee8155cc15b\"}, \"__type__\": \"1\"}, \"fa410870-8515-46f8-a4cd-b31333a824b8\": {\"text\": \"enum lan {js, ts, css};\\nconsole.log(lan.js); // 0   js\\u5bf9\\u5e94\\u7684\\u4e0b\\u6807\\uff0c\\u7b2c\\u4e00\\u4e2a\\u9ed8\\u8ba4\\u4e0b\\u6807\\u4e3a0\\n\\nenum lan {\\n  js = 3,\\n  ts,\\n  css,\\n}\\nconsole.log(lan.js); // 3\\nconsole.log(lan.ts); // 4\\nconsole.log(lan.css); // 5\\n\\nenum lan {\\n  js,\\n  ts = 3,\\n  css,\\n}\\nconsole.log(lan.js); // 0\\nconsole.log(lan.ts); // 3\\nconsole.log(lan.css); // 4\\nconsole.log(lan[4]); // css\\nconsole.log(lan[1]); // undefined\\n// \\u7b2c\\u4e00\\u4e2a\\u9ed8\\u8ba4\\u4e0b\\u6807\\u4e3a0\\uff0ccss\\u63a5\\u7740ts\\u7684\\u503c+1\\n\\nenum lan {js = 'good', ts = 'nice', css = 'well'};\\nconsole.log(lan.js); // good\\n\\n// const\\u679a\\u4e3e\\uff0c\\u4e3a\\u4e86\\u907f\\u514d\\u5728\\u989d\\u5916\\u751f\\u6210\\u7684\\u4ee3\\u7801\\u4e0a\\u7684\\u5f00\\u9500\\u548c\\u989d\\u5916\\u7684\\u975e\\u76f4\\u63a5\\u7684\\u5bf9\\u679a\\u4e3e\\u6210\\u5458\\u7684\\u8bbf\\u95ee\\u3002\\nconst enum People {\\n  name: 'Alan',\\n  age: 23\\n}\\n\\n// \\u7f16\\u8bd1\\u65f6\\u4f1a\\u81ea\\u52a8\\u8f6c\\u5316\\u6210\\u5e38\\u91cf\\u503c\\uff0c\\u4e0d\\u4f1a\\u4fdd\\u7559\\u5176\\u4ed6\", \"doc_id\": \"fa410870-8515-46f8-a4cd-b31333a824b8\", \"embedding\": null, \"doc_hash\": \"b324143ee3bf5fc5a0f5fc6d593b0e0794daaba562320ba6c6449de59dff3251\", \"extra_info\": {\"chunk_id\": \"chunk-10\"}, \"node_info\": {\"start\": 0, \"end\": 587}, \"relationships\": {\"1\": \"9b0a3ff6-8bd8-4d4a-9b00-52785d4b210c\"}, \"__type__\": \"1\"}, \"13902676-6094-40ed-a72b-b26d82648545\": {\"text\": \"\\u4ee3\\u7801\\nconsole.log(People.name); // Alan\", \"doc_id\": \"13902676-6094-40ed-a72b-b26d82648545\", \"embedding\": null, \"doc_hash\": \"a84895db4d97056e31c6d9483307933b3d8145d7e99d24be32ccdf711f6bc0ec\", \"extra_info\": {\"chunk_id\": \"chunk-10\"}, \"node_info\": {\"start\": 0, \"end\": 36}, \"relationships\": {\"1\": \"51601eb9-d60f-4047-8c8e-7b2ed6a3cf9e\"}, \"__type__\": \"1\"}, \"de5cb13e-b4d0-4437-8b2f-094e0e313fda\": {\"text\": \"any \\u987e\\u540d\\u601d\\u4e49\\uff0c\\u4efb\\u610f\\u503c\\uff0c\\u5f53\\u6211\\u4eec\\u60f3\\u4e3a\\u8fd8\\u4e0d\\u6e05\\u695a\\u7c7b\\u578b\\u7684\\u53d8\\u91cf\\u6307\\u5b9a\\u4e00\\u4e2a\\u7c7b\\u578b\\u65f6\\uff0c any \\u5c31\\u662f\\u6700\\u597d\\u7684\\u9009\\u62e9 \\ud83e\\udd2d let a: any = 4;\\na = '123'; //\\u5408\\u683c\\n\\nlet arr: any[] = [1, '123', true]; // \\u548c\\u5143\\u7ec4\\u5f88\\u50cf\\narr[1] = 'good';\", \"doc_id\": \"de5cb13e-b4d0-4437-8b2f-094e0e313fda\", \"embedding\": null, \"doc_hash\": \"2076b5306106ed1b35f58070465ac47a1d491137f42f76e43f1bf0df3a57486a\", \"extra_info\": {\"chunk_id\": \"chunk-11\"}, \"node_info\": {\"start\": 0, \"end\": 143}, \"relationships\": {\"1\": \"d82fb1de-bbda-4dd0-9836-aaabf77923dd\"}, \"__type__\": \"1\"}, \"7a9bef46-b0b6-47d1-aed1-c14bc43b3cb7\": {\"text\": \"void \\u5e38\\u7528\\u4e8e\\u65e0\\u8fd4\\u56de\\u503c\\u7684\\u51fd\\u6570\\u58f0\\u660e function func(): void {\\n  console.log('learning typescript...');\\n}\\nfunc(); //\\u5408\\u683c\\n\\nfunction func(): void {\\n  return 1;\\n}\\nfunc(); // \\u4e0d\\u5408\\u683c\\uff1aType '1' is not assignable to type 'void'\", \"doc_id\": \"7a9bef46-b0b6-47d1-aed1-c14bc43b3cb7\", \"embedding\": null, \"doc_hash\": \"a0538d33be0136daa1a26ae3f34b390319545ad5b9493ffff5951d1f440382ac\", \"extra_info\": {\"chunk_id\": \"chunk-12\"}, \"node_info\": {\"start\": 0, \"end\": 193}, \"relationships\": {\"1\": \"8c1251f5-67f2-48a3-968b-c33b4a8ff1c5\"}, \"__type__\": \"1\"}, \"52c4fe6b-0d59-4548-a31c-0046c5e122b7\": {\"text\": \"null \\u548c undefined \\u7528\\u5904\\u4e0d\\u5927\\uff0c\\u9ed8\\u8ba4\\u60c5\\u51b5\\u4e0b\\u662f\\u6240\\u6709\\u7c7b\\u578b\\u7684\\u5b50\\u7c7b\\u578b\\uff0c\\u4f8b\\u5982\\u4e0b\\u9762\\u4ee3\\u7801\\u662f\\u6ca1\\u6709\\u95ee\\u9898\\u7684\\uff1a let a: string;\\na = undefined;\\na = null; \\u4f46\\u662f\\uff0c\\u5f53\\u6307\\u5b9a--strictNullChecks\\u6807\\u8bb0\\u65f6\\uff0cnull \\u548c undefined \\u53ea\\u80fd\\u8d4b\\u503c\\u7ed9 void \\u548c\\u4ed6\\u4eec\\u81ea\\u5df1\\u672c\\u8eab\\u3002\", \"doc_id\": \"52c4fe6b-0d59-4548-a31c-0046c5e122b7\", \"embedding\": null, \"doc_hash\": \"7802d7437b86596e0a91a39b73c7a637116f5a87f895117221963709ebed2b3b\", \"extra_info\": {\"chunk_id\": \"chunk-13\"}, \"node_info\": {\"start\": 0, \"end\": 155}, \"relationships\": {\"1\": \"3e179706-c256-4c70-89c0-55f24d005797\"}, \"__type__\": \"1\"}, \"2173dc20-381b-4f26-a7ae-cf6ed8ecf7a5\": {\"text\": \"never \\u8868\\u793a\\u6c38\\u4e0d\\u5b58\\u5728\\u7684\\u503c\\u7684\\u7c7b\\u578b\\nnever \\u7c7b\\u578b\\u662f\\u90a3\\u4e9b\\u603b\\u662f\\u4f1a\\u629b\\u51fa\\u5f02\\u5e38\\u6216\\u6839\\u672c\\u5c31\\u4e0d\\u4f1a\\u6709\\u8fd4\\u56de\\u503c\\u7684\\u51fd\\u6570\\u8868\\u8fbe\\u5f0f\\u6216\\u7bad\\u5934\\u51fd\\u6570\\u8868\\u8fbe\\u5f0f\\u7684\\u8fd4\\u56de\\u503c\\u7c7b\\u578b\\uff1b\\n\\u53d8\\u91cf\\u4e5f\\u53ef\\u80fd\\u662f never \\u7c7b\\u578b\\uff0c\\u5f53\\u5b83\\u4eec\\u88ab\\u6c38\\u4e0d\\u4e3a\\u771f\\u7684\\u7c7b\\u578b\\u4fdd\\u62a4\\u6240\\u7ea6\\u675f\\u65f6\\u3002 never \\u7c7b\\u578b\\u662f\\u4efb\\u4f55\\u7c7b\\u578b\\u7684\\u5b50\\u7c7b\\u578b\\uff0c\\u4e5f\\u53ef\\u4ee5\\u8d4b\\u503c\\u7ed9\\u4efb\\u4f55\\u7c7b\\u578b\\uff1b\\u7136\\u800c\\uff0c\\u6ca1\\u6709\\u7c7b\\u578b\\u662f never \\u7684\\u5b50\\u7c7b\\u578b\\u6216\\u53ef\\u4ee5\\u8d4b\\u503c\\u7ed9 never \\u7c7b\\u578b\\uff08\\u9664\\u4e86 never \\u672c\\u8eab\\u4e4b\\u5916\\uff09\\u3002 \\u5373\\u4f7f any \\u4e5f\\u4e0d\\u53ef\\u4ee5\\u8d4b\\u503c\\u7ed9 never\\u3002\", \"doc_id\": \"2173dc20-381b-4f26-a7ae-cf6ed8ecf7a5\", \"embedding\": null, \"doc_hash\": \"f494431bf19a7a970920138ac1d0c20d95fa90c253f5e541cdfdd20007790a45\", \"extra_info\": {\"chunk_id\": \"chunk-14\"}, \"node_info\": {\"start\": 0, \"end\": 204}, \"relationships\": {\"1\": \"0a20be3a-924c-423b-a2e1-4ef1c61d3ac9\"}, \"__type__\": \"1\"}, \"bf8fc94d-df27-46a5-9c4e-f9a3a55cf433\": {\"text\": \"function error(message: string): never {\\n  throw new Error(message);\\n}\\n\\n// \\u8fd4\\u56denever\\u7684\\u51fd\\u6570\\u5fc5\\u987b\\u5b58\\u5728\\u65e0\\u6cd5\\u8fbe\\u5230\\u7684\\u7ec8\\u70b9\\nfunction infiniteLoop(): never {\\n  while (true) {}\\n}\", \"doc_id\": \"bf8fc94d-df27-46a5-9c4e-f9a3a55cf433\", \"embedding\": null, \"doc_hash\": \"9eb7bd03a257ec6e0fd029a533cf4de4d3da5e2e57120f567bf6944f8ea91163\", \"extra_info\": {\"chunk_id\": \"chunk-15\"}, \"node_info\": {\"start\": 0, \"end\": 149}, \"relationships\": {\"1\": \"ba317822-857b-4870-af49-e84d092df5e1\"}, \"__type__\": \"1\"}, \"d2ae85e3-7325-4109-9c31-783db46dc71f\": {\"text\": \"\\u7ed3\\u6784\\u8d4b\\u503c\\u7684\\u5199\\u6cd5 function sayAge({ name, age }: { name: string | number; age: number }): void {\\n  console.log(`${name} is ${age} years old`);\\n}\\nsayAge({ name: 'Alan', age: 22 });\\nsayAge({ name: 2, age: 22 });\", \"doc_id\": \"d2ae85e3-7325-4109-9c31-783db46dc71f\", \"embedding\": null, \"doc_hash\": \"31b7fdd346228405f0afa4dd184e82604957c7f06dacce9e251e06ca32fc5abe\", \"extra_info\": {\"chunk_id\": \"chunk-16\"}, \"node_info\": {\"start\": 0, \"end\": 199}, \"relationships\": {\"1\": \"ab31904c-9c4b-4338-a8a7-ff02a8e5c386\"}, \"__type__\": \"1\"}, \"5711bb2c-99ed-4f9e-bfe5-9aa329f91be6\": {\"text\": \"\\u8054\\u5408\\u7c7b\\u578b \\u7528 | \\u6765\\u8868\\u793a\\u53d6\\u503c\\u5b58\\u5728\\u591a\\u79cd\\u53ef\\u80fd let a: string | number;\\na = 1;\\na = 'A';\", \"doc_id\": \"5711bb2c-99ed-4f9e-bfe5-9aa329f91be6\", \"embedding\": null, \"doc_hash\": \"8ebd93b050b1716b5261c9e63e225613bebfd846d4240b94eaed028af7268e53\", \"extra_info\": {\"chunk_id\": \"chunk-17\"}, \"node_info\": {\"start\": 0, \"end\": 60}, \"relationships\": {\"1\": \"7f0504d0-71b6-4fea-a184-d15676f12cb2\"}, \"__type__\": \"1\"}, \"4c118271-0bab-4ec7-a991-0c5048fbf870\": {\"text\": \"\\u7c7b\\u578b\\u65ad\\u8a00 \\u53ef\\u4ee5\\u81ea\\u5df1\\u6307\\u5b9a\\u4e00\\u4e2a\\u503c\\u7684\\u7c7b\\u578b\\n\\u683c\\u5f0f\\u5982\\u4e0b\\n<\\u7c7b\\u578b>\\u503c\\n\\u503c as \\u7c7b\\u578b interface student {\\n  isStudent: boolean;\\n  education: number;\\n}\\ninterface worker {\\n  isStudent: boolean;\\n  seniority: number;\\n}\\nfunction Recruit(candidate: worker | student): void {\\n  if (candidate.isStudent) {\\n    console.log(`your education is ${(candidate as student).education}`);\\n  } else {\\n    console.log(`your seniority is ${(candidate as worker).seniority}`);\\n  }\\n}\\n\\nconst a: student = { isStudent: true, education: 4 };\\nconst b: worker = { isStudent: false, seniority: 2 };\\nRecruit(a);\\nRecruit(b); \\u7531\\u4e8e candidate \\u4f7f\\u7528\\u4e86\\u8054\\u5408\\u7c7b\\u578b\\uff0c\\u6240\\u4ee5 ts \\u65e0\\u6cd5\\u5224\\u65ad candidate \\u7a76\\u7adf\\u662f\\u5c5e\\u4e8e student \\u8fd8\\u662f worker \\uff0c\\u6240\\u4ee5\\u8981\\u4f7f\\u7528\\u7c7b\\u578b\\u65ad\\u8a00\\u6765\\u663e\\u5f0f\\u544a\\u8bc9 ts\\u3002 \\u5f53\\u7136\\u8fd8\\u6709\\u5176\\u4ed6\\u65b9\\u5f0f\\u6765\\u5b9e\\u73b0\", \"doc_id\": \"4c118271-0bab-4ec7-a991-0c5048fbf870\", \"embedding\": null, \"doc_hash\": \"29bde5301e056555255c63a4ccff5e06ab417a7fd80e6447619c3db2690424fa\", \"extra_info\": {\"chunk_id\": \"chunk-18\"}, \"node_info\": {\"start\": 0, \"end\": 643}, \"relationships\": {\"1\": \"6be0fe26-4108-4ad4-b1a4-2e206f73f689\"}, \"__type__\": \"1\"}, \"fc65773a-7dfc-45c8-ad2c-7fa2481f8af1\": {\"text\": \"interface student {\\n  isStudent: boolean;\\n  education: number;\\n}\\ninterface worker {\\n  isStudent: boolean;\\n  seniority: number;\\n}\\nfunction Recruit(candidate: worker | student): void {\\n  'education' in candidate && console.log(`your education is ${candidate.education}`);\\n  'seniority' in candidate && console.log(`your seniority is ${candidate.seniority}`);\\n}\\n\\nconst a: student = { isStudent: true, education: 4 };\\nconst b: worker = { isStudent: false, seniority: 2 };\\nRecruit(a);\\nRecruit(b);\", \"doc_id\": \"fc65773a-7dfc-45c8-ad2c-7fa2481f8af1\", \"embedding\": null, \"doc_hash\": \"8b735e3ccb977731cde0959069a8a48774dccf6d2567b92e96308c1c2daa1c06\", \"extra_info\": {\"chunk_id\": \"chunk-19\"}, \"node_info\": {\"start\": 0, \"end\": 491}, \"relationships\": {\"1\": \"566a70c6-b8a0-47cc-8096-3049ebebf609\"}, \"__type__\": \"1\"}, \"9bb65ace-2cb2-4fa5-b41a-833080e5bd05\": {\"text\": \"typeof\\ninstanceof\", \"doc_id\": \"9bb65ace-2cb2-4fa5-b41a-833080e5bd05\", \"embedding\": null, \"doc_hash\": \"6514d54ba6a7d43b073681192f4d17d1ec2fc6b2bb1a7b224742c1bf158badc3\", \"extra_info\": {\"chunk_id\": \"chunk-19\"}, \"node_info\": {\"start\": 0, \"end\": 17}, \"relationships\": {\"1\": \"92c1bef6-fb7c-40ce-9353-0740f8e10c4d\"}, \"__type__\": \"1\"}, \"4b48d21f-59c0-4fee-b34d-7a1448d2b288\": {\"text\": \"\\u975e\\u7a7a\\u65ad\\u8a00 !. \\u5bf9\\u5e94 --strictNullChecks interface person {\\n  name: string;\\n}\\nfunction work(personObj?: person) {\\n  // \\u7531\\u4e8e personObj \\u53ef\\u80fd\\u4e0d\\u4f20\\uff0c\\u6240\\u4ee5 personObj \\u53ef\\u80fd\\u4e3a undefined\\uff0c\\u4f7f\\u7528 !. \\u53ef\\u4ee5\\u65ad\\u8a00 personObj \\u4e0d\\u4e3a\\u7a7a\\n  console.log(personObj!.name);\\n}\", \"doc_id\": \"4b48d21f-59c0-4fee-b34d-7a1448d2b288\", \"embedding\": null, \"doc_hash\": \"ef7305b2517fa3475eaa8ae70959e0d7f1e757c7fbb8dd1b5028cc9da5cccdca\", \"extra_info\": {\"chunk_id\": \"chunk-20\"}, \"node_info\": {\"start\": 0, \"end\": 211}, \"relationships\": {\"1\": \"ca6577ab-732b-4f30-8238-d216052bf0b1\"}, \"__type__\": \"1\"}, \"ee5f976b-0c07-4a9d-91d4-829ef52eac20\": {\"text\": \"\\u63a5\\u53e3 interface \\u5148\\u770b\\u4e00\\u4e2a\\u63a5\\u53e3\\u7684\\u4f8b\\u5b50 interface person {\\n  name: string;\\n}\\nfunction work(personObj: person) {\\n  console.log(personObj.name);\\n}\\nlet person1 = { name: 'Alan', age: 21 };\\nwork(person1);\\nlet person2 = { age: 21 };\\nwork(person2);  \\u5b9a\\u4e49\\u63a5\\u53e3\\u7684\\u5173\\u952e\\u5b57\\u662f interface\\n\\u8fd9\\u4e2a\\u4f8b\\u5b50\\u9700\\u8981\\u4f20\\u5165 work \\u7684\\u53c2\\u6570\\u5fc5\\u987b\\u662f\\u4e00\\u4e2a\\u5e26\\u6709 name(string)\\u7684\\u5bf9\\u8c61\\uff0c\\u53ef\\u4ee5\\u7406\\u89e3\\u4e3a\\u6211\\u8981\\u62db\\u8058\\u4e00\\u4e2a\\u6709\\u540d\\u5b57\\u7684\\u5458\\u5de5\\uff0c\\u6ca1\\u6709\\u540d\\u5b57\\u7684\\u90fd\\u4e0d\\u9700\\u8981\\u3002\\u5f53\\u7136\\u6211\\u4eec\\u7684 person1 \\u4e2d\\u8fd8\\u591a\\u4e86\\u4e00\\u4e2aage\\u5c5e\\u6027\\uff0c\\u8fd9\\u5e76\\u4e0d\\u4f1a\\u62a5\\u9519\\u3002\\u53ef\\u662f\\u5f53\\u6211\\u4eec\\u76f4\\u63a5\\u4f20\\u9012\\u53c2\\u6570\\u65f6\\u662f\\u4f1a\\u51fa\\u9519\\u7684\\u3002 work({ name: 'Alan', age: 21 });\", \"doc_id\": \"ee5f976b-0c07-4a9d-91d4-829ef52eac20\", \"embedding\": null, \"doc_hash\": \"451f0a8b1502b0050ebc0e59bff322d74d2307082fae304f303e8bb736439401\", \"extra_info\": {\"chunk_id\": \"chunk-21\"}, \"node_info\": {\"start\": 0, \"end\": 400}, \"relationships\": {\"1\": \"5cf17352-caec-4568-9309-a210a3ff1c0f\"}, \"__type__\": \"1\"}, \"79d37838-25fc-4b42-a92c-abb504b117ae\": {\"text\": \"\\u90a3\\u5982\\u679c\\u6211\\u4e0d\\u786e\\u5b9a\\u8981\\u62db\\u8058\\u7684\\u5458\\u5de5\\u9664\\u4e86\\u6709\\u59d3\\u540d\\u5916\\u8fd8\\u9700\\u8981\\u5176\\u4ed6\\u4ec0\\u4e48\\u5c5e\\u6027\\u65f6\\uff0c\\u53ef\\u4ee5\\u50cf\\u4e0b\\u9762\\u4e00\\u6837\\u91cd\\u65b0\\u5b9a\\u4e49\\u63a5\\u53e3\\u5c31\\u53ef\\u4ee5\\u89e3\\u51b3\\u4e0a\\u9762\\u7684\\u95ee\\u9898\\u4e86\\u3002\", \"doc_id\": \"79d37838-25fc-4b42-a92c-abb504b117ae\", \"embedding\": null, \"doc_hash\": \"16602e3ba1a74500b510aa234c921130e0802ca6cb1de275b829fcec7bad1b4e\", \"extra_info\": {\"chunk_id\": \"chunk-22\"}, \"node_info\": {\"start\": 0, \"end\": 55}, \"relationships\": {\"1\": \"cef10f82-40f1-47cb-af95-bdccc59572d0\"}, \"__type__\": \"1\"}, \"4a7e5d80-2995-4cbf-bfb8-76aae65eaea5\": {\"text\": \"interface person {\\n  name: string;\\n  [propName: string]: any;\\n}\", \"doc_id\": \"4a7e5d80-2995-4cbf-bfb8-76aae65eaea5\", \"embedding\": null, \"doc_hash\": \"047192327eaa5a53eae28cbd3f5187c3ad08ac3394dbde8257323c8cb65b6b48\", \"extra_info\": {\"chunk_id\": \"chunk-22\"}, \"node_info\": {\"start\": 0, \"end\": 63}, \"relationships\": {\"1\": \"974b5c12-dc26-4717-a72c-e1b0f942b73c\"}, \"__type__\": \"1\"}, \"b3d5b887-7574-4748-a086-b706e97401c8\": {\"text\": \"\\u53ef\\u9009\\u5c5e\\u6027 \\u90a3\\u5982\\u679c\\u6211\\u7684\\u62db\\u8058\\u6761\\u4ef6\\u662f\\u6700\\u597d\\u61c2 typescript \\u7684\\uff0c\\u8fd9\\u4e2a\\u65f6\\u5019 typescript \\u5c31\\u662f\\u53ef\\u6709\\u53ef\\u65e0\\u7684\\uff08\\u6700\\u597d\\u61c2\\uff0c\\u563f\\u563f \\ud83d\\ude1c\\uff09\\uff0c\\u90a3\\u6211\\u4eec\\u5c31\\u8981\\u7528\\u5230\\u53ef\\u9009\\u5c5e\\u6027\\u4e86\\n\\u53ef\\u9009\\u5c5e\\u6027\\u5728\\u53ef\\u9009\\u5c5e\\u6027\\u540d\\u540e\\u9762\\u52a0\\u4e0a\\u4e00\\u4e2a? interface person {\\n  name: string;\\n  ts?: boolean;\\n}\\nfunction Recruit(personObj: person): string {\\n  if (personObj.ts) {\\n    return `congratulations!${personObj.name}`;\\n  } else {\\n    return `sorry,${personObj.name}, we need a employee who know ts!`;\\n  }\\n}\\nlet person1 = { name: 'Alan', age: 21, ts: true };\\nconsole.log(Recruit(person1));\\nlet person2 = { name: 'Bob', age: 21 };\\nconsole.log(Recruit(person2));\", \"doc_id\": \"b3d5b887-7574-4748-a086-b706e97401c8\", \"embedding\": null, \"doc_hash\": \"d88f59d8b0838cba15879f997d375a8086c7db793e4abffdd5a017b9c39caf12\", \"extra_info\": {\"chunk_id\": \"chunk-23\"}, \"node_info\": {\"start\": 0, \"end\": 506}, \"relationships\": {\"1\": \"21c3cbf0-8a93-48e6-9065-057cada8018e\"}, \"__type__\": \"1\"}, \"aa8bf8eb-2307-4f23-aa04-44d9f8f444d7\": {\"text\": \"\\u53ea\\u8bfb\\u5c5e\\u6027 \\u6211\\u4eec\\u90fd\\u77e5\\u9053\\u4eba\\u7684\\u540d\\u5b57\\u90fd\\u662f\\u4e0d\\u53ef\\u4ee5\\u6539\\u53d8\\u7684\\uff08\\u4e00\\u822c\\u60c5\\u51b5\\u4e0b\\uff09\\uff0c\\u8fd9\\u4e2a\\u65f6\\u5019\\u6211\\u4eec\\u5bf9 person \\u63a5\\u53e3\\u91cc\\u9762\\u7684 name \\u5c5e\\u6027\\u7a0d\\u4f5c\\u4fee\\u6539\\uff0c\\u5728\\u5c5e\\u6027\\u540d name \\u524d\\u52a0\\u4e0areadonly\\u3002 :::tip \\u5f53\\u7136\\u4e5f\\u53ef\\u4ee5\\u4f7f\\u7528 setter/getter \\u6765\\u5b9e\\u73b0 ::: interface person {\\n  readonly name: string;\\n  ts?: boolean;\\n}\\nlet person1: person = { name: 'Alan' };\\nperson1.name = 'Bob'; // Cannot assign to 'name' because it is a read-only property. \\u6211\\u4eec\\u53d1\\u73b0 readonly \\u548c const \\u7684\\u4f5c\\u7528\\u597d\\u50cf\\u6709\\u70b9\\u76f8\\u4f3c\\uff0c\\u90a3\\u6211\\u4eec\\u4ec0\\u4e48\\u65f6\\u5019\\u4f7f\\u7528 readonly \\u4ec0\\u4e48\\u65f6\\u5019\\u4f7f\\u7528 const \\u5462\\uff1f\\n\\u53d8\\u91cf---->const\\n\\u5c5e\\u6027---->readonly\", \"doc_id\": \"aa8bf8eb-2307-4f23-aa04-44d9f8f444d7\", \"embedding\": null, \"doc_hash\": \"be2d85d9c5767aa139352203394c0525215fb6bf953c07f05fccf3649884184f\", \"extra_info\": {\"chunk_id\": \"chunk-24\"}, \"node_info\": {\"start\": 0, \"end\": 405}, \"relationships\": {\"1\": \"a010b754-4202-453e-ac6b-faee4d6517c5\"}, \"__type__\": \"1\"}, \"4d9eb0e4-a87f-40c4-b47b-66ac6c53bd04\": {\"text\": \"\\u51fd\\u6570\\u7c7b\\u578b\\u7684\\u63a5\\u53e3 \\u63a5\\u53e3\\u9664\\u4e86\\u53ef\\u4ee5\\u63cf\\u8ff0\\u5e26\\u6709\\u5c5e\\u6027\\u7684\\u5bf9\\u8c61\\u5916\\uff0c\\u8fd8\\u53ef\\u4ee5\\u63cf\\u8ff0\\u51fd\\u6570\\u7c7b\\u578b\\n\\u8fd9\\u91cc\\u521b\\u5efa\\u4e00\\u4e2a\\u51fd\\u6570\\u6765\\u68c0\\u67e5\\u4f60\\u6709\\u6ca1\\u6709\\u6253\\u5361 \\ud83d\\ude01 interface attendanceFunc {\\n  (name: string, startTime: number, endTime: number): boolean;\\n}\\nlet checkAttendance: attendanceFunc;\\ncheckAttendance = function (name: string, startTime: number, endTime: number): boolean {\\n  let result = startTime < 9 && endTime > 18;\\n  return result;\\n};\\nconsole.log(checkAttendance('Alan', 10, 19)); // false \\u770b\\u4e00\\u4e0b\\u63a5\\u53e3\\u7684\\u58f0\\u660e\\uff1a interface attendanceFunc {\\n  (name: string, startTime: number, endTime: number): boolean;\\n}\", \"doc_id\": \"4d9eb0e4-a87f-40c4-b47b-66ac6c53bd04\", \"embedding\": null, \"doc_hash\": \"3c4c818900b181eb9ce8dd0e3b573f29f012eb246340ad79a9c95fe8025b0237\", \"extra_info\": {\"chunk_id\": \"chunk-25\"}, \"node_info\": {\"start\": 0, \"end\": 495}, \"relationships\": {\"1\": \"7f3beb41-530d-4082-974d-129bea8e8638\"}, \"__type__\": \"1\"}, \"70ba8d73-5d31-4225-859c-a178a62e840b\": {\"text\": \"name,startTime,endTime \\u653e\\u5728 () \\u4e2d\\u4ee3\\u8868\\u51fd\\u6570\\u7684\\u53c2\\u6570\\n:boolean \\u8868\\u793a\\u51fd\\u6570\\u7684\\u8fd4\\u56de\\u503c\\u7c7b\\u578b\\n\\u5f53\\u7136\\u4e0a\\u9762\\u4f8b\\u5b50\\u4e2d\\u7684checkAttendance\\u7684\\u5f62\\u53c2\\u4ee5\\u53ca\\u51fd\\u6570\\u7684\\u8fd4\\u56de\\u503c\\u6765\\u8bf4\\u53ef\\u4ee5\\u4e0d\\u6307\\u5b9a\\u7c7b\\u578b\\uff0c\\u56e0\\u4e3a checkAttendance \\u590d\\u5236\\u7ed9\\u4e86 attendanceFunc \\u53d8\\u91cf\\uff0c\\u7c7b\\u578b\\u68c0\\u67e5\\u5668\\u4f1a\\u81ea\\u52a8(\\u6309\\u7167\\u63a5\\u53e3\\u4e2d\\u53c2\\u6570\\u7684\\u987a\\u5e8f)\\u63a8\\u65ad\\u51fa\\u53c2\\u6570\\u4ee5\\u53ca\\u8fd4\\u56de\\u503c\\u7684\\u7c7b\\u578b\\uff0c\\u4e5f\\u5c31\\u662f\\u8bf4\\u5199\\u6210\\u4e0b\\u9762\\u8fd9\\u6837\\u4e5f\\u662f\\u53ef\\u4ee5\\u7684\\u3002\\u51fd\\u6570\\u4e2d\\u7684\\u53c2\\u6570\\u540d\\u53ef\\u4ee5\\u4e0d\\u548c\\u63a5\\u53e3\\u4e2d\\u7684\\u76f8\\u540c\", \"doc_id\": \"70ba8d73-5d31-4225-859c-a178a62e840b\", \"embedding\": null, \"doc_hash\": \"225a0fa14cfc2253b5a0db34f0a95cff8b6898e086e0d1587736904754af6112\", \"extra_info\": {\"chunk_id\": \"chunk-26\"}, \"node_info\": {\"start\": 0, \"end\": 211}, \"relationships\": {\"1\": \"2c7afcc2-2705-40db-b9e9-0eb977fa0d8f\"}, \"__type__\": \"1\"}, \"30a9d57b-9c58-45e3-9a97-7579c6178cdf\": {\"text\": \"interface attendanceFunc {\\n  (name: string, startTime: number, endTime: number): boolean;\\n}\\nlet checkAttendance: attendanceFunc;\\ncheckAttendance = function (n, startTime, endTime) {\\n  let result = startTime < 9 && endTime > 18;\\n  return result;\\n};\\nconsole.log(checkAttendance('Alan', 10, 19)); // false\", \"doc_id\": \"30a9d57b-9c58-45e3-9a97-7579c6178cdf\", \"embedding\": null, \"doc_hash\": \"9a0f0629ba1d33b1a8e12b4708b708a24ba2fc4ce2d7ee5375db278d440d945b\", \"extra_info\": {\"chunk_id\": \"chunk-26\"}, \"node_info\": {\"start\": 0, \"end\": 302}, \"relationships\": {\"1\": \"e6a5e9bb-6be0-498d-8d3d-d93c63789a89\"}, \"__type__\": \"1\"}, \"848ecf5d-76d3-4136-b251-a5a3387ab52f\": {\"text\": \"\\u63a5\\u53e3\\u7684\\u7ee7\\u627f \\u4e00\\u4e2a\\u63a5\\u53e3\\u53ef\\u4ee5\\u7ee7\\u627f 1 \\u4e2a\\u6216\\u8005\\u591a\\u4e2a\\u63a5\\u53e3\\uff1a\\n\\u7ee7\\u627f\\u4f7f\\u7528\\u5173\\u952e\\u8bcdextends interface person {\\n  name: string;\\n}\\ninterface student {\\n  studentId: number;\\n}\\ninterface seniorStudent extends person, student {\\n  grade: string;\\n}\\nlet student1: seniorStudent = { name: 'Alan', studentId: 1, grade: 'one' };\\nconsole.log(student1);\", \"doc_id\": \"848ecf5d-76d3-4136-b251-a5a3387ab52f\", \"embedding\": null, \"doc_hash\": \"973ce84bb6d4da578b2d707a1b60151ed4d273e4ba05dddad33c0aa69065cba5\", \"extra_info\": {\"chunk_id\": \"chunk-27\"}, \"node_info\": {\"start\": 0, \"end\": 288}, \"relationships\": {\"1\": \"dcb2a617-8097-4170-a1dc-458a8e293c08\"}, \"__type__\": \"1\"}, \"3d0531b6-d7d1-4a24-8c3c-d34f1a4cbfa7\": {\"text\": \"\\u7c7b class TS \\u4e2d\\u7684\\u7c7b\\u548c ES6 \\u4e2d\\u7684\\u7c7b\\u5f88\\u76f8\\u4f3c\\uff0c\\u8fd9\\u91cc\\u53ea\\u4ecb\\u7ecd\\u4e0d\\u540c\\u7684\\u5730\\u65b9\", \"doc_id\": \"3d0531b6-d7d1-4a24-8c3c-d34f1a4cbfa7\", \"embedding\": null, \"doc_hash\": \"5490e422f200cc3b6db6b8d6166582ac554c462f9c736d12d466c7befb917d5f\", \"extra_info\": {\"chunk_id\": \"chunk-28\"}, \"node_info\": {\"start\": 0, \"end\": 37}, \"relationships\": {\"1\": \"2e122c0f-ab33-4056-812f-6c75ccc5684f\"}, \"__type__\": \"1\"}, \"15f2fd6b-bf6f-421f-bc1f-9dbbc3677009\": {\"text\": \"\\u53d8\\u91cf\\u4fee\\u9970\\u7b26 public\\uff08\\u9ed8\\u8ba4\\uff09\\nprivate\\uff08\\u79c1\\u6709\\uff0c\\u4e0d\\u80fd\\u5728\\u58f0\\u660e\\u5b83\\u7684\\u7c7b\\u7684\\u5916\\u90e8\\u8bbf\\u95ee\\uff09\\nprotected\\uff08\\u548c private \\u7c7b\\u4f3c\\uff0c\\u4e0d\\u540c\\u7684\\u662f protected \\u58f0\\u660e\\u7684\\u53d8\\u91cf\\u53ef\\u4ee5\\u5728\\u6d3e\\u751f\\u7c7b\\uff08\\u5373\\u5b50\\u7c7b\\uff09\\u4e2d\\u8bbf\\u95ee\\uff09\", \"doc_id\": \"15f2fd6b-bf6f-421f-bc1f-9dbbc3677009\", \"embedding\": null, \"doc_hash\": \"a811dcf44b752aa1933be478504ebed972984ac4963f52586287e800c0c90c69\", \"extra_info\": {\"chunk_id\": \"chunk-29\"}, \"node_info\": {\"start\": 0, \"end\": 101}, \"relationships\": {\"1\": \"ed8b3c3b-f88e-4765-bdce-d39eb9f1dc9b\"}, \"__type__\": \"1\"}, \"fc510fe7-a2fc-4da2-8589-3c8fe5da1fb6\": {\"text\": \"\\u9759\\u6001\\u5c5e\\u6027 static class Person {\\n  static fingerNum = 5;\\n}\\n\\n// \\u53ea\\u80fd\\u901a\\u8fc7\\u7c7b\\u6765\\u8bbf\\u95ee\\nconsole.log(Person.fingerNum);\\n// \\u4e0d\\u80fd\\u901a\\u8fc7\\u5b9e\\u4f8b\\u8bbf\\u95ee\\nconsole.log(new Person().fingerNum); // \\u5355\\u4f8b\\u6a21\\u5f0f\\u521b\\u5efa\\u552f\\u4e00\\u7684\\u5b9e\\u4f8b\\nclass singleClass {\\n  private static instance: singleClass;\\n  private constructor(public name: string) {}\\n\\n  static getInstance() {\\n    if (!this.instance) {\\n      this.instance = new singleClass('Alan');\\n    }\\n    return this.instance;\\n  }\\n}\\n\\nconst class1 = singleClass.getInstance();\\nconst class2 = singleClass.getInstance();\\nconsole.log(class1.name); // Alan\\nconsole.log(class1 === class2); // true\", \"doc_id\": \"fc510fe7-a2fc-4da2-8589-3c8fe5da1fb6\", \"embedding\": null, \"doc_hash\": \"dfa2d1adaac1b150e7c23ee661c41488ada54952ccf7d07894c16574ee850eed\", \"extra_info\": {\"chunk_id\": \"chunk-30\"}, \"node_info\": {\"start\": 0, \"end\": 562}, \"relationships\": {\"1\": \"a8f59134-e891-4534-89dd-5593ff4dcef8\"}, \"__type__\": \"1\"}, \"e548e4ac-2c22-4ae3-b218-68249a21b837\": {\"text\": \"\\u6784\\u9020\\u51fd\\u6570 class Person {\\n  constructor(name, mobile, sex) {\\n    this.name = name;\\n    this.mobile = mobile;\\n    this.sex = sex;\\n  }\\n  public name: string;\\n  private mobile: string;\\n  protected sex: string;\\n} \\u4e0a\\u9762\\u7684\\u4ee3\\u7801\\u53ef\\u4ee5\\u7b80\\u5199\\u6210\\u4e0b\\u9762\\u8fd9\\u6837 class Person {\\n  constructor(name: string, private mobile: string, protected sex: string) {}\\n}\", \"doc_id\": \"e548e4ac-2c22-4ae3-b218-68249a21b837\", \"embedding\": null, \"doc_hash\": \"7030ae329631403e46a3a8cb75caa14cb66682fc12ffcdca02425c4b2127c9ab\", \"extra_info\": {\"chunk_id\": \"chunk-31\"}, \"node_info\": {\"start\": 0, \"end\": 312}, \"relationships\": {\"1\": \"d696f206-1d7e-4d7c-8f22-5adb615ffc6e\"}, \"__type__\": \"1\"}, \"c90c27c3-2658-47de-b40b-865627bc7069\": {\"text\": \"\\u62bd\\u8c61\\u7c7b \\u4e0d\\u80fd\\u88ab\\u5b9e\\u4f8b\\u5316\\n\\u8981\\u4f7f\\u7528\\u7684\\u8bdd\\u8981\\u58f0\\u660e\\u5176\\u6d3e\\u751f\\u7c7b\\uff0c\\u5e76\\u4e14\\u91cd\\u5199\\u5176\\u4e2d\\u7684\\u62bd\\u8c61\\u65b9\\u6cd5 abstract class Animal {\\n  constructor(public name: string) {}\\n  sayHello() {\\n    console.log('hello');\\n  }\\n  // \\u58f0\\u660e\\u62bd\\u8c61\\u65b9\\u6cd5\\n  abstract action(): void;\\n}\\n\\nclass Bird extends Animal {\\n  constructor(name) {\\n    super(name);\\n  }\\n  action() {\\n    console.log('jijiji');\\n  }\\n}\\n\\nconst bird = new Bird('qc');\\nconsole.log(bird);\\n// Bird { name: 'qc' }\", \"doc_id\": \"c90c27c3-2658-47de-b40b-865627bc7069\", \"embedding\": null, \"doc_hash\": \"4ee92e9b048e320398b08a6dd6400dd971b1afa17beda5d469eafd9fa1aae043\", \"extra_info\": {\"chunk_id\": \"chunk-32\"}, \"node_info\": {\"start\": 0, \"end\": 373}, \"relationships\": {\"1\": \"27bf25fe-38bd-4fe3-9ce1-1024f0587326\"}, \"__type__\": \"1\"}, \"dfa7c551-954b-4224-bf24-1ce401cbe37b\": {\"text\": \"\\u6cdb\\u578b \\u6cdb\\u578b\\uff08Generics\\uff09\\u662f\\u6307\\u5728\\u5b9a\\u4e49\\u51fd\\u6570\\u3001\\u63a5\\u53e3\\u6216\\u7c7b\\u7684\\u65f6\\u5019\\uff0c\\u4e0d\\u9884\\u5148\\u6307\\u5b9a\\u5177\\u4f53\\u7684\\u7c7b\\u578b\\uff0c\\u800c\\u5728\\u4f7f\\u7528\\u7684\\u65f6\\u5019\\u518d\\u6307\\u5b9a\\u7c7b\\u578b\\u7684\\u4e00\\u79cd\\u7279\\u6027\\u3002\", \"doc_id\": \"dfa7c551-954b-4224-bf24-1ce401cbe37b\", \"embedding\": null, \"doc_hash\": \"9ad49b4c478cfadc93f889318e042fa48fc5c0ca6019375984942897ba627259\", \"extra_info\": {\"chunk_id\": \"chunk-33\"}, \"node_info\": {\"start\": 0, \"end\": 60}, \"relationships\": {\"1\": \"a558b00f-873b-4f18-bab1-872a1a94e98a\"}, \"__type__\": \"1\"}, \"c3236580-a75b-4275-81f4-9d3b7cef1683\": {\"text\": \"\\u51fd\\u6570\\u7528\\u6cd5\\uff1a<\\u6cdb\\u578b\\u540d> function Recruit<T>(name: string, props: T) {\\n  return name + props;\\n}\\n// \\u663e\\u5f0f\\u6307\\u5b9a\\u4e3aT\\u4e3anumber\\u7c7b\\u578b\\nconsole.log(Recruit<number>('Alan', 123)); // Alan123\\n// TS\\u81ea\\u52a8\\u63a8\\u65ad\\u4e3anumber\\u7c7b\\u578b\\uff0c\\u548c\\u4e0a\\u9762\\u6548\\u679c\\u4e00\\u6837\\nconsole.log(Recruit('Alan', 123)); // Alan123\\nconsole.log(Recruit('Alan', [1, 2, 3])); // Alan1,2,3 \\u4e5f\\u53ef\\u4ee5\\u4f7f\\u7528\\u591a\\u4e2a\\u6cdb\\u578b\\u540d\\uff0c\\u4e0b\\u9762\\u7684\\u4f8b\\u5b50\\u7ed3\\u5408\\u4e86\\u63a5\\u53e3\\u6765\\u5b8c\\u6210 interface Contact {\\n  mobile: string;\\n}\\n\\ninterface Address {\\n  province: string;\\n}\\n\\nfunction Recruit<C extends Contact, A extends Address>(name: string, contact: C, address: A) {\\n  return `${name}'s mobile is ${contact.mobile}, live in ${address.province}`;\\n}\\n\\nconsole.log(Recruit('Alan', { mobile: '666' }, { province: 'Shanghai' }));\\n// Alan's mobile is 666, live in Shanghai\", \"doc_id\": \"c3236580-a75b-4275-81f4-9d3b7cef1683\", \"embedding\": null, \"doc_hash\": \"f086538f4bf0508c20810b8f9c97854a188cb7cce5669faca3c23d19622a244f\", \"extra_info\": {\"chunk_id\": \"chunk-34\"}, \"node_info\": {\"start\": 0, \"end\": 684}, \"relationships\": {\"1\": \"2c1535d5-c02a-4feb-9a25-c662944f7b93\"}, \"__type__\": \"1\"}, \"101d146c-fc79-49b6-adca-4c972b8c5508\": {\"text\": \"\\u7c7b\\u7528\\u6cd5 interface employee {\\n  name: string;\\n  age: number;\\n}\\n\\nclass RecruitManager<T extends employee> {\\n  constructor(private data: Array<T>) {}\\n  select(age: number): T {\\n    return this.data.find((item) => item.age > age);\\n  }\\n}\\n\\nconst result = new RecruitManager([\\n  {\\n    name: 'Alan',\\n    age: 22\\n  },\\n  {\\n    name: 'Bob',\\n    age: 18\\n  }\\n]);\\nconsole.log(result.select(20));\", \"doc_id\": \"101d146c-fc79-49b6-adca-4c972b8c5508\", \"embedding\": null, \"doc_hash\": \"a92d7ba1e7892af96896c90d85e9572f58dcb4cb920cd264f7d3a5eebea99649\", \"extra_info\": {\"chunk_id\": \"chunk-35\"}, \"node_info\": {\"start\": 0, \"end\": 377}, \"relationships\": {\"1\": \"e632b20f-76b6-4991-ab35-145a35ac4a31\"}, \"__type__\": \"1\"}, \"7306f8e6-df91-458c-ae43-d9c839f23cca\": {\"text\": \"\\u6cdb\\u578b\\u7ea6\\u675f \\u4f7f\\u7528 extends \\u7ea6\\u675f\\u6cdb\\u578b interface info {\\n  mobile: string;\\n}\\n\\n// T\\u6cdb\\u578b\\u5fc5\\u987b\\u6ee1\\u8db3info\\nfunction Recruit<T extends info>(name: string, props: T) {\\n  return name + props.mobile;\\n}\\n\\nconsole.log(Recruit('Alan', { mobile: '1232910830' })); // Alan1232910830\", \"doc_id\": \"7306f8e6-df91-458c-ae43-d9c839f23cca\", \"embedding\": null, \"doc_hash\": \"2ceb866f21218d6a4a8b92b40b4e91c0db7a4e00a0c52f44c0687f2c5bffc96c\", \"extra_info\": {\"chunk_id\": \"chunk-36\"}, \"node_info\": {\"start\": 0, \"end\": 239}, \"relationships\": {\"1\": \"bb58c103-0727-4bdc-9b71-7ec925ed4ecb\"}, \"__type__\": \"1\"}, \"9ec4d366-4d21-425f-93b4-ae2359860ea2\": {\"text\": \"React \\u76f8\\u5173\", \"doc_id\": \"9ec4d366-4d21-425f-93b4-ae2359860ea2\", \"embedding\": null, \"doc_hash\": \"12cd303e52c49831620268bc83478bfe214aa8eb2b09bbaa54718eedf746bbb2\", \"extra_info\": {\"chunk_id\": \"chunk-37\"}, \"node_info\": {\"start\": 0, \"end\": 8}, \"relationships\": {\"1\": \"acbfa9d4-c511-43de-94e5-78ad6b16129f\"}, \"__type__\": \"1\"}, \"9e319a75-247a-46b6-8d3b-cff1ac3f435f\": {\"text\": \"class \\u7ec4\\u4ef6\\u52a8\\u6001\\u8bbe\\u7f6e state this.setState({\\n  [name]: value\\n} as Pick<CompontentState, keyof CompontentState>);\", \"doc_id\": \"9e319a75-247a-46b6-8d3b-cff1ac3f435f\", \"embedding\": null, \"doc_hash\": \"9537fc8944bd88ba1968179310286b5c194ce094cf5ab7c9a4d7d94991b804cc\", \"extra_info\": {\"chunk_id\": \"chunk-38\"}, \"node_info\": {\"start\": 0, \"end\": 102}, \"relationships\": {\"1\": \"aa8c664e-b539-4c66-bb9d-df2931ec0810\"}, \"__type__\": \"1\"}}, \"ref_doc_info\": {\"21a955c0-622a-4c97-9117-437af8658d45\": {\"doc_hash\": \"2307b39485250cd94995d8666dd272a09bee383792fe86245f6a4bb3ece98ca9\"}, \"e56268a3-c5a8-4b7f-afda-bd060b1cdee9\": {\"doc_hash\": \"bafae36e53e716b19af95358bebfe8d043db80872d72629c5a3e8f9b5ccdb053\"}, \"b1776768-ec21-4b6a-a963-3c8f7b3218ba\": {\"doc_hash\": \"0f084a1dd98c822011dc3604b2d461617c3dfee488f4ef3c22be88029a0afafa\"}, \"734540c2-841b-45e6-9ec7-603800b92cf7\": {\"doc_hash\": \"b02b04fffa09f4673333cc31e16978f92eb42e1ad4cbe7b0a09e806248bbbd6e\"}, \"018d6d72-d629-4709-862b-41d7f8629d57\": {\"doc_hash\": \"a9574655c0cdd209bde520679e53355f5f110326e28aa64823e2cecd0d0eefa0\"}, \"12ac3a1e-e683-466d-932a-2e54e0be6eb0\": {\"doc_hash\": \"98beb364b7646e01a84a4767f7f1662d799afca8ff8240f7668c14c2c7cc5f16\"}, \"89163289-d995-427e-a808-27e71db6ff45\": {\"doc_hash\": \"37a8aa3b436a9ec4f72c513db917b7f9b63aea7f662219010c11163f897be8fe\"}, \"d008bc48-963e-4f84-b3dd-c2931166ebb5\": {\"doc_hash\": \"6d052b5ec49d1344135e7416d1ed42a41dd19fac1b3db9d3cb05620f946ed226\"}, \"6dc555fe-9425-4618-a49b-451669e425b1\": {\"doc_hash\": \"65366f149cf9b8aea4480aa0e345e6b37b22f3aba81a2e8fdb7dd2087beac510\"}, \"8474ea61-80d7-4417-b755-c6e397e3b401\": {\"doc_hash\": \"cae30b7ac0ef2a3a294d4043d360a68a146bacc694b5acd47732479c8e656702\"}, \"d37cf6fd-15b0-4659-a8ef-4ee8155cc15b\": {\"doc_hash\": \"5acf49782c0c82b536cb65ca9d5debceb82a7c6e7cf67c62271d94cd8145ee71\"}, \"9b0a3ff6-8bd8-4d4a-9b00-52785d4b210c\": {\"doc_hash\": \"b324143ee3bf5fc5a0f5fc6d593b0e0794daaba562320ba6c6449de59dff3251\"}, \"51601eb9-d60f-4047-8c8e-7b2ed6a3cf9e\": {\"doc_hash\": \"a84895db4d97056e31c6d9483307933b3d8145d7e99d24be32ccdf711f6bc0ec\"}, \"1e02236c-240d-40d2-837b-0cf0aa90a5aa\": {\"doc_hash\": \"b6356c3fdbbbcdcb8667bc544fe747400db78359631e525fc9e043ad4fd05175\"}, \"d82fb1de-bbda-4dd0-9836-aaabf77923dd\": {\"doc_hash\": \"2076b5306106ed1b35f58070465ac47a1d491137f42f76e43f1bf0df3a57486a\"}, \"8c1251f5-67f2-48a3-968b-c33b4a8ff1c5\": {\"doc_hash\": \"a0538d33be0136daa1a26ae3f34b390319545ad5b9493ffff5951d1f440382ac\"}, \"3e179706-c256-4c70-89c0-55f24d005797\": {\"doc_hash\": \"7802d7437b86596e0a91a39b73c7a637116f5a87f895117221963709ebed2b3b\"}, \"0a20be3a-924c-423b-a2e1-4ef1c61d3ac9\": {\"doc_hash\": \"f494431bf19a7a970920138ac1d0c20d95fa90c253f5e541cdfdd20007790a45\"}, \"ba317822-857b-4870-af49-e84d092df5e1\": {\"doc_hash\": \"9eb7bd03a257ec6e0fd029a533cf4de4d3da5e2e57120f567bf6944f8ea91163\"}, \"aee4c258-c984-4d25-bb03-1ae177fcbe5f\": {\"doc_hash\": \"9bafd57e0eac463cf623d05a85c51c7e1273db9401bfb1520fc01a5e4c757ba3\"}, \"ab31904c-9c4b-4338-a8a7-ff02a8e5c386\": {\"doc_hash\": \"31b7fdd346228405f0afa4dd184e82604957c7f06dacce9e251e06ca32fc5abe\"}, \"7f0504d0-71b6-4fea-a184-d15676f12cb2\": {\"doc_hash\": \"8ebd93b050b1716b5261c9e63e225613bebfd846d4240b94eaed028af7268e53\"}, \"6be0fe26-4108-4ad4-b1a4-2e206f73f689\": {\"doc_hash\": \"29bde5301e056555255c63a4ccff5e06ab417a7fd80e6447619c3db2690424fa\"}, \"566a70c6-b8a0-47cc-8096-3049ebebf609\": {\"doc_hash\": \"8b735e3ccb977731cde0959069a8a48774dccf6d2567b92e96308c1c2daa1c06\"}, \"92c1bef6-fb7c-40ce-9353-0740f8e10c4d\": {\"doc_hash\": \"6514d54ba6a7d43b073681192f4d17d1ec2fc6b2bb1a7b224742c1bf158badc3\"}, \"ca6577ab-732b-4f30-8238-d216052bf0b1\": {\"doc_hash\": \"ef7305b2517fa3475eaa8ae70959e0d7f1e757c7fbb8dd1b5028cc9da5cccdca\"}, \"5cf17352-caec-4568-9309-a210a3ff1c0f\": {\"doc_hash\": \"451f0a8b1502b0050ebc0e59bff322d74d2307082fae304f303e8bb736439401\"}, \"cef10f82-40f1-47cb-af95-bdccc59572d0\": {\"doc_hash\": \"16602e3ba1a74500b510aa234c921130e0802ca6cb1de275b829fcec7bad1b4e\"}, \"974b5c12-dc26-4717-a72c-e1b0f942b73c\": {\"doc_hash\": \"047192327eaa5a53eae28cbd3f5187c3ad08ac3394dbde8257323c8cb65b6b48\"}, \"21c3cbf0-8a93-48e6-9065-057cada8018e\": {\"doc_hash\": \"d88f59d8b0838cba15879f997d375a8086c7db793e4abffdd5a017b9c39caf12\"}, \"a010b754-4202-453e-ac6b-faee4d6517c5\": {\"doc_hash\": \"be2d85d9c5767aa139352203394c0525215fb6bf953c07f05fccf3649884184f\"}, \"7f3beb41-530d-4082-974d-129bea8e8638\": {\"doc_hash\": \"3c4c818900b181eb9ce8dd0e3b573f29f012eb246340ad79a9c95fe8025b0237\"}, \"2c7afcc2-2705-40db-b9e9-0eb977fa0d8f\": {\"doc_hash\": \"225a0fa14cfc2253b5a0db34f0a95cff8b6898e086e0d1587736904754af6112\"}, \"e6a5e9bb-6be0-498d-8d3d-d93c63789a89\": {\"doc_hash\": \"9a0f0629ba1d33b1a8e12b4708b708a24ba2fc4ce2d7ee5375db278d440d945b\"}, \"dcb2a617-8097-4170-a1dc-458a8e293c08\": {\"doc_hash\": \"973ce84bb6d4da578b2d707a1b60151ed4d273e4ba05dddad33c0aa69065cba5\"}, \"2e122c0f-ab33-4056-812f-6c75ccc5684f\": {\"doc_hash\": \"5490e422f200cc3b6db6b8d6166582ac554c462f9c736d12d466c7befb917d5f\"}, \"ed8b3c3b-f88e-4765-bdce-d39eb9f1dc9b\": {\"doc_hash\": \"a811dcf44b752aa1933be478504ebed972984ac4963f52586287e800c0c90c69\"}, \"a8f59134-e891-4534-89dd-5593ff4dcef8\": {\"doc_hash\": \"dfa2d1adaac1b150e7c23ee661c41488ada54952ccf7d07894c16574ee850eed\"}, \"d696f206-1d7e-4d7c-8f22-5adb615ffc6e\": {\"doc_hash\": \"7030ae329631403e46a3a8cb75caa14cb66682fc12ffcdca02425c4b2127c9ab\"}, \"27bf25fe-38bd-4fe3-9ce1-1024f0587326\": {\"doc_hash\": \"4ee92e9b048e320398b08a6dd6400dd971b1afa17beda5d469eafd9fa1aae043\"}, \"a558b00f-873b-4f18-bab1-872a1a94e98a\": {\"doc_hash\": \"9ad49b4c478cfadc93f889318e042fa48fc5c0ca6019375984942897ba627259\"}, \"2c1535d5-c02a-4feb-9a25-c662944f7b93\": {\"doc_hash\": \"f086538f4bf0508c20810b8f9c97854a188cb7cce5669faca3c23d19622a244f\"}, \"e632b20f-76b6-4991-ab35-145a35ac4a31\": {\"doc_hash\": \"a92d7ba1e7892af96896c90d85e9572f58dcb4cb920cd264f7d3a5eebea99649\"}, \"bb58c103-0727-4bdc-9b71-7ec925ed4ecb\": {\"doc_hash\": \"2ceb866f21218d6a4a8b92b40b4e91c0db7a4e00a0c52f44c0687f2c5bffc96c\"}, \"acbfa9d4-c511-43de-94e5-78ad6b16129f\": {\"doc_hash\": \"12cd303e52c49831620268bc83478bfe214aa8eb2b09bbaa54718eedf746bbb2\"}, \"aa8c664e-b539-4c66-bb9d-df2931ec0810\": {\"doc_hash\": \"9537fc8944bd88ba1968179310286b5c194ce094cf5ab7c9a4d7d94991b804cc\"}, \"7a896c33-304c-4146-83f7-aac5baef6d5c\": {\"doc_hash\": \"2307b39485250cd94995d8666dd272a09bee383792fe86245f6a4bb3ece98ca9\"}, \"f49a359a-5187-4981-b7b9-780b58b0c6d4\": {\"doc_hash\": \"bafae36e53e716b19af95358bebfe8d043db80872d72629c5a3e8f9b5ccdb053\"}, \"b259d095-7dd5-46d6-97d8-d75ccd95a0f8\": {\"doc_hash\": \"0f084a1dd98c822011dc3604b2d461617c3dfee488f4ef3c22be88029a0afafa\"}, \"2939d9cd-7823-4e68-b816-06ba974402de\": {\"doc_hash\": \"b02b04fffa09f4673333cc31e16978f92eb42e1ad4cbe7b0a09e806248bbbd6e\"}, \"5afda6f6-6667-4d00-aed6-536980d4048c\": {\"doc_hash\": \"a9574655c0cdd209bde520679e53355f5f110326e28aa64823e2cecd0d0eefa0\"}, \"ed1f4e7d-5215-49d9-9617-f39fd8b3af50\": {\"doc_hash\": \"98beb364b7646e01a84a4767f7f1662d799afca8ff8240f7668c14c2c7cc5f16\"}, \"0d8deb37-8cff-41c5-a776-8533b5d8d7a6\": {\"doc_hash\": \"37a8aa3b436a9ec4f72c513db917b7f9b63aea7f662219010c11163f897be8fe\"}, \"bbdedcba-8180-4834-8b5c-531e4c48d3d8\": {\"doc_hash\": \"6d052b5ec49d1344135e7416d1ed42a41dd19fac1b3db9d3cb05620f946ed226\"}, \"460ef4a3-b18b-4d1f-877a-8cfdb56df86e\": {\"doc_hash\": \"65366f149cf9b8aea4480aa0e345e6b37b22f3aba81a2e8fdb7dd2087beac510\"}, \"d149488a-d456-4a18-b778-c3224bbe06b9\": {\"doc_hash\": \"cae30b7ac0ef2a3a294d4043d360a68a146bacc694b5acd47732479c8e656702\"}, \"d6032c22-3ae3-4d32-bbb2-e68e7cc65019\": {\"doc_hash\": \"5acf49782c0c82b536cb65ca9d5debceb82a7c6e7cf67c62271d94cd8145ee71\"}, \"fa410870-8515-46f8-a4cd-b31333a824b8\": {\"doc_hash\": \"b324143ee3bf5fc5a0f5fc6d593b0e0794daaba562320ba6c6449de59dff3251\"}, \"13902676-6094-40ed-a72b-b26d82648545\": {\"doc_hash\": \"a84895db4d97056e31c6d9483307933b3d8145d7e99d24be32ccdf711f6bc0ec\"}, \"de5cb13e-b4d0-4437-8b2f-094e0e313fda\": {\"doc_hash\": \"2076b5306106ed1b35f58070465ac47a1d491137f42f76e43f1bf0df3a57486a\"}, \"7a9bef46-b0b6-47d1-aed1-c14bc43b3cb7\": {\"doc_hash\": \"a0538d33be0136daa1a26ae3f34b390319545ad5b9493ffff5951d1f440382ac\"}, \"52c4fe6b-0d59-4548-a31c-0046c5e122b7\": {\"doc_hash\": \"7802d7437b86596e0a91a39b73c7a637116f5a87f895117221963709ebed2b3b\"}, \"2173dc20-381b-4f26-a7ae-cf6ed8ecf7a5\": {\"doc_hash\": \"f494431bf19a7a970920138ac1d0c20d95fa90c253f5e541cdfdd20007790a45\"}, \"bf8fc94d-df27-46a5-9c4e-f9a3a55cf433\": {\"doc_hash\": \"9eb7bd03a257ec6e0fd029a533cf4de4d3da5e2e57120f567bf6944f8ea91163\"}, \"d2ae85e3-7325-4109-9c31-783db46dc71f\": {\"doc_hash\": \"31b7fdd346228405f0afa4dd184e82604957c7f06dacce9e251e06ca32fc5abe\"}, \"5711bb2c-99ed-4f9e-bfe5-9aa329f91be6\": {\"doc_hash\": \"8ebd93b050b1716b5261c9e63e225613bebfd846d4240b94eaed028af7268e53\"}, \"4c118271-0bab-4ec7-a991-0c5048fbf870\": {\"doc_hash\": \"29bde5301e056555255c63a4ccff5e06ab417a7fd80e6447619c3db2690424fa\"}, \"fc65773a-7dfc-45c8-ad2c-7fa2481f8af1\": {\"doc_hash\": \"8b735e3ccb977731cde0959069a8a48774dccf6d2567b92e96308c1c2daa1c06\"}, \"9bb65ace-2cb2-4fa5-b41a-833080e5bd05\": {\"doc_hash\": \"6514d54ba6a7d43b073681192f4d17d1ec2fc6b2bb1a7b224742c1bf158badc3\"}, \"4b48d21f-59c0-4fee-b34d-7a1448d2b288\": {\"doc_hash\": \"ef7305b2517fa3475eaa8ae70959e0d7f1e757c7fbb8dd1b5028cc9da5cccdca\"}, \"ee5f976b-0c07-4a9d-91d4-829ef52eac20\": {\"doc_hash\": \"451f0a8b1502b0050ebc0e59bff322d74d2307082fae304f303e8bb736439401\"}, \"79d37838-25fc-4b42-a92c-abb504b117ae\": {\"doc_hash\": \"16602e3ba1a74500b510aa234c921130e0802ca6cb1de275b829fcec7bad1b4e\"}, \"4a7e5d80-2995-4cbf-bfb8-76aae65eaea5\": {\"doc_hash\": \"047192327eaa5a53eae28cbd3f5187c3ad08ac3394dbde8257323c8cb65b6b48\"}, \"b3d5b887-7574-4748-a086-b706e97401c8\": {\"doc_hash\": \"d88f59d8b0838cba15879f997d375a8086c7db793e4abffdd5a017b9c39caf12\"}, \"aa8bf8eb-2307-4f23-aa04-44d9f8f444d7\": {\"doc_hash\": \"be2d85d9c5767aa139352203394c0525215fb6bf953c07f05fccf3649884184f\"}, \"4d9eb0e4-a87f-40c4-b47b-66ac6c53bd04\": {\"doc_hash\": \"3c4c818900b181eb9ce8dd0e3b573f29f012eb246340ad79a9c95fe8025b0237\"}, \"70ba8d73-5d31-4225-859c-a178a62e840b\": {\"doc_hash\": \"225a0fa14cfc2253b5a0db34f0a95cff8b6898e086e0d1587736904754af6112\"}, \"30a9d57b-9c58-45e3-9a97-7579c6178cdf\": {\"doc_hash\": \"9a0f0629ba1d33b1a8e12b4708b708a24ba2fc4ce2d7ee5375db278d440d945b\"}, \"848ecf5d-76d3-4136-b251-a5a3387ab52f\": {\"doc_hash\": \"973ce84bb6d4da578b2d707a1b60151ed4d273e4ba05dddad33c0aa69065cba5\"}, \"3d0531b6-d7d1-4a24-8c3c-d34f1a4cbfa7\": {\"doc_hash\": \"5490e422f200cc3b6db6b8d6166582ac554c462f9c736d12d466c7befb917d5f\"}, \"15f2fd6b-bf6f-421f-bc1f-9dbbc3677009\": {\"doc_hash\": \"a811dcf44b752aa1933be478504ebed972984ac4963f52586287e800c0c90c69\"}, \"fc510fe7-a2fc-4da2-8589-3c8fe5da1fb6\": {\"doc_hash\": \"dfa2d1adaac1b150e7c23ee661c41488ada54952ccf7d07894c16574ee850eed\"}, \"e548e4ac-2c22-4ae3-b218-68249a21b837\": {\"doc_hash\": \"7030ae329631403e46a3a8cb75caa14cb66682fc12ffcdca02425c4b2127c9ab\"}, \"c90c27c3-2658-47de-b40b-865627bc7069\": {\"doc_hash\": \"4ee92e9b048e320398b08a6dd6400dd971b1afa17beda5d469eafd9fa1aae043\"}, \"dfa7c551-954b-4224-bf24-1ce401cbe37b\": {\"doc_hash\": \"9ad49b4c478cfadc93f889318e042fa48fc5c0ca6019375984942897ba627259\"}, \"c3236580-a75b-4275-81f4-9d3b7cef1683\": {\"doc_hash\": \"f086538f4bf0508c20810b8f9c97854a188cb7cce5669faca3c23d19622a244f\"}, \"101d146c-fc79-49b6-adca-4c972b8c5508\": {\"doc_hash\": \"a92d7ba1e7892af96896c90d85e9572f58dcb4cb920cd264f7d3a5eebea99649\"}, \"7306f8e6-df91-458c-ae43-d9c839f23cca\": {\"doc_hash\": \"2ceb866f21218d6a4a8b92b40b4e91c0db7a4e00a0c52f44c0687f2c5bffc96c\"}, \"9ec4d366-4d21-425f-93b4-ae2359860ea2\": {\"doc_hash\": \"12cd303e52c49831620268bc83478bfe214aa8eb2b09bbaa54718eedf746bbb2\"}, \"9e319a75-247a-46b6-8d3b-cff1ac3f435f\": {\"doc_hash\": \"9537fc8944bd88ba1968179310286b5c194ce094cf5ab7c9a4d7d94991b804cc\"}}}}, \"vector_store\": {\"__type__\": \"simple\", \"__data__\": {\"simple_vector_store_data_dict\": {\"embedding_dict\": {\"7a896c33-304c-4146-83f7-aac5baef6d5c\": [0.011843118816614151, 0.0011015060590580106, 0.017582951113581657, -0.031325630843639374, -0.005835839081555605, -0.008551458828151226, -0.01817270740866661, -0.006305586080998182, 0.00040567139512859285, -0.05154190957546234, 0.02253415621817112, 0.00525294104591012, 0.004412881564348936, -0.011342511512339115, 0.005983277689665556, 0.006195864174515009, 0.0003621683281380683, -0.004049427807331085, 0.04021311178803444, -0.024440575391054153, -0.021546658128499985, 0.00842802133411169, -0.016568021848797798, -0.004995780065655708, -0.028747163712978363, 0.01685604266822338, 0.024975471198558807, -0.013194071128964424, -0.020943187177181244, -0.011932267807424068, 0.00916178710758686, -0.02055916003882885, -0.012309436686336994, -0.020902041345834732, -0.00015129634994082153, -0.017390936613082886, -0.023686237633228302, -0.016595453023910522, 0.015306219458580017, -0.02076488919556141, 0.030969034880399704, -0.0007701970171183348, -0.009182360023260117, 0.01640343852341175, 0.011116210371255875, 0.018748747184872627, 0.004522603936493397, -0.014689032919704914, -0.02040829136967659, 0.013687819242477417, 0.026250988245010376, 0.04238012433052063, -0.03417840227484703, -0.03225826844573021, -0.004940919112414122, 0.001808698638342321, -0.026648731902241707, -0.003809410845860839, 0.015004483982920647, -0.032889168709516525, 0.022150129079818726, 0.006432452239096165, -0.027924248948693275, -0.020737458020448685, -0.008524027653038502, 0.01781610958278179, -0.028637442737817764, 0.01390040572732687, 0.0030413568019866943, 0.014037558808922768, 0.02243814989924431, 0.016773751005530357, -0.012234003283083439, 0.0066793267615139484, 0.04292873293161392, 0.001302948803640902, -0.005479242652654648, -0.022095268592238426, 0.01604684256017208, 0.00024494578246958554, 0.007975418120622635, -0.0016475444426760077, -0.008421164005994797, 0.0394999198615551, -0.007790261879563332, 0.026456717401742935, 0.010149285197257996, -0.003175080521032214, -0.02031228505074978, -0.01796697825193405, -0.00515007646754384, -0.002242443384602666, 0.006075855810195208, 0.022671308368444443, 0.01040301751345396, 0.022918183356523514, 0.0009566387161612511, 0.005362662952393293, -0.006381019949913025, -0.02112148515880108, -0.0022647306323051453, -0.012926623225212097, -0.038567282259464264, -0.013200928457081318, -0.023631375283002853, 0.0013680962147191167, 0.03063986822962761, 0.018145276233553886, 0.022369572892785072, 0.005122645758092403, -0.03549506887793541, 0.0262235589325428, 0.01334493886679411, -0.02830827608704567, -0.00728965550661087, -0.0039568496868014336, 0.0034956743475049734, -0.02131349965929985, -0.012371155433356762, -0.034452710300683975, 0.007481669075787067, 0.03837526962161064, 0.0009146357188001275, 0.0033876667730510235, 0.004841483198106289, 0.009113783948123455, 0.017637811601161957, -0.0009274937910959125, -4.8646277718944475e-05, -0.026854459196329117, 0.03568708151578903, 0.0036311123985797167, -0.0043820226565003395, -0.005705544259399176, -0.01959909312427044, 0.011273935437202454, -0.01490847673267126, -0.002413884038105607, -0.027211057022213936, -0.022959329187870026, 0.0156491007655859, 0.018693886697292328, -0.01139737293124199, -0.0055341036058962345, 0.019969403743743896, -4.5190678065409884e-05, 0.021231207996606827, 0.024221131578087807, -0.0024944611359387636, -0.0014666746137663722, 0.0069090574979782104, 0.018104130402207375, -0.006744474172592163, 0.011959698051214218, 0.013626101426780224, 0.017884686589241028, 0.030502716079354286, -0.009820119477808475, 0.020833464339375496, 0.02738935500383377, 0.01766524277627468, 0.019818536937236786, 0.019365932792425156, -0.02850029058754444, 0.010663607157766819, 0.029405497014522552, -0.00010109639697475359, -0.018309859558939934, 0.027581367641687393, -0.0019372791284695268, 0.01817270740866661, 0.012954053469002247, -0.01599198207259178, -0.0009549242677167058, 0.002547607757151127, 0.013824972324073315, 0.019859682768583298, 0.024275992065668106, -0.024468006566166878, -0.008332014083862305, -0.02496175467967987, -0.008380018174648285, 0.023219918832182884, 0.02110777050256729, -0.03135306015610695, 0.00598670681938529, 0.01053331233561039, 0.026250988245010376, 0.014167853631079197, 0.002175581641495228, 0.022136414423584938, 0.016033127903938293, 0.008956057950854301, -0.024797173216938972, -0.6175154447555542, -0.0076736826449632645, -0.002432742388918996, -0.03991137817502022, 0.020326001569628716, 0.0019372791284695268, 0.013502663932740688, 0.021587803959846497, -0.012494592927396297, -0.0361533984541893, 0.01377011090517044, 0.01702062599360943, 0.005822123493999243, -0.001947565469890833, -0.024577727541327477, -0.021299783140420914, 0.009333227761089802, -0.0030053541995584965, -0.0023041621316224337, 0.02349422313272953, -0.02308276668190956, -0.0041797226294875145, -0.007186790928244591, 0.0039602783508598804, 0.022726168856024742, -0.01944822445511818, 0.032477714121341705, 0.007378804497420788, -0.008709183894097805, 0.02526349015533924, -0.05033496767282486, 0.008242865093052387, 0.0016235427465289831, -0.012871762737631798, 0.05469641834497452, -0.012282006442546844, -0.0035111040342599154, 0.01625257171690464, 0.004536319058388472, 0.018556732684373856, -0.0014452445320785046, -0.004402595106512308, 0.00725536746904254, 0.0004778907459694892, 0.008613177575170994, -0.007749116513878107, 0.01994197443127632, -0.006840480957180262, 0.0029024898540228605, -0.0028201984241604805, -0.009545814245939255, -0.008009705692529678, 0.013838686980307102, 0.01514163613319397, -0.021450651809573174, -0.016334863379597664, 0.024179985746741295, -0.028692303225398064, -0.018501872196793556, -0.005078071262687445, -0.0032059396617114544, 0.0003231655864510685, -0.015333649702370167, -0.006350161042064428, -0.01894075982272625, 0.023919396102428436, -0.015525663271546364, -0.02086089551448822, 0.01619771122932434, 0.003908846527338028, -0.018625309690833092, 0.011479664593935013, -0.008174289017915726, -0.03925304487347603, -0.0024207415990531445, 0.026305850595235825, 0.03212111443281174, -0.008469167165458202, -0.0034082396887242794, -0.0016526876715943217, -0.01156881358474493, 0.005832409951835871, -0.018927045166492462, -0.01233000960201025, 0.02112148515880108, -0.008249723352491856, -0.014112992212176323, -0.0345349982380867, 0.02147808112204075, -0.017390936613082886, -0.00014915334759280086, -0.0022767314221709967, -0.002972780494019389, -0.02932320535182953, -0.0123025793582201, 0.0326971560716629, 0.011925410479307175, -0.002775623695924878, -0.005948989652097225, -0.017089201137423515, -0.014469589106738567, -0.010800759308040142, -0.015429656021296978, 0.019859682768583298, 0.015717675909399986, 0.006641610059887171, -0.01219971477985382, -0.016280002892017365, 0.03159993514418602, 0.0029522075783461332, 0.0032848024275153875, -0.011417945846915245, -0.011753969825804234, -0.009182360023260117, -0.006837052293121815, -0.027197340503335, 0.023329639807343483, -0.008476024493575096, 0.010464736260473728, -0.018200136721134186, -1.4947479940019548e-05, 0.021711241453886032, 0.016773751005530357, -0.011027061380445957, 0.004073429387062788, 0.00030130689265206456, -0.0008786332327872515, 0.0037511209957301617, -0.009408662095665932, -0.008709183894097805, 0.0051123593002557755, 0.01848815754055977, 0.013187212869524956, 0.0009472094825468957, 0.011054491624236107, -0.015031914226710796, 0.003024212783202529, -0.007605106104165316, 0.004224297124892473, -0.029707232490181923, -0.0018258426571264863, -0.0062918709591031075, 0.015594239346683025, 0.010855620726943016, -0.012686606496572495, -0.007467953953891993, -0.038869019597768784, -0.01670517399907112, -0.007447381038218737, -0.0070564961060881615, -0.003829983528703451, -0.0024996043648570776, -0.009881838224828243, 0.012830616906285286, -0.020326001569628716, 0.006662182975560427, 0.010464736260473728, -0.021286068484187126, -0.02031228505074978, -0.01040301751345396, -0.019571661949157715, 0.017459513619542122, -0.003936276771128178, -0.0078108347952365875, -0.012467162683606148, -0.028390567749738693, -0.00875718705356121, 0.008386875502765179, -0.028445428237318993, -0.027965394780039787, -0.004021997097879648, 0.014154138043522835, -0.004234583582729101, -0.005448383279144764, 0.008304583840072155, 0.011273935437202454, -0.020339716225862503, -0.012137996032834053, 0.018913330510258675, -0.007474811282008886, -0.0156491007655859, 0.009991560131311417, 0.002060716273263097, -0.014346151612699032, 0.017048055306077003, 0.03538534417748451, 0.021148916333913803, 0.013824972324073315, -0.009943556040525436, 0.009717254899442196, 0.03843013197183609, 0.023370785638689995, -0.01715777814388275, 0.006782191339880228, 0.002760194009169936, 0.037250619381666183, 0.014263859950006008, 0.016033127903938293, -0.010492166504263878, -0.013934694230556488, 0.02981695346534252, 0.016718890517950058, 0.007707970682531595, -0.02071002870798111, 0.024701165035367012, -0.02744421549141407, 0.0013123779790475965, 0.005914701614528894, 0.011020203121006489, 0.009024634957313538, 0.018049269914627075, -0.012144854292273521, -0.025853246450424194, -0.011884264647960663, 0.01969509944319725, 0.026209842413663864, -0.023000475019216537, -0.0032556576188653708, -0.002806483069434762, -0.01394840981811285, -0.01005327794700861, -0.03063986822962761, -0.013804399408400059, 0.008873767219483852, -0.03711346536874771, 0.027759665623307228, 0.00901777669787407, 0.009607532992959023, -0.019571661949157715, -0.02177981659770012, -0.02243814989924431, -0.023521654307842255, 0.011500237509608269, 0.00011400802031857893, 0.0026418999768793583, 0.009223505854606628, 0.02915862202644348, -0.020586591213941574, 0.02136836014688015, -0.00603813910856843, -0.022410718724131584, 0.012549454346299171, 0.00663475226610899, -0.018927045166492462, 0.02060030587017536, 0.02294561266899109, 0.05930474027991295, 0.009148071520030499, -0.014647887088358402, -0.0059215594083070755, -0.013859259895980358, 0.018515586853027344, -0.02492060884833336, -0.020641451701521873, 0.02263016253709793, -0.03239542245864868, 0.009120641276240349, 0.02537321299314499, 0.031929101794958115, 0.005287229083478451, -0.023466793820261955, -0.007755973841995001, 0.021697524935007095, 0.013084348291158676, 0.013262647204101086, 0.01843329705297947, -0.018447011709213257, -0.003240227932110429, -0.025743525475263596, -0.007049638777971268, -0.009881838224828243, -0.0007110500009730458, -0.019420795142650604, 0.002614469500258565, 0.012282006442546844, 0.0037442632019519806, 0.01691090315580368, 0.031874243170022964, 0.00962124764919281, -0.01868017017841339, -0.0254143588244915, -0.009518384002149105, 0.004574035760015249, 0.03933533653616905, -0.0013809542870149016, -0.021560372784733772, -0.013296934776008129, 0.017377221956849098, 0.0004491744330152869, 0.013399799354374409, -0.02010655589401722, 0.022973043844103813, 0.020984333008527756, -0.0131117794662714, -0.03607110679149628, 0.013372369110584259, 0.027156194671988487, -0.00030259269988164306, -0.02313762716948986, 0.0006446167826652527, 0.0056815422140061855, 0.00931951217353344, 0.013413514941930771, -0.008805190213024616, 0.028774594888091087, 0.009717254899442196, -0.021176345646381378, 0.009552671574056149, 0.004430025815963745, -0.007728543598204851, -0.009833834134042263, -0.033190906047821045, -0.00249274680390954, -0.0023093053605407476, 0.010252149775624275, -0.0002252301201224327, -0.0028613440226763487, -0.0065558897331357, 0.04652212932705879, 0.007947987876832485, -0.0036413988564163446, 0.001854987582191825, -0.034150972962379456, 0.03297146037220955, 0.004399166442453861, 0.010313868522644043, 0.004690615460276604, -0.0008426306885667145, -0.008448594249784946, 0.007474811282008886, -0.03113361820578575, -0.0004388880042824894, -0.004402595106512308, -0.024289708584547043, -0.021999260410666466, -0.0008512026979587972, 0.032834310084581375, 0.006477026734501123, -0.001834414666518569, 0.009038349613547325, -0.001767552923411131, -0.021601518616080284, -0.006250725127756596, -0.026086406782269478, 0.0033465209417045116, 0.0033722370862960815, 0.030859312042593956, 0.024687450379133224, -0.007186790928244591, 0.02076488919556141, -0.0036928311455994844, 0.015429656021296978, 0.012755182571709156, -0.010211003944277763, -0.0021995832212269306, -0.0014049559831619263, 0.0033190904650837183, 0.0026916179340332747, -0.010224718600511551, 0.02385082095861435, -0.011678535491228104, 0.026868175715208054, 0.01798069290816784, 0.002201297553256154, -0.003675687126815319, 0.012110565789043903, 0.03003639727830887, -0.011815687641501427, 0.0009274937910959125, 0.0003655971377156675, 0.005873555783182383, -0.0016123991226777434, -0.013626101426780224, 0.011308223940432072, 0.008668038062751293, 0.028417998924851418, -0.03864957392215729, -0.01702062599360943, -0.02221870608627796, -0.0066587538458406925, 0.012021416798233986, 0.00809885561466217, 0.013152925297617912, -0.03914332389831543, 0.008599461987614632, -0.04125547409057617, 0.00031695087091065943, -0.008798332884907722, -0.012528881430625916, -0.0022047264501452446, 0.0011812258744612336, -0.03601624816656113, -0.019626522436738014, -0.013152925297617912, 0.0004543176619336009, -0.009916125796735287, -0.03173708915710449, -0.027060188353061676, 0.007872553542256355, -0.016952048987150192, 0.021340928971767426, -0.00577069167047739, -0.019365932792425156, 0.011054491624236107, -0.017692672088742256, -0.003644827753305435, 0.0012986627407371998, -0.024852033704519272, -0.015580523759126663, -0.015717675909399986, 0.01969509944319725, -0.02637442573904991, 0.005359233822673559, 0.018200136721134186, 0.01040301751345396, -0.021807247772812843, 0.010087566450238228, 0.00479690870270133, 0.008448594249784946, 0.01670517399907112, 0.009730969555675983, 0.011747111566364765, -0.0008794903988018632, -0.022877037525177002, -0.0008932056953199208, -0.004334019031375647, 0.0006326159345917404, -0.0022407290525734425, 0.024221131578087807, -0.007207363843917847, 0.001051788218319416, 0.013982697390019894, -0.011308223940432072, -0.017226355150341988, 0.027937965467572212, -0.030200980603694916, 0.022191274911165237, 0.014716463163495064, 0.016718890517950058, 0.02086089551448822, -0.00024923181626945734, 0.024166271090507507, -0.011891121976077557, -0.00853088591247797, 0.0019338502315804362, -0.019420795142650604, 0.01177454274147749, 0.019777391105890274, 0.0003634541353676468, 0.003668829333037138, -0.008908054791390896, -0.024591444060206413, 0.006878198124468327, -0.013927836902439594, -0.018296143040060997, 0.012069419957697392, -0.018721316009759903, -0.009977844543755054, -0.030063828453421593, 0.00782455038279295, 0.014044416137039661, 0.02481088787317276, 0.007173075806349516, 0.005588964559137821, 0.003008783096447587, 0.006288442295044661, -0.007975418120622635, -0.001218942808918655, -0.00045131746446713805, -0.023466793820261955, -0.026566440239548683, 0.019256211817264557, 0.023713666945695877, 0.04317560791969299, -0.00042367263813503087, 0.025400644168257713, 0.003545392071828246, -0.01511420588940382, 0.01700690947473049, 0.005952418781816959, -0.009861265309154987, -0.02770480513572693, 0.03914332389831543, 0.016540592536330223, 0.018158990889787674, 0.015361079946160316, 0.0148399006575346, 0.004241440910845995, -0.008332014083862305, 0.017898401245474815, -0.020380862057209015, 0.016595453023910522, -0.019407078623771667, 0.003607110818848014, 0.026086406782269478, 0.005945560988038778, -0.02390568144619465, 0.003401382127776742, -0.002645328873768449, 0.010766471736133099, -0.0030344990082085133, 0.02435828372836113, -0.010265864431858063, -0.05979849025607109, -0.011740254238247871, 0.0004178865347057581, 0.015566809102892876, 0.02289075218141079, -0.020723743364214897, -0.036180831491947174, 0.00818114634603262, -0.03088674321770668, 0.030859312042593956, 0.00463232584297657, 0.03275201842188835, 0.026511577889323235, 0.007090784143656492, -0.008380018174648285, 0.026511577889323235, -0.005050641018897295, -0.013783826492726803, -0.0164583008736372, -0.01197341363877058, 0.012336867861449718, 0.017459513619542122, 0.03645513579249382, 0.018364720046520233, -0.031051326543092728, 0.013248931616544724, 0.015978265553712845, -0.010547026991844177, 0.02861001156270504, 0.013283220119774342, -0.010389301925897598, -0.02689560502767563, -0.023974256590008736, -0.006206150632351637, -0.0270327590405941, 0.022520441561937332, 0.011013345792889595, -0.004999208729714155, 0.007790261879563332, -0.001705834292806685, 0.03335548937320709, 0.007371947169303894, 0.008393732830882072, 0.03768950700759888, -0.029405497014522552, 0.021532943472266197, 0.003391095669940114, 0.024783456698060036, -0.04451970383524895, -0.048689138144254684, 0.020243709906935692, -0.01721263863146305, 0.035824231803417206, 0.0253594983369112, 0.007097641937434673, 0.013728965073823929, 0.03387666866183281, -0.00962124764919281, -0.0011040776735171676, -0.013132352381944656, -0.008668038062751293, -0.0025818957947194576, 0.016746319830417633, -0.0074610961601138115, -0.017048055306077003, -0.004502031020820141, 0.006353589706122875, -0.013098063878715038, -0.005784406792372465, -0.0016226855805143714, -0.016622882336378098, -0.018597878515720367, 0.032889168709516525, -0.016979480162262917, 0.0025338924024254084, -0.007337658666074276, 0.01883103884756565, 0.007001635152846575, -0.02228728123009205, -0.027663659304380417, -0.00916178710758686, 0.006579891312867403, 0.024015402421355247, -0.02819855511188507, -0.01696576364338398, 0.035111039876937866, 0.03900616988539696, -0.015937121585011482, 0.0013843830674886703, -0.0051363613456487656, 0.04849712550640106, -0.017761249095201492, 0.008236007764935493, -0.007618821691721678, 0.030722159892320633, 0.018721316009759903, 0.004560320638120174, 0.007941129617393017, -0.04956691339612007, -0.00886005163192749, -0.021546658128499985, 0.005732974503189325, 0.016183994710445404, -0.014414727687835693, -0.011417945846915245, 0.0010552171152085066, -0.019667668268084526, -0.01894075982272625, -0.019215065985918045, 0.012611172161996365, -0.004721474833786488, -0.015717675909399986, -0.01056074257940054, -0.009662393480539322, 0.03409611061215401, -0.009929841384291649, 0.005479242652654648, 0.0020281425677239895, 0.031270772218704224, -0.010512739419937134, 0.01913277432322502, -0.00929208192974329, 8.266652730526403e-05, -0.023507939651608467, 0.007536530029028654, 0.004368307068943977, -0.04196866601705551, 0.023014189675450325, -0.009538956917822361, -0.015347365289926529, -0.002419027267023921, 0.013194071128964424, -0.01276203989982605, -0.0029110617469996214, -0.014716463163495064, 0.05469641834497452, -0.020037980750203133, 0.003655114211142063, 0.000672047259286046, -0.010039563290774822, 0.014935907907783985, -0.03234056010842323, 0.012165427207946777, -0.008263438008725643, -0.011027061380445957, -0.022726168856024742, -0.009388089179992676, 0.009929841384291649, -0.022054122760891914, -0.004707759711891413, -0.042407553642988205, 0.022904468700289726, -0.004652898758649826, -0.019736245274543762, 0.015813684090971947, -0.014702748507261276, -0.028390567749738693, -0.01237801369279623, 0.0006253296742215753, 0.009737827815115452, -0.0070839268155395985, -0.007104499731212854, 0.006295299623161554, 0.007639394141733646, 0.02880202606320381, -0.018748747184872627, -0.024179985746741295, -0.024481721222400665, -0.016280002892017365, -0.04142005741596222, 0.007159360684454441, -0.01640343852341175, 0.031517643481492996, 0.01156881358474493, -0.02642928622663021, -0.01766524277627468, 0.005249511916190386, -0.026264704763889313, -0.014236429706215858, 0.004100859630852938, 0.003389381105080247, -0.0024053119122982025, 0.025606371462345123, 0.013399799354374409, 0.039115894585847855, -0.00835258699953556, 0.015786252915859222, -0.026923036202788353, -0.026827029883861542, -0.01858416385948658, 0.02242443338036537, -0.008421164005994797, 0.0041900090873241425, -0.014894762076437473, 0.007947987876832485, 0.04095373675227165, -0.02283589169383049, 0.010197288356721401, 0.036839161068201065, -0.002744764555245638, -0.004992350935935974, -0.017034340649843216, 0.0027567653451114893, -0.030694730579853058, -0.017788680270314217, 0.022204989567399025, -0.02981695346534252, -0.010361871682107449, 0.02157408930361271, 0.01863902434706688, -0.009689824655652046, -0.0031082185450941324, -0.019983120262622833, -0.02511262334883213, 0.01179511472582817, -0.009141214191913605, -0.02819855511188507, -0.005863269325345755, -0.011836260557174683, 0.009100068360567093, 0.01847444288432598, -0.0280614010989666, 0.03692145273089409, 0.0030259271152317524, -0.001390383462421596, -0.0029127763118594885, -0.013564382679760456, -0.03705860674381256, 0.021039193496108055, -0.0007547673885710537, 0.012474020011723042, 0.0023967400193214417, -0.004951205104589462, -0.002388167893514037, 0.004217439331114292, -0.0010020704939961433, 0.005952418781816959, 0.004008281975984573, -0.019667668268084526, 0.0011546526802703738, 0.007378804497420788, -0.021327214315533638, -0.0031922245398163795, -0.00444374093785882, -0.02343936264514923, -0.01451073493808508, -0.004772907122969627, 0.002580181462690234, -0.046659279614686966, -0.004385451320558786, -0.01387297548353672, -0.002919633872807026, -0.017802394926548004, -0.015004483982920647, 0.001416099607013166, -0.003720261622220278, 0.0070633538998663425, 0.25916337966918945, -0.009333227761089802, 0.021025478839874268, 0.02588067762553692, 0.004076858051121235, 0.01751437410712242, 0.019612807780504227, 0.01691090315580368, -0.026621300727128983, 0.028143692761659622, 0.0004058856866322458, 0.030146120116114616, -0.0066861845552921295, 0.007687397766858339, 0.016238857060670853, -0.014990768395364285, -0.014757608994841576, -0.011171070858836174, -0.011081921868026257, -0.014935907907783985, 0.008236007764935493, -0.008188004605472088, -0.01715777814388275, -0.016334863379597664, 0.01253573875874281, -0.019571661949157715, 0.00926465168595314, 0.010018990375101566, 0.014181568287312984, 0.006933059077709913, -0.047015879303216934, -0.005804979708045721, -0.012234003283083439, 0.02684074454009533, -0.01948937028646469, -0.014826185069978237, 0.02167009562253952, 0.00855831615626812, 0.013866118155419827, 0.008565173484385014, 0.0009549242677167058, -0.018049269914627075, -0.007502241991460323, -0.015237643383443356, 0.006487313192337751, 0.020339716225862503, -0.02481088787317276, -0.015347365289926529, 0.00311507610604167, 0.01481247041374445, -0.016787465661764145, -0.002806483069434762, 0.02430342324078083, 0.01903676800429821, 0.008503454737365246, -0.004172864835709333, 0.013996412977576256, 0.014551880769431591, 0.011781400069594383, 0.0031390779186040163, -0.0015489660436287522, 0.029048899188637733, -0.030392995104193687, 0.004910059738904238, 0.027320777997374535, 0.01516906637698412, -0.023576514795422554, -0.00812628585845232, 0.0003565965162124485, -0.02369995228946209, -0.009950414299964905, -0.01073218323290348, 0.005657540634274483, 0.015278788283467293, 0.0008974917000159621, -0.02653900906443596, 0.008524027653038502, 0.003991137724369764, 0.009929841384291649, 0.058920715004205704, -0.027567652985453606, -0.02151922695338726, 0.004964920692145824, -0.003142506815493107, -0.006792477797716856, -0.01741836778819561, 0.046467266976833344, -0.013255788944661617, 0.002677902579307556, -0.017500659450888634, 0.0019304214511066675, 0.004083715844899416, -0.0033242336940020323, 0.001446958864107728, 0.018062984570860863, 0.022698739543557167, -0.0049340613186359406, 0.009209790267050266, -0.005222081672400236, -0.013187212869524956, -0.032642293721437454, 0.0362631231546402, 0.03579680249094963, 0.018666455522179604, -0.030914174392819405, -0.012823758646845818, -0.010745898820459843, -0.016938334330916405, 0.0038642717991024256, 0.0025836103595793247, -0.005338660907000303, -0.020284855738282204, 0.017445798963308334, -0.016321146860718727, 0.005928416736423969, 0.00728965550661087, -0.011472806334495544, -0.023480508476495743, 0.0008537743124179542, -0.022918183356523514, 0.012823758646845818, -0.04320303723216057, -0.009881838224828243, 0.0036208259407430887, -0.009648678824305534, -0.018117845058441162, -0.0022784459870308638, 0.018625309690833092, -0.025661233812570572, -0.011033918708562851, -0.0017358363838866353, -0.010389301925897598, 0.006072427146136761, 0.019585376605391502, -0.0033413777127861977, -0.01387297548353672, 0.020243709906935692, 0.006689613219350576, -0.006391306407749653, 0.017692672088742256, -0.00541752390563488, -0.03579680249094963, 0.003535105846822262, -0.018296143040060997, 0.004378593526780605, -0.005287229083478451, 0.006792477797716856, 0.003168222727254033, 0.005619823932647705, -0.018803607672452927, -0.015237643383443356, 0.00840059109032154, 0.003802553052082658, -0.002835627878084779, 0.015319934114813805, -0.017377221956849098, -0.006141003221273422, -0.02060030587017536, -0.023357070982456207, 0.014990768395364285, -0.0263332799077034, -0.0045397477224469185, 0.033657222986221313, -0.023206204175949097, -0.01877617835998535, -0.030091259628534317, -0.17544548213481903, 0.013523236848413944, 0.01863902434706688, -0.031051326543092728, 0.040487419813871384, 0.008736614137887955, -0.010739040561020374, 0.004721474833786488, 0.018666455522179604, -0.00896291621029377, 0.02424856275320053, -0.03316347673535347, -0.02932320535182953, -0.0033928100019693375, -0.009964128956198692, -0.010409874841570854, -0.018008124083280563, -0.0034390990622341633, 0.025798385962843895, 0.009689824655652046, 0.02658015489578247, -0.016691459342837334, 0.003819697070866823, 0.009689824655652046, 0.005492957774549723, 0.025194915011525154, 0.0039568496868014336, -0.009737827815115452, -0.0057466896250844, -0.0237410981208086, -0.017994407564401627, -1.6099345884867944e-05, -0.000500178022775799, -0.0066484673880040646, 0.02441314607858658, -0.0068884845823049545, -0.0012960911262780428, -0.00901777669787407, -0.020737458020448685, 0.00923722144216299, 0.006528459023684263, 0.02516748383641243, 0.0016295431414619088, 0.01706177182495594, 0.027759665623307228, 0.010012133046984673, -0.00042110105277970433, -0.019407078623771667, 0.029597509652376175, 0.012110565789043903, 0.015402225777506828, -0.02161523513495922, 0.005122645758092403, 0.013152925297617912, 0.033657222986221313, -0.0019612808246165514, -0.014935907907783985, 0.01615656539797783, 0.004207152873277664, -0.009442949667572975, -0.010169858112931252, -0.03675686940550804, -0.009154929779469967, 0.005095215514302254, -0.004738619085401297, -0.015786252915859222, -0.000702906574588269, -0.015525663271546364, -0.01700690947473049, 0.003396238898858428, -0.004563749302178621, -0.000510464480612427, -0.00536609161645174, -0.009127498604357243, 0.004231154453009367, 0.02734820917248726, -0.009744685143232346, 0.04879885911941528, -0.005948989652097225, 0.010183573700487614, -0.026045260950922966, -0.01023157685995102, -0.03028327226638794, 0.006960489321500063, 0.006000421941280365, 0.030969034880399704, 0.003286516759544611, -0.0012669462012127042, 0.012247718870639801, -0.00979954656213522, 0.0018052698578685522, -0.023178773000836372, -0.0328068770468235, -0.007173075806349516, -0.011431661434471607, 0.005695257801562548, -0.00745423836633563, -0.0014049559831619263, -0.010046420618891716, -0.01227514911442995, 0.027814527973532677, 0.004039141349494457, -0.009874979965388775, 0.019859682768583298, 0.018913330510258675, 0.02684074454009533, 0.03398638963699341, 0.008277153596282005, 0.046110671013593674, 0.01511420588940382, -0.03428812697529793, -0.012666033580899239, 0.006559318397194147, 0.03818325698375702, 0.013386083766818047, 0.021039193496108055, 0.008983489125967026, -0.02819855511188507, 0.03138049319386482, 0.0021892967633903027, 0.02526349015533924, -0.018158990889787674, 0.011863691732287407, 0.008537743240594864, 0.03022841177880764, -0.033081185072660446, -0.06736931204795837, -0.02257530204951763, 0.004251727368682623, 0.0009652107255533338, 0.01948937028646469, 0.024317137897014618, -0.006597035564482212, 0.008633749559521675, 0.010725325904786587, 0.022204989567399025, -0.025866961106657982, -0.009429234080016613, -0.000282234133919701, -0.01670517399907112, -0.02279474586248398, 0.004896344151347876, -0.0005456098006106913, 0.002187582431361079, -0.006562747061252594, 0.03135306015610695, -0.022657593712210655, -0.014922192320227623, -0.013200928457081318, -0.0041900090873241425, 0.017240069806575775, 0.03261486440896988, -0.028884317725896835, 0.012220287695527077, 0.005870127119123936, -0.012247718870639801, 0.015223927795886993, -0.027101334184408188, 0.0012738038785755634, -0.013989555649459362, 0.017336076125502586, -0.009689824655652046, -0.02338450215756893, -0.012096851132810116, 0.02450915239751339, 0.011157356202602386, -0.00685076741501689, -0.004532890394330025, 0.003596824361011386, -0.00949095282703638, -0.001221514423377812, -0.018515586853027344, -0.019585376605391502, 0.020737458020448685, -0.009429234080016613, -0.01180197298526764, 0.0043374476954340935, 0.0017135490197688341, -0.011582529172301292, -0.012014559470117092, 0.026511577889323235, -0.003535105846822262, 0.003953421022742987, 0.013824972324073315, -0.040185682475566864, 0.02025742456316948, 0.0019989977590739727, -0.028335707262158394, -0.025496650487184525, 0.009477238170802593, 0.005023210309445858, 0.028116263449192047, -0.011987128295004368, 0.006617608014494181, 0.022122697904706, -0.034809306263923645, -0.024838317185640335, 0.035111039876937866, -0.021299783140420914, 0.01574510708451271, -0.02505776286125183, -0.022493010386824608, -0.013420372270047665, 0.012343725189566612, 0.029542649164795876, -0.011273935437202454, -0.015607954934239388, -0.00279105338267982, -0.004999208729714155, 0.0031596508342772722, 0.03544020652770996, 0.02511262334883213, 0.010910481214523315, -0.006754760630428791, 0.03590652346611023, -0.03664714843034744, -0.018008124083280563, 0.03398638963699341, -0.0059044151566922665, 0.012666033580899239, 0.00682333717122674, 0.004862056113779545, -0.0005014638300053775, -0.0019338502315804362, -0.014428443275392056, 0.026813313364982605, 0.00038445560494437814, -0.015635386109352112, -0.07033180445432663, 0.004940919112414122, 0.0004170293395873159, 0.0009034920949488878, 0.001087790820747614, 0.0007393377018161118, -0.006425594910979271, -0.009758400730788708, 0.0047523342072963715, 0.030063828453421593, -0.013194071128964424, -0.020984333008527756, 0.010012133046984673, -0.011315081268548965, -0.012645460665225983, -0.014167853631079197, 0.0031819380819797516, 0.0007410520920529962, 0.0026744736824184656, 0.014949622564017773, -0.003665400668978691, -0.017486944794654846, 0.001059503061696887, -0.0011306509841233492, -0.02354908548295498, -0.01032758317887783, 0.0011666534701362252, 0.029542649164795876, -0.03063986822962761, -0.007954845204949379, 0.004735189955681562, -0.02227356657385826, 0.018899613991379738, 0.005215223878622055, -0.004286015871912241, -0.01686975732445717, 0.004882629029452801, 0.055464472621679306, 0.041145749390125275, 0.04572664573788643, -0.00918921735137701, -0.023206204175949097, 0.005928416736423969, -0.015964550897479057, -0.03083188273012638, -0.012172284536063671, -0.020792318508028984, 0.007618821691721678, 0.013180355541408062, -0.017198923975229263, 0.02313762716948986, -0.004639183171093464, 0.018803607672452927, -0.013104921206831932, -0.01913277432322502, -0.046357546001672745, 0.01979110576212406, 0.011171070858836174, -0.019681384786963463, 0.004313446115702391, 0.024234846234321594, 0.03840269893407822, 0.005208366084843874, -0.010114996694028378, -0.004135148134082556, -0.028747163712978363, -0.014647887088358402, -0.003504246473312378, 0.018158990889787674, -0.03310861438512802, -0.017692672088742256, 0.005537532269954681, 0.016170280054211617, 0.016238857060670853, -0.007735400926321745, 0.006751331966370344, -0.003507675137370825, -0.004889486823230982, -0.004834625869989395, 0.03458986058831215, 0.007755973841995001, 0.01621142588555813, -0.022465579211711884, 0.021148916333913803, 0.012288863770663738, 0.02992667630314827, -0.0016278288094326854, 0.020641451701521873, -0.0062918709591031075, -0.0008503455319441855, -0.007330801337957382, 0.001290090731345117, -0.006477026734501123, 0.029295774176716805, 0.015594239346683025, -0.0019784248434007168, -0.008681753650307655, 0.017582951113581657, 0.0008053423371165991, 0.019667668268084526, 0.008297726511955261, -0.013495806604623795, 0.005283799953758717, -0.005674684885889292, -0.03176451846957207, -0.00878461729735136, -0.028692303225398064, -0.009477238170802593, -0.016883473843336105, -0.004635754507035017, 0.005990135483443737, 0.00019222780247218907, -0.03231313079595566, 0.01508677564561367, -0.018062984570860863, 0.01096534263342619, -0.004296302329748869, 0.014010127633810043, -0.0015489660436287522, 0.03047528676688671, -0.0038334124255925417, 0.02001054957509041, 0.011273935437202454, -0.007529672235250473, 0.024166271090507507, 0.017555519938468933, -0.027375638484954834, -0.024824602529406548, 0.028335707262158394, 0.0156491007655859, -0.019228780642151833, 0.005763833876699209, -0.007502241991460323, -0.016417155042290688, -0.01213113870471716, 0.011911694891750813, 0.006946774199604988, 0.02638814225792885, 0.028335707262158394, 0.03533048555254936, 0.03519333153963089, 0.006967347115278244, 0.01511420588940382, 0.032944031059741974, -0.0003328091115690768, 0.01370153483003378, -0.0032487998250871897, 0.014058131724596024, -0.015607954934239388, -0.01015614252537489, 0.00025716095115058124, -0.013893548399209976, -0.020545445382595062, -0.04158463701605797, 0.010211003944277763, 0.0038231259677559137, -0.0005464670248329639, -0.008146858774125576, 0.016444584354758263, 0.007399377413094044, 0.0036619717720896006, 0.010780186392366886, 0.0025236059445887804, -0.026964182034134865, -0.004426597151905298, 0.021697524935007095, 0.012700322084128857, -0.007358231581747532, -0.034919027239084244, 0.00300706853158772, 0.00045860366662964225, -0.04515060409903526, -0.02349422313272953, -0.011287651024758816, 0.001020928961224854, 0.013235216028988361, -0.015553093515336514, 0.023055335506796837, 0.0022493009455502033, -0.0006008993950672448, -0.011095637455582619, -0.047372475266456604, -0.03143535181879997, -0.014099277555942535, -0.021176345646381378, 0.008119428530335426, -0.008160573430359364, -0.01980482041835785], \"f49a359a-5187-4981-b7b9-780b58b0c6d4\": [0.010060512460768223, 0.0035529816523194313, 0.015607130713760853, -0.03206232562661171, -0.026700366288423538, -7.87580429459922e-05, -0.021160587668418884, -0.011462555266916752, -0.0012926150811836123, -0.040816545486450195, 0.021994974464178085, -0.014690672978758812, 0.010450348258018494, -0.017782006412744522, 0.009561248123645782, 0.0021099033765494823, 0.002631395123898983, -0.001166944159194827, 0.047053925693035126, -0.035235729068517685, -0.015579773113131523, 0.009636479429900646, -0.01164721418172121, -0.008343864232301712, -0.02886156551539898, 0.011038522236049175, 0.01661933772265911, -0.02152990736067295, -0.00669218972325325, -0.007044410333037376, 0.017864078283309937, -0.037670496851205826, -0.0037376410327851772, -0.03994112089276314, -0.004616482648998499, -0.01986113376915455, -0.028998348861932755, -0.012549993582069874, 0.026248978450894356, -0.012919311411678791, 0.026618296280503273, 0.007194873411208391, -0.0065759229473769665, 0.005146523006260395, 0.003040039213374257, 0.03829970583319664, 0.008042938075959682, -0.0016251727938652039, -0.026891864836215973, 0.019327674061059952, 0.005868062376976013, 0.030037913471460342, -0.04683506861329079, -0.012454244308173656, -0.005167040973901749, -0.0002099858393194154, -0.004264262039214373, 0.00010306938202120364, 0.0010404183994978666, -0.035181015729904175, -0.0004684874729719013, 0.0028109250124543905, -0.018862605094909668, -0.006480173673480749, -0.010149422101676464, 0.005522680934518576, -0.023444892838597298, 0.02191290445625782, 0.020462986081838608, 0.002834862330928445, 0.02036723680794239, 0.001249869936145842, -0.009431302547454834, -0.0006702448590658605, 0.037178073078393936, -0.013993071392178535, -0.01354852132499218, -0.017631543800234795, 0.01611323468387127, 0.0004255285602994263, 0.015825986862182617, -0.010149422101676464, -0.012932990677654743, 0.05121218040585518, 0.007345336489379406, 0.025305163115262985, 0.01898571103811264, 0.006394683383405209, -0.016126912087202072, -0.0038949432782828808, 0.01231062039732933, 0.006469914689660072, 0.006616958416998386, 0.014006749726831913, 0.0253872349858284, 0.009882692247629166, 0.006326290778815746, 0.020572414621710777, -0.005115746520459652, -0.015169419348239899, 0.0006595585728064179, -0.016810836270451546, -0.0518687441945076, -0.013062935322523117, -0.033813171088695526, -0.010258849710226059, 0.03747899830341339, 0.015648165717720985, 0.041090112179517746, 0.015429310500621796, -0.031487829983234406, 0.013097131624817848, 0.005809928756207228, -0.012987704016268253, -0.013760537840425968, -0.00162859249394387, -0.011483073234558105, -0.0153198828920722, -0.01871214248239994, -0.017262224107980728, 0.0021543584298342466, 0.027904072776436806, 0.006989696528762579, -0.00021532898244913667, -0.006657993886619806, 0.003686346812173724, 0.0029408703558146954, 0.01324759516865015, 0.008897842839360237, -0.023417534306645393, 0.04907833784818649, 0.011059040203690529, 0.03162461519241333, -0.0034144872333854437, -0.03359431400895119, 0.008822610601782799, -0.0047737848944962025, 0.001465305802412331, -0.004329234827309847, -0.02173508331179619, 0.014075142331421375, 0.03660357743501663, -0.03348488733172417, 0.003296510549262166, 0.005115746520459652, 0.017905112355947495, 0.009171412326395512, 0.032199110835790634, 0.002239848952740431, -0.015347239561378956, 0.007591548841446638, -0.019464457407593727, 0.002754501299932599, 0.02158462069928646, -0.001064355717971921, 0.0018773695919662714, 0.03665829077363014, -0.017782006412744522, -0.0010754694230854511, -0.001167799113318324, 0.016974976286292076, 0.012351655401289463, 0.00991004891693592, -0.012980865314602852, 0.0038436490576714277, 0.0347706638276577, 0.00035029699211008847, -0.026919223368167877, 0.020175738260149956, 0.0009421043796464801, 0.0054200924932956696, 0.03332074359059334, -0.00918509066104889, 0.017084404826164246, 0.009171412326395512, 0.01087438128888607, 0.04281359910964966, 0.014116177335381508, -0.0276031456887722, -0.0018654009327292442, -0.011387323960661888, 7.544529216829687e-05, 0.03994112089276314, 0.026686688885092735, -0.008562720380723476, 0.011606179177761078, 0.0179461482912302, 0.015142062678933144, 0.0019047264941036701, -0.0015790079487487674, 0.02317132242023945, 0.0038812649436295033, 0.009540730156004429, -0.022501077502965927, -0.6062296628952026, -0.008460131473839283, -0.004965283442288637, -0.014882171526551247, 0.012043889611959457, 0.010217814706265926, 0.00669218972325325, 0.023417534306645393, -0.018616393208503723, -0.021447835490107536, 0.005043934565037489, 0.015442988835275173, -0.0056321085430681705, 0.00952021311968565, -0.016414159908890724, -0.023444892838597298, 0.009212447330355644, 0.0014345292001962662, 0.007304301019757986, 0.02908042073249817, -0.02567448280751705, 0.007803565356880426, -0.0045583490282297134, -0.002771599218249321, 0.019956883043050766, -0.007960868068039417, 0.02273361198604107, 0.013774216175079346, 0.0008296844898723066, 0.04117218405008316, -0.03597436845302582, 0.019464457407593727, -0.0030520078726112843, 0.0075505138374865055, 0.05608171224594116, -0.0043463329784572124, -0.0034350049681961536, 0.021940261125564575, 0.01294666901230812, 0.00993740651756525, -0.006357067264616489, 0.00035029699211008847, 0.0033187379594892263, 0.007625745143741369, 0.012221709825098515, -0.009027788415551186, 0.034223522990942, -0.0024245083332061768, -0.016810836270451546, 0.0006663977983407676, -0.005905678030103445, -0.011209503747522831, 0.0047053927555680275, 0.005980909336358309, -0.0168381929397583, -0.021502548828721046, 0.024853773415088654, -0.03359431400895119, -0.001831204746849835, -0.009321874938905239, -0.004855855833739042, 0.001474709715694189, -0.01682451367378235, -0.026071157306432724, -0.02780832350254059, 0.020066309720277786, -0.012160156853497028, -0.026741402223706245, 0.005512421950697899, -0.010525580495595932, 0.003939398564398289, 0.009499695152044296, -0.02064080536365509, -0.022528434172272682, 0.015442988835275173, 0.04522101208567619, 0.0441540889441967, -0.023595355451107025, -0.009123537689447403, 0.013534842990338802, -0.019341351464390755, -0.00850116740912199, -0.03107747621834278, -0.011202664114534855, 0.014991599135100842, 0.0007856569136492908, -0.02505895122885704, -0.034633878618478775, 0.0038470688741654158, -0.011544626206159592, 0.01224906649440527, -0.007536835037171841, 0.008261794224381447, -0.03747899830341339, 0.0118660693988204, 0.03780728206038475, -0.0034144872333854437, 0.006066400092095137, 0.0029921645764261484, -0.03173404186964035, -0.025742873549461365, -0.009232965297996998, -0.007974546402692795, -0.0005142248701304197, 0.020066309720277786, 0.013288630172610283, -0.009007270447909832, -0.014129855670034885, 0.026139549911022186, 0.005303825251758099, 0.0009019239223562181, -0.017959827557206154, -0.007112802471965551, -0.022692576050758362, -0.0034298754762858152, -0.0380808524787426, 0.001761102583259344, 0.004900310654193163, 0.010429831221699715, 0.000542864145245403, -0.0031169806607067585, 0.010799149051308632, 0.014923207461833954, -0.020121024921536446, 0.005789411254227161, -0.01676980033516884, 0.006876849103718996, -0.005594492889940739, 0.008644791319966316, -0.009123537689447403, -0.001465305802412331, 0.009513373486697674, 0.014622281305491924, -0.006500691175460815, 0.01087438128888607, -0.015292526222765446, 0.007379532791674137, -0.0004966993001289666, 0.0006941821775399148, -0.013192880898714066, -0.025742873549461365, -0.008494327776134014, 0.01727590337395668, 0.007735172752290964, 0.004924247972667217, -0.014075142331421375, -0.041527826339006424, -0.007482121232897043, 0.0025647124275565147, -0.0009839946869760752, -0.008432774804532528, 6.764429417671636e-05, -0.02140679955482483, 0.00665115425363183, -0.02152990736067295, -0.0009403945878148079, 0.03679507598280907, -0.015962770208716393, -0.01084702368825674, -0.025619767606258392, -0.013042418286204338, 0.027411647140979767, -0.010012637823820114, -0.018506964668631554, -0.012632063589990139, -0.009342392906546593, -0.007666780613362789, 0.0129671860486269, -0.023472249507904053, -0.02146151475608349, -0.010580293834209442, 0.010737596079707146, -0.0026963676791638136, 0.005642367526888847, 0.019122496247291565, 0.014129855670034885, -0.03720542788505554, -0.01700233481824398, 0.004811400547623634, -0.011134271509945393, -0.0162773746997118, 0.013760537840425968, 0.004903730470687151, -0.015183097682893276, 0.01749475859105587, 0.02560609020292759, 0.03384052589535713, 0.018848927691578865, 0.008569559082388878, 0.01793246902525425, 0.031050119549036026, 0.02620794251561165, -0.02831442654132843, -0.006613538600504398, -0.0011951560154557228, 0.03370374068617821, -0.005208075977861881, 0.01842489466071129, -0.009465498849749565, -0.004941346123814583, 0.02864270843565464, 0.021762439981102943, -0.005991168320178986, -0.022323258221149445, 0.009862174279987812, -0.040871258825063705, -0.0028365720063447952, -0.011106914840638638, 0.014335033483803272, 0.013952036388218403, 0.013138167560100555, -0.012064407579600811, -0.017918791621923447, -0.02114691026508808, 0.020175738260149956, 0.025907015427947044, -0.021680369973182678, 0.009985280223190784, -0.0036384721752256155, -0.013110809959471226, -0.014129855670034885, -0.02693290077149868, 0.008726861327886581, 0.018301788717508316, -0.017576830461621284, 0.021064838394522667, 0.003305059624835849, 0.0039428179152309895, -0.007851439528167248, 0.006818715482950211, -0.011072718538343906, -0.00609717657789588, 0.021844511851668358, 0.007625745143741369, 0.005539779085665941, 0.0011695089051499963, 0.030612409114837646, -0.01826075278222561, 0.029107777401804924, 0.006839233450591564, -0.004342913161963224, 0.003477750113233924, 0.0022227508015930653, -0.006917884573340416, 0.017152797430753708, 0.026290012523531914, 0.04508422687649727, 0.004021469037979841, -0.030721835792064667, -0.00665115425363183, -0.03332074359059334, 0.002101354533806443, -0.012953507713973522, -0.014389746822416782, 0.03444238007068634, -0.03444238007068634, 0.010635008104145527, 0.0320076122879982, 0.02317132242023945, 0.015114706009626389, -0.01992952637374401, -0.013452772051095963, 0.0016610787715762854, 0.012187513522803783, 0.005645787343382835, 0.011783999390900135, -0.024306634441018105, -0.011524108238518238, -0.02825971134006977, -0.007516317535191774, -0.005779152270406485, -0.007105963304638863, -0.02129737287759781, 0.00885680690407753, 0.015579773113131523, 0.004141155630350113, 0.012180674821138382, 0.04188346490263939, -0.01125737838447094, -0.022870397195219994, -0.03244532272219658, -0.008549042046070099, 0.014198248274624348, 0.03583758324384689, 0.007153837941586971, -0.003713703714311123, -0.013671627268195152, 0.006127953063696623, -0.005683402996510267, 0.009814299643039703, -0.010190458036959171, 0.023773174732923508, 0.014485496096313, -0.015607130713760853, -0.047327496111392975, 0.01443078275769949, 0.03211703896522522, 0.0014892430044710636, -0.019327674061059952, -0.001463595894165337, 0.008986752480268478, 0.03239060938358307, -0.009246643632650375, -0.011742963455617428, 0.024963201954960823, 0.01156514324247837, -0.037615783512592316, 0.008877324871718884, 0.0008959395927377045, 0.00029772036941722035, -0.010655525140464306, -0.030885977670550346, -0.010976969264447689, -0.0020586091559380293, -0.007352175656706095, 0.005751795135438442, -0.007967706769704819, -0.01661933772265911, 0.05104803666472435, 0.01553873810917139, -0.002048350404947996, 0.003284541890025139, -0.015661844983696938, 0.02913513407111168, 0.011606179177761078, 0.026413118466734886, 0.008644791319966316, 0.011236860416829586, 0.006586181931197643, 0.006268157158046961, -0.030776550993323326, -0.0038915236946195364, 0.011216342449188232, -0.032144397497177124, -0.02240532822906971, -0.005485065281391144, 0.0358649380505085, 0.010149422101676464, 0.004312136676162481, 0.0032811223063617945, 0.006729805842041969, -0.008945717476308346, -0.0022364293690770864, -0.0067195468582212925, 0.007598388474434614, 0.016031162813305855, 0.032199110835790634, 0.01611323468387127, 0.021092195063829422, 0.03444238007068634, 0.006466495338827372, 0.012591028586030006, 0.001914985361509025, -0.009951084852218628, 0.004794302396476269, 0.004859275184571743, 0.010142583400011063, 0.004602803848683834, -0.0033922598231583834, 0.018848927691578865, -0.016031162813305855, 0.024361349642276764, 0.008754218928515911, 0.01789143495261669, -0.014526532031595707, 0.01815132610499859, 0.02798614278435707, 0.0016961299115791917, 0.003120400244370103, 0.012440565042197704, 0.009403945878148079, -0.005495323799550533, -0.018807891756296158, 0.018835248425602913, 0.01954652927815914, 0.02908042073249817, -0.012166996486485004, -0.015880700200796127, -0.013145006261765957, -0.004383948631584644, -0.0033700321801006794, -0.005375637207180262, 0.009752746671438217, -0.038928914815187454, 0.002474092645570636, -0.048257630318403244, -0.001995346276089549, -0.00366240949369967, -0.009766425006091595, -0.00311185116879642, -0.005871481727808714, -0.01816500350832939, -0.022747289389371872, -0.02582494542002678, 0.0026775598526000977, -0.002448445651680231, -0.007796726189553738, -0.03345752879977226, 0.010559775866568089, 0.0031238198280334473, 0.023526962846517563, -0.005262790247797966, -0.006589601282030344, 0.005399574525654316, -0.0037718371022492647, -0.0104913841933012, 0.016468873247504234, -0.024320313706994057, -0.01324759516865015, -0.003857327625155449, 0.026864508166909218, -0.02815028466284275, 0.00325718498788774, 0.012344815768301487, 0.01958756521344185, -0.009287678636610508, 0.005361958872526884, -0.0002000475797103718, 0.0061005959287285805, 0.014950564131140709, 0.009479177184402943, 0.02300718054175377, -0.005221754778176546, -0.015005278401076794, 0.020517699420452118, -0.0023800532799214125, -0.00949285551905632, 0.0026570421177893877, 0.010696561075747013, 0.00566972466185689, -0.009780103340744972, 0.010669204406440258, -0.012638903222978115, -0.02929927594959736, 0.038627989590168, -0.014800100587308407, 0.021953938528895378, 0.01139416266232729, 0.025346199050545692, 0.02886156551539898, 0.016154268756508827, 0.009000430814921856, -0.019519172608852386, -0.014293997548520565, -0.0004293756210245192, -0.018643749877810478, 0.024990558624267578, 0.002547614509239793, -0.0011737834429368377, 0.0025134182069450617, -0.015388275496661663, -0.03857327625155449, 0.012454244308173656, -0.002865638816729188, -0.01089489832520485, 0.012638903222978115, -0.0054611279629170895, -0.02478538081049919, -0.021283693611621857, -0.002740822732448578, 0.02047666534781456, 0.020052632316946983, 0.006004846654832363, 0.005498743616044521, -0.013295469805598259, 0.013445932418107986, -0.009834817610681057, -0.006435718387365341, 0.0153198828920722, -0.03572815656661987, -0.035618726164102554, 0.02451181225478649, 0.022159116342663765, 0.04576814919710159, -0.007742011919617653, 0.012016532942652702, -0.017139118164777756, -0.030885977670550346, -0.016250018030405045, -0.0003295655478723347, -0.010299885645508766, -0.005878320895135403, 0.02340385690331459, 0.010901737958192825, 0.030530337244272232, 0.01079231034964323, 0.006357067264616489, -0.0042745210230350494, 0.006849491968750954, 0.025236770510673523, -0.022432684898376465, 0.012714134529232979, -0.025961730629205704, 0.012002854607999325, 0.019313994795084, -0.002446735743433237, -0.01650990918278694, -0.01101116556674242, -0.01404778566211462, 0.008494327776134014, -0.009711711667478085, 0.012242227792739868, -0.009923727251589298, -0.060896534472703934, -0.019779063761234283, -2.5299819753854536e-05, 0.0008390884613618255, -0.0002893850614782423, -0.02798614278435707, -0.01953285001218319, -0.005809928756207228, -0.017070725560188293, 0.0392024852335453, -0.005235433112829924, 0.03570079803466797, 0.0122832627967, 0.002474092645570636, 0.005539779085665941, 0.03323867544531822, -0.02047666534781456, -0.0029921645764261484, -0.01958756521344185, -0.022596826776862144, 0.030475623905658722, 0.03898363187909126, 0.03277360647916794, 0.011435198597609997, -0.0038641667924821377, 0.01705704815685749, 0.02339017763733864, -0.01053925883024931, 0.02831442654132843, 0.01644151657819748, -0.03414145112037659, -0.013822090812027454, -0.022446364164352417, 0.014335033483803272, -0.024087779223918915, 0.01219435315579176, 0.01650990918278694, -0.008836289867758751, 0.00977326463907957, -0.006394683383405209, 0.030119983479380608, 5.498102473211475e-05, 0.0007146999123506248, 0.017371652647852898, -0.016988655552268028, 0.014950564131140709, 0.012522635981440544, 0.010197296738624573, -0.0540846586227417, -0.06784519553184509, 0.010190458036959171, -0.02323971502482891, 0.027726251631975174, 0.02671404555439949, 0.006339969113469124, -0.00609717657789588, 0.04937926307320595, -0.014389746822416782, 0.010949612595140934, -0.00023103784769773483, -0.0017277613515034318, 0.0009728809236548841, 0.014198248274624348, -0.0031340785790234804, -0.01666037179529667, -0.01722119003534317, 0.011996014975011349, -0.007742011919617653, -0.0015918315621092916, -0.010299885645508766, -0.0026228460483253, -0.0035871779546141624, 0.019779063761234283, -0.014471817761659622, 0.011401002295315266, 0.011756641790270805, 0.016851870343089104, 0.017344295978546143, -0.008877324871718884, -0.02600276470184326, 0.00039175982237793505, 0.008172883652150631, 0.023526962846517563, -0.03548194095492363, -0.011907105334103107, 0.02820499800145626, 0.015101027674973011, -0.02600276470184326, 0.0066443150863051414, -0.016400480642914772, 0.051513105630874634, -0.02444341965019703, 0.011325770057737827, -0.012549993582069874, 0.015497703105211258, 0.020394593477249146, -0.0032383769284933805, 0.013110809959471226, -0.041254255920648575, -0.00822075828909874, -0.013480128720402718, 0.0022227508015930653, 0.021502548828721046, -0.0053482805378735065, -0.013999911025166512, 0.00542351184412837, -0.008706344291567802, -0.02875213697552681, -0.014034106396138668, 0.01139416266232729, -0.008528524078428745, -0.014759065583348274, 0.007208551745861769, -0.015306204557418823, 0.016085876151919365, -0.010546097531914711, 0.002233009785413742, 0.004076183307915926, 0.03553665801882744, -0.022884074598550797, 0.03405938297510147, -0.0024227984249591827, -0.0016508199041709304, -0.029819058254361153, -0.003826551139354706, -0.009841657243669033, -0.052060242742300034, 0.009698033332824707, -0.015579773113131523, -0.018342824652791023, -0.006538307294249535, 0.02173508331179619, 0.002771599218249321, 7.223940338008106e-05, 0.003686346812173724, 0.06308508664369583, -0.018506964668631554, -0.010149422101676464, -0.0022945627570152283, -0.016017485409975052, 0.024101458489894867, -0.03488009050488472, 0.0004937071353197098, -0.0016696278471499681, -0.01578495092689991, -0.014499174430966377, -0.01793246902525425, 0.012755170464515686, -0.027849357575178146, -0.01057345513254404, -0.047655776143074036, 0.017371652647852898, 0.0010216104565188289, -0.018944676965475082, 0.0010968419956043363, -0.02035355754196644, -0.018082933500409126, -0.016044842079281807, -0.004931087139993906, 0.009834817610681057, -0.0023082413244992495, 0.0050370953977108, -0.0037718371022492647, -0.01071023941040039, 0.02140679955482483, -0.014512852765619755, -0.028779493644833565, -0.016263697296380997, -0.020900696516036987, -0.038874201476573944, 0.0076872981153428555, -0.025455625727772713, 0.026125870645046234, 0.011127432808279991, -0.011127432808279991, -0.0223506148904562, -0.0024809318128973246, -0.029162490740418434, -0.022104403004050255, -0.0063468087464571, 0.01095645222812891, 0.011701928451657295, 0.018534323200583458, -0.0002789124846458435, 0.03482537716627121, -0.014813779853284359, 0.02776728756725788, -0.033922597765922546, -0.035126302391290665, -0.008494327776134014, 0.013719501905143261, 0.010744435712695122, 0.008077134378254414, -0.011195825412869453, 0.013514325022697449, 0.035126302391290665, -0.0052046566270291805, -0.002426218008622527, 0.02598908729851246, -0.016933942213654518, -0.020216774195432663, -0.014239284209907055, -0.013288630172610283, -0.02289775386452675, -0.002270625438541174, 0.0020808367989957333, -0.02951813116669655, -0.012625224888324738, 0.013240755535662174, 0.010231493040919304, -0.0032486359123140574, -0.0020637386478483677, -0.003264024155214429, -0.01838385872542858, 0.02737061120569706, -0.031378403306007385, -0.00011370225547580048, 0.0021543584298342466, -0.021092195063829422, -0.0017987183528020978, 0.017303260043263435, -0.012016532942652702, 0.0306397657841444, 0.004189030267298222, 0.01676980033516884, -0.021721405908465385, 0.015073670074343681, -0.025920694693922997, 0.02323971502482891, -0.004493376240134239, 0.01765890046954155, -0.004852436017245054, 0.0022022330667823553, -0.003368322504684329, 0.007666780613362789, -0.007235908880829811, -0.01161301787942648, -0.0027083363384008408, -0.020490342751145363, 0.0017833301099017262, -0.0072632660157978535, -0.029053064063191414, -0.012905633077025414, -0.0058201877400279045, -0.006558824796229601, -0.013760537840425968, -0.011325770057737827, -0.0009275710326619446, -0.02769889496266842, -0.002284304006025195, -0.017426365986466408, -0.0023270491510629654, -0.01473170891404152, -0.01101116556674242, 0.002826313255354762, -0.007564192172139883, 0.006110854912549257, 0.26087573170661926, -0.007810404524207115, 0.015210455283522606, 0.028341783210635185, 0.013035578653216362, 0.018630072474479675, 0.022829361259937286, 0.010655525140464306, -0.025578733533620834, 0.02362271212041378, 0.017535794526338577, 0.016359446570277214, -0.012440565042197704, -0.005700501147657633, 0.01299454364925623, -0.01605851948261261, -0.02754843235015869, -0.017836719751358032, -0.031542543321847916, -0.017850399017333984, 0.007899314165115356, -0.0056731440126895905, -0.016181625425815582, -0.003744480200111866, 0.01687922701239586, -0.01231062039732933, 0.013418575748801231, 0.008918359875679016, 0.01947813667356968, 0.013288630172610283, -0.047765206545591354, -0.011366805993020535, -0.020107345655560493, 0.027780964970588684, -0.012953507713973522, -0.014882171526551247, 0.022542113438248634, 0.005611591041088104, 0.02726118452847004, 0.007810404524207115, 0.009479177184402943, -0.011223182082176208, -0.00716067710891366, -0.011886587366461754, -0.007871957495808601, 0.00915773306041956, -0.019655955955386162, -0.016961298882961273, 0.0038710059598088264, 0.021707726642489433, -0.030065270140767097, -0.0034828796051442623, 0.016797157004475594, 0.005310664884746075, 0.01616794802248478, -0.02118794433772564, 0.013110809959471226, 0.012618385255336761, -0.0026553324423730373, -0.004154834430664778, -0.008644791319966316, 0.02433399297297001, -0.04015997797250748, 0.0026570421177893877, 0.004452340770512819, 0.00957492645829916, -0.015853343531489372, -0.00011797677871072665, 0.01656462252140045, -0.02516837790608406, 0.010450348258018494, 0.0038231315556913614, 0.002732273656874895, 0.012303780764341354, -0.0055329399183392525, -0.015018956735730171, 0.003994112368673086, 0.005382476840168238, 0.01084702368825674, 0.04872269928455353, -0.019122496247291565, -0.0016414159908890724, 0.00040116379386745393, -0.029819058254361153, -0.013322826474905014, -0.023540642112493515, 0.04199289157986641, 0.0011609598295763135, 0.001289195497520268, -0.02322603575885296, -0.0006215153262019157, 0.0027664699591696262, -0.00833702553063631, 0.011462555266916752, 0.009636479429900646, 0.03460652008652687, -0.002875897567719221, 0.008692665956914425, -0.0012122541666030884, -0.02853328175842762, -0.03389523923397064, 0.02648151107132435, 0.0314604751765728, -0.00025583006208762527, -0.03548194095492363, -0.009834817610681057, -0.01789143495261669, -0.005659465678036213, 0.005823607090860605, 0.0009497985593043268, -0.01456756703555584, -0.02979169972240925, 0.009048305451869965, 0.01023833267390728, 0.022090723738074303, 0.007612066809087992, 0.006213443353772163, -0.019956883043050766, -0.015962770208716393, 0.0022996922489255667, 0.03564608469605446, -0.04311452805995941, -0.011435198597609997, 0.02317132242023945, -0.0035598210524767637, -0.01682451367378235, -0.011127432808279991, -0.001465305802412331, -0.027849357575178146, -0.023540642112493515, -0.0029733567498624325, -0.01733061671257019, 0.009513373486697674, 0.015374596230685711, 0.0008839709335006773, -0.0016662082634866238, 0.020517699420452118, 0.008788415230810642, -0.0016602239338681102, -0.005686822347342968, 0.011038522236049175, -0.023581676185131073, 0.00960228405892849, -0.009144054725766182, 0.014800100587308407, -0.008576398715376854, 0.007372693624347448, 0.021598298102617264, -0.00015388274914585054, -0.026536226272583008, -0.010552937164902687, 0.0064630755223333836, 0.004859275184571743, 0.013856287114322186, 0.015812307596206665, -0.012673099525272846, -0.024183528497815132, -0.02929927594959736, -0.02273361198604107, 0.01809661090373993, -0.029764343053102493, -0.002786987693980336, 0.02935398928821087, -0.007276944350451231, -0.022925110533833504, -0.029901128262281418, -0.17420895397663116, 0.019396066665649414, 0.0055602965876460075, -0.04669828712940216, 0.032582107931375504, 0.021885545924305916, -0.0034298754762858152, 0.010108387097716331, 0.009397106245160103, 0.004537831526249647, 0.015825986862182617, -0.035564012825489044, -0.030092626810073853, 0.0038846845272928476, 0.0016414159908890724, -0.002969937166199088, -0.015552416443824768, -0.012556832283735275, 0.01798718422651291, -0.011284735053777695, 0.011838712729513645, -0.02918984740972519, 0.0115925008431077, 0.0059330346994102, 0.009096180088818073, 0.013069774955511093, 0.0005415817722678185, 0.008207079954445362, -0.0020500600803643465, -0.03851856291294098, -0.023143965750932693, 0.0037410606164485216, 0.0036966055631637573, -0.006285255309194326, 0.029217204079031944, -0.00830282922834158, 0.003764997934922576, -0.010751274414360523, -0.003161435713991523, 0.00584754440933466, 0.015018956735730171, 0.030612409114837646, -0.008213919587433338, 0.007133320439606905, 0.020572414621710777, 0.014307675883173943, -0.00957492645829916, -0.0358649380505085, 0.015716558322310448, 0.016250018030405045, 0.021324729546904564, -0.03602908179163933, 0.012932990677654743, 0.012016532942652702, 0.025811266154050827, 0.004828498698771, -0.018247075378894806, 0.004948185291141272, -0.0009181670611724257, -0.017535794526338577, -0.007947188802063465, -0.028970992192626, -0.004342913161963224, 0.012502118945121765, -0.003346094861626625, -0.02218647301197052, -0.016810836270451546, -0.004397626966238022, -0.024347670376300812, -0.0067195468582212925, 0.010361438617110252, 0.013514325022697449, -0.0008933748467825353, -0.00014330331759992987, 0.024210885167121887, 0.021817155182361603, -0.021707726642489433, 0.03250003606081009, 0.010840184986591339, -0.003296510549262166, -0.010532419197261333, -0.013945196755230427, -0.022473720833659172, 0.0065725031308829784, -0.005697081331163645, 0.031925540417432785, 0.0052012368105351925, 0.002291143173351884, 0.0024313475005328655, -0.012098603881895542, 0.017836719751358032, -0.01233113743364811, -0.02913513407111168, -0.006312612444162369, -0.008713182993233204, 0.00783776119351387, 0.0063160317949950695, 0.011633535847067833, -0.023431213572621346, 0.0003077654982917011, 0.021447835490107536, 0.004753267392516136, -0.026577260345220566, 0.026372084394097328, 0.006121113896369934, 0.015360917896032333, 0.03250003606081009, 0.010422991588711739, 0.04497480019927025, -0.0037376410327851772, -0.0306397657841444, 0.0032674437388777733, 0.0212563369423151, 0.03638472035527229, 0.006736645009368658, 0.035345159471035004, -0.005621850024908781, -0.021434158086776733, 0.030502980574965477, 0.0030947530176490545, 0.022938787937164307, -0.015867020934820175, -0.007954028435051441, 0.0020209935028105974, 0.021953938528895378, -0.02709704264998436, -0.08475177735090256, -0.01798718422651291, 0.007317979820072651, 0.006907625589519739, 0.008733700960874557, 0.024375027045607567, -0.011168467812240124, 0.01368530560284853, 0.007311140652745962, 0.011059040203690529, -0.017084404826164246, -0.0004616482474375516, -0.0072222305461764336, -0.00949285551905632, -0.0081386873498559, -0.013904161751270294, 0.001514890231192112, -0.008706344291567802, -0.009130376391112804, 0.03873741626739502, -0.018506964668631554, -0.02648151107132435, 0.003274282906204462, -0.0018688205163925886, -0.011633535847067833, 0.028998348861932755, -0.0278767142444849, 0.01274833083152771, 0.011920783668756485, -0.003594017121940851, 0.015880700200796127, -0.022925110533833504, 0.010163100436329842, -0.01396571472287178, -0.004476278088986874, 0.0053893160074949265, -0.01313132792711258, -0.021611977368593216, 0.014594923704862595, -0.009315036237239838, -0.002191974315792322, 0.010286207310855389, 0.01633208990097046, -0.005252531263977289, 0.00669218972325325, -0.03124161809682846, -0.012700456194579601, 0.0306397657841444, -0.015046313405036926, -0.013418575748801231, -0.01837018132209778, 0.015634488314390182, -0.007844600826501846, -0.009786942973732948, 0.022159116342663765, -0.014444461092352867, 0.007666780613362789, 0.013958875089883804, -0.022719932720065117, 0.031323689967393875, -0.012153317220509052, -0.03233589604496956, -0.013869965448975563, 0.016701407730579376, 0.017522115260362625, 0.02875213697552681, -0.018589036539196968, -0.007256426382809877, 0.020887019112706184, -0.01694761961698532, -0.02693290077149868, 0.02815028466284275, -0.014950564131140709, 0.01738533191382885, -0.021324729546904564, -0.021447835490107536, -0.003806033404543996, -0.014006749726831913, 0.03085862100124359, -0.006001427303999662, -0.006962339393794537, -0.003164855297654867, -0.0020705778151750565, -0.01633208990097046, 0.025838622823357582, 0.02533251978456974, 0.01053925883024931, -0.012078085914254189, 0.04144575446844101, -0.03624793514609337, -0.012891954742372036, 0.03857327625155449, -0.0058885798789560795, 0.0043736896477639675, 0.0017884594853967428, 0.016646694391965866, -0.003183663124218583, -0.005621850024908781, -0.005334602203220129, 0.01051190122961998, -0.01388364378362894, -0.025072628632187843, -0.06450764834880829, 0.010935934260487556, 0.024183528497815132, 0.003387130331248045, -0.006654574070125818, -0.011031683534383774, 0.0009232964948751032, -0.002855379832908511, 0.0007903589284978807, 0.024689631536602974, -0.01843857392668724, -0.01655094511806965, 0.015114706009626389, 0.002159487921744585, -0.004886632319539785, -0.008918359875679016, 0.009704872034490108, 0.003723962465301156, 0.0016696278471499681, 0.020066309720277786, 0.002516837790608406, -0.016072198748588562, -0.01404778566211462, 0.007502639200538397, -0.02560609020292759, -0.01418456993997097, -0.0007399195455946028, 0.01798718422651291, -0.002127001527696848, -0.013233916833996773, 0.009916888549923897, -0.031378403306007385, 0.010546097531914711, 0.015442988835275173, -0.004370270296931267, -0.02140679955482483, 0.0011216342682018876, 0.03332074359059334, 0.037287499755620956, 0.032691534608602524, 0.0044489214196801186, -0.017631543800234795, 0.03096804767847061, -0.020955411717295647, -0.03679507598280907, -0.02880685031414032, -0.024963201954960823, 0.009444980882108212, 0.007748851552605629, -0.009622801095247269, 0.030448267236351967, -0.004784043878316879, 0.0005920211551710963, -0.01605851948261261, -0.009841657243669033, -0.04962547868490219, 0.0074342465959489346, 0.022487400099635124, -0.02918984740972519, -0.018753178417682648, 0.022596826776862144, 0.018753178417682648, 0.019628599286079407, -0.0018465929897502065, 0.016304733231663704, -0.023335464298725128, -0.00935607124119997, -0.010505062527954578, 0.021817155182361603, -0.025811266154050827, -0.021324729546904564, 0.011318931356072426, 0.013021900318562984, 0.022706255316734314, -0.028834206983447075, 0.03293774649500847, -0.00720171257853508, -0.013610074296593666, -0.0001612562919035554, 0.041418395936489105, 0.015935413539409637, 0.016400480642914772, -0.016072198748588562, 0.010990647599101067, 0.01164721418172121, 0.029764343053102493, -0.008042938075959682, 0.031980253756046295, -0.014198248274624348, 0.0004127049760427326, -0.015825986862182617, 0.0014584665186703205, -0.0008258374291472137, 0.0336763858795166, 0.016154268756508827, -0.009089341387152672, -0.026358405128121376, 0.011469393968582153, 0.020285166800022125, 0.008494327776134014, -0.005898838862776756, -0.0015619099140167236, 0.0045583490282297134, -0.017139118164777756, -0.020654484629631042, 0.0002329613926121965, -0.032199110835790634, -0.01722119003534317, 0.0076599414460361, -0.008350703865289688, 0.010265689343214035, 0.006151890382170677, -0.043032456189394, 0.009807460941374302, -0.013418575748801231, 0.001759392791427672, -0.009144054725766182, 0.004000951535999775, -0.008295989595353603, 0.03189818561077118, -0.0006334839854389429, 0.02626265585422516, 0.0052012368105351925, -0.019573885947465897, 0.019738027825951576, 0.012420048005878925, -0.03359431400895119, -0.012987704016268253, 0.021174266934394836, 0.0013635721988976002, -0.0026467833667993546, -0.010723917745053768, -0.025961730629205704, -0.007571031339466572, -0.011989176273345947, 0.001997056184336543, -0.009964763186872005, 0.011401002295315266, 0.013281791470944881, 0.050035830587148666, 0.03933927044272423, 0.0011233440600335598, 0.01909513957798481, 0.004866114351898432, -0.018069254234433174, 0.02847856841981411, -0.0018448831979185343, 0.02306189574301243, -0.017029691487550735, -0.0010874380823224783, -0.012837241403758526, -0.006579342298209667, -0.013835769146680832, -0.03167932853102684, 0.013432254083454609, 0.007304301019757986, -0.019108818843960762, 0.00011177871783729643, 0.008234436623752117, 0.010771792382001877, 0.0011583952000364661, 0.011708767153322697, 0.02891627885401249, -0.015525059774518013, -0.0035393033176660538, 0.017193833366036415, 0.010853863321244717, -0.027945106849074364, -0.03682243078947067, -0.011489911936223507, -0.01219435315579176, -0.026796115562319756, -0.019396066665649414, -0.015990126878023148, -0.0006817860994488001, 0.0026980775874108076, -0.011872909031808376, 0.011161629110574722, 0.005823607090860605, -0.0013045837404206395, -0.024812739342451096, -0.038710061460733414, -0.02902570553123951, 0.00694182189181447, -0.005457708146423101, 0.010860702954232693, 0.0012618385953828692, -0.0034435540437698364], \"b259d095-7dd5-46d6-97d8-d75ccd95a0f8\": [0.003930460195988417, 0.003481642110273242, -0.0026566083543002605, -0.028724372386932373, -0.015035413205623627, 0.001189698581583798, -0.026057863608002663, -0.014599795453250408, 0.003102126531302929, -0.03152288496494293, 0.024790611118078232, -0.01380776334553957, -0.0057554347440600395, -0.004996404051780701, -0.0010477927280589938, -0.00043520526378415525, -0.000997465685941279, -0.011174255982041359, 0.03701430931687355, -0.0001465466048102826, -0.01873156428337097, -7.600622484460473e-05, -0.008890562690794468, 0.004036064725369215, -0.025239430367946625, 0.003910659346729517, 0.027800334617495537, -0.014216979965567589, 0.008692555129528046, -0.033370960503816605, 0.0035146435257047415, -0.015708640217781067, -0.021952494978904724, -0.024724608287215233, -0.005656430963426828, -0.015220221132040024, -0.011807882227003574, -0.004732393193989992, -0.0005927867023274302, -0.010652834549546242, 0.03289574384689331, -0.002461900468915701, 0.000294949539238587, 0.00811833143234253, -0.00041746703209355474, 0.025067823007702827, 0.0037522530183196068, -0.0168966893106699, -0.031179672107100487, 0.029225992038846016, 0.015972651541233063, 0.01419057883322239, -0.048683587461709976, -0.011180856265127659, -0.029780415818095207, 0.0030493244994431734, -0.03862477466464043, 0.0027143608313053846, -0.0010494427988305688, -0.013952969573438168, 0.02022322453558445, 0.0035047431010752916, -0.01738511025905609, -0.015550234355032444, 0.006171251647174358, 0.017741523683071136, -0.02019682340323925, 0.0014553593937307596, -0.010223817080259323, 0.003748952876776457, 0.01111485343426466, 0.01110825315117836, -0.01081784162670374, 0.0035410444252192974, 0.04121208190917969, 0.009147973731160164, -0.015933049842715263, -0.01747751235961914, 0.007478105369955301, -0.00285791652277112, 0.028697971254587173, -0.014837405644357204, -0.0036796501372009516, 0.041951313614845276, -0.004445281345397234, -0.0021566380746662617, 0.007689313963055611, 0.009345981292426586, -0.029225992038846016, -0.014863806776702404, 0.025727849453687668, -0.0033067348413169384, 0.006666271947324276, 0.015114616602659225, 0.02612386643886566, 0.02563544549047947, 0.004989803768694401, 0.0059270416386425495, 0.0020064818672835827, -0.01453379262238741, -0.0024883016012609005, -0.004577287007123232, -0.04147609323263168, -0.005441922228783369, -0.023760968819260597, -0.002448699902743101, 0.025939058512449265, 0.015655837953090668, 0.03711991384625435, -0.008930164389312267, -0.009940005838871002, 0.0168570876121521, -0.010560430586338043, -0.013035532087087631, -0.027404317632317543, -0.0003399138804525137, -0.0030427242163568735, -0.027219511568546295, -0.009992808103561401, -0.01958959922194481, 0.005785136017948389, 0.040763262659311295, 0.0050228051841259, -0.002829865552484989, -0.021226465702056885, 0.00808533001691103, 0.003468441544100642, 0.00285791652277112, 0.003019623225554824, -0.03490222245454788, 0.046729907393455505, 0.002938769990578294, -0.0030460243579000235, -0.010105011984705925, -0.031311675906181335, -0.0006059872102923691, -0.020962456241250038, 0.00523731391876936, -0.03025563433766365, -0.01347114983946085, 0.00267970934510231, 0.01878436654806137, -0.005788436159491539, -0.010124812833964825, 0.008012726902961731, 0.013675757683813572, 0.019814008846879005, 0.016619477421045303, 0.008930164389312267, -0.001301078125834465, 0.009279978461563587, 0.012705518864095211, 0.02022322453558445, 0.0041317688301205635, -0.00012427069304976612, 0.014045373536646366, 0.016408270224928856, -0.007933523505926132, 0.014784603379666805, 0.00569933233782649, 0.01610465720295906, 0.016975892707705498, 0.009887203574180603, -0.02225610800087452, 0.00017645407933741808, 0.036618296056985855, 0.01349095068871975, -0.009398783557116985, 0.00573563389480114, -0.010487828403711319, 0.007992926053702831, 0.015603036619722843, -0.025741050019860268, 0.009062170051038265, 0.008534148335456848, 0.012844123877584934, 0.006214153487235308, 0.018005535006523132, -0.03286934271454811, 0.010652834549546242, -0.027087505906820297, -0.004042665008455515, 0.022348511964082718, 0.026744291186332703, -0.033344559371471405, 0.0007355175330303609, 0.01375496108084917, 0.02027602680027485, 0.01887677051126957, -0.0031318278051912785, 0.009563790634274483, 0.023404555395245552, 0.02228250913321972, -0.03550944849848747, -0.6129274368286133, -0.013332543894648552, -0.013273141346871853, -0.026691488921642303, 0.014745001681149006, 0.002146737650036812, 0.012038891203701496, 0.02081725001335144, -0.010204016231000423, -0.039311204105615616, -0.009352581575512886, 0.023325351998209953, -0.0004257173859514296, -0.0167382825165987, -0.02298213727772236, -0.006243854761123657, -0.005316516850143671, -0.0008044078131206334, 0.017662320286035538, 0.0334501639008522, -0.009992808103561401, -0.0035872464068233967, 0.0015089865773916245, -0.007326298858970404, 0.012758320197463036, -0.026361476629972458, 0.017041895538568497, 0.0019256286323070526, -0.014612996019423008, 0.03030843660235405, -0.03152288496494293, 0.009227176196873188, -0.008494546636939049, -0.006890681106597185, 0.06790357083082199, 0.0007181917899288237, -0.0014957860112190247, 0.0008530847844667733, -0.004973303060978651, 0.0337669774889946, 0.004276974592357874, 0.013193937949836254, -0.013913367874920368, 0.004831396974623203, 0.006705873645842075, -0.007867520675063133, 0.023166945204138756, -0.025912657380104065, -0.017794325947761536, 0.014454590156674385, 0.0011616473784670234, -0.0051185088232159615, 0.011649475432932377, 0.013741760514676571, -0.015273023396730423, -0.024605803191661835, 0.02959560789167881, -0.03426859900355339, 0.009128172881901264, -0.008679354563355446, -0.005273615010082722, 0.006276856176555157, -0.02758912555873394, -0.01308833435177803, -0.01617066003382206, 0.026005061343312263, -0.025727849453687668, -0.02420978806912899, 0.0033677874598652124, -0.00540232053026557, -0.0052868155762553215, 0.004719192627817392, -0.022440915927290916, -0.017253104597330093, -0.007933523505926132, 0.027958741411566734, 0.023734567686915398, -0.021662084385752678, 0.0005903115961700678, 0.0046465895138680935, -0.0002800989313982427, 0.016461072489619255, -0.013180738314986229, -0.021701686084270477, 0.01815074123442173, -0.012250100262463093, -0.009108372032642365, -0.016540274024009705, 0.010553830303251743, -0.0025015021674335003, 0.01380776334553957, -0.010652834549546242, 0.013319343328475952, -0.0335821695625782, 0.017807526513934135, 0.03424219787120819, 0.022454116493463516, -0.01142506580799818, -0.014454590156674385, -0.012243499979376793, -0.029120387509465218, 0.0014603096060454845, -0.01416417770087719, 0.009907004423439503, 0.02080404944717884, 0.001742471125908196, -0.02769473008811474, 0.007260296493768692, 0.033291757106781006, -0.009893803857266903, -0.012236899696290493, -0.00811173114925623, -0.004042665008455515, -0.004151569213718176, 0.02621627040207386, -0.028513163328170776, 0.012976129539310932, 0.012421706691384315, 0.013543752953410149, 0.003557545132935047, 0.014956210739910603, 0.01378136221319437, 0.004379278514534235, -0.012553712353110313, 0.014428189024329185, -0.011761680245399475, -0.0024090982042253017, 0.001897577429190278, -0.004026164300739765, -0.015286223962903023, -0.013662557117640972, 0.017068296670913696, 0.03176049515604973, -0.0061184498481452465, 0.035298239439725876, -0.009834401309490204, 0.007108489982783794, -0.006686072796583176, 0.0015881898580119014, 0.0030460243579000235, -0.018295947462320328, 0.007286697160452604, 0.014282982796430588, 0.014811004512012005, 0.02361576445400715, -0.004105367697775364, -0.03247332572937012, -0.01345794927328825, -0.00875855702906847, 0.004682891070842743, 0.0017523715505376458, 0.0168966893106699, 0.003643348580226302, 0.00878495816141367, -0.028433959931135178, 0.002450349973514676, 0.018691962584853172, -0.018269546329975128, -0.007220694795250893, -0.009847601875662804, -0.01044822670519352, 0.03622227907180786, -0.012349103577435017, -0.013233539648354053, -0.013900167308747768, -0.015101416036486626, -0.015721840783953667, 0.0036103473976254463, -0.019880011677742004, -0.017041895538568497, 0.003722551977261901, 0.017860328778624535, -0.003649948863312602, -0.015061814337968826, 0.030044425278902054, 0.0014759852783754468, -0.028011543676257133, -0.00010911070421570912, 0.0014669098891317844, 0.006646471098065376, -0.014388587325811386, 0.014216979965567589, 0.001745771267451346, 0.0019322287989780307, 0.019880011677742004, 0.03902079164981842, 0.03273733705282211, 0.015669038519263268, -0.01821674406528473, 0.021252866834402084, 0.021015256643295288, 0.03186609968543053, -0.009253577329218388, 0.01273191999644041, 0.011887084692716599, 0.02830195426940918, 0.006778476759791374, -0.003973362036049366, 0.005346218124032021, -0.007616710849106312, 0.026665087789297104, 0.02622947096824646, 0.003428839845582843, -0.023166945204138756, 0.01892957277595997, -0.020012017339468002, 0.00019914249423891306, -0.004639989230781794, 0.012052091769874096, 0.012058692052960396, 0.0077025145292282104, -0.019893212243914604, -0.01309493463486433, -0.0065276664681732655, 0.01623666286468506, 0.014745001681149006, -0.01412457600235939, 0.0001061199582181871, -0.0005457597435452044, -0.005900640971958637, -0.014243381097912788, -0.010243617929518223, -0.01272531971335411, 0.012210498563945293, -0.005300016142427921, 0.029463602229952812, 0.007874120958149433, -0.002357946243137121, -0.012903526425361633, -0.00017470087914261967, -0.01894277334213257, 0.002836465835571289, 0.015655837953090668, 0.007359300274401903, 0.020540038123726845, 0.024658605456352234, 0.017107898369431496, -0.010619833134114742, 0.012896926142275333, -0.002290293574333191, -0.00808533001691103, 0.008276737295091152, 0.015523833222687244, -0.015457830391824245, 0.00021244617528282106, 0.029199590906500816, 0.03783274441957474, 0.03413659334182739, -0.010910245589911938, 0.019827209413051605, -0.02278413064777851, 0.025899456813931465, -0.010520828887820244, -0.01742471195757389, 0.02147727645933628, -0.034638214856386185, -0.012085093185305595, 0.020447634160518646, 0.02622947096824646, 0.012296301312744617, -0.012481109239161015, 0.003989862743765116, 0.0010090161813423038, 0.010184215381741524, -0.0039436607621610165, -0.0035212435759603977, -0.019114380702376366, -0.007062288001179695, -0.022493718191981316, -0.007610110566020012, -0.006831278558820486, -0.003808355424553156, 0.002547703916206956, -0.0017556716920807958, 0.010006008669734001, -0.00046078130253590643, 0.010540629737079144, 0.030044425278902054, 0.01417737826704979, -0.013886966742575169, -0.03310694918036461, 0.010243617929518223, 0.029120387509465218, 0.02422298863530159, 0.015787843614816666, -0.0013761561131104827, -0.016566675156354904, 0.0007841945043765008, -0.004795095883309841, 0.00836254097521305, -0.0039403606206178665, 0.02552984096109867, 0.010850843042135239, -0.00554422615095973, -0.027985142543911934, 0.0003376450331415981, 0.028539564460515976, 0.00877175759524107, -0.009220575913786888, -0.0071678925305604935, 0.017847128212451935, -0.0003161941422149539, -0.018955973908305168, -0.02349695935845375, 0.018652360886335373, 0.014824205078184605, -0.02221650630235672, 0.005171311087906361, 0.015207020565867424, -0.006125050131231546, -0.015009012073278427, -0.016263063997030258, -0.015576635487377644, -0.020619241520762444, -0.0016319166170433164, 8.616445120424032e-05, -0.031100468710064888, -0.004765394609421492, 0.05187811702489853, -0.0007833694689907134, -0.007220694795250893, 0.0023562961723655462, -0.011801281943917274, 0.05586468055844307, 0.01114785484969616, 0.029965221881866455, 0.0021533379331231117, 0.00522741349413991, -0.004062465857714415, -0.0013745060423389077, -0.03186609968543053, -0.018718363717198372, -0.008289937861263752, -0.020447634160518646, -0.0167646836489439, 0.008349340409040451, 0.022612523287534714, 0.01887677051126957, 0.021305669099092484, -0.004418880213052034, 0.01750391349196434, -0.0167382825165987, -0.01756991632282734, -0.015708640217781067, 0.004808295983821154, 0.009279978461563587, 0.02431539259850979, 0.014995811507105827, 0.0009322880650870502, 0.007418702822178602, 0.020592840388417244, -0.002382697304710746, 0.009286578744649887, -0.003481642110273242, -0.0027275613974779844, 0.007841119542717934, 0.017781125381588936, 0.016408270224928856, 0.004135068506002426, 0.03886238485574722, -0.011596673168241978, 0.03492862358689308, -0.0024107482749968767, -0.007392301689833403, -0.012421706691384315, 0.014480991289019585, 0.023074541240930557, -0.01758311688899994, 0.008712355978786945, 0.01737190969288349, -0.009055569767951965, -0.013728559948503971, 0.010105011984705925, 0.012580113485455513, 0.011755079962313175, 0.01347114983946085, -0.03186609968543053, -0.011959687806665897, -0.022374913096427917, 0.011240258812904358, 0.006445162929594517, -0.022467317059636116, 0.011266659945249557, -0.03622227907180786, -0.000633625837508589, -0.04855158179998398, -0.000674052513204515, -0.010481228120625019, -0.009715596213936806, -0.014665798284113407, -0.0040723662823438644, -0.009781599044799805, -0.005765335168689489, -0.010831042192876339, -0.0005201837047934532, -0.007940123789012432, -0.033898983150720596, -0.012474508956074715, -0.0022919434122741222, -8.889738091966137e-05, 0.020988857373595238, -0.0022638924419879913, -0.0066992733627557755, 0.009966406971216202, -0.015378627926111221, -0.02159608155488968, -0.0009405383607372642, -0.0018810767214745283, 0.01041522528976202, -0.00047480687499046326, 0.023906175047159195, -0.029490003362298012, 0.009464786387979984, 0.001115445513278246, 0.0006191877764649689, 0.010487828403711319, 0.03160208836197853, -0.001031292136758566, -0.005851138848811388, 0.02549023926258087, -0.007880721241235733, 0.013543752953410149, 0.010283219628036022, -0.005920441821217537, -0.008197534829378128, -0.006389060523360968, 0.012976129539310932, -0.01746431179344654, 0.012599914334714413, -0.015312625095248222, 0.008936764672398567, 0.030150029808282852, -0.021873293444514275, -0.03418939560651779, 0.040050435811281204, -0.008969766087830067, 0.014441389590501785, 0.011260059662163258, 0.0005808236892335117, 0.01746431179344654, 0.0075111063197255135, 0.022348511964082718, -0.009095171466469765, -0.0025246029254049063, 0.0039403606206178665, -0.014560193754732609, 0.027325114235281944, 0.015510632656514645, -0.012613114900887012, 0.020988857373595238, -0.014216979965567589, -0.012302901595830917, 0.0021615882869809866, -0.000775944150518626, -0.006478164345026016, 0.009326180443167686, -0.004105367697775364, -0.01147786807268858, -0.024407796561717987, -0.013273141346871853, 0.012217098847031593, 0.025186628103256226, 0.00026401077047921717, -0.007055687718093395, -0.011867283843457699, 0.007306498009711504, -0.015180619433522224, -0.005045905709266663, -0.006851079408079386, -0.029727613553404808, -0.01107525173574686, 0.016513874754309654, 0.028011543676257133, 0.020672043785452843, 0.015180619433522224, 0.01758311688899994, -0.030440442264080048, -0.02824915200471878, 0.016632677987217903, -0.007801518309861422, 0.011893684975802898, -0.018533555790781975, 0.017873529344797134, 0.014414988458156586, 0.03173409402370453, 0.00840874295681715, -0.008870761841535568, 0.0020180323626846075, -0.007920322939753532, 0.009741997346282005, -0.010573631152510643, 0.00540562067180872, -0.0167514830827713, 0.009121572598814964, 0.0058181374333798885, 0.006798277609050274, 0.0029800215270370245, -0.006989685352891684, -0.00806552916765213, 0.008322939276695251, -0.023100942373275757, 0.017253104597330093, 0.0022556420881301165, -0.060300059616565704, -0.01894277334213257, -0.002283693291246891, -0.012560312636196613, 0.021767688915133476, -0.009979607537388802, -0.017754724249243736, 0.001742471125908196, -0.015880247578024864, 0.050822075456380844, 0.0009644643287174404, 0.04633389040827751, 0.015550234355032444, -0.00015304374392144382, -0.0010106662521138787, 0.03437420353293419, -0.010916845872998238, -0.007735515478998423, -0.009979607537388802, 0.005999644752591848, 0.016381869092583656, 0.028539564460515976, 0.0336349718272686, 0.006534266751259565, -0.010897045023739338, 0.004191170912235975, 0.02769473008811474, -0.019259585067629814, 0.02494901791214943, -0.007161292247474194, -0.015682239085435867, -0.023800570517778397, -0.03851917013525963, 0.0168438870459795, -0.011002648621797562, -0.004125168547034264, -0.004445281345397234, 0.005933641921728849, 0.0033182853367179632, 0.005874239839613438, 0.030678052455186844, -0.0038644575979560614, -0.015220221132040024, 0.02493581734597683, -0.008263537660241127, 0.005474923178553581, 0.017305906862020493, 0.019761206582188606, -0.027113907039165497, -0.044142600148916245, 0.010058810003101826, -0.00519111193716526, 0.034559011459350586, 0.022454116493463516, -0.00044881831854581833, -0.016606276854872704, 0.036723896861076355, -0.01272531971335411, 0.0071018896996974945, -0.02566184662282467, -0.01962920092046261, -0.002067534253001213, 0.004392479080706835, 0.0019701803103089333, 0.001532087568193674, -0.014045373536646366, -0.0009661143994890153, -0.004194471053779125, 0.006316457875072956, -0.017094697803258896, -0.0073989019729197025, -0.004781895317137241, 0.012936527840793133, -0.006917082238942385, 0.017305906862020493, 0.007141491398215294, 0.01143826637417078, 0.013543752953410149, -0.00259885611012578, -0.027773933485150337, 0.009081970900297165, -0.005867639556527138, 0.03888878598809242, -0.016381869092583656, -0.012857324443757534, 0.02156968042254448, 0.02551664039492607, -0.020672043785452843, -0.009293179027736187, 0.010124812833964825, 0.042136117815971375, -0.0026582584250718355, 0.0009570390684530139, -0.004366077948361635, 0.014811004512012005, 0.015391828492283821, 0.01735870912671089, 0.012929927557706833, -0.04860438406467438, -0.008151332847774029, -0.011926686391234398, 0.01887677051126957, 0.0036697497125715017, -0.0023447456769645214, -0.016025453805923462, 0.004217572044581175, -0.0169098898768425, -0.03302774950861931, -0.008567149750888348, -0.0045409854501485825, 0.004293475300073624, -0.027905939146876335, 0.0010857443558052182, -0.015035413205623627, 0.01756991632282734, -0.00571253290399909, 0.0169362910091877, 0.012745119631290436, 0.04298095405101776, -0.038651175796985626, -0.006006245035678148, -0.010679235681891441, 0.005465023219585419, -0.022638924419879913, 0.007478105369955301, -0.005478223320096731, -0.0335029661655426, 0.0021962395403534174, -0.023866573348641396, -0.015114616602659225, -0.010593432001769543, 0.029859619215130806, 0.012573513202369213, 0.0027506621554493904, 0.0040030633099377155, 0.06014165282249451, -0.0003250632726121694, 0.011029049754142761, -0.002859566593542695, -0.014309383928775787, -0.001975130522623658, -0.04287534952163696, 0.001744121196679771, -0.019101180136203766, 0.0012350754113867879, -0.0201044213026762, -0.016579875722527504, 0.012738519348204136, -0.024685006588697433, -0.0004743943572975695, -0.05087487772107124, 0.03777994215488434, -0.007768516894429922, -0.02290293388068676, 0.006283456459641457, -0.026506680995225906, -0.026691488921642303, -0.020632442086935043, -0.010355822741985321, 0.01894277334213257, -0.006890681106597185, -0.00804572831839323, 0.016553474590182304, 0.0036994509864598513, 0.029859619215130806, -0.01043502613902092, -0.010553830303251743, -0.022572921589016914, -0.033555768430233, -0.02493581734597683, 0.006131650414317846, -0.0047719948925077915, 0.0403144434094429, 0.0031417282298207283, -0.013979370705783367, -0.002849666168913245, -0.0167250819504261, -0.02893558144569397, -0.015299424529075623, -0.0075045060366392136, 0.01344474870711565, 0.028460361063480377, 0.013325943611562252, 0.010072010569274426, 0.025186628103256226, -0.011774880811572075, 0.0066299703903496265, -0.033344559371471405, -0.016368668526411057, -2.8798831408494152e-05, 0.015207020565867424, -0.01611785776913166, 0.006738875061273575, -0.005643230397254229, 0.007544107735157013, 0.022625723853707314, -0.006217453628778458, -0.012877125293016434, 0.04189851135015488, -0.011728678829967976, -0.010276619344949722, -0.010270019061863422, -0.008897162973880768, -0.03418939560651779, -0.012283101677894592, 0.005121808964759111, -0.03152288496494293, -0.010270019061863422, 0.0018480754224583507, 0.014071774668991566, -0.013259940780699253, -0.005986444186419249, -0.011180856265127659, -0.02156968042254448, 0.011761680245399475, -0.017279505729675293, -0.02567504718899727, -0.012012490071356297, -0.0335821695625782, 0.018691962584853172, 0.009847601875662804, -0.00277046300470829, 0.0337141752243042, 0.001061818329617381, 0.0010642934357747436, 0.011906885541975498, 0.0006567267701029778, -0.03450620919466019, 0.012355703860521317, -0.012520710937678814, -0.020645642653107643, -0.009497787803411484, -0.007260296493768692, -0.005105308257043362, -0.0038215559907257557, -0.0168042853474617, -0.00501950504258275, -0.004950202070176601, -0.018625959753990173, 0.001980080734938383, 0.011029049754142761, -0.015814244747161865, -0.015959450975060463, 0.0027110606897622347, -0.016500674188137054, -0.003557545132935047, -0.022652124986052513, -0.010276619344949722, -0.0404992513358593, -0.005478223320096731, -0.022414514794945717, 0.006085448432713747, -0.021411273628473282, 0.008329539559781551, 0.004151569213718176, -4.364943742984906e-05, 0.0078081185929477215, 0.28069624304771423, -0.01882396824657917, 0.003161529079079628, 0.022652124986052513, 0.02430219203233719, 0.022506918758153915, 0.03622227907180786, 0.020421233028173447, -0.01820354349911213, 0.012428306974470615, -0.014282982796430588, 0.012903526425361633, 0.0055244253017008305, -0.003343036398291588, 0.010237017646431923, -0.013728559948503971, -0.0405520536005497, -0.012362304143607616, -0.025081023573875427, -0.008679354563355446, 0.021186864003539085, -0.01819034293293953, -0.0168174859136343, -0.018348747864365578, -0.0019668801687657833, 0.008593550883233547, -0.012962928973138332, 0.012078492902219296, 0.029754014685750008, -0.012679117731750011, -0.0404992513358593, -0.005441922228783369, -0.008850960992276669, 0.014612996019423008, -0.014784603379666805, -0.012824323028326035, 0.025807052850723267, 0.010223817080259323, 0.003729152260348201, -0.0019305787282064557, 0.005102008115500212, -0.02291613444685936, -0.027747532352805138, -0.0168174859136343, 0.00016614115156698972, 0.007108489982783794, -0.011015849187970161, -0.03503422811627388, 0.017979133874177933, 0.019035177305340767, -0.014560193754732609, -0.024658605456352234, 0.01606505550444126, 0.04092166945338249, 0.003646648721769452, -0.010560430586338043, 0.004729093052446842, 0.009088571183383465, 0.01949719525873661, 0.026440678164362907, -0.006659671664237976, 0.03421579673886299, -0.023021738976240158, -0.015589836053550243, 0.006065647583454847, 0.018493954092264175, -0.02023642510175705, -0.01541822962462902, 0.009101771749556065, -0.019351989030838013, -0.006646471098065376, 0.001179798156954348, 0.008283337578177452, 0.016540274024009705, -0.005329717416316271, -0.02420978806912899, 0.033898983150720596, 0.004141668789088726, 0.01624986343085766, 0.06631950289011002, -0.013900167308747768, -0.0028991682920604944, 0.008870761841535568, -0.017173901200294495, 0.00021884018497075886, -0.03249972686171532, 0.03218291327357292, 0.00805232860147953, 0.01413777656853199, -0.026678288355469704, 0.011913485825061798, -0.0100522106513381, -0.012956328690052032, 0.003321585478261113, 0.029357997700572014, 0.0269819013774395, -6.703398685203865e-05, -0.0013151036109775305, -0.01735870912671089, -0.0011220457963645458, -0.036539092659950256, 0.030730854719877243, 0.026387875899672508, 0.01417737826704979, -0.044142600148916245, 0.009326180443167686, -0.007319698575884104, -0.004811596125364304, -0.00540562067180872, -0.012137895449995995, -0.014071774668991566, -0.014480991289019585, 0.01624986343085766, -0.01610465720295906, 0.017899930477142334, 0.015339026227593422, -0.015999052673578262, -0.025147026404738426, -0.00015170306141953915, -0.006791677325963974, 0.030757255852222443, -0.02358936332166195, -0.017635919153690338, 0.020724846050143242, -0.011227058246731758, -0.004729093052446842, -0.0060524470172822475, 0.004870998673141003, -0.011213857680559158, -0.0077025145292282104, -0.003186279907822609, 0.0004809946403838694, 0.006771876476705074, 0.01624986343085766, 0.0038314564153552055, -0.009240376763045788, 0.027034703642129898, 0.01948399469256401, -0.012646116316318512, -0.003719251835718751, -0.007530907168984413, -0.031338077038526535, -0.0012119744205847383, -0.008989566937088966, 0.021860092878341675, -0.014837405644357204, 0.005798336584120989, -0.0015766393626108766, 0.007854320108890533, -0.024790611118078232, -0.023972177878022194, -0.005781835876405239, 0.004732393193989992, -0.010831042192876339, 0.003788554575294256, -0.01541822962462902, -0.015682239085435867, -0.03566785529255867, -0.030862858518958092, 0.0336613729596138, -0.02356296218931675, -0.01041522528976202, 0.014758202247321606, -0.036565493792295456, -0.0236949659883976, -0.02287653274834156, -0.16685481369495392, 0.014929809607565403, 0.019312387332320213, -0.05813517048954964, 0.0406312569975853, 0.01109505258500576, -0.0020972355268895626, -0.008547348901629448, 0.007926923222839832, -0.008296538144350052, 0.013873766176402569, -0.029225992038846016, -0.03292214497923851, -0.01613105833530426, -0.016302665695548058, -0.0012004240415990353, -0.010065410286188126, -0.00877835787832737, 0.050082843750715256, 0.01759631745517254, 0.035403843969106674, -0.020698444917798042, 0.0035509448498487473, -0.003001472447067499, -0.007537507452070713, 0.007590309716761112, -0.0007912073051556945, -0.014335785061120987, -0.019035177305340767, -0.025345034897327423, -0.033291757106781006, 0.019998816773295403, 0.002072484465315938, 0.012342503294348717, 0.0402880422770977, -0.02418338693678379, 0.009662793949246407, -0.015114616602659225, -0.02150367759168148, 0.007959924638271332, 0.006771876476705074, 0.041317686438560486, 0.000695090857334435, 0.0024156984873116016, 0.024645404890179634, 0.0005428721779026091, -0.006451763212680817, -0.006257055327296257, 0.024764209985733032, 0.012903526425361633, 0.010507628321647644, -0.0470467209815979, -0.018309148028492928, 0.009887203574180603, 0.036776699125766754, 0.007689313963055611, 0.010514228604733944, 0.007814719341695309, -0.01874476484954357, -0.017094697803258896, -0.010514228604733944, -0.021384872496128082, -0.005270314868539572, -0.007999526336789131, -0.006976484786719084, -0.004659790080040693, -0.000798632565420121, 0.0005742234061472118, -0.028671570122241974, 0.00555082643404603, -0.021002057939767838, -0.01145146694034338, -0.01109505258500576, -0.013530552387237549, 0.013728559948503971, 0.001277152099646628, -0.015761442482471466, 0.03096846304833889, -0.00030237482860684395, 0.010593432001769543, -0.014969411306083202, 0.011299661360681057, -0.01080464106053114, -0.005481523461639881, -0.0023546461015939713, 0.040050435811281204, 0.005036005284637213, 0.009603392332792282, 0.0026434077881276608, -0.013609755784273148, 0.009266777895390987, -0.0021087860222905874, -0.025899456813931465, -0.009808000177145004, -0.0014000821392983198, -0.006778476759791374, 8.18588068796089e-06, 0.009062170051038265, -0.027298713102936745, -0.020619241520762444, 0.026361476629972458, 0.007425303105264902, -0.024539802223443985, 0.019708404317498207, 0.017160700634121895, 0.034691017121076584, 0.01956319808959961, 0.017107898369431496, 0.036565493792295456, -0.019219983369112015, -0.04511944204568863, 0.01874476484954357, 0.012606514617800713, 0.03825516253709793, 0.003649948863312602, 0.035298239439725876, 0.004326476715505123, -0.017345508560538292, 0.0006220754003152251, 0.004735693335533142, 0.008263537660241127, -0.016606276854872704, 0.00021904644381720573, -0.0002283280628034845, 0.01419057883322239, -0.01110825315117836, -0.06241214647889137, -0.0200648196041584, -0.0023991980124264956, 0.014282982796430588, 0.012230299413204193, 0.023708166554570198, 6.038214996806346e-05, 0.014401787891983986, 0.011015849187970161, 0.009933405555784702, -0.03170769289135933, -0.004986503627151251, 0.006006245035678148, -0.0016731682699173689, -0.004821496549993753, -0.011042250320315361, 0.005636630114167929, -0.016593076288700104, -0.00522081321105361, 0.038703978061676025, -0.025477038696408272, -0.008204135112464428, -0.013662557117640972, -0.03236772119998932, 0.007900522090494633, 0.018467552959918976, -0.019919613376259804, 0.005313216708600521, 0.021899692714214325, -0.010666035115718842, -0.0100456103682518, -0.0072272950783371925, -0.0005849488661624491, 0.006362659856677055, -0.0021962395403534174, 0.0037786541506648064, -0.030572447925806046, -0.008514347486197948, 0.011972888372838497, 0.004395779222249985, 0.017094697803258896, -0.019998816773295403, 0.009900404140353203, -0.005326417274773121, -0.006603569258004427, -0.027034703642129898, -0.04105367511510849, 0.028592366725206375, -0.007629911415278912, -0.005339617840945721, -0.00573233375325799, 0.011867283843457699, -0.014058574102818966, 0.0006175377056933939, 0.03825516253709793, -0.002381047233939171, 0.009675994515419006, 0.028697971254587173, -0.037331122905015945, 0.011794681660830975, 0.018441151827573776, -0.026612285524606705, -0.019655602052807808, 0.011035650037229061, 0.008553949184715748, 0.0338461808860302, -0.028037944808602333, -0.0019454293651506305, -0.007959924638271332, -0.0076959142461419106, -0.02556944265961647, 0.0337933786213398, -0.011788081377744675, 0.011953087523579597, -0.012170896865427494, -0.017886729910969734, -0.0021170363761484623, -0.0201044213026762, 0.024038180708885193, -0.0034486406948417425, -0.019140781834721565, -0.010316221043467522, 0.009260177612304688, 0.004913900513201952, 0.029146788641810417, 0.018441151827573776, 0.005154810380190611, 0.0044122799299657345, 0.023338552564382553, -0.04910600557923317, -0.0169362910091877, 0.027298713102936745, -0.021675284951925278, 0.01743791066110134, 0.004465082194656134, -0.0002155400434276089, -0.008501146920025349, 0.0010337671265006065, -0.02360256388783455, 0.03751593083143234, -0.008349340409040451, -0.02616346813738346, -0.07471504807472229, 0.011972888372838497, 0.0002980434219352901, 0.012705518864095211, -0.009761798195540905, 0.002286993432790041, -0.004514584317803383, -0.0018843768630176783, 0.0013662558048963547, 0.015141017735004425, -0.004286875016987324, -0.01311473548412323, -0.0044716824777424335, 0.0005449347081594169, -0.015352226793766022, -0.0007705814205110073, 0.011372264474630356, 0.020487235859036446, -0.006151450797915459, 0.006606869399547577, 0.008349340409040451, -0.021411273628473282, -0.008679354563355446, 0.01952359639108181, -0.0028991682920604944, -0.0038281562738120556, 0.0005453472258523107, 0.026414277032017708, -0.011332662776112556, -0.012170896865427494, -0.011590072885155678, 0.0020015316549688578, 0.0009619892807677388, 0.005676231812685728, -0.013662557117640972, 0.0020081319380551577, 0.012052091769874096, 0.026572683826088905, 0.023351753130555153, 0.03952241316437721, -0.01808473840355873, -0.014058574102818966, 0.02898838371038437, -0.0004244798328727484, -0.008289937861263752, -0.02027602680027485, -0.007913722656667233, -0.0035014429595321417, 0.006956683937460184, -0.0029899219516664743, 0.026651887223124504, 0.008956565521657467, -0.010138013400137424, -0.023378154262900352, -0.022678526118397713, -0.04300735518336296, 0.006445162929594517, 0.011180856265127659, -0.023153744637966156, -0.019246384501457214, 0.03440060466527939, 0.017068296670913696, -0.004841297399252653, 0.00143225840292871, -0.005306616425514221, -0.025133825838565826, -0.023364953696727753, -0.011946487240493298, 0.03228851780295372, -0.036803100258111954, -0.02827555313706398, -0.010613232851028442, 0.006580468732863665, 0.004732393193989992, -0.007319698575884104, 0.03484942391514778, -0.01894277334213257, 6.461044540628791e-05, -0.013715359382331371, 0.0335029661655426, 0.008481346070766449, 0.008138132281601429, -0.039918430149555206, 0.004115268122404814, 0.011359063908457756, 0.033370960503816605, 0.0045409854501485825, 0.01753031462430954, -0.018652360886335373, -0.004887499380856752, -0.027219511568546295, -0.0038479571230709553, -0.0019256286323070526, 0.029331596568226814, 0.02362896502017975, 0.008652953431010246, -0.011887084692716599, 0.024605803191661835, 0.02882997691631317, 0.0077025145292282104, 0.01046142727136612, -0.00840214267373085, 0.01611785776913166, -0.003415639279410243, -0.015616237185895443, -0.0019569797441363335, -0.021939294412732124, -0.036723896861076355, 0.0071018896996974945, -0.014995811507105827, -0.02347055822610855, 0.009220575913786888, -0.014216979965567589, 0.01809793896973133, -0.03144368156790733, 0.0169098898768425, 0.017635919153690338, -0.012520710937678814, -0.01891637220978737, 0.021754488348960876, -0.009887203574180603, 0.02753632329404354, 0.009814600460231304, -0.01384736504405737, 0.029886020347476006, 0.010237017646431923, -0.011893684975802898, -0.01610465720295906, 0.021120861172676086, -0.014824205078184605, -0.004811596125364304, 0.015814244747161865, -0.015510632656514645, -0.009841001592576504, -0.00841534323990345, 0.011715478263795376, -0.002285343362018466, 0.005484823603183031, 0.019919613376259804, 0.051455698907375336, 0.027404317632317543, 0.0015378626994788647, 0.02488301508128643, 0.03099486418068409, 0.011708877980709076, 0.03648629039525986, -0.00015159993199631572, -0.002915668999776244, -0.02766832895576954, 0.007854320108890533, -0.012078492902219296, -0.011299661360681057, -0.019233183935284615, -0.052142128348350525, 0.015933049842715263, -0.010190815664827824, 0.008580350317060947, -0.012045491486787796, 0.028407558798789978, 0.030810058116912842, 0.008936764672398567, 0.015880247578024864, 0.012764920480549335, -0.014309383928775787, -0.009715596213936806, 0.025846654549241066, 0.026427477598190308, -0.023312151432037354, -0.0268498957157135, 0.003877658164128661, 0.01753031462430954, -0.0335821695625782, -0.01953679695725441, 0.0028942180797457695, 0.0077421157620847225, -0.005461723078042269, -0.005686132237315178, 0.017952732741832733, -0.02424938976764679, 0.01346454955637455, -0.023932576179504395, -0.021978896111249924, -0.040657658129930496, 0.0021582881454378366, -0.003405739087611437, 0.0033727376721799374, 0.006725674495100975, 0.004963402636349201], \"2939d9cd-7823-4e68-b816-06ba974402de\": [-0.010303840041160583, 0.007463030517101288, 0.0122876837849617, -0.041674207895994186, 0.0007477369508706033, 0.014534690417349339, -0.03465653210878372, -0.028475577011704445, -0.012199962511658669, -0.02546607330441475, 0.028394604101777077, 0.005995390936732292, -0.005462317261844873, -0.019716976210474968, 0.003269293112680316, 0.004706567618995905, -0.0006988156237639487, -0.009548090398311615, 0.028016729280352592, -0.02585744298994541, -0.012658811174333096, -0.009662802331149578, -0.005293623078614473, -0.008286258205771446, -0.027395933866500854, -0.01388690434396267, 0.021376926451921463, -0.022793957963585854, -0.011545429937541485, -0.006572325248271227, 0.01547937747091055, -0.003815862350165844, -0.03336096182465553, -0.037139710038900375, -0.015587341971695423, -0.021295953541994095, -0.022847939282655716, -0.022497056052088737, 0.020742636173963547, -0.007840905338525772, 0.04089146852493286, -0.009203954599797726, -0.0004900565836578608, 0.010195876471698284, -0.008745105937123299, 0.02085060067474842, 0.022173162549734116, -0.015506369061768055, -0.03284813091158867, 0.0249127559363842, 0.012145981192588806, 0.01209199894219637, -0.0307428278028965, -0.019190650433301926, -0.005232893396168947, 0.015735791996121407, -0.012942217290401459, 0.022726479917764664, -0.0025422212202101946, -0.026667175814509392, 0.014251284301280975, -0.002702480647712946, -0.026977572590112686, -0.0006988156237639487, -0.012321422807872295, 0.01280051376670599, -0.0013175015337765217, -0.004460274241864681, 0.011504942551255226, -0.013070425018668175, 0.02364417538046837, 0.006568951066583395, -0.02504771202802658, -0.00022836973948869854, 0.02750389836728573, 0.01523645780980587, -0.006471108645200729, -0.025425586849451065, 0.011289014481008053, -0.005472439341247082, 0.020067859441041946, -0.012145981192588806, -0.018394412472844124, 0.05668124184012413, 0.00876534916460514, -0.00788814015686512, 0.013380821794271469, 0.011194545775651932, -0.019123172387480736, -0.031525567173957825, -0.017152823507785797, 0.0060257562436163425, 0.02376563660800457, 0.018191980198025703, 0.003836105577647686, 0.022308118641376495, 7.280208228621632e-05, 0.025304127484560013, -0.007213362958282232, -0.012105493806302547, -0.016370082274079323, -0.024885764345526695, -0.03757156804203987, -0.009467117488384247, -0.023806123062968254, 0.002513543237000704, 0.0287184976041317, 0.014008364640176296, 0.02898840792477131, -0.010614237748086452, -0.028529560193419456, 0.01808401569724083, -0.0027328457217663527, -0.03805740550160408, -0.008974529802799225, 0.0066701676696538925, -0.026221822947263718, -0.02201121672987938, -0.003910331055521965, -0.01793556474149227, 0.00555341225117445, 0.05889451131224632, 0.011545429937541485, -0.007705950178205967, -0.014251284301280975, 0.005165415816009045, -0.004500760696828365, -0.012166224420070648, 0.005472439341247082, -0.02383311279118061, 0.04496711865067482, -0.011356491595506668, 0.010924634523689747, -0.006268675439059734, -0.014062346890568733, 0.021984225139021873, -0.009015017189085484, -0.007638472132384777, -0.023347273468971252, -0.021822279319167137, 0.008873313665390015, 0.02836761251091957, 0.0006110946414992213, 0.009419882670044899, 0.000534338818397373, -0.01672096736729145, -0.010661471635103226, 0.010722202248871326, -0.01134299673140049, -0.01033083163201809, -0.01680194027721882, 0.0034953432623296976, 0.01202452089637518, 0.00958182942122221, 0.010114902630448341, 0.03047291561961174, 0.018772287294268608, -0.022928912192583084, 0.015519863925874233, 0.007544003427028656, 0.02330678701400757, 0.014750618487596512, 0.013819427229464054, -0.033549897372722626, 6.4808878050826024e-06, 0.03576316684484482, 0.022659001871943474, -0.017652159556746483, 0.01786808669567108, -0.016194641590118408, 0.016370082274079323, 0.010985365137457848, -0.027274474501609802, 0.00873161107301712, 0.0037180196959525347, 0.01462915912270546, 0.016302606090903282, 0.022429578006267548, -0.02174130640923977, -0.003218684811145067, -0.03476449474692345, -0.013724958524107933, 0.03114769235253334, 0.009629063308238983, -0.010236362926661968, 0.013623741455376148, -0.004116137977689505, -0.005755845457315445, 0.00592791335657239, 0.012382152490317822, 0.023603688925504684, 0.022254135459661484, 0.012449630536139011, -0.02106652967631817, -0.6188512444496155, -0.01209199894219637, -0.010013686493039131, -0.025749478489160538, 0.010351074859499931, 0.022847939282655716, 0.018232466652989388, 0.025978904217481613, -0.02498023398220539, -0.046883486211299896, 0.0007979234796948731, 0.03217335417866707, 0.020094851031899452, 0.0005916948430240154, -0.015330926515161991, 0.004676202777773142, 0.005081068724393845, -0.013616994023323059, -0.011997530236840248, 0.010944878682494164, 0.005175537429749966, -0.006268675439059734, -0.001163146342150867, 0.005185659043490887, 0.011477951891720295, -0.007881391793489456, 0.02403554692864418, -0.01103259902447462, 0.0002049634204013273, 0.016235128045082092, -0.03738262876868248, 0.005529795307666063, -0.01280051376670599, 0.0004934304743073881, 0.05376620963215828, 0.01739574410021305, -0.01523645780980587, -0.005735602229833603, -0.0034616044722497463, 0.02464284561574459, 0.0011192858219146729, -0.014129824005067348, 0.005894174333661795, -0.005846939980983734, 0.010755940340459347, -0.0057828365825116634, 0.04353659227490425, -0.01604619063436985, 0.0001232521899510175, 0.0019838435109704733, -0.00697719119489193, -0.01665348932147026, 0.020702149718999863, 0.017301274463534355, -0.03627599775791168, -0.014750618487596512, 0.03174149617552757, -0.018974721431732178, 0.0018269579159095883, -0.001351240323856473, -0.0038226100150495768, 0.0016278987750411034, -0.006552082020789385, -0.013333587907254696, -0.029501236975193024, 0.004790914710611105, -0.017179815098643303, -0.029744157567620277, 0.018934234976768494, 0.0075912377797067165, -0.012031268328428268, 0.007247101981192827, 0.004133007489144802, -0.033145032823085785, 0.013623741455376148, 0.028340620920062065, 0.01572229713201523, -0.019339101389050484, 0.0040857731364667416, 0.021174492314457893, -0.006272049620747566, -0.0014204049948602915, -0.014588672667741776, -0.002484865253791213, 0.0017476716311648488, -0.004669454880058765, -0.020877592265605927, -0.02790876477956772, 0.005900922231376171, -0.017220301553606987, 0.004760549869388342, -0.011417222209274769, -0.010175633244216442, -0.03025698848068714, 0.011059590615332127, 0.020877592265605927, 0.006332779303193092, 0.008387474343180656, -0.022497056052088737, -0.02925831824541092, -0.019312109798192978, -0.01658601127564907, -0.012537350878119469, 0.006781505886465311, 0.03033796139061451, 0.004399544093757868, -0.027045050635933876, -0.004821279551833868, 0.03600608557462692, -0.0026653679087758064, -0.014912565238773823, -0.004919122438877821, -0.025020720437169075, 0.0026687418576329947, -0.007132390048354864, -0.03168751299381256, 0.017571184784173965, 0.010364570654928684, 0.03705873712897301, -0.006970443297177553, 0.025830453261733055, 0.0023937702644616365, 0.03174149617552757, -0.014467212371528149, 0.00968304555863142, -0.001803340739570558, -0.002316171070560813, -0.007010930217802525, -0.013144650496542454, 0.013171641156077385, 0.007213362958282232, 0.010674967430531979, 0.024130014702677727, -0.004591855686157942, 0.01978445239365101, 0.005310492590069771, 0.002400518162176013, -0.00951435137540102, 0.01658601127564907, -0.019055694341659546, -0.01929861307144165, 9.55494397203438e-06, 0.013745201751589775, 0.0026771766133606434, 0.00605949480086565, 0.005472439341247082, -0.027584871277213097, -0.0003255797491874546, -0.010276849381625652, -0.0008898617816157639, -0.0048685139045119286, 0.003210250288248062, -0.01699087768793106, 0.013731705956161022, -0.012517107650637627, 0.011410473845899105, 0.021957233548164368, -0.014426725916564465, -0.011714124120771885, -0.009804505854845047, -0.007098651025444269, 0.02599239908158779, 0.0021322944667190313, 0.006622933316975832, -0.010782931931316853, -0.004591855686157942, 0.0008308188407681882, 0.024130014702677727, -0.0232258141040802, -0.0002169828803744167, -0.002535473555326462, 0.0014406482223421335, 0.0027935756370425224, -0.005570281762629747, 0.030095040798187256, 0.011396978981792927, -0.01438623946160078, -0.01828644797205925, 0.015546855516731739, -0.001142059569247067, -0.005040581803768873, 0.01673446223139763, 0.00788814015686512, -0.0014482395490631461, 0.02126896195113659, 0.02708553709089756, 0.022861434146761894, 0.009973200038075447, -0.013313344679772854, -0.0020277039147913456, 0.020135337486863136, 0.0464516282081604, -0.01747671701014042, -0.015344422310590744, 0.0029302178882062435, 0.03114769235253334, 0.007557499222457409, 0.01599220745265484, 0.023887095972895622, -0.006207945756614208, 0.011828836053609848, 0.027638854458928108, 0.0112755186855793, -0.03284813091158867, 0.019689984619617462, -0.035844139754772186, -0.003994678147137165, -0.001026504090987146, -0.009257936850190163, 0.0011724245268851519, 0.011127067729830742, -0.02261851541697979, -0.017017869278788567, -0.012065007351338863, 0.0015283692628145218, -0.00890030525624752, -0.001886000856757164, 0.0015283692628145218, -0.004608724731951952, -0.006764636375010014, -0.00765196792781353, -0.022739974781870842, -0.005205902270972729, 0.02369815856218338, -0.015951720997691154, 0.014494203962385654, 0.006153963506221771, 0.003745010821148753, -0.019460560753941536, -0.011815340258181095, 7.491075666621327e-05, 0.004308449104428291, 0.016424065455794334, -0.0032962842378765345, 0.015088006854057312, 0.015681810677051544, 0.021012546494603157, -0.029690174385905266, 0.02140391804277897, -0.007881391793489456, 0.001676820102147758, 0.007226858753710985, 0.005931287072598934, -0.020094851031899452, -0.0030044433660805225, 0.0381653718650341, 0.044724199920892715, 0.011896313168108463, -0.006056121084839106, 0.010701959021389484, -0.029501236975193024, 0.0381653718650341, -0.008920548483729362, -0.007004182320088148, 0.027665844187140465, -0.029555220156908035, -0.013245866633951664, 0.032740164548158646, 0.03201140835881233, 0.018934234976768494, -0.008947539143264294, -0.0006583290523849428, 0.019258126616477966, 0.022645507007837296, 0.014278274960815907, 0.007233606185764074, -0.019757462665438652, 0.005168789532035589, -0.034494586288928986, -0.00917696300894022, -0.010351074859499931, -0.0017139328410848975, -0.004210606683045626, -0.0015663254307582974, 0.01807052083313465, 0.0008814270840957761, 0.008650637231767178, 0.011086581274867058, 0.022321613505482674, -0.01489906944334507, -0.035520244389772415, 0.005607394501566887, 0.011909808963537216, 0.015830261632800102, 0.011403726413846016, 0.011687132529914379, -0.022429578006267548, 0.012436134740710258, -0.005442074034363031, 0.026640184223651886, -0.013515777885913849, 0.029744157567620277, 0.014467212371528149, -0.02634328231215477, -0.020634671673178673, 0.020081354305148125, 0.020486220717430115, -0.021970730274915695, -0.011633150279521942, -0.017368752509355545, -0.009109485894441605, -0.010567002929747105, -0.020702149718999863, -0.019946400076150894, 0.03225432708859444, 0.007618228904902935, -0.021417412906885147, -0.012760027311742306, 0.022726479917764664, 0.0034852216485887766, -0.022524045780301094, -0.021916747093200684, -0.008083824999630451, 0.01269929762929678, -0.016707470640540123, -0.0019416699651628733, -0.03155256062746048, -0.014642654918134212, 0.054953813552856445, 0.020283788442611694, 0.009811253286898136, 0.011127067729830742, -0.031093711033463478, 0.025412090122699738, -0.0205267071723938, 0.013002946972846985, 0.0028593663591891527, 0.007894887588918209, -0.0077936709858477116, 0.019285118207335472, -0.03908306732773781, -0.00867088045924902, -0.006245058495551348, -0.009264684282243252, -0.023333778604865074, -0.03541228175163269, 0.02877247892320156, 0.016909904778003693, -0.0038428534753620625, 0.004203858785331249, 0.007813914678990841, -0.03222733736038208, -0.0035459515638649464, 0.0032541106920689344, -0.0038428534753620625, 0.001457517733797431, 0.023185327649116516, 0.004018295090645552, -0.0038124884013086557, 0.025034215301275253, 0.015506369061768055, 0.0020074606873095036, 0.0032861626241356134, -0.008178293704986572, 0.016815435141324997, -0.006970443297177553, 0.02194373868405819, 0.021849269047379494, 0.015506369061768055, 0.03676183521747589, 0.0014541437849402428, 0.01713932864367962, 0.03163353353738785, -0.009028512053191662, -0.008036590181291103, 0.018988216295838356, 0.020823609083890915, -0.0065858205780386925, 0.010351074859499931, 0.025506559759378433, -0.0007215893710963428, -0.01145096030086279, -0.009541342966258526, 0.009656054899096489, 0.009986694902181625, 0.0030364952981472015, -0.03989280015230179, 0.007382057141512632, -0.010776184499263763, 0.01145096030086279, 0.019285118207335472, 0.0020175823010504246, 0.019878922030329704, -0.030418934300541878, 0.004278084263205528, -0.0345485657453537, -0.00917021557688713, -0.011835583485662937, -0.012658811174333096, -0.01740923896431923, -0.014993538148701191, -0.03840829059481621, -0.012382152490317822, 0.005155294202268124, -0.00036817503860220313, -0.00032853189622983336, -0.030176013708114624, -0.014264780096709728, -0.0006241684313863516, -0.0019062442006543279, 0.017503708600997925, -0.008616898208856583, -0.005681619979441166, 0.0019264875445514917, -0.011626402847468853, -0.014602167531847954, -0.007928626611828804, -0.014440221711993217, -0.008819331414997578, 0.02140391804277897, 0.013151397928595543, -0.023671166971325874, -0.02058069035410881, 0.003562821075320244, 0.004375927150249481, -0.00492586987093091, 0.023846609517931938, 0.006730897817760706, 0.0075912377797067165, 0.0040014260448515415, 0.01395438238978386, 0.039245013147592545, 0.0008873313781805336, -0.015047520399093628, 0.016208136454224586, -0.008610150776803493, 0.02247006446123123, 0.0002252067206427455, 0.014008364640176296, 0.008751854300498962, 0.006032503675669432, 0.025088198482990265, -0.02695058099925518, -0.03627599775791168, 0.03330697864294052, -0.020486220717430115, 0.013232370838522911, 0.013846417888998985, 0.007861148566007614, 0.014089337550103664, 0.009467117488384247, 0.02418399788439274, -0.00859665498137474, -0.013266109861433506, -0.003667411394417286, -0.042564913630485535, 0.020837103947997093, 0.010870653204619884, 0.0029470871668308973, -0.000901670369785279, -0.006464360747486353, -0.018853262066841125, -0.009156719781458378, 0.004558116663247347, -0.024224484339356422, 0.012915226630866528, 0.0014710131799802184, -0.018380917608737946, -0.011336248368024826, -0.006110103335231543, 0.023441743105649948, 0.04094545170664787, 0.009595325216650963, 0.013360578566789627, 0.001111694611608982, 0.008346987888216972, -0.010452290996909142, -0.008981278166174889, -0.027206996455788612, -0.02369815856218338, -0.02450788952410221, 0.040189702063798904, 0.02750389836728573, 0.02904238924384117, 0.009804505854845047, 0.016302606090903282, -0.023252805694937706, -0.01398137304931879, -0.004230849910527468, -0.012321422807872295, 0.0005326518439687788, -0.003772001713514328, 0.027031555771827698, 0.009986694902181625, 0.019582020118832588, 0.009480612352490425, -0.012908478267490864, 0.005323988385498524, 0.013050181791186333, 0.020756131038069725, -0.00736181391403079, 0.016086677089333534, -0.028016729280352592, 0.003007817082107067, 0.027638854458928108, 0.0021963980980217457, -0.009973200038075447, -0.03608705848455429, -0.0015131867257878184, 0.009588576853275299, -0.0007818975136615336, 0.024426916614174843, -0.008023095317184925, -0.05554761737585068, -0.015695305541157722, -0.0100946594029665, -0.005195780657231808, 0.010728949680924416, -0.022672496736049652, -0.03948793187737465, 0.01753069832921028, -0.007469777949154377, 0.02364417538046837, -0.017490211874246597, 0.05376620963215828, 0.011693879961967468, -0.002462934935465455, -0.010506273247301579, 0.016545524820685387, -0.02105303294956684, 0.012307927012443542, -0.006329405587166548, -0.008373978547751904, 0.013691219501197338, 0.03832731768488884, 0.023036876693367958, 0.008589907549321651, -0.020877592265605927, 0.003439674386754632, 0.02396806888282299, -0.016086677089333534, 0.01929861307144165, -0.0074225435964763165, -0.018664324656128883, -0.004321944899857044, -0.022119181230664253, 0.01512849424034357, -0.03055388852953911, 0.009561586193740368, 0.0015739166410639882, -0.020270291715860367, 0.005243015009909868, -0.008434709161520004, 0.016478046774864197, -0.023671166971325874, 0.014575176872313023, 0.04504809156060219, -0.02147139422595501, 0.023738645017147064, 0.02031077817082405, 0.03309104964137077, -0.02438643015921116, -0.03800342604517937, 0.014521194621920586, -0.02072914130985737, 0.022038206458091736, 0.026235317811369896, 0.000786114891525358, -0.007807166315615177, 0.012112242169678211, -0.00605949480086565, -0.00038019451312720776, -0.0361410416662693, 0.004035164602100849, 0.002631629118695855, 0.008994773961603642, -0.009257936850190163, -0.004041912499815226, -0.01834043115377426, -0.0031815720722079277, -0.010992112569510937, -0.001950104720890522, -0.012658811174333096, -0.01178834866732359, -0.026086866855621338, 0.024467403069138527, -0.01774662733078003, 0.01874529756605625, 0.008151303045451641, 0.0019113050075247884, 0.008751854300498962, 0.006983939092606306, -0.021687323227524757, 0.014737123623490334, -0.00832674466073513, 0.035844139754772186, -0.03940695896744728, -0.014953051693737507, 0.03176848590373993, 0.023792626336216927, -0.03217335417866707, -0.021444404497742653, -0.014980043284595013, 0.04267287999391556, -0.004440030548721552, -0.004797662608325481, -0.010209371335804462, 0.029690174385905266, 0.04124235361814499, 0.018461890518665314, 0.0049224961549043655, -0.05662726238369942, -0.005111433565616608, -0.004483891185373068, 0.024062536656856537, 0.01685592159628868, 0.013772192411124706, -0.0019973390735685825, -0.003755132434889674, -0.005489308387041092, -0.026707662269473076, -0.004959608893841505, 0.010310588404536247, 0.0006566420779563487, -0.00850218627601862, -0.0038597227539867163, -0.0029892607126384974, 0.02632978744804859, 0.000597599137108773, 0.005435326602309942, 0.014278274960815907, 0.0242379792034626, -0.0327671580016613, 0.022375594824552536, -0.022928912192583084, -0.01604619063436985, -0.0048820096999406815, 0.001751045580022037, -0.0038496011402457952, -0.03543927147984505, 0.005884052719920874, -0.016977382823824883, -0.01638357900083065, -0.0036404202692210674, 0.020418742671608925, 0.005124928895384073, -0.0017426108242943883, 0.002557403640821576, 0.056519296020269394, -0.02010834589600563, 0.006568951066583395, 0.003593185916543007, -0.01632959581911564, 0.011889565736055374, -0.05506177991628647, 0.005222771782428026, 0.0024865521118044853, -0.005205902270972729, -0.011477951891720295, -0.016005704179406166, 0.006106729153543711, -0.007179624401032925, -0.0077329413034021854, -0.03452157601714134, 0.021295953541994095, -0.01259808149188757, -0.004574986174702644, 0.01395438238978386, -0.011808592826128006, -0.03697776421904564, -0.0024089529179036617, 0.008421213366091251, 0.04056757688522339, 0.0022807451896369457, -0.012908478267490864, 0.02600589394569397, 0.0023836486507207155, 0.027719827368855476, -0.021579358726739883, -0.02898840792477131, -0.024818288162350655, -0.013522525317966938, -0.044454291462898254, 0.001966973999515176, 0.018799278885126114, 0.030985746532678604, 0.005317240487784147, -0.0102633535861969, -0.01638357900083065, -0.015168980695307255, -0.013313344679772854, -0.019609011709690094, -0.0048381490632891655, 0.008097320795059204, -0.0003226276021450758, 0.006474482361227274, -0.0022470063995569944, 0.04604676365852356, -0.01599220745265484, 0.002682237420231104, -0.01320538017898798, -0.030850790441036224, -0.008745105937123299, 0.018799278885126114, -0.019555028527975082, 0.00618095463141799, -0.0198519304394722, 0.010985365137457848, 0.012409144081175327, -0.004230849910527468, 0.007780175656080246, 0.013657480478286743, -0.011795097030699253, 0.0020496342331171036, -0.0048583922907710075, 0.010722202248871326, -0.028286639600992203, -0.0034447351936250925, 0.017247293144464493, -0.03900209441781044, -0.004652585368603468, 0.030850790441036224, 0.009959704242646694, -0.007510264869779348, -0.008293005637824535, -0.019541533663868904, -0.028556549921631813, 0.0033283361699432135, -0.024467403069138527, -0.023509221151471138, -0.010222867131233215, -0.03338795155286789, 0.020013878121972084, 0.004311823286116123, -0.010148641653358936, 0.048448968678712845, 0.0007279153796844184, -0.009743775241076946, -0.003964313305914402, 0.0033064058516174555, -0.03203839808702469, 0.003365448908880353, -0.004760549869388342, -0.004072277341037989, 0.0003991725970990956, -0.003434613347053528, -0.0060257562436163425, -0.01286124438047409, -0.009109485894441605, -0.016019199043512344, -0.0010931382421404123, -0.019177153706550598, 0.011626402847468853, 0.016289109364151955, -0.020013878121972084, -0.0046458374708890915, 0.007517012767493725, -0.03549325466156006, -0.005543290637433529, -0.003103972878307104, -0.009838244877755642, -0.03230831027030945, -0.008623646572232246, -0.017301274463534355, -0.007233606185764074, -0.029960086569190025, -0.010830165818333626, 0.004790914710611105, 0.007759931962937117, 0.01402186043560505, 0.25522753596305847, -0.012807262130081654, -0.0021238597109913826, 0.03217335417866707, 0.004321944899857044, -0.001017225906252861, 0.01963600143790245, 0.005668124184012413, -0.03228131681680679, 0.014575176872313023, -0.01862383633852005, 0.03047291561961174, 0.006353022530674934, -0.002861053217202425, 0.013576507568359375, -0.03983881697058678, -0.027719827368855476, 0.015438891015946865, -0.02885345183312893, -0.01456168107688427, 0.006423874292522669, 0.012233701534569263, -0.010101407766342163, -0.0099259652197361, 0.002002399880439043, -0.009284927509725094, -0.012179719284176826, 0.018326936289668083, 0.011052842251956463, 0.0012854496017098427, -0.042160049080848694, -0.010553508065640926, -0.01673446223139763, 0.016639994457364082, -0.0006676071789115667, -0.006390135269612074, 0.019042199477553368, 0.019959894940257072, 0.01827295310795307, 0.012402395717799664, -0.00839422270655632, -0.033630870282649994, -0.004004799760878086, -0.015492873266339302, 0.005992017220705748, 0.010985365137457848, -0.016410568729043007, -0.019609011709690094, 0.011363239958882332, 0.012490116991102695, 0.00042173542897216976, 0.00024081094306893647, 0.026896599680185318, 0.03670785203576088, 0.007179624401032925, -0.0009615567978471518, -0.002673802664503455, 0.00782066211104393, 0.02220015414059162, -0.004345561843365431, 0.001729115261696279, 0.019689984619617462, -0.020432239398360252, -0.005266632419079542, 0.005243015009909868, 0.013509029522538185, -0.023198822513222694, -0.025816956534981728, 0.027382439002394676, -0.021849269047379494, -0.0002996430266648531, -0.004747054073959589, -0.0038732183165848255, 0.004666081164032221, -0.0001466584944864735, -0.011606159619987011, 0.013502282090485096, 0.007321327459067106, 0.007388805039227009, 0.05705912038683891, -0.016356587409973145, -0.02220015414059162, -0.006879348773509264, -0.018461890518665314, -0.001583194825798273, -0.02735544741153717, 0.028664514422416687, 0.003132650861516595, -0.007975860498845577, -0.018232466652989388, 0.0003692293830681592, -0.012253944762051105, 0.008286258205771446, 0.014332257211208344, 0.01997338980436325, 0.027989737689495087, -0.020148832350969315, 0.007152633275836706, -0.010283596813678741, -0.011997530236840248, -0.04259190708398819, 0.01117430254817009, 0.03244326263666153, 0.008981278166174889, -0.0212014839053154, -0.01916365884244442, -0.005533169023692608, -0.02600589394569397, 0.0017240544548258185, -0.0032777278684079647, 0.015114998444914818, -0.035979095846414566, 0.012908478267490864, -0.0036977764684706926, 0.01840790919959545, 0.0032456759363412857, -0.009500856511294842, -0.01042530033737421, -0.011417222209274769, -0.023522716015577316, 0.0107694361358881, -0.020135337486863136, -0.0026147598400712013, 0.01909618079662323, 0.0001706974144326523, 0.006184328347444534, 0.0046357158571481705, 0.0046559590846300125, -0.01700437255203724, -0.017301274463534355, -0.015411900356411934, -0.00025304127484560013, 0.018583349883556366, 0.013832922093570232, -0.0028745487798005342, -0.00032684498000890017, -0.008191789500415325, 0.02098555490374565, -0.009042007848620415, 0.0007890670094639063, -0.00910273753106594, -0.021565863862633705, 0.02985212206840515, -0.007449534721672535, 0.01591123454272747, 0.023063868284225464, 0.0060257562436163425, 0.01624862290918827, 0.007867895998060703, -0.028124693781137466, -0.0325242355465889, -0.008468447253108025, -0.008367231115698814, -0.0020428865682333708, 0.006423874292522669, -0.014183806255459785, -0.01226069312542677, -0.029690174385905266, -0.013616994023323059, 0.0030871033668518066, -0.0358981192111969, 0.004055407829582691, 0.020067859441041946, -0.01908268593251705, -0.020054364576935768, -0.017031364142894745, -0.17198708653450012, 0.010917887091636658, 0.016437560319900513, -0.037814486771821976, 0.022982895374298096, 0.01577628031373024, 0.00618095463141799, 0.01611366868019104, 0.0005318084149621427, -0.02059418521821499, 0.004993347451090813, -0.02471032366156578, -0.03654590621590614, 0.004797662608325481, -0.0374905951321125, 0.005195780657231808, -0.005988643504679203, -0.0008856444037519395, 0.03241627290844917, 0.0024696828331798315, 0.008981278166174889, -0.034359630197286606, 0.0008645576308481395, 0.001048434292897582, 0.008515682071447372, 0.013927391730248928, 0.00455136876553297, -0.00798935629427433, -0.013151397928595543, -0.022321613505482674, -0.0242379792034626, 0.013225623406469822, -0.017841096967458725, -0.010816670954227448, 0.025020720437169075, -0.008131058886647224, -0.008205284364521503, -0.013077172450721264, -0.022294621914625168, -0.0034211180172860622, 0.019001713022589684, 0.024737313389778137, 0.008454952389001846, 0.00788814015686512, 0.00867088045924902, 0.018610341474413872, 0.009473864920437336, -0.006032503675669432, 0.03757156804203987, 0.014089337550103664, 0.009318666532635689, -0.03892112150788307, -0.0012011025100946426, 0.003385692136362195, 0.029960086569190025, 0.005448821932077408, -0.006528464611619711, 0.009332162328064442, 0.001573073212057352, 0.00046559592010453343, -0.006302414461970329, -0.02898840792477131, -0.006423874292522669, -0.015668315812945366, 0.004193737171590328, -0.010033929720520973, -0.006089859642088413, 0.0015916295815259218, -0.01678844541311264, -0.00484152277931571, -0.022240640595555305, -0.030310969799757004, -0.010000190697610378, -0.002193024381995201, 0.008441456593573093, 0.012267440557479858, -0.015587341971695423, 0.032821137458086014, 0.002974078292027116, -0.009035260416567326, -0.009743775241076946, 0.03060787171125412, -0.015681810677051544, 0.013488786295056343, -0.008050085976719856, 0.024534881114959717, 0.009521099738776684, 0.006865852978080511, 0.0021542245522141457, -0.00748327374458313, 0.008043338544666767, -0.0032018155325204134, -0.020162327215075493, 0.0007397239678539336, -0.001928174402564764, 0.00985173974186182, 0.0031157813500612974, 0.003977808635681868, -0.027058545500040054, -0.01100560836493969, 0.03122866526246071, 0.006116850767284632, -0.01658601127564907, -0.00019146788690704852, 0.035304319113492966, 0.01875879243016243, 0.013900400139391422, 0.01632959581911564, 0.07503516972064972, -0.019555028527975082, -0.03986580669879913, 0.011363239958882332, -0.0066499244421720505, 0.01659950613975525, 0.015249953605234623, 0.0334419347345829, -0.005108059849590063, -0.034980423748493195, -0.002942026359960437, -0.0008333492442034185, 0.008772097527980804, -0.009770766831934452, -0.018057024106383324, -0.0030331213492900133, 0.02410302497446537, -0.010796427726745605, -0.06682988256216049, -0.0112755186855793, -0.0021238597109913826, 0.02234860509634018, 0.017233796417713165, 0.020432239398360252, -0.025209657847881317, 0.026437751948833466, 0.0058435662649571896, 0.020540203899145126, -0.016693975776433945, -0.002096868585795164, -0.0006300727254711092, -0.011531934142112732, -0.002575960010290146, 0.004170120228081942, 0.0030213126447051764, -0.0107694361358881, -0.015600837767124176, 0.02330678701400757, -0.02004086785018444, -0.009480612352490425, 0.0021002425346523523, -0.023792626336216927, 0.018718305975198746, 0.036653872579336166, -0.011410473845899105, 0.018434898927807808, 0.016194641590118408, -0.001372327096760273, 0.023347273468971252, -0.03155256062746048, 0.01259808149188757, -0.019595514982938766, 0.007456282619386911, -0.004601977299898863, -0.02376563660800457, 0.004898878745734692, 0.030985746532678604, -0.00019631785107776523, 0.01229443121701479, -0.002717663301154971, -0.005141798406839371, -0.027328455820679665, 0.013070425018668175, -0.011282267048954964, -0.015141989104449749, 0.024629350751638412, -0.028745487332344055, -0.004622220527380705, -0.013832922093570232, 0.008535925298929214, 0.0007899104966782033, -0.009575081057846546, 0.04386048763990402, 0.0037686279974877834, 0.003333396976813674, 0.017517203465104103, -0.030149023979902267, -0.002547282027080655, -0.0006119381287135184, -0.033414941281080246, -0.01631610095500946, 0.007085155230015516, 0.0005094564403407276, 0.017652159556746483, -0.016572516411542892, 0.0018674444872885942, 0.019379587844014168, -0.00849543884396553, -0.02167382836341858, 0.03692378103733063, -0.008266014978289604, 0.013144650496542454, -0.016221631318330765, -0.006450865417718887, 0.0003519382153172046, -0.007267345208674669, 0.01678844541311264, -0.028016729280352592, -0.0068827224895358086, -0.0056951153092086315, -0.005151920020580292, -0.000911792041733861, 0.02220015414059162, 0.014305266551673412, 0.003566195024177432, -0.013239119201898575, 0.029015397652983665, -0.044238362461328506, -0.011457708664238453, 0.01371821016073227, -0.0046458374708890915, -0.006622933316975832, 0.01740923896431923, 0.02093157358467579, 0.004423161502927542, -0.017571184784173965, -0.005266632419079542, 0.026248814538121223, -0.012442882172763348, -0.03163353353738785, -0.06747767329216003, 0.020229805260896683, -0.018718305975198746, -0.004440030548721552, 0.003825983963906765, -0.009541342966258526, -0.02051321230828762, -0.0035459515638649464, 0.007253849413245916, 0.013313344679772854, -0.008542672730982304, 0.004642463754862547, 0.009561586193740368, -0.016086677089333534, -0.008508934639394283, -0.012746532447636127, 0.007463030517101288, 0.01402186043560505, 0.0012415891978889704, 0.006045999471098185, 0.004861766006797552, -0.031174683943390846, -0.005884052719920874, 0.004676202777773142, -0.0249127559363842, 0.0032001284416764975, -0.0033806313294917345, 0.03973085433244705, 0.003741636872291565, -0.005323988385498524, 0.002181215677410364, -0.013913895934820175, 0.003532456001266837, -0.0021980851888656616, 0.033414941281080246, -0.021916747093200684, 0.005313866771757603, 0.027449917048215866, 0.03187645226716995, 0.034170690923929214, -0.03616803139448166, -0.015870748087763786, 0.01651853322982788, 0.012213458307087421, -0.011430717073380947, -0.009838244877755642, -0.021646836772561073, 0.021579358726739883, 0.006339527200907469, -0.01658601127564907, 0.03265919163823128, 0.004429908934980631, 0.01638357900083065, -0.03012203238904476, -0.012834252789616585, -0.04259190708398819, 0.003038182156160474, 0.004220728296786547, -0.019379587844014168, -0.02099905163049698, 0.033684853464365005, 0.01371821016073227, -0.0026974198408424854, -0.002273997524753213, 0.009197206236422062, -0.012618324719369411, -0.0004887913819402456, 0.00016700723790563643, -0.0014828217681497335, -0.03195742517709732, -0.011835583485662937, -0.003626924706622958, 0.0024764304980635643, 0.013900400139391422, -0.013434804044663906, 0.014183806255459785, -0.02118798904120922, -0.011828836053609848, -0.0030989120714366436, 0.02140391804277897, 0.006261928007006645, 0.02024330198764801, -0.016302606090903282, 0.01212573703378439, 0.020000381395220757, 0.054737888276576996, -0.008988025598227978, 0.009871982969343662, -0.009042007848620415, -0.000628385809250176, -0.02512868493795395, -0.00020011347078252584, -0.00792187824845314, 0.02605987712740898, 0.004274710547178984, 0.005020338576287031, -0.015627829357981682, 0.02701805904507637, 0.012267440557479858, 0.012577838264405727, -0.006353022530674934, 0.0011833896860480309, -0.0106007419526577, -0.005408335477113724, -0.012233701534569263, 0.0013866660883650184, -0.030931765213608742, -0.0300680510699749, 0.006970443297177553, 0.01018912810832262, 0.0008223841432482004, 0.0038833399303257465, -0.026761643588542938, 0.017706140875816345, -0.006562203634530306, 0.008920548483729362, 0.0005545821040868759, -0.0030533645767718554, -0.020756131038069725, 0.03176848590373993, 0.00883957464247942, 0.029015397652983665, 0.03144459426403046, -1.263229478354333e-05, 0.031255658715963364, 0.01103259902447462, -0.008198536932468414, -0.0024865521118044853, 0.03144459426403046, -0.0048482706770300865, -0.01018912810832262, 0.0025253519415855408, -0.0047301845625042915, -0.017355257645249367, -0.023617185652256012, 0.007584490347653627, 0.01185582671314478, 0.01049952581524849, 0.01537141390144825, 0.05619540438055992, 0.020891087129712105, -0.0021424160804599524, 0.031390611082315445, 0.026424255222082138, 0.001999025931581855, 0.016208136454224586, 0.010060920380055904, 0.001686941715888679, -0.03705873712897301, 0.005732228048145771, 0.001698750420473516, -0.017787113785743713, -0.01658601127564907, -0.028394604101777077, -0.0002640063758008182, 0.012172971852123737, -0.0009624002850614488, 0.008745105937123299, 0.019217640161514282, 0.017760122194886208, -0.0034683523699641228, 0.016693975776433945, 0.014885574579238892, -0.02985212206840515, 0.007456282619386911, 0.03819236159324646, -0.007867895998060703, -0.012199962511658669, -0.025209657847881317, 0.014939555898308754, 0.012915226630866528, -0.03759855777025223, -0.015088006854057312, -0.00859665498137474, 0.017112337052822113, -0.002108677290380001, -0.005192406941205263, 0.02979813888669014, -0.006923208944499493, -9.90551125141792e-05, -0.026829121634364128, -0.025830453261733055, -0.04210606589913368, 0.0018556358991190791, 0.0031613288447260857, 0.009190458804368973, -0.005283501464873552, -0.01117430254817009], \"5afda6f6-6667-4d00-aed6-536980d4048c\": [0.003493347903713584, 0.011914223432540894, 0.0017960149561986327, -0.02264426276087761, -0.018368035554885864, 0.007085377816110849, -0.02870992384850979, 0.004269647412002087, -0.0038420245982706547, -0.030867774039506912, 0.02217058837413788, -0.0095919044688344, 0.009664271026849747, -0.008315615355968475, -0.001586315454915166, -0.004697269760072231, 0.0008383870008401573, 0.017394371330738068, 0.0352887324988842, -0.02078903838992119, -0.015591777861118317, 0.010611619800329208, -0.005776194855570793, -0.002657839097082615, -0.04831477627158165, 0.006700517609715462, 0.0276309996843338, -0.021920593455433846, 0.01792067661881447, -0.031762491911649704, 0.012651050463318825, -0.024525800719857216, -0.02206532657146454, -0.028288880363106728, -0.014789163134992123, -0.02078903838992119, -0.025841563940048218, -0.006263026501983404, 0.024104757234454155, -0.010473464615643024, 0.022183746099472046, -0.017789101228117943, -0.0003272957692388445, 0.007631418760865927, -0.014973370358347893, 0.02913096733391285, 0.0049406858161091805, -0.027762575075030327, -0.025367889553308487, 0.02918359823524952, 0.030999349430203438, 0.030420415103435516, -0.045683253556489944, -0.013697081245481968, -0.026538917794823647, 0.0057860626839101315, -0.03402560204267502, 0.010085314512252808, 0.004493326880037785, -0.021973222494125366, 0.016354920342564583, 0.009684007614850998, -0.008164302445948124, -0.00414464995265007, -0.02359160967171192, 0.004693980328738689, -0.004092019516974688, -0.0024489618372172117, -0.0025328416377305984, 0.022881099954247475, -0.000909520429559052, 0.0015271061565726995, -0.015460202470421791, 0.006414338946342468, 0.03302562236785889, -0.0007047549588605762, -0.008137986995279789, -0.0181706715375185, 0.014973370358347893, -0.0020196945406496525, 0.02371002919971943, -0.0191838089376688, -0.012716838158667088, 0.031130926683545113, -0.001180073944851756, -0.010401098057627678, 0.006154476199299097, 0.016433866694569588, -0.012690523639321327, -0.01511810440570116, -0.003911102190613747, -0.0037828152999281883, -0.0014785873936489224, 0.017565421760082245, 0.02360476739704609, 0.006068951450288296, 0.0017022669780999422, 0.015223365277051926, -0.00900639034807682, -0.005216995719820261, -0.015578621067106724, -0.019631167873740196, -0.05326204001903534, -0.006934064906090498, -0.024999475106596947, -0.0003811597707681358, 0.03392034024000168, 0.025170525535941124, 0.028552033007144928, -0.012052378617227077, -0.01498652808368206, 0.02624944970011711, 0.008039304986596107, -0.016920696943998337, -0.023775817826390266, 0.0020525886211544275, -0.019091704860329628, -0.02126271277666092, -0.008341929875314236, -0.013381298631429672, -0.008072199299931526, 0.03773605078458786, -0.004746610764414072, -0.0003468266222625971, -0.014552326872944832, 0.003036120440810919, 0.006091977469623089, 0.0024226466193795204, -0.008848498575389385, -0.037867628037929535, 0.05002526566386223, 0.008282721042633057, 0.007059062365442514, -0.002694022376090288, -0.024644220247864723, 0.02051272802054882, -0.01988116279244423, 0.0006870743818581104, -0.025644199922680855, -0.025223154574632645, 0.014394435100257397, 0.004782794509083033, -0.008677450008690357, 0.006355130113661289, 0.0032203271985054016, 0.00895375944674015, 0.009559010155498981, 0.032130904495716095, 0.005003184545785189, -0.00030838168459013104, -0.009210333228111267, 0.023683713749051094, 0.009210333228111267, 0.006532757543027401, 0.003858471754938364, 0.023670556023716927, 0.017249638214707375, -0.008703764528036118, 0.02486789971590042, 0.0018618031172081828, 0.0276309996843338, 0.018644345924258232, 0.014618114568293095, -0.016644388437271118, -0.004460432566702366, 0.03373613581061363, -0.007144587114453316, 0.0029982924461364746, 0.02035483717918396, -0.024065284058451653, 0.0032236166298389435, 0.02631523832678795, -0.019960107281804085, 0.012032642029225826, 0.005309099331498146, 0.0019884451758116484, 0.02892044559121132, 0.0059472438879311085, -0.027446793392300606, -0.0015221720095723867, -0.037341322749853134, -0.015236523002386093, 0.033341407775878906, 0.01685491017997265, -0.020973244681954384, 0.021617967635393143, 0.003314075293019414, 0.016447024419903755, 0.010065578855574131, 0.010453728027641773, 0.006552494131028652, 0.021328499540686607, 0.011058978736400604, -0.03236774355173111, -0.6176712512969971, -0.0021019296254962683, -0.0007503954693675041, -0.0337887667119503, 0.003018028801307082, 0.0072366902604699135, 0.013085251674056053, 0.013315510004758835, -0.01673649065196514, -0.029946740716695786, -0.012183954939246178, 0.03310456871986389, 0.010572146624326706, -0.00555580435320735, -0.0068353828974068165, -0.010624777525663376, 0.00294895120896399, -0.005628171376883984, 0.008519558236002922, 0.031551968306303024, -0.0015188825782388449, 0.0019111441215500236, 0.008335351943969727, -0.013453665189445019, 0.012776047922670841, -0.009447170421481133, 0.017368057742714882, -0.010670828633010387, -0.005795930977910757, 0.0352887324988842, -0.03555188700556755, -0.0017664103070273995, 0.0030065157916396856, -0.004943975247442722, 0.06573546677827835, 0.004322277847677469, -0.0016167424619197845, 0.004292672965675592, 0.009059020318090916, 0.027183640748262405, -0.0008873169426806271, 0.00866429228335619, 0.0040953089483082294, -0.0026315238792449236, 0.0067498586140573025, -0.00487489765509963, 0.017512790858745575, -0.00591434957459569, -0.01796014979481697, 0.009887950494885445, -0.005305809900164604, -0.007657734211534262, 0.0072366902604699135, 0.016512811183929443, -0.028183620423078537, -0.02603892795741558, 0.019368015229701996, -0.029315175488591194, -0.011394497938454151, -0.005730142816901207, 0.0113747613504529, -0.009236648678779602, -0.025341574102640152, -0.006381445098668337, -0.012295794673264027, 0.02322319708764553, -0.002189098857343197, -0.01334182545542717, 0.009151123464107513, 0.00677617359906435, -0.014104967005550861, 0.012328688986599445, 0.00033778074430301785, -0.014604956842958927, 0.0016989775467664003, 0.03399928659200668, 0.040209684520959854, -0.017249638214707375, -0.007355108857154846, 0.0016496364260092378, 0.009710323065519333, 0.012927360832691193, -0.026025770232081413, -0.01063135638833046, 0.007078798953443766, -0.008894550614058971, -0.01254578959196806, -0.008802446536719799, 0.005338703747838736, -0.009789268486201763, 0.016670703887939453, 0.0008659358136355877, 0.0014218451688066125, -0.022578474134206772, 0.009664271026849747, 0.037341322749853134, 0.006874855607748032, 0.00023704272462055087, -0.011894487775862217, -0.031157242134213448, -0.016012821346521378, -0.013460244052112103, -0.0013100054347887635, 0.003496637102216482, 0.010716880671679974, 0.021854804828763008, -0.028236249461770058, 0.00903270486742258, 0.04126229137182236, -0.015920719131827354, -0.003855182323604822, -0.02063114568591118, -0.0035558464005589485, -0.010670828633010387, 0.00911823008209467, -0.028315195813775063, 0.018131198361516, 0.018460139632225037, 0.019420646131038666, -0.0077301012352108955, 0.026499444618821144, 0.017894361168146133, 0.011302394792437553, -0.006532757543027401, 0.018960129469633102, 0.004404512699693441, -0.008309036493301392, -0.0004428361135069281, 0.0006587032694369555, -0.004513063468039036, 0.013045779429376125, -0.0013930628774687648, 0.026552075520157814, -0.004934106953442097, 0.020644303411245346, -0.022920571267604828, 0.007802467793226242, 0.007802467793226242, 0.021078504621982574, -0.01113134529441595, -0.03594661504030228, -0.014815478585660458, 0.010137945413589478, 0.006591966841369867, 0.012927360832691193, 0.0054933056235313416, -0.03534136340022087, -0.011993169784545898, 0.0028552033472806215, -0.008756395429372787, -0.001181718660518527, 0.012841835618019104, 0.0010600106325000525, 0.013539189472794533, -0.024631062522530556, 0.001092082355171442, 0.02371002919971943, -0.004325567279011011, -0.012644471600651741, -0.01653912663459778, -0.00617750221863389, 0.021328499540686607, 0.008539294824004173, -0.004170964937657118, -0.0031101321801543236, -0.005134760867804289, -0.005789352115243673, 0.0037071590777486563, -0.03534136340022087, -0.009184017777442932, -0.008341929875314236, 0.011433971114456654, 0.007756416220217943, 8.043622801778838e-05, 0.03502558171749115, 0.02343371883034706, -0.02072324976325035, -0.016170714050531387, 0.014907581731677055, -0.009552431292831898, -0.0051873913034796715, 0.025420520454645157, -0.0014185557374730706, -0.007960359565913677, 0.028788870200514793, 0.03278878703713417, 0.020854825153946877, 0.022617947310209274, -0.012480001896619797, 0.02556525357067585, 0.02444685623049736, 0.032815102487802505, -0.03131513297557831, -0.0046742442063987255, 0.005838693119585514, 0.02067061886191368, 0.00789457093924284, -0.0007960359216667712, 0.0008174170507118106, -0.007302478421479464, 0.009289278648793697, 0.030157262459397316, 0.00022018453455530107, -0.032551947981119156, 0.008901129476726055, -0.018644345924258232, 0.002412778325378895, -0.0011233317200094461, 0.015012843534350395, 0.011618177406489849, 0.0021677177865058184, -0.01961801014840603, -0.02673628181219101, -0.0022877808660268784, 0.023723186925053596, 0.023986339569091797, -0.01605229452252388, -0.0020641013979911804, 0.016460180282592773, -0.009940581396222115, -0.006029478739947081, -0.010223469696938992, -0.005453832913190126, 0.025223154574632645, -0.011512916535139084, 0.022867942228913307, 0.014210227876901627, -0.002804217394441366, -0.027920467779040337, -0.006703806575387716, -0.014907581731677055, 0.0025756037794053555, 0.014065494760870934, 0.004677533637732267, 0.005039367824792862, 0.0022351504303514957, 0.02492053061723709, -0.018460139632225037, 0.040104422718286514, 0.006430786103010178, -0.012558947317302227, 0.012723417021334171, 0.003018028801307082, -0.02093377150595188, 0.0012655984610319138, 0.02513105235993862, 0.026973119005560875, 0.019696954637765884, -0.007723522372543812, 0.018328562378883362, -0.025328416377305984, 0.0352887324988842, -0.02082850970327854, -0.024802111089229584, 0.01493389718234539, -0.027183640748262405, -0.010052421130239964, 0.01493389718234539, 0.026170503348112106, 0.008059041574597359, -0.015762826427817345, -0.016920696943998337, -0.0010073801968246698, 0.010558988898992538, 0.003927549347281456, 0.010276100598275661, -0.0136839235201478, -0.0009300792007707059, -0.02784152142703533, -0.0028288881294429302, -0.019039073958992958, -0.012032642029225826, -0.019328542053699493, -0.0030081605073064566, 0.021723229438066483, 0.00783536210656166, 0.02073640748858452, 0.03299930691719055, 0.00842087622731924, -0.018723292276263237, -0.03928865119814873, -0.011835278011858463, 0.021381130442023277, 0.028209934011101723, 0.006618282292038202, -0.013828657567501068, -0.019328542053699493, 0.0006114181014709175, -0.015104946680366993, 0.01743384450674057, -0.021486392244696617, 0.010486622340977192, 0.009960317052900791, -0.015710197389125824, -0.01759173721075058, 0.017841730266809464, 0.016868067905306816, -0.0005628993967548013, -0.0032581554260104895, -0.014249701052904129, 0.002138113137334585, 0.012854993343353271, -0.012637892737984657, -0.01631544716656208, 0.02981516346335411, 0.0068419617600739, -0.02509157918393612, 0.009499800391495228, 0.01283525675535202, -0.0029653983656316996, -0.009552431292831898, -0.029262544587254524, -0.022973202168941498, -0.019433803856372833, 0.0138154998421669, 0.012289215810596943, -0.01928906887769699, -0.023038990795612335, 0.04757795110344887, -0.0010082025546580553, -0.010822141543030739, 0.017762785777449608, -0.023210039362311363, 0.04007810726761818, 0.004572272766381502, 0.020762722939252853, 0.011447127908468246, -0.002286136383190751, 0.0019835110288113356, 0.012815521098673344, -0.04476222023367882, -0.021117977797985077, -0.0007639642572030425, -0.012118167243897915, -0.03742026910185814, 0.009348488412797451, 0.02944675087928772, 0.01678912155330181, 0.0062794736586511135, -0.0014440487138926983, 0.0014407592825591564, -0.015157576650381088, -0.0018272643210366368, -0.011815541423857212, -0.006822225172072649, 0.010545831173658371, 0.016236500814557076, 0.010743196122348309, -0.021907435730099678, 0.016933854669332504, -0.0009185662493109703, 0.00614131847396493, 0.002120021265000105, -0.007420897018164396, 0.007276163436472416, 0.0018305537523701787, 0.02645997144281864, 0.01811804063618183, 0.015868088230490685, 0.03492031991481781, -0.013236564584076405, 0.009190596640110016, 0.022525843232870102, -0.012473423033952713, -0.01184843573719263, 0.005157786421477795, 0.01769699715077877, -0.016552284359931946, 0.0051446291618049145, 0.014065494760870934, -0.008361666463315487, -0.0066117034293711185, 0.011723438277840614, 0.022933728992938995, 0.013447086326777935, 0.012716838158667088, -0.014973370358347893, -0.02699943445622921, -0.019696954637765884, 0.0006767950253561139, 0.0017631208756938577, -0.018881183117628098, 0.01568388193845749, -0.03407823294401169, 0.004578851163387299, -0.04163070768117905, 0.008776132017374039, -0.005874876864254475, -0.013203670270740986, -0.007927465252578259, -0.01296683307737112, -0.02699943445622921, -0.00980242621153593, -0.010026105679571629, -0.0027811916079372168, -0.013499717228114605, -0.024723166599869728, -0.003205524990335107, -0.0006891302764415741, 0.0013864841312170029, 0.015078631229698658, -0.027236271649599075, 0.0005234265117906034, 0.00030385874561034143, -0.015157576650381088, -0.016223343089222908, -0.006973538082093, -0.01020373310893774, -0.004361750558018684, -0.0014514498179778457, 0.030841458588838577, -0.023999497294425964, -0.0008996521937660873, 0.011605019681155682, 0.010486622340977192, 0.010776089504361153, 0.016723332926630974, 0.007486685179173946, 0.010822141543030739, 0.005865008570253849, -0.002694022376090288, 0.0316835455596447, 0.009473485872149467, -0.0005168477073311806, -0.001252440852113068, -0.005401202477514744, 0.0009177438914775848, -0.02098640240728855, 0.015552305616438389, -0.009026126936078072, 0.010480043478310108, 0.02518368326127529, -0.008940601721405983, -0.03347298130393028, 0.04070967435836792, -0.0116379139944911, 0.024091599509119987, 0.01699964329600334, 0.01321024913340807, 0.021341657266020775, 0.01376286894083023, 0.032394059002399445, -0.0077301012352108955, -0.011808962561190128, 0.0004613390192389488, -0.025341574102640152, 0.014697059988975525, -0.00456898333504796, -0.015170734375715256, 0.00983532052487135, -0.013578662648797035, -0.02624944970011711, -0.0004687401815317571, -0.01949959062039852, 0.00228449166752398, 0.01347340177744627, -0.010098472237586975, -0.016025979071855545, -0.01326288003474474, -0.015012843534350395, 0.019578536972403526, 0.027236271649599075, 0.012006327509880066, 0.011072136461734772, -0.014973370358347893, 0.006578809581696987, -0.02371002919971943, -0.005128182005137205, 0.0036611075047403574, -0.026670493185520172, -0.028946761041879654, 0.015289152972400188, 0.03960443288087845, 0.028025727719068527, 0.009828741662204266, 0.01876276358962059, -0.0238021332770586, -0.008762974292039871, 0.015104946680366993, -0.007289320696145296, 0.002075614407658577, -0.01230237353593111, 0.01951274834573269, 0.012322110123932362, 0.03799920156598091, 0.010493201203644276, 0.011762911453843117, -0.0012277703499421477, -0.014486538246273994, 0.01179580483585596, -0.014960212633013725, -0.0014785873936489224, -0.03289404883980751, -0.005266336724162102, 0.015368098393082619, 0.011368182487785816, 0.012236585840582848, -0.0009448815253563225, -0.01977590098977089, 0.003920970484614372, -0.006299209780991077, 0.023460034281015396, -0.011236606165766716, -0.056840911507606506, -0.012026063166558743, 0.00848008506000042, -0.007138008251786232, 0.010822141543030739, -0.011519495397806168, -0.026381025090813637, 0.003453874960541725, -0.022460054606199265, 0.029157282784581184, -0.01251289527863264, 0.03418349474668503, 0.011776069179177284, -0.012552368454635143, -0.005966980010271072, 0.0191838089376688, -0.01902591623365879, -0.010697144083678722, -0.0023469901643693447, -0.007374845445156097, 0.021065346896648407, 0.0367887020111084, 0.02997305616736412, 0.009059020318090916, -0.017710154876112938, 0.004282805137336254, 0.007269584573805332, -0.022078484296798706, 0.02747310884296894, 0.006980116944760084, -0.017157534137368202, -0.027709946036338806, -0.021183766424655914, 0.010933981277048588, -0.012216849252581596, 0.008124829269945621, 0.013999706134200096, -0.0011216870043426752, 0.0044703008607029915, 0.00034929366665892303, 0.021131135523319244, -0.015618093311786652, -0.0008544228621758521, 0.02907833829522133, -0.00755905220285058, 0.0040689934976398945, 0.02098640240728855, 0.012861572206020355, -0.034420330077409744, -0.03655186668038368, 0.022670576348900795, -0.019631167873740196, 0.029052022844552994, 0.01511810440570116, 0.003993337508291006, 0.0005789351998828351, 0.02174954302608967, -0.008256405591964722, 0.008670871146023273, -0.021617967635393143, -0.024749480187892914, 0.0010016236919909716, 0.016118083149194717, -0.005351861473172903, 0.017078589648008347, -0.013881287537515163, 0.00020116765517741442, -0.01373655442148447, -0.0038189988117665052, -0.027288900688290596, -0.00755905220285058, -0.01743384450674057, 0.016565442085266113, 0.008565610274672508, 0.0030015818774700165, 0.0001142040200647898, 0.01988116279244423, 0.0063649979420006275, -0.0003126990341115743, -0.03136776387691498, 0.013499717228114605, -0.00042638907325454056, 0.043393827974796295, -0.02865729294717312, -0.0029653983656316996, 0.026907330378890038, 0.03310456871986389, -0.028946761041879654, 0.007098535541445017, -0.005726853385567665, 0.04310435801744461, -0.01806540973484516, 0.013045779429376125, 0.0016479917103424668, 0.011644492857158184, 0.013223406858742237, 0.01511810440570116, 0.01446022279560566, -0.03805183246731758, -0.018736450001597404, -0.002327253809198737, 0.03968337923288345, 0.019960107281804085, 0.0010361624881625175, -0.01653912663459778, 0.0008260517497546971, -0.019696954637765884, -0.028999391943216324, -0.017683839425444603, -0.004526220727711916, 0.018749607726931572, -0.02152586355805397, 0.01004584226757288, -0.004980158526450396, 0.018986443057656288, -0.007289320696145296, -0.00018451504001859576, 0.02253900095820427, 0.048972658812999725, -0.03915707394480705, 0.010019526816904545, -0.03555188700556755, 0.0018650924321264029, -0.022762680426239967, 0.008736658841371536, -0.0020558780524879694, -0.03949917107820511, 0.0006961202598176897, -0.029578326269984245, -0.03215721994638443, -0.010197154246270657, 0.02332845889031887, 0.022091642022132874, 0.004651218187063932, 0.006782752461731434, 0.06799857318401337, -0.008776132017374039, 0.005769615992903709, 0.01156554650515318, -0.007802467793226242, 0.01636807806789875, -0.03673607110977173, -0.003052567597478628, -0.020131157711148262, -0.0176443662494421, -0.0057433005422353745, -0.018210144713521004, -0.0005456299986690283, -0.02652576006948948, -0.006085398606956005, -0.0337887667119503, 0.020367993041872978, -0.009947160258889198, -0.02068377658724785, 0.019920634105801582, -0.0234995074570179, -0.02056535892188549, -0.010328730568289757, 0.011657650582492352, 0.03657818213105202, -0.011512916535139084, -0.002439093543216586, 0.0005209594964981079, 0.00656565185636282, 0.031709861010313034, -0.0028173751197755337, -0.01935485750436783, -0.006855119485408068, -0.013578662648797035, -0.03002568706870079, 0.004937396384775639, 0.013749711215496063, 0.02976253442466259, 3.983263377449475e-05, -0.008591924794018269, -0.008578767068684101, 0.005151207558810711, -0.018368035554885864, -0.03699922561645508, -0.013026042841374874, 0.0181706715375185, 0.02630208060145378, 0.01174975372850895, 0.0003394254599697888, 0.03642028942704201, -0.01376286894083023, 0.012651050463318825, -0.022578474134206772, -0.02907833829522133, 0.008730079978704453, 0.01748647540807724, -0.024631062522530556, 0.011157660745084286, -0.0012294150656089187, 0.01020373310893774, 0.037657104432582855, 0.0027943493332713842, -0.007631418760865927, 0.035051897168159485, -0.011420813389122486, -0.020854825153946877, -0.0268415417522192, -0.010901086963713169, -0.048762135207653046, -0.008223512209951878, 0.004266357980668545, -0.02561788447201252, -0.008256405591964722, -0.000931723858229816, 0.01472337543964386, -0.010591883212327957, 0.011894487775862217, -0.00647025927901268, -0.02582840621471405, 0.011348445899784565, -0.013973391614854336, -0.02715732529759407, -0.014276016503572464, -0.04097282513976097, 0.022446896880865097, 0.008578767068684101, -0.0013519453350454569, 0.03397297114133835, -0.007157744839787483, 0.00879586860537529, 0.0029390831477940083, -0.008506400510668755, -0.022525843232870102, 0.012216849252581596, -0.00840113963931799, 0.0006348551250994205, -0.007374845445156097, -0.015775984153151512, -0.009012969210743904, -0.02210479974746704, -0.014473380520939827, -0.011855014599859715, -0.023157408460974693, -0.03284141793847084, 0.01780225895345211, -0.0008790934225544333, -0.047656893730163574, -0.011506337672472, 0.0058847451582551, -0.026328396052122116, -0.0005546758766286075, -0.016407551243901253, -0.014657587744295597, -0.03347298130393028, -0.006420917809009552, -0.008361666463315487, 0.004677533637732267, -0.01705227419734001, 0.0010912599973380566, 0.004075572360306978, -0.004236753098666668, 0.003460453823208809, 0.2616787254810333, -0.02035483717918396, 0.0005904481513425708, 0.01792067661881447, 0.008914287202060223, 0.019894320517778397, 0.009039283730089664, 0.010716880671679974, -0.015012843534350395, 0.021881120279431343, -0.02392055094242096, 0.017091747373342514, -0.00048272014828398824, -0.002189098857343197, 0.014170755632221699, -0.018736450001597404, -0.04065704345703125, -0.015407571569085121, -0.03252563253045082, -0.016170714050531387, 0.009480064734816551, -0.006769594736397266, -0.025973139330744743, -0.006427496671676636, 0.010341888293623924, -0.012006327509880066, -0.00991426594555378, 0.004397934302687645, 0.018420666456222534, -0.016381235793232918, -0.051472604274749756, -0.000530416495166719, -0.006513021420687437, 0.028341511264443398, -0.023460034281015396, -0.02444685623049736, 0.024538958445191383, 0.02009168453514576, 0.02498631738126278, 0.0025953403674066067, 0.0003821877180598676, -0.02535473182797432, -0.023986339569091797, -0.008736658841371536, 0.0019391040550544858, 0.01626281626522541, -0.011460285633802414, -0.027815205976366997, 0.010539252310991287, 0.02348634973168373, -0.019591694697737694, -0.007078798953443766, 0.005894613452255726, 0.02892044559121132, 0.023262670263648033, -0.004559115041047335, 0.008782710880041122, 0.00895375944674015, 0.0005781129002571106, 0.012960254214704037, -0.018723292276263237, 0.020907456055283546, -0.006013031583279371, 0.00393412820994854, 0.008315615355968475, 0.01965748332440853, -0.013828657567501068, -0.014552326872944832, 0.015275995247066021, -0.019973265007138252, -0.007966938428580761, 0.001710490440018475, -0.003891365835443139, 0.011953696608543396, -0.014999685809016228, -0.006966959219425917, 0.01158528309315443, 0.0028634266927838326, -0.001893052365630865, 0.06541968137025833, -0.017420686781406403, -0.005792641546577215, 0.004927528090775013, -0.009289278648793697, -0.02626260742545128, -0.02589419297873974, 0.028894130140542984, 0.0029390831477940083, 0.01309840939939022, -0.03544662520289421, 0.0036940015852451324, -0.012269479222595692, -0.005611724220216274, 0.007841940969228745, 0.01046688575297594, 0.03402560204267502, -0.0015303955879062414, 0.0031150663271546364, -0.01105239987373352, -0.011151081882417202, -0.039999160915613174, 0.03299930691719055, 0.028473086655139923, 0.0033387457951903343, -0.03184143826365471, -0.003967022057622671, -0.0016718399710953236, -0.01944695971906185, 0.001074812957085669, -0.010572146624326706, -0.014144440181553364, -0.01680227927863598, 0.003460453823208809, -0.011914223432540894, 0.021565336734056473, 0.003248287132009864, 0.0011101741110906005, -0.017841730266809464, 0.00783536210656166, -0.004430828150361776, 0.016762806102633476, -0.020420623943209648, -0.00721695413812995, 0.021881120279431343, -0.004388066008687019, -0.005749879404902458, -0.007032747380435467, 0.0068616983480751514, -0.01116423960775137, -0.01759173721075058, -0.0062103960663080215, -0.009184017777442932, 0.02630208060145378, 0.02694680355489254, -0.008710343390703201, -0.006542625837028027, 0.0064768376760184765, 0.00664459727704525, -0.006243289913982153, 0.006328814662992954, 0.0014103322755545378, -0.04007810726761818, -0.0023157407995313406, -0.01792067661881447, 0.004661086481064558, -0.002666062442585826, 0.007131429389119148, 0.010565567761659622, 0.020223259925842285, -0.01930222660303116, -0.021960066631436348, 0.0010476753814145923, 0.00940769724547863, -0.0008503111312165856, 0.003598608775064349, -0.014526011422276497, -0.017631208524107933, -0.017525948584079742, -0.025446834042668343, 0.013973391614854336, -0.03576240688562393, -0.0004670954658649862, 0.017460159957408905, -0.029367804527282715, -0.03444664552807808, -0.02997305616736412, -0.16589125990867615, 0.0186575036495924, 0.016499653458595276, -0.02720995619893074, 0.027736259624361992, 0.015381256118416786, 4.828743476537056e-05, 0.02019694447517395, 0.011532653123140335, -0.008920865133404732, -0.0039571537636220455, -0.03205195814371109, -0.035525571554899216, -0.010026105679571629, -0.024052126333117485, -0.017131220549345016, -0.011381340213119984, -0.02369687147438526, 0.04157807677984238, 0.013565504923462868, 0.030104631558060646, -0.019762743264436722, 0.016012821346521378, -0.0028979654889553785, -0.002920991275459528, 0.00721695413812995, 0.023565296083688736, -0.00503607839345932, -0.0021611389238387346, -0.027025749906897545, -0.04631481692194939, 0.0075524733401834965, -0.006795910187065601, 0.002985134720802307, 0.025104736909270287, -0.01759173721075058, -0.008947180584073067, -0.029209913685917854, -0.022986359894275665, -0.005420939065515995, 0.013644450344145298, 0.0373150072991848, -0.029841478914022446, -0.0033288775011897087, 0.0019851557444781065, -0.002429225482046604, -0.006914328783750534, -0.011552389711141586, 0.026617862284183502, 0.009980053640902042, 0.024433698505163193, -0.043920133262872696, 0.004654507618397474, 0.01935485750436783, 0.028078358620405197, 9.642067743698135e-05, -0.012236585840582848, 0.015749670565128326, -0.016170714050531387, 0.005532778799533844, -0.029841478914022446, -0.018104882910847664, 0.005795930977910757, 0.00742747588083148, 0.006473548244684935, -0.0006928308866918087, 0.005598566960543394, -0.015039158053696156, -0.03018357791006565, 0.0005443964619189501, -0.0015493095852434635, -0.022867942228913307, -0.005746589973568916, 0.00044982609688304365, 0.014657587744295597, 0.022881099954247475, -0.03305193781852722, 0.018736450001597404, -0.014249701052904129, 0.0008186505874618888, -0.023302143439650536, 0.008309036493301392, -0.02003905363380909, 0.021183766424655914, -0.006881434470415115, 0.037972886115312576, 0.017131220549345016, 0.01071030180901289, 0.0026298791635781527, -0.01946011744439602, 0.013295773416757584, -0.013526031747460365, -0.024433698505163193, -0.008809025399386883, -0.002042720327153802, 0.005332124885171652, 0.0073287938721477985, -0.0003990459081251174, -0.01934169977903366, -0.01860487274825573, 0.01446022279560566, -0.006374866236001253, -0.014131282456219196, 0.01184843573719263, 0.016775963827967644, 0.027999412268400192, 0.011940538883209229, 0.006226843222975731, 0.05197259411215782, -0.01485495176166296, -0.028683608397841454, 0.012098430655896664, 0.010808983817696571, 0.04305172711610794, 0.009059020318090916, 0.013960233889520168, -0.0035196631215512753, -0.03205195814371109, 0.02465737797319889, 0.00016385347407776862, 0.025236312299966812, -0.003496637102216482, -0.009493221528828144, -0.014039179310202599, 0.00371373794041574, 0.004634771030396223, -0.06941960006952286, -0.019591694697737694, -0.0003945229691453278, 0.025815248489379883, 0.011670808307826519, 0.021960066631436348, -0.004253200255334377, 0.013657608069479465, 0.010526095516979694, 0.014473380520939827, -0.01935485750436783, 0.0008832051535136998, 0.0066380188800394535, -0.019091704860329628, 0.00342098088003695, -0.009552431292831898, -0.018091725185513496, -0.003391376230865717, -0.014526011422276497, 0.03894655033946037, -0.013920760713517666, -0.017894361168146133, 0.002695667091757059, -0.03215721994638443, -0.006621571723371744, 0.023933708667755127, -0.018104882910847664, 0.006789331324398518, 0.01498652808368206, -0.008328773081302643, 0.006966959219425917, -0.012295794673264027, -0.00089554040459916, -0.0023469901643693447, 0.009874792769551277, -0.0010649447795003653, -0.0322098508477211, 0.010697144083678722, 0.01156554650515318, 0.005943954456597567, 0.012045799754559994, 0.015907561406493187, -0.003437427803874016, -0.009026126936078072, 0.006154476199299097, -0.027078378945589066, -0.0368676483631134, 0.04936738684773445, -0.009966895915567875, -0.014999685809016228, -0.027078378945589066, 0.00849982164800167, -0.01621018722653389, -0.008322194218635559, 0.04544641450047493, -0.00018461783474776894, 0.009170860052108765, 0.019223280251026154, -0.024196861311793327, 0.023723186925053596, -0.005121603142470121, -0.029052022844552994, -0.011815541423857212, 0.006693938747048378, 0.019762743264436722, 0.029683588072657585, -0.024249492213129997, 0.01610492542386055, 0.02451264299452305, -0.013512874953448772, -0.041157033294439316, 0.04518326371908188, 0.0018650924321264029, 0.017762785777449608, 0.0004354349512141198, -0.001968708820641041, -0.0020344967488199472, -0.017986465245485306, 0.016512811183929443, -0.004861739929765463, -0.007993253879249096, -0.01017741858959198, -0.016144398599863052, 0.002891386626288295, 0.02290741354227066, 0.022525843232870102, 0.007315636146813631, 0.005733432248234749, 0.03544662520289421, -0.03539399430155754, -0.02063114568591118, 0.034420330077409744, -0.012322110123932362, 0.02476263791322708, 0.005388044752180576, 0.01038794033229351, -0.019052231684327126, 0.003904523327946663, -0.003231840208172798, 0.01652596890926361, -0.013828657567501068, -0.02545999176800251, -0.05799878388643265, 0.011980012059211731, -8.125857857521623e-05, 0.017144376412034035, -0.006575520150363445, -0.002906189067289233, -0.009605062194168568, -0.0009605061495676637, 0.003973600920289755, 0.018736450001597404, -0.007118271663784981, -0.007513000164180994, -0.00783536210656166, -0.002154560061171651, -0.003746632020920515, -0.006532757543027401, 0.007828783243894577, 0.017025958746671677, 0.010953717865049839, 0.00598013773560524, 0.0075524733401834965, -0.011730017140507698, -0.008111671544611454, 0.0024358041118830442, -0.018368035554885864, -0.01605229452252388, -0.003904523327946663, 0.018262775614857674, -0.01044714916497469, -0.009335330687463284, -0.004763057921081781, -0.016223343089222908, 0.015236523002386093, 0.018091725185513496, -0.005723563954234123, -0.005391334183514118, 0.02296004444360733, 0.03278878703713417, 0.034472960978746414, 0.03857813775539398, -0.014447065070271492, -0.0033683504443615675, 0.023788975551724434, 0.0032926942221820354, -0.009019548073410988, -0.01684175245463848, -0.025381047278642654, 0.002442382974550128, 0.006388023961335421, -0.015591777861118317, 0.03149934113025665, 0.007052483502775431, -0.011545810848474503, -0.02217058837413788, -0.02742047794163227, -0.042446479201316833, 0.008651134558022022, -0.00589790241792798, -0.0032926942221820354, -0.008835340850055218, 0.03376245126128197, 0.021328499540686607, -0.005568962078541517, -0.02046009711921215, -0.0071511659771203995, -0.01986800506711006, -0.01145370677113533, 0.00032153932261280715, 0.016025979071855545, -0.021960066631436348, -0.023210039362311363, 0.00401307363063097, 0.008131408132612705, 0.01678912155330181, 0.00633868295699358, 0.03363087400794029, -0.020499570295214653, -0.011078715324401855, -0.0077301012352108955, 0.029683588072657585, 0.02689417265355587, 0.011381340213119984, -0.02460474707186222, 0.0003618345072027296, 0.0051446291618049145, 0.04905160143971443, 0.005634750239551067, 0.012993148528039455, -0.006868277210742235, -0.013104988262057304, -0.019328542053699493, -0.014749690890312195, -0.021289026364684105, 0.026552075520157814, 0.018789079040288925, -0.0033042069990187883, -0.007118271663784981, 0.016118083149194717, 0.03305193781852722, 0.025157367810606956, 0.015091788955032825, -0.017460159957408905, -0.007565630599856377, -0.004404512699693441, -0.02757836878299713, -0.002555867424234748, -0.0419728048145771, -0.037657104432582855, 0.030894089490175247, -0.008572188206017017, -0.011855014599859715, 0.0136839235201478, -0.016868067905306816, 0.009381381794810295, -0.0196706410497427, 0.014447065070271492, 0.0119010666385293, 7.246969471452758e-05, -0.01113134529441595, 0.03939390927553177, 0.0007808224181644619, 0.031130926683545113, 0.024052126333117485, -0.013986548408865929, 0.039367593824863434, 0.01822330243885517, -0.018591715022921562, -0.007980096153914928, 0.017039116472005844, -0.017091747373342514, 0.00048025307478383183, -0.004703848622739315, -0.018960129469633102, -0.011151081882417202, -0.01020373310893774, 0.008677450008690357, 0.013539189472794533, 0.00970374420285225, 0.009059020318090916, 0.04236753284931183, 0.018025938421487808, 0.005424228496849537, 0.022973202168941498, 0.02253900095820427, 0.007934044115245342, 0.03426244109869003, -0.005924217868596315, -0.0013034265721216798, -0.025473149493336678, 0.012269479222595692, -0.01860487274825573, -0.018578557297587395, -0.01753910630941391, -0.028315195813775063, 0.008098514750599861, -1.8387258023722097e-05, 0.002042720327153802, -0.0067103854380548, 0.027999412268400192, 0.024012655019760132, 0.005993295460939407, 0.01844698190689087, 0.02551262266933918, -0.007105113938450813, 1.2425211934896652e-05, 0.024328436702489853, 0.022394267842173576, -0.013085251674056053, -0.010170839726924896, 0.0003885609330609441, 0.009335330687463284, -0.031130926683545113, -0.012144481763243675, 0.004894634243100882, 0.0007623195415362716, -0.012427370995283127, -0.004480169154703617, -0.0018815394723787904, -0.00690774992108345, -0.00025472327251918614, -0.03789394348859787, -0.019907476380467415, -0.03736763820052147, -0.005601856391876936, 0.0017351609421893954, -0.0005205483175814152, -0.00815772358328104, -0.010427412576973438], \"ed1f4e7d-5215-49d9-9617-f39fd8b3af50\": [-0.005537503864616156, 0.012550302781164646, 0.015096045099198818, -0.02991761639714241, -0.019034741446375847, 0.008645917288959026, -0.033101510256528854, -0.021340318024158478, 0.003695100313052535, -0.025910302996635437, 0.018773991614580154, 0.0028974113520234823, 0.006631967145949602, -0.01896612159907818, -0.005904612131416798, 0.008995871059596539, -0.0028270776383578777, -0.002832223894074559, 0.03938695415854454, -0.02430463396012783, -0.020352214574813843, -0.004720944911241531, -0.018773991614580154, -0.004930231254547834, -0.026129882782697678, 0.004367560613900423, 0.035269852727651596, -0.025306461378932, -0.02606126293540001, -0.00948306079953909, 0.0053522344678640366, -0.02991761639714241, -0.015782229602336884, -0.04045740142464638, -0.0038803699426352978, -0.017936846241354942, -0.001091032405383885, -0.014464756473898888, 0.0056816027499735355, -0.022891094908118248, 0.02322046272456646, -0.006000678054988384, -0.003410334000363946, 0.015850847586989403, -0.0006763199926353991, 0.02898440696299076, 0.007548022549599409, -0.02466144785284996, -0.04344916343688965, 0.005146379116922617, 0.007177483290433884, 0.016701715067029, -0.052616581320762634, -0.02175202965736389, -0.0021906420588493347, 0.022602897137403488, -0.024290909990668297, 0.015494031831622124, -0.0033794555347412825, -0.029368670657277107, 0.014945085160434246, -0.00027425913140177727, -0.03581880033016205, -0.009805567562580109, -0.0010369954397901893, 0.003887231694534421, -0.014505927450954914, -0.004861612804234028, 0.011726882308721542, -0.015823399648070335, 0.01829366199672222, 0.009654607623815536, -0.022040225565433502, -0.00625456590205431, 0.03197616711258888, -0.007191207259893417, -0.02481240965425968, -0.01638607122004032, 0.028106091544032097, 0.00946933776140213, 0.02404388226568699, 0.005125793628394604, -0.013703092001378536, 0.05143634229898453, -0.0011442116228863597, -0.0057296352460980415, 0.01731928065419197, 0.005633569788187742, -0.034583669155836105, -0.020544344559311867, -0.0023021469824016094, 0.01238561887294054, 0.009977113455533981, 0.022767581045627594, 0.014451032504439354, 0.014643164351582527, 0.002861386863514781, 0.013181592337787151, -0.007568608038127422, -0.013792295940220356, -0.007287272717803717, -0.015397965908050537, -0.030439116060733795, -0.016290005296468735, -0.015288176946341991, -0.010354515165090561, 0.0345013253390789, 0.014039321802556515, 0.04067698121070862, 5.998748019919731e-05, -0.019556241109967232, 0.010807395912706852, -0.006676569115370512, -0.015301900915801525, -0.01638607122004032, 0.008735121227800846, -0.01443730853497982, -0.03282703831791878, -0.014643164351582527, -0.011102454736828804, 0.01472550630569458, 0.03625795617699623, 0.016331177204847336, 0.0018612737767398357, -0.0012051104567945004, 0.0018715665210038424, -0.003828905988484621, -0.0020328196696937084, 0.010917185805737972, -0.031207643449306488, 0.05105208232998848, 0.0024857011158019304, 0.010038870386779308, 0.002188926562666893, -0.0324702225625515, 0.012303276918828487, -0.005338510498404503, -0.00411367230117321, -0.024826133623719215, -0.01965230703353882, 0.014931361190974712, 0.019816990941762924, -0.014505927450954914, 0.003749994793906808, 0.007321582175791264, 0.009949666447937489, -0.0122072109952569, 0.018060360103845596, -0.0060487110167741776, -0.01348351314663887, 0.0006514458218589425, 0.001785793574526906, 0.0023107242304831743, 0.006621674634516239, 0.008151864632964134, 0.020187530666589737, 0.0401005856692791, -0.01594691351056099, 0.009297791868448257, -0.0010369954397901893, 0.021875541657209396, 0.027159158140420914, 0.022383317351341248, -0.024798685684800148, 0.005173826590180397, 0.03139977529644966, 0.016701715067029, -0.014505927450954914, 0.025910302996635437, -0.005561520345509052, 0.02271268703043461, 0.016935018822550774, -0.015123493038117886, 0.013819742947816849, 0.014423585496842861, 0.018458345904946327, 0.010210416279733181, 0.02967059053480625, -0.019556241109967232, -0.008213620632886887, -0.02947845868766308, -0.010059455409646034, 0.0325525626540184, 0.019858160987496376, -0.010196692310273647, 0.007321582175791264, -0.004003882873803377, 0.012859085574746132, 0.015548926778137684, -0.006364355329424143, 0.011191658675670624, 0.006450128275901079, 0.014011874794960022, -0.022904817014932632, -0.6148207783699036, -0.009709501639008522, -0.0010155520867556334, -0.025731895118951797, 0.004652326926589012, 0.024469317868351936, 0.01980326697230339, 0.019171977415680885, -0.023124396800994873, -0.04309234768152237, 0.0023398869670927525, 0.009675192646682262, -0.000937498698476702, 0.002816784894093871, -0.023206738755106926, -0.011143626645207405, 0.0107456399127841, -0.005002280697226524, 0.00537281995639205, 0.026761170476675034, -0.018101530149579048, -0.002334740711376071, 0.0004224319418426603, -0.00730785820633173, -0.000290984840830788, -0.02818843349814415, 0.02171085774898529, 0.00017379751079715788, -0.014890190213918686, 0.02433208003640175, -0.04353150352835655, 0.003478952217847109, -0.005016004201024771, -0.0083714434877038, 0.056321971118450165, 0.0026297997683286667, -0.009599712677299976, 0.01152102742344141, 0.015686163678765297, 0.024634001776576042, -0.0107456399127841, -0.004429317079484463, 0.00851554237306118, 0.00044473292655311525, -0.00045288135879673064, 0.004817010834813118, 0.04635858163237572, -0.01656447909772396, -0.02080509439110756, -0.008680226281285286, -0.004515090025961399, -0.0105123370885849, 0.015164664015173912, 0.008693949319422245, -0.02772182784974575, -0.011328895576298237, 0.03337598219513893, -0.026074986904859543, -3.578341784304939e-05, -0.012783605605363846, -0.0018201027996838093, 0.00727354921400547, -0.004165136255323887, -0.0007916846661828458, -0.02372823841869831, -0.006611381657421589, -0.0229322649538517, -0.022740133106708527, 0.0079048378393054, 0.0024616846349090338, 0.0034292039927095175, -0.0005652439431287348, -0.013030631467700005, -0.028819723054766655, 0.0023175859823822975, 0.0214912798255682, 0.0162762813270092, -0.02333025261759758, -0.0030054852832108736, 0.008625331334769726, -0.01169943530112505, 0.004978264216333628, -0.01771726831793785, -0.002614360535517335, 0.005575243849307299, 0.0017146019963547587, -0.015644991770386696, -0.03856353461742401, 0.01749768853187561, 0.0038014587480574846, -0.01576850563287735, 0.008591022342443466, -0.00012694401084445417, -0.02947845868766308, 0.010018284432590008, 0.013058079406619072, 0.017813334241509438, 0.0025028556119650602, -0.008906667120754719, -0.012083698064088821, -0.012872809544205666, -0.010464304126799107, -0.01663309708237648, 0.004240616224706173, 0.04125337675213814, 0.008042074739933014, -0.014972532168030739, -0.004065639339387417, 0.023096948862075806, 0.00046231638407334685, -0.012399342842400074, -0.00920172594487667, -0.01128772459924221, -0.003381171030923724, -0.0023896354250609875, -0.025841685011982918, 0.020612964406609535, 0.017868228256702423, 0.017881952226161957, -0.0023827734403312206, 0.014354966580867767, 0.0078087723813951015, 0.01987188495695591, -0.030164644122123718, 0.012063113041222095, -0.012550302781164646, 0.009634021669626236, -0.006848115008324385, 0.003973004873842001, 0.00026868388522416353, 0.0006205675308592618, 0.016358623281121254, 0.02956080250442028, -0.021683409810066223, 0.017662372440099716, -0.02031104266643524, 0.0012334155617281795, -0.0036916693206876516, 0.024716343730688095, -0.02801002562046051, -0.019926778972148895, -0.0026744017377495766, 0.004837596323341131, -0.007897976785898209, -0.0014109655749052763, -0.010258449241518974, -0.02346748858690262, -0.010731915943324566, 0.008892943151295185, -0.0147941242903471, 0.0036402055993676186, 0.001031849067658186, -0.008433199487626553, 0.0015241859946399927, -0.025402527302503586, 0.00537281995639205, 0.015137216076254845, -0.02040710859000683, -0.011822948232293129, 3.623908560257405e-05, -0.004734668880701065, 0.027886513620615005, 0.0046283104456961155, 0.0019350385991856456, 0.0013526399852707982, -0.01258461270481348, -0.00817244965583086, 0.011829810217022896, -0.026294566690921783, -0.008542989380657673, -0.010107488371431828, 0.0029625988099724054, -0.00512236263602972, 0.01268753968179226, 0.029643144458532333, 0.00724610174074769, -0.024208568036556244, -0.012845362536609173, 0.00017830058641266078, -0.006638829130679369, -0.01725066266953945, 0.011191658675670624, -0.0035475706681609154, -0.005980092566460371, 0.038042034953832626, 0.03513261303305626, 0.022945988923311234, 0.016962464898824692, -0.0037740112747997046, 0.03919482231140137, 0.015439136885106564, 0.029149090871214867, -0.02328908070921898, 0.0031890396494418383, 0.013030631467700005, 0.039332058280706406, 0.0010850282851606607, 0.010972079820930958, 0.007596055511385202, -0.015823399648070335, 0.004792994353920221, 0.018389727920293808, -0.01150044146925211, -0.04158274456858635, 0.013236487284302711, -0.04388831928372383, -0.010526061058044434, -0.0038529224693775177, 0.009071351028978825, 0.0041617052629590034, 0.0085841603577137, -0.019350385293364525, -0.025800513103604317, -0.010951494798064232, -0.002415367169305682, 0.010697606950998306, -0.008446923457086086, -0.00014002439274918288, -0.001032706699334085, -0.00846064742654562, -0.020791372284293175, -0.035626668483018875, -0.0019710632041096687, 0.0013440626207739115, -0.017950570210814476, 0.03554432466626167, 0.01184353418648243, 0.005074329674243927, -0.0019367539789527655, 0.0022575450129806995, -0.005928628612309694, -0.002818500390276313, 0.013003184460103512, 0.0075137135572731495, 0.014766677282750607, 0.006151638459414244, 0.027776723727583885, -0.02022870071232319, 0.02499081753194332, -0.015713611617684364, 0.00854985136538744, 0.001763492589816451, 0.015315623953938484, -0.010292758233845234, 0.005451730918139219, 0.03290937840938568, 0.03883800655603409, 0.007355891168117523, -0.021010950207710266, 0.011088731698691845, -0.01731928065419197, 0.03496792912483215, -0.0030346482526510954, -0.01789567619562149, 0.04133571684360504, -0.035654112696647644, 0.005997247062623501, 0.03466600924730301, 0.027296394109725952, 0.009455613791942596, -0.009030180051922798, -0.0022043657954782248, 0.013325691223144531, 0.01609787344932556, 0.005468885414302349, 0.01036823820322752, -0.0146019933745265, -0.009297791868448257, -0.0238654762506485, -0.005969799589365721, -0.010107488371431828, -0.0010704468004405499, -0.017209492623806, -0.015068598091602325, 0.011123040691018105, 0.008659640327095985, 0.005633569788187742, 0.03532474488019943, 0.006124190986156464, -0.009098798036575317, -0.027804171666502953, 0.005314494017511606, 0.012193487957119942, 0.012817914597690105, 0.02322046272456646, 0.002158048329874873, -0.007685259450227022, 0.012728710658848286, -0.0032044786494225264, 0.014423585496842861, -0.00624770438298583, 0.0343366414308548, 0.01634489931166172, -0.012749296613037586, -0.024208568036556244, 0.012570888735353947, 0.022589173167943954, -0.005657586269080639, -0.007479404099285603, -0.020434556528925896, -0.0008049794705584645, 0.008831186220049858, -0.011671987362205982, -0.027337566018104553, 0.024922197684645653, 0.017978018149733543, -0.0324702225625515, -0.014451032504439354, 0.012927704490721226, 0.004696928430348635, -0.01965230703353882, -0.019707201048731804, -0.018883779644966125, -0.0061687929555773735, -0.0067554800771176815, 0.01268753968179226, -0.011829810217022896, 0.0010018284665420651, 0.03798713907599449, 0.01559009775519371, 0.007925423793494701, 0.004103379789739847, -0.03139977529644966, 0.03653242811560631, -0.020475726574659348, 0.016331177204847336, 0.003331422805786133, -0.001588515704497695, 0.005016004201024771, -0.006041849032044411, -0.027982579544186592, -0.014121664687991142, 0.009709501639008522, -0.017483964562416077, -0.01854068785905838, -0.0162762813270092, 0.02271268703043461, 0.01987188495695591, 0.0033056908287107944, -0.003278243588283658, -0.0017617770936340094, -0.009462475776672363, -0.0026692552492022514, 0.0032302106264978647, 0.01887005753815174, -0.003264519851654768, 0.024249738082289696, 0.02947845868766308, 0.00409651780501008, 0.01576850563287735, 0.015233281999826431, 0.02656904049217701, 0.004991987720131874, -0.016372347250580788, 0.022163739427924156, -0.003945557400584221, 0.004182290751487017, 0.01040254719555378, -0.0037534257862716913, 0.013922670856118202, -0.001748911221511662, 0.035626668483018875, 0.012275829911231995, 0.008474370464682579, -0.015054874122142792, 0.033924929797649384, 0.022081397473812103, -0.010876014828681946, 0.004659188445657492, 0.006693723611533642, 0.009263481944799423, -0.0041994452476501465, 0.002072275383397937, 0.007465680595487356, 0.01969347707927227, 0.005026296712458134, -0.04619389772415161, -0.00036410632310435176, -0.028819723054766655, 0.003777442267164588, 0.01024472527205944, -0.00939385686069727, 0.0181838721036911, -0.033540669828653336, 0.012021941132843494, -0.047758396714925766, -0.012989460490643978, -0.0064878687262535095, -0.0035544324200600386, -0.010670159012079239, -0.002854524878785014, -0.026843514293432236, -0.005540934856981039, -0.00804893672466278, 0.0022352440282702446, -0.003684807335957885, -0.036312852054834366, -0.012097422033548355, -0.01371681597083807, 0.012234658934175968, 0.022548003122210503, -0.005297339521348476, -0.004631740972399712, 0.017813334241509438, -0.016537031158804893, -0.017868228256702423, -0.0033846020232886076, -0.01785450428724289, -0.014272624626755714, 0.0006347200833261013, 0.0146019933745265, -0.018664201721549034, -0.004803287331014872, 0.005088053643703461, -0.0011373497545719147, -0.009194863960146904, 0.02164223976433277, 0.0038391987327486277, 0.006151638459414244, 0.00528361601755023, 0.0162762813270092, 0.028270775452256203, 0.00015353364869952202, -0.00036324860411696136, 0.01247482281178236, -0.010677020996809006, 0.024400698021054268, 0.005606122314929962, 0.010560370050370693, -0.001383518218062818, 0.003616189118474722, 0.012461098842322826, -0.008124416694045067, -0.02645925059914589, 0.03798713907599449, -0.010731915943324566, 0.005602691322565079, 0.0006793220527470112, 0.01918570138514042, 0.017415346577763557, 0.0025148638524115086, 0.016976188868284225, -0.00623741140589118, 0.012131731025874615, -0.0010078325867652893, -0.014876466244459152, 0.030576353892683983, 0.008165588602423668, 0.010093765333294868, 0.005588967818766832, -0.014382414519786835, -0.034226853400468826, 0.006456990260630846, 0.010539784096181393, -0.017374176532030106, 0.014835295267403126, -0.017003636807203293, -0.009318376891314983, -0.021793199703097343, 0.0012051104567945004, 0.020681582391262054, 0.029396116733551025, -0.0060212635435163975, 0.013133559376001358, -0.007843081839382648, 0.019034741446375847, -0.019268043339252472, 0.0083508575335145, -0.0004726091574411839, -0.028243329375982285, -0.03403472155332565, 0.02980782836675644, 0.041088689118623734, 0.029643144458532333, 0.013998150825500488, 0.02685723640024662, -0.017868228256702423, -0.02333025261759758, -0.006594227161258459, -0.005661016795784235, -0.017799610272049904, -0.004014175850898027, 0.017758438363671303, 0.010896599851548672, 0.026514144614338875, 0.008776292204856873, -0.020585516467690468, 0.0039524189196527, 0.014821572229266167, 0.014162835665047169, -0.02066785842180252, 0.016935018822550774, -0.032634906470775604, 0.009778120554983616, 0.03027443215250969, -0.0002090716443490237, -0.005884026642888784, -0.006045280024409294, -0.0022592605091631413, 0.013236487284302711, -0.014711782336235046, 0.03150956332683563, -0.0001741191663313657, -0.05807860195636749, -0.015123493038117886, -0.0012111145770177245, 0.00927034392952919, -0.0003415909013710916, -0.025718171149492264, -0.02490847557783127, 0.006412388291209936, -0.009750672616064548, 0.048581819981336594, 0.001245423685759306, 0.04342171549797058, 0.011774915270507336, -3.511331669869833e-05, -0.013668783009052277, 0.02739246003329754, -0.021916713565587997, -0.009894771501421928, -0.01889750361442566, -0.006422681268304586, 0.03277214244008064, 0.02020125277340412, 0.021189358085393906, 0.015150940045714378, -0.017154596745967865, -2.342674633837305e-05, 0.025251567363739014, -0.010944632813334465, 0.01944645121693611, -0.011102454736828804, -0.015850847586989403, -0.035050272941589355, -0.04287276789546013, 0.014451032504439354, -0.01649586111307144, 0.005595829337835312, 0.003206194145604968, -0.009970251470804214, -0.004614586476236582, -0.0019573394674807787, 0.03430919349193573, 0.007115726824849844, 0.006947611924260855, 0.021189358085393906, -0.018087806180119514, 0.02652786858379841, 0.007143174298107624, 0.03883800655603409, -0.025361355394124985, -0.045699845999479294, 0.01681150496006012, -0.013888361863791943, 0.025210395455360413, 0.037273507565259933, 0.0006514458218589425, -0.008721397258341312, 0.03474835306406021, -0.015192111022770405, 0.00017551297787576914, -0.03634029999375343, -0.0008337133913300931, 0.0026126450393348932, 0.0013766564661636949, 0.003959280904382467, -0.013641336001455784, -0.010038870386779308, 0.004755254369229078, -0.021683409810066223, 0.004799856338649988, -0.0012514278059825301, -0.008693949319422245, -0.007747015915811062, 0.01634489931166172, -0.010196692310273647, 0.022767581045627594, -0.0009272059542126954, 0.017127148807048798, 0.015521479770541191, -0.00020521186525002122, -0.03290937840938568, -0.004312665667384863, -0.00527332304045558, 0.025073159486055374, -0.022767581045627594, -0.019954226911067963, 0.026802342385053635, 0.014464756473898888, -0.024181120097637177, -0.019268043339252472, -0.01478040125221014, 0.043696191161870956, -0.00203453516587615, 0.003966142889112234, -0.01800546422600746, 0.029505906626582146, 0.018911227583885193, 0.017195768654346466, 0.008577298372983932, -0.02739246003329754, -0.010670159012079239, -0.00415827427059412, 0.009743811562657356, -0.0004931946750730276, 0.000204997428227216, -0.012811052612960339, 0.004621448460966349, -0.024579105898737907, -0.023014606907963753, -0.013154145330190659, 0.009421304799616337, -0.022150015458464622, -0.006676569115370512, -0.0034600822255015373, 0.0002856240316759795, 0.009400718845427036, -0.009256620891392231, 0.014107940718531609, 0.005513487383723259, 0.03463856130838394, -0.03537964075803757, 0.015397965908050537, -0.0011236261343583465, 0.0016271135536953807, -0.01563126966357231, 0.0016554186586290598, 0.013641336001455784, -0.05127165839076042, 0.004937093239277601, -0.00849495641887188, -0.015384242869913578, 0.003235356882214546, 0.02177947573363781, -0.0010918901534751058, -0.00422003073617816, -0.0014847303973510861, 0.057694341987371445, -0.0067554800771176815, -0.001609958941116929, -0.005547796841710806, -0.024318356066942215, 0.005348803475499153, -0.03974376991391182, 0.0043092346750199795, 0.008645917288959026, -0.01461571641266346, -0.010972079820930958, -0.01887005753815174, 0.006628536153584719, -0.010649573989212513, -0.001449563424102962, -0.0363677442073822, 0.025663277134299278, -0.00037139703636057675, -0.014574545435607433, 0.00854985136538744, -0.010395686142146587, -0.03485814109444618, -0.008673364296555519, -0.0026915562339127064, 0.017442794516682625, -0.010814257897436619, -0.017758438363671303, 0.007108864840120077, 0.006992213893681765, 0.01991305686533451, -0.02783161774277687, -0.01764865033328533, -0.025443699210882187, -0.02681606635451317, -0.03439153730869293, -0.006645691115409136, -0.010615264996886253, 0.01703108474612236, 0.0047380998730659485, -0.02033849060535431, -0.02354983054101467, -0.007856805808842182, -0.03307406231760979, -0.020475726574659348, 0.01792312227189541, -0.0017686389619484544, 0.01645468920469284, 0.01083484385162592, -0.0009512223768979311, 0.04965226724743843, -0.009997699409723282, 0.011507303453981876, -0.023453764617443085, -0.021052122116088867, -0.007664673961699009, 0.015123493038117886, -0.019569965079426765, 0.007328443694859743, -0.02124425210058689, 0.021985331550240517, 0.012214072979986668, 0.0053522344678640366, 0.011095593683421612, 0.030878273770213127, -0.0051429481245577335, 0.000552806886844337, -0.005695326253771782, -0.0024205136578530073, -0.032881930470466614, -0.004552830010652542, 0.010066317394375801, -0.03801458701491356, -0.009654607623815536, 0.024345804005861282, 0.0128865335136652, -0.011116178706288338, -0.01344920415431261, -0.018060360103845596, -0.037822455167770386, 0.008632193319499493, -0.024675171822309494, -0.017813334241509438, -0.017442794516682625, -0.03606582432985306, 0.011630816385149956, 0.004535675514489412, -0.022026503458619118, 0.032058510929346085, 0.006436404772102833, 0.0012256959453225136, 0.006470713764429092, 0.015150940045714378, -0.04021037369966507, 0.014231453649699688, -0.0030638109892606735, -0.011129902675747871, -0.010176107287406921, -0.00203453516587615, 0.012152316980063915, 0.004072501324117184, -0.011390652507543564, 0.0017840780783444643, 0.008453785441815853, -0.017223214730620384, -0.0024273754097521305, 0.00973694957792759, -0.01951506920158863, -0.009551679715514183, 0.002321016974747181, -0.037026483565568924, 0.006913302466273308, -0.00522185955196619, 0.0017652080859988928, -0.05346744880080223, -0.00900273211300373, -0.026802342385053635, -0.008076384663581848, -0.02062668837606907, -0.02182064764201641, 0.011349481530487537, 0.013442342169582844, 0.01709970273077488, 0.2742539644241333, -0.008975285105407238, -0.005695326253771782, 0.03581880033016205, 0.012392480857670307, 0.001076450920663774, 0.021985331550240517, 0.01944645121693611, -0.039798665791749954, 0.025677001103758812, -0.005022866185754538, 0.013579579070210457, 0.00411367230117321, -0.010004561394453049, 0.0229734368622303, -0.022589173167943954, -0.04317469149827957, -0.001157935243099928, -0.03848119080066681, -0.005441437941044569, 0.01667426899075508, -0.0018578429007902741, -0.013854052871465683, -0.012790467590093613, 0.010203554295003414, -0.009661468677222729, -0.007891114801168442, 0.008234206587076187, 0.012214072979986668, 0.011527889408171177, -0.04388831928372383, -0.01150044146925211, -0.026486698538064957, 0.020173806697130203, -0.011006389744579792, 0.001785793574526906, 0.02494964562356472, 0.006144776474684477, 0.020654134452342987, 0.012900256551802158, -0.0029677452985197306, -0.029752932488918304, -0.005413990933448076, -0.01645468920469284, -0.0005112069775350392, 0.0026606780011206865, -0.0167428869754076, -0.02005029283463955, -0.0007132023456506431, 0.01569988764822483, -0.020681582391262054, -0.008892943151295185, 0.03236043080687523, 0.029203986749053, 0.01125341560691595, -0.01749768853187561, -0.0019573394674807787, 0.013874637894332409, 0.01454709842801094, 0.014752953313291073, 0.006789789535105228, 0.028490355238318443, -0.026088710874319077, 0.004244047217071056, 0.006762342061847448, 0.009043903090059757, -0.01889750361442566, 0.006676569115370512, 0.02383802831172943, -0.014121664687991142, 0.011603369377553463, -0.0025028556119650602, 0.006940749939531088, 0.011116178706288338, -0.007644088473170996, -0.02242448925971985, 0.028462907299399376, 0.01178863923996687, 0.007506851572543383, 0.04808776453137398, -0.016139045357704163, -0.004117103293538094, 0.00872825924307108, -0.023193014785647392, -0.007033384870737791, -0.02980782836675644, 0.0354345366358757, -0.002693271730095148, 0.002518294844776392, -0.007486266084015369, 0.008844910189509392, 9.719151421450078e-05, -0.008968423120677471, -0.004659188445657492, 0.013023770414292812, 0.024798685684800148, -0.0022506830282509327, 0.008474370464682579, 0.008199897594749928, -0.005455161910504103, -0.048005424439907074, 0.021902989596128464, 0.03488558903336525, 0.0006415819516405463, -0.033787693828344345, 0.00020660567679442465, 0.005650724284350872, -0.017195768654346466, 0.008398890495300293, 0.00019910054106730968, -0.004796425346285105, -0.03903013840317726, 0.01876026764512062, -0.002329594222828746, 0.04193956032395363, 0.01141123753041029, -0.0025869132950901985, -0.036203060299158096, -0.011720020323991776, -0.018376003950834274, 0.021148188039660454, -0.035763904452323914, -0.0035921726375818253, 0.001530189998447895, 0.006957904435694218, -0.008556713350117207, -0.013325691223144531, 0.015260729938745499, -0.022904817014932632, -0.004741530399769545, -0.0039798663929104805, -0.004425886087119579, 0.009702639654278755, 0.024208568036556244, -0.004782701842486858, -0.0107456399127841, 0.013956979848444462, 0.006511885207146406, -0.012118007056415081, 0.004768977873027325, -0.0018286800477653742, -0.027090540155768394, 0.01796429418027401, -0.01731928065419197, 0.01389522384852171, 0.0006531612598337233, 0.011219106614589691, 0.02415367215871811, -0.005770806223154068, -0.041857216507196426, -0.02430463396012783, 0.009304653853178024, -0.00938013382256031, 0.0003945557400584221, 0.010169245302677155, -0.017827056348323822, -0.01692129485309124, -0.033101510256528854, -0.01965230703353882, 0.01166512630879879, -0.03277214244008064, -0.01918570138514042, 0.022657791152596474, -0.003798027755692601, -0.025320185348391533, -0.012577750720083714, -0.17610223591327667, 0.011123040691018105, 0.017772162333130836, -0.03988100588321686, 0.03315640613436699, 0.01139751449227333, 0.009318376891314983, 0.00745195709168911, 0.001991648692637682, -0.011438685469329357, 0.011383790522813797, -0.018458345904946327, -0.04421769082546234, 0.017881952226161957, -0.021038398146629333, -0.0033194145653396845, -0.020324766635894775, -0.007115726824849844, 0.029725486412644386, 0.00408622482791543, 0.01685267686843872, -0.030054854229092598, -0.0039421264082193375, -0.005297339521348476, 0.00629230635240674, 0.014862743206322193, -0.005218428559601307, -0.030109748244285583, -0.00927034392952919, -0.03197616711258888, -0.03977121785283089, 0.021848095580935478, -0.017662372440099716, -0.002782475668936968, 0.01900729350745678, -0.006621674634516239, -0.005667878780514002, -0.001442701555788517, -0.00039369799196720123, 0.008714535273611546, 0.012728710658848286, 0.04240616410970688, -0.0007367899524979293, 0.02091488428413868, 0.02009146474301815, 0.00973694957792759, -0.006806944031268358, -0.024139948189258575, 0.016756610944867134, 0.01904846541583538, 0.012502270750701427, -0.03096061758697033, -0.002688125241547823, 0.014162835665047169, 0.02501826360821724, 0.01330510526895523, 0.008145002648234367, 0.0020242424216121435, 0.006889285985380411, -0.015892019495368004, -0.004288649186491966, -0.029423564672470093, -0.008206759579479694, -9.263482206733897e-05, -0.016509585082530975, -0.00840575248003006, -0.0017823625821620226, 0.003911247942596674, -0.022548003122210503, 0.0041994452476501465, -0.004312665667384863, -0.0021631945855915546, 0.013991289772093296, 0.008707673288881779, 0.006408957298845053, 0.015439136885106564, -0.017305556684732437, 0.031591907143592834, 0.003575017908588052, 0.007788186892867088, -0.008323410525918007, 0.01583712361752987, -0.018677925691008568, 0.007843081839382648, -0.004137688782066107, 0.017333004623651505, 0.015343071892857552, -0.012214072979986668, -0.0023193014785647392, -0.011569060385227203, 0.012522855773568153, 0.000461029791040346, -0.029533354565501213, -0.003506399691104889, 0.0034360657446086407, 0.001998510444536805, 0.019144529476761818, 0.0162762813270092, -0.027776723727583885, -0.009071351028978825, -0.0001488161360612139, 0.00730099668726325, -0.023522382602095604, 0.019679753109812737, 0.035626668483018875, 0.024798685684800148, 0.02166968770325184, 0.008021489717066288, 0.04193956032395363, -0.011479856446385384, -0.039908453822135925, 0.004443040583282709, -0.00014173985982779413, 0.024277186021208763, 0.00914683099836111, 0.026980750262737274, 0.004621448460966349, -0.023302804678678513, 0.012728710658848286, 0.012804191559553146, 0.008522403426468372, -0.01796429418027401, -0.008995871059596539, 0.010114350356161594, 0.035873692482709885, -0.02430463396012783, -0.06955159455537796, -0.0022952849976718426, 0.007568608038127422, 0.018746543675661087, 0.019089635461568832, 0.023632172495126724, -0.009544817730784416, 0.025896579027175903, 0.008453785441815853, 0.020763924345374107, -0.007705844938755035, -0.006446697749197483, -0.006251135375350714, -0.005393405444920063, -0.013490375131368637, -0.0035612944047898054, -0.0015216127503663301, -0.015054874122142792, -0.013826604932546616, 0.033540669828653336, -0.02887461706995964, -0.015082322061061859, 0.012323862873017788, -0.026294566690921783, 0.003653929103165865, 0.027955131605267525, -0.016660545021295547, 0.01472550630569458, 0.013730539008975029, -0.0023707651998847723, 0.020434556528925896, -0.022891094908118248, 0.016084149479866028, -0.015137216076254845, 0.010285896249115467, 0.0016502722864970565, -0.012399342842400074, -0.009970251470804214, 0.02401643618941307, -0.01042313314974308, -0.0033571545500308275, -0.005849717650562525, 0.0026623934973031282, -0.010553508065640926, 0.010169245302677155, -0.01139751449227333, -0.0186916496604681, 0.035983484238386154, -0.02059924043715, 0.00022965716198086739, -0.009050765074789524, 0.01143182348459959, -0.0007204930880106986, -0.007060832343995571, 0.03584624454379082, 0.0022970004938542843, 0.013140421360731125, 0.020969780161976814, -0.028792275115847588, 0.018924951553344727, 0.012268967926502228, -0.034007273614406586, -0.008021489717066288, 0.006861838977783918, 0.01240620482712984, 0.0171683207154274, -0.029945064336061478, 0.0053625269792973995, 0.016221387311816216, -0.011548474431037903, -0.014046183787286282, 0.014094216749072075, -0.01778588630259037, 0.03002740629017353, -0.021079568192362785, -0.01998167484998703, 0.0014469902962446213, -0.006000678054988384, 0.019542517140507698, -0.01969347707927227, -0.012358171865344048, -0.004645464941859245, 0.0035818798933178186, 0.012399342842400074, 0.014451032504439354, 0.002610929775983095, 0.011967047117650509, 0.001530189998447895, 0.028462907299399376, -0.05322042107582092, -0.008378305472433567, 0.014917637221515179, -0.021944159641861916, -0.00505031319335103, 0.001134776626713574, 0.028792275115847588, -0.01173374429345131, 0.0015164663782343268, -0.009579126723110676, 0.017209492623806, -0.01576850563287735, -0.03790479898452759, -0.06911244243383408, 0.012317000888288021, -0.011232830584049225, 0.008851772174239159, -0.00102412945125252, -0.0031598766800016165, -0.012550302781164646, -0.0030123472679406404, -0.001098751905374229, 0.013140421360731125, -0.017827056348323822, -0.004590569995343685, 0.008721397258341312, -0.0025869132950901985, -0.0005112069775350392, -0.006213394924998283, -0.00399702088907361, 0.011720020323991776, -0.010924047790467739, 0.00842633843421936, -0.0032919670920819044, -0.027927683666348457, 0.0005746789975091815, 0.01738789863884449, -0.010505475103855133, 0.004144550766795874, 0.009887909516692162, 0.037355851382017136, -0.003499537706375122, -0.007740154396742582, 0.008666502311825752, -0.016317453235387802, -0.0053625269792973995, -0.011026974767446518, 0.010827981866896152, -0.006470713764429092, 0.004312665667384863, 0.03546198457479477, 0.034583669155836105, 0.03927716612815857, -0.026706276461482048, -0.022026503458619118, 0.011822948232293129, -0.01843089982867241, -0.006422681268304586, -0.015919465571641922, -0.020009122788906097, 0.01829366199672222, 0.009489922784268856, 0.00029227143386378884, 0.022602897137403488, 0.004154843278229237, 0.008165588602423668, -0.02628084272146225, -0.020722752436995506, -0.0410337969660759, 0.016578203067183495, 0.0035784489009529352, -0.016907570883631706, -0.025306461378932, 0.035983484238386154, 0.030439116060733795, 0.0016639959067106247, 0.0031289984472095966, 0.017195768654346466, -0.0075891935266554356, -0.012172902002930641, -0.012735572643578053, 0.019240595400333405, -0.03826161473989487, -0.028270775452256203, 0.01054664608091116, 0.008378305472433567, 0.010224140249192715, -0.021175634115934372, 0.02383802831172943, -0.022657791152596474, -0.006793220527470112, 0.0018578429007902741, 0.021683409810066223, 0.007973456755280495, 0.0056816027499735355, -0.028106091544032097, 0.008762568235397339, 0.007493128068745136, 0.04698987305164337, -0.016248833388090134, 0.005726204253733158, -0.010327067226171494, -0.005468885414302349, -0.0214912798255682, -0.00310155120678246, -0.004343544133007526, 0.033101510256528854, 0.012289552949368954, 0.012632645666599274, -0.015370518900454044, 0.030054854229092598, 0.013325691223144531, 0.023165568709373474, -0.009400718845427036, -0.0019659167155623436, -0.0018492655362933874, 0.002303862478584051, -0.017580030485987663, -0.0005875449278391898, -0.0295882485806942, -0.02415367215871811, 0.0033331383019685745, -0.009805567562580109, -0.009057627059519291, 0.0013123266398906708, -0.031152747571468353, 0.02080509439110756, -0.026047540828585625, 0.005060606170445681, 0.00037547125248238444, -0.015933189541101456, -0.014574545435607433, 0.02213629148900509, 0.007204930763691664, 0.03013719618320465, -0.0006720313103869557, -0.014190282672643661, 0.03222319483757019, -0.0052149975672364235, -0.02275385707616806, -0.023700790479779243, 0.01641351915895939, -0.0039043861906975508, -0.011150487698614597, 0.00943502876907587, -0.01803291216492653, -0.010759362950921059, -0.014231453649699688, 0.0018029481871053576, -0.0009683769894763827, 0.00637121731415391, 0.017442794516682625, 0.05807860195636749, 0.0314546674489975, -0.005499763879925013, 0.016550755128264427, 0.02796885557472706, -0.008892943151295185, 0.023536106571555138, 0.022122567519545555, -0.0010635850485414267, -0.022479383274912834, -0.008124416694045067, 0.0122072109952569, -7.086992991389707e-05, -0.021724581718444824, -0.02969803847372532, 0.010766224935650826, 0.01789567619562149, 0.011692573316395283, -0.007966594770550728, 0.0035784489009529352, 0.03329364210367203, -0.006731464061886072, 0.013476651161909103, 0.018801437690854073, -0.017085978761315346, -0.013270796276628971, 0.03271724656224251, 0.004439609590917826, 0.0031049819663167, -0.026404356583952904, 0.010841704905033112, -0.009037042036652565, -0.03837140277028084, -0.012447375804185867, -0.007939147762954235, 0.00215118657797575, -0.004491073545068502, -0.002876825863495469, 0.024826133623719215, -0.0031633076723665, -0.001785793574526906, -0.0147941242903471, -0.027666933834552765, -0.026129882782697678, -0.0077332924120128155, -0.0036333436146378517, 0.008618469350039959, 0.005376250483095646, -0.015425413846969604], \"0d8deb37-8cff-41c5-a776-8533b5d8d7a6\": [0.002200294751673937, 0.00750379404053092, 0.011388936080038548, -0.030576206743717194, -0.02698560804128647, 0.0062765381298959255, -0.03551328182220459, -0.016424192115664482, -0.019888561218976974, -0.027027685195207596, 0.015905238687992096, -0.0041902028024196625, 0.0005421841633506119, -0.01530213002115488, 0.004281370434910059, -0.0009178121690638363, 0.0008748582331463695, 0.0026929504238069057, 0.040310099720954895, -0.004796817898750305, -0.014060847461223602, -0.0013280663406476378, -0.02283397503197193, -0.006111735012382269, -0.03063231147825718, 0.007300420198589563, 0.0233248770236969, -0.029285835102200508, -0.0019250387558713555, -0.015203949064016342, 0.011536207050085068, -0.02713989093899727, 0.0006465009646490216, -0.04679001495242119, 0.003034828929230571, -0.023885909467935562, -0.017265738919377327, -0.020940493792295456, 0.017574306577444077, -0.003478394355624914, 0.026747168973088264, -0.01859818957746029, -0.0003030884254258126, 0.008254173211753368, -0.0020232191309332848, 0.032988641411066055, 0.03287643566727638, -0.019131168723106384, -0.020772185176610947, 0.015666799619793892, 0.013205274939537048, 0.015260051935911179, -0.048080384731292725, -0.009860125370323658, -0.015386284328997135, 0.014404479414224625, -0.010393105447292328, 0.004933569114655256, 0.0014244936173781753, -0.009537532925605774, 0.00765106501057744, -0.008106903173029423, -0.030520103871822357, -0.008366379886865616, -0.013261377811431885, 0.017588332295417786, -0.007917555049061775, 0.016564449295401573, -0.002747300313785672, -0.011781658045947552, 0.00460396334528923, 0.01118556223809719, -0.025204332545399666, -0.0022949688136577606, 0.03523276746273041, -0.005810180678963661, -0.018528059124946594, -0.004972140304744244, 0.0005763720255345106, 0.012356715276837349, 0.024615250527858734, -0.005918880458921194, -0.022455278784036636, 0.04816453903913498, 0.02223086729645729, -0.004891491960734129, 0.015372258611023426, 0.00666926009580493, -0.007756258361041546, -0.01218139287084341, 0.01921532303094864, -0.004586431197822094, 0.0052035655826330185, 0.030856722965836525, 0.022286970168352127, 0.022890077903866768, -0.002598276361823082, 0.02043556608259678, -0.004397083073854446, -0.006343160290271044, -0.017462100833654404, -0.009250003844499588, -0.02329682558774948, -0.01423616986721754, -0.034671735018491745, -0.010308951139450073, 0.025625105947256088, 0.005459536332637072, 0.04148826748132706, -0.003155801212415099, -0.013633061200380325, 0.024895764887332916, -0.014243182726204395, -0.010687646456062794, -0.025961725041270256, 0.00251412158831954, 0.007047956343740225, -0.03346551954746246, -0.03700001537799835, -0.019327528774738312, -0.011753606610000134, 0.03354967385530472, 0.008113916032016277, -0.008282224647700787, -0.01600341871380806, 0.00899753998965025, -0.0036081327125430107, 0.006504456978291273, -0.01584913581609726, -0.025849519297480583, 0.054644450545310974, 0.003779948689043522, 0.010799853131175041, 0.0037589098792523146, -0.03806597739458084, 0.01995868980884552, -0.017462100833654404, 0.011557245627045631, -0.0329044871032238, -0.021445423364639282, 0.006686792243272066, 0.02419447712600231, -0.013310468755662441, 0.003601119853556156, -0.011473090387880802, 0.01673275977373123, 0.014586814679205418, 0.02638249844312668, 0.0017970534972846508, -0.012987875379621983, -0.005519145634025335, -0.002330033341422677, 0.00028511788696050644, 0.0179950799793005, 0.0029927515424788, 0.006367705762386322, 0.01171854231506586, -0.014060847461223602, -0.006525495555251837, 0.014502660371363163, 1.5765308489790186e-05, 0.006904191803187132, 0.006080177146941423, -0.022960206493735313, 0.0024194475263357162, 0.03708416968584061, 0.014264221303164959, -0.01844390481710434, 0.014530711807310581, -0.018962858244776726, 0.018640266731381416, 0.017265738919377327, -0.013633061200380325, 0.0051649948582053185, 0.023829806596040726, 0.011466077528893948, 0.04474224895238876, 0.016816914081573486, -0.029622454196214676, -0.007419639267027378, -0.026480678468942642, 0.01005648635327816, 0.019762327894568443, 0.012412818148732185, -0.01049829926341772, 0.013513842597603798, 0.01241983100771904, 0.017405997961759567, 0.002705222927033901, -0.0016138417413458228, 0.013247352093458176, 0.014222144149243832, 0.02756066434085369, -0.011788670904934406, -0.5973861813545227, -0.015793032944202423, 0.004519808571785688, -0.018640266731381416, 0.0031996318139135838, 0.016508346423506737, 0.0057505713775753975, 0.02908947505056858, -0.02058985084295273, -0.02408226951956749, -0.0016813407419249415, 0.02056179754436016, -0.008317289873957634, 0.012300612404942513, -0.012707360088825226, -0.01402578316628933, -0.008499625138938427, -0.0033837202936410904, 0.004113060887902975, 0.03183852881193161, -0.019986741244792938, -0.006388744339346886, -0.007188213989138603, -0.005235123448073864, 0.020225180312991142, -0.0164522435516119, 0.02223086729645729, 0.005245642736554146, -0.020659979432821274, 0.011536207050085068, -0.04342382401227951, 0.017139507457613945, 0.010231808759272099, 0.00099846045486629, 0.05562625825405121, 0.0028384679462760687, -0.005193046294152737, 0.009768958203494549, 0.005918880458921194, 0.02973465994000435, -0.02103867568075657, -0.010968162678182125, 0.0026666519697755575, -0.0008713518036529422, -0.008822217583656311, 0.004954608157277107, 0.02636847272515297, -0.012630217708647251, -0.012651256285607815, -0.006167838349938393, 0.0007473112782463431, 0.000548758776858449, 0.011101407930254936, 0.009292080998420715, -0.020533746108412743, -0.025330564007163048, 0.022006453946232796, -0.014713047072291374, 0.006529001984745264, -0.011697503738105297, -0.013717216439545155, -0.002912103198468685, -0.01325436495244503, -0.014327337965369225, -0.03913193568587303, 0.018626241013407707, -0.00922195240855217, -0.014979536645114422, 0.0029156096279621124, -0.0026526262518018484, 0.0005522652063518763, 0.015428361482918262, -0.007784309796988964, -0.014572788961231709, 0.0036256650928407907, 0.030548155307769775, 0.041852936148643494, -0.01583511009812355, -0.0010352780809625983, 0.0010756022529676557, -0.013226313516497612, -0.00659562461078167, -0.02878090739250183, -0.021571654826402664, 0.013689164072275162, -0.008787153288722038, -0.008948449976742268, -0.024320708587765694, 0.009200913831591606, -0.019832458347082138, 0.013359558768570423, -0.011220626533031464, 0.0015305635752156377, -0.012700347229838371, 0.01256710197776556, 0.02897726744413376, 0.004614482633769512, 0.0022300996351987123, -0.008934424258768559, -0.01753222942352295, -0.01020375732332468, -0.0038115065544843674, -0.016368089243769646, -0.0020319854374974966, 0.028893113136291504, 0.006430821493268013, -0.00643432792276144, 0.0014648177893832326, 0.010968162678182125, -0.00685510179027915, -0.009200913831591606, -0.005434990860521793, -0.009313120506703854, -0.020295308902859688, 0.0217820405960083, -0.02847233973443508, 0.02101062424480915, 0.01256710197776556, 0.011157510802149773, 0.005883816163986921, 0.018233519047498703, 0.017420023679733276, 0.010806865990161896, -0.011080368421971798, -0.005715506616979837, -0.021557629108428955, -0.01828962191939354, 0.00184789695776999, -0.0112767294049263, 0.00030484164017252624, -0.00772820645943284, -0.00012502670870162547, 0.015891212970018387, -0.00974090676754713, 0.01600341871380806, -0.020491668954491615, 0.0035520296078175306, 0.0027087293565273285, 0.006841075606644154, -0.022749820724129677, -0.022960206493735313, -0.01615770161151886, 0.0059855030849576, 0.005697974469512701, 0.011459064669907093, -0.020814262330532074, -0.02984686754643917, -0.005624338984489441, 0.005571742542088032, -0.0029945047572255135, -0.005172007717192173, 0.007489768322557211, 0.005792648531496525, 0.008941437117755413, -0.02103867568075657, 0.002219580113887787, 0.012875668704509735, -0.016045495867729187, -0.02512017823755741, -0.0189207810908556, -0.002682431135326624, 0.030744517222046852, -9.07292851479724e-05, -0.0022125672549009323, -0.007300420198589563, -0.02984686754643917, -0.007475742604583502, 0.029987124726176262, -0.021711912006139755, -0.012384766712784767, -0.010266873054206371, -0.0005242136539891362, -0.006371212191879749, -0.005575248971581459, 0.019706225022673607, 0.01994466409087181, -0.025218358263373375, -0.011374910362064838, -0.0007346004131250083, 0.0017015028279274702, -0.017307816073298454, 0.0011930682230740786, -0.006350173614919186, -0.00460396334528923, 0.03338136523962021, 0.04123580455780029, 0.05444809049367905, 0.025036023929715157, -0.011550232768058777, 0.02650872990489006, 0.010834917426109314, 0.028290005400776863, -0.018247544765472412, -0.005245642736554146, 0.0005676058935932815, 0.033156950026750565, 0.011262703686952591, 0.000961642770562321, -0.0022528914269059896, 0.002728014951571822, 0.02922973223030567, 0.027462484315037727, -0.002629834460094571, -0.028233902528882027, 0.016830939799547195, -0.022960206493735313, -0.003276773728430271, 0.011550232768058777, 0.008667933754622936, 0.025092126801609993, 0.017448075115680695, -0.01531615573912859, -0.02880895882844925, -0.009200913831591606, 0.008738063275814056, 0.01387851219624281, -0.017434049397706985, 0.0004681105201598257, -0.015554593876004219, -0.015035639517009258, -0.007202239707112312, -0.011935941874980927, -0.015288103371858597, 0.020183101296424866, -0.019888561218976974, 0.029285835102200508, 0.015750953927636147, 0.0029927515424788, -0.013619035482406616, -0.006567573174834251, -0.018247544765472412, 0.016227832064032555, 0.016788862645626068, 0.010329989716410637, 0.011627374216914177, -0.004782792180776596, 0.027013659477233887, -0.009418313391506672, 0.028612598776817322, 0.000525090261362493, -0.016999250277876854, 0.0033837202936410904, 0.01736391894519329, -0.012223470024764538, 0.0076791164465248585, 0.018780523911118507, 0.0362987257540226, 0.01967817358672619, -0.022455278784036636, 0.014222144149243832, -0.02728014811873436, 0.03843064606189728, 0.0030733998864889145, -0.007973657920956612, 0.03523276746273041, -0.03214709460735321, -0.0026140552945435047, 0.03217514604330063, 0.021571654826402664, 0.0208563394844532, 0.0035941069945693016, 0.006879646796733141, 0.012349702417850494, 0.022174762561917305, 0.002738534240052104, 0.00981804821640253, -0.008443521335721016, -0.002608795650303364, -0.026789246127009392, -0.006441340781748295, -0.0064834184013307095, 0.0012702100211754441, -0.01380137074738741, 0.007286394480615854, 0.012987875379621983, -0.0006359816179610789, 0.01995868980884552, 0.03270812705159187, 0.0032574881333857775, -0.024489017203450203, -0.03080062009394169, -0.001251801149919629, 0.02908947505056858, 0.02984686754643917, 0.02133321575820446, -0.017279764637351036, -0.0016304972814396024, 0.02025323174893856, -0.01842987909913063, 0.011283742263913155, -0.006942762527614832, 0.03363382816314697, 0.0237877294421196, -0.011669451370835304, -0.027504561468958855, 0.007931580767035484, 0.0300432275980711, 0.006220434792339802, -0.008127941749989986, -0.01341566164046526, 0.008632869459688663, 0.014670968987047672, -0.014600840397179127, -0.014727072790265083, 0.02377370186150074, 0.013976693153381348, -0.03607431426644325, 0.017476126551628113, 0.019565967842936516, 0.0067288693971931934, -0.014376427978277206, -0.023254748433828354, -0.01873844675719738, -0.016410166397690773, -0.008436508476734161, 0.0170693788677454, -0.012111264280974865, -0.016788862645626068, 0.04345187544822693, 0.021992428228259087, 0.009986357763409615, 0.016255883499979973, -0.029678557068109512, 0.0469583235681057, -0.012602166272699833, 0.022244893014431, 0.004880972672253847, 0.019930638372898102, 0.004011373966932297, 0.005010711029171944, -0.026859374716877937, 0.004866946954280138, 0.00960766151547432, -0.007623013108968735, -0.007608987390995026, 0.010063499212265015, 0.02576536312699318, 0.013899551704525948, 0.0028069098480045795, -0.007931580767035484, -0.013296443037688732, -0.015764979645609856, -0.013808383606374264, -0.010687646456062794, 0.00898351427167654, -0.006798998452723026, 0.010715698823332787, 0.024166423827409744, 0.006784972734749317, 0.023801755160093307, 0.01143802609294653, 0.0170693788677454, 0.007384574972093105, -0.015764979645609856, 0.0012211197754368186, 0.005417458713054657, 0.010322976857423782, -0.0052421363070607185, -0.004621495492756367, 0.013394623063504696, 0.00824014749377966, 0.029145577922463417, 0.011487116105854511, -0.0022055543959140778, -0.026017827913165092, 0.022665666416287422, 0.021263087168335915, -0.00011100092524429783, 2.816114283632487e-05, 0.011101407930254936, -9.807090827962384e-05, -0.01751820370554924, -0.008170018903911114, 0.006546534597873688, 0.02864065021276474, 0.01341566164046526, -0.027364302426576614, -0.017321841791272163, -0.006465886253863573, 0.006574586033821106, -0.006129267159849405, -0.009404287673532963, 0.0178407970815897, -0.03293253853917122, 0.0029366484377533197, -0.04535938426852226, 0.0032048914581537247, -0.014670968987047672, -0.00025706630549393594, -0.014530711807310581, -0.013065016828477383, -0.02711183950304985, -0.010379079729318619, -0.018219493329524994, 0.003573068417608738, -0.014313312247395515, -0.02165580913424492, -0.015933290123939514, 0.007637038826942444, 0.013121120631694794, 0.007644051685929298, -0.014271234162151814, 0.0016734512755647302, 0.017756640911102295, -0.01044219546020031, -0.018976883962750435, -0.003367941128090024, -0.006627182476222515, 0.001842637313529849, -0.003171580145135522, 0.016858991235494614, -0.020028818398714066, 0.007002372294664383, -0.006553547456860542, 0.013275403529405594, -0.019565967842936516, 0.00951649434864521, 0.006385237909853458, 0.002729768166318536, 0.015652773901820183, 0.0057891421020030975, 0.028921164572238922, -0.0007065488607622683, -0.009635712951421738, 0.016494320705533028, -0.004323447588831186, 0.002622821368277073, 0.0022721767891198397, 0.009642725810408592, 0.0020740628242492676, -0.002959440229460597, 0.003629171522334218, -0.022960206493735313, -0.032090991735458374, 0.04353602975606918, 0.001360500929877162, 0.013590984046459198, 0.01509174332022667, -0.00306814000941813, 0.020659979432821274, 0.003850077511742711, 0.021557629108428955, -0.008927411399781704, 0.005382394418120384, -0.006718350108712912, -0.014993562363088131, 0.031922683119773865, -0.0015787772135809064, -0.0019390645902603865, 0.02530251257121563, -0.011746593751013279, -0.015891212970018387, 0.021277112886309624, -0.014825252816081047, -0.01694314554333687, 0.0038395582232624292, 0.002593016717582941, -0.01648029498755932, -0.02073010802268982, 0.002466784557327628, -0.004866946954280138, 0.027981437742710114, 0.007658077869564295, 0.003376707434654236, -0.014867329970002174, 0.00453032786026597, -0.023843832314014435, -0.012756450101733208, 0.0010624531423673034, -0.025569003075361252, -0.027504561468958855, 0.03189463168382645, 0.040169842541217804, 0.034980304539203644, 0.013240339234471321, 0.0214734748005867, -0.013233326375484467, -0.021277112886309624, -0.010848943144083023, -0.006725362967699766, -0.01677483692765236, -0.005003698170185089, 0.031109187752008438, 0.00885026901960373, 0.023198645561933517, -0.0056664166040718555, 0.004887985531240702, 0.006129267159849405, -0.00613628001883626, 0.012447882443666458, -0.016269909217953682, 0.007177694700658321, -0.030884774401783943, 0.006602637469768524, 0.018247544765472412, -0.0021406852174550295, -0.00045145489275455475, 0.005477068480104208, -0.022300995886325836, -0.0027788584120571613, -0.011234652251005173, 0.011641399934887886, -0.006329134572297335, -0.0460326224565506, -0.023801755160093307, -0.0023335397709161043, 0.004667079541832209, 0.008506637997925282, -0.007293407339602709, -0.010449208319187164, -0.00632212171331048, -0.014137989841401577, 0.051586832851171494, -0.01020375732332468, 0.04524717852473259, 0.00920792669057846, -0.0072513301856815815, 0.0009747919393703341, 0.031586065888404846, -0.007538858335465193, 0.0031207366846501827, 0.0012509245425462723, -0.0027227550745010376, 0.01872442103922367, 0.029987124726176262, 0.011395948939025402, 0.004807337187230587, -0.010862968862056732, 0.00017652763926889747, 0.010638556443154812, -0.023535264655947685, 0.029678557068109512, -0.0003331123443786055, -0.014853304252028465, -0.027813129127025604, -0.025863545015454292, 0.008478585630655289, -0.016101598739624023, 0.030351795256137848, 0.026775220409035683, -0.008724037557840347, 0.0026982100680470467, -0.020014792680740356, 0.01781274564564228, 0.00260704243555665, -0.015442387200891972, 0.035990159958601, 0.006388744339346886, 0.023661496117711067, 0.007847425527870655, 0.017616383731365204, -0.03439122065901756, -0.03220319747924805, 0.012679307721555233, -0.017265738919377327, 0.018163388594985008, 0.024166423827409744, 0.0013201768742874265, -0.009432339109480381, 0.044125113636255264, -0.011381923221051693, 0.0035327442456036806, -0.020954519510269165, 0.007328471634536982, -0.008345341309905052, 0.011143485084176064, -0.006041605956852436, -0.004035918973386288, -0.03001517616212368, 0.01586316153407097, -0.010926085524260998, 0.0012123537017032504, -0.00704444944858551, -0.0043479930609464645, -0.009158836677670479, 0.01572290249168873, -0.025639131665229797, 0.028893113136291504, 0.006578092463314533, 0.00548758776858449, 0.016999250277876854, -0.0016489061526954174, -0.01354890689253807, -0.0025176280178129673, -0.005112397950142622, 0.02559705451130867, -0.021122829988598824, -0.00968480296432972, 0.03705611824989319, 0.017377944663167, -0.027308199554681778, -0.00682003702968359, -0.00816300604492426, 0.036635346710681915, -0.0018917275592684746, 0.004260331857949495, -0.003916699904948473, 0.02621418982744217, 0.025625105947256088, 0.010238821618258953, 0.014341363683342934, -0.03837454319000244, -0.010526350699365139, -0.006248486693948507, 0.014418505132198334, 0.016410166397690773, 0.003629171522334218, -0.011192575097084045, 0.004362018778920174, -0.002547432901337743, -0.02468537911772728, -0.024250579997897148, -0.0007521326187998056, -0.024797584861516953, -0.030968928709626198, -0.01110842078924179, -0.013583971187472343, 0.0266489889472723, -0.006104722153395414, 0.00010935727914329618, 0.0010983941610902548, 0.04813648760318756, -0.02561108022928238, 0.006038099527359009, -0.011844773776829243, -0.002442239550873637, -0.030576206743717194, 0.007917555049061775, -0.004810843616724014, -0.05102580040693283, -0.0008191934321075678, -0.02789728343486786, -0.01694314554333687, -0.0046775988303124905, 0.030884774401783943, 0.01612965017557144, -0.0011501142289489508, 0.0010072265285998583, 0.06754817068576813, 0.020056869834661484, -0.00415513850748539, 0.003860596800222993, -0.020940493792295456, 0.006539521273225546, -0.04676195979118347, -0.0038150129839777946, 0.0038676096592098475, -0.018612215295433998, -0.016073547303676605, -0.015666799619793892, 0.01723768748342991, -0.020337386056780815, -0.0055086263455450535, -0.04704247787594795, 0.021739963442087173, -0.005522652063518763, -0.018528059124946594, 0.02210463397204876, -0.01089102029800415, -0.03366187959909439, -0.018990911543369293, -0.0054840813390910625, 0.01195698045194149, -0.0015752707840874791, -0.0005211455281823874, 0.015666799619793892, 0.014628891833126545, 0.034755889326334, -0.021094778552651405, -0.032231248915195465, -0.030884774401783943, -0.035990159958601, -0.04763156175613403, 0.003297812305390835, -0.006514976266771555, 0.030239589512348175, 0.020000766962766647, -0.02011297270655632, -0.02771494723856449, -0.004397083073854446, -0.021249061450362206, -0.03211904317140579, -0.006532508414238691, 0.0065219891257584095, 0.025863545015454292, 0.02440486289560795, -0.01143802609294653, 0.03980517387390137, -0.021571654826402664, 0.015077716670930386, -0.026017827913165092, -0.01920129731297493, -0.0037483905907720327, 0.02360539324581623, -0.004600456915795803, 0.00025180663214996457, -0.014811227098107338, 0.008653908036649227, 0.03248371556401253, 0.015358232893049717, -0.0026789247058331966, 0.04552769288420677, -0.006385237909853458, -0.007630025967955589, -0.023114491254091263, -0.008871307596564293, -0.03685975819826126, -0.007896516472101212, 0.011760619468986988, -0.023885909467935562, -0.009579610079526901, -0.0011781657813116908, 0.019243374466896057, -0.01901896297931671, 0.006392250768840313, -0.004256825428456068, -0.023661496117711067, 0.008632869459688663, -0.03141775354743004, -0.02468537911772728, -0.007896516472101212, -0.0187664981931448, 0.007735219318419695, 0.02375967614352703, 0.00010431676491862163, 0.038486748933792114, -0.009544545784592628, 0.009663764387369156, 0.0011606335174292326, 0.008499625138938427, -0.03032374382019043, 0.02391396090388298, -0.009214939549565315, -0.002175749745219946, -0.009951293468475342, -0.013583971187472343, 0.004733701702207327, -0.0010142395040020347, -0.014530711807310581, -0.010792840272188187, -0.015344207175076008, -0.017405997961759567, -0.010687646456062794, 5.3076085748671176e-08, -0.016199780628085136, -0.016971196979284286, 0.012889694422483444, -0.025975750759243965, 0.002757819602265954, -0.012672294862568378, -0.0189207810908556, -0.04693027213215828, -0.0007701031863689423, -0.014951485209167004, 0.009214939549565315, -0.02897726744413376, 0.00460396334528923, -0.0005461289547383785, -0.004772272892296314, 0.01476914994418621, 0.272212415933609, -0.0007534475298598409, 0.008478585630655289, 0.029369989410042763, 0.015961341559886932, -0.00011647975043160841, 0.031614117324352264, 0.020828288048505783, -0.020617902278900146, 0.027799103409051895, 0.018836626783013344, 0.013941628858447075, -0.002856000093743205, -0.006325628142803907, 0.019117143005132675, -0.017714563757181168, -0.04463004320859909, -0.01935558021068573, -0.038655057549476624, -0.020042844116687775, 0.005592781119048595, -0.01704132743179798, -0.008562740869820118, -0.012475933879613876, -0.0068025048822164536, -0.00506330793723464, -0.007875476963818073, -0.004712663125246763, 0.02272176928818226, 0.004127086605876684, -0.04465809464454651, -0.028542468324303627, -0.011830748058855534, 0.019159220159053802, -0.008443521335721016, -0.013808383606374264, 0.034222912043333054, 0.008527676574885845, 0.010659595020115376, -0.003550276393070817, 0.004102541599422693, -0.013156184926629066, -0.015358232893049717, -0.016410166397690773, -0.005904854740947485, 0.0028261954430490732, -0.019594019278883934, -0.029005320742726326, 0.013506829738616943, 0.019089091569185257, -0.020449591800570488, -0.005862777587026358, 0.021445423364639282, 0.026943529024720192, -0.011269716545939445, -0.011669451370835304, -0.007177694700658321, 0.005596287548542023, 0.01173256803303957, 0.0035485231783241034, 0.003516965080052614, 0.023717598989605904, -0.022595537826418877, -0.0008884457056410611, 0.02028128318488598, 0.02482563629746437, -0.02756066434085369, -0.027841180562973022, 0.022048531100153923, -0.028542468324303627, 0.005399926565587521, -0.013892538845539093, 0.009278055280447006, 0.011031278409063816, -0.01934155449271202, -0.025204332545399666, 0.015260051935911179, 0.008331315591931343, 0.021094778552651405, 0.04507886618375778, -0.010358041152358055, 0.00325398170389235, 0.010435182601213455, -0.021206984296441078, -0.027504561468958855, -0.021585680544376373, 0.031333599239587784, 0.004242799244821072, 0.011367897503077984, -0.019916612654924393, 0.0049966853111982346, -0.002293215598911047, -0.008871307596564293, 0.005680442322045565, 0.004284876864403486, 0.035260818898677826, -0.008141967467963696, 0.006897178944200277, -0.010834917426109314, -0.0216277576982975, -0.038627006113529205, 0.02681729756295681, 0.029201680794358253, 0.012770475819706917, -0.04098333790898323, 0.013205274939537048, -0.002873532474040985, -0.01500758808106184, -0.016704708337783813, 0.016115624457597733, -0.00997934490442276, -0.030351795256137848, 0.009292080998420715, 0.0017970534972846508, 0.016382114961743355, 0.004894998390227556, -0.009151823818683624, -0.02862662449479103, -0.010182718746364117, -0.007209252566099167, 0.019439736381173134, -0.044293422251939774, 0.001974129118025303, 0.017588332295417786, -0.013142159208655357, -0.01615770161151886, -0.0048388950526714325, 0.009782983921468258, -0.01643821783363819, -0.015288103371858597, -0.0035765748471021652, -0.01136088464409113, 0.022048531100153923, 0.030576206743717194, -0.0001907725672936067, 0.003250475274398923, 0.01454473752528429, 0.005764597095549107, -0.002959440229460597, 0.010848943144083023, 0.008569753728806973, -0.016662631183862686, 0.00480383075773716, -0.001406961353495717, 0.021978402510285378, -0.0021406852174550295, 0.00023120627156458795, 0.01530213002115488, -0.012363728135824203, -0.023212671279907227, -0.025709260255098343, -0.005168501287698746, -0.005024736747145653, 0.01476914994418621, 0.005929399747401476, -0.006192383356392384, -0.015596671029925346, -0.030744517222046852, -0.031586065888404846, 0.01164841279387474, -0.045050814747810364, -0.016536397859454155, 0.022974232211709023, -0.013920590281486511, -0.022623589262366295, -0.02589159645140171, -0.18087650835514069, 0.016382114961743355, 0.014355389401316643, -0.0447983518242836, 0.041684627532958984, 0.015736928209662437, 0.004221760667860508, 0.005659403745085001, 0.00960766151547432, -0.030660362914204597, 0.007665090728551149, -0.038458697497844696, -0.03885142132639885, -0.00012075322592863813, -0.021066727116703987, -0.009172862395644188, -0.008843256160616875, -0.00574706494808197, 0.03399850055575371, 0.011101407930254936, 0.024012140929698944, -0.03063231147825718, 0.0017602357547730207, -0.01068063359707594, 0.0017015028279274702, 0.011522181332111359, -0.005112397950142622, 0.0010843683267012239, -0.010652582161128521, -0.02622821554541588, -0.03944050148129463, 0.010344015434384346, 0.0028261954430490732, 0.0017698785522952676, 0.03394239395856857, -0.012349702417850494, -0.00251412158831954, -0.009271042421460152, -0.013317481614649296, 0.007419639267027378, 0.008857281878590584, 0.025667183101177216, 0.009341171942651272, 0.01676081120967865, 0.015610696747899055, -0.0002947605971712619, 0.000867845315951854, -0.01936960592865944, 0.016816914081573486, 0.015217974781990051, 0.0008915138314478099, -0.04538743570446968, 0.013289429247379303, 0.0028174291364848614, 0.018247544765472412, 0.01767248660326004, 0.003573068417608738, 0.013198262080550194, -0.0020845821127295494, -0.020309334620833397, 0.0006710460875183344, -0.011599322780966759, 0.006066151428967714, 0.004376044496893883, -0.016887042671442032, 0.004421628080308437, -0.008618843741714954, -0.008710011839866638, -0.01394864171743393, -0.006662247236818075, -0.016718734055757523, -0.0040464382618665695, 0.00885026901960373, 0.0007530092261731625, 0.01889272965490818, 0.0015489724464714527, -0.02638249844312668, 0.020337386056780815, 0.006571079604327679, 0.0016489061526954174, -0.017013275995850563, 0.021122829988598824, -0.011844773776829243, 0.004926556255668402, 0.0020512707997113466, 0.0344473235309124, 0.02343708463013172, -0.01005648635327816, -0.0051649948582053185, -0.015274077653884888, 0.011949967592954636, 0.008092876523733139, -0.03060426004230976, -0.012637230567634106, 0.00023361695639323443, 0.0042883832938969135, 0.009965319186449051, 0.005634858272969723, -0.023044362664222717, -0.025975750759243965, 0.017448075115680695, 0.009088707156479359, -0.02620016410946846, 0.019692199304699898, 0.030267640948295593, 0.025021998211741447, 0.030211538076400757, 0.005715506616979837, 0.05528963729739189, -0.0038886484690010548, -0.03385823965072632, 0.016354063525795937, 0.007377562113106251, 0.03596210852265358, -0.012286585755646229, 0.03141775354743004, -0.004291889723390341, -0.028233902528882027, 0.02284800074994564, -0.0038009872660040855, 0.001143977977335453, -0.015512516722083092, 0.0027262617368251085, 0.01012661587446928, 0.030716465786099434, -0.026326395571231842, -0.0758514329791069, -0.025554977357387543, 0.007959632202982903, -0.002969959517940879, 0.0063606929033994675, 0.025232383981347084, -0.008478585630655289, 0.015554593876004219, -0.003818519413471222, 0.02102464996278286, -0.022890077903866768, 0.008205083198845387, -0.0035380038898438215, -0.025232383981347084, 0.0008060442632995546, -0.0065079634077847, -0.0005233370466157794, -0.02620016410946846, -0.013759293593466282, 0.037981823086738586, -0.026270292699337006, -0.01768651232123375, 0.01325436495244503, -0.017111456021666527, 0.01779871992766857, 0.026396524161100388, -0.019159220159053802, 0.019271425902843475, 0.015498491004109383, 0.003296059090644121, 0.014004744589328766, -0.016844965517520905, 0.015582645311951637, -0.0007582689286209643, -0.00011204190377611667, 0.002161723794415593, -0.026312369853258133, -0.012931772507727146, 0.017784692347049713, -0.004817856475710869, 0.01014064159244299, 0.006413289345800877, -4.982988320989534e-05, -0.0035204715095460415, 0.0020004273392260075, -0.0189207810908556, -0.0319787859916687, 0.046846117824316025, -0.012931772507727146, -0.0036502100992947817, -0.016830939799547195, 0.004298902582377195, -0.00021849540644325316, -0.0027963905595242977, 0.028121694922447205, -0.007419639267027378, 0.023058388382196426, 0.02953829988837242, -0.0300432275980711, 0.022455278784036636, 0.0059855030849576, -0.022160736843943596, -0.013282416388392448, 0.012083211913704872, 0.005463042762130499, 0.029482197016477585, -0.020940493792295456, 0.00408150302246213, 0.01265826914459467, -0.015652773901820183, -0.02023920603096485, 0.02618613839149475, -0.014222144149243832, 0.02039348892867565, -0.019930638372898102, -0.023843832314014435, -0.000666224688757211, -0.012938785366714, 0.023563316091895103, -0.011529194191098213, -0.024503042921423912, -0.022791897878050804, 0.00021849540644325316, 0.007258343044668436, 0.02786923199892044, 0.01841585338115692, 0.009320133365690708, 0.003033075714483857, 0.02789728343486786, -0.029454145580530167, -0.01906104013323784, 0.02455914579331875, -0.0010668361792340875, 0.003043595002964139, 0.014081886038184166, 0.005543690640479326, 0.007524832617491484, -0.007573923096060753, -0.011522181332111359, 0.01659250259399414, -0.02607393078505993, -0.023423058912158012, -0.07265355437994003, 0.021417371928691864, -0.003909687045961618, 0.010400118306279182, 0.00026013446040451527, -0.010210770182311535, 0.008976501412689686, 0.002270423574373126, -0.007686129305511713, 0.011536207050085068, -0.019439736381173134, -0.014558763243258, 0.00816300604492426, 0.006599131040275097, 8.579834684496745e-05, -0.012903721071779728, 0.002775351982563734, 0.0027315213810652494, -0.0034398233983665705, 0.017938977107405663, 0.009839086793363094, -0.011557245627045631, -0.010694660246372223, 0.013597996905446053, -0.022805923596024513, -0.020449591800570488, -0.006150306202471256, 0.01409591268748045, -0.011655425652861595, -0.01409591268748045, -0.009432339109480381, -0.02223086729645729, 0.004712663125246763, 0.005298239644616842, 0.006529001984745264, -0.013093069195747375, 0.014348376542329788, 0.034811995923519135, 0.040422309190034866, 0.044405631721019745, -0.025793416425585747, -0.024292657151818275, 0.015961341559886932, -0.011416987515985966, -0.022202815860509872, -0.02698560804128647, -0.023086439818143845, 0.014642917551100254, 0.014264221303164959, -0.01980440691113472, 0.025793416425585747, -0.01340163592249155, -0.011192575097084045, -0.02209060825407505, -0.022272944450378418, -0.05565430968999863, 0.016957171261310577, 0.006914711091667414, -0.020688030868768692, -0.023268774151802063, 0.03523276746273041, 0.019692199304699898, 0.011409974656999111, -0.002866519382223487, 0.01690106838941574, -0.018990911543369293, -0.009018578566610813, -0.0002605727640911937, 0.04513496905565262, -0.034194860607385635, -0.014404479414224625, -0.0035888473503291607, 0.0027928841300308704, 0.00613628001883626, -0.01873844675719738, 0.029285835102200508, -0.0068270498886704445, 0.004162151366472244, -0.002077569253742695, 0.045611847192049026, 0.01617172732949257, 0.014965510927140713, -0.019930638372898102, 0.017854822799563408, 0.008808191865682602, 0.02831805683672428, -0.017139507457613945, 0.018822601065039635, -0.0032101511023938656, -0.004141112323850393, -0.0319787859916687, 0.00806482508778572, -0.010820891708135605, 0.030856722965836525, 0.010379079729318619, -0.004151632077991962, -0.027700921520590782, 0.011753606610000134, 0.04277864098548889, 0.019537916406989098, 0.010414144024252892, 0.002528147539123893, 0.011564258486032486, 0.005627845413982868, -0.018808575347065926, -0.0011921916157007217, -0.030576206743717194, -0.02272176928818226, 0.014390453696250916, -0.0178407970815897, -0.007693142164498568, 0.0010370314121246338, -0.03265202417969704, 0.017602358013391495, -0.02131919004023075, 0.021725937724113464, 0.002198541536927223, -0.0019408178050071, -0.02359136752784252, 0.021683860570192337, 0.00027328362921252847, 0.00589784188196063, 0.018009105697274208, -0.02465732768177986, 0.03018348664045334, 0.004025399684906006, -0.016578475013375282, -0.019594019278883934, 0.03551328182220459, -0.0086118308827281, -0.01150815561413765, 0.010077524930238724, -0.024881739169359207, -0.010954136960208416, -0.022202815860509872, 0.0181493628770113, 0.0030172965489327908, -0.005978490225970745, 0.01779871992766857, 0.07596364617347717, 0.011578284204006195, -0.008303264155983925, 0.01690106838941574, 0.02728014811873436, -0.007637038826942444, 0.005582261830568314, 0.0008380405488424003, 0.0011334585724398494, -0.01995868980884552, 0.0057505713775753975, -0.010308951139450073, -0.0018531566020101309, -0.017405997961759567, -0.034222912043333054, 0.011767632327973843, 0.008184044621884823, 0.011269716545939445, 0.0041656577959656715, 0.0030733998864889145, 0.027658844366669655, 0.0023528251331299543, 0.019453762099146843, 0.025877570733428, -0.010322976857423782, -0.004477731417864561, 0.03368993103504181, 0.02073010802268982, -0.016227832064032555, -0.03324110805988312, 0.01509174332022667, 0.01523200049996376, -0.0281918253749609, -0.019327528774738312, -0.001426246832124889, -0.005329797510057688, -0.009348184801638126, -0.0061327735893428326, 0.028570519760251045, -0.030351795256137848, 0.003783455118536949, -0.034671735018491745, -0.029201680794358253, -0.022609563544392586, 0.006960295140743256, -0.020982570946216583, -0.0046775988303124905, -0.0019250387558713555, 0.002945414511486888], \"bbdedcba-8180-4834-8b5c-531e4c48d3d8\": [-0.002773311221972108, 0.0010796469869092107, 0.01365165039896965, -0.029581986367702484, -0.02745339274406433, 0.0036943370942026377, -0.028026476502418518, -0.011563991196453571, 0.0007683743606321514, -0.0441000834107399, 0.007811663672327995, 0.005764939822256565, 0.0032287072390317917, -0.011461655609309673, -0.0007636839291080832, 2.974146082124207e-05, -0.008289232850074768, -0.010690722614526749, 0.032583847641944885, -0.02024892345070839, -0.010492872446775436, 0.019061824306845665, -0.01941658928990364, -0.011836888268589973, -0.023373588919639587, 0.0034333798103034496, 0.024437885731458664, -0.0190072450786829, 0.01466818992048502, -0.028872454538941383, 0.005986668169498444, -0.02250032126903534, 0.0012774970382452011, -0.025379380211234093, 1.0166995707550086e-05, -0.016837717965245247, -0.01994873769581318, -0.003997934516519308, 0.03072815202176571, -0.009960724040865898, 0.029909461736679077, 0.008534839376807213, -0.010315489955246449, 0.008405214175581932, 0.005642136093229055, 0.026730217039585114, 0.0114207211881876, -0.021736210212111473, -0.008705399930477142, 0.008473438210785389, 0.01791565865278244, 0.03373001515865326, -0.044755034148693085, -0.019634906202554703, -0.0031911840196698904, -0.0031673056073486805, -0.008248298428952694, -0.013883612118661404, -0.005321482662111521, -0.02449246495962143, 0.0017192482482641935, 0.010574741289019585, -0.03394833207130432, -0.01412239670753479, -0.02057640068233013, 0.016578465700149536, -0.018638834357261658, 0.01896630972623825, -0.005973023362457752, 0.014722769148647785, 0.015868933871388435, 0.005294193048030138, -0.002848357893526554, 0.012253055348992348, 0.05291464179754257, -0.0022275180090218782, 0.01164586003869772, -0.01551416888833046, 5.242065526545048e-05, -0.0016783138271421194, -0.0016322624869644642, -0.0036704586818814278, -0.015527813695371151, 0.04131653904914856, 0.023823868483304977, 0.00490190414711833, 0.0021285931579768658, 0.006955450866371393, -0.018120331689715385, -0.016128186136484146, -0.0016416433500126004, -0.010683899745345116, 0.031601421535015106, 0.02576143480837345, 0.008330167271196842, 0.02254125475883484, -0.001635673688724637, 0.019525747746229172, 0.0007696535903960466, -0.0051304553635418415, -0.023305365815758705, -0.021231351420283318, -0.049967359751462936, -0.003929710481315851, -0.042571861296892166, -0.014627255499362946, 0.03373001515865326, -0.0003769383765757084, 0.025338444858789444, 0.008466615341603756, -0.03165600076317787, 0.013706229627132416, 0.011291095055639744, -0.010868105106055737, -0.017929304391145706, -0.004233307670801878, -0.0022326349280774593, -0.0228414423763752, -0.022704992443323135, -0.003909243270754814, 0.0047586336731910706, 0.03124665468931198, 0.00485414732247591, -0.009899322874844074, 0.0007197646773420274, -0.01393819134682417, 0.023196207359433174, 0.00424354150891304, 0.008555307053029537, -0.02415134571492672, 0.04063429683446884, -0.005331716500222683, -0.0008255120483227074, -0.0016868418315425515, -0.02151789329946041, 0.011332029476761818, -0.01466818992048502, -0.00452667148783803, -0.019321076571941376, -0.02102668024599552, 0.013419687747955322, 0.025556761771440506, -0.009851565584540367, -0.0025805779732763767, 0.010131284594535828, 0.006617741659283638, 0.013180903159081936, 0.013603893108665943, -0.0002778001653496176, -0.00803680345416069, 0.01219165325164795, 0.011823243461549282, 0.0032440577633678913, 0.006283442955464125, 0.004035457968711853, 0.0038648974150419235, 0.022022752091288567, -0.0006984446081332862, 0.015145759098231792, 0.006187929306179285, 0.0007479070918634534, 0.02099939063191414, 0.011823243461549282, -0.020344438031315804, -0.0008255120483227074, 0.04128924757242203, 0.0024492465890944004, -0.010274555534124374, 0.01522762794047594, 0.008944184519350529, -0.00012141764455009252, 0.022882375866174698, -0.004335644189268351, 0.015145759098231792, 0.006921338848769665, 0.012955764308571815, 0.01615547575056553, 0.016496596857905388, -0.03725038096308708, 0.003946766257286072, -0.02265041321516037, -0.006249330937862396, 0.02181807905435562, 0.02550218254327774, -0.014913796447217464, 0.015950802713632584, -0.001852285349741578, 0.013985948637127876, -0.004966717213392258, 0.010028948076069355, 0.008009513840079308, 0.021572472527623177, 0.01922556199133396, -0.02411041036248207, -0.606921911239624, -0.008712222799658775, -0.008616709150373936, -0.02185901440680027, 0.011509411968290806, 0.004840502515435219, 0.0022548078559339046, 0.02528386563062668, -0.02895432524383068, -0.02614348940551281, 0.00959913618862629, 0.011461655609309673, -0.000340481085004285, -0.001455732504837215, -0.00867811031639576, -0.01477734837681055, 0.006126527674496174, -0.006089004222303629, 0.008746334351599216, 0.031082917004823685, -0.021722566336393356, -0.00738185178488493, -0.0019631495233625174, 0.006436947267502546, 0.017479024827480316, -0.0034521413035690784, 0.01667398028075695, 0.0018249957356601954, 0.0008694313582964242, 0.0348488911986351, -0.03416664898395538, -0.013215015642344952, -0.003793262178078294, 0.0048166243359446526, 0.04882119223475456, -0.02245938591659069, -0.0016834306297823787, 0.014149686321616173, 0.006583629176020622, 0.009387641213834286, -0.005659192334860563, -0.009367174468934536, 0.014613610692322254, -0.011256982572376728, -0.0007935320027172565, 0.006198163144290447, 0.021204061806201935, 0.005341949872672558, -0.008923717774450779, 0.0026453910395503044, -0.018693413585424423, -0.011707262136042118, 0.01870705932378769, 0.018529675900936127, -0.019443878903985023, -0.013569781556725502, 0.02149060368537903, -0.014040527865290642, -0.018393227830529213, 0.0031997121404856443, -0.014586321078240871, -0.004219662863761187, -0.014859217219054699, 0.007989046163856983, -0.03596776723861694, 0.012969409115612507, 0.009715117514133453, -0.021681630983948708, 0.026880310848355293, -0.00830287765711546, -0.014231555163860321, 0.006934983655810356, -0.005843397229909897, -0.03364814445376396, 0.01753360405564308, 0.016892297193408012, 0.038587573915719986, -0.01374716404825449, -0.0037762061692774296, -0.0017064562998712063, -0.017588183283805847, 0.0011649271473288536, -0.018584255129098892, -0.010138106532394886, 0.029581986367702484, -0.010295022279024124, -0.027439748868346214, -0.01622370071709156, 0.007511477451771498, -0.015555103309452534, 0.014995665289461613, 0.0028807641938328743, 0.013283239677548409, -0.015473234467208385, -0.01247137226164341, 0.030318807810544968, 0.01090903952717781, -0.015009310096502304, -0.01667398028075695, -0.008439325727522373, -0.006921338848769665, -0.0053044268861413, 0.004161672666668892, 0.009353529661893845, 0.016769492998719215, 0.005393118131905794, -0.0160053838044405, -0.012525951489806175, 0.034794311970472336, -0.014463517814874649, 0.0010088644921779633, 0.00044772090041078627, -0.02057640068233013, -0.013829032890498638, 0.0006374692893587053, -0.03460328280925751, 0.023837514221668243, -0.0048268577083945274, 0.01506388932466507, -0.008357456885278225, 0.009735584259033203, 0.027289655059576035, 0.011659504845738411, -0.009790163487195969, 0.01180959865450859, 0.007299982942640781, 0.00800269190222025, -0.0036977482959628105, 0.0132968844845891, -0.011761841364204884, -0.0016135008772835135, 0.02400125190615654, 0.025624986737966537, -0.0017721219919621944, 0.011604925617575645, -0.02089023031294346, 0.005638725124299526, -0.01348791178315878, 0.007484187837690115, -0.027917318046092987, -0.023782934993505478, -0.013453800231218338, 0.019252851605415344, -0.0109840864315629, -0.0029182874131947756, -0.018011173233389854, -0.034494124352931976, -0.00526008103042841, 0.0046290080063045025, -0.005270314868539572, 0.010840815491974354, -0.01656481996178627, 0.0035135431680828333, 0.01235539186745882, -0.020044252276420593, -0.011986981146037579, 0.025338444858789444, -0.008671288378536701, -0.013194547966122627, -0.004550550132989883, -0.025829657912254333, 0.03272029757499695, 0.0063584898598492146, -0.009107922203838825, -0.015541458502411842, -0.03381188213825226, -0.016059963032603264, 0.00978334154933691, -0.009210258722305298, -0.02621171437203884, -0.011966513469815254, 0.007702505216002464, -0.003912654239684343, 0.0003850399807561189, -0.004246952477842569, 0.007402318995445967, -0.04472774639725685, 0.007647925987839699, 0.021913593634963036, -0.00045710173435509205, -1.7908836525748484e-05, 0.00858259666711092, 0.002222401322796941, -0.0056114355102181435, 0.018734348937869072, 0.044154662638902664, 0.02069920301437378, 0.044564008712768555, -0.003298636991530657, 0.012396326288580894, 0.020972101017832756, 0.03195618465542793, -0.013133146800100803, 0.0008792385924607515, 0.023073403164744377, 0.023864803835749626, 0.01874799281358719, 0.004052513744682074, 0.0019836167339235544, 0.00876680202782154, 0.02794460766017437, 0.019935093820095062, 0.020003316923975945, -0.026866665109992027, 0.01937565580010414, -0.024533400312066078, -0.006106060463935137, 0.02449246495962143, 0.004427746403962374, 0.021695276722311974, 0.02110854908823967, -0.023182561621069908, -0.025938818231225014, -0.0025549940764904022, 0.012935296632349491, 0.02016705460846424, -0.006778068374842405, 0.00046562973875552416, -0.0044243354350328445, -0.008091382682323456, 0.010288200341165066, -0.015828000381588936, -0.006232275161892176, 0.02640274167060852, -0.03888775780797005, 0.010506517253816128, 0.008398391306400299, -0.00030530302319675684, -0.013726696372032166, -0.021545182913541794, -0.014108751900494099, -0.019061824306845665, 0.028108345344662666, -0.007879887707531452, -0.011011376045644283, 0.007143067196011543, 0.030673572793602943, -0.02400125190615654, 0.024478821083903313, -0.005666014738380909, -0.018611544743180275, 0.03280216455459595, 0.009742407128214836, -0.016346503049135208, 0.0067814793437719345, 0.0023690832313150167, 0.039187945425510406, 0.011932401917874813, -0.0365135595202446, 0.00820736400783062, -0.009721939451992512, 0.02490181103348732, -0.01522762794047594, -0.008125495165586472, 0.02174985595047474, -0.035776738077402115, -0.015473234467208385, 0.03127394616603851, 0.024738073348999023, 0.01982593536376953, 0.017287997528910637, -0.015282207168638706, 0.0012902889866381884, 0.01945752464234829, 0.01607360690832138, 0.01258053071796894, -0.0350944958627224, -0.013985948637127876, -0.02741245925426483, 0.0020126120653003454, 0.003083731047809124, -0.02775358036160469, -0.02013976499438286, 0.018229490146040916, 0.0052396138198673725, 0.001036154106259346, 0.016278279945254326, 0.012860249727964401, 0.0038683086168020964, -0.026675637811422348, -0.030919179320335388, -0.017328931018710136, 0.0055739120580255985, 0.04180775210261345, -0.0038819534238427877, -0.01765640638768673, -0.008855492807924747, 0.00040103000355884433, -0.01264193281531334, 0.011714085005223751, -0.009360351599752903, 0.018529675900936127, 0.02531115524470806, -0.012819315306842327, -0.024274148046970367, 0.007463720627129078, 0.030591703951358795, 0.004158261232078075, -0.01851603202521801, 0.006798535585403442, -0.0158825796097517, 0.02224106900393963, -0.008180074393749237, -0.006795124150812626, 0.026416385546326637, 0.019853224977850914, -0.03744140639901161, 0.023182561621069908, 0.007736617233604193, -0.010001658461987972, -0.0061333500780165195, -0.039433553814888, -0.02280050702393055, -0.013522024266421795, 0.013869967311620712, 0.008439325727522373, -0.005652369931340218, -0.0051304553635418415, 0.028763296082615852, -0.001995556056499481, -0.00358176720328629, 0.005324894096702337, -0.0441819503903389, 0.03621337190270424, 0.013406042940914631, 0.03826009854674339, 0.024315083399415016, 0.007702505216002464, -0.0022616302594542503, 0.02054911106824875, -0.025406669825315475, -0.0028415352571755648, 0.013774453662335873, -0.026088910177350044, -0.015636973083019257, 0.013337818905711174, 0.03171057999134064, -0.011959691531956196, -0.004584662150591612, 0.013910901732742786, -0.0019767943304032087, -0.014258844777941704, -0.006474470719695091, 5.223410698818043e-05, -0.011366141028702259, 0.013419687747955322, 0.021381445229053497, 0.029063483700156212, 0.0038819534238427877, 0.02295060083270073, 0.00916250143200159, 0.013358286581933498, 0.022322937846183777, -0.008070915937423706, 0.002210462000221014, -0.008473438210785389, 0.01032913476228714, -0.005127043928951025, -0.012212120927870274, 0.019184628501534462, 0.009919789619743824, 0.012266700156033039, 0.016360148787498474, 0.0009798691608011723, -0.005236202850937843, 0.014149686321616173, 0.029909461736679077, -0.019716776907444, 0.0033634500578045845, 0.001558068790473044, -0.005243025254458189, -0.014954730868339539, -0.008118672296404839, 0.011202403344213963, 0.0071157775819301605, 0.027248721569776535, -0.018270423635840416, -0.0010873222490772605, -0.011659504845738411, 0.0040695699863135815, 0.0032849921844899654, -0.006778068374842405, 0.016100896522402763, -0.045246247202157974, 0.006109471432864666, -0.03733224794268608, 0.01052016206085682, -0.012553241103887558, -0.016237344592809677, -0.009298950433731079, -0.0008242328767664731, -0.025188351050019264, -0.027480682358145714, -0.0070953103713691235, -0.003225296037271619, -0.001949504716321826, -0.019020888954401016, -0.0038376078009605408, 0.017779210582375526, -0.005700126755982637, 0.011482122354209423, -0.017519958317279816, 0.0016382321482524276, 0.010001658461987972, -0.013310529291629791, -0.010315489955246449, 0.010144929401576519, -0.016128186136484146, -0.008398391306400299, -0.005955967120826244, 0.01765640638768673, -0.02054911106824875, 0.012334924191236496, 0.017369866371154785, 0.010677077807486057, -0.013365108519792557, 0.006563161965459585, -0.0032781697809696198, 0.005154333543032408, 0.03503991663455963, 0.002585694892331958, 0.017069678753614426, -0.018979955464601517, -0.007470543030649424, 0.010506517253816128, -0.013099034316837788, -0.012068849988281727, -0.0016501713544130325, 0.0039808782748878, -0.00025477452436462045, 0.006726900115609169, 0.021504247561097145, -0.01630556955933571, -0.03231095150113106, 0.020194344222545624, -0.028981614857912064, 0.033184219151735306, 0.0016245873412117362, 0.000113209433038719, 0.017820144072175026, 0.0019409767119213939, 0.006924750283360481, -0.014258844777941704, -0.017642762511968613, 0.0010642965789884329, -0.0029234043322503567, 0.02490181103348732, 0.011973336338996887, -0.01170044019818306, 0.03561300039291382, 0.007579701952636242, -0.03673187643289566, 0.004342466592788696, -0.016660334542393684, 0.0007798871956765652, 0.019280141219496727, -0.005550033878535032, -0.005215735174715519, -0.029964040964841843, 0.007531944662332535, 0.011065955273807049, 0.029199931770563126, 0.003397562075406313, 0.0026812085416167974, -0.0018915142863988876, 0.00803680345416069, -0.022882375866174698, -0.003034268505871296, -0.01421791035681963, -0.030810020864009857, -0.025816014036536217, 0.024219568818807602, 0.0175472479313612, 0.03075544163584709, 0.0015930336667224765, 0.020985744893550873, 0.0012459433637559414, -0.01421791035681963, 0.009537735022604465, 0.0064096576534211636, 0.0032884033862501383, -0.005488631781190634, 0.03779617324471474, -0.0029831004794687033, 0.02099939063191414, -0.003957000095397234, 0.025420313701033592, -0.0005065642180852592, 0.0021149483509361744, 0.018952665850520134, -0.0009295538766309619, 0.0033173987176269293, -0.030919179320335388, -0.0065051717683672905, 0.029281800612807274, 0.016291923820972443, -0.014750058762729168, -0.00622545275837183, 0.0029234043322503567, 0.014490807428956032, 0.0022002283949404955, 0.02786273881793022, -0.008221008814871311, -0.04450942948460579, -0.010963618755340576, 0.007136244792491198, -0.0064608259126544, 0.00438340101391077, -0.016087252646684647, -0.033075060695409775, 0.004594895523041487, -0.02396031655371189, 0.029008904471993446, -0.02381022460758686, 0.04079803451895714, -0.01137978583574295, 0.0035305991768836975, -0.013849500566720963, 0.015800710767507553, -0.012887539342045784, -0.00629026535898447, -0.008896427229046822, -0.02854497916996479, 0.019484814256429672, 0.018802572041749954, 0.0280537661164999, 0.0015572159318253398, -0.015800710767507553, 0.00582293001934886, 0.005648958496749401, -0.0317651592195034, 0.03053712472319603, -0.006529049947857857, -0.01941658928990364, -0.02335994504392147, -0.02685302123427391, -0.01402688305824995, -0.026771152392029762, 0.015173048712313175, 0.017942948266863823, -0.0059082102961838245, 0.015391365624964237, -0.017670052126049995, 0.00610264902934432, 0.022227425128221512, 0.0034862535540014505, 0.04592848941683769, -0.008152784779667854, 0.007054375950247049, -0.0030376797076314688, 0.01990780420601368, -0.04832997918128967, -0.03921523317694664, 0.012109784409403801, -0.0009304066770710051, 0.028490399941802025, 0.015555103309452534, 0.008521194569766521, 0.010315489955246449, 0.034794311970472336, -0.004492559470236301, 0.003984289709478617, -0.022227425128221512, -0.00018793618073686957, 0.006897460203617811, 0.02235022746026516, -0.0022565133403986692, -0.011966513469815254, -0.02035808376967907, 0.007920822128653526, -0.01960761658847332, 0.0020995978266000748, -0.006685965694487095, -0.005536388605833054, -0.025925172492861748, 0.01051334012299776, 0.004959894809871912, 0.022363873198628426, 0.004202607087790966, 0.016128186136484146, 0.01896630972623825, -0.0010054532904177904, -0.02862684801220894, -0.014627255499362946, 0.010492872446775436, 0.03454870358109474, -0.03594047576189041, -0.006675731856375933, 0.02166798710823059, 0.0295546967536211, -0.02226835861802101, 0.007279515732079744, -0.011065955273807049, 0.04969446361064911, -0.03992476686835289, 0.014204265549778938, 0.0015239566564559937, 0.021872658282518387, 0.0037796173710376024, 0.001978500047698617, -0.00419578468427062, -0.04838455840945244, -0.02396031655371189, -0.03255655989050865, 0.007948111742734909, 0.018597900867462158, -0.008371101692318916, -0.026839375495910645, -0.0038478414062410593, -0.02832666225731373, -0.011993803083896637, -0.025897882878780365, -0.0010617381194606423, 0.0022087565157562494, -0.014408937655389309, -0.01656481996178627, 0.004264008719474077, 0.025024613365530968, 0.003491370240226388, -8.917108061723411e-05, 0.017342576757073402, 0.036186084151268005, -0.0160053838044405, 0.012348568998277187, -0.013208192773163319, -0.007054375950247049, -0.018788928166031837, 0.002570344367995858, -0.01127062737941742, -0.03225637227296829, -0.0017891780007630587, -0.015159403905272484, -0.0019000422907993197, -0.017247062176465988, 0.018802572041749954, 0.013112679123878479, -0.02794460766017437, 0.008528017438948154, 0.056052953004837036, 0.009271660819649696, 0.004485737066715956, 0.010342779569327831, -0.026457320898771286, 0.0023469103034585714, -0.0470200777053833, -0.003438496496528387, -0.01264193281531334, -0.001040418166667223, -0.012689690105617046, -0.004833680111914873, 0.009414930827915668, -0.03381188213825226, -0.006402835249900818, -0.021422378718852997, 0.025365734472870827, -0.012253055348992348, -0.02316891774535179, -0.0018693413585424423, -0.027712645009160042, -0.028927035629749298, -0.005318071693181992, 0.007859420962631702, 0.0038410190027207136, -2.3918422812130302e-05, -0.005911621730774641, 0.006000312976539135, 0.005488631781190634, 0.026716573163866997, -0.013562958687543869, -0.013733519241213799, -0.008186896331608295, -0.004775689914822578, -0.024847231805324554, 0.004410690627992153, -0.0017073090421035886, 0.01874799281358719, 0.007088487967848778, -0.004437980242073536, -0.023523682728409767, -0.007559234742075205, -0.012553241103887558, -0.028299372643232346, 0.004226485267281532, 0.022282004356384277, 0.010922684334218502, 0.011502590030431747, 0.00262833503074944, 0.03826009854674339, -0.0054067629389464855, 0.017383510246872902, -0.03725038096308708, -0.010718012228608131, 0.01709696836769581, -7.60592520236969e-05, 0.013460622169077396, 0.014681834727525711, -0.005341949872672558, -0.003622701857239008, 0.032283663749694824, -0.007777551654726267, 0.0020944811403751373, 0.029090773314237595, 0.000775196764152497, -0.009094277396798134, -0.02580236829817295, -0.00038120237877592444, -0.04423652961850166, 0.006880404427647591, 0.022677702829241753, -0.03864215314388275, -0.0190481785684824, -0.0017354515148326755, 0.01209613960236311, -0.007893532514572144, 0.01310585718601942, 0.0008191160741262138, -0.029882172122597694, 0.011161468923091888, -0.021272286772727966, -0.010765768587589264, -0.0045334938913583755, -0.024574333801865578, 0.01716519333422184, 0.036076925694942474, 0.01645566150546074, 0.052641745656728745, -0.0031945952214300632, 0.014681834727525711, -0.0045914845541119576, -0.006716666277498007, -0.034794311970472336, 0.023319009691476822, -0.011673149652779102, 0.02305975928902626, -0.003806906985118985, -0.013631182722747326, -0.003707981901243329, -0.00780484126880765, 0.00032001384533941746, 0.013337818905711174, -0.0021592939738184214, -0.001122287125326693, 0.003997934516519308, -0.0102336211130023, -0.02606162056326866, -0.008930539712309837, 0.004802979528903961, -0.02794460766017437, -0.018229490146040916, 0.007722972426563501, -0.002186583587899804, -0.03594047576189041, -0.0022974477615207434, -0.02211826480925083, -0.0035749447997659445, -0.008275588043034077, -0.018093042075634003, -0.01630556955933571, -0.0034896647557616234, -0.010335956700146198, 0.25674107670783997, -0.003858075011521578, 0.022172845900058746, 0.0312193650752306, 0.0030001564882695675, 0.007606991566717625, 0.02464255876839161, 0.016442017629742622, -0.015132114291191101, 0.0070066191256046295, -0.017438089475035667, 0.012157541699707508, -0.009510444477200508, 0.0043151769787073135, 0.0220091063529253, -0.03231095150113106, -0.036977484822273254, -0.0212177075445652, -0.026580125093460083, -0.011256982572376728, 0.0005312954890541732, -0.004018401727080345, -0.016360148787498474, -0.026866665109992027, 0.0014531741617247462, -0.011495767161250114, 0.002288919873535633, 0.0048677921295166016, 0.006689376663416624, -0.0026743861380964518, -0.0411800891160965, -0.016851361840963364, -0.01757453754544258, 0.019839579239487648, -0.02181807905435562, -0.020453596487641335, 0.016141831874847412, 0.0063584898598492146, 0.012287166900932789, 0.006812180392444134, 0.012150718830525875, -0.012266700156033039, -0.019539393484592438, -0.03075544163584709, 0.013617537915706635, 0.01671491377055645, -0.015432300046086311, -0.0365135595202446, 0.008343812078237534, 0.012716979719698429, -0.028817875310778618, 0.010656610131263733, 0.009189791046082973, 0.022213779389858246, 0.003540832782164216, -0.006713255308568478, 0.013522024266421795, 0.01641472801566124, 0.00888278242200613, 0.0001568089210195467, -0.004997418262064457, 0.030700862407684326, -0.024096766486763954, -0.0025635219644755125, 0.025420313701033592, 0.014136041514575481, -0.018870797008275986, -0.010479227639734745, 0.012723801657557487, -0.024574333801865578, -0.012908007018268108, 0.0017994116060435772, 0.007491010241210461, 0.013146791607141495, -0.018720703199505806, -0.03902420774102211, 0.02290966548025608, 0.04210793972015381, -0.011222871020436287, 0.05487949773669243, -0.03512178733944893, -0.01090903952717781, 0.010561096481978893, -0.018502386286854744, -0.03173786774277687, -0.02340088039636612, 0.03400291129946709, 0.0032235905528068542, -0.006733722519129515, -0.036186084151268005, 0.005655780900269747, -0.009387641213834286, -0.0028858811128884554, 0.00485414732247591, 0.0072249360382556915, 0.02325078658759594, -0.0061128828674554825, 0.010117639787495136, -0.030919179320335388, -0.007293160539120436, -0.022936955094337463, 0.026389095932245255, 0.03263842687010765, 0.01355613674968481, -0.04082532599568367, -0.016592109575867653, -0.0055739120580255985, -0.017438089475035667, 0.017779210582375526, -0.010110816918313503, 0.005976434331387281, -0.026607414707541466, -0.0012433849042281508, -0.0006029308424331248, -0.001745685120113194, 0.004707465413957834, -0.006494937930256128, -0.016592109575867653, 0.011884644627571106, -0.02385115809738636, 0.005696715787053108, -0.026675637811422348, -0.008152784779667854, 0.010595208965241909, -0.009762873873114586, -0.010772591456770897, -0.009735584259033203, 0.0020944811403751373, -0.013569781556725502, -0.01967584155499935, -0.0058877430856227875, -0.01780650019645691, 0.01447716262191534, 0.014231555163860321, -0.004509615711867809, -0.0035988232120871544, 0.004362933803349733, -0.00235714390873909, 0.002415134571492672, 0.012525951489806175, 0.007463720627129078, -0.031983476132154465, 0.043254103511571884, -0.02862684801220894, 0.03203805536031723, -0.0072044688276946545, -0.00502470787614584, 0.026907600462436676, 0.009960724040865898, -0.02843582071363926, -0.024506110697984695, 0.0005637019639834762, 0.007149889599531889, -0.01885715126991272, 0.00511681055650115, -0.01866612397134304, -0.011843710206449032, -0.01630556955933571, -0.021695276722311974, 0.0220091063529253, -0.04022495076060295, -0.0008528017206117511, 0.038178227841854095, -0.04098906368017197, -0.020985744893550873, -0.030891889706254005, -0.17410799860954285, 0.011598103679716587, 0.02057640068233013, -0.021736210212111473, 0.030509835109114647, 0.019716776907444, 0.00415143882855773, 0.0069486284628510475, 0.008732689544558525, -0.016360148787498474, 0.001998967258259654, -0.03023693896830082, -0.028217503800988197, 0.0034367910120636225, -0.0009730467572808266, -0.01877528242766857, -0.007770729251205921, 0.016059963032603264, 0.029090773314237595, 0.0024253681767731905, 0.035694871097803116, -0.02700311318039894, -0.0014642606256529689, 0.004615363199263811, -0.0069861519150435925, 0.01667398028075695, 0.017560893669724464, 0.0032116512302309275, 0.003295225789770484, -0.026361806318163872, -0.024724427610635757, -0.01641472801566124, 0.017247062176465988, 0.0004099844372831285, 0.005498865619301796, 0.006887226831167936, -0.025379380211234093, -0.00198191124945879, -0.002454363275319338, 0.00267609185539186, 0.0079617565497756, 0.03555842116475105, -0.025829657912254333, 0.02020798996090889, 0.020112475380301476, 0.007750262040644884, -0.004779100883752108, -0.02436966262757778, 0.0160053838044405, -0.0017772387946024537, 0.022554900497198105, -0.03266571834683418, 0.014163331128656864, 0.0175472479313612, 0.02149060368537903, 0.0007308510830625892, -0.026047976687550545, 0.019252851605415344, -0.0068394700065255165, -0.006569984368979931, -0.016660334542393684, -0.01937565580010414, -0.005512510426342487, 0.004223074298352003, 0.006276620551943779, 0.0018744581611827016, -0.007197646424174309, 0.0013551019364967942, -0.02205004170536995, -0.0002831301826518029, 0.006136761046946049, -0.021326866000890732, -0.006931572686880827, 0.003690925892442465, 0.01284660492092371, 0.025856949388980865, -0.01618276536464691, 0.048439137637615204, -0.00023707888612989336, 0.009769696742296219, -0.013788098469376564, -0.002872236305847764, -0.032583847641944885, 0.003728449111804366, 0.01907547004520893, 0.04300849512219429, 0.008296054787933826, -0.00490190414711833, -0.014913796447217464, -0.033593565225601196, 0.005747883580625057, -0.006566573400050402, -0.04352699965238571, -0.004362933803349733, -0.014927441254258156, 0.00811185035854578, -0.01348108984529972, -0.0019205095013603568, 0.002406606450676918, -0.005935499910265207, 0.025897882878780365, -0.010185863822698593, -0.014818282797932625, 0.005113399121910334, 0.012710156850516796, 0.004646063782274723, 0.013890434987843037, 0.023946672677993774, 0.050185676664114, 0.006904282607138157, -0.009442220441997051, 0.009387641213834286, 0.006617741659283638, 0.03244740143418312, 0.018911730498075485, 0.028463110327720642, -0.02685302123427391, -0.032993193715810776, 0.033893752843141556, 0.004420924000442028, 0.024465175345540047, -0.002479947404935956, 0.00490190414711833, -0.0036056456156075, 0.02235022746026516, -0.004857558757066727, -0.06838787347078323, -0.011318384669721127, -0.0017056034412235022, 0.0072249360382556915, -0.010103994980454445, 0.012089317664504051, -0.03869673237204552, 0.023823868483304977, 0.005621668882668018, 0.023455459624528885, -0.034794311970472336, -0.008896427229046822, -0.0003287550644017756, -0.0017601827858015895, -0.011332029476761818, 0.0021081259474158287, -0.012901184149086475, 0.003711393103003502, -0.0033344547264277935, 0.05796322971582413, -0.021831724792718887, -0.0064608259126544, -0.005713771563023329, -0.006082181818783283, 0.00026735334540717304, 0.019976027309894562, -0.030782731249928474, 0.030209649354219437, 0.00931259524077177, 6.470632797572762e-05, 0.006355078425258398, -0.01006988249719143, -0.0030939646530896425, -0.018502386286854744, 0.014831927604973316, -0.010526984930038452, -0.019689485430717468, -0.002113242633640766, 0.01915733888745308, -0.005359006114304066, -0.0054067629389464855, 0.015718841925263405, -0.006402835249900818, -0.0117345517501235, 0.009496799670159817, -0.03252926841378212, -0.008500727824866772, 0.03310235217213631, -0.01299669872969389, -0.0037591499276459217, -0.010683899745345116, -0.0007329831132665277, -0.018229490146040916, -0.007013441529124975, 0.023155272006988525, -0.009489977732300758, -0.008739512413740158, 0.024847231805324554, -0.037386827170848846, 0.02340088039636612, 0.01645566150546074, -0.01622370071709156, -0.021244997158646584, 0.031383104622364044, 0.008323345333337784, 0.030264228582382202, -0.02573414519429207, 0.022786863148212433, 0.026239003986120224, -0.03072815202176571, -0.028572268784046173, 0.03525823354721069, -0.003875131020322442, 0.029964040964841843, -0.018093042075634003, -0.016428371891379356, -0.024124056100845337, 0.015486879274249077, 0.03875131160020828, -0.012832960113883018, -0.017151547595858574, -0.005270314868539572, -0.009094277396798134, -0.009189791046082973, 0.04737484082579613, 0.032693006098270416, 0.019102759659290314, 0.008466615341603756, 0.028981614857912064, -0.03064628317952156, -0.014845572412014008, 0.025338444858789444, -0.00603783642873168, 0.003735271515324712, 0.007531944662332535, 0.01087492797523737, 0.0037659723311662674, 0.004509615711867809, -0.009544556960463524, -0.003186067333444953, -0.01585528999567032, -0.013801743276417255, -0.06391236931085587, 0.020453596487641335, 0.0020586634054780006, 0.010247265920042992, 0.0049257827922701836, -0.020453596487641335, -0.004458447452634573, -0.013972303830087185, 0.0048268577083945274, 0.031492263078689575, -0.012027915567159653, -0.023523682728409767, -0.023155272006988525, -0.004420924000442028, -0.015937158837914467, -0.012771558947861195, -0.0029762780759483576, -0.001358513138256967, 0.018584255129098892, 0.018693413585424423, 0.011229692958295345, -0.005127043928951025, -0.005805874243378639, 0.008029981516301632, -0.00443115783855319, -0.019170982763171196, 0.005307837855070829, 0.023237140849232674, -0.010076705366373062, -0.01541865523904562, 8.565327152609825e-05, -0.03345711901783943, 0.018161265179514885, 0.02610255591571331, 0.001969971926882863, -0.02974572405219078, 0.012430437840521336, 0.037878040224313736, 0.04759315773844719, 0.021695276722311974, -0.012314457446336746, -0.019430235028266907, 0.008425680920481682, -0.009756051935255527, -0.024315083399415016, -0.017219772562384605, -0.018870797008275986, 0.016250990331172943, 0.0025515828747302294, -0.002456068992614746, 0.02226835861802101, -0.0055739120580255985, 0.020112475380301476, -0.02914535254240036, -0.020221633836627007, -0.043772608041763306, 0.03441225364804268, 0.021695276722311974, -0.006286854390054941, 0.005560267250984907, 0.026416385546326637, 0.009640070609748363, 0.006095826625823975, -0.007313627749681473, 0.009319417178630829, -0.018720703199505806, 0.0028551802970469, -0.014258844777941704, 0.026648348197340965, -0.021094903349876404, 0.008780446834862232, -0.006419891491532326, -0.004820035304874182, 0.012464550323784351, -0.009694649837911129, 0.014449872076511383, 0.010963618755340576, -1.3498251973942388e-05, -0.010868105106055737, 0.03561300039291382, 0.039078786969184875, 0.010922684334218502, -0.013044455088675022, 0.0068394700065255165, 0.0020569576881825924, 0.028572268784046173, -0.0228414423763752, 0.017028745263814926, -0.0035715335980057716, -0.019785000011324883, -0.03285674378275871, 0.0040695699863135815, -0.009435398504137993, 0.01922556199133396, 0.009810631163418293, 0.0005091226194053888, -0.00822783075273037, 0.022936955094337463, 0.021313220262527466, 0.01355613674968481, 0.012150718830525875, -0.005686481948941946, -0.011536701582372189, -0.011761841364204884, -0.027739934623241425, -0.008330167271196842, -0.04729297384619713, 0.0015009311027824879, 0.008043626323342323, -0.004721110220998526, 0.00415143882855773, 0.01384267769753933, -0.047538578510284424, 0.010649788193404675, -0.01690594106912613, 0.018202200531959534, -0.02595246210694313, -0.007129422388970852, -0.011973336338996887, 0.040852613747119904, 0.005846808664500713, 0.01712425798177719, 0.022786863148212433, -0.014040527865290642, 0.010165397077798843, 0.020330794155597687, -0.04169859364628792, -0.004417513031512499, 0.03512178733944893, 0.013774453662335873, -0.0008707105880603194, 0.0018659301567822695, -0.02170892059803009, 0.0005696715670637786, -0.027739934623241425, -0.0010216564405709505, 0.00198191124945879, 0.017301641404628754, 0.03190160542726517, 0.058345284312963486, 0.019962383434176445, -0.00903287623077631, 0.027808159589767456, 0.03195618465542793, 0.007606991566717625, 0.006071948446333408, -0.006239097565412521, 0.00678830174729228, -0.02295060083270073, 0.005294193048030138, -0.00632096640765667, -0.020630979910492897, -0.017792854458093643, -0.026389095932245255, 0.009510444477200508, -0.002957516349852085, 0.016496596857905388, 0.00447891466319561, -0.0018744581611827016, 0.02516106143593788, 0.003748916322365403, 0.01348791178315878, 0.01990780420601368, -0.02185901440680027, 0.004669942427426577, 0.020876586437225342, 0.008555307053029537, -0.021640697494149208, -0.02764442004263401, -0.005570501089096069, -0.012519129551947117, -0.04628325626254082, -0.03419393673539162, 0.008739512413740158, -0.011673149652779102, 0.006065126042813063, -0.008200541138648987, 0.018379582092165947, -0.020671913400292397, 0.0020569576881825924, -0.011557169258594513, -0.04172588139772415, -0.031874317675828934, 0.006597273983061314, -0.00033131346572190523, 0.0036704586818814278, -0.010397358797490597, -0.02693489007651806], \"460ef4a3-b18b-4d1f-877a-8cfdb56df86e\": [-0.01205378957092762, 0.01642896980047226, 0.023944782093167305, -0.020119043067097664, -0.021719884127378464, 0.005124725867062807, -0.021353591233491898, -0.020512470975518227, -0.014678897336125374, -0.042625781148672104, 0.005511370021849871, 0.008146652020514011, -0.005850531160831451, -0.018803097307682037, 0.0007092708838172257, 0.007800708059221506, -0.008879240602254868, 0.007224134169518948, 0.03923416882753372, -0.001093794940970838, -0.029086466878652573, 0.021407855674624443, -0.018504636362195015, -0.002809950616210699, -0.029412060976028442, 0.010493648238480091, 0.03188115358352661, -0.013145889155566692, 0.013769945129752159, -0.020539604127407074, 0.01012735441327095, -0.020838065072894096, -0.005799656733870506, -0.050819918513298035, -0.00661364383995533, -0.0165375005453825, -0.016130506992340088, -0.0051518590189516544, 0.028516674414277077, -0.015587849542498589, 0.02889653667807579, 0.009116653352975845, -0.004534585401415825, 0.013329035602509975, 0.013057706877589226, 0.02783835306763649, -0.005769132170826197, 0.004134375136345625, -0.020933030173182487, 0.011219453066587448, 0.014217638410627842, 0.023429257795214653, -0.04845935478806496, -0.03274940699338913, -0.00421577412635088, 0.006094727199524641, -0.015058757737278938, -0.0066882590763270855, 0.005823398008942604, -0.01878953166306019, 7.021697092568502e-05, 0.0019383063772693276, -0.02123149298131466, -0.008668961003422737, -0.02783835306763649, 0.00885889120399952, -0.01727009005844593, 0.007346231956034899, 0.00034742828574962914, 0.0007949090795591474, 0.02154352143406868, 0.001085315947420895, 0.010663229040801525, 0.011321201920509338, 0.038989972323179245, -0.012250503525137901, 0.01812477596104145, -0.021055128425359726, -0.007373365107923746, -0.0035645843017846346, 0.007848190143704414, -0.015750646591186523, 0.0029829228296875954, 0.03570689260959625, -0.0016245822189375758, 0.012908476404845715, 0.010439381934702396, -0.0011718020541593432, -0.01338330190628767, -0.011972391046583652, -0.000548593292478472, 0.0008919939864426851, 0.018599601462483406, 0.004008885473012924, 0.026834435760974884, 0.04194745793938637, 0.001505875843577087, 0.02302226424217224, -0.0037341651041060686, -0.00858077872544527, -0.01854533515870571, -0.012291202321648598, -0.04192032665014267, -0.01942715421319008, -0.04395529255270958, -0.020349673926830292, 0.027974016964435577, 0.015560716390609741, 0.021367156878113747, 0.011361900717020035, -0.024582404643297195, -0.006467804312705994, 0.016374703496694565, -0.001304074889048934, -0.01983414776623249, 0.00741406437009573, -0.0007987246499396861, -0.024460306391119957, -0.017894145101308823, -0.009157353080809116, 0.006681475788354874, 0.02302226424217224, 0.01622547209262848, -0.00891315657645464, -0.0048805298283696175, -0.0028472584672272205, 0.005857314448803663, -0.012996657751500607, 0.016456102952361107, -0.01760924980044365, 0.05735894665122032, 0.016890227794647217, 0.019277922809123993, -0.003025318030267954, -0.0033712624572217464, 0.015533584170043468, 0.0069867209531366825, 0.0061761257238686085, -0.03147416189312935, -0.0341060534119606, 0.018328271806240082, 0.029276397079229355, -0.02547779120504856, 0.003710423829033971, 0.0012099576415494084, 0.014800995588302612, 0.028516674414277077, 0.026902267709374428, -0.00105394353158772, -0.013946309685707092, 0.012840643525123596, 0.014434701763093472, 0.026088280603289604, 0.011341551318764687, 0.004276822786778212, 0.006908713839948177, 0.019793448969721794, -0.014529666863381863, 0.002084145788103342, -0.01258288137614727, 0.033861856907606125, 0.017649950459599495, 0.0044633615761995316, -0.004904271103441715, 0.007366581819951534, 0.02635961025953293, -0.009333716705441475, -0.01611694134771824, 0.01566924899816513, -0.011205886490643024, 0.008750359527766705, 0.010568263940513134, -0.008180568926036358, 0.009618612006306648, 0.010100221261382103, 0.003517101751640439, 0.03747053071856499, 0.004850005265325308, -0.044308021664619446, 0.006837490014731884, -0.017731348052620888, -0.013457916676998138, 0.030904369428753853, 0.017894145101308823, -0.009001338854432106, 0.010154486633837223, 0.00986959133297205, 0.0035883255768567324, 0.0022588137071579695, 0.006905322428792715, 0.02465023659169674, 0.00762434396892786, 0.009950989857316017, -0.014706030488014221, -0.6194983124732971, -0.009449031203985214, -0.007780358195304871, -0.019874846562743187, 0.004788956604897976, 0.01630687154829502, 0.003924095071852207, 0.009564346633851528, -0.018084075301885605, -0.027160029858350754, 0.008777492679655552, 0.005721649620682001, 0.013959875330328941, -0.000847055169288069, -0.01694449409842491, -0.008926723152399063, 0.006695042364299297, -0.010425816290080547, 0.013091622851788998, 0.013973441906273365, -0.022330375388264656, -0.008628261275589466, 0.004276822786778212, -0.014963792636990547, 0.006267699413001537, -0.0022435514256358147, 0.017215823754668236, 0.006864623166620731, 0.0015330087626352906, 0.026712337508797646, -0.038881443440914154, -0.004141158424317837, -0.00221472280099988, -0.003376350039616227, 0.04813376069068909, -0.015207989141345024, -0.012501482851803303, 0.01569638028740883, 0.01077176071703434, 0.008336583152413368, 0.003101629437878728, 0.0018229915294796228, 0.017568551003932953, -0.0175956841558218, 0.000900473038200289, 0.00397157808765769, 0.019549252465367317, 0.01151113212108612, -0.011850292794406414, 0.005609726533293724, -0.007732875645160675, -0.016985192894935608, 0.02304939553141594, 0.009767843410372734, -0.012379384599626064, -0.02005121111869812, 0.014746730215847492, -0.014000575058162212, -0.019115125760436058, 0.0010098525090143085, 0.004144550301134586, -0.006572944577783346, -0.015126590617001057, -0.002999881049618125, -0.025409959256649017, 0.011972391046583652, -0.0032525560818612576, -0.017582116648554802, 0.014719597063958645, -0.0165375005453825, -0.015750646591186523, 0.01843680441379547, -0.0038528714794665575, -0.027444925159215927, 0.014800995588302612, 0.0103986831381917, 0.04672284796833992, -0.01402770821005106, -0.023185061290860176, 0.005528328008949757, -0.015018058940768242, 0.003013447392731905, -0.023551354184746742, 0.0008674048003740609, 0.020214008167386055, 0.002499618101865053, -0.016673166304826736, -0.009428681805729866, 0.007251266855746508, -0.008662177249789238, -0.0012286115670576692, 0.0012786377919837832, 0.00858756247907877, -0.02922213077545166, -0.005192558281123638, 0.028950801119208336, 0.006111685186624527, -0.019142258912324905, -0.0135935815051198, -0.008465464226901531, 0.0007164780981838703, -0.022221842780709267, -0.003781647654250264, 0.020770233124494553, 0.02218114398419857, 0.008133086375892162, -0.022425340488553047, -0.012216586619615555, 0.03725346922874451, -0.015574282966554165, -0.020431071519851685, 0.006169342435896397, -0.010547913610935211, -0.016483236104249954, 0.006067594047635794, -0.028299612924456596, 0.007977072149515152, -0.0003260187222622335, 0.012671062722802162, -0.011212670244276524, 0.023592054843902588, 0.015940576791763306, 0.010961690917611122, -0.03158269450068474, 0.003713815240189433, -0.0072851828299462795, 0.007095252629369497, 0.01216910406947136, 0.005823398008942604, -0.025125063955783844, -0.0005240041064098477, -0.00026242597959935665, 0.014950226061046124, 0.0021689359564334154, 0.016605332493782043, -0.02485373429954052, -0.0026675029657781124, 0.0009776322403922677, 0.025342125445604324, -0.030958635732531548, -0.012508265674114227, -0.008438331075012684, 0.011728194542229176, -0.01992911286652088, 0.0004722820012830198, 0.0022554220631718636, -0.04818802699446678, -0.010161270387470722, -0.004276822786778212, -0.0005562243750318885, 0.0025725378654897213, -0.009198051877319813, 0.010371549986302853, 0.010371549986302853, -0.007251266855746508, 0.0005405381671153009, 0.018843797966837883, -0.02838101051747799, -0.01630687154829502, -0.030958635732531548, -0.02067526802420616, 0.031935419887304306, 0.0007249570917338133, -0.01896589621901512, -0.016700297594070435, -0.02965625748038292, -0.006647559814155102, 0.011952041648328304, -0.021896248683333397, -0.021597785875201225, -0.014461833983659744, 0.013003441505134106, -0.01514015719294548, -0.0018840405391529202, 0.004371787887066603, 0.017649950459599495, -0.03850158303976059, 0.006993504241108894, 0.008316232822835445, -0.011646796017885208, -0.002636978402733803, 0.009896724484860897, 0.0020180093124508858, 0.0022537263575941324, 0.025450658053159714, 0.024134712293744087, 0.019969811663031578, 0.03019891493022442, -0.011382250115275383, 0.02889653667807579, 0.020200442522764206, 0.04731977358460426, -0.012182670645415783, 0.015642115846276283, 0.014787429012358189, 0.022900165989995003, 0.00975427683442831, -2.2919879484106787e-05, 0.003540843026712537, 0.008200918324291706, 0.03755192831158638, 0.019888414070010185, 0.0007258050027303398, -0.02763485535979271, 0.022791633382439613, -0.027892619371414185, -0.012060573324561119, 0.015357219614088535, 0.011673929169774055, 0.005918363109230995, 0.023917648941278458, -0.027377093210816383, -0.020756667479872704, -0.00621343357488513, 0.0002270260447403416, 0.02965625748038292, -0.015018058940768242, -0.01131441816687584, -0.0048364391550421715, -0.0007317403214983642, 0.002704810816794634, -0.017215823754668236, -0.006142209749668837, 0.04278858006000519, -0.03825738653540611, 0.015235122293233871, 0.00048669634270481765, -0.006508503574877977, -0.022371074184775352, -0.012976308353245258, -0.0038325218483805656, -0.0017789006233215332, 0.022425340488553047, 0.007875323295593262, -0.009543996304273605, 0.007034203503280878, 0.03435024991631508, -0.01739218644797802, 0.019494986161589622, -0.011802810244262218, -0.01152469776570797, 0.018640300258994102, 0.0011734977597370744, -0.014583932235836983, 0.024826601147651672, 0.0001201902559841983, 0.015574282966554165, 0.014475400559604168, -0.019752750173211098, 0.011110921390354633, 0.0005909884348511696, 0.012820294126868248, -0.0282453466206789, -0.0012320030946284533, 0.030415978282690048, -0.022479604929685593, 0.000783886353019625, 0.026061147451400757, 0.0056470343843102455, 0.01033763401210308, 0.0067459167912602425, -0.023768417537212372, -0.006037069484591484, 0.0076853930950164795, 0.03432311490178108, 0.022750934585928917, -0.018491068854928017, -0.02867947332561016, -0.0287880040705204, 0.0025589712895452976, 0.017785614356398582, -0.01845037005841732, -0.004941578954458237, 0.018830230459570885, 0.018287573009729385, -0.006257524248212576, 0.01568281464278698, 0.01910156011581421, 0.013776728883385658, -0.007020637392997742, -0.03584255650639534, -0.015316520817577839, -0.003520493395626545, 0.04327697306871414, -0.004192032851278782, -0.010717494413256645, -0.008038121275603771, 0.026061147451400757, -0.006861231289803982, -0.006145601160824299, -0.006545811425894499, 0.026373175904154778, 0.028842270374298096, -0.0007898216717876494, -0.03934270143508911, 0.03288507089018822, 0.019793448969721794, 0.01264393050223589, -0.01353931613266468, 0.008200918324291706, -0.0029422235675156116, 0.005799656733870506, -0.011952041648328304, -0.015994843095541, 0.02219470962882042, 0.01577777974307537, -0.026522407308220863, 0.023931216448545456, 0.007149518467485905, 0.009130219928920269, -0.010751410387456417, -0.036846473813056946, -0.021570652723312378, -0.000953890907112509, -0.0014804387465119362, 0.01727009005844593, -0.008119519799947739, 0.0026234120596200228, 0.03955976292490959, 0.00522647425532341, 0.0012888126075267792, 0.00701385410502553, -0.03060590848326683, 0.034078918397426605, -0.014176938682794571, 0.023741284385323524, 0.007447980344295502, 0.0026318910531699657, 0.00013767826021648943, 0.003880004398524761, -0.019440721720457077, -0.0007796468562446535, -0.01082602608948946, -0.03464870899915695, -0.038365915417671204, -0.01088707521557808, 0.033780455589294434, -0.006840881891548634, 0.01598127745091915, 0.008791058324277401, -0.005084026604890823, -0.01328155305236578, -0.013403651304543018, -0.016062675043940544, 0.005155250430107117, 0.0059454962611198425, 0.013057706877589226, 0.04395529255270958, 0.00826875027269125, 0.019033728167414665, 0.010785326361656189, 0.00980854220688343, 0.015655681490898132, -0.025627020746469498, 0.022262541577219963, -0.008736792951822281, 0.013464700430631638, 0.0007313163951039314, -0.007977072149515152, 0.02334785833954811, 0.014448268339037895, -0.0018772573675960302, 0.019020160660147667, 0.0019349147332832217, -0.018803097307682037, 0.009950989857316017, 0.02091946452856064, -0.0014846782432869077, -0.008811408653855324, 0.00584035599604249, 0.007800708059221506, -0.008221267722547054, -0.0020298799499869347, 0.018111208453774452, 0.014204071834683418, 0.02732282690703869, -0.01835540495812893, -0.01716155745089054, -0.006973154842853546, 0.011958824470639229, 0.007095252629369497, -0.00965252798050642, 0.014773862436413765, -0.04493207857012749, 0.00843154825270176, -0.04031948745250702, 0.005820006597787142, -0.012915259227156639, -0.01695806160569191, -0.021055128425359726, -0.008194134570658207, -0.007102035917341709, -0.017229389399290085, -0.02304939553141594, -0.014421135187149048, -0.0001781656319508329, -0.018721699714660645, -0.012806727550923824, 0.01429903693497181, 0.0034730108454823494, 0.01760924980044365, -9.76678347797133e-05, -0.004968711640685797, 0.00378503929823637, -0.006033678073436022, -0.0034933604765683413, 0.0017263306071981788, -0.029574858024716377, 0.004860180430114269, -0.005423187743872404, 0.023700585588812828, -0.024908000603318214, 0.0019467853708192706, 0.008221267722547054, 0.015574282966554165, -0.013295119628310204, 0.020648134872317314, -0.008377281948924065, -0.008831758052110672, 0.03776899352669716, 0.004805914591997862, 0.0032457727938890457, -0.01963065192103386, -0.02110939472913742, 0.002311383606866002, -0.011375467292964458, -0.0036629410460591316, -0.00474147405475378, -0.007529378868639469, -0.011077005416154861, 0.0095982626080513, 0.019752750173211098, -0.010215535759925842, -0.020824499428272247, 0.011870642192661762, -0.028299612924456596, 0.026739470660686493, -0.005141683854162693, 0.018911629915237427, 0.033780455589294434, 0.006712000351399183, 0.005324831232428551, -0.009822108782827854, -0.0036527663469314575, -0.00024059248971752822, -0.008139869198203087, 0.010812459513545036, 0.022330375388264656, -0.0030151433311402798, 0.030036117881536484, -0.0029507025610655546, -0.027689121663570404, 0.01429903693497181, -0.008757142350077629, 0.016469668596982956, 0.016279738396406174, -0.0202818401157856, -0.0032322064507752657, -0.017527852207422256, 0.001559293712489307, 0.012745678424835205, 0.024175411090254784, 0.00971357710659504, 0.010222319513559341, 0.007719309534877539, 0.004914446268230677, 0.0008016923093236983, 0.015709947794675827, -0.010914208367466927, -0.026820868253707886, -0.04129626974463463, 0.03668367862701416, 0.010412249714136124, 0.036303818225860596, 2.6629455533111468e-05, 0.012603230774402618, -0.014095540158450603, 0.0017517677042633295, 0.006349097937345505, -0.004195424262434244, 0.003510318696498871, -0.02326645888388157, 0.031067168340086937, 0.005138292443007231, 0.012447216548025608, -0.011327984742820263, 0.02922213077545166, -0.005453712306916714, -0.00794315617531538, 0.028218213468790054, -0.0303888451308012, 0.012013090774416924, -0.03255947679281235, 0.0031779406126588583, 0.01524868793785572, 0.0031440244056284428, -0.025830518454313278, -0.004232732113450766, 0.007732875645160675, 0.005616509821265936, -0.014448268339037895, 0.030226048082113266, -0.010079871863126755, -0.04341263696551323, -0.027553457766771317, 0.0022265934385359287, -0.013173021376132965, 0.00815343577414751, -0.00949651375412941, -0.022913731634616852, -0.0033712624572217464, -0.009401548653841019, 0.03217961639165878, -0.016998760402202606, 0.039939623326063156, 0.0032372938003391027, 0.014176938682794571, -0.02645457535982132, 0.0014846782432869077, -0.01952211931347847, -0.013247637078166008, -0.006223608274012804, -0.011226235888898373, 0.00868252757936716, 0.023198626935482025, 0.029900452122092247, 0.009917073883116245, -0.03028031438589096, 0.01018161978572607, 0.0015313129406422377, -0.030795838683843613, 0.01258288137614727, 0.0013914088485762477, -0.03231528028845787, -0.018165474757552147, -0.03242381289601326, -0.023619187995791435, -0.03394325450062752, 0.0186538677662611, 0.025979749858379364, 0.0008203461766242981, 0.00981532596051693, -0.016551068052649498, 0.007665043696761131, -0.006108293309807777, 0.00648476229980588, 0.03266800940036774, 0.0034441822208464146, 0.016483236104249954, -0.01140938326716423, 0.022357506677508354, -0.03917990252375603, -0.06099475175142288, 0.017677083611488342, -0.0017551593482494354, 0.03497430309653282, 0.028001150116324425, 0.010975256562232971, 0.002399565652012825, 0.033753324300050735, -0.023931216448545456, 0.013932743109762669, -0.028191080316901207, 0.0006435583927668631, 0.008872457779943943, 0.007230916991829872, 0.008621478453278542, -0.021285757422447205, -0.02260170318186283, 0.002720072865486145, -0.013932743109762669, 0.014475400559604168, -0.0013159455265849829, -0.011321201920509338, -0.012101272121071815, 0.012399733997881413, -0.0093404995277524, 0.03464870899915695, 0.014855260960757732, -0.0013829298550263047, 0.00310502084903419, 0.003713815240189433, -0.028516674414277077, -0.011714628897607327, 0.012230153195559978, 0.03274940699338913, -0.030008984729647636, -0.01328155305236578, 0.025776252150535583, 0.04205599054694176, -0.026603806763887405, -0.006691650953143835, -0.013057706877589226, 0.04289711266756058, -0.031094299629330635, 0.00680018262937665, -0.0032271191012114286, 0.023646319285035133, 0.003723990172147751, 0.016021976247429848, -0.0034679234959185123, -0.04189319536089897, -0.00868252757936716, -0.018504636362195015, 0.0103918993845582, 0.03489290550351143, 0.0025471006520092487, -0.021733451634645462, 3.3783635444706306e-05, -0.015927011147141457, -0.022574570029973984, -0.01992911286652088, 0.013790295459330082, 0.0023520831018686295, -0.015560716390609741, -0.013457916676998138, -0.018368972465395927, 0.014841695316135883, -0.00901490543037653, 0.01285421010106802, 0.00805168692022562, 0.025043664500117302, -0.036222416907548904, 0.020105477422475815, -0.026264645159244537, 0.003110108431428671, -0.034621577709913254, 0.002036663005128503, 0.022099744528532028, -0.024880867451429367, -0.0025589712895452976, -0.007278399541974068, -0.018368972465395927, -0.015180855989456177, 0.007990638725459576, 0.00424290681257844, -0.02325289323925972, -0.003964794799685478, 0.046858515590429306, 0.0010547913843765855, 0.000998829840682447, 0.006393189076334238, -0.021353591233491898, 0.007522596046328545, -0.05963810905814171, 0.003188115544617176, -0.0069595882669091225, -0.013878476805984974, -0.008879240602254868, -0.03209821879863739, 0.010324067436158657, -0.02881513722240925, -0.0050501106306910515, -0.04544760286808014, 0.0234835222363472, 0.0003518797748256475, -0.023497089743614197, 0.004850005265325308, -0.023415690287947655, -0.026413876563310623, -0.009211618453264236, 0.00949651375412941, 0.0006227847770787776, -0.0021655443124473095, 0.007332665380090475, 5.8452314988244325e-05, 0.0018145125359296799, 0.005474062170833349, -0.015302954241633415, -0.020729534327983856, -0.006630601827055216, -0.01076497696340084, -0.03155555948615074, 0.006237174849957228, 0.0008220419986173511, 0.01600840874016285, -0.005100984591990709, -0.016049109399318695, -0.025532055646181107, 0.00047101013478823006, -0.015737080946564674, -0.023700585588812828, 0.009299800731241703, 0.016347570344805717, 0.0032491644378751516, 0.024568838998675346, 0.0043955291621387005, 0.04403669387102127, -0.005284131970256567, 0.024270376190543175, -0.03052450902760029, -0.0007525139371864498, 0.011924908496439457, -0.007339448668062687, 0.008492596447467804, 0.020241141319274902, -0.009557562880218029, -0.006410147063434124, 0.022588137537240982, -0.00624056626111269, 0.008024554699659348, 0.015479317866265774, -0.010927774012088776, -0.014855260960757732, -0.020390372723340988, 0.0020756665617227554, -0.026848001405596733, -0.00535535579547286, 0.019169392064213753, -0.031745489686727524, -0.027974016964435577, -0.0012235241010785103, 0.006098118610680103, -0.012684629298746586, 0.01488239411264658, -0.009082737378776073, -0.022737368941307068, 0.020241141319274902, -0.01675456389784813, -0.015262254513800144, -0.0001348165824310854, -0.007929589599370956, 0.015533584170043468, 0.031609825789928436, 0.01082602608948946, 0.04289711266756058, -0.004331088624894619, 0.006135426461696625, 0.0012430258793756366, -0.006620427127927542, -0.013308686204254627, 0.012060573324561119, 0.013376518152654171, 0.033319197595119476, 0.01717512495815754, -0.01077176071703434, -0.008804624900221825, -0.011077005416154861, -0.0037680810783058405, 0.021082261577248573, 0.004605809226632118, 0.008316232822835445, 0.011443299241364002, -0.0015067236963659525, -0.01727009005844593, -0.022425340488553047, 0.014204071834683418, -0.030768705531954765, -0.02334785833954811, 0.008010988123714924, 0.0010268106125295162, -0.03017178177833557, -0.00596923753619194, -0.012101272121071815, -0.002497922396287322, -0.010853159241378307, -0.015628548339009285, -0.0017822921508923173, -0.0005172208766452968, -0.011531481519341469, 0.2517932951450348, -0.02176058292388916, 0.016659598797559738, 0.01488239411264658, 0.0024402649141848087, -0.009062387980520725, 0.023768417537212372, 0.024446740746498108, -0.02292729914188385, 0.023103661835193634, -0.009828892536461353, 0.01686309650540352, -0.02218114398419857, -0.0025674505159258842, 0.0135935815051198, -0.04778103157877922, -0.03030744567513466, -0.022547436878085136, -0.018084075301885605, -0.00035442347871139646, 0.007732875645160675, -0.004093675874173641, -0.018816664814949036, -0.02740422636270523, 0.006562769412994385, -0.01888449676334858, 0.004141158424317837, 0.0075972112827003, -0.004446403589099646, -0.0006689954898320138, -0.022208277136087418, -0.01876239851117134, -0.019386455416679382, 0.023293592035770416, -0.02475876919925213, -0.02271023578941822, 0.020878763869404793, 0.013159455731511116, 0.016361137852072716, 0.01566924899816513, 0.014095540158450603, 0.013017007149755955, 0.004202207550406456, -0.002713289810344577, 0.018531769514083862, 0.02003764547407627, -0.029819054529070854, -0.03220674768090248, -0.011368684470653534, 0.015221555717289448, -0.015574282966554165, 0.0023554747458547354, 0.017012326046824455, 0.024365341290831566, 0.005019586067646742, -0.018640300258994102, 0.0029608774930238724, 0.007251266855746508, -0.0032271191012114286, 0.008160218596458435, -0.013681763783097267, 0.03255947679281235, -0.018640300258994102, -0.008499380201101303, 0.02892366796731949, 0.0202547088265419, -0.024880867451429367, -0.01982058212161064, 0.014773862436413765, -0.017785614356398582, -0.012019873596727848, -0.0023605620954185724, 0.006569552700966597, 0.0111923199146986, -0.007922805845737457, -0.020946597680449486, 0.019169392064213753, 0.03239667788147926, 0.007848190143704414, 0.05833572894334793, -0.03285793960094452, -0.01152469776570797, -0.0060743773356080055, -0.010201969183981419, -0.011694278568029404, -0.01610337384045124, 0.031012902036309242, 0.01296952459961176, 0.00458545982837677, -0.017663516104221344, 0.0009352370398119092, -0.019006595015525818, -0.0017356575699523091, 0.02356492169201374, 0.027689121663570404, 0.000264333764789626, 0.0037782560102641582, 0.012915259227156639, -0.029384927824139595, -0.029819054529070854, -0.028299612924456596, 0.02710576541721821, 0.03217961639165878, 0.008343365974724293, -0.03559836000204086, -0.02227610908448696, -0.018626734614372253, -0.009984905831515789, 0.010961690917611122, -0.0043785711750388145, -0.0023436041083186865, -0.04748256877064705, -0.0033593918196856976, -0.006572944577783346, 0.02036323957145214, 0.010622529312968254, -0.013634281232953072, -0.0207973662763834, 0.004086892586201429, -0.02037680521607399, -0.010697145015001297, -0.033075001090765, -0.007305532693862915, 0.02163848653435707, 0.012827076949179173, -0.017975544556975365, -0.02196408063173294, 0.01908799260854721, 0.0020773625001311302, -0.01729722134768963, -0.0024623104836791754, -0.019372887909412384, 0.016930928453803062, 0.01718869060277939, -0.016049109399318695, 0.013580014929175377, 0.014421135187149048, 0.002296121558174491, 0.012671062722802162, -0.008465464226901531, 0.014190505258738995, -0.044335152953863144, 0.02805541642010212, -0.01995624601840973, 0.04224592074751854, 0.0015321607934311032, 0.005925146397203207, 0.02281876653432846, 0.013261203654110432, -0.034920040518045425, -0.016279738396406174, -0.001245569554157555, 0.014014141634106636, -0.007692176382988691, 0.0025165763217955828, -0.030470244586467743, -0.012026656419038773, -0.02089233137667179, -0.0023317334707826376, 0.0103918993845582, -0.024501007050275803, -0.022533871233463287, 0.03467584401369095, -0.014760295860469341, -0.020539604127407074, -0.03584255650639534, -0.1728908270597458, 0.024121146649122238, 0.03293933719396591, -0.0277433879673481, 0.015221555717289448, 0.009245534427464008, 0.0036561579909175634, -0.004015668760985136, 0.005552069284021854, -0.004904271103441715, 0.006525462027639151, -0.03757906332612038, -0.02697009965777397, 0.005653817672282457, -0.00048033706843852997, -0.02709219790995121, 0.0011514523066580296, 0.009591478854417801, 0.030877238139510155, -0.005100984591990709, 0.027919750660657883, -0.017961978912353516, 0.001906085992231965, 0.004286997951567173, 0.00575556606054306, 0.016605332493782043, -0.0037579063791781664, 0.008662177249789238, -0.002096016425639391, -0.026848001405596733, -0.01365463063120842, -0.0036697243340313435, 0.00815343577414751, -0.016035541892051697, 0.013566448353230953, -0.0037511230912059546, -0.007692176382988691, -0.0014346519019454718, -0.001057335059158504, -0.006589902564883232, 0.013044140301644802, 0.04105207324028015, -0.02155708707869053, 0.018151909112930298, 0.01258288137614727, 0.016768131405115128, -0.004504060838371515, -0.025016531348228455, 0.017242956906557083, -0.006847665179520845, 0.01045973226428032, -0.03928843513131142, 0.011497565545141697, 0.025233594700694084, 0.03551696240901947, -0.004066543187946081, -0.019047293812036514, 0.007135951891541481, -0.008994555100798607, -0.0026505449786782265, -0.01109735481441021, -0.024663804098963737, 0.0028693038038909435, -0.008560429327189922, -0.010927774012088776, 0.008004204370081425, -0.021068694069981575, 0.010948124341666698, -0.019332189112901688, -0.012752462178468704, -0.01492309384047985, -0.014516100287437439, 0.010622529312968254, -0.008146652020514011, 0.01686309650540352, 0.018274007365107536, -0.017147991806268692, 0.018504636362195015, 0.00040084615466184914, 0.0076582604087889194, -0.014868827536702156, 0.006929063703864813, -0.044199489057064056, 0.008967422880232334, 0.01887092925608158, 0.03475724160671234, -0.0008339126361533999, 0.004636333789676428, -0.0020875371992588043, -0.016890227794647217, 0.021733451634645462, -0.019698483869433403, -0.019128693267703056, -0.009767843410372734, 0.0007694720407016575, 0.002903220010921359, -0.0009776322403922677, 0.006868014577776194, -0.009510080330073833, 0.0019332189112901688, 0.021299324929714203, -0.009401548653841019, -0.022466039285063744, -0.01008665468543768, -0.002898132661357522, 0.011958824470639229, 0.020661700516939163, 0.00981532596051693, 0.05366887152194977, -0.00302870967425406, -0.01684952899813652, 0.011667146347463131, -0.009686443954706192, 0.022425340488553047, 0.01941358856856823, 0.016469668596982956, -0.0064576296135783195, -0.02859807386994362, 0.02570842020213604, -0.011545048095285892, 0.006454238202422857, -0.02441960759460926, -0.005942104384303093, 0.01088029146194458, 0.010819243267178535, -0.009476164355874062, -0.0639251098036766, -0.004748256877064705, 0.0057759154587984085, 0.0255863219499588, -0.013532532379031181, 0.020566735416650772, -0.020200442522764206, 0.03340059518814087, -0.004042801912873983, 0.03217961639165878, -0.02580338530242443, -0.015601416118443012, -0.002692940179258585, 0.00685444800183177, 0.0012879647547379136, -0.0013159455265849829, 0.002616628771647811, -0.0015567500377073884, -0.01964421756565571, 0.04799809679389, -0.024663804098963737, -0.0016584983095526695, 0.002504705684259534, -0.016564633697271347, -0.011619663797318935, 0.011436516419053078, -0.019250791519880295, 0.0229408647865057, 0.004924620967358351, -0.004273431375622749, 0.01168749574571848, -0.01103630568832159, 0.0043683964759111404, -0.027702689170837402, 0.021380722522735596, -0.021936947479844093, -0.01060896273702383, -0.019888414070010185, 0.013267986476421356, -0.00042437546653673053, -0.006806965451687574, 0.019712049514055252, -0.024826601147651672, -0.01577777974307537, 0.021204359829425812, -0.022466039285063744, -0.025450658053159714, 0.021719884127378464, -0.012013090774416924, -0.008275534026324749, -0.0033712624572217464, 0.0018416454549878836, 0.0024589188396930695, -0.002989706117659807, 0.029412060976028442, 0.008750359527766705, 0.002806558972224593, 0.02697009965777397, -0.023700585588812828, 0.022126877680420876, 0.004961928818374872, -0.02015974372625351, -0.01433973666280508, 0.02005121111869812, 0.01781274750828743, 0.039098504930734634, -0.01492309384047985, 0.009428681805729866, 0.017460020259022713, -0.00923196878284216, -0.032071083784103394, 0.02678016945719719, -6.86271523591131e-05, 0.04341263696551323, -0.004805914591997862, -0.007108819205313921, -0.03329206630587578, 0.003988536074757576, 0.027974016964435577, -0.012033440172672272, -0.0033254758454859257, -0.008241618052124977, -0.00953721348196268, -0.010520781390368938, 0.022642403841018677, 0.02900506742298603, 0.00599976209923625, -0.007949938997626305, 0.030578775331377983, -0.03850158303976059, -0.01821974106132984, 0.0373619981110096, -0.0079974215477705, -0.0034899688325822353, 0.012684629298746586, 0.014176938682794571, -0.0008479030220769346, -0.009747493080794811, -0.005772524047642946, -0.0026437616907060146, 0.0019433937268331647, -0.010154486633837223, -0.05524257943034172, 0.021475687623023987, -0.00991029106080532, 0.019169392064213753, 0.004171682987362146, 0.01697162725031376, -0.004622767213732004, -0.0036629410460591316, 0.02058030292391777, 0.020132610574364662, -0.007719309534877539, 0.00381217198446393, -0.00741406437009573, -0.0031592866871505976, -0.012216586619615555, -0.022154010832309723, -0.003021926386281848, 0.006352489814162254, -0.001594057772308588, 0.009978123009204865, -0.007468330208212137, -0.004222556948661804, -0.008173785172402859, -0.0032491644378751516, -0.004632942378520966, -0.0007258050027303398, -0.015940576791763306, 0.022642403841018677, -0.016171207651495934, -0.0019535685423761606, 0.025247160345315933, -0.021177226677536964, 0.008010988123714924, 0.015425052493810654, 0.011545048095285892, -0.032261013984680176, 0.02132645808160305, 0.041757527738809586, 0.02995471842586994, 0.03009038418531418, -0.008573995903134346, -0.024460306391119957, 0.024243243038654327, -0.005602943245321512, -0.0031796363182365894, -0.02846240997314453, -0.017107291147112846, 0.021923381835222244, 0.01125336904078722, -0.019033728167414665, 0.022954430431127548, 0.007176651153713465, 0.02314436063170433, -0.03315640240907669, -0.03977682814002037, -0.05372313782572746, 0.014543233439326286, 0.0013642760459333658, 0.001811120891943574, -0.010344416834414005, 0.028326744213700294, 0.0011370379943400621, 9.872770897345617e-05, -0.011294068768620491, -0.023171493783593178, -0.025979749858379364, -0.008295883424580097, -0.008919940330088139, 0.035788290202617645, -0.05084704980254173, -0.0007830384420230985, 0.0017873796168714762, 0.007095252629369497, 0.023320725187659264, -0.01729722134768963, 0.02334785833954811, 0.0018670825520530343, -0.02176058292388916, 0.00575556606054306, 0.03603248670697212, 0.0352184996008873, 0.01018161978572607, -0.013647847808897495, 0.012548965401947498, 0.0020604045130312443, 0.04360256716609001, -0.0022333767265081406, 0.027661988511681557, -0.00026687749777920544, -0.026101848110556602, -0.025192895904183388, 0.020526036620140076, -0.003740948159247637, 0.02741779200732708, 0.013145889155566692, 0.007251266855746508, -0.014692463912069798, 0.015072324313223362, 0.009449031203985214, 0.01823330670595169, 0.014204071834683418, 0.006064202636480331, 0.0004595634527504444, 0.0009225184912793338, -0.025206461548805237, -0.018192607909440994, -0.027811219915747643, -0.0011082092532888055, -0.002016313374042511, 0.00639997236430645, -0.0022605094127357006, 0.013247637078166008, -0.04289711266756058, 0.012515048496425152, -0.017758481204509735, 0.018613167107105255, -0.014936660416424274, 0.0021808065939694643, -0.013851344585418701, 0.012772811576724052, -0.0013235766673460603, 0.034160319715738297, -0.00027790022431872785, -0.012175887823104858, 0.025206461548805237, 0.015275821089744568, -0.03464870899915695, 0.0010615745559334755, 0.02166561782360077, 0.008004204370081425, -0.007963505573570728, 0.004100459162145853, -0.009123437106609344, -9.681993105914444e-05, -0.006620427127927542, -0.008730010129511356, -0.001300683245062828, 0.026820868253707886, 0.02848954312503338, 0.03988536074757576, 0.018531769514083862, 0.0021672402508556843, 0.0384201817214489, 0.017948411405086517, 0.007061336655169725, 0.0038426965475082397, -0.01621190644800663, -0.00519934156909585, -0.002104495419189334, 0.006806965451687574, -0.016469668596982956, -0.01412267331033945, 0.0012659193016588688, -0.01889806240797043, -0.002913394942879677, 0.017039459198713303, 0.006718783639371395, -0.010412249714136124, -0.006125251762568951, 0.02336142398416996, -2.167452112189494e-05, 0.023971915245056152, 0.0136003652587533, -0.01878953166306019, 0.006301615387201309, 0.00943546462804079, -0.00596923753619194, -0.021068694069981575, -0.015574282966554165, -0.0010463123908266425, -0.009632178582251072, -0.0383930504322052, -0.029900452122092247, -0.004443012177944183, -0.005426579620689154, 0.013003441505134106, -0.004758432041853666, 0.01131441816687584, -0.017527852207422256, 0.0070884693413972855, -0.015262254513800144, -0.038040321320295334, -0.03264087438583374, 0.007461546920239925, -0.0006388949695974588, 0.0019213482737541199, -0.012304768897593021, -0.02528786100447178], \"d149488a-d456-4a18-b778-c3224bbe06b9\": [-0.016731299459934235, 0.009060448035597801, 0.03584877401590347, -0.03189053013920784, -0.03511888533830643, 0.01131327822804451, -0.014653922989964485, -0.008807794190943241, 0.0013720507267862558, -0.047470852732658386, 0.003105537034571171, 0.013159055262804031, -0.004881131928414106, -0.012064221315085888, 0.013446799479424953, 0.0009509610245004296, -0.00687429029494524, -0.0008553385850973427, 0.02680938132107258, -0.010007900185883045, -0.014134579338133335, 0.0057408567517995834, -0.028170904144644737, 0.003659971756860614, -0.010920261032879353, 0.007979650981724262, 0.0350346677005291, -0.013292400166392326, 0.0044214422814548016, -0.015060977078974247, 0.013194145634770393, -0.0015246957773342729, -0.015580320730805397, -0.042895007878541946, -0.010667607188224792, -0.010499170981347561, -0.012836219742894173, 0.007084835320711136, 0.03085184283554554, -0.012822182849049568, 0.028367413207888603, 0.0031862459145486355, -0.006347928196191788, 0.010688661597669125, 0.004761823453009129, 0.017152389511466026, 0.0019791219383478165, -0.018457766622304916, -0.010983424261212349, -0.009018339216709137, -0.000553996185772121, 0.030599188059568405, -0.053169600665569305, -0.024296877905726433, 0.007874378003180027, 0.0046530417166650295, -0.00813405029475689, 0.011481713503599167, -0.013130982406437397, -0.024956585839390755, -0.0025440838653594255, 0.008541103452444077, -0.030627261847257614, -0.01167120411992073, -0.018640240654349327, 0.005067113321274519, -0.009376265108585358, 0.0003774455690290779, 0.0015887365443632007, 0.018485840409994125, 0.013552071526646614, 0.016436535865068436, 0.011334332637488842, 0.008849903009831905, 0.04407406225800514, -0.020057909190654755, -0.014029307290911674, -0.014155633747577667, -0.0019335037795826793, 0.004056497942656279, 0.005439076106995344, 0.013320472091436386, -0.0006912890239618719, 0.03464164957404137, 0.009832445532083511, 0.017769986763596535, -0.011067642830312252, -0.0023177482653409243, -0.013418726623058319, -0.00331081822514534, -0.006933944765478373, -0.0006570754921995103, 0.015075013041496277, 0.018780602142214775, 0.01772787794470787, 0.04415827989578247, -0.0037547170650213957, 0.03231162205338478, -0.012001058086752892, -0.012548474594950676, -0.022500229999423027, -0.0167734082788229, -0.03402405232191086, -0.009341174736618996, -0.028690248727798462, -0.018696384504437447, 0.027328725904226303, 0.01591719314455986, 0.013938071206212044, -0.007095362525433302, -0.03276078402996063, 0.00979735516011715, 0.008000705391168594, -0.005754893179982901, -0.039750874042510986, 0.006561981979757547, 0.003874025773257017, -0.031244859099388123, -0.024184588342905045, -0.01882271282374859, 0.0004627601010724902, 0.026135636493563652, 0.0013474872102960944, -0.02334240823984146, 0.003961752634495497, -0.008786739781498909, 0.006130365189164877, -0.011348368600010872, 0.01695588044822216, -0.02022634446620941, 0.060973796993494034, 0.03197474777698517, 0.0182612594217062, 0.001544872997328639, -0.016408463940024376, 0.020057909190654755, -0.011930876411497593, -0.008000705391168594, -0.038852546364068985, -0.025461893528699875, 0.02087201550602913, 0.03486623242497444, -0.021728230640292168, -0.011362405493855476, -0.0019492947030812502, 0.0057268207892775536, 0.012548474594950676, 0.0231599360704422, 0.010358807630836964, -0.016731299459934235, 0.011706295423209667, 0.010597425512969494, -0.0015413640066981316, 0.029588572680950165, 0.0036634807474911213, 0.003105537034571171, 0.014808323234319687, -0.021938776597380638, 0.010548298247158527, -0.01248531136661768, 0.014471450820565224, 0.014850432053208351, 0.012541456148028374, -0.008899030275642872, 0.0004649532784242183, 0.03287307173013687, -0.003216072916984558, -0.014583742246031761, 0.02419862523674965, -0.007319943513721228, 0.012766038067638874, 0.02004387229681015, -0.003084482392296195, 0.00887797586619854, 0.014948686584830284, 0.01962278224527836, 0.026865527033805847, 0.009432410821318626, -0.045028530061244965, 0.002810774138197303, -0.017685769125819206, 0.008653394877910614, 0.027890177443623543, 0.025798765942454338, -0.009390301071107388, 0.007600670214742422, 0.00027546289493329823, 0.007741033099591732, 0.014443378895521164, 0.0026283019687980413, 0.02720239758491516, 0.010506189428269863, 0.005544348619878292, -0.017334861680865288, -0.5946910381317139, 0.0026353199500590563, -0.008281432092189789, -0.031020278111100197, 0.011944912374019623, 0.017629625275731087, 0.003681026166304946, 0.02411440573632717, -0.01847180351614952, -0.03944207355380058, -0.0018896402325481176, 0.013292400166392326, 0.010267571546137333, -0.015453994274139404, -0.006884817499667406, -0.009249938651919365, 0.017054134979844093, -0.006491800304502249, -0.0021001852583140135, 0.02781999669969082, -0.028283195570111275, -0.006761999800801277, 0.004056497942656279, -0.009839463979005814, 0.003589790081605315, 0.011523823253810406, 0.022219503298401833, 0.01722257025539875, -0.007748051546514034, 0.02289324626326561, -0.026346182450652122, 0.0024019661359488964, 0.0017913860501721501, -0.008927103132009506, 0.044972386211156845, -0.005456621292978525, -0.023777535185217857, 0.01147469598799944, 0.024324951693415642, 0.018906930461525917, -0.0005447848816402256, -0.012492329813539982, 0.012155457399785519, -0.021658049896359444, 0.010836043395102024, 0.008548121899366379, 0.020801834762096405, 0.002730065258219838, -0.0033388908486813307, -0.01360119879245758, -0.025026768445968628, -0.004961840808391571, 0.012660765089094639, 0.011622076854109764, -0.013720507733523846, -0.013285381719470024, 0.025489967316389084, -0.010618479922413826, -0.0005601370939984918, -0.002130012260749936, -0.002249321201816201, -0.0015940001467242837, -0.01935609243810177, -0.00367049896158278, -0.030121954157948494, 0.0019949127454310656, 0.012506365776062012, -0.021489614620804787, 0.02720239758491516, -0.017615588381886482, -0.010386880487203598, 0.016085628420114517, -0.00494429562240839, -0.030037736520171165, 0.023019572719931602, 0.023763498291373253, 0.036241792142391205, -0.009179756976664066, -0.010779897682368755, 0.024002116173505783, -0.008274413645267487, -0.0042670429684221745, -0.025139058008790016, -0.002530047670006752, 0.01624002866446972, -0.005439076106995344, -0.03337838128209114, -0.018724458292126656, 0.00923590175807476, -0.019931580871343613, 0.008646376430988312, -0.006954999174922705, 0.015510139055550098, -0.012239675968885422, -0.0008649885421618819, 0.022823065519332886, -0.009053429588675499, -0.01517326757311821, -0.025854911655187607, -0.025377675890922546, -0.001872094813734293, -0.029139410704374313, -0.011193969286978245, 0.021335214376449585, 0.02491447702050209, 0.029925445094704628, 0.00318449130281806, -0.021629976108670235, 0.012611637823283672, 0.0035617174580693245, -0.01876656711101532, 0.005393458064645529, -0.020114053040742874, -0.019103437662124634, -0.00013389337982516736, -0.037841930985450745, 0.01600141078233719, 8.51500517455861e-05, 0.025293458253145218, -0.006607600022107363, 0.022430047392845154, 0.010653571225702763, 0.033659107983112335, -0.029925445094704628, -0.0012939737644046545, 0.0008676203433424234, 0.005312749184668064, 0.004688132554292679, 0.00456531485542655, 0.0012536193244159222, -0.00031296617817133665, 0.006740944925695658, 0.042445845901966095, -0.0037020808085799217, 0.010906225070357323, -0.028437593951821327, -0.009306083433330059, -0.0154399573802948, 0.03281692788004875, -0.015468030236661434, -0.02417055144906044, -0.009530664421617985, 0.009334156289696693, -0.033209946006536484, -0.012162475846707821, -0.003744189627468586, -0.04946400970220566, -0.005403985269367695, -0.013467853888869286, -0.002400211524218321, -0.004986404441297054, 0.006884817499667406, -0.007140980567783117, 0.003554699243977666, -0.011123787611722946, -0.005267131142318249, 0.012302839197218418, -0.03739276900887489, 0.0017475225031375885, -0.0194543469697237, -0.02411440573632717, 0.025882983580231667, 0.0004381965263746679, -0.012415129691362381, -0.01980525441467762, -0.03486623242497444, -0.004965350031852722, 0.017868241295218468, -0.01974910870194435, -0.006277746520936489, 0.0018054223619401455, 0.006112819537520409, -0.016085628420114517, -0.007147998549044132, -0.008590230718255043, 0.02214932069182396, -0.029981590807437897, 0.0018159495666623116, 0.021686121821403503, -0.015903156250715256, -0.010625498369336128, 0.004245988558977842, -0.004733750596642494, -0.00578998401761055, 0.011306259781122208, 0.03180631250143051, 0.010850079357624054, 0.03301343694329262, -0.014211779460310936, 0.026570763438940048, 0.011390477418899536, 0.04351260885596275, -0.026949744671583176, 0.013678398914635181, 0.004133697599172592, 0.03135715052485466, 0.004467060323804617, -0.0026212837547063828, 0.013973161578178406, 0.01725064404308796, 0.0273146890103817, 0.0035143448039889336, -0.00423897011205554, -0.028648139908909798, 0.027005890384316444, -0.02491447702050209, -0.014401269145309925, 0.01612773723900318, -0.0037090990226715803, -0.0047583142295479774, 0.02214932069182396, -0.040312327444553375, -0.02571454830467701, -0.00165540911257267, 0.008112995885312557, 0.03447321429848671, -0.01492061372846365, 0.010688661597669125, -0.007565579377114773, -0.015299594029784203, -0.012436184100806713, -0.028942901641130447, 0.006393546238541603, 0.05468552187085152, -0.03610142692923546, 0.00914466567337513, -0.0019106947584077716, -0.004505660384893417, -0.012948510237038136, -0.012366002425551414, 0.0035932993050664663, -0.013166072778403759, 0.03141329437494278, 0.005175895057618618, -0.00477936863899231, -0.005821565631777048, 0.03902098536491394, -0.028914829716086388, 0.006919908337295055, -0.010513207875192165, -0.01725064404308796, 0.017124317586421967, 0.004109133966267109, -0.011250114999711514, 0.012043166905641556, 0.002730065258219838, 0.029392065480351448, 0.019875437021255493, -0.02265462838113308, 0.006712872534990311, -0.005221513099968433, 0.013130982406437397, -0.029420137405395508, 0.008449867367744446, 0.023777535185217857, -0.03486623242497444, -0.014794286340475082, 0.02544785663485527, 0.027455052360892296, 0.02031056210398674, 0.0021545758936554193, -0.029728936031460762, 0.003659971756860614, 0.007137471344321966, 0.03565226495265961, 0.012688837945461273, -0.027132216840982437, -0.01918765716254711, -0.030150026082992554, 0.00923590175807476, 0.01876656711101532, -0.025139058008790016, -0.029083264991641045, 0.011895785108208656, 0.013888943940401077, -0.001597509253770113, -0.003000264521688223, 0.03233969211578369, 0.018148967996239662, -0.014078434556722641, -0.024521460756659508, -0.005035531707108021, -0.0014896050561219454, 0.030206171795725822, 2.1369756723288447e-05, -0.016352318227291107, -0.012394075281918049, 0.02060532569885254, -0.012583565898239613, -0.000276778795523569, -0.0044109150767326355, 0.022107211872935295, 0.022289684042334557, -0.0024546023923903704, -0.014499523676931858, 0.027370834723114967, 0.028634103015065193, -0.003947716671973467, -0.010428989306092262, -0.0027370834723114967, -0.02155979536473751, 0.0019914035219699144, -0.02927977405488491, -0.0012194057926535606, 0.03495045006275177, 0.022401975467801094, -0.021573832258582115, 0.012857274152338505, 0.007677869871258736, 0.015285558067262173, -0.015215376392006874, -0.014906576834619045, -0.01653479039669037, -0.0010465835221111774, 0.0035073268227279186, 0.006428637076169252, -0.01962278224527836, 0.0012264238903298974, 0.022500229999423027, -0.0028441103640943766, -0.003810862312093377, -0.01055531669408083, -0.033097654581069946, 0.037252407521009445, -0.039891235530376434, 0.045561909675598145, 0.012120367027819157, 0.0015387320891022682, -0.0157347209751606, 0.022008957341313362, -0.018078787252306938, -0.025293458253145218, -0.0075304885394871235, -0.02446531504392624, -0.021840522065758705, -0.0001076301050488837, 0.03253620117902756, 0.0019071856513619423, 0.013502945192158222, 0.007811214774847031, 0.011271169409155846, -0.023300299420952797, -0.0020422853995114565, 0.0027230470441281796, -0.005940874572843313, -0.009186774492263794, 0.02547593042254448, 0.04255813732743263, 0.0035371538251638412, 0.009095538407564163, 0.013888943940401077, 0.014443378895521164, 0.01951049268245697, -0.027749814093112946, 0.007140980567783117, -0.006733926944434643, 0.021714195609092712, -0.003100273199379444, -0.0019282401772215962, 0.03175016865134239, 0.02007194422185421, -0.008814812637865543, 0.03509081155061722, 0.011965966783463955, -0.016815517097711563, 0.009165720082819462, 0.023707352578639984, -0.0015325912972912192, -0.005572421010583639, 0.004860077518969774, 0.0032704637851566076, -0.020647434517741203, -0.0052530947141349316, 0.03335030749440193, 0.010772879235446453, 0.02137732319533825, -0.009165720082819462, -0.018359513953328133, 0.009263974614441395, -0.0026107565499842167, 0.008112995885312557, -0.0034388997592031956, 0.009341174736618996, -0.044944312423467636, 0.016408463940024376, -0.027637524530291557, 0.009306083433330059, -0.019945617765188217, -0.018696384504437447, -0.011937894858419895, -0.005772438831627369, -0.01493464969098568, -0.01858409494161606, -0.027104143053293228, -0.022991500794887543, 7.26489452063106e-05, -0.02238793857395649, -0.02140539512038231, 0.01855602115392685, 0.005561893805861473, 0.027651561424136162, 0.004158261232078075, -0.00561102107167244, 0.0058601656928658485, -0.005210985895246267, -0.016310209408402443, 0.0060917651280760765, -0.020422853529453278, -0.014990795403718948, -0.0091306297108531, 0.012976582162082195, -0.0182612594217062, 0.007832269184291363, 0.017685769125819206, -0.000337529752869159, -0.021629976108670235, 0.01704009808599949, 0.009355210699141026, 0.008190196007490158, 0.025728583335876465, -0.003079218789935112, 0.018148967996239662, -0.011369423009455204, -0.013973161578178406, 0.005674184300005436, -0.007712960708886385, -0.0007342752651311457, -0.001413282472640276, -0.0029827191028743982, -0.005765420384705067, 0.0001370734826195985, 0.010190372355282307, -0.013895961456000805, -0.01334854494780302, 0.008681466802954674, -0.04174403101205826, 0.023356445133686066, -0.00469164177775383, 0.01374858058989048, 0.001619440969079733, 0.0019177129724994302, 0.009509610012173653, -0.019384164363145828, -0.01308185514062643, -0.012597601860761642, -0.004551278427243233, 0.01849987730383873, 0.00914466567337513, 0.006551454775035381, 0.03495045006275177, -0.0007548911380581558, -0.03607335686683655, 0.011158878915011883, 0.0032494093757122755, -0.00025287317112088203, 0.020507071167230606, -0.0007562070386484265, 0.006484782323241234, -0.030458824709057808, 0.010927279479801655, 0.009776300750672817, 0.02781999669969082, -0.0077199786901474, 0.010948333889245987, 0.005035531707108021, -0.006154928356409073, -0.004593387246131897, 0.006463727913796902, -0.025826837867498398, -0.02880253829061985, -0.03809458762407303, 0.02616371028125286, 0.00972717348486185, 0.0314694419503212, -0.002172121312469244, 0.002740592462942004, -0.020114053040742874, -0.013706471771001816, 0.012555493041872978, 0.0019650855101644993, 0.004723223391920328, -0.016282137483358383, 0.026500582695007324, -0.002473902190104127, 0.025349603965878487, 0.0029546464793384075, 0.03464164957404137, -0.0023440662771463394, -0.0031301004346460104, 0.0314694419503212, -0.027862105518579483, 0.014281961135566235, -0.021545758470892906, -0.014738141559064388, 0.021433468908071518, -0.011292223818600178, -0.0022054575383663177, -7.621286204084754e-05, 0.006663745269179344, 0.018106859177350998, -0.002768665086477995, 0.03904905542731285, -0.021279068663716316, -0.04429864138364792, -0.012555493041872978, 0.0031336096581071615, -0.013453817926347256, 0.00033248544787056744, -0.021363286301493645, -0.027904214337468147, 0.0206333976238966, 0.00036253195139579475, 0.025868946686387062, -0.012885346077382565, 0.044551294296979904, 0.0042775701731443405, 0.005228531081229448, -0.03486623242497444, 0.027090108022093773, -0.02313186414539814, -0.010225462727248669, -0.0038319167215377092, -0.017924387007951736, 0.007176071405410767, 0.026261964812874794, 0.03551190346479416, -0.017334861680865288, -0.024872368201613426, -0.0043828426860272884, 0.0018457768019288778, -0.033181872218847275, 0.02975700981914997, 7.555490446975455e-05, -0.03845953196287155, -0.022191429510712624, -0.029504355043172836, -0.024689896032214165, -0.037813860923051834, 0.011208005249500275, 0.018106859177350998, 0.0041617704555392265, 0.004832005128264427, -0.02140539512038231, 0.0005917188245803118, 0.0028756922110915184, 0.003954734653234482, 0.031160641461610794, 0.0013843325432389975, 0.026233891025185585, -0.013502945192158222, 0.022233538329601288, -0.042866937816143036, -0.0629388839006424, 0.003359945258125663, -0.004582860041409731, 0.013825780712068081, 0.02826915867626667, 0.023651208728551865, -0.0014115279773250222, 0.03393983468413353, -0.022668665274977684, 0.014064397662878036, -0.021784376353025436, -0.0015948774525895715, 0.0009009566274471581, 0.01141855027526617, 0.003400299698114395, -0.01131327822804451, -0.017054134979844093, -0.0047583142295479774, -0.009102556854486465, 0.003082728013396263, -0.0023388026747852564, -0.012976582162082195, -0.012050185352563858, 0.016969917342066765, -0.01618388295173645, 0.03287307173013687, 0.013566108420491219, -0.013952107168734074, 0.015847010537981987, 0.000585577916353941, -0.03483815863728523, -0.01308185514062643, 0.011243096552789211, 0.02779192291200161, -0.028914829716086388, -0.005151331424713135, 0.012962546199560165, 0.03758927807211876, -0.00687429029494524, -0.0014439868973568082, -0.01615581102669239, 0.05030618980526924, -0.029953517019748688, 0.006958508398383856, 0.007390125188976526, 0.017306789755821228, 0.01769980601966381, 0.012450220063328743, -0.004210897721350193, -0.0487060472369194, -0.012709892354905605, -0.01722257025539875, 0.013811743818223476, 0.009621900506317616, 0.020212307572364807, -0.008162123151123524, 0.006105801556259394, -0.010085099376738071, -0.021068524569272995, -0.014948686584830284, 0.017657697200775146, 0.012864291667938232, -0.0019650855101644993, -0.004221424926072359, -0.016015447676181793, 0.028886757791042328, 0.0065760184079408646, 0.002458111383020878, 1.0198267773375846e-05, 0.01953856460750103, -0.03029038943350315, 0.0011553650256246328, -0.022514265030622482, -0.003975789062678814, -0.017980532720685005, 0.004323188215494156, 0.002347575267776847, -0.029728936031460762, -0.00175015430431813, -0.010800952091813087, -0.007369070779532194, -0.004681114573031664, 0.026570763438940048, -0.012015094049274921, -0.019440310075879097, -0.0033985453192144632, 0.0555277019739151, -0.0009448201162740588, 0.000806650088634342, -0.001297482755035162, -0.011292223818600178, 0.014597778208553791, -0.04320380836725235, 0.015341703779995441, 0.0068076178431510925, -0.010295644402503967, -0.00963593740016222, -0.025546111166477203, 0.018247222527861595, -0.023244153708219528, -0.01541188545525074, -0.028465667739510536, 0.028521813452243805, 0.010085099376738071, -0.015117121860384941, 0.0029406100511550903, -0.010471098124980927, -0.024002116173505783, 0.0011536104138940573, 0.013622253201901913, 0.0053583672270178795, 0.0013080100761726499, 0.007035708054900169, 0.016941843554377556, 0.009249938651919365, 0.019580673426389694, -0.010021936148405075, -0.02847970277070999, -0.016604973003268242, -0.009846482425928116, -0.03250812739133835, -0.009362229146063328, 0.010295644402503967, 0.01426792424172163, 0.003617862705141306, -0.009516628459095955, -0.03304151073098183, -0.009081502445042133, -0.020675506442785263, -0.028423558920621872, 0.011895785108208656, 0.0270199254155159, 0.004975877236574888, 0.03085184283554554, -0.0029072738252580166, 0.04620758071541786, -0.003379245288670063, 0.025574184954166412, -0.03393983468413353, -0.003089745994657278, 0.00570225715637207, -0.0013729280326515436, 0.02680938132107258, 0.021068524569272995, -0.03076762519776821, -0.005653129890561104, 0.01401527039706707, -0.0056075118482112885, 0.02111063338816166, 0.003944207448512316, -0.0049021863378584385, -0.011944912374019623, -0.030234243720769882, -0.0011237832950428128, -0.02497062273323536, -0.0014404779067263007, 0.02699185349047184, -0.01894903928041458, -0.023454699665308, -0.0022001939360052347, 0.005972456187009811, -0.011629095301032066, 0.02520924061536789, 0.01115186046808958, -0.014555669389665127, 0.011972985230386257, -0.011916840448975563, -0.008309504017233849, 0.0007641024421900511, -0.013608217239379883, 0.005393458064645529, 0.017559442669153214, -0.0032406365498900414, 0.06524083763360977, 0.0027388378512114286, 0.014281961135566235, -0.006253182888031006, -0.0071269441395998, -0.04213704913854599, 0.02090008743107319, 0.01040793489664793, 0.024984659627079964, 0.01609966531395912, -0.0014790777349844575, -0.01725064404308796, -0.005604002624750137, -0.008569176308810711, 0.012723928317427635, -0.00034981154021807015, 0.00028664807905443013, 0.006604090798646212, 0.008506013080477715, -0.026360219344496727, -0.019313983619213104, 0.018696384504437447, -0.036747097969055176, -0.018752530217170715, 0.015341703779995441, -0.0030669369734823704, -0.04539347440004349, -0.011895785108208656, -0.0244933869689703, -0.012962546199560165, -0.012120367027819157, -0.025405747815966606, -0.004281079396605492, -0.002098430646583438, -0.014752177521586418, 0.25467509031295776, -0.015636466443538666, 0.009909645654261112, 0.02512502111494541, -0.00199315813370049, -0.004596896469593048, 0.020142126828432083, 0.015159230679273605, -0.02541978470981121, 0.019706999883055687, -0.0026335655711591244, 0.015524175949394703, 0.001486973138526082, 0.0028616557829082012, 0.024072296917438507, -0.036297935992479324, -0.03079569712281227, -0.026177747175097466, -0.01650671847164631, -0.011572950519621372, 0.0031546640675514936, -0.008414776995778084, 0.0004570578457787633, -0.029420137405395508, 0.0029020102228969336, -0.025307493284344673, 0.008786739781498909, 0.0031143096275627613, -0.001692254445515573, 0.013046763837337494, -0.02257041074335575, -0.0231599360704422, -0.00979735516011715, 0.02033863589167595, -0.017068171873688698, -0.012681819498538971, 0.014457414858043194, 0.015383812598884106, 0.014836396090686321, 0.003968771081417799, 0.0194543469697237, -0.004607423674315214, 0.0033231000415980816, -0.0028599011711776257, 0.01689973473548889, 0.011601022444665432, -0.024661824107170105, -0.01918765716254711, -0.0002840162778738886, 0.015004831366240978, -0.020956233143806458, 0.015720684081315994, 0.014499523676931858, 0.03233969211578369, 0.005786475259810686, -0.000500482739880681, 0.0049021863378584385, 0.005330294370651245, 0.013994215987622738, 0.01828933134675026, -0.0154399573802948, 0.038347240537405014, 0.0034143361262977123, -6.486317579401657e-05, 0.03079569712281227, 0.013594181276857853, -0.03820687532424927, -0.011930876411497593, 0.014878504909574986, -0.025826837867498398, -0.0067093633115291595, -0.016871662810444832, 0.0017062907572835684, 0.012366002425551414, -0.015594357624650002, -0.018387585878372192, 0.010976405814290047, 0.03997545316815376, -0.025139058008790016, 0.046572525054216385, -0.03694360703229904, -0.03248005732893944, -0.0032230911310762167, -0.003365208860486746, -0.023061681538820267, -0.014513560570776463, 0.035175029188394547, 0.003510835813358426, -0.014443378895521164, -0.026711126789450645, -0.0022230029571801424, -0.01746118813753128, -0.010478116571903229, 0.012941491790115833, 0.022612519562244415, 0.0004925872781313956, -0.007481361273676157, 0.020464962348341942, -0.02794632315635681, -0.024633750319480896, -0.039329782128334045, 0.029139410704374313, 0.0436529703438282, 0.014078434556722641, -0.03304151073098183, -0.03292921930551529, -0.003173964098095894, -0.017896315082907677, 0.023889824748039246, -0.013895961456000805, -0.006719890516251326, -0.05199055001139641, -0.001292219152674079, -0.0038459531497210264, 0.01743311621248722, 0.002256339183077216, -0.012029130943119526, -0.023595063015818596, -0.0048846411518752575, -0.016562864184379578, 0.004523205570876598, -0.04250199347734451, -0.011615059338510036, 0.009867536835372448, -0.00360733550041914, -0.01576279290020466, -0.020661471411585808, 0.02304764650762081, -0.00616896478459239, -0.016296174377202988, 0.005888238549232483, -0.022766919806599617, 0.024072296917438507, 0.0007518206839449704, -0.010071063414216042, 0.007509434130042791, 0.0021019396372139454, -0.0008676203433424234, 0.00862532202154398, -0.0028756922110915184, 0.005186422262340784, -0.026865527033805847, 0.035680338740348816, -0.009179756976664066, 0.025882983580231667, 5.773535303887911e-05, 0.004119661636650562, 0.005235549062490463, 0.01224669348448515, -0.035146959125995636, -0.013137999922037125, -0.006337400991469622, 0.010576371103525162, -0.009860518388450146, -0.00047635778901167214, -0.0256864745169878, -0.01030266284942627, -0.011846658773720264, -0.008414776995778084, 0.011144842021167278, -0.030206171795725822, -0.003321345429867506, 0.03660673648118973, -0.023777535185217857, -0.023454699665308, -0.02758137881755829, -0.17977724969387054, 0.029588572680950165, 0.011551895178854465, -0.03871218487620354, 0.003705589799210429, 0.015594357624650002, -0.004842532332986593, 0.004516187589615583, 0.013608217239379883, -0.011397495865821838, 0.004105625208467245, -0.03947014734148979, -0.027272580191493034, 0.00873059406876564, -0.01198000367730856, -0.023173972964286804, 0.0007193616474978626, 0.010400917381048203, 0.027960360050201416, 0.0012080012820661068, 0.018864821642637253, -0.03175016865134239, 0.004428460728377104, 0.018401622772216797, 0.006530400365591049, 0.026149673387408257, 0.015243449248373508, 0.0021475576795637608, -0.007425216026604176, -0.028227049857378006, -0.012309856712818146, -0.008498994633555412, 0.00734099792316556, -0.013215200044214725, 0.00889201182872057, 0.007460306864231825, -0.019678927958011627, -0.005137294996529818, -0.0032774819992482662, 0.005414512474089861, 0.014310033060610294, 0.03346259891986847, -0.022794991731643677, 0.026374254375696182, 0.01282920129597187, 0.023061681538820267, -0.00721467100083828, -0.01668919064104557, 0.0056004938669502735, 0.014822359196841717, 0.020984306931495667, -0.03753313422203064, 0.025854911655187607, 0.021573832258582115, 0.02518116682767868, 0.008204231970012188, -0.019678927958011627, 0.006358455400913954, -0.022851137444376945, -0.0040635159239172935, -0.010007900185883045, -0.0314694419503212, -0.004133697599172592, -0.010379862040281296, 0.0021545758936554193, 0.025532076135277748, -0.016647081822156906, 0.008197213523089886, -0.02438109740614891, -0.005800511222332716, -0.010218444280326366, -0.010428989306092262, 0.006126855965703726, 0.002472147811204195, 0.024338988587260246, 0.013467853888869286, -0.02022634446620941, 0.03399597853422165, -0.002103694248944521, -0.0007755069527775049, -0.02690763585269451, 0.006232128478586674, -0.028606031090021133, 0.01650671847164631, 0.021994922310113907, 0.002656374592334032, 0.0008452499751001596, -0.022289684042334557, 0.0012237920891493559, -0.020408816635608673, 0.018134932965040207, -0.009200811386108398, -0.043428391218185425, -0.007411179598420858, 0.011706295423209667, 0.006628654431551695, -0.004660060163587332, 0.005312749184668064, -0.008197213523089886, -0.006491800304502249, 0.005544348619878292, -0.026500582695007324, -0.021812450140714645, 0.00337398168630898, 0.018598129972815514, 0.010730770416557789, 0.004319678992033005, 0.0015720684314146638, 0.06215284764766693, 0.012225639075040817, -0.011944912374019623, 0.004793405067175627, 0.006972544360905886, 0.029981590807437897, 0.01468199584633112, 0.007677869871258736, -0.02028249017894268, -0.02054917998611927, 0.03180631250143051, -0.01668919064104557, 0.02363717183470726, -0.022823065519332886, -0.014583742246031761, 0.012878328561782837, 0.0192999467253685, 0.0036669899709522724, -0.058447256684303284, -0.007137471344321966, 0.0007097116904333234, 0.02206510305404663, -0.0002778753696475178, 0.006263710092753172, -0.023945970460772514, 0.03441707044839859, 0.010288625955581665, 0.03424863517284393, -0.019917545840144157, -0.02832530438899994, -0.010716734454035759, 0.007284852676093578, -0.00923590175807476, 0.0012466011103242636, -0.003244145540520549, 0.010583389550447464, -0.013531017117202282, 0.049014847725629807, -0.018457766622304916, -0.00474427780136466, 0.006112819537520409, -0.008506013080477715, 0.0009878063574433327, 0.020493034273386, -0.014134579338133335, 0.023089755326509476, 0.017082206904888153, -0.005944383796304464, 0.012955527752637863, -0.0207877978682518, 0.006256692111492157, -0.024844296276569366, 0.008260377682745457, -0.012646729126572609, -0.02438109740614891, -0.002303711837157607, 0.029448209330439568, 0.003026582533493638, -0.00746732484549284, 0.020380744710564613, -0.013973161578178406, -0.010204408317804337, 0.016085628420114517, -0.02797439508140087, -0.027805959805846214, 0.036269865930080414, 0.010239499621093273, 0.0012211602879688144, -0.007628742605447769, 0.00018291086598765105, -0.0031932638958096504, 0.0033125728368759155, 0.015018868260085583, 0.013116945512592793, 0.006761999800801277, 0.03332223743200302, -0.022991500794887543, 0.01576279290020466, 0.01014124508947134, -0.026051418855786324, 0.003365208860486746, 0.025995275005698204, 0.015075013041496277, 0.022584447637200356, -0.008365649729967117, 0.01441530603915453, 0.02758137881755829, -0.01198000367730856, -0.01924380101263523, 0.014653922989964485, -0.005793493241071701, 0.035764556378126144, -0.01980525441467762, 0.004646023735404015, -0.01969296485185623, 0.007256780285388231, 0.04258621111512184, -0.01689973473548889, -0.006607600022107363, -0.012127384543418884, -0.0218264851719141, -0.014169670641422272, 0.033743325620889664, 0.01468199584633112, 0.018219150602817535, -0.010288625955581665, 0.03388368710875511, -0.0365225188434124, -0.011572950519621372, 0.01953856460750103, -0.00032151956111192703, -0.013895961456000805, -0.012709892354905605, 0.0038284077309072018, 0.004326697438955307, -0.00611632876098156, 0.010765861719846725, -0.013046763837337494, -0.01921572908759117, -0.020029835402965546, -0.057352423667907715, 0.020563216879963875, -0.014338105916976929, 0.006772527005523443, 0.0020738670136779547, 0.018092822283506393, -0.014597778208553791, -0.008435831405222416, 0.01492061372846365, 0.0206333976238966, 0.000986051862128079, -0.006695326883345842, -0.004091588780283928, -0.008990266360342503, -0.015341703779995441, -0.007011144421994686, 0.0015053958632051945, 0.008569176308810711, 0.0023545934818685055, 0.006365473382174969, 0.007853323593735695, -0.008779721334576607, -0.015538211911916733, -0.005361875984817743, -0.009411356411874294, -0.012099312618374825, 0.0052495854906737804, 0.03130100667476654, -0.013488908298313618, 0.0015457503031939268, 0.026500582695007324, -0.03040268085896969, 0.011025533080101013, 0.012134402990341187, 0.009572774171829224, -0.038824476301670074, 0.014583742246031761, 0.035203102976083755, 0.04528118669986725, 0.008583213202655315, -0.014962722547352314, -0.014724104665219784, 0.0022282665595412254, -6.541147013194859e-05, -0.009032375179231167, -0.006902362685650587, -0.00025331179494969547, 0.035708412528038025, 0.01541188545525074, -0.018008604645729065, 0.016941843554377556, 0.0031616822816431522, 0.010000881738960743, -0.01588911935687065, -0.03393983468413353, -0.048565685749053955, 0.03539961203932762, 0.009263974614441395, -0.008842884562909603, 0.0005447848816402256, 0.03966665640473366, -0.004081061575561762, 0.017769986763596535, -0.012471274472773075, -0.021447503939270973, -0.016169846057891846, 0.007769105955958366, -0.0041512432508170605, 0.01778402365744114, -0.031160641461610794, 0.005660148337483406, -0.0009851745562627912, 0.006123346742242575, 0.01542592141777277, -0.009249938651919365, 0.022668665274977684, 0.007425216026604176, -0.004147734027355909, 0.01181858591735363, 0.01722257025539875, 0.029083264991641045, -0.0031967731192708015, -0.025784729048609734, 0.006095274351537228, 0.002347575267776847, 0.03848760202527046, -0.012141421437263489, 0.020001763477921486, 0.012464256957173347, -0.018920965492725372, -0.02108255960047245, 0.012183530256152153, -0.01257654745131731, 0.02752523310482502, 0.004253006540238857, -0.0015229412820190191, -0.018906930461525917, -0.00036406717845238745, 0.011846658773720264, 0.014373197220265865, 0.014794286340475082, -0.006793581414967775, -0.008534085936844349, -0.001607159269042313, -0.02060532569885254, -0.012597601860761642, -0.04584263637661934, -0.006204055622220039, -0.013790689408779144, 0.010014917701482773, -0.013130982406437397, 0.01900518499314785, -0.0380103699862957, 0.01805071346461773, -0.019468383863568306, 0.01847180351614952, -0.0034125815145671368, 0.0030020191334187984, -0.02102641575038433, 0.025826837867498398, 0.010786916129291058, 0.03761735185980797, 0.023791570216417313, -0.01704009808599949, 0.027300652116537094, 0.01977718248963356, -0.029027121141552925, -0.015496103093028069, 0.016619008034467697, -0.0021335214842110872, 0.007635761052370071, 0.018008604645729065, -0.017152389511466026, -0.0019212219631299376, -0.025812802836298943, 0.0038810439873486757, 0.002103694248944521, 0.02004387229681015, 0.017138352617621422, 0.05187825858592987, 0.01466795988380909, -0.00838670413941145, 0.03127293288707733, 0.022851137444376945, 0.00822528637945652, 0.007853323593735695, 0.003596808295696974, 0.006105801556259394, -0.020928161218762398, 0.022738846018910408, -0.003891571192070842, -0.046544454991817474, -0.021686121821403503, -0.01980525441467762, -0.0013159054797142744, 0.01849987730383873, 0.006446182262152433, -0.015131158754229546, 0.002284411806613207, 0.012822182849049568, 0.008948157541453838, 0.01591719314455986, 0.00795859657227993, -0.01615581102669239, 0.009958772920072079, 0.026683054864406586, 0.001191333052702248, -0.014485487714409828, -0.03750506043434143, 0.009769282303750515, -0.013180109672248363, -0.029504355043172836, -0.034164413809776306, 0.0064567094668745995, -0.017868241295218468, 0.006365473382174969, -0.015117121860384941, 0.014906576834619045, -0.011516804806888103, 0.004940786398947239, -0.005754893179982901, -0.03029038943350315, -0.02360909804701805, 0.009172738529741764, -0.010450043715536594, -0.002642338164150715, -0.011762440204620361, -0.027118179947137833], \"d6032c22-3ae3-4d32-bbb2-e68e7cc65019\": [-0.0037271040491759777, -0.0038284233305603266, 0.018526963889598846, -0.015762394294142723, -0.019612528383731842, 0.014054439030587673, -0.03447752073407173, -0.007598950061947107, -0.019294096156954765, -0.030453696846961975, 0.0026469675358384848, 0.009386512450873852, 0.0003290616732556373, -0.01367811020463705, 0.007693032268434763, 0.023361343890428543, -0.00950954295694828, -0.0017767068929970264, 0.02838388830423355, -0.013099142350256443, -0.017890099436044693, 0.020365186035633087, -0.022811323404312134, -0.012838606722652912, -0.024620598182082176, 0.0032603114377707243, 0.035809148102998734, -0.011217497289180756, 0.001858124160207808, -0.008011464029550552, 0.016616370528936386, -0.023911362513899803, -0.006390355061739683, -0.016471628099679947, -0.001972108380869031, 0.0013189605670049787, -0.002294159261509776, -0.012122134678065777, 0.01964147575199604, -0.027370695024728775, 0.0205533504486084, -0.007570001762360334, -0.005163667257875204, -0.010580632835626602, 0.007114064879715443, 0.018816446885466576, 0.01060958206653595, -0.0208573080599308, -0.02475086599588394, -0.009299667552113533, 0.0020915204659104347, 0.0301352646201849, -0.04029614478349686, -0.004497854504734278, 0.002343009691685438, 0.017687460407614708, -0.003300115466117859, 0.000863023626152426, -0.017094019800424576, -0.008525297977030277, -0.0033272544387727976, 0.012122134678065777, -0.02697989158332348, -0.02188497595489025, -0.02554694563150406, -0.00447976216673851, -0.01084840577095747, 0.0027320035733282566, 0.01839669607579708, 0.01839669607579708, 0.015313693322241306, 0.005724542308598757, 0.0018780261743813753, -0.010710900649428368, 0.040846165269613266, -0.005004451610147953, -0.01938094198703766, -0.010544448159635067, 0.0154005391523242, -0.00827923696488142, 0.02339029125869274, -0.008793070912361145, -0.014438005164265633, 0.039485592395067215, 0.025604842230677605, 0.01011745911091566, -0.004125144332647324, 0.00042857174412347376, -0.00208790204487741, -0.008945049718022346, -0.011412899009883404, 0.021016525104641914, 0.02286922186613083, 0.01982964016497135, 0.024331115186214447, 0.03546176850795746, -0.0019323044689372182, 0.031293198466300964, 0.007338414434343576, -0.03644601255655289, -0.014459716156125069, -0.006911425851285458, -0.05433611199259758, -0.006451870314776897, -0.031264252960681915, -0.020017806440591812, 0.028181249275803566, 0.0034303830470889807, 0.01868617907166481, 0.006694313138723373, -0.033551175147295, 0.02764570340514183, 0.02243499457836151, -0.0270522627979517, -0.030569490045309067, -0.003785000881180167, -0.010544448159635067, -0.021059947088360786, -0.002594498684629798, -0.03641706332564354, 0.0024063342716544867, 0.0499359555542469, -0.0009634383022785187, -0.015357116237282753, -0.0034665686544030905, -0.00019099147175438702, -0.006614705082029104, -0.005500192288309336, 0.00992929469794035, -0.026169337332248688, 0.054828234016895294, 0.015357116237282753, 0.029093122109770775, -0.002648776862770319, -0.023520559072494507, 0.027689127251505852, -0.0023864321410655975, -0.001804750645533204, -0.023810043931007385, -0.029643142595887184, 0.02621275931596756, 0.04466735199093819, -0.013887985609471798, 0.012158320285379887, 0.003330873092636466, 0.00010267629113513976, 0.01956910640001297, 0.027732549235224724, -0.016138723120093346, -0.018657231703400612, 0.013851800002157688, 0.017817728221416473, 0.001001433003693819, 0.045101579278707504, 0.008025938645005226, 0.017455874010920525, 0.010602344758808613, -0.019076982513070107, 0.0002329440030734986, -0.0034014347475022078, -0.01348994579166174, 0.038125019520521164, 0.0067920139990746975, -0.021682336926460266, -0.0018355082720518112, 0.03300115466117859, 0.0054495325312018394, -0.012570834718644619, 0.024721916764974594, 0.0015080297598615289, 0.005427821539342403, 0.008134495466947556, -0.018526963889598846, 0.008583194576203823, 0.026270655915141106, 0.029397081583738327, 0.014162995852530003, 0.011398425325751305, -0.027225952595472336, -0.020075703039765358, -0.009560203179717064, 0.012751761823892593, 0.027616756036877632, 0.018121685832738876, 0.0015342641854658723, 0.010566159151494503, -0.004573844373226166, -0.018859870731830597, 0.006137056741863489, 0.004273504950106144, 0.02673383057117462, 0.008337133564054966, -0.003209651680663228, -0.001423898502252996, -0.5891574621200562, 0.006386736407876015, -0.010052325204014778, -0.014242603443562984, -0.001678101485595107, 0.03612757846713066, 0.0028749362099915743, 0.00767132081091404, -0.02587985247373581, -0.033724863082170486, 0.009741130284965038, 0.007917381823062897, 0.01894671469926834, 0.006473581772297621, -0.025937749072909355, -0.008510824292898178, 0.01015364471822977, 0.007475919555872679, 0.002623446984216571, 0.02095862850546837, -0.005109389312565327, -0.01637030951678753, 0.007059786468744278, -0.014517612755298615, 0.002420808421447873, -0.006810106802731752, 0.0314958393573761, 0.013866274617612362, 0.020915204659104347, 0.006773921195417643, -0.029903678223490715, -0.007009126711636782, 0.01574791967868805, 0.006582138128578663, 0.04733060300350189, -0.004762008786201477, -0.027443064376711845, 0.009538491256535053, 0.013945882208645344, 0.019873064011335373, 0.00012336985673755407, -0.01927962154150009, 0.008069361560046673, -0.015588703565299511, 0.005825861822813749, 0.006223902106285095, 0.033551175147295, 0.02456270158290863, 0.00026324932696297765, -0.005492955446243286, -0.0014311355771496892, 0.004591937176883221, 0.007555527612566948, 0.002827894873917103, -0.001223973697051406, 0.0035986455623060465, 0.022825798019766808, -0.044146280735731125, 0.013323492370545864, -0.0018671705620363355, 0.001218545949086547, 0.006046593189239502, 0.00231767981313169, 0.008655565790832043, -0.023216601461172104, 0.017962470650672913, -0.018526963889598846, -0.024114001542329788, 0.013113616965711117, -0.018787499517202377, -2.525915806472767e-05, 0.03705392777919769, -0.016051877290010452, -0.037980277091264725, 7.666798046557233e-05, 0.0048922766000032425, 0.028427310287952423, -0.016022928059101105, -0.02298501506447792, 0.017455874010920525, -0.0010059562046080828, -0.013207699172198772, -0.009574676863849163, -0.0006409352645277977, 0.002950925612822175, 0.0031101417262107134, -0.02702331356704235, -0.030164213851094246, 0.00043761811684817076, -0.011376713402569294, -0.0015306456480175257, -0.009451646357774734, -0.016645319759845734, -0.019366467371582985, -0.002679534489288926, 0.012512938119471073, -0.014155758544802666, -0.014922890812158585, -0.000929062080103904, -0.016572948545217514, -0.0019160209922119975, -0.023998208343982697, -0.02205866575241089, 0.023592930287122726, 0.028036506846547127, 0.02301396243274212, -0.014864993281662464, 0.0014166614273563027, 0.030308954417705536, -0.008655565790832043, 0.008076597936451435, 0.00325850211083889, -0.010305623523890972, 0.011991866864264011, -0.010558921843767166, -0.03685129061341286, 0.004743915982544422, 0.01077603455632925, 0.014662355184555054, -0.007577238604426384, 0.025793006643652916, 0.012057000771164894, 0.03523017838597298, -0.010754323564469814, 0.021595492959022522, 0.010406943038105965, -0.011825413443148136, -0.02019149623811245, 0.0005084059666842222, -0.010783271864056587, 0.008264762349426746, -0.006788395345211029, 0.026082491502165794, -0.022188933566212654, 0.029310235753655434, -0.005836717318743467, 0.0021819842513650656, -0.003998495172709227, 0.024606123566627502, -0.018584860488772392, -0.01880197413265705, -0.00448699900880456, -0.004273504950106144, -0.020871782675385475, -0.005127482116222382, -0.0022561645600944757, -0.04269886389374733, 0.005644934251904488, -0.014466953463852406, -0.0062492317520082, -0.009314141236245632, 0.0035914084874093533, -0.0019160209922119975, 0.00897399801760912, -0.009936532005667686, 0.003173466306179762, 0.0026053544133901596, -0.031032664701342583, -0.0025094628799706697, -0.01534264162182808, -0.012693865224719048, 0.010783271864056587, -0.005999552085995674, -0.006502530071884394, -0.015299219638109207, -0.01923619955778122, 0.011036570183932781, 0.021306008100509644, -0.03036685101687908, -0.006346932612359524, -0.023853465914726257, 0.010985910892486572, -0.016717690974473953, -0.006260087247937918, 0.0018961189780384302, 0.0229126438498497, -0.037314463406801224, -0.02375214733183384, 0.0236363522708416, -0.011883310042321682, -0.00901018362492323, 0.006455488968640566, -0.0030431984923779964, 0.0020553350914269686, 0.021450750529766083, 0.021016525104641914, 0.02632855251431465, 0.027558859437704086, -0.022898169234395027, 0.04090406373143196, -0.0014953648205846548, 0.030222110450267792, -0.02339029125869274, 0.013446522876620293, 0.010710900649428368, 0.037719741463661194, -0.0012221644865348935, 0.007302229292690754, 0.005366306286305189, 0.017455874010920525, 0.022232357412576675, 0.0033887699246406555, -0.005080441012978554, -0.03624337166547775, 0.01802036724984646, -0.04159882292151451, -0.0006861670990474522, 0.00413961848244071, 0.024475855752825737, 0.01152869313955307, 0.007175580132752657, -0.0038646089378744364, -0.03870398551225662, -0.011868836358189583, 0.0050297812558710575, 0.012910977937281132, -0.01532816793769598, 0.01369258388876915, -0.0018798355013132095, -0.01448142807930708, -0.022087614983320236, -0.005941655021160841, 0.024142948910593987, 0.02771807461977005, -0.02972998656332493, 0.01532816793769598, 0.014799859374761581, 0.021725760772824287, -0.009567439556121826, -0.014351160265505314, -0.019033560529351234, 0.012483988888561726, 0.009314141236245632, 0.011289868503808975, -0.004284360446035862, -0.005152811761945486, 0.06368643790483475, -0.02614038810133934, 0.005424202885478735, 0.0009697707719169557, -0.010725375264883041, 0.027964135631918907, 0.016167670488357544, -0.01982964016497135, 0.011847125366330147, 0.014937364496290684, 0.02496797777712345, 0.01348994579166174, -0.0044182464480400085, 0.021928397938609123, -0.02143627591431141, 0.01126815751194954, -0.018526963889598846, 0.00020931036851834506, 0.02602459490299225, -0.018888818100094795, -0.015125528909265995, 0.0396592803299427, 0.01875855028629303, 0.006046593189239502, 0.00012619684275705367, 0.007247950881719589, 0.004465287551283836, 0.01532816793769598, 0.05621775612235069, 0.0017459492664784193, -0.023694250732660294, -0.02724042721092701, -0.026748303323984146, 0.016326887533068657, -0.002545648254454136, -0.010320098139345646, -0.023448187857866287, -0.002225406700745225, 0.009589151479303837, 0.003860990284010768, 0.012122134678065777, 0.008677276782691479, 0.013873511925339699, -0.0056738825514912605, -0.02929576113820076, 0.004664307925850153, -0.01615319587290287, 0.03404329717159271, 0.004222845192998648, -0.003602264216169715, -0.015559755265712738, 0.011058281175792217, -0.012295824475586414, -0.0030612912960350513, -0.00399125786498189, 0.02981683239340782, 0.008373319171369076, -0.003832041984423995, -0.03233534097671509, 0.0334932766854763, 0.03815396502614021, -0.015458435751497746, -0.05092020332813263, 0.007128539029508829, -0.0075627644546329975, -0.002328535309061408, -0.018309850245714188, -0.0017350935377180576, 0.03644601255655289, 0.0012456850381568074, -0.003962309565395117, -0.007410785648971796, -0.005890995729714632, 0.0013678109971806407, -0.02955629676580429, -0.019916485995054245, -0.020017806440591812, 0.0037488152738660574, -0.006994652561843395, 0.004135999828577042, -0.004899513442069292, 0.0008490017498843372, 0.06131267175078392, -0.006683457642793655, 0.0016916709719225764, -0.012382670305669308, -0.04041194170713425, 0.0229415912181139, -0.030974768102169037, 0.029324710369110107, -0.0040382989682257175, -0.006513385567814112, -0.010045087896287441, 0.009133214130997658, -0.04301729425787926, -0.009827975183725357, -0.0012818705290555954, -0.015516332350671291, -0.01952568255364895, -0.01909145712852478, 0.034419625997543335, -0.0008313613361679018, -0.0016934802988544106, 0.009719419293105602, 0.009220059029757977, -0.023506086319684982, 0.0118181761354208, 0.007454208098351955, -0.0004466644604690373, -0.005290316417813301, 0.008033175952732563, 0.042235687375068665, 0.0043675871565938, 0.011203023605048656, 0.024360062554478645, 0.02577853389084339, -0.0021258967462927103, -0.055638790130615234, -0.00021168503735680133, -0.03253798186779022, 0.010667478665709496, -0.005677501205354929, 0.00590185122564435, 0.009531254880130291, -0.008800308220088482, 0.001158839906565845, 0.005435058381408453, 0.009770078584551811, -0.012578072026371956, 0.014539324678480625, 0.004917606245726347, -0.0059090880677104, 0.005178141873329878, 0.012057000771164894, 0.010689189657568932, -0.0018454593373462558, 0.0009516780264675617, 0.001044855685904622, 0.01629793830215931, -0.007924619130790234, -0.025793006643652916, -0.007143013179302216, -0.007707506418228149, 0.002540220506489277, -0.008308185264468193, 0.0007721076253801584, 0.013178750872612, -0.031264252960681915, -0.008069361560046673, -0.02680620178580284, -0.003003394464030862, -0.0022615923080593348, -0.007859485223889351, -0.01299782283604145, -0.021537596359848976, -0.009603625163435936, -0.01629793830215931, -0.029281288385391235, -0.027544384822249413, 0.020900731906294823, -0.011991866864264011, -0.03491174802184105, -0.0004032418946735561, 0.005876521579921246, 0.02709568478167057, -0.005974221974611282, 0.0025329834315925837, 0.004107051528990269, -0.00247327727265656, -0.01518342550843954, 0.023838991299271584, -0.01596503145992756, -0.015733445063233376, 0.01376495510339737, 0.03514333441853523, -0.01534264162182808, -0.002997966716066003, 0.011449084617197514, 0.012816895730793476, -0.004219226539134979, 0.022159986197948456, 0.01060958206653595, 0.01560317724943161, 0.020220443606376648, 0.004841616842895746, 0.018555913120508194, -0.005351832136511803, -0.0184980146586895, 0.009046369232237339, -0.006574900820851326, -0.006824580952525139, 0.0033200173638761044, 0.004121525678783655, -0.0010647575836628675, -0.006748591549694538, 0.017166389152407646, -0.019294096156954765, -0.0009014706593006849, 0.03323274105787277, -0.017209812998771667, 0.022159986197948456, -0.019250674173235893, -0.003962309565395117, 0.0012275922344997525, 0.012860318645834923, 0.011991866864264011, -0.012469515204429626, 0.0001679232227616012, 0.002780853770673275, -0.014184706844389439, 0.022116562351584435, 0.014618932269513607, -0.022333675995469093, 0.029382606968283653, 0.00045593699906021357, -0.04307519271969795, 0.011007621884346008, 0.009357564151287079, -0.01589266210794449, 0.012006341479718685, -0.009900346398353577, -0.01369258388876915, -0.028615474700927734, -0.0020860927179455757, 0.008264762349426746, 0.0356065072119236, 0.0004297025443520397, 0.007707506418228149, 0.015921609476208687, -0.015979506075382233, 0.011347765102982521, -0.014220892451703548, -0.01237543299794197, -0.02955629676580429, -0.028586525470018387, 0.030019471421837807, 0.010110221803188324, 0.031553734093904495, 0.0007209955947473645, 0.0029400698840618134, 0.005619604606181383, -0.027964135631918907, -0.0011977392714470625, -0.010913539677858353, 0.0012683009263128042, 0.001665436546318233, 0.03835660591721535, -0.019366467371582985, 0.039225056767463684, -0.002695817966014147, 0.004193896893411875, 0.00038922001840546727, 0.007685794960707426, 0.02243499457836151, -0.005999552085995674, 0.002800755901262164, -0.016355834901332855, -0.011087230406701565, 0.035085439682006836, -0.004125144332647324, -0.018005892634391785, 0.0009222773369401693, 0.004049154929816723, 0.02272447943687439, 0.002113231923431158, 0.028702320531010628, -0.024273216724395752, -0.04475419595837593, 0.002853224752470851, -0.006611086428165436, -0.020799411460757256, -0.01770193502306938, -0.019699374213814735, -0.028991803526878357, 0.024360062554478645, -0.0066653648391366005, 0.026154862716794014, -0.007917381823062897, 0.02951287478208542, -0.01272281352430582, 0.025648266077041626, -0.017861150205135345, 0.016167670488357544, -0.01296163722872734, 0.013757717795670033, -0.004526803269982338, -0.0019160209922119975, 0.018034841865301132, 0.030627386644482613, 0.03939874842762947, 0.008156206458806992, -0.035924941301345825, 0.006954848766326904, 0.016804534941911697, -0.006712405942380428, 0.0005025258287787437, -0.0047656274400651455, -0.03146689012646675, -0.02547457627952099, -0.03569335490465164, -0.006064685992896557, -0.03792237862944603, 0.025749584659934044, 0.02845625951886177, -0.018411170691251755, -0.00459917401894927, -0.024736391380429268, -0.001580400625243783, 0.007873959839344025, -0.0011127033503726125, 0.04501473158597946, -0.01968489959836006, 0.030164213851094246, -0.002475086599588394, 0.00034014348057098687, -0.0256627406924963, -0.07156039774417877, -0.005500192288309336, -0.008879915811121464, 0.021638914942741394, 0.04585423693060875, 0.017672985792160034, -0.01499526109546423, 0.025228513404726982, -0.02595222368836403, 0.012838606722652912, -0.02958524599671364, 0.011868836358189583, 0.01820853166282177, 0.020365186035633087, -0.0009381084819324315, -0.02647329494357109, -0.011687909252941608, -0.0017296657897531986, -0.005887377075850964, -0.0005993219674564898, -0.01589266210794449, -0.011847125366330147, -0.021233636885881424, 0.005275842268019915, -0.016587423160672188, 0.04041194170713425, -0.0029617813415825367, -0.016732163727283478, 0.023708723485469818, -0.00224349950440228, -0.038125019520521164, 0.006694313138723373, -0.012664916925132275, 0.016790060326457024, -0.025865377858281136, -0.015371589921414852, 0.02176918275654316, 0.007613424211740494, -0.012512938119471073, -0.029469452798366547, -0.020220443606376648, 0.05115178972482681, -0.02129153348505497, -0.0010792318498715758, -0.004186659585684538, 0.022898169234395027, 0.03175637498497963, 0.004150473978370428, 0.003106523072347045, -0.03190111741423607, -0.01430050004273653, -0.011709620244801044, 0.0075410534627735615, 0.006006788928061724, 0.005966985132545233, -0.003119188128039241, -0.0033399194944649935, -0.006842673756182194, -0.027081210166215897, -0.009386512450873852, 0.007765403017401695, -0.007356507238000631, -0.026994366198778152, -0.0011895975330844522, 0.007153868675231934, 0.02095862850546837, 0.004414628259837627, -0.009675996378064156, 0.01964147575199604, 0.01525579672306776, -0.0396592803299427, 0.009292430244386196, 0.0008557864930480719, -0.014814333990216255, -0.013793903402984142, 0.00010917836334556341, 0.00855424627661705, -0.03138004615902901, 0.005105770658701658, -0.014003779739141464, -0.009379275143146515, -0.016717690974473953, 0.02955629676580429, -0.008373319171369076, -0.004335020203143358, 0.011796465143561363, 0.06443909555673599, -0.009017420932650566, 0.00381394918076694, -0.007736454717814922, -0.02525746263563633, 0.020365186035633087, -0.03198796138167381, 0.02742859162390232, 0.02048097923398018, -0.009205585345625877, -0.008214103057980537, -0.03271166980266571, 0.011101704090833664, -0.003998495172709227, -0.013468233868479729, -0.0308010783046484, 0.010443128645420074, 0.027631230652332306, -0.026849623769521713, -0.008764122612774372, -0.003202414605766535, -0.027587806805968285, -0.021798130124807358, 0.004845235496759415, -0.004591937176883221, -0.015082106925547123, 0.00947335734963417, 0.011644486337900162, -0.006155149545520544, 0.021971821784973145, -0.014459716156125069, -0.033059049397706985, -0.014011016115546227, -0.010450365953147411, -0.023303447291254997, -0.006459107622504234, 0.005677501205354929, 0.013518894091248512, -0.008112783543765545, -0.011463559232652187, -0.030164213851094246, -0.023433715105056763, -0.0249969270080328, -0.007924619130790234, 0.005948892328888178, 0.013757717795670033, 0.00612981989979744, 0.010797746479511261, 0.0014790813438594341, 0.024692969396710396, -0.015241323038935661, 0.01887434534728527, -0.01644268073141575, -0.0026940086390823126, -0.003582362085580826, -0.022927118465304375, 0.016761112958192825, -0.006488055922091007, -0.03369591385126114, -0.0024389009922742844, 0.01670321635901928, 0.01367811020463705, 0.020249392837285995, 0.01696375198662281, 0.0036782536190003157, -0.007866722531616688, -0.015646599233150482, -0.032943256199359894, -0.020423082634806633, 0.018628282472491264, 0.007114064879715443, -0.03363801911473274, -0.026270655915141106, 4.3168143747607246e-05, 0.03398539870977402, -0.015849238261580467, 0.009885871782898903, -0.020437557250261307, -0.024794287979602814, 0.010377994738519192, -0.03389855474233627, -0.004515947308391333, 0.004837998189032078, -0.01138395071029663, -0.004244556184858084, 0.019945435225963593, 0.008706226013600826, 0.056999363005161285, -0.002849606331437826, 0.015776867046952248, 0.0016627226723358035, -0.013837326318025589, -0.027674652636051178, 0.013982067815959454, 0.008438453078269958, 0.011905021965503693, 0.04191725701093674, -0.009075317531824112, -0.012549122795462608, -0.020017806440591812, 0.002033623866736889, 0.0041830409318208694, 0.003685490693897009, 0.007219002582132816, 0.015907134860754013, -0.0016572948079556227, -0.026444345712661743, -0.010175355710089207, -0.004273504950106144, -0.023781094700098038, -0.018382221460342407, 0.015501857735216618, -0.02023491822183132, -0.03795132786035538, -0.01553080603480339, -0.02972998656332493, -0.008677276782691479, -0.009082554839551449, -0.010529973544180393, -0.0036999648436903954, 0.010435891337692738, 0.0022127418778836727, 0.2503455877304077, -0.006090015638619661, 0.003202414605766535, 0.030424747616052628, 0.01398930512368679, 0.004316927399486303, 0.022406047210097313, 0.016399258747696877, -0.024432433769106865, 0.027370695024728775, 0.005854810122400522, -0.00011059186363127083, -0.008112783543765545, -0.004070865921676159, 0.018078263849020004, -0.041540928184986115, -0.02367977611720562, -0.014423530548810959, -0.013793903402984142, -0.021653389558196068, -0.012860318645834923, -0.02276790142059326, -0.012266876175999641, -0.01935199275612831, 0.0015478337882086635, -0.03708287701010704, -0.0017278564628213644, -0.008771359920501709, 0.018223006278276443, 0.02771807461977005, -0.03505649045109749, -0.02511272020637989, 0.006654508877545595, 0.015718970447778702, -0.033464327454566956, 0.0017305704532191157, 0.012541886419057846, 0.01380114071071148, 0.01813616044819355, 0.015226848423480988, 0.0033145896159112453, -0.024721916764974594, 7.4137819865427446e-06, -0.002715720096603036, 0.020061228424310684, 0.027804920449852943, -0.03517228364944458, -0.0027880908455699682, 0.01923619955778122, 0.015632126480340958, -0.013200461864471436, 0.0020426700357347727, 0.011239209212362766, 0.034564368426799774, 0.020278340205550194, -0.02110336907207966, -0.013938645832240582, -0.006328839808702469, 0.008344370871782303, -0.0025004164781421423, 0.0029418792109936476, 0.039890870451927185, -0.01684795692563057, -0.0046498337760567665, 0.01835327409207821, 0.013518894091248512, -0.030308954417705536, -0.005630460102111101, 0.015907134860754013, -0.02970103919506073, 0.004190278239548206, 0.015415012836456299, -0.01380114071071148, 0.00020557873358484358, -0.01490841619670391, -0.03679339215159416, 0.024982452392578125, 0.01367811020463705, -0.005312027875334024, 0.03259587660431862, -0.038125019520521164, -0.007989753037691116, 0.013533367775380611, 0.001876216963864863, -0.027964135631918907, -0.03433277830481529, 0.03546176850795746, -0.0034195275511592627, -0.012339247390627861, 0.007635135669261217, 0.0017043359111994505, 0.0011317008174955845, -0.009799026884138584, -0.0024533753748983145, 0.013562316074967384, 0.02984578162431717, 0.0018300805240869522, 0.018555913120508194, -0.004193896893411875, -0.020017806440591812, -0.05474139004945755, 0.016515051946043968, 0.0397171787917614, 0.023781094700098038, -0.038096070289611816, -0.030569490045309067, -0.0023013963364064693, -0.016934802755713463, 0.000460234034107998, -0.02451927959918976, 0.0012990585528314114, -0.04188830778002739, -0.005912706721574068, -0.0012936308048665524, 0.03106161206960678, -0.013164276257157326, 0.004714967682957649, -0.01791904866695404, -0.007276899181306362, -0.02831151708960533, 0.009994428604841232, -0.04070142284035683, -0.008829256519675255, 0.020915204659104347, -0.003951454069465399, -0.026039069518446922, -0.007059786468744278, 0.012172793969511986, -0.01586371287703514, -0.0215520691126585, 0.004772864282131195, -0.025228513404726982, 0.03201691061258316, -0.0055472333915531635, -0.004114288836717606, 0.012578072026371956, -0.015197900123894215, 0.0029183586593717337, -0.009538491256535053, 0.015299219638109207, -0.008214103057980537, -0.01057339645922184, 0.03392750397324562, -0.004566607065498829, 0.026893045753240585, -0.0065604266710579395, 0.009784553200006485, -0.0030920489225536585, -0.006166005041450262, -0.015805816277861595, -0.03462226316332817, -0.0005233324482105672, -0.0011244636261835694, 0.008011464029550552, 0.018165109679102898, -0.009574676863849163, -0.019873064011335373, -0.04200410097837448, -0.00954572856426239, 0.0038175678346306086, -0.018121685832738876, -0.00965428538620472, 0.04093300923705101, -0.02162444032728672, -0.024837711825966835, -0.01629793830215931, -0.18781709671020508, 0.00992929469794035, 0.022594211623072624, -0.027949661016464233, 0.012208979576826096, 0.006871622055768967, 0.00674497289583087, -0.0009381084819324315, 0.012664916925132275, -0.006868003401905298, 0.026111438870429993, -0.023810043931007385, -0.02848520688712597, 0.0017070499015972018, -0.00417580408975482, -0.026965416967868805, 0.00055544706992805, -0.011369477026164532, 0.03945664316415787, 0.005207090172916651, 0.0349406972527504, -0.03453541919589043, -0.0028803639579564333, 0.0376039482653141, 0.01589266210794449, 0.029498400166630745, 0.015718970447778702, 0.02066914364695549, -0.010710900649428368, -0.04000666365027428, 0.011586589738726616, -0.004468906205147505, -0.007649609819054604, -0.01238990668207407, -0.007519342005252838, 0.019482260569930077, -0.013251121155917645, 0.002431663917377591, -0.0005233324482105672, 0.005659408401697874, 0.00996548030525446, 0.02628513053059578, -0.00817068014293909, 0.02506929822266102, 0.02506929822266102, 0.013475471176207066, 0.006118963938206434, -0.013736006803810596, 0.018917767331004143, -0.0050189257599413395, 0.006260087247937918, -0.025141669437289238, 0.0342169851064682, 0.004881420638412237, 0.02459164895117283, 0.027631230652332306, -0.010030614212155342, -0.0018925004405900836, -0.01553080603480339, 0.0038392790593206882, -0.002697627292945981, -0.023694250732660294, -0.0026361120399087667, -0.010638530366122723, -0.005923562683165073, 0.003301924793049693, -0.017788780853152275, 0.019670424982905388, -0.023448187857866287, -0.017687460407614708, 0.0022905406076461077, -0.01883092150092125, 0.010681952349841595, 0.010421417653560638, 0.005087677855044603, 0.03664864972233772, -0.01505315862596035, 0.018165109679102898, 0.0019648713059723377, 0.0017875625053420663, -0.005532759241759777, 0.02764570340514183, -0.03858819231390953, 0.02129153348505497, 0.009458883665502071, 0.034709107130765915, 0.00670878728851676, -0.0080404132604599, 0.006082778796553612, -0.016804534941911697, 0.015559755265712738, -0.006835436448454857, -0.02896285615861416, -0.0027175291907042265, 0.024939030408859253, 0.012303061783313751, -0.011333291418850422, -0.008380556479096413, -0.02150864712893963, 0.005203471519052982, -0.01341757457703352, 0.015950558707118034, -0.025691688060760498, 0.017166389152407646, 0.002424426842480898, 0.0030178686138242483, 0.011535929515957832, 0.010175355710089207, 0.05584142729640007, -0.013873511925339699, -0.024070579558610916, 0.00885096751153469, 0.013243884779512882, 0.03792237862944603, 0.010037851519882679, 0.01842564530670643, -0.002444328973069787, -0.021277060732245445, 0.026096966117620468, 0.003486470552161336, -0.006828199606388807, -0.016471628099679947, -0.0039116498082876205, 0.014018253423273563, 0.002565550385043025, -0.018092738464474678, -0.0464911013841629, -0.000693856505677104, 0.0021874119993299246, 0.02272447943687439, -0.012889266945421696, 0.013576790690422058, -0.01372876949608326, 0.030164213851094246, 0.011188548989593983, 0.007953567430377007, -0.014582746662199497, -0.019438838586211205, -0.008858204819262028, -0.0012601591879501939, 0.006773921195417643, 0.0014039964880794287, -0.0013298162957653403, -0.008771359920501709, -0.009799026884138584, 0.04773588106036186, -0.016124248504638672, -0.00199201051145792, 0.01997438259422779, -0.011854361742734909, 0.009335853159427643, 0.02305738627910614, -0.007859485223889351, 0.021827079355716705, 0.024258743971586227, -0.00827923696488142, 0.027515435591340065, -0.03178532421588898, 0.00927071925252676, -0.02386794053018093, -0.010544448159635067, -0.02742859162390232, -0.033551175147295, -0.021942872554063797, 0.0328853614628315, -0.017007173970341682, 0.019250674173235893, 0.026646984741091728, -0.02133495733141899, -0.01927962154150009, 0.015357116237282753, -0.01341757457703352, -0.012780710123479366, 0.04009350761771202, -0.009227296337485313, 0.007200909778475761, 0.0014284217031672597, 0.013424811884760857, -0.004686019383370876, 0.0024280454963445663, 0.02540220506489277, -0.01820853166282177, 0.021392853930592537, 0.014814333990216255, -0.015111055225133896, 0.02886153571307659, 0.004968266002833843, -0.017166389152407646, 0.013945882208645344, 0.00464259646832943, 0.0011914068600162864, 0.008423978462815285, -0.018961189314723015, -0.002715720096603036, 0.026241706684231758, -0.010804982855916023, -0.021016525104641914, 0.01765851303935051, -0.0016943849623203278, 0.0266904067248106, -0.022492891177535057, -0.019844114780426025, -0.016138723120093346, 0.0008046745206229389, 0.021277060732245445, -0.03413014113903046, -0.0164137315005064, -0.01211489737033844, -0.009762841276824474, -0.0088871531188488, 0.031148457899689674, 0.028687845915555954, 0.010023376904428005, -0.013374151661992073, 0.008641092106699944, -0.038327656686306, -0.00035122528788633645, 0.02628513053059578, 0.010016139596700668, -0.029049700126051903, 0.0004654357035178691, 0.004613648168742657, 0.009466120973229408, 0.022217882797122, 0.0029889203142374754, -0.00035687925992533565, -0.020900731906294823, -0.016471628099679947, -0.06536544114351273, 0.025141669437289238, -0.015125528909265995, 0.009979953989386559, 0.010804982855916023, -0.007939093746244907, -0.01391693390905857, -0.01626899093389511, 0.0022597829811275005, 0.03583809733390808, 0.004961028695106506, 0.006003170739859343, 0.0035570324398577213, 0.014090624637901783, -0.014387344941496849, -0.010349046438932419, -0.0003681872331071645, 0.01395311951637268, 0.013099142350256443, 0.0033163989428430796, 0.015212373808026314, -0.00018759908562060446, 0.008402267470955849, 0.009372038766741753, -0.011355002410709858, -0.005174523219466209, -0.012266876175999641, 0.030048418790102005, -0.010052325204014778, -0.005236038472503424, 0.010624055750668049, -0.0486043319106102, 0.00593803683295846, 0.026154862716794014, 0.011535929515957832, -0.04012245684862137, 0.0024714679457247257, 0.004335020203143358, 0.024649547412991524, 0.022695530205965042, -0.018251953646540642, -0.028919432312250137, 0.009169399738311768, -0.010291149839758873, -0.029122071340680122, 0.016240041702985764, -0.008561483584344387, 0.014640644192695618, 0.01499526109546423, -0.02459164895117283, 0.028499681502580643, -0.0009182064677588642, 0.014003779739141464, -0.011991866864264011, -0.007124920375645161, -0.043162036687135696, 0.0270522627979517, 0.022898169234395027, -0.017644038423895836, 0.013120853342115879, 0.0397171787917614, 0.022333675995469093, 0.02915102057158947, -0.00505872955545783, -0.01398930512368679, -0.006643653381615877, -0.007649609819054604, -0.004262648988515139, 0.023621879518032074, -0.03685129061341286, -0.007461445406079292, -0.009169399738311768, 0.00575349060818553, 0.017354553565382957, -0.0087351743131876, 0.016572948545217514, -0.006726880092173815, -0.011861599050462246, -0.0013831898104399443, 0.031553734093904495, 0.03135109692811966, 0.018092738464474678, -0.026198284700512886, -0.00493931770324707, 0.019337518140673637, 0.033435381948947906, -0.028832588344812393, 0.014307737350463867, 0.01689138077199459, -0.00605744868516922, -0.015907134860754013, 0.021190214902162552, -0.010493787936866283, 0.003059481969103217, -0.005217945668846369, 0.02195734716951847, -0.023115282878279686, 0.017600616440176964, 0.006980178412050009, 0.032219547778367996, -0.0025619317311793566, 0.009075317531824112, -0.00796804204583168, 0.0002508105826564133, -0.012310299091041088, -0.0021584636997431517, -0.016095299273729324, -0.019192777574062347, -0.012129371985793114, 0.004490617662668228, -0.005539996549487114, -0.01272281352430582, -0.03528807684779167, 0.016616370528936386, -0.026661459356546402, 0.008641092106699944, -0.006784776691347361, -0.013924171216785908, -0.018266428261995316, 0.036185476928949356, 0.005934418179094791, 0.020162547007203102, -0.004324164241552353, 0.0018725984264165163, 0.02577853389084339, 0.016572948545217514, -0.03389855474233627, -0.0177743062376976, 0.014191944152116776, 0.010254964232444763, 0.0030685283709317446, -0.006166005041450262, -0.0005699212779290974, -0.009806264191865921, -0.028716793283820152, -0.011825413443148136, -0.011601063422858715, 0.027819395065307617, 0.012838606722652912, 0.03670654818415642, 0.01586371287703514, -0.013019534759223461, 0.009133214130997658, 0.0062854173593223095, 0.00793185643851757, 0.023549508303403854, -0.00385013478808105, 0.0008702607010491192, -0.02485218457877636, 0.016384784132242203, -0.011702382937073708, -0.009827975183725357, -0.0396592803299427, -0.02095862850546837, 0.011347765102982521, -0.0017947995802387595, -0.008713462390005589, 0.013996542431414127, 0.010088510811328888, 0.012918215245008469, -0.012418855912983418, 0.025894327089190483, 0.0013958547497168183, -0.008214103057980537, -0.013938645832240582, 0.0010186211438849568, -0.020582299679517746, -0.009075317531824112, -0.03256692737340927, -0.005333739332854748, -0.010768798179924488, -0.0376039482653141, -0.022825798019766808, -0.014228129759430885, -0.009444409050047398, -0.009567439556121826, -0.008539772592484951, 0.0349406972527504, -0.007106827571988106, -0.0036728258710354567, -0.0005138337728567421, -0.02984578162431717, -0.017007173970341682, 0.030627386644482613, 0.005257749930024147, 0.002352055860683322, -0.004063629079610109, -0.04090406373143196], \"fa410870-8515-46f8-a4cd-b31333a824b8\": [0.008305332623422146, -0.008120769634842873, 0.034943919628858566, -0.04235377907752991, -0.02091713435947895, 0.0004137713403906673, -0.0438576266169548, -0.00763543788343668, -0.007601259276270866, -0.04344748705625534, 0.011620630510151386, 0.015011120587587357, -0.002930791350081563, -0.0020797511097043753, -0.01043122448027134, 0.034561123698949814, -0.00583424000069499, -0.0070749130100011826, 0.04396699741482735, 0.0007626038859598339, -0.0034759356640279293, 0.007731136865913868, -0.015393917448818684, -0.00023647128546144813, -0.033248674124479294, 0.005376250483095646, 0.02220224030315876, -0.02013786882162094, 0.0004295788239687681, -0.007095420267432928, 0.009050420485436916, -0.005622334312647581, -0.019741401076316833, -0.02459472231566906, -0.003605813253670931, -0.0007784113404341042, -0.0072526405565440655, -0.016173183917999268, 0.008216469548642635, -0.01939961686730385, 0.022585036233067513, 0.0031751664355397224, -0.00946056004613638, 0.015407589264214039, 0.007204791065305471, 0.028737135231494904, 0.011292518116533756, -0.0031409880612045527, -0.027479372918605804, 0.021764757111668587, 0.007683287374675274, 0.0393187440931797, -0.024280281737446785, -0.03155342862010002, -0.004347482696175575, -0.002937627024948597, -0.021641714498400688, 0.01622786931693554, 0.016063813120126724, -0.01885276474058628, 0.0024471681099385023, 0.014382239431142807, -0.03387755528092384, 0.0027906601317226887, -0.011258340440690517, 0.006924528628587723, -0.008298497647047043, 0.009631452150642872, -0.0036263202782720327, 0.015147833153605461, 0.016692694276571274, 0.004576477687805891, -0.013958428055047989, 0.025893498212099075, 0.03691259026527405, -0.0062785581685602665, -0.005970953498035669, -0.030924547463655472, 0.003766451496630907, 0.010253497399389744, 0.01341840997338295, -0.014505281113088131, -0.027752799913287163, 0.02181944251060486, 0.005960699636489153, 0.02492283470928669, 0.01565367355942726, 0.01480604987591505, -0.0053044757805764675, -0.014929092489182949, -0.01900314912199974, -0.005895760841667652, 0.026371994987130165, 0.012099127285182476, 0.004832814913243055, 0.010841364972293377, -0.006357168313115835, 0.0033443490974605083, -0.010479073971509933, -0.02016521245241165, -0.007778986822813749, -0.009699808433651924, -0.02963944338262081, -0.013220176100730896, -0.026289967820048332, -0.0130424490198493, 0.019016819074749947, 0.028354337438941002, 0.01561265904456377, -0.007033899426460266, -0.02674112096428871, 0.028244968503713608, 0.002886359579861164, -0.02151867374777794, -0.013561959378421307, -0.007956714369356632, -0.023063533008098602, -0.0154349310323596, -0.013849057257175446, -0.014026784338057041, 0.010390210896730423, 0.04254517704248428, 0.009542588144540787, 0.010540595278143883, -0.001403020229190588, 0.006675026845186949, -0.004087727516889572, -0.002013103337958455, -0.024485351517796516, -0.018551994115114212, 0.06726294010877609, -0.0024437501560896635, 0.012529773637652397, 0.012105962261557579, -0.019112519919872284, 0.022926820442080498, -0.009522081352770329, 0.0012927951756864786, -0.027985211461782455, -0.017854757606983185, 0.027411015704274178, 0.027561401948332787, -0.0029564250726252794, 0.00032597576500847936, 0.019550001248717308, 0.018907450139522552, 0.014559966512024403, 0.032619792968034744, -0.013719179667532444, -0.01691143587231636, -0.007040734868496656, 0.0268368199467659, 0.023200247436761856, 0.01661066524684429, 0.005622334312647581, -0.00514725549146533, 0.02928398922085762, -0.014368567615747452, 0.017977798357605934, -0.0016277426620945334, 0.006411853712052107, 0.003814300987869501, 0.006968960631638765, -0.016720036044716835, -0.0028590168803930283, 0.02991287037730217, 0.013425245881080627, -0.020657379180192947, 0.007423532195389271, 0.003961267881095409, -0.0018729722360149026, 0.027985211461782455, -0.01726689003407955, 0.009146119467914104, -0.0093238465487957, 0.01831958256661892, 0.036174338310956955, 0.001517517608590424, -0.031416717916727066, -0.0028658525552600622, -0.03510797396302223, -0.00887269340455532, 0.02827231027185917, 0.015557973645627499, -0.023897483944892883, 0.020725736394524574, -0.003551127854734659, 0.0143002113327384, 0.0024505858309566975, 0.008107098750770092, 0.014778707176446915, -0.0025103979278355837, 0.0036502450238913298, -0.0020165210589766502, -0.5923513770103455, 0.00811393465846777, -0.0051711807027459145, -0.022790107876062393, 0.007341504096984863, 0.017376260831952095, 0.01151809561997652, 0.01769070141017437, -0.019850771874189377, -0.031717486679553986, -0.007655944675207138, 0.0047200266271829605, 0.00854458101093769, -0.009932220913469791, -0.012604965828359127, -0.009351189248263836, 0.009405874647200108, -0.0003712620527949184, 0.026399338617920876, 0.025893498212099075, -0.007956714369356632, 0.0021669059060513973, -0.006080323830246925, -0.01270066574215889, 0.025688428431749344, -0.010103113017976284, 0.023747099563479424, 0.007218462415039539, -0.007560245227068663, 0.019290246069431305, -0.03762349858880043, 0.004330393858253956, 0.007731136865913868, 0.01682940684258938, 0.056435249745845795, -0.00597778894007206, -0.0272196177393198, 0.012263182550668716, 0.02396584115922451, 0.032291680574417114, -0.009317011572420597, 0.004238112363964319, 0.004716608673334122, 0.008175455033779144, -0.012919406406581402, 0.006787815131247044, 0.032920561730861664, 0.009754493832588196, -0.005085734650492668, -0.02285846322774887, 0.004644834436476231, -0.01685675047338009, 0.00043043328332714736, 0.0065280599519610405, -0.023924827575683594, -0.02199717052280903, 0.007929371669888496, -0.039100002497434616, 0.004846486262977123, -0.003510114038363099, -0.00826431903988123, 0.0006023929454386234, -0.016651680693030357, -0.01028084009885788, -0.03732272982597351, 0.019850771874189377, -0.009146119467914104, -0.017048148438334465, 0.0007519231294281781, -0.0034485929645597935, -0.006288811564445496, 0.01804615557193756, 0.011340368539094925, -0.029858184978365898, 0.013479931280016899, 0.013541452586650848, 0.04117804393172264, -0.023418989032506943, -0.008209633640944958, 0.014054127037525177, -0.013103969395160675, -0.010424389503896236, -0.030104268342256546, -0.00027748526190407574, 0.01693877764046192, -0.006377675570547581, -0.010198812000453472, -0.030979232862591743, 0.014026784338057041, -0.013910578563809395, 0.01822388358414173, -0.0070885843597352505, 0.004285961855202913, -0.005533470772206783, 0.0029632607474923134, 0.037131331861019135, -0.004118488170206547, -0.013602972961962223, -0.014190840534865856, -0.029065247625112534, -0.02802622690796852, -0.039728883653879166, -0.01998748444020748, 0.019467974081635475, 0.03885392099618912, 0.007163777016103268, -0.009720315225422382, -0.0026419844944030046, 0.03529937565326691, -0.01996014080941677, -0.007806329522281885, 0.004224441014230251, -0.025032205507159233, -0.006063234992325306, 0.006951871328055859, -0.02706923335790634, 0.019878113642334938, -0.003944178577512503, 0.006220455281436443, -0.01431388221681118, 0.020835107192397118, 0.008038741536438465, 0.020424967631697655, -0.015981784090399742, 0.02023356780409813, 0.006087159737944603, -0.015995455905795097, 0.005536888726055622, 0.0018780989339575171, 0.0004438909818418324, 0.008640280924737453, -0.01325435470789671, 0.02668643556535244, -0.01446426659822464, 0.01963203027844429, -0.030979232862591743, -0.012242675758898258, 0.0005994023522362113, 0.00860610231757164, -0.0244443379342556, -0.03450643643736839, -0.01480604987591505, -0.000553261605091393, -0.005458278581500053, -0.005752211902290583, -0.018688708543777466, -0.05028315261006355, 0.002754773013293743, -0.006336661521345377, 6.755559297744185e-05, 0.003335804445669055, -0.0029325003270059824, -0.00022621778771281242, 0.017321575433015823, -0.006145262625068426, 0.015380246564745903, 0.00835318211466074, -0.018729722127318382, -0.010369704104959965, -0.01693877764046192, -0.021682729944586754, 0.006541731301695108, 0.002698378637433052, 0.0018593008862808347, -0.003142697038128972, -0.02190146967768669, -0.0015217899344861507, 0.014177168719470501, -0.04117804393172264, -0.017581330612301826, -0.015544301830232143, 0.016665350645780563, -0.006774143781512976, -0.013363724574446678, -0.00013852902338840067, 0.01975507102906704, -0.00909826997667551, -0.01445059571415186, 0.015216190367937088, -0.0019481645431369543, -0.0012201662175357342, 0.013103969395160675, 0.00361606664955616, -0.020247239619493484, 0.03573685511946678, 0.03852580860257149, 0.021135875955224037, 0.027711786329746246, -0.010157798416912556, 0.013391067273914814, 0.009795507416129112, 0.003598977578803897, -0.016966121271252632, -0.016487624496221542, 0.010595280677080154, 0.05856797844171524, 0.0075739165768027306, 0.01849730871617794, 0.0015995455905795097, -0.0029325003270059824, -0.0025360316503793, 0.009508409537374973, -0.005017377901822329, -0.028682449832558632, 0.02495017647743225, -0.049080073833465576, 0.010089441202580929, 0.0062546334229409695, 0.010062098503112793, 0.010738830082118511, 0.008913706988096237, -0.017827413976192474, -0.042271751910448074, -0.010554267093539238, 0.01834692433476448, 0.02207919768989086, -0.007546573877334595, -0.003557963529601693, -0.0002856026403605938, -0.009898043237626553, -0.012803200632333755, -0.019741401076316833, 0.006135009229183197, 0.041013989597558975, -0.02190146967768669, 0.018716050311923027, 0.0015012829098850489, 0.00812760554254055, -0.03404160961508751, -0.0317448265850544, -0.01480604987591505, -0.014286539517343044, 0.015940770506858826, 0.0009962981566786766, -0.005287386942654848, 0.012502430938184261, 0.044541191309690475, -0.018483638763427734, 0.021108534187078476, -0.008195961825549603, -0.007703794632107019, 0.023077204823493958, 0.012946749106049538, -0.01622786931693554, 0.004764458630234003, 0.020493322983384132, 0.025155246257781982, 0.015257203951478004, -0.01334321778267622, 0.015886085107922554, -0.023856470361351967, 0.04240846633911133, -0.015968114137649536, -0.02512790448963642, 0.02214755490422249, -0.006340079475194216, 0.009850192815065384, 0.03765084221959114, 0.023295946419239044, 0.003318715374916792, 0.004641416482627392, -0.024690421298146248, 0.009487902745604515, 0.011866714805364609, 0.020506994798779488, 0.0018541740719228983, -0.027725456282496452, -0.01658332347869873, -0.026877835392951965, 0.01882542110979557, 0.007382518146187067, -0.006500717252492905, -0.022434651851654053, -0.004306469112634659, 0.012017099186778069, 0.00026723177870735526, 0.013165490701794624, 0.017581330612301826, 0.02668643556535244, 0.0033460580743849277, -0.026399338617920876, -0.002614641794934869, 0.006938199978321791, 0.043228745460510254, -0.0027137589640915394, -0.029666785150766373, -0.01691143587231636, 0.010554267093539238, 0.008291661739349365, -0.0007792658288963139, -0.01816919818520546, 0.013425245881080627, 0.025633743032813072, -0.016268882900476456, -0.029748814180493355, 0.036529794335365295, 0.02285846322774887, -0.020192554220557213, -0.03253776580095291, 0.016446609050035477, 0.008954721502959728, 0.004344065207988024, -0.02507321909070015, -0.015407589264214039, 0.027328988537192345, 0.01983710005879402, -0.05282601714134216, 0.0050310492515563965, 0.008209633640944958, -0.008394196629524231, -0.02313189022243023, -0.03992028161883354, -0.02038395218551159, 0.011374546214938164, 0.007047570776194334, 0.011148969642817974, -0.00986386463046074, -0.022065525874495506, 0.04987301304936409, 0.006473374553024769, -0.01132669672369957, 0.004689265973865986, -0.03305727615952492, 0.05312678962945938, -0.029092589393258095, 0.018401609733700752, 0.009193968959152699, -0.015011120587587357, 0.0011560817947611213, 0.0021942483726888895, -0.021655386313796043, -0.005584738217294216, 0.005471949931234121, 0.000600256840698421, -0.03122531808912754, -0.001692681573331356, 0.016241539269685745, 0.0011056688381358981, 0.02119056135416031, 0.014888077974319458, 0.008045577444136143, -0.027028219774365425, 0.021381959319114685, -0.004549134988337755, 0.0069416179321706295, -0.005516381468623877, 0.01846996694803238, 0.040986645966768265, -0.007115927059203386, 0.027957869693636894, -0.011340368539094925, 0.0228037778288126, 0.012242675758898258, -0.008489895612001419, 0.00971348024904728, -0.011702658608555794, 0.017143847420811653, 0.02464940771460533, 0.007368846796452999, 0.03431503847241402, -0.0032435229513794184, 0.016966121271252632, 0.02091713435947895, -0.016815735027194023, 0.011873549781739712, 0.013917413540184498, 0.008934213779866695, 0.00154486030805856, 0.03185419738292694, 0.012823707424104214, 0.0035066960845142603, 0.01509314775466919, 0.008565087802708149, 0.010321853682398796, 0.0015012829098850489, 0.0031238989904522896, -0.04117804393172264, -0.008079756051301956, 0.007061242125928402, -0.0010296220425516367, 0.012023935094475746, 0.002708632266148925, 0.00666477344930172, -0.019686715677380562, 0.0240615401417017, -0.023241261020302773, 0.007683287374675274, -0.009419546462595463, -0.012153812684118748, 0.000310381903545931, -0.0052190301939845085, -0.02124524675309658, -0.016186853870749474, -0.025291960686445236, -0.013575630262494087, -0.0026197684928774834, -0.02169639989733696, -0.010595280677080154, 0.010991749353706837, -0.00012368281022645533, 0.00902307778596878, -0.0017499302048236132, 0.014532623812556267, 0.003342640120536089, -0.005957282148301601, -0.015831399708986282, 0.015147833153605461, -0.016063813120126724, -0.0014055835781618953, 0.00805241335183382, 0.0337681844830513, -0.00909826997667551, -0.0009082889882847667, 0.0012739970115944743, 0.02384279854595661, -0.017636016011238098, 0.01643293909728527, 0.019413288682699203, 0.023377973586320877, -0.0018593008862808347, 0.003523785388097167, 0.022585036233067513, 0.008818008005619049, -0.020178882405161858, 0.01509314775466919, -0.005075481254607439, -0.012748515233397484, 0.011278847232460976, 0.012707500718533993, -0.004210769664496183, -0.00011780841305153444, -0.006640848703682423, -0.0043850792571902275, -0.0114018889144063, 0.01464199461042881, -0.017704371362924576, 0.011764178983867168, 0.013322710990905762, -0.0010552557650953531, 0.009795507416129112, -0.0013688418548554182, 0.00312219001352787, -0.010916557163000107, -0.02633098140358925, 0.008715473115444183, -0.02787584252655506, 0.021764757111668587, 0.0067297122441232204, -0.010021084919571877, 0.027629757300019264, -0.017499301582574844, -0.036857906728982925, 0.017827413976192474, -0.003827972337603569, -0.008141277357935905, 0.0248271357268095, -0.025209931656718254, -0.005113077349960804, -0.0143002113327384, -0.00548220332711935, -0.0010663637658581138, 0.0030025658197700977, -0.016966121271252632, 0.022585036233067513, -0.0026351488195359707, -0.012652816250920296, -0.01885276474058628, -0.00942638237029314, 0.004067220725119114, -0.030350351706147194, -0.03398692607879639, 0.01574937254190445, 0.0034896070137619972, 0.04016636684536934, -0.025032205507159233, 0.024348638951778412, -0.007170612458139658, 2.06538552447455e-05, 0.0060666524805128574, 0.003534038783982396, -0.01445059571415186, -0.015462273731827736, 0.04374825581908226, -0.011012256145477295, 0.017909443005919456, 0.014573637396097183, 0.01700713485479355, 0.009180298075079918, -0.003405870171263814, 0.030760493129491806, -0.00869496539235115, 0.012892063707113266, -0.024403324350714684, -0.016542309895157814, 0.036146994680166245, 0.024102553725242615, 0.0014209639048203826, -0.002161778975278139, 0.005102823954075575, 0.022215910255908966, 0.000880091858562082, 0.03532671555876732, -0.004091145470738411, -0.06912224739789963, 0.01111479103565216, 0.002754773013293743, -0.006524641998112202, 0.006907439325004816, -0.013158654794096947, -0.017294231802225113, 0.0006993739516474307, -0.02462206594645977, 0.02769811451435089, -0.013855893164873123, 0.026166925206780434, -0.009166626259684563, 0.0054070111364126205, -0.007970385253429413, -0.010807186365127563, 0.006234126631170511, -0.014122484251856804, -0.011210490949451923, -0.00942638237029314, -0.0044466000981628895, -0.005430935882031918, 0.04254517704248428, 0.005745376460254192, -0.02665909379720688, -0.003827972337603569, 0.011504423804581165, -0.01759500242769718, 0.0004951584851369262, -0.025141576305031776, -0.01682940684258938, -0.007245804648846388, -0.039045318961143494, -0.00381771894171834, -0.036146994680166245, 0.02492283470928669, 0.02931133098900318, 0.0019037326565012336, 0.01655597984790802, -0.014683008193969727, 0.007943042553961277, -0.007560245227068663, 0.011285683140158653, 0.030076926574110985, -0.030158953741192818, 0.02704188972711563, -0.0010381665779277682, 0.01829223893582821, -0.031990911811590195, -0.07054406404495239, 0.011374546214938164, -0.010643130168318748, 0.03371350094676018, 0.02181944251060486, 0.010786679573357105, -0.0008454862982034683, 0.01879807934165001, -0.009556259959936142, 0.007553409785032272, -0.026043882593512535, 0.0079362066462636, 0.006080323830246925, -0.011839372105896473, -0.0061110844835639, -0.0018046156037598848, -0.014477938413619995, 0.003974939230829477, -0.018305910751223564, -0.004415839444845915, -0.020602693781256676, 0.0042210230603814125, -0.010643130168318748, 0.0314987450838089, -0.02955741435289383, 0.022516680881381035, 0.003834808012470603, 0.00514725549146533, 0.01691143587231636, 0.014505281113088131, -0.03319399058818817, 0.010561102069914341, 0.00894788559526205, 0.022571366280317307, -0.030377695336937904, -0.011695822700858116, 0.010198812000453472, 0.02076674997806549, -0.010643130168318748, -0.013008270412683487, -0.0015072640962898731, 0.0456075556576252, -0.018907450139522552, 0.008708637207746506, -0.004091145470738411, 0.011470246128737926, 0.03349475935101509, 0.03278384730219841, -0.0005105387535877526, -0.05476734787225723, -0.011456574313342571, -0.01766335777938366, 0.009672465734183788, 0.0079362066462636, -0.0007788385846652091, -0.010178305208683014, -0.0158724132925272, -0.004692683927714825, -0.03699461743235588, -0.011162640526890755, 0.018483638763427734, -0.00631957221776247, -0.008332675322890282, 0.0011885511921718717, 0.006958706770092249, 0.031389374285936356, 0.009754493832588196, -0.001696953782811761, 0.00312219001352787, 0.03852580860257149, -0.03182685747742653, 0.03338538855314255, -0.020042169839143753, -0.004074056167155504, -0.008271154947578907, 0.0022608961444348097, 0.006476792506873608, -0.04817776754498482, 0.006627177353948355, -0.019385945051908493, -0.013650822453200817, 0.00205069943331182, 0.028518393635749817, -0.012885228730738163, -0.010916557163000107, -0.004538881592452526, 0.06195846572518349, -0.022243253886699677, -0.004361154045909643, -0.018059827387332916, -0.028135597705841064, 0.006951871328055859, -0.04377559944987297, -0.000954429735429585, 0.007389353588223457, 0.007990892045199871, -0.017198532819747925, -0.03669384866952896, -0.0019584179390221834, -0.01349360216408968, -0.005184852052479982, -0.032319024205207825, 0.02477245032787323, 0.017143847420811653, 0.0024950176011770964, 0.004990035202354193, -0.009945892728865147, -0.02477245032787323, 0.0008318150066770613, 0.022338952869176865, -0.006008549593389034, -0.012509266845881939, 0.014819721691310406, 0.013384232297539711, -0.0005737686296924949, 0.03893594816327095, -0.022776436060667038, -0.025565387681126595, 0.015052134171128273, -0.011798357591032982, -0.03918202966451645, 0.0032640299759805202, -0.00575904780998826, 0.017171191051602364, 0.0077516441233456135, -0.011873549781739712, -0.026768464595079422, -0.006258051376789808, -0.03130734711885452, -0.029420701786875725, 0.0011953868670389056, 0.02076674997806549, -0.001794362091459334, 0.034287694841623306, -0.008558252826333046, 0.03190888464450836, -0.018182868137955666, 0.013814878650009632, -0.040986645966768265, -0.02358304336667061, 0.008510402403771877, -0.01189405657351017, 0.00028752515208907425, 0.021299932152032852, -0.006931364070624113, 0.013015106320381165, 0.02784849889576435, 0.004426092840731144, 0.012857886031270027, 0.03177217021584511, -0.006487045902758837, -0.0036263202782720327, -0.0317448265850544, 0.0015892920782789588, -0.026426680386066437, -0.018387937918305397, 0.027151260524988174, -0.025688428431749344, -0.011976084671914577, -0.00044303652248345315, 0.020192554220557213, -0.024813463911414146, -0.0019071504939347506, 0.0021190561819821596, -0.017636016011238098, 0.006770726293325424, -0.006910857278853655, -0.01718486100435257, 0.010861871764063835, -0.021682729944586754, 0.009200804866850376, 0.013302204199135303, -0.027123918756842613, 0.05011909455060959, 0.006008549593389034, 0.022434651851654053, 0.008524074219167233, -0.017253218218684196, -0.03896329179406166, 0.009269162081182003, -0.007485053036361933, 0.01715751923620701, 0.0202882532030344, -0.008585595525801182, -0.00942638237029314, -0.01595444232225418, 0.0018695543985813856, -0.008886364288628101, -3.965219730162062e-05, -0.02931133098900318, 0.019235560670495033, 0.009952728636562824, -0.032592449337244034, -0.005673601757735014, 0.00037831132067367435, -0.04634580761194229, -0.012276854366064072, -0.008120769634842873, -0.007054406218230724, -0.0408225916326046, -0.016665350645780563, -0.017950456589460373, 0.011429231613874435, -0.031717486679553986, -0.013931085355579853, 0.0026761628687381744, 0.023268602788448334, -0.004607238341122866, 0.2723328769207001, -0.012105962261557579, 0.009631452150642872, 0.03354944288730621, -0.001915695145726204, 0.006487045902758837, 0.023555701598525047, 0.018264897167682648, -0.01723954640328884, 0.025360317900776863, -0.01574937254190445, 0.015763042494654655, -0.0029940211679786444, 0.0042586191557347775, 0.01912618987262249, -0.013855893164873123, -0.029803499579429626, -0.02313189022243023, -0.016214197501540184, 0.011073777452111244, 0.006199948024004698, -0.008093426935374737, -0.024225596338510513, -0.011340368539094925, 0.00835318211466074, -0.027274303138256073, 0.006709204986691475, 0.008640280924737453, 0.015886085107922554, 0.006432360503822565, -0.04544350132346153, -0.012365717440843582, -0.008578759618103504, 0.024334967136383057, -0.021053848788142204, -0.012406731955707073, 0.02522360347211361, 0.01900314912199974, 0.010991749353706837, 0.004901171661913395, -0.0038518973160535097, -0.0204112958163023, 0.0018968969816341996, -0.023090876638889313, 0.015366574749350548, 0.010082606226205826, -0.01445059571415186, -0.031690143048763275, 0.0002100898855132982, 0.019700385630130768, -0.0202882532030344, -0.010656801983714104, 0.029092589393258095, 0.03302993252873421, -0.0018832257483154535, -0.005653094965964556, 0.009330682456493378, -0.0016619210364297032, 0.020999163389205933, 0.02061636559665203, 0.0008108807378448546, 0.034561123698949814, -0.0013782409951090813, -0.00915979128330946, 0.018073497340083122, 0.021559687331318855, -0.0143002113327384, -0.011258340440690517, 0.01628255471587181, -0.035272032022476196, -0.010998585261404514, 0.007813164964318275, -0.00018627186364028603, 0.021163219586014748, -0.012680158950388432, -0.019167205318808556, 0.013179161585867405, 0.0240615401417017, 0.0012355464277788997, 0.04475993290543556, -0.027452031150460243, -0.0347798615694046, -0.0032435229513794184, -0.000907434499822557, -0.033248674124479294, -0.006008549593389034, 0.026262624189257622, -0.008599266409873962, -0.0013047575484961271, -0.008086591958999634, -0.008305332623422146, -0.015052134171128273, -0.013008270412683487, 0.017977798357605934, 0.0048840828239917755, 0.025182589888572693, 0.00894788559526205, -0.00015775432984810323, -0.02106751874089241, -0.014518951997160912, -0.03144405782222748, 0.01607748307287693, 0.02638566680252552, 0.024034198373556137, -0.03223699703812599, -0.007881521247327328, -0.009166626259684563, -0.03056909330189228, -0.016132168471813202, -0.00018285404075868428, -0.017253218218684196, -0.02689150534570217, 0.007389353588223457, -0.014765036292374134, 0.017130175605416298, -0.004846486262977123, -0.0022438070736825466, -0.019919127225875854, 0.005208776798099279, -0.01892112009227276, -0.005205358844250441, -0.05022846534848213, -0.018565665930509567, 0.01353461667895317, -0.01021931879222393, -0.005119913257658482, -0.0243212953209877, 0.015052134171128273, -0.004084310028702021, -0.013514109887182713, -0.0013551706215366721, -0.020971819758415222, 0.032647136598825455, 0.002848763484507799, -0.013138148002326488, 0.005068645346909761, -0.010267169214785099, 0.006849336437880993, -0.006507553160190582, 0.00722529785707593, 0.008011399768292904, -0.02414356917142868, 0.03693993389606476, -0.021163219586014748, 0.017143847420811653, -0.004398750606924295, -0.0004451726854313165, 0.017280561849474907, 0.011107955127954483, -0.025565387681126595, -0.014874407090246677, -0.015352903865277767, 0.003598977578803897, -0.005895760841667652, 0.006398182362318039, -0.023801784962415695, 0.0018524652114138007, -0.02199717052280903, -0.000856594240758568, 0.031061261892318726, -0.026276296004652977, -5.9812067775055766e-05, 0.0393187440931797, -0.012734843418002129, -0.019878113642334938, -0.01945430226624012, -0.17400868237018585, 0.018483638763427734, 0.02605755440890789, -0.02827231027185917, 0.0012962130131199956, 0.03663916513323784, 0.008913706988096237, 0.0037254374474287033, -0.0021925396285951138, -0.016036469489336014, 0.01957734487950802, -0.020479653030633926, -0.02575678564608097, -0.0026334398426115513, -0.008988899178802967, -0.015216190367937088, -0.0024471681099385023, -0.007382518146187067, 0.026071226224303246, -0.006890350487083197, 0.0441037118434906, -0.01620052568614483, -0.010711487382650375, 0.010670472867786884, 0.004528628196567297, 0.0158724132925272, 0.013391067273914814, -0.017198532819747925, 0.0044226753525435925, -0.02963944338262081, -0.01708916202187538, -0.012707500718533993, -0.004949021618813276, -0.001770437229424715, 0.018661364912986755, 0.000849758624099195, -0.009050420485436916, 0.010260333307087421, -0.004118488170206547, 0.00038792399573139846, -0.0013227012241259217, 0.033303361386060715, -0.01756765879690647, 0.028436366468667984, 0.018565665930509567, 0.020192554220557213, 0.004265455063432455, -0.016419267281889915, 0.00722529785707593, -0.0008642844040878117, 0.007109091617166996, -0.021176889538764954, 0.04607238247990608, 0.01574937254190445, 0.026946190744638443, 0.013473095372319221, -0.008045577444136143, 0.006271722726523876, 0.005677019711583853, -0.0006463975878432393, -0.016638008877635002, -0.009515245445072651, 0.0036741700023412704, -0.003291372675448656, 0.009282832965254784, 0.018784407526254654, -0.01368500106036663, 6.803622818551958e-05, -0.031416717916727066, 0.00172002415638417, -0.0012791238259524107, -0.016966121271252632, 0.02994021214544773, -0.007423532195389271, 0.012837379239499569, 0.014491609297692776, -0.008510402403771877, 0.015694687142968178, 0.0015508414944633842, 0.004156084265559912, -0.017444616183638573, -0.0012475088005885482, -0.019618358463048935, 0.00624438002705574, 0.006883514579385519, 0.02958475798368454, -0.0023890649899840355, 0.00991855002939701, 0.010390210896730423, -0.02046598121523857, 0.01446426659822464, -0.01667902246117592, -0.029721470549702644, -0.02449902333319187, 0.0020524084102362394, 0.019057834520936012, 0.016186853870749474, -0.013124477118253708, -0.024635735899209976, -0.011962413787841797, 0.008223304525017738, -0.008489895612001419, -0.021682729944586754, 0.021505001932382584, 0.008038741536438465, 0.0074782175943255424, -0.005239536985754967, 0.010704651474952698, 0.03792426735162735, -0.006774143781512976, -0.013808042742311954, -0.0011996591929346323, 0.00040052723488770425, 0.01996014080941677, 0.013062955811619759, 0.009200804866850376, -0.014600980095565319, -0.031088603660464287, 0.016638008877635002, 0.01565367355942726, 0.018264897167682648, -0.007594423834234476, 0.007485053036361933, 0.016638008877635002, 0.020178882405161858, -0.01829223893582821, -0.05274398997426033, -0.014915420673787594, 0.0010971241863444448, 0.02575678564608097, -0.000944176223129034, 0.02782115712761879, -0.018278568983078003, 0.026932520791888237, 0.00024736562045291066, 0.02358304336667061, -0.02109486237168312, 0.002961551770567894, -0.004210769664496183, -0.008271154947578907, -0.005331818480044603, 0.004576477687805891, 0.0006805759039707482, 0.0003528911911416799, -0.025264617055654526, 0.057091474533081055, -0.007867850363254547, -0.03278384730219841, 0.001946455566212535, -0.0220518559217453, -0.018757063895463943, 0.006784397643059492, -0.03693993389606476, 0.004289379809051752, 0.016323568299412727, -0.011559109203517437, 0.024280281737446785, -0.018182868137955666, 0.020151540637016296, -0.019536331295967102, -0.002064370783045888, -0.010410717688500881, -0.027807485312223434, -0.0011842789826914668, 0.03797895461320877, -0.006326408125460148, 0.0036263202782720327, 0.013582466170191765, -0.0022574784234166145, -0.022256925702095032, 0.024075211957097054, -0.018428953364491463, -0.017225876450538635, 0.03601028397679329, -0.018510980531573296, -0.0028880685567855835, -0.02336430363357067, 0.0021258918568491936, 0.004778129979968071, -0.012017099186778069, 0.031088603660464287, -0.003534038783982396, 0.010014249011874199, 0.01882542110979557, -0.027000876143574715, 0.02073940820991993, 0.009542588144540787, -0.016159512102603912, -0.006811740342527628, 0.0019276575185358524, 0.021833114326000214, 0.038471121340990067, -0.007765315473079681, -0.008749650791287422, 0.019317589700222015, 0.0008395051117986441, -0.029092589393258095, 0.0122221689671278, -0.018401609733700752, 0.024581050500273705, -0.035600144416093826, -0.009911714121699333, -0.01557164452970028, 0.002037028083577752, 0.01628255471587181, -0.019618358463048935, -0.009686137549579144, -0.004210769664496183, -0.008175455033779144, -0.006234126631170511, 0.012693829834461212, 0.028518393635749817, 0.0077174655161798, 7.321638258872554e-05, 0.021655386313796043, -0.05173231288790703, -0.01622786931693554, 0.04210769757628441, 0.0030076925177127123, -0.004364571999758482, 0.009597273543477058, 0.017430946230888367, -0.004460271447896957, -0.01054743118584156, 0.005523217376321554, 0.0009988615056499839, -0.004265455063432455, -0.019290246069431305, -0.06485679000616074, 0.021477660164237022, -0.00281287613324821, 0.0081891268491745, 0.020397624000906944, 0.006907439325004816, -0.013657658360898495, -0.024991191923618317, 0.017636016011238098, 0.01464199461042881, 0.010984913446009159, -0.0003041870950255543, -0.014108812436461449, 0.000822843168862164, -0.014956435188651085, -0.0034947337117046118, -0.0011372837470844388, 0.02396584115922451, 0.004873828962445259, 0.01577671431005001, 0.006794651038944721, -0.009166626259684563, -0.021778428927063942, -0.007806329522281885, -0.021286260336637497, -0.0010629459284245968, -0.0012526356149464846, 0.01990545727312565, -0.016473952680826187, 0.0023993183858692646, 0.012611801736056805, -0.021655386313796043, 0.0003845061582978815, 0.001977215986698866, -0.0004712336522061378, -0.0335220992565155, 0.010930228047072887, 0.030623778700828552, 0.031061261892318726, 0.022749092429876328, -0.014559966512024403, -0.006275140214711428, 0.013138148002326488, 0.001534606795758009, -0.03188154101371765, -0.012693829834461212, -0.02799888327717781, 0.013582466170191765, 0.00972715113312006, -0.008517238311469555, 0.03822503983974457, 0.000310381903545931, 0.005164344795048237, -0.008072920143604279, -0.025264617055654526, -0.058349236845970154, 0.018579337745904922, -0.001733695506118238, -0.005748794414103031, 0.002657364821061492, 0.03636573627591133, 0.020397624000906944, 0.015845071524381638, -0.01622786931693554, 0.002474510809406638, -0.008968392387032509, -0.009775000624358654, -0.021053848788142204, 0.024307625368237495, -0.02955741435289383, 0.0014893205370754004, 0.013165490701794624, 0.0036673343274742365, 0.0187707357108593, -0.01676104962825775, 0.016925105825066566, -0.0029137022793293, -0.025291960686445236, -0.0075875879265367985, 0.03179951384663582, 0.020930806174874306, -0.0006959561142139137, -0.024731434881687164, -0.00652122450992465, -0.003183710854500532, 0.035217344760894775, -0.013726015575230122, 0.01975507102906704, -0.0101441266015172, -0.006897185929119587, -0.012324703857302666, 0.0060051316395401955, -0.012680158950388432, 0.01572202891111374, -0.004699519835412502, -0.0018370850011706352, -0.008838514797389507, 0.02895587682723999, 0.018702378496527672, 0.008537745103240013, -0.00445343554019928, -0.01047223899513483, -0.0036707520484924316, -0.004925096407532692, -0.01726689003407955, -0.00924865435808897, -0.03346741572022438, -0.010198812000453472, 0.019262904301285744, 4.325694317230955e-05, 0.007143269758671522, 0.009549424052238464, -0.031334687024354935, 0.014710350893437862, -0.019550001248717308, -0.00015390926273539662, 0.014888077974319458, 0.009795507416129112, -0.016665350645780563, 0.018483638763427734, 0.0023053279146552086, 0.02737000212073326, -0.002623186446726322, -0.010150962509214878, 0.010574773885309696, 0.011374546214938164, -0.01173000130802393, -0.010978077538311481, 0.030979232862591743, 0.005495874676853418, -0.008852185681462288, 0.00646312115713954, -0.03576419875025749, -0.010075770318508148, -0.022667065262794495, -0.0005887216539122164, 0.023924827575683594, 0.019057834520936012, 0.010315018706023693, 0.05638056620955467, 0.028162939473986626, -0.030022241175174713, 0.023883813992142677, 0.03896329179406166, 0.022120211273431778, -0.00010499154450371861, -0.011600123718380928, 1.6301459254464135e-05, -0.02333696000277996, -0.004603820387274027, -0.0219288133084774, -0.025510702282190323, -0.029748814180493355, -0.025975527241826057, 0.01416349783539772, -0.0014209639048203826, 0.01292624231427908, -0.007020228076726198, -0.0014978650724515319, 0.025182589888572693, -0.01837426796555519, 0.00797722116112709, 0.010984913446009159, -0.003516949713230133, 0.007068077567964792, 0.018661364912986755, -0.004559388384222984, -0.007341504096984863, -0.034588463604450226, -0.020028498023748398, -0.011183148249983788, -0.03535405918955803, -0.016514966264367104, 0.005748794414103031, -0.0045081209391355515, 0.012659651227295399, -0.010943899862468243, 0.003592141903936863, -0.00430305115878582, 4.235575488564791e-06, -0.03179951384663582, -0.003988610580563545, -0.03158077225089073, 0.015243533067405224, 0.0008189980871975422, 0.009556259959936142, 0.004128741566091776, -0.022338952869176865], \"13902676-6094-40ed-a72b-b26d82648545\": [-0.0005452519399113953, -0.012997746467590332, 0.027521315962076187, -0.02682904340326786, -0.009642350487411022, 0.029527489095926285, -0.03461356461048126, 0.014735489152371883, -0.0023134576622396708, -0.036958809942007065, 0.020598603412508965, 0.029329698532819748, 0.020174764096736908, -0.003881664015352726, -0.012326667085289955, 0.0017810091376304626, -0.007791583891957998, 0.004379675257951021, 0.031420640647411346, -0.02061273157596588, -0.006248101592063904, 0.000795140687841922, 0.01089974120259285, 0.013230858370661736, -0.03139238432049751, 0.006982756778597832, 0.03865416720509529, -0.029470978304743767, 0.021008314564824104, -0.0369870662689209, 0.01816858910024166, -0.024130599573254585, -0.0005359804490581155, -0.030657729133963585, -0.020471451804041862, 0.009684734046459198, -0.013308562338352203, 0.007325360551476479, 0.017702365294098854, -0.02514781430363655, 0.015413631685078144, -0.01217125914990902, -0.014014961197972298, 0.0002527585020288825, -0.0014048515586182475, 0.018634812906384468, -0.004100647754967213, -0.018889116123318672, -0.030572960153222084, 0.003291820641607046, 0.011867507360875607, 0.02329704724252224, -0.027408292517066002, -0.02754957228899002, 0.0020803457591682673, 0.0007938161725178361, -0.012573907151818275, 0.019468363374471664, -0.0052026305347681046, -0.012432627379894257, 0.011026892811059952, -1.1265136890870053e-05, -0.029781794175505638, 0.004319631494581699, -0.023989319801330566, -0.0009686499834060669, -0.006873264908790588, 0.00033863013959489763, 0.021488666534423828, 0.0057712821289896965, 0.01582334376871586, 0.0035072723403573036, -0.005516978446394205, -0.009056038223206997, 0.027139859274029732, 0.004722279030829668, -0.0185783002525568, -0.01763172633945942, 0.0082224877551198, 0.007650304120033979, 0.02374914288520813, -0.026857299730181694, -0.02126261778175831, 0.023282919079065323, 0.027493059635162354, 0.0036379562225192785, -0.006890925113111734, 0.020810522139072418, -0.014064409770071507, -0.008413215167820454, -0.0040158797055482864, 0.010638372972607613, 0.011521372012794018, 0.0228873360902071, 0.010772588662803173, 0.02972528152167797, -0.007480768486857414, 0.0024900573771446943, -0.006618961226195097, -0.01808382198214531, -0.019228188320994377, -0.014650721102952957, -0.044164083898067474, -0.01604939065873623, -0.009444558061659336, -0.002133325906470418, 0.013605250045657158, 0.02600962109863758, 0.02292972058057785, 0.002052089897915721, -0.018422892317175865, 0.02007586695253849, 0.015653807669878006, -0.01390900183469057, -0.033963676542043686, -0.006226909346878529, -0.019199931994080544, -0.04032127186655998, -0.010165085084736347, -0.017886029556393623, 0.014678976498544216, 0.053460296243429184, -0.022689543664455414, 0.0021227297838777304, -0.0027125731576234102, 0.006241037510335445, -0.004499763250350952, -0.012044107541441917, 0.004107711836695671, -0.005372166633605957, 0.047922126948833466, 0.002626039320603013, 0.029216673225164413, -0.018550043925642967, -0.033059485256671906, 0.03438751772046089, -0.0014251605607569218, -0.0017412742599844933, -0.02405995875597, -0.02034429833292961, 0.017123118042945862, 0.030883776023983955, -0.009098422713577747, -0.0019690878689289093, 0.004637510981410742, 0.010475900955498219, -0.020965930074453354, 0.02112133800983429, -0.015032176859676838, -0.012764634564518929, 0.0007337722345255315, 0.01703835092484951, 0.0023876295890659094, 0.03173145651817322, 0.004669299349188805, 0.01685468666255474, 0.0044432515278458595, -0.021686457097530365, 0.009437493979930878, -0.008370831608772278, 0.011281196027994156, 0.02085290662944317, 0.01522996835410595, -0.0075090243481099606, -0.001328030601143837, 0.036874040961265564, 0.004086519591510296, 0.003969964105635881, 0.020005227997899055, -0.0028697471134364605, -0.0041606915183365345, 0.008321383036673069, -0.029357952997088432, 0.0004388505476526916, -0.0092679588124156, 0.00659423740580678, 0.014467056840658188, 0.006442361511290073, -0.023466583341360092, -0.010631308890879154, -0.02365024760365486, -0.0114860525354743, 0.03619590029120445, 0.017702365294098854, -0.019793307408690453, 0.0048918151296675205, 0.016261311247944832, -0.019976971670985222, 0.005781878251582384, 0.012001723982393742, 0.02715398743748665, 0.011500179767608643, 0.01758934184908867, -0.023551352322101593, -0.6030954122543335, -0.003238840727135539, -0.011210556142032146, -0.02855265885591507, -0.0025094833690673113, 0.03226831927895546, 0.007833967916667461, 0.01894562877714634, -0.030205633491277695, -0.026814917102456093, 0.016642766073346138, 0.03399193286895752, 0.010150957852602005, -0.026405204087495804, -0.01876196451485157, -0.0017103692516684532, 0.025712933391332626, 0.0039028560277074575, 0.01613415963947773, 0.024172982200980186, -0.0021686458494514227, -0.008194231428205967, -0.0002719637122936547, 0.002799107227474451, 0.013923129998147488, -0.0026295713614672422, 0.03483961150050163, -0.008533303625881672, 0.007791583891957998, 0.022265704348683357, -0.0413384847342968, 0.006636620964854956, 0.016487358137965202, 0.007000416982918978, 0.051595401018857956, 0.014241009019315243, -0.015597295947372913, 0.010694884695112705, 0.007134632673114538, 0.02750718779861927, 0.006339933257550001, -0.004263119772076607, 0.010327557101845741, -0.003853407921269536, -0.0007094897446222603, 0.007516088429838419, 0.05168016999959946, -0.001269752741791308, -0.02506304532289505, 0.004079455975443125, 0.002274605678394437, -0.009818949736654758, -0.0038145561702549458, 0.01214300375431776, -0.015102816745638847, -0.006912116892635822, 0.020061738789081573, -0.03229657560586929, 0.002239285735413432, -0.010666629299521446, -0.00660483306273818, -0.006064437795430422, -0.01470723282545805, -0.003761576022952795, -0.02420123852789402, 0.018550043925642967, -0.007862224243581295, -0.026066133752465248, 0.008928886614739895, -0.005580554250627756, 0.005976137705147266, 0.020881162956357002, -0.005622938275337219, -0.020457323640584946, 0.008257807232439518, 0.023367688059806824, 0.028764577582478523, -0.030968543142080307, -0.016515614464879036, 0.014551824890077114, -0.009804821573197842, 0.0021686458494514227, -0.02592485398054123, -0.01470723282545805, 0.011641459539532661, -0.006368189584463835, -0.022308088839054108, -0.040999412536621094, 0.012460882775485516, -0.026405204087495804, 0.018705451861023903, -0.016600383445620537, 0.016614511609077454, -0.008307255804538727, 0.01849353313446045, 0.021276745945215225, -0.009550518356263638, -0.002216327702626586, -0.013506353832781315, -0.02605200558900833, -0.013810105621814728, -0.02955574542284012, -0.012877658940851688, 0.0004101530648767948, 0.0523018017411232, 0.013951385393738747, -0.01425513718277216, -0.007247656583786011, 0.03803253546357155, 0.003154072677716613, -3.8493242755066603e-05, 0.0005196449346840382, -0.018295740708708763, -0.01586572825908661, -0.008356703445315361, -0.030036097392439842, 0.014664849266409874, 0.023508967831730843, 0.017603470012545586, 0.0005576139083132148, 0.024187110364437103, 0.01734916679561138, 0.02533147856593132, -0.011775676161050797, 0.03842812031507492, -0.0012158897006884217, -0.011380092240869999, -0.004944794811308384, 0.006523597054183483, 0.014043217524886131, 0.01005912572145462, -0.0047470033168792725, 0.029979584738612175, -0.025811828672885895, 0.02220919355750084, -0.0092679588124156, 0.008526239544153214, -0.014834384433925152, 0.014467056840658188, -0.009960229508578777, -0.03919102996587753, 0.0035690823569893837, 0.005516978446394205, -0.006368189584463835, 0.011175236664712429, -0.02034429833292961, -0.03379414230585098, -0.010822037234902382, -0.018366381525993347, -0.01380304154008627, 0.00202736584469676, -0.00726178428158164, -0.005365102551877499, 0.01966615580022335, -0.0070357369258999825, -0.0055876183323562145, 0.020739883184432983, -0.029584001749753952, 0.020640986040234566, -0.011394220404326916, -0.022647161036729813, 0.021036570891737938, 0.010610116645693779, -0.016614511609077454, 0.00757966423407197, -0.009501069784164429, 0.00028454646235331893, 0.017787134274840355, -0.026433460414409637, -0.005990265868604183, 0.0013147856807336211, 0.02543037384748459, -0.013619378209114075, -0.01207942795008421, -0.004658703226596117, 0.03243785351514816, -0.023989319801330566, -0.007417192216962576, 0.021333258599042892, -0.0017659981967881322, -0.006618961226195097, 0.01871958002448082, 0.02596723660826683, -0.008335511200129986, 0.031844478100538254, 0.03602636232972145, 0.02153104916214943, 0.058489859104156494, -0.018874987959861755, 0.025684677064418793, 0.003134646685793996, 0.0082224877551198, -0.01621892675757408, -0.0015717383939772844, 0.013972577638924122, 0.026772532612085342, 0.0018631280399858952, -0.009691798128187656, 0.013400394469499588, 0.023141639307141304, 0.01980743557214737, 0.017207887023687363, -0.0010781418532133102, -0.026588868349790573, 0.022011401131749153, -0.030742496252059937, -0.01384542603045702, -0.002832661150023341, 0.011599075980484486, 0.006481213495135307, -0.00023774750297889113, -0.025317350402474403, -0.023989319801330566, 0.0029651110526174307, 5.7063814892899245e-05, 0.019736794754862785, -0.007473704405128956, 0.010913868434727192, -0.005739494226872921, -0.011330644600093365, -0.02071162685751915, -0.03153366222977638, 0.008455599658191204, 0.029470978304743767, -0.03452879562973976, 0.017617598176002502, 0.009748309850692749, 0.024300135672092438, -0.007053396664559841, -0.011026892811059952, -0.004273715429008007, 0.013605250045657158, 0.016529742628335953, 0.019750922918319702, -0.0261509008705616, -0.007749199867248535, 0.03362460434436798, -0.026899684220552444, 0.04246872290968895, -0.0023964594583958387, -0.00476819509640336, 0.02089529111981392, 0.02044319547712803, -0.014396416954696178, -0.007742135785520077, 0.028128819540143013, 0.0347265899181366, 0.002815001178532839, -0.019637899473309517, 0.021276745945215225, -0.023410072550177574, 0.04275128245353699, -0.010793780907988548, -0.009698862209916115, 0.017561085522174835, -0.005393358413130045, 0.00017969030886888504, 0.019976971670985222, 0.007643240038305521, 0.012821147218346596, 0.0021227297838777304, 0.00940217450261116, -0.006950968876481056, 0.023085128515958786, 0.006573045160621405, -0.02198314480483532, -0.03548949956893921, -0.016430847346782684, -0.026758404448628426, 0.01590811088681221, 0.012128875590860844, -0.002023833803832531, -0.0045456793159246445, 0.017151374369859695, 0.008151847869157791, 0.0013827765360474586, 0.0036803402472287416, 0.0029668768402189016, 0.012934170663356781, -0.004471507389098406, -0.035319965332746506, -0.008321383036673069, 0.0004697555268649012, 0.03893672674894333, -0.0006635737954638898, -0.004997774958610535, -0.019750922918319702, -0.0013121366500854492, -0.019750922918319702, -0.0037050640676170588, -0.02138976939022541, 0.020824650302529335, 0.014495313167572021, -0.005654726177453995, -0.017843645066022873, 0.019567260518670082, 0.028171202167868614, -0.0067955609411001205, -0.017335038632154465, -0.006629557348787785, -0.006767305079847574, 0.009324470534920692, -0.022053785622119904, -0.015314736403524876, 0.022138552740216255, 0.0030693048611283302, -0.016289567574858665, -0.024088215082883835, 0.01005912572145462, -0.005453402176499367, -0.019652027636766434, -0.01785777322947979, -0.009663541801273823, 0.0037262560799717903, 0.005492254160344601, 0.006565981078892946, -0.015314736403524876, -0.02551514096558094, 0.032522622495889664, -0.004595127422362566, 0.0033200765028595924, -0.012856466695666313, -0.03992568701505661, 0.04294907674193382, -0.00801763217896223, 0.026942068710923195, 0.0098118856549263, -0.003042814787477255, -0.01105514820665121, 0.02533147856593132, -0.04628327861428261, -0.0009880759753286839, 0.013711209408938885, -0.03023388795554638, -0.037863001227378845, -0.0006971277762204409, 0.024526182562112808, 0.00985427014529705, 0.005188502836972475, -0.00988252554088831, -0.0010958018247038126, -0.03402018919587135, -0.0001382997288601473, -0.01377478614449501, -0.02143215388059616, -0.008921822533011436, 0.027521315962076187, 0.029894817620515823, -0.008187167346477509, 0.0218418650329113, 0.01880434900522232, 0.018013181164860725, -0.0068979887291789055, -0.030827263370156288, 0.011076340451836586, -0.005693578161299229, 0.012037043459713459, 0.005266206339001656, 0.017292654141783714, 0.03619590029120445, 0.0025024195201694965, 0.002269307617098093, 0.030488193035125732, -0.010998636484146118, -0.012905914336442947, 0.024314263835549355, 0.0045633395202457905, -0.021601689979434013, 0.011924020014703274, 0.016699278727173805, -0.0008428226574324071, -0.0017483382252976298, 0.012693994678556919, 0.0001273726229555905, 0.008738159202039242, 0.018507661297917366, -0.030601216480135918, -0.01907278038561344, -0.005799537990242243, 0.015399504452943802, 0.004842367023229599, 3.2505402487004176e-05, 0.003948771860450506, -0.040942903608083725, 0.009705926291644573, -0.033878907561302185, -0.010687820613384247, -0.018917372450232506, -0.014014961197972298, -0.016798174008727074, -0.02311338484287262, 0.0025907193776220083, 0.003701532259583473, -0.013944321312010288, -0.0006693133036606014, 4.227358294883743e-05, -0.021672328934073448, -0.026221541687846184, -0.007961119525134563, 0.021319130435585976, 0.025938982143998146, -0.029018882662057877, 0.00350197427906096, 0.024935893714427948, -0.015653807669878006, -0.022053785622119904, 0.018479404971003532, -0.004796450957655907, -0.01917167566716671, 0.011464860290288925, 0.011154044419527054, -0.013329754583537579, -0.005400422494858503, 0.00607150187715888, 0.0025907193776220083, -0.018592428416013718, 0.03402018919587135, 0.010645437054336071, 0.008618070743978024, 0.015922239050269127, -0.01812620460987091, 0.02738003619015217, 0.014424673281610012, -0.0032317766454070807, 0.021488666534423828, -0.01685468666255474, 0.015583167783915997, 0.0030375169590115547, -0.0025041853077709675, 0.004100647754967213, -0.010595989413559437, 0.0016997732454910874, -0.021276745945215225, -0.022406984120607376, 0.022053785622119904, -0.003547890344634652, 0.008971271105110645, -0.017320910468697548, 0.019976971670985222, -0.002587187336757779, -0.0006503288168460131, 0.022604776546359062, -0.029810048639774323, -0.013739465735852718, -0.0025324414018541574, -0.018648941069841385, 0.03277692571282387, 0.017603470012545586, -0.01214300375431776, 0.022053785622119904, -0.00877347867935896, -0.034104958176612854, -0.0058913701213896275, 0.013633506372570992, -0.00933859869837761, 0.01794254221022129, -0.01189576368778944, -0.021700585260987282, -0.027945155277848244, -0.006516533438116312, 0.012559778988361359, 0.031477153301239014, -0.002018535975366831, 0.017010094597935677, 0.001743040164001286, 0.0014640125446021557, -0.0003633541346061975, -0.004694023169577122, -0.0014075005892664194, -0.029357952997088432, -0.023777399212121964, 0.005026030819863081, 0.02202552929520607, 0.035546012222766876, 2.348225643800106e-05, 0.012891787104308605, -0.00048300050548277795, -0.017532829195261, -0.018479404971003532, -0.011146980337798595, -0.01051122136414051, -0.027224628254771233, 0.027987539768218994, -0.0103346211835742, 0.04535083472728729, -0.002246349584311247, 0.0007664432050660253, -0.00036004287539981306, 0.008420279249548912, 0.01871958002448082, -0.009564646519720554, 0.01182512380182743, -0.02528909407556057, -0.013859553262591362, 0.016882942989468575, 0.011267068795859814, -0.003789832117035985, -0.014735489152371883, 0.0024688653647899628, -0.008420279249548912, -0.009840141981840134, 0.016656894236803055, -0.005919625982642174, -0.05052167549729347, 0.004478571470826864, -0.005276802461594343, -0.016784045845270157, 0.0015611423877999187, -0.0005584969185292721, -0.022406984120607376, 0.01603526435792446, -0.01051122136414051, 0.014346969313919544, -0.012708122842013836, 0.03068598359823227, -0.00804588757455349, 0.0011593777453526855, -0.007777456194162369, 0.016642766073346138, -0.01912929303944111, 0.01763172633945942, -0.005788941867649555, -0.0071805487386882305, 0.008582751266658306, 0.02348071150481701, 0.040942903608083725, 0.004082988016307354, -0.03218355029821396, 0.003698000218719244, 0.025797700509428978, -0.015371248126029968, 0.02882109023630619, -0.005463998299092054, -0.029668768867850304, -0.015385376289486885, -0.018295740708708763, 0.01248913910239935, -0.01849353313446045, 0.003065772820264101, 0.01595049537718296, -0.003252968657761812, 0.01106221228837967, -0.01279995497316122, -0.007678559981286526, -0.00483883498236537, 0.017843645066022873, 0.035065658390522, -0.01771649345755577, 0.04173406958580017, 0.012319603003561497, 0.016529742628335953, -0.0207540113478899, -0.046791888773441315, 0.0028609170112758875, -0.010136829689145088, 0.028397250920534134, 0.02469571866095066, 0.015512527897953987, -0.00810946337878704, 0.023085128515958786, -0.011839251965284348, -0.0006030883523635566, -0.025402117520570755, 0.0006048543727956712, 0.023551352322101593, 0.012241899035871029, -0.008448535576462746, -0.02746480330824852, -0.013640569522976875, -0.005714769940823317, -0.01470723282545805, -0.007890479639172554, -0.020174764096736908, -0.00943042989820242, -0.02134738676249981, -0.01515932846814394, -0.021177850663661957, 0.018323997035622597, 0.004807047080248594, 0.011457796208560467, 0.024540310725569725, 0.017391549423336983, -0.021488666534423828, -0.0032741606701165438, 0.005675917956978083, 0.021672328934073448, -0.041677556931972504, -0.020810522139072418, 0.020584475249052048, 0.04537908732891083, -0.00988252554088831, -0.011952275410294533, -0.0019973439630120993, 0.04583118483424187, -0.015300608240067959, 0.002285201568156481, -0.014304584823548794, 0.0040971157141029835, 0.02315576747059822, 0.017094861716032028, 0.010242789052426815, -0.04286430776119232, -0.014890897087752819, -0.010320493020117283, 0.008286063559353352, 0.016882942989468575, 0.019411852583289146, 0.00815891195088625, -0.011747419834136963, -0.014890897087752819, -0.04170581325888634, -0.00808827206492424, -0.0008958025719039142, 0.006163333542644978, -0.012863530777394772, -0.007374808192253113, 0.010242789052426815, 0.008144783787429333, 0.008801735006272793, 0.009366854093968868, 0.0014799064956605434, 0.016840558499097824, -0.04501176252961159, 0.017391549423336983, -0.027252884581685066, -0.012729315087199211, -0.016572127118706703, 0.0012238367926329374, 0.012051171623170376, -0.024314263835549355, 0.000850769632961601, -0.024455543607473373, -0.015272351913154125, 0.012114747427403927, 0.039275798946619034, -0.0007121387752704322, -0.013584057800471783, 0.010278109461069107, 0.050775978714227676, -0.013287370093166828, 0.0022993297316133976, -0.012920042499899864, -0.03435926139354706, 0.013541674241423607, -0.03385065123438835, 0.00634346529841423, 0.0031364127062261105, -0.01044764555990696, -0.0049765827134251595, -0.01785777322947979, 0.01726439781486988, 0.0008878555963747203, -0.016430847346782684, -0.03300297260284424, 0.022731928154826164, 0.025458630174398422, -0.004867090843617916, 0.0026436992920935154, -0.03017737716436386, -0.025501012802124023, -0.008794670924544334, 0.020782265812158585, 0.032240062952041626, -0.006929776631295681, -0.010094445198774338, 0.006618961226195097, -0.005831325892359018, 0.026984451338648796, -0.016515614464879036, -0.026843171566724777, -0.011810995638370514, -0.018112076446413994, -0.03904975205659866, -0.017193758860230446, 0.01808382198214531, 0.019595514982938766, 0.008038823492825031, -0.022265704348683357, -0.017603470012545586, -0.015456016175448895, -0.009889589622616768, -0.03139238432049751, -0.004898878745734692, 0.018253358080983162, 0.01907278038561344, 0.021912505850195885, -0.016459103673696518, 0.037043578922748566, 0.0019443640485405922, 0.019553132355213165, -0.0393323116004467, -0.01259509939700365, 0.022633032873272896, -0.01030636578798294, -0.0017271462129428983, 0.012842338532209396, -0.010143893770873547, 0.0027196372393518686, 0.012524459511041641, 0.0002516547392588109, 0.0011796867474913597, 0.02456856705248356, -0.004969519097357988, 0.0029262590687721968, -0.03848463296890259, -0.01627543941140175, -0.025176070630550385, -0.005382762290537357, 0.01763172633945942, -0.02319815196096897, -0.015780959278345108, 0.007855160161852837, 0.022138552740216255, -0.008151847869157791, 0.015145200304687023, -0.004354951437562704, -0.018182717263698578, 0.010984508320689201, -0.015342991799116135, -0.012369051575660706, -0.007102844770997763, -0.01621892675757408, 0.011987595818936825, 0.015964623540639877, -0.018973885104060173, 0.04961748421192169, 0.0025624632835388184, 0.010871484875679016, 0.007932864129543304, 0.01386661734431982, -0.03865416720509529, -0.007932864129543304, -0.004266651812940836, -0.006968628615140915, 0.021785354241728783, -0.019694412127137184, -0.009169062599539757, -0.028213586658239365, -0.006527129095047712, -0.0007580547244288027, 0.005661790259182453, -0.001776594202965498, 0.01799905300140381, 0.035009149461984634, -0.024031702429056168, -0.017532829195261, -0.009395110420882702, -0.02801579423248768, 0.00027858620160259306, 0.002848555101081729, -0.014085601083934307, -0.026249796152114868, -0.01554078422486782, -0.001690060249529779, -0.007650304120033979, -0.03130761533975601, -0.023127513006329536, -0.010850292630493641, 0.028849346563220024, 0.009303278289735317, 0.2669624090194702, -0.022562392055988312, -0.012701058760285378, 0.023720888420939445, 0.0023558414541184902, 0.009027782827615738, 0.022279832512140274, 0.013174346648156643, -0.01377478614449501, 0.023537224158644676, -0.009762438014149666, 0.030516449362039566, -0.023014487698674202, 0.0025165474507957697, 0.025119557976722717, -0.02211029641330242, -0.0174056775867939, -0.022421112284064293, -0.02007586695253849, -0.023763271048665047, 0.008476790972054005, -0.0004772609972860664, -0.011132852174341679, -0.008709902875125408, 0.028806962072849274, -0.027069220319390297, -0.005778346210718155, 0.011175236664712429, 0.008752287365496159, 0.021686457097530365, -0.02198314480483532, -0.00719467643648386, -0.009211446158587933, 0.011747419834136963, -0.021460410207509995, -0.010073253884911537, 0.01366176176816225, 0.023508967831730843, 0.018705451861023903, -0.002804405055940151, -0.007438384462147951, -0.01650148630142212, -0.015625551342964172, -0.014763744547963142, -0.0042984397150576115, 0.015526656061410904, -0.016063518822193146, -0.02537386119365692, 0.0017545191803947091, 0.02787451446056366, -0.01966615580022335, 0.004354951437562704, 0.03639369085431099, 0.03817381709814072, 0.015300608240067959, -0.00842734333127737, 0.00791167188435793, 0.016077646985650063, 0.0055240425281226635, 0.02411647140979767, 0.014820256270468235, 0.03540473058819771, 0.010751397348940372, -0.003895791945978999, 0.010030869394540787, 0.029470978304743767, -0.026758404448628426, -0.019652027636766434, 0.028241842985153198, -0.040632087737321854, 0.010362877510488033, -0.003881664015352726, -0.0050754789263010025, 0.002573059406131506, -0.006855604704469442, -0.024808742105960846, 0.02555752545595169, 0.040179990231990814, 0.003249436616897583, 0.0373261384665966, -0.04023650288581848, -0.007855160161852837, 0.013640569522976875, -0.028213586658239365, -0.019821563735604286, -0.0174904465675354, 0.042299188673496246, 0.008512111380696297, -0.010553604923188686, -0.012164195068180561, -0.004503295291215181, -0.01445999275892973, -0.00919731892645359, 0.008731095120310783, 0.023212280124425888, 0.017066607251763344, -0.012150067836046219, 0.0038110241293907166, -0.014947408810257912, -0.01771649345755577, -0.04051906242966652, -0.0135981859639287, 0.012199515476822853, 0.0050754789263010025, -0.03509391471743584, -0.014156240969896317, 0.002292265649884939, 0.0016247183084487915, -0.004404399544000626, -0.002525377320125699, -0.01808382198214531, -0.03616764396429062, 6.192031287355348e-05, 0.003510804381221533, 0.029075393453240395, 0.0028344271704554558, 0.00568651407957077, -0.02061273157596588, -0.0004275923129171133, -0.015060432255268097, 0.013082514517009258, -0.044842224568128586, -0.01862068474292755, 0.010645437054336071, 0.00019999929645564407, 0.0014348735567182302, -0.017320910468697548, -0.015512527897953987, -0.01380304154008627, -0.011669715866446495, -0.005658258218318224, -0.008215423673391342, 0.015879856422543526, 0.004270183388143778, -0.007138164713978767, 0.018790220841765404, -0.0014693104894831777, 0.0120087880641222, 0.005093138664960861, -0.007367744576185942, -0.022096170112490654, -0.006442361511290073, 0.009917845949530602, -0.01722201332449913, 0.009048975072801113, 0.01695358194410801, 0.015837471932172775, -0.0036874040961265564, -0.005453402176499367, -0.03269215673208237, -0.039162777364254, -0.012206579558551311, 3.752746124519035e-05, 0.013810105621814728, 0.0033430345356464386, -0.016882942989468575, -0.018917372450232506, -0.011274131946265697, -0.005347442347556353, 0.003403078531846404, -0.03399193286895752, 0.005400422494858503, 0.024540310725569725, -0.021785354241728783, -0.030346913263201714, -0.012022915296256542, -0.18321171402931213, 0.013110770843923092, 0.009571709670126438, -0.02863742597401142, 0.011810995638370514, 0.020457323640584946, -0.004146563820540905, 0.010814973153173923, 0.013753593899309635, -0.00943042989820242, 0.015879856422543526, -0.03444402664899826, -0.02678666077554226, 0.007028672844171524, -0.003712128149345517, -0.0068979887291789055, -0.009621158242225647, -0.011196428909897804, 0.01935533992946148, 0.007883415557444096, 0.01580921560525894, -0.025910725817084312, 0.0011346538085490465, 0.0076926881447434425, 0.0040158797055482864, 0.014241009019315243, -0.00010524245590204373, -0.0017730621621012688, 0.0027002112474292517, -0.02619328536093235, -0.017532829195261, 2.4268678316730075e-05, -0.001216772710904479, -0.00255010137334466, 0.011090468615293503, -0.0013077215990051627, 0.002799107227474451, -0.015738576650619507, -0.0001949220459209755, 0.009388046339154243, 0.00181544607039541, 0.051962729543447495, -0.015244096517562866, 0.01953900419175625, 0.013534610159695148, 0.010440581478178501, 0.004736407194286585, 0.009077230468392372, 0.012093555182218552, 0.012121811509132385, 0.004464443307369947, -0.030799008905887604, 0.03308774158358574, 0.009833077900111675, 0.029018882662057877, 0.014919152483344078, 0.00947281438857317, 0.01561142411082983, -0.01722201332449913, 0.002302861539646983, -0.004485635552555323, -0.010115637443959713, -0.01504630409181118, -0.002202199772000313, 0.0019814500119537115, -0.003655616194009781, -0.017730621621012688, -0.009649413637816906, -0.03077075257897377, -0.00639997748658061, -0.006297549698501825, -0.02641933225095272, 0.037043578922748566, -0.003938175737857819, 0.006007925607264042, -0.006198653485625982, -0.03068598359823227, 0.0219266340136528, 0.0018472340889275074, 0.0023523096460849047, -0.03178796544671059, 0.011810995638370514, -0.021672328934073448, 0.012983618304133415, -0.023692632094025612, 0.031109824776649475, -0.004238395486027002, -0.007201740518212318, -0.0031611367594450712, -0.02212442457675934, 0.013294434174895287, -0.0056900461204349995, -0.023184023797512054, -0.009748309850692749, 0.007459576241672039, -0.0025430372916162014, -0.0048918151296675205, 0.002998664975166321, -0.01804143749177456, -0.01030636578798294, -0.0053050583228468895, 0.00556289404630661, -0.022265704348683357, 0.0186630692332983, 0.004475039429962635, 0.009981421753764153, 0.007297104690223932, 0.009776566177606583, 0.03746741637587547, -0.017165502533316612, -0.02247762493789196, 0.018479404971003532, 0.007826903834939003, 0.013668825849890709, 0.009939038194715977, -0.0013916065217927098, -0.014608336612582207, -0.03811730444431305, 0.020273659378290176, 0.010461772792041302, 0.02660299651324749, 0.004732875153422356, -0.007586728315800428, 0.0197085402905941, -0.0036238282918930054, -0.015710320323705673, -0.045124784111976624, -0.027408292517066002, 0.0024829935282468796, 0.02746480330824852, 0.01556903962045908, 0.02085290662944317, -0.022830825299024582, 0.035969849675893784, 0.00010193120397161692, 0.023212280124425888, -0.012037043459713459, -0.01497566420584917, -0.0097906943410635, -0.007826903834939003, -0.0017659981967881322, -0.005739494226872921, 0.0008821160881780088, -0.02153104916214943, -0.012093555182218552, 0.0349808931350708, -0.02801579423248768, -0.02415885590016842, 0.009868397377431393, -0.02307100035250187, 0.0005642364267259836, 0.013026002794504166, -0.01890324428677559, 0.016529742628335953, 0.020655114203691483, -0.016882942989468575, 0.0262356698513031, -0.03458530828356743, 0.04147976636886597, -0.01470723282545805, -0.0034966764505952597, -0.014064409770071507, -0.05343203991651535, 0.002756723202764988, 0.02670189179480076, -0.0001650104532018304, 0.005714769940823317, 0.01106221228837967, -0.00529093062505126, -0.022633032873272896, 0.022675417363643646, -0.016826430335640907, -0.013619378209114075, 0.042807795107364655, -0.013421585783362389, -0.010299301706254482, -0.011005700565874577, -0.0014631295343860984, 0.007198208477348089, -0.00471521494910121, 0.035065658390522, 0.003433100413531065, 0.03181622177362442, 0.01695358194410801, -0.04227093234658241, -0.009253830648958683, -0.004365547560155392, -0.014509441331028938, -0.0013218496460467577, 0.01822510175406933, 0.018874987959861755, 0.02025953121483326, -0.030149120837450027, -0.007138164713978767, 0.01734916679561138, -0.001631782273761928, -0.02592485398054123, 0.02674427628517151, -0.01058186125010252, 0.014537696726620197, -0.018790220841765404, -0.017193758860230446, -0.018917372450232506, -0.010490029118955135, 0.019821563735604286, -0.014467056840658188, -0.0069968849420547485, -0.00797524768859148, -0.01366176176816225, -0.012467946857213974, 0.022096170112490654, 0.009126679040491581, 0.003494910430163145, 0.010405261069536209, 0.012051171623170376, -0.0369022972881794, -0.005912561900913715, 0.02465333417057991, 0.015837471932172775, 0.0016026434022933245, -0.0013995536137372255, 0.010504157282412052, -0.00698982086032629, 0.0011337707983329892, -0.007728008087724447, 0.0019690878689289093, -0.007636175956577063, -0.028383122757077217, -0.07651717215776443, 0.015837471932172775, -0.01097038108855486, 0.023410072550177574, 0.02633456513285637, -0.0027355311904102564, -0.0019443640485405922, -0.01001674123108387, 0.004457379225641489, 0.031335871666669846, -0.009303278289735317, 0.019298827275633812, -0.004881219007074833, 0.005799537990242243, -0.007826903834939003, 0.00647061737254262, 0.01603526435792446, 0.01775887794792652, 0.00659423740580678, -0.013329754583537579, 0.007290040608495474, 0.01044764555990696, -0.0004547445278149098, -0.007088716607540846, -0.00038896111072972417, -0.004118307959288359, 0.0012150066904723644, 0.02596723660826683, -0.010341685265302658, 0.0013792446115985513, 0.007494896184653044, -0.03416146710515022, -0.0009712990140542388, 0.02483699843287468, 0.000397570343920961, -0.0394170805811882, 0.00017218482389580458, 0.025811828672885895, 0.029470978304743767, 0.01176154799759388, -0.022689543664455414, -0.015653807669878006, 0.009875461459159851, 0.003519634483382106, -0.012637482956051826, -0.004199543502181768, -0.016120031476020813, 0.01576683111488819, 0.01078671682626009, 0.0032706286292523146, 0.035828571766614914, 0.005820729769766331, -0.006845009047538042, -0.02664538100361824, -0.003941707778722048, -0.0347265899181366, 0.005714769940823317, 0.006717856973409653, -0.014064409770071507, -0.003761576022952795, 0.026362821459770203, 0.010341685265302658, 0.03077075257897377, -0.007032204885035753, -0.0059160939417779446, -0.0027832130435854197, 0.010440581478178501, -0.0053050583228468895, 0.019863948225975037, -0.036874040961265564, -0.01196640357375145, -0.023494839668273926, 0.015441888011991978, 0.0010534179164096713, -0.008646327070891857, 0.018832605332136154, -0.0004443693032953888, -0.014664849266409874, -0.003906387835741043, 0.021545177325606346, 0.01917167566716671, 0.023000359535217285, -0.040942903608083725, 0.005368634592741728, -0.0020838778000324965, 0.05611635744571686, -0.01273637916892767, 0.010073253884911537, 0.008589815348386765, 0.004616319201886654, -0.023989319801330566, 0.002829129109159112, -0.009494006633758545, 0.01758934184908867, -0.006301081273704767, -0.007572600152343512, -0.02220919355750084, 0.012460882775485516, 0.020358426496386528, 0.006000861991196871, 0.004831770900636911, -0.006746112834662199, 0.004831770900636911, 0.0026207412593066692, -0.03577205911278725, -0.006216313689947128, -0.023678503930568695, -0.021149594336748123, 0.01603526435792446, -0.009564646519720554, 0.01470723282545805, 0.0019037460442632437, -0.041536275297403336, 0.019058652222156525, -0.022915592417120934, 0.014664849266409874, -0.003577912226319313, 0.01339333038777113, -0.020273659378290176, 0.02904713712632656, 0.005227354820817709, 0.030290400609374046, 0.009303278289735317, 0.005195566453039646, 0.01248207502067089, 0.02120610699057579, -0.025571653619408607, -0.026221541687846184, 0.018705451861023903, -0.01821097359061241, 0.004464443307369947, -0.01217125914990902, -0.009324470534920692, -0.00877347867935896, -0.027351779863238335, -0.0011620267760008574, -0.009501069784164429, 0.021375641226768494, 0.010369941592216492, 0.07736484706401825, -0.009006590582430363, -0.016374334692955017, 0.014304584823548794, 0.032833438366651535, 0.003307714592665434, 0.022548263892531395, 0.006573045160621405, -0.0029138969257473946, -0.008978335186839104, 0.022534137591719627, -0.013244986534118652, -0.015837471932172775, -0.023085128515958786, -0.01604939065873623, -0.0009845439344644547, 0.006767305079847574, 0.0025041853077709675, 0.0010119169019162655, -0.010052061639726162, 0.018592428416013718, -0.010461772792041302, 0.010172149166464806, 0.011697972193360329, -0.021559305489063263, -0.008964207023382187, 0.02229396067559719, -0.00666134525090456, -1.6459654943901114e-05, -0.032240062952041626, 0.005584086291491985, -0.010680756531655788, -0.036365434527397156, -0.01151430793106556, 0.00634346529841423, -0.018747836351394653, -0.011182300746440887, -0.009529326111078262, 0.013951385393738747, 0.009416302666068077, -0.005665322300046682, -0.006025585811585188, -0.01993458718061447, -0.01311783492565155, 0.036647994071245193, 0.007229996379464865, 0.008709902875125408, -0.006887393072247505, -0.0174904465675354], \"de5cb13e-b4d0-4437-8b2f-094e0e313fda\": [-0.018748365342617035, -0.00029548502061516047, 0.019439736381173134, -0.03416188061237335, -0.01881614699959755, 0.009319957345724106, -0.028929147869348526, -0.010445130988955498, -0.009713090024888515, -0.03185730800032616, 0.0014971240889281034, -0.00043422530870884657, 0.0017521519912406802, -0.01512883324176073, 0.0021385066211223602, -0.0014589970232918859, -0.006456188857555389, -0.005934271030128002, 0.04066890478134155, -0.006164728198200464, -0.014464573934674263, 0.013393626548349857, -0.01891104131937027, -0.00665614427998662, -0.0223001167178154, 0.007022164296358824, 0.027248166501522064, -0.019778644666075706, 0.010695922188460827, -0.031016819179058075, 0.02583831176161766, -0.02053779736161232, -0.01676914468407631, -0.02890203520655632, -0.0027366785798221827, -0.01272936724126339, -0.012695476412773132, -0.00665614427998662, 0.028874922543764114, -0.01228878740221262, 0.03454145789146423, 0.005849544424563646, -0.006290124263614416, 0.0017826537368819118, 0.0111500583589077, 0.02189342863857746, 0.003004415426403284, -0.033429842442274094, -0.016986045986413956, 0.0008146490436047316, 0.02105293795466423, 0.043976642191410065, -0.06008153036236763, -0.020185334607958794, 0.004575252067297697, 0.008743815124034882, -0.013935878872871399, 0.005324237514287233, 0.00658497354015708, -0.016945376992225647, 0.004419354256242514, 0.005591974593698978, -0.03535483404994011, -0.003317904891446233, -0.018016325309872627, 0.01849079504609108, -0.034975260496139526, 0.021242724731564522, 0.006439243443310261, 0.01636245660483837, 0.011705867014825344, 0.0033077376428991556, -0.0034839697182178497, 0.00947585515677929, 0.05292380228638649, -0.01737917959690094, 0.0031942036002874374, 0.0010734896641224623, -0.022883037105202675, 0.015074607916176319, 0.006002052687108517, -0.0068188197910785675, -0.014410348609089851, 0.03559884801506996, -0.0008921741391532123, 0.006351127289235592, 0.014654362574219704, -0.005558083765208721, -0.013590192422270775, -0.014207004569470882, 0.012986937537789345, -0.019358398392796516, 0.019670194014906883, 0.014437461271882057, 0.012187115848064423, 0.040777355432510376, 0.014532355591654778, 0.025011377409100533, 0.006256233435124159, -0.018192557618021965, -0.012410794384777546, -0.0016928431577980518, -0.0255536288022995, -0.012831039726734161, -0.0357886366546154, -0.030474567785859108, 0.02568919211626053, 0.004161784891039133, 0.027681969106197357, 0.017718086019158363, -0.019832869991660118, 0.019534630700945854, 0.019317731261253357, -0.022774588316679, -0.0077813174575567245, -0.011441518552601337, 0.002799376379698515, -0.00678492896258831, -0.029498513787984848, -0.0033568793442100286, -0.0012378598330542445, 0.012898821383714676, 0.006113892421126366, -0.013230950571596622, 0.004975162912160158, 0.012722589075565338, -0.003765262896195054, -0.019493961706757545, 0.010980604216456413, -0.017487630248069763, 0.05644844099879265, 0.018802590668201447, 0.02876647375524044, 0.001613199943676591, -0.01503393892198801, 0.01733851060271263, -0.014139222912490368, 0.008025330491364002, -0.027261722832918167, -0.038499899208545685, 0.015372846275568008, 0.03595131263136864, -0.03741539269685745, -0.0007244148873724043, 0.0019266894087195396, 0.009936769492924213, 0.02522827871143818, 0.003907604143023491, -0.008696367964148521, -0.020388677716255188, 0.0020724197383970022, 0.017907874658703804, 0.025580741465091705, 0.01110261119902134, -0.0021130884997546673, 0.020944487303495407, 0.03052879124879837, -0.014979713596403599, 0.0030637241434305906, -0.00552758201956749, 0.0031823418103158474, 0.013874875381588936, 0.0057105920277535915, -0.010085889138281345, 0.0017216503620147705, 0.027343060821294785, -0.00227068061940372, -0.0060664452612400055, 0.00898782815784216, -0.004636255092918873, 0.0031010040547698736, 0.026136551052331924, -0.0113872941583395, 0.007638975977897644, 0.009150504134595394, 0.016484463587403297, 0.027817532420158386, 0.003329766681417823, -0.03326716646552086, 0.007998217828571796, -0.011516078375279903, -0.009455520659685135, 0.033809415996074677, 0.02067336067557335, -0.0023028769064694643, 0.022937262430787086, -0.005412353668361902, 0.003004415426403284, -0.009014940820634365, 0.0023757419548928738, 0.00727295596152544, 0.00471759308129549, 0.018368789926171303, -0.016796257346868515, -0.6099251508712769, -0.008377795107662678, 0.0017809591954573989, -0.024184443056583405, 0.013230950571596622, 0.021947652101516724, 0.011075498536229134, 0.011482187546789646, -0.009360626339912415, -0.031152382493019104, -0.013163168914616108, 0.00864214263856411, 0.0034839697182178497, -0.0028569905553013086, -0.019778644666075706, -0.013651195913553238, 0.01454591192305088, -0.000825239869300276, 0.0034229662269353867, 0.0320470966398716, -0.021391844376921654, -0.0076254201121628284, -0.004256678745150566, -0.008838708512485027, 0.0038872696459293365, -0.01036379300057888, 0.03191153332591057, -0.0015632110880687833, -0.0051412275061011314, 0.02049712836742401, -0.03801187127828598, 0.0061376155354082584, -0.006395185366272926, 0.0012810705229640007, 0.05284246429800987, -0.01085181999951601, -0.016525132581591606, 0.015061051584780216, 0.006141004618257284, 0.026217889040708542, -0.00577498460188508, -0.006324015092104673, 0.015264395624399185, -0.023479515686631203, -0.0024977487046271563, 0.010865376330912113, 0.01733851060271263, 0.0153321772813797, -0.02308638207614422, -0.02101226896047592, -0.004744705744087696, -0.005788540933281183, 0.01140762772411108, 0.004615921061486006, -0.020714029669761658, -0.010479021817445755, 0.030772805213928223, -0.01863991469144821, -0.013542745262384415, 0.008079555816948414, 0.00331621035002172, -0.004524415824562311, -0.011109389364719391, -0.0039618294686079025, -0.031125269830226898, 0.00996388215571642, 0.006476523354649544, -0.020388677716255188, 0.029959427192807198, -0.012580248527228832, -0.012532801367342472, 0.025540072470903397, 0.0006621406064368784, -0.031477734446525574, 0.0024011600762605667, 0.02244923636317253, 0.060894910246133804, -0.013549523428082466, -0.01189565472304821, 0.016104886308312416, -0.015765979886054993, 0.0019944708328694105, -0.00709672411903739, -0.013325844891369343, 0.010648475028574467, 0.009218285791575909, -0.015603303909301758, -0.012132890522480011, 0.018653471022844315, -0.0031501457560807467, -0.0019402457401156425, 0.009211507625877857, 0.0153321772813797, -0.030040765181183815, -0.0060664452612400055, 0.028468234464526176, -0.007279734127223492, -0.016009991988539696, -0.015142389573156834, -0.005056500434875488, 0.00024570798268541694, -0.020754698663949966, 0.004090614151209593, 0.027627743780612946, -0.0036093653179705143, 0.032508011907339096, -0.008282900787889957, -0.011441518552601337, 0.022801699116826057, -0.011888876557350159, -0.004388852976262569, -0.017135165631771088, -0.008865821175277233, -0.015061051584780216, 0.025540072470903397, -0.02955273911356926, 0.014030772261321545, 0.016511576250195503, 0.0320470966398716, -0.014315455220639706, 0.018002768978476524, 0.006937437690794468, 0.015738867223262787, -0.004510859493166208, 0.0026146718300879, -0.019033048301935196, 0.0080117741599679, 0.01561686024069786, 0.0007028095424175262, -0.016064217314124107, 0.004819265566766262, -0.011963436380028725, 0.020361565053462982, -0.012098999693989754, 0.01668780855834484, -0.03454145789146423, -0.0016809814842417836, -0.011475409381091595, 0.007394962944090366, -0.012905599549412727, -0.02830555848777294, -0.009679199196398258, 0.026231443509459496, -0.017040271311998367, 0.007428853306919336, -0.0033467120956629515, -0.03860834985971451, -0.01994132064282894, -0.0010463771177455783, -0.003406020812690258, 0.0004820959875360131, 0.002257124288007617, -0.005242899991571903, 0.0005837682401761413, -0.021784977987408638, -0.00948263332247734, 0.011888876557350159, -0.007435631472617388, -0.017501186579465866, -0.010350236669182777, -0.008160893805325031, 0.02909182384610176, -0.006513803265988827, -0.012092221528291702, -0.006195229943841696, -0.04001820459961891, -0.005453022662550211, -0.005547916516661644, -0.033944979310035706, -0.00982831884175539, 0.006812041625380516, -0.0004371907270979136, -0.006351127289235592, 0.013563079759478569, -0.010296011343598366, 0.013434295542538166, -0.039340388029813766, 0.015589747577905655, 0.021988321095705032, -0.0046193101443350315, -0.01312927808612585, -0.005171729251742363, 0.0011455075582489371, -0.017812980338931084, 0.033809415996074677, 0.02819710783660412, 0.028007319197058678, 0.04454600811004639, -0.014139222912490368, 0.013373292051255703, 0.02909182384610176, 0.03451434522867203, -0.02806154452264309, 0.011136502027511597, 0.009319957345724106, 0.027844645082950592, -0.00254350109025836, 0.006774761714041233, 0.006798485293984413, 0.029010485857725143, 0.024387788027524948, 0.01571175456047058, -6.349221075652167e-05, -0.01992776431143284, 0.020103996619582176, -0.02518760971724987, 0.0033992426469922066, 0.010892488993704319, 0.005846155341714621, -0.0035043039824813604, 0.010485799983143806, -0.024509793147444725, -0.022571243345737457, -0.016335343942046165, -0.002616366371512413, 0.0255536288022995, -0.024835145100951195, 0.00047955417539924383, -0.014762813225388527, -0.017948543652892113, -0.005324237514287233, -0.011122945696115494, -0.011312734335660934, 0.04638966545462608, -0.026000987738370895, 0.01199054904282093, 0.005619087256491184, -0.004504081327468157, -0.012404016219079494, -0.012749701738357544, -0.009109835140407085, -0.009624974802136421, 0.024197999387979507, 0.007333959452807903, -0.010912823490798473, 0.006222342606633902, 0.04145517200231552, -0.01984642632305622, 0.01571175456047058, -0.00889971200376749, -0.019643081352114677, 0.021120717748999596, -0.0051107257604599, -0.0030247499234974384, 0.003521249396726489, 0.01765030436217785, 0.01741984859108925, 0.018572133034467697, -0.03660201653838158, 0.01705382764339447, -0.0008794650784693658, 0.014044328592717648, -0.014396793209016323, -0.008981049992144108, 0.022666137665510178, -0.03269780054688454, -0.009624974802136421, 0.03885236009955406, 0.005398797336965799, 0.01282426156103611, -0.009977438487112522, -0.014044328592717648, -0.007401741109788418, 0.014396793209016323, 0.03652067855000496, 0.01887037232518196, -0.006486690603196621, -0.022517018020153046, -0.029932314530014992, 0.013556301593780518, 0.02003621496260166, -0.033619627356529236, -0.01590154320001602, 0.010045220144093037, 0.015779536217451096, 0.012193894013762474, 0.002267291536554694, 0.02987808920443058, 0.01189565472304821, -0.014369680546224117, -0.03595131263136864, -0.022557687014341354, 0.003941494971513748, 0.028739361092448235, 0.0013590193120762706, -0.023533741012215614, -0.012803927063941956, 0.020198890939354897, -0.022842368111014366, 0.0025875591672956944, -0.02193409577012062, 0.0281157698482275, 0.026746584102511406, -0.0012480270816013217, -0.015074607916176319, 0.015305064618587494, 0.030555903911590576, 0.003314515808597207, -0.010858598165214062, 0.0011878709774464369, -0.016145555302500725, 0.008581139147281647, -0.015874430537223816, -0.013712199404835701, 0.007259399630129337, 0.03399920463562012, -0.0325351245701313, 0.019914207980036736, 0.008635364472866058, 0.006591751705855131, -0.008879377506673336, -0.013793537393212318, -0.024550462141633034, -0.010492578148841858, 0.0013946045655757189, 0.017487630248069763, -0.009801206178963184, 0.001439509796909988, 0.042729463428258896, 0.01872125267982483, 0.008906490169465542, -0.006330793257802725, -0.027166828513145447, 0.024333562701940536, 0.004039777908474207, 0.028034431859850883, -0.004270235076546669, -0.004249900579452515, 0.0027553183026611805, 0.02309993840754032, -0.028956260532140732, -0.00546996807679534, 0.011854985728859901, -0.0315861850976944, -0.022991487756371498, 0.0057105920277535915, 0.029471401125192642, 0.00476504024118185, 0.001740290317684412, 0.01728428527712822, -0.010418018326163292, -0.005588585510849953, -0.009014940820634365, -0.020944487303495407, -0.009577527642250061, -0.008974271826446056, 0.028739361092448235, 0.0464710034430027, 0.005524192936718464, 0.009055609814822674, 0.017677417024970055, 0.008086333982646465, 0.014410348609089851, -0.016782701015472412, 0.0007294985116459429, -0.007801651954650879, 0.007910102605819702, -0.008811595849692822, -0.010465465486049652, 0.01853146404027939, -0.006385018117725849, 0.008723480626940727, 0.02048357203602791, -0.0002036622609011829, -0.006130837369710207, 0.01012655720114708, 0.02291014976799488, -0.004514248576015234, -0.00952330231666565, 0.002245262498036027, 0.0047514839097857475, -0.0027010932099074125, -0.0038262661546468735, 0.008926824666559696, 0.010214673355221748, 0.015494853258132935, -0.01849079504609108, -0.016281118616461754, -0.008181228302419186, 0.0007214494398795068, 0.005354739259928465, -0.0020656415726989508, 0.006835765205323696, -0.044356219470500946, 0.007130614947527647, -0.03305026516318321, -0.012044774368405342, -0.006151171866804361, -0.02612299472093582, -0.01830100826919079, 0.003585641970857978, -0.024048879742622375, -0.006744260434061289, -0.01594221033155918, -0.009164060465991497, 0.005192063748836517, -0.012390459887683392, -0.009740202687680721, 0.017365623265504837, 0.0033907699398696423, 0.0038601569831371307, 0.0032433453015983105, 0.0020910596940666437, 0.023113494738936424, 0.008357460610568523, -0.012932712212204933, 0.002721427707001567, -0.03494814783334732, -0.010512912645936012, -0.005639421753585339, 0.01793498732149601, -0.024008210748434067, -0.006595140788704157, 0.019182167947292328, 0.015399958938360214, 0.0010489188134670258, 0.017731642350554466, -0.009692755527794361, 0.007218730635941029, 0.014884819276630878, -0.0028078490868210793, -0.002060557948425412, -0.011800761334598064, -0.01611844263970852, -0.0008692978881299496, 0.014179891906678677, -0.008865821175277233, 0.002207982586696744, 0.005683479830622673, 0.0012378598330542445, -0.006717147771269083, 0.0038533788174390793, -0.018856815993785858, -0.024184443056583405, 0.005632643587887287, -0.033755190670490265, 0.028169995173811913, -0.0041075595654547215, 0.012925934046506882, 0.03079991787672043, 0.004016054328531027, 0.00810666847974062, -0.019914207980036736, -0.021527407690882683, -0.002387603744864464, -0.015386402606964111, 0.016091329976916313, 0.017080940306186676, -0.008065999485552311, 0.03706292808055878, -0.00031285404111258686, -0.03605976328253746, 0.012295565567910671, -0.002074114279821515, 0.007706757634878159, 0.015874430537223816, -0.00557502917945385, 0.0039008259773254395, -0.03405342996120453, 0.00776098296046257, 0.01611844263970852, 0.03174886107444763, -0.0072322869673371315, -0.00864214263856411, 0.002784125506877899, 0.007821986451745033, -0.02463180013000965, -0.0028434344567358494, -0.009550414979457855, -0.030230553820729256, -0.03443300724029541, 0.029959427192807198, 0.022693250328302383, 0.03527349606156349, -0.0038737133145332336, 0.016606470569968224, 0.002428272506222129, -0.004924326669424772, 0.017596080899238586, 0.019209280610084534, -0.00022918623290024698, -0.022883037105202675, 0.03565307334065437, -0.0029061322566121817, 0.016904707998037338, 0.01045190915465355, 0.022503461688756943, 0.010384127497673035, -0.00562247633934021, 0.01575242355465889, -0.01910082995891571, 0.023628635331988335, -0.024848701432347298, -0.007754204794764519, 0.01812477596104145, 9.81772827799432e-05, -0.01784009300172329, 0.0027654855512082577, 0.021717196330428123, 0.009286066517233849, 0.0007434784201905131, 0.03386364132165909, -0.016660695895552635, -0.03727982938289642, -0.011400849558413029, -0.001392910024151206, -0.003907604143023491, 0.002013110788539052, -0.012065108865499496, -0.030122103169560432, -0.005730926524847746, -0.021771421656012535, 0.015603303909301758, -0.027844645082950592, 0.05045655742287636, 0.01760963723063469, -0.004636255092918873, -0.014952600933611393, 0.03177597373723984, -0.0029349394608289003, 0.0013708809856325388, -0.012065108865499496, -0.006578195374459028, 0.0142883425578475, 0.033484067767858505, 0.018897484987974167, 0.013630861416459084, -0.022557687014341354, 0.00456508481875062, 0.005812264513224363, -0.03307737782597542, 0.04297347739338875, 0.005795319098979235, -0.028820697218179703, 0.004368518479168415, -0.023452403023838997, -0.017677417024970055, -0.04150939732789993, 0.015725310891866684, 0.021500295028090477, -0.00045328884152695537, 0.0061037251725792885, -0.022476349025964737, 0.012248119339346886, 0.003833044320344925, 0.005331015679985285, 0.03744250535964966, 0.0018046826589852571, 0.028549572452902794, -0.008831930346786976, 0.005544527433812618, -0.04866712540388107, -0.06788995862007141, 0.018477240577340126, 0.007150949444621801, 0.026231443509459496, 0.017270728945732117, 0.021947652101516724, -0.005968161858618259, 0.032318223267793655, -0.030555903911590576, 0.014613693580031395, -0.01458658091723919, -0.00040626543341204524, 0.0059308819472789764, 0.010465465486049652, 0.0030196662992239, -0.019710863009095192, -0.014112110249698162, 0.017460517585277557, -0.008696367964148521, 0.00273498403839767, -0.006927270442247391, -0.0035415838938206434, -0.008967493660748005, 0.014356124214828014, -0.0032823195215314627, 0.017555411905050278, 0.01296660304069519, -0.008845486678183079, 0.014261229895055294, 0.006269789766520262, -0.03269780054688454, -0.020131109282374382, 0.02011755295097828, 0.008872599340975285, -0.03768651932477951, -0.001553043839521706, 0.024740250781178474, 0.04015376791357994, -0.014017215929925442, 0.00045837246580049396, -0.01594221033155918, 0.040316443890333176, -0.03527349606156349, 0.004548139404505491, 0.004073668736964464, 0.016281118616461754, 0.0007231439813040197, 0.013197059743106365, -0.008486244827508926, -0.05333049222826958, -0.021202055737376213, -0.024374231696128845, 0.012010883539915085, 0.02884780988097191, 0.0005083613214083016, -0.02375064045190811, 0.001843657111749053, 0.004605753812938929, -0.024889370426535606, -0.02825133316218853, 0.016701364889740944, 0.005490302108228207, -0.024740250781178474, -0.004876879509538412, -0.01252602320164442, 0.013230950571596622, -0.008486244827508926, 0.0024791087489575148, -0.0025756973773241043, 0.024875814095139503, -0.03020344115793705, 0.022747475653886795, -0.02503849007189274, 0.004707425832748413, -0.014654362574219704, 0.00650363601744175, 0.01743340492248535, -0.03242667391896248, 0.0005041249678470194, -0.005524192936718464, -0.012939490377902985, -0.024184443056583405, 0.025024933740496635, 0.01942618004977703, -0.026272112503647804, 0.009164060465991497, 0.057641394436359406, 0.003146756673231721, 0.0008510815678164363, 0.004117726814001799, -0.027898870408535004, 0.006052888929843903, -0.050402332097291946, -0.0009447048068977892, 0.007693201303482056, -0.019737975671887398, -0.013759646564722061, -0.02830555848777294, 0.005042944569140673, -0.019737975671887398, -0.021988321095705032, -0.034216105937957764, 0.012980159372091293, 0.0019504129886627197, -0.022774588316679, -0.005375073757022619, -0.024469126015901566, -0.019399067386984825, -0.002823099959641695, 0.02235434204339981, -0.0027129549998790026, -0.011143280193209648, 0.007171283941715956, 0.010201117023825645, -0.004192286171019077, 0.008872599340975285, -0.021364731714129448, -0.010390905663371086, -0.007937215268611908, -0.007266177795827389, -0.025160497054457664, 0.006073223426938057, -0.0012022745795547962, 0.02513338439166546, 0.013949435204267502, -0.021947652101516724, -0.030501680448651314, 0.0004098663048353046, -0.015061051584780216, -0.02373708412051201, 0.003480580635368824, 0.02137828804552555, 0.02155452035367489, 0.01910082995891571, 0.007435631472617388, 0.0492636002600193, -0.005788540933281183, 0.025824755430221558, -0.031071044504642487, -0.006174895446747541, 0.0050327773205935955, -0.0034517734311521053, 0.007157727610319853, 0.024225112050771713, -0.023940429091453552, -0.0007896546158008277, 0.01415277924388647, -0.0006888295756652951, 0.005097169429063797, 0.017311397939920425, -0.01626756228506565, -0.006435854360461235, -0.02612299472093582, 0.011163614690303802, -0.035110823810100555, -0.008696367964148521, 0.014261229895055294, -0.029579851776361465, -0.020090440288186073, -0.0023181275464594364, -0.000544370268471539, 0.003765262896195054, 0.01998198963701725, -0.004927715752273798, -0.008703146129846573, 0.014220560900866985, -0.01477636955678463, -0.01994132064282894, 0.010845041833817959, -0.016877595335245132, 0.008608251810073853, 0.030149215832352638, -0.000838796200696379, 0.05181218683719635, -0.011427962221205235, 0.020985156297683716, -0.007693201303482056, -0.005795319098979235, -0.03239956125617027, 0.016850482672452927, 0.007076389621943235, 0.01965663768351078, 0.011421184055507183, -0.012275231070816517, 0.0015886290930211544, -0.013637639582157135, -0.017202947288751602, 0.014396793209016323, -0.0026655078399926424, -0.0012353180209174752, 0.00557502917945385, -0.00810666847974062, -0.03744250535964966, -0.0115025220438838, 0.007022164296358824, -0.013400404714047909, -0.02267969399690628, 0.0034229662269353867, -0.00017570238560438156, -0.030637241899967194, -0.0043007368221879005, -0.00449391407892108, -0.006835765205323696, -0.024428457021713257, -0.012234563007950783, -0.0014039245434105396, -0.004049945157021284, -0.020524241030216217, 0.2546415627002716, -0.00039398003718815744, 0.007103502284735441, 0.019263505935668945, -0.009279288351535797, -0.012200672179460526, 0.018341677263379097, 0.02082248032093048, -0.021242724731564522, 0.026000987738370895, -0.009550414979457855, 0.02941717579960823, -0.02430645003914833, 0.004626087844371796, 0.010133335366845131, -0.029932314530014992, -0.0376322939991951, -0.01571175456047058, -0.025540072470903397, -0.01621333695948124, -0.0009540247265249491, 0.0029061322566121817, -0.022571243345737457, -0.013976546935737133, 0.008330347947776318, -0.021540964022278786, 0.02700415439903736, -0.005368295591324568, -0.019670194014906883, 0.008465910330414772, -0.038174547255039215, -0.029661187902092934, -0.015494853258132935, 0.028929147869348526, -0.023032156750559807, -0.026692358776926994, 0.019399067386984825, -0.005873268004506826, 0.019209280610084534, -0.0038160989060997963, 0.006896768696606159, 0.004290569573640823, -0.0035280275624245405, -0.009414851665496826, 0.022042546421289444, 0.013922322541475296, -0.018151888623833656, -0.007388184778392315, -0.0038533788174390793, 0.012600583024322987, -0.014261229895055294, 0.00400588707998395, 0.0262449998408556, 0.023940429091453552, 0.008587917312979698, -0.010079110972583294, -0.006327404174953699, 0.005219176411628723, 0.0011488966410979629, 0.00704927695915103, -0.013000493869185448, 0.028142882511019707, -0.008289678953588009, 0.001991081750020385, 0.018897484987974167, 0.01361730508506298, -0.02560785412788391, -0.015549078583717346, 0.01477636955678463, -0.01644379459321499, 0.005039555486291647, 0.0043142931535840034, 0.00557502917945385, 0.0007006913656368852, -0.00626301160082221, -0.02909182384610176, 0.016484463587403297, 0.03592419996857643, -0.007984661497175694, 0.048395998775959015, -0.02105293795466423, -0.016050660982728004, 0.009624974802136421, -0.023669302463531494, -0.024089548736810684, -0.007605085615068674, 0.016131998971104622, 0.02244923636317253, -0.01445101760327816, -0.028576685115695, 0.007449187804013491, -0.011671976186335087, -0.00797110516577959, 0.01630823127925396, 0.005656367167830467, -0.0023452402092516422, 0.005744482856243849, 0.021784977987408638, -0.03370096534490585, -0.026692358776926994, -0.023493072018027306, 0.017257172614336014, 0.02170363999903202, 0.004134672228246927, -0.030583016574382782, -0.01326484140008688, 0.001726733986288309, -0.0011793982703238726, -0.002397770993411541, -0.010072332806885242, -0.01287170872092247, -0.03736116737127304, 0.008533691987395287, -0.0032653743401169777, 0.02652968280017376, 0.012559914030134678, -0.01881614699959755, -0.0320470966398716, -0.004992108326405287, -0.021825646981596947, 0.006676478777080774, -0.03923193737864494, -0.012397238053381443, 0.022991487756371498, 0.00934029184281826, -0.021174943074584007, -0.023208389058709145, 0.004731149412691593, -0.006283346097916365, -0.012343012727797031, 0.0002916723024100065, -0.024564018473029137, 0.009394517168402672, 0.025594297796487808, -0.017541855573654175, 0.007767761126160622, 0.006886601448059082, -0.002697704127058387, 0.0023147384636104107, -0.002165619283914566, 0.013596970587968826, -0.0142883425578475, 0.031098157167434692, -0.014261229895055294, 0.0320470966398716, -0.005015831906348467, -0.002141895703971386, 0.023615079000592232, -0.003765262896195054, -0.02779041975736618, -0.0077203139662742615, -0.012282009236514568, 0.002635006094351411, -0.014423904940485954, -0.00084091437747702, -0.01756896823644638, 0.008981049992144108, -0.023723527789115906, -0.0012819177936762571, 0.023072825744748116, -0.03340272977948189, -0.014749256893992424, 0.04115693271160126, -0.02643478848040104, -0.014993269927799702, -0.028685135766863823, -0.17276151478290558, 0.017907874658703804, 0.00815411563962698, -0.03595131263136864, 0.035761523991823196, -0.0004931105067953467, 0.004361740313470364, 0.009380960837006569, -0.0020436125341802835, -0.017853649333119392, -0.003236567135900259, -0.022761031985282898, -0.020320896059274673, 0.0030603352934122086, -0.0011031440226361156, -0.026827922090888023, -0.00040626543341204524, 0.005639421753585339, 0.0248622577637434, 0.005842766258865595, 0.020239558070898056, -0.014559468254446983, 0.00045455974759534, 0.018517907708883286, 0.01588798686861992, 0.01340718287974596, 0.002511305036023259, 0.001991081750020385, -0.0065544722601771355, -0.03443300724029541, -0.0013454629806801677, -0.0075373039580881596, 0.012532801367342472, -0.010540024377405643, 0.01571175456047058, 0.011068720370531082, -0.018517907708883286, -0.002940023085102439, -0.006757816765457392, 0.01493904460221529, 0.004554917570203543, 0.03229111060500145, -0.017446961253881454, 0.010872154496610165, 0.016986045986413956, 0.027709081768989563, -0.016620026901364326, -0.025594297796487808, 0.008113446645438671, -0.014234117232263088, 0.016850482672452927, -0.04530516266822815, 0.02597387507557869, 0.019778644666075706, 0.029498513787984848, 0.002428272506222129, -0.01287170872092247, 0.011217840015888214, -0.004985330160707235, -0.01050613448023796, -0.017826536670327187, -0.026733027771115303, 0.015535522252321243, -0.020944487303495407, -0.006920492276549339, 0.012200672179460526, -0.0209038183093071, 0.0020961430855095387, -0.015142389573156834, -0.011272065341472626, 0.003741539316251874, -0.0040702796541154385, 0.004968384746462107, 0.006639198865741491, 0.016145555302500725, 0.017487630248069763, -0.01561686024069786, 0.03085414320230484, 0.004195675253868103, 0.011963436380028725, -0.023167720064520836, 0.010845041833817959, -0.040126655250787735, 0.016335343942046165, 0.0038771023973822594, 0.02105293795466423, 0.0037720410618931055, -0.022245891392230988, 0.0005053958739154041, -0.03136928379535675, 0.005608920007944107, -0.01331228855997324, -0.04224143549799919, -0.01017400436103344, -0.00256722467020154, 0.0037347611505538225, -0.005642810836434364, -0.00026265333872288465, -0.02105293795466423, -0.01438323687762022, 0.008133781142532825, -0.004954828415066004, -0.009258953854441643, -0.005009053740650415, 0.00628673518076539, 0.019222836941480637, 0.03234533593058586, 0.01910082995891571, 0.04568473622202873, -0.012166781350970268, -0.0142883425578475, 0.004117726814001799, 0.012465019710361958, 0.039991091936826706, 0.0038160989060997963, 0.020293783396482468, -0.021730752661824226, -0.03592419996857643, 0.04836888611316681, 0.006337571423500776, 0.016647139564156532, -0.012587026692926884, -0.010723034851253033, 0.014993269927799702, 0.011522856540977955, -0.012546357698738575, -0.06859488785266876, -0.0038906587287783623, -0.005117503926157951, 0.0160371046513319, -0.006012219935655594, 0.009950325824320316, -0.02262546867132187, 0.023479515686631203, -0.0013835900463163853, 0.03418899327516556, -0.017690973356366158, -0.01312927808612585, -0.00500566465780139, 0.0007210258045233786, 0.00030692314612679183, -0.0028586850967258215, 0.008845486678183079, -0.010655253194272518, -0.02211032807826996, 0.04836888611316681, -0.023452403023838997, -0.010153669863939285, 0.0008887850563041866, -0.023018600419163704, -0.005039555486291647, 0.012261674739420414, -0.016091329976916313, 0.02337106503546238, 0.00898782815784216, 0.008072777651250362, 0.011204283684492111, -0.013420739211142063, 0.008371016941964626, -0.03405342996120453, 0.010790816508233547, -0.0073814066126942635, -0.0281157698482275, -0.015345733612775803, 0.02030733972787857, -0.015115276910364628, -0.004097392316907644, 0.03155907243490219, -0.0234659593552351, -0.017216503620147705, 0.014613693580031395, -0.01774519868195057, -0.011312734335660934, 0.029010485857725143, -0.003968607634305954, -0.0022028989624232054, -0.0030128881335258484, -0.0026095882058143616, -0.0008989523048512638, 0.007035720627754927, 0.016104886308312416, -0.009862209670245647, 0.008953937329351902, 0.023262614384293556, -0.02030733972787857, 0.017392735928297043, -0.0039482731372118, -0.03543617203831673, -0.005547916516661644, 0.013420739211142063, 0.0209038183093071, 0.03464990854263306, -0.012024439871311188, 0.005924103781580925, 0.03565307334065437, -0.011190727353096008, -0.027207497507333755, 0.028549572452902794, 0.0019402457401156425, 0.04064179211854935, -0.013908766210079193, -0.009936769492924213, -0.030420342460274696, -0.010824707336723804, 0.026461901143193245, 0.0017292757984250784, -0.02884780988097191, -0.0012378598330542445, -0.005442855414003134, -0.022001877427101135, 0.028034431859850883, 0.023940429091453552, 0.004585419315844774, -0.016254005953669548, 0.04359706863760948, -0.040587566792964935, -0.011875320225954056, 0.030583016574382782, -0.0014056190848350525, -0.0131224999204278, -0.00500566465780139, 0.019643081352114677, 0.01826033927500248, -0.004222787916660309, -0.0030925313476473093, 0.0018606024095788598, -0.006327404174953699, -0.015440627932548523, -0.05246288701891899, 0.01929061859846115, 0.0034873588010668755, 0.030474567785859108, 0.006080001592636108, 0.010106222704052925, -0.0039008259773254395, 0.001722497632727027, 0.003177258186042309, 0.029335837811231613, -0.028034431859850883, -0.0016377707943320274, -0.009672421030700207, 0.004382074810564518, -0.011902432888746262, -0.0026197554543614388, 0.00016617060464341193, 0.0010802678298205137, 0.010323124006390572, 0.02342529036104679, 0.00034907477675005794, -0.00379237555898726, -0.008533691987395287, -0.014261229895055294, 0.009408073499798775, -0.0047277603298425674, 0.008194784633815289, 0.011970214545726776, -0.0157930925488472, -0.008032108657062054, 0.027207497507333755, -0.04028933122754097, 0.015494853258132935, 0.01590154320001602, 0.0012226089602336287, -0.03513793647289276, 0.019575299695134163, 0.03711715340614319, 0.025241835042834282, 0.029118936508893967, -0.01714872196316719, -0.018924597650766373, 0.03052879124879837, -0.012675142847001553, -0.0031653966289013624, -0.02197476476430893, -0.025309616699814796, 0.023479515686631203, 0.013630861416459084, -0.01988709531724453, 0.02903759852051735, 0.007035720627754927, 0.015061051584780216, -0.03117949515581131, -0.02884780988097191, -0.053791407495737076, 0.03405342996120453, 0.007313624955713749, -0.01621333695948124, -0.021432513371109962, 0.028685135766863823, 0.023818422108888626, 0.007422075141221285, -0.006690035108476877, -0.007821986451745033, 0.007889768108725548, -0.0038127100560814142, -0.010770482011139393, 0.043054815381765366, -0.03725271672010422, -0.011224618181586266, -0.01356985792517662, -0.0030213608406484127, 0.020198890939354897, -0.0024214943405240774, 0.01594221033155918, -0.004687091335654259, -0.009774093516170979, 0.003453467972576618, 0.02398109808564186, 0.028495347127318382, -0.0027010932099074125, -0.017772311344742775, 0.004510859493166208, 0.011644863523542881, 0.03261646255850792, -0.010255342349410057, 0.020185334607958794, 0.005429299082607031, -0.005148005671799183, -0.02011755295097828, 0.016199780628085136, -0.013746090233325958, 0.024658912792801857, 0.013590192422270775, -0.004534583073109388, -0.02681436575949192, 0.022842368111014366, 0.00672731501981616, 0.036547791212797165, 0.003200981765985489, -0.00889971200376749, -0.005381851922720671, 0.0072322869673371315, -0.024197999387979507, -0.02545873448252678, -0.04001820459961891, 0.00546996807679534, 0.0012759868986904621, -0.0007049277191981673, -0.0035178603138774633, 0.009543636813759804, -0.02179853431880474, 0.019249949604272842, -0.014993269927799702, 0.018504351377487183, -0.0012878486886620522, -0.01252602320164442, -0.011007716879248619, 0.01960241235792637, 0.007801651954650879, 0.005805486347526312, 0.006296902429312468, -0.008188006468117237, 0.009753759019076824, 0.02551295980811119, -0.017623191699385643, -0.011665198020637035, 0.03782208263874054, 0.014084997586905956, 0.011956658214330673, 0.0009269121219404042, -0.006764594931155443, -0.004165173973888159, -0.011529634706676006, -0.007672866806387901, 0.004561695735901594, 0.01743340492248535, 0.010634918697178364, 0.03874390944838524, 0.03399920463562012, -0.0035890310537070036, 0.016877595335245132, 0.032453786581754684, 0.006869656033813953, 0.014125666581094265, -0.004178730305284262, 0.0041075595654547215, -0.019968433305621147, -0.001734359422698617, -0.004155006725341082, -0.015603303909301758, -0.015413515269756317, -0.02145962603390217, 0.011658419854938984, 0.015969322994351387, 0.000401817262172699, -0.006320626009255648, -0.018802590668201447, 0.020971599966287613, -0.004426132421940565, 0.0241573303937912, 0.00829645711928606, -0.02281525544822216, -0.0027671800926327705, 0.006774761714041233, -0.004663367755711079, -0.021920541301369667, -0.018002768978476524, -0.01031634584069252, 0.007727092131972313, -0.03866257518529892, -0.03104393184185028, 0.0026417842600494623, -0.011448296718299389, 0.019168611615896225, -0.0018622969510033727, 0.03958440199494362, -0.0054462444968521595, -0.0027824309654533863, -0.024265781044960022, -0.02639411948621273, -0.02825133316218853, 0.0005037013324908912, 0.0034094098955392838, -0.004592197481542826, -0.008221897296607494, -0.02633989416062832], \"7a9bef46-b0b6-47d1-aed1-c14bc43b3cb7\": [-0.009463559836149216, 0.005606242921203375, 0.010583425872027874, -0.00922161340713501, -0.02470618113875389, -0.00032079496304504573, -0.011433694511651993, -0.012532821856439114, -0.02187195234000683, -0.03320886939764023, 0.022397320717573166, 0.008813760243356228, 0.004797450732439756, -0.007299867458641529, -0.0016780708683654666, -0.01126087550073862, -0.001980503788217902, -0.0016322738956660032, 0.04393745958805084, -0.010528123937547207, -0.0076524182222783566, 0.024581750854849815, -0.016217319294810295, -0.001359220128506422, -0.023807523772120476, 0.011862285435199738, 0.035061486065387726, -0.02994604781270027, 0.01656295731663704, -0.021996380761265755, 0.030775578692555428, -0.025203898549079895, -0.004341209307312965, -0.03041611611843109, -0.001904463628306985, -0.027803095057606697, -0.023641616106033325, -0.010362217202782631, 0.039126183837652206, -0.022397320717573166, 0.026600275188684464, -0.002761645009741187, -0.01686711795628071, 0.022549401968717575, 0.005001377314329147, 0.03298765793442726, 0.014544432982802391, -0.017378661781549454, -0.026226986199617386, 0.0146550377830863, 0.024650879204273224, 0.03179866448044777, -0.05093316733837128, -0.00828839186578989, 0.0007228147587738931, 0.004600437358021736, -0.014433829113841057, 0.011641076765954494, 0.0043999673798680305, -0.03909853473305702, 0.0027979370206594467, -0.0019182891119271517, -0.021747522056102753, -0.011889936402440071, -0.008723895065486431, 0.008177787065505981, -0.02391812764108181, 0.0050946990959346294, 0.005803256761282682, 0.007465773727744818, 0.004417249467223883, -0.008343693800270557, -0.0007375043933279812, 0.01735101081430912, 0.05707169324159622, -0.015014500357210636, -0.015498393215239048, -0.001666837721131742, 0.004458725918084383, -0.01206966768950224, 0.005741041619330645, -0.019341884180903435, -0.01657678373157978, 0.037162963300943375, 0.00859946571290493, 0.006650068797171116, 0.012995976954698563, 0.0073897335678339005, -0.01728188432753086, -0.021982556208968163, -0.012449868954718113, 0.0015640105120837688, 0.009235438890755177, 0.01602376252412796, 0.01371490303426981, 0.020420273765921593, 0.01728188432753086, 0.021982556208968163, 0.007915102876722813, -0.02517624758183956, -0.010970539413392544, -0.010970539413392544, -0.03199222311377525, -0.027457457035779953, -0.03572510927915573, -0.016009937971830368, 0.033817190676927567, 0.01282315794378519, 0.0472002811729908, -0.0016296816756948829, -0.022770609706640244, 0.03296000882983208, -0.016756514087319374, -0.01968752220273018, -0.010963627137243748, 0.01215953379869461, 0.004389598499983549, -0.005212216172367334, -0.012346177361905575, -0.022881213575601578, -0.0002754300076048821, 0.028978262096643448, 0.018014635890722275, -0.007728458382189274, 0.0019113763701170683, 0.01686711795628071, 0.008772283792495728, 0.010286177508533001, -0.001613263855688274, -0.02101477049291134, 0.052094511687755585, 0.018318796530365944, 0.021553965285420418, -0.009332217276096344, -0.01985342800617218, 0.022024031728506088, -0.005219128914177418, 0.011772419326007366, -0.033568330109119415, -0.016991548240184784, 0.01085993554443121, 0.032932355999946594, -0.019646044820547104, 0.007534901145845652, -0.0073206061497330666, -0.004113088361918926, 0.02729155123233795, 0.027333026751875877, 0.0009263089741580188, -0.01986725442111492, -0.013873896561563015, 0.010030405595898628, 0.008226176723837852, 0.023005643859505653, 0.0071823508478701115, 0.006660438142716885, 0.015526044182479382, -0.01851235330104828, 0.040066320449113846, 0.006059028208255768, 0.01585785672068596, 0.029641887173056602, 0.016120541840791702, -0.014475305564701557, 0.010617989115417004, 0.02727772481739521, -0.003708692267537117, -0.012339265085756779, 0.01970134675502777, -0.016286447644233704, 0.009746982716023922, 0.015512218698859215, -0.01782107912003994, 0.02017141506075859, 0.015774903818964958, 0.021788999438285828, 0.030360814183950424, 0.001678935019299388, -0.03760537877678871, 0.004883860237896442, -0.03025020845234394, 0.0017022655811160803, 0.03453611582517624, 0.01968752220273018, -0.020364971831440926, 0.034812625497579575, 0.01642470248043537, 0.013417654670774937, -0.00152944668661803, 0.011191748082637787, 0.000940998550504446, 0.012864634394645691, 0.009975103661417961, -0.005481813568621874, -0.5937225818634033, 0.0024592119734734297, -0.0023399670608341694, -0.018940944224596024, 0.006836713291704655, 0.02069678343832493, 0.01595463417470455, 0.00867550540715456, -0.01913450099527836, -0.03508913516998291, 0.023185376077890396, 0.02188577689230442, 0.0069715119898319244, -0.01618966832756996, -0.011578862555325031, -0.007555639371275902, -0.005741041619330645, -0.00033418842940591276, 0.010763157159090042, 0.016521479934453964, -0.015899332240223885, 0.003306024242192507, 0.0043619475327432156, -0.007417384535074234, 0.010258526541292667, -0.001761024002917111, 0.0357804112136364, 0.00993362721055746, -0.0008282343042083085, 0.00404741708189249, -0.04543061554431915, -0.004285907372832298, -0.010611076839268208, 0.007375908084213734, 0.0638185366988182, 0.002775470493361354, -0.009014230221509933, 0.0066396999172866344, 0.007783760316669941, 0.0034390948712825775, -0.00863402895629406, -0.008350606076419353, 0.025107121095061302, -0.004237517714500427, -0.017378661781549454, -0.010251613333821297, 0.03962390124797821, 0.007382820826023817, 0.0028860745951533318, -0.0006009775097481906, -0.018553830683231354, -0.006601679604500532, 0.00605557207018137, 0.03464671969413757, -0.03907088190317154, -0.016590608283877373, 0.028107255697250366, -0.022079335525631905, -0.006618961691856384, -0.01656295731663704, -0.004562417510896921, 0.0016417789738625288, -0.008039532229304314, 0.013154969550669193, -0.02017141506075859, 0.025853697210550308, -0.0008420597878284752, -0.020364971831440926, 0.02548041008412838, -0.008551076054573059, -0.010016580112278461, 0.016217319294810295, 0.005910404026508331, -0.02124980464577675, 0.010894499719142914, 0.0267938319593668, 0.041227661073207855, -0.020807387307286263, -0.014724165201187134, 0.007521075662225485, -0.011889936402440071, 0.010382955893874168, -0.025756919756531715, 0.004323927219957113, 0.008806847967207432, 0.007023357320576906, -0.010652553290128708, -0.017724299803376198, 0.015346312895417213, -0.00288261822424829, 0.008398995734751225, -0.0006247400888241827, -0.002080738777294755, -0.03296000882983208, -0.005246779881417751, 0.034674372524023056, 0.0068505387753248215, 0.0034269974566996098, -0.01672886312007904, -0.022936515510082245, -0.02001933380961418, -0.02148483693599701, -0.006892015226185322, 0.022259065881371498, 0.012836983427405357, -0.0010170388268306851, 0.001492290641181171, -0.018069937825202942, 0.03431490808725357, -0.01273329183459282, -0.015055976808071136, -0.021858125925064087, -0.001258985255844891, -0.020226716995239258, -0.007756109349429607, -0.03315356746315956, 0.029586585238575935, -0.0089451028034091, 0.02657262422144413, 0.003687954042106867, 0.004455269780009985, 0.009138660505414009, 0.024526448920369148, -0.026531148701906204, 0.02986309491097927, -0.02353101223707199, -0.00027175762807019055, -0.007742283865809441, -0.021844301372766495, -0.018014635890722275, -0.001023087534122169, -0.009242351166903973, 0.02914416790008545, -0.008184700272977352, 0.022065509110689163, -0.01884416677057743, 0.0028428698424249887, -0.009525774046778679, 0.003399346489459276, -0.01985342800617218, -0.009200874716043472, -0.007071746978908777, 0.01718510501086712, -0.006370102521032095, -0.01313423179090023, 0.005426511634141207, -0.02767866477370262, -0.013590473681688309, 0.007099397946149111, 0.00365339033305645, 0.0028566953260451555, -0.005315907299518585, -0.008468123152852058, -0.008032619953155518, -0.010707855224609375, -0.011302351951599121, 0.007424297276884317, -0.01609289087355137, 0.006083223037421703, -0.010300002992153168, -0.00832295510917902, 0.022494100034236908, -0.0006463424651883543, -0.013631950132548809, -0.004489833489060402, -0.02610255777835846, -0.01126087550073862, 0.010424432344734669, -0.03345772624015808, -0.026627926155924797, -0.007431210018694401, 0.03915383666753769, -0.005322820041328669, -0.0013773661339655519, 0.013880808837711811, 0.016452353447675705, -0.037937190383672714, -0.013203359209001064, 0.014323225244879723, 0.001244295621290803, 5.090054764878005e-05, 0.010521210730075836, -0.0011613426031544805, -0.0003687521966639906, 0.020807387307286263, 0.04296967387199402, 0.0315774567425251, 0.009373693726956844, -0.009712418541312218, 0.006930035538971424, 0.01625879667699337, 0.014820943586528301, -0.023268328979611397, 0.009014230221509933, 0.006923122797161341, 0.04261021316051483, 0.0066950018517673016, -0.002021980471909046, -0.007451948244124651, 0.015498393215239048, 0.014751816168427467, 0.010756244882941246, -0.004282450769096613, -0.02509329468011856, 0.016217319294810295, -0.02501034177839756, -0.007012988440692425, 0.01704685017466545, -0.0014378527412191033, 0.006985337473452091, 0.007127048913389444, -0.0013609483139589429, -0.01500067487359047, -0.0003573029534891248, -0.014157319441437721, 0.027180947363376617, -0.034812625497579575, 0.002994950395077467, 0.004240974318236113, -0.02296416647732258, -0.009048794396221638, -0.02986309491097927, -0.0046903034672141075, 0.04230605065822601, -0.03511678799986839, 0.017378661781549454, 0.013300137594342232, 0.007292954716831446, -0.016286447644233704, -0.005447249859571457, -0.009816110134124756, 0.002377987140789628, 0.024443496018648148, 0.0012226932449266315, 0.005616612266749144, 0.019673695787787437, 0.021775173023343086, -0.014862420037388802, 0.010445170104503632, -0.006587854120880365, -0.012360002845525742, 0.01736483722925186, -0.007161612622439861, -0.013846245594322681, 0.004911511205136776, 0.021000945940613747, 0.03517208993434906, -0.000990251894108951, -0.01664591021835804, 0.0102447010576725, -0.013514433056116104, 0.03196457028388977, -0.03276645019650459, -0.010217050090432167, 0.02633759006857872, -0.025438932701945305, -0.015747252851724625, 0.018429400399327278, 0.025383630767464638, 0.013825506903231144, -0.014081278815865517, -0.015622822567820549, -0.009083357639610767, 0.017461614683270454, 0.0050255716778337955, 0.010265438817441463, -0.011150271631777287, -0.012083493173122406, -0.028591148555278778, 0.0022380040027201176, 0.007541813887655735, -0.013742554001510143, -0.010168660432100296, 0.015456916764378548, 0.03555920347571373, 0.0015450003556907177, 0.03602927178144455, 0.020351145416498184, 0.00594151159748435, -0.01594080962240696, -0.029752491042017937, -0.002543893177062273, 0.015996111556887627, 0.026544973254203796, -0.0014810573775321245, -0.02532832883298397, -0.022452622652053833, 0.021982556208968163, -0.003774363314732909, 0.016203494742512703, -0.030029000714421272, 0.039347391575574875, 0.032019875943660736, -0.011364567093551159, -0.021429535001516342, 0.026517322286963463, 0.025770744308829308, -0.0061005051247775555, -0.022687656804919243, -0.011931412853300571, -0.028038127347826958, 0.005073960870504379, -0.024402020499110222, -0.00828839186578989, 0.012892285361886024, 0.015761077404022217, -0.024125508964061737, -0.0009142116759903729, 0.006587854120880365, 0.007901277393102646, -0.01508362777531147, -0.016051413491368294, 0.00590003514662385, -0.02267383225262165, -0.003392433747649193, 0.006574028637260199, -0.014959198422729969, 0.007693894673138857, 0.03102443739771843, 0.027789268642663956, -0.0011293711140751839, 0.0028117625042796135, -0.022604703903198242, 0.023434234783053398, -0.020434100180864334, 0.026475846767425537, 0.016687387600541115, 0.009629465639591217, -0.010846110060811043, 0.02055852860212326, -0.05096082016825676, 0.0055647664703428745, 0.01109496969729662, -0.028259336948394775, -0.02961423620581627, -0.012906110845506191, 0.00929765310138464, 0.008882888592779636, 0.001299597672186792, -0.009325304068624973, 0.004289363510906696, -0.011551210656762123, -0.0020513595081865788, -0.014765641652047634, -0.010604163631796837, 0.005851645953953266, 0.014489131048321724, 0.03738417103886604, -0.013555909506976604, 0.01743396371603012, 0.015691950917243958, -0.009975103661417961, 0.018111413344740868, -0.010770070366561413, 0.0032006048131734133, -0.0013626764994114637, 0.013956849463284016, 0.026226986199617386, -0.00988523755222559, 0.030388465151190758, -0.005409229546785355, 0.013182620517909527, 0.010452083311975002, -0.0025127858389168978, -0.01609289087355137, 0.004914967808872461, 0.021208327263593674, -0.009912888519465923, -0.006688089109957218, 0.01527718547731638, 0.00801188126206398, -0.010389868170022964, -0.004113088361918926, 0.034038398414850235, 0.019728997722268105, 0.02111154980957508, -0.021692220121622086, -0.02531450241804123, 0.0050566792488098145, 0.018498528748750687, 0.0036914104130119085, 0.0015977101866155863, 0.03063732385635376, -0.03572510927915573, 0.020821213722229004, -0.040370479226112366, -0.0248582623898983, -0.011938325129449368, -0.009083357639610767, -0.014295574277639389, -0.0035738935694098473, -0.0292271226644516, -0.002765101380646229, -0.004476008005440235, 0.006421947851777077, 0.006214565597474575, 0.0015277185011655092, -0.01946631446480751, -0.0053884913213551044, -0.0029102691914886236, 0.022231414914131165, -0.01686711795628071, -0.0020340776536613703, 0.024747656658291817, 0.0027460912242531776, -0.02275678515434265, -0.007120136171579361, -0.030969135463237762, -0.01282315794378519, -0.009636377915740013, 0.030747927725315094, -0.016701212152838707, -0.004825102165341377, 0.004147652070969343, 0.005886209663003683, -0.0017428779974579811, 0.01719893142580986, -0.011627251282334328, 0.012615774758160114, 0.009836847893893719, -0.00768006918951869, 0.012214835733175278, 0.004797450732439756, -0.0040681553073227406, 0.015733426436781883, -0.009518861770629883, 0.006041746586561203, -0.004507115110754967, 0.000820025394205004, 0.003788188798353076, 0.002687332918867469, 0.012553560547530651, -0.006079766899347305, -0.020724434405565262, 0.034038398414850235, -0.025535712018609047, 0.034978531301021576, -0.0034183566458523273, 0.012277049943804741, 0.018664434552192688, 0.006701914593577385, 0.03484027832746506, -0.013583560474216938, -0.0013972403248772025, 0.00420295400545001, -0.00934604275971651, 0.014406178146600723, 0.014309399761259556, -0.02274295873939991, 0.0178072527050972, -0.004914967808872461, -0.05220511555671692, -0.0015536413993686438, 0.012906110845506191, -0.020724434405565262, 0.009145572781562805, 0.0075971162877976894, -0.018816515803337097, -0.02344805933535099, 0.0032956551294773817, 0.019756648689508438, 0.03569746017456055, 0.01594080962240696, 0.012394567020237446, 0.008654767647385597, 0.015304836444556713, -0.005917316768318415, -0.02297799289226532, -0.007825236767530441, -0.028812356293201447, -0.036941755563020706, -0.002533524064347148, 0.018387924879789352, 0.03672054782509804, -0.00280484976246953, 0.016742689535021782, -0.012311614118516445, -0.005326276645064354, 0.0049357060343027115, -0.0034200847148895264, -0.009525774046778679, -0.017765777185559273, 0.02445732243359089, -0.006245672702789307, 0.015346312895417213, 0.01450295653194189, 0.01415040623396635, -0.011772419326007366, -0.005219128914177418, 0.019051548093557358, -0.016452353447675705, 0.018636783584952354, -0.03508913516998291, 0.0011682553449645638, 0.003916074987500906, 0.002609564457088709, -0.012339265085756779, 0.0018612588755786419, 0.0007854616269469261, 0.004894229583442211, -0.008392082527279854, 0.022922690957784653, -0.02158161625266075, -0.037633031606674194, -0.021913427859544754, -0.0038884237874299288, 0.007604029029607773, 0.007977317087352276, -0.024208461865782738, -0.027084168046712875, 0.0021377690136432648, -0.01527718547731638, 0.02313007228076458, -0.009373693726956844, 0.033872492611408234, 0.011412955820560455, 0.009726244024932384, 0.0029344637878239155, 0.024208461865782738, -0.011917587369680405, 0.0034511922858655453, -0.000781141163315624, -0.0072722164914011955, 0.009836847893893719, 0.027180947363376617, 0.029337726533412933, 0.013784030452370644, -0.01751691661775112, 0.0010412335395812988, 0.0030692624859511852, -0.041227661073207855, 0.026780007407069206, 0.015885507687926292, -0.019576918333768845, -0.01836027391254902, -0.019120676442980766, 0.008343693800270557, -0.030969135463237762, 0.023544838652014732, 0.028508195653557777, -0.013818594627082348, -0.0040646991692483425, -0.012975238263607025, 0.005862014833837748, -0.007334431633353233, -0.006307887379080057, 0.029171818867325783, -0.006625874433666468, 0.026766180992126465, 0.006923122797161341, 0.02492738887667656, -0.03702470660209656, -0.051762696355581284, 0.01570577546954155, -0.012201010249555111, 0.03569746017456055, 0.027153296396136284, 0.011495908722281456, -0.006280236411839724, 0.04515410587191582, -0.019051548093557358, -0.012622687965631485, -0.015152755193412304, -0.017599869519472122, -0.0048492965288460255, 0.010327653959393501, -0.0061903707683086395, -0.005696109030395746, -0.04180833324790001, -0.005741041619330645, -0.021526314318180084, -0.004303188994526863, -0.011765506118535995, -0.0019113763701170683, -0.015982285141944885, 0.003083087969571352, -0.01019631139934063, 0.015774903818964958, 0.022162288427352905, 0.007154699880629778, 0.022535575553774834, 0.0036153700202703476, -0.04238900542259216, -0.003954094834625721, 0.013293225318193436, 0.037633031606674194, -0.028231685981154442, -0.022369669750332832, 0.03774363547563553, 0.02978014200925827, -0.012885372154414654, -0.005336645524948835, -0.02314389869570732, 0.04363330081105232, -0.026600275188684464, 0.0134798688814044, 0.0002352496376261115, -0.0009418626432307065, 0.02704269252717495, 0.004984095226973295, 0.0029638430569320917, -0.04656430706381798, -0.016908595338463783, -0.01891329325735569, 0.024747656658291817, 0.038822025060653687, -0.006235303822904825, -0.015249534510076046, 0.0007565144333057106, 8.862365939421579e-05, -0.04366094991564751, -0.02596430294215679, 0.004942618776112795, 0.003753625089302659, -0.009442821145057678, -0.0027633733116090298, -0.018581481650471687, 0.00949121080338955, -0.006529095582664013, -0.0009781545959413052, 0.02828698791563511, 0.0293100755661726, -0.03533799573779106, 0.007714632898569107, -0.04838927462697029, 0.006788324099034071, -0.025770744308829308, -0.0010922150686383247, 0.011903761886060238, -0.03373423591256142, 0.008841412141919136, -0.03434256091713905, -0.010541949421167374, -0.004368860274553299, 0.009207787923514843, 0.0045174844563007355, -0.011426781304180622, 0.02408403344452381, 0.07200323790311813, -0.008841412141919136, 0.001088758697733283, 0.009062619879841805, -0.011931412853300571, 0.017641346901655197, -0.047006722539663315, 0.018498528748750687, -0.00832295510917902, -0.03500618413090706, -0.0030519806314259768, -0.022245241329073906, 0.013770204968750477, -0.01278168149292469, -0.009850673377513885, -0.02969718910753727, 0.018816515803337097, -0.003732886863872409, -0.03691410273313522, -0.007887451909482479, -0.023890476673841476, -0.016286447644233704, -0.008468123152852058, 0.025286851450800896, 0.01602376252412796, -0.010362217202782631, 0.002257013926282525, 0.005322820041328669, -0.016438527032732964, 0.026862960308790207, -0.012366916052997112, -0.016549132764339447, -0.0037916454020887613, -0.011046580038964748, -0.025134772062301636, 0.006377015262842178, 0.009746982716023922, 0.041448868811130524, 0.005423055030405521, -0.009912888519465923, -0.0342596061527729, -0.0026769638061523438, -0.004904598463326693, -0.023959603160619736, -0.003563524456694722, 0.021982556208968163, 0.010306915268301964, 0.004787081852555275, 0.0017748494865372777, 0.047725651413202286, -0.011233224533498287, 0.0016651095356792212, -0.032324034720659256, -0.022618530318140984, 0.015429265797138214, 0.007189263589680195, -0.011613425798714161, 0.010977452620863914, -0.006245672702789307, -0.007534901145845652, 0.036222826689481735, 0.0028878026641905308, 0.014558258466422558, 0.01681181602180004, -0.0009807469323277473, -0.020586179569363594, -0.03320886939764023, -0.017295708879828453, -0.03331947326660156, -0.008544163778424263, 0.008481948636472225, -0.03384483978152275, -0.02205168455839157, -0.007382820826023817, 0.014890071004629135, -0.005008290056139231, 0.012283963151276112, -0.014254097826778889, -0.019023897126317024, 0.002561175264418125, -0.014820943586528301, -0.012249398976564407, -0.012906110845506191, -0.019162151962518692, 0.01930040866136551, 0.02400108054280281, 0.0003067534416913986, 0.047089677304029465, -0.005602786783128977, 0.00658439751714468, 0.0034166283439844847, -0.010203224606812, -0.03760537877678871, 0.013251748867332935, -0.006370102521032095, 0.0319092683494091, -0.0031072827987372875, -0.006574028637260199, -0.0029240946751087904, -0.002476493827998638, -0.01531866192817688, -0.00809483416378498, -0.0013669970212504268, -0.021208327263593674, -0.007382820826023817, 0.005827451124787331, -0.025839872658252716, -0.002697702031582594, 0.013597385957837105, -0.02994604781270027, 0.0035462426021695137, -0.006152350455522537, -0.01993638090789318, -0.028273161500692368, 0.0031297490932047367, -0.0250241681933403, -0.005426511634141207, -0.02884000726044178, -0.006000270135700703, -0.012346177361905575, -0.0032610914204269648, 0.005931142717599869, 0.270758718252182, -0.009760808199644089, 0.0034632894676178694, 0.011848459020256996, -0.009912888519465923, 0.00398520240560174, 0.017696648836135864, -0.0004458726034499705, -0.021706046536564827, 0.02579839527606964, -0.0070613776333630085, 0.022687656804919243, -0.010120270773768425, -0.002905084751546383, 0.010963627137243748, -0.018180541694164276, -0.018346447497606277, -0.014890071004629135, -0.0379648432135582, -0.020351145416498184, 0.01536013837903738, -0.012000540271401405, -0.0067295655608177185, -0.010175572708249092, 0.022936515510082245, -0.018152890726923943, 0.0050946990959346294, -0.0041027190163731575, 0.007099397946149111, 0.01523570902645588, -0.041614774614572525, -0.01822201907634735, -0.013618124648928642, 0.03478497639298439, -0.023351281881332397, -0.00012939810403622687, 0.031217994168400764, 0.003309480845928192, 0.026766180992126465, 0.006446142680943012, 0.005371209233999252, -0.015332487411797047, -0.014309399761259556, 0.007742283865809441, 0.01938336156308651, 0.03580806404352188, -0.010645640082657337, -0.023240678012371063, 0.021609267219901085, 0.008177787065505981, -0.026544973254203796, 0.0031677691731601954, 0.016065239906311035, 0.020282018929719925, -6.521210707433056e-06, -0.004997920710593462, 0.00732751889154315, 0.006307887379080057, -0.0008260740432888269, 0.012353090569376945, -0.0071477871388196945, 0.02554953657090664, -0.014917721971869469, 0.01930040866136551, 0.016369400545954704, 0.006767585873603821, -0.03448081389069557, -0.027319202199578285, 0.010182485915720463, -0.025978127494454384, 0.0029672994278371334, -0.0008960656705312431, 0.0005296897143125534, 0.011426781304180622, -0.00278411153703928, -0.02900591306388378, -0.007451948244124651, 0.011475170962512493, -0.003777819685637951, 0.05806712806224823, -0.024567926302552223, -0.019106850028038025, -2.165636033168994e-05, -0.020116113126277924, -0.0236830934882164, -0.018000809475779533, 0.028978262096643448, 0.008392082527279854, 0.00868241861462593, -0.021070072427392006, 0.00014397969061974436, -0.0026907892897725105, -0.016742689535021782, 0.0223420187830925, 0.012484433129429817, 0.015968460589647293, -0.01406745333224535, 0.0035946317948400974, -0.020102286711335182, -0.01993638090789318, -0.035448599606752396, 0.016355574131011963, 0.030443767085671425, 0.002884346293285489, -0.031688060611486435, -0.019590742886066437, -0.005111981183290482, -0.00044889692799188197, -0.0070268139243125916, -0.006930035538971424, -0.009325304068624973, -0.02900591306388378, 0.012097318656742573, -0.0016910323174670339, 0.01938336156308651, -0.0011838090140372515, -0.010161747224628925, -0.020337320864200592, -0.009816110134124756, -0.02329597994685173, 0.0024955039843916893, -0.033485379070043564, -0.004776712507009506, 0.01504215132445097, -0.008260739967226982, 0.013327788561582565, -0.006681176368147135, 0.013307050801813602, -0.012719466350972652, -0.02460940182209015, -0.010002754628658295, -0.010134096257388592, 0.013459131121635437, 0.01344530563801527, 0.0032109739258885384, 0.02346188575029373, 0.018705910071730614, 0.015152755193412304, -0.004742148797959089, -0.010382955893874168, 0.011889936402440071, -0.022452622652053833, 0.029171818867325783, -0.013023627921938896, 0.013604299165308475, 0.0007426889496855438, 0.020931817591190338, 0.019811950623989105, 0.012926848605275154, -0.02507947012782097, -0.026088731363415718, -0.005336645524948835, -0.002476493827998638, -0.009249264374375343, 0.016272621229290962, -0.029973698779940605, -0.007189263589680195, -0.024872086942195892, -0.013189533725380898, -0.006159263197332621, -0.02751275897026062, -0.017599869519472122, 0.03705235943198204, -0.00930456630885601, -0.03680349886417389, -0.02094564400613308, -0.17641347646713257, 0.0069715119898319244, 0.020917991176247597, -0.03063732385635376, 0.03674819692969322, 0.0017134987283498049, 0.0007910782005637884, -0.005429967772215605, 0.015996111556887627, -0.01610671542584896, -0.00836443156003952, -0.04758739471435547, -0.03166041150689125, 0.004037048202008009, -0.015539869666099548, -0.025881348177790642, -0.004928793292492628, -0.004424162209033966, 0.01308584213256836, 0.013514433056116104, 0.038656119257211685, -0.021429535001516342, -0.0019234736682847142, 0.012719466350972652, 0.0010991278104484081, 0.02267383225262165, -0.0076869819313287735, -0.0039057056419551373, -0.004845840390771627, -0.03282175213098526, -0.028273161500692368, -0.0032852860167622566, -0.0035738935694098473, -0.019590742886066437, 0.0036775849293917418, -0.0005590689252130687, 0.003919531125575304, -0.006777954753488302, 0.001457726932130754, -0.0037052358966320753, -0.003345772624015808, 0.050297193229198456, -0.020973294973373413, -0.001738557475619018, 0.022618530318140984, 0.0147379906848073, 0.0006251721642911434, -0.02054470404982567, 0.007763022091239691, 0.0025542625226080418, 0.010500472970306873, -0.03304295986890793, 0.010749331675469875, 0.018346447497606277, 0.03417665511369705, 0.0012926849303767085, -0.03470202162861824, 0.021747522056102753, -0.01844322681427002, 0.0005262333434075117, -0.012436043471097946, -0.022093160077929497, -0.007493424694985151, 0.0021170307882130146, -0.00805335771292448, 0.019397186115384102, -0.020295843482017517, -0.010797721333801746, -0.01978429965674877, 0.007507250178605318, 0.004355034790933132, -0.02689061127603054, 0.0033855210058391094, -0.007894364185631275, 0.009719331748783588, 0.021042421460151672, -0.012671076692640781, 0.039983365684747696, -3.6129938962403685e-05, 0.004043960943818092, -0.026462020352482796, -0.0011924499412998557, -0.02213463746011257, 0.011516647413372993, 1.3805254639009945e-05, 0.03564215824007988, 0.0027547322679311037, -0.0003974833234678954, 0.0001270218490390107, -0.0160375889390707, -0.00037004833575338125, -0.00527788745239377, -0.02759571187198162, -0.00993362721055746, -0.004655739292502403, 0.023779872804880142, 0.005692652426660061, -0.005222585052251816, -0.020295843482017517, 0.008087921887636185, 0.006262954790145159, 0.0015640105120837688, -0.032324034720659256, 0.01215262059122324, 0.018650608137249947, 0.011067318730056286, 0.015456916764378548, 0.008509599603712559, 0.04742148891091347, -0.0015510490629822016, -0.030664974823594093, -0.00859946571290493, 0.015332487411797047, 0.031522154808044434, 0.016701212152838707, 0.021457185968756676, -0.011385304853320122, -0.03199222311377525, 0.024208461865782738, -0.0028463262133300304, 0.02306094579398632, -0.02017141506075859, -0.007866713218390942, 0.010431344620883465, 0.0003171225544065237, -0.0032351685222238302, -0.07145021855831146, -0.015166581608355045, -0.0029638430569320917, 0.02361396513879299, 0.017074501141905785, 0.020420273765921593, -0.018180541694164276, 0.02375222183763981, 0.01719893142580986, 0.022480273619294167, -0.021899603307247162, -0.011046580038964748, -0.015456916764378548, -0.013908459804952145, 0.015899332240223885, -0.008440472185611725, -0.01961839385330677, -0.01321027148514986, -0.02071060985326767, 0.048804040998220444, -0.017558393999934196, -0.019908729940652847, 0.0063148001208901405, -0.028950611129403114, -0.0015424081357195973, 0.015415440313518047, -0.01712980307638645, 0.022922690957784653, 0.006307887379080057, 0.00011136013927171007, 0.02047557570040226, -0.018885642290115356, 0.021000945940613747, -0.015885507687926292, 0.00385040370747447, -0.007189263589680195, -0.015996111556887627, -0.014240272343158722, 0.023337455466389656, -0.0003713444748427719, 0.0036810413002967834, 0.021927254274487495, -0.005958793684840202, -0.013030540198087692, 0.0020409903954714537, -0.024761483073234558, -0.019175978377461433, 0.03226873278617859, -0.010099533013999462, -0.002334782388061285, -0.022922690957784653, 0.0049391621723771095, -0.014834769070148468, -0.009912888519465923, 0.036609943956136703, -0.00828147865831852, 0.020530877634882927, 0.027250073850154877, -0.03940269351005554, 0.011012015864253044, -0.005582048557698727, -0.014751816168427467, -0.005623525008559227, 0.024415845051407814, -0.01055577490478754, 0.02329597994685173, -0.025508061051368713, 0.01437852717936039, 0.023088596761226654, -0.028231685981154442, -0.025687791407108307, 0.042250748723745346, -0.00496681360527873, 0.02492738887667656, 0.007825236767530441, 0.006515270099043846, -0.0021325843408703804, 0.0028687927406281233, 0.004997920710593462, 0.0022172657772898674, -0.026531148701906204, 0.002815218875184655, -0.002210353035479784, -0.01344530563801527, 0.03940269351005554, 0.018014635890722275, -0.0008208894869312644, 0.008495774120092392, 0.038324303925037384, -0.0317433625459671, 0.0042755380272865295, 0.04415867105126381, -0.002853238955140114, 0.006342451553791761, 0.009511948563158512, 0.01153047289699316, 0.0057203033939003944, 0.006515270099043846, -0.011018929071724415, 0.01313423179090023, -0.0118000702932477, -0.007880538702011108, -0.06431625783443451, 0.02445732243359089, 0.0022829368244856596, 0.014751816168427467, 0.004666108638048172, 0.01398450043052435, -0.022839738056063652, -0.000984203303232789, 0.0015113006811589003, 0.018733561038970947, -0.017641346901655197, 0.0006312208133749664, 0.004811276216059923, 0.0030398834496736526, -0.007203089073300362, -0.02884000726044178, 0.014053627848625183, -0.015304836444556713, 5.041449549025856e-05, 0.006629330571740866, 0.00017994761583395302, -0.015221883542835712, -0.00016979451174847782, -0.0032438095659017563, -0.021139200776815414, -0.018166715279221535, -0.004579699132591486, 0.004268625285476446, -0.004413793329149485, -0.014627386815845966, 0.015747252851724625, -0.022162288427352905, 0.026130208745598793, 0.023475710302591324, -0.0041511086747050285, -0.030194906517863274, 0.013348527252674103, 0.034895580261945724, 0.04133826494216919, 0.01332087628543377, -0.023475710302591324, -0.009062619879841805, 0.025051819160580635, -0.012104230932891369, -0.012366916052997112, -0.018540004268288612, -0.012048928998410702, 0.018775038421154022, 0.009387519210577011, -0.006352820433676243, 0.021208327263593674, -0.000506359210703522, 0.010306915268301964, -0.030360814183950424, -0.007210001815110445, -0.03884967416524887, 0.01688094437122345, 0.0038123836275190115, -0.02507947012782097, 0.0019960575737059116, 0.034812625497579575, 0.020489402115345, 0.015982285141944885, -0.01735101081430912, -0.013369265012443066, -0.007033726666122675, -0.003767450572922826, 0.00022315232490655035, 0.02611638233065605, -0.05024189129471779, -0.027319202199578285, -0.003874598303809762, -0.002673507435247302, 0.012228661216795444, -0.010189398191869259, 0.015304836444556713, 0.0015078443102538586, -0.010832284577190876, 0.0015856128884479403, 0.03127329796552658, 0.022646181285381317, 0.014751816168427467, -0.020917991176247597, 0.011129532940685749, 0.0053539276123046875, 0.03940269351005554, 0.0066085923463106155, 0.03008430264890194, -0.00656365929171443, -0.02539745718240738, -0.028397591784596443, 0.007486511953175068, -0.002061728620901704, 0.031135041266679764, 0.0023278696462512016, 0.012885372154414654, -0.022839738056063652, 0.025604838505387306, 0.00017897550424095243, 0.02431906759738922, 0.008481948636472225, 0.0006748575833626091, 0.0010023493086919188, -0.007859800942242146, -0.0073482571169734, -0.0005789431161247194, -0.035199739038944244, -0.015069802291691303, 0.006145437713712454, -0.012477519921958447, 0.006867820397019386, 0.010721680708229542, -0.023475710302591324, 0.018111413344740868, -0.02079356275498867, 0.0005417870706878603, 0.00420295400545001, -0.0039782896637916565, -0.0038676855619996786, 0.03931974247097969, 0.005713390652090311, 0.01820819266140461, 0.006750303786247969, -0.009878324344754219, 0.028162557631731033, 0.020669132471084595, -0.01617584377527237, -0.02173369750380516, 0.013687252067029476, 0.0005620932788588107, -0.013072016648948193, 0.00992671400308609, -0.025383630767464638, -0.016272621229290962, 0.00464882655069232, 0.012864634394645691, -0.0006502308533526957, 0.009781545959413052, 0.033817190676927567, 0.03304295986890793, 0.030886182561516762, -0.012615774758160114, 0.016908595338463783, 0.0268767848610878, 0.007527988404035568, 0.014364701695740223, -0.004842383787035942, 0.006304431241005659, -0.014585909433662891, 0.0023641616571694613, -0.014668863266706467, 0.004731779918074608, -0.0181390643119812, -0.028950611129403114, -8.646342757856473e-05, 0.015332487411797047, 0.005167283117771149, 0.0015251262811943889, -0.0006938676233403385, 0.012933761812746525, -0.014572083950042725, 0.014903896488249302, 0.008163961581885815, -0.02267383225262165, -0.010666378773748875, 0.015208058059215546, 0.013832420110702515, -0.02375222183763981, -0.024554099887609482, 0.006736478302627802, 0.002785839606076479, -0.03166041150689125, -0.029033564031124115, 0.012643425725400448, -0.010894499719142914, 0.00993362721055746, -4.6478817239403725e-06, 0.006618961691856384, -0.006515270099043846, -0.003999027889221907, -0.022563226521015167, -0.03835195675492287, -0.02900591306388378, 0.0013445306103676558, -0.0006554154679179192, -0.008177787065505981, 0.0027097994461655617, -0.03492322936654091], \"52c4fe6b-0d59-4548-a31c-0046c5e122b7\": [0.0028343081939965487, 0.0030710683204233646, 0.01666518673300743, -0.022034021094441414, -0.01676057279109955, 0.0034764560405164957, -0.04098845645785332, 0.0012340482790023088, -0.021066540852189064, -0.04156076908111572, 0.008564244024455547, -0.012284273281693459, 0.005753781646490097, -0.014975503087043762, 0.011296353302896023, 0.007637642789632082, -0.004360474180430174, -0.007324233651161194, 0.05096304044127464, -0.010431071743369102, -0.006009278353303671, 0.027634505182504654, -0.023151392117142677, -0.00978381372988224, -0.015615947544574738, 0.015084515325725079, 0.02264721319079399, -0.017346510663628578, 0.003662116825580597, -0.021788744255900383, 0.024309642612934113, -0.008135009557008743, -0.002791725331917405, -0.029269682243466377, -0.0033010151237249374, -0.015643199905753136, -0.015983862802386284, -0.016787825152277946, 0.014076155610382557, -0.01069678831845522, 0.015779465436935425, 0.011316793039441109, -0.004575090948492289, 0.006547524593770504, 0.018232231959700584, 0.019376857206225395, 0.015302538871765137, -0.018586520105600357, -0.022633586078882217, -0.0010526457335799932, 0.03210398927330971, 0.03357565030455589, -0.030686836689710617, -0.012986036948859692, 0.0006770658073946834, 0.014662094414234161, -0.018136847764253616, 0.018695533275604248, 0.002188753569498658, -0.007262914441525936, 0.012434164062142372, 0.013660547323524952, -0.033548396080732346, -0.022279297932982445, -0.015438803471624851, 0.004254868719726801, -0.014771105721592903, 0.014021649956703186, 0.01064909528940916, -0.0017058651428669691, 0.021788744255900383, 0.011030636727809906, -0.0016624307027086616, 0.013837692327797413, 0.052107665687799454, -0.0020780384074896574, -0.0041220104321837425, -0.02768900990486145, -0.0003361908602528274, 0.0017373764421790838, 0.013510656543076038, -0.006997198332101107, -0.0302507895976305, 0.042187586426734924, 0.015479682944715023, 0.01648804172873497, 0.011453057639300823, 0.00637038005515933, -0.01145987119525671, -0.004881686996668577, -0.01116690132766962, 0.0046057505533099174, 0.017687173560261726, 0.014975503087043762, 0.021379949524998665, 0.03480203449726105, 0.010219860821962357, 0.02775714360177517, -0.0035054124891757965, -0.004084537737071514, -0.014321432448923588, -0.014130661264061928, -0.02557690627872944, -0.016460789367556572, -0.016406284645199776, -0.007480938453227282, 0.023246778175234795, 0.002602658001706004, 0.01959487982094288, -0.009504470974206924, -0.04485837742686272, 0.008884466253221035, 0.0014128958573564887, -0.019799277186393738, 0.006884779781103134, -0.016637934371829033, 0.003788161789998412, -0.01512539479881525, -0.02883363515138626, -0.005453999154269695, 0.004159483592957258, 0.01721024699509144, 0.006288621108978987, -0.008264460600912571, 0.0035054124891757965, 0.016924090683460236, -0.0017816624604165554, -0.003982339054346085, -0.0046806964091956615, -0.026912301778793335, 0.04979116469621658, 0.010867118835449219, 0.009688428603112698, -0.0032124430872499943, -0.01329263299703598, 0.016051994636654854, -0.01738739013671875, -0.0034202467650175095, -0.02620372362434864, -0.04235110431909561, 0.0059718056581914425, 0.029542211443185806, -0.01676057279109955, -0.0032294760458171368, 0.0180142093449831, -0.0025515586603432894, 0.008380286395549774, 0.017496401444077492, -0.010499203577637672, -0.02046697586774826, -0.013108675368130207, 0.024418655782938004, 0.02046697586774826, 0.018164100125432014, 0.023546559736132622, -0.0014665500493720174, 0.007269727997481823, -0.019608506932854652, 0.010253927670419216, -0.0012851475039497018, 0.012659001164138317, 0.01545242965221405, -0.0037609089631587267, 0.002686120104044676, 0.01984015665948391, 0.027539119124412537, -0.005750375334173441, -0.024214258417487144, 0.024418655782938004, -0.01278845313936472, 0.00708577036857605, 0.018068714067339897, -0.016583427786827087, 0.001065420568920672, 0.0036553037352859974, 0.024827448651194572, 0.01894081011414528, 0.0244459081441164, -0.031613435596227646, -0.0011165197938680649, -0.03275806084275246, -0.013285819441080093, 0.028751876205205917, 0.021965887397527695, 0.004070911556482315, 0.01631089858710766, 0.017986955121159554, 0.003910799976438284, -0.0006395929958671331, 0.01216844841837883, 0.012815705500543118, 0.00038920636870898306, -0.0003572693094611168, -0.011248660273849964, -0.6069779992103577, 0.002071225084364414, -0.005188283044844866, -0.012747573666274548, 0.021938635036349297, 0.029978258535265923, 0.01887267641723156, 0.012965597212314606, -0.007726214826107025, -0.026735156774520874, 0.005232568830251694, 0.034856539219617844, 0.004844214301556349, -0.026776036247611046, -0.03014177642762661, -0.016406284645199776, 0.0038051949813961983, 0.0013992693275213242, 0.018409376963973045, 0.015547815710306168, -0.021488960832357407, 0.013108675368130207, -0.0049157533794641495, -0.004575090948492289, 0.003611017717048526, -0.004179923329502344, 0.02561778575181961, 0.010356126353144646, 0.0011216297280043364, 0.02377820946276188, -0.049273356795310974, 0.008100943639874458, 0.0020082027185708284, 0.012263833545148373, 0.055814068764448166, 0.0007281650905497372, -0.02136632241308689, 0.002899033948779106, -0.002902440493926406, 0.005287074949592352, -0.010533270426094532, -0.001193168805912137, 0.021584346890449524, 0.002466393169015646, 0.018681906163692474, 0.005436966195702553, 0.03294883295893669, -0.009456777945160866, -0.005719715729355812, -0.00743324588984251, -0.0035258519928902388, -0.0004615970537997782, 0.002483426360413432, 0.020644119009375572, -0.019649386405944824, -0.024936461821198463, 0.029051657766103745, -0.034311480820178986, -0.0052836681716144085, -0.0031937065068632364, 0.003502005711197853, 0.012631748802959919, -0.004030032083392143, -0.005992245394736528, -0.011241847649216652, 0.023274030536413193, 0.003972119186073542, -0.012815705500543118, 0.012665814720094204, -0.02316501922905445, -0.009954145178198814, 0.014920997433364391, -0.008025997318327427, -0.02924242988228798, 0.009082050062716007, 0.02267446555197239, 0.0540698803961277, -0.027157578617334366, -0.011044262908399105, 0.002910957206040621, -0.013776373118162155, 0.0019605099223554134, -0.007801160681992769, -0.0021649072878062725, 0.0017356730531901121, 0.005614110268652439, -0.017891570925712585, -0.013060982339084148, 0.013265379704535007, -0.02260633371770382, -0.011282727122306824, 0.002602658001706004, 0.004684103187173605, -0.04608476161956787, -0.016706066206097603, 0.04224209114909172, 0.00012625787348952144, -0.017850691452622414, -0.026939554139971733, -0.01346296351402998, -0.02202039398252964, -0.010608215816318989, -0.017292005941271782, 0.032894328236579895, 0.00672466866672039, 0.024595798924565315, 0.0199764221906662, -0.0099882110953331, 0.028697369620203972, -0.003333378117531538, 0.007733028382062912, -0.012038996443152428, -0.005041798111051321, -0.024459535256028175, -0.0006962280604057014, -0.0380178838968277, 0.02056236006319523, 0.0052836681716144085, 0.01538429781794548, -0.007460498716682196, 0.00907523650676012, 0.015506936237215996, 0.027566371485590935, -0.021597974002361298, 0.010805799625813961, -0.026421748101711273, 0.02422788366675377, 0.010158541612327099, 0.0007256101234816015, -0.022633586078882217, -0.0025123825762420893, 0.005709495861083269, 0.02744373306632042, -0.013667360879480839, 0.01565682701766491, -0.009497657418251038, 0.00662928307428956, -0.006622469983994961, 0.0064691719599068165, -0.013435711152851582, -0.019608506932854652, 0.0036450838670134544, 0.023042380809783936, -0.007262914441525936, -0.016542548313736916, -0.013953517191112041, -0.03567412868142128, -0.014294179156422615, -0.00498729245737195, 0.0063397204503417015, 0.009395458735525608, -0.00865962915122509, -0.007528631016612053, 0.005103117320686579, -0.02323315106332302, -0.011187341064214706, 0.010730854235589504, -0.022129405289888382, -0.01614738069474697, -0.012822519056499004, -0.002236446365714073, 0.02368282526731491, -0.006084224209189415, -0.013060982339084148, -0.019022569060325623, -0.021134672686457634, -0.015275285579264164, 0.003522445447742939, -0.026040205731987953, -0.017469149082899094, -0.017482776194810867, 0.014280552975833416, -0.010703600943088531, -0.007194782141596079, 0.015547815710306168, 0.022211164236068726, -0.035728633403778076, 0.018722785636782646, 0.019867410883307457, 0.007222035434097052, -0.005314327776432037, -0.00010182601545238867, 0.003273762296885252, -0.01900894194841385, 0.016188260167837143, 0.033303119242191315, 0.032785315066576004, 0.013197246938943863, 0.0011761357309296727, 0.009838319383561611, 0.012400098145008087, 0.027634505182504654, -0.019158832728862762, -0.0027866153977811337, -0.00048203679034486413, 0.049000829458236694, 0.017550908029079437, -0.0018702346133068204, 0.008080503903329372, 0.008509737439453602, 0.02883363515138626, 0.030060017481446266, 0.01815047301352024, -0.022688092663884163, 0.020957527682185173, -0.03322136029601097, 0.00987238623201847, 0.0015440506394952536, 0.014008022844791412, 0.004953226074576378, 0.009722494520246983, -0.026748783886432648, -0.02409161999821663, -0.023410296067595482, -0.005787848029285669, 0.024323269724845886, -0.036627981811761856, 0.003473049495369196, -0.005706089083105326, -0.008427978493273258, 0.0003374683437868953, -0.027143951505422592, -0.0028785942122340202, 0.04472211375832558, -0.041669782251119614, 0.01586122438311577, 0.006414666306227446, -0.012113941833376884, -0.012182074598968029, -0.012863398529589176, -0.0031817834824323654, -0.007780720945447683, 0.010737667791545391, 0.013571975752711296, -0.0029348034877330065, 0.024663930758833885, 0.044449582695961, -0.02537250891327858, 0.005041798111051321, -0.02568591758608818, -0.015547815710306168, 0.01918608509004116, 0.0018583114724606276, 9.171260899165645e-05, 0.019622134044766426, 0.03104112483561039, 0.040743179619312286, 0.003423653542995453, -0.03660072758793831, 0.0062204888090491295, -0.005825320724397898, 0.027089444920420647, -0.014798359014093876, -0.014321432448923588, 0.03150442615151405, -0.020058181136846542, -0.00046202290104702115, 0.03376642242074013, 0.02039884217083454, 0.008632375858724117, -0.00969524122774601, -0.015847597271203995, 0.003995965700596571, 0.004047065041959286, 0.026885047554969788, 0.02247006818652153, -0.0315861850976944, -0.023737329989671707, -0.018927183002233505, 0.014321432448923588, -0.00048288842663168907, -0.010328873060643673, -0.02706219255924225, 0.004506958648562431, 0.0263808686286211, 0.0101312892511487, 0.009293260052800179, 0.027593625709414482, 0.03363015502691269, -0.012073062360286713, -0.023205898702144623, -0.009667988866567612, 0.013197246938943863, 0.03335762768983841, -0.008789080195128918, -0.016024742275476456, -0.025018220767378807, 0.02170698530972004, -0.01039019227027893, 0.0018957842839881778, -0.02409161999821663, 0.026012953370809555, 0.030959365889430046, -0.013640107586979866, -0.00972930807620287, 0.0199491698294878, 0.022633586078882217, 0.007705775089561939, -0.017741678282618523, -0.009082050062716007, -0.010948877781629562, 0.012577242217957973, -0.02948770672082901, -0.014266925863921642, 0.020099060609936714, 0.02847934700548649, -0.02796154096722603, 0.005835540592670441, 0.000680898257996887, 0.010526456870138645, -0.008734574541449547, -0.01839574985206127, -0.01468934677541256, -0.011964051052927971, -0.007780720945447683, 0.004864654038101435, -2.1584133719443344e-05, 0.006799614056944847, 0.045784976333379745, 0.007624016609042883, 0.0003581209748517722, -0.007399179507046938, -0.040634166449308395, 0.027361974120140076, -0.012924717739224434, 0.034693021327257156, 0.025536026805639267, 0.010982943698763847, 0.0008120531565509737, 0.019145207479596138, -0.026053832843899727, -0.01714211329817772, 0.017264751717448235, -0.034829284995794296, -0.023451175540685654, -0.009129743091762066, 0.023519307374954224, 0.009477217681705952, -0.0013754229294136167, 0.011957237496972084, 0.0030727714765816927, -0.02049422822892666, 0.001085008610971272, -0.014144287444651127, -0.004139043856412172, -0.004772675223648548, 0.02613559179008007, 0.02371007762849331, -0.00637719314545393, 0.019090700894594193, 0.00916380900889635, -0.003720029490068555, 0.02809780463576317, -0.008864026516675949, 0.005287074949592352, -0.009715680964291096, 0.015152647159993649, 0.0006221340736374259, -0.020412469282746315, 0.036627981811761856, -0.010942064225673676, -0.009218314662575722, 0.012311525642871857, 0.012556802481412888, -0.001578116905875504, 0.004234428983181715, 0.01949949562549591, -0.0038324480410665274, -0.00972930807620287, -0.0003095766296610236, 0.012372844852507114, -0.010076782666146755, -0.013803625479340553, 0.020903022959828377, 0.01718299277126789, 0.02035796269774437, -0.02406436577439308, -0.02242918871343136, 0.01891355589032173, 0.0017339697806164622, 0.004139043856412172, 0.0063056545332074165, 0.027143951505422592, -0.026776036247611046, 0.009156995452940464, -0.03556511551141739, -0.003921019844710827, -0.008080503903329372, -0.02291974239051342, -0.02886088751256466, -0.00907523650676012, -0.024827448651194572, -0.025522399693727493, -0.0031306841410696507, 0.001972433179616928, 0.006527084857225418, -0.01538429781794548, -0.020453348755836487, 0.013933077454566956, 0.005750375334173441, 0.024050740525126457, -0.006165982689708471, 0.0010730854701250792, 0.019513120874762535, -0.004714762791991234, -0.02793428674340248, -0.008250834420323372, -0.03450225293636322, 0.009838319383561611, 0.0020047961734235287, 0.015752213075757027, -0.010942064225673676, -0.011051076464354992, 0.018859051167964935, -0.0039925589226186275, 0.0018923776224255562, 0.017605414614081383, -0.004203769378364086, 0.015411550179123878, 0.022483695298433304, -0.004697729367762804, 0.00733786029741168, 0.008577870205044746, -0.007719401735812426, 0.00550509849563241, 0.008843586780130863, -0.00972930807620287, -0.0023846342228353024, 0.005539164878427982, -0.0034883792977780104, -0.010076782666146755, 0.01396714337170124, -0.01718299277126789, -0.022701717913150787, 0.010880745947360992, -0.038426678627729416, 0.019921915605664253, 0.006612250115722418, 0.006227301899343729, 0.019444989040493965, 0.009702054783701897, 0.023015126585960388, -0.020889395847916603, -0.009633922018110752, -0.02011268585920334, -0.01050601713359356, 0.011323606595396996, 0.010976131074130535, -0.008932158350944519, 0.023069633170962334, -0.004667069762945175, -0.04033438488841057, 0.0020610052160918713, 0.0056277369149029255, -0.005675429478287697, 0.024732064455747604, 0.010226674377918243, -0.01693771593272686, -0.028152311220765114, 0.00012253187014721334, 0.023015126585960388, 0.028942646458745003, 0.010083596222102642, 0.003283982165157795, 0.019921915605664253, 0.009899638593196869, -0.009129743091762066, -0.027089444920420647, -0.003243102692067623, -0.02523624338209629, -0.034992802888154984, 0.01539792399853468, 0.025290749967098236, 0.02703494019806385, -0.011902731843292713, 0.011405364610254765, -0.0029416168108582497, -0.00516784330829978, 0.0009317107032984495, -0.0006097850273363292, -0.004544431809335947, -0.012972410768270493, 0.027729889377951622, 0.004040251951664686, 0.018709158524870872, 0.015915730968117714, 0.025454267859458923, 0.009674801491200924, -0.011582509614527225, 0.015030008740723133, -0.0315861850976944, 0.015711333602666855, -0.028424840420484543, 0.011173714883625507, 0.008536990731954575, 0.002267105970531702, -0.00010246475721942261, -0.0054028998129069805, 0.009320513345301151, 0.02568591758608818, -0.006448732223361731, 0.024500414729118347, -0.023587439209222794, -0.045403435826301575, -0.011323606595396996, 0.0006740849930793047, 0.006792800966650248, 0.0033895873930305243, -0.029078911989927292, -0.030577825382351875, 0.0025992514565587044, -0.017728053033351898, 0.01725112646818161, -0.018763665109872818, 0.025536026805639267, 0.005195096135139465, 0.01188910473138094, -0.012822519056499004, 0.027021313086152077, -0.011882292106747627, 0.013837692327797413, -0.007624016609042883, 0.00010124049731530249, -0.007099397014826536, 0.036764245480298996, 0.02935144118964672, 0.02409161999821663, -0.0225382000207901, -0.010444697923958302, -0.002348864683881402, -0.034066203981637955, 0.027389228343963623, 0.000280833279248327, -0.044476836919784546, -0.012522736564278603, -0.020957527682185173, -0.008462045341730118, -0.02886088751256466, 0.02845209278166294, 0.017169367522001266, -0.007222035434097052, 0.0053892736323177814, -0.0024646897800266743, 0.0040198122151196, -0.010471951216459274, 0.004759048577398062, 0.02496371418237686, -0.0031698602251708508, 0.006411259528249502, 0.01329263299703598, 0.011017010547220707, -0.05870288237929344, -0.07505466043949127, 0.01252955012023449, -0.0037711288314312696, 0.03011452406644821, 0.015438803471624851, 0.007290167734026909, 0.005109930410981178, 0.02883363515138626, -0.01842300221323967, 0.012243393808603287, -0.007480938453227282, -0.0019025974906980991, 0.002624800894409418, 0.014239673502743244, -0.0020388623233884573, -0.02136632241308689, -0.012188888154923916, 0.0016905353404581547, -0.009429525583982468, 0.023968981578946114, -0.02883363515138626, -0.006271588150411844, -0.012924717739224434, 0.028642864897847176, -0.014089781790971756, 0.02550877258181572, 0.010737667791545391, 0.017428269609808922, 0.017223872244358063, 0.005927519407123327, -0.03390268608927727, 0.007187969051301479, 0.01023348793387413, 0.014839238487184048, -0.021543467417359352, -0.009708868339657784, 0.02582218311727047, 0.04300517588853836, -0.02049422822892666, -0.011105582118034363, -0.03240377455949783, 0.047338396310806274, -0.013544722460210323, 0.006946098990738392, 0.013980770483613014, 0.011207780800759792, 0.010628655552864075, 0.004152670037001371, 0.002508975798264146, -0.04968215152621269, -0.013592415489256382, -0.0074059925973415375, 0.013919451273977757, 0.028370333835482597, 0.005706089083105326, -0.012536362744867802, 0.00497025903314352, 0.007296980824321508, -0.02734834887087345, -0.030932113528251648, 0.023914474993944168, -0.001745892921462655, -0.009415898472070694, 0.006990385241806507, -0.0068984064273536205, 0.015316165052354336, -0.020303457975387573, -0.011807345785200596, 0.01648804172873497, 0.019417736679315567, -0.02789340727031231, 0.006407852750271559, -0.0386447012424469, -0.0005114189116284251, -0.01617463305592537, -0.0033418945968151093, 0.012188888154923916, -0.03962580859661102, 0.0007166677387431264, -0.008305340074002743, -0.005406306590884924, -0.017019474878907204, 0.03297608345746994, 0.000888276263140142, -0.0241324994713068, -0.0033998070284724236, 0.05908442288637161, -0.003825634717941284, 0.007508191280066967, -0.007807973772287369, -0.02368282526731491, 0.019349602982401848, -0.05529626086354256, -0.007290167734026909, -0.0063056545332074165, -0.02078038454055786, -0.016719693318009377, -0.043223198503255844, 0.010185794904828072, -0.014117035083472729, 0.009484031237661839, -0.042678140103816986, 0.01887267641723156, 0.006486205384135246, -0.015002756379544735, -0.013422084040939808, -0.016161007806658745, -0.021761491894721985, -0.006973351817578077, 0.0038154148496687412, -0.003549698507413268, -0.006125103682279587, -0.0030012326315045357, 0.0008043882553465664, -0.014798359014093876, 0.02755274623632431, -0.016706066206097603, -0.01293153129518032, 0.005849167238920927, -0.012406911700963974, -0.03491104394197464, -0.002922880230471492, 0.0023420515935868025, 0.02197951450943947, 0.012243393808603287, -0.005239381920546293, -0.02807055227458477, -0.015711333602666855, -0.012018556706607342, -0.017264751717448235, -0.009300073608756065, 0.015043635852634907, 0.007331047207117081, 0.012379658408463001, -0.013326698914170265, 0.051208317279815674, -0.011466683819890022, 0.017714425921440125, -0.0418878048658371, -0.016515295952558517, 0.005259821657091379, 0.01135767251253128, 0.004728388972580433, 0.015847597271203995, -0.02291974239051342, 0.012877024710178375, 0.035864900797605515, -0.015030008740723133, 0.013067795895040035, 0.01586122438311577, -0.014089781790971756, -0.011017010547220707, -0.006131916772574186, 0.0039891526103019714, -0.019308723509311676, 0.002999529242515564, 0.006206862162798643, -0.04480387270450592, -0.017510028555989265, 0.017891570925712585, 0.0005203612381592393, -0.009122929535806179, 0.02319227159023285, -0.009960957802832127, -0.0141579145565629, -0.0015747102443128824, -0.012447791174054146, -0.025263497605919838, -0.0028956274036318064, -0.018177727237343788, -0.001174432341940701, 0.03401169925928116, -0.01182097289711237, 0.04169703274965286, 0.0009257490746676922, -0.0005863645346835256, 0.013060982339084148, -0.004762455355376005, -0.029024405404925346, 0.020698625594377518, 0.007542257662862539, 0.014634841121733189, 0.00734467338770628, 0.0017356730531901121, -0.0013379501178860664, 0.008244020864367485, 0.0039687128737568855, 0.010935251601040363, 0.006268181372433901, -0.020194444805383682, 0.004271902143955231, -0.004404759965837002, -0.02375095710158348, 0.014403191395103931, 0.022442815825343132, -0.02548152022063732, -0.016201887279748917, -0.0015338307712227106, -0.004486518912017345, -0.012992850504815578, 0.0008925345609895885, -0.01597023569047451, -0.00038005108945071697, -0.029678476974368095, -0.001035612542182207, -0.010976131074130535, -0.010328873060643673, -5.604955003946088e-05, 0.2598842680454254, -0.005978618748486042, 0.02067137323319912, 0.01539792399853468, -0.01738739013671875, -0.015002756379544735, 0.022933367639780045, 0.0010134695330634713, -0.014008022844791412, 0.03463851660490036, 0.020616866648197174, 0.03273081034421921, -0.008373472839593887, 0.0032005198299884796, 0.02035796269774437, -0.025672290474176407, -0.04731114208698273, -0.02986924722790718, -0.03412070870399475, -0.005174656398594379, 0.005113337188959122, -0.0019281471613794565, -0.024841075763106346, -0.00023569555196445435, 0.004401353653520346, -0.02703494019806385, 0.0035735447891056538, 0.009838319383561611, -0.0065884036011993885, 0.012522736564278603, -0.034584011882543564, -0.014961876906454563, -0.008005557581782341, 0.024146124720573425, -0.017128488048911095, -0.019622134044766426, 0.0025243056006729603, -0.005651583429425955, 0.017223872244358063, -0.004261682275682688, -0.013789999298751354, -0.01590210385620594, 0.0039039868861436844, 0.013422084040939808, 0.00810775626450777, 0.024841075763106346, -0.027470987290143967, -0.009477217681705952, 0.01592935621738434, 0.024568546563386917, -0.013558349572122097, 0.004411573521792889, 0.03589215129613876, 0.016188260167837143, -0.0019605099223554134, -0.01900894194841385, 0.007201595697551966, -0.01278845313936472, 0.012263833545148373, 0.004265088587999344, -0.0027304061222821474, 0.0199764221906662, -0.013422084040939808, 0.00288200075738132, 0.005593670532107353, 0.011126021854579449, -0.0283158291131258, -0.007126649841666222, 0.026939554139971733, -0.022211164236068726, 0.011909544467926025, -0.011289539746940136, -0.015847597271203995, 0.005528945010155439, 0.005907079670578241, -0.0385901965200901, 0.012951971031725407, 0.03065958432853222, -0.0018514981493353844, 0.04853752627968788, -0.01565682701766491, -0.021802371367812157, 0.011555256322026253, -0.019540375098586082, -0.025726797059178352, -0.01233877893537283, 0.03273081034421921, 0.016719693318009377, 0.01310186181217432, -0.019663013517856598, 0.0033844774588942528, -0.011146461591124535, -0.01572495885193348, 0.008891278877854347, 0.007869292981922626, 0.014103407971560955, -0.01666518673300743, -0.00810775626450777, -0.014294179156422615, -0.028779128566384315, -0.04093395173549652, 0.022306550294160843, 0.02274259738624096, 0.023137765005230904, -0.0380178838968277, -0.012904278002679348, -0.0031119477935135365, -0.02422788366675377, -0.007930612191557884, 0.0004004907968919724, -0.012645374983549118, -0.04548519477248192, 0.012284273281693459, -0.01662430725991726, 0.027811648324131966, 0.02343754842877388, -0.012018556706607342, -0.034202467650175095, 0.012447791174054146, -0.013728680089116096, 0.00857105664908886, -0.02710307203233242, -0.006680382415652275, 0.014103407971560955, 0.0037643155083060265, -0.016651559621095657, -0.023423921316862106, 0.013224500231444836, -0.013210874050855637, -0.01299966312944889, -0.009402272291481495, -0.006854120176285505, 0.021311817690730095, 0.012890651822090149, -0.011855038814246655, 0.00917743518948555, 0.019213339313864708, -0.014089781790971756, 0.02163885347545147, 0.004176516551524401, 0.027838902547955513, -0.015111767686903477, 0.027988793328404427, -0.020385216921567917, 0.03553786501288414, -0.007773907855153084, 0.0160792488604784, 0.005787848029285669, 0.0074059925973415375, -0.03267630189657211, -0.022579079493880272, -0.005242788698524237, 0.013864944688975811, -0.009606669656932354, 0.0010083595989271998, -0.0244459081441164, -0.0021853470243513584, -0.01339483167976141, -0.020616866648197174, 0.014348684810101986, -0.034693021327257156, -0.008966225199401379, 0.033548396080732346, -0.014907371252775192, -0.020180819556117058, -0.023928102105855942, -0.17321982979774475, 0.01303372997790575, 0.020930275321006775, -0.018613774329423904, 0.031068377196788788, -0.0055425711907446384, 0.010867118835449219, -0.010996570810675621, 0.013340325094759464, -0.01821860671043396, 0.0160792488604784, -0.035238079726696014, -0.03373916819691658, -0.0015074295224621892, -0.016011115163564682, -0.01494824979454279, 0.0076103899627923965, 0.00655093090608716, 0.01810959354043007, 0.008032810874283314, 0.02433689683675766, -0.029678476974368095, 0.0005795512697659433, 0.007126649841666222, 0.0038154148496687412, 0.01659705489873886, -0.0012962190667167306, -0.006278401240706444, -0.0065747774206101894, -0.03902624174952507, -0.02108016610145569, -0.0037643155083060265, 0.003825634717941284, -0.013129115104675293, 0.018245859071612358, 0.0026946368161588907, -0.010063156485557556, -0.003818821394816041, -0.010935251601040363, -0.0005250453832559288, -0.009920078329741955, 0.03578314185142517, -0.012182074598968029, 0.014280552975833416, 0.026244603097438812, 0.023696450516581535, 0.007256101351231337, -0.02143445611000061, 0.01488011796027422, 0.005430153105407953, 0.010151728987693787, -0.02512723207473755, 0.01662430725991726, 0.01422604639083147, 0.007474124897271395, -0.00323628936894238, -0.03681875392794609, 0.005011138506233692, -0.005314327776432037, -0.01783706434071064, -0.007835227064788342, -0.033303119242191315, -0.014008022844791412, -0.008693695068359375, 0.003512225579470396, 0.0027372194454073906, -0.017155740410089493, 0.001085860189050436, -0.02523624338209629, 0.0027082632295787334, 0.001182948937639594, -0.013415271416306496, -0.0038120083045214415, 0.014117035083472729, 0.011453057639300823, 0.01718299277126789, 0.0012016852851957083, 0.04532167688012123, 0.014048902317881584, 0.0033214548602700233, -0.019158832728862762, -0.006050157826393843, -0.032649051398038864, 0.0009521503816358745, -0.0008129047928377986, 0.01842300221323967, 0.015711333602666855, -0.005147403571754694, 0.0006174499285407364, -0.017223872244358063, 0.01064909528940916, -0.00902073085308075, -0.026462627574801445, -0.01808234117925167, -0.016774198040366173, 0.014648467302322388, 0.009013917297124863, 0.004493332467973232, -0.020630493760108948, 0.013217686675488949, 0.021352697163820267, 0.008891278877854347, -0.012107129208743572, 0.0063260942697525024, 0.008789080195128918, -0.0013984176330268383, 0.0080396244302392, 0.0001868318358901888, 0.05559604614973068, -0.019281471148133278, -0.02734834887087345, -0.017728053033351898, 0.002912660362198949, 0.017033101990818977, 0.005716308951377869, 0.03218574821949005, -0.01949949562549591, -0.022728970274329185, 0.018095968291163445, -0.024691184982657433, 0.013612855225801468, -0.021175552159547806, -0.0008703914936631918, 0.010165355168282986, 0.01621551252901554, -0.02174786478281021, -0.06845944374799728, -0.02516811154782772, -0.017264751717448235, 0.010601402260363102, 0.007412806153297424, 0.005457405932247639, -0.002418700372800231, 0.012556802481412888, 0.013837692327797413, 0.021243683993816376, -0.02499096654355526, -0.011521190404891968, -0.002071225084364414, 0.00165732076857239, 0.0013583898544311523, -0.012086689472198486, -0.0034100268967449665, -0.002595844678580761, -0.015411550179123878, 0.04278715327382088, -0.027321094647049904, -0.014839238487184048, -0.009817879647016525, -0.021557094529271126, 0.013156367465853691, 0.018654653802514076, -0.01853201538324356, -0.0035258519928902388, 0.010785359889268875, 0.006881373003125191, 0.008482485078275204, -0.010526456870138645, 0.0005097155808471143, -0.02281072922050953, 0.013353952206671238, -0.004575090948492289, -0.022211164236068726, -0.017891570925712585, 0.022933367639780045, -0.01855926774442196, 0.011575696058571339, 0.020575987175107002, 0.021420828998088837, -0.010294807143509388, 0.006029718089848757, -0.02298787422478199, -0.026353614404797554, 0.034829284995794296, -0.01662430725991726, -0.0033776641357690096, -0.03104112483561039, -0.0019962794613093138, -0.00045733878505416214, -0.0031902999617159367, 0.034311480820178986, -0.00926600769162178, 0.01918608509004116, 0.013735493645071983, -0.03245827928185463, 0.01064909528940916, -0.013537909835577011, -0.01918608509004116, -0.008121383376419544, 0.015684079378843307, -0.005038391333073378, 0.045376185327768326, -0.03191322088241577, -0.014375938102602959, 0.023655571043491364, -0.03630094602704048, -0.02323315106332302, 0.015534188598394394, -0.003897173795849085, 0.028288574889302254, -0.0009410788770765066, 0.0029944193083792925, -0.009511284530162811, -0.004936193116009235, 0.005675429478287697, -0.0007835226715542376, -0.011698334477841854, 0.006223895587027073, -0.00018906743207480758, -0.010471951216459274, 0.03899899125099182, 0.018245859071612358, 0.007385552860796452, 0.005535758100450039, 0.021175552159547806, -0.024841075763106346, -0.007044890895485878, 0.04556695371866226, -0.013074609450995922, -0.0056379567831754684, 0.005433559417724609, 0.0141715407371521, 0.004241242539137602, 0.00019375153351575136, -0.009838319383561611, 0.00923194084316492, -0.02033071033656597, -0.00943633820861578, -0.053143277764320374, 0.029651224613189697, 0.0029552432242780924, 0.023805463686585426, -0.016515295952558517, 0.0009163809008896351, -0.0010918218176811934, -0.017019474878907204, 0.005310920998454094, 0.011766467243432999, -0.026953181251883507, 0.0012800375698134303, -0.010049530304968357, -0.005958179011940956, -0.024118872359395027, -0.019826531410217285, 0.012107129208743572, 0.0017118267714977264, -0.006513458210974932, 0.022933367639780045, 0.004006185568869114, -0.029841994866728783, -0.02820681594312191, -0.001106299925595522, -0.01121459435671568, -0.013667360879480839, -0.005481251981109381, 0.004602344240993261, 0.0025771083310246468, 0.0055085052736103535, 0.02440502867102623, -0.024595798924565315, 0.017986955121159554, 0.009661175310611725, 0.0018276518676429987, -0.016569800674915314, 0.009497657418251038, 0.04235110431909561, 0.04867379367351532, 0.034202467650175095, -0.008891278877854347, -0.01635177806019783, 0.024868328124284744, 0.005798067897558212, -0.03101387247443199, -0.017019474878907204, -0.024118872359395027, 0.03210398927330971, 0.010621841996908188, -0.018382122740149498, 0.04284165799617767, 0.008094130083918571, 0.011589322239160538, -0.020058181136846542, -0.010022277012467384, -0.03507456183433533, 0.02281072922050953, 0.0160792488604784, -0.026121964678168297, -0.005654989741742611, 0.029133416712284088, 0.015983862802386284, 0.0011258880840614438, -0.006046751048415899, -0.0041083842515945435, -0.00028594318428076804, -0.005464219022542238, -0.0019945763051509857, 0.022034021094441414, -0.03867195546627045, -0.013122301548719406, 0.017728053033351898, 0.0082099549472332, 0.01023348793387413, -0.00646576564759016, 0.006687195971608162, 0.0076103899627923965, -0.011316793039441109, 0.0058866399340331554, 0.02174786478281021, 0.019608506932854652, 0.01911795325577259, -0.03164068982005119, 0.0024919428396970034, 0.005474438890814781, 0.014062528498470783, -0.007419619243592024, 0.034447744488716125, 0.006455545779317617, -0.004060691688209772, -0.014117035083472729, 0.013633294962346554, -0.01344933733344078, 0.027607250958681107, -0.0025498552713543177, 0.010424258187413216, -0.025972073897719383, 0.010267553851008415, 0.011207780800759792, 0.014185166917741299, 0.005314327776432037, -0.011132835410535336, 0.0024817229714244604, 0.0011037449585273862, -0.02730746939778328, 0.005310920998454094, -0.04842851683497429, -0.019063448533415794, 0.005297294817864895, -0.002222819719463587, 0.019090700894594193, -0.010431071743369102, -0.025781303644180298, 0.022006766870617867, -0.02602658048272133, 0.011275913566350937, -0.0009427822078578174, -0.00471816910430789, -0.006050157826393843, 0.02683054283261299, 0.0021870501805096865, 0.014335058629512787, 0.0038835471495985985, -0.018968062475323677, 0.02197951450943947, 0.022756224498152733, -0.0007451982237398624, -0.02001730166375637, 0.028506599366664886, 0.003265245584771037, 0.005256415344774723, -0.005930926185101271, -0.024241510778665543, -0.0008239762973971665, -0.012802079319953918, 0.0018889709608629346, 0.0029637597035616636, 0.02197951450943947, 0.014130661264061928, 0.03338487818837166, 0.029705729335546494, 0.002219413174316287, 0.011071516200900078, 0.032785315066576004, 0.016883211210370064, 0.023859968408942223, -0.013367578387260437, 0.011275913566350937, -0.02627185732126236, -0.005873013753443956, -0.022892488166689873, -0.009981397539377213, -0.01443044375628233, -0.023028753697872162, 0.0012962190667167306, 0.0040027787908911705, 0.0006540711037814617, 0.0014750666450709105, -0.015302538871765137, 0.03297608345746994, -0.02202039398252964, 0.01693771593272686, 0.005232568830251694, -0.011773279868066311, -0.009960957802832127, 0.01794607564806938, 0.0024578766897320747, -0.014743853360414505, -0.021284563466906548, -0.00897303782403469, 0.0017305631190538406, -0.032921578735113144, -0.029269682243466377, 0.0260674599558115, -0.003532665316015482, 0.011943611316382885, 0.007385552860796452, 0.03254003822803497, -0.0010841569164767861, 0.003859700867906213, 0.0021274343598634005, -0.03744557127356529, -0.022347429767251015, 0.013060982339084148, -0.021379949524998665, 0.0006617360049858689, 0.006356753408908844, -0.02049422822892666], \"2173dc20-381b-4f26-a7ae-cf6ed8ecf7a5\": [-0.01112461183220148, -0.003466940252110362, 0.006115081254392862, -0.012852035462856293, -0.011953774839639664, -0.0005942339194007218, -0.025966638699173927, -0.013639740645885468, -0.02475053258240223, -0.020784366875886917, 0.00011930023174500093, 0.016071954742074013, 0.0036621391773223877, 0.0012066058116033673, 0.00869239866733551, 0.008429829962551594, -0.008291635662317276, -0.007614485453814268, 0.041955675929784775, -0.0128934932872653, -0.009466283954679966, 0.012119607999920845, -0.032751962542533875, -0.024612339213490486, -0.019139859825372696, 0.017260421067476273, 0.023548245429992676, -0.0314805768430233, 0.011919226497411728, -0.020190132781863213, 0.029573502019047737, -0.0016203238628804684, -0.01789611391723156, -0.03518417477607727, -0.0035861325450241566, -0.023036928847432137, -0.01918131671845913, -0.004114724230021238, 0.035847507417201996, -0.015919940546154976, 0.03291779384016991, -0.005890516098588705, -0.005237550009042025, 0.020521799102425575, 0.007718130946159363, 0.027804618701338768, 0.003213008865714073, -0.02143387869000435, -0.014524182304739952, -0.008533474989235401, 0.019139859825372696, 0.027334759011864662, -0.054476048797369, -0.016652368009090424, 0.00806361623108387, 0.007407194469124079, -0.01003978867083788, -0.001745562069118023, -0.00662294402718544, -0.021572072058916092, 0.0017913387855514884, -0.0008503245189785957, -0.02852322719991207, -0.010634022764861584, -0.006619489286094904, 0.011477005667984486, -0.025994278490543365, 0.01546390075236559, -0.0016341431764885783, 0.016500355675816536, 0.01115224976092577, 0.012955681420862675, 0.0001359266898361966, 0.009328090585768223, 0.050910644233226776, -0.019305692985653877, 0.02159971185028553, -0.0029262565076351166, -0.0023613888770341873, 0.002390755107626319, 0.01041291281580925, 0.004702048376202583, -0.03407862409949303, 0.031535856425762177, 0.013833212666213512, 0.016790563240647316, -0.0019468070240691304, 0.007192994002252817, -0.0027932447846978903, -0.020618533715605736, 0.013881579972803593, -0.004239098634570837, 0.011014056392014027, 0.011352631263434887, 0.003969620447605848, 0.04010387882590294, 0.03327709808945656, 0.01712222769856453, 0.008312365040183067, -0.014344530180096626, -0.031784605234861374, -0.013335714116692543, -0.023313315585255623, -0.007794137578457594, -0.03620681166648865, -0.007248271722346544, 0.019595898687839508, -0.007524659391492605, 0.019941383972764015, -0.0050682625733315945, -0.015242790803313255, 0.02060471475124359, 0.018296876922249794, -0.012064330279827118, -0.004180366173386574, -0.001406986964866519, -0.001915713306516409, -0.010938049294054508, -0.014883486554026604, -0.008084344677627087, -0.006743863690644503, 0.02230449952185154, 0.008823682554066181, -0.017053131014108658, 0.001818977645598352, 0.00938336830586195, -0.0024408502504229546, -0.006726589519530535, 0.014994041062891483, -0.013024778105318546, 0.03769930452108383, 0.02143387869000435, 0.02777698077261448, -0.01590612158179283, -0.0108965914696455, 0.03501834347844124, -0.029684055596590042, -0.007690492086112499, -0.023990467190742493, -0.028827253729104996, 0.028661420568823814, 0.025123655796051025, -0.030264470726251602, 0.0036137711722403765, 0.0006058940198272467, -0.004235643893480301, -0.0006870829383842647, 0.016306884586811066, -0.004809148609638214, -0.018296876922249794, -0.00364486500620842, 0.01925041526556015, -0.00023622525623068213, 0.014676195569336414, -0.006014890968799591, 0.009804859757423401, 0.014952583238482475, -0.013812483288347721, -0.0005609809886664152, 0.004816058557480574, 0.013695018365979195, 0.026864899322390556, -0.005614128429442644, -0.009887775406241417, -0.0009328090236522257, 0.033912789076566696, -0.0008814181783236563, -0.00043639051727950573, 0.011615199968218803, -0.01066857110708952, -0.0012005597818642855, 0.023036928847432137, -0.014040503650903702, 0.00936954841017723, 0.010482009500265121, 0.02343768998980522, 0.013964496552944183, 0.021489156410098076, -0.028633782640099525, 0.01112461183220148, -0.011705026030540466, -0.00903097353875637, 0.03913652151823044, 0.023907549679279327, -0.022926373407244682, 0.00395925622433424, 0.013563734479248524, 0.014468904584646225, -0.0032596492674201727, 0.01003978867083788, -0.004546580370515585, 0.01255491841584444, 0.011034785769879818, -0.006733499467372894, -0.5916911363601685, -0.008823682554066181, 0.009390277788043022, -0.010440551675856113, 1.968993638001848e-05, 0.040352627635002136, 0.009535381570458412, 0.02401810511946678, -0.01670764572918415, -0.03112127259373665, -0.009148438461124897, 0.01638980023562908, 0.004218369722366333, 0.00214891554787755, -0.006747318431735039, -0.011200617998838425, 0.008512746542692184, 0.0010209076572209597, 0.002459852024912834, 0.02443268708884716, -0.009314270690083504, 0.016652368009090424, -0.005382653791457415, -0.0009734035120345652, 0.007821776904165745, -0.00524791469797492, 0.026215389370918274, 0.004384202416986227, -0.020881103351712227, 0.014385988004505634, -0.033691681921482086, 0.012741480022668839, 0.002157552633434534, 0.019291872158646584, 0.05820728465914726, -0.017564449459314346, 0.0036172261461615562, 0.015104596503078938, 0.010067427530884743, 0.02642267942428589, -0.01075148768723011, -0.014897305518388748, 0.017426254227757454, -0.007925421930849552, 0.004553489852696657, -0.0007138579967431724, 0.018517985939979553, -0.0035101259127259254, -0.009535381570458412, -0.0072137233801186085, -0.014828208833932877, -0.0036103164311498404, -0.0022249221801757812, 0.01983082853257656, -0.01596139930188656, -0.009438645094633102, 0.021765543147921562, -0.0219175573438406, -0.000577823375351727, -0.003966165706515312, -8.674908167449757e-05, -0.006536572705954313, 0.009328090585768223, -0.01012270525097847, -0.027763159945607185, 0.017467712983489037, -0.006806050892919302, -0.013819392770528793, 0.026021916419267654, -0.010647842660546303, -0.018269237130880356, 0.027528230100870132, -0.0023648436181247234, -0.026339763775467873, 0.006536572705954313, 0.015104596503078938, 0.050330229103565216, -0.02588372305035591, -0.005285917781293392, 0.0005644358461722732, -0.016652368009090424, 0.015353345312178135, -0.018946388736367226, -0.006992612965404987, 0.0035032161977142096, 0.007310458924621344, -0.007262091152369976, -0.015947580337524414, 0.019222775474190712, -0.019886106252670288, -0.008968786336481571, 0.004670954775065184, -0.00742792384698987, -0.04969453811645508, -0.01261710561811924, 0.025054559111595154, -0.007338097784668207, -0.006363830529153347, -0.02065999247133732, -0.02121276780962944, -0.03112127259373665, -0.013639740645885468, -0.004577673971652985, 0.008146531879901886, 0.012513460591435432, 0.022345958277583122, -0.0015546816866844893, -0.017343338578939438, 0.04474719613790512, -0.0037450555246323347, -0.01007433794438839, -0.021793182939291, 0.014075051993131638, -0.020397424697875977, -0.010053608566522598, -0.03493542596697807, 0.0438351146876812, 0.0076283048838377, 0.018407432362437248, -0.0030333567410707474, 0.018849652260541916, 0.010696209967136383, 0.02382463403046131, -0.021226588636636734, 0.0209502000361681, -0.004163092002272606, 0.0003802492283284664, 0.007573027163743973, 0.005614128429442644, -0.012478912249207497, 0.004608767572790384, -0.008906599134206772, 0.03211626783013344, -0.016652368009090424, 0.02378317527472973, -0.013777934946119785, -0.007524659391492605, -0.005931974388659, 0.012485821731388569, 0.0011962412390857935, -0.020618533715605736, 0.008201809599995613, 0.006961519364267588, -0.0028347030747681856, -0.004073265939950943, -0.00804979633539915, -0.03515653684735298, -0.007828686386346817, 0.00023816860630176961, 0.015353345312178135, -0.005313556641340256, 0.007531569339334965, 0.0005393881583586335, 0.015947580337524414, -0.0036621391773223877, -0.0024615793954581022, 0.003572313115000725, -0.027016913518309593, -0.01854562573134899, -0.006032165139913559, -0.006177268922328949, 0.01408196147531271, 0.002484035911038518, 0.003302834928035736, 0.0024149389937520027, -0.029462946578860283, -0.006519298534840345, 0.0028640693053603172, -0.028177741914987564, -0.013370262458920479, -0.023548245429992676, 0.008747675456106663, -0.016790563240647316, -0.002625684719532728, 0.005697045009583235, 0.005037168972194195, -0.043475810438394547, 0.0026222297456115484, 0.015394804067909718, 0.016527993604540825, -0.0017861565575003624, -0.0051097203977406025, -0.008581843227148056, -0.008153442293405533, 0.03894304856657982, 0.034299734979867935, 0.009252083487808704, 0.021903738379478455, -0.021572072058916092, 0.029214197769761086, 0.01632070355117321, 0.027113649994134903, -0.028274478390812874, 0.0058421483263373375, 0.011967594735324383, 0.03418917953968048, -0.0029193467926234007, -0.0034306643065065145, 0.002150643151253462, 0.025869904085993767, 0.016500355675816536, 0.00708243902772665, -0.015450081788003445, -0.011483916081488132, 0.022995470091700554, -0.0324479341506958, -0.013570643961429596, 0.025261851027607918, 0.00901024416089058, -0.017522990703582764, -0.0014510363107547164, 3.8138285162858665e-05, -0.02636740170419216, -0.0020349055994302034, -0.005095900967717171, 0.02973933331668377, -0.03427209332585335, -0.001827614731155336, -0.0010571836028248072, -0.017633546143770218, -0.010364544577896595, -0.027624966576695442, -0.015422442927956581, 0.03573695197701454, -0.0063189174979925156, 0.007849414832890034, 0.017080768942832947, 0.008954966440796852, -0.0026066829450428486, -0.02671288698911667, -0.01457946002483368, -0.0026930542662739754, 0.023258037865161896, -0.0048126038163900375, -0.003931617364287376, 0.008298545144498348, 0.047593988478183746, -0.022525610402226448, 0.013695018365979195, -0.022995470091700554, -0.019305692985653877, 0.015118416398763657, 0.008678578771650791, -0.0034427563659846783, 0.0028519772458821535, 0.014924944378435612, 0.015574456192553043, 0.024570880457758904, -0.038970690220594406, 0.026533234864473343, -0.013625921681523323, 0.02700309455394745, -0.02404574304819107, -0.010972597636282444, 0.028993086889386177, -0.033525846898555756, -0.018435070291161537, 0.030402664095163345, 0.03031974844634533, 0.0043600182980299, -0.009051702916622162, -0.0012713841861113906, 0.0015287703135982156, 0.019388608634471893, 0.029435306787490845, -0.0007669763290323317, -0.021807001903653145, -0.01619632914662361, -0.029849888756871223, 0.013294256292283535, -0.008644030429422855, -0.03131474554538727, -0.010820584371685982, 0.01600285805761814, 0.023796994239091873, 0.001812067930586636, 0.01898784562945366, 0.03418917953968048, 0.027790799736976624, 0.0031041812617331743, -0.039385270327329636, -0.015353345312178135, 0.007044435478746891, 0.02459852024912834, 0.005489754024893045, -0.02680962160229683, -0.008381461724638939, 0.009473194368183613, -0.01873909682035446, 0.005921609699726105, -0.02356206439435482, 0.029988082125782967, 0.008291635662317276, -0.010219440795481205, -0.02036978490650654, 0.01041291281580925, 0.02101929672062397, 0.010426731780171394, -0.018974026665091515, -0.0024563970509916544, -0.024778172373771667, 9.446850890526548e-05, -0.0265194159001112, -0.004864426329731941, 0.005721228662878275, 0.006971883587539196, -0.006256730295717716, 0.0128934932872653, -0.014316891320049763, -0.0022992014419287443, -0.009887775406241417, -0.04201095551252365, -0.01006051804870367, -0.04203859344124794, -0.02101929672062397, 0.012948771007359028, -0.014261613599956036, 0.012036691419780254, 0.02523421123623848, -0.009535381570458412, 0.0006188497063703835, -0.002145460806787014, -0.0460185781121254, 0.029435306787490845, -0.0007557480712421238, 0.03634500503540039, -0.009991421364247799, -0.0010943232337012887, -0.008305455558001995, 0.028799615800380707, -0.033719319850206375, -0.004570764023810625, 0.01586466282606125, -0.030651412904262543, -0.006802596151828766, -0.014994041062891483, 0.022525610402226448, -0.007745769806206226, 0.019388608634471893, 0.0013698473339900374, 0.002060817088931799, -0.02002429962158203, -0.00811198353767395, -0.0023665709886699915, -0.013750296086072922, -0.021392419934272766, 0.02417011931538582, 0.04518941417336464, -0.02079818584024906, 4.0594466554466635e-05, 0.00806361623108387, 0.013466998934745789, 0.01041291281580925, -0.011746483854949474, 0.0018034308450296521, -0.0010226351441815495, 0.008250177837908268, 0.007296639494597912, 0.013059326447546482, 0.017937572672963142, -0.007206813432276249, -0.0021195493172854185, 0.02591136284172535, 0.0003467804053798318, 0.003727781353518367, 0.012105788104236126, 0.025952819734811783, -0.0022784725297242403, -0.010820584371685982, -0.005659041460603476, 0.018131043761968613, 0.0075453887693583965, -0.005106265656650066, 0.007745769806206226, 0.016984034329652786, 0.006895876955240965, -0.016555633395910263, -0.0024304857943207026, 0.004197640810161829, -0.0009354001958854496, -0.012167975306510925, -0.001245472813025117, 0.017633546143770218, -0.016085773706436157, 0.005351560190320015, -0.03512889891862869, -0.00349976122379303, -0.0006076214485801756, -0.03189516067504883, -0.01632070355117321, -0.007925421930849552, -0.0041527277790009975, -0.0009233081946149468, -0.014261613599956036, 0.006895876955240965, 0.005745412781834602, -0.018752915784716606, -0.012195614166557789, 0.017937572672963142, 0.013515366241335869, 0.023119844496250153, -0.006605669856071472, -0.007669763173907995, 0.010862043127417564, -0.009086251258850098, -0.018628541380167007, -0.01779937744140625, -0.0003558493626769632, -0.019706454128026962, -0.0031750055495649576, 0.025482960045337677, -0.022138668224215508, -0.009791039861738682, 0.003637955291196704, 0.011407908983528614, 0.007662853226065636, 0.02443268708884716, -0.0032769236713647842, 0.006377649959176779, 0.01699785329401493, -0.013004048727452755, -0.0008805544348433614, 0.0020279958844184875, -0.009694304317235947, 0.004750416148453951, 0.013674288988113403, -0.009563020430505276, 0.0017827016999945045, 0.008588752709329128, -0.0024650341365486383, -0.009929234161973, 0.01060638390481472, -0.005845603067427874, -0.036289725452661514, 0.0027621511835604906, -0.041734568774700165, 0.04198331758379936, -0.010592564940452576, -0.0033805689308792353, 0.018614722415804863, 0.00928663183003664, 0.036870140582323074, -0.010419822297990322, -0.006270549725741148, -0.004695138894021511, -0.007883964106440544, 0.01683202013373375, 0.01612723246216774, -0.0050889914855360985, 0.02726566232740879, -0.007023706566542387, -0.04129234701395035, -0.002734512323513627, 0.007973790168762207, -0.00854729488492012, 0.014634736813604832, -0.0012972955591976643, -0.014261613599956036, -0.037422917783260345, 2.2874874048284255e-05, 0.024957824498414993, 0.026049556210637093, 0.006771502550691366, -0.004422205965965986, -0.00044913028250448406, 0.0016643732087686658, -0.013508456759154797, -0.026933997869491577, 0.017854655161499977, -0.021323323249816895, -0.04026971012353897, 0.010247079655528069, 0.02913128025829792, 0.02278818003833294, -0.010675481520593166, 0.020908741280436516, 0.008678578771650791, -0.01150464452803135, 0.009956873022019863, -0.010095066390931606, -0.008512746542692184, -0.02065999247133732, 0.03800332918763161, -0.008056705817580223, 0.027251843363046646, 0.0025134021416306496, 0.01741243526339531, 0.023161303251981735, 0.007842505350708961, 0.013819392770528793, -0.026933997869491577, 0.019291872158646584, -0.024294493719935417, -0.007310458924621344, 0.0003064018674194813, 0.00030942485318519175, -0.0015546816866844893, 0.008098164573311806, 0.009182986803352833, 0.01808958500623703, -0.0031162730883806944, 0.029241835698485374, -0.01580938510596752, -0.046626631170511246, -0.011870858259499073, 0.004197640810161829, -0.0043565635569393635, 0.002235286869108677, -0.0182830560952425, -0.029407668858766556, -0.011449366807937622, -0.013646651059389114, 0.039219439029693604, -0.016458896920084953, 0.04596330225467682, -0.0030350841116160154, -0.0006965837674215436, -0.026726705953478813, 0.03109363466501236, -0.013708838261663914, 0.006992612965404987, -0.0011366450926288962, -0.027528230100870132, 0.015146054327487946, 0.011995233595371246, 0.03457612171769142, -0.0029521677643060684, -0.022774359211325645, -0.0188911110162735, 0.006332736928015947, -0.04402858763933182, 0.014088870957493782, 0.012319988571107388, -0.029380029067397118, -0.007414104416966438, -0.01673528552055359, -0.0141648780554533, -0.0479532927274704, 0.024999281391501427, 0.030181555077433586, 0.009583748877048492, -0.0024563970509916544, -0.02053561806678772, 0.0030247196555137634, -0.009735762141644955, -0.010571835562586784, 0.030623774975538254, -0.005634857341647148, 0.03769930452108383, 0.004011078737676144, 0.012105788104236126, -0.034741953015327454, -0.06307171285152435, 0.02530330792069435, 0.0007397693698294461, 0.021281864494085312, -0.006270549725741148, 0.02327185869216919, 0.004252918064594269, 0.03659375384449959, -0.02716892585158348, 0.012057420797646046, -0.03302834928035736, 0.00728282006457448, -0.011622109450399876, 0.011331901885569096, -0.00283988518640399, -0.01918131671845913, -0.006460566073656082, -0.0014527636812999845, -0.006208362523466349, 0.0025203118566423655, -0.013847031630575657, -0.007497020531445742, -0.020742908120155334, 0.011518464423716068, -0.02249797247350216, 0.0305132195353508, 0.012755299918353558, 0.004004169255495071, 0.014510362409055233, -0.00082786800339818, -0.02169644646346569, -0.0015330889727920294, 0.0025548601988703012, 0.026477957144379616, -0.033719319850206375, -0.019167497754096985, 0.01802048832178116, 0.019789371639490128, -0.022138668224215508, -0.01847652904689312, -0.018587084487080574, 0.04541052505373955, -0.017661184072494507, 0.005555395968258381, 0.012934952042996883, 0.018407432362437248, 0.01506313867866993, 0.012796757742762566, 0.0003800333070103079, -0.05607909709215164, -0.012382175773382187, -0.009563020430505276, 0.019899925217032433, 0.03324946016073227, 0.00957683939486742, -0.019623538479208946, 0.0002677507291082293, -0.007510839961469173, -0.022484151646494865, -0.026408860459923744, 0.0077112214639782906, -0.008637120947241783, -0.010938049294054508, 0.0005670269601978362, -0.015228970907628536, 0.030734330415725708, -0.010005240328609943, 0.004228734411299229, 0.004881700500845909, 0.005631402600556612, -0.014814388938248158, 0.01883583329617977, -0.015242790803313255, -0.002143733436241746, -0.028302116319537163, 0.011546103283762932, 0.017398616299033165, -0.017080768942832947, -0.006090897601097822, -0.007455562707036734, -0.00516499811783433, -0.01954062096774578, 0.006743863690644503, 0.002399392193183303, -0.02455706149339676, 0.011919226497411728, 0.07296639680862427, 0.0006948563386686146, 0.004525851458311081, 0.000909488822799176, -0.018946388736367226, 0.0375334732234478, -0.05041314661502838, 0.006826780270785093, 0.004494757391512394, -0.032945431768894196, -0.011573742143809795, -0.029960444197058678, -0.007690492086112499, -0.015035499818623066, -0.002895162906497717, -0.03457612171769142, -0.0010286810575053096, 0.008630210533738136, -0.02598045952618122, -0.03211626783013344, -0.035267092287540436, -0.027155106887221336, -0.02224922366440296, 0.015215151943266392, 0.006743863690644503, -0.009998330846428871, 0.01860090345144272, 0.012548008933663368, -0.0074002849869430065, 0.005078626796603203, -0.018849652260541916, -0.03289015591144562, -0.01457946002483368, -0.012624015100300312, -0.03595805913209915, -0.004484393168240786, 0.016403619199991226, 0.03554347902536392, 0.015325706452131271, 0.00399034982547164, -0.02484726905822754, -0.006688586436212063, -0.010440551675856113, -0.03264140710234642, -0.017550628632307053, 0.014427446760237217, 0.019747912883758545, 0.024211576208472252, 0.0006110763060860336, 0.05536048859357834, -0.009086251258850098, 0.02417011931538582, -0.018407432362437248, 0.0053999279625713825, 0.008015247993171215, 0.005949248559772968, 0.014593278989195824, 0.025565877556800842, -0.023258037865161896, 0.0021230042912065983, 0.03454848378896713, 0.0017965211300179362, 0.03264140710234642, 0.020784366875886917, -0.02459852024912834, 0.003713961923494935, -0.012817487120628357, -0.006536572705954313, -0.022649984806776047, -0.008022157475352287, 0.027030732482671738, -0.03537764772772789, 0.010482009500265121, -0.02401810511946678, 0.01590612158179283, -0.01012270525097847, 0.008706217631697655, 0.0016816473798826337, -0.004059446509927511, -0.0007177447550930083, -0.012610196135938168, -0.01055801659822464, -0.006322372239083052, -0.012575647793710232, 0.011801761575043201, 0.048948291689157486, -0.0003234601754229516, 0.06942863017320633, -0.018918748944997787, -0.010723848827183247, -0.011967594735324383, -0.020452702417969704, -0.041154153645038605, 0.011324992403388023, 0.008941147476434708, 0.002005539368838072, 0.007476291619241238, -0.0015011315699666739, 0.012852035462856293, -0.003831426613032818, -0.015007860958576202, 0.007877053692936897, 0.002566952258348465, -0.017979029566049576, 0.014102690853178501, -0.0031162730883806944, -0.022069571539759636, -0.013280436396598816, 0.01339099183678627, -0.031176550313830376, -0.0005704818177036941, 0.004052537027746439, -0.011463186703622341, -0.024294493719935417, -0.008906599134206772, -0.013708838261663914, -0.004411841277033091, -0.038998328149318695, -0.01066857110708952, -0.02694781683385372, 0.009549200534820557, -0.01359828282147646, 0.27108120918273926, -0.027707882225513458, -0.000187209589057602, 0.018435070291161537, -0.013190610334277153, 0.012402905151247978, 0.0049957106821238995, 0.011677387170493603, -0.008263996802270412, 0.018822012469172478, -0.012976409867405891, 0.004529306199401617, -0.011953774839639664, 0.0022404692135751247, 0.0013966223923489451, -0.033912789076566696, -0.025482960045337677, -0.020756728947162628, -0.02826065942645073, -0.026768164709210396, -0.011850129812955856, 0.008105074055492878, -0.009487013332545757, -0.014745292253792286, 0.013639740645885468, -0.02665760926902294, 0.00965975597500801, 0.0003396547690499574, 0.000991541426628828, 0.0038279718719422817, -0.03908124193549156, -0.013543005101382732, -0.015270429663360119, 0.006477840710431337, -0.02588372305035591, -0.000913807365577668, 0.010226351208984852, -0.0171913243830204, 0.019595898687839508, 0.004187276121228933, 0.008035977371037006, -0.002625684719532728, -0.0018500712467357516, 0.003800333011895418, 0.011663567274808884, 0.01553299743682146, -0.0239766463637352, -0.02198665402829647, 0.0022992014419287443, 0.0022681078407913446, -0.02320276014506817, 0.004366928245872259, 0.029988082125782967, 0.027611147612333298, -0.01361901219934225, -0.009804859757423401, -0.01821395941078663, -0.005406837444752455, -0.009438645094633102, 0.012237072922289371, -0.006004526279866695, 0.017370976507663727, -0.018462708219885826, -0.0013741658767685294, 0.006951154675334692, 0.019222775474190712, -0.028661420568823814, -0.015021679922938347, -0.00607707817107439, -0.03557111695408821, 0.014897305518388748, 0.004639861173927784, 0.0032078265212476254, -0.0053481049835681915, -0.0013543005334213376, -0.02387991175055504, 0.02668524719774723, 0.038030970841646194, -0.021171310916543007, 0.03700833395123482, -0.017909932881593704, -0.011829400435090065, -0.004311650525778532, -0.01818632148206234, -0.03814152628183365, -0.017619725316762924, 0.029076002538204193, -0.0033218367025256157, -0.016403619199991226, -0.03090016357600689, -0.00016453715215902776, 0.007303549442440271, -0.022442694753408432, 0.0017066950676962733, 0.014303071424365044, 0.0007501339423470199, 3.584405203582719e-05, 0.0007229269831441343, -0.013543005101382732, -0.02649177610874176, -0.03932999446988106, 0.0035101259127259254, 0.019554441794753075, -0.00149249448440969, -0.033940430730581284, -0.01296950038522482, 0.013342623598873615, -0.00811198353767395, 0.01054419670253992, -0.025925181806087494, 0.0006633308948948979, -0.03888777270913124, 0.0061910878866910934, -0.017301879823207855, 0.039716936647892, 0.010613294318318367, -0.012499640695750713, -0.027016913518309593, 0.009535381570458412, -0.027058372274041176, 0.011048604734241962, -0.025469141080975533, 0.00041544550913386047, 0.011981413699686527, -0.004567309282720089, -0.02700309455394745, -0.012161065824329853, 0.01347390841692686, 0.0036932327784597874, -0.019817009568214417, 0.00796687975525856, -0.025455322116613388, 0.010910410434007645, 0.012333808466792107, 0.007987609133124352, 0.017744101583957672, 0.026726705953478813, -0.009321180172264576, 0.003796878270804882, -0.006156539544463158, 0.00116255646571517, -0.012368356809020042, 0.027030732482671738, -0.008568023331463337, 0.025994278490543365, 0.00022100232308730483, 0.03479723259806633, 0.010025969706475735, 0.005738502833992243, -0.028440311551094055, -0.014095781370997429, -0.018075766041874886, 0.0023734807036817074, 0.0013603464467450976, 0.003879794618114829, -0.013992135412991047, -0.019775550812482834, -0.017688823863863945, -0.024059563875198364, 0.02426685392856598, -0.03233737871050835, -0.018296876922249794, 0.036068614572286606, -0.0314805768430233, -0.02719656564295292, -0.016293063759803772, -0.17622490227222443, 0.0011876040371134877, -0.006519298534840345, -0.011601380072534084, 0.040960680693387985, 0.008540384471416473, 0.017495350912213326, 0.006018345709890127, 0.005534667056053877, -0.0056037637405097485, -0.003052358515560627, -0.03562639653682709, -0.02407338283956051, -0.0018794374773278832, -0.0003543378843460232, -0.02031450718641281, 0.01648653671145439, 0.013460088521242142, 0.020756728947162628, 0.00012232322478666902, 0.02240123599767685, -0.029628777876496315, -0.007006432395428419, 0.01256873831152916, -0.004632951691746712, 0.01712222769856453, 0.002211102982982993, 0.0045742192305624485, 0.009245174005627632, -0.025552058592438698, -0.010502738878130913, -0.013957587070763111, 0.012520370073616505, -0.001415624050423503, 0.010219440795481205, 0.0181586816906929, -0.013840122148394585, -0.0024149389937520027, 0.007787228096276522, -0.0037105069495737553, 0.0021350961178541183, 0.05284535884857178, -0.030236832797527313, 0.011863948777318, 0.00047504162648692727, 0.007987609133124352, 0.002914164448156953, -0.021281864494085312, 0.025248030200600624, 0.005524302367120981, 0.0070686195977032185, -0.041513457894325256, 0.016472715884447098, 0.020355965942144394, 0.024930184707045555, 0.007559208199381828, -0.02799808979034424, 0.005047533195465803, -0.008899688720703125, -0.00041220657294616103, -0.01171884499490261, -0.031148912385106087, -0.012064330279827118, -0.006025255192071199, -0.0010986417764797807, 0.016555633395910263, -0.0187667366117239, 0.006640218198299408, -0.022608527913689613, -0.00115478306543082, 0.0061323558911681175, -0.005959613248705864, -0.0007060845964588225, 0.013321895152330399, 0.01388849038630724, 0.0046675000339746475, -0.020425062626600266, 0.03698069602251053, 0.0033598400186747313, -0.0025393133983016014, -0.0032544671557843685, 0.005206456407904625, -0.04297831282019615, 0.008899688720703125, 0.008761495351791382, 0.021281864494085312, 0.022732902318239212, -0.011166069656610489, 0.014496543444693089, -0.01680438220500946, -0.005520847626030445, -0.002485763281583786, -0.034907788038253784, -0.023133663460612297, -0.008160351775586605, 0.008008338510990143, 0.0017688822699710727, -0.007034071255475283, -0.006249820347875357, 0.003304562298581004, 0.011967594735324383, -0.00027897898689843714, -0.002732784952968359, 0.007814866490662098, 0.018227780237793922, 0.012271621264517307, 0.013605192303657532, 0.016569452360272408, 0.05599617958068848, -0.00831927452236414, -0.01184321939945221, -0.0068336897529661655, 0.009556110017001629, 0.04024207219481468, 0.02169644646346569, -0.0021040025167167187, -0.02559351548552513, -0.03620681166648865, 0.030623774975538254, -0.012264711782336235, 0.020577076822519302, -0.008872050791978836, 0.0013698473339900374, 0.029601139947772026, 0.011546103283762932, -0.022912554442882538, -0.071197509765625, -0.04640552029013634, -0.008678578771650791, 0.015477720648050308, -0.015325706452131271, 0.002737967297434807, -0.02462615817785263, 0.015975218266248703, -0.0015425897436216474, 0.01869763806462288, -0.007662853226065636, -0.02108839340507984, -0.0011150522623211145, 0.005496663507074118, -0.01654181256890297, 0.00742792384698987, 0.01062020380049944, -0.00214891554787755, 0.0009215807658620179, 0.05478007346391678, -0.008878960274159908, -0.014538001269102097, -0.0028657966759055853, -0.01670764572918415, 0.01750917173922062, 0.01605813391506672, -0.011034785769879818, 0.007110077887773514, 0.0119883231818676, 0.00796687975525856, 0.005323921330273151, -0.012720751576125622, -0.0028675240464508533, -0.014468904584646225, 0.011000236496329308, -0.002097092801705003, -0.03344292938709259, -0.013238978572189808, 0.026671428233385086, -0.025662612169981003, 0.005976887419819832, 0.0285785049200058, 0.0026291394606232643, -0.027016913518309593, 0.007441743277013302, -0.022166306152939796, 0.007469382137060165, 0.037450555711984634, -0.010661661624908447, -0.00029344618087634444, 0.006249820347875357, 0.021447697654366493, -0.0048540616407990456, -0.0016315521206706762, 0.0448024719953537, -0.006039074622094631, 0.03145293891429901, 0.018365973606705666, -0.012029781937599182, 0.005614128429442644, -0.008416010066866875, -0.023935189470648766, -0.011138430796563625, 0.017688823863863945, -0.004708958324044943, 0.02707219123840332, -0.019333330914378166, 0.00590779073536396, 0.012347627431154251, -0.03792041540145874, -0.027334759011864662, 0.0219175573438406, -0.004294376354664564, 0.019720273092389107, 0.00596997793763876, -0.007179174572229385, -0.010640932247042656, 0.012610196135938168, 0.022995470091700554, -0.009936143644154072, -0.021862279623746872, -0.007241361774504185, -0.0001217833996633999, -0.008809862658381462, 0.04709649085998535, 0.006823325529694557, 0.013135333545506, -0.0020832736045122147, 0.047234684228897095, -0.03557111695408821, -0.010392183437943459, 0.021558253094553947, 0.016555633395910263, -0.019651176407933235, 0.009652846492826939, 0.013093874789774418, 0.0030938165728002787, 0.000909488822799176, -0.00495770713314414, -0.0021005477756261826, -0.024667616933584213, -0.018241599202156067, -0.055028822273015976, 0.0230092890560627, -0.015850843861699104, 0.013632831163704395, 0.019457705318927765, 0.009583748877048492, 0.013487727381289005, -0.00845055840909481, -0.0037105069495737553, 0.02336859330534935, -0.035847507417201996, -0.011421727947890759, -0.00644674664363265, -0.00012027190678054467, -0.0029210741631686687, -0.006892422214150429, -0.013853941112756729, 0.011069334112107754, -0.01066857110708952, 0.00714462623000145, -0.006498569622635841, 0.013909218832850456, -0.016555633395910263, -0.014593278989195824, -0.003401298075914383, -0.02465379796922207, 0.014731473289430141, 0.02188991941511631, -0.007072074338793755, 0.004311650525778532, 0.02852322719991207, -0.03689777851104736, 0.029269473627209663, 0.017260421067476273, 0.006733499467372894, -0.02378317527472973, 0.017951391637325287, 0.034686677157878876, 0.03932999446988106, 0.03504598140716553, -0.00846437830477953, -0.01925041526556015, 0.014952583238482475, -0.004218369722366333, -0.023216580972075462, -0.005918154958635569, -0.024501783773303032, 0.011304263956844807, 0.030761968344449997, -0.02256706915795803, 0.036068614572286606, 0.009853227064013481, 0.006640218198299408, -0.012188704684376717, -0.019360968843102455, -0.04049082100391388, 0.02678198367357254, 0.01457946002483368, -0.010115795768797398, -0.01310078427195549, 0.034741953015327454, 0.031756963580846786, 0.010578745044767857, -0.005251369439065456, -0.006795686669647694, -0.0026118652895092964, -0.012285440228879452, 0.0029366209637373686, 0.02462615817785263, -0.027790799736976624, -0.003551583969965577, -0.009217535145580769, -0.0016220512334257364, 0.008388371206820011, 0.000665058265440166, 0.007877053692936897, 0.00019606263958849013, -0.0025444957427680492, 0.00010305164323654026, 0.011027875356376171, 0.016293063759803772, -0.003720871638506651, -0.01299022976309061, -0.00098204065579921, 0.0022715628147125244, 0.04275720193982124, -0.014427446760237217, 0.023520607501268387, 0.011076243594288826, -0.011055514216423035, -0.006166904233396053, 0.009604478254914284, -0.014510362409055233, 0.02504074014723301, -0.0013102511875331402, 0.008346913382411003, -0.02755586989223957, 0.031176550313830376, 0.005175362806767225, 0.026256846264004707, 0.013080055825412273, 0.0032147362362593412, -0.0010468190303072333, 0.03112127259373665, -0.014399807900190353, 0.0058214194141328335, -0.025192754343152046, -0.010889681987464428, -0.0057695964351296425, 0.0022905643563717604, 0.022649984806776047, 0.007614485453814268, -0.035322368144989014, 0.028025729581713676, -0.011000236496329308, 0.009922324679791927, 0.01187776867300272, -0.003128365147858858, -0.006529663223773241, 0.05024731159210205, 0.012727661058306694, 0.009998330846428871, 0.009715033695101738, -0.01873909682035446, 0.04203859344124794, 0.036676667630672455, -0.022097209468483925, -0.02540004439651966, 0.018200140446424484, 0.005002620164304972, 0.009397187270224094, 0.003449666080996394, -0.004532760940492153, -0.007338097784668207, -0.0142892524600029, 0.006398378871381283, 0.0045016673393547535, 0.015380984172224998, 0.036814864724874496, 0.0414029024541378, 0.02520657330751419, -0.00409745005890727, 0.004353108815848827, 0.04159637168049812, 0.008858230896294117, 0.01873909682035446, -0.007897783070802689, 0.0014959493419155478, -0.02915892004966736, 0.0022922917269170284, -0.027086010202765465, -0.012997139245271683, -0.02629830501973629, -0.009563020430505276, 0.02266380377113819, 0.003727781353518367, 0.009466283954679966, -0.012022871524095535, -0.003477304708212614, 0.015989037230610847, -0.02298165112733841, 0.03615153208374977, 0.015823205932974815, -0.015450081788003445, 0.010744578205049038, 0.01728806085884571, 0.0004381179460324347, -0.007883964106440544, -0.021876098588109016, -0.008091255091130733, -0.017398616299033165, -0.02835739403963089, -0.03493542596697807, -0.0017947936430573463, -0.017647365108132362, -0.006971883587539196, 0.013847031630575657, 0.03407862409949303, -0.018587084487080574, -0.003292470471933484, -0.011138430796563625, -0.018034307286143303, -0.02169644646346569, 0.026864899322390556, -0.021903738379478455, 0.006381104700267315, 0.005137359257787466, -0.018006669357419014], \"bf8fc94d-df27-46a5-9c4e-f9a3a55cf433\": [-0.014942573383450508, 0.010480177588760853, -0.008741405792534351, -0.002884935587644577, -0.008524059318006039, -0.012409128248691559, -0.005518564023077488, -0.004031098913401365, -0.01280986052006483, -0.009549662470817566, 0.020960355177521706, 0.00872782152146101, 0.010126989334821701, 0.010235662572085857, 0.009889266453683376, -0.00016492015856783837, -0.004808791913092136, -0.000264891074039042, 0.03770962357521057, -0.013523029163479805, -0.026774374768137932, 0.007790514267981052, 0.0007921261712908745, -0.013040791265666485, -0.021612394601106644, 0.005555920302867889, 0.022590454667806625, -0.0479520782828331, 0.006500019691884518, -0.025144275277853012, 0.03488411754369736, -0.028037700802087784, -0.02157164178788662, -0.03377021476626396, 0.005314801819622517, -0.02541595883667469, -0.025578968226909637, -0.011105049401521683, 0.03002098947763443, -0.03078170120716095, 0.03442225605249405, -0.006207960192114115, -0.010296791791915894, 0.025877820327878, -0.001628400874324143, 0.0318140983581543, 0.014602969400584698, -0.023133819922804832, -0.020484909415245056, 0.0015460469294339418, 0.028255047276616096, 0.010031900368630886, -0.03885069116950035, 0.010480177588760853, -0.002852673176676035, 0.014453544281423092, -0.012015187181532383, -0.004591445438563824, 0.012021979317069054, -0.02024039439857006, -0.0038545047864317894, -0.006252108607441187, -0.021816156804561615, 0.008320296183228493, -0.0095360791310668, 0.01314267236739397, -0.015132751315832138, 0.0018949899822473526, -0.0006537375738844275, -0.00954287126660347, 0.009488534182310104, 0.0016131186857819557, 0.0009194776648655534, -0.008666692301630974, 0.039937425404787064, -0.025008434429764748, 0.002102148486301303, -0.0017931087641045451, 0.010249246843159199, 0.0035896135959774256, 0.02473675087094307, -0.004014118574559689, -0.026787959039211273, 0.031107721850275993, -0.0005161979934200644, -0.010779028758406639, 0.011804632842540741, 0.009379860945045948, 0.004071851260960102, -0.0299123153090477, 0.01763223670423031, 0.010480177588760853, -0.002283836482092738, 0.01442637573927641, 0.004132980015128851, 0.008204830810427666, 0.011172969825565815, 0.01611081138253212, 0.002730415668338537, -0.010181326419115067, -0.01241592038422823, -0.019601939246058464, -0.01600213721394539, -0.020851682871580124, -0.031705424189567566, -0.028445227071642876, 0.022101424634456635, -0.006177395582199097, 0.04822375997900963, 0.008829702623188496, -0.004924257285892963, 0.02521219663321972, 0.010242454707622528, 0.0034571681171655655, -0.028064869344234467, 0.00637776218354702, 0.006730949971824884, -6.680646038148552e-05, -0.00954287126660347, -0.030183998867869377, -0.005511771887540817, 0.0071928114630281925, 0.007702217437326908, 0.005844583734869957, -0.005674781743437052, -0.004900484811514616, 0.007301484700292349, -0.005409890785813332, 0.013061167672276497, -0.017211128026247025, 0.044827722012996674, 0.02926027588546276, 0.021435800939798355, -0.02290288917720318, -0.015553860925137997, 0.025008434429764748, -0.01746922731399536, -0.01275552436709404, -0.00872782152146101, -0.021843325346708298, 0.02733132615685463, 0.026991721242666245, -0.023717939853668213, 0.010364712215960026, 0.013482276350259781, 0.013244553469121456, -0.019248751923441887, 0.014005267061293125, 0.01715679094195366, -0.009991147555410862, -0.0038443165831267834, 0.022101424634456635, 0.003674514591693878, 0.017211128026247025, -0.013203801587224007, 0.01715679094195366, 0.013978098519146442, -0.008007860742509365, 0.013061167672276497, -0.005725722294300795, 0.0248454250395298, 0.0299123153090477, -0.004540504887700081, -0.005875148344784975, -0.0022651583421975374, 0.0333898589015007, -0.019235167652368546, 0.00044955071643926203, 0.031026216223835945, 0.007023009471595287, -0.005627237260341644, 0.032167285680770874, -0.024437900632619858, 0.02196558378636837, 0.00537253450602293, -0.002565707778558135, 0.028336552903056145, 0.00010734668467193842, -0.04202938452363014, -0.006404930260032415, -0.018148435279726982, -0.002188747515901923, 0.035345979034900665, 0.02638043463230133, -0.026108751073479652, 0.009332315996289253, 0.02464166283607483, 0.003681306727230549, 0.004571069031953812, 0.012585721909999847, -0.014399207197129726, 0.0007403366034850478, 0.012381959706544876, -0.008510475046932697, -0.6020498871803284, 0.002175163244828582, -0.010717900469899178, -0.02071584016084671, 0.00606872234493494, 0.02511710673570633, 0.02071584016084671, 0.00809615757316351, -0.012517801485955715, -0.032764989882707596, -0.007994276471436024, 0.031786929816007614, 0.010982791893184185, -0.016640592366456985, 0.013020414859056473, -0.010649980045855045, -0.009264395572245121, 0.0009390048799104989, -0.008001068606972694, 0.02271271124482155, -0.01609722711145878, 0.005830999929457903, -0.00098230445291847, -0.04018193855881691, -0.0033145344350486994, -0.014059603214263916, 0.03670439496636391, 0.010996375232934952, -0.016070058569312096, 0.006364177912473679, -0.03833449259400368, 0.007661465089768171, -0.002046113833785057, 0.006292860954999924, 0.05678177997469902, -0.01659984141588211, -0.006707177963107824, 0.0011826707050204277, 0.003465658286586404, 0.02559255249798298, -0.01280986052006483, 0.0063438015058636665, 0.03021116741001606, -0.004486168269068003, 0.006252108607441187, -0.006683405488729477, 0.036677226424217224, 0.0011597474804148078, 0.0058276038616895676, 0.0037763959262520075, 0.002555519575253129, -0.009889266453683376, 0.00992322713136673, 0.047598887234926224, -0.022875722497701645, -0.016355326399207115, 0.028227880597114563, -0.007742969784885645, -0.009767008945345879, -0.01346869207918644, 0.006554356310516596, -0.003789979964494705, -0.01188613846898079, -0.01108467299491167, -0.010283207520842552, 0.03235746547579765, -0.0019527226686477661, -0.01765940524637699, 0.01966986060142517, -0.007484870962798595, -0.011431069113314152, 0.02475033514201641, -0.0033281187061220407, -0.010649980045855045, 0.004805395845323801, 0.02053924649953842, 0.026054413989186287, -0.01045300904661417, -0.011858969926834106, 0.005518564023077488, -0.017700158059597015, 0.009658335708081722, -0.04289877042174339, -0.005566108506172895, -0.0013770939549431205, -0.005783454980701208, -0.020063800737261772, -0.027181899175047874, 0.007444118615239859, 0.0028985196258872747, 0.010276415385305882, 0.005983821582049131, -0.009814553894102573, -0.03817148506641388, 0.0018661236390471458, 0.0190721582621336, 0.012483840808272362, 0.006207960192114115, -0.018365781754255295, -0.02408471144735813, -0.020009463652968407, -0.020023047924041748, -0.022957226261496544, -0.0061128707602620125, 0.01571687124669552, 0.015581028535962105, 0.002046113833785057, -0.008972336538136005, 0.04344213753938675, 0.006269088946282864, 0.0002718954056035727, -0.03271065279841423, 0.004710306879132986, -0.026624949648976326, -0.015553860925137997, -0.029857978224754333, 0.011471820995211601, -0.004706910811364651, 0.004873316735029221, 0.001971400808542967, 0.015689702704548836, 0.012436296790838242, 0.02674720622599125, -0.00546422740444541, 0.028363721445202827, -0.012076316401362419, -0.014046018943190575, -0.011804632842540741, -0.012592514045536518, -0.0033739651553332806, 0.0067717027850449085, -0.01194047462195158, 0.030917543917894363, -0.0198600385338068, 0.020675087347626686, -0.00939344521611929, -0.002344965236261487, -0.008001068606972694, 0.0030615294817835093, -0.018909147009253502, -0.04039928689599037, 0.010283207520842552, 0.018189188092947006, 0.007070553954690695, -0.007437326479703188, -0.013794711790978909, -0.009413821622729301, -0.03010249324142933, -0.004771435633301735, -0.0007840606267563999, -0.014806731604039669, 0.007294692564755678, -0.010670355521142483, 0.015268593095242977, -0.009094594046473503, -0.012341206893324852, 0.02907009795308113, -0.010908078402280807, -0.008231999352574348, -0.008483306504786015, 0.016572672873735428, 0.013006830587983131, 0.0001925129909068346, 0.0027626780793070793, 0.0010281509021297097, -0.020403405651450157, -0.0024349603336304426, -0.004951425362378359, -0.027684513479471207, 0.002091960282996297, -0.011994811706244946, 0.014399207197129726, -0.005087267141789198, -0.011050712317228317, 0.03645987808704376, 0.008259167894721031, -0.02828221581876278, -0.009943603537976742, 0.009481742046773434, 0.008904415182769299, 0.02071584016084671, 0.02685588039457798, -0.015064830891788006, 0.006466059014201164, 0.0044318316504359245, 0.02378585934638977, 0.024709582328796387, 0.024410732090473175, 0.0013855841243639588, 0.01640966162085533, -0.001617363770492375, 0.03808997943997383, -0.022386692464351654, -0.005956653039902449, 0.00810294970870018, 0.019506851211190224, -0.0003406651958357543, -0.02245461195707321, -0.017387721687555313, 0.01141748484224081, 0.01984645426273346, 0.007267524488270283, -0.012490632943809032, -0.014249781146645546, 0.005246880929917097, -0.02993948385119438, -0.01639607921242714, -0.0010892796562984586, 0.0010256038513034582, -0.0026404205709695816, -0.008904415182769299, 0.002078376244753599, -0.016762850806117058, -0.008293128572404385, 0.019792117178440094, 0.033797383308410645, -0.03200427442789078, 0.016273820772767067, -0.004183920565992594, -0.03295516595244408, -0.009692296385765076, -0.03097187913954258, -0.01775449328124523, 0.039475563913583755, -0.015377266332507133, 0.01611081138253212, -0.002864559181034565, 0.004795207642018795, -0.0012760618701577187, -4.10973843827378e-05, 0.006177395582199097, 0.006520395632833242, 0.023093068972229958, -0.005501583684235811, -0.008333880454301834, 0.017306216061115265, 0.030999047681689262, -0.014861068688333035, 0.049718018621206284, -0.01025603897869587, -0.00037887063808739185, 0.020838098600506783, 0.013876217417418957, -0.010812989436089993, 0.009576831012964249, -0.001854237518273294, 0.01900423690676689, 0.030754532665014267, -0.022386692464351654, 0.01764582097530365, -0.02600007876753807, 0.025348037481307983, -0.03358003869652748, -0.01592063345015049, 0.019601939246058464, -0.01928950473666191, -0.007165643386542797, 0.01862388104200363, 0.030156830325722694, -0.0033145344350486994, -0.01213065255433321, -0.010289999656379223, 0.01564894989132881, -0.0016462301136925817, 0.011050712317228317, 0.0031922771595418453, -0.03412340581417084, -0.013183425180613995, -0.036296870559453964, 0.01803976111114025, -0.00029842695221304893, -0.025157859548926353, -0.006014385726302862, 0.0063098412938416, 0.029694968834519386, 0.010486969724297523, 0.029613463208079338, 0.03300950303673744, 0.0006588316755369306, -0.009760217741131783, -0.02424772083759308, -0.010351127944886684, 0.022862138226628304, 0.017238296568393707, -0.008503682911396027, -0.029857978224754333, -0.012870989739894867, 0.006187583785504103, -0.018854811787605286, 0.009617583826184273, -0.01782241463661194, 0.043088946491479874, 0.0004601633409038186, -0.009081009775400162, -0.03012966178357601, 0.018094098195433617, 0.024777503684163094, -0.0014891632599756122, -0.0037322472780942917, -0.015662534162402153, -0.02216934598982334, -0.009916434995830059, -0.020960355177521706, 0.012565345503389835, 0.007545999716967344, 0.01515991985797882, -0.010357920080423355, 0.008646316826343536, 0.018433701246976852, 0.005253673065453768, 0.004275613464415073, -0.021829741075634956, -0.006296257022768259, -0.019343839958310127, -0.011913306079804897, 0.0075188311748206615, -0.014358454383909702, -0.00906063336879015, 0.018080513924360275, -0.016572672873735428, -0.001119844033382833, -0.0003268687869422138, -0.030618691816926003, 0.02290288917720318, -0.007607128471136093, 0.037356432527303696, 0.0015689702704548836, -0.005725722294300795, -0.0032296334393322468, 0.0009780593682080507, -0.04371381923556328, -0.012599306181073189, -0.006021177861839533, -0.02473675087094307, -0.033987563103437424, -0.010622811503708363, 0.026217425242066383, 0.013264929875731468, 0.0018185791559517384, 0.0004336317942943424, 0.006340405438095331, -0.022427445277571678, 0.01495615765452385, -0.009006296284496784, -0.008136910386383533, 0.0014772771392017603, 0.005769871175289154, 0.02752150408923626, -0.02377227693796158, 0.010670355521142483, 0.0010001335758715868, 0.003963178023695946, -0.0024400544352829456, 0.004092227667570114, -0.0036201779730618, 0.01179784070700407, 0.0033247226383537054, 0.018148435279726982, -0.0014161485014483333, 0.03501996025443077, -0.016151564195752144, 0.010093029588460922, 0.02533445507287979, 0.0005497338715940714, -0.00810294970870018, 0.010663563385605812, 0.024804672226309776, -0.040317781269550323, -0.005338573828339577, 0.0034350939095020294, -0.011437861248850822, 0.00278135621920228, -0.0015825544251129031, 0.014154692180454731, 0.023364750668406487, 0.017985424026846886, -0.01631457358598709, 0.0028934255242347717, 0.0004822376067750156, 0.011913306079804897, 0.005138207692652941, -0.0005191695527173579, 0.02685588039457798, -0.03404190018773079, 0.013244553469121456, -0.040317781269550323, -0.000662227685097605, 0.008286336436867714, 0.0024570345412939787, -0.007831267081201077, -0.014861068688333035, -0.00443522771820426, 0.0007887301617302, -0.012735147960484028, -3.6215576983522624e-05, -0.008225207217037678, -0.00690754409879446, 0.0054812077432870865, -0.0035998017992824316, 0.011736712418496609, 0.03681306913495064, -0.005121227353811264, -0.014521464705467224, 0.024981265887618065, 0.003173598786816001, -0.01753714680671692, -0.011594078503549099, -0.0022227077279239893, -0.00039988363278098404, -0.0012726658023893833, 0.04466471076011658, -0.03211294859647751, 0.009841722436249256, 0.0001262902223970741, 0.014032434672117233, 0.0036541384179145098, 0.008265960030257702, -0.016654176637530327, 0.002891727490350604, -0.020878849551081657, -0.026828711852431297, 0.03632403910160065, -0.0005378477508202195, -0.009726257063448429, 0.024424316361546516, -0.0016666064038872719, -0.009121761657297611, 0.010439424775540829, -0.005552524700760841, 0.002185351448133588, -0.0013448316603899002, 0.020403405651450157, -0.01984645426273346, -0.02752150408923626, 0.041757699102163315, -0.017292633652687073, 0.023378334939479828, -0.00671736616641283, -0.008164078928530216, 0.016898691654205322, 0.02214217744767666, 0.03578067198395729, -0.02427488937973976, -0.008456137962639332, 0.006578128319233656, -0.008001068606972694, 0.023935286328196526, 0.008619148284196854, -0.018107682466506958, 0.025837067514657974, -0.0024808067828416824, -0.02828221581876278, 0.005960049107670784, 0.012775900773704052, -0.010351127944886684, 0.023541346192359924, -0.0053657423704862595, -0.01840653456747532, -0.03344419598579407, -0.012354791164398193, 0.030727364122867584, 0.031026216223835945, 0.038307324051856995, -0.005977029446512461, -0.009529286995530128, 0.003183786990121007, -0.024492235854268074, -0.028309384360909462, -0.0034673563204705715, -0.026203840970993042, -0.02858106791973114, 0.003117564134299755, 0.025728395208716393, 0.02079734578728676, -0.006367573980242014, 0.029803641140460968, -0.007043385878205299, -0.013353226706385612, -0.0037050789687782526, -0.006574732251465321, -0.012633266858756542, -0.021843325346708298, 0.03632403910160065, 0.01783599890768528, 0.014711642637848854, -0.005613652989268303, 0.02530728653073311, 0.0013490766286849976, -0.006031366065144539, 0.014874652959406376, -0.019099324941635132, 0.019927959889173508, -0.03167825564742088, 0.0005331782158464193, -0.004377495031803846, -0.014996910467743874, 0.007152059115469456, -0.032275959849357605, -0.01020849496126175, 0.002302514621987939, -0.006571336183696985, 0.024492235854268074, -0.0112748509272933, -0.042246729135513306, -0.01984645426273346, -0.01563536562025547, 0.007729385979473591, 0.012483840808272362, -0.0038714848924428225, -0.023133819922804832, -0.0049582174979150295, 0.002514767227694392, 0.021435800939798355, 0.013713207095861435, 0.042328234761953354, 0.0068667917512357235, 0.01583912782371044, -0.020566415041685104, 0.034775443375110626, -0.009026672691106796, -0.004071851260960102, -0.013753959909081459, -0.02195199951529503, 0.024193385615944862, 0.015540276654064655, 0.028608236461877823, -0.00887045543640852, -0.01965627633035183, -0.00877536553889513, 0.015553860925137997, -0.018474454060196877, 0.032085780054330826, 0.00804861355572939, -0.01593421772122383, -0.004971801768988371, 0.0008375482284463942, 0.0044012670405209064, -0.019506851211190224, 0.02712756209075451, -0.0012276682537049055, -0.0057970392517745495, -0.004893692675977945, -0.03309100866317749, -0.0020070592872798443, -0.011906513944268227, -0.008068989962339401, 0.026421187445521355, 0.011505781672894955, 0.019900791347026825, 0.019601939246058464, 0.03874201700091362, -0.03252047300338745, -0.05110360309481621, 0.010874118655920029, 0.0046423859894275665, 0.0360795222222805, 0.007545999716967344, 0.02541595883667469, 0.0023262870963662863, 0.01918083056807518, -0.031977105885744095, -0.0035013167653232813, -0.022115008905529976, -0.02062075212597847, 0.00018752504547592252, 0.019642692059278488, -0.007661465089768171, -0.0015511410310864449, 0.000551856413949281, 0.021816156804561615, -0.024193385615944862, 0.0036507423501461744, -0.011227305978536606, -0.014046018943190575, -0.025972910225391388, 0.01309512834995985, -0.013393979519605637, 0.025538217276334763, 0.0027439999394118786, 0.014113940298557281, 0.004255237523466349, -0.012517801485955715, -0.0030564353801310062, -0.005667989607900381, 0.018732553347945213, 0.049446333199739456, -0.03760094940662384, -0.02302514761686325, 0.025850651785731316, 0.02503560297191143, -0.0208109300583601, -0.024206969887018204, -0.00539630651473999, 0.03895936533808708, -0.024899760261178017, 0.0144807118922472, -0.002609856193885207, 0.006163811776787043, 0.022386692464351654, 0.001622457872144878, 0.009474949911236763, -0.050207048654556274, -0.012429504655301571, 0.000496670778375119, 0.008490098640322685, 0.04086114466190338, -0.0007301484583877027, -0.01647758297622204, 0.006955088581889868, 0.005002365913242102, -0.024003205820918083, -0.02301156334578991, 0.00731506897136569, -0.010099821723997593, -0.026421187445521355, -0.007783722598105669, -0.013373603112995625, 0.021082613617181778, -0.007675048895180225, -0.015051246620714664, 0.025470295920968056, 0.02348700910806656, -0.03895936533808708, 0.024003205820918083, -0.03366154432296753, -0.010249246843159199, -0.020023047924041748, -0.0012395543744787574, 0.0040956237353384495, -0.02321532554924488, -0.011526158079504967, -0.0005938824033364654, -0.03420490771532059, -0.017713742330670357, -0.0037152671720832586, 0.004299385938793421, -0.008999504148960114, 0.017672989517450333, 0.06129172071814537, -0.036785900592803955, -0.0008761781500652432, -0.00973984133452177, -0.025280117988586426, 0.026231007650494576, -0.0398830883204937, 0.004380891099572182, 0.00824558362364769, -0.022699126973748207, 0.0016300989082083106, -0.00806219782680273, 0.00843576155602932, -0.029586294665932655, 0.002212519757449627, -0.036867402493953705, 0.015268593095242977, -0.020865267142653465, -0.03613385930657387, -0.0050533064641058445, -0.008890830911695957, -0.025728395208716393, -0.00853764358907938, 0.029423285275697708, 0.017034534364938736, -0.016654176637530327, -0.010330751538276672, 0.018841227516531944, -0.01707528717815876, 0.022889304906129837, -0.006306445226073265, -0.013169840909540653, -0.00873461365699768, 0.011308811604976654, -0.02782035432755947, -0.00035552287590689957, 0.020253978669643402, 0.0452624149620533, 0.009434197098016739, -0.009345900267362595, -0.02312023565173149, 0.007545999716967344, 0.011539742350578308, -0.04189354181289673, -0.022115008905529976, 0.018488038331270218, 0.03762811794877052, 0.0091013852506876, -0.002091960282996297, 0.05267936363816261, -0.019520435482263565, 0.004374098964035511, -0.014888237230479717, -0.012864197604358196, 0.013638494536280632, 0.002920593833550811, -0.006163811776787043, -0.0007250544149428606, -0.008639524690806866, 0.004071851260960102, 0.032927997410297394, -0.003919029608368874, 0.013502652756869793, 0.02013172209262848, -0.008564811199903488, -0.018909147009253502, -0.030564354732632637, -0.037845462560653687, -0.02579631470143795, -0.006802266929298639, 0.006615484599024057, -0.04265425354242325, -0.0027015493251383305, -0.010717900469899178, 0.006126455031335354, -0.003469054354354739, 0.013774336315691471, 0.0014501088298857212, -0.009074217639863491, 0.012395543977618217, -0.017292633652687073, -0.006099286954849958, -0.015363682061433792, -0.011594078503549099, 0.01880047470331192, 0.017863167449831963, -0.010466593317687511, 0.05178280919790268, -0.02446506731212139, -0.019724197685718536, -0.012076316401362419, -0.012164613232016563, -0.035726334899663925, 0.02348700910806656, 0.016572672873735428, 0.004886900540441275, -0.0036167819052934647, -0.006764910649508238, 0.0047272867523133755, 0.003725455142557621, -0.013556989841163158, -0.003110772231593728, -0.0049684057012200356, -0.027766019105911255, 0.013923761434853077, -0.009216850623488426, -0.024505820125341415, -0.012184989638626575, 0.024628078565001488, -0.005294425413012505, 0.0104462169110775, -0.003956385888159275, -0.01573045551776886, -0.0424097403883934, 0.021517306566238403, -0.019737781956791878, 0.0007441571215167642, -0.038905028253793716, -0.012381959706544876, -0.017496395856142044, 0.0015596310840919614, 0.003250009845942259, 0.26277193427085876, -0.024709582328796387, 0.0005420927773229778, 0.008741405792534351, -0.027209067717194557, 0.017903920263051987, -0.00460163364186883, 0.007471286691725254, -0.009624375961720943, 0.04140451177954674, 0.004774831235408783, 0.015024078078567982, -0.000480115064419806, -0.009631168097257614, -0.006462662946432829, -0.02801053412258625, -0.03510146215558052, 0.001373698003590107, -0.02858106791973114, -0.022794216871261597, -0.003576029557734728, 0.01194726675748825, -0.011899721808731556, -0.01442637573927641, 0.018365781754255295, -0.011689167469739914, 0.005634029395878315, -3.1519492040388286e-05, 0.006557751912623644, -0.001203046995215118, -0.051076434552669525, -0.007009425200521946, -0.006184187717735767, 0.017482811585068703, -0.006819247268140316, -0.013380395248532295, 0.027304157614707947, -0.008754990063607693, 0.025959325954318047, 0.009074217639863491, 0.01919441483914852, -0.006398138124495745, 0.007586752064526081, 0.012151028960943222, -0.007736177649348974, 0.0235005933791399, -0.006880376022309065, -0.02435639500617981, 0.014344870112836361, 0.017387721687555313, -0.030727364122867584, -0.0022923266515135765, 0.014344870112836361, 0.035155799239873886, -0.0018797077937051654, -0.021340711042284966, -0.0023925097193568945, 0.0020002671517431736, 0.0013507746625691652, 0.005647613666951656, -0.028553899377584457, 0.03602518513798714, -0.014698058366775513, -0.0050499108619987965, 0.006547564174979925, 0.014154692180454731, -0.02693738415837288, -0.015064830891788006, 0.00151123758405447, -0.03942122682929039, 0.009298356249928474, -0.012918533757328987, 0.0019493266008794308, -0.001638589077629149, -0.018949899822473526, -0.014453544281423092, 0.003718663239851594, 0.014548633247613907, -0.007607128471136093, 0.04115999862551689, -0.019303089007735252, -0.006598504725843668, 0.0011113538639619946, -0.020892433822155, -0.02953195944428444, -0.024234136566519737, 0.03738360106945038, 0.02100110799074173, -0.011913306079804897, -0.024899760261178017, 0.0021327128633856773, -0.015404434874653816, -0.004279009532183409, 0.03257481008768082, -0.007437326479703188, -0.019031405448913574, 0.006663029547780752, 0.0009738142834976315, -0.01020849496126175, -0.0288799200206995, -0.043197620660066605, 0.02310665138065815, 0.013862633146345615, -0.020743008702993393, -0.03186843544244766, -0.016165148466825485, 0.0015044454485177994, -0.002575895981863141, 0.0053895143792033195, -0.047789067029953, -0.024437900632619858, -0.01639607921242714, 0.004676346201449633, -0.008035029284656048, 0.031786929816007614, 0.0185152068734169, -0.003256801748648286, -0.01736055314540863, -0.008367841131985188, -0.0005654405686073005, -0.004092227667570114, -0.02062075212597847, -0.012823444791138172, 0.0289614237844944, -0.008007860742509365, -0.0014382227091118693, -0.0024740146473050117, 0.009434197098016739, 0.0008587734773755074, -0.022074256092309952, 0.003173598786816001, -0.006622276734560728, 0.0051449998281896114, -0.014643722213804722, 0.011234098114073277, 0.02100110799074173, 0.01899065263569355, -0.009950395673513412, 0.0043163662776350975, -0.011858969926834106, -0.002404395956546068, -0.026149503886699677, 0.020661503076553345, -0.0030190791003406048, 0.0011317301541566849, 0.0037288512103259563, 0.02540237456560135, 0.017102453857660294, -0.006034762132912874, -0.017917504534125328, -0.020281147211790085, -0.0013125692494213581, 0.015526692382991314, 0.0326019786298275, 0.0011105048470199108, -0.03328118473291397, -0.033525701612234116, -0.021625978872179985, -0.027847522869706154, 0.014209029264748096, -0.0487399585545063, -0.015322930179536343, 0.010385088622570038, -0.022848553955554962, -0.024288473650813103, -0.015744037926197052, -0.1723557859659195, -0.012117068283259869, 0.012497425079345703, -0.01727904938161373, 0.048087917268276215, 0.016233067959547043, 0.000513226434122771, 0.011641623452305794, 0.006625672802329063, 0.0009984355419874191, -0.006792078725993633, -0.03866051137447357, -0.04069813713431358, 0.006934712640941143, -0.0050397226586937904, -0.028635405004024506, 0.002073282143101096, -0.00906063336879015, 0.025375206023454666, -0.002390811685472727, 0.02549746446311474, -0.025388790294528008, -0.0198600385338068, 0.016708513721823692, 0.00024175555154215544, 0.017387721687555313, -0.0028068264946341515, -0.027304157614707947, 0.010765445418655872, -0.013312474824488163, -0.029586294665932655, -0.014358454383909702, 0.015608197078108788, -0.0016088737174868584, 0.02129996009171009, -0.0047272867523133755, -0.0013660568511113524, -0.01861029677093029, -0.002302514621987939, -0.005684969946742058, 0.009216850623488426, 0.05754249170422554, -0.016382494941353798, 0.01947968266904354, 0.01784958317875862, 0.012511009350419044, -0.00462540565058589, -0.014847484417259693, 0.01650475151836872, 0.005291029345244169, 0.01381508819758892, -0.053956273943185806, 0.00392921781167388, 0.02206067182123661, 0.013312474824488163, -0.008347464725375175, -0.015513108111917973, 0.02475033514201641, 0.001406809315085411, 0.005769871175289154, -0.014725226908922195, -0.020158890634775162, -0.0007343935430981219, 0.009970772080123425, -0.011091465130448341, 0.01832502894103527, -0.00824558362364769, -0.007491663098335266, -0.031977105885744095, 0.0042110891081392765, 0.001461994950659573, -0.0316510871052742, 0.007709009572863579, 0.003250009845942259, 0.012144236825406551, 0.008082574233412743, -0.029042929410934448, 0.0307001955807209, -0.018284276127815247, -0.02290288917720318, -0.0018117870204150677, 0.03010249324142933, -0.015091999433934689, 0.015744037926197052, -0.00010103217209689319, 0.011363147757947445, 0.008279544301331043, 0.0014220915036275983, -0.011913306079804897, -0.02560613676905632, 0.00563063332810998, 0.009271187707781792, -0.026027245447039604, -0.0028543712105602026, -0.007335445377975702, 0.015771206468343735, 0.02032190002501011, 0.0008269355748780072, -0.01908574253320694, 0.009468157775700092, 0.004455603659152985, 0.01535009779036045, -0.019697029143571854, 0.013197009451687336, 0.038035642355680466, 0.021272791549563408, -0.0042009009048342705, 0.005128019489347935, 0.04738154262304306, -0.008503682911396027, -0.006652841344475746, -0.008816118352115154, 0.01112542487680912, 0.03472110629081726, 0.018678216263651848, 0.006255504675209522, -0.013869425281882286, -0.030156830325722694, 0.023731524124741554, -0.013876217417418957, 0.032547641545534134, -0.00940702948719263, -0.024614494293928146, 0.022427445277571678, -0.00018381064001005143, 0.006279276683926582, -0.07699500769376755, -0.026706453412771225, 0.005457435268908739, 0.022862138226628304, -0.002957950346171856, 0.0037322472780942917, -0.020946770906448364, 0.01976494863629341, 0.0032635938841849566, 0.03127073124051094, -0.0020223415922373533, -0.024804672226309776, -0.006184187717735767, -0.0019408365478739142, 0.001208989997394383, 0.009699088521301746, -0.007498455233871937, -0.006252108607441187, -0.014059603214263916, 0.05305971950292587, -0.007063761819154024, -0.01145823672413826, -0.001197952893562615, -0.02369077131152153, -0.00925081130117178, 0.021272791549563408, -0.020498493686318398, -0.0040039303712546825, 0.012266494333744049, 0.004146564286202192, 0.0009407029137946665, 0.00436730682849884, 0.010500553995370865, -0.009359484538435936, -0.00264891074039042, -0.010758653283119202, -0.028146374970674515, -0.03230312839150429, 0.02052566222846508, -0.015119167976081371, 0.003531880909577012, 0.027698097750544548, 0.00810974184423685, -0.020063800737261772, 0.0050533064641058445, -0.01880047470331192, -0.017971839755773544, 0.04178486764431, -0.00992322713136673, 0.011587286368012428, -0.0042959898710250854, 0.020471325144171715, 0.0003701683017425239, -0.003772999858483672, 0.06351952254772186, -0.037274930626153946, 0.012728355824947357, 0.024111879989504814, -0.020892433822155, 0.014467127621173859, -0.012599306181073189, -0.02397603914141655, -0.008985919877886772, 0.01429053395986557, -0.004099019803106785, 0.019425345584750175, -0.033417027443647385, 0.0006741138058714569, 0.019425345584750175, -0.0144807118922472, -0.02273987978696823, 0.028798414394259453, -0.0011079579126089811, 0.015553860925137997, 0.0028272029012441635, 2.382533966738265e-05, 0.0034249057061970234, -0.011560117825865746, 0.00823879148811102, 0.012986455112695694, -0.008972336538136005, -0.0006057685241103172, -0.01696661300957203, -0.01025603897869587, 0.039557065814733505, 0.013217385858297348, 0.007804098539054394, 0.011390316300094128, 0.03137940540909767, -0.033525701612234116, 0.00039606308564543724, 0.0091013852506876, 0.0013448316603899002, -0.012246117927134037, -0.0034249057061970234, 0.018759721890091896, -0.0009704182739369571, 0.0029154999647289515, 0.005182356107980013, 0.01628740504384041, -0.01928950473666191, -0.006167207378894091, -0.05716213583946228, 0.03656855225563049, -0.00479181157425046, 0.0222372654825449, 0.004523524548858404, -0.0024791087489575148, 0.00210894038900733, -0.00656794011592865, 0.010853742249310017, 0.025633305311203003, -0.019235167652368546, -0.0003334486100357026, -0.003216049401089549, 0.005097455345094204, 0.0038103561382740736, -0.01060243509709835, -0.011471820995211601, 0.012599306181073189, -0.010059068910777569, 0.009508910588920116, 0.0004996422794647515, -0.00034342450089752674, -0.005416682921350002, -0.006917732302099466, 0.013326059095561504, -0.01145823672413826, 0.01612439565360546, 0.017116038128733635, 0.0010306979529559612, 0.0024196780286729336, 0.012225741520524025, -0.020253978669643402, 0.01647758297622204, 0.026434771716594696, 0.005409890785813332, -0.017319800332188606, 0.015431603416800499, 0.035047128796577454, 0.03257481008768082, 0.020077385008335114, -0.008544434793293476, -0.009244019165635109, 0.01639607921242714, -0.008225207217037678, -0.020960355177521706, 0.004822376184165478, -0.022997979074716568, 0.006897355895489454, 0.007749761920422316, -0.0008804232347756624, 0.03396039456129074, 0.009868890978395939, 0.0004104962572455406, -0.009182890877127647, -0.01212386041879654, -0.051728472113609314, 0.01774091087281704, -0.001203046995215118, -0.012864197604358196, -0.019887207075953484, 0.033308353275060654, 0.010222078301012516, 0.018189188092947006, -0.009767008945345879, -0.00302247516810894, 0.0099300192669034, -0.026421187445521355, 0.00386129692196846, 0.016083642840385437, -0.03241179883480072, -0.0073897819966077805, 0.020484909415245056, -0.009712672792375088, 0.024315642192959785, -0.0009245717083103955, 0.008143702521920204, -0.003671118523925543, 0.0011291831033304334, -0.0007594393100589514, 0.016423245891928673, 0.013176633045077324, 0.008564811199903488, -0.02187049388885498, -0.0011784257367253304, -0.007152059115469456, 0.031895603984594345, -0.011098257265985012, 0.019615523517131805, -0.0001548381696920842, -0.0108809107914567, -0.03863334283232689, 0.0083882175385952, -0.0012183291837573051, 0.014548633247613907, 0.0016861335607245564, 0.008367841131985188, -0.027589423581957817, 0.024899760261178017, 0.0013915271265432239, 0.024329226464033127, 0.015214256942272186, -0.005987217649817467, -0.0005395457847043872, -0.0036371583119034767, -0.00825237575918436, -0.002580990083515644, -0.019995879381895065, -0.023948870599269867, 0.014833900146186352, -0.00825237575918436, 0.004846148192882538, 0.03833449259400368, -0.02206067182123661, 0.02866257354617119, -0.0195476021617651, 0.0037050789687782526, 0.008558019064366817, 0.008075782097876072, -0.0067513263784348965, 0.04246407747268677, 0.02245461195707321, 0.02369077131152153, -0.02483184076845646, -0.022019919008016586, 0.030917543917894363, 0.04246407747268677, -0.025945741683244705, -0.025483880192041397, 0.021707484498620033, -0.014942573383450508, 0.0020563018042594194, -0.0010824875207617879, -0.011994811706244946, 0.0020664900075644255, 0.0008991014328785241, 0.013679246418178082, -0.0006940655875951052, 0.003221143502742052, 0.023093068972229958, 0.018433701246976852, 0.01707528717815876, 0.00563742546364665, 0.019819285720586777, 0.011159385554492474, -0.005800435319542885, 0.020308315753936768, 0.007138474844396114, -0.0004678044351749122, -0.024329226464033127, 0.01145823672413826, -0.011594078503549099, 0.00062911631539464, -0.03151524439454079, -0.012633266858756542, 0.016708513721823692, 0.0038273364771157503, 0.0041092075407505035, -0.0064354948699474335, -0.010914870537817478, 0.020851682871580124, -0.008456137962639332, 0.018773306161165237, 0.01059564296156168, -0.01476597972214222, 0.00872782152146101, 0.024709582328796387, 0.02972213737666607, -0.01640966162085533, -0.01994154416024685, 0.017876751720905304, 0.004781623370945454, -0.018297860398888588, -0.028825582936406136, 0.00436051469296217, 0.0006770853651687503, -0.017034534364938736, 0.01803976111114025, 0.02741282992064953, -0.01793108880519867, -0.0016419850289821625, -0.009413821622729301, -0.019710613414645195, -0.03279215842485428, 0.004475980065762997, 0.013061167672276497, 0.0007925506797619164, 0.0060381582006812096, -0.038796354085206985], \"d2ae85e3-7325-4109-9c31-783db46dc71f\": [0.0035760775208473206, 0.013994517736136913, 0.023018892854452133, -0.015961023047566414, -0.011664343066513538, -0.0008965448359958827, -0.020271172747015953, -0.010782108642160892, -0.008916622027754784, -0.02806985005736351, 0.019072413444519043, 0.01164413895457983, -0.009172537364065647, -0.0007050294079817832, -0.0010270278435200453, 0.01499123964458704, -0.0022443083580583334, 0.005660438910126686, 0.04024602472782135, -0.028123727068305016, -0.009657429531216621, 0.006458490155637264, -0.004640145692974329, -0.009165802970528603, -0.03739054873585701, -0.002693843562155962, 0.021294834092259407, -0.02602252922952175, 0.01849323697388172, -0.025766614824533463, 0.01732141524553299, -0.0279620960354805, -0.01259371917694807, -0.038737472146749496, -0.004212497733533382, -0.003710769582539797, -0.024554384872317314, -0.017415698617696762, 0.024419693276286125, -0.012943918816745281, 0.024998867884278297, -0.011967400088906288, -0.0030356249772012234, 0.006663895677775145, 0.021914416924118996, 0.026682520285248756, 0.00040807522600516677, -0.032191433012485504, -0.02806985005736351, -0.00037987405085004866, 0.009226414375007153, 0.0338885523378849, -0.05110221356153488, -0.0176716148853302, -0.011334346607327461, -0.0002369740541325882, 0.001840231940150261, 0.012196376919746399, -0.006936647463589907, -0.014654509723186493, 0.011192920617759228, -0.005549317691475153, -0.013718398287892342, -0.014196556061506271, -0.025524169206619263, 0.0015127615770325065, 0.005252995062619448, 0.013112284243106842, 0.006296859588474035, 0.016459384933114052, 0.026453543454408646, -0.0035019966308027506, -0.008559687994420528, 0.01217617280781269, 0.03739054873585701, -0.007583169732242823, 0.004700757097452879, -0.019045474007725716, -0.0038993386551737785, -0.00388250220566988, 0.026332320645451546, -0.0211197342723608, -0.008977233432233334, 0.044152095913887024, 0.011455570347607136, 0.0017863550456240773, -0.0013570237206295133, 0.017281007021665573, -0.009313964284956455, -0.007347458507865667, -0.011125573888421059, 0.0015110778622329235, -0.002498539863154292, 0.0370403490960598, 0.004047499969601631, 0.024513976648449898, 0.017159784212708473, 0.017967937514185905, -0.006357470992952585, 0.0004390123358462006, -0.025268252938985825, -0.010600274428725243, -0.027773527428507805, -0.016930807381868362, -0.02243971824645996, -0.005943292286247015, 0.0216046255081892, 0.01158352755010128, 0.024419693276286125, -0.005236158613115549, -0.03283795341849327, 0.03332284465432167, 0.01522021647542715, 0.012149234302341938, -0.019907504320144653, -0.0035289351362735033, -0.021469933912158012, -0.010324155911803246, -0.021712379530072212, -0.01217617280781269, -0.0007744800532236695, 0.03106001764535904, 0.005485339090228081, -0.0026365993544459343, -0.011118839494884014, -0.007138685788959265, -0.0005501333507709205, 0.00144794094376266, -0.00823642686009407, -0.02064831182360649, 0.056193578988313675, 0.0036602600011974573, -0.0053203413262963295, 0.001084272051230073, -0.02984778769314289, 0.019328327849507332, 0.013630848377943039, 0.010310686193406582, -0.016068777069449425, -0.02401561662554741, 0.014789201319217682, 0.03221837058663368, -0.024298468604683876, -0.0032090411987155676, 0.012869837693870068, 0.005758090876042843, 0.022305024787783623, 0.020742595195770264, 0.0006372623611241579, -0.012142499908804893, -0.002501907292753458, 0.02925514243543148, 0.021214017644524574, 0.01117271650582552, 0.012155969627201557, 0.025120092555880547, 0.013240241445600986, -0.017860183492302895, 0.03310733661055565, 0.018560582771897316, 0.02852780371904373, 0.02555110678076744, 0.016903867945075035, 0.006849097553640604, -0.004606472793966532, 0.03741748631000519, -0.005559419747442007, 0.0011878167279064655, 0.024769892916083336, -0.006145330611616373, -0.0032612343784421682, 0.032433878630399704, -0.015610823407769203, 0.020136481150984764, 0.005990434903651476, 0.017415698617696762, 0.027773527428507805, -0.002114667324349284, -0.03426568955183029, -0.0034750583581626415, -0.03367304429411888, 0.0044852495193481445, 0.03197592496871948, 0.016392039135098457, 0.0013418708695098758, 0.021712379530072212, 0.012506169266998768, 0.0003975523868575692, 0.00513513945043087, 0.005286667961627245, 0.004593003541231155, 0.02054055780172348, 0.007845819927752018, -0.024311939254403114, -0.6081621646881104, -0.01230413094162941, -0.014061863534152508, -0.025699269026517868, 0.008398057892918587, 0.03057512454688549, 0.001676917658187449, 0.01586673967540264, -0.02291114069521427, -0.018776090815663338, 0.002133187372237444, 0.03669014945626259, 0.001202969579026103, 0.0014597264816984534, -0.0012745247222483158, -0.011098635382950306, 0.00979885645210743, -0.0014437318313866854, 0.023086240515112877, 0.023746231570839882, -0.003922909963876009, 0.005653704516589642, -0.0038454618770629168, -0.004370761103928089, 0.005212587304413319, -7.723754970356822e-05, 0.02665558271110058, 0.00841826107352972, 0.008121938444674015, 0.017725491896271706, -0.02877024933695793, 0.003299958538264036, 0.002133187372237444, 0.005478604231029749, 0.053822994232177734, 0.0049263667315244675, 0.001415951526723802, 0.00938131008297205, -0.0004928892012685537, 0.031948983669281006, 4.567564246826805e-06, -0.005259729456156492, -0.00046889716759324074, -0.019166696816682816, -0.008047858253121376, 0.0014740375336259604, 0.03205673769116402, -0.00847887247800827, -0.003158531617373228, -0.0025221111718565226, -0.015543477609753609, -0.015449193306267262, 0.018196914345026016, 0.01398104801774025, -0.012452292256057262, -0.026184160262346268, 0.020850349217653275, -0.023503785952925682, -0.008795399218797684, -0.012964121997356415, 0.01433124765753746, 0.007098278030753136, -0.015045116655528545, 0.003394243074581027, -0.021941356360912323, 0.030629001557826996, -0.00041459937347099185, -0.0042933132499456406, 0.007401335518807173, -0.008687646128237247, -0.022776447236537933, 0.020607903599739075, 0.005956761538982391, -0.010600274428725243, 0.014910424128174782, 0.018924251198768616, 0.037201981991529465, -0.008290303871035576, -0.004407801665365696, 0.005939925089478493, -0.003970052115619183, -0.001069960999302566, -0.028446989133954048, -0.00656961090862751, -0.0015573783311992884, -0.014937362633645535, -0.025753144174814224, -0.02234543301165104, 0.014775732532143593, -0.010889862664043903, 0.019920973107218742, -0.007091543171554804, 0.009327433072030544, -0.025389475747942924, 0.0021533912513405085, 0.037659935653209686, 0.018574051558971405, -0.006909708958119154, -0.02604946866631508, -0.030009418725967407, -0.023921331390738487, -0.01635163091123104, 0.0013098814524710178, 0.014735324308276176, 0.017887121066451073, 0.042104776948690414, -0.010236606001853943, -0.0017964569851756096, 0.043640267103910446, -0.020742595195770264, -0.0007332305540330708, -0.021079326048493385, -0.02557804435491562, -0.022749509662389755, -0.011785565875470638, -0.029093511402606964, 0.008276834152638912, 0.011556589044630527, 0.02474295347929001, 0.0036905657034367323, 0.012930449098348618, 0.028716372326016426, 0.03033267892897129, -0.04027296230196953, 0.007051135879009962, -0.010768639855086803, -0.021402588114142418, 0.009098457172513008, -0.0060981884598731995, -0.0021230855491012335, 0.02377316914498806, -0.003421181347221136, 0.014223494566977024, -0.010654151439666748, 0.017523452639579773, -0.016621015965938568, 0.007239704951643944, -0.01474879402667284, 0.01223678421229124, -0.012438822537660599, -0.03149103373289108, 0.004407801665365696, 0.019745873287320137, -0.017011621966958046, -0.0011810821015387774, 0.002890830859541893, -0.027908219024538994, -0.010903332382440567, -0.013502891175448895, -0.0065527744591236115, -0.0018991597462445498, 0.0005265622166916728, -0.0057749273255467415, -0.008445199579000473, -0.02316705510020256, -0.011576793156564236, 0.024554384872317314, -0.011792300269007683, -0.0063305324874818325, -0.011469039134681225, -0.02617069147527218, 0.030171047896146774, 0.002963227918371558, -0.019759342074394226, -0.015166339464485645, -0.020594434812664986, -0.014533285982906818, -0.0017560493433848023, -0.02506621554493904, 0.001298937713727355, -0.005754723213613033, 0.03143715485930443, -0.010216401889920235, -0.03908767178654671, 0.006253084633499384, 0.01838548295199871, -0.026722928509116173, -0.02113320305943489, 0.0020961470436304808, -0.010256809182465076, 0.005394421983510256, 0.03811788558959961, 0.00412494782358408, -0.009462125599384308, 0.025483760982751846, 0.04482555761933327, 0.017038561403751373, 0.03197592496871948, -0.00787275843322277, 0.025497229769825935, 0.025012338533997536, 0.03308039903640747, -0.015934085473418236, 0.00835764966905117, 0.0020574231166392565, 0.008909887634217739, 0.000656624382827431, -0.014142679050564766, 0.00872805342078209, 0.005650336854159832, 0.021321771666407585, 0.026224568486213684, -0.007057870272547007, -0.022897670045495033, 0.008020919747650623, -0.0019917606841772795, -0.0032124086283147335, 0.004896060563623905, 0.010007629171013832, 0.018479766324162483, 0.006253084633499384, -0.02842004969716072, -0.01242535375058651, -0.018803028389811516, 0.009563145227730274, 0.0037444427143782377, -0.024527445435523987, 0.0006553616258315742, 0.002656803233548999, -0.015718577429652214, -0.005010548979043961, -0.03211061656475067, 0.007354192901402712, 0.029309019446372986, -0.029928602278232574, 0.021671971306204796, 0.010445378720760345, 0.007239704951643944, -0.009064783342182636, -0.015732046216726303, -0.0038959712255746126, 0.0003152638964820653, 0.01671529933810234, 0.022614818066358566, -0.01002783328294754, 0.00936784129589796, 0.020863818004727364, -0.023463377729058266, 0.021294834092259407, 0.0016213571652770042, -0.018803028389811516, 0.007798677310347557, 0.016769176349043846, -0.026426605880260468, 0.006404613144695759, 0.014910424128174782, 0.031706538051366806, 0.019032005220651627, -0.01314595714211464, -0.0024093063548207283, -0.01476226281374693, 0.011246796697378159, -0.025012338533997536, -0.014317778870463371, 0.011738423258066177, -0.010580071248114109, -0.0042529054917395115, 0.020836880430579185, 0.010613744147121906, 0.009899875149130821, 0.0009630490676499903, -0.017860183492302895, -0.00901764165610075, 0.0036737292539328337, 0.023746231570839882, 0.009233148768544197, -0.02629191428422928, -0.014546755701303482, -0.03165266290307045, 0.0018250790890306234, -0.009771917946636677, -0.01899159699678421, -0.03141021728515625, 0.005444931332021952, 0.017469575628638268, 0.0034077120944857597, 0.009845998138189316, 0.023840516805648804, 0.009004171937704086, -0.002560835098847747, -0.028743311762809753, 0.0039599500596523285, 0.020271172747015953, 0.030494309961795807, -0.0013275598175823689, -0.017887121066451073, -0.024325408041477203, 0.005098098888993263, -0.028042912483215332, 0.012586983852088451, -0.003227561479434371, 0.023369092494249344, 0.019058942794799805, -0.012283926829695702, -0.03178735449910164, 0.024567853659391403, 0.02448703907430172, -0.007502354681491852, -0.014263901859521866, 0.0012661064974963665, -0.011953931301832199, 0.013691459782421589, -0.009253352880477905, -0.025160498917102814, 0.00036556299892254174, 0.01396757923066616, -0.0304404329508543, 0.004343823064118624, 0.01635163091123104, 0.006374307442456484, 0.00014247906801756471, -0.03706728667020798, -0.018681805580854416, -0.012155969627201557, 0.0031383277382701635, 0.014816139824688435, -0.024931522086262703, -0.018803028389811516, 0.026951905339956284, -0.003986888565123081, 0.007199297193437815, 0.010869658552110195, -0.04148519039154053, 0.03380773589015007, -0.011819238774478436, 0.027261696755886078, 0.020715657621622086, -0.006017373409122229, 0.00021392905910033733, 0.0073272548615932465, -0.047007571905851364, -0.007509089075028896, 0.004310149699449539, -0.02319399267435074, -0.024918053299188614, -0.004764735698699951, 0.05040181428194046, -5.337703987606801e-05, -0.004542493727058172, 0.011165982112288475, -0.001976607833057642, -0.0237866397947073, -0.01230413094162941, -0.003321846015751362, -0.007394600659608841, 0.008243161253631115, 0.020621372386813164, 0.03429263085126877, -0.007502354681491852, 0.012910245917737484, 0.016270816326141357, 0.01205494999885559, 0.0044549438171088696, -0.028851065784692764, -0.00024097273126244545, -0.003582811914384365, 0.02303236350417137, 0.014439001679420471, 0.005141873843967915, 0.03868359327316284, 0.006902974098920822, 0.02102544903755188, 0.02734251320362091, -0.006647059228271246, -0.0004423796199262142, 0.010364563204348087, 0.01637856848537922, -0.017658144235610962, 0.00035146239679306746, 0.008519280701875687, 0.0118327084928751, -0.02233196422457695, 0.004535759333521128, 0.024877645075321198, 0.0334036611020565, 0.018425891175866127, -0.018183443695306778, -0.0304404329508543, -0.006805322598665953, 0.003198939375579357, 0.00020593171939253807, -0.016203468665480614, 0.015018178150057793, -0.04531044885516167, 0.008815603330731392, -0.03941093385219574, 0.006879403255879879, -0.011307409033179283, 0.015287562273442745, -0.00926008727401495, -0.010903332382440567, -0.010351094417273998, -0.0004002883215434849, -0.004023929126560688, -0.002665221458300948, -0.005010548979043961, -0.024823768064379692, -0.03070981800556183, 0.004566065035760403, 0.004758001305162907, 0.022870732471346855, -0.030171047896146774, 0.006236248183995485, 0.0028218012303113937, 0.00039039686089381576, -0.02280338667333126, 0.0027157310396432877, -0.013819417916238308, -0.007980511523783207, -0.001838548225350678, 0.02879718877375126, -0.019193636253476143, -0.003717504208907485, 0.013772275298833847, 0.009758448228240013, 0.006276655476540327, 0.03868359327316284, -0.016203468665480614, -0.009913344867527485, 0.004468413069844246, 0.0003861877485178411, 0.013475952669978142, -0.009691102430224419, -0.00650899950414896, 0.010263544507324696, -0.0034952620044350624, 0.0044448417611420155, -0.019085882231593132, 0.009596818126738071, -0.005771560128778219, 0.006293491926044226, 0.024904584512114525, -0.019678527489304543, -0.028150666505098343, 0.025941714644432068, -0.021348711103200912, 0.024311939254403114, 0.0033639371395111084, 0.011482508853077888, 0.0135567681863904, 0.0009782019769772887, 0.020621372386813164, -0.013711663894355297, 0.0069164433516561985, 0.007192562334239483, -0.01637856848537922, 0.019732404500246048, 0.010054770857095718, -0.03491221368312836, 0.018843436613678932, -0.02852780371904373, -0.028851065784692764, 0.005993802100419998, 0.0002199270820710808, 0.011987604200839996, 0.002604610053822398, 0.0014243698678910732, -0.013954109512269497, -0.019745873287320137, -0.0065931822173297405, 0.020163418725132942, 0.020863818004727364, 0.020823411643505096, 0.01295738760381937, 0.011852911673486233, -0.0005484497523866594, -0.008344180881977081, -0.013691459782421589, 0.016782645136117935, -0.027504144236445427, -0.02757149003446102, 0.0012745247222483158, 0.03491221368312836, 0.034346505999565125, 0.003062563482671976, 0.018479766324162483, -0.0022510429844260216, 0.009098457172513008, -0.0030642470810562372, -0.012149234302341938, 0.005377585534006357, -0.0068154241889715195, 0.0181565061211586, -0.02412336878478527, 0.029120448976755142, 0.004603105131536722, 0.020096072927117348, 0.009569879621267319, -0.01008844468742609, 0.009414983913302422, -0.008815603330731392, 0.023382563143968582, -0.02769271284341812, -0.008943560533225536, 0.000824989634566009, 0.010775374248623848, -0.010640682652592659, -0.012196376919746399, -0.006280023138970137, 0.005286667961627245, -0.0033774063922464848, 0.0066840993240475655, -0.023490317165851593, -0.045795340090990067, -0.011926992796361446, 0.003087818156927824, -0.002863892586901784, -0.0003466219059191644, -0.01911281980574131, -0.010963943786919117, -0.004407801665365696, -0.0025894572027027607, 0.02831229567527771, -0.010600274428725243, 0.04105417802929878, 0.007637046743184328, 0.021173611283302307, -0.01575898565351963, 0.007953573018312454, -0.011623934842646122, 0.0009840948041528463, -0.003478425554931164, 0.005721050314605236, 0.01946301944553852, 0.018102629110217094, 0.025820491835474968, 0.016445916146039963, -0.02507968433201313, -0.007098278030753136, 0.010721497237682343, -0.026547828689217567, 0.030251864343881607, 0.002229155506938696, -0.021281365305185318, -0.0179140605032444, -0.018937719985842705, -0.006721139885485172, -0.03383467718958855, 0.029659219086170197, 0.021294834092259407, -0.021416056901216507, 0.01474879402667284, -0.011906788684427738, 0.01757732965052128, -0.0017880387604236603, -0.008620299398899078, 0.029443711042404175, -0.01499123964458704, 0.01756386086344719, 0.015934085473418236, 0.024796830490231514, -0.03415793552994728, -0.049863044172525406, 0.01993444189429283, -0.005145241506397724, 0.01768508367240429, 0.02984778769314289, 0.007010728120803833, 0.0056739081628620625, 0.004017194267362356, -0.0005913828499615192, -0.003387508448213339, -0.027908219024538994, -0.021052388474345207, 0.00824989564716816, -0.0006284231785684824, 0.002870627213269472, 0.01614959165453911, -0.031598784029483795, 0.005717683117836714, -0.027315573766827583, -0.018062220886349678, -0.01522021647542715, 0.010600274428725243, -0.009388045407831669, 0.009287025779485703, -0.0008035230566747487, 0.022156864404678345, 0.02388092316687107, 0.022318493574857712, 0.026076406240463257, 0.006101555656641722, -0.027046190574765205, -0.01182597316801548, -0.0042832111939787865, 0.044125158339738846, -0.04619941860437393, 0.002769608050584793, 0.03321509063243866, 0.04536432772874832, -0.020715657621622086, 0.00531697366386652, -0.013630848377943039, 0.04458311200141907, -0.0181565061211586, 0.0052799335680902, -0.019449550658464432, 0.03833339363336563, 0.01146230474114418, 0.01433124765753746, 0.001151618198491633, -0.0520450584590435, -0.009785386733710766, -0.02614375203847885, 0.020931165665388107, 0.02388092316687107, -0.0014470991445705295, -0.033969368785619736, -0.0022863997146487236, 0.01236474234610796, -0.019328327849507332, -0.00878866482526064, 0.012028011493384838, 0.005657071713358164, -0.025968652218580246, 0.012876572087407112, -0.01946301944553852, 0.01733488403260708, -0.002072575967758894, -0.0021416055969893932, 0.027800466865301132, 0.030898386612534523, -0.04504106566309929, 0.011724954470992088, -0.04908183217048645, -3.288383231847547e-05, -0.02842004969716072, -0.0011608782224357128, -0.002949758665636182, -0.024029085412621498, 0.009691102430224419, -0.00638777669519186, -0.023907862603664398, -0.006690834183245897, 0.030548186972737312, 0.01790059171617031, -0.0007925793179310858, 0.0185201745480299, 0.07009381055831909, -0.013159425929188728, 0.009435187093913555, 0.007091543171554804, -0.011812504380941391, 0.008613565005362034, -0.0432092510163784, 0.016041839495301247, -0.010943739674985409, -0.028851065784692764, 0.004933101125061512, -0.012991060502827168, 0.009516002610325813, -0.01062047854065895, 0.0076909237541258335, -0.025874368846416473, 0.016890399158000946, 0.009374575689435005, -0.016769176349043846, 0.004350557457655668, -0.024217654019594193, -0.025874368846416473, -0.01959771290421486, 0.03717504069209099, 0.016095716506242752, -0.0304404329508543, 0.004013827070593834, -0.004582901485264301, -0.003710769582539797, 0.013765540905296803, -0.0024194084107875824, -0.018681805580854416, -0.0028723108116537333, -0.006997258868068457, -0.038872163742780685, 0.002651752205565572, 0.004165355581790209, 0.027355981990695, 0.015705108642578125, -0.0052900356240570545, -0.031140832230448723, -0.012021277099847794, -0.016216939315199852, -0.038899101316928864, -0.023382563143968582, 0.01982668973505497, 0.01476226281374693, 0.022426247596740723, 0.00427310960367322, 0.030548186972737312, -0.005717683117836714, 0.009866202250123024, -0.037201981991529465, -0.025887837633490562, 0.0067245070822536945, 0.007428273558616638, -0.01253310777246952, 0.007071339525282383, 0.008061327040195465, 0.0012947286013513803, 0.029793910682201385, -0.012580249458551407, 0.00024897008552215993, 0.018452828750014305, -0.008600096218287945, -0.038387272506952286, -0.034696705639362335, -0.013536564074456692, -0.034481197595596313, -0.00671777268871665, 0.01188658457249403, -0.026116814464330673, -0.016068777069449425, 0.0033471006900072098, 0.0020220663864165545, -0.019786281511187553, 0.025025807321071625, -0.01589367724955082, -0.025039276108145714, -0.007185827940702438, -0.012102092616260052, -0.024527445435523987, -0.004512188024818897, -0.03981500864028931, 0.027207819744944572, 0.02579355239868164, 0.003283121855929494, 0.04978223145008087, -0.0022560940124094486, 0.01757732965052128, 0.0001080694273696281, 0.006179003976285458, -0.03809094801545143, 0.007892961613833904, -0.017940998077392578, 0.013745336793363094, 0.00936784129589796, -0.024689076468348503, -0.006542672868818045, -0.017644675448536873, -0.016270816326141357, -0.0036973003298044205, -0.009569879621267319, -0.015018178150057793, 0.018789559602737427, 0.008977233432233334, -0.024702545255422592, -0.00737439701333642, -0.0008018394000828266, -0.03466976806521416, -0.0014723539352416992, -0.0024800198152661324, -0.000811941281426698, -0.02377316914498806, -0.00930722989141941, -0.011987604200839996, 0.004034030716866255, -0.023719293996691704, -0.012014542706310749, 0.0029447078704833984, -0.0038218905683606863, -0.008404792286455631, 0.2780046761035919, -0.019880566745996475, 0.002949758665636182, 0.0020153317600488663, 0.0002967437030747533, 0.016392039135098457, 0.016203468665480614, 0.007333989255130291, -0.01670183055102825, 0.020715657621622086, -0.028824126347899437, 0.017631206661462784, -0.012923714704811573, -0.0001682599977357313, 0.008014184422791004, -0.03916848450899124, -0.038171764463186264, -0.000137743802042678, -0.02817760407924652, -0.021429525688290596, 0.0014597264816984534, -0.0017897223588079214, -0.019207105040550232, -0.01123332791030407, 0.010842720977962017, -0.018681805580854416, 0.018708743155002594, 0.000707975763361901, -0.012755349278450012, 0.007677454501390457, -0.014129209332168102, -0.0033740391954779625, -0.005761458072811365, 0.002858841558918357, -0.029470648616552353, -0.024406222626566887, 0.021591156721115112, 0.003414446720853448, 0.02066178061068058, 0.008451933972537518, 0.003352151717990637, 0.0013385035563260317, -0.0029514424968510866, 0.004401066806167364, 0.010505990125238895, 0.008950295858085155, -0.01385982520878315, -0.023732762783765793, -0.0008670809329487383, 0.02590130642056465, -0.025402944535017014, 0.005131772253662348, 0.006616753526031971, 0.026211097836494446, 0.026062937453389168, -0.017294475808739662, 0.013502891175448895, 0.010054770857095718, 0.004912897478789091, -0.007832350209355354, -0.008862745948135853, 0.017765898257493973, -0.012331069447100163, -0.010169259272515774, 0.028851065784692764, 0.0355856753885746, -0.01924751326441765, -0.02221074141561985, 0.019530367106199265, -0.020931165665388107, -0.013119018636643887, 0.0010177678195759654, 0.0032376633025705814, 0.010499255731701851, -0.01802181452512741, -0.026372728869318962, 0.025537637993693352, 0.0008212013635784388, -0.020985042676329613, 0.04504106566309929, -0.04065009951591492, -0.019772812724113464, -0.009839263744652271, -0.0012837848626077175, -0.015826331451535225, -0.02793515846133232, 0.021927887573838234, 0.009132130071520805, 0.0018840068951249123, -0.034804459661245346, 7.702709262957796e-05, -0.013994517736136913, -0.004337088204920292, 0.00426974194124341, 0.00021403429855126888, 0.020958103239536285, -0.0010615427745506167, 0.012620657682418823, -0.021954825147986412, -0.0036333214957267046, -0.038171764463186264, 0.02318052388727665, 0.022843793034553528, 0.0023571131750941277, -0.03809094801545143, -0.006384409498423338, -0.004468413069844246, -0.00174594740383327, -0.0023217564448714256, -0.01841242052614689, -0.02450050786137581, -0.013731868006289005, 0.02090422622859478, -0.0089570302516222, 0.01670183055102825, -0.000770270882640034, 0.0014378390042111278, -0.024096431210637093, 0.00936784129589796, -0.029659219086170197, -0.0012526372447609901, -0.0338885523378849, -0.01385982520878315, 0.023598069325089455, 0.011610466055572033, 0.0007003993378020823, -0.02401561662554741, 0.0008797083282843232, -0.00818928424268961, -0.021227488294243813, -0.004559330176562071, -0.006997258868068457, 0.013819417916238308, 0.005545950494706631, -0.020607903599739075, 0.012910245917737484, 0.004619941581040621, 0.01027027890086174, 0.010714762844145298, -0.011772096157073975, -0.0013140905648469925, -0.028500866144895554, 0.010755171068012714, -0.010950474068522453, 0.02210298739373684, -0.004966774024069309, 0.0038286251947283745, 0.01841242052614689, 0.01706549897789955, -0.019920973107218742, -0.030251864343881607, -0.015368377789855003, 0.025955183431506157, 0.013442279770970345, -0.002601242857053876, -0.0267498679459095, -0.014048394747078419, -0.023099709302186966, -0.022762978449463844, 0.01658060774207115, -0.031464092433452606, -0.010586805641651154, 0.02852780371904373, -0.007266642991453409, -0.02998247928917408, -0.01672876812517643, -0.17132845520973206, 0.025402944535017014, 0.01742916740477085, -0.02820454351603985, 0.004108111374080181, 0.013415341265499592, 0.01164413895457983, -0.000722286815289408, 0.020109541714191437, -0.002276297891512513, -0.0027611898258328438, -0.03472364321351051, -0.02043280377984047, 2.197955473093316e-05, -0.014465940184891224, -0.019745873287320137, -0.008209488354623318, 0.0010455480078235269, 0.032918769866228104, 0.010997616685926914, 0.026076406240463257, -0.03674402832984924, -0.00799398124217987, 0.015301031991839409, 0.0016171480529010296, 0.02031158097088337, 0.020015258342027664, -0.02163156494498253, -0.01887037418782711, -0.029713094234466553, -0.04444842040538788, -0.005064425989985466, 0.0005913828499615192, 0.00605778070166707, 0.011866381391882896, 0.002005229936912656, -0.01534143928438425, -0.009711306542158127, -0.019193636253476143, 0.015556947328150272, 0.012216581031680107, 0.02842004969716072, -0.019894035533070564, 0.0033454170916229486, 0.0014504664577543736, 0.012930449098348618, 0.0066537936218082905, -0.003323529614135623, 0.026197629049420357, -0.005370850674808025, 0.015516539104282856, -0.043182313442230225, 0.012331069447100163, 0.019153228029608727, 0.021092794835567474, -0.005492073483765125, -0.027854343876242638, 0.022129924967885017, -0.021833602339029312, 0.014950832352042198, -0.01757732965052128, -0.015624293126165867, 0.016661422327160835, 0.008721319027245045, -0.00121728063095361, 0.008330711163580418, -0.026790274307131767, -0.004023929126560688, -0.031356338411569595, 0.0008704482461325824, 0.00480514345690608, -0.0353432297706604, -0.0043842303566634655, -0.008364384062588215, 0.010202933102846146, 0.010519458912312984, -0.03251469135284424, 0.020594434812664986, -0.008047858253121376, 0.0056739081628620625, -0.02005566656589508, 0.011064962483942509, -0.02591477520763874, 0.009091721847653389, 0.0005143557791598141, 0.027059659361839294, -0.012391680851578712, -0.002892514690756798, -0.009563145227730274, -0.01523368526250124, 0.0058456407859921455, -0.012916980311274529, -0.02782740443944931, -0.0037074023857712746, -0.005778294522315264, 0.008862745948135853, 0.0024850708432495594, -0.006411348003894091, -0.012081888504326344, -0.01010191347450018, 0.014560224488377571, -0.006616753526031971, -0.009233148768544197, -0.0047782049514353275, 0.01684999093413353, 0.004922999069094658, 0.015678169205784798, 0.009879671037197113, 0.05110221356153488, 0.0010851138504222035, -0.01697121560573578, 0.0011280470062047243, 0.004390965215861797, 0.02365194633603096, 0.019920973107218742, 0.02161809429526329, -0.01659407652914524, -0.033726923167705536, 0.02591477520763874, -0.016163062304258347, 0.02758495882153511, -0.015516539104282856, 0.011758627369999886, 0.015395316295325756, 0.016769176349043846, 0.012129031121730804, -0.0711713507771492, -0.021537279710173607, -0.009340902790427208, 0.022655224427580833, 0.022628286853432655, 0.001772885792888701, -0.010135586373507977, 0.04361332952976227, -0.00156663847155869, 0.020473212003707886, -0.02890494279563427, -0.0015169706894084811, -0.005259729456156492, -0.011900054290890694, 0.007845819927752018, -0.01924751326441765, -0.015570416115224361, -0.013152691535651684, -0.016796115785837173, 0.04312843456864357, -0.013186364434659481, -0.0030086867045611143, 0.012398415245115757, -0.018816497176885605, -0.011549854651093483, 0.014263901859521866, -0.028851065784692764, 0.007071339525282383, 0.015435723587870598, 0.017402229830622673, 0.007010728120803833, -0.016661422327160835, 0.0058456407859921455, 0.002466550562530756, -0.002101198071613908, -0.015152870677411556, -0.015045116655528545, -0.002506958320736885, 0.02617069147527218, -0.005653704516589642, 0.0020641577430069447, 0.013657786883413792, -0.00534054497256875, -0.02208951860666275, 0.011967400088906288, -0.002572620753198862, -0.016041839495301247, 0.05387687310576439, -0.016930807381868362, -0.011805769987404346, -0.023961739614605904, 0.01099088229238987, 0.008263365365564823, -0.012398415245115757, 0.02665558271110058, -0.012384946458041668, 0.01223678421229124, 0.011637404561042786, -0.02353072352707386, 0.016755707561969757, -0.0071790930815041065, -0.026588236913084984, -0.008041122928261757, 0.02126789465546608, 0.011563323438167572, 0.021793194115161896, -0.016674891114234924, 0.007253173738718033, 0.0018318137153983116, -0.01697121560573578, -0.03237999975681305, 0.03353835269808769, 0.006737976334989071, 0.02114667184650898, -0.005387687124311924, -0.008795399218797684, -0.006488795857876539, 0.005529114045202732, 0.015449193306267262, 0.006950116716325283, -0.016297753900289536, -0.006828893441706896, 0.001122996094636619, -0.013408606871962547, 0.02855474315583706, 0.02008260414004326, -0.00033125857589766383, -0.0009462125599384308, 0.0380101352930069, -0.0309253241866827, -0.013415341265499592, 0.025295192375779152, -0.007259908597916365, 0.007367662154138088, 0.0011793983867391944, 0.00644838809967041, -0.0219682939350605, 0.0004310149815864861, -0.004754634108394384, -0.009098457172513008, -0.02542988397181034, -0.014977770857512951, -0.06271267682313919, 0.02761189639568329, 0.014802671037614346, 0.015853269025683403, 0.007172358687967062, -0.002823484828695655, -0.0016339845024049282, -0.02459479309618473, 0.015072055160999298, 0.0217258483171463, -0.0006094821146689355, 0.005104833748191595, -0.012465761043131351, 0.005515644792467356, -0.0036636274307966232, -0.003390875644981861, 0.010465582832694054, 0.007637046743184328, 0.022493593394756317, -0.004249538294970989, 0.015839800238609314, 0.005899517331272364, -0.004555962979793549, -6.145330553408712e-05, -0.010593540035188198, -0.004306782502681017, 0.0037949522957205772, 0.005899517331272364, -0.010708028450608253, 0.006077984813600779, 0.006559509318321943, -0.02389439381659031, 0.015718577429652214, 0.04000357910990715, -0.002077626995742321, -0.035424042493104935, 0.0272347591817379, 0.036016687750816345, 0.02054055780172348, 0.0063305324874818325, -0.01900506764650345, -0.016998153179883957, 0.018681805580854416, -0.001343554467894137, -0.0038589308969676495, -0.012223315425217152, -0.016513261944055557, 0.020823411643505096, 0.01613612286746502, -0.01624387688934803, 0.04277823492884636, 0.0035760775208473206, -0.0015523274196311831, -0.023840516805648804, -0.019759342074394226, -0.04135049879550934, 0.0177928376942873, 0.016647953540086746, -0.011799034662544727, -0.0017341618658974767, 0.028608620166778564, 0.008950295858085155, -0.002473285188898444, -0.0279620960354805, -0.00570758106186986, -0.03154490888118744, 0.0022880833130329847, 0.007697658147662878, 0.007152155041694641, -0.04108111560344696, -0.009064783342182636, 0.012438822537660599, 0.00866744201630354, 0.0094419214874506, 0.0031484297942370176, 0.01825079135596752, -0.008768460713326931, -0.007859288714826107, 0.003555873641744256, 0.03200286254286766, 0.030548186972737312, 0.011374754831194878, -0.024298468604683876, 0.015179809182882309, 0.006394511088728905, 0.042454976588487625, -0.012263722717761993, 0.024446630850434303, -0.010216401889920235, -0.01601490005850792, -0.021537279710173607, -0.003461589105427265, -0.01659407652914524, 0.01923404261469841, 0.009152333252131939, 0.008337445557117462, -0.00805459264665842, 0.0038959712255746126, 0.024042554199695587, 0.01093027088791132, 0.010809047147631645, -0.00103123695589602, -0.013954109512269497, 0.006014005746692419, -0.007212766446173191, 0.004421270918101072, -0.016284285113215446, -0.009987425059080124, 0.029713094234466553, 0.008600096218287945, 0.008674176409840584, 0.01123332791030407, -0.028635557740926743, 0.01959771290421486, -0.006340634543448687, 0.010761905461549759, -0.0038993386551737785, 0.002717414638027549, -0.012937184423208237, 0.01277555339038372, -0.0017947732703760266, 0.014789201319217682, 0.019018536433577538, -0.0014546755701303482, 0.017644675448536873, 0.02258787862956524, -0.03081757016479969, -0.015193277969956398, 0.017846714705228806, -0.014896955341100693, 0.005855742376297712, -0.0034464362543076277, -0.020985042676329613, -0.010748435743153095, 0.010175994597375393, 0.01707896776497364, 0.004172090440988541, 0.01829119771718979, 0.002798230154439807, 0.044475357979536057, 0.019759342074394226, -0.004397699609398842, 0.03157184645533562, 0.02745026722550392, 0.000486154604004696, 0.005832171533256769, -0.0007845819345675409, -0.009414983913302422, -0.025416415184736252, 0.0015178124886006117, -0.02758495882153511, -0.014614101499319077, -0.004468413069844246, -0.013927171938121319, -0.002703945618122816, 0.014317778870463371, 0.00823642686009407, -0.003020472126081586, 0.002461499534547329, 0.021187080070376396, 0.009239883162081242, 0.006091454066336155, 0.015570416115224361, -0.021294834092259407, 0.0031299095135182142, 0.02495846152305603, 0.013294118456542492, -0.003815155941992998, -0.03205673769116402, -0.005414625629782677, 0.008465403690934181, -0.0277196504175663, -0.025887837633490562, 0.0010741701116785407, -0.019503427669405937, -0.0027409859467297792, -0.006909708958119154, 0.0010101913940161467, -0.010243340395390987, -0.007839084602892399, -0.030629001557826996, -0.027531081810593605, -0.01553000882267952, 0.01373860239982605, 0.007414804771542549, -0.0073272548615932465, -0.009475595317780972, -0.019436081871390343], \"5711bb2c-99ed-4f9e-bfe5-9aa329f91be6\": [-0.010051428340375423, 0.007531610783189535, 0.029263300821185112, -0.010643098503351212, -0.03463705629110336, 0.007482884917408228, -0.02536523900926113, 0.0017837109044194221, -0.015425183810293674, -0.04221042990684509, 0.00405815988779068, 0.01628832519054413, -0.0024014839436858892, -0.01248075533658266, 0.010747510939836502, 0.01401909813284874, -0.008325144648551941, -0.008485243655741215, 0.03427509218454361, -0.01630224846303463, -0.013302132487297058, -0.0018585397629067302, -0.02020030841231346, -0.007726513780653477, -0.008304261602461338, -0.011833399534225464, 0.033244889229536057, -0.02469700016081333, 0.00761514063924551, -0.02301248162984848, 0.02207973040640354, -0.002027339767664671, -0.010691824369132519, -0.04332416132092476, -0.0023753808345645666, -0.013469192199409008, -0.01022544875741005, -0.020785016939044, 0.03366253897547722, -0.020882468670606613, 0.022956794127821922, 0.00304361991584301, -0.0011372244916856289, 0.004872576333582401, 0.0087219113484025, 0.008930736221373081, 0.006414398550987244, -0.02206580899655819, -0.013274289667606354, 0.007190530188381672, 0.005227578338235617, 0.0342194065451622, -0.04939400032162666, -0.02865074761211872, 0.0067450376227498055, 0.007789161056280136, -0.001959471730515361, 0.01830696500837803, -0.005916699767112732, -0.017207155004143715, 0.011199964210391045, -0.0027199415490031242, -0.029736636206507683, -0.013531840406358242, -0.010448195040225983, 8.706466906005517e-05, -0.016399698331952095, 0.014172235503792763, 0.017624804750084877, 0.014840474352240562, 0.0184461809694767, 0.01763872615993023, 0.010517803952097893, 0.006515330169349909, 0.03611275181174278, 0.000391546287573874, -0.009745152667164803, -0.016733817756175995, -0.012334578670561314, 0.0055582174099981785, 0.01445066835731268, 0.007851808331906796, -0.008394752629101276, 0.018696770071983337, 0.028079960495233536, -0.007942299358546734, 0.004333112388849258, 0.008680146187543869, -0.015522635541856289, -0.012376343831419945, -0.00196121190674603, 0.0003358597168698907, 0.010650059208273888, 0.005279784090816975, 0.022177182137966156, 0.04279514029622078, 0.010148880071938038, 0.02248345874249935, -0.01079623680561781, 0.001440020278096199, -0.0100583890452981, -0.008102398365736008, -0.031240174546837807, -0.019434617832303047, -0.027550937607884407, -0.013942528516054153, 0.014269687235355377, 0.011652417480945587, 0.013775468803942204, 0.0067450376227498055, -0.022775813937187195, 0.02086854726076126, 0.013622330501675606, 0.003950267098844051, -0.019100498408079147, -0.010970257222652435, -0.0033951415680348873, -0.025379160419106483, -0.026534657925367355, -0.004907380323857069, -0.007155726198107004, 0.023652877658605576, 0.004931743256747723, -0.02026991732418537, 0.011694182641804218, 0.010810158215463161, 0.003974630031734705, -0.021355805918574333, -0.001795892370864749, -0.01985226757824421, 0.07278236746788025, 0.018557554110884666, 0.011116434819996357, -0.005102283321321011, -0.013434388674795628, 0.01730460673570633, -0.009807799942791462, -0.006497928407043219, -0.03831237182021141, -0.034108031541109085, 0.017680490389466286, 0.02837231568992138, -0.01244595181196928, 0.005857532843947411, 0.011255650781095028, 0.03201978653669357, 0.0022709686309099197, 0.01758303865790367, -0.005798365455120802, -0.017596960067749023, 0.008944657631218433, 0.017151467502117157, 0.010044467635452747, 0.03174135461449623, 0.015508714132010937, -0.001748036709614098, 0.005575619172304869, -0.016316169872879982, 0.009981820359826088, -0.010023585520684719, -0.006738076917827129, 0.007427198346704245, -0.0024554303381592035, -0.0004937833873555064, 0.018766378983855247, 0.03093389794230461, 0.004305269103497267, -0.01499361265450716, 0.016678132116794586, -0.0035343579947948456, -0.011199964210391045, 0.02341620810329914, -0.008297300897538662, 0.004608064889907837, -0.006104642059653997, 0.010622216388583183, 0.029207613319158554, 0.017610881477594376, -0.03608490526676178, -0.006814645603299141, -0.028789963573217392, -0.0010119297076016665, 0.03608490526676178, 0.023638954386115074, -0.0025424405466765165, -0.01482655294239521, 0.017958924174308777, 0.0048864977434277534, -0.0010380327003076673, 0.008533969521522522, 0.009592014364898205, 0.0050117927603423595, 0.009717308916151524, -0.018501868471503258, -0.5991876721382141, 0.00010702265717554837, -0.009230051189661026, -0.02805211767554283, 0.0048934584483504295, 0.02018638700246811, 0.018487945199012756, 0.01482655294239521, -0.021035607904195786, -0.02529563196003437, -0.0031549930572509766, 0.02220502495765686, -0.002049962291494012, -0.010302018374204636, -0.008777597919106483, -0.013872920535504818, 0.018543632701039314, 0.0025998675264418125, 0.01568969525396824, 0.037671975791454315, -0.018766378983855247, -0.016956565901637077, -0.0003665308468043804, 0.0011650677770376205, -0.004072081297636032, -0.0023597190156579018, 0.025045040994882584, 0.006094200536608696, 0.0026381518691778183, 0.019420696422457695, -0.04265592247247696, 0.007420237176120281, 0.012501638382673264, 0.003939826041460037, 0.045440252870321274, 0.0010362925240769982, -0.012856639921665192, 0.016608523204922676, 0.0033934011589735746, 0.00968946609646082, 0.001938589266501367, -0.007622101344168186, 0.020896390080451965, -0.00751072820276022, 0.0015078883152455091, -0.0005803586100228131, 0.053626179695129395, -0.0031375910621136427, -0.00794926006346941, -0.009508484043180943, -0.012230166234076023, -0.0038040897343307734, 0.011923889629542828, 0.007183569483458996, -0.01010015420615673, -0.011589770205318928, 0.03416372090578079, -0.029207613319158554, -0.0107266278937459, -0.0022953313309699297, -0.0023005520924925804, 0.004441005177795887, -0.03112880140542984, -0.012348500080406666, -0.03925904259085655, 0.020005404949188232, 0.014123509638011456, -0.028622904792428017, 0.012459873221814632, -0.005001351237297058, 0.0004720308061223477, 0.01784755103290081, 0.003818011377006769, -0.026520736515522003, 0.01684519276022911, 0.01946246065199375, 0.05393245816230774, -0.010698785074055195, -0.012125753797590733, 0.019977562129497528, -0.013664095662534237, -0.01405390165746212, -0.01452027726918459, -0.01411654893308878, 0.023263070732355118, 0.009250934235751629, -0.02979232184588909, -0.00619165226817131, 0.011450554244220257, -0.034971173852682114, 0.01388684194535017, -0.0031410714145749807, 0.01432537380605936, -0.017722254619002342, -0.00047768649528734386, 0.027188975363969803, -0.0002684267528820783, -0.006431800313293934, -0.024599548429250717, -0.016942642629146576, -0.01918402872979641, -0.03193625807762146, -0.011638496071100235, 0.018863830715417862, 0.02743956446647644, 0.01602381467819214, 0.011179082095623016, -0.007629062049090862, 0.02817741222679615, -0.004813408944755793, -0.004566299729049206, 0.001167678041383624, -0.02320738323032856, -0.01791715808212757, -0.00256680347956717, -0.035583727061748505, 0.010274174623191357, 0.008262497372925282, 0.030293501913547516, -0.022302476689219475, 0.019267559051513672, 0.01628832519054413, 0.02898486703634262, -0.018070297315716743, 0.008833284489810467, -0.020005404949188232, 0.015536556951701641, -0.001413047080859542, 0.015801068395376205, -0.007573375478386879, 0.002178737660869956, -0.009334463626146317, 0.021146981045603752, -0.015202437527477741, -0.0022848902735859156, -0.02220502495765686, 0.0019733933731913567, 0.002746044658124447, 0.0063761137425899506, -0.01698440872132778, -0.024000918492674828, -0.004326151683926582, 0.01897520385682583, -0.014207039959728718, -0.003943306393921375, -0.012745266780257225, -0.042962200939655304, -0.015118908137083054, -0.007970142178237438, -0.009752113372087479, -0.009905251674354076, -0.004364436026662588, -0.008868088945746422, 0.001795892370864749, -0.02085462585091591, -0.009369268082082272, 0.005881895311176777, -0.020367369055747986, -0.0026259704027324915, -0.020882468670606613, -0.013838116079568863, 0.03132370486855507, -0.005251940805464983, -0.009230051189661026, 0.008269458077847958, -0.01723499782383442, -0.013531840406358242, 0.013058504089713097, -0.01200741995126009, -0.0003623978409450501, -0.011972615495324135, 0.005293705966323614, -0.024167977273464203, -0.012425068765878677, -0.008081515319645405, 0.02434895932674408, -0.04541241005063057, 0.005986307747662067, 0.025337396189570427, -0.0005407689604908228, -0.017429901286959648, 0.02724466100335121, 0.0033133518882095814, -0.0031636941712349653, 0.024000918492674828, 0.028734277933835983, 0.024780530482530594, 0.030906055122613907, -0.00999574176967144, 0.01449243351817131, 0.028358392417430878, 0.04580221697688103, -0.02622838132083416, 0.013142034411430359, -0.0015922882594168186, 0.05479560047388077, 0.00781700387597084, -0.00685989111661911, 0.018028531223535538, 0.009974859654903412, 0.02965310588479042, 0.016135187819600105, -0.006706752814352512, -0.030349189415574074, 0.0167755838483572, -0.02026991732418537, -0.005241499748080969, 0.008979462087154388, 0.008763676509261131, -0.0033707786351442337, 0.014770866371691227, -0.03797825053334236, -0.025713279843330383, 0.0003441256994847208, 0.0004437524767126888, 0.023708563297986984, -0.024641314521431923, 0.002880040556192398, -0.012230166234076023, -0.013998215086758137, -0.000786572985816747, -0.026214459910988808, 0.003438646672293544, 0.04722222313284874, -0.031546451151371, 0.011652417480945587, 0.01897520385682583, 0.030571935698390007, -0.0109006492421031, -0.004413161892443895, -0.002582465298473835, 0.0053528728894889355, 0.043240632861852646, 0.008972501382231712, -0.004371396731585264, 0.012592128477990627, 0.027857214212417603, -0.019740894436836243, 0.010476038791239262, -0.0024867539759725332, -0.020645800977945328, 0.024028761312365532, 0.02475268766283989, -0.006856410764157772, 0.0184461809694767, 0.014743023552000523, 0.03399666026234627, 0.015049299225211143, -0.02388954535126686, 0.013427427969872952, -0.020075013861060143, 0.020965998992323875, -0.014798710122704506, -0.0007970142178237438, 0.03190841153264046, -0.023179540410637856, -0.014548120088875294, 0.03675314411520958, 0.01532773207873106, 0.015856754034757614, 0.008485243655741215, -0.00882632378488779, -0.014311452396214008, 0.02206580899655819, 0.014589885249733925, 0.011380945332348347, -0.038200996816158295, -0.0177779421210289, -0.024738764390349388, 0.010030546225607395, 0.013684977777302265, -0.023973073810338974, -0.003988551441580057, -0.0015766264405101538, 0.014603806659579277, 0.014422825537621975, 0.0010623956331983209, 0.03051624819636345, 0.016009893268346786, -0.016385776922106743, -0.030906055122613907, 0.0057287574745714664, 0.001174638862721622, 0.021787377074360847, -0.005238019395619631, -0.019754815846681595, -0.022316398099064827, 0.031490761786699295, -0.016330091282725334, -0.019476382061839104, 0.005986307747662067, 0.027077602222561836, 0.030711151659488678, -0.004757722374051809, -0.03188056871294975, 0.019768737256526947, 0.02556014247238636, -0.005885376129299402, -0.015884598717093468, 0.012828797101974487, -0.03856296092271805, 0.011283494532108307, -0.030544091016054153, -0.01415831409394741, 0.03449783846735954, 0.018947361037135124, -0.030154285952448845, 0.01979658007621765, 0.007489845622330904, 0.011937811970710754, -0.021954435855150223, -0.01965736411511898, -0.01871069334447384, 0.004092963878065348, -0.009821721352636814, 0.02274796925485134, -0.011582809500396252, -0.010107114911079407, 0.046581827104091644, -0.006268220953643322, 0.01595420576632023, -0.01839049533009529, -0.037588443607091904, 0.03550019860267639, -0.027759762480854988, 0.044577110558748245, 0.0054781679064035416, -0.002657294273376465, -0.012752227485179901, 0.01452027726918459, -0.035778630524873734, -0.022775813937187195, -0.005579099524766207, -0.02803819626569748, -0.015146750956773758, -0.00375536410138011, 0.03065546415746212, -0.00034804115421138704, 0.0015653150621801615, 0.010810158215463161, -0.002716461196541786, -0.02837231568992138, -0.013678017072379589, -0.010134958662092686, 0.010803197510540485, -0.01267565879970789, 0.009793877601623535, 0.04858654364943504, -0.006626703776419163, 0.006992146838456392, -0.004587182309478521, 0.019225792959332466, 0.005582579877227545, -0.029207613319158554, 0.006348270457237959, -0.013636252842843533, 0.014770866371691227, -0.0010580450762063265, -0.007190530188381672, 0.01683126948773861, 0.01378242950886488, -0.0009127379162237048, 0.030404875054955482, 0.006870332174003124, -0.01765264756977558, 0.02026991732418537, 0.02375032752752304, -0.007865729741752148, -0.016928721219301224, 0.009417993947863579, 0.0018219954799860716, -0.012961052358150482, -0.004524535033851862, 0.031546451151371, 0.02260875329375267, 0.03227037563920021, -0.006685870699584484, -0.020910313352942467, -0.006915577687323093, 0.006877293344587088, -0.0005346782272681594, -0.006988666485995054, 0.01422096136957407, -0.051008909940719604, 0.01818167045712471, -0.03728216886520386, 0.013121151365339756, -0.005871454253792763, -0.024975433945655823, -0.01930932328104973, -0.016413621604442596, -0.023096010088920593, -0.010754471644759178, -0.02589426189661026, -0.0041660526767373085, 0.0026729560922831297, -0.013148995116353035, -0.025239944458007812, 0.008339066058397293, 0.008603577502071857, 0.02281757816672325, 0.0008252926054410636, 0.0010667461901903152, 0.00273386319167912, -0.018501868471503258, -0.009209169074892998, 0.012606050819158554, -0.02241384983062744, -0.022163260728120804, -0.010587411932647228, 0.011471436358988285, -0.014367138966917992, -0.008018868044018745, 0.0013042842037975788, 0.003449087729677558, -0.016149109229445457, 0.03313351795077324, -0.0013303873129189014, 0.018808143213391304, 0.01872461475431919, -0.002827834337949753, -0.011012022383511066, -0.019337166100740433, -0.0045280153863132, 0.01305154338479042, 0.0006082018953748047, -0.0034664899576455355, -0.0007717812550254166, 0.015035377815365791, 0.0013791130622848868, 0.015508714132010937, 0.014756944961845875, -0.016149109229445457, -0.022051887586712837, 0.012063106521964073, -0.026465049013495445, 0.013128112070262432, 0.00652577169239521, 0.024989355355501175, 0.01756911724805832, 0.021300118416547775, 0.004086003173142672, 0.001678428496234119, -0.028678590431809425, -0.018293043598532677, -0.01864108443260193, 0.006567536387592554, 0.0167755838483572, -0.008798480033874512, 0.039621006697416306, -0.0017288944218307734, -0.0409017950296402, 0.01857147552073002, 0.006014151033014059, -0.004907380323857069, 0.021411491557955742, -0.01670597493648529, -0.004649829585105181, -0.02756485901772976, -0.008401713334023952, 0.014179196208715439, 0.03499901667237282, -0.008304261602461338, -0.006076798774302006, -5.353851884137839e-05, -0.004131248686462641, -0.00734366849064827, -0.010615254752337933, -0.008165045641362667, -0.02723073959350586, -0.03644686937332153, 0.02106345072388649, 0.027467407286167145, 0.021216588094830513, -0.0029861931689083576, 0.013935567811131477, -0.0003447782655712217, -0.019907953217625618, -0.0050083124078810215, -0.00334641570225358, -0.0017689191736280918, -0.022775813937187195, 0.024432489648461342, 0.00047855658340267837, 0.048280268907547, 0.00013486594252754003, 0.014770866371691227, -0.005119685549288988, 0.006675429176539183, 0.02420974336564541, -0.008805440738797188, 0.00304361991584301, -0.030878210440278053, -0.0008183317841030657, 0.02476660907268524, 0.006101161241531372, 0.002664254978299141, 5.062911077402532e-05, 0.01549479179084301, 0.02615877240896225, -0.00952240638434887, 0.03313351795077324, -0.00888897106051445, -0.04045630246400833, -0.017819706350564957, 0.0001845705701271072, 0.004019875545054674, 0.0076777879148721695, -0.033439792692661285, -0.02884565107524395, -0.0019142263336107135, 0.004534976091235876, 0.02970879338681698, -0.0012964532943442464, 0.034386467188596725, 0.0030697230249643326, 0.01958775520324707, -0.023457974195480347, 0.02649289183318615, -0.01452027726918459, -0.004914341028779745, -0.00625429954379797, -0.019504226744174957, 0.016079502180218697, 0.036196280270814896, 0.03240959346294403, 0.00469507509842515, -0.030627621337771416, -0.004402720369398594, 0.013246445916593075, -0.030349189415574074, 0.018487945199012756, -0.0020551830530166626, -0.025128571316599846, -0.010817118920385838, -0.011485357768833637, -0.008318183943629265, -0.03845158591866493, 0.03683667629957199, 0.010072311386466026, 0.0015809769975021482, -0.0008279028697870672, -0.010274174623191357, 0.0037797270342707634, -0.000170866449479945, 0.019434617832303047, 0.03494333103299141, 4.475591777008958e-05, 0.015731459483504295, 0.001414787257090211, 0.01704009436070919, -0.054962657392024994, -0.05418304726481438, 0.0012590389233082533, -0.01897520385682583, 0.03870217502117157, 0.02455778419971466, 0.021648159250617027, 0.002653813688084483, 0.015174594707787037, -0.02127227559685707, 0.0027530055958777666, -0.029263300821185112, -0.017346370965242386, 0.002190919127315283, 0.007552492897957563, 0.008408674038946629, -0.03321704640984535, -0.0187803003937006, 0.009181325323879719, -0.007267099339514971, 0.011053786613047123, -0.017360292375087738, -0.008756715804338455, -0.02420974336564541, 0.010510843247175217, -0.01749950833618641, 0.029151927679777145, 0.004848213400691748, 0.020548349246382713, 0.010677902959287167, 0.01167330052703619, -0.02965310588479042, -0.021355805918574333, 0.011060748249292374, 0.02354150451719761, -0.03274371102452278, -0.01234153937548399, 0.02603347785770893, 0.04385318607091904, -0.025908183306455612, 0.004500172100961208, -0.021411491557955742, 0.042433176189661026, -0.020339524373412132, 0.0018446181202307343, 0.009062991477549076, 0.015453027561306953, 0.011548005044460297, -0.0015513934195041656, -0.012814875692129135, -0.040205713361501694, -0.028817808255553246, -0.01832088641822338, 0.007054794114083052, 0.013316054828464985, 0.009348385035991669, -0.008499165065586567, 0.007322785910218954, -0.004173013381659985, -0.022441694512963295, -0.020965998992323875, 0.016260482370853424, -0.008701029233634472, -0.014012136496603489, 0.009940055198967457, 0.0032559249084442854, 0.032966457307338715, -0.01609342359006405, 0.0002836535277310759, 0.00036305043613538146, 0.02454386278986931, -0.033718228340148926, 0.014381060376763344, -0.02817741222679615, 0.0011763791553676128, -0.013302132487297058, -0.004590662661939859, 0.006477045826613903, -0.0456073135137558, -0.01532773207873106, -0.008575733751058578, -0.010448195040225983, -0.0005942802526988089, 0.03433077782392502, 0.0050117927603423595, -0.02904055453836918, 0.009578092955052853, 0.05668894201517105, -0.017805784940719604, -0.007629062049090862, 0.0062856231816112995, -0.014123509638011456, 0.027258582413196564, -0.04017787054181099, 0.011652417480945587, 0.01516067236661911, -0.012376343831419945, -0.010657019913196564, -0.016260482370853424, 0.02127227559685707, -0.022232869639992714, -0.016747741028666496, -0.05003439635038376, 0.0221354179084301, 0.010657019913196564, -0.024655235931277275, -0.0028330550994724035, -0.012362421490252018, -0.03600137680768967, -0.005015273112803698, 0.01628832519054413, -0.002947908593341708, -0.0087219113484025, 0.008916814811527729, 0.007928377017378807, 0.0087219113484025, 0.01234153937548399, -0.018334807828068733, -0.0244742538779974, -0.01832088641822338, -0.016149109229445457, -0.03190841153264046, -0.0033220527693629265, 0.0029252858366817236, 0.0042495825327932835, -0.0008653172990307212, -0.015940284356474876, -0.03781118988990784, -0.011492318473756313, -0.005130126606673002, -0.023973073810338974, -0.009696426801383495, 0.010420352220535278, 0.009035148657858372, 0.03313351795077324, -0.013810273259878159, 0.04104101285338402, -0.014937926083803177, 0.020785016939044, -0.03065546415746212, -0.012063106521964073, 0.018557554110884666, -0.011464475654065609, 0.012362421490252018, 0.013267328962683678, -0.023374443873763084, -0.006257779896259308, 0.019949719309806824, -0.0051858131773769855, 0.022845420986413956, 0.032771553844213486, -0.004284386523067951, 0.006887734401971102, -0.01918402872979641, -0.0048621348105371, -0.031017428264021873, -0.004809928592294455, 0.005934101529419422, -0.025114649906754494, -0.01709578186273575, -0.007649944629520178, 0.01411654893308878, -0.002831314690411091, 0.021314039826393127, -0.011756829917430878, -0.01435321755707264, -0.0018080738373100758, -0.01083104033023119, -0.006915577687323093, -0.010824079625308514, -0.013900763355195522, 0.007622101344168186, 0.030906055122613907, -0.006038513965904713, 0.044382207095623016, 0.0009075173293240368, 0.011652417480945587, -0.002913104370236397, -0.004486250691115856, -0.02306816726922989, 0.005871454253792763, 0.0019177068024873734, 0.020952077582478523, 0.021007763221859932, -0.0075942580588161945, 0.004437524825334549, 0.016817348077893257, -0.012968013063073158, -4.6088262024568394e-05, 0.0020865066908299923, -0.0019090056885033846, 0.009424954652786255, 0.0013712821528315544, -0.018961282446980476, -0.014436746947467327, 0.018460102379322052, -0.02287326380610466, -0.020297760143876076, 0.007482884917408228, -0.016483228653669357, -0.024516018107533455, -0.001879422226920724, -0.01864108443260193, 0.0004537586646620184, -0.012090949341654778, -0.013803312554955482, 0.002980972407385707, 0.02132796123623848, -0.002942688064649701, 0.2563810348510742, -0.018209513276815414, 0.0053528728894889355, 0.0321868471801281, -0.0011990017956122756, 0.006094200536608696, 0.021495021879673004, 0.014673414640128613, -0.029346829280257225, 0.03783903270959854, -0.002197879832237959, 0.02206580899655819, 0.0006151627167128026, 0.0010667461901903152, 0.022859342396259308, -0.009014265611767769, -0.04402024671435356, -0.014095666818320751, -0.049199096858501434, -0.008701029233634472, -0.01032986119389534, -0.005116204731166363, 0.0010737070115283132, -0.020102856680750847, 0.001322556403465569, -0.01670597493648529, 0.020436976104974747, -0.003523916704580188, -0.0038667372427880764, 0.0013808532385155559, -0.03293861448764801, 0.002100428333505988, -0.019894031807780266, 0.024307195097208023, -0.019629521295428276, -0.01716538891196251, 0.014701258391141891, -0.002337096258997917, 0.023388365283608437, 0.01960167847573757, 0.002424106700345874, -0.01415831409394741, -0.010315939784049988, 0.000934490526560694, 0.01103986520320177, -0.006132485345005989, -0.019072655588388443, -0.03240959346294403, 0.005854052025824785, 0.009104756638407707, -0.03185272589325905, 0.01432537380605936, 0.021007763221859932, 0.018000688403844833, -0.0009283997933380306, -0.016455385833978653, 0.011492318473756313, 0.006236897315829992, 0.012626932933926582, 0.011450554244220257, -0.00216481601819396, 0.0328550860285759, -0.0027216817252337933, -0.007281020749360323, 0.029486047104001045, 0.026325833052396774, -0.039008453488349915, -0.0029096240177750587, 0.022427771240472794, -0.025504454970359802, 0.017443822696805, -0.01623263955116272, -0.008429557085037231, -0.0005211916286498308, -0.0037135991733521223, -0.024529941380023956, 0.02615877240896225, 0.02890133671462536, -0.013037621974945068, 0.03313351795077324, -0.029263300821185112, -0.019156185910105705, -0.009752113372087479, 0.0047159576788544655, -0.028929181396961212, -0.00672415504232049, 0.031017428264021873, 0.0033237929455935955, -0.008847205899655819, -0.012090949341654778, 0.007462002336978912, -0.00658841896802187, -0.006480526179075241, 0.014207039959728718, 0.0004002473142463714, -0.002493714913725853, -0.019337166100740433, 0.0014330594567582011, -0.02890133671462536, -0.026548579335212708, -0.03165782243013382, 0.028622904792428017, 0.025198180228471756, 0.010552607476711273, -0.051677148789167404, -0.02529563196003437, -0.00766386603936553, -0.025142492726445198, 0.009940055198967457, -0.008352987468242645, 0.009710348211228848, -0.03861864656209946, 0.009626817889511585, -0.01499361265450716, 0.020812861621379852, 0.006428319960832596, 0.01231369562447071, -0.028288785368204117, -0.012014380656182766, -0.0161073449999094, -0.0020517027005553246, -0.048057522624731064, -0.014255765825510025, 0.009842603467404842, -0.0033307538833469152, -0.007336707320064306, -0.015870677307248116, 0.01294713094830513, -0.007455041632056236, -0.021425412967801094, 0.0026364116929471493, -0.0013077646726742387, 0.029096240177750587, 0.006205573678016663, -0.014729101210832596, 0.01960167847573757, -0.009181325323879719, -0.004656790755689144, 0.006717194337397814, -0.008638381026685238, 0.007942299358546734, -0.022636596113443375, 0.02931898646056652, -0.0115688880905509, 0.048335954546928406, -0.0011546264868229628, 0.02192659303545952, 0.022859342396259308, -0.0011859502410516143, -0.034859802573919296, -0.011854281648993492, 0.002248345874249935, 0.00949456263333559, 0.007726513780653477, 0.005109244026243687, -0.022845420986413956, -0.002817393047735095, -0.009696426801383495, -0.017527353018522263, 0.003193277632817626, -0.03435862436890602, -0.011624574661254883, 0.035054706037044525, -0.03204762935638428, -0.0211191363632679, -0.020631879568099976, -0.17830844223499298, 0.018961282446980476, 0.019295401871204376, -0.03201978653669357, 0.012223205529153347, 0.009376228787004948, 0.0010545647237449884, 0.0006708493456244469, 0.029625263065099716, -0.014394981786608696, 0.008575733751058578, -0.03012644313275814, -0.03856296092271805, -0.002742564305663109, -0.0007987544522620738, -0.008770637214183807, -0.0022239829413592815, 0.007907494902610779, 0.033244889229536057, 0.0027077600825577974, 0.03575078770518303, -0.030432717874646187, -0.0014173976378515363, 0.006866851821541786, 0.008206810802221298, 0.021954435855150223, -0.0030053353402763605, 0.0034003620967268944, -0.011158199049532413, -0.014506354928016663, -0.014026058837771416, 0.00513360695913434, 0.007155726198107004, -0.010594372637569904, 0.009125638753175735, 0.012599090114235878, -0.012153597548604012, -0.0006190782296471298, -0.011965654790401459, 0.011422710493206978, 0.015313810668885708, 0.03714295104146004, -0.015188516117632389, 0.019810503348708153, 0.004883017390966415, 0.014269687235355377, -0.004639388527721167, -0.0119030075147748, 0.02255306765437126, 0.013573604635894299, -0.0006142926285974681, -0.027411721646785736, 0.017485586926341057, 0.016121266409754753, 0.0177779421210289, 0.020826783031225204, -0.02052050642669201, 0.007956220768392086, -0.013441349379718304, -0.0013495296007022262, -0.00013040666817687452, -0.025393081828951836, -0.0020047170110046864, -0.013671056367456913, -0.006675429176539183, 0.009731230325996876, -0.017722254619002342, -0.0067485179752111435, -0.012759189121425152, 0.0018446181202307343, -0.013664095662534237, 0.002418885938823223, 0.005206695757806301, -0.006062876898795366, 0.01884990930557251, 0.015787146985530853, -0.015285967849195004, 0.03341194987297058, -0.0048864977434277534, -0.0017628284404054284, -0.011791634373366833, 0.026270145550370216, -0.022177182137966156, 0.010552607476711273, 0.00861749891191721, 0.015341654419898987, 0.011387906968593597, -0.013079386204481125, -0.00010647883755154908, -0.026604264974594116, 0.020492663607001305, 0.006825087126344442, -0.047806933522224426, -0.01683126948773861, 6.601905624847859e-05, 0.0044270833022892475, -0.0052693430334329605, 0.006236897315829992, -0.003828452667221427, 0.0029322467744350433, 0.012348500080406666, -0.005927140824496746, -0.009445836767554283, 0.022288555279374123, -0.001560964621603489, 0.009835642762482166, 0.01465949323028326, 0.005408559460192919, 0.05267950892448425, -0.00046289473539218307, -0.03126801550388336, 0.006306505762040615, -0.0013825935311615467, 0.03313351795077324, 0.017221076413989067, 0.01160369161516428, -0.020840704441070557, -0.03137939050793648, 0.027356034144759178, 0.0004637648235075176, 0.010357704944908619, -0.017722254619002342, -0.0035221765283495188, 0.004514093976467848, 0.024933667853474617, -0.006887734401971102, -0.06532036513090134, -0.0061150831170380116, -0.0037692857440561056, 0.024307195097208023, 0.0028191334567964077, 0.002980972407385707, -0.007113961037248373, 0.03307783231139183, -0.005944543052464724, 0.029012709856033325, -0.013775468803942204, -0.012487716972827911, -0.009397110901772976, -0.004378357902169228, 0.0074689630419015884, 0.002507636556401849, -0.003356856992468238, -0.019810503348708153, 0.006021111737936735, 0.037727661430835724, -0.023290913552045822, -0.021244432777166367, 0.01394948922097683, -0.018404416739940643, -0.004315710160881281, 0.00817896705120802, -0.019086576998233795, 0.01411654893308878, 0.010670941323041916, 0.0015931583475321531, 0.006041994318366051, -0.020715409889817238, 0.0034891124814748764, -0.02736995555460453, 0.0061116027645766735, -0.022775813937187195, -0.034442152827978134, -0.0045454176142811775, 0.01951814815402031, -0.00432963203638792, 0.011520162224769592, 0.015466948971152306, -0.02065972238779068, -0.018696770071983337, 0.00734366849064827, -0.028734277933835983, -0.018195591866970062, 0.028762120753526688, -0.016886956989765167, -0.011046825908124447, -0.013559683226048946, 0.010844962671399117, 0.011346141807734966, 0.01723499782383442, 0.02099384181201458, 0.008638381026685238, 0.005547775886952877, 0.01670597493648529, -0.03252096474170685, 0.024669157341122627, -0.004896938800811768, -0.029207613319158554, -0.011979576200246811, 0.010851923376321793, 0.013956449925899506, 0.03650255501270294, -0.02984800934791565, 0.0013373481342568994, 0.008854166604578495, -0.01173594780266285, -0.019267559051513672, 0.017012251541018486, -0.011116434819996357, 0.034052345901727676, -0.01087280549108982, -0.011255650781095028, -0.029096240177750587, -0.014937926083803177, 0.03132370486855507, -0.008478282950818539, -0.015091064386069775, 0.005593021400272846, -0.0161073449999094, -0.003939826041460037, 0.03046056255698204, 0.020075013861060143, 0.007622101344168186, -0.012264970690011978, 0.008652303367853165, -0.03569510206580162, -0.0042530628852546215, 0.027829371392726898, 0.002483273623511195, -0.003501293947920203, 0.0008091956842690706, 0.018487945199012756, 0.014924004673957825, 0.0031636941712349653, -0.006790283136069775, -0.004416642244905233, -0.01723499782383442, -0.00734366849064827, -0.06420662999153137, 0.027202896773815155, -0.0024710921570658684, 0.020409133285284042, 0.013211642391979694, 0.006494448054581881, -0.004291347227990627, -0.010503881610929966, 0.023179540410637856, 0.031212329864501953, -0.0032037189230322838, 0.0023179540876299143, -0.011485357768833637, 0.004872576333582401, -0.01103986520320177, -0.012014380656182766, 0.006348270457237959, 0.0016009892569854856, -0.005659149028360844, 0.010712706483900547, 0.008325144648551941, -0.0033707786351442337, -0.009341424331068993, -3.319986353744753e-05, -0.004437524825334549, -0.00172280368860811, -0.009306620806455612, 0.012828797101974487, -0.01690087839961052, 0.0011424451367929578, 0.010531725361943245, -0.03600137680768967, 0.008777597919106483, 0.024724842980504036, 0.009515444748103619, -0.01724891923367977, 0.012633893638849258, 0.031685665249824524, 0.027745841071009636, 0.026130929589271545, -0.02053442783653736, -0.02174561098217964, 0.008902892470359802, -0.01120692491531372, -0.004813408944755793, -0.010371626354753971, -0.005238019395619631, 0.0355558842420578, 0.0011085111182183027, -0.017750099301338196, 0.03474842756986618, 0.014311452396214008, 0.012411147356033325, -0.02401483990252018, -0.0221354179084301, -0.04569084197282791, 0.030015069991350174, 0.011701143346726894, -0.004023355897516012, -0.013128112070262432, 0.033049989491701126, -0.017207155004143715, 0.015174594707787037, -0.005415520165115595, -0.012905365787446499, 0.00580184580758214, -0.0046289474703371525, -0.014784787781536579, 0.022107573226094246, -0.035444509238004684, -0.012327617965638638, -0.0014478511875495315, -0.02025599591434002, 0.01918402872979641, 0.002032560296356678, 0.009480641223490238, 0.007120922207832336, 0.008582694455981255, -0.0027651870623230934, 0.010580451227724552, 0.03714295104146004, -0.0040790424682199955, -0.02643720619380474, -0.0050953226163983345, -0.008165045641362667, 0.03190841153264046, -0.02803819626569748, 0.023666799068450928, 0.00825553573668003, -0.00390850193798542, -0.024808373302221298, 0.01127653382718563, -0.015884598717093468, 0.02026991732418537, -0.010246331803500652, 0.004211298190057278, -0.02322130650281906, 0.025253865867853165, 0.012188401073217392, 0.012494677677750587, 0.0022918509785085917, 0.0030192569829523563, -0.004580221604555845, 0.005251940805464983, -0.012940170243382454, -0.0017323748907074332, -0.03884139284491539, -0.012814875692129135, 0.01022544875741005, -0.0044618877582252026, -0.001254688366316259, -0.0040442380122840405, -0.031100956723093987, 0.023026403039693832, -0.0077682784758508205, 0.024028761312365532, 0.002192659303545952, -0.005575619172304869, -0.01267565879970789, 0.028734277933835983, 0.006156847812235355, 0.011861242353916168, 0.00734366849064827, -0.006362192332744598, 0.016886956989765167, 0.02757878042757511, -0.03811746835708618, -0.005342431832104921, 0.019406775012612343, 0.006807684898376465, 0.006320427171885967, 0.002182218013331294, -0.009362307377159595, -0.004834291525185108, -0.018487945199012756, -0.003509995061904192, 0.0083877919241786, 0.019490305334329605, 0.016622444614768028, 0.04649829864501953, 0.025184256955981255, -0.013016738928854465, 0.027523094788193703, 0.028957024216651917, 0.02226071245968342, 0.020910313352942467, -0.0090560307726264, 0.004127767868340015, -0.031964100897312164, 0.013044582679867744, -0.014589885249733925, -0.032103314995765686, -0.0328829288482666, -0.010824079625308514, 0.010657019913196564, 0.015411262400448322, -0.004301788751035929, -0.005119685549288988, -0.01798676699399948, 0.015870677307248116, -0.023374443873763084, 0.019963640719652176, 0.004096444230526686, -0.022594831883907318, 0.0015035377582535148, 0.026590343564748764, -0.002810432342812419, -0.024432489648461342, -0.033579010516405106, -0.009250934235751629, -0.0171097032725811, -0.0402335561811924, -0.027411721646785736, 0.011311337351799011, -0.008916814811527729, 0.009710348211228848, -0.016956565901637077, 0.024195820093154907, -0.008728872053325176, 0.0006751998444087803, 0.0038528156001120806, -0.025379160419106483, -0.0064909677021205425, 0.013497035950422287, -0.008930736221373081, -0.011311337351799011, -0.0019055253360420465, -0.02724466100335121], \"4c118271-0bab-4ec7-a991-0c5048fbf870\": [-0.010258420370519161, -0.0024146479554474354, 0.013584738597273827, -0.024770164862275124, -0.020748592913150787, 0.006117562763392925, -0.036507707089185715, -0.004720236640423536, -0.012112434022128582, -0.035117197781801224, -0.005936932750046253, 0.004461219999939203, 0.004866785369813442, -0.01780398190021515, -0.006489047314971685, -0.0013044552179053426, 0.011417178437113762, 0.00278272433206439, 0.03525352105498314, -0.017790349200367928, -0.011764805763959885, 0.013516576029360294, -0.017408641055226326, -0.017490435391664505, -0.040188468992710114, 0.011451260186731815, 0.03462642803788185, -0.019412612542510033, 0.015636421740055084, -0.01580001227557659, 0.028219176456332207, -0.013557473197579384, -0.010633312165737152, -0.04403281956911087, 0.005446164403110743, -0.028110116720199585, -0.02851909026503563, 0.0020141948480159044, 0.03440830856561661, 0.004641850013285875, 0.04136085882782936, -0.01669975370168686, 0.002700929529964924, 0.004321487154811621, 0.010885513387620449, 0.04348752275109291, -0.007211567368358374, -0.031436435878276825, -0.019439876079559326, 0.027305802330374718, 0.00844530388712883, 0.03037310391664505, -0.043896496295928955, -0.012759975157678127, -0.019044535234570503, 0.005919892340898514, -0.007893189787864685, 0.004457811824977398, 0.0020857651252299547, -0.025547215715050697, 0.0034626428969204426, 0.009529083967208862, -0.019985174760222435, -0.00463844183832407, -0.012330552563071251, 0.01232373621314764, -0.0016086293617263436, 0.004304446745663881, 0.003062189556658268, 0.005637018941342831, 0.01204427145421505, -0.005974422208964825, 0.016086293384432793, 0.019617099314928055, 0.05938296020030975, -0.009944873861968517, 0.0054325321689248085, 0.003103086957708001, 0.004822480026632547, -0.00738878920674324, 0.012691812589764595, -0.030154984444379807, -0.024756532162427902, 0.02392495423555374, 0.002808285178616643, 0.0222481619566679, 0.006069849245250225, -0.0006211285945028067, -0.011021837592124939, -0.016754284501075745, -0.021171197295188904, -0.005804016254842281, 0.0009193384903483093, 0.01580001227557659, -0.00036850222386419773, 0.031818144023418427, 0.00826808251440525, 0.017054198309779167, 0.012255574576556683, -0.013087154366075993, -0.010728740133345127, 0.006734431255608797, -0.04114273935556412, -0.01919449307024479, -0.022861622273921967, -0.007981800474226475, 0.004778174217790365, 0.014382236637175083, 0.040242999792099, -0.017681289464235306, -0.021375684067606926, 0.02346144989132881, 0.013618819415569305, -0.007559194695204496, -0.010824167169630527, -0.006724207196384668, -0.020148763433098793, -0.011280854232609272, -0.003278604708611965, -0.02029872126877308, -0.006962774787098169, 0.02556084841489792, -0.0012610018020495772, -0.00657424982637167, -0.003171249059960246, 0.010401560924947262, -0.015063859522342682, 0.013380251824855804, -0.01734047941863537, -0.0054427566938102245, 0.04035205766558647, -0.008336244150996208, 0.00822036899626255, -0.0004963064566254616, -0.029037123546004295, -0.010708291083574295, -0.008758850395679474, 0.0026242469903081656, -0.030673017725348473, -0.04321487247943878, 0.010728740133345127, 0.015377406030893326, -0.019330816343426704, -0.006352722644805908, 0.016658855602145195, 0.007886373437941074, 0.04992203786969185, 0.025138242170214653, 0.0024368008598685265, -0.008124941028654575, -0.01634530909359455, 0.020816754549741745, 0.008520282804965973, 0.0069082449190318584, 0.0005998279084451497, 0.011826151981949806, 0.01679518073797226, -0.029282506555318832, 0.009024683386087418, -0.001141717890277505, 0.008772483095526695, -0.0004856561135966331, -0.008424855768680573, -0.0005478541716001928, -0.013387068174779415, 0.034299250692129135, -0.015500097535550594, -0.010912777855992317, 0.01025160402059555, -0.003612599801272154, -0.010667393915355206, 0.03702573850750923, -0.01010164711624384, 0.01890821009874344, 0.011492157354950905, -0.004498708993196487, 0.020271455869078636, 0.0013777296990156174, -0.043896496295928955, 0.009856263175606728, -0.004672523122280836, -0.007157037500292063, 0.04414188116788864, 0.017926674336194992, -0.010858247987926006, 0.018294749781489372, 0.012957645580172539, 0.033290449529886246, -0.001751770032569766, 0.006901429034769535, 0.011096815578639507, 0.01125358883291483, 0.020448677241802216, -0.020707694813609123, -0.5985191464424133, -0.002978690667077899, 0.00835669320076704, -0.030782077461481094, 0.022466281428933144, 0.026719605550169945, 0.02057136967778206, 0.008990602567791939, -0.0035239888820797205, -0.024143071845173836, 0.0035239888820797205, 0.030972931534051895, 0.009828997775912285, -0.004982661455869675, -0.007770497817546129, -0.014273176901042461, 0.005742670502513647, -0.0029752827249467373, 0.01973978988826275, 0.039016079157590866, -0.013441598042845726, 0.002435096772387624, -0.006376579403877258, 0.0026770727708935738, 0.007715967949479818, -0.0027690918650478125, -0.0040931436233222485, 0.021893717348575592, -0.005187148228287697, 0.02132115513086319, -0.030345838516950607, 0.013216662220656872, -0.017763085663318634, 0.01200337428599596, 0.062273040413856506, -0.005971014034003019, -0.006635596044361591, 0.01213969849050045, 0.018117528408765793, 0.007695519365370274, -0.00946092139929533, 0.010681026615202427, -0.003297349438071251, -0.002039755694568157, 0.013216662220656872, -0.003339950693771243, 0.004099959973245859, 0.0054223076440393925, -0.008377142250537872, -0.00908602960407734, -0.02242538332939148, -0.002131774788722396, -0.012010190635919571, 0.0060834819450974464, -0.006478822790086269, -0.03566249459981918, 0.00843848753720522, -0.0367530919611454, -0.020639533177018166, -0.003731883829459548, -0.004624809138476849, -0.0030655977316200733, -0.006063032895326614, -0.004989477340131998, -0.019698893651366234, 0.031245579943060875, 0.008090860210359097, 0.0033143898472189903, 0.01209880132228136, -0.012821321375668049, -0.012207861058413982, 0.020285088568925858, 0.005136026535183191, -0.01278042420744896, 0.004311263095587492, 0.02500191703438759, 0.03833445534110069, -0.013598371297121048, -0.007940903306007385, 0.010088014416396618, -0.00752511341124773, -0.01642710529267788, -0.017026932910084724, -0.0075728269293904305, 0.00040939956670627, -0.003779597347602248, -0.011410362087190151, -0.01930355280637741, 0.009529083967208862, -0.008295346982777119, -0.001727913273498416, 0.0076614380814135075, 0.007266096770763397, -0.03331771120429039, 0.0017364335944876075, 0.038443513214588165, -0.0023447817657142878, -0.016181720420718193, -0.00703434506431222, -0.019985174760222435, 0.004338528029620647, -0.009924424812197685, 0.0017142808064818382, 0.013093969784677029, 0.008056779392063618, 0.037352919578552246, 0.004358976613730192, 0.0014152189251035452, 0.03209079056978226, -0.014109588228166103, -0.006305009126663208, -0.01623625122010708, -0.008731585927307606, -0.014341339468955994, 0.0010411784751340747, -0.03500813618302345, 0.019453508779406548, 0.016290780156850815, 0.0044203223660588264, -0.00923598650842905, 0.024756532162427902, 0.021730128675699234, 0.03634411841630936, -0.002608910435810685, 0.009679040871560574, 0.0028304378502070904, -0.0023447817657142878, 0.006778736598789692, 0.0009380831033922732, -0.020435046404600143, 0.007750048767775297, -0.021661967039108276, 0.015254713594913483, 0.0016418584855273366, 0.029746010899543762, -0.01791304163634777, -0.005991462618112564, 0.013632452115416527, 0.0027077458798885345, -0.01287585124373436, -0.021484743803739548, -0.01791304163634777, 0.005562040489166975, -0.007770497817546129, -0.0001903218071674928, 0.0020516840741038322, -0.045096151530742645, -0.004423730541020632, 0.0010957083432003856, -0.017013300210237503, 0.007266096770763397, -0.008077227510511875, 0.0006867347983643413, -0.005626794416457415, -0.030945666134357452, -0.008227184414863586, -0.0016197056975215673, -0.0012039159191772342, -0.008370325900614262, -0.022030042484402657, -0.023679569363594055, 0.015404670499265194, -0.016767915338277817, 0.00019564699323382229, -0.0033058696426451206, -0.017654025927186012, -0.007225199602544308, 0.008704320527613163, -0.03727112337946892, -0.008595260791480541, 0.003520580707117915, -0.00023515979410149157, -0.0024845143780112267, -0.014682150445878506, 0.010496987961232662, 0.010721923783421516, -0.030809340998530388, 0.017749452963471413, 0.008138573728501797, -0.003605783684179187, -0.017285948619246483, 0.022316323593258858, -0.014941167086362839, -0.023502347990870476, 0.020162396132946014, 0.03931599110364914, 0.03566249459981918, 0.01196247711777687, -0.01734047941863537, 0.029009858146309853, 0.0065129040740430355, 0.02890079841017723, -0.015813644975423813, 0.00928370002657175, -0.0022306099999696016, 0.030673017725348473, -0.012330552563071251, 0.019617099314928055, 0.0047815823927521706, -0.01140354573726654, 0.0204077810049057, 0.03102746047079563, 0.004784990567713976, -0.008656607009470463, 0.00908602960407734, -0.013162132352590561, 0.004737277049571276, 0.010756004601716995, 0.018240220844745636, 0.01491390261799097, 0.0067480639554560184, -0.02333875745534897, -0.02197551354765892, -0.03045489825308323, 0.028737209737300873, 0.0332631841301918, -0.037053003907203674, 0.009992587380111217, -0.015990866348147392, -0.02594255656003952, -0.009617694653570652, 0.001353020896203816, -0.005221229046583176, 0.02990959957242012, 0.00369439460337162, 0.03819813206791878, -0.014177749864757061, 0.0006360390689224005, -0.01743590645492077, -0.0200260728597641, -0.010749188251793385, 0.0045225657522678375, 0.040924619883298874, 0.013652901165187359, 0.002724786289036274, 0.024974651634693146, 0.025915291160345078, -0.023011578246951103, 0.028928063809871674, 0.007416054140776396, -0.004648666363209486, 0.03416292369365692, -0.008111309260129929, -0.0037523324135690928, 0.022302690893411636, 0.0066935340873897076, 0.0263106320053339, 0.022657135501503944, -0.014982065185904503, 0.016413472592830658, -0.005858546122908592, 0.03778915852308273, -0.004410098306834698, -0.009304148145020008, 0.033072330057621, -0.031245579943060875, 0.00042984826723113656, 0.03931599110364914, 0.015813644975423813, 0.010858247987926006, -0.009713121689856052, -0.009604062885046005, -0.006172092631459236, 0.003960227128118277, 0.016222618520259857, 0.021989144384860992, -0.01314849965274334, -0.018308382481336594, -0.019044535234570503, 0.0018165241926908493, -0.004042021930217743, -0.011976108886301517, -0.030809340998530388, 0.016740651801228523, 0.0203123539686203, 0.009433656930923462, -0.0067480639554560184, 0.03359036147594452, 0.01773582026362419, -0.01577274687588215, -0.028082851320505142, -0.02260260470211506, 0.04495982825756073, 0.06063714623451233, 0.006294784601777792, -0.02594255656003952, 0.0037864134646952152, 0.021648334339261055, -0.019726157188415527, -0.0070207128301262856, 0.0014791210414841771, 0.010926410555839539, 0.018962740898132324, -0.013652901165187359, -0.027673877775669098, 0.022302690893411636, 0.013475678861141205, -0.0009022979065775871, -0.019262654706835747, 0.005599529482424259, 0.0012644099770113826, 0.008247633464634418, -0.030209513381123543, -0.01919449307024479, 0.01956256851553917, -0.004754317458719015, -0.046295806765556335, 0.01948077417910099, 0.005224637221544981, 0.0023788628168404102, -0.00037766151945106685, -0.023693202063441277, -0.03083660639822483, -0.010817350819706917, -0.003616007976233959, 0.017285948619246483, -0.013639268465340137, -0.006758288014680147, 0.04073376581072807, 1.562939360155724e-05, 0.0013146796263754368, 0.019698893651366234, -0.04239692538976669, 0.025533583015203476, 0.0069184694439172745, 0.05474792793393135, 0.010353847406804562, 0.004461219999939203, -0.00863615795969963, -0.007579643279314041, -0.031245579943060875, -0.01845834031701088, -0.0008648086804896593, -0.01499569695442915, -0.0006939769955351949, 0.0007608612067997456, 0.04046111926436424, -0.0013300160644575953, -0.0075932759791612625, 0.016004499047994614, -0.01708146184682846, -0.02261623740196228, -0.004236284643411636, -0.0027435310184955597, 0.01218059565871954, -0.00854073092341423, 0.0018318607471883297, 0.03934325650334358, 0.0014211831148713827, 0.010769637301564217, 0.015581892803311348, 0.010258420370519161, 0.0030655977316200733, -0.02622883766889572, 0.0038613921497017145, 0.0006914209225215018, 0.016413472592830658, 0.010728740133345127, -0.004335119854658842, 0.04705922305583954, -0.01130130235105753, 0.01781761460006237, 0.022302690893411636, -0.0005291095585562289, -0.011812519282102585, 0.0070752426981925964, 0.02909165248274803, -0.02113030105829239, 0.011887498199939728, 0.011144529096782207, 0.007300178054720163, -0.01773582026362419, -0.005831281188875437, 0.008097676560282707, 0.030945666134357452, 0.022207263857126236, -0.013714246451854706, -0.032172586768865585, -0.010646944865584373, 0.005084904842078686, 0.01624988205730915, -0.015159286558628082, 0.029391566291451454, -0.02213910222053528, -0.011778438463807106, -0.03487181290984154, 0.007252464536577463, 0.002796356799080968, -0.01652253232896328, -0.0027997647412121296, -0.014518561773002148, -0.02197551354765892, -0.005814240779727697, 0.0011706867953762412, -0.009522267617285252, -0.011246772482991219, -0.011280854232609272, -0.017613127827644348, -0.0024078318383544683, -0.008206736296415329, 0.029309771955013275, -0.012603201903402805, 0.015990866348147392, 0.0026174308732151985, -0.007566011045128107, 0.0019068391993641853, -0.0014203310711309314, -0.0317363478243351, -0.018335647881031036, -0.014177749864757061, 0.005132618360221386, -0.011430811136960983, -0.008336244150996208, 0.008827012963593006, 0.02482469566166401, 0.0011451259488239884, 0.0025032591074705124, -0.0059164841659367085, 0.0027520512230694294, 0.0165361650288105, 0.018403809517621994, 0.017844879999756813, -0.010306133888661861, -0.008901990950107574, -0.015622789971530437, -0.008874726481735706, -0.002015898935496807, -0.012869034893810749, 0.004931539297103882, 0.0017466578865423799, 0.0007928122649900615, 0.0038818407338112593, -0.022180000320076942, -0.025547215715050697, 0.016372574493288994, -0.025547215715050697, 0.014273176901042461, 0.011587584391236305, 0.004904274828732014, 0.013223478570580482, -0.012521407566964626, 0.029118917882442474, -0.025138242170214653, -0.009815365076065063, -0.001464636530727148, 0.0003770225157495588, 0.02299794740974903, 0.0009440472931601107, -0.03056395798921585, 0.010871880687773228, -0.013032624498009682, -0.037516508251428604, 0.026092512533068657, -0.007722784299403429, 0.0023839750792831182, 0.023611407727003098, 0.01928992010653019, -0.011417178437113762, -0.0315454937517643, 0.004089735448360443, 0.011471708305180073, 0.020080601796507835, 0.010912777855992317, -0.002360118320211768, -0.00928370002657175, -0.00303322053514421, -0.0075932759791612625, -0.006625371519476175, 0.024947388097643852, -0.03481728211045265, -0.015268346294760704, 0.018703723326325417, 0.03241797164082527, 0.024524781852960587, -0.0008026105933822691, 0.01994427666068077, -0.002252762671560049, 0.007082059048116207, 0.006499271374195814, -0.007232015952467918, -0.007129772566258907, -0.0062538874335587025, 0.026801399886608124, 0.007095691282302141, 0.0265969131141901, 0.014886637218296528, 0.011621665209531784, 0.002803172916173935, -0.023475082591176033, 0.015540995635092258, -0.00031780655262991786, 0.020271455869078636, -0.02039414830505848, 0.024333927780389786, 0.02789199724793434, -0.0008102788706310093, -0.0035376213490962982, 0.00849983375519514, -0.01716325804591179, 0.012255574576556683, -0.022466281428933144, 0.018608296290040016, -0.014927535317838192, -0.038361720740795135, -0.0023175168316811323, 0.0005035487120039761, 0.0019528487464413047, 0.010865064337849617, -0.03459916263818741, -0.019548935815691948, -0.018799152225255966, -0.008179470896720886, 0.03953411057591438, -0.010278868488967419, 0.026078881695866585, 0.00014974396617617458, 0.01126040518283844, -0.014177749864757061, 0.01800846867263317, -0.0007689555059187114, -0.012269207276403904, -0.00033271702704951167, -0.005725630093365908, 0.00473386887460947, 0.017490435391664505, 0.026187939569354057, 0.025220036506652832, -0.03010045364499092, 0.012664548121392727, 0.0015362069243565202, -0.019030902534723282, 0.026883196085691452, -0.005040599033236504, -0.025451788678765297, 0.003225778928026557, -0.0361805260181427, -0.004290814511477947, -0.028737209737300873, 0.02297068201005459, 0.02723763883113861, -0.02039414830505848, 0.008411223068833351, 0.011812519282102585, 0.00040918655577115715, -0.01615445502102375, -0.005279167089611292, 0.0323089100420475, -0.005643835291266441, 0.012351001612842083, 0.014382236637175083, -0.0004975845222361386, -0.040842827409505844, -0.0437329076230526, 0.030863871797919273, -0.011921579018235207, 0.01937171444296837, 0.016781548038125038, 0.011853417381644249, -0.006904836744070053, 0.022657135501503944, -0.009488186798989773, 0.009147374890744686, -0.01817205920815468, -0.010599231347441673, 0.004498708993196487, 0.005013334099203348, 0.0004270791541785002, -0.0033075737301260233, -0.02122572809457779, 0.012937197461724281, -0.009706306271255016, -0.005729037802666426, -0.017135992646217346, -0.01604539528489113, -0.01864919438958168, 0.01661795936524868, 0.008363509550690651, 0.023829525336623192, 0.01597723364830017, 0.011976108886301517, 0.005299615673720837, -0.005211004987359047, -0.02279346063733101, -0.005626794416457415, 0.012460061348974705, 0.02768751047551632, -0.022030042484402657, -0.008206736296415329, 0.033644892275333405, 0.0299913939088583, -0.02363867126405239, 0.007354707922786474, -0.015718217939138412, 0.04174256697297096, 0.0013385363854467869, 0.01209198497235775, -0.005878995172679424, 0.02575170248746872, 0.00461458507925272, 0.003406408941373229, -0.0014084026915952563, -0.03833445534110069, -0.014518561773002148, -0.006901429034769535, 0.007613724563270807, 0.013598371297121048, -0.011635297909379005, -0.010551517829298973, 0.007804578635841608, 0.011444443836808205, -0.012630466371774673, -0.01126722153276205, 0.0016180016100406647, 0.004444179590791464, 0.0005627646460197866, 0.019058167934417725, -0.016099926084280014, 0.011969292536377907, -0.016917873173952103, 0.004287406336516142, 0.014668518677353859, 0.03866163268685341, -0.04013393819332123, 0.02141658216714859, -0.04256051406264305, 0.015281978994607925, -0.04790443554520607, 0.0035444374661892653, 0.0025220036040991545, -0.05060366168618202, 0.006904836744070053, -0.015486465767025948, -0.012719077989459038, -0.0323089100420475, 0.014559458941221237, -0.006284560542553663, -0.008159022778272629, -0.00206531654112041, 0.05114895850419998, 0.004737277049571276, 0.012494142167270184, 0.004468036349862814, -0.022098204120993614, 0.009679040871560574, -0.034762751311063766, 0.0018642378272488713, -0.002779316157102585, -0.012957645580172539, -0.030045924708247185, -0.014205015264451504, 0.0070888749323785305, -0.019180860370397568, -0.016468001529574394, -0.02898259274661541, 0.003050261177122593, -0.010790085420012474, 0.002717970171943307, -0.010401560924947262, -0.012725894339382648, -0.013380251824855804, -0.011689827777445316, 0.012732709757983685, 0.0026310633402317762, -0.024661105126142502, 0.012684996239840984, -0.008690687827765942, -0.008717953227460384, 0.023420551791787148, -0.02556084841489792, -0.021389316767454147, -0.01973978988826275, 0.0038613921497017145, -0.02759208343923092, 0.017149625346064568, -0.005391635000705719, 0.02536999247968197, 0.024797430261969566, -0.008472569286823273, -0.032826945185661316, 0.010217523202300072, -0.02528819814324379, -0.019508039578795433, -0.008690687827765942, 0.014982065185904503, 0.006649228278547525, 0.012303288094699383, -0.002760571427643299, 0.023134270682930946, -0.006867347750812769, 0.0282464399933815, -0.036780357360839844, -0.03405386582016945, 0.00300084357149899, 0.0009585318039171398, -0.008724769577383995, 0.021116668358445168, 0.011608032509684563, 0.008629342541098595, 0.05311203375458717, -0.007947719655930996, 0.021171197295188904, 0.02696499042212963, -0.0223435889929533, -0.028928063809871674, -0.005865362472832203, -0.015132022090256214, -0.03672582656145096, -0.023243330419063568, 0.0238022617995739, -0.04651392623782158, -0.015813644975423813, -0.001775626908056438, 0.001896614907309413, -0.0052519021555781364, 0.014736680313944817, -0.008431671187281609, -0.012814505025744438, 0.0010411784751340747, -0.018076632171869278, -0.013339354656636715, -0.015949968248605728, -0.02556084841489792, 0.003496723948046565, 0.03454463183879852, 0.011648930609226227, 0.03239070624113083, -0.007913638837635517, 0.004205611534416676, -0.010612864047288895, -0.0011979517294093966, -0.019712526351213455, 0.020707694813609123, -0.000388737884350121, 0.024906489998102188, 0.017476802691817284, -0.01412321999669075, 0.0017807390540838242, -0.0030928626656532288, 0.0027230822015553713, -0.009985771030187607, -0.019180860370397568, 1.642817005631514e-05, 0.021525641903281212, -0.010306133888661861, -0.026828665286302567, -0.018131161108613014, 0.003762556705623865, -0.004808847326785326, -0.03838898614048958, 0.0007864220533519983, -0.006451557856053114, -0.002658328041434288, -0.017204154282808304, -0.01578637957572937, -0.009576797485351562, -0.01909906603395939, -0.017095094546675682, 0.0011970996856689453, -0.008765666745603085, 0.007157037500292063, 0.2750483453273773, -0.025997085496783257, 0.01605902798473835, 0.020448677241802216, -0.004481668584048748, 0.0224390160292387, 0.01485937274992466, 0.023679569363594055, -0.018349280580878258, 0.01293038111180067, 0.006536760833114386, 0.02963695116341114, -0.004648666363209486, 3.94595590478275e-05, 0.010415193624794483, -0.03083660639822483, -0.0410064160823822, -0.018990006297826767, -0.027483023703098297, -0.007947719655930996, 0.0015651759458705783, -0.00014133017975836992, -0.012869034893810749, -0.0332631841301918, 0.004403281956911087, -0.0185674000531435, 0.02362503856420517, -0.0073478915728628635, 0.0014927535085007548, 0.005609754007309675, -0.041878893971443176, 0.0017040565144270658, -0.005555224139243364, 0.004808847326785326, -0.025492684915661812, -0.010047117248177528, 0.0017551782075315714, -0.023747731000185013, 0.018799152225255966, 0.014095955528318882, 0.020912181586027145, -0.010074381716549397, -0.006662860978394747, -0.003283716971054673, -0.0006944030174054205, 0.017108727246522903, -0.009147374890744686, -0.022466281428933144, 0.003762556705623865, 0.028737209737300873, -0.03200899809598923, -0.009358678013086319, 0.006117562763392925, 0.008827012963593006, 0.019821586087346077, -0.009774467907845974, 0.020366882905364037, -0.005064455792307854, 0.009672224521636963, -0.008752034045755863, 0.0077636814676225185, 0.022588973864912987, -0.012064720503985882, 0.01020389050245285, 0.04013393819332123, 0.018485605716705322, -0.015200183726847172, -2.7824047720059752e-05, -0.0002530523925088346, -0.027523919939994812, -0.018949108198285103, -0.008070411160588264, -0.00236352626234293, 0.007136588450521231, -0.010974124073982239, -0.01975342258810997, 0.004999701865017414, 0.020189661532640457, -0.010456090793013573, 0.043542053550481796, -0.005821057129651308, -0.013216662220656872, 0.003007659688591957, -0.010762820951640606, -0.01389828510582447, -0.01855376735329628, 0.02013513259589672, 0.012712261639535427, -0.007150221150368452, -0.014450399205088615, 0.006700349971652031, -0.012541855685412884, -0.012616834603250027, 0.014150485396385193, 0.009249618276953697, 0.010537885129451752, 0.0008439339580945671, 0.008567996323108673, -0.01389146875590086, -0.015581892803311348, -0.03361762687563896, 0.04624127596616745, 0.03762556612491608, 0.016263514757156372, -0.04452358931303024, -0.0054325321689248085, -0.017654025927186012, -0.01196247711777687, 0.014314075000584126, -0.007013896480202675, -0.02575170248746872, -0.018717356026172638, -0.0008631045930087566, -0.002922456944361329, 0.008186287246644497, 0.00609029782935977, -0.01010846346616745, -0.032363440841436386, 0.0004762838070746511, -0.022370854392647743, 0.012834953144192696, -0.03803453966975212, -0.005187148228287697, 0.026992255821824074, 0.0032274830155074596, -0.0015242785448208451, -0.011376281268894672, 0.011642114259302616, -0.008690687827765942, -0.013380251824855804, 0.01817205920815468, -0.01472304854542017, 0.031818144023418427, 0.0035001321230083704, -0.015022962354123592, -0.0073342593386769295, 0.009699489921331406, 0.007013896480202675, -0.01287585124373436, -0.023938585072755814, 0.01919449307024479, -0.04078829661011696, 0.024402089416980743, -0.01199655793607235, 0.017245052382349968, -0.010353847406804562, -0.004945171996951103, 0.029664216563105583, 0.018322015181183815, -0.021948248147964478, -0.02472926862537861, -0.0004958804347552359, 0.005030374974012375, -0.005067863967269659, 0.013973263092339039, -0.015132022090256214, -0.004399873781949282, -0.013816489838063717, -0.028273705393075943, 0.02760571613907814, -0.0277693048119545, -0.0026668484788388014, 0.04007940739393234, -0.022561708465218544, -0.013182581402361393, -0.008745217695832253, -0.17318667471408844, 0.015609157271683216, 0.000510364945512265, -0.025260932743549347, 0.03397206962108612, -0.009999403730034828, -0.0033416547812521458, -0.014205015264451504, -0.005136026535183191, -0.015922704711556435, -0.0019153595203533769, -0.035226255655288696, -0.03999761492013931, 0.008547547273337841, -0.010088014416396618, -0.020094234496355057, -0.01380285806953907, -0.011001388542354107, 0.015936335548758507, 0.004515749868005514, 0.02288888767361641, -0.02492012269794941, 0.003677353961393237, 0.02232995629310608, 0.0007727896445430815, 0.004870193544775248, 0.009576797485351562, -0.015159286558628082, -0.007784130051732063, -0.03241797164082527, -0.028764473274350166, -0.0010599232045933604, -0.01010846346616745, 0.00033591213286854327, 0.016318045556545258, -0.0006603219080716372, -0.012637282721698284, -0.016372574493288994, -0.01293038111180067, 0.0060085030272603035, 0.016413472592830658, 0.027946526184678078, -0.026283368468284607, 0.007566011045128107, 0.02159380353987217, 0.007109323516488075, -0.0038682082667946815, -0.012719077989459038, 0.025819864124059677, -0.004485076759010553, 0.011648930609226227, -0.06843490898609161, 0.015213816426694393, 0.005129210185259581, 0.04146992042660713, 0.0036807621363550425, -0.009542716667056084, 0.011533054523169994, -0.012582752853631973, -0.009522267617285252, -0.0037659648805856705, -0.01909906603395939, 0.029500626027584076, 0.0004647814203053713, -0.012889483012259007, -0.0026361753698438406, -0.016127191483974457, 0.0030877504032105207, -0.020353250205516815, -0.009126926772296429, -0.012030638754367828, -0.008874726481735706, -0.011982925236225128, -0.0011877274373546243, 0.022643502801656723, 0.020830387249588966, -0.02594255656003952, 0.018785519525408745, -0.0012328848242759705, 0.008888359181582928, -0.009774467907845974, -0.005599529482424259, -0.01624988205730915, 0.002102805767208338, 0.0013717655092477798, 0.009924424812197685, 0.007988616824150085, -0.004515749868005514, 0.0016691233031451702, -0.022084571421146393, 0.013448414392769337, -0.0361805260181427, -0.054338954389095306, -0.01671338640153408, -0.004887233953922987, 0.001957960892468691, -0.00228343578055501, -0.015718217939138412, -0.002867927076295018, -0.009099661372601986, 0.012555488385260105, -0.008956520818173885, -0.012357817962765694, 0.030291307717561722, 0.026269735768437386, 0.01218059565871954, 0.024756532162427902, 0.005231453571468592, 0.044169142842292786, 0.004144265316426754, 0.007470583543181419, 0.00417834660038352, 0.0013070113491266966, 0.02714221179485321, 0.018253853544592857, 0.028928063809871674, -0.03915240243077278, -0.0186628270894289, 0.03266335651278496, -0.00849983375519514, 0.031163785606622696, -0.009808549657464027, -0.0011757989414036274, 0.0053405133076012135, 0.026092512533068657, 0.01006756629794836, -0.08081317692995071, -0.02936430089175701, 0.0012729301815852523, 0.01019707415252924, 0.00558248907327652, -0.005637018941342831, -0.006676493212580681, 0.03045489825308323, -0.03386301174759865, 0.016672488301992416, -0.015281978994607925, -0.03277241438627243, 0.012507774867117405, -0.004740685224533081, -0.007865924388170242, -0.0014748609391972423, -0.00927688367664814, -0.029282506555318832, 0.009392759762704372, 0.038825225085020065, -0.01836291328072548, -0.007443318609148264, 0.0010283980518579483, -0.007191118318587542, -0.00811812561005354, 0.020448677241802216, -0.007934086956083775, 0.011710275895893574, 0.00927006732672453, 0.019712526351213455, -0.004086327273398638, -0.004389649722725153, 0.01864919438958168, -0.0042737736366689205, -0.007122956216335297, -0.01919449307024479, -0.02538362517952919, -0.018022101372480392, 0.03304506465792656, 0.0036807621363550425, 0.013230294920504093, 0.028355499729514122, -0.004989477340131998, -0.006741247605532408, 0.00936549436300993, -0.022002777084708214, -0.023938585072755814, 0.04681384190917015, -0.007061609998345375, -0.008670239709317684, -0.02778293751180172, -0.007995433174073696, 0.0008158170385286212, -0.0014901973772794008, 0.032172586768865585, 0.004406690131872892, 0.0005989758647046983, 0.02335239015519619, -0.023243330419063568, 0.02936430089175701, 0.0019715933594852686, -0.019085433334112167, -0.004495301283895969, 0.0045225657522678375, 0.02232995629310608, 0.03285421058535576, -0.02751028910279274, 0.008963337168097496, 0.010094830766320229, -0.021184829995036125, -0.018690092489123344, 0.015118389390408993, -0.015718217939138412, 0.02095307968556881, -0.006495863199234009, -0.013414332643151283, -0.01717688888311386, -0.002772500040009618, 0.007395605091005564, -0.01881278306245804, -0.017476802691817284, -0.003926146309822798, -0.00927006732672453, -0.0032360032200813293, 0.031327374279499054, 0.0186628270894289, 0.0032530438620597124, -0.009972138330340385, 0.03792548179626465, -0.033099591732025146, -0.022670768201351166, 0.03083660639822483, -0.00825444981455803, -0.0045225657522678375, -0.01130811870098114, 0.02392495423555374, -0.011328567750751972, 0.0017245052149519324, -0.004672523122280836, -0.0010198778472840786, -0.014300442300736904, -0.00825444981455803, -0.05387545004487038, 0.019358081743121147, -0.002658328041434288, 0.026174308732151985, -0.006731023080646992, 0.011280854232609272, 0.01687697507441044, 0.005418899469077587, 0.0004021573404315859, 0.016549795866012573, -0.024661105126142502, 0.001168130780570209, -0.006386803928762674, 0.0068298582918941975, -0.003368919715285301, 0.005875586997717619, 0.012064720503985882, -0.00704116141423583, 0.0027145619969815016, 0.030891137197613716, 0.007777313701808453, -0.015281978994607925, 0.000899741833563894, -0.008840644732117653, -0.00848620105534792, -0.0076750703155994415, 0.0018676458857953548, 0.005381410475820303, -0.02343418449163437, -0.008206736296415329, 0.009699489921331406, -0.009569981135427952, 0.009890343993902206, 0.024047644808888435, 0.012078352272510529, -0.02003970369696617, 0.02677413634955883, 0.0367530919611454, 0.03784368559718132, 0.039834026247262955, 0.011683011427521706, -0.010183441452682018, 0.032908737659454346, -0.010721923783421516, -0.029855070635676384, -0.007306994404643774, -0.02474290132522583, 0.031136520206928253, 0.010524253360927105, -0.025438155978918076, 0.05103990063071251, -0.008411223068833351, 0.005609754007309675, -0.010646944865584373, -0.04108821228146553, -0.04190615937113762, 0.024211235344409943, 0.016086293384432793, -0.013516576029360294, 0.002101101679727435, 0.03800727799534798, 0.0045089335180819035, -0.0009372310596518219, -0.008240817114710808, 0.004127224907279015, -0.018594665452837944, -0.013073521666228771, -0.002240834292024374, 0.019249022006988525, -0.015309243462979794, -0.03260882571339607, 0.01586817391216755, -0.007095691282302141, -1.972977952391375e-05, -0.010660577565431595, 0.035853348672389984, 0.003268380416557193, -0.009617694653570652, 0.004461219999939203, 0.027810202911496162, 0.01984884962439537, 0.012712261639535427, -0.024252131581306458, 0.0010479947086423635, -0.002675368683412671, 0.053684595972299576, -0.022016409784555435, 0.011233140714466572, 0.006155052222311497, -0.013809673488140106, -0.02527456544339657, 0.024702003225684166, 0.0009312668698839843, 0.02862815000116825, 0.011049102060496807, -0.007293361704796553, -0.016577061265707016, 0.008465752936899662, 0.019589833915233612, 0.011921579018235207, 0.007013896480202675, 0.0010718515841290355, 0.01374832820147276, -0.0012967870570719242, -0.028382765129208565, -0.003854575799778104, -0.04386923089623451, -0.013332538306713104, 0.012698628939688206, 0.0026907052379101515, 0.017054198309779167, 0.015731848776340485, -0.027114946395158768, 0.01014936063438654, -0.02502918243408203, 0.00933141354471445, -0.0008588444907218218, -0.022043675184249878, -0.012432795949280262, 0.04247872158885002, -0.006799185648560524, 0.017613127827644348, -0.001963073154911399, -0.007545561995357275, 0.040570177137851715, 0.029609685763716698, -0.031981732696294785, -0.018131161108613014, 0.007375156506896019, -0.013816489838063717, -0.0033195021096616983, 0.013823306187987328, -0.02207094058394432, -0.014014160260558128, -0.004369200672954321, -0.00022770455689169466, -0.005596121773123741, 0.003619415918365121, -0.005896035581827164, 0.034190189093351364, 0.03833445534110069, -0.004134041257202625, 0.017940307036042213, 0.009692673571407795, -0.006540169008076191, 0.011335384100675583, -0.0016980923246592283, 0.004682747181504965, -0.022316323593258858, 0.007463767658919096, -0.026147043332457542, -0.009822181425988674, -0.003810270456597209, -0.014232279732823372, 0.011744357645511627, 0.0003259007935412228, -0.0020090825855731964, -0.009167823940515518, 0.005129210185259581, 0.004502117168158293, 0.01010164711624384, 0.017245052382349968, 0.04155171290040016, -0.012596385553479195, -0.013318905606865883, 0.00843848753720522, 0.0037182513624429703, -0.030345838516950607, -0.008527099154889584, -0.010217523202300072, 0.0028099892660975456, -0.03773462772369385, -0.02706041745841503, 0.0075046648271381855, 0.0025765334721654654, -0.001108488766476512, -0.00831579603254795, 0.021552907302975655, 0.0026907052379101515, 0.0005896035581827164, -0.02115756645798683, -0.031790878623723984, -0.028410030528903008, -0.0005401858943514526, -0.01616808772087097, 0.005101945251226425, -0.0012737822253257036, -0.005459797102957964], \"fc65773a-7dfc-45c8-ad2c-7fa2481f8af1\": [-0.006703297607600689, 0.007487067952752113, 0.018714232370257378, -0.014327868819236755, -0.010855904780328274, 0.012945958413183689, -0.02615317329764366, 0.0022756836842745543, -0.029948271811008453, -0.035008400678634644, 0.006084532011300325, -0.002117554657161236, 0.020955540239810944, -0.009776501916348934, -0.0023736548610031605, -0.006077656522393227, 0.006036405451595783, -0.0014661315362900496, 0.02556190825998783, -0.023031843826174736, -0.02315559610724449, 0.001501366845332086, -0.004321048967540264, -0.008202086202800274, -0.041993580758571625, -0.0007330657681450248, 0.04259859770536423, -0.01306971162557602, 0.022096820175647736, -0.02693694457411766, 0.023568106815218925, -0.02226182445883751, -0.020213020965456963, -0.028243228793144226, -0.004080417566001415, -0.015221642330288887, -0.008511469699442387, -0.014630377292633057, 0.03319335728883743, 0.0036197807639837265, 0.03333085775375366, -0.011852805502712727, -0.003006171202287078, 0.004609806463122368, 0.006582982372492552, 0.03726346045732498, -0.0077827004715800285, -0.039546020328998566, -0.018397973850369453, 0.020020516589283943, 0.009377741254866123, 0.04232358932495117, -0.03597092628479004, -0.009205861948430538, -0.012395944446325302, 0.0035132155753672123, -0.012774079106748104, 0.016775432974100113, -0.005586081650108099, -0.023114345967769623, 0.02462688460946083, 0.012347818352282047, -0.01714669167995453, -0.000495442480314523, -0.011247789487242699, 0.01511163916438818, -0.0016741056460887194, -0.0065073552541434765, 0.0003712595789693296, 0.011591549031436443, 0.02407686971127987, -0.009302115067839622, -0.0022361513692885637, 0.005617019720375538, 0.04078355059027672, -0.002923669060692191, -0.005242322571575642, -0.004159482195973396, 0.0016938718035817146, -0.00902023259550333, 0.01975926011800766, -0.03720846027135849, -0.016032913699746132, 0.013578474521636963, 0.006871739402413368, 0.012677826918661594, 0.019869262352585793, -0.006376727018505335, -0.010436519049108028, -0.026084423065185547, -0.024984393268823624, 0.004589180927723646, -0.006201409734785557, 0.01526289340108633, -0.0067754872143268585, 0.017971713095903397, 0.009123359806835651, 0.024503132328391075, 0.010855904780328274, -0.022481828927993774, -0.029425758868455887, -0.0008194351685233414, -0.03753846883773804, -0.01783420890569687, -0.01710544154047966, -0.00021850172197446227, 0.00914398580789566, 0.00469574611634016, 0.038500990718603134, -0.011550297960639, -0.020721783861517906, 0.023458104580640793, 0.009804002940654755, -0.01798546314239502, -0.010134011507034302, 0.0064111026003956795, -0.007012680638581514, -0.02600192092359066, 0.004565117880702019, -0.023403102532029152, 0.0014171459479257464, 0.03022327832877636, -0.003953226841986179, -0.009652748703956604, 0.003929163794964552, 0.016197917982935905, -0.012698451988399029, 0.006356101483106613, -0.01947050169110298, -0.01516664121299982, 0.024998143315315247, -0.013200339861214161, 0.01551039982587099, 6.816093809902668e-05, -0.023911865428090096, -0.014231616631150246, 0.0029030435252934694, 0.007617696188390255, -0.026689438149333, -0.046916209161281586, 0.009109609760344028, 0.022234322503209114, -0.007273937575519085, -0.01044339407235384, 0.0018116091378033161, 0.014754130505025387, 0.03294584900140762, 0.02791322022676468, -0.0037710347678512335, -0.003801973070949316, -0.016376672312617302, 0.03217582777142525, 0.012670951895415783, 0.014836632646620274, -0.004231671337038279, 0.01960800588130951, 0.017407948151230812, -0.02512189745903015, 0.009680249728262424, 0.0055757686495780945, 0.0030336719937622547, 0.0027242889627814293, -0.011509046889841557, -0.006624233443289995, -0.025960668921470642, 0.03159831464290619, -0.006497042253613472, -0.012065935879945755, 0.019635505974292755, -0.0007859186735004187, -0.011570923030376434, 0.02708819881081581, -0.028545735403895378, 0.019250495359301567, 0.006871739402413368, -0.003795097814872861, 0.018012965098023415, -0.016376672312617302, -0.03803348168730736, -0.0011112005449831486, -0.016335420310497284, -0.004413863644003868, 0.03278084471821785, 0.01324846688657999, -0.013104087673127651, 0.015469148755073547, 0.012162188068032265, 0.014465373009443283, 0.0028480421751737595, 0.015524149872362614, 0.019002988934516907, 0.004355424549430609, 0.01179780438542366, -0.012210315093398094, -0.6261361241340637, -0.015372896566987038, 0.01275345403701067, -0.03179081901907921, 0.0009195549646392465, 0.02123054675757885, 0.03283584490418434, 0.0023014654871076345, -0.005015441682189703, 0.008291463367640972, 0.006521105766296387, 0.03272584453225136, 0.008167710155248642, 0.007768950425088406, -0.015056638047099113, -0.016349172219634056, 0.012430320493876934, -0.008415216580033302, 0.04147106781601906, 0.035310909152030945, -0.01578540727496147, -0.0055413926020264626, 0.0034960275515913963, 0.0015194141305983067, 0.005902339704334736, 0.000822872796561569, -0.0024372502230107784, 0.00827771332114935, -0.0009728375589475036, 0.018590478226542473, -0.028573235496878624, 0.01250594761222601, -0.01044339407235384, 0.015427897684276104, 0.049858786165714264, 0.00024256484175566584, -0.007452691905200481, 0.016486674547195435, 0.004486053250730038, 0.003863849677145481, -0.015854159370064735, 0.0015812907367944717, -0.0013638632372021675, -0.0059401532635092735, 0.010223388671875, 0.004382925573736429, 0.02708819881081581, 0.0084289675578475, -0.004678558092564344, -0.012677826918661594, -0.009982757270336151, -0.002241307869553566, -0.005661708302795887, 0.018397973850369453, 0.000731346954125911, -0.038996003568172455, 0.008202086202800274, -0.021010542288422585, -0.02319684810936451, -0.015592901967465878, 0.0026452243328094482, 0.001766920555382967, -0.011199663393199444, 0.0022722461726516485, -0.029178252443671227, 0.02644193172454834, -0.003392899874597788, -0.005335137713700533, 0.00744581688195467, -0.014712879434227943, -0.01760045439004898, 0.02541065402328968, 0.01680293306708336, -0.0010699494741857052, -0.0073083131574094296, 0.015702905133366585, 0.020776785910129547, -0.015689155086874962, -0.01093840692192316, 0.02083178609609604, -0.0036541565787047148, -0.01390848308801651, -0.020763035863637924, -0.011378418654203415, -0.007872077636420727, -0.01405286230146885, -0.02178056165575981, -0.03129580616950989, 0.008765851147472858, -0.015414147637784481, -0.0008430685847997665, 0.002036771271377802, 0.004874500446021557, -0.030635789036750793, 0.022633083164691925, 0.03533840924501419, 0.0049466900527477264, -0.007906453683972359, -0.018549228087067604, -0.014616626314818859, 0.009185236878693104, 0.0023753736168146133, 0.0038088480941951275, 0.00015189844998531044, 0.01916799321770668, 0.03808848187327385, 0.008435842581093311, -0.0001710200303932652, 0.0343208834528923, -0.011584674008190632, -0.014850382693111897, -0.0066001699306070805, -0.016252918168902397, -0.012897832319140434, -0.003987602889537811, -0.03938101604580879, 0.015194141305983067, 0.011199663393199444, 0.004578867927193642, -0.014534124173223972, 0.03269834443926811, 0.022248072549700737, 0.03445838764309883, -0.015579151920974255, 0.013104087673127651, -0.004932939540594816, -0.012134687975049019, 0.0037366587202996016, -0.006682672072201967, -0.013475347310304642, 0.010491520166397095, -0.02521814964711666, 0.01676168106496334, -0.0021244296804070473, 0.03489840030670166, -0.021835561841726303, -0.008449592627584934, 0.01474037952721119, -0.001562383957207203, -0.027005696669220924, -0.029755767434835434, -0.010498395189642906, 0.01226531621068716, -0.01059464830905199, 0.00048212180263362825, 0.015441647730767727, -0.018934238702058792, -0.00602265540510416, -0.012334068305790424, -0.021835561841726303, 0.008030206896364689, -0.004846999887377024, -0.013255341909825802, -0.005658270791172981, -0.01476788055151701, -0.012712202966213226, -0.013475347310304642, 0.0034857147838920355, 0.004341674502938986, -0.017421698197722435, -0.01857672818005085, 0.014974135905504227, -0.015689155086874962, 5.8868703490588814e-05, -0.0035011840518563986, -0.024159371852874756, -0.001377613632939756, 0.006634545978158712, -0.020996790379285812, -0.009157735854387283, 0.004241984337568283, 0.0067136106081306934, -0.007521444000303745, -0.012100311927497387, 0.01773795671761036, 0.015812907367944717, -0.02477813884615898, 0.009618372656404972, 0.011344042606651783, -0.006861426867544651, -0.006916428450495005, 0.026318177580833435, -0.007205185480415821, -0.011474670842289925, 0.027555709704756737, 0.03839099034667015, 0.04633869603276253, 0.029508261010050774, -0.023705611005425453, 0.03473339602351189, 0.0032932099420577288, 0.019030490890145302, -0.010904030874371529, 0.013523473404347897, 0.0006600170163437724, 0.026166925206780434, -0.016252918168902397, 0.019773010164499283, 0.007665822748094797, 0.012279066257178783, 0.026661936193704605, 0.02000676468014717, 0.01486413273960352, -0.012712202966213226, 0.0031144553795456886, -0.01758670248091221, -0.008965231478214264, -0.008263963274657726, 0.015427897684276104, 0.016582926735281944, 0.012615949846804142, -0.017779208719730377, -0.017531702294945717, -0.02054302953183651, 0.021753059700131416, 0.027294453233480453, -0.038858503103256226, 0.011467795819044113, -0.01498788595199585, -0.02879324182868004, -0.001211749971844256, -0.0017617641715332866, 0.010587773285806179, 0.03135080635547638, -0.008291463367640972, 0.03476089611649513, -0.01548289880156517, 0.003588842460885644, -0.009673374705016613, -0.018741732463240623, -0.0065864198841154575, 0.003392899874597788, 0.03819848597049713, 0.01882423460483551, -0.004204170778393745, 0.015084139071404934, 0.014836632646620274, -0.02000676468014717, 0.013179714791476727, 0.016156665980815887, 0.008367090485990047, 0.031680814921855927, 0.0052938866429030895, -0.0071364338509738445, 0.021368050947785378, -0.004688870627433062, 0.018301721662282944, 0.022770587354898453, -0.015895409509539604, 0.032065827399492264, -0.0005684912321157753, 0.036355938762426376, -0.009721500799059868, 0.0004322767781559378, 0.026716938242316246, -0.0343208834528923, 0.005524205043911934, 0.03544841334223747, 0.009233362972736359, 0.01676168106496334, -0.00855272077023983, 0.001331206178292632, -0.004475740250200033, -0.004348549526184797, 0.02256433106958866, 0.01794421300292015, -0.006297662388533354, -0.016060413792729378, -0.022784337401390076, 0.004664807580411434, 0.0033327420242130756, -0.011268415488302708, -0.035365913063287735, 0.005262948106974363, 0.010780277661979198, 0.027638211846351624, 0.011777178384363651, 0.019786760210990906, 0.013454721309244633, 0.0015426179161295295, -0.03129580616950989, -0.00933649018406868, 0.03976602479815483, 0.05302136763930321, 0.006937053985893726, -0.025520658120512962, -0.007658947259187698, 0.017311695963144302, -0.016981687396764755, -0.0059229652397334576, 0.0028910120017826557, 0.016156665980815887, 0.021395551040768623, -0.008593971841037273, -0.024406878277659416, 0.019979264587163925, 0.026991944760084152, 0.0061292205937206745, -0.02172555960714817, 0.009962132200598717, -0.0029735141433775425, 0.01601916365325451, -0.03140581026673317, -0.005644520279020071, 0.021931815892457962, -0.015661653131246567, -0.02871073968708515, 0.010436519049108028, -0.0033671180717647076, 0.007143308874219656, -0.005218259524554014, -0.02123054675757885, -0.011467795819044113, 0.004544492345303297, -0.007975205779075623, 0.005304199177771807, -0.00904773361980915, -0.00339805637486279, 0.019401749595999718, 0.012815330177545547, -0.010491520166397095, 0.009790251962840557, -0.044358644634485245, 0.020900538191199303, 0.007521444000303745, 0.060776565223932266, 0.004853874910622835, 0.0010983095271512866, -0.0048951259814202785, -0.024008119478821754, -0.02821572683751583, -0.020804286003112793, -0.0064282906241714954, -0.03234083205461502, -0.00222411984577775, -0.02197306603193283, 0.03968352451920509, 0.0026486620772629976, -0.011007159017026424, 0.0036300935316830873, -0.016871685162186623, -0.03465089201927185, -0.0006724782870151103, -0.0165554266422987, 0.005627332720905542, -0.006720485631376505, -0.007102057803422213, 0.030195778235793114, -0.00828458834439516, 0.018109217286109924, 0.01916799321770668, 0.011000283062458038, 0.008071457967162132, -0.03657594323158264, 0.0065245432779192924, 0.009817752987146378, 0.025685662403702736, 0.016307920217514038, -0.015317894518375397, 0.05618394911289215, 0.006294224876910448, 0.019594255834817886, 0.020116768777370453, -0.003456495236605406, -0.003963539842516184, 0.0015804313588887453, 0.020625531673431396, -0.019580503925681114, 0.009226487949490547, 0.019649256020784378, -0.003767597023397684, -0.01588165946304798, 0.002978670410811901, 0.017820458859205246, 0.040178533643484116, 0.01754545234143734, -0.005046380218118429, -0.023210598155856133, -0.02422812394797802, 0.007287687622010708, 0.02000676468014717, -0.0048332493752241135, 0.028875743970274925, -0.03476089611649513, -0.020680533722043037, -0.03938101604580879, 0.005259510595351458, 0.012354693375527859, -0.009247113019227982, -0.012471571564674377, -0.02762446179986, -0.026469431817531586, -0.004156044684350491, 0.01563415303826332, -0.005874838680028915, -0.02245432883501053, -0.024448130279779434, -0.00366103183478117, 0.0025420966558158398, 0.013296592980623245, 0.039023507386446, -0.009405242279171944, 0.019869262352585793, -0.0006815019296482205, -0.013454721309244633, -0.015221642330288887, 0.010917780920863152, -0.020323023200035095, -0.018260471522808075, -0.020666781812906265, -0.001403395552188158, -0.004613243974745274, -0.005730460397899151, 0.013447846285998821, 0.016280420124530792, -0.0005298183532431722, -0.0019387999782338738, -0.009150860831141472, 0.004121668636798859, 0.018356723710894585, 0.012450945563614368, 0.025616910308599472, -0.01729794591665268, -0.003138518426567316, -0.0011086222948506474, -0.0042832354083657265, -0.0057476479560136795, -0.0038879127241671085, 0.0015408990439027548, 0.013990985229611397, 0.010862779803574085, 0.013770979829132557, -0.03888600319623947, -0.01405286230146885, 0.01991051249206066, -0.014162864536046982, 0.023361852392554283, 0.018837984651327133, 0.020749283954501152, 0.005304199177771807, 0.008009581826627254, 0.028958246111869812, -0.024709386751055717, -0.005881714168936014, 0.014699128456413746, 0.0002249472017865628, 0.03338586166501045, -0.009680249728262424, -0.03071829117834568, -0.0010175262577831745, -0.011852805502712727, -0.03509090468287468, 0.021849313750863075, -0.013922234065830708, -0.009006482549011707, 0.025231899693608284, 0.003049141028895974, -0.018205469474196434, -0.02428312599658966, 0.0010536209447309375, 0.01588165946304798, 0.028985746204853058, -0.0031608627177774906, -0.002823979128152132, 0.0005629051593132317, -0.005486391484737396, 0.009666498750448227, -0.02109304443001747, 0.0018339535454288125, -0.03608093038201332, -0.024365628138184547, 0.009260863997042179, 0.03753846883773804, 0.012203439138829708, -0.005256073083728552, 0.019979264587163925, -0.01474037952721119, -0.0018786421278491616, -0.003444463713094592, -0.010759652592241764, -0.006356101483106613, -0.004046041984111071, 0.024365628138184547, 0.013289717957377434, 0.0371534563601017, 0.010959031991660595, 0.01526289340108633, -0.012815330177545547, -0.007036743685603142, 0.0070608071982860565, 0.009247113019227982, 0.024833140894770622, -0.011880306527018547, 0.009315865114331245, 0.03514590486884117, -0.0008989294292405248, 0.00862834695726633, 0.0050223167054355145, -0.015400396659970284, 0.012107186950743198, -0.022495578974485397, 0.006466104183346033, -0.012127812951803207, -0.029205752536654472, -0.021148044615983963, -0.01130279153585434, -0.0008026769501157105, 0.01258157379925251, -0.03066329099237919, -0.019401749595999718, -0.008731475099921227, -0.005971091333776712, 0.02890324406325817, 0.0035647794138640165, 0.033000849187374115, -0.0038604119326919317, 0.012567823752760887, -0.011708426289260387, 0.014094113372266293, -0.008325839415192604, -0.01127529051154852, -0.002738039242103696, -0.0037263459526002407, 0.002574753947556019, 0.015840407460927963, 0.01199030876159668, 0.025891916826367378, -0.029508261010050774, 0.0006488448707386851, 0.010993408039212227, -0.01250594761222601, 0.018370473757386208, -0.011502171866595745, -0.012354693375527859, 0.0012942521134391427, -0.020364275202155113, 0.0006621655193157494, -0.02384311519563198, 0.017407948151230812, 0.009693999774754047, -0.016005411744117737, -0.0010286984033882618, 0.006455791182816029, -0.006895802915096283, -0.018150467425584793, -0.008848353289067745, 0.03753846883773804, -0.0026606936007738113, 0.012787829153239727, 0.011577798053622246, 0.010794028639793396, -0.04576117917895317, -0.027803216129541397, 0.02531440183520317, -0.01511163916438818, 0.024998143315315247, 0.011213414371013641, 0.00950837042182684, -0.004582305438816547, 0.010381517931818962, -0.009308990091085434, 0.0010149480076506734, -0.017724206671118736, -0.011357792653143406, 0.009467119351029396, -0.007356439717113972, -0.014809131622314453, -0.003373993095010519, -0.03539341315627098, 0.004747309722006321, -0.01501538697630167, -0.0067892372608184814, -0.004950127564370632, -0.011467795819044113, -0.018562978133559227, 0.008215837180614471, 2.144464451703243e-05, 0.038115981966257095, 0.01622541807591915, 0.003284615930169821, 0.01167405117303133, 0.0037572842556983232, -0.019401749595999718, 2.0907520593027584e-05, 0.012918458320200443, 0.025905666872859, -0.025616910308599472, -0.017119191586971283, 0.019511753693223, 0.02776196599006653, -0.01346847228705883, -0.0029700766317546368, -0.0003227036213502288, 0.03371587023139, 0.0028549174312502146, 0.00926773902028799, 0.0038775999564677477, 0.03335835784673691, 0.008683349005877972, 0.001501366845332086, 0.0031024236232042313, -0.03456839174032211, -0.016775432974100113, -0.010367766954004765, 0.013482222333550453, 0.012340943329036236, -0.011825304478406906, -0.022041818127036095, 2.183741571570863e-06, 0.01922299526631832, -0.019181745126843452, -0.011192788369953632, -0.005434827413409948, -0.014451622031629086, -0.0017514514038339257, 0.0227980874478817, -0.005744210444390774, 0.015029137022793293, -0.004276360385119915, 0.010883405804634094, 0.020034266635775566, 0.03195582330226898, -0.04416613653302193, 0.011309666559100151, -0.053378876298666, 0.020364275202155113, -0.044111136347055435, 0.012987209483981133, -0.006483292207121849, -0.045981183648109436, -0.006689547561109066, -0.016651678830385208, -0.0254519060254097, -0.008779601193964481, 0.02201431803405285, 0.006043280940502882, -0.004898563958704472, 0.007837701588869095, 0.04232358932495117, -0.0027706963010132313, 0.016734180971980095, -0.0015580870676785707, -0.016307920217514038, 0.016060413792729378, -0.034870900213718414, 0.002951169852167368, 0.005565456114709377, -0.01491913478821516, -0.02024052105844021, -0.026414431631565094, 0.00743206636980176, -0.00987963005900383, -0.024489380419254303, -0.021601807326078415, 0.013550974428653717, 0.008690224029123783, -0.016582926735281944, -0.0007889265543781221, -0.0074045658111572266, -0.02063928171992302, -0.0022619334049522877, 0.01936049945652485, 0.004967315588146448, -0.03440338745713234, -0.0040769800543785095, -0.010154636576771736, -0.006431728135794401, 0.012911582365632057, -0.028683239594101906, -0.005245760083198547, -0.030993299558758736, -0.004692308604717255, -0.028270728886127472, 0.03146081045269966, 0.0027397579979151487, 0.032753344625234604, 0.02010301873087883, -0.00939149223268032, -0.022633083164691925, -0.004121668636798859, -0.025878166779875755, -0.026166925206780434, 0.0032278955914080143, 0.017559202387928963, 0.007115808315575123, 0.004083855077624321, 0.00701611815020442, 0.013984110206365585, -0.0005629051593132317, 0.019140493124723434, -0.044991157948970795, -0.023375602439045906, 0.013516598381102085, -0.015524149872362614, -0.00014652720710728317, 0.014575375244021416, 0.0031643002294003963, 0.0044482396915555, 0.042351093143224716, 0.00631485041230917, 0.020034266635775566, 0.027885718271136284, -0.008353340439498425, -0.02909575030207634, -0.02250933088362217, -0.013062836602330208, -0.02860073745250702, -0.008043956942856312, 0.02487439103424549, -0.04158107191324234, -0.011605299077928066, 0.011515921913087368, -0.00862147193402052, -0.014850382693111897, 0.013846606947481632, 0.00552764255553484, -0.010161511600017548, 0.004939815029501915, -0.024310626089572906, -0.01647292450070381, -0.01666542887687683, -0.020666781812906265, 0.02024052105844021, 0.023898115381598473, 0.015207892283797264, 0.034018374979496, -0.005146069917827845, -0.013104087673127651, -0.005644520279020071, 0.004647619556635618, -0.01346847228705883, 0.01491913478821516, 0.003850099164992571, 0.029563261196017265, 0.01887923665344715, -0.020268023014068604, -0.006167034152895212, -0.01735294796526432, 0.0029477321077138186, -0.016789183020591736, -0.01454787515103817, -0.0008735771989449859, 0.007205185480415821, -0.007260187063366175, -0.018164217472076416, -0.013282842002809048, 0.006538293324410915, -0.003936038818210363, -0.02860073745250702, 0.0016225418075919151, -0.0165554266422987, -0.003936038818210363, 0.004771372769027948, -0.010381517931818962, -0.007370189763605595, -0.028545735403895378, -0.010601523332297802, 0.004902001470327377, 0.0004705199389718473, 0.003184925764799118, 0.23122595250606537, -0.017957963049411774, 0.01516664121299982, 0.01926424726843834, -0.019154243171215057, 0.025080645456910133, 0.021051792427897453, 0.016307920217514038, -0.010629024356603622, 0.026070671156048775, 0.006940491497516632, 0.039051007479429245, -0.011852805502712727, 0.0007102917297743261, 0.005472640972584486, -0.019140493124723434, -0.03968352451920509, -0.011172163300216198, -0.01676168106496334, -0.0032794594299048185, -0.004736997187137604, 0.0026452243328094482, -0.018562978133559227, -0.03682344779372215, 0.007129558827728033, -0.011983433738350868, 0.006125783082097769, 0.0007657228852622211, -0.005568893626332283, 0.014974135905504227, -0.023815613240003586, -0.00031647298601455986, -0.011660300195217133, 0.011234039440751076, -0.00899273157119751, -0.011082785204052925, 0.005837025586515665, -0.023306850343942642, 0.03209332749247551, 0.011639675125479698, 0.028573235496878624, -0.02447563037276268, -0.0052148220129311085, -0.002617723774164915, -0.0012306567514315248, 0.019745508208870888, -0.016142915934324265, -0.026221925392746925, 0.01769670657813549, 0.015565400943160057, -0.021148044615983963, -0.0024510007351636887, 0.013887858018279076, 0.013104087673127651, 0.02241307683289051, -0.015744155272841454, 0.013901608064770699, -0.0027758528012782335, 0.007617696188390255, 0.0013741760049015284, 0.007672697771340609, 0.02708819881081581, -0.004107918590307236, 0.012368443422019482, 0.03157081454992294, 0.014369119890034199, -0.013351594097912312, -0.010010258294641972, 0.01395661011338234, -0.025438155978918076, -0.012155313044786453, -0.0038329113740473986, -0.003470245748758316, 0.008071457967162132, -0.005029192194342613, -0.009597747586667538, 0.003272584406659007, 0.012485321611166, -0.0064282906241714954, 0.04600868746638298, -0.0069817425683140755, -0.007700198329985142, -0.0032072700560092926, -0.011488420888781548, -0.01798546314239502, -0.01838422380387783, 0.03135080635547638, 0.018356723710894585, -0.00793395470827818, -0.008889604359865189, 0.0021278674248605967, -0.012285941280424595, -0.01535914558917284, 0.022316824644804, 0.0021949002984911203, 0.013791605830192566, -0.0016423079650849104, 0.01442412193864584, -0.005517329555004835, -0.007473317440599203, -0.03577842190861702, 0.04138856753706932, 0.029920771718025208, 0.0032244580797851086, -0.0496387779712677, -0.02143680304288864, -0.008538969792425632, 0.0040597920306026936, 0.022481828927993774, -0.01588165946304798, -0.028050722554326057, -0.02369186095893383, 0.004149169661104679, 0.003123049158602953, -0.004743872210383415, 0.019099242985248566, -0.0069989305920898914, -0.037923477590084076, 0.0021759935189038515, -0.017902961000800133, 0.0031453934498131275, -0.0424610935151577, 0.0007614258793182671, 0.023183098062872887, 0.005245760083198547, -0.0026486620772629976, -0.012148438021540642, -0.002062553074210882, -0.0054038893431425095, -0.004351987037807703, 0.012072810903191566, -0.018150467425584793, 0.02143680304288864, -0.018659230321645737, -0.0073083131574094296, 0.003318991744890809, 0.015565400943160057, 0.010010258294641972, -0.011880306527018547, -0.016239168122410774, 0.015854159370064735, -0.04856625199317932, 0.028820741921663284, -0.017682956531643867, 0.007548944558948278, -0.008738350123167038, -0.0059401532635092735, 0.029618263244628906, -0.0006827910547144711, -0.029068248346447945, -0.02678569033741951, -0.0012315161293372512, 0.015895409509539604, 0.006665484048426151, 0.014575375244021416, -0.02290808968245983, -0.014327868819236755, -0.029425758868455887, -0.012987209483981133, 0.009109609760344028, -0.0433686189353466, -0.006369851529598236, 0.022646833211183548, -0.021849313750863075, -0.03448588773608208, -0.012224065139889717, -0.17622454464435577, 0.017380448058247566, 0.012932208366692066, -0.02728070318698883, 0.020323023200035095, -0.007253312040120363, -0.006070781499147415, -0.013640351593494415, 0.0006011482910253108, -0.025190649554133415, 0.0026435055769979954, -0.022729335352778435, -0.03542091324925423, 0.010154636576771736, -0.01582665741443634, -0.026510683819651604, -0.012911582365632057, -0.013447846285998821, 0.027981970459222794, 0.010395267978310585, 0.018865486606955528, -0.03822598606348038, -0.007033306173980236, 0.027830718085169792, 0.006084532011300325, 0.009412117302417755, 0.0022928714752197266, -0.021890563890337944, -0.0077827004715800285, -0.03382587060332298, -0.04290110617876053, -0.00025223306147381663, -0.007652072235941887, 0.0015099607408046722, 0.009515245445072651, -0.0009298677323386073, -0.0013595662312582135, -0.019718008115887642, -0.014369119890034199, 0.00985212903469801, 0.017957963049411774, 0.025768164545297623, -0.02123054675757885, 0.019635505974292755, 0.025231899693608284, -0.005864526145160198, -0.0048366873525083065, -0.005971091333776712, 0.022275574505329132, -0.005850775633007288, 0.01273282803595066, -0.05018879473209381, 0.006349225994199514, 0.010897155851125717, 0.019965514540672302, -0.004035728983581066, -0.0005873979534953833, 0.006802987772971392, -0.016376672312617302, -0.0005091928178444505, -0.00958399660885334, -0.014905383810400963, 0.015249143354594707, 0.0034960275515913963, -0.011165287345647812, -0.011509046889841557, -0.00457199290394783, 0.001962863141670823, -0.019332997500896454, -0.004070105031132698, -0.003191801020875573, -0.01130279153585434, -0.016101665794849396, -0.005280136130750179, 0.0020298960153013468, 0.028490733355283737, -0.019346749410033226, 0.016844183206558228, -0.0038947879802435637, 0.006967992056161165, -0.010422769002616405, 0.013509723357856274, -0.006387039553374052, 0.024255625903606415, -0.004857312887907028, 0.0005938434042036533, 0.009013357572257519, -0.001314018270932138, -0.002815385116264224, -0.03003077395260334, 0.003750409232452512, -0.02743195742368698, -0.038115981966257095, -0.016307920217514038, -0.005874838680028915, 0.015180391259491444, -0.005452015437185764, -0.02418687380850315, -0.002423499943688512, -0.004774810746312141, 0.014699128456413746, -0.007466442417353392, -0.024929393082857132, 0.021643057465553284, 0.04026103764772415, 0.004685433115810156, 0.02048802748322487, 0.011962808668613434, 0.04738372191786766, -0.005699521861970425, 0.008483968675136566, 0.003183207008987665, -0.008497718721628189, 0.01452037412673235, 0.010154636576771736, 0.03242333605885506, -0.01970425806939602, -0.016376672312617302, 0.024791888892650604, -0.01056714728474617, 0.05824650079011917, -0.01656917668879032, -0.006799550261348486, 0.011873430572450161, 0.022729335352778435, 0.019676757976412773, -0.09663748741149902, -0.008738350123167038, -0.006404227577149868, 0.013495972380042076, 0.01059464830905199, 0.0029288255609571934, -0.015936661511659622, 0.03594342619180679, -0.026524433866143227, 0.007108933292329311, -0.009749000892043114, -0.023183098062872887, 0.006184221711009741, -0.002287715207785368, -0.0036541565787047148, -0.00958399660885334, -0.014932884834706783, -0.020996790379285812, 0.00625641131773591, 0.03916100785136223, -0.026111923158168793, -0.013626601547002792, 0.01725669391453266, -0.005641082767397165, -0.016747931018471718, 0.020405525341629982, -0.005778586491942406, 0.01127529051154852, 0.0037194709293544292, 0.019332997500896454, 0.005892026703804731, -0.012059060856699944, 0.029343256726861, -0.00339805637486279, -0.009570246562361717, -0.015441647730767727, -0.03594342619180679, -0.030828295275568962, 0.017572952434420586, -0.00926773902028799, 0.02088678814470768, 0.01995176449418068, -0.0018133280100300908, -0.022234322503209114, 0.011350917629897594, 0.007885828614234924, -0.019938014447689056, 0.052113842219114304, -0.010168386623263359, -0.007954579778015614, -0.02816072665154934, -0.00827771332114935, 0.009680249728262424, -0.012430320493876934, 0.0396285206079483, 0.007287687622010708, 0.00902023259550333, 0.027981970459222794, -0.02821572683751583, 0.027349455282092094, 0.00685455184429884, -0.021890563890337944, 0.0034221194218844175, 0.006772049702703953, 0.01681668311357498, 0.023059343919157982, -0.03778597339987755, 0.0010149480076506734, 0.0038157233502715826, -0.02487439103424549, -0.021931815892457962, 0.03473339602351189, -0.00960462260991335, 0.018507976084947586, -0.0013449565740302205, -0.010113385505974293, -0.015276643447577953, -0.01059464830905199, 0.005823275074362755, -0.022688085213303566, -0.014162864536046982, 0.00237709260545671, -0.016651678830385208, -9.217034676112235e-05, 0.028490733355283737, 0.019841762259602547, -0.009797127917408943, -8.67991111590527e-05, 0.02659318596124649, -0.030993299558758736, -0.008490843698382378, 0.03258834034204483, -0.010979657992720604, -0.006878614891320467, -0.009033982641994953, 0.01828797161579132, -0.027926970273256302, 0.004001352936029434, -0.0011447169817984104, -0.0031092988792806864, -0.024750638753175735, -0.010051509365439415, -0.05439640209078789, 0.01887923665344715, 0.0024647510144859552, 0.015744155272841454, 0.0070608071982860565, 0.010608398355543613, 0.00185801659245044, 0.007892703637480736, -0.0041113561019301414, 0.016720430925488472, -0.018714232370257378, 0.010766527615487576, -0.008325839415192604, 0.013605975545942783, -0.011096536181867123, -0.0062220352701842785, 0.024214373901486397, 0.0013638632372021675, -0.007067682221531868, 0.021203046664595604, -0.0041869827546179295, -0.012945958413183689, 0.012739703059196472, -0.008532094769179821, 0.00021850172197446227, -0.001009791623800993, -0.0070608071982860565, -0.006500480230897665, -0.018205469474196434, -0.0013595662312582135, 0.006136095616966486, -0.015207892283797264, 0.007548944558948278, 0.025080645456910133, 0.020075516775250435, -0.021368050947785378, 0.03388087451457977, 0.026606936007738113, 0.03346836194396019, 0.0290407482534647, -0.0023736548610031605, -0.012100311927497387, 0.024296876043081284, -0.011536546982824802, -0.026056921109557152, 0.004458552226424217, -0.015414147637784481, 0.02693694457411766, 0.006806425284594297, -0.015029137022793293, 0.04331361502408981, -0.002538659144192934, 0.0004307728086132556, -0.013358469121158123, -0.023320600390434265, -0.043616123497486115, 0.011433419771492481, 0.014506624080240726, -0.007383940275758505, -0.011069035157561302, 0.03729096055030823, -0.0063010999001562595, -0.001964581897482276, -0.010003382340073586, 0.009790251962840557, -0.01612916588783264, 0.004764497745782137, -0.0005513032665476203, 0.005757960956543684, -0.027404455468058586, -0.0299757719039917, 0.01019588764756918, -0.024145621806383133, 0.0008727178210392594, -0.004307298455387354, 0.01970425806939602, 0.0033671180717647076, -0.008312089368700981, 0.0009530714596621692, 0.0165554266422987, 0.03302835300564766, 0.0039807274006307125, -0.011784053407609463, -0.0006905256304889917, 0.012059060856699944, 0.039353515952825546, -0.012588449753820896, 0.02162930741906166, 0.012670951895415783, -0.008208961226046085, -0.027583211660385132, 0.027789466083049774, 0.0031213304027915, 0.027583211660385132, 0.005177008453756571, -0.0009900254663079977, -0.024200623854994774, 0.004902001470327377, 0.027390705421566963, 0.010340266861021519, 0.0059401532635092735, 0.011976558715105057, 0.009357116185128689, -0.006514230277389288, -0.028490733355283737, 0.001462693908251822, -0.02865573763847351, 0.002294590463861823, 0.019731758162379265, 0.019332997500896454, 0.017407948151230812, 0.013227840885519981, -0.026909442618489265, 0.016349172219634056, -0.021560555323958397, -0.0016723868902772665, -0.00758332060649991, -0.01857672818005085, -0.014616626314818859, 0.03291834890842438, -0.004919189494103193, 0.023059343919157982, -0.00611890759319067, -0.018356723710894585, 0.043121110647916794, 0.02256433106958866, -0.03646593913435936, -0.02315559610724449, 0.004798873793333769, -0.01535914558917284, -0.0065864198841154575, 0.005166695453226566, -0.025740662589669228, -0.022523080930113792, 0.002564441179856658, -0.002940857084468007, -0.013062836602330208, 0.010161511600017548, -0.014657877385616302, 0.06330662965774536, 0.034678392112255096, -0.015936661511659622, 0.02501189522445202, 0.015345395542681217, 0.00037727534072473645, 0.011481545865535736, 0.01179780438542366, -0.0017875460907816887, -0.021890563890337944, 0.021354300901293755, -0.011509046889841557, -0.009762751869857311, 0.00222411984577775, -0.018604230135679245, -0.014217866584658623, -0.0023169347550719976, 0.011701551266014576, 0.0014016767963767052, -0.0037435339763760567, -0.0003435440012253821, 0.0016655116342008114, 0.02673068828880787, 0.02382936328649521, -0.009996507316827774, 0.005152945406734943, 0.011309666559100151, 0.007067682221531868, -0.03096579760313034, -0.0020591155625879765, -0.0018081716261804104, 0.00899273157119751, -0.05068380758166313, -0.012320317327976227, 0.0043451120145618916, 0.009721500799059868, -0.008662723004817963, -0.0042832354083657265, 0.018150467425584793, -0.0010553397005423903, 0.0015503524336963892, -0.01563415303826332, -0.04345111921429634, -0.029755767434835434, 0.0007373627740889788, 0.004953565075993538, -0.00015823649300727993, -0.011529671959578991, -0.012272191233932972], \"9bb65ace-2cb2-4fa5-b41a-833080e5bd05\": [-0.004968917928636074, 0.00503953080624342, 0.025792289525270462, -0.019266171380877495, -0.022462334483861923, 0.016783570870757103, -0.02518278919160366, -0.00390972476452589, -0.022269077599048615, -0.0338049940764904, 0.015847021713852882, 0.018329622223973274, 0.005834855139255524, -0.02418677508831024, 0.01642679050564766, 0.014620586298406124, -0.00734745804220438, 0.01292587723582983, 0.02946416102349758, -0.025405777618288994, -0.01810663379728794, 0.011387258768081665, -0.007670790422707796, -0.003047503996640444, -0.03654031828045845, 0.004653018433600664, 0.024023251608014107, -0.02805190347135067, 0.001783904735930264, -0.005370296537876129, 0.00894925557076931, -0.01997973397374153, -0.012115687131881714, -0.023547543212771416, -0.009989866986870766, -0.015713227912783623, -0.016382193192839622, -0.034161776304244995, 0.03761065751314163, -0.019414830952882767, 0.022685322910547256, -0.004266505595296621, -0.0010554769542068243, -0.0040100691840052605, -0.004155011381953955, 0.026818035170435905, 0.003954322077333927, -0.013713767752051353, -0.024216506630182266, -0.0030828104354441166, 0.02003919705748558, 0.024692215025424957, -0.046381525695323944, -0.01682816818356514, 0.0029230022337287664, 0.007113320287317038, 0.001500524114817381, -0.00971484836190939, -0.012242046184837818, 0.00472363131120801, 0.0028988453559577465, -0.0034897637087851763, -0.025554435327649117, -0.008235693909227848, -0.035499706864356995, 2.472322557878215e-05, -0.01783904805779457, 0.01108994148671627, 0.001396463019773364, -0.01195216178894043, 0.030147990211844444, -0.010168257169425488, -0.0015339723322540522, -0.019652685150504112, 0.02611934021115303, -0.007693089544773102, 0.00600952934473753, -0.009930402971804142, 0.0069349296391010284, -0.00106012262403965, 0.01971214823424816, -0.012948175892233849, -0.024067848920822144, 0.047392405569553375, 0.033834729343652725, 0.015609166584908962, -0.0049020214937627316, -0.0009509513038210571, -0.005898035131394863, -0.013334688730537891, -0.0050283814780414104, 0.013015071861445904, 0.008599908091127872, 0.030504772439599037, 0.01589161902666092, 0.01755659654736519, -0.0002910459297709167, 0.023458348587155342, 0.004526658449321985, -0.003536219708621502, -0.014932769350707531, -0.004682749975472689, -0.03338875249028206, -0.026758572086691856, -0.020113525912165642, -0.0036681541241705418, 0.014821276068687439, 0.004285087808966637, 0.01475437916815281, -0.009908104315400124, -0.004151294939219952, 0.010971014387905598, 0.014330701902508736, -0.01041354425251484, 0.014903037808835506, 0.01068112999200821, -0.005240220110863447, -0.02837895229458809, -0.012383272871375084, -0.021079808473587036, 0.0016789145302027464, 0.04528145119547844, 0.010532471351325512, -0.014219207689166069, 0.011706875637173653, -0.0035845336969941854, -0.017868779599666595, -0.01485844049602747, -0.006500103045254946, -0.00874856673181057, 0.03841341659426689, 0.005767958704382181, 0.03288331255316734, -0.005481790751218796, -0.027234280481934547, 0.013416450470685959, -0.017616059631109238, -0.0037610658910125494, -0.022388005629181862, -0.04239746928215027, 0.012710321694612503, 0.03011825866997242, -0.0052922507748007774, 0.02137712575495243, -0.0071096038445830345, 0.008889792487025261, 0.0029564504511654377, 0.027353206649422646, -0.015051696449518204, -0.02009866014122963, -5.496308222063817e-05, 0.018255291506648064, 0.0007084517856128514, 0.019608085975050926, 0.020856820046901703, 0.031426455825567245, 0.011810936033725739, -0.011194002814590931, 0.0023413749877363443, -0.007455235347151756, -0.005719644948840141, 0.01362457312643528, 0.011498752981424332, -0.005987230222672224, 0.009581055492162704, 0.03092101588845253, 0.009097914211452007, -0.008198529481887817, 0.03044530749320984, -0.007473817560821772, 0.016783570870757103, -0.0014921620022505522, -0.027011292055249214, 0.025212520733475685, 0.018582342192530632, 0.0217636376619339, 0.021525785326957703, 0.029018184170126915, -0.038175564259290695, -0.02591121755540371, -0.021005479618906975, 0.024751678109169006, 0.041832566261291504, 0.013654304668307304, 0.0016203802078962326, 0.011364960111677647, 0.010599367320537567, -0.002824515802785754, 0.008384352549910545, -0.0003581746423151344, 0.01205622311681509, 0.004563822876662016, -0.011840667575597763, -0.012740053236484528, -0.6207988858222961, -0.007930943742394447, 0.00712818605825305, -0.029835807159543037, -0.003846544772386551, 0.04721401259303093, 0.008882359601557255, 0.01670924201607704, -0.03552943840622902, 0.021213600412011147, 0.016515985131263733, 0.027264012023806572, 0.012799517251551151, -0.0005007940926589072, -0.02384486049413681, -0.013565109111368656, 0.02009866014122963, -0.003556660143658519, 0.02430570311844349, 0.011959594674408436, -0.01937023364007473, -0.0148956049233675, 0.0037406254559755325, -0.0029843240045011044, -0.004656734876334667, -0.007997839711606503, 0.03237787261605263, -0.008525578305125237, 0.0041847433894872665, 0.016070008277893066, -0.04254613071680069, 0.01635245978832245, 0.017526865005493164, 0.03237787261605263, 0.05895805358886719, -0.0008408509311266243, -0.02904791571199894, 0.019682416692376137, 0.00214440212585032, 0.025494972243905067, -0.02256639488041401, -0.020143257454037666, 0.026089606806635857, -0.004262789152562618, 0.010547337122261524, 0.0019102647202089429, 0.058006636798381805, 0.005831138696521521, -0.009744579903781414, -0.01902831718325615, 0.004586121998727322, 0.00397290475666523, 0.009848641231656075, 0.020068928599357605, 0.00047942440141923726, -0.00119019893463701, 0.03431043401360512, -0.007555580232292414, 0.005619300063699484, -0.0055970014072954655, -0.005225354339927435, 0.005184473469853401, -0.007797150406986475, 0.0009960135212168097, -0.03778905048966408, 0.015460507944226265, -0.008495846763253212, -0.019087782129645348, 0.022952908650040627, -0.005392595659941435, -0.005831138696521521, 0.0271153524518013, -0.019860805943608284, -0.0462031327188015, -0.012279211543500423, 0.008867493830621243, 0.0148956049233675, -0.02744240127503872, -0.01007906161248684, 0.015341580845415592, -0.001818282064050436, -0.015111160464584827, -0.02837895229458809, 0.003976621199399233, 0.0324670672416687, -0.0075035495683550835, -0.011409557424485683, -0.024142177775502205, 0.003134841099381447, -0.019533757120370865, -0.0068420181050896645, -0.014969934709370136, -0.0024584438651800156, -0.024811143055558205, 0.02271505445241928, 0.026461254805326462, 0.005385162774473429, 0.00455638999119401, -0.003969188313931227, -0.020083794370293617, -0.010041897185146809, -0.0069349296391010284, -0.01615920476615429, 0.011476454325020313, 0.025361180305480957, 0.00871883425861597, 0.005184473469853401, -0.007618760224431753, 0.03086155280470848, -0.00932090263813734, 0.007678223308175802, 0.0004427242965903133, -0.023012371733784676, 0.004749646410346031, -0.023071834817528725, -0.03906751424074173, 0.025822021067142487, 0.0007539785001426935, 0.0040137856267392635, -0.01355767622590065, 0.021064942702651024, 0.006306846626102924, 0.028824927285313606, -0.01676870509982109, 0.012792084366083145, -0.007317726034671068, 0.0025439225137233734, -0.019325634464621544, -0.010666264221072197, 0.007938376627862453, 0.019340500235557556, 0.008978987112641335, 0.018730999901890755, -0.014680049382150173, 0.012004192918539047, -0.00045364140532910824, 0.0010452567366883159, 0.005188189912587404, 0.011766338720917702, -0.016738973557949066, -0.030222320929169655, -0.003383844392374158, -0.017645791172981262, -0.0029025617986917496, -0.013364420272409916, -0.016575448215007782, -0.04554903507232666, -0.005507805850356817, -0.02663964405655861, -0.0005198409780859947, 0.0005184473120607436, -0.007707955315709114, -0.017318742349743843, 0.0007228530594147742, -0.0034005686175078154, -0.022893445566296577, 0.006477804388850927, -0.03092101588845253, 0.007432936690747738, -0.020291917026042938, -0.016070008277893066, 0.007938376627862453, 0.007228530943393707, -0.009031018242239952, 0.0033857026137411594, -0.005321982782334089, 0.005838571581989527, 0.008570175617933273, -0.01676870509982109, -0.023681335151195526, -0.01682816818356514, -0.0035733843687921762, -0.026966694742441177, -0.005619300063699484, 0.014182043261826038, 0.01816609688103199, -0.038978319615125656, -0.007042707409709692, 0.025896351784467697, 0.006957228761166334, -0.001990168821066618, 0.02946416102349758, 0.0021908581256866455, -0.0072433967143297195, 0.01942969672381878, 0.013944189064204693, 0.024989532306790352, 0.03231840953230858, -0.010435842908918858, 0.026015277951955795, 0.00857760850340128, 0.02965741790831089, -0.00944726262241602, 0.01473208051174879, 0.006332862190902233, 0.039364833384752274, -0.009893238544464111, 0.013238060288131237, 0.009833775460720062, 0.015787556767463684, 0.025346314534544945, 0.02411244623363018, 0.01602541096508503, -0.024662483483552933, 0.010034464299678802, -0.04120820015668869, -0.018255291506648064, 0.011989327147603035, 0.008874926716089249, 0.0023934056516736746, 0.007849181070923805, -0.027204548940062523, -0.0378187820315361, -0.015415910631418228, 0.015475373715162277, 0.017853913828730583, -0.026743706315755844, 0.014219207689166069, -0.0011260899482294917, -0.035232119262218475, -0.015772690996527672, -0.03038584440946579, 0.022610994055867195, 0.0352618508040905, -0.035232119262218475, 0.027145083993673325, 0.018270159140229225, 0.02866140380501747, -0.00046641676453873515, -0.02162984572350979, -0.0032054539769887924, 0.006942362990230322, 0.024900337681174278, 0.0032983655110001564, -0.015549703501164913, -0.00499121705070138, 0.04489493742585182, -0.018745865672826767, 0.015237520448863506, -0.0014271237887442112, 0.012078521773219109, 0.015311849303543568, 0.02623826637864113, -0.012249480001628399, 0.013609707355499268, 0.019251305609941483, 0.031753506511449814, 0.011469021439552307, -0.035826753824949265, 0.010688562877476215, 0.0009161094203591347, 0.013973920606076717, -0.03216974809765816, -0.0002873294579330832, 0.030162855982780457, -0.006396042183041573, 0.0047087655402719975, 0.040227051824331284, 0.010376379825174809, 0.011550783179700375, -0.010190555825829506, 0.005630449391901493, -0.0010703428415581584, 0.037105221301317215, 0.03237787261605263, 0.009514158591628075, -0.02704102359712124, -0.00723224738612771, -0.020737893879413605, 0.022685322910547256, -0.010004732757806778, -0.009848641231656075, -0.013483347371220589, -0.012509631924331188, 0.01937023364007473, 0.005098994355648756, 0.005388879217207432, 0.014471927657723427, 0.01755659654736519, -0.012085954658687115, -0.01475437916815281, -0.01969728246331215, 0.0002949946792796254, 0.02096088044345379, -0.013780664652585983, 0.0030642282217741013, -0.013171163387596607, 0.02718968130648136, -0.008317455649375916, 0.011714308522641659, -0.008406651206314564, 0.017199816182255745, 0.03199135884642601, -0.02170417457818985, -0.024900337681174278, 0.021451454609632492, 0.03454829007387161, -0.0063514444045722485, -0.03445909544825554, -0.005570985842496157, -0.018017439171671867, 0.017244413495063782, -0.03752146288752556, 0.02131766267120838, 0.03891885653138161, -0.009655384346842766, -0.00766335753723979, -0.0024361449759453535, -0.0015822864370420575, -0.0014076123479753733, -0.025628766044974327, -0.00579397426918149, -0.004638152662664652, 0.014940202236175537, -0.012033924460411072, 0.002510474296286702, -0.005106427241116762, -0.008562742732465267, 0.03692682832479477, 0.01148388721048832, 0.01372120063751936, -0.023146165534853935, -0.04210015386343002, 0.033567141741514206, -0.014115146361291409, 0.03398338705301285, 0.011937296018004417, 0.010406111367046833, -0.004366850480437279, -0.0015460507711395621, -0.022462334483861923, -0.008131632581353188, -0.01271775458008051, -0.04626259580254555, -0.013431316241621971, -0.01870126836001873, 0.034964535385370255, 0.0030865268781781197, -0.0017160791903734207, 0.007061289623379707, 0.010004732757806778, -0.023859726265072823, -0.0036198401357978582, -0.006771405227482319, 0.001829431508667767, -0.014457061886787415, 0.0012793942587450147, 0.04394352063536644, 0.015653764829039574, 0.014457061886787415, 0.01749713346362114, 0.013148864731192589, 0.019935136660933495, -0.029211441054940224, 0.0036607212387025356, -0.003478614380583167, 0.0202473197132349, -0.005961215123534203, -0.0049391863867640495, 0.03966214880347252, 0.007670790422707796, 0.016590313985943794, 0.021079808473587036, 0.019013451412320137, -0.015980813652276993, 0.029330367222428322, 0.024142177775502205, -0.0036142654716968536, -0.022759651765227318, 0.005013515707105398, 0.015341580845415592, -0.0003219390637241304, 0.002809650031849742, 0.014390164986252785, 0.023279957473278046, 0.013438749127089977, -0.0031088257674127817, -0.01809176802635193, -0.0035585183650255203, 0.015683496370911598, 0.004441179800778627, 0.012279211543500423, -0.0015321141108870506, -0.044508423656225204, 0.004162444733083248, -0.04843301326036453, 0.015237520448863506, -0.0018080618465319276, -0.011283197440207005, -0.018047170713543892, -0.01984594017267227, -0.01282181590795517, -0.01984594017267227, -0.015549703501164913, -0.018983719870448112, -0.019087782129645348, -0.017809316515922546, -0.005232787225395441, 0.015282117761671543, 0.008778298273682594, 0.009306036867201328, -0.0013806680217385292, 0.013193462044000626, 0.0017337324097752571, -0.031158870086073875, -0.005537537857890129, 0.01201905868947506, -0.010004732757806778, -0.012271778658032417, -0.008347188122570515, 0.024216506630182266, -0.010525038465857506, 0.0014912328915670514, 0.010896685533225536, 0.019593220204114914, -0.015475373715162277, 0.010725727304816246, -0.0027650524862110615, 0.018790462985634804, 0.004221907816827297, 0.00921684131026268, 0.015653764829039574, -0.006663627456873655, -0.017749853432178497, 0.008808029815554619, 0.018180962651968002, 0.006121023092418909, 0.022536663338541985, -0.005556120071560144, 0.03552943840622902, -0.0031441322062164545, 0.024662483483552933, -0.033567141741514206, -0.02130279690027237, 0.025212520733475685, -0.010502739809453487, 0.015519971959292889, -0.008324889466166496, 0.012732620351016521, 0.015728093683719635, 0.005630449391901493, 0.008391785435378551, -0.021600114181637764, -0.008198529481887817, -0.015296983532607555, -0.014300970360636711, 0.015155757777392864, 0.01129063032567501, 2.6334662834415212e-05, 0.017601193860173225, -0.003839111654087901, -0.033626604825258255, 0.016649778932332993, 0.006347727961838245, -0.019608085975050926, 0.01977161131799221, -0.006121023092418909, -0.023161031305789948, -0.01623353362083435, -0.01837421953678131, 0.023815128952264786, 0.02530171535909176, 0.009833775460720062, 0.014806409366428852, -0.010398678481578827, -0.0019046900561079383, -0.01175147294998169, -0.030147990211844444, -0.031158870086073875, -0.029791209846735, -0.04513278976082802, 0.03954322263598442, 0.04489493742585182, 0.041446056216955185, -0.004110414069145918, -0.0006838301778770983, 0.0006791845662519336, -0.012517064809799194, -0.019385099411010742, -0.016798436641693115, 0.009239139966666698, -0.004389149136841297, 0.03326982259750366, -0.013111700303852558, 0.030742626637220383, 0.0023599574342370033, -0.004366850480437279, 0.001415974460542202, 0.015155757777392864, 0.0072433967143297195, -0.0024695931933820248, 0.004794244188815355, -0.02124333195388317, -0.006455505266785622, 0.016411924734711647, 0.0014512808993458748, -0.004816542845219374, 0.004790527746081352, 0.011134538799524307, 0.0007335379486903548, -0.022997505962848663, 0.02405298314988613, -0.03065343014895916, -0.018983719870448112, -0.012933310121297836, 0.008205962367355824, -0.002010609256103635, -0.02390432357788086, -0.043913789093494415, -0.023205628618597984, 0.010800057090818882, -0.00044040149077773094, 0.02692209556698799, -0.002813366474583745, 0.05054396763443947, -0.007351174484938383, 0.009677683934569359, -0.014018518850207329, 0.0237110685557127, -0.004422597121447325, 0.003569667926058173, -0.008703968487679958, -0.009432396851480007, 0.010770325548946857, 0.011974460445344448, 0.02912224642932415, 0.005890602245926857, -0.02565849758684635, 0.002094229916110635, 0.03478614240884781, -0.004500643350183964, 0.0324670672416687, -0.0010545478435233235, -0.020351380109786987, -0.005931483581662178, -0.02550983801484108, -0.022997505962848663, -0.028141098096966743, 0.026936963200569153, 0.022402871400117874, -0.0048462748527526855, 0.0010508314007893205, -0.00825055968016386, -0.009952702559530735, -0.005935200024396181, 0.006016962230205536, 0.035767290741205215, -0.0005983514129184186, 0.03350767865777016, 0.01098588015884161, 0.016872765496373177, -0.03324009105563164, -0.03011825866997242, 0.00085757503984496, -0.021005479618906975, 0.024261105805635452, 0.01636732555925846, 0.018939122557640076, 0.013371853157877922, 0.010971014387905598, -0.019191842526197433, 0.005452059209346771, -0.03552943840622902, 0.0028914122376590967, -0.02958308719098568, 0.016070008277893066, 5.574702299782075e-05, -0.013029937632381916, -0.04159471392631531, 0.013133998960256577, -0.016798436641693115, 0.0024472943041473627, 0.0009662817465141416, -0.015200355090200901, -0.015073995105922222, 0.008971554227173328, -0.03377526253461838, 0.03520238772034645, 0.015140892006456852, 0.003831678768619895, 0.02003919705748558, 0.0073734731413424015, -0.01339415181428194, -0.015742959454655647, -0.0031868715304881334, 0.02611934021115303, -0.03704575449228287, -0.022863712161779404, 0.02524225227534771, 0.012472467496991158, -0.03511319309473038, -0.01989053748548031, -0.02298264019191265, 0.03835395351052284, -0.012665724381804466, 0.012316375970840454, -0.010963581502437592, 0.02203122340142727, 0.011498752981424332, -0.006024395115673542, -0.005816272925585508, -0.03071289323270321, -0.024157043546438217, -0.018389085307717323, 0.01797283999621868, 0.020663563162088394, -0.00520677212625742, -0.015133459120988846, -0.004701332189142704, -0.010852087289094925, -0.033626604825258255, -0.016248399391770363, 0.009164811111986637, -0.022417737171053886, -0.004478344228118658, 0.0028988453559577465, -0.007923510856926441, 0.021124405786395073, 0.01148388721048832, 0.017809316515922546, 0.00445604557171464, 0.028676269575953484, -0.030356112867593765, 0.02350294589996338, -0.03398338705301285, -0.009655384346842766, -0.02256639488041401, 0.008503279648721218, -0.0065781488083302975, -0.03252653032541275, 0.005340564996004105, 0.0017012134194374084, -0.006455505266785622, 0.011454155668616295, 0.01590648479759693, 0.002213156782090664, 0.00600952934473753, -0.004649301990866661, 0.045786891132593155, -0.005712211597710848, -0.002055207034572959, -0.009246572852134705, -0.024231374263763428, 0.04275425150990486, -0.04768972098827362, 0.010264885611832142, 0.014947635121643543, -0.015921350568532944, -0.017645791172981262, -0.021942028775811195, 0.0024249956477433443, -0.006370026618242264, -0.0025271985214203596, -0.025420643389225006, 0.013483347371220589, 0.025732826441526413, -0.03285358101129532, -0.0008896295912563801, -0.007960675284266472, -0.036034878343343735, -0.011164270341396332, 0.015207787975668907, 0.00278735114261508, -0.019741879776120186, -0.00020893520559184253, 0.008027571253478527, -0.016738973557949066, 0.022492066025733948, -0.023161031305789948, -0.009268871508538723, -0.03092101588845253, -0.015252386219799519, -0.029003318399190903, 2.497002060408704e-05, 0.011439289897680283, 0.021406857296824455, 0.00734745804220438, -0.013736066408455372, -0.03829449042677879, -0.02718968130648136, -0.014516524970531464, -0.017853913828730583, 0.0009463057504035532, 0.011469021439552307, 0.012732620351016521, 0.013639438897371292, -0.011097374372184277, 0.04751133173704147, -0.005054397042840719, 0.02204608917236328, -0.036956559866666794, 0.004649301990866661, 0.018121499568223953, -0.013423883356153965, 0.012598827481269836, 0.009975001215934753, -0.01876073144376278, 0.0012115687131881714, 0.02944929525256157, 0.009365499950945377, 0.025762557983398438, 0.008897225372493267, 0.001618521986529231, -0.0005760525818914175, -0.018448548391461372, -0.015111160464584827, -0.008191096596419811, 0.0033039404079318047, 0.02284884639084339, -0.02644638903439045, -0.00955132395029068, 0.008012705482542515, 0.038235027343034744, -0.00749983312562108, 0.0006071780226193368, -0.014077981933951378, -0.023681335151195526, 0.008815462701022625, -0.017051156610250473, -0.0006619959021918476, -0.0055970014072954655, -0.024870606139302254, 0.012613693252205849, 0.022952908650040627, 0.021332528442144394, 0.05304143577814102, -0.005712211597710848, -0.013684036210179329, -0.0032946490682661533, -0.004560106433928013, -0.016040276736021042, 0.004095548298209906, -0.010049330070614815, 0.00071774295065552, 0.01039124559611082, -0.0012589535908773541, -0.007707955315709114, -0.004690182860940695, 0.009075615555047989, -0.0030177722219377756, 0.00901615247130394, -0.002950875787064433, -0.0009783603018149734, 0.0029880404472351074, -0.01589161902666092, -0.0011706874938681722, -0.01782418228685856, -0.006652478128671646, -0.01239070575684309, 0.01889452524483204, -0.02759106084704399, -0.022328540682792664, -0.009937835857272148, -0.012227180413901806, -0.014486793428659439, -0.015549703501164913, -0.013646871782839298, 0.00445604557171464, 0.008458682335913181, 0.0030753775499761105, 0.19278064370155334, -0.016605179756879807, 0.006251099519431591, 0.026327461004257202, -0.0005969577468931675, -0.006280831526964903, 0.027814049273729324, 0.01636732555925846, -0.016322728246450424, 0.023859726265072823, 0.014040817506611347, 0.023755665868520737, -0.029107380658388138, -0.00825055968016386, 0.022462334483861923, 0.0031775804236531258, -0.026803169399499893, -0.009997299872338772, -0.042040690779685974, -0.008874926716089249, -0.00525880279019475, -0.013854993507266045, -0.008176229894161224, -0.010502739809453487, 0.020678428933024406, -0.025480106472969055, 0.017943108454346657, -0.0003474897821433842, 0.012970474548637867, 0.009937835857272148, -0.0217636376619339, -0.012212314642965794, 0.0012227180413901806, 0.021793371066451073, -0.0025773707311600447, -0.00654470082372427, 0.014546256512403488, -0.0036867365706712008, 0.010770325548946857, 0.005515239201486111, 0.01650111936032772, -0.020202722400426865, -0.015980813652276993, -0.012531931512057781, -0.0064889537170529366, 0.01158794853836298, -0.023874592036008835, -0.005938916467130184, 0.017051156610250473, 0.014888172037899494, -0.0015711369924247265, 0.02130279690027237, 0.02405298314988613, 0.022938042879104614, 0.021927163004875183, -0.03701602295041084, 0.003391277277842164, 0.004980067722499371, 0.008897225372493267, -0.01209338754415512, -0.0008050799369812012, 0.030475040897727013, -0.03273465111851692, 0.0016278130933642387, 0.021525785326957703, 0.041773103177547455, -0.020485173910856247, -0.018805328756570816, 0.01983107440173626, -0.03344821557402611, -0.011506185866892338, -0.001473579672165215, 0.0016482536448165774, -0.006024395115673542, 0.018017439171671867, -0.025465240702033043, 0.011350094340741634, 0.020886551588773727, -0.0062771150842309, 0.03499426692724228, -0.02919657528400421, -0.018195828422904015, -0.006425773724913597, 0.006336578633636236, -0.031039943918585777, -0.027531597763299942, 0.023592140525579453, 0.005366580095142126, 0.0032054539769887924, -0.008473548106849194, 0.0016259548719972372, 0.004612137097865343, -0.01175147294998169, 0.014457061886787415, 0.005095277912914753, 0.013193462044000626, -0.01035408116877079, 0.01864180527627468, -0.02998446673154831, -0.029954735189676285, -0.03353741019964218, 0.013171163387596607, 0.023592140525579453, 0.0005082270363345742, -0.03665924444794655, -0.022551529109477997, -0.006451788824051619, -0.015341580845415592, -0.006392325274646282, -0.007035274524241686, -0.0019660117104649544, -0.035351045429706573, -0.0012775360373780131, -0.002361815655604005, 0.027546463534235954, 0.008978987112641335, 0.00028802629094570875, -0.042843446135520935, -0.005786541383713484, -0.013869859278202057, 0.00029638834530487657, -0.03225894644856453, -0.008473548106849194, 0.0021685592364519835, 0.001458713784813881, -0.008622206747531891, -0.004604704212397337, 0.01055477000772953, -0.018418816849589348, -0.028334354981780052, -0.010591934435069561, 0.00944726262241602, 0.026476120576262474, 0.007841748185455799, 0.0009026372572407126, 0.018195828422904015, -0.004370566923171282, -0.005299683660268784, 0.0013174880295991898, 0.009506725706160069, -0.00031218334333971143, -0.0059946635738015175, 0.016322728246450424, -0.01302250474691391, 0.0020737892482429743, -0.012271778658032417, 0.007031558081507683, 0.018136365339159966, -0.03005879558622837, -0.014449629001319408, -0.01997973397374153, 0.010584501549601555, -0.011461588554084301, 0.00898641999810934, 0.006500103045254946, -0.01996486820280552, -0.013200895860791206, -0.027680255472660065, -0.04174337163567543, 0.005132442805916071, -0.02812623232603073, -0.01722954772412777, 0.01990540511906147, 0.00520677212625742, -0.02598554641008377, -0.03053450398147106, -0.1951591819524765, 0.008191096596419811, 0.025212520733475685, -0.020663563162088394, 0.012375839054584503, 0.001840580953285098, 0.018998585641384125, -0.0018823911668732762, 0.022655591368675232, -0.02131766267120838, 0.019251305609941483, -0.02690722979605198, -0.05015745759010315, 0.009090481325984001, -0.0065781488083302975, -0.04697616025805473, 0.011602814309298992, -0.008830328471958637, 0.029404697939753532, 0.014152311719954014, 0.016947096213698387, -0.01621866784989834, 0.007143052294850349, 0.005745660047978163, 0.006016962230205536, 0.025405777618288994, 0.0030326382257044315, 0.014211774803698063, -0.006886615883558989, -0.03163457661867142, -0.010004732757806778, -0.0018127073999494314, -0.010673697106540203, -0.028423549607396126, 0.011565648950636387, -0.005084128584712744, -0.011654844507575035, -0.02063383162021637, -0.0025364896282553673, 0.006808570120483637, 0.014182043261826038, 0.022729920223355293, -0.007592744659632444, 0.02157038263976574, 0.007343741599470377, 0.004615853540599346, 0.0014577846741303802, 0.0006132172420620918, 0.03434016555547714, 0.008562742732465267, -0.010777758434414864, -0.02055950276553631, 0.015505106188356876, 0.02537604607641697, 0.013037370517849922, 0.01071829441934824, -0.024350300431251526, 0.0049763512797653675, -0.005764242261648178, -0.008770865388214588, -0.008443815633654594, -0.022001491859555244, 0.013438749127089977, -0.021005479618906975, -0.020202722400426865, -0.001098216394893825, -0.01883506216108799, -0.007618760224431753, -0.020217588171362877, -0.007581595331430435, -0.012457601726055145, -0.008793164044618607, 0.0017885504057630897, -0.002817082917317748, 0.0004025399684906006, 0.019221574068069458, -0.0196378193795681, 0.033894192427396774, 0.004980067722499371, 0.0036458554677665234, -0.024796277284622192, 0.034221239387989044, -0.02298264019191265, 0.010859520174562931, 0.002426853869110346, 0.016055142506957054, 0.0028839793521910906, -0.0005286676459945738, 0.0003442378656473011, -0.004924320615828037, 0.01596594788134098, -0.004076965618878603, -0.026535583660006523, -0.017734987661242485, 0.01816609688103199, -0.003928306978195906, -0.00948442704975605, 0.0064294901676476, 0.0009551323601044714, 0.010331781581044197, 0.0025309149641543627, -0.004292520694434643, -0.017348473891615868, 0.01797283999621868, 0.011669710278511047, 0.024959800764918327, 0.03597541153430939, 0.0076001775451004505, 0.053665801882743835, -0.0030976764392107725, -0.013490780256688595, -0.0045415242202579975, 0.0016175928758457303, 0.028572209179401398, 0.010829788632690907, 0.02530171535909176, 0.006306846626102924, -0.027635658159852028, 0.021867699921131134, -0.010733160190284252, 0.03377526253461838, -0.014501659199595451, -0.010175690054893494, 0.01856747642159462, 0.008198529481887817, -0.008971554227173328, -0.07438883185386658, -0.026595046743750572, -0.007321442477405071, 0.021719040349125862, 0.009581055492162704, 0.009298603981733322, -0.027695121243596077, 0.022893445566296577, -0.010324348695576191, 0.020113525912165642, -0.012531931512057781, 0.0009616361930966377, -0.0013100550277158618, -0.0006652478477917612, 0.011275764554738998, 0.003365261945873499, 0.004954052157700062, -0.0216447114944458, -0.000995084410533309, 0.03532131388783455, -0.01849314570426941, -0.0009755729115568101, 0.010911551304161549, -0.00520677212625742, 0.006901481654495001, 0.021600114181637764, -0.024662483483552933, 0.015148324891924858, 0.018953988328576088, 0.0006559566827490926, 0.010220288299024105, -0.01890939101576805, 0.014494226314127445, -0.011929863132536411, -0.009350634180009365, -0.007997839711606503, -0.03775931894779205, -0.011164270341396332, 0.030237186700105667, -0.017943108454346657, 0.010837221518158913, 0.014070549048483372, -0.013409017585217953, -0.010792624205350876, 0.0011948446044698358, -0.024543557316064835, -0.01532671507447958, 0.03906751424074173, -0.005727077834308147, -0.0011381683871150017, -0.01656058244407177, 0.007209948729723692, 0.014367866329848766, -0.021719040349125862, 0.02330968901515007, -0.013119133189320564, 0.013490780256688595, 0.012004192918539047, -0.017511999234557152, 0.017749853432178497, 0.001507957000285387, -0.014984800480306149, 0.006671060808002949, 0.013319822028279305, 0.00019592756871134043, 0.014003652147948742, -0.03425097092986107, -0.009975001215934753, 0.020291917026042938, -0.03019258938729763, -0.008934389799833298, 0.028215426951646805, -0.02003919705748558, 0.021733906120061874, -0.014040817506611347, -0.012368406169116497, -0.024067848920822144, 0.01602541096508503, 0.02296777442097664, -0.011119673028588295, -0.0005690841935575008, 0.0019994599279016256, -0.01526725199073553, -0.006611597258597612, 0.05402258411049843, 0.0061247400008141994, 0.007187649607658386, -0.005522672086954117, 0.0010387528454884887, -0.01098588015884161, 0.0019604370463639498, 0.02818569540977478, 0.0042776549234986305, -0.01937023364007473, -0.00547435786575079, 0.012420437298715115, 0.005370296537876129, 0.010309482924640179, -0.01452395785599947, 0.006864316761493683, -0.018998585641384125, -0.002683290047571063, -0.06285291165113449, 0.024930069223046303, -0.020054062828421593, 0.005801407154649496, -0.006990676745772362, -0.0010034464066848159, -0.01648625358939171, -0.017853913828730583, 0.003264917526394129, 0.032556261867284775, -0.015787556767463684, -0.005061829928308725, -0.00385769410058856, 9.482801397098228e-05, -0.007384622469544411, -0.010435842908918858, 0.012115687131881714, 0.004627002868801355, -0.01325292605906725, -0.0011298063909634948, -0.003961755428463221, -0.0018359353998675942, -0.011758905835449696, 0.0019585788249969482, -0.01669437624514103, -0.011201435700058937, 2.2168153009261005e-05, 0.027620792388916016, 0.0011084367288276553, -0.0007637342205271125, 0.019132379442453384, -0.04186229780316353, 0.02237313985824585, 0.034429363906383514, 0.008629639632999897, -0.020871685817837715, 0.004954052157700062, 0.03862153738737106, 0.02952362410724163, 0.0196378193795681, -0.027695121243596077, -0.0122197475284338, 0.010168257169425488, -0.011060209944844246, -0.02197176031768322, -0.00339871016331017, -0.004214474931359291, 0.012227180413901806, 0.013810396194458008, 0.003556660143658519, 0.04248666390776634, 0.013133998960256577, 0.004615853540599346, -0.024350300431251526, -0.023205628618597984, -0.032823849469423294, 0.012702888809144497, 0.008257992565631866, -0.008733700960874557, -0.012279211543500423, 0.03758092597126961, 0.018537743017077446, 0.013007638975977898, 0.007953242398798466, -0.011981894262135029, -0.010792624205350876, 0.001415974460542202, 0.004586121998727322, 0.022789383307099342, -0.04153525084257126, -0.007585311774164438, 0.007589028216898441, 0.0033318137284368277, 0.01496250182390213, 0.009365499950945377, 0.007299143821001053, -0.001986452378332615, 0.0021685592364519835, 5.522439460037276e-05, 0.010971014387905598, 0.014925336465239525, 0.007953242398798466, -0.024484092369675636, 0.01702142506837845, 0.0037796483375132084, 0.02745726704597473, -0.03004392981529236, 0.02872086688876152, 0.006957228761166334, -0.009261438623070717, -0.035172656178474426, 0.014984800480306149, -0.01125346589833498, 0.008295156992971897, -0.00395803852006793, -0.0010591935133561492, -0.02799243852496147, 0.0339239239692688, 0.02585175447165966, 0.01709575392305851, 0.004318536259233952, 0.012747486121952534, -0.003569667926058173, -0.005046964157372713, -0.015445642173290253, 0.010197988711297512, -0.028304623439908028, -0.01398878637701273, -0.007198798935860395, -0.009045884013175964, 0.012606260366737843, -0.011937296018004417, -0.04721401259303093, 0.01195216178894043, -0.025227386504411697, 0.010027031414210796, -0.019682416692376137, 0.013171163387596607, -0.025494972243905067, 0.0364808514714241, -0.005489223636686802, 0.006121023092418909, 0.011431856080889702, -0.011862967163324356, 0.014144878834486008, 0.01232380885630846, -0.024097580462694168, -0.024885471910238266, 0.020113525912165642, -0.0035715261474251747, -0.0031051093246787786, 0.001442918786779046, -0.016738973557949066, -0.01923643983900547, -0.018597207963466644, -0.001056406064890325, -0.011461588554084301, 0.01141699030995369, 0.011446722783148289, 0.061544716358184814, 0.023889457806944847, -0.016664644703269005, 0.008540444076061249, 0.01496250182390213, 0.014665183611214161, 0.017616059631109238, -0.008533011190593243, 0.007745119743049145, -0.029597952961921692, 0.030950747430324554, -0.015876753255724907, -0.013148864731192589, -0.03552943840622902, -0.018656671047210693, -0.00985607411712408, 0.010160824283957481, -0.01575782522559166, -0.0008705827058292925, -0.021183868870139122, 0.0019121229415759444, -0.0014875164488330483, 0.014486793428659439, 0.00530711654573679, -0.0040472340770065784, -0.011944728903472424, 0.028631672263145447, -0.0042776549234986305, -0.013713767752051353, -0.040227051824331284, -0.014338134787976742, -0.02418677508831024, -0.05488480255007744, -0.012294077314436436, 0.006685926578938961, -0.0017578895203769207, -0.011104807257652283, -0.005277385003864765, 0.014405030757188797, -0.003954322077333927, -0.009187109768390656, 0.012256912887096405, -0.0364808514714241, -0.009075615555047989, 0.023963788524270058, -0.010034464299678802, 0.0040100691840052605, -0.012338674627244473, -0.0353807769715786], \"4b48d21f-59c0-4fee-b34d-7a1448d2b288\": [-0.010871492326259613, 0.0014377277111634612, 0.009576943702995777, -0.014707691967487335, -0.009353279136121273, 0.009604055434465408, -0.02816827967762947, 0.0028144558891654015, -0.018123671412467957, -0.02471163310110569, 0.012057596817612648, -0.012138929218053818, 0.0061135198920965195, -0.019167443737387657, 0.004452974069863558, -0.005967798642814159, 0.001624962780624628, -0.003551534842699766, 0.047661054879426956, -0.020780544728040695, -0.014124806970357895, 0.018232116475701332, -0.013067479245364666, 0.0011412017047405243, -0.015100800432264805, 0.009271945804357529, 0.023057864978909492, -0.015358354896306992, 0.004178475588560104, -0.038877107203006744, 0.020400991663336754, -0.019479218870401382, -0.008939837105572224, -0.029388273134827614, -0.005862743593752384, -0.019940106198191643, -0.02396608330309391, 0.011013824492692947, 0.023898305371403694, -0.012443927116692066, 0.022230980917811394, -0.0034346189349889755, -0.010458050295710564, -0.0013818113366141915, 0.01243714988231659, 0.03570512682199478, 0.0020282382611185312, -0.017906785011291504, -0.02525385282933712, 0.006160964258015156, 0.012809925712645054, 0.02982204779982567, -0.022149648517370224, -0.009604055434465408, -0.010790158994495869, 0.002148543018847704, -0.01767634227871895, 0.004412307403981686, -0.008024842478334904, -0.012789592146873474, 0.009271945804357529, 0.0016419071471318603, -0.04031398892402649, -0.017215454950928688, -0.022746089845895767, 0.01817789487540722, -0.011284934356808662, -0.005513689946383238, 0.01614457182586193, 0.0016283516306430101, -0.0029720382299274206, 0.00875683780759573, -0.005869521293789148, 0.01098671369254589, 0.05104992538690567, -0.01839478127658367, -0.006083020009100437, -0.014585692435503006, 0.0071911802515387535, -0.014097695238888264, 0.019750328734517097, -0.014395915903151035, -0.018706558272242546, 0.030879376456141472, -0.006388018373399973, 0.0291171632707119, -0.015236355364322662, 0.004829138517379761, -0.014883913099765778, -0.009116058237850666, -0.007977398112416267, 0.010356384329497814, -0.0026077348738908768, 0.015263466164469719, 0.014273916371166706, 0.044543296098709106, 0.005479801446199417, 0.018611669540405273, -0.003609145525842905, -0.0002624255430418998, -0.003099120920524001, -0.023654306307435036, -0.04443485289812088, -0.002951705129817128, -0.016171682626008987, -0.009604055434465408, 0.014450138434767723, 0.01689012348651886, 0.024223636835813522, -0.013867252506315708, -0.03144870698451996, -0.004364863503724337, 0.004846083000302315, -0.007197957951575518, -0.014572137035429478, -0.004242863971740007, -0.009665055200457573, -0.004720694851130247, -0.025077631697058678, -0.010932492092251778, 0.0016749486094340682, 0.0395277701318264, 0.0010768132051452994, 0.010851158760488033, 0.007760510314255953, -0.0010869797552004457, -0.004527529235929251, -0.0013258950784802437, 0.008404395543038845, -0.022488536313176155, 0.05861388146877289, 0.012891258113086224, 0.015670130029320717, -0.015168578363955021, -0.001145437709055841, 0.008722948841750622, -0.0027280396316200495, -0.018110116943717003, -0.02217675931751728, -0.04695617035031319, 0.015670130029320717, 0.03424113243818283, -0.01598190702497959, -0.011345934122800827, 0.016619013622403145, 0.014585692435503006, 0.017649229615926743, 0.023166310042142868, 0.0025026798248291016, -0.012701481580734253, -0.008641616441309452, 0.032560255378484726, 0.028466500341892242, 0.01556168682873249, -0.005774633027613163, 0.023234086111187935, 0.03142159432172775, -0.019452108070254326, -0.001041230047121644, -0.011047713458538055, 0.006123686674982309, 0.02205475978553295, -0.001691045705229044, -0.01598190702497959, 0.0022688477765768766, 0.0224614255130291, -0.01684945821762085, -0.004188642371445894, 0.021498985588550568, -0.011454377323389053, -0.011562821455299854, 0.032560255378484726, -0.03353624790906906, 0.01478902529925108, 0.00041174760553985834, 0.014992357231676579, 0.02774806134402752, 0.01098671369254589, -0.03556957095861435, 0.009929386898875237, -0.027815837413072586, 0.008350173942744732, 0.03223492205142975, 0.030526932328939438, -0.012389705516397953, 0.01843544840812683, 0.007577511481940746, 0.010478382930159569, 0.00292798294685781, -0.004751194734126329, 0.0038294221740216017, 0.010146274231374264, 0.004022587556391954, -0.0268398430198431, -0.6129243969917297, -0.0004272093065083027, -0.008377284742891788, -0.020983878523111343, -0.0011234100675210357, 0.037711337208747864, 0.01312170084565878, 0.011488266289234161, -0.019872328266501427, -0.008092619478702545, -0.005950854159891605, 0.05001970753073692, 0.010498716495931149, -0.018584558740258217, -0.012152484618127346, -0.00017643299361225218, 0.0009260085062123835, 0.0009378695394843817, 0.018367670476436615, 0.02833094634115696, -0.008302729576826096, 0.0091499462723732, 0.002292569959536195, -0.0017774618463590741, -0.0015631158603355289, -0.009766721166670322, 0.028114058077335358, 0.005001971032470465, 0.002172265201807022, 0.012803147546947002, -0.035217128694057465, 0.012721815146505833, -0.007136958185583353, 0.03445802256464958, 0.0607285350561142, 0.0009565083310008049, -0.024847188964486122, 0.006340574007481337, -0.003327869577333331, 0.020617879927158356, 0.00477491645142436, 0.010119163431227207, 0.003300758544355631, -0.017256122082471848, 0.004466529469937086, -0.000555350910872221, 0.032262034714221954, -0.011257823556661606, -0.008417950943112373, 0.011325600557029247, 0.00012687078560702503, -0.0075097340159118176, -0.002462013391777873, 0.028981609269976616, -0.026772066950798035, -0.03486468642950058, 0.019479218870401382, -0.02479296736419201, 0.0062761856243014336, -0.012559149414300919, -0.004907082300633192, 0.009305834770202637, -0.012640481814742088, -0.003544757142663002, -0.009522722102701664, 0.02187853865325451, -0.00825528521090746, -0.0013987557031214237, 0.0014919496607035398, -0.025809627026319504, -0.014084139838814735, 0.01416547317057848, 0.001845239195972681, -0.020400991663336754, 0.016497014090418816, 0.01847611367702484, 0.03144870698451996, -0.013880807906389236, -0.007231846917420626, 0.015602353028953075, -0.002090932335704565, 0.006594739388674498, -0.006086409091949463, -0.012464260682463646, 0.004568195436149836, 0.002062126761302352, -0.025158964097499847, -0.02400674857199192, 0.015819240361452103, -0.03237047791481018, 0.013203034177422523, -0.002545040799304843, 0.014124806970357895, -0.02833094634115696, 0.012254150584340096, 0.029279829934239388, 0.004188642371445894, -0.002609429182484746, -0.0077469549141824245, -0.03548823669552803, -0.012898036278784275, -0.02055010199546814, -0.012220262549817562, 0.005933909676969051, 0.01325047854334116, 0.04047665372490883, 0.0011081602424383163, -0.008783948607742786, 0.025389406830072403, -0.014206139370799065, 0.0101937185972929, -0.019004778936505318, -0.01173226535320282, -0.02358652837574482, -0.018150782212615013, -0.03299402818083763, 0.023993194103240967, 0.0011149379424750805, 0.02396608330309391, -0.009719276800751686, 0.00737417908385396, 0.008329840376973152, 0.03307536244392395, -0.02545718476176262, 0.023938970640301704, -0.022407202050089836, -0.011176490224897861, 0.0007811343530192971, 0.01169159822165966, -0.005649244878441095, 0.014639914967119694, -0.017025679349899292, 0.027300730347633362, -0.00586613267660141, 0.02458963356912136, -0.008790726773440838, 0.005900021176785231, 0.0013657142408192158, -0.003632867708802223, -0.017500119283795357, -0.03689800575375557, 0.0032787309028208256, 0.013325033709406853, -0.016700347885489464, 0.00493080448359251, -0.014450138434767723, -0.03540690615773201, -0.010227606631815434, 0.0014148529153317213, 0.0005481495754793286, -0.000709544459823519, -0.00967183243483305, -0.009915831498801708, -0.0052900249138474464, -0.020834768190979958, -0.008987280540168285, -0.0034142856020480394, -0.015670130029320717, -0.0008315437589772046, -0.02125498652458191, -0.009976830333471298, 0.031069152057170868, 0.00338548026047647, -0.01930299773812294, -0.0059101879596710205, -0.03481046482920647, -0.004419085569679737, 0.01221348438411951, -0.019113222137093544, -0.005723800044506788, -0.018977666273713112, 0.025606295093894005, -0.0034227578435093164, -0.014151917770504951, -0.0040564765222370625, 0.026406068354845047, -0.02800561487674713, -0.010952824726700783, 0.0077943988144397736, 0.012267705984413624, -0.0031397873535752296, 0.01000394206494093, 0.0028805388137698174, -0.009393945336341858, 0.025511406362056732, 0.03331936150789261, 0.0064964620396494865, 0.03166559338569641, -0.015263466164469719, 0.028683388605713844, 0.028032725676894188, 0.026568733155727386, -0.011149379424750805, -0.0014512832276523113, -0.0037447004579007626, 0.0299576036632061, -0.00274498388171196, 0.0008726338273845613, 0.016619013622403145, 0.01210504025220871, 0.015697242692112923, 0.032018035650253296, 0.005046026315540075, -0.02646028995513916, 0.011698376387357712, -0.010444494895637035, 0.006296518724411726, -0.008499283343553543, 0.009705721400678158, 0.00959050003439188, 0.002904260763898492, -0.012193150818347931, -0.03307536244392395, -0.013779141940176487, 0.020685657858848572, 0.004829138517379761, -0.021363431587815285, 0.00473086116835475, -0.01068849302828312, -0.022312315180897713, -0.022773200646042824, -0.03182825818657875, -0.013514810241758823, 0.044163741171360016, -0.02604006975889206, 0.02599940448999405, 0.008214619010686874, 0.015127912163734436, 0.0057204109616577625, -0.004259808454662561, -0.01835411600768566, 0.01466702576726675, 0.019818106666207314, -0.0037209782749414444, -0.02191920578479767, 0.005784799810498953, 0.03312958404421806, -0.03456646576523781, 0.033346470445394516, 0.005872910376638174, 0.004134420305490494, 0.02191920578479767, 0.01493813470005989, -0.01264725998044014, 0.004402141086757183, 0.012667592614889145, 0.03237047791481018, 0.0071098473854362965, -0.02171587385237217, 0.004208975471556187, -0.01743234321475029, 0.02862916700541973, -0.015832796692848206, -0.005896632093936205, 0.03418691083788872, -0.028032725676894188, -0.010722381994128227, 0.03166559338569641, 0.015222799964249134, 0.005632300395518541, -0.007123402785509825, -0.01880144514143467, 0.010390272364020348, -0.004083587322384119, 0.02463030070066452, -0.0003304147394374013, -0.02941538393497467, -0.01455858163535595, -0.02491496503353119, 0.019614774733781815, -0.0028907053638249636, -0.017120566219091415, -0.034132689237594604, 0.0060491315089166164, 0.028981609269976616, 0.01518213376402855, 0.020902544260025024, 0.03462068736553192, 0.015548131428658962, -0.021336320787668228, -0.026433179154992104, -0.011061268858611584, 0.0057373554445803165, 0.035922013223171234, -0.0041039204224944115, -0.0037955334410071373, -0.02500985376536846, 0.015127912163734436, -0.0060491315089166164, 0.00826206337660551, -0.010546160861849785, 0.016591902822256088, 0.00815361924469471, -0.00509685929864645, -0.011983041651546955, 0.0365997850894928, 0.021783649921417236, -0.004534306935966015, -0.009041503071784973, -0.008709393441677094, -0.021824317052960396, -0.0031126763205975294, -0.03266869857907295, -0.019980773329734802, 0.0010327579220756888, 0.01466702576726675, -0.027016064152121544, 0.020861878991127014, 0.015317688696086407, 0.003244842169806361, -0.003004232421517372, -0.024860743433237076, -0.0195469968020916, -0.006547295022755861, -0.001762211904861033, 0.009143169037997723, -0.003238064469769597, -0.004625806584954262, 0.03819933161139488, 0.014084139838814735, -0.002533179707825184, 0.008533172309398651, -0.04833883047103882, 0.01697145588696003, -0.012138929218053818, 0.02567407302558422, 0.021634541451931, 0.005849188193678856, -0.011867819353938103, 0.010247940197587013, -0.03920243680477142, -0.02467096783220768, 0.004239475354552269, -0.04842016100883484, -0.031855370849370956, 0.0038328110240399837, 0.04031398892402649, -0.00568991107866168, -0.016375016421079636, 0.010905381292104721, 0.005364579614251852, -0.01493813470005989, 0.0027992059476673603, 0.002372208284214139, -0.019533442333340645, 0.013738475739955902, 0.019506331533193588, 0.03049982152879238, -0.003297369694337249, 0.019411442801356316, 0.0006277880165725946, 0.016239460557699203, 0.01506013423204422, -0.0061135198920965195, 0.0025924849323928356, -0.005293413531035185, 0.018205005675554276, 0.008302729576826096, -0.003082176437601447, 0.024223636835813522, -0.003165203845128417, 0.002055349061265588, 0.025362296029925346, 0.009705721400678158, -0.015209244564175606, 0.01455858163535595, 0.014883913099765778, -0.013155589811503887, 0.006181297358125448, 0.014517915435135365, -0.007611399982124567, -0.008302729576826096, -0.0047240834683179855, 0.011705153621733189, 0.015859907492995262, 0.028358057141304016, -0.006672683171927929, -0.032099369913339615, -0.01606323942542076, 0.01009205263108015, -0.007299623917788267, 0.0016554625472053885, 0.02421008050441742, -0.04023265466094017, 0.004344530403614044, -0.045790400356054306, -0.0036735341418534517, 0.010132718831300735, -0.012701481580734253, -0.0182998925447464, -0.008275618776679039, 0.008228174410760403, -0.008092619478702545, -0.011115490458905697, -0.00865517184138298, 0.007523289415985346, -0.007753732614219189, -0.003846366424113512, 0.008045175112783909, -0.00044987237197346985, 0.037006452679634094, -0.009753165766596794, 0.02887316420674324, 0.008899169974029064, -0.003622701158747077, -0.02742272987961769, 0.011034158058464527, -0.015466799028217793, 0.006645572371780872, 0.012857369147241116, 0.016632569953799248, -0.01713412255048752, 0.008702616207301617, 0.03128603845834732, 0.016998566687107086, 0.008831392973661423, 0.026026515290141106, -0.003390563651919365, 0.014097695238888264, 0.007970619946718216, -0.022569868713617325, 0.02067210152745247, -0.011962708085775375, 0.006184685975313187, -0.004981637466698885, -0.0050256927497684956, 0.011176490224897861, -0.004869804717600346, 0.002780567156150937, -0.011366266757249832, -0.008919503539800644, 0.009556611068546772, -0.02308497577905655, -0.000139684954774566, 0.038877107203006744, -0.02137698605656624, 0.01918100006878376, -0.007645288947969675, 0.00632362999022007, 0.0076317330822348595, 0.002485735574737191, 0.04779661074280739, -0.024074526503682137, -0.01596835069358349, -0.005161247681826353, -0.0071098473854362965, 0.022651201114058495, 0.0077130659483373165, -0.02008921653032303, 0.00826206337660551, -0.008268840610980988, -0.03361758217215538, 0.005059581715613604, 0.007652066648006439, -0.0005714480648748577, 0.0193436648696661, 0.010349606163799763, -0.017839007079601288, -0.00996327493339777, -0.008648393675684929, 0.032641585916280746, 0.029794936999678612, 0.025687627494335175, 0.011366266757249832, -0.0003007621271535754, -0.0070352922193706036, 0.004134420305490494, -0.025904515758156776, 0.009007614105939865, -0.02762606181204319, -0.03142159432172775, 0.01190170831978321, 0.03657267615199089, 0.0278700590133667, -0.004893526900559664, 0.01150182168930769, -0.010159829631447792, -0.002529790857806802, -5.128312113811262e-05, 6.211161962710321e-05, -0.006869237869977951, -0.013433476909995079, 0.01580568589270115, -0.018543891608715057, 0.037928223609924316, -0.002055349061265588, 0.007563956081867218, -0.003082176437601447, -0.00854672770947218, -0.0018977667205035686, -0.013785919174551964, 0.012064374051988125, -0.03345491737127304, 0.01455858163535595, 0.006994626019150019, -0.005740744527429342, 0.008350173942744732, -0.007536844816058874, -0.013338589109480381, -0.006035576108843088, -0.023722084239125252, 0.010824047960340977, -0.012925147078931332, -0.03231625631451607, 0.012599815614521503, -0.011359489522874355, 0.007604622282087803, -0.0010090357391163707, -0.019818106666207314, -0.0324518121778965, -0.0023552640341222286, 0.004971471149474382, 0.02862916700541973, -0.0068895709700882435, 0.025199631229043007, 0.0006735377246513963, -0.006255852524191141, -0.007177624851465225, 0.018164338544011116, -0.013867252506315708, -0.000709544459823519, 0.006787905003875494, -0.002858511172235012, 0.020373880863189697, 0.03193670138716698, 0.06132497638463974, 0.021607428789138794, -0.019479218870401382, -0.007679177448153496, 0.006154186557978392, -0.018449002876877785, 0.01672745868563652, 0.005310358013957739, -0.02754472754895687, -0.013101368211209774, -0.027490505948662758, -0.00936005637049675, -0.023762749508023262, 0.02545718476176262, 0.0094617223367095, -0.006123686674982309, -0.014233250170946121, 0.0053374688141047955, -0.008214619010686874, -0.00803161971271038, -0.012755703181028366, 0.03651845455169678, 0.00345834088511765, 0.0268398430198431, 0.0017156150424852967, 0.0031923146452754736, -0.03844333067536354, -0.054438792169094086, 0.008499283343553543, -0.006574406288564205, 0.02030610293149948, 0.011840708553791046, 0.010620716027915478, -0.009299056604504585, 0.030608266592025757, -0.020658547058701515, 0.008980503305792809, -0.021065210923552513, -0.013535142876207829, 0.013921474106609821, 0.006913293153047562, -0.005666189361363649, -0.011135824024677277, -0.012471038848161697, 0.001198812504298985, -0.017486564815044403, -0.006581183988600969, -0.023681417107582092, -0.0017893229378387332, -0.015521020628511906, 0.006594739388674498, -0.02965938299894333, 0.02129565365612507, 0.0027856503147631884, 0.01060716062784195, 0.007618177682161331, 0.009597277268767357, 0.00369725632481277, -0.004049698822200298, 0.01229481678456068, 0.02833094634115696, -0.018150782212615013, -0.017649229615926743, 0.020495880395174026, 0.0316113717854023, -0.018367670476436615, -0.0034125912934541702, -0.014341694302856922, 0.04608862102031708, -0.011305266991257668, 0.0023400140926241875, 0.008506061509251595, 0.00923805683851242, 0.0033431192860007286, -0.0006180449854582548, 0.00753006711602211, -0.05517078936100006, -0.014883913099765778, -0.006967514753341675, 0.01183393131941557, 0.02191920578479767, 0.013189478777348995, -0.015222799964249134, -0.007523289415985346, 0.0008294256986118853, -0.02201409451663494, -0.019587663933634758, -0.000345664651831612, 0.009909053333103657, -0.018001673743128777, 0.011508599855005741, -0.008953392505645752, 0.0043241968378424644, -0.025619851425290108, 0.0034346189349889755, 0.013907918706536293, 0.024657411500811577, -0.03489179536700249, 0.021702317520976067, -0.0284936111420393, -0.011156157590448856, -0.0299576036632061, 0.0005485732108354568, 0.0023315418511629105, -0.04207620024681091, 0.006699794437736273, -0.015792129561305046, -0.014734802767634392, -0.03651845455169678, 0.041750866919755936, -0.005798355210572481, -0.018706558272242546, 0.013216589577496052, 0.07585644721984863, -0.010281829163432121, 0.004093754105269909, -0.0094617223367095, -0.027341395616531372, 0.01709345541894436, -0.04725439101457596, 0.015656575560569763, 0.002401013858616352, -0.024562522768974304, -0.004927415866404772, -0.022949421778321266, 0.011305266991257668, -0.017527231946587563, -0.02213609404861927, -0.030987819656729698, 0.009421056136488914, -0.004537695553153753, 0.004852860700339079, 0.0020231548696756363, -0.022434312850236893, -0.024359190836548805, -0.005395079497247934, 0.009753165766596794, 0.017161233350634575, -0.025904515758156776, -0.009475277736783028, 0.004154753405600786, -0.005066359415650368, 0.026202736422419548, 0.0016757957637310028, -0.016334349289536476, -0.004696972668170929, 0.0018808223539963365, -0.02425074763596058, -0.01622590608894825, 0.024806521832942963, 0.033970024436712265, 0.02774806134402752, -0.003214342286810279, -0.035298459231853485, -0.0029059553053230047, -0.02903583087027073, -0.02425074763596058, -0.021607428789138794, 0.01888277940452099, 0.015873463824391365, 0.017567897215485573, -0.007028514519333839, 0.01805589534342289, -0.00046215704060159624, 0.01938433200120926, -0.03722333908081055, -0.019086111336946487, 0.015168578363955021, -0.008119730278849602, 0.013616476207971573, 0.009583721868693829, -0.021770095452666283, 0.011454377323389053, 0.018571002408862114, 0.006293130107223988, 0.025931626558303833, 0.023356085643172264, -0.0071437363512814045, -0.003768422408029437, -0.01839478127658367, -0.024942077696323395, -0.0303642675280571, -0.005947465542703867, 0.0004066643014084548, -0.03773844614624977, -0.01793389581143856, 0.018164338544011116, 0.020658547058701515, -0.014517915435135365, 0.02217675931751728, -0.00534424651414156, -0.011020602658390999, -0.006764182820916176, -0.005123970098793507, -0.008621282875537872, -0.014124806970357895, -0.020251881331205368, -0.009576943702995777, 0.034295354038476944, -0.0037379227578639984, 0.04402818903326988, -0.013114923611283302, 0.01129848975688219, -0.00959050003439188, -0.0059915208257734776, -0.029361162334680557, 0.01474835816770792, 0.010369939729571342, 0.0203874371945858, 0.017364565283060074, -0.008539950475096703, -0.01506013423204422, -0.006862460169941187, -0.010580049827694893, -0.006726905237883329, -0.0013504642993211746, -0.005374746397137642, 0.0014055335195735097, 0.004012421239167452, -0.014341694302856922, 0.002933066338300705, -0.0034278412349522114, -0.01785256341099739, -0.011183268390595913, 0.0026314568240195513, -0.014897468499839306, -0.027178730815649033, 0.008160396479070187, -0.000998021918348968, 0.003602367825806141, -0.03966332599520683, -0.012281261384487152, -0.005239191465079784, 0.014450138434767723, 0.007679177448153496, 0.26200026273727417, -0.026487400755286217, 0.01564301922917366, 0.026202736422419548, -0.01785256341099739, 0.011237489990890026, 0.009841276332736015, 0.007469067350029945, -0.0011335767339915037, 0.02491496503353119, 5.133607191964984e-05, 0.017825450748205185, -0.012498149648308754, 0.002082460094243288, 0.019316554069519043, -0.033590469509363174, -0.03974465653300285, -0.010532605461776257, -0.021336320787668228, -0.021200764924287796, 0.01009205263108015, -0.017689896747469902, -0.033807359635829926, -0.017879674211144447, -0.0002836059720721096, -0.019912995398044586, 0.007096291985362768, 0.0037480893079191446, 0.01596835069358349, 0.0020299325697124004, -0.02778872661292553, 0.003992087673395872, -0.0019604607950896025, 0.014328138902783394, -0.020211216062307358, -0.0068251825869083405, 0.015344799496233463, 0.013840141706168652, 0.019194554537534714, -0.0024264303501695395, -0.00786217674612999, -0.017689896747469902, -0.01027505099773407, 0.007197957951575518, 0.014545026235282421, 0.01813722774386406, -0.02738206274807453, -0.007170847151428461, 0.01077660359442234, 0.04381129890680313, -0.031638480722904205, 0.003243147861212492, 0.01580568589270115, 0.02084832265973091, 0.01634790562093258, -0.027978504076600075, 0.0189370010048151, -0.00823495164513588, 0.010342828929424286, -0.001540241064503789, -0.011244268156588078, 0.03603045642375946, -0.005229025147855282, 0.007896064780652523, 0.006381240673363209, 0.01656479202210903, -0.020875433459877968, -0.0050528040155768394, 0.021688763052225113, -0.034132689237594604, 0.0011666181962937117, -0.01447724923491478, -0.0009827720932662487, 0.005144303198903799, -0.00986160896718502, -0.03532557189464569, 0.007936731912195683, 0.013724920339882374, 0.0019621553365141153, 0.04934193566441536, -0.016835901886224747, -0.018327003344893456, 0.007367401383817196, -0.021349875256419182, -0.012986146844923496, -0.009041503071784973, 0.026311179623007774, 0.014775468967854977, 0.007441956549882889, -0.01992654986679554, -0.008750059641897678, -0.01518213376402855, -0.010024274699389935, 0.0022857922594994307, 0.0015986990183591843, 0.019316554069519043, 0.008797504007816315, -0.0009836192475631833, -0.01478902529925108, -0.006089797709137201, -0.033265139907598495, 0.024725189432501793, 0.00554418982937932, 0.0014080750988796353, -0.037630002945661545, -0.01672745868563652, 0.007123402785509825, -0.006777738220989704, 0.007902842946350574, 0.0012674370082095265, -0.01474835816770792, -0.035135794430971146, -0.008695838041603565, -0.005571300629526377, 0.03519001603126526, 0.007340290583670139, -0.008783948607742786, -0.02125498652458191, -0.0002929253678303212, -0.012071152217686176, 0.032560255378484726, -0.030472710728645325, -0.003470201976597309, 0.016293682157993317, 0.003859922057017684, -0.01110871322453022, 0.006645572371780872, 0.009793831966817379, -0.0007824051426723599, -0.012823481112718582, 0.0005731424898840487, -0.015832796692848206, 0.028358057141304016, 0.009400722570717335, 0.003075398737564683, 0.022691868245601654, 0.013358921743929386, 0.004707139451056719, 0.015534576028585434, -0.03090648725628853, -0.008492506109178066, -0.040042877197265625, 0.006235519424080849, -0.01867944747209549, 0.02000788412988186, 0.003373619168996811, 0.018313448876142502, 0.005666189361363649, 0.014111250638961792, -0.02778872661292553, -0.028466500341892242, -0.009929386898875237, 0.0046766395680606365, 0.003836199874058366, 0.0034041190519928932, -0.02416941523551941, -0.0014089223695918918, -0.007401290349662304, -0.016795234754681587, 0.026826288551092148, -0.03730466961860657, -0.003609145525842905, 0.03049982152879238, -0.017500119283795357, -0.04297086223959923, -0.029605161398649216, -0.17285943031311035, 0.01793389581143856, 0.015507465228438377, -0.03681667521595955, 0.03096070885658264, 0.007801176514476538, 0.0025687627494335175, -0.0019723218865692616, 0.019411442801356316, -0.01447724923491478, 0.009265168569982052, -0.030608266592025757, -0.029686493799090385, 0.0017401842633262277, -0.009502389468252659, -0.012979368679225445, -0.009787053801119328, -0.01606323942542076, 0.025023410096764565, 0.014517915435135365, 0.01751367561519146, -0.039419326931238174, 0.0047884718514978886, 0.016713902354240417, 0.0028856219723820686, 0.023776305839419365, 0.012193150818347931, -0.00564585579559207, -0.01676812395453453, -0.029849158599972725, -0.024779411032795906, -0.005550967529416084, -0.000480795803014189, 0.017025679349899292, 0.013155589811503887, 0.0006926001515239477, 0.0004221260023768991, -0.018272781744599342, -0.01646990329027176, 0.002858511172235012, 0.0024298192001879215, 0.035840678960084915, -0.022908754646778107, 0.015399021096527576, 0.009875164367258549, 0.009326167404651642, 0.00427336385473609, -0.018191449344158173, 0.01646990329027176, 0.009482055902481079, 0.006215185858309269, -0.04481440410017967, 0.0065710172057151794, 0.010044608265161514, 0.02075343392789364, -0.010891824960708618, -0.008729727007448673, 0.025240296497941017, -0.013989252038300037, 0.003309230785816908, -0.0015393937937915325, -0.03386158123612404, -0.002633151365444064, -0.01988588459789753, -0.010573271661996841, -0.002316292142495513, -0.0038836440071463585, -0.008729727007448673, -0.02533518522977829, -0.010674937628209591, -0.012179595418274403, -0.012701481580734253, 0.005584856495261192, 0.018652334809303284, 0.02258342318236828, 0.008580616675317287, -0.01821856014430523, 0.02259697951376438, 0.008607727475464344, 0.007936731912195683, -0.009285501204431057, -0.006245685741305351, -0.025484295561909676, 0.016591902822256088, -0.0024145692586898804, 0.011013824492692947, 0.01672745868563652, -0.0004168309096712619, 0.00969216600060463, -0.019790995866060257, 0.0075842891819775105, -0.01466702576726675, -0.023057864978909492, -0.020333215594291687, -0.006581183988600969, 0.010356384329497814, -0.006005076225847006, -0.002783956006169319, -0.02487429976463318, -0.0024315135087817907, 0.001923183212056756, -0.003007621271535754, -0.016198795288801193, 0.01091893669217825, 0.010959602892398834, 0.012579482048749924, 0.03144870698451996, 0.012898036278784275, 0.06056587025523186, -0.020658547058701515, -0.01972321793437004, 0.007909620180726051, 0.007414845749735832, 0.041913531720638275, 0.0262162908911705, 0.016822345554828644, -0.018205005675554276, -0.020102770999073982, 0.01447724923491478, -0.006316852290183306, 0.030879376456141472, -0.004188642371445894, -0.015615909360349178, 0.0019757107365876436, 0.012376150116324425, -0.015710797160863876, -0.06620495021343231, -0.034837573766708374, 0.007889287546277046, 0.01759500801563263, 0.01518213376402855, 0.004927415866404772, -0.009563388302922249, 0.02450830116868019, -0.019574107602238655, 0.02113298699259758, -0.017703453078866005, -0.02987626940011978, 0.00396158779039979, -0.010261495597660542, 0.0058762989938259125, -0.0014351861318573356, 0.013257255777716637, -0.018584558740258217, 0.006506628822535276, 0.04351307824254036, -0.0180965606123209, -0.0005684827920049429, -0.009502389468252659, -0.020292548462748528, -0.0086348382756114, 0.020400991663336754, -0.027138063684105873, -0.0038836440071463585, 0.008811059407889843, 0.004805416334420443, -0.007387734483927488, -0.018232116475701332, 0.01960121840238571, -0.008811059407889843, -0.01202370785176754, 0.0029669548384845257, -0.04069354012608528, -0.00277209491468966, 0.034837573766708374, 0.008126508444547653, 0.011989818885922432, 0.0332922488451004, 0.002151931868866086, -0.015033023431897163, -0.0013419921742752194, -0.02109232172369957, -0.016863012686371803, 0.052649471908807755, -0.0002861476386897266, -0.008695838041603565, -0.023681417107582092, -0.0028330946806818247, 0.0011412017047405243, -0.006547295022755861, 0.04278108477592468, -0.01404347363859415, 0.021607428789138794, 0.02238009124994278, -0.026948288083076477, 0.006042353808879852, -0.017649229615926743, -0.02271897904574871, 5.231566683505662e-05, 0.010546160861849785, -0.003463424276560545, 0.04863705113530159, -0.03345491737127304, -0.004490251652896404, 0.011766153387725353, -0.02026543766260147, -0.024237191304564476, 0.019696107134222984, 0.00048587910714559257, 0.009922608733177185, -0.0205907691270113, -0.003978532273322344, -0.015100800432264805, -0.006591350305825472, 0.014463693834841251, -0.012870924547314644, -0.013555476441979408, -0.00025225893477909267, -0.005662800278514624, -0.012037263251841068, 0.03603045642375946, 0.011508599855005741, -0.009841276332736015, 0.01123071275651455, 0.02595873735845089, -0.007875732146203518, -0.010397050529718399, 0.02982204779982567, -0.0033583692274987698, -0.011596710421144962, 0.004866416100412607, 0.013358921743929386, -0.009448166936635971, -0.003836199874058366, -0.007177624851465225, 0.005374746397137642, -0.015493909828364849, -0.03415980190038681, -0.059806764125823975, 0.02338319644331932, 0.008770393207669258, 0.016673235222697258, -0.01346058864146471, 0.014639914967119694, -0.011617043055593967, -0.0028940942138433456, -0.0029110386967658997, 0.04134420305490494, -0.029225606471300125, -0.00261620688252151, -0.009604055434465408, 0.027341395616531372, -0.018286338075995445, -0.011393377557396889, 0.006205019541084766, 0.013860474340617657, -0.0011412017047405243, 0.017866117879748344, 0.009095724672079086, -0.004734250251203775, -0.009631166234612465, -0.0028178447391837835, 0.004097142722457647, -0.016781680285930634, 0.006076242309063673, 0.003163509303703904, -0.0023467917926609516, -0.011237489990890026, 0.009400722570717335, -0.020916100591421127, 0.013785919174551964, 0.04031398892402649, 0.0012860757997259498, -0.017242565751075745, 0.02633829042315483, 0.02949671633541584, 0.03090648725628853, 0.03651845455169678, 0.0011691598920151591, 0.000613385287579149, 0.03508157283067703, 0.0034193689934909344, -0.011386600323021412, -0.005635689478367567, -0.015873463824391365, 0.02650095708668232, 0.028141168877482414, -0.01751367561519146, 0.037548668682575226, 0.007075958885252476, -0.004154753405600786, -0.019668996334075928, -0.019411442801356316, -0.045329514890909195, 0.02658228948712349, 0.008709393441677094, -0.011854263953864574, -0.012586260214447975, 0.04375707730650902, 0.012538815848529339, 0.017364565283060074, -0.0041208649054169655, 0.0012496454874053597, -0.0029296772554516792, -0.004564806818962097, 0.008695838041603565, 0.010674937628209591, -0.004378418903797865, -0.039961546659469604, 0.00021413416834548116, -0.00011500974505906925, 0.013718142174184322, 0.0016308933263644576, 0.03594912216067314, -0.002680595498532057, -0.022542757913470268, 0.006083020009100437, 0.02816827967762947, 0.022949421778321266, 0.012159262783825397, -0.04069354012608528, -0.004442807286977768, -0.005062970332801342, 0.03627445548772812, -0.01926233246922493, 0.00737417908385396, -0.012545593082904816, -0.012870924547314644, -0.01493813470005989, 0.005896632093936205, -0.011996597051620483, 0.01548035442829132, 0.015927685424685478, 0.008885614573955536, -0.017215454950928688, 0.0195605531334877, 0.019357221201062202, 0.003859922057017684, 0.017540786415338516, -0.010559716261923313, -0.0004541084636002779, -0.006262630224227905, -0.025823183357715607, -0.02408808097243309, -0.0361931212246418, -0.02770739421248436, 0.01040382869541645, -0.010220829397439957, 0.014219694770872593, 0.009027947671711445, -0.03616601228713989, 0.017337454482913017, -0.027571838349103928, 0.0004994345945306122, -0.005666189361363649, 0.006706572137773037, -0.021200764924287796, 0.041452646255493164, -0.0006443087477236986, 0.02567407302558422, -0.0022519035264849663, 0.0034769796766340733, 0.02205475978553295, 0.04006998986005783, -0.018164338544011116, -0.012091484852135181, 0.010302161797881126, -0.017161233350634575, 0.011745820753276348, -0.015385465696454048, -0.018503226339817047, -0.016009017825126648, -0.011854263953864574, 0.012288039550185204, -0.02608073689043522, -0.0035312017425894737, 0.01220670621842146, 0.037846889346838, 0.01243714988231659, -0.011949152685701847, 0.016442792490124702, 0.015737907961010933, 0.004839305300265551, 0.010254718363285065, 0.005994909442961216, -0.00017558578110765666, -0.0050528040155768394, 0.021105876192450523, -0.019831662997603416, -0.006838737986981869, -0.021241432055830956, -0.01909966580569744, 0.004097142722457647, 0.0012725203996524215, -0.003299064002931118, -0.005730577744543552, -0.009976830333471298, 0.005747522227466106, -0.007604622282087803, 0.002909344155341387, 0.01029538456350565, -0.015331244096159935, -0.012992924079298973, 0.002704317681491375, 0.00965149886906147, -0.015534576028585434, -0.004147975705564022, -0.0017876285128295422, -0.004388585686683655, -0.040042877197265625, -0.01630723848938942, 0.014694136567413807, -0.0032872031442821026, 0.010125940665602684, 0.007116625085473061, 0.009543055668473244, -0.0059101879596710205, -0.005832243710756302, -0.0007184402784332633, -0.015873463824391365, -0.02334253117442131, 0.030554044991731644, -0.005218858364969492, -0.0036633675917983055, 0.011576376855373383, -0.016713902354240417], \"ee5f976b-0c07-4a9d-91d4-829ef52eac20\": [0.0031322494614869356, 0.0013096979819238186, 0.015155076049268246, -0.016705330461263657, -0.013778557069599628, 0.00026707648066803813, -0.020153312012553215, 0.0056363786570727825, -0.009889556095004082, -0.034399617463350296, 0.01647813804447651, -0.003925752826035023, 0.012508952058851719, -0.006464962847530842, -0.022438600659370422, 0.0057733622379601, -0.005275543313473463, 0.0006874243845231831, 0.04586615785956383, -0.010831736959517002, -0.014553683809936047, 0.013063568621873856, -0.015649553388357162, -0.009248071350157261, -0.03370467573404312, 0.0179882999509573, 0.023922033607959747, -0.003745335154235363, 0.012475540861487389, -0.037419941276311874, 0.01800166442990303, -0.014099298976361752, -0.015114983543753624, -0.013644914142787457, -0.0036451031919568777, -0.017173079773783684, -0.017787836492061615, -0.0067389304749667645, 0.014032477512955666, -0.004817817360162735, 0.027249734848737717, -0.018135307356715202, -0.004771042615175247, 0.005930392537266016, 0.011940970085561275, 0.03375813364982605, -0.003498096251860261, -0.035361845046281815, -0.024884261190891266, 0.012442130595445633, 0.00680575193837285, 0.04252509027719498, -0.04661455377936363, -0.018496142700314522, -1.1282623745501041e-05, 0.008225704543292522, -0.025833124294877052, 0.00383220287039876, 0.00024765654234215617, -0.0248575322329998, 0.007978466339409351, 0.009555448777973652, -0.02283952757716179, -0.01745373010635376, -0.013070250861346722, 0.009602224454283714, -0.013096978887915611, -0.0035482123494148254, 0.009856144897639751, 0.014032477512955666, 0.006648721639066935, 0.010110066272318363, -0.008165565319359303, 0.011045564897358418, 0.05078420415520668, -0.008486308157444, -0.007036285474896431, -0.023748299106955528, -0.0033744769170880318, -0.00836602970957756, 0.015890110284090042, -0.005770021118223667, -0.016932522878050804, 0.031539663672447205, -0.0010941991349682212, 0.018643150106072426, -0.01051767636090517, -0.00884714350104332, 0.0006272851605899632, -0.015422360971570015, -0.011807328090071678, -0.006665426772087812, -0.0027580501046031713, 0.028519339859485626, 0.0033895117230713367, 0.027851127088069916, -0.0004631553019862622, 0.011065610684454441, 0.005262179300189018, -0.01329744327813387, -0.014326491393148899, -0.011005472391843796, -0.0461868979036808, -0.020433960482478142, -0.019912755116820335, -0.014887791126966476, 0.028866810724139214, 0.013083615340292454, 0.03036361001431942, 0.004236471839249134, -0.02120908722281456, 0.0215164665132761, 0.003868954721838236, -0.0072701601311564445, -0.023374099284410477, -0.0037954512517899275, -0.005783385597169399, -0.018763426691293716, 0.002736333291977644, -0.01408593449741602, -0.001617911271750927, 0.040039338171482086, -0.0015285377157852054, 0.0020163333974778652, -0.0087870042771101, 0.0038522493559867144, -0.003471367759630084, -0.002418931806460023, -0.0023036650381982327, -0.015515911392867565, 0.05067729204893112, 0.002099859993904829, 0.013979020528495312, -0.004413548391312361, -0.01108565740287304, -0.0035649174824357033, 0.018456049263477325, -0.015569368377327919, -0.014139392413198948, -0.03982551023364067, 0.018562963232398033, 0.02259897068142891, -0.014099298976361752, -0.008860507048666477, 0.014112663455307484, 0.01379192154854536, 0.040039338171482086, 0.02575293742120266, 0.00451378058642149, 0.0009697444620542228, -0.01081837248057127, 0.038088154047727585, 0.01903071254491806, -0.0037386531475931406, -0.00710310647264123, 0.02841242589056492, 0.027984770014882088, -0.013357582502067089, 0.020955167710781097, 0.01299674715846777, 0.02599349431693554, 0.016077211126685143, 0.006521760951727629, -0.011773916892707348, -0.002666170708835125, 0.031967319548130035, -0.015850018709897995, -0.006023942492902279, 0.031005093827843666, -0.0024606953375041485, -0.005980508401989937, 0.020621059462428093, -0.02732992172241211, 0.01920444890856743, -0.0005433408659882843, 0.014740783721208572, 0.03520147129893303, 0.008639996871352196, -0.04364768788218498, 0.0014516932424157858, -0.01750718615949154, 0.0037319709081202745, 0.033597759902477264, 0.02182384394109249, -0.01758737303316593, 0.025953402742743492, 0.004376796539872885, 0.005232109688222408, 0.016077211126685143, -0.0028733168728649616, 0.01593020372092724, 0.013364264741539955, 0.011372989043593407, -0.011192571371793747, -0.6158252954483032, 0.0004740137665066868, -0.003265892155468464, -0.02859952673316002, 0.00812547281384468, 0.03562913089990616, 0.0146071407943964, -0.003498096251860261, -0.005763339344412088, -0.019899390637874603, -0.0024473308585584164, 0.032261334359645844, 0.01829567737877369, -0.0027831080369651318, -0.007637677248567343, -0.015141711570322514, 0.007076377980411053, -0.004801112227141857, 0.026514701545238495, 0.02916082553565502, -0.004176332615315914, -0.0033043143339455128, 0.016317768022418022, -0.017293358221650124, 0.005435914732515812, -0.012742826715111732, 0.026621615514159203, 0.0020864957477897406, 0.01381864957511425, 0.020874980837106705, -0.03405214473605156, -0.0006782364216633141, -0.011566771194338799, 0.013598139397799969, 0.06072722002863884, -0.0009856144897639751, -0.005222086329013109, 0.008913964964449406, 0.01345781423151493, 0.01269605103880167, 0.0036384209524840117, 0.0003531089168973267, -0.0038489082362502813, -0.013872106559574604, -0.002283618785440922, -0.004533826839178801, 0.030764536932110786, 0.010891875252127647, -0.008646679110825062, 0.020687881857156754, 0.004614012315869331, -0.004827840719372034, 0.010865147225558758, 0.017801200971007347, -0.021797114983201027, -0.034640174359083176, 0.022986534982919693, -0.037125926464796066, -0.005609650164842606, -0.004456982482224703, 0.006023942492902279, -0.0009638975607231259, -0.027904585003852844, -0.013170482590794563, -0.02187730185687542, 0.03763376921415329, -0.003209094051271677, 0.0012946631759405136, -0.0009948024526238441, -0.015903474763035774, -0.010658000595867634, 0.012395355850458145, 6.791760824853554e-05, -0.021342730149626732, 0.0017256606370210648, 0.015916839241981506, 0.024028947576880455, -0.01260918378829956, -0.017547279596328735, 0.00951535627245903, -0.0008457073708996177, 0.007083060219883919, -0.019966211169958115, -0.0121481167152524, 0.014673962257802486, 0.0130301583558321, -0.01993948221206665, -0.01865651272237301, 0.02126254513859749, -0.01254904456436634, 0.014273034408688545, -0.004116193391382694, 0.013350900262594223, -0.023360734805464745, 0.015368903987109661, 0.0276372991502285, 0.0016321107978001237, -0.010992107912898064, -0.006588582415133715, -0.02678198553621769, -0.009628952480852604, -0.01781456544995308, -0.01054440438747406, 0.0021165653597563505, 0.03341066092252731, 0.01932472735643387, -0.016772152855992317, -0.0016145702684298158, 0.03437288850545883, -0.007169927936047316, -0.015796560794115067, -0.01136630680412054, -0.011473220773041248, -0.014273034408688545, -0.017132988199591637, -0.02806495502591133, 0.01379192154854536, 0.0026979108806699514, 0.029000453650951385, -0.010196933522820473, 0.01812194287776947, 0.021382823586463928, 0.034078873693943024, -0.026982450857758522, 0.012375309132039547, -0.024135861545801163, -0.018803520128130913, 0.0010315541876479983, -0.002256890293210745, -0.009709138423204422, 0.008920646272599697, -0.009314892813563347, 0.01957864686846733, -0.004316657315939665, 0.03771395608782768, -0.02060769684612751, -0.004704221151769161, -0.006842503324151039, -0.0034546623937785625, -0.016224216669797897, -0.02170356549322605, -0.009929648600518703, 0.01774774305522442, -0.015662917867302895, -0.00845289696007967, -0.002494105836376548, -0.02630087360739708, -0.015850018709897995, -0.0005429232260212302, -0.005589603912085295, -0.0009405101300217211, -0.015836654230952263, 0.0015210203127935529, 0.012929925695061684, -0.014981340616941452, 0.0030971684027463198, 0.01284974068403244, -0.007390438579022884, -0.006882596295326948, -0.022438600659370422, -0.016210852190852165, 0.018509507179260254, -0.007971784099936485, -0.02000630460679531, -0.001762412372045219, -0.03188713639974594, -0.002485753269866109, 0.0025926672387868166, -0.03084472194314003, -0.008920646272599697, -0.0031205557752400637, 0.02849261276423931, -0.016010388731956482, -0.018803520128130913, 0.005967144388705492, 0.005141900852322578, -0.01964546926319599, -0.008265797980129719, 0.009107746183872223, 0.0008670066599734128, -0.007443895563483238, 0.0252718236297369, -0.0006030624499544501, -0.008887236006557941, 0.012622548267245293, 0.0288400836288929, 0.02194412238895893, 0.03680518642067909, -0.019191084429621696, 0.029374653473496437, 0.010110066272318363, 0.032876089215278625, -0.010283801704645157, 0.00032136880327016115, 0.0008853825274854898, 0.03910383954644203, -0.0012796283699572086, 0.007156563922762871, 0.008526400662958622, 0.020166674628853798, 0.02024686150252819, 0.015195168554782867, -0.009141157381236553, -0.02247869223356247, 0.0187366995960474, -0.012722779996693134, -0.002913409611210227, -0.009829416871070862, 0.018255585804581642, 0.007537445053458214, 0.0181754007935524, -0.014687326736748219, -0.011807328090071678, -0.013390992768108845, 0.024563519284129143, 0.01727999374270439, -0.028198597952723503, 0.006047329865396023, -0.004921390675008297, -0.01836249977350235, -0.021730294451117516, -0.010891875252127647, -0.007149881683290005, 0.03897019475698471, -0.02181047946214676, 0.02453679032623768, 0.010531040839850903, 0.012482223100960255, -0.03194059431552887, -0.016197489574551582, -0.011974381282925606, -0.011633592657744884, 0.01848277822136879, 0.011413081549108028, -0.009314892813563347, 0.01673205941915512, 0.01570301130414009, -0.029855767264962196, 0.03367794677615166, -0.013751828111708164, 0.00046691400348208845, 0.023895304650068283, 0.010791643522679806, -0.01885697804391384, 0.00736370962113142, 0.012108024209737778, 0.025846486911177635, 0.019912755116820335, -0.02011321857571602, 0.023053357377648354, -0.02350774221122265, 0.01661178097128868, -0.013751828111708164, -0.009622270241379738, 0.01999294012784958, -0.024924352765083313, -0.01659841649234295, 0.03576277196407318, 0.01472741924226284, 0.0026828760746866465, -0.007069696206599474, -0.023734934628009796, 0.0008310902048833668, 0.005232109688222408, 0.030817994847893715, 0.002714616246521473, -0.022371778264641762, -0.02460361085832119, -0.03659135475754738, 0.012248348444700241, 0.006461621727794409, -0.02303999289870262, -0.04658782482147217, 0.010377351194620132, 0.029000453650951385, 0.015408997423946857, 0.010564451105892658, 0.024389782920479774, 0.0067389304749667645, -0.007624312769621611, -0.042150892317295074, -0.0014717396115884185, 0.008639996871352196, 0.022759342566132545, -0.004617353435605764, -0.021623380482196808, -0.024991175159811974, 0.017614100128412247, -0.0012228302657604218, 0.013544682413339615, -0.020701246336102486, 0.022933078929781914, 0.018349135294556618, -0.00032888620626181364, -0.02430959790945053, 0.03343738988041878, 0.022772707045078278, -0.004019302781671286, -0.0316198505461216, 0.004821158479899168, -0.003125567454844713, 0.003899024100974202, -0.015783196315169334, -0.013912199065089226, 0.023895304650068283, 0.0036985601764172316, -0.027904585003852844, 0.005175311584025621, 0.003558235475793481, 0.005171970464289188, -0.016170760616660118, -0.029321197420358658, -0.015956932678818703, -0.017560644075274467, -0.01045753713697195, -0.004413548391312361, -0.018081849440932274, -0.008947375230491161, 0.03667154163122177, 0.011038882657885551, 0.004019302781671286, -0.00480445334687829, -0.03533511608839035, 0.020166674628853798, -0.0021382824052125216, 0.03223460540175438, 0.013571410439908504, -0.005643060896545649, -0.00896742194890976, -0.0006924359477125108, -0.04247163236141205, -0.024269504472613335, -0.0056631071493029594, -0.026514701545238495, -0.012174844741821289, -0.015034797601401806, 0.037179384380578995, -0.0009839439298957586, 0.008072015829384327, 0.013725100085139275, -0.0020664494950324297, -0.02090170979499817, 0.0019261246779933572, -0.0035181427374482155, -0.01287646871060133, 0.0008093732758425176, 0.014740783721208572, 0.040386807173490524, -0.012168162502348423, 0.026768622919917107, 0.008432851172983646, 0.023013263940811157, 0.006615310907363892, -0.021115537732839584, 0.017921479418873787, -0.0034212516620755196, 0.019658833742141724, 0.013765192590653896, -0.008526400662958622, 0.030924908816814423, -0.004309975542128086, 0.01647813804447651, 0.019618740305304527, -0.002585985232144594, -0.005910345818847418, 0.01090523973107338, 0.014019113965332508, -0.020808160305023193, 0.008138837292790413, 0.026554793119430542, -0.006581900175660849, -0.0077913664281368256, 0.010764915496110916, 0.022799436002969742, 0.020594332367181778, 0.02758384309709072, -0.011673685163259506, -0.031192192807793617, -0.021529830992221832, 0.0022635722998529673, -0.009194614365696907, -0.009568813256919384, 0.023587927222251892, -0.0454384982585907, 0.0015953590627759695, -0.03931766748428345, -0.01166700292378664, 0.011733824387192726, 0.00033285372774116695, -0.011453174985945225, -0.0028248713351786137, -0.0008394428878091276, -7.75231746956706e-05, 0.007617630995810032, 0.004650764167308807, -0.009535402990877628, -0.0036651496775448322, -0.020941803231835365, -0.009568813256919384, 0.004116193391382694, 0.030497251078486443, -0.0221178587526083, 0.032876089215278625, 0.008940692991018295, -0.0020748020615428686, -0.018081849440932274, -0.005612991284579039, -0.020955167710781097, -0.00268120551481843, -0.00023199527640827, 0.018576327711343765, -0.011493267491459846, 0.017066165804862976, 0.020380504429340363, 0.01393892802298069, 0.001979581778869033, 0.013137072324752808, -0.002859952626749873, 0.0034580035135149956, 0.02000630460679531, -0.01357809267938137, 0.02078143134713173, -0.0016045470256358385, -0.00595377990975976, 0.0005721575580537319, -0.014673962257802486, 0.011600181460380554, -0.0008745240629650652, 0.011446492746472359, 0.00047568429727107286, 0.00040155439637601376, 0.017012709751725197, -0.017560644075274467, -0.02182384394109249, 0.02793131396174431, -0.025926673784852028, 0.012916562147438526, 0.011680367402732372, -0.0004025984671898186, 0.002748026978224516, -0.010243709199130535, 0.03586968779563904, -0.015956932678818703, -0.020754702389240265, 0.0005775868194177747, -0.018830249086022377, 0.014660598710179329, 0.016638509929180145, -0.031432751566171646, 0.014567048288881779, -0.008098744787275791, -0.032448433339595795, 0.010404080152511597, -0.01220825593918562, 0.004196378868073225, 0.008178929798305035, 0.013685006648302078, -0.006528443191200495, -0.02011321857571602, -0.006237770430743694, 0.02551238052546978, 0.02000630460679531, 0.010330576449632645, -0.0010240367846563458, 0.006982828490436077, -0.023414190858602524, 0.01482096966356039, -0.02217131480574608, 0.010009834542870522, -0.03279590606689453, -0.021329365670681, 0.01690579392015934, 0.018496142700314522, 0.03897019475698471, -0.012689369730651379, 0.011239346116781235, -0.019712289795279503, -0.002721298485994339, -0.004737631883472204, -0.006942735519260168, -0.007878233678638935, -0.00927479937672615, 0.019471732899546623, -0.005997213535010815, 0.016571687534451485, -0.0012863104930147529, 0.008065333589911461, 0.002305335598066449, -0.012482223100960255, 0.011005472391843796, -0.004146263003349304, 0.007644359488040209, -0.033597759902477264, -0.00011745935626095161, 0.010444172658026218, 0.017787836492061615, 0.0025208343286067247, -0.007671087980270386, -0.02011321857571602, -0.010290483944118023, -0.007323617115616798, 0.02998941019177437, -0.014139392413198948, -0.04180341958999634, 0.005489371716976166, -0.001394895138218999, -0.00188603182323277, 0.01054440438747406, -0.021730294451117516, -0.016397953033447266, 0.010103384032845497, -0.01263591181486845, 0.03231479227542877, -0.00533234141767025, 0.02024686150252819, 0.007256795652210712, 0.011473220773041248, 4.909801282337867e-05, 0.014019113965332508, -0.0016229228349402547, -0.001358978683128953, -0.004226448480039835, -0.0045204623602330685, 0.015716375783085823, 0.02556583844125271, 0.03386504575610161, 0.021075446158647537, -0.02594003826379776, 0.0036785139236599207, 0.009949695318937302, -0.008713500574231148, 0.0319940485060215, -0.006464962847530842, -0.018509507179260254, -0.02630087360739708, -0.025686116889119148, -0.0015552663244307041, -0.028198597952723503, 0.01726662926375866, 0.01532881148159504, -0.004607330076396465, 0.003835543990135193, 0.0025392102543264627, 0.024349689483642578, -0.0013030158588662744, -0.011707095429301262, 0.02878662571310997, -0.008833779022097588, 0.03410560265183449, 0.003985892049968243, 0.019498461857438087, -0.04084119200706482, -0.0489666648209095, 0.014633869752287865, 0.0021616697777062654, 0.027530385181307793, 0.022438600659370422, 0.00616426719352603, -0.011473220773041248, 0.02254551462829113, -0.007644359488040209, 0.0038890009745955467, -0.031245650723576546, -0.015021433122456074, 0.015435725450515747, 0.01429976336658001, -0.002890022238716483, -0.008232386782765388, -0.008639996871352196, -0.003989233169704676, -0.020808160305023193, -0.003235822543501854, -0.013143754564225674, -0.0071632456965744495, -0.014313127845525742, 0.010083337314426899, -0.010704776272177696, 0.02376166172325611, 0.015475818887352943, 0.020754702389240265, 0.005031645763665438, 0.0010106725385412574, -0.023561198264360428, -0.0018960550660267472, 0.02175702340900898, 0.019070805981755257, -0.029668668285012245, -0.005105149000883102, 0.030630894005298615, 0.04931413754820824, -0.00610412796959281, -0.00019263334979768842, -0.005419209133833647, 0.04567905515432358, -0.011466539464890957, 0.001593688502907753, -0.0028014839626848698, 0.017734378576278687, 0.02055423893034458, 0.0016337813576683402, 0.0023487694561481476, -0.043540775775909424, -0.005749974865466356, -0.015128348022699356, 0.01727999374270439, 0.014406677335500717, -0.005305612925440073, -0.020527509972453117, 0.004396843258291483, -0.004567237570881844, -0.014032477512955666, -0.001934477360919118, -0.003718606662005186, 0.008252433501183987, -0.016932522878050804, -0.0022852893453091383, -0.007971784099936485, -0.003551553236320615, -0.0050483508966863155, 0.008299208246171474, 0.02103535272181034, 0.03611024469137192, -0.04169650748372078, 0.03210096433758736, -0.04843209683895111, -0.008867189288139343, -0.027984770014882088, 0.006495032459497452, -0.0017690944951027632, -0.04054717719554901, 0.015649553388357162, -0.010972061194479465, -0.02750365622341633, -0.02515154518187046, 0.026314236223697662, 0.0040059383027255535, -0.009836099110543728, 0.006401482969522476, 0.07034949213266373, -0.014473498798906803, 0.0010115078184753656, -0.00045396736823022366, -0.017173079773783684, 0.004617353435605764, -0.04733622446656227, 0.021543195471167564, -0.0037653816398233175, -0.032876089215278625, -0.0130301583558321, -0.025298552587628365, 0.012395355850458145, -0.02079479582607746, -0.018950527533888817, -0.03629734367132187, 0.01666523888707161, 0.011279439553618431, -0.012047884985804558, 0.015261990018188953, -0.015529275871813297, -0.029107367619872093, -0.014914519153535366, 0.021489737555384636, -0.0013723429292440414, -0.020861616358160973, -0.004473687615245581, -0.0067155431024730206, -0.006378095131367445, 0.030042866244912148, -0.0022585606202483177, -0.011827373877167702, -0.009628952480852604, -0.0023972149938344955, -0.02381511963903904, 0.013872106559574604, -0.0036317389458417892, 0.030871450901031494, 0.011646956205368042, -0.01714635081589222, -0.0179882999509573, -0.006916007027029991, -0.03934439644217491, -0.023748299106955528, -0.019979575648903847, 0.007878233678638935, 0.012582454830408096, 0.013598139397799969, 0.01702607236802578, 0.03135256469249725, -0.0029301149770617485, 0.013778557069599628, -0.041856877505779266, -0.02259897068142891, 0.01417948491871357, -0.015395632945001125, 0.00893401075154543, 0.005252155940979719, -0.023414190858602524, 0.006057352758944035, 0.025138182565569878, -0.008272480219602585, 0.00896742194890976, 0.0335710309445858, -0.012061248533427715, -0.022572243586182594, -0.024510061368346214, -0.0272230077534914, -0.037125926464796066, -0.015489182434976101, 0.01063795480877161, -0.029187554493546486, -0.010918604210019112, 0.01659841649234295, 0.0036985601764172316, -0.014406677335500717, 0.017079530283808708, 0.00021946628112345934, -0.01093865092843771, 0.01142644602805376, -0.009742548689246178, -0.012769554741680622, -0.007978466339409351, -0.02817186899483204, 0.010831736959517002, 0.01575646735727787, 0.0008482131524942815, 0.046213626861572266, -0.007570855785161257, 0.006568536162376404, 0.003591646207496524, 0.001690579461865127, -0.021957486867904663, 0.013885471038520336, 0.00016632245387881994, 0.030817994847893715, 0.015261990018188953, -0.018469413742423058, 0.010370668955147266, -0.025672752410173416, -0.007731227204203606, -0.0016780504956841469, -0.00012236654583830386, 0.0076042665168643, 0.00415294524282217, 0.0012236654292792082, -0.016812244430184364, -0.0017941525438800454, 0.011586817912757397, -0.017974935472011566, -0.02254551462829113, -0.008239069022238255, 0.006789046339690685, -0.027289828285574913, -0.011981063522398472, -0.008492990396916866, 0.006495032459497452, -0.03480054438114166, -0.014780877158045769, 0.011165843345224857, 0.013885471038520336, -0.003341066185384989, 0.28032881021499634, -0.028011498972773552, 0.010323894210159779, 0.01727999374270439, -0.011860785074532032, 0.027904585003852844, 0.01980583928525448, 0.012121387757360935, 0.0021466349717229605, 0.03974532335996628, -0.014861062169075012, 0.03455998748540878, -0.014901154674589634, -0.004443618003278971, 0.008265797980129719, -0.04442281648516655, -0.04169650748372078, -0.005896981805562973, -0.01405920647084713, 0.0016162407118827105, 0.008920646272599697, -0.009969741106033325, -0.024082405492663383, -0.015729740262031555, 0.012782919220626354, -0.01727999374270439, -0.0050750793889164925, 0.005128536373376846, 0.004226448480039835, 0.020019669085741043, -0.021382823586463928, -0.006849185563623905, -0.008900600485503674, 0.018215492367744446, -0.024817438796162605, -0.0093683497980237, 0.01506152655929327, 0.012709415517747402, 0.0136115038767457, 0.0007521575316786766, 0.00016193730698432773, -0.02055423893034458, -0.003932435065507889, -0.0017122963909059763, 0.0179882999509573, 0.015008069574832916, -0.014393312856554985, -0.028439154848456383, 0.026955721899867058, 0.03998588025569916, -0.03677845746278763, -0.014019113965332508, 0.009361667558550835, 0.029107367619872093, 0.02708936482667923, -0.015288718976080418, -0.0012219949858263135, -0.0045939660631120205, 0.019044077023863792, -0.0013222269481047988, -0.011419763788580894, 0.043300218880176544, -0.009916284121572971, 0.011386353522539139, 0.022692522034049034, 0.029187554493546486, -0.011105704121291637, -0.0055328053422272205, 0.017908114939928055, -0.021329365670681, -0.01005660928785801, -0.004497074987739325, -0.011199253611266613, 0.002216797322034836, -0.004697538912296295, -0.031432751566171646, 0.0041061704978346825, 0.005188675597310066, -0.0005157770938239992, 0.056022997945547104, -0.02393539808690548, -0.010524358600378036, 0.005930392537266016, -0.00574329262599349, -0.01408593449741602, -0.01659841649234295, 0.029080640524625778, 0.00909438170492649, -0.000521206296980381, -0.02314690686762333, -0.004771042615175247, -0.014219577424228191, 0.0009104405180551112, 0.013477860949933529, 0.00583350146189332, 0.013872106559574604, -0.0026377716567367315, 0.0009922966128215194, -0.027770942077040672, -0.010611225850880146, -0.036270614713430405, 0.048031166195869446, 0.008212340995669365, 0.006578559055924416, -0.04616016894578934, -0.008078698068857193, 0.006023942492902279, 0.006558512803167105, 0.011773916892707348, -0.01367164310067892, -0.017052801325917244, -0.021048717200756073, -0.0038756367284804583, -0.01260918378829956, 0.01786802150309086, 0.0012453823583200574, -0.006949417758733034, -0.028091683983802795, 0.004249836318194866, -0.01726662926375866, -0.002980231074616313, -0.02926773950457573, -0.015649553388357162, 0.02011321857571602, -0.0001275869581149891, -0.013765192590653896, 0.0020079808309674263, 0.00981605239212513, 0.00627452228218317, -0.01715971529483795, -0.0025960083585232496, -0.02115563116967678, 0.008586539886891842, 0.0030320174992084503, -0.01496797613799572, 0.015235261991620064, 0.010551086626946926, 0.008927328512072563, 0.008138837292790413, -0.016170760616660118, -0.01939154788851738, -0.028278784826397896, 0.008766957558691502, -0.010811690241098404, 0.028572797775268555, 0.00872686505317688, 0.009288163855671883, 0.005235450807958841, 0.024216048419475555, -0.019311362877488136, -0.017560644075274467, -0.0022301615681499243, 0.01442004181444645, -0.014914519153535366, 0.008332619443535805, -0.0051084901206195354, -0.0011150807840749621, -0.008660043589770794, -0.013377629220485687, 0.0055996268056333065, -0.03437288850545883, -0.010931968688964844, 0.017654193565249443, -0.021663473919034004, -0.029321197420358658, -0.021850572898983955, -0.16945888102054596, 0.018496142700314522, 0.010651319287717342, -0.02448333241045475, 0.02206440083682537, 0.0050750793889164925, -0.0076844519935548306, -0.009542085230350494, 0.01969892531633377, -0.021342730149626732, -0.00036229685065336525, -0.03843562677502632, -0.018268950283527374, 0.002380509627982974, -0.010363987646996975, -0.013437768444418907, -0.013531317934393883, -0.011172525584697723, 0.033116646111011505, 0.0048345229588449, 0.03570931404829025, -0.035896413028240204, 0.00981605239212513, 0.00595377990975976, 0.008740229532122612, 0.029535025358200073, 0.01339767500758171, -0.016705330461263657, -0.007697816472500563, -0.0355222150683403, -0.0203537754714489, -0.002950161462649703, 0.003551553236320615, -0.0005629696534015238, 0.01781456544995308, -0.0017072848277166486, 0.006444916594773531, -0.003932435065507889, -0.01781456544995308, 0.012408719398081303, 0.009976423345506191, 0.04479701444506645, -0.034987643361091614, -0.00013677489187102765, 0.014446769841015339, -0.004700880032032728, -0.005212063435465097, -0.012408719398081303, 0.017226537689566612, 0.006996192503720522, 0.019912755116820335, -0.04677492752671242, 0.005539487581700087, 0.02455015480518341, 0.025124818086624146, -0.022705886512994766, -0.01494124811142683, 0.005693176761269569, -0.01582328975200653, 0.010490947403013706, -0.010083337314426899, -0.012843058444559574, 0.010437490418553352, 0.000762180716264993, -0.0071632456965744495, 0.004724267404526472, -0.008325937204062939, 0.001323062228038907, -0.032822635024785995, -0.005389139521867037, 0.003959163557738066, -0.016945887356996536, -0.004025984555482864, -0.0006865891045890749, 0.010357305407524109, 0.016558323055505753, -0.025552473962306976, 0.027129456400871277, 0.012983382679522038, 0.0014291410334408283, -0.002338746329769492, -0.006070717237889767, -0.026648344472050667, 0.025164909660816193, -0.006989510264247656, 0.016224216669797897, 0.015114983543753624, 0.003828861750662327, -0.005980508401989937, -0.02594003826379776, 0.004924731329083443, -0.037419941276311874, -0.025592567399144173, -0.010216980241239071, -0.00627452228218317, 0.010043244808912277, 0.00893401075154543, -0.0041061704978346825, -0.01269605103880167, -0.012716097757220268, 0.016999345272779465, 0.004159627482295036, -0.014513591304421425, 0.0066386982798576355, 0.01861642114818096, 0.016625145450234413, 0.019551919773221016, 0.014112663455307484, 0.048271723091602325, -0.0056029679253697395, -0.01727999374270439, 0.0066787912510335445, 0.004029325675219297, 0.03458671644330025, 0.016130667179822922, 0.02187730185687542, -0.01865651272237301, -0.02563265897333622, 0.01721317321062088, 0.001585335936397314, 0.018923798575997353, -0.006271181162446737, -0.003531506983563304, -0.0034279339015483856, 0.0028131776489317417, 0.006378095131367445, -0.07083060592412949, -0.02290634997189045, 0.012682687491178513, 0.02405567653477192, 0.017199808731675148, 0.016317768022418022, -0.00830589048564434, 0.03664481267333031, -0.014019113965332508, 0.023467648774385452, -0.030443795025348663, -0.01721317321062088, -0.0022819482255727053, -0.01381864957511425, -0.006077399477362633, -0.0056697893887758255, -0.01075823325663805, -0.012281759642064571, 0.001964546972885728, 0.04279237613081932, -0.012348580174148083, -0.010571133345365524, 0.011820691637694836, -0.002449001418426633, -0.02169020101428032, 0.02576630190014839, -0.016919158399105072, 0.012615866027772427, 0.009822734631597996, 0.007517398800700903, 0.01484769769012928, -0.015248625539243221, 0.020447324961423874, -0.012736144475638866, -0.008533082902431488, -0.004259859211742878, -0.03691209852695465, -0.001078329049050808, 0.03528165817260742, 0.007276841904968023, 0.01136630680412054, 0.022639064118266106, -0.0018225515959784389, -0.016705330461263657, 0.009869509376585484, -0.013898835517466068, -0.009949695318937302, 0.04255181923508644, -0.02418931946158409, -0.005349047016352415, -0.034934189170598984, 0.01726662926375866, -0.027557114139199257, -0.014099298976361752, 0.03538857400417328, 0.01417948491871357, 0.011419763788580894, 0.01786802150309086, -0.028893539682030678, 0.01381864957511425, -0.0017724356148391962, -0.02297317050397396, 0.0028282124549150467, 0.014500226825475693, 0.00887387152761221, 0.0363508015871048, -0.033116646111011505, 0.012201573699712753, 0.0009079347364604473, -0.01981920376420021, -0.02144964411854744, 0.018937163054943085, -0.00024160085013136268, 0.01381864957511425, -0.012963336892426014, -0.014526955783367157, -0.010377351194620132, -0.011045564897358418, 0.023013263940811157, -0.003494755132123828, -0.016023753210902214, -0.010123430751264095, -0.01836249977350235, -0.008031923323869705, 0.03175349161028862, 0.00887387152761221, -0.0026678412687033415, -0.00030027833417989314, 0.031780220568180084, -0.026434514671564102, 0.003025335492566228, 0.033945232629776, 0.002425614045932889, 0.0023938738740980625, 0.017921479418873787, 0.00020453589968383312, -0.019057441502809525, 0.0032458456698805094, -0.01709289476275444, 0.01939154788851738, -0.012956654652953148, -0.022532150149345398, -0.05474002659320831, 0.019845932722091675, 0.0017273311968892813, 0.0215164665132761, 0.009181249886751175, 0.0032491867896169424, -0.0033377250656485558, -0.0008954057120718062, 0.0067422715947031975, 0.02854606881737709, -0.00993633083999157, 0.0062244064174592495, -0.003655126318335533, 0.024349689483642578, -0.01011674851179123, -0.004099488258361816, 0.02266579307615757, 0.009127792902290821, 0.004266541451215744, 0.0018826908199116588, 0.010557768866419792, -0.003220787737518549, 0.003317678812891245, -0.015008069574832916, -0.007771319709718227, -0.011800645850598812, -0.007083060219883919, -0.007437213324010372, -0.0035682586021721363, -0.007764637935906649, 0.005024963524192572, -0.01896389201283455, 0.012615866027772427, 0.03934439644217491, 0.011172525584697723, -0.02467043325304985, 0.02806495502591133, 0.0292142815887928, 0.02479071170091629, 0.034399617463350296, -0.002968537388369441, -0.014807605184614658, 0.02588658034801483, -0.007083060219883919, -0.02217131480574608, -0.006204359699040651, -0.019605375826358795, 0.01530208345502615, 0.020500782877206802, -0.022759342566132545, 0.029000453650951385, 0.009969741106033325, -0.013417721726000309, -0.019471732899546623, -0.015008069574832916, -0.04065409302711487, 0.013965656980872154, 0.005626355297863483, -0.008058651350438595, -0.0014199530705809593, 0.04455645754933357, -0.008559811860322952, -0.004737631883472204, -0.03079126589000225, 0.0006552665727213025, -0.01178728137165308, -0.013477860949933529, 0.0032525279093533754, 0.012108024209737778, -0.025458924472332, -0.032394979149103165, -0.011814010329544544, -0.01048426516354084, 0.007884915918111801, 0.000536241102963686, 0.024456603452563286, -0.01105892937630415, -0.018629785627126694, -0.0007696981192566454, 0.020594332367181778, 0.03520147129893303, 0.009354985319077969, -0.032448433339595795, -0.0014575400855392218, -0.001681391499005258, 0.033063191920518875, -0.014526955783367157, 0.025726210325956345, -0.008239069022238255, -0.011814010329544544, -0.017961570993065834, 0.006558512803167105, -0.012662640772759914, 0.03260880708694458, 0.012181526981294155, 0.007463941816240549, -0.0036651496775448322, 0.009381713345646858, 0.017306722700595856, -0.004938095808029175, 0.02388194017112255, -0.007691134233027697, 8.775519381742924e-05, 0.0009739208035171032, -0.03434615954756737, -0.01921781338751316, -0.046267084777355194, -0.022438600659370422, 0.01861642114818096, 0.011660320684313774, -0.0036050104536116123, 0.00954876746982336, -0.018696606159210205, 0.014513591304421425, -0.008820414543151855, 0.005385798867791891, 0.0072634778916835785, 0.008459579199552536, -0.01575646735727787, 0.022091129794716835, -0.003471367759630084, 0.022759342566132545, 0.0025909969117492437, -0.0036083513405174017, 0.029962681233882904, 0.029561754316091537, -0.035548944026231766, -0.018509507179260254, 0.015422360971570015, -0.010143476538360119, 0.00477438373491168, -0.012241666205227375, -0.014433405362069607, -0.014152755960822105, -0.017427001148462296, 0.006989510264247656, -0.006030624266713858, 0.011827373877167702, 0.010898557491600513, 0.03365121781826019, 0.02350774221122265, -0.014807605184614658, 0.018589692190289497, 0.019485097378492355, -0.0028248713351786137, 0.011600181460380554, -0.0061241742223501205, -0.004784406628459692, -0.008920646272599697, 0.004136240109801292, -0.01054440438747406, -0.005412527360022068, -0.013992385007441044, -0.024750618264079094, -0.004136240109801292, -0.014593777246773243, -0.007063013967126608, 0.001735683879815042, -0.006201018579304218, 0.018375864252448082, -0.0005809278809465468, 0.008472943678498268, 0.005018281284719706, -0.012956654652953148, -0.0024774004705250263, -0.013885471038520336, 0.012007791548967361, -0.023186998441815376, -0.005736610386520624, 0.003925752826035023, 0.0046607875265181065, -0.03739321231842041, -0.017012709751725197, 0.0030871450435370207, 0.005726587492972612, 0.0033577715512365103, -0.007336981128901243, 0.009495310485363007, -0.01482096966356039, -0.005278884433209896, -0.02066115289926529, -0.027958041056990623, -0.04343385994434357, -0.005492712836712599, 0.011172525584697723, -0.004283247049897909, -0.011540042236447334, -0.017119623720645905], \"79d37838-25fc-4b42-a92c-abb504b117ae\": [-0.010368307121098042, 0.0024283109232783318, 0.008438336662948132, -0.030710473656654358, -0.023413214832544327, 0.014481819234788418, -0.02451203018426895, -0.015186188742518425, -0.020553477108478546, -0.024258457124233246, -0.0011005760170519352, -0.0030957001727074385, 0.017073895782232285, -0.003516560420393944, -0.01437616441398859, -0.007684662006795406, -0.001508229412138462, -0.005867390893399715, 0.0289072897285223, -0.02149733155965805, -0.0251177866011858, 0.01632726565003395, -0.007269084453582764, -0.004102947656065226, -0.0326545313000679, 0.010755709372460842, 0.04048711061477661, -0.007089470513164997, -0.004296648781746626, 0.010114734061062336, 0.02635747566819191, 0.0015003052540123463, -0.017426081001758575, -0.03572557866573334, -0.019694147631525993, -0.010481005534529686, -0.0003990688710473478, -0.012241926975548267, 0.0368807427585125, -0.013220999389886856, 0.028456494212150574, 0.004782663192600012, -0.006487235426902771, -0.009065224789083004, 0.023624524474143982, 0.02284971997141838, -0.004606571048498154, -0.03640177100896835, -0.018919341266155243, 0.01655266433954239, 0.0023103291168808937, 0.03733154013752937, -0.050151050090789795, 0.005571556277573109, 0.008135458454489708, 0.020736614242196083, -0.007550831884145737, 0.013537965714931488, -0.018186798319220543, -0.03130214288830757, 0.019750496372580528, 0.008614428341388702, -0.021666379645466805, -0.013516834937036037, -0.013840843923389912, -0.009304709732532501, -0.0048249252140522, 0.0010847277007997036, 0.009170879609882832, 0.014805829152464867, 0.024103496223688126, 0.0010944127570837736, 0.0014404339017346501, 0.007181038614362478, 0.06051935628056526, -0.012474369257688522, -0.0036380640231072903, -0.003041111631318927, -0.013390048407018185, -0.0006105995853431523, 0.022553885355591774, -0.014552256092429161, -0.024018971249461174, 0.021779078990221024, 0.028259269893169403, 0.016933022066950798, -0.010452831164002419, -0.006420320365577936, 0.0013312568189576268, -0.0015813076170161366, -0.005789910443127155, -0.0002678802120499313, 0.028541017323732376, 0.016425877809524536, 0.014467732049524784, 0.04403712972998619, 0.011643214151263237, 0.022751107811927795, 0.01229123305529356, -0.023568175733089447, -0.024723339825868607, -0.004053641576319933, -0.04085338115692139, -0.007061295676976442, -0.022046739235520363, -0.013890150003135204, 0.023483650758862495, -0.01514392625540495, 0.018031837418675423, 0.005240502767264843, -0.01648222655057907, 0.013094213791191578, 0.01674988679587841, -0.0206802636384964, -0.02138463221490383, -0.02125784568488598, -0.020976098254323006, -0.02686461992561817, 0.002298002829775214, -0.008677821606397629, 0.013939456082880497, 0.04248751699924469, -0.0064837136305868626, -0.020891575142741203, 0.01508757658302784, 0.0020285816863179207, -0.010685272514820099, 0.002917847130447626, 0.009516020305454731, -0.0050996290519833565, 0.039726391434669495, 0.00920609850436449, 0.03569740429520607, 0.012565936893224716, -0.03349977359175682, -0.00936105940490961, 0.029076337814331055, -0.014848091639578342, -0.007846666499972343, -0.02639973722398281, 0.015636984258890152, 0.038965675979852676, 0.0032453786116093397, 0.006846463307738304, 0.014284596778452396, 0.00957236997783184, 0.0021536070853471756, 0.011833393014967442, 0.0050010173581540585, -0.013044907711446285, -0.011326247826218605, 0.005557468626648188, -0.0006436168914660811, 0.002810430945828557, 0.0011507623130455613, 0.00984003022313118, 0.0025885547511279583, -0.012009485624730587, -0.010156995616853237, -0.011276942677795887, 0.013749276287853718, 0.028850940987467766, 0.0050538452342152596, -0.003254183102399111, 0.009276535362005234, 0.030316026881337166, -0.0069098565727472305, -0.022243961691856384, 0.044093478471040726, 0.004388216882944107, 0.011100850068032742, -0.007339521311223507, -0.010861365124583244, 0.0013832040131092072, 0.012587067671120167, 0.032091036438941956, 0.020947923883795738, 0.0017591607756912708, -0.010234476998448372, -0.00725499726831913, -0.009163836017251015, 0.009156792424619198, 0.03217555955052376, 0.024286631494760513, 0.0025920767802745104, 0.013235087506473064, 0.00027866585878655314, -0.005789910443127155, 0.00972733087837696, -0.00165174447465688, 0.017764177173376083, -0.004314258228987455, 0.00260440306738019, 0.0017274641431868076, -0.6036157608032227, -0.00597304617986083, 0.0030111761298030615, -0.002713580150157213, -0.009065224789083004, 0.034204140305519104, 0.007903016172349453, -0.008825738914310932, -0.016735799610614777, -0.003365121316164732, -0.0029882839880883694, 0.017510604113340378, 0.006508366204798222, 0.000772604369558394, -0.026188427582383156, -0.010840233415365219, 0.01142485998570919, 0.010086558759212494, 0.026258863508701324, 0.030879521742463112, -0.012248970568180084, -0.014707217924296856, -0.001185980741865933, 0.002268067095428705, 0.009213142096996307, -0.011607995256781578, -0.0019211655016988516, -0.004550221376121044, -0.0026202513836324215, -0.0023966142907738686, -0.031161269173026085, 0.00239309249445796, -0.0007202169508673251, 0.0019704713486135006, 0.06767573952674866, 0.004187471698969603, -0.020849311724305153, 0.022906068712472916, -0.006427363958209753, 0.025948941707611084, -0.017510604113340378, -0.010826146230101585, 0.006797157693654299, -0.012298276647925377, 0.010889539495110512, 0.02284971997141838, -0.008452423848211765, 0.02238483540713787, -0.007269084453582764, 0.005666645709425211, -0.0022592623718082905, -0.0060892668552696705, 0.008086152374744415, 0.006015308201313019, -0.00013988321006763726, -0.024371156468987465, 0.006705589592456818, -0.05434908717870712, 0.016989372670650482, 0.003585236379876733, -0.00284212757833302, 0.006709111388772726, -0.007867798209190369, -0.015538373030722141, -0.02323007769882679, 0.03707796707749367, -0.0009579414036124945, -0.023610437288880348, 0.024596553295850754, -0.006071657873690128, -0.008212938904762268, 0.01643996499478817, -0.004145209677517414, -0.013523878529667854, -0.00549759715795517, 0.013178737834095955, 0.012178533710539341, -0.017919138073921204, 0.003016458824276924, 0.016806235536932945, 0.0037859815638512373, -0.022103087976574898, -0.008931394666433334, 0.005796954035758972, -0.02535727247595787, 0.00190531718544662, -0.02673783339560032, -0.044516097754240036, 0.01236871350556612, -0.005712429992854595, 0.001857772353105247, -0.00733247771859169, 0.004951711744070053, -0.026596959680318832, 0.0040501197800040245, 0.030456900596618652, -0.013812669552862644, -0.017806440591812134, 0.008107283152639866, -0.03025967814028263, -0.01190383080393076, -0.03879662603139877, 0.0009059942094609141, 0.013383004814386368, 0.05232050269842148, 0.01976458542048931, -0.006349883507937193, -0.021314196288585663, 0.013044907711446285, 0.008424249477684498, 0.007075383327901363, 0.014594518579542637, -0.012340539135038853, -0.007867798209190369, 0.00019083988445345312, -0.03417596593499184, 0.019201090559363365, 0.018454458564519882, -0.00398320471867919, -0.0012027095071971416, 0.008015715517103672, 0.02759716473519802, 0.03786686062812805, -0.02183542773127556, 0.021581856533885002, 0.009769593365490437, -0.0019511012360453606, -7.68339668866247e-06, 0.02376539818942547, -0.018848905339837074, -0.0017142571741715074, -0.02269475907087326, 0.023878097534179688, -0.021511418744921684, 0.03149936720728874, 0.004074772819876671, 0.02187769114971161, -0.0008201492601074278, 0.007980496622622013, -0.028653716668486595, -0.008727127686142921, -0.007022555451840162, 0.013263261877000332, -0.028188833966851234, -0.018609419465065002, -0.01018517091870308, -0.035105735063552856, 0.006846463307738304, -0.0075790067203342915, -0.002199391135945916, -0.015059402212500572, 0.007508569862693548, -0.006152660120278597, 0.01708798296749592, -0.015524284914135933, 0.010593704879283905, 0.01210105326026678, -0.038374003022909164, -0.0026413823943585157, -0.024103496223688126, -0.02462472766637802, 0.010347175411880016, -0.015636984258890152, -0.019313788041472435, -0.018820730969309807, -0.0251600481569767, 0.006849985104054213, 0.005110194440931082, -0.019806846976280212, -0.006096310913562775, -0.00589556572958827, 0.0003281917597632855, -0.01890525408089161, -0.027723951265215874, -0.00142106378916651, -0.0031872682739049196, -0.03392239287495613, -0.014185984618961811, -0.002169455401599407, -0.019975895062088966, -0.0042931269854307175, 0.01697528548538685, 0.0005384017713367939, -0.027766212821006775, 0.034401364624500275, 0.011276942677795887, 0.026484262198209763, 0.02400488406419754, -0.033978745341300964, 0.03372517228126526, -0.01445364486426115, 0.014622692950069904, 0.006047004833817482, 0.027160456404089928, 0.014524081721901894, 0.0325700081884861, 0.003870505839586258, -0.006001221016049385, -0.008170676417648792, 0.013129431754350662, 0.005332070868462324, 0.03654264658689499, -0.01725703291594982, -0.016961196437478065, 0.007459264248609543, -0.02713228017091751, -0.003491907613351941, -0.011100850068032742, 0.007219778839498758, 0.009720287285745144, 0.0020444300025701523, -0.007924147881567478, -0.014171897433698177, -0.010213345289230347, 0.007156385574489832, 0.013037864118814468, -0.031583890318870544, 0.014495907351374626, -0.010797971859574318, 0.008086152374744415, -0.004849578253924847, -0.004800272639840841, 0.015172100625932217, 0.04809429123997688, -0.027892999351024628, -0.0019194046035408974, 0.02107471041381359, 0.01582011952996254, 0.015200275927782059, -0.002625534078106284, -0.010896583087742329, 0.005958958994597197, 0.01028378214687109, 0.012572980485856533, 0.01613004319369793, -0.014791741967201233, 0.03048507496714592, -0.026146164163947105, 0.030118804425001144, -0.005141891073435545, -0.0020391473080962896, 0.01872211880981922, 0.0039057242684066296, -0.014200071804225445, 0.03333072364330292, 0.017623303458094597, 0.025526320561766624, 0.006268881261348724, -0.013192825019359589, 0.04448792338371277, -0.024652903899550438, 0.026949144899845123, -0.017890963703393936, -0.0037507631350308657, 0.04040258750319481, -0.019271526485681534, -0.017665566876530647, 0.03612002357840538, 0.019032040610909462, 0.022596146911382675, 0.008431293070316315, 0.008234069682657719, -0.0014413143508136272, -0.0019757540430873632, 0.03800773248076439, 0.006254793610423803, 0.00042900454718619585, -0.014580431394279003, -0.01686258614063263, 0.0030375898350030184, 0.016609013080596924, -0.009107486344873905, -0.03025967814028263, 0.008100239560008049, 0.004469219129532576, 0.01456634420901537, 0.012798378244042397, -0.004603049252182245, 0.0022874372079968452, -0.009227229282259941, -0.008241113275289536, 0.013812669552862644, 0.007184560410678387, 0.04541769251227379, 0.0125588933005929, -0.020595740526914597, 0.00025049110990948975, 0.033866044133901596, -0.016341352835297585, 0.014383208006620407, -0.010213345289230347, 0.014045110903680325, 0.007107079960405827, -0.0024054190143942833, -0.037613287568092346, 0.03161206468939781, 0.029893405735492706, -0.011664344929158688, -0.03485216200351715, 0.012403932400047779, 0.006927465554326773, 0.010248564183712006, -0.01472130510956049, -0.00013812229735776782, 0.02573763020336628, 0.013199868611991405, -0.024751514196395874, -0.0025145960971713066, -0.01763739064335823, -0.016890760511159897, -0.016468139365315437, -0.013418222777545452, 0.0003810194320976734, -0.007529701106250286, -0.0018401631386950612, 0.015806032344698906, -0.023934446275234222, -0.0008434814517386258, 0.022441186010837555, 0.010727535001933575, 0.023215990513563156, -0.021469157189130783, -0.045868486166000366, 0.021004272624850273, -0.025540407747030258, 0.0428256131708622, 0.006205487996339798, 0.008396074175834656, -0.012241926975548267, 0.02331460267305374, -0.01725703291594982, -0.028879115357995033, -0.013220999389886856, -0.04857326298952103, -0.014347990043461323, -0.03130214288830757, 0.026611048728227615, -0.014552256092429161, 0.014038067311048508, -0.0007413480198010802, 0.013354829512536526, -0.0155101977288723, -0.0034637327771633863, 0.01393241249024868, -0.019187001511454582, -0.0028069091495126486, -0.0038352874107658863, 0.05384194105863571, 0.0022997637279331684, 0.028879115357995033, 0.027315417304635048, 0.016679449006915092, 0.004800272639840841, -0.022469360381364822, 0.002849171170964837, -0.015383411198854446, 0.006864072754979134, 0.0005317983450368047, 0.001973993144929409, 0.021356457844376564, -0.017538780346512794, 0.0002548934135120362, -0.0019440575269982219, 0.013404135592281818, -0.0026625136379152536, 0.026920970529317856, 0.010079515166580677, -0.002158890012651682, 0.008656690828502178, 0.0035729100927710533, 0.01934196427464485, 0.001567220315337181, -0.01393241249024868, 0.0042473431676626205, 0.019736409187316895, 0.009903423488140106, -0.019933633506298065, 0.0020638001151382923, -0.0017653239192441106, 0.018313584849238396, -0.0252023097127676, -0.010199258103966713, 0.013361873105168343, -0.012305320240557194, -0.025793980807065964, -0.03327437490224838, -0.011650257743895054, 0.0035077559296041727, -0.022877894341945648, -0.0032312911935150623, -0.012488456442952156, -0.004036032594740391, -0.007980496622622013, -0.0014025741256773472, 0.009903423488140106, -0.006543584633618593, -0.014495907351374626, -0.012572980485856533, -0.0018436849350109696, 0.026174338534474373, 0.03364064544439316, -0.006311143282800913, 0.0005282764905132353, 0.0118686119094491, -0.006561194080859423, -0.00993864145129919, -0.0007695227395743132, -0.009431496262550354, -0.003414427163079381, 0.019032040610909462, -0.008635560050606728, -0.013474572449922562, 0.004821403417736292, 0.01741199381649494, 0.007381783332675695, 0.005596208851784468, 0.008438336662948132, 0.003083373885601759, 0.01721476949751377, 0.0033897741232067347, -0.00047588907182216644, 0.01798957586288452, 0.006895769387483597, -0.0023173729423433542, -0.008776433765888214, -0.010741622187197208, -0.0033017280511558056, -0.0005762616056017578, 0.01545384805649519, 0.016651274636387825, -0.006716154981404543, -0.012565936893224716, -0.004874231293797493, -0.019933633506298065, 0.02389218471944332, -0.02018720656633377, 0.01265750452876091, -0.005120760295540094, 0.016933022066950798, -0.000875178084243089, -0.0018137493170797825, 0.03307715058326721, -0.014805829152464867, 0.016679449006915092, 0.00486366543918848, -0.021314196288585663, 0.013199868611991405, 0.02473742701113224, -0.025441795587539673, 0.0020638001151382923, 0.006142094731330872, -0.04502324387431145, -0.005046801641583443, -0.007656487170606852, -0.03110492043197155, 0.003567627165466547, 0.01429868396371603, -0.01279133465141058, -0.02994975447654724, -0.008290419355034828, 0.01570742018520832, 0.02655469812452793, 0.00733247771859169, -0.019187001511454582, 0.00599065562710166, -0.028611455112695694, 0.02709001861512661, -0.0051982407458126545, 0.03347159922122955, -0.026385650038719177, -0.024131670594215393, 0.020229468122124672, 0.018933430314064026, 0.03211921080946922, -0.004965798929333687, -0.0001830257970141247, -0.014002849347889423, -0.012587067671120167, 0.012826553545892239, -0.013375961221754551, -0.00495875533670187, -0.0004851339035667479, 0.017778264358639717, -0.015721509233117104, 0.031386665999889374, -0.006455538794398308, 0.005173587705940008, -0.005212327931076288, 0.006959162186831236, 0.011551645584404469, -0.015256625600159168, 0.002352591371163726, -0.016313178464770317, 0.005557468626648188, 0.013537965714931488, -0.0012211991706863046, -0.00012524555495474488, -0.010579617694020271, -0.002644904423505068, 0.0075930943712592125, -0.015806032344698906, 0.016566751524806023, -0.010593704879283905, -0.05682846158742905, -0.006695024203509092, 0.0004578396328724921, -0.017538780346512794, -0.002410701708868146, -0.029189037159085274, -0.015735596418380737, 0.014256421476602554, -0.03414779156446457, 0.03437319025397301, -0.0019035562872886658, 0.015003052540123463, -0.008769390173256397, 0.0015249581774696708, -0.008156589232385159, 0.013115344569087029, -0.004934102296829224, 0.002984762191772461, -0.007769186515361071, 0.0027364722918719053, 0.02851284295320511, 0.026723746210336685, 0.03781050816178322, 0.010896583087742329, -0.021976301446557045, 0.005367289297282696, 0.008875044994056225, -0.017200682312250137, 0.004469219129532576, -0.012889946810901165, -0.03234460949897766, -0.013742232695221901, -0.01848263293504715, -0.002817474538460374, -0.020623914897441864, 0.029104512184858322, 0.013326655142009258, -0.019863195717334747, 0.001634135260246694, -0.018553070724010468, 0.009022962301969528, 0.002187064616009593, -0.012953340075910091, 0.015791945159435272, -0.011678432114422321, 0.030654124915599823, 0.015679245814681053, 0.0033897741232067347, -0.03183746337890625, -0.073761485517025, 0.0015901122242212296, 0.0028562149964272976, 0.022370748221874237, 0.03552835434675217, 0.016468139365315437, -0.008100239560008049, 0.022934243083000183, -0.01968006044626236, -0.0036908916663378477, -0.032739054411649704, 0.007557875942438841, 0.013552052900195122, 0.02851284295320511, 0.0030129370279610157, -0.017933225259184837, -0.022708846256136894, -0.015017139725387096, -0.007367696147412062, 0.0036627170629799366, -0.03758511319756508, -0.01205879170447588, -0.003023502416908741, 0.005592687055468559, -0.010981107130646706, 0.04026171192526817, 0.01770782843232155, 0.0148199163377285, -0.0009368103346787393, 0.004444566089659929, -0.033133503049612045, 0.00010609553282847628, 0.013375961221754551, 0.009107486344873905, 0.006800679489970207, -0.009832986630499363, 0.017764177173376083, 0.018158623948693275, -0.012382800690829754, -0.002199391135945916, -0.028780503198504448, 0.05012287199497223, -0.014404338784515858, 0.005553946830332279, -0.003569388296455145, -0.004620658233761787, 0.03200651332736015, -0.0007836101576685905, 0.007600137963891029, 4.666442328016274e-05, -0.028273357078433037, -0.0022803936153650284, 0.02806204743683338, 0.015327062457799911, -0.00700494647026062, -0.004814359825104475, 0.006071657873690128, -0.00014461569662671536, -0.0016975285252556205, -0.00953010842204094, 0.013559096492826939, 0.0004312056989874691, 0.003609889419749379, -0.0041487314738333225, -0.0012388083850964904, 0.00597304617986083, -0.0008923470741137862, 0.004610092844814062, -0.0010732817463576794, 0.01763739064335823, -0.03090769611299038, 0.03702161833643913, -0.007290215697139502, -0.013939456082880497, -0.0341196171939373, -0.008191807195544243, 0.018426284193992615, -0.023131467401981354, 0.01814453676342964, -0.012375757098197937, -0.011593908071517944, -0.010713446885347366, 0.019158827140927315, 0.011121980845928192, -0.006916900165379047, 0.010530311614274979, 0.05251772701740265, -0.021483244374394417, 0.011157199740409851, 0.006427363958209753, -0.030203327536582947, 0.01605960540473461, -0.040064487606287, 0.020638002082705498, 0.018130449578166008, -0.015636984258890152, -0.006490757223218679, -0.026385650038719177, 0.005254590418189764, 0.001574263907968998, -0.02994975447654724, -0.040966082364320755, 0.0057617356069386005, 0.012974470853805542, -0.023976709693670273, -0.005050323437899351, -0.01545384805649519, -0.030513251200318336, -0.01932787522673607, 0.017496516928076744, -0.017228856682777405, -0.01732746884226799, 0.013199868611991405, -0.018764380365610123, -0.0046312240883708, 0.015411586500704288, -0.011671388521790504, -0.015876470133662224, -0.022863807156682014, -0.005141891073435545, -0.02161003090441227, 0.0026325779035687447, -0.0005806639092043042, 0.004522047005593777, 0.02010268159210682, -0.030710473656654358, -0.030541425570845604, -0.021159235388040543, -0.022976506501436234, -0.011030413210391998, -0.0008069423492997885, -0.006258315406739712, 0.021525505930185318, -0.0029495437629520893, 0.007614225149154663, 0.006304099690169096, -0.002292719902470708, 0.022215787321329117, -0.006099832709878683, -0.011206505820155144, -0.0014369121054187417, 0.006508366204798222, 0.011896786279976368, 0.010826146230101585, -0.04572761431336403, 0.010727535001933575, 0.02253979630768299, -0.0013383004115894437, 0.02932991087436676, 0.015200275927782059, -0.01395354326814413, -0.00947375874966383, -0.006092789117246866, -0.0077762301079928875, -0.001255537150427699, -0.0069697280414402485, -0.004328345414251089, -0.028738241642713547, -0.0052369809709489346, 0.008846870623528957, 0.008086152374744415, -0.010445787571370602, 0.022680670022964478, -0.013495703227818012, -0.009466715157032013, 0.017609216272830963, -0.013671795837581158, -0.008776433765888214, -0.011396684683859348, -0.030766822397708893, 0.013678839430212975, 0.03110492043197155, 0.010178127326071262, 0.053081221878528595, -0.00635692710056901, -0.010537355206906796, -0.0061033545061945915, 0.0065294974483549595, -0.024610640481114388, -0.0049552335403859615, 0.014193028211593628, -0.00235435226932168, 0.048066116869449615, -0.01265750452876091, -0.0016385376220569015, -0.010903626680374146, 0.005427160300314426, -0.008635560050606728, -0.004014901351183653, 0.006480191834270954, 0.009234272874891758, -0.008565123192965984, -0.029414435848593712, -0.026441998779773712, -0.0040501197800040245, -0.0048566218465566635, -0.009318796917796135, 0.0013171694008633494, -0.026850532740354538, -0.011551645584404469, -0.008269287645816803, -0.008029802702367306, -0.00796640943735838, -0.030344201251864433, -0.006459060590714216, 0.005543381441384554, 0.015129839070141315, 0.013869019225239754, 0.2833252549171448, -0.027695775032043457, -0.00601178640499711, 0.01200244203209877, -0.0017380296485498548, 0.00854399148374796, 0.04569943994283676, 0.016101866960525513, -0.01279133465141058, 0.04699547588825226, 0.012763160280883312, 0.0011498818639665842, -0.02010268159210682, -0.013559096492826939, 0.0016447007656097412, -0.0502355732023716, -0.041698623448610306, -0.009720287285745144, -0.030738648027181625, -0.001584829529747367, -0.0055398596450686455, -0.001293396926485002, -0.030738648027181625, -0.014291640371084213, 0.03192198649048805, 0.002224043942987919, -0.002040908206254244, 0.00819885078817606, -0.004726313520222902, 0.024399330839514732, -0.038965675979852676, -0.005434204358607531, 0.0029389781411737204, 0.020201293751597404, -0.03316167742013931, 0.0017829331336542964, 0.005254590418189764, -0.002255740575492382, 0.021694554015994072, -0.003326381091028452, -0.0012537762522697449, -0.040543459355831146, -0.007040164899080992, -0.0020761266350746155, 0.0065682376734912395, 0.01271385420113802, -0.03017515316605568, -0.0033809696324169636, 0.011643214151263237, 0.01163617055863142, -0.014538168907165527, -0.019609622657299042, 0.014228247106075287, 0.01786278933286667, 0.03164023905992508, -0.013925367966294289, -0.005948393139988184, -0.015129839070141315, -0.012305320240557194, -0.0021166277583688498, -0.0007624790887348354, 0.02642791159451008, -0.011685475707054138, -0.002060278318822384, -0.008022759109735489, 0.005413073115050793, -0.033048976212739944, -0.01767965406179428, 0.008135458454489708, -0.026850532740354538, -0.012861771509051323, -0.00939627829939127, 0.00841016136109829, 0.00870599690824747, -0.016270916908979416, -0.030231503769755363, 0.010438743978738785, 0.016228653490543365, 0.010213345289230347, 0.058209024369716644, -0.02701958268880844, -0.003391535021364689, 0.00476505421102047, -0.016186391934752464, -0.019482837989926338, -0.006381580140441656, 0.044826023280620575, 0.006776026450097561, -0.005289808847010136, -0.008741214871406555, -0.005649036727845669, 3.747461232705973e-05, -0.016454052180051804, 0.0013743992894887924, 0.001710735377855599, 0.0386839285492897, 0.0044762627221643925, -0.005589165259152651, -0.01593281887471676, -0.006251271814107895, -0.03603550046682358, 0.05922331660985947, 0.0011727737728506327, 0.006142094731330872, -0.04403712972998619, -0.01748242974281311, 0.007917103357613087, -0.004159296862781048, 0.025329096242785454, -0.0067267208360135555, 0.0033633604180067778, -0.04392442852258682, 0.005339114461094141, 0.0037859815638512373, 0.023286428302526474, -0.006849985104054213, 0.01219262182712555, -0.019933633506298065, 0.005881478078663349, -0.01350979134440422, 0.027653513476252556, -0.029386259615421295, -0.0055257719941437244, 0.0222721379250288, 0.00626183720305562, -0.024681078270077705, 0.0038071125745773315, -0.010403525084257126, 0.0026906882412731647, -0.042966488748788834, 0.013707013800740242, -0.0251177866011858, 0.02207491360604763, -0.005772300995886326, -0.006881681736558676, 0.014594518579542637, -0.005839216057211161, -0.006839419715106487, -0.00762126874178648, -0.0258503295481205, 0.0006823571166023612, -0.02087748795747757, 0.026526523754000664, -0.006547106895595789, 0.02389218471944332, 0.003500712336972356, 0.004085338208824396, -0.0008813412860035896, 0.018877079710364342, -0.011474165134131908, -0.03547200560569763, -0.019750496372580528, -0.002449441934004426, 0.0010759230935946107, 0.0009192011202685535, 0.0038564184214919806, -0.026850532740354538, -0.025963028892874718, -0.016411790624260902, 0.013791538774967194, -0.020694350823760033, -0.015284799970686436, 0.03149936720728874, -0.011939048767089844, -0.04662920534610748, -0.00577934505417943, -0.18144536018371582, 0.015735596418380737, 0.020384429022669792, -0.03719066455960274, 0.017538780346512794, 0.0013955304166302085, -0.002840366680175066, 0.0035253651440143585, 0.00841016136109829, -0.011939048767089844, 0.012819509953260422, -0.023793572559952736, -0.019539186730980873, -0.007170472759753466, -0.013608402572572231, -0.028386056423187256, -0.01597508043050766, -0.0069556403905153275, 0.027470378205180168, -0.007346564903855324, 0.012544806115329266, -0.038374003022909164, 0.0031731808558106422, 0.023878097534179688, 0.011706607416272163, 0.01983502134680748, -0.010544398799538612, 0.007290215697139502, -0.0006220455979928374, -0.029639832675457, -0.003247139509767294, 0.003071047365665436, 0.005409551318734884, 0.0024195064324885607, 0.007431089412420988, -0.011629126965999603, 0.006156181916594505, 0.016524488106369972, -0.015425673685967922, -0.020483041182160378, 0.01300264522433281, 0.04141687601804733, -0.0004948189598508179, 0.01890525408089161, 0.019356051459908485, 0.009952729567885399, 0.007607181556522846, -0.009389233775436878, 0.01872211880981922, -0.0057617356069386005, 0.003831765614449978, -0.04831968992948532, 0.020750701427459717, 0.005870912689715624, 0.024413418024778366, 0.014481819234788418, 0.002266306197270751, 0.005659602116793394, 0.002560380147770047, 0.00476505421102047, 0.014171897433698177, -0.015636984258890152, 0.007240909617394209, 0.0021324760746210814, -0.012227839790284634, -0.03180928900837898, -0.007128210738301277, 0.014594518579542637, -0.018877079710364342, 0.00082587223732844, 0.00933992862701416, -0.02315964177250862, -0.0025639019440859556, 0.006082223262637854, 0.014059198088943958, 0.02029990404844284, -0.020398516207933426, 0.008586253970861435, -0.013608402572572231, 0.01005134079605341, 0.00023860488727223128, 0.020736614242196083, -0.028259269893169403, 0.013854931108653545, -0.015594721771776676, 0.022131264209747314, 0.027343591675162315, -0.009368102997541428, -0.010544398799538612, -0.01227010227739811, 0.019553273916244507, -0.020821137353777885, -0.024188019335269928, -0.01779235154390335, 0.012784291058778763, 0.015312974341213703, 0.007219778839498758, -0.0051383692771196365, -0.013228042982518673, 0.002748798578977585, 0.0012687440030276775, -0.002713580150157213, -0.024328893050551414, 0.032288260757923126, 0.00470870453864336, -0.00989637989550829, 0.028991814702749252, 0.014333901926875114, 0.048263341188430786, -0.021891778334975243, -0.02489238791167736, -0.012108096852898598, 0.013981717638671398, 0.020004069432616234, 0.006659805774688721, 0.011819305829703808, -0.02349773794412613, -0.030766822397708893, 0.02365269884467125, 0.019017953425645828, 0.0008580090943723917, -0.012565936893224716, 0.011460077948868275, 0.018877079710364342, -0.01315760612487793, -0.01821497268974781, -0.0773678570985794, -0.013657708652317524, 0.017623303458094597, 0.019398313015699387, -0.003410905133932829, 0.004867187235504389, -0.01265750452876091, 0.021694554015994072, -0.030428726226091385, 0.0009693873580545187, -0.00899478793144226, -0.01717250794172287, -0.013347785919904709, -0.0024441592395305634, 0.011509384028613567, -0.0004512361774686724, -0.02952713333070278, 0.02218761295080185, 0.00833268091082573, 0.043389108031988144, -0.02280745655298233, -0.026766009628772736, 0.01427755318582058, -0.009903423488140106, -0.0068112448789179325, 0.026498349383473396, -0.013523878529667854, 0.025920767337083817, 0.011319204233586788, -0.012812466360628605, 0.012326451949775219, -0.02875232882797718, 0.01190383080393076, -0.008290419355034828, -0.014023980125784874, -0.01770782843232155, -0.051926057785749435, -0.012333495542407036, 0.026695571839809418, 0.0015161535702645779, 0.00585682550445199, 0.02145507000386715, 0.004937624093145132, -0.020976098254323006, 0.007614225149154663, -0.0028051482513546944, -0.008107283152639866, 0.04677007719874382, -0.022511621937155724, 0.006846463307738304, -0.007783273700624704, 0.011671388521790504, -0.011699563823640347, -0.003831765614449978, 0.02666739746928215, -0.004754488356411457, 0.016299091279506683, 0.01582011952996254, -0.032400958240032196, 0.007846666499972343, -0.0041099912486970425, -0.009516020305454731, -0.023286428302526474, -0.0011983071453869343, 0.00549759715795517, 0.018229061737656593, -0.00762126874178648, 0.004028988536447287, 0.0003193871525581926, -0.006244228221476078, -0.012488456442952156, 0.006923943758010864, -0.005134847480803728, 0.0199477206915617, -0.034204140305519104, -0.020088594406843185, -0.008501729927957058, -0.013467528857290745, 0.020511215552687645, -0.016623100265860558, -0.020215380936861038, -0.003548257052898407, -0.010241520591080189, -0.008290419355034828, 0.017397906631231308, 0.0096498504281044, 0.00825520046055317, -0.009875248186290264, 0.03183746337890625, -0.039613693952560425, -0.009832986630499363, 0.01605960540473461, 0.013150562532246113, -0.013009688816964626, -0.00589556572958827, -0.00010279379785060883, -0.0012414497323334217, 0.0035077559296041727, -0.016834411770105362, 0.004909449722617865, 0.0003491027164272964, -0.027414027601480484, -0.05336296930909157, 0.027414027601480484, -0.02211717516183853, 0.0026413823943585157, -0.005758213810622692, -0.003372164908796549, 0.017623303458094597, 0.00027316296473145485, -0.00509258545935154, 0.04398077726364136, -0.018510809168219566, 0.00476505421102047, -0.014439557678997517, 0.01387606281787157, -0.020468953996896744, 0.006501322612166405, 0.017566954717040062, -0.010164040140807629, 0.015158013440668583, 0.0037683723494410515, -0.008790520951151848, -0.010058384388685226, 0.0037401975132524967, 0.0032260084990411997, 0.0010662380373105407, -0.01814453676342964, -0.01570742018520832, 0.008896175771951675, 0.0036944136954844, -0.012918121181428432, 0.030456900596618652, -0.021483244374394417, 0.0073888273909688, 0.014256421476602554, -0.010868408717215061, -0.023370951414108276, 0.01721476949751377, 0.01605960540473461, 0.005163022316992283, 0.0007026077364571393, -0.0036310204304754734, -0.015552460215985775, 0.021680466830730438, 0.0018137493170797825, -0.021215584129095078, 0.015622897073626518, -0.018398109823465347, 0.010952932760119438, 0.01690484769642353, -0.031189443543553352, 0.017736002802848816, 0.005018626805394888, -0.006656283978372812, -0.011593908071517944, -0.013861975632607937, -0.0487704873085022, 0.020891575142741203, 0.00039774816832505167, -0.00719864759594202, 0.007124688941985369, 0.043163713067770004, -2.3483540644519962e-05, 0.021469157189130783, -0.026906883344054222, -0.01728520728647709, 0.014291640371084213, 0.006480191834270954, 0.005103150848299265, 0.01545384805649519, -0.03172476589679718, -0.01205879170447588, 0.01157982088625431, 0.007867798209190369, 0.008339724503457546, -0.002683644648641348, 0.032626356929540634, -0.0013250935589894652, -0.006307621486485004, 0.006804201286286116, 0.032316435128450394, 0.013692926615476608, -0.018510809168219566, -0.02458246611058712, -0.008318593725562096, 0.013249174691736698, 0.03747241199016571, -0.021314196288585663, 0.010058384388685226, 0.006420320365577936, -0.014848091639578342, -0.001109380624257028, 0.017102070152759552, -0.012896990403532982, 0.019158827140927315, 0.021215584129095078, 0.017933225259184837, -0.021116971969604492, 0.011375553905963898, 0.001526719075627625, 0.023835835978388786, 0.016313178464770317, 0.011854524724185467, 6.058670987840742e-05, -0.0077762301079928875, -0.03296445310115814, -0.009804811328649521, -0.04361450672149658, -0.02303285524249077, 0.008297462947666645, 0.015636984258890152, -0.012544806115329266, -0.0025427709333598614, 0.006923943758010864, 0.02327234111726284, -0.014707217924296856, -0.006304099690169096, -0.00507497601211071, -0.019468748942017555, -0.022356661036610603, 0.028428319841623306, 0.005279242992401123, 0.015636984258890152, -0.008128413930535316, 0.0014694890705868602, 0.03217555955052376, 0.02577989362180233, -0.029358085244894028, -0.009170879609882832, 0.027033669874072075, 0.006895769387483597, 0.007973453029990196, 0.002905520610511303, -0.007269084453582764, -0.024286631494760513, -0.016228653490543365, 0.022948330268263817, 0.0024371156468987465, 0.02613207697868347, 0.005289808847010136, 0.031781114637851715, 0.013277349062263966, -0.013016732409596443, 0.014946702867746353, 0.018933430314064026, -0.003916289657354355, 0.03642994537949562, 0.010769796557724476, -0.008114326745271683, -0.015284799970686436, 0.027540814131498337, -0.02041260339319706, 0.0004587200819514692, -0.012213752605021, -0.008853914216160774, 0.003567627165466547, -0.002199391135945916, 0.001683441107161343, 0.00215536798350513, 0.0028914334252476692, 0.016763973981142044, -0.0004926178371533751, 0.039923615753650665, 0.009346972219645977, -0.012418019585311413, -0.013559096492826939, -0.004983408376574516, -0.01194609235972166, -0.0027206239756196737, -0.0031678981613367796, 0.003828243585303426, 0.016425877809524536, -0.03651447221636772, -0.019482837989926338, 0.0012766681611537933, -0.0016103629022836685, -0.01848263293504715, 0.021173322573304176, 0.01529888715595007, -0.015425673685967922, -0.012016529217362404, -0.009832986630499363, -0.03211921080946922, -0.02539953403174877, 0.009713243693113327, 0.008248156867921352, 0.0069943806156516075, -0.010382394306361675, 0.005592687055468559], \"4a7e5d80-2995-4cbf-bfb8-76aae65eaea5\": [0.005401274189352989, 0.019479546695947647, 0.029310215264558792, -0.006306730210781097, -0.01344550121575594, 0.020388498902320862, -0.01652894727885723, -0.001547840773127973, -0.00861407071352005, -0.03059673123061657, 0.003621825249865651, 0.007376497145742178, 0.01738196425139904, -0.004967773798853159, 0.001696419552899897, 0.008851796388626099, -0.010725636966526508, -0.008949683979153633, 0.039462510496377945, -0.018360836431384087, -0.014032824896275997, 0.011564669199287891, -0.01615138165652752, -0.0028387277852743864, -0.02603798545897007, 0.014333478175103664, 0.02689100243151188, -0.008935700170695782, 0.008446264080703259, -0.02352088689804077, 0.023241210728883743, -0.025968067348003387, -0.005988596938550472, -0.027646131813526154, -0.013774123042821884, -0.00707933958619833, -0.0068625896237790585, -0.007537311874330044, 0.019367674365639687, -0.008718949742615223, 0.010858483612537384, -0.02680709958076477, -0.016473012045025826, 0.0016063983784988523, -0.006866085343062878, 0.030372990295290947, 0.0057788388803601265, -0.027170680463314056, -0.029673796147108078, 0.0031446253415197134, -0.0018231484573334455, 0.02866695635020733, -0.03336554020643234, -0.02661132626235485, 0.007837965153157711, -0.011326943524181843, -0.011403854936361313, 0.0013494445011019707, -0.026667261496186256, -0.0010138313518837094, 0.03009331226348877, 0.003995893988758326, -0.03210699185729027, -0.015242430381476879, -0.024625614285469055, -0.00018146270303986967, -0.03079250641167164, 0.009054563008248806, 0.01454323623329401, 0.008495207875967026, 0.030988279730081558, 0.015703897923231125, -0.015340317040681839, -0.023003485053777695, 0.01764765754342079, -0.006191363092511892, -0.006810150109231472, -0.020640207454562187, -0.019913045689463615, -0.0037336961831897497, 0.029254278168082237, -0.017200173810124397, -0.004978261422365904, 0.0364699624478817, 0.017899367958307266, 0.005317370872944593, 0.008970659226179123, -0.00035527796717360616, -0.006925517227500677, -0.01027815230190754, -0.012214919552206993, 0.013375582173466682, -0.005034197121858597, 0.016934480518102646, 0.008502199314534664, 0.0248353723436594, 0.004310531076043844, 0.028135567903518677, 0.0036148331128060818, -0.014822914265096188, -0.02626172825694084, -0.012131016701459885, -0.05308281257748604, -0.010529862716794014, -0.006949988659471273, -0.00534184230491519, 0.02917037531733513, 0.008893748745322227, 0.016011543571949005, -0.000994603498838842, -0.03219089284539223, 0.007086331490427256, 0.007691134698688984, -0.004513297695666552, -0.018472706899046898, -0.0009080782765522599, -0.008956675417721272, -0.024541711434721947, 0.00955798290669918, -0.014046808704733849, -0.008222522214055061, 0.04248303174972534, -0.016598867252469063, -0.0022339250426739454, -0.012277847155928612, 0.004055325407534838, -0.010110345669090748, -0.01692049577832222, 0.004887366201728582, -0.013620300218462944, 0.04337799921631813, 0.007495359983295202, 0.02036053128540516, -0.010802548378705978, -0.024821389466524124, 0.011788411997258663, 0.009991482831537724, -0.016626834869384766, -0.022318273782730103, -0.03817599639296532, 0.013186799362301826, 0.038875188678503036, -0.0098726199939847, 0.005530625116080046, 0.005044685211032629, 0.027981745079159737, 0.013718186877667904, 0.03412066772580147, 0.0001867066603153944, -0.006558440160006285, 0.006310226395726204, 0.03431644290685654, 0.010173273272812366, 0.008544151671230793, -0.022164450958371162, 0.030624698847532272, 0.024052275344729424, -0.000961391837336123, 0.004831430967897177, -0.005971116945147514, -0.0040518296882510185, -0.005950141232460737, 0.01753578707575798, -0.0010007214732468128, -0.006289250683039427, 0.031351860612630844, -0.006429089233279228, -0.004841918591409922, 0.016473012045025826, -0.008159594610333443, -0.013214767910540104, 0.012704355642199516, -0.040581222623586655, 0.01359932404011488, 0.0023720157332718372, 0.01375314686447382, 0.040693093091249466, -0.006915029138326645, -0.026359615847468376, -0.00019184136181138456, -0.015452188439667225, 0.016668785363435745, 0.0334494449198246, 0.025170985609292984, 0.004146220628172159, 0.011921258643269539, 0.005764855071902275, -0.009606925770640373, 0.0010549089638516307, 0.010550837963819504, 0.013809082098305225, 0.004813950974494219, 0.005673959851264954, -0.0002940984850283712, -0.6211080551147461, -0.012480613775551319, -0.007586255203932524, -0.04245506227016449, 0.012998017482459545, 0.03330960497260094, 0.012592485174536705, 0.008760901167988777, -0.015703897923231125, 0.0061144521459937096, -0.0007988291908986866, 0.023926420137286186, 0.020752079784870148, 0.009005619212985039, -0.01834685169160366, -0.0019839631859213114, 0.011194096878170967, -0.0130399689078331, 0.02479342184960842, 0.01843075454235077, -0.012935089878737926, -0.007635198999196291, -0.003158609149977565, -0.008970659226179123, -0.0004990497254766524, -0.022807709872722626, 0.026359615847468376, -0.0028562077786773443, 0.0014123719884082675, 0.027911826968193054, -0.0425669327378273, 0.018668480217456818, 0.009418143890798092, 0.009103506803512573, 0.049391068518161774, -0.004296547267585993, -0.0177315603941679, 0.017298061400651932, -0.004698583856225014, 0.015885688364505768, -0.017815465107560158, -0.007222674321383238, -0.0021447776816785336, -0.017395947128534317, -0.018668480217456818, 0.008215529844164848, 0.04046935215592384, -0.014186646789312363, -0.015284381806850433, -0.012235895730555058, 0.0067681982181966305, -0.0011720240581780672, -0.0027163687627762556, 0.01784343272447586, -0.013557372614741325, -0.024290001019835472, 0.027086777612566948, -0.004481833893805742, -0.0024541711900383234, 0.005478185135871172, -0.0013817822327837348, 0.00037013585097156465, -0.017703592777252197, -0.005362818483263254, -0.021465256810188293, 0.02479342184960842, -0.00012246820551808923, -0.0077260942198336124, 0.009697820991277695, -0.019255803897976875, -0.0354631207883358, 0.02452772669494152, -0.006152907852083445, -0.014249574393033981, -0.009047570638358593, 0.018458722159266472, 0.017479851841926575, -0.013641275465488434, -0.012158984318375587, 0.02086395025253296, -0.007684142794460058, 0.005055172834545374, -0.024429839104413986, -9.657617920311168e-05, 0.015158526599407196, 0.006453561130911112, -0.020919885486364365, -0.023395033553242683, 0.0014840393560007215, -0.03149170055985451, 0.020989805459976196, -0.014088760130107403, 0.005257939454168081, -0.016598867252469063, 0.01211004052311182, 0.024961227551102638, 0.011173120699822903, 0.0014123719884082675, -0.009418143890798092, -0.018878240138292313, -0.006397625431418419, -0.02851313352584839, 0.0044748419895768166, 0.003473246470093727, 0.04041341692209244, 0.026877019554376602, -0.014906817115843296, -0.0008071321062743664, 0.018290916457772255, -0.010341079905629158, -0.0018283923855051398, 0.011641580611467361, -0.01665480248630047, -0.010977346450090408, -0.02538074366748333, -0.03758867084980011, 0.022164450958371162, 0.012592485174536705, 0.026988890022039413, -0.028946634382009506, 0.01208906527608633, 0.033896926790475845, 0.020598256960511208, -0.018556609749794006, 0.016598867252469063, -0.007586255203932524, -0.008061707019805908, -0.000697883078828454, 0.0023720157332718372, -0.004586712922900915, 0.025660421699285507, -0.010445958934724331, 0.025324808433651924, -0.012753299437463284, 0.03151966631412506, -0.01911596581339836, 0.01011733803898096, 0.0027583204209804535, -0.007663166616111994, -0.012949073687195778, -0.027827922254800797, 0.0049537899903953075, 0.014683075249195099, -0.03202308714389801, 0.0021185579244047403, -0.016291221603751183, -0.024975212290883064, -0.01226386334747076, -0.005429241806268692, -0.005523632746189833, -0.006568928249180317, -0.008670005947351456, -0.004834926687180996, -0.009110498242080212, 0.001693797530606389, -0.01768960990011692, 0.00201892270706594, -0.019717272371053696, 0.0019787191413342953, -0.016319189220666885, -0.019563449546694756, 0.011403854936361313, -0.0023353081196546555, -0.016207318753004074, 0.004002885892987251, -0.018752384930849075, -0.007110803388059139, -0.002349291928112507, -0.013648267835378647, -0.011760443449020386, -0.011096209287643433, 0.00815260224044323, -0.029114440083503723, -0.026177825406193733, 0.007334545720368624, 0.019381659105420113, -0.01160662155598402, -0.02588416449725628, 0.00988660380244255, 0.002884175395593047, -0.013060945086181164, 0.021549159660935402, -0.00813162699341774, -0.00040312905912287533, 0.02781393937766552, 0.021996645256876945, 0.03213495761156082, 0.02112964354455471, -0.022430144250392914, 0.06762605160474777, 0.015186495147645473, 0.03171544149518013, 0.0028771834913641214, 0.01274630706757307, -0.005453713703900576, 0.019787192344665527, 0.0015216210158541799, 0.010494902729988098, 0.0044748419895768166, 0.019633369520306587, 0.013620300218462944, 0.018864255398511887, -0.0007931482396088541, -0.02047240175306797, -0.004450370091944933, -0.03311382979154587, -0.011347919702529907, -0.021031757816672325, 0.013005008921027184, 0.01280923467129469, 0.0192697886377573, -0.01680862531065941, -0.02364674210548401, -0.013508428819477558, 0.0089986277744174, 0.012410694733262062, -0.016542932018637657, 0.013557372614741325, -0.010872467420995235, -0.026331648230552673, -0.009571966715157032, -0.024667566642165184, -0.006991940550506115, 0.03758867084980011, -0.02391243726015091, 0.02395438775420189, 0.018318884074687958, 0.013620300218462944, -0.007208690512925386, -0.0006572424317710102, -0.016333172097802162, 0.008509191684424877, 0.03330960497260094, -0.0009037082782015204, -0.01539625320583582, 0.003473246470093727, 0.0124176861718297, -0.012312807142734528, 0.03641402721405029, -0.008201546035706997, -0.001622130163013935, 0.013319646939635277, 0.014585187658667564, -0.009355216287076473, 0.012403702363371849, 0.016780657693743706, 0.014417381025850773, 0.02649945393204689, -0.01942361146211624, 0.03641402721405029, -0.006306730210781097, 0.027604181319475174, -0.007586255203932524, -0.021255498751997948, 0.026904987171292305, -0.03943454474210739, -0.01734001189470291, 0.06868882477283478, 0.009201393462717533, 0.01819302886724472, -0.003044990124180913, -0.02371666207909584, -0.0007551295566372573, 0.006656327284872532, 0.037560705095529556, 0.0039574382826685905, -0.04133635386824608, -0.021199563518166542, -0.03414863720536232, 0.02503114752471447, 0.003190072951838374, -0.009858636185526848, -0.03020518273115158, -0.0029208832420408726, 0.006089980248361826, 0.014529252424836159, 0.009152449667453766, 0.024122195318341255, 0.008725942112505436, -0.00014923422713764012, -0.028177520260214806, -0.0005571702495217323, 0.015326333232223988, 0.029757698997855186, -0.0034610105212777853, 0.005691439379006624, -0.01700439862906933, 0.02198266051709652, -0.024849357083439827, -0.002074858406558633, -0.003922478761523962, 0.027086777612566948, 0.03121202252805233, 0.0018738399958238006, -0.02561846934258938, 0.02479342184960842, 0.022388193756341934, -0.0010942387161776423, -0.007949836552143097, 0.007837965153157711, -0.009935547597706318, 0.02665327675640583, -0.016361141577363014, 0.020905902609229088, 0.030540795996785164, 0.00493630999699235, -0.0227937251329422, -0.0001600498944753781, 0.006764702498912811, -0.0009963514748960733, -0.026667261496186256, -0.018067173659801483, -0.00127690308727324, 0.0179972555488348, -0.007635198999196291, -0.001562698744237423, -0.014836898073554039, -0.015130558982491493, 0.03495970368385315, -0.005048180930316448, 0.012984033674001694, -0.020346546545624733, -0.05157255381345749, 0.026275712996721268, -0.004446874372661114, 0.022849662229418755, 0.019479546695947647, -0.0019367674831300974, -0.01091441884636879, -0.002625473542138934, -0.02928224764764309, -0.019479546695947647, -0.010390023700892925, -0.03806412220001221, -0.02468154951930046, -0.004918830003589392, 0.026177825406193733, 0.007928860373795033, 0.007215682417154312, 0.0002292045537615195, -0.0007608105079270899, -0.034484248608350754, 0.004551753401756287, -0.009767740964889526, -0.012124024331569672, -0.01226386334747076, 0.0014656855491921306, 0.054565101861953735, -0.0018214004812762141, 0.014228599146008492, 0.001262045232579112, 0.002207705285400152, 0.016193334013223648, -0.03736492991447449, 0.005586560349911451, -0.000307426875224337, 0.027869874611496925, 0.005880221724510193, -0.011571661569178104, 0.03171544149518013, 0.015633979812264442, 0.0089986277744174, 0.016934480518102646, 0.006467544939368963, -0.00018037021800410002, 0.016584882512688637, 0.015144542790949345, -0.01788538321852684, 0.006474536843597889, 0.01231979951262474, -0.0059816050343215466, -0.004170692525804043, 0.0015041411388665438, 0.014920800924301147, 0.027674101293087006, 0.016081463545560837, 0.010033434256911278, -0.02275177463889122, -0.013158831745386124, 0.0036567847710102797, 0.007306577637791634, 6.096098150010221e-05, 0.0020643703173846006, -0.042203351855278015, 0.008243497461080551, -0.05856449529528618, -0.016011543571949005, 0.0192418210208416, 0.007796013727784157, -0.017507819458842278, -0.03252650797367096, -0.0012288335710763931, 0.002317828359082341, -0.007691134698688984, 0.006834622006863356, -0.003981910180300474, -0.010557830333709717, -0.013109887950122356, 0.010320103727281094, 0.028107600286602974, 0.03400879725813866, -0.008432280272245407, 0.03823193162679672, 0.012928097508847713, -0.00988660380244255, -0.016710737720131874, 0.017088303342461586, -0.0011440562084317207, -0.00017053779447451234, -0.014445348642766476, 0.008530166931450367, 0.0014001360395923257, 0.013326638378202915, 0.019647352397441864, 0.013417533598840237, -0.02545066364109516, 0.014172662980854511, -0.009648878127336502, -0.0044748419895768166, 0.0031673491466790438, -0.01692049577832222, 0.024164145812392235, -0.019996950402855873, 0.0021115660201758146, 0.02472350187599659, 0.011152145452797413, 0.017745545133948326, 0.0006773442146368325, 0.004719560034573078, 0.007096819579601288, 0.002753076609224081, 0.007565279491245747, -0.033701151609420776, -0.015843737870454788, 0.007914876565337181, -0.013641275465488434, 0.0011772679863497615, 0.0034312948118895292, 0.0172281414270401, 0.0026621813885867596, 0.00980969239026308, 0.021702982485294342, -0.020038900896906853, 0.009606925770640373, 0.006579415872693062, -0.0067192548885941505, 0.024555694311857224, -0.0038805268704891205, -0.016193334013223648, 0.013955913484096527, 0.002744336612522602, -0.03213495761156082, -0.0020975822117179632, 0.0010662708664312959, -0.026667261496186256, -0.004156708717346191, -0.012893138453364372, -0.013976888731122017, -0.027240600436925888, -0.010578805580735207, 0.02742239087820053, 0.021255498751997948, 0.00682763010263443, -0.003793127601966262, -0.0127882594242692, -0.025366760790348053, 0.005782334599643946, -0.018682464957237244, -0.01423559058457613, -0.027100760489702225, -0.04897155240178108, 0.013179807923734188, 0.04734941944479942, 0.036134347319602966, -0.0185006745159626, 0.011508733965456486, -0.0032005608081817627, -0.0101243294775486, -0.01338257361203432, 0.006212339270859957, 0.013557372614741325, -0.00777503801509738, 0.017871400341391563, 0.00118775584269315, 0.03912689909338951, 0.01002644281834364, -0.004583217203617096, -8.070775038504507e-06, 0.008914723992347717, 0.010613765567541122, -0.0034907262306660414, -0.0009963514748960733, -0.0349876694381237, 0.00675071869045496, 0.003807111643254757, 0.004460858181118965, 0.010410998947918415, -0.0018371323822066188, -0.0159556083381176, -0.0003391091013327241, -0.01580178551375866, 0.02805166505277157, -0.010809539817273617, -0.029310215264558792, -0.0121659766882658, 0.004957285709679127, -0.010033434256911278, 0.006852101534605026, -0.03275024890899658, -0.019787192344665527, 0.0023859997745603323, -0.011368894949555397, 0.02349291928112507, -0.0029925506096333265, 0.045139968395233154, -0.009012611582875252, 0.012019145302474499, -0.008068699389696121, 0.015242430381476879, -0.012949073687195778, -0.004506305791437626, -0.0021797374356538057, -0.02947802096605301, 0.019982965663075447, 0.014102743938565254, 0.04114057868719101, 0.01931173913180828, -0.020262643694877625, 0.00687657343223691, 0.022695839405059814, -0.013865018263459206, 0.020388498902320862, 0.002125549828633666, -0.02754824608564377, -0.017787497490644455, -0.032582443207502365, -0.016207318753004074, -0.030345020815730095, 0.008005771785974503, 0.0038735349662601948, -0.0031358853448182344, 0.004495817702263594, -0.0005755241145379841, 0.0004894358571618795, 0.005488673225045204, 0.00909651443362236, 0.029142407700419426, -0.018682464957237244, 0.036022476851940155, -0.01033408846706152, -0.001449953648261726, -0.048300325870513916, -0.01703236624598503, -0.011180113069713116, -0.004401426762342453, 0.021031757816672325, 0.014151687733829021, 0.00391199067234993, -0.007208690512925386, 0.027184665203094482, -0.016081463545560837, -0.00682763010263443, -0.026163840666413307, -0.01288614608347416, -0.0044923219829797745, 0.022416161373257637, -0.0078030056320130825, -0.007369505241513252, -0.024010322988033295, -0.002342300023883581, -0.003518694080412388, -0.0006991940317675471, -0.0038805268704891205, -0.002857955638319254, -0.014515268616378307, -0.0012209676206111908, -0.01162759680300951, 0.026219775900244713, 0.0024664069060236216, 0.029338182881474495, 0.00024908786872401834, 0.014962752349674702, -0.006523480638861656, -0.013123872689902782, 0.012445653788745403, 0.023744629696011543, -0.027100760489702225, -0.0013879002071917057, -0.0014840393560007215, 0.036945413798093796, -0.011117185465991497, 0.005719407461583614, -0.0069884443655610085, 0.03537921980023384, -0.013934937305748463, 0.0074184490367770195, -0.01327070314437151, 0.02001093327999115, 0.03523937985301018, -0.00942513532936573, -0.0006559314206242561, -0.03579873591661453, -0.01479494571685791, -0.02584221214056015, 0.012019145302474499, 0.013557372614741325, 0.0021150619722902775, -0.02314332313835621, 0.003691744524985552, -0.005383794195950031, -0.021800870075821877, -0.01792733557522297, 0.01792733557522297, -0.012333783321082592, -0.005132084246724844, 0.0028562077786773443, -0.0017523551359772682, 0.0005248325178399682, -5.304042497300543e-05, 0.006041036453098059, 0.008760901167988777, 0.029757698997855186, -0.0314357653260231, 0.020038900896906853, -0.03828786686062813, 0.0006747222505509853, -0.05929165706038475, 0.008781877346336842, -0.000270937685854733, -0.03893112391233444, 0.009627901948988438, 0.0013712943764403462, -0.03462408855557442, -0.01296305749565363, 0.03974219039082527, 0.007016412448137999, -0.004132236819714308, 0.00965586956590414, 0.055795684456825256, -0.019996950402855873, -0.0024087235797196627, -0.01683659292757511, -0.015074623748660088, 0.011166129261255264, -0.03828786686062813, 0.017451884225010872, 0.00509013282135129, -0.013997864909470081, -0.005121596623212099, -0.022975515574216843, 0.018822303041815758, -0.02263990417122841, -0.022807709872722626, -0.01211004052311182, 0.02380056492984295, 0.01201215386390686, -0.01714423857629299, 0.018458722159266472, -0.0030677139293402433, -0.03839973732829094, -0.016514962539076805, 0.01160662155598402, 0.0033054398372769356, -0.019829142838716507, 0.007768045645207167, -5.839362711412832e-05, 0.005383794195950031, 0.027100760489702225, -0.02213648334145546, -0.004597201012074947, -0.041308384388685226, -0.021577129140496254, -0.042427096515893936, 0.015242430381476879, 0.011201088316738605, 0.041504159569740295, 0.006128435954451561, -0.018626529723405838, -0.015046656131744385, -0.009131474420428276, -0.03059673123061657, -0.02514301799237728, -0.007278610020875931, 0.0015766825526952744, 0.013732170686125755, 0.012291830964386463, 0.0010042174253612757, 0.021996645256876945, 7.176298367994605e-06, 0.012151992879807949, -0.038567543029785156, -0.011166129261255264, 0.024248048663139343, -0.011816379614174366, 0.013487453572452068, 0.009411151520907879, -0.02573034167289734, 0.004072805400937796, 0.03305789455771446, -0.00513907615095377, 0.003401579102501273, 0.029366150498390198, 0.0015382269630208611, -0.008222522214055061, -0.02897460199892521, 0.002749580657109618, -0.036609798669815063, -0.012361750937998295, 0.015592027455568314, -0.032162927091121674, 0.0024821388069540262, 0.001985711045563221, 0.0037581680808216333, -0.013473469763994217, 0.013095904141664505, -0.0032966998405754566, -0.004488825798034668, -0.007509344257414341, -0.004583217203617096, -0.009320256300270557, -0.007222674321383238, -0.005037693306803703, 0.009669853374361992, 0.008439271710813046, 0.0004924947861582041, 0.054145585745573044, -0.007789021823555231, 0.007446416653692722, -0.004985253792256117, 0.03529531508684158, -0.014571203850209713, 0.00209583411924541, 0.0031271453481167555, 0.020262643694877625, 0.026317663490772247, -0.019101981073617935, 0.0018318884540349245, -0.022262338548898697, -0.03431644290685654, 0.0023859997745603323, 0.005978109315037727, 0.008565126918256283, -0.0019245316507294774, 0.011998170055449009, -0.03554702550172806, -0.01587170548737049, -0.00391199067234993, -0.00907553918659687, -0.02603798545897007, 0.015731865540146828, -0.007949836552143097, -0.017521802335977554, 0.011333935894072056, 0.002955842763185501, -0.0018685960676521063, -0.03028908558189869, -0.009467087686061859, -0.003536173840984702, 0.021199563518166542, 0.022849662229418755, 0.20394091308116913, -0.011124176904559135, 0.01715822145342827, 0.03322570025920868, 0.007306577637791634, 0.01606747880578041, 0.037756480276584625, 0.010984338819980621, -0.017661642283201218, 0.049502938985824585, -0.023814549669623375, 0.015606011264026165, -0.008760901167988777, 0.001740993233397603, 0.03149170055985451, -0.011019297875463963, -0.04329409450292587, -0.0071562509983778, -0.024541711434721947, -0.010341079905629158, 0.004425898194313049, -0.018514659255743027, -0.015284381806850433, -0.01029213611036539, 0.012214919552206993, -0.017437899485230446, 0.006079492159187794, 0.0013380825985223055, -0.0029278751462697983, 0.012760291807353497, -0.016011543571949005, -0.002719864947721362, -0.006785678211599588, 0.009998475201427937, -0.011340927332639694, -0.020766062662005424, 0.03082047402858734, 0.006009572651237249, 0.014046808704733849, 0.006191363092511892, 0.008404312655329704, -0.0261079054325819, -0.007740078028291464, -0.013005008921027184, 0.005376802291721106, 0.006506000645458698, -0.02584221214056015, -0.012998017482459545, 0.030345020815730095, 0.0012332034530118108, -0.026904987171292305, 0.006922021042555571, 0.01319379173219204, 0.024080242961645126, 0.00493630999699235, -0.02803768217563629, 0.0073415376245975494, 0.0010785068152472377, 0.005111108534038067, 0.0076002394780516624, -0.013879002071917057, 0.04883171245455742, -0.012151992879807949, 0.01002644281834364, 0.023185275495052338, 0.02958989143371582, -0.01383005827665329, -0.017088303342461586, 0.024234065786004066, -0.040273576974868774, -0.00029431699658744037, -0.017857415601611137, 0.010264168493449688, 0.01680862531065941, 0.0037546721287071705, -0.018011238425970078, 0.009187409654259682, 0.01753578707575798, -0.012375734746456146, 0.035323284566402435, -0.026219775900244713, -0.0071038114838302135, -0.00011984622688032687, -0.0050971247255802155, -0.03923876956105232, -0.020136788487434387, 0.028457198292016983, 0.008823828771710396, -0.0008814214961603284, -0.031463731080293655, -0.005569080822169781, -0.0038560552056878805, -0.012138009071350098, 0.008369352668523788, 0.008439271710813046, 0.0011265764478594065, -0.007474384270608425, 0.005992093123495579, -0.013641275465488434, -0.005537617020308971, -0.04279067739844322, 0.03361725062131882, 0.021101675927639008, -0.008963667787611485, -0.06320714205503464, -0.0038210954517126083, 0.0205143541097641, 0.01539625320583582, 0.007404464762657881, -0.009599934332072735, -0.008355368860065937, -0.02220640331506729, 0.001249809400178492, 0.005044685211032629, 0.029366150498390198, 0.017367979511618614, -0.0003190072893630713, -0.03199512138962746, -0.0022007133811712265, -0.013529404997825623, 0.0036742647644132376, -0.04508403316140175, -0.012515573762357235, 0.026135873049497604, -0.0037546721287071705, -0.004873382393270731, 0.00980969239026308, -0.014529252424836159, -0.0044853296130895615, -0.02595408260822296, 0.003155113197863102, 0.0002792406303342432, 0.005352330394089222, -0.0041776844300329685, -0.011921258643269539, 0.020654192194342613, 0.017479851841926575, 0.010236200876533985, 0.01004042662680149, -0.009369200095534325, -0.014375429600477219, -0.017591722309589386, 0.014571203850209713, -0.02189875766634941, 0.02367470972239971, -0.0010243193246424198, 0.007264626212418079, 0.013025985099375248, -0.00861407071352005, -0.035602960735559464, -0.015116575174033642, -0.008984643965959549, 0.021605096757411957, 0.01692049577832222, 0.006866085343062878, -0.010494902729988098, -0.008215529844164848, -0.021157611161470413, -0.0007778533617965877, 0.005618024151772261, -0.04004983603954315, -0.004950293805450201, 0.02286364510655403, -0.01556405983865261, -0.02947802096605301, -0.015675930306315422, -0.17988865077495575, 0.028722891584038734, 0.027240600436925888, -0.02700287476181984, 0.02290559746325016, 0.013200783170759678, 0.0012935090344399214, -0.011131169274449348, 0.023395033553242683, -0.007628207094967365, 0.00477899145334959, -0.01996898278594017, -0.011257024481892586, -0.0020433946046978235, 0.0030292582232505083, -0.024429839104413986, 0.0019717272371053696, -0.008697973564267159, 0.020346546545624733, 0.00892171636223793, 0.005373306106775999, -0.03820396214723587, 0.019885078072547913, 0.008348376490175724, 0.013515421189367771, 0.02564643695950508, 0.012368742376565933, -0.00035440397914499044, -0.010089370422065258, -0.031072182580828667, -0.027184665203094482, -0.00033277267357334495, 0.028527116402983665, 0.008432280272245407, 0.007327553816139698, -0.009285297244787216, 0.00010913982259808108, -0.007453408557921648, -0.011928250081837177, 0.008656022138893604, 0.0016806876519694924, 0.04248303174972534, -0.02093387022614479, 0.01668277010321617, -0.005813798401504755, -0.00011842598905786872, -0.008495207875967026, -0.00023685197811573744, 0.004048333503305912, 0.009816684760153294, 0.001107348594814539, -0.04262286797165871, 0.012564516626298428, 0.02251404896378517, 0.016081463545560837, -0.005275418981909752, 0.0046566324308514595, 0.014459332451224327, -0.007593247573822737, 0.007684142794460058, -0.010935395024716854, -0.01996898278594017, 0.01359932404011488, -0.013417533598840237, -0.0076002394780516624, 0.003527434077113867, -0.004314027260988951, -0.0069779567420482635, -0.02886272966861725, 0.002240916946902871, -0.012138009071350098, -0.011291983537375927, 0.012124024331569672, 0.024192113429307938, 0.0017838188214227557, 0.007397472858428955, -0.02371666207909584, 0.03523937985301018, 0.0036358090583235025, 0.01231979951262474, -0.012907122261822224, 0.02371666207909584, -0.01915791630744934, 0.024807404726743698, -0.0006528724334202707, 0.013585340231657028, 0.004509801510721445, -0.005181028041988611, -0.011536701582372189, -0.021157611161470413, 0.0030345022678375244, -0.01834685169160366, -0.017200173810124397, -0.019409626722335815, 0.010711653158068657, 0.020905902609229088, 0.009362208656966686, 0.013697211630642414, -0.004737039562314749, -0.002333560027182102, 0.012753299437463284, 0.007558287587016821, -0.01843075454235077, 0.012151992879807949, 0.016976431012153625, 0.01218695193529129, 0.018598562106490135, 0.004922326188534498, 0.033785056322813034, -0.008893748745322227, 0.001327594742178917, -0.0019070517737418413, 0.025744324550032616, 0.022472096607089043, 0.0018651001155376434, 0.016165366396307945, -0.02252803184092045, -0.030764538794755936, 0.011257024481892586, -0.0024192114360630512, 0.04734941944479942, -0.005285907071083784, -0.0015111331595107913, -0.006261282600462437, 0.0024699028581380844, 0.0025205945130437613, -0.08328799158334732, -0.021912740543484688, 0.017256109043955803, 0.016794640570878983, 0.009760748594999313, 0.013137856498360634, -0.02461163140833378, 0.030065344646573067, -0.025870179757475853, 0.001830140477977693, 0.0021517695859074593, -0.011697516776621342, -0.00324426032602787, -0.020891917869448662, 0.019717272371053696, 0.0037127204705029726, -0.005548104643821716, -0.012124024331569672, -0.004034349694848061, 0.03862347826361656, -0.0319112166762352, -0.026331648230552673, -0.002997794421389699, -0.011417838744819164, -0.006254290696233511, 0.022066563367843628, -0.020136788487434387, 0.02189875766634941, -0.0006463174941018224, 0.024136178195476532, 0.004338499158620834, -0.01915791630744934, 0.009131474420428276, -0.005306882783770561, -0.011662556789815426, -0.002905151341110468, -0.039266739040613174, -0.014375429600477219, 0.03672167286276817, -0.017102286219596863, 0.015689915046095848, 0.008341385051608086, -0.003870039014145732, -0.02213648334145546, 0.005957133136689663, -0.005114604253321886, -0.008760901167988777, 0.05160051956772804, -0.011180113069713116, -0.00572639936581254, -0.01319379173219204, 0.001473551499657333, 0.01211004052311182, 0.0012218415504321456, 0.04290254786610603, 0.0016562158707529306, 0.028806794434785843, 0.032973989844322205, -0.04267880320549011, 0.008649030700325966, -0.023073403164744377, -0.0197732076048851, 0.004911838099360466, 0.014557220041751862, 0.017661642283201218, 0.03431644290685654, -0.027953777462244034, -0.010466935113072395, 0.0028894194401800632, -0.020332563668489456, -0.014046808704733849, 0.009928555227816105, 0.008033739402890205, 0.023730646818876266, -0.009725789539515972, -0.01734001189470291, -0.014822914265096188, -0.023884467780590057, 0.015633979812264442, -0.03364521637558937, -0.015452188439667225, -0.007149259094148874, -0.019409626722335815, 0.0038385752122849226, 0.03400879725813866, 0.01606747880578041, 0.012284839525818825, 0.009662861935794353, 0.008481224067509174, -0.011655564419925213, 0.010410998947918415, 0.034484248608350754, 0.004590209107846022, -0.007138771004974842, -0.008683989755809307, 0.00454825721681118, -0.01622130163013935, 0.011872314848005772, -0.020570289343595505, -0.009131474420428276, -0.02066817693412304, -0.010536854155361652, -0.0658920481801033, 0.029757698997855186, -0.0006655453471466899, 0.008474231697618961, 0.001122206449508667, -0.0029366149101406336, -0.010550837963819504, 0.006341690197587013, -0.01438941340893507, 0.05154458433389664, 0.0006008698837831616, 0.016892528161406517, -0.010830515995621681, 0.01746586710214615, -0.02603798545897007, -0.0073625133372843266, 0.025170985609292984, 0.00564948795363307, 0.011040274053812027, 0.005642496049404144, -0.0042650834657251835, -0.010753604583442211, 0.003761664032936096, -0.0018738399958238006, -0.004866390489041805, -0.001717395382001996, 0.009012611582875252, 0.011138161644339561, -0.010879459790885448, -0.009278304874897003, 0.031771376729011536, -0.024457808583974838, 0.005750871263444424, 0.037560705095529556, 0.006991940550506115, -0.022583967074751854, 0.013920953497290611, 0.030372990295290947, 0.018752384930849075, 0.01033408846706152, -0.007425440941005945, -0.01764765754342079, 0.0006144167855381966, -0.01641707681119442, -0.0064220973290503025, 0.009187409654259682, -0.011047265492379665, 0.011340927332639694, 0.033589281141757965, 0.0011388122802600265, 0.04435687139630318, 0.006659823469817638, -0.010187257081270218, -0.01777351275086403, -0.021563144400715828, -0.04385345056653023, 0.004677608143538237, -0.0007254138472490013, -0.0001955558400368318, 0.002240916946902871, 0.03932267427444458, -0.008795861154794693, 0.006432585418224335, -0.023884467780590057, -0.00973278097808361, -0.009495055302977562, -0.008411304093897343, -0.008607078343629837, -0.000279022118775174, -0.03434441238641739, -0.01761968992650509, -0.009816684760153294, -0.01035506371408701, 0.0003677323693409562, 0.02198266051709652, 0.023311128839850426, 0.004866390489041805, -0.016039511188864708, -0.001306618913076818, 0.014934784732758999, 0.041196513921022415, -0.011340927332639694, -0.021507209166884422, -0.002015426754951477, 0.005055172834545374, 0.02568838931620121, -0.035099539905786514, 0.021702982485294342, 0.01539625320583582, -0.01700439862906933, -0.021730950102210045, 0.0082295136526227, -0.008138618431985378, 0.025674404576420784, 0.012452646158635616, -0.022010628134012222, -0.011354911141097546, 0.019885078072547913, 0.025282856076955795, 0.015466172248125076, 0.00955798290669918, 0.009292288683354855, -0.001244565355591476, -0.0015085111372172832, -0.029226310551166534, -0.014669091440737247, -0.047181613743305206, -0.013508428819477558, 0.008516183122992516, 0.001247187377884984, 0.015424220822751522, 0.0021570136304944754, -0.039350640028715134, 0.019647352397441864, -0.01954946480691433, 0.002060874365270138, -0.024737484753131866, 0.018710432574152946, -0.022569984197616577, 0.022164450958371162, -0.00979570858180523, 0.031156087294220924, 0.002181485528126359, 0.012487606145441532, 0.02619180828332901, 0.026583356782794, -0.03677760809659958, -0.0067192548885941505, 0.012739315629005432, -0.014445348642766476, 0.013137856498360634, -0.010494902729988098, -0.011872314848005772, -0.02066817693412304, -0.026527421548962593, 0.020612239837646484, -0.025310823693871498, 0.013088912703096867, -0.006848605815321207, 0.060242559760808945, 0.021003788337111473, -0.026429535821080208, 0.018864255398511887, 0.015731865540146828, 0.0028806794434785843, 0.007460400462150574, -0.004502809606492519, 0.004369962960481644, -0.015452188439667225, 0.010823523625731468, -0.015927640721201897, -0.0003174777957610786, -0.023506904020905495, -0.010536854155361652, -0.003354383399710059, -0.004355978686362505, -0.014487300999462605, 0.01792733557522297, -0.023003485053777695, 0.004869886673986912, 0.004502809606492519, 0.02437390387058258, -0.00901960302144289, -0.006173883564770222, 0.00011984622688032687, 0.02746434137225151, 0.014179655350744724, -0.03040095791220665, -0.0037756478413939476, 0.004254595842212439, 0.00419166823849082, -0.04698583856225014, -0.01946556195616722, -0.004076301120221615, 0.0021954693365842104, 7.412549166474491e-05, -0.020542321726679802, 0.009991482831537724, -0.022038595750927925, -0.004992245696485043, -0.0057788388803601265, -0.03272228315472603, -0.029869569465517998, 0.019521497189998627, 0.007502352353185415, -0.007551295682787895, -0.013760139234364033, -0.022765757516026497], \"b3d5b887-7574-4748-a086-b706e97401c8\": [-0.01850501075387001, 0.005671217571943998, 0.011207165196537971, -0.04179859906435013, -0.01634068228304386, 0.008704659529030323, -0.01742284744977951, -0.009178106673061848, -0.02582314796745777, -0.022738980129361153, 0.015272044576704502, 0.0016917273169383407, 0.007250501308590174, -0.0033513277303427458, -0.01373672392219305, -0.006398296914994717, 0.004555235616862774, -0.007176102604717016, 0.03909318894147873, -0.017165832221508026, -0.024064630270004272, 0.01804509200155735, -0.023739980533719063, 0.0032329661771655083, -0.03452104330062866, 0.0053059873171150684, 0.03790280595421791, -0.002282690489664674, 0.014798598363995552, -0.01839679479598999, 0.022224951535463333, -0.0023317260202020407, -0.022941885516047478, -0.04190681502223015, -0.011978207156062126, -0.03738877922296524, -0.019952405244112015, 0.01262750569730997, 0.03408817946910858, -0.004453782923519611, 0.0258502010256052, 0.0023300352040678263, -0.007737475447356701, -0.00222858227789402, 0.013594689778983593, 0.025647295638918877, 0.0010382015025243163, -0.02145390957593918, -0.025309119373559952, 0.0377134270966053, 0.00476828683167696, 0.03863326832652092, -0.030598198994994164, -0.013405310921370983, -0.006536949425935745, -0.0008429046138189733, -0.024389280006289482, 0.011626503430306911, -0.002267472678795457, -0.03803807869553566, 0.03557615354657173, -0.0021643287036567926, -0.027973949909210205, -0.010300852358341217, -0.013053608126938343, 0.01772044226527214, -0.015583166852593422, 0.007608968298882246, 0.004470691550523043, 0.013175351545214653, 0.0090901805087924, 0.012221693992614746, 0.00011445156269473955, 0.007669840008020401, 0.05202505365014076, -0.012634268961846828, -0.003503507236018777, -0.0036556865088641644, -0.005677981302142143, -0.005059118382632732, 0.02064228616654873, -0.04039178416132927, -0.006925852037966251, 0.028650302439928055, 0.007548096589744091, 0.020655812695622444, -0.002546468051150441, 0.0028389906510710716, -0.022076154127717018, -0.014095190912485123, -0.005417585372924805, 0.004244113340973854, 0.013046844862401485, 0.017761023715138435, 0.005995866842567921, 0.0350080169737339, 0.0018802606500685215, 0.018437376245856285, 0.007277555298060179, -0.006878507323563099, -0.006347570568323135, -0.0016283192671835423, -0.049941886216402054, -0.009529810398817062, -0.017030561342835426, -0.009840932674705982, 0.023699400946497917, 0.00535671366378665, 0.03268136456608772, 0.0037402305752038956, -0.021359220147132874, 0.04036473110318184, 0.0028846445493400097, -0.012018788605928421, -0.025227956473827362, -0.016070140525698662, -0.003459544386714697, -0.019167836755514145, -0.012918337248265743, -0.01623246632516384, -0.0015742110554128885, 0.04198797792196274, -0.015258518047630787, -0.011504760012030602, 0.009076653979718685, 0.028947897255420685, -0.0010153745533898473, 0.012661322951316833, -0.004047971218824387, -0.017355211079120636, 0.046803608536720276, 0.004227204713970423, 0.007764529436826706, 0.011646794155240059, -0.017571644857525826, -0.005437876097857952, -0.009854459203779697, -0.007304609753191471, -0.029678357765078545, -0.028136273846030235, 0.006449023261666298, 0.031572144478559494, -0.014257515780627728, -0.002196455607190728, 0.01744990050792694, 0.018653808161616325, 0.024511022493243217, 0.02123747579753399, 0.0014550038613379002, 0.009333668276667595, -0.003537324955686927, 0.030408820137381554, 0.023807616904377937, 0.023726454004645348, -0.011051603592932224, 0.010192635469138622, 0.017436373978853226, -0.019384268671274185, 0.010165581479668617, -0.002979333745315671, 0.03238376975059509, 0.0055799102410674095, 0.0006146355299279094, -0.01799098215997219, 0.001386523130349815, 0.029056113213300705, -0.004497745539993048, -0.005661072675138712, 0.028677355498075485, -0.002678356831893325, -0.011951153166592121, 0.029380762949585915, -0.028217436745762825, 0.012553106993436813, -0.00830561202019453, 0.01029408909380436, 0.014243988320231438, -0.005140280816704035, -0.03600902110338211, 0.01915431022644043, -0.017274048179388046, -0.0076833670027554035, 0.04301603510975838, 0.025971945375204086, -0.014893287792801857, 0.030030062422156334, 0.002825463656336069, 0.026431865990161896, -0.011667084880173206, -0.007723948452621698, 0.003537324955686927, 0.012444890104234219, 0.020277054980397224, -0.02075050212442875, -0.6042805910110474, -0.011031312867999077, -0.0017145541496574879, -0.03479158505797386, -0.01002354733645916, 0.005657690577208996, 0.012810121290385723, 0.007297846022993326, -0.010787826031446457, -0.004332039505243301, -0.013391784392297268, 0.031058117747306824, 0.015380261465907097, -0.0018701152876019478, -0.014568638056516647, -0.0157454926520586, 0.01653006114065647, 0.010097946040332317, 0.04114929959177971, 0.03438577428460121, -0.022955412045121193, -0.004037825856357813, 0.011545341461896896, 0.0035136525984853506, 0.022306112572550774, -0.017706913873553276, 0.014135772362351418, 0.014433367177844048, -0.011842936277389526, 0.022630762308835983, -0.03489980101585388, 0.02196793630719185, -0.008704659529030323, -0.004159569274634123, 0.06801403313875198, -0.01053757593035698, -0.01866733655333519, 0.01874849759042263, 0.008393537253141403, 0.016814129427075386, -0.008664079010486603, 0.01628657430410385, -0.009002255275845528, -0.01861322671175003, -0.005103081464767456, 0.011978207156062126, 0.0047209421172738075, 0.01350676454603672, 0.0018092435784637928, 0.006266408134251833, -0.008352956734597683, -0.0029252255335450172, -0.006739855278283358, 0.006482840981334448, -0.013642034493386745, -0.046181365847587585, 0.012086423113942146, -0.03346593305468559, -0.00799448974430561, -0.023090682923793793, 0.005813251715153456, -0.0011388089042156935, -0.013310622423887253, -0.024876253679394722, -0.02004709467291832, 0.03687475249171257, 0.0040175351314246655, -0.00911723542958498, 0.01707114279270172, -0.026080161333084106, -0.010929860174655914, 0.014325151219964027, 0.01758517138659954, -0.0003316242073196918, -0.014703908935189247, 0.025890782475471497, 0.03481863811612129, -0.01888376846909523, 0.003432490164414048, 0.01864028163254261, 0.011883517727255821, -0.007257265038788319, 0.002869426505640149, -0.010368487797677517, -0.005481839179992676, -0.004355711862444878, -0.021196894347667694, -0.012302855961024761, 0.029191384091973305, -0.014216934330761433, 0.006310371216386557, -0.014758016914129257, 0.0027155561838299036, -0.029705412685871124, -0.002629321301355958, 0.028839681297540665, 0.004538326989859343, -0.022495491430163383, 0.003865355858579278, -0.028974952176213264, -0.02218437008559704, -0.01834268681704998, -0.0023165082093328238, 0.0028372998349368572, 0.013486473821103573, 0.01953306794166565, -0.0034121996723115444, -0.009340431541204453, 0.029786575585603714, -0.007608968298882246, -0.004639779683202505, -0.02525501139461994, -0.008136523887515068, -0.022928357124328613, 0.01942485012114048, -0.027486976236104965, 0.022062625735998154, 0.005732089281082153, 0.008332666009664536, -0.005532565526664257, 0.01107865758240223, 0.022603709250688553, 0.023225953802466393, -0.015515532344579697, 0.011355962604284286, -0.014649800024926662, 0.0031044590286910534, 0.0049035572446882725, 0.0033851454500108957, -0.01593487150967121, 0.002975952113047242, -0.017490481957793236, 0.02091282606124878, -0.005586673505604267, 0.025403808802366257, -0.0157454926520586, 0.013283567503094673, 0.004771668463945389, -0.006547094322741032, -0.029597196727991104, -0.018166834488511086, -0.005468311719596386, 0.019573647528886795, -0.02628306671977043, -0.002702029189094901, 0.0019377506105229259, -0.016124248504638672, -0.00799448974430561, -0.013242986984550953, -0.004798722919076681, 0.0028372998349368572, -0.0019259144319221377, 0.003949900157749653, 0.011606212705373764, -0.03841683641076088, -0.0022133642341941595, -0.009786823764443398, -0.021169841289520264, -0.022319640964269638, -0.003916082438081503, -0.015434369444847107, 0.014419840648770332, -0.001041583251208067, -0.0061920094303786755, -0.009705661796033382, -0.046668339520692825, -0.011687375605106354, -0.0018362976843491197, -0.029218439012765884, -0.010010020807385445, -0.0041156066581606865, 0.007460170891135931, -0.00563401822000742, -0.010733718052506447, -0.0004430110566318035, 0.029407817870378494, -0.030354710295796394, -0.003396981628611684, 0.0034189631696790457, 0.005661072675138712, -0.0199388787150383, 0.010950150899589062, -0.0023148171603679657, -0.007318136747926474, 0.003970190417021513, 0.024686874821782112, 0.03779458999633789, 0.023469440639019012, -0.008941383101046085, 0.02029058150947094, 0.017652805894613266, 0.021494491025805473, -0.00934719480574131, 0.01639479026198387, 0.007757766172289848, 0.02668887935578823, -0.0037469943054020405, 0.011633267626166344, -0.0005795497563667595, 0.007466934155672789, 0.005329659674316645, 0.03830862045288086, 0.009096944704651833, -0.013486473821103573, 0.024429861456155777, -0.01034819707274437, 0.007067886181175709, -0.008393537253141403, 0.02131863869726658, 0.021196894347667694, 0.00858967937529087, -0.0012774612987414002, -0.015691382810473442, -0.0037334670778363943, 0.01107865758240223, 0.022617235779762268, -0.022576654329895973, 0.009320140816271305, -0.01615130342543125, -0.014785070903599262, 0.00804859772324562, -0.024037577211856842, -0.014379259198904037, 0.028244489803910255, -0.010206162929534912, 0.025539079681038857, 0.004565380979329348, -0.0016900363843888044, -0.01033466961234808, -0.0030926228500902653, -0.01972244679927826, 0.00059603585395962, 0.015813127160072327, 0.01015881821513176, -0.001564911101013422, 0.01677354797720909, 0.031085172668099403, -0.025214429944753647, 0.04263727739453316, 0.0005901177646592259, -0.0028474449645727873, 0.02223847806453705, 0.00904959999024868, -0.018734971061348915, 0.00865731481462717, 0.00665192911401391, 0.03514328971505165, 0.023158317431807518, -0.009252505376935005, 0.03192384913563728, -0.01793687418103218, 0.029570141807198524, -0.012099950574338436, 0.005214679520577192, 0.04244789853692055, -0.030219441279768944, -0.012323146685957909, 0.030381765216588974, 0.01109218504279852, 0.014135772362351418, -0.00872495025396347, -0.026540081948041916, 0.003709794720634818, -0.009144289419054985, 0.024889780208468437, 0.011274800635874271, -0.009130761958658695, -0.015217936597764492, -0.0203446913510561, 0.0013239604886621237, 0.00013093766756355762, -0.016354208812117577, -0.0347374752163887, 0.012221693992614746, 0.013554109260439873, 0.012546343728899956, 0.003195766592398286, 0.02199499122798443, 0.0036117236595600843, -0.009151052683591843, -0.028379760682582855, -0.006090556271374226, 0.012810121290385723, 0.04098697751760483, 0.0010103018721565604, -0.023347696289420128, -0.0061920094303786755, 0.02633717656135559, -0.012411072850227356, 0.009753006510436535, -0.0012326529249548912, 0.01566432975232601, 0.02177855744957924, -0.002624248620122671, -0.028785573318600655, 0.028569139540195465, 0.026350703090429306, 0.0004032753349747509, -0.0054209670051932335, 0.007730711717158556, 0.0010348197538405657, 0.015001503750681877, -0.014852706342935562, -0.01864028163254261, 0.0033327280543744564, 0.002123747719451785, -0.030327657237648964, 0.011606212705373764, -0.007311373017728329, 0.0007663922151550651, -0.021602706983685493, -0.028298599645495415, -0.013973447494208813, -0.013100952841341496, 0.021142786368727684, 0.010287324897944927, -0.006087174639105797, -0.012985972687602043, 0.023604711517691612, 0.012505762279033661, 0.009989730082452297, 0.014365732669830322, -0.028217436745762825, 0.029002005234360695, 0.010179108940064907, 0.025836674496531487, 0.008028306998312473, -0.004376002121716738, -0.008265030570328236, 0.004501127637922764, -0.031004009768366814, -0.02177855744957924, -0.00896843709051609, -0.03403406962752342, -0.024362225085496902, 0.008028306998312473, 0.03963427245616913, 0.001976640895009041, 0.001487976056523621, 0.013743488118052483, -0.008190631866455078, -0.009509519673883915, -0.001922532683238387, -0.006777054630219936, -0.01318211480975151, 0.0048426855355501175, 0.011910571716725826, 0.026729460805654526, -0.006093938369303942, 0.018653808161616325, -0.0036184871569275856, 0.024348698556423187, -7.471584103768691e-05, -0.010983968153595924, 0.0015505386982113123, -0.001030592480674386, 0.011768537573516369, 0.0014659945154562593, -0.005563001148402691, 0.014014028944075108, -0.003537324955686927, 0.0105781564489007, -0.005316132679581642, 0.005951904226094484, -0.0022353457752615213, 0.010084419511258602, 0.023969940841197968, -0.008988727815449238, 0.01361498050391674, 0.02609368972480297, -0.0019309871131554246, -0.0046938881278038025, -0.002722319681197405, 0.02180561237037182, 0.023834669962525368, 0.02528206631541252, -0.020845191553235054, -0.020574649795889854, -0.025106213986873627, 0.004288076423108578, -0.010808116756379604, -0.01918136328458786, 0.030976954847574234, -0.029029060155153275, -0.00967184454202652, -0.03974248841404915, -0.007067886181175709, 0.013013026677072048, 0.0010551102459430695, -0.0168276559561491, -0.007663076743483543, -0.028325652703642845, -0.007913326844573021, 0.0032836925238370895, -0.013851704075932503, -0.016327155753970146, -0.023591183125972748, -0.016110721975564957, 0.006093938369303942, 0.013770542107522488, 0.03376352787017822, -0.00986122339963913, 0.01671943999826908, -0.004839303903281689, -0.003726703580468893, -0.008197395130991936, -0.005610345862805843, -0.012505762279033661, -0.003963427152484655, 0.00045526993926614523, -0.00464654341340065, -0.018004510551691055, 0.010699900798499584, 0.005265406332910061, 0.016787074506282806, -0.007061122450977564, 0.018464429304003716, 0.008163577876985073, 0.01945190504193306, 0.020277054980397224, 0.0004053889133501798, 0.013080662116408348, -0.007406062446534634, 0.004670215770602226, -0.009225451387465, -0.004345566499978304, 0.0034223448019474745, -0.01926252618432045, 0.012945391237735748, -0.0029319890309125185, 0.0016519916243851185, 0.0008247276418842375, -0.012756012380123138, -0.025309119373559952, 0.04082465171813965, -0.013324148952960968, 0.016408316791057587, 0.0012055988190695643, 0.011545341461896896, 0.016070140525698662, 0.005894414149224758, 0.029434870928525925, -0.02085871808230877, -0.00036671000998467207, -0.003036823822185397, -0.030922846868634224, 0.03314128518104553, 0.0018734971527010202, -0.017679860815405846, 0.0053059873171150684, -0.011930862441658974, -0.02023647353053093, 0.015813127160072327, -0.017165832221508026, -0.01807214505970478, 0.028217436745762825, 0.009746243245899677, -0.00898196455091238, -0.025376755744218826, -0.0042305863462388515, 0.014473948627710342, 0.019384268671274185, -0.003939754795283079, 0.007203156594187021, -0.0001815584400901571, -0.009739479050040245, -7.556128548458219e-05, -0.013337676413357258, 0.03265431150794029, -0.029840683564543724, -0.021223949268460274, 0.011592686176300049, 0.03162625432014465, 0.029678357765078545, -0.008136523887515068, 0.02077755704522133, -0.027811624109745026, -0.008217685855925083, 0.014284569770097733, 0.004710796754807234, 0.0008978582918643951, -0.0258502010256052, 0.013635271228849888, 0.011491233482956886, 0.02121042273938656, 0.006276553496718407, 0.01072695478796959, -0.006777054630219936, -0.0076292590238153934, 0.018031563609838486, -0.0029286073986440897, 0.0093607222661376, -0.0273381769657135, 0.008772294968366623, 0.011484469287097454, 0.013635271228849888, 0.0017399174394086003, -0.003963427152484655, -0.00804859772324562, 0.009198397397994995, -0.019384268671274185, 0.009326904080808163, -0.01658416911959648, -0.049779560416936874, -0.004643161781132221, -0.012546343728899956, 0.006391533184796572, 0.014446894638240337, -0.016976453363895416, -0.01934368908405304, 0.0010432740673422813, -0.011518287472426891, 0.04206914082169533, 0.008210922591388226, 0.01766633428633213, 0.015840182080864906, 0.008008016273379326, -0.002915080403909087, 0.023537075147032738, 0.0045112730003893375, 0.0004174364439677447, -0.0006108310772106051, -0.005180861800909042, 0.01373672392219305, 0.04093286767601967, 0.02520090341567993, 0.019763026386499405, -0.021792085841298103, -0.0030402056872844696, -0.010666082613170147, -0.03665831685066223, 0.011328908614814281, -0.0004237772664055228, -0.004007389768958092, -0.025214429944753647, -0.017842184752225876, -0.009820641949772835, -0.04004008322954178, 0.021034570410847664, 0.02080461010336876, -0.006993487477302551, -0.007230211049318314, 0.005924850236624479, 0.008143287152051926, -0.0033851454500108957, -0.01680060289800167, 0.023577656596899033, 0.0009333667694590986, 0.014392786659300327, -0.0011624812614172697, 0.015772545710206032, -0.05703006312251091, -0.06709419190883636, 0.010943387635052204, 0.0014609219506382942, 0.029191384091973305, 0.021305112168192863, 0.016516534611582756, -0.007088176906108856, 0.03381763771176338, -0.012025551870465279, -0.005786197725683451, -0.01782865822315216, 0.003297219518572092, 0.014419840648770332, 0.026648297905921936, -0.007751002442091703, -0.01801803708076477, -0.020520541816949844, 0.0032887652050703764, -0.0076292590238153934, -0.012904810719192028, -0.01777455024421215, -0.0012622432550415397, -0.02096693590283394, 0.020818136632442474, -0.007291082758456469, 0.02066933922469616, 0.01380435936152935, 0.00829208455979824, 0.00020026382117066532, -0.010875752195715904, -0.016651803627610207, -0.009638026356697083, 0.01874849759042263, 0.032248497009277344, -0.00560020050033927, 0.0024044339079409838, 0.012167586013674736, 0.03368236497044563, -0.0028322271537035704, 0.0045991986989974976, -0.01342560164630413, 0.046560123562812805, -0.0052721695974469185, -0.0024365608114749193, 0.011680611409246922, 0.029786575585603714, 0.022617235779762268, 0.008129759691655636, 0.008569389581680298, -0.04171743616461754, -0.006361097563058138, -0.01931663416326046, 0.01604308746755123, 0.018085671588778496, -0.026377756148576736, -0.029002005234360695, -0.004920466337352991, 0.0093607222661376, -0.006594439037144184, -0.016489479690790176, -0.0005567228654399514, 0.007757766172289848, -0.010639028623700142, 0.004825776908546686, -0.00661811139434576, 0.008596443571150303, -0.0214268546551466, -0.007818637415766716, 0.005711799021810293, 0.02520090341567993, -0.02720290794968605, 0.019140781834721565, -0.045396797358989716, 0.005082790739834309, -0.025539079681038857, -0.0008403682732023299, 0.004315130412578583, -0.043854713439941406, 0.018329158425331116, -0.008366483263671398, -0.013134770095348358, -0.026431865990161896, 0.031545091420412064, 0.0074466438964009285, -0.009583918377757072, 0.013141533359885216, 0.06152104586362839, -0.015258518047630787, 0.010233216919004917, 0.001197989797219634, -0.026513027027249336, 0.009022546000778675, -0.032329659909009933, 0.021765030920505524, 0.005109845194965601, -0.01661122404038906, -0.012471945025026798, -0.012167586013674736, 0.007128757890313864, -0.03368236497044563, -0.031247496604919434, -0.04131162539124489, 0.014108718372881413, 0.005637400317937136, 0.004342184402048588, 0.0074128261767327785, -0.013642034493386745, -0.012147295288741589, -0.012228457257151604, 0.007527805864810944, 0.0015505386982113123, -0.020899299532175064, 0.00430160341784358, -0.013290331698954105, -0.0067973448894917965, 0.028217436745762825, -0.016110721975564957, -0.01907314732670784, -0.027514029294252396, -0.011612976901233196, -0.022793088108301163, 0.0065268040634691715, -0.005938377231359482, 0.030760522931814194, 0.02528206631541252, -0.029597196727991104, -0.01788276620209217, 0.005346568301320076, -0.03990481048822403, -0.018437376245856285, -0.018302105367183685, 0.011619740165770054, 0.01782865822315216, 0.014000501483678818, 0.003530561225488782, 0.01342560164630413, -0.011383016593754292, 0.01350676454603672, -0.02180561237037182, -0.02663477137684822, 0.0013907502871006727, 0.001927605364471674, -0.0008509362814947963, 0.029488978907465935, -0.02528206631541252, 0.012323146685957909, 0.0336553119122982, -0.0042305863462388515, 0.014325151219964027, 0.03814629465341568, -0.011261273175477982, -0.003983717877417803, -0.0029827156104147434, -0.024294590577483177, -0.03606312721967697, -0.018410321325063705, 0.009218688122928143, -0.021629760041832924, -0.010361723601818085, 0.012607214972376823, 0.001548847765661776, 0.004186623264104128, 0.02112925983965397, -0.007818637415766716, -0.007013777736574411, 0.00896843709051609, -0.011761774308979511, -0.008833167143166065, -0.023158317431807518, -0.027432866394519806, 0.00830561202019453, 0.022752506658434868, -0.020980462431907654, 0.03573847934603691, -0.004812249913811684, -0.0028846445493400097, -0.015556112863123417, -0.0014955849619582295, -0.025079159066081047, 0.014852706342935562, -0.00656400341540575, 0.006171718705445528, 0.03836272656917572, -0.004477455280721188, 0.011619740165770054, 0.0013839867897331715, -0.01828857883810997, -0.004775050561875105, -0.009820641949772835, -0.012688377872109413, 0.010300852358341217, 0.0061040837317705154, -0.022671343758702278, -0.01661122404038906, 0.00032697428832761943, -0.015272044576704502, -0.02091282606124878, -0.006171718705445528, 0.0029742612969130278, -0.017003508284687996, -0.007825401611626148, -0.004135896917432547, -0.001382295973598957, -0.03684769570827484, -0.007865982130169868, -0.003285383339971304, -0.0007486379472538829, 0.009009018540382385, 0.27595192193984985, -0.02547144517302513, 0.010510521940886974, 0.01899198442697525, -0.004321894142776728, 0.012830411083996296, 0.02253607288002968, 0.029002005234360695, -0.008697896264493465, 0.030489981174468994, -0.002211673418059945, 0.01368261594325304, -0.011349199339747429, -0.0017923347186297178, 0.0016689003678038716, -0.03801102563738823, -0.03995892032980919, -0.03227555379271507, -0.023753508925437927, 0.0017348447581753135, 0.010557866655290127, 0.0018447521142661572, -0.03376352787017822, -0.03947194665670395, 0.008285321295261383, 0.004561999347060919, 0.015407315455377102, -0.00218461942858994, -0.011836173012852669, 0.0035745243076235056, -0.03370942175388336, -0.0132632777094841, -0.006580912042409182, 0.015461423434317112, -0.028082165867090225, -0.011910571716725826, 0.024592185392975807, -0.019898297265172005, 0.025376755744218826, 0.015312626026570797, 0.009807114489376545, -0.013391784392297268, 0.004139279015362263, 0.0004485064127948135, 0.0015387025196105242, 0.01126803644001484, -0.008014779537916183, -0.01375025138258934, 0.004118988290429115, 0.021223949268460274, -0.03362825885415077, -0.019411323592066765, 0.024997998028993607, 0.007771293167024851, 0.020195892080664635, -0.011342435143887997, 0.020574649795889854, -0.0074736978858709335, -0.007771293167024851, 0.015813127160072327, -7.080567593220621e-05, 0.04296192526817322, -0.013094188645482063, -0.004714178387075663, 0.02620190568268299, 0.014176353812217712, -0.025755511596798897, -0.018275050446391106, 0.013155060820281506, -0.03792986273765564, -0.025417335331439972, -0.012106713838875294, 0.0017010271549224854, 0.01604308746755123, -0.01918136328458786, -0.03235671669244766, 0.011376253329217434, 0.007223447319120169, 0.007703657727688551, 0.049590181559324265, -0.015407315455377102, -0.012262275442481041, 0.006979960482567549, -0.022062625735998154, -0.018789079040288925, -0.011153056286275387, 0.03974248841404915, 0.002959043253213167, 0.0007012932328507304, -0.012289329431951046, -0.005488602444529533, -0.005427730735391378, -0.015272044576704502, 0.01999298669397831, -0.00235032569617033, 0.01658416911959648, 0.0031890030950307846, 0.011220691725611687, -0.008596443571150303, -0.01357439998537302, -0.045991986989974976, 0.04228557273745537, 0.0323026068508625, 0.01053757593035698, -0.0527825690805912, -0.00031788580236025155, 0.011477706022560596, -0.003987099509686232, 0.022874249145388603, 0.00511322682723403, -0.0166923850774765, -0.022522546350955963, 0.007500751875340939, 0.0036117236595600843, 0.022630762308835983, -0.011017786338925362, -0.0006970660178922117, -0.01999298669397831, 0.0027003383729606867, -0.003976954147219658, 0.016597695648670197, -0.045721445232629776, -0.008136523887515068, 0.025484971702098846, -0.002767973579466343, -0.0028998623602092266, -0.010490231215953827, -0.0008606588817201555, -0.0012808430474251509, -0.010909569449722767, 0.004961047321557999, -0.0034561625216156244, 0.012397545389831066, 0.011342435143887997, -0.003987099509686232, 0.002167710568755865, 0.023036574944853783, 0.0008323366055265069, 0.006148046348243952, -0.01874849759042263, -0.008772294968366623, -0.047344692051410675, 0.006022921297699213, -0.003598196664825082, 0.01923547126352787, -0.00877905823290348, -0.0032278934959322214, 0.0012960609747096896, 0.01945190504193306, -0.03803807869553566, -0.025674350559711456, -0.00485621253028512, 0.01901903934776783, -0.016489479690790176, 0.004819013178348541, -0.02617485076189041, -0.00854909885674715, -0.017598697915673256, -0.024511022493243217, 0.03181563317775726, -0.03216733783483505, -0.003554233582690358, 0.016570642590522766, -0.017923347651958466, -0.02690531127154827, -0.015826653689146042, -0.17217235267162323, 0.03435871750116348, 0.009800351224839687, -0.048508018255233765, 0.025890782475471497, -0.007243738044053316, -0.006459168624132872, -0.00426778569817543, 0.00846793595701456, -0.013175351545214653, 0.007291082758456469, -0.04169038310647011, -0.029002005234360695, -0.004575526341795921, -0.01988477073609829, -0.01761222630739212, -0.021278057247400284, 0.00032528338488191366, 0.02180561237037182, 0.005502129439264536, 0.014622746035456657, -0.03652304783463478, 0.003503507236018777, -0.0031890030950307846, -0.00031175633193925023, 0.002510959515348077, 0.0130603713914752, -0.016245992854237556, -0.0012546343496069312, -0.025647295638918877, -0.017544589936733246, -0.003848446998745203, 0.005772670730948448, 0.024172846227884293, 0.013019789941608906, -0.01896493136882782, 0.014014028944075108, 0.0020594941452145576, -0.0170981977134943, 0.008819639682769775, 0.0030520418658852577, 0.03928256779909134, -0.010273798368871212, 0.01655711606144905, 0.005130135454237461, 0.006777054630219936, -0.006902179680764675, -0.01750400848686695, 0.012086423113942146, 0.006993487477302551, 0.023050101473927498, -0.05670541524887085, 0.01726052165031433, 0.013831413350999355, 0.021115733310580254, -0.01045641303062439, 1.5918067219899967e-05, 0.008941383101046085, -0.0019901678897440434, -0.0005098008550703526, -0.009928857907652855, -0.03465631604194641, 0.00921192392706871, 0.006557239685207605, 0.0034629260189831257, -0.02465982176363468, -0.008373246528208256, -0.018004510551691055, -0.027649300172924995, 0.005776052363216877, 0.004832540173083544, -0.0038247748743742704, -0.008068888448178768, -0.00433542113751173, 0.018924349918961525, 0.024822145700454712, -0.010754008777439594, 0.03506212681531906, -0.017652805894613266, 0.0018532065441831946, -0.004822395276278257, 0.006756763905286789, -0.028082165867090225, 0.024768037721514702, 0.0021152931731194258, 0.006584294140338898, 0.022847196087241173, -0.012708667665719986, 0.0074736978858709335, -0.022941885516047478, 0.004622871056199074, -0.017977455630898476, -0.03159920126199722, -0.004846067167818546, -0.005650927312672138, 0.014636273495852947, 0.01601603254675865, -0.0053905313834548, -0.020601704716682434, -0.013892285525798798, 0.002813627477735281, -0.022062625735998154, -0.009353958070278168, 0.023875251412391663, 0.011633267626166344, 0.004484218545258045, 0.03498096391558647, 0.01097044162452221, 0.03966132551431656, -0.01809919998049736, -0.0009325213613919914, 0.0018904058961197734, 0.017030561342835426, 0.03838978335261345, 0.010192635469138622, 0.015921343117952347, -0.01755811646580696, -0.02728406898677349, 0.02736523188650608, 0.0061311377212405205, 0.022860722616314888, -0.012918337248265743, 0.0017449901206418872, -0.004714178387075663, 0.0076833670027554035, -0.01373672392219305, -0.06428056210279465, -0.015921343117952347, 0.021332165226340294, 0.01350676454603672, 0.005569764878600836, 0.009631263092160225, 0.002056112280115485, 0.020250001922249794, -0.0259854719042778, 0.010611974634230137, -0.01983066275715828, -0.02150801755487919, -0.012133767828345299, -0.012681613676249981, -0.009076653979718685, -0.0005812406307086349, 0.0024703782983124256, -0.007940380834043026, 0.011247745715081692, 0.04139278829097748, -0.01961422897875309, -0.025782566517591476, -0.0026259394362568855, -0.015231464058160782, -0.009455411694943905, 0.017003508284687996, -0.027108218520879745, 0.015380261465907097, 0.0025211048778146505, 0.0006708573782816529, 0.00046837428817525506, -0.02221142314374447, 0.01780160330235958, -0.004798722919076681, -0.006993487477302551, -0.0032786198426038027, -0.04055410996079445, -0.013709669932723045, 0.03192384913563728, 0.015042085200548172, 0.00877905823290348, 0.006171718705445528, 0.00886022113263607, -0.011599449440836906, 0.016489479690790176, -0.006002630572766066, -0.018275050446391106, 0.05713827908039093, -0.001893787644803524, -0.012607214972376823, -0.011038077063858509, -0.0034274174831807613, -0.005552855785936117, -0.011457415297627449, 0.031247496604919434, -0.009840932674705982, 0.00967184454202652, 0.022468438372015953, -0.030517036095261574, 0.03246493265032768, -0.004913702607154846, -0.027946894988417625, -0.010990732349455357, -0.0018768789013847709, 0.02752755582332611, 0.04374649375677109, -0.01947895810008049, -0.005407440010458231, 0.006658692844212055, -0.015393787994980812, -0.025106213986873627, 0.03833567351102829, -0.004037825856357813, 0.024037577211856842, -0.013026554137468338, -0.02058817818760872, -0.006337425205856562, -0.023888777941465378, 0.02112925983965397, -0.025214429944753647, -0.011673848144710064, 0.0006002630689181387, -0.0025143413804471493, -0.013946393504738808, 0.016110721975564957, 0.021291583776474, -0.012972445227205753, -0.014095190912485123, 0.03249198570847511, -0.03384469076991081, -0.02161623351275921, 0.02750050276517868, -0.022360222414135933, 0.01579960063099861, -0.0075075156055390835, 0.0030892412178218365, -0.011822645552456379, -0.0023909069132059813, -0.0031264405697584152, 0.015163828618824482, -0.005813251715153456, -0.03270841762423515, -0.06590381264686584, 0.022968938574194908, 0.0012842247961089015, 0.014014028944075108, -0.014379259198904037, -0.0021524925250560045, -2.705410952330567e-05, 0.010429359041154385, -0.004548472352325916, 0.027811624109745026, -0.0034274174831807613, 0.00046879699220880866, -0.004284694790840149, 0.01942485012114048, -0.009022546000778675, 0.0031112225260585546, 0.00879258569329977, -0.010077656246721745, 0.01381788682192564, 0.023712927475571632, -0.0024111976381391287, 0.00440305657684803, -0.006134519353508949, -0.017598697915673256, 0.0027003383729606867, -0.01601603254675865, 0.002335107885301113, -0.0013391784159466624, -0.023158317431807518, -0.01888376846909523, 0.013472946360707283, -0.016760021448135376, 0.015515532344579697, 0.01677354797720909, -0.004764905199408531, -0.022725451737642288, 0.02509268745779991, 0.02685120329260826, 0.032627254724502563, 0.018789079040288925, -0.014406313188374043, -0.010544339194893837, 0.031545091420412064, 0.0027882640715688467, -0.028866734355688095, 0.009786823764443398, -0.024145793169736862, 0.015299099497497082, 0.023198898881673813, -0.028244489803910255, 0.01937074214220047, 0.005698272027075291, -0.006729709915816784, -0.011058367788791656, -0.02099398896098137, -0.047858718782663345, 0.03159920126199722, 0.0064016785472631454, -0.00476828683167696, -0.004971192684024572, 0.046857718378305435, -0.003146731061860919, -0.010010020807385445, -0.014081664383411407, -0.003581287804991007, -0.006344188936054707, -0.0013417147565633059, 0.0057557616382837296, -0.003973572514951229, -0.011288327164947987, -0.0423126257956028, 0.010571393184363842, 0.005265406332910061, 0.021494491025805473, -0.007257265038788319, 0.04450400918722153, -0.00544463936239481, -0.01758517138659954, 0.0028846445493400097, 0.03625250607728958, 0.014771543443202972, -0.004487600643187761, -0.008569389581680298, 0.005387149751186371, 0.00215080170892179, 0.027189379557967186, -0.018978457897901535, 0.015380261465907097, -0.009888277389109135, -0.006117610726505518, -0.0017737350426614285, 0.008609970100224018, -0.012979209423065186, 0.021196894347667694, 0.031545091420412064, 0.005833542440086603, -0.008948146365582943, 0.011261273175477982, 0.01634068228304386, 0.024497495964169502, 0.014541584067046642, 0.00249574170447886, 0.012607214972376823, 0.0013628507731482387, -0.03341182693839073, -0.009935622103512287, -0.04988778010010719, -0.033384770154953, 0.011897045187652111, 0.020222947001457214, -0.0036353960167616606, 0.018058618530631065, -0.01726052165031433, 0.02221142314374447, -0.026215432211756706, -0.005752380006015301, -0.0014101954875513911, -0.008136523887515068, -0.015231464058160782, 0.03471042215824127, -0.013445892371237278, 0.022468438372015953, -0.005194389261305332, -0.017138779163360596, 0.03546793758869171, 0.03322244808077812, -0.027459921315312386, -0.030652306973934174, 0.012411072850227356, -0.009137525223195553, 0.002947207074612379, 0.010043838061392307, -0.015461423434317112, -0.022427856922149658, -0.0011278182500973344, 0.011220691725611687, -0.005809870082885027, 0.0021203658543527126, -0.0015767472796142101, 0.045613229274749756, 0.021846193820238113, -0.0033378007356077433, 0.019248999655246735, 0.02674298733472824, 0.005650927312672138, 0.002412888454273343, 0.0014178043929859996, -0.007054359186440706, -0.007947145029902458, 0.00409193430095911, -0.023104209452867508, -0.002791645936667919, 0.002037512604147196, -0.03468336910009384, -0.007818637415766716, 0.007067886181175709, 0.013554109260439873, -0.01907314732670784, -0.008758768439292908, 0.003821393009275198, -0.0068311626091599464, 0.015123247168958187, -0.0028592811431735754, -0.00959068164229393, -0.008461172692477703, 0.014906814321875572, 0.008265030570328236, -0.005853833165019751, 0.004355711862444878, 0.005072645377367735, -0.005698272027075291, -0.04106813669204712, -0.011180111207067966, 0.016110721975564957, 0.002663139021024108, 0.0024889782071113586, 0.00044385649380274117, 0.008386773988604546, -0.008082414977252483, -0.009137525223195553, -0.027892787009477615, -0.027973949909210205, -0.03384469076991081, 0.00903607252985239, 0.008988727815449238, 0.005836924072355032, 0.00967184454202652, -0.0019817135762423277], \"aa8bf8eb-2307-4f23-aa04-44d9f8f444d7\": [-0.0013844806235283613, 0.007131569553166628, 0.01795508712530136, -0.03357282653450966, -0.022603224962949753, 0.007105008698999882, -0.027384163811802864, -0.005053188651800156, -0.02417030930519104, -0.030066803097724915, 0.007105008698999882, 0.004717858508229256, 0.021633755415678024, -0.010690714232623577, -0.017822284251451492, 0.015524775721132755, -0.0006997105665504932, 0.002149763284251094, 0.03025272861123085, -0.012025393545627594, -0.0057105678133666515, 0.026361575350165367, -0.030943309888243675, 0.0037716308142989874, -0.02207200787961483, 0.012430445291101933, 0.03126204013824463, -0.025578031316399574, 0.0002504598523955792, -0.028685642406344414, 0.015325570479035378, -0.013798325322568417, -0.011122326366603374, -0.027968501672148705, -0.024010945111513138, -0.027158398181200027, -0.0237851794809103, -0.00834672525525093, 0.014568587765097618, -0.018937837332487106, 0.012344122864305973, 0.0027457207906991243, -0.007895192131400108, 0.016733292490243912, -0.005786930210888386, 0.0303324107080698, 0.0025714156217873096, -0.020743969827890396, -0.031952619552612305, 0.01145433634519577, 0.00019329192582517862, 0.050837334245443344, -0.03633514791727066, -0.03559144586324692, -0.005112950224429369, 0.002383830025792122, -0.012782375328242779, 0.007855351082980633, -0.025192899629473686, -0.016162235289812088, 0.026839667931199074, 0.007085088174790144, -0.02383830025792122, -0.0022493661381304264, -0.03011992573738098, 0.01984090358018875, -0.01670673117041588, 0.009010745212435722, 0.00626170402392745, 0.026361575350165367, 0.0224438589066267, 0.005102989729493856, 0.009947012178599834, 0.0018725349800661206, 0.04257693141698837, -0.006978845223784447, 0.003119231667369604, -0.018154293298721313, 0.008705295622348785, -0.0017015499761328101, 0.011321532540023327, -0.008884580805897713, -0.020318996161222458, 0.03460869565606117, 0.020372118800878525, 0.019269846379756927, 0.00032557707163505256, 0.012503487057983875, -0.0016343180323019624, -0.017676198855042458, -0.007848710753023624, 0.002717499854043126, 0.015564617700874805, 0.01934952847659588, 0.014555308036506176, 0.025020254775881767, -0.008479529060423374, 0.017848843708634377, 0.0098806107416749, -0.004063799511641264, -0.02475464716553688, -0.02273602783679962, -0.043825287371873856, -0.012908539734780788, -0.02836691401898861, 0.007350695785135031, 0.04284253716468811, -0.0027341004461050034, 0.019747940823435783, -0.015325570479035378, -0.03025272861123085, 0.014820915646851063, 0.01849958300590515, -0.007636224385350943, -0.020717408508062363, 0.0062318230047822, -0.017423871904611588, -0.03819440305233002, -0.0006067478097975254, -0.003057809779420495, -0.003980796784162521, 0.03880529850721359, -0.008705295622348785, -0.0030096685513854027, -0.012908539734780788, -0.008452968671917915, 0.00017845524416770786, 0.0031159115023911, 0.010139578022062778, -0.023692216724157333, 0.04478147625923157, 0.005209233146160841, 0.006351346615701914, -0.011009443551301956, -0.0158966276794672, -0.004591695033013821, -0.0010367004433646798, -0.0020833611488342285, -0.019322967156767845, -0.0339181162416935, 0.0170387402176857, 0.021713437512516975, -0.017357470467686653, -0.005747088696807623, 0.01598959043622017, 0.013433114625513554, -0.004276285879313946, 0.03827408328652382, 0.010876639746129513, -0.00897754356265068, -0.010172778740525246, 0.03176669403910637, 0.0184199009090662, 0.010199340060353279, -0.0002554400125518441, 0.019880743697285652, 0.008067836984992027, -0.0002799257345031947, -0.0015048342756927013, 0.010285662487149239, 0.018619107082486153, 0.010491508059203625, 0.003542544087395072, -0.003824752289801836, 0.005478160921484232, 0.03561800718307495, -0.019535453990101814, 0.012749174609780312, 0.013087824918329716, 0.004731139168143272, 0.01152073871344328, 0.01275581493973732, -0.018008209764957428, 0.011866028420627117, -0.0016990599688142538, 0.018818313255906105, 0.015644298866391182, 0.0023091279435902834, -0.022085288539528847, 0.011819547042250633, -0.03205886110663414, -0.016308318823575974, 0.03907090798020363, 0.018233975395560265, -0.01678641326725483, 0.022589944303035736, 0.012941740453243256, 0.01849958300590515, -0.00044115795753896236, 0.008512729778885841, 0.017344189807772636, 0.022018887102603912, 0.01804804988205433, -0.022775869816541672, -0.6119604110717773, 0.002066760789602995, -0.0004922044463455677, -0.029190298169851303, 0.013705362565815449, 0.01795508712530136, 0.016733292490243912, 0.011646902188658714, -0.018778471276164055, -0.021036138758063316, -0.001406061346642673, 0.01879175193607807, 0.024688245728611946, -0.010166138410568237, -0.02224465273320675, -0.00984076876193285, 0.0006382887368090451, 0.006251743528991938, 0.03054489754140377, 0.030571458861231804, 0.0005133700906299055, 0.012310922145843506, 0.001156223937869072, -0.004136841744184494, 0.006620274391025305, -0.0236656554043293, 0.011328172869980335, 0.005577764008194208, -0.0235461313277483, 0.04069111496210098, -0.05089045688509941, 0.007622944191098213, 0.008572491817176342, 0.005069789011031389, 0.05769001692533493, -0.019442491233348846, -0.0071182893589138985, 0.014701391570270061, -0.0026959192473441362, 0.02656077966094017, 0.01019269973039627, -0.001004329533316195, -0.006211902480572462, 0.0009669784340076149, 0.004023958463221788, -0.009170109406113625, 0.004701258148998022, 0.000566491624340415, -0.0171582642942667, 0.0036687077954411507, -0.01905735954642296, -0.011706664226949215, 0.0010856719454750419, -7.714039384154603e-05, -0.014608428813517094, -0.017848843708634377, 0.018619107082486153, -0.030571458861231804, -0.007031966466456652, -0.0009960292372852564, 0.006205262150615454, -0.0006470039952546358, -0.01007317565381527, -0.02274930849671364, -0.006108979694545269, 0.0301730465143919, -0.003648787271231413, 0.002597976243123412, -0.020956456661224365, -0.006606994196772575, -0.012251160107553005, 0.017476992681622505, -0.0018924556206911802, -0.021168941631913185, 0.002802162431180477, 0.03596329689025879, 0.03240415081381798, -0.0036321866791695356, -0.010943041183054447, 0.008884580805897713, 0.008194000460207462, 0.007935033179819584, -0.015113083645701408, 0.009581801481544971, 0.002232765546068549, 0.014781074598431587, -0.010265741497278214, -0.026746705174446106, 0.012138276360929012, -0.03612266108393669, 0.012251160107553005, -0.0074901399202644825, -0.0011529038893058896, -0.03219166770577431, -0.0041268812492489815, 0.03067770227789879, 0.005893173161894083, -0.010923121124505997, 0.002671018475666642, -0.025206180289387703, -0.02304147742688656, -0.02958870865404606, -0.013273750431835651, 0.008692014962434769, 0.03468837961554527, 0.030358972027897835, -0.032536957412958145, -0.003569104941561818, 0.04703914374113083, -0.01816757395863533, 0.0021398027893155813, -0.00835336558520794, -0.0013006482040509582, -0.0014143615262582898, -0.018326938152313232, -0.031368281692266464, 0.037955354899168015, 0.01824725605547428, 0.00025211990578100085, -0.00269093899987638, 0.02047836221754551, 0.021514231339097023, 0.02966839261353016, -0.0035491841845214367, 0.0317932553589344, -0.01508652325719595, -0.008472888730466366, 0.020624445751309395, 0.0036653876304626465, -0.007284293882548809, 0.02823410928249359, 0.0009346074657514691, 0.04124889150261879, -0.006281624548137188, 0.023054758086800575, -0.007290934212505817, -0.002053480362519622, 0.006457589566707611, 0.01594974845647812, -0.013838166370987892, -0.0032570157200098038, 0.004438970237970352, 0.015126364305615425, -0.011553939431905746, -0.0012558269081637263, -0.0196416974067688, -0.024489039555191994, -0.009628282859921455, -0.010026694275438786, 0.0006631895084865391, -0.013572558760643005, -0.005298875737935305, 0.02219153195619583, 0.024608563631772995, -0.006208582315593958, 0.009429076686501503, -0.005112950224429369, -0.017569955438375473, -0.03235103189945221, 0.0015637659234926105, -0.024568721652030945, 0.009541960433125496, -0.0051760319620370865, -0.010464947670698166, -0.018871434032917023, -0.025352265685796738, 0.00533871678635478, -0.003791551338508725, -0.04892495647072792, -0.01695905812084675, -0.005521322134882212, 0.015923187136650085, -0.015405252575874329, -0.025325704365968704, 0.006035937462002039, 0.01130825188010931, -0.043108146637678146, 0.008280322887003422, 0.020969735458493233, -0.000697635521646589, -0.003545864252373576, 0.0020850212313234806, 0.0006416088435798883, -0.013453035615384579, 0.006799559574574232, 0.04029270261526108, 0.02089005336165428, 0.04058487340807915, -0.031872935593128204, 0.046640731394290924, 0.0224040187895298, 0.02139470912516117, -0.010272381827235222, 0.0009080466697923839, 0.006105659529566765, 0.020252594724297523, 0.007025326602160931, 0.004272965714335442, -0.003947596065700054, 0.012058594264090061, 7.739977445453405e-05, 0.013021422550082207, 0.0012367363087832928, -0.030385533347725868, 0.014847476035356522, -0.035857055336236954, 0.008426407352089882, 0.0021198822651058435, 0.014634990133345127, -0.003970836754888296, 0.00990053080022335, -0.010418466292321682, -0.02018619328737259, -0.015591178089380264, 0.00113298324868083, 0.013970970176160336, -0.023214122280478477, 0.012516767717897892, -0.0074901399202644825, -0.010053255595266819, 0.0005498911486938596, -0.010949681513011456, -0.0007295914110727608, 0.02265634573996067, -0.01197891216725111, 0.013061263598501682, 0.02873876504600048, -0.013340151868760586, -0.01231756154447794, -0.02664046362042427, -0.029615269973874092, -0.023227402940392494, 0.03588361293077469, -0.006251743528991938, -0.0158966276794672, 0.02413046918809414, 0.04711882397532463, -0.0275700893253088, 0.04045206680893898, -0.005597684532403946, 0.009654843248426914, 0.01454202737659216, -0.002269286662340164, -0.04284253716468811, -0.0013902907958254218, 0.021248623728752136, 0.025272581726312637, 0.010139578022062778, -0.028048183768987656, 0.02865908294916153, -0.01820741407573223, 0.021421268582344055, -0.011633621528744698, -0.021261904388666153, 0.017609797418117523, -0.02152751199901104, -0.007337415590882301, 0.041062965989112854, 0.00476433988660574, -0.0005627565551549196, -0.0036786680575460196, -0.0125234080478549, -0.019907305017113686, 0.0004884693771600723, 0.017636358737945557, 0.0009752786718308926, -0.02164703607559204, -0.013904568739235401, -0.03054489754140377, 0.013028062880039215, -0.01393112912774086, -0.017091862857341766, -0.02203216776251793, 0.029907438904047012, 0.017609797418117523, 0.011866028420627117, 0.011281691491603851, 0.012151557020843029, 0.015538056381046772, -0.00238216994330287, -0.018260536715388298, -0.003874553833156824, 0.010199340060353279, 0.05386526137590408, -0.007981514558196068, -0.014701391570270061, -0.025870200246572495, 0.010093096643686295, -0.012032033875584602, 0.022775869816541672, 0.0018741950625553727, 0.0037251494359225035, 0.008685375563800335, 0.0034562216605991125, -0.04459555074572563, 0.00967476423829794, 0.022204812616109848, -0.006865961942821741, -0.020836932584643364, -0.023732056841254234, 0.004578414373099804, 0.007536621298640966, -0.007264373358339071, -0.004754379857331514, 0.009143549017608166, 0.0021547432988882065, -0.016919218003749847, 0.022563382983207703, 0.02211184985935688, -0.0024751327000558376, -0.010770396329462528, -0.04430337995290756, -0.013851447030901909, -0.022098569199442863, 0.011102406308054924, 0.010518069379031658, -0.016454404219985008, -0.018194135278463364, 0.018605826422572136, -0.007264373358339071, -0.0006175381713546813, 0.003648787271231413, -0.041726987808942795, 0.02903093211352825, 0.014236578717827797, 0.010856718756258488, 0.01007317565381527, 0.006364626809954643, -0.003175673307850957, 0.004741099197417498, -0.04148793965578079, -0.030358972027897835, 0.009847409091889858, -0.013287030160427094, -0.028605960309505463, -0.000720461190212518, 0.02617564983665943, 0.009993493556976318, 0.0007461919449269772, 0.0047875805757939816, 0.0023091279435902834, -0.03938963636755943, -0.014409223571419716, -0.006248423829674721, -0.010803597047924995, 0.007224532309919596, 0.025949882343411446, 0.03915059193968773, 0.0030528297647833824, 0.013433114625513554, 0.012224598787724972, 0.009568520821630955, 0.005850011948496103, -0.008698655292391777, 0.02403750643134117, -0.0007237812387757003, 0.015418533235788345, 0.004923704545944929, 0.00243363156914711, 0.022921953350305557, -0.013944409787654877, 0.004100320395082235, 0.023386767134070396, 0.0020949814934283495, -0.00803463626652956, 0.02521946094930172, 0.020611165091395378, 0.010265741497278214, 0.01585678569972515, 0.011553939431905746, 0.012556608766317368, 0.004299526568502188, -0.0263084527105093, 0.016268478706479073, -0.001865894882939756, 0.0026062766555696726, -0.015723982825875282, -0.0009370975312776864, -0.02308131754398346, -0.0004262175352778286, -0.0007453619036823511, -0.013572558760643005, -0.007622944191098213, -0.021222064271569252, 0.0037948715034872293, -0.03649451211094856, 0.0066103143617510796, 0.012324201874434948, -0.008997464552521706, -0.009276352822780609, -0.0004087870183866471, -0.022510262206196785, -0.02047836221754551, 0.0032536955550312996, 0.009887250140309334, 0.009575161151587963, -0.033041611313819885, -0.020318996161222458, 0.01548493467271328, 0.0016617088112980127, 0.01636144146323204, -0.016812974587082863, -0.004070439375936985, -0.0006245933473110199, -0.009654843248426914, -0.018353499472141266, 0.006792919710278511, -0.009827489033341408, 0.0030063483864068985, -0.0014691432006657124, 0.014887317083775997, -0.018008209764957428, 0.012510127387940884, 0.02257666364312172, 0.00973452627658844, 0.0026195570826530457, 0.021554073318839073, 0.010106377303600311, -0.00841312762349844, 0.01670673117041588, -0.018512863665819168, 0.02067756839096546, 0.008858020417392254, 0.010717274621129036, -0.008904501795768738, 0.010962962172925472, 0.005567803513258696, -0.0005681517068296671, 0.009561881422996521, -0.019522173330187798, -0.009495479054749012, 0.01820741407573223, 0.008512729778885841, -0.018951116129755974, 0.014156895689666271, -0.011467617005109787, 0.010245821438729763, -0.003967516589909792, -0.009907171130180359, 0.015511495992541313, -0.012948380783200264, 0.039841171354055405, 0.0005158601561561227, 0.010929761454463005, -0.006039257626980543, -0.012516767717897892, 0.027995062991976738, -0.004140161443501711, -0.010537989437580109, 0.017981648445129395, 0.0007059357594698668, -0.030571458861231804, -0.004880543332546949, -0.014143615961074829, 0.005893173161894083, -0.01221131905913353, -0.006069138180464506, -0.02660062164068222, -0.009395875968039036, 0.007284293882548809, 0.01824725605547428, 0.02065100707113743, 0.015073242597281933, 0.0057105678133666515, -0.006404468324035406, -0.0004502882366068661, 0.01774260215461254, -0.006533951964229345, 0.02131502702832222, -0.02211184985935688, -0.027384163811802864, 0.010139578022062778, 0.010358704254031181, 0.04666729271411896, 0.0006212732405401766, 0.013506157323718071, -0.005946294870227575, 0.002493393374606967, 0.014196736738085747, 0.022417299449443817, -0.0020700807217508554, -0.007669425569474697, 0.01670673117041588, 0.0032868965063244104, 0.03083706647157669, 0.0017380710924044251, -0.004136841744184494, 0.02098301611840725, 0.005385198164731264, 0.010664152912795544, -0.017437152564525604, -0.00996693316847086, -0.021075978875160217, -0.010371984913945198, 0.017025459557771683, 0.007191331125795841, 0.010710634291172028, -0.0197612214833498, -0.014807634986937046, 0.003436300903558731, -0.010259101167321205, 0.02807474508881569, -0.016268478706479073, -0.050492044538259506, -0.0009503779001533985, 0.004385848995298147, -7.91116981417872e-05, -0.004817461594939232, -0.013771764934062958, -0.028313791379332542, -0.005531282629817724, -0.03386499360203743, 0.047012582421302795, -0.01795508712530136, 0.034714940935373306, 0.012649571523070335, 0.004963546060025692, -0.01436938252300024, 0.020571324974298477, -0.0030528297647833824, 0.007636224385350943, -0.008067836984992027, -0.00964820384979248, 0.03503366932272911, 0.004432330373674631, 0.03075738437473774, 0.009548600763082504, -0.01505996286869049, 0.008765057660639286, 0.0063214655965566635, -0.028845008462667465, 0.014183457009494305, -0.006055857986211777, -0.01653408631682396, -0.01884487457573414, -0.018101172521710396, -0.014741233550012112, -0.02857939898967743, 0.008539291098713875, 0.024143749848008156, -0.00243363156914711, 0.007164770737290382, -0.006457589566707611, 0.01029894221574068, 0.010079815983772278, 0.004203243646770716, 0.024475758895277977, -0.001997038722038269, 0.026653742417693138, -0.00809439830482006, 0.016414562240242958, -0.0629490464925766, -0.049907706677913666, 0.00803463626652956, -0.0036886283196508884, 0.019907305017113686, 0.022178251296281815, -0.011739864945411682, -0.0170387402176857, 0.024515600875020027, -0.016507524996995926, 0.01816757395863533, -0.02786225825548172, -0.01783556491136551, 0.015245888382196426, 0.020358838140964508, -0.005325436592102051, 0.010664152912795544, -0.004462210927158594, -0.005713887978345156, -0.021540792658925056, -0.009468918666243553, -0.010378625243902206, -0.0012790675973519683, -0.005996096413582563, 0.01206523459404707, 0.0014492225600406528, 0.018260536715388298, -0.0018409941112622619, 0.002835363382473588, 0.014515466056764126, -0.0004075419856235385, -0.01905735954642296, -0.009787647984921932, 0.0017032100586220622, 0.02852627821266651, -0.01479435432702303, 0.0070518869906663895, 0.0016376380808651447, 0.027543529868125916, -0.012530048377811909, -0.009814208373427391, -0.03341346234083176, 0.045259568840265274, -0.007968233898282051, 0.015152925625443459, -0.00044447806430980563, -0.008446328341960907, -0.004897143691778183, 0.01436938252300024, 0.004312806762754917, -0.050252996385097504, 0.0014392622979357839, -0.037025727331638336, 0.012450366280972958, 0.009508759714663029, -0.000980258802883327, -0.02673342637717724, 0.0012674472527578473, -0.0197612214833498, -0.017224665731191635, -0.014422504231333733, -0.002481773030012846, 0.021620474755764008, -0.0067298379726707935, -0.0020584603771567345, -0.011354733258485794, 0.009681404568254948, -0.013207348063588142, -0.008154159411787987, 0.009130268357694149, 0.03243071213364601, -0.02471480704843998, 0.016680169850587845, -0.01774260215461254, 0.010943041183054447, -0.02144782990217209, 0.013838166370987892, 0.007018686272203922, -0.03381187468767166, 0.004478811752051115, 0.006118939723819494, -0.027251360937952995, -0.036733560264110565, 0.019668258726596832, 0.002423671307042241, -0.011613701470196247, -0.0037981916684657335, 0.060027364641427994, 0.0029781274497509003, 0.01808789186179638, -0.02156735397875309, -0.010923121124505997, 0.000697635521646589, -0.05267002806067467, 0.010863359086215496, 0.008791618049144745, -0.030279289931058884, -0.003197253914549947, -0.020000267773866653, -0.004276285879313946, -0.032324470579624176, -0.00541175901889801, -0.021301746368408203, 0.009415796957910061, -0.0005835071206092834, -0.018406620249152184, 0.0066800364293158054, -0.014010811224579811, -0.026866229251027107, -0.01212499663233757, 0.013851447030901909, 0.006630234885960817, -0.006069138180464506, -0.005737128667533398, -0.0005581913865171373, 0.004120240919291973, 0.025325704365968704, -0.013061263598501682, -0.008393206633627415, -0.007350695785135031, 0.001923996489495039, -0.03856625407934189, 0.002514973981305957, 0.007237812504172325, 0.0236656554043293, 0.007842070423066616, -0.008340084925293922, -0.029004372656345367, 0.013114385306835175, -0.04387841001152992, -0.0064642298966646194, -0.022802429273724556, 0.015684140846133232, 0.025604592636227608, 0.018565986305475235, 0.0012549968669191003, 0.028685642406344414, 0.0012666172115132213, 0.026029564440250397, -0.03474150225520134, -0.000779807916842401, 0.014024091884493828, 0.010577830485999584, 0.012941740453243256, 0.025564750656485558, -0.0276497732847929, 0.0002552325022406876, 0.030438654124736786, -0.01145433634519577, 0.010896559804677963, 0.033466584980487823, 0.008678735233843327, -0.01085007842630148, -0.017184825614094734, 0.014342821203172207, -0.029216857627034187, -0.0018592546693980694, 0.007131569553166628, -0.03923027217388153, -0.004269645549356937, 0.016666889190673828, 0.01828709803521633, -0.014130335301160812, 0.026242051273584366, -0.011766425333917141, -0.007722546812146902, 0.011122326366603374, -0.0003139567270409316, -0.027304481714963913, 0.006640194915235043, -0.013771764934062958, -0.0042962064035236835, 0.030279289931058884, 0.010212619788944721, 0.05832747370004654, -0.021208783611655235, -0.009873970411717892, -0.0008491149637848139, -0.01523260772228241, -0.01661376841366291, 0.026786547154188156, -0.011726584285497665, 0.0016202075639739633, 0.028977811336517334, -0.0030428695026785135, -0.00040608944254927337, -0.015458374284207821, -0.015498215332627296, 0.007702626287937164, -0.01183282770216465, -0.013227269053459167, -0.001383650698699057, -0.006972204893827438, -0.017224665731191635, 0.003940955735743046, -0.013379992917180061, -0.027915380895137787, -0.021261904388666153, 0.0027573411352932453, -0.0014600128633901477, -0.027516968548297882, -0.020876772701740265, -0.011812906712293625, 0.005019987467676401, -0.025856919586658478, -0.018765190616250038, -0.008851380087435246, 0.01628175750374794, 0.00944235734641552, 0.2717699110507965, -0.024435918778181076, -0.0017662919126451015, 0.022457139566540718, -0.007430378347635269, 0.009196669794619083, 0.029721513390541077, 0.016932496801018715, -0.023307085037231445, 0.032749440521001816, -0.013306951150298119, 0.0017032100586220622, -0.00413352157920599, -0.00012211734429001808, 0.011693383567035198, -0.007988154888153076, -0.047517236322164536, -0.016454404219985008, -0.013599119149148464, -0.015418533235788345, 0.011109046638011932, -0.020704127848148346, -0.021129101514816284, -0.015870066359639168, 0.022722747176885605, -0.01934952847659588, -0.011779705993831158, -0.005378557834774256, 0.003515983233228326, 0.008114318363368511, -0.024449197575449944, 0.0027822416741400957, -0.005581084173172712, -0.0009694684995338321, -0.049748342484235764, -0.03054489754140377, 0.035857055336236954, -0.003575745038688183, -0.002302487613633275, -0.008851380087435246, -0.006812840234488249, -0.0028552839066833258, 0.003960876259952784, -0.012603090144693851, 0.005371917970478535, 0.026321733370423317, -0.021832961589097977, -0.012948380783200264, 0.017676198855042458, 0.012782375328242779, -0.007569822482764721, -0.00984076876193285, 0.0066103143617510796, 0.03359938785433769, 0.01221131905913353, -0.008399846963584423, 0.00889786146581173, 0.019575295969843864, -0.007616303861141205, 0.012530048377811909, -0.01462170947343111, 0.03524615615606308, -0.012184757739305496, -0.018473023548722267, 0.015670860186219215, 0.01594974845647812, -0.028818447142839432, 0.002778921741992235, 0.0036454671062529087, -0.03545864298939705, -0.006723197642713785, -0.024648403748869896, -0.012802296318113804, 0.0008781658252701163, -0.005132870748639107, -0.0025763956364244223, 0.02564443275332451, 0.020584605634212494, 0.01602943055331707, 0.05715879797935486, -0.030651140958070755, -0.006351346615701914, -0.0038579534739255905, -0.010252460837364197, -0.01816757395863533, -0.028048183768987656, 0.02974807471036911, -0.004903784021735191, -0.01277573499828577, -0.020119791850447655, 0.00803463626652956, -0.014820915646851063, -0.019947146996855736, 0.005361957475543022, 0.027118556201457977, 0.018326938152313232, 0.004595015197992325, 0.003506022971123457, -0.025192899629473686, -0.014595149084925652, -0.04178010672330856, 0.027516968548297882, 0.0301730465143919, 0.009688044898211956, -0.030571458861231804, 0.004392488859593868, 0.01779572293162346, 0.005076429340988398, 0.012955021113157272, -0.019654978066682816, -0.01670673117041588, -0.029907438904047012, -0.0002832458121702075, -0.003598985727876425, 0.035352397710084915, 0.00727101368829608, 0.002822082955390215, -0.02115566097199917, 0.022470420226454735, -0.0037649907171726227, 0.023811738938093185, -0.02597644366323948, -0.003459541592746973, 0.0044456105679273605, -0.01695905812084675, -0.015471654944121838, -0.01917688362300396, 0.003921035211533308, 0.007085088174790144, -0.010876639746129513, 0.0009287972934544086, -0.021620474755764008, 0.015723982825875282, 0.00011641091987257823, -0.012005472555756569, 0.011899230070412159, 0.03721165284514427, -0.010684073902666569, 0.01942921057343483, -0.007549901958554983, -0.01867222785949707, -0.03992085158824921, -0.0003143717476632446, 0.005335396621376276, 0.02300163544714451, -0.020318996161222458, -0.0011163827730342746, 0.00015064942999742925, 0.02749040722846985, -0.020504921674728394, -0.03529927879571915, -0.0015421853167936206, 0.012191398069262505, 0.00552796246483922, -0.009322834201157093, -0.008061196655035019, -0.008844739757478237, -0.014887317083775997, -0.0157771036028862, 0.03370562940835953, -0.024914011359214783, 0.003515983233228326, 0.022058729082345963, -0.024993695318698883, -0.04023958370089531, -0.028712203726172447, -0.167864128947258, 0.022457139566540718, 0.009229871444404125, -0.02735760435461998, 0.01828709803521633, -0.0004027693357784301, 0.001523094717413187, 0.007855351082980633, 0.01695905812084675, -0.021620474755764008, 0.004299526568502188, -0.022297775372862816, -0.013081184588372707, -0.0016334879910573363, -0.0105313491076231, -0.011208649724721909, -0.005036587826907635, -0.00889786146581173, 0.026242051273584366, 0.007695985957980156, 0.020159631967544556, -0.03617578372359276, 0.014050653204321861, -0.0063148257322609425, 0.003838032716885209, 0.0041036405600607395, 0.027888819575309753, -0.0014791034627705812, 0.001960517605766654, -0.031102674081921577, -0.022297775372862816, 0.008207281120121479, 0.00998685322701931, 0.026242051273584366, 0.02253682166337967, 0.0008474548812955618, -0.004429010208696127, 0.0050797490403056145, -0.025206180289387703, 0.006122259888797998, 0.0036819882225245237, 0.06321465969085693, -0.011208649724721909, 0.01569742150604725, 0.011321532540023327, 0.008466248400509357, 0.002848643809556961, -0.017809003591537476, 0.011069205589592457, -0.009947012178599834, 0.010943041183054447, -0.04284253716468811, 0.02300163544714451, 0.008446328341960907, 0.05089045688509941, 0.004571774508804083, -0.008997464552521706, 0.005069789011031389, -0.005962895229458809, 0.004860622808337212, -0.019827622920274734, -0.010232540778815746, 0.003423020476475358, -0.004442290402948856, 0.009993493556976318, -0.002256006235256791, -0.0010881619527935982, 0.0028785245958715677, -0.01382488664239645, -0.0012002153089269996, -0.013200707733631134, -0.018233975395560265, 0.014847476035356522, 0.006437669042497873, 0.013180787675082684, 0.01934952847659588, -0.03240415081381798, 0.027756014838814735, 0.0009404176380485296, 0.012191398069262505, -0.002445251913741231, -0.0029963881243020296, -0.049828022718429565, 0.01812773197889328, -0.00952203944325447, 0.02114238031208515, 0.020040109753608704, -0.03219166770577431, 0.017384029924869537, -0.006699956953525543, 0.01284213736653328, -0.028393473476171494, -0.003917715046554804, -0.0072444528341293335, -0.0022742669098079205, 0.006533951964229345, 0.015790384262800217, -0.022842271253466606, -0.028207547962665558, -0.018220694735646248, 0.004585054703056812, -5.099462214275263e-05, -0.012244519777595997, 0.014010811224579811, 0.003582385368645191, 0.009774367325007915, 0.020252594724297523, 0.0029117255471646786, 0.031208917498588562, -0.012417164631187916, -0.013891288079321384, 0.005657446105033159, 0.011062565259635448, 0.02308131754398346, -0.011573860421776772, 0.0021215423475950956, -0.008552571758627892, -0.02391798235476017, 0.015538056381046772, -0.006812840234488249, 0.009256431832909584, -0.011460976675152779, 0.021580634638667107, 0.0038679137360304594, 0.006361307110637426, -0.01754339598119259, -0.05267002806067467, -0.035060230642557144, 0.0031706930603832006, 0.012789015658199787, 0.006640194915235043, 0.0157771036028862, -0.01707858219742775, 0.02115566097199917, -0.01824725605547428, 0.006102339364588261, -0.008738496340811253, -0.011620341800153255, -0.005776969715952873, -0.020571324974298477, -0.010723914951086044, 0.0033350379671901464, 0.016162235289812088, 0.004100320395082235, -0.00420656381174922, 0.043533120304346085, 0.003598985727876425, -0.030863627791404724, 0.009415796957910061, -0.016255198046565056, 0.0033333778847008944, 0.006992125418037176, -0.019495612010359764, 0.022961795330047607, 0.01690593734383583, 0.0011039323871955276, -0.014356101863086224, -0.021673597395420074, -0.014050653204321861, -0.0036687077954411507, -0.008618973195552826, 0.005461560562252998, -0.02823410928249359, 0.010869999416172504, 0.028845008462667465, 0.0024618522729724646, 0.006155461072921753, 0.017968367785215378, -0.0007507570553570986, -0.008107678033411503, 0.025166340172290802, -0.019668258726596832, -0.00734405592083931, 0.05439647659659386, -0.02164703607559204, -0.0026062766555696726, -0.001383650698699057, -0.008572491817176342, -0.013260469771921635, -0.01208515465259552, 0.038539692759513855, -0.009628282859921455, 0.01290189940482378, 0.006756398361176252, -0.037955354899168015, 0.005172711797058582, -0.010146218352019787, -0.02085021324455738, 0.010265741497278214, 0.008572491817176342, 0.023639094084501266, 0.035564884543418884, -0.001759651699103415, 0.0016467684181407094, 0.004966865759342909, -0.014024091884493828, -0.029774634167551994, 0.015365411527454853, 0.00021829640900250524, 0.01725122705101967, -0.013984250836074352, -0.02432967536151409, -0.016454404219985008, -0.012344122864305973, 0.03240415081381798, -0.021261904388666153, -0.005962895229458809, -0.0058599719777703285, -0.006414428353309631, -0.028127865865826607, 0.020704127848148346, 0.02547178789973259, 0.0005714718136005104, 0.010000133886933327, 0.025777237489819527, -0.037025727331638336, -0.03394467756152153, 0.03617578372359276, -0.0010690714698284864, 0.023678936064243317, -0.009953652508556843, 0.014382662251591682, -0.006769679021090269, 0.001734750927425921, -0.012649571523070335, 0.019376089796423912, -0.010571190156042576, -0.014860756695270538, -0.055618274956941605, -0.002503353636711836, 0.005627565551549196, 0.01606927253305912, -0.003940955735743046, 0.02026587538421154, 0.0027706213295459747, -2.9517741495510563e-05, -0.0017015499761328101, 0.0028171027079224586, -0.022709466516971588, -0.001912376144900918, -0.007264373358339071, -0.00035151533666066825, -0.032961927354335785, 0.006812840234488249, 0.007012045942246914, 0.011069205589592457, 0.017357470467686653, 0.02265634573996067, 0.009342754259705544, 0.013625680468976498, 0.002682638820260763, -0.015259168110787868, -0.013267110101878643, -0.02413046918809414, 0.004518652800470591, 0.010471588000655174, -0.02014635130763054, -0.0036753478925675154, 0.02009323053061962, -0.013917849399149418, 0.009070506319403648, 0.02189936302602291, -0.010312222875654697, 0.0012832176871597767, 0.006152140907943249, 0.037822552025318146, 0.031952619552612305, 0.0248874519020319, -0.009727885946631432, -0.00630486523732543, 0.01523260772228241, -0.021009577438235283, -0.0047577000223100185, 0.011573860421776772, -0.013864727690815926, 0.001925656571984291, 0.01640128158032894, -0.021806400269269943, 0.01993386633694172, 0.018021490424871445, -0.0025116538163274527, 0.0010242500575259328, -0.0067597185261547565, -0.06544576585292816, 0.011281691491603851, 0.0006519841845147312, -0.012789015658199787, -0.008838099427521229, 0.04358623921871185, 0.013705362565815449, -0.011779705993831158, -0.03638827055692673, -0.009568520821630955, -0.013293670490384102, -0.007058527320623398, -0.0028420034795999527, 0.0025232741609215736, -0.034980546683073044, -0.022682907059788704, 0.015538056381046772, 0.006978845223784447, -0.01930968649685383, 0.008990824222564697, 0.012616370804607868, 0.006613634526729584, -0.024980414658784866, 0.004156762268394232, 0.02362581342458725, 0.005946294870227575, -0.017862124368548393, -0.024409357458353043, -0.004611615557223558, 0.007543261628597975, 0.030438654124736786, -0.02051820233464241, 0.020026829093694687, -0.006676716264337301, -0.0012890278594568372, -0.026972472667694092, 0.014462345279753208, -0.009362675249576569, 0.01468811184167862, 0.015299009159207344, -0.007151490077376366, -0.01468811184167862, 0.013811605982482433, 0.022921953350305557, 0.015352130867540836, 0.03450245410203934, 0.008233841508626938, -0.012862058356404305, -0.005491441581398249, -0.030996430665254593, 0.0020617805421352386, -0.05014675483107567, -0.024449197575449944, 0.015883347019553185, 0.02727792225778103, 0.0055910442024469376, 0.0027108597569167614, -0.02719823829829693, 0.01741059124469757, -0.007463579531759024, 0.0066567957401275635, -0.008260402828454971, 0.012789015658199787, -0.01145433634519577, 0.020717408508062363, -0.006510711275041103, 0.01479435432702303, 0.008466248400509357, 0.0016276778187602758, 0.01657392643392086, 0.024821048602461815, -0.021248623728752136, -0.014820915646851063, 0.011879309080541134, 0.00210328190587461, 0.012045313604176044, 0.009103707037866116, -0.016414562240242958, -0.019455771893262863, -0.02324068360030651, 0.002644457621499896, -0.0015421853167936206, 0.004063799511641264, -0.007735827472060919, 0.03800847753882408, 0.01346631534397602, -0.015750542283058167, 0.01223123911768198, 0.030438654124736786, 0.010670793242752552, 0.027915380895137787, -0.011195369064807892, -0.00952203944325447, -0.013101104646921158, 0.02576395682990551, -0.018725350499153137, 0.003612266154959798, -0.009727885946631432, -0.02953558787703514, 0.02463512308895588, -0.012569889426231384, 0.013891288079321384, 0.001713170320726931, 0.004146801773458719, 0.008101037703454494, -0.0012599769979715347, 0.015684140846133232, 0.0034197005443274975, 0.004923704545944929, -0.01229100115597248, 0.01502012088894844, 0.0025548150297254324, -0.012476926669478416, 0.008027995936572552, 0.0016202075639739633, 0.009382595308125019, -0.03450245410203934, -0.013705362565815449, 0.008174080401659012, -0.0060757785104215145, 0.010232540778815746, -0.005544562824070454, 0.0034163803793489933, -0.02903093211352825, 0.0028386833146214485, -0.013665521517395973, -0.01235740352421999, -0.03646795079112053, 0.008134239353239536, 0.012364042922854424, 0.02224465273320675, -0.00029922378598712385, -0.012091794982552528], \"4d9eb0e4-a87f-40c4-b47b-66ac6c53bd04\": [-0.0018739538500085473, 0.009992153383791447, 0.00977448932826519, -0.033357057720422745, -0.031234832480549812, 0.00032713418477214873, -0.02716722898185253, -0.010597532615065575, -0.013250316493213177, -0.021548768505454063, 0.010243827477097511, 0.006302062422037125, 0.012352450750768185, -0.002800727728754282, -0.004108414053916931, 0.010747176595032215, -0.0036356744822114706, 0.006567340809851885, 0.027724994346499443, -0.001684347866103053, -0.0172226894646883, 0.010964840650558472, -0.030527422204613686, -0.007346171420067549, -0.029901636764407158, 0.02987442910671234, 0.020161159336566925, -0.010964840650558472, 0.005815718788653612, -0.014501886442303658, 0.028840523213148117, -0.017549186944961548, -0.01402574498206377, -0.019957099109888077, -0.0076046474277973175, -0.028622860088944435, -0.02859565243124962, -0.01317549403756857, 0.02987442910671234, 0.0004553095786832273, 0.02103181555867195, -0.0064687118865549564, -0.007135308813303709, 0.024772921577095985, 0.018202180042862892, 0.04102972522377968, 0.02271871455013752, -0.021426333114504814, -0.03689410537481308, 0.016270408406853676, -0.0019980906508862972, 0.03735664114356041, -0.055150698870420456, -0.02107262797653675, -0.010992048308253288, 0.011991944164037704, -0.006434701848775148, 0.0006921045714989305, -0.014705946668982506, -0.028078699484467506, 0.004190038423985243, -0.002855143742635846, -0.018732735887169838, -0.007455003447830677, -0.0030694070737808943, 0.010032964870333672, -0.01210077665746212, -0.0019266693852841854, 0.004853234626352787, 0.014012141153216362, 0.01135935727506876, 0.014188993722200394, 6.833894440205768e-05, 0.005410999059677124, 0.0649183839559555, -0.015671832486987114, 0.012481689453125, -0.014801174402236938, 0.011427377350628376, -0.013910111039876938, 0.011903517879545689, -0.013501990586519241, -0.0004544593102764338, 0.040594398975372314, -0.0004170482570771128, 0.009468398056924343, 0.009441190399229527, 0.006958456709980965, -0.0023534956853836775, -0.01391691341996193, -0.01603914052248001, -0.013624426908791065, 0.016909798607230186, 0.02093658782541752, 0.0009854412637650967, 0.035343244671821594, 0.0007426944794133306, 0.015835080295801163, 0.01712746173143387, 0.0021664402447640896, -0.010060173459351063, 0.0009361266857013106, -0.03803684189915657, -0.01114849466830492, -0.011835497803986073, -0.024133533239364624, 0.03101716749370098, -0.0004166231374256313, 0.024908961728215218, -0.015277314931154251, -0.020963795483112335, 0.011087276972830296, 0.008393680676817894, -0.007407389115542173, -0.042036425322294235, -0.00031841910094954073, -0.00522394385188818, -0.01554939616471529, -0.011862706393003464, -0.02280033938586712, -0.008638553321361542, 0.040512774139642715, 0.012332044541835785, -0.006227240432053804, -0.005064096767455339, 0.0020099941175431013, 0.02648702822625637, 0.002401109552010894, -0.0016426854999735951, -0.020786942914128304, 0.05183131992816925, 0.011100880801677704, 0.019154461100697517, -0.0022140543442219496, -0.006438103038817644, -0.007999164052307606, -0.009978549554944038, -0.0023262875620275736, -0.02195688895881176, -0.02446002885699272, 0.01776685193181038, 0.03256802633404732, -0.014705946668982506, -0.01389650721102953, 0.002817732747644186, 0.016787361353635788, 0.041900385171175, 0.029547933489084244, 0.003084711730480194, 0.010291441343724728, 0.005985768977552652, 0.024691296741366386, -0.003040498588234186, 0.02026999182999134, -0.025861242786049843, 0.006223839707672596, 0.019100045785307884, -0.021290292963385582, 0.016787361353635788, -0.007808708120137453, 0.0252082496881485, 0.003941765055060387, 0.011264129541814327, -0.012379659339785576, 0.008944643661379814, 0.033275436609983444, -0.017671622335910797, -0.0016902995994314551, 0.03088112734258175, 0.008400483056902885, 0.002895955927670002, 0.021684808656573296, -0.013508792966604233, 0.013549604453146458, -0.001442876411601901, 0.02957514114677906, 0.02504500187933445, -0.007679469883441925, -0.04350565746426582, -0.006516325753182173, -0.02251465432345867, 0.0019521770300343633, 0.04162830486893654, 0.01591670513153076, -0.01455630175769329, 0.0342821329832077, 0.025153834372758865, -0.0019861869513988495, 0.0033618935849517584, -0.007543429732322693, 0.009631646797060966, 0.006332671735435724, 0.011182504706084728, 0.0018620503833517432, -0.5916116833686829, 0.004866838455200195, -0.010264233686029911, -0.03719339147210121, 0.015454167500138283, 0.023126835003495216, 0.029330268502235413, -0.0008425990235991776, -0.01688258908689022, -0.0230996273458004, 0.01444747019559145, 0.010896820574998856, 0.019018420949578285, -0.0009905428159981966, -0.0006921045714989305, -0.015372543595731258, -0.013073463924229145, 0.0034231117460876703, 0.0065809451043605804, 0.03828171268105507, -0.024106325581669807, 0.020542072132229805, 0.01565822772681713, -0.009624844416975975, 0.008026372641324997, 5.462864646688104e-05, 0.016352033242583275, 0.011991944164037704, -0.0022140543442219496, 0.011032860726118088, -0.03305777162313461, -0.009148703888058662, -8.762902143644169e-05, 0.01042748149484396, 0.05659272521734238, -0.024269573390483856, -0.007244140841066837, 0.010053371079266071, 0.007162516936659813, 0.014365846291184425, -0.004618565086275339, 0.0024895358365029097, 0.006628558970987797, 0.006577543914318085, -0.005206938832998276, -0.006733990274369717, 0.02610611543059349, 0.007169318851083517, -0.0035302434116601944, -0.008658959530293941, 0.0037649127189069986, -0.012318440712988377, -0.013461178168654442, 0.02592926286160946, -0.03332985192537308, -0.025439519435167313, 0.0172635018825531, -0.02103181555867195, -0.022106533870100975, -0.006046987138688564, -0.001503244275227189, -0.0008128402405418456, -0.03088112734258175, -0.0001446490059606731, -0.021521560847759247, 0.046008799225091934, 0.005104908719658852, -0.0025116424076259136, -0.001447977963835001, -0.01742674969136715, -0.019304106011986732, 0.01824299246072769, -0.006237443536520004, 0.006461909972131252, 0.02141272835433483, 0.027357686311006546, 0.04336961731314659, -0.023412520065903664, -0.00513891875743866, 0.0022038514725863934, 0.00288745341822505, -0.007386983372271061, -0.018555885180830956, -0.008543324656784534, -0.0057545006275177, 0.011536209844052792, -0.005961962044239044, -0.010604334063827991, 0.017018629238009453, -0.02386145293712616, 0.015712643042206764, -0.0035336443688720465, 0.008808603510260582, -0.021766433492302895, -0.012277628295123577, 0.01554939616471529, -0.015141274780035019, -0.0005054743960499763, -0.010332253761589527, -0.009767686948180199, -0.02161678858101368, -0.01351559441536665, 0.004186637233942747, 0.008230432868003845, 0.014760362915694714, 0.014529094099998474, -0.0061490172520279884, -0.006417696829885244, 0.03694852069020271, -0.015413355082273483, -0.006512925028800964, -0.03033696673810482, 0.008563730865716934, -0.030609047040343285, -0.017372334375977516, -0.03177899122238159, 0.01708664931356907, 0.0017821267247200012, 0.021970493718981743, -0.0034027057699859142, -0.0009871417423710227, 0.021507956087589264, 0.04024069383740425, -0.02428317628800869, 0.013570010662078857, -0.010876414366066456, -0.01118930708616972, -0.014501886442303658, -0.019821058958768845, -0.020283594727516174, 0.013121077790856361, 0.004523336887359619, 0.020501259714365005, 0.004496128764003515, 0.03847217187285423, -0.017930099740624428, 0.012318440712988377, -0.0033482895232737064, -0.007019674871116877, -0.03401005268096924, -0.02263708971440792, -0.003079610178247094, 0.006948253605514765, -0.030663462355732918, -0.009359566494822502, 0.0037104967050254345, -0.03150691092014313, 0.001447977963835001, -0.0025796624831855297, 0.015345335006713867, -0.008917436003684998, -0.0032122493721544743, -0.0037989227566868067, 0.0018705528927966952, -0.028922148048877716, -0.01047509629279375, 0.002671489492058754, -0.015590207651257515, -0.012304836884140968, -0.00935276411473751, -0.024269573390483856, 0.011842300184071064, -0.009699666872620583, -0.01628401316702366, -0.017399542033672333, -0.01856948807835579, -0.007618251722306013, 0.00022382865427061915, -0.038689836859703064, -0.01318229641765356, -0.007625053636729717, 0.016175180673599243, -0.013808080926537514, -0.0191272534430027, 0.01011458970606327, 0.004050597082823515, -0.020977400243282318, -0.01137976348400116, 0.013318336568772793, -0.005172928795218468, -0.0010517608607187867, 0.02103181555867195, -0.004411103669553995, 0.0005365085671655834, 0.020542072132229805, 0.022868359461426735, 0.04581834375858307, 0.004281865432858467, -0.010577126406133175, 0.021671205759048462, 0.015263711102306843, 0.008604543283581734, -0.030282549560070038, 0.011012454517185688, -0.008114797994494438, 0.03618669509887695, -0.013359148055315018, -0.007563835475593805, -0.005502826534211636, -0.0030438995454460382, 0.011447783559560776, 0.009509210474789143, -0.005121913738548756, -0.026459820568561554, 0.008359670639038086, -0.0019912885036319494, 0.0004400050383992493, 0.0022072524297982454, 0.015209294855594635, 0.012869403697550297, 0.006142215337604284, -0.014624322764575481, -0.018895985558629036, -0.011651843786239624, 0.030772294849157333, 0.02085496298968792, -0.02796986699104309, -0.002457226160913706, -0.007373379077762365, -0.020637299865484238, 0.0035132383927702904, -0.0037445067428052425, 0.002824534894898534, 0.03760151192545891, -0.024215156212449074, 0.00973367691040039, 0.0050811017863452435, 0.011883111670613289, -0.012264024466276169, -0.02263708971440792, -0.01870552822947502, -0.013604020699858665, 0.019004816189408302, 0.009155506268143654, 0.00905347615480423, 0.022909171879291534, 0.017739642411470413, -0.021630393341183662, 0.028323572129011154, -0.006733990274369717, 0.002714002039283514, 0.03207828104496002, 0.019276896491646767, -0.027847429737448692, 0.009835707023739815, 0.008407284505665302, 0.023589372634887695, 0.028922148048877716, -0.011440981179475784, 0.023711808025836945, -0.005608257371932268, 0.015277314931154251, -0.01984826661646366, -0.015712643042206764, 0.03751989081501961, -0.023793432861566544, -0.01133895106613636, 0.03354751691222191, 0.011645041406154633, 0.013719654642045498, -0.013590416871011257, -0.006740792188793421, -0.010107787325978279, -0.00046466232743114233, 0.012862601317465305, 0.010964840650558472, -0.019222481176257133, -0.01684177853167057, -0.030690670013427734, -0.005064096767455339, 0.009822103194892406, -0.009488804265856743, -0.032812897115945816, 0.02280033938586712, 0.02973838895559311, 0.017453959211707115, 0.029003772884607315, 0.021127045154571533, 0.008767791092395782, -0.017331521958112717, -0.03613227978348732, -0.006336072459816933, 0.027017585933208466, 0.01878715306520462, 0.007502617314457893, -0.029901636764407158, -0.008237234316766262, 0.009978549554944038, -0.008978653699159622, 0.013148286379873753, -0.014433866366744041, 0.020528467372059822, 0.019521769136190414, -0.00916230771690607, -0.03229594603180885, 0.04655295982956886, 0.020678112283349037, -0.009209922514855862, -0.028105907142162323, 0.004285266622900963, 0.0025201449170708656, -0.004567550029605627, -0.01798451505601406, -0.02821473963558674, 0.009883320890367031, 0.0035846594255417585, -0.01429782621562481, 0.01353600062429905, 0.004169632215052843, 0.006696579046547413, -0.004975670482963324, -0.017916494980454445, -0.02195688895881176, -0.018651112914085388, -3.5046294215135276e-05, 0.01301224622875452, -0.02069171518087387, -0.010407076217234135, 0.03790080174803734, 0.009230327792465687, -0.00301499105989933, 0.01101925689727068, -0.03215990588068962, 0.03207828104496002, -0.007210130803287029, 0.023684600368142128, 0.02386145293712616, -0.003050701692700386, -0.008005966432392597, 0.004877041559666395, -0.029847221449017525, -0.019603393971920013, -0.014501886442303658, -0.0248817540705204, -0.024174345657229424, -0.012025954201817513, 0.04168272018432617, 0.009862914681434631, -0.0037479077000170946, 0.006308864802122116, -0.01406655739992857, -0.0115702198818326, 0.0115294074639678, 0.0002850467571988702, -0.011590626090765, 0.015617416240274906, 0.010209817439317703, 0.045383013784885406, -0.020378822460770607, 0.009937737137079239, 0.0077338856644928455, 0.010842404328286648, 0.011658646166324615, -0.016352033242583275, 0.01636563614010811, -0.004798818379640579, 0.012073568068444729, 0.011624636128544807, -0.008359670639038086, 0.03352030739188194, 0.006155819166451693, 0.00918271392583847, 0.026255760341882706, -0.0026187740731984377, 0.004516534972935915, 0.011468189768493176, 0.02369820326566696, -0.016787361353635788, -0.004632168915122747, 0.02474571391940117, 0.02203851379454136, -0.004713793285191059, -0.00631566671654582, 0.02796986699104309, 0.010189411230385303, 0.02805148996412754, -0.005376989021897316, -0.030581839382648468, -0.0047954171895980835, 0.007148913107812405, 0.0002729306579567492, -0.002771819243207574, 0.021943286061286926, -0.04160109534859657, -0.010631542652845383, -0.04053998365998268, -0.014950818382203579, 0.007679469883441925, -0.009101090021431446, -0.02026999182999134, -0.009699666872620583, -0.028105907142162323, -0.004577753134071827, 0.010495501570403576, 0.0004306522896513343, -0.005543638486415148, -0.016868986189365387, -0.02458246611058712, 0.009624844416975975, 0.002936767879873514, 0.028786107897758484, -0.01700502634048462, 0.017698831856250763, 0.01658330112695694, 0.009298347868025303, -0.010930830612778664, -0.018964005634188652, -0.01628401316702366, -0.0010015959851443768, -0.001351049286313355, 0.019317708909511566, -0.02085496298968792, 0.010373066179454327, 0.0023126835003495216, 0.002846641233190894, 0.011461387388408184, 0.024854546412825584, -0.010937632992863655, -0.005893941968679428, 0.01210077665746212, -0.017834872007369995, 0.026296572759747505, -0.0036764866672456264, -0.013712853193283081, 0.013440772891044617, -0.018174972385168076, 0.020215574651956558, -0.009026267565786839, 0.006356478668749332, 0.007380181457847357, -0.001495592063292861, 0.0020576082170009613, -0.01822938770055771, -0.03131645545363426, 0.03790080174803734, -0.011468189768493176, 0.022732319310307503, 0.006958456709980965, 0.01103966310620308, 0.03270406648516655, -0.015848685055971146, 0.03169737011194229, -0.02530347928404808, -0.012223212979733944, -0.005938155110925436, 0.00311532081104815, 0.013957724906504154, 0.028704483062028885, -0.010815196670591831, 0.013692446984350681, -0.017100254073739052, -0.026432612910866737, 0.022242574021220207, -0.014665134251117706, -0.0010551618179306388, 0.00973367691040039, 0.007046882528811693, -0.02728966623544693, -0.015712643042206764, -0.009985351003706455, 0.015522187575697899, 0.02157597616314888, 0.008060382679104805, 0.002958874450996518, -0.01191032025963068, -0.01372645702213049, 0.005655871704220772, -0.012828591279685497, 0.018773548305034637, -0.03153412044048309, -0.0420636311173439, 0.017535582184791565, 0.02716722898185253, 0.03439096361398697, 0.003122122725471854, 0.01980745419859886, -0.019535373896360397, 0.0012617729371413589, -0.003911155741661787, -0.01299184001982212, -0.00975408311933279, -0.016324825584888458, 0.0173859391361475, 0.02733047679066658, 0.010651947930455208, 0.007461805362254381, 0.006509523838758469, -0.004302271641790867, -0.009468398056924343, 0.017358729615807533, 0.0013204403221607208, 0.01963060162961483, -0.02873169258236885, -0.009148703888058662, 0.00793114397674799, -0.006478914991021156, 0.00886301975697279, 0.009107891470193863, -0.023154042661190033, 0.0005462864646688104, -0.00557424733415246, 0.026010887697339058, -0.023113232105970383, -0.054851412773132324, -0.008516116999089718, -0.011141693219542503, 0.009835707023739815, 0.007386983372271061, -0.027997074648737907, -0.023371707648038864, -0.016107160598039627, -0.005587851628661156, 0.03381959721446037, -0.0007112352177500725, 0.03202386572957039, 0.016937006264925003, 0.03226873651146889, -0.0018467458430677652, 0.025017794221639633, 0.006720386445522308, 0.0021919477730989456, -0.007597845513373613, -0.011808290146291256, 0.025194646790623665, 0.019766641780734062, 0.027425706386566162, 0.0051321168430149555, -0.023997493088245392, 0.015848685055971146, 0.0019538775086402893, -0.025575559586286545, 0.03278569132089615, 0.008407284505665302, -0.022365009412169456, -0.016678528860211372, -0.01776685193181038, 0.00256435782648623, -0.024827338755130768, 0.025657182559370995, 0.030935542657971382, -0.008488909341394901, -0.007441399153321981, 0.013053057715296745, 0.018800755962729454, 0.0017013528849929571, 0.0010390070965513587, 0.03300335258245468, -0.013427168130874634, 0.01984826661646366, -0.004088008310645819, 0.011624636128544807, -0.043804947286844254, -0.05691922456026077, 0.005992571357637644, 0.004173033405095339, 0.02187526598572731, 0.024133533239364624, 0.001396962907165289, -0.0053055682219564915, 0.033955637365579605, -0.00557424733415246, -0.0036458775866776705, -0.012148390524089336, -0.013277524150907993, -7.870138506405056e-05, 0.024650486186146736, 0.004703590180724859, 0.006186428479850292, -0.014039349742233753, -0.0002888728922698647, -0.017617207020521164, -0.012427273206412792, -0.010189411230385303, -0.007373379077762365, -0.019154461100697517, 0.02179364114999771, -0.004679783247411251, 0.027099208906292915, 0.017494769766926765, 0.016705738380551338, 0.011991944164037704, 0.005169528070837259, -0.008427690714597702, -0.016066348180174828, 0.015222899615764618, 0.023045212030410767, -0.029303060844540596, -0.0038805468939244747, 0.02584763988852501, 0.024310385808348656, -0.0248409416526556, 0.005652470514178276, -0.0062306416220963, 0.04500209912657738, -0.012209608219563961, -0.012719759717583656, -0.008033174090087414, 0.024976981803774834, 0.02454165369272232, 0.0013221408007666469, 0.009318754076957703, -0.026242155581712723, -0.0066931783221662045, -0.01493721455335617, 0.024596069008111954, 0.004468920640647411, -0.017834872007369995, -0.025099419057369232, 0.011543011292815208, 0.00036709598498418927, -0.022392218932509422, -0.013780873268842697, -4.745465048472397e-05, 0.004839630331844091, -0.01666492596268654, -0.004462118726223707, -0.010271036066114902, 0.009801696985960007, -0.0017583196749910712, 0.0009318754309788346, 0.014134577475488186, 0.033357057720422745, -0.038390547037124634, 0.03664923086762428, -0.05444329231977463, 0.0011563417501747608, -0.034200508147478104, -0.0020235981792211533, -0.011202910915017128, -0.04162830486893654, 0.030772294849157333, -0.01654248870909214, -0.015345335006713867, -0.014910006895661354, 0.006213636603206396, 0.018038932234048843, -0.01225042063742876, 0.015086859464645386, 0.06704061478376389, -0.013678843155503273, 0.008203224278986454, -0.010311847552657127, -0.02403830550611019, 0.0032122493721544743, -0.03787359222769737, 0.035397663712501526, 0.011692656204104424, -0.02508581429719925, 4.445220110937953e-05, -0.019494561478495598, 0.0024504242464900017, -0.030282549560070038, -0.026174135506153107, -0.027942659333348274, 0.017834872007369995, -0.008373274467885494, -0.02178003638982773, 0.011073673143982887, -0.016107160598039627, -0.024514446035027504, -0.009407180361449718, 0.004744402132928371, 0.009801696985960007, -0.014229806140065193, 0.007842717692255974, 0.00503348745405674, -0.01186950784176588, 0.04443073272705078, -0.007747489959001541, -0.01594391278922558, -0.001374006038531661, -0.005346380174160004, -0.029085395857691765, 0.018433447927236557, -0.003924760036170483, 0.03466304391622543, 0.020678112283349037, -0.0097268745303154, -0.024065513163805008, 0.010753978043794632, -0.008645354770123959, -0.017018629238009453, -0.02631017565727234, 0.03207828104496002, 0.006080997176468372, -0.001265173894353211, 0.013998537324368954, 0.0212766882032156, -0.01299184001982212, 0.009958143346011639, -0.038390547037124634, -0.016474468633532524, 0.005907545797526836, -0.0030268945265561342, 0.017399542033672333, 0.010781186632812023, -0.009318754076957703, -0.00034158845664933324, 0.04141063988208771, -0.0024045107420533895, 0.0067884065210819244, 0.03161574527621269, -0.010420680046081543, -0.030309759080410004, -0.012957829982042313, -0.017780454829335213, -0.021099835634231567, -0.024854546412825584, 0.015086859464645386, -0.011597427539527416, -0.0047954171895980835, -0.007271348964422941, 0.023929473012685776, 0.005948358215391636, 0.02534428983926773, -0.0003994055441580713, -0.016678528860211372, 0.0035506493877619505, -0.01856948807835579, -0.023031607270240784, -0.017358729615807533, -0.031969450414180756, 0.016868986189365387, 0.024351196363568306, 0.007788301911205053, 0.035261623561382294, -0.011454585939645767, 0.00880180113017559, -0.016596905887126923, -0.015372543595731258, -0.041192974895238876, 0.012032756581902504, 0.0024062111042439938, 0.019412938505411148, 0.013944121077656746, -0.011481793597340584, 0.010740374214947224, -0.0010849206009879708, -0.021984096616506577, -0.013209504075348377, -0.01429782621562481, -0.02111344039440155, 0.004407702945172787, -0.021263085305690765, -0.015386147424578667, -0.001509196008555591, 0.01818857528269291, -0.020759735256433487, -0.016692133620381355, -0.0021715417969971895, -0.006444904953241348, -0.0069006397388875484, -0.0034860302694141865, -0.006281656678766012, 0.0023534956853836775, -0.009107891470193863, -0.04353286698460579, 0.0015823176363483071, 0.007040080614387989, -0.004264860413968563, 0.2823106348514557, -0.021984096616506577, 0.0017923297127708793, 0.02805148996412754, -0.012692551128566265, 0.027656974270939827, 0.013025850057601929, 0.012767373584210873, -0.013903309591114521, 0.03545207902789116, -0.006621757056564093, 0.02246023900806904, -0.014052953571081161, 0.0003379748959559947, -0.00039260354242287576, -0.04568229988217354, -0.036622025072574615, -0.003329584142193198, -0.030527422204613686, -0.01512767095118761, 0.005805515684187412, -0.027112813666462898, -0.0017923297127708793, -0.015236503444612026, 0.02865006774663925, -0.02897656336426735, 0.006608153227716684, -0.007529825437813997, 0.009325556457042694, 0.006172824185341597, -0.026500632986426353, -0.0007316412520594895, -0.00551983155310154, 0.015848685055971146, -0.021263085305690765, -0.00808078795671463, 0.026813525706529617, 0.0024555257987231016, 0.02995605394244194, 0.006475513800978661, 0.018419845029711723, -0.006897238548845053, -0.004479123745113611, -0.015971120446920395, 0.005458613391965628, 0.0041594295762479305, -0.011781081557273865, -0.03425492346286774, 0.0019963900558650494, 0.022473841905593872, -0.034799084067344666, -0.01920887641608715, 0.00287725031375885, 0.019004816189408302, 0.006461909972131252, -0.02005232684314251, 0.00916230771690607, -0.010604334063827991, 0.022147346287965775, -0.0017940301913768053, -0.009087486192584038, 0.027847429737448692, -0.016678528860211372, -0.002695296658203006, 0.007108100689947605, 0.011481793597340584, -0.023793432861566544, -0.0021001207642257214, 0.022745922207832336, -0.03618669509887695, -0.009434388019144535, -0.007033278699964285, 0.004397499840706587, 0.007182923145592213, -0.02203851379454136, -0.023290082812309265, -0.001533003058284521, 0.02458246611058712, 0.0034605227410793304, 0.055994149297475815, -0.02635098807513714, -0.007040080614387989, -0.006907441653311253, -0.0045709507539868355, -0.01402574498206377, -0.021589580923318863, 0.023997493088245392, 0.009815300814807415, -0.001981085631996393, -0.021181460469961166, -0.009019466117024422, -0.004465519916266203, -0.011236920952796936, 0.015930308029055595, -0.0037887198850512505, 0.004421306774020195, 0.007985560223460197, -0.005047091748565435, -0.01822938770055771, -0.0115702198818326, -0.03692131116986275, 0.03232315182685852, 0.019100045785307884, -0.0018756543286144733, -0.04709712043404579, -0.005805515684187412, -0.0024691298604011536, 0.005907545797526836, 0.023847848176956177, -0.018732735887169838, -0.01349518820643425, -0.03651319071650505, 0.004604961257427931, -0.01482838299125433, 0.015835080295801163, -0.006363280583173037, -0.00022446634829975665, -0.017317919060587883, -0.010543116368353367, -0.02516743913292885, -0.004887244664132595, -0.03977815806865692, -0.010631542652845383, 0.02031080238521099, 0.0021562373731285334, -0.0036696845199912786, -0.0033669951371848583, 0.020909380167722702, 0.0037036945577710867, -0.028622860088944435, 0.02288196235895157, -0.010992048308253288, 0.035860199481248856, 0.012304836884140968, -0.0038805468939244747, -0.004006383940577507, 0.023548560217022896, 0.014719550497829914, 0.008529720827937126, -0.021099835634231567, 0.001351049286313355, -0.018283803015947342, 0.00298268161714077, 0.0036526795011013746, 0.005778308026492596, 0.004302271641790867, 0.007829113863408566, 0.0019079638877883554, 0.011454585939645767, -0.011406971141695976, -0.01421620137989521, -0.0025201449170708656, 0.021358313038945198, -0.0038567399606108665, 0.009087486192584038, -0.007040080614387989, 0.010264233686029911, -0.014665134251117706, -0.010325451381504536, 0.004074404016137123, -0.018392635509371758, -0.020596487447619438, 0.020841360092163086, -0.01512767095118761, -0.0288133155554533, 0.0049416604451835155, -0.1727166473865509, 0.02382064051926136, 0.015236503444612026, -0.021739225834608078, 0.03689410537481308, 0.004815823398530483, -0.0038975519128143787, -0.007230537012219429, 0.017113858833909035, -0.014379450120031834, -0.004577753134071827, -0.038009632378816605, -0.018392635509371758, 8.603480091551319e-05, -0.001581467455253005, -0.022011306136846542, -0.007148913107812405, -0.011577021330595016, 0.04102972522377968, 0.00047103920951485634, 0.030228134244680405, -0.04712432622909546, -0.006176225375384092, 0.01794370263814926, -0.011196109466254711, 0.029058188199996948, 0.0011461387621238828, -0.03558811917901039, -0.005111710634082556, -0.017481166869401932, -0.024772921577095985, -0.0020576082170009613, -0.016773758456110954, 0.0024759317748248577, 0.009067079983651638, -0.009209922514855862, -0.00017068794113583863, -0.02157597616314888, -0.03118041530251503, 0.005533435381948948, 0.007162516936659813, 0.033737972378730774, -0.036322735249996185, 0.0054518114775419235, 0.017249898985028267, 0.007230537012219429, -0.013794477097690105, -0.006084398366510868, 0.02343972772359848, -0.010774384252727032, 0.016637718304991722, -0.05071578919887543, 0.010971643030643463, 0.02690875343978405, 0.03303056210279465, -0.015957515686750412, -0.02178003638982773, 0.008645354770123959, 0.00601977901533246, 0.0009667357080616057, -0.010509106330573559, -0.020256387069821358, 0.015005234628915787, 0.019358521327376366, 0.012740164995193481, -0.006791807245463133, -0.012951027601957321, 0.002448723651468754, -0.02745291404426098, 0.00886301975697279, -0.007237338926643133, -0.04772290587425232, -0.005771505646407604, -0.012223212979733944, 0.024255968630313873, 0.026391800493001938, -0.029466308653354645, 0.02343972772359848, -0.0024130132514983416, -0.006815614178776741, -0.0012592221610248089, -0.0013782574096694589, -0.034418173134326935, -0.00018822438141796738, 0.012141588144004345, 0.008448096923530102, 0.012733363546431065, -0.0001139336745836772, -0.00795155018568039, -0.0172226894646883, 0.0018263397505506873, -0.03254081681370735, -0.03294893726706505, -0.006152418442070484, -0.00274971267208457, 0.015209294855594635, -0.004965467378497124, -0.01784847490489483, -0.009101090021431446, -0.016773758456110954, 0.016066348180174828, -0.018936796113848686, -0.009461596608161926, 0.015290919691324234, -0.0036662835627794266, 0.025629974901676178, 0.02614692784845829, -0.00016271683853119612, 0.05063416436314583, -0.015603811480104923, -0.02897656336426735, -0.0017685226630419493, 0.011883111670613289, 0.03202386572957039, 0.010441086255013943, 0.02598368003964424, -0.006393889896571636, -0.028269154950976372, 0.016297616064548492, -0.020201969891786575, 0.016828173771500587, -0.012025954201817513, -0.0074754091911017895, 0.007563835475593805, -0.0006640462670475245, 0.010713166557252407, -0.06372123211622238, -0.02995605394244194, 0.02089577540755272, 0.032676856964826584, 0.015957515686750412, 0.007536627352237701, -0.0032326553482562304, 0.025942867621779442, -0.00024040855350904167, 0.021820848807692528, -0.030663462355732918, -0.008128402754664421, -0.01184910163283348, -0.005336177069693804, -0.007727083750069141, -0.012726561166346073, -0.019440146163105965, -0.024378405883908272, -0.007849520072340965, 0.05583089962601662, -0.004788615275174379, -0.01746756210923195, 0.007672667503356934, -0.008788197301328182, -0.018134159967303276, 0.01229123305529356, -0.020324407145380974, 0.02665027603507042, 0.00256435782648623, 0.019317708909511566, 0.006699980236589909, -0.00991733092814684, 0.015685435384511948, 0.003975775092840195, 0.004492728039622307, -0.01642005331814289, -0.03447258844971657, -0.01582147553563118, 0.033574722707271576, 0.0026102715637534857, 0.003040498588234186, 0.011590626090765, 0.0037547096144407988, -0.014270617626607418, 0.029820013791322708, -0.026799920946359634, -0.024473633617162704, 0.039750948548316956, -0.029520725831389427, -0.0017957307863980532, -0.010774384252727032, 0.0012668744893744588, -0.013304732739925385, -0.030309759080410004, 0.042118046432733536, -0.022269781678915024, 0.008638553321361542, 0.03591461479663849, -0.019943494349718094, 0.006795208435505629, -0.0012855799868702888, -0.028024282306432724, 0.0076658655889332294, 0.00886301975697279, 0.014665134251117706, 0.04796777665615082, -0.022609882056713104, 0.03142528608441353, 0.0004079080536030233, -0.00916230771690607, -0.023807035759091377, 0.02530347928404808, 0.0010577125940471888, 0.009992153383791447, 0.003941765055060387, -0.013971329666674137, 0.0009845909662544727, -0.0069516547955572605, 0.009148703888058662, -0.014773966744542122, -0.007046882528811693, 0.0013068362604826689, -0.00659114820882678, -0.0106587503105402, 0.03980536386370659, 0.011726666241884232, 0.0012090574018657207, 0.004839630331844091, 0.0342821329832077, -0.01856948807835579, -0.0010560121154412627, 0.0267046932131052, 0.026623068377375603, 0.004577753134071827, -0.0021630392875522375, 0.0002988633350469172, -0.0106179378926754, 0.008257640525698662, -0.009407180361449718, 0.012216410599648952, -0.002824534894898534, -0.021643996238708496, -0.06078276410698891, 0.020868567749857903, 0.007257745135575533, 0.02813311479985714, -0.0022990794386714697, 0.007876727730035782, 0.0037206995766609907, 0.001598472474142909, 0.01624320074915886, 0.014243409968912601, -0.01176067627966404, -0.012515699490904808, 0.00032968493178486824, 0.005472217220813036, -0.007148913107812405, -0.012767373584210873, 0.027643369510769844, -0.005431405268609524, 0.02560276724398136, 0.0230180025100708, 0.009005861356854439, 0.011100880801677704, -0.0018280403455719352, -0.006172824185341597, -0.010917226783931255, -0.011556616052985191, -0.0012447679182514548, -0.012372856959700584, -0.02466408908367157, -0.015454167500138283, 0.010250629857182503, -0.001416518702171743, 0.008978653699159622, 0.040893685072660446, 0.0024436223320662975, -0.0309627503156662, 0.009339160285890102, 0.025561954826116562, 0.02394307591021061, 0.02821473963558674, 0.0010704663582146168, -0.01387610100209713, 0.03575136512517929, -0.01658330112695694, -0.012542907148599625, -0.00899225752800703, -0.019263293594121933, 0.015195691026747227, 0.0018365428550168872, -0.025493934750556946, 0.014678738079965115, -0.008107996545732021, 0.0023705007042735815, -0.008053580299019814, -7.753229147056118e-05, -0.043179161846637726, 0.022065721452236176, 0.0008200673619285226, -0.009604438208043575, -0.017154669389128685, 0.012617729604244232, 0.011876310221850872, -0.0012192603899165988, -0.013386356644332409, -0.0010160503443330526, -0.007767895702272654, -0.029602348804473877, -0.004074404016137123, 0.010719968006014824, -0.022827547043561935, -0.039533283561468124, 0.0032938735093921423, -0.014855590648949146, 0.012590521015226841, -0.006563940085470676, 0.019113648682832718, -0.011196109466254711, -0.025902055203914642, -0.0076386574655771255, 0.031751785427331924, 0.04100251942873001, 0.0007728784112259746, -0.01786207966506481, 0.020283594727516174, -0.0019640803802758455, 0.03360193222761154, 0.00315273180603981, 0.02093658782541752, -0.005737495608627796, -0.008284848183393478, -0.023888660594820976, 0.00795835256576538, -0.005662673618644476, 0.02398388832807541, 0.007686271797865629, 0.012372856959700584, 0.0006449156207963824, 0.0019521770300343633, 0.010046569630503654, 0.020038722082972527, 0.009005861356854439, 0.002720804186537862, 0.0033244825899600983, -0.0020627095364034176, -0.02225617878139019, -0.003928160760551691, -0.03711177036166191, -0.04130180552601814, 0.0173043143004179, 0.008094392716884613, 0.0002829211298376322, 0.027194436639547348, -0.021426333114504814, 0.01646086573600769, -0.004713793285191059, 0.007339369039982557, -9.947940270649269e-05, 0.022147346287965775, -0.022365009412169456, 0.024351196363568306, -0.008284848183393478, 0.02478652633726597, -0.001420769956894219, -0.012923819944262505, 0.04358728229999542, 0.01907283626496792, -0.03643156588077545, -0.017970912158489227, 0.011277733370661736, -0.007271348964422941, 0.006662569008767605, -0.01372645702213049, -0.02251465432345867, -0.022650694474577904, -0.012148390524089336, 0.018664715811610222, 0.001580617157742381, 0.0006296110805124044, 0.016256805509328842, 0.035397663712501526, 0.034880708903074265, -0.0018977608997374773, 0.011332149617373943, 0.01009418349713087, 0.005666074808686972, 0.004955264739692211, -0.0009828904876485467, -0.011121287010610104, -0.023167647421360016, -0.001438625156879425, -0.012563313357532024, -0.014243409968912601, -0.023630183190107346, -0.02187526598572731, -0.007761093787848949, 0.00568988174200058, 0.005819119978696108, -0.007182923145592213, -0.00825083814561367, 0.02326287515461445, -0.005257953889667988, 0.011692656204104424, 0.008767791092395782, -0.01082880049943924, -0.007502617314457893, 0.007121704984456301, 0.02085496298968792, -0.025289874523878098, -0.026432612910866737, 0.00795155018568039, -0.0038465368561446667, -0.030908335000276566, -0.014801174402236938, 0.012488490901887417, 0.004428108688443899, 0.0005067497841082513, -0.00865215715020895, 0.028949355706572533, 0.007427795324474573, -0.00315783335827291, -0.033357057720422745, -0.03879866749048233, -0.027180833742022514, -0.006074195262044668, 0.007012872491031885, -0.0038227299228310585, 0.006836020387709141, -0.025820432230830193], \"70ba8d73-5d31-4225-859c-a178a62e840b\": [-0.010940845124423504, 0.006796066649258137, 0.009831003844738007, -0.03820047155022621, -0.0455172061920166, 0.003002395387738943, -0.017757464200258255, -0.006371312774717808, -0.007446900010108948, -0.014825291000306606, 0.00838546920567751, 0.005124453455209732, 0.008159390650689602, 0.0013153677573427558, 0.0027831674087792635, -0.005638269241899252, 0.007631873246282339, 0.004226989112794399, 0.01782597415149212, -0.006874851882457733, -0.009625477716326714, 0.0111874770373106, -0.02266268990933895, 0.011523169465363026, -0.01888100802898407, 0.03159622848033905, 0.03677549213171005, -0.017661552876234055, -0.0021922795567661524, -0.008858179673552513, 0.019716814160346985, 0.00042925006709992886, -0.013420862145721912, -0.023882146924734116, -0.012297318316996098, -0.016757236793637276, -0.018565868958830833, -0.006614518817514181, 0.039899490773677826, -0.008186793886125088, 0.029623178765177727, -0.0003344082797411829, -0.007597619201987982, 0.01686685159802437, 0.018483657389879227, 0.028362616896629333, 0.02295042760670185, -0.03685770183801651, -0.03474763035774231, -0.0013924400554969907, 0.0009753931662999094, 0.04116005077958107, -0.07168754190206528, -0.0047613573260605335, -0.015113027766346931, 0.029321739450097084, 0.0006474075489677489, 0.0047065503895282745, -0.012633011676371098, -0.03307601809501648, 0.006446672137826681, -0.0009265806875191629, -0.029047705233097076, -0.02266268990933895, -0.011852012015879154, -0.010899740271270275, -0.0019542118534445763, -0.01692165806889534, -0.004165331367403269, 0.02499198727309704, 0.005234067793935537, 0.020388200879096985, 0.0058095408603549, 0.0010567472781985998, 0.06763182580471039, -0.01701757125556469, -0.008488232269883156, -0.0008542183204554021, 0.008358065970242023, -0.008296407759189606, 0.01364694070070982, -0.006830321159213781, -0.0034048843663185835, 0.05634158477187157, 0.008748565800487995, -0.0028910688124597073, -0.012961853295564651, 0.005141580943018198, -0.007453750818967819, -0.02232014760375023, 0.006244571413844824, -0.008775969035923481, 0.020771849900484085, 0.013112572953104973, 0.01577071100473404, 0.03839229792356491, 0.0016861712792888284, 0.02212832309305668, 0.013105721212923527, -0.0048264404758811, -0.013626388274133205, -0.0038159366231411695, -0.040283139795064926, 0.0019387973006814718, -0.02537563629448414, -0.009481609798967838, 0.028938090428709984, 0.001332495012320578, 0.020004551857709885, -0.020593727007508278, -0.01949758641421795, 0.01592143066227436, -0.007005018647760153, -0.012865941040217876, -0.04105043411254883, -0.007775741629302502, 0.00369947194121778, -0.019182447344064713, -0.029239529743790627, -0.02427949756383896, 0.00022565065592061728, 0.04307829588651657, 0.008762267418205738, -0.025540057569742203, 0.0027883057482540607, -0.0029869810678064823, 0.01888100802898407, 0.004381133709102869, 0.016469500958919525, -0.024594636633992195, 0.04746285453438759, 0.014290922321379185, 0.026471776887774467, 0.001626226119697094, -0.016181763261556625, -0.013016660697758198, -0.020059358328580856, -0.009577522054314613, -0.05066906288266182, -0.016263974830508232, 0.018606973811984062, 0.04214657470583916, -0.013249590061604977, 2.1181509509915486e-05, -0.013688045553863049, 0.015291150659322739, 0.02070333994925022, 0.031185178086161613, -0.0025570886209607124, -0.011749248951673508, 0.009282934479415417, 0.012126046232879162, -0.013475668616592884, 0.026129232719540596, -0.008406022563576698, 0.008515636436641216, 0.012358976528048515, -0.018716586753726006, 0.008179943077266216, 0.0002083093859255314, 0.02136102505028248, 0.03222651034593582, 0.02462203986942768, 0.0005604870966635644, 0.024923479184508324, 0.03652885928750038, -0.016291378065943718, -0.013249590061604977, 0.03299380838871002, 0.002205981407314539, 0.0096049252897501, 0.005514953285455704, -0.009646030142903328, 0.005943133030086756, 0.004754506517201662, 0.03074672259390354, 0.00669330358505249, 0.002719796961173415, -0.03189766779541969, -0.001734127406962216, -0.015332255512475967, 0.00860469788312912, 0.03069191426038742, 0.03762499988079071, -0.0212240070104599, 0.018634377047419548, 0.023197058588266373, -0.015400764532387257, 0.007234522607177496, 0.002313882578164339, 0.020443007349967957, 0.01653800904750824, 0.009070556610822678, 0.006107553839683533, -0.5862155556678772, 0.007494856137782335, -0.003682344686239958, -0.022881917655467987, 0.0037474280688911676, 0.023676620796322823, 0.015318553894758224, 0.013407159596681595, -0.02475905790925026, -0.011961625888943672, -0.00820049550384283, 0.010283161886036396, 0.022539375349879265, 0.0009394260705448687, -0.0020706765353679657, -0.007241373416036367, -0.0022128322161734104, 0.006652198266237974, -0.005288874730467796, 0.036063000559806824, -0.016853149980306625, 0.015715904533863068, 0.010324266739189625, 0.008906136266887188, 0.0049429056234657764, 0.012633011676371098, 0.013729151338338852, 0.013605835847556591, 0.008166241459548473, 0.011598529294133186, -0.03154142200946808, -1.4531345186696853e-05, 0.0057410323061048985, 0.02251197211444378, 0.05612235888838768, -0.00720711937174201, -0.038885559886693954, 0.0042920722626149654, 0.0019113938324153423, 0.025731882080435753, -0.0031274238135665655, -0.01707237772643566, 0.026115531101822853, -0.004583234433084726, -0.003583007026463747, 0.007693531457334757, 0.023402584716677666, 0.012228810228407383, -0.01696276292204857, -0.008440276607871056, -0.01518153678625822, -0.001808630651794374, 0.007049549371004105, 0.00262388470582664, -0.03658366575837135, -0.015250044874846935, 0.021607656031847, -0.03324044123291969, 0.002627310110256076, -0.010673661716282368, -0.009015750139951706, 0.010646257549524307, -0.011468362994492054, 0.006456948351114988, -0.018990622833371162, 0.011214880272746086, -0.013749703764915466, -0.023128550499677658, 0.02686912752687931, -0.017565639689564705, -0.0006979327881708741, 0.029431354254484177, -0.005514953285455704, -0.004487322177737951, 0.025224916636943817, 0.022402357310056686, 0.03776201605796814, -0.014866395853459835, -0.008337513543665409, 0.009371994994580746, -0.005398488603532314, -0.005860922392457724, -0.024032864719629288, -0.018483657389879227, -0.009522714652121067, 0.006600816734135151, -0.0055766114965081215, -0.007659276947379112, 0.010968249291181564, -0.03655626252293587, 0.014181308448314667, -0.005662247072905302, 0.00043845592881552875, -0.017894482240080833, -0.02127881348133087, 0.021210305392742157, -0.0038570419419556856, -0.006679601967334747, -0.013407159596681595, -0.021662462502717972, -0.02418358437716961, -0.026512881740927696, -0.01537336129695177, 0.021772077307105064, 0.01797669380903244, 0.0029630030039697886, 0.002800294663757086, -0.016949061304330826, 0.03332265093922615, -0.023265566676855087, -0.01207123976200819, -0.023868445307016373, -0.00036438085953705013, -0.0227586030960083, -0.01888100802898407, -0.037597596645355225, 0.025074198842048645, 0.007330434862524271, 0.021922796964645386, 0.004977159667760134, -0.009865257889032364, 0.008748565800487995, 0.028472231701016426, -0.032719772309064865, 0.02241605892777443, 0.005984238348901272, 0.00208609108813107, -0.02218312956392765, 0.002908195834606886, 0.0033192483242601156, 0.0014155617682263255, 0.0016193753108382225, 0.03641924634575844, -0.003949528560042381, 0.019511288031935692, -0.030006827786564827, -0.003829638473689556, -0.014551255851984024, 0.00719341728836298, -0.013160528615117073, -0.026951337233185768, 0.005083348602056503, 0.02882847748696804, -0.02800637297332287, -0.02145693637430668, -0.001408710959367454, -0.050888292491436005, -0.0009813876822590828, -0.005419041030108929, 0.019757920876145363, -0.02222423441708088, -0.0018308960134163499, -0.018415149301290512, 0.004453068133443594, -0.019703112542629242, -0.002755763940513134, 0.009824153035879135, -0.018894709646701813, 0.0010927143739536405, -0.025129005312919617, -0.00820049550384283, 0.014921203255653381, -0.013557879254221916, -0.024649443104863167, -0.012927599251270294, -0.019141340628266335, -0.010988801717758179, 0.02212832309305668, -0.024608338251709938, -0.014893800020217896, -0.00815253984183073, 0.014455343596637249, -0.00628567673265934, -0.026129232719540596, -0.0004808457160834223, 0.0036686428356915712, -0.03883075341582298, -0.019086534157395363, 0.006388439796864986, -0.013797659426927567, 0.0006114405114203691, 0.018620675429701805, -0.012742625549435616, -0.003088031429797411, 0.014701975509524345, 0.011605380102992058, 0.018867306411266327, -0.002485154429450631, -0.013783957809209824, 0.019662007689476013, 0.0024166456423699856, 0.011749248951673508, -0.02896549366414547, 0.013859317637979984, 0.020196376368403435, 0.03981727734208107, -0.00688512809574604, -0.011084713973104954, -0.002928748494014144, 0.012050687335431576, 0.019853832200169563, 0.025019390508532524, -0.012756327167153358, -0.03450100123882294, 0.016510605812072754, -0.006741259712725878, -0.011310792528092861, 0.006008216179907322, 0.005689650774002075, -0.0033192483242601156, -0.005802690051496029, -0.0001997457875404507, -0.019155044108629227, 0.006158935371786356, 0.02107328735291958, 0.020497813820838928, -0.02179948054254055, -0.00025134143652394414, 0.008008671924471855, -0.013276993297040462, 0.018565868958830833, -0.023210760205984116, 0.012174002826213837, 0.0441744327545166, -0.035597141832113266, -0.012441187165677547, 0.005412190221250057, 0.02241605892777443, 0.006453522946685553, -0.0027609020471572876, -0.019429078325629234, 0.0041687567718327045, 0.009303486905992031, 0.010098188184201717, 0.018620675429701805, 0.007714083883911371, 0.02677321434020996, -0.02404656633734703, 0.017195694148540497, -0.007926461286842823, -0.014674571342766285, 0.022977830842137337, 0.012228810228407383, -0.016812045127153397, 0.01659281551837921, 0.01281113363802433, 0.025361934676766396, 0.020100463181734085, -0.010570898652076721, 0.013818212784826756, -0.007296180818229914, 0.018250728026032448, -0.022046111524105072, 0.004689422901719809, 0.04368117079138756, -0.0009659731877036393, -0.018100008368492126, 0.021210305392742157, 0.024594636633992195, 0.022210532799363136, -0.01056404784321785, 0.0020604003220796585, -0.005412190221250057, -0.007645575329661369, 0.01592143066227436, 0.00024641735944896936, -0.008399171754717827, -0.0037851077504456043, -0.03551492840051651, 0.0010704490123316646, 0.0239095501601696, 0.011132669635117054, -0.01725050061941147, 0.0053779361769557, 0.010406477376818657, 0.0022436610888689756, 0.02174467407166958, 0.024882374331355095, 0.008248452097177505, -0.012680967338383198, -0.029568372294306755, 0.0038433403242379427, 0.0012725498527288437, 0.017716359347105026, -0.0026512881740927696, -0.022046111524105072, -0.0029458757489919662, 0.0005476417136378586, -0.002420071279630065, 0.013098870404064655, -0.020785551518201828, 0.018771395087242126, 0.001914819236844778, -0.019662007689476013, -0.02341628633439541, 0.03628222644329071, 0.029650582000613213, -0.010605152696371078, -0.016099553555250168, -0.00038536166539415717, -0.010981950908899307, 0.018045201897621155, -0.026088127866387367, -0.014674571342766285, 0.01357843168079853, 0.013256440870463848, 0.0038912962190806866, 0.013934677466750145, 0.005926006007939577, 0.018127411603927612, 0.007720934692770243, -0.028047477826476097, -0.01788078062236309, -0.016524307429790497, -0.004559256602078676, 0.013996334746479988, -0.02595110982656479, 0.00571020320057869, 0.01883990317583084, 0.010077635757625103, -0.007556513883173466, -0.017661552876234055, -0.03255535289645195, 0.04307829588651657, -0.026033321395516396, 0.029184723272919655, 0.02700614370405674, 0.016949061304330826, -0.014318326488137245, 0.03337745741009712, -0.017579341307282448, -0.02806117944419384, -0.002569077769294381, -0.03208949416875839, -0.023635514080524445, -0.025211215019226074, 0.03757019340991974, -0.0022779155988246202, 0.012920748442411423, 0.004627765156328678, 0.0007553088362328708, -0.021607656031847, 0.010235205292701721, 0.005182686261832714, -0.031185178086161613, -0.012468590401113033, 0.01697646453976631, 0.023978058248758316, 0.0027249350678175688, -0.0018976920982822776, 0.016359886154532433, -0.00036502312286756933, 0.005333405453711748, -0.012557651847600937, -0.0023943805135786533, -0.0067618126049637794, 0.007529110182076693, -0.007535960990935564, 0.004514725878834724, 0.0378442257642746, -0.0032216233666986227, 0.007001593243330717, 0.017962990328669548, 0.0010918580228462815, -0.014825291000306606, 0.01707237772643566, 0.02126511186361313, -0.009132214821875095, -0.0008396602352149785, 0.004042015410959721, 0.02997942455112934, -0.016853149980306625, 0.0014181309379637241, 0.027746038511395454, 0.018442552536725998, 0.016236571595072746, -0.013427712954580784, -0.02389584854245186, 0.008775969035923481, 0.00810458417981863, -0.02342998795211315, -0.001236582756973803, 0.020908866077661514, -0.02260788343846798, 0.0007343280594795942, -0.03504906967282295, 0.010749020613729954, 0.008638951927423477, -0.027814548462629318, -0.01605844870209694, -0.017086079344153404, -0.015428167767822742, 0.002392667578533292, -0.004418813623487949, 0.009961170144379139, 0.007652426138520241, -0.016126956790685654, -0.021580252796411514, 0.013811361975967884, 0.0027609020471572876, 0.010433880612254143, -0.021484339609742165, 0.010817529633641243, 0.030993353575468063, 0.007344136945903301, -0.023018935695290565, -0.0111874770373106, -0.023347778245806694, -0.021813182160258293, 0.001463517895899713, 0.03154142200946808, -0.018661780282855034, -0.002795156557112932, 0.007275627925992012, -0.01859327219426632, 0.01149576622992754, 0.01068051252514124, -0.014277220703661442, 0.004507875069975853, 0.00720711937174201, -0.005347107071429491, 0.01949758641421795, -0.003997484687715769, -0.011632783338427544, 0.016894254833459854, -0.014852694235742092, 0.017332710325717926, -0.00047099756193347275, 4.8919522669166327e-05, 0.024265795946121216, -0.0047202520072460175, 7.85709562478587e-05, -0.01816851645708084, -0.029952019453048706, 0.024937180802226067, -0.025115303695201874, 0.030417880043387413, -0.004295497667044401, 0.020484112203121185, 0.006614518817514181, -0.009056854993104935, 0.027499407529830933, -0.018415149301290512, 0.002526259748265147, -0.020347096025943756, 0.003723450005054474, 0.022580480203032494, 0.02915731817483902, -0.010927143506705761, 0.0014575234381482005, -0.011714993976056576, -0.042283594608306885, 0.001991891534999013, -0.002262501046061516, -0.023690322414040565, 0.004161905962973833, 0.016839448362588882, -0.007864803075790405, -0.01601734384894371, -0.0067994920536875725, 0.01281113363802433, 0.033295247703790665, 0.01130394171923399, 0.017990395426750183, -0.012338424101471901, -0.0016639060340821743, 0.022073514759540558, -0.0037714061327278614, 0.026896530762314796, -0.02433430403470993, -0.021169200539588928, 0.006299378350377083, 0.023197058588266373, 0.0403379462659359, 0.003259303281083703, 0.010235205292701721, -0.0228545144200325, -0.012605607509613037, -0.00033804780105128884, -0.007494856137782335, -0.011632783338427544, -0.018579570576548576, 0.028225600719451904, 0.010968249291181564, 0.01653800904750824, 0.008296407759189606, 0.018579570576548576, 0.010646257549524307, -0.003273004898801446, 0.01868918351829052, -0.017181990668177605, 0.0027506258338689804, -0.018387746065855026, -0.014332028105854988, 0.018702885136008263, 0.012948151677846909, 0.00701529486104846, 0.006422694306820631, -0.01941537670791149, 0.0119547750800848, 7.41821204428561e-05, 0.02543044276535511, -0.016949061304330826, -0.05598533898591995, -0.010173548012971878, 0.0011903393315151334, -0.0051313042640686035, -0.004747655708342791, -0.02606072463095188, -0.012400081381201744, 0.005528655368834734, -0.00972824078053236, 0.0386115238070488, -0.011934222653508186, 0.04083120822906494, -0.0009051716770045459, 0.018469955772161484, -0.018045201897621155, 0.038556717336177826, -0.00040570017881691456, 0.0013813074911013246, -0.003228474175557494, -0.018100008368492126, 0.028033776208758354, 0.020963674411177635, 0.0384197011590004, -0.004699699580669403, -0.015318553894758224, 0.011694441549479961, -0.007138610351830721, -0.025156408548355103, 0.020210077986121178, 0.011488915421068668, -0.022977830842137337, -0.021196603775024414, -0.013907274231314659, -0.0007643006392754614, -0.03537791222333908, 0.01949758641421795, 0.02529342658817768, -0.0065939659252762794, -0.012132897973060608, -0.016168061643838882, 0.006025343667715788, 0.010584600269794464, -0.00019642739789560437, 0.02839002199470997, -0.01338660717010498, 0.018620675429701805, 0.0024046567268669605, -0.004274945240467787, -0.0200730599462986, -0.0453253798186779, 0.023128550499677658, 0.0032678667921572924, 0.01697646453976631, 0.037213947623968124, 0.007248224690556526, -0.005398488603532314, 0.034199561923742294, -0.017332710325717926, -0.006922808010131121, -0.022457163780927658, 0.006474075838923454, -0.001204897416755557, 0.005121028050780296, 0.0007142035756260157, -0.00999542511999607, -0.01515413261950016, -0.02251197211444378, -0.011838310398161411, 0.003370629856362939, -0.017743762582540512, -0.009337740950286388, -0.02366291731595993, -0.00838546920567751, -0.01682574674487114, 0.02437540888786316, 0.017414921894669533, 0.0002830267185345292, 0.005264896433800459, 0.019675709307193756, -0.025279724970459938, -0.006727558095008135, -0.0034408513456583023, 0.013139976188540459, -0.016359886154532433, -0.002140898024663329, 0.027019847184419632, 0.01778486929833889, -0.01677093841135502, -0.005768435541540384, -0.02189539186656475, 0.05110751837491989, -0.015441869385540485, -0.0033021210692822933, -0.002529685152694583, 0.007947013713419437, 0.02308744564652443, -0.01068051252514124, 0.013790808618068695, -0.03050008974969387, -0.020525217056274414, 0.00011924801947316155, 0.028170792385935783, 0.009926916100084782, 0.004932628944516182, -0.02260788343846798, 0.00846082903444767, 0.003487094771116972, -0.01730530709028244, -0.009755644015967846, -0.00587804988026619, 0.00056476891040802, -0.007460601627826691, -0.006943360436707735, -0.0028653780464082956, 0.0108038280159235, -0.00015082626487128437, -0.0010892889695242047, 0.005470422562211752, 0.020525217056274414, -0.03315822780132294, 0.021963901817798615, -0.020621130242943764, -0.022237936034798622, -0.018346639350056648, -0.009399399161338806, -0.011105266399681568, -0.034638017416000366, 0.01677093841135502, -0.009015750139951706, -0.0014129927149042487, -0.0030846060253679752, 0.01897692121565342, 0.0200730599462986, -0.00574788311496377, 0.029705388471484184, 0.062260739505290985, -0.0007758614374324679, -0.007878504693508148, 0.0036001342814415693, -0.03652885928750038, 0.012393230572342873, -0.04047496244311333, 0.02475905790925026, 0.00034661139943636954, -0.015291150659322739, 0.009118513204157352, -0.017469728365540504, 0.015428167767822742, -0.00013155819033272564, -0.024169882759451866, -0.026033321395516396, 0.01199587993323803, 0.020785551518201828, -0.0478191003203392, 0.00303493719547987, -0.02719796821475029, -0.03603559732437134, -0.01457865908741951, 0.032336123287677765, 0.0006311367615126073, -0.0026855424512177706, 0.006720707286149263, 0.015811815857887268, 0.0010781562887132168, 0.02934914268553257, -0.0024234966840595007, -0.03250054642558098, -0.0013110860018059611, -0.013372905552387238, -0.019045429304242134, 0.00032605876913294196, 0.011166924610733986, 0.024539830163121223, 0.004131076857447624, -0.028691459447145462, -0.0460926778614521, -0.007693531457334757, -0.004487322177737951, -0.009837854653596878, -0.006922808010131121, 0.0300616342574358, 0.015017115511000156, 0.013256440870463848, 0.0017812271835282445, 0.03408994898200035, -0.012420633807778358, 0.012174002826213837, -0.026348460465669632, 0.015647396445274353, 0.00413450226187706, 0.01353047601878643, 0.022744901478290558, 0.014373132959008217, -0.0384197011590004, 0.0012674116296693683, 0.02744460105895996, -0.00872116256505251, 0.013256440870463848, 0.008680056780576706, -0.01940167509019375, -0.022046111524105072, -0.023197058588266373, -0.017565639689564705, -0.02915731817483902, -0.010516091249883175, 0.005319703370332718, -0.02108698897063732, 0.002207694109529257, -7.305814506253228e-05, 0.026978740468621254, 0.0048709711991250515, 0.03839229792356491, -0.0059876637533307076, -0.019812727347016335, 0.005984238348901272, -0.01788078062236309, -0.01068736333400011, -0.011132669635117054, -0.01577071100473404, 0.014400537125766277, 0.03050008974969387, 0.009234977886080742, 0.04779169708490372, -0.004230414517223835, 0.015496676787734032, -0.013900423422455788, -0.011249135248363018, -0.04866860806941986, -0.009330890141427517, -0.006176062859594822, 0.007446900010108948, 0.017579341307282448, 0.0003423296147957444, -0.012132897973060608, 0.0034031716641038656, -0.007453750818967819, -0.013229037635028362, -0.004226989112794399, -0.01820962317287922, 0.0003787248570006341, -0.010433880612254143, -0.03488465026021004, -0.007686680648475885, 0.013359203934669495, -0.028088582679629326, -0.0027694657910615206, 0.004477045964449644, -0.03050008974969387, -0.00628567673265934, -0.012091792188584805, -0.018100008368492126, -0.006504904478788376, -0.009707688353955746, -0.02882847748696804, 0.0015585738001391292, 0.0052991509437561035, -0.0006551148253493011, 0.27820029854774475, -0.02452612854540348, -0.0068577248603105545, 0.02792416140437126, 0.0028653780464082956, 0.009693986736238003, 0.0030846060253679752, 0.023841040208935738, -0.018524762243032455, 0.024882374331355095, -0.012934450060129166, 0.010132442228496075, -0.023265566676855087, -0.001140670501627028, 0.009255530312657356, -0.026499180123209953, -0.03107556328177452, -0.014290922321379185, -0.029321739450097084, -0.03187026455998421, -0.007186566479504108, -0.023073742166161537, -0.017277903854846954, -0.009358293376863003, 0.035213492810726166, -0.03614521026611328, 0.009111662395298481, 0.0008383757085539401, 0.018867306411266327, 0.030911142006516457, -0.024457620456814766, -0.015195238403975964, -0.001712718396447599, 0.008131987415254116, -0.0296779852360487, 0.0022659264504909515, 0.011523169465363026, -0.005734181497246027, 0.030280862003564835, 0.0025108451955020428, -0.0030486388131976128, -0.012633011676371098, -0.013475668616592884, -0.011893116869032383, 0.00826900452375412, 0.011461512185633183, -0.014427940361201763, -0.015948833897709846, -0.017223097383975983, 0.02089516445994377, -0.03244573995471001, -0.02733498625457287, 0.011550573632121086, 0.04354415461421013, 0.008570442907512188, -0.007899057120084763, 0.00719341728836298, -0.006361036561429501, 0.0020621130242943764, 0.021306216716766357, -0.02270379662513733, 0.02744460105895996, -0.018319236114621162, -0.02179948054254055, -0.006419268902391195, -0.002195704961195588, -0.019730515778064728, 0.002754051238298416, 0.010200951248407364, -0.029815003275871277, 0.011824607849121094, -0.01878509670495987, 0.003932401537895203, 0.007693531457334757, -0.013564730063080788, -0.034720227122306824, -0.0023053190670907497, 0.019004324451088905, -0.005854071583598852, 0.052751727402210236, -0.042036961764097214, -0.011858862824738026, -0.012345274910330772, -0.01807260513305664, -0.025361934676766396, -0.018716586753726006, 0.03614521026611328, 0.0027249350678175688, -0.017565639689564705, -0.013879870064556599, -0.006984465755522251, 0.007994969375431538, -0.01515413261950016, -0.0009034589747898281, -0.007446900010108948, 0.021484339609742165, -0.011338195763528347, 0.006117830518633127, -0.02485497109591961, -0.013393457978963852, -0.0388033501803875, 0.03729615733027458, 0.029458757489919662, -0.0023275844287127256, -0.037981245666742325, -0.02423839084804058, -0.006936509627848864, 0.01087233703583479, 0.02610182948410511, -0.01705867610871792, 0.003445989452302456, -0.052696920931339264, 0.006330207455903292, -0.010324266739189625, 0.023923251777887344, -0.012783730402588844, -0.001926808268763125, -0.020100463181734085, -0.005103901028633118, -0.029842406511306763, 0.016428396105766296, -0.037734612822532654, -0.008823925629258156, 0.015387062914669514, 0.003022948047146201, -0.006587115116417408, -0.014126501977443695, 0.009885811246931553, -0.013064616359770298, -0.03863892704248428, 0.011029906570911407, -0.017853377386927605, 0.03184286132454872, 0.003733726218342781, 0.011194327846169472, -0.013290694914758205, 0.010050231590867043, 0.0015277448110282421, 0.009111662395298481, 0.0011149797355756164, 0.0050388178788125515, -0.008186793886125088, 0.0013650365872308612, -0.007570215500891209, 0.013681194745004177, 0.0019319463754072785, 0.010406477376818657, 0.0034151605796068907, 0.005912303924560547, -0.02131992019712925, -0.028910687193274498, -0.005446444731205702, 0.004867545794695616, -0.0032336125150322914, 0.008358065970242023, -0.011002503335475922, 0.0031257111113518476, -0.03762499988079071, -0.019771622493863106, -0.0016930222045630217, -0.02108698897063732, -0.013153677806258202, 0.03518608957529068, -0.020333394408226013, -0.034829843789339066, -0.023964356631040573, -0.17417661845684052, 0.021018480882048607, 0.019908638671040535, -0.032719772309064865, 0.03614521026611328, -0.004086546134203672, 0.0006576838786713779, 0.005347107071429491, 0.013448265381157398, -0.01377025619149208, 0.002562226727604866, -0.03280198201537132, -0.02896549366414547, -0.0035007966216653585, -0.0005669097881764174, -0.012735774740576744, -0.016469500958919525, 0.006117830518633127, 0.04348934814333916, -0.0014909213641658425, 0.023361479863524437, -0.04559941589832306, 0.0060424706898629665, 0.01034481916576624, -0.016428396105766296, 0.02571818046271801, -0.00428864685818553, 0.0004328895884100348, -0.004055717494338751, -0.015428167767822742, -0.011769801378250122, 0.0026118955574929714, -0.02318335697054863, -0.010933994315564632, 0.006066448986530304, -0.0008225330384448171, -0.0012006156612187624, -0.020045656710863113, -0.022402357310056686, -0.012626160867512226, 0.002591343130916357, 0.03603559732437134, -0.05434112995862961, 0.017675254493951797, 0.0013487657997757196, 0.013434563763439655, 0.00021698001364711672, -0.004552405793219805, 0.02136102505028248, 0.0018052052473649383, 0.011728695593774319, -0.03543271869421005, 0.03441879153251648, 0.0193057619035244, 0.013050914742052555, 0.0026136082597076893, -0.017332710325717926, 0.0015645682578906417, -0.013126274570822716, 0.0008700609905645251, 0.001206610118970275, -0.018374044448137283, 0.005583462305366993, 0.00395637983456254, 0.016702430322766304, -0.00853618886321783, -0.0047750589437782764, 0.013009808957576752, -0.024594636633992195, 0.007159163244068623, -0.006933084223419428, -0.04044755920767784, -0.008248452097177505, -0.003279855940490961, 0.025019390508532524, 0.02643067203462124, -0.025800390169024467, 0.033295247703790665, 0.00759076839312911, 0.010105038993060589, -0.0022299594711512327, 0.027663828805088997, -0.044010013341903687, 0.0034357132390141487, -0.007111207116395235, 0.006727558095008135, 0.01878509670495987, -0.007453750818967819, 0.010591451078653336, -0.009015750139951706, 0.013989483937621117, -0.009673433378338814, -0.021730972453951836, 0.0006593965808860958, 0.025923706591129303, 0.01960720121860504, -0.003355215536430478, -0.016140658408403397, -0.005699926987290382, 0.0074331979267299175, 0.0049942871555686, -0.030774125829339027, -0.020662235096096992, 0.014619764871895313, -0.009406249970197678, 0.02375883050262928, 0.022100919857621193, 0.009851556271314621, 0.07475673407316208, -0.02099107764661312, -0.02997942455112934, 0.0034151605796068907, 0.020538920536637306, 0.03318563103675842, 0.031294792890548706, 0.021963901817798615, -0.00013691042840946466, -0.02796526625752449, 0.018086306750774384, -0.0024988562799990177, 0.005919155199080706, -0.008618399500846863, -0.012304169125854969, 0.01936057023704052, -0.0044599189423024654, -0.004045440815389156, -0.053710851818323135, -0.022594181820750237, 0.01726420223712921, 0.0437907837331295, 0.007570215500891209, 0.0029938318766653538, -0.015948833897709846, 0.0071728648617863655, -0.002505707088857889, 0.0203607976436615, -0.03704952448606491, -0.011413555592298508, -0.009913214482367039, 0.010050231590867043, -0.011372450739145279, -0.003293557558208704, -0.026156635954976082, -0.027458302676677704, -0.004590085241943598, 0.05573870986700058, -0.0104201789945364, -0.022457163780927658, -0.001313655055128038, -0.012221958488225937, 0.011598529294133186, 0.011269687674939632, -0.020182674750685692, 0.029075108468532562, 0.011790353804826736, 0.004915501922369003, 0.006299378350377083, -0.020100463181734085, 0.016647623851895332, -0.01092029269784689, -0.0068954043090343475, -0.028472231701016426, -0.05154597386717796, -0.01759304478764534, 0.030226055532693863, -0.007933312095701694, 0.014249817468225956, 0.034720227122306824, -0.007803145330399275, -0.00628567673265934, 0.03414475545287132, -0.028047477826476097, -0.013982633128762245, 0.042036961764097214, -0.010276311077177525, 0.0064843520522117615, -0.004449642729014158, 0.0025331105571240187, -0.021045884117484093, -0.01855216547846794, 0.022059813141822815, -0.011653336696326733, 0.020730745047330856, 0.02997942455112934, -0.007453750818967819, 0.004809313453733921, -0.0031719545368105173, -0.024485023692250252, -0.004525002092123032, 0.015565184876322746, 0.009440504014492035, 0.03754279017448425, -0.006210316903889179, 0.009892662055790424, 0.0017401219811290503, 0.0035007966216653585, -0.01916874572634697, 0.026088127866387367, 0.006220593582838774, 0.00027210815460421145, -0.013551028445363045, -0.012927599251270294, -0.004504449665546417, -0.011310792528092861, 0.026923933997750282, -0.028335213661193848, 0.002745487727224827, -0.0020621130242943764, 0.003774831537157297, -0.021826883777976036, 0.05176520347595215, 0.011790353804826736, 0.01498971227556467, -0.004069419112056494, 0.026033321395516396, -0.03148661553859711, -0.0030366498976945877, 0.030198652297258377, 0.0217035673558712, -0.013489370234310627, -0.010015977546572685, -0.00999542511999607, 0.01192737091332674, 0.01620916835963726, -0.003682344686239958, -0.018223324790596962, 0.0021665887907147408, -0.02523861825466156, -0.06406937539577484, 0.01678464002907276, -0.004497598856687546, 0.010981950908899307, -0.0027489131316542625, -0.004521576687693596, -0.005073071923106909, -0.0068029179237782955, 0.013742852956056595, 0.023388883098959923, -0.01611325517296791, -0.0002496287052053958, -0.0003194219898432493, 0.010337968356907368, -0.01745602674782276, -0.026403266936540604, 0.02633475884795189, -0.010433880612254143, 0.009556968696415424, 0.008570442907512188, -0.0029835556633770466, 0.00791275966912508, -0.0043503050692379475, -0.013420862145721912, -0.020333394408226013, -0.011262836866080761, 0.0054806992411613464, 0.005641694646328688, -0.013119423761963844, -0.01657911390066147, 0.016359886154532433, -0.008762267418205738, 0.006028769072145224, 0.027937863022089005, -0.003358640940859914, -0.03430917486548424, 0.01911393739283085, 0.027225373312830925, 0.036830298602581024, 0.01553778164088726, -0.010283161886036396, -0.011372450739145279, 0.02811598591506481, 0.006556286476552486, -0.00028966349782422185, 0.005610865540802479, -0.012722073122859001, 0.006316505838185549, 0.0027506258338689804, -0.015263746492564678, 0.004977159667760134, -0.004559256602078676, 0.005535506177693605, -0.01897692121565342, 0.0064706504344940186, -0.035871174186468124, 0.012920748442411423, 0.011468362994492054, -0.01144781056791544, -0.008947241120040417, 0.029623178765177727, 0.024443916976451874, 0.018812499940395355, -0.006343909073621035, -0.0012537098955363035, 0.0024371983017772436, -0.01811370998620987, -0.006994741968810558, 0.021388428285717964, -0.02638956531882286, -0.03603559732437134, -0.012598756700754166, 0.0009060280863195658, 0.023347778245806694, 0.0010473272996023297, 0.02667730301618576, -0.014592361636459827, -0.012365827336907387, -0.0008195358095690608, 0.03107556328177452, 0.03461061418056488, 0.005549207795411348, -0.0003031511732842773, 0.010906591080129147, 0.00527174724265933, 0.05173780024051666, -0.0011029907036572695, 0.027184266597032547, 0.0073372856713831425, -0.0032096344511955976, -0.017319008708000183, -0.0009077407885342836, -0.02404656633734703, 0.01984013058245182, 0.0023447114508599043, 0.01345511619001627, -0.015907729044556618, 0.008111434988677502, -0.0009120226022787392, 0.025649672374129295, 0.006361036561429501, 0.006891978904604912, 0.00791275966912508, -0.000385147548513487, -0.02127881348133087, -0.01034481916576624, -0.03192507103085518, -0.02404656633734703, 0.009310337714850903, -3.214023308828473e-05, -0.007597619201987982, 0.006361036561429501, -0.010639406740665436, 0.021813182160258293, -0.013044063933193684, 0.01893581449985504, -0.009755644015967846, 0.009317188523709774, -0.018990622833371162, 0.02295042760670185, 0.00891298707574606, 0.011393003165721893, 0.024457620456814766, -0.0019199573434889317, 0.03751538321375847, 0.021676164120435715, -0.018237026408314705, -0.022196831181645393, 0.016469500958919525, 0.008789670653641224, 0.01696276292204857, 0.0043503050692379475, -0.0017144312150776386, -0.023813636973500252, -0.02959577552974224, 0.018524762243032455, 0.00463461596518755, 0.000683802820276469, 0.023594409227371216, 0.04277685657143593, 0.02174467407166958, 0.0014181309379637241, 0.004877822007983923, 0.007611320819705725, 0.0017495418433099985, 0.009166468866169453, 0.010858635418117046, -0.008138838224112988, -0.020141569897532463, 0.003627537749707699, -0.015099326148629189, -0.018387746065855026, -0.01625027321279049, -0.018332937732338905, -0.012235661037266254, 0.010673661716282368, 0.01620916835963726, 0.0021340472158044577, 0.019100235775113106, 0.007097505498677492, -0.011701292358338833, 0.013105721212923527, 0.017387518659234047, -0.003966656047850847, -0.011242283508181572, 0.023060040548443794, -0.012468590401113033, -0.011249135248363018, -0.0426398403942585, 0.0012537098955363035, 0.0013110860018059611, -0.025690777227282524, 0.0005420753732323647, 0.011317643336951733, 0.0029099087696522474, -0.009693986736238003, -0.005319703370332718, 0.022292742505669594, 0.0009865257889032364, -0.014880097471177578, -0.009303486905992031, -0.033487070351839066, -0.01649690419435501, 0.020922569558024406, 0.007494856137782335, -0.006443246733397245, -0.004213287495076656, -0.03441879153251648], \"30a9d57b-9c58-45e3-9a97-7579c6178cdf\": [0.002321272622793913, -0.003911709878593683, 0.011853455565869808, -0.028982846066355705, -0.02777174860239029, 0.0055578299798071384, -0.032463014125823975, -0.008275841362774372, -0.017011065036058426, -0.02120118960738182, 0.016398556530475616, 0.016050539910793304, 0.023929640650749207, -0.003678538603708148, 0.0013389949453994632, 0.0033635832369327545, -0.001959335058927536, 0.015034330077469349, 0.015827808529138565, -0.016676969826221466, -0.017178114503622055, 0.012598211877048016, -0.022565415129065514, 0.009897599928081036, -0.0205190759152174, 0.014964726753532887, 0.02699219062924385, -0.014672392047941685, 0.010885968804359436, -0.017915910109877586, 0.03104310669004917, -0.009118042886257172, -0.013001911342144012, -0.0177071001380682, -0.01034306176006794, -0.026296155527234077, -0.018027275800704956, -0.0272706039249897, 0.046522896736860275, 0.012062265537679195, 0.016676969826221466, -0.008770025335252285, -0.010760682635009289, 0.021911144256591797, 0.0037585825193673372, 0.04268079251050949, 0.0264214426279068, -0.026727696880698204, -0.03524715080857277, 0.009633107110857964, -0.0027823951095342636, 0.023400655016303062, -0.04763655364513397, -0.024277659133076668, -0.020212821662425995, 0.03104310669004917, 0.003786423709243536, 0.011018214747309685, -0.00986975897103548, -0.01135231088846922, 0.011456715874373913, -0.011783852241933346, -0.016565604135394096, 0.005853644106537104, 0.0012467704946175218, -0.0039465115405619144, -0.00840112753212452, -0.006010251585394144, -0.0047782720066607, 0.0010866827797144651, 0.024027086794376373, 0.009111082181334496, 0.0004841785121243447, -0.016844017431139946, 0.04830474406480789, -0.016718732193112373, -0.001012729131616652, -0.012222353368997574, -0.005669195204973221, -0.01135231088846922, 0.009897599928081036, -0.011261826381087303, 0.001804467523470521, 0.04390580952167511, -6.421998841688037e-05, -0.003904749406501651, 0.01344041246920824, 0.016565604135394096, 0.004423294682055712, -0.014018120244145393, -0.0071482667699456215, -0.00947302021086216, 0.028760116547346115, 0.012639973312616348, -0.004590342752635479, 0.030040817335247993, -0.0014677612343803048, 0.02035202831029892, 0.004009154625236988, 0.008094873279333115, -0.021744094789028168, 0.002718011848628521, -0.025446994230151176, -0.016203666105866432, -0.009285090491175652, -0.007663331925868988, 0.0213682372123003, 0.0008526413585059345, 0.01433829590678215, -0.025767169892787933, -0.014881202019751072, -0.003908229526132345, 0.007252672221511602, -0.004499858245253563, -0.030848218128085136, 0.009514781646430492, -0.0036193756386637688, -0.025683647021651268, -0.02862090989947319, -0.034606799483299255, 0.004614703822880983, 0.040509164333343506, 0.014672392047941685, -0.018069036304950714, -0.00975839328020811, 0.019196610897779465, 0.030709009617567062, -0.0031982753425836563, -0.004809593316167593, -0.02990161068737507, 0.04819338023662567, 0.00890923198312521, 0.037530142813920975, -0.0008365456014871597, -0.010614515282213688, -0.012110987678170204, -0.012319797649979591, -0.0007521514780819416, -0.041567135602235794, -0.018625864759087563, 0.006664523389190435, 0.04268079251050949, -0.009827996604144573, 0.003140852553769946, -0.015062171034514904, 0.03321473300457001, 0.024528229609131813, 0.0359710268676281, -0.00035454219323582947, 0.005140209570527077, 0.004451136104762554, 0.030764693394303322, -0.02007361501455307, 0.032295968383550644, -0.01815256103873253, 0.013029752299189568, 0.01950286701321602, -0.03301984444260597, 0.013217681087553501, -0.020143218338489532, 0.0021107224747538567, 0.00031169262365438044, 0.014247811399400234, -0.014296533539891243, 0.011505438014864922, 0.02445862628519535, -0.013544817455112934, -0.008275841362774372, 0.03198971226811409, 0.0012720017693936825, -0.00039391161408275366, 0.011359271593391895, -0.013391690328717232, 0.013892834074795246, 0.004440695513039827, 0.020477313548326492, 0.013976357877254486, -0.0032904997933655977, -0.04824906215071678, -0.021688412874937057, -0.03469032421708107, 0.0041657621040940285, 0.035274993628263474, 0.023651227355003357, -0.017915910109877586, 0.016092300415039062, 0.01630111038684845, -0.014547105878591537, 0.005898886360228062, -0.011296628043055534, 0.013134157285094261, -0.006567078642547131, 0.005001002922654152, 0.002002837136387825, -0.6031550168991089, -0.004064837470650673, -0.0036715781316161156, -0.02928910218179226, 0.008783946745097637, 0.016217587515711784, 0.03627727925777435, -0.002411757130175829, -0.023010876029729843, 0.0046216645278036594, 0.015243140049278736, 0.013739706948399544, 0.015340584330260754, 0.0011876076459884644, -0.006793289911001921, -0.010586673393845558, -0.004774791654199362, 0.018862515687942505, 0.020588679239153862, 0.03700115531682968, -0.026727696880698204, 0.01141495443880558, 0.00236825505271554, 0.002519642235711217, 0.0027458532713353634, 0.005028843879699707, 0.027089634910225868, 0.00649399496614933, 0.002190766390413046, 0.008832668885588646, -0.02817544713616371, -0.003699419554322958, 0.011874336749315262, 0.024194134399294853, 0.05515371635556221, -0.021298633888363838, -0.027618620544672012, 0.021159427240490913, -0.0023108322639018297, 0.029233418405056, -0.01410860475152731, -0.0059058465994894505, 0.01820824295282364, 0.012208432890474796, -0.0020080574322491884, 0.0037585825193673372, 0.034829530864953995, -0.0020080574322491884, -0.005035804584622383, -0.017345162108540535, 0.004907038062810898, -0.01759573444724083, -0.001969775650650263, 0.025043295696377754, -0.03343746438622475, -0.017442606389522552, 0.01568860188126564, -0.007287473883479834, -0.020505154505372047, -0.020477313548326492, -0.013871952891349792, 0.007879102602601051, -0.028704432770609856, 0.0028258971869945526, -0.024987611919641495, 0.02973456308245659, 0.01099037379026413, 0.010224736295640469, 0.011707288213074207, -0.010628435760736465, -0.006591439712792635, 0.028370337560772896, -0.013503055088222027, 0.01492296438664198, 0.022969115525484085, 0.01889035664498806, 0.03683410957455635, -0.029205577448010445, -0.009271170012652874, 0.009459098801016808, -0.009431257843971252, -0.011686407029628754, -0.026518886908888817, -0.004924438893795013, -0.007096064276993275, -0.003140852553769946, 0.0006947287474758923, -0.01681617647409439, 0.005651794373989105, -0.026003822684288025, 0.016899699345231056, 0.0036854988429695368, 0.016315031796693802, -0.019864805042743683, -0.0016626507276669145, 0.014853361062705517, -0.015869570896029472, 0.009911521337926388, -0.009967204183340073, -0.013447372242808342, -0.022412287071347237, -0.015257060527801514, 0.007886062376201153, 0.0024517790880054235, 0.022008588537573814, 0.01087900809943676, 0.006281705107539892, -0.01355177816003561, 0.03560908883810043, -0.011261826381087303, -0.008018309250473976, -0.025502678006887436, -0.015243140049278736, -0.027089634910225868, -0.016328953206539154, -0.042819999158382416, 0.027061793953180313, 0.004047436639666557, 0.012639973312616348, -0.0007551966700702906, -0.010948611423373222, 0.017609653994441032, 0.03961824253201485, -0.027590779587626457, 0.015451950021088123, -0.006372189149260521, -0.007858221419155598, -0.02001793123781681, 0.0026710296515375376, 0.0013790169032290578, 0.0071099852211773396, -0.001211098744533956, 0.02956751547753811, -0.003139112377539277, 0.031906187534332275, -0.012855743989348412, 0.004155321512371302, 0.0021959866862744093, 0.0031095310114324093, -0.023233607411384583, -0.024653516709804535, 0.007447561249136925, 0.010301300324499607, -0.03895005211234093, -0.007075183559209108, 0.00563787342980504, -0.034718163311481476, 0.01200658269226551, -0.01247988548129797, 0.026226552203297615, -0.01674657315015793, 0.0004489417769946158, -0.01776278205215931, -0.0071969893760979176, -0.026783380657434464, -0.013711865060031414, -0.0019175730412825942, -0.0182639267295599, 0.017512209713459015, -0.008707382716238499, -0.019419342279434204, 0.018751149997115135, -0.009591345675289631, -0.014867281541228294, -0.013885874301195145, -0.006330427248030901, -0.003626336110755801, 0.007725975010544062, -0.02124295011162758, -0.013844111934304237, -0.010398744605481625, 0.012605171650648117, -0.007162187714129686, -0.021382158622145653, -0.003772502997890115, 0.0010875527514144778, -0.0182778462767601, -0.01099037379026413, 0.008303683251142502, -0.0013851071707904339, 0.0022638498339802027, 0.01866762526333332, -0.010517070069909096, -0.002403056714683771, 0.02159096859395504, 0.03290847688913345, 0.03633296489715576, 0.012243234552443027, -0.003775983350351453, 0.030709009617567062, 0.011936979368329048, 0.006706285290420055, -0.02086709253489971, 0.0026170869823545218, 0.010329141281545162, 0.026212632656097412, -0.014101644046604633, -0.014686312526464462, 0.0017818465130403638, 0.007739895489066839, 0.014602788724005222, 0.009410376660525799, 0.002401316538453102, -0.027646461501717567, -0.0002934217336587608, -0.00016161034000106156, -0.008561215363442898, -0.006326946895569563, 0.00559611152857542, 0.022983035072684288, -5.549237903323956e-05, -0.02316400408744812, -0.014080763794481754, -0.009173724800348282, 0.019892645999789238, 0.02253757417201996, -0.025669725611805916, -0.004677346907556057, -0.006574038881808519, -0.014491423033177853, 0.0020863611716777086, -0.027618620544672012, 0.024764882400631905, 0.04390580952167511, -0.02771606482565403, 0.004694747738540173, 0.008004388771951199, 0.016788335517048836, -0.008449849672615528, -0.008735223673284054, -0.009375574998557568, -0.006003291346132755, 0.024500388652086258, 0.010579713620245457, 0.007078663446009159, 0.008275841362774372, 0.02338673546910286, -0.016092300415039062, 0.020087534561753273, -0.0006929886294528842, 0.0025300828274339437, 0.03357667103409767, 0.025488756597042084, -0.02294127270579338, 0.012633013539016247, 0.0032017554622143507, 0.022064270451664925, 0.031126631423830986, -0.01122006494551897, 0.023303210735321045, -0.00672020623460412, 0.023456338793039322, -0.017860226333141327, -0.01500648818910122, 0.02693650685250759, -0.007990467362105846, -0.006838531699031591, 0.025781091302633286, 0.00022240454563871026, 0.018709387630224228, -0.012883584946393967, 0.0023056119680404663, -0.012911426834762096, -0.01872330904006958, 0.02142391912639141, -0.016384635120630264, -0.011331429705023766, -0.01990656554698944, -0.034606799483299255, -0.0013381249736994505, 0.010607554577291012, -0.01053795125335455, -0.032463014125823975, 0.00975143350660801, 0.013496095314621925, 0.02536347135901451, 0.02749333530664444, 0.007586768362671137, 0.026741618290543556, -0.011811693198978901, -0.0359988659620285, -0.0043014888651669025, 0.025962060317397118, 0.011964820325374603, 0.007116945460438728, -0.014219970442354679, 0.0007356206770054996, 0.003079949412494898, -0.005721397697925568, 0.003956952132284641, -0.009208527393639088, 0.016857938840985298, 0.0043884930200874805, -0.004172722343355417, -0.024931930005550385, 0.03502441942691803, 0.02092277631163597, -0.011059977114200592, -0.01765141636133194, 0.005965009331703186, 0.007879102602601051, 0.011484557762742043, -0.03018002398312092, -0.016885779798030853, 0.01630111038684845, 0.00890923198312521, -0.01464455109089613, -0.0036820187233388424, -0.007809498813003302, 0.018458815291523933, -0.005338578950613737, -0.010858126915991306, -0.022133873775601387, -0.013231602497398853, -0.0005342059303075075, 0.017721019685268402, -0.025739328935742378, -0.01983696222305298, 0.016663048416376114, -0.004555541090667248, -0.018027275800704956, -0.006010251585394144, -0.024486469104886055, 0.02394356206059456, -0.0030120862647891045, 0.030458439141511917, 0.031349360942840576, 0.008456810377538204, 0.0011188742937520146, 0.013920675963163376, -0.01968383602797985, -0.0320453941822052, -0.010809404775500298, -0.04265294969081879, -0.02967888116836548, -0.021855460479855537, 0.028481703251600266, 0.0007612869376316667, 0.004750430583953857, 0.0018131680553779006, -0.014185168780386448, -0.021604888141155243, 0.01410860475152731, 0.007767736911773682, -0.0034853890538215637, -0.0033949047792702913, -0.0007699873531237245, 0.04813769459724426, -0.01363530196249485, 0.005175011232495308, 0.010141212493181229, 0.002469179918989539, 0.011916098184883595, -0.023400655016303062, 0.00972359161823988, 0.005923247430473566, 0.02086709253489971, 0.007572847418487072, -0.006643642671406269, 0.046745628118515015, 0.012027463875710964, 4.124543920625001e-05, 0.033994290977716446, -0.020254582166671753, -0.0030312270391732454, 0.011874336749315262, 0.014978647232055664, -0.009612226858735085, -0.006918575614690781, 0.015215298160910606, 0.01726163737475872, 0.006730646826326847, -0.012960148975253105, 0.02063044160604477, 0.0038803883362561464, 0.022175636142492294, -0.002905941102653742, -0.017289478331804276, 0.005509107373654842, 0.010461388155817986, 0.007684213109314442, 0.005881485529243946, 0.024389022961258888, -0.040898945182561874, -0.011129580438137054, -0.04716324806213379, -0.009201566688716412, 0.012222353368997574, -0.011728169396519661, -0.019182691350579262, -0.02917773649096489, -0.03301984444260597, -0.009299010969698429, 0.0035201909486204386, 0.00211594277061522, 0.005787520669400692, -0.023317132145166397, -0.014268692582845688, 0.023762593045830727, 0.010781562887132168, 0.02530778758227825, -0.011505438014864922, 0.015563315711915493, 0.011936979368329048, 0.01037090364843607, -0.017192034050822258, -0.009598305448889732, -0.009939362294971943, -0.0016548202838748693, -0.008032229728996754, 0.024333341047167778, -0.01681617647409439, -0.0020445992704480886, -0.0025892455596476793, -0.005683115683495998, 0.0111086992546916, 0.02912205271422863, -0.009883679449558258, 0.0077329352498054504, 0.0021211630664765835, -0.019015643745660782, 0.03833753988146782, -0.00442677503451705, -0.0030260069761425257, 0.024500388652086258, -0.012340678833425045, 0.010301300324499607, 0.004569461569190025, -0.010593634098768234, 0.011964820325374603, -0.017066748812794685, 0.0012780920369550586, -0.02653280831873417, -0.02821720950305462, 0.028203288093209267, -0.014686312526464462, 0.02237052656710148, 0.0061738197691738605, 0.020588679239153862, 0.02085317298769951, 0.0018792912596836686, 0.029539674520492554, -0.022119954228401184, 0.004040475934743881, -0.011449756100773811, 0.011039095930755138, 0.02710355632007122, 0.018625864759087563, -0.007712054532021284, 0.006897694896906614, -0.01641247607767582, -0.028537385165691376, 0.016370713710784912, -0.004151841625571251, -0.013760588131844997, 0.0024378583766520023, -0.0005368160782381892, -0.03349314630031586, -0.01259125117212534, -0.0250154547393322, 0.01141495443880558, 0.01929405704140663, -0.0043850126676261425, 0.011637684889137745, -0.009827996604144573, -0.01259125117212534, 0.01425477210432291, -0.018305689096450806, 0.0032974600326269865, -0.03198971226811409, -0.03998018056154251, -0.0019628151785582304, 0.02384611777961254, 0.037474457174539566, 0.012800061143934727, 0.020143218338489532, -0.019948327913880348, -0.0102595379576087, -0.004433735273778439, -0.02541915327310562, -0.0070229810662567616, -0.010962531901896, 0.02534954994916916, 0.026616331189870834, 0.01492296438664198, 0.006480074487626553, 0.010002005845308304, 0.00038173102075234056, 0.006594920065253973, 0.016161903738975525, -0.00013768418284598738, 0.027688223868608475, -0.016857938840985298, -0.01549371238797903, 0.023261448368430138, -0.010976452380418777, 0.017136352136731148, 0.014505344443023205, -0.021577047184109688, 0.01798551343381405, 0.004395453259348869, 0.02575325034558773, -0.03624944016337395, -0.0556548610329628, -0.014741995371878147, -0.013308165594935417, 0.0028119764756411314, 0.005084526725113392, -0.031349360942840576, -0.023706911131739616, -0.004771311767399311, -0.0010179494274780154, 0.028537385165691376, 1.6503612641827203e-05, 0.035497721284627914, 0.014157326892018318, 0.02070004492998123, -0.008637779392302036, 0.02090885490179062, -0.015145694836974144, -0.008950994350016117, -0.0036158955190330744, -0.00446853693574667, 0.01905740424990654, 0.0013389949453994632, 0.04142792895436287, 0.002881579799577594, -0.02205035090446472, 0.006692364811897278, 0.00473651010543108, -0.023122241720557213, 0.01950286701321602, 0.007329235784709454, -0.024834485724568367, 0.004907038062810898, -0.007976546883583069, 0.0009666169062256813, -0.02547483704984188, 0.014505344443023205, 0.01916876994073391, -0.0042597269639372826, -0.005797961261123419, -0.0031547730322927237, 0.009932402521371841, 0.010788523592054844, 0.01160984393209219, 0.04243021830916405, -0.018973881378769875, 0.025795012712478638, -0.008533374406397343, 0.013134157285094261, -0.03402213007211685, -0.036472171545028687, -0.0033792441245168447, 0.0032904997933655977, 0.016440317034721375, 0.01990656554698944, 0.006765448488295078, 0.004096158780157566, 0.02321968786418438, -0.010823325254023075, -0.010210815817117691, -0.020087534561753273, -0.0010510110296308994, 0.01804119534790516, 0.008067031390964985, 0.0032974600326269865, -0.0024517790880054235, -0.015117853879928589, -0.008108793757855892, -0.013468253426253796, -0.0018653705483302474, -0.008533374406397343, -0.01247988548129797, -0.017247717827558517, 0.008526413701474667, -0.01708066835999489, 0.027743905782699585, 0.014978647232055664, 0.02405492775142193, 0.007677252404391766, 0.022119954228401184, 0.008985796011984348, -0.021938985213637352, 0.019252294674515724, 0.021493522450327873, -0.03354882821440697, -0.016384635120630264, 0.027368048205971718, 0.02102022059261799, -0.01549371238797903, -0.0015982675831764936, -0.007489323616027832, 0.03407781571149826, -0.006946417037397623, -0.02514073997735977, -0.008944033645093441, 0.027799589559435844, 0.01646815985441208, 0.004987081978470087, 0.010802444070577621, -0.02338673546910286, -0.027340207248926163, -0.00916676502674818, 0.030402755364775658, 0.004144881386309862, -0.00921548716723919, -0.03469032421708107, 0.009438218548893929, 0.0026362279895693064, -0.01799943298101425, -0.019015643745660782, -0.016857938840985298, -0.00874218437820673, -0.00998112466186285, 0.0013198540546000004, 0.0018410093616694212, 0.016496000811457634, -0.013600500300526619, 0.0028659191448241472, 0.0006638421909883618, 0.028147606179118156, -0.04852747544646263, 0.037864238023757935, -0.05039284750819206, -0.004987081978470087, -0.03276927024126053, -0.005658754613250494, -0.02547483704984188, -0.04020291194319725, 0.01355177816003561, -0.011310548521578312, -0.009208527393639088, -0.0068872543051838875, 0.021938985213637352, 0.023525942116975784, -0.010628435760736465, 0.018820753321051598, 0.039339829236269, -0.015131774358451366, 0.006901174783706665, -0.013530896976590157, -0.030347073450684547, 0.004506818950176239, -0.040397800505161285, 0.03457895666360855, 0.014936884865164757, -0.012730457819998264, 0.0025248625315725803, -0.027618620544672012, 0.0004724329337477684, -0.025321708992123604, -0.02237052656710148, -0.009793194942176342, 0.02203642949461937, 0.005756199359893799, -0.01709458976984024, 0.0054986667819321156, -0.0042562466114759445, -0.02484840527176857, 0.0009370354819111526, 0.017637496814131737, -0.0005942388670518994, -0.022565415129065514, 0.00236825505271554, 0.0029372626449912786, -0.010287378914654255, 0.034829530864953995, -0.01951678656041622, -0.007788618095219135, 0.005035804584622383, -0.006935976445674896, -0.027869192883372307, 0.011700327508151531, 0.017846306785941124, 0.027799589559435844, 0.013454332947731018, 0.001006638864055276, -0.025878535583615303, -0.004012634977698326, -0.01357265841215849, -0.019154850393533707, -0.01557723619043827, 0.043822288513183594, 0.011366231366991997, -0.00045416204375214875, 0.016607366502285004, 0.023637307807803154, -0.015563315711915493, 0.009125002659857273, -0.047580868005752563, -0.001002288656309247, 0.009793194942176342, -0.011797772720456123, 0.029873769730329514, 0.021549206227064133, -0.015243140049278736, 0.005021883640438318, 0.03956256061792374, 0.010649316944181919, 0.0004963590763509274, 0.02057475782930851, 0.009438218548893929, -0.02270462177693844, -0.011310548521578312, -0.015298822894692421, -0.009076280519366264, -0.01607838086783886, 0.01844489574432373, -0.01290446612983942, 0.000465037563117221, -0.0005041894619353116, 0.018514499068260193, -0.003325301455333829, 0.02912205271422863, 0.01625934988260269, -0.014616709202528, -0.008839628659188747, -0.0174286849796772, -0.01309935562312603, -0.025098977610468864, -0.03299200162291527, 0.018973881378769875, 0.0264214426279068, 0.023150082677602768, 0.03650001063942909, 0.00998112466186285, 0.003313120687380433, -0.007096064276993275, -0.017888067290186882, -0.035274993628263474, 0.001959335058927536, 0.010955572128295898, -0.0018862514989450574, 0.0038908289279788733, -0.011373192071914673, 0.012271075509488583, 0.0033096405677497387, -0.020532997325062752, -0.019878724589943886, -0.013078474439680576, -0.022078191861510277, -0.00024208925606217235, -0.02238444611430168, -0.02693650685250759, 0.003140852553769946, 0.021103743463754654, -0.021577047184109688, -0.0010588413570076227, -0.0067967697978019714, -0.007851260714232922, -0.0014207789208739996, 0.0014399199280887842, -0.0025387832429260015, -0.0015695561887696385, -0.018138639628887177, -0.04098246991634369, -0.0018183882348239422, 0.006382629740983248, -0.00027123565087094903, 0.25279948115348816, -0.019085247069597244, -0.004896597471088171, 0.014240851625800133, -0.0062608239240944386, 0.005091486964374781, 0.008143595419824123, 0.014658471569418907, -0.012159709818661213, 0.03677842393517494, -0.0037585825193673372, 0.02214779518544674, -0.025446994230151176, -0.0004728679487016052, 0.008248000405728817, -0.032351650297641754, -0.04571549966931343, -0.012333719059824944, -0.0281197652220726, -0.013113276101648808, 0.005161090288311243, -0.02845386043190956, -0.003556732553988695, -0.016064459457993507, 0.032685745507478714, -0.022983035072684288, 0.014825519174337387, 0.013071514666080475, 0.007899983786046505, 0.016482079401612282, -0.020713964477181435, -0.0025840254966169596, -0.010802444070577621, 0.0042075240053236485, -0.01262605283409357, -0.009967204183340073, 0.017233796417713165, 2.2430776880355552e-05, 0.03121015429496765, 0.0007921734359115362, 0.00972359161823988, -0.014247811399400234, 0.008902272209525108, -0.013565698638558388, 0.000979667529463768, 0.0019123528618365526, -0.005836243275552988, -0.03276927024126053, -0.00983495730906725, 0.025739328935742378, -0.03321473300457001, -0.0185562614351511, 0.01087900809943676, 0.02377651445567608, 0.012187551707029343, -0.023303210735321045, 0.0006077244761399925, -0.014964726753532887, 0.01143583469092846, 0.010363942943513393, -0.009354693815112114, 0.021827619522809982, -0.013920675963163376, -0.009793194942176342, 0.002843298017978668, 0.012027463875710964, -0.022648939862847328, 0.008679540827870369, 0.014136445708572865, -0.03858811408281326, 0.007329235784709454, -0.009841918013989925, 0.00668888445943594, 0.0036298162303864956, -0.02287166938185692, -0.027869192883372307, 0.0031112709548324347, 0.03366019204258919, -0.009389495477080345, 0.05312129855155945, -0.0371125228703022, -0.0032191562931984663, -0.006219062022864819, -0.006062454078346491, -0.025377390906214714, -0.026393601670861244, 0.030736852437257767, 0.014714154414832592, 0.0035950145684182644, -0.009737513028085232, 0.004987081978470087, 0.0047539109364151955, -0.019600311294198036, 0.013134157285094261, -0.009305971674621105, -0.003842106554657221, 0.00563787342980504, 0.012765259481966496, -0.015994856134057045, -0.014783757738769054, -0.037418775260448456, 0.021437840536236763, 0.017359081655740738, -0.012424202635884285, -0.04571549966931343, -0.01641247607767582, -0.00279805576428771, 0.006949897389858961, 0.02551659755408764, -0.018625864759087563, -0.024249816313385963, -0.03677842393517494, 0.004378052428364754, -0.010475308634340763, 0.011742089875042439, -0.00016639557725284249, 0.011094778776168823, -0.025446994230151176, 0.0005916287191212177, -0.02917773649096489, -0.0007643320714123547, -0.03327041491866112, -0.007176108192652464, 0.017901988700032234, 0.01160984393209219, -0.004322369582951069, -0.011129580438137054, 0.00656359875574708, -0.004329330287873745, -0.03739093616604805, 0.009841918013989925, -0.0023926161229610443, 0.030848218128085136, -0.00835240539163351, -0.005759679712355137, -0.019196610897779465, 0.015521553345024586, 0.010224736295640469, 0.017679257318377495, -0.009368614293634892, 0.006535757333040237, -0.019210532307624817, 0.011818653903901577, -0.005161090288311243, 0.008345444686710835, -0.0023839157074689865, 0.010196895338594913, 0.004190123174339533, -0.015535473823547363, -0.021730175241827965, -0.014324375428259373, -0.006208621431142092, 0.014011160470545292, 0.01273741852492094, 0.006020692177116871, -0.007287473883479834, 0.001473851501941681, -0.023637307807803154, -0.011296628043055534, 0.009006677195429802, -0.026950428262352943, -0.010788523592054844, 0.022398367524147034, -0.010231697000563145, -0.03338177874684334, 0.000655141775496304, -0.17840738594532013, 0.02029634453356266, 0.021061982959508896, -0.029428308829665184, 0.027465492486953735, 0.001149325747974217, 0.002401316538453102, -0.006869853474199772, 0.014964726753532887, -0.021883301436901093, 0.007670292165130377, -0.02940046787261963, -0.03335393965244293, 0.002408276777714491, 0.004458096344023943, -0.02102022059261799, 0.0011762970825657248, -0.014519264921545982, 0.03970176726579666, -0.0040822383016347885, 0.01596701517701149, -0.041455771774053574, 0.004948799964040518, 0.014909043908119202, -0.016718732193112373, 0.02827289141714573, -0.0004654725780710578, -0.03343746438622475, 0.0025753250811249018, -0.018792912364006042, -0.026379680261015892, -0.005007963161915541, -0.02675553783774376, -0.008067031390964985, 0.006880294065922499, -0.005999810993671417, -0.012994950637221336, -0.019252294674515724, -0.02097845822572708, 0.01352393627166748, 0.006031132768839598, 0.026463204994797707, -0.029428308829665184, 0.018737228587269783, -0.0002525297459214926, 9.244198736269027e-05, -0.01262605283409357, 0.010022886097431183, 0.027117475867271423, -0.010280419141054153, 0.0025735849048942327, -0.038198333233594894, 0.022690700367093086, 0.020059693604707718, 0.0191130880266428, -0.005610032472759485, -0.010732840746641159, 0.011964820325374603, -0.0023056119680404663, -0.0061703394167125225, -0.01355177816003561, -0.022843828424811363, 0.008192317560315132, 0.01348913460969925, -0.001116264145821333, -0.01371882576495409, -0.014853361062705517, 0.0027458532713353634, -0.03418917953968048, 0.007068222854286432, -0.0033514027018100023, -0.03636080399155617, -0.006500955671072006, -0.02327536977827549, 0.037919919937849045, 0.018403133377432823, -0.042819999158382416, 0.01877899095416069, -0.00107885233592242, 0.006730646826326847, 0.00034192658495157957, 0.01759573444724083, -0.023985324427485466, 0.004809593316167593, 0.0014869021251797676, 0.013134157285094261, 0.01355177816003561, 0.004980121739208698, -0.008136634714901447, -0.016273269429802895, 0.0052759358659386635, -0.02384611777961254, -0.018486658111214638, -0.013774508610367775, 0.009841918013989925, 0.0125077273696661, -0.001492122421041131, -0.017734941095113754, -0.00910412147641182, -0.0018549300730228424, 0.006281705107539892, -0.017790623009204865, -0.0208114106208086, 0.022676780819892883, -0.002343893749639392, 0.017108511179685593, 0.016941461712121964, -0.006048533599823713, 0.05075478181242943, -0.01804119534790516, -0.0272706039249897, -0.004096158780157566, 0.019878724589943886, 0.019182691350579262, 0.009194605983793736, 0.03580397740006447, 0.006643642671406269, -0.020365947857499123, 0.004746950231492519, -0.02388788014650345, 0.03981313109397888, -0.0031130111310631037, -0.014150367118418217, 0.014352216385304928, 0.006765448488295078, 0.010280419141054153, -0.08836844563484192, -0.015243140049278736, 0.008895311504602432, 0.044212065637111664, 0.00741972029209137, 0.007851260714232922, -0.012939267791807652, 0.030820375308394432, -0.011456715874373913, 0.035497721284627914, -0.013029752299189568, -0.019488945603370667, -0.011672486551105976, 0.004395453259348869, -0.008763065561652184, -0.012278036214411259, -0.0269782692193985, -0.028022320941090584, -0.003643736941739917, 0.06036004796624184, -0.013795389793813229, -0.024945851415395737, 0.01652384176850319, -0.012779179960489273, -0.022913431748747826, -0.0025039815809577703, -0.02270462177693844, 0.026435362175107002, 0.00947302021086216, 0.009486940689384937, 0.009187646210193634, -0.028314653784036636, 0.02878795750439167, -0.0009422557195648551, -0.013704905286431313, -0.02580893225967884, -0.049112144857645035, -0.013983318582177162, 0.027061793953180313, -0.006403510924428701, 0.014950805343687534, 0.021465681493282318, 0.007068222854286432, -0.018124720081686974, 0.03663921728730202, -0.02951183170080185, -0.017192034050822258, 0.0455484502017498, -0.014233890920877457, 0.0014373097801581025, 0.007482363376766443, -0.006922055967152119, -0.003170433919876814, -0.040397800505161285, 0.03622159734368324, -0.014672392047941685, 0.018236085772514343, 0.037251729518175125, -0.01509001199156046, -0.004374572541564703, 0.0011336649768054485, -0.0205190759152174, 0.015716442838311195, 0.006546197924762964, 0.022857749834656715, 0.05019795522093773, -0.02445862628519535, 0.01200658269226551, -0.006400030571967363, -0.0009422557195648551, -0.030486280098557472, 0.023581624031066895, 0.006226022262126207, 0.010885968804359436, 0.0018758110236376524, -0.009229407645761967, -0.007377957925200462, -0.015591156668961048, 0.003730741096660495, -0.0028711394406855106, 0.002599686151370406, 0.004670386668294668, -0.008408088237047195, -0.0076494114473462105, 0.030736852437257767, -0.005669195204973221, -0.006862893234938383, 0.008923153392970562, 0.021730175241827965, -0.017860226333141327, 0.004064837470650673, 0.032463014125823975, 0.037418775260448456, -0.00022294832160696387, -0.009911521337926388, 0.008707382716238499, -0.017832385376095772, -0.002380435587838292, -0.010252577252686024, -0.014783757738769054, -0.004524219781160355, -0.01635679416358471, -0.0511724054813385, 0.0210759025067091, 0.014178208075463772, 0.020588679239153862, 0.007712054532021284, 0.014233890920877457, -0.0022655900102108717, -0.000203589879674837, 0.01883467473089695, 0.018681546673178673, -0.01380234956741333, -0.008456810377538204, -0.013871952891349792, -0.009368614293634892, -0.011672486551105976, -0.009493900462985039, 0.04535356163978577, -0.0019367140484973788, 0.02090885490179062, 0.019864805042743683, 0.01399723906069994, 0.009417337365448475, -0.01309935562312603, 0.0028119764756411314, -0.006191220600157976, -0.00400567427277565, -0.0008843979449011385, 0.005042764823883772, -0.015410187654197216, -0.012605171650648117, 0.016509922221302986, -0.006695845164358616, 0.003622855758294463, 0.030736852437257767, 0.0030538481660187244, -0.027702145278453827, 0.007510204333811998, 0.02519642375409603, 0.027187079191207886, 0.011039095930755138, -0.0013946776743978262, -0.015340584330260754, 0.02631007693707943, -5.421450623543933e-05, -0.0032435173634439707, 0.0039917537942528725, -0.018598021939396858, 0.02287166938185692, -0.00645223306491971, -0.007169147953391075, 0.02714531682431698, -0.006901174783706665, 0.0008382856613025069, -0.006567078642547131, 0.010788523592054844, -0.04081542044878006, 0.007948705926537514, -0.0066088405437767506, -0.008561215363442898, -0.01850057765841484, 0.01290446612983942, 0.01731732115149498, 0.00497664138674736, -0.008053110912442207, 0.0016443798085674644, -0.00031234516063705087, -0.022913431748747826, -0.006208621431142092, 0.003692459315061569, -0.032295968383550644, -0.026379680261015892, 0.011004294268786907, 0.0017331241397187114, 0.009208527393639088, 0.0010553612373769283, 0.011700327508151531, -0.013301205821335316, -0.01664912886917591, -0.019029563292860985, 0.023860037326812744, 0.041177358478307724, -0.0009335553040727973, -0.00423188554123044, 0.025795012712478638, -0.0024204575456678867, 0.02945614978671074, 0.005404702387750149, 0.026003822684288025, 0.007468442432582378, -0.016287190839648247, -0.03583182021975517, 0.005714437458664179, -0.007510204333811998, 0.017359081655740738, 0.0012145789805799723, 0.027590779587626457, -0.006852452643215656, 0.014992567710578442, 0.02113158628344536, 0.024208055809140205, 0.0160226970911026, 0.017192034050822258, -0.006330427248030901, -0.0011963080614805222, -0.012633013539016247, 0.0034070853143930435, -0.0258646160364151, -0.027521176263689995, 0.02592029795050621, -0.008818748407065868, 0.004865276161581278, 0.017192034050822258, -0.012110987678170204, 0.014741995371878147, -0.005007963161915541, 0.012967109680175781, -0.009709671139717102, 0.0160226970911026, -0.02360946498811245, 0.01585564948618412, 8.037014777073637e-05, 0.02523818425834179, 0.004524219781160355, -0.006939456798136234, 0.04763655364513397, -0.0030103460885584354, -0.026323998346924782, -0.018751149997115135, 0.005495186895132065, -0.017359081655740738, 0.0025057215243577957, -0.016676969826221466, -0.021911144256591797, -0.027813509106636047, -0.011623764410614967, 0.02238444611430168, -0.0021420440170913935, 0.00021892438235227019, 0.0017313840799033642, 0.06553854048252106, 0.030541962012648582, -0.008087912574410439, 0.013315126299858093, 0.017721019685268402, 0.013280324637889862, 0.011797772720456123, 0.007217870093882084, -0.005578710697591305, -0.027813509106636047, 0.003542811842635274, -0.002166405087336898, -0.020727885887026787, -0.03098742477595806, -0.01309935562312603, -0.0174286849796772, 0.014296533539891243, 0.013670103624463081, 0.017275558784604073, -0.011575041338801384, 0.008296722546219826, -0.01726163737475872, 0.019642073661088943, 0.023414576426148415, -0.009653988294303417, 0.0026501487009227276, 0.01085116621106863, 0.009667908772826195, -0.023512020707130432, -0.034885212779045105, 0.0021176827140152454, -0.012194511480629444, -0.037084680050611496, -0.005289856810122728, 0.014310454949736595, 0.002730192616581917, -0.006069414783269167, -0.003943031188100576, 0.040787581354379654, 0.023860037326812744, -0.0052759358659386635, -0.018751149997115135, -0.041177358478307724, -0.0070647429674863815, 0.008004388771951199, -0.002620567101985216, -0.007231791038066149, 0.014936884865164757, -0.038421064615249634], \"848ecf5d-76d3-4136-b251-a5a3387ab52f\": [0.0018007330363616347, 0.01013894658535719, 0.011891191825270653, -0.022297656163573265, -0.021668989211320877, 0.002228762488812208, -0.0138306999579072, -0.011021757498383522, -0.01631862111389637, -0.03196844458580017, 0.006955477874726057, -0.001944524236023426, 0.02366200089454651, 0.0039024243596941233, -0.006243210285902023, -0.002038155682384968, -0.008647531270980835, -0.005266767926514149, 0.04218764975667, -0.010841182433068752, -0.0007227176101878285, 0.007965359836816788, -0.020344773307442665, -0.01007875520735979, -0.03362705931067467, 0.021174078807234764, 0.03547293692827225, -0.016291869804263115, 0.013335791416466236, -0.020598914474248886, 0.015716705471277237, -0.014686758629977703, -0.018298257142305374, -0.025053096935153008, -0.0004999249940738082, -0.017308438196778297, -0.010513472370803356, -0.011938007548451424, 0.013884203508496284, -0.011556793935596943, 0.020558787509799004, -0.018552400171756744, -0.009496902115643024, 0.005393839441239834, 0.010373025201261044, 0.03028308041393757, -0.006259929854422808, -0.02838370017707348, -0.017509078606963158, 0.013991211540997028, 0.004918994382023811, 0.051845062524080276, -0.03448311984539032, -0.02715311571955681, -0.0007645173463970423, 0.001725493581034243, -0.0301760733127594, 0.0013058240292593837, -0.010286081582307816, -0.020465156063437462, 0.007176180370151997, 0.012185461819171906, -0.021414846181869507, -0.014673382975161076, -0.0262703038752079, 0.020505283027887344, -0.0028490708209574223, -0.0033138839062303305, -0.0006834258674643934, 0.01231253333389759, 0.037185054272413254, 0.0031533727888017893, -0.004715011455118656, 0.009884804487228394, 0.03552643954753876, -0.011516666039824486, 0.0016920537455007434, -0.01678677834570408, 0.00011923378042411059, -0.010152322240173817, 0.01144309900701046, -0.025976033881306648, -0.014807142317295074, 0.026845470070838928, 0.01262686774134636, 0.021281087771058083, 0.004708323627710342, 0.0034208912402391434, -0.004276949912309647, -0.004357205703854561, -0.01678677834570408, -0.005494158715009689, -3.4746040910249576e-05, 0.028142932802438736, 0.00390576827339828, 0.04095706343650818, -0.0003026301565114409, 0.02190975472331047, 0.014272105880081654, -0.007624273654073477, -0.01919444277882576, -0.01677340269088745, -0.03739906847476959, -0.022458167746663094, -0.028303444385528564, -0.007490514777600765, 0.02145497314631939, 0.01667977124452591, 0.025026343762874603, 0.00012801172852050513, -0.03541943430900574, 0.02940027043223381, 0.01405809074640274, -0.006122827064245939, -0.024544810876250267, -0.009008681401610374, -0.006718055345118046, -0.024919336661696434, 0.0063167777843773365, -0.010780991055071354, -0.006300057750195265, 0.025012968108057976, -0.008380013518035412, -0.0031767806503921747, -0.023876015096902847, 0.01354311779141426, 0.0027621272020041943, 0.0021451630163937807, -0.005219952203333378, -0.014459368772804737, 0.0472169928252697, -0.0014663351466879249, 0.023488113656640053, -0.0081058070063591, -0.012653619050979614, 0.010245953686535358, 0.015021156519651413, -0.011128764599561691, -0.013630061410367489, -0.04973166808485985, 0.020665794610977173, 0.015114787966012955, -0.009924931451678276, -0.010774302296340466, 0.017415447160601616, 0.021588733419775963, 0.03576720878481865, 0.02534736692905426, 0.004143191035836935, 0.0024310732260346413, -0.0006081862957216799, 0.03453662246465683, 0.01837851293385029, 0.0033222439233213663, -0.008841481991112232, 0.019823111593723297, 0.01836513727903366, -0.014512872323393822, 0.015663200989365578, 0.023581745103001595, 0.011021757498383522, -0.0060225073248147964, 0.015783583745360374, 0.0016661379486322403, -0.00033586096833460033, 0.036409251391887665, -0.015556193888187408, -0.018177874386310577, 0.030497094616293907, 0.01148991473019123, -0.0035278985742479563, 0.0290524959564209, -0.028303444385528564, 0.010232578031718731, -0.005450686905533075, 0.015663200989365578, 0.035178665071725845, 0.007035733200609684, -0.0354996882379055, -0.0005362907540984452, -0.019622473046183586, 0.0023040019441396, 0.03790735453367233, 0.015141540206968784, -0.00977779645472765, 0.020826306194067, 0.016706522554159164, 0.007523954380303621, 0.01385745219886303, 0.00862077996134758, 0.020826306194067, 0.007156116422265768, 0.015516065992414951, -0.013202032074332237, -0.6189305186271667, -0.00029071723110973835, 0.0026133202482014894, -0.035071659833192825, 0.023381106555461884, 0.031326401978731155, 0.02499959245324135, -0.0007716233376413584, -0.006584296002984047, -0.024598315358161926, 0.002795567037537694, 0.02961428463459015, 0.020665794610977173, -0.00807905476540327, -0.003775353077799082, -0.012720499187707901, 0.00024013954680413008, -0.01062716729938984, 0.030818117782473564, 0.025387493893504143, -0.013148528523743153, -0.005571070127189159, 0.0005045229336246848, -0.0037084734067320824, -0.0012715483317151666, -0.0023458017967641354, 0.02017088606953621, -0.000386020663427189, -0.005868684500455856, 0.012138646095991135, -0.039405457675457, -0.004404021427035332, 0.017174679785966873, 0.007189556490629911, 0.04788579046726227, -0.003962615970522165, -0.013395982794463634, 0.01769634149968624, 0.014312232844531536, 0.010393088683485985, -0.00501596974208951, 0.006116138771176338, -0.0011085292790085077, -0.013148528523743153, 0.002738719340413809, 0.0048721786588430405, 0.024705322459340096, -0.0076844654977321625, -0.010279393754899502, 0.009543717838823795, 0.0017321815248578787, -0.009657413698732853, 0.0004957449855282903, 0.018712909892201424, -0.02370212785899639, -0.025012968108057976, 0.026912348344922066, -0.020050503313541412, -0.01688040979206562, 0.00011045583232771605, 0.013897580094635487, 0.0018224689410999417, -0.007403571158647537, -0.00438730139285326, -0.015917344018816948, 0.02833019569516182, -0.003161732805892825, -0.004551156423985958, -3.0487690310110338e-05, -0.016559388488531113, -0.027928918600082397, 0.008453580550849438, 0.002812286838889122, -0.026163296774029732, 0.006791622843593359, 0.016037726774811745, 0.03905768319964409, -0.0006115302676334977, -0.025267111137509346, 0.015930719673633575, -0.00821281410753727, -0.0012205525999888778, -0.02201676182448864, -0.0042869821190834045, 0.023996397852897644, 0.009724292904138565, -0.021093824878335, -0.03234297037124634, 0.013803948648273945, -0.017000792548060417, 0.012733874842524529, -0.003945895936340094, 0.010995005257427692, -0.033734068274497986, 0.006895286031067371, 0.020505283027887344, 0.00045269125257618725, -0.014633255079388618, -0.013636749237775803, -0.026337184011936188, 0.0014027995057404041, -0.026725085452198982, -0.013422735035419464, 0.006199738476425409, 0.032717496156692505, 0.01892692595720291, -0.0042435103096067905, -0.0018726286944001913, 0.035686951130628586, -0.008119182661175728, -0.010319521650671959, -0.00724974786862731, -0.0064037214033305645, -0.01262686774134636, -0.024611691012978554, -0.029587533324956894, 0.011964759789407253, -0.005751645192503929, 0.03156716749072075, -0.01231253333389759, 0.02699260413646698, 0.03360030800104141, 0.017535829916596413, -0.010433216579258442, 0.025440998375415802, -0.010473344475030899, -0.026511071249842644, 0.0016803498147055507, 0.0028356947004795074, -0.016853658482432365, 0.004357205703854561, -0.005370431579649448, 0.030818117782473564, -0.007102612871676683, 0.030497094616293907, -0.009476838633418083, -0.004250198137015104, 0.0008803026867099106, -0.005226640496402979, -0.029025744646787643, -0.017268311232328415, -0.005845276638865471, 0.026283681392669678, -0.006661207415163517, -0.020291268825531006, 0.00913575291633606, -0.031486913561820984, -0.019114188849925995, -0.007437010761350393, -0.01062716729938984, -0.0009363143472000957, -0.006624423898756504, 0.018338384106755257, 0.00023449657601304352, -0.005026001483201981, -0.00012874322419520468, 0.011590234003961086, -0.017843475565314293, -0.02118745632469654, -0.015970846638083458, -0.01816449873149395, 0.0184320155531168, -0.015489313751459122, -0.009577157907187939, -0.0032670681830495596, -0.021053696051239967, 0.0012916121631860733, 0.009503589943051338, -0.03750607743859291, -0.016760027036070824, -0.005718205124139786, 0.01740206964313984, -0.018311632797122, -0.013068272732198238, 0.004373925272375345, -0.0006307581788860261, -0.020772801712155342, -0.013469550758600235, 0.007463762536644936, -0.0010199138196185231, -0.007758032996207476, 0.02648431994020939, -0.0006596000166609883, -0.007557393983006477, 0.01673327386379242, 0.024705322459340096, 0.02873147465288639, 0.027634648606181145, -0.02314033918082714, 0.028918737545609474, 0.012660306878387928, 0.02586902678012848, -0.007938607595860958, 0.010393088683485985, 0.010058690793812275, 0.025119975209236145, -0.006818374618887901, 0.01939508318901062, 0.012065079063177109, 0.009991811588406563, 0.024237165227532387, 0.0052801440469920635, -0.016505884006619453, -0.009911555796861649, 0.01924794726073742, -0.019729480147361755, -0.00516979256644845, 0.0029995497316122055, 0.02811618149280548, 0.010286081582307816, 0.014486120082437992, -0.01118895597755909, -0.01903393305838108, -0.020197637379169464, 0.01796385832130909, 0.012633555568754673, -0.027313627302646637, 0.011362843215465546, -0.00884817074984312, -0.022230777889490128, -0.02771490439772606, -0.01441924087703228, 0.0070223575457930565, 0.03710480034351349, -0.02473207376897335, 0.01832500845193863, 0.007450386881828308, 0.014660007320344448, -0.018338384106755257, -0.021990010514855385, -0.011095324531197548, -0.016947289928793907, 0.02442442812025547, 0.013924331404268742, -0.010807742364704609, 0.011309339664876461, 0.02344798669219017, -0.027902167290449142, 0.026417439803481102, -0.0174555741250515, -0.0018542367033660412, 0.03560669720172882, 0.00969754159450531, -0.01105519663542509, 0.018204625695943832, 0.012305845506489277, 0.019488714635372162, 0.013563182204961777, -0.025320613756775856, 0.014740262180566788, -0.015235171653330326, 0.012727187015116215, -0.0067247431725263596, -0.015730081126093864, 0.03670352324843407, -0.025106599554419518, -0.0013559837825596333, 0.04296345263719559, 0.011021757498383522, 0.005474094767123461, -0.002486248966306448, -0.02211039327085018, -0.002382585546001792, 0.010894685983657837, 0.043284472078084946, 0.015944095328450203, -0.03560669720172882, -0.02145497314631939, -0.029427021741867065, 0.00687522254884243, 0.0020314676221460104, -0.029106000438332558, -0.03274425119161606, 0.01148991473019123, 0.01924794726073742, 0.006507384590804577, 0.014566375873982906, 0.018485520035028458, 0.013623373582959175, -0.0037786969915032387, -0.02966778725385666, -0.001264860387891531, 0.007015669252723455, 0.02744738571345806, 0.003173436736688018, -0.007062484975904226, -0.020050503313541412, 0.02181612327694893, -0.008326509967446327, 0.017067672684788704, -0.008600715547800064, 0.01950209029018879, 0.025882402434945107, -0.011790872551500797, -0.04606666415929794, 0.017950482666492462, 0.021281087771058083, 0.0021786028519272804, -0.03167417645454407, 0.009791173040866852, 0.0028189748991280794, -0.0007795652491040528, -0.015689952298998833, -0.02160210907459259, 0.016586139798164368, -0.0017873571487143636, -0.03258373960852623, 0.0037519452162086964, 0.016398876905441284, 0.014486120082437992, -0.020639043301343918, -0.028410451486706734, -0.008326509967446327, -0.004735075403004885, -0.006356905680149794, 0.0028490708209574223, -0.010660607367753983, -0.01419185008853674, 0.04111757501959801, -0.009416647255420685, 0.011650425381958485, -0.007008981425315142, -0.047752030193805695, 0.02883848175406456, -0.008634155616164207, 0.03413534536957741, -8.668222289998084e-05, 0.0034309232141822577, -0.005999099463224411, -0.002830678829923272, -0.026845470070838928, -0.014205225743353367, -0.01106188539415598, -0.03483089432120323, -0.02073267474770546, -0.01483389362692833, 0.031593918800354004, 0.0021869626361876726, 0.0033606996294111013, 0.012546611949801445, -0.009436710737645626, -0.028865233063697815, 0.00014598561392631382, -0.011757432483136654, 0.0039124563336372375, -0.00119965267367661, 0.009042121469974518, 0.05053422227501869, -0.0040361834689974785, 0.01311508845537901, 0.013817324303090572, 0.015516065992414951, 0.009149128571152687, -0.035125162452459335, 0.01986324042081833, 0.004089687019586563, 0.012406164780259132, 0.006035883445292711, -0.009249447844922543, 0.024544810876250267, -0.009403270669281483, 0.013991211540997028, 0.019020557403564453, -0.0023073460906744003, 0.0010466657113283873, 0.015475938096642494, 0.01539568230509758, -0.01995687186717987, 0.01419185008853674, 0.01483389362692833, -0.01908743567764759, -0.014900773763656616, -0.0008828106219880283, 0.017415447160601616, 0.010981629602611065, 0.026604702696204185, -0.01646575704216957, -0.026845470070838928, -0.012152022682130337, 0.0023942894767969847, -0.0036884096916764975, 0.0009430022910237312, 0.009858052246272564, -0.045237358659505844, -0.005373775493353605, -0.041599106043577194, -0.00040733852074481547, 0.01313515193760395, 0.004982529673725367, -0.013081648387014866, -0.009590533562004566, -0.01939508318901062, -0.01653263531625271, 0.009202632121741772, 0.0010684014996513724, -0.011784184724092484, -0.005714861210435629, -0.029213007539510727, -0.003889048472046852, 0.0009120704489760101, 0.019796360284090042, -0.004460868891328573, 0.014298857189714909, 0.024237165227532387, -0.0025414247065782547, -0.0010391416726633906, 0.005216608289629221, -0.019074060022830963, 0.0027972389943897724, -0.0031985165551304817, 0.01372369285672903, -0.010506784543395042, 0.017723092809319496, 0.0068484703078866005, 0.009971747174859047, -0.014004587195813656, 0.004855458624660969, -0.0033774194307625294, -0.010433216579258442, 0.020037125796079636, -0.003711817553266883, 0.007042421493679285, -0.023207219317555428, -0.016693146899342537, 0.002228762488812208, -0.007831600494682789, -0.007303251884877682, -0.004470901098102331, 0.01867278292775154, -0.0005233328556641936, -0.002253842307254672, 0.013355854898691177, -0.028704721480607986, -0.02375563234090805, 0.019488714635372162, -0.027179867029190063, 0.021374719217419624, 0.010620479471981525, -0.009610597975552082, 0.015462562441825867, -0.009269512258470058, 0.02093331329524517, -0.016746651381254196, -0.011871128343045712, 0.0022003387566655874, -0.011242459528148174, 0.014004587195813656, 0.014218601398169994, -0.030363336205482483, 0.025574756786227226, -0.009022057056427002, -0.0220702663064003, 0.0013835716526955366, -0.01011219434440136, -0.002666823798790574, 0.00265679182484746, -0.0035513064358383417, -0.007590834051370621, -0.025066472589969635, 0.003471050877124071, 0.009730980731546879, 0.027902167290449142, 0.0024879209231585264, -0.013175279833376408, 0.005591134075075388, -0.02776840701699257, 0.0032837879844009876, -0.016051102429628372, 0.007075861096382141, -0.03170092776417732, -0.03402833640575409, 0.018699534237384796, 0.028972240164875984, 0.012947889044880867, -0.0064405049197375774, 0.012874322012066841, -0.002292298013344407, 0.004952433984726667, 0.0046180360950529575, 0.001947868149727583, 0.00043847932829521596, -0.0005789264687336981, 0.022137146443128586, 0.012345973402261734, 0.024905961006879807, -0.004822018556296825, 0.01375044509768486, 0.0022254185751080513, -0.007664401549845934, 0.016224989667534828, -0.019328203052282333, 0.017147928476333618, -0.03167417645454407, 0.013803948648273945, 0.01575683243572712, 0.017375318333506584, -0.0009012025548145175, -0.007115988992154598, -0.01334247924387455, -0.00315671693533659, -0.008313133381307125, 0.027367129921913147, -0.011195643804967403, -0.048929110169410706, -0.005517566576600075, 0.004888898227363825, -0.002051531570032239, 0.011382906697690487, -0.03212895616889, -0.031888190656900406, -0.01233928557485342, -0.008680971339344978, 0.02560150809586048, -0.011429722420871258, 0.03656976297497749, 0.004584596026688814, 0.019060684368014336, 0.00680165458470583, 0.018311632797122, -0.007651025429368019, -0.0007235535886138678, -0.002981157973408699, 0.0066043599508702755, 0.015489313751459122, 0.016746651381254196, 0.03303851932287216, 0.015154915861785412, -0.03236972540616989, 0.01338929496705532, 0.020130757242441177, -0.01439248863607645, 0.016559388488531113, -0.012539924122393131, -0.02078617736697197, -0.00490227434784174, -0.02021101303398609, -0.008560587652027607, -0.018900172784924507, 0.025735268369317055, 0.013563182204961777, -0.009403270669281483, 0.011851063929498196, -0.0039927116595208645, 0.02042502909898758, 0.0010642214911058545, 0.019528841599822044, 0.045183852314949036, -0.027072859928011894, 0.023488113656640053, 0.007403571158647537, 0.020826306194067, -0.045023344457149506, -0.04213414341211319, 0.015047908760607243, -0.008139247074723244, 0.033279284834861755, 0.02816968597471714, 0.008119182661175728, -0.003517866600304842, 0.022444792091846466, -0.013001393526792526, 0.0019562281668186188, -0.025895778089761734, -0.012727187015116215, 0.006597672123461962, 0.026591327041387558, -0.006534136366099119, -0.008513771928846836, -0.0018993804696947336, 0.006861846428364515, -0.01770971715450287, -0.004932370036840439, -0.01118895597755909, -0.0035947782453149557, -0.006336841732263565, 0.008674283511936665, -0.0004274024104233831, 0.021722491830587387, 0.011202331632375717, 0.019769608974456787, 0.00785166397690773, 0.0020147478207945824, -0.01564982533454895, -0.011677177622914314, 0.009436710737645626, 0.03667676821351051, -0.01791035570204258, -0.01311508845537901, 0.023795759305357933, 0.034376110881567, -0.005668045487254858, 0.007276500109583139, -0.004494308959692717, 0.04125133529305458, -0.011877816170454025, 0.00535036763176322, -0.005631261970847845, 0.0265378225594759, 0.009550405666232109, -0.005383807234466076, 0.0018358448287472129, -0.03269074484705925, 0.0015850464114919305, -0.030657606199383736, 0.0195555929094553, 0.022097017616033554, 0.005059441551566124, -0.022953076288104057, 0.000366792781278491, 0.005938908085227013, -0.023769007995724678, -0.017830099910497665, 0.01318865641951561, 0.0037786969915032387, -0.016064478084445, 0.004708323627710342, -0.008460268378257751, 0.001315856003202498, 0.0004468392871785909, 0.014887398108839989, 0.0017288374947384, 0.02534736692905426, -0.029025744646787643, 0.019381705671548843, -0.052674368023872375, -0.000851878838147968, -0.03298501670360565, 0.01677340269088745, -0.0016803498147055507, -0.04617367312312126, 0.009583845734596252, -0.015141540206968784, -0.025735268369317055, -0.017682963982224464, 0.008787978440523148, 0.002645087894052267, -0.014512872323393822, 0.007737969048321247, 0.06366937607526779, -0.021869627758860588, 0.004062935244292021, 0.006296713836491108, -0.039432208985090256, 0.004597972147166729, -0.039485711604356766, 0.02104032039642334, 0.0195555929094553, -0.019060684368014336, -0.009878115728497505, -0.029239758849143982, 0.012687059119343758, -0.035232171416282654, -0.016278494149446487, -0.0413583405315876, 0.01531542744487524, 0.00624655419960618, -0.004982529673725367, 0.016305245459079742, -0.005293519701808691, -0.039405457675457, -0.020384900271892548, 0.021722491830587387, -0.004564532544463873, -0.013442798517644405, 0.006741463206708431, -0.00013365468475967646, 0.0011110372142866254, 0.036248739808797836, -0.002374225528910756, 0.0007628453895449638, -0.01863265596330166, -0.009991811588406563, -0.028544211760163307, 0.01203832682222128, -0.0023842575028538704, 0.02966778725385666, 0.009062184952199459, -0.0017706372309476137, -0.01754920557141304, -0.006082699168473482, -0.03057735040783882, -0.014098218642175198, -0.0055242544040083885, 0.0046180360950529575, 0.0030714452732354403, 0.00859402772039175, 0.017950482666492462, 0.034911148250103, -0.021388094872236252, 0.027219995856285095, -0.046521447598934174, -0.01372369285672903, 0.020665794610977173, -0.0018191250273957849, -0.009831300005316734, 0.00877460278570652, -0.012733874842524529, 0.015783583745360374, 0.037746842950582504, -0.0104131530970335, 0.009169192053377628, 0.04111757501959801, -0.004477588925510645, -0.00982461217790842, -0.020826306194067, 0.0006069323280826211, -0.016439003869891167, -0.006922037806361914, 0.026096418499946594, -0.03844239190220833, -0.014566375873982906, 0.01354311779141426, -0.0056914533488452435, -0.0002372135641053319, 0.010961565189063549, -0.014767014421522617, -0.01631862111389637, 0.010908061638474464, -0.008654219098389149, -0.026203425601124763, -0.00836663693189621, -0.011168892495334148, 0.0051497286185622215, 0.03089837357401848, 0.008099119178950787, 0.035339176654815674, -0.016800154000520706, -0.0005538466502912343, 0.0019161003874614835, -0.005861996673047543, -0.015248547308146954, 0.008219501934945583, -0.007049109321087599, 0.024197036400437355, 0.022645430639386177, -0.021214207634329796, -0.001303316093981266, -0.01914094015955925, -0.006835094653069973, -0.0022204024717211723, 0.008426829241216183, -0.007049109321087599, 0.009015369229018688, 0.016398876905441284, -0.023514864966273308, -0.01441924087703228, 0.016131358221173286, -0.017950482666492462, -0.01914094015955925, 0.003544618608430028, -0.0008736146846786141, -0.02324734628200531, 0.000323739048326388, -0.011128764599561691, -0.0010516815818846226, -0.03079136461019516, -0.020946688950061798, 0.008587339892983437, 0.015342178754508495, 0.01367687713354826, 0.27629297971725464, -0.02017088606953621, 0.01185775175690651, 0.022351160645484924, -0.0075975218787789345, 0.025788770988583565, 0.041331589221954346, 0.013964459300041199, -0.02104032039642334, 0.04296345263719559, -0.023060083389282227, 0.03552643954753876, -0.009537030011415482, -0.008961865678429604, 0.014312232844531536, -0.03729206323623657, -0.0379876084625721, 0.001401963527314365, 0.0020247797947376966, 0.0027236714959144592, -0.00613285880535841, -0.006982229650020599, -0.0092160077765584, -0.018753038719296455, 0.006072666961699724, -0.01749570108950138, -0.009944995865225792, 0.005527598317712545, -0.008359949104487896, 0.0187262874096632, -0.012332596816122532, -0.009389895014464855, -0.008085742592811584, 0.022297656163573265, -0.0360347256064415, -0.006373625248670578, 0.023849263787269592, -0.005153072532266378, 0.015342178754508495, 0.0149542773142457, 0.007062484975904226, -0.016024351119995117, 0.007998799905180931, -0.021869627758860588, 0.009791173040866852, 0.013215407729148865, -0.01385745219886303, -0.028356948867440224, 0.02442442812025547, 0.019221195951104164, -0.024651817977428436, 0.0035412744618952274, 0.005484126973897219, 0.02822318859398365, 0.010072067379951477, -0.0068116867914795876, 0.008446892723441124, 0.006651175674051046, 0.02509322389960289, -0.007243060041218996, -0.0036482817959040403, 0.041839875280857086, -0.012426228262484074, 0.010827806778252125, 0.026190049946308136, 0.02576201967895031, -0.03196844458580017, -0.008065679110586643, 0.01452624797821045, -0.02827669307589531, -0.015034533105790615, -0.01724155992269516, -0.001914428430609405, 0.004089687019586563, -0.005062785465270281, -0.01816449873149395, 0.004380613565444946, 0.022511672228574753, 0.006704679224640131, 0.049383893609046936, -0.026243552565574646, -0.011717304587364197, -0.0017271655378863215, -0.017870226874947548, -0.017723092809319496, -0.036917537450790405, 0.030256329104304314, 0.0035278985742479563, -0.010052002966403961, -0.01544918678700924, -0.002155194990336895, -0.011275899596512318, 0.002852414734661579, 0.017321815714240074, 0.02134796604514122, 0.020344773307442665, -0.0006570920231752098, 0.0017472293693572283, -0.013884203508496284, -0.0030396776273846626, -0.037746842950582504, 0.04063604027032852, 0.016746651381254196, 0.008901674300432205, -0.05505528301000595, -0.01662626676261425, -0.0004890570417046547, -0.004049559589475393, 0.010827806778252125, -0.009510278701782227, -0.009791173040866852, -0.026109794154763222, 0.00601916341111064, -0.012078454717993736, 0.0023023299872875214, 0.00553094269707799, -0.002467856975272298, -0.02560150809586048, -0.008901674300432205, -0.02129446342587471, -0.004908962175250053, -0.023795759305357933, -0.004771858919411898, 0.020037125796079636, 0.0067280870862305164, 0.00018569537496659905, -0.013195344246923923, 0.007865040563046932, -0.011021757498383522, -0.017669588327407837, -0.004898930434137583, -0.02310021221637726, 0.013228783383965492, -0.005872028414160013, -0.015997599810361862, 0.019889991730451584, 0.01144309900701046, 0.017308438196778297, 0.00947015080600977, -0.008794666267931461, -0.008995305746793747, -0.031219394877552986, 0.011182268150150776, -0.014352360740303993, 0.03006906621158123, -0.002820646855980158, -0.0011745728552341461, 0.014887398108839989, 0.014379112981259823, -0.030202824622392654, -0.012533236294984818, -0.005263424012809992, 0.0023675377015024424, -0.0007043257355690002, 0.00021505969925783575, -0.014874021522700787, 0.007664401549845934, -0.00884817074984312, -0.014673382975161076, 0.004791922867298126, -0.03186143934726715, -0.023233970627188683, 0.01641225256025791, -0.015636449679732323, -0.034001585096120834, -0.013991211540997028, -0.17014168202877045, 0.019742855802178383, 0.01653263531625271, -0.01475363876670599, 0.008921737782657146, 0.0038689845241606236, -0.0032152365893125534, -0.010192450135946274, 0.025828899815678596, -0.02755439281463623, 0.0013643436832353473, -0.038977429270744324, -0.032155707478523254, 0.005510878749191761, 0.0039124563336372375, -0.011851063929498196, -0.007283187936991453, -0.004082999192178249, 0.031593918800354004, 0.0007883431972004473, 0.03721180558204651, -0.03397483378648758, 0.011643737554550171, 0.016907161101698875, 0.010466656647622585, 0.019207820296287537, -0.006818374618887901, -0.020866433158516884, 0.005999099463224411, -0.029988810420036316, -0.03191494196653366, 0.0027253434527665377, 0.009008681401610374, -0.01175074465572834, 0.00895517785102129, -0.010633855126798153, -0.006982229650020599, -0.00412981491535902, -0.017147928476333618, 0.015007780864834785, 0.002584896283224225, 0.0374525748193264, -0.023541618138551712, 0.012546611949801445, 0.01966260001063347, -0.011891191825270653, -0.0017305094515904784, -0.01924794726073742, 0.027795160189270973, 0.00039166363421827555, 0.011837688274681568, -0.04157235473394394, 0.021923130378127098, 0.00781153654679656, 0.021682364866137505, -0.004072967451065779, -0.003390795551240444, 0.0032286124769598246, -0.007972047664225101, 0.006697991397231817, 0.002125099068507552, -0.013141840696334839, -0.00264174398034811, 0.005544318351894617, 0.0005839424557052553, -0.003390795551240444, -0.024718698114156723, 0.009811236523091793, -0.029855050146579742, 0.0014914149651303887, -0.016439003869891167, -0.019060684368014336, 0.00042614841368049383, 0.002691903617233038, -0.002467856975272298, 0.03365381062030792, -0.019127564504742622, 0.030711110681295395, -0.0015340506797656417, -0.003422563197091222, -0.010486720129847527, 0.007457074709236622, -0.010406465269625187, 0.010948189534246922, -0.008694346994161606, 0.023167092353105545, 0.012687059119343758, -0.011576857417821884, 0.012272405438125134, -0.029774796217679977, 0.0002944792213384062, -0.04240166395902634, -0.0255613811314106, -0.009289575740695, -0.012653619050979614, 0.014593127183616161, 0.0010332897072657943, -0.01653263531625271, -0.005724893417209387, 0.002812286838889122, 0.025534629821777344, 0.007089237216860056, -0.01769634149968624, -0.0048621464520692825, 0.01595747098326683, 0.005410559009760618, 0.015970846638083458, 0.014994405210018158, 0.05628586560487747, 0.0020615635439753532, -0.022591926157474518, -0.00951696652919054, -0.0020565474405884743, 0.024598315358161926, 0.0065241046249866486, 0.025106599554419518, -0.023929519578814507, -0.02637731283903122, 0.01744219847023487, -0.004393989220261574, 0.023260723799467087, 0.01013894658535719, -0.004002743866294622, 0.004173286724835634, 0.004417397081851959, -0.0011294292053207755, -0.06302732974290848, -0.021682364866137505, 0.024290667846798897, 0.02760789729654789, 0.012018263339996338, 0.009985123760998249, -0.012098518200218678, 0.03386782854795456, -0.005658013746142387, 0.02093331329524517, -0.017281686887145042, -0.023835888132452965, -0.0027972389943897724, -0.01724155992269516, -0.0008460268727503717, -0.014780390076339245, 0.0008522968273609877, -0.010058690793812275, -0.00568476552143693, 0.037131551653146744, -0.0055342866107821465, -0.011924631893634796, 0.011249147355556488, -0.004283638205379248, -0.016853658482432365, 0.011770809069275856, -0.024518059566617012, 0.01506128441542387, 0.011456474661827087, 0.007035733200609684, 0.013395982794463634, -0.0027236714959144592, 0.01811099424958229, -0.011717304587364197, -0.00747713865712285, -0.01847214438021183, -0.03357355669140816, -0.002081627491861582, 0.03961947187781334, -0.007008981425315142, 0.0092160077765584, 0.017121175304055214, -0.0025748643092811108, -0.01950209029018879, 0.006162954494357109, -0.010687359608709812, -0.013355854898691177, 0.03442961350083351, -0.032717496156692505, -0.006500696763396263, -0.02776840701699257, 0.002563160378485918, -0.03028308041393757, -0.0029009024146944284, 0.03710480034351349, 0.012212214060127735, 0.011744056828320026, 0.009924931451678276, -0.036302242428064346, 0.008573964238166809, 0.001054189633578062, -0.02011738158762455, -0.007243060041218996, 0.015435810200870037, 0.00501596974208951, 0.0276613999158144, -0.021267710253596306, 0.0052032326348125935, -0.003036333480849862, -0.01673327386379242, -0.008099119178950787, 0.006269962061196566, -0.00037682472611777484, 0.021174078807234764, -0.01944858580827713, -0.012325908988714218, -0.018913548439741135, -0.014793766662478447, 0.013844075612723827, -0.005153072532266378, -0.009911555796861649, 0.0003552978450898081, -0.02822318859398365, -0.01334247924387455, 0.017682963982224464, 0.020906561985611916, 0.01475363876670599, 0.010473344475030899, 0.02252504788339138, -0.0354996882379055, -0.007356755435466766, 0.034055087715387344, -0.0023290819954127073, 0.003019613679498434, -0.0017823411617428064, 0.008085742592811584, -0.015636449679732323, 0.011282587423920631, -0.017482325434684753, 0.013081648387014866, -0.012820818461477757, -0.01769634149968624, -0.06190375238656998, 0.022966451942920685, -0.004276949912309647, 0.020719299092888832, 0.02120083197951317, -0.0003603138029575348, 0.0005237508448772132, -0.007564082276076078, -0.005841932725161314, 0.018913548439741135, -0.002421041252091527, 0.0069153499789536, 0.0021067073103040457, 0.01175074465572834, -0.0056479815393686295, 0.013924331404268742, 0.030550599098205566, 0.0038054489996284246, -0.0024277293123304844, 0.00491230608895421, -0.002482905052602291, -0.003544618608430028, 0.01136953104287386, 0.0026835438329726458, 0.0025698484387248755, -0.011155516840517521, 0.004260230343788862, 0.0021351310424506664, -0.00944339856505394, -0.009048809297382832, 0.01740206964313984, -0.013001393526792526, -0.001471351133659482, 0.03833538293838501, 0.004731731489300728, -0.02217727340757847, 0.02945377305150032, 0.03167417645454407, 0.02950727753341198, 0.031379904597997665, 0.006126170977950096, -0.022912949323654175, 0.020719299092888832, -0.006804998964071274, -0.010613791644573212, -0.0008920066175051033, -0.010607103817164898, 0.03172767907381058, 0.008480332791805267, -0.015877215191721916, 0.03988698869943619, -0.004745107144117355, -0.002016419777646661, -0.01749570108950138, -0.012185461819171906, -0.04114432632923126, 0.00482536293566227, 0.008874922059476376, -0.01825813017785549, -0.002354161813855171, 0.024798953905701637, -0.009095625020563602, 0.004842082504183054, -0.010439904406666756, -0.0023290819954127073, -0.019408458843827248, -0.026898972690105438, -0.010179074481129646, 0.0041231270879507065, -0.029694540426135063, -0.02601616270840168, -0.004564532544463873, -0.016840282827615738, 0.011831000447273254, -0.00479861069470644, 0.017054297029972076, 0.01452624797821045, -0.01464663166552782, -0.000340876926202327, 0.022672181949019432, 0.04240166395902634, 0.0031366529874503613, -0.02031802013516426, -0.003919144161045551, -0.011797560378909111, 0.029801547527313232, -0.019675977528095245, 0.03207545354962349, 0.0014596472028642893, -0.006962165702134371, -0.007283187936991453, 0.016840282827615738, -0.019635848701000214, 0.014820517972111702, -0.004631411749869585, -0.00126402429305017, -0.012954577803611755, 0.0082395663484931, 0.007015669252723455, 0.009918243624269962, 0.013951083645224571, 0.007798160891979933, 0.006942101754248142, 0.00010857484448933974, -0.03790735453367233, -0.004370581358671188, -0.051550790667533875, -0.019421834498643875, -0.003126621013507247, 0.015877215191721916, 0.004564532544463873, 0.01334247924387455, -0.023060083389282227, 0.018231377005577087, -0.009008681401610374, 0.011329403147101402, -0.009677477180957794, 0.010466656647622585, -0.012118582613766193, 0.018619278445839882, -0.006788278929889202, 0.026497695595026016, -0.009149128571152687, 0.0011846048291772604, 0.01964922435581684, 0.028196437284350395, -0.04130483791232109, -0.012794066220521927, 0.014486120082437992, 0.0014287153026089072, -0.0014730230905115604, -0.0006157102761790156, -0.00872778706252575, -0.010245953686535358, -0.019007179886102676, 0.006002443842589855, -0.008500396274030209, 0.007296563591808081, 0.017736468464136124, 0.029721291735768318, 0.009396582841873169, -0.0195555929094553, 0.030978627502918243, 0.021468350663781166, 0.00724974786862731, 0.02140147052705288, -0.012620179913938046, -0.010346272960305214, 0.003835544688627124, -0.002748751314356923, -0.012994704768061638, -0.018739663064479828, -0.01821800135076046, -0.011496602557599545, -0.008038926869630814, -0.0024628411047160625, -0.006988917477428913, 0.0029577501118183136, 0.0019712760113179684, 0.019983623176813126, -0.004888898227363825, 0.02366200089454651, -0.003925831988453865, -0.019007179886102676, 0.007330003660172224, 0.010834494605660439, 0.007992111146450043, -0.01682690531015396, -0.006199738476425409, 0.006129514891654253, 0.009858052246272564, -0.04745776206254959, -0.022792566567659378, -0.005641293711960316, 0.0069153499789536, 0.0038522647228091955, -0.009423335082828999, 0.01334247924387455, -0.01653263531625271, 0.0029176222160458565, -0.03924494609236717, -0.03699779137969017, -0.0360347256064415, 0.014472744427621365, 0.010934813879430294, -0.015502690337598324, -0.0038689845241606236, -0.021976634860038757], \"3d0531b6-d7d1-4a24-8c3c-d34f1a4cbfa7\": [0.021203642711043358, 0.0018404056318104267, 0.003052090760320425, -0.025623327121138573, -0.009707038290798664, 0.010615378618240356, -0.02208486758172512, -0.01215413399040699, -0.017109332606196404, -0.03370348736643791, 0.005961829796433449, 0.010113757103681564, 0.0015828165924176574, -0.02017328515648842, 0.016024747863411903, 0.020335974171757698, 0.0007990343146957457, -0.002606394002214074, 0.030883565545082092, -0.015984075143933296, -0.01675684191286564, 0.009781603701412678, -0.015753600746393204, 0.005534774158149958, -0.02029530145227909, 0.015143522061407566, 0.042624201625585556, -0.02299320697784424, -0.014899490401148796, 0.006026227027177811, 0.007402294315397739, -0.023521943017840385, -0.020796922966837883, -0.029771864414215088, 0.010703500360250473, -0.028551707044243813, -0.012052454054355621, -0.0219764094799757, 0.024755658581852913, -0.018044786527752876, 0.01751605235040188, -0.003636749926954508, -0.015279094688594341, 0.006924399174749851, 0.015116406604647636, 0.014913047663867474, 0.003565574064850807, -0.004870465490967035, -0.01991569623351097, 0.023793088272213936, -0.0016073891893029213, 0.01975300908088684, -0.03760799393057823, -0.009212195873260498, 0.0027063791640102863, 0.009381662122905254, -0.006860001944005489, 0.015428225509822369, -0.016675498336553574, -0.029554948210716248, -0.0005300063057802618, -0.006046562921255827, -0.029907438904047012, -0.01664838381111622, -0.025474196299910545, -0.0077073341235518456, -0.019875025376677513, 0.00450441800057888, 0.01773296855390072, 0.0005876249051652849, 0.028144987300038338, 0.006893895100802183, -0.008439429104328156, -0.014940162189304829, 0.045281436294317245, 0.0031791904475539923, -0.0074633024632930756, -0.02533862367272377, 0.030503960326313972, -0.0008930881740525365, 0.020647792145609856, -0.008147946558892727, -0.01590273156762123, 0.053144678473472595, 0.00871057529002428, 0.005687294062227011, 0.011239014565944672, 0.017665183171629906, -0.0020861320663243532, 0.0021488345228135586, 0.008934271521866322, 0.0047179460525512695, 0.017380477860569954, 0.03733684867620468, 0.02040375955402851, 0.01595696061849594, 0.014519885182380676, 0.030449731275439262, -0.0005494949291460216, -0.028470363467931747, -0.009801939129829407, -0.0077954563312232494, -0.028958426788449287, -0.02029530145227909, -0.040780406445264816, -0.006666809786111116, 0.03831297531723976, 0.01632300764322281, 0.020688463002443314, -0.01731269247829914, -0.026287635788321495, 0.006599023472517729, 0.00486707640811801, -0.023237239569425583, -0.027101073414087296, 0.011808422394096851, -0.01778719760477543, -0.023155895993113518, -0.007226049434393644, -0.0257724579423666, -0.0064566717483103275, 0.01980723813176155, -0.002570806071162224, -0.022206883877515793, -0.013747118413448334, -0.02024107240140438, -0.013387849554419518, 0.005795752629637718, 0.0011328832479193807, -0.01957676373422146, 0.03446269780397415, 0.010933974757790565, 0.01952253468334675, -0.007578539662063122, -0.027168860659003258, 0.01621454954147339, 0.010913639329373837, -0.000951554102357477, -0.01952253468334675, -0.03476095572113991, 0.0115304971113801, 0.04322072118520737, -0.004975534975528717, -7.382382318610325e-05, -0.009415555745363235, 0.004314615856856108, 0.0077073341235518456, 0.03394751995801926, -0.000871904892846942, -0.0012735403142869473, 0.012567631900310516, -0.006907452363520861, -0.002336942357942462, 0.026884157210588455, 0.00527718523517251, 0.004209546372294426, 0.02011905610561371, -0.013774232938885689, 0.002538607455790043, 0.005734744481742382, 0.014018264599144459, 0.023128781467676163, 0.02203063853085041, -0.015563798137009144, -0.0009524014312773943, 0.04200056567788124, 0.01599763333797455, -0.02001059800386429, 0.028578821569681168, -0.014140279963612556, 0.0020810479763895273, 0.009239310398697853, -0.012791327200829983, 0.006538015324622393, 0.01959032192826271, 0.023969333618879318, 0.015401110984385014, 0.007442966103553772, -0.03348657116293907, -0.01637723669409752, 0.00031330110505223274, 0.007646325975656509, 0.04552546516060829, 0.015604470856487751, -0.01991569623351097, 0.034815188497304916, 0.0009125767974182963, 0.0057245767675340176, 0.007273499853909016, 0.014126722700893879, 0.013557315804064274, 0.013740339316427708, -0.004762006923556328, -0.0126150818541646, -0.60997074842453, -0.008913935162127018, 0.011272908188402653, -0.00944267027080059, 0.0008341986103914678, 0.023467713966965675, 0.01675684191286564, 0.02230178378522396, -0.017868543043732643, -0.03204949572682381, 0.001038829330354929, 0.011618619784712791, 0.005134833510965109, 0.012106683105230331, -0.027738267555832863, -0.012906564399600029, -0.0032130838371813297, 0.0008460612152703106, 0.011259350925683975, 0.029636291787028313, -0.022545816376805305, 0.001547228661365807, -0.010242551565170288, -0.007639547344297171, 0.0066701993346214294, -0.001290487009100616, 0.015428225509822369, 0.016038304194808006, -0.003863835008814931, 0.027765382081270218, -0.05024341121315956, 0.01687885820865631, 0.01778719760477543, -0.0008206412894651294, 0.0319952666759491, 0.0019793680403381586, -0.009510456584393978, 0.01611964777112007, 0.030503960326313972, 0.027141746133565903, -0.007910693995654583, -0.007544646039605141, -0.006531236693263054, -0.003385939635336399, 0.0031927479431033134, 0.014384311623871326, 0.026707911863923073, 0.005524605978280306, 0.0008452138863503933, -0.0001238164259120822, -0.006368549074977636, -0.013604766689240932, 0.03297139331698418, 0.014791031368076801, -0.0162687785923481, -0.02344059944152832, 0.027223089709877968, -0.024484511464834213, 0.013360735028982162, -0.006310930475592613, 0.0026775698643177748, 0.011645734310150146, -0.005382254254072905, -0.009551129303872585, -0.03533036634325981, -0.004538311623036861, -0.014682573266327381, -0.030259929597377777, 0.012289706617593765, -0.012893007136881351, -0.0019166654674336314, 0.01980723813176155, 0.003096151864156127, -0.024674315005540848, 0.0059686084277927876, 0.015767158940434456, 0.03909929841756821, -0.0036231926642358303, 0.004029911942780018, 0.009903619065880775, -0.0007558203651569784, -0.00835808552801609, -0.022166211158037186, -0.005792363081127405, 0.008629231713712215, -0.004267164971679449, -0.02022751420736313, -0.030883565545082092, -0.0007621753611601889, -0.011381366290152073, 0.0010447606910020113, -7.689539779676124e-05, 0.0010456079617142677, -0.01877688243985176, -0.00803270936012268, 0.01881755329668522, 0.0036231926642358303, -0.0008062366396188736, -0.01785498484969139, -0.028551707044243813, -0.015441782772541046, -0.025691112503409386, -0.015929846093058586, 0.011401702649891376, 0.0319952666759491, 0.009069844149053097, -0.011950774118304253, 0.004263775888830423, 0.03435423970222473, -0.017977001145482063, 0.0005041626864112914, -0.00668714614585042, -0.01579427346587181, -0.006293983664363623, -0.010791623033583164, -0.03630649298429489, 0.01805834472179413, 0.013333619572222233, 0.022315341979265213, -0.0010617072694003582, 0.0021437504328787327, 0.014031821861863136, 0.015062177553772926, -0.008995278738439083, 0.007863243110477924, 0.00619908282533288, -0.004639991093426943, -0.012811663560569286, -0.006195693276822567, 0.007029468193650246, 0.020051270723342896, -0.004067194648087025, 0.025813128799200058, -0.0176245104521513, 0.01980723813176155, -0.013991150073707104, -0.007171819917857647, 0.010866188444197178, 0.0024420116096735, -0.028361905366182327, -0.028280559927225113, -0.012059232220053673, 0.001659076544456184, -0.014506327919661999, -0.01828881911933422, -0.005392422433942556, -0.022423800081014633, 0.0020013987086713314, -0.030775107443332672, -0.01036456786096096, -0.003518123412504792, 0.0025216606445610523, -0.015509569086134434, 0.0018251535948365927, -0.00968670193105936, 0.009679923765361309, 0.011123777367174625, -0.023901548236608505, -0.011686406098306179, -0.017719412222504616, -0.01903447136282921, 0.024267595261335373, -0.006883726920932531, 0.0013065863167867064, -0.014709687791764736, -0.007070139981806278, 0.006107570603489876, 0.029636291787028313, -0.030937794595956802, -0.016621269285678864, -0.009401998482644558, 0.01731269247829914, 0.012479509226977825, -0.0068227192386984825, 0.02382020279765129, 0.017285577952861786, -0.033839061856269836, -0.018641309812664986, 0.01903447136282921, -0.014967276714742184, -0.006615970283746719, 0.029717635363340378, 0.00914440955966711, 0.0020217346027493477, 0.02349482849240303, 0.013042137958109379, 0.01865486614406109, 0.013882691040635109, -0.022491587325930595, 0.024281151592731476, 0.021393444389104843, 0.023643959313631058, -0.025894472375512123, 0.004331562202423811, 0.020417317748069763, 0.02723664790391922, -0.0031300452537834644, 0.013469193130731583, 0.0032130838371813297, -0.006219418719410896, 0.011015319265425205, 0.012215141206979752, 0.004907748196274042, -0.03400174900889397, 0.027440007776021957, -0.03232064098119736, -0.022423800081014633, -0.002226789016276598, 0.03321542218327522, 0.024050677195191383, 0.01959032192826271, -0.025962259620428085, -0.028280559927225113, -0.01568581350147724, 0.006676977965980768, 0.020796922966837883, -0.0065786875784397125, 0.009585021995007992, -0.005273795686662197, -0.025148820132017136, -0.020322415977716446, -0.024376053363084793, 0.008154725655913353, 0.02636897936463356, -0.04021099954843521, 0.024782773107290268, 0.030341273173689842, 0.005887264385819435, -0.018044786527752876, -0.007693776860833168, -0.012831998988986015, -0.004785732366144657, 0.04802001267671585, 0.003514734096825123, 0.016038304194808006, -0.01149660348892212, 0.039695821702480316, -0.01959032192826271, 0.022966092452406883, -0.025569098070263863, -0.007863243110477924, 0.024294709786772728, 0.015984075143933296, -0.011849094182252884, 0.026924829930067062, 0.015414668247103691, 0.02696550078690052, 0.008371642790734768, -0.025094591081142426, 0.011225457303225994, -0.02098672464489937, 0.019400518387556076, -0.008127611130475998, -0.011327137239277363, 0.021827278658747673, -0.018912455067038536, -0.015509569086134434, 0.029690520837903023, -0.0010549286380410194, 0.006748153828084469, -0.013116703368723392, -0.007734448648989201, 0.008839369751513004, 0.013055695220828056, 0.029039770364761353, 0.014953719452023506, -0.0352761372923851, -0.019956368952989578, -0.017502494156360626, -0.005585614126175642, 0.0062092505395412445, -0.018153246492147446, -0.025691112503409386, -0.0060567306354641914, 0.0012989602982997894, 0.001875993562862277, 0.02109518274664879, 0.01687885820865631, 0.010452690534293652, -0.007998816668987274, -0.02110874094069004, -0.007544646039605141, 0.0012938763247802854, 0.03747241944074631, 0.0048365723341703415, -0.004846740514039993, -0.0002461500116623938, 0.017597395926713943, -0.01991569623351097, 0.013625102117657661, -0.004589151591062546, 0.02436249703168869, 0.007368401158601046, -0.0061821360141038895, -0.03698435798287392, 0.009469784796237946, 0.043925702571868896, -0.010073085315525532, -0.021881507709622383, 0.018749767914414406, -0.005612728651612997, 0.00040417746640741825, -0.025528425350785255, -0.004568815231323242, 0.029880324378609657, 0.004124813247472048, -0.014031821861863136, 0.00014478788943961263, 0.0009439280838705599, 0.0027639977633953094, -0.018695538863539696, -0.024389611557126045, -0.01778719760477543, 0.011164449155330658, -0.010357788763940334, 0.013869133777916431, -0.0006643084925599396, -0.005707629956305027, 0.04406127706170082, 0.002199674490839243, 0.013211604207754135, -0.0026589285116642714, -0.04834538698196411, 0.023684630170464516, -0.01893956959247589, 0.030693762004375458, -0.008181840181350708, 0.0003565150254871696, -0.0008087786263786256, 0.005802531260997057, -0.03210372477769852, -0.0013125176774337888, 0.001574343303218484, -0.014180952683091164, -0.03424577787518501, -0.011998224072158337, 0.02007838524878025, 0.00813438929617405, 0.015753600746393204, -0.0001493423042120412, -0.019441191107034683, -0.01919715851545334, 0.009524013847112656, -0.016567040234804153, 0.015035063028335571, -0.0005732202553190291, 0.01617387682199478, 0.025691112503409386, 0.004819625522941351, -0.0036638646852225065, 0.016580596566200256, 0.028389019891619682, 0.02555553987622261, -0.04517297446727753, 0.01969878003001213, -0.00462304474785924, 0.023305024951696396, 0.0011489825556054711, -0.0014353807782754302, 0.009679923765361309, -0.012587967328727245, 0.01925138756632805, 0.012465951964259148, -0.003514734096825123, -0.021339215338230133, 0.024443840608000755, 0.026138504967093468, -0.00938844121992588, 0.00561611820012331, 0.00430105859413743, 0.010018856264650822, 8.425660053035244e-05, 0.006070287898182869, 0.004029911942780018, 0.005480545107275248, 0.009971405379474163, -0.03641495108604431, 0.005494102369993925, -0.009205417707562447, 0.011164449155330658, -0.0013192963087931275, 0.01109666284173727, -0.0009083401528187096, -0.024552298709750175, -0.009781603701412678, -0.04796578362584114, 0.0009303707629442215, -0.004036690574139357, -0.007958143949508667, -0.002209842437878251, -0.007097254972904921, -0.02419980801641941, 0.0029538001399487257, 0.0015412973007187247, -0.015170636586844921, 0.011896544136106968, -0.021135855466127396, -0.015360438264906406, -0.002389476867392659, -0.00317410659044981, 0.01715000346302986, -0.010039192624390125, -0.013137038797140121, 0.015523126348853111, -0.01595696061849594, 0.0003573623835109174, 0.016960201784968376, -0.014601228758692741, -0.013977592810988426, 0.011537275277078152, 0.01937340386211872, -0.026274077594280243, 0.005755080375820398, -0.001619251910597086, 0.006371938157826662, -0.03169700503349304, 0.017827870324254036, 0.001998009392991662, 0.004575593862682581, 0.00919863861054182, 0.007104033604264259, 0.03343234211206436, -0.022288227453827858, -0.017122888937592506, 0.017488937824964523, -0.019061585888266563, 0.014397868886590004, 0.014086050912737846, 0.012337157502770424, -0.005378865171223879, -0.006134685594588518, 0.020335974171757698, -0.03302562236785889, -0.02353549934923649, 0.03619803115725517, -0.02137988619506359, 0.023074550554156303, 0.001096447929739952, -0.009076623246073723, -0.0038604456931352615, -0.004673884715884924, 0.018519293516874313, -0.014723245054483414, -0.0031469918321818113, 0.0018539628945291042, -0.014953719452023506, 0.018573522567749023, 0.012567631900310516, -0.010249330662190914, 0.00984261091798544, -0.0016760231228545308, -0.03443558141589165, -0.012059232220053673, -0.01991569623351097, -0.016919530928134918, -0.0007914082962088287, -0.021745935082435608, -0.014926604926586151, -0.019820796325802803, 0.026490995660424232, 0.0017963442951440811, 0.036713212728500366, 0.015712928026914597, 0.011422038078308105, -0.019414076581597328, -0.001671786536462605, -0.014357197098433971, -0.010791623033583164, -0.003136823885142803, -0.03356791287660599, -0.026287635788321495, 0.03541170805692673, 0.03375771641731262, 0.045823726803064346, 0.00458237249404192, 0.004192600026726723, -0.002655539195984602, -0.02299320697784424, 0.004711167421191931, 0.021854393184185028, -0.010235773399472237, -0.0033639089670032263, 0.03180546313524246, 0.023454155772924423, 0.030992023646831512, 0.00987650454044342, 0.009381662122905254, 0.007700555492192507, 0.003972293343394995, 0.026599453762173653, -0.029093999415636063, 0.014899490401148796, -0.018627751618623734, 0.003613024717196822, 0.024837002158164978, -0.0023352475836873055, -0.014140279963612556, -0.01767873950302601, -0.009429113008081913, 0.024755658581852913, -0.013652216643095016, 0.028253445401787758, -0.015333323739469051, -0.060086023062467575, -0.010784844867885113, 0.007910693995654583, -0.003721483051776886, 0.0007816639845259488, -0.03218506649136543, -0.025786014273762703, 0.01975300908088684, -0.02017328515648842, 0.03421866521239281, -0.00516533711925149, 0.04259708523750305, 0.013198046945035458, 0.012567631900310516, -0.013225161470472813, 0.015157079324126244, -0.015468897297978401, 0.01304891612380743, -0.009754488244652748, -0.015238422900438309, 0.03495075926184654, 0.011483046226203442, 0.030829336494207382, 0.006121127866208553, -0.018261704593896866, 0.003941789735108614, 0.015170636586844921, -0.00884614884853363, 0.02664012461900711, -0.004202767740935087, -0.00940877664834261, -0.021474787965416908, -0.030531074851751328, -0.030097240582108498, -0.03947890177369118, 0.04235305264592171, 0.02712818793952465, -0.001190501730889082, 0.003385939635336399, -0.007531088776886463, 0.012540517374873161, 0.0029232962988317013, 0.010127315297722816, 0.04677274078130722, -0.013143817894160748, 0.026653682813048363, 0.007320950273424387, 0.02098672464489937, -0.01681107096374035, -0.045552581548690796, -0.0002046307345153764, -0.013387849554419518, 0.02251870185136795, 0.029473604634404182, 0.002777555026113987, 0.01050014141947031, 0.019414076581597328, -0.02192218042910099, 0.014153837226331234, -0.02533862367272377, 0.010703500360250473, -0.01590273156762123, 0.021447673439979553, -0.008608895353972912, -0.004945030901581049, -0.01697375997900963, 0.0007808166556060314, -0.008310634642839432, -0.002940242877230048, -0.007849685847759247, -0.0187090951949358, -0.023576172068715096, 0.024674315005540848, 0.000580422580242157, 0.03302562236785889, -0.00876480434089899, -0.010757730342447758, 0.026490995660424232, 0.00029889645520597696, -0.03232064098119736, -0.015319766476750374, 0.0014463961124420166, 0.0336492583155632, -0.03215795382857323, -0.03500498831272125, 0.025270836427807808, 0.016783956438302994, -0.01959032192826271, -0.023955777287483215, -0.006310930475592613, 0.047342147678136826, -0.01578071527183056, 0.009890061803162098, -0.017217790707945824, 0.01746182329952717, 0.03901795297861099, -0.00478912191465497, 0.012764212675392628, -0.018736209720373154, 3.18014390359167e-05, -0.01780075579881668, 0.015251980163156986, 0.0230609942227602, 0.01611964777112007, -0.014370754361152649, -0.010093421675264835, -0.003846888430416584, -0.020878266543149948, -0.01773296855390072, 0.0037282619159668684, -0.011266129091382027, -0.00024148968805093318, 0.002204758580774069, -0.000272840989055112, 0.02208486758172512, 0.004009576048702002, -0.006954902783036232, -0.0016463665524497628, 0.025379294529557228, -0.034869417548179626, -0.0011972804786637425, -0.013692888431251049, -0.007625990081578493, -0.028199216350913048, -0.0007808166556060314, 0.012954015284776688, -0.05463598296046257, 0.005639843177050352, -0.023887990042567253, -0.018410835415124893, -0.005961829796433449, 0.01027644518762827, -0.005524605978280306, 0.004182431846857071, -0.0003834178496617824, 0.058079540729522705, -0.014424984343349934, -0.014533442445099354, 0.0016539925709366798, -0.04300380498170853, 0.016892414540052414, -0.044359538704156876, -0.00957824382930994, 0.00409430917352438, -0.01378101110458374, -0.00789035763591528, -0.029961667954921722, 0.004704388324171305, -0.01736692152917385, -0.02040375955402851, -0.029039770364761353, 0.005717798136174679, 0.014763916842639446, -0.029066884890198708, 0.01057470589876175, 0.012147354893386364, -0.030341273173689842, -0.019780123606324196, -0.010039192624390125, 0.015035063028335571, -0.008419092744588852, 0.0006859154673293233, 0.0032876490149646997, 0.00445018894970417, 0.02230178378522396, -0.023088108748197556, -0.028117872774600983, -0.030015897005796432, -0.002506408840417862, -0.03787913918495178, -0.0009379967814311385, 0.002826700219884515, 0.029880324378609657, 0.01854640804231167, -0.014994391240179539, -0.02636897936463356, -0.013326841406524181, -0.03511344641447067, -0.00503315357491374, 0.005385643802583218, 0.014153837226331234, 0.005633064545691013, 0.030287044122815132, 0.007653104607015848, 0.03240198642015457, -0.01318448968231678, 0.009042729623615742, -0.023074550554156303, -0.002464042045176029, -0.006643084809184074, 0.003069037338718772, 0.0023504996206611395, 0.004012965597212315, -0.019346289336681366, -6.344400026137009e-05, 0.04097020626068115, 0.0003188087430316955, 0.0132929477840662, 0.016092533245682716, -0.019780123606324196, -0.007537867408245802, -0.018207475543022156, 0.008934271521866322, -0.03820451721549034, -0.006676977965980768, 0.019766565412282944, -0.03335099667310715, -0.012289706617593765, 0.00905628688633442, 0.0176245104521513, -0.013103146106004715, 0.008127611130475998, 0.001004088670015335, -0.022166211158037186, 0.016309451311826706, -0.012798106297850609, -0.004263775888830423, -0.007239606697112322, -0.016729727387428284, 0.010452690534293652, 0.010466247797012329, -0.004070584196597338, 0.04330206662416458, 0.004440020769834518, 0.004399348981678486, -0.012737098149955273, -0.01057470589876175, -0.020539334043860435, 0.0012972656404599547, -0.015089292079210281, 0.012825220823287964, 0.02311522327363491, -0.008737689815461636, -0.009327433072030544, 0.001023577293381095, -0.0064532821998000145, 0.004141760058701038, -0.004009576048702002, -0.011422038078308105, -0.011930437758564949, 0.008527551777660847, -0.03137162700295448, -0.0006384648149833083, 0.0003740971733350307, -0.009585021995007992, -0.025650441646575928, 0.0029859987553209066, -0.012059232220053673, -0.03931621462106705, -0.021461231634020805, -0.029093999415636063, -0.011157670989632607, -0.020268186926841736, -0.028497477993369102, -0.008175061084330082, 0.014397868886590004, 0.006314320024102926, 0.22494298219680786, 0.0013235328951850533, 0.010527255944907665, 0.03142585605382919, 0.025094591081142426, 0.0016633131308481097, 0.024403167888522148, 0.027738267555832863, -0.040563490241765976, 0.014750359579920769, 0.001367594231851399, 0.01877688243985176, 0.009957848116755486, -0.004887412302196026, 0.016350122168660164, -0.03815028816461563, -0.0230609942227602, -0.01323871873319149, -0.022762732580304146, -0.020308859646320343, -0.0006511748069897294, -0.015143522061407566, -0.009063065983355045, -0.024010006338357925, -0.010052749887108803, -0.015428225509822369, -0.01639079488813877, 0.006148242857307196, 0.02158324606716633, 0.016200993210077286, -0.03413731977343559, -0.0054466514848172665, -0.0022827130742371082, 0.01659415476024151, -0.03739107772707939, 0.0031385186593979597, 0.029148228466510773, 0.013611544854938984, 0.020796922966837883, 0.009157966822385788, -0.006639695260673761, -0.024281151592731476, 0.005894043017178774, 0.0003993053105659783, -0.006843055132776499, 0.003907896112650633, -0.024484511464834213, -0.012113461270928383, 0.025636883452534676, 0.022749176248908043, -0.019346289336681366, -0.0076734405010938644, 0.01055437047034502, 0.03142585605382919, 0.0031707172747701406, -0.00862245261669159, 0.018302375450730324, 0.026518110185861588, -0.0028792349621653557, 0.0009498594445176423, 0.000829538272228092, 0.03370348736643791, -0.02219332568347454, 0.0005732202553190291, 0.03248332813382149, 0.022098423913121223, -0.03557439520955086, -0.012764212675392628, 0.007381958421319723, -0.022911863401532173, -0.0036231926642358303, -0.005280574318021536, -0.002645371248945594, 0.0007151484023779631, -0.004307837225496769, -0.022491587325930595, 0.021135855466127396, 0.01601118966937065, 0.021840834990143776, 0.045661039650440216, -0.027534907683730125, -0.01579427346587181, 0.027900956571102142, -0.006449893116950989, -0.0027317991480231285, -0.01952253468334675, 0.0325375571846962, -0.013204825110733509, -0.005392422433942556, 0.007497195620089769, -0.004724724683910608, -0.014072493650019169, -0.005405979696661234, 0.007605654187500477, 0.014763916842639446, 0.0336492583155632, -0.018587080761790276, 0.004114645533263683, 0.0063312663696706295, -0.01915648765861988, -0.05008072406053543, 0.00993073359131813, 0.04818269982933998, 0.01675684191286564, -0.04628467559814453, -0.02485056035220623, -0.0008888515294529498, -0.023955777287483215, -0.0023098275996744633, -0.01865486614406109, 0.01027644518762827, -0.03427289426326752, 0.022938977926969528, 0.0006172815337777138, 0.010323896072804928, 0.007503974251449108, -0.0038434991147369146, -0.023521943017840385, 0.006907452363520861, -0.014628343284130096, 0.010045970790088177, -0.026558781042695045, -0.009395219385623932, 0.014709687791764736, 0.012967572547495365, 0.0040502483025193214, -0.011069548316299915, 0.0004986550193279982, -0.026735026389360428, -0.028334788978099823, -0.005609339568763971, 0.000495689339004457, 0.013631881214678288, 0.00944267027080059, 0.004070584196597338, 0.0023183010052889585, 0.012167691253125668, 0.006768489722162485, 0.000777427339926362, 0.012716761790215969, 0.005856760311871767, -0.00919863861054182, 0.008893598802387714, 0.003263923805207014, 0.004826404619961977, -0.012723540887236595, 0.010628935880959034, 0.014072493650019169, -0.003941789735108614, -0.04411550611257553, -0.031019138172268867, -0.013076030649244785, -0.0023521941620856524, -0.012418501079082489, 0.017272019758820534, -0.013808125630021095, -0.009205417707562447, -0.030639532953500748, -0.02121719904243946, 0.02017328515648842, -0.047342147678136826, -0.00797848030924797, 0.024864116683602333, -0.027223089709877968, -0.01881755329668522, -0.012865892611443996, -0.1720152199268341, 0.017936328426003456, 0.023264354094862938, -0.03169700503349304, 0.010967868380248547, 0.01027644518762827, 0.0035113447811454535, 0.012662532739341259, -0.004490860737860203, -0.02116296999156475, 0.004202767740935087, -0.03649629279971123, -0.03972293436527252, -0.0002972017682623118, -0.01757028140127659, -0.006310930475592613, -0.005321246571838856, -0.0075514246709644794, 0.01860063709318638, -0.00027940780273638666, 0.01245239470154047, -0.038773924112319946, 0.005629675462841988, 0.015007948502898216, -0.006385495886206627, 0.04430530592799187, 0.015170636586844921, 0.006568519398570061, 0.013211604207754135, -0.0325646735727787, -0.03318830952048302, 0.003380855545401573, 0.007510752882808447, -0.017665183171629906, 0.014533442445099354, 0.011123777367174625, -0.007171819917857647, -0.029121113941073418, -0.00911051593720913, 0.016078976914286613, 0.009151187725365162, 0.015699371695518494, -0.011049211956560612, 0.010445911437273026, 0.012777769938111305, -0.0076734405010938644, 0.01134069450199604, 0.00015876887482590973, 0.01659415476024151, -0.009727373719215393, 0.006524458061903715, -0.026735026389360428, 0.026626568287611008, 0.007409072946757078, 0.027250204235315323, 0.006927788257598877, -0.01348275039345026, 0.0168246291577816, 0.010615378618240356, -0.013760675676167011, -0.009476563893258572, -0.020322415977716446, -0.0071853771805763245, 0.005100939888507128, 0.0029588842298835516, -0.017272019758820534, -0.029663406312465668, -0.010954311117529869, -0.02212553843855858, -0.0011354251764714718, 0.0029826094396412373, -0.01285911351442337, -0.007605654187500477, 0.0025470806285738945, -0.0027063791640102863, 0.01796344295144081, -0.014248738996684551, 0.02631475031375885, 0.008141168393194675, 0.001828542910516262, -0.01719067618250847, 0.023793088272213936, -0.03787913918495178, 0.018790438771247864, 0.014411426149308681, 0.022369571030139923, -0.00846654362976551, -0.01767873950302601, 0.011666069738566875, 0.0002476328518241644, 0.005761859007179737, -0.005741523113101721, -0.01904802769422531, -0.0029453267343342304, 0.005619507282972336, 0.006134685594588518, -0.0003116064181085676, -0.001579427276737988, -0.02354905754327774, -0.004494250286370516, 0.014302968047559261, 0.006531236693263054, -0.028307674452662468, 0.00911051593720913, 0.005531384609639645, 0.011659291572868824, 0.018153246492147446, 0.009029172360897064, 0.07472792267799377, -0.0025843633338809013, -0.028443248942494392, -0.00020706681243609637, 0.019278502091765404, 0.015075734816491604, 0.001091363956220448, 0.045335665345191956, -0.013326841406524181, -0.03278158977627754, 0.028578821569681168, 0.005487323738634586, 0.007883579470217228, -0.006517679430544376, 0.005358528811484575, 0.024714985862374306, 0.02241024374961853, -0.02175949141383171, -0.058025311678647995, -0.011279686354100704, 0.00886648427695036, -3.275468770880252e-05, 0.00014680030290037394, 0.008615674450993538, -0.026057161390781403, 0.03313408046960831, 0.0036706433165818453, 0.01076450850814581, 0.006029616110026836, -0.005714408587664366, -0.0001782575127435848, -0.013177710585296154, 0.015441782772541046, -0.011605062521994114, 0.0025691112969070673, -0.004612876567989588, -0.007456523831933737, 0.046582937240600586, -0.014669016003608704, -0.005558499600738287, 0.00875802617520094, -0.012235477566719055, 0.005863538943231106, 0.023074550554156303, -0.021366329863667488, 0.03316119313240051, 0.02055289037525654, -0.0038773922715336084, 0.0027419670950621367, -0.03674032539129257, 0.007497195620089769, 0.006910841912031174, -0.013808125630021095, -0.002284407615661621, -0.024484511464834213, -0.025053920224308968, 0.03614380210638046, -0.002406423445791006, 0.018858226016163826, 0.02322368137538433, -0.021610360592603683, -0.0076734405010938644, -0.00649734353646636, -0.027873842045664787, -0.021393444389104843, 0.018383720889687538, -0.012825220823287964, -0.011022097431123257, -0.007605654187500477, 0.00029381245258264244, -0.011788086034357548, 0.0002008177398238331, 0.03858412057161331, 0.004324783571064472, 0.0024504847824573517, 0.01378101110458374, -0.008561444468796253, 0.016783956438302994, 0.01367255300283432, -0.02316945232450962, -0.002653844654560089, 0.029690520837903023, 0.03614380210638046, 0.015292651951313019, -0.012425280176103115, -0.00895460695028305, 0.018953127786517143, -0.009103737771511078, -0.02647743746638298, 0.012547295540571213, -0.01639079488813877, 0.0379875972867012, -0.02024107240140438, -0.024443840608000755, 0.0018302375683560967, 0.0013582735555246472, 0.01250662375241518, -0.01968522183597088, -0.002919906983152032, -0.0005622049211524427, -0.02398289181292057, -0.009693481028079987, 0.03817740082740784, 0.008798697963356972, 0.00890037789940834, 0.0009159661713056266, 0.01155083253979683, -0.05496135726571083, -0.015062177553772926, 0.03313408046960831, 0.005551720969378948, 0.00024869199842214584, 0.013225161470472813, 0.03530324995517731, 0.0001889550912892446, -0.0026894325856119394, -0.003972293343394995, 0.012601524591445923, -0.008737689815461636, -0.027155302464962006, -0.0667019933462143, 0.02451162599027157, -0.006412610411643982, 0.006876948289573193, 0.016743285581469536, -0.011699963361024857, 0.0038231629878282547, -0.019725894555449486, -0.015035063028335571, 0.016892414540052414, -0.006649863440543413, 0.004887412302196026, 0.013523422181606293, -0.0028690670151263475, -0.0157400444149971, -0.005395811516791582, 0.008703797124326229, 0.006737986113876104, 0.0038231629878282547, 0.0009735847124829888, -0.002030208008363843, -0.015862058848142624, 0.0018522682366892695, 0.00014669439406134188, -0.012384607456624508, -0.005680515430867672, 0.012323600240051746, 0.028226330876350403, -0.007524310145527124, -0.003465588903054595, 0.02066134847700596, -0.03210372477769852, -0.0013625102583318949, 0.025148820132017136, 0.017068659886717796, -0.031154710799455643, 0.031046252697706223, 0.027643367648124695, 0.022369571030139923, 0.03842143341898918, -0.027900956571102142, -0.028633050620555878, 0.00394517881795764, -0.009503678418695927, -0.029229572042822838, -0.012384607456624508, 0.0006871864316053689, 0.007693776860833168, 0.010208658874034882, -0.021230757236480713, 0.03259178623557091, -0.010167987085878849, 0.02137988619506359, -0.023562613874673843, -0.01649925298988819, -0.02201708033680916, 0.019115814939141273, 0.013753896579146385, -0.018966684117913246, 0.0037553764414042234, 0.02609783224761486, 0.03942467272281647, 0.002740272553637624, -0.022342456504702568, 0.007402294315397739, -0.030856451019644737, -0.011178006418049335, -0.015048620291054249, 0.02451162599027157, -0.038773924112319946, -0.012296485714614391, 0.004084141459316015, 0.009422334842383862, 0.018641309812664986, -0.027873842045664787, 0.01969878003001213, -0.004304447676986456, -0.013923362828791142, -0.0014396174810826778, 0.03446269780397415, 0.007178598549216986, 0.0265858955681324, -0.011408480815589428, -0.005077214911580086, 0.007009132299572229, 0.03863834962248802, -0.031127596274018288, 0.03326965123414993, 0.00477217510342598, -0.0041010878048837185, -0.012221920304000378, 0.015577355399727821, 0.004148538690060377, 0.03570996969938278, -0.0013786095660179853, -0.00818861834704876, -0.0347067266702652, 0.00567034725099802, 0.006490564905107021, 0.019563207402825356, -0.004263775888830423, -0.0019895359873771667, -0.00437901308760047, 0.010412018746137619, -0.021773049607872963, -0.005609339568763971, -0.028578821569681168, -0.02403712086379528, 0.0037757123354822397, -0.005697461776435375, 0.008242848329246044, -0.022640718147158623, -0.04324783757328987, 0.021935736760497093, -0.011767749674618244, -0.0009981574257835746, -0.021786605939269066, -0.008161503821611404, -0.01747537963092327, 0.023467713966965675, 0.001310823019593954, 0.03793336823582649, 0.018966684117913246, 0.010215437039732933, 0.028795737773180008, 0.01001207809895277, -0.01991569623351097, -0.00012688800052274019, 0.01785498484969139, 0.010981425642967224, -0.004880633670836687, -0.0028758456464856863, -0.016567040234804153, -0.011137334629893303, -0.03725550323724747, -0.010371346957981586, -0.0035926885902881622, 0.012181248515844345, 0.03196815028786659, 0.0629059448838234, 0.017217790707945824, -0.0035587954334914684, 0.020973168313503265, 0.01632300764322281, 0.004389180801808834, 0.03191392123699188, 0.013557315804064274, -0.0019539480563253164, -0.008202175609767437, -0.006392274517565966, -0.01275065541267395, -0.00987650454044342, -0.01686530001461506, -0.025636883452534676, 0.0013658995740115643, 0.014858817681670189, 0.001083737937733531, 0.005514438264071941, -0.00437901308760047, 0.002582668559625745, 0.004060416016727686, 0.026707911863923073, 0.016567040234804153, 0.004928084090352058, -0.007137926761060953, 0.025582654401659966, 0.0030571746174246073, 0.006371938157826662, -0.028253445401787758, 0.012974350713193417, -0.010622156783938408, -0.05403945967555046, -0.028795737773180008, 0.008832591585814953, -0.011835536919534206, -0.014913047663867474, -0.020756250247359276, 0.028199216350913048, -0.018844669684767723, -0.010750951245427132, -0.005443262401968241, -0.02100028283894062, -0.01155083253979683, 0.01599763333797455, -0.009320654906332493, 0.023955777287483215, -0.001945474767126143, -0.01076450850814581], \"15f2fd6b-bf6f-421f-bc1f-9dbbc3677009\": [-0.0033682940993458033, -0.001915169763378799, 0.022810272872447968, -0.0187978632748127, -0.03281381353735924, -0.00027804315323010087, -0.03198934718966484, -0.02271408587694168, -0.023882081732153893, -0.03223668783903122, 0.0026331436820328236, 0.010271493345499039, 0.013734257780015469, -0.004070809110999107, 0.0032377534080296755, 0.006269389763474464, -0.005262852180749178, -0.005393392872065306, 0.0346551276743412, -0.008938604034483433, 0.003552081761881709, 0.0109104560688138, -0.024514174088835716, -0.015802297741174698, -0.032456547021865845, 0.008471406064927578, 0.02570965141057968, -0.020020823925733566, 0.014524373225867748, -0.01471674907952547, 0.01449689082801342, -0.0003327929589431733, -0.012044099159538746, -0.019539885222911835, -0.017464974895119667, -0.004620454274117947, -0.01578855700790882, -0.023827116936445236, 0.02555849961936474, -0.013974728062748909, 0.040838632732629776, -9.382614371133968e-05, 0.0028495665173977613, 0.013246447779238224, 0.012538779526948929, 0.022054512053728104, 0.003919656854122877, -0.02797693759202957, -0.007804960943758488, 0.0034077998716384172, -0.0023823680821806192, 0.03196186572313309, -0.049220722168684006, -0.0032514946069568396, 0.003371729515492916, 0.005791885778307915, 0.001445394940674305, 0.013397600501775742, -0.01415336225181818, -0.011247113347053528, 0.01330141257494688, 0.01628323644399643, -0.03209927678108215, -0.030725162476301193, -0.03028544783592224, 0.015843521803617477, 0.013143389485776424, 0.00458610150963068, 0.0111165726557374, 0.021243784576654434, 0.01267619151622057, -0.006025484763085842, 0.015280134975910187, -0.0009910789085552096, 0.038777463138103485, -0.00540713407099247, 0.001896275789476931, -0.01651683636009693, 0.011040996760129929, -0.0020096399821341038, 0.01890779286623001, 0.007681290619075298, -0.01659928262233734, 0.03539714589715004, 0.02814183197915554, 0.00040343095315620303, -0.02024068310856819, -0.0032411885913461447, -0.015980932861566544, -0.016228273510932922, 0.0034060822799801826, -0.012250215746462345, 0.04070122167468071, 0.01079365611076355, 0.013995339162647724, 0.03226416930556297, 0.012305180542171001, 0.041855476796627045, 0.008478276431560516, -0.018894052132964134, -0.026011956855654716, -0.029790766537189484, -0.04595033451914787, -0.006819034926593304, -0.04952302575111389, -0.001540724071674049, 0.032951224595308304, 0.008430182002484798, 0.023304954171180725, -0.009605049155652523, -0.024527914822101593, 0.01936125010251999, -0.0024167210794985294, -0.03163207694888115, 0.0005539392586797476, 0.017107704654335976, -0.011968523263931274, -0.030642716214060783, -0.010518833994865417, 0.0020680397283285856, 0.00490901805460453, 0.03778810426592827, -0.005427745636552572, -0.02749599888920784, -0.009055403992533684, -0.023992011323571205, -0.0003010166110470891, 0.008966086432337761, 0.0243767611682415, -0.008210324682295322, 0.026836423203349113, 0.002191710053011775, 0.047242000699043274, -0.004888406489044428, -0.026712754741311073, 0.019855931401252747, -0.003850951325148344, -0.02061169221997261, -0.026382965967059135, -0.0333634614944458, 0.018358146771788597, 0.03462764248251915, -0.014304514974355698, 0.01049135159701109, 0.0013285953318700194, -0.014867900870740414, 0.008945474401116371, 0.030835092067718506, 0.005128876306116581, -0.005620121490210295, -0.005097958724945784, 0.009811165742576122, 0.007866796106100082, 0.026424190029501915, -0.0012006311444565654, 0.005104829091578722, 0.01721763424575329, 0.00329958857037127, -0.01996585913002491, 0.003929962869733572, 0.014538113959133625, 0.04111345484852791, 0.007962984032928944, -0.0014840419171378016, 0.008182842284440994, 0.03940955549478531, -0.013796092942357063, -0.011473841965198517, 0.020556727424263954, -0.0003510428941808641, 0.012909790500998497, -0.009811165742576122, -0.009556954726576805, -0.014991571195423603, 0.016736693680286407, 0.022659121081233025, 0.015623663552105427, 0.008876768872141838, -0.03721097484230995, 0.00692552886903286, -0.024637842550873756, -0.010463869199156761, 0.036468956619501114, 0.024761512875556946, -0.01697029359638691, 0.022576674818992615, 0.00820345338433981, 0.004527701996266842, 0.006764070596545935, -0.007585103157907724, 0.022645380347967148, 0.015335099771618843, 0.0023497329093515873, -0.0021041103173047304, -0.6120848059654236, -0.007715643849223852, -0.011920428834855556, -0.01113718468695879, -0.00340264686383307, 0.03616664931178093, 0.0029148368630558252, 0.006956446450203657, -0.02701505832374096, -0.02599821425974369, -0.004744124598801136, 0.014730489812791348, -0.01006537675857544, 0.0015398651594296098, -0.005908685270696878, -0.008244677446782589, 0.012951013632118702, -0.017231374979019165, 0.018839087337255478, 0.01720389351248741, -0.01701151765882969, -0.003552081761881709, -0.0007866796222515404, -0.009687495417892933, -0.0013775480911135674, 0.004445255268365145, 0.014661784283816814, 0.004750994965434074, 0.014964088797569275, 0.013589976355433464, -0.036633849143981934, -0.017794761806726456, 0.012820472940802574, 0.00939893163740635, 0.0564485564827919, 0.0020422751549631357, -0.0061251078732311726, 0.00286502530798316, -0.0025936379097402096, 0.014950348064303398, -0.01741001009941101, -0.03602923825383186, 0.008388958871364594, 0.003509140806272626, 0.005743791814893484, 0.020433058962225914, 0.027152469381690025, 0.014895383268594742, -0.029268603771924973, 0.008347735740244389, -0.0018224171362817287, -0.013596846722066402, 0.009550084359943867, 0.0008931733318604529, -0.007990466430783272, -0.005647603888064623, 0.02620433270931244, -0.020433058962225914, -0.0026090967003256083, 0.007193480618298054, -0.003761633997783065, 0.019704777747392654, -0.0003592016873881221, -0.00041609854088164866, -0.01801461912691593, 0.018316924571990967, -0.015651145949959755, -0.011109702289104462, 0.02146364189684391, -0.013253318145871162, -0.020790327340364456, 0.02292020246386528, -0.0018172642448917031, -0.033226050436496735, 0.004393725655972958, 0.018701676279306412, 0.05188650265336037, -0.005888073705136776, -0.001438524341210723, 0.013995339162647724, -0.021106373518705368, -0.01846807636320591, -0.027509739622473717, -0.0038887392729520798, 0.00021781836403533816, 0.004905582871288061, 0.004754430614411831, -0.029378533363342285, 0.011879205703735352, -0.020831551402807236, 0.005060170777142048, 0.015417546033859253, -0.0022913331631571054, -0.012154027819633484, -0.01813828945159912, 0.00557889835909009, -0.0007849619723856449, -0.018371889367699623, -0.004840312525629997, -0.004170432686805725, -0.010663115419447422, -0.01591222733259201, -0.025036336854100227, 0.0019271932542324066, 0.035094842314720154, 0.019416214898228645, 0.002677802462130785, -0.004675419069826603, 0.02737232856452465, -0.026011956855654716, 0.006685059051960707, 0.01567862741649151, -0.0004925335524603724, 0.01004476472735405, -0.008409570902585983, -0.03311612084507942, 0.03234661743044853, -0.0054689692333340645, 0.011789888143539429, 0.013754869811236858, 0.02385459840297699, 0.02105140872299671, 0.01578855700790882, -0.015238911844789982, 0.03256647288799286, 0.0007682149880565703, 0.0017966525629162788, 0.004836877342313528, 0.015211429446935654, -0.0031192360911518335, 0.027523480355739594, 0.021230043843388557, 0.031604595482349396, -0.010134082287549973, 0.010628762654960155, -0.0062556485645473, -0.0026073791086673737, -0.007069810759276152, 0.006630094721913338, -0.024308055639266968, -0.024637842550873756, -0.008478276431560516, 0.003459329018369317, -0.011934170499444008, -0.015843521803617477, -0.0173275638371706, -0.04336700215935707, 0.00038110162131488323, -0.0213811956346035, 0.015307617373764515, 0.005733485799282789, -0.004548313561826944, 2.1322903194231912e-05, -0.006496118381619453, 0.006595741491764784, 0.006647271104156971, 0.010058506391942501, -0.020075788721442223, 0.0022260628174990416, -0.01567862741649151, -0.01462056115269661, 0.013864798471331596, -0.01582977920770645, -0.013294542208313942, -0.010340198874473572, -0.024885183200240135, -0.0033785998821258545, 0.028004419058561325, -0.041278351098299026, -0.02522871270775795, 0.000832626479677856, 0.011611253954470158, -0.013940375298261642, -0.014606819488108158, 0.004891841672360897, 0.004314714577049017, -0.03660636767745018, -0.031192362308502197, 0.01330141257494688, -0.0032806943636387587, -0.003631093306466937, -0.005362475290894508, -0.006386189255863428, -0.007969854399561882, 0.024761512875556946, 0.009179073385894299, 0.014785454608500004, 0.04210281744599342, -0.018289441242814064, 0.016626765951514244, 0.00593273201957345, 0.02466532588005066, -0.020707881078124046, 0.025888286530971527, 0.016997775062918663, 0.019498661160469055, 0.001021996489726007, -0.010958549566566944, 0.006437718868255615, 0.0179459135979414, 0.026149367913603783, 0.025778356939554214, -0.012909790500998497, -0.0406462587416172, 0.021161338314414024, -0.04501593858003616, -0.010257752612233162, 0.009570696391165257, 0.021326230838894844, -0.009886741638183594, 0.01927880384027958, 0.0006947857909835875, -0.02822427824139595, -0.009831777773797512, 0.00595334405079484, 0.017643608152866364, -0.0002917842648457736, 0.018316924571990967, -0.008237806148827076, 0.0014574184315279126, -0.013191482983529568, -0.012799860909581184, 0.016269495710730553, 0.03600175678730011, -0.04078366979956627, -0.008931733667850494, 0.03984927386045456, -0.002545543946325779, -0.005991131998598576, -0.006410236470401287, -0.026657789945602417, -0.023071354255080223, 0.018124548718333244, 0.000324419466778636, -0.0025541323702782393, -0.010120341554284096, 0.02766089141368866, -0.03811788931488991, 0.01636568456888199, 0.007275927346199751, 0.0020886515267193317, 0.015939708799123764, 0.00842331163585186, -0.023923303931951523, -0.002217474626377225, 0.011879205703735352, 0.019526144489645958, 0.0011250548996031284, -0.02344236522912979, 0.0072140926495194435, -0.02603943832218647, 0.014744230546057224, -0.005836544558405876, 0.007956113666296005, 0.04048136621713638, -0.016544317826628685, 0.006025484763085842, 0.021779688075184822, 0.0181795135140419, 0.017987137660384178, 0.01004476472735405, 0.010862361639738083, -0.01576107367873192, 0.027234917506575584, 0.042982250452041626, 0.0205292459577322, -0.04303721338510513, -0.01504653599113226, -0.009763072244822979, 0.003469635033980012, 0.01209219265729189, -0.012291439808905125, -0.010209658183157444, -0.00022157569765113294, 0.012896048836410046, 0.0005668215453624725, 0.010972291231155396, 0.01449689082801342, 0.015211429446935654, 0.002858154708519578, -0.0220270287245512, 0.005231934599578381, -0.0024218738544732332, 0.03616664931178093, -0.007447691634297371, -0.005448357667773962, -0.007172869052737951, -0.0025506969541311264, -0.016942812129855156, 0.01890779286623001, -0.015733592212200165, 0.02474777214229107, 0.017890948802232742, -0.019058944657444954, -0.029268603771924973, 0.006691929418593645, 0.01220899261534214, -0.001021996489726007, -0.02705628238618374, 0.001596547313965857, -0.01178301777690649, 0.0023806504905223846, -0.022081993520259857, -0.007344633340835571, 0.011288337409496307, 0.0160358976572752, -0.0179733969271183, 0.01156315952539444, 0.01024401094764471, 0.006334660109132528, -0.00844392366707325, -0.012456333264708519, -0.004465866833925247, -0.01415336225181818, -0.004823136143386364, 0.006461765617132187, -0.00687399972230196, -0.0025781793519854546, 0.014785454608500004, 0.037320904433727264, -0.0052972049452364445, -0.0004334896511863917, -0.04333952069282532, 0.01405030395835638, -0.01741001009941101, 0.02024068310856819, -0.0027344846166670322, 0.021023927256464958, -0.0064548952504992485, 0.012050969526171684, -0.021738465875387192, -0.009776812978088856, 0.0067365881986916065, -0.009687495417892933, -0.012181510217487812, -0.00864316988736391, 0.02271408587694168, 0.011810500174760818, -0.011350172571837902, 0.0030367893632501364, 0.002775707980617881, -0.03190689906477928, -0.003150153672322631, -0.004142950288951397, -0.005022382363677025, -0.013864798471331596, 0.017038999125361443, 0.03086257539689541, 0.008107265457510948, 0.0023377095349133015, 0.023016389459371567, 0.0018172642448917031, 0.030477823689579964, -0.013445693999528885, 0.01306094229221344, 0.0003439576248638332, 0.013287670910358429, -0.019251320511102676, -0.0020354045554995537, 0.0056956978514790535, -0.0010228552855551243, 0.0012856543762609363, 0.007131645921617746, 0.013445693999528885, -0.0015458769630640745, 0.03413296490907669, 0.01786346733570099, -0.0058983792550861835, 0.01959485001862049, -0.007317150942981243, 0.014386961236596107, -0.009014179930090904, -0.006248778197914362, 0.01830318383872509, 0.013569364324212074, 0.0049914647825062275, -0.01385105773806572, 0.002256980398669839, -0.0006200684001669288, 0.01692906953394413, 0.0013243012363091111, 0.013926633633673191, 0.016145825386047363, -0.02757844515144825, -0.017890948802232742, -0.024363020434975624, 0.0008266147342510521, -6.317698716884479e-05, -0.021999547258019447, 0.008306512609124184, -0.000995373004116118, -0.009955447167158127, -0.011858593672513962, -0.023112578317523003, 8.672074613969016e-07, 0.0069633168168365955, -0.021449901163578033, -0.015596181154251099, 0.0017459820955991745, 0.000324419466778636, 0.007853055372834206, -0.0036276578903198242, -0.009144720621407032, 0.015335099771618843, -0.006101061124354601, -0.029378533363342285, 0.011391395702958107, -0.006300307344645262, -0.0207353625446558, 0.0015913944225758314, 0.013816704973578453, -0.004417772870510817, -0.007859925739467144, 0.018894052132964134, -0.007138516288250685, -0.004359372891485691, -0.009666884317994118, -0.006406801287084818, -0.017794761806726456, 0.01570611074566841, 0.005754097364842892, 0.015060276724398136, 0.002234651008620858, -0.0013629482127726078, 0.007935501635074615, -0.0015312769683077931, -0.0032514946069568396, 0.004950241651386023, 0.013720517046749592, 0.017987137660384178, -0.008382088504731655, 0.021999547258019447, -0.011652477085590363, -0.012360145337879658, 0.010525704361498356, -0.025970732793211937, 0.013047201558947563, 0.002545543946325779, 0.012147157453000546, 0.022741567343473434, 0.004953676834702492, 0.008492017164826393, 0.000349969370290637, -0.005699133034795523, -0.005740356631577015, -0.007784349378198385, 0.0243767611682415, 0.007612585090100765, -0.02146364189684391, 0.01919635571539402, 0.006606047507375479, -0.03743083402514458, 0.00697705801576376, -0.02412942238152027, -0.010271493345499039, 0.00508078234270215, -0.009117239154875278, -0.019622331485152245, -0.028045643121004105, 0.0023892386816442013, 0.01449689082801342, 0.020872773602604866, 0.014180844649672508, -0.005623556673526764, -0.007385856471955776, -0.016475612297654152, -0.009199685417115688, -0.009206555783748627, 0.00852636992931366, -0.021367454901337624, -0.030505305156111717, 0.016777917742729187, 0.01701151765882969, 0.04361434280872345, 0.007385856471955776, 2.3590726414113306e-05, -0.007681290619075298, -0.005341863725334406, -0.0024287444539368153, -0.0019495226442813873, 0.015280134975910187, -0.0028409783262759447, 0.03644147142767906, -0.015019053593277931, 0.017066482454538345, -0.01306094229221344, 0.0072553157806396484, 0.021436160430312157, 0.009364578872919083, 0.008498887531459332, -0.021023927256464958, 0.009110367856919765, -0.02672649547457695, 0.002858154708519578, 0.024912666529417038, 0.016063379123806953, -0.004091421142220497, -0.013576234690845013, -0.0037959867622703314, 0.007578232325613499, -0.002133310306817293, 0.01736878603696823, -0.02142241969704628, -0.04531824216246605, -0.0028598723001778126, 0.010553186759352684, -0.01805584318935871, 0.0028358253184705973, -0.04094856232404709, -0.037843067198991776, 0.0003761633997783065, -0.011308948509395123, 0.03558952361345291, -0.03605671972036362, 0.04913827404379845, -0.0012959601590409875, 0.01265557948499918, -0.001337183522991836, 0.025544757023453712, 0.003394058672711253, 0.01024401094764471, -0.011521936394274235, 0.004136079456657171, 0.039986684918403625, 0.00898669846355915, 0.026273038238286972, -0.006709105800837278, -0.03264892101287842, 0.01578855700790882, 0.008093524724245071, -0.03132977336645126, 0.002227780409157276, -0.006496118381619453, -0.025091299787163734, -0.025613464415073395, -0.028526583686470985, -0.005152923054993153, -0.03358331695199013, 0.0328962616622448, 0.020927738398313522, -0.015651145949959755, 0.0028083431534469128, -0.023744670674204826, 0.0035039877984672785, 0.0017425469122827053, 0.016214530915021896, 0.035864345729351044, -0.011954781599342823, 0.018248219043016434, 0.015293875709176064, 0.004592972341924906, -0.03061523474752903, -0.04960547387599945, 0.008230935782194138, -0.002102392725646496, 0.012044099159538746, 0.026877647265791893, 0.016736693680286407, 0.008272158913314342, 0.01566488668322563, -0.010326458141207695, 0.009886741638183594, -0.0436418242752552, 0.004294102545827627, -0.00203025178052485, 0.01556869875639677, -0.001149960677139461, -0.023318694904446602, -0.01955362595617771, 0.008148489519953728, -0.014414443634450436, 0.011040996760129929, -0.004290667362511158, -0.010477610863745213, -0.009646272286772728, 0.014812937006354332, -0.004208220634609461, 0.03482002019882202, 0.018330665305256844, -0.010718080215156078, 0.008107265457510948, 0.01582977920770645, -0.02616310864686966, -0.013239577412605286, 0.0021144161000847816, 0.007825572974979877, -0.01676417700946331, -0.006516730412840843, 0.021807171404361725, 0.0025747439358383417, -0.011130314320325851, -0.019292544573545456, -0.037403352558612823, 0.044851042330265045, -0.015403805300593376, 0.01563740335404873, 0.004314714577049017, 0.010010411962866783, 0.024486690759658813, 0.010828008875250816, 0.00032248711795546114, -0.03649643808603287, 0.008622557856142521, -0.0074957855977118015, 0.01927880384027958, 0.036139167845249176, 0.008011077530682087, -0.023140059784054756, 0.003954009618610144, -0.009378320537507534, -0.008917992003262043, -0.02801816165447235, -0.00028856369317509234, 0.005207887850701809, -0.018454335629940033, -0.004524266347289085, -0.013864798471331596, 0.01697029359638691, 0.002986977808177471, 0.005201017018407583, -0.005396828055381775, 0.026437930762767792, -0.03300619125366211, 0.007818701677024364, -0.004208220634609461, -0.01180362980812788, -0.014249550178647041, 0.012339533306658268, 0.0004586101567838341, -0.01749245636165142, 0.010731820948421955, -0.020075788721442223, -0.01437322050333023, -0.019691037014126778, 0.007715643849223852, 0.013328894972801208, 0.000494251202326268, -0.002602226100862026, 0.056393589824438095, -0.00717973941937089, 0.007330892141908407, 0.009234038181602955, -0.004204785451292992, 0.03968437761068344, -0.0589769221842289, 0.010731820948421955, 0.026918871328234673, -0.011432618834078312, 0.007736255414783955, -0.04182799533009529, -0.0034747878089547157, 0.00018539787561167032, -0.0027619667816907167, -0.023236248642206192, 0.011810500174760818, 0.004300973378121853, -0.03388562425971031, -0.0008373500313609838, -0.01166621781885624, -0.029378533363342285, -0.009467637166380882, 0.02645167149603367, -0.00856759399175644, -0.006966752000153065, 0.004146385472267866, 0.004847182892262936, -0.005925861652940512, 0.0358918271958828, -0.00047492774319835007, -0.012002876028418541, -0.015019053593277931, -0.023304954171180725, -0.03028544783592224, -0.020144494250416756, 0.004273490980267525, 0.010079117491841316, 0.006606047507375479, -0.025242453441023827, -0.04858862981200218, -0.0045380075462162495, -0.017877208068966866, -0.014222067780792713, 0.0041120327077806, 0.015238911844789982, 0.011047867126762867, 0.010669986717402935, 0.00898669846355915, 0.02915867418050766, -0.012387627735733986, 0.0346551276743412, -0.008141618221998215, -0.00428379699587822, 0.005180405452847481, -0.002198580652475357, 0.003603610908612609, -0.001580229727551341, -0.031439702957868576, 0.019979601725935936, 0.009783683344721794, 0.029296085238456726, 0.010237140581011772, 0.010937938466668129, -0.008327123709022999, -6.0063761338824406e-05, -0.023318694904446602, 0.005599509924650192, -0.018165772780776024, 0.010312717407941818, 0.02612188458442688, -0.031769488006830215, -0.016255754977464676, 0.004544878378510475, 0.02458287961781025, -0.01362432911992073, 0.010718080215156078, -0.009584437124431133, -0.027317363768815994, 0.025778356939554214, -0.021449901163578033, -0.007914889603853226, 5.700421388610266e-05, -0.010292105376720428, 0.0015329946763813496, 0.03940955549478531, 0.013555623590946198, 0.054359905421733856, 0.001997616607695818, -0.007537009194493294, -0.006619788706302643, -0.006317483726888895, -0.036386508494615555, -0.0032308828085660934, -0.003895609872415662, 0.009488249197602272, 0.02838917076587677, -0.025132523849606514, -0.01222960464656353, -0.008498887531459332, -0.00687399972230196, 0.01878412254154682, -0.01210593432188034, -0.005664780270308256, 0.005915555637329817, -0.012373886071145535, -0.017629867419600487, -0.00799733679741621, -0.005369346123188734, -0.015623663552105427, -0.0049124532379209995, 0.016255754977464676, -0.02932356856763363, -0.0056956978514790535, -3.5050612495979294e-05, -0.02620433270931244, 0.007145386654883623, -0.01242885086685419, -0.0047097718343138695, -0.0007944090175442398, 0.020117012783885002, 0.0037891161628067493, 0.26800698041915894, -0.008897380903363228, 0.0017605820903554559, 0.027262398973107338, 0.015925968065857887, -0.01980096660554409, 0.03319856524467468, 0.02256293222308159, -0.01769857294857502, 0.01607711985707283, -0.005122005473822355, 0.010347070172429085, -0.009137850254774094, 0.004874665290117264, 0.010113470256328583, -0.030642716214060783, -0.03127480670809746, -0.01963607221841812, -0.027124987915158272, -0.017148928716778755, -0.006808729376643896, -0.025214970111846924, -0.014854160137474537, -0.013871668837964535, 0.006296872161328793, -0.016984034329652786, -0.009041662327945232, -0.011576901189982891, 0.0025283675640821457, 0.014812937006354332, -0.03198934718966484, -0.022219404578208923, -0.010374551638960838, 0.005798756144940853, -0.025682169944047928, -0.006063273176550865, 0.00973558984696865, 0.0016145826084539294, 0.012992236763238907, 0.011515066027641296, 0.00416012667119503, 0.00148833601269871, -0.001438524341210723, -0.019306285306811333, 0.018894052132964134, 0.02279653213918209, -0.035974275320768356, -0.0036345284897834063, 0.005712874233722687, 0.002883919281885028, 0.011473841965198517, -0.006241907831281424, 0.009282132610678673, 0.030202999711036682, -0.004799088928848505, 0.005633862689137459, 0.0031467184890061617, -0.002703567035496235, -0.002256980398669839, 0.004799088928848505, 0.004012409597635269, 0.025544757023453712, -0.019828448072075844, -0.0030282011721283197, 0.0015175358857959509, 0.01911390945315361, -0.033226050436496735, -0.009357708506286144, 0.008024819195270538, -0.026190590113401413, -0.0010761021403595805, -0.005702568218111992, -0.00622473144903779, 0.002385803498327732, -0.013322023674845695, -0.016667988151311874, 0.01745123229920864, 0.02364848181605339, 0.015692368149757385, 0.033913105726242065, -0.022453004494309425, -0.01582977920770645, 0.006221295800060034, -0.037485796958208084, -0.028966298326849937, -0.04070122167468071, 0.02017197757959366, -0.0047097718343138695, -0.003558952361345291, -0.010505092330276966, 0.004950241651386023, -0.005280028562992811, -0.002145333681255579, 0.01148071326315403, 0.010209658183157444, 0.028444135561585426, -0.0023892386816442013, 0.0022724391892552376, -0.017080223187804222, -0.0181795135140419, -0.027317363768815994, 0.037760622799396515, 0.024046974256634712, 0.016654247418045998, -0.02418438531458378, -0.012147157453000546, 0.006812164559960365, -0.00931648537516594, 0.006606047507375479, -0.006767505779862404, 0.0058983792550861835, -0.05782266706228256, -0.0005874332273378968, -0.007660679053515196, 0.04968792200088501, -0.010237140581011772, -0.008162230253219604, -0.029460979625582695, -0.016997775062918663, -0.010786785744130611, 0.02531115896999836, -0.03009307198226452, -0.003974621649831533, 0.006042661145329475, 0.0009704672265797853, -0.014524373225867748, -0.025283675640821457, -0.0017142058350145817, -0.0222331453114748, -0.04072870314121246, -0.0020491457544267178, -0.02639670856297016, 0.019292544573545456, 0.004390290472656488, -0.012140287086367607, 0.019787225872278214, -0.01125398464500904, 0.0006947857909835875, 0.015939708799123764, 0.012861696071922779, -0.012147157453000546, -0.01402969192713499, 0.0226728618144989, -0.003971186000853777, 0.01907268725335598, 0.011370783671736717, 0.00180695834569633, -0.007853055372834206, 0.0220270287245512, -0.0207353625446558, -0.03352835401892662, -0.011171537451446056, -0.018165772780776024, 0.0033992116805166006, -0.0019014286808669567, -0.004476172383874655, -0.022384298965334892, -0.03328101336956024, -0.025929508730769157, 0.010855491273105145, -0.020680397748947144, -0.003091753926128149, 0.0414707250893116, -0.0194711796939373, -0.037156011909246445, -0.031247327104210854, -0.17599637806415558, 0.016475612297654152, 0.02175220660865307, -0.017519939690828323, 0.02109263278543949, 0.010841750539839268, 0.007111033890396357, 0.02685016579926014, 0.0036585754714906216, -0.03086257539689541, 0.005005205981433392, -0.020886516198515892, -0.021724723279476166, 0.0019409344531595707, -0.015170206315815449, -0.010786785744130611, -0.017519939690828323, 0.0007390150567516685, 0.02478899620473385, 0.007537009194493294, 0.02506381832063198, -0.021106373518705368, -0.0018550523091107607, 0.010209658183157444, 0.007365244906395674, 0.019086427986621857, 0.009343967773020267, 0.032538991421461105, -0.006210990250110626, -0.03572693467140198, -0.002392674097791314, 0.011432618834078312, 0.011659347452223301, -0.014112139120697975, 0.02713872864842415, -0.0009258085628971457, -0.008588205091655254, 0.0028203665278851986, -0.003919656854122877, -0.02004830725491047, -0.007310280576348305, 0.033226050436496735, -0.03385813906788826, 0.01963607221841812, 0.021601054817438126, 0.012593744322657585, -0.00739959767088294, -0.0220270287245512, 0.026341743767261505, -0.008464534766972065, 0.0035160111729055643, -0.008917992003262043, 0.048011504113674164, 0.001764017390087247, 0.026836423203349113, 0.0235248114913702, -0.02543482929468155, 0.004039891995489597, -0.009783683344721794, -0.002289615571498871, 0.006039225962013006, -0.0188253466039896, -0.0020508633460849524, 0.009632531553506851, -0.001925475662574172, -0.005757533013820648, -0.020378094166517258, 0.015980932861566544, -0.01778102107346058, -0.00959817785769701, -0.0024734032340347767, -0.03319856524467468, 0.004414337687194347, 0.00617663748562336, -0.0026760848704725504, 0.03949200361967087, -0.014194585382938385, 0.013775480911135674, -0.014208327047526836, -0.01628323644399643, -0.028416654095053673, 0.03641398996114731, -0.04449377581477165, -0.003558952361345291, 0.0019323461456224322, 0.019251320511102676, -0.00033257825998589396, -0.030670199543237686, 0.02458287961781025, -0.021449901163578033, 0.009179073385894299, -0.01717641018331051, -0.01842685416340828, -0.02296142652630806, 0.017478715628385544, 0.008938604034483433, -0.0026984140276908875, -0.002825519535690546, -0.02121630311012268, -0.005118570290505886, 0.006025484763085842, -0.011934170499444008, -0.01809706538915634, 0.013940375298261642, -0.003423258662223816, -0.0011645606718957424, 0.02797693759202957, 0.014098397456109524, 0.055871427059173584, -0.005929296836256981, -0.029268603771924973, 0.011466971598565578, 0.0028083431534469128, 0.028856370598077774, 0.003285847371444106, -0.0004377837758511305, -0.017025258392095566, -0.025572240352630615, 0.017341304570436478, 0.0164481308311224, -0.009900483302772045, -0.018413111567497253, 0.010127211920917034, 0.0074408212676644325, -0.0015888180350884795, -0.021010184660553932, -0.06777124851942062, -0.0028014725539833307, 0.014538113959133625, 0.01996585913002491, -0.0009240909130312502, 0.00028384019969962537, -0.021697241812944412, 0.020639175549149513, -0.0211750790476799, 0.006279695779085159, 0.0010443257633596659, -0.004854053724557161, -0.01741001009941101, -0.024775255471467972, 0.009811165742576122, -0.0006020332220941782, -0.0012598896864801645, 0.001340618822723627, -0.011528806760907173, 0.047324445098638535, 0.004647936671972275, -0.017025258392095566, -0.00610449630767107, -0.0218209121376276, 0.004067373927682638, 0.002844413509592414, -0.017038999125361443, 0.03440778702497482, 0.015884744003415108, -0.011212760582566261, 0.011892946437001228, -0.0235248114913702, 0.001241854508407414, -0.012889178469777107, -0.014634301885962486, -0.0035486463457345963, -0.04171806573867798, -0.007962984032928944, 0.008904251269996166, -0.013322023674845695, 0.009914224036037922, 0.02805938385426998, -0.01212654635310173, -0.025407345965504646, 0.008354606106877327, -0.015087759122252464, -0.01769857294857502, 0.030835092067718506, -0.022178180515766144, 0.01919635571539402, -0.014936606399714947, 0.02526993490755558, -0.010539446026086807, -0.002612532116472721, 0.00834086537361145, -0.011068479157984257, 0.027633409947156906, 0.02283775620162487, -0.022205663844943047, 0.003620787290856242, 0.011645606718957424, -0.005173535086214542, -0.01664050668478012, 0.013067813590168953, -0.0013062660582363605, 0.018042102456092834, -0.0022913331631571054, 0.0042563145980238914, 0.017231374979019165, -0.026273038238286972, -0.043999094516038895, 0.026918871328234673, 0.01242885086685419, 0.04243260622024536, -0.03190689906477928, -0.008086654357612133, -0.01643439009785652, 0.00767442025244236, 0.031439702957868576, -0.02595699205994606, -0.017382526770234108, -0.004469302017241716, -0.01071120984852314, -0.024527914822101593, 0.04935813322663307, 0.021601054817438126, 0.030505305156111717, 0.005585768725723028, 0.02470654994249344, -0.03438030183315277, -0.011494453996419907, 0.01955362595617771, 0.013273930177092552, -0.026781460270285606, -0.0040295859798789024, 0.0021109809167683125, 0.027344845235347748, 0.008004207164049149, -0.017162669450044632, 0.003984927199780941, -0.00750265596434474, -0.02943349815905094, -0.06403365731239319, 0.018206994980573654, -0.008279030211269855, 0.01504653599113226, 0.0006866269977763295, -0.010422646068036556, -0.0005663921474479139, -0.005767838563770056, -0.0046307602897286415, 0.020639175549149513, -0.026011956855654716, 0.0010761021403595805, 0.015403805300593376, 0.01655806042253971, -0.024390503764152527, -0.008753098547458649, -0.0034850938245654106, 0.003278976771980524, 0.006193813867866993, 0.009021051228046417, -0.007798090577125549, 0.0006737447110936046, 0.0034782232251018286, 0.00921342708170414, -0.04388916492462158, -0.014167103916406631, 0.009790553711354733, 0.02329121343791485, -0.005894944071769714, -0.018289441242814064, 0.023263730108737946, -0.03281381353735924, 0.0005822803359478712, 0.03113739751279354, -0.008011077530682087, -0.023923303931951523, 0.0194711796939373, 0.04320210963487625, 0.04380671679973602, 0.021999547258019447, -0.021917099133133888, -0.02510504238307476, 0.03094502165913582, -0.020790327340364456, -0.008237806148827076, 0.013837316073477268, -0.0054449220187962055, 0.003167330054566264, -0.0019048639805987477, -0.030065588653087616, 0.0183856301009655, -0.008196583017706871, 0.0235248114913702, -0.034242890775203705, -0.008773710578680038, -0.03688118979334831, -0.004166997037827969, 0.002901095664128661, -0.00750265596434474, -0.016420649364590645, 0.02943349815905094, 0.02344236522912979, 0.0181795135140419, -0.005493015982210636, -0.0025180617813020945, 0.008636299520730972, 0.005352169740945101, -0.0015707827406004071, 0.013287670910358429, -0.030038107186555862, -0.0060151792131364346, -0.009969188831746578, -0.0029388838447630405, 0.00752326799556613, -0.01636568456888199, 0.010759303346276283, 0.020419316366314888, -0.001031443476676941, -0.0014153362717479467, 0.03798047825694084, 0.02943349815905094, 0.0030694245360791683, -0.008196583017706871, 0.0029904129914939404, 0.03240158036351204, 0.04394412785768509, -0.019347509369254112, 0.009014179930090904, -0.008361476473510265, -0.010828008875250816, -0.011432618834078312, 0.021477384492754936, -0.008773710578680038, 0.002657190663740039, -0.005647603888064623, 0.004665113054215908, -0.011164667084813118, 0.012140287086367607, 0.0008931733318604529, 0.03017551824450493, 0.011040996760129929, 0.01427703257650137, -0.001301113050431013, 0.0022466746158897877, -0.011728052981197834, -0.012985366396605968, -0.014551854692399502, -0.02243926376104355, 0.004623889923095703, 0.010951679199934006, -0.0033923410810530186, -0.02250796929001808, -0.016942812129855156, 0.019429955631494522, -0.009948576800525188, 0.018701676279306412, -0.021161338314414024, -0.006575129926204681, -0.0218209121376276, 0.030038107186555862, 0.008574464358389378, 0.0125112971290946, 0.014098397456109524, -0.00017820525681599975, 0.022370556369423866, 0.018316924571990967, -0.017671091482043266, -0.006348401308059692, 0.024692807346582413, 0.02882888726890087, -0.011851723305881023, 0.013857928104698658, 0.007207221817225218, -0.021930841729044914, -0.01975974254310131, 0.003995233215391636, -0.0036070463247597218, 0.019567366689443588, 0.03471009060740471, 0.037403352558612823, 0.021765947341918945, -0.022466745227575302, 0.013809834606945515, 0.013912892900407314, 0.006922093685716391, 0.0218209121376276, 0.003071142127737403, 0.0020422751549631357, -0.004129209090024233, 0.007791219744831324, -0.012470073997974396, -0.0029251426458358765, -0.021285008639097214, -0.02324998937547207, 0.012181510217487812, 0.005060170777142048, 0.006781246978789568, 0.000696503440849483, 0.004775042179971933, 0.019732261076569557, -0.0020646045450121164, 0.02668527141213417, -0.0033923410810530186, -0.005719744600355625, -0.009055403992533684, 0.022013287991285324, -0.012202122248709202, -0.0015974062262102962, -0.03242906183004379, -0.00985926017165184, 0.01769857294857502, -0.03438030183315277, -0.017684832215309143, 0.005712874233722687, -0.012985366396605968, -0.013521270826458931, -0.0077087730169296265, 0.02183465287089348, -0.019773483276367188, -0.0006089037633500993, -0.018646711483597755, -0.033061154186725616, -0.030890056863427162, 0.021793430671095848, -0.0017580055864527822, 0.0057506621815264225, -0.015293875709176064, -0.016379425302147865], \"fc510fe7-a2fc-4da2-8589-3c8fe5da1fb6\": [0.003479693317785859, 0.0156203992664814, 0.023131484165787697, -0.04405617341399193, -0.01776072569191456, 0.006803182419389486, -0.02746531553566456, 0.006281394511461258, -0.011485978960990906, -0.03320830315351486, 0.01671050302684307, 0.00846825074404478, 0.03953622654080391, -0.006716771516948938, -0.001979137770831585, 0.010861163027584553, 0.001620201044715941, 0.02035304717719555, 0.033899590373039246, -4.2530275095487013e-05, -0.0013834023848176003, 0.008069431409239769, -0.0064708334393799305, 0.00111004535574466, -0.03102809563279152, 0.008042844012379646, 0.015327932313084602, -0.01464994065463543, 0.015593811869621277, -0.024314647540450096, 0.018890712410211563, -0.012290263548493385, -0.030576100572943687, -0.022998545318841934, -0.00436706468462944, -0.0009081434109248221, -0.020539162680506706, -0.0005047549493610859, 0.007338264025747776, 4.787901707459241e-05, 0.01780060864984989, -0.004264036659151316, -0.021163979545235634, 0.0007394763524644077, 0.0012039339635521173, 0.027212729677557945, -0.013021430931985378, -0.0137858334928751, -0.019023653119802475, 0.00434047682210803, -0.006992621347308159, 0.025484515354037285, -0.026707559823989868, -0.017627786844968796, -0.0004445166850928217, 0.000952179660089314, -0.007830140180885792, 0.008966773748397827, 0.009445356205105782, -0.032703135162591934, 0.01223708689212799, 0.01862483285367489, -0.030363397672772408, -0.02489958144724369, -0.022692784667015076, 0.004151037894189358, -0.012569435872137547, -0.010768105275928974, 0.013626305386424065, 0.02404876798391342, 0.01648450642824173, 0.011459390632808208, -0.001275388989597559, -0.014065006747841835, 0.0424874871969223, -0.006131837610155344, -0.010675047524273396, -0.009392180480062962, 0.006633684504777193, -0.0010244655422866344, 0.011545801535248756, -0.017920253798365593, -0.02251996286213398, 0.038579061627388, 0.0001576580252731219, 0.031745970249176025, -0.0019209767924621701, 0.020525868982076645, 0.0005334200104698539, -0.002279913518577814, -0.00263885036110878, -0.00425406638532877, 0.009571649134159088, 0.020778454840183258, 0.015646986663341522, 0.02392912283539772, -0.0013642923440784216, 0.016338273882865906, 0.0016052452847361565, -0.0016351566882804036, -0.010562049224972725, -0.01604580506682396, -0.04793800786137581, -0.02919352985918522, -0.024008886888623238, 0.006420981138944626, 0.0312407985329628, 0.013426896184682846, 0.026694266125559807, -0.006105249747633934, -0.029459409415721893, 0.0039383345283567905, 0.025843452662229538, -0.02672085352241993, -0.018079781904816628, 0.004167655482888222, -0.018505187705159187, -0.02725261077284813, -0.00021478049166034907, -0.020299872383475304, 0.0009513488039374352, 0.06120537593960762, -0.0059158108197152615, 0.002964552491903305, -0.007338264025747776, -0.00606204429641366, -0.018398836255073547, -0.00767726032063365, -0.003685749601572752, -0.008853775449097157, 0.05099561810493469, 0.006397716701030731, 0.0204726941883564, -0.0046827965416014194, -0.019595293328166008, 0.0139054786413908, 0.0020605633035302162, -0.007451262790709734, -0.018917299807071686, -0.03783459961414337, 0.016550976783037186, 0.016657328233122826, 0.004018098581582308, 0.008195724338293076, 0.01918317936360836, 0.024726759642362595, 0.0023214572574943304, 0.03913740813732147, -0.0016492814756929874, -0.0020073875784873962, -0.016856737434864044, 0.005487080663442612, 0.017534729093313217, 0.017933547496795654, 0.0008275487925857306, 0.019342707470059395, 0.02552439644932747, -0.0187577735632658, 0.014968995936214924, -0.011758504435420036, 0.02358347922563553, 0.01886412501335144, 0.011692035011947155, 0.007963079959154129, -0.0129283731803298, 0.026587914675474167, -0.016883324831724167, -0.009784352034330368, 0.03275630995631218, -0.0012263675453141332, 0.0011449420126155019, 0.006125190760940313, -0.0204726941883564, 0.01874447986483574, -0.010821281000971794, 0.01780060864984989, 0.01950223557651043, 0.0029462731909006834, -0.03666473180055618, -0.006334570236504078, -0.02113739214837551, -0.00563331414014101, 0.037542134523391724, 0.010030290111899376, -0.027757782489061356, 0.030230458825826645, 0.0008890333701856434, 0.011751857586205006, 0.011838268488645554, 0.00850813277065754, 0.006510715465992689, 0.003114109393209219, 0.008873715996742249, -0.0025308369658887386, -0.60450279712677, 0.007750377058982849, -0.009445356205105782, -0.04259383678436279, 0.015899572521448135, 0.03730284422636032, 0.02983163855969906, 0.012502966448664665, -0.018292484804987907, -0.020060580223798752, 0.006224895361810923, 0.03193208575248718, 0.010056878440082073, 0.005560197401791811, -0.03060268796980381, -0.013932066969573498, 0.02337077632546425, -0.010688341222703457, 0.022240789607167244, 0.015872985124588013, -0.0027136290445923805, 0.00031947038951329887, -0.011386274360120296, -0.0002496771339792758, 0.01099410280585289, -0.010030290111899376, 0.023743007332086563, -0.010734870098531246, 0.005816106218844652, 0.020220108330249786, -0.05035750940442085, 0.009039890952408314, 0.023410657420754433, 0.015234874561429024, 0.05950375273823738, -0.0009098051814362407, -0.021403269842267036, 0.015062052756547928, 0.005374081898480654, 0.025152167305350304, -0.0014606735203415155, 0.0038585709407925606, 0.0023131484631448984, 0.010116701014339924, 0.011273275129497051, -0.010090113617479801, 0.030310221016407013, 0.0020190197974443436, -0.01583310216665268, 0.00484897056594491, 0.0027402169071137905, -0.011898091062903404, 0.00385192409157753, 0.020738571882247925, -0.010960867628455162, -0.008800599724054337, 0.02165585570037365, -0.025896627455949783, -0.018784360960125923, 2.9080531021463685e-05, 0.018292484804987907, 0.0077902586199343204, -0.010907691903412342, -0.018771067261695862, -0.00565325515344739, 0.020618926733732224, -0.0131942518055439, 0.0004490864812396467, -0.00527770072221756, -0.021084215492010117, -0.007637378294020891, 0.015646986663341522, -0.002097121672704816, -0.017388496547937393, 0.015447578392922878, 0.03740919381380081, 0.046076852828264236, -0.021589385345578194, -0.02349042147397995, 0.010734870098531246, -0.0070325033739209175, -0.006022162269800901, -0.032277725636959076, -0.013028077781200409, -0.006204954348504543, 0.006813152693212032, -0.001685839961282909, -0.025896627455949783, -0.002698673168197274, -0.018943889066576958, -0.0039881872944533825, -0.018704596906900406, 0.013327191583812237, -0.001708273426629603, 0.011505919508635998, 0.03451111167669296, -0.017056146636605263, 0.008707541972398758, -0.02446088008582592, -0.026348622515797615, -0.03427182137966156, -0.03211820125579834, -0.012050972320139408, -0.008328664116561413, 0.024288060143589973, 0.022692784667015076, -0.011492625810205936, 7.80241043685237e-06, 0.04049339145421982, -0.021363388746976852, 0.0018445365130901337, -0.011645506136119366, -0.024620408192276955, 0.010336051695048809, -0.012423202395439148, -0.030549513176083565, 0.04145055636763573, 0.00463626766577363, 0.00791655108332634, -0.0065240091644227505, 0.0020123727153986692, 0.010389227420091629, 0.027412138879299164, -0.005227848421782255, 0.0205923393368721, -0.00687297573313117, -0.024514056742191315, 0.01616545207798481, 0.015540635213255882, -0.015420990064740181, 0.015181698836386204, 0.009019949473440647, 0.027864133939146996, -0.0023995591327548027, 0.02629544585943222, -0.015899572521448135, -0.02089809998869896, -0.0032254462130367756, 0.021615974605083466, -0.010728223249316216, -0.03459087759256363, -0.010522167198359966, 0.01470311637967825, -0.027119671925902367, 0.0040147751569747925, -0.012416555546224117, -0.0314800888299942, -0.0046329437755048275, -0.015646986663341522, -0.005031762644648552, -0.002127033192664385, -0.0011358024785295129, 0.005949045531451702, 0.016843443736433983, -0.020193520933389664, 0.00393168767914176, 0.006912857759743929, -0.018345661461353302, -0.011665447615087032, -0.023782888427376747, -0.012429850175976753, 0.018186133354902267, -0.01218391116708517, 0.005443875212222338, -0.020977864041924477, -0.02250666916370392, -0.009365593083202839, 0.0156203992664814, -0.03512263298034668, -0.023330895230174065, -0.01668391562998295, 0.019010357558727264, -0.011652152985334396, -0.003379988484084606, 0.006607096642255783, 0.0071122669614851475, -0.03081539273262024, -0.0006160918273963034, 0.020831629633903503, 0.003629250219091773, -0.008993362076580524, 0.0010801339522004128, 0.007803552784025669, -0.01466323435306549, 0.04990551248192787, 0.008002961985766888, 0.02403547428548336, 0.019675055518746376, -0.022347141057252884, 0.03392617776989937, 0.03381982818245888, 0.023530304431915283, -0.013001489453017712, -0.009192771278321743, 0.0026139242108911276, 0.025032520294189453, 0.006151778623461723, 0.016311684623360634, 0.010149936191737652, 0.022679490968585014, -0.003340106690302491, 0.034776993095874786, 0.010708282701671124, -0.026135919615626335, 0.020605633035302162, -0.03602662310004234, -0.011120394803583622, 0.0063910698518157005, 0.02263960801064968, 0.007344911340624094, 0.007125561125576496, -0.01862483285367489, -0.020113756880164146, -0.03546827659010887, 0.022892193868756294, 0.022227495908737183, -0.004991880618035793, 0.010967514477670193, -0.0037621897645294666, -0.01851848140358925, -0.003479693317785859, -0.013719363138079643, 0.010648459196090698, 0.04339147359132767, -0.0258567463606596, 0.020751867443323135, 0.012290263548493385, 0.005779547616839409, -0.012323497794568539, -0.03812706843018532, -0.03344759717583656, -0.0010460682678967714, 0.028395891189575195, -0.004416916985064745, 0.0059257810935378075, 0.01212408859282732, 0.03839294612407684, -0.02749190293252468, 0.02770460583269596, 0.0051181735470891, -0.0005039240350015461, 0.007431321777403355, 0.016524387523531914, -0.02770460583269596, 0.01486264355480671, 0.027757782489061356, 0.009611531160771847, -0.007152148988097906, -0.012908431701362133, 0.033022187650203705, -0.0035096046049147844, 0.027624841779470444, -0.02305172197520733, -0.0036491912323981524, 0.01681685633957386, -0.01712261699140072, -0.00390509981662035, 0.019595293328166008, 0.0010402521584182978, 0.007896610535681248, -0.009152889251708984, -0.011605624109506607, -0.004097862169146538, -0.005071644671261311, 0.02919352985918522, 0.024593820795416832, -0.030203869566321373, -0.023304305970668793, -0.030230458825826645, 0.006826446857303381, -0.009126301854848862, -0.0020589015912264585, -0.026322035118937492, 0.0069992681965231895, 0.03267654776573181, -0.006224895361810923, 0.01690991409122944, 0.029672112315893173, 0.02553769201040268, 0.0036392207257449627, -0.04442840442061424, -0.013008137233555317, -0.016085688024759293, 0.041849374771118164, -0.0005924119614064693, -0.020299872383475304, -0.028475655242800713, 0.015274756588041782, -0.01191138569265604, 0.011791739612817764, -0.020645515993237495, 0.015008877031505108, 0.00969794113188982, -0.026441680267453194, -0.028608595952391624, 0.013759245164692402, 0.013652893714606762, -0.0015886278124526143, -0.03177255764603615, 0.008887010626494884, 0.009418768808245659, -0.02565733715891838, -0.023517008870840073, 0.0006651132716797292, 0.02091139368712902, 0.0017498170491307974, -0.03320830315351486, -0.001646788907237351, 0.018664715811610222, 0.0064176577143371105, 0.0014747983077540994, -0.04123785346746445, -0.01769425719976425, 0.0041211266070604324, 0.015992630273103714, -0.002878141589462757, -0.015062052756547928, -0.03134715184569359, 0.04049339145421982, 0.01693650148808956, -0.0026454974431544542, 0.005084938369691372, -0.0437902957201004, 0.019010357558727264, -0.012363379821181297, -0.009139595553278923, 0.011665447615087032, 0.004267360083758831, -0.01938258856534958, -0.024101944640278816, -0.029698699712753296, -0.0015279741492122412, 0.013486719690263271, -0.021682443097233772, -0.034431349486112595, -0.007079032249748707, 0.02703990787267685, 0.02091139368712902, -0.005852664355188608, 0.006314629688858986, -0.01628509722650051, -0.03344759717583656, -0.0020372988656163216, -0.008195724338293076, -0.006181689910590649, -0.005992250982671976, 0.025604160502552986, 0.030682452023029327, -0.01288184430450201, 0.02295866422355175, 0.011499272659420967, 0.019595293328166008, 0.024301353842020035, -0.011339745484292507, 0.027518490329384804, -0.0007565092528238893, 0.0291137658059597, 0.017202381044626236, -0.0002291130367666483, 0.024394411593675613, -0.018159545958042145, 0.021097509190440178, 0.02996457926928997, -0.011033983901143074, 0.010056878440082073, 0.011014043353497982, 0.018810948356986046, -0.00598228070884943, 0.019289530813694, 0.02876812219619751, 0.007537673693150282, -0.009000008925795555, 0.013652893714606762, 0.010728223249316216, 0.019050240516662598, 0.020858218893408775, -0.00325868115760386, -0.014264415949583054, -0.012968255206942558, -0.0070325033739209175, 0.0009289152221754193, 0.00603545643389225, 0.012250381521880627, -0.04171643778681755, -0.00851477961987257, -0.036691322922706604, 0.0109475739300251, 0.0064076874405145645, -0.019475646317005157, -0.015580517239868641, -0.012948313727974892, -0.028582006692886353, -0.006028809584677219, -0.0037023669574409723, 0.006776594556868076, 0.0035162516869604588, -0.021709032356739044, -0.03405911847949028, 0.023995591327548027, -0.004819059278815985, 0.005879252217710018, -0.0002087566681439057, -0.018372248858213425, 0.0037356019020080566, 0.007231912575662136, -0.030682452023029327, -0.008687600493431091, -0.03387300297617912, -0.010256287641823292, 0.01476958580315113, 0.021403269842267036, -0.007278441451489925, -0.0005384052637964487, 0.0036093092057853937, 0.013353779911994934, -0.015288050286471844, 0.025843452662229538, -0.008813893422484398, 0.005643284879624844, -0.010129994712769985, -0.002698673168197274, 0.020831629633903503, 0.007577555254101753, -0.006002221722155809, 0.00778361177071929, -0.00684638787060976, 0.013234133832156658, -0.00514476140961051, 0.0047093844041228294, -0.012257028371095657, -0.00021976573043502867, 0.03241066634654999, -0.024381117895245552, -0.011299863457679749, 0.026853792369365692, -0.004858941305428743, 0.02813001349568367, 0.008973420597612858, -0.005513668525964022, 0.014689822681248188, -0.005271053873002529, 0.021935028955340385, -0.0069726803340017796, -0.017601199448108673, -0.01207755971699953, -0.020432811230421066, 0.023875946179032326, 0.0015296358615159988, -0.0139054786413908, 0.01572675071656704, 0.000917283003218472, -0.029353056102991104, 0.003559456905350089, -0.014078300446271896, -0.01886412501335144, 0.017494847998023033, -0.019356001168489456, -0.030230458825826645, -0.015793221071362495, -0.0018727862043306231, 0.017534729093313217, 0.0003092922270298004, 0.012004443444311619, 0.018159545958042145, -0.021270330995321274, -0.021522916853427887, 0.0025009256787598133, -0.010901045054197311, 0.017215674743056297, -0.02379618212580681, -0.03533533588051796, 0.013918773271143436, 0.0069726803340017796, 0.03807389363646507, 0.014570176601409912, 0.005374081898480654, 0.002170238411054015, -0.004350447561591864, 0.0026920263189822435, 0.0018312425818294287, 0.009445356205105782, -0.017481552436947823, 0.02221420221030712, -0.003240402089431882, 0.035707566887140274, 0.021602680906653404, 0.00263885036110878, 0.014437236823141575, -0.010728223249316216, 0.020818335935473442, -0.03366030007600784, -0.0008533058571629226, -0.03288925066590309, 0.013918773271143436, 0.0006264777039177716, 0.019914347678422928, 0.016511093825101852, -0.013460131362080574, -0.012556142173707485, 0.016537683084607124, -0.023357482627034187, 0.024195002391934395, -0.012443143874406815, -0.06322605907917023, 0.018372248858213425, 0.007185383699834347, 0.004320535808801651, 0.02024669572710991, -0.022028086706995964, -0.03642544150352478, -0.0025790275540202856, -0.02641509287059307, 0.030203869566321373, -0.0137858334928751, 0.03028363361954689, -0.0019542116206139326, 0.008893657475709915, -0.013652893714606762, 0.012536201626062393, -0.004383682273328304, 0.012709022499620914, -0.00600886857137084, 0.009079772979021072, 0.02778436988592148, 0.021403269842267036, 0.0424874871969223, 0.015912866219878197, -0.023211248219013214, 0.003506281180307269, 0.016524387523531914, -0.01843871735036373, 0.004423564299941063, -0.01546087209135294, -0.0029446114785969257, -0.0005408978904597461, -0.013613011687994003, -0.013214193284511566, -0.029034001752734184, 0.02749190293252468, 0.022918781265616417, -0.0018412130884826183, -0.01040252111852169, 0.01657756417989731, 0.003742248984053731, 0.005025115795433521, 0.019874464720487595, 0.039828695356845856, -0.006520685739815235, 0.013067959807813168, 0.008395133540034294, 0.009073125198483467, -0.041104916483163834, -0.062109366059303284, 0.010116701014339924, -0.0057662539184093475, 0.03243725374341011, 0.006587155628949404, -0.0037090140394866467, 0.0023065016139298677, 0.022599726915359497, -0.01374595146626234, 0.0036325736436992884, -0.04317877069115639, -0.007776964921504259, 0.021163979545235634, 0.009997055865824223, -0.007271794602274895, -0.007404733914881945, -0.01288184430450201, -0.004686119966208935, -0.02347712777554989, -0.000661789788864553, -0.015208287164568901, 0.004885529167950153, -0.0370369628071785, 0.017933547496795654, -0.012522906996309757, 0.03839294612407684, -0.011166923679411411, 0.009997055865824223, 0.01385230291634798, 0.01013664249330759, -0.019901053979992867, -0.013433543033897877, -0.0010842883493751287, 0.025577573105692863, -0.01486264355480671, -0.016750385984778404, 0.02661450207233429, 0.019675055518746376, -0.02749190293252468, -0.007850081659853458, -0.008189077489078045, 0.04296606779098511, -0.015221580862998962, -0.0032071671448647976, -0.015527341514825821, 0.02080504223704338, 0.013506660237908363, 0.023437246680259705, -0.004775853827595711, -0.030629277229309082, 0.004898823332041502, -0.011685388162732124, 0.017162498086690903, 0.01636486127972603, 0.009053184650838375, -0.02531169354915619, -0.005380729213356972, -0.022679490968585014, -0.021084215492010117, -0.006533979903906584, 0.0013343809405341744, 0.01227696891874075, -0.0022915457375347614, -0.0064442455768585205, 0.0020107110030949116, 0.016311684623360634, -0.004862264730036259, -0.011007396504282951, 0.009452003054320812, 0.019036946818232536, -0.0312407985329628, 0.029778463765978813, -0.003951628692448139, -0.007205324713140726, -0.019329413771629333, 0.01756131649017334, 0.012050972320139408, -0.025378163903951645, 0.012815374881029129, -0.010016996413469315, -0.01948894001543522, -0.01951552927494049, 0.0013069621054455638, 0.017415083944797516, 0.009724529460072517, -0.007358205039054155, 0.07311676442623138, -0.0076839071698486805, 0.001415806356817484, -0.016019217669963837, -0.006125190760940313, -0.001891065388917923, -0.031745970249176025, -0.008189077489078045, 0.006397716701030731, -0.014224533922970295, 0.0020589015912264585, -0.031081270426511765, -0.004154361318796873, 0.013812420889735222, -0.005357464775443077, -0.040041398257017136, 0.010276229120790958, -0.010688341222703457, -0.005696460604667664, 0.010754811577498913, -0.004380358848720789, -0.01874447986483574, -0.0065672146156430244, 0.019794702529907227, -0.0001655513042351231, -0.019741525873541832, -0.006789888720959425, -0.013127782382071018, 0.006726742256432772, 0.03849929943680763, -0.00555355055257678, -0.02274595946073532, -0.020406223833560944, -0.018292484804987907, -0.04759236425161362, -0.012742257677018642, 0.014011831022799015, 0.02596309781074524, -0.003991510719060898, -0.007404733914881945, -0.023211248219013214, 0.005786194931715727, -0.02339736372232437, -0.012948313727974892, -0.013227486982941628, 0.00857460219413042, 0.016324978321790695, 0.018731186166405678, -0.008581249043345451, 0.036265913397073746, -0.008840481750667095, 0.015181698836386204, -0.024726759642362595, -0.01724226213991642, 0.005895869806408882, 0.002908053109422326, 0.007012562360614538, 0.002818318782374263, -0.004137744195759296, 0.02436782233417034, 0.015580517239868641, 0.005596756003797054, 0.012841962277889252, 0.030735628679394722, -0.010721576400101185, 0.006527333054691553, -0.02943282015621662, -0.01314772292971611, -0.010867809876799583, -0.002859862521290779, 0.02735896408557892, -0.03815365582704544, -0.015035465359687805, 0.011638859286904335, 0.011745210736989975, -0.01830577850341797, 0.0029728610534220934, -0.008315370418131351, -0.023676536977291107, 0.015420990064740181, -0.0017348614055663347, -0.02379618212580681, 0.008288782089948654, -0.01596604287624359, 0.015753338113427162, 0.017282143235206604, 0.002062225015833974, 0.05344170704483986, 0.004470093175768852, 0.001253786263987422, 0.0001087404161808081, -0.01120680570602417, -0.008654366247355938, 0.007424674928188324, 0.010269581340253353, 0.00787002220749855, 0.02197491005063057, -0.02531169354915619, -0.011452743783593178, -0.0024510733783245087, -0.014197945594787598, -0.00193925597704947, -0.0029146999586373568, -0.0294062327593565, 0.0046130032278597355, 0.006720095407217741, -0.021602680906653404, -0.008036197163164616, -0.014344179071485996, -0.0383397713303566, -0.024620408192276955, -0.010216405615210533, -0.0032254462130367756, -0.016657328233122826, -0.00689291674643755, -0.014623352326452732, -0.00029475195333361626, -0.031426914036273956, -0.035415101796388626, 0.011120394803583622, 0.02253325656056404, 0.011505919508635998, 0.296083003282547, -0.005616697017103434, -0.002894759178161621, 0.01379912719130516, -0.003935011103749275, 0.002961228834465146, 0.021097509190440178, 0.0071388548240065575, -0.009970467537641525, 0.023317599669098854, -0.0028565390966832638, 0.01659085787832737, -0.010920985601842403, 0.002878141589462757, -0.0006439260323531926, -0.027890721336007118, -0.03839294612407684, -0.017973430454730988, -0.026747440919280052, -0.0227193720638752, 0.01110045425593853, -0.027651431038975716, -0.014237827621400356, -0.01788037270307541, 0.005450522527098656, -0.010442403145134449, -0.0015429299091920257, -0.006111896596848965, 0.01725555583834648, 0.007949786260724068, -0.029246704652905464, -0.006613743491470814, 0.013061312958598137, 0.013293957337737083, -0.03578733280301094, -0.018598245456814766, 0.031187623739242554, 0.0040513332933187485, 0.018079781904816628, 3.268963337177411e-05, 0.01385230291634798, -0.015288050286471844, 0.0012188897235319018, -0.029565760865807533, 0.02337077632546425, 0.0076240841299295425, -0.02693355642259121, -0.02511228434741497, 0.0205923393368721, 0.023875946179032326, -0.018505187705159187, -0.015713457018136978, 0.0085214264690876, 0.018239308148622513, 0.008049490861594677, -0.0015296358615159988, 0.02629544585943222, 0.020060580223798752, 0.001362630631774664, 0.019781406968832016, -0.005869281943887472, 0.031107859686017036, -0.006603773217648268, -0.004945351742208004, 0.01798672415316105, 0.016338273882865906, -0.02553769201040268, -0.002805024851113558, 0.009292475879192352, -0.03607979789376259, 5.717440217267722e-05, 0.0075709084048867226, -0.012635906226933002, -0.005400670226663351, -0.00210376875475049, -0.005035086069256067, 0.012057619169354439, 0.015062052756547928, 0.016338273882865906, 0.04161008447408676, -0.02133680135011673, -0.00872748252004385, 0.015793221071362495, -0.002366324421018362, -0.005769577343016863, -0.028688358142971992, 0.03693061321973801, -0.014211240224540234, -0.02261302061378956, -0.0218951478600502, -0.0018146251095458865, -0.02424817718565464, -0.002095459960401058, 0.012489672750234604, 0.006105249747633934, 0.012090853415429592, -0.003672455670312047, 0.014025124721229076, -0.009332357905805111, -0.017920253798365593, -0.041982315480709076, 0.033846415579319, 0.02467358484864235, 0.018598245456814766, -0.039403289556503296, -0.00676662428304553, -0.01615215837955475, -0.0034398112911731005, -0.012463084422051907, -0.013772539794445038, -0.0065406267531216145, -0.029698699712753296, 0.006467510014772415, -0.0029495966155081987, 0.01648450642824173, 0.006763300392776728, 0.0023380746133625507, -0.02382277138531208, 0.01605910062789917, -0.010588636621832848, 0.015434283763170242, -0.024394411593675613, 0.0001491415750933811, 0.00471603125333786, 0.0085214264690876, 0.006178366485983133, -0.009664706885814667, 0.01228361576795578, 0.008308722637593746, -0.023875946179032326, -0.006211601197719574, -0.012742257677018642, 0.013200899586081505, 0.009212711825966835, -0.011632212437689304, 0.015580517239868641, 0.010754811577498913, 0.0029944637790322304, 0.010861163027584553, -0.0076573193073272705, -0.01951552927494049, -0.026707559823989868, 0.003629250219091773, -0.00554690370336175, 0.009279182180762291, -0.003253696020692587, 0.0008782320073805749, 0.0046927668154239655, 0.021057628095149994, -0.027864133939146996, -0.01191138569265604, -0.007670613005757332, -0.0013526601251214743, -0.021509623154997826, -0.006158425472676754, -0.0058360472321510315, -0.007205324713140726, -0.013433543033897877, -0.007298382464796305, 0.026122625917196274, -0.018186133354902267, -0.012709022499620914, 0.024407705292105675, -0.011293216608464718, -0.0333678312599659, -0.02693355642259121, -0.16835467517375946, 0.031214211136102676, 0.020020699128508568, -0.016883324831724167, 0.011758504435420036, 0.0014698130544275045, 0.009777705185115337, 0.01780060864984989, 0.0036458675749599934, -0.0323043167591095, 0.004845647141337395, -0.02900741435587406, -0.0156203992664814, -0.000567485811188817, -0.01971493847668171, 0.004809089004993439, -0.0053009651601314545, -0.0003743079723790288, 0.036053210496902466, 0.003375003347173333, 0.027731193229556084, -0.023676536977291107, 0.008594542741775513, 0.002000740496441722, 0.004240772221237421, 0.015327932313084602, 0.022812429815530777, -0.007318323478102684, -0.010316110216081142, -0.04115809127688408, -0.018904006108641624, -0.006786564830690622, 0.005041733384132385, 0.008062784560024738, 0.024912875145673752, -0.0051347906701266766, -0.00027065665926784277, 0.00792319793254137, -0.010149936191737652, 0.007185383699834347, 0.005217878147959709, 0.05019798129796982, -0.006666919216513634, 0.004224154632538557, 0.009212711825966835, 0.02133680135011673, 3.549382745404728e-05, -0.0022682812996208668, 0.02575039491057396, -0.0023513685446232557, 0.018465306609869003, -0.014849349856376648, 0.02145644649863243, 0.004403623286634684, 0.02200149931013584, -0.01680356077849865, -0.008654366247355938, 0.02016693353652954, 0.006826446857303381, -0.004337153397500515, -0.013573129661381245, -0.0051148501224815845, -0.0029662142042070627, 0.003974893130362034, 0.008700895123183727, 0.005782871041446924, -0.015912866219878197, -0.0032304315827786922, -0.026481561362743378, -0.009465297684073448, -0.01395865436643362, -0.02177550084888935, 0.00850813277065754, 0.0005720555782318115, -0.010588636621832848, 0.016205333173274994, -0.01045569684356451, 0.015713457018136978, 0.0001824803330237046, -0.00517134927213192, -0.01701626554131508, 0.012050972320139408, -0.015288050286471844, 0.0015470841899514198, -0.0032736368011683226, 0.02834271639585495, 0.004912117030471563, -0.009292475879192352, 0.01126662828028202, -0.00659712590277195, 0.016112275421619415, -0.040998563170433044, -0.012549495324492455, -0.025391457602381706, -0.007132207974791527, 0.020818335935473442, 0.01476958580315113, -0.01455688290297985, -0.019449058920145035, -0.021416565403342247, 0.015540635213255882, -0.0013227487215772271, -0.017388496547937393, 0.004995204508304596, 0.014583470299839973, 0.009631471708416939, 0.021576091647148132, -0.0035361924674361944, 0.04522604122757912, -0.02693355642259121, -0.025816863402724266, -0.002005725633352995, -0.006042103283107281, 0.009790998883545399, -0.006607096642255783, 0.004726001527160406, -0.017707550898194313, -0.01288184430450201, 0.016776973381638527, 0.008647719398140907, 0.013220840133726597, -0.000838350155390799, 0.011831621639430523, 0.023530304431915283, 0.006676889955997467, -0.006480804178863764, -0.06003550812602043, -0.015553929843008518, -0.006135161034762859, 0.02767801843583584, 0.005061673931777477, 0.009751117788255215, -0.008016255684196949, 0.027079790830612183, -0.025271812453866005, 0.025909921154379845, -0.0009455326944589615, -0.00689291674643755, 0.005187966860830784, -0.00786337535828352, 0.0024776612408459187, 0.00418094964697957, 0.004712707828730345, 0.017215674743056297, -0.00954506080597639, 0.03504287078976631, -0.004862264730036259, -0.008541367016732693, -0.0003869787906296551, -0.010468991473317146, -0.013227486982941628, 0.018279191106557846, -0.018784360960125923, 0.020738571882247925, 0.01831907220184803, -0.0070258560590445995, 0.011452743783593178, -0.026680972427129745, 0.013539895415306091, 0.0010859500616788864, -0.013626305386424065, 0.016192039474844933, -0.04421570152044296, -0.0075974962674081326, 0.02953917160630226, 0.006563891191035509, 0.012662493623793125, 0.026268858462572098, -0.004433534573763609, -0.021828677505254745, 0.015341226011514664, -0.005530286114662886, -0.024740053340792656, 0.04105173796415329, -0.02520534209907055, -0.005045056808739901, -0.024646995589137077, -0.006906210444867611, -0.00431388895958662, -0.019994111731648445, 0.034670639783144, -0.0014756291639059782, 0.014423943124711514, 0.007371499203145504, -0.028927650302648544, 0.012788786552846432, -0.004912117030471563, -0.019036946818232536, 0.006447569001466036, 0.0006235696491785347, 0.021403269842267036, 0.01918317936360836, -0.03158644214272499, -0.0058293999172747135, 0.0009114668937399983, -0.0009455326944589615, -0.03461746498942375, -0.00011081759294029325, -0.0045864153653383255, 0.024593820795416832, -0.022147731855511665, -0.002030652016401291, -0.0038253359962254763, -0.015540635213255882, 0.01930282451212406, -0.008687600493431091, -0.0004922918160445988, 0.004533239174634218, -0.0016617446672171354, -0.00872748252004385, 0.049426931887865067, 0.01811966300010681, 0.0012521245516836643, 0.011446096934378147, 0.01636486127972603, -0.03913740813732147, -0.026162507012486458, 0.025457927957177162, 0.015607105568051338, 0.0036624851636588573, -0.002628880087286234, 0.008973420597612858, -0.016630740836262703, -0.01131980400532484, 0.0013526601251214743, 0.023995591327548027, -0.007590849418193102, -0.027864133939146996, -0.06024821102619171, 0.015753338113427162, -0.0069527393206954, 0.011027337051928043, 0.013174311257898808, 0.009113007225096226, -0.00277677527628839, -0.023969003930687904, 0.0012820359552279115, 0.011731917038559914, -0.007265147287398577, -0.004815735854208469, 9.066893835552037e-05, 0.007364852353930473, -0.0333678312599659, -0.008381839841604233, 0.0070325033739209175, 0.01309454720467329, -0.008747423999011517, 0.023955710232257843, 0.021257037296891212, 0.0011848239228129387, 0.0012953298864886165, -0.011353039182722569, -0.039403289556503296, -0.015872985124588013, -0.0027319081127643585, 0.022240789607167244, -0.014251122251152992, -0.0058194296434521675, 0.00974447000771761, -0.02015363797545433, 0.005693137180060148, 0.038579061627388, 0.009518473409116268, -0.02749190293252468, 0.003446458373218775, 0.027132965624332428, 0.03762189671397209, 0.022028086706995964, -0.0045432099141180515, -0.004961969330906868, 0.020539162680506706, 0.0021469739731401205, -0.011791739612817764, 0.002848230302333832, -0.014583470299839973, 0.013320544734597206, 0.0170428529381752, -0.01756131649017334, 0.022054674103856087, -0.00684638787060976, 0.002811671933159232, -0.004765883553773165, -0.013606364838778973, -0.04145055636763573, 0.005497051402926445, -0.0019492264837026596, -0.01671050302684307, -0.021057628095149994, 0.034963104873895645, 0.014344179071485996, 0.007531026378273964, -0.024740053340792656, -0.0009729514713399112, -0.012609317898750305, 0.013293957337737083, 0.0015445916214957833, 0.02069869078695774, -0.03374006226658821, -0.018079781904816628, 0.004244095645844936, -0.00129283731803298, -0.008335310965776443, -0.01470311637967825, 0.0131942518055439, 0.0014083285350352526, -0.03211820125579834, -0.0037090140394866467, 0.02844906784594059, 0.012356732971966267, 0.004755913279950619, -0.026707559823989868, -0.000749031372833997, 0.01454358920454979, 0.043285124003887177, -0.011585683561861515, 0.018917299807071686, -0.012948313727974892, -0.02135009504854679, -0.016192039474844933, 0.02113739214837551, -0.007451262790709734, 0.013247428461909294, 0.015155110508203506, 0.0014698130544275045, -0.019449058920145035, 0.009565002284944057, 0.01593945361673832, 0.004310565534979105, 0.013772539794445038, -0.0076041435822844505, -0.0041211266070604324, 0.01374595146626234, -0.01671050302684307, -0.00862113106995821, -0.007398087065666914, -0.017335319891572, 0.008714188821613789, -0.0034863401670008898, 0.0004902146756649017, -0.005693137180060148, -0.037542134523391724, 0.011432803235948086, -0.007251853588968515, 0.01314772292971611, -0.0031024771742522717, 0.022054674103856087, -0.01486264355480671, 0.01314772292971611, -0.011811681091785431, 0.020951276645064354, -0.009970467537641525, -0.0023729712702333927, 0.005460492800921202, 0.0296455230563879, -0.031081270426511765, -0.011944619938731194, 0.01722896844148636, 0.009192771278321743, -0.0034265173599123955, -0.0023613390512764454, -0.014357473701238632, -0.03568097949028015, -0.021589385345578194, -0.013706069439649582, 0.007418028078973293, 0.002055578166618943, -0.0052212015725672245, 0.04416252300143242, 0.01983458362519741, -0.012762198224663734, 0.020871512591838837, 0.02004728652536869, 0.011492625810205936, 0.013307251036167145, -0.0030293604359030724, -0.00846160389482975, -0.019967522472143173, 0.018731186166405678, -0.023237837478518486, -0.00439365254715085, -0.012323497794568539, -0.009086419828236103, 0.017295438796281815, -0.0205923393368721, 0.0005666548968292773, -0.0023197955451905727, -0.004852294456213713, 0.0218951478600502, -0.012901784852147102, 0.023118190467357635, 0.011625565588474274, -0.012310204096138477, -0.001117523293942213, 0.0014033432817086577, 0.01450370717793703, -0.004420240875333548, -0.02306501567363739, 0.003197196638211608, 0.005998897831887007, -0.0278109572827816, -0.015248168259859085, 0.006078661885112524, -0.027545079588890076, 0.006656948942691088, -0.009132948704063892, 0.004350447561591864, -0.007457909639924765, -0.03533533588051796, -0.002188517712056637, -0.017827196046710014, -0.03610638529062271, 0.025590866804122925, 0.016311684623360634, -0.004048009868711233, -0.00959823653101921, -0.011293216608464718], \"e548e4ac-2c22-4ae3-b218-68249a21b837\": [0.008753564208745956, 0.02863364852964878, 0.02201574295759201, -0.028132690116763115, -0.015120991505682468, 0.0005858230870217085, -0.010645336471498013, -0.0015242935623973608, -0.010104830376803875, -0.04521796107292175, -0.001260631950572133, 0.009979590773582458, 0.016847975552082062, 0.0010060337372124195, 0.0011683503398671746, 0.010889223776757717, 0.0027519678696990013, -0.00447895098477602, 0.0430559366941452, -0.017283016815781593, -0.007342975120991468, 0.011383588425815105, -0.012866685166954994, -0.00017313090211246163, -0.028396353125572205, 0.0028327142354100943, 0.0347769632935524, -0.022134389728307724, 0.009294071234762669, -0.020275576040148735, 0.012438234873116016, -0.020328307524323463, -0.0010884279618039727, -0.0349615253508091, -0.006126835942268372, 0.002910164650529623, -0.007672552019357681, 0.0019494477892294526, 0.01694025658071041, -0.01116606779396534, 0.03754540905356407, -0.002190039027482271, -0.008938128128647804, 0.007151820231229067, 0.010856266133487225, 0.026669370010495186, 0.004854668863117695, -0.03261493891477585, -0.02868638001382351, 0.020842447876930237, 0.004469064064323902, 0.0334586538374424, -0.015384653583168983, -0.010678294114768505, -0.01680842600762844, 0.0028903901111334562, -0.014435471966862679, 0.015516484156250954, -0.0013768078060820699, -0.026326609775424004, 0.020710617303848267, 0.011014462448656559, -0.03237764164805412, -0.028844578191637993, -0.030479278415441513, 0.018996817991137505, -0.013163304887712002, -0.004215289372950792, 0.02669573575258255, 0.02017011120915413, 0.013328093104064465, 0.004867852199822664, 0.0009977943263947964, 0.003440783591940999, 0.04179036244750023, -0.006383906118571758, -0.0014501387486234307, -0.015780145302414894, 0.005144696682691574, -0.005240274127572775, 0.021607067435979843, -0.014765048399567604, -0.0068552009761333466, 0.0208688136190176, 0.0030024463776499033, 0.02017011120915413, 0.005197429098188877, 0.010671702213585377, 0.004192219115793705, -0.011278124526143074, -0.011653842404484749, 0.01323581114411354, -0.003720924025401473, 0.012570066377520561, 0.018680423498153687, 0.01549011841416359, 9.784316353034228e-05, 0.030558377504348755, 0.0015415963716804981, -0.01787625625729561, -0.017045721411705017, -0.00720455264672637, -0.04933108389377594, -0.015516484156250954, -0.027473537251353264, 0.0004984851693734527, 0.03794090077280998, 0.010981504805386066, 0.029108239337801933, -0.0033353189937770367, -0.015608766116201878, 0.020183295011520386, 0.013960881158709526, -0.019919632002711296, -0.014343190006911755, -0.009116099216043949, -0.011502236127853394, -0.025166498497128487, 0.002578939776867628, -0.009524774737656116, -0.0020516167860478163, 0.04382055625319481, 0.006268554367125034, 0.0025772920344024897, -0.014527752995491028, 0.0021933347452431917, -0.006644271779805422, 0.0014484907733276486, 0.0006451469380408525, -0.027552636340260506, 0.04650990292429924, -0.008852438069880009, 0.006601426750421524, -0.016557946801185608, -0.03820456191897392, 0.012741446495056152, 0.001901659183204174, -0.01893090084195137, -0.026577087119221687, -0.029134605079889297, 0.0055467807687819, 0.013512656092643738, -0.01328195258975029, -0.004966725129634142, 0.032140348106622696, 0.0023861373774707317, 0.01951095648109913, 0.0434250645339489, -0.0019922929350286722, 0.008984268642961979, -0.01118584256619215, 0.019484590739011765, 0.03229854255914688, 0.008259199559688568, -0.006433342583477497, 0.028000859543681145, 0.010421223938465118, -0.01641293428838253, 0.03182395175099373, -0.002630024217069149, 0.020855631679296494, 0.021251123398542404, 0.019089099019765854, -0.00794280506670475, -0.0078505240380764, 0.0377827063202858, -0.014422289095818996, 0.0035989806056022644, 0.026629820466041565, 0.005062302574515343, -0.00027148902881890535, 0.01883861981332302, -0.02100064605474472, -0.003065065946429968, -0.004317458253353834, 0.031481191515922546, 0.028475450351834297, 0.004696472082287073, -0.034302372485399246, -0.005655541084706783, -0.022608980536460876, -0.023109937086701393, 0.0490674190223217, 0.01440910529345274, -0.03498789295554161, 0.029767392203211784, 0.010553054511547089, -0.016689777374267578, 0.010994687676429749, 0.012734854593873024, 0.012570066377520561, 0.01220093946903944, -0.002674517221748829, -0.018034452572464943, -0.6302566528320312, -0.006179568357765675, 0.005220499355345964, -0.04967384412884712, 0.007105679716914892, 0.023980021476745605, 0.02633979171514511, 0.012115249410271645, -0.006914524827152491, -0.02003828063607216, -3.8802540075266734e-05, 0.04028749093413353, 0.017045721411705017, 0.003661600174382329, -0.022042108699679375, -0.014105894602835178, 0.013420375064015388, -0.0230308398604393, 0.03812546655535698, 0.024586442857980728, 0.001554779359139502, -0.008160325698554516, -0.004010951612144709, -0.009781844913959503, 0.012003193609416485, -0.017085270956158638, 0.031217532232403755, -0.0017253354890272021, 0.0015638427576050162, 0.02705167792737484, -0.0375981405377388, 0.0029975026845932007, 0.017362115904688835, 0.014211359433829784, 0.049093786627054214, -0.007553904317319393, -0.0014394274912774563, 0.012609614990651608, 0.01546375174075365, 0.0173884816467762, 0.0010793645633384585, -0.005995005369186401, -0.014488204382359982, -0.0029217000119388103, -0.010691476985812187, 0.002638263627886772, 0.0360952690243721, -0.011554968543350697, -0.005428133066743612, 0.016966622322797775, -0.003875825321301818, -0.012444826774299145, 0.007481397595256567, 0.01977461948990822, -0.015318738296627998, -0.013440148904919624, 0.015173723921179771, -0.02370317652821541, -0.016267919912934303, -0.003605572273954749, 0.005480865016579628, 0.005981822032481432, -0.005761005450040102, -0.020183295011520386, 0.0033567415084689856, 0.02003828063607216, -0.004970021080225706, -0.011871363036334515, 0.010032323189079762, -0.02966192737221718, -0.025825651362538338, 0.020763350650668144, -0.011370405554771423, -0.0055467807687819, -0.0033138964790850878, 0.03772997111082077, 0.030083786696195602, -0.014712315984070301, -0.011713165789842606, 0.01827174797654152, 0.0034210090525448322, 0.005863174330443144, -0.020236026495695114, 0.0010925476672127843, 0.016096539795398712, -0.02007783018052578, -0.0007279531564563513, -0.03211398050189018, 0.01874633878469467, -0.027605367824435234, 0.013354458846151829, -0.011785672977566719, 0.010414632968604565, -0.01385541632771492, -0.004040613770484924, 0.02268807962536812, 0.009294071234762669, -0.013697219081223011, -0.02686711587011814, -0.03464513272047043, -0.016571130603551865, -0.02193664386868477, -0.009696154855191708, -0.011930686421692371, 0.01680842600762844, 0.0259442999958992, -0.00447895098477602, 0.01800808683037758, 0.039074648171663284, -0.01571423001587391, -0.0017187439370900393, -0.01759941130876541, -0.014923245646059513, -0.007837340235710144, -0.004828302655369043, -0.026893481612205505, 0.028449084609746933, 0.00957750715315342, -0.0028936858288943768, -0.0007600869284942746, -0.0024421655107289553, 0.030162885785102844, 0.020156927406787872, -0.007026581093668938, 0.014237725175917149, -0.008575593121349812, -0.01584606058895588, 0.0173884816467762, 0.00523038674145937, -0.006311398930847645, 0.03559431433677673, 0.012227306142449379, 0.028132690116763115, -0.0046041905879974365, 0.022134389728307724, -0.008753564208745956, 0.0030024463776499033, 0.0015646667452529073, 0.005022753030061722, -0.006179568357765675, -0.013156712986528873, -0.01162747573107481, 0.014264091849327087, -0.009037001058459282, 0.006980440579354763, 0.002107644686475396, -0.012965558096766472, -0.013934514485299587, -0.019893266260623932, -0.006499257870018482, -0.0015234695747494698, -0.0075670876540243626, 0.009050183929502964, -0.0013883430510759354, -0.01306443102657795, -0.003234798088669777, 0.015674680471420288, -0.007092496380209923, -0.019049549475312233, -0.006584947928786278, -0.001310892403125763, 0.0100586898624897, -0.020104195922613144, -0.0027354888152331114, -0.013354458846151829, -0.03040018118917942, -0.011522010900080204, 0.020328307524323463, -0.03032108210027218, -0.019603239372372627, -0.00478875357657671, 0.006252075079828501, -0.019313210621476173, -0.011884545907378197, 0.017797157168388367, 0.0097291124984622, -0.02498193457722664, -0.012701896950602531, 0.02532469481229782, -0.008891986683011055, -0.004795345012098551, 0.0021933347452431917, 0.0038263886235654354, -0.006116948556154966, 0.020275576040148735, 0.01791580393910408, 0.022121207788586617, 0.010328942909836769, -0.010071872733533382, 0.027789931744337082, 0.02810632437467575, 0.013670853339135647, -0.010467364452779293, 0.015648314729332924, 0.006769511383026838, 0.028844578191637993, 0.01003891509026289, 0.015015527606010437, 0.021158842369914055, 0.0006603898946195841, 0.00678269425407052, 0.035937074571847916, 0.005935681518167257, -0.024546893313527107, 0.028396353125572205, -0.02519286423921585, -0.008305340074002743, 0.001030751969665289, 0.019537324085831642, 0.006476187612861395, 0.0006603898946195841, -0.016202004626393318, -0.019484590739011765, -0.009300662204623222, 0.019735069945454597, 0.013308318331837654, -0.011785672977566719, 0.014237725175917149, 0.002854136750102043, -0.01915501430630684, 0.0017418143106624484, -0.019708704203367233, -0.0019560393411666155, 0.023887738585472107, -0.039074648171663284, 0.028580915182828903, 0.010770576074719429, -0.0013949346030130982, -0.013275360688567162, -0.031191164627671242, -0.02532469481229782, 0.0014229485532268882, 0.01686115749180317, 0.001988996984437108, -0.00678269425407052, 0.014290457591414452, 0.02220030501484871, -0.01208888366818428, 0.03522518649697304, -0.0025772920344024897, -0.011291307397186756, 0.010823307558894157, 0.006802469026297331, -0.01546375174075365, 0.014079528860747814, 0.01919456385076046, 0.024863287806510925, 0.009076549671590328, -0.02267489582300186, 0.030769307166337967, -0.0030601222533732653, 0.02868638001382351, -0.02020966075360775, -0.009280887432396412, 0.029424631968140602, -0.019932815805077553, -0.002872263314202428, 0.026062946766614914, 0.017230285331606865, -0.0029810238629579544, -0.022925375029444695, -0.020974278450012207, -0.0048942179419100285, 0.006298216059803963, 0.023716360330581665, 0.02171253226697445, -0.023821823298931122, -0.02810632437467575, -0.031744856387376785, 0.013005107641220093, -0.00253279902972281, -0.014264091849327087, -0.032904963940382004, 0.0050062742084264755, 0.022437600418925285, 0.0068947505205869675, 0.007824157364666462, 0.027552636340260506, 0.03701808676123619, -0.00034790969220921397, -0.03738721087574959, -0.003908783197402954, -0.002661334117874503, 0.04519159719347954, -0.0031079109758138657, -0.018509043380618095, -0.04139486700296402, -0.0034210090525448322, -0.015938343480229378, 0.009570915251970291, -0.010770576074719429, 0.028475450351834297, 0.00825260765850544, -0.008081227540969849, -0.0377827063202858, 0.014633217826485634, 0.01761259324848652, -0.004416331648826599, -0.008990859612822533, 0.005569851025938988, 0.0011592870578169823, 0.003304009325802326, -0.0068486095406115055, -0.005144696682691574, 0.011568152345716953, 0.001591856824234128, -0.02479737251996994, 0.012207531370222569, 0.01641293428838253, 0.0007469038246199489, -0.008793113753199577, -0.029319168999791145, -0.0021092926617711782, -0.003559431293979287, -0.012029559351503849, 0.00023379367485176772, -0.008878803811967373, -0.011001279577612877, 0.0332740917801857, -0.0037374028470367193, -0.0021125883795320988, 0.006608018651604652, -0.04722179099917412, 0.02039422281086445, -0.013354458846151829, 0.026722101494669914, 0.008166917599737644, 0.0078505240380764, -0.007995537482202053, 0.0034276004880666733, -0.025522440671920776, -0.013077614828944206, 0.017968537285923958, -0.029582830145955086, -0.02902914024889469, -0.0030271646101027727, 0.0276317335665226, 0.025337878614664078, -0.007066130638122559, 0.0035264736507087946, -0.017177551984786987, -0.028660014271736145, -0.002931587165221572, -0.031481191515922546, 0.0025674046482890844, 0.00783074926584959, 0.037756338715553284, 0.02220030501484871, -0.002232884056866169, 0.012266854755580425, 0.00492058414965868, 0.016953440383076668, 0.011785672977566719, -0.009959816001355648, 0.024955568835139275, -0.0052798232063651085, 0.02506103366613388, 0.0037538819015026093, -0.0020071237813681364, 0.03079567290842533, -0.0058928364887833595, 0.016452481970191002, 0.006054329220205545, -0.0069540743716061115, -0.00016015380970202386, 0.020657885819673538, 0.021079743281006813, -0.018034452572464943, 0.017375297844409943, 0.00871401559561491, 0.007593453396111727, -0.015872428193688393, 0.008391030132770538, 0.014422289095818996, 0.0020829264540225267, 0.01220093946903944, -0.019445041194558144, -0.025746554136276245, -0.018851803615689278, -0.006472891662269831, -0.0013092445442453027, -0.00807463563978672, 0.005912610795348883, -0.025970665737986565, -0.015094625763595104, -0.03883735090494156, 0.0067365532740950584, 0.00462396489456296, 0.004235064145177603, -0.01337423361837864, -0.013631303794682026, -0.013631303794682026, -0.0009392944048158824, -0.0025871791876852512, 0.002822826849296689, -0.011891137808561325, -0.01870678924024105, -0.011100152507424355, -0.019484590739011765, -0.0027865732554346323, 0.015635132789611816, -0.014620034955441952, -0.010342125780880451, 0.019708704203367233, -0.00494035892188549, -0.014264091849327087, 0.002012067474424839, -0.032272178679704666, -0.01897045038640499, -0.004976612515747547, 0.019405491650104523, -0.026273876428604126, 0.01755986176431179, 0.007165003567934036, 0.011251757852733135, -0.016136089339852333, 0.014699133113026619, 0.010289393365383148, -0.01646566577255726, 0.013189670629799366, -0.007837340235710144, 0.02100064605474472, -0.01206910889595747, 0.0050524151884019375, 0.002911812625825405, -0.010671702213585377, 0.01605699025094509, -0.007165003567934036, 0.015345104038715363, -0.010961730033159256, 0.003882416756823659, 0.024375513195991516, -0.028475450351834297, -0.020354675129055977, 0.0247182734310627, -0.014975978061556816, 0.011027645319700241, 0.01949777454137802, -0.0008136431570164859, 0.020407406613230705, 0.003063417971134186, 0.0259442999958992, -0.01562194898724556, -0.009814802557229996, -0.007112271152436733, -0.006723370403051376, 0.01875952258706093, 0.00814055185765028, -0.035857975482940674, 0.006143314763903618, -0.003823092905804515, -0.02413821779191494, -0.0029167563188821077, -0.01583287864923477, -0.007375932764261961, 0.015542849898338318, -0.001259807962924242, -0.015503301285207272, -0.020183295011520386, -0.0045448667369782925, 0.027341706678271294, 0.02148841880261898, 0.015648314729332924, 0.004749204497784376, 0.006064216606318951, -0.011139702051877975, 0.01210865844041109, -0.008166917599737644, 0.01671614497900009, -0.031217532232403755, -0.024335963651537895, 0.022121207788586617, 0.01862769015133381, 0.02643207460641861, -0.02077653259038925, 0.010065280832350254, 0.0018258565105497837, 0.0034473752602934837, -0.001481448533013463, 0.007560495752841234, -0.006298216059803963, -0.02682756632566452, 0.02334723249077797, 0.006729961838573217, 0.03482969477772713, 0.0015308851143345237, 0.0006459708674810827, 0.015397836454212666, 0.002923347754403949, 0.01597789116203785, -0.025047849863767624, 0.02519286423921585, -0.039997462183237076, 0.011614292860031128, 0.022042108699679375, 0.012945783324539661, -0.0026349679101258516, -0.018522227182984352, -0.006331173703074455, -0.0006241364171728492, -0.014593668282032013, 0.01385541632771492, -0.0014287162339314818, -0.06813015043735504, -0.010078463703393936, 0.005856582894921303, -0.00035202939761802554, 0.017151186242699623, -0.03203488141298294, -0.033959612250328064, 0.005118330474942923, -0.009893900714814663, 0.03359048441052437, -0.01440910529345274, 0.03622710332274437, 0.004343824461102486, -0.004561345558613539, -0.009188606403768063, 0.013894965872168541, -0.0011675264686346054, 0.007586861960589886, -0.012477784417569637, -0.0024256864562630653, 0.018772704526782036, 0.009274296462535858, 0.048777393996715546, 0.017994903028011322, -0.03862642124295235, 0.002330109244212508, 0.019128648564219475, -0.01813991740345955, 0.013921331614255905, 0.013051248155534267, -0.024823738262057304, -0.019128648564219475, -0.008687648922204971, -0.01197682786732912, -0.03936467319726944, 0.026814382523298264, 0.015147358179092407, -0.00231198244728148, 0.0014830963918939233, 0.009241338819265366, 0.025746554136276245, -0.006433342583477497, 0.01601744070649147, 0.030373813584446907, -0.023729542270302773, 0.019471408799290657, 0.01175930630415678, 0.009149056859314442, -0.03335319086909294, -0.04545525833964348, 0.01924729533493519, -0.008588775992393494, 0.020275576040148735, 0.01972188614308834, -0.00494035892188549, 0.005754414014518261, 0.01932639442384243, -0.014765048399567604, -0.012128433212637901, -0.03274676948785782, 0.0007979882648214698, 0.014949611388146877, 0.010124605149030685, 0.0021916870027780533, -0.011060603894293308, -0.026814382523298264, -0.0006393793155439198, -0.013426966033875942, -0.002064799889922142, -0.00897767674177885, 0.005260048434138298, -0.024810554459691048, 0.01177908107638359, 0.0011848292779177427, 0.032588571310043335, 0.0037275156937539577, 0.008239424787461758, 0.010091647505760193, 0.006914524827152491, -0.017849888652563095, -0.014369556680321693, 0.016702961176633835, 0.025838835164904594, -0.029951956123113632, -0.02483692206442356, 0.020855631679296494, 0.049093786627054214, -0.01883861981332302, -0.004679993260651827, -0.009682971984148026, 0.04121030494570732, -0.01210865844041109, -0.006664046552032232, -0.014369556680321693, 0.015068259090185165, 0.019049549475312233, 0.0188913531601429, 0.0074616228230297565, -0.03548884764313698, 0.005428133066743612, -0.0126425726339221, -0.0012243784731253982, 0.02338678203523159, 0.0003911666863132268, -0.029398266226053238, -0.008186692371964455, -0.009874125942587852, -0.007606636732816696, -0.008015312254428864, -0.001531708985567093, 0.009472042322158813, -0.022477149963378906, -0.0005199076840654016, -0.006604722701013088, 0.018693605437874794, -0.01571423001587391, -0.013479698449373245, 0.008918353356420994, 0.03124389797449112, -0.02916097082197666, 0.01827174797654152, -0.03098023682832718, -0.008582184091210365, -0.03380141407251358, 0.019392309710383415, 0.0002953833609353751, -0.03224581107497215, 0.001666011638008058, -0.02223985455930233, -0.01840357854962349, -0.014501387253403664, 0.01928684487938881, 0.007441848050802946, -0.006443229969590902, 0.018957268446683884, 0.06464982032775879, -0.023795457556843758, 0.01985371671617031, -0.0022460671607404947, -0.027236241847276688, 0.017586227506399155, -0.04566618800163269, 0.0020170111674815416, -0.00988730974495411, -0.024349147453904152, -0.008582184091210365, -0.03469786420464516, 0.009096324443817139, 0.0038560505490750074, -0.016043806448578835, -0.03045291267335415, 0.009010634385049343, 0.00013255173689685762, -0.017678508535027504, 0.01862769015133381, -0.01998554728925228, -0.0315866582095623, -0.016136089339852333, -0.000586235080845654, 0.0037604733370244503, -0.016927072778344154, 0.007580270525068045, -0.010882631875574589, 0.009274296462535858, 0.028211789205670357, -0.008239424787461758, 0.001652004662901163, -0.028079958632588387, -0.011561560444533825, -0.03799363598227501, 0.001607511774636805, 0.0001816793082980439, 0.022833094000816345, 0.006815651897341013, -0.010750801302492619, -0.023584527894854546, -0.0009104564087465405, -0.024902837350964546, -0.02541697584092617, -0.010210295207798481, 0.010183928534388542, 0.018851803615689278, 0.014224542304873466, 0.002335052937269211, 0.03535701707005501, 0.006027963012456894, 0.011910911649465561, -0.020631518214941025, -0.015556033700704575, -0.0013446740340441465, 0.004297683946788311, 0.00023379367485176772, 0.0006006540497764945, -0.0034308964386582375, 0.009775253012776375, 0.02974102646112442, -0.00012709312431979924, 0.00873379036784172, 0.029240069910883904, -0.008773338980972767, -0.0008045798167586327, -0.02908187359571457, 0.003542952472344041, -0.033115893602371216, -0.0010892519494518638, 0.01746758073568344, -0.03045291267335415, -0.031744856387376785, 0.022253038361668587, 0.0013183079427108169, -0.01249096728861332, 0.012668939307332039, -0.01836402900516987, -0.020723801106214523, -0.003411121666431427, -0.013881782069802284, -0.015727413818240166, -0.0020977575331926346, -0.016215186566114426, 0.018825437873601913, 0.025337878614664078, -0.014039979316294193, 0.057161830365657806, -0.007896664552390575, 0.010678294114768505, -0.005204020533710718, 0.001185653149150312, -0.03569977730512619, 0.005958751775324345, -0.0028986295219510794, 0.011818630620837212, 0.029951956123113632, -0.024375513195991516, -0.009162239730358124, -0.014923245646059513, -0.015595582313835621, 0.007039764430373907, -0.004195515066385269, -0.018693605437874794, 0.016162455081939697, -0.0007757418206892908, -0.026155229657888412, -0.008226240985095501, 0.0029200520366430283, -0.02329450100660324, -0.020842447876930237, -0.008760156109929085, -0.0005561611615121365, -0.011554968543350697, 0.00020310180843807757, -0.002990911016240716, 0.00984116829931736, -0.019616421312093735, -0.01520009059458971, 0.013736768625676632, 0.012800769880414009, 0.005101851653307676, 0.2560681402683258, -0.014857330359518528, 0.006776102818548679, 0.025074217468500137, -0.007112271152436733, 0.01050032302737236, 0.02250351570546627, 0.002152137691155076, -0.02047332189977169, 0.0360952690243721, -0.02960919588804245, 0.028580915182828903, -0.006311398930847645, -0.0002195806591771543, 0.008160325698554516, -0.03171848878264427, -0.0432404987514019, -0.01533192116767168, -0.014804597944021225, -0.013512656092643738, 0.001290293876081705, -0.010216886177659035, -0.01936594396829605, -0.01910228095948696, 0.0018472790252417326, -0.019800985231995583, -0.007560495752841234, 0.0057873716577887535, 0.017085270956158638, -0.0021966304630041122, -0.031085699796676636, -0.009208381175994873, 0.005563259590417147, 0.012286629527807236, -0.027473537251353264, -0.017757607623934746, 0.022226670756936073, -0.006051033269613981, 0.018812254071235657, -0.002026898320764303, 0.003221614984795451, -0.016557946801185608, 0.006769511383026838, -0.026010215282440186, 0.007217735983431339, 0.02611568011343479, -0.014250908978283405, -0.005441315937787294, 0.012939192354679108, 0.017533496022224426, -0.03424964100122452, -0.0023482360411435366, 0.020051462575793266, 0.02223985455930233, 0.013736768625676632, -0.011172659695148468, 0.01782352291047573, 0.008773338980972767, 0.009234746918082237, 0.01597789116203785, -0.006551990285515785, 0.019392309710383415, -0.027262607589364052, 0.00039817020297050476, 0.011541785672307014, 0.025298329070210457, -0.02511376515030861, -0.015582399442791939, 0.014395922422409058, -0.03079567290842533, -0.011587926186621189, -0.005520414561033249, -0.008298748172819614, 0.010599195957183838, -0.01990645006299019, -0.007896664552390575, 0.02148841880261898, 0.02639252506196499, 0.011732940562069416, 0.03765087574720383, -0.021870728582143784, -0.008338297717273235, 0.025179680436849594, -0.017770791426301003, -0.005358921829611063, -0.02496875263750553, 0.01874633878469467, -0.0010694772936403751, -0.01092218142002821, -0.010315759107470512, -0.008700832724571228, -0.02572018839418888, 0.002461940050125122, 0.022793544456362724, 0.00897767674177885, 0.03330045938491821, 0.004979908000677824, 0.020091012120246887, -0.01286009419709444, -0.012596432119607925, -0.02850181795656681, 0.02498193457722664, 0.022964924573898315, -0.00031062631751410663, -0.047195423394441605, -0.01131767313927412, 0.0035495441406965256, -0.0018851803615689278, -0.004469064064323902, -0.0133017273619771, -0.02462599240243435, -0.0209610965102911, -0.002124123740941286, -0.012207531370222569, 0.023189036175608635, 0.0026201370637863874, 0.003918670117855072, -0.02430959790945053, 0.0019758138805627823, -0.01030257623642683, 0.012451418675482273, -0.029846491292119026, -0.002865671878680587, 0.028343619778752327, 0.004742612596601248, 0.004396556876599789, -0.007527538109570742, 0.008852438069880009, -0.008852438069880009, -0.012187756597995758, -0.00047047113184817135, -0.01147587038576603, 0.009254521690309048, 0.012227306142449379, -0.013038065284490585, 0.008160325698554516, 0.013268768787384033, 0.008569001220166683, 0.015872428193688393, -0.0032759951427578926, -0.0059455689042806625, -0.024480978026986122, 0.015569216571748257, -0.010309168137609959, 0.021607067435979843, -0.007725284434854984, -0.018456310033798218, 0.019220929592847824, 0.019576871767640114, -0.015213273465633392, -0.01951095648109913, 0.0004918936174362898, 0.012266854755580425, -0.012958967126905918, -0.004917288664728403, -0.02281991019845009, 0.0023680105805397034, -0.03000468760728836, -0.009050183929502964, 0.0022856162395328283, -0.024415062740445137, 0.0016017440939322114, 0.024731457233428955, -0.02598384954035282, -0.02881821058690548, -0.0314020961523056, -0.16705597937107086, 0.0345924012362957, 0.023268135264515877, -0.034302372485399246, 0.014962795190513134, 0.002740432508289814, 0.0048843310214579105, 0.004881035070866346, 0.006163089536130428, -0.022964924573898315, 0.009544549509882927, -0.029371900483965874, -0.024375513195991516, 0.005424837116152048, -0.024771004915237427, -0.004040613770484924, -0.02564108930528164, 0.003918670117855072, 0.03675442561507225, 0.010941955260932446, 0.027948128059506416, -0.015411019325256348, 0.004192219115793705, 0.013176487758755684, -0.0008643156033940613, 0.01778397336602211, 0.02718350850045681, -0.017902621999382973, -0.029371900483965874, -0.03032108210027218, -0.030426546931266785, 0.0021191800478845835, 0.015911975875496864, 0.002180151641368866, 0.013183078728616238, 0.0011469279415905476, -0.0027602072805166245, -0.00851626880466938, -0.026234326884150505, 0.002260898007079959, 0.0016462369821965694, 0.03190305083990097, -0.019089099019765854, 0.0086942408233881, 0.016452481970191002, 0.009623647667467594, -0.012293221428990364, -0.015015527606010437, 0.019919632002711296, -0.0141454441472888, 0.00602466706186533, -0.028475450351834297, 0.01874633878469467, 0.017928987741470337, 0.02842271886765957, -0.003262812038883567, -0.010961730033159256, 0.007547312881797552, 0.0013356107519939542, 0.013143530115485191, -0.021079743281006813, -0.03124389797449112, 0.007778016850352287, 0.0052172034047544, 0.0009977943263947964, 0.009524774737656116, -0.0065091452561318874, -0.006449821405112743, -0.03032108210027218, -0.00040682157850824296, -0.020064646378159523, -0.015015527606010437, -0.0014616738772019744, 0.003631938248872757, -0.0008601958979852498, 0.03058474324643612, -0.006337765138596296, 0.022753994911909103, -0.0043306415900588036, 0.0033567415084689856, -0.01253051683306694, 0.002107644686475396, -0.020657885819673538, 0.01716436818242073, -0.009900492615997791, 0.022556249052286148, 0.00021031130745541304, -0.011891137808561325, 0.009518182836472988, -0.01549011841416359, 0.014382739551365376, -0.029978321865200996, -0.03659622743725777, -0.014844147488474846, 0.0030403477139770985, 0.007988945581018925, -0.002513024490326643, -0.017994903028011322, -0.030294716358184814, -0.004993091337382793, 0.01857495866715908, -0.004871147684752941, -0.009570915251970291, 0.0024289824068546295, 0.015266005881130695, 0.018153099343180656, 0.024586442857980728, 0.004436105955392122, 0.05484160780906677, -0.013842233456671238, -0.006182864308357239, 0.006940891034901142, 0.005517118610441685, 0.036912620067596436, 0.00900404341518879, 0.008450353518128395, -0.013644486665725708, -0.01765214279294014, 0.019616421312093735, 0.007270468398928642, 0.025430159643292427, -0.012444826774299145, 0.008852438069880009, 0.017401665449142456, 0.018904535099864006, 0.0017088566673919559, -0.07187414914369583, -0.021963009610772133, 0.011838405393064022, 0.027420803904533386, 0.0018967154901474714, 0.01686115749180317, -0.00041773883276619017, 0.03962833434343338, -0.0006624497473239899, 0.019669154658913612, -0.007316608913242817, -0.006835426669567823, -0.016610680148005486, -0.020816082134842873, -0.0033402626868337393, -0.006802469026297331, -0.010513505898416042, -0.008496494963765144, -0.012332770973443985, 0.045692551881074905, -0.010513505898416042, -0.012596432119607925, -0.005751118063926697, -0.021831179037690163, 0.006973848678171635, 0.006248779594898224, -0.020315125584602356, 0.021567517891526222, 0.020499687641859055, 0.016913890838623047, 0.0001779715676093474, -0.015964709222316742, 0.015384653583168983, -0.005998300854116678, -0.01821901462972164, -0.008048269897699356, -0.03137572854757309, -0.007619819603860378, 0.031349360942840576, -0.0035989806056022644, 0.00455475365743041, 0.005200724583119154, 0.0030189251992851496, -0.02295174077153206, 0.0078505240380764, -0.010862857103347778, -0.019431859254837036, 0.044637907296419144, -0.01149564515799284, -0.003020572941750288, -0.029793759807944298, -0.016096539795398712, -0.02127748914062977, -0.01618882082402706, 0.04239678382873535, -0.009999365545809269, 0.010506913997232914, 0.012365728616714478, -0.02541697584092617, -0.003664896124973893, -0.006123540457338095, -0.021923460066318512, -0.019181380048394203, 0.0035693186800926924, 0.01883861981332302, 0.01835084706544876, -0.023980021476745605, 0.0001891977881314233, 0.008173509500920773, -0.02842271886765957, -0.03556794673204422, 0.013499473221600056, 0.0010735969990491867, 0.029187336564064026, -0.01601744070649147, -0.020064646378159523, -0.0023663626052439213, -0.0032891782466322184, 0.009208381175994873, -0.00663108890876174, -0.00046181975631043315, 0.0034243047703057528, -0.00814055185765028, -0.006374018732458353, 0.02017011120915413, 0.020354675129055977, 0.010256435722112656, 0.01398724690079689, 0.01614927127957344, -0.02934553474187851, -0.013894965872168541, 0.030611108988523483, -0.021686164662241936, -0.007547312881797552, 0.011541785672307014, 0.021158842369914055, -0.009847760200500488, 0.005517118610441685, -0.004828302655369043, 0.018205832690000534, -0.009083141572773457, -0.023044021800160408, -0.05948205292224884, 0.01694025658071041, 0.0013603289844468236, 0.013163304887712002, 0.010948547162115574, 0.0014748569810763001, 0.0025772920344024897, -0.0005252633127383888, 0.0005973582738079131, 0.023900922387838364, -0.0005627527134492993, 0.010625561699271202, -0.002330109244212508, 0.009096324443817139, -0.01985371671617031, 0.004600894637405872, 0.010388266295194626, 0.00033410865580663085, 0.008812888525426388, 0.014501387253403664, 0.007995537482202053, -0.009030409157276154, -0.0007988121942616999, -0.011746123433113098, -0.021554334089159966, -0.008648100309073925, 0.007079313509166241, 0.013248994946479797, -0.02511376515030861, -0.00812077708542347, 0.010968321934342384, -0.018561774864792824, 0.02607613056898117, 0.019563689827919006, -0.0061663854867219925, -0.016953440383076668, 0.017111636698246002, 0.02307038940489292, 0.041684895753860474, 0.026643002405762672, -0.008608550764620304, -0.024467794224619865, 0.023307684808969498, -0.008549226447939873, -0.014237725175917149, -0.0002768446574918926, -0.013117163442075253, 0.01542420219630003, 0.015213273465633392, -0.01310398057103157, 0.031744856387376785, 0.010243252851068974, -0.0066739339381456375, -0.010882631875574589, -0.03045291267335415, -0.04999023675918579, -0.006153202150017023, 0.00783074926584959, -0.005836808122694492, -0.0016907298704609275, 0.03235127776861191, 0.007916439324617386, -0.006608018651604652, -0.021066561341285706, -0.0030337560456246138, -0.014250908978283405, -0.006311398930847645, 0.007890072651207447, 0.010941955260932446, -0.02564108930528164, -0.027658099308609962, -0.00012575421715155244, -0.008054861798882484, 0.015213273465633392, -0.019260479137301445, 0.007738467305898666, 0.013921331614255905, -0.02404593676328659, 0.0028343619778752327, 0.035409752279520035, 0.020816082134842873, 0.003264460014179349, -0.024823738262057304, -0.0070727220736444, 0.008344888687133789, 0.039865631610155106, -0.014184992760419846, 0.006499257870018482, -0.011060603894293308, -0.0029365308582782745, -0.01601744070649147, 0.01460685208439827, -0.004310866817831993, 0.013789501041173935, 0.013005107641220093, -0.006749736610800028, -0.019880084320902824, 0.0028376576956361532, 0.0253774281591177, 0.009715929627418518, 0.021765263751149178, -0.0010867801029235125, 0.0047788661904633045, -0.0008676113793626428, -0.019075915217399597, -0.010816716589033604, -0.02060515247285366, -0.025140132755041122, 0.01249096728861332, 0.010394858196377754, 0.011199025437235832, -0.014672767370939255, -0.04316139966249466, 0.01306443102657795, -0.020539237186312675, 0.018166283145546913, -0.0006912877433933318, 0.008832663297653198, -0.013057840056717396, 0.02921370416879654, -0.00783074926584959, 0.032324910163879395, 0.003971402533352375, -0.0005145520553924143, 0.024111852049827576, 0.012484376318752766, -0.029635561630129814, -0.012280038557946682, 0.011284715496003628, -0.003012333530932665, -0.008318522945046425, -0.0054479073733091354, -0.010823307558894157, -0.01955050602555275, -0.011416547000408173, 0.0024438132531940937, -0.00722432741895318, 0.009999365545809269, 0.015872428193688393, 0.04094664379954338, 0.022529881447553635, -0.016557946801185608, 0.03208761289715767, 0.03799363598227501, 0.020842447876930237, 0.009623647667467594, 0.005569851025938988, 0.007698918227106333, 0.001717096078209579, 0.002470179460942745, -0.005480865016579628, -0.0038362760096788406, -0.0013034769799560308, -0.020315125584602356, 0.011798855848610401, -0.02188391052186489, -0.0018983633490279317, -0.019471408799290657, -0.0022955036256462336, 0.004502021707594395, -0.005434724502265453, 0.021778447553515434, -0.0003306069120299071, -0.01210865844041109, 0.009900492615997791, 0.010974913835525513, 0.018548592925071716, -0.0008045798167586327, -0.009531366638839245, 0.00024038521223701537, 0.009557732380926609, -0.05030662938952446, -0.01848267763853073, -0.0007127101998776197, -0.009050183929502964, -0.0037571776192635298, -0.007639594376087189, 0.00957750715315342, -0.01118584256619215, -0.030558377504348755, -0.017362115904688835, -0.023215401917696, -0.033643219619989395, 0.012022968381643295, 0.016702961176633835, 0.006495962385088205, -0.008450353518128395, -0.015859244391322136], \"c90c27c3-2658-47de-b40b-865627bc7069\": [-0.016301091760396957, 0.009374450892210007, 0.00032334247953258455, -0.020813001319766045, -0.017121439799666405, -0.0068207900039851665, -0.015321968123316765, -0.01705528236925602, -0.011908265762031078, -0.025496918708086014, 0.005596884526312351, 0.006741401273757219, 0.02046898566186428, -0.009579538367688656, -0.005884667858481407, 0.007330198772251606, 0.0014058368979021907, 0.003767642891034484, 0.03172891214489937, -0.006344459019601345, -0.007780066691339016, 0.01660541445016861, -0.0012429251801222563, -0.021408414468169212, -0.023062340915203094, 0.014369307085871696, 0.03982653096318245, -0.026264341548085213, 0.022982953116297722, -0.02200382761657238, 0.015599827282130718, -0.010241108015179634, -0.009235521778464317, -0.03551309555768967, -0.011848724447190762, -0.011954575777053833, -0.0009410837665200233, -0.01656571961939335, 0.026251109316945076, -0.01432961318641901, 0.03612173721194267, -0.009109823033213615, -0.007475744467228651, 0.002664474304765463, 0.004707072861492634, 0.019595712423324585, -0.0017796241445466876, -0.023075571283698082, -0.019225232303142548, 0.010029405355453491, 0.011140843853354454, 0.015057340264320374, -0.028765076771378517, -0.019873572513461113, -0.0017333142459392548, 0.017081744968891144, -0.011617174372076988, 0.005841665901243687, 0.013601885177195072, -0.02475596033036709, 0.016592184081673622, 0.011127612553536892, -0.02533814311027527, -0.006066599860787392, -0.024504564702510834, 0.004905543755739927, -0.0047699217684566975, -0.00711849657818675, 0.004336593206971884, 0.0003969421668443829, 0.020151430740952492, -0.0018027790356427431, 0.0019003606867045164, -0.009506764821708202, 0.05588945746421814, -0.003081263741478324, -0.009433992207050323, 0.002401500241830945, -0.0007190442411229014, -0.019741257652640343, 0.03429580479860306, -0.019952960312366486, -0.00541164493188262, 0.0376301184296608, 0.00868641771376133, 0.021408414468169212, -0.0029274486005306244, 0.008216703310608864, 0.0043961345218122005, 0.0049088518135249615, -0.020680688321590424, -0.0001306601334363222, 0.014303149655461311, 0.030935026705265045, 0.016274629160761833, 0.04387534409761429, 0.0030018752440810204, 0.02519259788095951, 0.002556969178840518, -0.025086745619773865, -0.0176374651491642, -0.018960604444146156, -0.038000598549842834, -0.02412085235118866, -0.01632755436003208, -0.005887975450605154, 0.031967077404260635, 0.026158489286899567, 0.034533970057964325, -0.002742209006100893, -0.013720967806875706, 0.026515737175941467, 0.0047765374183654785, -0.020270513370633125, -0.030696861445903778, -0.002110409317538142, -0.011577480472624302, -0.008461483754217625, 0.008990740403532982, -0.016486331820487976, 0.00611952506005764, 0.041334912180900574, -0.016949431970715523, 0.0037841820158064365, -0.005702735856175423, -0.009632463566958904, -0.0006876196130178869, 0.008924582973122597, -0.003761027241125703, -0.017663927748799324, 0.050649821758270264, 0.007065570913255215, 0.013304178602993488, -0.004796384833753109, -0.030802713707089424, 0.01341002993285656, 0.005113938357681036, 0.008699649013578892, -0.009969864040613174, -0.02942664735019207, 0.003665099386125803, 0.01808733120560646, -0.01023449283093214, -0.005312409717589617, 0.009645694866776466, 0.013641580007970333, 0.009447223506867886, 0.031120266765356064, 0.003747795708477497, -0.0016423482447862625, -0.0011379008647054434, 0.028421059250831604, 0.015851223841309547, 0.005765585228800774, 0.003046531230211258, 0.026158489286899567, 0.014779480174183846, -0.01745222508907318, 0.025099977850914, 0.009109823033213615, 0.023882687091827393, 0.02461041510105133, 0.012735228054225445, -0.00037564788362942636, -0.002849714132025838, 0.04255220293998718, -0.009791240096092224, 0.002598317340016365, 0.011597326956689358, -0.0050610126927495, 0.012662455439567566, 0.020958546549081802, 0.0034302419517189264, 0.01724052242934704, -0.005190019030123949, 0.025298448279500008, 0.03355484455823898, -0.0014207222266122699, -0.0389532595872879, -0.00011215684207854792, -0.025391068309545517, -0.013959133066236973, 0.036148201674222946, 0.01975448988378048, -0.011392240412533283, 0.022083217278122902, 0.002027712995186448, -0.026965605095028877, 0.007065570913255215, 0.008646723814308643, 0.004260512534528971, 0.006427155341953039, 0.011259926483035088, -0.00019650705507956445, -0.6156308650970459, 0.005438107997179031, -0.006106293760240078, -0.03757719323039055, 0.014025290496647358, 0.03514261543750763, 0.008362248539924622, -0.0009013895178213716, -0.018643051385879517, -0.026925912126898766, 0.015123496763408184, 0.012225818820297718, 0.00868641771376133, 0.012119967490434647, 0.0037047937512397766, -0.022030290216207504, 0.011299620382487774, -0.014356075786054134, 0.019185539335012436, 0.03162306174635887, -0.016539257019758224, -0.0043961345218122005, -0.004392826929688454, -0.00466737849637866, -0.01190164964646101, 0.006506544072180986, 0.022347845137119293, -0.001870590029284358, 0.009070129133760929, 0.0138797452673316, -0.04593944177031517, 0.008580566383898258, 0.006506544072180986, 0.0010080677457153797, 0.04990886524319649, 0.0033707006368786097, 0.004541680216789246, 0.013628347776830196, 0.012768306769430637, 0.025099977850914, 0.014157604426145554, -0.011127612553536892, 0.000550757278688252, 0.0013032935094088316, 0.0010196452494710684, -0.020535141229629517, 0.02723023295402527, 0.0015786720905452967, -0.0005433146143332124, 0.017703620716929436, -0.013066013343632221, -0.005758969578891993, -0.006642165593802929, 0.01857689395546913, -0.013998827897012234, -0.006499928422272205, 0.02695237472653389, -0.02204352244734764, -0.015414588153362274, 0.0075749801471829414, 0.014700092375278473, 0.0050610126927495, 0.006959719583392143, -0.010915909893810749, -0.010287418030202389, 0.0206542257219553, 0.003936343360692263, -0.0206012986600399, 0.005428184289485216, -0.01979418285191059, -0.016367249190807343, 0.019450167194008827, 0.010724054649472237, -0.020363133400678635, 0.005583653226494789, 0.0252058282494545, 0.0179947130382061, -0.013376951217651367, -0.010002942755818367, 0.0039032648783177137, 0.0036055580712854862, -0.002358498051762581, -0.0285798367112875, -0.007323583122342825, 0.01084313727915287, -0.013006472028791904, -0.0138797452673316, -0.029955903068184853, 0.013826819136738777, -0.01554690208286047, 0.016406944021582603, -0.006089754402637482, 0.0019334391690790653, -0.00886504165828228, 0.005090783350169659, 0.01428991835564375, 0.006007058545947075, -0.014104679226875305, -0.025616001337766647, -0.03792120888829231, -0.01642017439007759, -0.02573508396744728, -0.01610262133181095, -0.004812923725694418, 0.01138562522828579, 0.008454868569970131, -0.0038668783381581306, 0.01206042617559433, 0.025761548429727554, -0.019767720252275467, -0.009956632740795612, -0.016883274540305138, -0.0035195539239794016, -0.010260955430567265, -0.0029092554468661547, -0.030167605727910995, 0.029797125607728958, -0.003183807013556361, 0.0176374651491642, -0.0035956345964223146, 0.009572922252118587, 0.021858282387256622, 0.04210233315825462, -0.01745222508907318, 0.01773008331656456, -0.004571450874209404, -0.02712438255548477, -0.005811895243823528, 0.004865849390625954, -0.011398856528103352, 0.021024703979492188, 0.01750515028834343, 0.023366663604974747, 0.004763306118547916, 0.03157013654708862, 0.0025404300540685654, -0.0005623347824439406, 0.005732506513595581, -0.0028116737958043814, -0.0016464830841869116, -0.012159662321209908, 0.001462070387788117, 0.006129448767751455, -0.017134670168161392, -0.00562665518373251, -0.00897750910371542, -0.015374894253909588, -0.003360777162015438, -0.010294034145772457, 0.009645694866776466, -0.006999413948506117, -0.001850742963142693, 0.008249782025814056, 0.012576451525092125, -0.013800356537103653, -0.0039396509528160095, 0.01718759723007679, -0.02380329929292202, -0.007389740087091923, -0.022784480825066566, 0.0062253763899207115, 0.017941785976290703, -0.013535728678107262, 0.0028662532567977905, -0.01724052242934704, -0.024531027302145958, -0.010346959345042706, 0.011875187046825886, -0.03461335971951485, -0.016975894570350647, -0.012841079384088516, 0.007488975767046213, -0.009414145722985268, -0.004005808383226395, 0.0063643064349889755, -0.004445752594619989, -0.02969127520918846, -0.01872243918478489, 0.009572922252118587, 0.00935460440814495, -0.000996490241959691, 0.02155395969748497, 0.008666571229696274, -0.007621289696544409, 0.02412085235118866, 0.023922381922602654, 0.031173191964626312, 0.03342253342270851, -0.024226704612374306, 0.026846522465348244, 0.016764191910624504, 0.035433705896139145, -0.016711266711354256, 0.0008029809687286615, -0.00046558008762076497, 0.021130556240677834, -0.005471186246722937, 0.019648637622594833, 0.017333142459392548, 0.019066456705331802, 0.015520439483225346, 0.01844457909464836, -0.011259926483035088, -0.011134227737784386, 0.023790068924427032, -0.012053810991346836, -0.004594605881720781, 0.003592326771467924, 0.009116439148783684, 0.018391653895378113, 0.015057340264320374, -0.005266099702566862, -0.012073658406734467, -0.01876213401556015, 0.009883860126137733, 0.006192298140376806, -0.021355489268898964, 0.00974493008106947, -0.011643636971712112, -0.03014114312827587, -0.009579538367688656, -0.026356961578130722, 0.002697552787140012, 0.022017059847712517, -0.02659512683749199, 0.01538812555372715, 0.0065892403945326805, 0.01286754198372364, -0.02768010087311268, -0.022797713056206703, -0.027785953134298325, -0.009109823033213615, 0.008441637270152569, 0.003367392811924219, -0.003087879391387105, 0.011154075153172016, 0.031252581626176834, -0.015493976883590221, 0.02969127520918846, -0.010902678593993187, 0.008468099869787693, 0.01509703416377306, 0.010380038060247898, -0.029717737808823586, 0.017928555607795715, 0.02376360446214676, 0.013535728678107262, 0.015044108964502811, -0.03400471433997154, 0.021540729328989983, -0.02105116657912731, 0.02056160569190979, -0.02506028302013874, -0.005206558387726545, 0.019000299274921417, -0.022930026054382324, -0.00727727310732007, 0.022255225107073784, 0.012913851998746395, -0.0039330353029072285, -0.006853868253529072, -0.0017233906546607614, -0.0064436946995556355, 0.018299033865332603, 0.02723023295402527, 0.011226847767829895, -0.023657754063606262, -0.008395327255129814, -0.03223170340061188, 0.016856811940670013, -0.009619232267141342, -0.02245369553565979, -0.02623787894845009, 0.00221626041457057, 0.02069391869008541, -0.0025139672216027975, -0.009083360433578491, 0.02249339036643505, 0.015110265463590622, -0.002515621017664671, -0.04464276507496834, -0.010492504574358463, -0.007052339613437653, 0.04601883143186569, 0.0032813886646181345, -0.014713323675096035, -0.03591003641486168, 0.008064541965723038, -0.022215530276298523, 0.024597182869911194, -0.016274629160761833, 0.018471043556928635, 0.02204352244734764, -0.01315863337367773, -0.03223170340061188, 0.009592769667506218, 0.017438992857933044, 0.009599384851753712, -0.030220530927181244, 0.012536757625639439, 0.0041480460204184055, -0.002788518788293004, -0.014104679226875305, -0.005256175994873047, 0.024094389751553535, 0.00046475313138216734, -0.019913265481591225, -0.007535285782068968, 0.017438992857933044, -0.002877830760553479, -0.014104679226875305, -0.029453109949827194, -0.01790209300816059, -0.0009402568102814257, -0.013178480789065361, 0.010558662004768848, -0.018643051385879517, -0.01701558753848076, 0.041467227041721344, 0.002219568472355604, 0.007237579207867384, 0.019450167194008827, -0.04541018605232239, 0.025523381307721138, -0.016843579709529877, 0.006867099553346634, -0.004019039683043957, 0.013092475943267345, -0.006946488283574581, -0.0016820424934849143, -0.03792120888829231, -0.017743315547704697, 0.0009220635984092951, -0.02299618348479271, -0.03249633312225342, -0.012549988925457, 0.0300617553293705, 0.02586739882826805, -0.004065349698066711, -0.004200971219688654, -0.012854310683906078, -0.02083946391940117, 0.011689946986734867, -0.014898562803864479, 0.004991548135876656, 0.011947959661483765, 0.01724052242934704, 0.03064393624663353, 0.003972729668021202, 0.003658483736217022, 0.01282123290002346, 0.010095562785863876, 0.01790209300816059, -0.02236107550561428, 0.01525581069290638, -0.005312409717589617, 0.019516324624419212, 0.008805500343441963, 0.012973393313586712, 0.022559547796845436, -0.011961190961301327, 0.021712737157940865, 0.011286389082670212, -0.00501801073551178, -0.005180095322430134, 0.03432226553559303, 0.009202443063259125, -0.017928555607795715, -0.0015960383461788297, 0.00474676676094532, 0.009447223506867886, -0.014885331504046917, -0.0028745229355990887, 0.01606292650103569, 0.014713323675096035, 0.01215304620563984, -0.03519554063677788, -0.00872611254453659, 0.0019516324391588569, 0.011405471712350845, 0.0016712920041754842, 0.001706851413473487, 0.025139670819044113, -0.04633638262748718, -0.01270876545459032, -0.04525141045451164, 0.0063576907850801945, -0.008779037743806839, -0.007885918021202087, 0.004442444536834955, -0.00635438272729516, -0.018841521814465523, -0.009817703627049923, 0.004260512534528971, -0.0031110343988984823, -0.0036154817789793015, -0.019278159365057945, -0.019039994105696678, -0.007608058396726847, -0.00772714102640748, 0.012589682824909687, -0.002659512683749199, -0.01165025308728218, 0.026965605095028877, -0.0024660034105181694, -0.031649522483348846, 0.004462291486561298, -0.013628347776830196, -0.026132026687264442, -0.00298037426546216, 0.03265510872006416, -0.014607472345232964, 0.014263455756008625, 0.00431013060733676, 0.015851223841309547, -0.007813145406544209, 0.026039406657218933, -0.0036783309187740088, -0.00823654979467392, 0.006867099553346634, 0.001984710805118084, 0.029400184750556946, -0.011756104417145252, 0.0003008077328559011, -0.009116439148783684, -0.006010366138070822, 0.001988018862903118, -0.00967215746641159, 0.015480744652450085, -0.013615116477012634, 0.002244377275928855, 0.02910909242928028, -0.0359894260764122, -0.010029405355453491, 0.04027640074491501, -0.0323110930621624, 0.013171864673495293, 0.008765806443989277, -0.018299033865332603, 0.015427819453179836, 0.015560133382678032, 0.02537783607840538, -0.015427819453179836, -0.011947959661483765, 0.003345891833305359, 0.009037050418555737, 0.012609530240297318, 0.007971921935677528, -0.03569833189249039, 0.03239048272371292, -0.01084313727915287, -0.02240077033638954, -0.0032565798610448837, -0.028288746252655983, -0.0020045579876750708, 0.016671571880578995, -0.023975307121872902, -0.022916795685887337, -0.025854166597127914, 0.004630992189049721, 0.03130550682544708, 0.03826522454619408, 0.009129670448601246, -0.008779037743806839, -0.012126583606004715, -0.012166277505457401, -0.0059078228659927845, -0.001503418548963964, 0.003929727710783482, -0.0285798367112875, -0.035036761313676834, 0.03887386992573738, 0.016142316162586212, 0.024372249841690063, -0.002639665501192212, 0.014898562803864479, 0.008825347758829594, -0.00038825906813144684, -0.0005797009798698127, -0.0035790952388197184, -0.007945459336042404, -0.021725969389081, 0.025589538738131523, 0.009367835707962513, 0.027150845155119896, 0.005285946652293205, 0.008898120373487473, 0.008421789854764938, -0.018748901784420013, 0.014316380955278873, -0.014779480174183846, 0.029797125607728958, -0.03405763953924179, 0.018285803496837616, 0.011233463883399963, 0.00024147315707523376, -0.004756690468639135, -0.02181858941912651, -0.0043895188719034195, -0.006152603775262833, -0.016618646681308746, 0.02708468772470951, -0.01597030647099018, -0.03707439824938774, -0.0020012501627206802, -0.006404000334441662, 0.022890333086252213, 0.00047012840514071286, -0.017491918057203293, -0.03019406832754612, -0.0038668783381581306, -0.005206558387726545, 0.025907093659043312, -0.016539257019758224, 0.04265805333852768, 0.007422818802297115, 0.004511909559369087, -0.008329169824719429, 0.019741257652640343, -0.004005808383226395, 0.022069985046982765, 0.0034997069742530584, 0.003238386707380414, 0.01394590176641941, 0.01458100974559784, 0.03569833189249039, 0.010472658090293407, -0.024359017610549927, 0.0018987067742273211, 0.013919439166784286, -0.010280802845954895, 0.021805357187986374, 0.005864820908755064, -0.0138797452673316, -0.027097919955849648, -0.025483688339591026, -0.009486918337643147, -0.03818583860993385, 0.031331971287727356, 0.02723023295402527, -0.017253752797842026, 0.00541164493188262, 0.010948988609015942, 0.010386654175817966, -0.010737285949289799, -0.0013165249256417155, 0.022665398195385933, -0.021792124956846237, 0.021408414468169212, 0.009083360433578491, 0.007740372326225042, -0.03852985426783562, -0.041546616703271866, 0.007773451041430235, -0.01030064933001995, 0.009705236181616783, 0.02052191086113453, 0.014977951534092426, 0.012086889706552029, 0.01428991835564375, -0.0009758162195794284, -0.004677302204072475, -0.03096148930490017, -0.007264041807502508, -0.006387461442500353, 0.027005299925804138, -0.008355633355677128, -0.00819024071097374, -0.019635407254099846, 0.01947662979364395, -0.019357547163963318, -0.0037180250510573387, -0.005074243992567062, -0.015374894253909588, -0.01915907673537731, -0.006959719583392143, 0.002011173637583852, 0.029955903068184853, 0.024769192561507225, 0.01907968707382679, 0.014541314914822578, 0.0050643207505345345, -0.03233755752444267, -0.005577037576586008, -0.0025387760251760483, 0.03167598694562912, -0.026515737175941467, -0.014779480174183846, 0.03130550682544708, 0.02865922637283802, -0.01776977814733982, -0.004346516914665699, -0.00956630613654852, 0.0375242680311203, -0.022056754678487778, -0.010770364664494991, -0.015507208183407784, 0.026436349377036095, 0.026872985064983368, 0.017491918057203293, 0.004525140859186649, -0.04678625240921974, -0.004230741877108812, -0.0063808453269302845, 0.0016754268435761333, 0.024425175040960312, 0.012609530240297318, -0.03180830180644989, -0.00010202654812019318, -0.0015480745350942016, -0.022877100855112076, -0.018060868605971336, -8.078393875621259e-05, 0.015414588153362274, -0.019013529643416405, -0.002720707794651389, -0.02601294405758381, 0.018616588786244392, -0.0013711045030504465, 0.009010587818920612, 0.0009708544239401817, 0.0390591099858284, -0.03490445017814636, 0.0035625561140477657, -0.0229035634547472, 0.0017250445671379566, -0.03223170340061188, 0.011147459968924522, 0.001984710805118084, -0.03326375409960747, -0.007952075451612473, -0.027838878333568573, -0.030273456126451492, -0.016803884878754616, 0.005801971536129713, 0.0187092088162899, 7.447834650520235e-05, 0.000379782693926245, 0.07187299430370331, 0.005878052208572626, 0.017650695517659187, 0.0008650031522847712, -0.008792269043624401, 0.034348729997873306, -0.034401655197143555, 0.0015042454469949007, -0.005424876697361469, -0.0252058282494545, -0.0041712005622684956, -0.02168627455830574, 0.007039107847958803, -0.006645473651587963, -0.007422818802297115, -0.03789474815130234, 0.023062340915203094, 0.0157982986420393, -0.01948986016213894, -0.001129631302319467, -0.027733027935028076, -0.03540724143385887, -0.02061453089118004, 0.01374743040651083, -0.012642608024179935, -0.02155395969748497, 0.014858868904411793, -0.012384596280753613, -0.009890476241707802, 0.018563661724328995, 0.008309323340654373, -0.006559469737112522, -0.012953546829521656, -0.007660984061658382, -0.036068812012672424, 0.0014405692927539349, 0.005309101659804583, 0.028818001970648766, 0.010274186730384827, 0.0007206981536000967, -0.027547787874937057, -0.006496620364487171, -0.02564246580004692, -0.014250224456191063, -0.010221261531114578, 0.0007202846463769674, 0.0078065297566354275, 0.0023618058767169714, 0.01125331036746502, 0.042366962879896164, -0.023419588804244995, 0.024015001952648163, -0.02551015093922615, -0.007257426157593727, 0.0031804991886019707, -0.016129083931446075, 0.002631395822390914, 0.0009989711688831449, -0.010724054649472237, -0.004224126227200031, 0.034084100276231766, -0.00617575878277421, 0.008401942439377308, 0.0176374651491642, -0.015401356853544712, -0.010955603793263435, -0.02398853935301304, -0.009811087511479855, -0.02488827519118786, 0.0024527718778699636, 0.020707150921225548, -0.033898863941431046, -0.020230820402503014, 0.017650695517659187, -0.0012387903407216072, -0.0012710419250652194, 0.006367614027112722, -0.009420760907232761, -0.013668042607605457, 0.017108207568526268, -0.03323729336261749, -0.030882101505994797, -0.004210894927382469, -0.018431348726153374, 0.013171864673495293, 0.0435577891767025, 0.005639886949211359, 0.03612173721194267, -0.015560133382678032, -0.004230741877108812, -0.008851810358464718, -0.018695976585149765, -0.01545428205281496, 0.01587768644094467, -0.013998827897012234, 0.0030498390551656485, 0.009950017556548119, -0.046415772289037704, 0.0017630849033594131, -0.027415473014116287, -0.010783595964312553, 0.012073658406734467, -0.008825347758829594, -0.026436349377036095, 0.006853868253529072, 0.004085196647793055, -0.024941200390458107, -0.007508822716772556, 0.004984932020306587, -0.024901505559682846, -0.016671571880578995, -0.0022724939044564962, -0.016724497079849243, -0.02123640663921833, -0.004558219574391842, -0.019370777532458305, -0.011584095656871796, -0.029188482090830803, -0.006347767077386379, 0.005821818485856056, 0.015176422894001007, 0.0008774076122790575, 0.26843875646591187, -0.015732141211628914, 0.003962805960327387, 0.01545428205281496, 0.0021401799749583006, 0.0020707149524241686, 0.015811530873179436, 0.025457225739955902, -0.023948844522237778, 0.028950316831469536, -0.009791240096092224, 0.02631726674735546, -0.019423704594373703, -0.002393230563029647, 0.008203472010791302, -0.033898863941431046, -0.03744487836956978, -0.004905543755739927, -0.008150545880198479, -0.01992649771273136, 0.004525140859186649, -0.012325054965913296, -0.012463984079658985, -0.013668042607605457, 0.00888488907366991, -0.039667755365371704, -0.013350488618016243, 0.004062041640281677, -0.005811895243823528, 0.004564835224300623, -0.02712438255548477, -0.011855339631438255, -0.0038205685559660196, 0.012880774214863777, -0.02982359007000923, -0.011233463883399963, 0.017981480807065964, 0.004386211279779673, 0.016539257019758224, 0.010002942755818367, 0.005209865979850292, -0.008593798615038395, 0.02091885358095169, -0.010790211148560047, 0.004716996103525162, 0.00924875307828188, -0.01439576968550682, -0.019331084564328194, 0.03207292780280113, 0.018418116495013237, -0.02074684388935566, 0.00709864916279912, -0.0021997212897986174, 0.03374008461833, 0.013423261232674122, -0.025179365649819374, 0.012662455439567566, 0.010724054649472237, 0.016010001301765442, 0.00915613304823637, -0.012768306769430637, 0.0338459350168705, -0.01296016201376915, 0.01602323353290558, 0.012245666235685349, 0.03403117507696152, -0.022347845137119293, -0.008481331169605255, 0.015573364682495594, -0.0059839035384356976, -0.0172272901982069, -0.003976037725806236, -0.01907968707382679, 0.00515363272279501, 0.0005714313592761755, -0.01836519129574299, 0.013079244643449783, 0.016671571880578995, 0.011173922568559647, 0.041917093098163605, -0.016975894570350647, -0.0059772878885269165, -0.0059078228659927845, -0.017028819769620895, -0.01188180223107338, -0.03882094472646713, 0.03236401826143265, 0.015771836042404175, -0.013271099887788296, -0.009526612237095833, 0.005004779435694218, -0.015917381271719933, -0.0069067939184606075, 0.02488827519118786, 0.020588068291544914, 0.023062340915203094, -0.0009882206795737147, 0.011173922568559647, -0.017783010378479958, -0.009923554956912994, -0.03810644894838333, 0.026992067694664, 0.017438992857933044, 0.007316967472434044, -0.044298745691776276, -0.007422818802297115, -0.0061327568255364895, -0.018960604444146156, -0.0010287418263033032, -0.02127610146999359, -0.036148201674222946, -0.032999128103256226, 0.0056134238839149475, 0.004693841096013784, 0.02425316721200943, 0.007025876548141241, 0.006453618407249451, -0.02672743983566761, 0.011134227737784386, -0.029717737808823586, 0.007495591416954994, -0.029214944690465927, -0.01215304620563984, 0.01282123290002346, -0.002211298793554306, -0.020945316180586815, 0.0011230155359953642, 0.022930026054382324, 0.00956630613654852, -0.02533814311027527, -0.017968248575925827, -0.01268891803920269, 0.009989711456000805, 0.02528521604835987, -0.012040579691529274, 0.026198184117674828, 0.008501178584992886, 0.004812923725694418, 0.006966335233300924, -0.024623647332191467, -0.01979418285191059, -0.015427819453179836, 0.017200827598571777, 0.015335199423134327, 0.018378423526883125, -0.027058225125074387, 0.00789914932101965, -0.001842473284341395, 0.0002832347818184644, -0.02937372215092182, -0.02578801102936268, 0.0032631955109536648, 0.00011515458027133718, -0.0020773308351635933, -0.0012115006102249026, -0.018338728696107864, -0.01673772931098938, -0.021606886759400368, -0.02569539099931717, 0.01394590176641941, -0.01862981915473938, -0.02947957254946232, 0.026793597266077995, -0.02281094342470169, -0.028685688972473145, -0.02897677943110466, -0.16745667159557343, 0.0165127944201231, 0.021712737157940865, -0.024861812591552734, 0.013244637288153172, -0.0006896870327182114, -0.0003810231573879719, -0.002219568472355604, -0.0007955383043736219, -0.03284034878015518, 0.008626876398921013, -0.03522200137376785, -0.035883571952581406, 0.0005065147415734828, -0.012629376724362373, -0.02465010993182659, -0.01529550552368164, -0.00816377718001604, 0.023459283635020256, 0.020257283002138138, 0.012477216310799122, -0.026449579745531082, 0.00298037426546216, 0.010604972019791603, 0.007892534136772156, 0.017941785976290703, 0.008454868569970131, -0.029770663008093834, -0.016354016959667206, -0.036783307790756226, -0.033369604498147964, -0.004581374116241932, -0.0037312565837055445, 0.0014455311466008425, 0.023604828864336014, 0.0008443290716968477, -2.6126857846975327e-05, -0.00872611254453659, -0.027389010414481163, 0.016631877049803734, -0.0018027790356427431, 0.03162306174635887, -0.009096591733396053, 5.881773540750146e-05, 0.02056160569190979, 0.007528670132160187, -0.003817260731011629, -0.009864013642072678, 0.022241992875933647, -0.00684063695371151, 0.011577480472624302, -0.025907093659043312, -0.0010593394981697202, 0.0030250302515923977, 0.03178183734416962, 0.004829463083297014, -0.02011173777282238, 0.012311823666095734, 0.004187739919871092, -0.007250810507684946, -0.010889447294175625, -0.012463984079658985, 0.0014198952121660113, 0.01208027359098196, -0.006721554324030876, 0.006873715203255415, -0.014541314914822578, 0.012305207550525665, -0.030167605727910995, -0.008752575144171715, -0.001632424769923091, -0.007323583122342825, -0.00625514704734087, -0.009572922252118587, -0.007416203152388334, 0.02330050617456436, -0.018603356555104256, 0.021395184099674225, -0.006771171931177378, -0.011438550427556038, -0.019384009763598442, 0.019370777532458305, -0.023684216663241386, 0.014819175004959106, 0.010432963259518147, 0.01578506827354431, 0.003400471294298768, -0.016989124938845634, 0.0025751623325049877, -0.024597182869911194, 0.014832406304776669, -0.024597182869911194, -0.014713323675096035, -0.01339018251746893, 0.010419731959700584, 0.01660541445016861, 0.015441050752997398, -0.009612616151571274, -0.011306236498057842, 0.002869561081752181, 0.02312849834561348, 0.0066818599589169025, -0.019873572513461113, 0.004750074818730354, 0.016631877049803734, 0.01902676187455654, 0.028765076771378517, 0.02217583730816841, 0.05911792069673538, -0.021090861409902573, -0.022030290216207504, -0.009169364348053932, 0.00045028128079138696, 0.032602183520793915, 0.011570864357054234, 0.015771836042404175, -0.024187009781599045, -0.01948986016213894, 0.031199654564261436, -0.009400914423167706, 0.01500441413372755, -0.00852764118462801, 0.004826155491173267, 0.026740672066807747, 0.0047699217684566975, 5.509640322998166e-05, -0.061446648091077805, -0.022519852966070175, -0.005864820908755064, 0.012338286265730858, -0.009619232267141342, 0.006800942588597536, -0.007978538051247597, 0.046230532228946686, 0.0029820280615240335, 0.01655248925089836, 0.0006140199257060885, -0.007178037893027067, 0.001953286351636052, -0.024015001952648163, 0.026621589437127113, -0.006807558238506317, -0.0032218473497778177, 0.0004287802439648658, 0.0012007501209154725, 0.03096148930490017, -0.013277716003358364, 0.00038122988189570606, 0.0004176162474323064, -0.013707736507058144, -0.00994340144097805, 0.02204352244734764, -0.01428991835564375, 0.0157982986420393, 0.012794769369065762, 0.0030250302515923977, 0.020257283002138138, -0.028870927169919014, 0.010366806760430336, -0.0027124383486807346, -0.010201414115726948, 0.007766835391521454, -0.0322052426636219, -0.0034798597916960716, 0.0428432933986187, -0.0004186499572824687, 0.016234934329986572, 0.01831226609647274, 0.0036088658962398767, -0.029717737808823586, 0.011061455123126507, -0.017200827598571777, -0.015427819453179836, 0.042763903737068176, -0.0017779702320694923, -0.011597326956689358, -0.01880182884633541, 0.0006781095871701837, 0.0010130294831469655, 0.009546459652483463, 0.04525141045451164, -0.0088187325745821, 0.008567335084080696, 0.019238464534282684, -0.023115266114473343, 0.007621289696544409, 0.009003971703350544, -0.022982953116297722, -0.007376508787274361, 0.008395327255129814, 0.008157161995768547, 0.01587768644094467, -0.025007357820868492, 0.008322554640471935, 0.006992798298597336, -0.034401655197143555, -0.031173191964626312, 0.027785953134298325, 0.006585932336747646, 0.024557489901781082, 0.006628934293985367, -0.021567191928625107, -0.0029009857680648565, -8.584908209741116e-05, 0.01638048142194748, 0.005246252287179232, -0.00709864916279912, -0.009116439148783684, -0.0015439396956935525, -0.02056160569190979, 0.03403117507696152, 0.02217583730816841, 0.01100191380828619, 0.007654368411749601, 0.02582770399749279, -0.03037930838763714, -0.012463984079658985, 0.03818583860993385, -0.0016274629160761833, -0.016367249190807343, -0.00019836772116832435, 0.025536613538861275, 0.0049948557280004025, 0.0014000481460243464, 0.0032565798610448837, 0.020985009148716927, -0.017306679859757423, -0.029506035149097443, -0.06361660361289978, 0.017928555607795715, -0.0025817782152444124, 0.008203472010791302, 0.017796240746974945, -0.005643194541335106, 3.0856052035233006e-05, -0.004826155491173267, 0.008177008479833603, 0.017809472978115082, -0.006112909410148859, -0.003094495041295886, 0.005299177952110767, -0.0011163998860865831, -0.016089389100670815, -0.010677744634449482, 0.025880631059408188, 0.010585124604403973, 0.003969421610236168, -0.0035956345964223146, 0.008640107698738575, -0.013853281736373901, 0.011028377339243889, 0.009235521778464317, -0.025668928399682045, -0.0011221886379644275, 0.0001865834929049015, 0.009553074836730957, -0.004230741877108812, 0.010386654175817966, 0.001971479505300522, -0.02633049711585045, 0.011246695183217525, 0.043134383857250214, 0.003913188353180885, -0.023247580975294113, 0.025682158768177032, 0.03897972032427788, 0.028685688972473145, 0.031146729364991188, 0.010796827264130116, -0.006853868253529072, 0.02271832339465618, -0.026555432006716728, -0.015824761241674423, 0.004515217151492834, -0.006480081006884575, 0.024848580360412598, 0.018418116495013237, -0.013204943388700485, 0.019648637622594833, 0.0018788597080856562, 0.0010858022142201662, -0.02461041510105133, -0.0247427299618721, -0.046548087149858475, 0.010499120689928532, 0.006202221382409334, -0.019913265481591225, 0.006509851664304733, 0.03358130902051926, 0.01464716624468565, 0.010948988609015942, -0.014726554974913597, -0.01201411709189415, -0.014977951534092426, -0.024808885529637337, -0.011531170457601547, 0.018867984414100647, -0.037735968828201294, -0.022969720885157585, -0.005067628342658281, -0.01111438125371933, 0.001125496462918818, -0.022255225107073784, 0.01610262133181095, 0.010108794085681438, -0.01956924982368946, 0.003011798718944192, 0.037233177572488785, 0.01705528236925602, 0.0029919517692178488, -0.03744487836956978, 0.0015464206226170063, 0.013720967806875706, 0.04144076257944107, -0.003096149070188403, 0.02640988677740097, -0.008408558554947376, -0.027521325275301933, -0.03839753940701485, 0.017108207568526268, -0.010466041974723339, 0.016909737139940262, 0.00302006839774549, -0.0025271985214203596, -0.022916795685887337, -0.0019665176514536142, 0.025589538738131523, 0.01428991835564375, 0.027256695553660393, 0.00985739752650261, 0.00870626512914896, 0.00173496815841645, -0.009526612237095833, 0.0005499303224496543, -0.025814473628997803, -0.03104087896645069, 0.011802414432168007, -0.0073566618375480175, 0.0004366363864392042, 0.0014504928840324283, -0.02637019194662571, 0.016936199739575386, -0.010896062478423119, 0.01037342194467783, 0.007846224121749401, 0.008395327255129814, -0.022241992875933647, 0.030802713707089424, -0.02605263888835907, 0.013529112562537193, 0.009625847451388836, 0.001180076040327549, 0.01894737407565117, 0.03014114312827587, -0.029585422948002815, 0.005596884526312351, 0.015242579393088818, -0.0021451415959745646, -0.007799913641065359, -0.0013868167297914624, -0.025576308369636536, -0.0027504784520715475, -0.0004783980257343501, 0.010287418030202389, 0.00015257464838214219, 0.011226847767829895, 0.011233463883399963, 0.035116150975227356, 0.030273456126451492, -0.007323583122342825, 0.02285063825547695, 0.030723324045538902, 0.013972364366054535, 0.029214944690465927, 0.00435313256457448, -0.008600413799285889, -0.004898928105831146, -0.005871436558663845, -0.0016712920041754842, -0.007250810507684946, -0.012953546829521656, -0.038132913410663605, 0.007343430537730455, -0.016036463901400566, -0.011107765138149261, 0.00024292034504469484, 0.00656939297914505, 0.026978837326169014, 0.0011693255510181189, 0.029664812609553337, 0.021699506789445877, -0.02331373654305935, -0.0008286167867481709, 0.01741253025829792, 0.026396654546260834, -0.004525140859186649, -0.017941785976290703, 0.014673628844320774, 0.018259340897202492, -0.04824170470237732, -0.03715378791093826, 0.008659955114126205, -0.0023022645618766546, 0.0015919035067781806, -0.005054397042840719, 0.004323361907154322, -0.00493862247094512, -0.013906207866966724, -0.0135224973782897, -0.01840488612651825, -0.01593061350286007, 0.00746912881731987, 0.014104679226875305, -0.009553074836730957, -0.013244637288153172, -0.022599240764975548], \"dfa7c551-954b-4224-bf24-1ce401cbe37b\": [-0.009007222950458527, -0.0027441238053143024, 0.01218106783926487, -0.01693168468773365, -0.006374758668243885, -0.008932783268392086, -0.002138454234227538, -0.01614668220281601, -0.019787468016147614, -0.04823702946305275, 0.02436213567852974, 0.007112389896064997, -0.0005946729797869921, -0.014075900427997112, 0.0007630085456185043, 0.00012307954602874815, 0.003962230868637562, -0.0016199128003790975, 0.02685248665511608, -0.009927569888532162, -0.0027356648351997137, 0.033971644937992096, -0.01962505280971527, -0.010712572373449802, -0.03832976147532463, 0.026811882853507996, 0.038573380559682846, -0.019164880737662315, -0.012898397631943226, -0.007281571626663208, 0.011463738046586514, -0.007051484659314156, -0.010793779045343399, -0.02650059014558792, -0.002123227808624506, -0.015970733016729355, -0.004696478135883808, -0.0026443067472428083, 0.018434016034007072, -0.0038911744486540556, 0.03232043236494064, 0.0007676610257476568, 0.006889070384204388, 0.0017527203308418393, 0.008892179466784, 0.0292616318911314, 0.006614996585994959, -0.02166876569390297, -0.01713470183312893, 0.003830268979072571, 0.009068128652870655, 0.041550975292921066, -0.051106344908475876, -0.013784908689558506, 0.012769819237291813, 0.0036881566047668457, -0.012140464037656784, 0.0027593502309173346, 0.0045340643264353275, -0.021059712395071983, -0.009514767676591873, 0.011822403408586979, -0.021073246374726295, -0.03237457200884819, -0.016972288489341736, -0.0031603104434907436, -0.010455416515469551, 0.0029572925996035337, 0.0016165291890501976, -0.00554238585755229, 0.010428347624838352, -0.0017764057265594602, 0.014969178475439548, 0.0009203473455272615, 0.05857739970088005, -0.010644899681210518, -0.0052277082577347755, -0.002507269848138094, -0.01225550752133131, -0.0010802238248288631, 0.0115043418481946, -0.017026426270604134, -0.013270596973598003, 0.036164235323667526, -0.0026037031784653664, 0.020342383533716202, 0.0015057153068482876, -0.009947871789336205, -0.006699587218463421, -0.006212344393134117, -0.01713470183312893, -0.011632919311523438, 0.01905660331249237, 0.01434659119695425, 0.03210388123989105, 0.034810785204172134, 0.007308640517294407, 0.009785457514226437, 0.007180062588304281, -0.02329290844500065, -0.02373954840004444, 0.00582661060616374, -0.039980970323085785, -0.01090205553919077, -0.035027336329221725, -0.011152444407343864, 0.03267233073711395, 0.013196156360208988, 0.035514578223228455, 0.015848923474550247, -0.024118514731526375, 0.016877546906471252, 0.0008882028632797301, -0.029640598222613335, -0.01097649522125721, 0.002828714670613408, 0.0016884313663467765, -0.0024362136609852314, 0.0017814812017604709, -0.022913942113518715, 0.007274804171174765, 0.01890772394835949, 0.011991584673523903, 0.0020860079675912857, 0.0024395971558988094, -0.006171741057187319, -0.015294007025659084, 0.015294007025659084, 0.0063544572331011295, -0.002974210772663355, 0.029207494109869003, 0.01863703317940235, 0.012099860236048698, 0.004960401449352503, -0.017229443415999413, 0.02329290844500065, -0.002810104750096798, -0.017039960250258446, -0.014887971803545952, -0.04574667662382126, 0.016336165368556976, 0.04052235186100006, -0.03129180893301964, 0.003175536636263132, 0.009271145798265934, -0.004578051157295704, 0.03527095913887024, 0.029640598222613335, 0.011802101507782936, -0.006104068364948034, 0.016403837129473686, 0.030831636860966682, 0.0035663458984345198, 0.01423831470310688, -0.006063465029001236, 0.010820848867297173, 0.004682943690568209, -0.009555370546877384, -0.004354731645435095, 0.012837491929531097, 0.02748860977590084, 0.025945674628019333, 0.022968079894781113, 0.0008467533625662327, 0.0037896656431257725, 0.03527095913887024, -0.002564791589975357, -0.014400728978216648, 0.027610421180725098, 0.004794603679329157, 0.007552261929959059, 0.015212800353765488, 0.0009372655185870826, -0.0060533140785992146, 0.013074345886707306, 0.028151800855994225, 0.023847823962569237, 0.014725557528436184, -0.021709369495511055, -0.004351348150521517, 0.0005489939358085394, 0.005187104921787977, 0.043445806950330734, 0.012093093246221542, -0.022859804332256317, 0.023455321788787842, 0.010820848867297173, -0.005291996989399195, 0.0044799260795116425, -0.002651073969900608, 0.023387650027871132, 0.011700592003762722, 0.036434926092624664, 0.00810717698186636, -0.6119768619537354, 0.006997346878051758, -0.0032905801199376583, -0.022832734510302544, 0.005190488416701555, 0.02713671140372753, 0.010076450183987617, 0.012011886574327946, -0.023482391610741615, -0.02782697230577469, -0.0014084359863772988, 0.019922813400626183, 0.02024764195084572, -0.011057702824473381, -0.011768264696002007, -0.018731774762272835, 0.0009609509143047035, 0.0015226334799081087, -0.010353907942771912, 0.02747507579624653, -0.005968722980469465, 0.0044866930693387985, -0.005816459655761719, -0.005105897784233093, -0.005928119644522667, 0.016769269481301308, 0.016755735501646996, 0.021195057779550552, 0.014644349925220013, 0.0025766342878341675, -0.05010479316115379, -0.009271145798265934, -0.011883308179676533, -0.022426698356866837, 0.049996517598629, -0.005968722980469465, -0.006489802151918411, 0.018894189968705177, 0.0030232733115553856, -0.0004986624699085951, -0.010753176175057888, -0.020382987335324287, 0.0172159094363451, -0.017879100516438484, 0.005075444933027029, 0.021655231714248657, 0.008689161390066147, 0.0075996327213943005, -0.02379368618130684, 0.0015852305805310607, -0.003664471209049225, 0.0065270219929516315, 0.010374209843575954, 0.006631914526224136, -0.024768171831965446, -0.0064695002511143684, 0.023712478578090668, -0.029424045234918594, 0.010888521559536457, -0.0022602647077292204, 0.009744854643940926, -0.004797987174242735, -0.014278918504714966, -0.007037950213998556, -0.02223721519112587, 0.008594419807195663, -0.009081662632524967, -0.013899952173233032, 0.026608865708112717, -0.02685248665511608, -0.018163325265049934, 0.01214723102748394, -0.008580885827541351, -0.030912842601537704, -0.0038742562755942345, 0.0004610195755958557, 0.03426940366625786, -0.004980703350156546, -0.00549163157120347, 0.008601187728345394, -0.0069635105319321156, -0.0007862710044719279, -0.016200819984078407, 0.0040908087976276875, 0.020775487646460533, -0.0022534974850714207, -0.0029843614902347326, -0.015510560013353825, 0.0024395971558988094, -0.014035296626389027, 0.010333606041967869, 0.005379971582442522, -0.003271970199421048, -0.038789935410022736, -0.018474619835615158, 0.019029535353183746, 0.004239688161760569, -0.004506994970142841, -0.004825056064873934, -0.021425144746899605, -0.022074801847338676, -0.03286181390285492, 0.0035528114531189203, 0.03380922973155975, -0.00012022459850413725, 0.015145127661526203, -0.003353177336975932, -0.008053039200603962, 0.04745202511548996, -0.007301873527467251, 0.0012155690928921103, 0.002429446205496788, 5.741597124142572e-05, 0.0005147347110323608, -0.023834289982914925, -0.02648705430328846, 0.005633743945509195, -0.006205577403306961, 0.024876447394490242, -0.013155553489923477, 0.013642796315252781, 0.03543337434530258, 0.014008227735757828, -0.024632826447486877, 0.02536368928849697, -0.003417466301470995, -0.006848467048257589, -5.48782481928356e-05, 0.003623867640271783, -0.01561883557587862, 0.0025005026254802942, -0.0056980326771736145, 0.020098762586712837, -0.005112664774060249, 0.017540737986564636, -0.021073246374726295, 0.011517876759171486, -0.0050889793783426285, 0.013182622380554676, -0.01969272643327713, -0.004439322277903557, 0.00047962955432012677, 0.016444440931081772, -0.0072680371813476086, -0.032753538340330124, 0.002972518792375922, -0.05392152816057205, -0.015348145738244057, -0.010644899681210518, -0.014414263889193535, -0.00355957867577672, -0.0005054296925663948, -0.005721718072891235, 0.011206582188606262, -0.014698488637804985, -0.003009738866239786, 0.009947871789336205, -0.034891992807388306, -0.0025444896891713142, -0.033051297068595886, -0.013554821722209454, 0.024889981374144554, -0.0198280718177557, -0.006043163128197193, -0.01235701609402895, -0.016552718356251717, -0.004862276371568441, 0.021587558090686798, -0.03299715742468834, -0.014143573120236397, -0.004114494193345308, -0.00988696701824665, 0.004405486397445202, -0.010171191766858101, 0.001486259396187961, 0.011998351663351059, -0.0350002683699131, -0.010908822529017925, 0.009568905457854271, -0.013940555043518543, -0.01178856659680605, 0.0009829445043578744, -0.008844808675348759, -0.006104068364948034, 0.02635171078145504, 0.006662367377430201, 0.02804352529346943, 0.019178414717316628, -0.014224779792129993, 0.01448193658143282, 0.004503611475229263, 0.03075042925775051, -0.0287473201751709, 0.015077454969286919, 0.006066848523914814, 0.021898852661252022, 0.017039960250258446, 0.01616021618247032, -0.005430725868791342, 0.006408595014363527, 0.019855139777064323, 0.010225329548120499, -0.01249912939965725, -0.02223721519112587, 0.024118514731526375, -0.02655472792685032, 0.004767534788697958, 0.00033519085263833404, 0.006344306282699108, 0.005901050753891468, 0.01771668717265129, 0.004554365761578083, -0.015578231774270535, -0.01452253945171833, 0.013135251589119434, 0.027678092941641808, -0.036028891801834106, 0.023915495723485947, -0.004929948598146439, 0.00030727588455192745, -0.007193597033619881, 0.010922357439994812, 0.006418745964765549, 0.04103666543960571, -0.037301138043403625, 0.0052277082577347755, 0.02373954840004444, 0.013182622380554676, -0.005349518731236458, -0.028016455471515656, -0.021276265382766724, 0.020098762586712837, 0.002886236412450671, 0.019178414717316628, 0.001679972279816866, -2.5430093955947086e-05, 0.030939912423491478, -0.023482391610741615, 0.02225075103342533, -0.02762395516037941, -0.018664103001356125, 0.01948970928788185, 0.013913486152887344, -0.0017611794173717499, 0.009528301656246185, 0.019422035664319992, 0.02585093304514885, 0.005183720961213112, -0.012796888127923012, 0.006794328801333904, -0.033538538962602615, 0.0061345212161540985, -0.021222127601504326, -0.014847368001937866, 0.041902873665094376, -0.02146574854850769, 0.0004563670954667032, 0.015916595235466957, 0.02322523668408394, 0.018217463046312332, -0.026311106979846954, 0.00931174959987402, 0.006916139740496874, 0.015970733016729355, 0.013798442669212818, 0.020017554983496666, -0.012952535413205624, -0.007491356693208218, -0.023901961743831635, 0.0140623664483428, 0.0024362136609852314, -0.02337411604821682, -0.009643345139920712, 0.011355462484061718, 0.01253973226994276, 0.004273524507880211, 0.02054540067911148, 0.017337718978524208, -0.00202002702280879, -0.001608070102520287, -0.03066922165453434, -0.015239869244396687, -0.0029454499017447233, 0.038410965353250504, -0.0003667009004857391, -0.01614668220281601, -0.010069682262837887, 0.01905660331249237, -0.010468951426446438, 0.013649563305079937, -0.023834289982914925, 0.03102112002670765, 0.022196613252162933, -0.010069682262837887, -0.025120068341493607, 0.021560490131378174, 0.027299126610159874, 0.008980154059827328, -0.060959476977586746, 0.015388748608529568, -0.006293551530689001, -0.003397164400666952, -0.010002010501921177, -0.0038945579435676336, 0.0036949238274246454, 0.016836943104863167, -0.033186640590429306, 0.025241879746317863, -0.007971832528710365, 0.010238864459097385, 0.006956743076443672, -0.02181764505803585, -0.005498398561030626, -0.020166434347629547, -0.013724002987146378, 0.01257356908172369, -0.006114219315350056, 0.008838041685521603, 0.030290255323052406, 0.000910196453332901, 0.008188384585082531, -0.023428253829479218, -0.04060355946421623, 0.021492816507816315, 0.0021502969320863485, 0.020098762586712837, -0.0014135114615783095, -0.0005921352421864867, -0.012025420553982258, 0.02896387316286564, -0.012005118653178215, -0.0066894362680613995, -0.005782623775303364, -0.022183077409863472, -0.004506994970142841, -0.009061360731720924, 0.01363602839410305, 0.005176953971385956, -0.001628371886909008, 0.009047826752066612, -0.012844258919358253, -0.02521480992436409, -0.0050923628732562065, -0.015172196552157402, -0.008885412476956844, -0.0033920889254659414, 0.010191493667662144, 0.027799904346466064, -0.012113395147025585, 0.007443985901772976, 0.016552718356251717, 0.005440876819193363, 0.01614668220281601, -0.026947228237986565, -0.015131592750549316, -0.021722903475165367, -0.0028490163385868073, -0.01494210958480835, 0.0012950843665748835, 0.009277913719415665, -0.010807313956320286, -0.004872427321970463, 0.00949446577578783, 0.014752626419067383, -0.005495015066117048, 0.013006673194468021, 0.030209047719836235, -0.01353451982140541, 0.0034293089993298054, -0.009758388623595238, 0.025620846077799797, -0.0107667101547122, 0.0029082298278808594, 0.03102112002670765, 0.024104978889226913, 0.013358570635318756, -0.01828513666987419, -0.01601133681833744, 0.00853351503610611, 0.02677128091454506, -0.007802650798112154, 0.002228120341897011, 0.02564791403710842, -0.030615083873271942, -0.01055692508816719, -0.03640785813331604, -0.01984160579741001, -0.005975490435957909, -0.021925922483205795, 0.0003561270423233509, 0.003092637751251459, -0.012505896389484406, -0.01586245745420456, -0.013757838867604733, 0.0026527659501880407, -0.0010167808504775167, -0.008276359178125858, -0.036434926092624664, -0.005454411264508963, -0.013764606788754463, 0.01147050503641367, 0.0024362136609852314, -0.0003846764157060534, 0.03150836378335953, -0.0014786462998017669, -0.016444440931081772, -0.01012382097542286, -0.04425787925720215, -0.0077349781058728695, -0.005606674589216709, 0.014982713386416435, -0.020937902852892876, 0.0027035202365368605, 0.021127386018633842, 0.005376588087528944, 0.0020741650369018316, 0.0016647459706291556, -0.0007037949981167912, -0.006733423564583063, 0.020870229229331017, 0.015957199037075043, 0.01657978631556034, -0.012451758608222008, -0.020288245752453804, -0.0024209872353821993, -0.0115043418481946, -0.017094098031520844, -0.006425513420253992, -0.0059112017042934895, 0.012093093246221542, -0.00967041403055191, -0.006530405953526497, -0.011605850420892239, -0.014427797868847847, 0.031129395589232445, -0.0281247328966856, 0.026297571137547493, 0.006943208631128073, 0.0019472789717838168, 0.01693168468773365, 0.011064469814300537, 0.029938356950879097, -0.0053055319003760815, -0.00790415983647108, -0.018190395087003708, -0.0028591672889888287, -0.004283675458282232, 0.013886417262256145, -0.025309551507234573, 0.026595331728458405, 0.0005286921514198184, -0.053650837391614914, -0.0005625284975394607, -0.015090989880263805, -0.027854042127728462, 0.009765155613422394, 0.007200364489108324, 0.0010903747752308846, -0.019530311226844788, 0.0018965245690196753, 0.016660993918776512, 0.026893090456724167, 0.0030604933854192495, -0.010935892350971699, 0.017527202144265175, -0.002977594267576933, 0.019530311226844788, -0.008479376323521137, 0.007254502736032009, -0.025390759110450745, -0.020220572128891945, 0.009832828305661678, 0.019422035664319992, 0.03605595976114273, -0.010083217173814774, 0.005248010158538818, 0.005684498231858015, -0.0009076587157323956, -0.0020927751902490854, -0.0006060927407816052, -0.007863556034862995, -0.018082117661833763, 0.01748660020530224, 0.008580885827541351, 0.022629717364907265, -0.00731540797278285, 0.030966980382800102, 0.022900408133864403, -0.019286690279841423, 0.01628202758729458, -0.029369907453656197, 0.02011229656636715, -0.03175198286771774, 0.014102969318628311, -0.007092088460922241, 0.009575672447681427, -0.026744211092591286, -0.0026003196835517883, 0.0037321439012885094, -0.014847368001937866, 0.004293826408684254, 0.026446452364325523, -0.027217919006943703, -0.05037548393011093, -0.021276265382766724, 0.008547049015760422, 0.0025800177827477455, 0.0038133510388433933, -0.03324078023433685, -0.032266296446323395, -0.010617830790579319, -0.012844258919358253, 0.03361974656581879, -0.016254957765340805, 0.03881700336933136, 0.01607900857925415, 0.017960308119654655, -0.0050889793783426285, 0.01193744596093893, -0.002705212216824293, -0.006919523235410452, -0.004388567991554737, 0.0037186092231422663, 0.010252398438751698, 0.01480676420032978, 0.03370095416903496, 0.012607404962182045, -0.035162683576345444, 0.021276265382766724, 0.006662367377430201, -0.024199720472097397, 0.01434659119695425, 0.02054540067911148, -0.03570406138896942, -0.02705550566315651, -0.02770516276359558, -0.009433560073375702, -0.018812982365489006, 0.019367897883057594, 0.028233008459210396, -0.022007128223776817, 0.003031732514500618, -0.005234475713223219, 0.023644806817173958, -0.0002865511632990092, 0.02444334328174591, 0.03597475215792656, -0.03361974656581879, 0.022778596729040146, 0.007545494940131903, -0.007619934622198343, -0.03326784819364548, -0.05156651884317398, 0.019855139777064323, -0.020626608282327652, 0.02585093304514885, 0.016403837129473686, 0.019300224259495735, -0.0021299950312823057, 0.038004931062459946, -0.005207406356930733, 0.004334429744631052, -0.013412709347903728, -0.008932783268392086, -0.0025360307190567255, 0.015781249850988388, 0.005660812836140394, -0.018880654126405716, -0.027393868193030357, 0.005518700461834669, -0.008553816936910152, 0.0071259248070418835, -0.008364332839846611, -0.010211795568466187, -0.0011969590559601784, 0.011585548520088196, 0.0011309783440083265, 0.034025780856609344, 0.007322174962610006, 0.011213349178433418, 0.015740646049380302, -0.003887790720909834, -0.042173564434051514, -0.010915590450167656, 0.006286784540861845, 0.02081609144806862, 0.0005950959166511893, -0.01932729408144951, 0.031914398074150085, 0.012952535413205624, 0.0007820414612069726, -0.0027407403104007244, -0.022345492616295815, 0.04723547399044037, -0.008547049015760422, 0.01657978631556034, -0.006110835820436478, 0.02754274755716324, 0.013324734754860401, -0.016254957765340805, -0.00133315019775182, -0.024389205500483513, 0.002591860480606556, -0.020369451493024826, 0.025201275944709778, 0.03532509505748749, -0.0006411978974938393, -0.00020407518604770303, 0.00663868198171258, -0.0076537709683179855, -0.024592222645878792, -0.03459423407912254, 0.026026882231235504, -0.01806858368217945, 0.010157656855881214, -0.014400728978216648, -0.013839046470820904, 0.02026117593050003, -0.005873981397598982, -0.0041821664199233055, 0.009088429622352123, 0.022277818992733955, -0.0304526686668396, 0.01587599143385887, -0.01345331221818924, -0.024402739480137825, -0.020017554983496666, -0.009095197543501854, 0.010915590450167656, -0.03689510002732277, 0.012607404962182045, -0.005809692665934563, -0.02138454094529152, -0.022440234199166298, 0.009332051500678062, 0.004216002766042948, -0.020342383533716202, 0.0005468791932798922, 0.05787360668182373, -0.0068315486423671246, 0.011565247550606728, 0.003502056933939457, -0.019597984850406647, 0.026229899376630783, -0.05037548393011093, 0.01413003820925951, -0.004266757518053055, -0.019462639465928078, -0.009927569888532162, -0.02315756306052208, 0.0012984679779037833, -0.016755735501646996, -0.021790577098727226, -0.048345305025577545, 0.00021909004135522991, 0.017188839614391327, -0.029342839494347572, 0.014360125176608562, -0.012451758608222008, -0.03172491490840912, -0.01904306933283806, 0.0166474599391222, -0.0101982606574893, 0.008560583926737309, 0.003317649243399501, -0.004723547492176294, -0.003189071314409375, 0.025688517838716507, 0.0037084585055708885, -0.014671419747173786, -0.016660993918776512, -0.004625421948730946, -0.04035993665456772, 0.0029166890308260918, -0.007112389896064997, 0.02216954343020916, 0.01101033203303814, -0.0178384967148304, -0.033403195440769196, -0.010022311471402645, -0.00928468070924282, -0.021709369495511055, 0.017797892913222313, 0.0029217645060271025, -0.003782898187637329, 0.01594366505742073, -0.009379422292113304, 0.03657027333974838, -0.0061379047110676765, 0.01934082806110382, -0.0047878362238407135, 0.0008205302874557674, -0.01324352715164423, 0.00266630039550364, -0.016106078401207924, 0.006943208631128073, -0.035162683576345444, 0.010922357439994812, 0.03380922973155975, -0.0020758570171892643, 0.0010438498575240374, 0.024335065856575966, -0.015077454969286919, -0.009785457514226437, -0.029288699850440025, -0.013128484599292278, -0.02273799292743206, -0.004405486397445202, 0.02168230153620243, -0.036164235323667526, -0.007227433379739523, 0.002190900268033147, 0.024335065856575966, -0.018515223637223244, 0.015361679717898369, -0.014644349925220013, -0.012668310664594173, 0.03058801405131817, -0.021925922483205795, -0.021154453977942467, -0.013696934096515179, -0.0074304514564573765, 0.006483035162091255, 0.03202267363667488, 0.006290168035775423, 0.03592061623930931, 0.0006648832932114601, -0.005755554419010878, -0.011274254880845547, -0.02161462791264057, -0.020951436832547188, -0.0032026057597249746, 0.0019117508782073855, 0.02422679029405117, 0.022128939628601074, -0.01599780283868313, -0.00030727588455192745, -0.001628371886909008, -0.008093643002212048, -0.003182303858920932, 0.0012384084984660149, -0.005928119644522667, 0.003195838537067175, -0.004581435117870569, -0.02690662443637848, 0.0022771828807890415, 0.009514767676591873, -0.003847187152132392, 0.008939550258219242, 0.0036103331949561834, -0.01087498664855957, -0.022751526907086372, -0.010414812713861465, -0.012864560820162296, 0.0027407403104007244, -0.020301779732108116, -0.0026764513459056616, -0.0038979416713118553, -0.0005231937975622714, 0.007816185243427753, 0.270473837852478, -0.03175198286771774, 0.011524643748998642, 0.011842704378068447, 0.008926015347242355, 0.020734883844852448, 0.030398530885577202, 0.005684498231858015, -0.02578325942158699, 0.03971027955412865, 0.008648558519780636, 0.015483490191400051, -0.008926015347242355, 0.0026443067472428083, 0.004574667662382126, -0.04122614860534668, -0.01969272643327713, -0.017594875767827034, -0.02310342527925968, -0.01934082806110382, -0.010996797122061253, 0.009927569888532162, -0.022142473608255386, -0.009968173690140247, 0.01621435396373272, -0.03497320041060448, 0.0022991765290498734, -0.005769088864326477, 0.0019540463108569384, 0.008986921049654484, -0.023901961743831635, -0.009372655302286148, 0.0032245994079858065, 0.013514217920601368, -0.020423591136932373, 0.01144343614578247, 0.009961406700313091, -0.00021718675270676613, 0.010184725746512413, 0.014251849614083767, -0.000949108216445893, 0.015700042247772217, -0.0013602192047983408, -0.024416273459792137, 0.02004462294280529, 0.014143573120236397, -0.035866476595401764, -0.006225879304111004, -0.004896112717688084, 0.013290897943079472, -0.008547049015760422, -0.005420575384050608, 9.537606820231304e-05, 0.035379234701395035, 0.007592865731567144, 0.00036839270615018904, -0.01327736396342516, -0.015131592750549316, 0.011057702824473381, -0.005566071253269911, 0.0004618654784280807, 0.027854042127728462, -0.034540094435214996, -0.007531960029155016, 0.0019049836555495858, 0.02317109704017639, -0.03310543671250343, -0.00967041403055191, -0.0034326924942433834, -0.02138454094529152, -0.003820118261501193, -0.0012671693693846464, 0.008858343586325645, 0.0027255138847976923, -0.00810717698186636, -0.03310543671250343, 0.007728210650384426, 0.006645448971539736, 0.01875884458422661, 0.04469098523259163, -0.021357472985982895, -0.009298214688897133, -0.011341927573084831, -0.03066922165453434, -0.023969635367393494, -0.024538084864616394, 0.0401163175702095, 0.0017561039421707392, -0.00821545347571373, -0.00380658358335495, 0.004415636882185936, 0.012472059577703476, -0.002202743198722601, 0.007369546219706535, 0.023631270974874496, 0.02747507579624653, -0.016958752647042274, 0.002977594267576933, -0.019083673134446144, -0.03267233073711395, -0.039845626801252365, 0.05955188721418381, 0.021289799362421036, 0.018515223637223244, -0.0286931823939085, -0.010265933349728584, -0.008174849674105644, -0.0018576128641143441, 0.010969728231430054, -0.02456515282392502, -7.147918222472072e-05, -0.04950927197933197, 0.011057702824473381, -0.01679633930325508, 0.02535015530884266, -0.014887971803545952, -0.007877090945839882, -0.024335065856575966, 0.001273936708457768, -0.015266938135027885, 0.009440327063202858, -0.03640785813331604, -0.014048831537365913, 0.021655231714248657, 0.0019371281377971172, -0.02041005529463291, -0.015280473046004772, 0.006943208631128073, -0.00557960569858551, -0.03543337434530258, -0.0011436669155955315, -0.02436213567852974, 0.0023719246964901686, 0.011382531374692917, -0.008547049015760422, 0.0055288514122366905, -0.008452307432889938, 0.0044833095744252205, -0.014712022617459297, 0.010834382846951485, -0.00021993594418745488, -0.011463738046586514, 0.0215334203094244, -0.017649013549089432, 0.026473520323634148, -0.007037950213998556, 0.018434016034007072, 0.007707909215241671, -0.0010861451737582684, -0.024280928075313568, -0.004243072122335434, -0.01384581346064806, 0.00015945355698931962, -0.000686876883264631, 0.008012435398995876, -0.018528757616877556, -0.015348145738244057, -0.02698783203959465, -0.019746864214539528, 0.004523913376033306, -0.015456421300768852, -0.02407791092991829, 0.050186000764369965, -0.027799904346466064, -0.019733330234885216, -0.015388748608529568, -0.1723756492137909, 0.011991584673523903, 0.0008569042547605932, -0.026514124125242233, 0.020491262897849083, 0.0019472789717838168, 0.01197128277271986, 0.003380246227607131, 0.023265838623046875, -0.003725376445800066, 0.011071236804127693, -0.024700498208403587, -0.023184632882475853, -0.0011157519184052944, 0.00839816965162754, -0.02237256057560444, -0.028774388134479523, 0.010083217173814774, 0.024064376950263977, 0.01651211455464363, 0.014698488637804985, -0.03286181390285492, 0.005975490435957909, 0.02076195366680622, 0.003189071314409375, 0.02280566655099392, -0.0013542978558689356, 0.013223226182162762, -0.011091538704931736, -0.022697389125823975, -0.005501782055944204, 0.0022585729602724314, 0.016457976773381233, -0.017270047217607498, 0.0069905794225633144, 0.004375033546239138, -0.008046272210776806, -0.00811394490301609, 0.0031941465567797422, -0.008276359178125858, 0.012898397631943226, 0.03053387627005577, -0.011524643748998642, 0.0022551894653588533, 0.01561883557587862, 0.01863703317940235, -0.001862688222900033, -0.03862752020359039, 0.01651211455464363, -0.012167532928287983, 0.004662642255425453, -0.02599981240928173, 0.027799904346466064, 0.01656625233590603, 0.016187286004424095, -0.00010378227307228372, -0.010293002240359783, 0.004797987174242735, -0.02486291341483593, 0.0011876540957018733, -0.00550516601651907, -0.026608865708112717, -0.0009922494646161795, -0.019814535975456238, -0.009582440368831158, -0.012099860236048698, -0.03868165612220764, -0.0007985366391949356, -0.008641790598630905, -0.006787561811506748, 0.001701965811662376, 0.0021164605859667063, -0.0070311832241714, 0.004598353058099747, 0.017865566536784172, 0.024619290605187416, -0.01186977420002222, 0.03854631260037422, 0.011558479629456997, -0.006977044977247715, -0.008926015347242355, 0.008804204873740673, -0.03930424526333809, -0.006192042957991362, 0.006472884211689234, 0.023671874776482582, 0.001135207829065621, -0.008012435398995876, 0.0007109852158464491, -0.0027576584834605455, 0.015889525413513184, -0.029369907453656197, -0.02804352529346943, 0.0012384084984660149, -0.01126071996986866, 0.025106534361839294, -0.002165523124858737, -0.007247735280543566, -0.013026975095272064, -0.0014617281267419457, 0.02457868866622448, 0.007200364489108324, -0.020031088963150978, 0.007092088460922241, 0.0014921807451173663, 0.01755427196621895, 0.019652122631669044, 0.010929124429821968, 0.06382879614830017, -0.005586373154073954, -0.029234562069177628, -0.012512663379311562, 0.005116048268973827, 0.04298563301563263, 0.011206582188606262, 0.022900408133864403, -0.001526862964965403, -0.03462130203843117, 0.035731133073568344, -0.009582440368831158, 0.010177958756685257, -0.009974940679967403, 0.016106078401207924, 0.02571558766067028, -0.009961406700313091, -0.0032093729823827744, -0.058469124138355255, -0.02725852280855179, -0.00550516601651907, 0.008168082684278488, 0.0046186549589037895, 0.017527202144265175, -0.015023317188024521, 0.006560858339071274, -0.013656330294907093, 0.02486291341483593, -0.019435569643974304, -0.017811428755521774, -0.016241423785686493, -0.01989574357867241, 0.006513487547636032, 0.00011990738858003169, -0.002671375870704651, -0.011389298364520073, -0.019868675619363785, 0.034540094435214996, -0.006628531031310558, -0.0107667101547122, 0.002911613555625081, -0.011930678971111774, 0.010218562558293343, 0.016836943104863167, -0.025512570515275, 0.024132048711180687, 0.003840419929474592, -0.005792774260044098, 0.022548509761691093, -0.031697846949100494, -0.0027678092010319233, -0.02315756306052208, 0.007843254134058952, -0.010042613372206688, -0.02529601752758026, -0.010597528889775276, 0.01161261834204197, 0.004310744348913431, 5.1679660828085616e-05, 0.0304526686668396, -1.5622854334651493e-05, 0.003138316795229912, 0.005887516308575869, -0.0172159094363451, 0.0019100591307505965, 0.02996542677283287, -0.011226884089410305, -0.006161590106785297, -0.01533461082726717, 0.01969272643327713, -0.038275621831417084, -0.018948327749967575, 0.02394256554543972, -0.004429171793162823, 0.01714823581278324, 0.008519980125129223, -0.0215334203094244, -0.0033328754361718893, -0.0012274117907509208, -0.015172196552157402, -0.012810423038899899, 0.012411154806613922, -0.011558479629456997, 0.029018010944128036, -0.01274951733648777, 0.0017290349351242185, 0.01685047708451748, -0.042823221534490585, -0.0072138989344239235, 0.01842048205435276, -0.005051759537309408, 0.014684953726828098, -0.015280473046004772, -0.011544945649802685, -0.022927476093173027, 0.00166897545568645, 0.04128028452396393, -0.010245631448924541, -0.01607900857925415, 0.002630772301927209, 0.0011994967935606837, -0.014793230220675468, 0.044014256447553635, 0.019719794392585754, 0.02089729905128479, -0.009548603557050228, 0.029234562069177628, -0.027935247868299484, -0.005555920302867889, 0.009115499444305897, 0.01038097683340311, -0.019354363903403282, -0.008553816936910152, 0.02579679526388645, 0.016674527898430824, 0.004561133217066526, 0.0037930491380393505, 0.013060811907052994, -0.004124644678086042, -0.013473614118993282, -0.05275755748152733, 0.024389205500483513, -0.01129455678164959, 0.014319522306323051, 0.00831696204841137, -0.012214903719723225, 0.012735983356833458, 0.007910926826298237, 0.0024311381857842207, 0.021303333342075348, -0.02081609144806862, 0.0032499765511602163, 0.019814535975456238, 0.01256680116057396, -0.013466847129166126, -0.02593214064836502, 0.01249912939965725, 0.006679285317659378, 0.0035663458984345198, 0.0069905794225633144, -0.009352353401482105, -0.002953908871859312, 0.011274254880845547, 0.014333056285977364, -0.013649563305079937, -0.017121167853474617, -0.003955463413149118, 0.02713671140372753, -0.015294007025659084, -0.01940850168466568, 0.025471966713666916, -0.02216954343020916, 0.010083217173814774, 0.02777283452451229, -0.0024598990567028522, -0.038356829434633255, 0.03979148715734482, 0.04003510996699333, 0.024971188977360725, 0.04385184496641159, -0.011450204066932201, -0.021560490131378174, 0.02748860977590084, -0.019435569643974304, -0.02507946453988552, -0.0020132598001509905, -0.011064469814300537, 0.007301873527467251, 0.025241879746317863, -0.00692290673032403, 0.023116959258913994, -0.011321625672280788, 0.011247185990214348, -0.029803011566400528, -0.019435569643974304, -0.03830268979072571, 0.014333056285977364, 0.01912427693605423, -0.017608409747481346, 0.0019371281377971172, 0.0293157696723938, 0.02839542180299759, 0.018014445900917053, -0.02202066406607628, -0.01601133681833744, -0.007193597033619881, -0.015388748608529568, 0.006621763575822115, 0.02180411107838154, -0.0585232637822628, -0.01663392409682274, -0.00810717698186636, 0.0031450840178877115, 0.019922813400626183, -0.00396561436355114, 0.03131887689232826, 0.004828440025448799, -0.018109187483787537, 0.019882209599018097, 0.032482847571372986, 0.023685408756136894, 0.012174300849437714, -0.021763507276773453, 0.013791675679385662, 0.02663593553006649, 0.029938356950879097, 0.005819843616336584, 0.01904306933283806, 0.0009541836334392428, -0.022156009450554848, 0.005302147939801216, 0.018812982365489006, -0.005515316966921091, 0.0396561436355114, -0.011795333586633205, 0.005796158220618963, -0.017405392602086067, 0.021993594244122505, 0.011429902166128159, 0.033673886209726334, 0.006645448971539736, 0.0025140370707958937, 0.015280473046004772, 0.01437366008758545, -0.02173643931746483, -0.019949881359934807, -0.027745764702558517, -0.014590212143957615, -0.005065293982625008, 0.010705805383622646, 0.014211245812475681, 0.012607404962182045, -0.024524549022316933, 0.01812272146344185, -0.009291447699069977, 0.02507946453988552, -0.0052277082577347755, -0.011321625672280788, -0.014644349925220013, 0.03562285751104355, 0.002588476985692978, 0.014928575605154037, -0.002383767394348979, -0.007572563830763102, 0.026311106979846954, 0.02777283452451229, -0.01346008013933897, -0.017188839614391327, 0.010996797122061253, 0.012830724939703941, -0.012275809422135353, -0.0007490511052310467, -0.003701691050082445, -0.005132966674864292, -0.0166474599391222, 0.022115405648946762, 0.0032093729823827744, 0.020071692764759064, 0.033890437334775925, 0.03378216177225113, 0.015835387632250786, 0.021235661581158638, 0.01748660020530224, 0.00557960569858551, -0.005112664774060249, 0.03088577464222908, 0.00034851388772949576, 0.0034919059835374355, -0.005846912506967783, 0.0072951060719788074, -0.019137810915708542, -0.027150247246026993, -0.01693168468773365, -0.023428253829479218, 2.8205728085595183e-05, 0.012654775753617287, -0.014644349925220013, -0.008756834082305431, 0.0003345564182382077, 0.020207038149237633, -0.004375033546239138, 0.023563599213957787, 0.01144343614578247, -0.012336715124547482, 0.008547049015760422, -0.0010675352532416582, -0.005657429341226816, 0.0012917007552459836, -0.028990941122174263, 0.0018390028271824121, 0.008662092499434948, -0.029992496594786644, -0.026446452364325523, 0.003803200088441372, 0.0007896546158008277, -0.003796432865783572, 0.0016960444627329707, 0.013128484599292278, -0.011240419000387192, 0.0053901225328445435, -0.017621945589780807, -0.028287146240472794, -0.026459986343979836, 0.01384581346064806, -0.007423684000968933, -0.006225879304111004, -0.01948970928788185, -0.015957199037075043], \"c3236580-a75b-4275-81f4-9d3b7cef1683\": [-0.01373026892542839, 0.002402797108516097, 0.0039001922123134136, -0.019633620977401733, -0.004334652330726385, -0.0010762009769678116, 0.0027261548675596714, -0.003231919603422284, 0.0025586721021682024, -0.051710713654756546, 0.0074355704709887505, 0.0006550067919306457, 0.01208528969436884, -0.0073294430039823055, -0.01379659865051508, 0.006752373650670052, -0.005621450487524271, 0.009942837059497833, 0.017232483252882957, -0.018360089510679245, -0.013047072105109692, 0.02626660093665123, -0.006284748669713736, -0.004201992880553007, -0.048181965947151184, 0.00168643519282341, 0.050092265009880066, -0.016555918380618095, 0.022578664124011993, -0.0052301050163805485, 0.007608028128743172, -0.021928632631897926, -0.005919934716075659, -0.04136326536536217, -0.003777482081204653, -0.0285483468323946, -0.015879353508353233, 0.004095865413546562, 0.023348089307546616, -0.0018406519666314125, 0.03581809252500534, -0.005876820534467697, -0.006208469159901142, 0.007283012382686138, 0.013166465796530247, 0.02982187829911709, -0.013007273897528648, -0.03764879330992699, -0.03077702783048153, 0.022963376715779305, 0.001807487104088068, 0.03348328545689583, -0.03552624210715294, -0.007793751545250416, -0.006198519840836525, 0.01804170571267605, -0.01634366251528263, 0.01682123728096485, 0.006407458800822496, -0.022910313680768013, 0.009823443368077278, 0.005402562208473682, -0.021875567734241486, -0.013219529762864113, -0.015083396807312965, -0.0024807346053421497, -0.022552132606506348, -0.002775902161374688, 0.007521799299865961, 0.013120034709572792, 0.009624454192817211, 0.01568036526441574, 0.013929258100688457, 0.003966521937400103, 0.046669647097587585, -0.0032849833369255066, -0.00012426474131643772, -0.0014327237149700522, -0.0028405736666172743, -0.010805124416947365, 0.015879353508353233, -0.039585623890161514, -0.011295964941382408, 0.04934937134385109, -0.00900095421820879, 0.013836396858096123, 0.0052301050163805485, 0.0010015800362452865, -0.009173411875963211, -0.004377766977995634, -0.023334823548793793, -0.009080549702048302, -0.007833549752831459, 0.020721429958939552, 0.012131720781326294, 0.0009800228290259838, -0.0032485020346939564, 0.0199918020516634, 0.004148928914219141, -0.02076122723519802, -0.023334823548793793, -0.002061198465526104, -0.04425524175167084, -0.019275439903140068, -0.02394505776464939, -0.009186677634716034, 0.03144032508134842, 0.0004535300249699503, 0.04316743463277817, -0.002414404647424817, -0.027062559500336647, 0.03141379356384277, 0.006142139434814453, -0.011289332062005997, -0.029609622433781624, -0.0016748274210840464, -0.004898455925285816, -0.007833549752831459, -0.005555120762437582, -0.0285483468323946, -0.006072493270039558, 0.028044240549206734, -0.0007959576323628426, -0.003041221294552088, 0.005432410631328821, 0.011581183411180973, -0.0038338624872267246, 0.022300079464912415, -0.007276379037648439, -0.02199496142566204, 0.043193966150283813, -0.0025752545334398746, -0.005057647358626127, 0.004473945125937462, -0.0387631356716156, 0.01695389673113823, 0.002525507239624858, 0.0023431002628058195, -0.029291240498423576, -0.025802291929721832, 0.008549910970032215, 0.027089091017842293, 0.003374528605490923, 0.013458316214382648, 0.016608981415629387, 0.01610487513244152, 0.02878713421523571, 0.015295651741325855, -0.011315864510834217, 0.01106381043791771, -0.0047591631300747395, 0.02332155779004097, 0.013173098675906658, 0.02622680366039276, -0.0026730909012258053, 0.004782378673553467, 0.01341851893812418, -0.014632354490458965, 0.014459896832704544, 0.0037177852354943752, 0.026638047769665718, 0.017179418355226517, 0.01818763092160225, -0.014526226557791233, -0.016224268823862076, 0.02574922889471054, -0.00978364609181881, 0.010493374429643154, 0.014340503141283989, -0.011813337914645672, -0.004835442639887333, 0.02431650459766388, -0.015096662566065788, 0.014207843691110611, -0.009126980789005756, -0.0035751762334257364, 0.02326849475502968, -0.011077077127993107, -0.03552624210715294, 0.0050344318151474, -0.0004187068552710116, -0.00584033876657486, 0.03539358079433441, 0.030564771965146065, -0.01785598322749138, 0.024157313629984856, 0.00573752773925662, 0.009040751494467258, -0.017365142703056335, 0.0034889476373791695, -0.000282938068266958, 0.018678471446037292, 0.022910313680768013, -0.008238160982728004, -0.5955885648727417, -0.003137399675324559, -0.007283012382686138, -0.046430859714746475, -0.0039001922123134136, 0.010194890201091766, 0.011700577102601528, -0.002021400723606348, -0.02836262248456478, -0.022008227184414864, 0.002338125603273511, 0.015322184190154076, 0.01962035521864891, -0.004871923942118883, -0.006516903173178434, -0.00907391682267189, 0.007727421820163727, 0.0029782080091536045, 0.03971828520298004, 0.0348629429936409, -0.03324449807405472, -0.007309543900191784, 0.00852337945252657, -0.020588770508766174, 0.005213522352278233, 0.004079282749444246, 0.016595715656876564, 0.003654771950095892, -0.0046563521027565, 0.014141513966023922, -0.045289989560842514, 0.014897673390805721, 0.004540274851024151, -0.008828496560454369, 0.05895392596721649, -0.004168828018009663, -0.005127293523401022, 0.021358195692300797, 0.02100001461803913, 0.0030246388632804155, 0.0001923564268508926, 0.00027402499108575284, 0.004745897371321917, -0.0034823145251721144, -0.013173098675906658, -0.0020744644571095705, 0.012748587876558304, 0.008722368627786636, -0.0046563521027565, 0.015123195014894009, -0.007999373599886894, -0.007442203816026449, -0.006208469159901142, 0.013239428400993347, -0.022061292082071304, -0.03414658084511757, 0.01023468840867281, -0.021623514592647552, -0.010957683436572552, -0.013471582904458046, -0.0022767705377191305, 0.0020728062372654676, -0.025205325335264206, -0.011382194235920906, -0.02271132357418537, 0.031519919633865356, -0.010340816341340542, -0.006831969600170851, 0.02127859927713871, -0.02407771721482277, -0.02208782359957695, 0.026797238737344742, 0.02346748299896717, -0.012907778844237328, -0.007176884450018406, 0.011276066303253174, 0.054549627006053925, -0.013551178388297558, -0.003394427476450801, 0.009306071326136589, 0.01914278045296669, 0.000867262133397162, -0.013445050455629826, -0.008085602894425392, -0.007050857879221439, -0.003512162948027253, -0.015361982397735119, -0.014221109449863434, 0.020907152444124222, -0.008085602894425392, 0.010911252349615097, -0.01403538603335619, 0.0035917586646974087, -0.016330396756529808, 0.004696149844676256, 0.02227354794740677, 0.012144986540079117, -0.008238160982728004, -0.015521173365414143, -0.01975301466882229, -0.018068237230181694, -0.02987494319677353, 0.016078343614935875, 0.00805243756622076, -0.011295964941382408, 0.0070375921204686165, 0.0009899722645059228, 0.005256636533886194, 0.0423714779317379, -0.009723949246108532, -0.013159832917153835, -0.024343036115169525, -0.00022863053891342133, -0.017829449847340584, 0.01568036526441574, -0.02926470898091793, 0.014473162591457367, 0.008437151089310646, 0.014698684215545654, -0.005435727071017027, 0.02332155779004097, 0.012516433373093605, 0.024157313629984856, -0.007946310564875603, 0.005837022326886654, -0.00955149158835411, 0.012649092823266983, -0.003280008677393198, 0.004138979595154524, -0.021769439801573753, 0.018360089510679245, -0.01418131124228239, 0.017179418355226517, -0.0012519749579951167, 0.030723964795470238, -0.03231588006019592, 0.01785598322749138, 0.006742424331605434, 0.006609764881432056, -0.024621622636914253, -0.017829449847340584, -0.01520279049873352, 0.016701843589544296, -0.013544545508921146, -0.006377610377967358, 0.0008979396661743522, -0.011793438345193863, -0.013889459893107414, -0.0039831046015024185, -0.027195218950510025, 0.006878400221467018, 0.007336075883358717, 0.002217073692008853, 0.0006707601132802665, -0.020973483100533485, -0.013823130168020725, 0.0018406519666314125, -0.005316333379596472, -0.021596983075141907, -0.02531145140528679, -0.027725856751203537, 0.018214164301753044, -0.014353768900036812, -0.0024459115229547024, -0.012854715809226036, -0.020177526399493217, -0.011727108620107174, 0.005541855003684759, -0.02147758938372135, -0.011282699182629585, 0.011116874404251575, -0.010513273067772388, 0.0004278272099327296, -0.00868920423090458, 0.02157045155763626, 0.021159207448363304, -0.03406698629260063, -0.010977582074701786, 0.021437792107462883, -0.004255056846886873, -0.0050112162716686726, 0.03337715566158295, -0.01634366251528263, 0.0006380097474902868, 0.025669632479548454, 0.02151738665997982, 0.036507923156023026, 0.03491600602865219, -0.008032538928091526, 0.02475428208708763, -0.005372713785618544, 0.0327669233083725, -0.03178524225950241, 0.017113089561462402, 0.009193310514092445, 0.025483909994363785, -0.0017958793323487043, 0.007800384424626827, -0.006135506555438042, -0.0017776386812329292, 0.01123626809567213, 0.023918526247143745, 0.0003635702305473387, -0.03661404922604561, 0.012589395977556705, -0.0030627786181867123, 0.0025603303220123053, 0.003671354381367564, 0.030750496312975883, 0.01187966763973236, 0.007627927232533693, -0.004789011552929878, -0.012589395977556705, -0.006991161033511162, 0.021822504699230194, 0.03942643478512764, -0.013365454971790314, 0.005269902758300304, -0.006089075934141874, -0.007541698403656483, 0.020588770508766174, -0.006516903173178434, -0.003780798753723502, 0.027911581099033356, -0.010626033879816532, 0.02622680366039276, 0.0049448865465819836, -0.008563177660107613, -0.031466856598854065, -0.019607089459896088, -0.0178692489862442, 0.0054290941916406155, 0.022591929882764816, 0.022220483049750328, -0.001673998311161995, 0.01975301466882229, 0.017643727362155914, -0.016967162489891052, 0.0387631356716156, 0.004659668542444706, -0.008642773143947124, 0.017497802153229713, 0.018068237230181694, -0.011985794641077518, 0.008715735748410225, 0.02393179200589657, 0.0053627644665539265, 0.027938112616539, 0.0007913974113762379, 0.03366900607943535, -0.032130155712366104, 0.03828556090593338, -0.019554024562239647, -0.008702469989657402, 0.037834517657756805, -0.01899685524404049, -0.007163618691265583, 0.018346823751926422, 0.011276066303253174, -0.006374293938279152, -0.012337342835962772, -0.022260280326008797, 0.00015100394375622272, -0.0030229806434363127, 0.03059130348265171, 0.018174365162849426, 0.013246061280369759, -0.012668992392718792, -0.022817451506853104, -0.01335218921303749, 0.014406832866370678, -0.012476635165512562, -0.016701843589544296, 0.024820610880851746, 0.018970323726534843, 0.009531592018902302, 0.014592556282877922, 0.008583076298236847, -0.006304647773504257, -0.010506640188395977, -0.02939736843109131, -0.01671510934829712, 0.03751613572239876, 0.04194696620106697, -0.0019301972351968288, -0.016078343614935875, -0.0178692489862442, 0.011448523961007595, -0.014061917550861835, -0.0005032773478887975, -0.001696384628303349, 0.03234241157770157, 0.039824411273002625, 0.00024106737691909075, -0.025391047820448875, 0.045581839978694916, 0.01146842259913683, -0.004337968770414591, -0.021636780351400375, 0.001734524266794324, 0.00504769803956151, 0.02375933527946472, -0.018346823751926422, -0.010201523080468178, 0.008277959190309048, -0.004029535222798586, -0.03528745472431183, 0.018771333619952202, 0.01614467427134514, 0.0036381895188242197, -0.009007587097585201, -0.018161099404096603, -0.013372087851166725, -0.014380300417542458, 0.013929258100688457, 0.014605822041630745, -0.019554024562239647, -0.010048964992165565, 0.02722175046801567, 0.010214789770543575, 0.009650985710322857, 0.014207843691110611, -0.039346836507320404, 0.04184084013104439, 0.009166778065264225, 0.03860394284129143, 0.01140209287405014, -0.005969682242721319, -0.002238630782812834, 0.005800541024655104, -0.0381794348359108, -0.02070816420018673, -0.005866870749741793, -0.018784599378705025, -0.023533813655376434, -0.00737587409093976, 0.02393179200589657, -0.0026133940555155277, -0.0010048964759334922, 0.00604264484718442, -0.019938739016652107, -0.006636296398937702, -0.0023348089307546616, -0.022644994780421257, -0.009876507334411144, 0.022339876741170883, 0.00914687942713499, 0.017298812046647072, -0.009471895173192024, 0.008556544780731201, 0.016516121104359627, 0.013610875234007835, -0.007495267316699028, -0.041681647300720215, 0.00071097252657637, -0.0030063982121646404, 0.01315319910645485, 0.013902726583182812, -0.0071304538287222385, 0.027672793716192245, -0.005332916043698788, 0.03340368717908859, 0.010838289745151997, -0.012761853635311127, -0.00897442176938057, 0.013484848663210869, 0.020150993019342422, -0.025828825309872627, 0.009339235723018646, 0.015109928324818611, 0.012735322117805481, -0.024117516353726387, 0.006845235358923674, 0.026160473003983498, 0.03462415561079979, 0.03348328545689583, -0.0019517544424161315, -0.031572986394166946, -0.025324717164039612, 0.024356303736567497, 0.00928617175668478, -0.013199630193412304, 0.025536973029375076, -0.03828556090593338, 0.0021739592775702477, -0.043963391333818436, -0.006891666445881128, 0.004513742867857218, -0.005017849616706371, 0.008105501532554626, -0.010606135241687298, -0.005671198014169931, 0.011004113592207432, -0.005183673929423094, -0.01448642835021019, -0.016356928274035454, -0.00900095421820879, -0.009657618589699268, -0.0025039499159902334, -0.008629507385194302, 0.03653445467352867, -0.015348715707659721, 0.0029035869520157576, 0.017975376918911934, -0.0015736744971945882, -0.015667099505662918, -0.0045170593075454235, -0.027062559500336647, -0.007342708762735128, -0.006689360365271568, 0.003784115193411708, -0.030034134164452553, 0.008954523131251335, -0.013597609475255013, 0.005153825506567955, -0.004483894445002079, 0.02161024883389473, 0.003356287954375148, -6.845442840131e-05, 0.014207843691110611, 0.009863241575658321, 0.03337715566158295, -0.003850444918498397, -0.005684463772922754, -0.00928617175668478, -0.020310185849666595, 0.021968429908156395, -0.018598876893520355, -0.0013166465796530247, -0.003309857100248337, 0.007482001557946205, 0.007734054699540138, -0.028389154002070427, -0.04669617861509323, 0.02897285670042038, -0.019434630870819092, 0.01451296079903841, 0.01020815595984459, -0.0025835458654910326, 0.01016835868358612, -0.015892621129751205, 0.01568036526441574, -0.031572986394166946, -0.010088763199746609, 0.002964942017570138, -0.013836396858096123, 0.017922312021255493, 0.01418131124228239, -0.031652580946683884, 0.0027261548675596714, -0.01418131124228239, -0.04964122176170349, 0.004255056846886873, -0.014924204908311367, -0.015945684164762497, 0.011574550531804562, -0.0027609779499471188, 0.005100761540234089, -0.017086556181311607, -0.007117187604308128, 0.009485161863267422, 0.025868622586131096, 0.01748453639447689, -0.002870422089472413, -0.019633620977401733, -0.003139057895168662, -0.010340816341340542, -0.003512162948027253, 0.02180923894047737, -0.03443843126296997, -0.019925471395254135, 0.008994321338832378, 0.0345710925757885, 0.02812383510172367, -0.009432097896933556, 0.023096036165952682, -0.011481688357889652, 0.01130259782075882, -0.020204057916998863, 0.007322810124605894, -0.010970949195325375, -0.022313345223665237, 0.016463056206703186, 0.006719208788126707, 0.027964644134044647, 0.017259014770388603, 0.027964644134044647, -0.004629820119589567, -0.005538538563996553, 0.019301971420645714, -0.022644994780421257, 0.02483387663960457, -0.025059398263692856, 0.018413152545690536, -0.001882108161225915, 0.0202836524695158, -0.010287752375006676, -0.0017560814740136266, -0.030087197199463844, 0.012131720781326294, -0.018121302127838135, 0.021862301975488663, -0.0016773148672655225, -0.0531965009868145, -0.02223374880850315, -0.0038869264535605907, -0.0006521048489958048, 0.013020539656281471, -0.03053824044764042, -0.03292611241340637, 0.011720475740730762, -0.006785538513213396, 0.042769454419612885, 0.003167248098179698, 0.03313836827874184, 0.02375933527946472, 0.015295651741325855, -0.0017660309094935656, 0.009896405972540379, 0.005445676855742931, -0.0232817605137825, -0.015454843640327454, -0.014114981517195702, 0.003654771950095892, 0.014154779724776745, 0.022671526297926903, 0.020310185849666595, -0.022737855091691017, 0.017802918329834938, 0.003475681645795703, -0.01394252385944128, 0.025523707270622253, 0.005140559747815132, -0.01647632196545601, -0.014154779724776745, -0.007455469574779272, 0.00790651235729456, -0.02921164408326149, 0.005876820534467697, 0.02037651464343071, -0.0139690563082695, 0.00445404602214694, 0.0025868623051792383, 0.01520279049873352, -0.006991161033511162, 0.0005426607094705105, 0.02711562253534794, 0.0018091453239321709, 0.0021938581485301256, 0.0060326955281198025, 0.00807233713567257, -0.03977134823799133, -0.05340875685214996, 0.025444110855460167, -0.00402621878311038, 0.028760600835084915, 0.03029945306479931, 0.001178183127194643, -0.002533798338845372, 0.04680230841040611, -0.016688577830791473, -0.009007587097585201, -0.007926410995423794, -0.011169938370585442, -0.0032302613835781813, 0.011594449169933796, -0.01895705796778202, -0.009160145185887814, -0.03223628178238869, 0.011130140163004398, -0.01942136511206627, -0.01315319910645485, -0.008788698352873325, 0.006938097067177296, -0.01652938686311245, 0.02497980371117592, 0.008742268197238445, 0.019063184037804604, 0.005827073007822037, -0.003558593802154064, 0.011667411774396896, 0.0004978880751878023, -0.041442859917879105, -0.010188257321715355, 0.006440623663365841, 0.04406952112913132, -0.007959576323628426, -0.00609239237383008, 0.01962035521864891, 0.03730387985706329, -0.0058569214306771755, -0.001993210520595312, -0.0014277489390224218, 0.042106159031391144, -0.01311340183019638, 0.02407771721482277, -0.008636140264570713, 0.005591602064669132, 0.017219215631484985, 0.0011997403344139457, 0.008616241626441479, -0.030697431415319443, -0.009392299689352512, -0.028946325182914734, 0.023308292031288147, 0.02860140986740589, -0.009697416797280312, -0.026293132454156876, 0.004195360001176596, -0.0001988857693504542, -0.027142154052853584, -0.02346748299896717, 0.006613081321120262, 0.0007126308046281338, -0.002283403417095542, 0.0036017082165926695, 0.0014932496706023812, 0.01790904626250267, -0.008198363706469536, -0.007926410995423794, 0.021397992968559265, 0.03433230519294739, -0.040779560804367065, 0.011441891081631184, -0.05041065067052841, -0.00163585867267102, -0.0429551787674427, 0.005303067620843649, 0.003167248098179698, -0.029768815264105797, 0.012416938319802284, -0.01932850480079651, -0.02336135506629944, -0.010864821262657642, 0.008729001507163048, 0.014048651792109013, -0.020031599327921867, 0.00959128886461258, 0.06542771309614182, 0.002124211983755231, 0.009531592018902302, 0.004815543536096811, -0.013770067133009434, 0.013677204959094524, -0.03565889969468117, 0.009120347909629345, -0.006686043925583363, -0.02422364428639412, -0.010606135241687298, -0.021530654281377792, -0.015375248156487942, -0.02702276036143303, -0.014977268874645233, -0.036163005977869034, 0.009372401051223278, -0.008556544780731201, -0.018731536343693733, 0.013047072105109692, -0.027858516201376915, -0.010194890201091766, -0.0073029110208153725, 0.020124461501836777, 0.014446631073951721, -0.027672793716192245, -0.0032103622797876596, -0.003850444918498397, -0.014765013940632343, 0.042291879653930664, 0.0056579322554171085, -0.012668992392718792, -0.019063184037804604, -0.00807233713567257, -0.030034134164452553, 0.0057905917055904865, 0.008782065473496914, 0.03255466744303703, 0.0034259341191500425, -0.022021494805812836, -0.02475428208708763, 0.007183517329394817, -0.02214088849723339, -0.03064436838030815, -0.016662046313285828, 0.015547705814242363, 0.007614661008119583, 0.001002409146167338, -0.013166465796530247, 0.024873675778508186, -0.016356928274035454, 0.0018423101864755154, -0.025868622586131096, -0.022910313680768013, 0.013551178388297558, -0.007316177245229483, -0.0017079924000427127, 0.007952943444252014, -0.014194577001035213, 0.00812540017068386, 0.04430830851197243, -0.0005965536693111062, 0.005551804322749376, 0.03950602933764458, -0.019832611083984375, -0.016781440004706383, -0.03756919875741005, -0.01301390677690506, -0.05311690643429756, -0.0013705395394936204, 0.025377782061696053, -0.021053079515695572, -0.02521859109401703, -0.002066173357889056, -0.0030428795143961906, -0.016741642728447914, 0.0241838451474905, -0.004832126200199127, -0.023732803761959076, 0.021172473207116127, -0.01658244989812374, -0.03706509247422218, -0.004487210884690285, -0.020694898441433907, 0.028574878349900246, 0.013265959918498993, 0.007554964162409306, 0.03473028540611267, -0.0017726639052852988, -0.004712732508778572, -0.007156985346227884, -0.003439200110733509, -0.03406698629260063, 0.005359448026865721, -0.018081502988934517, 0.018081502988934517, 0.007216682191938162, -0.018890727311372757, 0.011455156840384007, -0.0032650844659656286, -0.012330709956586361, 0.0030428795143961906, -0.020840823650360107, -0.002450886182487011, 0.016303865239024162, 0.009107082150876522, -0.030750496312975883, -0.028415687382221222, 0.015759959816932678, -0.0254043135792017, -0.01550790760666132, 0.0025802291929721832, -0.006142139434814453, -0.009100448340177536, -0.012045491486787796, -0.005608184728771448, 0.000282938068266958, -0.022976642474532127, -0.010108661837875843, 0.0050112162716686726, -0.0006952192052267492, -0.0004282417648937553, 0.26595598459243774, -0.028468750417232513, 0.013478215783834457, 0.022790919989347458, -0.003930040635168552, 0.022817451506853104, 0.008211629465222359, 0.005502056796103716, -0.01724574901163578, 0.03287304937839508, -0.015786493197083473, 0.003999686799943447, -0.0030810192693024874, -0.00047840370098128915, 0.01223121490329504, -0.03435883671045303, -0.03029945306479931, -0.023162366822361946, -0.030272921547293663, -0.01147505547851324, 0.021013280376791954, 0.012390406802296638, -0.01577322743833065, -0.03618954122066498, 0.007501900661736727, -0.001771005685441196, 0.011110241524875164, -0.005233421456068754, -0.010791858658194542, 0.002999765332788229, -0.033217962831258774, -0.006026062648743391, -0.00414229603484273, 0.0071304538287222385, -0.01095105055719614, 0.000630547699984163, 0.024581823498010635, -0.013889459893107414, 0.017696790397167206, 0.011050544679164886, 0.030485177412629128, -0.008994321338832378, 0.0042915381491184235, -0.007402405608445406, 0.01061940100044012, 0.01038061361759901, -0.009385666809976101, -0.019461164250969887, -0.004938253667205572, 0.032183218747377396, -0.023440951481461525, -0.007110554724931717, 0.009253007359802723, 0.026067612692713737, 0.014088449999690056, -0.010433677583932877, 0.013743534684181213, 0.00022386308410204947, 0.009823443368077278, 0.0021391361951828003, -0.0005567557527683675, 0.028707537800073624, -0.00344914966262877, -0.0024177213199436665, 0.0139690563082695, 0.01800190843641758, -0.02241947315633297, -0.02023058943450451, 0.030909687280654907, -0.03549971058964729, -0.036746710538864136, -0.01643652468919754, 0.004235157743096352, 0.019262174144387245, -0.027487069368362427, -0.031334199011325836, -0.0027709275018423796, 0.005316333379596472, -0.007521799299865961, 0.05354141443967819, -0.012045491486787796, -0.006039328407496214, 0.0031738809775561094, -0.011130140163004398, -0.015521173365414143, -0.001341520226560533, 0.019394833594560623, -0.0032882997766137123, -0.0014932496706023812, -0.00775395380333066, -0.008815230801701546, -0.0012934311525896192, -0.012343975715339184, 0.02817689999938011, 0.001024795463308692, 0.020628567785024643, -0.003727734787389636, 7.9543940955773e-05, -0.010247954167425632, -0.009233108721673489, -0.03772839158773422, 0.04873913899064064, 0.03475681692361832, 0.018824396654963493, -0.055876225233078, 0.00037186144618317485, 0.0027543450705707073, 0.004543591290712357, 0.009080549702048302, -0.014658886007964611, -0.025099197402596474, -0.011408725753426552, 0.0048254928551614285, -0.0063941930420696735, 0.0042252084240317345, -0.0011209736112505198, -0.00507091311737895, -0.01619773730635643, 0.025815557688474655, 0.004284905269742012, 0.013571077026426792, -0.04022239148616791, -0.017073290422558784, 0.03629566729068756, 0.013451683335006237, 0.003399402368813753, -0.027805453166365623, 0.002636609598994255, 0.003261768026277423, -0.02341441996395588, -0.0043843998573720455, -0.004248423967510462, 0.026956431567668915, 0.0010504982201382518, -0.023149101063609123, 0.010732161812484264, 0.0013498114421963692, 0.01643652468919754, -0.01885093003511429, -0.018134567886590958, 0.0015662123914808035, -0.04422871023416519, 0.009080549702048302, -0.02236640825867653, 0.010626033879816532, -0.0019202477997168899, -0.00975711364299059, 0.026638047769665718, 0.02497980371117592, -0.02777891978621483, -0.008662671782076359, -0.007793751545250416, 0.02057550475001335, -0.006453889422118664, 0.004032852128148079, -0.02019079215824604, -0.015335449948906898, -0.03040558099746704, -0.010791858658194542, 0.004908405244350433, -0.03106887824833393, -0.02659825049340725, 0.034597624093294144, -0.015468109399080276, -0.038259029388427734, -0.01910298317670822, -0.16630207002162933, 0.022777654230594635, 0.005210205912590027, -0.026996228843927383, 0.033032242208719254, -0.009849975816905499, -0.004789011552929878, 0.005943150259554386, 0.0022419472225010395, -0.007661092095077038, 0.009604555554687977, -0.025775760412216187, -0.03220975026488304, -0.010267852805554867, -0.0100688636302948, -0.04345928505063057, -0.024714484810829163, -0.004848708398640156, 0.019739748910069466, 0.010626033879816532, 0.030697431415319443, -0.015879353508353233, -0.0051604583859443665, 0.012363875284790993, -0.005515323020517826, -0.00527321919798851, 0.01629059948027134, -0.02109287679195404, 0.0012411964125931263, -0.013272592797875404, -0.030989283695816994, -0.007422304712235928, -0.01154138520359993, -0.019447898492217064, 0.00479564443230629, -0.0178692489862442, -0.006613081321120262, -0.0040229023434221745, -0.012065391056239605, -0.0014650594675913453, 0.013272592797875404, 0.03231588006019592, -0.011057177558541298, 0.0018240695353597403, 0.004009636584669352, 0.012164885178208351, -0.0008622874156571925, -0.0309627503156662, 0.022830717265605927, -0.010559704154729843, 0.0184794832020998, -0.054655756801366806, 0.020177526399493217, 0.022910313680768013, 0.025735963135957718, -0.0144200986251235, -0.001789246336556971, -0.005167091730982065, -0.012072023935616016, 0.0056977299973368645, -0.035313986241817474, -0.01656918413937092, 0.035791561007499695, 0.004308120813220739, 0.003823912935331464, -0.007011060137301683, -0.018598876893520355, -0.0007938847993500531, -0.014937471598386765, 0.002686356892809272, -0.0038869264535605907, -0.012217949144542217, -0.008132033981382847, -0.0062980144284665585, 0.011601082049310207, 0.03295264393091202, -0.009697416797280312, 0.015003801323473454, -0.003933357074856758, 0.004138979595154524, -0.010970949195325375, -0.0008622874156571925, -0.021358195692300797, 0.012821550481021404, 0.007024325896054506, 0.01851928047835827, 0.012430205009877682, 0.010844922624528408, 0.0029400684870779514, -0.009597922675311565, 0.01842641830444336, -0.03605687990784645, -0.02560330368578434, 0.0035983917769044638, -0.0008821863448247313, 0.020442845299839973, 0.018413152545690536, -0.02379913255572319, -0.006596498657017946, -0.013995587825775146, 0.0156273003667593, -0.018744802102446556, -0.01370373647660017, 0.023440951481461525, 0.022008227184414864, 0.018492748960852623, 0.023772601038217545, 0.0034325672313570976, 0.035791561007499695, -0.01885093003511429, -0.003018005983904004, 0.005366080906242132, 0.01724574901163578, 0.03552624210715294, 0.005591602064669132, 0.027672793716192245, -0.022220483049750328, -0.030697431415319443, 0.029742281883955002, 0.0032302613835781813, 0.04560837149620056, 0.009180044755339622, -0.007554964162409306, 0.013027172535657883, 0.01180670503526926, 0.02179597318172455, -0.07232601195573807, -0.008881560526788235, -0.008370821364223957, 0.01947443000972271, 0.0009145221556536853, 0.021862301975488663, -0.010274486616253853, 0.02527165412902832, -0.0013481532223522663, 0.013677204959094524, -0.029530027881264687, -0.012317444197833538, -0.007926410995423794, -0.015746694058179855, -0.00032978347735479474, 0.008563177660107613, 0.0026299767196178436, -0.015879353508353233, -0.009505060501396656, 0.04491854086518288, -0.013717003166675568, -0.007143719587475061, 0.005157141946256161, -0.03011373057961464, -0.013378720730543137, 0.02849528193473816, -0.0192356426268816, 0.00811876729130745, 0.014287439174950123, 0.008782065473496914, 0.004122396931052208, -0.013272592797875404, 0.01881113089621067, -0.00805243756622076, -0.005395929329097271, -0.01686103455722332, -0.02451549470424652, -0.000996605260297656, 0.01662224903702736, -0.0014700342435389757, -0.010121927596628666, 0.01747126877307892, -0.0027742439415305853, -0.009823443368077278, -0.007097288500517607, -0.009199943393468857, -0.010884719900786877, 0.043671540915966034, -0.010572969913482666, -0.01894379034638405, -0.010181624442338943, 0.0013564444379881024, -0.024621622636914253, -0.005860237870365381, 0.04128366708755493, -0.00838408712297678, 0.0025105830281972885, 0.018784599378705025, -0.030379049479961395, 0.015759959816932678, -0.012668992392718792, -0.031705643981695175, -0.011866401880979538, -0.0036514555104076862, 0.028760600835084915, 0.030379049479961395, -0.02284398302435875, 0.015388513915240765, 0.006168671417981386, -0.01805497147142887, -0.024250175803899765, 0.027380941435694695, -0.011030646041035652, 0.026160473003983498, -0.0032004129607230425, -0.019076451659202576, -0.006951363291591406, -0.02379913255572319, 0.019912205636501312, -0.009279538877308369, -0.006749057210981846, 0.0027526868507266045, -0.002105971099808812, -0.0053892964497208595, 0.021875567734241486, 0.027301346883177757, -0.0056546153500676155, 0.00624495092779398, 0.03053824044764042, -0.03629566729068756, -0.0028919794131070375, 0.018877461552619934, -0.014154779724776745, 0.014526226557791233, 0.0070375921204686165, 0.007243214175105095, -0.0199918020516634, 0.024807345122098923, 0.014141513966023922, 0.01667531207203865, -0.012960842810571194, -0.012450103648006916, -0.06510933488607407, 0.014473162591457367, 0.004138979595154524, 0.0285483468323946, 0.004798961337655783, 0.002822333015501499, -0.001583624049089849, -0.001761056249961257, -0.004500477109104395, 0.02147758938372135, -0.011514853686094284, 0.027380941435694695, 0.00760139524936676, 0.010221422649919987, -0.008224895223975182, -0.00975711364299059, 0.013915992341935635, -0.00975711364299059, 0.01599874719977379, 0.010480108670890331, 0.009332602843642235, -0.007853448390960693, 5.995592073304579e-05, -0.004241790622472763, -0.0022800869774073362, -0.010155092924833298, -0.0008647748036310077, -0.009823443368077278, -0.019355036318302155, 7.814479613443837e-05, 0.00604264484718442, -0.013159832917153835, 0.01614467427134514, 0.031175006181001663, 0.0016292257932946086, -0.027858516201376915, 0.021145939826965332, 0.022392941638827324, 0.03268732503056526, 0.013756800442934036, -0.019487695768475533, 0.0005140559514984488, 0.025855356827378273, -0.01239703968167305, -0.009803544729948044, -0.016741642728447914, -0.011892933398485184, 0.0044507295824587345, 0.015295651741325855, -0.004550224170088768, 0.03205056115984917, -0.005674514453858137, 0.0031241336837410927, -0.02836262248456478, -0.022061292082071304, -0.03223628178238869, 0.024475697427988052, 0.001965020317584276, 0.00774068757891655, 0.013425151817500591, 0.03672017902135849, 0.006510269828140736, -0.0020379831548780203, -0.01794884353876114, -0.0009617821197025478, -0.024953270331025124, -0.009684151038527489, 0.004603288136422634, 0.01971321739256382, -0.030007602646946907, -0.03281998634338379, 0.003270059125497937, -0.007999373599886894, 0.02251233533024788, -0.010420411825180054, 0.03871007263660431, -0.010082129389047623, -0.015401779673993587, -0.002182250376790762, 0.036746710538864136, 0.039346836507320404, 0.004457362461835146, -0.035791561007499695, 0.019726483151316643, 0.013226162642240524, 0.04247760400176048, -0.008848395198583603, 0.02223374880850315, 0.001174037461169064, -0.024568557739257812, -0.018015174195170403, 0.01951422728598118, -0.016794705763459206, 0.039877478033304214, 0.0231358353048563, 0.0004804765048902482, -0.009465262293815613, -0.010659199208021164, 0.024634888395667076, 0.02508593164384365, 0.010891353711485863, 0.004676251206547022, 0.008264693431556225, 0.009173411875963211, -0.023719536140561104, -0.002263504546135664, -0.02836262248456478, -0.017365142703056335, 0.018545811995863914, 0.008390720002353191, 0.00337287038564682, 0.007050857879221439, -0.016595715656876564, 0.015733428299427032, -0.029556559398770332, 0.006636296398937702, 0.002160693285986781, -0.007919778116047382, -0.008204996585845947, 0.04107141122221947, -0.011647513136267662, 0.030909687280654907, -0.001329083344899118, -0.0020180842839181423, 0.0348629429936409, 0.029662687331438065, -0.02184903621673584, -0.021742908284068108, 0.007860081270337105, -0.009743847884237766, -0.013319023884832859, 0.0034524661023169756, -0.03220975026488304, -0.01619773730635643, -0.01577322743833065, 0.011030646041035652, 0.0006881717126816511, -0.0008589709177613258, 0.022618461400270462, 0.03388126194477081, 0.016330396756529808, 0.002039641374722123, 0.02764626033604145, 0.005584969185292721, 0.0007777169230394065, 0.0007167764124460518, -0.004934937227517366, -3.824327723123133e-05, -0.014619087800383568, 0.006533485371619463, -0.01894379034638405, 0.00028583998209796846, 0.011488321237266064, -0.02037651464343071, -0.00990303885191679, 0.0145792905241251, 0.0037973811849951744, -0.020721429958939552, 0.006450572982430458, 0.014977268874645233, -0.0008117109537124634, 0.011740374378859997, 0.017749855294823647, -0.009359135292470455, -0.010486741550266743, 0.008098868653178215, 0.01544157788157463, -0.011534752324223518, 0.002069489797577262, 0.012038858607411385, -0.00434460211545229, -0.038073305040597916, -0.0231358353048563, 0.012768486514687538, 0.005525272339582443, -0.023215429857373238, -0.0095448587089777, 0.008576443418860435, -0.01223121490329504, 0.0047856951132416725, -0.02735440991818905, -0.03258119896054268, -0.03406698629260063, 0.003906825091689825, 0.012357242405414581, 0.00197662808932364, -0.012589395977556705, -0.00014696196012664586], \"101d146c-fc79-49b6-adca-4c972b8c5508\": [-0.006553631741553545, 0.004895729012787342, 0.006838424596935511, -0.0422036238014698, -0.007764002308249474, 0.014605817385017872, -0.016938408836722374, -0.008116602897644043, -0.020640719681978226, -0.031245870515704155, -0.003014060202986002, 0.018186073750257492, 0.011771447956562042, -0.01946086250245571, -0.01476855669170618, 0.006512946914881468, -0.002649592934176326, 0.0029581186827272177, 0.023895496502518654, -0.022864816710352898, 0.0032140936236828566, 0.017006216570734978, 0.005183912348002195, -0.0048109688796103, -0.037674058228731155, 0.001370566780678928, 0.044075123965740204, -0.01775210350751877, 0.007519893813878298, -0.01539238914847374, 0.02767917700111866, -0.024085359647870064, -0.011954529210925102, -0.03208668902516365, 0.001368871540762484, -0.019487984478473663, -0.005729766096919775, -0.006062024272978306, 0.027624931186437607, 0.004004055168479681, 0.03276476636528969, -0.01867428980767727, -0.012842812575399876, -0.0030632209964096546, 0.018240319564938545, 0.03265627473592758, -0.010686522349715233, -0.038948845118284225, -0.02215961553156376, 0.0183216892182827, -0.0012307129800319672, 0.04597374424338341, -0.02233591489493847, -0.0164908766746521, 0.015826359391212463, 0.005943360738456249, -0.010266113094985485, 0.012415623292326927, 0.0001277754781767726, -0.012049460783600807, 0.016558684408664703, -0.006618048995733261, -0.027163837105035782, -0.015080472454428673, -8.380629878956825e-05, 0.0028106365352869034, -0.006970650050789118, -0.003939637914299965, 0.011873159557580948, 0.0017070634057745337, 0.012252883985638618, 0.004960146266967058, 0.009384610690176487, 0.01210370659828186, 0.04732989892363548, -0.005617883056402206, -0.0038413163274526596, -0.00219528004527092, 0.00733003206551075, -0.025224531069397926, 0.014226092956960201, -0.03588392958045006, -0.004868605639785528, 0.030920393764972687, -0.0005551770445890725, 0.019664285704493523, 0.0007475818856619298, 0.008469204418361187, -0.018918398767709732, -0.014456639997661114, -0.01959647797048092, 0.0015638192417100072, 0.018036896362900734, 0.03534146770834923, -0.0006407844484783709, 0.030757654458284378, 0.008672627620398998, 0.01593485102057457, 0.004516005050390959, -0.022824132815003395, -0.01597553677856922, -0.009459199383854866, -0.0439937524497509, -0.015867043286561966, -0.029021773487329483, 9.683812822913751e-05, -0.001017965842038393, -0.01448376290500164, 0.029754098504781723, 0.0058755530044436455, -0.014361709356307983, 0.021400166675448418, 0.01521608792245388, -0.020844142884016037, -0.042610470205545425, -0.00038925959961488843, -0.007980987429618835, -0.03222230449318886, -0.012124048545956612, -0.018809905275702477, 0.0004471082065720111, 0.049201399087905884, -0.005794183351099491, -0.0037938510067760944, -0.0016367126954719424, 0.01025933213531971, -0.013086920604109764, -0.001203589839860797, -0.011106930673122406, -0.01181213278323412, 0.04304444417357445, 0.012903839349746704, 0.013154728338122368, 0.0076148249208927155, -0.03260202705860138, 0.00039010721957311034, 0.012537676841020584, 0.0016646834556013346, -0.008659066632390022, -0.025360146537423134, 0.0032988532911986113, 0.012293568812310696, -0.0075537976808846, -0.014429517090320587, 0.008435300551354885, 0.024044673889875412, 0.04000664874911308, 0.021766329184174538, -0.02069496549665928, 0.004644840024411678, -0.007648728787899017, 0.02512960135936737, 0.00841495767235756, 0.03740282729268074, 0.002407179679721594, 0.010069469921290874, 0.02363782748579979, -0.022593585774302483, 0.017168955877423286, -0.0018138608429580927, 0.03265627473592758, 0.004248163662850857, -0.0006751121836714447, 0.006177297793328762, -0.0030344026163220406, 0.032168056815862656, -0.004193917382508516, 0.0007022353820502758, 0.02691972814500332, 0.009594814851880074, -0.017467310652136803, 0.0348803736269474, -0.02107468992471695, 0.026729866862297058, -0.001048479345627129, -0.0004091781738679856, 0.026824796572327614, -0.00700455391779542, -0.04619072750210762, 0.006160345859825611, -0.009655842557549477, 0.006767226383090019, 0.04459046199917793, 0.013480206951498985, 0.0006632458535023034, 0.020600033923983574, -0.006750274449586868, 0.02165783755481243, -0.003283596597611904, 0.007811467628926039, 0.014592255465686321, 0.00987960770726204, 0.006902842316776514, -0.022851254791021347, -0.6027849316596985, -0.01402266975492239, -0.015094034373760223, -0.031191624701023102, -0.0034819345455616713, 0.02877766452729702, 0.029103143140673637, -0.007052019704133272, -0.001934219733811915, -0.03507023677229881, 0.024261659011244774, 0.025509323924779892, 0.019135383889079094, 0.0042244307696819305, -0.012598704546689987, -0.017304571345448494, 0.012490211986005306, 0.00553990388289094, 0.04092883691191673, 0.030459299683570862, -0.04160691425204277, -0.00841495767235756, -0.008496327325701714, 0.00249533005990088, 0.01411760039627552, 0.005628054030239582, -0.006641781888902187, 0.004231211729347706, -0.006543460302054882, 0.01885059103369713, -0.027624931186437607, 0.014253216795623302, 0.002035931684076786, 0.020830580964684486, 0.05587369203567505, -0.005804354790598154, -0.0029309955425560474, 0.015229649841785431, 0.017101148143410683, 0.017006216570734978, -0.014456639997661114, -0.0025004155468195677, -2.3891683667898178e-05, -0.009323583915829659, -0.0007984378025867045, 0.00878112018108368, 0.016585808247327805, 0.01650443859398365, -0.00020257604774087667, 0.008842147886753082, 0.00021094607654958963, 0.0049669272266328335, -0.0033802229445427656, 0.00924899522215128, -0.012300349771976471, -0.0366433784365654, 0.00550260953605175, -0.03433791175484657, -0.013012331910431385, -0.011344258673489094, 0.0039498088881373405, 0.0004026092938147485, -0.03311736881732941, -0.01796908862888813, -0.032927505671978, 0.0348532497882843, 0.0238141268491745, -0.00797420646995306, 0.016748545691370964, -0.016002660617232323, -0.016789231449365616, 0.023692073300480843, 0.013493767939507961, -0.002814027015119791, -0.0010756024857982993, -0.00013550980656873435, 0.02880478836596012, -0.01596197485923767, -0.007492770906537771, 0.011771447956562042, 0.015812797471880913, -0.01291062030941248, -0.02422097511589527, 0.004176965449005365, 0.00444480637088418, 0.013073359616100788, -0.02785547636449337, -0.05541260167956352, 0.012802127748727798, -0.011669736355543137, 0.01016440149396658, -0.0024732924066483974, 0.014673625119030476, -0.028560679405927658, 0.011425627395510674, 0.020098255947232246, 0.013615822419524193, -0.013168290257453918, -0.013324248604476452, -0.04749263823032379, -0.0028360646683722734, -0.018470866605639458, 0.0012357985833659768, -0.007160512264817953, 0.015066911466419697, 0.02675698883831501, 0.006970650050789118, -0.010144058614969254, 0.0421222560107708, -0.004556689411401749, -0.006811301689594984, -0.014863487333059311, -0.00279707508161664, -0.007770783267915249, -0.0006975735886953771, -0.03384969383478165, 0.011249327100813389, 0.004610935691744089, -0.004112547729164362, -0.012619046494364738, 0.024654945358633995, 0.02160358987748623, 0.04263759404420853, -0.0146600641310215, 0.012035898864269257, -0.008584477938711643, -0.0045736413449049, 0.020979758352041245, 0.0005856905481778085, -0.028994649648666382, 0.018104704096913338, -0.008347149938344955, 0.012524115853011608, 0.0015426293248310685, 0.03534146770834923, -0.012429184280335903, -0.007818249054253101, -0.0035361810587346554, 0.0005810287548229098, -0.02693329006433487, -0.011486655101180077, -0.00203932193107903, 0.012917401269078255, -0.020776335150003433, -0.007377497386187315, 0.005434801802039146, -0.015799235552549362, -0.006255276966840029, -0.01685703918337822, -0.010306797921657562, -0.005739937070757151, 0.008930297568440437, -0.0049669272266328335, 0.00756735960021615, -0.016382383182644844, -0.013303905725479126, 0.00212916755117476, -0.01548731978982687, -0.006672295276075602, -0.0063230847008526325, -0.016911284998059273, 0.017535118386149406, -0.015541566535830498, -0.0012730929302051663, -0.013337810523808002, -0.047628253698349, -0.011127273552119732, 0.010686522349715233, -0.02142729051411152, 0.0018596311565488577, 0.014049792662262917, 0.011445970274508, -0.00016708284965716302, -0.008957421407103539, -0.010205086320638657, 0.0019274390069767833, -0.01958291605114937, -0.002920824335888028, 0.00042994433897547424, 0.0011069636093452573, -0.010611933656036854, 0.028642049059271812, -0.004973708186298609, -0.009113378822803497, 0.03981678560376167, 0.028153831139206886, 0.011927406303584576, 0.03238504379987717, -0.015839921310544014, 0.021386604756116867, -0.0012713978067040443, 0.0365891307592392, -0.017006216570734978, 0.009730431251227856, 0.008909955620765686, 0.013887054286897182, 0.008652285672724247, 0.00998132023960352, 0.007499551400542259, -0.0031412001699209213, 0.002022369997575879, 0.007967425510287285, -0.003393784398213029, -0.01798265054821968, 0.014524447731673717, -0.013941300101578236, -0.008306465111672878, -0.003573475405573845, 0.013371714390814304, 0.02801821567118168, 0.01071364525705576, -0.012368157505989075, -0.005478876642882824, -0.02659425139427185, 0.028343694284558296, 0.029238758608698845, -0.024329466745257378, 0.005770450457930565, -0.007770783267915249, -0.014822802506387234, 0.010747549124062061, -0.010618713684380054, -0.005360213108360767, 0.028180954977869987, -0.02420741319656372, 0.028533555567264557, 0.004987269639968872, 0.0023834470193833113, -0.012313910759985447, -0.01796908862888813, -0.012591923587024212, -0.006045072339475155, 0.02328522689640522, 0.017833473160862923, -0.0070655811578035355, -0.0007619910757057369, 0.017168955877423286, -0.025197409093379974, 0.025631379336118698, -0.002551271580159664, 0.01118830032646656, 0.028370816260576248, 0.013927738182246685, -0.027529999613761902, 0.003831145353615284, 0.009215091355144978, 0.0061501748859882355, 0.02639082632958889, -0.00797420646995306, 0.027570683509111404, -0.029455743730068207, 0.03214093670248985, -0.00019134535978082567, 0.00022609690495301038, 0.01852511242032051, -0.008326807990670204, 0.0033039390109479427, 0.03352421522140503, 0.0021122153848409653, 0.0035972080659121275, -0.008001330308616161, -0.013968423008918762, -0.010483098216354847, -0.006835034117102623, 0.046814560890197754, 0.007662290707230568, 0.00038226693868637085, -0.01437527034431696, -0.02747575379908085, -0.0035802561324089766, 0.021576467901468277, -0.029645605012774467, -0.030377930030226707, 0.0034819345455616713, 0.027462191879749298, 0.010422071442008018, 0.004488881677389145, 0.00331919570453465, 0.012259664945304394, -0.0013748047640547156, -0.036426395177841187, -0.01688416302204132, 0.040250759571790695, 0.04084746539592743, -0.0009120159666053951, -0.03512448072433472, -0.011249327100813389, 0.022851254791021347, -0.019745655357837677, 0.005038125440478325, -0.0015612764982506633, 0.04179677739739418, 0.021169619634747505, -0.0017528337193652987, -0.04377676919102669, 0.050666049122810364, 0.017494432628154755, -0.007079142611473799, -0.010720426216721535, 0.013622603379189968, 0.001993551617488265, 0.0040515209548175335, -0.011656174436211586, -0.014348147436976433, 0.01720963977277279, -0.016395945101976395, -0.031083133071660995, 0.0007340203155763447, 0.004902509972453117, 0.009757554158568382, -0.009642280638217926, -0.027597807347774506, -0.00888283271342516, -0.0021834138315171003, -0.007825029082596302, -0.002310553565621376, -0.017819911241531372, -0.014510886743664742, 0.025916172191500664, 0.0029598139226436615, 0.0023495431523770094, 0.006479043047875166, -0.052863024175167084, 0.02050510235130787, -0.007662290707230568, 0.03648063912987709, 0.010293236002326012, -0.017738541588187218, 0.0082590002566576, -0.01145953219383955, -0.03184258192777634, -0.015568689443171024, -0.006299352273344994, 0.0024427787866443396, -0.020247433334589005, -0.03550420701503754, 0.04798085615038872, -0.0174401868134737, -0.00878112018108368, -0.0002462273696437478, -0.025699187070131302, -0.012524115853011608, -0.014632940292358398, -0.0038718299474567175, 0.0035497425124049187, 0.027394384145736694, 0.008489546366035938, 0.01867428980767727, -0.005821306724101305, 0.013737876899540424, 0.024654945358633995, 0.013731095939874649, 0.010666179470717907, -0.028723418712615967, 0.01738594099879265, 0.00014260844909586012, 0.008950640447437763, 0.029808344319462776, -0.0027953798417001963, 0.036562010645866394, -0.010083031840622425, 0.013208975084125996, 0.017874157056212425, -0.008069138042628765, -0.003515838645398617, 0.016395945101976395, 0.028126709163188934, -0.015066911466419697, 0.01612471416592598, 0.019108260050415993, 0.009337144903838634, -0.012612265534698963, -0.011127273552119732, 0.006075586192309856, 0.018226757645606995, 0.0384606309235096, -0.02382768876850605, -0.016721423715353012, -0.0151347192004323, 0.025563571602106094, 0.0013256440870463848, -0.012293568812310696, 0.02545507811009884, -0.05901997908949852, -0.0008899784297682345, -0.021779891103506088, -0.002739438321441412, -0.006194249726831913, 0.002269868738949299, 0.00047380756586790085, 0.002727571874856949, -0.005929799284785986, 0.0030021939892321825, 0.007838591001927853, -0.013466645032167435, -0.010462756268680096, -0.009662622585892677, -0.006858767010271549, 0.008218315429985523, 0.012001994997262955, 0.030025329440832138, 0.009384610690176487, 0.013236097991466522, 0.0027462190482765436, 0.0045905932784080505, -0.012476650066673756, 0.010598371736705303, -0.015622935257852077, -0.010042347013950348, -0.025889048352837563, 0.02034236490726471, -0.029211634770035744, 0.014198970049619675, 0.0066146585159003735, 0.004075253382325172, -0.005706033203750849, 0.03113737888634205, 0.0012654645834118128, 0.011710421182215214, 0.008367492817342281, 0.010103373788297176, 0.03170696645975113, -0.004112547729164362, -0.003348014084622264, 0.0032496927306056023, -0.005641615483909845, -0.0012357985833659768, -0.00042655394645407796, 0.003787070047110319, -0.0010849260725080967, 0.009886388666927814, 0.005092371720820665, -0.01977277733385563, -0.0348261259496212, 0.01707402430474758, -0.00842851959168911, 0.007526674773544073, 0.008150506764650345, 0.01073398720473051, -0.001551952911540866, -0.003546352032572031, 0.02875054068863392, -0.01815894991159439, -0.0058653815649449825, -0.0008459032978862524, -0.01757580228149891, 0.028994649648666382, 0.01045597530901432, -0.039491310715675354, -0.0019528669072315097, -0.03007957525551319, -0.028316570445895195, 0.011656174436211586, -0.02605178765952587, 0.0030971248634159565, 0.0037633373867720366, -0.012042679823935032, -0.008909955620765686, -0.042800333350896835, -0.010964534245431423, 0.01794196479022503, 0.03561269864439964, 0.0029377765022218227, -0.010544124990701675, 0.00020162248983979225, -0.01685703918337822, -0.006068805232644081, -0.008998105302453041, 0.016599368304014206, -0.02801821567118168, -0.023597141727805138, 0.01573142781853676, 0.019487984478473663, 0.022091807797551155, -0.0023054678458720446, 0.015297457575798035, 0.000822170521132648, 0.0018511551897972822, -0.00798776838928461, 0.005845039151608944, 0.0028360646683722734, -0.011106930673122406, 0.019745655357837677, -0.0008450557361356914, 0.024302344769239426, -0.004153232555836439, 0.004983879160135984, -0.0034175170585513115, -0.011568024754524231, 0.01925743743777275, 0.003149676136672497, 0.03463626652956009, -0.006696028169244528, 0.020030448213219643, 0.018240319564938545, 0.014551571570336819, -0.0009230347932316363, -0.010266113094985485, -0.023013994097709656, 0.011445970274508, -0.012713977135717869, 0.01853867433965206, -0.01977277733385563, -0.042827457189559937, -0.0010069470154121518, -0.01833525113761425, 0.00943885650485754, -0.0004865215450990945, -0.02493973821401596, -0.02400398999452591, 0.010903507471084595, 0.004610935691744089, 0.04670606926083565, 0.011106930673122406, 0.03157134726643562, 0.007045238744467497, 0.010327139869332314, -0.015609374269843102, 0.025929734110832214, -0.011215423233807087, -0.0034819345455616713, -0.008021672256290913, -0.004631278105080128, 0.021956192329525948, 0.011473093181848526, 0.03132724016904831, 0.03059491515159607, -0.023420842364430428, 0.01871497556567192, 0.001886754296720028, -0.012415623292326927, 0.016355261206626892, -0.00724188145250082, -0.0201525017619133, -0.018064020201563835, -0.012598704546689987, -0.015243211761116982, -0.020627157762646675, 0.025034669786691666, 0.027774108573794365, -0.014226092956960201, 0.012551238760352135, 0.0026512881740927696, 0.012754661962389946, -0.006757055409252644, 0.010964534245431423, 0.04852331802248955, -0.017141832038760185, 0.031788334250450134, 0.002583480207249522, 0.009425295516848564, -0.034527771174907684, -0.05091015622019768, 0.012747881934046745, -0.006309523247182369, 0.033822569996118546, 0.0183488130569458, 0.010672960430383682, -0.0060416823253035545, 0.01909469999372959, -0.024465084075927734, -0.0024376932997256517, -0.030459299683570862, -0.004322752356529236, 0.016789231449365616, 0.003603988792747259, 0.0006628220435231924, -0.014917734079062939, -0.02731301449239254, 0.013324248604476452, -0.016382383182644844, -0.010333920828998089, -0.0034446404315531254, -0.003224264597520232, -0.01902689039707184, 0.017358817160129547, 0.0016604454722255468, 0.023570019751787186, 0.011323915794491768, -0.010211866348981857, 0.01578567363321781, -0.007926741614937782, -0.02089838869869709, -0.005489048082381487, -0.0023919229861348867, 0.03279189020395279, -0.012585142627358437, -0.0005581435980275273, 0.024343028664588928, 0.03441927954554558, -0.015568689443171024, -0.001186637906357646, -0.003610769519582391, 0.040576234459877014, -0.013771780766546726, 0.007363935932517052, -0.012985209003090858, 0.03005245327949524, 0.022824132815003395, 0.010971315205097198, -0.010788233950734138, -0.031191624701023102, -0.006841815076768398, -0.020966196432709694, 0.01942017674446106, 0.02179345302283764, -0.013086920604109764, -0.023705635219812393, 0.004098986275494099, -0.0018511551897972822, -0.03040505386888981, -0.005712813697755337, -0.0002900905965361744, 0.008381053805351257, 0.0077979061752557755, 0.002390227746218443, -0.008286123163998127, 0.024071797728538513, -0.005560246296226978, 0.004773674998432398, 0.020044010132551193, 0.029726974666118622, -0.035992421209812164, 0.04252910241484642, -0.03276476636528969, 0.017738541588187218, -0.042257871478796005, 0.011106930673122406, 0.006045072339475155, -0.022769887000322342, 0.002007113303989172, -0.0302423145622015, -0.010144058614969254, -0.020993320271372795, 0.01578567363321781, 0.01685703918337822, -0.008265780285000801, 0.0015036397380754352, 0.04876742884516716, 0.0008848928264342248, 0.01738594099879265, -0.01135781966149807, -0.01757580228149891, 0.011866378597915173, -0.042447734624147415, 0.020220309495925903, -0.00806235708296299, -0.019379492849111557, -0.006685857195407152, -0.018226757645606995, -0.007967425510287285, -0.03962692618370056, -0.02675698883831501, -0.037674058228731155, 0.018281005322933197, -0.00040684727719053626, 0.00109764002263546, 0.009208310395479202, -0.02732657641172409, -0.013887054286897182, -0.010103373788297176, 0.02366494946181774, 0.015433073975145817, -0.024790560826659203, -0.003766727866604924, -0.011730763129889965, -0.015012664720416069, 0.02399042807519436, -0.012293568812310696, 0.01255801972001791, -0.017114708200097084, 0.0037294335197657347, -0.02586192637681961, 0.00760804396122694, -0.005312747322022915, 0.02256646193563938, 0.014782117679715157, -0.02510247752070427, -0.030839024111628532, 0.01779278740286827, -0.025631379336118698, -0.03395818546414375, -0.018036896362900734, 0.024627821519970894, -0.002481768373399973, 0.0036141599994152784, -0.0021088251378387213, 0.031028885394334793, -0.002992022782564163, 0.01706046238541603, -0.02861492522060871, -0.02050510235130787, 0.009594814851880074, -0.006465481594204903, 0.008387834765017033, -0.00041913744644261897, -0.025522885844111443, 0.005878943018615246, 0.027055343613028526, -0.0065909260883927345, 0.00499066011980176, 0.03184258192777634, -0.014632940292358398, -0.010869603604078293, -0.01548731978982687, -0.022607147693634033, -0.030459299683570862, -0.02091195061802864, 0.017101148143410683, -0.03721296414732933, -0.010889945551753044, 0.015202526934444904, -0.012619046494364738, -0.014510886743664742, 0.013771780766546726, 0.0010696692625060678, -0.02880478836596012, -0.0011883331462740898, -0.014944856986403465, -0.017087586224079132, -0.01779278740286827, -0.012218980118632317, 0.020966196432709694, 0.023000432178378105, 0.009662622585892677, 0.04507867991924286, -0.0016850258689373732, 0.0032479974906891584, 0.0058653815649449825, 0.008286123163998127, -0.013507329858839512, -0.0008798072231002152, -0.004376998636871576, 0.02710959129035473, 0.015514442697167397, -0.03262915089726448, 0.006567193195223808, -0.013805684633553028, -0.002098653931170702, -0.010422071442008018, -0.014239654876291752, -0.008842147886753082, 0.0028818349819630384, -0.0027496095281094313, -0.025929734110832214, -0.005072029307484627, 0.013432741165161133, -0.023963304236531258, -0.013486986979842186, -0.0015180489281192422, 0.0010247465688735247, -0.014456639997661114, -0.003300548531115055, -0.005661957897245884, -0.0070655811578035355, -0.03151710331439972, -0.013548014685511589, 0.017860595136880875, -0.005519561469554901, 0.011032341979444027, 0.2714484930038452, -0.005506000015884638, 0.003610769519582391, 0.026106033474206924, -0.0012527506332844496, 0.030730530619621277, 0.015582251362502575, 0.020437294617295265, -0.01126288902014494, 0.018999768421053886, 0.0012239322531968355, 0.02125098928809166, -0.008299684152007103, 0.005929799284785986, -0.007818249054253101, -0.040250759571790695, -0.03534146770834923, -0.00773687893524766, -0.01502622663974762, -0.009221871383488178, 0.012232542037963867, 0.0010739073622971773, -0.015799235552549362, -0.03924719989299774, 0.005722985137254, -0.0007403772906400263, 0.013175071217119694, 0.011330696754157543, -0.012354595586657524, 0.013175071217119694, -0.023881934583187103, -0.011988433077931404, 0.010381386615335941, 0.010015224106609821, -0.017996210604906082, -0.003929466474801302, 0.002768256701529026, -0.016029782593250275, 0.021210305392742157, 0.012863154523074627, 0.004661791957914829, -0.01867428980767727, 0.0057907928712666035, 0.0091472826898098, 0.009296460077166557, 0.013514110818505287, -0.018931960687041283, -0.015446634963154793, 0.0021071298979222775, 0.029726974666118622, -0.036751870065927505, -0.010232209227979183, 0.03631789982318878, 0.0137514378875494, 0.006482433527708054, -0.009215091355144978, 0.026350142434239388, 0.009974539279937744, 0.008381053805351257, -0.005468705669045448, -0.013629384338855743, 0.025956856086850166, 0.005522951949387789, -0.0002105222811223939, 0.026078911498188972, 0.030893269926309586, -0.035097360610961914, -0.0008276799344457686, 0.022878378629684448, -0.019515108317136765, -0.015066911466419697, -0.0021088251378387213, 0.013188633136451244, 0.005061858333647251, -0.0174130629748106, -0.01996264047920704, 0.012659731321036816, 0.006835034117102623, 0.003008974716067314, 0.05099152773618698, -0.017114708200097084, -0.0005420392262749374, -0.008299684152007103, 0.0014095563674345613, 0.001840983983129263, -0.025414394214749336, 0.00806235708296299, 0.009140502661466599, -0.010666179470717907, -0.007160512264817953, 0.00951344519853592, -0.025753432884812355, -0.01794196479022503, 0.009940635412931442, 0.016640054062008858, 0.013398837298154831, 0.0038548780139535666, 0.021766329184174538, -0.02144085243344307, -0.011527339927852154, -0.03431078791618347, 0.0384606309235096, 0.010422071442008018, 0.0007836048025637865, -0.04933701455593109, -0.005027954466640949, -0.010605152696371078, 0.00945241842418909, 0.011676517315208912, -0.02366494946181774, -0.023909058421850204, -0.014809241518378258, 0.0096151577308774, -0.014185408130288124, 0.004827921278774738, 0.01594841293990612, 0.0037768988404423, -0.012205418199300766, 0.006482433527708054, -0.022593585774302483, -0.007940302602946758, -0.032900381833314896, -0.005085591226816177, 0.0183488130569458, 0.012239322066307068, -0.00650955643504858, -0.014063354581594467, -0.006533289328217506, -0.00013741690781898797, -0.018999768421053886, -0.005634834989905357, -0.019352369010448456, 0.011167957447469234, 0.0014188799541443586, -0.012761442922055721, 0.010889945551753044, 0.00861160084605217, 0.009676184505224228, -0.013283563777804375, -0.019135383889079094, -0.00040218548383563757, -0.04619072750210762, 0.025875486433506012, -0.006268838420510292, 0.007072362117469311, 0.0039430283941328526, -0.002763171214610338, 0.015704305842518806, 0.0036141599994152784, -0.020627157762646675, -0.009493103250861168, -0.032547783106565475, 0.019487984478473663, -0.003014060202986002, 0.011113711632788181, -0.03903021663427353, -0.00815728772431612, -0.003364966018125415, -0.024126043543219566, 0.02823520079255104, -0.025550009682774544, -0.026146719232201576, 0.034717634320259094, -0.011147615499794483, -0.018742097541689873, -0.01547375787049532, -0.1723947525024414, 0.015270334668457508, 0.014578694477677345, -0.03778254985809326, 0.027001097798347473, 0.0005500914412550628, 0.008869270794093609, -0.010171182453632355, 0.004644840024411678, -0.023502212017774582, 0.006031510885804892, -0.03775542601943016, -0.029781220480799675, 0.003515838645398617, -0.015270334668457508, -0.027258768677711487, -0.021739207208156586, -0.006285790354013443, 0.03572119027376175, 0.014646502211689949, 0.025916172191500664, -0.03338859975337982, -0.01630101352930069, 0.016762107610702515, -0.0021800233516842127, 0.023759881034493446, 0.007316470146179199, -0.0265535656362772, 0.004180355928838253, -0.03064916282892227, -0.0403592512011528, 0.0045092240907251835, -0.008204753510653973, -0.01265295036137104, 0.006265447940677404, -0.0013324248138815165, 0.010693302378058434, -0.012775004841387272, -0.022783447057008743, 0.013270001858472824, 0.015094034373760223, 0.03683324158191681, -0.0044176834635436535, 0.021332358941435814, 0.020057570189237595, 0.015283896587789059, 0.006628220435231924, -0.024288782849907875, 0.018009772524237633, -0.008469204418361187, 0.012890278361737728, -0.059128470718860626, 0.02199687622487545, 0.020993320271372795, 0.027407946065068245, -0.004329533316195011, -0.0017307961825281382, 0.0017986040329560637, -0.0020596643444150686, -0.00841495767235756, -0.015677182003855705, -0.011676517315208912, 0.012632608413696289, 0.01738594099879265, -0.009628718718886375, -0.005889114458113909, -0.014687187038362026, 0.013147948309779167, -0.03371407836675644, -0.0007403772906400263, -0.010489879176020622, 0.0027784279081970453, -0.009554130025207996, -0.010374605655670166, 0.0025173674803227186, 0.04545840248465538, -0.022607147693634033, 0.012707197107374668, 0.0006929117953404784, 0.01007625088095665, -0.005563636776059866, 0.008218315429985523, -0.012564800679683685, 0.020844142884016037, 0.004963536746799946, 0.02196975238621235, -0.0008242895710282028, -0.014239654876291752, -0.0018494599498808384, -0.018240319564938545, 0.006373940967023373, -0.04293594881892204, -0.026445074006915092, -0.004254944622516632, -0.015297457575798035, 0.014524447731673717, -0.0009993186686187983, -0.025007545948028564, -0.011805351823568344, -5.406089258030988e-05, 0.022240985184907913, -0.012252883985638618, -0.007391058839857578, 0.019528670236468315, 0.03626365587115288, 0.006655343342572451, 0.01795552670955658, 0.01109336968511343, 0.0458381287753582, -0.000881502463016659, -0.015528004616498947, -0.0006094233249314129, 0.012164733372628689, 0.02309536375105381, -0.0031242480035871267, 0.02693329006433487, -0.013792122714221478, -0.027801230549812317, 0.03146285563707352, 0.003403955604881048, 0.02858780324459076, -0.01780634932219982, 0.011913844384253025, 0.0020596643444150686, 0.021400166675448418, 0.012585142627358437, -0.07247306406497955, -0.010727206245064735, -0.0028496261220425367, 0.014578694477677345, 0.00908625591546297, 0.0060586342588067055, -0.018931960687041283, 0.023041117936372757, -0.03387681767344475, 0.02967272885143757, -0.02419385127723217, -0.024817684665322304, -0.009025229141116142, -0.015880605205893517, 0.008387834765017033, 0.01574498973786831, -0.011195081286132336, -0.006668905261904001, 0.004682134371250868, 0.03550420701503754, -0.023692073300480843, -0.011290011927485466, 0.009038790129125118, -0.01682991534471512, -0.0066994186490774155, 0.022091807797551155, -0.023963304236531258, 0.010489879176020622, 0.012408842332661152, 0.005994216538965702, 0.026268772780895233, -0.032710522413253784, 0.023678511381149292, 0.003515838645398617, -0.008503108285367489, -0.02492617629468441, -0.0384335070848465, -0.0023834470193833113, 0.030757654458284378, 0.0021800233516842127, 0.0021868040785193443, 0.009154063649475574, -0.001840983983129263, -0.005872162524610758, 0.022878378629684448, -0.007757221348583698, -0.010930630378425121, 0.039491310715675354, -0.006167126819491386, -0.003607379272580147, -0.025604255497455597, -0.006540070287883282, -0.017182517796754837, -0.01034748274832964, 0.036562010645866394, 0.005546684842556715, 0.0073232511058449745, -0.0030038889963179827, -0.03908446058630943, 0.007947083562612534, 0.008577696979045868, -0.0174130629748106, 0.0023020775988698006, 0.0042244307696819305, 0.028316570445895195, 0.03422941640019417, -0.023217419162392616, -0.00467874389141798, -0.009676184505224228, -0.02275632508099079, -0.023407280445098877, 0.029184510931372643, -0.012171514332294464, 0.02036948688328266, -0.004743161145597696, -0.015839921310544014, -0.007377497386187315, -0.004254944622516632, 0.011290011927485466, -0.0020003325771540403, -0.007669071201235056, 1.8064443793264218e-05, -0.023190295323729515, -0.008930297568440437, 0.02601110376417637, 0.017358817160129547, -0.005289014894515276, 0.001184095162898302, 0.025048231706023216, -0.051262758672237396, -0.006055243778973818, 0.013731095939874649, -0.012605484575033188, -0.006336646620184183, -0.0004729599750135094, 0.024966862052679062, -0.03903021663427353, 0.0039599803276360035, -0.008116602897644043, -0.007316470146179199, -0.020464418455958366, -0.020044010132551193, -0.06265448033809662, 0.022647831588983536, 1.9971539586549625e-05, 0.021400166675448418, 0.0036446736194193363, 0.004834701772779226, 0.006858767010271549, -0.003083563409745693, 0.006604487542062998, 0.03504311293363571, -0.010889945551753044, 0.0042176502756774426, -0.012612265534698963, 0.004980488680303097, -0.018104704096913338, 0.006919794250279665, -0.005004221573472023, -0.001749443355947733, 0.027028221637010574, 0.019352369010448456, 0.013215756043791771, -0.0028852252289652824, -4.9597756515140645e-06, -0.011690078303217888, -0.0044990526512265205, -0.010015224106609821, 0.0027767326682806015, -0.010605152696371078, -0.011581585742533207, 0.0025207579601556063, 0.012876716442406178, -0.01665361598134041, 0.011771447956562042, 0.027272328734397888, 0.02529233880341053, -0.030133822932839394, 0.022308792918920517, 0.027624931186437607, 0.03905734047293663, -0.0008039471576921642, -0.0005492438212968409, -0.015311019495129585, 0.026865482330322266, -0.010842479765415192, -0.02310892567038536, -0.0036243312060832977, 0.00018064443429466337, 0.006977431010454893, 0.008401396684348583, -0.014524447731673717, 0.03132724016904831, -0.008842147886753082, -0.0025987369008362293, -0.023868374526500702, -0.021400166675448418, -0.0348261259496212, 0.0036751870065927505, 0.01146631222218275, -0.020667841657996178, 0.007302908692508936, 0.023719197139143944, -0.0021376435179263353, -0.011954529210925102, -0.007560578640550375, -0.0004172303597442806, -0.026838358491659164, -0.008238657377660275, -0.0011535815428942442, 0.019542230293154716, -0.03724008798599243, -0.029726974666118622, 0.00015828902542125434, 0.00038247881457209587, -0.0026411169674247503, -0.029808344319462776, 0.008604819886386395, -0.01440239418298006, -0.02618740312755108, -0.0021173011045902967, 0.029211634770035744, 0.025590693578124046, -0.002924214815720916, -0.025522885844111443, 0.008455642499029636, 0.013690411113202572, 0.05408356711268425, -0.011066245846450329, 0.021156059578061104, -0.006577364169061184, -0.019379492849111557, -0.006801130250096321, 0.019664285704493523, -0.007207977585494518, 0.02199687622487545, -0.0025309291668236256, 0.010333920828998089, -0.015365265309810638, -0.00322765507735312, 0.014361709356307983, 0.011683297343552113, 0.012876716442406178, 0.0017782616196200252, 0.013981984928250313, 0.0005759432096965611, -0.01981346309185028, -0.019176067784428596, -0.014538009651005268, -0.01484992541372776, 0.018606482073664665, 0.008116602897644043, 0.00212916755117476, 0.01574498973786831, -0.03897596895694733, 0.021196743473410606, -0.014171847142279148, -0.002219012938439846, 0.00350227695889771, -0.013832807540893555, -0.015175404027104378, 0.02399042807519436, -0.007845371961593628, 0.02327166497707367, -0.005099152680486441, -0.007533455733209848, 0.02217317745089531, 0.026797674596309662, -0.02953711338341236, -0.0247634369879961, 0.0042244307696819305, -0.013147948309779167, -0.027367260307073593, 0.004146452061831951, -0.026879044249653816, -0.01703334040939808, 0.0051330565474927425, 0.0033208909444510937, -0.002034236444160342, -0.00559415016323328, -0.020477980375289917, 0.044970184564590454, 0.01440239418298006, -0.00605185329914093, 0.013954862020909786, 0.009743992239236832, 0.005061858333647251, 0.01274110097438097, 0.009933854453265667, -0.02512960135936737, -0.021142497658729553, 0.002008808543905616, -0.009743992239236832, 0.0008603124879300594, 0.0033734419848769903, -0.005105933174490929, -0.00888283271342516, -0.007289347238838673, 0.004702476318925619, -0.0011985042365267873, -0.001429898664355278, 0.0165180005133152, 0.001157819526270032, 0.018986206501722336, 0.01272753905504942, -0.016260329633951187, 0.008021672256290913, -0.010876383632421494, -0.0010739073622971773, -0.005170350894331932, -0.0173995029181242, 0.0003197565383743495, 0.005248330067843199, -0.03870473802089691, -0.02125098928809166, 0.0015265248948708177, -0.014158285222947598, -0.010523783043026924, -0.0018647167598828673, 0.021305235102772713, 0.004916071426123381, -0.01943373866379261, -0.003037793096154928, -0.02861492522060871, -0.02419385127723217, 0.008421738632023335, 0.0027089249342679977, 0.007336812559515238, -0.010171182453632355, 0.0008111517527140677], \"7306f8e6-df91-458c-ae43-d9c839f23cca\": [-0.012873240746557713, 0.008841883391141891, 0.008313403464853764, -0.03162752091884613, -0.013090052641928196, 0.008835108019411564, -0.012798711657524109, -0.007791698444634676, 0.0015092181274667382, -0.05620863288640976, -0.002017372287809849, 0.006155441515147686, 0.023239586502313614, -0.004597101826220751, -0.00454289885237813, 0.01098968181759119, -0.001480422681197524, 0.005139132961630821, 0.027304820716381073, -0.018266450613737106, 0.0021240846253931522, 0.00859119463711977, -0.021464435383677483, -0.0013305171160027385, -0.03170882537961006, 0.01472969725728035, 0.044202644377946854, -0.018835583701729774, 0.016044123098254204, -0.019431818276643753, 0.01707398146390915, -0.005518555175513029, -0.02596329338848591, -0.03292839601635933, -0.0060436478815972805, -0.02395777776837349, -0.017900580540299416, -0.00470550823956728, 0.03634319081902504, -0.0041092741303145885, 0.027887504547834396, -0.002667809836566448, 0.0008977391407825053, 0.010515404865145683, 0.009871742688119411, 0.027833301573991776, 0.006172379944473505, -0.01910659857094288, 0.002606831258162856, 0.005864100065082312, 0.005189948715269566, 0.039378564804792404, -0.042251329869031906, -0.017223041504621506, -0.006494211032986641, 0.014594189822673798, -0.010772869922220707, 0.014865205623209476, -0.0032928395085036755, -0.004061846062541008, 0.0008253271807916462, 0.004437880124896765, -0.026966052129864693, -0.018388407304883003, -0.012534471228718758, -0.009871742688119411, -0.02172189950942993, -0.010061454027891159, 0.008726702071726322, 0.006751676090061665, 0.016409993171691895, 0.004793588072061539, 0.008536990731954575, 0.008184670470654964, 0.0516284704208374, -0.013808244839310646, 0.008286301977932453, 0.010623810812830925, -0.007988184690475464, -0.009702358394861221, 0.012798711657524109, -0.028321130201220512, -0.021545739844441414, 0.04596424475312233, -0.002510281978175044, 0.015258178114891052, -0.012012765742838383, -0.00279992981813848, -0.0013474556617438793, -0.0006008924101479352, -0.021450884640216827, -0.0017802336951717734, -0.0019868831150233746, 0.010054678656160831, 0.00891641341149807, 0.01508201751857996, -0.005867487750947475, 0.027020255103707314, -0.014418029226362705, -0.007873003371059895, -0.020502328872680664, -0.009045145474374294, -0.041573792695999146, -0.01538013480603695, -0.03496101126074791, -0.02435075119137764, 0.025041840970516205, -0.0002134247770300135, 0.02130182459950447, 0.007236116100102663, -0.032657377421855927, 0.024797925725579262, 0.01407925970852375, -0.003042150055989623, -0.03555724397301674, 0.004671631380915642, -0.003736627520993352, -0.029161278158426285, -0.007574885617941618, -0.03620768338441849, -0.003458836581557989, 0.024567563086748123, 0.004112661816179752, 0.00235275411978364, -0.00360789499245584, 0.008374381810426712, -0.004254944622516632, 0.011931461282074451, -0.011328451335430145, -0.024554012343287468, 0.05357978120446205, -0.0052610901184380054, -0.003946664743125439, 0.002691523637622595, -0.025909090414643288, 0.014418029226362705, -0.0005217050202190876, -0.010691565461456776, -0.009953047148883343, -0.02604459784924984, 0.004315923433750868, 0.0365057997405529, -0.0004168981977272779, 0.0123176584020257, 0.025068942457437515, 0.0048884437419474125, 0.009119674563407898, 0.014932959340512753, 0.009221305139362812, 0.004942646715790033, -0.006385805085301399, 0.015122669748961926, 0.031871434301137924, 0.03561144694685936, -0.006395968142896891, 0.008374381810426712, 0.009532973170280457, -0.02057008258998394, 0.006653432734310627, 0.0019275983795523643, 0.010806746780872345, 0.01084739901125431, 0.02307697758078575, -0.0014914326602593064, -0.004160089418292046, 0.031979840248823166, -0.0076561905443668365, 0.005061216186732054, 0.022467192262411118, 0.008062713779509068, -0.006778777576982975, 0.013957303017377853, -0.0039331139996647835, -0.0007685832679271698, 0.00021681247744709253, 0.0258142352104187, 0.036126378923654556, -0.0013076502364128828, -0.017426302656531334, -0.000967186875641346, -0.010196961462497711, -0.003800993785262108, 0.03498811274766922, 0.027440328150987625, -0.01470259577035904, 0.02023131400346756, -0.0021020646672695875, -0.012520920485258102, -0.009756561368703842, 0.008469237014651299, 0.006016545929014683, 0.00826597586274147, 0.012561572715640068, -0.013483026064932346, -0.6075085401535034, 0.0020258415024727583, 0.010738993063569069, -0.03214244917035103, 0.006809266749769449, 0.03417506441473961, 0.01385567244142294, -0.0010908377589657903, -0.038023486733436584, -0.01014275848865509, 0.0036316090263426304, 0.02124762162566185, 0.03379564359784126, -0.017643114551901817, -0.005223825573921204, -0.006880408152937889, 0.014905857853591442, 0.004075396806001663, 0.028510840609669685, 0.03447318449616432, -0.013388169929385185, -0.015353033319115639, 0.0013652410125359893, 0.005772632081061602, -0.009214529767632484, -0.0007694301893934608, 0.005447413306683302, 0.0070328544825315475, -0.008990942500531673, 0.01884913444519043, -0.03620768338441849, 0.01794123277068138, 0.017290795221924782, -0.007676516659557819, 0.05561240017414093, -0.01440447848290205, -0.01825289987027645, 0.02169479802250862, 0.01170787401497364, 0.015014263801276684, -0.009065471589565277, -0.0018564568599686027, 0.0013322110753506422, -0.0019919646438211203, -0.0072293407283723354, -0.0005551584763452411, 0.022507844492793083, -0.012053418904542923, 0.005816671997308731, 0.001883558346889913, -0.008496338501572609, -0.0012331209145486355, 0.0020410860888659954, 0.027751997113227844, -0.03238636255264282, -0.03138360381126404, 0.01715528778731823, -0.004434492439031601, 0.0004463288059923798, -0.007283544167876244, 0.004051683004945517, -0.004102498292922974, -0.026789890602231026, -0.03135650232434273, -0.011125190183520317, 0.017670216038823128, 0.0014761880738660693, -0.001449086470529437, 0.002224021591246128, -0.024554012343287468, -0.02719641476869583, 0.011768852360546589, 0.005257702432572842, -0.008631846867501736, -0.00020696698629762977, 0.008984167128801346, 0.038890738040208817, -0.008279526606202126, -0.018808482214808464, 0.028998669236898422, 0.0026762790512293577, 0.005267865490168333, -0.01372693944722414, -0.005003625527024269, 0.0017971721244975924, -0.010027577169239521, -0.011206494644284248, -0.029784614220261574, 0.005830222740769386, -0.024472707882523537, 0.024025531485676765, -0.012507369741797447, 0.005081542301923037, -0.020759794861078262, 0.007798473816365004, 0.016802966594696045, 0.005067991558462381, 0.0017158674309030175, -0.01720949076116085, -0.024919884279370308, -0.0198112390935421, -0.014838103204965591, 0.006951550021767616, 0.0016184712294489145, 0.009126449935138226, 0.016721662133932114, -0.00305739464238286, -0.0011348777916282415, 0.0406794399023056, -0.010549281723797321, -0.0010010638507083058, -0.0060605863109230995, -0.017033329233527184, -0.013665961101651192, 0.0025983620434999466, -0.03786087781190872, 0.016328688710927963, 0.01741275191307068, 0.01063736155629158, 0.009627829305827618, 0.02023131400346756, 0.014838103204965591, 0.03861972317099571, -0.007927206344902515, 0.0033402671106159687, -0.0043057603761553764, 0.008828332647681236, -8.569809142500162e-05, 0.0016040735645219684, -0.0073716240003705025, 0.00922808051109314, -0.022534945979714394, 0.0294593945145607, -0.0030506192706525326, 0.023009223863482475, -0.02187095768749714, 0.005677776876837015, 0.001980107743293047, 0.008862209506332874, -0.024594664573669434, -0.026952501386404037, -0.004326086491346359, 0.010718666948378086, -0.019174352288246155, -0.010217287577688694, -0.008625071495771408, -0.015542743727564812, -0.010718666948378086, 0.002090207766741514, -0.03431057557463646, -0.003316553309559822, 0.0117959538474679, 0.0034385102335363626, -0.009485545568168163, -0.010047903284430504, -0.0036146703641861677, 0.010481528006494045, -0.010217287577688694, -0.01035279594361782, -0.025190899148583412, -0.01605767384171486, 0.019404716789722443, -0.02169479802250862, -0.00973623525351286, -0.008333729580044746, -0.016152529045939445, 0.010271490551531315, 0.01752115786075592, -0.019011743366718292, -0.006985426880419254, 0.010942254215478897, -0.0017463567201048136, -0.01126069761812687, -0.011890809051692486, 0.007486805785447359, 0.016613256186246872, -0.027806200087070465, -0.0017649889923632145, 0.011816279962658882, -0.00533900735899806, -0.012819037772715092, 0.02497408725321293, -0.006328213959932327, 0.00025640614330768585, 0.016857169568538666, 0.018984641879796982, 0.030299542471766472, 0.024540461599826813, -0.020122908055782318, 0.011958562768995762, -0.006304500158876181, 0.03219665214419365, -0.016409993171691895, 0.011484285816550255, -0.006148666143417358, 0.021681247279047966, 0.015285279601812363, 0.01023083832114935, 0.00024412576749455184, -0.007500356528908014, 0.02124762162566185, 0.0349339097738266, -0.0065755159594118595, -0.025895539671182632, 0.015163321979343891, -0.021234070882201195, 0.003201371757313609, 0.002174900146201253, 0.017372099682688713, 0.02031261846423149, 0.00608768779784441, -0.007161587011069059, -0.014472232200205326, -0.0065755159594118595, 0.014133462682366371, 0.011159067042171955, -0.013604982756078243, 0.021965812891721725, -0.014323174022138119, -0.007290319539606571, -0.009770112112164497, -0.01921500638127327, 0.01673521287739277, 0.042901769280433655, -0.011531713418662548, 0.015271728858351707, 0.002450997242704034, 0.006145278457552195, -0.006731349974870682, -0.021342478692531586, -0.017087532207369804, 0.0056710010394454, 0.013496576808393002, 0.007676516659557819, -0.011531713418662548, -0.00791365560144186, 0.026342716068029404, -0.026031047105789185, 0.0301098320633173, -0.00037137605249881744, -0.0059962198138237, 0.025949742645025253, 0.022805962711572647, -0.014838103204965591, 0.014119911938905716, 0.022169075906276703, 0.012873240746557713, 0.013435597531497478, -0.010224062949419022, 0.024621766060590744, -0.028456637635827065, 0.05485355481505394, -0.014485782943665981, -0.005613410379737616, 0.055829212069511414, -0.027521632611751556, -0.004990074783563614, 0.032006941735744476, 0.0101698599755764, 0.0006961713079363108, -0.00773071963340044, -0.013903100043535233, 0.0007338594296015799, 0.009695583023130894, 0.03485260531306267, 0.01247349288314581, 0.0004971442394889891, -0.011924685910344124, -0.029323887079954147, 0.006118176970630884, -0.003658710513263941, -0.014648392796516418, -0.022169075906276703, 0.010406998917460442, 0.025638075545430183, 0.009864967316389084, 0.029161278158426285, 0.013001972809433937, 0.011687546968460083, 0.004644529893994331, -0.031193895265460014, -0.004783425014466047, 0.03281998634338379, 0.03731884807348251, 0.008645397610962391, -0.010915152728557587, -0.014878756366670132, 0.0294593945145607, -0.004434492439031601, 0.004505634307861328, 0.0028558268677443266, 0.021762551739811897, 0.0341479629278183, -0.004427717067301273, -0.013875998556613922, 0.036668408662080765, 0.012249904684722424, 0.0053525581024587154, -0.03563855215907097, -0.004427717067301273, 0.004163477104157209, 0.01135555375367403, -0.01670811139047146, -0.013117155060172081, 0.015651149675250053, -0.010075004771351814, -0.037454355508089066, 0.00718868849799037, 0.013984404504299164, 0.0033453486394137144, -0.013245887123048306, -0.018605221062898636, -0.002661034232005477, -0.01741275191307068, -0.003922950476408005, 0.023144731298089027, -0.009106123819947243, -0.010759319178760052, 0.018103841692209244, -0.003970378544181585, 0.01513622049242258, 0.007114159408956766, -0.04672308638691902, 0.02536705881357193, -0.005684552248567343, 0.033904049545526505, 0.004624203313142061, -0.00702607911080122, -0.015447888523340225, 0.02028551697731018, -0.040191613137722015, -0.016098326072096825, -0.002686442108824849, -0.015190423466265202, -0.015258178114891052, -0.011389430612325668, 0.02638336829841137, -0.0051560718566179276, -0.014255420304834843, 0.005505004432052374, -0.015624049119651318, -0.008164344355463982, -0.00557275814935565, -0.0066093928180634975, -0.004962972830981016, 0.003784055123105645, 0.024486258625984192, 0.025163797661662102, 0.0019614752382040024, 0.01605767384171486, 0.02409328520298004, 0.026261411607265472, -0.0028253374621272087, -0.041573792695999146, 0.021369580179452896, 1.675321072980296e-05, 0.01566470041871071, -0.0017785398522391915, -6.95006747264415e-05, 0.024188142269849777, -0.002058024751022458, 0.025190899148583412, 0.01650485023856163, 0.006683921907097101, -0.017710868269205093, 0.003043843898922205, 0.02406618371605873, -0.004898606799542904, 0.0294593945145607, 0.011558814905583858, -0.004925708286464214, -0.021030809730291367, -0.0021511863451451063, 0.020922403782606125, 0.03295549750328064, 0.015420787036418915, -0.003987316973507404, -0.026857644319534302, -0.00794075708836317, 0.017114633694291115, -0.00435318797826767, -0.012121172621846199, 0.02172189950942993, -0.05225180462002754, 0.004817302338778973, -0.03498811274766922, -0.010373122058808804, 0.004559837281703949, -0.016857169568538666, 0.007087057922035456, -0.010386672802269459, -0.010427325032651424, -0.006267235614359379, -0.007276768796145916, -0.00667375884950161, -0.01475679874420166, -0.007649415172636509, -0.03428347408771515, 0.008821557275950909, -0.006490823347121477, 0.027209965512156487, -0.014512885361909866, 0.010474752634763718, 0.01749405637383461, -0.00686346972361207, -0.008232099004089832, -0.001993658486753702, -0.01214827410876751, 4.914804230793379e-05, 0.005288191605359316, 0.002467935672029853, -0.03317230939865112, 0.0015693496679887176, 0.002608525101095438, 0.007784923072904348, -0.008584419265389442, 0.02260269969701767, 0.013340742327272892, -0.0006885490147396922, 0.013544004410505295, -0.006240134127438068, 0.03899914398789406, -0.02031261846423149, -0.007398725487291813, 0.003970378544181585, -0.028998669236898422, -0.00047258342965506017, -0.011016784235835075, 0.010183410719037056, 0.0008041540859267116, 0.0028947852551937103, 0.0022020016331225634, -0.027643591165542603, -0.030326643958687782, 0.02565162628889084, -0.02364611066877842, 0.01791413128376007, 0.008184670470654964, 0.004156701732426882, 0.0027474204543977976, -0.0026813605800271034, 0.018943989649415016, -0.03647869825363159, -0.011789178475737572, -0.008394707925617695, -0.014011505991220474, 0.02166769653558731, 0.00958040077239275, -0.03151911497116089, 0.014011505991220474, -0.007805249188095331, -0.03710203617811203, 0.015705352649092674, -0.004197353962808847, -0.015529192984104156, 0.016667459160089493, 0.0048884437419474125, -0.0017836213810369372, 0.007283544167876244, -0.0047461604699492455, 0.02262980118393898, 0.01687072031199932, 0.022724658250808716, -2.123925878549926e-05, -0.011931461282074451, -0.021505087614059448, -0.0033046964090317488, -0.018727177754044533, 0.02432364970445633, -0.030055629089474678, -0.01842905953526497, 0.008699600584805012, 0.03420216590166092, 0.021152766421437263, -0.0031861269380897284, 0.03214244917035103, 0.0018479875288903713, 0.00737839937210083, -0.022534945979714394, -0.01546143926680088, -0.024892782792448997, -0.007791698444634676, 0.022412989288568497, 0.01949957199394703, 0.02208777144551277, 0.002622075844556093, 0.02576003223657608, 0.003540141275152564, -0.013171358034014702, 0.014811001718044281, -0.01997384987771511, 0.04520539939403534, -0.029974324628710747, 0.01678941585123539, 0.011165842413902283, 0.015542743727564812, -0.007595211733132601, -0.0052610901184380054, -0.01859167031943798, -0.0036316090263426304, -0.012446391396224499, 0.01958087645471096, -0.004021193832159042, -0.04268495738506317, -0.022927919402718544, -0.009783662855625153, -0.002207083161920309, 0.002737257396802306, -0.030624762177467346, -0.02570582926273346, -0.006775389891117811, -0.005931853782385588, 0.03146491199731827, -0.0035536920186132193, 0.027670692652463913, 0.009641380049288273, 0.013442372903227806, -0.010515404865145683, 0.023456400260329247, -0.0006936305435374379, -0.012114397250115871, 0.004129600245505571, -0.013218785636126995, 0.009607503190636635, 0.011890809051692486, 0.023063426837325096, 0.021884508430957794, -0.028646348044276237, 0.0199467483907938, 0.013239111751317978, -0.012568348087370396, 0.016288036480545998, 0.006233358755707741, -0.023876473307609558, 0.0076561905443668365, 0.00021226026001386344, -0.002945600776001811, -0.03016403503715992, 0.017168838530778885, 0.027264168485999107, -0.010589933954179287, 0.006866857409477234, 0.0031115978490561247, 0.0065924543887376785, -0.008740252815186977, 0.018036087974905968, 0.03916175290942192, -0.0007702771108597517, 0.01046797726303339, 0.002818562090396881, 0.017588911578059196, -0.049135126173496246, -0.053715288639068604, 0.023876473307609558, -0.005281416233628988, 0.029323887079954147, 0.02716931328177452, 0.001868313760496676, -5.722028436139226e-05, 0.03590956702828407, -0.0034114087466150522, -0.003238636301830411, -0.007019303739070892, -0.02059718407690525, 0.0018869460327550769, 0.014743248000741005, -0.013435597531497478, -0.0067347376607358456, -0.01508201751857996, -0.0014152094954624772, -0.03281998634338379, -0.0016032266430556774, -0.011545264162123203, -0.004475145135074854, -0.010799971409142017, 0.019038844853639603, -0.003994092345237732, 0.024228794500231743, 0.011281023733317852, -0.00167521508410573, 0.008516664616763592, 0.006494211032986641, -0.021396681666374207, -0.005958955269306898, -0.004800363443791866, 0.0234699510037899, -0.007520682644098997, -0.010732217691838741, 0.025543220341205597, 0.04916222766041756, -0.011335226707160473, -0.010854174382984638, 0.012222803197801113, 0.04195321351289749, -0.02531285583972931, 0.0239848792552948, -0.011531713418662548, 0.01777862198650837, 0.006379029713571072, -0.007297094911336899, 0.011003232561051846, -0.02943229302763939, -0.010664463974535465, -0.021749000996351242, 0.010359571315348148, 0.01046797726303339, -0.0031505562365055084, -0.03162752091884613, 0.0064840479753911495, -0.008957065641880035, -0.019174352288246155, -0.014973611570894718, 0.0059183030389249325, -0.010481528006494045, -0.013842121697962284, 0.0034673057962208986, -0.012548021972179413, 0.02440495416522026, -0.006944774650037289, 0.005620185751467943, 0.012392187491059303, 0.03352462872862816, -0.03786087781190872, 0.017060430720448494, -0.03019113652408123, 0.0037942181807011366, -0.05095092952251434, 0.006318050902336836, -0.004332861863076687, -0.052468620240688324, -0.004116049502044916, -0.015989920124411583, -0.0017531320918351412, -0.004742772784084082, 0.012310883030295372, 0.0018412121571600437, -0.01715528778731823, 0.01840195804834366, 0.06379707157611847, 0.00533900735899806, 0.007391950115561485, 0.006738125346601009, -0.036587104201316833, 0.01989254355430603, -0.04951454699039459, -0.00020633179519791156, 0.0017666828352957964, -0.023429298773407936, -0.005799733567982912, 0.0033114717807620764, -0.0024018757976591587, -0.025380609557032585, -0.017277244478464127, -0.051872383803129196, 0.0036316090263426304, 0.003401245689019561, 0.002318877261132002, 0.0035977319348603487, -0.014797450974583626, -0.024391403421759605, -0.011436858214437962, 0.010928703472018242, -0.003462224267423153, -0.003159025451168418, 0.014363826252520084, -0.006168992258608341, 0.004349800292402506, 0.042197126895189285, -0.006270623300224543, -0.0058268350549042225, -0.020976606756448746, -0.004163477104157209, -0.026559527963399887, 0.010007251054048538, -0.004952809773385525, 0.044934384524822235, 0.004935871344059706, -0.01788702979683876, -0.04374191537499428, -0.009329712018370628, -0.042983073741197586, -0.022927919402718544, -0.0054541886784136295, 0.014932959340512753, 0.00702607911080122, 0.004068621434271336, -0.0029506823047995567, 0.03547593951225281, -0.002156267873942852, 0.006755063775926828, -0.006904122419655323, -0.0035638550762087107, 0.004942646715790033, -0.0037400152068585157, 0.005067991558462381, 0.018158044666051865, -0.019648630172014236, 0.0026322389021515846, 0.04851179197430611, 0.015542743727564812, 0.007757821120321751, 0.03417506441473961, 0.005654062610119581, -0.013469475321471691, -0.018212247639894485, -0.023347992449998856, -0.02956780046224594, -0.017710868269205093, 0.023497052490711212, -0.03230505809187889, -0.024499809369444847, 0.004238006193190813, -0.005532105918973684, -0.006978651508688927, 0.009593951515853405, -0.007120934780687094, -0.02002805285155773, 0.0014448518631979823, -0.011050661094486713, -0.03303680196404457, -0.014512885361909866, -0.025922641158103943, 0.006937999278306961, 0.020068705081939697, 0.00024137325817719102, 0.027589386329054832, -0.014119911938905716, -0.013916650786995888, -0.0009062084136530757, -0.002129166154190898, -0.03447318449616432, -0.0034452856052666903, -0.0062909494154155254, 0.0023595294915139675, 0.012575123459100723, -0.015989920124411583, -0.002864296082407236, -0.016274485737085342, -0.003496101126074791, -0.0027762160170823336, -0.009106123819947243, 0.0015668089035898447, 0.010217287577688694, 0.0034893257543444633, -0.03431057557463646, -0.03132940083742142, 0.006524700205773115, -0.028402434661984444, -0.013875998556613922, 0.011646894738078117, 0.0017285713693127036, -0.012053418904542923, 0.001964862924069166, -0.00531868077814579, 0.003257268574088812, -0.020637838169932365, -0.019797688350081444, -0.00299810990691185, 0.00618593068793416, 0.00784590095281601, 0.27079877257347107, -0.024133939296007156, 0.021288273856043816, 0.018605221062898636, 0.00627739867195487, 0.016437096521258354, 0.011599467135965824, 0.003236942458897829, -0.031139692291617393, 0.03772537037730217, -0.006409518886357546, 0.006345152389258146, 0.004583551082760096, -0.005593084264546633, 0.01269708015024662, -0.028294026851654053, -0.04322698712348938, 0.001465178094804287, -0.018442610278725624, -0.008638622239232063, -0.0023612233344465494, 0.010027577169239521, -0.016491299495100975, -0.02669503539800644, 0.012737732380628586, -0.02361900918185711, -0.003868747502565384, 0.004065233748406172, -0.016315137967467308, 0.019350513815879822, -0.03561144694685936, -0.004874892998486757, -0.002034310717135668, 0.011789178475737572, -0.02153218910098076, 0.0033893887884914875, 0.029107075184583664, -0.007493581157177687, 0.025624524801969528, 0.00016493839211761951, 0.026369817554950714, -0.004488695878535509, 0.020393922924995422, -0.020014502108097076, 0.004658080637454987, 0.0063587031327188015, -0.01893043890595436, -0.008476012386381626, -0.0033250225242227316, 0.0294593945145607, -0.030299542471766472, 0.0003154790902044624, 0.022304583340883255, 0.030353745445609093, 0.018212247639894485, -0.009309385903179646, 0.010007251054048538, 0.0001671615755185485, 0.005955567583441734, -0.018239349126815796, -0.007236116100102663, 0.029784614220261574, -0.012405739165842533, -0.006958325393497944, 0.012534471228718758, 0.006650045048445463, -0.023456400260329247, -0.026979602873325348, 0.027386125177145004, -0.03897204250097275, -0.012968095950782299, -0.026302063837647438, -0.000885035318788141, 0.010420549660921097, -0.025123145431280136, -0.03569275513291359, -0.014811001718044281, 0.01405215822160244, 0.011335226707160473, 0.03634319081902504, -0.003960215486586094, -0.01775152049958706, 0.0032504932023584843, -0.0072496673092246056, 0.0015015957178547978, -0.03268447890877724, 0.027887504547834396, -0.0005996219697408378, -0.0015803596470505, 0.003238636301830411, -0.008177895098924637, 0.004397227894514799, 0.0021206969395279884, 0.013544004410505295, 0.0019021907355636358, 0.02956780046224594, -0.021369580179452896, 0.007757821120321751, -0.01715528778731823, -0.01726369373500347, -0.047590337693691254, 0.04734642431139946, 0.02505539171397686, 0.012066969648003578, -0.059298209846019745, 0.0005648981314152479, 0.0034893257543444633, 0.013828570954501629, 0.009214529767632484, -0.024865681305527687, -0.015922166407108307, -0.03227795660495758, 0.010745768435299397, 0.001243283972144127, 0.0009781968547031283, 0.015285279601812363, 0.013103604316711426, -0.017331447452306747, 0.02395777776837349, 0.006389192771166563, 0.017277244478464127, -0.03927015885710716, -0.01845616102218628, 0.028456637635827065, 0.0054372502490878105, -0.009363588877022266, -0.01794123277068138, 9.30557434912771e-05, -0.012873240746557713, -0.029242582619190216, -0.0060944631695747375, -0.0029506823047995567, 0.027941707521677017, 0.007791698444634676, -0.03151911497116089, 0.013293314725160599, 0.005789570510387421, 0.005640511866658926, -0.009600726887583733, -0.02169479802250862, -0.015447888523340225, -0.036099277436733246, 0.02370031364262104, -0.003943277057260275, 0.01247349288314581, -0.0015574927674606442, -0.01247349288314581, 0.01743985339999199, 0.018036087974905968, -0.031979840248823166, -0.011213270016014576, -0.014905857853591442, 0.007100608665496111, 0.006704248022288084, 0.007994960062205791, -0.0033860011026263237, -0.0021037585102021694, -0.029649104923009872, -0.02674923837184906, 0.012297332286834717, -0.034744199365377426, -0.021396681666374207, 0.019987400621175766, -0.014824552461504936, -0.03409375995397568, -0.007364848628640175, -0.1725827306509018, 0.01571890339255333, 0.021437333896756172, -0.0258142352104187, 0.006616168189793825, -0.001401658752001822, 0.002078350866213441, 0.009336487390100956, -0.002479792572557926, -0.004187190905213356, 0.02028551697731018, -0.03512362018227577, -0.03824029862880707, -0.006128340028226376, -0.004031356889754534, -0.024567563086748123, -0.021369580179452896, -0.0055625950917601585, 0.032603174448013306, 0.013164582662284374, 0.014811001718044281, -0.03932436183094978, -0.006172379944473505, 0.015895064920186996, 0.005731979850679636, 0.00770361814647913, 0.02132892794907093, -0.011267472989857197, -0.0069651007652282715, -0.007615538313984871, -0.02508249320089817, -0.0036654858849942684, -0.01361175812780857, -0.013286539353430271, 0.007432602811604738, -0.0034520612098276615, -0.006612780503928661, 0.005647287238389254, -0.0007397878798656166, 0.007873003371059895, 0.013388169929385185, 0.04038132354617119, -0.013442372903227806, 0.013266213238239288, 0.009654930792748928, 0.01138265524059534, -0.005942016839981079, -0.03647869825363159, 0.01848326250910759, -0.010522180236876011, 0.005088317673653364, -0.05146586149930954, 0.015298830345273018, 0.005444025620818138, 0.020082255825400352, -0.012602224946022034, -0.0004628438036888838, -0.01673521287739277, -0.008428584784269333, 0.02429654821753502, -0.03214244917035103, -0.01772441901266575, 0.023524153977632523, -0.001077287015505135, -0.0049561974592506886, -0.012087295763194561, -0.030678965151309967, 0.0157731082290411, -0.01783282682299614, 0.005281416233628988, -0.01350335218012333, -0.022819513455033302, -0.003939889371395111, 0.0029117236845195293, 0.015271728858351707, 0.021206969395279884, -0.0055456566624343395, 0.01884913444519043, -0.009248406626284122, -0.002611912786960602, -0.005779407452791929, -0.004685182124376297, -0.016802966594696045, 0.015529192984104156, 0.013665961101651192, 0.014363826252520084, 0.013821795582771301, 0.002508588135242462, 0.002029229188337922, -0.01794123277068138, 0.013042625039815903, -0.033849846571683884, -0.0328470915555954, -0.005518555175513029, -0.003560467390343547, 0.014363826252520084, 0.013747265562415123, -0.02124762162566185, -0.01440447848290205, -0.006904122419655323, 0.01093547884374857, -0.009241631254553795, 4.7718858695589006e-05, 0.029269684106111526, 0.013862447813153267, 0.003272513160482049, 0.026031047105789185, 0.016992677003145218, 0.037535659968853, -0.011552039533853531, -0.017507607117295265, -0.0012212640140205622, 0.003177657723426819, 0.031248098239302635, 0.0019394552800804377, 0.026993153616786003, -0.01791413128376007, -0.03848421573638916, 0.024879232048988342, -0.003059088485315442, 0.024242345243692398, 0.006531475577503443, -0.005264477804303169, 0.024025531485676765, 0.008753803558647633, 0.007927206344902515, -0.05837675929069519, -0.04046262800693512, 0.0002669926907401532, 0.013462699949741364, -0.007087057922035456, 0.02883605845272541, -0.018293552100658417, 0.027359023690223694, -0.0054101487621665, 0.017358548939228058, -0.029296785593032837, -0.020190661773085594, -0.006331601645797491, 0.00015064656327012926, -0.0014948203461244702, 0.006426457315683365, -0.00855054147541523, -0.011870482936501503, -0.012426065281033516, 0.053769491612911224, -0.02288726717233658, -0.015678251162171364, 0.005423699505627155, -0.01859167031943798, -0.003574018133804202, 0.01809029094874859, -0.01932341232895851, 0.00870637595653534, 0.013510127551853657, -0.0021511863451451063, 0.010982906445860863, -0.019458919763565063, 0.029052872210741043, -0.0015100650489330292, -0.026844093576073647, -0.02401198074221611, -0.02649177424609661, -0.021518638357520103, 0.0271151103079319, -0.01214827410876751, -0.00754100875928998, 0.01743985339999199, -0.0015227688709273934, -0.010982906445860863, -0.01103033497929573, -0.01574600674211979, -0.005427087191492319, 0.03927015885710716, -0.004712283611297607, -0.018713627010583878, -0.00943811796605587, 0.007059955969452858, -0.00929583515971899, -0.0004073703021276742, 0.05065281316637993, -0.0044243293814361095, 0.023659661412239075, 0.02304987609386444, -0.02494698576629162, 0.013340742327272892, -0.0031844330951571465, -0.036776814609766006, -0.013469475321471691, 0.0053694965317845345, 0.00529157929122448, 0.02948649600148201, -0.01443157996982336, -0.004434492439031601, 0.009214529767632484, -0.033199410885572433, -0.006497598718851805, 0.009641380049288273, -0.007974633947014809, 0.031031284481287003, -0.017358548939228058, -0.03078737109899521, -0.006321438588202, -0.018713627010583878, 0.020583633333444595, -0.0027931544464081526, -0.007330971769988537, -0.0036214457359164953, -0.010271490551531315, -0.012073745019733906, 0.03422926738858223, 0.030435051769018173, -0.003064170014113188, 0.006050423253327608, 0.01907949708402157, -0.034744199365377426, -0.001787009066902101, 0.013930201530456543, -0.012480268254876137, -0.007751045748591423, -0.004288821946829557, 0.003946664743125439, -0.010969355702400208, 0.019011743366718292, 0.006680534221231937, 0.0037264644633978605, -0.014878756366670132, -0.0069142854772508144, -0.0672660693526268, 0.032576072961091995, 0.005796345882117748, 0.02959490194916725, 0.014241869561374187, -0.00887576024979353, 0.013008748181164265, -0.0058844261802732944, -0.0017107859021052718, 0.018700076267123222, 0.0037806674372404814, 0.009146776050329208, 0.004512409679591656, 0.011721424758434296, -0.010657688602805138, -0.0018395183142274618, 0.013381394557654858, -0.00721578998491168, 0.016748763620853424, 0.014553537592291832, -0.0025356896221637726, -0.008144018240272999, 0.002742338925600052, -0.006192706059664488, 0.0017328059766441584, -0.009702358394861221, 0.008035612292587757, -0.0024899558629840612, -0.02065138891339302, -0.016518400982022285, 0.013279763981699944, -0.009593951515853405, 0.002269755583256483, 0.034689996391534805, -0.012791936285793781, -0.027697794139385223, 0.024852130562067032, 0.0362347848713398, 0.024906333535909653, 0.008489563129842281, -0.0025526280514895916, -0.01655905321240425, 0.011572365649044514, -0.017223041504621506, -0.008882535621523857, -0.0026762790512293577, -0.024079734459519386, 0.02508249320089817, 0.011240371502935886, -0.0015549520030617714, 0.02878185547888279, -0.008225323632359505, -0.013930201530456543, -0.022751759737730026, -0.010881275869905949, -0.028239823877811432, 0.010549281723797321, 0.019716383889317513, -0.005040890071541071, -0.0014296072768047452, 0.029188379645347595, 0.011491061188280582, 0.008713151328265667, -0.02023131400346756, 0.012297332286834717, -0.010542506352066994, -0.020163560286164284, 0.002720318967476487, 0.009878518059849739, -0.020976606756448746, -0.020448125898838043, 0.010346020571887493, -0.012568348087370396, 0.008848658762872219, -0.01128779910504818, 0.04965005815029144, 0.015000713057816029, -0.004095722921192646, 0.006490823347121477, 0.03723754361271858, 0.03723754361271858, -0.0003819625999312848, -0.0349339097738266, 0.003970378544181585, 0.01128779910504818, 0.03008273057639599, -0.003655322827398777, 0.029811715707182884, 0.0003504146880004555, -0.027887504547834396, -0.022331684827804565, 0.02539416030049324, -0.007256442680954933, 0.043633509427309036, 0.00569132762029767, -0.0002154362155124545, -0.013428822159767151, -0.0034029395319521427, 0.017643114551901817, 0.025190899148583412, 0.026220759376883507, 0.005189948715269566, 0.013184908777475357, 0.0004628438036888838, -0.02435075119137764, -0.009715909138321877, -0.03439188003540039, -0.018835583701729774, 0.014716146513819695, 0.004908769857138395, 0.006033484824001789, 0.01676231436431408, -0.013970853760838509, 0.02020421251654625, -0.0222910325974226, 0.014472232200205326, -0.0057929581962525845, -0.01505491603165865, -0.018442610278725624, 0.03341622278094292, -0.013591432012617588, 0.020109357312321663, -0.00737839937210083, -0.014160565100610256, 0.030299542471766472, 0.028565043583512306, -0.021735450252890587, -0.03479840233922005, 0.01819869689643383, 0.0019394552800804377, -0.020271966233849525, -0.011884033679962158, -0.025922641158103943, -0.014797450974583626, -0.024594664573669434, 0.011402981355786324, -0.010061454027891159, 0.0037942181807011366, 0.02090885303914547, 0.039459869265556335, 0.006924448534846306, -0.007669741287827492, 0.0352049246430397, 0.01472969725728035, -0.0009553299751132727, 0.016491299495100975, -0.005315293092280626, 0.0034368163906037807, -0.011247146874666214, 0.0028304189909249544, -0.02192516066133976, -0.015149771235883236, 0.009173877537250519, -0.017399201169610023, 0.0012339678360149264, 0.013388169929385185, -0.003379225730895996, -0.01355755515396595, -0.0020427799317985773, 0.006992202252149582, 0.005000237841159105, 0.01288001611828804, 0.01402505673468113, -0.014201217330992222, -0.005928466096520424, 0.005626961123198271, 0.00754100875928998, -0.011206494644284248, -0.008726702071726322, 0.007690067403018475, 0.005660837981849909, -0.04124857485294342, -0.026058148592710495, 0.007615538313984871, 0.0016472666757181287, -0.011389430612325668, 0.004241393879055977, 0.014797450974583626, -0.01749405637383461, -0.008957065641880035, -0.02458111383020878, -0.03244056552648544, -0.03081447258591652, 0.013781142421066761, 0.016152529045939445, 0.008476012386381626, 0.00022951632854528725, -0.012398962862789631], \"9ec4d366-4d21-425f-93b4-ae2359860ea2\": [0.004974873270839453, -0.010589530691504478, 0.005875718779861927, -0.008861378766596317, -0.01287657581269741, -0.0008659148006699979, -0.019046448171138763, -0.018002202734351158, -0.013538421131670475, -0.01757567934691906, 0.025547243654727936, 0.004706458188593388, 0.0044343662448227406, -0.007250887341797352, 0.0016527757979929447, 0.0147665124386549, -0.004658658057451248, -0.0022943983785808086, 0.021179061383008957, -0.02409118227660656, -0.008684886619448662, 0.0004511121951509267, -0.0015397104434669018, -0.0039012127090245485, -0.017428603023290634, 0.00433508912101388, 0.03644563630223274, -0.037328097969293594, -0.004320381674915552, -0.007743594702333212, 0.022620415315032005, -0.02426767535507679, -0.00017626237240619957, -0.031033208593726158, -0.0024341214448213577, -0.010140947066247463, 0.0004467458347789943, -0.01972300186753273, 0.022870445623993874, -0.017487434670329094, 0.014450297690927982, 0.00670670298859477, -0.012663314118981361, 0.0058426265604794025, 0.009633531793951988, 0.012898636981844902, -0.009993869811296463, -0.02695918083190918, -0.024135306477546692, 0.012435344979166985, -0.003912243526428938, 0.03191566839814186, -0.02732687257230282, -0.016399065032601357, 0.014626789838075638, 0.011221961118280888, 0.0006020957371219993, 0.005673488136380911, -0.0002171681117033586, -0.007853901945054531, 0.00980267021805048, 0.002807328710332513, -0.04188747704029083, -0.008611347526311874, -0.0228851530700922, 0.011780853383243084, -0.02223801426589489, 0.011935284361243248, 0.033857084810733795, -0.00175205257255584, 0.04362298548221588, 0.005640395916998386, -0.009846793487668037, -0.012928052805364132, 0.02762102708220482, -0.0125235915184021, -0.0082510095089674, -0.005364627111703157, -0.0062728263437747955, -0.005022673401981592, 0.01931118592619896, -0.0069273184053599834, 0.0033643823117017746, 0.05624217540025711, 0.015207743272185326, 0.0005051169428043067, -0.007449441123753786, 0.004140212666243315, -0.014869466423988342, -0.0001525921979919076, -0.009074639528989792, 0.024311797693371773, 0.021061399951577187, 0.026194382458925247, 0.01895820163190365, 0.0382399745285511, 0.0042284587398171425, 0.018178695812821388, -0.009662946686148643, -0.03138619288802147, 0.005802180618047714, -0.010846915654838085, -0.034327730536460876, -0.01750214211642742, -0.0298271793872118, -0.00576908839866519, 0.028591733425855637, 0.007250887341797352, 0.016531433910131454, -0.0007785878842696548, -0.02857702597975731, 0.005291088484227657, 0.0023808060213923454, -0.003584997495636344, -0.030856717377901077, -0.008346609771251678, 0.001669321907684207, -0.02007598616182804, -0.011964699253439903, -0.05894839018583298, 0.021737953647971153, 0.02922416478395462, -0.0010212647030130029, -0.014200267381966114, 0.0037173666059970856, -0.004121827892959118, -0.023826444521546364, -0.011802914552390575, 0.016987372189760208, -0.008861378766596317, 0.05118273198604584, 0.0030205901712179184, 0.01564897410571575, -0.006780241150408983, -0.029430070891976357, 0.027900472283363342, 0.015207743272185326, -0.01106017641723156, -0.015222450718283653, -0.02945948764681816, 0.02014952339231968, 0.04262286052107811, -0.01738448068499565, 0.007596517913043499, -0.002715405775234103, -0.009339378215372562, -0.00953793153166771, 0.008236302062869072, -0.004871919751167297, -0.005169750191271305, 0.0014036643551662564, 0.007706825155764818, 0.0010552761377766728, 0.025664905086159706, -0.008611347526311874, 0.010052700527012348, -0.0022300523705780506, -0.015325404703617096, -0.004982227459549904, -0.01324426755309105, 0.01732564903795719, 0.01048657763749361, 0.01386199053376913, 0.0006117476732470095, 0.00950116291642189, 0.026885641738772392, 0.013707559555768967, -0.020002447068691254, 0.034886620938777924, -0.013987005688250065, 0.008125994354486465, 0.0069898259826004505, 0.0010957223130390048, 0.006728764623403549, 0.008206886239349842, 0.009758546948432922, 0.0016886257799342275, 0.010567469522356987, -0.012964821420609951, -0.008405440486967564, -0.027385704219341278, 0.0005827919230796397, 0.03459246829152107, 0.017355063930153847, -0.0016435834113508463, -0.015678388997912407, 0.010140947066247463, -0.01595783419907093, -0.006169872358441353, -0.027341580018401146, 0.018722878769040108, -0.0007298687123693526, -0.004415981471538544, -0.004029904957860708, -0.5840714573860168, -0.003978427965193987, 0.004239489324390888, -0.0005795746110379696, -0.0030812593176960945, 0.03685745224356651, 0.009251131676137447, 0.010177715681493282, -0.024400044232606888, -0.04209338501095772, 0.028856471180915833, 0.013067775405943394, 0.007743594702333212, 0.0060669188387691975, -0.020340723916888237, -0.015751928091049194, 0.00614045700058341, 0.012950113974511623, 0.031415607780218124, 0.016899125650525093, -0.0500943660736084, -0.014898882247507572, -0.011317561380565166, 0.01392817497253418, -0.0034507899545133114, -0.0007735321414656937, 0.032856959849596024, 0.00597867276519537, -0.005221227183938026, 0.014737097546458244, -0.03735751286149025, 0.011192546226084232, 0.02120847813785076, 0.006519179791212082, 0.04765288904309273, -0.0035721282474696636, -0.008574578911066055, 0.014237035997211933, 0.019031740725040436, 0.021179061383008957, 0.002739305840805173, -0.004813089035451412, 0.023105768486857414, 0.001954283332452178, -0.013229560106992722, 0.015340112149715424, 0.0547419935464859, -0.0013135798508301377, -0.009611469693481922, 0.017531557008624077, -0.015766635537147522, -0.010089470073580742, -0.007166318129748106, 0.033033452928066254, -0.006993502844125032, -0.0037375895772129297, 0.032121576368808746, -0.013582544401288033, 0.0036180897150188684, -0.005482288543134928, -0.01249417569488287, 0.016825588420033455, -0.01470032799988985, -0.015693096444010735, -0.03162151575088501, -0.0006935591227374971, -0.015472481027245522, -0.03609265014529228, 0.0006365668377839029, -0.01601666584610939, -0.008912854827940464, 0.0022815291304141283, 0.009935039095580578, -0.020826077088713646, -0.00039113243110477924, 0.01750214211642742, 0.04000489413738251, -0.004449073690921068, -0.010163008235394955, 0.01350900623947382, -0.005416104104369879, -0.009552638977766037, -0.01876700296998024, 0.006019118707627058, 0.005956611130386591, -3.053567706956528e-05, -0.03353351354598999, -0.029327116906642914, 0.003838704898953438, -0.013192790560424328, -0.0033239361364394426, -0.02001715451478958, -0.005592596251517534, -0.0199730321764946, 0.0019873755518347025, 0.014170851558446884, -0.000803407107014209, 0.008839316666126251, -0.0058426265604794025, -0.02212035283446312, -0.00032196033862419426, -0.03421006724238396, -0.005121950060129166, 0.005099888890981674, 0.028885887935757637, 0.006695672404021025, -0.01022183895111084, -0.010479222983121872, 0.03138619288802147, 0.0056992266327142715, -0.008993747644126415, 0.010729254223406315, -0.007221471983939409, -0.025061890482902527, 0.0021730600856244564, -0.03053314797580242, 0.015604850836098194, 0.025444289669394493, 0.0181051567196846, -0.006383134052157402, 0.022855738177895546, -0.0029599210247397423, 0.03318053111433983, -0.017605096101760864, 0.0019248678581789136, 0.009780608117580414, 0.012839806266129017, -0.005199165549129248, 0.0003807910834439099, 0.015295988880097866, 0.02820933423936367, -0.007140579633414745, 0.033680591732263565, -0.02463536709547043, 0.016810880973935127, 0.011935284361243248, -0.007750948425382376, -0.0004474352754186839, 0.019267063587903976, -0.023296969011425972, -0.0298271793872118, 0.0038056126795709133, 0.006725087761878967, -0.012413283810019493, -0.004607181530445814, -0.010185069404542446, -0.03809289634227753, 0.014009066857397556, -0.02684151940047741, -0.010898392647504807, -0.00025255847140215337, 0.009912977926433086, -0.013104544952511787, 0.03323936089873314, 0.005210196133702993, 0.011369038373231888, 0.017884541302919388, -0.030150748789310455, 0.0011600684374570847, -0.015384235419332981, -0.011670545674860477, 0.009155532345175743, -0.0007896187016740441, 0.006228703074157238, -0.017237402498722076, -0.005004288628697395, -0.003458143677562475, 0.0012262529926374555, -0.021958569064736366, -0.013075129128992558, -0.02145850844681263, -0.0026087751612067223, -0.024282382801175117, -0.017252111807465553, 0.025194259360432625, 0.02707684226334095, -0.03191566839814186, -0.012104421854019165, 0.024591244757175446, 0.0029819824267178774, 0.004559381399303675, 0.016884418204426765, 0.017178572714328766, 0.007765655871480703, 0.011030761525034904, 0.02306164614856243, 0.02857702597975731, 0.02253216877579689, -0.01626669615507126, 0.016810880973935127, -0.0040850588120520115, 0.03629855811595917, -0.017590386793017387, 0.008611347526311874, 0.009361439384520054, 0.017178572714328766, 0.011479346081614494, 0.009905624203383923, 0.007177348714321852, -0.0003033459361176938, 0.011935284361243248, 0.021017277613282204, 0.009559993632137775, -0.02569431997835636, 0.007022918201982975, -0.037622250616550446, -0.007217795122414827, 0.0017318296013399959, 0.007883317768573761, 0.00031828341889195144, 0.02103198505938053, -0.005298442207276821, -0.020428970456123352, -0.014428235590457916, -0.008780485950410366, 8.876316132955253e-05, -0.017472725361585617, 0.01162642240524292, -0.008912854827940464, -0.026444412767887115, -0.012597129680216312, -0.039063602685928345, 0.001895452500320971, 0.024341214448213577, -0.03871062025427818, 0.011427869088947773, 0.0007808859809301794, 0.02420884370803833, -0.005952934268862009, -0.000357810320565477, -0.014384113252162933, 0.005166073329746723, 0.01935531012713909, -0.0058463034220039845, 0.0032209823839366436, -0.013472236692905426, 0.009662946686148643, -0.021502630785107613, 0.012501529417932034, -0.007412671577185392, -0.0035280052106827497, 0.01374432910233736, 0.012435344979166985, -0.004927073605358601, 0.0003472391690593213, 0.01416349783539772, 0.03115087002515793, 0.01216325256973505, -0.013736975379288197, 0.016163742169737816, -0.014413528144359589, 0.01798749528825283, -0.010567469522356987, -0.010648361407220364, 0.023944105952978134, -0.011427869088947773, 0.002347713802009821, 0.02588552050292492, 0.014420881867408752, 0.003956366330385208, 0.005030027125030756, 0.011369038373231888, 0.013450175523757935, 0.019458264112472534, 0.031886253505945206, -0.003336805384606123, -0.05147688835859299, -0.009832085110247135, -0.029062379151582718, 0.012670667842030525, 0.022370385006070137, -0.009979162365198135, -0.00750091765075922, 0.0022539522033184767, 0.0027742364909499884, 0.005463903769850731, 0.021179061383008957, 0.002741144271567464, 0.0021270986180752516, -0.0013834413839504123, -0.023635243996977806, -0.0028808671049773693, 0.010493931360542774, 0.025238381698727608, -0.00851574819535017, 0.008309840224683285, 0.0024028674233704805, 0.025150137022137642, -0.01329574454575777, 0.0010203454876318574, -0.008626055903732777, 0.034886620938777924, 0.014634143561124802, -0.01601666584610939, -0.02587081305682659, 0.010479222983121872, 0.021134939044713974, -0.006537564564496279, -0.024120599031448364, 0.011339622549712658, -0.01937001757323742, 0.007155287079513073, -0.02098786272108555, -0.01428115926682949, 0.021120231598615646, 0.00745679484680295, 0.012347099371254444, -0.0031161902006715536, -0.007817133329808712, 0.005934549495577812, -0.028724102303385735, -0.0063537186942994595, 0.0016987372655421495, 0.01786983385682106, -0.02617967315018177, 0.012986883521080017, -0.012964821420609951, -0.02116435393691063, 0.02122318558394909, -0.011898514814674854, 0.0036603743210434914, -0.012464760802686214, -0.040975600481033325, 0.01458266656845808, -0.009552638977766037, 0.033386439085006714, -0.004154920112341642, 0.006581687834113836, 0.006412549410015345, 0.00855251681059599, -0.03400415927171707, -0.015516604296863079, -0.022576291114091873, -0.03879886493086815, -0.013634021393954754, -0.018208110705018044, 0.019340602681040764, 0.010354207828640938, 0.00129611452575773, 0.004375535529106855, 0.012420637533068657, -0.024105891585350037, -0.012648606672883034, -0.011619068682193756, -0.000921528204344213, -0.0246206596493721, 0.005974995903670788, 0.04429953917860985, 0.007386933080852032, 0.02754748798906803, 0.013803159818053246, 0.03800465166568756, 0.019825955852866173, -0.03347468376159668, 0.011582299135625362, -0.0007390610408037901, -0.014097313396632671, -0.011802914552390575, -0.005371980834752321, 0.015428358688950539, 0.013869344256818295, 0.007324425503611565, 0.018428726121783257, 0.026870934292674065, -0.01108959224075079, 0.02384115196764469, 0.01601666584610939, -0.006331657059490681, 0.0062765032052993774, -0.00023899982625152916, 0.00965559296309948, -0.005103565752506256, -0.00893491692841053, -0.003395636100322008, 0.02372349053621292, 0.031474437564611435, -0.01991420052945614, -0.007225148845463991, -0.005868365056812763, 0.008287779055535793, 0.01097193080931902, 0.00792008638381958, 0.018869955092668533, -0.0486530102789402, 0.00848633237183094, -0.039357755333185196, 0.003068390069529414, 0.0023421982768923044, -0.013170729391276836, -0.0025389136280864477, -0.01859050989151001, -0.01882583275437355, -0.004835150670260191, -0.019443554803729057, -0.018605217337608337, 0.0028146826662123203, -0.008949624374508858, -0.021473215892910957, 0.006258118897676468, 0.00445275055244565, 0.04006372392177582, 9.468070493312553e-05, -0.01067042350769043, 0.009949746541678905, -0.01907586306333542, -0.01060423906892538, 0.004419658333063126, -0.012633899226784706, -0.018178695812821388, 0.0018173179123550653, 0.035298436880111694, -0.01913469471037388, -0.02007598616182804, 0.0185316801071167, 0.001449625939130783, -0.011949991807341576, 0.012435344979166985, 0.008273070678114891, 0.01888466440141201, 0.015796050429344177, 0.003812966635450721, 0.026400288566946983, -0.018252233043313026, -0.02134084701538086, 0.01200882252305746, -0.009545285254716873, 0.00815540924668312, 0.016649095341563225, -0.001625198870897293, 0.002121583092957735, 0.008118640631437302, 0.013494297862052917, -0.012692729942500591, -0.010243900120258331, 0.02463536709547043, -0.010766022838652134, -0.009361439384520054, -0.010111531242728233, 0.02401764504611492, -0.004338765982538462, 0.01306042168289423, 0.009699716232717037, 0.004835150670260191, 0.002761367242783308, 0.0045814430341124535, -0.03365117684006691, 0.018428726121783257, 0.015472481027245522, -0.001142602995969355, -0.0029783055651932955, -0.015913711860775948, -0.039681326597929, 0.0019285448361188173, 0.003380928421393037, -0.018899371847510338, 0.02187032252550125, -0.011339622549712658, -0.01147199235856533, -0.031121455132961273, -0.022488046437501907, 0.008743717335164547, 0.04441719874739647, 0.02200269140303135, 0.0027521750889718533, -0.010949869640171528, -0.02479715086519718, 0.0018108832882717252, -0.015295988880097866, 0.0023863213136792183, -0.027959303930401802, -0.03573966771364212, 0.01870817132294178, 0.029959548264741898, 0.033798251301050186, -0.008795193396508694, 0.0010966415284201503, -0.006217672489583492, -0.021296722814440727, -0.01828164793550968, -0.0025646521244198084, -0.0020884908735752106, -0.010964577086269855, 0.031945087015628815, -0.001051599276252091, 0.044976092875003815, 0.007802425418049097, 0.013008944690227509, 0.0072655947878956795, 0.019561216235160828, 0.010979284532368183, -0.017472725361585617, 0.02001715451478958, -0.02684151940047741, -0.0028735133819282055, 0.030621394515037537, 0.01181026827543974, -0.040975600481033325, 0.01287657581269741, 0.006364749278873205, 0.015398942865431309, -0.011317561380565166, 0.02169383130967617, -0.013736975379288197, -0.050006117671728134, -0.008243655785918236, 0.00024773250333964825, -0.020767247304320335, 0.0013016298180446029, -0.05200636386871338, -0.013185436837375164, 0.014295866712927818, 0.003050005529075861, 0.03668095916509628, -0.00457408931106329, 0.03441597521305084, -0.012332390993833542, 0.00452628917992115, -0.01907586306333542, 0.0417109876871109, -0.021237893030047417, -0.014531189575791359, -7.514706521760672e-05, -0.037386927753686905, 0.022193891927599907, 0.017913956195116043, 0.033680591732263565, 0.008942270651459694, -0.02085549384355545, -0.018693463876843452, 0.01882583275437355, -0.016354942694306374, -0.006361072417348623, -0.005482288543134928, -0.013428113423287868, -0.022635122761130333, -0.014523835852742195, 0.0014909912133589387, -0.04209338501095772, 0.003191567026078701, 0.015016543678939342, -0.011229314841330051, 0.011310207657516003, -0.008979040198028088, 0.009898269549012184, 0.003458143677562475, 0.026076719164848328, 0.03138619288802147, -0.018266940489411354, 0.034327730536460876, 0.0026473826728761196, 0.017560971900820732, -0.03700452670454979, -0.07636228203773499, -0.010001223534345627, -0.016178449615836143, 0.02223801426589489, 0.06124278903007507, 0.004802057985216379, 0.012472114525735378, 0.037210434675216675, -0.023355798795819283, 0.009464393369853497, -0.03759283572435379, 0.015531311742961407, -0.0011600684374570847, 0.02175266109406948, -0.013825220987200737, -0.029503609985113144, -0.01907586306333542, 0.01720798760652542, -0.013817867264151573, -0.002823874820023775, 0.01428115926682949, -0.02450299821794033, -0.014531189575791359, 0.016899125650525093, -0.012648606672883034, 0.022443922236561775, -0.0016150872688740492, -0.01087633054703474, 0.012119130231440067, 0.02163499966263771, -0.03538668155670166, -0.012200022116303444, -0.0054124267771840096, 0.03812231123447418, -0.035357266664505005, -0.010648361407220364, 0.026738565415143967, 0.024532413110136986, -0.021443801000714302, -0.01685500331223011, -0.022546876221895218, 0.05021202564239502, -0.02073783241212368, 0.005482288543134928, -0.008478978648781776, 0.01828164793550968, 0.04209338501095772, 0.006971441209316254, 0.007559748366475105, -0.01722269505262375, -0.017443310469388962, -0.02104669250547886, 0.006982471793889999, 0.002803651848807931, 0.0004520314105320722, -0.010736607946455479, -0.011795560829341412, 0.005287411622703075, -0.01804632507264614, -0.024458875879645348, 0.00893491692841053, -0.020061278715729713, -0.00038676607073284686, -0.015384235419332981, -0.008302486501634121, 0.007482533343136311, 0.0045667351223528385, 0.004460104741156101, -0.00828042533248663, 0.008493686094880104, -0.03191566839814186, 0.02056133933365345, -0.027459241449832916, 0.0017253949772566557, -0.02588552050292492, 0.007589163724333048, 0.004235812462866306, -0.041563909500837326, 0.005658780690282583, -0.004066674038767815, -0.015295988880097866, -0.005368303973227739, 0.014803281985223293, 0.011766145937144756, -0.015310697257518768, 0.005423457827419043, 0.06494912505149841, 0.001156391459517181, -0.009949746541678905, -0.006077949423342943, -0.01995832473039627, 0.02444416657090187, -0.041269756853580475, 0.012339744716882706, 0.01722269505262375, -0.015457773581147194, 0.0005547553882934153, -0.0004393919953145087, 0.0014468681765720248, -0.023091061040759087, -0.00499325804412365, -0.033621761947870255, 0.017046203836798668, 0.01937001757323742, -0.03859295696020126, -0.005408749915659428, -0.009493808262050152, -0.04621153697371483, -0.02516484446823597, 0.0047763194888830185, 0.0039269509725272655, 0.009912977926433086, 0.01661968044936657, 0.015546020120382309, -0.0005074150394648314, 0.02623850479722023, -0.019634755328297615, -0.019164109602570534, -0.02935653366148472, -0.019634755328297615, -0.03250397741794586, -0.00015132826229091734, 0.024297090247273445, 0.006857456639409065, 0.014707681722939014, -0.026767980307340622, -0.031533271074295044, -0.010427746921777725, -0.022267431020736694, -0.024605952203273773, 0.0009762223926372826, -0.0037761973217129707, 0.0033864437136799097, 0.003853412577882409, -0.007662702351808548, 0.038651786744594574, -0.02832699567079544, 0.016149034723639488, -0.006905256770551205, -0.006975118070840836, 0.016207866370677948, -0.011935284361243248, -0.0023844828829169273, 0.0047211661003530025, -0.028900595381855965, -0.0027503364253789186, 0.025929642841219902, 0.006669933907687664, 0.01488417387008667, 0.016693219542503357, -0.014965066686272621, 0.00851574819535017, -0.0276651494204998, -0.011788207106292248, -0.018516970798373222, 0.015251866541802883, 0.012244145385921001, -0.017016788944602013, -0.024164721369743347, 0.017237402498722076, 0.020943738520145416, -0.002082975348457694, 0.016810880973935127, -0.008986393921077251, -0.010692484676837921, 0.009611469693481922, -0.015575435012578964, -0.003539036028087139, -0.002823874820023775, -0.009074639528989792, 0.0022815291304141283, 0.0028551288414746523, -0.006901579909026623, 0.032121576368808746, 0.005026350263506174, -0.022340968251228333, 0.005291088484227657, -0.010052700527012348, -0.037269264459609985, -0.006607426330447197, -0.0024819213431328535, 0.004430689383298159, 0.018502263352274895, -0.004588796757161617, 0.005901457276195288, 0.003485720604658127, -0.008214239962399006, -0.000688503379933536, 0.007655348628759384, -0.0031382516026496887, 0.00325775146484375, -0.004890304058790207, -0.009883562102913857, -0.02044367790222168, 0.005478611681610346, -0.02672385796904564, -0.02379702962934971, 0.00687216455116868, -0.021546754986047745, -0.026106135919690132, -0.0114425765350461, -0.008081871084868908, -0.025003058835864067, -0.021958569064736366, -0.0020075985230505466, 0.006997179705649614, 0.009287901222705841, 0.01231032982468605, 0.27768102288246155, -0.009207009337842464, -0.0041512432508170605, 0.01661968044936657, 0.026767980307340622, -0.0021381292026489973, 0.030444901436567307, 0.011766145937144756, -0.04182864725589752, 0.01895820163190365, 0.014590020291507244, 0.013604605570435524, -0.023326383903622627, -0.012383867986500263, 0.025194259360432625, -0.01935531012713909, -0.02545899711549282, -0.006817010696977377, -0.04500550776720047, -0.026812104508280754, 0.005280057899653912, 0.0062765032052993774, -0.004313027951866388, -0.01786983385682106, 0.01189116109162569, -0.020428970456123352, 0.002742982702329755, -0.0010010416153818369, 0.006864810362458229, 0.02713567391037941, -0.022693952545523643, -0.010854269377887249, -0.016766756772994995, 0.013494297862052917, -0.00848633237183094, 0.0040850588120520115, 0.014788574539124966, 0.013332514092326164, 0.020826077088713646, 0.012722144834697247, -0.01656085066497326, -0.010295377112925053, 0.010089470073580742, -0.0005428054137155414, -0.0020333370193839073, -8.40521024656482e-05, -0.026885641738772392, -0.006908933632075787, 0.019649462774395943, 0.007993625476956367, 0.00245066755451262, 0.024135306477546692, 0.01090574637055397, 0.028974132612347603, -0.011949991807341576, -0.017958080396056175, 0.009192300960421562, -1.614397842786275e-05, -0.009993869811296463, -0.003684274386614561, 0.0053205038420856, 0.02957714907824993, -0.028827056288719177, -0.005210196133702993, 0.014362051151692867, -0.005096211563795805, -0.04056378826498985, 0.005224904045462608, 0.013376636430621147, -0.029209455475211143, -0.007934794761240482, -0.013457529246807098, -0.022517461329698563, 0.004592473618686199, -0.007401640992611647, -0.02850348688662052, 0.01564897410571575, 0.019031740725040436, 0.016766756772994995, 0.0541536845266819, -0.01189116109162569, -0.00461821211501956, -0.004393919836729765, -0.02110552415251732, -0.017678633332252502, -0.03676920384168625, 0.046770427376031876, -0.00047340351738967, -0.011663191951811314, 0.0023844828829169273, 0.008581932634115219, -0.002862482564523816, 0.002573844278231263, 0.015766635537147522, 0.017428603023290634, 0.008405440486967564, -0.027782810851931572, 0.010398331098258495, -0.002573844278231263, -0.013611959293484688, -0.04453486204147339, 0.04394655302166939, 0.032062746584415436, 0.008559870533645153, -0.06036032736301422, -0.033445268869400024, 0.007625933270901442, -0.005180780775845051, -0.0115896537899971, -0.00600441126152873, -0.014141435734927654, -0.039475418627262115, 0.009979162365198135, 0.004507904406636953, 0.020576046779751778, 0.013722267001867294, -0.008302486501634121, -0.0344453901052475, -0.0028514517471194267, -0.00956734735518694, -0.005765411537140608, -0.03844587877392769, 0.001112268422730267, 0.01564897410571575, 0.0007390610408037901, -0.012111776508390903, 7.457254105247557e-05, -0.010126238688826561, -0.0033735744655132294, -0.02857702597975731, -0.0022410829551517963, 0.014928297139704227, 0.015428358688950539, 0.0034746897872537374, 0.0007533091120421886, 0.020002447068691254, 0.017060911282896996, -0.0010460838675498962, -0.000968868553172797, 0.008295132778584957, -0.013847282156348228, -0.0167961735278368, 0.008192178793251514, -0.01464885100722313, 0.01057482324540615, 0.001895452500320971, 0.021679123863577843, 0.029003549367189407, -0.0017584871966391802, -0.027929887175559998, -0.011133715510368347, -0.01249417569488287, -0.0010221839183941483, -0.00125934521201998, 0.005151365417987108, 0.00108377228025347, -0.021429091691970825, -0.03979898616671562, -0.019649462774395943, 0.015869589522480965, -0.018149279057979584, 0.003095966996625066, 0.0315626859664917, -0.016281403601169586, -0.025738444179296494, -0.018678756430745125, -0.19190584123134613, 0.026944473385810852, 0.04076969251036644, -0.015884296968579292, 0.01948767900466919, -0.008045102469623089, 0.013008944690227509, 0.008530455641448498, 0.018678756430745125, -0.012222083285450935, 0.03323936089873314, -0.037445757538080215, -0.029856594279408455, -0.003360705217346549, -0.008545163087546825, -0.02270866185426712, -0.0023863213136792183, 0.014126728288829327, 0.03253339231014252, 0.0045005506835877895, 0.01895820163190365, -0.023341091349720955, -0.015295988880097866, 0.012964821420609951, 0.002373452065512538, 0.016987372189760208, -0.005974995903670788, 0.01714915782213211, -0.006475056987255812, -0.014604727737605572, -0.031945087015628815, 0.006324303336441517, 0.010324792936444283, -0.008339256048202515, 0.006088980473577976, 0.00020682677859440446, -0.0005832515307702124, -0.007026595063507557, 0.009420270100235939, 0.01075866911560297, 0.013869344256818295, 0.03629855811595917, -0.008390732109546661, 0.029327116906642914, 0.00816276390105486, 0.011155776679515839, 0.005614657420665026, 0.006191933993250132, 0.02695918083190918, 0.02067900076508522, -0.004051966592669487, -0.02928299456834793, 0.022429214790463448, 0.007912732660770416, 0.016046080738306046, 0.031003793701529503, -0.004364504478871822, 0.0018191564595326781, -0.002314621349796653, -0.009523224085569382, 0.01732564903795719, -0.02576785907149315, 0.009611469693481922, -0.013964943587779999, -0.008523101918399334, -0.01751684956252575, -0.031121455132961273, 0.01272949855774641, -0.009302608668804169, 0.0011802915250882506, 0.011611714959144592, -0.026517949998378754, -0.007912732660770416, 0.0182375255972147, 0.004191689193248749, 0.02403235249221325, -0.01726681925356388, 0.022208599373698235, 0.004677042830735445, 0.010515992529690266, -0.0037614896427839994, 0.03288637846708298, -0.029738932847976685, 0.016001958400011063, -0.01099399197846651, 0.019458264112472534, 0.017546264454722404, -0.012773621827363968, 0.005489642266184092, -0.0063537186942994595, 0.019678877666592598, -0.014597374014556408, -0.022032108157873154, -0.011310207657516003, 0.007478856481611729, 0.005368303973227739, -0.01087633054703474, 0.014200267381966114, -0.008346609771251678, 0.012766268104314804, 0.004037258680909872, 0.000685286067891866, -0.023870568722486496, 0.012111776508390903, -0.0008080033003352582, -0.004886627197265625, 0.01099399197846651, 0.025150137022137642, 0.05918371304869652, -0.018972909078001976, -0.0341806523501873, 0.0022833675611764193, 0.013972298242151737, 0.026370873674750328, -0.002823874820023775, 0.018252233043313026, -0.016884418204426765, -0.043417077511548996, 0.016766756772994995, 0.0012143029598519206, 0.0026694443076848984, -0.005144011694937944, 0.003250397741794586, 0.025532536208629608, 0.00958940852433443, -0.027268042787909508, -0.04882950335741043, -0.014339989982545376, 0.006772887427359819, 0.01644318923354149, 0.01228091400116682, 0.02797401137650013, -0.010773377493023872, 0.032856959849596024, 0.00033414014615118504, 0.007537687197327614, -0.025679612532258034, 0.006817010696977377, -0.012854513712227345, 0.0016316334949806333, 0.011567591689527035, -0.0016233604401350021, 0.005574211478233337, -0.01329574454575777, 0.015869589522480965, 0.0276651494204998, -0.029680103063583374, -0.030077209696173668, 0.01052334625273943, -0.02731216512620449, 0.011780853383243084, 0.04071086272597313, -0.01381051354110241, 0.026517949998378754, 0.0034140206407755613, 0.005449196323752403, 0.021370261907577515, -0.027282750234007835, 0.007063364144414663, -0.023296969011425972, -0.004419658333063126, -0.027576902881264687, -0.04818236455321312, -0.026164965704083443, 0.035592589527368546, -0.01626669615507126, 0.015134205110371113, 0.01703149639070034, -0.006809656973928213, -0.012155898846685886, -0.0017281526234000921, -0.009758546948432922, -0.020178940147161484, 0.04238753765821457, -0.006173549685627222, -0.005243288818746805, 0.014531189575791359, 0.029150625690817833, 0.020237769931554794, 0.0071221948601305485, 0.04379947856068611, -0.009780608117580414, 0.03579849749803543, 0.0071221948601305485, -0.03162151575088501, -0.007603871636092663, -0.0008870570454746485, -0.02695918083190918, -0.013420759700238705, 0.01995832473039627, 0.027768103405833244, 0.01189116109162569, -0.012420637533068657, -0.009324670769274235, 0.016457896679639816, -0.013729620724916458, -0.010449808090925217, 0.0004175602807663381, -0.01189116109162569, 0.02073783241212368, -0.01948767900466919, -0.03053314797580242, -0.02575315162539482, -0.0033754128962755203, 0.020546631887555122, -0.015619558282196522, -0.007787717506289482, -0.002248436911031604, -0.012244145385921001, 0.0058463034220039845, 0.037033941596746445, 0.014567959122359753, 0.010383623652160168, -0.008501039817929268, 0.0010699838167056441, -0.04412304610013962, -0.013972298242151737, 0.026679735630750656, 0.015222450718283653, -7.589393499074504e-05, 0.003498589852824807, 0.02007598616182804, -0.007431056350469589, 0.01242799125611782, -0.02097315527498722, 0.007839194498956203, -0.028944717720150948, -0.01895820163190365, -0.08095107972621918, 0.014994481578469276, -0.012251499108970165, 0.010935161262750626, 0.008942270651459694, -0.014420881867408752, 0.008412794210016727, -0.01514891255646944, -0.0016536950133740902, 0.032415732741355896, 0.0013834413839504123, 0.013053067959845066, 0.016001958400011063, 0.01572251133620739, -0.002456182846799493, -0.023752905428409576, 0.007633286993950605, -0.002844098024070263, 0.00708174891769886, -0.003522489918395877, -0.009971808642148972, -0.026870934292674065, -0.017193280160427094, -0.0018099640728905797, -0.0010304569732397795, 0.010148300789296627, 0.009449685923755169, 0.03279813006520271, 0.005305796395987272, 0.009810023941099644, 0.01697266474366188, -0.041505079716444016, -0.006673610769212246, 0.013038359582424164, 0.02294398471713066, -0.05738937482237816, 0.003967397380620241, 0.03844587877392769, 0.01648731157183647, 0.02690035104751587, -0.0246206596493721, -0.01102340780198574, -0.00457041198387742, -0.010126238688826561, -0.01728152669966221, 0.010427746921777725, -0.008008332923054695, 0.010390977375209332, 0.02313518337905407, 0.0008567224722355604, 0.039416588842868805, 0.0060632419772446156, 0.003092290135100484, -0.019590632990002632, -0.017649218440055847, -0.016575558111071587, -0.01007476169615984, 0.014737097546458244, -0.00581321120262146, 0.015751928091049194, 0.019620047882199287, 0.008148055523633957, 0.004949134774506092, 0.006342687644064426, -0.007640640716999769, -0.010435100644826889, 0.005684519186615944, -0.010868976823985577, 0.04274052381515503, -0.041740402579307556, -0.015810757875442505, -0.0018899370916187763, 0.019870078191161156, 0.013214852660894394, -0.013854636810719967, 0.01572251133620739, -0.007063364144414663, -0.0009408320183865726, -0.011369038373231888, 0.00368243595585227, 0.016399065032601357, 0.0026694443076848984, -0.01239857543259859, -0.008199532516300678, -0.003110674675554037, 0.030150748789310455, -0.0312979482114315, 0.022752784192562103, 0.011413161642849445, -0.00851574819535017, -0.01514891255646944, 0.022017400711774826, -0.0018072064267471433, 0.015707803890109062, 0.002404706086963415, 0.012104421854019165, -0.023164598271250725, 0.026164965704083443, 0.002781590446829796, 0.018325772136449814, 0.002858805702999234, 0.013023652136325836, 0.003897535614669323, -0.0021399676334112883, -0.023296969011425972, -0.002599582774564624, -0.022693952545523643, -0.022693952545523643, -0.006452995352447033, -0.027753395959734917, -0.005717611405998468, -0.004893981385976076, -0.03473954647779465, 0.034327730536460876, -0.018914079293608665, -0.007956855930387974, -0.003447112860158086, 0.008626055903732777, -0.01732564903795719, 0.037798743695020676, 0.0072655947878956795, 0.023885276168584824, 0.0021712216548621655, 0.002654736628755927, 0.03871062025427818, 0.022576291114091873, -0.02695918083190918, -0.018399309366941452, 0.028018133714795113, 0.006015441846102476, -0.0018283487297594547, -0.004813089035451412, 0.0032687822822481394, -0.013560482300817966, -0.024061767384409904, 0.013751682825386524, -0.025208966806530952, 0.03162151575088501, 0.014038482680916786, 0.04971196502447128, 0.016207866370677948, -0.0052175503224134445, -0.0025628136936575174, 0.019708294421434402, -0.006765533704310656, 0.004029904957860708, -0.008662824518978596, -0.0033698976039886475, -0.015398942865431309, 0.014920943416655064, -0.010361561551690102, -0.019884785637259483, -0.009376146830618382, -0.03685745224356651, 0.0012382030254229903, 0.024694198742508888, -0.00354087445884943, 0.018664048984646797, -0.003154797712340951, 0.01720798760652542, -0.011317561380565166, 0.017796294763684273, 0.0010626299772411585, -0.039534248411655426, -0.012604483403265476, 0.019384725019335747, -0.014384113252162933, -0.0012179799377918243, -0.04621153697371483, 0.011288145557045937, 0.0030224286019802094, -0.02929770201444626, -0.02576785907149315, 0.0033515130635350943, -0.011148422956466675, -0.008030394092202187, -0.0023569059558212757, 0.015193035826086998, -0.005405073054134846, -0.005599949974566698, 0.005941903684288263, -0.033327605575323105, -0.007434733211994171, 0.020693708211183548, -0.018075741827487946, 0.004305673763155937, -0.009449685923755169, -0.0231793075799942], \"9e319a75-247a-46b6-8d3b-cff1ac3f435f\": [-0.009527393616735935, 0.02404920384287834, 0.010531705804169178, -0.022094866260886192, -0.011664949357509613, 0.013259634375572205, -0.026288548484444618, -0.013503926806151867, 0.005571217741817236, -0.034499477595090866, 0.013388566672801971, 0.015593981370329857, -0.005734079517424107, -0.007023398764431477, 0.010334914550185204, 0.0008316959720104933, 0.004288684111088514, -0.008502723649144173, 0.0224613044410944, -0.0304550863802433, 0.002566763898357749, 0.003359016962349415, -0.005561038851737976, -0.006144625600427389, -0.03295229375362396, 0.01392465177923441, 0.040118198841810226, -0.03154082968831062, 0.007871635258197784, -0.01224175002425909, 0.00985990185290575, -0.02627497725188732, 0.001993356039747596, -0.03525950014591217, -0.004767089616507292, -0.005920691415667534, -0.005954620894044638, -0.01366678811609745, 0.018729064613580704, -0.015200399793684483, 0.02456493116915226, -0.006188733968883753, -0.01984195038676262, 0.020398393273353577, -0.002190146828070283, 0.008523081429302692, 0.0005441437824629247, -0.03300658240914345, -0.038136716932058334, -0.0011001628590747714, 0.0022512199357151985, 0.033413734287023544, -0.04299541562795639, -0.007674844469875097, 0.019339794293045998, 0.006819822359830141, 0.013408923521637917, 1.5225183460643166e-06, -0.0016964732203632593, -0.01772475242614746, 0.0236284788697958, 0.009201670065522194, -0.02381848357617855, -0.013965367339551449, -0.021104125306010246, 0.0001497137564001605, -0.024700649082660675, 0.0070776860229671, 0.02874504216015339, 0.003976533189415932, 0.034852344542741776, 0.01526825875043869, 0.0039731403812766075, 0.0026515875943005085, 0.022977031767368317, 0.016272570937871933, -0.01423680316656828, -0.0077969906851649284, -0.0029043620452284813, 0.0068028573878109455, 0.009717398323118687, -0.008285574615001678, -0.01705973409116268, 0.06433026492595673, 0.007532340940088034, -0.003177494276314974, 0.004570298828184605, 0.0033641064073890448, -0.007254119496792555, -0.007742703426629305, 0.013089986518025398, 0.01175316609442234, 0.0063651674427092075, 0.031133675947785378, 0.025596387684345245, 0.0300750769674778, -0.0038679589051753283, 0.024266352877020836, -0.002361490624025464, -0.013449639081954956, 0.003009543288499117, -0.015824701637029648, -0.0437282919883728, -0.025677818804979324, -0.025433525443077087, -0.004892628639936447, 0.007403409108519554, 0.007661272771656513, 0.019543370231986046, 0.006042837630957365, -0.03596523031592369, 0.01361250039190054, 0.006870716344565153, -0.030482230708003044, -0.02593568153679371, -0.011963528580963612, -0.023492760956287384, -0.014087513089179993, -0.010355272330343723, -0.025718532502651215, 0.00029497427749447525, 0.049184150993824005, 0.0005789214628748596, -0.0017439743969589472, 0.0026278370060026646, -0.02381848357617855, -0.013856792822480202, -0.015403976663947105, -0.011827810667455196, -0.024198492988944054, 0.06335309147834778, 0.0026617664843797684, 0.012608188204467297, -0.008923448622226715, -0.032436568289995193, 0.01859334670007229, 0.007023398764431477, 6.584436778211966e-05, -0.028446462005376816, -0.041176795959472656, 0.01597399078309536, 0.03042794205248356, -0.006531421560794115, -0.00935096014291048, 0.012458899058401585, 0.005618718918412924, 0.001966212410479784, 0.03259942680597305, -0.01811833307147026, -0.017874041572213173, 0.009893831796944141, 0.02983078360557556, -0.0020832689478993416, 0.020357677713036537, -0.01491539180278778, 0.0347709134221077, 0.01866120472550392, -0.042153965681791306, 0.006066588219255209, -0.00829914677888155, 0.018457628786563873, 0.02444278635084629, 0.010748853906989098, -0.0006276950589381158, -0.00825843121856451, 0.02741500735282898, -0.0014988339971750975, -0.017114020884037018, 0.02695356495678425, -0.0017032590694725513, -0.0038747447542846203, 0.027740729972720146, -0.015621124766767025, 0.012214606627821922, -0.008957378566265106, 0.010294198989868164, 0.012689619325101376, -0.0017965651350095868, -0.012994984164834023, 0.009975261986255646, -0.02620711736381054, 0.016544006764888763, 0.041258227080106735, 0.03194798156619072, -0.004933344200253487, -0.00914059765636921, 0.029939359053969383, -0.0012027994962409139, 0.004638157784938812, -0.0031639225780963898, 0.02695356495678425, 0.007790204603224993, 0.01255390141159296, -0.013151059858500957, -0.6106217503547668, 0.0026278370060026646, -0.0030485622119158506, -0.047392673790454865, -0.006110696587711573, 0.02011338621377945, 0.010470632463693619, 0.02389991469681263, -0.026926422491669655, -0.02467350661754608, -2.7329122531227767e-05, 0.016937587410211563, 0.013992510735988617, 0.014033226296305656, -0.014087513089179993, -0.019936952739953995, 0.019421225413680077, 0.0064398120157420635, 0.014291089959442616, 0.011868526227772236, -0.003525271313264966, -0.022284870967268944, -0.020493395626544952, 0.014006082899868488, -0.004516011569648981, -0.0110338618978858, 0.02593568153679371, 0.03791956976056099, -0.013517498038709164, 0.02448350004851818, -0.039575327187776566, 0.024510644376277924, 0.006378739140927792, 0.0011264581698924303, 0.052468523383140564, 0.0019407653016969562, -0.020669829100370407, 0.025039944797754288, 0.02057482674717903, 0.02604425698518753, -0.019936952739953995, -0.010592778213322163, -0.0022512199357151985, -0.006178555078804493, -0.010565634816884995, 0.0057815806940197945, 0.027116427198052406, -0.007830919697880745, -0.011468159034848213, 0.0005547467153519392, 0.004390472546219826, -0.006521242670714855, -0.0023292575497180223, 0.03873387724161148, -0.011040647514164448, -0.014304662123322487, 0.01944836787879467, 0.001578568248078227, -0.008292361162602901, 0.0004945219261571765, 0.009771685115993023, -0.014562525786459446, -0.017751894891262054, -0.02015410177409649, -0.010877786204218864, 0.012513185851275921, -0.009500249288976192, -0.007803776767104864, 0.012363896705210209, -0.026994280517101288, -0.005421928130090237, 0.014983250759541988, 0.003113028360530734, -0.02221701294183731, 0.010925287380814552, 0.030102219432592392, 0.03170369192957878, -0.003340355586260557, 0.002962042111903429, 0.024809224531054497, 0.0040477849543094635, -0.007763061206787825, -0.01609613746404648, -0.007871635258197784, 0.011983886361122131, 0.007858064025640488, -0.00355920079164207, -0.024198492988944054, -0.00233774003572762, -0.014861105009913445, 0.004583870526403189, -0.012424969114363194, -0.008034496568143368, -0.02132127434015274, 0.0007146393181756139, 0.025827107951045036, 0.009479892440140247, 0.02057482674717903, -0.01233675330877304, -0.01957051455974579, -0.02300417609512806, -0.027428578585386276, 0.002563370857387781, 0.010911715216934681, 0.012777836062014103, 0.025487812235951424, -0.01570255495607853, -0.01359214261174202, 0.03561236336827278, -0.0042785052210092545, -0.0011340923374518752, -0.02315346524119377, -0.03346802294254303, 0.0012172195129096508, -0.00576800899580121, -0.03946675360202789, 0.020479824393987656, 0.017792610451579094, 0.025949252769351006, -0.0052862102165818214, 0.02248844876885414, 0.014087513089179993, 0.023601334542036057, -0.02194557711482048, 0.010979574173688889, 0.003542236052453518, 0.003708490403369069, 0.0067282128147780895, -0.021565567702054977, 0.011074576526880264, 0.03873387724161148, -0.009025237523019314, 0.03550378978252411, -0.01741260103881359, 0.035123780369758606, -0.02179628796875477, -0.0017236167332157493, 0.0008456918876618147, 0.011318868957459927, -0.013605714775621891, -0.03363088518381119, 0.007226975634694099, 0.013341064564883709, -0.009914189577102661, -0.0028127525001764297, -0.00027504071476869285, -0.021823430433869362, -0.0032334779389202595, -0.03447233512997627, -0.004526190459728241, 0.010199196636676788, -0.003167315386235714, -0.01772475242614746, 0.0053676413372159, -0.002202022122219205, -0.00426493352279067, 0.012716762721538544, -0.007864849641919136, 0.014318233355879784, -0.0007943735690787435, -0.01730402559041977, 0.02277345582842827, -0.02296346053481102, 0.012167105451226234, -0.018213335424661636, -0.006653567776083946, 0.022434161975979805, 0.005218351259827614, -0.008726658299565315, -0.005720507353544235, -0.01705973409116268, -0.001972998259589076, -0.014046797528862953, -0.019271934404969215, 0.005130134988576174, 0.008428079076111317, -0.030997958034276962, -0.018104761838912964, 0.02596282586455345, 0.0028890937101095915, -0.007036970928311348, 0.026369979605078697, -0.011346012353897095, 0.009649539366364479, 0.020561255514621735, 0.023167038336396217, 0.019502654671669006, 0.039303891360759735, -0.006314272992312908, 0.017317598685622215, 0.00901845097541809, 0.0355309322476387, -0.009873474016785622, 0.013890722766518593, 0.012370682321488857, 0.01126458216458559, 0.013578571379184723, 0.0012282466050237417, 0.011678521521389484, -0.0007044604863040149, 0.025026371702551842, 0.018606917932629585, 0.024469928815960884, -0.012628545984625816, 0.007878421805799007, -0.0355309322476387, -0.006955539807677269, -0.006008908152580261, -0.0016922319773584604, 0.011332441121339798, 0.01784689724445343, -0.009540964849293232, -0.001386018586345017, -0.02440207079052925, 0.012994984164834023, 0.009486678056418896, -0.04074249789118767, 0.02506708726286888, -0.02687213569879532, -0.030916526913642883, -0.015159684233367443, -0.03694240003824234, -0.00015798406093381345, 0.0310522448271513, -0.04003676772117615, 0.0010543580865487456, 0.0013198561500757933, 0.002943380968645215, 0.001389411510899663, -0.01834905333817005, -0.024619217962026596, 0.0008779248455539346, 0.013965367339551449, -0.0023394364397972822, -0.01072171051055193, 0.008780945092439651, 0.008170214481651783, -0.0095681082457304, 0.013069629669189453, -0.005045311059802771, 0.004726374056190252, 0.008156643249094486, 0.010436702519655228, 0.010002405382692814, 0.02065625786781311, 0.005645862780511379, 0.0331965871155262, 0.006504278164356947, -0.008380577899515629, 0.01921764761209488, -0.008272003382444382, 0.02839217521250248, -0.009948118589818478, -0.009384889155626297, 0.00821771565824747, -0.02300417609512806, -0.0018440663116052747, 0.03156797215342522, 0.02741500735282898, -0.0049808453768491745, -0.012723548337817192, -0.004831555765122175, -0.011373155750334263, 0.00046228893916122615, 0.037702418863773346, 0.0065585654228925705, -0.03354945406317711, 0.014494666829705238, -0.0538799874484539, -0.004169931169599295, 0.0008881036774255335, -0.006093731615692377, -0.0058189029805362225, 0.005981764290481806, 0.018606917932629585, 0.00035562319681048393, -0.005028346553444862, 0.014386092312633991, 0.00964275375008583, 0.008692728355526924, -0.031215107068419456, -0.009554537013173103, 0.021619854494929314, 0.026804275810718536, -0.001782993320375681, 0.01150208804756403, -0.025257091969251633, 0.02882647141814232, -0.0032470496371388435, 0.0228413138538599, -0.0016370966332033277, 0.046876948326826096, 0.011407085694372654, -0.0024242601357400417, -0.01566183939576149, 0.016258999705314636, 0.03612809255719185, 0.0010848946403712034, -0.005089419428259134, -0.0014394575264304876, -0.0028483783826231956, 0.021959148347377777, -0.010178838856518269, -0.018186192959547043, 0.005483001470565796, 0.010294198989868164, -0.006453383713960648, -0.0027465899474918842, 0.024429213255643845, -0.00274828658439219, -0.005713721737265587, -0.03531378507614136, 0.00352866412140429, 0.0065585654228925705, -0.016068993136286736, 0.007003041449934244, -0.032355137169361115, -0.003742419881746173, 0.0429411306977272, -0.0013139185030013323, 0.007267691195011139, -0.007030184846371412, -0.02252916432917118, 0.020330535247921944, -0.0020968408789485693, 0.02483636699616909, 0.0012265500845387578, 0.005326925776898861, -0.012608188204467297, -0.0028280208352953196, -0.03088938258588314, -0.014481094665825367, -0.004828162491321564, -0.020900549367070198, -0.026179973036050797, -0.009778471663594246, 0.02909790724515915, 0.021416276693344116, 0.0028246277943253517, -0.00507584773004055, -0.003929032012820244, -0.03251799941062927, -0.010382415726780891, -0.01552612241357565, -0.005537288263440132, -0.007464481983333826, 0.013836435042321682, 0.040118198841810226, 0.011549589224159718, 0.016530433669686317, 0.006629817187786102, 0.030943671241402626, 0.01208567526191473, -0.023139894008636475, 0.012099246494472027, 0.017127593979239464, 0.005764615722000599, -0.006813036277890205, 0.01097278855741024, -0.0014928963501006365, -0.011759951710700989, 0.0277271568775177, 0.013598929159343243, 0.021158413961529732, -0.004064749926328659, 0.01605542190372944, 0.015403976663947105, -0.003014632733538747, 0.014630384743213654, 0.004129215609282255, 0.03257228434085846, -0.01855263113975525, -0.015919703990221024, 0.0010976181365549564, 0.025134947150945663, 0.009540964849293232, -0.010891357436776161, -0.014711814932525158, -0.01019241102039814, 0.00720661785453558, 0.02202700823545456, 0.0009186402312479913, 0.02085983380675316, -0.037159547209739685, -0.008305932395160198, -0.046524081379175186, -0.005584789905697107, -0.00747805368155241, -0.012723548337817192, -0.0030943669844418764, -0.02612568624317646, -0.014576097019016743, -0.002970524597913027, -0.00507584773004055, -0.012608188204467297, 0.0147389592602849, -0.004112251102924347, -0.0327894352376461, 0.005584789905697107, -0.004532976541668177, 0.023723481222987175, -0.023574192076921463, -0.010056693106889725, 0.01799618825316429, -0.011983886361122131, -0.018919069319963455, 0.004081714432686567, -0.033522311598062515, -0.008109142072498798, -0.025311380624771118, 0.028962189331650734, -0.009486678056418896, -0.010219554416835308, 0.0012138265883550048, 0.00013603594561573118, -0.011780309490859509, 0.03346802294254303, 0.000995829701423645, 0.0035999161191284657, -0.005360855255275965, -0.007362693548202515, 0.010395987890660763, -0.012201035395264626, 0.004906200338155031, 0.027089282870292664, 0.0024581896141171455, 0.012872838415205479, 0.01655757799744606, 0.004746731836348772, -0.00905916653573513, -0.005007988773286343, 0.020995551720261574, -0.0181590486317873, -0.019543370231986046, 0.01878335140645504, -0.012146747671067715, 0.00599533598870039, -0.023791339248418808, 0.015607553534209728, 0.0077969906851649284, -0.009093096479773521, 0.00388492364436388, -0.03308801352977753, 0.013741432689130306, 0.00912023987621069, -0.024307068437337875, 0.025718532502651215, 0.0038238505367189646, -0.023994917050004005, 0.0018915676046162844, -0.031296536326408386, -0.03216513246297836, -0.0015395494410768151, -0.022407017648220062, -0.009167741052806377, 0.0012257018825039268, -0.020398393273353577, -0.007946280762553215, -0.04228968173265457, 0.005835867486894131, 0.016706867143511772, 0.037973854690790176, 0.01288641057908535, 0.005164064466953278, -0.01726331189274788, -0.0005030042957514524, -0.0023462222889065742, -0.01253354363143444, 0.0026702487375587225, -0.02803930826485157, -0.02569139003753662, 0.018308337777853012, 0.022949889302253723, 0.04275112226605415, -0.006711247842758894, -0.00933060236275196, -0.02210843749344349, -0.008801302872598171, -0.022868458181619644, -0.0069351824931800365, -0.003959568217396736, -0.01044348906725645, 0.01784689724445343, -0.008665584959089756, 0.04790840297937393, 0.022447733208537102, 0.017955472692847252, -0.0016625437419861555, 0.011088148690760136, 0.0031096353195607662, -0.028147883713245392, 0.0057815806940197945, -0.02776787243783474, 0.0026939993258565664, 0.02237987332046032, 0.0165982935577631, -0.015716128051280975, -0.005761222913861275, -0.005374426953494549, 0.001195165328681469, -0.0019221041584387422, 0.019461940973997116, -0.025094231590628624, -0.05132849141955376, 0.002946774009615183, -0.0027279288042336702, -0.00469583785161376, 0.004950308706611395, -0.04288684204220772, -0.03292515128850937, 0.007858064025640488, 0.00548639427870512, 0.02991221472620964, -0.0063957036472857, 0.04560120031237602, -0.008672370575368404, 0.009486678056418896, -0.0016616954235360026, 0.025718532502651215, -0.01313748862594366, 0.003555807750672102, -0.004234396852552891, -0.04245254397392273, 0.02190486155450344, 0.014766102656722069, 0.029939359053969383, 0.012852480635046959, -0.02518923394382, -0.019163360819220543, -0.001769421505741775, -0.01995052397251129, 0.009690254926681519, 0.0038340294267982244, -0.021266987547278404, -0.011386727914214134, -0.03838101029396057, 0.005693363957107067, -0.04066107049584389, 0.02003195509314537, 0.009215242229402065, -0.02292274497449398, 0.002385241212323308, -0.009602038189768791, 0.008448435924947262, -0.0026855170726776123, 0.008618083782494068, 0.026179973036050797, -0.024931369349360466, 0.0240220595151186, 0.0019000499742105603, -0.0012935608392581344, -0.04494975134730339, -0.0726361945271492, -0.02300417609512806, -0.010165267623960972, 0.02265130914747715, 0.03148654103279114, -0.00426493352279067, 0.012954269535839558, 0.04318542033433914, -0.022203441709280014, 0.009425604715943336, -0.0347437709569931, -0.007756275124847889, 0.027591438964009285, 0.016299713402986526, -0.0032317813020199537, -0.0066094594076275826, -0.01521397102624178, -0.007851277478039265, -0.005673006176948547, -8.461160177830607e-05, 0.0020713936537504196, -0.011726022697985172, -0.023329898715019226, 0.0020832689478993416, -0.01768403686583042, 0.008380577899515629, 0.014698243699967861, 0.011590304784476757, 0.02698070928454399, -0.0016769637586548924, -0.021253416314721107, -0.008367005735635757, -0.004699230659753084, 0.016801869496703148, -0.033169444650411606, 0.002592210890725255, 0.01526825875043869, 0.02429349534213543, -0.014128228649497032, -0.00360330892726779, -0.019909808412194252, 0.0417739562690258, -0.03599237650632858, 0.015756843611598015, -0.020411964505910873, 0.030102219432592392, 0.03572094067931175, 0.01331392116844654, -0.007742703426629305, -0.030862240120768547, -0.03257228434085846, -0.012499614618718624, -0.002556585008278489, 0.01154280360788107, 0.001147664152085781, -0.018606917932629585, -0.002380151767283678, -0.014060369692742825, -0.02885361574590206, -0.028256457298994064, 0.0047738756984472275, -0.017751894891262054, -0.001171414740383625, -0.009832758456468582, -0.0109320729970932, 0.024225637316703796, -0.008468793705105782, -0.007349121849983931, -0.011875311844050884, 0.03194798156619072, -0.0255828145891428, 0.007654487155377865, -0.03648095950484276, 0.00981918629258871, -0.02210843749344349, 0.02666855789721012, 0.003552414709702134, -0.03691525757312775, 0.00880808848887682, -0.015593981370329857, -0.0074101947247982025, -4.9727870646165684e-05, 0.014046797528862953, 0.007525554858148098, -0.0074101947247982025, 0.01491539180278778, 0.0671531930565834, -0.0101516954600811, 0.016489719972014427, -0.0141553720459342, -0.0032979438547044992, 0.022664882242679596, -0.036725252866744995, 0.021158413961529732, 0.0008881036774255335, -0.012940697371959686, -0.001988266594707966, 0.0010221251286566257, 0.0016964732203632593, -0.013164632022380829, -0.008224502205848694, -0.009445962496101856, 0.012771050445735455, 0.009778471663594246, -0.006419454701244831, 0.023574192076921463, -0.011583519168198109, -0.03382088989019394, -0.008190572261810303, 0.024307068437337875, -0.004590656608343124, -0.0011349405394867063, 0.004098679404705763, -0.022597022354602814, 0.00033738609636202455, 0.023180609568953514, -0.018539058044552803, -0.014752530492842197, -0.021782714873552322, -0.022624166682362556, -0.0433482825756073, 0.015173256397247314, 0.025596387684345245, 0.010803140699863434, 0.012391040101647377, -0.022787027060985565, -0.03211084380745888, -0.007471268065273762, -0.024592075496912003, -0.034038037061691284, -0.0054694293066859245, 0.0052862102165818214, -0.005991943180561066, 0.0009534179116599262, -0.019746948033571243, 0.0355309322476387, -0.008455222472548485, 0.014888248406350613, -0.018376197665929794, -0.00506566883996129, -0.00833986233919859, -0.0038815306033939123, -0.0007010675617493689, 0.00745769590139389, -0.0018406733870506287, -0.005218351259827614, 0.016896871849894524, 0.002736411290243268, 0.01066063717007637, 0.009737756103277206, -0.026234261691570282, -0.00587658304721117, -0.01308320090174675, -0.001760939136147499, -0.023343469947576523, 0.008434864692389965, 0.01734474115073681, -0.0347709134221077, 0.004946915898472071, 0.015729699283838272, 0.009310244582593441, -0.0112306522205472, 0.032626572996377945, -0.0133749945089221, -0.02936934307217598, 0.015946848317980766, -0.017901184037327766, -0.01046384684741497, 0.01807761751115322, -0.012479256838560104, 0.014345376752316952, 0.004963880404829979, -0.014453951269388199, 0.05268567055463791, 0.010117766447365284, -0.0034014286939054728, -0.024931369349360466, -0.002025588881224394, -0.0425611175596714, 0.00028755218954756856, -0.000982258003205061, 0.005425321403890848, 0.02296346053481102, -0.013653215952217579, -0.009072738699615002, -0.01847120001912117, -0.0160147063434124, 0.0074101947247982025, 0.005007988773286343, -0.005513537675142288, 0.011468159034848213, 0.010253483429551125, -0.017249738797545433, -0.0141553720459342, -0.008305932395160198, -0.02795787714421749, -0.01855263113975525, -0.002312293043360114, 0.0069351824931800365, -0.01341571006923914, 0.011339226737618446, -0.012547115795314312, -0.017195452004671097, -0.01343606784939766, -0.010925287380814552, 0.0024802437983453274, 0.0071523310616612434, -0.003956175409257412, 0.2514580488204956, -0.0031181175727397203, -0.014087513089179993, 0.024184921756386757, 0.017290454357862473, 0.003169011790305376, 0.014006082899868488, 0.016706867143511772, -0.03148654103279114, 0.020832691341638565, 0.00016763275198172778, 0.010999931953847408, -0.015865417197346687, -0.008407721295952797, 0.019434796646237373, -0.011746380478143692, -0.02565067447721958, -0.012363896705210209, -0.035123780369758606, -0.016462575644254684, 0.02822931297123432, 0.0005195449339225888, 0.007858064025640488, -0.031812265515327454, 0.0277271568775177, -0.02389991469681263, 0.02945077419281006, 0.018104761838912964, -0.006619638297706842, 0.026654986664652824, -0.02991221472620964, 0.01663900911808014, -0.002548102755099535, 0.008190572261810303, -0.02909790724515915, -0.01044348906725645, 0.0032419601920992136, -0.004963880404829979, 0.021104125306010246, 0.006304094102233648, 0.011006717570126057, -0.011318868957459927, -0.0005309961270540953, -0.008964164182543755, 0.0032063343096524477, 0.021117698401212692, -0.01647614687681198, -0.005649255588650703, 0.019774090498685837, 0.014399664476513863, -0.004763696808367968, 0.004458331502974033, 0.014576097019016743, 0.034933775663375854, 0.01980123482644558, -0.008462008088827133, 0.006304094102233648, 0.02433421090245247, 0.007973424158990383, 0.011352798901498318, -0.029586492106318474, 0.02945077419281006, -0.014263946563005447, 0.0003134234284516424, 0.005571217741817236, 0.018254050984978676, -0.03216513246297836, -0.016258999705314636, 0.021253416314721107, -0.019896237179636955, 0.008170214481651783, 0.00043048005318269134, -0.012112818658351898, -0.013564999215304852, 0.009887045249342918, -0.009710612706840038, 0.010294198989868164, 0.008957378566265106, 0.005788366310298443, 0.03683382645249367, -0.025528527796268463, -0.016340428963303566, 0.005113170016556978, -0.012716762721538544, 0.006636603269726038, -0.03544950485229492, 0.04185538738965988, -0.008957378566265106, -0.017833326011896133, 0.0005153037491254508, 0.0016896872548386455, 0.0007451758137904108, -0.01023312658071518, 0.012255322188138962, 0.001353785628452897, 0.0009406943572685122, -0.031025100499391556, 0.017317598685622215, -0.008244859986007214, 0.012404612265527248, -0.03878816217184067, 0.026885706931352615, 0.017209023237228394, 0.01730402559041977, -0.033250875771045685, -0.005109777208417654, -0.016937587410211563, -0.009927760809659958, 0.006836786866188049, -0.011875311844050884, -0.0006463562604039907, -0.027618583291769028, 0.027469294145703316, -0.00912023987621069, 0.027700014412403107, 0.020045526325702667, 0.010341700166463852, -0.019461940973997116, 0.015322545543313026, -0.008292361162602901, 0.007701988331973553, -0.024510644376277924, -0.015634696930646896, 0.013531070202589035, 0.023438474163413048, -0.013429281301796436, -0.007267691195011139, 3.414152160985395e-05, -0.00806164089590311, -0.02972221001982689, 0.0004410830151755363, 0.007355907466262579, 0.028337888419628143, -0.0011247617658227682, -0.013877150602638721, 0.005303175188601017, 0.013198561035096645, -0.0004364177293609828, -0.01647614687681198, -0.005958013702183962, -0.005140313878655434, -0.007321977987885475, 0.008502723649144173, -0.007559484336525202, 0.014386092312633991, 0.009751327335834503, 0.02100912295281887, 0.026369979605078697, -0.0076409149914979935, -0.03124224953353405, -0.03775670751929283, 0.003167315386235714, 0.008502723649144173, 0.007715560030192137, 0.003179190680384636, -0.009235600009560585, -0.010979574173688889, -0.026139259338378906, -0.011128864251077175, 0.011556374840438366, -0.016530433669686317, 0.0071794744580984116, 0.02096840925514698, -0.007430552504956722, -0.02554210089147091, -0.012967840768396854, -0.17306740581989288, 0.02175557240843773, 0.03460805118083954, -0.009452748112380505, 0.018172619864344597, 0.0017185272881761193, -0.005564432125538588, 0.007830919697880745, 0.004563512746244669, -0.030753666535019875, 0.009160955436527729, -0.015566837973892689, -0.027822159230709076, 0.006911431904882193, 0.01044348906725645, -0.015580409206449986, -0.030509373173117638, -0.0012333360500633717, 0.011325654573738575, 0.005571217741817236, -0.006762141827493906, -0.027795016765594482, 0.0036304525565356016, -0.00666713947430253, 0.01101350411772728, 0.02015410177409649, 0.02776787243783474, -0.00886237621307373, -0.03116081841289997, -0.04416259005665779, -0.017711179330945015, -0.006046230439096689, 0.0073355501517653465, 0.02096840925514698, 0.008482365868985653, 0.002356401178985834, -0.007511983159929514, 0.00427511241286993, -0.008672370575368404, 0.020452680066227913, 0.02194557711482048, 0.02885361574590206, -0.01491539180278778, 0.01707330532371998, 0.019556943327188492, 0.01897335611283779, 0.00855022482573986, 0.007355907466262579, 0.022556306794285774, -0.008882733061909676, 0.008475580252707005, -0.026614271104335785, 0.003129993099719286, 0.01593327522277832, 0.03053651750087738, 0.019556943327188492, -0.018688349053263664, 0.00440404424443841, -0.004142787307500839, 0.02444278635084629, 0.0008011594763956964, -0.03259942680597305, 0.008991307578980923, -0.006962325889617205, -0.007064114324748516, 0.010355272330343723, -0.009771685115993023, 0.014874677173793316, -0.023764196783304214, 0.0005984309245832264, 0.0066094594076275826, -0.02885361574590206, 0.0021019303239881992, 0.021104125306010246, -0.0013011948904022574, 0.01921764761209488, -0.008129499852657318, 0.024619217962026596, 0.0027177499141544104, -0.0040342132560908794, -0.019394081085920334, 0.023329898715019226, -0.03371231630444527, -0.0011111899511888623, 0.011610662564635277, 0.012275679968297482, 0.0069962553679943085, -0.014928963966667652, 0.02885361574590206, -0.018362626433372498, -0.009561322629451752, -0.007084472104907036, -0.00994133297353983, 0.0007210011244751513, 0.011678521521389484, 0.01048420462757349, -0.006680711172521114, -0.015471835620701313, -0.01703258976340294, -0.009778471663594246, 0.020981980487704277, -0.016313286498188972, -0.01703258976340294, 0.013184989802539349, -0.0007345728809013963, 0.013978938572108746, 0.02722500078380108, 0.02882647141814232, 0.05162706971168518, -0.029966501519083977, -0.0036440242547541857, 0.008394149132072926, 0.01521397102624178, 0.01855263113975525, 0.011671734973788261, 0.012777836062014103, -0.02015410177409649, -0.029152194038033485, 0.02776787243783474, 0.01384322065860033, 0.03384803235530853, -0.012737120501697063, 0.004173323977738619, 0.014548953622579575, 0.01878335140645504, -0.03069937787950039, -0.05314711108803749, -0.012146747671067715, -0.005102991126477718, 0.02261059358716011, 0.007824134081602097, 0.009147383272647858, -0.021036267280578613, 0.030645091086626053, -0.006283736787736416, 0.011318868957459927, -0.012696404941380024, -0.0048485202714800835, -0.0022240763064473867, -0.009344174526631832, 0.012682833708822727, 0.006354988552629948, 0.012072103098034859, -0.0030689199920743704, -0.002945077372714877, 0.04150252044200897, -0.03642667084932327, -0.023370614275336266, -0.0014470915775746107, -0.03338659182190895, 0.010714924894273281, 0.029695065692067146, -0.011217080987989902, 0.015498979017138481, 0.011631020344793797, -0.002368276473134756, 0.014128228649497032, -0.035395216196775436, 0.011379942297935486, -0.009025237523019314, -0.01959765888750553, -0.011590304784476757, -0.03569379448890686, -0.013741432689130306, 0.022271299734711647, -0.020954836159944534, 0.00802771095186472, 0.0038306363858282566, 0.008163428865373135, -0.01803690195083618, 0.0025752463843673468, -0.006280343513935804, -0.001004312071017921, 0.04541119560599327, -0.01441323570907116, -0.000775288266595453, 0.010592778213322163, -0.006103910505771637, -0.019041214138269424, -0.00013741433212999254, 0.0255828145891428, -0.00912023987621069, 0.012526758015155792, -0.00521495845168829, -0.02377776801586151, -0.0047874473966658115, -0.018009759485721588, -0.026573555544018745, -0.025827107951045036, -0.004115643911063671, 0.015390404500067234, 0.021104125306010246, -0.0320294126868248, 0.004444759804755449, 0.017127593979239464, -0.003345445031300187, -0.006684104446321726, 0.02366919443011284, 0.0019475511508062482, 0.009975261986255646, -0.0107352826744318, -0.025840679183602333, 0.0004716195398941636, -0.010178838856518269, 0.02920648269355297, -0.003949389327317476, -0.018919069319963455, -0.0007795293931849301, -0.01843048445880413, -0.00884201843291521, 0.03384803235530853, 0.0021002336870878935, -0.0023105964064598083, -0.001368205645121634, 0.01234353892505169, -0.030156506225466728, 0.0085909403860569, 0.03080795332789421, -0.0009093096014112234, -0.016231855377554893, 0.020316962152719498, 0.01364643033593893, -0.007953066378831863, 0.020954836159944534, -0.012255322188138962, 0.003891709493473172, -0.019665516912937164, -0.0445154570043087, -0.059878718107938766, 0.0033352661412209272, 0.008183786645531654, 0.014182515442371368, 0.006785892881453037, -0.016381144523620605, -0.006531421560794115, -0.025840679183602333, 0.024510644376277924, 0.023574192076921463, -0.0019322829321026802, 0.01695116050541401, 0.021294131875038147, 0.01819976419210434, -0.008563796989619732, -0.01722259633243084, -0.0011425747070461512, 0.0053812130354344845, 0.009513821452856064, 0.0118142394348979, -0.020629113540053368, -0.01183459721505642, 0.007403409108519554, -0.014386092312633991, -0.021294131875038147, 0.015200399793684483, 0.006338023580610752, 0.02377776801586151, 0.00022181386884767562, 0.007416980806738138, 0.010728496126830578, -0.008468793705105782, 0.005683185067027807, 0.04869556427001953, 0.025718532502651215, -0.03300658240914345, 0.0054660364985466, 0.05284853279590607, 0.0445154570043087, 0.001754153287038207, -0.01909550279378891, -0.03205655887722969, 5.795178822154412e-06, -0.016191139817237854, -0.011997458525002003, 0.016028279438614845, -0.0277271568775177, 0.0036236667074263096, 0.018064046278595924, -0.005540681537240744, 0.028799328953027725, 0.008346647955477238, 0.011549589224159718, -0.01097278855741024, -0.032355137169361115, -0.03802814334630966, -0.010470632463693619, 0.008957378566265106, -0.019434796646237373, -0.0009551143739372492, 0.021117698401212692, 0.006144625600427389, 0.01655757799744606, -0.006297308485955, 0.005052097141742706, -0.035558078438043594, -0.012153534218668938, -0.004739946220070124, 0.02729286067187786, -0.050514183938503265, -0.015051109716296196, 0.01609613746404648, 0.006690890062600374, 0.0023869378492236137, -0.006409275811165571, 0.024931369349360466, -0.018647633492946625, -0.01999123953282833, -0.016584722325205803, 0.022909173741936684, 0.024076346307992935, -0.004302255809307098, 0.0022495235316455364, 0.017331169918179512, 0.0070708999410271645, 0.03542235866189003, -0.02901647798717022, 0.033250875771045685, 0.008115927688777447, -0.021389134228229523, -0.03371231630444527, -0.000682406360283494, -0.011407085694372654, 0.01228246558457613, 0.023248467594385147, -0.009398461319506168, -0.013110344298183918, 0.017127593979239464, 0.009364532306790352, -0.004587263334542513, 0.005231923423707485, 0.002955256262794137, 0.001195165328681469, 0.0008872554753907025, -0.013049271889030933, -0.006477134767919779, -0.01495610736310482, -0.014372521080076694, -0.006368560250848532, -0.017480459064245224, -0.01040955912321806, -0.00983954407274723, -0.030482230708003044, 0.020181244239211082, -0.02604425698518753, 0.006164983380585909, -0.02109055407345295, 0.002025588881224394, -0.022949889302253723, 0.04370114952325821, 0.0009992227423936129, 0.004471903201192617, 0.005751044023782015, -0.004017248284071684, 0.012642118148505688, 0.018498344346880913, -0.0246056467294693, 0.001198558253236115, 0.018525486811995506, 0.0065348148345947266, 0.012954269535839558, 0.01388393621891737, -0.01952979899942875, -0.019068358466029167, -0.009113454259932041, 0.006354988552629948, -0.004845127463340759, 0.01753474585711956, 0.0008931931224651635, 0.04893985763192177, 0.0012307913275435567, -0.01152244582772255, 0.012418183498084545, 0.03246371075510979, 0.014345376752316952, 0.005330318585038185, 0.008584153838455677, -0.0030706163961440325, 0.0025277449749410152, 0.008645227178931236, 0.0014436986530199647, -0.011821025051176548, 0.002541316905990243, -0.02175557240843773, 0.01064027938991785, 0.01061992160975933, 0.006741784512996674, 0.02491779811680317, 0.017005447298288345, 0.00958846602588892, -0.004319220781326294, 0.017602605745196342, -0.00669767614454031, -0.037973854690790176, -0.02514851838350296, 0.002307203598320484, 0.005438893102109432, -0.026492124423384666, -0.018837638199329376, -0.017399027943611145, 0.0020357677713036537, -0.04956416040658951, -0.02695356495678425, -0.004546548239886761, -0.012038173153996468, -0.011020289734005928, -0.02109055407345295, 0.007715560030192137, -0.0046178000047802925, -0.01386357843875885, -0.002761858282610774, -0.02604425698518753, -0.004868878051638603, 0.012513185851275921, 0.0015090128872543573, 0.009792042896151543, -0.011325654573738575, -0.002113805618137121]}, \"text_id_to_doc_id\": {\"7a896c33-304c-4146-83f7-aac5baef6d5c\": \"21a955c0-622a-4c97-9117-437af8658d45\", \"f49a359a-5187-4981-b7b9-780b58b0c6d4\": \"e56268a3-c5a8-4b7f-afda-bd060b1cdee9\", \"b259d095-7dd5-46d6-97d8-d75ccd95a0f8\": \"b1776768-ec21-4b6a-a963-3c8f7b3218ba\", \"2939d9cd-7823-4e68-b816-06ba974402de\": \"734540c2-841b-45e6-9ec7-603800b92cf7\", \"5afda6f6-6667-4d00-aed6-536980d4048c\": \"018d6d72-d629-4709-862b-41d7f8629d57\", \"ed1f4e7d-5215-49d9-9617-f39fd8b3af50\": \"12ac3a1e-e683-466d-932a-2e54e0be6eb0\", \"0d8deb37-8cff-41c5-a776-8533b5d8d7a6\": \"89163289-d995-427e-a808-27e71db6ff45\", \"bbdedcba-8180-4834-8b5c-531e4c48d3d8\": \"d008bc48-963e-4f84-b3dd-c2931166ebb5\", \"460ef4a3-b18b-4d1f-877a-8cfdb56df86e\": \"6dc555fe-9425-4618-a49b-451669e425b1\", \"d149488a-d456-4a18-b778-c3224bbe06b9\": \"8474ea61-80d7-4417-b755-c6e397e3b401\", \"d6032c22-3ae3-4d32-bbb2-e68e7cc65019\": \"d37cf6fd-15b0-4659-a8ef-4ee8155cc15b\", \"fa410870-8515-46f8-a4cd-b31333a824b8\": \"9b0a3ff6-8bd8-4d4a-9b00-52785d4b210c\", \"13902676-6094-40ed-a72b-b26d82648545\": \"51601eb9-d60f-4047-8c8e-7b2ed6a3cf9e\", \"de5cb13e-b4d0-4437-8b2f-094e0e313fda\": \"d82fb1de-bbda-4dd0-9836-aaabf77923dd\", \"7a9bef46-b0b6-47d1-aed1-c14bc43b3cb7\": \"8c1251f5-67f2-48a3-968b-c33b4a8ff1c5\", \"52c4fe6b-0d59-4548-a31c-0046c5e122b7\": \"3e179706-c256-4c70-89c0-55f24d005797\", \"2173dc20-381b-4f26-a7ae-cf6ed8ecf7a5\": \"0a20be3a-924c-423b-a2e1-4ef1c61d3ac9\", \"bf8fc94d-df27-46a5-9c4e-f9a3a55cf433\": \"ba317822-857b-4870-af49-e84d092df5e1\", \"d2ae85e3-7325-4109-9c31-783db46dc71f\": \"ab31904c-9c4b-4338-a8a7-ff02a8e5c386\", \"5711bb2c-99ed-4f9e-bfe5-9aa329f91be6\": \"7f0504d0-71b6-4fea-a184-d15676f12cb2\", \"4c118271-0bab-4ec7-a991-0c5048fbf870\": \"6be0fe26-4108-4ad4-b1a4-2e206f73f689\", \"fc65773a-7dfc-45c8-ad2c-7fa2481f8af1\": \"566a70c6-b8a0-47cc-8096-3049ebebf609\", \"9bb65ace-2cb2-4fa5-b41a-833080e5bd05\": \"92c1bef6-fb7c-40ce-9353-0740f8e10c4d\", \"4b48d21f-59c0-4fee-b34d-7a1448d2b288\": \"ca6577ab-732b-4f30-8238-d216052bf0b1\", \"ee5f976b-0c07-4a9d-91d4-829ef52eac20\": \"5cf17352-caec-4568-9309-a210a3ff1c0f\", \"79d37838-25fc-4b42-a92c-abb504b117ae\": \"cef10f82-40f1-47cb-af95-bdccc59572d0\", \"4a7e5d80-2995-4cbf-bfb8-76aae65eaea5\": \"974b5c12-dc26-4717-a72c-e1b0f942b73c\", \"b3d5b887-7574-4748-a086-b706e97401c8\": \"21c3cbf0-8a93-48e6-9065-057cada8018e\", \"aa8bf8eb-2307-4f23-aa04-44d9f8f444d7\": \"a010b754-4202-453e-ac6b-faee4d6517c5\", \"4d9eb0e4-a87f-40c4-b47b-66ac6c53bd04\": \"7f3beb41-530d-4082-974d-129bea8e8638\", \"70ba8d73-5d31-4225-859c-a178a62e840b\": \"2c7afcc2-2705-40db-b9e9-0eb977fa0d8f\", \"30a9d57b-9c58-45e3-9a97-7579c6178cdf\": \"e6a5e9bb-6be0-498d-8d3d-d93c63789a89\", \"848ecf5d-76d3-4136-b251-a5a3387ab52f\": \"dcb2a617-8097-4170-a1dc-458a8e293c08\", \"3d0531b6-d7d1-4a24-8c3c-d34f1a4cbfa7\": \"2e122c0f-ab33-4056-812f-6c75ccc5684f\", \"15f2fd6b-bf6f-421f-bc1f-9dbbc3677009\": \"ed8b3c3b-f88e-4765-bdce-d39eb9f1dc9b\", \"fc510fe7-a2fc-4da2-8589-3c8fe5da1fb6\": \"a8f59134-e891-4534-89dd-5593ff4dcef8\", \"e548e4ac-2c22-4ae3-b218-68249a21b837\": \"d696f206-1d7e-4d7c-8f22-5adb615ffc6e\", \"c90c27c3-2658-47de-b40b-865627bc7069\": \"27bf25fe-38bd-4fe3-9ce1-1024f0587326\", \"dfa7c551-954b-4224-bf24-1ce401cbe37b\": \"a558b00f-873b-4f18-bab1-872a1a94e98a\", \"c3236580-a75b-4275-81f4-9d3b7cef1683\": \"2c1535d5-c02a-4feb-9a25-c662944f7b93\", \"101d146c-fc79-49b6-adca-4c972b8c5508\": \"e632b20f-76b6-4991-ab35-145a35ac4a31\", \"7306f8e6-df91-458c-ae43-d9c839f23cca\": \"bb58c103-0727-4bdc-9b71-7ec925ed4ecb\", \"9ec4d366-4d21-425f-93b4-ae2359860ea2\": \"acbfa9d4-c511-43de-94e5-78ad6b16129f\", \"9e319a75-247a-46b6-8d3b-cff1ac3f435f\": \"aa8c664e-b539-4c66-bb9d-df2931ec0810\"}}}}}"
  },
  {
    "path": "server/static/index/clean-code-javascript.json",
    "content": "{\"index_struct\": {\"__type__\": \"simple_dict\", \"__data__\": {\"index_id\": \"edd97cc0-8f63-489b-978d-4f0990fa2015\", \"summary\": null, \"nodes_dict\": {\"ea7361d5-db95-4751-9ca9-f96b2e6f9b57\": \"ea7361d5-db95-4751-9ca9-f96b2e6f9b57\", \"69ac812f-789b-48ce-b4c5-09e2642be7ca\": \"69ac812f-789b-48ce-b4c5-09e2642be7ca\", \"0bed218e-cea0-45cd-86d4-328ce31c869d\": \"0bed218e-cea0-45cd-86d4-328ce31c869d\", \"a59bb70f-76e8-4ba2-8994-650fa304b11d\": \"a59bb70f-76e8-4ba2-8994-650fa304b11d\", \"aaafed1f-9cf9-4fd9-96fd-d685069d5900\": \"aaafed1f-9cf9-4fd9-96fd-d685069d5900\", \"d2974cdb-8444-4b39-91dc-aad2df045776\": \"d2974cdb-8444-4b39-91dc-aad2df045776\", \"5360050b-3e31-4d48-ae28-88a7454b9fa2\": \"5360050b-3e31-4d48-ae28-88a7454b9fa2\", \"6efffdc4-41ee-4978-8e28-5eb9aaf3249a\": \"6efffdc4-41ee-4978-8e28-5eb9aaf3249a\", \"80d925c2-0a6c-4b3b-8fa2-bcfc148ade68\": \"80d925c2-0a6c-4b3b-8fa2-bcfc148ade68\", \"45c057e5-03ae-4a26-a467-b05343cb3bdd\": \"45c057e5-03ae-4a26-a467-b05343cb3bdd\", \"d619eeda-99ee-437c-8071-af110f8f6a1d\": \"d619eeda-99ee-437c-8071-af110f8f6a1d\", \"2dec65b4-c785-4088-a568-f8b9d35d797f\": \"2dec65b4-c785-4088-a568-f8b9d35d797f\", \"13bd8df2-932e-4f8a-911b-cac78be9eaf9\": \"13bd8df2-932e-4f8a-911b-cac78be9eaf9\", \"2ca465ae-1055-497c-a77e-86eb3cedc205\": \"2ca465ae-1055-497c-a77e-86eb3cedc205\", \"132e5449-fddd-4482-9399-2d1b79e16d13\": \"132e5449-fddd-4482-9399-2d1b79e16d13\", \"6ba1cd80-45a4-498d-8e74-bd82cbfbd346\": \"6ba1cd80-45a4-498d-8e74-bd82cbfbd346\", \"300e5747-47fa-4b8e-a1a6-c1e9407e0988\": \"300e5747-47fa-4b8e-a1a6-c1e9407e0988\", \"2769f022-4c05-404a-a91a-79c27d277ddd\": \"2769f022-4c05-404a-a91a-79c27d277ddd\", \"2e18b05d-7281-4652-96e2-f7e026001cc5\": \"2e18b05d-7281-4652-96e2-f7e026001cc5\", \"496a12f0-d2a5-402a-a35d-ab2cc302e65c\": \"496a12f0-d2a5-402a-a35d-ab2cc302e65c\", \"4d1f7434-4311-4ff8-b39b-11db0f62f235\": \"4d1f7434-4311-4ff8-b39b-11db0f62f235\", \"1a94457e-bf00-4f76-aab1-9b838f044799\": \"1a94457e-bf00-4f76-aab1-9b838f044799\", \"f4bd628c-adb0-49ef-9b0c-8141e4bcab63\": \"f4bd628c-adb0-49ef-9b0c-8141e4bcab63\", \"05a71e3b-3b76-4ed9-b4d8-f6054d58b2c0\": \"05a71e3b-3b76-4ed9-b4d8-f6054d58b2c0\", \"85e299ab-dba3-4ed3-ad01-06d3a13961fa\": \"85e299ab-dba3-4ed3-ad01-06d3a13961fa\", \"d6c1fedf-e4a6-410b-a383-2dc70f09cd75\": \"d6c1fedf-e4a6-410b-a383-2dc70f09cd75\", \"2cb56b22-b4b5-40fc-8067-81a72f1212af\": \"2cb56b22-b4b5-40fc-8067-81a72f1212af\", \"28c52241-68bc-45e8-b28e-af90c8deac7e\": \"28c52241-68bc-45e8-b28e-af90c8deac7e\", \"09722323-73b2-41ac-96c7-f1516caf04d5\": \"09722323-73b2-41ac-96c7-f1516caf04d5\", \"5918b19d-e199-42b0-9c49-451a131767f6\": \"5918b19d-e199-42b0-9c49-451a131767f6\", \"4a230738-d305-4ab1-a617-837b8f006232\": \"4a230738-d305-4ab1-a617-837b8f006232\", \"291ead5d-141e-4066-8ef4-220ef9c06380\": \"291ead5d-141e-4066-8ef4-220ef9c06380\", \"b8edc51f-40e6-413f-a1f9-6373823fc422\": \"b8edc51f-40e6-413f-a1f9-6373823fc422\", \"5f151830-4956-4420-a841-819a0ba67049\": \"5f151830-4956-4420-a841-819a0ba67049\", \"34967dd7-abe3-444f-97b9-f91ed0109f8e\": \"34967dd7-abe3-444f-97b9-f91ed0109f8e\", \"94884f01-ae4f-475a-b398-f39911b10fc9\": \"94884f01-ae4f-475a-b398-f39911b10fc9\", \"a419d117-8173-4fe5-b0b9-bc9eb03dec33\": \"a419d117-8173-4fe5-b0b9-bc9eb03dec33\", \"c01e28f4-eea9-4394-9668-9cf89833dd76\": \"c01e28f4-eea9-4394-9668-9cf89833dd76\", \"a76ad1ed-c784-4204-8a28-85edf517073b\": \"a76ad1ed-c784-4204-8a28-85edf517073b\", \"0533912b-0885-45ad-839f-49b6326df436\": \"0533912b-0885-45ad-839f-49b6326df436\", \"bdc8b1e3-213d-4735-bd86-248409dddcf6\": \"bdc8b1e3-213d-4735-bd86-248409dddcf6\", \"a19b8a1f-29df-4ec7-a6bd-b4aa97bc939e\": \"a19b8a1f-29df-4ec7-a6bd-b4aa97bc939e\", \"3eb05dd2-882e-4156-ba6f-e15784a0cb38\": \"3eb05dd2-882e-4156-ba6f-e15784a0cb38\", \"834a76a1-de49-4601-8fbc-f395fdf2b29c\": \"834a76a1-de49-4601-8fbc-f395fdf2b29c\", \"f48e8084-464c-48a4-8390-00a2aee1d915\": \"f48e8084-464c-48a4-8390-00a2aee1d915\", \"96f6807a-76be-40ad-907f-3b6a07ea6b7b\": \"96f6807a-76be-40ad-907f-3b6a07ea6b7b\", \"0e98ebcf-156a-4af6-8c79-c87cda9fa48d\": \"0e98ebcf-156a-4af6-8c79-c87cda9fa48d\", \"279b4c40-2e33-4350-804e-9f822f2e6358\": \"279b4c40-2e33-4350-804e-9f822f2e6358\", \"52a04b3b-b30a-4684-a289-0fcede185973\": \"52a04b3b-b30a-4684-a289-0fcede185973\", \"dd1415ec-89de-4dc8-8c62-f2a35436a5ea\": \"dd1415ec-89de-4dc8-8c62-f2a35436a5ea\", \"9b5a59b0-1105-4ec4-86b5-ea74b9bf0d17\": \"9b5a59b0-1105-4ec4-86b5-ea74b9bf0d17\", \"cd61eabb-b58a-4ffd-86dd-33b15298a2da\": \"cd61eabb-b58a-4ffd-86dd-33b15298a2da\", \"cdad78c2-3b29-4f54-b4f0-02691363d57f\": \"cdad78c2-3b29-4f54-b4f0-02691363d57f\", \"404a9ee9-2c1f-4291-ba3b-46884d717019\": \"404a9ee9-2c1f-4291-ba3b-46884d717019\", \"14954038-1bb5-4232-8976-a43ba335b8e1\": \"14954038-1bb5-4232-8976-a43ba335b8e1\", \"571131ab-01dc-4c27-9969-d2ffc19f2e3b\": \"571131ab-01dc-4c27-9969-d2ffc19f2e3b\", \"6f5fa939-3a05-4a7e-a744-ac75cb416554\": \"6f5fa939-3a05-4a7e-a744-ac75cb416554\", \"ea3fe7d7-4c95-4dca-956c-a816d8470830\": \"ea3fe7d7-4c95-4dca-956c-a816d8470830\", \"3121332f-241d-4c60-afd2-e82dbff07d8b\": \"3121332f-241d-4c60-afd2-e82dbff07d8b\", \"8223576d-2b26-401a-be45-58513ac23505\": \"8223576d-2b26-401a-be45-58513ac23505\", \"1fbb3462-6bca-40a1-98bf-5fa106624cff\": \"1fbb3462-6bca-40a1-98bf-5fa106624cff\", \"91d62e4a-8388-431d-98e9-61228a0f7b55\": \"91d62e4a-8388-431d-98e9-61228a0f7b55\", \"dc4cd500-9db2-4a28-b7c9-739180dd972e\": \"dc4cd500-9db2-4a28-b7c9-739180dd972e\", \"bdddfad1-0632-4e2b-bf92-6f63913e2310\": \"bdddfad1-0632-4e2b-bf92-6f63913e2310\", \"40c85599-4a8a-4fed-803c-a1ec6090a609\": \"40c85599-4a8a-4fed-803c-a1ec6090a609\", \"6e11310c-d60e-4207-ac3b-c474662b0615\": \"6e11310c-d60e-4207-ac3b-c474662b0615\", \"bbd7936c-4448-4047-8e2c-abfdea159bd4\": \"bbd7936c-4448-4047-8e2c-abfdea159bd4\", \"b68ea7c5-bd96-4553-a41f-455f798d1c36\": \"b68ea7c5-bd96-4553-a41f-455f798d1c36\", \"243aed5e-5e66-44e6-9994-3a65bd534bbe\": \"243aed5e-5e66-44e6-9994-3a65bd534bbe\", \"4567539a-17ff-4308-99bb-f3504b00ab95\": \"4567539a-17ff-4308-99bb-f3504b00ab95\", \"65ed31b7-e228-4d27-8e69-007750efd06d\": \"65ed31b7-e228-4d27-8e69-007750efd06d\", \"c045a3d1-6729-48c1-ae80-ec9905c6545e\": \"c045a3d1-6729-48c1-ae80-ec9905c6545e\", \"620b4f3f-d655-4c1e-a9f4-8670a8daa51f\": \"620b4f3f-d655-4c1e-a9f4-8670a8daa51f\", \"c45870d5-1bc0-45a8-9a5e-a3e844949ecf\": \"c45870d5-1bc0-45a8-9a5e-a3e844949ecf\", \"34015375-2b44-486c-a38c-5c6076dd507c\": \"34015375-2b44-486c-a38c-5c6076dd507c\", \"e9699b84-c12d-4870-9a84-71f544d2ed08\": \"e9699b84-c12d-4870-9a84-71f544d2ed08\", \"ba0393cf-0d63-4d69-b78a-b4662fb2df4b\": \"ba0393cf-0d63-4d69-b78a-b4662fb2df4b\", \"e3bc2f41-10eb-48f7-b439-bbdee407a658\": \"e3bc2f41-10eb-48f7-b439-bbdee407a658\", \"fe3ebf2f-bf9c-4998-b5bd-8aa1835afe30\": \"fe3ebf2f-bf9c-4998-b5bd-8aa1835afe30\", \"49a8fe1a-f3c9-4ef5-ab1b-ce2eb30d59a9\": \"49a8fe1a-f3c9-4ef5-ab1b-ce2eb30d59a9\"}, \"doc_id_dict\": {\"6a98bef8-72b3-47e9-a43b-6659f30efa8e\": [\"ea7361d5-db95-4751-9ca9-f96b2e6f9b57\"], \"aae9f69b-63ca-4e11-87e1-032064e5c71e\": [\"69ac812f-789b-48ce-b4c5-09e2642be7ca\"], \"ca075c70-6218-41e1-869b-558191625576\": [\"0bed218e-cea0-45cd-86d4-328ce31c869d\"], \"23892f98-0ba3-435e-9780-3960d995318d\": [\"a59bb70f-76e8-4ba2-8994-650fa304b11d\"], \"6cdf0681-b30f-4ec7-ac21-832c820c1468\": [\"aaafed1f-9cf9-4fd9-96fd-d685069d5900\"], \"48947246-c7bc-4046-a878-d55cda917cfc\": [\"d2974cdb-8444-4b39-91dc-aad2df045776\"], \"21194df1-d532-4325-b044-579852cac135\": [\"5360050b-3e31-4d48-ae28-88a7454b9fa2\"], \"4fe3ac7e-2c62-4bc5-9352-fc363d9ba2b3\": [\"6efffdc4-41ee-4978-8e28-5eb9aaf3249a\"], \"20369a03-eaab-466e-a33e-5773d0db83cf\": [\"80d925c2-0a6c-4b3b-8fa2-bcfc148ade68\"], \"4411ab6e-4115-4794-a5b3-8287b938cf42\": [\"45c057e5-03ae-4a26-a467-b05343cb3bdd\"], \"0eb3ad1b-5d17-4ed6-80e2-b94edf36f390\": [\"d619eeda-99ee-437c-8071-af110f8f6a1d\"], \"c3cf1743-a17f-4f8b-8d7d-270aa13b9042\": [\"2dec65b4-c785-4088-a568-f8b9d35d797f\"], \"eb0d1015-8db6-45fb-b3f6-aaeb4571eb5d\": [\"13bd8df2-932e-4f8a-911b-cac78be9eaf9\"], \"a78d3297-8126-45c8-971e-2bc3c07730e4\": [\"2ca465ae-1055-497c-a77e-86eb3cedc205\"], \"b9fe77bb-b1a4-4170-800a-333fdc98651d\": [\"132e5449-fddd-4482-9399-2d1b79e16d13\"], \"80635767-9279-40e8-b94a-aeeb00deeb1a\": [\"6ba1cd80-45a4-498d-8e74-bd82cbfbd346\"], \"6faf0239-e65e-4970-8978-120329d040b3\": [\"300e5747-47fa-4b8e-a1a6-c1e9407e0988\"], \"f3c933b2-5e08-453e-8399-5af4a8b61845\": [\"2769f022-4c05-404a-a91a-79c27d277ddd\"], \"eeb319be-1e15-4e9b-8058-057f420e79aa\": [\"2e18b05d-7281-4652-96e2-f7e026001cc5\"], \"613ea2d0-fa9a-4213-a7cf-d63f999abf9c\": [\"496a12f0-d2a5-402a-a35d-ab2cc302e65c\"], \"bdeddb77-887d-43d7-9888-75a57666f709\": [\"4d1f7434-4311-4ff8-b39b-11db0f62f235\"], \"87f4551a-fc11-4802-a41e-8d60bf04f096\": [\"1a94457e-bf00-4f76-aab1-9b838f044799\"], \"ad32845c-e81c-48af-8f9f-08c331291733\": [\"f4bd628c-adb0-49ef-9b0c-8141e4bcab63\"], \"2d6b6a87-adad-4e16-95b4-127ffca4605d\": [\"05a71e3b-3b76-4ed9-b4d8-f6054d58b2c0\"], \"e9612ce1-d3c5-462c-97db-300337ec49c8\": [\"85e299ab-dba3-4ed3-ad01-06d3a13961fa\"], \"caec9440-19d3-4140-bca7-7e24d1c8a156\": [\"d6c1fedf-e4a6-410b-a383-2dc70f09cd75\"], \"6f615eb4-228e-4e71-8601-f7ccdc59b61a\": [\"2cb56b22-b4b5-40fc-8067-81a72f1212af\"], \"583a81a7-56a7-4f77-8b18-fffc6475c091\": [\"28c52241-68bc-45e8-b28e-af90c8deac7e\"], \"82059b9f-613b-4cd3-a795-16ec456ab8a6\": [\"09722323-73b2-41ac-96c7-f1516caf04d5\"], \"dc9ae877-b844-440f-bbc3-df00f6899a38\": [\"5918b19d-e199-42b0-9c49-451a131767f6\"], \"2d183533-1691-489d-9175-676405f19012\": [\"4a230738-d305-4ab1-a617-837b8f006232\"], \"5b4c100e-807f-4397-8866-40b99bc11601\": [\"291ead5d-141e-4066-8ef4-220ef9c06380\"], \"bc667b86-f277-4aca-954f-81d40a2ddc41\": [\"b8edc51f-40e6-413f-a1f9-6373823fc422\"], \"a6d5eb71-7e21-4b08-bca6-828bf704f40d\": [\"5f151830-4956-4420-a841-819a0ba67049\"], \"8ac9324b-37b8-46f9-b321-ae9ff3c67cdb\": [\"34967dd7-abe3-444f-97b9-f91ed0109f8e\"], \"0015e648-98be-498d-9c9c-ed348451bf89\": [\"94884f01-ae4f-475a-b398-f39911b10fc9\"], \"5faaa4cc-e31f-4321-87c2-a33280dfbd0c\": [\"a419d117-8173-4fe5-b0b9-bc9eb03dec33\"], \"a021cbd4-293d-4b18-8b38-60337c4cd615\": [\"c01e28f4-eea9-4394-9668-9cf89833dd76\"], \"44476c47-f5a9-4ffe-b97d-55a285da9de1\": [\"a76ad1ed-c784-4204-8a28-85edf517073b\"], \"b66da65a-c1d4-4318-9611-2ae2778defea\": [\"0533912b-0885-45ad-839f-49b6326df436\"], \"92229020-a6c1-4a66-973e-551a987a07f4\": [\"bdc8b1e3-213d-4735-bd86-248409dddcf6\"], \"13b0bf5c-342f-4236-814f-9f768bf5aa82\": [\"a19b8a1f-29df-4ec7-a6bd-b4aa97bc939e\"], \"c91e6ce2-f689-4695-9cf5-beb779721c77\": [\"3eb05dd2-882e-4156-ba6f-e15784a0cb38\"], \"cacfadc5-57ba-4c56-99c6-ef27a3be8339\": [\"834a76a1-de49-4601-8fbc-f395fdf2b29c\"], \"65ea21df-7cc9-4bf7-851e-4a0bfd9b2128\": [\"f48e8084-464c-48a4-8390-00a2aee1d915\"], \"f9f85053-782c-4175-b5ec-85b92f019431\": [\"96f6807a-76be-40ad-907f-3b6a07ea6b7b\"], \"9e399b9c-9074-4450-af03-cabb108b8eb1\": [\"0e98ebcf-156a-4af6-8c79-c87cda9fa48d\"], \"40067ede-caa1-49ad-a10c-f2e0657ed765\": [\"279b4c40-2e33-4350-804e-9f822f2e6358\"], \"b1949611-0dc9-4cb0-a3dc-931de9244e34\": [\"52a04b3b-b30a-4684-a289-0fcede185973\"], \"07bbddeb-ca3c-457b-b24a-a7617fda8eb3\": [\"dd1415ec-89de-4dc8-8c62-f2a35436a5ea\"], \"67406067-b016-4b10-bc34-3f481eb07258\": [\"9b5a59b0-1105-4ec4-86b5-ea74b9bf0d17\"], \"1aa40f7a-8be6-44b2-b0d9-f5d057151c5d\": [\"cd61eabb-b58a-4ffd-86dd-33b15298a2da\"], \"f66122c4-a30e-4718-9cd1-3d0b579aae3c\": [\"cdad78c2-3b29-4f54-b4f0-02691363d57f\"], \"bc0cb806-c075-4b0c-811d-364f8f932e1f\": [\"404a9ee9-2c1f-4291-ba3b-46884d717019\"], \"31294b6b-728b-45f8-8fb1-16a3c5448d48\": [\"14954038-1bb5-4232-8976-a43ba335b8e1\"], \"9d2f3c86-4435-406b-88f1-4b1157d6cb9c\": [\"571131ab-01dc-4c27-9969-d2ffc19f2e3b\"], \"80594d38-9201-4849-8386-9a84b0fdc2ea\": [\"6f5fa939-3a05-4a7e-a744-ac75cb416554\"], \"5ff175e8-71f1-443c-8671-7b3acca03b8c\": [\"ea3fe7d7-4c95-4dca-956c-a816d8470830\"], \"78091595-7d95-4e30-b0c9-035529ba7c7f\": [\"3121332f-241d-4c60-afd2-e82dbff07d8b\"], \"b45fbbbc-c516-4327-ace7-86cd5ae3d501\": [\"8223576d-2b26-401a-be45-58513ac23505\"], \"6d57ae88-8d6a-4252-97ba-f07ea0fa22e0\": [\"1fbb3462-6bca-40a1-98bf-5fa106624cff\"], \"b6a3b66f-a921-4c13-b94c-315a883eb04c\": [\"91d62e4a-8388-431d-98e9-61228a0f7b55\"], \"0e982857-1b16-41cd-8b55-291a270d32f1\": [\"dc4cd500-9db2-4a28-b7c9-739180dd972e\"], \"f54f653e-130e-42bd-a0be-2b61bf300373\": [\"bdddfad1-0632-4e2b-bf92-6f63913e2310\"], \"bbfda732-483c-4441-bcf6-989962ad8e3c\": [\"40c85599-4a8a-4fed-803c-a1ec6090a609\"], \"43222ad3-cb4d-48cb-9555-1017a74b1682\": [\"6e11310c-d60e-4207-ac3b-c474662b0615\"], \"37b8f07f-aa5b-4f78-9be5-f95e0d001740\": [\"bbd7936c-4448-4047-8e2c-abfdea159bd4\"], \"66416d33-5fe9-4b75-9efb-7a030ba8fa0e\": [\"b68ea7c5-bd96-4553-a41f-455f798d1c36\"], \"61555526-657e-4c69-b32b-a63d98c9bb57\": [\"243aed5e-5e66-44e6-9994-3a65bd534bbe\"], \"5ec1eeb1-59d8-4188-9d60-e61b50cafb9c\": [\"4567539a-17ff-4308-99bb-f3504b00ab95\"], \"147e293d-2908-4a2b-9698-b6306ef34bad\": [\"65ed31b7-e228-4d27-8e69-007750efd06d\"], \"967caeb8-75fc-4e85-9b55-06e4c0209562\": [\"c045a3d1-6729-48c1-ae80-ec9905c6545e\"], \"458d79dc-f48d-4ef8-a0b6-87a2b9994f99\": [\"620b4f3f-d655-4c1e-a9f4-8670a8daa51f\"], \"69a1f84c-b7e8-460b-9c5d-cb882ef2aa01\": [\"c45870d5-1bc0-45a8-9a5e-a3e844949ecf\"], \"ade0aaba-b462-4f21-aec6-2c62db305e52\": [\"34015375-2b44-486c-a38c-5c6076dd507c\"], \"c650614a-83d7-4f26-abda-19bdb47f7372\": [\"e9699b84-c12d-4870-9a84-71f544d2ed08\"], \"8cc18412-442f-48b7-9896-5a5124e3be0c\": [\"ba0393cf-0d63-4d69-b78a-b4662fb2df4b\"], \"ffaf422f-84da-4925-9549-574aea2626a9\": [\"e3bc2f41-10eb-48f7-b439-bbdee407a658\"], \"09243219-80d6-4588-9635-57614675ec83\": [\"fe3ebf2f-bf9c-4998-b5bd-8aa1835afe30\"], \"104ebf77-92cf-4a04-aa98-4de6758233c7\": [\"49a8fe1a-f3c9-4ef5-ab1b-ce2eb30d59a9\"]}, \"embeddings_dict\": {}}}, \"docstore\": {\"__type__\": \"simple\", \"__data__\": {\"docs\": {\"ea7361d5-db95-4751-9ca9-f96b2e6f9b57\": {\"text\": \"clean-code-javascript\", \"doc_id\": \"ea7361d5-db95-4751-9ca9-f96b2e6f9b57\", \"embedding\": null, \"doc_hash\": \"eb5d6dd8e3b11514e417c8a728343fa0a73a1c1984340f329af4b22f346e487f\", \"extra_info\": {\"chunk_id\": \"chunk-1\"}, \"node_info\": {\"start\": 0, \"end\": 21}, \"relationships\": {\"1\": \"6a98bef8-72b3-47e9-a43b-6659f30efa8e\"}, \"__type__\": \"1\"}, \"69ac812f-789b-48ce-b4c5-09e2642be7ca\": {\"text\": \"Table of Contents Introduction\\nVariables\\nFunctions\\nObjects and Data Structures\\nClasses\\nSOLID\\nTesting\\nConcurrency\\nError Handling\\nFormatting\\nComments\\nTranslation\", \"doc_id\": \"69ac812f-789b-48ce-b4c5-09e2642be7ca\", \"embedding\": null, \"doc_hash\": \"612922705d10b539edb827d70d334ea8a800a63020ca0e2e952d9d5eab2ca404\", \"extra_info\": {\"chunk_id\": \"chunk-2\"}, \"node_info\": {\"start\": 0, \"end\": 159}, \"relationships\": {\"1\": \"aae9f69b-63ca-4e11-87e1-032064e5c71e\"}, \"__type__\": \"1\"}, \"0bed218e-cea0-45cd-86d4-328ce31c869d\": {\"text\": \"Introduction  Software engineering principles, from Robert C. Martin's book\\nClean Code,\\nadapted for JavaScript. This is not a style guide. It's a guide to producing\\nreadable, reusable, and refactorable software in JavaScript. Not every principle herein has to be strictly followed, and even fewer will be\\nuniversally agreed upon. These are guidelines and nothing more, but they are\\nones codified over many years of collective experience by the authors of\\nClean Code. Our craft of software engineering is just a bit over 50 years old, and we are\\nstill learning a lot. When software architecture is as old as architecture\\nitself, maybe then we will have harder rules to follow. For now, let these\\nguidelines serve as a touchstone by which to assess the quality of the\\nJavaScript code that you and your team produce. One more thing: knowing these won't immediately make you a better software\\ndeveloper, and working with them for many years doesn't mean you won't make\\nmistakes. Every piece of code starts as a first draft, like wet clay getting\\nshaped into its final form. Finally, we chisel away the imperfections when\\nwe review it with our peers. Don't beat yourself up for first drafts that need\\nimprovement. Beat up the code instead!\", \"doc_id\": \"0bed218e-cea0-45cd-86d4-328ce31c869d\", \"embedding\": null, \"doc_hash\": \"a3c3adfe485c96a49985d92d1796dc7fa5e51e9a311de0ddf61db2d1fd36302a\", \"extra_info\": {\"chunk_id\": \"chunk-3\"}, \"node_info\": {\"start\": 0, \"end\": 1234}, \"relationships\": {\"1\": \"ca075c70-6218-41e1-869b-558191625576\"}, \"__type__\": \"1\"}, \"a59bb70f-76e8-4ba2-8994-650fa304b11d\": {\"text\": \"Variables\", \"doc_id\": \"a59bb70f-76e8-4ba2-8994-650fa304b11d\", \"embedding\": null, \"doc_hash\": \"c813a5398292b1934c84880c3d18a5b77332188b8749355d6d68a217ed9caaa0\", \"extra_info\": {\"chunk_id\": \"chunk-4\"}, \"node_info\": {\"start\": 0, \"end\": 9}, \"relationships\": {\"1\": \"23892f98-0ba3-435e-9780-3960d995318d\"}, \"__type__\": \"1\"}, \"aaafed1f-9cf9-4fd9-96fd-d685069d5900\": {\"text\": \"Use meaningful and pronounceable variable names Bad: const yyyymmdstr = moment().format('YYYY/MM/DD'); Good: const currentDate = moment().format('YYYY/MM/DD'); \\u2b06 back to top\", \"doc_id\": \"aaafed1f-9cf9-4fd9-96fd-d685069d5900\", \"embedding\": null, \"doc_hash\": \"b7667c0e4f87826a920d540d8022ca5a2dfc9a10e2df01076c4113228cc00b0c\", \"extra_info\": {\"chunk_id\": \"chunk-5\"}, \"node_info\": {\"start\": 0, \"end\": 173}, \"relationships\": {\"1\": \"6cdf0681-b30f-4ec7-ac21-832c820c1468\"}, \"__type__\": \"1\"}, \"d2974cdb-8444-4b39-91dc-aad2df045776\": {\"text\": \"Use the same vocabulary for the same type of variable Bad: getUserInfo();\\ngetClientData();\\ngetCustomerRecord(); Good: getUser(); \\u2b06 back to top\", \"doc_id\": \"d2974cdb-8444-4b39-91dc-aad2df045776\", \"embedding\": null, \"doc_hash\": \"be75a410331006d0f10fd84ce0e2a5d1043add93e8ec76b9e4eaf428550c15ae\", \"extra_info\": {\"chunk_id\": \"chunk-6\"}, \"node_info\": {\"start\": 0, \"end\": 142}, \"relationships\": {\"1\": \"48947246-c7bc-4046-a878-d55cda917cfc\"}, \"__type__\": \"1\"}, \"5360050b-3e31-4d48-ae28-88a7454b9fa2\": {\"text\": \"Use searchable names We will read more code than we will ever write. It's important that the code we\\ndo write is readable and searchable. By not naming variables that end up\\nbeing meaningful for understanding our program, we hurt our readers.\\nMake your names searchable. Tools like\\nbuddy.js and\\nESLint\\ncan help identify unnamed constants. Bad: // What the heck is 86400000 for?\\nsetTimeout(blastOff, 86400000); Good: // Declare them as capitalized named constants.\\nconst MILLISECONDS_PER_DAY = 60 * 60 * 24 * 1000; //86400000;\\n\\nsetTimeout(blastOff, MILLISECONDS_PER_DAY); \\u2b06 back to top\", \"doc_id\": \"5360050b-3e31-4d48-ae28-88a7454b9fa2\", \"embedding\": null, \"doc_hash\": \"4ea9a00d8397394c51f218a4b45efbb141351cba9ed99bc7eadb51a169cbda88\", \"extra_info\": {\"chunk_id\": \"chunk-7\"}, \"node_info\": {\"start\": 0, \"end\": 584}, \"relationships\": {\"1\": \"21194df1-d532-4325-b044-579852cac135\"}, \"__type__\": \"1\"}, \"6efffdc4-41ee-4978-8e28-5eb9aaf3249a\": {\"text\": \"Use explanatory variables Bad: const address = 'One Infinite Loop, Cupertino 95014';\\nconst cityZipCodeRegex = /^[^,\\\\\\\\]+[,\\\\\\\\\\\\s]+(.+?)\\\\s*(\\\\d{5})?$/;\\nsaveCityZipCode(address.match(cityZipCodeRegex)[1], address.match(cityZipCodeRegex)[2]); Good: const address = 'One Infinite Loop, Cupertino 95014';\\nconst cityZipCodeRegex = /^[^,\\\\\\\\]+[,\\\\\\\\\\\\s]+(.+?)\\\\s*(\\\\d{5})?$/;\\nconst [_, city, zipCode] = address.match(cityZipCodeRegex) || [];\\nsaveCityZipCode(city, zipCode); \\u2b06 back to top\", \"doc_id\": \"6efffdc4-41ee-4978-8e28-5eb9aaf3249a\", \"embedding\": null, \"doc_hash\": \"2c8e3416715568b640c4b0a8cc2b8504e28daed2b4abaf3868ac620f691c346e\", \"extra_info\": {\"chunk_id\": \"chunk-8\"}, \"node_info\": {\"start\": 0, \"end\": 469}, \"relationships\": {\"1\": \"4fe3ac7e-2c62-4bc5-9352-fc363d9ba2b3\"}, \"__type__\": \"1\"}, \"80d925c2-0a6c-4b3b-8fa2-bcfc148ade68\": {\"text\": \"Avoid Mental Mapping Explicit is better than implicit. Bad: const locations = ['Austin', 'New York', 'San Francisco'];\\nlocations.forEach(l => {\\n  doStuff();\\n  doSomeOtherStuff();\\n  // ...\\n  // ...\\n  // ...\\n  // Wait, what is `l` for again?\\n  dispatch(l);\\n}); Good: const locations = ['Austin', 'New York', 'San Francisco'];\\nlocations.forEach(location => {\\n  doStuff();\\n  doSomeOtherStuff();\\n  // ...\\n  // ...\\n  // ...\\n  dispatch(location);\\n}); \\u2b06 back to top\", \"doc_id\": \"80d925c2-0a6c-4b3b-8fa2-bcfc148ade68\", \"embedding\": null, \"doc_hash\": \"a6c2a132d5ca9b1e2613d5cf78e46a780cb629e59f681454187cafea89faa20a\", \"extra_info\": {\"chunk_id\": \"chunk-9\"}, \"node_info\": {\"start\": 0, \"end\": 457}, \"relationships\": {\"1\": \"20369a03-eaab-466e-a33e-5773d0db83cf\"}, \"__type__\": \"1\"}, \"45c057e5-03ae-4a26-a467-b05343cb3bdd\": {\"text\": \"Don't add unneeded context If your class/object name tells you something, don't repeat that in your\\nvariable name. Bad: const Car = {\\n  carMake: 'Honda',\\n  carModel: 'Accord',\\n  carColor: 'Blue'\\n};\\n\\nfunction paintCar(car, color) {\\n  car.carColor = color;\\n} Good: const Car = {\\n  make: 'Honda',\\n  model: 'Accord',\\n  color: 'Blue'\\n};\\n\\nfunction paintCar(car, color) {\\n  car.color = color;\\n} \\u2b06 back to top\", \"doc_id\": \"45c057e5-03ae-4a26-a467-b05343cb3bdd\", \"embedding\": null, \"doc_hash\": \"74166df144c3fb18b2e9b498b37b729aa7aca528f623f7ffaa7a70ebe1700878\", \"extra_info\": {\"chunk_id\": \"chunk-10\"}, \"node_info\": {\"start\": 0, \"end\": 401}, \"relationships\": {\"1\": \"4411ab6e-4115-4794-a5b3-8287b938cf42\"}, \"__type__\": \"1\"}, \"d619eeda-99ee-437c-8071-af110f8f6a1d\": {\"text\": \"Use default parameters instead of short circuiting or conditionals Default parameters are often cleaner than short circuiting. Be aware that if you\\nuse them, your function will only provide default values for undefined\\narguments. Other \\\"falsy\\\" values such as '', \\\"\\\", false, null, 0, and\\nNaN, will not be replaced by a default value. Bad: function createMicrobrewery(name) {\\n  const breweryName = name || 'Hipster Brew Co.';\\n  // ...\\n} Good: function createMicrobrewery(name = 'Hipster Brew Co.') {\\n  // ...\\n} \\u2b06 back to top\", \"doc_id\": \"d619eeda-99ee-437c-8071-af110f8f6a1d\", \"embedding\": null, \"doc_hash\": \"60ce896b2be0bf69542a7bb5e3e39be47c715d5a125e7ee9ab271aad30ec193f\", \"extra_info\": {\"chunk_id\": \"chunk-11\"}, \"node_info\": {\"start\": 0, \"end\": 522}, \"relationships\": {\"1\": \"0eb3ad1b-5d17-4ed6-80e2-b94edf36f390\"}, \"__type__\": \"1\"}, \"2dec65b4-c785-4088-a568-f8b9d35d797f\": {\"text\": \"Functions\", \"doc_id\": \"2dec65b4-c785-4088-a568-f8b9d35d797f\", \"embedding\": null, \"doc_hash\": \"0726104a1f4f9a7b90b6befc483e41ceb31019f3fd42f5abc015d60febe1af75\", \"extra_info\": {\"chunk_id\": \"chunk-12\"}, \"node_info\": {\"start\": 0, \"end\": 9}, \"relationships\": {\"1\": \"c3cf1743-a17f-4f8b-8d7d-270aa13b9042\"}, \"__type__\": \"1\"}, \"13bd8df2-932e-4f8a-911b-cac78be9eaf9\": {\"text\": \"Function arguments (2 or fewer ideally) Limiting the amount of function parameters is incredibly important because it\\nmakes testing your function easier. Having more than three leads to a\\ncombinatorial explosion where you have to test tons of different cases with\\neach separate argument. One or two arguments is the ideal case, and three should be avoided if possible.\\nAnything more than that should be consolidated. Usually, if you have\\nmore than two arguments then your function is trying to do too much. In cases\\nwhere it's not, most of the time a higher-level object will suffice as an\\nargument. Since JavaScript allows you to make objects on the fly, without a lot of class\\nboilerplate, you can use an object if you are finding yourself needing a\\nlot of arguments. To make it obvious what properties the function expects, you can use the ES2015/ES6\\ndestructuring syntax. This has a few advantages: When someone looks at the function signature, it's immediately clear what\\n   properties are being used.\\nIt can be used to simulate named parameters.\\nDestructuring also clones the specified primitive values of the argument\\n   object passed into the function. This can help prevent side effects. Note:\\n   objects and arrays that are destructured from the argument object are NOT\\n   cloned.\\nLinters can warn you about unused properties, which would be impossible\\n   without destructuring. Bad: function createMenu(title, body, buttonText, cancellable) {\\n  // ...\\n}\\n\\ncreateMenu('Foo', 'Bar', 'Baz', true); Good: function createMenu({ title, body, buttonText, cancellable }) {\\n  // ...\\n}\\n\\ncreateMenu({\\n  title: 'Foo',\\n  body: 'Bar',\\n  buttonText: 'Baz',\\n  cancellable: true\\n}); \\u2b06 back to top\", \"doc_id\": \"13bd8df2-932e-4f8a-911b-cac78be9eaf9\", \"embedding\": null, \"doc_hash\": \"88dd2746bc245919801459c2e7dacadd743d9624b04d648e4e4d1c3121fa1d86\", \"extra_info\": {\"chunk_id\": \"chunk-13\"}, \"node_info\": {\"start\": 0, \"end\": 1689}, \"relationships\": {\"1\": \"eb0d1015-8db6-45fb-b3f6-aaeb4571eb5d\"}, \"__type__\": \"1\"}, \"2ca465ae-1055-497c-a77e-86eb3cedc205\": {\"text\": \"Functions should do one thing This is by far the most important rule in software engineering. When functions\\ndo more than one thing, they are harder to compose, test, and reason about.\\nWhen you can isolate a function to just one action, it can be refactored\\neasily and your code will read much cleaner. If you take nothing else away from\\nthis guide other than this, you'll be ahead of many developers. Bad: function emailClients(clients) {\\n  clients.forEach(client => {\\n    const clientRecord = database.lookup(client);\\n    if (clientRecord.isActive()) {\\n      email(client);\\n    }\\n  });\\n} Good: function emailActiveClients(clients) {\\n  clients.filter(isActiveClient).forEach(email);\\n}\\n\\nfunction isActiveClient(client) {\\n  const clientRecord = database.lookup(client);\\n  return clientRecord.isActive();\\n} \\u2b06 back to top\", \"doc_id\": \"2ca465ae-1055-497c-a77e-86eb3cedc205\", \"embedding\": null, \"doc_hash\": \"7b1e760f7bd59c415e0d10d1480633db4721dc7fa77d06836376f2ccca3a9aad\", \"extra_info\": {\"chunk_id\": \"chunk-14\"}, \"node_info\": {\"start\": 0, \"end\": 818}, \"relationships\": {\"1\": \"a78d3297-8126-45c8-971e-2bc3c07730e4\"}, \"__type__\": \"1\"}, \"132e5449-fddd-4482-9399-2d1b79e16d13\": {\"text\": \"Function names should say what they do Bad: function addToDate(date, month) {\\n  // ...\\n}\\n\\nconst date = new Date();\\n\\n// It's hard to tell from the function name what is added\\naddToDate(date, 1); Good: function addMonthToDate(month, date) {\\n  // ...\\n}\\n\\nconst date = new Date();\\naddMonthToDate(1, date); \\u2b06 back to top\", \"doc_id\": \"132e5449-fddd-4482-9399-2d1b79e16d13\", \"embedding\": null, \"doc_hash\": \"84945bb0896f25a95a3c033b04dbd78f70871009cba808b3077ed1b5d13fddc7\", \"extra_info\": {\"chunk_id\": \"chunk-15\"}, \"node_info\": {\"start\": 0, \"end\": 314}, \"relationships\": {\"1\": \"b9fe77bb-b1a4-4170-800a-333fdc98651d\"}, \"__type__\": \"1\"}, \"6ba1cd80-45a4-498d-8e74-bd82cbfbd346\": {\"text\": \"Functions should only be one level of abstraction When you have more than one level of abstraction your function is usually\\ndoing too much. Splitting up functions leads to reusability and easier\\ntesting. Bad: function parseBetterJSAlternative(code) {\\n  const REGEXES = [\\n    // ...\\n  ];\\n\\n  const statements = code.split(' ');\\n  const tokens = [];\\n  REGEXES.forEach(REGEX => {\\n    statements.forEach(statement => {\\n      // ...\\n    });\\n  });\\n\\n  const ast = [];\\n  tokens.forEach(token => {\\n    // lex...\\n  });\\n\\n  ast.forEach(node => {\\n    // parse...\\n  });\\n} Good: function parseBetterJSAlternative(code) {\\n  const tokens = tokenize(code);\\n  const syntaxTree = parse(tokens);\\n  syntaxTree.forEach(node => {\\n    // parse...\\n  });\\n}\\n\\nfunction tokenize(code) {\\n  const REGEXES = [\\n    // ...\\n  ];\\n\\n  const statements = code.split(' ');\\n  const tokens = [];\\n  REGEXES.forEach(REGEX => {\\n    statements.forEach(statement => {\\n      tokens.push(/* ... */);\\n    });\\n  });\\n\\n  return tokens;\\n}\\n\\nfunction parse(tokens) {\\n  const syntaxTree = [];\\n  tokens.forEach(token => {\\n    syntaxTree.push(/* ... */);\\n  });\\n\\n  return syntaxTree;\\n} \\u2b06 back to top\", \"doc_id\": \"6ba1cd80-45a4-498d-8e74-bd82cbfbd346\", \"embedding\": null, \"doc_hash\": \"3f853256f803f252f23ee4d77ca4cc43b66e7de0e6ee4fc233e7ed1a85d53354\", \"extra_info\": {\"chunk_id\": \"chunk-16\"}, \"node_info\": {\"start\": 0, \"end\": 1137}, \"relationships\": {\"1\": \"80635767-9279-40e8-b94a-aeeb00deeb1a\"}, \"__type__\": \"1\"}, \"300e5747-47fa-4b8e-a1a6-c1e9407e0988\": {\"text\": \"Remove duplicate code Do your absolute best to avoid duplicate code. Duplicate code is bad because it\\nmeans that there's more than one place to alter something if you need to change\\nsome logic. Imagine if you run a restaurant and you keep track of your inventory: all your\\ntomatoes, onions, garlic, spices, etc. If you have multiple lists that\\nyou keep this on, then all have to be updated when you serve a dish with\\ntomatoes in them. If you only have one list, there's only one place to update! Oftentimes you have duplicate code because you have two or more slightly\\ndifferent things, that share a lot in common, but their differences force you\\nto have two or more separate functions that do much of the same things. Removing\\nduplicate code means creating an abstraction that can handle this set of\\ndifferent things with just one function/module/class. Getting the abstraction right is critical, that's why you should follow the\\nSOLID principles laid out in the Classes section. Bad abstractions can be\\nworse than duplicate code, so be careful! Having said this, if you can make\\na good abstraction, do it! Don't repeat yourself, otherwise you'll find yourself\\nupdating multiple places anytime you want to change one thing. Bad:\", \"doc_id\": \"300e5747-47fa-4b8e-a1a6-c1e9407e0988\", \"embedding\": null, \"doc_hash\": \"252c0468365b1480764bff1c87f4e62bcb4d27b0e940036ba716b213afc84014\", \"extra_info\": {\"chunk_id\": \"chunk-17\"}, \"node_info\": {\"start\": 0, \"end\": 1229}, \"relationships\": {\"1\": \"6faf0239-e65e-4970-8978-120329d040b3\"}, \"__type__\": \"1\"}, \"2769f022-4c05-404a-a91a-79c27d277ddd\": {\"text\": \"function showDeveloperList(developers) {\\n  developers.forEach(developer => {\\n    const expectedSalary = developer.calculateExpectedSalary();\\n    const experience = developer.getExperience();\\n    const githubLink = developer.getGithubLink();\\n    const data = {\\n      expectedSalary,\\n      experience,\\n      githubLink\\n    };\\n\\n    render(data);\\n  });\\n}\\n\\nfunction showManagerList(managers) {\\n  managers.forEach(manager => {\\n    const expectedSalary = manager.calculateExpectedSalary();\\n    const experience = manager.getExperience();\\n    const portfolio = manager.getMBAProjects();\\n    const data = {\\n      expectedSalary,\\n      experience,\\n      portfolio\\n    };\\n\\n    render(data);\\n  });\\n}\", \"doc_id\": \"2769f022-4c05-404a-a91a-79c27d277ddd\", \"embedding\": null, \"doc_hash\": \"193f18507d09103e2ef44d8097e222f9e3a0f330b41dd0fc3b62bc658ede58ec\", \"extra_info\": {\"chunk_id\": \"chunk-18\"}, \"node_info\": {\"start\": 0, \"end\": 687}, \"relationships\": {\"1\": \"f3c933b2-5e08-453e-8399-5af4a8b61845\"}, \"__type__\": \"1\"}, \"2e18b05d-7281-4652-96e2-f7e026001cc5\": {\"text\": \"Good: function showEmployeeList(employees) {\\n  employees.forEach(employee => {\\n    const expectedSalary = employee.calculateExpectedSalary();\\n    const experience = employee.getExperience();\\n\\n    const data = {\\n      expectedSalary,\\n      experience\\n    };\\n\\n    switch (employee.type) {\\n      case 'manager':\\n        data.portfolio = employee.getMBAProjects();\\n        break;\\n      case 'developer':\\n        data.githubLink = employee.getGithubLink();\\n        break;\\n    }\\n\\n    render(data);\\n  });\\n} \\u2b06 back to top\", \"doc_id\": \"2e18b05d-7281-4652-96e2-f7e026001cc5\", \"embedding\": null, \"doc_hash\": \"00c488e1f8d5ee5993e072e2731753ae25aae8f6ee707ed7b3851a0b15e97337\", \"extra_info\": {\"chunk_id\": \"chunk-18\"}, \"node_info\": {\"start\": 0, \"end\": 513}, \"relationships\": {\"1\": \"eeb319be-1e15-4e9b-8058-057f420e79aa\"}, \"__type__\": \"1\"}, \"496a12f0-d2a5-402a-a35d-ab2cc302e65c\": {\"text\": \"Set default objects with Object.assign Bad: const menuConfig = {\\n  title: null,\\n  body: 'Bar',\\n  buttonText: null,\\n  cancellable: true\\n};\\n\\nfunction createMenu(config) {\\n  config.title = config.title || 'Foo';\\n  config.body = config.body || 'Bar';\\n  config.buttonText = config.buttonText || 'Baz';\\n  config.cancellable = config.cancellable !== undefined ? config.cancellable : true;\\n}\\n\\ncreateMenu(menuConfig); Good: const menuConfig = {\\n  title: 'Order',\\n  // User did not include 'body' key\\n  buttonText: 'Send',\\n  cancellable: true\\n};\\n\\nfunction createMenu(config) {\\n  let finalConfig = Object.assign(\\n    {\\n      title: 'Foo',\\n      body: 'Bar',\\n      buttonText: 'Baz',\\n      cancellable: true\\n    },\\n    config\\n  );\\n  return finalConfig;\\n  // config now equals: {title: \\\"Order\\\", body: \\\"Bar\\\", buttonText: \\\"Send\\\", cancellable: true}\\n  // ...\\n}\\n\\ncreateMenu(menuConfig); \\u2b06 back to top\", \"doc_id\": \"496a12f0-d2a5-402a-a35d-ab2cc302e65c\", \"embedding\": null, \"doc_hash\": \"a1e2d5cd3cf0e9bada9991aaa73fac237beb9af3142c47ac7493200decbb56d2\", \"extra_info\": {\"chunk_id\": \"chunk-19\"}, \"node_info\": {\"start\": 0, \"end\": 883}, \"relationships\": {\"1\": \"613ea2d0-fa9a-4213-a7cf-d63f999abf9c\"}, \"__type__\": \"1\"}, \"4d1f7434-4311-4ff8-b39b-11db0f62f235\": {\"text\": \"Don't use flags as function parameters Flags tell your user that this function does more than one thing. Functions should do one thing. Split out your functions if they are following different code paths based on a boolean. Bad: function createFile(name, temp) {\\n  if (temp) {\\n    fs.create(`./temp/${name}`);\\n  } else {\\n    fs.create(name);\\n  }\\n} Good: function createFile(name) {\\n  fs.create(name);\\n}\\n\\nfunction createTempFile(name) {\\n  createFile(`./temp/${name}`);\\n} \\u2b06 back to top\", \"doc_id\": \"4d1f7434-4311-4ff8-b39b-11db0f62f235\", \"embedding\": null, \"doc_hash\": \"0471247878bb0d2a6670ea4b0b784f856cfe66db0024e7f9cb941ecd6ea6c4a1\", \"extra_info\": {\"chunk_id\": \"chunk-20\"}, \"node_info\": {\"start\": 0, \"end\": 483}, \"relationships\": {\"1\": \"bdeddb77-887d-43d7-9888-75a57666f709\"}, \"__type__\": \"1\"}, \"1a94457e-bf00-4f76-aab1-9b838f044799\": {\"text\": \"Avoid Side Effects (part 1) A function produces a side effect if it does anything other than take a value in\\nand return another value or values. A side effect could be writing to a file,\\nmodifying some global variable, or accidentally wiring all your money to a\\nstranger. Now, you do need to have side effects in a program on occasion. Like the previous\\nexample, you might need to write to a file. What you want to do is to\\ncentralize where you are doing this. Don't have several functions and classes\\nthat write to a particular file. Have one service that does it. One and only one. The main point is to avoid common pitfalls like sharing state between objects\\nwithout any structure, using mutable data types that can be written to by anything,\\nand not centralizing where your side effects occur. If you can do this, you will\\nbe happier than the vast majority of other programmers. Bad: // Global variable referenced by following function.\\n// If we had another function that used this name, now it'd be an array and it could break it.\\nlet name = 'Ryan McDermott';\\n\\nfunction splitIntoFirstAndLastName() {\\n  name = name.split(' ');\\n}\\n\\nsplitIntoFirstAndLastName();\\n\\nconsole.log(name); // ['Ryan', 'McDermott']; Good: function splitIntoFirstAndLastName(name) {\\n  return name.split(' ');\\n}\\n\\nconst name = 'Ryan McDermott';\\nconst newName = splitIntoFirstAndLastName(name);\\n\\nconsole.log(name); // 'Ryan McDermott';\\nconsole.log(newName); // ['Ryan', 'McDermott']; \\u2b06 back to top\", \"doc_id\": \"1a94457e-bf00-4f76-aab1-9b838f044799\", \"embedding\": null, \"doc_hash\": \"6f7082b38d0459ec06f5cc7ab4294ac4dd5a8234eeaa5d0b0a7d420a0f228f52\", \"extra_info\": {\"chunk_id\": \"chunk-21\"}, \"node_info\": {\"start\": 0, \"end\": 1469}, \"relationships\": {\"1\": \"87f4551a-fc11-4802-a41e-8d60bf04f096\"}, \"__type__\": \"1\"}, \"f4bd628c-adb0-49ef-9b0c-8141e4bcab63\": {\"text\": \"Avoid Side Effects (part 2) In JavaScript, some values are unchangeable (immutable) and some are changeable\\n(mutable). Objects and arrays are two kinds of mutable values so it's important\\nto handle them carefully when they're passed as parameters to a function. A\\nJavaScript function can change an object's properties or alter the contents of\\nan array which could easily cause bugs elsewhere. Suppose there's a function that accepts an array parameter representing a\\nshopping cart. If the function makes a change in that shopping cart array -\\nby adding an item to purchase, for example - then any other function that\\nuses that same cart array will be affected by this addition. That may be\\ngreat, however it could also be bad. Let's imagine a bad situation: The user clicks the \\\"Purchase\\\" button which calls a purchase function that\\nspawns a network request and sends the cart array to the server. Because\\nof a bad network connection, the purchase function has to keep retrying the\\nrequest. Now, what if in the meantime the user accidentally clicks an \\\"Add to Cart\\\"\\nbutton on an item they don't actually want before the network request begins?\\nIf that happens and the network request begins, then that purchase function\\nwill send the accidentally added item because the cart array was modified. A great solution would be for the addItemToCart function to always clone the\\ncart, edit it, and return the clone. This would ensure that functions that are still\\nusing the old shopping cart wouldn't be affected by the changes. Two caveats to mention to this approach:\", \"doc_id\": \"f4bd628c-adb0-49ef-9b0c-8141e4bcab63\", \"embedding\": null, \"doc_hash\": \"bc2d37b458cff65f38ee6f0e7e322c0d33ac2260ca7c7bf8c1792a97b16b077c\", \"extra_info\": {\"chunk_id\": \"chunk-22\"}, \"node_info\": {\"start\": 0, \"end\": 1562}, \"relationships\": {\"1\": \"ad32845c-e81c-48af-8f9f-08c331291733\"}, \"__type__\": \"1\"}, \"05a71e3b-3b76-4ed9-b4d8-f6054d58b2c0\": {\"text\": \"There might be cases where you actually want to modify the input object,\\n   but when you adopt this programming practice you will find that those cases\\n   are pretty rare. Most things can be refactored to have no side effects!\\n\\n\\nCloning big objects can be very expensive in terms of performance. Luckily,\\n   this isn't a big issue in practice because there are\\n   great libraries that allow\\n   this kind of programming approach to be fast and not as memory intensive as\\n   it would be for you to manually clone objects and arrays.\", \"doc_id\": \"05a71e3b-3b76-4ed9-b4d8-f6054d58b2c0\", \"embedding\": null, \"doc_hash\": \"aac2a70c9e1d1e25a5ceb0a5668cbbd388e52a5d98cec37275cc2d9f671c4ead\", \"extra_info\": {\"chunk_id\": \"chunk-23\"}, \"node_info\": {\"start\": 0, \"end\": 530}, \"relationships\": {\"1\": \"2d6b6a87-adad-4e16-95b4-127ffca4605d\"}, \"__type__\": \"1\"}, \"85e299ab-dba3-4ed3-ad01-06d3a13961fa\": {\"text\": \"Bad: const addItemToCart = (cart, item) => {\\n  cart.push({ item, date: Date.now() });\\n}; Good: const addItemToCart = (cart, item) => {\\n  return [...cart, { item, date: Date.now() }];\\n}; \\u2b06 back to top\", \"doc_id\": \"85e299ab-dba3-4ed3-ad01-06d3a13961fa\", \"embedding\": null, \"doc_hash\": \"5c408f9e13075117698a0ea67a0940c75b5d7a4f7e997210cb545a990770ba2d\", \"extra_info\": {\"chunk_id\": \"chunk-23\"}, \"node_info\": {\"start\": 0, \"end\": 199}, \"relationships\": {\"1\": \"e9612ce1-d3c5-462c-97db-300337ec49c8\"}, \"__type__\": \"1\"}, \"d6c1fedf-e4a6-410b-a383-2dc70f09cd75\": {\"text\": \"Don't write to global functions Polluting globals is a bad practice in JavaScript because you could clash with another\\nlibrary and the user of your API would be none-the-wiser until they get an\\nexception in production. Let's think about an example: what if you wanted to\\nextend JavaScript's native Array method to have a diff method that could\\nshow the difference between two arrays? You could write your new function\\nto the Array.prototype, but it could clash with another library that tried\\nto do the same thing. What if that other library was just using diff to find\\nthe difference between the first and last elements of an array? This is why it\\nwould be much better to just use ES2015/ES6 classes and simply extend the Array global. Bad: Array.prototype.diff = function diff(comparisonArray) {\\n  const hash = new Set(comparisonArray);\\n  return this.filter(elem => !hash.has(elem));\\n}; Good: class SuperArray extends Array {\\n  diff(comparisonArray) {\\n    const hash = new Set(comparisonArray);\\n    return this.filter(elem => !hash.has(elem));\\n  }\\n} \\u2b06 back to top\", \"doc_id\": \"d6c1fedf-e4a6-410b-a383-2dc70f09cd75\", \"embedding\": null, \"doc_hash\": \"99e4639498d55109e9939e4b4cda80e7f1c56ead4edb2629e4f1bec44a2f38f3\", \"extra_info\": {\"chunk_id\": \"chunk-24\"}, \"node_info\": {\"start\": 0, \"end\": 1065}, \"relationships\": {\"1\": \"caec9440-19d3-4140-bca7-7e24d1c8a156\"}, \"__type__\": \"1\"}, \"2cb56b22-b4b5-40fc-8067-81a72f1212af\": {\"text\": \"Favor functional programming over imperative programming JavaScript isn't a functional language in the way that Haskell is, but it has\\na functional flavor to it. Functional languages can be cleaner and easier to test.\\nFavor this style of programming when you can. Bad: const programmerOutput = [\\n  {\\n    name: 'Uncle Bobby',\\n    linesOfCode: 500\\n  },\\n  {\\n    name: 'Suzie Q',\\n    linesOfCode: 1500\\n  },\\n  {\\n    name: 'Jimmy Gosling',\\n    linesOfCode: 150\\n  },\\n  {\\n    name: 'Gracie Hopper',\\n    linesOfCode: 1000\\n  }\\n];\\n\\nlet totalOutput = 0;\\n\\nfor (let i = 0; i < programmerOutput.length; i++) {\\n  totalOutput += programmerOutput[i].linesOfCode;\\n} Good: const programmerOutput = [\\n  {\\n    name: 'Uncle Bobby',\\n    linesOfCode: 500\\n  },\\n  {\\n    name: 'Suzie Q',\\n    linesOfCode: 1500\\n  },\\n  {\\n    name: 'Jimmy Gosling',\\n    linesOfCode: 150\\n  },\\n  {\\n    name: 'Gracie Hopper',\\n    linesOfCode: 1000\\n  }\\n];\\n\\nconst totalOutput = programmerOutput.reduce(\\n  (totalLines, output) => totalLines + output.linesOfCode,\\n  0\\n); \\u2b06 back to top\", \"doc_id\": \"2cb56b22-b4b5-40fc-8067-81a72f1212af\", \"embedding\": null, \"doc_hash\": \"e367d03c3d3deceb2667c779983c4d905da225a85a7f311b5a5b1178c759520b\", \"extra_info\": {\"chunk_id\": \"chunk-25\"}, \"node_info\": {\"start\": 0, \"end\": 1029}, \"relationships\": {\"1\": \"6f615eb4-228e-4e71-8601-f7ccdc59b61a\"}, \"__type__\": \"1\"}, \"28c52241-68bc-45e8-b28e-af90c8deac7e\": {\"text\": \"Encapsulate conditionals Bad: if (fsm.state === 'fetching' && isEmpty(listNode)) {\\n  // ...\\n} Good: function shouldShowSpinner(fsm, listNode) {\\n  return fsm.state === 'fetching' && isEmpty(listNode);\\n}\\n\\nif (shouldShowSpinner(fsmInstance, listNodeInstance)) {\\n  // ...\\n} \\u2b06 back to top\", \"doc_id\": \"28c52241-68bc-45e8-b28e-af90c8deac7e\", \"embedding\": null, \"doc_hash\": \"d9fa2e2d026ae8f32a0a6ce2ed59e5ce8fdb825bfe5bdf530423c8d6bc350b9f\", \"extra_info\": {\"chunk_id\": \"chunk-26\"}, \"node_info\": {\"start\": 0, \"end\": 283}, \"relationships\": {\"1\": \"583a81a7-56a7-4f77-8b18-fffc6475c091\"}, \"__type__\": \"1\"}, \"09722323-73b2-41ac-96c7-f1516caf04d5\": {\"text\": \"Avoid negative conditionals Bad: function isDOMNodeNotPresent(node) {\\n  // ...\\n}\\n\\nif (!isDOMNodeNotPresent(node)) {\\n  // ...\\n} Good: function isDOMNodePresent(node) {\\n  // ...\\n}\\n\\nif (isDOMNodePresent(node)) {\\n  // ...\\n} \\u2b06 back to top\", \"doc_id\": \"09722323-73b2-41ac-96c7-f1516caf04d5\", \"embedding\": null, \"doc_hash\": \"38e10be2c743ba5311523378e1e25a058db34e28e8088fff48f5be5f3bef8926\", \"extra_info\": {\"chunk_id\": \"chunk-27\"}, \"node_info\": {\"start\": 0, \"end\": 233}, \"relationships\": {\"1\": \"82059b9f-613b-4cd3-a795-16ec456ab8a6\"}, \"__type__\": \"1\"}, \"5918b19d-e199-42b0-9c49-451a131767f6\": {\"text\": \"Avoid conditionals This seems like an impossible task. Upon first hearing this, most people say,\\n\\\"how am I supposed to do anything without an if statement?\\\" The answer is that\\nyou can use polymorphism to achieve the same task in many cases. The second\\nquestion is usually, \\\"well that's great but why would I want to do that?\\\" The\\nanswer is a previous clean code concept we learned: a function should only do\\none thing. When you have classes and functions that have if statements, you\\nare telling your user that your function does more than one thing. Remember,\\njust do one thing. Bad: class Airplane {\\n  // ...\\n  getCruisingAltitude() {\\n    switch (this.type) {\\n      case '777':\\n        return this.getMaxAltitude() - this.getPassengerCount();\\n      case 'Air Force One':\\n        return this.getMaxAltitude();\\n      case 'Cessna':\\n        return this.getMaxAltitude() - this.getFuelExpenditure();\\n    }\\n  }\\n} Good: class Airplane {\\n  // ...\\n}\\n\\nclass Boeing777 extends Airplane {\\n  // ...\\n  getCruisingAltitude() {\\n    return this.getMaxAltitude() - this.getPassengerCount();\\n  }\\n}\\n\\nclass AirForceOne extends Airplane {\\n  // ...\\n  getCruisingAltitude() {\\n    return this.getMaxAltitude();\\n  }\\n}\\n\\nclass Cessna extends Airplane {\\n  // ...\\n  getCruisingAltitude() {\\n    return this.getMaxAltitude() - this.getFuelExpenditure();\\n  }\\n} \\u2b06 back to top\", \"doc_id\": \"5918b19d-e199-42b0-9c49-451a131767f6\", \"embedding\": null, \"doc_hash\": \"a5bbb153e959fcda2a0c70239510fbc1d0f2c8a21bd7c828bfc993e343691f26\", \"extra_info\": {\"chunk_id\": \"chunk-28\"}, \"node_info\": {\"start\": 0, \"end\": 1344}, \"relationships\": {\"1\": \"dc9ae877-b844-440f-bbc3-df00f6899a38\"}, \"__type__\": \"1\"}, \"4a230738-d305-4ab1-a617-837b8f006232\": {\"text\": \"Avoid type-checking (part 1) JavaScript is untyped, which means your functions can take any type of argument.\\nSometimes you are bitten by this freedom and it becomes tempting to do\\ntype-checking in your functions. There are many ways to avoid having to do this.\\nThe first thing to consider is consistent APIs. Bad: function travelToTexas(vehicle) {\\n  if (vehicle instanceof Bicycle) {\\n    vehicle.pedal(this.currentLocation, new Location('texas'));\\n  } else if (vehicle instanceof Car) {\\n    vehicle.drive(this.currentLocation, new Location('texas'));\\n  }\\n} Good: function travelToTexas(vehicle) {\\n  vehicle.move(this.currentLocation, new Location('texas'));\\n} \\u2b06 back to top\", \"doc_id\": \"4a230738-d305-4ab1-a617-837b8f006232\", \"embedding\": null, \"doc_hash\": \"8d7f32ac704f960ba1abc1084d0b386e8346bb6d47d482e2e841aab0d9b52a09\", \"extra_info\": {\"chunk_id\": \"chunk-29\"}, \"node_info\": {\"start\": 0, \"end\": 674}, \"relationships\": {\"1\": \"2d183533-1691-489d-9175-676405f19012\"}, \"__type__\": \"1\"}, \"291ead5d-141e-4066-8ef4-220ef9c06380\": {\"text\": \"Avoid type-checking (part 2) If you are working with basic primitive values like strings and integers,\\nand you can't use polymorphism but you still feel the need to type-check,\\nyou should consider using TypeScript. It is an excellent alternative to normal\\nJavaScript, as it provides you with static typing on top of standard JavaScript\\nsyntax. The problem with manually type-checking normal JavaScript is that\\ndoing it well requires so much extra verbiage that the faux \\\"type-safety\\\" you get\\ndoesn't make up for the lost readability. Keep your JavaScript clean, write\\ngood tests, and have good code reviews. Otherwise, do all of that but with\\nTypeScript (which, like I said, is a great alternative!). Bad: function combine(val1, val2) {\\n  if (\\n    (typeof val1 === 'number' && typeof val2 === 'number') ||\\n    (typeof val1 === 'string' && typeof val2 === 'string')\\n  ) {\\n    return val1 + val2;\\n  }\\n\\n  throw new Error('Must be of type String or Number');\\n} Good: function combine(val1, val2) {\\n  return val1 + val2;\\n} \\u2b06 back to top\", \"doc_id\": \"291ead5d-141e-4066-8ef4-220ef9c06380\", \"embedding\": null, \"doc_hash\": \"1b3af96dc8074194cf815442297e08ff6138509fed0e7d1f7dfdf0b201e00a05\", \"extra_info\": {\"chunk_id\": \"chunk-30\"}, \"node_info\": {\"start\": 0, \"end\": 1031}, \"relationships\": {\"1\": \"5b4c100e-807f-4397-8866-40b99bc11601\"}, \"__type__\": \"1\"}, \"b8edc51f-40e6-413f-a1f9-6373823fc422\": {\"text\": \"Don't over-optimize Modern browsers do a lot of optimization under-the-hood at runtime. A lot of\\ntimes, if you are optimizing then you are just wasting your time. There are good\\nresources\\nfor seeing where optimization is lacking. Target those in the meantime, until\\nthey are fixed if they can be. Bad: // On old browsers, each iteration with uncached `list.length` would be costly\\n// because of `list.length` recomputation. In modern browsers, this is optimized.\\nfor (let i = 0, len = list.length; i < len; i++) {\\n  // ...\\n} Good: for (let i = 0; i < list.length; i++) {\\n  // ...\\n} \\u2b06 back to top\", \"doc_id\": \"b8edc51f-40e6-413f-a1f9-6373823fc422\", \"embedding\": null, \"doc_hash\": \"d0b9cae7460fc7ff3cb9db3ef5ded554a66b77aa4322d513aeffc63d13fd4b27\", \"extra_info\": {\"chunk_id\": \"chunk-31\"}, \"node_info\": {\"start\": 0, \"end\": 595}, \"relationships\": {\"1\": \"bc667b86-f277-4aca-954f-81d40a2ddc41\"}, \"__type__\": \"1\"}, \"5f151830-4956-4420-a841-819a0ba67049\": {\"text\": \"Remove dead code Dead code is just as bad as duplicate code. There's no reason to keep it in\\nyour codebase. If it's not being called, get rid of it! It will still be safe\\nin your version history if you still need it. Bad: function oldRequestModule(url) {\\n  // ...\\n}\\n\\nfunction newRequestModule(url) {\\n  // ...\\n}\\n\\nconst req = newRequestModule;\\ninventoryTracker('apples', req, 'www.inventory-awesome.io'); Good: function newRequestModule(url) {\\n  // ...\\n}\\n\\nconst req = newRequestModule;\\ninventoryTracker('apples', req, 'www.inventory-awesome.io'); \\u2b06 back to top\", \"doc_id\": \"5f151830-4956-4420-a841-819a0ba67049\", \"embedding\": null, \"doc_hash\": \"c55085a5e239358fcc66d31a2f66d75c0a5e2baf12e2a4a9dfcd2817a9a94eb8\", \"extra_info\": {\"chunk_id\": \"chunk-32\"}, \"node_info\": {\"start\": 0, \"end\": 558}, \"relationships\": {\"1\": \"a6d5eb71-7e21-4b08-bca6-828bf704f40d\"}, \"__type__\": \"1\"}, \"34967dd7-abe3-444f-97b9-f91ed0109f8e\": {\"text\": \"Objects and Data Structures\", \"doc_id\": \"34967dd7-abe3-444f-97b9-f91ed0109f8e\", \"embedding\": null, \"doc_hash\": \"7a1184c31045f9956f780145c137d5fb13924d4b0d7afcc6010de4a1d29a813c\", \"extra_info\": {\"chunk_id\": \"chunk-33\"}, \"node_info\": {\"start\": 0, \"end\": 27}, \"relationships\": {\"1\": \"8ac9324b-37b8-46f9-b321-ae9ff3c67cdb\"}, \"__type__\": \"1\"}, \"94884f01-ae4f-475a-b398-f39911b10fc9\": {\"text\": \"Use getters and setters Using getters and setters to access data on objects could be better than simply\\nlooking for a property on an object. \\\"Why?\\\" you might ask. Well, here's an\\nunorganized list of reasons why: When you want to do more beyond getting an object property, you don't have\\n  to look up and change every accessor in your codebase.\\nMakes adding validation simple when doing a set.\\nEncapsulates the internal representation.\\nEasy to add logging and error handling when getting and setting.\\nYou can lazy load your object's properties, let's say getting it from a\\n  server. Bad: function makeBankAccount() {\\n  // ...\\n\\n  return {\\n    balance: 0\\n    // ...\\n  };\\n}\\n\\nconst account = makeBankAccount();\\naccount.balance = 100; Good: function makeBankAccount() {\\n  // this one is private\\n  let balance = 0;\\n\\n  // a \\\"getter\\\", made public via the returned object below\\n  function getBalance() {\\n    return balance;\\n  }\\n\\n  // a \\\"setter\\\", made public via the returned object below\\n  function setBalance(amount) {\\n    // ... validate before updating the balance\\n    balance = amount;\\n  }\\n\\n  return {\\n    // ...\\n    getBalance,\\n    setBalance\\n  };\\n}\\n\\nconst account = makeBankAccount();\\naccount.setBalance(100); \\u2b06 back to top\", \"doc_id\": \"94884f01-ae4f-475a-b398-f39911b10fc9\", \"embedding\": null, \"doc_hash\": \"d79fb77ca622f412ab851303cf8bef4040a690e82adf93ff62d262b5aa3a5431\", \"extra_info\": {\"chunk_id\": \"chunk-34\"}, \"node_info\": {\"start\": 0, \"end\": 1219}, \"relationships\": {\"1\": \"0015e648-98be-498d-9c9c-ed348451bf89\"}, \"__type__\": \"1\"}, \"a419d117-8173-4fe5-b0b9-bc9eb03dec33\": {\"text\": \"Make objects have private members This can be accomplished through closures (for ES5 and below). Bad: const Employee = function (name) {\\n  this.name = name;\\n};\\n\\nEmployee.prototype.getName = function getName() {\\n  return this.name;\\n};\\n\\nconst employee = new Employee('John Doe');\\nconsole.log(`Employee name: ${employee.getName()}`); // Employee name: John Doe\\ndelete employee.name;\\nconsole.log(`Employee name: ${employee.getName()}`); // Employee name: undefined Good: function makeEmployee(name) {\\n  return {\\n    getName() {\\n      return name;\\n    }\\n  };\\n}\\n\\nconst employee = makeEmployee('John Doe');\\nconsole.log(`Employee name: ${employee.getName()}`); // Employee name: John Doe\\ndelete employee.name;\\nconsole.log(`Employee name: ${employee.getName()}`); // Employee name: John Doe \\u2b06 back to top\", \"doc_id\": \"a419d117-8173-4fe5-b0b9-bc9eb03dec33\", \"embedding\": null, \"doc_hash\": \"b9de61ce225e7a24d0c07d71f9b31c9252b2c3b5566c91ab459c6266c4bbde22\", \"extra_info\": {\"chunk_id\": \"chunk-35\"}, \"node_info\": {\"start\": 0, \"end\": 795}, \"relationships\": {\"1\": \"5faaa4cc-e31f-4321-87c2-a33280dfbd0c\"}, \"__type__\": \"1\"}, \"c01e28f4-eea9-4394-9668-9cf89833dd76\": {\"text\": \"Classes\", \"doc_id\": \"c01e28f4-eea9-4394-9668-9cf89833dd76\", \"embedding\": null, \"doc_hash\": \"8c1fab5710ec9ec20248a45d08435a531b64db41a5943da3a345328a3df13a53\", \"extra_info\": {\"chunk_id\": \"chunk-36\"}, \"node_info\": {\"start\": 0, \"end\": 7}, \"relationships\": {\"1\": \"a021cbd4-293d-4b18-8b38-60337c4cd615\"}, \"__type__\": \"1\"}, \"a76ad1ed-c784-4204-8a28-85edf517073b\": {\"text\": \"Prefer ES2015/ES6 classes over ES5 plain functions It's very difficult to get readable class inheritance, construction, and method\\ndefinitions for classical ES5 classes. If you need inheritance (and be aware\\nthat you might not), then prefer ES2015/ES6 classes. However, prefer small functions over\\nclasses until you find yourself needing larger and more complex objects. Bad: const Animal = function (age) {\\n  if (!(this instanceof Animal)) {\\n    throw new Error('Instantiate Animal with `new`');\\n  }\\n\\n  this.age = age;\\n};\\n\\nAnimal.prototype.move = function move() {};\\n\\nconst Mammal = function (age, furColor) {\\n  if (!(this instanceof Mammal)) {\\n    throw new Error('Instantiate Mammal with `new`');\\n  }\\n\\n  Animal.call(this, age);\\n  this.furColor = furColor;\\n};\\n\\nMammal.prototype = Object.create(Animal.prototype);\\nMammal.prototype.constructor = Mammal;\\nMammal.prototype.liveBirth = function liveBirth() {};\\n\\nconst Human = function (age, furColor, languageSpoken) {\\n  if (!(this instanceof Human)) {\\n    throw new Error('Instantiate Human with `new`');\\n  }\\n\\n  Mammal.call(this, age, furColor);\\n  this.languageSpoken = languageSpoken;\\n};\\n\\nHuman.prototype = Object.create(Mammal.prototype);\\nHuman.prototype.constructor = Human;\\nHuman.prototype.speak = function speak() {}; Good:\", \"doc_id\": \"a76ad1ed-c784-4204-8a28-85edf517073b\", \"embedding\": null, \"doc_hash\": \"5b0a7d79bae44a3d97d492ce6b96f0c90be285a9dd701065cb9cbc165d729d64\", \"extra_info\": {\"chunk_id\": \"chunk-37\"}, \"node_info\": {\"start\": 0, \"end\": 1276}, \"relationships\": {\"1\": \"44476c47-f5a9-4ffe-b97d-55a285da9de1\"}, \"__type__\": \"1\"}, \"0533912b-0885-45ad-839f-49b6326df436\": {\"text\": \"class Animal {\\n  constructor(age) {\\n    this.age = age;\\n  }\\n\\n  move() {\\n    /* ... */\\n  }\\n}\\n\\nclass Mammal extends Animal {\\n  constructor(age, furColor) {\\n    super(age);\\n    this.furColor = furColor;\\n  }\\n\\n  liveBirth() {\\n    /* ... */\\n  }\\n}\\n\\nclass Human extends Mammal {\\n  constructor(age, furColor, languageSpoken) {\\n    super(age, furColor);\\n    this.languageSpoken = languageSpoken;\\n  }\\n\\n  speak() {\\n    /* ... */\\n  }\\n}\", \"doc_id\": \"0533912b-0885-45ad-839f-49b6326df436\", \"embedding\": null, \"doc_hash\": \"ab72cfa25870b45aba1b564fe91c07477a46a9b3367970151d6f5ae205a0fd71\", \"extra_info\": {\"chunk_id\": \"chunk-38\"}, \"node_info\": {\"start\": 0, \"end\": 422}, \"relationships\": {\"1\": \"b66da65a-c1d4-4318-9611-2ae2778defea\"}, \"__type__\": \"1\"}, \"bdc8b1e3-213d-4735-bd86-248409dddcf6\": {\"text\": \"\\u2b06 back to top\", \"doc_id\": \"bdc8b1e3-213d-4735-bd86-248409dddcf6\", \"embedding\": null, \"doc_hash\": \"2e9f795705550411f346ae5d5afce17af3b9798f69495e37c1a540f31e9ba501\", \"extra_info\": {\"chunk_id\": \"chunk-38\"}, \"node_info\": {\"start\": 0, \"end\": 13}, \"relationships\": {\"1\": \"92229020-a6c1-4a66-973e-551a987a07f4\"}, \"__type__\": \"1\"}, \"a19b8a1f-29df-4ec7-a6bd-b4aa97bc939e\": {\"text\": \"Use method chaining This pattern is very useful in JavaScript and you see it in many libraries such\\nas jQuery and Lodash. It allows your code to be expressive, and less verbose.\\nFor that reason, I say, use method chaining and take a look at how clean your code\\nwill be. In your class functions, simply return this at the end of every function,\\nand you can chain further class methods onto it. Bad: class Car {\\n  constructor(make, model, color) {\\n    this.make = make;\\n    this.model = model;\\n    this.color = color;\\n  }\\n\\n  setMake(make) {\\n    this.make = make;\\n  }\\n\\n  setModel(model) {\\n    this.model = model;\\n  }\\n\\n  setColor(color) {\\n    this.color = color;\\n  }\\n\\n  save() {\\n    console.log(this.make, this.model, this.color);\\n  }\\n}\\n\\nconst car = new Car('Ford', 'F-150', 'red');\\ncar.setColor('pink');\\ncar.save(); Good:\", \"doc_id\": \"a19b8a1f-29df-4ec7-a6bd-b4aa97bc939e\", \"embedding\": null, \"doc_hash\": \"b07ec299b28383be046ebfc585307ea019c8b5ab7cbc4fd440b74e9d0f162092\", \"extra_info\": {\"chunk_id\": \"chunk-39\"}, \"node_info\": {\"start\": 0, \"end\": 818}, \"relationships\": {\"1\": \"13b0bf5c-342f-4236-814f-9f768bf5aa82\"}, \"__type__\": \"1\"}, \"3eb05dd2-882e-4156-ba6f-e15784a0cb38\": {\"text\": \"class Car {\\n  constructor(make, model, color) {\\n    this.make = make;\\n    this.model = model;\\n    this.color = color;\\n  }\\n\\n  setMake(make) {\\n    this.make = make;\\n    // NOTE: Returning this for chaining\\n    return this;\\n  }\\n\\n  setModel(model) {\\n    this.model = model;\\n    // NOTE: Returning this for chaining\\n    return this;\\n  }\\n\\n  setColor(color) {\\n    this.color = color;\\n    // NOTE: Returning this for chaining\\n    return this;\\n  }\\n\\n  save() {\\n    console.log(this.make, this.model, this.color);\\n    // NOTE: Returning this for chaining\\n    return this;\\n  }\\n}\\n\\nconst car = new Car('Ford', 'F-150', 'red').setColor('pink').save();\", \"doc_id\": \"3eb05dd2-882e-4156-ba6f-e15784a0cb38\", \"embedding\": null, \"doc_hash\": \"299ec2b1f1b6ca7aaab3f9d7dca256f884994db06a800da060c696c5ef064b08\", \"extra_info\": {\"chunk_id\": \"chunk-40\"}, \"node_info\": {\"start\": 0, \"end\": 636}, \"relationships\": {\"1\": \"c91e6ce2-f689-4695-9cf5-beb779721c77\"}, \"__type__\": \"1\"}, \"834a76a1-de49-4601-8fbc-f395fdf2b29c\": {\"text\": \"\\u2b06 back to top\", \"doc_id\": \"834a76a1-de49-4601-8fbc-f395fdf2b29c\", \"embedding\": null, \"doc_hash\": \"d339dbb2786a0135d0906eedea35014b3f2e9bcf3ccd523172f40deef5660e8b\", \"extra_info\": {\"chunk_id\": \"chunk-40\"}, \"node_info\": {\"start\": 0, \"end\": 13}, \"relationships\": {\"1\": \"cacfadc5-57ba-4c56-99c6-ef27a3be8339\"}, \"__type__\": \"1\"}, \"f48e8084-464c-48a4-8390-00a2aee1d915\": {\"text\": \"Prefer composition over inheritance As stated famously in Design Patterns by the Gang of Four,\\nyou should prefer composition over inheritance where you can. There are lots of\\ngood reasons to use inheritance and lots of good reasons to use composition.\\nThe main point for this maxim is that if your mind instinctively goes for\\ninheritance, try to think if composition could model your problem better. In some\\ncases it can. You might be wondering then, \\\"when should I use inheritance?\\\" It\\ndepends on your problem at hand, but this is a decent list of when inheritance\\nmakes more sense than composition: Your inheritance represents an \\\"is-a\\\" relationship and not a \\\"has-a\\\"\\n   relationship (Human->Animal vs. User->UserDetails).\\nYou can reuse code from the base classes (Humans can move like all animals).\\nYou want to make global changes to derived classes by changing a base class.\\n   (Change the caloric expenditure of all animals when they move). Bad: class Employee {\\n  constructor(name, email) {\\n    this.name = name;\\n    this.email = email;\\n  }\\n\\n  // ...\\n}\\n\\n// Bad because Employees \\\"have\\\" tax data. EmployeeTaxData is not a type of Employee\\nclass EmployeeTaxData extends Employee {\\n  constructor(ssn, salary) {\\n    super();\\n    this.ssn = ssn;\\n    this.salary = salary;\\n  }\\n\\n  // ...\\n} Good:\", \"doc_id\": \"f48e8084-464c-48a4-8390-00a2aee1d915\", \"embedding\": null, \"doc_hash\": \"4b53fb3d3a317b3fed307aafbdd35fc75a99b8e244df0e0e1da5a2bec12b8be9\", \"extra_info\": {\"chunk_id\": \"chunk-41\"}, \"node_info\": {\"start\": 0, \"end\": 1294}, \"relationships\": {\"1\": \"65ea21df-7cc9-4bf7-851e-4a0bfd9b2128\"}, \"__type__\": \"1\"}, \"96f6807a-76be-40ad-907f-3b6a07ea6b7b\": {\"text\": \"class EmployeeTaxData {\\n  constructor(ssn, salary) {\\n    this.ssn = ssn;\\n    this.salary = salary;\\n  }\\n\\n  // ...\\n}\\n\\nclass Employee {\\n  constructor(name, email) {\\n    this.name = name;\\n    this.email = email;\\n  }\\n\\n  setTaxData(ssn, salary) {\\n    this.taxData = new EmployeeTaxData(ssn, salary);\\n  }\\n  // ...\\n}\", \"doc_id\": \"96f6807a-76be-40ad-907f-3b6a07ea6b7b\", \"embedding\": null, \"doc_hash\": \"59a62b9e19b467de6f591c1944ec14d1ee3effd622f2a6629857cb27acb7be21\", \"extra_info\": {\"chunk_id\": \"chunk-42\"}, \"node_info\": {\"start\": 0, \"end\": 308}, \"relationships\": {\"1\": \"f9f85053-782c-4175-b5ec-85b92f019431\"}, \"__type__\": \"1\"}, \"0e98ebcf-156a-4af6-8c79-c87cda9fa48d\": {\"text\": \"\\u2b06 back to top\", \"doc_id\": \"0e98ebcf-156a-4af6-8c79-c87cda9fa48d\", \"embedding\": null, \"doc_hash\": \"725b3446e02a3a7fcb3d78f608e3793b497a32ee5d653f4a6e20cb9f80dfed81\", \"extra_info\": {\"chunk_id\": \"chunk-42\"}, \"node_info\": {\"start\": 0, \"end\": 13}, \"relationships\": {\"1\": \"9e399b9c-9074-4450-af03-cabb108b8eb1\"}, \"__type__\": \"1\"}, \"279b4c40-2e33-4350-804e-9f822f2e6358\": {\"text\": \"SOLID\", \"doc_id\": \"279b4c40-2e33-4350-804e-9f822f2e6358\", \"embedding\": null, \"doc_hash\": \"d9dd0372fc8291112a9b5ccc418ee5b58858f73d73c5a516498987ee685a0d4b\", \"extra_info\": {\"chunk_id\": \"chunk-43\"}, \"node_info\": {\"start\": 0, \"end\": 5}, \"relationships\": {\"1\": \"40067ede-caa1-49ad-a10c-f2e0657ed765\"}, \"__type__\": \"1\"}, \"52a04b3b-b30a-4684-a289-0fcede185973\": {\"text\": \"Single Responsibility Principle (SRP) As stated in Clean Code, \\\"There should never be more than one reason for a class\\nto change\\\". It's tempting to jam-pack a class with a lot of functionality, like\\nwhen you can only take one suitcase on your flight. The issue with this is\\nthat your class won't be conceptually cohesive and it will give it many reasons\\nto change. Minimizing the amount of times you need to change a class is important.\\nIt's important because if too much functionality is in one class and you modify\\na piece of it, it can be difficult to understand how that will affect other\\ndependent modules in your codebase. Bad: class UserSettings {\\n  constructor(user) {\\n    this.user = user;\\n  }\\n\\n  changeSettings(settings) {\\n    if (this.verifyCredentials()) {\\n      // ...\\n    }\\n  }\\n\\n  verifyCredentials() {\\n    // ...\\n  }\\n} Good: class UserAuth {\\n  constructor(user) {\\n    this.user = user;\\n  }\\n\\n  verifyCredentials() {\\n    // ...\\n  }\\n}\\n\\nclass UserSettings {\\n  constructor(user) {\\n    this.user = user;\\n    this.auth = new UserAuth(user);\\n  }\\n\\n  changeSettings(settings) {\\n    if (this.auth.verifyCredentials()) {\\n      // ...\\n    }\\n  }\\n} \\u2b06 back to top\", \"doc_id\": \"52a04b3b-b30a-4684-a289-0fcede185973\", \"embedding\": null, \"doc_hash\": \"148ac98395c746a730fb25237a22862c6e347bfcf860790a6732431912c86738\", \"extra_info\": {\"chunk_id\": \"chunk-44\"}, \"node_info\": {\"start\": 0, \"end\": 1162}, \"relationships\": {\"1\": \"b1949611-0dc9-4cb0-a3dc-931de9244e34\"}, \"__type__\": \"1\"}, \"dd1415ec-89de-4dc8-8c62-f2a35436a5ea\": {\"text\": \"Open/Closed Principle (OCP) As stated by Bertrand Meyer, \\\"software entities (classes, modules, functions,\\netc.) should be open for extension, but closed for modification.\\\" What does that\\nmean though? This principle basically states that you should allow users to\\nadd new functionalities without changing existing code. Bad: class AjaxAdapter extends Adapter {\\n  constructor() {\\n    super();\\n    this.name = 'ajaxAdapter';\\n  }\\n}\\n\\nclass NodeAdapter extends Adapter {\\n  constructor() {\\n    super();\\n    this.name = 'nodeAdapter';\\n  }\\n}\\n\\nclass HttpRequester {\\n  constructor(adapter) {\\n    this.adapter = adapter;\\n  }\\n\\n  fetch(url) {\\n    if (this.adapter.name === 'ajaxAdapter') {\\n      return makeAjaxCall(url).then(response => {\\n        // transform response and return\\n      });\\n    } else if (this.adapter.name === 'nodeAdapter') {\\n      return makeHttpCall(url).then(response => {\\n        // transform response and return\\n      });\\n    }\\n  }\\n}\\n\\nfunction makeAjaxCall(url) {\\n  // request and return promise\\n}\\n\\nfunction makeHttpCall(url) {\\n  // request and return promise\\n} Good:\", \"doc_id\": \"dd1415ec-89de-4dc8-8c62-f2a35436a5ea\", \"embedding\": null, \"doc_hash\": \"b8cb87cb19939b24dc6fb805e774b422968bae4d47aa63776bb52bfb00512fd1\", \"extra_info\": {\"chunk_id\": \"chunk-45\"}, \"node_info\": {\"start\": 0, \"end\": 1077}, \"relationships\": {\"1\": \"07bbddeb-ca3c-457b-b24a-a7617fda8eb3\"}, \"__type__\": \"1\"}, \"9b5a59b0-1105-4ec4-86b5-ea74b9bf0d17\": {\"text\": \"class AjaxAdapter extends Adapter {\\n  constructor() {\\n    super();\\n    this.name = 'ajaxAdapter';\\n  }\\n\\n  request(url) {\\n    // request and return promise\\n  }\\n}\\n\\nclass NodeAdapter extends Adapter {\\n  constructor() {\\n    super();\\n    this.name = 'nodeAdapter';\\n  }\\n\\n  request(url) {\\n    // request and return promise\\n  }\\n}\\n\\nclass HttpRequester {\\n  constructor(adapter) {\\n    this.adapter = adapter;\\n  }\\n\\n  fetch(url) {\\n    return this.adapter.request(url).then(response => {\\n      // transform response and return\\n    });\\n  }\\n}\", \"doc_id\": \"9b5a59b0-1105-4ec4-86b5-ea74b9bf0d17\", \"embedding\": null, \"doc_hash\": \"c49df069a654458604636ecb1a90eed39a87939d67981dc308cc3f231df4cba6\", \"extra_info\": {\"chunk_id\": \"chunk-46\"}, \"node_info\": {\"start\": 0, \"end\": 525}, \"relationships\": {\"1\": \"67406067-b016-4b10-bc34-3f481eb07258\"}, \"__type__\": \"1\"}, \"cd61eabb-b58a-4ffd-86dd-33b15298a2da\": {\"text\": \"\\u2b06 back to top\", \"doc_id\": \"cd61eabb-b58a-4ffd-86dd-33b15298a2da\", \"embedding\": null, \"doc_hash\": \"19e5b061cd26f2e2ab5f8e86d32d162b676eee6ecc43f77e7f34aedf765d50fa\", \"extra_info\": {\"chunk_id\": \"chunk-46\"}, \"node_info\": {\"start\": 0, \"end\": 13}, \"relationships\": {\"1\": \"1aa40f7a-8be6-44b2-b0d9-f5d057151c5d\"}, \"__type__\": \"1\"}, \"cdad78c2-3b29-4f54-b4f0-02691363d57f\": {\"text\": \"Liskov Substitution Principle (LSP) This is a scary term for a very simple concept. It's formally defined as \\\"If S\\nis a subtype of T, then objects of type T may be replaced with objects of type S\\n(i.e., objects of type S may substitute objects of type T) without altering any\\nof the desirable properties of that program (correctness, task performed,\\netc.).\\\" That's an even scarier definition. The best explanation for this is if you have a parent class and a child class,\\nthen the base class and child class can be used interchangeably without getting\\nincorrect results. This might still be confusing, so let's take a look at the\\nclassic Square-Rectangle example. Mathematically, a square is a rectangle, but\\nif you model it using the \\\"is-a\\\" relationship via inheritance, you quickly\\nget into trouble. Bad:\", \"doc_id\": \"cdad78c2-3b29-4f54-b4f0-02691363d57f\", \"embedding\": null, \"doc_hash\": \"5854c5387eea77b61a91aa334b353c0ea0ac8ebcfe360d66549bfbb26a382944\", \"extra_info\": {\"chunk_id\": \"chunk-47\"}, \"node_info\": {\"start\": 0, \"end\": 806}, \"relationships\": {\"1\": \"f66122c4-a30e-4718-9cd1-3d0b579aae3c\"}, \"__type__\": \"1\"}, \"404a9ee9-2c1f-4291-ba3b-46884d717019\": {\"text\": \"class Rectangle {\\n  constructor() {\\n    this.width = 0;\\n    this.height = 0;\\n  }\\n\\n  setColor(color) {\\n    // ...\\n  }\\n\\n  render(area) {\\n    // ...\\n  }\\n\\n  setWidth(width) {\\n    this.width = width;\\n  }\\n\\n  setHeight(height) {\\n    this.height = height;\\n  }\\n\\n  getArea() {\\n    return this.width * this.height;\\n  }\\n}\\n\\nclass Square extends Rectangle {\\n  setWidth(width) {\\n    this.width = width;\\n    this.height = width;\\n  }\\n\\n  setHeight(height) {\\n    this.width = height;\\n    this.height = height;\\n  }\\n}\\n\\nfunction renderLargeRectangles(rectangles) {\\n  rectangles.forEach(rectangle => {\\n    rectangle.setWidth(4);\\n    rectangle.setHeight(5);\\n    const area = rectangle.getArea(); // BAD: Returns 25 for Square. Should be 20.\\n    rectangle.render(area);\\n  });\\n}\\n\\nconst rectangles = [new Rectangle(), new Rectangle(), new Square()];\\nrenderLargeRectangles(rectangles);\", \"doc_id\": \"404a9ee9-2c1f-4291-ba3b-46884d717019\", \"embedding\": null, \"doc_hash\": \"9c07f798b8bd291889fbd67d4cbe341fd59e3a5f9edb877af2e614b2cee2fe07\", \"extra_info\": {\"chunk_id\": \"chunk-48\"}, \"node_info\": {\"start\": 0, \"end\": 857}, \"relationships\": {\"1\": \"bc0cb806-c075-4b0c-811d-364f8f932e1f\"}, \"__type__\": \"1\"}, \"14954038-1bb5-4232-8976-a43ba335b8e1\": {\"text\": \"Good: class Shape {\\n  setColor(color) {\\n    // ...\\n  }\\n\\n  render(area) {\\n    // ...\\n  }\\n}\\n\\nclass Rectangle extends Shape {\\n  constructor(width, height) {\\n    super();\\n    this.width = width;\\n    this.height = height;\\n  }\\n\\n  getArea() {\\n    return this.width * this.height;\\n  }\\n}\\n\\nclass Square extends Shape {\\n  constructor(length) {\\n    super();\\n    this.length = length;\\n  }\\n\\n  getArea() {\\n    return this.length * this.length;\\n  }\\n}\\n\\nfunction renderLargeShapes(shapes) {\\n  shapes.forEach(shape => {\\n    const area = shape.getArea();\\n    shape.render(area);\\n  });\\n}\\n\\nconst shapes = [new Rectangle(4, 5), new Rectangle(4, 5), new Square(5)];\\nrenderLargeShapes(shapes); \\u2b06 back to top\", \"doc_id\": \"14954038-1bb5-4232-8976-a43ba335b8e1\", \"embedding\": null, \"doc_hash\": \"9d2405626c57ebabf83c1d4f6dace13ed2897f5a2dc228a392fb230230a34b94\", \"extra_info\": {\"chunk_id\": \"chunk-48\"}, \"node_info\": {\"start\": 0, \"end\": 682}, \"relationships\": {\"1\": \"31294b6b-728b-45f8-8fb1-16a3c5448d48\"}, \"__type__\": \"1\"}, \"571131ab-01dc-4c27-9969-d2ffc19f2e3b\": {\"text\": \"Interface Segregation Principle (ISP) JavaScript doesn't have interfaces so this principle doesn't apply as strictly\\nas others. However, it's important and relevant even with JavaScript's lack of\\ntype system. ISP states that \\\"Clients should not be forced to depend upon interfaces that\\nthey do not use.\\\" Interfaces are implicit contracts in JavaScript because of\\nduck typing. A good example to look at that demonstrates this principle in JavaScript is for\\nclasses that require large settings objects. Not requiring clients to setup\\nhuge amounts of options is beneficial, because most of the time they won't need\\nall of the settings. Making them optional helps prevent having a\\n\\\"fat interface\\\". Bad: class DOMTraverser {\\n  constructor(settings) {\\n    this.settings = settings;\\n    this.setup();\\n  }\\n\\n  setup() {\\n    this.rootNode = this.settings.rootNode;\\n    this.settings.animationModule.setup();\\n  }\\n\\n  traverse() {\\n    // ...\\n  }\\n}\\n\\nconst $ = new DOMTraverser({\\n  rootNode: document.getElementsByTagName('body'),\\n  animationModule() {} // Most of the time, we won't need to animate when traversing.\\n  // ...\\n}); Good:\", \"doc_id\": \"571131ab-01dc-4c27-9969-d2ffc19f2e3b\", \"embedding\": null, \"doc_hash\": \"70503af21aaf57a239b0266e367e83b9168d4780a761e28cc24327de6ba2437f\", \"extra_info\": {\"chunk_id\": \"chunk-49\"}, \"node_info\": {\"start\": 0, \"end\": 1120}, \"relationships\": {\"1\": \"9d2f3c86-4435-406b-88f1-4b1157d6cb9c\"}, \"__type__\": \"1\"}, \"6f5fa939-3a05-4a7e-a744-ac75cb416554\": {\"text\": \"class DOMTraverser {\\n  constructor(settings) {\\n    this.settings = settings;\\n    this.options = settings.options;\\n    this.setup();\\n  }\\n\\n  setup() {\\n    this.rootNode = this.settings.rootNode;\\n    this.setupOptions();\\n  }\\n\\n  setupOptions() {\\n    if (this.options.animationModule) {\\n      // ...\\n    }\\n  }\\n\\n  traverse() {\\n    // ...\\n  }\\n}\\n\\nconst $ = new DOMTraverser({\\n  rootNode: document.getElementsByTagName('body'),\\n  options: {\\n    animationModule() {}\\n  }\\n});\", \"doc_id\": \"6f5fa939-3a05-4a7e-a744-ac75cb416554\", \"embedding\": null, \"doc_hash\": \"dc0a361a8025f4f5cac427e32828c9d5577e8c839455e52a02874fa5701fd290\", \"extra_info\": {\"chunk_id\": \"chunk-50\"}, \"node_info\": {\"start\": 0, \"end\": 464}, \"relationships\": {\"1\": \"80594d38-9201-4849-8386-9a84b0fdc2ea\"}, \"__type__\": \"1\"}, \"ea3fe7d7-4c95-4dca-956c-a816d8470830\": {\"text\": \"\\u2b06 back to top\", \"doc_id\": \"ea3fe7d7-4c95-4dca-956c-a816d8470830\", \"embedding\": null, \"doc_hash\": \"19b03e97a9624cb0e91ec7ed27bc0d261f10002abbce0533466848e404822d96\", \"extra_info\": {\"chunk_id\": \"chunk-50\"}, \"node_info\": {\"start\": 0, \"end\": 13}, \"relationships\": {\"1\": \"5ff175e8-71f1-443c-8671-7b3acca03b8c\"}, \"__type__\": \"1\"}, \"3121332f-241d-4c60-afd2-e82dbff07d8b\": {\"text\": \"Dependency Inversion Principle (DIP) This principle states two essential things: High-level modules should not depend on low-level modules. Both should\\n   depend on abstractions.\\nAbstractions should not depend upon details. Details should depend on\\n   abstractions. This can be hard to understand at first, but if you've worked with AngularJS,\\nyou've seen an implementation of this principle in the form of Dependency\\nInjection (DI). While they are not identical concepts, DIP keeps high-level\\nmodules from knowing the details of its low-level modules and setting them up.\\nIt can accomplish this through DI. A huge benefit of this is that it reduces\\nthe coupling between modules. Coupling is a very bad development pattern because\\nit makes your code hard to refactor. As stated previously, JavaScript doesn't have interfaces so the abstractions\\nthat are depended upon are implicit contracts. That is to say, the methods\\nand properties that an object/class exposes to another object/class. In the\\nexample below, the implicit contract is that any Request module for an\\nInventoryTracker will have a requestItems method. Bad:\", \"doc_id\": \"3121332f-241d-4c60-afd2-e82dbff07d8b\", \"embedding\": null, \"doc_hash\": \"7c8947a1c398c14c66b4d258b38dea7ef8af08d4bdbfdde48a6276a0e98ce591\", \"extra_info\": {\"chunk_id\": \"chunk-51\"}, \"node_info\": {\"start\": 0, \"end\": 1121}, \"relationships\": {\"1\": \"78091595-7d95-4e30-b0c9-035529ba7c7f\"}, \"__type__\": \"1\"}, \"8223576d-2b26-401a-be45-58513ac23505\": {\"text\": \"class InventoryRequester {\\n  constructor() {\\n    this.REQ_METHODS = ['HTTP'];\\n  }\\n\\n  requestItem(item) {\\n    // ...\\n  }\\n}\\n\\nclass InventoryTracker {\\n  constructor(items) {\\n    this.items = items;\\n\\n    // BAD: We have created a dependency on a specific request implementation.\\n    // We should just have requestItems depend on a request method: `request`\\n    this.requester = new InventoryRequester();\\n  }\\n\\n  requestItems() {\\n    this.items.forEach(item => {\\n      this.requester.requestItem(item);\\n    });\\n  }\\n}\\n\\nconst inventoryTracker = new InventoryTracker(['apples', 'bananas']);\\ninventoryTracker.requestItems();\", \"doc_id\": \"8223576d-2b26-401a-be45-58513ac23505\", \"embedding\": null, \"doc_hash\": \"6230dce922a0fc6831c1f93a8dc5d0eb49c39f483daef28f5637c2dbdca2f142\", \"extra_info\": {\"chunk_id\": \"chunk-52\"}, \"node_info\": {\"start\": 0, \"end\": 614}, \"relationships\": {\"1\": \"b45fbbbc-c516-4327-ace7-86cd5ae3d501\"}, \"__type__\": \"1\"}, \"1fbb3462-6bca-40a1-98bf-5fa106624cff\": {\"text\": \"Good: class InventoryTracker {\\n  constructor(items, requester) {\\n    this.items = items;\\n    this.requester = requester;\\n  }\\n\\n  requestItems() {\\n    this.items.forEach(item => {\\n      this.requester.requestItem(item);\\n    });\\n  }\\n}\\n\\nclass InventoryRequesterV1 {\\n  constructor() {\\n    this.REQ_METHODS = ['HTTP'];\\n  }\\n\\n  requestItem(item) {\\n    // ...\\n  }\\n}\\n\\nclass InventoryRequesterV2 {\\n  constructor() {\\n    this.REQ_METHODS = ['WS'];\\n  }\\n\\n  requestItem(item) {\\n    // ...\\n  }\\n}\\n\\n// By constructing our dependencies externally and injecting them, we can easily\\n// substitute our request module for a fancy new one that uses WebSockets.\\nconst inventoryTracker = new InventoryTracker(['apples', 'bananas'], new InventoryRequesterV2());\\ninventoryTracker.requestItems(); \\u2b06 back to top\", \"doc_id\": \"1fbb3462-6bca-40a1-98bf-5fa106624cff\", \"embedding\": null, \"doc_hash\": \"2913bfa989dcd78cc384ab22e7aa0f3baf69440405e6aff959daa32758d1b132\", \"extra_info\": {\"chunk_id\": \"chunk-52\"}, \"node_info\": {\"start\": 0, \"end\": 781}, \"relationships\": {\"1\": \"6d57ae88-8d6a-4252-97ba-f07ea0fa22e0\"}, \"__type__\": \"1\"}, \"91d62e4a-8388-431d-98e9-61228a0f7b55\": {\"text\": \"Testing Testing is more important than shipping. If you have no tests or an\\ninadequate amount, then every time you ship code you won't be sure that you\\ndidn't break anything. Deciding on what constitutes an adequate amount is up\\nto your team, but having 100% coverage (all statements and branches) is how\\nyou achieve very high confidence and developer peace of mind. This means that\\nin addition to having a great testing framework, you also need to use a\\ngood coverage tool. There's no excuse to not write tests. There are plenty of good JS test frameworks, so find one that your team prefers.\\nWhen you find one that works for your team, then aim to always write tests\\nfor every new feature/module you introduce. If your preferred method is\\nTest Driven Development (TDD), that is great, but the main point is to just\\nmake sure you are reaching your coverage goals before launching any feature,\\nor refactoring an existing one.\", \"doc_id\": \"91d62e4a-8388-431d-98e9-61228a0f7b55\", \"embedding\": null, \"doc_hash\": \"3f5111f25b8b28adf1d5ab392ecba9632a91c55fa63b6514145ff0b4423ca452\", \"extra_info\": {\"chunk_id\": \"chunk-53\"}, \"node_info\": {\"start\": 0, \"end\": 925}, \"relationships\": {\"1\": \"b6a3b66f-a921-4c13-b94c-315a883eb04c\"}, \"__type__\": \"1\"}, \"dc4cd500-9db2-4a28-b7c9-739180dd972e\": {\"text\": \"Single concept per test Bad: import assert from 'assert';\\n\\ndescribe('MomentJS', () => {\\n  it('handles date boundaries', () => {\\n    let date;\\n\\n    date = new MomentJS('1/1/2015');\\n    date.addDays(30);\\n    assert.equal('1/31/2015', date);\\n\\n    date = new MomentJS('2/1/2016');\\n    date.addDays(28);\\n    assert.equal('02/29/2016', date);\\n\\n    date = new MomentJS('2/1/2015');\\n    date.addDays(28);\\n    assert.equal('03/01/2015', date);\\n  });\\n}); Good: import assert from 'assert';\\n\\ndescribe('MomentJS', () => {\\n  it('handles 30-day months', () => {\\n    const date = new MomentJS('1/1/2015');\\n    date.addDays(30);\\n    assert.equal('1/31/2015', date);\\n  });\\n\\n  it('handles leap year', () => {\\n    const date = new MomentJS('2/1/2016');\\n    date.addDays(28);\\n    assert.equal('02/29/2016', date);\\n  });\\n\\n  it('handles non-leap year', () => {\\n    const date = new MomentJS('2/1/2015');\\n    date.addDays(28);\\n    assert.equal('03/01/2015', date);\\n  });\\n}); \\u2b06 back to top\", \"doc_id\": \"dc4cd500-9db2-4a28-b7c9-739180dd972e\", \"embedding\": null, \"doc_hash\": \"60f5b42da7ca7ab8e4c73d3d1d02753f179c980cb0f7a940e5cdf6bf35e62834\", \"extra_info\": {\"chunk_id\": \"chunk-54\"}, \"node_info\": {\"start\": 0, \"end\": 965}, \"relationships\": {\"1\": \"0e982857-1b16-41cd-8b55-291a270d32f1\"}, \"__type__\": \"1\"}, \"bdddfad1-0632-4e2b-bf92-6f63913e2310\": {\"text\": \"Concurrency\", \"doc_id\": \"bdddfad1-0632-4e2b-bf92-6f63913e2310\", \"embedding\": null, \"doc_hash\": \"026d53375ac422452c6ac697d61857d5936cee0344d0120dd9e9d2e7c1910b27\", \"extra_info\": {\"chunk_id\": \"chunk-55\"}, \"node_info\": {\"start\": 0, \"end\": 11}, \"relationships\": {\"1\": \"f54f653e-130e-42bd-a0be-2b61bf300373\"}, \"__type__\": \"1\"}, \"40c85599-4a8a-4fed-803c-a1ec6090a609\": {\"text\": \"Use Promises, not callbacks Callbacks aren't clean, and they cause excessive amounts of nesting. With ES2015/ES6,\\nPromises are a built-in global type. Use them! Bad: import { get } from 'request';\\nimport { writeFile } from 'fs';\\n\\nget('https://en.wikipedia.org/wiki/Robert_Cecil_Martin', (requestErr, response, body) => {\\n  if (requestErr) {\\n    console.error(requestErr);\\n  } else {\\n    writeFile('article.html', body, writeErr => {\\n      if (writeErr) {\\n        console.error(writeErr);\\n      } else {\\n        console.log('File written');\\n      }\\n    });\\n  }\\n}); Good: import { get } from 'request-promise';\\nimport { writeFile } from 'fs-extra';\\n\\nget('https://en.wikipedia.org/wiki/Robert_Cecil_Martin')\\n  .then(body => {\\n    return writeFile('article.html', body);\\n  })\\n  .then(() => {\\n    console.log('File written');\\n  })\\n  .catch(err => {\\n    console.error(err);\\n  }); \\u2b06 back to top\", \"doc_id\": \"40c85599-4a8a-4fed-803c-a1ec6090a609\", \"embedding\": null, \"doc_hash\": \"d46bdccc39ab765487c4946ba5c9bea1e29c9e0eac4d72f9dfeb8e25b0cb9712\", \"extra_info\": {\"chunk_id\": \"chunk-56\"}, \"node_info\": {\"start\": 0, \"end\": 887}, \"relationships\": {\"1\": \"bbfda732-483c-4441-bcf6-989962ad8e3c\"}, \"__type__\": \"1\"}, \"6e11310c-d60e-4207-ac3b-c474662b0615\": {\"text\": \"Async/Await are even cleaner than Promises Promises are a very clean alternative to callbacks, but ES2017/ES8 brings async and await\\nwhich offer an even cleaner solution. All you need is a function that is prefixed\\nin an async keyword, and then you can write your logic imperatively without\\na then chain of functions. Use this if you can take advantage of ES2017/ES8 features\\ntoday! Bad: import { get } from 'request-promise';\\nimport { writeFile } from 'fs-extra';\\n\\nget('https://en.wikipedia.org/wiki/Robert_Cecil_Martin')\\n  .then(body => {\\n    return writeFile('article.html', body);\\n  })\\n  .then(() => {\\n    console.log('File written');\\n  })\\n  .catch(err => {\\n    console.error(err);\\n  }); Good: import { get } from 'request-promise';\\nimport { writeFile } from 'fs-extra';\\n\\nasync function getCleanCodeArticle() {\\n  try {\\n    const body = await get('https://en.wikipedia.org/wiki/Robert_Cecil_Martin');\\n    await writeFile('article.html', body);\\n    console.log('File written');\\n  } catch (err) {\\n    console.error(err);\\n  }\\n}\\n\\ngetCleanCodeArticle(); \\u2b06 back to top\", \"doc_id\": \"6e11310c-d60e-4207-ac3b-c474662b0615\", \"embedding\": null, \"doc_hash\": \"b1624bf10d5c74175f1244003381820abdfc2acfd02f36f4d989632d04d68564\", \"extra_info\": {\"chunk_id\": \"chunk-57\"}, \"node_info\": {\"start\": 0, \"end\": 1065}, \"relationships\": {\"1\": \"43222ad3-cb4d-48cb-9555-1017a74b1682\"}, \"__type__\": \"1\"}, \"bbd7936c-4448-4047-8e2c-abfdea159bd4\": {\"text\": \"Error Handling Thrown errors are a good thing! They mean the runtime has successfully\\nidentified when something in your program has gone wrong and it's letting\\nyou know by stopping function execution on the current stack, killing the\\nprocess (in Node), and notifying you in the console with a stack trace.\", \"doc_id\": \"bbd7936c-4448-4047-8e2c-abfdea159bd4\", \"embedding\": null, \"doc_hash\": \"4dd88ab5cc3e4df5659d8f6173d2d28b74836e6bbc85b5a8d2815a82c9b06d2a\", \"extra_info\": {\"chunk_id\": \"chunk-58\"}, \"node_info\": {\"start\": 0, \"end\": 305}, \"relationships\": {\"1\": \"37b8f07f-aa5b-4f78-9be5-f95e0d001740\"}, \"__type__\": \"1\"}, \"b68ea7c5-bd96-4553-a41f-455f798d1c36\": {\"text\": \"Don't ignore caught errors Doing nothing with a caught error doesn't give you the ability to ever fix\\nor react to said error. Logging the error to the console (console.log)\\nisn't much better as often times it can get lost in a sea of things printed\\nto the console. If you wrap any bit of code in a try/catch it means you\\nthink an error may occur there and therefore you should have a plan,\\nor create a code path, for when it occurs. Bad: try {\\n  functionThatMightThrow();\\n} catch (error) {\\n  console.log(error);\\n} Good: try {\\n  functionThatMightThrow();\\n} catch (error) {\\n  // One option (more noisy than console.log):\\n  console.error(error);\\n  // Another option:\\n  notifyUserOfError(error);\\n  // Another option:\\n  reportErrorToService(error);\\n  // OR do all three!\\n}\", \"doc_id\": \"b68ea7c5-bd96-4553-a41f-455f798d1c36\", \"embedding\": null, \"doc_hash\": \"336b0184fb7061b57d527fb68777b0b5ae10332f551869784f5f3105e1e2e431\", \"extra_info\": {\"chunk_id\": \"chunk-59\"}, \"node_info\": {\"start\": 0, \"end\": 767}, \"relationships\": {\"1\": \"66416d33-5fe9-4b75-9efb-7a030ba8fa0e\"}, \"__type__\": \"1\"}, \"243aed5e-5e66-44e6-9994-3a65bd534bbe\": {\"text\": \"Don't ignore rejected promises For the same reason you shouldn't ignore caught errors\\nfrom try/catch. Bad: getdata()\\n  .then(data => {\\n    functionThatMightThrow(data);\\n  })\\n  .catch(error => {\\n    console.log(error);\\n  }); Good: getdata()\\n  .then(data => {\\n    functionThatMightThrow(data);\\n  })\\n  .catch(error => {\\n    // One option (more noisy than console.log):\\n    console.error(error);\\n    // Another option:\\n    notifyUserOfError(error);\\n    // Another option:\\n    reportErrorToService(error);\\n    // OR do all three!\\n  }); \\u2b06 back to top\", \"doc_id\": \"243aed5e-5e66-44e6-9994-3a65bd534bbe\", \"embedding\": null, \"doc_hash\": \"e743adc27fb0bd7a07480a3ac6544ef786ea265063aecd7415122760021ab1ea\", \"extra_info\": {\"chunk_id\": \"chunk-60\"}, \"node_info\": {\"start\": 0, \"end\": 544}, \"relationships\": {\"1\": \"61555526-657e-4c69-b32b-a63d98c9bb57\"}, \"__type__\": \"1\"}, \"4567539a-17ff-4308-99bb-f3504b00ab95\": {\"text\": \"Formatting Formatting is subjective. Like many rules herein, there is no hard and fast\\nrule that you must follow. The main point is DO NOT ARGUE over formatting.\\nThere are tons of tools to automate this.\\nUse one! It's a waste of time and money for engineers to argue over formatting. For things that don't fall under the purview of automatic formatting\\n(indentation, tabs vs. spaces, double vs. single quotes, etc.) look here\\nfor some guidance.\", \"doc_id\": \"4567539a-17ff-4308-99bb-f3504b00ab95\", \"embedding\": null, \"doc_hash\": \"62f83f587ff0a631add5e604a706ce0fd10097a04faadda4941d62732a7e8892\", \"extra_info\": {\"chunk_id\": \"chunk-61\"}, \"node_info\": {\"start\": 0, \"end\": 444}, \"relationships\": {\"1\": \"5ec1eeb1-59d8-4188-9d60-e61b50cafb9c\"}, \"__type__\": \"1\"}, \"65ed31b7-e228-4d27-8e69-007750efd06d\": {\"text\": \"Use consistent capitalization JavaScript is untyped, so capitalization tells you a lot about your variables,\\nfunctions, etc. These rules are subjective, so your team can choose whatever\\nthey want. The point is, no matter what you all choose, just be consistent. Bad: const DAYS_IN_WEEK = 7;\\nconst daysInMonth = 30;\\n\\nconst songs = ['Back In Black', 'Stairway to Heaven', 'Hey Jude'];\\nconst Artists = ['ACDC', 'Led Zeppelin', 'The Beatles'];\\n\\nfunction eraseDatabase() {}\\nfunction restore_database() {}\\n\\nclass animal {}\\nclass Alpaca {} Good: const DAYS_IN_WEEK = 7;\\nconst DAYS_IN_MONTH = 30;\\n\\nconst SONGS = ['Back In Black', 'Stairway to Heaven', 'Hey Jude'];\\nconst ARTISTS = ['ACDC', 'Led Zeppelin', 'The Beatles'];\\n\\nfunction eraseDatabase() {}\\nfunction restoreDatabase() {}\\n\\nclass Animal {}\\nclass Alpaca {} \\u2b06 back to top\", \"doc_id\": \"65ed31b7-e228-4d27-8e69-007750efd06d\", \"embedding\": null, \"doc_hash\": \"1b03aa6e188b85460de7a0a65fc2b681a21c17baa1a2d080f7f23bb96412d277\", \"extra_info\": {\"chunk_id\": \"chunk-62\"}, \"node_info\": {\"start\": 0, \"end\": 819}, \"relationships\": {\"1\": \"147e293d-2908-4a2b-9698-b6306ef34bad\"}, \"__type__\": \"1\"}, \"c045a3d1-6729-48c1-ae80-ec9905c6545e\": {\"text\": \"Function callers and callees should be close If a function calls another, keep those functions vertically close in the source\\nfile. Ideally, keep the caller right above the callee. We tend to read code from\\ntop-to-bottom, like a newspaper. Because of this, make your code read that way. Bad: class PerformanceReview {\\n  constructor(employee) {\\n    this.employee = employee;\\n  }\\n\\n  lookupPeers() {\\n    return db.lookup(this.employee, 'peers');\\n  }\\n\\n  lookupManager() {\\n    return db.lookup(this.employee, 'manager');\\n  }\\n\\n  getPeerReviews() {\\n    const peers = this.lookupPeers();\\n    // ...\\n  }\\n\\n  perfReview() {\\n    this.getPeerReviews();\\n    this.getManagerReview();\\n    this.getSelfReview();\\n  }\\n\\n  getManagerReview() {\\n    const manager = this.lookupManager();\\n  }\\n\\n  getSelfReview() {\\n    // ...\\n  }\\n}\\n\\nconst review = new PerformanceReview(employee);\\nreview.perfReview(); Good:\", \"doc_id\": \"c045a3d1-6729-48c1-ae80-ec9905c6545e\", \"embedding\": null, \"doc_hash\": \"79afe6a0b2f254abe16e58bbd2848c2bcb4979bfd3e7ddaa83cca2694b342bfd\", \"extra_info\": {\"chunk_id\": \"chunk-63\"}, \"node_info\": {\"start\": 0, \"end\": 882}, \"relationships\": {\"1\": \"967caeb8-75fc-4e85-9b55-06e4c0209562\"}, \"__type__\": \"1\"}, \"620b4f3f-d655-4c1e-a9f4-8670a8daa51f\": {\"text\": \"class PerformanceReview {\\n  constructor(employee) {\\n    this.employee = employee;\\n  }\\n\\n  perfReview() {\\n    this.getPeerReviews();\\n    this.getManagerReview();\\n    this.getSelfReview();\\n  }\\n\\n  getPeerReviews() {\\n    const peers = this.lookupPeers();\\n    // ...\\n  }\\n\\n  lookupPeers() {\\n    return db.lookup(this.employee, 'peers');\\n  }\\n\\n  getManagerReview() {\\n    const manager = this.lookupManager();\\n  }\\n\\n  lookupManager() {\\n    return db.lookup(this.employee, 'manager');\\n  }\\n\\n  getSelfReview() {\\n    // ...\\n  }\\n}\\n\\nconst review = new PerformanceReview(employee);\\nreview.perfReview();\", \"doc_id\": \"620b4f3f-d655-4c1e-a9f4-8670a8daa51f\", \"embedding\": null, \"doc_hash\": \"4e8fbfe0a89663fa2bfa685223457b5bb2c04a5094bfc79a5b19f9c75bb04589\", \"extra_info\": {\"chunk_id\": \"chunk-64\"}, \"node_info\": {\"start\": 0, \"end\": 584}, \"relationships\": {\"1\": \"458d79dc-f48d-4ef8-a0b6-87a2b9994f99\"}, \"__type__\": \"1\"}, \"c45870d5-1bc0-45a8-9a5e-a3e844949ecf\": {\"text\": \"\\u2b06 back to top\", \"doc_id\": \"c45870d5-1bc0-45a8-9a5e-a3e844949ecf\", \"embedding\": null, \"doc_hash\": \"dbe9fe758f4ef8f949faa77e6b3b6ca80a94ebde3824a826f3bfcd04cc559c9e\", \"extra_info\": {\"chunk_id\": \"chunk-64\"}, \"node_info\": {\"start\": 0, \"end\": 13}, \"relationships\": {\"1\": \"69a1f84c-b7e8-460b-9c5d-cb882ef2aa01\"}, \"__type__\": \"1\"}, \"34015375-2b44-486c-a38c-5c6076dd507c\": {\"text\": \"Comments\", \"doc_id\": \"34015375-2b44-486c-a38c-5c6076dd507c\", \"embedding\": null, \"doc_hash\": \"c43395fb258b04bbdd8ec9068ed7065c3c69c60fbedae289a162411059b40186\", \"extra_info\": {\"chunk_id\": \"chunk-65\"}, \"node_info\": {\"start\": 0, \"end\": 8}, \"relationships\": {\"1\": \"ade0aaba-b462-4f21-aec6-2c62db305e52\"}, \"__type__\": \"1\"}, \"e9699b84-c12d-4870-9a84-71f544d2ed08\": {\"text\": \"Only comment things that have business logic complexity. Comments are an apology, not a requirement. Good code mostly documents itself. Bad: function hashIt(data) {\\n  // The hash\\n  let hash = 0;\\n\\n  // Length of string\\n  const length = data.length;\\n\\n  // Loop through every character in data\\n  for (let i = 0; i < length; i++) {\\n    // Get character code.\\n    const char = data.charCodeAt(i);\\n    // Make the hash\\n    hash = (hash << 5) - hash + char;\\n    // Convert to 32-bit integer\\n    hash &= hash;\\n  }\\n} Good: function hashIt(data) {\\n  let hash = 0;\\n  const length = data.length;\\n\\n  for (let i = 0; i < length; i++) {\\n    const char = data.charCodeAt(i);\\n    hash = (hash << 5) - hash + char;\\n\\n    // Convert to 32-bit integer\\n    hash &= hash;\\n  }\\n} \\u2b06 back to top\", \"doc_id\": \"e9699b84-c12d-4870-9a84-71f544d2ed08\", \"embedding\": null, \"doc_hash\": \"9746a98480ddfb6c1d145865158aee126e510bd83e36cf2fea6e6d1d8fec69bc\", \"extra_info\": {\"chunk_id\": \"chunk-66\"}, \"node_info\": {\"start\": 0, \"end\": 768}, \"relationships\": {\"1\": \"c650614a-83d7-4f26-abda-19bdb47f7372\"}, \"__type__\": \"1\"}, \"ba0393cf-0d63-4d69-b78a-b4662fb2df4b\": {\"text\": \"Don't leave commented out code in your codebase Version control exists for a reason. Leave old code in your history. Bad: doStuff();\\n// doOtherStuff();\\n// doSomeMoreStuff();\\n// doSoMuchStuff(); Good: doStuff(); \\u2b06 back to top\", \"doc_id\": \"ba0393cf-0d63-4d69-b78a-b4662fb2df4b\", \"embedding\": null, \"doc_hash\": \"02cd23781facb771e5f9be1e3d9aeed73abdcf11424d129df49f4a18310527fa\", \"extra_info\": {\"chunk_id\": \"chunk-67\"}, \"node_info\": {\"start\": 0, \"end\": 224}, \"relationships\": {\"1\": \"8cc18412-442f-48b7-9896-5a5124e3be0c\"}, \"__type__\": \"1\"}, \"e3bc2f41-10eb-48f7-b439-bbdee407a658\": {\"text\": \"Don't have journal comments Remember, use version control! There's no need for dead code, commented code,\\nand especially journal comments. Use git log to get history! Bad: /**\\n * 2016-12-20: Removed monads, didn't understand them (RM)\\n * 2016-10-01: Improved using special monads (JP)\\n * 2016-02-03: Removed type-checking (LI)\\n * 2015-03-14: Added combine with type-checking (JR)\\n */\\nfunction combine(a, b) {\\n  return a + b;\\n} Good: function combine(a, b) {\\n  return a + b;\\n} \\u2b06 back to top\", \"doc_id\": \"e3bc2f41-10eb-48f7-b439-bbdee407a658\", \"embedding\": null, \"doc_hash\": \"884406ebd43ed9501dfabc4c3ec19e37be8f2c11042cd01c6e03e44a5d866300\", \"extra_info\": {\"chunk_id\": \"chunk-68\"}, \"node_info\": {\"start\": 0, \"end\": 489}, \"relationships\": {\"1\": \"ffaf422f-84da-4925-9549-574aea2626a9\"}, \"__type__\": \"1\"}, \"fe3ebf2f-bf9c-4998-b5bd-8aa1835afe30\": {\"text\": \"Avoid positional markers They usually just add noise. Let the functions and variable names along with the\\nproper indentation and formatting give the visual structure to your code. Bad: ////////////////////////////////////////////////////////////////////////////////\\n// Scope Model Instantiation\\n////////////////////////////////////////////////////////////////////////////////\\n$scope.model = {\\n  menu: 'foo',\\n  nav: 'bar'\\n};\\n\\n////////////////////////////////////////////////////////////////////////////////\\n// Action setup\\n////////////////////////////////////////////////////////////////////////////////\\nconst actions = function () {\\n  // ...\\n}; Good: $scope.model = {\\n  menu: 'foo',\\n  nav: 'bar'\\n};\\n\\nconst actions = function () {\\n  // ...\\n}; \\u2b06 back to top\", \"doc_id\": \"fe3ebf2f-bf9c-4998-b5bd-8aa1835afe30\", \"embedding\": null, \"doc_hash\": \"42dac07f99eac8c42328ed20e7e104a1629777da8b3c3541e9cfc5f18b7ff197\", \"extra_info\": {\"chunk_id\": \"chunk-69\"}, \"node_info\": {\"start\": 0, \"end\": 755}, \"relationships\": {\"1\": \"09243219-80d6-4588-9635-57614675ec83\"}, \"__type__\": \"1\"}, \"49a8fe1a-f3c9-4ef5-ab1b-ce2eb30d59a9\": {\"text\": \"Translation This is also available in other languages: Armenian: hanumanum/clean-code-javascript/\\n Bangla(\\u09ac\\u09be\\u0982\\u09b2\\u09be): InsomniacSabbir/clean-code-javascript/\\n Brazilian Portuguese: fesnt/clean-code-javascript\\n Simplified Chinese:\\nalivebao/clean-code-js\\nbeginor/clean-code-javascript\\n Traditional Chinese: AllJointTW/clean-code-javascript\\n French: eugene-augier/clean-code-javascript-fr\\n German: marcbruederlin/clean-code-javascript\\n Indonesia: andirkh/clean-code-javascript/\\n Italian: frappacchio/clean-code-javascript/\\n Japanese: mitsuruog/clean-code-javascript/\\n Korean: qkraudghgh/clean-code-javascript-ko\\n Polish: greg-dev/clean-code-javascript-pl\\n Russian:\\nBoryaMogila/clean-code-javascript-ru/\\nmaksugr/clean-code-javascript\\n Spanish: tureey/clean-code-javascript\\n Spanish: andersontr15/clean-code-javascript\\n Serbian: doskovicmilos/clean-code-javascript/\\n Turkish: bsonmez/clean-code-javascript\\n Ukrainian: mindfr1k/clean-code-javascript-ua\\n Vietnamese: hienvd/clean-code-javascript/\\n Persian: hamettio/clean-code-javascript \\u2b06 back to top\", \"doc_id\": \"49a8fe1a-f3c9-4ef5-ab1b-ce2eb30d59a9\", \"embedding\": null, \"doc_hash\": \"daec920c608afd6147c5cba5e490f4c21eb54a4031f6dd1ff44381e43f7c6511\", \"extra_info\": {\"chunk_id\": \"chunk-70\"}, \"node_info\": {\"start\": 0, \"end\": 1039}, \"relationships\": {\"1\": \"104ebf77-92cf-4a04-aa98-4de6758233c7\"}, \"__type__\": \"1\"}}, \"ref_doc_info\": {\"6a98bef8-72b3-47e9-a43b-6659f30efa8e\": {\"doc_hash\": \"eb5d6dd8e3b11514e417c8a728343fa0a73a1c1984340f329af4b22f346e487f\"}, \"aae9f69b-63ca-4e11-87e1-032064e5c71e\": {\"doc_hash\": \"612922705d10b539edb827d70d334ea8a800a63020ca0e2e952d9d5eab2ca404\"}, \"ca075c70-6218-41e1-869b-558191625576\": {\"doc_hash\": \"a3c3adfe485c96a49985d92d1796dc7fa5e51e9a311de0ddf61db2d1fd36302a\"}, \"23892f98-0ba3-435e-9780-3960d995318d\": {\"doc_hash\": \"c813a5398292b1934c84880c3d18a5b77332188b8749355d6d68a217ed9caaa0\"}, \"6cdf0681-b30f-4ec7-ac21-832c820c1468\": {\"doc_hash\": \"b7667c0e4f87826a920d540d8022ca5a2dfc9a10e2df01076c4113228cc00b0c\"}, \"48947246-c7bc-4046-a878-d55cda917cfc\": {\"doc_hash\": \"be75a410331006d0f10fd84ce0e2a5d1043add93e8ec76b9e4eaf428550c15ae\"}, \"21194df1-d532-4325-b044-579852cac135\": {\"doc_hash\": \"4ea9a00d8397394c51f218a4b45efbb141351cba9ed99bc7eadb51a169cbda88\"}, \"4fe3ac7e-2c62-4bc5-9352-fc363d9ba2b3\": {\"doc_hash\": \"2c8e3416715568b640c4b0a8cc2b8504e28daed2b4abaf3868ac620f691c346e\"}, \"20369a03-eaab-466e-a33e-5773d0db83cf\": {\"doc_hash\": \"a6c2a132d5ca9b1e2613d5cf78e46a780cb629e59f681454187cafea89faa20a\"}, \"4411ab6e-4115-4794-a5b3-8287b938cf42\": {\"doc_hash\": \"74166df144c3fb18b2e9b498b37b729aa7aca528f623f7ffaa7a70ebe1700878\"}, \"0eb3ad1b-5d17-4ed6-80e2-b94edf36f390\": {\"doc_hash\": \"60ce896b2be0bf69542a7bb5e3e39be47c715d5a125e7ee9ab271aad30ec193f\"}, \"c3cf1743-a17f-4f8b-8d7d-270aa13b9042\": {\"doc_hash\": \"0726104a1f4f9a7b90b6befc483e41ceb31019f3fd42f5abc015d60febe1af75\"}, \"eb0d1015-8db6-45fb-b3f6-aaeb4571eb5d\": {\"doc_hash\": \"88dd2746bc245919801459c2e7dacadd743d9624b04d648e4e4d1c3121fa1d86\"}, \"a78d3297-8126-45c8-971e-2bc3c07730e4\": {\"doc_hash\": \"7b1e760f7bd59c415e0d10d1480633db4721dc7fa77d06836376f2ccca3a9aad\"}, \"b9fe77bb-b1a4-4170-800a-333fdc98651d\": {\"doc_hash\": \"84945bb0896f25a95a3c033b04dbd78f70871009cba808b3077ed1b5d13fddc7\"}, \"80635767-9279-40e8-b94a-aeeb00deeb1a\": {\"doc_hash\": \"3f853256f803f252f23ee4d77ca4cc43b66e7de0e6ee4fc233e7ed1a85d53354\"}, \"6faf0239-e65e-4970-8978-120329d040b3\": {\"doc_hash\": \"252c0468365b1480764bff1c87f4e62bcb4d27b0e940036ba716b213afc84014\"}, \"f3c933b2-5e08-453e-8399-5af4a8b61845\": {\"doc_hash\": \"193f18507d09103e2ef44d8097e222f9e3a0f330b41dd0fc3b62bc658ede58ec\"}, \"eeb319be-1e15-4e9b-8058-057f420e79aa\": {\"doc_hash\": \"00c488e1f8d5ee5993e072e2731753ae25aae8f6ee707ed7b3851a0b15e97337\"}, \"613ea2d0-fa9a-4213-a7cf-d63f999abf9c\": {\"doc_hash\": \"a1e2d5cd3cf0e9bada9991aaa73fac237beb9af3142c47ac7493200decbb56d2\"}, \"bdeddb77-887d-43d7-9888-75a57666f709\": {\"doc_hash\": \"0471247878bb0d2a6670ea4b0b784f856cfe66db0024e7f9cb941ecd6ea6c4a1\"}, \"87f4551a-fc11-4802-a41e-8d60bf04f096\": {\"doc_hash\": \"6f7082b38d0459ec06f5cc7ab4294ac4dd5a8234eeaa5d0b0a7d420a0f228f52\"}, \"ad32845c-e81c-48af-8f9f-08c331291733\": {\"doc_hash\": \"bc2d37b458cff65f38ee6f0e7e322c0d33ac2260ca7c7bf8c1792a97b16b077c\"}, \"2d6b6a87-adad-4e16-95b4-127ffca4605d\": {\"doc_hash\": \"aac2a70c9e1d1e25a5ceb0a5668cbbd388e52a5d98cec37275cc2d9f671c4ead\"}, \"e9612ce1-d3c5-462c-97db-300337ec49c8\": {\"doc_hash\": \"5c408f9e13075117698a0ea67a0940c75b5d7a4f7e997210cb545a990770ba2d\"}, \"caec9440-19d3-4140-bca7-7e24d1c8a156\": {\"doc_hash\": \"99e4639498d55109e9939e4b4cda80e7f1c56ead4edb2629e4f1bec44a2f38f3\"}, \"6f615eb4-228e-4e71-8601-f7ccdc59b61a\": {\"doc_hash\": \"e367d03c3d3deceb2667c779983c4d905da225a85a7f311b5a5b1178c759520b\"}, \"583a81a7-56a7-4f77-8b18-fffc6475c091\": {\"doc_hash\": \"d9fa2e2d026ae8f32a0a6ce2ed59e5ce8fdb825bfe5bdf530423c8d6bc350b9f\"}, \"82059b9f-613b-4cd3-a795-16ec456ab8a6\": {\"doc_hash\": \"38e10be2c743ba5311523378e1e25a058db34e28e8088fff48f5be5f3bef8926\"}, \"dc9ae877-b844-440f-bbc3-df00f6899a38\": {\"doc_hash\": \"a5bbb153e959fcda2a0c70239510fbc1d0f2c8a21bd7c828bfc993e343691f26\"}, \"2d183533-1691-489d-9175-676405f19012\": {\"doc_hash\": \"8d7f32ac704f960ba1abc1084d0b386e8346bb6d47d482e2e841aab0d9b52a09\"}, \"5b4c100e-807f-4397-8866-40b99bc11601\": {\"doc_hash\": \"1b3af96dc8074194cf815442297e08ff6138509fed0e7d1f7dfdf0b201e00a05\"}, \"bc667b86-f277-4aca-954f-81d40a2ddc41\": {\"doc_hash\": \"d0b9cae7460fc7ff3cb9db3ef5ded554a66b77aa4322d513aeffc63d13fd4b27\"}, \"a6d5eb71-7e21-4b08-bca6-828bf704f40d\": {\"doc_hash\": \"c55085a5e239358fcc66d31a2f66d75c0a5e2baf12e2a4a9dfcd2817a9a94eb8\"}, \"8ac9324b-37b8-46f9-b321-ae9ff3c67cdb\": {\"doc_hash\": \"7a1184c31045f9956f780145c137d5fb13924d4b0d7afcc6010de4a1d29a813c\"}, \"0015e648-98be-498d-9c9c-ed348451bf89\": {\"doc_hash\": \"d79fb77ca622f412ab851303cf8bef4040a690e82adf93ff62d262b5aa3a5431\"}, \"5faaa4cc-e31f-4321-87c2-a33280dfbd0c\": {\"doc_hash\": \"b9de61ce225e7a24d0c07d71f9b31c9252b2c3b5566c91ab459c6266c4bbde22\"}, \"a021cbd4-293d-4b18-8b38-60337c4cd615\": {\"doc_hash\": \"8c1fab5710ec9ec20248a45d08435a531b64db41a5943da3a345328a3df13a53\"}, \"44476c47-f5a9-4ffe-b97d-55a285da9de1\": {\"doc_hash\": \"5b0a7d79bae44a3d97d492ce6b96f0c90be285a9dd701065cb9cbc165d729d64\"}, \"b66da65a-c1d4-4318-9611-2ae2778defea\": {\"doc_hash\": \"ab72cfa25870b45aba1b564fe91c07477a46a9b3367970151d6f5ae205a0fd71\"}, \"92229020-a6c1-4a66-973e-551a987a07f4\": {\"doc_hash\": \"2e9f795705550411f346ae5d5afce17af3b9798f69495e37c1a540f31e9ba501\"}, \"13b0bf5c-342f-4236-814f-9f768bf5aa82\": {\"doc_hash\": \"b07ec299b28383be046ebfc585307ea019c8b5ab7cbc4fd440b74e9d0f162092\"}, \"c91e6ce2-f689-4695-9cf5-beb779721c77\": {\"doc_hash\": \"299ec2b1f1b6ca7aaab3f9d7dca256f884994db06a800da060c696c5ef064b08\"}, \"cacfadc5-57ba-4c56-99c6-ef27a3be8339\": {\"doc_hash\": \"d339dbb2786a0135d0906eedea35014b3f2e9bcf3ccd523172f40deef5660e8b\"}, \"65ea21df-7cc9-4bf7-851e-4a0bfd9b2128\": {\"doc_hash\": \"4b53fb3d3a317b3fed307aafbdd35fc75a99b8e244df0e0e1da5a2bec12b8be9\"}, \"f9f85053-782c-4175-b5ec-85b92f019431\": {\"doc_hash\": \"59a62b9e19b467de6f591c1944ec14d1ee3effd622f2a6629857cb27acb7be21\"}, \"9e399b9c-9074-4450-af03-cabb108b8eb1\": {\"doc_hash\": \"725b3446e02a3a7fcb3d78f608e3793b497a32ee5d653f4a6e20cb9f80dfed81\"}, \"40067ede-caa1-49ad-a10c-f2e0657ed765\": {\"doc_hash\": \"d9dd0372fc8291112a9b5ccc418ee5b58858f73d73c5a516498987ee685a0d4b\"}, \"b1949611-0dc9-4cb0-a3dc-931de9244e34\": {\"doc_hash\": \"148ac98395c746a730fb25237a22862c6e347bfcf860790a6732431912c86738\"}, \"07bbddeb-ca3c-457b-b24a-a7617fda8eb3\": {\"doc_hash\": \"b8cb87cb19939b24dc6fb805e774b422968bae4d47aa63776bb52bfb00512fd1\"}, \"67406067-b016-4b10-bc34-3f481eb07258\": {\"doc_hash\": \"c49df069a654458604636ecb1a90eed39a87939d67981dc308cc3f231df4cba6\"}, \"1aa40f7a-8be6-44b2-b0d9-f5d057151c5d\": {\"doc_hash\": \"19e5b061cd26f2e2ab5f8e86d32d162b676eee6ecc43f77e7f34aedf765d50fa\"}, \"f66122c4-a30e-4718-9cd1-3d0b579aae3c\": {\"doc_hash\": \"5854c5387eea77b61a91aa334b353c0ea0ac8ebcfe360d66549bfbb26a382944\"}, \"bc0cb806-c075-4b0c-811d-364f8f932e1f\": {\"doc_hash\": \"9c07f798b8bd291889fbd67d4cbe341fd59e3a5f9edb877af2e614b2cee2fe07\"}, \"31294b6b-728b-45f8-8fb1-16a3c5448d48\": {\"doc_hash\": \"9d2405626c57ebabf83c1d4f6dace13ed2897f5a2dc228a392fb230230a34b94\"}, \"9d2f3c86-4435-406b-88f1-4b1157d6cb9c\": {\"doc_hash\": \"70503af21aaf57a239b0266e367e83b9168d4780a761e28cc24327de6ba2437f\"}, \"80594d38-9201-4849-8386-9a84b0fdc2ea\": {\"doc_hash\": \"dc0a361a8025f4f5cac427e32828c9d5577e8c839455e52a02874fa5701fd290\"}, \"5ff175e8-71f1-443c-8671-7b3acca03b8c\": {\"doc_hash\": \"19b03e97a9624cb0e91ec7ed27bc0d261f10002abbce0533466848e404822d96\"}, \"78091595-7d95-4e30-b0c9-035529ba7c7f\": {\"doc_hash\": \"7c8947a1c398c14c66b4d258b38dea7ef8af08d4bdbfdde48a6276a0e98ce591\"}, \"b45fbbbc-c516-4327-ace7-86cd5ae3d501\": {\"doc_hash\": \"6230dce922a0fc6831c1f93a8dc5d0eb49c39f483daef28f5637c2dbdca2f142\"}, \"6d57ae88-8d6a-4252-97ba-f07ea0fa22e0\": {\"doc_hash\": \"2913bfa989dcd78cc384ab22e7aa0f3baf69440405e6aff959daa32758d1b132\"}, \"b6a3b66f-a921-4c13-b94c-315a883eb04c\": {\"doc_hash\": \"3f5111f25b8b28adf1d5ab392ecba9632a91c55fa63b6514145ff0b4423ca452\"}, \"0e982857-1b16-41cd-8b55-291a270d32f1\": {\"doc_hash\": \"60f5b42da7ca7ab8e4c73d3d1d02753f179c980cb0f7a940e5cdf6bf35e62834\"}, \"f54f653e-130e-42bd-a0be-2b61bf300373\": {\"doc_hash\": \"026d53375ac422452c6ac697d61857d5936cee0344d0120dd9e9d2e7c1910b27\"}, \"bbfda732-483c-4441-bcf6-989962ad8e3c\": {\"doc_hash\": \"d46bdccc39ab765487c4946ba5c9bea1e29c9e0eac4d72f9dfeb8e25b0cb9712\"}, \"43222ad3-cb4d-48cb-9555-1017a74b1682\": {\"doc_hash\": \"b1624bf10d5c74175f1244003381820abdfc2acfd02f36f4d989632d04d68564\"}, \"37b8f07f-aa5b-4f78-9be5-f95e0d001740\": {\"doc_hash\": \"4dd88ab5cc3e4df5659d8f6173d2d28b74836e6bbc85b5a8d2815a82c9b06d2a\"}, \"66416d33-5fe9-4b75-9efb-7a030ba8fa0e\": {\"doc_hash\": \"336b0184fb7061b57d527fb68777b0b5ae10332f551869784f5f3105e1e2e431\"}, \"61555526-657e-4c69-b32b-a63d98c9bb57\": {\"doc_hash\": \"e743adc27fb0bd7a07480a3ac6544ef786ea265063aecd7415122760021ab1ea\"}, \"5ec1eeb1-59d8-4188-9d60-e61b50cafb9c\": {\"doc_hash\": \"62f83f587ff0a631add5e604a706ce0fd10097a04faadda4941d62732a7e8892\"}, \"147e293d-2908-4a2b-9698-b6306ef34bad\": {\"doc_hash\": \"1b03aa6e188b85460de7a0a65fc2b681a21c17baa1a2d080f7f23bb96412d277\"}, \"967caeb8-75fc-4e85-9b55-06e4c0209562\": {\"doc_hash\": \"79afe6a0b2f254abe16e58bbd2848c2bcb4979bfd3e7ddaa83cca2694b342bfd\"}, \"458d79dc-f48d-4ef8-a0b6-87a2b9994f99\": {\"doc_hash\": \"4e8fbfe0a89663fa2bfa685223457b5bb2c04a5094bfc79a5b19f9c75bb04589\"}, \"69a1f84c-b7e8-460b-9c5d-cb882ef2aa01\": {\"doc_hash\": \"dbe9fe758f4ef8f949faa77e6b3b6ca80a94ebde3824a826f3bfcd04cc559c9e\"}, \"ade0aaba-b462-4f21-aec6-2c62db305e52\": {\"doc_hash\": \"c43395fb258b04bbdd8ec9068ed7065c3c69c60fbedae289a162411059b40186\"}, \"c650614a-83d7-4f26-abda-19bdb47f7372\": {\"doc_hash\": \"9746a98480ddfb6c1d145865158aee126e510bd83e36cf2fea6e6d1d8fec69bc\"}, \"8cc18412-442f-48b7-9896-5a5124e3be0c\": {\"doc_hash\": \"02cd23781facb771e5f9be1e3d9aeed73abdcf11424d129df49f4a18310527fa\"}, \"ffaf422f-84da-4925-9549-574aea2626a9\": {\"doc_hash\": \"884406ebd43ed9501dfabc4c3ec19e37be8f2c11042cd01c6e03e44a5d866300\"}, \"09243219-80d6-4588-9635-57614675ec83\": {\"doc_hash\": \"42dac07f99eac8c42328ed20e7e104a1629777da8b3c3541e9cfc5f18b7ff197\"}, \"104ebf77-92cf-4a04-aa98-4de6758233c7\": {\"doc_hash\": \"daec920c608afd6147c5cba5e490f4c21eb54a4031f6dd1ff44381e43f7c6511\"}, \"ea7361d5-db95-4751-9ca9-f96b2e6f9b57\": {\"doc_hash\": \"eb5d6dd8e3b11514e417c8a728343fa0a73a1c1984340f329af4b22f346e487f\"}, \"69ac812f-789b-48ce-b4c5-09e2642be7ca\": {\"doc_hash\": \"612922705d10b539edb827d70d334ea8a800a63020ca0e2e952d9d5eab2ca404\"}, \"0bed218e-cea0-45cd-86d4-328ce31c869d\": {\"doc_hash\": \"a3c3adfe485c96a49985d92d1796dc7fa5e51e9a311de0ddf61db2d1fd36302a\"}, \"a59bb70f-76e8-4ba2-8994-650fa304b11d\": {\"doc_hash\": \"c813a5398292b1934c84880c3d18a5b77332188b8749355d6d68a217ed9caaa0\"}, \"aaafed1f-9cf9-4fd9-96fd-d685069d5900\": {\"doc_hash\": \"b7667c0e4f87826a920d540d8022ca5a2dfc9a10e2df01076c4113228cc00b0c\"}, \"d2974cdb-8444-4b39-91dc-aad2df045776\": {\"doc_hash\": \"be75a410331006d0f10fd84ce0e2a5d1043add93e8ec76b9e4eaf428550c15ae\"}, \"5360050b-3e31-4d48-ae28-88a7454b9fa2\": {\"doc_hash\": \"4ea9a00d8397394c51f218a4b45efbb141351cba9ed99bc7eadb51a169cbda88\"}, \"6efffdc4-41ee-4978-8e28-5eb9aaf3249a\": {\"doc_hash\": \"2c8e3416715568b640c4b0a8cc2b8504e28daed2b4abaf3868ac620f691c346e\"}, \"80d925c2-0a6c-4b3b-8fa2-bcfc148ade68\": {\"doc_hash\": \"a6c2a132d5ca9b1e2613d5cf78e46a780cb629e59f681454187cafea89faa20a\"}, \"45c057e5-03ae-4a26-a467-b05343cb3bdd\": {\"doc_hash\": \"74166df144c3fb18b2e9b498b37b729aa7aca528f623f7ffaa7a70ebe1700878\"}, \"d619eeda-99ee-437c-8071-af110f8f6a1d\": {\"doc_hash\": \"60ce896b2be0bf69542a7bb5e3e39be47c715d5a125e7ee9ab271aad30ec193f\"}, \"2dec65b4-c785-4088-a568-f8b9d35d797f\": {\"doc_hash\": \"0726104a1f4f9a7b90b6befc483e41ceb31019f3fd42f5abc015d60febe1af75\"}, \"13bd8df2-932e-4f8a-911b-cac78be9eaf9\": {\"doc_hash\": \"88dd2746bc245919801459c2e7dacadd743d9624b04d648e4e4d1c3121fa1d86\"}, \"2ca465ae-1055-497c-a77e-86eb3cedc205\": {\"doc_hash\": \"7b1e760f7bd59c415e0d10d1480633db4721dc7fa77d06836376f2ccca3a9aad\"}, \"132e5449-fddd-4482-9399-2d1b79e16d13\": {\"doc_hash\": \"84945bb0896f25a95a3c033b04dbd78f70871009cba808b3077ed1b5d13fddc7\"}, \"6ba1cd80-45a4-498d-8e74-bd82cbfbd346\": {\"doc_hash\": \"3f853256f803f252f23ee4d77ca4cc43b66e7de0e6ee4fc233e7ed1a85d53354\"}, \"300e5747-47fa-4b8e-a1a6-c1e9407e0988\": {\"doc_hash\": \"252c0468365b1480764bff1c87f4e62bcb4d27b0e940036ba716b213afc84014\"}, \"2769f022-4c05-404a-a91a-79c27d277ddd\": {\"doc_hash\": \"193f18507d09103e2ef44d8097e222f9e3a0f330b41dd0fc3b62bc658ede58ec\"}, \"2e18b05d-7281-4652-96e2-f7e026001cc5\": {\"doc_hash\": \"00c488e1f8d5ee5993e072e2731753ae25aae8f6ee707ed7b3851a0b15e97337\"}, \"496a12f0-d2a5-402a-a35d-ab2cc302e65c\": {\"doc_hash\": \"a1e2d5cd3cf0e9bada9991aaa73fac237beb9af3142c47ac7493200decbb56d2\"}, \"4d1f7434-4311-4ff8-b39b-11db0f62f235\": {\"doc_hash\": \"0471247878bb0d2a6670ea4b0b784f856cfe66db0024e7f9cb941ecd6ea6c4a1\"}, \"1a94457e-bf00-4f76-aab1-9b838f044799\": {\"doc_hash\": \"6f7082b38d0459ec06f5cc7ab4294ac4dd5a8234eeaa5d0b0a7d420a0f228f52\"}, \"f4bd628c-adb0-49ef-9b0c-8141e4bcab63\": {\"doc_hash\": \"bc2d37b458cff65f38ee6f0e7e322c0d33ac2260ca7c7bf8c1792a97b16b077c\"}, \"05a71e3b-3b76-4ed9-b4d8-f6054d58b2c0\": {\"doc_hash\": \"aac2a70c9e1d1e25a5ceb0a5668cbbd388e52a5d98cec37275cc2d9f671c4ead\"}, \"85e299ab-dba3-4ed3-ad01-06d3a13961fa\": {\"doc_hash\": \"5c408f9e13075117698a0ea67a0940c75b5d7a4f7e997210cb545a990770ba2d\"}, \"d6c1fedf-e4a6-410b-a383-2dc70f09cd75\": {\"doc_hash\": \"99e4639498d55109e9939e4b4cda80e7f1c56ead4edb2629e4f1bec44a2f38f3\"}, \"2cb56b22-b4b5-40fc-8067-81a72f1212af\": {\"doc_hash\": \"e367d03c3d3deceb2667c779983c4d905da225a85a7f311b5a5b1178c759520b\"}, \"28c52241-68bc-45e8-b28e-af90c8deac7e\": {\"doc_hash\": \"d9fa2e2d026ae8f32a0a6ce2ed59e5ce8fdb825bfe5bdf530423c8d6bc350b9f\"}, \"09722323-73b2-41ac-96c7-f1516caf04d5\": {\"doc_hash\": \"38e10be2c743ba5311523378e1e25a058db34e28e8088fff48f5be5f3bef8926\"}, \"5918b19d-e199-42b0-9c49-451a131767f6\": {\"doc_hash\": \"a5bbb153e959fcda2a0c70239510fbc1d0f2c8a21bd7c828bfc993e343691f26\"}, \"4a230738-d305-4ab1-a617-837b8f006232\": {\"doc_hash\": \"8d7f32ac704f960ba1abc1084d0b386e8346bb6d47d482e2e841aab0d9b52a09\"}, \"291ead5d-141e-4066-8ef4-220ef9c06380\": {\"doc_hash\": \"1b3af96dc8074194cf815442297e08ff6138509fed0e7d1f7dfdf0b201e00a05\"}, \"b8edc51f-40e6-413f-a1f9-6373823fc422\": {\"doc_hash\": \"d0b9cae7460fc7ff3cb9db3ef5ded554a66b77aa4322d513aeffc63d13fd4b27\"}, \"5f151830-4956-4420-a841-819a0ba67049\": {\"doc_hash\": \"c55085a5e239358fcc66d31a2f66d75c0a5e2baf12e2a4a9dfcd2817a9a94eb8\"}, \"34967dd7-abe3-444f-97b9-f91ed0109f8e\": {\"doc_hash\": \"7a1184c31045f9956f780145c137d5fb13924d4b0d7afcc6010de4a1d29a813c\"}, \"94884f01-ae4f-475a-b398-f39911b10fc9\": {\"doc_hash\": \"d79fb77ca622f412ab851303cf8bef4040a690e82adf93ff62d262b5aa3a5431\"}, \"a419d117-8173-4fe5-b0b9-bc9eb03dec33\": {\"doc_hash\": \"b9de61ce225e7a24d0c07d71f9b31c9252b2c3b5566c91ab459c6266c4bbde22\"}, \"c01e28f4-eea9-4394-9668-9cf89833dd76\": {\"doc_hash\": \"8c1fab5710ec9ec20248a45d08435a531b64db41a5943da3a345328a3df13a53\"}, \"a76ad1ed-c784-4204-8a28-85edf517073b\": {\"doc_hash\": \"5b0a7d79bae44a3d97d492ce6b96f0c90be285a9dd701065cb9cbc165d729d64\"}, \"0533912b-0885-45ad-839f-49b6326df436\": {\"doc_hash\": \"ab72cfa25870b45aba1b564fe91c07477a46a9b3367970151d6f5ae205a0fd71\"}, \"bdc8b1e3-213d-4735-bd86-248409dddcf6\": {\"doc_hash\": \"2e9f795705550411f346ae5d5afce17af3b9798f69495e37c1a540f31e9ba501\"}, \"a19b8a1f-29df-4ec7-a6bd-b4aa97bc939e\": {\"doc_hash\": \"b07ec299b28383be046ebfc585307ea019c8b5ab7cbc4fd440b74e9d0f162092\"}, \"3eb05dd2-882e-4156-ba6f-e15784a0cb38\": {\"doc_hash\": \"299ec2b1f1b6ca7aaab3f9d7dca256f884994db06a800da060c696c5ef064b08\"}, \"834a76a1-de49-4601-8fbc-f395fdf2b29c\": {\"doc_hash\": \"d339dbb2786a0135d0906eedea35014b3f2e9bcf3ccd523172f40deef5660e8b\"}, \"f48e8084-464c-48a4-8390-00a2aee1d915\": {\"doc_hash\": \"4b53fb3d3a317b3fed307aafbdd35fc75a99b8e244df0e0e1da5a2bec12b8be9\"}, \"96f6807a-76be-40ad-907f-3b6a07ea6b7b\": {\"doc_hash\": \"59a62b9e19b467de6f591c1944ec14d1ee3effd622f2a6629857cb27acb7be21\"}, \"0e98ebcf-156a-4af6-8c79-c87cda9fa48d\": {\"doc_hash\": \"725b3446e02a3a7fcb3d78f608e3793b497a32ee5d653f4a6e20cb9f80dfed81\"}, \"279b4c40-2e33-4350-804e-9f822f2e6358\": {\"doc_hash\": \"d9dd0372fc8291112a9b5ccc418ee5b58858f73d73c5a516498987ee685a0d4b\"}, \"52a04b3b-b30a-4684-a289-0fcede185973\": {\"doc_hash\": \"148ac98395c746a730fb25237a22862c6e347bfcf860790a6732431912c86738\"}, \"dd1415ec-89de-4dc8-8c62-f2a35436a5ea\": {\"doc_hash\": \"b8cb87cb19939b24dc6fb805e774b422968bae4d47aa63776bb52bfb00512fd1\"}, \"9b5a59b0-1105-4ec4-86b5-ea74b9bf0d17\": {\"doc_hash\": \"c49df069a654458604636ecb1a90eed39a87939d67981dc308cc3f231df4cba6\"}, \"cd61eabb-b58a-4ffd-86dd-33b15298a2da\": {\"doc_hash\": \"19e5b061cd26f2e2ab5f8e86d32d162b676eee6ecc43f77e7f34aedf765d50fa\"}, \"cdad78c2-3b29-4f54-b4f0-02691363d57f\": {\"doc_hash\": \"5854c5387eea77b61a91aa334b353c0ea0ac8ebcfe360d66549bfbb26a382944\"}, \"404a9ee9-2c1f-4291-ba3b-46884d717019\": {\"doc_hash\": \"9c07f798b8bd291889fbd67d4cbe341fd59e3a5f9edb877af2e614b2cee2fe07\"}, \"14954038-1bb5-4232-8976-a43ba335b8e1\": {\"doc_hash\": \"9d2405626c57ebabf83c1d4f6dace13ed2897f5a2dc228a392fb230230a34b94\"}, \"571131ab-01dc-4c27-9969-d2ffc19f2e3b\": {\"doc_hash\": \"70503af21aaf57a239b0266e367e83b9168d4780a761e28cc24327de6ba2437f\"}, \"6f5fa939-3a05-4a7e-a744-ac75cb416554\": {\"doc_hash\": \"dc0a361a8025f4f5cac427e32828c9d5577e8c839455e52a02874fa5701fd290\"}, \"ea3fe7d7-4c95-4dca-956c-a816d8470830\": {\"doc_hash\": \"19b03e97a9624cb0e91ec7ed27bc0d261f10002abbce0533466848e404822d96\"}, \"3121332f-241d-4c60-afd2-e82dbff07d8b\": {\"doc_hash\": \"7c8947a1c398c14c66b4d258b38dea7ef8af08d4bdbfdde48a6276a0e98ce591\"}, \"8223576d-2b26-401a-be45-58513ac23505\": {\"doc_hash\": \"6230dce922a0fc6831c1f93a8dc5d0eb49c39f483daef28f5637c2dbdca2f142\"}, \"1fbb3462-6bca-40a1-98bf-5fa106624cff\": {\"doc_hash\": \"2913bfa989dcd78cc384ab22e7aa0f3baf69440405e6aff959daa32758d1b132\"}, \"91d62e4a-8388-431d-98e9-61228a0f7b55\": {\"doc_hash\": \"3f5111f25b8b28adf1d5ab392ecba9632a91c55fa63b6514145ff0b4423ca452\"}, \"dc4cd500-9db2-4a28-b7c9-739180dd972e\": {\"doc_hash\": \"60f5b42da7ca7ab8e4c73d3d1d02753f179c980cb0f7a940e5cdf6bf35e62834\"}, \"bdddfad1-0632-4e2b-bf92-6f63913e2310\": {\"doc_hash\": \"026d53375ac422452c6ac697d61857d5936cee0344d0120dd9e9d2e7c1910b27\"}, \"40c85599-4a8a-4fed-803c-a1ec6090a609\": {\"doc_hash\": \"d46bdccc39ab765487c4946ba5c9bea1e29c9e0eac4d72f9dfeb8e25b0cb9712\"}, \"6e11310c-d60e-4207-ac3b-c474662b0615\": {\"doc_hash\": \"b1624bf10d5c74175f1244003381820abdfc2acfd02f36f4d989632d04d68564\"}, \"bbd7936c-4448-4047-8e2c-abfdea159bd4\": {\"doc_hash\": \"4dd88ab5cc3e4df5659d8f6173d2d28b74836e6bbc85b5a8d2815a82c9b06d2a\"}, \"b68ea7c5-bd96-4553-a41f-455f798d1c36\": {\"doc_hash\": \"336b0184fb7061b57d527fb68777b0b5ae10332f551869784f5f3105e1e2e431\"}, \"243aed5e-5e66-44e6-9994-3a65bd534bbe\": {\"doc_hash\": \"e743adc27fb0bd7a07480a3ac6544ef786ea265063aecd7415122760021ab1ea\"}, \"4567539a-17ff-4308-99bb-f3504b00ab95\": {\"doc_hash\": \"62f83f587ff0a631add5e604a706ce0fd10097a04faadda4941d62732a7e8892\"}, \"65ed31b7-e228-4d27-8e69-007750efd06d\": {\"doc_hash\": \"1b03aa6e188b85460de7a0a65fc2b681a21c17baa1a2d080f7f23bb96412d277\"}, \"c045a3d1-6729-48c1-ae80-ec9905c6545e\": {\"doc_hash\": \"79afe6a0b2f254abe16e58bbd2848c2bcb4979bfd3e7ddaa83cca2694b342bfd\"}, \"620b4f3f-d655-4c1e-a9f4-8670a8daa51f\": {\"doc_hash\": \"4e8fbfe0a89663fa2bfa685223457b5bb2c04a5094bfc79a5b19f9c75bb04589\"}, \"c45870d5-1bc0-45a8-9a5e-a3e844949ecf\": {\"doc_hash\": \"dbe9fe758f4ef8f949faa77e6b3b6ca80a94ebde3824a826f3bfcd04cc559c9e\"}, \"34015375-2b44-486c-a38c-5c6076dd507c\": {\"doc_hash\": \"c43395fb258b04bbdd8ec9068ed7065c3c69c60fbedae289a162411059b40186\"}, \"e9699b84-c12d-4870-9a84-71f544d2ed08\": {\"doc_hash\": \"9746a98480ddfb6c1d145865158aee126e510bd83e36cf2fea6e6d1d8fec69bc\"}, \"ba0393cf-0d63-4d69-b78a-b4662fb2df4b\": {\"doc_hash\": \"02cd23781facb771e5f9be1e3d9aeed73abdcf11424d129df49f4a18310527fa\"}, \"e3bc2f41-10eb-48f7-b439-bbdee407a658\": {\"doc_hash\": \"884406ebd43ed9501dfabc4c3ec19e37be8f2c11042cd01c6e03e44a5d866300\"}, \"fe3ebf2f-bf9c-4998-b5bd-8aa1835afe30\": {\"doc_hash\": \"42dac07f99eac8c42328ed20e7e104a1629777da8b3c3541e9cfc5f18b7ff197\"}, \"49a8fe1a-f3c9-4ef5-ab1b-ce2eb30d59a9\": {\"doc_hash\": \"daec920c608afd6147c5cba5e490f4c21eb54a4031f6dd1ff44381e43f7c6511\"}}}}, \"vector_store\": {\"__type__\": \"simple\", \"__data__\": {\"simple_vector_store_data_dict\": {\"embedding_dict\": {\"ea7361d5-db95-4751-9ca9-f96b2e6f9b57\": [0.011382288299500942, 0.013159421272575855, 0.01777133345603943, -0.015670431777834892, -0.006270331330597401, 0.009727466851472855, -0.014202677644789219, -0.018073519691824913, -0.020217590034008026, -0.03116818703711033, 0.02728295512497425, 0.010914620943367481, 0.007234443910419941, -0.0031153797172009945, 0.0023545220028609037, -0.0009452263475395739, 0.0038384643848985434, 0.0031279707327485085, 0.030880391597747803, -0.03309641033411026, -0.024836698547005653, -0.007295600604265928, -0.011367898434400558, -0.0018922514282166958, -0.009662712924182415, -0.007648149039596319, 0.01847643218934536, -0.02705271914601326, 0.004047115799039602, -0.015727991238236427, 0.011943487450480461, -0.030017007142305374, -0.015670431777834892, -0.02316748909652233, -0.011727641336619854, -0.012094580568373203, -0.023973314091563225, -0.021570226177573204, 0.03770112991333008, -0.038219161331653595, 0.027239786460995674, 0.0021908385679125786, -0.011504600755870342, 0.00021798214584123343, 0.00029926170827820897, 0.024721581488847733, -0.003016450209543109, -0.007943138480186462, -0.023455282673239708, 0.000911950075533241, 0.013123447075486183, 0.02885143831372261, -0.045816946774721146, -0.011331923305988312, -0.0018068122444674373, 0.012591026723384857, -0.013001133687794209, 0.009274190291762352, -0.0031513539142906666, -0.017915232107043266, 0.014404133893549442, -0.010396590456366539, -0.03390223905444145, -0.011267170310020447, -0.007964723743498325, -0.000568844610825181, -0.015296298079192638, 0.00013321755977813154, 0.0056443773210048676, -0.01653381623327732, 0.033153969794511795, -0.002559575717896223, -0.01883617602288723, -0.006453800480812788, 0.014339379966259003, -0.0024336655624210835, -0.00942528247833252, -0.0033833887428045273, 0.011562159284949303, -0.0017906238790601492, 0.028477303683757782, -0.0008620356093160808, -0.0008701298502273858, 0.0439462810754776, 0.02269262634217739, -0.00034692775807343423, 0.014598395675420761, 0.0017402597004547715, -0.011864344589412212, -0.01369903702288866, -0.007266820874065161, 0.018289364874362946, 0.01651942729949951, 0.018893733620643616, 0.014411329291760921, 0.02063489332795143, -0.0054932851344347, 0.010972180403769016, 0.0009101513423956931, -0.012447129003703594, -0.0132313696667552, 0.000575140118598938, -0.031801335513591766, -0.01713818497955799, -0.019656391814351082, -0.00645739771425724, 0.016461867839097977, 0.0037557233590632677, 0.02174290455877781, 0.005597610492259264, -0.023642349988222122, 0.022778965532779694, -0.002334736054763198, -0.021224873140454292, 0.0061767976731061935, -0.0038024899549782276, -0.0029013322200626135, -0.023383334279060364, -0.008281297981739044, -0.03623337671160698, 0.01617407239973545, 0.04250730574131012, 0.005151528399437666, -0.016246020793914795, -0.0015379039105027914, -0.0005238766316324472, -0.0132313696667552, -0.006025705486536026, 0.019498104229569435, -0.013353683054447174, 0.04814808443188667, 0.01359111350029707, 0.02414599061012268, -0.010785113088786602, -0.02112414501607418, 0.004424846265465021, -0.007202066946774721, -0.004115466959774494, -0.027815375477075577, -0.017325252294540405, 0.011972267180681229, 0.04429163411259651, 0.00035097484942525625, 0.007115728687494993, 0.0049932412803173065, 0.0031963218934834003, 0.0019659989047795534, 0.018174247816205025, -0.01159813441336155, -0.01857716031372547, -0.004252169281244278, 0.006982623599469662, 0.0019444142235442996, 0.0166633240878582, 0.011677277274429798, 0.021411940455436707, 0.013562333770096302, -0.017354032024741173, -0.009382113814353943, -0.0028221886605024338, -0.008432390168309212, 0.012461518868803978, 0.009540400467813015, -0.02765708789229393, 0.018922513350844383, 0.028347795829176903, 0.020505385473370552, -0.013742205686867237, 0.01932542584836483, -0.0056084031239151955, 0.012957965023815632, -0.003466129768639803, -0.02791610360145569, 0.0050112283788621426, 0.0038312694523483515, 0.029283130541443825, 0.023340165615081787, 0.017656216397881508, -0.023253826424479485, -0.019052021205425262, -0.020850740373134613, 0.0166633240878582, 0.031081847846508026, 0.02476475015282631, 0.0014713513664901257, 0.006730802822858095, 0.006237954366952181, -0.013173811137676239, 0.025815201923251152, 0.010770724155008793, 0.028405355289578438, 0.009554790332913399, -0.0038528540171682835, -0.021224873140454292, -0.6529490351676941, -0.03200279176235199, 0.005115554202347994, -0.01906641200184822, -0.002124286023899913, 0.03154231980443001, 0.013749401085078716, 0.009641128592193127, -0.019958576187491417, 0.022663846611976624, 0.01860594004392624, 0.03421881049871445, 0.010115990415215492, -0.011051323264837265, -0.014670344069600105, -0.0006920567830093205, 0.019872236996889114, -0.008684210479259491, 0.003257478354498744, 0.02223215438425541, -0.0002650860697031021, -0.011202416382730007, -0.007417913060635328, 0.004144246224313974, 0.01369903702288866, -0.00838922057300806, 0.03890986740589142, 0.00044181011617183685, -0.002958891214802861, 0.0022106245160102844, -0.022275324910879135, 0.01292199082672596, 0.018692277371883392, -0.00057334138546139, 0.04682422801852226, -0.01893690414726734, -0.026146166026592255, 0.00020898855291306973, 0.013648672960698605, 0.03044869937002659, -0.014281821437180042, -0.023613570258021355, 0.011259974911808968, 0.0034229604061692953, 0.0031387628987431526, 0.008720184676349163, 0.05111237242817879, -0.0022699821274727583, -0.01679283194243908, -0.003527285996824503, -0.005000436212867498, 0.002586556598544121, 0.006867505609989166, 0.019037632271647453, -0.019037632271647453, -0.007540225982666016, 0.036060698330402374, -0.011051323264837265, 0.005022021010518074, -0.00990733876824379, -0.02187241241335869, 0.006313500460237265, -0.005140736233443022, 0.002561374567449093, -0.0252396110445261, 0.010518902912735939, -0.016001395881175995, -0.03983081132173538, 0.029873110353946686, -0.015425805933773518, -0.010842672549188137, 0.0017492532497271895, 0.0038816335145384073, -0.03830549865961075, -0.003056021872907877, 0.02208825759589672, 0.004881720989942551, -0.03298129513859749, -0.013814155012369156, 0.012727729044854641, -0.015224349685013294, 0.00232394365593791, -0.019972965121269226, -6.205576937645674e-05, 0.024419397115707397, -0.0014614583924412727, -0.02559935487806797, -0.024433786049485207, 0.006514956708997488, -0.011734836734831333, 0.006863907910883427, -0.019253477454185486, 0.0003174737503286451, -0.004043518099933863, 0.03404613584280014, 0.025757642462849617, -0.0010468539549037814, 0.015987006947398186, -0.008123010396957397, -0.024577682837843895, -0.010231108404695988, -0.009101513773202896, -0.0204190481454134, 0.01515240129083395, 0.05347229167819023, -0.007410718593746424, 0.0005526561290025711, -0.011749226599931717, 0.023815026506781578, -0.0006277526263147593, -0.0035974360071122646, 0.003063216805458069, -0.027772206813097, -0.003449941286817193, -0.01279248297214508, -0.03493829816579819, 0.02063489332795143, 0.0023077551741153, 0.017469149082899094, -0.02486547827720642, 0.00826690811663866, 0.0077272928319871426, 0.014094755053520203, -0.025038154795765877, 0.010353420861065388, 0.0013058693148195744, 0.0022358065471053123, -0.020332708954811096, -0.006737997755408287, 0.011288754642009735, 0.01238956954330206, 0.006658854428678751, 0.01552653405815363, -0.017051847651600838, 0.007863995619118214, -0.006752387620508671, -0.000807174714282155, -0.005439323373138905, 0.02247678115963936, -0.019138360396027565, -0.018073519691824913, 0.006496969610452652, 0.010907426476478577, -0.006532943807542324, 0.0002475485671311617, -0.013842933811247349, -0.042305849492549896, -0.008022282272577286, -0.008936031721532345, 0.005651572253555059, 0.007374743930995464, 0.005917782429605722, -0.021210484206676483, 0.0056263902224600315, -0.002588355215266347, -0.00681714154779911, 0.014281821437180042, -0.03442027047276497, 0.0066300746984779835, -0.018073519691824913, -0.01146862655878067, 0.025915930047631264, -0.0006443907623179257, -0.0019785899203270674, 0.017915232107043266, 0.01087864674627781, 0.02174290455877781, 0.01502289343625307, -0.01502289343625307, -0.017684996128082275, -0.0008449478191323578, 0.008274102583527565, -0.02608860656619072, -0.01418109331279993, 0.00184908218216151, 0.030822832137346268, -0.03200279176235199, -0.024203550070524216, 0.018174247816205025, 0.005734313279390335, -0.00030623175553046167, 0.020332708954811096, 0.008655431680381298, 0.0019606025889515877, 0.03764357045292854, 0.023815026506781578, 0.020462216809391975, 0.023124318569898605, -0.005734313279390335, 0.02585837058722973, 0.005536454264074564, 0.020807569846510887, -0.01497972384095192, 0.00606887461617589, 0.007748877163976431, 0.036290936172008514, -0.007619369775056839, 0.011540574952960014, -0.01213774923235178, 0.016620155423879623, 0.03770112991333008, 0.007741682697087526, 0.023455282673239708, -0.03148476034402847, 0.009950508363544941, -0.04411895573139191, -0.009130292572081089, 0.0040938821621239185, 0.0013247558381408453, 0.0029049296863377094, 0.005640779621899128, -0.005140736233443022, -0.02403087355196476, -0.00758339511230588, 0.001150280237197876, 0.01085706241428852, -0.018260585144162178, 0.011986657045781612, -0.019972965121269226, -0.010058430954813957, -0.011432652361690998, -0.029729211702942848, 0.015670431777834892, 0.0117636164650321, -0.04319801181554794, 0.008525923825800419, 0.015368247404694557, 0.026261283084750175, -0.005511272232979536, -0.018548380583524704, 0.013073083013296127, 0.016461867839097977, 0.014353769831359386, -0.0010315647814422846, 0.0001428856630809605, 0.006173200439661741, 0.029757991433143616, -0.024102821946144104, 0.004424846265465021, -0.013332097791135311, -0.00031027887598611414, 0.014094755053520203, 0.020490996539592743, -0.02040465734899044, 0.00778485182672739, 0.01715257577598095, 0.04383116215467453, 0.00784241035580635, -0.011756421066820621, 0.006702023558318615, -0.009799416176974773, 0.01713818497955799, -0.016965508460998535, -0.005234269425272942, 0.028203899040818214, -0.01238956954330206, -0.0015316084027290344, 0.02040465734899044, 0.01942615583539009, 0.0240164827555418, 0.0015594885917380452, 0.0041190641932189465, 0.021800462156534195, 0.024174770340323448, 0.03928400203585625, -0.009072734043002129, -0.04501112177968025, 0.004147843923419714, -0.019872236996889114, -0.0052414643578231335, 0.008101426064968109, -0.012087385170161724, -0.030650155618786812, 0.002534393686801195, 0.006342279724776745, 0.007943138480186462, 0.010792308486998081, 0.0026944796554744244, 0.016332359984517097, -0.010907426476478577, -0.025297170504927635, 0.0007086949190124869, 0.019541272893548012, 0.01725330390036106, -0.0019875834695994854, -0.010367810726165771, -0.018692277371883392, 0.01569921150803566, -0.009964898228645325, -0.002536192536354065, -0.009079928509891033, 0.037010423839092255, 0.014324991032481194, -0.00858348235487938, -0.025426678359508514, 0.01957005262374878, 0.040147386491298676, 0.0008696801960468292, -0.030822832137346268, -0.007979113608598709, -0.007640954107046127, 0.010540488176047802, -0.011993852443993092, -0.0015810731565579772, 0.028578031808137894, 0.010777918621897697, -0.006349474657326937, -0.01255505159497261, 0.014965333975851536, -0.003967972006648779, -0.020375877618789673, -0.0042197927832603455, 0.0038096848875284195, 0.024822309613227844, 0.005799067206680775, -0.013864519074559212, -0.009432477876543999, -0.016375528648495674, 0.03211791068315506, 0.012051410973072052, -0.001413792371749878, -0.01929664798080921, -0.032060351222753525, 0.03018968366086483, -0.013483190909028053, 0.02234727330505848, 0.007885579951107502, 0.01931103691458702, -0.010274277068674564, 0.020937077701091766, -0.019469324499368668, -0.0043169232085347176, -0.015008503571152687, -0.04866611585021019, -0.01268455944955349, -0.011130467057228088, 0.01037500612437725, 0.009007980115711689, 0.0032970502506941557, -0.011389482766389847, 0.010087210685014725, -0.021080976352095604, -0.011454236693680286, -0.012195308692753315, -0.00961234886199236, -0.01775694452226162, 0.007633759640157223, 0.01479265745729208, 0.013029913417994976, 0.025642525404691696, 0.015353857539594173, 0.016692103818058968, 0.0065545286051929, -0.037240657955408096, 0.008007892407476902, 0.0007694016676396132, 0.025052545592188835, -0.007878385484218597, -0.0008359542116522789, 0.03341298550367355, 0.019728340208530426, 0.012116164900362492, 0.022145817056298256, -0.010382200591266155, -0.00869140587747097, 0.00894322618842125, 0.016576984897255898, -0.0019192321924492717, 0.016361139714717865, 0.007446692790836096, -0.0008022282272577286, 0.007640954107046127, -0.002500218106433749, 0.008972005918622017, 0.01823180541396141, 0.015411416068673134, -0.021929970011115074, -0.00230955402366817, -0.012065800838172436, 0.01539702620357275, 0.009864170104265213, 0.018332533538341522, 0.006759582553058863, -0.04483844339847565, -0.0021926374174654484, -0.06072472035884857, -0.0061156414449214935, -0.002520004054531455, -0.019872236996889114, -0.01908080093562603, -0.021915581077337265, -0.00917346216738224, -0.014612785540521145, -0.023599181324243546, -0.0075474209152162075, -0.011878734454512596, -0.01922469772398472, -0.0029570923652499914, 0.0015019295969977975, 0.013303318992257118, 0.01955566182732582, -0.02126804180443287, 0.006245149299502373, 0.014389744028449059, -0.029441416263580322, -0.010526098310947418, 0.010576462373137474, -0.020347097888588905, -0.026779314503073692, -0.0017186751356348395, 0.01479265745729208, -0.026261283084750175, -0.004295338876545429, 0.008907251991331577, 0.009641128592193127, -0.01933981664478779, 0.016936728730797768, 0.000809872813988477, 0.005158723331987858, 0.0038816335145384073, 0.012547857128083706, 0.020591724663972855, -0.0019803885370492935, -0.01571360044181347, 0.030765272676944733, 0.0037521258927881718, 0.018764227628707886, 0.006284720730036497, 0.00606887461617589, 0.00807984173297882, 0.013051497749984264, 0.027800986543297768, -0.02365673892199993, -0.004849344026297331, 0.02184363268315792, -0.017915232107043266, 0.020937077701091766, -0.0005944762961007655, 0.028520474210381508, 0.008094231598079205, 0.021052196621894836, 0.00416583102196455, -0.013447215780615807, 0.004158636089414358, -0.002572166733443737, -0.017944011837244034, 0.018418872728943825, 0.02269262634217739, 0.002145870588719845, 0.01100095920264721, -0.00875615980476141, -0.027441242709755898, -0.00978502631187439, 0.0010756334522739053, -0.03177255392074585, 0.017843283712863922, -0.007306392770260572, -0.032405704259872437, -0.01898007281124592, -0.020447826012969017, 0.01653381623327732, 0.026174945756793022, -0.009540400467813015, 0.01213774923235178, 0.0038276719860732555, -0.0015558911254629493, -0.004611913114786148, -0.012260062620043755, -0.03467928245663643, -0.02885143831372261, -0.019757119938731194, 0.007227248977869749, 0.024074042215943336, 0.04385994002223015, -0.01582871936261654, 0.007576200645416975, 0.013145031407475471, -0.014641565270721912, -0.008799328468739986, -0.007256028708070517, -0.00814459566026926, 0.0014362763613462448, 0.04472332447767258, 0.009029564447700977, 0.032405704259872437, -0.0010171750327572227, -0.006590502802282572, -0.005478895269334316, 0.023484062403440475, 0.008777744136750698, -0.003914010711014271, 0.011483016423881054, -0.01800156943500042, -0.00274484371766448, 0.03660751134157181, 0.0013130641309544444, -0.009856974706053734, -0.011806785129010677, 0.007576200645416975, 0.007018597796559334, -0.003259277204051614, 0.007633759640157223, -0.009410892613232136, -0.026390790939331055, -0.0025056141894310713, 0.006173200439661741, -0.0013616295764222741, -0.0008449478191323578, -0.015756770968437195, -0.030765272676944733, 0.019239088520407677, -0.0033672002609819174, 0.025038154795765877, 0.0036046309396624565, 0.04532769322395325, 0.011202416382730007, -0.0050112283788621426, -0.004960864316672087, 0.02535472996532917, -0.017411591485142708, 0.0008512433269061148, 0.003462532302364707, -0.014382549561560154, 0.010964985005557537, 0.02210264652967453, 0.04250730574131012, -0.00742510799318552, -0.030218463391065598, -0.003446343820542097, 0.02039026841521263, -0.019267868250608444, 0.015454585663974285, 0.013360877521336079, -0.02489425800740719, -0.013101862743496895, -0.018908124417066574, 0.0007446692907251418, -0.02729734592139721, 0.0046155103482306, 0.021311212331056595, -0.010274277068674564, 0.005716326180845499, -0.025570575147867203, -0.009432477876543999, -0.021642176434397697, 0.003273666836321354, 0.04826320335268974, -0.015123621560633183, 0.03148476034402847, 0.00025114600430242717, 0.019354205578565598, -0.029527755454182625, -0.026232503354549408, -0.00012917043932247907, -0.02198752947151661, 0.015512144193053246, 0.030276022851467133, 0.014382549561560154, -0.003660391317680478, 0.01651942729949951, -0.025441067293286324, 0.006651659496128559, -0.024448174983263016, 0.01870666816830635, -0.0010900230845436454, 0.008123010396957397, -0.0059105874970555305, -0.02185802161693573, -0.02040465734899044, -0.0011098090326413512, -0.0035686565097421408, -0.000350750022334978, -0.0014497668016701937, -0.011756421066820621, -0.020016133785247803, 0.0074682775884866714, -0.02827584743499756, 0.02004491351544857, -0.010339030995965004, -0.012842847034335136, 0.02076440118253231, 0.013346487656235695, -0.02559935487806797, -0.015972616150975227, 0.0035884424578398466, 0.0050543975085020065, -0.0343051515519619, -0.017123796045780182, 0.018188636749982834, 0.030132124200463295, -0.00778485182672739, -0.018418872728943825, -0.004306131042540073, 0.03856451436877251, -0.020965857431292534, 0.0037809053901582956, -0.00917346216738224, 0.02293725311756134, 0.0067667774856090546, 0.00035164938890375197, -0.0012132353149354458, -0.030736494809389114, -0.027455631643533707, -0.030707715079188347, 0.009569180198013783, 0.00972027238458395, -0.01516679022461176, -0.01761304773390293, -0.005388959310948849, -0.006234356667846441, -0.019152749329805374, -0.011698862537741661, 0.009245410561561584, -0.025038154795765877, -0.00691067473962903, -0.010526098310947418, 0.0017510519828647375, 0.01274931337684393, 0.004906903021037579, 0.020980248227715492, -0.0005522064166143537, 0.018908124417066574, -0.02620372548699379, 0.021066585555672646, -0.019397376105189323, -0.017008677124977112, -0.022073868662118912, 0.019023241475224495, 0.002759233582764864, -0.025872761383652687, 2.251208024972584e-05, -0.005996926221996546, -0.024563293904066086, 0.02355601079761982, 0.021109754219651222, 0.00012984496424905956, -0.010151964612305164, 0.0044860029593110085, 0.03554266691207886, -0.014864605851471424, -0.0017168764024972916, -0.003957179840654135, -0.02259189821779728, 0.029297519475221634, -0.04374482482671738, 0.0003673881583381444, 0.022966032847762108, -0.003482318250462413, -0.020735621452331543, -0.006752387620508671, 0.009475646540522575, 0.0059105874970555305, -0.013360877521336079, -0.02909606322646141, 0.023743078112602234, 0.026707366108894348, -0.03355688229203224, -0.005191100295633078, 0.002296963008120656, -0.03125452622771263, -0.012950769625604153, 0.007662538904696703, 0.0021620590705424547, -0.010900231078267097, -0.009274190291762352, 0.002975079696625471, 0.011245585046708584, 0.00363520928658545, -0.01787206344306469, -0.008950420655310154, -0.0449247807264328, -0.01213774923235178, -0.03341298550367355, -0.004701849073171616, -0.003556065494194627, 0.020016133785247803, 0.006777569651603699, -0.021296821534633636, -0.016030175611376762, -0.029412638396024704, -0.018044739961624146, -0.019368596374988556, -0.0032754656858742237, 0.005201892461627722, 0.018030349165201187, 0.02051977626979351, 0.000809872813988477, 0.040866874158382416, -0.0030919963028281927, 0.02076440118253231, -0.00839641597121954, 0.0038780360482633114, 0.0049752541817724705, 0.009202241897583008, 0.003311439882963896, 0.004018336068838835, -0.034103695303201675, -0.00379169755615294, 0.02051977626979351, 0.023584790527820587, 0.008302882313728333, 0.008007892407476902, -0.00036086782347410917, -0.0002835229388438165, -0.021397549659013748, -0.008842498064041138, -0.009561984799802303, -0.003525487380102277, 0.01087864674627781, -0.03252082318067551, -0.01539702620357275, 0.026865653693675995, 0.030621375888586044, 0.0022483975626528263, -0.00368197588250041, -0.00959076453000307, -0.024908646941184998, 0.003687371965497732, -0.02208825759589672, 0.00189584877807647, -0.01026708260178566, -0.021311212331056595, 0.01249749306589365, 0.012835651636123657, -0.006964636500924826, 0.04187415540218353, -0.0019606025889515877, -0.007518641650676727, 0.002286170609295368, 0.00869140587747097, -0.052810363471508026, 0.005158723331987858, 0.00658330786973238, -0.0008413503528572619, 0.005399751476943493, -9.808634058572352e-05, -0.00739632872864604, -0.01231042668223381, 0.005543649196624756, -0.010180744342505932, 0.02161339670419693, 0.008065451867878437, -0.005532856564968824, 0.010051236487925053, -0.024721581488847733, -0.023771857842803, -0.002349125687032938, -0.006737997755408287, 0.006245149299502373, -0.00506878737360239, -0.016620155423879623, -0.02800244279205799, 0.005716326180845499, -0.015109231695532799, -0.02813195064663887, -0.020203201100230217, -0.008511533960700035, 0.0020001744851469994, 0.0146631496027112, 0.014173897914588451, 0.20456460118293762, -0.009885754436254501, -0.007162495516240597, 0.021469498053193092, 0.010108795017004013, 0.0075474209152162075, 0.024707190692424774, 0.00961234886199236, -0.0403488427400589, 0.03344176709651947, 0.00905114971101284, 0.016879171133041382, -0.017181355506181717, -0.007130118552595377, 0.011288754642009735, -0.01594383642077446, -0.025527406483888626, -0.014116339385509491, -0.035571448504924774, -0.029311910271644592, -0.008367636241018772, -0.0033725963439792395, -0.016332359984517097, -0.000701500044669956, 0.016332359984517097, -0.02669297531247139, -0.004834954161196947, 0.014425719156861305, 0.013936467468738556, 0.0236855186522007, -0.0307940524071455, -0.011706057004630566, -0.008533118292689323, 0.024807918816804886, -0.010180744342505932, -0.011849954724311829, 0.01068438496440649, 0.023225046694278717, 0.02862120233476162, -0.0070581696927547455, 0.002561374567449093, -0.025930318981409073, -0.010324642062187195, -0.01823180541396141, -0.008245323784649372, 0.011375092901289463, -0.020332708954811096, -6.902580207679421e-05, 0.01898007281124592, 0.020131252706050873, -0.018864955753087997, 0.008497144095599651, 0.024908646941184998, 0.01761304773390293, 0.009626738727092743, -0.021325601264834404, 0.010526098310947418, 0.014123533852398396, 0.008101426064968109, 0.009022369980812073, 0.001160173094831407, 0.02742685377597809, -0.022778965532779694, -0.002295164158567786, 0.01401561126112938, 0.016389919444918633, -0.04017616808414459, -0.01479265745729208, 0.0178864523768425, -0.025426678359508514, 0.020562944933772087, -0.011562159284949303, 0.0036424039863049984, 0.008633846417069435, 0.006655256729573011, -0.028060002252459526, 0.0206636730581522, 0.019958576187491417, 0.0003087049990426749, 0.043399468064308167, -0.030621375888586044, -0.012871626764535904, 0.008525923825800419, -0.02947019599378109, -0.013382462784647942, -0.03660751134157181, 0.031830113381147385, 0.008230933919548988, -0.003068612888455391, -0.010367810726165771, 0.0021224874071776867, -1.8760067177936435e-05, 0.004996838979423046, 0.015512144193053246, 0.020433437079191208, 0.0008337058243341744, -0.01895129308104515, 0.018203027546405792, -0.009123098105192184, -0.03272227942943573, -0.03703920170664787, 0.007018597796559334, 0.024174770340323448, 0.0040507130324840546, -0.04362970590591431, -0.03934156149625778, -0.003957179840654135, 1.9659426470752805e-05, -0.0003107285301666707, -0.0014911373145878315, 0.0026692976243793964, -0.04262242466211319, 0.005759495310485363, 0.000568844610825181, 0.01339685171842575, 0.015411416068673134, -0.005032813176512718, -0.03634849563241005, -0.017670605331659317, -0.018793005496263504, 0.004478808026760817, -0.04049273952841759, 0.0028437732253223658, -0.007684123702347279, 0.002597348764538765, -0.020476605743169785, -0.013670257292687893, -0.01502289343625307, -0.022016309201717377, -0.02765708789229393, -0.016246020793914795, 0.004468015860766172, 0.0064250207506120205, -0.011051323264837265, -0.0038672438822686672, 0.006018510553985834, 0.016231631860136986, -0.00778485182672739, -0.006525748874992132, 0.01279248297214508, -0.003484116867184639, -0.012634195387363434, 0.013835739344358444, -0.010526098310947418, -0.0043421052396297455, -0.00600412068888545, 0.016130903735756874, 0.008727380074560642, -0.03560022637248039, -0.03056381642818451, -0.017454760149121284, -0.0016593174077570438, -0.006845920812338591, 0.005777482409030199, 0.0020253565162420273, -0.014468887820839882, -0.005061592441052198, -0.04106833040714264, -0.01957005262374878, -0.002626128261908889, -0.03341298550367355, 0.003726943861693144, 0.018562769517302513, -0.008612262085080147, -0.025901539251208305, -0.021440718322992325, -0.1890236884355545, 0.021555837243795395, 0.0313696414232254, -0.02981555089354515, 0.009871364571154118, 0.0010378602892160416, 0.0011988455662503839, 0.016879171133041382, 0.027585139498114586, -0.01980028860270977, 0.01728208363056183, -0.03758601099252701, -0.026995159685611725, 0.012547857128083706, 0.0007370247039943933, -0.013303318992257118, -0.0016916943714022636, 0.006935856770724058, 0.02413160167634487, 0.012850041501224041, 0.016706492751836777, -0.030822832137346268, 0.006022108253091574, 0.013864519074559212, 0.0052774385549128056, 0.008115815930068493, -0.017095016315579414, 0.016389919444918633, -0.009633934125304222, -0.022275324910879135, -0.01777133345603943, 0.01081389281898737, 0.0012330212630331516, -0.0008912648190744221, 0.01703745685517788, 0.010741944424808025, -0.006928661838173866, -0.0013706231256946921, 0.0005445618880912662, 0.0033096412662416697, 0.011087298393249512, 0.0307940524071455, -0.0075474209152162075, 0.018159857019782066, 0.007878385484218597, -0.0013040705816820264, 0.010907426476478577, -0.011331923305988312, 0.02269262634217739, 0.00379169755615294, -0.00012860834249295294, -0.014893385581672192, 0.02159900590777397, 0.006468190345913172, 0.021829241886734962, 0.007353159599006176, -0.007162495516240597, 0.011195220984518528, 0.0007626564474776387, -0.014058779925107956, 0.010238302871584892, -0.021915581077337265, -0.004543561954051256, -0.00691067473962903, -0.015138011425733566, -0.014440108090639114, -0.01208019070327282, 0.0011232994729653, -0.0222177654504776, -0.0056263902224600315, -0.009669908322393894, -0.01285723689943552, 0.0028977347537875175, 0.014353769831359386, 0.009892948903143406, 0.01104412879794836, -0.02365673892199993, 0.028218287974596024, -0.0031045873183757067, 0.011943487450480461, -0.030736494809389114, 0.027225395664572716, -0.017210135236382484, 0.020577333867549896, 0.004511184990406036, 0.010943400673568249, 0.000571542652323842, -0.013101862743496895, 0.002998463110998273, -0.014145119115710258, 0.010713164694607258, -0.004079492762684822, -0.02162778563797474, -0.011540574952960014, 0.0002976878313347697, -0.004396067000925541, 0.003971569240093231, 0.015540923923254013, -0.00658330786973238, 0.006374656688421965, -0.0005827846471220255, 0.00029049295699223876, -0.030477479100227356, 0.012403959408402443, 0.03370078280568123, 0.015483365394175053, 0.034132473170757294, 0.01618846319615841, 0.04544281214475632, -0.011893123388290405, -0.03142720088362694, -0.0009883955353870988, 0.005727118346840143, 0.01607334427535534, 0.014037195593118668, 0.009274190291762352, 0.0007163394475355744, -0.04126978665590286, 0.022519949823617935, 0.0026639015413820744, 0.027844155207276344, -0.027585139498114586, -0.017915232107043266, 0.01787206344306469, 0.012144944630563259, -0.0023851001169532537, -0.07707147300243378, -0.0008890163735486567, -0.0005585019825957716, 0.002390496199950576, 0.0011089097242802382, 0.012353595346212387, -0.02040465734899044, 0.02958531491458416, 0.003914010711014271, 0.01929664798080921, -0.026721755042672157, 0.010274277068674564, -0.008554702624678612, 5.935769513598643e-05, -0.0018904526950791478, -0.002045142464339733, -0.005694741383194923, -0.009885754436254501, 0.0007986308191902936, 0.01751231960952282, -0.0265490785241127, -0.008554702624678612, 0.0184620413929224, -0.017440369352698326, 0.013094667345285416, 0.029254350811243057, -0.023268217220902443, 0.027470022439956665, 0.011346313171088696, -0.005237867124378681, 0.019642001017928123, -0.03476562350988388, 0.020447826012969017, -0.026736145839095116, -0.004921292420476675, -0.01918152906000614, -0.016461867839097977, -0.017944011837244034, 0.026362011209130287, -0.017915232107043266, 0.007633759640157223, 0.017123796045780182, -0.006824336480349302, -0.03275105729699135, 0.007022195495665073, 0.0012707943096756935, 0.005151528399437666, 0.029254350811243057, -0.024246718734502792, -0.004910500254482031, 0.0038672438822686672, 0.023037981241941452, 0.004108272027224302, -0.016735272482037544, 0.02728295512497425, -0.0046910569071769714, 0.03585924208164215, 0.016476256772875786, -0.022764576599001884, -0.00322869885712862, 0.00038784858770668507, -0.021152924746274948, -0.010367810726165771, 0.02731173485517502, 0.011058518663048744, 0.01931103691458702, -0.03200279176235199, -0.023009201511740685, 0.012526272796094418, -0.027354903519153595, -0.004313325975090265, 0.019785897806286812, -0.02138316072523594, 0.019987355917692184, -0.017569877207279205, -0.027628310024738312, -0.009504426270723343, -0.0010657404782250524, 0.024721581488847733, 0.0025146077387034893, -0.010741944424808025, -0.0005423135007731616, -0.004827759228646755, -0.003226900240406394, 0.0328373983502388, 0.004277351312339306, 0.0027124667540192604, 0.004234182182699442, 0.01256224699318409, -0.03574412688612938, -0.0061408234760165215, 0.03393101692199707, 0.003975166939198971, -0.016346748918294907, -0.003910413011908531, 0.009698688052594662, 0.009288580156862736, 0.0117636164650321, -0.012835651636123657, -0.0021710526198148727, -0.025570575147867203, -0.010346226394176483, -0.06204857677221298, 0.02607421763241291, -0.02416038140654564, 0.0017177757108584046, 0.01407316979020834, 0.00037166010588407516, -0.006417825818061829, -0.01882178522646427, 0.01533946767449379, 0.03879475221037865, 0.008230933919548988, 0.01213774923235178, -0.004755810368806124, 0.0021440719719976187, -0.0006353971548378468, -0.010051236487925053, 0.014461693353950977, 0.0004982448881492019, 0.005266646388918161, -0.004550756886601448, -0.01643308810889721, -0.015267519280314445, -0.0056263902224600315, -0.0009542199550196528, -0.009813806042075157, 0.004424846265465021, -0.00323049770668149, 0.036406055092811584, -0.0015253128949552774, 0.004439236130565405, 0.019152749329805374, -0.03631971403956413, 0.02657785825431347, 0.01752670854330063, 0.02731173485517502, -0.029038503766059875, 0.0015495956176891923, 0.026290062814950943, 0.02584398165345192, 0.008158985525369644, -0.01327453926205635, -0.01497972384095192, 0.007083351723849773, -0.011828369460999966, -0.0178864523768425, 0.008238128386437893, -0.008130205795168877, 0.019239088520407677, 0.00887847226113081, 0.004694654140621424, 0.02981555089354515, -0.0018167052185162902, 0.014504862017929554, -0.01013757474720478, -0.007878385484218597, -0.02909606322646141, 0.02559935487806797, 0.005173113197088242, -0.012799677439033985, -0.01346880104392767, 0.048608556389808655, 0.011626913212239742, 0.018174247816205025, 0.0011008154833689332, -0.01020232867449522, -0.021771682426333427, 0.014260237105190754, -0.004723433405160904, 0.021196093410253525, -0.03280861675739288, -0.012461518868803978, -0.011770810931921005, 0.0010009865509346128, 0.01885056495666504, -0.0028797476552426815, -0.009871364571154118, -0.0009398302063345909, -0.001394905848428607, -0.0015316084027290344, 0.00797191821038723, 0.015656042844057083, 0.0020181615836918354, -0.012734923511743546, 0.0040147388353943825, 0.0026441155932843685, 0.027844155207276344, -0.015267519280314445, 0.015857499092817307, 0.0067667774856090546, 0.007792046759277582, -0.029901888221502304, 0.004374482203274965, 0.0015118225710466504, 0.014440108090639114, -0.004824161995202303, 0.0009659116039983928, -0.021541448310017586, 0.031312085688114166, 0.003502103965729475, 0.02341211400926113, -0.0022070270497351885, 0.011490210890769958, 0.011439846828579903, -0.0018886539619415998, -0.02378624677658081, -0.01656259596347809, -0.01485021598637104, -0.022275324910879135, -0.0042377798818051815, -0.006324292626231909, 0.027988051995635033, -0.009828195907175541, -0.02487986721098423, 0.022750185802578926, -0.01129594910889864, 0.011943487450480461, -0.01689356006681919, 0.00014996812387835234, -0.013706231489777565, 0.03548511117696762, 0.010713164694607258, 0.016102124005556107, 0.019958576187491417, -0.016979899257421494, 0.02462085336446762, 0.0178864523768425, -0.021886801347136497, -0.007950333878397942, 0.026764925569295883, -0.0012564045609906316, -0.0014821436489000916, -0.008245323784649372, -0.0010756334522739053, -0.019354205578565598, -0.02824706770479679, 0.009396502748131752, -0.015483365394175053, 0.025210831314325333, 0.014224261976778507, 0.07194872200489044, 0.00900078471750021, -0.012727729044854641, 0.019742729142308235, 0.012756508775055408, -0.011986657045781612, 0.020016133785247803, 0.0034013758413493633, 0.020203201100230217, -0.020347097888588905, 0.019037632271647453, 0.01883617602288723, -0.010382200591266155, -0.026880042627453804, -0.01533946767449379, -0.0043600923381745815, 0.015886276960372925, 0.00600771838799119, 0.006640866864472628, -0.005219879560172558, 0.009137487970292568, -0.00276103219948709, 0.0047270311042666435, -0.00468026427552104, -0.021440718322992325, 0.0014623578172177076, 0.0388810895383358, -0.011080102995038033, 0.006050887517631054, -0.03729821741580963, 0.0052846334874629974, -0.014461693353950977, -0.040895652025938034, -0.01644747704267502, -0.013065887615084648, -0.004687459208071232, -0.0038744385819882154, -0.011209610849618912, -6.436037801904604e-05, 0.0036100270226597786, -0.009029564447700977, 0.0048313564620912075, -0.0374133363366127, -0.01237518060952425, 0.00900078471750021, -0.0021908385679125786, 0.0016916943714022636, 0.004414054099470377, -0.0293262992054224], \"69ac812f-789b-48ce-b4c5-09e2642be7ca\": [0.015502260066568851, 0.01824774034321308, 0.01846959814429283, -0.028314504772424698, -0.018927177414298058, 0.013637274503707886, -0.027676664292812347, -0.013193560764193535, -0.012555721215903759, -0.02691403217613697, 0.027967851608991623, 0.008548429235816002, -0.0007375013083219528, 0.011585096828639507, 0.02635938860476017, 0.012077342718839645, 0.010032097809016705, 0.00796605460345745, 0.008777218870818615, -0.008118581026792526, -0.023475248366594315, -0.0023693637922406197, -0.01758217066526413, -0.013824466615915298, -0.01777629554271698, -0.003045334480702877, 0.030338948592543602, -0.038020748645067215, -0.0020175124518573284, -8.460466051474214e-05, 0.020105794072151184, -0.043594907969236374, -0.009359593503177166, -0.025652220472693443, -0.008596960455179214, 0.005879211239516735, -0.008063117042183876, -0.010108361020684242, 0.01981460675597191, -0.031614627689123154, 0.03516434133052826, -0.003785435575991869, -0.007203420624136925, -0.018622124567627907, 0.007972987368702888, 0.03388866037130356, -0.008638557977974415, -0.009061473421752453, -0.0013346087653189898, -0.005841079633682966, 0.009789441712200642, 0.04012839123606682, -0.03680053725838661, -0.0074946079403162, 0.011605896055698395, 0.009657713584601879, -0.004707528743892908, 0.01217440515756607, -0.01051741000264883, -0.020826829597353935, -0.0007851659320294857, -0.004229149781167507, -0.018663723021745682, -0.02409921959042549, -0.02544422820210457, -0.005421631503850222, 0.008853482082486153, 0.024681594222784042, -0.017512839287519455, -0.0023624307941645384, 0.0016500616911798716, 0.0047005959786474705, 0.009470522403717041, 0.010330217890441418, 0.009969700127840042, -0.02000873163342476, -0.017207786440849304, -0.014094854705035686, 0.004964051302522421, -0.019051972776651382, 0.019412489607930183, 0.00038759983726777136, -0.016112366691231728, 0.038159411400556564, 0.02059110626578331, 0.0145316356793046, 0.014365242794156075, 0.02340591698884964, -0.022726479917764664, -0.022005444392561913, -0.019343160092830658, 0.009671580046415329, 0.008950544521212578, 0.01995326764881611, 0.0007972987368702888, 0.024847988039255142, -0.00034838487044908106, 0.03291803598403931, -0.0005901744007132947, 0.006607179995626211, -0.011668293736875057, -0.01500308234244585, -0.02401602454483509, -0.011640560813248158, -0.04176458716392517, 0.00012587786477524787, 0.04622945934534073, -0.003248125547543168, 0.013789800927042961, 0.008562294766306877, -0.022463025525212288, 0.017235517501831055, 0.011973346583545208, -0.022393694147467613, -0.005400832276791334, 0.007238085847347975, 0.005913876462727785, -0.021894516423344612, 0.0063125258311629295, -0.02549969218671322, 0.013831399381160736, 0.033084429800510406, 0.022047042846679688, -0.023003801703453064, -0.0035358464810997248, -0.022518489509820938, -0.006315992679446936, 0.011585096828639507, 0.02716362103819847, -0.015432929620146751, 0.008243375457823277, 0.030644003301858902, 0.02348911389708519, -0.005477095488458872, -0.002003646455705166, 0.005511760711669922, -0.024875719100236893, 0.011176047846674919, -0.024861853569746017, -0.04259654879570007, 0.01747124083340168, 0.03327855467796326, -0.016153965145349503, -0.0019221832044422626, 0.015945974737405777, 0.009713178500533104, 0.004627799149602652, 0.02011965960264206, -0.004270747769623995, -0.0066903759725391865, -0.0032117271330207586, -0.011640560813248158, 0.0013077432522550225, 0.017762428149580956, 0.01819227635860443, 0.010482745245099068, -0.02290673926472664, -0.012410127557814121, 0.02023058757185936, -0.014254314824938774, 0.00934572797268629, 0.0318642184138298, 0.006849836092442274, 0.005823747254908085, 0.008638557977974415, 0.0318642184138298, 0.019093571230769157, -0.02873048558831215, 0.02602660283446312, -0.0009688912541605532, -0.002586021088063717, 0.009678512811660767, -0.025846345350146294, 0.009311062283813953, 0.0292019322514534, 0.032169271260499954, 0.027745995670557022, 0.0018199209589511156, -0.03355587646365166, -0.02053564228117466, -0.012437859550118446, -0.0017627234337851405, 0.028023317456245422, 0.028175843879580498, -0.016361955553293228, 0.01950955204665661, 0.014836689457297325, 0.007633268367499113, 0.018871713429689407, 0.01050354354083538, 0.023974426090717316, 0.013845265842974186, 0.02050790935754776, -0.020910024642944336, -0.6393919587135315, 0.004444073885679245, -0.004284613765776157, -0.013824466615915298, -0.01981460675597191, 0.02591567486524582, 0.01315196231007576, 0.021575596183538437, -0.020494043827056885, 0.02039698138833046, 0.028037182986736298, 0.016209429129958153, 0.02036924846470356, -0.01672247424721718, -0.015419064089655876, -0.016348090022802353, 0.016667010262608528, -0.026345523074269295, -0.0014160719001665711, 0.026927897706627846, -0.024653863161802292, 0.007251951843500137, -0.0025028246454894543, -0.007889790460467339, 0.011529632844030857, 0.004710995592176914, 0.018039749935269356, -0.0023866964038461447, 0.015391332097351551, 0.007480741944164038, -0.012403194792568684, -0.0022099041379988194, 0.00849989801645279, 0.008083915337920189, 0.04675637185573578, 0.009006009437143803, -0.015224939212203026, -0.0068359700962901115, 0.011349373497068882, 0.021464668214321136, -0.012132806703448296, -0.03929642587900162, 0.02415468543767929, -0.0059000104665756226, 0.017790161073207855, -0.001403939095325768, 0.039240963757038116, 0.009893436916172504, -0.01741577684879303, -0.0009333594935014844, -0.015474528074264526, -0.012257601134479046, -0.001981114037334919, 0.022213434800505638, -0.006097601726651192, -0.005414698272943497, 0.028148110955953598, 0.003875565016642213, 0.001024355529807508, 0.00038738318835385144, -0.007411411497741938, -0.0028321438003331423, -0.007154889404773712, -0.0020972422789782286, -0.04295706748962402, -0.005986673291772604, -0.0033365217968821526, -0.0148505549877882, 0.006627978757023811, -0.00041836517630144954, -0.005827213637530804, 0.010649137198925018, -0.010815530084073544, -0.03979560732841492, -0.014490037225186825, 0.027579601854085922, 0.018261607736349106, -0.007411411497741938, -0.01697206310927868, 0.010718467645347118, -0.010947258211672306, -0.0029846704564988613, -0.02249075658619404, 0.00013725236931350082, 0.0147396270185709, -0.0146009661257267, -0.044121816754341125, -0.020272186025977135, -0.004114754498004913, -0.0032862573862075806, 0.007030094973742962, 0.014379109255969524, -0.008479098789393902, -0.007931388914585114, 0.009685446508228779, 0.020577240735292435, 0.0003782835847232491, 0.01000436581671238, -0.01143950317054987, -0.013775935396552086, -0.00993503537029028, -0.022116372361779213, -0.004263815004378557, 0.013651140965521336, 0.030921325087547302, 0.0037091723643243313, 0.004305412992835045, -0.0056608207523822784, 0.022144105285406113, 0.000214274026802741, -0.0025270902551710606, -0.002745480742305517, -0.024861853569746017, -0.0014490036992356181, -0.030477609485387802, -0.02861955761909485, 0.023114729672670364, 0.005178974941372871, 0.0053176358342170715, 0.0004909453564323485, 0.012576520442962646, 0.02563835307955742, 0.006395722273737192, -0.025042112916707993, 0.007688732817769051, -0.011481101624667645, 0.00025890543474815786, -0.013755136169493198, -0.00648585194721818, -0.007751130033284426, 0.01774856261909008, 0.008506830781698227, 0.026511915028095245, -0.02903554029762745, -0.003740370972082019, -0.005404298659414053, -0.0022099041379988194, -0.012673582881689072, 0.016320358961820602, -0.011536565609276295, -0.01433751080185175, -0.008985210210084915, 0.0149198854342103, -0.027621200308203697, -0.0148505549877882, -0.021769721060991287, -0.04645131528377533, -0.013318355195224285, -0.008146313019096851, 0.010579807683825493, -0.0042118169367313385, 0.0142820468172431, -0.027593469247221947, -0.0006980696925893426, 0.011321641504764557, -0.014379109255969524, 0.008714821189641953, -0.014628698118031025, 0.01051741000264883, -0.025055978447198868, -0.005272570997476578, 0.017124589532613754, -0.0028304103761911392, 0.007432210724800825, -0.015141742303967476, -0.013235158286988735, -0.018622124567627907, 0.017790161073207855, -0.018206143751740456, -0.021381471306085587, 0.003757703583687544, 0.009387325495481491, -0.02379416674375534, -0.021617194637656212, -0.00673544080927968, 0.020188990980386734, -0.024917317554354668, -0.033139895647764206, 0.01959274895489216, 0.0008748620166443288, 0.005120044574141502, 0.016292626038193703, 0.024917317554354668, 0.0014308044919744134, 0.027801459655165672, 0.017845625057816505, 0.0290910042822361, 0.02730228193104267, -0.0012158805038779974, 0.011217646300792694, 0.012417061254382133, 0.0066245123744010925, -0.009047606959939003, 0.0011309508699923754, -0.009019874967634678, 0.03627362474799156, -0.02293447032570839, -0.0033711870200932026, 0.0018857847899198532, 0.026650575920939445, 0.03383319824934006, 0.01347088161855936, -0.005359233822673559, -0.03377773240208626, 0.024168550968170166, -0.024709327146410942, -0.004142486955970526, 0.002913606818765402, 0.006586380768567324, -0.0006642711814492941, 0.025846345350146294, -0.0148505549877882, -0.05296836793422699, -0.003107731696218252, 0.02749640680849552, 0.0061842650175094604, -0.024903452023863792, 0.004891254473477602, -0.013602609746158123, 0.003723038360476494, -0.001511401031166315, -0.001621462986804545, 0.00834737066179514, 0.01461483258754015, -0.02741320990025997, 0.009900370612740517, 0.032862573862075806, 0.014226581901311874, 0.01663927733898163, -0.0146009661257267, -0.021520132198929787, 0.00378196919336915, 0.02117348089814186, -0.001052087638527155, 0.005334968212991953, 0.002670950721949339, 0.043872229754924774, -0.02605433575809002, 0.012472525238990784, -0.004326212219893932, -0.0024352276232093573, 0.03644001856446266, 0.008312705904245377, -0.025485826656222343, 0.012562654912471771, 0.013685805723071098, 0.031531430780887604, 0.0063125258311629295, -0.01849733106791973, -0.0036433085333555937, 0.0008410635055042803, 3.733952553375275e-06, -0.033417217433452606, -0.01014302670955658, 0.0302557535469532, 0.0030141358729451895, 0.006423454266041517, 0.015862777829170227, 0.028383834287524223, 0.024723192676901817, 0.015571590512990952, 0.005151242949068546, -0.018954910337924957, 0.023530712351202965, 0.019384758546948433, 0.0035566454753279686, -0.02423788048326969, -0.024847988039255142, -0.023641640320420265, 0.009470522403717041, 0.0076194023713469505, -0.000294870522338897, -0.024279478937387466, -0.0001347608194919303, 0.018719187006354332, 0.017956553027033806, 0.012867707759141922, 0.01808134838938713, 0.010406481102108955, -0.0008601293084211648, -0.04001746326684952, -0.0016353289829567075, -0.0012072141980752349, 0.04553615674376488, 0.003235992742702365, -0.00789672415703535, -0.001596330665051937, -0.008229508996009827, -0.020161258056759834, -0.0036987727507948875, -0.018344802781939507, 0.015682518482208252, 0.021131882444024086, -0.021187346428632736, -0.028148110955953598, 0.026317790150642395, 0.03705012425780296, 0.0014767359243705869, -0.03624589368700981, -0.0018493863753974438, 0.002145773498341441, -0.0069711641408503056, -0.011876284144818783, 0.007744197268038988, 0.02719135209918022, 0.037271980196237564, -0.0002768879639916122, -0.00677010603249073, 0.008590026758611202, -0.015100144781172276, -0.0017159255221486092, -0.007820460014045238, -0.016902733594179153, -0.008139380253851414, 0.009643848054111004, -0.016667010262608528, 0.006170398555696011, -0.004336611833423376, 0.03394412621855736, 0.015086278319358826, -0.019149035215377808, -0.020050330087542534, -0.031531430780887604, 0.024224014952778816, 0.011765356175601482, 0.01697206310927868, 0.0006083736079744995, 0.037715695798397064, -0.014628698118031025, 0.0033243889920413494, -0.019370893016457558, -0.024584531784057617, -0.0046000671572983265, -0.03533073142170906, -0.008936678990721703, -0.025679951533675194, 0.01852506212890148, -0.007806594483554363, -0.0019048505928367376, 0.006478918716311455, 0.0142820468172431, -0.015377465635538101, 0.004856589250266552, 0.010080629028379917, 0.009442790411412716, -0.013741269707679749, 0.0295901820063591, 0.024515202268958092, 0.011876284144818783, 0.019204499199986458, 0.018511196598410606, 0.006738907191902399, 0.006475452333688736, -0.03438784182071686, -0.0019221832044422626, -0.0018580526812002063, 0.00887428130954504, 0.01157816406339407, -0.012687449343502522, 0.05241372436285019, 0.023558443412184715, 0.012250668369233608, -0.00433314498513937, -0.00666611036285758, -0.0014602699084207416, 0.002688283333554864, 0.006350657436996698, -0.01308263186365366, 0.0042880806140601635, 0.0049779172986745834, 0.012451726011931896, 0.01315196231007576, -0.023724837228655815, 0.007647134829312563, 0.004197950940579176, 0.026234595105051994, -0.02421014942228794, -0.006198131013661623, -0.009775575250387192, -0.0063125258311629295, 0.004676330368965864, 0.043511711061000824, -0.0068671684712171555, -0.055020544677972794, 0.001439470797777176, -0.03632909059524536, 0.011661360040307045, 0.0019429823150858283, -0.010413414798676968, -0.020771365612745285, -0.028148110955953598, 0.004887787625193596, -0.03533073142170906, -0.0013510746648535132, -0.001878851791843772, -0.0030851992778480053, -0.021880650892853737, 0.0017271917313337326, 0.01057287398725748, 0.008146313019096851, 0.007633268367499113, -0.021825185045599937, -0.02384963072836399, 0.015779580920934677, -0.024737060070037842, -0.02975657396018505, 0.014878286980092525, -0.024196282029151917, -0.010087561793625355, 0.0035878443159163, 0.023114729672670364, -0.004114754498004913, 0.010025165043771267, 0.02655351348221302, 0.0024542934261262417, -0.01874691992998123, -0.009872637689113617, -0.021797453984618187, 0.005123510956764221, 0.022171838209033012, 0.016334224492311478, 0.018233874812722206, -0.004988316912204027, -0.009089205414056778, -0.0021527064964175224, -0.005210173781961203, 0.019398624077439308, -0.010247021913528442, 0.0014472705079242587, 0.013699672184884548, -0.01769309863448143, 0.014226581901311874, -0.007605536375194788, -0.013685805723071098, 0.016472885385155678, -0.020022597163915634, 0.018039749935269356, -0.014573234133422375, -0.010593673214316368, 0.03907456994056702, 0.030477609485387802, 0.009893436916172504, 0.007050893735140562, -0.007640201598405838, -0.0032914571929723024, -0.029617914929986, 0.019606614485383034, 0.00906840618699789, -0.007764996029436588, 0.02848089672625065, -0.004468339495360851, -0.037604767829179764, 0.004177152179181576, -0.006492784712463617, -0.01763763464987278, 0.02023058757185936, -0.011030454188585281, 0.010545141994953156, 0.003424918046221137, 0.00029942032415419817, 0.002128440886735916, 0.027232950553297997, -0.007355947513133287, 0.009165468625724316, 0.0022029709070920944, -0.005685086362063885, 0.01774856261909008, -0.0019880470354110003, -0.03552485629916191, -0.03352814540266991, -0.032890304923057556, 0.005168575793504715, 0.014254314824938774, 0.04001746326684952, 0.017845625057816505, -0.009220932610332966, -0.016819536685943604, 0.0009662914089858532, -0.01079473178833723, -0.017790161073207855, -0.011488034389913082, -0.01830320619046688, 0.03352814540266991, -0.006939965300261974, 0.03455423191189766, -0.004731794353574514, 0.011113651096820831, 0.0021076418925076723, 0.003629442537203431, 0.0285363607108593, -0.016445152461528778, -0.007286617066711187, -0.02898007445037365, -3.794210351770744e-05, 0.022781943902373314, 0.00286334240809083, -0.00040514906868338585, -0.026345523074269295, 0.007099424954503775, 0.0030886658933013678, 0.009456655941903591, 0.01131470873951912, -0.030616270378232002, -0.021076418459415436, -0.006603713147342205, 0.005827213637530804, 0.0021873717196285725, -0.004683263134211302, -0.02898007445037365, -0.02624846063554287, 0.008021518588066101, -0.0038097011856734753, 0.015460662543773651, -0.007744197268038988, 0.04204190894961357, -0.002955205040052533, 0.002019245643168688, -0.0003882498131133616, 0.011820820160210133, -0.007716464810073376, 0.019010374322533607, -0.024820255115628242, 0.0008505964069627225, 0.019495686516165733, -0.0031562629155814648, 0.044094085693359375, -0.00046537979505956173, -0.02133987285196781, -0.004832323640584946, 0.005040314514189959, -0.004984850063920021, 0.008652424439787865, -5.5789245379855856e-05, -0.02340591698884964, -0.02415468543767929, -0.013172761537134647, 0.006641844753175974, -0.01504467986524105, 0.008742554113268852, 0.006392255891114473, -0.016472885385155678, 0.009678512811660767, -0.02067430317401886, -0.013103431090712547, 0.009803307242691517, -0.03655094653367996, 0.055686116218566895, 0.008513763546943665, 0.021575596183538437, 0.005646954756230116, 0.005199774168431759, -0.04636811837553978, 0.004662464372813702, 0.004957118071615696, -0.004912053234875202, 0.01433751080185175, 0.04071076586842537, 0.003837433410808444, 0.006413055118173361, 0.01294397097080946, -0.016015304252505302, 0.008139380253851414, -0.028106512501835823, 0.003695306135341525, 0.01283304300159216, 0.00047837922465987504, -0.018012018874287605, -0.00886041484773159, -0.02432107739150524, 0.004953651688992977, 0.00041229877388104796, 0.01039261557161808, 0.004825390409678221, -0.0014204049948602915, -0.0025738882832229137, 0.011619762517511845, -0.019051972776651382, 0.02683083526790142, -0.005522160325199366, -0.009373459964990616, 0.020910024642944336, -0.005133910570293665, -0.0283976998180151, -0.012063476257026196, 0.003951828461140394, 0.020743632689118385, -0.03447103500366211, -0.02939605712890625, 0.03910230100154877, 0.014379109255969524, 0.005542959552258253, -0.022518489509820938, 0.0009446256444789469, 0.03380546718835831, -0.008070049807429314, 0.0039414288476109505, 0.010316352359950542, 0.012375462800264359, 0.02156173065304756, -0.018400268629193306, 0.012423994019627571, -0.033334020525217056, -0.019121302291750908, -0.007792728487402201, 0.00562268914654851, 0.038630854338407516, -0.01426818035542965, -0.02649804949760437, 0.005685086362063885, -0.022837407886981964, -0.024334942921996117, -0.012354663573205471, -0.0014334043953567743, -0.03918549790978432, -0.01791495643556118, -0.013131163083016872, -0.013200493529438972, 0.01650061644613743, 0.010260887444019318, -0.0062119970098137856, 0.007959120906889439, 0.015391332097351551, -0.03355587646365166, 0.0150585463270545, 0.0036190429236739874, -0.021048685535788536, -0.022532355040311813, 0.020937757566571236, -0.024515202268958092, 0.002636285498738289, 0.013692738488316536, -0.007432210724800825, -0.015571590512990952, -0.02290673926472664, 0.010815530084073544, 0.0009870905196294188, -0.005109644960612059, 0.009733977727591991, 0.014822822995483875, -0.022130239754915237, -0.001748857437632978, -0.007820460014045238, -0.02630392462015152, 0.031170913949608803, -0.04059983789920807, -0.0020903092809021473, 0.021104149520397186, -0.0002482892305124551, 0.0016604611882939935, -0.011349373497068882, 0.002955205040052533, 0.003820100799202919, -0.0020573772490024567, -0.011280043981969357, 0.016985928639769554, 0.013983925804495811, -0.03613496571779251, -0.00673544080927968, -0.0024854920338839293, -0.032723911106586456, -0.002178705297410488, 0.00869402289390564, -0.004326212219893932, -0.013463948853313923, 0.0012184804072603583, -0.012666650116443634, 0.006863702088594437, 0.01171682495623827, -0.023502979427576065, -0.00026973828789778054, -0.015252671204507351, -0.005993606522679329, -0.03702239319682121, -0.005456296261399984, 0.00601093890145421, 0.02964564599096775, 0.011834686622023582, -0.009470522403717041, -0.020078061148524284, -0.014365242794156075, -0.03546939417719841, -0.025069843977689743, 0.012527989223599434, 0.0036363755352795124, 0.006825570482760668, 0.0297011099755764, 0.012770645320415497, 0.04728328064084053, -0.0036363755352795124, 0.015335867181420326, -0.026151398196816444, -0.00526563823223114, -0.01440684124827385, -0.008687089197337627, 0.011640560813248158, -0.011654427275061607, -0.03680053725838661, -0.0073836795054376125, 0.018511196598410606, 0.006534383166581392, 0.02156173065304756, 0.0034145184326916933, -0.007806594483554363, -0.0008016318897716701, -0.022296631708741188, -0.030699467286467552, -0.006832503248006105, 0.027759861201047897, 0.010947258211672306, -0.0074044787324965, -0.002027912065386772, 0.019856205210089684, 0.008506830781698227, 0.0015443329466506839, 0.005678153596818447, 0.0026969495229423046, -0.013457016088068485, 0.016306491568684578, -0.03017255663871765, 0.0007461676141247153, 0.007251951843500137, -0.0025374898687005043, -0.0026241526938974857, 0.016292626038193703, 0.01217440515756607, 0.03982333838939667, -0.009428923949599266, -0.01315196231007576, 0.014004725031554699, 0.021298274397850037, -0.027898522093892097, -0.003352121217176318, 0.0022203035186976194, 0.03610723093152046, 0.007550072390586138, -0.007050893735140562, -0.02268488146364689, -0.011252311058342457, -0.013200493529438972, -0.005050714127719402, 0.014184984378516674, -0.01497534941881895, -0.01794268749654293, 0.014018591493368149, -0.002053910866379738, -0.02025832049548626, -0.002428294625133276, 0.005924276076257229, 0.0056642876006662846, -0.005733617581427097, -0.01497534941881895, -0.028369968757033348, -0.002083376282826066, -0.02886914648115635, -0.010773932561278343, 0.009872637689113617, -0.0009576251031830907, -0.012548788450658321, -0.007792728487402201, 0.010773932561278343, 0.19745275378227234, -0.01950955204665661, 0.013637274503707886, 0.032252468168735504, 0.0055602919310331345, 0.0017020594095811248, 0.027732130140066147, -0.0014403375098481774, -0.01461483258754015, 0.03619042783975601, 0.010628338903188705, 0.006860235705971718, -0.015432929620146751, -0.0032013277523219585, 0.002093775663524866, -0.02078523114323616, -0.02939605712890625, -0.01835867017507553, -0.002258435357362032, -0.01852506212890148, -0.016251027584075928, -0.016791803762316704, -0.02884141355752945, -0.013068766333162785, 0.032280199229717255, -0.010101428255438805, -0.011751489713788033, 0.009144669398665428, 0.009983566589653492, 0.01138403918594122, -0.02415468543767929, -0.03377773240208626, 0.005626155529171228, 0.019689811393618584, -0.032807108014822006, 0.00782739371061325, 0.032973501831293106, -0.004704062361270189, 0.010635271668434143, -0.009047606959939003, 0.002802678383886814, -0.020078061148524284, -0.02257395349442959, -0.04084942489862442, 0.007855125702917576, 0.009317995049059391, -0.018317071720957756, 0.006738907191902399, -0.004045424517244101, 0.011460302397608757, 0.005945075303316116, 0.00317359552718699, 0.01716618798673153, 0.02641485258936882, -0.00018892512889578938, -0.01057287398725748, -0.003605176694691181, 0.0036675741430372, 0.004797658417373896, -0.007633268367499113, 0.0017072592163458467, 0.021187346428632736, -0.0064546531066298485, 0.004981383681297302, -0.00641652150079608, 0.007633268367499113, -0.02150626666843891, -0.004984850063920021, -0.0028096113819628954, -0.03383319824934006, 0.004419808275997639, -0.009609182365238667, -0.00017722563643474132, 0.006915699690580368, -0.008915879763662815, -0.004825390409678221, -0.0021527064964175224, 0.02128440886735916, -0.002171772299334407, 0.027427075430750847, -0.021714257076382637, -0.02282354235649109, -0.00869402289390564, -0.032446593046188354, -0.014822822995483875, -0.03017255663871765, 0.028314504772424698, 0.00103475502692163, -0.007633268367499113, -0.015432929620146751, -0.004191018175333738, -0.014309778809547424, -0.007411411497741938, 0.02677537128329277, 0.02003646269440651, 0.02950698509812355, -0.0010373549303039908, 0.016653142869472504, -0.0025496226735413074, -0.013699672184884548, -0.027967851608991623, 0.04786565527319908, 0.0286750216037035, -0.0022515023592859507, -0.02928512915968895, -0.022144105285406113, -0.006367990281432867, -0.0017696565482765436, 0.004166752565652132, -9.890404180623591e-05, -0.009047606959939003, -0.04184778407216072, -0.006014405749738216, -0.00286334240809083, 0.02376643568277359, -0.0014420707011595368, 0.001081553054973483, -0.0298397708684206, 0.002618952887132764, -0.015238804742693901, 0.004984850063920021, -0.023780301213264465, 0.015918241813778877, 0.007217286620289087, -0.004000359680503607, -0.017679233103990555, -0.011072052642703056, 0.004447540268301964, -0.011196847073733807, -0.03330628573894501, 0.00417368533089757, -0.02343364991247654, 0.005934675689786673, 0.006250128615647554, 0.01007369626313448, 0.013124230317771435, 0.00013801066961605102, 0.011765356175601482, -0.01283304300159216, 0.01772082969546318, -0.003164929337799549, -0.005643488373607397, -0.0014230048982426524, -0.01367887295782566, 0.008042317815124989, -0.021492399275302887, 0.00013941894576419145, -0.004908586852252483, -0.02340591698884964, -0.024362675845623016, -0.01018462423235178, 0.013831399381160736, -0.005754416808485985, 0.0007154022459872067, -0.0042880806140601635, -0.02368323877453804, -0.011307775974273682, -0.04700595885515213, -0.009054540656507015, 0.0059000104665756226, -0.01276371255517006, 0.027829192578792572, 0.03519207239151001, -0.005820280406624079, -0.0286472886800766, -0.024806389585137367, -0.1791495531797409, 0.011141383089125156, 0.005043780896812677, -0.024362675845623016, 0.02017512358725071, -0.0034509168472141027, 0.021686526015400887, 0.03890817612409592, 0.021714257076382637, -0.017263250425457954, 0.012243734672665596, -0.027912387624382973, -0.0142820468172431, -0.0066591775976121426, -0.012347730807960033, 0.004419808275997639, 0.019800741225481033, -0.009616116061806679, 0.03336175158619881, 0.01203574426472187, 0.02023058757185936, -0.031059984117746353, 0.02437654137611389, 0.010954190976917744, -0.00298813683912158, 0.02834223583340645, 0.004950185306370258, 0.019717544317245483, -0.0020625770557671785, -0.032086074352264404, -0.008056183345615864, 0.004336611833423376, -0.004617399536073208, -0.011640560813248158, -0.0026588179171085358, 0.0074044787324965, -0.0046936627477407455, -0.0024646930396556854, 0.009484387934207916, -0.0035185138694941998, 0.011689092963933945, 0.03998973220586777, -0.038381267338991165, 0.007061293348670006, 0.015682518482208252, 0.021866783499717712, 0.01833093725144863, -0.02898007445037365, 0.01744350977241993, -0.021617194637656212, 0.019273830577731133, -0.024570666253566742, 0.02572154998779297, -0.0016127966810017824, 0.016167830675840378, 0.005397365894168615, -0.03705012425780296, -0.009928102605044842, 0.0054944283328950405, 0.009477455168962479, -0.006437320727854967, -0.016348090022802353, -0.005414698272943497, 0.01071153488010168, 0.002376296790316701, -0.027427075430750847, -0.032363396137952805, 0.0029361392371356487, -0.02147853374481201, -0.004880854859948158, 0.0036017103120684624, -0.009713178500533104, -0.009595316834747791, -0.007993786595761776, 0.0026986829470843077, 0.019149035215377808, -0.027482539415359497, 0.005646954756230116, -0.009560651145875454, -0.0151278767734766, -0.021963845938444138, 0.0073351482860744, -0.014947617426514626, 0.005570691544562578, -0.002066043671220541, 0.0020920424722135067, -0.00972704403102398, 0.008000719361007214, 0.007841259241104126, 0.0038270337972790003, 0.028300637379288673, -0.023114729672670364, -0.012604252435266972, -0.004263815004378557, -0.010746199637651443, 0.010205423459410667, 0.015904376283288002, -0.007047427352517843, -0.003480382263660431, 0.005841079633682966, 0.012576520442962646, -0.007397545501589775, -0.02950698509812355, -0.00873562041670084, 0.02006419561803341, 0.007771929260343313, 0.0049363188445568085, 0.015030814334750175, 0.056490346789360046, 0.01412951946258545, -0.026317790150642395, 0.008527630008757114, 0.01058674044907093, 0.021686526015400887, 0.010621405206620693, 0.0146702965721488, -0.004038491286337376, -0.03552485629916191, 0.008458299562335014, 0.011127516627311707, 0.04273521155118942, -0.016459017992019653, -0.021811319515109062, 0.010281686671078205, 0.010080629028379917, -0.012278400361537933, -0.08014585077762604, -0.006600246764719486, -0.003983027301728725, 0.022726479917764664, 0.01461483258754015, 0.02549969218671322, -0.022837407886981964, 0.03682826831936836, 0.018760785460472107, 0.01301330141723156, -0.004950185306370258, -0.021298274397850037, -0.022282766178250313, 0.0007366347126662731, 0.009110004641115665, 0.012715181335806847, -0.010649137198925018, -0.002930939430370927, -0.005716285202652216, 0.03624589368700981, -0.00972704403102398, -0.003090399084612727, -0.0008410635055042803, -0.01472576055675745, -0.016653142869472504, 0.0018580526812002063, -0.03436010703444481, 0.031753286719322205, -0.003910230007022619, -0.008257241919636726, -0.003492515068501234, -0.033056698739528656, 0.032418858259916306, -0.033139895647764206, 0.005854945629835129, -0.01352634560316801, -0.032030608505010605, -0.012791444547474384, 0.013928461819887161, -0.013041033409535885, 0.008167112246155739, 0.02630392462015152, -0.00913773663341999, -0.037937551736831665, 0.010933391749858856, -0.01472576055675745, -0.010281686671078205, 0.032751645892858505, -0.01479509100317955, -0.001228880020789802, -0.006097601726651192, 0.0022203035186976194, -0.021839052438735962, -0.015807313844561577, 0.01454550214111805, -0.0033070563804358244, 0.024945050477981567, 0.004697129596024752, -0.019883936271071434, 0.016764072701334953, 0.0049363188445568085, -0.01702752709388733, -0.003509847680106759, 0.032169271260499954, 0.002745480742305517, 0.012978636659681797, -0.011481101624667645, -0.014157252386212349, 0.0286750216037035, -0.030505342409014702, -0.020410846918821335, 0.038048479706048965, -0.010663003660738468, 0.016140099614858627, -0.0146702965721488, 0.004444073885679245, -0.02335045300424099, -0.003764636581763625, 0.031725555658340454, -0.014503903687000275, -0.010808597318828106, -0.015363599173724651, 0.007910589687526226, -0.012326931580901146, 0.02426561340689659, 0.024085354059934616, 0.0053488342091441154, 0.005303769838064909, 0.019856205210089684, -0.016764072701334953, -0.012257601134479046, 0.02318405918776989, 0.00604560412466526, -0.021242810413241386, 0.0028564094100147486, 0.016043037176132202, 0.0020799096673727036, 0.0036779737565666437, 0.00013421916810330003, 0.015904376283288002, -0.028203574940562248, -0.01472576055675745, -0.07798274606466293, 0.024029890075325966, -0.006288260221481323, -0.01805361546576023, 0.0067250411957502365, 0.001541733043268323, -0.014178050681948662, -0.014559367671608925, -0.0075639383867383, 0.027122022584080696, -0.02605433575809002, -0.005345367826521397, 0.004534203093498945, -0.011592029593884945, -0.005144310183823109, -0.016167830675840378, 0.01518334075808525, 0.011189914308488369, 0.01150883361697197, -0.001878851791843772, -0.02398829162120819, -0.01334608718752861, 0.017346447333693504, 0.03549712523818016, -0.006783972028642893, 0.020632704719901085, 0.011155248619616032, 0.01322129275649786, 0.001624062773771584, 0.004239549394696951, 0.007972987368702888, -0.03594084084033966, 0.007026628125458956, 0.04240242391824722, -0.007903656922280788, -0.026400987058877945, 0.02396056056022644, 0.026983361691236496, 0.04281840845942497, 0.02699722722172737, -0.004159819334745407, -0.00519630778580904, 0.01730484887957573, -0.007557005155831575, -0.00887428130954504, -0.0019135168986395001, 0.001856319373473525, 0.02343364991247654, 0.01964821293950081, -0.0012384129222482443, 0.02936832420527935, 0.0038305004127323627, 0.02346138097345829, -0.018816249445080757, -0.00862469244748354, -0.01827547326683998, 0.015737982466816902, 0.008118581026792526, 0.004329678602516651, -0.007224219851195812, 0.04575801268219948, 0.007785795256495476, 0.016292626038193703, -0.006218929775059223, -0.005487495101988316, -0.015807313844561577, -0.007127157412469387, -0.008603893220424652, 0.0070370277389883995, -0.03377773240208626, -0.005314169451594353, -0.0032134605571627617, -0.012534921988844872, 0.011411771178245544, 0.0005000449600629508, -0.007026628125458956, -0.02409921959042549, 0.009213999845087528, 0.008936678990721703, 0.006378389894962311, 0.02373870275914669, 0.021409204229712486, -0.03361134231090546, 0.017984285950660706, 0.037438374012708664, 0.021852917969226837, 0.0022029709070920944, 0.02914646826684475, 0.006544782314449549, -0.013117297552525997, -0.017679233103990555, 0.024279478937387466, -0.006520516704767942, 0.014684162102639675, -0.004513403866440058, 0.005227506160736084, -0.0156547874212265, 0.012805311009287834, 0.024334942921996117, 0.020937757566571236, -0.011390971951186657, 0.011460302397608757, -0.0013796734856441617, -0.0006304726121015847, -0.023086996749043465, -0.01774856261909008, -0.03441557288169861, -0.02312859520316124, 0.00046234659384936094, 0.005088845733553171, 0.0025028246454894543, 0.0038478330243378878, -0.014226581901311874, 0.019578883424401283, -0.01677793823182583, -0.0004311479569878429, -0.02362777478992939, 0.0019204498967155814, -0.010995789431035519, 0.03474835678935051, -0.020577240735292435, 0.026290059089660645, 0.01708299107849598, -0.009317995049059391, 0.019176768139004707, 0.008506830781698227, 0.0013883396750316024, -0.0007011028937995434, 0.02111801691353321, 0.01719392091035843, -0.01079473178833723, 0.020438579842448235, -0.010032097809016705, -0.00892974529415369, -0.0031111983116716146, -0.007030094973742962, -0.013519412837922573, 0.0010512210428714752, 0.02415468543767929, 0.09356820583343506, 0.016625411808490753, -0.019745275378227234, 0.013831399381160736, 0.013047967106103897, -0.013900729827582836, 0.024806389585137367, 0.001946448814123869, 0.001124017871916294, -0.007047427352517843, 0.028369968757033348, 0.0299506988376379, -0.027843058109283447, -0.02276807837188244, -0.023225657641887665, 0.0033919860143214464, -0.004177152179181576, -0.01672247424721718, -0.002036578254774213, 0.008319638669490814, 0.015460662543773651, -0.013900729827582836, 0.015252671204507351, 0.010212356224656105, -0.009096138179302216, -0.015599322505295277, 0.03987880051136017, -0.017623767256736755, 0.006929565686732531, -0.06483771651983261, 0.00029660380096174777, -0.0049779172986745834, -0.03472062572836876, -0.01426818035542965, -0.008978276513516903, -0.016958197578787804, 0.00641652150079608, -0.027981719002127647, 0.014559367671608925, 0.00013010267866775393, -0.0054597631096839905, 0.019065838307142258, -0.022213434800505638, -0.026955628767609596, -0.022393694147467613, 0.017623767256736755, -0.004163285717368126, -0.01030941866338253, -0.023142462596297264], \"0bed218e-cea0-45cd-86d4-328ce31c869d\": [0.02157059870660305, 0.011172917671501637, 0.006983923260122538, -0.02834371291100979, 0.022876258939504623, 0.006354894023388624, -0.004542610142379999, 3.0176397558534518e-05, -0.01432146318256855, -0.033457547426223755, 0.01720479689538479, 0.008956014178693295, 0.0003298152587376535, 0.000181802170118317, -0.008724804036319256, -0.0066813090816140175, 0.012594182975590229, -0.003988384734839201, 0.005419850815087557, -0.005960476119071245, -0.013675432652235031, -0.010023663751780987, 0.002908834721893072, -0.027160458266735077, -0.01634795591235161, -0.0070587266236543655, 0.02964937314391136, -0.011723742820322514, -0.012104560621082783, -0.023257076740264893, 0.01942169852554798, -0.012696187943220139, 0.008024371229112148, 0.007990369573235512, -0.018102437257766724, 0.0003914431144949049, -0.007561950013041496, -0.003097543492913246, 0.022114623337984085, -0.0169735848903656, 0.03927861899137497, 0.002108097542077303, -0.002517816610634327, -0.019408099353313446, -0.00030920180142857134, 0.019367296248674393, 0.0070587266236543655, -0.003967983648180962, -0.019992925226688385, 0.011111713945865631, 0.03139025345444679, 0.025052359327673912, -0.02748687192797661, -0.02728286385536194, -0.009602044709026814, 0.014552673324942589, -0.020224135369062424, 0.031227044761180878, 0.011329324916005135, -0.008500393480062485, 0.010112067684531212, 0.014647877775132656, -0.01861926168203354, -0.0016958285123109818, 0.0013243613066151738, 0.005086635705083609, -0.011907351203262806, -0.0031791471410542727, -0.0006354044307954609, 0.00016044492076616734, 0.03291352465748787, 0.0328863225877285, -0.001184954890049994, 0.018551258370280266, 0.024657942354679108, -0.02215542644262314, -0.014743082225322723, -0.012145361863076687, 0.00663030706346035, -0.011179717257618904, -0.0042875986546278, 0.006613306235522032, 0.0005010981694795191, 0.03832657262682915, -0.009948860853910446, -0.005736065562814474, 0.015137501060962677, 0.004457606468349695, 0.0018054835963994265, -0.0007654604269191623, -0.023828303441405296, 0.011982155032455921, 0.014919891022145748, 0.0017017787322402, -0.021556997671723366, 0.021325787529349327, -0.0006120283505879343, 0.010832901112735271, 0.0041005900129675865, 0.008303184062242508, -0.004518809262663126, 0.007677555549889803, -0.01889127492904663, -0.01037047989666462, -0.011954953894019127, -0.020550550892949104, 0.018877673894166946, -0.007378341630101204, 0.009343632496893406, -0.0003442659508436918, -0.012424174696207047, 0.032043084502220154, 0.004199194256216288, -0.023828303441405296, 0.022563444450497627, -0.00510363606736064, 0.009289230220019817, -0.03073742240667343, -0.006640507373958826, -0.034491196274757385, 0.02003372833132744, 0.026766039431095123, 0.015191903337836266, -0.01159453671425581, -0.0030499412678182125, -0.002402211306616664, -0.011424528434872627, 0.001577673014253378, -0.0077319578267633915, -0.009826455265283585, 0.03541604056954384, -0.005603459198027849, 0.007487146649509668, -0.004967629909515381, -0.007827162742614746, -0.003270951332524419, -0.002313807141035795, 0.023991510272026062, -0.034817613661289215, -0.03563364967703819, 0.019707312807440758, 0.016130346804857254, -0.012328971177339554, 0.010329678654670715, 0.005175039637833834, -0.00015757603978272527, 0.01856485940515995, 0.01747680827975273, 0.011166117154061794, -0.002375009935349226, 0.0033865568693727255, 0.013131408020853996, 0.007405542768537998, 0.014348664321005344, 0.014906289987266064, 0.026290016248822212, -0.0011951553169637918, 0.0029547368176281452, -0.016606368124485016, 0.026766039431095123, 0.016130346804857254, 0.024236321449279785, 0.004457606468349695, 0.0004806972574442625, 0.009738050401210785, 0.021108176559209824, 0.004413404501974583, 0.0022900060284882784, 0.0049472288228571415, 0.017939230427145958, -0.002119998214766383, 0.0021012972574681044, -0.005742866080254316, 0.012016156688332558, 0.004151592031121254, 0.0013660131953656673, 0.008269182406365871, 0.013111007399857044, -0.02752767503261566, -0.018904875963926315, -0.0056884633377194405, 0.0037333727814257145, 0.034572798758745193, 0.0431411974132061, -0.012056957930326462, 0.005759866442531347, 0.0014578175032511353, -0.0007208333699963987, 0.01255338080227375, 0.0008683152263984084, 0.021842611953616142, 0.009867256507277489, -0.011465330608189106, -0.020876966416835785, -0.6519597768783569, -0.02127138525247574, 0.004396403674036264, -0.04325000196695328, -0.001445916946977377, 0.009241627529263496, 0.015531918965280056, 0.008541195653378963, -0.015314308926463127, 0.019176887348294258, 0.013417021371424198, 0.01213856227695942, 0.018959278240799904, -0.020577752962708473, -0.0180344358086586, -0.008201180025935173, 0.007555149961262941, -0.04129151254892349, 0.01982971839606762, 0.014797485433518887, -0.0014093652134761214, 0.015613522380590439, -0.012158962897956371, -0.01770802028477192, 0.008187578991055489, -0.0013294615782797337, 0.020781762897968292, -0.006841116584837437, -0.001235957257449627, -0.002125098370015621, -0.019965725019574165, 0.008024371229112148, 0.009302830323576927, 0.002380110090598464, 0.05206321179866791, -0.014960692264139652, -0.0031434455886483192, -0.00562726054340601, 0.03797295689582825, 0.04640534892678261, -0.005508255213499069, -0.014117453247308731, 0.011764544993638992, 0.02225062996149063, -0.0071947332471609116, 0.0028442316688597202, 0.052906449884176254, -0.010662893764674664, -0.008935613557696342, -0.012179363518953323, 0.004654815420508385, -0.010037264786660671, -0.013525825925171375, 0.011125314980745316, -0.02109457738697529, -0.04803742468357086, 0.02631721831858158, -0.006963522173464298, 0.007629953324794769, -0.0005890772445127368, -0.0036313680466264486, 0.001830984721891582, -0.003587166080251336, -0.00735114049166441, -0.01644316129386425, 0.017857626080513, 0.002862932626157999, -0.021556997671723366, 0.007521148305386305, -0.01487908884882927, -0.019544104114174843, -0.0008219880401156843, -0.025528382509946823, -0.033756762742996216, 0.001265708589926362, 0.02834371291100979, 0.018496856093406677, -0.04325000196695328, -0.007738758344203234, -0.0037469733506441116, -0.01298180129379034, 0.006521502044051886, -0.006504501216113567, 0.0028255307115614414, 0.008282783441245556, 0.01712319254875183, -0.04180833697319031, -0.025473978370428085, 0.003573565511032939, -0.0015207204269245267, 0.000826663279440254, -0.0014782184734940529, -0.001677977736108005, -0.028398115187883377, 0.014756683260202408, 0.028425315394997597, -0.016334356740117073, -0.004498408176004887, -0.005899273324757814, -0.030927831307053566, -0.01891847513616085, -0.004753420129418373, 0.0058550708927214146, 0.009411635808646679, 0.03337594494223595, -0.0025076160673052073, -0.009425235912203789, -0.010764898732304573, 0.03639528527855873, 0.008820008486509323, 0.011587736196815968, -0.009833254851400852, -0.019707312807440758, -0.0014799184864386916, -0.010220873169600964, -0.023624293506145477, -0.010676493868231773, -0.004529009573161602, 0.004389603156596422, -0.02616761066019535, -0.008139977231621742, 0.00526684382930398, -0.00953404139727354, -0.013566628098487854, 0.0010038964683189988, 0.005763266701251268, -0.019897721707820892, -0.0034086578525602818, -0.020727358758449554, 0.01013926975429058, 0.009955660440027714, 0.014008648693561554, 0.0016890282277017832, 0.0007531348383054137, 0.008187578991055489, 0.003675570245832205, -0.013566628098487854, -0.02280825562775135, 0.005011831875890493, -0.021257784217596054, -0.0020400944631546736, 0.00786796398460865, 0.006912520155310631, 0.0013090606080368161, -0.012566981837153435, -0.026086008176207542, -0.043358806520700455, -0.012322170659899712, 0.016171148046851158, 0.012349371798336506, 0.003950982820242643, 0.01177134457975626, -0.009384434670209885, 0.016565566882491112, -0.034844812005758286, 0.00038358024903573096, 0.007779560051858425, -0.043386008590459824, -0.01712319254875183, -0.011893750168383121, -0.009840055368840694, 0.04077468812465668, -0.015654325485229492, 0.0013660131953656673, 0.010316077619791031, -0.004617413971573114, 0.003950982820242643, 0.023433884605765343, -0.010887304320931435, -0.022889859974384308, 0.012485378421843052, 0.02551478147506714, 0.002456613816320896, 0.00018063336028717458, -0.005576258059591055, 0.02401871234178543, -0.011689741164445877, -0.013403420336544514, 0.002740526804700494, -0.009438836947083473, -0.00048452243208885193, 0.0029836380854249, -0.006524901837110519, -0.013151808641850948, 0.035905662924051285, 0.025569183751940727, 0.017776023596525192, 0.011336124502122402, -0.00534844771027565, 0.01371623482555151, -0.002786428900435567, 0.0023631094954907894, -0.019707312807440758, 0.0016150748124346137, -0.008364386856555939, 0.022209828719496727, -0.017490409314632416, 0.0009010417270474136, -0.009840055368840694, 0.02071375958621502, 0.02937735989689827, -0.003269251435995102, 0.010084866546094418, -0.008003970608115196, -0.001825884566642344, -0.031635064631700516, 0.009785653091967106, -0.0036313680466264486, 0.013287815265357494, -0.0009494939586147666, 0.004362402018159628, -0.0012045057956129313, -0.003094143234193325, -0.029241353273391724, 0.0005771767464466393, 0.021053774282336235, -0.014403066597878933, 0.0226314477622509, -0.010560888797044754, 0.005865271668881178, 0.016959985718131065, -0.013063404709100723, 0.015695126727223396, 0.0106968954205513, -0.031308650970458984, 0.024494733661413193, 0.002582419663667679, 0.01753121241927147, -0.006348093971610069, -0.04956069588661194, -0.010180070996284485, 0.015531918965280056, 0.010941706597805023, 0.0026181212160736322, -0.0041107903234660625, 0.02558278478682041, -0.00014631301746703684, -0.03285912051796913, 0.025705190375447273, -0.010588089935481548, 0.0066065057180821896, 0.022087423130869865, 0.016225550323724747, -0.01712319254875183, 0.012145361863076687, 0.01063569262623787, 0.043358806520700455, 0.008718003518879414, -0.004029186442494392, -2.5421490136068314e-05, -0.0012181063648313284, 0.024005111306905746, -0.007079127710312605, -0.005579658318310976, 0.022441038861870766, -0.0018785869469866157, 0.018959278240799904, 0.012022956274449825, 0.0162663534283638, 0.028425315394997597, 0.003282852005213499, -0.0021369990427047014, 0.01833364926278591, 0.005712264217436314, 0.02558278478682041, -0.011512933298945427, -0.01755841262638569, -0.02215542644262314, -0.017585614696145058, 0.0017952830530703068, -0.002356308978050947, -0.01856485940515995, -0.015232705511152744, 0.01415825542062521, 0.018279246985912323, 0.01914968714118004, 0.01788482815027237, 0.006637107115238905, 0.006382095627486706, 0.0025671187322586775, -0.03955063223838806, 0.01019367203116417, 0.010071266442537308, 0.016551965847611427, -0.002375009935349226, -0.0065283020958304405, -0.013757036998867989, -0.0019465901423245668, -0.008956014178693295, 0.0007144580595195293, -0.014348664321005344, 0.02018333412706852, 0.019231289625167847, -0.0005946025485172868, -0.015518318861722946, -0.0035565646830946207, 0.029567768797278404, -0.01944890059530735, -0.037700943648815155, -0.003250550478696823, 0.005923074204474688, -0.005814269185066223, 0.008629599586129189, -0.020876966416835785, 0.027446070685982704, 0.0018462854204699397, -0.023406684398651123, -0.02410031482577324, 0.010907704941928387, -0.018809670582413673, -0.014634277671575546, -0.015327909961342812, -0.006494300439953804, 0.00362456776201725, -0.005515055265277624, -0.02109457738697529, -0.01891847513616085, -0.015151101164519787, 0.0062290881760418415, -0.001532620983198285, 0.0038523783441632986, -0.009316431358456612, -0.01912248507142067, 0.017993632704019547, 0.07959088683128357, -0.0041787936352193356, 0.012124961242079735, 0.013240212574601173, -0.008568396791815758, -0.004399803467094898, -0.021842611953616142, -0.022046620026230812, 0.014253459870815277, -0.033838365226984024, -0.002256004372611642, 0.003323653945699334, 0.011179717257618904, -0.0037877752911299467, -0.0022985064424574375, 0.015191903337836266, 0.004518809262663126, -0.021706605330109596, -0.0051274374127388, -0.014851887710392475, -0.007385141681879759, 0.014348664321005344, 0.035225629806518555, 0.017939230427145958, 0.012968200258910656, 0.009350433014333248, 0.03073742240667343, 0.021148979663848877, 0.0012504078913480043, -0.0047160182148218155, -0.002176100853830576, 0.012356172315776348, 0.012634985148906708, 0.015151101164519787, -0.004597012884914875, 0.039115410298109055, 0.010846502147614956, 0.004117590840905905, 0.01921769045293331, -0.019027281552553177, 0.020645756274461746, 0.013179009780287743, 0.015232705511152744, -0.009432036429643631, 0.014919891022145748, -0.009772052057087421, -7.097828347468749e-05, 0.01539591234177351, -0.0098128542304039, -0.026181211695075035, 0.013709434308111668, 0.013206210918724537, -0.024181919172406197, 0.004967629909515381, 0.005902673117816448, -0.012349371798336506, 0.021652203053236008, 0.014797485433518887, 0.012546581216156483, -0.044718869030475616, -0.01203655730932951, -0.04567091539502144, -0.016184749081730843, -0.0153823122382164, -0.005763266701251268, -0.004957429599016905, -0.009003616869449615, -0.01147893164306879, -0.022753853350877762, -0.007636753376573324, -0.015287107788026333, -0.01841525174677372, -0.042977988719940186, -0.019816117361187935, -0.005107036326080561, 0.005610259715467691, 0.015300707891583443, -0.007004324346780777, 0.007820362225174904, 0.022549843415617943, -0.02250904217362404, -0.03492641821503639, 0.008663601242005825, -0.03704811632633209, -0.0030601415783166885, 0.012396973557770252, 0.00021994768758304417, -0.016524765640497208, 0.0023274077102541924, 0.026793239638209343, -0.009527240879833698, -0.015831133350729942, 0.0005253243143670261, 0.000788836507126689, 0.007806761190295219, 0.017082391306757927, -0.0025994202587753534, 0.031635064631700516, 0.007391942199319601, -0.029132548719644547, 0.014008648693561554, 0.007133530452847481, 0.0293501578271389, -0.02970377542078495, 0.013151808641850948, 0.019353695213794708, 0.011370126157999039, 0.029186950996518135, -0.0032199490815401077, -0.00018924001778941602, 0.014919891022145748, -0.03639528527855873, 0.017463209107518196, 0.015096698887646198, -0.005311045795679092, 0.009173624217510223, 0.0137026347219944, 3.3151532988995314e-05, -0.005331446882337332, -0.011676140129566193, -0.00909202080219984, -0.0438484288752079, 0.006623506546020508, 0.03440959379076958, -0.023950709030032158, 0.003201248124241829, -0.022726651281118393, 0.005882272496819496, -0.03158066049218178, -0.004039387218654156, -0.026330819353461266, 0.04376682639122009, 0.0005555007373914123, -0.018524058163166046, -0.013512225821614265, -0.039496228098869324, 0.010146069340407848, 0.0075687505304813385, -0.014811085537075996, 0.0041787936352193356, 0.007718357257544994, -0.0015844732988625765, 0.00820797961205244, -0.0026215214747935534, -0.03242390230298042, -0.03291352465748787, -0.008786006830632687, -0.013859041966497898, -0.0217474065721035, 0.025909200310707092, -0.0226314477622509, 0.00632769288495183, 0.026970049366354942, 0.004777221009135246, -0.011689741164445877, -0.02257704548537731, -0.003974784165620804, -0.025269970297813416, 0.03598726540803909, 0.028833335265517235, 0.023678695783019066, 0.011750943958759308, 0.004624214023351669, 0.014375865459442139, -0.012458176352083683, 0.007160731591284275, -0.009466038085520267, 0.029594970867037773, -0.02639882266521454, 0.006320892833173275, 0.01694638468325138, 0.010159670375287533, -0.015749529004096985, -0.02313467115163803, 0.0153823122382164, 0.01621195115149021, -0.008418790064752102, 0.002827230840921402, -0.02018333412706852, -0.04072028398513794, -0.01087370328605175, 0.026779640465974808, 0.008201180025935173, 0.017626415938138962, -0.007228734437376261, -0.012764191254973412, 0.014103853143751621, 0.008833608590066433, 0.02313467115163803, -0.003971383906900883, 0.04346761107444763, 0.007643553894013166, 0.0018700865330174565, 0.006558903492987156, 0.03141745552420616, -0.03177107125520706, 0.007140330504626036, -0.02215542644262314, 0.00947283860296011, -0.004423604812473059, 0.005205641034990549, 0.021162578836083412, -0.008398388512432575, -0.02796289511024952, -0.009003616869449615, -0.0016541766235604882, -0.0169735848903656, -0.0005652761901728809, 0.02831651084125042, -0.006963522173464298, -0.01353942696005106, -0.01836084946990013, -0.01629355363547802, -0.011261321604251862, 0.0025790194049477577, 0.0332399383187294, 0.018632862716913223, 0.012580581940710545, -0.018850471824407578, -0.009466038085520267, -0.00024077364651020616, -0.008806407451629639, 0.03604166954755783, 0.0012827094178646803, 0.02278105542063713, 0.0005487003945745528, 0.015423114411532879, -0.01853765733540058, 0.0016949784476310015, 0.01255338080227375, -0.011179717257618904, 0.016334356740117073, 0.02392350696027279, 0.02133938856422901, -0.004831623751670122, 0.011778145097196102, -0.006824115756899118, -0.00971084926277399, -0.024875551462173462, 0.0229850634932518, 0.007208333816379309, 0.01007806695997715, -0.01043168269097805, -0.017313601449131966, -0.013940645381808281, 0.005494654178619385, 0.01332181692123413, 0.001653326558880508, -0.006660908460617065, -0.0006855567335151136, -0.013403420336544514, 0.030846228823065758, -0.015477516688406467, -0.0006872568046674132, 0.0015181702328845859, -7.687543256906793e-05, 0.01851045712828636, -0.008479992859065533, -0.01667437143623829, 0.0021318986546248198, 0.011485732160508633, 0.01332181692123413, -0.039496228098869324, -0.001033647800795734, 0.02525636926293373, 0.04765660688281059, -0.0013090606080368161, -0.024889152497053146, 0.00038761793985031545, 0.03073742240667343, -0.0073579405434429646, -0.0199793241918087, -0.012777791358530521, 0.01720479689538479, -0.005287244915962219, -0.016075944527983665, 0.0028323312290012836, -0.021706605330109596, -0.027854088693857193, -0.012485378421843052, 0.0011212019016966224, 0.027881290763616562, -0.026480425149202347, -0.0003625417884904891, -0.012872995808720589, -0.013852241449058056, 0.00830998457968235, -0.010955306701362133, 0.0011305523803457618, -0.021679403260350227, -0.003753773868083954, -0.008180778473615646, -0.024535536766052246, 0.02664363384246826, -0.0032998528331518173, -0.008112775161862373, -0.014348664321005344, 0.025922799482941628, -0.009731250815093517, 0.026915645226836205, -0.008398388512432575, -0.0157359279692173, -0.028044497594237328, 0.02639882266521454, 0.0002252604317618534, -0.011737342923879623, 0.0053144460543990135, -0.011356526054441929, -0.024086715653538704, -0.0018479855498299003, 0.01467507891356945, 0.00014174406533129513, -0.017612814903259277, -0.0015623723156750202, 0.020754560828208923, -0.00446440652012825, 0.022169025614857674, -0.00885401014238596, -0.013009002432227135, 0.0027235259767621756, -0.028887737542390823, -0.0039543830789625645, 0.03315833583474159, -0.010037264786660671, -0.009683648124337196, 0.007963168434798717, -0.009425235912203789, -0.001521570491604507, -0.015409513376653194, -0.02374669909477234, 0.02596360258758068, 0.026562029495835304, -0.020292138680815697, -0.024834750220179558, -0.002019693609327078, -0.03114544227719307, -0.007561950013041496, -0.011193318292498589, -0.009731250815093517, -0.00033321543014608324, -0.0040427870117127895, 0.0032216492109000683, 0.005379049107432365, 0.005562657490372658, -0.024086715653538704, -0.02280825562775135, -0.020808963105082512, 0.003923781681805849, -0.05277044326066971, -0.0068955193273723125, -0.01906808279454708, 0.028370913118124008, 0.017163993790745735, -0.024440331384539604, -0.0005338247283361852, -0.015953538939356804, -0.03530723601579666, -0.03897940367460251, 0.0015734228072687984, 0.0017383304657414556, 0.008969615213572979, 0.006592905148863792, 0.024671541526913643, 0.035905662924051285, -0.0030873429495841265, 0.02071375958621502, -0.02743246965110302, 0.006004678085446358, -0.015314308926463127, 0.013757036998867989, 0.004141391720622778, 0.007888365536928177, -0.014974293299019337, -0.0002256854495499283, 0.03177107125520706, 0.01700078696012497, -0.018578460440039635, 0.019176887348294258, 0.006093082018196583, 0.0026946247089654207, 0.0007038326002657413, 0.009969261474907398, 0.01143132895231247, -0.01007806695997715, 0.015871934592723846, -0.0392514169216156, -0.015069497749209404, 0.00957484357059002, -0.01086010318249464, -0.0026589231565594673, 0.002660623285919428, 0.0132606141269207, -0.011159316636621952, -0.008547996170818806, -0.013852241449058056, -0.005712264217436314, -0.004903026856482029, -0.012662186287343502, 0.010866902768611908, 0.0031196444761008024, 0.01448467094451189, 0.01221336517482996, 0.0012436076067388058, -0.009262029081583023, 0.019013680517673492, 0.005647661630064249, -0.029812579974532127, 0.00606928113847971, 0.0025246168952435255, -0.020618554204702377, 0.015722326934337616, 0.0071947332471609116, 0.0053892494179308414, -0.003213148796930909, 0.004916627425700426, -0.017844026908278465, 0.009228027425706387, -0.007296737749129534, -0.01086010318249464, 0.024032313376665115, -0.005011831875890493, 0.008085574023425579, -0.002449813298881054, 0.01015286985784769, -0.007922367192804813, -0.026262816041707993, 0.0018887874903157353, -0.025773193687200546, 0.009527240879833698, -0.011043711565434933, -0.03397437185049057, -0.003981584217399359, -0.012084159068763256, 0.02725566178560257, -0.00107189966365695, 0.00450860895216465, 0.21391069889068604, 0.00676971348002553, 0.01821124367415905, 0.009547642432153225, -0.005600059404969215, -0.008228381164371967, 0.03468160703778267, 0.008493592962622643, -0.03846257925033569, 0.02596360258758068, 0.009119221940636635, 0.01836084946990013, -0.03419198468327522, 0.0042535969987511635, 0.014525472186505795, -0.013927044346928596, -0.0201561339199543, -0.031036637723445892, -0.009561242535710335, -0.00604888005182147, 0.01800723373889923, -0.004059787839651108, -0.013804638758301735, 0.0013065105304121971, 0.026086008176207542, -0.0017289799870923162, -0.013029403053224087, 0.01289339642971754, 0.011336124502122402, 0.008452791720628738, -0.013165409676730633, -0.01727280020713806, -0.00574626587331295, 0.004797622095793486, 0.0014816186157986522, 0.0005678262677974999, 0.025324372574687004, 0.023760300129652023, 0.002873132936656475, -0.0175040103495121, 0.0028323312290012836, -0.01783042587339878, -0.007092728279531002, -0.024467533454298973, 0.004634414333850145, 0.009160024113953114, -0.026113208383321762, -0.009506840258836746, 0.01576313003897667, 0.019748114049434662, -0.014239858835935593, 0.014416667632758617, 0.03255990892648697, 0.02346108667552471, 0.011104914359748363, -0.01621195115149021, -0.01165573950856924, 0.030356604605913162, 0.009119221940636635, 0.009629245847463608, -0.009241627529263496, 0.014226258732378483, -0.025473978370428085, -0.0012155562872067094, 0.000554650672711432, 0.010486085899174213, -0.020632155239582062, 0.004569811746478081, 0.0014034149935469031, -0.03190707787871361, 0.005763266701251268, -0.004386202897876501, 0.009044419042766094, 0.01836084946990013, -0.008520794101059437, -0.014607076533138752, 0.009568043053150177, 0.011383727192878723, 0.005861871410161257, 0.034872014075517654, -0.02861572429537773, -0.02970377542078495, -0.004273998085409403, -0.033838365226984024, -0.00398498447611928, -0.035715252161026, 0.04452846199274063, -0.0056884633377194405, 0.0037333727814257145, -0.015341510064899921, 0.007099528796970844, -0.02033294178545475, -0.0010957007762044668, 0.019190488383173943, 0.016375157982110977, 0.019612107425928116, -0.00039250566624104977, 0.018306447193026543, -0.007296737749129534, -0.011043711565434933, -0.015368711203336716, 0.02278105542063713, 0.02424992248415947, 0.035198427736759186, -0.022903461009263992, -0.020346542820334435, 0.008371187373995781, 0.010084866546094418, 0.0069023193791508675, -0.015926336869597435, -0.022522643208503723, -0.024875551462173462, 0.00733073940500617, -0.026956448331475258, 0.02419552020728588, 0.022617846727371216, -0.009962460957467556, -0.022318633273243904, 0.008010771125555038, -0.021965017542243004, -0.017463209107518196, -0.028071699663996696, -0.0010667993919923902, 0.0064432984218001366, 0.009887658059597015, -0.01995212398469448, -0.021761007606983185, 0.0025212166365236044, -0.015817532315850258, -0.033049531280994415, -0.010329678654670715, -0.01333541702479124, -0.007391942199319601, -0.00036232927232049406, -0.0016754275420680642, -0.009289230220019817, 0.006480699870735407, -0.017898429185152054, 0.00013388119987212121, -0.003094143234193325, -0.018428852781653404, -0.021053774282336235, 0.02157059870660305, 0.0019057882018387318, -0.006334493402391672, -0.002550118137151003, 0.009670048020780087, 0.0026436224579811096, -0.015287107788026333, 3.1079562177183107e-05, 0.004614013712853193, 0.0026079206727445126, -0.0011484031565487385, -0.028506919741630554, 0.010628892108798027, -0.01791202835738659, 0.008527594618499279, -0.03283191844820976, -0.00807197391986847, -0.007045126054435968, -0.05029512941837311, 0.03326714038848877, 0.043386008590459824, 0.004277397878468037, -0.014811085537075996, -0.016225550323724747, -0.1745232790708542, 0.029159750789403915, 0.03179827332496643, -0.041237108409404755, 0.0399586483836174, -0.005640861112624407, 0.008724804036319256, 0.02752767503261566, 0.023937107995152473, -0.0066643087193369865, 0.016579167917370796, -0.016579167917370796, -0.013049803674221039, 0.0013694133376702666, -0.008643199689686298, -0.003991784993559122, -0.013179009780287743, 0.023121070116758347, 0.03187987580895424, 0.01432146318256855, 0.011533333919942379, -0.017068790271878242, 0.011805346235632896, 0.012226966209709644, 0.012084159068763256, 0.018170440569519997, -0.0017289799870923162, -0.012689387425780296, -0.00518523994833231, -0.02743246965110302, -0.006273290608078241, -0.0004505208635237068, 0.0030788425356149673, 0.019108884036540985, 0.013192610815167427, 0.0006082031759433448, 0.0021335987839847803, -0.0013014102587476373, -0.032668713480234146, 0.010309277102351189, 0.0199793241918087, 0.0252835713326931, 0.006178086157888174, 0.01013926975429058, 0.008670401759445667, 0.028561322018504143, 0.004093789495527744, -0.016511164605617523, 0.021611399948596954, -0.005889072548598051, -0.009289230220019817, -0.022713052108883858, -0.006963522173464298, -0.0028289309702813625, 0.020672956481575966, -0.0031043437775224447, -0.02427712455391884, 0.024113915860652924, -5.26625944985426e-06, -0.03141745552420616, 0.009608845226466656, -0.028153304010629654, -0.006014878395944834, -0.015164702199399471, 0.003665369702503085, -0.03386556729674339, 7.218693554023048e-06, 0.02790849283337593, -0.021325787529349327, 0.009058019146323204, 0.004073388408869505, -0.012961399741470814, -0.0175040103495121, -0.02265864983201027, -0.005593258887529373, 0.018524058163166046, -0.017925629392266273, 0.021325787529349327, 0.010037264786660671, -0.012403774075210094, -0.013682233169674873, 0.004899626597762108, 0.0015810731565579772, 0.011281722225248814, -0.002766028046607971, -0.014634277671575546, 0.00029878882924094796, -0.008615998551249504, 0.0030465410090982914, -0.005215841345489025, 0.0010438483441248536, -0.044038839638233185, -0.024766746908426285, -0.022169025614857674, -0.012723389081656933, 0.008085574023425579, 0.014607076533138752, -0.009540841914713383, -0.0021318986546248198, -0.007289937697350979, 0.019748114049434662, 0.0065181017853319645, -0.034137580543756485, 0.005521855782717466, 0.02654842846095562, 0.01226096786558628, 0.011247720569372177, 0.01815684139728546, 0.04558930918574333, -0.00044287051423452795, -0.04705817997455597, 0.0053246463648974895, 0.0015445215394720435, 0.0018615862354636192, 0.010261675342917442, 0.026249215006828308, 0.01588553562760353, -0.02445393241941929, 0.008255582302808762, -0.01169654168188572, 0.03250550478696823, -0.01177134457975626, -0.020618554204702377, 0.01271658856421709, 0.017340803518891335, -0.011744143441319466, -0.1202295646071434, -0.01844245381653309, -0.00406658835709095, 0.02030573971569538, 0.009901258163154125, 0.02056415192782879, -0.01053368765860796, 0.01921769045293331, -0.0110505111515522, 0.03827217221260071, -0.00964964646846056, -0.01596713997423649, -0.009962460957467556, -0.010581289418041706, -0.009527240879833698, -0.004423604812473059, -0.02401871234178543, 0.0004781471216119826, -0.023610692471265793, 0.0307646244764328, -0.01957130618393421, -0.0132606141269207, 0.020523350685834885, -0.0065181017853319645, 0.005702063906937838, 0.03177107125520706, -0.04210754856467247, -0.004529009573161602, 0.005508255213499069, -0.005028832703828812, 0.01957130618393421, -0.02225062996149063, -0.003512362716719508, -0.03549764305353165, 0.011927751824259758, -0.03247830271720886, 0.019285691902041435, 0.00654870318248868, 0.04395723342895508, -0.011098113842308521, -0.003412057878449559, 0.004991431254893541, 0.023624293506145477, -0.018728066235780716, 0.009166824631392956, 0.017857626080513, -0.032668713480234146, 0.03936022147536278, -0.018306447193026543, -0.029105346649885178, -0.019693711772561073, 0.015314308926463127, -0.020550550892949104, -0.02245463989675045, 0.03644968569278717, -0.001480768551118672, 0.022753853350877762, 0.0015717227943241596, -0.011397327296435833, -0.007942767813801765, -0.002199901733547449, -0.014511872082948685, 0.00454601040109992, 0.0325327068567276, 0.027010850608348846, 0.01912248507142067, -0.025229167193174362, -0.0007212584023363888, 0.011376926675438881, -0.0477382093667984, 0.004661615937948227, 0.03280472010374069, -0.029105346649885178, 0.00584827084094286, -0.0031604464165866375, -0.018524058163166046, -0.01806163601577282, -0.004841824062168598, 0.005137637723237276, -0.0026895245537161827, -0.0007875614683143795, -0.02041454426944256, 0.01788482815027237, -0.01985691860318184, 0.018850471824407578, 0.035144027322530746, 0.026358019560575485, 0.004454206209629774, 0.012498978525400162, -0.03574245423078537, 0.009676847606897354, 0.020604953169822693, 0.0028799332212656736, -0.01071049552410841, 0.011941352859139442, 0.0017459808150306344, -0.003638168331235647, -0.01765361800789833, -0.0277588851749897, 0.01773522049188614, -0.01939449831843376, -0.0023410082794725895, -0.047194186598062515, 0.005644261371344328, -0.019258491694927216, -0.014811085537075996, 0.009901258163154125, -0.0018496856791898608, -0.011370126157999039, 0.00926882866770029, 0.0034987619146704674, 0.009302830323576927, -0.02516116388142109, -0.009806053712964058, -0.00823518168181181, -0.010125668719410896, -0.0017230297671630979, -0.010132469236850739, 0.010805699974298477, -0.009058019146323204, 0.003352555213496089, -0.0009715950000099838, -0.00823518168181181, -0.0037503736093640327, 0.010023663751780987, 0.0031621463131159544, -0.004192394204437733, -0.008180778473615646, -0.003607566934078932, 0.026290016248822212, -0.024385929107666016, 0.019190488383173943, -0.003559964708983898, -0.02104017324745655, 0.019176887348294258, 0.020346542820334435, 0.017544811591506004, -0.02240023761987686, -0.0063650947995483875, 0.023855503648519516, 0.02460353821516037, 0.03315833583474159, -0.007908766157925129, -0.029921384528279305, 0.0036449688486754894, -0.034872014075517654, -0.025569183751940727, -0.0002900759282056242, -0.018836872652173042, 0.008908412419259548, 0.007833962328732014, 0.014307862147688866, 0.04480047523975372, 0.01717759482562542, 0.017068790271878242, -0.030356604605913162, -0.014607076533138752, -0.017231997102499008, 0.010676493868231773, 0.022223427891731262, -0.024766746908426285, -0.005239642690867186, 0.0558713860809803, 0.005824469495564699, -0.0038931802846491337, -0.014539073221385479, 0.007765959482640028, -0.0018598861061036587, -0.0012453076196834445, 0.025188365951180458, 0.008581996895372868, -0.017544811591506004, -0.001876886934041977, -0.01097570825368166, -0.0035361635964363813, 0.02513396367430687, -0.011703342199325562, -0.010730897076427937, -0.006926120724529028, 0.0041787936352193356, -0.01965291053056717, 0.02657563053071499, 0.026793239638209343, 0.0015198703622445464, -0.020808963105082512, 0.007160731591284275, 0.017286399379372597, -0.0018836872186511755, 0.001793583040125668, 0.008384788408875465, 0.010030464269220829, 0.011030110530555248, -0.006963522173464298, 0.01859206147491932, -0.018496856093406677, 0.010608491487801075, -0.004498408176004887, 0.005096836015582085, -0.021761007606983185, 0.026684435084462166, 0.01376383751630783, 0.0034511596895754337, -0.015232705511152744, 0.010642493143677711, 0.01075809821486473, -0.023964310064911842, -0.025922799482941628, 0.0006018278654664755, -0.009622445330023766, -0.028996542096138, -0.011723742820322514, 0.011975354515016079, 0.026276417076587677, 0.013219811953604221, 0.005770067218691111, -0.0025637187063694, -0.0066711087711155415, 0.02151619642972946, 0.0007089328137226403, -0.012335770763456821, -0.008826809003949165, 0.03794575482606888, -0.003940782509744167, 0.01539591234177351, 0.03109104000031948, -0.020795362070202827, 0.0378369502723217, 0.013165409676730633, -0.0016873280983418226, -0.015531918965280056, 0.0029309357050806284, -0.004229795653373003, -0.0020502950064837933, -0.023624293506145477, 0.010288876481354237, -0.007289937697350979, -0.02581399492919445, -0.011689741164445877, -0.0084867924451828, 0.005800668615847826, -0.008629599586129189, 0.07186572998762131, 0.025229167193174362, -0.006613306235522032, 0.0381905697286129, -0.0006736561772413552, 0.012077359482645988, 0.0002420486998744309, -0.0003323653945699334, 0.023406684398651123, -0.031009435653686523, 0.004141391720622778, 0.016184749081730843, 0.0004192819178570062, -0.020577752962708473, -0.001904088188894093, 0.0017442808020859957, -0.025093162432312965, 0.014688679948449135, 0.002111497800797224, -0.007650353945791721, 0.005549056921154261, -0.0021710004657506943, 0.002992138499394059, -0.0006779063842259347, -0.022821856662631035, -0.007004324346780777, 0.034164782613515854, 0.0175040103495121, 0.0075007472187280655, -0.026303617283701897, 0.005923074204474688, 0.01682397909462452, -0.03003019094467163, -0.016959985718131065, 0.0001255933166248724, 0.008527594618499279, 0.006290290970355272, -0.02975817769765854, 0.0012750590685755014, 0.011376926675438881, 0.0034664603881537914, 0.004471207037568092, -0.03843538090586662, -0.02831651084125042, 0.005018632393330336, 0.0036823705304414034, -0.010853302665054798, 0.009398034773766994, -0.02027853950858116], \"a59bb70f-76e8-4ba2-8994-650fa304b11d\": [-0.014874208718538284, 0.0010751227382570505, 0.025795625522732735, -0.014815648086369038, -0.018256040289998055, 0.012378093786537647, -0.0303632952272892, -0.013673731125891209, -0.021886752918362617, -0.021989233791828156, 0.024360908195376396, 0.0205105971544981, -0.004761649761348963, -0.007349264342337847, 0.01040169782936573, 0.01306617259979248, -0.009435459971427917, -0.002282005036249757, 0.03721480071544647, -0.03267640992999077, -0.02687898278236389, 0.011931574903428555, -0.019910357892513275, -0.006518445909023285, -0.01563548669219017, 0.007001565303653479, 0.024917226284742355, -0.03800535947084427, 0.01976395770907402, -0.010584697127342224, 0.009486699476838112, -0.022413792088627815, -0.023131150752305984, -0.024595146998763084, -0.013966530561447144, 0.005358228459954262, -0.02447802759706974, -0.01781684160232544, 0.040874794125556946, -0.02109619602560997, 0.031124573200941086, 0.02034955658018589, -0.001774181262589991, 0.0007114110048860312, 0.007371224462985992, 0.02841617912054062, 0.0047982498072087765, -0.013776211068034172, -0.025883464142680168, 0.0031146532855927944, 0.01875380054116249, 0.03780039772391319, -0.05888195335865021, 0.0004456040624063462, 0.014786368235945702, 0.003487972542643547, 0.006829545367509127, 0.003295823000371456, -0.025122186169028282, -0.013886010274291039, 0.002863943809643388, -0.01189497485756874, -0.0300997756421566, -0.013307731598615646, -0.03982071578502655, 0.00464087026193738, -0.003458692692220211, 0.02415594831109047, 0.0038722718600183725, 0.005599787924438715, 0.020861955359578133, -0.005032489076256752, -0.00043851282680407166, -0.008278902620077133, 0.011228855699300766, 0.010211378335952759, -0.006972284987568855, -0.004337090998888016, 0.011792494915425777, 0.0058267074637115, 0.02463906817138195, -0.0013166822027415037, -0.011682694777846336, 0.050888530910015106, 0.04512038454413414, -0.00647818623110652, 0.0019562658853828907, 0.009838058613240719, -0.028430819511413574, -0.010116218589246273, 0.006712425500154495, -0.0005279539036564529, 0.028489379212260246, 0.016426045447587967, 0.02109619602560997, 0.017670443281531334, 0.012319534085690975, 0.031358812004327774, 0.009128020144999027, -0.009391539730131626, -0.02535642683506012, -0.014032410457730293, -0.04093335196375847, -0.013856730423867702, -0.041753191500902176, -0.014552129432559013, 0.018768440932035446, 0.0024851346388459206, 0.01875380054116249, 0.0057461876422166824, -0.03736120089888573, 0.014222729951143265, -0.01064325775951147, -0.021242594346404076, 0.002938973717391491, 0.011865695007145405, -0.006910065189003944, -0.022325951606035233, -0.0234385896474123, -0.01824140176177025, 0.00431513087823987, 0.032881371676921844, 0.0025455246213823557, -0.023877788335084915, -0.0006299761589616537, -0.013973849825561047, 0.010145498439669609, -0.005350908730179071, 0.01209261454641819, -0.014991328120231628, 0.024668347090482712, 0.01535732764750719, 0.04831189662218094, -0.02194531261920929, -0.020466675981879234, 0.01347609143704176, -0.018607400357723236, 0.008513141423463821, -0.040230635553598404, -0.027259621769189835, 0.010672537609934807, 0.04567670449614525, -0.02165251411497593, 0.014786368235945702, -0.012063334695994854, 0.01354197133332491, 0.004406630527228117, 0.0012791672488674521, -0.01606004498898983, -0.026220183819532394, -0.006167086772620678, 0.012575733475387096, -0.012012094259262085, 0.0038978916127234697, 0.01349073089659214, 0.002382654929533601, 0.011777854524552822, -0.0005590638029389083, -0.015210927464067936, -0.012465933337807655, -0.009318340569734573, 0.031651612371206284, 0.008037342689931393, -0.009537939913570881, 0.02034955658018589, 0.028943218290805817, 0.01275873277336359, -0.028752898797392845, 0.01803644187748432, 0.001051332801580429, 0.014486249536275864, -0.003766132052987814, -0.020334916189312935, 0.00375881209038198, 0.007839703001081944, 0.02258947119116783, 0.007854343391954899, 0.0033671928104013205, -0.025693144649267197, -0.0062659066170454025, -0.012766052968800068, 0.004212650936096907, 0.017743641510605812, 0.018519559875130653, 0.00789826363325119, 0.00025963070220313966, 0.0021886753384023905, -0.009164620190858841, -0.002776104025542736, -0.00908410083502531, 0.019383318722248077, 0.005588808096945286, 0.009420819580554962, -0.011887654662132263, -0.6291673183441162, -0.0027742742095142603, -0.003425752744078636, 0.0008285307558253407, -0.01648460514843464, 0.02746458165347576, 0.005266728810966015, 0.011345976032316685, -0.025693144649267197, 0.021374354138970375, 0.015811165794730186, 0.01947115920484066, 0.008154463022947311, -0.007433444261550903, -0.022604111582040787, -0.015562286600470543, -0.011023896746337414, -0.0031750432681292295, -0.002274685073643923, 0.016865244135260582, -0.005036149173974991, -0.022867631167173386, -0.006328126415610313, 0.008893781341612339, -0.0008111457573249936, -0.005197188816964626, 0.014991328120231628, -0.00014354032464325428, 0.008213022723793983, -0.002587614580988884, -0.009786819107830524, 0.002973743714392185, 0.019910357892513275, 0.0013825620990246534, 0.050537172704935074, -0.008674181997776031, -0.0165138840675354, -0.00758350407704711, -0.007067444734275341, 0.029982656240463257, -0.02591274492442608, -0.0529966875910759, 0.018944120034575462, -0.022179553285241127, 0.0015820316039025784, 0.026908263564109802, 0.019295478239655495, 0.004051611293107271, -0.01126545574516058, -0.016894524917006493, -0.009157300926744938, -0.011126376688480377, 0.010262617841362953, 0.010416338220238686, 0.008403342217206955, 0.01387869007885456, 0.02730354107916355, 0.0023460551165044308, 0.0039857313968241215, -0.006609946023672819, -0.02487330697476864, -0.008088583126664162, -0.010584697127342224, 0.011909614317119122, -0.028840739279985428, 0.012385413981974125, -0.01001373864710331, -0.005145948845893145, 0.03633640334010124, -0.005208169110119343, -0.005369208753108978, 0.01947115920484066, -0.004556690342724323, -0.019822517409920692, 0.004695769865065813, 0.00641230633482337, 0.017040923237800598, -0.01869524084031582, -0.0037313620559871197, -0.00018094087135978043, -0.023262910544872284, -0.015855086967349052, -0.029367778450250626, 0.01264893263578415, -0.00849850196391344, -0.0074297841638326645, -0.01813892088830471, -0.02756706066429615, 0.0033708529081195593, -0.02242843247950077, 0.006899085361510515, 0.011953534558415413, -0.013717650435864925, -0.0070637851022183895, -0.0025034346617758274, 0.026117704808712006, 0.0030304735992103815, 0.0026882642414420843, -0.01566476747393608, -0.007715263403952122, -0.007272404618561268, -0.003098183311522007, -0.009010900743305683, 0.006566026248037815, 0.03727336227893829, 0.006463546305894852, -0.009589179418981075, -0.012868532910943031, 0.013175971806049347, -0.0206423569470644, -0.005310648586601019, 0.02474154718220234, -0.008278902620077133, 0.0006400411366485059, -0.02496114745736122, -0.03478456661105156, 0.032530009746551514, -0.006492826156318188, 0.01387869007885456, -0.0016835964052006602, 0.030509695410728455, 0.025371065363287926, 0.019163718447089195, -0.03800535947084427, 0.010277258232235909, 0.0025748044718056917, 0.0011153826490044594, -0.023423949256539345, 0.0019562658853828907, 0.0014941918198019266, 0.022194193676114082, 0.008103222586214542, 0.03627784177660942, -0.0206423569470644, 0.003014003625139594, -0.0010815276764333248, 0.005061769392341375, -0.0042895106598734856, 0.02155003324151039, -0.025180745869874954, -0.0285040196031332, 0.004721390083432198, 7.142703543649986e-05, -0.02506362646818161, -0.013110091909766197, -0.018387800082564354, -0.026483703404664993, -0.00640498660504818, -0.01979323849081993, 0.008366742171347141, 0.004717729985713959, -0.001908685895614326, 0.003755151992663741, 0.008937700651586056, 0.004146771039813757, -0.016469964757561684, 0.007360244169831276, -0.028562579303979874, 0.006705105770379305, -0.03384760767221451, -0.018490280956029892, 0.016367485746741295, 0.009896619245409966, -0.019031958654522896, -0.010460257530212402, -0.005544888321310282, 0.009062141180038452, 0.013300411403179169, -0.0074737039394676685, -0.01992499828338623, -0.0030341334640979767, -0.018812360242009163, -0.006928365211933851, 0.0014502719277516007, -0.019939636811614037, 0.014537489041686058, -0.03370120748877525, -0.031095294281840324, 0.01608932577073574, 0.006353746633976698, -0.005281368736177683, 0.019236918538808823, 0.0012572073610499501, 0.002274685073643923, 0.03727336227893829, 0.0322372131049633, 0.03332056850194931, 0.04898533597588539, -0.02155003324151039, 0.024946507066488266, 0.01632356457412243, 0.019236918538808823, -0.007627423852682114, 0.008857181295752525, 0.022325951606035233, 0.02623482421040535, 0.002516244538128376, -0.006514786276966333, 0.00509470934048295, 0.01911979913711548, 0.035809364169836044, 0.02613234519958496, 0.020759476348757744, -0.03823959827423096, 0.01862204074859619, -0.032617852091789246, 0.0008953256183303893, 0.006760005839169025, 0.0024155948776751757, -0.004047951195389032, 0.03390616923570633, -0.005577828269451857, -0.030011937022209167, 0.0058706277050077915, 0.0025583344977349043, -0.008520461618900299, 0.004424930550158024, 0.0031567432451993227, -0.01606004498898983, -0.0042895106598734856, -0.01275873277336359, -0.01303689181804657, 0.02285299077630043, 0.02857721969485283, -0.06219058856368065, -0.009135340340435505, 0.024463387206196785, 0.005343588534742594, 0.008417981676757336, 0.00014628531062044203, -0.010628617368638515, 0.006822225637733936, 0.026439784094691277, -0.004523750394582748, -0.0005375613691285253, -0.013856730423867702, 0.029631296172738075, -0.02093515545129776, 0.012363453395664692, -0.005841347388923168, -0.006097547244280577, 0.023775309324264526, 0.008608302101492882, -0.0151816476136446, 0.007495664060115814, 0.0009387879981659353, 0.027449941262602806, -0.007210184819996357, -0.02951417677104473, 0.004227290861308575, 0.0036288823466748, -0.0015875216340646148, -0.017465483397245407, 0.007440763991326094, 0.019295478239655495, -0.010848216712474823, -0.0015445167664438486, 0.022779790684580803, 0.01446428894996643, 0.009406180121004581, 0.02583954483270645, 0.0019288158509880304, -0.004106511361896992, 0.019075879827141762, 0.04506182298064232, 0.00993321929126978, -0.03367192670702934, -0.005804747808724642, -0.025151466950774193, -0.0035922823008149862, 0.006470866035670042, 0.006401326507329941, -0.00811054278165102, 6.530798418680206e-05, -0.00317321321927011, 0.017670443281531334, 0.01709948293864727, -0.005314308684319258, -0.010043018497526646, 0.009398859925568104, -0.00693934503942728, 0.005420448258519173, 0.013190612196922302, 0.016045406460762024, -0.0008463732083328068, 0.013644451275467873, 0.0109872967004776, 0.03153449296951294, -0.014259329997003078, 0.005618087947368622, 0.0033800029195845127, 0.032559290528297424, 0.004487150348722935, -0.015401246957480907, 0.007964142598211765, 0.007440763991326094, 0.04339286684989929, -0.005738867912441492, -0.03326201066374779, -0.00797878298908472, -0.005629068240523338, 0.026908263564109802, -0.02061307616531849, 0.008088583126664162, 0.01904659904539585, 0.026571543887257576, -0.0009365004952996969, 0.0034294126089662313, 0.009515979327261448, -0.016704203560948372, -0.003570322412997484, -0.02213563211262226, 0.003001193515956402, 0.014639968983829021, 0.012077974155545235, 0.015152367763221264, -0.001312107197009027, -0.013834770768880844, 0.021154755726456642, 0.03004121594130993, 0.006254926789551973, -0.020305637270212173, -0.04301222786307335, 0.011887654662132263, -0.017787562683224678, 0.029982656240463257, -0.01295637246221304, 0.022355232387781143, -7.194172212621197e-05, 0.019954277202486992, -0.029792336747050285, 0.004633550066500902, -0.004267551004886627, -0.02256019227206707, -0.003090863348916173, -0.008169102482497692, 0.015328047797083855, 0.0016488265246152878, 0.0010183928534388542, 0.003098183311522007, -0.007319984491914511, -0.02958737686276436, -0.019163718447089195, 0.01355661079287529, -0.008359421975910664, -0.03657064214348793, -0.00353555241599679, 0.04043559357523918, 0.025737065821886063, 0.021798914298415184, 0.017699722200632095, 0.023584989830851555, 0.009398859925568104, -0.026059145107865334, -0.0018226761603727937, 0.01586972549557686, 0.0004101478843949735, -0.004867789801210165, 0.0011245326604694128, 0.013088132254779339, 0.01709948293864727, -0.00030881183920428157, 0.012392733246088028, 0.016133245080709457, -0.014618009328842163, 0.016601724550127983, 0.008022703230381012, -0.00804466288536787, 0.006555045954883099, -0.004564010072499514, 0.025005066767334938, -8.080576662905514e-05, 0.01707020401954651, 0.007407824043184519, 0.023306829854846, 0.0022435751743614674, -0.009677018970251083, -6.22770530753769e-05, -0.003268372965976596, 0.01810964196920395, 0.021052274852991104, 0.009838058613240719, 0.004882429726421833, -0.0391472764313221, 0.001167537528090179, -0.03425752744078636, 0.01619180478155613, 0.004864129703491926, -0.017641162499785423, -0.002131945453584194, -0.027552422136068344, 0.008000742644071579, -0.019646838307380676, -0.027230342850089073, -0.009977138601243496, -0.004139451310038567, -0.01726052351295948, 0.0010870177065953612, 0.010518817231059074, 0.010174778290092945, 0.0035154225770384073, -0.017450843006372452, -0.0034239226952195168, -0.001184922526590526, -0.018226761370897293, -0.017831481993198395, 0.017436202615499496, -0.015430526807904243, -0.029528817161917686, -0.0012535473797470331, 0.01401044987142086, -0.012736773118376732, -0.008374062366783619, 0.019192999228835106, -0.004238271154463291, -0.015591566450893879, -0.004183371085673571, -0.024697627872228622, 0.009940538555383682, 0.011865695007145405, 0.0078104231506586075, 0.008732741698622704, -0.01223901379853487, -0.007433444261550903, 0.02964593656361103, -0.004922689404338598, 0.004571330267935991, -0.0031402732711285353, -0.01797788217663765, 0.023687468841671944, 0.005973107181489468, 0.0004771714739035815, -0.007620103657245636, -0.024068109691143036, 0.017011644318699837, -0.014120250009000301, 0.019222280010581017, -0.03004121594130993, 0.0166456438601017, 0.01606004498898983, 0.024082748219370842, -0.004688450135290623, -0.011236175894737244, 0.00981609895825386, -0.004329770803451538, -0.017597243189811707, 0.03337913006544113, 0.0029353138525038958, 0.010277258232235909, 0.030831774696707726, 0.019134439527988434, -0.046115901321172714, -0.005936507601290941, -0.0012800822732970119, -0.04119687154889107, 0.010972656309604645, -0.0020148258190602064, -0.008198382332921028, -0.03068537451326847, 0.009655059315264225, -0.0009040180593729019, 0.042045991867780685, -0.015445167198777199, -0.0020990055054426193, -0.0014877868816256523, 0.008864501491189003, -0.012641613371670246, -0.011082456447184086, -0.026029864326119423, -0.027772020548582077, -0.02538570575416088, 0.02597130462527275, 0.024229148402810097, 0.03220793232321739, 0.012187774293124676, 0.011543615721166134, -0.007056464906781912, -0.004747009836137295, -0.029543457552790642, -0.005888927262276411, -4.574990089167841e-05, 0.0046921102330088615, 0.03510664403438568, -0.0020184856839478016, 0.035575125366449356, 0.0070345052517950535, 0.006009707227349281, -0.0026077444199472666, 0.026059145107865334, 0.0109872967004776, 0.02258947119116783, -0.001084272749722004, -0.019456518813967705, -0.002547354670241475, 0.01885627955198288, 0.006749025546014309, -0.014178809709846973, -0.015269487164914608, -0.00550096808001399, -0.002971913665533066, -0.0006587986135855317, 0.009567219763994217, -0.016982363536953926, -0.03100745379924774, -0.009999099187552929, 0.015342687256634235, -0.014669248834252357, -0.01223901379853487, -0.025663865730166435, -0.030451135709881783, -0.007825063541531563, -0.014940088614821434, 0.022062433883547783, -0.017245883122086525, 0.04945381358265877, 0.0006340936524793506, 0.002175865462049842, -0.007374884095042944, 0.02275051176548004, -0.02133043482899666, 0.01029189769178629, -0.014332529157400131, -0.00563272787258029, 0.02168179303407669, 0.007158944848924875, 0.03124169260263443, -0.00793486274778843, -0.010943376459181309, -0.00942813977599144, 0.024756187573075294, -0.019427238032221794, 0.023131150752305984, 0.014054370112717152, -0.02032027766108513, -0.015474447049200535, -0.024419467896223068, 0.006038987077772617, -0.009472060017287731, 0.0035520223900675774, 0.004516430199146271, -0.021432913839817047, 0.0066172657534480095, -0.037009842693805695, -0.01157289557158947, 0.008088583126664162, -0.007272404618561268, 0.03130025416612625, 0.007067444734275341, 0.027098583057522774, -0.011528975330293179, 0.00020427331037353724, -0.01736300252377987, -0.0022911550477147102, -0.009054820984601974, -0.017772922292351723, 0.006946665234863758, 0.03411112725734711, 0.015269487164914608, 0.0009021880687214434, 0.006858825217932463, -0.002620554529130459, 0.013783530332148075, -0.05457780510187149, 0.02561994642019272, 0.011367935687303543, 0.008388701826334, -0.0051935287192463875, -0.03212008997797966, -0.043832067400217056, -0.001463996828533709, 0.0007672258652746677, 0.02155003324151039, 0.020071396604180336, -0.02053987607359886, -0.0038393319118767977, -0.003982071299105883, -0.01957363821566105, 0.03267640992999077, -0.0025583344977349043, 0.00317321321927011, 0.012561093084514141, 0.026044504716992378, -0.017480121925473213, -0.010021058842539787, -0.00876202154904604, 0.010306538082659245, -0.028064820915460587, -0.016206445172429085, 0.008337462320923805, 0.010064978152513504, -0.0009616629686206579, -0.014047049917280674, -0.011997454799711704, 0.03586792200803757, -0.027933061122894287, 0.015606206841766834, -0.0021630553528666496, 0.00022131516016088426, 0.028679698705673218, -0.0034824826288968325, 0.009413500316441059, -0.022120993584394455, -0.020715555176138878, -0.02155003324151039, 0.009413500316441059, 0.017802201211452484, -0.008915740996599197, -0.02655690349638462, 0.008359421975910664, 0.000247506977757439, -0.023043310269713402, -0.006994245108217001, 0.0015930116642266512, -0.02802089974284172, -0.0013706671306863427, -0.016777403652668, 0.005984087474644184, 0.007773823570460081, 0.004296830855309963, 0.015679406002163887, 0.00017705211939755827, 0.023716749623417854, -0.04125543311238289, 5.765202786278678e-06, -0.0007251359638758004, -0.009201220236718655, -0.022443072870373726, 0.00811054278165102, 0.0018601909978315234, -0.014786368235945702, -0.005837687756866217, 2.4361823307117447e-05, -0.02032027766108513, 0.0019544358365237713, 0.027508500963449478, 0.015445167198777199, -0.010870177298784256, 0.016308926045894623, 0.006123166996985674, 0.00882790144532919, -0.001019307877868414, 0.01342485100030899, -0.015108447521924973, 0.03132953494787216, -0.05097637325525284, -0.00261689443141222, 0.02535642683506012, 0.0028383240569382906, -0.009977138601243496, -0.012656252831220627, 0.018739160150289536, 0.0062512666918337345, -0.010474897921085358, 0.001965415896847844, 0.006858825217932463, 0.018314601853489876, -0.04389062523841858, 0.002465004799887538, -0.005248428788036108, -0.036131441593170166, -0.010423657484352589, 0.02834297902882099, 0.009537939913570881, -0.006869805511087179, -0.00349895260296762, 0.010570057667791843, -0.006225646939128637, 0.008439942263066769, -0.020686276257038116, -0.02418522909283638, -0.018417080864310265, -0.004077231511473656, -0.02538570575416088, -0.018739160150289536, 0.023423949256539345, 0.025985945016145706, 0.007876303046941757, -0.013549291528761387, -0.022838352248072624, -0.02564922533929348, 0.0005709587712772191, -0.019558997824788094, 0.010906776413321495, 0.008586341515183449, -0.005815727636218071, 0.011155656538903713, 0.005413128528743982, 0.0378296785056591, -0.012048694305121899, 0.027684181928634644, -0.015942925587296486, 0.018870919942855835, 0.0026370245032012463, 0.006983265280723572, -0.006071927025914192, -0.003583132289350033, -0.02684970200061798, 0.009508660063147545, 0.008008062839508057, 0.02327755093574524, 0.02168179303407669, 0.0017860762309283018, -0.01064325775951147, -0.004025991540402174, -0.020847314968705177, 0.0008088582544587553, -0.024858666583895683, 0.01992499828338623, 0.0351652055978775, -0.02841617912054062, -0.003314123023301363, -0.007019864860922098, 0.020818036049604416, -0.0028127040714025497, 0.014874208718538284, -0.001052247709594667, -0.014471609145402908, 0.015679406002163887, -0.01625036634504795, -0.011536295525729656, 0.0056107682175934315, -0.020408116281032562, 0.014471609145402908, 0.026190904900431633, 0.007825063541531563, 0.047082141041755676, -0.005471688229590654, -0.005764487665146589, -0.0036069222260266542, 0.023292191326618195, -0.03124169260263443, -5.592925663222559e-05, -0.021008355543017387, 0.007986103184521198, 0.005383848678320646, -0.008732741698622704, -0.01749476231634617, -0.010738417506217957, -0.0035392125137150288, 0.006514786276966333, -0.002031295793130994, 0.009010900743305683, 0.0038832516875118017, -0.00882790144532919, -0.007122344803065062, -0.0151816476136446, -0.0016186315333470702, 0.0017577112885192037, -0.004044291563332081, 0.007642063777893782, -0.031183132901787758, -0.017201963812112808, -0.010914096608757973, -0.03241289034485817, -0.02378994971513748, -0.013110091909766197, 0.03528232499957085, -0.02045203559100628, -0.006463546305894852, 0.03007049672305584, 0.18153561651706696, -0.021022995933890343, 0.001651571481488645, 0.019002679735422134, 0.02311651036143303, 0.0011446626158431172, 0.030509695410728455, 0.01373229082673788, -0.02610306441783905, 0.02077411487698555, 0.015694046393036842, 0.021506113931536674, -0.010606657713651657, -0.001897705951705575, 0.02561994642019272, -0.026966823264956474, -0.018153561279177666, -0.0060499669052660465, -0.03419896587729454, -0.020422756671905518, -0.01829996146261692, -0.00041838287143036723, -0.015284127555787563, -0.008432622067630291, 0.018958760425448418, -0.031710173934698105, 0.013190612196922302, -0.0036892720963805914, -0.02058379538357258, 0.029206737875938416, -0.02756706066429615, -0.019720038399100304, -0.016206445172429085, 0.01386405061930418, -0.009062141180038452, -0.0004771714739035815, 0.02444874867796898, 0.013666410930454731, 0.013271131552755833, 0.0014338019536808133, 0.008666861802339554, -0.00287675391882658, -0.0029151837807148695, -0.020012836903333664, -0.0012681873049587011, -0.0012187773827463388, -0.0202470775693655, -0.005720567889511585, 0.011777854524552822, 0.009157300926744938, 0.00921586062759161, 0.008622941561043262, 0.007363904267549515, 0.028943218290805817, -0.011543615721166134, -0.019354037940502167, -0.009259779937565327, 0.002699244301766157, -0.009464739821851254, -0.00655138585716486, 0.007254104595631361, 0.03094889409840107, -0.031066013500094414, -0.018095001578330994, 0.011536295525729656, 0.028679698705673218, -0.029250657185912132, -0.026644743978977203, 0.01026993803679943, -0.016045406460762024, 0.012326853349804878, -0.007115025073289871, -0.0011702824849635363, 0.005680307745933533, 0.00019283583969809115, -0.02266267128288746, 0.021608594805002213, 0.02168179303407669, 0.0070637851022183895, 0.03826887905597687, -0.021959953010082245, -0.026015223935246468, -0.007883623242378235, -0.030802493914961815, -0.0439491868019104, -0.027801301330327988, 0.02870897948741913, 0.0036124123726040125, -0.018783079460263252, -0.006595306098461151, -6.342080450849608e-05, -0.01603076606988907, -0.012817292474210262, 0.01579652726650238, 0.00713698472827673, 0.028094099834561348, -0.019163718447089195, 0.01960291899740696, -0.021798914298415184, -0.03531160578131676, -0.04529606178402901, 0.04919029399752617, 0.019222280010581017, 0.00942813977599144, -0.028094099834561348, -0.016792044043540955, 0.00897430069744587, 0.004165071062743664, -0.0028676039073616266, -0.0012928922660648823, 0.005907227285206318, -0.0556611604988575, -0.005482668522745371, 0.01611860655248165, 0.009889299049973488, 0.007133324630558491, -0.011968174949288368, -0.04011351615190506, -0.009969818405807018, -0.01202673465013504, 0.019251558929681778, -0.0394107960164547, -0.015606206841766834, 0.006379366386681795, 0.0048421695828437805, -0.041460391134023666, -0.0008102307911030948, -0.00824230257421732, -0.03332056850194931, -0.03364264965057373, 0.002646174281835556, -0.015298767015337944, 0.002382654929533601, -3.825835665338673e-05, -0.005771807860583067, 0.013417531736195087, -0.005965787451714277, 0.004523750394582748, -0.0005334438756108284, 0.03926439583301544, -0.003614242421463132, 0.0022069753613322973, 0.01901732012629509, -0.02509290724992752, 0.001835486153140664, -0.015108447521924973, 0.006229306571185589, 0.016821324825286865, -0.03958647698163986, -0.034667447209358215, -0.02506362646818161, -0.009772179648280144, -0.008117862977087498, 0.012297573499381542, 0.012897812761366367, -0.017670443281531334, -0.031710173934698105, -0.034316085278987885, -0.015723327174782753, 0.0014713169075548649, -0.029528817161917686, 0.007642063777893782, 0.034638166427612305, -0.03071465529501438, -0.03247145190834999, -0.020715555176138878, -0.19172503054141998, 0.007642063777893782, 0.018607400357723236, -0.020495956763625145, 0.012422014027833939, 0.006229306571185589, 0.0054387482814490795, 0.016469964757561684, 0.00039642289630137384, -0.018739160150289536, 0.022999390959739685, -0.015093808062374592, -0.009479380212724209, 0.0031750432681292295, 0.0011657074792310596, -0.014874208718538284, 0.011126376688480377, -0.002212465275079012, 0.01853420026600361, 0.004146771039813757, 0.03296921029686928, -0.023453230038285255, 0.0024485348258167505, 0.020232437178492546, 0.0042895106598734856, -0.00011643350444501266, 0.0023808248806744814, 0.04517894238233566, -0.006536745931953192, -0.04213383048772812, -0.004695769865065813, 0.008447262458503246, 0.009918578900396824, -0.002999363699927926, -0.0015490916557610035, -0.003919851500540972, -0.0163821242749691, -0.0019306458998471498, 0.0021630553528666496, -0.008461901918053627, 0.019134439527988434, 0.03449176624417305, -0.0070930649526417255, 0.01803644187748432, 0.018870919942855835, 0.006141467019915581, 0.00047396900481544435, -0.002201485214754939, 0.023980269208550453, -0.006353746633976698, -0.0015966716455295682, -0.011887654662132263, 0.018446361646056175, -0.0013111921725794673, 0.01739228330552578, 0.014047049917280674, -0.020437397062778473, 0.007030845154076815, -0.01210725400596857, -0.008234982378780842, 0.015606206841766834, -0.018973398953676224, 0.003195173107087612, -0.007338284514844418, -0.025210026651620865, -0.0223698727786541, -0.01595756597816944, 0.0048128897324204445, -0.005314308684319258, -0.008886461146175861, 0.008615621365606785, 0.003462352557107806, 0.004399310797452927, 0.007261424325406551, 0.006558706052601337, 0.010350458323955536, -0.025005066767334938, 0.03695128113031387, -0.009354939684271812, -0.00022200139937922359, -0.01928083971142769, 0.05829635635018349, -0.041694629937410355, 0.005336268804967403, 0.005515608470886946, 0.007224824745208025, -0.0058852676302194595, 0.0017842461820691824, -0.002483304822817445, -0.01619180478155613, 0.002465004799887538, 0.006503805983811617, -0.010350458323955536, -0.021930674090981483, 0.012934412807226181, 0.003131123259663582, -0.008337462320923805, -0.011777854524552822, -0.005716907791793346, 0.007001565303653479, 0.000589258735999465, -0.0071077048778533936, -0.04459334537386894, 0.02551746554672718, 0.005651027895510197, 0.014471609145402908, 0.025722425431013107, 0.03572152554988861, 0.0522061288356781, 0.00038956041680648923, -0.01752404309809208, 0.0009351280168630183, 0.0015042568556964397, 0.02258947119116783, 0.004062591586261988, 0.00023126575979404151, -0.014522848650813103, -0.03147593140602112, 0.030011937022209167, 0.03007049672305584, 0.02021779678761959, -0.00655138585716486, -0.027347462251782417, -0.0038978916127234697, 0.0063574062660336494, -0.021052274852991104, -0.06429874151945114, -0.0017833311576396227, -0.016265004873275757, 0.02610306441783905, 0.012217054143548012, -0.010862857103347778, -0.041958149522542953, 0.03209081292152405, 0.00327569292858243, 0.017011644318699837, -0.02021779678761959, -0.007605463732033968, 0.001716536353342235, -0.007927543483674526, 0.011485056020319462, 0.0074883438646793365, -0.01784612238407135, -0.01752404309809208, 0.00445421040058136, 0.040816232562065125, -0.002646174281835556, -0.01846100017428398, 0.00904018059372902, -0.02496114745736122, 0.020305637270212173, 0.0017302613705396652, -0.02802089974284172, 0.01800716109573841, 0.011711974628269672, -0.011243496090173721, -1.4754343283129856e-05, -0.01992499828338623, 0.021579314023256302, -0.028460100293159485, -0.014405729249119759, -0.0032976530492305756, -0.04157751053571701, -0.022926190868020058, -0.0005192614044062793, -0.030421854928135872, 0.011616814881563187, 0.018124282360076904, -0.015401246957480907, -0.026966823264956474, 0.0219745934009552, -0.011228855699300766, -0.006825885269790888, 0.03305704891681671, -0.02220883220434189, 0.00621832674369216, 0.012919772416353226, 0.0031109934207051992, 0.0017302613705396652, -0.0012270123697817326, 0.007060125004500151, -0.0020184856839478016, 0.034667447209358215, 0.02415594831109047, -0.018973398953676224, -0.003451372729614377, -0.01280997321009636, -0.00876202154904604, -0.013395571149885654, 0.03387688845396042, 0.0005540313431993127, 0.012056014500558376, -0.02402418851852417, -0.02613234519958496, 0.036746323108673096, -0.019529718905687332, -0.02575170435011387, 0.025956664234399796, 0.004809229634702206, 0.033408407121896744, -0.013454131782054901, -0.015415887348353863, -0.017890041694045067, -0.0012773373164236546, 0.03425752744078636, -0.024258429184556007, -0.016133245080709457, -0.013981170020997524, -0.005790107883512974, -0.0014923617709428072, 0.02870897948741913, 0.018446361646056175, 0.02298475056886673, 0.007060125004500151, 0.01869524084031582, -0.021213315427303314, -0.009845378808677197, 0.03124169260263443, 0.0021008355543017387, -0.02242843247950077, -0.00589258735999465, 0.009113380685448647, 0.0027980641461908817, 0.014588728547096252, -0.013937250711023808, -0.020876595750451088, -0.02125723473727703, -0.01758260279893875, -0.07384400069713593, 0.02135971374809742, -0.017904682084918022, 0.009311020374298096, 0.007089404854923487, -0.00876202154904604, 0.005314308684319258, -0.023643549531698227, -0.015445167198777199, 0.03636568412184715, -0.005845007486641407, 0.013468771241605282, -0.024229148402810097, 0.01033581793308258, -0.0004611590120475739, -0.022486992180347443, 0.007949503138661385, 0.0015262167435139418, -0.0009634929592721164, 0.001706471317447722, -0.010452937334775925, 0.0005677563021890819, 0.009274420328438282, 0.023804590106010437, -0.018519559875130653, 0.006734385620802641, -0.007115025073289871, 0.032617852091789246, 0.002992043737322092, -0.013681051321327686, 0.031124573200941086, -0.03677560016512871, 0.010423657484352589, 0.04222166910767555, 0.01105317659676075, -0.024434108287096024, 0.003938151523470879, 0.03484312444925308, 0.03214937075972557, 0.008981620892882347, -0.003076223423704505, -0.01797788217663765, 0.008198382332921028, -0.0053033288568258286, -0.0021410954650491476, 0.008886461146175861, -0.007942182943224907, 0.01712876372039318, 0.010416338220238686, 0.002417424926534295, 0.031446654349565506, -0.010211378335952759, 0.025766344740986824, -0.031680893152952194, -0.004951969254761934, -0.027479222044348717, 0.026439784094691277, 0.0036673122085630894, -0.016074685379862785, -0.014178809709846973, 0.025341786444187164, 0.021462194621562958, 0.025239305570721626, -0.005263068713247776, -0.002375334966927767, -0.011389895342290401, 0.02561994642019272, -0.012963692657649517, 0.021403634920716286, -0.03185657039284706, 0.004348070826381445, -0.014083649963140488, -0.0056839678436517715, 0.012773373164236546, -0.004516430199146271, 0.001073292689397931, -0.002146585378795862, 0.010211378335952759, 0.0014356320025399327, -0.0015188967809081078, 0.030304735526442528, 0.00819106213748455, -0.021374354138970375, -0.0032647131010890007, 0.03832743689417839, 0.022706592455506325, -0.014552129432559013, 0.01479368843138218, 0.005065429024398327, -0.01632356457412243, -0.03332056850194931, 0.0018309111474081874, -0.003350722836330533, -0.0014392919838428497, 0.004805570002645254, 0.008015383034944534, -0.02714250236749649, 0.02045203559100628, 0.021608594805002213, 0.03390616923570633, -0.022325951606035233, 0.024536587297916412, -0.015020607970654964, 0.00353555241599679, -0.014222729951143265, -0.010877496562898159, -0.014361809007823467, -0.01862204074859619, 9.12710529519245e-05, 0.007912903092801571, 0.01196085475385189, -0.005263068713247776, -0.02253091149032116, 0.03007049672305584, -0.03209081292152405, 0.02138899452984333, -0.0325007326900959, -0.008483861573040485, -0.024521946907043457, 0.022926190868020058, 0.009567219763994217, 0.015576926991343498, 0.016865244135260582, -0.012099933810532093, 0.017670443281531334, 0.005127649288624525, -0.012114574201405048, 0.003090863348916173, 0.028943218290805817, -0.0016863413620740175, 0.00199469574727118, 0.012853892520070076, 0.013146691955626011, -0.01053345762193203, -0.019397959113121033, -0.004805570002645254, -0.013563930988311768, 0.007561543956398964, 0.012077974155545235, 0.10523209720849991, 0.009157300926744938, -0.017729002982378006, 0.006679486017674208, 0.019222280010581017, 0.00206057564355433, 0.015371967107057571, 0.003777111880481243, -0.00023629824863746762, -0.020891236141324043, 0.01185105461627245, 0.004864129703491926, -0.005995067302137613, -0.018870919942855835, -0.013461451046168804, -0.01611860655248165, 0.029104258865118027, 0.014618009328842163, 0.005142289213836193, -0.012561093084514141, 0.015474447049200535, -0.012714812532067299, 0.033174168318510056, 0.011228855699300766, -0.011733935214579105, -0.00882790144532919, 0.039996396750211716, -0.005281368736177683, -0.014654608443379402, -0.03337913006544113, -0.01914907991886139, 0.00530698848888278, -0.05334804579615593, 0.0006761835538782179, -0.007751863449811935, -0.012034054845571518, 0.0062073469161987305, -0.006840525660663843, 0.010877496562898159, 0.0056107682175934315, -0.00832282193005085, -5.5643318773945794e-05, -0.012136533856391907, -0.012861212715506554, 0.011426495388150215, -0.006679486017674208, -0.006595306098461151, -0.014230050146579742, -0.01888556033372879], \"aaafed1f-9cf9-4fd9-96fd-d685069d5900\": [-0.0179134551435709, 0.008420021273195744, 0.013229469768702984, -0.02949795313179493, -0.011905129067599773, 0.013034303672611713, -0.01762070506811142, -0.024772146716713905, -0.029609477147459984, -0.027546294033527374, 0.04014844447374344, 0.015083547681570053, 0.00165019859559834, 0.001439349609427154, -0.009625867940485477, 0.004311078693717718, 0.005921198520809412, -0.00037312437780201435, 0.0360778383910656, -0.018638357520103455, 0.013689504005014896, -0.012825197540223598, -0.03220239654183388, 0.001313885673880577, -0.007841493003070354, 0.012985512614250183, 0.020840946584939957, -0.03359644114971161, -0.0019917392637580633, -0.010434413328766823, 0.01250456739217043, -0.017885573208332062, 0.0015151506522670388, -0.011082643643021584, -0.01914021372795105, -0.018248025327920914, -0.01781587116420269, -0.033484917134046555, 0.02807603031396866, -0.01610119827091694, 0.025831621140241623, -0.013508278876543045, -0.0059665050357580185, 0.00035765921347774565, -0.0180389191955328, 0.030585307627916336, 0.02033909037709236, -0.032230280339717865, -0.02704443782567978, 0.02217922732234001, 0.01016954518854618, 0.023155057802796364, -0.036802738904953, -0.003218497149646282, -0.015961794182658195, 0.007486011832952499, 0.007262965198606253, 0.009960438124835491, -0.011333570815622807, -0.010211366228759289, 0.009040369652211666, -0.006315015722066164, -0.00900551863014698, 0.013124916702508926, -0.021956179291009903, -0.01656123250722885, -0.022681083530187607, 0.01978147216141224, 0.008148182183504105, 0.0016920198686420918, 0.016087258234620094, 0.0027950566727668047, 0.005677240900695324, -0.008413050323724747, 0.012560329400002956, -0.007611475884914398, -0.01504172571003437, -0.01442834734916687, -0.008350318297743797, -0.009876796044409275, 0.029219144955277443, -0.0019516604952514172, -0.004331989213824272, 0.043494146317243576, 0.013138856738805771, 0.012692763470113277, 0.003045984311029315, -0.004907032009214163, -0.013919521123170853, -0.012804286554455757, 0.00044130178866907954, 0.009186744689941406, 0.00997437909245491, 0.002376843709498644, 0.0092634167522192, 0.0071653821505606174, 0.025232180953025818, 0.017258254811167717, 0.00984194502234459, -0.0037848271895200014, -0.018415311351418495, -0.010880507528781891, -0.026166191324591637, -0.02039485238492489, -0.008015748113393784, -0.02039485238492489, 0.022904129698872566, -0.005746942944824696, 0.00845487229526043, -0.016324246302247047, -0.009556165896356106, 0.025037014856934547, -0.009960438124835491, -0.014553810469806194, -0.0031522801145911217, 0.029999809339642525, -0.009939528070390224, -0.034878961741924286, -0.014567751437425613, -0.010030141100287437, 0.012190907262265682, 0.03172842413187027, 0.0215937290340662, -0.02201194129884243, 0.012225759215652943, -0.016184842213988304, -0.010615638457238674, 0.01137539278715849, 0.00640562828630209, -0.01916809380054474, 0.040873344987630844, 0.003718610154464841, 0.03604995831847191, 6.638041668338701e-05, -0.022123465314507484, 0.019962698221206665, -0.009814064018428326, 0.011709962971508503, -0.045529451221227646, -0.025510990992188454, 0.006611249875277281, 0.04059453681111336, -0.006029236596077681, 0.030445903539657593, -0.002455258509144187, -0.0007645455771125853, -0.004363355226814747, 0.019377199932932854, -0.014226210303604603, -0.024409696459770203, -0.009744361974298954, 0.007486011832952499, 0.002913550240918994, 0.024326054379343987, 0.016547292470932007, 0.023642972111701965, 0.0060989391058683395, -0.021747073158621788, 0.00782755296677351, 0.00641608377918601, 0.02569221518933773, 0.0261383093893528, 0.02353144809603691, -0.00026269000954926014, 0.013926491141319275, 0.03033437952399254, 0.008524574339389801, -0.01380102802067995, 0.02137068286538124, 0.0023367649409919977, 0.014302883297204971, -0.004743231926113367, -0.025957083329558372, 0.0044713933020830154, 0.004216980654746294, 0.02210952527821064, 0.016310304403305054, 0.0034851080272346735, -0.033094584941864014, -0.02323869988322258, -0.042295269668102264, -0.014065896160900593, 0.02736506797373295, 0.028299076482653618, -0.011981801129877567, 0.002978024771437049, 0.0060257515870034695, 0.0030494695529341698, 0.009814064018428326, 0.0008634355035610497, 0.01884746365249157, -0.0005083901342004538, 0.001399270840920508, -0.034516509622335434, -0.6370219588279724, -0.010350770317018032, 0.021705253049731255, -0.026905033737421036, -0.005541321821510792, 0.013389784842729568, 0.007639356888830662, 0.018875345587730408, -0.015487819910049438, 0.025218240916728973, 0.01923779584467411, 0.028006328269839287, 0.005290393717586994, -0.004541095811873674, -0.01742553897202015, -0.008629127405583858, 0.008092421106994152, -0.006628675386309624, 0.012616090476512909, 0.02169131115078926, 0.000669140717945993, -0.0016528124688193202, -0.00098454300314188, -0.005300849210470915, -0.0006647843401879072, -0.021217336878180504, 0.01668669655919075, -0.01099203061312437, 0.00438078073784709, 0.02137068286538124, -0.042713481932878494, 0.002699216129258275, 0.01315279770642519, -0.0072281137108802795, 0.05523199215531349, 0.003833618713542819, -0.01544599886983633, 0.013278261758387089, 0.010559877380728722, 0.01830378733575344, -0.027908744290471077, -0.017537062987685204, 0.029414311051368713, 0.008399110287427902, -0.005008100066334009, 0.00011827584967250004, 0.04118003696203232, -0.007214173674583435, -0.026835331693291664, -0.012476686388254166, -0.0018715029582381248, 0.003147052600979805, 0.006747168954461813, 0.02797844633460045, -0.012190907262265682, -0.002723611891269684, 0.017035208642482758, -0.007235084194689989, -0.0020353030413389206, -0.0069039990194141865, -0.01617090031504631, -0.006196522153913975, -0.016087258234620094, -0.007980897091329098, -0.03515776991844177, 0.009967409074306488, 0.005419342778623104, -0.020896706730127335, 0.020743362605571747, -0.0323975645005703, 0.001541289035230875, 0.011319630779325962, -0.009298267774283886, -0.04530640318989754, 0.007353577762842178, 0.03150537610054016, 0.03011133335530758, -0.03928413614630699, 0.0010228791506960988, 0.025483109056949615, 0.0036314825993031263, 0.005150989629328251, -0.03646817058324814, -0.0015195070300251245, 0.029944047331809998, 0.00927735771983862, -0.014721096493303776, -0.019419021904468536, -0.008378199301660061, -0.032676372677087784, 0.0006909226649440825, -0.001297331415116787, 0.00787634402513504, -0.0331224650144577, 0.028382718563079834, 0.027225663885474205, -0.001059472793713212, 0.008461842313408852, -0.003924231510609388, -0.015069606713950634, -0.017090968787670135, -0.006879603024572134, 0.006147730629891157, 0.026681985706090927, 0.02459092251956463, 0.014944142661988735, 0.003260318422690034, 0.009082191623747349, 0.018220145255327225, -0.019837234169244766, 0.008510633371770382, -0.020548196509480476, -0.019028689712285995, -0.012908839620649815, -0.008907935582101345, -0.03669121488928795, 0.04120791703462601, -1.9889619579771534e-05, -0.004795508459210396, 0.009319178760051727, 0.004095002077519894, 0.005569202359765768, 0.0033230504486709833, -0.02691897377371788, 0.000662170525174588, -0.009563135914504528, 0.012420924380421638, -0.0033910099882632494, -0.003164478112012148, 0.01936325989663601, 0.016352126374840736, -0.0006538933957926929, 0.029944047331809998, -0.018373489379882812, 0.013327052816748619, 0.0009523057378828526, 0.010594728402793407, -0.007437220308929682, 0.008008778095245361, -0.016826100647449493, -0.020227566361427307, 0.005691181402653456, 0.010016200132668018, -0.0074093397706747055, -0.006799445487558842, -0.012309401296079159, -0.024284232407808304, 0.004178644623607397, 0.006430024281144142, 0.026249833405017853, -0.007304786238819361, 0.0014184389729052782, 0.004492304287850857, 0.0071165906265378, -0.013968313112854958, -0.010803834535181522, 0.011779665015637875, -0.02017180435359478, 0.009695569984614849, -0.008301527239382267, -0.003464197274297476, 0.034683793783187866, 0.000767595018260181, -0.009486463852226734, -0.0001869978295871988, 0.005405402276664972, -0.013131886720657349, 0.004969764035195112, -0.009897707030177116, -0.015390236862003803, -0.01150782685726881, -0.0032881994266062975, -0.03568750619888306, -0.008629127405583858, 0.006482300814241171, 0.022876249626278877, -0.05074317380785942, -0.01874988153576851, 0.012804286554455757, -0.014511989429593086, 0.017467360943555832, 0.01073413249105215, -0.0023106266744434834, -0.007959987036883831, 0.017453420907258987, 0.028745170682668686, -0.0017477816436439753, 0.026612283661961555, -0.01639394834637642, 0.022541677579283714, 0.014958083629608154, 0.005607538856565952, -0.009340089745819569, -0.01572480797767639, 0.003483365522697568, 0.02772751823067665, -0.0077299694530665874, 0.005175385158509016, -0.002967569511383772, -0.00021967070642858744, 0.026221951469779015, 0.025260062888264656, 0.028745170682668686, -0.03270425274968147, 0.0018662753282114863, -0.0358269102871418, 0.0043947212398052216, -0.009075221605598927, -0.010943238623440266, 0.021677371114492416, -0.0020858370698988438, -0.007674207910895348, -0.028996098786592484, -0.012169997207820415, -0.0037708869203925133, -0.0003400158602744341, -0.008719740435481071, 0.013724355027079582, 0.0017817614134401083, -0.01345948688685894, 0.014804738573729992, -0.025037014856934547, 0.014609572477638721, 0.023991484194993973, -0.021036110818386078, 0.015543581917881966, 0.004872180987149477, 0.005604053847491741, -0.0015621996717527509, -0.04034360870718956, 0.002420407487079501, 0.014275002293288708, 0.023601152002811432, -0.008907935582101345, 0.0033457037061452866, 0.005335700232535601, 0.023517508059740067, -0.035102006047964096, 0.0284663625061512, 0.002552841557189822, -0.004872180987149477, 0.008169093169271946, 0.0017878604121506214, -0.005579657852649689, 0.003952112514525652, 0.01142418384552002, 0.02372661419212818, 0.01278337650001049, -0.01544599886983633, -0.019028689712285995, -0.017314016819000244, 0.0276020560413599, -0.01794133521616459, -0.003514731302857399, 0.014470168389379978, -0.01547387894243002, 0.0032690311782062054, 0.011758754029870033, 0.007918165065348148, 0.018275905400514603, 0.005272968206554651, -0.003997419029474258, 0.0013565783156082034, 0.0025807225611060858, 0.02836877852678299, -0.0009706025593914092, -0.015864212065935135, -0.02924702689051628, -0.01111749466508627, -0.004624738357961178, 0.0022147861309349537, -0.02137068286538124, -0.028382718563079834, 0.02024150639772415, -0.005792249459773302, 0.004603827837854624, 0.014721096493303776, 0.003120914101600647, -0.01352221891283989, 2.865684564312687e-06, -0.031644780188798904, -0.008378199301660061, 0.010497145354747772, 0.036746978759765625, -0.002437832998111844, -0.004426087252795696, -0.013550099916756153, 0.00982800405472517, -0.006234858185052872, -0.003676788881421089, -0.012330312281847, 0.02217922732234001, 0.0074093397706747055, -0.010197426192462444, -0.00457594683393836, 0.027671758085489273, 0.03850347176194191, -0.0208548866212368, -0.015376296825706959, 0.002490109531208873, 0.014762917533516884, 0.02888457477092743, -0.01813650131225586, -0.01965600810945034, 0.02142644301056862, 0.015627223998308182, -0.02265320159494877, 0.003464197274297476, 0.015543581917881966, 0.004907032009214163, 0.0015953081892803311, -0.021342800930142403, -0.018387429416179657, 0.0037151251453906298, 0.009256446734070778, 0.015432057902216911, -0.014414406381547451, -0.022151345387101173, 0.031589020043611526, 0.0070573436096310616, 0.002767175668850541, -0.0006264481344260275, -0.02817361243069172, 0.032425444573163986, 0.01360586192458868, -0.0005815774202346802, 0.0180389191955328, 0.02010210230946541, 0.0035600378178060055, 0.017787991091609, -0.021830717101693153, -0.020966408774256706, 0.008413050323724747, -0.015125368721783161, -0.007576624862849712, -0.01068534143269062, -0.003847559215500951, 0.00787634402513504, 0.0055935983546078205, -0.009012489579617977, 0.01278337650001049, -0.0076184459030628204, 0.013529188930988312, 0.0017878604121506214, -0.007346607744693756, -0.010239247232675552, 0.007064313627779484, 0.01697944663465023, 0.027992386370897293, 0.02517642080783844, 0.019837234169244766, 0.0074093397706747055, 0.019307497888803482, -0.017286134883761406, 0.00327251642011106, 0.021551907062530518, 0.015222951769828796, 0.012420924380421638, -0.006722773425281048, 0.03844771161675453, 0.01933537982404232, 0.0010890961857512593, -0.0062697092071175575, -0.007492982316762209, 0.008517604321241379, 0.022444095462560654, 0.005447223782539368, 0.011096583679318428, 0.01614302024245262, 0.0012912325328215957, 0.02689109370112419, 0.006708832923322916, -0.0031261418480426073, 0.01585027016699314, 0.004108942113816738, 0.005157959647476673, -0.023601152002811432, -0.003673303872346878, -0.00016053278523031622, 0.02188647724688053, 0.013891640119254589, 0.006315015722066164, -0.015125368721783161, -0.04251831769943237, 0.00016663172573316842, -0.04898667708039284, 0.000143869619932957, 0.002193875377997756, -0.024744266644120216, 0.003208041889593005, -0.035938434302806854, -0.004157733637839556, -0.01978147216141224, 0.0012014909880235791, -0.031589020043611526, 0.009786183014512062, -0.01587815210223198, 0.010371681302785873, -0.0017713061533868313, 0.018610477447509766, 0.005255542695522308, -0.03627300262451172, 0.002305398928001523, 0.027894804254174232, -0.02443757653236389, -0.002584207570180297, -0.008155152201652527, -0.023838138207793236, -0.02346174605190754, -0.0033509312197566032, 0.03150537610054016, -0.012762465514242649, -0.01326432079076767, 0.01658911444246769, 0.01849895343184471, -0.0037046698853373528, -0.004049695562571287, -0.012176967225968838, 0.0018279391806572676, 0.00921462569385767, 0.013124916702508926, 0.016254544258117676, 0.00014985963935032487, -0.011849367059767246, 0.011605409905314445, 0.016059378162026405, -0.0034955632872879505, 0.004520184826105833, 0.003976508043706417, 0.021537967026233673, -8.244458877015859e-05, 0.023085355758666992, 0.005509955808520317, -0.015013844706118107, 0.01749524287879467, -0.013452516868710518, -0.0028368779458105564, -0.004422602243721485, 0.00787634402513504, 0.024995194748044014, 0.020185746252536774, 0.0012058473657816648, 0.006395173259079456, -0.023573270067572594, -0.010762013494968414, -0.01391255110502243, 0.031616900116205215, 0.016742458567023277, 0.013557069934904575, 0.021970121189951897, -0.006213947664946318, -0.026277713477611542, -0.012936720624566078, -0.006074543111026287, -0.014860500581562519, 0.017857693135738373, -0.009897707030177116, -0.028745170682668686, -0.02120339684188366, -0.015892092138528824, 0.016603054478764534, 0.03334551304578781, 0.0004077576450072229, 0.004579431843012571, -0.014525930397212505, 0.0051091681234538555, -0.006872633006423712, -0.027155961841344833, -0.029832523316144943, -0.037360358983278275, -0.04056665673851967, 0.006301075220108032, 0.02807603031396866, 0.0336243212223053, -0.010260158218443394, 0.015933914110064507, -0.021147634834051132, -0.007562684360891581, -0.019642068073153496, -0.023085355758666992, -0.004345929715782404, -0.008301527239382267, 0.02824331447482109, 0.016547292470932007, 0.028773050755262375, -0.007548743858933449, -0.0003742134722415358, -0.010775953531265259, 0.015459938906133175, 0.004645648878067732, 0.0007214173674583435, 0.00488960649818182, -0.04313169792294502, -0.0009104844648391008, 0.02456304058432579, 0.007458130829036236, -0.009158863686025143, -0.021774955093860626, -0.008169093169271946, -0.013320082798600197, -0.005457679275423288, 0.011905129067599773, -0.017955277115106583, -0.02643105946481228, 0.0019777987617999315, 0.0052590277045965195, -0.013354933820664883, 0.0005854981136508286, -0.02581767924129963, -0.031170805916190147, 0.024604862555861473, 0.013145827688276768, 0.04421905055642128, -0.02618013136088848, 0.049014557152986526, 0.004812933970242739, 0.009660718962550163, 0.0008464456186629832, 0.024702444672584534, -0.03526929393410683, 0.008099391125142574, -0.017188552767038345, -0.009953468106687069, 0.026319535449147224, 0.024395756423473358, 0.03328975290060043, 0.006938850041478872, -0.012490627355873585, -0.009883766062557697, -0.009625867940485477, -0.03150537610054016, 0.02517642080783844, 0.015808450058102608, -0.04070606082677841, -0.002026590285822749, -0.009793153032660484, -0.0013679048279300332, 0.0009854142554104328, 0.0044539677910506725, 0.007813611999154091, -0.0055831428617239, 0.009291297756135464, -0.037360358983278275, -0.00947252381592989, -0.0051997811533510685, -0.021245218813419342, 0.02243015542626381, 0.0014715868746861815, 0.03638452664017677, -0.005095227621495724, 0.010880507528781891, -0.050269197672605515, 0.00884520448744297, -0.004077576100826263, -0.0009740876848809421, 0.017634646967053413, 0.01946084201335907, 0.008573365397751331, 0.0030616673175245523, 0.01710491068661213, -0.008113331161439419, -0.00698067108169198, -0.03178418427705765, 0.03454438969492912, 0.009193714708089828, -0.012908839620649815, 0.006646100897341967, -0.008712769486010075, -0.011591468937695026, 0.009988319128751755, -0.008935816586017609, 0.015669045969843864, -0.000628190697170794, -0.011528736911714077, -0.011953920125961304, -0.0008904450805857778, -0.02169131115078926, 0.02424241043627262, 0.02149614505469799, -0.005081287585198879, -0.00179308804217726, 0.01376617606729269, -0.01953054592013359, -0.0072072031907737255, 0.009528284892439842, 0.018024979159235954, -0.017732229083776474, 0.005694666411727667, 0.015209010802209377, 0.039228376001119614, -0.0038649847265332937, -0.02868940867483616, -0.014776857569813728, 0.02591526322066784, -0.015738748013973236, 0.010267128236591816, 0.013285231776535511, -0.006283649709075689, 0.016324246302247047, -0.007534803356975317, -0.009737391956150532, -0.04421905055642128, -0.02782510221004486, -0.015822390094399452, 0.006597309373319149, 0.03381948918104172, -0.016310304403305054, -0.036551810801029205, 0.010350770317018032, -0.00209803506731987, -0.013877700082957745, -0.006084998603910208, 0.006395173259079456, -0.025608573108911514, -0.008169093169271946, 0.0014916262589395046, 0.017341896891593933, 0.020088162273168564, 0.004258802160620689, -0.0038858954794704914, 0.000730130122974515, 0.015585402958095074, -0.029776763170957565, 0.038196783512830734, -0.007486011832952499, -0.006057117599993944, -0.012706703506410122, 0.003701184643432498, -0.012225759215652943, -0.017955277115106583, -0.019767532125115395, -0.0031261418480426073, -0.020380910485982895, 0.014058925211429596, 0.00932614877820015, 0.014275002293288708, -0.018610477447509766, 0.003192358883097768, 0.02736506797373295, -0.010880507528781891, -0.008238795213401318, 0.0010263642761856318, -0.044720906764268875, 0.031003519892692566, -0.04650527983903885, 0.0020858370698988438, -0.00311045884154737, -0.01742553897202015, -0.007722999434918165, -0.03128232806921005, 0.011201136745512486, -0.012204848229885101, -0.005293879192322493, -0.0067924754694104195, 0.0013461229391396046, 0.017439480870962143, -0.04631011560559273, -0.00565633038058877, -0.0027549779042601585, -0.03986963629722595, -0.010999000631272793, 0.02397754229605198, 0.02316899783909321, 0.0025859500747174025, 0.009821034036576748, -0.010768983513116837, -0.005081287585198879, 0.013647682964801788, -0.007402369286864996, -0.0032760014291852713, -0.017258254811167717, -0.01784375309944153, -0.021091872826218605, 0.009793153032660484, 0.004077576100826263, 0.027741460129618645, 0.010748072527348995, -0.030445903539657593, -0.041458845138549805, -0.015097487717866898, -0.014637453481554985, -0.0247860886156559, 0.002138113835826516, 0.0014471911126747727, 0.0222071073949337, 0.013919521123170853, 0.0010342057794332504, 0.04544580727815628, -0.003021588549017906, 0.023029593750834465, -0.02991616725921631, 0.008155152201652527, 0.014721096493303776, 0.007562684360891581, 0.026514701545238495, 0.005105683114379644, -0.01402407418936491, 0.003823163453489542, 0.02578979916870594, 0.006611249875277281, 0.008907935582101345, 0.020157864317297935, 0.006109394133090973, -0.010678370483219624, -0.01955842599272728, -0.015278713777661324, -0.012462746351957321, 0.012114235199987888, 0.02100823074579239, -0.03236968442797661, -0.02314111776649952, 0.01029500924050808, 0.0060048410668969154, 0.004837329965084791, 0.009437672793865204, 0.0022461521439254284, -0.032007232308387756, 0.004272742196917534, -0.006109394133090973, -0.0013626771979033947, -0.011758754029870033, -0.015264772810041904, -0.0033160801976919174, 0.008273646235466003, 0.004143793601542711, 0.03780645132064819, -0.005820130463689566, -0.02130098082125187, 0.022221049293875694, 0.02988828532397747, -0.04168189316987991, -0.001589209190569818, -0.004718836396932602, -0.00768117792904377, 0.0049593085423111916, -0.018192263320088387, 0.020129984244704247, -0.012616090476512909, -0.02659834362566471, 0.007959987036883831, -0.008643067441880703, -0.010838685557246208, -0.02849424257874489, 0.0033230504486709833, -0.02640317752957344, -0.004907032009214163, 0.0012842622818425298, -0.00887308456003666, 0.012630031444132328, -0.013591920956969261, -0.020018460229039192, -0.017049148678779602, -0.0005467263399623334, -0.008176063187420368, -0.02065972052514553, -0.02105005271732807, -0.002664365107193589, 0.024507278576493263, 0.009597986936569214, 0.010894447565078735, 0.21089085936546326, -0.004032270051538944, -0.002688760869204998, 0.03354067727923393, 0.006705347914248705, -0.009834975004196167, 0.020520316436886787, -0.0009505631751380861, -0.008385169319808483, 0.0407339408993721, 0.011981801129877567, 0.021091872826218605, -0.022667141631245613, -0.005973475053906441, 0.016505470499396324, -0.019488723948597908, -0.03443286567926407, -0.004143793601542711, -0.03867075964808464, -0.02443757653236389, 0.0034032079856842756, -7.171698962338269e-05, -0.019419021904468536, -0.014330764301121235, 0.014205300249159336, -0.016505470499396324, 0.0021520541049540043, 0.01207241415977478, 0.004718836396932602, 0.0066809519194066525, -0.04435845464468002, -0.013243410736322403, -0.008106361143290997, 0.011779665015637875, -0.026514701545238495, -0.016115140169858932, 0.02065972052514553, -0.002913550240918994, 0.015153249725699425, -0.003676788881421089, -0.009395850822329521, -0.015459938906133175, 0.0006238343194127083, -0.011382362805306911, -0.01110355369746685, 0.008531544357538223, 0.003025073790922761, -0.00313833961263299, 0.0016179613303393126, 0.010071962140500546, 0.010699281468987465, 0.02387996017932892, 0.01619878225028515, 0.01914021372795105, 0.01901474967598915, -0.036105718463659286, -0.0018924135947600007, 0.005189325660467148, 0.003568750573322177, 0.007151441648602486, 0.007005067076534033, 0.010782924480736256, -0.00932614877820015, -0.0010533739114180207, -0.008538514375686646, 0.014003164134919643, -0.026654105633497238, -0.021161574870347977, 0.002491852268576622, -0.02372661419212818, 0.006050147581845522, 0.005283423699438572, -0.003314337693154812, 0.024604862555861473, 0.0055726878345012665, -0.018164383247494698, 0.025092776864767075, 0.03524141013622284, 0.0007706445176154375, 0.04999038949608803, -0.04430269077420235, -0.01462351344525814, -0.014637453481554985, -0.040622416883707047, -0.008406080305576324, -0.027643876150250435, 0.029637359082698822, 0.0054402537643909454, -0.014017104171216488, -0.013354933820664883, 0.0018854434601962566, -0.005367066245526075, -0.0021468265913426876, 0.01181451603770256, 0.005464649293571711, 0.008608216419816017, -0.004011359065771103, 0.015013844706118107, -0.009298267774283886, -0.020199686288833618, -0.034070417284965515, 0.012741554528474808, 0.028103910386562347, 0.019669950008392334, -0.02485579065978527, -0.02669592760503292, 0.007092194631695747, -0.0032306951470673084, -0.003147052600979805, 0.015181130729615688, 0.0023751009721308947, -0.039813872426748276, 0.010748072527348995, 0.011208107694983482, 0.005224176682531834, 0.02711413986980915, 0.004077576100826263, -0.019405081868171692, -0.005569202359765768, -0.003059924812987447, 0.012685793451964855, -0.022862307727336884, 0.0005319145857356489, 0.003439801512286067, 0.0006835167878307402, -0.018275905400514603, -0.015585402958095074, -0.009486463852226734, -0.01568298600614071, -0.0104274433106184, -0.009507374837994576, -0.0013801027089357376, 0.02843848057091236, -0.01237910334020853, -0.020771242678165436, -0.0005724289803765714, 0.00861518643796444, -0.03953506425023079, 0.00603620707988739, -0.003147052600979805, -0.007106135133653879, -0.016435768455266953, 0.023057473823428154, -0.01493020262569189, 0.01636606641113758, -0.010803834535181522, -0.008371229283511639, 0.016380008310079575, -0.03295518085360527, -0.016798220574855804, -0.014498049393296242, 0.0027898289263248444, 0.005053406581282616, -0.010113783180713654, -0.01002317015081644, -0.004046210553497076, -0.02382419817149639, -0.02853606455028057, -0.010782924480736256, 0.009193714708089828, -0.02750447206199169, 0.008852174505591393, 0.013591920956969261, -0.003666333621367812, -0.02782510221004486, -0.03008345142006874, -0.1801103800535202, 0.03454438969492912, 0.03108716383576393, -0.03691426292061806, 0.005558747332543135, -0.0006791604100726545, 0.00982800405472517, 0.021510086953639984, 0.003516474040225148, -0.032035112380981445, 0.014177419245243073, -0.011187196709215641, -0.015627223998308182, 0.005586627870798111, -0.004910517018288374, 0.0027602054178714752, -0.004272742196917534, 0.009486463852226734, 0.038001615554094315, -0.003065152559429407, 0.02152402698993683, -0.03641240671277046, 0.01544599886983633, 0.0035635228268802166, 0.000544983777217567, 0.0004700539284385741, -0.0004389057867228985, 0.00393817201256752, -0.007702088449150324, -0.03563174232840538, -0.0429365299642086, -0.0061651561409235, 0.0036628483794629574, -0.010915358550846577, -0.0036384526174515486, 0.009597986936569214, -0.002627771347761154, -0.014679274521768093, -0.009493433870375156, 0.001385330455377698, 0.029219144955277443, 0.009444642812013626, -0.00971648097038269, 0.01656123250722885, -0.005604053847491741, 0.0283408984541893, -0.007113105151802301, -0.020004520192742348, 0.0020004520192742348, -0.009939528070390224, 0.013180678710341454, -0.01920991577208042, 0.007381458766758442, 0.016282424330711365, 0.03181206434965134, 0.014972023665904999, -0.031003519892692566, 0.009430701844394207, -0.0011797090992331505, -0.020157864317297935, 0.004405176267027855, -0.02156584896147251, 0.008977638557553291, -0.00035940174711868167, -0.027128079906105995, -0.00520326616242528, -0.0025720095727592707, 0.0028508182149380445, -0.01656123250722885, 0.006032722070813179, 0.007332667242735624, -0.005478589795529842, -0.00927735771983862, -0.00984194502234459, 0.004837329965084791, 0.020617898553609848, -0.020896706730127335, 0.012490627355873585, -0.0012825197773054242, 0.0018802157137542963, -0.04176553338766098, 0.012330312281847, -0.02836877852678299, 0.038587115705013275, -0.009848915040493011, 0.014916261658072472, 0.0015334475319832563, -0.009340089745819569, -0.024381814524531364, -0.016421828418970108, 0.010246217250823975, 0.005537836346775293, -0.0032986546866595745, -0.016352126374840736, -0.01040653232485056, -0.00019527495896909386, -0.0016981188673526049, -0.0028717289678752422, 0.005642389878630638, -0.006144245155155659, -0.01155661791563034, 0.0003526493674144149, -0.023350223898887634, 0.023475687950849533, 0.01213514618575573, 0.016728518530726433, 0.02152402698993683, -0.003007648279890418, 0.04056665673851967, -0.018638357520103455, -0.024911552667617798, -0.00010177604417549446, 0.009618897922337055, 0.01157055888324976, 0.011563587933778763, 0.022681083530187607, 0.0010934526799246669, -0.022025883197784424, 0.035102006047964096, -0.008141212165355682, 0.04338262230157852, -0.02530188299715519, -0.0071653821505606174, 0.021998001262545586, 0.008984608575701714, -0.01173087302595377, -0.09841945022344589, -0.012281520292162895, 0.0037604314275085926, -0.0029588567558676004, -0.005286908708512783, 0.013320082798600197, -0.01946084201335907, 0.040845464915037155, 0.005565717350691557, 0.019697830080986023, -0.009075221605598927, -0.018610477447509766, -0.021217336878180504, 0.0032167546451091766, 0.01097111962735653, 0.0017016039928421378, -0.013689504005014896, -0.014031045138835907, -0.019474783912301064, 0.04237891361117363, -0.00861518643796444, -0.008496693335473537, 6.88853397150524e-05, -0.026974735781550407, -0.004614282865077257, -0.0024587437510490417, -0.016575174406170845, 0.006565943360328674, 0.01658911444246769, -0.008064540103077888, -0.0007484269444830716, -0.02814573235809803, 0.018415311351418495, -0.021440384909510612, -0.027379008010029793, -0.016115140169858932, -0.03133809193968773, -0.00773693947121501, 0.009577076882123947, -0.01274852454662323, 0.00037356000393629074, 0.023392044007778168, 0.018192263320088387, -0.020032400265336037, 0.025343704968690872, -0.006053632590919733, -0.02004634030163288, 0.06328956037759781, -0.01555752195417881, 0.002366388216614723, -0.020157864317297935, 0.006970216054469347, -0.011633289977908134, -0.03089199773967266, 0.02740688994526863, -0.010002260096371174, 0.03914473205804825, 0.01781587116420269, -0.014142568223178387, -0.0007584466366097331, -0.019892996177077293, -0.014637453481554985, -0.015892092138528824, 0.02866152860224247, 0.015585402958095074, 0.026068607345223427, -0.018275905400514603, -0.012964601628482342, 0.011661170981824398, -0.02546916902065277, -0.025120658800005913, 0.02762993611395359, -0.01727219484746456, 0.023057473823428154, -0.022471975535154343, -0.004840814974159002, -0.0025789798237383366, -0.004610797856003046, 0.00463867885991931, 0.006562458351254463, -0.010141664184629917, -0.022025883197784424, -0.005990900564938784, -0.0032672886736691, 0.00622091768309474, 0.026681985706090927, 0.024772146716713905, 0.0010202653938904405, 0.012567299418151379, -0.02888457477092743, 0.0053496407344937325, 0.03381948918104172, -0.003941657021641731, -0.0016641390975564718, 0.0016545549733564258, 0.019572366029024124, 0.02269502356648445, 0.0015299624064937234, 0.007360548246651888, -0.0016824358608573675, -0.024730326607823372, -0.013494337908923626, -0.05121714621782303, 0.029999809339642525, -0.01023227721452713, 0.014142568223178387, -0.0019481753697618842, -0.0010237505193799734, -0.00869882944971323, -0.001167511218227446, 0.0030581823084503412, 0.02986040525138378, -0.004659589380025864, 0.0019324923632666469, -0.03136597201228142, -0.012302431277930737, 0.0027758884243667126, -0.0005384491523727775, 0.01833166740834713, 0.011235987767577171, 0.014184389263391495, -0.006897028535604477, -0.023893900215625763, -0.0061581856571137905, -0.014511989429593086, 0.019767532125115395, -0.013773147016763687, 0.013856789097189903, -0.012567299418151379, 0.00884520448744297, 0.004370325244963169, -0.01962812803685665, 0.034488629549741745, -0.039423540234565735, 0.01465139351785183, 0.026054667308926582, 0.006625190377235413, -0.025887381285429, 0.009423731826245785, 0.03808525949716568, 0.030808353796601295, 0.0011230760719627142, -0.015404176898300648, -0.016603054478764534, 0.02802026830613613, -0.017035208642482758, -0.0017652071546763182, -0.014358644373714924, -0.02397754229605198, 0.02814573235809803, 0.010225307196378708, -0.003931201994419098, 0.03638452664017677, 0.0013609346933662891, 0.014400466345250607, -0.01649153046309948, -0.0016353869577869773, -0.021063992753624916, 0.005231147166341543, 0.02797844633460045, -0.020506374537944794, -0.004607312846928835, 0.0456409752368927, 0.005830585490912199, 0.0044121467508375645, -0.02240227349102497, -0.0014315081061795354, -0.012009682133793831, 0.010078932158648968, 0.0012180452467873693, 0.022388333454728127, -0.029944047331809998, -0.0004262722795829177, 0.0186522975564003, -0.005056891590356827, 0.02608254738152027, 0.0035530675668269396, 0.005952564533799887, 0.001687663490884006, -0.011884218081831932, -0.011305689811706543, 0.01661699451506138, 0.014484108425676823, 0.017258254811167717, -0.0008704056963324547, 0.004042725078761578, 0.013759206049144268, 0.017216432839632034, -0.028480302542448044, 0.014595632441341877, 0.0041925846599042416, 0.0056319343857467175, -0.016184842213988304, 0.005339185241609812, 0.009130982682108879, 0.0065694283694028854, 0.0021206880919635296, -0.001541289035230875, -0.017244314774870872, 0.04499971494078636, 0.003579205833375454, 0.030167095363140106, -0.004474878776818514, 0.0171746127307415, -0.00819697417318821, -0.008684889413416386, 0.01421924028545618, 0.01321552973240614, -0.04276924580335617, -0.0038893804885447025, 0.014874440617859364, 0.009730421006679535, -0.0010821260511875153, -0.002556326799094677, -0.019474783912301064, 0.014484108425676823, -0.024103006348013878, 0.015125368721783161, -0.030390141531825066, 4.566035931929946e-05, 0.0038649847265332937, 0.043745074421167374, -0.010748072527348995, 0.00163364433683455, 0.038587115705013275, -0.011005970649421215, 0.03270425274968147, 0.008580335415899754, 0.004419116768985987, -0.01681216061115265, 0.025761917233467102, 0.002218271140009165, 0.007127045653760433, 0.004091516602784395, 0.013048244640231133, -0.0050882576033473015, -0.012671852484345436, 0.0005624092882499099, -0.011131434701383114, 0.02372661419212818, 0.004722321406006813, 0.09022247791290283, 0.018582595512270927, -0.047397468239068985, 0.031198685988783836, 0.028550004586577415, 0.02530188299715519, 0.01629636436700821, -0.0035129887983202934, 0.008022718131542206, -0.010803834535181522, 0.015864212065935135, 0.015571461990475655, -0.011716932989656925, -0.014707155525684357, -0.028968216851353645, 0.015153249725699425, 0.018791701644659042, 0.038614995777606964, 0.01985117420554161, -0.010915358550846577, 0.014386525377631187, -0.0009183259680867195, 0.020938528701663017, 0.013278261758387089, -0.012971571646630764, -0.025232180953025818, 0.028828812763094902, 0.004056665580719709, -0.007918165065348148, -0.01736977882683277, -0.006186066661030054, -0.0036593633703887463, -0.027002615854144096, -0.001612733700312674, 0.003701184643432498, -0.005638904869556427, -0.0011030366877093911, -0.010657460428774357, -0.007562684360891581, 0.009075221605598927, -0.01226758025586605, -0.02746265009045601, -0.026514701545238495, -0.010378651320934296, 0.0037569464184343815, -0.008510633371770382, 0.012734584510326385, 0.005548291839659214, -0.036942142993211746], \"d2974cdb-8444-4b39-91dc-aad2df045776\": [-0.009065072983503342, 0.002211210085079074, 0.033503830432891846, -0.02442454732954502, -0.01913895644247532, 0.009214263409376144, -0.010919292457401752, -0.030377941206097603, -0.02284739539027214, -0.048820678144693375, 0.019153164699673653, 0.01354787964373827, 0.017220797017216682, -0.0007899081683717668, 0.014606419019401073, 0.005690535996109247, 0.0042163957841694355, -0.011160838417708874, 0.027038926258683205, -0.031571462750434875, -0.005210996139794588, 0.023898828774690628, -0.031571462750434875, -0.012631426565349102, -0.02233588509261608, -0.004578714724630117, 0.016609828919172287, -0.029156003147363663, -0.0033798657823354006, 0.013029267080128193, 0.011075587011873722, -0.01847115159034729, -0.001571824075654149, -0.005008523818105459, -0.01331343874335289, 0.0016890447586774826, -0.02497868239879608, -0.019863592460751534, 0.030974701046943665, -0.015430516563355923, 0.030690530315041542, -0.001551399240270257, -0.007132706698030233, -0.010748789645731449, 0.0013462628703564405, 0.02138391137123108, 0.004337168764322996, -0.01646774262189865, -0.004159561358392239, 0.008439895696938038, -0.0010505467653274536, 0.02504972368478775, -0.05080987885594368, 0.013263707980513573, -0.0013968809507787228, 0.013810738921165466, 0.024197209626436234, 0.0070900809951126575, -0.01756180264055729, -0.020986070856451988, 0.012283316813409328, 0.009811023250222206, -0.018215397372841835, -0.010009943507611752, -0.02024722471833229, -0.0016215540235862136, -0.02067348174750805, -0.003658709116280079, -0.002506038174033165, 0.001785840722732246, 0.0021241826470941305, 0.016013069078326225, -0.009491330944001675, -0.00697286007925868, 0.0026392436120659113, -0.015998858958482742, -0.010230177082121372, -0.003415387123823166, -0.0019323667511343956, -0.0017876168712973595, 0.024396128952503204, -0.010912188328802586, -0.01835748367011547, 0.038817837834358215, 0.032594479620456696, 0.010684851557016373, 0.006951547227799892, 0.004429524298757315, -0.006887608673423529, -0.013718382455408573, -0.0034793256781995296, 0.00876669306308031, 0.01331343874335289, 0.006951547227799892, 0.016084110364317894, 0.01520317979156971, 0.01351235806941986, 0.03975560516119003, -0.0012210496934130788, -0.0030690529383718967, -0.033816415816545486, -0.015089510940015316, -0.045552704483270645, -0.015473142266273499, -0.027976691722869873, -0.01041488815099001, 0.0267405454069376, -0.007942595519125462, 0.004450837150216103, -0.02020459994673729, -0.030179021880030632, 0.01720658876001835, 0.001691708923317492, -0.017703888937830925, -0.007530546747148037, 0.03367433324456215, -0.0032360039185732603, -0.02178175188601017, -0.027479391545057297, -0.014364873059093952, 0.012169647961854935, 0.017476551234722137, 0.007459504064172506, -0.019963053986430168, 0.007679736707359552, -0.010315428487956524, -0.0009501987369731069, 0.003212914802134037, 0.011452114209532738, -0.009668937884271145, 0.04077862203121185, 0.01510371919721365, 0.04282465577125549, -0.007949699647724628, -0.015217388048768044, 0.01804489456117153, -0.0018453391967341304, 0.00630150455981493, -0.015416308306157589, -0.023898828774690628, 0.014364873059093952, 0.039016757160425186, -0.004763426259160042, 0.022165382280945778, -0.003072605235502124, 0.01114663016051054, 0.003886046353727579, 0.010521452873945236, -0.002681869314983487, -0.027465183287858963, -0.004024580121040344, 0.001717461971566081, -0.003974849823862314, 0.019266832619905472, 0.0073458352126181126, 0.015601019375026226, -0.0019234863575547934, 0.0017689680680632591, -0.022747933864593506, 0.003875389927998185, -0.015700479969382286, 0.04344983398914337, 0.018144356086850166, 0.002635691314935684, 0.028900248929858208, 0.03731172904372215, 0.009811023250222206, -0.0182011891156435, 0.029724346473813057, -0.00495168985798955, 0.005996020045131445, 0.002495381748303771, -0.003605426987633109, -0.004852229729294777, 0.015075301751494408, 0.01720658876001835, 0.005175475031137466, -0.00601733336225152, -0.01957942172884941, -0.023657284677028656, -0.0062624309211969376, -0.006617645733058453, 0.021000279113650322, 0.027422556653618813, -0.009555269032716751, 0.010954814031720161, 0.0011384623358026147, -0.00027684526867233217, 0.023856204003095627, 0.0009191174176521599, 0.031202038750052452, 0.016453534364700317, 0.018101729452610016, -0.0099246921017766, -0.6297242045402527, -0.0027724490500986576, 0.007729467004537582, -0.02320260927081108, 0.00022955735039431602, 0.02202329784631729, 0.0056656706146895885, 0.02280476875603199, -0.011139526031911373, 0.025333896279335022, 0.02269110083580017, 0.014833756722509861, 0.014080701395869255, -0.009228471666574478, -0.03421425819396973, -0.021440746262669563, 0.005036941263824701, -0.0008165492909029126, 0.0058113085106015205, 0.021298659965395927, -0.012290420942008495, 0.005317560397088528, -0.010187551379203796, 0.007114945910871029, 0.0022964614909142256, -0.009526852518320084, 0.02016197331249714, -0.00624467059969902, 0.021057114005088806, 0.005747369956225157, -0.014322247356176376, -0.00836885254830122, 0.029440175741910934, -0.01236856821924448, 0.04734298586845398, 0.014229891821742058, -0.010194655507802963, 0.007388460915535688, 0.018925826996564865, 0.022065922617912292, -0.03182721510529518, -0.022279052063822746, 0.023145774379372597, 0.007164675742387772, 0.012894284911453724, 0.022549014538526535, 0.020275641232728958, 0.003632067935541272, -0.004102726932615042, -0.003978401888161898, -0.01555839367210865, -0.014990050345659256, 0.0011304700747132301, 0.024097749963402748, -0.0007907962426543236, 0.015487350523471832, 0.012894284911453724, -0.00042847744771279395, 0.003793690586462617, -0.0006100808386690915, -0.017703888937830925, -0.007679736707359552, 0.002630363218486309, -0.010372262448072433, -0.03461209684610367, 0.01069195568561554, -0.012865868397057056, -0.02847399190068245, 0.02980959787964821, -0.020375102758407593, -0.010599600151181221, 0.013860468752682209, -0.009093490429222584, -0.03029268980026245, -0.0023799368645995855, 0.028800789266824722, 0.01443591620773077, -0.020971862599253654, -0.009107698686420918, 0.02485080435872078, -0.011246089823544025, 0.000804116774816066, -0.006962203420698643, -0.0019696641247719526, 0.0011926325969398022, 0.010670642368495464, -0.029326505959033966, -0.009853648953139782, -0.005804204382002354, -0.010421992279589176, 0.01370417419821024, 0.002807970391586423, -0.014485646039247513, -0.008198349736630917, -0.009633416309952736, 0.03415742516517639, 0.006592780351638794, -0.009363453835248947, -0.02182437665760517, -0.010251489467918873, 0.011224777437746525, -0.012432506307959557, -0.008404374122619629, 0.022279052063822746, 0.02473713643848896, 0.012837450951337814, 0.0012938687577843666, -0.0016668438911437988, 0.014109118841588497, -0.012645634822547436, 0.01370417419821024, -0.004600027576088905, -0.000443796074250713, 0.0005980923888273537, -0.015700479969382286, -0.03785165399312973, 0.04234156385064125, -0.007828926667571068, -0.005143505521118641, -0.019394710659980774, 0.006365443114191294, 0.023216817528009415, -0.0005652350373566151, -0.021597038954496384, 0.022279052063822746, -0.0028843414038419724, -0.008894570171833038, -0.002806194359436631, 0.002506038174033165, -0.013015057891607285, -0.000402280391426757, 0.002740479540079832, 0.02307473123073578, -0.01733446680009365, 0.025348104536533356, -0.006923130247741938, 0.007104289252310991, -0.011011648923158646, 0.019593629986047745, -0.03205455467104912, -0.009207159280776978, -0.007154019549489021, 0.012205169536173344, -0.023586241528391838, -0.02611536718904972, -0.014300934970378876, -0.0398692712187767, -0.002983801532536745, -0.006447142455726862, 0.002754688262939453, 0.00013220639084465802, -0.014244100078940392, -0.0005128408665768802, 0.010485931299626827, -0.0022662682458758354, -0.017419718205928802, 0.013817843049764633, -0.01838590018451214, 0.010493035428225994, -0.009235575795173645, -0.015572602860629559, 0.03185563534498215, 0.0013018610188737512, -0.030832616612315178, -0.0016073455335572362, -0.0038682855665683746, -0.007445295341312885, 0.006859191227704287, -0.014720087870955467, -0.008560668677091599, 0.0022804769687354565, -0.012560383416712284, -0.013448419980704784, -0.011352654546499252, 0.0023728327360004187, 0.020105138421058655, -0.03250923007726669, -0.004550297278910875, 0.020346684381365776, -0.018854783847928047, -0.01065643411129713, -0.007409773766994476, 0.009086386300623417, 0.0031667370349168777, 0.02769252099096775, 0.009050864726305008, 0.014016763307154179, 0.040551282465457916, -0.01116794254630804, 0.04026711359620094, 0.0011908565647900105, 0.022591641172766685, -0.019565213471651077, -0.004095622804015875, 0.005495167803019285, 0.02705313451588154, 0.0035450404975563288, 0.008603294380009174, -0.006131001748144627, 0.0004861998022533953, 0.03151462599635124, 0.03299231827259064, 0.011501844972372055, -0.016481950879096985, 0.014357768930494785, -0.024367712438106537, -0.0015132136177271605, -0.015487350523471832, -0.011771807447075844, 0.008795110508799553, 0.020630856975913048, 0.0037972426507622004, -0.019394710659980774, -0.007651319727301598, 0.002303565852344036, -0.007573172450065613, -0.011061378754675388, 0.02556123398244381, 0.00025420036399737, -0.010784311220049858, 0.0023941455874592066, -0.009576582349836826, 0.031571462750434875, 0.018371691927313805, -0.02969592995941639, -0.007210853975266218, 0.00929241068661213, -0.005175475031137466, 0.018144356086850166, -0.02307473123073578, 0.012872972525656223, 0.0005297135794535279, 0.030122186988592148, -0.008915883488953114, 0.00925688911229372, -0.006045750342309475, 0.04234156385064125, -0.033191241323947906, 0.0011242538457736373, 0.0017556474776938558, -0.016211988404393196, 0.029156003147363663, 0.008518042974174023, -0.02662687748670578, 0.01835748367011547, -0.00248117302544415, 0.02189541980624199, -0.005274934694170952, -0.02733730524778366, -0.010976127348840237, -0.0031116788741201162, 0.019082121551036835, -0.007001277059316635, -0.005935634020715952, 0.027550434693694115, -0.03040635958313942, 0.002729823114350438, 0.0276072695851326, 0.014705878682434559, 0.02260584942996502, 0.010571182705461979, -0.007154019549489021, -0.0020371549762785435, 0.021710708737373352, 0.03864733502268791, 0.011338446289300919, -0.049758441746234894, -0.002630363218486309, -0.022676892578601837, 0.019664673134684563, 0.007942595519125462, -0.01364734023809433, -0.02469450980424881, 0.013611818663775921, 0.012887180782854557, 0.015785731375217438, 0.015544185414910316, -0.0038078990764915943, -0.0046533094719052315, 0.01108979620039463, -0.015288431197404861, -0.00025864053168334067, 0.007992325350642204, 0.044955942779779434, 0.0028239551465958357, 0.00976839754730463, -0.00401747552677989, 0.015643645077943802, -0.02576015330851078, 0.008482521399855614, -0.011572887189686298, 0.028260862454771996, 0.009761293418705463, -0.01642511785030365, -0.00026285869535058737, 0.021639665588736534, 0.043307747691869736, -0.010976127348840237, -0.02756464295089245, 0.017831766977906227, -0.01611252874135971, 0.020176181569695473, -0.0133702727034688, -0.0033034945372492075, 0.03895992413163185, 0.003669365542009473, -0.01642511785030365, 0.00829070620238781, 0.004187978804111481, -0.004603579640388489, 0.01008098665624857, -0.014748504385352135, -0.022705309092998505, 0.0010132492752745748, 0.013327647000551224, 0.005164818372577429, -0.019565213471651077, -0.012048874981701374, 0.04103437438607216, 0.005910768639296293, 0.006933786440640688, -0.002252059755846858, -0.017263423651456833, 0.021923836320638657, -0.0027990899980068207, 0.02111394889652729, -0.016254615038633347, 0.03202613815665245, -0.005033389199525118, 0.01254617515951395, -0.042284730821847916, -0.007736571133136749, 0.009498435072600842, -0.030235854908823967, -0.0058823516592383385, -0.022591641172766685, 0.01749076135456562, -0.005932081490755081, 0.012375672347843647, 0.010279906913638115, 0.002953608287498355, -0.012198064476251602, -0.006255326792597771, -0.007885761559009552, -0.02115657366812229, -0.020659273490309715, -0.0013160696253180504, 0.03358907997608185, 0.02685421332716942, 0.029866432771086693, 0.024722926318645477, 0.014862173236906528, 0.0032466603443026543, -0.031059952452778816, -0.013071892783045769, 0.022506389766931534, 0.01494742464274168, 0.009732876904308796, -0.0006948882946744561, 0.034441594034433365, 0.008581981994211674, 0.0036249635741114616, -0.001957231666892767, 0.00791417807340622, 0.002667660592123866, 0.015885191038250923, 0.017306048423051834, -0.008638815954327583, 0.015615228563547134, -0.00012465807958506048, 0.003596546594053507, -0.006258878856897354, 0.01791701838374138, 0.01181443314999342, 0.009604998864233494, -0.006873399950563908, -0.014542479999363422, -0.026243245229125023, 0.0014830203726887703, -0.009164533577859402, -0.0004120487719774246, 0.01494742464274168, -0.018613237887620926, -0.03242397680878639, -0.003768825437873602, -0.020119348540902138, -0.004237708635628223, -0.01575731299817562, -0.033503830432891846, -0.009072178043425083, -0.0027262710500508547, -0.0224069282412529, -0.00747371232137084, -0.01445722859352827, -0.012567487545311451, 0.01489059068262577, -0.006631853990256786, -0.0010700835846364498, 0.011629722081124783, 0.018599029630422592, 0.0033763134852051735, -0.028942875564098358, 0.004774082452058792, 0.020744524896144867, -0.02260584942996502, -0.03716964274644852, 0.004699487239122391, -0.024367712438106537, -0.03287865221500397, -0.025220226496458054, -0.0014119775732979178, -0.007587381172925234, -0.0008955844677984715, 0.010152029804885387, -0.011260299012064934, 0.005509376525878906, -0.022634265944361687, -0.015998858958482742, 0.019863592460751534, 0.024111958220601082, 0.012730886228382587, 0.03145779296755791, -0.015188970603048801, -0.010734581388533115, 0.0005767794791609049, 0.015444724820554256, -3.39118814736139e-05, 0.011281611397862434, 0.005697640124708414, 0.019749924540519714, 0.0019838728476315737, 0.004003267269581556, 0.0138249471783638, -0.009363453835248947, 0.011864162981510162, -0.023799369111657143, 0.009860754013061523, -0.008660128340125084, 0.023103149607777596, 0.013746799901127815, 0.030946284532546997, 0.013753904029726982, 0.007168227806687355, -0.017263423651456833, 0.003363881027325988, -0.017163963988423347, 0.019721508026123047, 0.010706163942813873, -0.008795110508799553, 0.035549864172935486, 0.012318837456405163, -0.036175042390823364, -0.017817558720707893, -0.011373966932296753, -0.04183005541563034, 0.01275930367410183, 0.004163113422691822, -0.013874677009880543, -0.016140945255756378, -0.006209149025380611, -0.00017061394464690238, 0.028729746118187904, -0.021767543628811836, 0.0036658132448792458, -0.007736571133136749, 0.0032253474928438663, 0.009526852518320084, -0.02820402942597866, -0.015032676048576832, -0.037084389477968216, -0.03364591300487518, 0.012162543833255768, 0.011317132972180843, 0.054134685546159744, -0.005974707193672657, 0.006525289732962847, -0.011437905952334404, -0.023685701191425323, -0.0048273648135364056, 0.004763426259160042, -0.002694301772862673, 0.011487635783851147, 0.05427677184343338, 0.013874677009880543, 0.029127586632966995, -0.011849954724311829, -0.0003170289273839444, 0.0024314429610967636, 0.0062979524955153465, 0.02217959240078926, -0.000970623514149338, -0.007423982489854097, -0.0344131775200367, -0.0073529393412172794, 0.010855354368686676, 0.011366862803697586, -0.01191389374434948, -0.0032413320150226355, 0.007033246569335461, -0.0009386542369611561, -0.007821822538971901, 0.007196645252406597, -0.0064577991142869, -0.014805339276790619, -0.0009226695983670652, 0.009981526993215084, -0.024310877546668053, 0.011963623575866222, -0.03833474591374397, -0.039130426943302155, 0.007622902747243643, -0.004589370917528868, 0.01811593770980835, -0.0190679132938385, 0.05865301191806793, -0.010947709903120995, 0.020460354164242744, -0.008233871310949326, 0.024921847507357597, -0.03103153593838215, 0.009796814993023872, -0.0009848320623859763, -0.008695649914443493, 0.022904228419065475, 0.014734296128153801, 0.02438192069530487, -0.007001277059316635, -0.006045750342309475, -0.006155866663902998, -0.0020531397312879562, -0.0285592433065176, -0.0042021870613098145, 0.0018329066224396229, -0.04100595787167549, -0.012453819625079632, -0.031571462750434875, -0.01099033560603857, -0.00976839754730463, 0.007175332400947809, 0.020332476124167442, -0.003974849823862314, 0.0103793665766716, -0.028431367129087448, -0.030548444017767906, 0.010926397517323494, -0.03262289613485336, 0.04305199533700943, -0.01014492567628622, 0.03768115118145943, 0.02249217964708805, 0.011857058852910995, -0.03256606310606003, -0.0032946141436696053, 0.012951119802892208, -0.01689399965107441, 0.010585390962660313, 0.023344695568084717, 0.015075301751494408, 0.0031152309384196997, 0.01587098278105259, -0.01666666381061077, -0.006937338504940271, -0.038732584565877914, 0.0198067594319582, 0.009896275587379932, 0.004539641086012125, -0.012283316813409328, -0.008716963231563568, -0.031770382076501846, 0.007065215613692999, 0.006454247049987316, 0.0019039495382457972, 0.00813441164791584, -0.0172492153942585, -0.00925688911229372, 0.000903132779058069, -0.021014487370848656, 0.025632277131080627, 0.0103580541908741, -0.015885191038250923, -0.0030761572998017073, 0.016155153512954712, -0.0071859885938465595, -0.008780901320278645, 0.0005994244129396975, 0.010777207091450691, -0.013689965941011906, -0.010173342190682888, 0.02804773487150669, 0.010365158319473267, 0.003783034160733223, 0.0029038782231509686, -0.010109404101967812, 0.03262289613485336, -0.015970442444086075, -0.004816708154976368, -0.0031738413963466883, -0.020630856975913048, 0.01693662628531456, -0.005814861040562391, -0.008986925706267357, -0.03395850211381912, -0.015345265157520771, -0.018655864521861076, 0.01014492567628622, 0.016965042799711227, 0.003761721309274435, -0.01945154368877411, 0.0022502837236970663, -0.014023867435753345, -0.0038078990764915943, -0.011104004457592964, 0.007814718410372734, -0.03552144765853882, -0.011040065437555313, -0.0007241935236379504, 0.024012498557567596, 0.02816140279173851, 0.009832336567342281, -0.009022447280585766, -0.003694230457767844, 0.025618067011237144, -0.025333896279335022, 0.019664673134684563, -0.004269678145647049, -0.019011078402400017, -0.026371121406555176, -0.004028132185339928, -0.002683645347133279, -0.02122761681675911, -0.0020211704540997744, -0.01071326807141304, -0.027621477842330933, -0.0172492153942585, 0.021838584914803505, 0.020375102758407593, -0.008724067360162735, 0.00803495105355978, 0.03549303114414215, -0.002578857121989131, 0.004898407496511936, 0.002672988921403885, -0.022264843806624413, 0.0267405454069376, -0.04774082452058792, 0.0011304700747132301, 0.012169647961854935, -0.003534384071826935, 0.005942738149315119, -0.029667513445019722, 0.013455524109303951, -0.0014714759308844805, -0.0361466258764267, -0.016084110364317894, 0.01236856821924448, 0.02453821524977684, -0.04282465577125549, 0.002765344688668847, -0.0003463340981397778, -0.027777772396802902, -0.012354359030723572, 0.021085530519485474, 0.01351235806941986, 0.00953395664691925, 0.0124822361394763, 0.016368282958865166, 0.01756180264055729, 0.033304907381534576, -0.017831766977906227, -0.019039494916796684, -0.023401528596878052, -0.01135975867509842, -0.028658702969551086, -0.002433219226077199, 0.011366862803697586, 0.027749354019761086, -0.00423415657132864, -0.04424551501870155, -0.03589086979627609, -0.012844555079936981, -0.012333046644926071, -0.005829069297760725, 0.02307473123073578, 0.0007392901461571455, 0.019636256620287895, 0.013128726743161678, -0.017419718205928802, 0.037510648369789124, -0.004539641086012125, 0.018343275412917137, -0.04578004032373428, 0.022350095212459564, -0.004671070259064436, 0.013377376832067966, 0.01631144806742668, -0.007136258762329817, -0.025731736794114113, -0.011331341229379177, 0.014720087870955467, 0.013682861812412739, 0.013810738921165466, 0.01120346412062645, -0.005246517714112997, 0.000259306572843343, -0.019167372956871986, 0.010762998834252357, -0.017703888937830925, 0.0073813567869365215, 0.011246089823544025, -0.020346684381365776, -0.027976691722869873, 0.005058254115283489, 0.0066851363517344, -0.003772377735003829, 0.01591360755264759, 0.004624892491847277, -0.01804489456117153, 0.0014448348665609956, -0.016879791393876076, -0.014904798939824104, -0.00300866668112576, -0.004660414066165686, -0.006635406520217657, 0.03941459581255913, 0.011508949100971222, 0.03287865221500397, -0.02138391137123108, -0.005516480654478073, 0.006887608673423529, 0.02926967293024063, -0.019195789471268654, -0.0016375386621803045, 0.008169933222234249, 0.00729610538110137, 0.006809461396187544, -0.019565213471651077, 0.004273230209946632, -0.013235291466116905, -0.00540636433288455, -0.008738275617361069, -0.0016055693849921227, -0.00829070620238781, -0.020375102758407593, -0.016140945255756378, -0.02220800891518593, -0.013739695772528648, 0.01720658876001835, 0.0042306045070290565, 0.010528557002544403, 0.005516480654478073, -0.021369703114032745, -0.014059389010071754, -0.0008245416101999581, -0.023841995745897293, -0.01047882717102766, -0.01431514322757721, 0.009960213676095009, -0.00011017198994522914, 0.005544898100197315, 0.02615799382328987, 0.1974424123764038, -0.004695935174822807, -0.0009510867530480027, 0.024211417883634567, 0.01838590018451214, -0.007438191212713718, 0.023572031408548355, -0.002657004166394472, -0.015387890860438347, 0.02980959787964821, 0.02863028645515442, -0.003985506482422352, -0.005711848847568035, 0.004564506001770496, 0.012496445327997208, -0.025547023862600327, -0.043023575097322464, -0.027152594178915024, -0.013839155435562134, -0.02351519837975502, -0.011352654546499252, 0.0016313224332407117, -0.00868144165724516, -0.004916168283671141, 0.02189541980624199, -0.026484791189432144, -0.0034935344010591507, 0.0030175468418747187, 0.019792551174759865, 0.017732305452227592, -0.03654446452856064, -0.011317132972180843, -0.005939186085015535, 0.02689683996140957, -0.021483371034264565, -0.001224601874127984, 0.012595904991030693, 0.00641162134706974, 0.01096902322024107, 0.0020282745826989412, 0.011501844972372055, 0.0006531506078317761, -0.029042335227131844, -0.025376521050930023, -0.006219805218279362, 0.01871269755065441, -0.0022289708722382784, 0.004841573070734739, 0.029156003147363663, 0.012730886228382587, -0.0071113938465714455, 0.019551005214452744, 0.0045574018731713295, 0.040153443813323975, 0.0016526352846994996, 0.001681052497588098, -0.010031256824731827, 0.010365158319473267, -0.01242540217936039, -0.0019217103254050016, 3.896258567692712e-05, 0.043620336800813675, -0.0016055693849921227, 0.0061381058767437935, -0.013043475337326527, 0.013448419980704784, -0.0181585643440485, -0.02516339346766472, 0.015544185414910316, -0.03682863712310791, 0.02489343099296093, 0.007566068321466446, -0.009541060775518417, 0.02213696576654911, 0.007793405558913946, -0.021128157153725624, 0.02311735786497593, 0.043620336800813675, -0.0047030397690832615, 0.039329346269369125, -0.03867575153708458, -0.02551860734820366, -0.009676042012870312, -0.021511787548661232, -0.011452114209532738, -0.03248080983757973, 0.035464610904455185, -0.004163113422691822, -0.01540209911763668, 0.004308751318603754, -0.006692240480333567, -0.0024314429610967636, -0.016155153512954712, 0.024566633626818657, 0.008141515776515007, 0.011473427526652813, -0.010770102962851524, 0.0020904371049255133, -0.020431935787200928, -0.02791985683143139, -0.03478259965777397, 0.05848250910639763, 0.04069336876273155, 0.02036089263856411, -0.03731172904372215, -0.010549869388341904, 0.012134126387536526, -0.0021827928721904755, 0.0024829490575939417, 0.003253764472901821, 0.006248222663998604, -0.03768115118145943, 0.0003014882677234709, 0.002688973443582654, -0.0063689956441521645, 0.017789140343666077, 0.011338446289300919, -0.02949700877070427, -0.004109831526875496, 0.0034171631559729576, 0.025788569822907448, -0.022577431052923203, 0.008830632083117962, 0.014080701395869255, -0.004884198773652315, -0.0055555542930960655, -0.005289143417030573, -0.0165103692561388, -0.008262288756668568, -0.023145774379372597, 0.01349104568362236, -0.031798798590898514, 0.013078996911644936, -0.015785731375217438, -0.018144356086850166, -0.002008737763389945, -0.004649757407605648, -0.0064577991142869, 0.00373685616068542, 0.017618637531995773, 0.0009111250983551145, -0.007136258762329817, 0.044330764561891556, -0.010613808408379555, 0.00791417807340622, -0.01071326807141304, 0.0054312292486429214, 0.002912758616730571, -0.04560953751206398, -0.0216680821031332, -0.016098320484161377, -0.00517902709543705, -0.004038788378238678, 0.018343275412917137, -0.0030139947775751352, -0.001822250196710229, -0.022080130875110626, -0.020233016461133957, -0.01682295650243759, 0.0003776373923756182, -0.04600737988948822, 0.019309459254145622, 0.027351513504981995, -0.009327932260930538, -0.022264843806624413, -0.035862453281879425, -0.18425685167312622, 0.029241254553198814, 0.01858482137322426, -0.03151462599635124, -0.0003088145749643445, 0.010521452873945236, 0.014379081316292286, 0.012766407802700996, 0.0032502124086022377, 0.0003481101884972304, 0.02429666928946972, 0.004990763496607542, -0.012666948139667511, 0.0011659915326163173, 0.002870132913812995, -0.013135830871760845, -0.007757883984595537, 0.012375672347843647, 0.028573451563715935, -0.005885903723537922, 0.021327076479792595, -0.02789144031703472, 0.010855354368686676, 0.0007352939574047923, 0.0038895984180271626, 0.008816422894597054, -0.006635406520217657, 0.023728325963020325, 0.0029305194038897753, -0.04273940622806549, -0.02138391137123108, 0.009676042012870312, 0.004997867625206709, -0.012809033505618572, -0.0024669645354151726, 0.023287860676646233, -0.021966462954878807, -0.00034744414733722806, 0.009832336567342281, -0.009931796230375767, 0.02138391137123108, 0.021497579291462898, -0.004191530868411064, 0.008972717449069023, -0.002667660592123866, -0.001566495862789452, 0.006390308495610952, -0.011345550417900085, -0.0031667370349168777, -0.012531966902315617, -0.001649971236474812, -0.02453821524977684, 0.02651320770382881, 0.008560668677091599, 0.018414318561553955, 0.013746799901127815, -0.017973851412534714, 0.012460923753678799, -0.011395280249416828, -0.005278487224131823, 0.026598459109663963, -0.03898834064602852, -0.007480816915631294, -0.01795964315533638, -0.011096900328993797, -0.021795960143208504, -0.023955663666129112, -0.002392369555309415, -0.0207587331533432, 0.0039109112694859505, -0.00027018500259146094, 0.001317845657467842, -0.00980391912162304, -0.0003054844564758241, 0.004148905165493488, 0.028260862454771996, -0.027479391545057297, 0.011281611397862434, 0.014187266118824482, -2.3616212274646387e-05, -0.031372543424367905, 0.025078142061829567, -0.037510648369789124, 0.022236425429582596, -0.018570613116025925, 0.015061093494296074, -0.013711278326809406, -0.001136686303652823, -0.01153736561536789, -0.0346689336001873, 0.004553849343210459, -0.020502978935837746, -0.024154584854841232, 0.002557544270530343, -0.00013453747669700533, 0.009093490429222584, -0.0036285158712416887, -0.017746515572071075, 0.0049623460508883, 0.0015469590434804559, -0.027010507881641388, 0.02118499018251896, -0.023699909448623657, 0.022833185270428658, 0.01713554561138153, 0.005530689377337694, 0.022776352241635323, 0.009363453835248947, 0.041972141712903976, 0.010429096408188343, -0.031770382076501846, 0.006049302406609058, 0.01804489456117153, 0.026683710515499115, -0.006326369941234589, 0.013285021297633648, -0.017419718205928802, -0.02603011578321457, 0.02713838592171669, -0.005655014421790838, 0.03569195047020912, -0.012127022258937359, 0.00775077985599637, 0.002806194359436631, -0.003964193630963564, 0.002527351025491953, -0.09394712001085281, -0.002019394189119339, -0.001681940513662994, -0.03131570667028427, -0.007665528450161219, 0.01236856821924448, -0.021753333508968353, 0.031258873641490936, 0.001717461971566081, 0.019508378580212593, -0.012453819625079632, -0.016055693849921227, -0.021142365410923958, 0.0007792517426423728, 0.009121907874941826, -0.005193235352635384, -0.03552144765853882, -0.0016277703689411283, -0.010493035428225994, 0.046177882701158524, -0.007466608192771673, -0.007764988113194704, -0.006859191227704287, -0.0328502357006073, 0.004280334338545799, 0.0019163821125403047, -0.020986070856451988, 0.021810168400406837, 0.02516339346766472, -0.01413753628730774, 0.001873756293207407, -0.03174196556210518, 0.025475982576608658, -0.005683431401848793, -0.019664673134684563, -0.01248934119939804, -0.03878942131996155, -0.03387325257062912, 0.01760442927479744, -0.017576012760400772, 0.007480816915631294, 0.03091786801815033, -0.01749076135456562, -0.036373961716890335, 0.0065892282873392105, -0.005548450164496899, -0.01858482137322426, 0.04492752626538277, -0.015700479969382286, -0.00601733336225152, -0.020943446084856987, 0.0005270494730211794, -0.005274934694170952, -0.01611252874135971, 0.005363738629966974, 0.015416308306157589, 0.024609258398413658, 0.00590721657499671, -0.004372690338641405, 0.017078712582588196, -0.023458363488316536, -0.016851374879479408, -0.006415173411369324, 0.03705597296357155, 0.0017263423651456833, 0.012531966902315617, -0.003981954418122768, -0.028758162632584572, 0.02205171436071396, -0.030264273285865784, -0.030861033126711845, 0.029980100691318512, -0.009249784983694553, 0.018854783847928047, -0.011281611397862434, -0.004074309952557087, -5.4725231166230515e-05, -0.0004919720231555402, 0.027422556653618813, -0.026967883110046387, -0.009420287795364857, -0.016680872067809105, -0.011018753051757812, 0.012205169536173344, 0.030150603502988815, 0.022264843806624413, 0.022222217172384262, 0.010699059814214706, 0.000934214040171355, -0.031287290155887604, 0.009931796230375767, 0.020375102758407593, -0.010116508230566978, -0.022435346618294716, -0.004145353101193905, 0.021440746262669563, 0.023955663666129112, 0.0026641085278242826, 0.0019234863575547934, -0.0038114513736218214, -0.01649615913629532, -0.0013364944607019424, -0.05396418273448944, 0.03262289613485336, -0.018371691927313805, 0.02055981382727623, 0.006731314118951559, -0.022350095212459564, 0.005047597456723452, -0.009811023250222206, -0.0292980894446373, 0.021639665588736534, -0.005637253634631634, 0.013441315852105618, -0.018570613116025925, 0.008574876934289932, -0.015473142266273499, -0.005797100253403187, 0.025475982576608658, -0.0008236535359174013, 0.015643645077943802, -0.0011899684322997928, -0.022321676835417747, 0.0035521446261554956, 0.015061093494296074, 0.025774361565709114, -0.0032253474928438663, -0.006976412143558264, -0.008042055182158947, 0.01953679509460926, 0.002387041226029396, -0.020147765055298805, 0.03202613815665245, -0.034526847302913666, 0.013356064446270466, 0.02753622643649578, 0.00953395664691925, -0.02276214398443699, 0.0023746087681502104, 0.015643645077943802, 0.04697356000542641, 0.006706449203193188, -0.023969871923327446, -0.032764982432127, 0.01653878577053547, -0.0046533094719052315, -0.018456943333148956, 0.009754189290106297, -0.01760442927479744, 0.02693946473300457, 0.007423982489854097, -0.0032146910671144724, 0.03029268980026245, -0.005488063674420118, 0.008667233400046825, -0.02918442152440548, 0.002744031837210059, -0.033702749758958817, 0.015061093494296074, 0.01459221076220274, -0.017391299828886986, 0.006102584768086672, 0.04634838551282883, 0.017831766977906227, 0.009661833755671978, -0.018655864521861076, -0.016524577513337135, -0.016439326107501984, 0.018499569967389107, 0.0031578566413372755, 0.006329922005534172, -0.036885470151901245, 0.0023905932903289795, 0.005122192669659853, -0.009185845963656902, 0.017931226640939713, 0.0007548307767137885, 0.010208863765001297, 0.005331769119948149, 0.018215397372841835, -0.007807614281773567, 0.03358907997608185, 0.014173056930303574, 0.0014226339990273118, -0.019820967689156532, 0.0010567629942670465, 0.007203749381005764, 0.02867291122674942, -0.020630856975913048, 0.014961633831262589, -0.01053566113114357, -0.0015247580595314503, -0.029610678553581238, 0.01214833464473486, -0.016837166622281075, 0.004578714724630117, -0.006532394327223301, -0.006678032223135233, -0.03256606310606003, 0.03415742516517639, 0.005036941263824701, 0.03253764659166336, -0.002106421859934926, 0.009271097369492054, -0.002756464295089245, -0.002646347740665078, -0.007360043935477734, -0.010684851557016373, -0.040551282465457916, -0.013590505346655846, 0.007086528465151787, 0.0007428422686643898, -0.0011171494843438268, -0.010976127348840237, 0.006702897138893604, 0.02671212889254093, -0.023373112082481384, 0.014030971564352512, -0.02004830539226532, 0.0003705330891534686, -0.022975271567702293, 0.03975560516119003, 0.001292092609219253, 0.001047882717102766, 0.03000851906836033, -0.0008476305520161986, 0.021611249074339867, 0.017320256680250168, 0.01403807569295168, -0.01431514322757721, 0.02082977630198002, 0.0025557680055499077, 0.005164818372577429, -0.003953536972403526, 0.01776072382926941, -0.004894855432212353, -0.021724916994571686, -0.00018948472279589623, -0.022975271567702293, 0.019749924540519714, 0.0029766971711069345, 0.08689966797828674, 0.01047882717102766, -0.036459214985370636, 0.013661548495292664, 0.005036941263824701, 0.014634836465120316, 0.019749924540519714, 0.007509233895689249, 0.007182436529546976, -0.017988061532378197, 0.009015343151986599, 0.0035983226262032986, 0.0003290174063295126, -0.0330207385122776, -0.019437335431575775, 0.004287438467144966, -0.005150609649717808, 0.028331905603408813, 0.011047170497477055, -0.008567772805690765, 0.0048131560906767845, -0.01871269755065441, 0.021682292222976685, 0.004383346531540155, -0.016481950879096985, -0.02146916277706623, 0.032821815460920334, -0.009377662092447281, -0.025888031348586082, -0.034953102469444275, -0.0004995203344151378, 0.005324664991348982, -0.029866432771086693, -0.0073316264897584915, 0.0011349102715030313, -0.017036085948348045, -0.008780901320278645, -0.010798519477248192, 0.01236856821924448, -0.012801929377019405, 0.002532679121941328, -0.016950834542512894, -0.03884625434875488, -0.03591928631067276, 0.013064788654446602, -0.013540775515139103, 0.008105994202196598, -0.015373682603240013, -0.02685421332716942], \"5360050b-3e31-4d48-ae28-88a7454b9fa2\": [-0.003898259485140443, 0.012108021415770054, 0.01763170398771763, -0.03614499419927597, -0.0034591888543218374, 0.0003613724547903985, -0.025483321398496628, -0.013395962305366993, -0.029781050980091095, -0.025607295334339142, 0.03380328416824341, 0.0064397044479846954, 0.009194658137857914, 0.0022934989538043737, -0.0030132306274026632, 0.007589897606521845, 0.0034523014910519123, 0.0038466041442006826, 0.030690183863043785, -0.017700577154755592, 0.007879167795181274, -0.030745284631848335, -0.022287575528025627, 0.01201159879565239, -0.01500072330236435, -0.003264620201662183, 0.021764134988188744, -0.034436922520399094, 0.005458252038806677, -0.0254006739705801, 0.01252126507461071, -0.014642579481005669, -0.01442218292504549, -0.013519935309886932, -0.029560653492808342, 0.0033386596478521824, -0.015042047016322613, -0.02808675356209278, 0.025634843856096268, -0.022576846182346344, 0.025621069595217705, -0.007982478477060795, -0.009504590183496475, 0.006491359788924456, -0.019505072385072708, 0.02591034024953842, 0.02442266419529915, -0.022425323724746704, -0.010565247386693954, 0.010186441242694855, 0.02173658460378647, 0.02606186270713806, -0.04228854179382324, -0.019684145227074623, -0.01406403910368681, 0.01252126507461071, -0.005892157554626465, 0.02483590878546238, -0.007920492440462112, -0.01723223552107811, 0.013065367937088013, -0.005754409823566675, -0.002770450431853533, 0.02230134978890419, -0.024312466382980347, -0.008974261581897736, -0.028623970225453377, 0.006704868748784065, -0.01794852316379547, -0.0037639555521309376, 0.020648378878831863, -0.0004179781535640359, 0.0013774768449366093, -0.007617447059601545, 0.016791442409157753, -0.003967133350670338, -0.018389316275715828, -0.005795734003186226, -0.003850047942250967, -0.008740090765058994, 0.03102077916264534, -0.008974261581897736, -0.03237070515751839, 0.0261582862585783, 0.010213990695774555, 0.0027067421469837427, 0.006859834771603346, 0.006277850829064846, -0.02048308029770851, -0.014174236916005611, 0.0050002411007881165, 0.0052998424507677555, 0.003701969049870968, 0.006539571564644575, 0.011074913665652275, 0.008409496396780014, 0.0014816485345363617, 0.01132974773645401, 0.008134000934660435, -0.010668558068573475, -0.02001473866403103, -0.010558360256254673, -0.025318024680018425, -0.016144029796123505, -0.0052619618363678455, 0.008602343499660492, 0.028072979301214218, -0.0028651519678533077, 0.008953599259257317, -0.029478006064891815, 0.009421941824257374, 0.026640402153134346, -0.0012776098446920514, -0.009917833842337132, 9.37329969019629e-05, 0.0070526814088225365, -0.005930038169026375, -0.024698160588741302, -0.008629892952740192, -0.01657104678452015, 0.01677766814827919, 0.0276735108345747, 0.009249757044017315, -0.022687043994665146, -0.0030046214815229177, 0.006835728883743286, -0.007383276242762804, -0.002448465209454298, 0.0022091285791248083, -0.032563552260398865, 0.03807346150279045, 0.010923391208052635, 0.03978153318166733, -0.02311406284570694, -0.025510871782898903, 0.006205533165484667, 0.008092676289379597, 0.018540838733315468, -0.036172542721033096, -0.008905388414859772, 0.009587239474058151, 0.03385838121175766, 0.002947800559923053, 0.01323066558688879, -0.009284194558858871, 0.004029119852930307, -0.013699007220566273, 0.025483321398496628, -0.0033713746815919876, -0.02462928742170334, -0.005792290437966585, 0.01366457063704729, -0.005609774496406317, 0.004356270655989647, 0.01439463347196579, 0.006766855251044035, 0.002465683501213789, -0.0005359245697036386, 0.008409496396780014, 0.004005013965070248, 0.021626386791467667, 0.02256307192146778, 0.03146157041192055, -0.005420371424406767, 0.03531850874423981, 0.032976794987916946, 0.005568450316786766, -0.02330690808594227, 0.0033507125917822123, 0.002524226438254118, 0.013526823371648788, 0.009642338380217552, -0.03468486666679382, 0.013347750529646873, -0.0007614864152856171, 0.020951423794031143, 0.01719091087579727, 0.020772350952029228, -0.004638653248548508, -0.010861405171453953, -0.011715441010892391, -0.015772109851241112, 0.031130976974964142, 0.025937888771295547, -0.007589897606521845, 0.02651643007993698, 0.017039388418197632, -0.008457708172500134, 0.012287093326449394, -0.005892157554626465, 0.02909231185913086, 0.005120770074427128, -0.01282430998980999, -0.02650265581905842, -0.6356229186058044, -0.0028462116606533527, 0.028376024216413498, -0.0409386120736599, -0.020896324887871742, 0.015345091931521893, 0.015827208757400513, 0.026750601828098297, -0.007755194790661335, 0.041186559945344925, 0.027398014441132545, 0.015565488487482071, 0.002715351292863488, 0.0018819777760654688, -0.008195986971259117, -0.01173610333353281, 0.025676168501377106, -0.008609230630099773, 0.005406596697866917, 0.027701059356331825, 0.005189644172787666, 0.007107780780643225, 0.027742384001612663, -0.007679433561861515, 0.011901400052011013, -0.0027618410531431437, 0.016185352578759193, -0.01920202746987343, 0.0005040704272687435, 0.020510630682110786, -0.017452631145715714, 0.002224625088274479, 0.01333397626876831, -0.001826878753490746, 0.05140743777155876, 0.005819839891046286, 0.0010692664654925466, 0.012555701658129692, 0.012486827559769154, 0.036971479654312134, -0.033885929733514786, -0.023844124749302864, 0.028706617653369904, 0.0004156106151640415, -0.008822739124298096, 0.015014497563242912, 0.045952629297971725, -0.0006840033456683159, -0.04322522506117821, -0.022535521537065506, 0.009043135680258274, -0.008485257625579834, 0.013671457767486572, 0.027053646743297577, -0.023348232731223106, -0.007996253669261932, 0.01849951408803463, -0.005392821971327066, 0.00031294551445171237, -0.004128986969590187, 0.001788998139090836, 0.004573223181068897, -0.010489486157894135, -0.004776400979608297, -0.0379081629216671, 0.01819646917283535, -0.01363702118396759, -0.01097849104553461, 0.011791202239692211, -0.007734532468020916, -0.005626993253827095, 0.012128683738410473, -0.0013619802193716168, -0.030579986050724983, 0.014098475687205791, 0.024849683046340942, 0.029836149886250496, -0.04157225042581558, -0.005819839891046286, 0.016557272523641586, 0.0001496929908171296, 0.002186744473874569, -0.047440305352211, -0.019697919487953186, 0.024064520373940468, 0.004714414477348328, -0.003977464511990547, -0.019270900636911392, 0.013747218996286392, -0.016846541315317154, -0.004896930418908596, 0.0026344244834035635, 0.004494018387049437, -0.03526340797543526, 0.01312735490500927, 0.029174961149692535, 0.012707224115729332, 0.004797063302248716, 0.005189644172787666, -0.025304250419139862, -0.009862734004855156, -0.027246491983532906, -0.004425144288688898, 0.009855846874415874, 0.024973655119538307, -0.0045491172932088375, 0.004005013965070248, -0.0011123125441372395, 0.02139221504330635, -0.01287252176553011, -0.0032766731455922127, -0.026957223191857338, -0.020414207130670547, -0.014890525490045547, 0.003094157436862588, -0.026323582977056503, 0.032260507345199585, -0.004073888063430786, 0.004201304633170366, 0.003887928556650877, 0.010930279269814491, 0.019353549927473068, -0.009497703053057194, -0.03862445056438446, 0.01885765790939331, -0.019587721675634384, -0.009112009778618813, -0.006625663954764605, -0.011260873638093472, -0.0030425020959228277, 0.025731267407536507, 0.0008381085935980082, 0.02483590878546238, -0.006153877824544907, -0.004397594835609198, -0.011123125441372395, 0.006109110079705715, -0.016502173617482185, 0.007500361651182175, -0.0252904761582613, -0.02139221504330635, 0.01523489411920309, 0.0246430616825819, -0.01034485176205635, -0.01105425227433443, -0.018320443108677864, -0.028706617653369904, -0.0027945563197135925, -0.0029719064477831125, 0.01338218804448843, 0.003739849664270878, -8.168007479980588e-05, -0.01636442542076111, 0.011646566912531853, 0.0033575999550521374, -0.005423814989626408, -0.009607900865375996, -0.02625470981001854, -0.010000482201576233, -0.008216649293899536, -0.008230424486100674, 0.032921697944402695, 0.012934507802128792, -0.01398827787488699, 0.004704083316028118, 0.009235982783138752, -0.003500513033941388, 0.01961527019739151, -0.030579986050724983, -0.022080954164266586, -0.008134000934660435, 0.0005725138471461833, -0.027604635804891586, 0.010482599027454853, 0.017879649996757507, 0.02322426065802574, -0.03788061439990997, -0.011756764724850655, 0.008175325579941273, -0.009807635098695755, 0.01810004562139511, 0.014036489650607109, -6.914287951076403e-05, -0.009284194558858871, 0.0460352785885334, 0.0333624891936779, 0.013974502682685852, 0.020717252045869827, -0.026833249256014824, 0.007975591346621513, 0.023995647206902504, 0.004876268096268177, -0.016653696075081825, -1.8953758626594208e-05, -0.004022232256829739, 0.03308699280023575, -0.011226436123251915, -0.0011183390161022544, 0.00014388177078217268, 0.007892942056059837, 0.026723051443696022, 0.018017398193478584, 0.025689944624900818, -0.0276184119284153, -0.0009685383993200958, -0.0301667433232069, 0.003436804749071598, -0.006253744941204786, -0.005361828953027725, -0.006646325811743736, 0.007362613920122385, -0.005082889460027218, -0.01148127019405365, -0.011798089370131493, 0.009904058650135994, 0.007638109382241964, -0.012831197120249271, 0.011219548992812634, 0.002314161043614149, -0.0022659495007246733, 0.020799901336431503, -0.03215030953288078, 0.025304250419139862, 0.013829868286848068, -0.02717761881649494, 0.027604635804891586, 0.01571701094508171, -0.0009160221088677645, -0.006143546663224697, -0.04380376636981964, 0.008010027930140495, 0.004073888063430786, 0.016460848972201347, -0.0056338803842663765, 0.02524915151298046, 0.008299298584461212, 0.0380183607339859, -0.017066938802599907, 0.025992989540100098, 0.0045112366788089275, -0.010840742848813534, 0.010489486157894135, 0.026888348162174225, 0.0017872762400656939, -0.007872280664741993, 0.029863698408007622, 0.028568871319293976, -0.0045491172932088375, -0.011846301145851612, 0.010813193395733833, -0.009601013734936714, 0.014408407732844353, -0.01967036910355091, 0.0023554854560643435, 0.018320443108677864, -0.02472570911049843, 0.010861405171453953, 0.030690183863043785, 0.002651643007993698, 0.03399612754583359, 0.017397532239556313, 0.0017735015135258436, 0.0003882762975990772, 0.009704324416816235, 0.004070444032549858, -0.010813193395733833, -0.022025855258107185, -0.0014971451601013541, 0.003777730278670788, 0.002644755644723773, 0.01312735490500927, -0.021254468709230423, -0.029781050980091095, 0.008051352575421333, 0.011901400052011013, 0.0018940307199954987, 0.0074108256958425045, 0.005637323949486017, 0.02489100769162178, -9.405584569321945e-05, -0.03534605726599693, 0.01148127019405365, 0.006914934143424034, 0.036723531782627106, -0.008740090765058994, -0.010310414247214794, -0.020138712599873543, 0.0011390012223273516, -0.005657986272126436, 0.006098778918385506, -0.026420006528496742, 0.02285234071314335, 0.001102842390537262, -0.010413724929094315, -0.014862975105643272, 0.00024105845659505576, 0.03294924646615982, -0.010399950668215752, -0.016033830121159554, -0.004958916921168566, 0.014973173849284649, 0.02939535677433014, -0.0025328355841338634, -0.011315972544252872, 0.02646133117377758, 0.022439097985625267, -0.006580895744264126, -0.025111403316259384, 0.019780568778514862, 0.01128153596073389, -0.014821651391685009, -0.031296275556087494, -0.008065126836299896, -0.0020300564356148243, 0.024160943925380707, -0.004893486388027668, -0.0019387986976653337, -0.018458189442753792, 0.01647462323307991, 0.017755676060914993, 0.003571108914911747, -0.003639982547610998, -0.022618170827627182, 0.03542870655655861, 0.027026096358895302, 0.0025776035618036985, 0.008988036774098873, 0.022122278809547424, -0.0011045642895624042, 0.006811622995883226, -0.03658578544855118, -0.019270900636911392, 0.010813193395733833, -0.024202268570661545, -0.013850529678165913, -0.013086030259728432, -0.015937406569719315, 0.004311502445489168, 0.004745407961308956, -0.000945293519180268, 0.012686561793088913, -0.021323341876268387, -0.0017683359328657389, -0.006040235981345177, -0.0012199279153719544, 0.005878382362425327, 0.007445262745022774, 0.0284862220287323, 0.010840742848813534, 0.012893183156847954, 0.0331420935690403, 0.012287093326449394, 0.010083130560815334, -0.012782985344529152, 0.005582225043326616, 0.021199369803071022, 0.02347220666706562, 0.01900918036699295, 0.007100893184542656, 0.033830832690000534, 0.014256885275244713, 0.009559689089655876, 0.005534013267606497, -0.015221119858324528, 0.009656112641096115, 0.013161791488528252, 0.0005871495231986046, 0.0024829020258039236, 0.026585303246974945, -0.017507731914520264, 0.02173658460378647, 0.025014979764819145, 0.006029904820024967, 0.009297968819737434, 0.023293133825063705, -0.009456378407776356, -0.019078055396676064, -0.012865633703768253, 0.002217737725004554, 0.011081801727414131, 0.01203914824873209, -0.01475277729332447, -0.01388496719300747, -0.06308843940496445, 0.009848959743976593, -0.03035959042608738, 0.005523682106286287, 0.008147776126861572, -0.02574504353106022, -0.0009409888880327344, -0.012652125209569931, -0.020304009318351746, -0.01976679265499115, 0.006412154994904995, -0.0070733437314629555, -0.015992507338523865, -0.04352826997637749, -0.0021712479647248983, 0.012590138241648674, 0.019298451021313667, 0.0033972023520618677, -0.005306729581207037, 0.002536279382184148, 0.01333397626876831, -0.022480422630906105, -0.01687409169971943, -0.007996253669261932, -0.03473996743559837, -0.013726556673645973, 0.0014687346993014216, 0.03209521248936653, -0.009731873869895935, -0.017066938802599907, 0.023334458470344543, 0.010523923672735691, -0.019119378179311752, 0.02681947499513626, -0.004091106355190277, 0.020441757515072823, 0.008932937867939472, 0.01502827275544405, 0.030524887144565582, 0.012941394932568073, -0.01783832535147667, 0.005540900863707066, 0.015648137778043747, 0.007224866189062595, 0.009456378407776356, 0.0022366780322045088, 0.02139221504330635, 0.009752536192536354, 0.022466648370027542, -0.0024329684674739838, -0.011722328141331673, 0.013829868286848068, -0.014160462655127048, 0.005589112639427185, -0.005175869446247816, 0.01232153084129095, 0.01925712637603283, 0.011412396095693111, 0.017039388418197632, -0.016970515251159668, -0.01368523295968771, -0.01231464371085167, -0.013699007220566273, 0.015276218764483929, 0.0021471420768648386, 0.004483687225729227, 0.006949370726943016, -0.009125784039497375, -0.030883030965924263, -0.01087518036365509, -0.01072365790605545, -0.022728368639945984, 0.02037288248538971, -0.01490429975092411, -0.04369356483221054, -0.01764547824859619, -0.025731267407536507, 0.009539027698338032, 0.01389185432344675, -0.013630134053528309, 0.02422981895506382, -0.010916504077613354, 0.002427802886813879, -0.0048865992575883865, -0.018127596005797386, -0.02184678241610527, -0.0365031361579895, -0.03983663022518158, 0.0013215169310569763, 0.024353791028261185, 0.03564910218119621, -0.006784073542803526, 0.015827208757400513, -0.004122099373489618, -0.010503261350095272, -0.017218461260199547, 0.002968462649732828, 0.017356209456920624, -0.011515706777572632, 0.04019477590918541, 0.003438526764512062, 0.02281101793050766, -0.0020954867359250784, -0.0017838325584307313, 0.01931222528219223, 0.028348473832011223, 0.009359955787658691, -0.01487675029784441, -0.014105362817645073, -0.0349879115819931, -0.0029856811743229628, 0.030221842229366302, 0.009297968819737434, 0.0035366718657314777, -0.017521506175398827, 0.014325759373605251, 0.006463810335844755, -0.005964474752545357, 0.017011839896440506, -0.02103407122194767, -0.03603479638695717, -0.0013903906801715493, 0.0277286097407341, -0.0018561501055955887, -0.011984048411250114, -0.010255315341055393, -0.033885929733514786, 0.0318472646176815, 0.014256885275244713, 0.037439823150634766, -0.027604635804891586, 0.04314257577061653, 0.0026981327682733536, 0.004831500351428986, -0.0006999304168857634, 0.01810004562139511, -0.02362372912466526, 0.01723223552107811, -0.023857899010181427, -0.011219548992812634, 0.006429373286664486, 0.01622667722404003, 0.017728127539157867, 0.01880255900323391, -0.020772350952029228, -0.0013723113806918263, -0.004883155692368746, -0.030028995126485825, 0.01254881452769041, -0.004969247616827488, -0.029478006064891815, -0.00044638861436396837, -0.021557513624429703, -0.01734243333339691, -0.006870165932923555, 0.007948041893541813, 0.017604153603315353, 0.007369501516222954, 0.014670128934085369, -0.0262133851647377, 0.0036124330945312977, -0.0017924418207257986, -0.010778756812214851, 0.028816815465688705, -0.012287093326449394, 0.04479554668068886, 0.0064603667706251144, 0.02742556482553482, -0.031406473368406296, 0.004518124274909496, 0.0004399316676426679, 0.006608445197343826, 0.03107587806880474, 0.01427066046744585, -0.010620346292853355, -0.007266190368682146, 0.01148127019405365, -0.010503261350095272, -0.0016331709921360016, -0.03212276101112366, 0.026874573901295662, -0.0024949549697339535, -0.007507248781621456, -0.011825638823211193, -0.008554131723940372, -0.026571528986096382, -0.005936925299465656, -0.010282864794135094, 0.008092676289379597, 0.007142217829823494, -0.0077069830149412155, -0.015951182693243027, -0.0012767488369718194, -0.01921580173075199, 0.027081195265054703, 0.025180276483297348, -0.006908046547323465, 0.002024891087785363, 0.021571287885308266, -0.018788784742355347, -0.014739003032445908, 0.02108917012810707, 0.012603913433849812, -0.03567665070295334, -0.0012655569007620215, 0.01647462323307991, 0.035869497805833817, -0.006215864326804876, -0.013292651623487473, 0.012459278106689453, 0.033334940671920776, -0.018816333264112473, -0.0014549599727615714, 0.002098930301144719, -0.01936732418835163, -0.0034987912513315678, -0.0064603667706251144, -0.018995406106114388, -0.03366553410887718, -0.014642579481005669, -0.01487675029784441, 0.024050746113061905, 0.01376099418848753, -0.01508337166160345, -0.0348777137696743, 0.0007050959975458682, -0.0056166620925068855, -0.010758094489574432, -0.005134545266628265, 0.00016314491222146899, -0.04460269957780838, -0.007286852691322565, 0.005131101235747337, 0.003464354434981942, 0.02002851292490959, 0.0028772049117833376, -0.0031974681187421083, 0.009125784039497375, 0.023912997916340828, -0.008223537355661392, 0.024395115673542023, -0.030084094032645226, 0.006945927161723375, -0.022948764264583588, 0.01135729718953371, -0.006195202469825745, -0.03592459857463837, -0.005919707007706165, -0.021502414718270302, -0.026626627892255783, 0.015854759141802788, 0.014380858279764652, 0.01515224575996399, -0.01317556668072939, -0.011061139404773712, 0.022383999079465866, 0.0007511553703807294, 0.010379288345575333, -0.006091891322284937, -0.03655823692679405, 0.028871916234493256, -0.04515369236469269, 0.003505678614601493, 0.016102705150842667, -0.002682636259123683, -0.0073144021444022655, -0.0396437831223011, 0.009421941824257374, -0.02108917012810707, -0.02082744985818863, -0.02245287224650383, -0.0020489967428147793, 0.0063260626047849655, -0.034244075417518616, -0.01538641657680273, -0.019119378179311752, -0.039202991873025894, -0.02048308029770851, 0.012059809640049934, 0.019091829657554626, 0.007224866189062595, 0.002226347103714943, -0.01229398138821125, 0.002458796137943864, 0.013451062142848969, -0.018279118463397026, -0.007548573426902294, -0.007948041893541813, -0.016102705150842667, -0.0269158985465765, 0.008499031886458397, 0.006088447757065296, 0.03595214709639549, 0.010813193395733833, -0.018830109387636185, -0.04542918875813484, -0.016901642084121704, -0.026323582977056503, -0.022287575528025627, 0.006570564582943916, 0.001541052246466279, 0.03821120783686638, 0.017700577154755592, -0.0019887322559952736, 0.04774335026741028, -0.016736343502998352, 0.023692602291703224, -0.038596902042627335, -0.012197557836771011, 0.010117568075656891, 0.013643908314406872, 0.009118896909058094, 0.009642338380217552, -0.012631462886929512, 0.003805279964581132, 0.027907680720090866, 0.02022136002779007, 0.0019060836639255285, 0.017934748902916908, 0.007899830117821693, -0.0011191999074071646, -0.013058480806648731, 0.002085155574604869, 1.6370990124414675e-05, 0.008306185714900494, 0.012865633703768253, -0.04259158670902252, -0.007569235283881426, 0.006260632537305355, 0.00028496552840806544, -0.01647462323307991, 0.015524164773523808, 0.006790961138904095, -0.026750601828098297, 0.0029202508740127087, -0.010289751924574375, 0.007403938099741936, -0.002250452758744359, -0.012762323021888733, 0.010882067494094372, 0.005964474752545357, 0.007403938099741936, 0.03228805959224701, -0.004256403539329767, -0.029340257868170738, 0.005427259020507336, -0.0016598596703261137, -0.03432672470808029, 0.008457708172500134, -0.010275977663695812, -0.006508578080683947, -0.00046748120803385973, -0.022728368639945984, 0.012714111246168613, -0.008629892952740192, -0.01196338701993227, -0.011061139404773712, -0.009525252506136894, -0.02316916175186634, -0.019243352115154266, 0.010475711897015572, -0.019697919487953186, -0.031406473368406296, 0.01764547824859619, -0.0024140281602740288, -0.002288333373144269, -0.014945624396204948, -0.025924114510416985, -0.021116720512509346, 0.010434387251734734, -0.007651884108781815, -0.012782985344529152, -0.03410632908344269, -0.009656112641096115, 0.012252656742930412, 0.017865875735878944, 0.008388834074139595, 0.21797193586826324, -0.004466468933969736, -0.009050022810697556, 0.036172542721033096, -0.01475277729332447, -0.008437045849859715, 0.01668124459683895, -0.005602887365967035, -0.020262684673070908, 0.024036971852183342, 0.0005432424368336797, 0.010751207359135151, -0.023127837106585503, -0.0030132306274026632, 0.01717713661491871, -0.02052440494298935, -0.038238756358623505, -0.01991831511259079, -0.02362372912466526, -0.0237752515822649, 0.009614788927137852, 0.009346180595457554, -0.03468486666679382, 0.0022487309761345387, 0.015427741222083569, -0.020855000242590904, 0.002674026880413294, 0.018265344202518463, 0.011543256230652332, 0.014491057023406029, -0.04041517153382301, -0.010145117528736591, 0.0008708236855454743, 0.024918556213378906, -0.03686128184199333, -0.006625663954764605, 0.027701059356331825, -0.001711515011265874, 0.005148319993168116, 0.002579325344413519, -0.010930279269814491, -0.01951884664595127, -0.013375300914049149, -0.021722810342907906, 0.009118896909058094, 0.009015586227178574, -0.01090272981673479, -0.011006040498614311, 0.003867266234010458, 0.01860971190035343, 0.004735076799988747, 0.011501931585371494, 0.01971169374883175, 0.020235136151313782, 0.015854759141802788, -0.026626627892255783, -0.0016082042129710317, 0.021405991166830063, 0.008065126836299896, 0.03181971609592438, 0.00010713111259974539, 0.028376024216413498, -0.011894512921571732, -0.004352827090770006, 0.009966045618057251, 0.022315125912427902, -0.020455531775951385, -0.0036434263456612825, 0.009532139636576176, -0.015138470567762852, 0.007886054925620556, 0.001477343961596489, -0.0045491172932088375, 0.004679977893829346, 0.01551038958132267, -0.021020296961069107, 0.011309085413813591, 0.030635084956884384, -0.003285282291471958, 0.038844846189022064, -0.03735717386007309, -0.0222600270062685, -0.02570371888577938, -0.03603479638695717, -0.018430640920996666, -0.021268242970108986, 0.027659736573696136, -0.004545673727989197, -0.0010580744128674269, -0.004597329068928957, -0.004397594835609198, -0.0056132180616259575, -0.013595696538686752, 0.02067592740058899, 0.01637819968163967, 0.01865103654563427, 0.003188858972862363, 0.018816333264112473, -0.025772592052817345, -0.02417472004890442, -0.03564910218119621, 0.009229094721376896, 0.023251809179782867, 0.005861164070665836, -0.021419765427708626, -0.022232476621866226, 0.011426170356571674, 0.003929252736270428, 0.0024260811042040586, -0.0028754828963428736, -0.006408710964024067, -0.04162735119462013, 0.009676774963736534, -0.013368412852287292, 0.001281053526327014, 0.025786366313695908, -0.0015806547598913312, -0.003987795673310757, 0.012741660699248314, -0.008609230630099773, 0.01270033698529005, -0.03071773424744606, 0.004494018387049437, 0.009724986739456654, -0.012094247154891491, -0.012789872474968433, -0.035814397037029266, -0.008960487321019173, -0.018127596005797386, -0.013616358861327171, -0.01825156807899475, -0.003577996278181672, 0.018830109387636185, -0.007286852691322565, -0.02088254876434803, -0.003543559229001403, -0.011426170356571674, -0.024036971852183342, -0.0010003925999626517, -0.007135330233722925, 0.0023554854560643435, -0.029257608577609062, 0.010234653018414974, 0.0022556183394044638, 0.006074673030525446, -0.019229577854275703, -0.008492144756019115, 0.010606572031974792, -0.021254468709230423, -0.009421941824257374, -0.005189644172787666, 0.0008484396385028958, 0.01211490947753191, -0.0027067421469837427, -0.007865392602980137, -0.01396761555224657, -0.011247098445892334, -0.04182019829750061, -0.026378681883215904, -0.00014560361159965396, -0.029946347698569298, 0.027893906459212303, 0.015166020020842552, 0.007638109382241964, -0.028871916234493256, -0.028568871319293976, -0.1775292158126831, 0.026957223191857338, 0.027136294171214104, -0.02580014243721962, 0.017659254372119904, -0.008237311616539955, 0.010627234354615211, 0.025565970689058304, 0.009366842918097973, -0.023761475458741188, 0.022315125912427902, -0.015413966029882431, -0.02108917012810707, -0.009552801959216595, -0.004741963930428028, -0.0025827691424638033, 0.004514680244028568, 0.014353308826684952, 0.04424455761909485, -0.001813103910535574, 0.026172060519456863, -0.03520830720663071, 0.02473948523402214, 0.008416383527219296, -0.003619320457801223, -0.009986707009375095, -0.005055340006947517, 0.009718099609017372, -0.007817180827260017, -0.05504397675395012, -0.025056304410099983, -0.0021781353279948235, -0.01223888248205185, -0.0016564159886911511, 0.007107780780643225, -0.0014515162911266088, -0.006419042125344276, -0.008554131723940372, -0.016254227608442307, 0.0056717609986662865, 0.016144029796123505, 0.026984771713614464, -0.009139559231698513, 0.013747218996286392, 0.001876812195405364, 0.010055581107735634, 0.008161550387740135, -0.008237311616539955, 0.005365272518247366, -0.008864063769578934, 0.008671216666698456, -0.02585524134337902, 0.009056910872459412, 0.01270033698529005, 0.02239777334034443, -0.004115212243050337, -0.01986321620643139, 0.015882307663559914, 0.004576666746288538, -0.018485739827156067, -0.020951423794031143, -0.01611647941172123, -0.015289993025362492, -0.008788302540779114, -0.017549054697155952, -0.0034333611838519573, -0.005647655110806227, -0.004693752620369196, -0.021364666521549225, 0.008657442405819893, 0.004208191763609648, -0.0031681968830525875, 0.004297727718949318, -0.005420371424406767, 0.0045112366788089275, 0.022742142900824547, -0.029946347698569298, 0.016667470335960388, -0.004673090297728777, 0.03264620155096054, -0.03473996743559837, 0.011742990463972092, -0.024601737037301064, 0.02169525995850563, -0.01295517012476921, 0.0070940060541033745, -0.008932937867939472, -0.004039451014250517, -0.012652125209569931, -0.017617929726839066, 0.007204203866422176, -0.005916262976825237, 0.0010985378175973892, -0.01596495695412159, 0.0009022473823279142, 0.01256947685033083, 0.01810004562139511, -0.007596784736961126, -0.0006202950607985258, 0.004721302073448896, -0.004755739122629166, 0.0008867507567629218, -0.03680618107318878, 0.023430882021784782, 0.030084094032645226, 0.012514377012848854, 0.01358880940824747, -0.014256885275244713, 0.019987190142273903, -0.008430158719420433, -0.03958868607878685, -0.005062227603048086, 0.010579022578895092, 0.01366457063704729, -0.000938406097702682, 0.012225107289850712, 0.010358626022934914, -0.02808675356209278, 0.03402367979288101, -0.0036881943233311176, 0.04677911475300789, -0.015496614389121532, -0.007810293696820736, 0.018664810806512833, 0.01505582220852375, -0.022687043994665146, -0.09234604984521866, -0.013547484762966633, 0.013044705614447594, 0.01246616616845131, 0.0015608534449711442, 0.009759423322975636, -0.015551714226603508, 0.033775731921195984, -0.0028875358402729034, 0.036833733320236206, 0.011529481038451195, 0.01421556156128645, -0.01219067070633173, 0.0030201179906725883, 0.013292651623487473, -0.01290007121860981, -0.008981149643659592, -0.02670927718281746, -0.025579744949936867, 0.04931367188692093, -0.003426473820582032, -0.012431728653609753, 0.006312287878245115, -0.03209521248936653, 0.003860378870740533, 0.01728733442723751, -0.027838807553052902, 0.01723223552107811, 0.024904781952500343, -0.019739244133234024, 0.009842072613537312, -0.0377979651093483, -0.003502235049381852, -0.014835425652563572, -0.010158891789615154, -0.008251086808741093, -0.03319719433784485, 0.0009848959743976593, 0.02159883826971054, -0.011501931585371494, -0.0070733437314629555, 0.027604635804891586, 0.01317556668072939, -0.015276218764483929, 0.01986321620643139, -0.0026602521538734436, -0.009724986739456654, 0.05399709194898605, -0.01338218804448843, -0.01764547824859619, -0.020097387954592705, -0.001743369153700769, -0.007982478477060795, -0.03259110450744629, 0.020758576691150665, 0.0012164842337369919, 0.018664810806512833, 0.01592363230884075, -0.010310414247214794, 0.0024519087746739388, -0.007362613920122385, -0.004335608333349228, -0.014435958117246628, 0.024188494309782982, 0.010806306265294552, 0.02241154946386814, -0.02945045568048954, -0.010317301377654076, 0.0070940060541033745, -0.025565970689058304, -0.025869015604257584, 0.03107587806880474, -0.012659012340009212, 0.036723531782627106, -0.033830832690000534, -0.010441274382174015, 0.006074673030525446, -0.004259847104549408, 0.024050746113061905, -0.00021286321862135082, -0.00033877321402542293, -0.008843401446938515, 0.003670975798740983, -0.005041565280407667, 0.007989365607500076, 0.025070078670978546, 0.023554854094982147, 0.01732865907251835, 0.009910945780575275, -0.03341758996248245, -0.011302197352051735, 0.02442266419529915, -0.01239729207009077, 0.0056717609986662865, 0.0015195291489362717, 0.03380328416824341, -0.0008695322903804481, -0.01508337166160345, 0.01166034210473299, -0.0031475345604121685, -0.02508385479450226, -0.014615030027925968, -0.052481867372989655, 0.02428491786122322, -0.005840501748025417, 0.010179554112255573, 0.018775010481476784, -0.010882067494094372, -0.006319175008684397, -0.0049830228090286255, -0.005206862464547157, 0.021020296961069107, -0.007886054925620556, 0.010028031654655933, -0.021378440782427788, -0.02097897231578827, 0.0020386658143252134, 0.01072365790605545, 0.0035108441952615976, -0.0021058176644146442, 0.006388049107044935, -0.0009995317086577415, -0.01592363230884075, 0.008512807078659534, -0.008271748200058937, 0.012617688626050949, -0.010048693977296352, -0.0031492565758526325, -0.010455049574375153, 0.0016701907152310014, -0.004125543404370546, -0.014084701426327229, 0.02903721295297146, -0.018458189442753792, 0.01343039982020855, 0.016557272523641586, 0.00042077613761648536, -0.017824551090598106, 0.011185112409293652, 0.028706617653369904, 0.032012563198804855, 0.0048659369349479675, -0.017397532239556313, -0.010413724929094315, 0.023348232731223106, -0.015427741222083569, -0.005706198047846556, -0.01641952432692051, 0.001770057831890881, 0.014070926234126091, -0.008988036774098873, 0.011019814759492874, 0.034244075417518616, 0.0011820473009720445, 0.004301171749830246, -0.027384240180253983, -0.0078034065663814545, -0.04515369236469269, -0.001471317489631474, 0.014036489650607109, -0.0010882067726925015, -0.013774768449366093, 0.05082889646291733, 0.02209472842514515, 0.011336634866893291, -0.020262684673070908, -0.0070733437314629555, -0.0031923027709126472, 0.01019332930445671, -0.005306729581207037, 0.024408889934420586, -0.028348473832011223, 0.003843160578981042, -0.0027429007459431887, -0.0018475408433005214, 0.02063460275530815, 0.006023017689585686, -0.01323066558688879, 0.0006233082967810333, -0.01153636910021305, -0.01444973237812519, 0.008795189671218395, 0.01338218804448843, 0.011377958580851555, 0.0028892578557133675, -0.0070940060541033745, 0.01647462323307991, 0.016805218532681465, -0.009986707009375095, 0.02732914127409458, -0.015785884112119675, -0.009063798002898693, -0.01921580173075199, -0.0017769451951608062, 0.005809508729726076, 0.005754409823566675, -0.007128442637622356, -0.00029594229999929667, -0.020951423794031143, 0.03644803911447525, 0.0018423753790557384, 0.02275591716170311, -0.0032938916701823473, 0.003051111241802573, 0.005413484293967485, -0.006270963698625565, -0.011639679782092571, 0.020097387954592705, -0.03969888389110565, -0.015400191769003868, 0.009415054693818092, -0.0030476676765829325, 0.0004494018212426454, 0.006536127999424934, -0.01749395579099655, 0.019284676760435104, -0.017659254372119904, 0.020290235057473183, -0.019022956490516663, -0.004525011405348778, -0.0035074003972113132, 0.028376024216413498, -0.0030046214815229177, 0.009008699096739292, 0.04226098954677582, -0.019229577854275703, 0.01647462323307991, -0.006787517108023167, -0.0042495159432291985, -0.028017880395054817, 0.0346573181450367, -0.0077827442437410355, -0.007183542009443045, 0.00041259737918153405, -0.008492144756019115, 0.0006121163023635745, -0.02432624250650406, -0.010310414247214794, 0.008085789158940315, -0.010888954624533653, 0.005861164070665836, 0.07680810987949371, 0.017369983717799187, -0.04168245196342468, 0.0285964198410511, 0.013699007220566273, 0.016612371429800987, 0.03126872330904007, 0.008037577383220196, 0.0028186619747430086, -0.018995406106114388, 0.010613459162414074, 0.025483321398496628, 0.0056545427069067955, -0.023596178740262985, -0.012693449854850769, 0.0007550294976681471, 0.015648137778043747, 0.02889946475625038, 0.0013464835938066244, -0.01170855388045311, 0.015951182693243027, -0.0023296577855944633, 0.009180882945656776, 0.015317542478442192, -0.013134242035448551, -0.01097849104553461, 0.044988393783569336, 0.011384846642613411, 0.0033593217376619577, -0.01677766814827919, -0.004208191763609648, -0.0020317784510552883, -0.030993228778243065, 0.010014256462454796, -0.002408862579613924, 0.007638109382241964, -0.009656112641096115, -0.015648137778043747, 0.007403938099741936, -0.0012724442640319467, 0.008967374451458454, -0.02402319759130478, -0.024753259494900703, 0.001465291017666459, 0.008092676289379597, -0.0018974744016304612, 0.005082889460027218, -0.002066215267404914, -0.0301667433232069], \"6efffdc4-41ee-4978-8e28-5eb9aaf3249a\": [-0.0024454949889332056, 0.012036692351102829, 0.026224032044410706, -0.014041651040315628, -0.021006975322961807, 0.02639053389430046, -0.00980973057448864, -0.02235286496579647, -0.013202204369008541, -0.045732490718364716, 0.027320168912410736, 0.013174453750252724, 0.021950485184788704, 0.003937073517590761, -0.001213208306580782, -0.006254223641008139, -0.0041209193877875805, 0.002315415535122156, 0.01029536034911871, -0.019050579518079758, -0.01767694018781185, 0.004773051477968693, 0.00028487417148426175, -0.01798219420015812, -0.03255109861493111, -1.5053994502522983e-05, 0.014943535439670086, -0.02319924905896187, -0.003944010939449072, -0.01613679900765419, 0.00490486528724432, -0.027653172612190247, -0.029692819342017174, -0.02607140503823757, 0.00833896454423666, -0.01499903667718172, -0.027736423537135124, -0.03579788655042648, 0.0329396054148674, -0.007326078601181507, 0.043012961745262146, -0.005865719169378281, -0.0357423834502697, 0.0002595086407382041, 0.0035052094608545303, 0.0418752022087574, 0.012674949131906033, -0.017177434638142586, -0.020784974098205566, 0.004023793153464794, 0.02170073427259922, 0.029165564104914665, -0.020521346479654312, -0.01324382983148098, -0.0158176701515913, 0.004613487049937248, 0.006712103262543678, -0.0026241375599056482, -0.005987126845866442, -0.018398446962237358, 0.0077353958040475845, -0.003937073517590761, -0.020465845242142677, -0.0010909335687756538, -0.030025823041796684, -0.005570872221142054, -0.0015175944427028298, 0.016067422926425934, -0.0026622943114489317, -0.011828565038740635, 0.00899803452193737, 0.010267610661685467, -0.014943535439670086, -0.010767116211354733, 0.010281485505402088, -0.014131839387118816, -0.011113994754850864, -0.014416280202567577, 0.005550059489905834, 0.013757210224866867, 0.014263653196394444, 0.005851844325661659, -0.00566799845546484, 0.029248815029859543, 0.0165669284760952, 0.005588216241449118, 0.012383570894598961, 0.020340967923402786, -0.004065418615937233, -0.0002471510961186141, 0.011051556095480919, 0.007367704063653946, -0.014846409671008587, 0.009081285446882248, 0.009060472249984741, -0.001634665997698903, 0.008207150734961033, 0.031552087515592575, -0.006816166918724775, 0.0074509549885988235, -0.019980214536190033, -0.008408340625464916, -0.026779038831591606, -0.02114572748541832, -0.022491617128252983, -0.010780991055071354, 0.019924715161323547, -0.02027159370481968, 0.001162910950370133, -0.011703688651323318, 0.0015236648032441735, 0.004384547006338835, 0.012418258935213089, -0.006732915993779898, -0.0007999890949577093, 0.01723293587565422, -0.009622416459023952, -0.027001040056347847, -0.038739416748285294, -0.025155644863843918, 0.0015418760012835264, 0.031996093690395355, 0.010489612817764282, -0.020965350791811943, 0.005383558105677366, -0.008366715162992477, -0.005112992599606514, -0.003992574289441109, 0.009025784209370613, -0.020118966698646545, 0.046065494418144226, 0.03185734152793884, 0.049340032041072845, 0.008019836619496346, -0.03640839084982872, 0.02072947286069393, -0.011183369904756546, -0.0048840525560081005, -0.02650153450667858, -0.04470572993159294, 0.012772074900567532, 0.01949458383023739, 0.007777021266520023, 0.02443413808941841, 0.007541143801063299, 0.018259696662425995, 0.01634492538869381, 0.01866207644343376, 0.00867196824401617, -0.015456915833055973, -0.0020830067805945873, 0.010926679708063602, 0.008144713006913662, 0.03621413931250572, 0.002974485047161579, 0.028610557317733765, 0.022158613428473473, 0.0018384573049843311, -0.0035451005678623915, -0.005883063189685345, -0.005269087851047516, 0.03368886187672615, 0.012335008010268211, -0.009143723174929619, 0.018009943887591362, 0.02114572748541832, 0.001261771423742175, -0.016206175088882446, 0.009171473793685436, -0.0019876151345670223, 0.001312935957685113, 0.0067918854765594006, -0.03848966583609581, -0.002275524428114295, -0.0007466564420610666, 0.018592700362205505, 0.012022816576063633, 0.003874635323882103, -0.039849430322647095, -0.01090586744248867, -0.025003019720315933, -0.01161350030452013, 0.028041675686836243, 0.032440099865198135, -0.005681873764842749, 0.00080389145296067, 0.012709636241197586, -0.009768105112016201, -0.008137774653732777, -0.010975242592394352, 0.01863432489335537, -0.0032988167367875576, -0.0011741844937205315, -0.01942520961165428, -0.6300427913665771, -0.0036942583974450827, 0.005397432949393988, -0.02378200553357601, -0.012452946044504642, 0.022089237347245216, 0.013327080756425858, 0.007686832454055548, -0.022408366203308105, 0.05047779157757759, 0.008581779897212982, 0.02822205424308777, 0.005529246758669615, 0.0015913061797618866, -0.012161568738520145, -0.016386551782488823, 0.012328069657087326, -0.0028045144863426685, 0.02933206595480442, 0.03596438840031624, 0.0005892602493986487, 0.005133805330842733, 0.001557485549710691, 0.005893469788134098, -0.002317149890586734, 0.022741369903087616, 0.04373447224497795, -0.03377211466431618, 0.014624407514929771, 0.025780027732253075, -0.02192273549735546, 0.00981666799634695, 0.014943535439670086, -0.004748770035803318, 0.055861350148916245, 0.0013051312416791916, -0.01438852958381176, 0.0006833511288277805, 0.020216092467308044, 0.009018846787512302, -0.0086095305159688, -0.0310803335160017, 0.017690815031528473, 0.0015245319809764624, 0.0004344656190369278, 0.0033959427382797003, 0.04667600244283676, 0.015137787908315659, -0.012362757697701454, -0.011925690807402134, -0.006455413065850735, -0.013493582606315613, 0.015026786364614964, 0.022422241047024727, 0.003019579453393817, 0.0024316199123859406, 0.030386576429009438, 0.008831532672047615, -0.0027195292059332132, -0.022699743509292603, -0.02378200553357601, 0.00021072883100714535, -0.0044088284485042095, -4.2628144001355395e-05, -0.03302285447716713, 0.04151444509625435, 0.009442038834095001, -0.009469789452850819, 0.005418245680630207, -0.012300319969654083, -0.0016520099015906453, 0.03305060416460037, -0.007672957610338926, -0.018828578293323517, 0.013327080756425858, 0.02974832057952881, 0.03216259554028511, -0.021090226247906685, -0.012931639328598976, 0.012196255847811699, 0.005407839547842741, 0.005321119911968708, -0.03379986435174942, -0.012966327369213104, 0.005033210385590792, 0.000840313732624054, -0.020535221323370934, -0.012217069044709206, 0.011918753385543823, -0.019258707761764526, 0.015623417682945728, -0.010767116211354733, -0.003819134784862399, -0.010912804864346981, 0.0007236757664941251, 0.029248815029859543, 0.0020413813181221485, 0.03127458691596985, 0.00245243264362216, -0.029359815642237663, -0.019466834142804146, -0.018773077055811882, 0.003805259708315134, 0.019896963611245155, 0.03224584832787514, 0.02571065165102482, 0.014555031433701515, 0.010420236736536026, 0.02246386744081974, -0.004852833226323128, 0.009018846787512302, -0.002625871915370226, -0.020340967923402786, -0.02539152279496193, 0.0043221088126301765, -0.03399411588907242, 0.028152678161859512, -0.008130837231874466, -0.009240848943591118, 0.007506455760449171, 0.020993100479245186, 0.006528257858008146, 0.011252745985984802, -0.013479707762598991, -0.0006950582610443234, -0.03654714301228523, 0.006413787603378296, -0.002121163532137871, 0.0014421483501791954, -0.003822603728622198, 0.02911006286740303, 0.0197304617613554, 0.04281871020793915, -0.0204797200858593, -0.0005259548779577017, -0.01018435973674059, 0.0011412310414016247, -0.021450981497764587, 0.007617456838488579, -0.020687848329544067, -0.03238459676504135, 0.02301887236535549, 0.011974253691732883, -0.021437104791402817, -0.001843660487793386, -0.0033352389000356197, -0.021548107266426086, -0.01874532736837864, -0.027847424149513245, 0.02770867384970188, 0.007679895032197237, -0.014846409671008587, -0.0004034633166156709, 0.006882073823362589, -0.027736423537135124, -0.01171062607318163, 0.020229967311024666, -0.012383570894598961, -0.009504477493464947, -0.012695761397480965, -0.012723512016236782, 0.029248815029859543, 0.00915066059678793, -0.013687835074961185, 0.00822796393185854, -0.005040147807449102, 0.01809319481253624, 0.009289412759244442, -0.017787940800189972, -0.0005914282519370317, -0.007686832454055548, -0.019328081980347633, -0.03546488285064697, -0.011682875454425812, -0.016428176313638687, 0.011516373604536057, -0.05056104436516762, -0.01209219265729189, -0.006226473022252321, -0.02418438531458378, 0.004922209307551384, 0.002710857195779681, -0.002783701755106449, 0.010683865286409855, 0.04329046607017517, 0.01918933168053627, 0.04132019355893135, 0.020660096779465675, 0.0077284579165279865, 0.029248815029859543, 0.009289412759244442, 0.018925704061985016, -0.00525868171826005, -0.007333016488701105, 0.01144006010144949, 0.03435486927628517, -0.013167516328394413, 0.004700206685811281, -0.006396443583071232, 0.004075825214385986, 0.01820419542491436, 0.01689993217587471, 0.011169495061039925, -0.02095147594809532, 0.004537174012511969, -0.04395647346973419, -0.004155607428401709, -0.004939553327858448, 0.007610519416630268, 0.007679895032197237, 0.0013606317806988955, -0.015179413370788097, -0.011516373604536057, -0.00795046053826809, -0.007603581994771957, 0.022977247834205627, -0.0010276281973347068, 0.024239886552095413, -0.009608540683984756, -0.004072356503456831, 0.0018419260159134865, -0.004658581223338842, 0.01952233538031578, 0.01885632798075676, -0.05050554499030113, 0.010975242592394352, -0.0027767643332481384, 0.008866220712661743, -0.008748281747102737, -0.027528295293450356, 0.0031080334447324276, 0.00291551579721272, 0.018911829218268394, -0.000935705378651619, -0.01667792908847332, 0.004700206685811281, 0.019661085680127144, -0.028194302693009377, 0.01831519789993763, -0.003238112898543477, -0.010399424470961094, 0.014735408127307892, 0.017524313181638718, -0.0058275628834962845, 0.007749270647764206, 0.014138776808977127, 0.0521150603890419, 0.01351439580321312, -0.012210131622850895, 0.004717550706118345, -0.008602592162787914, 0.008533217012882233, -0.013937587849795818, -0.0017083777347579598, 0.023837506771087646, -0.015456915833055973, 0.008685843087732792, 0.03138558939099312, 0.024989143013954163, 0.015567917376756668, -0.006181378848850727, -0.003182612359523773, 0.007777021266520023, 0.012064442038536072, 0.005210118368268013, -0.001067519304342568, -0.008588717319071293, -0.005841437727212906, -0.010003983043134212, 9.685504483059049e-05, 0.011176432482898235, -0.013389519415795803, -0.024670016020536423, 0.01438852958381176, 0.00713876448571682, 0.0008307745447382331, 0.002197476802393794, -0.02027159370481968, 0.009795855730772018, -0.014679907821118832, -0.03543712943792343, 0.002882562344893813, 0.014735408127307892, 0.03246784955263138, -0.008526279591023922, -0.018079319968819618, -0.019133830443024635, -0.009830542840063572, 0.001635533175431192, 0.005300307180732489, 0.013923712074756622, 0.01723293587565422, 0.0017864254768937826, -0.014499531127512455, -0.015609542839229107, -0.0018315196502953768, 0.04836877062916756, -0.020216092467308044, -0.010725490748882294, -0.0007514260360039771, -0.004072356503456831, 0.013660084456205368, -0.006084253080189228, -0.014305278658866882, 0.03008132427930832, 0.0031722059939056635, -0.0013476238818839192, 0.0055604660883545876, 0.03638064116239548, 0.0012392242206260562, -0.015290414914488792, -0.010878116823732853, -0.032218094915151596, 0.019230956211686134, 0.018578825518488884, 0.013493582606315613, -0.014901909977197647, -0.007672957610338926, 0.026126906275749207, 0.02324087545275688, -0.010732428170740604, -0.010364736430346966, -0.02930431440472603, 0.0318295918405056, 0.014943535439670086, 0.02059072069823742, 0.008789907209575176, 0.00684044836089015, 0.008789907209575176, 0.011218057945370674, -0.005983658134937286, -0.030247826129198074, -0.0006733783520758152, -0.012140755541622639, -0.002788905054330826, -0.004370672162622213, -0.008921721018850803, -0.009448976255953312, 0.006698228418827057, -0.005404370836913586, 0.004634299781173468, -0.022283488884568214, 0.010045608505606651, -0.002030974952504039, -0.013160578906536102, 0.0019789431244134903, 0.0031097678001970053, 0.020146716386079788, 0.03379986435174942, 0.02540539763867855, 0.02844405546784401, 0.024559013545513153, 0.019647210836410522, -0.009157598949968815, 0.01504066213965416, 0.014790909364819527, 0.029831571504473686, 0.02365713007748127, -0.003092423779889941, 0.05156005546450615, 0.010128858499228954, 0.004030731040984392, 0.010753240436315536, -0.017274560406804085, -0.008408340625464916, 0.021631358191370964, 0.008644217625260353, -0.007672957610338926, 0.04478898271918297, -0.00749951833859086, 0.014832534827291965, 0.006476225797086954, 0.0007839459576644003, 0.0026640286669135094, 0.0022564460523426533, -0.004488610662519932, -0.006986137479543686, -0.02211698703467846, -0.017510438337922096, 0.005466809030622244, 0.03371661156415939, 0.007638269569724798, 0.00910903513431549, -0.037768155336380005, -0.004911802709102631, -0.036463893949985504, 0.0013814445119351149, 0.008054523728787899, -0.02324087545275688, -0.01624779962003231, -0.024892017245292664, -0.007638269569724798, -0.023157624527812004, -0.009226974099874496, -0.004214576445519924, -0.01830132119357586, -0.041486695408821106, 0.017302311956882477, 0.004977709613740444, 0.002710857195779681, 0.0227968692779541, -0.029054561629891396, 0.009927669540047646, 0.014138776808977127, -0.036130890250205994, -0.02616853080689907, -0.008817656897008419, -0.016927681863307953, 0.0014317419845610857, 0.012369695119559765, 0.014319154433906078, -0.009830542840063572, -0.006597633473575115, 0.014888035133481026, 0.011988128535449505, -0.001070988131687045, 0.0001345239143120125, 0.015165538527071476, 0.0029137814417481422, -0.006441538222134113, -0.006715572439134121, 0.02507239393889904, -0.003937073517590761, -0.02386525645852089, 0.008540154434740543, 0.012390508316457272, -0.009115973487496376, 0.014527280814945698, 0.004117450676858425, 0.01995246484875679, -0.00474183214828372, 0.009268599562346935, -0.007093669846653938, -0.017385562881827354, 0.024878142401576042, -0.004190295003354549, 0.020299343392252922, -0.006150159984827042, 0.012890013866126537, 0.002856546314433217, 0.017413312569260597, 0.0009166270610876381, -0.012702698819339275, -0.028638308867812157, -0.014860284514725208, -0.011474748142063618, 0.02256099320948124, 0.009081285446882248, 0.0008888767333701253, 0.01515166275203228, -0.0015019848942756653, -0.028527306392788887, -0.005556997377425432, -0.005598622839897871, -0.02661253698170185, 0.02745892107486725, -0.004835489671677351, -0.013993088155984879, -0.01623392477631569, -0.02189498580992222, 0.010926679708063602, 0.02071559801697731, -0.009407350793480873, 0.015359790064394474, 0.002278993371874094, -0.010413299314677715, -0.0007783091277815402, -0.014985160902142525, -0.028499556705355644, -0.02997032180428505, -0.01995246484875679, -0.00822796393185854, 0.02582165226340294, 0.040709689259529114, 0.010558988898992538, 0.013590708374977112, -0.008859282359480858, 0.007277515716850758, -0.022630369290709496, -0.006070377770811319, 0.011904877610504627, -0.002039646962657571, 0.021617483347654343, 0.0042180451564490795, 0.025918778032064438, 0.025558024644851685, -7.886071398388594e-05, -0.008040648885071278, -0.0018332541221752763, 0.0159147959202528, 0.005019335076212883, 0.02290787175297737, -0.03096933290362358, 0.0036179451271891594, 0.02092372439801693, 0.011891002766788006, -0.008436090312898159, -0.005577810108661652, -0.027930675074458122, 0.010586738586425781, -0.01275820005685091, 0.008824595250189304, -0.0002790205762721598, -0.02952631749212742, -0.021756233647465706, 0.012508447282016277, -0.005796343553811312, 0.010385549627244473, -0.014693782664835453, -0.02027159370481968, 0.01645592786371708, 0.008207150734961033, 0.030664078891277313, -0.004325577989220619, 0.0457879938185215, -0.002365713007748127, 0.011127869598567486, -0.0021506480406969786, 0.020146716386079788, -0.023615503683686256, -0.013223017565906048, -0.020410344004631042, -0.0011611765949055552, 0.029942572116851807, 0.006316661834716797, 0.023518377915024757, -0.0022009455133229494, 0.0021558513399213552, -0.0043047652579844, 0.007763145957142115, -0.02124285325407982, 0.011544124223291874, 0.03696339577436447, -0.026307282969355583, 0.014041651040315628, -0.026002028957009315, 0.0011065431172028184, -0.004412297625094652, -0.004492079373449087, 0.005119930021464825, 0.0010111514711752534, 0.01820419542491436, -0.038739416748285294, -0.03246784955263138, -0.03171858936548233, -0.006569883320480585, 0.011731438338756561, -0.003257191274315119, 0.029581818729639053, 0.00953222718089819, 0.003774040611460805, -0.028582807630300522, -0.005890001077204943, -0.006524789147078991, -0.010725490748882294, 0.010219047777354717, 0.017857316881418228, -0.0009738620137795806, -0.00474183214828372, -0.00876909401267767, -0.01961946114897728, -0.014652157202363014, -0.0279168002307415, 0.0030299858190119267, 0.021783985197544098, 0.003614476416260004, -0.010968305170536041, -0.0120991300791502, -0.02823592908680439, 0.0024853860959410667, -0.014610531739890575, 0.0018332541221752763, 0.006642727646976709, -0.0028530776035040617, -0.033078357577323914, -0.0009816668462008238, -0.016414301469922066, 0.018842453137040138, 0.017635313794016838, -0.011051556095480919, 0.012751261703670025, 0.013597645796835423, -2.7519949071574956e-05, -0.00899803452193737, 0.024822641164064407, 0.024933643639087677, -0.024781016632914543, 0.01128049660474062, 0.013368706218898296, 0.03466012328863144, 0.010427175089716911, -0.01744106225669384, 0.005730436649173498, 0.03393861651420593, -0.018495574593544006, 0.007062450982630253, 0.0050748358480632305, -0.014138776808977127, 0.009178411215543747, 0.025044644251465797, -0.024128884077072144, -0.047258757054805756, -0.013327080756425858, -0.010225985199213028, 0.01941133290529251, 0.017635313794016838, 0.0020778037142008543, -0.020021840929985046, 0.0024541669990867376, 0.021215103566646576, -0.014471780508756638, -0.014749283902347088, 0.010087233036756516, -0.03085833229124546, -0.015956422314047813, -0.0010545112891122699, 0.005567403510212898, 0.015970297157764435, 0.01477703358978033, -0.00034948030952364206, 0.0035624445881694555, 0.01995246484875679, -0.03851741552352905, 0.016220049932599068, -0.022075362503528595, -0.0012392242206260562, -0.012293382547795773, 0.013771085999906063, -0.01745493710041046, -0.01789894327521324, -0.006937574595212936, -0.01723293587565422, -0.008658093400299549, -0.01548466645181179, -0.0007058982155285776, 0.019452959299087524, 0.004849364515393972, 0.004308233968913555, 0.013611521571874619, 0.002775029744952917, -0.005491090472787619, -0.011204183101654053, -0.02508627064526081, 0.01844007335603237, -0.04229145497083664, 0.008297339081764221, 0.0002798877831082791, -0.025252772495150566, -0.004925678018480539, -0.019383583217859268, -0.004464329220354557, 0.012973264791071415, -0.016983183100819588, -0.03305060416460037, 0.00523786898702383, 0.006542132701724768, -0.03829541057348251, -0.006667009089142084, 0.013112016022205353, -0.013583770953118801, -0.005740842781960964, 0.022741369903087616, 0.02747279591858387, -0.014901909977197647, -0.021867236122488976, 0.006604570895433426, -0.006469288375228643, 0.03457687050104141, -0.0020084278658032417, -0.001939052133820951, -0.01558179222047329, -0.008096149191260338, -0.053807828575372696, -0.010593676008284092, -0.0017638783901929855, 0.03676914423704147, -0.009677916765213013, -0.025322146713733673, -0.03712989762425423, -0.006476225797086954, -0.03524287790060043, -0.020868225023150444, -0.004374140873551369, -0.0031323148868978024, 0.025225020945072174, 0.007027762942016125, -0.011211120523512363, 0.0508107952773571, 0.003687320975586772, 0.022727495059370995, -0.027334043756127357, 0.020105091854929924, 0.016483677551150322, 0.0028756246902048588, 0.015110037289559841, 0.00953222718089819, -0.009525289759039879, 0.003933604806661606, 0.007228952832520008, 0.020021840929985046, 0.01347277034074068, 0.04154219850897789, -0.00915066059678793, 0.0033265671227127314, -0.01634492538869381, 0.004984647501260042, -0.0142359035089612, 0.00031414206023328006, 0.0344381220638752, -0.03030332550406456, 0.0057234992273151875, 0.012508447282016277, 0.007298328448086977, 0.009344913065433502, 0.021173477172851562, -0.014582782052457333, -0.027389544993638992, 0.006524789147078991, -0.010406361892819405, -0.021950485184788704, -0.0033126918133348227, -0.030886081978678703, -0.0018193789292126894, 0.005140742752701044, -0.013056515716016293, 0.022727495059370995, -0.006684353109449148, -0.0035797886084765196, -0.01602579653263092, 0.022935621440410614, -0.029193313792347908, 0.007603581994771957, -0.00135716306976974, 0.007659082300961018, 0.004835489671677351, -0.008789907209575176, 0.0036803833208978176, -0.014749283902347088, -0.0028600150253623724, -0.01844007335603237, 0.004325577989220619, -0.018828578293323517, -0.007790896110236645, 0.0082834642380476, -0.02311599813401699, -0.02025771699845791, 0.037990160286426544, -0.01089893002063036, -0.005876125767827034, 0.007582769263535738, -0.042457956820726395, -0.009927669540047646, 0.003829541150480509, 0.0007011286215856671, -0.01096136774867773, -0.03194059431552887, 0.0005255212890915573, -0.010614489205181599, 0.01139149721711874, 0.003919729497283697, 0.20757223665714264, -0.021770108491182327, -0.01499903667718172, 0.0027490139473229647, -0.02288012020289898, -0.01085036713629961, 0.011190308257937431, -0.00018395412189420313, -0.03127458691596985, 0.024337012320756912, -0.007159577216953039, 0.02421213500201702, -0.010121921077370644, -0.005883063189685345, 0.01247375924140215, -0.024933643639087677, -0.024503514170646667, -0.01645592786371708, -0.0019511928549036384, -0.016067422926425934, 0.0031253774650394917, 0.011870190501213074, -0.026002028957009315, -0.00790883507579565, 0.008887032978236675, -0.017635313794016838, 0.015887046232819557, 0.01395840011537075, -0.0005727835232391953, 0.02648765966296196, -0.04548273980617523, -0.014117964543402195, 0.004020324442535639, 0.03083058074116707, -0.013986150734126568, -0.005407839547842741, 0.028638308867812157, 0.0158176701515913, 0.01918933168053627, -0.020965350791811943, 0.0033907396718859673, -0.012647198513150215, -0.011127869598567486, -0.011675938032567501, -0.015207163989543915, -0.007513393182307482, 0.0120020043104887, -0.019869213923811913, 0.008415278047323227, 0.022713620215654373, 0.004159076139330864, -0.00471408199518919, 0.033633362501859665, 0.025266647338867188, 0.009060472249984741, -0.03119133599102497, 0.01100299321115017, 0.016941556707024574, 0.011953441426157951, 0.015110037289559841, 0.012189318425953388, 0.029276564717292786, -0.0043984223157167435, -0.0027594203129410744, -0.006507445126771927, -0.002438557567074895, -0.015193288214504719, -0.02319924905896187, 0.01635880023241043, -0.03840641304850578, 0.014888035133481026, -0.004793864209204912, -0.0019425208447501063, 0.018370697274804115, -0.004616955760866404, -0.028416305780410767, 0.024572888389229774, 0.0241011343896389, 0.0036352891474962234, 0.035825636237859726, -0.02572452649474144, -0.026307282969355583, 0.021672982722520828, -0.032523348927497864, -0.017607564106583595, -0.027639297768473625, 0.037435151636600494, -0.0027715610340237617, -0.028804810717701912, -0.015762168914079666, -0.014846409671008587, -0.02443413808941841, -0.008456903509795666, 0.026432158425450325, 0.005643717013299465, 0.01680280640721321, -0.022061487659811974, 0.027986176311969757, -0.02605753019452095, -0.028180427849292755, -0.030136823654174805, 0.015942545607686043, 0.018897952511906624, -0.0030941583681851625, -0.01067692693322897, -0.018273571506142616, 0.01853719912469387, -0.01390289980918169, -0.013361768797039986, 0.012008941732347012, -0.0037289464380592108, -0.03676914423704147, 0.017607564106583595, -0.0037046647630631924, 0.02519727125763893, 0.021964361891150475, 0.025558024644851685, -0.025155644863843918, -0.005938563961535692, 0.0025859810411930084, 0.00754808122292161, -0.023712629452347755, -0.0011022071121260524, 0.013972274959087372, 0.029720569029450417, -0.020576845854520798, -0.041708700358867645, -0.015651168301701546, -0.02802780084311962, -0.024822641164064407, -0.0035763196647167206, -0.013507457450032234, 0.024017883464694023, -0.01613679900765419, -0.01864819973707199, -0.0016242596320807934, -0.006628852337598801, -0.03638064116239548, 0.016844430938363075, -0.0020691317040473223, 0.0009200958302244544, -0.02333800122141838, 0.02267199382185936, -0.007811708841472864, -0.0026449502911418676, 0.004079293925315142, -0.006084253080189228, 0.028319180011749268, -0.0211318526417017, -0.013375643640756607, -0.007645207457244396, -0.0032762696500867605, 0.008019836619496346, -0.00675719790160656, -0.00976116769015789, -0.028416305780410767, -0.018578825518488884, -0.04645400121808052, 0.003479193663224578, -0.00564024830237031, -0.03224584832787514, 0.015054536983370781, -0.004793864209204912, 0.011551061645150185, -0.052614565938711166, -0.03829541057348251, -0.17860092222690582, 0.03127458691596985, 0.012335008010268211, -0.020909849554300308, 0.013181392103433609, 0.005099117290228605, 0.011127869598567486, 0.023490628227591515, 0.0004429207765497267, -0.035159628838300705, 0.006604570895433426, -0.035270627588033676, -0.035575881600379944, 0.00436026556417346, -0.012168506160378456, -0.021617483347654343, -0.004689800553023815, -0.002983157057315111, 0.04123694449663162, -0.0009452445665374398, 0.03865616396069527, -0.038767166435718536, 0.008685843087732792, -0.0005454667843878269, 0.007790896110236645, -0.0023986664600670338, -0.0051511493511497974, -0.0027229981496930122, -0.004318640101701021, -0.04995053634047508, -0.015276539139449596, 0.00041040091309696436, 0.014263653196394444, -0.007783958688378334, -0.0017170497449114919, 0.004266608506441116, 0.004509423393756151, 0.017635313794016838, 0.001675424282439053, 0.0009331037872470915, 0.026876164600253105, 0.010205172002315521, -0.026987165212631226, 0.02462838962674141, 0.001139496685937047, 0.0073468913324177265, -0.008554029278457165, -0.0234490018337965, 0.009337975643575191, 0.0019876151345670223, 0.006875136401504278, -0.040820688009262085, 0.009559977799654007, 0.010732428170740604, 0.009684854187071323, 0.013014890253543854, -0.018995080143213272, 0.012730449438095093, 0.002419479191303253, 0.018342947587370872, -0.00542865227907896, -0.01237663347274065, 0.01100993063300848, -0.00716651463881135, 0.00607731519266963, -0.011551061645150185, 0.006139753386378288, -0.00310629908926785, -0.023698754608631134, 0.0009565181098878384, 0.0030317201744765043, -0.0024004008155316114, 0.024697765707969666, -0.0024628390092402697, 0.0165669284760952, 0.02777804806828499, -0.02321312390267849, 0.003614476416260004, -0.002997032133862376, -0.010982180945575237, -0.02899906225502491, 0.021770108491182327, -0.011224995367228985, 0.024794891476631165, -0.017302311956882477, 0.009344913065433502, 0.00447473581880331, -0.010593676008284092, -0.0075272684916853905, -0.008831532672047615, 0.02855505794286728, -0.004717550706118345, -0.028180427849292755, -0.013986150734126568, 0.010114983655512333, 0.007929647341370583, 0.025336023420095444, 0.0028409368824213743, -0.014527280814945698, -0.01809319481253624, 0.002993563422933221, -0.02136773057281971, -0.029470816254615784, 0.011967316269874573, 0.028499556705355644, 0.0209376011043787, 0.013507457450032234, -0.0005602091550827026, 0.03302285447716713, 0.0019858807791024446, -0.019702712073922157, -0.01832907274365425, 0.00014460507372859865, 0.024559013545513153, -0.002769826678559184, 0.00017918454250320792, -0.006073846481740475, -0.029137812554836273, 0.017482688650488853, -0.008942533284425735, 0.040182434022426605, -0.001585235819220543, -0.025003019720315933, 0.016164548695087433, 0.0019321144791319966, 0.003038657596334815, -0.08780194073915482, -0.007929647341370583, 0.000308722082991153, -0.008859282359480858, -0.001366702257655561, 0.002530480269342661, -0.032440099865198135, 0.04875727370381355, 0.003359520575031638, 0.03823991119861603, -0.018828578293323517, -0.0008299073670059443, 0.008054523728787899, 0.00016119021165650338, -0.008838470093905926, 0.005126867443323135, -0.0164698027074337, 0.0033543172758072615, -0.014222027733922005, 0.048035766929388046, -0.030469827353954315, -0.02135385386645794, 0.003114971099421382, -0.02944306656718254, 0.006930637173354626, 0.007013888098299503, -0.028860310092568398, 0.008110024966299534, 0.02748667076230049, -0.0019962871447205544, 0.010302298702299595, -0.01995246484875679, 0.014555031433701515, -0.01680280640721321, -0.011731438338756561, 0.00833896454423666, -0.027209168300032616, -0.004124388098716736, 0.024808766320347786, -0.026834538206458092, -0.0013354831608012319, 0.019994089379906654, 0.008075336925685406, -0.02399013377726078, 0.007298328448086977, -0.0039405422285199165, -0.01635880023241043, 0.05530634522438049, -0.035825636237859726, -0.003833009861409664, -0.0023223531898111105, -0.0035364285577088594, -0.0028912341222167015, -0.020146716386079788, 0.03263435140252113, -0.0009599868790246546, 0.01810706965625286, 0.0011074102949351072, -0.01832907274365425, 0.008325089700520039, 0.0021558513399213552, -0.007638269569724798, 0.0016598147340118885, 0.005036679096519947, 0.01974433660507202, 0.030164575204253197, -0.030220074579119682, -0.01613679900765419, 0.007416267413645983, -0.025377647951245308, -0.0366581454873085, 0.01917545683681965, -0.008824595250189304, 0.0318295918405056, -0.020202217623591423, -0.006271567661315203, 0.005345401354134083, -0.005602091550827026, 0.01400002557784319, 0.0019008954986929893, 0.006261161062866449, -0.0037948533426970243, -0.013784960843622684, -0.006441538222134113, 0.011870190501213074, -0.006979200057685375, 0.027972301468253136, -0.004530236124992371, 0.010510425083339214, -0.037990160286426544, -0.01029536034911871, 0.028277553617954254, 0.0021315698977559805, -0.009268599562346935, -0.009289412759244442, 0.00512339873239398, -0.0036630393005907536, 0.0071179517544806, 0.000576685881242156, 0.016428176313638687, -0.03238459676504135, -0.015970297157764435, -0.05486233904957771, 0.015734419226646423, 0.004166013561189175, -0.0012279506772756577, 0.002665763022378087, -0.007388516794890165, 0.01138455979526043, -0.029609568417072296, -0.008276526816189289, 0.017843442037701607, 0.003463584231212735, 0.027833549305796623, -0.023823631927371025, -0.002946734894067049, -0.00703123165294528, -0.0041417321190238, 0.0030542672611773014, -0.015443040989339352, 0.011266620829701424, -0.0008754351874813437, 0.01406246330589056, 0.006864730268716812, -0.015567917376756668, 0.008630342781543732, -0.015734419226646423, 0.0041035753674805164, -0.009608540683984756, 0.020757222548127174, 0.006833510939031839, -0.012612510472536087, 0.03224584832787514, -0.0359366349875927, 0.01789894327521324, 0.02322700060904026, 0.011918753385543823, -0.010586738586425781, 0.025558024644851685, 0.0241982601583004, 0.03651939332485199, 0.011828565038740635, -0.02408725954592228, -0.0078047714196145535, 0.013209141790866852, -0.002402135170996189, -0.023185374215245247, -0.021450981497764587, -0.016636304557323456, 0.02396238222718239, 0.0010137531207874417, -0.0078047714196145535, 0.030941583216190338, 0.007072857115417719, -0.0003765802248381078, -0.023601628839969635, -0.0015965093625709414, -0.04620424658060074, 0.011453935876488686, 0.007645207457244396, -0.010219047777354717, -0.020854350179433823, 0.04678700491786003, 0.02224186435341835, 0.026959415525197983, -0.011537186801433563, 0.018009943887591362, -0.026737412437796593, 0.0038954480551183224, 0.02213086374104023, 0.006823104806244373, -0.012355820275843143, -0.004530236124992371, -0.002140241675078869, -0.010080295614898205, 0.009504477493464947, -0.005688811186701059, -0.010822616517543793, -0.0010519097559154034, -0.0011446998687461019, -0.005140742752701044, 0.00980973057448864, 0.02725079283118248, 0.011731438338756561, -0.0033213638234883547, 0.005029741674661636, 0.009032722562551498, 0.010663052089512348, -0.003265863284468651, -0.013493582606315613, -0.0037289464380592108, 0.011578812263906002, -0.03421611711382866, 0.012390508316457272, -0.006875136401504278, 0.0024090728256851435, -0.011918753385543823, -0.0024732453748583794, -0.009525289759039879, 0.02440638840198517, -3.428137279115617e-05, 0.010038670152425766, 0.004616955760866404, 0.006302786525338888, -0.020327093079686165, -0.005869188345968723, -0.018814701586961746, 0.009740354493260384, -0.028638308867812157, -0.023060498759150505, 0.002901640487834811, 0.027667047455906868, 0.011072369292378426, 0.010163546539843082, -0.006663540378212929, 0.011578812263906002, -0.010780991055071354, 0.015234913676977158, 0.003860760247334838, -0.010663052089512348, -0.006625383626669645, 0.03757390379905701, -0.012723512016236782, 0.019328081980347633, 0.04051543399691582, -0.026459909975528717, 0.02104860171675682, 0.022810745984315872, 0.0016060485504567623, -0.0063929748721420765, 0.018398446962237358, -0.009067409671843052, 0.0021124915219843388, -0.005744311958551407, -0.005227462388575077, -0.00024216470774263144, -0.03435486927628517, 9.34946583583951e-05, 0.0033230981789529324, 0.001634665997698903, 0.00905353482812643, 0.08180788159370422, 0.026640286669135094, -0.01390289980918169, 0.02301887236535549, 0.02693166397511959, 0.025641275569796562, -0.005407839547842741, 0.014499531127512455, 0.002225226955488324, -0.031330086290836334, 0.014457905665040016, 0.01329933013767004, 0.00447473581880331, -0.028971310704946518, -0.011224995367228985, 0.00757583137601614, 0.01712193340063095, 0.02734791859984398, -0.00036769144935533404, -0.007721520494669676, 0.020229967311024666, -0.010378611274063587, 0.008519341237843037, 0.02214473858475685, -0.015068411827087402, 0.011925690807402134, 0.03629739210009575, -0.0066704778000712395, -0.021783985197544098, -0.026307282969355583, -0.014971286058425903, -0.0024229479022324085, -0.0429852120578289, -0.022921746596693993, -0.0013198736123740673, -0.01281370036303997, -0.002615465549752116, 0.007811708841472864, 0.008352839387953281, -0.00976116769015789, -0.014790909364819527, 0.003628351492807269, -0.03169083967804909, -0.008810719475150108, -0.00013669190229848027, -0.010774053633213043, -0.0034826623741537333, -0.024892017245292664, -0.039960429072380066], \"80d925c2-0a6c-4b3b-8fa2-bcfc148ade68\": [-0.011316725052893162, 0.01112961396574974, 0.015883607789874077, -0.03187809884548187, -0.014996565878391266, 0.017283473163843155, -0.015232186764478683, -0.03160089626908302, -0.01568956859409809, -0.03636875003576279, 0.020997963845729828, 0.000977999297901988, 0.020249521359801292, 0.0009268903522752225, -0.008794196881353855, 0.0022262693382799625, 0.006621635053306818, 0.008835776709020138, 0.014206543564796448, -0.014539184048771858, -0.019972320646047592, 0.0007228878093883395, -0.011781035922467709, -0.02516983635723591, -0.025003517046570778, 0.009015957824885845, 0.024241214618086815, -0.03151773661375046, -0.02092866413295269, -0.01714487187564373, 0.0031341020949184895, -0.023562071844935417, -0.007079016417264938, -0.038087397813797, -0.008329885080456734, -0.012619568966329098, -0.007817063480615616, -0.04413037374615669, 0.025571778416633606, -0.037089474499225616, 0.026361800730228424, -0.015994489192962646, -0.01998618058860302, -0.02115042507648468, 0.019223878160119057, 0.03595295175909996, -0.0016380837187170982, -0.02081778272986412, -0.02777552418410778, 0.0053465114906430244, 0.018558597192168236, 0.053804684430360794, -0.0430770106613636, -0.007914084009826183, -0.020013900473713875, 0.008558575995266438, -0.0010576944332569838, -0.020291101187467575, 0.02231466770172119, -0.0031410320661962032, 0.010893993079662323, 0.0007090278086252511, -0.022120628505945206, 0.0012681938242167234, -0.03243250027298927, -0.00043637477210722864, -0.0005366434925235808, 0.006552334874868393, 0.009002097882330418, -0.016507310792803764, 0.01419268362224102, 0.012827469035983086, 0.010374241508543491, -0.0018139330204576254, 0.014359003864228725, -0.011864196509122849, -0.019861441105604172, -0.004854479804635048, 0.00461885891854763, -0.0012006261385977268, 0.03212757781147957, -0.027027083560824394, -0.01424812339246273, 0.053527481853961945, 0.008918937295675278, 0.011226634494960308, 0.022952230647206306, 0.008142774924635887, 0.007796274032443762, 0.007200291845947504, -0.012356228195130825, 0.023187851533293724, 0.007997244596481323, -1.3338937606022228e-05, 0.009112977422773838, 0.013811532407999039, 0.002044356195256114, 0.020291101187467575, -0.017893314361572266, -0.006559264846146107, -0.020360402762889862, -0.005790032912045717, -0.04953579232096672, -0.018724916502833366, -0.016618190333247185, -0.01580044813454151, 0.027359724044799805, -0.013368010520935059, 0.012231487780809402, -0.015495527535676956, -0.008835776709020138, 0.0018381881527602673, 0.001869373256340623, -0.010235641151666641, -0.01285518892109394, -0.007030506618320942, -0.032210737466812134, -0.038087397813797, -0.03819827735424042, -0.027927985414862633, 0.012633428908884525, 0.024643154814839363, 0.00809426512569189, 0.003335072658956051, 0.01998618058860302, -0.009979230351746082, -0.004923779983073473, 0.0011183321475982666, -0.013846182264387608, -0.020512862130999565, 0.03700631484389305, 0.025751959532499313, 0.008925867266952991, -0.009085257537662983, -0.024573855102062225, 0.01625782996416092, -0.009501058608293533, 0.01460848469287157, -0.02932784892618656, -0.0218157060444355, 0.014788664877414703, 0.016659770160913467, -0.012425527907907963, 0.03781019523739815, -0.0029539214447140694, 0.010540562681853771, 0.005502436775714159, 0.025086676701903343, 0.008863497525453568, -0.023700673133134842, 0.0030613369308412075, 0.002843041205778718, -0.005381161347031593, 0.0013695454690605402, 0.005533622112125158, 0.0383923165500164, 0.005731127690523863, -0.028066586703062057, 0.009064467623829842, -0.0023804623633623123, 0.031018774956464767, 0.020609883591532707, 0.018780358135700226, 0.003018024144694209, 0.02571037784218788, 0.026126179844141006, 0.019237738102674484, -0.007976454682648182, 0.015661848708987236, 0.0017844804096966982, 0.019903020933270454, 0.010041601024568081, -0.026583561673760414, 0.007865574210882187, 0.015467807650566101, 0.02587669901549816, 0.019556520506739616, 0.01063065230846405, -0.03914076089859009, -0.017657693475484848, -0.011684015393257141, -0.011503835208714008, 0.03257109969854355, 0.030547533184289932, -0.014954986050724983, 0.007934873923659325, -0.004158012568950653, -0.01277895923703909, -0.017380492761731148, 0.001535865943878889, 0.012113677337765694, -0.0059147728607058525, -0.002557177795097232, -0.017228033393621445, -0.632461428642273, 0.005821217782795429, 0.028371507301926613, -0.04709642380475998, -0.011781035922467709, 0.017228033393621445, 0.009695099666714668, 0.035038188099861145, -0.020110921934247017, 0.043271053582429886, 0.01893281750380993, 0.020734623074531555, 0.012675008736550808, -0.000826838135253638, -0.010263361036777496, -0.010519771836698055, 0.024088753387331963, -0.013132390566170216, 0.022619588300585747, 0.021455345675349236, 0.01488568540662527, 0.00846155546605587, -0.009009027853608131, -0.016354849562048912, -0.0035793560091406107, 0.006060303654521704, 0.031101934611797333, -0.005395021289587021, -0.0069023012183606625, -0.0018433856312185526, -0.026084600016474724, 0.0058835879899561405, 0.017283473163843155, -0.0058454726822674274, 0.05663213133811951, 0.010228711180388927, -0.015855887904763222, -0.003690236248075962, 0.023076970130205154, 0.025641078129410744, -0.014816385693848133, -0.018835797905921936, 0.02115042507648468, 0.01483024563640356, 0.014497604221105576, 0.002430704887956381, 0.060152582824230194, 0.0036347960121929646, -0.016354849562048912, -0.010790042579174042, 0.008641736581921577, -0.0016484787920489907, -0.01815665513277054, 0.02977137081325054, -0.01466392446309328, -0.010020810179412365, 0.013950132764875889, 0.01040889136493206, 0.0021690966095775366, 0.004584209062159061, -0.007629953324794769, 0.000969336717389524, -0.015052005648612976, 0.0050519853830337524, -0.026458820328116417, 0.012134467251598835, 0.0008363669039681554, -0.0095980791375041, 0.007248802110552788, -0.030852453783154488, 0.007844784297049046, 0.03922392055392265, -0.011316725052893162, -0.027650784701108932, 0.030214892700314522, 0.014650064520537853, 0.03129597753286362, -0.030020851641893387, -0.015606408007442951, 0.011857266537845135, 0.005474716890603304, 0.004009017255157232, -0.03742211312055588, -0.020291101187467575, 0.03334726020693779, -0.0015869748312979937, -0.015772728249430656, -0.025848979130387306, 0.012273067608475685, -0.02299381047487259, -0.010658372193574905, 0.00011531988275237381, -0.008274445310235023, -0.02733200415968895, 0.02816360630095005, 0.011261284351348877, 0.0016086312243714929, 0.025197556242346764, -0.0054158116690814495, -0.03600839152932167, -0.009376319125294685, -0.018336836248636246, -0.007914084009826183, 0.021108845248818398, 0.014261983335018158, 0.010838553309440613, -0.0003787689784076065, 0.010596002452075481, 0.01965354010462761, -0.0024428325705230236, -0.012792819179594517, -0.0251143965870142, -0.022411689162254333, -0.008260585367679596, 0.006257809232920408, -0.03243250027298927, 0.03428974375128746, -0.006088023539632559, 0.00228170957416296, -0.009750539436936378, 0.021718686446547508, 0.009729749523103237, 0.01708943210542202, -0.03201669827103615, 0.010942503809928894, -0.008704106323421001, 0.002158701652660966, 0.007934873923659325, 0.003763001412153244, 0.010069320909678936, 0.0054469965398311615, 0.01902983896434307, 0.02604302018880844, -0.011815685778856277, 0.00044612010242417455, -0.006521150004118681, 0.0030474767554551363, -0.01188498642295599, 0.018503157421946526, -0.036479633301496506, -0.04457389563322067, 0.006940416060388088, 0.026791462674736977, -0.0219404473900795, -0.0009719354566186666, -0.02164938673377037, -0.025627218186855316, -0.005738057661801577, -0.01238394808024168, -0.010020810179412365, -0.0042169177904725075, -0.006361759267747402, -0.003445953130722046, 0.015052005648612976, -0.0074012624099850655, -0.02120586484670639, 0.006032583303749561, -0.013374940492212772, -0.020360402762889862, -0.01882193796336651, 0.00020140374545007944, 0.026070740073919296, 0.010741532780230045, 0.011531555093824863, -0.0028534361626952887, -0.00907832756638527, -0.00733196223154664, 0.026569701731204987, -0.023866992443799973, -7.601366814924404e-05, -0.00954263936728239, -0.018447715789079666, -0.018738776445388794, -0.0008316025487147272, 0.000274818652542308, 0.023340310901403427, -0.021275164559483528, -0.013638281263411045, 0.012231487780809402, -0.006888441275805235, 0.001483024563640356, 0.015246046707034111, 0.002141376491636038, -0.006226623896509409, 0.03428974375128746, 0.030630692839622498, 0.04058220237493515, 0.018115075305104256, -0.01575886830687523, 0.01496884599328041, 0.03489958494901657, 0.0187664981931448, -0.011018733493983746, -0.009452548809349537, -0.008828846737742424, 0.0579904168844223, -0.00741512281820178, 0.007065156474709511, 0.00105076446197927, 0.004989615175873041, 0.02589055895805359, 0.034262023866176605, 0.0010161143727600574, -0.030381212010979652, 0.015162886120378971, -0.03301462158560753, -0.011739456094801426, -0.0209841039031744, -0.012612638995051384, 0.01625782996416092, 0.004975755233317614, -0.007311172317713499, -0.0033783854451030493, -0.014414443634450436, -0.019722839817404747, 0.01488568540662527, -0.010644512251019478, 0.021192004904150963, -0.0019161509117111564, -0.013465031050145626, 0.017616113647818565, -0.019750559702515602, 0.024185774847865105, 0.03606383129954338, -0.026029160246253014, 0.011794895865023136, -0.00037248863372951746, -0.004452538676559925, -0.004532233811914921, -0.02316013164818287, -0.014788664877414703, 0.015453947708010674, 0.003165287198498845, 0.0070443665608763695, 0.00311850942671299, -0.007009716238826513, 0.014580764807760715, -0.02170482650399208, 0.04670834168791771, -0.019348619505763054, 0.01575886830687523, 0.014428304508328438, 0.009196138009428978, 0.0013747429475188255, 0.0038877418264746666, 0.018336836248636246, 0.041829608380794525, 0.00896051712334156, -0.02092866413295269, 0.00037010645610280335, -0.01563412696123123, 0.0044005634263157845, -0.005197515711188316, 0.0016190261812880635, 0.008738757111132145, -0.014594624750316143, 0.025058956816792488, 0.013617491349577904, 0.02338189072906971, 0.013991712592542171, -0.009750539436936378, -0.008655596524477005, 0.02253642864525318, 0.0065350099466741085, 0.007442842703312635, -0.007602233439683914, -0.009882209822535515, -0.004844084847718477, -0.008717966265976429, 0.021954307332634926, 0.002746020909398794, -0.009015957824885845, -0.03484414517879486, 0.0030370817985385656, 0.01742207258939743, 0.014345143921673298, 0.0075121428817510605, 0.008877357468008995, 0.00420305784791708, 0.010367311537265778, -0.018350696191191673, -0.015065866522490978, 0.0169785525649786, 0.036257870495319366, -0.0058524031192064285, -0.0026732557453215122, -0.024088753387331963, 0.005062380339950323, 0.0027789385057985783, 0.009362458251416683, 0.0026749882381409407, 0.025142116472125053, 0.004539163783192635, -0.004237708169966936, -0.029466450214385986, 0.026292501017451286, 0.04169100895524025, -0.014005572535097599, -0.017338912934064865, 0.001507279579527676, -0.010020810179412365, 0.020471282303333282, -0.0209841039031744, 0.0015020821010693908, 0.03160089626908302, 0.019736699759960175, -0.005686082411557436, -0.0002927933819591999, 0.00949412863701582, 0.0012941814493387938, -0.0010213118512183428, -0.014040223322808743, -0.029632771387696266, 0.0019040233455598354, 0.009140698239207268, -0.0013132389867678285, -0.02342347241938114, 0.005963283125311136, 0.04063764587044716, 0.007207221817225218, 0.0015566559741273522, -2.9885715775890276e-05, -0.02993769198656082, 0.028135886415839195, 0.02672216109931469, 0.008572435937821865, -0.003050941741093993, 0.0033142827451229095, 0.007241872139275074, 0.009785190224647522, -0.012224557809531689, -0.002423774916678667, 0.008274445310235023, -0.012487898580729961, -0.004289682954549789, -0.016895391047000885, -0.005395021289587021, -0.01252254843711853, 0.018683336675167084, -0.0015159421600401402, -0.006580055225640535, -0.023090830072760582, -0.001625090022571385, -0.035703469067811966, 0.005887052975594997, -0.011871126480400562, 0.008378395810723305, 0.035758908838033676, 0.010006950236856937, 0.030880173668265343, 0.020942524075508118, 0.004178802948445082, 0.007567583117634058, -0.024116473272442818, -0.00420305784791708, 0.010263361036777496, 0.032820578664541245, 0.01238394808024168, 0.0067914207465946674, 0.035204507410526276, 0.025405457243323326, 0.0030110941734164953, 0.016798371449112892, -0.015356927178800106, -0.001233543734997511, 0.014677785336971283, 0.018101215362548828, -0.0007324166363105178, 0.026583561673760414, -0.00651075504720211, 0.013167040422558784, -0.0011027395958080888, 0.0013106402475386858, 0.019126858562231064, 0.010880133137106895, -0.009119908325374126, -0.018018055707216263, -0.01858631707727909, 0.01620239019393921, 0.016687491908669472, 0.010443542152643204, 0.00016826957289595157, -0.004864874761551619, -0.03786563500761986, 0.010304941795766354, -0.032321617007255554, -0.015731148421764374, -0.004525303840637207, -0.01837841607630253, -0.01452532410621643, -0.021607806906104088, 0.0035585658624768257, -0.024255074560642242, -0.008219005540013313, -0.02838536724448204, -0.010616792365908623, -0.025682657957077026, -0.012952209450304508, 0.005277211312204599, 0.007616093382239342, 0.005294536240398884, -0.01775471493601799, 0.007470563054084778, 0.015772728249430656, -0.020304962992668152, -0.012494828552007675, -0.0030318843200802803, -0.028690287843346596, -0.0063513643108308315, -0.010679163038730621, 0.04471249505877495, -0.010478192009031773, -0.023229431360960007, 0.022231508046388626, 0.008773406967520714, -0.012037446722388268, 0.016382569447159767, -0.0023232896346598864, 0.002373532159253955, 0.015259906649589539, -0.0011417210334911942, 0.0190436989068985, 0.006968136411160231, -0.034262023866176605, 0.022841349244117737, 0.02103954367339611, -0.01243938785046339, 0.012688868679106236, 0.011455325409770012, 0.0037422114983201027, -0.008814986795186996, 0.004223847761750221, 0.012467107735574245, -0.017297333106398582, 0.013451171107590199, -0.0198753010481596, 0.016174670308828354, 0.009930720552802086, 0.005706872325390577, 0.017602253705263138, 0.029965411871671677, -0.001376475440338254, -0.005890517961233854, 0.013180900365114212, -0.010866273194551468, -0.02177412621676922, 0.01586974784731865, 0.020665323361754417, -0.002797996159642935, -0.002198549220338464, -0.017546813935041428, -0.03362446278333664, -0.005013870541006327, -0.0031999372877180576, -0.023284871131181717, 0.030187172815203667, -0.00968123972415924, -0.010325731709599495, -0.030408933758735657, -0.0037006312049925327, 0.013659072108566761, 0.016742931678891182, -0.009986160323023796, 0.017574533820152283, 0.00546778691932559, -0.007491352967917919, 0.010790042579174042, -0.010415822267532349, -0.018738776445388794, -0.033430423587560654, -0.037837915122509, 0.006611240096390247, 0.018849657848477364, 0.04521145671606064, 0.011600855737924576, 0.006711725611239672, -0.01300072018057108, 0.003898137016221881, -0.02275818958878517, -0.019237738102674484, 0.0015462610172107816, -0.0035291132517158985, 0.03279285877943039, 0.002215874381363392, 0.0328483022749424, -0.008974377065896988, 0.009736679494380951, 0.001412858022376895, -0.0010195793583989143, 0.007318102288991213, -0.008731827139854431, 0.01692311093211174, -0.03140685707330704, 0.0018018054543063045, 0.01848929561674595, 0.014130312949419022, -0.011670155450701714, 0.007900224067270756, 0.007065156474709511, 0.015550967305898666, -0.011538485065102577, 0.0041025723330676556, -0.01764383353292942, -0.03930708020925522, -0.008794196881353855, 0.02899520844221115, 0.008101195096969604, -0.0034858006983995438, -0.04224541038274765, -0.012120607309043407, 0.01976441964507103, 0.01647959090769291, 0.040277283638715744, -0.01152462512254715, 0.047013264149427414, -0.004989615175873041, 0.011157333850860596, 0.0066458904184401035, 0.012072096578776836, -0.0314900167286396, -0.01133058499544859, -0.023298731073737144, -0.008634806610643864, 0.011697875335812569, 0.015426226891577244, 0.025585638359189034, 0.010367311537265778, -0.004844084847718477, -0.0037941865157335997, 0.011621645651757717, -0.02666672132909298, 0.027193402871489525, -0.0049688252620399, -0.024573855102062225, 0.024851055815815926, -0.020512862130999565, -0.02259186841547489, -0.0224948488175869, 0.005755382589995861, 0.009362458251416683, -0.011455325409770012, 0.0160222090780735, -0.03958428278565407, -0.008149704895913601, -0.01452532410621643, -0.0014587694313377142, 0.017269613221287727, -0.0067879557609558105, 0.020693043246865273, -0.018128935247659683, 0.017616113647818565, -0.0314900167286396, 0.007079016417264938, -0.006604310125112534, -0.0002741689677350223, 0.00907832756638527, 0.00909911748021841, 0.012425527907907963, -0.008426905609667301, 0.0012629963457584381, -0.012058236636221409, 0.005613317247480154, -0.040055520832538605, 0.025641078129410744, 0.00840611569583416, -0.01107417419552803, -0.008614016696810722, -0.0059944684617221355, -0.039833761751651764, 0.00823286548256874, -0.01624397002160549, 0.00945947878062725, 0.008302165195345879, -0.0034061053302139044, -0.019112998619675636, 0.006483034696429968, -0.0072973123751580715, 0.026292501017451286, 0.012896769680082798, 0.004604998975992203, -0.00528760626912117, 0.006379084661602974, -0.005939028225839138, -0.0005951155908405781, 0.03362446278333664, 0.01563412696123123, -0.02238396927714348, -0.00219161924906075, 0.012675008736550808, 0.03733895346522331, 0.00018072195234708488, -0.010027741082012653, -0.015537107363343239, 0.02654198184609413, -0.012612638995051384, -0.00971588958054781, -0.005031195469200611, -0.018614036962389946, 0.023506632074713707, 0.012065166607499123, -0.010464332066476345, -0.04587674140930176, -0.0005994468228891492, -0.015883607789874077, 0.018960537388920784, -0.0013738767011091113, -0.0033991753589361906, -0.017186451703310013, -0.006961206439882517, 0.007394332438707352, -0.003506590612232685, -0.021677106618881226, 0.027082523331046104, -0.02954960986971855, 0.005034660454839468, 0.008059614337980747, 0.0012127537047490478, -0.0010646245209500194, 0.006358294282108545, -1.7629595276957843e-06, 0.00361747108399868, 0.01625782996416092, -0.017907174304127693, 0.04537777975201607, -0.00985448993742466, 0.0061781140975654125, -0.023506632074713707, 0.01941791921854019, -0.0014206543564796448, -0.013430381193757057, -0.012397808022797108, -0.007921013981103897, -0.007345822639763355, -0.0031635547056794167, 0.021399905905127525, -0.01361056137830019, -0.0048683397471904755, 0.01591132953763008, 0.03187809884548187, -0.016673630103468895, 0.005187120754271746, 0.002818786073476076, -0.042217690497636795, 0.020859364420175552, -0.051004957407712936, 0.011898846365511417, 0.02103954367339611, -0.016576610505580902, -0.006444919854402542, -0.04063764587044716, 0.012979929335415363, 0.0030318843200802803, -0.00650036009028554, -0.027872545644640923, 0.010485121980309486, 0.017131011933088303, -0.032986901700496674, -0.006399874575436115, 0.006174648646265268, -0.020291101187467575, -0.01071381289511919, 0.002035693731158972, 0.0201525017619133, -0.0007224546861834824, -0.004958430305123329, 0.0031341020949184895, 0.001820863108150661, 0.02799728512763977, -0.023007670417428017, -0.015731148421764374, -0.00587319303303957, -0.004861409775912762, -0.029466450214385986, 0.0016675363294780254, -0.015717288479208946, 0.01993074081838131, 0.008808056823909283, -0.02838536724448204, -0.04074852541089058, -0.014566904865205288, -0.031185096129775047, -0.028413087129592896, 0.02004162035882473, -0.018558597192168236, 0.02115042507648468, 0.02248098887503147, -0.03234934061765671, 0.016770651564002037, -0.004643114283680916, 0.013430381193757057, -0.01897439733147621, 0.017075572162866592, 0.0193208996206522, -0.00542620662599802, 0.012813609093427658, 0.009584219194948673, -0.021081125363707542, -0.016521170735359192, 0.0058835879899561405, 0.029993131756782532, 0.014844105578958988, 0.02432437427341938, -0.013714511878788471, 0.003421697998419404, -0.025807399302721024, -0.012598778121173382, -0.0018295255722478032, 0.0018953607650473714, 0.020013900473713875, -0.03667367249727249, 0.004442143719643354, 0.026763740926980972, 0.021732546389102936, -0.0008627876522950828, 0.018115075305104256, -0.0006271669408306479, -0.015537107363343239, 0.0021725615952163935, 0.00034758387482725084, 0.0003555967123247683, -0.006694400683045387, -0.02877344749867916, 0.01118505373597145, 0.004823294933885336, 0.0021448414772748947, 0.01937633939087391, 0.012425527907907963, -0.0028499711770564318, -0.011372164823114872, -0.003421697998419404, -0.02587669901549816, -0.0008983039879240096, 0.007283452432602644, 0.012785889208316803, 0.005880123004317284, -0.0012170849367976189, 0.012668078765273094, -0.0032640399876981974, -0.0095980791375041, -0.0075814430601894855, 0.0004495851171668619, -0.007449772674590349, -0.021954307332634926, -0.004681229125708342, -0.042938411235809326, -0.017505234107375145, 0.011628575623035431, -0.025516338646411896, -0.006101883482187986, -0.01299378927797079, -0.012266137637197971, -0.03720035403966904, 0.014033293351531029, -0.010741532780230045, -0.02299381047487259, -0.04304929077625275, -0.022009747102856636, 0.00037790273199789226, 0.006964671425521374, 0.00826751533895731, 0.2081224024295807, -0.003603610908612609, -0.0030492092482745647, 0.01603606902062893, -0.012896769680082798, -7.254866068251431e-05, 0.009743609465658665, 0.0005015602800995111, -0.025252997875213623, 0.010360381565988064, 0.010651442222297192, -0.006514220032840967, -0.013908552937209606, -0.005353441461920738, 0.012959139421582222, -0.017726995050907135, -0.018045775592327118, -0.030713854357600212, -0.009119908325374126, -0.006590450182557106, 0.015052005648612976, 0.009743609465658665, -0.01793489418923855, -0.01858631707727909, 0.01609150879085064, -0.008981307037174702, 0.0218157060444355, 0.01853087730705738, 0.00818435475230217, 0.027415163815021515, -0.012141397222876549, -0.009002097882330418, 0.007844784297049046, 0.010200991295278072, -0.030824733898043633, -0.017824014648795128, -0.0007458435138687491, 0.016715211793780327, 0.020637603476643562, -0.0019178834045305848, -0.006763700861483812, -0.015287626534700394, -0.006583520211279392, -0.014359003864228725, -0.010838553309440613, 0.00976440031081438, 0.007858644239604473, -0.016299409791827202, -0.00411643274128437, 0.02288292907178402, -0.005228701047599316, 0.008912007324397564, 0.02849624678492546, 0.03295918181538582, 0.007325032260268927, -0.026791462674736977, 0.01247403770685196, 0.02733200415968895, 0.012016656808555126, 0.008717966265976429, 0.006361759267747402, 0.02310469001531601, -0.005776172503829002, -0.011295934207737446, 0.005183655768632889, 0.021441485732793808, -0.020166361704468727, -0.01886351779103279, 0.00705476151779294, -0.02788640558719635, 0.02766464464366436, 0.011219704523682594, 0.014033293351531029, -0.014040223322808743, 0.017338912934064865, -0.015592548064887524, 0.03866951912641525, 0.024975797161459923, 0.0018416531383991241, 0.03720035403966904, -0.024837195873260498, -0.007491352967917919, 0.005890517961233854, -0.031240535899996758, -0.007685393560677767, -0.006905766203999519, 0.043326493352651596, -0.01266114879399538, -0.012702728621661663, -0.005790032912045717, -0.004986150190234184, -0.022675029933452606, -0.011379094794392586, 0.006781025789678097, 0.009133768267929554, 0.0023059644736349583, -0.0027321609668433666, 0.009369388222694397, -0.020734623074531555, -0.02259186841547489, -0.011496905237436295, 0.031185096129775047, 0.02338189072906971, 0.008974377065896988, -0.024130333214998245, -0.017879454419016838, 0.024171913042664528, -0.021192004904150963, -0.015537107363343239, 0.01043661218136549, -0.015578687191009521, -0.03584206849336624, -0.005991003476083279, 0.004386703483760357, 0.010589072480797768, 0.027623064815998077, 0.00393625209107995, -0.015398507006466389, 0.003244982333853841, -0.010062390938401222, -0.0012595313601195812, -0.01391548290848732, 0.024629294872283936, 0.004740134347230196, 0.008572435937821865, 0.003880811855196953, -0.027789384126663208, -0.012085956521332264, 0.0029417939949780703, -0.012210696935653687, 0.017117151990532875, -0.0031635547056794167, 0.01860017701983452, -0.006240484304726124, -0.02882888726890087, -0.014019432477653027, -0.0015176746528595686, -0.023007670417428017, -0.012051306664943695, -0.002158701652660966, 0.00514900591224432, -0.021289024502038956, 0.048399269580841064, -0.013374940492212772, 0.020956384018063545, 0.0027425559237599373, -0.005713802296668291, 0.03878039866685867, -0.024074893444776535, -0.009986160323023796, -0.011864196509122849, -0.001148651004768908, 0.006032583303749561, 0.0029677816201001406, -0.00017076006042771041, -0.0223701074719429, 0.011420674622058868, -0.035065907984972, -0.006001398432999849, 0.02109498530626297, -0.031767215579748154, 0.007352752611041069, 0.01377688255161047, 0.017020132392644882, -0.025072816759347916, -0.04274437204003334, -0.1782955825328827, 0.02633408084511757, 0.0190436989068985, -0.03473326563835144, 0.020083202049136162, -0.008690246380865574, 0.011593925766646862, 0.004164942540228367, -0.006975066382437944, -0.003898137016221881, 0.01316011045128107, -0.013853112235665321, -0.017782434821128845, 0.0030006992164999247, -0.020443562418222427, -0.01116426382213831, -0.0010074517922475934, 0.013950132764875889, 0.017685413360595703, -0.0021569691598415375, 0.018835797905921936, -0.03980604186654091, 0.021164285019040108, 0.0009476803825236857, -0.011829545721411705, 0.01319476030766964, -0.004199592862278223, 0.004982685204595327, -0.0160222090780735, -0.061815790832042694, -0.03162861615419388, -0.008177424781024456, 0.023562071844935417, -0.003340270137414336, 0.0036521211732178926, 0.01291755959391594, -0.019611960276961327, -0.0008614882826805115, -0.008392255753278732, -0.007546793203800917, 0.009611939080059528, 0.020166361704468727, -0.016438011080026627, 0.01708943210542202, 0.0016692688222974539, 0.01271658856421709, 0.003449418116360903, -0.025807399302721024, -0.004158012568950653, -0.0044698636047542095, 0.00210152892395854, -0.025363877415657043, 0.012411667965352535, 0.01609150879085064, 0.015121306292712688, -0.0051628658547997475, -0.0023804623633623123, -0.005575201939791441, -0.008288305252790451, -0.02225922793149948, -0.013548191636800766, -0.030381212010979652, -0.013666002079844475, -0.014088733121752739, -0.01830911636352539, -0.024296654388308525, -0.008870427496731281, 0.0024255074094980955, -0.039002157747745514, 0.0058454726822674274, -0.010124760679900646, 0.012910629622638226, 0.002635140670463443, 0.005003475118428469, 0.003638261230662465, 0.0372835136950016, -0.031046494841575623, 0.0110464533790946, 0.005997933447360992, 0.00737354252487421, -0.02131674438714981, -0.0019092208240181208, -0.017616113647818565, 0.025239137932658195, -0.014774804934859276, 0.02382541261613369, 0.011552345007658005, -0.000545739196240902, -0.012356228195130825, -0.010803903453052044, 0.01040889136493206, -0.012390878051519394, -0.01921001821756363, -0.009327808395028114, -0.005966748110949993, 0.014234263449907303, 0.023783832788467407, -0.010277220979332924, -0.013340290635824203, -0.00862787663936615, -0.0025814329273998737, -0.01402636244893074, -0.030242612585425377, 0.005114355590194464, 0.013568981550633907, 0.00484061986207962, -0.004050597548484802, 0.010672233067452908, 0.029799090698361397, -0.017657693475484848, -0.005401951726526022, -0.01865561679005623, 0.012591848149895668, 0.011566204950213432, -0.007526002824306488, 0.013451171107590199, 0.020110921934247017, -0.023589791730046272, 0.034040264785289764, 0.006673610303550959, 0.049508072435855865, -0.016507310792803764, -0.01803191564977169, 0.01736663281917572, 0.007567583117634058, -0.013506610877811909, -0.10306327790021896, -0.02626478113234043, 0.00424463814124465, -0.00411643274128437, -0.009424828924238682, 0.009826770052313805, -0.02137218602001667, 0.040831685066223145, 0.005831612739712, 0.02410261332988739, -0.0060256533324718475, -0.010457402095198631, 0.0033801179379224777, -0.0010351719101890922, 0.007016646675765514, -0.0008012836915440857, -0.015828168019652367, -0.00733196223154664, -0.00926543865352869, 0.05760233476758003, -0.01483024563640356, -0.015897467732429504, 0.013312570750713348, -0.034760985523462296, 0.002460157498717308, 0.012238417752087116, -0.02248098887503147, 0.0074081928469240665, 0.02087322436273098, -0.0004699420533142984, 0.010859343223273754, -0.023950153961777687, 0.014067943207919598, -0.011656295508146286, 0.011663225479424, 0.008288305252790451, -0.009445618838071823, -0.004372843541204929, 0.02838536724448204, -0.0029210038483142853, -0.015550967305898666, 0.023229431360960007, 0.019293179735541344, -0.003534310730174184, 0.013326430693268776, -0.004026342183351517, -0.014954986050724983, 0.05654897168278694, -0.013326430693268776, -0.01271658856421709, -0.025474756956100464, -0.003603610908612609, -0.012785889208316803, -0.005609852261841297, 0.021386045962572098, -0.005758847575634718, 0.012702728621661663, -0.008925867266952991, -0.02827448584139347, 0.016230110079050064, -0.008600156754255295, -0.02103954367339611, 0.00597021309658885, 0.018004195764660835, 0.019071418792009354, 0.02910608984529972, -0.03129597753286362, -0.0069716013967990875, 0.01405408326536417, -0.025128256529569626, -0.04415809363126755, 0.035537149757146835, -0.016881531104445457, 0.025530198588967323, -0.02638952061533928, -0.007782413624227047, -0.001412858022376895, 0.0063929446041584015, 0.015315346419811249, -0.004456003662198782, -0.0032034022733569145, -0.01257798820734024, -0.003988227341324091, -0.0195981003344059, 0.023922432214021683, 0.018572457134723663, 0.011677085421979427, 0.004646579269319773, 0.00882191676646471, -0.033818501979112625, -0.002695778151974082, 0.03345814347267151, -0.005117820575833321, -0.010679163038730621, -0.015176746062934399, 0.0256687980145216, 0.009792120195925236, -0.021344466134905815, 0.010533631779253483, 0.00812891498208046, -0.028011145070195198, 0.00198891619220376, -0.05070003494620323, 0.014158032834529877, -0.017657693475484848, 0.02626478113234043, 0.005419276654720306, -0.01483024563640356, -0.012668078765273094, 0.0024255074094980955, 0.01821209490299225, 0.011233564466238022, -0.019334759563207626, 0.01758839376270771, -0.008115055039525032, 0.006808745674788952, 0.01720031350851059, -0.009410968981683254, 0.005980608053505421, -0.020776202902197838, -0.0022193393670022488, 0.004816364496946335, -0.009036747738718987, 0.01653503067791462, -0.021025683730840683, -0.008073474280536175, 0.0011703072814270854, 0.005457391496747732, -0.025128256529569626, 0.004792109597474337, -0.01570342853665352, 0.0007107603014446795, 0.030713854357600212, -0.026625141501426697, 0.022231508046388626, 0.027512183412909508, -0.00573459267616272, -0.019833721220493317, 0.015564827248454094, 0.030270332470536232, 0.027650784701108932, 0.0009199603227898479, -0.017269613221287727, -0.010602932423353195, 0.012591848149895668, -0.00971588958054781, -0.012903699651360512, -0.015523247420787811, -0.017837874591350555, 0.035065907984972, 0.0251143965870142, 0.0172557532787323, 0.036202430725097656, 0.005758847575634718, -0.004376308526843786, -0.014372863806784153, -0.01952880062162876, -0.018669476732611656, 0.005627177190035582, 0.029688211157917976, -0.020831644535064697, -0.011171193793416023, 0.03248794004321098, 0.030880173668265343, 0.008717966265976429, -0.016451871022582054, 0.008614016696810722, -0.017283473163843155, 0.002117121359333396, 0.015218326821923256, 0.014816385693848133, -0.026181619614362717, -0.012924489565193653, 0.02054058201611042, -0.007470563054084778, 0.007636883296072483, -0.0014769607223570347, -0.012591848149895668, 0.02927240915596485, -0.007214152254164219, -0.012085956521332264, 0.005318791139870882, 0.0010854145511984825, -0.00651075504720211, -0.0017896780045703053, 0.0017680216114968061, 0.00030535407131537795, 0.007747763767838478, -0.018004195764660835, 0.0018763032276183367, -0.015149026177823544, 0.010367311537265778, -0.015675708651542664, 0.004078317433595657, -0.0003519151359796524, 0.020013900473713875, -0.0082120755687356, -0.000847195100504905, -0.030630692839622498, 0.017893314361572266, 0.01908527873456478, 0.01647959090769291, 0.0018988257506862283, 0.00029019464273005724, -0.01135137490928173, -0.010796972550451756, -0.0198753010481596, 0.01383232232183218, -0.025308437645435333, 0.0007202890701591969, 0.0025952928699553013, 0.007567583117634058, 0.0031791471410542727, 0.0049688252620399, -0.01452532410621643, 0.0018918957794085145, -0.024781756103038788, 0.004857944790273905, -0.011420674622058868, -0.007006251253187656, -0.002493075095117092, 0.027650784701108932, -0.0028499711770564318, 0.02633408084511757, 0.021843425929546356, 0.001641548820771277, 0.02993769198656082, 0.014289704151451588, -0.0021898867562413216, -0.01887737773358822, 0.017629973590373993, 0.010110900737345219, 0.008891217410564423, 0.0035654958337545395, -0.017824014648795128, 0.01581430807709694, -0.032986901700496674, -0.0009303553379140794, 0.004539163783192635, 0.0053465114906430244, -0.0003181312931701541, 0.08310481160879135, 0.007588373031467199, -0.03146229684352875, 0.02888432890176773, 0.021690966561436653, 0.028177466243505478, 0.003180879633873701, 0.017103292047977448, 0.021912727504968643, -0.02988225221633911, -0.001995846163481474, 0.009168418124318123, 0.00025879297754727304, -0.0386417992413044, -0.016659770160913467, 0.007643813267350197, 0.0019092208240181208, 0.027137963101267815, 0.0036521211732178926, -0.014067943207919598, 0.020568303763866425, -0.001775817945599556, 0.019293179735541344, 0.017186451703310013, -0.021718686446547508, -0.007844784297049046, 0.015204466879367828, 0.011739456094801426, -0.0082120755687356, -0.015135166235268116, -0.0027269632555544376, -0.01914071850478649, -0.04404721409082413, -0.018794218078255653, -0.0016883263597264886, -0.007124061696231365, -0.0012162186903879046, -0.008593225851655006, 0.013402661308646202, 0.017879454419016838, -0.021399905905127525, -0.012792819179594517, -0.02971593104302883, -0.034372903406620026, 0.01742207258939743, 0.007006251253187656, 0.0036278660409152508, -0.009909930638968945, -0.04047132283449173], \"45c057e5-03ae-4a26-a467-b05343cb3bdd\": [0.020014125853776932, 0.027275187894701958, 0.021004270762205124, -0.020700626075267792, -0.005861657205969095, 0.012588039971888065, -0.016000740230083466, -0.013809219002723694, -0.01164410263299942, -0.031235767528414726, 0.020291365683078766, 0.000803667469881475, 0.025902187451720238, 0.0010380017338320613, -0.005518406629562378, -0.01283227652311325, 0.014970988966524601, -0.0045546661131083965, 0.02276012673974037, -0.019314423203468323, -0.0069706193171441555, -0.0063303252682089806, -0.028304938226938248, 0.00015924828767310828, -0.024383964017033577, 0.017532162368297577, 0.03268798068165779, -0.024700811132788658, 0.003713042940944433, -0.03551319241523743, 0.008805687539279461, -0.02674711123108864, -0.011228241957724094, -0.017611375078558922, 0.0013911534333601594, 0.001142792054452002, -0.011716713197529316, -0.01446931529790163, 0.03876086696982384, -0.020793039351701736, 0.03274078667163849, -0.0031222563702613115, -0.015327440574765205, 0.006432640366256237, -0.006604265421628952, 0.01190814096480608, -0.009129134938120842, -0.024634800851345062, -0.027829669415950775, 0.010284303687512875, 0.009373370558023453, 0.04937521740794182, -0.030892515555024147, -0.010581347160041332, -0.015472661703824997, 0.005897962488234043, -0.011195236817002296, 0.02109668403863907, -0.0005338530754670501, -0.015129411593079567, 0.01985570229589939, 0.00574283953756094, -0.001461288658902049, -0.014007247984409332, -0.028568977490067482, -0.010264500975608826, -0.0090037165209651, 0.008198398165404797, -0.0018103147158399224, 0.0070630325935781, 0.00505633931607008, -0.0016188867157325149, 0.009340365417301655, 0.004244420677423477, 0.008508644066751003, 0.002445657504722476, -0.016409998759627342, -0.0032262217719107866, -0.0007706626784056425, -0.003366492222994566, 0.020621415227651596, -0.006333625875413418, -0.021321117877960205, 0.049586448818445206, 0.014535324648022652, 0.005026634782552719, 0.0072214556857943535, 0.01642320118844509, -0.0005928491591475904, -0.02212643437087536, -0.0011559940176084638, 0.018931567668914795, -0.007016825955361128, 0.0009109331876970828, 0.01699088327586651, 0.0006609216216020286, 0.03564521297812462, 0.023024166002869606, 0.002651937771588564, -0.006693378556519747, -0.0049771275371313095, 0.0017987629398703575, -0.05460318177938461, -0.01642320118844509, -0.01730773039162159, -0.011624299921095371, 0.021479539573192596, 0.01371680572628975, -0.003425900824368, -0.019974520429968834, -0.008132388815283775, 0.042563021183013916, 0.002782306866720319, -0.01676645129919052, 0.001877974602393806, 0.015815911814570427, -0.006399635691195726, -0.022905347868800163, -0.031130151823163033, -0.013980844058096409, 0.0011865234700962901, 0.02175678126513958, 0.019063586369156837, -0.02071382850408554, 0.005416091997176409, -0.0054292939603328705, 0.0024258545599877834, -0.0020215455442667007, -0.015459460206329823, -0.014561728574335575, 0.04364557936787605, 0.01696448028087616, 0.02295815572142601, -0.010990606620907784, -0.01507660374045372, 0.012865280732512474, 0.005452397279441357, 0.01934082806110382, -0.029255477711558342, -0.04868871718645096, 0.007168647833168507, 0.03551319241523743, -0.0031222563702613115, 0.02142673172056675, -0.012211785651743412, -0.006218109279870987, 0.012238189578056335, 0.025651350617408752, -0.007069633807986975, -0.01902398094534874, -0.0024423571303486824, 0.01938043348491192, 0.027116764336824417, 0.014033651910722256, 0.00908292829990387, 0.023248599842190742, 0.012693655677139759, -0.022892147302627563, 0.005591017194092274, 0.03617328777909279, 0.01833748072385788, 0.03031163103878498, 0.03379693999886513, 0.0023416923359036446, 0.018086643889546394, 0.030206015333533287, 0.009472385048866272, -0.014931382611393929, 0.0071422443725168705, 0.013063309714198112, 0.01351877674460411, 0.025836177170276642, -0.024806426838040352, 0.0005383912357501686, -0.00037398593849502504, 0.02243007905781269, 0.021862396970391273, 0.009564798325300217, -0.030390843749046326, -0.01663443259894848, -0.01848270185291767, -0.002539721317589283, 0.025902187451720238, 0.018878759816288948, -0.007637316361069679, 0.009261153638362885, -0.0068782055750489235, -0.009280957281589508, 0.005894661881029606, 0.021004270762205124, 0.025242090225219727, 0.006657073274254799, -0.017928220331668854, -0.016198767349123955, -0.6484788060188293, 0.0039011703338474035, 0.034166596829891205, -0.040001846849918365, -0.010007062926888466, 0.030575670301914215, 0.02005373127758503, 0.021968010812997818, -0.025110071524977684, 0.04264223575592041, 0.0023119880352169275, 0.024278350174427032, 0.001701398752629757, 0.006445842329412699, -0.002546322299167514, -0.028040898963809013, 0.0179678276181221, -0.008475638926029205, 0.016858864575624466, 0.0032707781065255404, 0.022152839228510857, 0.0008457486401312053, -0.010059870779514313, -0.019301222637295723, 0.015631085261702538, 0.004010086413472891, 0.023248599842190742, 0.00273940060287714, 0.008343620225787163, 0.009287557564675808, -0.010211693122982979, -0.007907955907285213, 0.012489025481045246, -0.002887922106310725, 0.05072181671857834, 0.007036628667265177, -0.008502042852342129, 0.007650518324226141, 0.017360538244247437, 0.018984375521540642, -0.012271193787455559, -0.03131497651338577, 0.012984097935259342, -0.00840302836149931, 0.008917903527617455, 0.005132250487804413, 0.03340088203549385, -0.013056708499789238, -0.003924273885786533, -0.009875043295323849, 0.011347059160470963, 0.0032526254653930664, 0.012548434548079967, 0.03992263600230217, -0.010350313037633896, -0.0171229038387537, 0.02619262970983982, 0.008832091465592384, -0.007148845121264458, -0.0023598449770361185, 0.00041317916475236416, -0.00608608964830637, -0.009320562705397606, -0.007320470176637173, -0.012304198928177357, 0.022548897191882133, -0.009129134938120842, -0.020925059914588928, 0.010073072277009487, -0.034166596829891205, -0.022403676062822342, 0.01779620163142681, -0.006650472525507212, -0.022482886910438538, 0.010792577639222145, 0.01901077851653099, 0.03390255570411682, -0.03849682956933975, -0.011835530400276184, 0.019921712577342987, 0.010528539307415485, -0.008284211158752441, -0.02178318426012993, -0.008356821723282337, 0.023010963574051857, 0.0016386895440518856, -0.012297597713768482, -0.017756596207618713, 0.009987260214984417, -0.008601057343184948, 0.012845478020608425, 0.0029918875079602003, -0.016753248870372772, -0.010871789418160915, 0.015433056280016899, 0.0342722088098526, -0.006785792298614979, 0.0028978236950933933, -0.009478986263275146, -0.01730773039162159, 0.0012170529225841165, -0.022839339450001717, -0.010218294337391853, 0.019816096872091293, 0.024436771869659424, 0.01079917885363102, 0.009901447221636772, 0.008158792741596699, 0.014218478463590145, -0.002638735808432102, 0.0020925060380250216, -0.008257807232439518, -0.021202299743890762, 0.005736238788813353, 0.0012302548857405782, -0.029704343527555466, 0.015631085261702538, 0.004293927922844887, -0.005419392138719559, -0.01267385296523571, 0.003462206106632948, 0.015182219445705414, -0.015538671985268593, -0.02158515527844429, 0.02018575184047222, -0.015842316672205925, -0.0023053870536386967, 0.003650333732366562, -0.008066379465162754, -0.005264269653707743, 0.025413716211915016, 0.018047038465738297, 0.0428006574511528, -0.008046576753258705, 0.018944770097732544, -0.028014495968818665, -0.0049276202917099, -0.005435894709080458, 0.02056860737502575, -0.03271438181400299, -0.023393820971250534, 0.0048385076224803925, 0.01903718337416649, -0.003359891241416335, -0.007043229881674051, -0.021004270762205124, -0.05006171762943268, -0.0171229038387537, -0.012621045112609863, 0.004505158867686987, -0.0006130646215751767, -0.010409722104668617, -0.018047038465738297, 0.008911303244531155, -0.01596113294363022, -0.010462529957294464, 0.0013713504886254668, -0.010871789418160915, -0.010165486484766006, -0.015617883764207363, 0.009815635159611702, 0.028489764779806137, 0.013248137198388577, -0.00539958942681551, -0.012607843615114689, -0.006798993796110153, -0.014033651910722256, 0.020436588674783707, -0.03374413400888443, -0.007841946557164192, -0.0072214556857943535, -0.0019522354705259204, -0.020991068333387375, -0.0009208346018567681, 0.012390010990202427, 0.019974520429968834, -0.047896601259708405, -0.017954625189304352, 0.010079673491418362, -0.010277702473104, 0.013056708499789238, 0.01985570229589939, 0.014416507445275784, -0.0019142798846587539, 0.03820638731122017, 0.0039671799167990685, 0.022152839228510857, 0.028384149074554443, -0.002858217805624008, 0.02756563015282154, 0.01577630639076233, 0.004412745125591755, -0.014838969334959984, -0.006327025126665831, 0.0044457498006522655, 0.0496392585337162, -0.0017740093171596527, -0.002080954145640135, 0.001600734074600041, 0.007287465501576662, 0.01935403048992157, 0.026430264115333557, 0.014706949703395367, -0.03242393955588341, 0.03186945989727974, -0.005977173801511526, 0.0035810235422104597, -0.018812749534845352, 0.0016659185057505965, 0.02122870273888111, -0.0035249153152108192, -0.011030212976038456, -0.024251945316791534, -0.01596113294363022, 0.011690309271216393, 0.0027839569374918938, -0.012145775370299816, 0.0214003287255764, 0.0047460938803851604, -0.01815265417098999, -0.00015955770504660904, -0.016343990340828896, 0.029387496411800385, 0.019565260037779808, -0.02603420615196228, -0.00044143953709863126, 0.01009287592023611, -0.0010437775636091828, -0.007036628667265177, -0.04346075281500816, 0.0018169155810028315, 0.008917903527617455, 0.013248137198388577, -0.007056431844830513, -0.003851663088425994, 0.0067230830900371075, 0.027169572189450264, -0.017426548525691032, 0.023895492777228355, -0.007498696446418762, 0.01549906563013792, 0.020132943987846375, 0.010673760436475277, 0.00013934224261902273, 0.028568977490067482, 0.007010224740952253, 0.03353290259838104, -0.011479077860713005, -0.02054220251739025, 0.009663812816143036, -0.016740048304200172, 0.022139636799693108, -0.0022905347868800163, -0.00788155198097229, 0.01594793237745762, -0.02347303181886673, 0.016753248870372772, 0.01156489085406065, 0.010733169503509998, 0.012911487370729446, -0.0022591801825910807, -0.012231588363647461, -0.0017987629398703575, -0.0011485678842291236, 0.012033559381961823, 0.003371442900970578, -0.019816096872091293, -0.015419854782521725, -0.018588317558169365, 0.010257899761199951, 0.007921158336102962, -0.018363885581493378, -0.028542572632431984, 0.0008738027536310256, 0.020991068333387375, 0.019393635913729668, 0.01009287592023611, 0.004251021426171064, -0.0003088013909291476, 0.01140646729618311, -0.025902187451720238, -0.0021634662989526987, 0.0171361044049263, 0.029757151380181313, -0.013901632279157639, -0.005340180825442076, -0.019103193655610085, 0.005792346782982349, -0.00796076375991106, 0.0009307360742241144, 0.0011807476403191686, 0.0342986136674881, 0.01378281507641077, -0.0024176035076379776, -0.012231588363647461, 0.012819074094295502, 0.03635811433196068, -0.00719505175948143, -0.005515106488019228, 0.007604311686009169, 0.004429247695952654, 0.009472385048866272, -0.012904887087643147, -0.008152191527187824, 0.013809219002723694, 0.01901077851653099, 0.0014852171298116446, 0.00411240104585886, 0.012522030621767044, -0.010244697332382202, -0.00908292829990387, -0.03786313533782959, -0.001925831544212997, -0.0024506081826984882, 0.012244789861142635, -0.0011683708289638162, 0.0031816652044653893, -0.023697463795542717, 0.03329526633024216, 0.02142673172056675, 0.0042147161439061165, 0.00189612724352628, -0.02278653159737587, 0.024027513340115547, 0.011129227466881275, 0.012997300364077091, -0.020278165116906166, 0.027961688116192818, -0.004376439843326807, 0.01835068315267563, -0.026417061686515808, -0.007498696446418762, 0.004779098555445671, -0.03326886519789696, -0.016872067004442215, -0.019288020208477974, 0.020278165116906166, 0.0030496458057314157, 0.018443096429109573, -0.002356544602662325, 0.003217970486730337, -0.02468760870397091, -0.0024291551671922207, -0.02928188070654869, -0.019433241337537766, -0.0026073812041431665, 0.015287835150957108, 0.009842039085924625, 0.009703418239951134, 0.03184305503964424, 0.019116394221782684, 0.021149491891264915, 0.02790888026356697, -0.025822974741458893, 0.014957786537706852, 0.0188523568212986, 0.02361825294792652, 0.0060035777278244495, 0.004188312217593193, 0.02434435859322548, 0.022324463352560997, 0.019750086590647697, 0.006511852145195007, -0.017162509262561798, 0.006465645506978035, 0.02328820526599884, 0.004396242555230856, 0.005653726402670145, 0.005293974187225103, -0.0019010779215022922, 0.014218478463590145, 0.011472477577626705, 0.008693470619618893, -0.0008622510358691216, -0.008607658557593822, 0.007478893268853426, -0.017532162368297577, -0.003054596483707428, -0.007208253722637892, -0.016911672428250313, -0.0005157003761269152, -0.006950816139578819, -0.0072742635384202, -0.028700996190309525, -0.003597525879740715, -0.04082036763429642, -0.0005672704428434372, -0.007135643158107996, -0.035222750157117844, -0.002179968636482954, -0.014680546708405018, -0.010832183994352818, -0.016238374635577202, 0.0006666974513791502, -0.00977602880448103, -0.008409629575908184, -0.021334318444132805, 0.008693470619618893, 0.00624781334772706, 0.009485586546361446, 0.01077937614172697, -0.03986983001232147, 0.0008663766784593463, 0.01852230727672577, -0.027301590889692307, -0.01984250172972679, 0.004594271536916494, -0.03989623114466667, -0.011525285430252552, -0.016238374635577202, 0.029677938669919968, -0.001972038298845291, -0.014165670610964298, 0.013221733272075653, 0.018126249313354492, -0.011201838031411171, -0.0029423802625387907, -0.011241443455219269, 0.008838692680001259, -0.0004719689895864576, -0.007709927391260862, 0.020938260480761528, -0.014033651910722256, -0.024568792432546616, 0.00830401387065649, 0.01935403048992157, -0.00967041403055191, -0.007294066250324249, 0.011597895994782448, 0.01215237658470869, 0.004815403837710619, 0.019393635913729668, -0.004630576819181442, 0.008924504742026329, 0.01607995107769966, -0.015340643003582954, 0.0027278487104922533, -0.013089713640511036, 0.00046248012222349644, 0.01765098050236702, 0.012654050253331661, 0.0094327786937356, -0.012561636976897717, -0.019459644332528114, -0.0030925520695745945, -0.0427742525935173, 0.027011148631572723, 0.013327348046004772, -0.009459182620048523, 0.011320655234158039, -0.007868350483477116, -0.019578462466597557, -0.004581069573760033, -0.002917626639828086, 0.00293577928096056, 0.023208992555737495, -0.015182219445705414, -0.020462991669774055, -0.020146144554018974, 0.00466688210144639, 0.020859049633145332, 0.017941422760486603, 0.008574653416872025, 0.016159161925315857, -0.0035216149408370256, 0.007439287845045328, 0.010660558938980103, -0.026826322078704834, -0.018403491005301476, -0.035565998405218124, -0.023948300629854202, 0.009129134938120842, 0.019446443766355515, 0.03464186564087868, -0.0016799456207081676, 0.010607751086354256, -0.011347059160470963, -0.0013012152630835772, -0.0008387351408600807, -0.01174311712384224, 0.0013185427524149418, -0.014574931003153324, 0.03102453611791134, 0.007320470176637173, 0.027882477268576622, -0.015789508819580078, -0.014772959984838963, -0.009056524373590946, 0.002095806412398815, 0.016489211469888687, -0.015393450856208801, 0.005571214482188225, -0.0462859682738781, -0.007432686630636454, 0.015063402242958546, 0.030602073296904564, -0.012403213419020176, -0.00933376420289278, 0.012324001640081406, -0.0018763242987915874, -0.00761751364916563, 5.9769674408016726e-05, -0.016885269433259964, -0.04388321563601494, -0.012013756670057774, 0.014957786537706852, -0.009214947000145912, -0.0008804037352092564, -0.019089991226792336, -0.022680915892124176, 0.001788861583918333, 0.022218847647309303, 0.020317770540714264, -0.009815635159611702, 0.038444019854068756, 0.007591109722852707, 0.023565445095300674, -0.0067659891210496426, 0.014640940353274345, -0.021611560136079788, -0.007360076066106558, -0.02640386112034321, 0.013234934769570827, 0.017215317115187645, 0.03083970956504345, 0.032318323850631714, 0.009102731011807919, -0.02037057839334011, -0.008845292963087559, 0.011373463086783886, -0.02141353115439415, 0.005845154635608196, 0.017703788354992867, -0.028674591332674026, 0.003746047616004944, -0.018733538687229156, -0.007492095232009888, -0.009525192901492119, 0.005795647390186787, 0.017558567225933075, -0.013928036205470562, 0.0005928491591475904, -0.029704343527555466, -0.01644960418343544, -0.0014159070560708642, 0.0002714646980166435, 0.030575670301914215, -0.010838784277439117, 0.02484603226184845, -0.008832091465592384, 0.011696910485625267, -0.03303122892975807, 0.005287372972816229, 0.0070498306304216385, 0.001275636488571763, 0.01833748072385788, 0.012442818842828274, 0.005511805880814791, 0.009287557564675808, -0.010726568289101124, -0.012621045112609863, -0.007650518324226141, -0.041163619607686996, 0.020291365683078766, 0.005736238788813353, -0.006871604826301336, -0.007228056900203228, 0.00017183137242682278, -0.030443651601672173, -0.006478847004473209, -0.008264408446848392, 0.0017212016973644495, 0.012693655677139759, -0.019631270319223404, -0.031446997076272964, -0.010218294337391853, -0.021334318444132805, 0.016858864575624466, 0.01446931529790163, -0.0031932168640196323, 0.0021337619982659817, 0.000428237603046, -0.013901632279157639, -0.0029209270142018795, 0.021334318444132805, 0.03134138137102127, -0.018231865018606186, -0.010158885270357132, 0.029361093416810036, 0.02311657927930355, -0.0025265193544328213, -0.023195791989564896, 0.006670275237411261, 0.029493112117052078, -0.01557827740907669, -0.004736192524433136, 0.0014002297539263964, 0.009657211601734161, 0.015802711248397827, -0.0007219805265776813, -0.0068782055750489235, -0.03139419108629227, -0.03289920836687088, -0.008944307453930378, 0.006584462709724903, 0.011129227466881275, -0.017083298414945602, -0.01732093282043934, -0.011545088142156601, 0.007465691305696964, -0.006564659532159567, 0.0006613341975025833, -0.002160165924578905, -0.021321117877960205, -0.010317308828234673, 0.004937521647661924, 0.00873967818915844, 0.009525192901492119, 0.012733262032270432, -0.012000554241240025, 0.015327440574765205, 0.03115655481815338, -0.02588898502290249, 0.023895492777228355, -0.03807436674833298, 0.01225139107555151, -0.01710970140993595, 0.0274336114525795, 0.0014134316006675363, -0.016674038022756577, -0.0050101326778531075, -0.014522123150527477, -0.03065488114953041, -0.0021552150137722492, 0.015195421874523163, 0.021123088896274567, 0.00201494456268847, 0.008931105956435204, 0.036067672073841095, -0.016040345653891563, 0.015063402242958546, -0.002699794713407755, -0.03495871275663376, 0.012726660817861557, -0.04847748577594757, 0.017756596207618713, 0.008290812373161316, -0.013901632279157639, -0.02125510759651661, -0.02928188070654869, -0.009188543073832989, 0.010264500975608826, -0.01949925161898136, -0.025809774175286293, -0.0026618391275405884, 0.01516901794821024, -0.02756563015282154, -0.004257622640579939, -0.005442495923489332, -0.03989623114466667, -0.014522123150527477, 0.01217217929661274, 0.017888614907860756, -0.008917903527617455, 0.005505204666405916, -0.017083298414945602, -0.013875228352844715, 0.012304198928177357, -0.029255477711558342, -0.0037229442968964577, -0.01507660374045372, -0.0004496907349675894, -0.023895492777228355, 0.007366676814854145, -0.005208161659538746, 0.03561880812048912, 0.005762642715126276, -0.04306469485163689, -0.021796386688947678, -0.019089991226792336, -0.019750086590647697, -0.021611560136079788, 0.008310615085065365, -0.0027311493176966906, 0.021347520872950554, -0.011069818399846554, -0.02176998369395733, 0.04338154196739197, -0.008614259772002697, 0.009399774484336376, -0.032133497297763824, 0.008086182177066803, -0.0052246637642383575, 0.018548712134361267, 0.010568144731223583, 0.010125880129635334, -0.01559147983789444, -0.00753830187022686, 0.0014860422816127539, 0.020806241780519485, 0.013690401799976826, 0.015868719667196274, -0.005046437960118055, 0.015895124524831772, -0.024423571303486824, 0.009208346717059612, -0.006320423912256956, 0.027195975184440613, -0.0016081600915640593, -0.023063771426677704, -0.023354213684797287, 0.013769613578915596, 0.011782722547650337, -0.007650518324226141, 0.010673760436475277, 0.0002945680753327906, -0.01646280661225319, 0.002191520296037197, -0.011050015687942505, -0.003491910407319665, -0.01710970140993595, -0.02777686156332493, 0.0011097872629761696, 0.011439472436904907, 0.0014687146758660674, 0.03646373003721237, -0.015353844501078129, 0.0048814136534929276, 0.014904978685081005, -0.004257622640579939, -0.028304938226938248, -0.0007859274046495557, -0.006049784366041422, 0.0005441670655272901, 0.0011856983182951808, -0.01728132739663124, 0.0024588594678789377, -0.01318212691694498, -0.020647818222641945, 0.011492280289530754, 0.011802525259554386, -0.015116210095584393, -0.016159161925315857, -0.009630807675421238, -0.03524915501475334, 0.010422923602163792, 0.007353474851697683, -0.01054174080491066, 0.008277609944343567, -0.01420527696609497, -0.03509072959423065, -0.023684263229370117, 0.014772959984838963, -0.015195421874523163, -0.008006970398128033, -0.029413899406790733, -0.015406652353703976, 0.010000461712479591, 0.014508921653032303, 0.017056893557310104, 0.22390472888946533, 0.004567867610603571, -0.004732891917228699, 0.04425286874175072, -0.012918088585138321, -0.003746047616004944, 0.012390010990202427, -0.01515581551939249, -0.03184305503964424, 0.027407206594944, 0.009472385048866272, 0.023195791989564896, -0.010594548657536507, -0.0006737110088579357, 0.01489177718758583, -0.016040345653891563, -0.04023948311805725, -0.019565260037779808, -0.02620583213865757, -0.020938260480761528, -0.0188523568212986, -0.012977497652173042, -0.027882477268576622, -0.008290812373161316, 0.030760496854782104, -0.00856145191937685, 0.00035954630584456027, 0.02072703093290329, 0.021835992112755775, 0.01833748072385788, -0.04163888841867447, -0.007993768900632858, 0.00065267039462924, 0.017439749091863632, -0.03820638731122017, -0.014838969334959984, 0.0054292939603328705, 0.01482576783746481, 0.00376915093511343, 0.00624781334772706, 0.008251206018030643, -0.005425993353128433, -0.006039883010089397, -0.008970711380243301, -0.004637178033590317, 0.008198398165404797, 0.003821958787739277, -0.007868350483477116, 0.024555590003728867, 0.018033836036920547, -0.01001366414129734, 0.0023895492777228355, 0.01676645129919052, 0.033163249492645264, 0.01920880749821663, -0.002775705885142088, -0.0013069910928606987, 0.020436588674783707, 0.008733076974749565, 0.024898840114474297, -0.0107001643627882, 0.031262170523405075, -0.005551411770284176, 0.012535233050584793, 0.006026681046932936, 0.002770754974335432, -0.012713458389043808, -0.0282521303743124, 0.007082835305482149, -0.03456265479326248, 0.027169572189450264, 0.0027608536183834076, 0.011149030178785324, 0.0069706193171441555, 0.015419854782521725, -0.016357190907001495, 0.010634155012667179, 0.028146514669060707, 0.008931105956435204, 0.038602445274591446, -0.03696540370583534, -0.012957694008946419, -0.001131240394897759, -0.0342722088098526, -0.010343711823225021, -0.037625499069690704, 0.026931937783956528, -0.012891684658825397, 0.006406236439943314, -0.006277517881244421, -0.009538394398987293, -0.010984005406498909, -0.009280957281589508, 0.029519515112042427, -0.0073930807411670685, 0.016502412036061287, -0.01869393326342106, 0.014271286316215992, -0.010990606620907784, -0.025796571746468544, -0.03361211344599724, 0.015697095543146133, 0.01986890472471714, 0.015433056280016899, -0.025770166888833046, -0.02384268492460251, 0.007076234556734562, -0.017241720110177994, 0.0015660789795219898, 0.007947562262415886, 0.0032097192015498877, -0.04177090525627136, 0.012568237259984016, -0.009485586546361446, 0.015129411593079567, 0.0197104811668396, -0.0005346781690604985, -0.018099846318364143, -0.0023581946734339, -0.0046338774263858795, 0.0026766913942992687, -0.023948300629854202, 0.013446166180074215, -0.004637178033590317, 0.0002778593625407666, 0.0056603276170790195, -0.026100216433405876, 0.0022525794338434935, -0.014918181113898754, -0.01573670096695423, 0.0026783414650708437, -0.024397166445851326, 0.00974962580949068, -0.00527087040245533, -0.006059685721993446, 0.004789000377058983, -0.016238374635577202, -0.0359620563685894, 0.0018284673569723964, -0.01277286745607853, -0.0015396750532090664, -0.02142673172056675, 0.024423571303486824, -0.007228056900203228, 0.003785653505474329, -0.008891499601304531, -0.011690309271216393, 0.007162047084420919, -0.010594548657536507, -0.02004053071141243, -0.012020356953144073, 0.018377086147665977, -0.009677015244960785, -0.01593472994863987, -0.009604403749108315, -0.009802432730793953, 0.012819074094295502, -0.03234472870826721, -0.016885269433259964, 0.015314239077270031, -0.036912597715854645, 0.020449789240956306, 0.007122441194951534, 0.005175156518816948, -0.023090176284313202, -0.058299724012613297, -0.1678229421377182, 0.03321605548262596, 0.022680915892124176, -0.03329526633024216, 0.0012178780743852258, -0.0036866390146315098, 0.011366861872375011, 0.03197507560253143, 0.00041627336759120226, -0.03411378711462021, 0.009063124656677246, -0.019327625632286072, -0.015551873482763767, 0.009677015244960785, -0.025294898077845573, -0.015129411593079567, -0.0031321579590439796, 0.002562824636697769, 0.032291922718286514, 0.006010178476572037, 0.029387496411800385, -0.031262170523405075, 0.013069910928606987, -0.0013036906020715833, -0.008521845564246178, 0.012436218559741974, -0.014231680892407894, 0.008515245281159878, -0.026760311797261238, -0.03852323070168495, -0.021637963131070137, -0.004379740450531244, 0.006185104139149189, 0.011894939467310905, -0.004604173358529806, -0.0018928267527371645, -0.012819074094295502, 0.0016015591099858284, -0.019961318001151085, 0.0031635125633329153, -0.0025298199616372585, 0.011571492068469524, -0.007591109722852707, 0.012634247541427612, 0.0060200802981853485, 0.02349943481385708, -0.00916874036192894, -0.02384268492460251, -0.006726383231580257, -0.01762457750737667, 0.011201838031411171, -0.015657488256692886, 0.015261431224644184, 0.019895309582352638, 0.020291365683078766, 0.004963925573974848, -0.0188259519636631, 0.008944307453930378, -0.01275966502726078, 0.005204861052334309, -0.008343620225787163, -0.010627553798258305, 0.004416045732796192, 0.009465783834457397, -0.0031866158824414015, -0.0060233804397284985, 0.007643917575478554, 0.007558105047792196, -0.026786716654896736, 0.014865373261272907, 0.008436033502221107, -0.008944307453930378, -0.017505759373307228, -0.0050728414207696915, -0.0055679138749837875, 0.027301590889692307, -0.018403491005301476, 0.01817905716598034, -0.011756318621337414, -0.0009769428288564086, -0.026126619428396225, -0.0014868674334138632, -0.029493112117052078, 0.017043691128492355, -0.020264962688088417, 0.013875228352844715, -0.00882549025118351, -0.011083019897341728, -0.028674591332674026, -0.009703418239951134, 0.007129042409360409, -0.012324001640081406, -0.01816585659980774, -0.005231264978647232, -0.010614351369440556, 0.009234749712049961, 0.007663720287382603, -0.018588317558169365, -0.006567960139364004, -0.006039883010089397, -0.010383318178355694, -0.003561220597475767, -0.03371772915124893, 0.004244420677423477, 0.014561728574335575, 0.0179810281842947, 0.028384149074554443, 0.003023242112249136, 0.03680698201060295, -0.012026958167552948, -0.003013340523466468, -0.0016675688093528152, -0.002156865317374468, 0.025585340335965157, 0.003937475848942995, 0.006584462709724903, 0.004155307542532682, -0.022694118320941925, 0.018033836036920547, 0.0001879212213680148, 0.03720303997397423, -0.027327995747327805, 0.0010792578104883432, 0.012799271382391453, 0.02087225206196308, 0.002805410185828805, -0.09980659186840057, -0.014508921653032303, 0.005326978862285614, 0.009366769343614578, 0.0015198722248896956, 0.006069587543606758, -0.012970896437764168, 0.037968751043081284, -0.008376624435186386, 0.02965153567492962, 0.005102545954287052, -0.004521660972386599, 0.0029869365971535444, -0.01362439151853323, 0.00616530142724514, -0.004828605800867081, -0.0023004363756626844, -0.012779468670487404, -0.040688347071409225, 0.053203780204057693, -0.005455697420984507, 0.00724125886335969, 0.01813945174217224, -0.027354398742318153, -0.0009950954699888825, 0.012482425197958946, -0.031420592218637466, 0.0065349554643034935, 0.017215317115187645, 0.0020099938847124577, 0.0025892285630106926, -0.022654512897133827, 0.006729683838784695, -0.015393450856208801, -0.01729452796280384, -0.010449327528476715, -0.01696448028087616, -0.01816585659980774, 0.033163249492645264, 0.0007124916883185506, 0.006924412213265896, 0.023948300629854202, -0.007577907759696245, -0.013162324205040932, 0.020132943987846375, -0.0012467572232708335, -0.010304106399416924, 0.061573803424835205, -0.024885637685656548, -0.0006510202074423432, -0.04950723797082901, -0.004505158867686987, -0.00932716391980648, -0.018231865018606186, 0.02243007905781269, -0.0010049969423562288, 0.03033803589642048, 0.0044820550829172134, -0.02553253248333931, 0.003105754032731056, -0.007511898409575224, -0.007360076066106558, 0.0014142567524686456, 0.02327500283718109, 0.005158654414117336, -0.004049691837280989, -0.013663997873663902, -0.008251206018030643, 0.03118295967578888, -0.03181665018200874, -0.032952018082141876, 0.028040898963809013, -0.019961318001151085, 0.016000740230083466, -0.01850910671055317, -0.016832461580634117, -0.012132573872804642, 0.00014480866957455873, 0.02467440813779831, 0.005237865727394819, 0.004944122862070799, -0.001591657754033804, -0.0017228518845513463, -0.010739769786596298, 0.00424112007021904, 0.026681100949645042, 0.011716713197529316, 0.017017288133502007, 2.2278256437857635e-05, -0.03318965062499046, -0.008950908668339252, 0.029836362227797508, 0.0029869365971535444, -0.022892147302627563, 0.004944122862070799, 0.021994415670633316, 0.007089436519891024, 0.003977081272751093, -0.008475638926029205, 0.0008630761876702309, -0.017426548525691032, -0.009584601037204266, -0.03609407693147659, 0.022892147302627563, -0.013690401799976826, 0.002179968636482954, 0.02246968448162079, 0.015221825800836086, 0.0026486371643841267, 6.327643495751545e-05, -0.018561914563179016, 0.009373370558023453, -0.008508644066751003, 0.01507660374045372, -0.016000740230083466, -0.018245067447423935, 0.002995187882333994, 0.01916920207440853, 0.01610635407269001, -0.008799086324870586, -0.0008181071025319397, -0.0030694487504661083, -0.012284396216273308, 0.006360029801726341, -0.004762596450746059, -0.0022113232407718897, -0.022509291768074036, 0.005495303310453892, -0.010647356510162354, 0.021849194541573524, 0.004888014402240515, -0.006604265421628952, 0.02635105326771736, -0.0132745411247015, 0.012403213419020176, 0.03680698201060295, -0.005838553421199322, -0.02400110848248005, 0.01609315350651741, 0.034008171409368515, 0.024608397856354713, 1.211251310451189e-05, -0.020080136135220528, -0.01782260648906231, 0.011888338252902031, -0.005805548746138811, -0.03065488114953041, -0.013162324205040932, -0.028172919526696205, 0.025308100506663322, -0.0022360768634825945, 0.012020356953144073, 0.03609407693147659, 0.011017010547220707, 0.003155261278152466, -0.0171361044049263, -0.013056708499789238, -0.035882845520973206, -0.001160944695584476, 0.019618067890405655, -0.012726660817861557, -0.011459275148808956, 0.043592773377895355, 0.013822420500218868, 0.010614351369440556, -0.020938260480761528, -0.008178595453500748, -0.010422923602163792, 0.002374697243794799, 0.007769335992634296, 0.02173037640750408, -0.02623223513364792, -0.0007273438386619091, 0.019459644332528114, -0.012706858105957508, 0.013954440131783485, -0.001069356338120997, -0.005227964371442795, 0.016502412036061287, -0.011452673934400082, -0.011116025038063526, 0.022192444652318954, 0.015565075911581516, 0.008409629575908184, -0.010495534166693687, 0.0009035071125254035, 0.021149491891264915, -0.0036866390146315098, -0.02190200239419937, 0.00020401107030920684, 0.0006683476967737079, 0.0008498742245137691, -0.020700626075267792, 0.018773144111037254, -0.006600965280085802, 0.020766636356711388, -0.0038681654259562492, -0.009914649650454521, -0.0394209623336792, 0.0428006574511528, -0.004785699769854546, 0.04330233111977577, 0.003498511388897896, 0.003577723167836666, -0.009729822166264057, -0.008858495391905308, -0.008231403306126595, 0.009828836657106876, -0.031446997076272964, -0.015670690685510635, 0.011274448595941067, 0.01190814096480608, 0.023578647524118423, -0.011868535540997982, -0.014258084818720818, 0.007492095232009888, -0.026179427281022072, 0.012845478020608425, -0.014310892671346664, -0.008079580962657928, -0.006548157427459955, 0.019129596650600433, -0.001884575467556715, 0.0171361044049263, 0.03754628822207451, 0.003884667996317148, 0.03749348223209381, 0.026073811575770378, -0.005607519764453173, -0.030179612338542938, 0.015802711248397827, 0.001387852942571044, 0.009868443012237549, -0.012324001640081406, 0.002054550452157855, -0.0026601888239383698, -0.022166039794683456, -0.002072703093290329, 0.005732938181608915, 0.010277702473104, 0.012112771160900593, 0.07255780696868896, 0.00624781334772706, -0.04150686785578728, 0.023248599842190742, 0.0282785352319479, 0.015142614021897316, 0.03274078667163849, -0.0006679351790808141, 0.01955205760896206, 0.015314239077270031, 0.0002916801313403994, 0.010713365860283375, 0.014244882389903069, -0.011848731897771358, -0.0248328298330307, 0.014192074537277222, 0.010845385491847992, 0.034694671630859375, 0.0098552405834198, 0.0017872112803161144, 0.016528816893696785, 0.00415860814973712, 0.015380248427391052, 0.017254922538995743, -0.008053177036345005, -0.01481256540864706, 0.026667898520827293, 0.014997392892837524, -0.011215039528906345, -0.006435940973460674, -0.007848547771573067, -0.002361495280638337, -0.034192997962236404, -0.00561082037165761, 0.00023309657990466803, -0.0020859050564467907, 0.0005940868286415935, -0.0094327786937356, -0.009307360276579857, -0.007267662324011326, -0.008020172826945782, -0.015129411593079567, -0.033321671187877655, -0.035882845520973206, 0.012607843615114689, 0.014838969334959984, 0.01122164074331522, -0.010079673491418362, -0.033691324293613434], \"d619eeda-99ee-437c-8071-af110f8f6a1d\": [0.005660073831677437, -0.0018711130833253264, -0.0012973165139555931, -0.013750343583524227, -0.023581909015774727, 0.007629848551005125, -0.0027954187244176865, -0.00023626913025509566, -0.007401368580758572, -0.02689140848815441, 0.026905255392193794, 0.0036418333183974028, 0.013445704244077206, -0.008709936402738094, -0.017987610772252083, -0.00578816095367074, 0.01120244525372982, -0.004351506009697914, 0.03724917024374008, -0.013078751042485237, 0.0040953317657113075, 0.009748481214046478, -0.0016677312087267637, -0.014775042422115803, -0.016242854297161102, 0.011458620429039001, 0.03201489895582199, -0.028193050995469093, -0.0032385315280407667, -0.025105109438300133, 0.014276540838181973, 0.0006741891847923398, -0.019898533821105957, -0.030685560777783394, -0.006065106485038996, 0.004950400907546282, -0.020438577979803085, -0.009478460066020489, 0.05004405230283737, -0.0025496294256299734, 0.013418009504675865, 0.0011709601385518909, -0.00674708466976881, 0.006224350072443485, 0.0023851930163800716, 0.019926229491829872, 0.012144059874117374, -0.010101587511599064, -0.03215337172150612, 0.0017966838786378503, 0.0272237416356802, 0.039852458983659744, -0.04082176834344864, 0.005130415316671133, -0.02012008987367153, 0.007255971897393465, -0.02234950102865696, 0.011105514131486416, 0.018610738217830658, -0.02096477337181568, 0.004493440501391888, -0.004472669679671526, -0.019926229491829872, 0.0030013967771083117, -0.00908381212502718, -0.012677180580794811, -0.00027954185497947037, -0.0027382986154407263, -0.012801805511116982, 0.01302336249500513, 0.005490444600582123, 0.023664992302656174, 0.007823710329830647, -0.0021342113614082336, 0.014608874917030334, -0.007678314112126827, -0.026448294520378113, -0.0007620328688062727, -0.023568062111735344, -0.004154182504862547, 0.04201263189315796, -0.03090711683034897, -0.005653149913996458, 0.03871697932481766, 0.00025985276442952454, -0.0018313020700588822, 9.584910731064156e-05, 0.01872151531279087, -0.007629848551005125, -0.020729370415210724, -0.0014747347449883819, -0.00471499701961875, -0.0033873897045850754, 0.005165033508092165, 0.005535447970032692, 0.02439889870584011, 0.0025565531104803085, 0.011915580369532108, 0.020078549161553383, 0.012635638006031513, -0.024731233716011047, 0.006837091874331236, -0.025409748777747154, -0.02846999652683735, -0.004787695128470659, -0.0016305166063830256, -0.0024094257969409227, -0.00037647277349606156, 0.025326665490865707, -0.011486314237117767, -0.01070394366979599, 0.022224877029657364, -0.009886953979730606, -0.01030237227678299, 0.0025652076583355665, 0.017461413517594337, 0.0024613530840724707, -0.0032991133630275726, -0.023955784738063812, -0.020023159682750702, 0.023969633504748344, 0.011514008976519108, 0.026656003668904305, -0.004666531458497047, 0.01488582044839859, 0.016436714679002762, -0.006577455438673496, 0.002286531263962388, -0.007740626577287912, -0.02453737147152424, 0.06480524688959122, 0.01384035125374794, 0.02996550314128399, -0.004922706168144941, -0.017932221293449402, -0.007941411808133125, -0.020937079563736916, 0.007010182831436396, -0.04187415912747383, -0.015910519286990166, 0.012060976587235928, 0.037609197199344635, -0.013971900567412376, 0.01622900553047657, -0.01363956555724144, 0.01737833023071289, -0.012753340415656567, 0.007186735514551401, -0.005317353643476963, -0.025257429108023643, -0.00246481504291296, 0.01473350077867508, 0.02156020700931549, 0.006009717471897602, 0.0001788245717762038, 0.01020544208586216, -0.011188598349690437, -0.007851405069231987, 0.015813587233424187, 0.015495100989937782, 0.02190638892352581, 0.03251340240240097, 0.00948538351804018, 0.004323811735957861, 0.03132253512740135, 0.033039599657058716, 0.030796339735388756, -0.011970968917012215, 0.011728641577064991, 0.00508887367323041, 0.00786525197327137, 0.02066013403236866, -0.035670578479766846, 0.0020493967458605766, -0.0026413677260279655, 0.014193456619977951, -0.005871244706213474, -0.001735236612148583, -0.04018479213118553, -0.008903797715902328, -0.022335654124617577, -0.01189480908215046, 0.013722649775445461, 0.04043404385447502, -0.009236132726073265, -0.0031052513513714075, 0.016561340540647507, -0.00893841590732336, 0.006702081300318241, 0.01682443916797638, 0.011493238620460033, 0.0010385456262156367, 0.0064216735772788525, -0.00135357107501477, -0.6336513161659241, -0.007782168686389923, 0.009007652290165424, -0.04472669959068298, -0.0297162514179945, 0.01473350077867508, 0.0021307494025677443, 0.01682443916797638, -0.011569398455321789, 0.04126488044857979, 0.004805004224181175, 0.028996193781495094, 0.004908858798444271, -0.004815389867872, -0.0017187929479405284, -0.012718722224235535, 0.029854724183678627, 0.00025920369080267847, 0.017447566613554955, 0.016755202785134315, -0.0019316948018968105, 0.014048060402274132, -0.0043826624751091, -0.00029468731372617185, -0.0144150136038661, -0.006286663003265858, 0.029910113662481308, 0.00012365184375084937, 0.012324074283242226, 0.001850342145189643, -0.024260425940155983, 0.008059114217758179, -0.009540772065520287, 0.006802473682910204, 0.052841201424598694, 0.008751478046178818, -0.020244715735316277, 0.0011449964949861169, 0.02305571362376213, 0.034119684249162674, -0.009014575742185116, -0.016450563445687294, 0.023138796910643578, -0.013722649775445461, -0.007228277623653412, 0.02946700155735016, 0.025008179247379303, 0.01035776175558567, -0.030740950256586075, -0.009153048507869244, 0.0002972836955450475, -0.009928496554493904, 0.008931492455303669, 0.0192200168967247, -0.02777763269841671, -0.02797149494290352, 0.034285854548215866, -0.005040408112108707, -0.0018693821039050817, -0.012663332745432854, 0.0013916511088609695, 0.015716657042503357, -0.03461818769574165, 0.017059842124581337, -0.0035414404701441526, 0.019732367247343063, -0.008550692349672318, -0.035421330481767654, 0.020840149372816086, -0.02723759040236473, 0.007075957488268614, 0.02010624296963215, -0.0010896074818447232, -0.023221880197525024, -0.0010039274347946048, 0.01638132706284523, 0.034479714930057526, -0.04076637700200081, 0.010066969320178032, 0.014318082481622696, 0.020798606798052788, -0.009374605491757393, -0.027611466124653816, -0.01703214831650257, 0.01772451214492321, -0.006639768369495869, 0.006293586455285549, -0.01438731886446476, 0.0350612998008728, -0.010066969320178032, 0.007072495762258768, 0.0008321346831507981, -0.005521601065993309, -0.026406753808259964, -0.0013639566022902727, 0.03326115384697914, 0.02021702192723751, 0.024357356131076813, 0.0032696877606213093, -0.02449582889676094, -0.02493894286453724, -0.027666855603456497, 0.010897804982960224, 0.02319418638944626, 0.011666329577565193, 0.004019171465188265, 0.015772046521306038, 0.011153980158269405, 0.015467406250536442, -0.006286663003265858, 0.026974491775035858, -0.03669527918100357, -0.029494695365428925, -0.010066969320178032, 0.02185099944472313, -0.03644602745771408, 0.014678111299872398, -0.008135274052619934, 0.018001457676291466, -0.0029667785856872797, 0.006951332092285156, 0.009893878363072872, 0.006283200811594725, -0.02783302217721939, 0.017461413517594337, -0.02144942805171013, -0.0009580583428032696, 0.0013033747673034668, -0.019053850322961807, -0.008973034098744392, 0.020438577979803085, 0.0070967283099889755, 0.03237492963671684, -0.00888302642852068, -0.007712932303547859, 0.009976961649954319, 0.0017404293175786734, -0.011133208870887756, 0.02275107242166996, -0.01772451214492321, -0.03639063984155655, -0.0020649749785661697, 0.022917240858078003, -0.005480058956891298, -0.011562475003302097, -0.010932423174381256, -0.020743217319250107, -0.013958052732050419, -0.004303040914237499, 0.007491375785320997, 0.002516742330044508, -0.00843991432338953, -0.021172482520341873, 0.009637703187763691, -0.005718924570828676, -0.023955784738063812, 0.011153980158269405, -0.020424731075763702, 0.015107376500964165, -0.008661470375955105, 0.0005937019013799727, 0.03904931619763374, 0.007948336191475391, -0.024315815418958664, 0.003904931480064988, -0.010655477643013, -0.00925690308213234, -0.011984816752374172, -0.014207304455339909, -0.01030237227678299, -0.01762758009135723, 0.005317353643476963, -0.021047858521342278, -0.019095392897725105, -0.014061907306313515, 0.03409199044108391, -0.041403353214263916, -0.0018641893984749913, 0.0020061240065842867, -0.00702056847512722, 0.010143129155039787, 0.006362822838127613, -0.002909658709540963, 0.00980387069284916, 0.04295424744486809, 0.027916105464100838, 0.01282257679849863, 0.004088407848030329, -0.01663057692348957, 0.010489311069250107, 0.005144262686371803, 0.010641630738973618, -0.004510749597102404, 0.00040395098039880395, 0.009173819795250893, 0.01762758009135723, -0.004559215158224106, 0.005216960795223713, -0.006127418950200081, 0.02419118955731392, 0.0011095128720626235, 0.004088407848030329, 0.020937079563736916, -0.04943476989865303, 0.005992408376187086, -0.026905255392193794, 0.005261964630335569, 0.00280753499828279, -0.006688233930617571, 0.003555287839844823, -0.012234067544341087, -0.008259899914264679, -0.020493967458605766, -0.01018467079848051, 0.02896849997341633, 0.011617863550782204, -0.026960644870996475, 0.01668596640229225, 0.003022167831659317, -0.017932221293449402, 0.017336787655949593, -0.02194793149828911, 0.008405296131968498, 0.028013037517666817, -0.02355421520769596, -0.0012964510824531317, -0.015079682692885399, -0.010447768494486809, 0.0016711930511519313, -0.013258765451610088, 0.014158838428556919, 0.024966636672616005, 0.01229638047516346, -0.013300308026373386, 0.001114705577492714, 0.01991238072514534, 0.02046627178788185, -0.02503587305545807, 0.030491698533296585, -0.011237063445150852, 0.019150780513882637, 0.026212891563773155, 0.00843991432338953, 0.01663057692348957, 0.016519799828529358, 0.013847274705767632, 0.02355421520769596, 0.01296797301620245, -0.009305369108915329, -0.014131143689155579, -0.020937079563736916, 0.018583042547106743, -0.012414081953465939, 0.0015396438539028168, 0.019746214151382446, 0.006058182567358017, 0.002637905767187476, 0.003828771412372589, 0.024426592513918877, 0.016464410349726677, -0.016270548105239868, -0.0014981020940467715, -0.007124423049390316, 0.0016772511880844831, 0.023720381781458855, 0.0004167164443060756, -0.0016590766608715057, -0.011458620429039001, -0.020327799022197723, 0.001724851201288402, 0.00011726911179721355, -0.022667989134788513, -0.05505676567554474, 0.010745485313236713, 0.012192525900900364, 0.011008583940565586, 0.005767390131950378, 0.036916833370923996, 0.012317150831222534, -0.009603084996342659, -0.029411612078547478, -0.006182808429002762, 0.018001457676291466, 0.02902388758957386, -0.0026344440411776304, -0.01073163840919733, -0.02290339209139347, -0.012746416963636875, -0.011583245359361172, 0.01012928131967783, 0.0034998988267034292, -0.007235201075673103, 0.023166490718722343, -0.00016303002485074103, -0.011832496151328087, 0.013784961774945259, 0.03827386721968651, -0.019801603630185127, -0.012483318336308002, -0.00013447002856992185, 0.008059114217758179, 0.015218155458569527, -0.016865981742739677, -0.024371203035116196, 0.005542371887713671, 0.010973965749144554, -0.01777990162372589, -0.010918576270341873, 0.001136341947130859, -0.007906793616712093, 0.003537978744134307, -0.010697020217776299, -0.007401368580758572, -0.016090532764792442, 0.015356628224253654, 0.00981079414486885, -0.010953194461762905, 0.0059024011716246605, 0.004978095181286335, 0.007539841346442699, -0.0038080005906522274, -0.02160174958407879, -0.025548221543431282, 0.029688557609915733, 0.02708526886999607, 0.014622722752392292, 0.017087537795305252, 0.012926431372761726, -0.0076367720030248165, 0.04195724427700043, -0.03290112689137459, -0.007588306441903114, 0.009928496554493904, -0.02758377231657505, -0.017544496804475784, -0.0022830695379525423, 0.022792614996433258, -0.0087653249502182, 0.0011718256864696741, -0.004451898857951164, -0.011500162072479725, -0.01602129638195038, -0.001245389343239367, -0.027209894731640816, -0.0055285245180130005, -0.011451696045696735, 0.015592031180858612, 0.005988946184515953, 0.009028423577547073, 0.02324957400560379, 0.013279536738991737, 0.002374807605519891, -0.0027971495874226093, 0.007519070524722338, -0.010607012547552586, 0.022571058943867683, 0.017142927274107933, 0.007982954382896423, 9.758001397131011e-05, 0.0460006482899189, 0.0021099785808473825, 0.003357964102178812, -0.004088407848030329, 0.00878609623759985, 0.00873763021081686, 0.00893841590732336, 0.012601019814610481, 0.005120030138641596, 0.012462547048926353, -0.01618746481835842, 0.0003706309653352946, -0.01276718731969595, 0.007017106749117374, 0.020743217319250107, -0.00656014634296298, 0.02952239103615284, -0.03027014248073101, -0.027819175273180008, 0.01976006105542183, 0.007456757593899965, 0.011804802343249321, 0.000725683756172657, -0.01956619881093502, -0.04805004224181175, 0.0003615437017288059, -0.03027014248073101, 0.002861193148419261, 0.012732569128274918, -0.0026794476434588432, -0.011209368705749512, -0.009298444725573063, -0.005057717207819223, -0.001961120404303074, -0.008149120956659317, -0.024772774428129196, 0.0034652806352823973, -0.021227871999144554, 0.0019005384529009461, -0.002312494907528162, 0.015093529596924782, -0.0054765972308814526, -0.027542229741811752, 0.002800611313432455, 0.028386913239955902, -0.0238034650683403, -0.02016163244843483, -0.008751478046178818, -0.03096250630915165, -0.0020909386221319437, 0.0006330800824798644, 0.006020102649927139, -0.017239857465028763, -0.014027289114892483, 0.006709004752337933, 0.0024094257969409227, 0.00036652004928328097, 0.018943071365356445, 0.0003100491303484887, 0.0023073020856827497, 0.0027279132045805454, 0.0009416146785952151, 0.00736675038933754, 0.004822313319891691, -0.02758377231657505, 0.005237731616944075, 0.00858531054109335, 0.011126285418868065, 0.00404340447857976, -0.010572394356131554, 0.016298241913318634, -0.016741355881094933, 0.0098315654322505, 0.0009130546823143959, -0.026462143287062645, 0.007948336191475391, -0.020577050745487213, 0.016755202785134315, 0.011680176481604576, 0.0094299940392375, 0.01751680299639702, 0.018347639590501785, 0.01937233842909336, -0.01741987280547619, 0.0052896589040756226, 0.0007334728725254536, -0.013459551148116589, 0.03002089262008667, 0.034285854548215866, -0.010572394356131554, 0.011126285418868065, -0.006518604699522257, -0.05131800100207329, -0.008945339359343052, 0.01035776175558567, -0.0007529455469921231, 0.020646287128329277, -0.005019637290388346, -0.01737833023071289, -0.034673575311899185, -0.04287116229534149, 0.02693294920027256, 0.016339784488081932, -0.007172888610512018, 0.014304234646260738, -0.0016729239141568542, 0.016353631392121315, 0.0031796805560588837, -0.019773907959461212, -0.01294027827680111, -0.03733225166797638, -0.021920235827565193, -0.003991477191448212, 0.02250182256102562, 0.03464588150382042, -0.01485812570899725, 0.03489513322710991, -0.024565065279603004, 0.0033094987738877535, -0.011680176481604576, -0.007249048445373774, 0.01747526042163372, -0.010350838303565979, 0.03315037488937378, 0.0028127278201282024, 0.02534051239490509, 0.025700543075799942, 0.017461413517594337, 0.0017412948654964566, 0.004624989815056324, 0.009291521273553371, 0.0021774841006845236, 0.0057604662142694, -0.04123718664050102, 0.004898473620414734, 0.021241718903183937, 0.02662830986082554, 0.0056808446533977985, -0.0019386184867471457, 0.007733703125268221, 0.01862458512187004, -0.002288262126967311, -0.004240727983415127, -0.01728140003979206, -0.03819078579545021, -0.004822313319891691, 0.01816762425005436, -0.010350838303565979, 0.012185601517558098, -0.0025738622061908245, -0.028497692197561264, -0.002904465887695551, 0.0007321746670641005, 0.024952789768576622, -0.006542837247252464, 0.021020162850618362, 0.009762329049408436, 0.006951332092285156, 0.00034034004784189165, 0.026974491775035858, -0.025852862745523453, -0.011465543881058693, -0.013577252626419067, -0.02071552351117134, 0.018084540963172913, 0.02509126253426075, 0.04176338016986847, -0.004067637026309967, -0.007650619372725487, -0.015162765979766846, -0.008917644619941711, -0.029300833120942116, 0.007041339296847582, 0.00266386941075325, -0.046914566308259964, 0.004098793491721153, -0.01693521812558174, -0.02543744444847107, -0.006265891715884209, 0.011389384046196938, -0.002482124138623476, -0.013092598877847195, 0.008723783306777477, -0.005372742656618357, -0.003638371592387557, -0.012559478171169758, -0.022889545187354088, 0.0280268844217062, -0.006844015792012215, 0.024468135088682175, 0.011410154402256012, 0.010406226851046085, -0.023581909015774727, -0.015522794798016548, 0.007740626577287912, -0.0016781166195869446, 0.017336787655949593, 0.010870111174881458, 0.030796339735388756, 0.0007148655713535845, -0.006213964428752661, -0.02035549469292164, 0.022280264645814896, -0.017959915101528168, 0.020133938640356064, 0.00823912862688303, -0.007214430253952742, -0.012102518230676651, -0.0008896873914636672, -0.038301561027765274, -0.02185099944472313, -0.016505951061844826, -0.0019420803291723132, -0.006958255544304848, -0.0013154911575838923, -0.01772451214492321, -0.012400235049426556, -0.008571463637053967, 0.03207029029726982, 0.002397309523075819, 0.02060474455356598, 0.021020162850618362, 0.025077415630221367, -0.031156368553638458, 0.007325208280235529, 0.030242448672652245, 0.025409748777747154, -0.019053850322961807, 0.012185601517558098, 0.01316875871270895, 0.016201311722397804, 0.0021082477178424597, 0.010593165643513203, -0.0005058582755737007, 0.030990201979875565, -0.0034722040873020887, 0.006525528151541948, 0.008031419478356838, -0.02792995423078537, 0.01438731886446476, -0.006580917630344629, 0.00222075660713017, -0.043425053358078, -0.034479714930057526, -0.009076888673007488, 0.021283261477947235, 0.016450563445687294, -0.03209798410534859, -0.04406202957034111, -0.002724451245740056, 0.00803834293037653, -0.008931492455303669, -0.02946700155735016, 0.0119225038215518, -0.01703214831650257, -0.009450765326619148, 0.0033441169653087854, 0.01613207533955574, 0.0030031276401132345, -0.012240990996360779, -0.008654546923935413, 0.009249979630112648, 0.02309725433588028, -0.032790347933769226, 0.03157178685069084, -0.03464588150382042, -0.016104381531476974, -0.01160401664674282, 0.0064043644815683365, -0.021172482520341873, -0.008183739148080349, -0.014941209927201271, -0.017641428858041763, -0.021047858521342278, 0.0025859784800559282, 0.01384035125374794, 0.027749938890337944, -0.01244870014488697, 0.005964713636785746, 0.015564337372779846, -0.011361689306795597, 0.01782144233584404, -0.01667211949825287, -0.042040325701236725, 0.007165964692831039, -0.03788614273071289, 0.011631711386144161, 0.022418737411499023, 0.00026266550412401557, -0.0071313465014100075, -0.02932852879166603, 0.01048238668590784, -0.0027434914372861385, -0.005424669943749905, -0.01941387914121151, 0.004316887818276882, 0.03600291535258293, -0.02120017819106579, -0.0008390583097934723, -0.003075825981795788, -0.01296797301620245, -0.021269414573907852, 0.01782144233584404, 0.0251328032463789, -0.018846141174435616, 0.00096325104823336, -0.0008213164983317256, -0.018098387867212296, 0.024135800078511238, -0.031045589596033096, -0.01987084001302719, -0.01872151531279087, 0.005486982874572277, -0.021227871999144554, 0.008142197504639626, 0.002767723985016346, 0.039852458983659744, 0.012497165240347385, 0.005362357012927532, -0.04829929396510124, -0.029439305886626244, -0.021892542019486427, -0.03564288467168808, -0.00911150686442852, -0.012365616858005524, 0.029494695365428925, -0.009935420006513596, -0.012234067544341087, 0.029633168131113052, -0.013501092791557312, 0.004545367788523436, -0.03569827601313591, -0.0018451494397595525, 0.0015405092854052782, 0.006864786613732576, 0.006487448234111071, -0.00262059667147696, -0.012026358395814896, -0.007214430253952742, 0.04087715595960617, 0.00018996730796061456, 0.015536642633378506, 0.029882419854402542, -0.014775042422115803, -0.011285529471933842, -0.014498096890747547, -0.007017106749117374, -0.0029512005858123302, 0.010821645148098469, 0.026572920382022858, -0.03212567791342735, -0.004064175300300121, 0.0062728156335651875, 0.007858328521251678, 0.011278605088591576, 0.02871924825012684, -0.013791886158287525, -0.009443841874599457, -0.007934488356113434, 0.0014046329306438565, -0.014788889326155186, -0.01336954440921545, -0.031682565808296204, -0.00033947458723559976, 0.0008715128642506897, 0.011306299827992916, 0.007082880940288305, -0.018943071365356445, 0.010613935999572277, 0.003084480529651046, 0.010440845042467117, -0.02664215676486492, 0.009976961649954319, -0.006293586455285549, -0.014234998263418674, -0.006902866531163454, 0.004330735187977552, -0.0011666328646242619, 0.0013284729793667793, -0.0062208883464336395, -0.02468969114124775, -0.0048188515938818455, -0.028442302718758583, -0.002414618618786335, 0.007982954382896423, -0.04505903273820877, -0.005611608270555735, 0.029993196949362755, 0.011257834732532501, -0.01229638047516346, -0.01741987280547619, -0.01567511446774006, -0.005507753696292639, 0.009236132726073265, 0.0034998988267034292, -0.018929224461317062, -0.04494825378060341, 0.025174345821142197, 0.015245849266648293, 0.014138068072497845, 0.012857194989919662, 0.20826300978660583, -0.013362620025873184, -0.017004454508423805, 0.03082403354346752, -0.016298241913318634, -0.0002431927714496851, 0.005988946184515953, 0.006231273524463177, -0.008273746818304062, 0.02294493466615677, -0.005403899122029543, 0.022238723933696747, -0.021934082731604576, -0.0007373673724941909, 0.006750546395778656, -0.018444569781422615, -0.03226415067911148, -0.03558749705553055, -0.040046319365501404, -0.012379463762044907, -0.0035656732507050037, -0.0008507419261150062, -0.039353955537080765, 0.0025046258233487606, 0.027306826785206795, -0.003922240808606148, 0.0043134260922670364, 0.020770912989974022, 0.03974168002605438, 0.0065393755212426186, -0.03420276939868927, -0.006823244504630566, 0.009277674369513988, 0.018859988078475, -0.025160498917102814, -0.011756336316466331, 0.024135800078511238, -0.010980889201164246, 0.011243986897170544, -0.019496962428092957, -0.018430722877383232, -0.001653018407523632, 0.012850271537899971, 0.0027348368894308805, 0.015578184276819229, -0.00492963008582592, -0.003108713310211897, 0.004694226197898388, 0.012836423702538013, 0.027666855603456497, -0.007699084933847189, -0.002525396877899766, 0.038107700645923615, 0.017239857465028763, 0.01227560918778181, -0.03569827601313591, 0.0196215882897377, -0.006826706696301699, 0.011707871221005917, 0.02284800447523594, -0.014802737161517143, 0.028608469292521477, -0.0016002256888896227, 0.006598226726055145, -0.03564288467168808, 0.006601688452064991, -0.03326115384697914, -0.005126953590661287, 0.008986881002783775, -0.014498096890747547, -0.003579520620405674, 0.005120030138641596, -0.008668393827974796, 0.014636569656431675, -0.005137339234352112, -0.047219209372997284, 0.015758199617266655, 0.04120948910713196, 0.005113106220960617, 0.04774540290236473, -0.03459049388766289, -0.017641428858041763, -0.020064702257514, -0.024509675800800323, -0.02449582889676094, 0.006754008121788502, 0.018527653068304062, -0.004036480560898781, 0.00028906186344102025, -0.016215158626437187, -0.005310429725795984, -0.008848408237099648, -0.012760263867676258, 0.004029557108879089, 0.0046180663630366325, 0.006975564640015364, -0.00474269175902009, 0.007352903019636869, -0.023360352963209152, -0.008349906653165817, -0.026503683999180794, 0.03351040557026863, 0.0052100373432040215, 0.023111101239919662, -0.02071552351117134, -0.012684104032814503, -0.005978561006486416, 0.005968175362795591, -0.0087653249502182, -0.010620859451591969, -0.008744553662836552, -0.03655680641531944, 0.006511681247502565, -0.011237063445150852, 0.015093529596924782, 0.02612980827689171, -0.008197586983442307, -0.025022026151418686, -0.004991942550987005, -0.008682241663336754, 0.0007763128378428519, -0.019801603630185127, 0.016118228435516357, 0.011984816752374172, -0.004323811735957861, -0.0015855130041018128, -0.01491351518779993, 0.013459551148116589, -0.00328007317148149, -0.028206899762153625, -0.007235201075673103, 0.017738359048962593, 0.005926633719354868, -0.007532917428761721, -0.016505951061844826, -0.01866612583398819, 0.0030342841055244207, -0.018458416685461998, 0.009333062916994095, -0.00809373240917921, -0.01082856860011816, -0.03381504490971565, 0.0012852002400904894, 0.0034462404437363148, 0.009845412336289883, -0.02664215676486492, -0.00803834293037653, 0.009222284890711308, -0.027860717847943306, -0.014498096890747547, 0.0034635495394468307, 0.00029468731372617185, 0.013411086052656174, -0.02196177840232849, -0.003349309554323554, -0.017849138006567955, 0.01491351518779993, -0.02996550314128399, -0.01299566775560379, 0.01991238072514534, -0.025215888395905495, 0.002672523958608508, 0.01299566775560379, 0.0027867641765624285, -0.0443112812936306, -0.041597213596105576, -0.17802056670188904, 0.028414608910679817, 0.022834155708551407, -0.03974168002605438, 0.02797149494290352, -0.019593894481658936, 0.00580200832337141, 0.015896672382950783, 0.01703214831650257, -0.012310227379202843, -0.007339055649936199, -0.022640295326709747, -0.016741355881094933, -0.008626852184534073, -0.0014626184711232781, -0.002149789361283183, 0.00046301825204864144, 0.01174941286444664, 0.03533824533224106, -0.006612073630094528, 0.03996323421597481, -0.02419118955731392, 0.005521601065993309, 0.013030285947024822, -0.015010446310043335, -0.004694226197898388, -0.012019434943795204, 0.011735565960407257, 0.0020961312111467123, -0.033676572144031525, -0.02403886988759041, -0.010246983729302883, 0.02140788733959198, -0.006972102914005518, 0.010468539781868458, -0.016699813306331635, -0.0013025093358010054, 0.01632593758404255, -0.005767390131950378, 0.009693092666566372, 0.0035933677572757006, 0.024828163906931877, -0.007955259643495083, 0.009540772065520287, 0.004389585927128792, 0.02752838283777237, 0.01084933988749981, -0.015910519286990166, 0.009776175953447819, -0.014442707411944866, 0.02453737147152424, -0.02161559648811817, -0.0059612519107759, 0.017309093847870827, -0.00839144829660654, 0.002970240544527769, -0.021989472210407257, 0.0030256295576691628, 0.0025980949867516756, -0.027556076645851135, -0.009796947240829468, -0.02907927706837654, 0.018486112356185913, -0.009776175953447819, -0.005570066161453724, -0.008349906653165817, -0.01435962412506342, -0.00873763021081686, -0.002217294881120324, 0.01523200236260891, -0.002362691331654787, -0.028096120804548264, -0.00015881092986091971, -0.0016305166063830256, 0.005161571782082319, 0.01622900553047657, -0.02808227390050888, 0.0015647420659661293, -0.005265426356345415, 0.01935848966240883, -0.03237492963671684, 0.02036934159696102, -0.015079682692885399, 0.015038141049444675, -0.007657542824745178, 0.015467406250536442, 0.007075957488268614, 0.005905862897634506, -0.006106648128479719, -0.008017572574317455, 0.01847226545214653, 0.004472669679671526, -0.024121953174471855, -0.004105716943740845, -0.015592031180858612, 0.02194793149828911, 0.012559478171169758, 0.0032091059256345034, -0.00227787671610713, 0.003811462316662073, -0.013771114870905876, -0.005275811534374952, -0.03121175803244114, 0.012081746943295002, 0.01573050394654274, 0.02405271679162979, 0.00541428430005908, -0.008273746818304062, 0.04187415912747383, -0.02478662133216858, -0.00275041488930583, -0.018306097015738487, 0.02110324613749981, 0.03863389790058136, 0.004538444336503744, 0.01687982864677906, 0.012192525900900364, -0.008806866593658924, 0.008156045340001583, -0.022764919325709343, 0.050210218876600266, 0.005549295339733362, -0.016436714679002762, 0.03558749705553055, -0.006902866531163454, -0.0017560075502842665, -0.09366296976804733, -0.023111101239919662, -0.001093069207854569, 0.018984613940119743, 0.010918576270341873, 0.00783755723387003, -0.01891537755727768, 0.01856919564306736, 0.0077890921384096146, 0.012829500250518322, -0.03614138811826706, -0.0048361606895923615, -0.009395375847816467, -0.013418009504675865, 0.018403029069304466, -0.01528739184141159, -0.017295246943831444, 0.0011700947070494294, -0.007872175425291061, 0.052591949701309204, -0.008246052078902721, -0.01946926862001419, -0.019635435193777084, -0.0360306091606617, 0.004503826145082712, 0.02459276095032692, -0.023581909015774727, 0.0059612519107759, 0.018292250111699104, -0.0067263138480484486, -0.016395173966884613, -0.01663057692348957, 0.02146327681839466, -0.029854724183678627, -0.001104320166632533, -0.02439889870584011, -0.006837091874331236, -0.02305571362376213, 0.029411612078547478, -0.010018503293395042, 0.002862924011424184, 0.02036934159696102, 0.019303102046251297, -0.009097659960389137, 0.018887683749198914, -0.0032056441996246576, -0.016367478296160698, 0.07837557792663574, -0.018998460844159126, -0.01488582044839859, -0.010025426745414734, -0.009042270481586456, -0.0008498764946125448, -0.017807595431804657, 0.030630171298980713, -0.016561340540647507, 0.02727913111448288, 0.012033281847834587, 0.001234138384461403, 0.016104381531476974, -0.019801603630185127, -0.010683172382414341, 0.00368337519466877, 0.031433314085006714, 0.0012358692474663258, 0.00843991432338953, -0.025049719959497452, -0.026254434138536453, 0.025548221543431282, -0.029134666547179222, -0.02752838283777237, 0.032928820699453354, -0.013805733062326908, 0.011617863550782204, -0.016838286072015762, -0.012476394884288311, 0.005026560742408037, -0.0043826624751091, 0.018859988078475, -0.002885425928980112, 0.005670459009706974, -0.003529324196279049, 0.0038149242755025625, -0.01946926862001419, 0.011860190890729427, 0.02518819272518158, 0.01582743600010872, 0.02474508062005043, 0.020230868831276894, -0.030602477490901947, 0.008135274052619934, 0.01244870014488697, -0.02046627178788185, -0.0015552220866084099, -0.008287593722343445, 0.0025132803712040186, 0.007588306441903114, -0.0042614988051354885, 0.015910519286990166, -0.005649688187986612, -0.01588282361626625, -0.02066013403236866, -0.0443112812936306, 0.03201489895582199, 0.006875171791762114, 0.01369495503604412, -0.014608874917030334, 0.004739230033010244, -0.01741987280547619, -0.018790751695632935, 0.003672989783808589, 0.02689140848815441, -0.023277269676327705, 0.004922706168144941, -0.004438051488250494, -0.014304234646260738, -0.02085399627685547, -0.02115863561630249, 0.016990605741739273, -0.013397238217294216, 0.005926633719354868, 0.015481253154575825, -0.008599157445132732, 0.006414750125259161, -0.015965908765792847, 0.0017949530156329274, -0.010150052607059479, -0.013625718653202057, -0.013286460191011429, -0.006670924834907055, 0.0005872109904885292, -0.0013829965610057116, 0.0326518751680851, -0.010800874792039394, 0.025575917214155197, 0.024523524567484856, 0.010371608659625053, -0.026157502084970474, 0.007678314112126827, 0.02583901584148407, 0.039353955537080765, -0.03420276939868927, -0.012933354824781418, -0.0031917968299239874, 0.029993196949362755, -0.00613434286788106, -0.009049193933606148, -0.028663858771324158, -0.024329662322998047, 0.009346910752356052, -0.005677382927387953, 0.0036452950444072485, 0.04666531831026077, 0.0031710260082036257, -0.004143796861171722, -0.02624058537185192, -0.010773180052638054, -0.022626446560025215, 0.012981819920241833, 0.00452805869281292, -0.01726755127310753, 0.005871244706213474, 0.04375739023089409, 0.0335380993783474, 0.008446837775409222, -0.008578387089073658, 0.0025998258497565985, -0.01946926862001419, -0.0020995931699872017, 0.005012713372707367, 0.02399732731282711, -0.016644423827528954, -0.027459146454930305, 0.005691229831427336, -0.00385300419293344, 0.03140562027692795, 0.022377196699380875, -0.0077890921384096146, 0.016201311722397804, 0.004905397072434425, 0.0026448294520378113, 0.019483115524053574, 0.007498299237340689, 0.017309093847870827, -0.025659000501036644, -0.00500232819467783, 0.005853935610502958, 0.007051724940538406, 0.003451433265581727, -0.004285731818526983, -0.007982954382896423, 0.003512015100568533, -0.02578362636268139, -0.005694692023098469, -0.000856800121255219, 0.028802331537008286, 0.030740950256586075, 0.014775042422115803, -0.01100165955722332, 0.02493894286453724, 0.0043134260922670364, 0.022875698283314705, 0.0004327273345552385, 0.003562211524695158, 0.0008992074290290475, -0.001147592905908823, -0.0020078548695892096, 0.01831994391977787, -0.04156951978802681, -0.019981617107987404, 0.02075706422328949, 0.005625455640256405, 0.006719390396028757, -0.0013544366229325533, -0.013404162600636482, 0.008903797715902328, -0.016838286072015762, 0.016118228435516357, -0.019635435193777084, -0.013002591207623482, 0.001781105762347579, 0.03747072443366051, -0.010253907181322575, 0.010759332217276096, 0.02349882572889328, -0.01120244525372982, 0.026808325201272964, 0.01766912266612053, 0.011638634838163853, -0.02639290690422058, 0.00968616921454668, -0.015190460719168186, 0.02748684026300907, 0.004524596966803074, -0.015135071240365505, -0.01722601056098938, -0.0029148512985557318, -0.013071827590465546, 0.009443841874599457, 0.005490444600582123, 0.011541703715920448, 0.06292201578617096, 0.03356579318642616, -0.017558343708515167, 0.03121175803244114, 0.02106170542538166, 0.03245801106095314, 0.011617863550782204, -0.009263826534152031, 0.009873107075691223, -0.012067900039255619, 0.010046198032796383, 0.016256701201200485, -0.00998388510197401, -0.031128674745559692, -0.0144150136038661, -0.008779171854257584, 0.007567535620182753, 0.024385051801800728, 0.00022999457723926753, -0.022529516369104385, 0.011271681636571884, -0.009976961649954319, 0.01312029268592596, 0.007816786877810955, -0.01229638047516346, -0.021241718903183937, 0.039326261729002, -0.0004470073326956481, -0.017752205953001976, -0.02453737147152424, -0.005646226461976767, 0.008931492455303669, -0.05450287461280823, -0.01160401664674282, 0.01991238072514534, 0.007581382989883423, -0.0018745748093351722, 0.005576990079134703, 0.01766912266612053, -0.009028423577547073, -0.010267754085361958, -0.005954327993094921, -0.017655275762081146, -0.025769779458642006, 0.0030169750098139048, 0.018555348739027977, -0.016436714679002762, -0.0012073093093931675, -0.02144942805171013], \"2dec65b4-c785-4088-a568-f8b9d35d797f\": [-0.009715336374938488, 0.0011977048125118017, 0.009849033318459988, -0.007992126978933811, -0.02121330238878727, 0.017989711835980415, -0.019519804045557976, -0.0004735112306661904, -0.015241490676999092, -0.020173434168100357, 0.02503110282123089, 0.02112417109310627, 0.004690546542406082, -0.005210480187088251, 0.00023733590205665678, 0.0039292145520448685, -0.0024158356245607138, 0.010279836133122444, 0.023367315530776978, -0.023070208728313446, -0.022594841197133064, 0.014521011151373386, -0.009150836616754532, -0.006053516175597906, -0.012849794700741768, -0.0060609434731304646, 0.023857537657022476, -0.04596215486526489, 0.011772789061069489, -0.009395948611199856, 0.02528364211320877, -0.039990343153476715, -0.0222680252045393, -0.030052179470658302, -0.014573004096746445, -0.0015802276320755482, -0.012151597999036312, -0.01796000264585018, 0.024867694824934006, -0.030572112649679184, 0.03853452950716019, -0.006918834522366524, -0.02590756304562092, 0.0049653686583042145, 0.005333036184310913, 0.023248473182320595, -0.004022059962153435, -0.019296975806355476, -0.023768406361341476, -0.009440514259040356, 0.019475238397717476, 0.03960410878062248, -0.05876738578081131, 0.00020971440244466066, -0.003236588556319475, 0.0032904387917369604, -0.007282788399606943, 0.008006981573998928, -0.011483111418783665, -0.013087478466331959, 0.00277793244458735, -0.010940894484519958, -0.03633595257997513, -0.0037100997287780046, -0.011676229536533356, -0.006168644409626722, 0.002946911146864295, 0.008400646038353443, -0.009529645554721355, 0.007509330753237009, 0.01876218616962433, -0.01735093630850315, 0.0013239745749160647, -0.006309769116342068, 0.022981077432632446, -0.011341986246407032, -0.010599223896861076, -0.00902456697076559, 0.007947561331093311, -0.007747014984488487, 0.028804337605834007, -0.006038660649210215, -0.0034278498496860266, 0.04501141980290413, 0.025491615757346153, -0.020173434168100357, 0.02773476019501686, 0.013703972101211548, -0.0179748572409153, -0.009031994268298149, 0.0008578909328207374, 0.0220451969653368, 0.01726180501282215, 0.006874268874526024, -0.002085306216031313, 0.022624552249908447, 0.009767329320311546, 0.018777040764689445, 0.013184037990868092, -0.010094145312905312, -0.006246634293347597, 0.01573171466588974, -0.028759771957993507, -0.0179748572409153, -0.028893468901515007, -0.015761423856019974, 0.023679275065660477, 0.0013007632223889232, 0.03110690228641033, -0.005778694059699774, -0.017068687826395035, 0.03098805993795395, -0.0018699051579460502, -0.027675338089466095, -0.008378363214433193, -0.011839637532830238, -0.003947783727198839, -0.013243459165096283, -0.012470985762774944, -0.030512692406773567, 0.011312276124954224, 0.024704286828637123, 0.01413477398455143, -0.011698512360453606, 0.008482350036501884, -0.019816908985376358, -0.0014975953381508589, -0.013295452110469341, 0.021243013441562653, -0.011847064830362797, 0.01862848922610283, 0.02130243368446827, 0.04530852660536766, -0.00999015849083662, -0.02121330238878727, 0.010666072368621826, 0.004293168429285288, 0.0070376768708229065, -0.03458303213119507, -0.00994559284299612, 0.02905687689781189, 0.041089631617069244, -0.03089892864227295, -0.006710860878229141, -0.014015932567417622, 0.011743078008294106, 0.013488571159541607, 0.017722317948937416, 0.0013026200467720628, -0.030052179470658302, -0.004475145135074854, -0.004712829366326332, 0.006993110757321119, 0.002428834093734622, 0.009150836616754532, 0.014409596100449562, 0.001272909576073289, -0.013540564104914665, 0.010071862488985062, -0.00973019190132618, -0.006673722993582487, 0.028388390317559242, 0.006428610999137163, -0.005013648420572281, 0.024392327293753624, 0.022550275549292564, 0.0005826044944114983, -0.01692013442516327, 0.026798877865076065, 0.00825952086597681, 0.021332144737243652, -0.013347445987164974, -0.022104617208242416, 0.007041390519589186, 0.016533898189663887, 0.014684419147670269, 0.026680035516619682, -0.010019868612289429, -0.034909848123788834, -0.01494438573718071, -0.003958925139158964, 0.00741648580878973, 0.03975265845656395, 0.03422650694847107, -0.01218130812048912, 0.011579670943319798, 0.015969397500157356, -0.008393218740820885, 0.01696470007300377, -0.006164930295199156, 0.0027853602077811956, 0.0013146899873390794, 0.010710638016462326, -0.004957940895110369, -0.6322396397590637, -0.0028540657367557287, 0.0035838300827890635, -0.02988877147436142, -0.00915826391428709, 0.012537834234535694, 0.013354873284697533, -0.00911369826644659, -0.01849479228258133, 0.014498728327453136, 0.020054593682289124, 0.023738695308566093, 0.011802499182522297, -0.013607412576675415, -0.0178857259452343, -0.013020629994571209, 0.008281804621219635, -0.011401407420635223, -0.00029060590895824134, 0.014506155624985695, -0.017380647361278534, -0.013674261048436165, 0.003418565262109041, -0.003932928666472435, 0.004913375247269869, 0.005080496892333031, 0.059836965054273605, 0.015330621972680092, 0.001895901863463223, 0.0005375745240598917, -0.02411007694900036, -0.0002367556153330952, -0.0009665199904702604, 0.004256030078977346, 0.043882422149181366, 0.005058214068412781, -0.022253170609474182, 0.005808404181152582, 0.009299389086663723, 0.03684103116393089, -0.013607412576675415, -0.04236718639731407, 0.029918482527136803, -0.011275137774646282, -0.001453957986086607, 0.006339479703456163, 0.0304532703012228, 0.011824782006442547, -0.0021168736275285482, -0.023783260956406593, -0.0037435239646583796, -0.008304087445139885, 0.012218446470797062, 0.018940448760986328, -0.013859951868653297, 7.31737309251912e-05, 0.03268155828118324, -0.019356396049261093, 0.006818561814725399, -0.01123799942433834, -0.0129017885774374, -0.002649805974215269, -0.016934989020228386, 0.019163277000188828, -0.03678160905838013, 0.020633947104215622, -0.025045959278941154, -0.02348615601658821, 0.026145247742533684, 0.002295136684551835, 0.009551928378641605, 0.017603475600481033, 0.005173342302441597, -0.012508124113082886, 0.0019005440408363938, -0.0070970975793898106, 0.01665274053812027, -0.01984662003815174, -0.01700926572084427, 0.013384584337472916, 0.002744508208706975, -0.001119714812375605, -0.025447050109505653, 0.008460067212581635, 0.005826973356306553, -0.003973780665546656, -0.020960763096809387, -0.040346868336200714, 0.02397638000547886, 0.0027277960907667875, 0.007962415926158428, -0.016727015376091003, -0.01003472413867712, -0.030601823702454567, 0.00906913261860609, 0.014951813034713268, -0.010109000839293003, 0.015672292560338974, -0.014194195158779621, -0.013830241747200489, -0.007204798050224781, -0.011030025780200958, -0.010383822955191135, 0.0222234595566988, 0.01919298805296421, -0.00304532703012228, 0.00915826391428709, 0.0011215716367587447, 0.022327447310090065, -1.1388060556782875e-06, -0.015612872317433357, -0.011341986246407032, -0.00802183710038662, -0.004022059962153435, -0.022342301905155182, -0.03294895216822624, 0.0217332374304533, -0.01400107704102993, 0.020752789452672005, -0.00784357450902462, 0.007390488870441914, 0.0028782053850591183, 0.013481142930686474, -0.029457969591021538, 0.010703210718929768, -0.004360016901046038, -0.008564054034650326, -0.04022802785038948, -0.005414740182459354, -0.0005436094361357391, 0.02103503979742527, -0.008913152851164341, 0.013154327869415283, -0.022891946136951447, 0.023827828466892242, 0.008318942040205002, 0.009187974967062473, -0.011386551894247532, 0.02932427078485489, -0.022193750366568565, -0.03820771351456642, 0.002436261624097824, 0.01836109347641468, -0.027006851509213448, -0.02099047414958477, -0.007576179690659046, -0.022639406844973564, -0.010614079423248768, -0.006662581581622362, -0.0063654761761426926, -0.02292165718972683, 0.00885373167693615, -0.022995933890342712, 0.00300261820666492, -0.00038925406988710165, -0.027095982804894447, 0.013310307636857033, -0.0259372740983963, 0.020633947104215622, -0.027333667501807213, -0.011951051652431488, 0.01626650243997574, -0.0003690602316055447, -0.0017287802184000611, -0.00643232511356473, 0.002599669387564063, -0.005366460420191288, 0.013882234692573547, -0.010316973552107811, -0.02406551130115986, -0.0004159471136517823, 0.023114776238799095, -0.02121330238878727, -0.018643343821167946, -0.00036348949652165174, 0.034642454236745834, -0.03146342933177948, -0.026798877865076065, 0.02067851461470127, 0.011119158007204533, 0.018242251127958298, 0.02717025950551033, 0.00694483146071434, -0.0025476759765297174, 0.04013889655470848, 0.020440829917788506, 0.02415464259684086, 0.02681373432278633, -0.023872394114732742, 0.02370898611843586, 0.004709115717560053, 0.016400201246142387, -0.01001244131475687, 0.01883646287024021, 0.014743839390575886, 0.033899690955877304, -0.0017334225121885538, -0.00880916602909565, -0.01314689964056015, 0.011683657765388489, 0.03072066605091095, -0.00019439493189565837, -0.0021725809201598167, -0.04019831866025925, 0.016905279830098152, -0.015479174442589283, 0.006502887699753046, -0.0036599631421267986, -0.003414851613342762, -0.01404564268887043, 0.013109762221574783, -0.015300911851227283, -0.0357714518904686, 0.004787105601280928, 0.0010667929891496897, 0.022386867552995682, -0.02800215408205986, 0.007880711928009987, 0.005121348891407251, -0.01613280549645424, 0.0026200953871011734, -0.023367315530776978, 0.026798877865076065, 0.03817800432443619, -0.04334763064980507, 0.006688578054308891, 0.0129017885774374, 0.03006703406572342, -0.0020333128049969673, 0.00490966159850359, 0.004178040195256472, 0.025833286345005035, 0.02269882895052433, 0.005503871478140354, 0.008006981573998928, -0.005373888183385134, 0.02252056449651718, -0.02116873674094677, 0.020871631801128387, -0.01647447608411312, -0.0035949714947491884, 0.029502535238862038, 0.012589828111231327, -0.019445527344942093, 0.009395948611199856, 0.00115313904825598, 0.020574526861310005, 0.007513044867664576, -0.012723525054752827, 0.0152266351506114, -0.0017937719821929932, 0.008430357091128826, -0.02874491736292839, 0.001181921106763184, 0.024689432233572006, -0.0030676100868731737, 0.0072419364005327225, 0.009470224380493164, 0.02366442047059536, 0.022015485912561417, -0.00011588259076233953, -0.0019738918635994196, 0.00201660068705678, 0.007022821344435215, 0.02708112820982933, -0.0028039291501045227, -0.02042597532272339, -0.015130076557397842, -0.030141310766339302, 0.0026015264447778463, 0.021703526377677917, -0.0002244536008220166, -0.010614079423248768, -0.01215902529656887, -0.002813213737681508, 0.0258927084505558, 0.03945555537939072, 0.006302341353148222, -0.013028058223426342, 0.00503964489325881, -0.010183276608586311, 0.0003781126288231462, 0.008341224864125252, 0.011884203180670738, -0.00564128253608942, 0.005886394530534744, -0.0021781516261398792, 0.011527677066624165, -0.010428388603031635, -0.006291199941188097, -0.015152359381318092, 0.04777449741959572, 0.012938925996422768, -0.02467457763850689, -0.013637123629450798, 0.020871631801128387, 0.032711271196603775, -0.0030694669112563133, -0.033156927675008774, -0.010703210718929768, -0.01954951509833336, 0.017648041248321533, -0.024511169642210007, -0.0034854139667004347, 0.026397787034511566, 0.023515867069363594, -0.0033405753783881664, -0.01692013442516327, -0.007665310986340046, -0.019876329228281975, 0.0007042319048196077, -0.004248602781444788, -0.0018838319228962064, 0.004553135484457016, -0.003654392436146736, -0.0013555419864133, -0.018910737708210945, -0.00045122834853827953, 0.04144616052508354, 0.02155497297644615, -0.0090097114443779, -0.03826713562011719, -0.02485284022986889, 0.03342432156205177, 0.003695244435220957, 0.020782500505447388, 0.006228065118193626, 0.015924831852316856, -0.03107719123363495, 0.013689116574823856, -0.026041259989142418, -0.011624236591160297, -0.013726254925131798, -0.03119603358209133, -0.005942101590335369, -0.016949845477938652, 0.010324401780962944, 0.0020685940980911255, 0.003810372669249773, -0.016504187136888504, 0.0061723580583930016, -0.01121571660041809, -0.012277867645025253, -0.002835496561601758, -0.010851763188838959, -0.0023248472716659307, 0.01209217682480812, 0.044328078627586365, 0.0031493138521909714, 0.018940448760986328, 0.016533898189663887, 0.013629695400595665, 0.009306816384196281, -0.027645627036690712, -0.003825227962806821, -0.011408834718167782, 0.001758490689098835, 0.019742632284760475, 0.005774979945272207, 0.028670640662312508, 0.024466603994369507, -0.0021874362137168646, 0.006874268874526024, 0.0019998885691165924, -0.010242697782814503, 0.01376339327543974, 0.0053813159465789795, -0.027155404910445213, -0.017766883596777916, -0.0032180193811655045, 0.018509646877646446, 0.005377601832151413, -0.007791580632328987, 0.026843443512916565, 0.010963177308440208, 0.012277867645025253, -0.01091118436306715, -0.015048372559249401, 0.009098842740058899, 0.013570274226367474, 0.020128868520259857, 0.019861474633216858, 0.016860714182257652, -0.046348392963409424, 0.0034538465552031994, -0.03437505662441254, 0.003542978083714843, -0.0007167659932747483, 0.0019998885691165924, -0.017737172544002533, -0.025164799764752388, -0.0015208066906780005, 0.0012756949290633202, -0.02528364211320877, 0.0046385531313717365, -0.011958479881286621, -0.015657437965273857, 0.0006800920818932354, 0.002861493267118931, 0.014015932567417622, 0.0262937992811203, -0.022802814841270447, -0.0028336397372186184, -0.0006429539644159377, -0.010970605537295341, -0.02703656256198883, 0.010339257307350636, -0.025922417640686035, -0.028566652908921242, -0.004616270307451487, 0.03208734840154648, -0.02361985482275486, -0.002055595861747861, 0.013228603638708591, -0.013488571159541607, 0.0025495330337435007, 0.0019144709222018719, -0.01622193679213524, -0.0010342970490455627, 0.002512394916266203, -0.004122333135455847, 0.01604367420077324, -0.004100050311535597, -0.014758694916963577, 0.03737581893801689, -0.008474922738969326, 0.02121330238878727, -0.002425120212137699, -0.0031158896163105965, 0.021406421437859535, 0.003377713495865464, 0.01507808268070221, -0.0075464691035449505, -0.017157819122076035, 0.0218223687261343, -0.0005194696714170277, 0.02067851461470127, -0.012537834234535694, 0.013429149985313416, 0.010799769312143326, 0.025120234116911888, 0.007290216162800789, -0.008304087445139885, 0.0218669343739748, -0.0030007613822817802, -0.019207842648029327, 0.024303195998072624, 0.013495998457074165, -0.01923755370080471, 0.005637568887323141, 0.00036418583476915956, -0.07255306094884872, -0.009663342498242855, 0.01813826523721218, -0.019178133457899094, 0.006625443231314421, -0.003947783727198839, -0.026219524443149567, -0.02384268306195736, -0.008177817799150944, 0.00813325121998787, 0.04584331437945366, -0.004300596192479134, 0.019430672749876976, 0.01003472413867712, 0.0037472378462553024, -0.008229810744524002, -0.02301078848540783, -0.01726180501282215, -0.03063153475522995, -0.03431563824415207, 0.0010992888128384948, 0.04123818501830101, 0.038801923394203186, 0.0055744340643286705, 0.00160251057241112, -0.01003472413867712, -0.01876218616962433, -0.016845857724547386, -0.015583161264657974, -0.004716543015092611, 0.007022821344435215, 0.028165562078356743, 0.00990102719515562, 0.02672460302710533, 0.01400107704102993, 0.01700926572084427, -0.010428388603031635, 0.007405344396829605, 0.008994855917990208, 0.015984253957867622, 0.00302304420620203, -0.021064750850200653, -0.010175849311053753, 0.00885373167693615, -0.014528438448905945, -0.011230572126805782, -0.006569736171513796, -0.0030806083232164383, 0.007565038278698921, -0.0002569494827184826, 0.013250886462628841, -0.011839637532830238, -0.014379885978996754, -0.017900580540299416, -0.0031121757347136736, -0.00493194442242384, -0.014862681739032269, -0.026932574808597565, -0.011497966945171356, 0.02116873674094677, -0.009834177792072296, 0.006034947000443935, 0.017038976773619652, 0.03250329568982124, -0.0007780439336784184, 0.026531483978033066, -0.012582399882376194, 0.02506081387400627, -0.013072623871266842, -0.001631292630918324, -0.011824782006442547, -0.0019738918635994196, 0.008727462030947208, 0.00694483146071434, 0.04908176138997078, -0.004464003723114729, -0.031701114028692245, 0.004088908899575472, 0.016771581023931503, -0.028581509366631508, 0.017246950417757034, 0.022015485912561417, -0.009499935433268547, -0.015390043146908283, -0.02887861430644989, 0.001279408810660243, -0.022758249193429947, 0.02572930045425892, 0.013444004580378532, -0.011698512360453606, -0.0015198781620711088, -0.03181995451450348, -0.0013314021052792668, 0.0021911500953137875, -0.027794180437922478, 0.046080999076366425, -0.00043126658420078456, 0.0350584015250206, -0.0018661912763491273, 0.012337288819253445, -0.01687556877732277, -0.01705383136868477, -0.012307577766478062, 0.0023991235066205263, 0.025996694341301918, 0.028596363961696625, 0.017276659607887268, -0.004701687954366207, 0.022490855306386948, -0.0048316712491214275, -0.0066328709945082664, -0.021985776722431183, 0.009693053551018238, 0.004449148662388325, 0.013221176341176033, -0.005284756422042847, -0.007709877099841833, -0.03544463589787483, -0.0021948637440800667, -0.013659406453371048, -0.0020797355100512505, -0.00797727145254612, -0.013711399398744106, -0.010992888361215591, -0.003836369374766946, -0.007379347458481789, 0.014580432325601578, 7.584303239127621e-05, 0.011371697299182415, 0.018999870866537094, 0.024214064702391624, -0.0350584015250206, -0.02033684216439724, 0.009269678965210915, 0.0221788939088583, -0.024243773892521858, -0.032057639211416245, 0.027229681611061096, 0.0034891278482973576, -0.006978255696594715, -0.02717025950551033, -0.014171912334859371, 0.03903960809111595, -0.02419920824468136, -0.007902994751930237, -0.0037620931398123503, 0.00819267239421606, 0.01656360924243927, -0.009960447438061237, 0.009470224380493164, -0.01180992741137743, -0.03244387358427048, -0.024823129177093506, 0.021480698138475418, 0.02656119503080845, -0.020604237914085388, -0.017544055357575417, 0.0040183463133871555, -0.0011392122833058238, -0.029428258538246155, -0.016637884080410004, 0.004070339724421501, -0.03143371641635895, -0.002181865507736802, 0.0070488182827830315, 0.004790819250047207, 0.006543739233165979, 0.008586336858570576, -0.0023916959762573242, 0.023545578122138977, 0.020307132974267006, -0.03125545382499695, 0.017024120315909386, -0.007405344396829605, -0.010851763188838959, -0.017499489709734917, -0.002675802679732442, -0.002954338677227497, -0.02155497297644615, -0.0030898929107934237, -0.011223144829273224, -0.02379811741411686, 0.010042151436209679, 0.01831652782857418, 0.00913598109036684, -0.008289231918752193, 0.020366553217172623, 0.0258927084505558, -0.0020221713930368423, 0.0006703433464281261, 0.009210257790982723, -0.032414164394140244, 0.024332907050848007, -0.03675189986824989, 0.021970920264720917, 0.021272724494338036, -0.014223906211555004, 0.0006968042580410838, -0.02047054097056389, 0.024347761645913124, -0.00880916602909565, 0.002109446097165346, -0.009098842740058899, 0.006625443231314421, 0.022238316014409065, -0.039633817970752716, 0.0014725270448252559, -0.0008964217267930508, -0.005009934306144714, -0.004088908899575472, 0.044595472514629364, 0.0054630194790661335, -0.014394741505384445, -0.007431340869516134, -0.0045382799580693245, 0.005284756422042847, 0.013518281280994415, -0.020960763096809387, -0.031582269817590714, -0.024615155532956123, 0.006978255696594715, -0.022164039313793182, 0.003981207963079214, 0.02528364211320877, 0.03146342933177948, 0.008378363214433193, -0.01972777768969536, -0.02510537952184677, -0.024600300937891006, -0.014595286920666695, -0.0305424015969038, -0.011490538716316223, 0.015152359381318092, 0.02568473480641842, 0.01730637066066265, 0.004519711248576641, 0.0305424015969038, 0.004883664660155773, 0.007249364163726568, -0.0220897626131773, 0.011505394242703915, 0.007962415926158428, -0.0028912038542330265, 0.0015440179267898202, -0.003082465147599578, -0.02734852209687233, -0.003082465147599578, 0.027289101853966713, 0.004686832893639803, 0.02497168257832527, 0.0065994467586278915, -0.010361540131270885, -0.01187677588313818, -0.028328970074653625, -0.014840398915112019, -0.007152804639190435, 0.016325924545526505, 0.006402614526450634, -0.011676229536533356, -0.011074592359364033, -0.006889123935252428, 0.02134699933230877, -0.002135442802682519, 0.006629157345741987, -0.008014409802854061, -0.018569067120552063, 0.013540564104914665, -0.01205503847450018, -0.001417748280800879, -0.010183276608586311, -0.028626075014472008, 0.01840565912425518, 0.005834401119500399, -0.000407823157729581, 0.03404824063181877, 0.01687556877732277, -0.004727684427052736, 0.0007450838456861675, 0.0020388837438076735, -0.02503110282123089, -0.015612872317433357, 0.00378623278811574, 0.01388966292142868, 0.008883441798388958, 0.0060609434731304646, -0.025090524926781654, -0.009544501081109047, -0.00797727145254612, -0.0017343509243801236, 0.011468255892395973, 0.00039668171666562557, -0.019608935341238976, -0.005095351953059435, -0.014483872801065445, -0.011847064830362797, -0.003752808552235365, -0.009551928378641605, 0.005600431002676487, -0.0088314488530159, -0.04097079113125801, -0.011475684121251106, 0.002139156684279442, -0.01923755370080471, -0.010160993784666061, -0.015070655383169651, 0.0068148477002978325, -0.014053069986402988, 0.003281154204159975, 0.023634709417819977, 0.20630976557731628, -0.00782129168510437, 0.004530852660536766, 0.014647280797362328, 0.015434608794748783, 0.008281804621219635, 0.007238222751766443, -0.0052699013613164425, -0.025253932923078537, 0.025224221870303154, -0.003303437028080225, 0.011171150952577591, -0.013570274226367474, -0.007520472165197134, 0.0019887471571564674, -0.018613632768392563, -0.01113401260226965, 0.0031585984397679567, -0.02901231124997139, -0.017246950417757034, -0.015969397500157356, -0.004319164901971817, -0.011705940589308739, -0.007152804639190435, 0.0354149267077446, -0.01871762052178383, -0.000659666140563786, 0.009930737316608429, 0.00015690861619077623, 0.01932668499648571, -0.01503351703286171, -0.009499935433268547, -0.0025513898581266403, 0.02402094565331936, -0.004757395014166832, 0.01204761117696762, 0.026442352682352066, -0.011386551894247532, 0.018687909469008446, -0.010064434260129929, 0.003567117964848876, -0.010859190486371517, -0.014870109036564827, -0.004360016901046038, 0.009886171668767929, 0.013087478466331959, -0.02130243368446827, -0.0013044769875705242, -0.00027459010016173124, 0.005607858300209045, -0.02694743126630783, 0.002638664562255144, 0.012738380581140518, 0.02971050888299942, -0.0024269770365208387, -0.02676916867494583, -0.016845857724547386, 0.0088760145008564, -0.003821514081209898, 0.005763838533312082, -0.019430672749876976, 0.03146342933177948, -0.0258035771548748, -0.010331829078495502, 0.008081258274614811, 0.018554212525486946, -0.03868308290839195, -0.022490855306386948, 0.00561899971216917, -0.019029580056667328, 0.013659406453371048, -0.0017389932181686163, 0.0024306909181177616, -0.00017338867473881692, -0.0025216792710125446, -0.024511169642210007, 0.0033257200848311186, 0.018821606412529945, -0.006079512648284435, 0.04789333790540695, -0.026501772925257683, -0.026798877865076065, -0.009477651678025723, -0.017558909952640533, -0.026798877865076065, -0.037791766226291656, 0.041565001010894775, 0.005975525826215744, 0.0003948248049709946, -0.00811096839606762, 0.006829703226685524, -0.002322990447282791, -0.0219115000218153, 0.007579893339425325, 0.014119919389486313, 0.021629249677062035, -0.015553451143205166, 0.010992888361215591, -0.010539802722632885, -0.03666276857256889, -0.03268155828118324, 0.03202792629599571, 0.02357528917491436, -0.009477651678025723, -0.02773476019501686, -0.030750375241041183, -0.0030861790291965008, 0.020708223804831505, 0.0033517167903482914, -0.011572242714464664, 0.0030861790291965008, -0.04067368432879448, 6.905371992615983e-05, 0.009678198024630547, 0.03912873938679695, 0.000946558197028935, -0.0064508942887187, -0.03758379444479942, -0.015627726912498474, -0.025313353165984154, -0.006844558287411928, -0.021584684029221535, 0.003977494314312935, 0.014543293975293636, -0.018346238881349564, -0.013072623871266842, -0.016623029485344887, 0.0024771136231720448, -0.007828718982636929, -0.038237422704696655, 0.004790819250047207, -0.0030211873818188906, 0.002616381738334894, 0.00823723804205656, 0.0033591443207114935, 0.012961208820343018, 0.009128553792834282, 0.01708354242146015, -0.003691530553624034, 0.022847380489110947, -0.004894806072115898, -0.0030676100868731737, -0.007702449336647987, -0.000844428373966366, 0.009195402264595032, -0.007204798050224781, 0.02656119503080845, 0.018420515581965446, -0.036395370960235596, -0.02467457763850689, -0.025045959278941154, -0.008096113801002502, -0.006179785821586847, -0.0018875456880778074, 0.013392011635005474, -0.019222699105739594, -0.011490538716316223, -0.03431563824415207, -0.004490000661462545, -0.004174326546490192, -0.0069374036975204945, 0.007992126978933811, 0.027095982804894447, -0.023322749882936478, -0.04703173413872719, -0.018435370177030563, -0.195851668715477, 0.014617569744586945, 0.018375949934124947, -0.023129630833864212, 0.019950605928897858, -0.02033684216439724, 0.004044342786073685, 0.012366998940706253, 0.01409020833671093, -0.00394407007843256, 0.00033981393789872527, -0.03909903019666672, -0.022758249193429947, 0.004917088896036148, 0.0039032180793583393, -0.022253170609474182, 0.0026349506806582212, -0.008006981573998928, 0.019787197932600975, 0.015791134908795357, 0.03235474228858948, -0.006187213119119406, 0.00282064126804471, 0.03339461237192154, -0.0016489331610500813, 0.018702764064073563, -0.022490855306386948, 0.018866172060370445, 0.004571704659610987, -0.028165562078356743, -0.010599223896861076, 0.0029951906763017178, 0.005073069129139185, -0.015345477499067783, -0.0089651457965374, -0.000743226904887706, -0.021465841680765152, -0.005860397592186928, 0.0027166546788066626, -0.0036562494933605194, -0.001907043275423348, 0.04738825932145119, -0.023649564012885094, 0.017588621005415916, 0.022030342370271683, -0.018598778173327446, 0.016028819605708122, -0.011356841772794724, 0.0031455999705940485, -0.00786585733294487, 0.015746569260954857, -0.019950605928897858, 0.026412641629576683, 0.0075576105155050755, 0.01968321204185486, 0.003984922077506781, -0.029339127242565155, 0.016117950901389122, 0.0028874899726361036, -0.010153566487133503, 0.016845857724547386, -0.015003806911408901, 0.005689562298357487, -0.015538595616817474, -0.007687593810260296, -0.01972777768969536, -0.019356396049261093, 0.007334781810641289, -0.021629249677062035, 0.008222383446991444, 0.01397879421710968, -0.010153566487133503, 0.005503871478140354, -0.007672738749533892, 0.007082242518663406, 0.008749744854867458, -0.031968507915735245, 0.012656676582992077, -0.008571481332182884, 0.007368206046521664, -0.01809369958937168, 0.048487547785043716, -0.01905929110944271, -0.001090932753868401, 0.0071193804033100605, 0.004827957600355148, -0.012857221998274326, 0.007212225813418627, -0.010666072368621826, -0.0036599631421267986, 0.01629621349275112, -4.8279576731147245e-05, -0.012218446470797062, -0.009217685088515282, 0.00904684979468584, 0.03167140111327171, 0.00906913261860609, -0.008081258274614811, -0.0056635658256709576, 0.013949083164334297, -0.0029859060887247324, 0.006773995701223612, -0.041386738419532776, 0.014201623387634754, 0.012173880822956562, 0.013392011635005474, 0.015627726912498474, 0.011037454009056091, 0.03847510740160942, -0.004464003723114729, -0.02348615601658821, -0.002135442802682519, 0.009834177792072296, 0.028596363961696625, 0.014350175857543945, 0.024793419986963272, 0.005830687470734119, -0.03883163258433342, 0.016415055841207504, 0.015330621972680092, 0.054578203707933426, -0.0024901118595153093, -0.03476129472255707, 0.025521326810121536, -0.014313037507236004, -0.0020908769220113754, -0.07891111075878143, -0.011980762705206871, -0.012760663405060768, 0.03369171544909477, 0.019089002162218094, 0.013132045045495033, -0.02357528917491436, 0.025669878348708153, 0.007873284630477428, 0.007290216162800789, -0.02243143320083618, -0.015939688310027122, -0.0059792399406433105, 9.818394755711779e-05, 0.0022969937417656183, 0.0038400832563638687, -0.022238316014409065, -0.02397638000547886, 0.0055744340643286705, 0.0440012626349926, 0.0014920246321707964, 0.00819267239421606, 0.002558817621320486, -0.02590756304562092, 0.013570274226367474, 0.026056116446852684, -0.02415464259684086, 0.030037323012948036, 0.012879505753517151, -0.007873284630477428, 0.00447885924950242, -0.02384268306195736, 0.04260486736893654, -0.025298498570919037, -0.0031715966761112213, -0.025402484461665154, -0.024243773892521858, -0.026590904220938683, 0.008296659216284752, -0.0222234595566988, 0.0016832859255373478, 0.013065195642411709, -0.01963864639401436, -0.02020314522087574, 0.0051473453640937805, -0.014684419147670269, -0.013406867161393166, 0.019950605928897858, -7.971642844495364e-06, 0.0013481143396347761, 0.003320149378851056, 0.018613632768392563, 0.0005807476118206978, -0.017038976773619652, 0.025476761162281036, -0.019608935341238976, 0.02948767878115177, 0.012961208820343018, -0.026368075981736183, 0.006309769116342068, -0.01126028224825859, -0.02402094565331936, 0.010918611660599709, 0.03283011168241501, -0.005177055951207876, 0.01211445964872837, -0.023783260956406593, -0.01687556877732277, 0.026798877865076065, -0.02265426330268383, -0.014959241263568401, 0.028150707483291626, -0.023114776238799095, 0.019029580056667328, -0.006491745822131634, -0.00508421054109931, -0.0007204798166640103, 0.0006893766112625599, 0.007836146280169487, -0.005321894772350788, -0.01608823984861374, -0.013087478466331959, 0.0002039115788647905, -0.005058214068412781, 0.03690044954419136, 0.0028076430317014456, 0.004311737604439259, 0.026353221386671066, 0.02795758843421936, -0.0222680252045393, 0.0129463542252779, 0.04254544898867607, 0.025135090574622154, -0.022386867552995682, -0.005945815239101648, 0.016890423372387886, -0.014758694916963577, 0.026665180921554565, -0.014676990918815136, 0.009395948611199856, -0.031404007226228714, 0.005600431002676487, -0.07623716443777084, 0.03265184909105301, -0.003555976552888751, 0.0005190054653212428, -0.004133474547415972, -0.002991476794704795, -0.020277421921491623, -0.01975748874247074, -0.009492507204413414, 0.04816073551774025, -0.00797727145254612, 0.011267710477113724, -0.004757395014166832, 0.003958925139158964, -0.0034315637312829494, -0.03684103116393089, 0.013028058223426342, -0.013495998457074165, 0.004412010312080383, -0.002863350324332714, -0.009611349552869797, 0.005667279474437237, 0.015538595616817474, 0.009254823438823223, -0.003936642315238714, -0.007851001806557178, -0.00999015849083662, 0.020396264269948006, 0.005385029595345259, -0.011015171185135841, 0.0258481428027153, -0.03384026885032654, 0.0057564107701182365, 0.027898166328668594, -0.0020537388045340776, -0.03291924297809601, 0.009254823438823223, 0.032622139900922775, 0.02743765525519848, 0.001149425283074379, -0.008081258274614811, -0.004697974305599928, 0.0012376283993944526, -0.009596494026482105, -0.0005993166705593467, -0.010049579665064812, 0.00506192771717906, 0.0021595824509859085, 0.011861920356750488, 0.01796000264585018, 0.023025643080472946, 0.0012821941636502743, 0.009492507204413414, -0.01629621349275112, 0.004701687954366207, -0.02402094565331936, 0.021332144737243652, -0.002616381738334894, -0.018390804529190063, 0.011646519415080547, 0.027110839262604713, 0.041475869715213776, 0.04923031106591225, -0.019579224288463593, -0.01892559416592121, -0.016667595133185387, -0.0006151003763079643, -0.00544445076957345, 0.01626650243997574, -0.03589029237627983, -0.014595286920666695, -0.010777486488223076, -0.001699998159892857, 0.005953243002295494, 0.009811894968152046, 0.001037082402035594, -0.012857221998274326, -0.0032328746747225523, 0.0023137058597058058, 0.004957940895110369, 0.03520695120096207, 0.002599669387564063, -0.022713683545589447, 0.01277551893144846, 0.00979704037308693, 0.01845022477209568, 0.008162962272763252, 0.010354111902415752, 0.0061723580583930016, -0.014350175857543945, -0.024080367758870125, 0.006157502997666597, -0.008571481332182884, 0.007334781810641289, -0.0006824132287874818, 0.012344716116786003, -0.00996787566691637, 0.02786845713853836, -0.004449148662388325, 0.035741742700338364, -0.011980762705206871, 0.019163277000188828, -0.013971366919577122, 0.009447941556572914, -0.0009275249321945012, -0.01126028224825859, -0.006465749349445105, -0.027675338089466095, 0.0034129945561289787, 0.0032681559678167105, 0.014951813034713268, 0.006354334764182568, -0.016400201246142387, 0.028284404426813126, -0.025387629866600037, 0.0031715966761112213, 0.004293168429285288, -0.00401091855019331, -0.011698512360453606, 0.021762946620583534, 0.008289231918752193, 0.042961396276950836, 0.002718511503189802, -0.0050767832435667515, 0.03859395161271095, 0.0219560656696558, -0.008593764156103134, -0.023560432717204094, 0.012151597999036312, -0.0037732345517724752, -0.007227081339806318, 0.009321671910583973, -0.011223144829273224, -0.019445527344942093, -0.000467708392534405, -3.464291512500495e-05, -0.008244666270911694, 0.0111117297783494, 0.0221343282610178, 0.07778210937976837, 0.012560117058455944, -0.025625312700867653, -0.009336527436971664, 0.012433847412467003, 0.0014391026925295591, 0.024511169642210007, 0.005711845122277737, -0.0018411230994388461, -0.011030025780200958, 0.02116873674094677, 0.005295898299664259, -0.015523740090429783, -0.029963048174977303, -0.032325033098459244, -0.006302341353148222, 0.008482350036501884, -0.0019089000998064876, -0.006417469587177038, -0.02260969765484333, 0.01209960412234068, -0.020188290625810623, 0.020960763096809387, 4.7089994041016325e-05, -0.010784914717078209, -0.011980762705206871, 0.027051417157053947, -0.007249364163726568, -0.009693053551018238, -0.051518023014068604, 0.014892391860485077, -0.008081258274614811, -0.04022802785038948, -0.018123410642147064, 0.0011039311066269875, -0.018821606412529945, -0.001957179745659232, -0.028447812423110008, 0.012300150468945503, 0.021376710385084152, -0.029829349368810654, 0.0005849256413057446, -0.028150707483291626, -0.0089651457965374, -0.0012339145177975297, 0.014469017274677753, -0.003704529022797942, -0.00503964489325881, -0.027705049142241478], \"13bd8df2-932e-4f8a-911b-cac78be9eaf9\": [0.003955687861889601, 0.007829954847693443, 0.01749187521636486, -0.015239235945045948, -0.022092143073678017, 0.02017875574529171, -0.00872558169066906, -0.00460366066545248, -0.012871251441538334, -0.0326496884226799, 0.03522801026701927, 0.004423856735229492, 0.005672306753695011, 0.004162631928920746, -0.00670024286955595, 0.004664726089686155, 0.020680850371718407, 0.00821670237928629, 0.028198692947626114, -0.0029498031362891197, -0.01880817487835884, -0.021617189049720764, -0.012226670980453491, -0.003501088824123144, -0.033843860030174255, 0.021942870691418648, 0.034630924463272095, -0.03281253203749657, -0.006873261649161577, -0.025023287162184715, 0.025606801733374596, 0.007599262520670891, -0.021657899022102356, -0.01865890435874462, -0.014832132495939732, 0.006479728501290083, -0.016731947660446167, -0.004196557216346264, 0.03302965313196182, -0.020830122753977776, 0.036476459354162216, -0.014506449922919273, -0.0199752040207386, -0.004729183856397867, -0.011025715619325638, 0.02213285304605961, 0.005180390086025, -0.020015915855765343, -0.04035751149058342, 0.011521024629473686, 0.02747947722673416, 0.03131981939077377, -0.05186496675014496, -0.008522029966115952, -0.014140056446194649, -0.01568705029785633, -0.0016148433787748218, 0.0020117692183703184, 0.011046071536839008, -0.022187132388353348, 0.0015062824822962284, 0.006761308293789625, -0.00831169355660677, 0.009119114838540554, -0.008637376129627228, 0.003965865354984999, -0.006764700636267662, -0.00230183033272624, -0.00539751211181283, -0.0016394391423091292, -0.006730775348842144, 0.025077566504478455, 0.00679862592369318, 0.0002531674108467996, 0.022919919341802597, -0.008304908871650696, -0.015266375616192818, -0.008440610021352768, -0.006221896503120661, -0.015659909695386887, 0.031754061579704285, -0.013922935351729393, -0.012857681140303612, 0.03140123933553696, 0.011968838982284069, 0.016121292486786842, 0.014832132495939732, -0.001301882672123611, 0.0017123784637078643, -0.019948065280914307, -0.02036873809993267, -0.013746523298323154, 0.0022407646756619215, 0.009614424780011177, -0.0059504942037165165, -0.015999162569642067, 0.00419316440820694, 0.00751784211024642, 0.008583095856010914, 0.012118110433220863, -0.020504439249634743, -0.0006479728617705405, -0.05525749549269676, -0.019418830052018166, -0.008427039720118046, -0.018116099759936333, 0.005173605401068926, -7.606684084748849e-05, 0.016745518893003464, -0.013169793412089348, -0.0011695739813148975, 0.03123839758336544, 0.00015096749120857567, -0.008013151586055756, -0.004277977626770735, -0.00017450316227041185, 0.018034677952528, -0.014615010470151901, -0.02636672742664814, -0.028741497546434402, 0.01250485796481371, 0.004505277145653963, 0.031509801745414734, -0.021169375628232956, 0.02928430214524269, -0.002198358066380024, -0.0024816342629492283, 0.006232073996216059, -0.015863461419939995, -0.03324677422642708, 0.04513419419527054, 0.013054448179900646, 0.011242837645113468, -0.008081001229584217, 0.0004724095342680812, 0.010571117512881756, -0.011079996824264526, -0.0019778439309448004, -0.018360361456871033, -0.01969023235142231, 0.015130674466490746, 0.021671468392014503, 0.002902307780459523, -0.0019405260682106018, -0.011867063120007515, 0.007307505235075951, 0.008175992406904697, 0.01135139912366867, 0.010021527297794819, -0.014872842468321323, -0.00981797557324171, 0.01074752863496542, 0.027126653119921684, 0.011846708133816719, 0.011453174985945225, 0.016107723116874695, -0.0014299505855888128, -0.019133858382701874, 0.011310688219964504, 0.013576896861195564, 0.02958284504711628, 0.02509113773703575, 0.014207907021045685, -0.0024341389071196318, 0.019174568355083466, 0.03376244008541107, 0.021427206695079803, 0.005682484246790409, 0.006930934730917215, 0.009580499492585659, 0.012280951254069805, 0.03805059567093849, -0.02125079557299614, 0.006645962130278349, 0.001833661342971027, 0.007796029560267925, 0.02328631281852722, 0.008827357552945614, -0.03444094583392143, 0.007436421234160662, -0.01720690168440342, -0.005997989326715469, 0.02952856384217739, 0.03397956117987633, -0.038919080048799515, 0.018876025453209877, 0.01632484421133995, 0.008053861558437347, -0.005024333950132132, 0.006367775145918131, 0.0263124480843544, 0.006947897374629974, -0.01632484421133995, -0.01628413423895836, -0.6370353102684021, 0.010102948173880577, 0.017898976802825928, -0.04214876890182495, -0.009024124592542648, 0.014859273098409176, 0.014072205871343613, 0.01118177268654108, -0.0017420630902051926, 0.04746825248003006, 0.015659909695386887, 0.014357178471982479, 0.011297117918729782, -0.02480616420507431, -0.01293910201638937, -0.013081587851047516, 0.023259172216057777, -0.018591053783893585, -0.002429050160571933, 0.01284411083906889, -0.017016921192407608, 0.003204242791980505, 0.003708033123984933, -0.01086965948343277, -0.0031669249292463064, -0.0059776343405246735, 0.03104841709136963, 0.000639491539914161, 0.012084185145795345, 0.010496481321752071, -0.005478932522237301, 0.006693457718938589, 0.012321662157773972, -0.0006280417437665164, 0.05219065025448799, -0.011419249698519707, -0.0059674568474292755, 0.01125640794634819, 0.021698608994483948, 0.02787300944328308, -0.0006025977781973779, -0.0013587074354290962, 0.03498375043272972, 0.004525632131844759, -0.0015045861946418881, -0.0005334750167094171, 0.05094220116734505, 0.0005411081947386265, -0.02397838793694973, -0.013461550697684288, -0.0019337409175932407, 0.007124308962374926, 0.012375942431390285, -2.513916297175456e-05, -0.012165605090558529, -0.02695024199783802, 0.011799212545156479, -0.01247771829366684, -0.005801222752779722, -0.03137410059571266, 0.0094990786164999, 0.0025426996871829033, -0.045785557478666306, 0.008766292594373226, -0.022200703620910645, 0.01910671778023243, -0.017084771767258644, -0.016935499384999275, 0.0026716156862676144, -0.030777014791965485, 0.0036096498370170593, 0.021752890199422836, -0.008508460596203804, -0.021617189049720764, 0.03159122169017792, 0.016826938837766647, 0.040520355105400085, -0.03378957882523537, -0.015673479065299034, 0.01793968863785267, 0.033952418714761734, -0.008162422105669975, -0.02890433929860592, -0.014167197048664093, 0.033355336636304855, 0.0007047976832836866, -0.002440923824906349, -0.022214272990822792, 0.018821746110916138, -0.00032907520653679967, -0.00037020962918177247, 0.0035892946179956198, -0.006442410871386528, -0.0204772986471653, 0.00016517371113877743, 0.020599430426955223, -0.007762104272842407, 0.022689227014780045, -0.01852320320904255, -0.014275757595896721, -0.027520187199115753, -0.013020522892475128, -0.0033077148254960775, 0.019717372953891754, 0.03544513136148453, 0.009465153329074383, 0.0037385658361017704, -0.008854498155415058, 0.03476662561297417, -0.02286563813686371, 0.00869844201952219, -0.026326017454266548, -0.023896967992186546, -0.03275825083255768, -0.00015393595094792545, -0.025525379925966263, 0.0031262144912034273, -0.01568705029785633, 0.022159993648529053, -0.005780867766588926, 0.016446975991129875, -0.002834457205608487, 0.008338834159076214, -0.032432567328214645, 0.0005109995254315436, -0.02538967877626419, 0.007911375723779202, -0.01793968863785267, -0.009343022480607033, -0.004746146500110626, 0.001329871010966599, 0.009444798342883587, 0.017166191712021828, -0.02505042590200901, 0.02363913506269455, -0.002091493457555771, 0.015877030789852142, -0.026746690273284912, 0.03587937727570534, -0.03370815888047218, -0.03517372906208038, -0.004881847649812698, 0.01827894151210785, -0.014655721373856068, -0.01135139912366867, -0.010543976910412312, -0.009431228041648865, -0.015849890187382698, 0.0036775004118680954, -0.007965655997395515, -0.006890224292874336, -0.0070225331000983715, -0.005377156659960747, 0.02188859134912491, -0.018889596685767174, -0.00952621828764677, 0.008901993744075298, -0.012457362376153469, 0.010279360227286816, -0.021793600171804428, -0.024494051933288574, 0.02490115538239479, -0.0017132266657426953, 1.2009681995550636e-06, -0.005587493535131216, -0.007762104272842407, -0.003969257697463036, 0.0013722776202484965, -0.023693416267633438, -0.011188557371497154, -0.0121859610080719, 0.0268009714782238, -0.013346205465495586, 0.0033060184214264154, 0.0023374517913907766, 0.04179594665765762, -0.03479376807808876, -0.011507455259561539, 0.002863293746486306, -0.005682484246790409, 0.013264784589409828, 0.029230020940303802, -0.006527224089950323, 0.005258418619632721, 0.023259172216057777, 0.03707354515790939, 0.00210845610126853, 0.0028259758837521076, -0.03826771676540375, 0.023720555007457733, 0.03237828612327576, 0.008935919031500816, -0.017464734613895416, 0.0015503852628171444, 0.008847713470458984, 0.04098173975944519, 0.006208326201885939, 0.006232073996216059, -0.0060217371210455894, 0.015904171392321587, 0.041741665452718735, 0.016202714294195175, -0.007070028223097324, -0.040574636310338974, 0.0026834895834326744, -0.023137040436267853, -0.0030702378135174513, -0.017315462231636047, -0.00999438762664795, 0.011731361970305443, -0.0038505191914737225, -0.012321662157773972, -0.025471100583672523, -0.006174400914460421, 0.007219299674034119, 0.01213167980313301, -0.018726754933595657, 0.004600267857313156, -0.00390479969792068, -0.027180934324860573, 0.012633774429559708, -0.02149505726993084, 0.010326854884624481, 0.043858602643013, -0.03834913671016693, -0.0014961048727855086, -0.00855595525354147, -0.007572122383862734, -0.018509631976485252, -0.030451331287622452, -0.00903769489377737, 0.007843525148928165, -0.01213167980313301, -0.0022984377574175596, 0.02749304659664631, 0.03357245773077011, 0.02553895115852356, -0.015863461419939995, 0.04545987397432327, -0.031156977638602257, -0.0004902203218080103, 0.0321611650288105, 0.021210085600614548, 0.004539202433079481, 0.013488691300153732, 0.01213167980313301, 0.045541297644376755, 0.012287736870348454, -0.001486775348894298, 0.0011907772859558463, 0.009682275354862213, 0.009716200642287731, -0.0015486889751628041, -0.0020168579649180174, 0.02787300944328308, -0.0003333158674649894, 0.009933321736752987, 0.02104724384844303, 0.022051431238651276, 0.01880817487835884, 0.01445216964930296, -0.028225833550095558, 0.006764700636267662, 0.007314290385693312, 0.032432567328214645, -0.018170379102230072, -0.01579561084508896, -0.005563745740801096, -0.017722565680742264, 0.008101357147097588, 0.007721393834799528, -0.0035146588925272226, -0.027696598321199417, 0.005478932522237301, 0.0016538574127480388, 0.012857681140303612, 0.011561735533177853, 0.025416819378733635, -0.007952085696160793, 0.002351021859794855, -0.029962807893753052, -0.008732367306947708, 0.015578488819301128, 0.018726754933595657, -0.009153040125966072, -0.013990785926580429, -0.007477131672203541, 0.005221100524067879, 0.008182777091860771, 0.004155846778303385, -0.02285206876695156, 0.008420254103839397, 0.008277768269181252, -0.011276762932538986, -0.008983413688838482, 0.03321963548660278, 0.03615077957510948, 0.00048216304276138544, -0.011534594930708408, -0.010028312914073467, 0.024819735437631607, -0.00899019930511713, -0.014723571948707104, 0.00585889583453536, 0.007409281097352505, 0.021210085600614548, -0.0175461545586586, -0.019133858382701874, 0.01583632081747055, -0.003017653711140156, 0.014479309320449829, -0.02723521552979946, -0.016053441911935806, 0.004284762777388096, 0.014737141318619251, 0.005638381466269493, -0.004481529351323843, 0.006574719212949276, 0.021712178364396095, 0.0177904162555933, -0.010815379209816456, -0.01677265763282776, -0.01696263998746872, 0.02548466995358467, 0.02226855419576168, 0.01537493709474802, 0.00655436422675848, 0.01602630317211151, -0.0007378748268820345, 0.00011608807108132169, -0.027126653119921684, -0.016745518893003464, 0.010089377872645855, -0.01831965148448944, -0.008664516732096672, 0.004077818710356951, 0.026000333949923515, 0.0028972188010811806, 0.013081587851047516, 0.0015071305679157376, -0.017614005133509636, 0.002413783688098192, 0.001373973791487515, -0.02344915270805359, -0.005360194016247988, 0.0014944085851311684, 0.029691405594348907, 0.020965823903679848, 0.00015064944454934448, 0.02700452320277691, -0.0011466745054349303, 0.02153576724231243, 0.0061676157638430595, -0.007741748820990324, -0.009777265600860119, 0.013495475985109806, 0.01570061966776848, 0.01589060202240944, -0.013583682477474213, 0.04323437809944153, 0.006059055216610432, 0.020205896347761154, 0.005577316042035818, 0.006367775145918131, 0.0005669762613251805, -0.007307505235075951, 0.002664830768480897, 0.0019608812872320414, 0.0012993381824344397, -0.01070003304630518, 0.005383941810578108, -0.005824970547109842, 0.009953676722943783, 0.021861450746655464, 0.004311902914196253, 0.011147847399115562, -0.016826938837766647, -0.007572122383862734, 0.0049463058821856976, -0.01798039861023426, 0.018686044961214066, 0.009648350067436695, -0.01812966912984848, -0.054063327610492706, 0.007755319122225046, -0.030342770740389824, 0.016107723116874695, 0.008922348730266094, 0.00505825923755765, -0.013163008727133274, -0.024154799059033394, 0.022974198684096336, -0.01793968863785267, -0.014954263344407082, -0.022933488711714745, -0.004976838361471891, -0.021712178364396095, -0.010096163488924503, -0.003343336284160614, 0.01361760776489973, 0.01660981774330139, -0.02567465230822563, 0.013977215625345707, 0.02211928181350231, -0.015184955671429634, -0.016976209357380867, -0.009085189551115036, -0.02533539943397045, 0.01200954895466566, 0.01393650472164154, 7.580179953947663e-06, -0.041985925287008286, -0.016121292486786842, 0.023232031613588333, -0.020151617005467415, -0.0048716701567173, -0.00609298050403595, -0.014004355296492577, -0.005594278685748577, 0.01886245608329773, -0.009471938014030457, 0.031509801745414734, 0.012837326154112816, -0.03661216050386429, 0.008535600267350674, 0.010591472499072552, 0.017871838063001633, -0.0004274585226085037, -0.02027374692261219, 0.003445112146437168, -0.006774878595024347, -0.004881847649812698, 0.0009270082809962332, -0.007429636549204588, 0.007212514523416758, -0.02036873809993267, 0.010930725373327732, -0.005611241329461336, 0.013040877878665924, 0.007293935399502516, 0.01788540743291378, 0.02178002893924713, -0.0197445135563612, -0.003691070480272174, -0.016935499384999275, -0.032188307493925095, 0.022241413593292236, 0.01491355337202549, -0.01643340475857258, -0.008454179391264915, -0.005319484043866396, -0.03188976272940636, -0.0015809180913493037, -0.005546783097088337, -0.0007204881403595209, 0.02140006609261036, -0.012837326154112816, -0.009946892037987709, -0.028578655794262886, -0.01318336371332407, 0.017614005133509636, 0.03104841709136963, 0.008393114432692528, 0.015904171392321587, 0.00903769489377737, 0.027275925502181053, 0.0071446639485657215, -0.0226620864123106, -0.006734168156981468, -0.03484804928302765, -0.025864632800221443, 0.0039963978342711926, 0.035797953605651855, 0.03137410059571266, -0.0016648831078782678, 0.008284552954137325, -0.027465905994176865, -0.015972021967172623, -0.01335299015045166, -0.008427039720118046, 0.007667113095521927, -0.01568705029785633, 0.03471234813332558, 0.017505444586277008, 0.03205260634422302, -0.005065044388175011, 0.03281253203749657, -0.007443206384778023, -0.0016801494639366865, 0.024344781413674355, -0.014289327897131443, 0.027058802545070648, -0.03427810221910477, 0.01405863557010889, 0.02524040825664997, 0.023693416267633438, -0.015605628490447998, -0.00840668473392725, 0.01250485796481371, 0.007585692685097456, -0.024819735437631607, -0.004813997074961662, -0.014560730196535587, -0.03566225618124008, 0.0005559505079872906, 0.005309306550770998, -0.0019099932396784425, 0.005692662205547094, -0.020626571029424667, -0.007103953510522842, 0.010292929597198963, 0.00911233015358448, 0.011527810245752335, 0.008901993744075298, 0.017084771767258644, 0.006371167488396168, 0.0061336904764175415, -0.00017598738486412913, 0.00843382440507412, -0.012850896455347538, -0.021264364942908287, -0.024046238511800766, -0.014777852222323418, -0.0008248083759099245, 0.01827894151210785, 0.04079175740480423, 0.005092184524983168, -0.009682275354862213, -0.009722985327243805, 0.005241455975919962, -0.02353057451546192, 0.009729770012199879, 0.02952856384217739, -0.028958618640899658, 0.00631349440664053, -0.012633774429559708, -0.014479309320449829, -0.005926746409386396, 0.004437426570802927, 0.00164452800527215, 0.0026054615154862404, -0.000802332884632051, -0.030532751232385635, 0.003085504285991192, -0.026448147371411324, -0.02762874774634838, 0.020300887525081635, -0.01347512099891901, 0.01188741810619831, -0.014994973316788673, 0.022309264168143272, -0.029718546196818352, -0.01074752863496542, 0.010069022886455059, 0.00390479969792068, 0.025742502883076668, 0.023856256157159805, 0.007544982247054577, -0.006622214801609516, -0.005797830410301685, -0.005936923902481794, -0.00532626872882247, -0.033111073076725006, 0.02281135879456997, -0.006913972087204456, -0.0030380089301615953, -0.016351984813809395, -0.005529820453375578, -0.02914860099554062, -0.019568100571632385, 0.0010813683038577437, 0.022159993648529053, 0.008922348730266094, 0.002552877413108945, -0.01720690168440342, -0.002069442067295313, -0.009458367712795734, 0.03161836043000221, 0.014547159895300865, 0.009254815988242626, -0.012240241281688213, -0.00404728576540947, -0.0380234532058239, -0.00453241728246212, 0.03308393433690071, 0.01711191050708294, -0.025308258831501007, -0.003406098112463951, 0.018821746110916138, 0.03943474590778351, -0.001038113608956337, -0.009017338976264, -0.014764281921088696, 0.034033842384815216, 0.002035516779869795, 0.018292510882019997, 0.010279360227286816, -0.008291338570415974, 0.0016394391423091292, -0.009960462339222431, -0.015632769092917442, -0.0326496884226799, -0.0069445050321519375, -0.012973027303814888, 0.021128663793206215, 0.0003598199982661754, -0.028008710592985153, -0.023014910519123077, 0.01118177268654108, 0.0060556624084711075, -0.018930306658148766, -0.005319484043866396, 0.010591472499072552, -0.022282123565673828, -1.211238486575894e-05, 0.003518051467835903, -0.005312698893249035, 0.01393650472164154, -0.01137853879481554, -0.012973027303814888, 0.010143659077584743, 0.01788540743291378, -0.03476662561297417, 0.013610822148621082, -0.04049321264028549, -0.0019032082054764032, -0.01479142252355814, -0.00044866182724945247, -0.006618821993470192, -0.016582677140831947, -0.0007989403675310314, -0.014764281921088696, -0.016786228865385056, -0.017179761081933975, 0.017871838063001633, 0.004875062964856625, -0.016555536538362503, 0.013373345136642456, 0.01272197999060154, -0.03658502176403999, 0.0013425929937511683, -0.018455352634191513, -0.0380234532058239, 0.01622985303401947, -0.03840341791510582, 0.010591472499072552, 0.008332048542797565, 0.0032296867575496435, -0.01164315640926361, -0.03188976272940636, 0.005268596112728119, -0.013604037463665009, 0.008501674979925156, -0.01760043576359749, 0.00290570012293756, 0.0038980147801339626, -0.019473111256957054, -0.002340844366699457, -0.0060828025452792645, -0.012837326154112816, -0.011900988407433033, 0.0033229810651391745, 0.02412765845656395, -0.01880817487835884, -0.011995978653430939, 0.0010508355917409062, 0.003467163536697626, 0.02343558333814144, -0.030614173039793968, -0.03476662561297417, -0.02890433929860592, -0.027085943147540092, -0.015551348216831684, 0.007063243072479963, -0.012898391112685204, 0.040574636310338974, 0.011174987070262432, -0.01479142252355814, -0.025566091760993004, -0.018726754933595657, -0.031564079225063324, -0.036069355905056, -0.020979393273591995, -0.00022369482030626386, 0.036286480724811554, 0.031998325139284134, -0.016541967168450356, 0.029067179188132286, 0.0006500931922346354, 0.0058385408483445644, -0.046029821038246155, -0.009200535714626312, 0.0009210713324137032, 0.0027869618497788906, 0.005621418822556734, 0.00344680855050683, -0.01628413423895836, 0.006567934062331915, 0.027452336624264717, -0.001531726447865367, -0.0034976964816451073, 0.027642318978905678, -0.013414056040346622, 0.013441195711493492, -0.03444094583392143, -0.01250485796481371, -0.0011424338445067406, -0.013047662563621998, 0.0033636915031820536, -0.012172390706837177, -0.011276762932538986, 0.018550343811511993, -0.013217289000749588, -0.01405863557010889, 0.02416837029159069, 0.0003557913878466934, -0.02811727114021778, -0.007592477835714817, -0.017668286338448524, -0.009017338976264, -0.01886245608329773, -0.018781034275889397, 0.006740953307598829, 0.004593482706695795, -0.005865680985152721, 0.008298123255372047, 0.007877450436353683, 0.012667699716985226, 0.009153040125966072, -0.0015995769063010812, -0.01622985303401947, 0.011629586108028889, 0.0005860592355020344, 0.00290570012293756, -0.01515781506896019, -0.0017183154122903943, -0.012789830565452576, 5.406841592048295e-05, 0.002924359170719981, -0.02757446840405464, -0.006235466338694096, -0.031156977638602257, -0.009906182065606117, 0.0049293432384729385, -0.016826938837766647, 0.003416275605559349, 0.02416837029159069, 0.0014163804007694125, 0.0022017506416887045, -0.013712598010897636, -0.006805411074310541, -0.02247210592031479, 0.014886412769556046, -0.015171385370194912, -0.01812966912984848, -0.02636672742664814, 0.014764281921088696, 0.0020338206086307764, -0.004583305213600397, -0.0020287316292524338, 0.2090882807970047, -0.0027903541922569275, 0.003429845906794071, 0.02388339675962925, -0.002062656916677952, 0.0014189248904585838, 0.008630591444671154, 0.001649616751819849, -0.008467749692499638, 0.00411852914839983, 0.0032127241138368845, 0.0195002518594265, -0.01954096183180809, 0.0014638758730143309, 0.024141229689121246, -0.018645333126187325, -0.02714022435247898, -0.011677081696689129, -0.0177904162555933, -0.0006708723958581686, 0.0013493780279532075, -0.007918160408735275, -0.015483497641980648, -0.008155637420713902, 0.035987935960292816, -0.009173396043479443, 0.00210845610126853, 0.00394890271127224, 0.013834728859364986, -0.007158234249800444, -0.018007539212703705, -0.038484837859869, 0.01783112809062004, 0.03305679187178612, -0.0006238010828383267, 0.0011492188787087798, -0.00042173362453468144, -0.005997989326715469, -0.0005254177958704531, -0.010197939351201057, -0.014262187294661999, 0.001969362609088421, 0.017614005133509636, -0.016243424266576767, 0.0009456671541556716, 0.00025507569080218673, -0.0008489801548421383, -0.0049225580878555775, 0.011758501641452312, 0.02695024199783802, -0.029718546196818352, 0.0003530349349603057, 0.024575473740696907, 0.028470095247030258, 0.005879250820726156, -0.017071200534701347, 0.017016921192407608, 0.0035485841799527407, 0.0001968726428458467, 0.025810353457927704, -0.0272894948720932, 0.011649941094219685, -0.002125418744981289, 0.004250837489962578, -0.02324560098350048, 0.017383312806487083, -0.02538967877626419, 0.001351922401227057, 0.026814540848135948, -0.032432567328214645, -0.013420840725302696, -0.01506282389163971, -0.008074216544628143, 0.015144244767725468, 0.014248617924749851, -0.030858434736728668, 0.010075808502733707, 0.0243719220161438, 0.017668286338448524, 0.016949070617556572, -0.02382911741733551, -0.008474535308778286, -0.008413469418883324, -0.029908526688814163, -0.006547579076141119, -0.009383732452988625, 0.02836153469979763, -0.014248617924749851, 0.007626403123140335, -0.024602612480521202, -0.022824928164482117, -0.005641774274408817, -0.0101165184751153, 0.02017875574529171, 0.0015486889751628041, 0.017437594011425972, -0.004349221009761095, 0.010170798748731613, -0.008108141832053661, -0.025118276476860046, -0.020355168730020523, 0.03376244008541107, 0.014642151072621346, 0.014981403946876526, -0.03889194130897522, -0.0202330369502306, -0.013834728859364986, -0.0008595818071626127, -0.004630800802260637, -0.006327064707875252, -0.0009431227808818221, -0.025552520528435707, 0.009702630341053009, -0.0029922097455710173, 0.018794605508446693, 0.007416066247969866, -0.006567934062331915, -0.01905243657529354, 0.006445803213864565, -0.025566091760993004, -0.00838632881641388, -0.022797787562012672, 0.014655721373856068, 0.012443793006241322, 0.0050446889363229275, -0.014126486144959927, -0.01147352997213602, 0.014777852222323418, -0.016311274841427803, -0.022539956495165825, -0.010849304497241974, 0.009315881878137589, 0.007327860686928034, 0.00962120946496725, -0.0216850396245718, -0.0268009714782238, -0.005020941607654095, -0.011982409283518791, -0.002159344032406807, 0.0006216807523742318, 0.006242251489311457, -0.03639503940939903, 0.019798792898654938, -0.01651482656598091, 0.004484922159463167, -0.008169207721948624, -0.007633187808096409, 0.01865890435874462, 0.0011305599473416805, -0.02378840558230877, -0.009200535714626312, -0.0013790626544505358, -0.002563054906204343, -0.022390684112906456, -0.02134578675031662, -0.012613419443368912, 0.01405863557010889, -0.028008710592985153, 0.011731361970305443, 0.0008617021376267076, -0.018441781401634216, 0.02363913506269455, 0.012660914100706577, 0.005886035971343517, -0.03099413588643074, -0.04372290149331093, -0.17239470779895782, 0.01700334995985031, 0.027085943147540092, -0.04589411988854408, 0.02602747455239296, -0.015347796492278576, 0.004742754157632589, 0.019853074103593826, 0.004121921490877867, -0.018102528527379036, 0.008617021143436432, -0.03957044705748558, -0.020355168730020523, -0.003406098112463951, -0.002727592596784234, -0.01842821203172207, 0.0002885769063141197, 0.022065002471208572, 0.040140390396118164, 0.004020145628601313, 0.03666644170880318, -0.014899983070790768, 0.015442787669599056, 0.001100027235224843, -0.027072373777627945, 0.007409281097352505, 0.0014324949588626623, 0.0003566395025700331, 0.005448400042951107, -0.028090132400393486, -0.021902160719037056, 0.0069953929632902145, 0.017858266830444336, 0.0011297118617221713, 4.508351776166819e-05, 0.0009456671541556716, 0.00672399066388607, 0.005434829741716385, -0.025403250008821487, 0.021115094423294067, 0.0008896904764696956, 0.03370815888047218, -0.025471100583672523, 0.030614173039793968, 0.0029667657800018787, 0.0202330369502306, 0.024779023602604866, -0.005478932522237301, -0.002256031148135662, -0.023408442735671997, 0.00763997295871377, -0.03099413588643074, 0.009268386289477348, 0.016148433089256287, 0.00581140024587512, -0.022648517042398453, -0.015999162569642067, -0.007789244409650564, 0.0007306656916625798, -0.023611994460225105, 0.001823483849875629, -0.03416954353451729, 0.024304071441292763, 0.010733958333730698, -0.008840927854180336, -0.00021309316798578948, -0.007667113095521927, 0.0032856634352356195, -0.014981403946876526, 0.012274166569113731, 0.006571326870471239, -0.0025087743997573853, -0.012050259858369827, -0.008196347393095493, -0.004125313833355904, 0.024439772590994835, -0.015863461419939995, 0.01865890435874462, -0.003445112146437168, 0.003377261571586132, -0.028497235849499702, 0.008270983584225178, -0.024874014779925346, 0.013502261601388454, -0.0025104708038270473, -0.014547159895300865, 0.007823169231414795, 0.010862874798476696, -0.014615010470151901, -0.00650686863809824, 0.0268009714782238, -0.011541380546987057, -0.011032501235604286, -0.01914742775261402, -0.013088373467326164, 0.021671468392014503, 0.019825933501124382, -0.006143868435174227, -0.002064353320747614, -0.017234042286872864, 0.008318478241562843, -0.024358350783586502, -0.01841464266180992, 0.0019931101705878973, 0.03300251066684723, 0.029935667291283607, 0.013773663900792599, 0.005153249949216843, 0.054551851004362106, -0.012050259858369827, 0.014289327897131443, -0.006042092572897673, 0.010978220961987972, 0.02817155234515667, 0.014099346473813057, 0.01812966912984848, 0.02811727114021778, -0.024480482563376427, 0.008325263857841492, -0.006143868435174227, 0.05780867859721184, -0.018943876028060913, -0.026326017454266548, 0.030939854681491852, 0.0017692033434286714, -0.00794530101120472, -0.11529166996479034, -0.017926117405295372, 0.006937719881534576, 0.03674786165356636, 0.01023864932358265, 0.025023287162184715, -0.004875062964856625, 0.023598425090312958, 0.006469551008194685, 0.02320489101111889, -0.055393196642398834, -0.0017573294462636113, 0.007361785974353552, 0.011337828822433949, -0.010706818662583828, 0.008752722293138504, -0.02198358066380024, -0.004600267857313156, 0.013963645324110985, 0.053140558302402496, 0.016365554183721542, -0.02363913506269455, 0.00826419796794653, -0.0197309423238039, 0.004735969007015228, 0.027262354269623756, -0.034386664628982544, 0.01021150965243578, 0.00551964296028018, 0.00419316440820694, -0.014045066200196743, -0.016949070617556572, 0.01264734473079443, -0.02500971592962742, 0.004128706641495228, -0.010069022886455059, -0.012525212951004505, -0.02334059216082096, 0.03444094583392143, 0.002793746767565608, -0.0024561902973800898, 0.021020103245973587, -0.0251047071069479, -0.01506282389163971, 0.017139051109552383, -0.010136873461306095, -0.03840341791510582, 0.06562506407499313, -0.024534761905670166, -0.0062117185443639755, -0.04426570609211922, 0.012789830565452576, -0.016582677140831947, -0.020531579852104187, 0.028035851195454597, 0.002737770089879632, 0.016650527715682983, 0.0027411626651883125, -0.017654715105891228, 0.011324258521199226, -0.01954096183180809, -0.038484837859869, -0.010021527297794819, 0.01812966912984848, 0.013732952997088432, 0.017803987488150597, -0.03240542858839035, -0.00806743185967207, 0.011846708133816719, -0.018116099759936333, -0.006679887417703867, 0.03281253203749657, -0.01891673542559147, 0.017926117405295372, -0.01735617406666279, 0.00019496434833854437, -0.017478303983807564, 0.003938725218176842, 0.011846708133816719, 0.01289160642772913, 0.022526385262608528, -0.0005966608878225088, -0.007748533971607685, -0.0099876020103693, 0.007287150248885155, 0.016311274841427803, 0.02939286269247532, -0.0020321242045611143, 0.009105545468628407, -0.04931378737092018, 0.012172390706837177, 0.02747947722673416, -0.005553568247705698, 0.01016401406377554, -0.01164315640926361, 0.009756910614669323, 0.010923939757049084, -0.006639177445322275, 0.017424024641513824, 0.012057044543325901, -0.011934913694858551, 0.0006331305485218763, -0.031754061579704285, 0.028225833550095558, 0.0038640894927084446, 0.0013027307577431202, 0.006255821790546179, -0.010055452585220337, -0.009424442425370216, -0.011575305834412575, 0.012701625004410744, 0.025281118229031563, 0.007131093647330999, -0.004600267857313156, -0.02002948522567749, -0.01561919879168272, -0.008447394706308842, -0.021169375628232956, 0.025742502883076668, -0.023761266842484474, 0.0005419563385657966, 0.0028259758837521076, 0.0025172557216137648, 0.017274752259254456, -0.016840508207678795, -0.0032737895380705595, -0.009091975167393684, -0.024548333138227463, -0.02130507491528988, -0.02213285304605961, -0.00598102668300271, 0.0012263988610357046, 0.028307253494858742, -0.01549706794321537, 0.006825766526162624, 0.01773613691329956, 0.006486513651907444, -0.026502428576350212, 0.006286354269832373, 0.03001708723604679, 0.032486848533153534, 0.0062286811880767345, 0.0038064164109528065, -0.009607639163732529, 0.030288489535450935, 0.0050107636488974094, -0.0007416914450004697, -0.0189981572329998, -0.013271569274365902, 0.007436421234160662, -0.007063243072479963, 0.012545568868517876, 0.03967900574207306, 0.00341118685901165, 0.008908778429031372, -0.022892778739333153, -0.0036367899738252163, -0.012335231527686119, 0.012233455665409565, 0.001789558562450111, -0.019513821229338646, -0.006411877926439047, 0.026624560356140137, 0.005919961258769035, 0.013074803166091442, -0.012362372130155563, -0.016487685963511467, -0.02042301930487156, -0.0216850396245718, 0.009153040125966072, 0.027900150045752525, -0.004108351189643145, -0.009349807165563107, -0.006201541051268578, 0.011236052960157394, 0.017858266830444336, 0.03533657267689705, 0.0060285222716629505, 0.00568926939740777, 0.004030323121696711, 0.010944295674562454, 0.018536772578954697, 0.02661098912358284, 0.008861282840371132, -0.009010554291307926, -0.005258418619632721, 0.009879041463136673, 0.011466744355857372, 0.008209917694330215, 0.0028073168359696865, -0.010048667900264263, 0.007375355809926987, -0.004026930779218674, 0.010890014469623566, -0.011934913694858551, 0.024643324315547943, 0.02939286269247532, 0.006581504363566637, -0.006662924773991108, 0.014492879621684551, 0.011079996824264526, 0.00882057286798954, 0.0036367899738252163, 0.016121292486786842, 0.01164315640926361, 0.020748700946569443, 0.0035316215362399817, -0.015768470242619514, -0.024181939661502838, -0.026990951970219612, 0.009892611764371395, 0.00986547116190195, 0.014438599348068237, 0.007707823533564806, -0.004488314501941204, 0.012830540537834167, -0.023937677964568138, 0.022159993648529053, -0.005438222549855709, -0.0026495642960071564, 0.017410453408956528, 0.02388339675962925, -0.01831965148448944, 0.016650527715682983, 0.022146422415971756, -0.008291338570415974, 0.03465806692838669, 0.009560143575072289, 0.012409867718815804, -0.04111744090914726, 0.02860579639673233, -0.006608644500374794, 0.013671888038516045, 0.006710420362651348, -0.01660981774330139, -0.018197519704699516, -0.006618821993470192, -0.020843692123889923, 0.012274166569113731, 0.004311902914196253, -0.0021627366077154875, 0.06025129556655884, 0.011751716956496239, -0.023991957306861877, 0.031156977638602257, 0.012742334976792336, -0.0008455875795334578, 0.00789780542254448, 0.0048716701567173, 0.029365722090005875, 0.009885826148092747, 0.016582677140831947, 0.009125900454819202, -0.02627173624932766, -0.013006952591240406, -0.005197352729737759, 0.007551767397671938, 0.0019608812872320414, 0.0409274585545063, 0.0012654128950089216, -0.021318646147847176, 0.026868822053074837, -0.008325263857841492, -0.006401700433343649, 0.0016165395500138402, -0.003428149502724409, -0.01622985303401947, 0.013027307577431202, 0.008935919031500816, -0.00310755567625165, -0.036530740559101105, -0.005692662205547094, 0.006262606475502253, -0.04488993063569069, -0.01004188321530819, -0.003056667745113373, 0.010415061376988888, 0.0005572227528318763, -0.0022577273193746805, 0.013658317737281322, -0.003490911331027746, -0.03422382101416588, -0.002227194607257843, -0.03528229147195816, -0.02543039061129093, -0.00891556404531002, 0.03927190229296684, -0.0069546825252473354, -0.002764910226687789, -0.041497401893138885], \"2ca465ae-1055-497c-a77e-86eb3cedc205\": [-0.006161132361739874, 0.009321121498942375, 0.013951264321804047, -0.027794379740953445, 0.018236681818962097, 0.018425943329930305, -0.007077022455632687, -0.004603106062859297, -0.006806648802012205, -0.04236750304698944, 0.018588166683912277, 0.008077403530478477, 0.024847310036420822, 0.027902528643608093, -0.006549794226884842, 0.01217355951666832, 0.015519429929554462, 0.0033796667121350765, 0.019466880708932877, -0.007597491145133972, -0.03328295797109604, -0.009571216069161892, -0.011484107933938503, -0.014262193813920021, -0.046531252562999725, -0.024725642055273056, 0.026739923283457756, -0.035851504653692245, 0.0011347230756655335, -0.017533712089061737, 0.011288086883723736, -0.03230961412191391, -0.029551805928349495, -0.014965164475142956, -0.008902042172849178, 0.012633194215595722, 0.005556172225624323, -0.005850203335285187, 0.029119208455085754, -0.004417224321514368, 0.03460778668522835, -0.020088739693164825, -0.025266388431191444, 0.00183853879570961, 0.0066545638255774975, 0.03344518318772316, 0.010977157391607761, -0.02249506302177906, -0.030849598348140717, -0.002022730652242899, 0.03617595508694649, 0.014965164475142956, -0.042340464890003204, -0.0016053416766226292, -0.029281433671712875, 0.01856113038957119, -0.013018476776778698, 0.005448022857308388, 0.013099588453769684, -0.013978301547467709, -0.011768000200390816, 0.005674460437148809, -0.008645188063383102, -0.0006184790399856865, 0.0028963745571672916, -0.002884545596316457, -0.008962876163423061, -0.00032592660863883793, -0.009314361959695816, -2.2456300939666107e-05, 0.034012965857982635, 0.016479255631566048, 0.0015470425132662058, 0.020264482125639915, 0.0014312888961285353, -0.023157477378845215, -0.01445145532488823, -0.000417177623603493, 0.008983154781162739, 0.0005817251512780786, 0.015330168418586254, -0.007577212993055582, -0.018101494759321213, 0.04088044911623001, -0.0028304709121584892, 0.005586589220911264, 0.0117747588083148, 0.004748431965708733, 0.005900898016989231, -0.012322264723479748, -0.02855142578482628, 0.011768000200390816, 0.007455545011907816, 0.01577628403902054, -0.006962113548070192, -0.0033441802952438593, 0.022873584181070328, 0.0255637988448143, 0.01595202647149563, 0.02022392675280571, -0.01379579957574606, 0.0017810844583436847, -0.02380637265741825, -0.01195726078003645, -0.01769593544304371, 0.01159901637583971, 0.013376721180975437, -0.02671288698911667, 0.029200321063399315, -0.03617595508694649, -0.010240389965474606, 0.04209712892770767, 0.010395854711532593, -0.014924608170986176, 0.0022170613519847393, 0.013748484663665295, 0.004718014970421791, -0.03136330842971802, -0.0072324867360293865, -0.011125863529741764, 0.01706055738031864, 0.011524664238095284, 0.02529342658817768, -0.04490901157259941, 0.013951264321804047, -0.009077784605324268, -0.02169746160507202, -0.018588166683912277, -0.02231931872665882, -0.012626435607671738, 0.023508962243795395, 0.008983154781162739, 0.02469860576093197, 0.003014662768691778, -0.008151756599545479, -0.01734445057809353, 0.012592638842761517, 0.0051911682821810246, -0.01278865896165371, -0.036013729870319366, 0.006319976877421141, 0.03355333209037781, -0.008631668984889984, 0.00038190235500223935, -0.01961558684706688, 0.004934313707053661, 0.015519429929554462, 0.02206246554851532, 0.014059414155781269, -0.008070643991231918, 0.0009378575487062335, 0.013768762350082397, 0.014289231039583683, 0.006600489374250174, 0.002663177438080311, 0.028470313176512718, -0.006228725891560316, -0.011788277886807919, 0.007293321192264557, -0.01326181273907423, 0.01001733262091875, 0.032093316316604614, 0.014018857851624489, -0.003165057860314846, 0.030957747250795364, 0.026104547083377838, 0.007665084209293127, 0.022535618394613266, 0.018790947273373604, 0.023225070908665657, 0.009307602420449257, 0.019115395843982697, -0.022468024864792824, 0.016871295869350433, 0.010740580968558788, 0.004930933937430382, -0.0004558325745165348, 0.0043394919484853745, -0.020088739693164825, -0.027902528643608093, -0.006262522656470537, -0.016303513199090958, 0.04893757402896881, 0.03285036236047745, -0.016763146966695786, 0.016871295869350433, 0.004751811735332012, -0.013309127651154995, 0.017722973600029945, 0.011504385620355606, 0.01724981889128685, 0.005150611978024244, -0.006874242331832647, -0.008875004947185516, -0.6337551474571228, 0.004366529639810324, 0.021683942526578903, -0.03885265067219734, -0.006989150773733854, 0.006445024628192186, 0.014181082136929035, 0.017750009894371033, 0.004843062721192837, 0.023076364770531654, 0.014424418099224567, 0.02187320403754711, 0.013390240259468555, -0.006799889728426933, -0.01164633221924305, -0.022346356883645058, 0.024009153246879578, -0.018588166683912277, -0.002516161883249879, -0.0002553760714363307, -0.020724117755889893, 0.02514472045004368, -0.0022593073081225157, -0.0033560090232640505, 0.008854727260768414, -0.004974869545549154, 0.0019078218610957265, -0.001703352085314691, -0.0029893151950091124, 0.012112725526094437, -0.012768381275236607, 0.003825782798230648, 0.005481819622218609, 0.018452981486916542, 0.05488578975200653, 0.00505936099216342, 0.0010029161348938942, 0.011227252893149853, 0.030849598348140717, 0.02976810559630394, -0.014005339704453945, -0.03133627027273178, 0.025428613647818565, 0.011240771971642971, 0.010841971263289452, -0.0026648673228919506, 0.04288121312856674, 0.009246768429875374, -0.008151756599545479, -0.013532185927033424, 0.003592585911974311, -0.01889909617602825, -0.013525426387786865, 0.03195812925696373, -0.015803322196006775, -0.014681272208690643, 0.01238309871405363, 0.008685743436217308, -0.012714306823909283, -0.007570453453809023, -0.007252764888107777, 0.001592668006196618, -0.03368851915001869, -0.0031177427154034376, -0.03595965355634689, 0.007861104793846607, 0.005356771871447563, -0.03782523050904274, 0.006130715366452932, -0.013059032149612904, 0.006884381175041199, 0.0012470970395952463, -0.0007756335544399917, -0.023955078795552254, 0.020021146163344383, 0.0067289164289832115, 0.016506291925907135, -0.026658812537789345, -0.016952408477663994, 0.014383861795067787, 0.0175066739320755, -0.006313217803835869, -0.041529346257448196, -0.01510035153478384, 0.03184998035430908, 0.004532133229076862, -0.03152553364634514, -0.047315336763858795, 0.02759159915149212, -0.013951264321804047, 0.013072551228106022, 0.010618912987411022, 0.005241863429546356, -0.01985892280936241, 0.026929184794425964, 0.008084163069725037, -0.01829075627028942, 0.017303893342614174, 0.006488960236310959, -0.026239732280373573, -0.02415785752236843, -0.025266388431191444, 0.005001906771212816, 0.011078547686338425, 0.020021146163344383, -0.01603313907980919, 0.00448481785133481, -0.0017455979250371456, 0.029389582574367523, -0.021738016977906227, 0.009253527969121933, -0.03863634914159775, -0.0023353497963398695, -0.016127770766615868, -0.01321449689567089, -0.0339859277009964, 0.02004818432033062, -0.011896426789462566, -0.004146851133555174, -0.004261760041117668, 0.0015031067887321115, -0.008151756599545479, 0.009692884050309658, -0.03739263489842415, 0.0023995633237063885, -0.013207738287746906, -0.012349302880465984, -0.019507436081767082, -0.005147232674062252, -0.00831397995352745, 0.024752680212259293, 0.0024823653511703014, 0.029551805928349495, -0.011004195548593998, 0.009125100448727608, -0.015289613045752048, 0.006634286139160395, -0.015478873625397682, 0.026415476575493813, -0.016695553436875343, -0.01077437773346901, -0.006586970761418343, 0.03003847785294056, -0.01225467212498188, -0.003991386387497187, -0.011193456128239632, -0.03704115003347397, -0.015140906907618046, -0.009226490743458271, 0.006488960236310959, 0.0030248018447309732, 0.015208500437438488, -0.01985892280936241, 0.01742556132376194, -0.013106347993016243, -0.013525426387786865, 0.009882145561277866, -0.02012929506599903, 0.0037919862661510706, -0.026996778324246407, -0.014140525832772255, 0.030768485739827156, 0.010476967319846153, 0.008766856044530869, -0.012403377331793308, -0.0006932541728019714, -0.004065738990902901, 0.010044369846582413, -0.018926134333014488, -0.0042381021194159985, -0.0016450528055429459, 0.013511908240616322, -0.012281709350645542, -0.0036973555106669664, -0.012910326942801476, 0.03352629393339157, -0.035337794572114944, -0.0010738890850916505, 0.010470207780599594, 0.003393185557797551, 0.017371486872434616, 0.008050366304814816, -0.005322975106537342, 0.01357950083911419, 0.056345805525779724, 0.005377050023525953, 0.007665084209293127, 0.019466880708932877, -0.02652362547814846, 0.00529593788087368, -0.0016518121119588614, 0.006265902426093817, -0.02294117771089077, -0.010740580968558788, -0.008962876163423061, 0.023360256105661392, 0.00040513757267035544, 0.013309127651154995, 0.00571501674130559, 0.009050747379660606, 0.03609484061598778, -0.011098825372755527, 0.009834830649197102, -0.03439148887991905, -0.003102534217759967, -0.012261430732905865, -0.002266066614538431, -0.017641860991716385, 0.002031179843470454, -0.0006003133021295071, -0.004302315879613161, 0.009530660696327686, -0.00233197002671659, -4.108407301828265e-05, -0.0038730981759727, 0.025874728336930275, -0.012187078595161438, 0.014735347591340542, -0.007225727662444115, 0.0005187788628973067, 0.015965545549988747, -0.02415785752236843, 0.02373877912759781, 0.006674841977655888, -0.021778572350740433, 0.013410517945885658, 0.004035321995615959, 0.012092447839677334, 0.019642623141407967, -0.026929184794425964, -0.00858435407280922, 0.022130059078335762, 0.01681722141802311, -0.012356061488389969, 0.01268726959824562, 0.0011558460537344217, 0.0022829649969935417, -0.0367707759141922, 0.015708690509200096, -0.017371486872434616, -0.008476204238831997, 0.03285036236047745, 0.017006482928991318, -0.016857778653502464, 0.024225451052188873, 0.01033502072095871, 0.019412806257605553, 0.00691479817032814, 0.0015867535257712007, 0.03276924788951874, -0.0017861538799479604, 0.03671669960021973, -0.018601685762405396, -0.008016569539904594, 0.029470695182681084, 0.0038460607174783945, 0.008111200295388699, -0.011436792090535164, 0.015546467155218124, 0.02092689648270607, 0.0048025064170360565, 0.0015563365304842591, 0.00940899271517992, -0.011734203435480595, 0.016344068571925163, -0.007414989173412323, -0.006546414457261562, -0.01344431471079588, -0.014302750118076801, -0.003369527868926525, 0.008239627815783024, -0.008962876163423061, -0.022197650745511055, 0.007097300142049789, 0.016262955963611603, 0.02092689648270607, 0.014424418099224567, 0.016682036221027374, -0.006130715366452932, 0.0025550280697643757, -0.020953934639692307, 0.016425181180238724, 0.015384242869913578, 0.02555028162896633, 0.0010713543742895126, -0.01688481494784355, -0.03190405294299126, 0.016844259575009346, -0.0006345324218273163, -0.005268900655210018, -0.02319803275167942, 0.009483344852924347, 0.005241863429546356, -0.004187406972050667, -0.0158573966473341, 0.036905962973833084, 0.03806856647133827, -0.012065410614013672, -0.009057506918907166, -0.002195093547925353, -0.0019331694347783923, -0.0022136818151921034, -0.017276857048273087, -0.03176886960864067, 0.0372844859957695, 0.007908420637249947, -0.01174096204340458, -0.023076364770531654, 0.01715518906712532, -0.015397761948406696, 0.005556172225624323, -0.022981734946370125, -0.0178716778755188, -0.008057125844061375, 0.015140906907618046, -0.01584387756884098, -0.025942321866750717, -0.008395092561841011, 0.04480086266994476, -0.0016104112146422267, -0.015343687497079372, -0.01084873080253601, -0.011504385620355606, 0.03993414342403412, 0.04463863745331764, -0.00915213767439127, 0.006461923010647297, 0.013937746174633503, -0.011666609905660152, 0.002284654648974538, -0.026415476575493813, -0.022562654688954353, 0.004167129285633564, -0.03184998035430908, 0.0089358389377594, -0.008253145962953568, 0.006090159527957439, -0.003606104524806142, 0.012477729469537735, -0.006637665443122387, 0.008422129787504673, -0.012227634899318218, -0.01777704805135727, -0.023143958300352097, -0.006262522656470537, 0.004809265956282616, 0.028118828311562538, 0.02960588037967682, 0.03458075225353241, 0.02268432267010212, 0.002636140212416649, 0.021048564463853836, -0.00507963914424181, -0.02169746160507202, -0.00037345319287851453, 0.021575793623924255, 0.012883289717137814, 0.011862630024552345, 0.0061645121313631535, 0.057481374591588974, 0.010301223956048489, 0.010659469291567802, -0.008658706210553646, -0.022778954356908798, 0.015303131192922592, 0.004721394740045071, 0.004258380271494389, -0.016938889399170876, -0.0017354588489979506, -0.011686887592077255, -0.002698663854971528, 0.02380637265741825, -0.022630248218774796, 0.012504767626523972, 0.008341018110513687, 0.016749627888202667, -0.030444039031863213, -0.018101494759321213, 0.004559170454740524, 9.83271820587106e-05, 0.02469860576093197, 0.01985892280936241, -0.005282419268041849, -0.05737322196364403, -0.0069823917001485825, -0.031822942197322845, 0.012538563460111618, -0.010700024664402008, 0.0032157530076801777, -0.014829978346824646, -0.01601962000131607, -0.013376721180975437, 0.002637829864397645, -0.012051891535520554, -0.014559604227542877, 0.001983864465728402, -0.01865576021373272, -0.007049984764307737, 0.019507436081767082, 0.03671669960021973, 0.017466118559241295, -0.008564075455069542, -0.0033779770601540804, 0.013538945466279984, -0.0264425128698349, -0.021318938583135605, -0.005610246676951647, -0.03660855069756508, -0.014911090023815632, 0.014356824569404125, 0.02381989173591137, -0.017925752326846123, -0.025496207177639008, 0.026118064299225807, -0.02687511034309864, -0.0004735758120659739, -0.002330280374735594, 0.010280946269631386, -0.0041096750646829605, 0.021251345053315163, 0.004396946635097265, 0.036013729870319366, -0.010348539799451828, -0.0134781114757061, -0.007496100850403309, 0.005701498128473759, 0.01689833402633667, -0.014897570945322514, -0.026645293459296227, 0.005424365401268005, 0.02038615010678768, 0.009814552031457424, -0.007374432869255543, -0.028929946944117546, 0.010652709752321243, -0.020697079598903656, 0.014600160531699657, -0.008131477981805801, -0.007685362361371517, 0.0160061027854681, 0.015641098842024803, 0.00630307849496603, -0.0004955436452291906, -0.011551701463758945, -0.007604250218719244, -0.030957747250795364, 0.032336652278900146, 0.021602829918265343, -0.030849598348140717, -0.02249506302177906, -0.0028406099881976843, -0.03395889326930046, -0.017385005950927734, -0.00507963914424181, -0.01120021566748619, 0.018628723919391632, -0.01681722141802311, -0.008699262514710426, -0.02565843053162098, -0.008678983896970749, 0.019115395843982697, 0.030362926423549652, -0.00035972328623756766, 0.0038460607174783945, 0.019899478182196617, 0.008368055336177349, 0.01036881748586893, -0.012748103588819504, -0.005045842379331589, -0.0425567626953125, -0.025442130863666534, 0.0055325147695839405, 0.03433741629123688, 0.03771708160638809, -0.00953741930425167, 0.013674131594598293, 0.006002288311719894, -0.004917415324598551, -0.013187459670007229, -0.005823166109621525, -0.0017506674630567431, -0.022887103259563446, 0.01743908040225506, 0.031390346586704254, 0.021602829918265343, -0.004349631257355213, -0.003994766157120466, -0.011950502172112465, -0.011734203435480595, -0.0015369034372270107, -0.009341399185359478, 0.004805886186659336, -0.011544941924512386, 0.0020278000738471746, 0.01286977156996727, 0.004407085478305817, -0.004153610672801733, -0.024374157190322876, 0.008016569539904594, 0.0018047420307993889, -0.021035045385360718, -0.0042110648937523365, -0.029524769634008408, -0.046801626682281494, -0.014478492550551891, 0.01803390122950077, -0.006205068435519934, 0.013309127651154995, -0.03195812925696373, -0.007293321192264557, 0.015559986233711243, 0.004677458666265011, 0.016438700258731842, 0.002700353739783168, 0.03271517530083656, 0.011389477178454399, 0.011044750921428204, -0.0097604775801301, 0.030660336837172508, -0.0372844859957695, -0.0044679194688797, -0.024022672325372696, -0.01527609396725893, 0.006458543241024017, 0.020778192207217216, 0.0377981923520565, 0.0005876395734958351, -0.005214825738221407, -0.023252107203006744, -0.008259905502200127, -0.025171758607029915, 0.011186697520315647, 0.012890049256384373, -0.032093316316604614, 0.010571598075330257, -0.01620888151228428, 0.015654616057872772, -0.01199105754494667, 0.009091303683817387, 0.0229276604950428, -0.006374051794409752, 0.010132241062819958, -0.02863253653049469, -0.019940033555030823, -0.005424365401268005, -0.024576937779784203, 0.026685848832130432, 0.006874242331832647, 0.03468890115618706, 0.02233283780515194, 0.042151205241680145, -0.02960588037967682, -0.009564457461237907, -0.013755244202911854, -0.0008964565931819379, 0.02311692014336586, 0.0229276604950428, -0.0009158896864391863, -0.00448819762095809, 0.00792869832366705, -0.0244282316416502, -0.006870862562209368, -0.012369580566883087, 0.030444039031863213, 0.014775902964174747, -0.0007671843632124364, -0.010862248949706554, 0.013336164876818657, -5.293931099004112e-05, 0.005992149468511343, -0.013525426387786865, 0.0018841642886400223, 0.004096155986189842, -0.01383635587990284, -0.027551043778657913, -0.0029572085477411747, -0.03263406082987785, 0.011308365501463413, -0.0030129728838801384, -0.0024705363903194666, 0.005840064026415348, -0.01510035153478384, -0.006039464380592108, -0.013234775513410568, 0.020467262715101242, 0.012849492952227592, -0.038744501769542694, -0.01776352897286415, 0.008172034285962582, 0.028686610981822014, 0.00213425955735147, -0.003977867774665356, 0.00448481785133481, 0.027875492349267006, -0.011632813140749931, -0.016154807060956955, 0.018317794427275658, 0.00980779342353344, 0.021819129586219788, -0.0007426817901432514, -0.005829925183206797, -0.03055218793451786, -0.02748345024883747, -0.012051891535520554, 0.017303893342614174, 0.007570453453809023, -0.012666990980505943, -0.0013341234298422933, 0.000527650467120111, 0.013755244202911854, -0.0020142814610153437, -0.011612535454332829, 0.008631668984889984, -0.021413568407297134, 0.013336164876818657, 0.007685362361371517, -0.009503623470664024, -0.0025043331552296877, 0.005133714061230421, -0.00672215735539794, 0.00010255176312057301, 0.02976810559630394, -0.004697736818343401, 0.009050747379660606, -0.0264425128698349, -0.006661323364824057, -0.02321155183017254, 0.02102152816951275, -0.01811501383781433, -0.011362439952790737, -0.005147232674062252, -0.015357205644249916, -0.028335126116871834, 0.006157753057777882, 0.011876149103045464, 0.03339110687375069, -0.01619536243379116, -0.00286595756188035, 0.024211933836340904, 0.002463777083903551, 0.01387015264481306, -0.013768762350082397, -0.042070090770721436, 0.01015927828848362, -0.0465853288769722, 0.020778192207217216, 0.024536380544304848, 0.0012318885419517756, -0.006475441623479128, -0.011551701463758945, 0.026036953553557396, -0.010720303282141685, -0.003971108701080084, -0.022089501842856407, -0.011078547686338425, 0.025252871215343475, -0.020697079598903656, -0.0026935944333672523, 0.010294465348124504, -0.006576831452548504, -0.020683560520410538, 0.004170509055256844, 0.027037333697080612, -0.007239246275275946, -0.01934521272778511, -0.021683942526578903, 0.006363912485539913, 0.021251345053315163, -0.017709454521536827, -0.012241153046488762, -0.02129190042614937, 0.007773233577609062, -0.037690043449401855, -0.0052452427335083485, -0.002624311251565814, 0.026280289515852928, 0.01033502072095871, -0.01733093149960041, -0.028578462079167366, -0.021508200094103813, -0.04106971248984337, -0.03420222923159599, -0.01610073260962963, -0.0006636820617131889, 0.026334363967180252, 0.013288849964737892, -0.00547506008297205, 0.022792473435401917, 0.0014084761496633291, 0.02284654788672924, -0.03395889326930046, -0.0034844365436583757, -0.01635758765041828, 0.01076761819422245, 0.008543797768652439, -0.001607031561434269, -0.020156333222985268, -0.008212590590119362, 0.02022392675280571, 0.010801414959132671, 0.009104822762310505, 0.023671185597777367, -0.015979064628481865, -0.004079257603734732, -0.009550938382744789, -0.010274186730384827, 0.007644806522876024, -0.0045050960034132, 0.01627647504210472, -0.019926516339182854, -0.013113107532262802, 0.024279525503516197, -0.007198690436780453, 0.008665465749800205, 0.00792193878442049, -0.00017616513650864363, -0.02425248920917511, 0.007861104793846607, -0.018277237191796303, -0.003176886821165681, -0.016303513199090958, -0.015884434804320335, 0.012281709350645542, -0.002220441121608019, 0.0039575896225869656, 0.01619536243379116, -0.0037818471901118755, -0.005451402626931667, -0.0016450528055429459, 0.008043606765568256, -0.022887103259563446, -0.0016450528055429459, 0.003019732190296054, -0.000760002585593611, -0.000858435349073261, -0.007259524427354336, -0.012639953754842281, -0.002879476174712181, -0.015830358490347862, 0.0047011165879666805, 0.0004376668657641858, -0.012423655018210411, -0.02984921634197235, -0.014721828512847424, -0.023143958300352097, 0.011125863529741764, -0.00796925462782383, 0.01422163750976324, -0.00632335664704442, -0.020872822031378746, -0.014072932302951813, -0.01716870814561844, -0.0005766556714661419, 0.003815643722191453, -0.02748345024883747, -0.015979064628481865, -0.008516760542988777, 0.012808937579393387, 0.006769472733139992, 0.00998353585600853, 0.22386913001537323, 0.002955518662929535, 0.0019923136569559574, 0.01715518906712532, 0.0033289717976003885, 0.00919269397854805, 0.01628999412059784, -0.0069688730873167515, -0.02240043133497238, 0.012464211322367191, -0.012700787745416164, 0.0006020031287334859, -0.005738674197345972, -0.0028034336864948273, 0.00858435407280922, -0.020980970934033394, -0.013856633566319942, -0.020615966990590096, -0.013113107532262802, -0.014032376930117607, 0.003116052830591798, 0.015208500437438488, -0.0013349683722481132, -0.001970345852896571, 0.04466567561030388, -0.012403377331793308, -0.006904659327119589, 0.010240389965474606, 0.02468508668243885, 0.022130059078335762, -0.021589310839772224, -0.01379579957574606, 0.004096155986189842, 0.02564491145312786, -0.005420985631644726, -0.011862630024552345, -0.008030088618397713, -0.0024941940791904926, 0.008172034285962582, -0.002700353739783168, -0.00014416391786653548, -0.015046276152133942, 0.014775902964174747, -0.010233631357550621, 0.015046276152133942, -0.004724774044007063, -0.011085307225584984, -0.008172034285962582, -0.002426600782200694, 0.03328295797109604, -0.02215709537267685, 0.025861211121082306, 0.009138618595898151, 0.03536483272910118, -0.00252968049608171, -0.004846442025154829, 0.0032326513901352882, 0.02014281414449215, 0.006188170053064823, 0.026239732280373573, -0.012917086482048035, 0.01344431471079588, 0.0019956931937485933, 0.01484349649399519, -0.006181410513818264, 0.0018621963681653142, -0.029551805928349495, 0.000539479311555624, 0.003212373238056898, -0.041448235511779785, 0.02311692014336586, -0.0027121827006340027, 0.0015031067887321115, 0.01611425168812275, 0.008036847226321697, -0.032958511263132095, 0.01015251874923706, 0.04177268221974373, 0.012105966918170452, 0.036635588854551315, -0.02968699298799038, -0.01907483860850334, -0.01449201162904501, -0.020872822031378746, -0.010064647532999516, -0.01820964552462101, 0.03420222923159599, -0.014343305490911007, -0.030930710956454277, -0.00424824096262455, -0.013079310767352581, -0.027104927226901054, -0.015343687497079372, 0.02776734158396721, -0.002700353739783168, 0.004390187095850706, 0.004494956694543362, 0.009246768429875374, -0.02067004144191742, -0.019669661298394203, -0.009422510862350464, 0.04474679008126259, 0.02022392675280571, 0.00911158137023449, -0.01646573655307293, -0.02171097882091999, 0.012680510058999062, 0.009909182786941528, -0.004417224321514368, -0.01505979523062706, 0.003481056774035096, -0.039014872163534164, 0.0025600974913686514, -0.024996016174554825, 0.014018857851624489, 0.012491248548030853, 0.0047551910392940044, -0.0018098115688189864, -0.0026919045485556126, -0.015222019515931606, -0.009794274345040321, -0.021656904369592667, 0.013897189870476723, 0.002833850681781769, -0.006509238388389349, -0.008624909445643425, -0.02327914535999298, 0.003971108701080084, 0.00047484319657087326, -0.018763910979032516, 0.004167129285633564, -0.012849492952227592, -0.008368055336177349, -0.003004523692652583, 0.008226108737289906, -0.00940899271517992, -0.0017092664493247867, -0.0070297070778906345, 0.003545270534232259, 0.009861867874860764, -0.0036162433680146933, -0.010564838536083698, 0.02126486413180828, -0.004718014970421791, 0.000797601358499378, -0.010997436009347439, 0.006448404397815466, 0.00972668081521988, -0.03528372198343277, -0.0122141158208251, -0.0035892061423510313, 0.016614442691206932, -0.004731533583253622, -0.009294083341956139, 0.011862630024552345, -0.01742556132376194, 0.008212590590119362, -0.015208500437438488, 0.008341018110513687, -0.005502097774296999, -0.03293147310614586, 0.025847692042589188, 0.018696317449212074, -0.004897137172520161, -0.046720512211322784, -0.014735347591340542, -0.17239004373550415, 0.021778572350740433, 0.025496207177639008, -0.029632918536663055, 0.03468890115618706, -0.02583417296409607, -0.0006180565687827766, 0.00959149468690157, 0.015397761948406696, -0.01723629981279373, 0.002086944179609418, -0.02223820798099041, -0.04339492321014404, -0.0007688741898164153, 0.003954210318624973, -0.009375195950269699, 0.004616624675691128, 0.012443933635950089, 0.03752782195806503, 0.01977781020104885, 0.03741966933012009, -0.023089883849024773, -0.0042516207322478294, 0.01595202647149563, 1.691153556748759e-05, -0.00776647450402379, -0.012842733412981033, -0.02196783386170864, -0.018763910979032516, -0.026374919340014458, -0.024049708619713783, 0.008009810000658035, 0.021481161937117577, -0.000870264193508774, -0.005765711423009634, 0.0007625372963957489, -0.0007752110832370818, -0.011098825372755527, -0.011713924817740917, 0.006404468789696693, 0.011653090827167034, 0.032877400517463684, -0.011511145159602165, 0.026293808594346046, 0.010909564793109894, 0.015086832456290722, 0.01996707171201706, -0.004697736818343401, 0.005326354876160622, -0.013025236316025257, 0.013018476776778698, -0.027118446305394173, 0.014248675666749477, 0.001828399719670415, 0.017979826778173447, -0.01480294018983841, -0.016911853104829788, 0.014018857851624489, -0.0178716778755188, -0.017925752326846123, 0.008699262514710426, -0.04239454120397568, -0.0069823917001485825, 0.00984159018844366, -0.019047802314162254, -0.015289613045752048, -0.008482963778078556, 0.0028152624145150185, -0.02146764285862446, 0.01055131945759058, -0.0017227851785719395, -0.002007522154599428, -0.026401957497000694, -0.012410136871039867, 0.012315506115555763, 0.010504004545509815, -0.03650040179491043, 0.016668517142534256, -0.004751811735332012, 0.010943361558020115, -0.008699262514710426, 0.001152466400526464, -0.0163711067289114, 0.013937746174633503, -0.007543416228145361, -0.0021900241263210773, -0.005664321593940258, -0.0024113922845572233, -0.018236681818962097, -0.006989150773733854, 0.024401193484663963, -0.03360740840435028, -0.012166800908744335, -0.002173125743865967, -0.02180561050772667, 0.01383635587990284, 0.02514472045004368, -0.00733387703076005, 0.0009539109305478632, 0.0037683285772800446, -0.017195744439959526, -0.0010400924365967512, -0.029876254498958588, 0.0008364675450138748, 0.024847310036420822, 0.01055131945759058, 0.023238588124513626, 0.003815643722191453, 0.030579226091504097, -0.01856113038957119, -0.010686506517231464, 0.00673905573785305, 0.01523553766310215, 0.03125515952706337, 0.01199781708419323, 0.022427469491958618, 0.04020451754331589, -0.019196506589651108, 0.025158239528536797, -0.0060766409151256084, 0.06034732982516289, 0.00235224817879498, -0.00993622001260519, 0.030498113483190536, 0.014289231039583683, -0.004609865602105856, -0.10858193784952164, 0.00936843641102314, -0.004444262012839317, 0.010672987438738346, 0.02330618165433407, 0.012666990980505943, -0.007583972532302141, 0.04734237119555473, 0.012727824971079826, 0.026739923283457756, -0.03509445860981941, -0.00406911876052618, -0.020764673128724098, -0.009125100448727608, -0.012558842077851295, 0.007698880974203348, -0.022103020921349525, -0.009618531912565231, -0.007820549421012402, 0.05334465950727463, 0.014113488607108593, -0.0041231936775147915, 0.01925058290362358, -0.026415476575493813, -0.01995355263352394, 0.025793617591261864, -0.028929946944117546, 0.0071310969069600105, 0.009321121498942375, 0.001215835101902485, 0.012626435607671738, -0.02741585671901703, 0.029632918536663055, -0.014248675666749477, 0.006928316783159971, -0.005603487603366375, -0.01036881748586893, -0.011626053601503372, 0.040312666445970535, -0.012200596742331982, -0.021048564463853836, -0.0015276094200089574, -0.006793130189180374, -0.034959275275468826, 0.02792956680059433, -0.00426513934507966, -0.01510035153478384, 0.055372461676597595, -0.026469551026821136, -0.0195209551602602, -0.00914537813514471, 0.006438265088945627, -0.01804742030799389, -0.02941662073135376, 0.03671669960021973, 0.005995528772473335, 0.008199071511626244, 0.00914537813514471, -0.0004968110006302595, 0.012491248548030853, -0.0037210131995379925, -0.01041613332927227, 0.0014929678291082382, 0.046450141817331314, 0.01758778654038906, 0.005062740761786699, -0.022035427391529083, -0.019507436081767082, 0.01734445057809353, -0.03517557308077812, -0.023792853578925133, 0.02276543527841568, -0.03228257596492767, 0.025766579434275627, -0.014316268265247345, -0.009503623470664024, -0.010226871818304062, -0.014924608170986176, -0.004721394740045071, 0.016235919669270515, 0.004194166511297226, -0.011936983093619347, -0.006607248447835445, -0.012835974805057049, 0.01001733262091875, 0.019210025668144226, 0.003815643722191453, 0.019142432138323784, -0.0020903239492326975, -0.027983641251921654, 0.0025955841410905123, 0.021738016977906227, 0.010456688702106476, -0.008516760542988777, -0.00375480973161757, 0.008266665041446686, -0.019804848358035088, -0.007861104793846607, -0.0007050829590298235, 0.0042516207322478294, -0.02960588037967682, -0.00772591819986701, -0.0413130484521389, 0.022305801510810852, -0.007523138076066971, 0.012721065431833267, 0.016519811004400253, 0.010307983495295048, -0.00932788010686636, -0.007523138076066971, 0.011092066764831543, 0.03723040968179703, -0.005012046080082655, 0.012977920472621918, -0.0013037064345553517, -0.03293147310614586, -0.010267428122460842, 0.007212209049612284, 0.017087595537304878, -0.022873584181070328, -0.0069823917001485825, -0.008395092561841011, -0.013403758406639099, 0.017290376126766205, 0.0019956931937485933, -0.006319976877421141, 0.011436792090535164, -0.00468421820551157, -0.00571163697168231, -0.0026919045485556126, -0.01854761131107807, 0.0008001361275091767, 0.01872335374355316, -0.02223820798099041, 0.005884000100195408, 0.010760858654975891, 0.014789422042667866, -0.03520261123776436, 0.0010933221783488989, 0.030714411288499832, 0.02776734158396721, -0.003406704170629382, -0.01707407645881176, -0.021062083542346954, 0.011517904698848724, -0.027551043778657913, -0.018601685762405396, -0.002774706343188882, -0.004369909409433603, 0.012903567403554916, -0.005397327709943056, 0.02110263891518116, 0.03352629393339157, 0.012362821027636528, -0.0071716527454555035, -0.024184895679354668, 0.016587404534220695, -0.03293147310614586, 0.015330168418586254, 0.011267809197306633, -0.023089883849024773, 0.00507625937461853, 0.0465853288769722, 0.020413188263773918, 0.007212209049612284, -0.0219002403318882, 0.010389096103608608, -0.01734445057809353, 0.0052790394984185696, 0.013025236316025257, 0.018777428194880486, -0.02154875546693802, -0.007779993116855621, 0.00752989761531353, -0.019926516339182854, 0.014383861795067787, 0.01670907251536846, -0.01326181273907423, 0.00509653752669692, -0.009956498630344868, -0.0023235208354890347, 0.017979826778173447, 0.015208500437438488, -0.005664321593940258, 0.008726299740374088, 0.006600489374250174, 0.018845021724700928, 0.020426705479621887, -0.0015225398819893599, 0.011686887592077255, -0.015614060685038567, 0.004657180979847908, -0.03887968510389328, 0.023333219811320305, -0.02532046288251877, 0.01645221747457981, 0.017087595537304878, 0.01654684916138649, -0.009882145561277866, 0.019034283235669136, 0.010997436009347439, -0.0027797759976238012, 0.005674460437148809, 0.016330549493432045, 0.008084163069725037, -0.012754862196743488, 0.0064788213931024075, 0.0019416186260059476, -0.0035114737693220377, -0.02565843053162098, -0.01501923892647028, -0.0036128638312220573, 0.022914141416549683, -0.001040937379002571, 0.005431124474853277, 0.010267428122460842, -0.02828105166554451, 0.00772591819986701, -0.009733440354466438, 0.004525373689830303, 0.010571598075330257, 0.02330618165433407, -0.0070161884650588036, 0.009855108335614204, 0.019318174570798874, -0.01943984255194664, 0.05234428122639656, 0.029173284769058228, -0.003151539247483015, -0.017195744439959526, 0.020764673128724098, -0.01181531511247158, 0.004031942691653967, 0.002903133863583207, -0.017033521085977554, -0.0031836461275815964, 0.006431506015360355, -0.00026889474247582257, 0.0014177701668813825, 0.0029132727067917585, -0.004440882243216038, 0.07424452155828476, 0.0009767237352207303, -0.03230961412191391, 0.025874728336930275, 0.01645221747457981, 0.002926791552454233, 0.011213734745979309, 0.015884434804320335, 0.007786752190440893, -0.0007671843632124364, 0.021602829918265343, 0.04685569927096367, -0.02302229031920433, -0.01576276682317257, -0.03276924788951874, 0.018101494759321213, -0.012288468889892101, 0.02275191619992256, 0.009016950614750385, -0.016344068571925163, 0.012626435607671738, -0.013734965585172176, 0.0047551910392940044, -0.0030721172224730253, -0.012626435607671738, -0.017898716032505035, 0.028740687295794487, 0.003285036189481616, -0.006242244504392147, -0.02756456285715103, 0.007360914256423712, -0.010449930094182491, -0.03090367279946804, -0.01576276682317257, 0.001531834015622735, -0.014235156588256359, 0.004535512998700142, -0.04463863745331764, 0.016844259575009346, 0.02844327501952648, -0.019061321392655373, 0.0024722262751311064, -0.02898402325809002, -0.026564180850982666, 0.005150611978024244, 0.01716870814561844, 0.0016492774011567235, 0.00020753266289830208, -0.026388438418507576], \"132e5449-fddd-4482-9399-2d1b79e16d13\": [-0.0032058171927928925, 0.012368874624371529, 0.016558656468987465, -0.01760108955204487, -0.005689949728548527, 0.006264624651521444, -0.023067183792591095, -0.01321084052324295, -0.023975972086191177, -0.014460423961281776, 0.04522557929158211, 0.015382576733827591, 0.0042499215342104435, 0.017440715804696083, -0.009268303401768208, -0.012175088748335838, 0.005559645593166351, 0.004076182376593351, 0.015783512964844704, -0.021543625742197037, 0.00437020231038332, -0.009241574443876743, -0.01793520338833332, -0.002066490938887, -0.007136660162359476, 0.015048463828861713, 0.03656535968184471, -0.04025397077202797, 0.01126630138605833, -0.014179768972098827, 0.018456419929862022, -0.012816586531698704, -0.029081223532557487, -0.02245241403579712, -0.016478467732667923, -0.009996670298278332, -0.03541601076722145, -0.020046798512339592, 0.03063150867819786, -0.023147370666265488, 0.03571002930402756, -0.0123154167085886, -0.013591730035841465, 0.0004280826833564788, -0.008219187147915363, 0.022826621308922768, 0.013585047796368599, -0.03504180535674095, -0.014326779171824455, 0.009335125796496868, 0.013464766554534435, 0.03260945901274681, -0.04263285920023918, 0.0001724860048852861, -0.017467444762587547, 0.011466768570244312, -0.00813900027424097, -0.0019846330396831036, -0.007604419253766537, -0.007517549674957991, 0.013765468262135983, 0.0019445394864305854, -0.008606758899986744, 0.008092224597930908, -0.012723035179078579, -0.012783175334334373, -0.016184449195861816, -0.0016162731917575002, -0.009421995840966702, 0.023962607607245445, -0.0003562483179848641, 0.0011042444966733456, 0.01148681528866291, -0.011333123780786991, 0.0007271140930242836, -0.02015371434390545, -0.017119966447353363, -0.015983980149030685, 0.0004128387663513422, -0.012014715000987053, 0.03279656171798706, -0.00838624406605959, -0.0181757640093565, 0.04920820891857147, 0.01001671701669693, 0.00175409484654665, 0.014553976245224476, 0.016425009816884995, -0.009388583712279797, -0.023454755544662476, -0.0036785874981433153, 0.02195792645215988, 0.011787517927587032, 0.005923829041421413, 0.01065153256058693, -0.005593056790530682, 0.01368528138846159, 0.017721369862556458, 0.004918147809803486, -0.001261277706362307, -0.0012554307468235493, 2.3635906472918577e-05, -0.03632479906082153, -0.021583719179034233, -0.010952234268188477, -0.004624128341674805, 0.027931872755289078, -0.008954237215220928, 0.009341808035969734, -0.021169420331716537, -0.008339468389749527, 0.038703687489032745, 0.010324100963771343, -0.02353494241833687, -0.009214845485985279, 0.008920825086534023, -0.0023855690378695726, -0.014553976245224476, -0.0037654570769518614, -0.02143670991063118, 0.013778832741081715, 0.02060810849070549, 0.012355510145425797, -0.018429690971970558, 0.009061153046786785, -0.008132318034768105, 0.004707656800746918, -0.006969603709876537, -0.0018760462990030646, -0.020902128890156746, 0.047310445457696915, 0.00807217787951231, 0.028813932090997696, -0.007470773532986641, 0.00038381267222575843, 0.011560320854187012, -0.004667562898248434, 0.011914480477571487, -0.03873041644692421, -0.020621472969651222, 0.0070631555281579494, 0.034667596220970154, -0.004898101091384888, 0.027223553508520126, -0.009495500475168228, -0.0018376231892034411, 0.011286348104476929, 0.018162399530410767, 0.0016271318309009075, -0.020942222326993942, 0.001264618942514062, 0.022492507472634315, 0.00841965526342392, 0.01626463606953621, 0.026194483041763306, 0.02221185341477394, 0.0038289385847747326, -0.021356523036956787, 0.020955586805939674, 0.012469109147787094, 0.022479142993688583, 0.030150385573506355, 0.024016065523028374, 0.008894096128642559, 0.008994330652058125, 0.03514872118830681, -0.0006565326475538313, -0.012836633250117302, 0.0334380604326725, 0.0002244823845103383, 0.03496161848306656, 0.0017591066425666213, -0.01577014848589897, 0.014380237087607384, 0.012763128615915775, 0.00874040462076664, 0.02066156640648842, -0.003362850518897176, -0.03375880792737007, -0.011079197749495506, -0.032502543181180954, -0.007223529741168022, 0.023775503039360046, 0.012228547595441341, -0.024042794480919838, 0.0146475275978446, 0.0032893456518650055, -0.00210491381585598, 0.02239895612001419, -0.0003654364263638854, 0.022733069956302643, -0.0034781196154654026, -0.0032559342216700315, -0.013264298439025879, -0.6329442858695984, -0.006107591558247805, 0.012469109147787094, -0.04057472199201584, -0.005760113708674908, 0.010838636197149754, 0.01645173877477646, 0.022225217893719673, -0.017320433631539345, 0.0413498654961586, 0.014273320324718952, 0.03827602043747902, 0.023909147828817368, -0.00249582645483315, -0.022545967251062393, -0.013063830323517323, 0.028546640649437904, -0.01196793932467699, 0.004263286013156176, 0.020621472969651222, -0.004587376024574041, 0.008433019742369652, 0.02239895612001419, -0.02718346007168293, 0.019819602370262146, -0.011861022561788559, 0.038436394184827805, 0.0065553029999136925, 0.001271301181986928, 0.0206749327480793, -0.020688297227025032, 0.0003625129465945065, 0.013658552430570126, -0.0030237254686653614, 0.049742791801691055, 0.007470773532986641, -0.015235567465424538, 0.009161386638879776, 0.011633825488388538, 0.01915137469768524, -0.015449400059878826, -0.016759123653173447, 0.01844305545091629, 0.0041663930751383305, 0.007684606127440929, 0.004159710835665464, 0.03498834744095802, 0.0001612096675671637, -0.010571345686912537, -0.020447734743356705, -0.0015536269638687372, -0.006849322933703661, 0.002069832058623433, 0.03223525360226631, -0.043354544788599014, -0.011901115998625755, 0.018777167424559593, -0.009809566661715508, 0.0026628831401467323, -0.027143364772200584, -0.005349154118448496, 0.00924825668334961, -0.024537282064557076, 0.005673244129866362, -0.03036421723663807, 0.01920483261346817, -0.013264298439025879, -0.020340818911790848, 0.011780835688114166, -0.02329437993466854, 0.0002821169327944517, 0.020073527470231056, -0.011433357372879982, -0.01818912848830223, -0.00017081543046515435, 0.018349504098296165, 0.05348486080765724, -0.029589075595140457, -0.011112608946859837, 0.0210491381585598, 0.03413301706314087, 0.001578685361891985, -0.025045134127140045, -0.021597085520625114, 0.04263285920023918, 0.004226533230394125, -0.010544615797698498, -0.03274310380220413, 0.013792197220027447, -0.02576681785285473, 0.005923829041421413, -0.013424673117697239, -0.001006516395136714, -0.013250933960080147, 0.016491834074258804, 0.03450722247362137, -0.0018493172246962786, 0.013284345157444477, -0.009355172514915466, -0.021650543436408043, -0.018322773277759552, -0.008459748700261116, 0.00019796214473899454, 0.02055465057492256, 0.014300050213932991, 0.012923503294587135, 0.009589051827788353, 0.009883072227239609, 0.02469765581190586, -0.019792873412370682, -0.00588707672432065, -0.022826621308922768, -0.01238223910331726, -0.011714012362062931, -0.019351843744516373, -0.02940197102725506, 0.026555325835943222, -0.006334788631647825, 0.002940197242423892, -0.008259281516075134, -0.0013974289176985621, 0.011366534978151321, -0.00292015029117465, -0.037554334849119186, 0.011767471209168434, -0.018456419929862022, -0.005242237821221352, -0.023267650976777077, -0.015235567465424538, 0.025673266500234604, 0.029375242069363594, -0.01008353941142559, 0.0181757640093565, -0.01103910431265831, 0.028038788586854935, -0.00931507907807827, -0.001168561284430325, -0.011593732051551342, 0.02999001182615757, -0.028546640649437904, -0.03434684872627258, 0.005826936103403568, 0.02884066104888916, -0.00021696483599953353, 0.003949219360947609, 0.0024574033450335264, -0.011239571496844292, -0.016037439927458763, -0.008947554975748062, 0.022866714745759964, -0.0235483068972826, 0.0033712033182382584, -0.017908474430441856, 0.02098231576383114, -0.007537596393376589, -0.01174074225127697, 0.02023390308022499, -0.018777167424559593, -0.005178756546229124, -0.01749417372047901, -0.013952571898698807, 0.031353194266557693, 0.019178103655576706, -0.01920483261346817, -0.013057148084044456, -0.00924825668334961, 0.017200153321027756, -0.008539936505258083, -0.029508888721466064, -0.019418666139245033, -0.011179431341588497, 0.008539936505258083, -0.02328101545572281, -0.006020721979439259, 0.024898124858736992, 0.023775503039360046, -0.040547993034124374, -0.024911489337682724, 0.015329118818044662, -0.0070163793861866, 0.01659874990582466, 0.02030072547495365, 0.00023701162717770785, 0.00016580373630858958, 0.03637825697660446, 0.01645173877477646, 0.016892768442630768, 0.023387931287288666, -0.016491834074258804, 0.00957568734884262, 0.02150353230535984, -0.0032759809400886297, -0.003085536416620016, -0.012535931542515755, -0.004072841256856918, 0.02405615895986557, 0.0035382600035518408, 0.012168406508862972, 0.0024841325357556343, 0.002631142269819975, 0.027584394440054893, 0.015903793275356293, 0.017307069152593613, -0.029134681448340416, 0.008900778368115425, -0.008900778368115425, 0.0005696631851606071, -0.004183098673820496, -0.014059488661587238, 0.015262296423316002, -0.007236894220113754, -0.02259942516684532, -0.017948567867279053, -0.0140327587723732, 0.0013314415700733662, 0.008078860118985176, -0.012616118416190147, 0.017213517799973488, -0.006521891802549362, -0.013952571898698807, 0.004774479195475578, -0.017240246757864952, 0.027905143797397614, 0.02476447820663452, -0.031433381140232086, 0.02787841483950615, 0.008566665463149548, 0.011540274135768414, -0.001522721373476088, -0.03258273005485535, 0.010250596329569817, 0.011800882406532764, -0.005890417844057083, 0.004213168751448393, 0.013698645867407322, 0.0005420988309197128, -0.00109255057759583, -0.025940557941794395, 0.0316472128033638, -0.000625627173576504, -0.011473450809717178, 0.03218179568648338, 0.018991000950336456, -0.013625141233205795, 0.003578353673219681, -0.00014826278493274003, 0.02238559164106846, 0.02310727722942829, 0.0009956576395779848, 0.001661378424614668, -0.0021299724467098713, 0.016251271590590477, -0.023267650976777077, -0.0030086904298514128, 0.02334783785045147, -0.017440715804696083, 0.004069500137120485, 0.013438037596642971, 0.010504522360861301, 0.00896760169416666, 0.005402612499892712, -0.017895109951496124, -0.009502182714641094, -0.009682604111731052, 0.018082212656736374, 0.0029552322812378407, -0.0029869729187339544, -0.024336813017725945, 0.004206486511975527, -0.008559983223676682, -0.0035148721653968096, -0.01665220782160759, -0.03736723214387894, 0.012689623981714249, 0.0026328128296881914, 0.004944877233356237, 0.024537282064557076, 0.009388583712279797, -0.009642510674893856, -0.0002478703099768609, -0.03707321360707283, 0.006468433886766434, 0.014553976245224476, 0.03311731293797493, -0.00950886495411396, -0.012656212784349918, -0.022305404767394066, -0.0018643522635102272, -0.007851663045585155, -0.014206497929990292, -0.018282679840922356, 0.031620483845472336, 0.007250258699059486, -0.012956914491951466, -0.013451402075588703, 0.028172435238957405, 0.03867695853114128, -0.01563650369644165, -0.007631148211658001, -0.005439364816993475, -0.006869369652122259, 0.016866039484739304, -0.009134657680988312, -0.020568015053868294, 0.030551321804523468, 0.002245241543278098, -0.0032191816717386246, -0.0014868042198941112, 0.031807586550712585, 0.0007517549674957991, 0.0042532626539468765, -0.028118977323174477, -0.006134320516139269, 0.006501845084130764, 0.027103271335363388, -0.0038823967333883047, -0.004687609616667032, -0.007196800783276558, 0.030658237636089325, 0.001780823920853436, 0.004082864616066217, 0.012435697950422764, -0.02296026609838009, 0.041510239243507385, 0.0300434697419405, 0.016438374295830727, 0.013571682386100292, 0.012749764136970043, -0.008747086860239506, 0.029829636216163635, -0.040360886603593826, -0.0020481145475059748, 0.0012671247823163867, -0.018737073987722397, -0.014046123251318932, -0.013738739304244518, -0.010076857171952724, 0.01602407544851303, 0.0034447081852704287, -0.015783512964844704, -0.0045205531641840935, -0.0032893456518650055, 0.022064844146370888, -0.014366872608661652, -0.01577014848589897, 0.0009054470574483275, 0.015128650702536106, 0.009274985641241074, 0.01639828085899353, 0.020447734743356705, 0.013598412275314331, -0.0037153400480747223, 0.02525896579027176, -0.02368195168673992, -0.0028048811946064234, 0.01575678400695324, 0.0233612023293972, 0.008894096128642559, -0.010511204600334167, 0.04658875986933708, 0.017654547467827797, 0.012783175334334373, -0.004129640758037567, -0.019351843744516373, -0.008920825086534023, 0.020968951284885406, 0.005803548265248537, -0.004046112298965454, 0.008172411471605301, 0.013397944159805775, 0.01508855726569891, 0.013899113982915878, 0.007183436304330826, 0.017574360594153404, 0.011099244467914104, 0.0031891115941107273, -0.02111596055328846, -0.013678599148988724, -0.001456734025850892, 0.0070163793861866, 0.02003343403339386, 0.012288687750697136, 0.0021533602848649025, -0.04594726115465164, 0.0006824264419265091, -0.051399990916252136, -0.003234216943383217, 0.0003913302207365632, 0.0006974615389481187, -0.010136998258531094, -0.015796877443790436, -0.008118953555822372, 0.009214845485985279, -0.0032024760730564594, -0.02112932689487934, 0.0010541274677962065, -0.011446721851825714, 0.002195124514400959, 0.004513870924711227, 0.01749417372047901, 0.010223867371678352, -0.02948215790092945, 0.001095891697332263, 0.02686271071434021, -0.026702336966991425, -0.015115286223590374, -0.028439724817872047, -0.023200828582048416, -0.02162381447851658, -0.011854340322315693, 0.0246308334171772, -0.036351528018713, -0.018336137756705284, 0.014674256555736065, 0.00014982893480919302, -0.0024072863161563873, -0.0019361866870895028, 0.01524893194437027, 0.003558306721970439, -0.009682604111731052, -0.003985971678048372, 0.018790531903505325, 0.006511868443340063, -0.015997344627976418, 0.0215703547000885, 0.016371551901102066, 0.002701306249946356, -0.0001250836648978293, -0.004647516179829836, 0.010003352537751198, 0.00896760169416666, 0.018349504098296165, -0.01645173877477646, -0.02124960720539093, 0.03119281865656376, -0.0037687981966882944, 0.00884063821285963, -0.004430342465639114, 0.0051420037634670734, 0.017961932346224785, 0.015970615670084953, 0.012101584114134312, 0.0010975622572004795, -0.005619785748422146, -0.0034346848260611296, -0.015355847775936127, 0.030203843489289284, 0.016184449195861816, -0.004159710835665464, -0.0017490831669420004, -0.023374566808342934, -0.04167061299085617, -0.030070198699831963, -0.004016042221337557, 0.0002470350300427526, 0.0024874736554920673, -0.022425685077905655, -0.032769832760095596, -0.016237907111644745, -0.017574360594153404, 0.01244238018989563, 0.03178085759282112, 0.002023056149482727, 0.013250933960080147, 0.001807552995160222, 0.011446721851825714, -0.010885411873459816, -0.025793548673391342, -0.01812230609357357, -0.0420982763171196, -0.038570042699575424, -0.008934189565479755, 0.04557305574417114, 0.04543941095471382, -0.010618121363222599, 0.008994330652058125, -0.0063615175895392895, 0.002033079508692026, -0.00440361350774765, -0.026314765214920044, 0.0006987144588492811, -0.004046112298965454, 0.022639518603682518, 0.015716690570116043, 0.013498177751898766, -0.021262971684336662, 0.014741078950464725, -0.020327454432845116, -0.001221184153109789, 0.012662895023822784, -0.014500517398118973, 0.002215171232819557, -0.03616442531347275, -0.007738064508885145, 0.01768127642571926, 0.015289025381207466, -0.0008461419492959976, -0.008519889786839485, -0.009047788567841053, -0.023067183792591095, -0.007824934087693691, -0.004042771179229021, -0.02136988751590252, -0.03362516313791275, -0.010511204600334167, 0.012128313072025776, 0.002602742752060294, 0.005085204727947712, -0.02259942516684532, -0.021663907915353775, 0.03194123134016991, 0.019231561571359634, 0.031486839056015015, -0.013311074115335941, 0.03146011009812355, 0.012328781187534332, 0.03667227551341057, -0.00709656672552228, 0.011667236685752869, -0.024229897186160088, -0.01683931052684784, -0.02584700658917427, -0.006388246547430754, 0.021022409200668335, 0.01607753336429596, 0.03667227551341057, -0.00013855261204298586, -0.027076542377471924, -0.01749417372047901, 0.007470773532986641, -0.017534267157316208, 0.03191450238227844, 0.01270298846065998, -0.025699995458126068, 0.004647516179829836, -0.008493160828948021, -0.0046040816232562065, 0.004851325415074825, 0.031085902824997902, 0.011987986043095589, -0.00256933132186532, -0.0009463759488426149, -0.03049786388874054, -0.01027732528746128, -0.013885749503970146, -0.027851685881614685, 0.0276913121342659, 0.00012456161493901163, 0.022759798914194107, 0.014834631234407425, 0.036137696355581284, -0.029241597279906273, -0.0015519562875851989, 0.004697632975876331, 0.009929847903549671, 0.020715026184916496, 0.01595725119113922, -0.0034981663338840008, 0.0015636503230780363, 0.01184097584336996, -0.015529586933553219, -0.009849660098552704, -0.009969941340386868, 0.017266975715756416, 0.011286348104476929, -0.0032124994322657585, 0.0036685641389340162, 0.001500168815255165, -0.012849997729063034, -0.008974283933639526, -0.0217574592679739, 0.0030437721870839596, -0.0030304077081382275, -0.017186788842082024, -0.011673918925225735, -0.003210828872397542, -0.01665220782160759, 0.015796877443790436, 0.02010025642812252, -0.001059139147400856, 0.011961257085204124, 0.004480459727346897, -0.02921486832201481, 0.008820591494441032, 0.015075192786753178, 0.039024434983730316, -0.026127660647034645, 0.0007396433502435684, 0.02195792645215988, 0.04217846319079399, -0.004764455836266279, -0.018937543034553528, -0.011246253736317158, 0.02801205962896347, -0.00572670204564929, 0.0034246614668518305, -0.0003115606668870896, 0.0008457243093289435, 0.002273641061037779, 0.00658871466293931, 0.0005533751682378352, -0.026876075193285942, -0.029695991426706314, -0.008392926305532455, 0.0134914955124259, 0.018269315361976624, -0.0298563651740551, -0.02155699022114277, 0.004326767288148403, 0.008265963755548, -0.010310736484825611, -0.014847995713353157, -0.008974283933639526, -0.022826621308922768, 0.002677918178960681, 0.0015544622438028455, 0.011413310654461384, 0.015569680370390415, 0.012469109147787094, -0.010397606529295444, 0.014300050213932991, 0.029963282868266106, -0.013979300856590271, 0.04434351995587349, -0.02099568024277687, 0.0014174757525324821, -0.016505198553204536, 0.000369195215171203, -0.006338129751384258, -0.024711020290851593, 4.1972984035965055e-05, -0.01543603464961052, -0.03017711453139782, 0.0003529071982484311, 0.0017273658886551857, 0.013197476044297218, 0.007317081559449434, 0.003379556117579341, 0.04249921441078186, -0.027611123397946358, 0.007925167679786682, -0.00813900027424097, -0.04792521521449089, 0.02723691798746586, -0.04650857299566269, 0.011212842538952827, 0.0010273983934894204, -0.0176144540309906, 0.014781173318624496, -0.01531575433909893, 0.0025075203739106655, -0.015075192786753178, -0.01524893194437027, -0.016745759174227715, -0.00389910233207047, 0.01793520338833332, -0.05316410958766937, 0.01056466344743967, -0.015275660902261734, -0.030578050762414932, -0.01262948289513588, 0.0199666116386652, 0.01754763163626194, -0.014834631234407425, -0.0036785874981433153, -0.006174413952976465, -0.01587706431746483, 0.031085902824997902, -0.012462426908314228, -0.03191450238227844, -0.02559307962656021, -0.007744746748358011, -0.025980651378631592, 0.006411634385585785, 0.0009538935264572501, 0.03653863072395325, 0.009809566661715508, -0.029562346637248993, -0.02737056277692318, -0.02162381447851658, -0.008854002691805363, -0.023013725876808167, 5.622500611934811e-05, -0.0014625809853896499, 0.04057472199201584, 0.006147684995085001, -0.010410971008241177, 0.052041489630937576, -0.010671579279005527, 0.0065586441196501255, -0.03779489919543266, 0.000329310423694551, 0.017119966447353363, 0.002420651027932763, 0.004904783330857754, -0.0002146678016288206, -0.00510525144636631, -0.0006594561273232102, 0.036137696355581284, -0.004380225669592619, -0.001330606290139258, 0.01734716258943081, -0.019752779975533485, -0.006298035848885775, -0.03736723214387894, -0.009682604111731052, -0.00924825668334961, -0.00016611696628388017, 0.010905458591878414, -0.027397291734814644, -0.016425009816884995, 0.012870044447481632, 0.019445395097136497, -0.020140349864959717, 0.017320433631539345, -0.008934189565479755, -0.021530261263251305, 0.007276988122612238, 0.0014717691810801625, -0.01001671701669693, -0.016371551901102066, -0.026074202731251717, 0.006034086458384991, 0.0026110955514013767, -0.007530914153903723, 0.018469784408807755, 0.005061816889792681, -0.021530261263251305, 0.010424335487186909, 0.012716352939605713, -0.019926518201828003, -0.019859695807099342, 0.007109931204468012, 0.003618447110056877, -0.005596397910267115, -0.016411645337939262, 0.012422333471477032, -0.004761114716529846, -0.01915137469768524, 0.0037654570769518614, -0.0073371282778680325, -0.020461099222302437, -0.020394276827573776, -0.010324100963771343, -0.0356031134724617, -0.010952234268188477, 0.007430680096149445, -0.018803896382451057, 0.01609089784324169, -0.009936530143022537, -0.03629807010293007, -0.010123633779585361, 0.002066490938887, -0.0014258285518735647, 0.010270643047988415, -0.01729370467364788, -0.018456419929862022, 0.023775503039360046, 0.002119949087500572, -0.010297372005879879, 0.2126564383506775, -0.0059305112808942795, -0.005997334141284227, 0.031353194266557693, 0.0014625809853896499, 0.008994330652058125, 0.007631148211658001, -0.009274985641241074, -0.0018793874187394977, 0.026368223130702972, 0.00486803101375699, 0.024256626144051552, -0.017895109951496124, -0.0010006693191826344, 0.00025810254737734795, -0.028225893154740334, -0.02755766548216343, -0.0011810905998572707, -0.012709670700132847, -0.007611101493239403, -0.0030571368988603354, 0.0123154167085886, -0.02124960720539093, -0.002681259298697114, 0.021289700642228127, -0.003975948318839073, 0.008399608545005322, 0.004777820315212011, 0.015342483296990395, -0.00588707672432065, -0.03683265298604965, -0.019926518201828003, -0.00491146557033062, 0.01748080924153328, -0.030203843489289284, -0.01425995584577322, 0.014981641434133053, -0.0026411658618599176, 0.005970604717731476, -0.012335463427007198, 0.005091886967420578, -0.017133330926299095, -0.009749426506459713, -0.0026328128296881914, 0.0028015400748699903, 0.03477451205253601, 0.0033027101308107376, -0.006602079141885042, -0.011159384623169899, 0.019926518201828003, -0.01037087757140398, -0.0020414323080331087, 0.017814921215176582, 0.026261307299137115, 0.011640507727861404, -0.020394276827573776, 0.015730055049061775, 0.026141025125980377, 0.02003343403339386, 0.0067958650179207325, -0.007437362335622311, 0.018042119219899178, -0.00931507907807827, 0.012576024979352951, 0.0011443380499258637, 0.011660554446280003, -0.02265288308262825, -0.028760474175214767, 0.011794200167059898, -0.023080548271536827, 0.01221518311649561, -0.016184449195861816, 0.009268303401768208, 0.008854002691805363, 0.02195792645215988, -0.022345498204231262, 0.016117626801133156, 0.020715026184916496, -0.011667236685752869, 0.04934185370802879, -0.05188111588358879, -0.022225217893719673, -0.02551289275288582, -0.05693290755152702, -0.017133330926299095, -0.03667227551341057, 0.025633173063397408, 0.0016789194196462631, 0.005546281114220619, -0.019739415496587753, -0.012014715000987053, -0.00011954992078244686, -0.0056632207706570625, 0.027397291734814644, -0.005633150693029165, 0.030150385573506355, 0.0002171736559830606, 0.01282326877117157, -0.012221865355968475, -0.033838994801044464, -0.02246577851474285, 0.013805561698973179, 0.01889744959771633, -0.00010258323163725436, -0.020193807780742645, -0.04113603010773659, 0.0066421725787222385, 0.006949556991457939, 0.0031623824033886194, -0.011112608946859837, -0.008513207547366619, -0.0359773226082325, 0.0004756938433274627, 0.0015285684494301677, 0.013899113982915878, 0.01365187019109726, 0.010992327705025673, -0.01792183890938759, -0.01033746637403965, -0.001251254347153008, 0.007397268898785114, -0.02672906592488289, 0.009455407038331032, 0.00639492878690362, -0.007190118543803692, -0.0008436361094936728, -0.02170400135219097, -0.002606083871796727, -0.004941536113619804, -0.026007380336523056, 0.00510525144636631, 0.0004456236201804131, 0.018603429198265076, -0.011239571496844292, -0.025352519005537033, -0.006050792057067156, -0.004690950736403465, -0.020634837448596954, 0.007390586659312248, -0.0003501925093587488, -0.010671579279005527, -0.006832617335021496, 0.013498177751898766, 0.010898776352405548, -0.00012195135786896572, -0.0018543289043009281, 0.0026261305902153254, 0.008566665463149548, -0.02801205962896347, 0.007530914153903723, -0.011413310654461384, 0.0011009033769369125, 0.01991315372288227, -0.008165729232132435, -0.007557643111795187, -0.017387256026268005, -0.011961257085204124, -0.03498834744095802, -0.004777820315212011, -0.005940534640103579, -0.024042794480919838, 0.013291027396917343, 0.011166066862642765, 0.0005011699977330863, -0.04442370682954788, -0.0352289080619812, -0.16978302597999573, 0.024844666942954063, 0.025887100026011467, -0.03220852464437485, -0.012963596731424332, -0.006531915161758661, 0.02819916419684887, 0.0053057195618748665, 0.024336813017725945, -0.013872385025024414, 0.01065153256058693, -0.027343833819031715, -0.017961932346224785, 0.013565000146627426, -0.015235567465424538, -0.014741078950464725, 0.014059488661587238, 0.0003779656835831702, 0.03680592402815819, 0.0027697994373738766, 0.025432705879211426, -0.02513868547976017, 0.013224205002188683, 0.007564325351268053, -0.015516222454607487, 0.020046798512339592, 0.00627130689099431, -0.003929172642529011, -0.009228209964931011, -0.0341864749789238, -0.01959240436553955, -0.006692289840430021, -0.011366534978151321, -0.005165391601622105, 0.0019478806061670184, 0.006498503964394331, -0.001552791683934629, -0.01384565606713295, -0.017026415094733238, 0.0012596071464940906, 0.01875043846666813, 0.010852000676095486, -0.02870701625943184, 0.015462764538824558, 0.017694640904664993, 0.018964271992444992, 0.021971290931105614, -0.004430342465639114, -0.016371551901102066, -0.0215703547000885, 0.019819602370262146, -0.027223553508520126, 0.028573371469974518, 0.0217574592679739, 0.032261982560157776, 0.008486478589475155, -0.016304729506373405, 0.018269315361976624, -0.001277983421459794, -0.009435360319912434, -0.0014158051926642656, -0.02532579004764557, 0.009188116528093815, 0.01135317049920559, -0.007617783732712269, -0.00717675406485796, -0.004279991611838341, -0.0007187612936832011, -0.0259004645049572, 0.02042100578546524, -0.009335125796496868, -0.006100909318774939, -0.0016120967920869589, -0.021463438868522644, -0.000589292380027473, 0.024871395900845528, -0.03667227551341057, -0.002445709425956011, 0.008486478589475155, 0.002796528395265341, -0.03712667152285576, 0.013123971410095692, -0.016358187422156334, 0.0348547026515007, -0.01270298846065998, 0.00940863136202097, -0.006074179895222187, -0.0011201149318367243, -0.022880079224705696, -0.010317418724298477, 0.019057823345065117, -0.003052125219255686, -0.027156729251146317, -0.006672242656350136, -0.00464083394035697, 0.021730730310082436, 0.018296044319868088, -0.019231561571359634, 0.009161386638879776, -0.0009689286234788597, -0.0037654570769518614, -0.00596392247825861, -0.03421320393681526, 0.0026729064993560314, 0.01407285314053297, 0.018803896382451057, 0.01259607169777155, -0.007958578877151012, 0.041002385318279266, -0.019806237891316414, -0.027424020692706108, -0.004650857299566269, 0.012529249303042889, 0.027036448940634727, 0.004978288430720568, 0.020514557138085365, 0.0169061329215765, -0.029749449342489243, 0.017975296825170517, -0.014326779171824455, 0.059498898684978485, -0.002631142269819975, -0.006485139485448599, 0.04298033565282822, 0.0011969609186053276, 0.005880394484847784, -0.08563992381095886, -0.006662219297140837, -0.004239898175001144, 0.020247267559170723, 0.009268303401768208, 0.01818912848830223, -0.015542951412498951, 0.03482797369360924, 0.008519889786839485, 0.013317756354808807, -0.012796539813280106, -0.007056473288685083, -0.004340131767094135, -0.010043445974588394, 0.013631823472678661, 0.002245241543278098, -0.026849346235394478, -0.019218197092413902, -0.013885749503970146, 0.04581361636519432, 0.008446384221315384, -0.002195124514400959, 0.001029068953357637, -0.03349151834845543, -0.003932513762265444, 0.013230887241661549, -0.032689645886421204, 0.02118278481066227, 0.0259004645049572, -0.007370539475232363, -0.0023972629569470882, -0.020902128890156746, 0.023895783349871635, -0.004453730303794146, -0.0194053016602993, -0.015609773807227612, -0.01626463606953621, -0.015182108618319035, 0.008172411471605301, -0.019378572702407837, 0.008854002691805363, 0.034427035599946976, 0.014527247287333012, -0.017814921215176582, 0.007991990074515343, -0.019178103655576706, -0.015556315891444683, 0.06382900476455688, -0.022439049556851387, 0.001996326958760619, -0.025726724416017532, 0.020327454432845116, -0.013792197220027447, -0.040868740528821945, 0.029508888721466064, -0.0062011429108679295, 0.012221865355968475, 0.02238559164106846, -0.011573685333132744, -0.005783501546829939, -0.029455428943037987, -0.022318769246339798, -0.0019545629620552063, 0.014153040014207363, 0.014674256555736065, 0.01492818258702755, -0.015048463828861713, -0.009883072227239609, 0.016919497400522232, -0.025058498606085777, -0.017654547467827797, 0.03351824730634689, -0.005923829041421413, 0.014313414692878723, -0.016558656468987465, 0.00877381581813097, 0.00397260719910264, -0.002849986543878913, 0.0031740765552967787, 0.0077781579457223415, -0.003932513762265444, -0.004550623241811991, -0.004998335149139166, -0.00861344113945961, -0.0009421995491720736, 0.0017724711215123534, 0.012408968061208725, 0.013885749503970146, 0.017373891547322273, -0.034427035599946976, 0.01451388280838728, 0.03325095772743225, 0.006862687412649393, -0.004774479195475578, -0.003695293329656124, 0.01621117815375328, -4.716740295407362e-05, 0.0018292703898623586, -5.940952542005107e-05, -0.006889416370540857, -0.03399937227368355, -0.00908788200467825, -0.048593439161777496, 0.023240922018885612, -0.013979300856590271, 0.014500517398118973, -0.0020614792592823505, 0.011272983625531197, -0.011867704801261425, -0.012014715000987053, -0.0015820265980437398, 0.016825946047902107, -0.01601070910692215, 3.857964838971384e-05, -0.024029430001974106, -0.008259281516075134, 0.011520227417349815, 0.00877381581813097, 0.017079873010516167, -0.01084531843662262, 0.016892768442630768, -0.028038788586854935, -0.010985645465552807, 0.0073438105173408985, -0.0006886910414323211, 0.017654547467827797, -0.0059305112808942795, -0.0012587718665599823, -0.01282326877117157, -0.0030838658567517996, 0.0010883741779252887, -0.008112271316349506, 0.03234216943383217, -0.01991315372288227, 0.02897430583834648, 0.020968951284885406, 0.0062846713699400425, -0.03848985210061073, 0.014968276023864746, 0.027664583176374435, 0.019164739176630974, -0.0024941558949649334, 0.006922828033566475, -0.00912129320204258, 0.01492818258702755, -0.016638843342661858, -0.008306057192385197, -0.02253260277211666, -0.005255602300167084, 0.013658552430570126, -0.009996670298278332, -0.006942874751985073, 0.03501507639884949, 0.016799217090010643, -0.008219187147915363, -0.014727714471518993, 0.00268794153816998, -0.034881431609392166, 0.0063715409487485886, 0.01365187019109726, -0.010203820653259754, -0.0014726044610142708, 0.041242945939302444, 0.03643171489238739, 0.001175243523903191, -0.03982630744576454, -0.012549296021461487, -0.018523242324590683, -0.010270643047988415, 0.023775503039360046, 0.011239571496844292, -0.029642533510923386, -0.00947545375674963, 0.013484813272953033, 0.001185266999527812, 0.02072839066386223, 0.019766144454479218, 0.011045786552131176, -0.004259944893419743, -0.022505871951580048, -0.00214500748552382, 0.013979300856590271, 0.0253391545265913, 0.003925831522792578, -0.01547612901777029, 0.019378572702407837, 0.0030738424975425005, 0.0070163793861866, -0.007390586659312248, 0.017948567867279053, -4.5418528316076845e-05, 0.0031339828856289387, -0.02270634099841118, 0.0067958650179207325, -0.009421995840966702, 0.01040428876876831, 0.0017657888820394874, 0.00677915895357728, -0.021289700642228127, 0.029909823089838028, -0.0066354903392493725, 0.027584394440054893, 0.0038489853031933308, 0.013484813272953033, -0.007196800783276558, 0.013444719836115837, -0.01407285314053297, 0.012923503294587135, -0.04260613024234772, -0.025619808584451675, 0.033277686685323715, 6.165434751892462e-05, 0.017828285694122314, 0.006431681104004383, -0.0037587748374789953, 0.012876726686954498, -0.018296044319868088, 0.0029802906792610884, -0.021089231595396996, 0.011246253736317158, 0.021650543436408043, 0.016037439927458763, -0.005973945837467909, 0.0222786758095026, 0.03688611090183258, -0.012656212784349918, 0.03498834744095802, 0.018790531903505325, -0.0018860696582123637, -0.04006686806678772, 0.009515547193586826, 0.0006410799105651677, 0.0016246259910985827, -0.0029418678022921085, 0.0009939870797097683, -0.0034480493050068617, -0.007250258699059486, -0.004183098673820496, 0.004467094782739878, 0.01850987784564495, 0.011941209435462952, 0.060835354030132294, 0.016759123653173447, -0.03552292659878731, 0.032636187970638275, 0.022692976519465446, 0.018068848177790642, 0.016665572300553322, 0.009194798767566681, 0.005960581358522177, -0.0007037261384539306, -0.0021500191651284695, 0.023441389203071594, -0.01458070520311594, -0.03362516313791275, -0.04322089999914169, -0.00045063532888889313, 0.018549971282482147, 0.024938218295574188, 0.006478457245975733, -0.010938869789242744, 0.010076857171952724, -0.006685607600957155, -0.0007768134819343686, 0.005389247555285692, -0.012535931542515755, -0.01589042879641056, 0.030150385573506355, 0.01793520338833332, 0.004356837831437588, -0.025606444105505943, 0.002155030844733119, -0.0012128313537687063, -0.02916141040623188, 0.0010608098236843944, 0.0018894107779487967, -0.022799892351031303, -0.01964586228132248, -0.021677272394299507, -0.010190456174314022, 0.008519889786839485, -0.01607753336429596, -0.027397291734814644, -0.02972272038459778, -0.01305046584457159, 0.0014959924155846238, 0.01212163083255291, 0.004497165326029062, -0.013391261920332909, -0.03648517280817032], \"6ba1cd80-45a4-498d-8e74-bd82cbfbd346\": [-0.0015257267514243722, 0.01729978621006012, 0.020914863795042038, -0.014644348062574863, -0.015709152445197105, 0.022886723279953003, -0.007322174031287432, -0.013829312287271023, 0.00023128275643102825, -0.036150768399238586, 0.030287770554423332, 0.011173874139785767, 0.008919380605220795, 0.013020849786698818, -0.002735955873504281, -0.005123550072312355, 0.018127966672182083, -0.002343227155506611, 0.01794392615556717, -0.007558797020465136, -0.009997330605983734, -0.01839088276028633, -0.02466139756143093, -0.015985213220119476, -0.022255728021264076, -0.0062902336940169334, 0.02471398003399372, -0.03746534138917923, 0.001553661422803998, -0.0191927719861269, 0.030734727159142494, -0.025344975292682648, -0.021282942965626717, -0.024740271270275116, 0.010667763650417328, -0.007276163902133703, -0.020665094256401062, -0.025318684056401253, 0.000991681357845664, -0.0051991380751132965, 0.04259217903017998, -0.025542160496115685, -0.02525295503437519, 0.0006371572962962091, -0.004065318498760462, 0.04056773707270622, 0.01527534332126379, -0.030945058912038803, -0.02194022946059704, 0.023872653022408485, 0.027211669832468033, 0.027448292821645737, -0.04130389541387558, 0.005632947199046612, -0.03877991437911987, 0.01811482198536396, -0.003753107041120529, 0.0031056797597557306, 0.004183629993349314, -0.01756270043551922, 0.013342919759452343, -0.0016128172865137458, 0.006500565446913242, 0.011062134988605976, -0.0041606249287724495, 0.008091199211776257, 0.009701551869511604, 0.00465030362829566, -0.006684605963528156, -0.02443791925907135, 0.014105373062193394, 0.0077428375370800495, -0.015498820692300797, 0.014815242029726505, 0.015288488939404488, -0.015709152445197105, -0.01952141523361206, -0.002024443121626973, 0.0029840816278010607, -0.01736551523208618, 0.023123346269130707, 0.004137619864195585, -0.006181781645864248, 0.05132094770669937, 0.00849214382469654, -0.0012554175918921828, 0.008741913363337517, 0.026409780606627464, 0.0057315402664244175, -0.019718600437045097, -0.015525111928582191, 0.008636747486889362, 0.008288385346531868, 0.004272363614290953, -0.018351444974541664, 0.005626374389976263, -0.0009234878234565258, 0.02530553750693798, -0.0014476740034297109, 0.007381329778581858, -0.012212387286126614, 0.008413270115852356, -0.03233850747346878, -0.018574921414256096, -0.0026307899970561266, -0.006447982508689165, 0.014552327804267406, -0.013605834916234016, 0.020914863795042038, -0.021164631471037865, -0.008294958621263504, 0.03496765345335007, 0.006940947845578194, 0.0034934787545353174, 0.009471501223742962, -0.00959638599306345, 0.01519646868109703, -0.00927431508898735, -0.01708945445716381, -0.017720449715852737, 0.006116052623838186, 0.02984081581234932, 0.01703687198460102, -0.04309171810746193, 0.021979667246341705, -0.0028214030899107456, -0.003950293175876141, -0.0019291364587843418, -0.027448292821645737, -0.01670822873711586, 0.033442746847867966, 0.014079080894589424, 0.028368493542075157, -0.0019784329924732447, -0.006247510202229023, -0.0067371889017522335, 0.013934478163719177, -0.008340968750417233, -0.018022801727056503, -0.012941975146532059, 0.002354729687795043, 0.007670535705983639, -0.0025059054605662823, 0.003199343103915453, -0.0022314884699881077, -0.002246277406811714, 0.02768491581082344, 0.01736551523208618, -0.0037991171702742577, -0.010437713004648685, -0.006033891811966896, -0.015012428164482117, -0.003388312878087163, 0.014276267029345036, 0.010240526869893074, 0.01931108348071575, -0.0011272466508671641, -0.015827463939785957, -0.014618055894970894, 0.018522338941693306, 0.01524905115365982, 0.009550375863909721, 0.010161652229726315, -0.006816063076257706, 0.01438143290579319, 0.03378453850746155, 0.003914142493158579, 0.00927431508898735, 0.009865873493254185, 0.013408648781478405, 0.02228201925754547, 0.023596592247486115, -0.02562103606760502, 0.005156414117664099, 0.02568676508963108, 0.006510424893349409, 0.011594537645578384, 0.019153334200382233, -0.04038369655609131, -0.01785190775990486, -0.03680805489420891, -0.011009552516043186, 0.041987475007772446, 0.019113898277282715, -0.013099724426865578, 0.01351381465792656, -0.0020195133984088898, 0.017286639660596848, 0.017102601006627083, 0.016563624143600464, 0.020678238943219185, 0.002706377999857068, -0.014986136928200722, -0.030366646125912666, -0.6415117979049683, 0.003421177389100194, 0.013658417388796806, -0.04303913190960884, -0.0017040157690644264, 0.017168328166007996, 0.014499744400382042, 0.0237937793135643, -0.003720242762938142, 0.02881544828414917, 0.01181801501661539, 0.026672694832086563, 0.01430255826562643, -0.002785252407193184, -0.006273801438510418, -0.018482903018593788, 0.016405876725912094, -0.034205202013254166, 0.0071775708347558975, 0.00736818416044116, 0.0035066246055066586, 0.016957996413111687, -0.012981412000954151, -0.020586220547556877, 0.00042970117647200823, 0.01698428764939308, 0.03693951293826103, -0.01589319296181202, -0.017050016671419144, 0.010766356252133846, -0.0111935930326581, 0.004735750611871481, -0.0017171615036204457, 0.005517921876162291, 0.0504007451236248, 0.005836706142872572, -0.007276163902133703, 0.005445620510727167, 0.02113834023475647, 0.01622183620929718, -0.00803204346448183, -0.006250796373933554, 0.019442541524767876, 0.007309027947485447, -0.0017631716327741742, 0.003408031538128853, 0.04146164655685425, 0.002837835345417261, -0.030892474576830864, -0.00918886810541153, -0.006523570511490107, -0.012015201151371002, 0.011048989370465279, 0.03962124139070511, -0.015577695332467556, -0.0024171718396246433, 0.026843588799238205, -0.0036479411646723747, -0.008380405604839325, -0.025266101583838463, 0.0041573382914066315, -0.0017960359109565616, -0.012527884915471077, 0.0032650716602802277, -0.03307466581463814, 0.01985005848109722, -0.008939099498093128, -0.01698428764939308, -0.001473143813200295, -0.029814524576067924, 0.005586937069892883, 0.003953579347580671, 0.0011576461838558316, -0.007907158695161343, 0.014105373062193394, 0.013987061567604542, 0.03956865891814232, -0.02098059095442295, 0.00746020395308733, 0.004088323097676039, 0.018259424716234207, -0.005005238112062216, -0.036255933344364166, -0.019547706469893456, 0.0340474508702755, -0.0008569375495426357, 0.0015290131559595466, -0.012199241667985916, 0.031470887362957, -0.015801172703504562, 0.008617028594017029, -0.006927801761776209, -0.003490192350000143, -0.022479204460978508, 0.007381329778581858, 0.01024710014462471, -0.014959845691919327, 0.024792853742837906, 0.013566398061811924, -0.029262404888868332, -0.027422001585364342, -0.007841430604457855, 0.010496868751943111, 0.01622183620929718, 0.021927084773778915, 0.008130636997520924, 0.012527884915471077, 0.0022610663436353207, 0.011725994758307934, -0.014565473422408104, -0.013947623781859875, -0.04119873046875, -0.01346123218536377, -0.027816373854875565, -0.0055474997498095036, -0.027343127876520157, 0.008124063722789288, -0.023281095549464226, -0.0047554695047438145, -0.030419228598475456, 0.007473350036889315, 0.01649789698421955, -0.007532505784183741, -0.022479204460978508, 0.007276163902133703, -0.031050223857164383, -0.0036150768864899874, -0.01794392615556717, -0.0031927700620144606, 0.008676184341311455, 0.0019159907242283225, 0.018850982189178467, 0.035493481904268265, -0.016287565231323242, 0.014157955534756184, -0.013316628523170948, 0.007243299391120672, -0.012067783623933792, 0.009103421121835709, -0.018075384199619293, -0.02994598262012005, -0.010233953595161438, 0.03081360086798668, -0.0076179527677595615, -0.01702372543513775, 0.002786895725876093, -0.015577695332467556, -0.010726919397711754, 0.007657390087842941, 0.02075711451470852, -0.011528808623552322, 0.012179522775113583, -0.007788847666233778, 0.008308104239404202, -0.02794783003628254, -0.018193695694208145, 0.04064660891890526, -0.026751568540930748, -0.011739140376448631, -0.02421444281935692, -0.024792853742837906, 0.02080969698727131, 0.001056588371284306, -0.01016822550445795, -0.006497279275208712, -0.007190716452896595, -0.004919791128486395, 0.002364588901400566, -0.021651023998856544, -0.012987985275685787, -0.008084626868367195, 0.015380509197711945, -0.017917634919285774, -0.00030687073012813926, -0.0016374655533581972, 0.02681729756295681, -0.027159087359905243, -0.009524084627628326, 0.010615180246531963, -6.850159843452275e-05, 0.011640547774732113, 0.034415531903505325, 0.001343329669907689, -0.016747664660215378, 0.03977899253368378, 0.044695496559143066, 0.002405669307336211, -0.006132484879344702, -0.012777653522789478, 0.0171420369297266, 0.030156314373016357, 0.020586220547556877, -0.016024649143218994, 0.0008635104168206453, -0.0007431447738781571, 0.040515150874853134, -0.0008454350172542036, -0.0023760914336889982, -0.003851700108498335, 0.010510014370083809, 0.03304837644100189, 0.004870494361966848, 0.007361610885709524, -0.03956865891814232, 0.011982336640357971, -0.01532792579382658, -0.002252850215882063, -0.012994558550417423, -0.0015774881467223167, 0.013579543679952621, -0.0050446754321455956, -0.017641576007008553, -0.010332547128200531, -0.004502413794398308, 0.0014476740034297109, 0.001547910156659782, -0.009261169470846653, 0.014447161927819252, 0.0322333388030529, -0.019442541524767876, 0.009583240374922752, -0.03367936983704567, 0.012521311640739441, 0.026081137359142303, -0.041382770985364914, 0.011686557903885841, -0.008367259986698627, 0.004476122558116913, -0.01186402514576912, -0.036255933344364166, 0.017799323424696922, 0.013237753883004189, 0.018338298425078392, -0.005508062429726124, 0.02172989770770073, 0.012278115376830101, 0.010733491741120815, -0.01643216796219349, 0.02318907529115677, -0.023018181324005127, -0.010496868751943111, 0.029157238081097603, 0.0177861787378788, 0.0013696211390197277, 0.01397391501814127, 0.014815242029726505, 0.04579973593354225, 0.006369108334183693, -0.026791006326675415, -0.007723118644207716, 0.0005102187860757113, 0.011469652876257896, -0.0034770467318594456, -0.0028657701332122087, 0.030971350148320198, -0.0017976791132241488, 0.003792544361203909, 0.022913014516234398, 0.022360892966389656, 0.021453838795423508, 0.004617439117282629, -0.014407724142074585, 0.010523159988224506, 0.013500669039785862, 0.014802096411585808, -0.008952245116233826, -0.019008731469511986, -0.012909110635519028, -0.005856424570083618, 0.010049914009869099, 0.01844346523284912, -0.022781556472182274, -0.02638348750770092, -0.003437609411776066, 0.01736551523208618, 0.019074460491538048, 0.011403924785554409, 0.019061313942074776, 0.00881421472877264, -0.007723118644207716, -0.025555307045578957, 0.02222943678498268, 0.019389957189559937, 0.021322380751371384, -0.008991681970655918, -0.023885799571871758, -0.017115745693445206, -0.005402896553277969, 0.008906234987080097, 0.0021115336567163467, -0.02368861250579357, 0.012409573420882225, 0.011910035274922848, -0.006500565446913242, -0.04440629109740257, 0.031076515093445778, 0.04871809110045433, -0.027921538800001144, 0.006355962250381708, 0.0035066246055066586, 0.0010393345728516579, -0.00315004657022655, -0.00997103936970234, -0.006520284339785576, 0.04472178593277931, 0.01376358326524496, -0.02547643333673477, -0.015025573782622814, 0.007525932975113392, -0.02292616106569767, 0.005330595187842846, -0.024043546989560127, -0.005501489620655775, 0.0010935607133433223, 0.01773359440267086, -0.021046319976449013, -0.011101572774350643, -0.005251721013337374, 0.04164568707346916, 0.016103524714708328, -0.007466776762157679, -0.012882819399237633, -0.006487419828772545, 0.04012078046798706, 0.018404027447104454, 0.01083865761756897, -0.004377529490739107, 0.016103524714708328, -0.015590840950608253, 0.003947006538510323, -0.024306463077664375, -0.02978823333978653, -0.0033981723245233297, -0.02243976853787899, 0.0035559211391955614, -0.004229640122503042, 0.0026915890630334616, 0.006602445151656866, 0.006237650755792856, -0.00315004657022655, -0.023912090808153152, -0.007052686531096697, 0.0014706789515912533, -0.009635822847485542, 0.01430255826562643, 0.0076771085150539875, 0.026909317821264267, 0.018298862501978874, 0.0025486291851848364, 0.02335996925830841, -0.004341378808021545, 0.00605689687654376, 0.012948548421263695, -0.02443791925907135, -0.0005200781160965562, 0.016629353165626526, 0.022742120549082756, 0.024188151583075523, 0.0025535589084029198, 0.04877067357301712, 0.0061719221994280815, 0.008176646195352077, 0.0035362024791538715, -0.03494136035442352, 0.012403000146150589, 0.021322380751371384, 0.01281709037721157, -0.021874502301216125, 0.005836706142872572, 0.002364588901400566, -0.02525295503437519, 0.013487523421645164, -0.0017483826959505677, 0.004614152479916811, -0.014289412647485733, 0.012777653522789478, -0.03654514253139496, -0.011804869398474693, 0.014118518680334091, -0.00835411436855793, 0.01891671121120453, 0.012166377156972885, 0.009668687358498573, -0.04180343449115753, 0.007026394829154015, -0.032575130462646484, 0.00675690732896328, -0.0028329056221991777, -0.011029270477592945, -0.01708945445716381, -0.02222943678498268, -0.026304613798856735, -0.007762555964291096, -0.005784123204648495, 0.002343227155506611, -0.010687481611967087, -0.027606042101979256, -0.01219266839325428, -0.01214008592069149, -0.0014411010779440403, 0.004295368678867817, -0.037228718400001526, 0.0023317246232181787, 0.015262197703123093, -0.01735236868262291, -0.03197042644023895, -0.020783405750989914, -0.030971350148320198, -0.007190716452896595, -0.0050446754321455956, 0.020086681470274925, -0.01816740445792675, -0.021164631471037865, 0.011758859269320965, -0.01043113972991705, 0.0021674029994755983, -0.004554996732622385, -0.003421177389100194, -0.005629660561680794, 0.012725071050226688, 0.0036643734201788902, 0.0396738238632679, 0.0045418511144816875, -0.03081360086798668, 0.014355141669511795, 0.02254493348300457, 0.007762555964291096, -0.003503338200971484, -0.0010064702946692705, 0.012238678522408009, 0.003979871049523354, 0.004831057507544756, -0.00344089581631124, -0.02800041437149048, 0.02513464353978634, -0.02318907529115677, 0.01132505014538765, -0.0009202013607136905, 0.00659587187692523, 0.008018897846341133, 0.012074356898665428, 0.00222327234223485, -0.008472425863146782, -0.013908186927437782, -0.006816063076257706, -0.025344975292682648, 0.01616925373673439, 0.0363348089158535, -0.02167731523513794, -0.011219884268939495, -0.00725644500926137, -0.02579193003475666, -0.010496868751943111, -0.008005752228200436, -0.01524905115365982, 0.02454308606684208, -0.01471007615327835, -0.020717676728963852, -0.02815816178917885, -0.0031106092501431704, 0.01499928254634142, 0.01616925373673439, -0.004180343355983496, 0.019560853019356728, 0.02222943678498268, -0.00044202530989423394, -0.0022709255572408438, -0.014631202444434166, -0.026462363079190254, -0.03920057788491249, -0.029919691383838654, 0.00873534008860588, 0.010089350864291191, 0.04340721294283867, -0.006842354778200388, 0.012902538292109966, 0.002072096336632967, 2.3204017907119123e-06, -0.010812366381287575, -0.01451289001852274, 0.00638225395232439, -0.01008277852088213, 0.032522547990083694, 0.03218075633049011, 0.013540105894207954, -0.006720756646245718, -0.010648044757544994, -0.00019348876958247274, -0.017128892242908478, 0.019560853019356728, -0.016563624143600464, 0.02221629023551941, -0.047061726450920105, -0.0030317348428070545, 0.012008627876639366, 0.004837630316615105, -0.013566398061811924, -0.025068914517760277, -0.003759679850190878, 0.013737292028963566, -0.01611666940152645, -0.0035427752882242203, -0.008281812071800232, -0.0226501002907753, -0.0007883332436904311, 0.009846154600381851, 0.014618055894970894, 0.005705248564481735, -0.024582521989941597, -0.009156003594398499, 0.02422758750617504, 0.004012735560536385, 0.02600226178765297, 0.008051762357354164, 0.05071624368429184, -0.006658314261585474, 0.01941624842584133, -0.0034540416672825813, 0.031760092824697495, -0.014644348062574863, -0.003986443858593702, -0.010910958983004093, -0.012186095118522644, -0.000648248998913914, 0.020073536783456802, 0.039384618401527405, 0.0011436789063736796, -0.019429394975304604, -0.0023678753059357405, 0.013960769400000572, -0.02638348750770092, 0.0223871860653162, 0.025397557765245438, -0.021006884053349495, 0.011403924785554409, -0.022571224719285965, 0.0032617852557450533, 0.0034146043471992016, 0.007197289261966944, -3.848721826216206e-05, -0.00766396289691329, 0.003970011603087187, -0.02999856509268284, -0.011936326511204243, -0.008577591739594936, -0.006638595834374428, 0.023281095549464226, -0.003831981448456645, 0.00959638599306345, 0.007466776762157679, 0.02643607184290886, -0.023964673280715942, 0.005481771193444729, 0.0008585807518102229, -0.010516587644815445, 0.02292616106569767, 0.013697855174541473, 0.015932628884911537, 0.008919380605220795, -0.0009949677623808384, -0.014828387647867203, -0.0294201523065567, -0.03517798334360123, 0.011417070403695107, -0.004384102299809456, 0.006211359519511461, 0.006490706000477076, -0.007440485525876284, -0.022347748279571533, 0.01849604770541191, -0.019455686211586, 0.010332547128200531, -0.022505497559905052, 0.0028624834958463907, -0.03336387500166893, 0.007782274391502142, -0.011272466741502285, 0.0047521828673779964, -0.0051991380751132965, 0.012008627876639366, 0.0066451686434447765, 0.0117062758654356, -0.016524188220500946, -0.011725994758307934, 0.048586633056402206, 0.033600497990846634, -0.039279453456401825, -0.007578515913337469, 0.028946906328201294, 0.030734727159142494, -1.4070043107494712e-05, -0.00490664504468441, -0.011436788365244865, 0.0266069658100605, -0.012186095118522644, -0.002154257148504257, -0.0002608606591820717, 0.015393654815852642, 0.022663244977593422, 0.003519770223647356, -0.004811338614672422, -0.033758245408535004, -0.01973174698650837, 0.012698778882622719, 0.040199656039476395, 0.022807849571108818, -0.021164631471037865, -0.002967649372294545, 0.012422719039022923, 0.01486782543361187, -0.011535381898283958, -0.009846154600381851, 0.009524084627628326, -0.03704467788338661, -0.011607683263719082, 0.009307179600000381, -0.00273759919218719, 0.006326384376734495, -0.012205814011394978, -0.005682243499904871, 0.006543288938701153, 0.035388316959142685, -0.025660473853349686, 0.02270268276333809, -0.020402180030941963, -0.00045640344615094364, -0.006927801761776209, 0.015314780175685883, -0.00962925050407648, -0.020770259201526642, -0.002875629346817732, -0.019666017964482307, -0.020231284201145172, 0.021559003740549088, 0.0009768924210220575, 0.01532792579382658, 0.0022659958340227604, -0.0062047867104411125, 0.02849995158612728, -0.014013352803885937, 0.011574818752706051, -0.006609017960727215, -0.03562493994832039, -0.011298758909106255, -0.03670288994908333, 0.010930677875876427, 0.014841534197330475, -0.00870247557759285, -0.008663038723170757, -0.009918455965816975, 0.011969191022217274, 0.00021567220392171293, -0.0024188151583075523, -0.03081360086798668, -0.0008643320179544389, 0.018877273425459862, -0.03494136035442352, -0.0057578315027058125, 0.011633974500000477, -0.010726919397711754, -0.0001754133845679462, 0.014802096411585808, 0.024148713797330856, -0.007440485525876284, -0.022794703021645546, -0.0047850473783910275, -0.00027113076066598296, 0.01849604770541191, -0.015511966310441494, -0.026804151013493538, -0.023990964516997337, -0.005902434699237347, -0.02172989770770073, 0.0007603985723108053, -0.006543288938701153, 0.032522547990083694, 0.023925235494971275, -0.016524188220500946, -0.01563027873635292, -0.007243299391120672, -0.03207559138536453, -0.023596592247486115, -0.019718600437045097, -0.0034967653919011354, 0.039174288511276245, 0.031023932620882988, -0.007374756969511509, 0.06309952586889267, 0.0025305538438260555, 0.01284338254481554, -0.03307466581463814, -0.0014016638742759824, 0.010549451224505901, 0.017536409199237823, -0.006191640626639128, 0.00135894026607275, -0.0076836817897856236, -0.00030954094836488366, 0.030629560351371765, -0.01013536099344492, 0.017286639660596848, 0.03218075633049011, -0.017273494973778725, 0.0003654103202279657, -0.03962124139070511, -0.002042518462985754, 0.0033061520662158728, 0.00010947931878035888, 0.017260348424315453, -0.03210188448429108, 0.008018897846341133, 0.023346824571490288, -0.01022080797702074, -0.004716032184660435, 0.02087542600929737, -0.007243299391120672, -0.022939305752515793, 0.013684709556400776, -0.025870805606245995, -0.006609017960727215, -0.02968306839466095, -0.033390164375305176, 0.01724720373749733, 0.007795420475304127, -0.018154257908463478, 0.010069631971418858, -0.0008183219470083714, -0.0066418820060789585, 0.010332547128200531, 0.005241861566901207, -0.018574921414256096, -0.009267742745578289, 0.007263018283993006, 0.00019533738668542355, -0.005659238435328007, -0.011364486999809742, -0.00023867723939474672, -0.004748896230012178, -0.0016456815646961331, -0.02221629023551941, 0.001082058297470212, -0.024503648281097412, -0.015656569972634315, 0.003046523779630661, -0.02481914684176445, 0.0013753724051639438, 0.007263018283993006, -0.0014879327500239015, 0.0077099730260670185, -0.024845438078045845, -0.018772108480334282, -0.024687688797712326, 0.0078019932843744755, -0.022479204460978508, -0.007315601222217083, -0.025594744831323624, -0.0056362333707511425, 0.029761942103505135, -0.0070855505764484406, -0.010746637359261513, 0.1975015103816986, -0.011640547774732113, -0.009635822847485542, 0.01875896193087101, -0.008472425863146782, -0.0011067064478993416, 0.0037662528920918703, -0.01430255826562643, -0.028079288080334663, 0.016090378165245056, -0.015222759917378426, 0.011463080532848835, -0.012245251797139645, -0.006336243823170662, 0.012297834269702435, -0.023872653022408485, -0.021532712504267693, -0.012330698780715466, -0.021427545696496964, -0.002515764907002449, -0.008741913363337517, -0.005185991991311312, -0.01492040790617466, -0.00638225395232439, 0.010523159988224506, -0.021046319976449013, -5.479100946104154e-05, -0.0026998051907867193, 0.021913938224315643, 0.0013047141255810857, -0.02702762931585312, -0.005215569864958525, -0.0030202323105186224, 0.024359045550227165, 0.00802547112107277, -0.0016465032240375876, 0.01875896193087101, 0.0008922666893340647, 0.012606758624315262, -0.014749513939023018, 0.00853815395385027, -0.014986136928200722, -0.017286639660596848, -0.02968306839466095, -0.004226353485137224, 0.0005262401537038386, 0.006329671014100313, -0.008314676582813263, 0.0008569375495426357, 0.02871028333902359, -0.008505290374159813, 0.01284338254481554, 0.026685839518904686, 0.01219266839325428, 0.021177778020501137, -0.01957399770617485, 0.017326077446341515, 0.01346123218536377, 0.018351444974541664, 0.020691385492682457, -0.011094999499619007, 0.02481914684176445, -0.0037465342320501804, 0.01070720050483942, -0.0001375167048536241, 0.021874502301216125, -0.014315704815089703, -0.018469756469130516, 0.00802547112107277, -0.009984184987843037, 0.020349595695734024, -0.020428471267223358, 0.002011297270655632, -0.006655028089880943, -0.0018683375092223287, -0.028473660349845886, 0.03210188448429108, 0.049506835639476776, -0.007289309520274401, 0.026304613798856735, -0.023373115807771683, -0.016997434198856354, -0.012521311640739441, -0.02989340014755726, -0.008334395475685596, -0.03191784396767616, 0.03523056581616402, -0.02011297270655632, -0.0072958823293447495, -0.023149637505412102, 0.00018938073480967432, -0.01584061048924923, -0.011614256538450718, 0.02421444281935692, 0.013237753883004189, 0.020073536783456802, -0.024082984775304794, 0.004144192673265934, -0.029130946844816208, -0.028631409630179405, -0.020796552300453186, 0.03562493994832039, 0.013356066308915615, 0.02406984008848667, -0.023346824571490288, -0.02113834023475647, 0.006037178449332714, -0.007920305244624615, 0.0046601626090705395, 0.012955120764672756, 0.004045599605888128, -0.028421077877283096, 0.005692102946341038, -0.012094075791537762, 0.0171420369297266, 0.009754134342074394, 0.003986443858593702, -0.006132484879344702, -0.010582315735518932, -0.022636953741312027, -0.01736551523208618, -0.021230360493063927, 0.022452913224697113, 0.0033324435353279114, 0.006993530783802271, -0.007959742099046707, -0.02038903348147869, 0.0005784123204648495, -0.020099828019738197, -0.028079288080334663, -0.004847489297389984, -0.01860121451318264, 0.018022801727056503, 0.025910241529345512, -0.005797268822789192, -0.030156314373016357, -0.0175232645124197, -0.02671213261783123, 0.006346103269606829, 0.005629660561680794, 0.005481771193444729, 0.010404848493635654, 0.002555201994255185, 0.003631509141996503, 0.021204069256782532, 0.012495020404458046, -0.002556845312938094, 0.019560853019356728, -0.037123553454875946, -0.020520491525530815, -0.02103317528963089, 0.015183323062956333, -0.00853815395385027, -0.018574921414256096, -0.01773359440267086, -0.029236111789941788, 0.012455582618713379, -0.009918455965816975, 0.0018321867100894451, -0.0023514432832598686, -0.04716689512133598, 0.03628222644329071, 0.011068708263337612, 0.00022922873904462904, -0.018824690952897072, -0.03720242902636528, -0.16542591154575348, 0.013947623781859875, 0.03302208334207535, -0.029078364372253418, 0.020297013223171234, 0.008117490448057652, 0.012830236926674843, -0.001871623913757503, 0.028421077877283096, -0.015183323062956333, 0.0017171615036204457, -0.019981516525149345, -0.030287770554423332, 0.0157354436814785, -0.0016785459592938423, -0.011397351510822773, 0.006809490267187357, 0.0007702578441239893, 0.03901653736829758, 0.008860224857926369, 0.03039293736219406, -0.01676081120967865, 0.014341996051371098, 0.01908760517835617, -0.00033213518327102065, 0.01799651049077511, -0.03951607644557953, -0.008222656324505806, -0.013803021050989628, -0.018075384199619293, -0.028394784778356552, 0.007512786891311407, 0.0034277501981705427, 0.0007304098689928651, 0.00930060725659132, 5.9412555856397375e-05, -0.02383321523666382, -0.02421444281935692, -0.019061313942074776, 0.0067963446490466595, 0.021322380751371384, 0.013310056179761887, -0.019981516525149345, 0.000702064367942512, 0.007131560705602169, 0.014197392389178276, 0.016182398423552513, -0.009451783262193203, 0.022689536213874817, -0.012659342028200626, -0.004587861243635416, -0.017286639660596848, 0.004311800934374332, 0.019455686211586, 0.021388109773397446, -0.0007201397675089538, -0.006181781645864248, 0.003881277982145548, 0.002869056537747383, -0.00835411436855793, 0.010648044757544994, -0.02368861250579357, -0.003831981448456645, 0.021756190806627274, -0.00018434837693348527, 0.002484543714672327, 0.0061686355620622635, 0.003812262788414955, -0.02999856509268284, 0.001679367502219975, -0.0024204582441598177, 0.005452193319797516, -0.005945158191025257, -0.01346123218536377, 0.002546986099332571, 0.01973174698650837, -0.020507344976067543, 0.016261273995041847, 0.004065318498760462, -0.009602958336472511, -0.018246278166770935, 0.005330595187842846, -0.010253672488033772, 0.019442541524767876, 0.0019274932565167546, 0.0111935930326581, 0.002754031214863062, -0.010345692746341228, -0.01729978621006012, -0.015774881467223167, 0.026580674573779106, -0.016787102445960045, -0.02205854095518589, -0.016589917242527008, -0.012495020404458046, 0.012251824140548706, 0.024792853742837906, -0.01384245790541172, 0.007230153772979975, 0.0014476740034297109, 0.006940947845578194, -0.002083598868921399, -0.02556845359504223, -0.006901510525494814, 0.039384618401527405, 0.0066155907697975636, 0.00208195555023849, 0.0033275140449404716, 0.040462568402290344, -0.014013352803885937, -0.02671213261783123, -0.005879429634660482, 0.0014928624732419848, 0.02167731523513794, 0.0041310470551252365, 0.023596592247486115, 0.03341645747423172, -0.028342202305793762, 0.010943823494017124, -0.012370135635137558, 0.0573154017329216, 0.00440710736438632, -0.03870104253292084, 0.0327591709792614, 0.020231284201145172, 0.00948464684188366, -0.11284298449754715, -0.0342840738594532, -0.0008709048852324486, 0.009898738004267216, -0.004972374066710472, 0.00035555101931095123, -0.01499928254634142, 0.02978823333978653, -0.0035131974145770073, 0.027211669832468033, -0.0185486301779747, -0.005889289081096649, -0.0024105990305542946, -0.009346617385745049, 0.00490664504468441, 0.005958303809165955, -0.032575130462646484, -0.005856424570083618, -0.0004917326150462031, 0.0501641221344471, 0.010536305606365204, 0.0004843381466343999, 0.013093151152133942, -0.02228201925754547, 0.0070855505764484406, 0.018995584920048714, -0.03596672788262367, 0.005534354131668806, 0.011029270477592945, 0.0007686146418564022, 0.0061423443257808685, -0.017536409199237823, 0.02978823333978653, -0.02502947859466076, 0.024424774572253227, -0.008452706970274448, -0.009438636712729931, -0.02184820920228958, 0.02367546781897545, 0.01584061048924923, -0.002775393193587661, 0.01957399770617485, -0.005534354131668806, -0.027185378596186638, 0.006894937716424465, -0.006185067817568779, -0.01519646868109703, 0.04708801954984665, -0.010989833623170853, -0.015656569972634315, -0.03212817385792732, -0.0072038620710372925, -0.003700524102896452, -0.026948755607008934, 0.030235188081860542, 0.01768101193010807, 0.005333881825208664, 0.0143288504332304, -0.005747972056269646, -0.007723118644207716, -0.009083702228963375, -0.01952141523361206, -0.001326075871475041, 0.0222688727080822, 0.015130739659070969, 0.022203145548701286, -0.023820070549845695, -0.006286947522312403, -0.0012496663257479668, -0.032838042825460434, -0.03591414541006088, 0.031602345407009125, -0.011837733909487724, 0.009977612644433975, -0.015380509197711945, -0.001437814673408866, -0.007880867458879948, -0.005455479491502047, 0.007591661531478167, 0.012527884915471077, -0.004581288434565067, -0.007315601222217083, 0.0040981825441122055, 0.007059259340167046, -0.006507138255983591, -0.0009095204877667129, 0.018995584920048714, -0.00625736964866519, 0.016944851726293564, -0.034415531903505325, 0.01800965517759323, 0.040252238512039185, 0.008393551222980022, -0.02297874353826046, -0.007059259340167046, -0.0013400432653725147, -0.0007197289378382266, 0.0012200884521007538, 0.0006712540634907782, 0.023662321269512177, -0.0261074285954237, -0.003822122234851122, -0.031602345407009125, 0.031076515093445778, -0.019928932189941406, 0.013145734556019306, 0.002234774874523282, -0.010510014370083809, -0.0076836817897856236, 0.00325685553252697, 0.012876246124505997, 0.008879943750798702, 0.005038102623075247, 0.0011691487161442637, -0.004679881501942873, -0.02957790158689022, 0.017496971413493156, -0.00046790597843937576, 0.008170073851943016, -0.029314987361431122, -0.0004379172751214355, -0.006457841955125332, -0.00873534008860588, 0.023649176582694054, 0.011995482258498669, -0.0002380610239924863, -0.011298758909106255, -0.0018157545709982514, -0.02297874353826046, 0.014131664298474789, -0.0002522337599657476, -0.003874705173075199, 0.016997434198856354, -0.020257575437426567, 0.018482903018593788, 0.01000390388071537, 0.00212139287032187, -0.01627441868185997, 0.02021813951432705, 0.015170177444815636, 0.019271645694971085, 0.01649789698421955, -0.021177778020501137, -0.01527534332126379, 0.028237037360668182, 0.0016152820317074656, -0.006191640626639128, -0.01925850100815296, -0.01446030754595995, 0.021269798278808594, -0.0010089350398629904, -0.009195441380143166, 0.0455368235707283, 0.01606408692896366, 0.012310979887843132, -0.016471605747938156, -0.01702372543513775, -0.03675547242164612, 0.0078019932843744755, -0.005235288757830858, -0.021059466525912285, -0.011778578162193298, 0.04461662098765373, 0.018509194254875183, 0.02605484426021576, -0.02508206106722355, -0.0006704324623569846, -0.003940433729439974, -0.01532792579382658, 0.020573073998093605, 0.016773955896496773, -0.014184246771037579, -0.016208689659833908, 0.02178248204290867, -0.007578515913337469, 0.036308515816926956, 0.008472425863146782, -0.01540680043399334, -0.013553251512348652, 0.013803021050989628, -0.0057019623927772045, 0.008879943750798702, 0.013402075506746769, 0.012468729168176651, -0.012153231538832188, 0.009386054240167141, 0.00642169127240777, 0.026252031326293945, -0.0002785252290777862, 0.0040094489231705666, -0.009037692099809647, 0.017378659918904305, -0.006783199030905962, 0.012803944759070873, -0.011699703522026539, 0.025397557765245438, 0.0012554175918921828, 0.0027014482766389847, -0.00448926817625761, 0.015617132186889648, 0.008801069110631943, 0.012705352157354355, -0.006283660884946585, -0.0010828798403963447, -0.006586012896150351, 0.008347541093826294, -0.0008318785112351179, 0.009767280891537666, -0.041435353457927704, -0.021716753020882607, 0.015393654815852642, -0.006822635885328054, 0.017865052446722984, 0.000545137154404074, 0.004351237788796425, 0.00746020395308733, -0.024858582764863968, 0.01519646868109703, -0.008262094110250473, -0.006145630497485399, 0.003128684824332595, 0.025331828743219376, 0.0042493585497140884, 0.040199656039476395, 0.033653080463409424, -0.013395503163337708, 0.023885799571871758, 0.010700627230107784, -0.00548505736514926, -0.03962124139070511, 0.021821917966008186, -0.007046113722026348, -0.01430255826562643, -0.015235905535519123, -0.04083064943552017, 0.01232412550598383, -0.012692206539213657, -0.014696930535137653, 0.0036052176728844643, 0.012580467388033867, 0.012508166022598743, 0.06846298277378082, 0.01384245790541172, -0.028026705607771873, 0.015564548783004284, 0.03152346983551979, 0.009865873493254185, 0.005573791451752186, 0.02049420028924942, 0.013119442388415337, -0.016734519973397255, -0.0025289105251431465, 0.018772108480334282, -0.014604910276830196, -0.019455686211586, -0.024030402302742004, 0.006073329132050276, -0.0021969808731228113, 0.02195337601006031, -0.011798296123743057, -0.007401048205792904, 0.025910241529345512, -0.005830132868140936, -0.008853651583194733, 0.01078607514500618, -0.024990040808916092, -0.001891342457383871, 0.04937537759542465, 0.01648475043475628, 0.003700524102896452, -0.032575130462646484, 0.009399199858307838, -0.0002996816474478692, -0.050637368112802505, -0.013566398061811924, -0.004801479168236256, -0.005544213578104973, 0.00688179163262248, -0.017378659918904305, 0.006444696336984634, 0.020796552300453186, -0.018943002447485924, -0.00390756968408823, -0.029367569833993912, -0.020204992964863777, 0.010102496482431889, 0.016392730176448822, -0.006487419828772545, -0.003000513883307576, -0.02871028333902359], \"300e5747-47fa-4b8e-a1a6-c1e9407e0988\": [0.014254068955779076, 0.012587044388055801, 0.018330516293644905, -0.038739752024412155, -0.01831701770424843, 0.020949162542819977, -0.02089517004787922, -0.010353097692131996, -0.008652327582240105, -0.03523022681474686, 0.023486817255616188, 0.000152592605445534, 0.021583575755357742, 0.029641984030604362, 0.002891983138397336, 0.008767061866819859, 0.020314747467637062, -0.001025861012749374, 0.006354263983666897, -0.008530844002962112, -0.011041504330933094, -0.0007651775958947837, 0.008746814914047718, -0.00710678705945611, -0.021759051829576492, -0.008024662733078003, 0.014659013599157333, -0.02422921732068062, 0.00677945651113987, -0.010191119275987148, 0.025133594870567322, -0.02216399647295475, -0.009010029025375843, -0.011797402054071426, -0.016143813729286194, 0.02089517004787922, 0.0027097580023109913, -0.038037847727537155, 0.016346285119652748, -0.03420436754822731, 0.028616122901439667, -0.010575816966593266, -0.016791725531220436, -0.018600480630993843, -0.011642172932624817, 0.023594804108142853, -0.016103317961096764, 0.0014426170382648706, -0.030019933357834816, -1.6559646383029758e-06, 0.02212350256741047, 0.034663304686546326, -0.04208729788661003, -0.005645609926432371, -0.011743408627808094, 0.009934654459357262, 0.0016062824288383126, 0.016305791214108467, -0.00854434259235859, -0.006860445719212294, 0.00965794175863266, 0.01831701770424843, -0.007410496007651091, -0.0028632995672523975, -0.017237164080142975, -0.014861486852169037, -0.007201274391263723, -0.00823388434946537, 0.001666180556640029, -0.017669105902314186, 0.01861397735774517, 0.020665699616074562, 0.009455469436943531, 0.007504983339458704, 0.012958244420588017, -0.0163732822984457, -0.011905387043952942, 0.017318153753876686, 0.007316008675843477, -0.013700643554329872, 0.005375646520406008, -0.022879401221871376, -0.016751229763031006, 0.02842714823782444, 0.021759051829576492, -0.001133002806454897, 0.02027425356209278, 0.014200076460838318, 0.024539675563573837, -0.002346994588151574, -0.03047887049615383, 0.023986250162124634, 0.020989656448364258, 0.0030995176639407873, -0.004312665667384863, 0.020733190700411797, 0.00677945651113987, 0.03806484490633011, -0.005426264833658934, 0.002260943641886115, -0.016494765877723694, -0.006080926395952702, -0.031828686594963074, -0.011001009494066238, -0.035014256834983826, -0.020584711804986, 0.020814180374145508, -0.024377698078751564, 0.001876245834864676, 0.0006352576892822981, -0.020044784992933273, 0.04905235394835472, 0.021448593586683273, -0.014659013599157333, 0.0024279835633933544, -0.0021613945718854666, 0.009927905164659023, -0.03406938537955284, -0.03223363310098648, -0.00856458954513073, 0.011007758788764477, 0.026874858886003494, 0.015212439000606537, -0.021043648943305016, 0.02138110250234604, -0.014820992015302181, -0.006735587492585182, 0.010616311803460121, -0.00874006561934948, -0.013889618217945099, 0.028967075049877167, 0.01191213633865118, 0.018897440284490585, 0.016278794035315514, 0.008605084381997585, -0.017453135922551155, -0.0022896272130310535, -0.009927905164659023, -0.004447647370398045, -0.03617509827017784, 0.01097401324659586, 0.026996342465281487, -0.013876120559871197, 0.018371012061834335, 0.006985303480178118, -0.0027198814786970615, 0.01619780622422695, 0.020139271393418312, 0.007957171648740768, -0.0017016131896525621, 0.005274410359561443, 0.003409975441172719, 0.009279992431402206, 0.002967910375446081, 0.02891308255493641, 0.009489214047789574, 0.012755772098898888, -0.02097615785896778, 0.0031045794021338224, 0.014294563792645931, 0.002630456117913127, 0.029992936179041862, 0.009037025272846222, 0.014740003272891045, 0.021840041503310204, 0.025255078449845314, 0.000779519381467253, -0.005959442816674709, 0.002198514761403203, 0.014982970431447029, 0.009050523862242699, 0.004278920125216246, -0.02111114002764225, -0.005848082713782787, 0.009637693874537945, 0.013680396601557732, 0.012458812445402145, 0.019828813150525093, -0.02440469339489937, -0.02956099435687065, -0.022582439705729485, -0.008139397017657757, 0.037119969725608826, 0.04551583528518677, -0.017331652343273163, 0.013194462284445763, 0.004471269436180592, -0.0025815253611654043, 0.008760313503444195, 0.015252933837473392, 0.006549987476319075, 0.009320487268269062, -0.005112432409077883, -0.01712917909026146, -0.645752489566803, 0.008449855260550976, 0.00981317088007927, -0.032476600259542465, -0.011419452726840973, 0.02821117825806141, 0.022717421874403954, 0.00965794175863266, -0.02001778781414032, 0.029102057218551636, 0.024148227646946907, 0.017331652343273163, 0.007849186658859253, -0.0038368552923202515, 0.011527438648045063, -0.025484547019004822, 0.0197073295712471, -0.014780497178435326, -0.0015539770247414708, 0.029884951189160347, 0.0026844488456845284, 0.012580296024680138, -0.002070282120257616, -0.005051690619438887, 0.00614166771993041, 0.007511732168495655, -0.0031973794102668762, -0.0005795777542516589, -0.0024482307489961386, 0.01094701699912548, -0.0066883438266813755, -0.011001009494066238, 0.013599407859146595, 0.0007862685015425086, 0.05804213508963585, 0.00629689684137702, -0.011905387043952942, 0.010825533419847488, 0.03161271661520004, 0.01765560731291771, -0.007916677743196487, -0.019909802824258804, 0.012391321361064911, 0.015009966678917408, 0.004191182088106871, -8.341448119608685e-05, 0.03892872482538223, 0.011574681848287582, -0.027185317128896713, -0.009981897659599781, 0.022110003978013992, -0.012620789930224419, -0.01945086568593979, 0.01656225696206093, -0.007714204955846071, -0.002505598124116659, 0.03579714894294739, 0.0057333484292030334, -0.0007466176175512373, 0.012958244420588017, 0.02233947440981865, -0.0002701743214856833, -0.011088747531175613, -0.009691687300801277, -0.016940204426646233, -0.007316008675843477, -0.010744544677436352, -0.018586982041597366, 0.006411631591618061, -0.017939070239663124, 0.0032075028866529465, 0.010292355902493, -0.0008482757257297635, -0.02667238563299179, 0.009819919243454933, 0.02154308184981346, 0.027036836370825768, -0.020706195384263992, -0.013754636980593204, -0.007235019933432341, 0.008321622386574745, 0.003420099150389433, -0.03628308326005936, -0.003931342624127865, 0.017628611996769905, 0.035284221172332764, -0.00858483649790287, -0.017507128417491913, 0.018951432779431343, -0.0167242344468832, 0.004491516388952732, -0.0029915322083979845, -0.005753595381975174, -0.026564400643110275, 0.013126971200108528, 0.02456667087972164, -0.028319163247942924, 0.010805286467075348, 0.01112249307334423, -0.02592998743057251, -0.04284319654107094, -0.004461145494133234, 0.003072521183639765, 0.010393591597676277, 0.03622909262776375, -0.0027502523735165596, 0.007788444869220257, 0.017412640154361725, 0.02456667087972164, -0.005024694371968508, -0.006705216597765684, -0.038091838359832764, -0.012809764593839645, 0.00693131098523736, 0.005017945077270269, -0.019815314561128616, 0.003951589576900005, -0.021286616101861, -0.001517700613476336, -0.014524032361805439, 0.014348556287586689, 0.013140469789505005, -0.010042639449238777, -0.033880408853292465, 0.017547622323036194, -0.0025983978994190693, -0.011351961642503738, -0.0013785007176920772, 0.00597968976944685, -0.011831147596240044, 0.02452617697417736, 0.017979564145207405, 0.010636558756232262, -0.027887221425771713, -0.0037457426078617573, 0.007383499760180712, 0.0023571180645376444, -0.010373344644904137, 0.010157373733818531, -0.019599344581365585, -0.00499432347714901, -0.012040369212627411, 0.023243850097060204, -0.014564527198672295, -0.0031450740061700344, -0.015428409911692142, -0.04597477242350578, -0.005149552132934332, -0.006546613294631243, 0.003644506214186549, 0.0054532610811293125, 0.001687271404080093, -0.00579071557149291, -0.0008993156370706856, -0.030424878001213074, -0.015185442753136158, 0.026685884222388268, -0.02343282476067543, -0.0069448091089725494, -0.03552718833088875, -0.0075657251290977, 0.01931588351726532, -0.01274902280420065, -0.014524032361805439, -0.011655670590698719, 0.011507190763950348, -0.003843604354187846, 0.01224284153431654, -0.014982970431447029, -0.012485808692872524, 0.006506118457764387, 0.011864892207086086, -0.013342942111194134, 0.0013304135063663125, 0.0014746752567589283, 0.02202901616692543, -0.018209032714366913, -0.015428409911692142, 0.04065649211406708, -0.0024026744067668915, -0.0020736565347760916, 0.015428409911692142, 0.008065157569944859, -0.023270847275853157, 0.03811883553862572, 0.01576586440205574, 0.015738867223262787, 0.007943673990666866, -0.021880535408854485, 0.029587991535663605, 0.01695370301604271, 0.00834187027066946, -0.0068570710718631744, -0.00915176048874855, -0.015360918827354908, 0.021340608596801758, -0.012836760841310024, 0.015009966678917408, -0.014254068955779076, 0.012323830276727676, 0.025808503851294518, 0.010305853560566902, -0.003593888133764267, -0.025592532008886337, 0.016616249457001686, -0.014402548782527447, 0.01586035080254078, -0.008605084381997585, 0.013795130886137486, 0.013214710168540478, 0.004413901828229427, -0.0009111265535466373, -0.011689416132867336, -0.017979564145207405, 0.004639996215701103, 0.02501211129128933, -0.0001768471411196515, 0.0074374922551214695, 0.022083008661866188, 0.023054877296090126, 0.0038571024779230356, -0.02264993079006672, 0.012931248173117638, 0.007646713871508837, -0.019288886338472366, -0.014996468089520931, 0.016008831560611725, 0.002373990835621953, -0.016710735857486725, -0.031153779476881027, 0.009192254394292831, -0.0021445220336318016, 0.023905260488390923, -0.007221521809697151, 0.02645641565322876, 0.011635423637926579, 0.016832219436764717, -0.00435653468593955, 0.02899407222867012, -0.020206762477755547, -0.00023706162755843252, 0.03544619679450989, 0.027171818539500237, 0.002640579827129841, 0.01914040744304657, 0.013970606960356236, 0.02637542597949505, -0.014915479347109795, -0.02351381443440914, 0.008179891854524612, -0.004893087316304445, 0.01882994920015335, -0.03987359628081322, -0.001076479209586978, 0.019396871328353882, -0.00044628328760154545, 0.0034015390556305647, 0.004744607023894787, 0.02382427267730236, 0.02431020699441433, 0.005645609926432371, -0.0021613945718854666, -0.018735460937023163, -0.007795194163918495, 0.01143295131623745, -0.001332100830040872, -0.008625331334769726, -0.025079602375626564, -0.006374511402100325, 0.013140469789505005, -0.018600480630993843, -0.01611681655049324, -0.02829216793179512, 0.015171944163739681, 0.014470039866864681, 0.02885909005999565, 0.0106433080509305, 0.00707304198294878, 0.001466238871216774, 0.003624259028583765, -0.028886087238788605, 0.010697300545871258, 0.016967201605439186, 0.032692570239305496, -0.001768260495737195, -0.017007695510983467, -0.038307808339595795, -0.003819982521235943, 0.006809827405959368, -0.0005099778063595295, -0.01180415041744709, 0.018344014883041382, 0.01909991167485714, 0.012978491373360157, -0.033313486725091934, 0.01831701770424843, 0.03647205978631973, -0.018384508788585663, -0.025336068123579025, 0.003779487917199731, 0.01438905019313097, -0.007383499760180712, -0.014051596634089947, -0.010852529667317867, 0.05137404054403305, 0.01484798826277256, 0.0040359534323215485, -0.01615731045603752, -0.0012840135022997856, -0.01896493136882782, 0.00020458166545722634, -0.017763594165444374, 0.0029139176476746798, 0.001682209549471736, 0.01800656132400036, -0.014308061450719833, 0.0005795777542516589, -0.011972878128290176, 0.018236029893159866, 0.009711934253573418, 0.01870846562087536, -0.018236029893159866, -0.027779236435890198, 0.01988280564546585, 0.040224552154541016, 0.011547685600817204, -0.007828939706087112, 0.030316893011331558, -0.017898574471473694, -0.003975211642682552, -0.011176485568284988, -0.014294563792645931, 0.012161852791905403, -0.036499056965112686, -0.010920020751655102, -0.027914218604564667, -0.001994354883208871, 0.0031771319918334484, 0.016535259783267975, -0.01077154092490673, 0.01743963733315468, -0.013336192816495895, -0.005817711818963289, -0.011378958821296692, 0.005925697274506092, 0.024364199489355087, 0.018074050545692444, 0.04181733354926109, 0.014996468089520931, 0.029992936179041862, 0.0352032296359539, 0.008841302245855331, 0.008733317255973816, -0.016494765877723694, -0.018276523798704147, 0.010670304298400879, 0.012884004972875118, 0.021664565429091454, 0.006526365876197815, 0.037605904042720795, 0.013957109302282333, 0.02089517004787922, -0.0022541945800185204, -0.0242697112262249, 0.021448593586683273, 0.01779058948159218, 0.009050523862242699, -0.019342878833413124, 0.012195597402751446, -0.011777154169976711, -0.008375614881515503, 0.018060553818941116, -0.010697300545871258, -0.006796329282224178, 0.007808692287653685, 0.007633215747773647, -0.03285454958677292, 0.00952970888465643, 0.03266557306051254, -0.013518418185412884, -0.0029544122517108917, 0.0067997039295732975, -0.016265297308564186, -0.03833480551838875, -0.009401476010680199, -0.0387127548456192, 0.02206951007246971, 0.002962848637253046, -0.020287752151489258, -0.009037025272846222, -0.005142803303897381, -0.002321685431525111, -0.02815718576312065, 0.007896429859101772, -0.004626498091965914, -0.00579409021884203, -0.008524095639586449, -0.01642727479338646, -0.014659013599157333, 0.009239498525857925, 0.0007934393943287432, -0.016751229763031006, -0.013187712989747524, 0.005429639481008053, -0.018546488136053085, -0.028535133227705956, 0.0064824968576431274, -0.038442790508270264, -0.011081998236477375, 0.005598366726189852, 0.014348556287586689, -0.005375646520406008, -0.013059481047093868, 0.035851143300533295, -0.011439700610935688, 0.011372209526598454, 0.007896429859101772, 0.009232749231159687, 0.006485871504992247, 0.021651066839694977, 0.00819339044392109, 0.01976132206618786, -0.0010570755694061518, -0.01761511340737343, -0.004076447803527117, 0.014578024856746197, 0.006097798701375723, -0.0235678069293499, -0.003978585824370384, -0.016967201605439186, -4.152269320911728e-05, 0.017007695510983467, 0.011385707184672356, -0.012249590829014778, 0.02466115914285183, -0.025241579860448837, 0.002245758194476366, 0.007795194163918495, -0.009806421585381031, 0.014443043619394302, 0.02333833836019039, 0.016967201605439186, -0.00983341783285141, 0.009225999936461449, -0.010197868570685387, -0.013761385343968868, 0.006239529699087143, 0.02458016946911812, -0.03496026247739792, -0.007795194163918495, -0.021259618923068047, -0.04030553996562958, -0.028940079733729362, -0.007538728881627321, -0.006485871504992247, 0.026834364980459213, -0.023203356191515923, -0.02497161738574505, -0.02794121392071247, 0.00836886651813984, 0.025660023093223572, 0.02602447383105755, -0.028670115396380424, -0.005878453608602285, 0.015320423990488052, 0.007693957537412643, 0.008929040282964706, -0.03312451392412186, -0.01373438909649849, -0.038388799875974655, -0.023459821939468384, -0.004224927630275488, 0.005260912235826254, 0.02864312008023262, 0.023972751572728157, -0.01576586440205574, -0.0020179767161607742, -0.0022204492706805468, 0.025255078449845314, -0.00886829849332571, -0.00900328066200018, -0.008328371681272984, 0.02597048133611679, 0.036337077617645264, 0.04424700513482094, -0.025687020272016525, 0.005760344676673412, 0.011507190763950348, -0.019774820655584335, 0.0039245933294296265, -0.022258484736084938, 0.010346348397433758, -0.03228762745857239, -0.015333922579884529, 0.03342147171497345, 0.023986250162124634, 0.004582629073411226, -0.007727703079581261, 0.00353652099147439, 0.030451875180006027, -0.004835719708353281, -0.009394727647304535, -0.018600480630993843, -0.0394146591424942, 0.006435253191739321, 0.0013666898012161255, 0.012006623670458794, 0.008456604555249214, -0.032962534576654434, -0.026469914242625237, 0.003614135319367051, -0.003420099150389433, 0.01892443560063839, -0.0154824024066329, 0.03123476915061474, 0.0014670825330540538, 0.01835751347243786, 0.011493693105876446, 0.04108843207359314, -0.033178504556417465, 0.008753564208745956, -0.021907532587647438, -0.002276129089295864, -0.005773842800408602, -0.008281128481030464, 0.03936066851019859, -0.003337422851473093, -0.02304137870669365, -0.005257537588477135, 0.012296834029257298, -0.03109978698194027, -0.0034724045544862747, 0.019153904169797897, -0.01839800737798214, -0.011068500578403473, -0.009381229057908058, -0.022609436884522438, -0.019072916358709335, 0.0015354169299826026, 0.029803961515426636, -0.00693131098523736, 0.011648922227323055, -0.012344077229499817, -0.014928977936506271, -0.0024313582107424736, -0.015320423990488052, 0.018816450610756874, 0.006421755068004131, 0.0276307575404644, 0.007957171648740768, 0.013876120559871197, -0.02799520641565323, -0.006526365876197815, -0.009799672290682793, -0.00485259247943759, 0.021057147532701492, 0.016845718026161194, -0.008780560456216335, 0.0013396935537457466, 0.004683865234255791, -0.015968335792422295, 0.006698467303067446, -0.027779236435890198, 0.02409423515200615, 0.004208054859191179, 0.004744607023894787, 0.004589378368109465, -0.015428409911692142, -0.010218115523457527, -0.007376750465482473, -0.00596956629306078, 0.0028818596620112658, 0.003143386682495475, -0.004575880244374275, -0.020868172869086266, 0.010501577518880367, -0.008989782072603703, 0.014632017351686954, 0.00724851805716753, -0.00515630142763257, 0.011311467736959457, -0.022258484736084938, 0.0004888869007118046, 0.006435253191739321, 0.027212312445044518, 0.009921155869960785, -0.03628308326005936, -0.014861486852169037, 0.030640847980976105, 0.01092677004635334, 0.005244039464741945, -0.02544405311346054, 0.0004686396277975291, 0.024593668058514595, -0.013423931784927845, -0.02456667087972164, 0.008294626139104366, -0.009279992431402206, -0.0006816576351411641, -0.013342942111194134, -0.0033964773174375296, -0.005679355468600988, -0.010197868570685387, -0.00900328066200018, 0.006091049872338772, 0.029048064723610878, -0.014159581623971462, 0.0009912719251587987, -0.00498082535341382, 0.0017699477029964328, -0.010744544677436352, 0.0040123313665390015, 0.01738564483821392, -0.023554308339953423, -0.009172007441520691, 0.006087675224989653, -0.004609625320881605, 0.004481392912566662, -0.005493755917996168, -0.011790652759373188, -0.01132496539503336, 0.011385707184672356, -0.03617509827017784, 0.03336748108267784, -0.00819339044392109, 3.276997449574992e-05, -0.02097615785896778, 0.017412640154361725, -0.012101111002266407, -0.01712917909026146, 0.007795194163918495, -0.02076018787920475, -0.025741012766957283, -0.002686136169359088, -0.0014620206784456968, -0.0025444054044783115, 0.0021715182811021805, -0.004778352566063404, 0.026037972420454025, -0.01997729390859604, 0.01791207306087017, -0.015090955421328545, -0.05107707902789116, -4.913518750981893e-06, -0.06268550455570221, 0.026294438168406487, 0.027387790381908417, 0.007714204955846071, -0.00026954160421155393, -0.017588118091225624, -3.556451702024788e-05, 0.010528573766350746, -0.020355243235826492, -0.005669231992214918, 0.014793995767831802, 0.029614988714456558, -0.02505260519683361, -0.005895326379686594, -0.014659013599157333, -0.010238362476229668, -0.008726567961275578, -0.008402612060308456, 0.004633247386664152, -0.0008883483824320138, -0.0244451891630888, -0.02076018787920475, -0.013315945863723755, 0.001599533250555396, -0.005041567143052816, -0.00965794175863266, -0.041628360748291016, 0.013066229410469532, -0.04546184092760086, 0.002952724928036332, -0.029884951189160347, 0.025309070944786072, -0.008119150064885616, -0.020206762477755547, 0.014618519693613052, -0.015995332971215248, -0.008726567961275578, -0.028238173574209213, 0.007363252341747284, -0.008024662733078003, 0.02934502437710762, 0.0044105276465415955, 0.0006466467748396099, 0.06311745196580887, 0.0006500213057734072, 0.014780497178435326, -0.01847899705171585, 0.027603760361671448, -0.023459821939468384, 0.014578024856746197, 0.008571338839828968, -0.003347546560689807, -0.03047887049615383, -0.015792859718203545, 0.014456541277468204, 0.01812804490327835, 0.013720891438424587, 0.02764425426721573, -0.021043648943305016, 0.019855810329318047, -0.013342942111194134, -0.002122587524354458, 0.0276307575404644, -0.001921802177093923, 0.009192254394292831, -0.02653740532696247, -0.01743963733315468, 0.018290022388100624, 0.026780372485518456, -0.0011060064425691962, 0.024593668058514595, -0.008308124728500843, -0.009995396248996258, 0.010022392496466637, -0.022406963631510735, -0.004859341774135828, -0.011480194516479969, -0.020341744646430016, 0.0037558660842478275, 0.029722973704338074, 0.0022390091326087713, 0.017804088070988655, -0.004488141741603613, 0.013822127133607864, 0.020476724952459335, -0.018978428095579147, -0.013957109302282333, -0.014713007025420666, 0.005713101010769606, -0.00628677336499095, -0.014402548782527447, -0.023230353370308876, 0.0010233301436528563, 0.0004703268932644278, -0.004690614528954029, -0.0037558660842478275, 0.013315945863723755, -0.024107733741402626, -0.01467251218855381, -0.018101047724485397, -0.008416109718382359, 0.006492620334029198, -0.0010317664127796888, -0.013592658564448357, 0.0017294532153755426, -0.021178631111979485, -0.014105589129030704, -0.02614595741033554, 0.017331652343273163, -0.012323830276727676, -0.004326163791120052, -0.026172954589128494, -0.022703923285007477, 0.014078592881560326, 0.014105589129030704, -0.0006006686016917229, 0.19469761848449707, -0.0019521730719134212, 0.006803078111261129, 0.027455279603600502, 0.004953828640282154, 0.011858143843710423, 0.016764728352427483, -0.013552163727581501, -0.0323956124484539, 0.03671502694487572, 0.017642110586166382, 0.008085404522716999, -0.020179765298962593, 0.00027207250241190195, -0.002233947394415736, -0.027279803529381752, -0.01795256696641445, -0.015698373317718506, 0.003948214929550886, -0.002841365057975054, 0.002183329313993454, 0.009887410327792168, -0.04170934855937958, 0.001005613710731268, 0.050078216940164566, 0.0010385155910626054, -0.025336068123579025, 0.00902352761477232, 0.012364325113594532, 0.004467894788831472, -0.018546488136053085, -0.01414608396589756, 0.0054228901863098145, 0.020287752151489258, -0.005409392062574625, 0.0070325471460819244, 0.0032210012432187796, -0.01633278653025627, 0.0026321434415876865, -0.005001072306185961, 0.026159455999732018, -0.01896493136882782, -0.004717610776424408, -0.03153172880411148, 0.016346285119652748, -0.00978617463260889, -0.008004415780305862, 0.002362180035561323, 0.031126782298088074, 0.013552163727581501, -0.0132754510268569, 0.012404819019138813, 0.004609625320881605, 0.031990665942430496, 0.009333985857665539, -0.008827803656458855, 0.004896461497992277, 0.0163732822984457, 0.020530719310045242, 0.019383374601602554, -0.010224864818155766, 0.020584711804986, -0.02567352168262005, -0.004744607023894787, 0.006435253191739321, 0.014605021104216576, -0.030343888327479362, -0.0020500347018241882, 0.0015649442793801427, -0.03741693124175072, 0.031342752277851105, -0.010940267704427242, 0.007869433611631393, 0.012951495125889778, 0.01656225696206093, -0.009300240315496922, -0.0016341223381459713, 0.022568942978978157, 0.023851267993450165, 0.03433934599161148, -0.04319414868950844, -0.01603582687675953, -0.020476724952459335, -0.034096382558345795, -0.0010882900096476078, -0.04529986158013344, 0.025241579860448837, -0.011952630244195461, -0.013680396601557732, -0.004629872739315033, -0.006192286033183336, -0.01594134047627449, -0.005864955484867096, 0.01896493136882782, 0.012161852791905403, 0.038307808339595795, -0.010272108018398285, 0.007835688069462776, -0.02364879660308361, -0.0369579941034317, -0.01368714589625597, 0.04686564952135086, 0.003813233459368348, 0.025160592049360275, -0.013498171232640743, -0.03865876421332359, 0.01307297870516777, -0.011696165427565575, 0.010609562508761883, 0.004737858194857836, 0.011864892207086086, -0.04203330725431442, -0.0023807398974895477, -0.015212439000606537, 0.01590084657073021, 0.014362053945660591, 0.03355645388364792, -0.013039233162999153, 0.0013523480156436563, -0.015779362991452217, -0.008416109718382359, -0.008578088134527206, 0.026334932073950768, 0.011554434895515442, 0.01449703611433506, -0.013187712989747524, -0.012452063150703907, -0.007275514304637909, -0.016008831560611725, -0.034798286855220795, 0.0067693330347537994, -0.02610546350479126, 0.00023136709933169186, 0.031207771971821785, 0.020260754972696304, 0.0019184276461601257, -0.011304718442261219, -0.009934654459357262, -0.00614504236727953, 0.011669169180095196, -0.01241831760853529, 0.003087706631049514, 0.020989656448364258, -0.007916677743196487, 0.01760161481797695, -0.03350245952606201, 0.007889681495726109, 0.003254746552556753, -0.031990665942430496, -0.021786049008369446, -0.002100653015077114, 0.008733317255973816, 0.005530875641852617, -0.015320423990488052, -0.02181304432451725, -0.032692570239305496, -0.015833355486392975, -0.03741693124175072, -0.005109057761728764, -0.009968399070203304, -0.014200076460838318, 0.03242260590195656, 0.0116084273904562, 0.0034589064307510853, -0.015144947916269302, -0.015563391149044037, -0.17115680873394012, 0.022528447210788727, 0.01237107440829277, -0.037389934062957764, 0.00810565147548914, -0.0010967263951897621, 0.0018171913689002395, 0.009543207474052906, 0.013255204074084759, -0.004670367110520601, 0.005659108515828848, -0.01062306109815836, -0.014969471842050552, 0.006269900593906641, -0.011095496825873852, -0.001235926290974021, 0.008632080629467964, 0.01239807065576315, 0.03560817614197731, 0.02317636087536812, 0.025606030598282814, -0.019383374601602554, 0.015185442753136158, 0.012269837781786919, 0.001301729935221374, 0.010265359655022621, -0.010143876075744629, 0.013876120559871197, -0.010980762541294098, -0.03822682052850723, -0.006985303480178118, 0.0007162467227317393, 0.004987574182450771, 0.006965056527405977, -0.01403809804469347, -0.0014890170423313975, -0.008686073124408722, -0.007268765475600958, -9.638538176659495e-05, 0.007693957537412643, 0.0024195471778512, 0.0309648048132658, -0.010049388743937016, 0.008402612060308456, 0.028454145416617393, 0.0048154727555811405, 0.02050372213125229, -0.020260754972696304, 0.01370739284902811, -0.013369938358664513, -0.003325612051412463, -0.00886829849332571, 0.005554497707635164, -0.002703008707612753, 0.013997603207826614, -0.005837959237396717, -0.010548820719122887, -0.014551028609275818, -0.016062824055552483, -0.014456541277468204, 0.01309997495263815, -0.011237227357923985, -0.008206888101994991, 0.0037761135026812553, -0.0018931184895336628, -0.024283209815621376, -0.015657879412174225, 0.024107733741402626, -0.03390740603208542, 0.0014223698526620865, -0.014362053945660591, -0.001220740843564272, -0.01691320911049843, -0.006023558788001537, -0.001312697189860046, 0.0320446603000164, -0.031909678131341934, 0.026726379990577698, -0.006576984189450741, -0.01814154163002968, -0.020773686468601227, -9.944356133928522e-05, -0.008976283483207226, 0.017709601670503616, -0.011095496825873852, 0.0008060939144343138, -0.004231676924973726, 0.0063947588205337524, 0.00044164329301565886, -0.022973887622356415, 0.01839800737798214, -0.03995458781719208, -0.0362560898065567, 0.01305273175239563, -0.03390740603208542, 0.008017913438379765, 0.008679323829710484, -0.01580635830760002, 0.006016809958964586, 0.012229342944920063, 0.0008065157453529537, 0.005760344676673412, -0.01839800737798214, 0.001214835443533957, 0.010967263951897621, -0.007997666485607624, 0.0020888419821858406, -0.0046973638236522675, 0.037389934062957764, -0.014928977936506271, -0.02632143348455429, 9.221992513630539e-05, -0.007417245302349329, 0.014766999520361423, 0.0034521573688834906, 0.009948152117431164, 0.024337202310562134, -0.019734326750040054, 0.02076018787920475, -0.005497130099684, 0.04114242643117905, -0.018236029893159866, -0.003988709766417742, 0.024499181658029556, -0.003772738855332136, 0.001476362464018166, -0.14750801026821136, -0.00707304198294878, 0.009158508852124214, 0.020638704299926758, -0.00450164033100009, 0.021124638617038727, -0.020125772804021835, 0.04008956998586655, -0.00013550899166148156, 0.02794121392071247, 0.0029695976991206408, -0.015846852213144302, -0.014483537524938583, -0.011115743778645992, 0.007167528849095106, -0.013369938358664513, -0.03201766312122345, 0.0015750678721815348, -0.006452125962823629, 0.02347332052886486, 0.008490350097417831, -0.00023263254843186587, 0.023149363696575165, -0.015536394901573658, -0.00996165070682764, 0.014874984510242939, -0.04054850712418556, 0.0167242344468832, 0.00129244988784194, 0.004788476042449474, 0.019963795319199562, -0.03180169314146042, 0.014713007025420666, -0.010670304298400879, -0.0054228901863098145, -0.008159644901752472, -0.00613154424354434, -0.01580635830760002, 0.022757917642593384, 0.0008807556587271392, 0.007241768762469292, 0.019464362412691116, 0.006330642383545637, -0.03320550173521042, 0.02189403399825096, -0.008929040282964706, -0.006843572948127985, 0.046541694551706314, -0.013005487620830536, -0.021867036819458008, -0.025336068123579025, -0.004282294772565365, -0.014254068955779076, -0.025417055934667587, 0.026699382811784744, 0.018627475947141647, 0.026658888906240463, -0.00013107989798299968, -0.019612843170762062, -0.005325028672814369, -0.016184307634830475, -0.007977419532835484, -0.0034791536163538694, 0.019639838486909866, 0.010933518409729004, 0.015914343297481537, -0.02891308255493641, -0.026604896411299706, 0.026645390316843987, -0.03776788339018822, -0.025956982746720314, 0.020301248878240585, -0.020598208531737328, 0.017588118091225624, -0.010737795382738113, 0.006468998733907938, -0.019194399937987328, -0.02702333964407444, 0.01918090134859085, -2.789270547509659e-05, -0.0017885076813399792, -0.020530719310045242, 0.0008465884602628648, -0.011419452726840973, -0.004559007473289967, 0.014861486852169037, 0.016143813729286194, 0.018209032714366913, -0.0012941372115164995, -0.04934931546449661, -0.009212502278387547, 0.03963062912225723, 0.01048807892948389, -0.019909802824258804, -0.014942475594580173, 0.02107064612209797, 0.0009347483864985406, 0.005567995831370354, -0.0036715026944875717, 0.0020331621635705233, -0.02491762489080429, 0.0045860037207603455, -0.02891308255493641, 0.030991801992058754, -0.02378377877175808, 8.694720600033179e-05, 0.01132496539503336, -0.00819339044392109, -0.012978491373360157, 0.0034319099504500628, 0.00807865522801876, 0.010501577518880367, -0.007801942992955446, 0.005341901443898678, -0.0033914155792444944, -0.01892443560063839, -0.011466696858406067, -0.00401908066123724, 0.014969471842050552, -0.005264286883175373, -0.00042540329741314054, -0.006269900593906641, -0.02224498614668846, 0.006354263983666897, 0.013518418185412884, -0.0008482757257297635, 0.004471269436180592, -0.0011346900137141347, 0.01162867434322834, 0.02637542597949505, -0.011878390796482563, -0.0009870537323877215, 0.013477924279868603, -0.020112276077270508, 0.021138137206435204, 0.03469030186533928, 0.0005006978171877563, -0.015995332971215248, -0.00032226883922703564, 0.014578024856746197, 0.018465498462319374, 0.00981317088007927, -0.000410006963647902, -0.020733190700411797, 0.023675791919231415, -0.0247961413115263, -0.025066103786230087, -0.008983032777905464, -0.010562319308519363, 0.024998612701892853, -0.008301375433802605, 0.012323830276727676, 0.04108843207359314, 0.011304718442261219, 0.00581433717161417, -0.011696165427565575, -0.007572473958134651, -0.02856213040649891, -0.013781633228063583, -0.0019707330502569675, -0.014105589129030704, -0.018559984862804413, 0.02842714823782444, 0.009347483515739441, 0.023945756256580353, -0.015239435248076916, 0.0025089725386351347, -0.010069635696709156, -0.011385707184672356, 0.009846916422247887, -0.0008503847639076412, -0.03123476915061474, -0.005368897691369057, 0.001005613710731268, -0.021624069660902023, 0.0023571180645376444, 0.004758105613291264, 0.006661347579210997, 0.00045261054765433073, -0.0023807398974895477, 0.007019049022346735, 0.031126782298088074, 0.011365460231900215, -0.0025950234849005938, -0.005186672322452068, -0.006691718474030495, 0.025633027777075768, 0.0018357513472437859, 0.0024178598541766405, 0.019167402759194374, 0.0033542956225574017, 0.00998864695429802, -0.023095371201634407, 0.02142159827053547, -0.02653740532696247, 0.009509461931884289, -0.005675980821251869, 0.012445313856005669, -0.021880535408854485, 0.008139397017657757, 0.0010191119508817792, 0.003900971496477723, -0.0020129147451370955, 0.017318153753876686, 0.004953828640282154, -0.006374511402100325, -0.01800656132400036, 0.003563517238944769, -0.013997603207826614, -0.03231462091207504, 0.01287725567817688, 0.002409423468634486, 0.03954964131116867, 0.0026928852312266827, 0.003995458595454693, -0.005395893938839436, -0.014159581623971462, 0.0048795887269079685, -0.011601678095757961, -0.01594134047627449, -0.012364325113594532, 0.03595912829041481, -0.003840229706838727, 0.0193563774228096, 0.020463228225708008, -0.0017547622555866838, 0.03220663592219353, 0.020638704299926758, -0.0031703829299658537, -0.012647786177694798, 0.02111114002764225, -0.0014502097619697452, -0.01386262197047472, -0.008686073124408722, 0.001271359040401876, -0.007471237797290087, -0.020881671458482742, -0.01761511340737343, 0.01127772219479084, 0.0030775831546634436, -0.006064053624868393, 0.06581708043813705, 0.012566797435283661, -0.017817586660385132, 0.01208761241286993, -0.010535323061048985, 0.005692853592336178, 0.015576889738440514, 0.011210231110453606, 0.003661378985270858, -0.01835751347243786, 0.01642727479338646, 0.023837771266698837, 0.011696165427565575, -0.02807619608938694, -0.0035466444678604603, 0.007815441116690636, -0.010400340892374516, 0.005338526796549559, -0.019072916358709335, 0.0044105276465415955, 0.007444241549819708, -0.011142740026116371, 0.028967075049877167, 0.012040369212627411, -0.005092184990644455, -0.010366595350205898, 0.027347294613718987, 0.011696165427565575, -0.0017362022772431374, -0.020004289224743843, 0.005645609926432371, 0.008571338839828968, -0.04273521155118942, -0.04089945927262306, 0.007201274391263723, 0.011480194516479969, 0.014483537524938583, -0.020922165364027023, -0.003251371905207634, 0.028103193268179893, -0.007633215747773647, 0.0008605084149166942, -0.023675791919231415, -0.027050334960222244, 0.016940204426646233, 0.01861397735774517, 0.005891951732337475, -0.007876182906329632, -0.024728650227189064], \"2769f022-4c05-404a-a91a-79c27d277ddd\": [0.010104135610163212, 0.0018410934135317802, 0.016640521585941315, -0.026172472164034843, -0.010609005577862263, 0.023183640092611313, -0.019225457683205605, 0.010272425599396229, -0.009202101267874241, -0.04262450709939003, 0.020517924800515175, 0.01790606416761875, 0.001457392005249858, 0.0005452597979456186, 0.010454178787767887, -0.0027835178188979626, -0.0030393186025321484, -0.00479290122166276, 0.0019302871078252792, -0.03855862095952034, -0.01909082569181919, -0.002544545801356435, 0.01008394081145525, 0.003951450809836388, -0.028488142415881157, -0.00631087739020586, 0.03565056994557381, -0.01878117211163044, -0.01590004563331604, 0.007539395242929459, 0.0065397522412240505, -0.02564740739762783, 0.0037023816257715225, -0.04940996319055557, -0.008845326490700245, -0.003894232213497162, -0.007384568452835083, 0.0009070834494195879, 0.029834464192390442, 0.0008877301006577909, 0.01306604128330946, -0.01926584728062153, -0.02115069516003132, -0.013187210075557232, -0.002458717906847596, 0.015644244849681854, -0.00042850858881138265, -0.03718537464737892, -0.015832729637622833, 0.012285174801945686, 0.018363812938332558, 0.018929267302155495, -0.027599571272730827, -0.005462695844471455, 0.009801213629543781, 0.014472945593297482, -0.0027061044238507748, 0.011847620829939842, -0.005890152417123318, -0.013005456887185574, 0.010050282813608646, 0.003736039623618126, -0.01697710156440735, -0.027572644874453545, -0.018660003319382668, -0.015294201672077179, 0.009430975653231144, 0.011679330840706825, 0.028084246441721916, 0.005573767237365246, 0.042085979133844376, -0.008656840771436691, 8.982482540886849e-05, -0.005328063387423754, 0.013894028030335903, -0.0042577385902404785, -0.018552297726273537, -0.012359222397208214, 0.01143699325621128, -0.009511754848062992, 0.029376715421676636, -0.011551430448889732, -0.014109439216554165, 0.03330796957015991, 0.001979091204702854, 0.009235759265720844, 0.017354071140289307, 0.006055076606571674, -0.007916364818811417, -0.013840175233781338, -0.012648682110011578, 0.025283899158239365, 0.026387883350253105, 0.008717425167560577, 0.008185628801584244, 0.016546279191970825, -0.0024317915085703135, 0.03495047986507416, -0.017138659954071045, -0.02980753779411316, -0.012238053604960442, -0.004449589643627405, -0.0236683152616024, -0.016734763979911804, -0.03993186727166176, -0.006220000796020031, 0.022806670516729355, -0.01306604128330946, 0.013840175233781338, 0.001829313114285469, -0.005075628403574228, 0.00875108316540718, 0.009518486447632313, -0.020019786432385445, -0.021123768761754036, -0.006660921033471823, -0.002248355420306325, -0.03069610893726349, -0.00653638644143939, -0.025108877569437027, 0.021743077784776688, 0.033146411180496216, -0.005486256442964077, -0.016653984785079956, 0.008226018399000168, 0.008226018399000168, -0.013429547660052776, -0.04324381798505783, 0.006782089825719595, -0.00529103958979249, 0.02413952723145485, -0.003534091403707862, 0.012446733191609383, 0.007391300052404404, -0.0189965832978487, 0.00959253404289484, 0.009956040419638157, 0.0001305299811065197, -0.010541689582169056, -0.028003467246890068, 0.009767555631697178, 0.021016063168644905, 0.004873680416494608, 0.008374113589525223, -0.01213034801185131, 0.015550002455711365, -0.002389719011262059, 0.005405477248132229, -0.01009067241102457, -0.014594115316867828, -0.008077923208475113, -0.003424702910706401, -0.00863664597272873, 0.0003212236624676734, -0.0013236013473942876, 0.004086082801222801, -0.0019942373037338257, -0.02932286262512207, 0.002428425708785653, -0.015778876841068268, 0.01296506728976965, 0.021796930581331253, 0.013772859238088131, 0.008333723992109299, 0.010602273978292942, 0.04259758070111275, 0.022887449711561203, -0.006809016223996878, 0.019238920882344246, -0.0015129277016967535, 0.01202264241874218, 0.013187210075557232, -0.04230139032006264, 0.011187924072146416, -0.012574633583426476, 0.0030628792010247707, 0.004230812191963196, 0.004920801613479853, -0.0345735102891922, 0.004739048425108194, -0.009834871627390385, 0.012365953996777534, 0.025324290618300438, 0.016075067222118378, 0.009080932475626469, 0.0010013259015977383, 0.009653118439018726, -0.013523790054023266, 0.0022971595171839, -0.023210566490888596, 0.024704981595277786, 0.004281299188733101, 0.02454342320561409, -0.021541129797697067, -0.6445105671882629, -0.014190218411386013, 0.023520220071077347, -0.012816972099244595, -0.0089934216812253, 0.02813809923827648, 0.0066373604349792, 0.004627977032214403, -0.02443571761250496, 0.019656280055642128, 0.013321842066943645, 0.014082512818276882, 0.02147381380200386, 0.0019521648064255714, 0.0035273598041385412, -0.013207404874265194, 0.02325095608830452, -0.008461624383926392, 0.027276454493403435, 0.021285327151417732, -0.023183640092611313, -0.010016624815762043, -0.00397164560854435, -0.009181906469166279, -0.015442296862602234, 0.023924116045236588, 0.012561170384287834, 0.0009121322073042393, 0.011470651254057884, 0.009047274477779865, -0.023506756871938705, 0.010023356415331364, 0.009545412845909595, 0.011201387271285057, 0.05347585305571556, 0.004624611232429743, -0.000794749881606549, 0.01073017530143261, -0.008690498769283295, 0.03465428948402405, -0.03241939842700958, -0.0154961496591568, 0.015132643282413483, 0.010898465290665627, -0.00879147369414568, -0.0014918914530426264, 0.04846753925085068, 0.011894742026925087, 0.0015970728127285838, -0.0024334744084626436, -0.006226732395589352, -0.014634504914283752, -0.02672446332871914, 0.030049875378608704, -0.0076269060373306274, -0.023574072867631912, 1.114264341595117e-05, -0.014513335190713406, -0.00835391879081726, -0.004045693203806877, -0.010508031584322453, 0.0067484318278729916, -0.03408883512020111, 8.559128218621481e-06, -0.010326278395950794, -0.0027902494184672832, 0.0263205673545599, -0.028838185593485832, -0.014392166398465633, -0.02455688640475273, -0.0017022540559992194, 0.007364373654127121, 0.012339027598500252, 0.00331699731759727, 0.002985465805977583, 0.01455372478812933, 0.026185935363173485, -0.007781732827425003, -0.00844816118478775, 0.0009828140027821064, 0.009821408428251743, -0.004530368838459253, -0.029457494616508484, -0.0017115100054070354, 0.0012150543043389916, -0.0011923351557925344, -0.026711000129580498, -0.04841368645429611, 0.029134375974535942, -0.005264113191515207, 0.0027448111213743687, -0.010057014413177967, 0.0029114182107150555, 0.009464633651077747, 0.012365953996777534, 0.03530052676796913, 0.031046152114868164, 0.018915804103016853, 0.007997144013643265, -0.04682502895593643, -0.010918660089373589, -0.02395104244351387, 0.023681778460741043, -0.013254526071250439, 0.024058748036623, 0.0074990056455135345, -0.014540261588990688, -0.015940435230731964, 0.023897189646959305, -0.011194655671715736, -0.02543199621140957, -0.002428425708785653, -0.033523380756378174, -0.009114590473473072, 0.0017956550000235438, -0.038908664137125015, 0.012298638001084328, -0.0023813045118004084, 0.002568106399849057, 0.004012035205960274, 0.011793768033385277, 0.008427966386079788, 0.052129533141851425, -0.03985108807682991, 0.010232036001980305, -0.0076471008360385895, 0.009565607644617558, -0.014513335190713406, -0.002746494021266699, 0.02535121701657772, 0.01435177680104971, -0.010393594391644001, 0.029134375974535942, -0.00834045559167862, 0.013288184069097042, -0.007889438420534134, 0.000989545602351427, -0.005530011840164661, 0.004513539839535952, -0.014998011291027069, 0.009013616479933262, 0.007162425201386213, -0.010205109603703022, -0.016640521585941315, -0.009875261224806309, -0.004220714792609215, -0.019144678488373756, 0.010784028097987175, -0.011941863223910332, -0.013826712034642696, -0.009336733259260654, 0.009356928057968616, -0.019912080839276314, 0.0201678816229105, 0.03110000491142273, -0.01029262039810419, 0.028191952034831047, -0.010508031584322453, 0.007142230402678251, -0.01948125846683979, -0.014244071207940578, 0.01647896319627762, -0.0032698761206120253, -0.0031285122968256474, -0.009956040419638157, -0.0038706716150045395, 0.01083114929497242, 0.006714773830026388, -0.009868529625236988, 0.0011014585616067052, -0.005604059435427189, 0.021487277001142502, -0.021016063168644905, -0.0013135039480403066, 0.00361487059853971, 0.006573410239070654, -0.0014927329029887915, -0.020006323233246803, -0.003853842616081238, 0.00219786842353642, 0.007236472796648741, 0.019104288890957832, 0.015388444066047668, -0.009767555631697178, 0.034519657492637634, 0.020006323233246803, 0.014742210507392883, 0.01849844492971897, 0.005247284192591906, -0.00017891338211484253, -0.007620174437761307, 0.01550961285829544, -0.015226885676383972, -0.000704714679159224, 0.005923810414969921, 0.04162823036313057, -0.00033910450292751193, 0.002455352107062936, -0.01161874644458294, 0.0022214290220290422, 0.00022929522674530745, 0.0187677089124918, -0.0019555306062102318, -0.005153041798621416, 0.01580580323934555, -0.02891896478831768, -0.01790606416761875, -0.002924881409853697, -0.014190218411386013, 0.00551654864102602, 0.006714773830026388, -0.02237584814429283, -0.01820225454866886, 0.008663572371006012, 0.009552144445478916, 0.008111581206321716, -0.023977968841791153, 0.007781732827425003, -0.026589831337332726, -0.008057728409767151, 0.0022517212200909853, -0.047848232090473175, 0.01113407127559185, 0.011645672842860222, -0.007775001227855682, -0.0013202355476096272, -0.01747523993253708, 0.008380845189094543, -0.014419092796742916, -0.0031739508267492056, 0.0004129417648073286, 0.02940364181995392, -0.015267275273799896, 0.0076874904334545135, 0.0028844918124377728, 0.020921820774674416, -0.00019542683730833232, -0.032554030418395996, 0.027895761653780937, -0.007828854024410248, 0.005405477248132229, 0.021635372191667557, 0.009552144445478916, -0.015523076057434082, 0.021002599969506264, 0.018619613721966743, 0.024287622421979904, 0.018444592133164406, -0.01232556439936161, 0.025108877569437027, -0.01608853042125702, 0.03169238567352295, 0.008953032083809376, 0.0023055740166455507, 0.015132643282413483, -0.005062165204435587, 0.005307868588715792, -0.0004846754018217325, 0.031638532876968384, 0.014432555995881557, -0.002749859821051359, 0.009720434434711933, 0.017556020990014076, -0.008266407996416092, 0.008973226882517338, -0.01406904961913824, -0.03538130596280098, -0.0012461879523470998, -0.006078637205064297, -0.027707276865839958, 0.006442144047468901, 0.01048783678561449, -0.02902667038142681, 0.0029518078081309795, -0.005637717433273792, 0.0023510123137384653, 0.005906981416046619, -0.004378907848149538, 0.017246365547180176, 0.0061257584020495415, -0.025485849007964134, 0.0013345401966944337, 0.019696669653058052, 0.01093212328851223, -0.004193788394331932, 0.0017889234004542232, 0.0025798866990953684, 0.004146667197346687, -0.0059574684128165245, 0.02206619456410408, -0.004261104390025139, 0.026657147333025932, 0.01365842204540968, -0.021393032744526863, -0.0019841399043798447, 0.0032244378235191107, 0.03061532974243164, 0.00331699731759727, -0.0016063287621363997, -0.016155846416950226, -0.0033624356146901846, 0.017259828746318817, -0.01232556439936161, -0.010642663575708866, 0.02018134482204914, 0.013813248835504055, -0.006401754450052977, -0.02692641131579876, 0.012823703698813915, -0.025216583162546158, -0.014688357710838318, -0.013947880826890469, -0.0028424193151295185, 0.015590392053127289, -0.00979448202997446, -0.020208271220326424, -0.024004895240068436, 0.01276985090225935, 0.015859656035900116, 0.012884288094937801, -0.016842469573020935, -0.0179868433624506, -0.025808965787291527, 0.031073078513145447, 0.018740782514214516, 0.030049875378608704, -0.0002776786277536303, -0.0005094981752336025, 0.001829313114285469, -0.008010607212781906, -0.0397164560854435, 0.004389005247503519, -0.011948594823479652, -0.025607017800211906, -0.009915650822222233, -0.029295936226844788, 0.008589524775743484, -0.01336896326392889, 0.007081646006554365, -0.010979244485497475, -0.00880493689328432, -0.03128848969936371, -0.015280738472938538, -0.014405629597604275, -0.018915804103016853, -0.014176755212247372, 0.0316116064786911, 0.017771432176232338, 0.01680207997560501, 0.021191084757447243, 0.029861390590667725, 0.02493385598063469, -0.006098832003772259, -0.031746238470077515, 0.004382273647934198, 0.023722168058156967, 0.009666581638157368, 0.013510326854884624, 0.004806364420801401, 0.05692243203520775, 0.02046407200396061, 0.016653984785079956, 0.02434147521853447, 0.012635217979550362, -0.028191952034831047, 0.009282880462706089, 0.018606150522828102, -0.011349482461810112, 0.00908766407519579, -0.008703961968421936, 0.011894742026925087, 0.007223009597510099, -0.019036972895264626, -0.004634708631783724, 0.016519352793693542, 0.018458055332303047, -0.01048110518604517, -0.0005162297748029232, 0.015482686460018158, 0.010871538892388344, 0.025364680215716362, -0.006590239237993956, 0.007768269628286362, -0.031234636902809143, -0.01579234004020691, -0.023776020854711533, 0.012137079611420631, -0.012803508900105953, -0.009949308820068836, -0.007424958050251007, -0.026266714558005333, 0.012507317587733269, -0.0037495028227567673, -0.01918506808578968, 0.0014405630063265562, -0.011221582069993019, -0.005348258186131716, -0.0053920140489935875, 0.03241939842700958, 0.023802947252988815, 0.018309960141777992, -0.012662145309150219, 0.010339741595089436, -0.010447447188198566, -0.03069610893726349, -0.04135896638035774, 0.008077923208475113, 0.0013538936618715525, -0.028649700805544853, -0.012285174801945686, 0.016721300780773163, -0.016923248767852783, -0.01182742603123188, 0.022416237741708755, -0.02066601999104023, -0.009666581638157368, 0.002766688819974661, -0.008966495282948017, 0.020692946389317513, 0.012063032016158104, 0.011787036433815956, 0.021419961005449295, 0.003246315522119403, -0.008380845189094543, 0.021191084757447243, -0.005684838630259037, -0.003981743007898331, -0.0008052680059336126, -0.019831301644444466, 0.020194808021187782, -0.013732469640672207, -0.007189351599663496, -0.009531949646770954, -0.01848498173058033, 0.006751797627657652, 0.01103309728205204, -0.01530766487121582, -0.012042837217450142, -0.0023543781135231256, -0.025997450575232506, 0.023789484053850174, 0.006671018432825804, -0.01618277281522751, 0.009572339244186878, 0.004314957186579704, -0.013409352861344814, 0.03470814228057861, 0.02395104244351387, -0.011450456455349922, -0.0009533632546663284, -0.010541689582169056, -0.03944719210267067, -0.0002558009000495076, 0.001428782707080245, -0.019252384081482887, 0.0052169919945299625, -0.007007598411291838, -0.02035636641085148, -0.022833596915006638, 0.000939058605581522, 0.01828303374350071, 0.0302114337682724, 0.010353204794228077, 0.01455372478812933, 0.00765383243560791, -0.0015600488986819983, 0.007088377606123686, -0.01779835857450962, 0.0004068412526976317, -0.035731349140405655, -0.02186424657702446, 0.0013715641107410192, 0.016128920018672943, 0.04930225759744644, 0.017825284972786903, 0.019723596051335335, -0.02584935538470745, -0.010030088014900684, -0.009659850038588047, -0.028838185593485832, -0.0122245904058218, -0.021648835390806198, 0.034331172704696655, 0.004883777815848589, 0.042166758328676224, -0.002017797902226448, 0.02027558721601963, -0.003715844824910164, 0.003736039623618126, 0.021446887403726578, 0.016559742391109467, 0.002058187499642372, -0.006899892818182707, -0.0038403794169425964, 0.024381864815950394, 0.008596256375312805, 0.00863664597272873, -0.018336886540055275, -0.008515477180480957, 0.010346473194658756, -0.009760824032127857, 0.012594828382134438, -0.008320260792970657, -0.038208577781915665, -0.0057992758229374886, 0.01287082489579916, -0.007902901619672775, -0.0010206792503595352, -0.0205583143979311, -0.0008801570511423051, 0.029969096183776855, 0.022618185728788376, 0.023372124880552292, 0.01266887690871954, 0.02533775381743908, -0.007398031651973724, 0.009121322073042393, -0.01113407127559185, 0.017434850335121155, -0.00499484920874238, -0.014392166398465633, -0.028380436822772026, -0.018942730501294136, -0.0044529554434120655, 0.015671171247959137, 0.05258728191256523, 0.025701260194182396, -0.004765974823385477, -0.02575511299073696, 0.026280177757143974, -0.014647968113422394, 0.025782039389014244, 0.008199092000722885, 0.00541894044727087, -0.006297414191067219, -0.03268866240978241, -0.002818858716636896, -0.01113407127559185, 0.013496863655745983, 0.01658666878938675, -0.011154266074299812, 0.01808108575642109, -0.02595706097781658, -0.010548421181738377, -0.0013008821988478303, -0.024166453629732132, 0.044374726712703705, 0.0021709417924284935, 0.03309255838394165, 0.014176755212247372, -0.009006884880363941, -0.020342903211712837, -0.007775001227855682, 0.008461624383926392, -0.003917792811989784, 0.020733335986733437, 0.03236554563045502, 0.005657912231981754, -0.008367381989955902, 0.020006323233246803, -0.01647896319627762, 0.005930542014539242, -0.029457494616508484, 0.020114028826355934, -0.03201550245285034, 0.0066979448311030865, -0.01355744805186987, 0.0069066244177520275, -0.03236554563045502, -0.013772859238088131, -0.01251404918730259, 0.006785455625504255, 0.009404049254953861, 0.0010526543483138084, -0.024476107209920883, -0.01162547804415226, -0.014540261588990688, 0.03516589477658272, 0.015388444066047668, -0.01092539168894291, 0.0017535825027152896, 8.835228800307959e-05, -0.038397062569856644, 0.01355744805186987, 0.024166453629732132, 0.03139619529247284, -0.029780611395835876, -0.006004589609801769, 0.018148401752114296, 0.03942026570439339, -0.001459074905142188, -0.021729614585638046, 0.015967361629009247, 0.03128848969936371, -0.005721862427890301, -0.005068896804004908, 0.003991840407252312, 0.01376612763851881, 0.017569484189152718, 0.01252751238644123, -0.005661278031766415, -0.0345735102891922, -0.018417665734887123, 0.006038247607648373, 0.010999439284205437, 0.0008334565791301429, -0.00331531441770494, 0.0021036257967352867, 8.435540075879544e-05, 0.016330868005752563, -0.009949308820068836, -0.01797338016331196, 0.0025394971016794443, -0.011706257238984108, 0.010696516372263432, -0.013288184069097042, -0.002689275424927473, 0.0158865824341774, 0.01918506808578968, -0.010696516372263432, -0.0015137691516429186, 0.005866591818630695, -0.035246673971414566, 0.023991432040929794, -0.036619920283555984, -0.003306899918243289, -0.051644857972860336, 0.005795910023152828, -0.01277658250182867, -0.012473659589886665, -0.0015095619019120932, -0.037212301045656204, -0.0344119518995285, 0.016734763979911804, 0.022591259330511093, 0.008266407996416092, -0.011564893648028374, 0.005132846999913454, 0.023331735283136368, -0.030534550547599792, 0.006849405821412802, -0.012365953996777534, -0.02364138886332512, 0.020329440012574196, -0.027761129662394524, -0.0118341576308012, 0.00489724101498723, 0.005156407598406076, -0.014688357710838318, -0.010333009995520115, 0.012736192904412746, 0.0037932582199573517, -0.020692946389317513, -0.020841041579842567, 0.0005772349541075528, 0.011221582069993019, -0.021393032744526863, 0.006196440197527409, -0.031234636902809143, -0.011692794039845467, -0.008663572371006012, 0.018336886540055275, 0.024476107209920883, -0.0073105208575725555, 0.0035004334058612585, 0.0061156610026955605, 0.005567035637795925, 0.015038400888442993, -0.013739201240241528, -0.010353204794228077, -0.02216043695807457, -0.004947728011757135, -0.023035544902086258, -0.019952470436692238, 0.005459330044686794, 0.03710459545254707, 0.017932990565896034, -0.03220398724079132, -0.019050436094403267, -0.012702534906566143, -0.03276944160461426, -0.017434850335121155, 0.0016694375080987811, 0.018740782514214516, 0.02555316500365734, 0.010669589973986149, -0.010851344093680382, 0.031557753682136536, -0.0038336478173732758, -0.006809016223996878, -0.015065327286720276, 0.007875975221395493, 0.015832729637622833, 0.006765260826796293, 0.02652251534163952, -0.008326992392539978, -0.005806007422506809, -0.020531387999653816, 0.0055502066388726234, 0.0069066244177520275, 0.012810240499675274, 0.008771278895437717, -0.03061532974243164, -0.007586516439914703, -0.03357723355293274, 0.0017047784058377147, -0.009632923640310764, -0.0030090264044702053, 0.021608445793390274, -0.011086950078606606, 0.01231883279979229, 0.012238053604960442, -0.00010639087849995121, 0.008710693567991257, 0.020114028826355934, -0.008912642486393452, -0.01789260096848011, -0.014122902415692806, -0.011309092864394188, -0.019225457683205605, -0.019333163276314735, -0.02086796797811985, 0.027653424069285393, -0.01017818320542574, -0.00795675441622734, 0.04491325467824936, 0.016452036798000336, 0.003365801414474845, 0.018269570544362068, 0.026172472164034843, -0.013200673274695873, 0.0013034065486863256, -0.00591034721583128, 0.01660013198852539, -0.0015449027996510267, -0.006368096452206373, -0.010770564898848534, -0.018633076921105385, -0.0022971595171839, -0.013422816060483456, -0.00910112727433443, -7.620384712936357e-05, -0.017313681542873383, 0.0028828089125454426, 0.007303789258003235, -0.003544188803061843, 0.008946300484240055, -0.023035544902086258, -0.012810240499675274, -0.009922382421791553, -0.025512775406241417, -0.02396450564265251, -0.0030022948049008846, -0.020100565627217293, -0.018323423340916634, -0.03470814228057861, -0.0036014073994010687, -0.0005284307990223169, -0.008064460009336472, 0.012069763615727425, 0.22833596169948578, -0.02652251534163952, -0.018646540120244026, 0.024058748036623, 0.0012503952020779252, 0.008555866777896881, -0.004560661036521196, 0.004715487826615572, -0.02294130250811577, 0.00863664597272873, 0.0009070834494195879, 0.004957825411111116, -0.021393032744526863, -0.012157274410128593, 0.013705543242394924, -0.020625630393624306, -0.024058748036623, -0.02058524079620838, -0.025782039389014244, -0.0019454332068562508, 0.022308532148599625, 0.03594676032662392, -0.02961905300617218, -0.023574072867631912, 0.019952470436692238, -0.006495996844023466, -0.004914070013910532, 0.02741108648478985, 0.017125196754932404, 0.022927839308977127, -0.0032934367191046476, -0.013200673274695873, -0.011349482461810112, -0.004843388218432665, 0.003034269902855158, -0.01297179888933897, -0.004675098229199648, -0.008434697985649109, 0.014082512818276882, 0.006741700228303671, 0.019710132852196693, -0.003884134814143181, 0.010595542378723621, -0.006098832003772259, 0.008858789689838886, 0.019952470436692238, -0.009727166034281254, -0.02513580396771431, 0.006775358226150274, 0.006495996844023466, -0.021702688187360764, 0.0020935283973813057, 0.05498373135924339, 0.027761129662394524, -0.0029821000061929226, -0.011194655671715736, 0.013840175233781338, 0.013739201240241528, -0.008091386407613754, 0.02642827294766903, -0.009276148863136768, 0.025405069813132286, -0.011389872059226036, -0.000689989305101335, 0.0063075115904212, 0.019992860034108162, -0.015065327286720276, 0.0018865317106246948, 0.007007598411291838, -0.002985465805977583, 0.0091886380687356, -0.011073486879467964, 0.008387576788663864, 0.007916364818811417, -0.003695650026202202, -0.017838748171925545, 0.01750216633081436, 0.007196083199232817, 0.016546279191970825, 0.04494018107652664, -0.029645979404449463, -0.02317017689347267, -0.01638472080230713, -0.015967361629009247, -0.010696516372263432, -0.028488142415881157, 0.03252710402011871, 0.004234177991747856, -0.012238053604960442, -0.016277015209197998, 0.001957213506102562, -0.02147381380200386, -0.010945586487650871, 0.003695650026202202, 0.010891733691096306, 0.03295792639255524, -0.0012167372042313218, 0.016277015209197998, -0.003266510320827365, -0.00722974119707942, -0.01829649694263935, 0.02236238494515419, 0.019454332068562508, -0.013584374450147152, -0.03796624019742012, -0.025808965787291527, -0.00397837720811367, 0.005048702005296946, 0.004409200046211481, -0.004951093811541796, -0.016748227179050446, -0.04817134886980057, -0.0027633230201900005, -0.006825845222920179, 0.006075271405279636, 0.010622468777000904, 0.02463766559958458, -0.02862277440726757, 0.006452241446822882, -0.00900015328079462, -0.025687796995043755, -0.04146667197346687, 0.007990412414073944, -0.016842469573020935, 0.01307277288287878, -0.010232036001980305, -0.005452598445117474, -0.01996593363583088, 0.004772706422954798, -0.01818879134953022, 0.027262991294264793, -0.02803039364516735, -0.0065599470399320126, -0.02127186395227909, -0.020046712830662727, 0.008495282381772995, -0.014930695295333862, -0.005398745648562908, 0.00874435156583786, -0.004762609023600817, 0.0033338263165205717, -0.00735091045498848, 0.013611300848424435, 0.0005831251037307084, -0.011659136041998863, 0.005139578599482775, 0.025189656764268875, 0.01083114929497242, -0.0316116064786911, -0.014297924004495144, -0.021231474354863167, -0.012924677692353725, 0.014486408792436123, -0.009733897633850574, 0.013543984852731228, -0.02234892174601555, 0.005368453450500965, -0.02485307678580284, 0.015119180083274841, -0.018565760925412178, -0.018646540120244026, 0.005624254234135151, 0.012164006009697914, 0.01926584728062153, -0.025256972759962082, -0.006257024593651295, -0.17189821600914001, 0.024893466383218765, 0.013456474058330059, -0.01317374687641859, 0.010306083597242832, -0.002416645409539342, 0.019737059250473976, 0.00019069368136115372, 0.02753225527703762, -0.008912642486393452, 0.028838185593485832, -0.02284706011414528, -0.028541995212435722, -0.0031857311259955168, -0.012231322005391121, -0.013220868073403835, -0.006179611198604107, 0.005923810414969921, 0.04617879539728165, 0.011221582069993019, 0.02781498245894909, -0.020154418423771858, 0.00469865882769227, -0.0020817480981349945, 0.003867305815219879, 0.021446887403726578, -0.0019151410087943077, 0.001628206460736692, -0.005593962036073208, -0.007761538028717041, -0.025485849007964134, 0.009229027666151524, 0.016667447984218597, -0.005250649992376566, 0.004590953234583139, -0.003325411817058921, 0.007081646006554365, -0.025822428986430168, -0.00919536966830492, -0.02057177759706974, 0.034115761518478394, 0.015092253684997559, -0.0016627059085294604, 0.029565200209617615, 0.017811821773648262, -0.018511908128857613, 0.0265494417399168, -0.0009129736572504044, 0.01688285917043686, -0.003493701806291938, 0.0076874904334545135, -0.056491609662771225, 0.01297179888933897, 0.0339542031288147, 0.0091886380687356, 0.009976235218346119, 0.006129124201834202, 0.008508745580911636, 0.004183690994977951, 0.003084756899625063, -0.012291906401515007, -0.02613208256661892, -0.006856137420982122, 0.0076672956347465515, -0.0002353957388550043, -0.0032597787212580442, -0.03061532974243164, 0.017852211371064186, -0.01817532815039158, 0.0010232036001980305, -0.012924677692353725, -0.0017838747007772326, -0.017165586352348328, 0.013813248835504055, 0.008454892784357071, 0.017232902348041534, -0.01192166842520237, 0.01590004563331604, 0.014567187987267971, -0.0012066398048773408, -0.002926564309746027, 0.0211776215583086, 0.00010391911928309128, 0.016748227179050446, -0.04076658561825752, 0.021904636174440384, 0.010709980502724648, 0.003991840407252312, -0.017407923936843872, 0.0015558416489511728, 0.00341797131113708, -0.006220000796020031, -0.01277658250182867, -0.0028205416165292263, -0.008125044405460358, 0.01918506808578968, -0.006395022850483656, 0.011261971667408943, 0.0005864909035153687, 0.011120608076453209, 0.008266407996416092, 0.01638472080230713, -0.023493293672800064, 0.013328573666512966, -0.0020295782014727592, -0.01355744805186987, 0.00035151588963344693, 0.020194808021187782, 0.049733079969882965, -0.006082003004848957, -0.0063310726545751095, 0.005011678207665682, -0.002164210192859173, 0.008946300484240055, 0.018754245713353157, 0.02792268805205822, -0.006082003004848957, -0.016573205590248108, 0.03640450909733772, -0.0012722729006782174, 0.06440797448158264, -0.025701260194182396, -0.026495588943362236, -0.0004514380998443812, 0.021339179947972298, -0.0025916669983416796, -0.10194339603185654, -0.002566423499956727, 0.006721505429595709, 0.026307104155421257, 0.0124198067933321, 0.03804701939225197, -0.0010131062008440495, 0.02346636727452278, -0.017838748171925545, 0.015024937689304352, -0.04135896638035774, -0.008932837285101414, -0.0021137231960892677, -0.010635931976139545, 0.021500740200281143, 0.01699056476354599, -0.015173032879829407, 0.009720434434711933, 0.0134699372574687, 0.034115761518478394, -0.02524350956082344, -0.02563394419848919, 0.006846040021628141, -0.013140088878571987, -0.01996593363583088, 0.043890051543712616, -0.013012188486754894, 0.0022853792179375887, 0.006021418608725071, 0.009161711670458317, 0.004005303606390953, -0.024301085621118546, 0.03723922744393349, -0.01668091118335724, -0.0019555306062102318, -0.028084246441721916, -0.028191952034831047, -0.028945891186594963, 0.021285327151417732, -0.022887449711561203, 0.019723596051335335, -0.013106430880725384, 0.018619613721966743, -0.05056779831647873, -0.006623897235840559, 0.004230812191963196, -0.013342036865651608, 0.03966260328888893, -0.0076672956347465515, -0.007344178855419159, -0.016829006373882294, 0.014499871991574764, 0.003917792811989784, -0.012352490797638893, 0.03495047986507416, 0.02206619456410408, 0.02663022093474865, 0.0037730634212493896, -0.021406497806310654, 0.0010821050964295864, 0.001218420104123652, -0.011638941243290901, -0.016155846416950226, 0.01490376889705658, 0.0017165587050840259, 0.032042428851127625, -0.01668091118335724, -0.007822122424840927, 0.009680044837296009, -0.01658666878938675, -0.02605130337178707, 0.030372992157936096, -0.0389355905354023, -0.00397501140832901, -0.005183333996683359, -0.027788056060671806, -0.0252300463616848, -0.015253812074661255, -0.0003712899633683264, -0.013052578084170818, 0.00949156004935503, -0.005200162995606661, -0.0044125658459961414, 0.029592126607894897, 0.015132643282413483, 0.000579759303946048, 0.0067080422304570675, 0.006667652633041143, 0.004284664988517761, -0.048925288021564484, 0.011578356847167015, 0.009902187623083591, 0.02146035060286522, -0.009733897633850574, 0.005153041798621416, 0.011066755279898643, 0.005435769446194172, 0.008017338812351227, -0.004321688786149025, 0.0035812126006931067, -0.028541995212435722, -0.015294201672077179, -0.05616849288344383, 0.016277015209197998, -0.021487277001142502, -0.005563669838011265, 0.003715844824910164, 0.0009651435539126396, -0.0017653628019616008, -0.0023038911167532206, 0.020221734419465065, 0.016344331204891205, 0.010885002091526985, 0.01083788089454174, -0.016250088810920715, 0.00013715641398448497, -0.006189708597958088, 0.017757968977093697, 0.01620969921350479, 0.012197664007544518, -0.004665000829845667, -0.01937355287373066, -0.013840175233781338, -0.01501147449016571, 0.019010046496987343, -0.016721300780773163, -0.01680207997560501, 0.002177673391997814, -0.006041613407433033, 0.013988270424306393, 0.010494568385183811, -0.01162547804415226, 0.02951134741306305, -0.018835024908185005, 0.012991993688046932, 0.01560385525226593, 0.017125196754932404, -0.049625374376773834, 0.0035677494015544653, 0.02899974398314953, 0.027841908857226372, -0.007721148431301117, -0.02136610634624958, -0.030480697751045227, 0.008623182773590088, -0.0070749144069850445, -0.03406190872192383, -0.007586516439914703, 0.0008380845538340509, 0.0039110612124204636, -0.014472945593297482, 0.007828854024410248, 0.028945891186594963, 0.02264511212706566, -0.01132928766310215, -0.014634504914283752, -0.007276862394064665, -0.034735068678855896, -0.011995716020464897, 0.01460757851600647, -0.0008852057508192956, -0.0014944158028811216, 0.04499403387308121, -0.0140555864199996, 0.018309960141777992, -0.011962058022618294, 0.004298128187656403, -0.021527666598558426, 0.0008709011017344892, 0.022335458546876907, 0.02116415835916996, -0.022537406533956528, -0.005334794986993074, 0.005449232645332813, -0.007795196026563644, 0.020437145605683327, -0.00909439567476511, -0.008286602795124054, -0.00919536966830492, 0.002896272111684084, -0.004351980984210968, 0.029295936226844788, 0.018848488107323647, 0.0013825029600411654, -0.02773420326411724, 0.031126931309700012, 0.0023123056162148714, 0.024503033608198166, -0.007081646006554365, 0.006893161218613386, 0.009336733259260654, -0.006576776038855314, -0.042274463921785355, 0.009404049254953861, -0.0059271762147545815, 0.0020144321024417877, 0.009841603226959705, 0.006869600620120764, -0.013631495647132397, -0.010501299984753132, -0.00978775043040514, 0.00048509612679481506, 0.003796624019742012, -0.000188590056495741, 0.011295629665255547, -0.0022247948218137026, -0.018754245713353157, -0.005021775607019663, -0.0226585753262043, -0.004866948816925287, 0.032257840037345886, -0.003887500613927841, 0.024085674434900284, 0.005354990251362324, -0.023331735283136368, 0.017246365547180176, -0.029861390590667725, -0.019144678488373756, -0.003278290620073676, 0.008872252888977528, -0.012379417195916176, 0.020342903211712837, 0.0051866997964680195, 0.018417665734887123, -0.01501147449016571, -0.011140802875161171, 0.04712121933698654, 0.024462644010782242, -0.01276311930269003, -0.03150390088558197, 0.012991993688046932, -0.00601468700915575, -0.022483553737401962, -0.001995920203626156, -0.004688561428338289, -0.008865521289408207, 0.004654903430491686, 0.00013978594506625086, -0.011309092864394188, 0.007808659225702286, -0.010373399592936039, 0.07878667861223221, 0.005445866845548153, -0.005496353842318058, 0.02287398651242256, 0.01787913776934147, 0.010245499201118946, 0.020450608804821968, 0.016250088810920715, 0.0006205696263350546, -0.01979091204702854, 0.03788546100258827, 0.00775480642914772, -0.014621041715145111, -0.0014515018556267023, -0.007573053240776062, -0.008481819182634354, 0.0013202355476096272, -0.000489724101498723, 0.00900015328079462, 0.001149421208538115, -0.010561884380877018, 0.006203171797096729, 0.02743801288306713, -0.005277576390653849, -0.022685501724481583, -0.0147152841091156, 0.019548574462532997, 0.005388648249208927, -0.009316538460552692, -0.026805242523550987, 0.004314957186579704, 0.0016122189117595553, -0.03101922571659088, -0.0031655363272875547, -0.021823856979608536, -0.02156805619597435, -0.016034677624702454, 0.014674894511699677, 0.0028642970137298107, 0.014311387203633785, -0.03266173601150513, 0.024018358439207077, -0.024597276002168655, -0.015186496078968048, 0.006203171797096729, 0.0019605793058872223, -0.003981743007898331, 0.010359936393797398, -0.009525218047201633], \"2e18b05d-7281-4652-96e2-f7e026001cc5\": [-0.008368142880499363, -0.002468602266162634, 0.014326261356472969, -0.03912274166941643, -0.01494215615093708, 0.01724506914615631, -0.018624139949679375, 0.002145591890439391, -0.014808266423642635, -0.026952115818858147, 0.023176409304142, 0.014406595379114151, -0.00783927645534277, 0.005810838658362627, -0.00302592059597373, -0.002190779894590378, -0.002259398577734828, -0.006162300705909729, 0.015330438502132893, -0.03245500475168228, -0.014071869663894176, -0.0055129327811300755, -0.006982378661632538, -0.008930481970310211, -0.02717972919344902, -0.017968077212572098, 0.0363646037876606, -0.029429085552692413, -0.007832582108676434, -0.015129602514207363, 0.014754709787666798, -0.026938725262880325, -0.007825887762010098, -0.05085153132677078, -0.0013631704496219754, -0.013107859529554844, -0.01152125932276249, -0.004599131643772125, 0.034034911543130875, -0.0028368004132062197, 0.02230612188577652, -0.018945476040244102, -0.018744640052318573, -0.016267670318484306, 0.0020970567129552364, 0.021382279694080353, -0.01281330082565546, -0.03577548637986183, -0.015062657184898853, 0.019788984209299088, 0.013676892966032028, 0.024515312165021896, -0.04375534504652023, -0.007511245086789131, 0.011461008340120316, 0.012806606478989124, -0.001020913477987051, 0.007430911064147949, -0.004572353325784206, -0.02265423722565174, 0.018958864733576775, 0.0032953748013824224, -0.02359146811068058, -0.02155633643269539, -0.019976431503891945, -0.00753802340477705, 0.014433372765779495, 0.003732191864401102, 0.014634208753705025, 0.005757282488048077, 0.036070045083761215, -0.00753802340477705, -0.011320424266159534, 0.0048936898820102215, 0.011514564976096153, -0.012137155048549175, -0.027661733329296112, -0.00977399107068777, 0.008040111511945724, -0.006302885245531797, 0.031330328434705734, -0.01913292147219181, -0.010831723921000957, 0.02446175552904606, 0.006092008203268051, 0.013871033675968647, 0.020565548911690712, 0.002753118984401226, 0.0012753050541505218, -0.019922874867916107, -0.008033417165279388, 0.02020404487848282, 0.011032559908926487, 6.406859756680205e-05, 0.0008012496982701123, 0.020793162286281586, -0.004368170630186796, 0.020712828263640404, -0.006152258720248938, -0.049994632601737976, -0.028277628123760223, -0.009780685417354107, -0.017285237088799477, -0.012451796792447567, -0.0264968890696764, -0.005422556772828102, 0.016441727057099342, -0.006092008203268051, 0.02420736476778984, -0.004471935797482729, -0.0023464274127036333, 0.013710365630686283, 0.011106199584901333, -0.016441727057099342, -0.015865998342633247, 0.004408337641507387, 0.012625854462385178, -0.03154455125331879, -0.005064400378614664, -0.02379230409860611, 0.009820852428674698, 0.054305899888277054, -0.0017907826695591211, -0.0058275749906897545, 0.012612464837729931, 0.005010844208300114, -0.017619961872696877, -0.0336867980659008, 0.0048066615127027035, -0.0024903593584895134, 0.02439481019973755, 0.008448476903140545, 0.014460151083767414, 0.014312871731817722, -0.020404880866408348, -0.009251818992197514, 0.016468506306409836, 0.0014886927092447877, -0.019722038879990578, -0.033285126090049744, 0.017968077212572098, 0.028813190758228302, 0.0025154638569802046, 0.013368945568799973, -0.006778195966035128, 0.013516224920749664, 0.008582367561757565, 0.005395778454840183, -0.01126017328351736, -0.00620246771723032, -0.013777310959994793, 0.01405848003923893, -0.0034108550753444433, 0.009452654048800468, -0.003805831540375948, 0.011440925300121307, -0.0023547953460365534, -0.033365458250045776, 0.012264350429177284, -0.0181823018938303, 0.027634955942630768, 0.021810727193951607, 0.007939694449305534, -0.0013723754091188312, 0.0013974799076095223, 0.04624570533633232, 0.02723328396677971, -0.011032559908926487, 0.03489181026816368, 0.0023079337552189827, 0.003079476533457637, 0.01642833836376667, -0.024568868800997734, 0.011668538674712181, -0.0032970483880490065, 0.01558482926338911, -0.002649354049935937, -0.003916291054338217, -0.02095383033156395, 0.000528448261320591, -0.014607430435717106, 0.017593184486031532, 0.038426514714956284, 0.00925851333886385, 0.012491963803768158, -0.005770671647042036, 0.008307892829179764, 0.005486154463142157, 0.0035413980949670076, -0.01500910148024559, 0.02230612188577652, 0.0027698553167283535, 0.023551302030682564, -0.019427480176091194, -0.6341044306755066, -0.007986555807292461, 0.022065119817852974, -0.014808266423642635, -0.004160640761256218, 0.019280200824141502, -0.008401615545153618, -0.009164790622889996, -0.016870176419615746, 0.005723809823393822, 0.01156142633408308, 0.024113640189170837, 0.025666767731308937, -0.008903704583644867, -0.0003326336736790836, -0.026470109820365906, 0.015410772524774075, 0.0004347250214777887, 0.01132711861282587, 0.02412703074514866, -0.027327008545398712, -0.00794638879597187, 0.001230953843332827, 0.0045388806611299515, 0.006908738985657692, 0.019213257357478142, 0.011949708685278893, 0.002605839865282178, 0.004860217683017254, 0.005171512253582478, -0.01743251644074917, 0.005573183298110962, 0.0032853330485522747, 0.010021688416600227, 0.0567694827914238, 0.004428421147167683, -0.00640665041282773, 0.01026938483119011, -0.011815818026661873, 0.039926085621118546, -0.025974716991186142, -0.014955544844269753, 0.011313728988170624, -0.0018259288044646382, -0.018142133951187134, 0.010302857495844364, 0.04313945025205612, 0.021047553047537804, 1.582102049724199e-05, 0.007042629178613424, -0.013107859529554844, -0.005763976834714413, -0.026175551116466522, 0.03197300061583519, -0.02312285266816616, -0.02197139710187912, 0.0012953885598108172, -0.013201582245528698, -0.009941354393959045, -0.012753049843013287, -0.0007242627907544374, 8.111868373816833e-05, -0.031999778002500534, 0.006744723301380873, -0.02427431009709835, -0.002142244717106223, 0.027059227228164673, -0.025332042947411537, -0.017927909269928932, -0.02993786893785, -0.007109574507921934, 0.015116213820874691, 0.005077789071947336, 0.0059313396923244, 0.011581510305404663, 0.022292733192443848, 0.019507814198732376, -0.01476809848099947, -0.008702868595719337, 0.018342969939112663, 0.015330438502132893, -0.009874409064650536, -0.032133668661117554, -0.002540568122640252, 0.0024434977676719427, 0.003141400869935751, -0.037837397307157516, -0.046486709266901016, 0.019762206822633743, -0.019159700721502304, 0.008301197551190853, -0.014594041742384434, -0.013201582245528698, -0.0018460123101249337, 0.025666767731308937, 0.02975042164325714, 0.01968187279999256, 0.020993996411561966, 0.006674430798739195, -0.04327334091067314, -0.009345542639493942, -0.014245926402509212, 0.005235110409557819, 0.0041807242669165134, 0.025117818266153336, 0.01918647810816765, -0.007618357427418232, -0.0098677147179842, 0.027474287897348404, -0.007477772422134876, -0.014393205754458904, -0.0019547981210052967, -0.019722038879990578, -0.02344418875873089, -0.01274635549634695, -0.03395457565784454, 0.01859736070036888, -0.0057941023260355, -0.002189106307923794, -0.002987427171319723, 0.02148939110338688, 0.002291197655722499, 0.045121029019355774, -0.050128523260354996, -0.0010409969836473465, -0.01636139303445816, 0.0048066615127027035, -0.02169022709131241, 0.003126338357105851, 0.01751285046339035, 0.027045838534832, -0.010255996137857437, 0.034972142428159714, -0.005743893329054117, 0.03341901674866676, -0.015290270559489727, 0.0017489419551566243, -0.007504550740122795, 0.028759634122252464, -0.030607320368289948, 0.0041505987755954266, 0.007819192484021187, -0.009204957634210587, -0.024301087483763695, 0.0023497745860368013, 0.002108772052451968, -0.0185170266777277, 0.005225068423897028, -0.009071066975593567, 0.003738886211067438, -0.009372320026159286, 0.0054359459318220615, -0.012900329194962978, 0.021810727193951607, 0.014419984072446823, -0.015785664319992065, 0.02170361578464508, 0.003698719199746847, 0.007069407030940056, -0.02088688500225544, -0.012994052842259407, 0.028973858803510666, 0.0007158946245908737, 0.002533873775973916, -0.010343024507164955, -0.003668593941256404, -0.014393205754458904, 0.0026577222160995007, -0.021917840465903282, -0.00919156800955534, -0.0008912072516977787, 0.015129602514207363, -0.010389886796474457, -0.00034413987305015326, -0.010778168216347694, 0.008830064907670021, -0.010369802825152874, -0.02190445177257061, -0.013255138881504536, -0.00019445472571533173, -0.0028401478193700314, 0.00936562567949295, 0.008903704583644867, -0.015129602514207363, 0.038506846874952316, 0.03462402895092964, 0.017459293827414513, 0.037623170763254166, -0.0017874353798106313, 0.002540568122640252, -0.0035815653391182423, 0.01689695380628109, -0.006453511770814657, 0.009941354393959045, 0.0032301032915711403, 0.03320479020476341, -0.010396581143140793, 0.005292013753205538, 0.014634208753705025, 0.0011748872930184007, 0.00024811545154079795, 0.017405737191438675, 0.007370660547167063, -0.009760602377355099, 0.009138012304902077, -0.023363854736089706, -0.013034219853579998, -0.012458491139113903, -0.01587938889861107, 0.014433372765779495, 0.01270618848502636, -0.0084819495677948, -0.014754709787666798, -0.0021338765509426594, 0.008562283590435982, -0.0009782359702512622, -0.015852609649300575, -0.001450199168175459, -0.0166291743516922, -0.004321309272199869, 0.008709562942385674, -0.026523666456341743, -0.0014912030892446637, 0.013127942569553852, -0.0301520936191082, 0.0021974744740873575, -0.004659382160753012, 0.005379042588174343, -0.014540485106408596, -0.0030175524298101664, 0.0014568937476724386, 0.026456721127033234, -0.00554640544578433, 0.0033020691480487585, 0.011608287692070007, 0.022761348634958267, 0.006061882711946964, -0.036123599857091904, 0.031116103753447533, -0.010932141914963722, -0.004706243518739939, 0.03475791960954666, 0.015357215888798237, -0.02069943957030773, 0.011246784590184689, 0.026081828400492668, 0.030473429709672928, 0.022078508511185646, -0.012197405099868774, 0.01602666825056076, -0.01132711861282587, 0.03574870899319649, 0.013449279591441154, 0.004980718716979027, 0.013636725954711437, -0.00723677035421133, -0.009050983935594559, 0.01098569855093956, 0.03197300061583519, 0.015129602514207363, 0.005650170147418976, -0.0022359678987413645, 0.02047182433307171, -0.009740518406033516, 0.019909486174583435, -0.007872749119997025, -0.02440819889307022, -0.0004999965312890708, -0.018476860597729683, -0.01871786266565323, 0.0022644195705652237, 0.0100350771099329, -0.046486709266901016, 0.019788984209299088, 0.016749674454331398, 0.014848433434963226, 0.013275221921503544, 0.00281504332087934, 0.015932943671941757, -0.0029790590051561594, -0.042148664593696594, -0.004341392777860165, 0.020230822265148163, 0.025934549048542976, -0.006409997586160898, -0.01227104477584362, -0.0019932917784899473, 0.01913292147219181, -0.008174002170562744, 0.017686907202005386, -0.01176226232200861, 0.03853362426161766, 0.00919156800955534, -0.016789842396974564, -0.01737895980477333, 0.005543057806789875, 0.030312761664390564, -0.006132175214588642, 0.0005878620431758463, -0.0166291743516922, 0.006021715700626373, 0.014553874731063843, -0.013368945568799973, -0.0029070929158478975, 0.015571440570056438, 0.018624139949679375, 0.0007794925477355719, -0.025800658389925957, 0.01098569855093956, -0.008856842294335365, -0.005700379144400358, -0.03224078193306923, -0.010195745155215263, 0.00996813178062439, -0.0033706880640238523, -0.012184016406536102, -0.025184763595461845, 0.014701154083013535, 0.019976431503891945, 0.016669340431690216, -0.007966471835970879, -0.017901131883263588, -0.03751605749130249, 0.024019917473196983, 0.017392348498106003, 0.036873385310173035, 0.0027581399772316217, -0.009780685417354107, -0.0023430800065398216, 0.006825057324022055, -0.02622910775244236, -0.0012794890208169818, -0.02980397827923298, -0.03564159572124481, -0.006316274404525757, -0.02053876966238022, 0.021449225023388863, -0.0151831591501832, 0.009030899964272976, -0.0027012366335839033, -4.155305941822007e-05, -0.023243354633450508, 0.007705386262387037, -0.010865196585655212, -0.023645024746656418, -0.013040914200246334, 0.01257899310439825, 0.03293701261281967, 0.023551302030682564, 0.018624139949679375, -0.00041777954902499914, 0.002148939063772559, 0.007096185348927975, -0.020632494240999222, 0.005198290571570396, 0.027286840602755547, 0.01425931602716446, 0.020900273695588112, -0.003835956798866391, 0.04903062433004379, 0.024662591516971588, 0.0100350771099329, 0.017472682520747185, -0.006279454566538334, -0.026670945808291435, 0.010450136847794056, 0.01328861154615879, -0.011213311925530434, -0.001979902619495988, 0.010858502238988876, 0.01569194160401821, 0.00037824007449671626, -0.01826263591647148, 0.0045790476724505424, 0.00913131795823574, 0.023484356701374054, -0.020900273695588112, -0.021181443706154823, 0.01416559237986803, 0.011440925300121307, 0.02041826955974102, -0.0019899443723261356, 0.0032200615387409925, -0.02811696007847786, -0.0171781238168478, -0.02873285673558712, 0.00807358417659998, -0.0031162963714450598, -0.02344418875873089, 0.00088116544065997, -0.00415729358792305, 0.016722897067666054, -0.0018962211906909943, -0.01318149920552969, -0.017285237088799477, -0.017285237088799477, -0.004465240985155106, -0.01569194160401821, 0.028438298031687737, 0.024220753461122513, 0.007450994569808245, -0.018356358632445335, 0.005817533005028963, -0.003204998793080449, -0.03189266845583916, -0.02975042164325714, -0.001692875288426876, -0.01412542536854744, -0.020833328366279602, -0.03202655538916588, 0.023912806063890457, -0.02459564618766308, -0.007122963201254606, 0.016883565112948418, -0.0002788683632388711, -0.0065438877791166306, 0.0017029171576723456, -0.016508672386407852, 0.022600680589675903, 0.006326315924525261, 0.018905308097600937, 0.015932943671941757, -0.002709604799747467, 0.0026225759647786617, 0.017994854599237442, -0.0010987372370436788, 0.0008355590980499983, 0.010262690484523773, -0.013382334262132645, 0.012766439467668533, -0.00563008664175868, 0.004281141795217991, -0.00430792011320591, -0.026818225160241127, 0.009653490036725998, -0.0013087776023894548, -0.005797449499368668, 0.00025229950551874936, 0.004645993001759052, -0.01601327769458294, 0.004820050206035376, 0.012143849395215511, -0.01743251644074917, -0.0014476887881755829, 0.009178179316222668, -0.01749945990741253, 0.029991425573825836, 0.010758085176348686, -0.004970677196979523, -0.007799109444022179, -0.012137155048549175, -0.033499348908662796, 0.004003319423645735, -0.01670950837433338, -0.007089491002261639, 0.005526321474462748, -0.01270618848502636, -0.0252784863114357, -0.021060941740870476, -0.010162272490561008, 0.006808320991694927, 0.029295194894075394, 0.005191595759242773, 0.0187312513589859, 0.005482807289808989, -0.007999944500625134, 0.0168433990329504, -0.0065405406057834625, -0.009164790622889996, -0.03933696821331978, -0.017486071214079857, 0.012438408099114895, 0.01865091733634472, 0.04284489154815674, 0.015343827195465565, 0.02948264218866825, -0.02568015828728676, -0.005034274887293577, -0.011206617578864098, -0.023805692791938782, -0.00787944346666336, -0.010891974903643131, 0.0356951504945755, 0.004974024370312691, 0.03631104528903961, -0.010175662115216255, 0.02053876966238022, -0.014353038743138313, -0.0015322070103138685, 0.020940441638231277, 0.0032568813767284155, -0.008374837227165699, -0.013884423300623894, -0.0009255166514776647, 0.015624996274709702, 0.0054359459318220615, 0.002190779894590378, -0.004220891278237104, -0.02367180399596691, -5.753098230343312e-05, -0.007819192484021187, 0.01723168045282364, -0.02419397607445717, -0.025787269696593285, -0.0069288224913179874, 0.01791452057659626, -0.007551412098109722, 0.005295360926538706, -0.020230822265148163, -0.011789039708673954, 0.010135495103895664, 0.013516224920749664, 0.03462402895092964, 0.0059313396923244, 0.04177377000451088, -0.012217489071190357, 0.012759744189679623, -0.023337077349424362, 0.022828293964266777, -0.02414041943848133, -0.015598218888044357, -0.023698581382632256, -0.020739605650305748, 0.012833383865654469, 0.024019917473196983, 0.04913773760199547, 0.010343024507164955, 0.004739716183394194, -0.017057623714208603, 0.017204903066158295, -0.010630888864398003, 0.01629444770514965, -0.004558964166790247, -0.0010886953677982092, -0.013241749256849289, -0.023618247359991074, -0.00021945455227978528, -0.0028702730778604746, 0.009158095344901085, 0.016200724989175797, -0.010778168216347694, 0.01119322795420885, -0.03467758372426033, -0.007685302756726742, -0.00990788172930479, -0.016240892931818962, 0.04217544198036194, 0.008388226851820946, 0.03371357545256615, 0.01676306501030922, 0.0012510373489931226, -0.03320479020476341, 0.0016870176186785102, 0.007953083142638206, -0.00119999167509377, 0.023470968008041382, 0.020860107615590096, 0.016655951738357544, 0.0024803176056593657, 0.02318979799747467, -0.014205759391188622, 0.0034610640723258257, -0.025599822402000427, 0.02175717242062092, -0.013174804858863354, -0.005365653429180384, -0.007009156513959169, 0.011280257254838943, -0.02792951464653015, -0.00854889489710331, -0.01270618848502636, 0.006366483401507139, 0.01068444550037384, -0.010229217819869518, -0.03352613002061844, -0.01425931602716446, -0.011407452635467052, 0.04528169706463814, 0.008448476903140545, -0.008776508271694183, 0.008997427299618721, 0.005097872577607632, -0.03041987307369709, 0.007578190416097641, 0.025198152288794518, 0.04734360799193382, -0.03178555518388748, 0.016789842396974564, 0.021609893068671227, 0.03366001695394516, 0.009861019439995289, -0.0012493637623265386, 0.01988270878791809, 0.02967008762061596, -0.004669423680752516, -0.012592381797730923, 0.0019447564845904708, 0.0059012146666646, 0.03122321516275406, 0.005030927713960409, -0.01020913477987051, -0.042496778070926666, -0.01993626356124878, -0.001374049112200737, 0.012143849395215511, -0.004087001085281372, -0.00444515747949481, -0.022600680589675903, -0.0014594041276723146, 0.02265423722565174, -0.007504550740122795, -0.012244267389178276, 0.001516307471320033, -0.022801516577601433, 0.009044288657605648, -0.010409969836473465, 0.003665246767923236, 0.0233906339854002, 0.019788984209299088, -0.014245926402509212, 0.004876953549683094, 0.012391545809805393, -0.042630668729543686, 0.03794450685381889, -0.037489280104637146, 0.002321322914212942, -0.037837397307157516, -0.002605839865282178, -0.010255996137857437, -0.009720435366034508, -0.007651830092072487, -0.030607320368289948, -0.020632494240999222, 0.0008158939308486879, 0.018972253426909447, 0.015517884865403175, -0.010115411132574081, -0.005767324008047581, 0.03513281047344208, -0.02948264218866825, 0.01354969758540392, -0.006671083625406027, -0.02060571499168873, 0.02075299434363842, -0.01994965225458145, 0.002420067088678479, 0.010316247120499611, 0.0018426651367917657, -0.014312871731817722, -0.024568868800997734, 0.003805831540375948, -0.00436147628352046, -0.02015048824250698, -0.029321974143385887, -0.0032501867972314358, 0.0034275914076715708, -0.04035453125834465, 0.0065405406057834625, -0.025506099686026573, -0.0136902816593647, -0.0134158069267869, 0.01176226232200861, 0.018624139949679375, -0.02501070685684681, 0.01085180789232254, 8.666258509038016e-05, 0.008394921198487282, 0.022694403305649757, -0.016133779659867287, -0.021181443706154823, -0.033365458250045776, 0.004441810306161642, -0.03183910995721817, -0.00147530366666615, 0.013790699653327465, 0.026604000478982925, 0.021596504375338554, -0.03874785080552101, -0.025104429572820663, -0.003568176180124283, -0.04185410588979721, -0.023805692791938782, -0.013777310959994793, 0.02825085073709488, 0.02245340123772621, 0.0007221707492135465, -0.005864394828677177, 0.02290862798690796, 0.005087831057608128, 0.003179894294589758, -0.021261777728796005, 0.005405820440500975, 0.009961437433958054, 0.000813383492641151, 0.003943068906664848, -0.008676090277731419, -0.012726271525025368, -0.010416664183139801, 0.0029489335138350725, 0.013014135882258415, 0.008769813925027847, -0.004435115959495306, -0.030178871005773544, 5.143792805029079e-05, -0.020110322162508965, -0.016856787726283073, -0.005302055273205042, -0.014045091345906258, 0.00889031495898962, -0.018342969939112663, 0.008341364562511444, 0.02480987086892128, -0.00613552238792181, -0.002431782428175211, 0.022051731124520302, 0.004056875593960285, -0.013696976937353611, -0.002960649086162448, -0.017954688519239426, -0.010925447568297386, -0.025840826332569122, -0.017352180555462837, 0.019427480176091194, 0.002458560513332486, -0.01287355087697506, 0.043969571590423584, 0.008629228919744492, 0.01007524412125349, 0.01940070278942585, 0.026804836466908455, -0.023765526711940765, 0.0016342983581125736, -0.003491189330816269, 0.013368945568799973, 0.01838313601911068, -0.004331350792199373, 0.006393261253833771, -0.01757979579269886, 0.005777365993708372, -0.015732109546661377, -0.013368945568799973, 0.008542200550436974, -0.016522061079740524, 0.003004163270816207, -0.0016326246550306678, -0.011407452635467052, -0.0012510373489931226, -0.015102824196219444, -0.007752247620373964, -0.0084819495677948, -0.014178982004523277, -0.013884423300623894, -0.0059146033599972725, -0.012458491139113903, -0.015932943671941757, -0.04217544198036194, -0.009030899964272976, 0.021877672523260117, -0.003979888744652271, 0.010369802825152874, 0.22986285388469696, -0.03489181026816368, -0.014727931469678879, 0.013790699653327465, -0.0011363938683643937, 0.006346399895846844, -0.013148026540875435, 0.011414146982133389, -0.017137957736849785, 0.01074469555169344, -0.0024870121851563454, 0.01878480799496174, -0.012358074076473713, -0.009927964769303799, -0.000812965095974505, -0.030339539051055908, -0.02487681619822979, 0.0005686153308488429, -0.024381421506404877, -0.0006142216734588146, 0.019829152151942253, 0.031116103753447533, -0.015517884865403175, -0.036337822675704956, 0.026202330365777016, -0.019012421369552612, 0.005318791605532169, 0.019146312028169632, 0.020163876935839653, 0.02013709954917431, -0.010945531539618969, -0.01749945990741253, 0.003986583556979895, -0.0009715413907542825, -0.006942211650311947, -0.00801333412528038, -0.005707073491066694, -0.006259371060878038, 0.013308694586157799, 0.008086973801255226, 0.020190656185150146, -0.019079366698861122, 0.0032267558854073286, -0.001979902619495988, 0.01152125932276249, 0.022011563181877136, 0.007410827558487654, -0.01602666825056076, 0.010912058874964714, 0.014714542776346207, -0.033981356769800186, 0.011320424266159534, 0.03754283860325813, 0.015477717854082584, 0.006041799206286669, -0.005030927713960409, 0.02507765032351017, 0.008488643914461136, -0.010912058874964714, 0.008348059840500355, -0.005298708099871874, 0.020043376833200455, -0.013101165182888508, 0.002672784961760044, 0.006684472784399986, 0.004656034987419844, -0.016803231090307236, -0.004170682281255722, 0.010838419198989868, -0.014687764458358288, 0.011025865562260151, -0.012599076144397259, 0.015450939536094666, 0.003521314589306712, 0.008294503204524517, -0.010758085176348686, 0.021194832399487495, -0.0018560541793704033, 0.002676132135093212, 0.028679300099611282, -0.023765526711940765, -0.024301087483763695, -0.028438298031687737, -0.01476809848099947, -0.006209162063896656, -0.0383729562163353, 0.0268316138535738, 0.009117928333580494, -0.009144706651568413, -0.008127140812575817, -0.007651830092072487, -0.006520457100123167, -0.025639990344643593, 0.009713740088045597, 0.005763976834714413, 0.03218722715973854, 0.008461866527795792, 0.024970538914203644, -0.016374781727790833, -0.011822512373328209, -0.003979888744652271, 0.01913292147219181, 0.007143046706914902, -0.014018313027918339, -0.0370340533554554, -0.02784918062388897, 0.0041003902442753315, 0.010885280556976795, 0.0006543888011947274, -0.0005108751356601715, -0.010691139847040176, -0.04319300875067711, 0.00479996670037508, -0.0005719625623896718, 0.018918698653578758, -0.0004610846808645874, 0.013040914200246334, -0.012096988037228584, -0.0031932834535837173, -0.01500910148024559, -0.0236048586666584, -0.03264245390892029, 0.005298708099871874, -0.017419125884771347, 0.017459293827414513, -0.008830064907670021, -0.0035514398477971554, -0.012003264389932156, 0.006507067941129208, -0.02008354291319847, 0.022225787863135338, -0.02130194567143917, -0.000809617864433676, -0.01558482926338911, -0.013502835296094418, -0.004368170630186796, -0.019521204754710197, 0.0011840922525152564, -0.007852665148675442, -0.018503637984395027, 0.0041003902442753315, -0.01616055704653263, 0.005646822974085808, 0.009164790622889996, -0.011313728988170624, 0.00835475418716669, 0.03237467259168625, 0.020123710855841637, -0.030794765800237656, -0.025733713060617447, -0.024220753461122513, -0.019039198756217957, 0.007993250153958797, 0.0011489460011944175, -0.005238457582890987, -0.013315388932824135, 0.0032267558854073286, -0.03285667672753334, 0.008676090277731419, -0.011789039708673954, -0.027393953874707222, 0.007363965734839439, 0.005352264270186424, 0.006075271870940924, -0.02257390320301056, -0.01729862578213215, -0.17041556537151337, 0.021141275763511658, 0.009760602377355099, -0.026081828400492668, 0.004880301188677549, -0.00527527742087841, 0.011835901997983456, 0.003521314589306712, 0.020632494240999222, -0.017271846532821655, 0.019253423437476158, -0.03355290740728378, -0.021516170352697372, -0.005335527937859297, -0.027273451909422874, -0.0017137957038357854, -0.00393972173333168, -0.0014744667569175363, 0.042764559388160706, 0.005345569923520088, 0.02926841750741005, -0.034784696996212006, 0.016455115750432014, 0.010262690484523773, -0.024850036948919296, 0.030607320368289948, 0.004789925180375576, 0.0007719611749053001, -0.0017773936269804835, -0.021342111751437187, -0.02771528996527195, 0.013502835296094418, 0.020993996411561966, 0.0027949598152190447, 0.001872790395282209, 0.010637583211064339, 0.013924590311944485, -0.018677694723010063, -0.0017422473756596446, -0.008287808857858181, 0.03419557958841324, 0.029589753597974777, -0.01074469555169344, 0.023952972143888474, 0.008756425231695175, -0.013148026540875435, 0.024381421506404877, -0.006088661029934883, 0.010584027506411076, -0.009753907099366188, 0.00996813178062439, -0.061268195509910583, 0.022011563181877136, 0.03794450685381889, 0.016789842396974564, 0.011199922300875187, -0.003481147577986121, 0.003528009168803692, 0.01649528369307518, -0.0012912044767290354, -0.0013188193552196026, -0.03266923129558563, -0.007397438399493694, 0.011461008340120316, -0.0007736348197795451, -0.0076384409330785275, -0.014446762390434742, 0.0065371934324502945, -0.013623337261378765, 0.007872749119997025, -0.015397382900118828, -0.004344739951193333, -0.019293591380119324, 0.007986555807292461, 0.006741376128047705, 0.018570583313703537, -0.02156972512602806, 0.017593184486031532, 0.005462723784148693, 0.0038192204665392637, -0.005131345242261887, 0.01776724122464657, -0.005024232901632786, 0.01899903267621994, -0.03960474580526352, 0.010563943535089493, 0.004840134177356958, 0.0004276121035218239, -0.019387314096093178, 0.003379056230187416, 0.008622534573078156, -0.008341364562511444, -0.008756425231695175, -0.0029455863405019045, -0.010952225886285305, 0.016816619783639908, -0.011648454703390598, 0.001835970557294786, -0.0022041688207536936, -0.006794932298362255, 0.002396636176854372, 0.018811585381627083, -0.027527842670679092, 0.014018313027918339, 0.01711117848753929, -0.007531328592449427, 0.011434230953454971, 0.015638384968042374, 0.055055685341358185, -0.014995712786912918, -0.00925851333886385, -0.0032736174762248993, 0.015022490173578262, 0.0223864559084177, 0.021650059148669243, 0.027554621919989586, -0.004207502119243145, -0.019106144085526466, 0.044585466384887695, 0.0019932917784899473, 0.062285762280225754, -0.02223917655646801, -0.026081828400492668, -0.0009506210335530341, 0.01179573405534029, 0.005616697482764721, -0.0913667306303978, -0.011621677316725254, 0.0030945392791181803, 0.026523666456341743, 0.017941297963261604, 0.03644493594765663, -0.011943013407289982, 0.04169343784451485, -0.015665164217352867, 0.010048465803265572, -0.026121994480490685, -0.02156972512602806, 0.0024083515163511038, -0.00878989789634943, 0.02561321295797825, 0.02399314008653164, -0.012237572111189365, 0.008535506203770638, 0.014995712786912918, 0.04118465259671211, -0.019280200824141502, -0.020712828263640404, -0.0012276065535843372, -0.014031702652573586, -0.0006393261137418449, 0.043166227638721466, -0.018610749393701553, 0.00984093639999628, 0.006513762753456831, 0.012753049843013287, 0.00046736077638342977, -0.026791445910930634, 0.03797128424048424, -0.0012602423084899783, 0.009037594310939312, -0.020860107615590096, -0.037623170763254166, -0.01723168045282364, 0.027019061148166656, -0.016481894999742508, 0.021141275763511658, -0.013208276592195034, 0.015357215888798237, -0.05821549892425537, 0.003705413779243827, -0.005385736934840679, -0.010282774455845356, 0.04785238951444626, -0.002363163512200117, -0.014580652117729187, -0.021998174488544464, -0.0004326330090407282, -0.003943068906664848, -0.0015748845180496573, 0.04399634897708893, 0.024568868800997734, 0.014580652117729187, 0.003004163270816207, -0.023283520713448524, -0.002043500542640686, -0.015049268491566181, -0.01429948303848505, 0.00043556184391491115, 0.022895239293575287, 0.004083653911948204, 0.02412703074514866, -0.02053876966238022, -0.0169638991355896, 0.01561160758137703, -0.03103576973080635, -0.029589753597974777, 0.02811696007847786, -0.02452870085835457, 0.001692875288426876, -0.0075982739217579365, -0.028491852805018425, -0.018891919404268265, -0.001938061905093491, 0.003348930738866329, -0.009633406065404415, -0.005251846741884947, -0.008776508271694183, -0.024421589449048042, 0.025854215025901794, 0.020337935537099838, 0.007230075541883707, 0.004645993001759052, 0.004117126576602459, 0.00801333412528038, -0.035320259630680084, 0.010831723921000957, 0.00706271268427372, 0.015531273558735847, -0.008937177248299122, 0.014500318095088005, 0.00919826328754425, -0.01749945990741253, 0.007176519371569157, -0.009425876662135124, 0.008676090277731419, -0.0314909964799881, -0.022614069283008575, -0.05462723970413208, 0.015839220955967903, -0.027875958010554314, -0.0009773990605026484, -0.0030895185191184282, 0.0033706880640238523, 0.006316274404525757, 0.009338847361505032, 0.023350466042757034, 0.024930370971560478, -0.0018259288044646382, 0.019025810062885284, -0.006761459633708, 0.0084819495677948, -0.0005460213287733495, 0.021047553047537804, 0.0069288224913179874, 0.0035146200098097324, -0.0035012310836464167, 0.002967343432828784, -0.023404022678732872, -0.0074844672344625, 0.008803286589682102, -0.02102077566087246, -0.004937204532325268, 0.005676948465406895, -0.0016443401109427214, 0.008903704583644867, 0.0004330514057073742, -0.011414146982133389, 0.02576049230992794, -0.02367180399596691, 0.0061823842115700245, 0.025465933606028557, 0.025372209027409554, -0.03925663232803345, 0.006727986969053745, 0.032347895205020905, 0.025532878935337067, -0.023645024746656418, -0.021542947739362717, -0.020833328366279602, 0.014687764458358288, -0.008702868595719337, -0.023203186690807343, -0.0026209023781120777, 9.921479795593768e-05, 0.012023348361253738, -0.00704932352527976, 0.0150760468095541, 0.03489181026816368, 0.022962184622883797, -0.006647652946412563, -0.00811375118792057, -0.0007426727097481489, -0.02993786893785, -0.005670253653079271, 0.029188083484768867, -0.004756452515721321, 0.003357298905029893, 0.04913773760199547, -0.0017238374566659331, 0.009566460736095905, -0.026121994480490685, -0.013429195620119572, -0.0041807242669165134, 0.006018368527293205, 0.022948795929551125, 0.022747959941625595, -0.020404880866408348, -0.007189908530563116, 0.002281155902892351, 0.003099560271948576, 0.02203834243118763, -0.012619160115718842, 0.013937979005277157, -0.007832582108676434, -0.00854889489710331, -0.0034041604958474636, 0.02143583446741104, 0.018342969939112663, 0.0030711086001247168, -0.017137957736849785, 0.015129602514207363, 0.00436147628352046, 0.03861396014690399, -0.0065371934324502945, 0.003139727283269167, 0.008127140812575817, 0.0014309524558484554, -0.03692694008350372, 0.010242607444524765, -0.010992392897605896, 0.015477717854082584, 0.013402418233454227, 0.0009623364312574267, -0.013040914200246334, 0.013663504272699356, 0.018008243292570114, 0.009184873662889004, -0.0055564469657838345, 0.007712080609053373, 0.007732164114713669, -0.014620819129049778, -0.017860963940620422, -0.02502409555017948, -0.027005670592188835, -0.01097900327295065, 0.025251708924770355, -0.0008125466993078589, 0.021850895136594772, -0.00037844927283003926, -0.01885175332427025, 0.02020404487848282, -0.02352452464401722, -0.013871033675968647, 0.004287836607545614, 0.01288024615496397, -0.012284434400498867, 0.016267670318484306, -0.007437605410814285, 0.008214169181883335, 0.0017874353798106313, -0.014245926402509212, 0.048093393445014954, 0.013884423300623894, -0.012739661149680614, -0.037837397307157516, 0.009204957634210587, -0.008943871594965458, -0.021476002410054207, 0.011809123679995537, -0.011132977902889252, -0.024301087483763695, -0.0013163088588044047, 0.0024418241810053587, -0.012096988037228584, 0.006955600343644619, -0.015705330297350883, 0.08065550774335861, 0.0055229743011295795, -0.017124567180871964, 0.02588099241256714, 0.025318654254078865, 0.023243354633450508, 0.026523666456341743, 0.024635812267661095, -0.003422570414841175, -0.017727075144648552, 0.035668373107910156, 0.002319649327546358, -0.010952225886285305, 0.007899527437984943, -0.011420841328799725, -0.0031865888740867376, 0.00033284290111623704, 0.013897811993956566, 0.00466272933408618, -0.015558051876723766, -0.01055055484175682, -0.006088661029934883, 0.01709778979420662, 0.0008953913347795606, -0.027206506580114365, -0.01697728782892227, 0.012197405099868774, 0.011835901997983456, -0.022814905270934105, -0.02203834243118763, 0.014915377832949162, 0.001974881859496236, -0.037489280104637146, -0.004953940864652395, -0.01554466225206852, -0.02921486087143421, -0.009512905031442642, 0.000564012851100415, 0.00047740255831740797, -0.006031757686287165, -0.03963152691721916, 0.018302801996469498, -0.0200701542198658, -0.01145431399345398, 0.011407452635467052, 0.0062258983962237835, -0.010322941467165947, 0.009948048740625381, -0.015973111614584923], \"496a12f0-d2a5-402a-a35d-ab2cc302e65c\": [0.012274553999304771, 0.0025336456019431353, 0.01784655451774597, 0.0048384889960289, -0.00769851403310895, 0.006366078741848469, -0.011049790307879448, -0.0033125816844403744, -0.02670253813266754, -0.03555852174758911, 0.02410496212542057, 0.001125503913499415, -0.010047098621726036, 0.0045962282456457615, -0.01244278997182846, 0.0027422590646892786, 0.0022880197502672672, 0.002025570487603545, 0.018761763349175453, -0.0249259565025568, -0.005534989293664694, -0.017658129334449768, -0.008882900699973106, 0.008068635128438473, -0.007839832454919815, 0.02578732930123806, 0.03448180481791496, -0.023781947791576385, 0.011958268471062183, -0.016137270256876945, 0.041103605180978775, 0.009414528496563435, -0.023472391068935394, -0.011514123529195786, 0.01116419117897749, -0.008546426892280579, -0.021843859925866127, -0.03520858660340309, 0.015868090093135834, -0.031897690147161484, 0.017469704151153564, -0.007402417249977589, -0.013654095120728016, 0.0026917881332337856, -0.0004975601914338768, 0.03170926496386528, 0.010571997612714767, -0.0102153355255723, -0.013243597000837326, 0.011480475775897503, 0.008183035999536514, 0.03213994950056076, -0.019367415457963943, -0.0020541707053780556, -0.012510084547102451, 0.015746960416436195, 0.005420588422566652, 0.003842527512460947, 0.01287347637116909, -0.01788693107664585, 0.008849252946674824, 0.0015427310718223453, -0.010834447108209133, -0.015181684866547585, -0.0031662157271057367, 0.007005378603935242, 0.0012264458928257227, -0.010538349859416485, -0.004212648142129183, -0.007718702312558889, 0.015060554258525372, 0.021372796967625618, -0.007691784296184778, -0.002124830149114132, 0.009851944632828236, 0.009306857362389565, -0.012281282804906368, -0.0030551794916391373, -0.03036336973309517, -0.005457600113004446, 0.026850586757063866, -0.03563927486538887, -0.021668894216418266, 0.02799459546804428, 0.00801479909569025, 0.011386263184249401, 9.957512520486489e-05, 0.010908471420407295, 0.008956925012171268, -0.028371445834636688, 0.0017984509468078613, 0.001689097029156983, -0.010275901295244694, 0.0061742886900901794, -0.003448853502050042, 0.014481820166110992, -0.012402413412928581, 0.030820973217487335, -0.008068635128438473, 0.006837141700088978, -0.01749662309885025, -0.00907132588326931, -0.03857332468032837, -0.026271851733326912, -0.002116418443620205, 0.0007305680774152279, 0.033324334770441055, 0.006329066585749388, 0.01658141426742077, -0.015477781184017658, -0.0193539559841156, 0.025639280676841736, -0.014401066116988659, 0.011312238872051239, -0.021278584375977516, -0.002693470334634185, -0.018384912982583046, -0.022826362401247025, -0.01956930011510849, -0.05009417608380318, 0.006625163368880749, 0.030255697667598724, 0.026056507602334023, -0.013384915888309479, -0.00019168475409969687, 0.007025566883385181, -0.008189764805138111, 0.03615071251988411, -0.020188409835100174, -0.03771195188164711, 0.07251676917076111, -0.0039199162274599075, 0.00960968341678381, -0.003331087762489915, -0.004424626473337412, 0.031682346016168594, -0.029017474502325058, 0.035962287336587906, -0.029825011268258095, -0.03335125371813774, 0.010545079596340656, 0.04837143048644066, -0.005134585779160261, 0.026944799348711967, -0.03386269509792328, -0.0038223390001803637, -0.019502004608511925, 0.018842516466975212, 0.005804168060421944, -0.02907131053507328, -0.006917895283550024, 0.03593537211418152, 0.019555840641260147, 0.004273213446140289, 0.024508729577064514, 0.02445489540696144, -0.004885595291852951, -0.012294742278754711, 0.018384912982583046, -0.002972743473947048, 0.03335125371813774, 0.04444142058491707, 0.010935389436781406, -0.006584786344319582, 0.016096891835331917, 0.028909804299473763, 0.02764466404914856, -0.01176984328776598, 0.006207936443388462, 0.0006060728919692338, -0.005932027939707041, 0.025585444644093513, -0.031601592898368835, 0.006517491769045591, -0.010141311213374138, 0.02410496212542057, 0.005390305537730455, 0.013230138458311558, -0.03173618018627167, 0.004885595291852951, -0.035397011786699295, -0.0025773870293051004, 0.010989224538207054, 0.03133241459727287, -0.012967688962817192, -0.023526227101683617, 0.019111694768071175, 0.001951546291820705, -0.013230138458311558, 0.0003751679614651948, 0.029232818633317947, 0.005255716387182474, -0.01576041989028454, -0.008115741424262524, -0.628801703453064, 0.009831755422055721, 0.010020180605351925, -0.041103605180978775, -0.016527578234672546, 0.02613726258277893, 0.007261098362505436, 0.020497966557741165, -0.014562573283910751, 0.03173618018627167, 0.0017614387907087803, 0.024387599900364876, 0.03510091453790665, -0.0289367213845253, -0.020767144858837128, -0.018977105617523193, 0.04247641563415527, -0.004888960160315037, -0.0007440270273946226, 0.02034991793334484, 0.0014131887583062053, 0.007846562191843987, 0.009508741088211536, -0.016231482848525047, 0.007126508746296167, -0.01767158880829811, 0.009851944632828236, 0.006352619733661413, -0.0007427652599290013, 0.003573348745703697, -0.020928652957081795, 0.0008655780693516135, 0.0032806165982037783, 0.014710621908307076, 0.0527859628200531, 0.003406794276088476, -0.0365544818341732, 0.0029912495519965887, 0.009582765400409698, 0.04366080090403557, -0.017375491559505463, -0.006207936443388462, 0.00216015987098217, -0.0019279931439086795, 0.0007528594578616321, -0.028479117900133133, 0.04169579595327377, -0.0015620782505720854, -0.007173615042120218, -0.012651403434574604, 0.014562573283910751, -0.002326714340597391, 0.019205907359719276, 0.0266890786588192, 0.0001042542135110125, -0.0355854369699955, 0.03170926496386528, -3.7248668377287686e-05, -0.005195151083171368, -0.0020188409835100174, -0.002033982425928116, 0.02133242040872574, -0.0297173410654068, -0.01129878032952547, 0.005861368495970964, 0.004626510664820671, 0.0038694452960044146, 0.011016142554581165, 0.005487882997840643, -0.0424225814640522, 0.020874816924333572, 0.014589491300284863, -0.006504032760858536, -0.0410497672855854, 0.000672105816192925, 0.03808880224823952, 0.030094191431999207, -0.0365544818341732, 0.010060558095574379, 0.02074022777378559, 0.005181692074984312, -0.02197844907641411, -0.021143995225429535, -0.01732165552675724, 0.03063254803419113, 0.005497977137565613, -0.01004036981612444, -0.011090166866779327, 0.029825011268258095, -0.01589500904083252, -0.009266480803489685, -0.008876170963048935, -0.015787336975336075, 0.004367426037788391, 0.0035228775814175606, 0.0233647208660841, 0.009104972705245018, 0.01446836069226265, 0.0073754992336034775, -0.013660824857652187, -0.04107668623328209, -0.00027990390663035214, 0.001943134469911456, 0.03477790206670761, 0.04756389558315277, 0.016137270256876945, 0.008115741424262524, 0.011056519113481045, 0.04056524485349655, -0.02600267343223095, 0.017079394310712814, -0.021843859925866127, -0.014078051783144474, -0.016339153051376343, 0.011392992921173573, -0.028479117900133133, 0.01492596510797739, -0.004195824731141329, 0.007981151342391968, 0.012563920579850674, -0.0033226758241653442, -0.009845214895904064, 0.023445473983883858, -0.01460294984281063, 0.026271851733326912, -0.01183713786303997, -0.010585456155240536, 0.003458947641775012, -0.007617759983986616, -0.002192124957218766, 0.006880883127450943, 0.012213988229632378, 0.018075356259942055, -0.014831752516329288, 0.01991923153400421, 0.012752345763146877, 2.8810543881263584e-05, 0.0027422590646892786, 0.037254348397254944, -0.018815599381923676, -0.027321649715304375, -0.01671600341796875, 0.00649057375267148, -0.014683703891932964, -0.018694467842578888, 0.0005699020111933351, -0.02094211056828499, -0.012631215155124664, -0.029313571751117706, -0.010383572429418564, 0.009777920320630074, -0.006692457944154739, -0.0008243601187132299, -0.007415876258164644, 0.010410490445792675, -0.011763113550841808, -0.01328397449105978, -0.006786670535802841, -0.0003310058091301471, 0.004508744925260544, 0.012489896267652512, 0.028452198952436447, 0.005198515485972166, -0.013586800545454025, -0.008317625150084496, -0.012348577380180359, -0.0029542373958975077, -0.03545084968209267, -0.023822324350476265, -0.018990565091371536, -0.01714668981730938, 0.010538349859416485, -0.006456926465034485, -0.02707938849925995, -0.003913186956197023, 0.024993252009153366, -0.045679643750190735, -0.017779260873794556, 0.0011633571702986956, -0.0018405100563541055, 0.013956921175122261, 0.030390286818146706, -0.00798788107931614, -0.0015814254293218255, 0.038169555366039276, 0.017160149291157722, 0.001659655594266951, 0.00615410041064024, -0.014239558950066566, 0.02613726258277893, -0.00038841660716570914, 0.006890977267175913, 0.019111694768071175, -0.002718705916777253, -0.028479117900133133, 0.020497966557741165, -0.012503355741500854, 0.011130543425679207, 0.007139967754483223, 0.014145346358418465, 0.009818296879529953, 0.009286669082939625, 0.013674283400177956, -0.023916536942124367, 0.024468353018164635, -0.025908460840582848, -0.003194815944880247, -0.013122466392815113, -0.010538349859416485, 0.015302815474569798, 0.011736195534467697, -0.0025151395238935947, -0.009555847384035587, -0.021440092474222183, 0.024333763867616653, 0.00801479909569025, -0.016702545806765556, -0.0023654086980968714, -0.001731156138703227, -0.017160149291157722, -0.013028253801167011, -0.00900403130799532, 0.008358001708984375, 0.016406448557972908, -0.017725424841046333, 0.023728111758828163, -0.016433365643024445, -0.0010876506567001343, -0.007866750471293926, -0.014670245349407196, 0.004488556645810604, 0.006493938621133566, -0.007711972575634718, -0.011722736991941929, 0.01931357942521572, -0.0016268494073301554, 0.024091502651572227, -0.020484507083892822, 0.00535665825009346, -0.009757732041180134, 0.03461639583110809, 0.01636607199907303, 0.0024579388555139303, 0.0004647540336009115, 0.014131886884570122, -0.006244948133826256, 0.03426646068692207, 0.0065444097854197025, -0.01853296160697937, -0.0074293352663517, -0.009892321191728115, 0.020417211577296257, -0.013600259087979794, 0.0034101589117199183, 0.023378178477287292, -0.021238207817077637, 0.014872129075229168, 0.01990577206015587, 0.004236201290041208, 0.010275901295244694, -0.013506046496331692, -0.0055181654170155525, 0.01792730763554573, 0.001944816904142499, 0.004737547133117914, -0.01874830387532711, -0.02631222829222679, -0.019380874931812286, -0.01611035130918026, 0.003320993622764945, -0.01460294984281063, -0.025464314967393875, -0.038815584033727646, 0.010706586763262749, 0.01507401280105114, 0.010390302166342735, 0.004663522820919752, 0.022153416648507118, 0.012900394387543201, 0.003156121587380767, -0.03512783348560333, -0.0018909811042249203, 0.025329725816845894, 0.025248972699046135, -0.017685048282146454, 0.004757735412567854, -0.020659472793340683, 0.006783306133002043, -0.010740234516561031, 0.015921926125884056, -0.008916547521948814, 0.019165530800819397, 0.020107656717300415, 0.004172271583229303, -0.008936736732721329, 0.010329736396670341, 0.02242259494960308, -0.01888289302587509, -0.02086135745048523, 0.0006712646572850645, 0.01757737621665001, -0.005858003627508879, -0.007476441562175751, -0.007860020734369755, -0.0003209116111975163, 0.0124629782512784, -0.0153970280662179, -0.0007574859773740172, 0.016016138717532158, -0.004831759724766016, 0.0005152250523678958, -0.01460294984281063, 0.0011288686655461788, -0.0016899382462725043, 0.00917899701744318, -0.023230131715536118, -0.0014123475411906838, -0.022341839969158173, 0.015154766850173473, 0.023001328110694885, -0.02418571524322033, -0.016312235966324806, -0.040026888251304626, 0.027523532509803772, -0.005457600113004446, 0.03905784338712692, -0.0025252336636185646, 0.009683707728981972, -0.0027977772988379, 0.005669578444212675, -0.033620432019233704, -0.029475079849362373, 0.010679668746888638, -0.023956913501024246, -0.025545068085193634, 0.0027119764126837254, 0.0028297421522438526, -0.004293401725590229, -0.000735194596927613, 0.002456256654113531, -0.007913856767117977, -0.012254364788532257, -0.004899054300040007, -0.02834452874958515, 0.009017489850521088, 0.0017530269687995315, 0.01886943355202675, 0.01125167403370142, 0.007644678000360727, 0.02621801570057869, 0.016056515276432037, 0.019582757726311684, 0.007025566883385181, -0.0073216636665165424, 0.007187074050307274, 0.01753699965775013, 0.030605630949139595, 0.022220710292458534, -0.018196487799286842, 0.04102284833788872, 0.0065073976293206215, -0.003157803788781166, 0.00399394053965807, 0.01982501894235611, 0.011608336120843887, 0.0029155430383980274, -0.0020087468437850475, 0.02056526020169258, 0.013600259087979794, 0.006736199837177992, -0.006389631889760494, -0.01062583364546299, 0.006204571574926376, -0.012133235111832619, -0.011951538734138012, 0.006924624554812908, -0.011453557759523392, -0.0036641964688897133, 0.03240912780165672, -0.011130543425679207, 0.0005572842201218009, -0.01693134754896164, -0.004562580958008766, -0.04059216380119324, 0.004481826908886433, -0.03685057908296585, -0.0024007384199649096, 0.01328397449105978, 0.0038627157919108868, -0.0035329717211425304, -0.03938085958361626, -0.010457596741616726, -0.024939415976405144, 0.012301471084356308, -0.009475094266235828, -0.005023549310863018, -0.009306857362389565, -0.011541041545569897, 0.010720046237111092, 0.01278599351644516, 0.009555847384035587, -0.008990571834146976, 0.009865403175354004, 0.023822324350476265, -0.024508729577064514, -0.020551802590489388, -0.014683703891932964, -0.019582757726311684, 0.012671592645347118, 0.02401074953377247, 0.033539678901433945, -0.00596231035888195, -0.004673616960644722, 0.0003289028536528349, -0.001727791503071785, 0.0017446151468902826, 0.0020508060697466135, -0.004488556645810604, 0.002605987247079611, 0.002343537984415889, -0.006500668358057737, 0.014078051783144474, 0.01388962659984827, -0.012651403434574604, -0.0015704900724813342, 0.013297433033585548, -0.013095549307763577, -0.002375503070652485, -0.01888289302587509, 0.013768495991826057, -0.002118100645020604, 0.013835790567100048, -0.015437404625117779, -0.021318960934877396, -0.006951542571187019, -0.01728127896785736, -0.0039872112683951855, 0.010397030971944332, -0.0026715996209532022, 0.004936066456139088, 0.008425296284258366, 0.0013021525228396058, -0.017900390550494194, 0.016864052042365074, 0.0057402378879487514, -0.023956913501024246, 0.022664856165647507, -0.0026665525510907173, -0.017658129334449768, 0.011137273162603378, -0.019286662340164185, -0.03437413275241852, 0.0026581406127661467, -0.010935389436781406, 0.003997305408120155, 0.017052477225661278, -0.008923277258872986, -0.009919239208102226, -0.011036330834031105, -0.00898384302854538, 0.036473728716373444, 0.025208594277501106, -0.010094204917550087, 0.005174962338060141, -0.009219374507665634, 0.015518157742917538, -0.0035329717211425304, -0.04236874356865883, -0.021359337493777275, -0.030767137184739113, -0.029125146567821503, 0.004582769237458706, 0.024562565609812737, 0.04764464870095253, 0.01849258318543434, 0.0037752327043563128, -0.005511436145752668, -0.010141311213374138, -0.0005337310722097754, -0.02414533868432045, -0.008654098957777023, -0.0041790008544921875, 0.05162849649786949, -0.007052484899759293, 0.03572002798318863, 0.0069044362753629684, 0.017213985323905945, -0.0027001998387277126, 0.007860020734369755, 0.005545083433389664, 0.0035195129457861185, -0.012651403434574604, -0.02090173400938511, 0.02259756065905094, 0.01388962659984827, 0.02928665466606617, 0.001690779346972704, -0.002648046473041177, 0.00538694066926837, 0.0025319631677120924, -0.017510080710053444, -0.006985189858824015, -0.01806189864873886, -0.03442797064781189, 0.017806177958846092, 0.0006296260398812592, -0.027483155950903893, 0.008458944037556648, -0.016271859407424927, -0.024818286299705505, 0.0012609345139935613, 0.017981143668293953, 0.03442797064781189, -0.01224763598293066, 0.02582770586013794, -0.0027792712207883596, 0.010935389436781406, -0.0024545742198824883, -0.006366078741848469, -0.019367415457963943, -0.016877511516213417, -0.017806177958846092, -0.01546432264149189, 0.010794070549309254, 0.021695811301469803, 0.02306862361729145, 0.0037718680687248707, -0.03141316771507263, -0.02928665466606617, 0.021628517657518387, -0.022530265152454376, 0.015827713534235954, 0.0022611019667237997, -0.02543739788234234, 0.006335796322673559, -0.031251657754182816, -0.016796758398413658, -0.016096891835331917, 0.009347233921289444, 0.005333105102181435, -0.008364731445908546, 0.009421258233487606, -0.006574692204594612, -0.02958275005221367, 0.008458944037556648, -0.02246297150850296, 0.03520858660340309, -0.0216015987098217, 0.014118428342044353, -0.005248986650258303, 0.006029605399817228, -0.042314909398555756, 0.0004887277609668672, 0.0033226758241653442, -0.011736195534467697, 0.010390302166342735, 0.008781958371400833, 0.02236875891685486, -0.003681020112708211, -0.016877511516213417, -0.007960963062942028, 0.0004710629000328481, -0.011345886625349522, -0.006022875662893057, -0.004646698944270611, 0.01492596510797739, -0.01328397449105978, -0.006965001579374075, -0.006547774653881788, -0.01956930011510849, -0.026662161573767662, -0.009724084287881851, 0.030605630949139595, -0.025733493268489838, -0.040242232382297516, 0.014872129075229168, -0.020336458459496498, 0.03580078110098839, 0.015773877501487732, 0.009421258233487606, 0.0014973070938140154, -0.002422609366476536, -0.01386270858347416, 0.0014308536192402244, 0.02488557994365692, 0.037039004266262054, -0.02729473076760769, 0.031117070466279984, 0.004350602626800537, 0.026231475174427032, 2.602412314445246e-05, -0.02410496212542057, 0.004552486352622509, 0.03100939840078354, 0.00027001998387277126, -0.013539694249629974, 0.020336458459496498, -0.014199182391166687, 0.0256123635917902, -0.0015679665375500917, -0.011944809928536415, -0.038250308483839035, -0.013660824857652187, -0.009535659104585648, 0.006581421941518784, 0.0030181673355400562, -0.010491243563592434, -0.024266470223665237, -0.004468368366360664, 0.007570653688162565, -0.01298114750534296, -0.018371453508734703, 0.003802150720730424, 0.0050471024587750435, 0.010114393197000027, -0.00812247022986412, 0.0012348577147349715, 0.01500671822577715, -0.016702545806765556, -0.010188417509198189, 0.01675637997686863, 0.026877503842115402, -0.03327050060033798, 0.03806188330054283, -0.030309533700346947, 0.001811909838579595, -0.016810216009616852, 0.021749647334218025, -0.009744272567331791, -0.001820321660488844, -0.0036608318332582712, 0.0009555847500450909, -0.03243604674935341, -0.018034979701042175, 0.02527588978409767, 0.007853291928768158, 0.0019633229821920395, 0.005134585779160261, 0.039676956832408905, -0.025087464600801468, 0.012489896267652512, -0.02504708804190159, -0.05391651391983032, 0.015181684866547585, -0.01835799403488636, 0.018761763349175453, -0.00536675238981843, -0.003808879991993308, -0.008950195275247097, -0.02777925319969654, 0.015060554258525372, 0.017954226583242416, -0.010248983278870583, -0.008371461182832718, 0.022086121141910553, 0.022947493940591812, -0.005521530285477638, 0.00450201565399766, -0.01896364614367485, -0.007624489720910788, -0.011103625409305096, -0.028748296201229095, 0.007173615042120218, -0.009791378863155842, -0.005137950647622347, 0.010208605788648129, -0.007853291928768158, 0.027698498219251633, -0.027886923402547836, -0.022099580615758896, -0.031682346016168594, -0.024562565609812737, -0.017173606902360916, -0.009017489850521088, -0.004744276404380798, 0.011433369480073452, 0.01492596510797739, 0.0006182700744830072, -0.044683679938316345, -0.01581425406038761, -0.04581423103809357, -0.009266480803489685, -0.006527585908770561, -0.0007129032164812088, 0.05197842791676521, 0.012812911532819271, -0.007738890592008829, 0.045894987881183624, 0.003842527512460947, 0.006255042273551226, -0.03114398755133152, 0.003278934396803379, 0.006335796322673559, -0.015773877501487732, -0.008586803451180458, 0.01886943355202675, -0.019084777683019638, -0.021668894216418266, 0.013983839191496372, -0.0003463574103079736, 0.03049795888364315, 0.015329732559621334, -0.001953228609636426, -0.0160295981913805, -0.012577380053699017, -0.006746293976902962, -0.0024057854898273945, 0.0029172252397984266, 0.01999998465180397, -0.026069967076182365, -0.020444130524992943, 0.02207266166806221, 0.011224756017327309, 0.00036528403870761395, 0.00425302516669035, 0.009845214895904064, -0.02203228510916233, 0.012099587358534336, -0.00726782763376832, -0.015962302684783936, -0.0153970280662179, -0.02613726258277893, 0.0017530269687995315, -0.022409135475754738, 0.015423945151269436, 0.00924629159271717, -0.011588147841393948, 0.011561229825019836, 0.015047095715999603, 0.00476110028102994, -0.03179001808166504, 0.0007570653688162565, -0.002856660168617964, -0.01066621020436287, 0.031467001885175705, -0.001734520890749991, 0.011803491041064262, -0.014454902149736881, -0.023095540702342987, -0.007213992066681385, -0.0022711961064487696, -0.0307940561324358, -0.0070794024504721165, 0.0159353855997324, -0.02029608190059662, -0.0016478790203109384, 0.026594866067171097, -0.02259756065905094, -0.007106320466846228, -0.024993252009153366, 0.00641318503767252, -0.015585453249514103, -0.020982487127184868, 0.004189094994217157, -0.006591516081243753, -0.05534316226840019, 0.011675630696117878, 0.0021803483832627535, 0.006810223683714867, 0.016608333215117455, 0.22115731239318848, -0.013916544616222382, -0.0042462958954274654, 0.03843873366713524, -0.016958264634013176, -0.018802139908075333, 0.009017489850521088, 0.020363377407193184, 0.003950199112296104, 0.02275906875729561, 0.0044750976376235485, 0.0070794024504721165, 0.00769851403310895, -0.002890307456254959, 0.02340509742498398, -0.009892321191728115, -0.04963657259941101, -0.020067280158400536, 0.0003844209713861346, 0.0007915539317764342, 0.013109007850289345, -0.009966345503926277, -0.02699863351881504, -0.005252351518720388, 0.023781947791576385, -0.0021904425229877234, 0.008977113291621208, 0.004347237758338451, 0.015652747824788094, 0.023445473983883858, -0.014441442675888538, -0.01991923153400421, 0.017685048282146454, 0.01066621020436287, -0.024804826825857162, 0.002104641869664192, 0.001421600580215454, 0.001703397138044238, 0.001729473820887506, -0.014454902149736881, -0.015181684866547585, -0.015921926125884056, 0.028532953932881355, -0.00794750452041626, -0.00859353318810463, 0.017388951033353806, -0.0035699838772416115, -0.00037138262996450067, 0.02958275005221367, 0.01235530711710453, -0.006497303489595652, -0.0028297421522438526, 0.043741557747125626, 0.008835794404149055, 0.016769839450716972, -0.020834440365433693, 0.0037819622084498405, -0.003849257016554475, 0.027806170284748077, 0.010403760708868504, -0.013230138458311558, 0.03515475243330002, -0.019730806350708008, -0.003768503200262785, -0.00639299675822258, 0.016123810783028603, -0.024387599900364876, -0.016392989084124565, 0.022947493940591812, -0.03208611533045769, -0.006695822812616825, -0.008189764805138111, -0.01866755075752735, 0.01956930011510849, 0.005232163239270449, -0.03372810408473015, 0.011123813688755035, 0.017940767109394073, 0.007543736137449741, 0.028129184618592262, -0.027617745101451874, -0.01446836069226265, -0.0028280597180128098, -0.008930006995797157, 0.009084784425795078, -0.024764450266957283, 0.0312785767018795, 0.01382233202457428, 0.004293401725590229, -0.013795414008200169, -0.019192449748516083, -0.007341851945966482, 0.012711969204246998, 0.048102252185344696, 0.0031880864407867193, 0.04069983586668968, -0.011985186487436295, -3.887846105499193e-05, -0.025720035657286644, -0.004030952695757151, -0.027308190241456032, 0.012032292783260345, 0.012537002563476562, 0.004189094994217157, -0.04998650401830673, -0.02488557994365692, -0.024078045040369034, -0.0153970280662179, -0.008068635128438473, 0.007294745650142431, -0.00724763935431838, -0.026715995743870735, 0.006026240531355143, -0.0024999980814754963, -0.0037314912769943476, 0.022920574992895126, 0.009710625745356083, -0.00029462462407536805, -0.001906122430227697, -0.011366074904799461, 0.002972743473947048, 0.0008790370193310082, 0.005932027939707041, 0.00954911857843399, 0.007294745650142431, 0.019676970317959785, 0.008539697155356407, 0.0020457589998841286, 0.013243597000837326, -0.022193793207406998, 0.018129192292690277, 0.004195824731141329, 0.005151409190148115, -0.0036372786853462458, -0.026514112949371338, -0.010457596741616726, -0.0031292035710066557, -0.017765801399946213, 0.017725424841046333, -0.020161492750048637, -0.00010577886132523417, -0.030201861634850502, 0.042826347053050995, -0.01345894020050764, 0.00956930685788393, -0.02609688602387905, -0.013748307712376118, 0.006022875662893057, -0.015168225392699242, -0.01071331650018692, -0.04220723733305931, 0.0022627844009548426, 0.0061103589832782745, -0.027886923402547836, -0.010881553404033184, -0.005450870841741562, -1.654766128922347e-05, -0.04659485071897507, 0.015545075759291649, 0.011830408126115799, -0.028102267533540726, -0.005215339362621307, 0.019017482176423073, 0.012839828617870808, -0.019636593759059906, -0.05041718855500221, -0.17098237574100494, 0.023956913501024246, 0.012523544020950794, -0.06282633543014526, 0.014306853525340557, -0.019730806350708008, 0.005430682562291622, 0.015087472274899483, 0.005148044787347317, -0.03999996930360794, 0.023095540702342987, -0.013748307712376118, -0.02799459546804428, -0.01784655451774597, -0.0033361348323524, -0.008896359242498875, -0.009798108600080013, -0.0010161499958485365, 0.009885591454803944, -0.011722736991941929, 0.0416419617831707, -0.0266890786588192, 0.009374151937663555, 0.007355310954153538, -0.01814265176653862, 0.020161492750048637, 0.004724088124930859, 0.013741577975451946, -0.019798101857304573, -0.03550468385219574, -0.025195136666297913, -0.015437404625117779, 0.013741577975451946, 0.006026240531355143, 0.005709955468773842, -0.008479132317006588, 0.025114381685853004, 0.0025050451513379812, 0.006944813299924135, 0.012557190842926502, 0.0012390636838972569, 0.02717360109090805, -0.003761773928999901, 0.03243604674935341, 0.012866746634244919, 0.02915206551551819, 0.021157454699277878, -0.010834447108209133, 0.006547774653881788, -0.008169576525688171, 0.01724090240895748, -0.025585444644093513, -0.0001869530969997868, 0.009858673438429832, 0.016016138717532158, -0.005709955468773842, -0.012658133171498775, -0.012012104503810406, 0.006339160725474358, -0.01449527870863676, 0.005497977137565613, -0.0257065761834383, -0.0009328728192485869, 0.00810228195041418, -0.0077456203289330006, 0.013835790567100048, -0.017469704151153564, 0.011541041545569897, -0.015962302684783936, 0.015275897458195686, 0.012166881933808327, -0.002942460821941495, 0.0017210619989782572, -0.007597571704536676, -0.001452724332921207, 0.02074022777378559, -0.014051133766770363, 0.009125161916017532, 0.012240906246006489, 0.009542388841509819, -0.017604293301701546, 0.009340504184365273, -0.016608333215117455, 0.015127848833799362, -0.003940104972571135, -0.012187070213258266, -0.000680097087752074, -0.004182365722954273, 0.007691784296184778, -0.005511436145752668, 0.00018463983724359423, -0.004767829552292824, -0.007940774783492088, -0.029044393450021744, -0.026554489508271217, 0.014589491300284863, 0.0215073861181736, -0.02185731939971447, 0.009286669082939625, -0.010969036258757114, -0.00898384302854538, -0.002595893107354641, -0.02596229501068592, 0.0002500418631825596, 0.03873483091592789, -0.00673956423997879, 0.0035397012252360582, -0.014952883124351501, 0.009327045641839504, -0.02518167719244957, 0.0011246626963838935, 0.004508744925260544, 0.011736195534467697, 0.029690422117710114, -0.011352616362273693, 0.02095557004213333, 0.008667557500302792, -0.016944805160164833, 0.007833103649318218, -0.020619096234440804, 0.0482906773686409, -0.01693134754896164, -0.007779267616569996, 0.014212640933692455, 0.013559882529079914, -0.0010582092218101025, -0.07736198604106903, 0.00031228948500938714, 0.010827717371284962, 0.01659487374126911, 0.00023469027655664831, 0.016096891835331917, -0.0005694814026355743, 0.05092862993478775, 0.0010043734218925238, 0.012133235111832619, -0.010847905650734901, -0.02729473076760769, -0.0033024875447154045, -0.0038963633123785257, 0.0016975088510662317, 0.01761775277554989, 0.0041621774435043335, -0.0002016738144448027, -0.004740911535918713, 0.04462984576821327, -0.0028297421522438526, -0.015343192033469677, -0.003122474066913128, -0.03364735096693039, -0.007563924416899681, 0.005296092946082354, -0.034535638988018036, 0.012187070213258266, 0.01939433254301548, 0.001556189963594079, -0.005181692074984312, -0.006924624554812908, 0.02285328134894371, -0.01866755075752735, 0.0021685718093067408, 0.010518161579966545, -0.01343202218413353, -0.019798101857304573, 0.0348048210144043, -0.012698509730398655, 0.017725424841046333, 0.027806170284748077, -0.004347237758338451, -0.05749659240245819, 0.010814258828759193, -0.0014712304109707475, -0.02514130063354969, 0.04188422113656998, -0.028882885351777077, -0.01507401280105114, -0.014831752516329288, -0.008109011687338352, 0.003246969310566783, -0.01598922163248062, 0.011157461442053318, 0.003583442885428667, 0.005975769367069006, 0.005928663071244955, -0.020713308826088905, 0.005689767189323902, -0.0023872796446084976, -0.0124629782512784, -0.03135932981967926, 0.02193807251751423, -0.004387614317238331, 0.009670248255133629, -0.0267832912504673, -0.01337145734578371, 0.0215073861181736, -0.00956930685788393, -0.013014795258641243, 0.020417211577296257, -0.017442787066102028, 0.018559878692030907, -0.015558535233139992, -0.007563924416899681, -0.011467017233371735, -0.009831755422055721, 0.027160141617059708, -0.0216015987098217, 0.0112920505926013, 0.004481826908886433, 0.0049629840068519115, -0.006177653558552265, 0.005299457814544439, 0.03006727248430252, 0.030336450785398483, 0.012745616026222706, 0.004226107150316238, -0.03526242449879646, 0.009454905986785889, 0.02738894335925579, -0.0171063132584095, 0.009212644770741463, -0.009690437465906143, 0.011742925271391869, 0.016904428601264954, 0.012368766590952873, 0.011978456750512123, 0.0030131202656775713, -0.03795421123504639, 0.006460291333496571, -0.05222068727016449, 0.03698516637086868, 0.008963653817772865, 0.0036069960333406925, -0.01293404120951891, 0.020699849352240562, -0.013270515017211437, -0.024697154760360718, 0.008869441226124763, 0.012725427746772766, -0.003499324433505535, 0.011460287496447563, -0.01788693107664585, -0.010807529091835022, 0.003502689301967621, -0.014562573283910751, 0.024051126092672348, 0.001507401349954307, 0.0002131349319824949, 0.01066621020436287, 0.007328392937779427, -0.017335115000605583, -0.02586808241903782, 0.003324358258396387, -0.0027119764126837254, -0.023082083091139793, 0.003553160233423114, -0.006756388116627932, 0.007166885770857334, 0.004441450349986553, 0.03378194198012352, -0.0037886917125433683, 0.0278600063174963, 0.025383561849594116, 0.008149388246238232, -0.016958264634013176, -0.0010304501047357917, 0.021588141098618507, 0.04228799045085907, -0.0010876506567001343, -0.0049629840068519115, -0.024939415976405144, 0.028909804299473763, 0.0008138453122228384, -0.015423945151269436, -0.016298776492476463, -0.02254372462630272, 0.012436061166226864, 0.00043110668775625527, -0.013627177104353905, 0.04123819246888161, 0.012987877242267132, -0.005006725899875164, -0.012678321450948715, -0.023876160383224487, -0.01767158880829811, 0.022557184100151062, -0.0012314930791035295, -0.015060554258525372, -0.0061944774352014065, 0.047967664897441864, -0.003162850858643651, -0.011776573024690151, -0.012449519708752632, -0.002245960757136345, -0.02289365790784359, 0.005174962338060141, -0.007563924416899681, 0.008876170963048935, -0.009010760113596916, -0.00019178990623913705, 0.007065943442285061, -0.004397708922624588, 0.013640635646879673, 0.003923281095921993, -0.009831755422055721, 0.014131886884570122, 0.005269174929708242, 0.006598245352506638, 0.03940777853131294, 0.02713322453200817, 0.017294738441705704, -0.016796758398413658, 0.00450201565399766, 0.018452206626534462, 0.00622139498591423, -0.0014695480931550264, 0.003755044424906373, -0.0371466763317585, 0.003758409060537815, -0.025087464600801468, 0.01952892169356346, 0.020242245867848396, 0.019851936027407646, 0.033620432019233704, 0.02656794898211956, 0.007886938750743866, 0.036608316004276276, 0.02703901194036007, 0.0069044362753629684, -0.003603631164878607, 0.0022678314708173275, -0.0026564584113657475, 0.004505380056798458, -0.01181694958359003, 0.004925972316414118, -0.04713320732116699, -0.03135932981967926, 0.008674287237226963, 0.01800806261599064, 0.009044407866895199, 0.0026985176373273134, -0.028802132233977318, 0.019367415457963943, -0.01667562685906887, 0.008297436870634556, -0.011150731705129147, 0.020053820684552193, -0.001101109548471868, 0.021318960934877396, 0.011830408126115799, 0.008351272903382778, 0.021830400452017784, -0.01060564536601305, -0.0005677990266121924, 0.027267813682556152, -0.007732161320745945, -0.028398364782333374, 0.008371461182832718, -0.00570322573184967, 0.021709270775318146, 0.027281271293759346, -0.009582765400409698, -0.004720723256468773, 0.003620455041527748, -0.021695811301469803, 0.006574692204594612, 0.004259754437953234, -0.0026194462552666664, 0.07542390376329422, 0.007920586504042149, -0.008862712420523167, 0.023593522608280182, 0.02440105937421322, 0.019017482176423073, 0.002631222829222679, -0.007395687513053417, 0.005841180216521025, 0.005551812704652548, 0.005370117258280516, 0.011843867599964142, -0.010558539070189, -0.016056515276432037, -0.006053158547729254, 0.004020858556032181, 0.010834447108209133, 0.015733500942587852, -0.00037222381797619164, -0.009993263520300388, 0.008990571834146976, -0.021493928506970406, 0.015558535233139992, 0.004269848577678204, -0.02578732930123806, -0.01667562685906887, 0.015343192033469677, 0.0008163688471540809, -0.011090166866779327, -0.01345221046358347, -0.0048721362836658955, 0.007685055024921894, -0.051386233419179916, -0.02629876881837845, -0.00015982492186594754, -0.027012092992663383, 0.02271869033575058, -0.0056931315921247005, 0.007920586504042149, -0.007005378603935242, -0.010524891316890717, -0.011675630696117878, -0.026931339874863625, -0.016123810783028603, 0.016258399933576584, -0.0035296070855110884, 0.0005820991937071085, 0.013001336716115475, -0.023445473983883858], \"4d1f7434-4311-4ff8-b39b-11db0f62f235\": [-0.0050390008836984634, 0.027699215337634087, 0.015426206402480602, -0.02288786880671978, -0.01456995029002428, 0.008786821737885475, -0.014746638014912605, -0.008209188468754292, -0.0029153490904718637, -0.01670379564166069, 0.02957482449710369, 0.007631554733961821, 0.003927906043827534, 0.018552221357822418, 0.0037784012965857983, -0.009493572637438774, 0.004057024139910936, 0.010057615116238594, 0.028433147817850113, -0.019856993108987808, -0.016649430617690086, 0.004570098593831062, -0.005732160992920399, 0.003302703145891428, -0.021012259647250175, 0.0013778252759948373, 0.03582685440778732, -0.031450431793928146, 0.011280838400125504, -0.01318363007158041, 0.01361855398863554, -0.017682373523712158, -0.02957482449710369, -0.00718303956091404, -0.018416307866573334, 0.0021474366076290607, -0.019557982683181763, -0.014039886184036732, 0.030227210372686386, -0.013122469186782837, 0.03601713478565216, -0.0195715744048357, -0.01993854157626629, 0.021596688777208328, -0.0060209776274859905, 0.035038553178310394, 0.0008681488106958568, -0.019911358132958412, -0.025021715089678764, 0.01766878180205822, 0.013550597243010998, 0.04186142235994339, -0.0550178699195385, 0.01092746201902628, -0.02620416320860386, 0.017206676304340363, -0.009255724027752876, -0.0003096284344792366, -0.012531244195997715, -0.022833503782749176, 0.008820800110697746, 0.005477322731167078, -0.005232677794992924, -0.002385285682976246, -0.016486333683133125, -0.004043432883918285, 0.0018671145662665367, 0.00029858542256988585, -0.011790514923632145, 0.003907519392669201, 0.0026520162355154753, 0.015113605186343193, -0.00033192677074112, 0.011104150675237179, 0.007189835421741009, -0.014665089547634125, -0.04063820093870163, 0.0024277586489915848, 0.0017991577042266726, -0.009711034595966339, 0.029031168669462204, -0.01992494985461235, -0.004682227503508329, 0.04708050936460495, 0.007937360554933548, -0.007522823754698038, 0.01878327503800392, 0.031531982123851776, -0.02446446754038334, -0.019000736996531487, -0.011104150675237179, 0.011042988859117031, 0.008698477409780025, 0.003346875077113509, 0.00321775721386075, 0.010784752666950226, 0.020754024386405945, 0.012680749408900738, 0.006235041655600071, 0.00591904204338789, -0.008433445356786251, -0.004998226650059223, -0.0471348762512207, -0.014230165630578995, -0.02132486179471016, -0.00011074843496317044, 0.023268427699804306, -0.009228540584445, 0.01887841522693634, -0.022126752883195877, -0.009364455007016659, 0.019476434215903282, -0.0065612345933914185, -0.007047126069664955, -0.012898211367428303, 0.020821981132030487, 0.0030240800697356462, -0.017261041328310966, -0.018647361546754837, -0.012551630847156048, 0.015684442594647408, 0.017886243760585785, 0.021555915474891663, -0.011206085793673992, 0.002911951160058379, -0.007903382182121277, -0.015575711615383625, -0.0035745305940508842, -0.007142265327274799, -0.0322115495800972, 0.05963893607258797, 0.020781205967068672, 0.02106662467122078, -0.021202538162469864, -0.011172107420861721, 0.00308014452457428, 0.008739251643419266, -0.008290736004710197, -0.028405966237187386, 0.0075703938491642475, 0.020550154149532318, 0.04104594141244888, -0.00363229401409626, 0.007081104442477226, -0.017872653901576996, -0.0024940166622400284, 0.015684442594647408, 0.016323236748576164, 0.004583689849823713, -0.02008804678916931, 0.014501992613077164, 0.006381148938089609, 0.02689732424914837, 0.004971044138073921, -0.0055214944295585155, 0.03569094091653824, 0.004124981351196766, -0.02010163851082325, 0.0055214944295585155, -0.002342812716960907, 0.02905835211277008, 0.05675756558775902, 0.016377601772546768, -0.0013353521935641766, 0.0026384249795228243, 0.0282700527459383, 0.004549711477011442, -0.00010225383448414505, 0.025443047285079956, -0.0059224399738013744, 0.026652678847312927, 0.020237552002072334, -0.042758453637361526, 0.012198255397379398, 0.01397192943841219, 0.013170038349926472, 0.0037444226909428835, 0.005361795891076326, -0.02150154858827591, -0.020821981132030487, -0.023472297936677933, -0.01836194284260273, 0.03601713478565216, 0.030417488887906075, -0.02420623227953911, 0.015562119893729687, 0.012544835917651653, 0.002935736207291484, 0.01626887172460556, 0.013802037574350834, 0.023078149184584618, 0.0049336678348481655, -0.0028270052280277014, -0.013842811807990074, -0.6254205107688904, 0.003302703145891428, 0.025959519669413567, -0.05045117065310478, -0.015806764364242554, 0.008107253350317478, 0.00939843337982893, 0.008630520664155483, -0.013734080828726292, 0.03305421397089958, -0.01187885832041502, 0.04096439108252525, 0.006914610043168068, -0.0018756092758849263, -0.005249666981399059, -0.007842221297323704, 0.010275077074766159, -0.014162208884954453, -0.0032857139594852924, 0.015100013464689255, 0.006401536054909229, 0.02585078775882721, 0.006517062429338694, -0.01984340138733387, 0.0025279950350522995, -0.004678829573094845, 0.02314610593020916, 0.01013236679136753, 0.0049200765788555145, 0.00939843337982893, -0.008766434155404568, -0.009167379699647427, 0.008460628800094128, 0.0011314816074445844, 0.0518374890089035, 0.004179346840828657, -0.013353521935641766, -0.00360171333886683, 0.02464115619659424, 0.027264291420578957, -0.008909143507480621, -0.030526218935847282, 0.019462844356894493, -0.006877233739942312, 0.012891415506601334, 0.005079775117337704, 0.02775358036160469, -0.004641453269869089, -0.029901016503572464, -0.0034641006495803595, -0.0034539070911705494, -0.014148617163300514, 0.010478947311639786, 0.03688698261976242, -0.0438457615673542, -0.015412614680826664, 0.02802540734410286, 0.0066869547590613365, -0.008413058705627918, -0.0017371471039950848, -0.009133401326835155, 0.002471930580213666, -0.01862017810344696, 0.005946225021034479, -0.02106662467122078, 0.010152754373848438, -0.032401829957962036, -0.032510560005903244, 0.023200470954179764, -0.03974116966128349, 0.005681192968040705, 0.02359461970627308, 0.0028032204136252403, -0.005793321877717972, -0.011301225051283836, 0.019544390961527824, 0.03569094091653824, -0.02802540734410286, -0.007767468690872192, 0.019354112446308136, 0.02348588965833187, 0.0024345542769879103, -0.038599494844675064, -0.001225771731697023, 0.007318953517824411, 0.009758604690432549, 0.016730977222323418, -0.022955825552344322, 0.010336237959563732, -0.036506421864032745, 0.0051511297933757305, 0.0012138793244957924, -0.003447111463174224, -0.02957482449710369, 0.028949620202183723, 0.02714196778833866, 0.00978578720241785, -0.0005755096208304167, -0.011029398068785667, -0.027209924533963203, -0.020849162712693214, -0.012714727781713009, -0.0033791547175496817, 0.020033681765198708, 0.023635394871234894, -0.007903382182121277, 0.007441275753080845, -0.006272417958825827, 0.027114786207675934, -0.006347170565277338, 0.006082138512283564, -0.035201650112867355, -0.004943861160427332, -0.02175978571176529, -0.004172550980001688, -0.03280957043170929, 0.037974290549755096, -0.008854778483510017, 0.00728497514501214, -0.01192642841488123, 0.00947998184710741, -0.002516102511435747, 0.004009454511106014, -0.02870497666299343, 0.019000736996531487, -0.02097148634493351, -0.007930564694106579, -0.006782094016671181, -0.027386613190174103, -0.0002376366319367662, 0.01105658058077097, 0.010247893631458282, 0.04917358234524727, -0.005001624580472708, 0.00428807782009244, -0.003323090262711048, 0.003588122082874179, -0.010023635812103748, 0.030689315870404243, -0.02166464552283287, -0.038925688713788986, 0.0063437726348638535, 0.02113458141684532, -0.006951986346393824, -0.01278948038816452, -0.000123171805171296, -0.025008123368024826, -0.017084352672100067, -0.016758160665631294, 0.01139636430889368, -0.012218642979860306, -0.00040646694833412766, -0.0030631553381681442, -0.013808833435177803, -0.011192494072020054, -0.021909290924668312, 0.016663020476698875, -0.027386613190174103, 0.012143890373408794, -0.031205788254737854, -0.011328407563269138, 0.029901016503572464, 0.0117565356194973, -0.015249518677592278, -0.021528732031583786, -0.010193528607487679, -0.0060209776274859905, -0.007944156415760517, -0.004169153049588203, -0.0017218568827956915, 0.004964248277246952, 0.016826117411255836, -0.02063170075416565, 0.005266656167805195, 0.010866301134228706, 0.01591549627482891, -0.024668337777256966, -0.008331510238349438, 0.02219470962882042, -0.011477912776172161, 0.0159290861338377, 0.020060863345861435, 0.002587457187473774, -0.001723555731587112, 0.04123622179031372, 0.01374087668955326, 0.00718303956091404, 0.02305096574127674, -0.019462844356894493, 0.013645736500620842, 0.009819765575230122, 0.0063573638908565044, -0.011695374734699726, -0.004016250371932983, 0.016812525689601898, 0.04985314980149269, 0.007984930649399757, 0.023186879232525826, -0.007733490318059921, 0.009908109903335571, -0.0023190276697278023, -0.0009165680967271328, 0.008311123587191105, -0.05409365892410278, 0.01070320513099432, -0.028134139254689217, 0.007550006732344627, -0.012986554764211178, -0.017940610647201538, -5.595822221948765e-05, -0.013503027148544788, -0.015480571426451206, -0.021623872220516205, -2.776674591586925e-05, 0.0040910025127232075, 0.00554527947679162, -0.014597132802009583, 0.019204607233405113, 0.01643196865916252, -0.019354112446308136, 0.009085831232368946, -0.024681929498910904, -0.004152163863182068, 0.03071649931371212, -0.02960200607776642, 0.015725215896964073, 0.0197482630610466, -0.0022052000276744366, 0.011634213849902153, -0.020060863345861435, 0.015575711615383625, 0.011505095288157463, -0.0034742942079901695, -0.016663020476698875, 0.018416307866573334, 0.007835425436496735, 0.0053040324710309505, -0.032564926892519, 0.037457820028066635, -0.014665089547634125, 0.00404683081433177, 0.01932692900300026, 0.017532868310809135, -0.00718303956091404, 0.0015247819246724248, 0.025973109528422356, 0.02514403685927391, 0.001974146580323577, -0.01152548287063837, -0.0037410249933600426, -0.00904505793005228, 0.022955825552344322, -0.008983896113932133, 0.015113605186343193, 0.03539193049073219, -0.004943861160427332, 0.009330476634204388, 0.0038021861109882593, 0.018375534564256668, 0.014216573908925056, -0.0009743314003571868, -0.0037851969245821238, -0.009799378924071789, 0.0016454054275527596, 0.017818287014961243, -0.00278283329680562, -0.02933017909526825, -0.020332692191004753, -0.018293986096978188, -0.005759343504905701, 0.007271383423358202, -0.020278325304389, -0.025877971202135086, -0.009921700693666935, 0.007407297380268574, 0.021651053801178932, 0.02818850427865982, 0.03506573662161827, -0.002188210841268301, -0.00013644462160300463, -0.013693306595087051, 0.010601269081234932, 0.012130298651754856, 0.024695521220564842, -0.0018620179034769535, -0.01836194284260273, -0.015602894127368927, 0.01982980966567993, -1.513101869932143e-05, 0.007543210871517658, -0.01436607912182808, 0.017206676304340363, 0.01017993688583374, 0.01148470863699913, -0.016078591346740723, 0.032510560005903244, 0.03139606863260269, -0.015507754869759083, 0.0031956711318343878, -0.006190869491547346, -0.0007564447587355971, 0.006275815423578024, -0.027087602764368057, -0.02610902488231659, 0.016499925404787064, 0.0019384693587198853, -0.011382773518562317, -0.004706012085080147, 0.03166789561510086, 0.00034148318809457123, 0.022860687226057053, -0.04009454324841499, -0.005654010456055403, -0.002055694814771414, 0.011695374734699726, -0.013768059201538563, -0.020278325304389, -0.018919188529253006, 0.029792286455631256, 0.028324417769908905, 0.0035745305940508842, -0.0036187025252729654, -0.0387897714972496, 0.04612911492586136, 0.016826117411255836, 0.026910914108157158, 0.00801211316138506, 0.021447183564305305, 0.0053957742638885975, 0.002206898992881179, -0.02568769082427025, -0.02653035707771778, 0.003883734345436096, -0.029520457610487938, -0.011844879947602749, -0.011172107420861721, -0.0018773081246763468, 0.007488845381885767, 0.0043084644712507725, 0.00814123172312975, 0.002526296069845557, -0.010478947311639786, -0.011260450817644596, -0.012062341906130314, -0.006856846623122692, 0.002872876124456525, 0.014760228805243969, 0.007094695698469877, -0.006136504001915455, 0.023648986592888832, 0.010241097770631313, 0.003299305448308587, 0.009860539808869362, -0.005103559698909521, -0.01905510202050209, 0.00428807782009244, 0.02262963354587555, 0.03142324835062027, 0.013781649991869926, 0.046074748039245605, 0.006156891118735075, -0.007760672830045223, -0.011049784719944, -0.012381738983094692, 0.004332249518483877, 0.004128378815948963, 0.000526665651705116, 0.007753877434879541, -0.00035804769140668213, -0.010710000060498714, -0.01949002593755722, -0.0024753285106271505, 0.01157305296510458, 0.02557896077632904, 0.008419854566454887, 0.018497856333851814, -0.018606586381793022, -0.019258972257375717, 0.013047716580331326, 0.0030784455593675375, 0.02080838941037655, 0.003934701904654503, 0.002618037862703204, -0.042948734015226364, 0.01148470863699913, -0.046156298369169235, 0.00720342667773366, 0.00796454306691885, 0.0027369624003767967, -0.016934849321842194, -0.020319100469350815, -0.009201358072459698, -0.00931008905172348, -0.020849162712693214, 0.008372284471988678, 0.0005661655450239778, -0.02748175337910652, -0.01584753952920437, -0.0007237404934130609, 0.01845708116889, -0.020509378984570503, -0.033461954444646835, 0.020210368558764458, 0.003433520207181573, -0.020835572853684425, -0.030743680894374847, -0.0007870253175497055, -0.030879594385623932, -0.01636401005089283, 0.013761263340711594, 0.03098832629621029, -0.018864823505282402, -0.02272477187216282, 0.012164277024567127, -0.009901314042508602, 0.012816662900149822, 0.013584575615823269, -0.01243610493838787, 0.011267246678471565, 0.009962474927306175, -0.008949917741119862, 0.02287427708506584, -0.0021117592696100473, -0.017274633049964905, 0.017342589795589447, 0.012014771811664104, 0.016513515263795853, -0.009717830456793308, 0.01739695481956005, 0.017546460032463074, 0.011151719838380814, 0.01749209500849247, -0.0035983154084533453, -0.021202538162469864, 0.03367941826581955, -0.010913871228694916, 0.012646771036088467, 0.001743093365803361, 0.014461219310760498, 0.01183128822594881, 0.026163389906287193, 0.030308756977319717, -0.0025755648966878653, -0.010859505273401737, -0.009581916965544224, -0.008854778483510017, 0.03134170174598694, 0.01444762758910656, -0.007903382182121277, -0.006442309822887182, -0.012782684527337551, -0.04392731189727783, -0.019979314878582954, -0.02585078775882721, -0.029384544119238853, 0.016255280002951622, -0.009113014675676823, -0.030607767403125763, -0.02044142223894596, -0.015181561931967735, 0.029629189521074295, 0.02957482449710369, -0.008426650427281857, 0.013883586041629314, -0.0008583800517953932, 0.00037907183286733925, -0.008582950569689274, -0.02226266637444496, -0.011477912776172161, -0.030879594385623932, -0.02114817313849926, -0.01444762758910656, 0.03522883355617523, 0.023349976167082787, 0.0031226174905896187, -0.0041895401664078236, -0.02818850427865982, -0.005687988828867674, -0.009860539808869362, -0.03359786793589592, 0.00718303956091404, -0.009228540584445, 0.022045204415917397, 0.01096823625266552, 0.010465355589985847, 0.0038667451590299606, 0.0033876493107527494, -0.013842811807990074, -0.013387500308454037, 0.0068534486927092075, -0.006877233739942312, -0.005531688220798969, -0.037811193615198135, -0.005518096499145031, 0.01652710698544979, 0.01757364347577095, -0.00450214184820652, -0.01567085087299347, 0.00230713514611125, -0.006387944333255291, -0.00979258306324482, -0.010377012193202972, -0.012449695728719234, -0.04245944321155548, -0.01671738736331463, 0.017872653901576996, -0.00844024121761322, -0.0009471486555412412, -0.02332279272377491, -0.023553846403956413, 0.01809011586010456, 0.006928201299160719, 0.024138275533914566, 0.0025432852562516928, 0.030852412804961205, 0.009228540584445, 0.007794651202857494, 0.0007789554656483233, 0.020686067640781403, -0.023010190576314926, -0.007468458265066147, -0.010716795921325684, -0.016989214345812798, 0.015480571426451206, 0.03917033225297928, 0.026041066274046898, -0.010560495778918266, -0.009534346871078014, -0.012089524418115616, 0.021025851368904114, -0.03384251520037651, 0.026870140805840492, 0.012123502790927887, -0.03672388568520546, -0.008236370980739594, -0.02791667729616165, 0.013088490813970566, -0.029955381527543068, 0.00763835059478879, 8.753427209740039e-06, -0.0162824634462595, -0.007719898596405983, -0.001027847407385707, 0.0001248707267222926, -0.016663020476698875, -0.01660865545272827, 0.02541586384177208, -0.009418820030987263, 0.023880038410425186, 0.004124981351196766, 0.026489581912755966, -0.041725508868694305, 0.008256757631897926, 0.0022085977252572775, 0.0023003395181149244, 0.02487220987677574, 0.017872653901576996, 0.021202538162469864, 0.0006897620623931289, -0.005820504855364561, -0.01713871955871582, 0.013319543562829494, -0.025714874267578125, 0.01826680265367031, 0.000685514765791595, 0.0011136429384350777, -0.00013060458877589554, 0.012775888666510582, -0.03378814831376076, -0.009017874486744404, -0.018946371972560883, -0.006523858290165663, 0.0008227027137763798, -0.008154822513461113, -0.031015509739518166, -0.011301225051283836, -0.010730387642979622, 0.02507608011364937, -0.008120844140648842, 0.014868959784507751, 0.012599200941622257, -0.007087899837642908, -0.02446446754038334, 0.013428274542093277, 0.028569061309099197, 0.023703351616859436, -0.018321167677640915, -0.005579257849603891, 0.01535824965685606, 0.021963655948638916, -0.0135777797549963, 0.011994385160505772, 0.0013897176831960678, 0.0262721199542284, -0.02400236204266548, -0.0013880188344046474, 0.008644112385809422, -0.010241097770631313, 0.017940610647201538, -0.014434035867452621, 0.004957452416419983, -0.032238733023405075, -0.004777366761118174, -0.0248042531311512, 0.040556650608778, -0.0032772193662822247, -0.018987145274877548, -0.02470911294221878, -0.004128378815948963, 0.012592405080795288, -0.01741054654121399, -0.02802540734410286, 0.015263109467923641, -0.03248337656259537, -0.0025772638618946075, 0.00682966411113739, 0.002482124138623476, 0.004393410868942738, -0.005929235834628344, 0.008793617598712444, 0.014583541080355644, 0.04414477199316025, -0.035283200442790985, 0.019204607233405113, -0.024423694238066673, 0.005314226262271404, -0.015032056719064713, 0.02052297070622444, -0.006330180913209915, -0.019381295889616013, -0.02846033126115799, -0.027998223900794983, -0.01870172657072544, -0.003781798994168639, 0.023621803149580956, 0.04335647448897362, -0.017899835482239723, 0.01243610493838787, 0.023295609280467033, -0.01931333914399147, 0.009330476634204388, -0.003883734345436096, -0.04604756459593773, 0.017777513712644577, -0.04843964800238609, 0.017695965245366096, 0.015466980636119843, 6.270081939874217e-05, -0.00718303956091404, -0.0229830089956522, 0.019802628085017204, 0.0015519646694883704, -0.029737919569015503, -0.018307577818632126, 0.02443728595972061, 0.023431524634361267, -0.053821828216314316, 0.01535824965685606, 0.010071205906569958, -0.04036637395620346, -0.01931333914399147, 0.003143004607409239, 0.034250255674123764, -0.022847095504403114, -0.009853743948042393, -0.00364248757250607, -0.011994385160505772, 0.020740432664752007, -0.015100013464689255, -0.013407887890934944, -0.007155857048928738, -0.008977100253105164, -0.028161320835351944, 0.010526517406105995, 0.0010117077035829425, 0.035364747047424316, 0.009683852083981037, -0.03000974841415882, -0.021515140309929848, -0.010166346095502377, -0.02481784299015999, -0.01401270367205143, -0.002162726828828454, 0.008243166841566563, 0.03995862975716591, 0.010044023394584656, -0.009412024170160294, 0.032320279628038406, -0.0008290736586786807, 0.01330595277249813, -0.02166464552283287, 0.0036628744564950466, 0.0018127490766346455, 0.009880926460027695, -0.0013786747585982084, -0.008705273270606995, -0.018592996522784233, -0.006486481986939907, 0.015534937381744385, 0.0016148247523233294, 0.001579147414304316, 0.03552784398198128, -0.0013311048969626427, 0.0005024559795856476, -0.02941172756254673, -0.000292214477667585, -0.0032857139594852924, -0.006941793020814657, 0.018158072605729103, -0.03324449434876442, -0.006102525629103184, 0.009581916965544224, 0.014665089547634125, 0.008759638294577599, 0.018579404801130295, 0.012109912000596523, -0.03297266736626625, -0.005443344358354807, -0.011607031337916851, -0.006398138124495745, -0.011409956030547619, -0.03378814831376076, 0.013713693246245384, 0.004865711089223623, 0.01591549627482891, 0.014121434651315212, 0.007067513186484575, 0.0006188321276567876, 0.010207119397819042, 0.012898211367428303, -0.02873215824365616, -0.00361190689727664, -0.00931688491255045, 0.011076967231929302, -0.007074308581650257, 0.006184074096381664, -0.000733934051822871, -0.0004480905190575868, -0.011369181796908379, -0.01844349130988121, -0.015698034316301346, -0.016649430617690086, -0.021651053801178932, -0.004495345987379551, -0.025171220302581787, -0.010417786426842213, 0.013903972692787647, -0.0011671589454635978, 0.029302995651960373, -0.005874870344996452, -0.015154378488659859, -0.018579404801130295, 0.038762591779232025, -0.013312747702002525, -0.0162824634462595, -0.026054657995700836, -0.0025687692686915398, 0.03802865743637085, 0.022031612694263458, 0.014243757352232933, 0.205936461687088, -0.004451174288988113, -0.008209188468754292, 0.02741379477083683, 2.3028349005471682e-06, -0.0015281797386705875, 0.01601063460111618, -0.014719454571604729, -0.032673656940460205, 0.014080660417675972, -0.00489629153162241, 0.01765519194304943, -0.007312157656997442, -0.00024761780514381826, 0.011416751891374588, -0.02749534323811531, -0.032564926892519, -0.018660953268408775, -0.02976510301232338, -0.020074455067515373, -0.003115821862593293, -0.010866301134228706, -0.02829723432660103, -0.007176244165748358, 0.023635394871234894, -0.008630520664155483, -0.003873540787026286, 0.010601269081234932, 0.024423694238066673, 0.0005958966794423759, -0.023716943338513374, -0.014719454571604729, 0.0031905744690448046, 0.009948884136974812, -0.02182774245738983, -0.012171072885394096, 0.0006341224070638418, 0.015263109467923641, 0.003941497765481472, -0.009364455007016659, 0.020468605682253838, -0.012823458760976791, 0.00844703707844019, -0.015086421743035316, 0.0027403600979596376, 0.005402570124715567, -0.012891415506601334, -0.002823607297614217, 0.007291770540177822, 0.024301372468471527, -0.009629486128687859, 0.014080660417675972, 0.004760377574712038, 0.021950064226984978, 0.010519721545279026, -0.013734080828726292, -0.0006995308795012534, 0.01026148535311222, 0.012347760610282421, 0.011226472444832325, -0.006693750154227018, 0.030580585822463036, -0.0047162058763206005, 0.011668192222714424, -0.012850641272962093, 0.013564188033342361, -0.03944215923547745, -0.01401270367205143, 0.012239029631018639, -0.015208744443953037, 0.00804609153419733, -0.008508197963237762, -0.0026876935735344887, 0.017532868310809135, 0.01144393440335989, -0.02941172756254673, 0.005820504855364561, 0.029819468036293983, -0.003819175297394395, 0.05806233733892441, -0.0412634015083313, -0.021188948303461075, -0.02601388469338417, -0.02636726014316082, 0.0008995788521133363, -0.030227210372686386, 0.019911358132958412, 0.00844024121761322, -0.0005309129483066499, -0.001602932345122099, -0.010893483646214008, -0.013836015947163105, -0.004376421682536602, 0.0038599492982029915, -0.01828039437532425, 0.01923179067671299, -0.0195715744048357, -0.0021474366076290607, 0.0010881591588258743, -0.023730533197522163, -0.029384544119238853, 0.03351632133126259, 0.030961142852902412, -0.006907814182341099, -0.020509378984570503, -0.01982980966567993, -0.00042494270019233227, 0.004437582567334175, 0.00531082833185792, -0.008148026652634144, 0.004457969684153795, -0.042241983115673065, 0.01232057809829712, 0.007291770540177822, 0.01496409997344017, 0.017165901139378548, 0.009717830456793308, -0.017274633049964905, -0.012198255397379398, -0.019598757848143578, 0.009513960219919682, -0.008345101960003376, 0.008277145214378834, 0.0008392671588808298, -0.0010363420005887747, 0.002014920813962817, -0.01949002593755722, 0.0031277143862098455, -0.008650907315313816, -0.028433147817850113, -0.004345840774476528, -0.01057408656924963, 0.012544835917651653, -0.0026486185379326344, -0.016200914978981018, -0.017247449606657028, -0.0005585204344242811, -0.01401270367205143, 0.002728467807173729, -0.004379819147288799, 0.006122912745922804, -0.0027403600979596376, 0.026693452149629593, -0.006163686979562044, 0.019911358132958412, -0.007747081574052572, 0.0059088487178087234, 0.008582950569689274, -0.01940847747027874, -0.012612792663276196, -0.017804697155952454, -0.005212290678173304, -0.004790958482772112, 0.006710739340633154, -0.01283025462180376, -0.03289111703634262, -0.001018503331579268, -0.033733781427145004, -0.0051783123053610325, -0.008773230016231537, -0.03299985080957413, -0.0005300634657032788, 0.0005088269826956093, 0.006401536054909229, -0.04379139840602875, -0.02757689170539379, -0.17309969663619995, 0.03794710710644722, 0.020740432664752007, -0.02185492403805256, 0.014597132802009583, -0.009602303616702557, 0.009976066648960114, 0.017560051754117012, 0.02061811089515686, -0.0229830089956522, -0.0038463580422103405, -0.015127195976674557, -0.014393261633813381, -0.0007904231897555292, -0.0021338453516364098, -0.004930269904434681, 0.0035337565932422876, 0.003052961779758334, 0.03044467233121395, 0.013958338648080826, 0.0387897714972496, -0.04237789660692215, -0.0035711326636373997, 0.0122254379093647, -0.006758309435099363, -0.009629486128687859, -0.025211993604898453, 0.0022561675868928432, 0.0018807059386745095, -0.04610193148255348, -0.02522558532655239, 0.018470672890543938, 0.0021508345380425453, 0.005321021657437086, 0.009113014675676823, -0.016989214345812798, -0.003955089021474123, -0.022058796137571335, -0.028840890154242516, -0.003105628304183483, 0.014583541080355644, 0.032673656940460205, -0.02488579973578453, 0.018579404801130295, 0.006493277382105589, 0.005338010843843222, -0.0034403158351778984, -0.006071945186704397, -0.002646919572725892, -0.014379670843482018, 0.013278769329190254, -0.015263109467923641, -0.0050390008836984634, 0.015222336165606976, 0.027536118403077126, -0.011375977657735348, -0.017872653901576996, 0.001371879014186561, 5.951533967163414e-05, -0.031640712171792984, 0.010023635812103748, -0.03340759128332138, -0.012218642979860306, 0.007128674071282148, -0.009860539808869362, -0.020074455067515373, 0.0025330916978418827, 0.0011773525038734078, -0.014420445077121258, 0.016377601772546768, 0.0026724033523350954, -0.017859062179923058, -0.0235130712389946, -0.009520755149424076, -0.004029841627925634, 0.016486333683133125, -0.03601713478565216, 0.015942677855491638, 0.002096469048410654, 0.02142000012099743, -0.008936326950788498, 0.03044467233121395, -0.022493720054626465, 0.018375534564256668, -0.007944156415760517, 0.012449695728719234, -0.005059388000518084, -0.005654010456055403, -0.023635394871234894, -0.03419588878750801, 0.024070318788290024, 0.001686179544776678, -0.017029987648129463, -0.008467424660921097, -0.00801211316138506, 0.027291473001241684, 0.013985521160066128, -0.01309528574347496, -0.0004096524207852781, -0.015983453020453453, -0.006428718566894531, -0.010832322761416435, -0.029031168669462204, -0.003229649504646659, 0.029302995651960373, 0.035799670964479446, 0.00616028904914856, 4.300394721212797e-05, 0.05265297368168831, -0.005402570124715567, -0.020563744008541107, 0.01826680265367031, -0.002781134331598878, 0.010995419695973396, 0.01852503977715969, 0.010200324468314648, 0.028677793219685555, -0.023445114493370056, 0.008413058705627918, -0.011165311560034752, 0.05151129513978958, -0.02228984795510769, -0.01484177727252245, 0.035120103508234024, -0.011172107420861721, 0.013856402598321438, -0.09296497702598572, 0.007305361796170473, -0.0025042102206498384, 0.029085533693432808, 0.015534937381744385, 0.012463287450373173, -0.0209850762039423, 0.040937211364507675, 0.015562119893729687, 0.002534790663048625, -0.02681577578186989, -0.02654394879937172, -0.00765873771160841, -0.0035745305940508842, 0.007957748137414455, 0.009812969714403152, -0.022779138758778572, -0.02367616817355156, -0.004988033324480057, 0.05594208464026451, 0.010913871228694916, -0.013774855062365532, -0.010322646237909794, -0.05075018107891083, -0.005762741435319185, 0.01731540635228157, -0.018212437629699707, -0.007278179284185171, 0.013903972692787647, -0.008209188468754292, -0.012843845412135124, -0.009248928166925907, 0.02984665147960186, 0.0019469639519229531, 0.0027131775859743357, -0.01853862963616848, -0.018117297440767288, -0.01496409997344017, 0.021555915474891663, 0.014936916530132294, 0.0030546607449650764, 0.017859062179923058, 0.008161618374288082, -0.022670406848192215, 0.004274486098438501, -0.002259565517306328, -0.025701282545924187, 0.06001949682831764, -0.014896143227815628, -0.0004094400501344353, -0.009996453300118446, -0.005779730621725321, -0.002555177779868245, -0.011144923977553844, 0.023214062675833702, -0.02175978571176529, 0.016934849321842194, 0.02593233622610569, -0.0016190720489248633, 0.020862754434347153, -0.021990839391946793, -0.005606440827250481, 0.00589865492656827, 0.030825229361653328, 0.0021559312008321285, 0.019884176552295685, -0.02635366842150688, -0.008345101960003376, 0.010954645462334156, -0.01749209500849247, -0.029031168669462204, 0.039115965366363525, -0.014148617163300514, 0.014270939864218235, -0.0013455457519739866, -0.005157925188541412, 0.0028422954492270947, -0.01456995029002428, 0.0033349827863276005, -0.003013886511325836, -0.0017906631110236049, -0.014311714097857475, -0.008202392607927322, -0.004318658262491226, 0.013204016722738743, 0.011552665382623672, 0.021950064226984978, 0.01409425213932991, 0.006646180525422096, -0.028242869302630424, 0.01309528574347496, 0.023268427699804306, -0.0005258161691017449, -0.014868959784507751, -0.024845026433467865, 0.007604372221976519, 0.004070615861564875, 0.008311123587191105, -0.00654764287173748, 0.011328407563269138, -0.004148765932768583, -0.01678534410893917, -0.043737031519412994, 0.017369773238897324, 0.006031170953065157, 0.013421478681266308, 0.008345101960003376, 0.017070762813091278, -0.014936916530132294, 0.004597281105816364, -0.0009182670037262142, 0.020903529599308968, -0.00947998184710741, 0.013781649991869926, -0.017193084582686424, -0.006707341875880957, 0.0001898544724099338, -0.016418376937508583, 0.0162824634462595, 0.004277884028851986, -0.002864381531253457, -0.01456995029002428, -0.006598610896617174, 0.00419973349198699, -0.0018892006482928991, -0.009024670347571373, -0.008018909022212029, -0.008209188468754292, -0.009133401326835155, 0.0005784827517345548, -0.0034114341251552105, -0.009772195480763912, 0.01826680265367031, -0.010852710343897343, 0.000845213420689106, 0.025293542072176933, 0.00765873771160841, -0.020074455067515373, 0.028840890154242516, 0.023214062675833702, 0.025810014456510544, -0.003768207738175988, -0.01405347790569067, -0.01153227873146534, 0.03169507905840874, -0.006044762209057808, -0.008256757631897926, -0.02287427708506584, -0.024736296385526657, 0.007332544773817062, -0.0006455901311710477, 0.009113014675676823, 0.04637375846505165, 0.005837494041770697, -0.015018464997410774, -0.03313576430082321, -0.003051262814551592, -0.04074693098664284, 0.014597132802009583, 0.005140936002135277, -0.001192642841488123, -0.014597132802009583, 0.04941822588443756, 0.04289436712861061, 0.017695965245366096, -0.010540108196437359, 0.015303883701562881, -0.0029714135453104973, 0.0016844805795699358, 0.006659771781414747, 0.007006351836025715, -0.026149798184633255, -0.028134139254689217, 0.010064410045742989, -0.004529324360191822, 0.012551630847156048, 0.01984340138733387, -0.0020777808967977762, -0.0022527696564793587, -0.010336237959563732, -0.006095729768276215, 0.020658884197473526, 0.03248337656259537, -0.0014253950212150812, -0.0035983154084533453, -0.0019231790211051702, 0.00487590441480279, 0.014121434651315212, -0.0060209776274859905, 0.004162357654422522, -0.011328407563269138, 0.012014771811664104, -0.04705332592129707, -0.008188800886273384, -0.014950508251786232, 0.005840891972184181, 0.013734080828726292, 0.0038021861109882593, -0.015453388914465904, 0.040665384382009506, 0.009962474927306175, 0.019870584830641747, -0.0036832615733146667, -0.007957748137414455, 0.007013147696852684, 0.020930711179971695, -0.002283350331708789, -0.005035602953284979, -0.03261929005384445, -0.027794353663921356, 0.020495787262916565, -0.008202392607927322, -0.007087899837642908, -0.003115821862593293, -0.025347907096147537, 0.014814594760537148, -0.02601388469338417, 0.010981827974319458, -0.005630225408822298, 0.0005245420034043491, 0.003999261185526848, 0.025035304948687553, 0.008746047504246235, 0.018756091594696045, 0.04746106639504433, -0.025823604315519333, 0.03680543228983879, 0.012082728557288647, -0.00726458802819252, -0.01757364347577095, 0.015045647509396076, -0.007291770540177822, 0.013679714873433113, 0.007475254125893116, -0.009432411752641201, -0.004019647836685181, -0.011511891148984432, -0.006367557216435671, 0.007685920223593712, 0.0024328555446118116, 0.015562119893729687, 0.07290411740541458, 0.027563299983739853, -0.03202126920223236, 0.02568769082427025, 0.015127195976674557, 0.010628452524542809, 0.020740432664752007, 0.010750774294137955, 0.002886467380449176, -0.013747671619057655, 0.017383363097906113, 0.012551630847156048, -0.011124537326395512, -0.015602894127368927, -0.022955825552344322, 0.006479686126112938, 0.0005963214207440615, 0.02704682946205139, 0.013367113657295704, 0.01156625710427761, 0.020210368558764458, -0.009609099477529526, 0.009581916965544224, 0.031722258776426315, -0.0021525335032492876, -0.009133401326835155, 0.038925688713788986, 0.009649873711168766, -0.02776717208325863, -0.010010045021772385, 0.01153227873146534, 0.0117565356194973, -0.01179730985313654, -0.0017702761106193066, 0.008154822513461113, 0.011810901574790478, -0.009412024170160294, -0.010981827974319458, 0.006421922706067562, 0.017532868310809135, -0.025035304948687553, -0.02889525517821312, -0.03134170174598694, -0.020251143723726273, -0.0014406853588297963, 0.018416307866573334, -0.006010783836245537, 0.009507164359092712, -0.03976835310459137], \"1a94457e-bf00-4f76-aab1-9b838f044799\": [-0.001795466523617506, 0.02673906832933426, 0.020690448582172394, -0.0328989252448082, -0.015573455952107906, 0.022331222891807556, -0.02518172189593315, -0.004008078947663307, -0.018048522993922234, -0.020634829998016357, 0.03342730924487114, 0.0009794243378564715, 0.017422804608941078, 0.03339949995279312, 0.0030469049233943224, 0.002563710557296872, 0.017909474670886993, -0.00842635240405798, 0.03120253048837185, -0.017589662224054337, -0.0012392716016620398, 0.004393939394503832, -0.008669687435030937, -0.007039341144263744, -0.00870444905012846, -0.0022647560108453035, 0.025960395112633705, -0.030562907457351685, 0.006410145666450262, -0.02490362524986267, 0.02075997367501259, -0.02340189926326275, -0.014002205803990364, -0.02198360115289688, -0.0019014911958947778, 0.00751558318734169, -0.01881329156458378, -0.017186421900987625, 0.03203682228922844, -0.0315084382891655, 0.040463175624608994, -0.007167960982769728, -0.01920262724161148, 0.015948887914419174, -0.008787878789007664, 0.02811565063893795, 0.011026563122868538, -0.026363635435700417, -0.018688147887587547, 0.0021239691413939, 0.04285481199622154, 0.03587456792593002, -0.03590237721800804, -0.004088032059371471, -0.025251246988773346, 0.006107714958488941, -0.01642165333032608, 0.008899117819964886, 0.013077531941235065, -0.018576908856630325, 0.012493526563048363, 0.02657220885157585, -0.010755417868494987, -0.021093688905239105, -0.03173091635107994, -0.006486622616648674, 0.0025480675976723433, -0.01106827799230814, -0.01921653188765049, 0.015809839591383934, 0.016532892361283302, 0.01252828910946846, 0.001119342166930437, -0.013466867618262768, 0.009691695682704449, -0.0044599873945117, -0.03351074084639549, 0.0019883965142071247, 0.014016110450029373, -0.009427502751350403, 0.024194475263357162, 0.0010854490101337433, -0.00834987498819828, 0.04913981631398201, 0.0164494626224041, 0.004261842928826809, 0.03470655903220177, 0.028352033346891403, -0.003757791593670845, -0.030980052426457405, -0.01600450649857521, 0.002436828799545765, -0.006490098778158426, 0.008885213173925877, 0.006097286008298397, 0.0038898878265172243, 0.009983697906136513, 0.015017260797321796, -0.014162111096084118, 0.001151497126556933, -0.017728710547089577, 0.01022703293710947, -0.05055811256170273, -0.02338799275457859, -0.018549097701907158, 0.025543248280882835, 0.011714854277670383, -0.009580456651747227, 0.0169917531311512, -0.006928102113306522, -0.009378835558891296, 0.0168387982994318, -0.00787015724927187, -0.008370732888579369, 0.003976793028414249, 0.01315400842577219, 0.00947616994380951, -0.028616225346922874, -0.019842252135276794, -0.028504986315965652, 0.012875910848379135, 0.04385596513748169, 0.01963367871940136, -0.01204857137054205, 0.009921126067638397, 0.0057427119463682175, -0.013501630164682865, -0.005836569704115391, -0.010039317421615124, -0.027879267930984497, 0.02383294887840748, -0.000642231258098036, 0.0145584000274539, -0.0030086664482951164, -0.0015495241386815906, 0.012201524339616299, -0.01008798461407423, -0.001264474238269031, -0.01950853504240513, -0.01575421914458275, 0.02812955528497696, 0.04107499122619629, -0.020259397104382515, 0.006590908858925104, -0.004320938605815172, 0.01572640985250473, 0.006253716070204973, 0.020579209551215172, 0.008586257696151733, -0.02646096982061863, 0.002030111150816083, -0.006149429362267256, 0.021955791860818863, 0.004404367879033089, -0.004341796040534973, 0.02159426547586918, 0.01961977407336235, -0.009830744005739689, 0.016171365976333618, -0.002763593103736639, 0.02894994243979454, 0.014850402250885963, 0.018298810347914696, -0.007633774541318417, 0.019800536334514618, 0.03117472119629383, 0.002504614880308509, -0.01393268071115017, 0.011659234762191772, 0.0019188722362741828, 0.025807442143559456, 0.0367644801735878, -0.04249328747391701, 0.016769275069236755, 0.015601265244185925, 0.014363732188940048, -0.003900316311046481, 0.027781933546066284, -0.02354094758629799, -0.018159762024879456, -0.02981204353272915, -0.010213128291070461, 0.045468930155038834, 0.034873418509960175, -0.009302359074354172, 0.01825709640979767, 0.009976745583117008, -0.013939633965492249, 0.00703238882124424, 0.011443709023296833, -0.005874807946383953, 0.0046372744254767895, -0.00834987498819828, -0.024389144033193588, -0.6269428133964539, 0.011040467768907547, 0.020718257874250412, -0.046275410801172256, -0.009399693459272385, 0.015698600560426712, 0.0164494626224041, 0.020662639290094376, -0.0059234751388430595, 0.044912733137607574, -0.001791990245692432, 0.0268781166523695, 0.010644178837537766, -0.020273301750421524, -0.012583908624947071, -0.012702099978923798, 0.007918824441730976, -0.00787015724927187, 0.006858577951788902, 0.0045468928292393684, 0.0014495828654617071, 0.04861142858862877, 0.00501270592212677, -0.02130226232111454, 0.02964518591761589, 0.010817989706993103, 0.015434407629072666, -0.0002197621506638825, 0.001830228720791638, 0.02564058266580105, 0.000751297571696341, -0.00560366315767169, -0.010915324091911316, 0.01574031449854374, 0.05973532795906067, -0.0065700518898665905, -0.0024437811225652695, -0.008502828888595104, 0.01497554685920477, 0.019675392657518387, -0.020815592259168625, -0.014335921965539455, 0.023707805201411247, 0.0030069283675402403, 0.0168387982994318, -0.011311613023281097, 0.039740122854709625, 0.0017720020841807127, -0.027462121099233627, 0.008996452204883099, 0.0006244156393222511, -0.007487773429602385, -0.005836569704115391, 0.02379123494029045, -0.004998801276087761, -0.0007756311097182333, 0.01797899790108204, -0.005130897741764784, 0.0014869521837681532, -0.00912159588187933, -0.00030156190041452646, 0.013821441680192947, -0.03078538551926613, 0.011033515445888042, -0.016630226746201515, 0.01779823563992977, 0.0027774979826062918, -0.0009403169387951493, -0.015476121567189693, -0.017895570024847984, 0.012305811047554016, 0.013432106003165245, 0.0019762299489229918, -0.031091291457414627, 0.02048187516629696, 0.033649787306785583, 0.042660146951675415, -0.030006712302565575, -0.01420382596552372, 0.025390295311808586, 0.012062476016581059, 0.0028279032558202744, -0.04655350744724274, 0.0027722837403416634, 0.021663788706064224, -0.011325517669320107, -0.01106132473796606, -0.021357882767915726, 0.02462552674114704, -0.018966244533658028, 0.005346423014998436, -0.004505178425461054, -0.004442606586962938, -0.024750670418143272, 0.013557249680161476, 0.020579209551215172, 0.004136699251830578, 0.031258150935173035, 0.001355724991299212, -0.007786727976053953, -0.02169159986078739, 0.01029655709862709, -0.010491225868463516, 0.018896719440817833, 0.019814440980553627, 0.007140151225030422, 0.006434479262679815, -0.005885236896574497, 0.03971231356263161, -0.027197929099202156, 0.013515534810721874, -0.026141157373785973, -0.024180570617318153, -0.013619821518659592, -0.0061459532007575035, -0.025501534342765808, 0.012625623494386673, -0.025696203112602234, -0.013049721717834473, -0.015782028436660767, 0.012396193109452724, -0.0031790011562407017, -0.0050961351953446865, -0.019717108458280563, 0.02465333603322506, -0.02573791705071926, 0.004738084971904755, -0.035290561616420746, -0.00410541333258152, 0.00021563413611147553, 0.025000957772135735, 0.0012010332429781556, 0.02030111290514469, -0.011054372414946556, 0.007272247690707445, -0.029867663979530334, -0.01934167556464672, -0.0028887370135635138, 0.012757719494402409, -0.007946633733808994, -0.038210585713386536, 0.002163945697247982, 0.016824893653392792, -0.010129698552191257, -0.017631376162171364, 0.004678989294916391, -0.030674146488308907, -0.022790083661675453, 0.0059095704928040504, 0.0018771575996652246, -0.0041540805250406265, 0.0025897822342813015, -0.010018459521234035, 0.03787687048316002, -0.014078682288527489, -0.016922228038311005, -0.0011506280861794949, -0.014162111096084118, -0.030006712302565575, -0.02562667801976204, -0.024055426940321922, 0.04207614064216614, -0.00731396209448576, -0.0050613731145858765, -0.016463367268443108, -0.004393939394503832, -0.0015451788203790784, 0.0017641806043684483, -0.007453010883182287, -0.013821441680192947, 0.0063475738279521465, -0.0017972046043723822, -0.030813194811344147, 0.008739211596548557, 0.0051517547108232975, 0.042131759226322174, -0.025946490466594696, 0.006615242455154657, 0.007473868317902088, -0.003364978823810816, 0.004630322102457285, -0.014794782735407352, -0.009733409620821476, -0.032342731952667236, 0.04666474834084511, 0.01525364350527525, 0.021107595413923264, 0.018062427639961243, -0.01497554685920477, 0.017867758870124817, -0.0005518496036529541, 0.002363828243687749, -0.016616322100162506, -0.01163142453879118, 0.006663909647613764, 0.03693133965134621, 0.004592083860188723, 0.002118754666298628, 0.007946633733808994, 0.023304564878344536, 0.03606923669576645, 0.014391541481018066, 0.021371787413954735, -0.03948983550071716, 0.019452914595603943, -0.026224587112665176, -0.002349923364818096, -0.0014895593049004674, -0.023499231785535812, 0.006510956212878227, 0.006670861970633268, -0.004015031736344099, -0.009643028490245342, -0.02671125717461109, 0.007154056336730719, 0.017742615193128586, -0.005617567803710699, 0.023179421201348305, 0.010887513868510723, -0.0002694068825803697, -0.005440280772745609, -0.022108744829893112, 0.013717155903577805, 0.03267644718289375, -0.034345030784606934, 0.021107595413923264, 0.013800584711134434, -0.009309311397373676, -0.014433256350457668, -0.04777713865041733, -0.0018545622006058693, 0.013682393357157707, 0.014036967419087887, -0.02576572634279728, 0.02939489856362343, 0.01881329156458378, 0.006003428250551224, -0.02714230865240097, 0.03534618392586708, -0.021260548382997513, -0.013452962972223759, 0.020801687613129616, 0.02657220885157585, -0.02324894443154335, 0.011798283085227013, 0.018437858670949936, 0.0315084382891655, 0.0014339399058371782, -0.012083332985639572, -7.957279740367085e-05, -0.009052070789039135, 0.020801687613129616, -0.023860760033130646, -0.009455312974750996, 0.0028487604577094316, -0.015017260797321796, -0.001557345618493855, 0.012639528140425682, 0.01454449538141489, 0.012041619047522545, -0.010609417222440243, -0.014176016673445702, -0.0017120372503995895, -0.0003278508083894849, 0.014238588511943817, -0.0019831822719424963, -0.00904511846601963, -0.011158659122884274, -0.009552646428346634, 0.00030851433984935284, 0.006563099101185799, -0.016602415591478348, -0.026558304205536842, 0.0012149381218478084, 0.028783082962036133, 0.01523973885923624, 0.021816743537783623, 0.023304564878344536, 0.00403241254389286, -0.004845847841352224, -0.019299961626529694, 0.01839614473283291, -0.003907268866896629, 0.021371787413954735, 0.006483146455138922, -0.023054277524352074, -0.01149237621575594, -0.02046797052025795, 0.00904511846601963, 0.022345127537846565, -0.017339374870061874, 0.016046222299337387, 0.012069428339600563, 0.004418272990733385, -0.016338223591446877, 0.02922803908586502, 0.032231491059064865, -0.023693900555372238, 0.017631376162171364, -0.018827196210622787, -0.006542242132127285, -0.001447844784706831, -0.015350977890193462, -0.01134637463837862, 0.014989451505243778, 0.01156190037727356, -0.021343978121876717, -0.014697449281811714, 0.0052977558225393295, -0.02897775173187256, 0.011944284662604332, -0.03656981140375137, -0.018062427639961243, -0.03103567287325859, 0.02034282684326172, -0.02075997367501259, -0.022470271214842796, -0.004147127736359835, 0.025793535634875298, 0.01601841114461422, -0.0015495241386815906, -0.002176112262532115, -0.00961521826684475, 0.03131376951932907, 0.041130609810352325, 0.017728710547089577, -0.009768172167241573, 0.01176352147012949, -0.017061276361346245, -0.000806482566986233, -0.006118143443018198, -0.03440065309405327, -0.0013592011528089643, -0.01420382596552372, 0.013758869841694832, -0.0030695004388689995, -0.009072928689420223, 0.0003332823980599642, -0.0022039220202714205, -0.007446058560162783, -0.0013296533143147826, -0.031146911904215813, -0.0022091364953666925, -0.01626870036125183, -0.007195770740509033, 0.02213655598461628, 0.01739499345421791, 0.023554852232336998, -0.008808735758066177, 0.03245396912097931, 0.011130849830806255, 0.01714470610022545, 0.0016407747752964497, -0.008106539957225323, -0.00806482508778572, 0.010845799930393696, 0.017367184162139893, 0.03495684638619423, 0.0031060006003826857, 0.03281549736857414, 0.010324367322027683, 0.02089902199804783, -0.008544543758034706, -0.01603231579065323, 0.012319715693593025, -0.00285571301355958, 0.008516733534634113, -0.014530590735375881, -0.0046928939409554005, 0.00017750437837094069, 0.014030015096068382, 0.0036152666434645653, -0.01211809553205967, 0.027364786714315414, 0.007008055225014687, 0.0034153840970247984, -0.009948935359716415, -0.0319812037050724, 0.009232834912836552, 0.000641362217720598, 0.02894994243979454, 0.018549097701907158, -0.01918872259557247, -0.04519083350896835, -0.00834987498819828, -0.03131376951932907, -0.009921126067638397, 0.01072760857641697, -0.010943133383989334, -0.012514384463429451, -0.004265319090336561, 0.00021118023141752928, 0.015934983268380165, -0.0047485134564340115, 0.02089902199804783, -0.005273422226309776, -0.016824893653392792, -0.015962792560458183, 0.0022664940916001797, 0.004592083860188723, -0.0008442864054813981, -0.02323503978550434, -0.007487773429602385, 0.00869054440408945, -0.019119197502732277, -0.03743191435933113, -0.0030712385196238756, -0.031814344227313995, 0.0010889252880588174, 0.0051726121455430984, 0.022748369723558426, -0.033455122262239456, -0.03231492266058922, 0.010192270390689373, -0.018215380609035492, -0.0036430764012038708, -0.0016442510532215238, -0.019814440980553627, 0.010553797706961632, 0.0009246739209629595, -0.003406693460419774, 0.03089662455022335, 0.0043000816367566586, -0.020162062719464302, 0.004706799052655697, 0.019272152334451675, 0.021483026444911957, 0.004216652363538742, -0.002200445858761668, 0.009163309819996357, 0.00751558318734169, 0.012208476662635803, -0.004998801276087761, -0.012632575817406178, 0.006844672840088606, -0.01948072388768196, 0.004094984382390976, 0.004741561133414507, 0.01793728396296501, 0.006351049989461899, 0.019870061427354813, 0.02159426547586918, -0.015629075467586517, -0.0013826655922457576, -0.008871307596564293, -0.020662639290094376, 0.02575182169675827, 0.009107690304517746, -0.022386843338608742, -0.00727920001372695, -0.0047485134564340115, -0.03440065309405327, -0.03623609617352486, -0.018451765179634094, -0.010484272614121437, 0.023151610046625137, -0.01163142453879118, -0.007181866094470024, -0.03273206576704979, -0.005843522027134895, 0.0005887844017706811, 0.008475018665194511, 0.0005005753482691944, 0.005224755499511957, -0.008940832689404488, -0.00842635240405798, 0.001920610317029059, -0.012590860947966576, 0.0009125071810558438, -0.03729286417365074, -0.022511987015604973, -0.010748465545475483, 0.010115793906152248, 0.03840525448322296, 0.007633774541318417, -0.012702099978923798, -0.017770426347851753, 0.006417097989469767, 0.003736934158951044, -0.0274204071611166, 0.016491176560521126, -0.015962792560458183, 0.010734560899436474, 0.018173666670918465, 0.024987053126096725, -0.004897990729659796, 0.004807609133422375, -0.013320866972208023, -0.009935030713677406, 0.01948072388768196, 0.005134373903274536, -0.0032102870754897594, -0.016254793852567673, 0.021649884060025215, 0.017339374870061874, 0.01756185293197632, -0.002436828799545765, -0.007675488945096731, -0.0008886081632226706, -0.004821514245122671, -0.0037404103204607964, -0.017172515392303467, -0.015782028436660767, -0.03921173885464668, 0.005784426350146532, 0.0325930193066597, -0.018048522993922234, 0.0031737869139760733, -0.012994102202355862, -0.013397343456745148, 0.025960395112633705, 0.006218953523784876, 0.02087121270596981, -0.010247889906167984, 0.021343978121876717, 0.018451765179634094, 0.019939584657549858, -0.006667385809123516, 0.028727464377880096, -0.016491176560521126, -0.004699846729636192, -0.0070532457903027534, 4.763504693983123e-05, -0.0024020664859563112, 0.011624472215771675, 0.043494436889886856, 0.001319224713370204, -0.005071801599115133, -0.018201475962996483, -0.00241770944558084, -0.03442846238613129, 0.023471422493457794, 0.007237485609948635, -0.025418104603886604, 0.0011245565256103873, -0.012472669593989849, -0.0026697353459894657, -0.030145760625600815, 0.005402042530477047, 0.004338319879025221, -0.0006013856618665159, 0.000660046876873821, -0.03804372623562813, -0.022025316953659058, -0.03175872564315796, -0.021775027737021446, 0.020579209551215172, -0.008468066342175007, 0.028157364577054977, 0.005488947965204716, 0.015823744237422943, -0.027531644329428673, 0.00855149608105421, -0.009656933136284351, 0.014753068797290325, 0.02978423424065113, 0.007501678075641394, -0.0026262826286256313, -0.00035609505721367896, 0.01008798461407423, -0.026530494913458824, 0.0024802815169095993, -0.03212025389075279, -0.002601949032396078, 0.009552646428346634, -0.023082086816430092, -0.010609417222440243, 0.004115841817110777, -0.03776562958955765, 0.005064849276095629, -0.013077531941235065, 0.01015750877559185, -0.0034362412989139557, -0.027072785422205925, -0.02451428771018982, 0.013619821518659592, -0.0015234524616971612, 0.01935558021068573, 0.00980293471366167, 0.01974491775035858, 0.014906021766364574, -0.0007834525895304978, -0.014391541481018066, 0.005301231984049082, 0.0230959914624691, 0.017645280808210373, -0.013001054525375366, -0.00581571226939559, 0.017436709254980087, 0.02420838177204132, 0.0010680679697543383, -0.0013644155114889145, -0.010505130514502525, 0.034873418509960175, -0.007689394056797028, -0.0019136578775942326, 0.006702147889882326, -0.01154799573123455, 0.00995588768273592, -0.011645330116152763, -0.020009109750390053, -0.028199078515172005, -0.004887562245130539, -0.01825709640979767, 0.04188147187232971, 0.0336775965988636, -0.028463272377848625, -0.00029721661121584475, 0.003052119165658951, 0.00032676447881385684, -0.015601265244185925, -0.023763425648212433, 0.014669639058411121, -0.02493143454194069, 0.01949463039636612, -0.008384637534618378, 0.0007956193294376135, -0.0014035229105502367, 0.013160960748791695, -0.00219523161649704, 0.010289604775607586, 0.029728615656495094, -0.024861909449100494, 0.02005082368850708, -0.022372938692569733, 0.005454185884445906, -0.01795118860900402, 0.028727464377880096, -0.01626870036125183, 0.004501702263951302, 0.004522559233009815, -0.028477177023887634, -0.021371787413954735, -0.0034727416932582855, -0.0017016086494550109, 0.031258150935173035, -0.008760068565607071, 0.019439009949564934, 0.02213655598461628, -0.02783755213022232, 0.005043992307037115, -0.015601265244185925, -0.025306865572929382, 0.01051208283752203, -0.057844266295433044, 0.01863252744078636, 0.0145584000274539, -0.0009681266383267939, -0.016783179715275764, -0.04621979221701622, 0.01629650965332985, -0.021246643736958504, -0.01225714385509491, -0.02241465263068676, 0.017464518547058105, 0.016115745529532433, 0.0003938989248126745, 0.012736862525343895, -0.000677862495649606, -0.02297084778547287, -0.011297708377242088, 0.02534858137369156, 0.002654092386364937, -0.009573504328727722, -0.03440065309405327, -0.015017260797321796, -0.005311660934239626, 0.003938554786145687, -0.013877061195671558, 0.009754267521202564, -0.02505657821893692, 0.011374184861779213, -0.03662542998790741, 0.004279224202036858, 0.01685270480811596, 0.04455120861530304, 0.020259397104382515, -0.014655734412372112, -0.020843401551246643, -0.014753068797290325, -0.03395569697022438, -0.01412039715796709, -0.006507479585707188, 0.0014382851077243686, 0.0356798991560936, 0.009823791682720184, -0.012764671817421913, 0.041547756642103195, 0.013501630164682865, -1.9254988728789613e-05, -0.034345030784606934, -0.007884061895310879, 0.0017328945687040687, 0.01961977407336235, 0.01631041429936886, 0.01462792418897152, -0.01991177536547184, -0.013042769394814968, 0.006820339243859053, -0.018604718148708344, 0.013397343456745148, 0.0030469049233943224, -0.0021848028991371393, -0.01190256979316473, -0.03206463158130646, -0.011255993507802486, 0.006128571927547455, -0.00462336977943778, -0.000787797849625349, -0.025028768926858902, 0.0010863180505111814, 0.017895570024847984, -0.005593234673142433, -0.014210778288543224, 0.03690353035926819, 0.012208476662635803, -0.002873094053938985, 0.007640726864337921, -0.003663933603093028, -0.004063698463141918, -0.014753068797290325, -0.018980149179697037, 0.01836833544075489, 0.01329305674880743, 0.019953491166234016, 0.011388089507818222, -0.004602512344717979, -0.0028887370135635138, -0.000806482566986233, 0.004814561922103167, -0.005836569704115391, 0.0029582614079117775, 0.0010611155303195119, 0.022859608754515648, -0.009427502751350403, 0.00924673955887556, 0.010331319645047188, -0.006006904412060976, 0.006250239443033934, -0.015934983268380165, 0.005707949865609407, -0.009656933136284351, -0.007522535510361195, -0.0048041329719126225, -0.024945339187979698, -0.005415947176516056, -0.001481737825088203, -0.009921126067638397, -0.010220080614089966, -0.019411200657486916, -0.0009038166608661413, -0.016366032883524895, 0.0164494626224041, -0.008648829534649849, -0.009288454428315163, -0.016616322100162506, 0.009928078390657902, 0.018827196210622787, 9.464546565141063e-06, 0.012653432786464691, 0.2198082059621811, 0.0004375689313746989, -0.015629075467586517, 0.014349827542901039, -0.0021239691413939, -0.000550111464690417, 0.012903721071779728, -0.00787015724927187, -0.020926831290125847, 0.015003356151282787, -0.00011449792509665713, 0.016254793852567673, -0.013334771618247032, -0.0032120253890752792, 0.009969792328774929, -0.01920262724161148, -0.025153912603855133, -0.01640774868428707, -0.017464518547058105, -0.008940832689404488, 0.002250851131975651, 0.003848173189908266, -0.044745877385139465, -0.007689394056797028, 0.040046028792858124, 0.003003452206030488, -0.007039341144263744, 0.006834244355559349, 0.010734560899436474, 0.011179517023265362, -0.019021863117814064, -0.015948887914419174, 0.017033467069268227, 0.035568661987781525, -0.027517739683389664, -0.00018413091311231256, 0.026516590267419815, -0.003093833802267909, 0.007251390255987644, -0.016532892361283302, 0.013028864748775959, -0.004313986282795668, -0.01629650965332985, -0.008655782788991928, 0.011680091731250286, 0.011221230961382389, -0.01231276337057352, -0.01078322809189558, -0.006882911082357168, 0.0203150175511837, -0.03061852604150772, -0.008447209373116493, 0.015948887914419174, 0.01329305674880743, 0.021608170121908188, -0.006768196355551481, 0.007793680299073458, 0.016491176560521126, 0.01793728396296501, 0.025571057572960854, -0.011255993507802486, 0.016783179715275764, -0.007772822864353657, 0.00023377564502879977, -0.02618287317454815, 0.002638449426740408, -0.021469121798872948, -0.020509684458374977, 0.0018632527207955718, -0.03034042939543724, 0.002047492191195488, -0.00863492488861084, -0.004689417779445648, 0.011075230315327644, -0.004567750263959169, -0.016824893653392792, -0.007529487833380699, 0.038933638483285904, 0.0029374039731919765, 0.042382046580314636, -0.03239835053682327, -0.019550248980522156, -0.01669974997639656, -0.011714854277670383, -0.0353739932179451, -0.018479574471712112, 0.027350882068276405, -0.01349467784166336, -0.008162159472703934, -0.004108889494091272, -0.012604765594005585, -0.013751917518675327, -0.01420382596552372, 0.01768699660897255, 0.007717203814536333, 0.0032120253890752792, -0.00487365759909153, -0.012291906401515007, -0.026280207559466362, -0.03882240131497383, -0.018215380609035492, 0.04235423728823662, 0.005468090530484915, -0.00027961828163824975, 0.004661608021706343, -0.02840765193104744, -0.001795466523617506, 0.010164461098611355, -0.011673139408230782, -0.00765463151037693, 0.00012764237180817872, -0.03896144777536392, 0.014516686089336872, -0.012264096178114414, 0.008718354627490044, 0.02754555083811283, -0.009983697906136513, -0.014933831989765167, -0.003966364543884993, -0.01589326746761799, -0.008940832689404488, -0.00792577676475048, 0.01308448426425457, 0.022303413599729538, 0.011645330116152763, -0.0028296413365751505, -0.027893172577023506, 0.009775124490261078, -0.0007743275491520762, -0.013063626363873482, -0.009997602552175522, -0.015003356151282787, -0.00449474947527051, 0.007494725752621889, -0.010359128937125206, -0.0018910624785348773, 0.005193469580262899, -0.012208476662635803, 0.017367184162139893, -0.0011010919697582722, -0.01511459518224001, -0.0012662123190239072, 0.014572305604815483, -0.00699415011331439, 0.008259493857622147, -0.0016781442100182176, -0.004115841817110777, 0.01601841114461422, -0.026141157373785973, -0.013731060549616814, -0.008315113373100758, 0.01315400842577219, 0.01824319176375866, -0.0094622652977705, -0.008509781211614609, -0.01168704405426979, 0.02351313829421997, -0.02644706517457962, 0.007362629286944866, 0.0007856252486817539, -0.041825853288173676, 0.029589565470814705, 0.007060198578983545, 0.006990673951804638, -0.03170310705900192, -0.03295454382896423, -0.17831607162952423, 0.010213128291070461, 0.03734848275780678, -0.019327770918607712, 0.02616896852850914, 0.0035422660876065493, 0.008641877211630344, 0.024194475263357162, 0.0043800342828035355, -0.021816743537783623, 0.00931626372039318, -0.021802838891744614, -0.017853854224085808, -0.010769322514533997, -0.006205048877745867, -0.005857427138835192, -0.017172515392303467, 0.004918848164379597, 0.03887801989912987, 0.024430859833955765, 0.03214806318283081, -0.03448408097028732, 0.010908371768891811, 0.006504003424197435, 0.011186469346284866, 0.021927982568740845, -0.0183822400867939, 9.02730316738598e-05, -0.01893843524158001, -0.02978423424065113, -0.014071729965507984, 0.0025932583957910538, 0.0036152666434645653, -0.021816743537783623, 0.0013809275114908814, 0.006455336697399616, 0.014822592958807945, -0.006799482274800539, -0.010908371768891811, 0.001759835286065936, 0.0392395481467247, 0.030451668426394463, -0.026613924652338028, 0.026752972975373268, 0.0015608217800036073, 0.014085634611546993, -0.003347597783431411, -0.022734465077519417, 0.00974731519818306, -0.009538741782307625, 0.0038690303917974234, -0.03412255272269249, -0.0037612677551805973, 0.0173810888081789, 0.013682393357157707, -0.014794782735407352, -0.011436756700277328, 0.008252541534602642, -0.011401994153857231, -0.006281525827944279, -0.009830744005739689, -0.024041522294282913, 0.01218761969357729, 0.0062015727162361145, -0.0059095704928040504, -0.011881712824106216, -0.001556476578116417, -0.0010306985350325704, -0.028477177023887634, 0.008718354627490044, 0.005662758834660053, 0.013216580264270306, -0.01612965017557144, -0.001866728998720646, 0.006556146778166294, 0.01893843524158001, -0.02604382485151291, 0.007418248802423477, -0.007522535510361195, 0.010873609222471714, -0.006396241020411253, 0.0113533278927207, -0.011770473793148994, 0.00615638168528676, -0.016908323392271996, 0.016518987715244293, 0.005582805722951889, 0.008947785012423992, -0.015976697206497192, -0.035540852695703506, 0.012298858724534512, -0.01824319176375866, -0.016880514100193977, -0.009253691881895065, -0.012625623494386673, 0.01447497121989727, 0.018451765179634094, 0.0029895473271608353, 0.011603615246713161, -0.008801783435046673, 0.0023151610512286425, -0.015559551306068897, -0.014906021766364574, -0.020912926644086838, 0.021941887214779854, 0.00720967585220933, 0.01300800684839487, 0.0011845212429761887, 0.028866512700915337, -0.03239835053682327, -0.026141157373785973, 0.014919927343726158, 0.003368454985320568, 0.025724012404680252, -0.005064849276095629, 0.027628978714346886, 0.01881329156458378, -0.023026466369628906, 0.009914172813296318, -0.013181817717850208, 0.05475738272070885, -0.011610567569732666, -0.004369605798274279, 0.03148062899708748, -0.012736862525343895, 0.00274795014411211, -0.11279631406068802, -0.023582661524415016, -0.015448312275111675, 0.007508630398660898, 0.011554948054254055, 0.011867807246744633, -0.018980149179697037, 0.045329879969358444, 0.012841148301959038, 0.022859608754515648, -0.022595416754484177, -0.026613924652338028, -0.00011417202767916024, -0.021121500059962273, -0.00574618810787797, -0.0050961351953446865, -0.013529439456760883, -0.02393028326332569, -0.020968545228242874, 0.06679899990558624, 0.009935030713677406, -0.006733433809131384, 0.008398542180657387, -0.025529343634843826, -0.009865506552159786, 0.026919830590486526, -0.007397391367703676, 0.009149405173957348, -0.022067030891776085, 0.007557297591120005, 0.008315113373100758, -0.006650004535913467, 0.019870061427354813, -0.002619330072775483, 0.015642980113625526, -0.005840045865625143, -0.009288454428315163, -0.03203682228922844, 0.007025436032563448, -0.005179564468562603, -0.003476217854768038, 0.022720560431480408, 0.006848149001598358, -0.018451765179634094, 0.033649787306785583, -0.01963367871940136, -0.04302167147397995, 0.07130417972803116, -0.01440544705837965, 0.004738084971904755, -0.031007863581180573, -0.02436133474111557, -0.027642883360385895, -0.024403048679232597, 0.04065784439444542, 0.012375335209071636, 0.011575805023312569, 0.014085634611546993, -0.02395809255540371, 0.005836569704115391, -0.01572640985250473, -0.021927982568740845, -0.020370636135339737, 0.011534091085195541, -0.004571226425468922, 0.013605916872620583, -0.03531837463378906, -0.0015590836992487311, 0.020954640582203865, -0.033482931554317474, -0.024138856679201126, 0.024611622095108032, -0.009962840005755424, 0.01988396607339382, -0.01891062594950199, -0.0025202578399330378, 0.0013452962739393115, -0.007126246578991413, 0.00876702181994915, -0.005694044753909111, -0.0009794243378564715, -0.00897559430450201, -0.02087121270596981, -0.011874760501086712, 0.011992951855063438, 0.006285001989454031, 0.02269274927675724, 0.029283659532666206, -0.010039317421615124, -0.02894994243979454, -0.010484272614121437, 0.0288108941167593, 0.004077603574842215, -0.009114643558859825, 0.006542242132127285, 0.004136699251830578, 0.008885213173925877, -0.009323216043412685, 0.0027218784671276808, 0.018729861825704575, -0.017186421900987625, -0.012319715693593025, -0.026057729497551918, 0.027517739683389664, -0.016226984560489655, 0.012347525916993618, -0.003132072277367115, -0.004571226425468922, 0.004463463556021452, -0.005468090530484915, -0.000786928809247911, 0.006413621827960014, -0.013661536388099194, 0.02184455282986164, -0.010164461098611355, -0.017881665378808975, 0.0034345032181590796, -0.023346278816461563, 0.0035805043298751116, -0.00021204928634688258, 0.020565304905176163, -0.0008321196655742824, -0.01002541184425354, 0.010963991284370422, 0.011798283085227013, -0.007501678075641394, 0.015559551306068897, -0.00304342876188457, -0.003677838481962681, -0.005290803499519825, -0.01891062594950199, -0.005144802387803793, 0.025543248280882835, -0.017756519839167595, 0.00318595371209085, 0.009010356850922108, 0.014141254127025604, 0.0003980269539169967, 0.014148206450045109, 0.025571057572960854, 0.02758726477622986, -0.005704473238438368, -0.02327675372362137, -0.011269898153841496, 0.012563051655888557, -0.02169159986078739, 0.0137102035805583, -0.024736765772104263, -0.009990650229156017, 0.009205024689435959, 0.010741513222455978, 0.026794686913490295, 0.04610855504870415, 0.009378835558891296, -0.009782076813280582, -0.0059999520890414715, 0.008148254826664925, -0.01440544705837965, 0.01642165333032608, -0.016866609454154968, -0.023846853524446487, -0.021385692059993744, 0.03442846238613129, 0.020426256582140923, 0.0211632139980793, -0.019299961626529694, 0.010720656253397465, -0.008655782788991928, 0.003841220634058118, 0.00968474242836237, 0.02630801685154438, -0.02842155657708645, -0.025362486019730568, 0.0025724011939018965, -0.0016781442100182176, 0.007272247690707445, 0.028046125546097755, -0.00012394889199640602, -0.015684694051742554, -0.007696346379816532, -0.008134350180625916, 3.793965879594907e-05, 0.02897775173187256, 0.0054089948534965515, -0.0007282676524482667, 0.00761986942961812, 0.019007958471775055, 0.009198072366416454, 0.00403241254389286, -0.007126246578991413, -0.012556098401546478, -0.0002465941943228245, -0.024736765772104263, 0.014322017319500446, -0.02198360115289688, 0.016894418746232986, 0.026224587112665176, 0.03885021060705185, -0.019689297303557396, 0.0058678556233644485, 0.025140007957816124, 0.01120732631534338, -0.002066611545160413, 0.014753068797290325, -0.008885213173925877, 0.0075503452681005, -0.01950853504240513, 0.0012592598795890808, -0.034595318138599396, -0.03748753294348717, 0.011408946476876736, 0.0021239691413939, 0.007640726864337921, 0.008377685211598873, -0.0004377861914690584, 0.00974731519818306, -0.018465669825673103, 0.022915227338671684, -0.0038134108763188124, 0.0015521312598139048, 0.01204857137054205, 0.026085538789629936, 0.0089199747890234, 0.016908323392271996, 0.03401131555438042, -0.015545645728707314, 0.025390295311808586, 0.020509684458374977, 0.0024994006380438805, -0.02156645618379116, 0.013181817717850208, 0.0027740218210965395, -0.0007982265087775886, -0.005892189219594002, -0.01191647443920374, -0.0004762418393511325, -0.004741561133414507, -0.018312714993953705, 0.01113780215382576, 0.015211929567158222, -0.00219523161649704, 0.07681050896644592, 0.012208476662635803, -0.0056314729154109955, 0.014280302450060844, 0.014864307828247547, 0.013001054525375366, 0.016658036038279533, 0.025988204404711723, 0.0006205048994161189, -0.00605209544301033, 0.013286104425787926, 0.006935054436326027, 0.008808735758066177, -0.01975882239639759, -0.02743431180715561, 0.010804085060954094, -0.002030111150816083, 0.035735517740249634, 0.000623546598944813, -0.014572305604815483, 0.043105099350214005, 0.0040428414940834045, 0.024013713002204895, 0.0027931409422308207, -0.01835443079471588, -0.005836569704115391, 0.021121500059962273, 0.019550248980522156, -0.02323503978550434, -0.02545981854200363, -0.009928078390657902, -0.0036326476838439703, -0.04024069756269455, -0.027100594714283943, 0.00933016836643219, -0.005370756611227989, -0.007696346379816532, -0.01978663168847561, 0.0036917433608323336, -0.00054880790412426, -0.01992568001151085, -0.023999808356165886, -0.035151515156030655, -0.020579209551215172, -0.018034618347883224, 0.02074606716632843, -0.009823791682720184, 0.0038586019072681665, -0.03576333075761795], \"f4bd628c-adb0-49ef-9b0c-8141e4bcab63\": [-0.002034885575994849, 0.019381169229745865, 0.01050042174756527, -0.02628536894917488, -0.031624797731637955, 0.002053758827969432, -0.025475531816482544, 0.0047697992995381355, -0.024953942745923996, -0.028440356254577637, 0.028056027367711067, -0.016635961830615997, 0.03102085366845131, 0.009107228368520737, 0.012120094150304794, 0.005579635500907898, 0.009567050263285637, -0.01175635401159525, 0.015414344146847725, -0.009347434155642986, -0.018090922385454178, 0.012806396000087261, -0.0038227024488151073, -0.0052536423318088055, -0.025585340335965157, 0.005006573628634214, 0.026848135516047478, -0.026203012093901634, 0.006108088418841362, -0.012463245540857315, 0.019902760162949562, -0.0007596506038680673, -0.02724619209766388, -0.013650547713041306, -0.023402899503707886, 0.006907630246132612, -0.0020245909690856934, -0.02525591477751732, 0.01965569145977497, -0.02414410561323166, 0.028303096070885658, 0.0004932796000503004, -0.0253108199685812, 0.0073571582324802876, -0.001296253059990704, 0.02734227292239666, 0.010726900771260262, 0.003493277356028557, -0.025722600519657135, -0.00704145897179842, 0.033464089035987854, 0.042962510138750076, -0.046778347343206406, -0.0020417487248778343, -0.010466106235980988, 0.00042915326775982976, -0.008064049296081066, 0.002012580865994096, 0.014124096371233463, -0.024748051539063454, 0.027520712465047836, 0.01203087531030178, -0.0068870410323143005, 0.0009994274005293846, -0.01789875701069832, 0.004913922864943743, 0.0012593643041327596, -0.002741776639595628, -0.0013005423825234175, 0.006056615617126226, 0.00840033683925867, 0.024885311722755432, 0.007343431934714317, -0.013931931927800179, 0.013780944980680943, 0.011440655216574669, -0.0126554099842906, -0.008283665403723717, 0.013877027668058872, 0.009869023226201534, 0.021742049604654312, -0.0007056043250486255, -0.006615951657295227, 0.03887214884161949, 0.020932212471961975, 0.0016788664506748319, 0.035934776067733765, 0.022620515897870064, 0.010013147257268429, -0.013753493316471577, -0.014480973593890667, 0.01481039822101593, 9.039884753292426e-05, 0.014137822203338146, -0.005270799621939659, 0.016224181279540062, -0.007103226147592068, 0.014618233777582645, -0.001640261965803802, 0.0027297665365040302, -0.017143825069069862, 0.012133819982409477, -0.06083381548523903, -0.02347153052687645, -0.014988836832344532, 0.007961103692650795, 0.017171276733279228, -0.0028653109911829233, 0.009628817439079285, 0.002091505564749241, 0.007535596378147602, 0.03044435940682888, 0.0030214448925107718, -0.016100646927952766, 0.0058369990438222885, 0.003352585481479764, 0.009409201331436634, -0.03253071755170822, -0.013465246185660362, -0.03475433588027954, 0.007446377072483301, 0.029730604961514473, 0.0234303530305624, -0.012394615449011326, 0.020602786913514137, -0.002764081582427025, -0.010850435122847557, 0.008379748091101646, 0.010397476144134998, -0.017541879788041115, 0.03236600384116173, 0.010603366419672966, 0.010637681931257248, 0.012408341281116009, -0.0014412342570722103, 0.007556185591965914, 0.001082641538232565, 0.002328279661014676, -0.018063470721244812, -0.022057747468352318, 0.01906547136604786, 0.040821246802806854, -0.013478972017765045, 0.01592220738530159, -0.018996840342879295, 0.004780093673616648, 0.00926507730036974, 0.03343663737177849, 0.006598794367164373, -0.01931254006922245, -0.009422927163541317, 0.00975235179066658, 0.02699912339448929, 0.008606228046119213, 0.007364021148532629, 0.013822123408317566, 0.003609948791563511, -0.01601829007267952, 0.003579065203666687, -0.0012001707218587399, 0.026724601164460182, 0.014302534982562065, 0.01439861673861742, -0.011186723597347736, 0.018859580159187317, 0.016045741736888885, 0.0013048318214714527, -0.026052026078104973, 0.01183184701949358, -0.0035722022876143456, 0.012298532761633396, 0.02124791219830513, -0.015428069978952408, 0.005867882631719112, 0.008372885175049305, 0.026161834597587585, 0.009354297071695328, 0.028001124039292336, -0.03305230662226677, -0.013369164429605007, -0.04027220606803894, -0.0003959104942623526, 0.020794952288269997, 0.039805520325899124, -0.009182721376419067, 0.0018941937014460564, 0.0049001965671777725, -0.0026474101468920708, -0.0006841573631390929, 0.019202731549739838, 0.016759496182203293, 0.002029738388955593, -0.015894755721092224, -0.016622235998511314, -0.6360098123550415, -0.0043339976109564304, 0.02885213866829872, -0.024995120242238045, -0.023265639320015907, 0.024212736636400223, 0.014439795166254044, 0.01611437276005745, -0.012065189890563488, 0.04611949622631073, 0.014686863869428635, 0.02783641219139099, 0.013472109101712704, -0.01824190840125084, -0.0032565032597631216, -0.01183184701949358, 0.02515983395278454, -0.018118374049663544, 0.0018324265256524086, 0.013897616416215897, 0.008921926841139793, 0.021316541358828545, 0.005040888674557209, -0.003551613073796034, 0.026216737926006317, 0.0020897898357361555, 0.018228182569146156, 0.00975235179066658, -0.004831566475331783, 0.019532157108187675, -0.006808116566389799, 0.008256213739514351, -0.010308257304131985, 0.018955662846565247, 0.06083381548523903, -0.009416064247488976, -0.009937653318047523, 0.0060428897850215435, 0.011330846697092056, 0.029538439586758614, -0.01233971118927002, -0.028879590332508087, 0.02220873534679413, 0.009580777026712894, -0.011097503826022148, -0.019998840987682343, 0.027465809136629105, -0.001584499841555953, -0.015935933217406273, 0.0037609352730214596, 0.000166535479365848, -0.010170996189117432, -0.0043339976109564304, 0.010692586190998554, -0.0017011711606755853, -0.01766541413962841, 0.0331072099506855, -0.009862160310149193, 0.027328547090291977, -0.008228762075304985, -0.0012645114911720157, 0.015839850530028343, -0.03818584606051445, -0.010363160632550716, -0.01611437276005745, 0.011660272255539894, -0.004697737749665976, -0.011632819660007954, -0.015565330162644386, -0.015235905535519123, 0.014247630722820759, 0.022044021636247635, -0.015318261459469795, -0.021206732839345932, 0.009388611651957035, 0.024844134226441383, 0.025228463113307953, -0.04051927477121353, -0.013478972017765045, 0.00999255757778883, 0.014563329517841339, -0.01824190840125084, -0.04194677993655205, -0.006166424136608839, 0.021700870245695114, 0.026546163484454155, -0.005054614506661892, -0.01979295164346695, 0.010122954845428467, -0.019916485995054245, 0.013877027668058872, 0.00039183557964861393, -0.018557608127593994, -0.035742610692977905, 0.00888074841350317, 0.02046552672982216, -0.00033950505894608796, 0.03063652291893959, -0.007988556288182735, -0.029510987922549248, -0.02400684542953968, 0.007110089063644409, -0.022634241729974747, 0.01814582571387291, 0.04158990457653999, 0.007508144248276949, -0.0017011711606755853, -0.011138682253658772, 0.04293505474925041, -0.036126941442489624, 0.010596503503620625, -0.0064924173057079315, -0.0068458630703389645, -0.01483785081654787, 0.007432651240378618, -0.031295374035835266, 0.01862623728811741, -0.009011145681142807, 0.0028979105409234762, -0.022249912843108177, 0.010459243319928646, -0.006111519876867533, 0.008963105268776417, -0.013705451972782612, 0.0018890463979914784, -0.02153615839779377, 0.001726907561533153, -0.033024854958057404, -0.003774661337956786, -0.008729762397706509, 0.018063470721244812, 0.004275661893188953, 0.008537597954273224, -0.015249631367623806, 0.033711157739162445, -0.0023797524627298117, -0.008921926841139793, -0.0005408917786553502, 0.03933883458375931, -0.018228182569146156, -0.008578775450587273, -0.0032770922407507896, 0.017335990443825722, -0.02444607950747013, -0.0028824685141444206, -0.00018669560085982084, -0.029209015890955925, -0.021206732839345932, -0.013156410306692123, 0.0006361161940731108, 0.004509004298597574, -0.002060621976852417, 0.007137541193515062, 0.018475251272320747, -0.01019158586859703, -0.0013365732738748193, 0.0010225900914520025, -0.0013254208024591208, -0.012552464380860329, -0.023677421733736992, -0.009656270034611225, 0.04331938549876213, -0.0004684011510107666, 0.0013683147262781858, -0.013403479009866714, -0.006983123254030943, -0.002060621976852417, -0.011008284986019135, -0.02032826654613018, -0.025873586535453796, 1.6768824934842996e-05, -0.00880525540560484, -0.025818683207035065, 0.007398336194455624, 0.002374605042859912, 0.04485670104622841, -0.03944864124059677, -0.012984834611415863, 0.007624815683811903, 0.004869312979280949, 0.010562188923358917, -0.004567340016365051, 0.002707461593672633, -0.021961666643619537, 0.02603830024600029, 0.019930211827158928, 0.02885213866829872, 0.01975177228450775, -0.020547883585095406, 0.037581901997327805, 0.011523011140525341, 0.030307099223136902, -0.009141542948782444, -0.008832707069814205, -0.00304203387349844, 0.019518431276082993, 0.008386611007153988, 0.013650547713041306, 0.00336288008838892, 0.0234303530305624, 0.02855016477406025, 0.007823843508958817, 0.007885610684752464, -0.032311100512742996, 0.015551604330539703, -0.04200168699026108, -0.0050649093464016914, -0.008462104015052319, -0.0135956434533, 0.011015147902071476, 0.0027881020214408636, 0.0031724311411380768, -0.011124956421554089, -0.037005405873060226, 0.0041692848317325115, 0.018255634233355522, -0.01306719146668911, 0.014673138037323952, 0.000924792024306953, -0.020245909690856934, 0.003925647586584091, -0.017981113865971565, 0.034479815512895584, 0.037005405873060226, -0.028714878484606743, 0.007206171751022339, 0.000184336444362998, 0.00035280216252431273, -0.016512427479028702, -0.03785642236471176, 0.014055466279387474, 0.0003036886628251523, 0.0003268513537477702, -0.01931254006922245, 0.013348574750125408, 0.009038598276674747, 0.012085779570043087, -0.011975971050560474, 0.04090360179543495, -0.014673138037323952, 0.01645752415060997, 0.03228364884853363, 0.009519009850919247, -0.011468106880784035, 0.00391878467053175, 0.020973389968276024, 0.04793133586645126, 0.009971968829631805, -0.008983694016933441, -0.0024878450203686953, -0.0005932223284617066, -0.0057786633260548115, -0.030279647558927536, -0.011934792622923851, 0.014480973593890667, -0.0063620200380682945, 0.011667135171592236, 0.015016288496553898, 0.034671980887651443, 0.004797251429408789, -0.009107228368520737, -0.01664968766272068, 0.0008531592320650816, -0.010397476144134998, 0.021165555343031883, 0.012387752532958984, -0.010397476144134998, -0.01853015460073948, -0.010596503503620625, 0.013032875955104828, -0.001158992643468082, -0.021275363862514496, -0.03810349106788635, 0.004388901870697737, 0.019820403307676315, 0.01330739725381136, 0.03527592495083809, 0.020410623401403427, 0.002022875240072608, 0.0005374603206291795, -0.02139889821410179, -0.0037918188609182835, 0.007377746980637312, 0.03258562088012695, 0.0024929922074079514, -0.015592782758176327, -0.00842092651873827, 0.0016205307329073548, 0.02080867812037468, 0.0066399723291397095, -0.01868114247918129, 0.027369726449251175, 0.033711157739162445, -0.008832707069814205, -0.02299111895263195, 0.02100084349513054, 0.02419901080429554, 0.001505575142800808, 0.006276232190430164, -0.01800856553018093, 0.013012287206947803, 0.013149547390639782, -0.016677139326930046, -0.0038467231206595898, 0.007398336194455624, 0.014714316464960575, 0.013678000308573246, -0.020534157752990723, 0.00818072073161602, -0.02251070737838745, 0.0035138665698468685, -0.05320213362574577, -0.009203310124576092, -0.028042301535606384, 0.008832707069814205, -0.020534157752990723, -0.021138103678822517, -0.007171856239438057, -0.0033079758286476135, 0.017308536916971207, -0.006392903625965118, -0.010843572206795216, -0.03247581422328949, 0.03291504830121994, 0.016581058502197266, 0.009319981560111046, -0.008915063925087452, 0.018598785623908043, -0.007823843508958817, -0.007103226147592068, -0.013108368963003159, 0.0020005705300718546, 0.01660851016640663, -0.021330267190933228, -0.017075195908546448, -0.007563048508018255, 0.010555326007306576, -0.00665369862690568, 0.006149266380816698, -0.0021669988054782152, 0.010370024479925632, -0.010328846052289009, -0.013231903314590454, -0.02695794403553009, -0.005867882631719112, 0.009244488552212715, 0.02975805662572384, 0.028934495523571968, -0.0008231335086748004, 0.03708776459097862, 0.022716598585247993, 0.012833848595619202, 0.015935933217406273, -0.013760356232523918, -0.0037883874028921127, 0.006718897260725498, -0.004292819183319807, 0.014604507945477962, 0.008853296749293804, 0.025612792000174522, 0.01772031933069229, 0.00984843447804451, -0.0035413186997175217, -0.010802394710481167, 0.008345432579517365, 0.002144693862646818, 0.017047742381691933, 0.007700309157371521, 0.005154128652065992, 0.001026879413984716, 0.03423274680972099, -0.002959677716717124, -0.015084919519722462, 0.023608790710568428, 0.0046531278640031815, 0.00332684931345284, -0.01965569145977497, 0.0049585322849452496, 0.010143544524908066, 0.0004503857344388962, 0.020630240440368652, 0.007418925408273935, -0.021549884229898453, -0.03799368068575859, 0.0009007714688777924, -0.01781640201807022, 0.0029631091747432947, 0.015620234422385693, -0.005840430501848459, -0.013238766230642796, -0.005888471845537424, 0.00447812071070075, -0.008626816794276237, -0.008695446886122227, 0.003247924381867051, 0.001566484454087913, -0.02130281552672386, -0.003956531174480915, 0.012964245863258839, 0.013417204841971397, 0.012792670167982578, -0.009203310124576092, -0.013561328873038292, -0.0009642543736845255, -0.03000512532889843, -0.033271923661231995, 0.004965395200997591, -0.017486976459622383, 0.0025684854481369257, 0.005356587469577789, 0.016086919233202934, -0.04828821122646332, -0.009903338737785816, 0.014165274798870087, 0.0072404867969453335, -0.013931931927800179, -0.006142403464764357, 0.0034829829819500446, -0.00022626521240454167, 0.014371165074408054, -0.007206171751022339, 0.03810349106788635, -0.00203831703402102, -0.023402899503707886, 0.0007403483614325523, 0.024212736636400223, 0.00729539105668664, -0.0063277049921453, -0.029291370883584023, -0.006176718510687351, -0.001729481155052781, -0.0015115803107619286, 0.0063208420760929585, -0.02782268449664116, -0.012525012716650963, 0.0015810683835297823, 0.014165274798870087, -0.016128098592162132, 0.02607947774231434, 0.00890820100903511, 0.018187005072832108, 0.0234303530305624, -0.007110089063644409, 0.010040598921477795, 0.004659990780055523, -0.039229024201631546, 0.01781640201807022, 0.013787807896733284, -0.006842431612312794, -0.022249912843108177, 0.006609088741242886, -0.030938496813178062, 0.0015853577060624957, 0.002381468191742897, 0.017116373404860497, 0.01925763487815857, -0.019971389323472977, -0.0039084902964532375, -0.02496766857802868, -0.007158130407333374, 0.01645752415060997, 0.02975805662572384, -0.0033971951343119144, 0.011639682576060295, 0.0002998282143380493, -0.0057066017761826515, 0.02124791219830513, -0.017843853682279587, -0.0013768934877589345, -0.02797367237508297, -0.026971669867634773, -0.010692586190998554, 0.013238766230642796, 0.05193933844566345, -0.0049173543229699135, -0.008091500960290432, -0.020341992378234863, -0.012408341281116009, -0.012463245540857315, -0.010438654571771622, -0.002511865459382534, -0.038213297724723816, 0.03058161959052086, 0.023993119597434998, 0.03697795420885086, -0.014206452295184135, 0.01202401239424944, -0.0056311083026230335, 0.0018324265256524086, 0.010438654571771622, 0.003795250318944454, -0.006204170640558004, -0.011845573782920837, 0.016032015904784203, 0.024308819323778152, 0.02739717811346054, -0.00745324045419693, 0.0018684573005884886, 0.010321983136236668, 0.003453815123066306, 0.006036026403307915, -0.009910201653838158, -0.015249631367623806, -0.03280523791909218, 0.003325133351609111, 0.026148108765482903, -0.024404900148510933, 0.01645752415060997, -0.022236187011003494, -0.0061149513348937035, 0.012346574105322361, 0.005171285942196846, 0.025873586535453796, -0.006941945292055607, 0.03379351273179054, 0.0013417204609140754, 0.00759736355394125, -0.012573054060339928, 0.017939936369657516, -0.014508425258100033, 0.0020486116409301758, -0.009731763042509556, -0.0017277654260396957, -0.00029382307548075914, 0.0003806831664405763, 0.04466453939676285, -0.01144751813262701, -0.004347723443061113, -0.01338289026170969, 0.003558476222679019, -0.03354644402861595, 0.011269079521298409, 0.02061651460826397, -0.015702590346336365, -0.014343712478876114, -0.009429790079593658, -0.020355718210339546, -0.011241627857089043, 0.005785526242107153, 0.024308819323778152, -0.00208807410672307, 0.0012516434071585536, -0.037142667919397354, 0.001928508747369051, -0.02701284922659397, -0.02638145163655281, 0.019106648862361908, -0.0027246191166341305, 0.013321123085916042, -0.01586730405688286, -0.0008141258149407804, -0.032311100512742996, -0.02008119784295559, 0.007192445453256369, 0.02347153052687645, 0.035303376615047455, 0.016979113221168518, 0.012037738226354122, -0.01994393765926361, 0.011790669523179531, -0.023732325062155724, 0.013657410629093647, -0.032393455505371094, 0.0050649093464016914, -0.009724900126457214, -0.005185012239962816, -0.00504432013258338, -0.015482974238693714, -0.023649968206882477, -0.008057186380028725, -0.025475531816482544, 0.009882749989628792, 0.02506375126540661, -0.023897036910057068, -0.02967570163309574, 0.01669086515903473, -0.016526153311133385, 0.022812679409980774, 0.010541599243879318, 0.011145545169711113, 0.014048603363335133, -0.009141542948782444, -0.0225518848747015, -0.00084072002209723, 0.03601713106036186, 0.014275082387030125, -0.020259637385606766, -0.00497225858271122, 0.02076750062406063, 0.009759215638041496, 0.010390613228082657, -0.025228463113307953, -0.010225900448858738, 0.03340918570756912, -0.003416068386286497, 0.010733763687312603, 0.014563329517841339, -0.008510145358741283, 0.014371165074408054, -0.022496981546282768, -0.010219037532806396, -0.04587242752313614, -0.01921645738184452, -0.003453815123066306, 0.03546809032559395, 0.029318824410438538, -0.017967388033866882, 0.0035653391387313604, -0.004145264625549316, 0.0002796680782921612, -0.02680695801973343, -0.021989118307828903, 0.011159271001815796, -0.011776943691074848, 0.002206461038440466, -0.001411208650097251, -0.009951380081474781, 0.011097503826022148, 0.011557326652109623, -0.0025152969174087048, -0.0008064049179665744, 0.03450726717710495, -0.02749326080083847, 0.026230463758111, -0.002076063770800829, -0.003117527114227414, -0.02617556042969227, 0.018283085897564888, 0.009189584292471409, -0.0060257320292294025, 0.006029163487255573, -0.007302253972738981, -0.05067654326558113, -0.030856139957904816, 7.704812742304057e-05, 0.017459524795413017, -0.003410921199247241, 0.0019576766062527895, 0.02496766857802868, -0.0060257320292294025, 0.008187583647668362, -0.023100927472114563, -0.016622235998511314, 0.0009333707857877016, -0.053311944007873535, 0.015579056926071644, 0.005655128974467516, -0.017404619604349136, -0.008359159342944622, -0.036374010145664215, 0.0014438079670071602, -0.009162132628262043, -0.007343431934714317, -0.03195422515273094, 0.02743835560977459, 0.011797532439231873, -0.008983694016933441, 0.0018856149399653077, -0.012675998732447624, -0.01417900063097477, -0.010177859105169773, 0.0005335998721420765, 0.020341992378234863, 0.003120958572253585, -0.030993400141596794, 0.0011727185919880867, -0.0027932494413107634, 0.015620234422385693, -0.01529080979526043, 0.0028670267201960087, -0.033271923661231995, 0.005792389158159494, -0.040299657732248306, -0.003400626592338085, -0.006392903625965118, 0.03387586772441864, 0.010219037532806396, -0.01360250636935234, -0.03266797959804535, -0.013252492994070053, -0.04482924938201904, -0.02167341858148575, -0.006780664436519146, -0.004855587147176266, 0.03096594847738743, 0.011646545492112637, 0.003215325064957142, 0.050209857523441315, -0.001169287133961916, 0.02628536894917488, -0.017239907756447792, 0.02230481617152691, 0.0014386606635525823, -0.0072816647589206696, 0.03272288292646408, 0.02981296181678772, -0.031130660325288773, -0.011989696882665157, 0.006190444342792034, 0.0002620815939735621, 0.03189931809902191, 0.00011088067549280822, -0.002896194579079747, -0.004526162054389715, -0.019710594788193703, 0.006066909991204739, 0.00521589582785964, -0.011015147902071476, 0.010287667624652386, -0.012991697527468204, 0.01314268447458744, 0.013973109424114227, 0.011330846697092056, -0.00967685878276825, 0.014892754144966602, -0.005799252539873123, -0.007961103692650795, 0.011159271001815796, -0.01330739725381136, 0.0019199299858883023, -0.0020623377058655024, -0.009024872444570065, 0.009244488552212715, 0.007343431934714317, 0.013465246185660362, 0.007714034989476204, -0.013465246185660362, -0.004821272101253271, 0.0029974242206662893, 0.007659130729734898, 0.008317980915307999, -0.008235624991357327, 0.001755217555910349, 0.02109692431986332, 0.018461525440216064, 0.0035070034209638834, -0.011248490773141384, 1.7465850760345347e-05, 0.010253353044390678, 0.010253353044390678, 0.00926507730036974, -0.019367443397641182, -0.02841290459036827, -0.004965395200997591, -0.014261356554925442, 0.0030986538622528315, 0.0012782375561073422, -0.01586730405688286, -0.017308536916971207, -0.018420347943902016, -0.006187012884765863, -0.007604226935654879, 0.01330739725381136, -0.007206171751022339, -0.017843853682279587, -0.03799368068575859, 0.005740916822105646, -0.004296250641345978, 0.006224759854376316, 0.009759215638041496, 0.23345251381397247, -0.008928789757192135, 0.001684013637714088, 0.011255353689193726, -0.0014103506691753864, -0.000990848639048636, 0.010445517487823963, 0.0019731184002012014, -0.03006003051996231, 0.0004503857344388962, 0.02023218385875225, 0.017583059147000313, -0.021796952933073044, -0.0031655682250857353, 0.0024106360506266356, -0.011982833966612816, -0.026546163484454155, -0.004347723443061113, -0.004083497449755669, -0.01304660178720951, 0.0037506406661123037, 0.004756073467433453, -0.02144007571041584, -0.008242487907409668, 0.03132282570004463, 0.0031604210380464792, -0.010109229013323784, 0.008462104015052319, 0.009855297394096851, 0.0013408625964075327, -0.014192726463079453, -0.024075476452708244, 0.009512146934866905, 0.01483785081654787, -0.02396566793322563, -0.015798673033714294, 0.017788948491215706, 0.004378607030957937, 0.004848724231123924, -0.011255353689193726, -0.0105759147554636, 0.014673138037323952, -0.0012018864508718252, 0.012504423037171364, -0.0068870410323143005, 0.006060047075152397, -0.016196727752685547, -0.01192792970687151, -0.0005177290877327323, 0.006410061381757259, -0.02341662533581257, -0.00537374522536993, 0.005675718188285828, 0.01998511515557766, 0.008530734106898308, -0.0060257320292294025, 0.009615091606974602, 0.02341662533581257, 3.7424910260597244e-05, 0.01098769623786211, -0.031432632356882095, 0.006187012884765863, -0.013238766230642796, -0.0010260215494781733, -0.018365442752838135, 0.007130678277462721, -0.02333427034318447, -0.02507747709751129, -0.006890472490340471, -0.03727992624044418, 0.003695736639201641, -0.006073773372918367, 0.007315979804843664, 0.017267359420657158, 0.024624517187476158, -0.006694876588881016, -0.007858158089220524, 0.018022291362285614, 0.01411037053912878, 0.031130660325288773, -0.019724320620298386, -0.009271941147744656, -0.01902429386973381, -0.002616526558995247, -0.03266797959804535, -0.029840413480997086, 0.05913178622722626, -0.031048305332660675, -0.01925763487815857, -0.00870917271822691, 0.0007133252220228314, -0.004673717077821493, -0.018818402662873268, 0.026106929406523705, -0.003668284509330988, 0.018900757655501366, 0.0013091211440041661, -0.0028104069642722607, -0.027520712465047836, -0.024953942745923996, -0.02381468191742897, 0.034150391817092896, -0.00232313247397542, -0.0013202736154198647, -0.00786502193659544, -0.040629081428050995, -0.010569051839411259, -0.004382038488984108, 0.00037167544360272586, -0.011296532116830349, -0.0017981113633140922, -0.038158394396305084, -0.002254502149298787, -0.017308536916971207, 0.00950528308749199, 0.02086358331143856, -0.008592501282691956, -0.014988836832344532, 0.006941945292055607, -0.00975235179066658, 0.0040217298083007336, -0.007823843508958817, 0.006259074900299311, 0.005881608463823795, 0.01789875701069832, 0.004200168419629335, -0.02013610303401947, 9.978188609238714e-05, 0.010136681608855724, -0.017788948491215706, 0.008489556610584259, -0.00786502193659544, -0.006187012884765863, -0.009999420493841171, -0.012277944013476372, 0.0016874452121555805, 0.007494418416172266, -0.02168714441359043, 0.0005799252539873123, 0.00881211832165718, -0.016663413494825363, -0.0008488698513247073, 0.014412343502044678, -0.0028515849262475967, 0.005267368163913488, -0.018420347943902016, 0.011337709613144398, 0.026065751910209656, -0.01708892174065113, -0.014357439242303371, -0.00029939928208477795, 0.0012310543097555637, 0.010239626280963421, -0.017734045162796974, -0.009038598276674747, -0.006986554712057114, 0.013712314888834953, -0.04235856235027313, -0.0031243900302797556, 0.0028155541513115168, -0.023746050894260406, 0.01722618192434311, 0.004666854161769152, 0.023677421733736992, -0.03522102162241936, -0.033958226442337036, -0.1756933331489563, 0.010671996511518955, 0.030032576993107796, -0.012984834611415863, 0.011323983781039715, -0.004738915711641312, 0.01376721914857626, 0.017294811084866524, -0.003280523931607604, -0.024651970714330673, 0.01960078626871109, -0.02705402672290802, -0.03209148347377777, -0.008016007952392101, 0.007350294850766659, -0.0206714179366827, 0.005730621982365847, 0.017885031178593636, 0.025132380425930023, 0.02111065201461315, 0.009917064569890499, -0.026546163484454155, 0.022373447194695473, 0.00240892032161355, -0.014124096371233463, 0.01607319340109825, -0.005806115455925465, 0.006200739182531834, -0.020547883585095406, -0.04065653309226036, -0.005504142493009567, -0.012202450074255466, 0.012106368318200111, 0.0215910617262125, 0.001332283834926784, -0.0010920781642198563, -0.002106947358697653, 0.009951380081474781, 0.009498420171439648, 0.0028498691972345114, 0.013581917621195316, 0.05581008270382881, -0.030087482184171677, 0.030911045148968697, 0.012085779570043087, 0.01400742493569851, 0.020877309143543243, -0.024912765249609947, -0.0034555308520793915, -0.016430070623755455, -0.0007047464023344219, -0.02293621376156807, 0.0008051181212067604, 0.007480692584067583, 0.030389454215765, -0.010301393456757069, -0.01621045544743538, -0.01728108525276184, -0.003630537772551179, -0.0025307387113571167, 0.0023986257147043943, -0.029099207371473312, 0.005579635500907898, 0.0031398318242281675, -0.0024929922074079514, -0.017830127850174904, -0.004371744114905596, -0.008777803741395473, -0.021014569327235222, 0.00808463804423809, -0.0029047734569758177, 0.02555788867175579, -0.005867882631719112, 0.0038981956895440817, 0.00890820100903511, 0.028934495523571968, -0.026697149500250816, 0.007885610684752464, -0.005263936705887318, -0.0020211595110595226, -0.015386892482638359, 0.006636540871113539, -0.045762620866298676, 0.020218458026647568, -0.016814399510622025, 0.003657989902421832, 0.02235972136259079, 0.009759215638041496, -0.0039805518463253975, -0.016388893127441406, -0.003325133351609111, -0.024130379781126976, -0.013959383592009544, -0.018228182569146156, -0.0023145535960793495, 0.01892821118235588, 0.026559889316558838, -0.009162132628262043, 0.023636242374777794, -0.004382038488984108, -0.013780944980680943, -0.014124096371233463, -0.01367113646119833, -0.018557608127593994, 0.018406620249152184, -0.004001141060143709, 0.01175635401159525, -0.0015261642402037978, 0.04683325067162514, -0.021069472655653954, -0.016773222014307976, 0.018214456737041473, -0.001332283834926784, 0.02793249301612377, 0.0016745770117267966, 0.029291370883584023, 0.02270287275314331, -0.013135821558535099, 0.001316842040978372, -0.014549603685736656, 0.05545320734381676, -0.01649870164692402, -0.013430931605398655, 0.035824965685606, -0.009306255728006363, -0.005716896150261164, -0.11162016540765762, -0.03483669087290764, -0.012868163175880909, 0.012428930029273033, -0.005068340804427862, 0.01868114247918129, -0.017734045162796974, 0.022030295804142952, 0.006852725986391306, 0.034150391817092896, -0.038981955498456955, -0.023924490436911583, -0.0032015990000218153, -0.003304544370621443, -0.0049585322849452496, -0.0021567041985690594, -0.02410292811691761, 0.013341711834073067, -0.019339991733431816, 0.044554729014635086, 0.0013442941708490252, -0.025969669222831726, 4.0695565985515714e-05, -0.01776149682700634, -0.0055899303406476974, 0.010617093183100224, -0.009168995544314384, 0.021934213116765022, -0.01120731234550476, 0.01601829007267952, 0.01026021596044302, -0.003064338583499193, 0.009937653318047523, -0.030169839039444923, -0.005490416660904884, -0.012216176837682724, -0.004934511613100767, -0.028687424957752228, 0.022757776081562042, -0.010122954845428467, -0.011516148224473, 0.0060977935791015625, -0.0005305972881615162, -0.020657692104578018, 0.050456926226615906, -0.022030295804142952, -0.02090476080775261, 0.0459822379052639, -0.025242188945412636, -0.015647687017917633, -0.02042434923350811, -0.005696306936442852, -0.002307690680027008, -0.011632819660007954, 0.03178951144218445, 0.014563329517841339, 0.011193586513400078, 0.008592501282691956, -0.016430070623755455, 0.01655360497534275, -0.012737765908241272, -0.035358283668756485, -0.02855016477406025, 0.009072912856936455, 0.010074914433062077, 0.02841290459036827, -0.01487902831286192, -0.002758934162557125, 0.012367162853479385, -0.017926210537552834, -0.01601829007267952, 0.0376642569899559, -0.013732904568314552, 0.0038192709907889366, -0.028110932558774948, -0.0012748060980811715, 0.0029356570448726416, -0.006080636288970709, 0.028879590332508087, -0.002674862276762724, 0.0034520993940532207, -0.00926507730036974, -0.004677148535847664, -0.028110932558774948, 0.018557608127593994, 0.015579056926071644, 0.01355446595698595, 0.0032359142787754536, 0.0065816366113722324, -0.04828821122646332, 0.00880525540560484, 0.014247630722820759, -0.004515867680311203, -0.012360299937427044, -0.007082637399435043, 0.012284806929528713, -0.011083777993917465, -0.010328846052289009, 0.005486984737217426, 0.01481039822101593, -0.005977690685540438, -0.001286816317588091, -0.027959946542978287, 0.027946218848228455, 0.003237630007788539, -0.0043580178171396255, -0.002896194579079747, 0.005624245386570692, 0.004018298350274563, -0.02699912339448929, 0.01522217970341444, -0.006663993000984192, -0.01417900063097477, -0.0009350865730084479, -0.012428930029273033, -0.014659412205219269, -0.005891903303563595, -0.018557608127593994, 0.012751491740345955, -0.013636821880936623, 0.013156410306692123, 0.001775806536898017, -0.00912095420062542, 0.011221038177609444, 0.00014723323693033308, -0.025873586535453796, 0.010445517487823963, -0.006272800732403994, -0.011076915077865124, 0.010493558831512928, -0.0059845540672540665, 0.0020108649041503668, 0.02260679006576538, -0.014673138037323952, 0.0033337122295051813, 0.0010757785057649016, 0.012689724564552307, -0.0017140393611043692, -0.008921926841139793, 0.02975805662572384, 0.02396566793322563, 0.008654268458485603, -0.010026873089373112, -0.012717177160084248, -0.008901338092982769, -0.02492649108171463, -0.002985413884744048, -0.031679701060056686, -0.024267639964818954, 0.015853578224778175, -0.006066909991204739, 0.009079775772988796, 0.04647637531161308, 0.02144007571041584, -0.005682581104338169, -0.02270287275314331, -0.011529874056577682, -0.03151499107480049, 0.019861580803990364, -0.009107228368520737, -0.026463806629180908, -0.00601543765515089, 0.03500140458345413, 0.012298532761633396, 0.0105759147554636, -0.02477550506591797, -0.01330739725381136, -0.011818121187388897, -0.0046531278640031815, 0.01026021596044302, 0.04496651142835617, -0.025612792000174522, -0.0026353998109698296, -0.007686582859605551, 0.007775802165269852, 0.00473205279558897, 0.00100114312954247, -0.012346574105322361, -0.008386611007153988, -0.011234764941036701, 0.004337429068982601, 0.006691445130854845, 0.018887031823396683, -0.02027336321771145, -0.02109692431986332, -0.0066399723291397095, 0.01708892174065113, -0.0018959094304591417, 0.01785757951438427, 0.023004844784736633, -0.006869883742183447, 0.006056615617126226, -0.023636242374777794, 0.016141824424266815, 0.00029704009648412466, 0.008407199755311012, 0.021934213116765022, 0.026491260156035423, -0.015098645351827145, 0.008619953878223896, 0.010527873411774635, 0.012573054060339928, 0.01626535877585411, -0.0014755494194105268, 0.0005280236364342272, 0.005655128974467516, -0.01751442812383175, -0.010170996189117432, -0.035550445318222046, -0.02661479450762272, 0.0031724311411380768, 0.008757214061915874, 0.016443796455860138, 0.010768079198896885, -0.0007768081268295646, 0.005624245386570692, -0.014769219793379307, 0.027712877839803696, -0.010301393456757069, 0.02463824301958084, 0.0010586208663880825, 0.035056307911872864, 0.016869304701685905, 0.007446377072483301, 0.02023218385875225, -0.013279944658279419, 0.031295374035835266, 0.03044435940682888, -0.024267639964818954, -0.027287369593977928, 0.027081478387117386, 0.004299682565033436, 0.01728108525276184, -0.007906199432909489, -0.0032050306908786297, -0.023636242374777794, -0.019710594788193703, -0.02375977672636509, 0.01345152035355568, 0.014343712478876114, -0.0003172002325300127, 0.068136066198349, 0.011221038177609444, 0.0009393759537488222, 0.008036596700549126, 0.005171285942196846, -0.010912202298641205, 0.019079197198152542, 0.015620234422385693, 0.012710314244031906, -0.006111519876867533, 0.015469248406589031, 0.012387752532958984, 0.0065507530234754086, -0.025832409039139748, -0.022675419226288795, 0.009484694339334965, -0.0022682282142341137, 0.01848897710442543, -0.008667995221912861, -0.010486694984138012, 0.03107575699687004, -0.008228762075304985, 0.006259074900299311, -0.0009419495472684503, -0.00672919163480401, -0.0028927631210535765, 0.010514147579669952, -0.014288809150457382, -0.023018570616841316, -0.010829846374690533, -0.0025667697191238403, 0.015030015259981155, -0.04216639697551727, -0.02396566793322563, -0.01854388229548931, -0.01512609701603651, 0.00808463804423809, -0.005016868002712727, -0.014206452295184135, -0.0042447783052921295, -3.5789580579148605e-05, 0.009669995866715908, -0.028632521629333496, -0.03577006235718727, -0.009436652995646, 0.018983114510774612, 0.004495278466492891, -0.017994839698076248, -0.039750613272190094], \"05a71e3b-3b76-4ed9-b4d8-f6054d58b2c0\": [0.005211917217820883, 0.014554296620190144, 0.03078310377895832, -0.015210147015750408, -0.0033385574351996183, 0.019284792244434357, -0.0221733245998621, -0.017414920032024384, -0.014875244349241257, -0.02989003248512745, 0.026220060884952545, 0.0007639959221705794, 0.020275544375181198, -0.0007945208344608545, -0.00807254109531641, -0.00015349689056165516, 0.014163576997816563, -0.0270712710916996, 0.017596326768398285, -0.02425250969827175, -0.027503851801156998, 0.014072874560952187, 0.002944349544122815, -0.007465530652552843, -0.029052775353193283, 0.0029077196959406137, 0.031731992959976196, -0.027057316154241562, 0.001316933543421328, -0.018824301660060883, 0.0393231138586998, -0.01906152255833149, -0.01664743572473526, -0.024433914572000504, -0.013898446224629879, -0.012865830212831497, -0.008714437484741211, -0.020415086299180984, 0.021196525543928146, -0.03823468089103699, 0.029750488698482513, -6.898775382069289e-07, -0.020903486758470535, 0.006520129274576902, 0.01723351515829563, 0.02806202322244644, 0.017917273566126823, -0.01333329826593399, -0.02114070951938629, -0.009537738747894764, 0.03963010758161545, 0.04861665144562721, -0.02056858316063881, 0.006035218946635723, 0.0036664826329797506, 0.0045735095627605915, -0.014058920554816723, 0.014610113576054573, 0.006757352035492659, -0.011372724547982216, 0.005797996185719967, 0.005780553445219994, -0.01613112911581993, -0.012475111521780491, -0.02317803166806698, -0.011372724547982216, 0.0056758965365588665, 0.003928124904632568, 0.011316907592117786, 0.001067501143552363, 0.021908193826675415, 0.019675511866807938, 0.0021995408460497856, -0.008295809850096703, 0.010165681131184101, -0.012363477610051632, -0.014051943086087704, 0.010751759633421898, 0.01864289492368698, -0.008302786387503147, 0.021405840292572975, -0.002970513654872775, -0.004175813402980566, 0.03371350094676018, 0.01794518157839775, 0.014233347959816456, 0.018573123961687088, 0.013703086413443089, -0.00576311070472002, -0.0020163911394774914, -0.018391719087958336, 0.013619360513985157, 0.019424334168434143, 0.017010247334837914, 0.00971914455294609, 0.02236868441104889, 0.006056150421500206, 0.011595992371439934, 0.0021384907886385918, 0.0074306451715528965, -0.02195005677640438, 0.007926021702587605, -0.031006373465061188, -0.019396426156163216, -0.019982505589723587, -0.0007971372688189149, 0.036560170352458954, 9.53904673224315e-05, 0.007085277233272791, 0.014875244349241257, -0.00932144746184349, 0.039071936160326004, 0.006875962950289249, -0.01975923590362072, 0.024685092270374298, -0.0050095804035663605, -0.009663327597081661, -0.034327488392591476, -0.01094014197587967, -0.01893593557178974, 0.01233556866645813, 0.032652974128723145, 0.025508392602205276, -0.009886595420539379, 0.013758903369307518, 0.007312033791095018, -0.007360873743891716, 0.009147019125521183, 0.004967717453837395, -0.019312700256705284, 0.036253176629543304, 0.002698405645787716, 0.011979734525084496, 0.01645207591354847, -0.00038003563531674445, -0.007409713696688414, 0.00176783069036901, -0.005518910940736532, -0.01622880809009075, -0.04473736882209778, 0.010102886706590652, 0.047193318605422974, -0.01713583432137966, 0.0027280584909021854, -0.027434080839157104, 0.0025658400263637304, -0.010891302488744259, 0.011491335928440094, 0.016479983925819397, -0.037843961268663406, -0.0037083453498780727, 0.007332965265959501, 0.009809846989810467, 0.03446703031659126, 0.01924292929470539, 0.028048068284988403, 0.021936101838946342, -0.009663327597081661, -0.003736254060640931, -0.003959522116929293, 0.006471289321780205, 0.028355062007904053, 0.013019327074289322, 0.005836370401084423, 0.008456283248960972, 0.017526553943753242, 0.0013343764003366232, -0.0226617231965065, 0.011170387268066406, 0.013682154938578606, 0.013235618360340595, 0.01705211028456688, -0.017889365553855896, 0.0017224793555215001, 0.016577664762735367, 0.019982505589723587, 0.013556567020714283, 0.03047611005604267, -0.015921814367175102, -0.026750322431325912, -0.012300683185458183, -0.007123651448637247, 0.03700670599937439, 0.04906319081783295, 0.0009654606110416353, 0.012698379345238209, 0.014582204632461071, -0.0007530941511504352, 0.008393488824367523, -0.001200938830152154, 0.028522513806819916, 0.005131680052727461, -0.0018140542088076472, -0.011602969840168953, -0.6416728496551514, 0.004392104223370552, 0.00294609391130507, -0.03971383348107338, 0.01409380603581667, 0.022480318322777748, 0.014917107298970222, 0.005159588996320963, -0.019717372953891754, 0.03480193391442299, 0.025396758690476418, 0.038960304111242294, 0.008302786387503147, -0.015698546543717384, -0.009621464647352695, -0.013765880838036537, 0.025717707350850105, -0.01974528282880783, 0.0007443727226927876, 0.01614508219063282, -0.0066526951268315315, 0.01314491592347622, 0.007067834492772818, -0.002885043853893876, 0.004214187618345022, -0.004849106539040804, 0.006275929976254702, -0.0076818219386041164, 0.012063460424542427, 0.016424167901277542, -0.012544882483780384, -0.0070748114958405495, 0.001138144638389349, 0.015489231795072556, 0.049984171986579895, -0.01288676168769598, -0.008916773833334446, 0.014624067582190037, 0.011916941031813622, 0.022829174995422363, -0.01674511656165123, -0.022382637485861778, 0.020429041236639023, 0.008860956877470016, 0.015503186732530594, 0.008205106481909752, 0.026527054607868195, 0.0008032422629185021, -0.03937892988324165, -0.0021053494419902563, 0.005871256347745657, -0.0008760661003179848, -0.013110030442476273, 0.0027507341001182795, -0.004381638485938311, -0.014317073859274387, 0.03097846359014511, 0.010612216778099537, 0.018782438710331917, -0.005016557406634092, -0.004678166937083006, 0.019787145778536797, -0.011756466701626778, -0.0014181019505485892, -0.0037083453498780727, -0.003113545011729002, -0.001294257934205234, -0.023108260706067085, -0.01308909896761179, -0.026150289922952652, 0.01158901583403349, 0.031955260783433914, 0.010354063473641872, -0.04110926017165184, -0.0007312906091101468, 0.009398195892572403, 0.023387344554066658, -0.028020160272717476, -0.028745781630277634, 0.024587411433458328, 0.015461323782801628, -0.008149289526045322, -0.030364476144313812, 0.00727017130702734, 0.017498645931482315, 0.026499146595597267, -0.014498479664325714, -0.035555463284254074, 0.014972924254834652, -0.02789457142353058, -0.003265297506004572, -0.002255357801914215, -0.01488919835537672, -0.04390011355280876, 0.009781938046216965, 0.0035269400104880333, -0.007758570369333029, 0.006084058899432421, 0.006938757374882698, -0.02006622962653637, -0.023122213780879974, -0.009153996594250202, -0.02045694924890995, 0.02287103794515133, 0.04956554248929024, 0.020094139501452446, 0.0019413868431001902, 0.006785260513424873, 0.022745449095964432, -0.006635251920670271, -0.004957252182066441, -0.003826956730335951, 0.0019518525805324316, -0.011756466701626778, 0.0009829034097492695, -0.02647123672068119, 0.007528325077146292, -0.00739575969055295, 0.012258820235729218, -0.009914504364132881, 0.032541342079639435, 0.015782272443175316, 0.0022047734819352627, -0.01854521594941616, 0.025801433250308037, -0.023889698088169098, 0.013382138684391975, -0.018712667748332024, 0.024071104824543, 0.004524669609963894, 0.02839692495763302, 0.004350241739302874, 0.013005373068153858, -0.018810346722602844, 0.005257268436253071, 0.004821198061108589, 0.0055119339376688, 0.0018053328385576606, 0.006363144144415855, -0.01615903712809086, -0.010995958931744099, -0.011295976117253304, 0.024099012836813927, -0.008840025402605534, 0.0009846476605162024, -0.01774982362985611, -0.04535135626792908, -0.006460824050009251, -0.00031484305509366095, -0.0011826237896457314, 0.0024821145925670862, 0.001701547997072339, -0.006834100466221571, 0.015293871983885765, -0.01328445877879858, -0.018084725365042686, -0.0006397157558239996, -0.03388095274567604, -0.015056650154292583, -0.029638854786753654, -0.008365580812096596, 0.028452742844820023, -0.006502686534076929, -0.005700316280126572, -0.02165701612830162, -0.010102886706590652, 0.00877723190933466, 0.018810346722602844, -0.019396426156163216, -0.021824467927217484, 0.015405506826937199, -0.006830611731857061, -0.010619194246828556, -0.010207543149590492, -0.015154330059885979, 0.03438330441713333, -0.046300243586301804, -0.013675177469849586, 0.011302953585982323, 0.0031431978568434715, -0.0023896675556898117, 0.0077725243754684925, 0.0008717053569853306, -0.022215187549591064, 0.03829049691557884, 0.024838589131832123, 0.035667095333337784, 0.025536302477121353, -0.010040092281997204, 0.037341609597206116, 0.01726142317056656, 0.024419959634542465, -0.014568250626325607, 0.010737805627286434, -0.0034327488392591476, 0.018503352999687195, -3.712052057380788e-05, -0.0014067641459405422, 0.01875452883541584, 0.02355479635298252, 0.035555463284254074, 0.004999114666134119, -0.005627056583762169, -0.02024763636291027, 0.01954992301762104, -0.0365043506026268, 0.00563752232119441, -0.011323884129524231, -0.0043572187423706055, 0.003129243617877364, 0.0007334709516726434, 0.012851876206696033, -0.016577664762735367, -0.0221733245998621, 0.007325988262891769, 0.01409380603581667, -0.0030594721902161837, 0.02107093669474125, 0.005313085857778788, -0.00544216251000762, 0.009691235609352589, -0.010005206800997257, 0.029276043176651, 0.017694005742669106, -0.037146247923374176, 0.011630878783762455, 0.009649372659623623, 0.014044965617358685, 0.005201451480388641, -0.019131295382976532, 0.007884158752858639, 0.017777731642127037, 0.010102886706590652, -0.005100283306092024, 0.007507393602281809, 0.009091202169656754, 0.031927354633808136, -0.022131461650133133, 0.02005227655172348, -0.007891136221587658, 0.011519243940711021, 0.01138667855411768, 0.032094806432724, -0.014972924254834652, 0.023331528529524803, 0.023819927126169205, 0.035946182906627655, 0.008805139921605587, -0.009293539449572563, 0.0027681768406182528, -0.007793455850332975, 0.02285708300769329, -0.007235285360366106, -0.00576659943908453, 0.01674511656165123, -0.006432915106415749, 0.006555015221238136, 0.03187153860926628, 0.031034281477332115, 0.010102886706590652, -0.002009413903579116, -0.008798163384199142, -0.011868100613355637, 0.0006157318712212145, 0.03608572483062744, 0.0007735894760116935, -0.005435185506939888, -0.02577352337539196, -0.0014486269792541862, 0.020791852846741676, -0.006582923699170351, -0.023736201226711273, -0.039658017456531525, -0.007339942269027233, 0.013486795127391815, 0.012872807681560516, 0.011128525249660015, 0.02125234343111515, 0.016521846875548363, -0.003073426429182291, -0.012551859952509403, -0.006261975504457951, -0.007758570369333029, 0.03028075024485588, 0.010479651391506195, 0.0008913285564631224, -0.0166613906621933, -0.004454898647964001, -0.0029234180692583323, 0.0034746115561574697, -0.02044299617409706, 0.024615319445729256, 0.022787312045693398, 0.003512985771521926, -0.02726663090288639, 0.00902143120765686, 0.035053107887506485, -0.011344815604388714, -0.027517806738615036, -0.016047403216362, -0.006631763651967049, 0.014805473387241364, -0.012516974471509457, 0.006582923699170351, 0.026820093393325806, 0.017875410616397858, -5.4808639106340706e-05, -0.02055463008582592, -0.01403798907995224, -0.020205773413181305, -0.008407443761825562, -0.02324780263006687, -0.0030210979748517275, -0.006338723935186863, -0.017987044528126717, -0.016828840598464012, 0.0039351023733615875, -0.0022850106470286846, 0.010863393545150757, 0.007109696976840496, -0.0015192703576758504, -0.01703815534710884, -0.042783770710229874, 0.02977839671075344, 0.004088599234819412, 0.016591619700193405, -0.008114404045045376, 0.00852605514228344, -0.029750488698482513, -0.007507393602281809, -0.011630878783762455, -0.016270671039819717, 0.0232757106423378, -0.04440246522426605, -0.012272774241864681, -0.008337671868503094, 0.018112633377313614, -0.012816990725696087, -0.009663327597081661, 0.008714437484741211, 0.0027716655749827623, -0.030252842232584953, -0.010807576589286327, -0.013507726602256298, 0.005850324872881174, -0.0037153225857764482, 0.031955260783433914, 0.03349023312330246, 0.017205607146024704, 0.024894405156373978, 0.03388095274567604, 0.02358270436525345, 0.015056650154292583, -0.021391885355114937, -0.0051909857429564, 0.0054247197695076466, 0.010995958931744099, 0.02126629650592804, -0.012049506418406963, 0.027796892449259758, 0.007702753413468599, -0.014819427393376827, 0.009098179638385773, 0.0012916414998471737, -0.0018489399226382375, 0.025033948943018913, 0.019382471218705177, 0.006952711846679449, 0.013458887115120888, 0.000532878446392715, 0.004737472161650658, 0.020429041236639023, -0.009691235609352589, 0.011693672277033329, 0.008505123667418957, -0.0006741653196513653, -0.021684924140572548, 0.003178083337843418, 0.006024753209203482, 0.015000833198428154, 0.005163077265024185, 0.00269491714425385, -0.003743231063708663, -0.025731660425662994, -0.0028710896149277687, -0.03957429155707359, -0.007919044233858585, 0.001004706951789558, -0.00046746782027184963, -0.006405006628483534, -0.01935456320643425, 0.014205439947545528, -0.020401133224368095, -0.011128525249660015, -0.013989148661494255, -0.000611807219684124, -0.01504269614815712, -0.026247968897223473, 0.008986545726656914, 0.017428874969482422, 0.021908193826675415, -0.012196025811135769, 0.0065933894366025925, 0.012970487587153912, -0.014958970248699188, -0.04032782092690468, 0.010033114813268185, -0.021224433556199074, 0.0011730302358046174, 0.001724223606288433, 0.01844753511250019, -0.046188611537218094, -0.014114737510681152, 0.012907693162560463, 0.0013997870264574885, -0.0009113877895288169, -0.01303328201174736, 0.005829393398016691, 0.009063294157385826, 0.01414264552295208, 0.013751925900578499, 0.022382637485861778, -0.0024140875320881605, -0.019089432433247566, 0.0029426051769405603, 0.03388095274567604, 0.007639958988875151, 0.009209813550114632, -0.021029073745012283, 0.00938424188643694, -0.003202503314241767, 0.013793788850307465, -0.015893906354904175, -0.024210646748542786, 0.01805681735277176, -0.02676427736878395, 0.01052151434123516, 0.0091260876506567, 0.009230745024979115, 0.0035374057479202747, 0.026806140318512917, 0.006802703253924847, -0.014177531003952026, 0.010116840712726116, -0.007256216835230589, -0.0256618894636631, 0.027015453204512596, 0.017373057082295418, -0.013298412784934044, -0.010863393545150757, -0.0006876835250295699, -0.04149997979402542, -0.004203721880912781, 0.0034048401284962893, -0.014386845752596855, 0.007277148310095072, -0.018405674025416374, -0.008888865821063519, -0.03421585261821747, -0.00526424590498209, 0.03357395529747009, 0.027420127764344215, -0.006108478643000126, 0.0009767984738573432, 0.007891136221587658, -0.001640498056076467, 0.025536302477121353, -0.018014954403042793, -0.020024368539452553, -0.030448202043771744, -0.030252842232584953, 0.0009253420867025852, 0.006896894425153732, 0.04523972049355507, -0.011379702016711235, -0.016186945140361786, 0.0016413702396675944, -0.020177865400910378, -0.006523618008941412, 0.0012175095034763217, -0.0091260876506567, -0.0038862621877342463, 0.031229641288518906, 0.00034929264802485704, 0.0515749566257, -0.031536635011434555, 0.0067643290385603905, 0.00601428747177124, 0.007709730416536331, -0.0060456846840679646, 0.008435351774096489, -0.004751426633447409, -0.011896009556949139, 0.007974861189723015, 0.017680050805211067, 0.0033368130680173635, -0.03510892763733864, -0.011254113167524338, 0.00456304382532835, 0.008253946900367737, -0.020401133224368095, 0.005211917217820883, -0.011498312465846539, -0.027057316154241562, -0.00801672413945198, 0.01724747009575367, -0.017875410616397858, 0.007891136221587658, -0.01794518157839775, 0.0016657902160659432, 0.014247302897274494, 0.00907027069479227, 0.04370475187897682, -0.005047954618930817, 0.030141208320856094, 0.005665430799126625, 0.0028885325882583857, -0.010340108536183834, 0.024489732459187508, -0.026345649734139442, 0.008833048865199089, -0.020484859123826027, 0.0013178057270124555, 0.012998396530747414, 0.0021158151794224977, 0.034439120441675186, -0.002738524228334427, -0.022424500435590744, 0.0002319896302651614, 0.014212417416274548, -0.03069937974214554, 0.009502853266894817, 0.011847169138491154, -0.022243095561861992, -0.009181905537843704, -0.030866829678416252, -0.01804286241531372, -0.03181571885943413, -0.006621297914534807, 0.038764942437410355, -0.01603344827890396, 0.00372229958884418, -0.030420294031500816, -0.0036246199160814285, 0.003903705161064863, -0.016591619700193405, 0.021503519266843796, 0.003556592855602503, 0.032345980405807495, -0.005002603400498629, 0.002407110296189785, -0.035053107887506485, -0.01975923590362072, -0.0058607906103134155, 0.007688798941671848, 0.01565668359398842, 0.012461156584322453, -0.006241044029593468, -0.018391719087958336, 0.018182404339313507, -0.03028075024485588, -0.004406058695167303, -0.039155662059783936, 0.025745615363121033, -0.0007993176113814116, 0.013500750064849854, -0.0032548317685723305, -0.0342995785176754, -0.02697359025478363, 0.012844899669289589, -0.004123484715819359, 0.02377806417644024, 0.012900716625154018, -0.018628941848874092, -0.018503352999687195, 0.010912233963608742, -0.0053898342885077, 0.029862122610211372, -0.010263360105454922, 0.011937872506678104, 0.01956387609243393, -0.003739742562174797, -0.027322446927428246, 0.008923751302063465, 0.011156433261930943, -0.0020373223815113306, -0.014972924254834652, -0.013996126130223274, 0.0013858327874913812, 0.0065131522715091705, -0.0023669919464737177, -0.03388095274567604, -0.020722080022096634, 0.03402049466967583, -0.004496761132031679, 0.004280470311641693, 0.006178250070661306, 0.010402902960777283, 0.017694005742669106, -0.024140875786542892, -0.006743397563695908, -0.028048068284988403, -0.014254279434680939, -0.010919210501015186, 0.023415254428982735, 0.011937872506678104, -0.012168117798864841, -0.014428707771003246, -0.002503046067431569, 0.006394540891051292, -0.031145915389060974, -0.02595493011176586, 0.024685092270374298, -0.03142499923706055, 0.007298079784959555, 0.0008062947890721262, -0.007584142033010721, -0.006398029625415802, -0.001724223606288433, -0.01614508219063282, 0.004475830122828484, 0.03753696754574776, -0.02176865004003048, 0.010242429561913013, -0.006603855174034834, -0.013912400230765343, -0.029415586963295937, 0.01864289492368698, -0.004821198061108589, -0.007605073507875204, -0.00300714373588562, -0.013465863652527332, -0.02055463008582592, -0.007423668168485165, 0.012244866229593754, 0.0020861623343080282, -0.015698546543717384, 0.008414420299232006, 0.02136397734284401, 0.002091395203024149, 0.006691069342195988, -0.012537905015051365, -0.020401133224368095, 0.004727006424218416, -0.050793517380952835, 0.009802869521081448, 0.02548048458993435, -0.01844753511250019, -0.015517140738666058, -0.04032782092690468, 7.767509669065475e-05, -0.002967025153338909, -0.011847169138491154, -0.03039238601922989, 0.017875410616397858, 0.012363477610051632, -0.01804286241531372, 0.004179301671683788, -0.008100450038909912, -0.015000833198428154, -0.004517692606896162, -0.012286728248000145, -0.011107593774795532, 0.0008381279185414314, -0.016689298674464226, 0.026708459481596947, -0.016828840598464012, 0.022884991019964218, -0.025843296200037003, -0.0032932062167674303, -0.0409138984978199, -0.00982380099594593, -0.038150954991579056, 0.00902840867638588, -0.005916607566177845, 0.015782272443175316, 0.01008195523172617, -0.006436403840780258, -0.02628983184695244, -0.030057482421398163, -0.045993249863386154, -0.035053107887506485, 0.012363477610051632, 0.0025606073904782534, 0.03282042592763901, 0.022284958511590958, -0.010395926423370838, 0.03360186517238617, 0.002025112509727478, 0.016689298674464226, -0.019815053790807724, 0.003872307948768139, -0.012251842767000198, 0.0004818581510335207, 0.011393656022846699, 0.0065933894366025925, -0.035639189183712006, 0.0010640125256031752, 0.01875452883541584, 0.002571072895079851, 0.02737826481461525, 0.010758737102150917, -0.00444094417616725, 0.008246969431638718, -0.014149622991681099, -0.013347252272069454, 0.0002690556284505874, 0.011672740802168846, 0.013612383976578712, -0.035527553409338, -0.003431004472076893, 0.028717873618006706, 0.019368518143892288, -0.0005102027207612991, 0.018726620823144913, -0.0021995408460497856, -0.01622880809009075, -0.014470570720732212, -0.02206169068813324, -0.0019065012456849217, 0.0022483805660158396, -0.023317573592066765, -0.010207543149590492, 0.013703086413443089, 0.019717372953891754, 0.03781605139374733, -0.006795726250857115, -0.008505123667418957, 0.005354948341846466, 0.003575779963284731, -0.02337339147925377, -0.006091035902500153, 0.008979568257927895, 0.004730495158582926, 0.00657245796173811, 0.0010727340122684836, -0.0065689692273736, 0.0031693619675934315, -0.003528684377670288, 0.016703253611922264, 0.012893739156425, -0.004863060545176268, -0.020931394770741463, 0.00011326937237754464, -0.027545714750885963, -0.004067667759954929, 0.0006689325091429055, -0.007277148310095072, -0.018670804798603058, -0.00812835805118084, 0.0020163911394774914, -0.02196400985121727, -0.0018140542088076472, -0.012816990725696087, -0.027503851801156998, -0.035248469561338425, 0.0050549316219985485, -0.00014052378537598997, -0.0037536968011409044, -0.002126280916854739, 0.2064114660024643, -0.00902840867638588, 0.01703815534710884, 0.03175990283489227, -0.004629326984286308, 0.009614487178623676, 0.029806306585669518, 0.0077864788472652435, -0.03720206394791603, 0.010095909237861633, 0.01864289492368698, -0.0009201092179864645, -0.03097846359014511, -0.007507393602281809, 0.018335901200771332, -0.01826613023877144, -0.02726663090288639, -0.015879951417446136, 0.0018454513046890497, -0.0021245365496724844, -0.010898279957473278, 0.0016945708775892854, -0.03069937974214554, -0.0014992111828178167, 0.029164409264922142, -0.014456616714596748, -0.010151726193726063, 0.018977798521518707, 0.010249406099319458, 0.026917774230241776, -0.031341273337602615, -0.005850324872881174, 0.012789081782102585, 0.0032966947183012962, -0.047584038227796555, -0.0049642291851341724, 0.013319344259798527, -0.011686695739626884, -0.005832882132381201, -0.0001114160695578903, -0.013179801404476166, -0.0053793685510754585, -0.00827487837523222, -0.015572957694530487, 0.002975746523588896, 0.013926354236900806, -0.025299079716205597, 0.003136220620945096, 0.009963343851268291, 0.013856583274900913, -0.003764162538573146, 0.006582923699170351, -0.004960740450769663, 0.01207741443067789, 0.020917439833283424, -0.014191485941410065, -0.0015297360951080918, -0.0009706934215500951, 0.025731660425662994, -0.004350241739302874, -0.011442495509982109, 0.009160974062979221, -0.0091260876506567, -0.011358770541846752, -0.0050688860937952995, 0.02658287063241005, -0.02045694924890995, 0.009391219355165958, 0.014945016242563725, -0.023303618654608727, 0.0038130024913698435, 0.012196025811135769, -0.0027263141237199306, 0.012014620937407017, -0.004207210149616003, -0.027545714750885963, 0.008993522264063358, 0.02796434424817562, 0.008616757579147816, 0.041165076196193695, -0.037146247923374176, -0.00837953481823206, -0.007863227277994156, -0.022396592423319817, -0.026750322431325912, -0.024029241874814034, 0.04515599459409714, -0.020177865400910378, -0.0011355282040312886, 0.017400966957211494, -0.008505123667418957, -0.009816824458539486, -0.0023722248151898384, -0.0042909360490739346, 0.008407443761825562, 0.028829507529735565, -0.005634033586829901, 0.008156266994774342, -0.016814887523651123, -0.021196525543928146, -0.02104302868247032, 0.03220643848180771, -0.003928124904632568, 0.01122620515525341, -0.03198317065834999, -0.03951847180724144, -0.009858686476945877, 0.001501827617175877, 0.02256404422223568, -0.012893739156425, 0.0023757133167237043, -0.04683050885796547, -0.006998063065111637, -0.008791185915470123, 0.031927354633808136, 0.02188028395175934, 0.0049293432384729385, -0.018405674025416374, 0.016773024573922157, -0.02356875129044056, -0.0009628441766835749, -0.0056898510083556175, 0.010668033733963966, 0.00782136432826519, 0.01964760199189186, -0.015726454555988312, -0.023512933403253555, 0.002548397285863757, -0.014219393953680992, -0.010012184269726276, 0.000886967871338129, 0.0012986186193302274, 0.014372890815138817, -0.011909963563084602, -0.013410046696662903, 0.007898112758994102, 0.0077864788472652435, -0.018168451264500618, 0.0146380215883255, 0.0015306082786992192, -0.012482088059186935, -0.0051491232588887215, 0.01726142317056656, -0.019326655194163322, 0.007039925549179316, -0.022243095561861992, 0.01308909896761179, 0.001482640509493649, -0.017987044528126717, -0.02235472947359085, -0.02186633087694645, 0.0019989481661468744, 0.0031676178332418203, -0.0024542061146348715, -0.0012951300013810396, -0.009907526895403862, 5.371846054913476e-05, -0.04443037509918213, -0.0018454513046890497, -0.007619027514010668, -0.042365141212940216, 0.016117174178361893, 0.016814887523651123, 0.006712000351399183, -0.03251343220472336, -0.03759278357028961, -0.17984254658222198, 0.013926354236900806, 0.018475444987416267, -0.040858082473278046, 0.027741074562072754, -0.008888865821063519, 0.0017093971837311983, 0.0017338171601295471, 0.010402902960777283, -0.030504019930958748, 0.010535468347370625, -0.005937539041042328, -0.025815386325120926, -0.007514370605349541, -0.019591785967350006, -0.03469029814004898, 0.0001467378024244681, 0.003987430594861507, 0.019982505589723587, 0.010116840712726116, 0.013305390253663063, -0.04281168058514595, 0.014986878260970116, 0.030057482421398163, -0.0037536968011409044, 0.018112633377313614, 0.001286408631131053, 0.0076818219386041164, -0.018405674025416374, -0.056319404393434525, -0.008065564557909966, -0.0031309877522289753, 0.005724736489355564, 0.004521181341260672, -0.01128202211111784, -0.0003543074708431959, 0.011916941031813622, 0.007884158752858639, -0.01057733129709959, -0.0021716321352869272, 0.011644832789897919, 0.04021618515253067, -0.01509851310402155, 0.023122213780879974, 0.011861124075949192, 0.02608051709830761, 0.018824301660060883, -0.037146247923374176, 0.00363508565351367, -0.01624276302754879, 0.006687580607831478, -0.025117672979831696, -0.008358603343367577, 0.010123818181455135, 0.02335943654179573, 0.0018646384123712778, -0.005965447518974543, 0.0014625812182202935, -0.012656516395509243, -0.014651976525783539, 0.018377764150500298, -0.031927354633808136, -0.012042528949677944, -0.004660723730921745, -0.021740742027759552, -0.006084058899432421, -0.0107796685770154, 0.008595826104283333, -0.024992085993289948, 0.005822416394948959, 0.0040118508040905, 0.018475444987416267, -0.0030402850825339556, 0.019982505589723587, 0.005543331149965525, 0.029499312862753868, -0.027252675965428352, 0.025215353816747665, 0.011247135698795319, 0.0019675511866807938, -0.005222382955253124, 0.03360186517238617, -0.03170408681035042, 0.021098846569657326, -0.01283792220056057, -0.007402736693620682, 0.023317573592066765, 0.009858686476945877, 0.008142312988638878, -0.01744282804429531, 0.025103719905018806, -0.024210646748542786, -0.02157329022884369, -0.019103385508060455, 0.006101501639932394, 0.003431004472076893, 0.017191652208566666, -0.014149622991681099, 0.0015916581032797694, 0.004325821530073881, -0.010270337574183941, 0.0035461271181702614, -0.009223767556250095, 0.00727017130702734, 0.0365043506026268, -0.0016666622832417488, 0.014414753764867783, 0.0047130524180829525, 0.04462573304772377, -0.010751759633421898, -0.018377764150500298, 0.011554130353033543, -0.013326321728527546, 0.015293871983885765, -0.002693172777071595, 0.026429373770952225, 0.0008830432198010385, -0.02969467267394066, 0.006167784333229065, -0.013570521026849747, 0.03301578760147095, -0.025536302477121353, -0.010912233963608742, 0.02227100357413292, 0.014428707771003246, -0.00426302757114172, -0.11353188753128052, -0.014945016242563725, 0.0033560001756995916, 0.0037571853026747704, -0.007856249809265137, -0.004901434760540724, -0.014442662708461285, 0.03078310377895832, -0.0003213841118849814, 0.014875244349241257, -0.01927083730697632, -0.013710063882172108, -0.024489732459187508, 0.010479651391506195, -0.0035060085356235504, -0.009740076027810574, -0.02497813105583191, 0.015907859429717064, -0.007193422876298428, 0.043955929577350616, 0.0005913118948228657, -0.0171497892588377, 0.009733098559081554, -0.019829008728265762, -0.0012436737306416035, 0.003096102038398385, -0.022912900894880295, 0.0251734908670187, 0.008860956877470016, -0.0067782835103571415, 0.010388948954641819, -0.03058774396777153, 0.017707960680127144, -0.030811013653874397, 0.0009584834333509207, -0.007953929714858532, -0.017917273566126823, -0.00852605514228344, 0.02757362462580204, -0.01854521594941616, 0.002693172777071595, 0.023010579869151115, -0.025313032791018486, -0.025899112224578857, 0.021419793367385864, -0.017107926309108734, -0.017219560220837593, 0.04945391044020653, -0.024071104824543, -0.01214020885527134, -0.012858853675425053, 0.01664743572473526, -0.01484733633697033, -0.007674844935536385, 0.037760235369205475, 0.0015323525294661522, 0.012454180046916008, -0.0010736060794442892, -0.014624067582190037, 0.012216957286000252, -0.02084766887128353, -0.015907859429717064, -0.001088432502001524, 0.014484524726867676, 0.013417024165391922, 0.006056150421500206, -0.015168284066021442, -0.012663493864238262, 0.01334027573466301, -0.01509851310402155, -0.019312700256705284, 0.020903486758470535, -0.02084766887128353, 0.0007317267009057105, -0.021280251443386078, -0.0006706767599098384, -0.009614487178623676, -0.010535468347370625, 0.018503352999687195, 0.004057202022522688, -0.007898112758994102, -0.001798355719074607, -0.0069038718938827515, -0.024029241874814034, 0.019284792244434357, 0.019912732765078545, 0.023289665579795837, -0.007716707419604063, -0.009300515986979008, -0.031452909111976624, -0.028857415542006493, 0.038067229092121124, -0.011812283657491207, -0.03452284634113312, 0.005749156232923269, 0.01994064263999462, -0.009816824458539486, 0.007674844935536385, 0.00426302757114172, 0.016773024573922157, -0.024489732459187508, 0.00033926303149200976, -0.03340650722384453, 0.026415420696139336, -0.006118944380432367, -0.002107093809172511, 0.009747052565217018, 0.010514536872506142, -0.01924292929470539, -0.006621297914534807, -0.0007513498421758413, -0.005313085857778788, -0.021908193826675415, 0.01876848377287388, -0.0006192204309627414, -0.008658620528876781, -0.010905256494879723, -0.013249573297798634, 0.010123818181455135, -0.019368518143892288, 0.007619027514010668, 0.020317407324910164, -0.006352678406983614, -0.006418961100280285, 0.011658786796033382, 0.012070437893271446, 0.006471289321780205, -0.008142312988638878, -0.003697879845276475, 0.02977839671075344, -0.016870703548192978, 0.000454821769380942, 0.004273493308573961, -0.034048400819301605, 0.009140042588114738, 0.008805139921605587, 0.028941141441464424, -0.010354063473641872, 0.008581872098147869, 0.012872807681560516, 0.028034115210175514, 0.015712499618530273, -0.015126421116292477, -0.008177198469638824, 0.009809846989810467, -0.026094472035765648, -0.012984441593289375, -0.013647269457578659, -0.0009157485328614712, 0.020680217072367668, 0.007653913460671902, 0.023498978465795517, 0.04465364292263985, 0.0301970262080431, -0.007151559926569462, -0.015028741210699081, -0.019480152055621147, -0.037453241646289825, 0.025145582854747772, 0.012893739156425, -0.01846149004995823, -0.00456304382532835, 0.05190986022353172, 0.0013500750064849854, 0.006488732527941465, -0.019019661471247673, -0.007995792664587498, -0.00024725208641029894, 0.005089817568659782, 0.034662388265132904, 0.02006622962653637, -0.021587245166301727, -0.001841962686739862, -0.016382304951548576, 0.006206158548593521, 0.003155407728627324, 0.008246969431638718, -0.009963343851268291, -0.004297913052141666, 0.003739742562174797, 0.006122433114796877, 0.01383565180003643, 0.021126754581928253, 0.0015210147248581052, -0.00463979272171855, -0.0011634366819635034, 0.022326821461319923, -0.009754030033946037, 0.013772857375442982, 0.030001666396856308, -0.005724736489355564, 0.005400300025939941, -0.018280085176229477, 0.009140042588114738, -0.006509663537144661, -0.00619569281116128, 0.008191152475774288, 0.011554130353033543, -0.01408682856708765, 0.02465718239545822, 0.011288998648524284, 0.019298745319247246, 0.013437955640256405, 0.01258674543350935, -0.0035461271181702614, 0.001904756878502667, -0.03600199893116951, 0.0032478547655045986, -0.01834985613822937, -0.023526888340711594, 0.0004888352705165744, 0.008958636783063412, 0.013863560743629932, -0.014226371422410011, -0.019912732765078545, 0.004880503751337528, -0.019480152055621147, 0.0135356355458498, -0.014268234372138977, -0.0001476099423598498, -0.0024768817238509655, 0.02919231913983822, 0.002932139439508319, 0.007549256552010775, 0.026792185381054878, -0.006230578292161226, 0.02807597815990448, 0.028913233429193497, -0.02347107045352459, -0.02888532541692257, 0.015963677316904068, 0.01865684986114502, -0.0038304452318698168, -0.0012244866229593754, -0.008540009148418903, -0.019103385508060455, -0.015084558166563511, -0.0220477357506752, -0.0071655139327049255, -0.004754915367811918, 0.007528325077146292, 0.05545424297451973, 0.013158869929611683, -0.012754196301102638, 0.014903153292834759, 0.006439892575144768, -0.010368017479777336, 0.02896904945373535, 0.014777564443647861, -2.6232379241264425e-05, -0.006998063065111637, 0.01836381107568741, 0.020596493035554886, -0.0021437236573547125, -0.01994064263999462, -0.016424167901277542, -0.006544549483805895, 0.014442662708461285, 0.006582923699170351, 0.001564621808938682, -0.011184342205524445, 0.014044965617358685, -0.006942246109247208, 0.008435351774096489, 0.007409713696688414, -0.021503519266843796, -0.008714437484741211, 0.02305244281888008, -0.009105157107114792, -0.015517140738666058, -0.012091369368135929, -0.000751785933971405, 0.005417742766439915, -0.051379598677158356, -0.03502520173788071, -0.017819594591856003, -0.003743231063708663, 0.005222382955253124, -0.003976964857429266, 0.0007949569262564182, -0.002126280916854739, -0.0003564878134056926, 0.004022316541522741, -0.03427166864275932, -0.020415086299180984, 0.012935602106153965, -0.0037502082996070385, 0.005358437076210976, -0.013458887115120888, -0.02585724927484989], \"85e299ab-dba3-4ed3-ad01-06d3a13961fa\": [0.0053491247817873955, 0.022884245961904526, 0.022830145433545113, -0.03841090947389603, -0.011489460244774818, -0.011009324342012405, -0.028862282633781433, -0.045038145035505295, -0.005687248893082142, -0.04160280153155327, 0.04728328809142113, 0.016595136374235153, 0.011861396953463554, -0.0072426204569637775, 0.007174995727837086, 0.003912096843123436, 0.010157250799238682, 0.022600222378969193, 0.0041825962252914906, -0.020300976932048798, 0.01104313600808382, -0.013301806524395943, -0.02864588238298893, -0.007188520394265652, -0.006512272171676159, -0.0032831858843564987, 0.030620528385043144, -0.028835231438279152, 0.01882675476372242, -0.013815755024552345, 0.020625576376914978, -0.01136773545295, -0.005075244233012199, -0.02074730023741722, -0.024169117212295532, -0.03413701802492142, -0.018556255847215652, -0.03643626347184181, 0.02910573035478592, -0.02208627201616764, 0.031432025134563446, -0.005697392858564854, -0.011935784481465816, -1.2659845197049435e-05, -0.005585812032222748, 0.01755540817975998, 0.0068199653178453445, -0.01696030981838703, -0.024060918018221855, 0.0017869863659143448, 0.010089626535773277, 0.03432636708021164, -0.04447009414434433, -0.0036348351277410984, -0.008737129159271717, 0.01585126295685768, 0.010360125452280045, -0.013328855857253075, 0.0014683043118566275, -0.017961157485842705, 0.02590031363070011, -0.005548618268221617, -0.0018005113815888762, 0.005278118886053562, -0.02178872376680374, -0.005660199094563723, -0.025034716352820396, 0.004172452725470066, -0.0094471899792552, -0.0015021167928352952, 0.003665266325697303, 0.00463230162858963, -0.0020574857480823994, -0.01644636131823063, 0.0014065966242924333, -0.007844481617212296, 0.003972959239035845, -0.011929022148251534, -0.028862282633781433, -0.011577372439205647, 0.004662732593715191, -0.0074793072417378426, 0.00035249447682872415, 0.03800516203045845, 0.008114980533719063, 0.013579067774116993, 0.008764179423451424, 0.022099798545241356, 0.0008584128227084875, -0.0071547082625329494, -0.003550304099917412, 0.02518349140882492, 0.005930698476731777, -0.0015536807477474213, -0.003225704887881875, 0.0071614705957472324, 0.006184291560202837, 0.03116152621805668, -0.00021809010650031269, -0.006897733546793461, -0.012537645176053047, -0.002333056880161166, -0.04460534453392029, -0.02176167443394661, -0.0065156533382833, -0.007837719283998013, 0.016432836651802063, -0.0136061180382967, -0.0026678000576794147, -0.018285756930708885, 0.0018478487618267536, 0.026319587603211403, 0.008520729839801788, -0.006400691345334053, -0.0071547082625329494, 0.0166762862354517, 0.0019273079233244061, -0.03486736863851547, -0.009785314090549946, -0.02672533690929413, 0.007952680811285973, 0.02443961799144745, 0.0272122360765934, -0.008223180659115314, 0.010042288340628147, 0.000777685665525496, -0.008561304770410061, 0.006894352380186319, 0.011956071481108665, -0.013139506801962852, 0.04225200042128563, 0.017136134207248688, 0.021545274183154106, -0.0026982310228049755, -0.0008157246629707515, 0.02368221990764141, 0.001971264136955142, 0.0014505528379231691, -0.017934108152985573, -0.045011091977357864, 0.005869836080819368, 0.03202712535858154, -0.01037365011870861, 0.023601070046424866, -0.023668693378567696, 0.016689810901880264, 0.0026373688597232103, 0.03086397796869278, -0.00035693234531208873, -0.009697401896119118, 0.004524101968854666, 0.0072426204569637775, -0.0002153428504243493, 0.02515644021332264, 0.025494564324617386, 0.014228266663849354, -0.007858006283640862, -0.03129677474498749, 0.01765008270740509, 0.0037430350203067064, 0.02994428016245365, 0.008899428881704807, 0.028050784021615982, -0.00743873231112957, 0.007303482852876186, 0.025994988158345222, 0.026806486770510674, 0.003709222422912717, 0.025210540741682053, 0.0007273897062987089, 0.01856978051364422, -0.004612014163285494, -0.0155266635119915, 0.01631111092865467, 0.0067962962202727795, 0.025859739631414413, 0.005683867726475, 0.02633311226963997, -0.01690620929002762, -0.022113323211669922, -0.02374984323978424, -0.005082006566226482, 0.026968786492943764, 0.02730691060423851, -0.008358430117368698, -0.023952718824148178, -0.007418444845825434, 0.001240070560015738, -0.005061719100922346, 0.003465773072093725, 0.015053289011120796, 0.006779390387237072, -0.018542731180787086, -0.02182929776608944, -0.634483277797699, -0.009325465187430382, -0.015215588733553886, -0.03676086291670799, -0.004764169920235872, 0.012929869815707207, 0.0013575686607509851, 0.019759979099035263, -0.015377888455986977, 0.027942584827542305, 0.004233315121382475, 0.04560619220137596, 0.029403280466794968, 0.006349972449243069, -0.0166762862354517, -0.00910230353474617, 0.03768056258559227, -0.005332218483090401, -0.009291652590036392, 0.02691468596458435, 0.0010380413150414824, 0.00430770218372345, 0.004953519441187382, -0.023790419101715088, 0.0055722869001328945, -0.011658522300422192, 0.01690620929002762, 0.0018123456975445151, 0.011131049133837223, 0.016649235039949417, -0.008040593937039375, -0.0010777708375826478, 0.0030701677314937115, 0.002627225127071142, 0.05472202226519585, 0.009176691062748432, -0.020273927599191666, 0.02358754351735115, 0.021572323516011238, 0.025683915242552757, -0.02007105201482773, -0.0205173771828413, 0.01679801009595394, 0.006150479428470135, -0.006471697241067886, -0.0057210614904761314, 0.04041260480880737, -0.003766703652217984, -0.011164860799908638, -0.019300129264593124, 0.0065528471022844315, 0.01536436378955841, -0.0009281509555876255, 0.03210827335715294, -0.015594287775456905, -0.02469659224152565, 0.016040612012147903, -0.000753171683754772, 0.008250230923295021, -0.014769265428185463, -0.0009399852715432644, 0.006870683748275042, -0.03754531219601631, -0.011509748175740242, -0.022951871156692505, 0.011976359412074089, -0.011516510508954525, -0.019354229792952538, 0.0009991569677367806, -0.028429482132196426, 0.0012705016415566206, 0.006235010456293821, -0.03259517252445221, -0.014349991455674171, 0.00667119026184082, 0.04095360264182091, 0.022072747349739075, -0.023844517767429352, -0.0024023724254220724, 0.019678829237818718, 0.016027087345719337, -0.008040593937039375, -0.03370422124862671, 0.0008622166933491826, 0.019759979099035263, 0.023154744878411293, -0.021166574209928513, -0.019665302708745003, 0.002963658655062318, -0.02335762046277523, -0.006978883408010006, 0.0015486088814213872, -0.004581582732498646, -0.013186844065785408, 0.0020186014007776976, 0.018583305180072784, 0.010434512980282307, 0.011956071481108665, -0.023154744878411293, -0.032541073858737946, -0.012882531620562077, 0.008480154909193516, -0.004300939850509167, 0.03989865630865097, 0.02910573035478592, 0.006823346484452486, 0.0042738900519907475, -0.008385480381548405, 0.021775199100375175, -0.020152201876044273, 0.005278118886053562, -0.020016953349113464, -0.014999189414083958, -0.025508088991045952, -0.014431141316890717, -0.03762646019458771, 0.028862282633781433, -0.02104485034942627, -0.011496222577989101, -0.02677943743765354, -0.0028081214986741543, 0.002847005845978856, 0.01259174570441246, -0.01783943362534046, -0.0007011850830167532, -0.027617985382676125, 0.0015739682130515575, -0.011665284633636475, -0.010684724897146225, -0.000260355620412156, 0.034759167581796646, 0.003362645162269473, 0.02469659224152565, -0.007803906686604023, 0.023465819656848907, -0.007060033269226551, 0.0062248664908111095, -0.004781076218932867, 0.03435342013835907, -0.02629253827035427, -0.017014410346746445, -0.0030262116342782974, 0.021288299933075905, -0.0032071080058813095, 0.007377869915217161, -0.00552156800404191, -0.035381317138671875, -0.007425207644701004, -0.006086235400289297, 0.012551170773804188, -0.00020414248865563422, -0.014498765580356121, -0.00447000190615654, 0.01901610568165779, -0.006116666831076145, -0.004294177517294884, 0.003105670679360628, -0.005775161553174257, 0.012686420232057571, -0.01954357884824276, -0.007770094089210033, 0.038870759308338165, 0.02548103965818882, 0.0038106597494333982, -0.02201864868402481, 0.000709215528331697, -0.004980569705367088, -0.003088764613494277, -0.03811335936188698, -0.027266334742307663, -0.008994103409349918, -0.008520729839801788, -0.01957062818109989, -0.004199502523988485, 0.023776894435286522, 0.01025868859142065, -0.036355115473270416, -0.0027861434500664473, 0.009629777632653713, -0.0015240948414430022, 0.002125110710039735, 0.003303473349660635, 0.012348296120762825, -0.002191044855862856, 0.022884245961904526, 0.030647577717900276, 0.021937498822808266, 0.015175013802945614, -0.029646730050444603, 0.040899503976106644, 0.014985664747655392, 0.02049032598733902, -0.009974664077162743, -0.026563037186861038, -0.026508936658501625, 0.004831794649362564, -0.0032020362559705973, 0.03713956102728844, 0.010123438201844692, -0.008027068339288235, 0.014458190649747849, 0.013288280926644802, 0.03116152621805668, -0.020936651155352592, 0.012990731745958328, -0.02136944979429245, 0.00314455502666533, -0.014688115566968918, -0.0015697416383773088, 0.028240133076906204, -0.001665261690504849, 0.003766703652217984, -0.002174138557165861, -0.009656826965510845, 0.0025967939291149378, 0.01742015965282917, -0.02834833227097988, 0.00980560202151537, 0.0052071125246584415, -0.016392260789871216, 0.015080339275300503, -0.005403224844485521, 0.015066814608871937, 0.005071863066405058, -0.03732891008257866, 0.006089617032557726, 0.004104827996343374, 0.015621338039636612, -0.0004459012998268008, -0.03351487219333649, 0.00387828447856009, 0.016757436096668243, 0.010738824494183064, -0.005082006566226482, 0.02150469832122326, 0.002951824339106679, 0.018380431458353996, -0.017271384596824646, 0.03408291935920715, 0.009122590534389019, -0.009562152437865734, 0.019841128960251808, 0.018542731180787086, -0.003516491735354066, 0.011448885314166546, -0.000594253302551806, 0.03754531219601631, 0.01783943362534046, -0.015377888455986977, 0.005683867726475, -0.004165689926594496, 0.008655979298055172, -0.017758283764123917, -0.011442122980952263, 0.02391214296221733, -0.017852958291769028, 0.011956071481108665, 0.017433684319257736, 0.005240925122052431, 0.02104485034942627, -0.014444665983319283, -0.005382937379181385, -1.8028888007393107e-05, -0.016405785456299782, 0.009879989549517632, 0.0053491247817873955, -0.007715994492173195, -0.034109968692064285, -0.00048182698083110154, -9.235017205355689e-05, -0.01008286327123642, -0.01654103584587574, -0.044740594923496246, 0.014769265428185463, 0.01892143115401268, 0.0067760092206299305, 0.027361011132597923, 0.012436208315193653, -0.01076587475836277, 0.0020676294807344675, -0.03673381358385086, -0.005345743615180254, 0.01928660459816456, 0.026211388409137726, -0.00894000381231308, 0.001273882924579084, -0.019110780209302902, 0.004267127253115177, 0.002557909581810236, 0.009879989549517632, -0.02284367009997368, 0.03567886725068092, 0.02427731826901436, -0.018028782680630684, -0.008256993256509304, 0.019029630348086357, 0.049771882593631744, -0.012551170773804188, 0.001024516299366951, -0.014539340510964394, -0.008797992020845413, 0.018393956124782562, -0.0013660218100994825, -0.025169964879751205, 0.027915533632040024, 0.0020118390675634146, 0.006823346484452486, 0.0008664432680234313, 0.017406633123755455, 0.008196130394935608, 0.0051496317610144615, -0.034569818526506424, -0.018745604902505875, 0.005683867726475, 0.011672046966850758, -0.018772656098008156, 0.0011098927352577448, 0.0011648378567770123, 0.012294195592403412, 0.006106522865593433, 0.004490289371460676, 0.006018610671162605, -0.022370297461748123, 0.024250267073512077, 0.011198673397302628, 0.01882675476372242, -0.002568053314462304, 0.03435342013835907, 0.0009213884477503598, 0.01660866104066372, -0.02443961799144745, 0.009393090382218361, 0.010204588063061237, -0.02466954104602337, 0.00045942625729367137, -0.024426091462373734, -0.0038478535134345293, -0.0061369542963802814, 0.02023335173726082, -0.006779390387237072, 0.0027574028354138136, -0.022532597184181213, 0.020138677209615707, -0.025494564324617386, 0.005447180941700935, 0.0008765870006754994, 0.009318702854216099, 0.017609508708119392, 0.01810993254184723, 0.027590934187173843, 0.008162317797541618, 0.007675419561564922, 0.02767208404839039, -0.022789571434259415, 0.004693164024502039, 0.016067661345005035, 0.0013947623083367944, 0.016743909567594528, -0.0018529206281527877, 0.031134476885199547, 0.013836042024195194, 0.025521615520119667, 0.012855482287704945, -0.010164013132452965, 0.0011403238167986274, 0.005819117650389671, 0.011117523536086082, 0.009244315326213837, 0.028781132772564888, 0.004666113760322332, 0.021748147904872894, -0.005707536358386278, -0.0019087111577391624, 0.015810687094926834, 0.004077777732163668, 0.007174995727837086, -0.021612899377942085, 0.0024716879706829786, 0.007688944227993488, 0.0027810714673250914, 0.0034691542387008667, 0.006508891005069017, -0.0009957758011296391, -0.04368564859032631, 0.02707698568701744, -0.028618833050131798, -0.013795467093586922, 0.016554560512304306, -0.010806449688971043, -0.02326294593513012, -0.03229762241244316, -0.0027151373215019703, -0.015120914205908775, -0.017366059124469757, -0.029322130605578423, 0.00048140433500520885, -0.005548618268221617, -0.010224875994026661, 0.011989884078502655, 0.015459038317203522, 0.011381261050701141, -0.010319550521671772, 0.010157250799238682, 0.028077833354473114, -0.020016953349113464, -0.014282366260886192, -0.013166556134819984, -0.021585848182439804, -0.0025156440678983927, 0.0029213931411504745, 0.02185634896159172, -0.016486935317516327, -0.019597679376602173, 0.007134420797228813, 0.008263755589723587, -0.009650064632296562, 0.001374474843032658, -0.0013076954055577517, 0.0020794637966901064, 0.005910411011427641, -0.00048098168917931616, 0.03448866680264473, 0.0008482690900564194, -0.011218961328268051, 0.00964330229908228, 0.021315349265933037, -0.0025291689671576023, 0.008683029562234879, -0.015283213928341866, -0.0019154736073687673, -0.0015705869300290942, 0.005849548615515232, 0.0019408329389989376, -0.019908752292394638, 0.01293663214892149, -0.009508052840828896, 0.007939156144857407, -0.0015452275983989239, 0.0011758268810808659, 0.016716860234737396, 0.015377888455986977, 0.016500461846590042, -0.00881151668727398, -0.013944242149591446, 0.0012138659367337823, -0.00728319538757205, 0.012030459009110928, -0.00015775607607793063, 0.007411682512611151, -0.0029991616029292345, -0.01172614749521017, -0.026116713881492615, -0.00285545876249671, -0.0012552860425785184, -0.008040593937039375, 0.019732927903532982, -0.017082035541534424, -0.012598508037626743, -0.0383027084171772, -0.007803906686604023, 0.02867293171584606, 0.029159830883145332, 0.018312806263566017, 0.008067643269896507, -0.008358430117368698, -0.005098912864923477, 0.002535931533202529, -0.025034716352820396, -0.03337962180376053, -0.03819451108574867, -0.024358468130230904, -0.009636539965867996, 0.018772656098008156, 0.060862354934215546, 0.010813212022185326, -0.014458190649747849, -0.00923079065978527, -0.009142878465354443, -0.02518349140882492, -0.00597127340734005, -0.008818279020488262, -0.010813212022185326, 0.031134476885199547, 0.026441313326358795, 0.024060918018221855, -0.013349143788218498, 0.0009839413687586784, -0.018353382125496864, 0.0010532569140195847, 0.02182929776608944, 0.0017430302686989307, 0.010630625300109386, -0.023763369768857956, 0.0068334899842739105, 0.0063668787479400635, 0.02176167443394661, -0.009142878465354443, 0.0210718996822834, -0.005927317310124636, 0.007486070040613413, -0.0008060035761445761, -0.008967054076492786, -0.016879159957170486, -0.02744216099381447, -0.01091464888304472, 0.007452257443219423, -0.0025832687970250845, -0.004091302864253521, -0.036138713359832764, -0.011388023383915424, 0.045660290867090225, 0.022789571434259415, 0.04858168587088585, -0.0019459048053249717, 0.03578706458210945, -0.014093016274273396, 0.010725299827754498, 0.001917164190672338, -0.0016441289335489273, -0.039790455251932144, -0.01270670723170042, -0.013761655427515507, -0.016324635595083237, 0.02652246318757534, 0.009988188743591309, 0.02518349140882492, 0.007039745803922415, -0.015621338039636612, -0.01536436378955841, 0.0029044868424534798, -0.03365011885762215, 0.009338990785181522, 0.012050746940076351, -0.02704993635416031, 0.015837738290429115, -0.02201864868402481, -0.01324770599603653, -0.0026373688597232103, 0.01255793310701847, 0.011442122980952263, -0.018015258014202118, 0.003516491735354066, -0.020936651155352592, -0.01326123159378767, -0.009879989549517632, -0.019881702959537506, 0.008513967506587505, -0.007722756825387478, 0.03973635658621788, 0.00830433052033186, 0.02351992018520832, -0.040601953864097595, 0.004277271218597889, -0.008716842159628868, -0.0018089645309373736, 0.011333922855556011, 0.01996285282075405, 0.0002890962059609592, -0.006454790942370892, -0.0006813202635385096, -0.01092817448079586, -0.012787857092916965, -0.02760445885360241, 0.032514024525880814, 0.003377860877662897, -0.009163165464997292, -0.012010172009468079, 0.00398986553773284, -0.011333922855556011, -0.014377040788531303, -0.021126000210642815, 0.002612009411677718, 0.013267993927001953, -0.02205922268331051, -0.03500261902809143, 0.009183453395962715, -0.01762303337454796, 0.02978198044002056, 0.009940851479768753, -0.007972968742251396, 0.005000856705009937, 0.014634015038609505, -0.0019205454736948013, -0.006481840740889311, 0.01700088568031788, 0.017690658569335938, -0.03370422124862671, 0.024547817185521126, 0.004321227315813303, 0.021775199100375175, 0.0017886770656332374, -0.02088255062699318, -0.007229095324873924, 0.028131933882832527, -0.011279823258519173, -0.0006014383980073035, 0.00482165114954114, -0.007066795602440834, 0.02326294593513012, 0.00814203079789877, -0.020625576376914978, -0.04192740097641945, -0.029727879911661148, -0.011962833814322948, -0.0007392240222543478, 0.013903667218983173, -0.013159793801605701, -0.023830993101000786, 0.007722756825387478, -0.0005131034995429218, -0.02613023854792118, -0.013173318468034267, 0.01654103584587574, -0.015283213928341866, -0.008067643269896507, -0.003499585436657071, 0.007459019776433706, 0.001623841468244791, 0.006380403880029917, 0.002393919276073575, 0.01293663214892149, 0.028754081577062607, -0.01407949160784483, 0.03989865630865097, -0.00814203079789877, 0.003291639033704996, -0.017244333401322365, 0.010522425174713135, -0.0039087156765162945, -0.0011022848775610328, -0.013639930635690689, -0.0067827715538442135, -0.03494851663708687, -0.004828413482755423, 0.005166537594050169, 0.004858844913542271, -0.01143536064773798, 0.009879989549517632, 0.05044813081622124, -0.004064253065735102, 0.01487746462225914, -0.016432836651802063, -0.03906010836362839, 0.017528358846902847, -0.044388946145772934, 0.021491173654794693, 0.0007819122401997447, -0.022721946239471436, 0.0027354247868061066, -0.030025428161025047, 0.010718537494540215, -0.01391719188541174, -0.007851243950426579, -0.022235047072172165, 0.003976340405642986, 0.00513948779553175, -0.05112437903881073, 0.006857158616185188, -0.00045773564488627017, -0.021153049543499947, -0.0066475216299295425, -0.005639911629259586, 0.020111627876758575, -0.01270670723170042, 0.00032798046595416963, 0.008155555464327335, -0.01767713390290737, 0.028916381299495697, -0.00779038155451417, -0.009467477910220623, -0.013707554899156094, -8.955007797339931e-05, -0.023384669795632362, 0.01370079256594181, 0.004064253065735102, 0.022992445155978203, 0.004889275878667831, -0.034596867859363556, -0.020598527044057846, 0.0051935878582298756, -0.02897048182785511, -0.034921467304229736, 0.01417416613548994, 0.0071547082625329494, 0.023060070350766182, 0.011415072716772556, -0.007195283193141222, 0.05556057021021843, -0.00792563147842884, 0.005142868962138891, -0.030972177162766457, 0.024967091158032417, -0.003986484371125698, 0.002163994824513793, 0.009650064632296562, 0.012855482287704945, -0.011787009425461292, -0.011327160522341728, 0.03151317685842514, 0.007837719283998013, 0.026049088686704636, 0.03072872757911682, -0.01011667586863041, 0.006843633949756622, -0.0277261845767498, -0.007972968742251396, -0.001158920698799193, -0.005295025184750557, 0.026928210631012917, -0.015323788858950138, -0.011604422703385353, 0.013180081732571125, 0.010319550521671772, -0.0038410909473896027, -0.00089011195814237, 0.003993246704339981, -0.015323788858950138, 0.005660199094563723, -0.018488630652427673, -0.014431141316890717, -0.022424396127462387, -0.016027087345719337, -0.007898581214249134, 0.0024006818421185017, 0.0020625577308237553, 0.033785369247198105, -0.011442122980952263, -0.02028745226562023, 0.003851234680041671, 0.013153031468391418, -0.010136963799595833, 0.0012586673256009817, 0.018448056653141975, 0.007648369297385216, 0.01755540817975998, -0.005558761768043041, 0.022194473072886467, -0.019854653626680374, -0.028564732521772385, -0.005694011691957712, 0.015161489136517048, -0.029646730050444603, -0.007066795602440834, -0.00693154614418745, -0.0366797149181366, -0.0066407592967152596, 0.020855501294136047, -0.019908752292394638, 0.0004949293215759099, -0.013173318468034267, -0.0321623757481575, -0.010563000105321407, 0.0038208034820854664, -0.00041800603503361344, -0.008994103409349918, -0.022140372544527054, -0.011313635855913162, 0.006427741143852472, 0.011590898036956787, 0.007885056547820568, 0.20536310970783234, -0.0015486088814213872, -0.008392242714762688, 0.021964548155665398, 0.006816583685576916, -0.008838566951453686, 0.013822517357766628, -0.004997475538402796, -0.025048241019248962, 0.007546931970864534, 0.021342400461435318, 0.030647577717900276, -0.026576561853289604, -0.009210503660142422, 0.007053270936012268, -0.022992445155978203, -0.04130525141954422, -0.009535102173686028, -0.01178024709224701, -0.0053356001153588295, 0.023087119683623314, 0.012564695440232754, -0.024412566795945168, -0.006096379365772009, 0.01892143115401268, -0.009528339840471745, 0.005754874087870121, -0.007310245186090469, 0.01742015965282917, 0.004111590329557657, -0.032514024525880814, -0.018813230097293854, -0.0039019533433020115, 0.018488630652427673, -0.03191892430186272, -0.006765865255147219, 0.008683029562234879, 0.011550323106348515, 0.004726976156234741, -0.003766703652217984, -0.0009568915120325983, -0.005092150531709194, -0.00430770218372345, 0.0032071080058813095, -0.01790705695748329, 0.026833536103367805, 0.008277280256152153, -0.0043550399132072926, 0.0010008476674556732, 0.016513986513018608, -0.005656817927956581, 0.0035063480027019978, 0.02153174951672554, 0.024426091462373734, 0.008520729839801788, -0.014688115566968918, 0.008412529714405537, 0.007080320734530687, 0.015634862706065178, 0.013491155579686165, -0.015459038317203522, 0.026319587603211403, -0.011502984911203384, 0.011259536258876324, -0.0040879216976463795, 0.006248535122722387, -0.03310912102460861, -0.03197302296757698, -0.00163567578420043, -0.04365859553217888, 0.016419311985373497, -0.007303482852876186, 0.003986484371125698, 0.017298433929681778, 0.017920583486557007, -0.013207131065428257, 0.0076280818320810795, 0.006887590046972036, -0.02169404923915863, 0.02284367009997368, -0.028997531160712242, -0.011394785717129707, -0.006458172108978033, -0.04008800536394119, -0.019976377487182617, -0.03984455764293671, 0.03294682130217552, -0.008642454631626606, -0.005136106628924608, -0.00648522237315774, -0.0061369542963802814, -0.008223180659115314, -0.01376841776072979, 0.03786991164088249, 0.014431141316890717, 0.0027235904708504677, -0.0222215224057436, 0.00862892996519804, -0.015175013802945614, -0.0291327815502882, -0.014836889691650867, 0.012158946134150028, 0.025859739631414413, -0.012348296120762825, -0.023019496351480484, -0.025954414159059525, 0.0004590036114677787, 0.00504819443449378, 0.007810669019818306, -0.0024344942066818476, -0.009291652590036392, -0.03811335936188698, 0.010055813938379288, -0.00356044783256948, 0.005609480664134026, 0.028699982911348343, 0.0049264696426689625, -0.006708384025841951, -0.01686563529074192, 0.008371954783797264, 0.002003385918214917, -0.017406633123755455, 0.005687248893082142, 0.005636530462652445, 0.01551313791424036, -0.004446333274245262, -0.02587326429784298, 0.0005946759483776987, -0.007675419561564922, -0.023384669795632362, 0.0048520821146667, -0.0009459024295210838, 0.0009349134052172303, -0.02003047801554203, -0.03116152621805668, 0.0033913857769221067, 0.010874073952436447, -0.023574018850922585, 0.008020306006073952, -0.019814077764749527, -0.003051570849493146, 0.001829251879826188, 0.028077833354473114, -0.013599355705082417, 0.02815898321568966, 0.003237539203837514, -0.011624709703028202, 0.01541846338659525, -0.010698249563574791, -0.0294303297996521, -0.007648369297385216, 0.026928210631012917, -0.0026779435575008392, -0.00807440560311079, -0.020057527348399162, -0.008229942992329597, -0.010786161758005619, -0.037734661251306534, 0.0025055003352463245, -0.008331379853188992, -0.03259517252445221, -0.007770094089210033, 0.03248697146773338, 0.02293834649026394, -0.01794763281941414, -0.041224103420972824, -0.17225399613380432, 0.03037707880139351, 0.027753233909606934, -0.031053327023983, -0.007344057783484459, 0.007729519158601761, 0.02374984323978424, 0.007060033269226551, 0.004520720336586237, -0.03421816974878311, 0.019949328154325485, -0.018948480486869812, -0.02166699804365635, -0.0008419292862527072, 0.0018106551142409444, -0.025994988158345222, 0.019746452569961548, 0.012781094759702682, 0.02067967690527439, -0.004649207927286625, 0.02042270265519619, -0.04349629580974579, 0.025332264602184296, 0.002797977766022086, -0.0002819110522978008, 0.0238850936293602, 0.0016035540029406548, -0.0038918096106499434, -0.005142868962138891, -0.037112511694431305, -0.041873302310705185, -0.011651759967207909, 0.006617090664803982, 0.00877770408987999, -0.0025528378318995237, 0.007222332991659641, 0.0073981573805212975, -0.007459019776433706, -0.0028841993771493435, 0.004909563343971968, 0.01938127912580967, 0.027266334742307663, -0.018637405708432198, 0.01957062818109989, 0.011374497786164284, 0.020787876099348068, 0.01487746462225914, -0.03530016541481018, -0.009311940521001816, -0.02333056926727295, -0.00272866222076118, -0.03516491875052452, 0.0051935878582298756, 0.026319587603211403, 0.03511081635951996, 0.019029630348086357, -0.015377888455986977, 0.0020896075293421745, -0.019205454736948013, -0.01407949160784483, 0.007709231693297625, -0.02802373468875885, -0.009710927493870258, -0.009494527243077755, -0.01376841776072979, -0.012010172009468079, -0.0036010227631777525, 0.010867311619222164, -0.027279861271381378, 0.012747282162308693, -0.015607813373208046, 0.012754044495522976, -0.006681334227323532, -0.007661894429475069, 0.0001894552115118131, 0.03162137418985367, -0.03137792646884918, 0.010387175716459751, 0.007648369297385216, -0.0004196966765448451, -0.023858044296503067, 0.001768389600329101, -0.024940041825175285, 0.037274811416864395, -0.014295890927314758, 0.006874064914882183, -0.01575658842921257, -0.006306016352027655, -0.01614881120622158, -0.01612176187336445, 0.012794619426131248, -0.015012714080512524, -0.012172470800578594, -0.01510738953948021, -0.019327178597450256, 0.016027087345719337, 0.004169071558862925, -0.008196130394935608, 0.011083710938692093, -0.0009374493383802474, -0.004524101968854666, -0.013146269135177135, -0.03624691441655159, 0.009196978062391281, 0.005978035740554333, 0.019043155014514923, 0.0202604029327631, -0.01063738763332367, 0.05353182181715965, -0.03005247935652733, 0.003489441704005003, -0.007891818881034851, 0.01928660459816456, 0.0343804694712162, -0.002914630575105548, 0.038870759308338165, 0.008865616284310818, -0.018150506541132927, 0.020449751988053322, -0.0322435237467289, 0.05537121742963791, -0.030160678550601006, -0.017082035541534424, 0.031432025134563446, 0.011949309147894382, 0.0039391471073031425, -0.09673057496547699, -0.012950156815350056, -0.00215723249129951, 0.018028782680630684, -0.003959434572607279, 0.01751483418047428, -0.030755776911973953, 0.039519958198070526, -0.009325465187430382, 0.02169404923915863, -0.008081168867647648, -0.031729575246572495, -0.022113323211669922, 0.010738824494183064, 0.03154022619128227, 0.009054966270923615, -0.019137829542160034, -0.006938308477401733, -0.02358754351735115, 0.03927650675177574, -0.009568914771080017, -0.011191911064088345, 0.0006661046645604074, -0.03181072324514389, -0.013044831342995167, 0.007364345248788595, -0.021355925127863884, 0.013876616954803467, 0.03484031930565834, 0.0006213032174855471, 0.008994103409349918, -0.014634015038609505, 0.029484430328011513, -0.028267182409763336, -0.015648387372493744, -0.012990731745958328, -0.01037365011870861, -0.00890619121491909, 0.023465819656848907, -0.010055813938379288, 0.0016711788484826684, 0.017082035541534424, 0.0018884236924350262, -0.011482697911560535, 0.017447208985686302, -0.022140372544527054, -0.006836871150881052, 0.06627234071493149, -0.028781132772564888, -0.011536797508597374, 0.0010870692785829306, 0.012294195592403412, -0.0034759168047457933, -0.02326294593513012, 0.020300976932048798, 0.0004636528028640896, 0.018245181068778038, 0.008101455867290497, 0.0010963677195832133, -0.002941680606454611, -0.02506176568567753, -0.01025868859142065, -0.02573801390826702, 0.025102341547608376, 0.01595946215093136, 0.03256812319159508, -0.03037707880139351, 0.011029611341655254, 0.008412529714405537, -0.011901971884071827, -0.00453424546867609, 0.03232467547059059, -0.01178024709224701, 0.039195358753204346, -0.026535987854003906, -0.000642013328615576, -0.01370079256594181, -0.006938308477401733, 0.028294233605265617, -0.007431969977915287, -0.0006910413503646851, -0.00946071557700634, -0.018218131735920906, -0.0002554951061028987, 0.008804754354059696, -0.0014463262632489204, 0.005244306288659573, 0.0045612952671945095, 0.010840262286365032, -0.03673381358385086, 0.018191082403063774, 0.03841090947389603, 0.0022975539322942495, -0.01598651148378849, -0.006255297921597958, 0.031215626746416092, -0.0027235904708504677, 0.009278127923607826, 0.014268841594457626, -0.005416749510914087, -0.024426091462373734, -0.022167421877384186, -0.04338809847831726, 0.02453429251909256, 0.003181748790666461, 0.01654103584587574, 0.008852091617882252, 0.013808992691338062, -0.003631453961133957, -0.01934070512652397, 0.013518205843865871, 0.0008415065822191536, -0.0013220655964687467, 0.008189368061721325, -0.02280309610068798, -0.017433684319257736, -0.00022548658307641745, -0.011124285869300365, 0.011475935578346252, 8.194228576030582e-05, 0.00763484463095665, -0.0011656831484287977, 0.000844887865241617, 0.0047912197187542915, -0.02590031363070011, -0.0035300166346132755, 0.001900258008390665, -0.005707536358386278, 0.0018309425795450807, 0.02590031363070011, 0.013836042024195194, -0.0016424383502453566, 0.03181072324514389, -0.020449751988053322, 0.013890142552554607, 0.01852920651435852, 0.02707698568701744, -0.027617985382676125, -0.013903667218983173, 0.020733775570988655, 0.03208122402429581, -0.002584959613159299, -0.016108237206935883, -0.004006771836429834, 0.022857196629047394, -0.0155266635119915, -0.007783619221299887, -0.02058500051498413, -0.01322741899639368, 0.025602765381336212, 0.011360973119735718, -0.0002867715957108885, 0.044064346700906754, 0.02097722515463829, 0.004500433336943388, -0.019462428987026215, -0.02097722515463829, -0.029727879911661148, 0.0016475102165713906, 0.01585126295685768, -0.018218131735920906, -0.01241592038422823, 0.037274811416864395, 0.011191911064088345, -0.007641606964170933, -0.02016572654247284, -0.01660866104066372, -0.024169117212295532, -0.002135254442691803, 0.01605413667857647, 0.017501309514045715, -0.014025392010807991, 0.0023212225642055273, 0.00946071557700634, -0.0020574857480823994, 0.007783619221299887, 0.010312788188457489, -0.012923106551170349, -0.013998341746628284, -0.03086397796869278, 0.007553694769740105, 0.010103151202201843, 0.007431969977915287, -0.00795944407582283, -0.0021555416751652956, 0.00797973107546568, 0.0008491143817082047, 0.0205173771828413, -0.014471716247498989, 0.014593440108001232, -0.0185968317091465, 0.003675410058349371, -0.03240582346916199, 0.009217265993356705, 0.0018698268104344606, 0.02058500051498413, 0.008825041353702545, 0.014052441343665123, -0.01996285282075405, 0.0521252267062664, 0.007229095324873924, 0.01242944598197937, 0.004875750746577978, 0.010650912299752235, -0.0051192003302276134, 0.015864787623286247, -0.004990713205188513, 0.0034421044401824474, -0.040601953864097595, -0.008223180659115314, 0.007147945463657379, 0.004395614843815565, 0.014904514886438847, -0.009656826965510845, -0.02238382212817669, 0.012977207079529762, -0.02466954104602337, 0.02146412432193756, -0.010488612577319145, 0.0053491247817873955, 0.0006969585083425045, 0.02404739335179329, -0.00941337738186121, 0.001418431056663394, 0.026251962408423424, -0.003198654856532812, 0.01921897940337658, 0.0057954490184783936, -0.02466954104602337, -0.009156403131783009, 0.009670352563261986, 0.014038916677236557, 0.0025765064638108015, 0.003915478475391865, -0.00941337738186121, -0.007519882172346115, -0.010705011896789074, 0.005281500052660704, 0.0038208034820854664, 0.020179253071546555, 0.009913801215589046, 0.08082520961761475, 0.020463276654481888, -0.018055832013487816, 0.04698573797941208, 0.021247724071145058, 0.022519072517752647, 0.029971329495310783, -0.006140335462987423, 0.007580744568258524, -0.012733757495880127, 0.0029095588251948357, 0.02531873993575573, 0.006194435525685549, -0.03400177136063576, -0.01686563529074192, 0.0002778958296403289, 0.030106578022241592, 0.0188538059592247, 0.013301806524395943, -0.0008740510675124824, 0.006907877512276173, 0.001249368884600699, 0.0009213884477503598, 0.013430293649435043, -0.02345229499042034, -0.01503976434469223, 0.011333922855556011, -0.0025646721478551626, -0.012016934342682362, -0.017136134207248688, -0.0025528378318995237, 0.018028782680630684, -0.044740594923496246, -0.006901114713400602, -0.004256983753293753, -0.0111107612028718, -0.009947613812983036, -0.0018258707132190466, -0.008513967506587505, -0.008358430117368698, -0.024128543213009834, -0.014836889691650867, -0.03389357030391693, -0.008655979298055172, 0.006049042101949453, -0.01094846148043871, 0.00044421065831556916, -0.014255315996706486, -0.030782828107476234], \"d6c1fedf-e4a6-410b-a383-2dc70f09cd75\": [0.009504602290689945, 0.013450038619339466, 0.006297654006630182, -0.03930392488837242, -0.025108560919761658, 0.01497487723827362, -0.017409149557352066, -0.005989951081573963, -0.026640238240361214, -0.03183699771761894, 0.011624334380030632, 0.0009974704589694738, 0.006687411107122898, -0.0003356953675393015, 0.007877196185290813, 0.011733739636838436, 0.014660336077213287, 0.004492463078349829, 0.01905023120343685, -0.01133030652999878, -0.014865471981465816, 0.006547234952449799, -0.014509904198348522, 0.000501299393363297, -0.01980239525437355, 0.012875659391283989, 0.04138262942433357, -0.0243290476500988, -0.0017248460790142417, -0.019214339554309845, 0.02787104994058609, -0.004800166003406048, -0.023631587624549866, -0.01609628275036812, -0.014769742265343666, -0.011166198179125786, -0.019624611362814903, -0.02437007427215576, 0.037881653755903244, -0.005275396164506674, 0.030141213908791542, -0.010208900086581707, -0.014496228657662868, 0.00576088298112154, -0.004256557673215866, 0.03301310911774635, 0.003030874067917466, -0.007323330268263817, -0.010906360112130642, 0.02312558703124523, 0.017450176179409027, 0.032520782202482224, -0.03325927257537842, -0.014003903605043888, -0.018079258501529694, 0.004724950063973665, -0.007726763375103474, -0.01776471734046936, 0.008649871684610844, -0.014988552778959274, 0.010037953965365887, 0.02345380373299122, -0.009046467021107674, -0.0007684026495553553, -0.008622520603239536, -0.00876611564308405, -0.012588470242917538, -0.016848446801304817, 0.0005042909760959446, -0.005880545359104872, 0.019884448498487473, 0.005791653413325548, -0.006687411107122898, -0.013128659687936306, 0.006068585906177759, -0.009990089572966099, -0.007569492794573307, -0.011043117381632328, 0.02602483332157135, -0.013326956890523434, 0.019857097417116165, -0.002702657599002123, -0.0019299812847748399, 0.030387377366423607, 0.015234715305268764, 0.0013812443939968944, 0.022715317085385323, 0.02632569707930088, -0.003148827003315091, -0.013764578849077225, -0.0116927120834589, 0.015644986182451248, 0.005405315198004246, 0.004020651802420616, -0.003685597563162446, -0.007945573888719082, 0.011309793218970299, 0.020376773551106453, 0.013429524376988411, -0.013361146673560143, 0.0015094539849087596, 0.0018889543134719133, -0.038565438240766525, -0.02591542713344097, -0.010913197882473469, 4.5434266212396324e-05, 0.011289279907941818, 0.002463333075866103, 0.005873707588762045, -0.015822770074009895, -0.01353893056511879, 0.021470827981829643, 0.009723413735628128, -0.014113308861851692, -0.0024496575351804495, 0.007234438322484493, -0.006256626918911934, -0.05552329123020172, -0.019597260281443596, -0.027474455535411835, 0.013627822510898113, 0.011870495975017548, 0.027324022725224495, -0.017997203394770622, 0.022619586437940598, 0.01346371416002512, -0.004068517126142979, 0.0002562054432928562, -0.0033402866683900356, -0.017327096313238144, 0.04362544044852257, 0.00897808838635683, 0.021019531413912773, -0.001337653142400086, -0.010632846504449844, 0.0027693265583366156, 0.014359471388161182, 0.01926904357969761, -0.01580909453332424, -0.03820987045764923, -0.0001989385054912418, 0.03216521441936493, -0.0055249775759875774, 0.003300969023257494, -0.025505157187581062, 0.03542003035545349, 0.006683992221951485, 0.028445428237318993, 0.008533628657460213, -0.005405315198004246, -0.0049198283813893795, 0.013716714456677437, 0.0034120839554816484, 0.013969714753329754, 0.002837704960256815, 0.007644709199666977, -0.0006679718499071896, -0.01312182191759348, 0.010701225139200687, 0.01761428453028202, 0.024069208651781082, 0.01044822484254837, 0.033396027982234955, 0.014619309455156326, 0.01304660551249981, 0.02051353082060814, 0.021621260792016983, -0.011761090718209743, 0.004707855172455311, -0.008232763968408108, 0.022824721410870552, -0.002988137537613511, -0.01667066290974617, 0.014769742265343666, 0.010858495719730854, 0.019132286310195923, 0.009196899831295013, 0.027788996696472168, -0.031071161851286888, -0.027282996103167534, -0.026106886565685272, 0.010714900679886341, 0.022838396951556206, 0.030031809583306313, -0.014359471388161182, 0.009908035397529602, 0.025806020945310593, 0.01321755163371563, 0.013956038281321526, 0.017710015177726746, 0.02259223535656929, 0.0024035018868744373, -0.009272116236388683, -0.01950152963399887, -0.6428666710853577, -0.011200387962162495, 0.019679313525557518, -0.04113646596670151, -0.010646522045135498, 0.03314986452460289, 0.021716991439461708, 0.008205411955714226, -0.03137202560901642, 0.04868544638156891, 0.022469153627753258, 0.01920066401362419, 0.014838120900094509, -0.014332120306789875, -0.004147151950746775, -0.02085542306303978, 0.029812997207045555, -0.01961093582212925, 0.0033966987393796444, 0.005224112421274185, 0.0017359575722366571, 0.015973202884197235, -0.0016111668664962053, -0.009436223655939102, 0.008424223400652409, 0.007542141247540712, 0.015097958967089653, -0.00484461197629571, -0.0019539138302206993, 0.023850398138165474, -0.028828348964452744, 0.006420735269784927, 0.0018957920838147402, 0.0119730643928051, 0.06301756948232651, -0.00304625928401947, -0.013012416660785675, 0.0006265174015425146, 0.014865471981465816, 0.015180012211203575, -0.023070884868502617, -0.002150501823052764, 0.025737643241882324, 0.018612610176205635, 0.00493008503690362, 0.0012008962221443653, 0.03990565612912178, -0.01643817499279976, -0.0008983216830529273, -0.002712914487347007, 0.0021898194681853056, -0.0017111703054979444, -0.0018359610112383962, 0.04986155405640602, -0.007521627936512232, -0.01587747223675251, 0.01851687952876091, 0.0045745172537863255, 0.009210575371980667, -0.003760813968256116, 0.016014229506254196, 0.00576088298112154, -0.006595100276172161, 0.009983251802623272, -0.029293321073055267, -0.0012820956762880087, -0.02896510437130928, -0.01208930741995573, 0.009101170115172863, -0.013224389404058456, 0.012656847946345806, 0.00018964330956805497, 0.0029077930375933647, -0.02229136973619461, 0.015344120562076569, 0.02096482738852501, 0.036185868084430695, -0.04649733752012253, 0.00012201276695122942, 0.025176940485835075, 0.013737227767705917, -0.005268558394163847, -0.03104380890727043, 0.0015222749207168818, 0.0339430570602417, 0.012226064689457417, -0.006844681221991777, -0.00616773497313261, 0.019214339554309845, -0.006923316512256861, -0.0032599419355392456, 0.009702900424599648, -0.014373146928846836, -0.013648335821926594, 0.033204566687345505, 0.030277971178293228, -0.0035420029889792204, 0.011439711786806583, -0.016944175586104393, -0.018804069608449936, -0.020335746929049492, -0.00525146396830678, -0.018571583554148674, 0.01199357770383358, 0.011029441840946674, -0.010967900976538658, 0.009121683426201344, -0.006130126770585775, 0.03273959457874298, -0.018694663420319557, 0.0201716385781765, -0.0128209562972188, -0.02077336795628071, -0.023057207465171814, 0.0034992664586752653, -0.029183916747570038, 0.01881774514913559, -0.01806558296084404, -0.006102775223553181, -0.005630963947623968, -0.00034210586454719305, 0.0012966260546818376, 0.0073506818152964115, -0.02527266927063465, 0.008198574185371399, -0.0027471035718917847, -0.0115012526512146, -0.018503203988075256, -0.01613731123507023, 0.006451505236327648, 0.0057779778726398945, 0.01591849885880947, 0.018188664689660072, 0.0014915046049281955, 0.019775044173002243, -0.00394201697781682, -0.010455062612891197, -0.001000034622848034, 0.014523579739034176, -0.014947526156902313, -0.0047899093478918076, -0.004875382408499718, 0.012985064648091793, 0.0030223268549889326, -0.000640193116851151, -0.00031689132447354496, -0.018243366852402687, -0.03325927257537842, -0.00014412892051041126, 0.006328423973172903, -0.0018137380247935653, 0.0060309781692922115, -0.010338819585740566, 0.0028445429634302855, -0.02643510326743126, -0.011952550150454044, 0.019091259688138962, -0.02855483442544937, -0.011685874313116074, -0.015152661129832268, -0.002783002331852913, 0.016342446208000183, 0.014154336415231228, 0.00673185708001256, -0.009655035100877285, -0.012691037729382515, 0.00890287198126316, -0.018339095637202263, 0.0028291577473282814, -0.006102775223553181, -0.005600193981081247, 0.014236390590667725, -0.008225926198065281, 0.011241414584219456, 0.010817468166351318, 0.024725642055273056, -0.02896510437130928, -0.016547581180930138, -0.011049955151975155, -0.007118195295333862, 0.006649802904576063, 0.02111526019871235, -0.0031077999155968428, -0.015207364223897457, 0.038264572620391846, 0.018913475796580315, 0.008212249726057053, 0.00028248841408640146, -0.009928548708558083, 0.01438682246953249, 0.01617833785712719, 0.024205965921282768, -0.008403710089623928, -0.024219641461968422, -0.015180012211203575, 0.01731341890990734, 0.009887522086501122, 0.025368399918079376, 0.0305514857172966, 0.019980179145932198, 0.013272254727780819, 0.005494207143783569, 0.02964888885617256, -0.026749644428491592, 0.019022880122065544, -0.03889365494251251, -0.011856820434331894, -0.010933712124824524, -0.0017316838493570685, 0.02353585697710514, -0.012882497161626816, -0.0014385113026946783, -0.015945851802825928, -0.02175801806151867, -0.002608637325465679, 0.03156348690390587, -0.01784677244722843, 0.011193550191819668, 0.00944990012794733, -0.010831143707036972, 0.01995282806456089, -0.006978019140660763, 0.008855007588863373, 0.026749644428491592, -0.03566619008779526, -0.008027628064155579, 0.009901197627186775, -0.009504602290689945, -0.01380560640245676, -0.05117442086338997, -0.0003538583987392485, 0.005063422955572605, -0.0064378296956419945, -0.014988552778959274, 0.031235268339514732, 0.004615544341504574, 0.028800997883081436, -0.01859893463551998, 0.022168288007378578, -0.02688640169799328, 0.011795280501246452, 0.029895052313804626, 0.022373424842953682, -0.013491065241396427, 0.011986739933490753, 0.004215530585497618, 0.021470827981829643, 0.018530555069446564, -0.017997203394770622, 0.00871141254901886, -0.012328632175922394, 0.013108146376907825, -0.013190200552344322, -0.0013923558872193098, 0.023590561002492905, -0.010851657949388027, 0.018079258501529694, 0.01333379466086626, 0.020240016281604767, 0.017942501232028008, -0.01896817795932293, -0.011788441799581051, 0.00030577980214729905, 0.009361008182168007, 0.02085542306303978, -0.0048958961851894855, -0.016260391101241112, -0.029512133449316025, -0.034900352358818054, 0.003429178614169359, 0.005805328954011202, -0.03361484035849571, -0.02798045612871647, -0.004041165579110384, 0.027788996696472168, 0.01537147257477045, 0.02010326087474823, 0.0019214340718463063, 0.01502958033233881, -0.008082331158220768, -0.030633538961410522, -0.012020928785204887, 0.012855146080255508, 0.02692742832005024, -0.006663478445261717, -0.019788719713687897, -0.027433428913354874, 0.01022257562726736, -0.004044584464281797, 0.02549147978425026, -0.029129212722182274, 0.023590561002492905, 0.018763042986392975, -0.00566515326499939, -0.01159698236733675, 0.012458550743758678, 0.03254813700914383, 0.008280628360807896, -0.025245318189263344, 0.007576330564916134, 0.014359471388161182, -0.005603612866252661, -0.021429801359772682, -0.021060558035969734, 0.017737366259098053, 0.019063908606767654, -0.0019692990463227034, -0.016752716153860092, -0.007993439212441444, -0.009600332006812096, -0.01025676541030407, -0.02746077999472618, -0.018489528447389603, 0.002085542306303978, -0.00296591455116868, -0.0001623987773200497, -0.0028992455918341875, -0.01157646905630827, 0.025956453755497932, 0.025819696485996246, -0.008232763968408108, -0.010995252057909966, -0.0384833849966526, 0.025696616619825363, 0.029703592881560326, 0.013662011362612247, -0.005569423548877239, 0.009798630140721798, -0.03085234947502613, 0.01832542009651661, -0.02926596999168396, -0.006458343006670475, 0.00287531316280365, -0.015152661129832268, -0.019747691228985786, -0.024069208651781082, 0.019624611362814903, 0.0033676379825919867, 0.017942501232028008, 0.0018376704538241029, -0.015303093940019608, -0.015330445021390915, -0.008013952523469925, 0.005849774926900864, 0.006854938343167305, -0.0014786836691200733, 0.018954502418637276, 0.02594277821481228, -0.0012880787253379822, 0.02787104994058609, 0.014099633321166039, -0.002776164561510086, 0.008301141671836376, -0.01617833785712719, -0.01969298906624317, 0.014455201104283333, 0.028746293857693672, -0.0017658730503171682, 0.00304625928401947, 0.05478480085730553, 0.012773091904819012, 0.013456876389682293, 0.001998359803110361, -0.018092934042215347, -0.0008175496477633715, 0.030414728447794914, 0.0023317045997828245, 0.006810492370277643, -0.0025966709945350885, 0.0009957610163837671, 0.009347331710159779, 0.013764578849077225, -0.007713087368756533, 0.013928687199950218, 0.005706180352717638, -0.010174711234867573, -0.032794296741485596, -0.010455062612891197, 0.007911385037004948, 0.001962461043149233, 0.019829746335744858, 0.01502958033233881, -0.018229691311717033, -0.05754728987812996, 0.011966226622462273, -0.026147913187742233, -0.012403848581016064, 0.0033112256787717342, -0.016766391694545746, 0.00015684303070884198, -0.0031471175607293844, -0.01325857825577259, 0.010161035694181919, 0.007849844172596931, 0.008492602035403252, -0.009333656169474125, -0.01911861076951027, -0.0152757428586483, -0.00046753755304962397, -0.00724127609282732, 0.022496504709124565, -0.011884172447025776, 0.002983009209856391, 0.007658384740352631, -0.020992180332541466, -0.024356398731470108, 0.0039146654307842255, -0.01859893463551998, -0.002895826706662774, -0.0016445013461634517, 0.01941947638988495, -0.024465804919600487, -0.023166613653302193, 0.011638009920716286, 0.010612333193421364, -0.006106194108724594, 0.003518070559948683, 0.011740577407181263, 0.0033898609690368176, 0.0057403696700930595, -0.0008538757101632655, 0.04950598627328873, 0.0013111565494909883, -0.02915656566619873, 0.012191874906420708, 0.0037095302250236273, 0.016014229506254196, -0.006372869946062565, -0.027214616537094116, 0.012130334042012691, -0.007111357059329748, 0.004126638639718294, -0.00944990012794733, -0.02263326197862625, 0.013381659984588623, -0.025970129296183586, 0.005056585185229778, -0.0020718665327876806, 0.012472226284444332, 0.012492740526795387, 0.008547304198145866, 0.012417524121701717, -0.02885570004582405, -0.018571583554148674, -0.003135151229798794, -0.021826395764946938, 0.014797093346714973, 0.01976136863231659, -0.0041676657274365425, -0.026749644428491592, -0.008458412252366543, -0.04143733158707619, -0.01042771153151989, -0.021169964224100113, 0.01152176596224308, 0.013326956890523434, -0.021785369142889977, -0.006489113438874483, -0.03563883900642395, -0.0010564468102529645, 0.030195917934179306, 0.020622937008738518, -0.0023641844745725393, 0.023549532517790794, -0.0065301405265927315, -0.0027488130144774914, 0.0007260935381054878, -0.02877364493906498, -0.02591542713344097, -0.04058944061398506, -0.03804576024413109, -0.0008923385757952929, 0.014455201104283333, 0.040261223912239075, 0.014769742265343666, 0.0018410893389955163, -0.013361146673560143, 0.006858357228338718, -0.005518139805644751, -0.014674012549221516, -0.0014718457823619246, -0.02437007427215576, 0.04428187385201454, 0.03183699771761894, 0.030141213908791542, -0.014058606699109077, 0.008622520603239536, -0.024506831541657448, 0.004236043896526098, 0.004348868504166603, -0.002422305988147855, 0.01365517359226942, -0.016793744638562202, 0.0004525797558017075, 0.018722016364336014, 0.023139262571930885, -0.02776164561510086, -0.02673596888780594, -0.0015316769713535905, 0.01208930741995573, -0.01746385172009468, 0.0067831408232450485, -0.02096482738852501, -0.02994975447654724, -0.009696061722934246, 0.007849844172596931, 0.0036924355663359165, 0.007446411531418562, -0.03402511030435562, -0.02877364493906498, -0.0037471381947398186, 0.010236252099275589, 0.03451743349432945, -0.015111634507775307, 0.03386100009083748, 0.0230025053024292, 0.0216896403580904, -0.0032753271516412497, 0.0203630980104208, -0.03202845901250839, -0.008178060874342918, -0.010974738746881485, -0.008533628657460213, 0.008547304198145866, 0.00378132751211524, 0.04430922493338585, -0.0016000553732737899, -0.024069208651781082, -0.009737089276313782, 0.017176663503050804, -0.015658661723136902, 0.021320397034287453, 0.026120562106370926, -0.03383364900946617, 0.01806558296084404, -0.011036279611289501, -0.02108790911734104, -0.021580234169960022, 0.01076960377395153, 0.011097820475697517, 0.0020513529889285564, 0.0022462315391749144, -0.018503203988075256, -0.016055256128311157, -0.017627960070967674, -0.018284393474459648, 0.031508784741163254, 6.415820098482072e-05, 0.023754669353365898, -0.0022017855662852526, 0.006229275371879339, -0.03235667571425438, -0.0040377466939389706, -0.00023825610696803778, 0.0036274760495871305, 0.030031809583306313, 0.01783309504389763, -0.014961201697587967, 0.02123834192752838, -0.015644986182451248, -0.001247906475327909, 0.0027488130144774914, -0.035474732518196106, 0.012465388514101505, -0.017641635611653328, 0.0050121392123401165, 0.005189923103898764, 0.004383057821542025, -0.03968684375286102, 0.002912921365350485, -0.021484503522515297, 0.01905023120343685, 0.013511578552424908, -0.018845096230506897, -0.03462683781981468, 0.008383195847272873, -0.002868475392460823, 0.03347808122634888, 0.002198366681113839, 0.005613869521766901, 0.0001247906475327909, -0.0046428958885371685, -0.02111526019871235, 0.013744065538048744, 0.01478341780602932, 0.04217581823468208, -0.034982409328222275, -0.013627822510898113, 0.03495505452156067, 0.012643172405660152, -0.007596844341605902, -0.02791207656264305, -0.020116936415433884, 0.026503480970859528, 0.00836952030658722, 0.009463575668632984, -0.004263395443558693, 0.0037095302250236273, 0.01851687952876091, 0.0009889231296256185, -0.01896817795932293, -0.022578559815883636, -0.011412360705435276, -0.000846610520966351, 0.02153920754790306, 0.013108146376907825, -0.009388359263539314, -0.01855790801346302, -0.003208658192306757, -0.010783279314637184, -0.028937753289937973, -0.007651546970009804, 0.02798045612871647, -0.028992457315325737, -0.002803515875712037, -0.005306166596710682, -0.010414035990834236, 0.03446273133158684, -0.0038018410559743643, -0.004793328233063221, 0.005029234103858471, 0.025368399918079376, -0.033997759222984314, 0.024794019758701324, -0.020992180332541466, 0.011029441840946674, -0.02896510437130928, 0.03293105587363243, -0.0026770157273858786, -0.026982130482792854, -0.004950598813593388, -0.012191874906420708, -0.041874952614307404, -0.0019727179314941168, -0.021525532007217407, 0.021334072574973106, -0.009880684316158295, 0.006061748135834932, 0.01487914752215147, -0.019433151930570602, 0.0027214617002755404, -0.016643311828374863, -0.03957743942737579, 0.0022975155152380466, -0.049615394324064255, 0.007042978890240192, 0.01795617677271366, 0.004653152544051409, 0.005781396757811308, -0.024014506489038467, -0.004236043896526098, -0.012205550447106361, -0.002675306284800172, -0.03115321509540081, 0.013395335525274277, 0.011002089828252792, -0.014701363630592823, -0.008622520603239536, -0.017559582367539406, -0.023754669353365898, -0.00361038139089942, -0.0020872517488896847, 0.016957851126790047, -0.013429524376988411, -0.008622520603239536, -0.000977811636403203, -0.018722016364336014, 0.01316284853965044, -0.024356398731470108, -0.027447104454040527, -0.03402511030435562, 0.0023846980184316635, -0.026831697672605515, 0.014605633914470673, 0.013347470201551914, 0.029047159478068352, 0.010509765706956387, -0.015904823318123817, -0.025067534297704697, -0.009381521493196487, -0.030113862827420235, -0.023180289193987846, -0.0009590075351297855, 0.0044445982202887535, 0.015781743451952934, -0.005087355617433786, -0.004547166172415018, 0.0490410141646862, 0.0048275175504386425, 0.0008525936282239854, -0.03186435252428055, 0.01355944387614727, -0.0017846771515905857, -0.006906222086399794, 0.020048556849360466, 0.007774628233164549, -0.005278815049678087, 0.00609251856803894, 0.020048556849360466, 0.012697875499725342, 0.015631310641765594, 0.03036002442240715, 0.0033300297800451517, -0.0017915150383487344, -0.026749644428491592, -0.004967693239450455, -0.006065167021006346, 0.01067387405782938, 0.022168288007378578, -0.04764609411358833, -0.005381383001804352, 0.02836337499320507, 0.013518416322767735, -0.011097820475697517, 0.018886124715209007, 0.010803792625665665, -0.034599486738443375, 0.007774628233164549, -0.022072559222579002, -0.013094469904899597, -0.014126984402537346, -0.017901474609971046, -0.0007278029806911945, -0.00014829573046881706, 0.016150986775755882, 0.023918775841593742, 0.005754045210778713, -0.016725365072488785, 0.005726694129407406, 0.0031744688749313354, -0.0011957678943872452, -0.007227600552141666, -0.0006671171286143363, 0.00369585445150733, 0.003918084315955639, -0.02040412463247776, 0.009627684019505978, -0.0007162641268223524, 0.003215495962649584, -0.006290816236287355, -0.001370132900774479, -0.016766391694545746, -0.013921849429607391, 0.0008966122404672205, -0.016041580587625504, 0.00739170890301466, 0.020048556849360466, -0.0076652225106954575, -0.018571583554148674, -0.01723136566579342, -0.008834494277834892, -0.018120285123586655, 0.009484088979661465, -0.01877671852707863, -0.02342645265161991, -0.05891485884785652, -0.009832818992435932, -0.0035625165328383446, 0.02458888478577137, -0.0041539897210896015, 0.2036036252975464, -0.00345140160061419, 0.010051630437374115, 0.03142672777175903, -0.015316769480705261, 0.00461212545633316, 0.01512531004846096, -0.005863450933247805, -0.04302371293306351, 0.009340493939816952, 0.014400498941540718, -0.0014273998094722629, -0.021963153034448624, 0.00028248841408640146, 0.005018976982682943, -0.027296671643853188, -0.04781020060181618, -0.004475368652492762, -0.01001060288399458, -0.001045335317030549, 0.02405553311109543, 0.0010162744438275695, -0.03276694566011429, -0.006909640971571207, 0.022045208141207695, 0.010236252099275589, 0.00460186880081892, 0.017627960070967674, 0.007754114456474781, -0.011713226325809956, -0.0354473814368248, -0.02096482738852501, 0.015426174737513065, 0.021812720224261284, -0.01972034014761448, -0.00016100984066724777, 0.03197375684976578, -0.014468876644968987, 0.010208900086581707, 0.004410408902913332, -0.006478856783360243, -0.010509765706956387, 0.006878870539367199, -0.008061817847192287, 0.0021898194681853056, -0.008301141671836376, 0.0041300575248897076, -0.019679313525557518, 0.015357797034084797, 0.0055557480081915855, -0.014660336077213287, -0.0007342134485952556, 0.01333379466086626, 0.033396027982234955, 0.016985204070806503, -0.012526929378509521, 0.014810768887400627, 0.031207917258143425, -0.007432735990732908, 0.02718726545572281, -0.021279368549585342, 0.031125864014029503, 0.00010278133413521573, 0.010188386775553226, -0.01092003658413887, 0.028718942776322365, -0.040644142776727676, -0.0258333720266819, 0.0029812997672706842, -0.02795310504734516, 0.010044791735708714, -0.012732064351439476, 0.0012726936256513, 0.007740438915789127, 0.01984342187643051, -0.014920174144208431, 0.004212111700326204, 0.03626792132854462, 0.029402727261185646, 0.03331397473812103, -0.02353585697710514, -0.006116451229900122, -0.02877364493906498, -0.009969576261937618, -0.007193411234766245, -0.027241969481110573, 0.0350644625723362, -0.008410547859966755, -0.010311468504369259, -0.004765977151691914, -0.015863796696066856, -0.013791930861771107, -0.02081439644098282, 0.01746385172009468, -0.0022872586268931627, 0.005955761764198542, 0.004403571132570505, 0.006407059263437986, -0.028691591694951057, -0.02220931649208069, -0.02606585994362831, 0.045540038496255875, 0.01950152963399887, 0.009798630140721798, -0.027501806616783142, -0.026681264862418175, -0.004786490462720394, 0.0020889611914753914, 0.015850121155381203, 0.00558993685990572, -0.007966088131070137, -0.03208316117525101, 0.0101815490052104, -0.019255368039011955, 0.011214063502848148, 0.02040412463247776, 0.004294165875762701, -0.012246578000485897, 0.0036069625057280064, -0.017368122935295105, -0.018722016364336014, -0.008089168928563595, 0.014373146928846836, -0.012786767445504665, 0.0024787182919681072, 0.013265416026115417, -0.011904685758054256, 0.02847278118133545, -0.0035830300766974688, -0.036568786948919296, -0.0009342203848063946, -0.019980179145932198, 0.007364357355982065, 0.0023641844745725393, -0.016916824504733086, -0.0021385354921221733, -0.01054395455867052, -0.023317046463489532, 0.005634383298456669, -0.016903148964047432, 0.0004931794828735292, -0.014058606699109077, 0.015138985589146614, -0.009361008182168007, -0.010639684274792671, -0.011665361002087593, 0.0018171569099649787, 0.006143802311271429, 0.007111357059329748, -0.0022291368804872036, -0.030031809583306313, 0.0019060488557443023, 0.01274573989212513, -0.0010410617105662823, 0.0022889680694788694, -0.021771693602204323, 0.019145961850881577, -0.03221992030739784, 0.012704713270068169, -0.005819004960358143, -0.030797647312283516, 0.022236667573451996, 0.003948854748159647, 0.0008436189382337034, -0.02542310208082199, -0.018804069608449936, -0.17526760697364807, 0.018202340230345726, 0.020581908524036407, -0.028992457315325737, 0.0046668280847370625, 0.005562585778534412, 0.002070157090201974, -0.011008928529918194, 0.0121645238250494, -0.023918775841593742, 0.002473589964210987, -0.01628774404525757, -0.030414728447794914, -0.008417385630309582, -0.01233546994626522, -0.025956453755497932, -0.006444667465984821, 0.010667036287486553, 0.018680987879633904, 0.008519953116774559, 0.03219256550073624, -0.030934404581785202, 0.017327096313238144, 0.002500941278412938, 0.005952342879027128, 0.01802455633878708, -0.006150640081614256, -0.010304629802703857, -0.0065062083303928375, -0.055003613233566284, -0.03232932463288307, 0.007617357652634382, -0.0023214479442685843, -0.001950494828633964, 0.00435570627450943, 0.002184690907597542, -0.010872171260416508, -0.0007572911563329399, -0.014947526156902313, -0.0021487923804670572, 0.02636672556400299, 0.01885877177119255, -0.0010171292815357447, 0.023016180843114853, 0.012390172109007835, 0.005470274947583675, 0.004102705977857113, -0.026913752779364586, 0.004653152544051409, -0.03703375905752182, -0.001177818514406681, -0.002415468217805028, 0.004461693111807108, 0.02349483035504818, 0.016602283343672752, -0.010284116491675377, -0.012321794405579567, 0.0074806008487939835, 0.0025368400383740664, -0.010092657059431076, -0.0008431915775872767, -0.03301310911774635, 0.00304625928401947, 0.0023846980184316635, -0.004454854875802994, -0.0037471381947398186, -0.015084282495081425, 0.003420631168410182, -0.030989106744527817, 0.014195363037288189, 0.001512872870080173, -0.007357519585639238, -0.02096482738852501, -0.010243089869618416, 0.003528327215462923, 0.027146238833665848, -0.03782695159316063, -0.006595100276172161, -0.003760813968256116, -0.006181410513818264, -0.014619309455156326, 0.004588192794471979, -0.02527266927063465, 0.011439711786806583, 0.00558993685990572, 0.01135081984102726, -0.012691037729382515, 0.014099633321166039, -0.005128382705152035, 0.003890733001753688, 0.013272254727780819, -0.010099494829773903, -0.007364357355982065, 0.005576261319220066, -0.010872171260416508, 0.02836337499320507, 0.019063908606767654, -0.009990089572966099, 0.014031254686415195, -0.010400360450148582, 0.006041234824806452, -0.019898124039173126, -0.007008789572864771, -0.022523855790495872, 0.03840132802724838, 0.02089644968509674, 0.021703315898776054, -0.015494553372263908, 0.056890856474637985, -0.004543746821582317, -0.01972034014761448, 0.004188179038465023, -0.008519953116774559, 0.007084005977958441, 0.005497626028954983, 0.02081439644098282, 0.02737872488796711, -0.01580909453332424, 0.019775044173002243, -0.029402727261185646, 0.049834202975034714, -0.013723552227020264, -0.013422686606645584, 0.019884448498487473, 0.0004850595141761005, 0.0024684614036232233, -0.10798322409391403, -0.02847278118133545, 0.0005094193620607257, -0.0011470481986179948, 0.006786559708416462, 0.022988829761743546, -0.014715039171278477, 0.031098512932658195, -0.002200076123699546, 0.03889365494251251, -0.01306711882352829, -0.016506554558873177, 0.016041580587625504, 0.012287604622542858, -0.008909709751605988, -0.0001157091319328174, -0.024356398731470108, -0.010831143707036972, -0.01662963628768921, 0.05215907096862793, 0.006960924714803696, -0.0072959791868925095, -5.1951585192000493e-05, -0.014263741672039032, 0.0028718942776322365, 0.01727239228785038, -0.01999385468661785, 0.0205545574426651, 0.0020735759753733873, -0.01022257562726736, 0.013156010769307613, -0.014906498603522778, 0.022537533193826675, -0.00444117933511734, -0.008383195847272873, -0.01742282509803772, -0.002776164561510086, -0.039167169481515884, 0.03224727138876915, -0.0021316977217793465, -0.004277070984244347, 0.024657264351844788, -0.00516599090769887, -0.0018222853541374207, 0.01632877066731453, -0.017491204664111137, -0.00526172062382102, 0.05880545452237129, -0.020910125225782394, -0.009196899831295013, -0.01497487723827362, -0.015097958967089653, -0.007275465410202742, -0.026407752186059952, 0.031289972364902496, 0.014345795847475529, -0.00017511290207039565, 0.018913475796580315, -0.015248390845954418, 0.006974600255489349, -0.015795418992638588, -0.011282442137598991, -0.0214981809258461, 0.020622937008738518, 0.021935801953077316, 0.02692742832005024, -0.010995252057909966, -0.005367706995457411, 0.008943899534642696, -0.019857097417116165, -0.031016457825899124, 0.034900352358818054, -0.015795418992638588, 0.02934802509844303, -0.006116451229900122, 0.005706180352717638, 0.010414035990834236, 0.001370132900774479, 0.01308763213455677, 0.006369451060891151, 0.007706249598413706, -0.003465077141299844, -3.659314643300604e-06, -0.008342169225215912, 0.010632846504449844, 0.0023949546739459038, 0.013791930861771107, 0.02439742535352707, -0.004912990611046553, -0.045239172875881195, -0.0011487577576190233, 0.017491204664111137, 0.0006880580331198871, -0.005993369966745377, -0.014468876644968987, 0.0241375882178545, 0.0025317114777863026, -0.026202617213129997, 0.013525254093110561, 0.009326818399131298, -0.013600470498204231, 0.004089030437171459, -0.046743497252464294, 0.02549147978425026, -0.002329995157197118, 0.01941947638988495, -0.002070157090201974, -0.010755928233265877, -0.009456737898290157, 0.0009743926930241287, 0.010790117084980011, 0.0005658315494656563, -0.012376496568322182, -0.0007162641268223524, -0.016192013397812843, -0.024684615433216095, -0.013299605809152126, -0.027542833238840103, 0.017026230692863464, 0.008725088089704514, 0.015850121155381203, 0.0008897744119167328, 0.0067831408232450485, 0.0052480450831353664, 0.008916547521948814, -0.004017232917249203, -0.0005295054870657623, -0.012861983850598335, -0.006219018716365099, 0.014810768887400627, -0.0038565436843782663, -0.002365893917158246, 0.030934404581785202, 0.007111357059329748, 0.006889127194881439, 0.001912886742502451, 0.029703592881560326, -0.003518070559948683, 0.015617634169757366, 0.02130671963095665, 0.04031592607498169, -0.0009590075351297855, -0.012766254134476185, -0.018010878935456276, 0.015945851802825928, -0.02579234540462494, -0.025094885379076004, -0.015316769480705261, -0.01870834082365036, 0.015904823318123817, -0.006543816067278385, 0.0018239947967231274, 0.05645323544740677, 0.0028496712911874056, 0.014031254686415195, -0.02516326494514942, -0.006143802311271429, -0.03889365494251251, 0.0070976815186440945, -0.0011359367053955793, 0.004335192963480949, -0.013703037984669209, 0.02688640169799328, 0.025026507675647736, 0.0003177460457663983, -0.004095868207514286, -0.009518277831375599, 0.0020650287624448538, -0.018092934042215347, -0.009347331710159779, 0.009627684019505978, -0.013812444172799587, -0.016875797882676125, 0.012458550743758678, 0.015754392370581627, 0.02576499432325363, 0.009066980332136154, -0.021252017468214035, 0.004670246969908476, -0.023932453244924545, -0.011364496313035488, 0.008246439509093761, 0.01787412352859974, -0.0029436915647238493, -0.006489113438874483, 0.02077336795628071, 0.002435981761664152, 0.006964343599975109, 0.006461762357503176, 0.005083936732262373, -0.01647920347750187, 0.018270717933773994, -0.02164861187338829, 0.008779791183769703, -0.008096006698906422, 0.028527483344078064, 0.0044993008486926556, 0.016547581180930138, -0.003883895231410861, 0.028445428237318993, 0.0022188802249729633, 0.01054395455867052, -0.006533559411764145, 0.004564260598272085, -0.009326818399131298, 0.021593909710645676, -0.014961201697587967, 0.0010410617105662823, -0.026749644428491592, -0.011446550488471985, 0.026503480970859528, 0.011152522638440132, 0.019679313525557518, -0.012109820730984211, -0.01576806791126728, 0.011118333786725998, -0.020075907930731773, 0.023070884868502617, -0.016397148370742798, 0.03834662586450577, -0.00901227816939354, 0.010899522341787815, -0.004663409199565649, 0.021580234169960022, 0.022646937519311905, -0.009634521789848804, 0.02244180254638195, 0.0015222749207168818, -0.009641359560191631, -0.015781743451952934, 0.013552606105804443, -0.002035968005657196, -0.003935178741812706, -0.006133545655757189, -0.017409149557352066, -0.006619032472372055, 0.003083867486566305, -0.006588262040168047, 0.014318444766104221, 0.018680987879633904, -0.008362682536244392, 0.0701289251446724, 0.014892823062837124, -0.0025983804371207952, 0.027775321155786514, 0.010557630099356174, 0.004324935842305422, 0.012116658501327038, 0.0177236907184124, -0.006287397351115942, -0.025094885379076004, 0.006362613290548325, 0.009436223655939102, -0.010270440950989723, -0.020376773551106453, -0.015850121155381203, 0.012027766555547714, -0.0014991972129791975, 0.007713087368756533, -0.005887383129447699, 0.0010837982408702374, 0.03066089004278183, -0.0040069762617349625, 0.028199266642332077, 0.012499578297138214, -0.00912852119654417, -0.022605910897254944, 0.010974738746881485, 0.018421150743961334, -0.0011085853911936283, -0.005056585185229778, 0.006468600127846003, 0.006882289424538612, -0.03894835710525513, -0.024233317002654076, -0.00434544961899519, -0.005148896016180515, 0.004704436287283897, -0.018079258501529694, 0.016383472830057144, -0.007343844044953585, -0.0014650080120190978, -0.015603958629071712, -0.03104380890727043, -0.021662287414073944, 0.018147636204957962, 0.006478856783360243, -0.005405315198004246, -0.0014197073178365827, -0.032001107931137085], \"2cb56b22-b4b5-40fc-8067-81a72f1212af\": [0.011042475700378418, 0.01438089832663536, 0.019422322511672974, -0.01959802955389023, -0.008319025859236717, 0.012765750288963318, -0.02542337402701378, -0.02057117223739624, -0.01458363700658083, -0.03195154666900635, 0.027275050058960915, 0.01888168789446354, 0.01681375689804554, 0.011083023622632027, -0.007217481266707182, 0.001468162750825286, 0.01198858767747879, -0.007494556717574596, 0.02166595868766308, -0.014097064733505249, -0.021733539178967476, -0.0064099072478711605, -0.022490428760647774, 0.0007585788844153285, -0.019341226667165756, 0.0026322179473936558, 0.021165871992707253, -0.04070983827114105, -0.010326134040951729, -0.01958451420068741, 0.014272771775722504, -0.004183165729045868, -0.004348735325038433, -0.0213010311126709, -0.014164644293487072, -0.0212334506213665, -0.018773559480905533, -0.021720021963119507, 0.02292293682694435, -0.01989537850022316, 0.047494810074567795, 0.0008041950059123337, -0.03227592632174492, 0.009799014776945114, -0.003973669372498989, 0.024801643565297127, 0.020746879279613495, -0.024544842541217804, -0.01719220168888569, 0.011677722446620464, 0.024450231343507767, 0.03533051535487175, -0.031410910189151764, -0.005815208423882723, -0.013137437403202057, 0.0033265964593738317, 0.011812880635261536, -0.002233499428257346, 0.00694040535017848, -0.011218181811273098, 0.02227417379617691, 0.013286111876368523, -0.014543089084327221, 0.004686632193624973, -0.009461117908358574, 0.006460591685026884, -0.003189748153090477, 0.008454184047877789, -0.017300330102443695, 0.006355843506753445, 0.007325608283281326, 0.012427853420376778, -0.0063457065261900425, 0.006389633286744356, 0.011529047973453999, 0.005254299379885197, -0.013015794567763805, -0.014151128940284252, 0.0007826540386304259, -0.006068631075322628, 0.031735289841890335, -0.026247844099998474, 0.0102720707654953, 0.007683779112994671, 0.0002146702172467485, 0.018678950145840645, 0.008920482359826565, 0.031437940895557404, 0.00856906920671463, -0.02061172015964985, -0.02404475398361683, 0.014732311479747295, -0.006909994874149561, 0.01010312233120203, 0.004953570663928986, -0.0005414800252765417, 0.000742951175197959, 0.014880985952913761, -0.015191851183772087, -0.002905914792791009, -0.018705980852246284, -0.009744951501488686, -0.027680527418851852, -0.0288158617913723, -0.0082379300147295, 0.004956949967890978, 0.025882914662361145, -0.007359398063272238, 0.01182639691978693, -0.0006512965774163604, -0.006200410891324282, 0.018949266523122787, 0.01165069080889225, -0.013664556667208672, -0.01081946399062872, -0.0034364131279289722, 0.0177869014441967, -0.028221162036061287, -0.010076089762151241, -0.02466648444533348, 0.021706506609916687, 0.03897980600595474, 0.015678422525525093, 0.011610142886638641, 0.019449355080723763, 0.0071161119267344475, -0.0001386433868901804, -0.007109354250133038, -0.02224714122712612, -0.006109178531914949, 0.03300578519701958, -0.00521713076159358, 0.02366630919277668, -0.0007404169300571084, -0.013313144445419312, 0.01459715235978365, 0.01081946399062872, -0.00069817976327613, -0.01982779987156391, -0.014448477886617184, 0.014015969820320606, 0.019625060260295868, -0.00719044916331768, 0.0038283737376332283, -0.009508423507213593, 0.004622431937605143, 0.0073526399210095406, 0.027977876365184784, 0.0014571810606867075, -0.021436188369989395, -0.012894151732325554, 0.003608740633353591, 0.013637525029480457, 0.03919605910778046, 0.0026676971465349197, 0.0020746879745274782, 0.022395817562937737, -0.00590981962159276, -0.001468162750825286, 0.01709759049117565, 0.011508774012327194, 0.00873125996440649, 0.008285235613584518, -0.0012434611562639475, -0.005845618899911642, 0.02703176438808441, 0.025558533146977425, -0.009494907222688198, 0.01420519221574068, 0.01577303372323513, 0.02604510448873043, 0.02016569674015045, -0.04076389968395233, 0.022476911544799805, 0.01540810614824295, 0.004673116374760866, 0.00179761229082942, 0.005068455822765827, -0.023193253204226494, -0.01643531210720539, -0.010853253304958344, 0.0007492867298424244, 0.03184342011809349, 0.030924338847398758, -0.0035073715262115, -0.0014875917695462704, -0.0052407835610210896, 0.008346057496964931, 0.0026795235462486744, -0.0030866896267980337, 0.0243015568703413, 0.009650340303778648, -0.010718094184994698, -0.024815158918499947, -0.6478973031044006, -0.015070208348333836, -0.007758116349577904, -0.04911671578884125, 0.00856906920671463, -0.001428459770977497, 0.021422673016786575, 0.01336720772087574, -0.020071085542440414, 0.03952043876051903, 0.027842717245221138, 0.032762497663497925, 0.021720021963119507, -0.015651391819119453, -0.001784096471965313, -0.010589693672955036, 0.024801643565297127, -0.016192026436328888, -0.008508248254656792, 0.01990889385342598, -0.0109951701015234, 0.01753009855747223, 0.011110055260360241, -0.0222336258739233, 0.025234151631593704, 0.0075080725364387035, 0.019368259236216545, -0.008035192266106606, 0.0005212061805650592, 0.0182329248636961, -0.019814282655715942, -0.008623132482171059, 0.003933121915906668, 0.0037810681387782097, 0.05492854490876198, -0.00922458991408348, -0.0017283434281125665, 0.0038655423559248447, 0.03427627682685852, 0.03330313414335251, -0.017962606623768806, -0.016705630347132683, 0.024206945672631264, 0.007839211262762547, -0.011549321003258228, -0.007467525079846382, 0.05168473348021507, 0.005254299379885197, -0.01850324310362339, -0.011218181811273098, -0.005690186284482479, -0.011414162814617157, 0.0003630281426012516, 0.011231698095798492, -0.03189748153090477, -0.03603334352374077, 0.013421270996332169, -0.008305509574711323, 0.0009951068786904216, -0.029626814648509026, 0.010887043550610542, -0.006447075866162777, -0.028275225311517715, 0.0053320154547691345, -0.023179737851023674, -0.000389215158065781, -0.002812993014231324, -0.026558708399534225, -0.006882963236421347, -0.016624534502625465, -0.006616024300456047, 0.0119953453540802, -0.00291774095967412, -0.017421972006559372, 0.017354393377900124, 0.015164819546043873, 0.03741196170449257, -0.04706230014562607, -0.014461994171142578, 0.016935400664806366, 0.017759868875145912, -0.007818938232958317, -0.038952771574258804, 0.005636123009026051, 0.022111983969807625, 0.01248867530375719, -0.016029836609959602, -0.006362601649016142, 0.02434210479259491, -0.024571873247623444, 0.008109529502689838, -0.0033654547296464443, -0.007075564470142126, -0.023098642006516457, 0.009163768030703068, 0.02851851098239422, -0.007062048651278019, 0.0011023891856893897, -0.008710986003279686, -0.044413190335035324, -0.022436363622546196, -0.015908192843198776, 0.018354568630456924, 0.008751533925533295, 0.035844121128320694, -0.002250394318252802, 0.010562662035226822, 0.0013270906638354063, 0.020760394632816315, -0.015610843896865845, -0.012961731292307377, -0.026599256321787834, -0.00539283687248826, -0.05081971734762192, 0.012718445621430874, -0.026545193046331406, 0.036546945571899414, -0.018314020708203316, -0.004750832449644804, -0.03251921385526657, 0.022030888125300407, 0.02781568467617035, 0.003858784446492791, -0.027004731819033623, -0.0077986642718315125, -0.004615673795342445, -0.0038013418670743704, -0.014705279842019081, 0.00018964472110383213, 0.01950341835618019, -0.0020679300650954247, 0.01853027381002903, 0.03087027557194233, -0.012245389632880688, 0.012400821782648563, -0.009325958788394928, 0.011461468413472176, -0.011792607605457306, 0.022044403478503227, -0.028058972209692, -0.007649989333003759, -0.0030714841559529305, 0.021044228225946426, 0.009528696537017822, 0.008710986003279686, -0.01717868633568287, -0.03797962889075279, -0.003598603652790189, 0.007089080289006233, 0.021098291501402855, 0.002397379605099559, 0.008771807886660099, -0.0065653398633003235, 0.01615147851407528, -0.005075213965028524, -0.016192026436328888, 0.008264961652457714, -0.022111983969807625, -0.008177109062671661, -0.012677897699177265, -0.023585215210914612, 0.030599957332015038, 0.015137787908315659, 0.006575476843863726, -0.005598954390734434, 0.0014453546609729528, -0.00013991049490869045, 0.010758642107248306, -0.02539634332060814, -0.021733539178967476, -0.014691763557493687, 0.011968313716351986, -0.011143844574689865, 0.007514830678701401, -0.0009216142352670431, 0.03706054762005806, -0.022733714431524277, -0.002059482503682375, 0.013272596523165703, -0.012245389632880688, 0.009657097980380058, 0.013441544957458973, 0.004274397622793913, -0.01780041679739952, 0.049197811633348465, 0.024247493594884872, 0.02778865396976471, 0.011299277655780315, -0.001717361737973988, 0.006011188495904207, 0.014570120722055435, 0.015556780621409416, -0.014070033095777035, -0.0006242648232728243, -0.015299978666007519, 0.028221162036061287, 0.0065146554261446, 7.602683763252571e-05, 0.01215077843517065, 0.0019716292154043913, 0.04311566427350044, 0.0044568623416125774, 0.012265662662684917, -0.016962431371212006, 0.01924661546945572, -0.03795259818434715, 0.0008515006047673523, -0.010481567122042179, -0.02024679072201252, -0.007163417525589466, -0.0029346358496695757, -0.00021731003653258085, -0.014367382973432541, -0.018665432929992676, 0.004946812987327576, 0.013448302634060383, -0.024909770116209984, 0.0036999727599322796, 0.009799014776945114, -0.010968138463795185, 0.020787427201867104, -0.027869749814271927, 0.02362576127052307, 0.007744600530713797, -0.02508547715842724, 0.011130329221487045, -0.0114952577278018, 0.017705805599689484, -0.008846145123243332, -0.017408456653356552, 0.005190098658204079, 0.006541687063872814, 0.019003329798579216, -0.006676845718175173, 0.020408982411026955, 0.01509723998606205, 0.007285060361027718, -0.0223012063652277, 0.042358774691820145, -0.0030461419373750687, -0.0034803396556526423, 0.021328061819076538, 0.019287163391709328, -0.02326083369553089, 0.01682727411389351, 0.011954797431826591, 0.04425099864602089, 0.0037878260482102633, -0.005700323265045881, 6.805457815062255e-05, 0.010028784163296223, 0.03222186490893364, -0.029221337288618088, -0.004247365985065699, 0.0075080725364387035, -0.00624095881357789, 0.00472380081191659, 0.005872651003301144, 0.03265437111258507, 0.0257477555423975, -0.017367908731102943, -0.009258379228413105, 0.007548619993031025, 0.013786199502646923, 0.014015969820320606, 0.009001577273011208, -0.020652268081903458, -0.018773559480905533, -0.006784972734749317, 0.00047094401088543236, 7.185592403402552e-05, -0.011042475700378418, -0.03968263044953346, 0.013063100166618824, 0.018395116552710533, 0.013110405765473843, 0.00857582688331604, 0.03400595858693123, 0.006365980487316847, -0.010224765166640282, -0.0167867261916399, 0.009690887294709682, 0.019057393074035645, 0.022193077951669693, -0.0026001178193837404, 0.0025798440910875797, -0.017732838168740273, -0.007318850141018629, -0.004899507388472557, -6.488679355243221e-05, -0.00906915683299303, 0.018624885007739067, 0.009325958788394928, 0.00270486599765718, -0.019773736596107483, 0.019773736596107483, 0.02573424018919468, -0.009650340303778648, -0.009569244459271431, -0.017421972006559372, 0.006616024300456047, -0.012089956551790237, -0.018773559480905533, -0.0301944799721241, 0.028383351862430573, -0.0002808769349940121, -0.004429830238223076, -0.028680702671408653, 0.014799891039729118, -0.012590044178068638, -0.008116287179291248, -0.023085126653313637, 0.006953921169042587, 0.01062348298728466, 0.018692465499043465, -0.014002453535795212, -0.028275225311517715, -0.0038824372459203005, 0.026288390159606934, 0.015489201061427593, -0.01982779987156391, 0.0009173905127681792, -0.030735116451978683, 0.014502541162073612, 0.025477437302470207, 0.02232823707163334, -0.004808275029063225, 0.009690887294709682, -0.008690712042152882, 0.02395014278590679, -0.029951194301247597, -0.007981128059327602, -0.0010314307874068618, -0.0243015568703413, 0.00428115576505661, -0.017557131126523018, 0.002868745941668749, 0.002892398741096258, 0.0008523453143425286, -0.016300154849886894, -0.00453795725479722, -0.038249947130680084, -0.0070485323667526245, -0.011251972056925297, 0.008474458009004593, 0.017205718904733658, 0.019138488918542862, 0.04011513665318489, 0.00453119957819581, 0.034114085137844086, 0.01855730637907982, 0.015394589863717556, 0.007704053074121475, -0.009177284315228462, -0.0018314020708203316, 0.02438265085220337, 0.010096363723278046, 0.022355269640684128, 0.0028771935030817986, 0.04517007991671562, 0.022030888125300407, -0.0010525493416935205, 0.02017921209335327, -0.006420044228434563, 0.0027386555448174477, 0.009251621551811695, 0.008771807886660099, -0.022030888125300407, 0.021476736292243004, 0.00944760162383318, -0.0023112159688025713, 0.029653845354914665, 0.0005718907923437655, 0.010386955924332142, -0.01165744848549366, 0.012056167237460613, -0.013765926472842693, -0.004257502965629101, 0.000516137748491019, -0.005318499635905027, 0.017232749611139297, 0.011231698095798492, -0.001027207006700337, -0.05530698969960213, 0.008143318817019463, -0.04625134915113449, 0.02226065844297409, -0.0077310847118496895, -0.010968138463795185, -0.012069682590663433, 0.0013887569075450301, -0.02532876282930374, -0.009380022063851357, 0.005230646580457687, -0.007393187377601862, -0.034789882600307465, -0.03292468935251236, -0.00299883633852005, 0.0037540362682193518, 0.009765224531292915, 0.0030681053176522255, -0.017354393377900124, 0.024058271199464798, 0.01012339536100626, -0.03324906900525093, -0.024788128212094307, -0.006139589473605156, -0.025842366740107536, -0.005751007702201605, 0.004142617806792259, 0.019814282655715942, -0.0174760352820158, -0.013455060310661793, 0.010684304870665073, 0.0003526800428517163, -0.009974720887839794, -0.008454184047877789, 0.004899507388472557, 0.013813232071697712, 0.007920307107269764, -0.018381599336862564, 0.01857082173228264, 0.020125148817896843, -0.0260586217045784, 0.028248194605112076, 0.009636824019253254, 0.01010312233120203, -0.009420569986104965, -0.011245214380323887, -0.013448302634060383, 0.018719496205449104, 0.006538308225572109, -0.0257477555423975, -0.017773384228348732, 0.014299803413450718, -0.002584912581369281, 0.012813055887818336, 0.020422497764229774, 0.0064099072478711605, 0.00790679082274437, 0.013319902122020721, 0.009325958788394928, -0.008812354877591133, -0.023490604013204575, -0.008650165051221848, -0.0222336258739233, 0.038222916424274445, 0.02808600291609764, 0.004510925617069006, -0.01958451420068741, -0.007724326569586992, -0.03389783203601837, -0.006548444740474224, 0.0012451506918296218, -0.01955748163163662, 0.02670738287270069, -0.02781568467617035, -0.019260132685303688, -0.03611443564295769, -0.019260132685303688, 0.007818938232958317, 0.010758642107248306, -0.015651391819119453, 0.0438455231487751, 0.0013710173079743981, 0.008690712042152882, -0.012448127381503582, -0.021395642310380936, -0.016286637634038925, -0.03373564034700394, -0.015827098861336708, -0.0068728262558579445, 0.021355094388127327, 0.04457537829875946, 0.010069332085549831, 0.0033570071682333946, -0.004801517352461815, 0.010184217244386673, -0.00807573925703764, -0.01354291383177042, 0.000920769467484206, -0.01817886158823967, 0.04908968508243561, 0.024909770116209984, 0.028734765946865082, -0.0010880285408347845, 0.011556079611182213, 0.0018972919788211584, -0.006484244484454393, 0.017313845455646515, 0.016056867316365242, 0.0004341977182775736, -0.02057117223739624, -0.010907316580414772, 0.019760219380259514, 0.015151304192841053, -0.013975421898066998, -0.000894582481123507, 0.014326835051178932, -0.010332891717553139, -0.010589693672955036, -0.011434436775743961, -0.014826922677457333, -0.020638752728700638, -4.036285827169195e-05, 0.009555729106068611, -0.006643055938184261, 0.016259606927633286, -0.00019946484826505184, -0.014353866688907146, 0.025436891242861748, 0.005832103081047535, 0.028194129467010498, 0.011258729733526707, 0.0315731018781662, 0.011522289365530014, 0.017381424084305763, 0.0014293045969679952, 0.02331489697098732, -0.023760920390486717, -0.014718796126544476, -0.02609916776418686, -0.02128751389682293, 0.009582760743796825, 0.016205543652176857, 0.035168327391147614, -0.0023602109868079424, -0.021476736292243004, -0.01780041679739952, 0.0125292232260108, -0.03706054762005806, 0.01269817166030407, 0.018327536061406136, -0.022868873551487923, 0.016205543652176857, -0.0184762105345726, -0.006467349827289581, 0.001507865614257753, 0.005730734206736088, 0.02196330949664116, -0.007129627745598555, -0.0057273549027740955, -0.02369334176182747, -0.012840088456869125, 0.007041774690151215, -0.014272771775722504, 0.03187045082449913, -0.016881337389349937, 0.020314371213316917, 0.003003904828801751, 0.03849323093891144, -0.034789882600307465, 0.002802856033667922, -0.009352990426123142, -0.0018026807811111212, 0.037493057548999786, 0.02062523551285267, -0.003723625559359789, -0.010488324798643589, -0.02707231231033802, -0.026274874806404114, -0.014353866688907146, -0.034411437809467316, 0.011535805650055408, -0.012015619315207005, -0.005477311089634895, -0.0182329248636961, 0.008710986003279686, -0.022179562598466873, -0.0019361501326784492, -0.014975597150623798, 0.014624184928834438, 0.004328461363911629, 0.00558543810620904, -0.03876354917883873, 0.0288158617913723, -0.002576465019956231, 0.006403149105608463, 0.0076635051518678665, 0.0011192839592695236, 0.006920131854712963, -0.004703526850789785, -0.022571522742509842, 0.017394941300153732, 0.026558708399534225, 0.027531852945685387, -0.03816885128617287, 0.002301078988239169, 0.028978051617741585, 0.025950493291020393, 4.152438123128377e-05, 0.004254124127328396, -0.004737316630780697, 0.029329463839530945, -0.01609741523861885, -0.003858784446492791, 0.017408456653356552, 0.006274748127907515, 0.017043527215719223, 0.011434436775743961, -0.017651742324233055, -0.03727680444717407, -0.015651391819119453, -0.00222505209967494, 0.02507196180522442, -0.0014073412166908383, -0.014353866688907146, 0.007758116349577904, 0.002285873517394066, 0.014313319697976112, -0.022868873551487923, -0.021192902699112892, 0.017678773030638695, -0.02324731834232807, 0.0016354217659682035, 0.0008375623147003353, 0.019652092829346657, 0.0002810881123878062, 0.008852902799844742, -0.01404300145804882, 0.021017197519540787, 0.024585390463471413, -0.024409683421254158, 0.03870948776602745, -0.02196330949664116, 0.003323217621073127, -0.03457362577319145, 0.012583286501467228, -0.009548970498144627, -0.00470014801248908, -0.008994819596409798, -0.032708436250686646, -0.015489201061427593, 0.000484882271848619, 0.005933472421020269, 0.014124097302556038, -0.006629540119320154, 0.007163417525589466, 0.011846670880913734, -0.005470553413033485, 0.008312267251312733, -0.01061672531068325, -0.02911321073770523, 0.013441544957458973, -0.02532876282930374, 0.019368259236216545, 0.016367733478546143, -0.005734113045036793, 0.0039229849353432655, -0.025842366740107536, 0.005325257778167725, -0.001436907215975225, -0.010542388074100018, -0.040953122079372406, 0.0182329248636961, 0.019003329798579216, -0.028275225311517715, 0.017205718904733658, -0.005605712067335844, -0.023869048804044724, -0.010508598759770393, 0.0037574153393507004, 0.01816534623503685, -0.012691413052380085, -0.02463945373892784, 0.011177634820342064, -0.008291993290185928, 0.021409157663583755, -0.015637876465916634, -0.018976299092173576, -0.02090906910598278, -0.001406496507115662, -0.03354641795158386, -0.000605258101131767, 0.0007805422064848244, 0.0341951809823513, 0.005514480173587799, -0.02396366000175476, -0.007778390310704708, -0.0012443058658391237, -0.03600630909204483, -0.04252096638083458, -0.0219903402030468, 0.01198858767747879, 0.023179737851023674, 0.002723450306802988, -0.011312793008983135, 0.052603814750909805, 0.010839737951755524, 0.004338598344475031, -0.04057467728853226, -0.003723625559359789, 0.0059976726770401, 0.008852902799844742, 0.00011013331823050976, -0.00355129805393517, -0.004558231215924025, -0.0031441322062164545, 0.00019196775974705815, -0.002540985820814967, 0.015448653139173985, 0.01321177463978529, -0.008096013218164444, 0.01957099698483944, -0.03216779977083206, -0.004250744823366404, 0.011393888853490353, -0.008785323239862919, 0.010569419711828232, -0.015570295974612236, -0.0032150903716683388, 0.01916552148759365, 0.003916226793080568, 0.007562136277556419, 6.0029524320270866e-05, 0.014272771775722504, -0.019760219380259514, 0.0029126727022230625, -0.03049183078110218, -0.022679651156067848, -0.030789179727435112, -0.030924338847398758, 0.014840438961982727, -0.012684655375778675, -0.01181963924318552, 0.027369661256670952, 0.00644031772390008, -0.025909945368766785, -0.00514279305934906, 0.005105624441057444, -0.030302608385682106, -0.005440142471343279, 0.005281331017613411, 0.0087380176410079, -0.014151128940284252, -0.007217481266707182, 0.01780041679739952, -0.006004430819302797, -0.01442144624888897, -0.022044403478503227, -0.016624534502625465, -0.02193627692759037, -0.025261184200644493, 0.009170525707304478, -0.019611544907093048, -0.0026153232902288437, 0.005592196248471737, -0.008602859452366829, -0.007258028723299503, -0.016029836609959602, -0.015002629719674587, -0.02943759225308895, 0.009028608910739422, 0.0007978593930602074, -0.01424574013799429, -0.04035842418670654, -0.0034904766362160444, 0.012921183370053768, -0.008217656053602695, -0.0017739594914019108, 0.2099827527999878, -0.005000876262784004, -0.007089080289006233, 0.0369524210691452, -0.026247844099998474, 0.019084425643086433, 0.006369359325617552, -0.013455060310661793, -0.03389783203601837, 0.00017581206338945776, 0.0024092060048133135, 0.021138839423656464, -0.02703176438808441, -0.004564989358186722, 0.011718269437551498, -0.017557131126523018, -0.02609916776418686, -0.00994768925011158, -0.023923112079501152, -0.004879233427345753, 0.007278302684426308, 0.010028784163296223, -0.03224889561533928, -0.003946637734770775, 0.019719671458005905, -0.00644031772390008, 0.0037607941776514053, 0.011454709805548191, 0.026653319597244263, 0.000565132824704051, -0.02987010031938553, 0.0034600659273564816, 0.002464958932250738, 0.011556079611182213, -0.0114952577278018, -0.01815182901918888, 0.018300505355000496, 0.003527645254507661, 0.024220461025834084, -0.0288158617913723, -0.001392135862261057, -0.02536931075155735, -0.006044978275895119, -0.007994644343852997, 0.0012476848205551505, 0.005808450281620026, -0.0005190943484194577, -0.009886868298053741, -0.005413110833615065, 0.013137437403202057, -0.010218006558716297, -0.0007682934519834816, 0.04484569653868675, 0.01786799542605877, 0.01639476604759693, -0.00359522458165884, 0.020327886566519737, 0.01607038453221321, 0.008217656053602695, 0.018922235816717148, -0.009744951501488686, 0.03181638568639755, -0.020125148817896843, 0.005166445858776569, -0.006470728665590286, 0.016327185556292534, -0.021679475903511047, -0.00355129805393517, -0.0036323934327811003, -0.022409332916140556, 0.0013558119535446167, 0.009028608910739422, 0.009508423507213593, 0.014124097302556038, 0.0035073715262115, -0.007879759185016155, 0.0032370537519454956, 0.020800942555069923, 0.011508774012327194, 0.037520088255405426, -0.017043527215719223, -0.020990164950489998, -0.003340112278237939, -0.028194129467010498, -0.018341051414608955, -0.029032114893198013, 0.032708436250686646, -0.013056342490017414, -0.003537782235071063, -0.010535630397498608, -0.008447426371276379, -0.019760219380259514, 3.3014257496688515e-06, 0.012779266573488712, 0.0022487048991024494, 0.007001226767897606, -0.008366331458091736, 0.010745126754045486, -0.02263910323381424, -0.019422322511672974, -0.021409157663583755, 0.012454885058104992, 0.008792081847786903, 0.01354967150837183, -0.015462169423699379, -0.034087054431438446, 0.017638226971030235, -0.0016143032116815448, -0.01094110682606697, -0.004439967218786478, -0.019449355080723763, -0.029221337288618088, -8.885636634659022e-05, -0.011961556039750576, 0.011968313716351986, 0.012603560462594032, -0.004453483037650585, -0.01916552148759365, 0.0025460543110966682, -0.009413812309503555, -0.020679300650954247, -0.025774788111448288, -0.0028315773233771324, -0.00807573925703764, -0.007318850141018629, -0.009413812309503555, -0.01686782017350197, 0.004152754787355661, -0.024179913103580475, -0.002206467790529132, 0.005889545660465956, -0.008873176760971546, 0.013617251068353653, -0.023828500881791115, -0.013664556667208672, -0.013313144445419312, 0.008832628838717937, -0.0222336258739233, -0.01613796316087246, 0.00616662111133337, 0.003977048210799694, -0.02849148027598858, 0.016367733478546143, -0.015354041941463947, 0.0005144482711330056, -0.006200410891324282, 0.007494556717574596, 0.01043426152318716, -0.0020679300650954247, -0.027504820376634598, -0.017570646479725838, 0.002410895423963666, 0.011508774012327194, -0.010542388074100018, 0.015489201061427593, -0.022179562598466873, -0.003034315537661314, -0.019638577476143837, 0.003537782235071063, -0.013313144445419312, -0.03838510438799858, 0.040953122079372406, 0.013326659798622131, 0.0014715417055413127, -0.024152882397174835, -0.0315731018781662, -0.17267891764640808, 0.016367733478546143, 0.008460942655801773, -0.03841213881969452, 0.008677196688950062, 0.009035367518663406, 0.006896479055285454, 0.008129803463816643, 0.024247493594884872, -0.024125849828124046, 0.012927941046655178, -0.03606037423014641, -0.02776162140071392, 0.002753861015662551, 0.005632743705064058, -0.00823117233812809, 0.008886692114174366, 0.03362751379609108, 0.03527645394206047, 0.01371186226606369, 0.03473581746220589, -0.008920482359826565, 0.004679874051362276, 0.014029486104846, 0.00910294707864523, 0.023220285773277283, -0.00530498381704092, -0.005906440317630768, -0.002317973878234625, -0.026518160477280617, -0.034870974719524384, -0.0019631818868219852, -0.015556780621409416, -0.009596276096999645, 0.018543791025877, -0.006754562258720398, -0.0028535407036542892, 0.000969764543697238, -0.011312793008983135, -0.015962256118655205, 0.0182329248636961, 0.024598905816674232, -0.013157711364328861, 0.025896430015563965, 0.014002453535795212, 0.022476911544799805, 0.024625936523079872, -0.015029661357402802, 0.0239906907081604, -0.00890020839869976, 0.012441369704902172, -0.025220636278390884, 0.003311391221359372, 0.014813407324254513, 0.014502541162073612, -0.011961556039750576, -0.010245039127767086, 0.01716517098248005, -0.014962081797420979, -0.011177634820342064, -0.006119315512478352, -0.032113734632730484, -0.008001402020454407, -0.0017925439169630408, -0.0001185807486763224, -0.0002513109357096255, -0.010501840151846409, 0.006913373712450266, -0.03116762451827526, 0.00036281696520745754, 0.002478474983945489, 0.0005068455939181149, -0.007082322146743536, 0.006491002626717091, -0.0005233180709183216, 0.023112159222364426, -0.0250584464520216, 0.01782744936645031, -0.0024244114756584167, 0.011596626602113247, -0.009373264387249947, -0.005534753669053316, -0.0028214403428137302, 0.014935050159692764, -0.01490801852196455, -0.002397379605099559, 0.014164644293487072, 0.01321177463978529, -0.009799014776945114, -0.01608389988541603, 0.01888168789446354, -0.011211424134671688, -0.012042650952935219, 0.00044475699542090297, -0.013468576595187187, 0.005845618899911642, 0.019003329798579216, -0.010049058124423027, 0.008102771826088428, -0.012563012540340424, 0.00557868042960763, -0.0114952577278018, -0.03297875076532364, -0.012988762930035591, 0.024463746696710587, -0.006024704314768314, 0.008474458009004593, 0.00840687844902277, 0.046062126755714417, -0.005115761421620846, -0.03300578519701958, 0.016002804040908813, -0.010022026486694813, 0.019814282655715942, 0.020017022266983986, 0.006967437453567982, 0.02155783213675022, -0.03670913726091385, 0.004372388124465942, -0.004997497424483299, 0.06325432658195496, -0.004710284993052483, -0.029005082324147224, 0.013988938182592392, 0.005636123009026051, 0.014894502237439156, -0.11191150546073914, 0.002252083970233798, -0.0007433735299855471, 0.00807573925703764, 0.026896605268120766, 0.032086703926324844, -0.015827098861336708, 0.051630668342113495, -0.002924499101936817, 0.03303281590342522, -0.02294996753334999, -0.015043176710605621, -0.00693364767357707, 0.0192331001162529, 0.008805597200989723, 0.002606875728815794, -0.021801117807626724, -0.006686982698738575, -0.007075564470142126, 0.04479163512587547, 0.0020223138853907585, -0.010150427930057049, 0.030410734936594963, -0.010555904358625412, -0.010873527266085148, 0.03492503985762596, -0.017922060564160347, -0.0013879121979698539, 0.003703351831063628, -0.0008776875911280513, 0.03938528150320053, -0.028329288586974144, 0.013840263709425926, -0.020855005830526352, 0.017354393377900124, -0.025531500577926636, -0.012394064106047153, -0.027896780520677567, 0.017232749611139297, 0.0017030012095347047, -0.003487097565084696, 0.0003482451429590583, -0.0077310847118496895, -0.00824468769133091, 0.012590044178068638, -0.00033346214331686497, -0.013657798990607262, 0.038925740867853165, -0.023842016234993935, -0.01270492933690548, -0.021679475903511047, -0.01782744936645031, -0.0042372290045022964, -0.028194129467010498, 0.029005082324147224, -0.0007640697294846177, 0.027869749814271927, 0.018787076696753502, -0.010738368146121502, 0.003946637734770775, -0.009974720887839794, -0.01354967150837183, -0.012062924914062023, 0.029329463839530945, 0.020003505051136017, 0.028869925066828728, -0.013563187792897224, -0.011441194452345371, -0.005980778019875288, -0.03287062421441078, -0.02463945373892784, 0.036817263811826706, -0.02742372453212738, 0.01924661546945572, -0.013515882194042206, 0.0082379300147295, -0.020787427201867104, 0.0004967086715623736, 0.016475860029459, 0.005903061479330063, -0.009697645902633667, -0.005139414221048355, 0.009650340303778648, -0.005936851259320974, 0.006399770267307758, 0.012968488968908787, 0.0016742799198254943, -0.008636648766696453, 0.01233324222266674, -0.024855706840753555, -0.006534928921610117, 0.024801643565297127, -0.003113721264526248, 0.009494907222688198, 0.0036459092516452074, 0.00643356004729867, -0.0031796114053577185, -0.002214915119111538, 0.0014183229068294168, 0.010555904358625412, -0.03768227994441986, 0.007359398063272238, -0.04173704609274864, 0.015881162136793137, -0.004879233427345753, -0.0028755038511008024, 0.008947513997554779, 0.019030362367630005, -0.006784972734749317, 0.0018837760435417295, 0.02190924435853958, 0.01709759049117565, -0.00547393225133419, 0.00173510133754462, -0.02532876282930374, -0.021341577172279358, -0.0009714540210552514, -0.01853027381002903, 0.0019648713059723377, -0.01354291383177042, 0.009812530130147934, 0.011258729733526707, -0.008609617128968239, 0.0007459077751263976, -0.00021878833649680018, -0.012508949264883995, -0.007677020970731974, -0.014434962533414364, -0.01851675845682621, 0.005514480173587799, 0.002865367103368044, -0.005943609401583672, 0.008846145123243332, -0.0045616100542247295, 0.017273297533392906, 0.02053062431514263, 0.020084600895643234, -0.01948990300297737, 0.008190624415874481, 0.017057042568922043, 0.024571873247623444, -0.001276406110264361, -0.03216779977083206, -0.012961731292307377, 0.009461117908358574, -0.00961655005812645, -0.021138839423656464, -0.019462870433926582, -0.01304282620549202, 0.013265838846564293, -0.006176758091896772, 0.021706506609916687, 0.027950843796133995, 0.009089430794119835, 0.006845794152468443, -0.008481215685606003, -0.01131955161690712, -0.03230295702815056, 0.017962606623768806, 0.012353516183793545, -0.013671315275132656, -0.011015444062650204, 0.020800942555069923, 0.01917903684079647, -6.884652248118073e-05, -0.00222505209967494, -0.0027521715965121984, -0.02163892798125744, -0.0004578505177050829, 0.021422673016786575, 0.010535630397498608, -0.02911321073770523, -0.014191675931215286, 0.007345881778746843, -0.008021675981581211, 0.016475860029459, 0.012508949264883995, -0.02127399854362011, -0.007636473514139652, 0.010461293160915375, -0.011954797431826591, 0.007845969870686531, 0.02508547715842724, 0.006987710949033499, -2.956599200842902e-05, 0.010062574408948421, -2.1831318008480594e-05, 0.010528871789574623, -0.00961655005812645, 0.00020337179012130946, 0.006453833542764187, 0.0011353341396898031, -0.011035718023777008, 0.015286462381482124, 0.004125723149627447, 0.03838510438799858, 0.022747229784727097, 0.008812354877591133, -0.009170525707304478, 0.014232223853468895, 0.004727179650217295, 0.01751658320426941, -0.0015103998593986034, 0.002691349945962429, -0.0016007872764021158, -0.0004498254565987736, -0.011366857215762138, 0.009724677540361881, -0.017705805599689484, -0.019300680607557297, 0.0046258107759058475, 0.009305684827268124, 0.024909770116209984, 0.017300330102443695, -0.005761144682765007, -0.004963707644492388, -0.014732311479747295, 0.010130153968930244, 0.0017139827832579613, 0.014705279842019081, -0.0012662692461162806, 0.022030888125300407, 0.0024261008948087692, 0.010292344726622105, 0.03916902840137482, -0.02094961702823639, 0.035519737750291824, 0.032384052872657776, -0.011143844574689865, -0.013056342490017414, 0.020800942555069923, -0.004585262853652239, 0.0072715445421636105, -0.0052407835610210896, -0.02193627692759037, -0.00910294707864523, 0.005926714278757572, 0.0003596491878852248, 0.001530673704110086, 0.011616900563240051, 0.0013270906638354063, 0.07255325466394424, 0.01716517098248005, -0.024544842541217804, 0.0243015568703413, 0.01853027381002903, 0.006207169033586979, -0.004051385913044214, 0.0014825232792645693, -0.004872475750744343, -0.03160013258457184, 0.007035016547888517, 0.014678248204290867, -0.022125499323010445, -0.02372037246823311, -0.017989639192819595, 0.005602333229035139, 0.016219059005379677, 0.034114085137844086, -0.013759167864918709, -0.0174760352820158, 0.004041248932480812, -0.010346408002078533, 0.007521588355302811, 0.004497409798204899, -0.03246514871716499, 0.00710259610787034, 0.028058972209692, 0.009028608910739422, 0.0046291896142065525, -0.04138563200831413, -0.012813055887818336, 0.004304808564484119, -0.02708582766354084, -0.016381248831748962, 0.00522388843819499, -0.022125499323010445, -0.010974896140396595, -0.014718796126544476, 0.0013608804438263178, 0.0205441415309906, -0.013657798990607262, -0.005899682641029358, -0.04008810594677925, -0.02359873056411743, -0.00607876805588603, 0.007095837965607643, -0.016989463940262794, -0.0019716292154043913, -0.03733086585998535], \"28c52241-68bc-45e8-b28e-af90c8deac7e\": [-0.00043197732884436846, 0.029183251783251762, 0.013534261845052242, -0.01920173317193985, -0.013597703538835049, -0.00014692956756334752, -0.0019120669458061457, -0.008254489861428738, -0.019131243228912354, -0.030903231352567673, 0.02629312314093113, 0.013245249167084694, 0.0022398498840630054, 0.020089920610189438, 0.032764192670583725, 0.004084950312972069, 0.0032408214174211025, 0.0033007385209202766, 0.018722396343946457, -0.017087005078792572, -0.026998033747076988, 0.00687639182433486, -0.0267865601927042, -0.025658704340457916, -0.01815846748650074, -0.005322066601365805, 0.02230333536863327, -0.043140459805727005, -0.03375106677412987, -0.011299698613584042, 0.030903231352567673, -0.016156524419784546, -0.01573357917368412, -0.03767036274075508, -0.010235285386443138, -0.02417839504778385, -0.011334944516420364, -0.018214860931038857, 0.02296595089137554, -0.019441403448581696, 0.03944673389196396, -0.003276066854596138, -0.024855108931660652, -0.004296423401683569, -0.006594428326934576, 0.02994455397129059, -0.00518813356757164, -0.013365083374083042, -0.015606695786118507, -0.0038734774570912123, 0.025658704340457916, 0.015818169340491295, -0.05721045285463333, -0.012681321240961552, -0.014464742504060268, 0.01639619469642639, 0.01711520180106163, -0.010108401998877525, 0.00704557029530406, -0.010552494786679745, 0.02540493756532669, 0.012117394246160984, -0.008198097348213196, -0.01409114059060812, -0.01400655135512352, -0.0029377101454883814, -0.012462799437344074, 0.0049096946604549885, -0.007204174995422363, 0.0016706354217603803, 0.023952823132276535, -0.0029394724406301975, -0.02161252498626709, -0.0067001646384596825, 0.020893516018986702, -0.009213167242705822, -0.007457942236214876, 0.00553706381469965, -0.015479812398552895, -0.006122138816863298, 0.030395695939660072, -0.013788029551506042, -0.0062490226700901985, 0.04999218136072159, 0.018426334485411644, 0.008092360571026802, 0.01477490272372961, 0.028295066207647324, -0.017566343769431114, -0.003584464779123664, 0.005498293787240982, 0.024643635377287865, 0.026236731559038162, 0.013118365779519081, 0.02578558772802353, 0.011511172167956829, -0.0027667696122080088, 0.01796109415590763, -0.013978354632854462, -0.004603059031069279, -0.018017485737800598, 0.024093806743621826, -0.037613969296216965, -0.018623707816004753, -0.027731139212846756, -0.011983460746705532, 0.034314993768930435, -0.015945052728056908, 0.009614964947104454, -0.012575585395097733, -0.0010741058504208922, 0.005991730373352766, -0.0029165628366172314, -0.010961342602968216, -0.011574613861739635, 0.01254033949226141, -0.000948103261180222, -0.015775874257087708, -0.022782674059271812, -0.013442623429000378, 0.014464742504060268, 0.026998033747076988, 0.014196876436471939, -0.03369467332959175, -0.004874449223279953, -0.008000722154974937, -0.000391004461562261, -0.012681321240961552, -0.033299922943115234, -0.012068049982190132, 0.05994550138711929, 0.006245498079806566, 0.03439958393573761, -0.0010062583023682237, -0.010157745331525803, 0.01882108300924301, -0.022035470232367516, -0.018567316234111786, -0.03609136492013931, -0.03479433059692383, 0.019103046506643295, 0.04875154048204422, 0.009840535931289196, 0.0033324596006423235, -0.002770294202491641, 0.01349196769297123, -0.0070103248581290245, -0.0031844284385442734, -0.0185250211507082, -0.03609136492013931, -0.007683513220399618, -0.00445150351151824, 0.013090169057250023, 0.03220026567578316, -0.0021305889822542667, 0.024488555267453194, 0.007782200817018747, -0.02245841547846794, 0.023304307833313942, 0.0026698445435613394, 0.014972276985645294, 0.009156773798167706, 0.009311853908002377, 0.013210003264248371, -0.005004857201129198, 0.026673775166273117, 0.011546417139470577, -0.029296038672327995, 0.032933369278907776, 0.008825466968119144, 0.00976299587637186, 0.02024500072002411, -0.016367997974157333, 0.00952332653105259, 0.012364111840724945, 0.0058683715760707855, -0.02092171274125576, 0.025489525869488716, -0.02833736129105091, -0.016353899613022804, -0.03527367115020752, -0.014478840865194798, 0.05114823207259178, 0.025108875706791878, -0.002306816168129444, -0.011172815226018429, 0.0006449921638704836, -0.029775375500321388, -0.0066296737641096115, 0.0015834028599783778, 0.002595829078927636, -0.0011578138219192624, 0.003244345774874091, 0.00566394766792655, -0.6121997833251953, -0.011666251346468925, 0.028041299432516098, -0.03651431202888489, -0.011525269597768784, 0.02630722150206566, 0.009882831014692783, 0.004518469795584679, -0.008183998987078667, 0.036260541528463364, 0.009107430465519428, 0.024657733738422394, 0.017763718962669373, 0.0028478342574089766, -0.019963037222623825, -0.00033615369466133416, 0.019610581919550896, 0.001607193611562252, 0.013534261845052242, 0.0045290435664355755, -0.020470570772886276, 0.010496102273464203, 0.005995254963636398, -0.0172702819108963, 0.008282686583697796, -0.004835679195821285, 0.01899026148021221, 0.0044620768167078495, 0.023952823132276535, 0.014013600535690784, -0.024460358545184135, 0.018243057653307915, 0.0035474568139761686, 0.023121031001210213, 0.06090417876839638, 6.525919889099896e-05, -0.034822527319192886, -0.0063195135444402695, 0.015183749608695507, 0.042125388979911804, -0.04015164449810982, -0.012124442495405674, 0.03315894305706024, 0.0018451005453243852, -0.0046418290585279465, 0.03157994523644447, 0.04689057916402817, 0.010672328993678093, -0.01460572425276041, -0.015620794147253036, 0.022035470232367516, -0.006590903736650944, -0.0018151418771594763, 0.047313522547483444, -0.019751563668251038, 0.001081154914572835, 0.027928512543439865, 0.005170511081814766, 0.01235706266015768, -0.00467354990541935, 0.022613495588302612, 0.0009948035003617406, -0.027082622051239014, -0.0023843562230467796, -0.004596009850502014, 0.00029518085648305714, -0.0008599895518273115, -0.023290209472179413, 0.0111587168648839, -0.026349516585469246, 0.023981019854545593, 0.026546889916062355, -0.0033095499966293573, 0.012075099162757397, 0.02041417919099331, 0.026405908167362213, 0.028295066207647324, 0.0014265605714172125, 0.017340773716568947, 0.023022344335913658, -0.001173674245364964, -0.019850250333547592, -0.027040326967835426, -0.015183749608695507, 0.02890128828585148, 0.0018345268908888102, -0.00393339479342103, -0.012406406924128532, 0.020667945966124535, -0.008684484288096428, -0.0018609609687700868, -0.022712184116244316, -0.028605226427316666, -0.005752061493694782, -0.00047008649562485516, 0.004289374221116304, 0.022035470232367516, 0.02971898391842842, 0.016311604529619217, -0.02522166073322296, -0.018806984648108482, -0.007038521114736795, 0.00044453353621065617, -0.0045325676910579205, 0.022585298866033554, -0.00042889337055385113, -0.00012765469728037715, 0.0052198548801243305, 0.0022310384083539248, -0.01882108300924301, 0.022683987393975258, -0.023205619305372238, -0.019920742139220238, -0.010785114951431751, 0.010326923802495003, -0.04409913718700409, 0.03688086196780205, -0.0034029504749923944, 0.004363389685750008, -0.023473486304283142, 0.011208060197532177, 0.008910056203603745, 0.018919769674539566, -0.022021371871232986, 0.024333475157618523, -0.01711520180106163, -0.0004722893354482949, -0.018468627706170082, -0.013202954083681107, 0.00023350126866716892, 0.006982128135859966, 0.0006859650602564216, 0.046946972608566284, -0.0231633260846138, 0.01955418847501278, -0.017890602350234985, -0.0038699530996382236, -0.004680599085986614, 0.02059745416045189, -0.05337574705481529, -0.011814283207058907, 0.0015834028599783778, 0.015014572069048882, -0.03332811966538429, -0.01798928901553154, 0.00846596248447895, -0.011638055555522442, 0.01079921331256628, -0.01970926858484745, 0.012476897798478603, -0.009551523253321648, 0.0054031312465667725, -0.016889631748199463, 0.010538396425545216, -0.00048770924331620336, -0.012321817688643932, 0.02802720107138157, -0.014069993048906326, 0.002523575909435749, -0.020484669134020805, -0.011271502822637558, 0.024488555267453194, -0.0007097557536326349, 0.013717538677155972, -0.020329589024186134, -0.02021680399775505, -0.005942387040704489, 0.00735220592468977, -0.021062694489955902, -0.01800338737666607, -0.00820514652878046, -0.008339079096913338, -0.017495853826403618, 0.02835145965218544, -0.02216235361993313, 0.018073879182338715, 2.5773251763894223e-05, -0.02403741329908371, 2.962822691188194e-05, 0.012237228453159332, 0.016480783000588417, 0.012906892225146294, 0.00687639182433486, -0.00678122928366065, 0.03595038503408432, -0.0009674882749095559, 0.019413206726312637, 0.011151667684316635, -0.0028795551043003798, -0.011553466320037842, 0.0024354623164981604, 0.014803098514676094, -0.012321817688643932, 0.012046903371810913, -0.002370258094742894, 0.037106435745954514, -0.005061250180006027, 0.018581414595246315, -0.00352278514765203, -0.007429745979607105, 0.03146715834736824, 0.01296328566968441, 0.0267865601927042, -0.03470974415540695, 0.0039263456128537655, -0.039700500667095184, 0.0093470998108387, -0.003767741145566106, -0.00038968276930972934, 0.013188856653869152, 0.0008710037800483406, -0.00028901288169436157, -0.02212005853652954, -0.007443843875080347, 0.014831295236945152, 0.012871647253632545, 0.0030205370858311653, 0.009015792049467564, -0.0011463590199127793, 0.003852330381050706, -0.00545247457921505, -0.021471543237566948, -0.0005952079081907868, 0.011736743152141571, -0.014203925617039204, 0.0021975552663207054, -0.006573280785232782, 0.03682447224855423, -0.0026857051998376846, -0.026659676805138588, 0.008268588222563267, 0.019229929894208908, -0.007711709477007389, -0.016847336664795876, 0.0022521857172250748, 0.004095524083822966, 0.018567316234111786, -0.02767474576830864, 0.06597952544689178, -0.018567316234111786, -0.003563317470252514, 0.020160410553216934, 0.03510449081659317, -0.007725807838141918, 0.032764192670583725, -0.00838137324899435, 0.06225760653614998, -0.009051037952303886, -0.01478900108486414, -0.004363389685750008, -0.010700525715947151, 0.021147284656763077, -0.008578748442232609, 0.017157496884465218, 0.02196497842669487, -0.016537176445126534, 0.015987345948815346, -0.001894444227218628, 0.016875533387064934, 0.011912969872355461, 0.018905671313405037, -0.005082397256046534, 0.0013957207556813955, -0.0007864146609790623, 0.021711211651563644, -0.012744762934744358, -0.03549924120306969, -0.0004070852301083505, -0.02400921657681465, 0.013964256271719933, -0.007923182100057602, -0.013252298347651958, -0.026927541941404343, 8.266165241366252e-05, 0.019399108365178108, 0.0033183612395077944, 0.023022344335913658, 0.02629312314093113, 0.0133932800963521, -0.024136099964380264, -0.027435077354311943, -0.015268338844180107, 0.0013543072855100036, 0.015874560922384262, -0.017946995794773102, 0.006862293928861618, -0.010221187025308609, 0.02835145965218544, 0.021189577877521515, 0.017397165298461914, -0.009142675437033176, 0.01921583153307438, -0.0015693047316744924, -0.004733467008918524, -0.019624680280685425, 0.010341022163629532, 0.03783953934907913, 0.009558572433888912, 0.012392308562994003, -0.00831088237464428, -0.017354872077703476, 0.011870675720274448, -0.04336602985858917, 0.002340299542993307, 0.004860350862145424, -0.010122500360012054, -0.02230333536863327, -0.015606695786118507, 0.009008742868900299, -0.0014767854008823633, 0.0020442374516278505, -0.019145341590046883, -0.015282437205314636, 0.010700525715947151, 0.014422447420656681, -0.014563430100679398, -0.017397165298461914, -0.0185250211507082, 0.02954980544745922, -0.000926074804738164, 0.012152639217674732, 0.000596970203332603, -0.01608603447675705, 0.024826912209391594, -0.019624680280685425, 0.02124597132205963, 0.009706603363156319, -0.002542960923165083, 0.0013851471012458205, 0.003707823809236288, -0.0041237203404307365, -0.008113508112728596, 0.00220460444688797, -0.04906170070171356, -0.011602809652686119, -0.004296423401683569, 0.004046180285513401, -0.013329838402569294, -0.0010423848871141672, -0.0057132914662361145, 0.0030416843947023153, -0.01970926858484745, 0.005367885809391737, -0.011623957194387913, 0.003061069408431649, 0.0035985629074275494, 0.008839564397931099, 0.044014547020196915, 0.0037818392738699913, -0.000257291947491467, 0.003810035763308406, 0.026575086638331413, 0.00415544118732214, -0.020682044327259064, 0.0019473123829811811, 0.024277081713080406, 0.02954980544745922, 0.007718758657574654, -0.008021869696676731, 0.03496351093053818, 0.020710241049528122, 0.024150198325514793, 0.0040109348483383656, -0.004338718019425869, 0.01452113501727581, 0.03146715834736824, 0.009614964947104454, 0.0029729558154940605, 0.039023786783218384, -0.0009005218744277954, 0.008973497897386551, 0.01046085637062788, 6.377227691700682e-05, 0.01762273721396923, 0.030508482828736305, -0.008726779371500015, -0.007556629367172718, 0.01010135281831026, 0.021344657987356186, 0.016114231199026108, 0.003099839435890317, -0.010129549540579319, -0.007197125814855099, -0.04237915575504303, 0.010059057734906673, -0.02298004925251007, 0.013463770970702171, 0.017509952187538147, -0.007810397073626518, -0.020357785746455193, 0.007718758657574654, -0.016015542671084404, 0.0029729558154940605, -0.025898374617099762, -0.005611079279333353, -0.0002170900843339041, -0.021175481379032135, -0.026011159643530846, 0.019822053611278534, 0.03369467332959175, 0.0034663924016058445, -0.008423668332397938, 0.016015542671084404, 0.03479433059692383, -0.010263482108712196, -0.020893516018986702, -0.005078872665762901, -0.02647639997303486, -0.00535731203854084, 0.001616886118426919, 0.027745237573981285, 0.0030663562938570976, -0.02212005853652954, -0.0026486972346901894, 0.008924153633415699, 0.005893043242394924, 0.01502867043018341, -0.010221187025308609, 0.013097218237817287, 0.010355120524764061, -0.0025165267288684845, 0.029324233531951904, -0.005480671301484108, -0.011708546429872513, 0.012145590037107468, -0.00034981133649125695, 0.010721673257648945, 0.010700525715947151, -0.014648019336163998, -0.008176949806511402, -0.0010785114718601108, 0.011898871511220932, -0.018778787925839424, -0.015127357095479965, 0.014034748077392578, 0.000514583894982934, 0.0044867489486932755, -0.01573357917368412, 0.003563317470252514, 0.013780980370938778, 0.014887687750160694, 0.027970807626843452, -0.005893043242394924, -0.01306902151554823, -0.006911637261509895, -0.011475926265120506, 0.01783420890569687, 0.01605783775448799, -0.007038521114736795, -0.016523078083992004, 0.0024636585731059313, -0.025475427508354187, 0.0002614773693494499, -0.019427305087447166, -0.021471543237566948, 0.02608165144920349, 0.008945301175117493, -0.04116671159863472, -0.04319685325026512, 0.007739906199276447, 0.00348049052990973, 0.018384039402008057, -0.0031350848730653524, 0.013132463209331036, 0.007810397073626518, -0.012082148343324661, 0.004892071709036827, -0.03231304883956909, -0.002638123696669936, -0.034822527319192886, -0.022543005645275116, 0.005477146711200476, 0.006760081741958857, 0.04533977806568146, 0.004208309575915337, -0.011962314136326313, -0.01783420890569687, -0.004874449223279953, 0.014225073158740997, -0.01219493430107832, 0.012547388672828674, -0.012131491675972939, 0.018595511093735695, -0.005819027777761221, 0.01865190453827381, 0.010171843692660332, 0.03321533277630806, -0.011172815226018429, -0.0032901649829000235, 0.007577776908874512, 0.01622701622545719, 0.011905920691788197, -0.027082622051239014, -0.005942387040704489, 0.02350168116390705, -0.007295812945812941, -0.0029412347357720137, -0.014323760755360126, -0.003503400133922696, 0.017256183549761772, 0.0005947673926129937, -0.014831295236945152, -0.010439709760248661, -0.018440430983901024, -0.007704660762101412, 0.012899843044579029, -0.008557600900530815, 0.0061397613026201725, -0.028266869485378265, -0.02040008082985878, 0.00552649050951004, 0.015014572069048882, 0.037416595965623856, -0.0017340773483738303, 0.03234124556183815, 0.0025887801311910152, 0.019074849784374237, 8.133994560921565e-05, 0.017904700711369514, -0.005745012313127518, -0.0036514310631901026, -0.004620681516826153, -0.006397053599357605, 0.006819999311119318, 0.00786678958684206, 0.023022344335913658, -0.011750840581953526, 0.0005013668560422957, -0.018567316234111786, 0.0019948938861489296, -0.023755449801683426, 0.007521383929997683, 0.020625650882720947, -0.026152141392230988, 0.005269198212772608, -0.043986350297927856, -0.0039263456128537655, -0.015000473707914352, 0.017594540491700172, 0.0007044689264148474, -0.012836401350796223, 0.008169900625944138, -0.024291180074214935, -0.028929485008120537, 0.009452835656702518, -0.014887687750160694, -0.0020530489273369312, 0.0034346713218837976, 0.024277081713080406, -0.007101962808519602, 0.0011216872371733189, -0.0439581535756588, -0.02971898391842842, -0.015465714037418365, -0.016917826607823372, 0.014972276985645294, 0.007175978273153305, 0.01409114059060812, 0.004585436079651117, -0.021330561488866806, -0.015465714037418365, 0.003750118426978588, -0.046975165605545044, 0.02024500072002411, 0.015804070979356766, 0.002345586195588112, -0.005572309251874685, 0.007852691225707531, -0.02557411603629589, -0.008825466968119144, -0.0057555860839784145, 0.0176086388528347, -0.0011040645185858011, -0.0033641804475337267, -0.036401525139808655, 0.001822190941311419, -0.016664059832692146, 0.03566841781139374, -0.014662116765975952, 0.004254128783941269, 0.009537424892187119, -0.0004828629898838699, 0.018257156014442444, 0.0006410270580090582, 0.035019904375076294, 0.03891100361943245, -0.03750118240714073, -0.0039686402305960655, 0.02109089121222496, 0.015099161304533482, -0.011031833477318287, 0.00218345713801682, -0.008656288497149944, 0.02732229046523571, -0.0020847697742283344, 0.0004912337753921747, 0.022585298866033554, 0.010129549540579319, 0.021542033180594444, -0.002038950566202402, -0.0033095499966293573, -0.010059057734906673, -0.022571200504899025, 0.005924764089286327, 0.02626492641866207, 0.016819139942526817, -0.020118115469813347, -0.022063666954636574, 0.0001375674910377711, 0.007613022346049547, -0.017340773716568947, -0.022218747064471245, 0.007697611581534147, -0.023741351440548897, -0.021006302908062935, -0.0016195295611396432, 0.00714073283597827, 0.02213415689766407, 0.03437138721346855, -0.0011331419227644801, 0.013851471245288849, 0.030875034630298615, 0.001966697396710515, 0.03721921890974045, -0.020851222798228264, -0.013358034193515778, -0.013287543319165707, 0.016706354916095734, -0.001586046302691102, -0.037783149629831314, -0.018087977543473244, -0.003348320024088025, -0.02801310271024704, 0.006686066277325153, 0.01055954396724701, 0.03095962479710579, -0.008317931555211544, 0.0033835654612630606, 0.024784617125988007, -0.0181866642087698, 0.00687639182433486, -0.009488081559538841, -0.031720925122499466, 0.017383066937327385, -0.02890128828585148, 0.020893516018986702, 0.030903231352567673, 0.004363389685750008, 0.004201260395348072, -0.027251800522208214, 0.01935681328177452, 0.006862293928861618, -0.0059388624504208565, -0.010862655006349087, 0.0028584080282598734, 0.007704660762101412, -0.024939697235822678, -0.00406027864664793, -0.015691284090280533, -0.008790221065282822, -0.010658231563866138, -0.0036408575251698494, 0.031072409823536873, -0.01694602333009243, -0.02176760509610176, 0.0008221006719395518, -0.004976660944521427, 0.031918302178382874, -0.026321319863200188, -0.0014344907831400633, -0.02417839504778385, -0.0035051624290645123, -0.03530186787247658, -0.013788029551506042, -0.0058718957006931305, 0.029690787196159363, 0.026659676805138588, -0.002151736058294773, -0.041928015649318695, -0.028591128066182137, -0.009622014127671719, -0.012046903371810913, 0.010143646970391273, 0.009840535931289196, 0.026363614946603775, -0.015973249450325966, -0.006513363681733608, 0.033835653215646744, -0.005667472258210182, 0.00848006084561348, -0.011638055555522442, 0.014302613213658333, -0.0014230359811335802, 0.02354397624731064, 0.008282686583697796, -0.0028795551043003798, -0.00863514095544815, -0.024248884990811348, 0.007711709477007389, 0.02403741329908371, 0.014986375346779823, 0.005071823485195637, -0.008494159206748009, 0.011898871511220932, -0.029634393751621246, -0.012674272060394287, 0.027702942490577698, -0.01262492872774601, 0.001782539882697165, -0.013449672609567642, -0.00634770980104804, -0.0021041547879576683, 0.034484170377254486, 0.018877476453781128, 0.03112880326807499, -0.008867761120200157, -0.0015270101139321923, -0.02801310271024704, -0.008839564397931099, 0.006492216140031815, -0.023825939744710922, -0.038121502846479416, -0.015268338844180107, 0.005910665728151798, -0.007923182100057602, 0.007979575544595718, -0.0015111496904864907, -0.0021270643919706345, -0.011835429817438126, 0.0007683513103984296, -0.033130746334791183, -0.013999502174556255, 0.02092171274125576, 0.015409321524202824, -0.0007947854464873672, -0.0026927541475743055, 0.003831183072179556, 0.006460495293140411, -0.0053079682402312756, -0.014309662394225597, -0.008254489861428738, -0.014817196875810623, 0.01605783775448799, -0.028055397793650627, -0.031918302178382874, -0.021668916568160057, 0.021739408373832703, 0.014415399171411991, -0.012272474355995655, -0.007472040597349405, -0.019229929894208908, -0.011024784296751022, 0.009650210849940777, -0.022923655807971954, -0.008592846803367138, -0.01020004041492939, -0.004567813593894243, 0.0001482512743677944, -0.01591685600578785, 0.010080205276608467, 0.22094681859016418, -0.016819139942526817, -0.018933868035674095, 0.015959151089191437, -0.03160814195871353, 0.013210003264248371, 0.03358188644051552, -0.0018803459824994206, -0.02816818282008171, 0.017862405627965927, 0.00026544247521087527, 0.01783420890569687, -0.03349729999899864, -0.005780257750302553, -0.003686676500365138, -0.012075099162757397, -0.016156524419784546, -0.028985878452658653, -0.024657733738422394, -0.020287293940782547, 0.00960791576653719, -0.0006679017096757889, -0.022768575698137283, -0.006964505650103092, 0.036063168197870255, -0.01987844705581665, 0.006647296249866486, 0.006005828734487295, 0.019469600170850754, 0.01746765710413456, -0.01934271678328514, -0.019850250333547592, -0.002479518996551633, 0.007655316963791847, -0.011377238668501377, -0.010658231563866138, 0.009220215491950512, -0.0021887440234422684, 0.004120195750147104, 0.0007511691655963659, 0.015352928079664707, -0.014218023978173733, -0.03490711748600006, 0.00410257326439023, 0.0014027698198333383, 0.015451615676283836, 0.011490024626255035, -0.024615438655018806, -0.0010318112326785922, 0.023656761273741722, -0.024601340293884277, 0.01461982261389494, 0.03566841781139374, 0.014478840865194798, 0.008853662759065628, -0.006217301357537508, -0.007577776908874512, 0.02923964522778988, 0.014718510210514069, 0.005568784661591053, 0.007521383929997683, 0.032397639006376266, -0.015508008189499378, 0.002750909188762307, -0.01639619469642639, 0.0363733284175396, -0.016382096335291862, -0.018116174265742302, 0.018539119511842728, -0.03157994523644447, 0.003940443973988295, -0.011595760472118855, 0.00846596248447895, 0.010157745331525803, 0.00220460444688797, -0.029803572222590446, 0.018764689564704895, 0.021499738097190857, 0.012448701076209545, 0.044014547020196915, -0.027801629155874252, -0.008296784944832325, -0.014302613213658333, -0.013520163483917713, -0.007521383929997683, -0.03146715834736824, 0.03651431202888489, -0.023459387943148613, 0.003150945296511054, -0.0022010798566043377, -0.004511420615017414, -0.011419533751904964, -0.01477490272372961, 0.023981019854545593, -0.00726761668920517, 0.029831768944859505, -0.028647521510720253, 0.03403303027153015, -0.030395695939660072, -0.026871148496866226, -0.02078073099255562, 0.022021371871232986, 0.016325702890753746, -0.014986375346779823, -0.02730819210410118, -0.010404463857412338, 0.026039356365799904, -0.011067078448832035, 0.007380402181297541, -0.009036939591169357, 0.00047713558888062835, -0.041758839040994644, -0.005269198212772608, -0.007408598437905312, 0.00708786491304636, 0.006936309393495321, -0.0003205135290045291, -0.016001444309949875, -0.001247689826413989, -0.0009859921410679817, -0.005596981383860111, -0.0133086908608675, 0.016114231199026108, -0.0017490566242486238, 0.0023350126575678587, -0.007281715050339699, -0.011341993696987629, -0.010143646970391273, 0.009967420250177383, -0.028760306537151337, 0.007109011989086866, -0.02558821439743042, -0.006862293928861618, 0.002874268451705575, -0.013611801899969578, -0.015677187591791153, -0.02007582224905491, -0.02178170345723629, -0.0026028782594949007, -0.0018662478541955352, 0.01244165189564228, -0.01220198255032301, 0.026377713307738304, -0.015085062943398952, -0.0025588213466107845, 0.00726761668920517, 0.013160659931600094, -0.003750118426978588, -0.03270779922604561, -0.016170622780919075, -0.020865321159362793, 0.016156524419784546, -0.00014175288379192352, -0.009340050630271435, -0.002461896277964115, -0.016142426058650017, 0.0039510177448391914, -0.014020649716258049, -0.0006216420442797244, 0.019103046506643295, -0.06276513636112213, 0.02954980544745922, -0.005804929416626692, 0.007013849448412657, -0.01428146567195654, -0.022712184116244316, -0.18135911226272583, 0.02505248226225376, 0.011377238668501377, -0.05202231928706169, 0.02094990946352482, 0.0004965206026099622, 0.0131395123898983, 0.015874560922384262, 0.01460572425276041, -0.02020270563662052, 0.0017349584959447384, -0.005530014634132385, -0.031072409823536873, -0.01088380254805088, -0.02128826640546322, -0.004803957883268595, -0.015296535566449165, 0.019638778641819954, 0.03713463246822357, 0.0029800047632306814, 0.01436605490744114, -0.03927755728363991, 0.014246220700442791, -0.011800184845924377, -0.012378210201859474, 0.018045682460069656, -0.019977133721113205, 0.007824495434761047, -0.021048596128821373, -0.02196497842669487, -0.0181866642087698, -0.008769073523581028, -0.0003645703545771539, -0.01358360517770052, 0.00393339479342103, -0.009565621614456177, -0.013745734468102455, -0.023388896137475967, -0.011341993696987629, 0.01502867043018341, 0.017044711858034134, 0.013076070696115494, -0.006971554830670357, 0.023290209472179413, 0.007109011989086866, 0.01694602333009243, -0.008846613578498363, -0.014069993048906326, 0.02021680399775505, -0.0136470478028059, -0.002164072124287486, -0.014478840865194798, 0.015240143053233624, 0.0131395123898983, 0.009734800085425377, 0.009340050630271435, -0.0262790247797966, 0.0019226406002417207, 0.014027698896825314, -0.01477490272372961, 0.016170622780919075, -0.021401051431894302, 0.006714262533932924, -0.0005330877611413598, -0.019088948145508766, -0.009445787407457829, -0.02749146893620491, 0.009614964947104454, -0.028125887736678123, 0.0005282415659166873, -0.006851720158010721, -0.007260567508637905, -0.02577149122953415, -0.007401549257338047, 0.025686901062726974, 0.00730991130694747, -0.021034499630331993, 0.011955264955759048, -0.008712681010365486, 0.0035615551751106977, -0.022430218756198883, 0.018059780821204185, -0.02245841547846794, 0.008437766693532467, -0.005142314825206995, 0.01728438027203083, -0.0027139014564454556, -0.0053079682402312756, -0.0188633780926466, -0.015536204911768436, 0.027209505438804626, -0.0009613203001208603, -0.002638123696669936, -0.00871973019093275, 0.021062694489955902, 0.02539083920419216, 0.0040391311049461365, -0.015522106550633907, 0.005727389361709356, 0.012145590037107468, -0.02522166073322296, -0.0025588213466107845, -0.025179365649819374, 0.005131741054356098, -0.012991481460630894, 0.0056709968484938145, 0.017735522240400314, 0.006203203462064266, 0.054193440824747086, -0.027533764019608498, 0.014302613213658333, -0.01168739888817072, 0.012483946979045868, 0.017735522240400314, 0.024418063461780548, 0.0109895383939147, -0.009473983198404312, -0.015479812398552895, 0.0008176949922926724, -0.04032082110643387, 0.07105487585067749, -0.02940882369875908, -0.002840785076841712, 0.0013128939317539334, 0.01590275764465332, -0.007401549257338047, -0.09423229843378067, -0.0067177871242165565, -0.0005705361254513264, -0.0011683874763548374, 0.009558572433888912, 0.025616411119699478, -0.02574329450726509, 0.036598898470401764, -0.0226557906717062, 0.0011190437944605947, -0.029775375500321388, -0.014887687750160694, -0.005522965919226408, -0.0011260928586125374, 0.011595760472118855, 0.008867761120200157, 0.008536453358829021, -0.0025288627948611975, 0.012138540856540203, 0.06507724523544312, 0.016325702890753746, -0.031382568180561066, -0.019779760390520096, -0.030339304357767105, -0.010432660579681396, 0.02733638882637024, -0.025207562372088432, 0.005061250180006027, 0.017876503989100456, 0.005174035672098398, -0.0012758861994370818, -0.02677246183156967, 0.023811841383576393, -0.010594788938760757, -0.0188633780926466, -0.016678158193826675, -0.013484918512403965, -0.01460572425276041, 0.027632450684905052, -0.003982738591730595, 0.0003509127418510616, -0.0014556380920112133, -0.0015684235841035843, -0.03549924120306969, 0.0034663924016058445, 0.005054200999438763, -0.013174758292734623, 0.05791536346077919, 0.003214387223124504, -0.008317931555211544, 0.011807234026491642, -0.014633920975029469, 0.02298004925251007, -0.01989254541695118, 0.015987345948815346, -0.020019428804516792, 0.037106435745954514, -0.005875420290976763, 0.019751563668251038, 0.0026222632732242346, 0.00652746157720685, -0.031382568180561066, -0.0047299424186348915, 0.007401549257338047, -0.0006573281134478748, 0.018947966396808624, -0.02871801145374775, -0.019638778641819954, 0.0019420256139710546, -0.0133086908608675, -0.02801310271024704, 0.03389204666018486, -0.023417092859745026, 0.03789593279361725, -0.007472040597349405, -0.027181308716535568, -0.0181866642087698, -0.013118365779519081, 0.009558572433888912, 0.004211834166198969, -0.00838137324899435, -0.014041796326637268, 0.010235285386443138, 0.0036056118551641703, 0.03595038503408432, -0.00837432499974966, 0.019483698531985283, -0.005410180427134037, 0.0027667696122080088, -0.013040825724601746, 0.02400921657681465, 0.01105298101902008, 0.011017735116183758, -0.013999502174556255, -0.018778787925839424, 0.014478840865194798, 0.019836151972413063, 0.002927136607468128, 0.01072872243821621, 0.005642800126224756, -0.012061000801622868, -0.020484669134020805, -0.05926878750324249, 0.019836151972413063, -0.021993175148963928, 0.0018451005453243852, -0.027942610904574394, -0.007239420432597399, -0.010383316315710545, -0.004289374221116304, 0.011645104736089706, 0.012913941405713558, -0.020498767495155334, 0.00696098105981946, -0.0016309842467308044, -0.003059307113289833, 0.016043739393353462, -0.010890851728618145, 0.015846364200115204, -0.014415399171411991, 0.018764689564704895, 0.0129703339189291, -0.017242085188627243, 0.019511893391609192, -0.01626931130886078, 6.938952719792724e-05, -0.010792164131999016, 0.0058965678326785564, -0.0033306973055005074, -0.0027332864701747894, 0.003644381882622838, -0.01228657178580761, 0.028393752872943878, -0.01920173317193985, 0.020851222798228264, 0.02331840619444847, -0.006573280785232782, -0.0397568941116333, 0.005900092422962189, 0.028985878452658653, 0.04156146198511124, -0.008437766693532467, -0.01798928901553154, -0.01657947152853012, 0.021866291761398315, -0.01175788976252079, -0.036204151809215546, 0.009995616041123867, -0.012075099162757397, 0.0030681185889989138, 0.000218852364923805, -0.005255100317299366, 0.02351577952504158, 0.017665032297372818, 0.00531501742079854, -0.01477490272372961, -0.004268226679414511, -0.0352172777056694, 0.020794829353690147, 0.03544284775853157, -0.01220198255032301, -0.0027103768661618233, 0.033469103276729584, 0.02522166073322296, 0.014084091410040855, 0.010397414676845074, 0.011955264955759048, -0.004254128783941269, -0.014337859116494656, 0.016466684639453888, 0.0002043136046268046, -0.024248884990811348, -0.019511893391609192, 0.0169319249689579, -0.006583854556083679, 0.021499738097190857, -0.008430717512965202, 0.0004286730836611241, 0.00831088237464428, -0.018891574814915657, 0.007077291142195463, 0.025207562372088432, 0.03411761671304703, -0.007281715050339699, -0.005128216464072466, 0.011024784296751022, 0.0055159167386591434, 0.012131491675972939, -0.024418063461780548, 0.00976299587637186, -0.008670386858284473, 0.001987844705581665, -0.04240735247731209, -0.008021869696676731, -0.003431146964430809, 0.02716721035540104, 0.014196876436471939, -0.006982128135859966, -0.027956709265708923, 0.03851625323295593, 0.0019138292409479618, 0.00977709423750639, 0.0026927541475743055, 0.00025200514937750995, 0.006541559938341379, 0.010312825441360474, -0.008346128277480602, 0.006418200675398111, -0.03372287005186081, -0.023811841383576393, 0.01209624670445919, -0.01610013283789158, -0.006858769338577986, -0.01797519251704216, -0.007887937128543854, 0.017397165298461914, -0.025870177894830704, 0.00354393245652318, -0.022740378975868225, -0.01461982261389494, 0.009149724617600441, 0.008529404178261757, -0.005480671301484108, 0.007979575544595718, 0.0355556346476078, -0.004747565370053053, 0.032059282064437866, 0.01731257699429989, -0.0015322969993576407, -0.012216080911457539, 0.008613993413746357, -0.0037324957083910704, 0.0037853638641536236, -0.00220460444688797, -0.003654955653473735, -0.019963037222623825, -0.00846596248447895, 0.010721673257648945, 0.0004881498171016574, 0.002008992014452815, 0.0035897514317184687, 0.07629939913749695, 0.022585298866033554, -0.012737713754177094, 0.017524048686027527, 0.014210974797606468, 2.3570410121465102e-05, -0.013936060480773449, 0.013872618786990643, -0.021372854709625244, -0.0038241338916122913, 0.010637084022164345, -0.0018768215086311102, 0.004130769520998001, -0.023417092859745026, -0.038121502846479416, 0.011969363316893578, 0.009889880195260048, 0.023219717666506767, 0.011912969872355461, -0.03234124556183815, -0.021020401269197464, 0.004296423401683569, 0.008437766693532467, -0.01105298101902008, -0.017425362020730972, -0.024939697235822678, 0.022444317117333412, -0.007232371252030134, -0.0132241016253829, -0.03592218831181526, -0.0017684416379779577, -0.008853662759065628, -0.03820609301328659, -0.014549331739544868, 0.010221187025308609, -0.003954542335122824, -0.012801156379282475, 0.003792413044720888, -0.0014988137409090996, 0.005163461901247501, -0.03304615616798401, 0.003150945296511054, -0.01642439141869545, 0.010418562218546867, 0.02334660105407238, -0.0029905785340815783, 0.0020001805387437344, 0.026758363470435143, -0.04438110068440437], \"09722323-73b2-41ac-96c7-f1516caf04d5\": [-0.0001958564098458737, 0.024606147781014442, -0.0016370742814615369, -0.002457805909216404, -0.017345087602734566, 0.014774924144148827, -0.02072983607649803, -0.009065791964530945, -0.017541712149977684, -0.0032688817009329796, 0.03101048804819584, 0.013609222136437893, 0.015729958191514015, 0.010989903472363949, 0.021109040826559067, 0.0014553721994161606, 0.004371383227407932, 0.004209870472550392, 0.0091289933770895, -0.02179722674190998, -0.018272031098604202, 0.015856359153985977, -0.032471127808094025, -0.02320168726146221, -0.024072453379631042, -0.003862266428768635, 0.026642614975571632, -0.04848197475075722, -0.012745479121804237, -0.017022060230374336, 0.02929704636335373, -0.02457805909216404, -0.007103058975189924, -0.02865099348127842, 0.002182180527597666, -0.01395331509411335, -0.01674116961658001, -0.028061119839549065, 0.024226943030953407, -0.01737317629158497, 0.03016781061887741, 0.003739376086741686, -0.018524833023548126, -0.005884689278900623, 0.005761798936873674, 0.03881928697228432, 0.014339541085064411, -0.016235563904047012, -0.02212025225162506, -0.00240162736736238, 0.013454731553792953, 0.037274379283189774, -0.02554713562130928, -0.006158559117466211, -0.024872995913028717, 0.0007522641681134701, 0.004557474050670862, -2.8912136258441024e-05, -0.0024051384534686804, -0.021867450326681137, 0.0037744876462966204, 0.009304550476372242, -0.013300240971148014, -0.014620433561503887, -0.02116522006690502, 0.006348161492496729, -0.005477395839989185, 0.009873357601463795, -0.005056057590991259, -0.0068678115494549274, 0.015631645917892456, 0.005516018718481064, -0.008468897081911564, -0.012921036221086979, 0.009269439615309238, -0.01737317629158497, -0.00630953861400485, 0.010856479406356812, -0.02016805298626423, -0.013124682940542698, 0.03839794918894768, -0.026698794215917587, -0.013279173523187637, 0.054577335715293884, 0.02373538166284561, 0.006741410121321678, 0.013602199964225292, 0.022934839129447937, -0.010498342104256153, -0.017429353669285774, -0.015729958191514015, 0.010505364276468754, 0.01834225468337536, 0.018609100952744484, -0.0035796186421066523, 0.01588444784283638, 0.01078625675290823, 0.02285057120025158, 0.016390053555369377, 0.01738722063601017, -0.003210947848856449, 0.010112115181982517, -0.02747124619781971, -0.01801922731101513, -0.009831223636865616, -0.01683948189020157, 0.006502652075141668, -0.022134296596050262, 0.024128630757331848, -0.01922706328332424, -0.0015176951419562101, 0.022078119218349457, -0.0006671187002211809, 0.010491319932043552, 0.00628144945949316, 0.0005341338692232966, 0.002456050366163254, -0.003382994094863534, -0.017415309324860573, -0.010203405283391476, 0.010161271318793297, -0.0011762356152758002, 0.03533622622489929, -0.02178318239748478, 0.005835533142089844, 0.005681042559444904, -0.0014852170133963227, 0.005185970105230808, -0.02383369393646717, -0.006583408452570438, 0.06056033447384834, 0.018819769844412804, 0.03963387385010719, -0.002210269682109356, 0.02349662408232689, 0.013082548975944519, -0.003602441167458892, -5.9689569752663374e-05, -0.03393176570534706, -0.03308909013867378, 0.017359131947159767, 0.05733007565140724, -0.012317118234932423, 0.018257986754179, -0.0003138091415166855, 0.0024876506067812443, 0.005017435178160667, 0.005112236365675926, -0.011951958760619164, -0.03929680585861206, -0.006579897366464138, 0.007366395089775324, 0.008932368829846382, 0.030027365311980247, 0.013005304150283337, 0.0418810099363327, 0.0029160110279917717, -0.014156961813569069, 0.031150933355093002, 0.0009436219115741551, 0.011123326607048512, -0.005133302882313728, 0.008777878247201443, 0.011277817189693451, 0.004546940792351961, 0.028931885957717896, 0.025701627135276794, -0.01855292357504368, 0.006864300463348627, 0.016249608248472214, 0.01589849218726158, 0.010238517075777054, -0.010807323269546032, 0.012099427171051502, 0.013665400445461273, 0.014234206639230251, 0.00030239790794439614, 0.005624864250421524, -0.0472179614007473, -0.022035984322428703, -0.036965399980545044, 0.0047540985979139805, 0.05162796750664711, 0.0343811921775341, -0.010877546854317188, 0.004596096929162741, 0.0010954791214317083, 0.00017665479390416294, 0.00944499671459198, 0.010673899203538895, 0.008061602711677551, -0.0015879181446507573, -0.0023805606178939342, -0.019170885905623436, -0.6031315326690674, -0.009143037721514702, 0.006780032999813557, -0.011565731838345528, -0.00018433544028084725, 0.03373514115810394, 0.00944499671459198, -0.0019012884004041553, -0.017008015885949135, 0.03339806944131851, 0.02241518907248974, 0.02910042181611061, 0.010456208139657974, 0.0047611212357878685, -0.004462673328816891, -0.016446232795715332, 0.016067028045654297, 0.01089159119874239, 0.00804053619503975, -0.0022085141390562057, -0.010484297759830952, -0.005846066866070032, -0.0019223552662879229, -0.02317359857261181, -0.009620553813874722, -0.002621074439957738, 0.030336346477270126, -0.007324261590838432, 0.01738722063601017, 0.01890403777360916, -0.007471729535609484, 0.01792091503739357, 0.0018345764838159084, 0.00917112734168768, 0.0655040368437767, -0.0026526746805757284, -0.017036106437444687, 0.0038798220921307802, 0.028693128377199173, 0.0321902334690094, -0.028299879282712936, 0.0024349833838641644, 0.029465580359101295, -0.001843354431912303, 0.005526551976799965, 0.010301717557013035, 0.06679613888263702, -0.0015001393621787429, -0.007366395089775324, -0.010800301097333431, -0.0025227621663361788, -0.005737220868468285, -0.003921955823898315, 0.042442794889211655, -0.030729595571756363, -0.00794222392141819, 0.0386507511138916, 0.001203447114676237, 0.021221397444605827, -0.026010608300566673, -0.008567209355533123, 0.004125602543354034, -0.007577064447104931, 0.006179626099765301, -0.020800059661269188, 0.004473206587135792, -0.006421895697712898, -0.007239993661642075, -0.000252802885370329, -0.01900235004723072, -0.0003241231315769255, 0.02671283856034279, -0.016825435683131218, -0.010329807177186012, 0.019353466108441353, 0.0332857146859169, 0.02714822068810463, -0.015491198748350143, 0.010027848184108734, 0.011790446005761623, 0.015800179913640022, -0.004329249262809753, -0.02821561135351658, -0.0073523507453501225, 0.02768191695213318, 0.013939269818365574, -0.00918517168611288, -0.01137612946331501, 0.005519529804587364, -0.008089692331850529, 0.00040795188397169113, -0.01438167504966259, -0.017527665942907333, -0.01758384518325329, 0.01598276011645794, 0.013342374935746193, -0.00820204894989729, 0.023749426007270813, 0.005617842078208923, -0.01276654563844204, -0.014318474568426609, -0.01540693175047636, -0.009585442952811718, 0.001281570177525282, 0.010617720894515514, 0.004708453547209501, 0.010055936872959137, 0.0017546977614983916, 0.0026860306970775127, -0.014086738228797913, 0.006864300463348627, -0.029381312429904938, -0.01447998732328415, -0.01078625675290823, 0.006702787708491087, -0.03421265631914139, 0.018763592466711998, -0.004237959627062082, -0.0008492596680298448, -0.024395478889346123, 0.005898734088987112, 0.01686757057905197, -0.009648643434047699, -0.02456401288509369, 0.02714822068810463, -0.024816816672682762, -0.001515061710961163, -0.022176431491971016, 0.0061726039275527, 0.010196383111178875, 0.003834177041426301, 0.014690656214952469, 0.026460034772753716, -0.02758360467851162, 0.03763953968882561, -0.002742209006100893, -0.013602199964225292, -0.009732911363244057, 0.007857955992221832, -0.031937431544065475, -0.026277456432580948, 0.0044170282781124115, 0.013433664105832577, -0.01058261003345251, -0.01089861337095499, 0.003288193140178919, -0.019718624651432037, -0.00622878223657608, -0.006007579620927572, 0.01942368783056736, -0.009789089672267437, 0.011586799286305904, -0.019395599141716957, 0.004648764152079821, -0.020364677533507347, -0.025701627135276794, 0.035476673394441605, -0.026249365881085396, 0.010779234580695629, -0.024507835507392883, -0.004051868338137865, 0.04089789092540741, 0.003943022806197405, -0.011692133732140064, -0.015744002535939217, -0.005126280710101128, -0.005459839943796396, 0.004926145076751709, -0.014999638311564922, -0.02286461740732193, -0.02244327776134014, -0.0025315401144325733, -0.044268593192100525, -0.007289149798452854, -0.0008646209607832134, -0.004023779183626175, -0.026544302701950073, -0.024844905361533165, -0.0031828584615141153, 0.01089861337095499, 0.016179384663701057, 0.011741289868950844, 0.00453640753403306, -0.01719059608876705, 0.039970945566892624, 0.01985907182097435, 0.035364314913749695, 7.625781290698797e-05, 0.0018380876863375306, 0.006485096178948879, 0.009213260374963284, 0.013475798070430756, -0.02609487622976303, 0.0006592186400666833, -0.013728600926697254, 0.03336998075246811, -0.0028018986340612173, 0.032892465591430664, -0.005909267347306013, 0.0015422732103616, 0.014817058108747005, 0.024648280814290047, 0.027724049985408783, -0.0284403245896101, 0.001213102717883885, -0.03660023957490921, 0.005308860447257757, -0.010723055340349674, -0.023019107058644295, -0.009107925929129124, -0.013616244308650494, -0.01740126498043537, -0.02265394665300846, -0.01089861337095499, 0.008862145245075226, 0.006794077344238758, -0.0052386377938091755, 0.0004555718624033034, 0.01276654563844204, -0.028313923627138138, 0.011249728500843048, -0.026277456432580948, 0.007864979095757008, 0.00970482174307108, -0.026277456432580948, 0.01282272394746542, 0.007499819155782461, 0.003562062978744507, -0.0024086497724056244, -0.03766762837767601, 0.013967359438538551, 0.014508076943457127, 0.010013802908360958, -0.02544882334768772, 0.002264692448079586, 0.0002464389253873378, 0.019339419901371002, -0.01675521396100521, 0.03339806944131851, -0.008489963598549366, -0.015926582738757133, 0.032695841044187546, 0.02638981305062771, 0.0010603676782920957, 0.03244303539395332, -0.004529384896159172, 0.04601012542843819, -8.448707376373932e-06, -0.010568564757704735, -0.01219071727246046, -0.00928348395973444, 0.0128718800842762, 0.005010412540286779, 0.009831223636865616, 0.029493670910596848, -0.0220078956335783, -0.0025455846916884184, 0.005954912398010492, 0.017471488565206528, 0.005414195358753204, 0.019044484943151474, -0.0034181056544184685, 0.00783688947558403, 0.01758384518325329, 0.02061747945845127, -0.008265250362455845, -0.018201807513833046, -0.022148340940475464, -0.011502531357109547, 0.01422718446701765, -0.010196383111178875, -0.02124948613345623, -0.02638981305062771, 0.004708453547209501, 0.021769138053059578, 0.012036226689815521, 0.011958980932831764, 0.017345087602734566, 0.011488487012684345, -0.0225275456905365, -0.019086617976427078, -0.01567377895116806, 0.005702109541743994, 0.0386507511138916, -0.01084945723414421, 0.009262416511774063, -0.0031582803931087255, -0.0015097949653863907, 0.00040466018253937364, 0.004708453547209501, 0.009873357601463795, 0.0375833623111248, -0.010505364276468754, -0.016923747956752777, -0.004940189886838198, 0.0036480859853327274, 0.037611450999975204, -0.01598276011645794, -0.01921301893889904, -0.0063973176293075085, -0.009248372167348862, 0.00950117502361536, -0.029915008693933487, -0.012211783789098263, -0.00010719983401941136, 0.0024472724180668592, -0.015055816620588303, -0.009529264643788338, -0.02338426746428013, 0.016067028045654297, -0.009297528304159641, -0.01761193387210369, -0.009297528304159641, 0.00633411668241024, 0.010112115181982517, -0.010231494903564453, -0.010617720894515514, -0.01921301893889904, 0.016010848805308342, -0.009627576917409897, 0.004118580371141434, 0.0014667834620922804, -0.019072573632001877, 0.02360898070037365, 0.015182217583060265, 0.02372133731842041, 0.012008137069642544, 0.011600843630731106, -0.006636075675487518, 0.01890403777360916, -0.04145967215299606, -0.005164903588593006, -0.0032829262781888247, -0.047049425542354584, -0.003886844264343381, -0.02533646672964096, 0.013609222136437893, -0.0056564644910395145, -0.0010322784073650837, 0.00036779307993128896, -0.002387582790106535, -0.018763592466711998, 0.007001235615462065, 0.0023278931621462107, -0.009915490634739399, -0.0033268157858401537, 0.0007522641681134701, 0.03952151909470558, 0.010385985486209393, 0.013883091509342194, -0.0037639541551470757, 0.0068678115494549274, 0.003907911479473114, 0.00891832448542118, 0.0017274863785132766, 0.01540693175047636, 0.02286461740732193, 0.0066711874678730965, -0.006843233481049538, 0.02971838414669037, 0.025912296026945114, 0.017963049933314323, 0.015968715772032738, -0.025280289351940155, 0.0193113312125206, 0.026881374418735504, 0.02144611068069935, -0.00923432782292366, 0.014662567526102066, -0.0016967637930065393, 0.006931012496352196, 0.010238517075777054, -0.002784342970699072, -0.0017248530639335513, 0.017471488565206528, -0.008286316879093647, -0.019606268033385277, -0.011720222420990467, 0.015940627083182335, 0.02672688290476799, 0.014339541085064411, 0.0019311332143843174, -0.0015370064647868276, -0.04193719103932381, 0.00018905354954767972, -0.039212536066770554, -0.013819891028106213, 0.0126120550557971, -0.008876190520823002, -0.03081386350095272, -0.016713079065084457, -0.01855292357504368, -0.008468897081911564, -0.02898806519806385, -0.00997166894376278, 0.013911181129515171, -0.0036059522535651922, -0.0246763713657856, 0.020111873745918274, 0.017345087602734566, 0.025828028097748756, -0.014676611870527267, 0.01987311616539955, 0.02821561135351658, -0.0020698236767202616, -0.014620433561503887, 0.0029405890963971615, -0.0332857146859169, -0.004230936989188194, 0.001282447949051857, 0.01814563013613224, -0.02360898070037365, -0.027766183018684387, 0.014353586360812187, 0.008925346657633781, 0.005477395839989185, 0.000539400614798069, -0.0025719183031469584, -0.0006434184615500271, 0.004051868338137865, 0.000491561193484813, 0.04539216309785843, -0.019465822726488113, -0.007394484244287014, 0.00928348395973444, 0.02113712951540947, 0.01073710061609745, 0.013230017386376858, -0.01453616563230753, 0.01219071727246046, -0.008595298044383526, 0.022092163562774658, -0.005059568677097559, -0.026488125324249268, 0.021207353100180626, -0.008314406499266624, 0.005424728617072105, -0.012534810230135918, -0.0061690928414464, 0.016769258305430412, 0.00933264009654522, 0.03466208279132843, -0.012794635258615017, -0.013735623098909855, 0.00232087098993361, -0.0187916811555624, 0.013419619761407375, 0.04410005733370781, -0.003021345706656575, -0.021628690883517265, -0.02952175959944725, -0.04533598572015762, 0.002484139520674944, 0.011874713003635406, -0.01276654563844204, 0.007015279959887266, -9.79830656433478e-05, -0.028679082170128822, -0.024746593087911606, -0.018075406551361084, 0.018286075443029404, 0.0214601568877697, -0.009030681103467941, 0.010077004320919514, 0.005631886422634125, -0.011980047449469566, 0.008391651324927807, -0.03592609986662865, -0.015856359153985977, -0.03893164545297623, -0.05109427124261856, 0.01394629292190075, 0.023566847667098045, 0.024844905361533165, -0.00024490279611200094, 0.0051157474517822266, -0.029971186071634293, -0.004016757011413574, -0.0007781588938087225, -0.03466208279132843, 0.013251084834337234, 0.008869168348610401, 0.020757926627993584, 0.011593821458518505, 0.01997142843902111, -0.004817299544811249, 0.00794222392141819, -0.00453991862013936, 0.008230138570070267, 0.018833814188838005, -0.001665163435973227, 0.01550524402409792, -0.03615081310272217, 0.002185691613703966, 0.002701830817386508, -0.004782187752425671, -0.009466063231229782, 0.00986633449792862, 0.0059198010712862015, -0.01422016229480505, -0.000566611997783184, -0.013869047164916992, -0.012801657430827618, -0.007584086619317532, -0.017260819673538208, 0.005782865919172764, -0.0021944695618003607, 0.001023500575684011, -0.03839794918894768, -0.012548854574561119, 0.012794635258615017, 0.004796232562512159, 0.03876310959458351, -0.002837010193616152, 0.04249897226691246, 0.005923312157392502, 0.019915249198675156, -0.003644574899226427, 0.03379131853580475, -0.030223989859223366, 0.0051087248139083385, -0.007394484244287014, -0.015800179913640022, 0.01940964348614216, 0.015968715772032738, 0.046543821692466736, 0.013616244308650494, -0.012267962098121643, -0.02801898680627346, 0.0022085141390562057, -0.022991018369793892, 0.004820810630917549, 0.026038696989417076, -0.033875588327646255, 0.005122769623994827, -0.02650216966867447, -0.014873236417770386, -0.01793495938181877, 0.021277576684951782, 0.022401144728064537, -0.0044170282781124115, 0.00477867666631937, -0.022344965487718582, -0.004248492885380983, -0.015533332712948322, -0.014718745835125446, 0.030139721930027008, -0.01630578562617302, 0.016123205423355103, 0.016699034720659256, 0.012148583307862282, -0.03744291514158249, -0.01244352012872696, -0.01856696791946888, -0.001541395322419703, 0.011179505847394466, 0.027611693367362022, 0.022162387147545815, 0.0018363320268690586, -0.004820810630917549, -0.03131946921348572, -0.011137371882796288, -0.04025183618068695, 0.026600481942296028, -0.012576943263411522, 0.004862944595515728, -0.0003783265419770032, 0.0014369386481121182, -0.03457781672477722, -0.00116131326649338, -0.005270238034427166, 0.010442163795232773, -0.00770346587523818, -0.02092646062374115, -0.03339806944131851, -0.008370584808290005, -0.03895973414182663, 0.011818534694612026, -0.002306826412677765, 0.026319589465856552, 0.021825315430760384, 0.004915611818432808, -0.008272272534668446, -0.014564255252480507, 0.03657215088605881, 0.03497106581926346, -0.015027727000415325, -0.02082814835011959, 0.038032788783311844, 0.017120372503995895, -0.007457685191184282, -0.011966003105044365, -0.011010969989001751, 0.0284262802451849, 0.014971548691391945, -0.014718745835125446, 0.00014033632760401815, 0.003535729367285967, 0.015294574201107025, -0.004469695501029491, -0.010617720894515514, -0.015800179913640022, -0.02478872798383236, -0.0006333239143714309, 0.021305665373802185, 0.021839359775185585, -0.035476673394441605, 0.0018767103319987655, 0.004339782986789942, 0.01696588285267353, -0.011874713003635406, -0.023440444841980934, 0.015364797785878181, -0.03572947531938553, -0.005136813968420029, 0.013546021655201912, -0.011649999767541885, 0.008728722110390663, 0.0013280928833410144, 0.006646609399467707, 0.018412476405501366, 0.03682495281100273, -0.034521639347076416, 0.05460542440414429, -0.007815822958946228, -0.01106012612581253, -0.020477034151554108, 0.002306826412677765, -0.006179626099765301, -0.016713079065084457, -0.016699034720659256, -0.006593942176550627, -0.02266799286007881, 0.007661331910640001, -0.005329927429556847, 0.018005182966589928, -0.01433251891285181, 0.013159794732928276, 0.03910018131136894, -0.01568782329559326, 0.005533574149012566, -0.013068504631519318, -0.03522386774420738, 0.016446232795715332, -0.042667508125305176, 0.02092646062374115, 0.03207787871360779, -0.004961256869137287, -0.007970313541591167, -0.008665520697832108, 0.003414594568312168, 0.0018380876863375306, -0.016586678102612495, -0.00971184391528368, -0.008988547138869762, 0.014255274087190628, -0.03317335620522499, -0.014016515575349331, -0.010814345441758633, -0.008314406499266624, -0.015336708165705204, 0.009030681103467941, 0.024437611922621727, -0.0225415900349617, 0.017092283815145493, 0.0006254237960092723, -0.029774561524391174, 0.013784779235720634, -0.028510548174381256, -0.02608083188533783, -0.01089861337095499, 0.007492796517908573, -0.02963411621749401, -0.005877667106688023, -0.002034712117165327, 0.029971186071634293, 0.01815967448055744, -0.0048243217170238495, -0.017302952706813812, -0.02554713562130928, -0.02822965569794178, -0.032134056091308594, -0.005565174855291843, 0.01115843839943409, 0.02233092114329338, 0.010238517075777054, 0.0010296450927853584, 0.03564520552754402, 0.013489843346178532, 0.004729520529508591, -0.03092622011899948, -0.005428239703178406, 0.004301160108298063, 0.005923312157392502, 0.04013948142528534, 0.00474707642570138, -0.0017037860816344619, -0.021066907793283463, 0.02726057730615139, 0.02144611068069935, 0.02446570061147213, 0.012008137069642544, -0.004557474050670862, 0.021628690883517265, -0.027667870745062828, -0.02490108460187912, 0.007239993661642075, -0.00955033116042614, 0.00475058751180768, -0.004662808962166309, -0.005516018718481064, -0.0037042645271867514, 0.013967359438538551, -0.003662130795419216, 0.016797346994280815, -0.008623387664556503, -0.008447829633951187, -0.013981403782963753, 0.0044802287593483925, -0.0038798220921307802, -0.021600602194666862, -0.047611210495233536, -0.025617359206080437, 0.02929704636335373, -0.001407093834131956, 0.0055054849945008755, -0.016600722447037697, -0.01240138616412878, 0.003251326037570834, 0.0015220839995890856, -0.028356056660413742, -0.010694966651499271, 0.002798387547954917, 0.00793520174920559, 0.0015791401965543628, 0.0034777952823787928, 0.008504007942974567, 0.00630953861400485, -0.00945201888680458, -0.013784779235720634, 0.01447998732328415, -0.0375833623111248, -0.012106449343264103, -0.0068678115494549274, -0.04109451174736023, -0.0009796111844480038, 0.026684749871492386, 0.012590988539159298, -0.0010164782870560884, -0.005006901454180479, -0.0278925858438015, -0.017878782004117966, 0.01858101226389408, -0.01780855841934681, -0.010393007658421993, -0.024212898686528206, -0.007907112129032612, -0.00793520174920559, 0.010034870356321335, 0.01921301893889904, 0.20370294153690338, -0.00014735863078385592, -0.006218248978257179, 0.026769015938043594, -0.014079716056585312, 0.01272441167384386, 0.015589511021971703, 0.0023436935152858496, -0.025280289351940155, 0.01453616563230753, 0.01384798064827919, 0.022373056039214134, -0.03233068063855171, 0.000649124092888087, -0.004353827331215143, -0.02081410400569439, -0.025505002588033676, -0.018187763169407845, -0.035589028149843216, -0.02339831180870533, -0.007197860162705183, -0.009782067500054836, -0.01846865564584732, -0.004006223287433386, 0.015814224258065224, -0.023665159940719604, -0.005063080228865147, 0.0014580055139958858, 0.014746835455298424, -0.002635119017213583, -0.01619342900812626, -0.01127079501748085, -9.419760317541659e-05, 0.006586919538676739, -0.03028016723692417, -0.00633411668241024, 0.007289149798452854, -0.011256750673055649, 0.002919522114098072, 0.007570041809231043, 0.008981524966657162, -0.0073523507453501225, -0.009929535910487175, 0.0068221669644117355, -0.006291982717812061, 0.008749788627028465, 0.012843791395425797, -0.00459258584305644, -0.0010752900270745158, 0.03631934896111488, -0.010140204802155495, 0.01400949340313673, 0.02446570061147213, 0.016937794163823128, -0.0009752222686074674, -0.023131463676691055, 0.007180304266512394, -0.004912100732326508, 0.004381916485726833, -0.0016309297643601894, 0.0003741570399142802, 0.0123381856828928, -0.015041771344840527, 0.005119258537888527, -0.007928179576992989, 0.042442794889211655, -0.03575756400823593, -0.007190837524831295, 0.0029915007762610912, -0.028201567009091377, -0.00032390368869528174, -0.014255274087190628, -0.00922730565071106, 0.0013623266713693738, 0.011390174739062786, -0.027344845235347748, 0.027850450947880745, 0.028173476457595825, -0.0033408603630959988, 0.03249921649694443, -0.02758360467851162, -0.008166938088834286, -0.031291380524635315, -0.040729355067014694, -0.02341235615313053, -0.026108920574188232, 0.02456401288509369, -0.008770856074988842, -0.005909267347306013, -0.002973945112898946, -0.006688742898404598, -0.008272272534668446, -0.007864979095757008, 0.041712477803230286, -0.002333160024136305, 0.014971548691391945, -0.013658378273248672, 0.016684990376234055, -0.022387100383639336, -0.02769596129655838, -0.028566725552082062, 0.04005521163344383, -0.004522362723946571, 0.010133182629942894, -0.025813983753323555, -0.01911470666527748, 0.01834225468337536, -0.013524954207241535, -0.0015264729736372828, 0.011032037436962128, -0.01394629292190075, -0.03895973414182663, -0.0030669905245304108, 0.003981645684689283, 0.026347678154706955, 0.023314043879508972, 0.01110226009041071, -0.014648523181676865, -0.022359011694788933, -0.023749426007270813, 0.012197739444673061, -0.021951716393232346, 0.018637189641594887, 0.006207715254276991, -0.004016757011413574, 0.008735744282603264, -0.018974261358380318, 0.0021751581225544214, 0.006945056840777397, -0.050420131534338, 0.002308581955730915, -0.008131826296448708, 0.03351042792201042, -0.003153013763949275, 5.4752013966208324e-05, -0.023131463676691055, 0.005751265678554773, -0.027344845235347748, 0.00767537672072649, -0.003291704226285219, 0.001665163435973227, -0.005719665437936783, 0.0009128993260674179, 0.007074969820678234, 0.0220078956335783, -0.01256289891898632, 0.036853041499853134, 0.009164104238152504, -0.02714822068810463, -0.002089134883135557, -0.035898011177778244, 0.01651645451784134, 0.0007724532624706626, -0.013089572079479694, -0.00891832448542118, -0.022373056039214134, 0.012843791395425797, -0.016137251630425453, -0.018061362206935883, 0.008700632490217686, -0.04592585936188698, 0.015097950585186481, -0.0028299877885729074, 0.004392450209707022, -0.02414267510175705, -0.029240867123007774, -0.17999565601348877, 0.025940384715795517, 0.024212898686528206, -0.05095382779836655, 0.03078577294945717, -0.002649163594469428, 0.03028016723692417, 0.007261060643941164, 0.027429113164544106, -0.02169891446828842, -0.007773688528686762, -0.01550524402409792, -0.019901204854249954, 0.013335351832211018, -0.028735261410474777, -0.0034163501113653183, 0.018089450895786285, 0.016446232795715332, 0.03834177181124687, -0.004104535561054945, 0.021319709718227386, -0.029381312429904938, 0.009690777398645878, -0.00635869475081563, -0.01793495938181877, 0.008988547138869762, -0.04162820801138878, -0.01707823947072029, -0.0010006780503317714, -0.034942977130413055, -0.020757926627993584, -0.012113471515476704, -0.0051087248139083385, 0.0008238038280978799, 0.016502410173416138, 0.002880899468436837, -0.017092283815145493, -0.017260819673538208, -0.005470373667776585, -0.013890113681554794, 0.019395599141716957, 0.023903917521238327, -0.009466063231229782, 0.005266726948320866, -0.005614330992102623, 0.020434899255633354, 0.0046312082558870316, -0.01550524402409792, 0.0041326251812279224, -0.0004630330658983439, 0.007921157404780388, -0.013110638596117496, 0.026249365881085396, 0.02308933064341545, 0.015828270465135574, -0.008742766454815865, -0.020575346425175667, 0.021853404119610786, 0.0023156041279435158, -0.030954308807849884, 0.007275105454027653, -0.0429484024643898, 0.0008119537378661335, 0.013047438114881516, -0.018861904740333557, -0.006485096178948879, -0.012204761616885662, 0.002171647036448121, -0.025308378040790558, 0.005905756261199713, -0.00944499671459198, -0.012127515859901905, -0.01738722063601017, 0.0008514541550539434, 0.023679204285144806, 0.02994309738278389, -0.034942977130413055, 0.013630288653075695, 0.0019697558600455523, -0.013714556582272053, -0.030673416331410408, 0.007310216780751944, -0.01229605171829462, 0.03348233923316002, 0.0012174916919320822, 0.03733056038618088, 0.0019416665891185403, -0.02190958335995674, -0.018932126462459564, -0.002087379340082407, 0.0257437601685524, -0.00385173293761909, -0.002800143091008067, -0.008791922591626644, 0.006888878531754017, 0.029044242575764656, -0.001378126791678369, 0.013546021655201912, -0.0034058166202157736, 0.019395599141716957, -0.010961813852190971, -0.022457323968410492, -0.029577936977148056, -0.028285834938287735, 0.005544107872992754, 0.01835629902780056, 0.03266775235533714, -0.006920479238033295, 0.05859409272670746, -0.023566847667098045, 0.00018521322635933757, -0.018735501915216446, 0.024957261979579926, 0.02360898070037365, 0.02533646672964096, 0.02338426746428013, 0.01057558786123991, -0.019241107627749443, -0.0066711874678730965, -0.03174080699682236, 0.05668402463197708, -0.012801657430827618, -0.024521879851818085, 0.017008015885949135, -0.0059303343296051025, 0.004048357252031565, -0.09477299451828003, -0.01771024614572525, 0.004185292404145002, 0.003848221618682146, 0.007366395089775324, 0.02512579783797264, -0.028412235900759697, 0.03763953968882561, -0.009746955707669258, 0.012373296543955803, -0.012436497956514359, 0.0029827228281646967, -0.009065791964530945, 0.00986633449792862, 0.002768542617559433, 0.0025684069842100143, -0.019367510452866554, -0.007106570061296225, 0.006916967686265707, 0.05314478278160095, 0.010224472731351852, -0.005649442318826914, 0.007225949317216873, -0.03811705857515335, 0.0047540985979139805, 0.029381312429904938, -0.01245054230093956, -0.002780831651762128, 0.002742209006100893, 0.00029537559021264315, -0.024423567578196526, -0.02287866175174713, 0.03126329183578491, -0.02178318239748478, -0.006320072337985039, -0.01110226009041071, -0.014929414726793766, -0.021544422954320908, 0.033763229846954346, -0.016249608248472214, -0.01116546057164669, 0.015336708165705204, -0.008939391002058983, -0.020434899255633354, 0.018918082118034363, -0.008637432008981705, -0.004624186083674431, 0.06893092393875122, 0.006046202499419451, 0.001966244773939252, 0.0019732669461518526, 0.004150180611759424, 0.01447998732328415, -0.029971186071634293, 0.00783688947558403, -0.011790446005761623, 0.033650871366262436, 0.0061234477907419205, -0.00604269141331315, 0.0027650315314531326, -0.010828390717506409, -0.01110226009041071, 0.00014340858615469187, 0.04314502701163292, 0.002059290185570717, 0.019044484943151474, -0.02650216966867447, -0.00020309815590735525, 0.010968836024403572, -0.038706932216882706, -0.027836406603455544, 0.03946533799171448, -0.020266365259885788, 0.016979927197098732, 0.004371383227407932, -0.011291862465441227, -0.015729958191514015, -0.010161271318793297, 0.0096556656062603, 0.004764632321894169, -0.010589632205665112, -0.004543429706245661, 0.003971111960709095, 0.01822989620268345, 0.02898806519806385, 0.00981717836111784, 0.013328329659998417, -0.005063080228865147, 0.02071579173207283, -0.016291741281747818, 0.006980168633162975, 0.01406567171216011, -0.008384629152715206, -0.011193550191819668, -0.004079957492649555, 0.011228661984205246, 0.03339806944131851, -0.023159552365541458, 0.00036515973624773324, 0.021755093708634377, -0.015013682655990124, -0.010140204802155495, -0.05615032836794853, 0.03348233923316002, -0.03297673165798187, 0.022064074873924255, -0.01780855841934681, -0.010428119450807571, 0.003992178943008184, -0.001994333928450942, 0.009887401945888996, 0.013384507969021797, -0.015392886474728584, 0.0032671261578798294, -0.004216892644762993, -0.01443785335868597, 0.00638678390532732, -0.005951401311904192, 0.010716033168137074, -0.01255587674677372, 0.010294695384800434, 0.006980168633162975, -0.0096626877784729, 0.009775045327842236, -0.020870283246040344, -0.009508197195827961, 0.014732790179550648, -0.011614887975156307, -0.005410683806985617, 0.012029203586280346, 0.011734267696738243, 0.002032956574112177, 0.03025207854807377, -0.029240867123007774, 0.02588420733809471, 0.02564544789493084, 0.004571518860757351, -0.035476673394441605, 0.00976100005209446, 0.009676733054220676, 0.0155614223331213, -0.008293339051306248, -0.03168462961912155, 0.0023946051951497793, 0.033004820346832275, -0.017443399876356125, -0.02898806519806385, 0.0035831297282129526, -0.022021939978003502, 0.030561059713363647, 0.012331162579357624, -0.0011718467576429248, 0.03735864907503128, 0.004501295741647482, 0.0036480859853327274, -0.013489843346178532, -0.005063080228865147, -0.02971838414669037, 0.0279206745326519, 0.01630578562617302, -0.015013682655990124, -0.007696443237364292, 0.04410005733370781, 0.020027605816721916, 0.02779427357017994, 0.011284840293228626, 0.00815289281308651, -0.008504007942974567, -0.013637310825288296, -0.0021628690883517265, 0.004329249262809753, -0.028398191556334496, -0.03763953968882561, 0.020771970972418785, -0.010498342104256153, 0.012583965435624123, 0.006860789377242327, -0.009690777398645878, -0.013089572079479694, -0.019269198179244995, -0.0038131102919578552, 0.013918203301727772, 0.035589028149843216, 0.013075526803731918, 0.004866455681622028, 0.006214737426489592, -0.009838245809078217, 0.0214601568877697, -0.023328088223934174, 0.008609342388808727, -0.00789306778460741, 0.007232971489429474, -0.03308909013867378, 0.0036515973042696714, 0.010856479406356812, 0.016895659267902374, 0.0026649637147784233, -0.0013395041460171342, -0.009775045327842236, 0.047386497259140015, -0.005558152217417955, 0.03797661140561104, -0.0044275615364313126, 0.006453495938330889, -0.006622031331062317, 0.017963049933314323, -0.0031284356955438852, 0.011074170470237732, -0.02317359857261181, -0.0364597924053669, 0.017106328159570694, -0.013208950869739056, 0.008616365492343903, -0.007591108791530132, 0.001623907475732267, 0.01952200010418892, -0.02737293392419815, -0.004947212059050798, -0.010449185967445374, -0.0004902444779872894, 0.009592465125024319, 0.02874930575489998, -0.009416907094419003, 0.010758167132735252, 0.0472460500895977, -0.015168173238635063, 0.03131946921348572, 0.0048348549753427505, -0.0023454490583389997, -0.03058914840221405, 0.012583965435624123, -0.022555634379386902, 0.008721699938178062, -0.01782260276377201, -0.0193253755569458, -0.022513501346111298, 0.004266048781573772, 0.014578299596905708, 0.01422016229480505, 0.008005424402654171, 0.026052741333842278, 0.058537911623716354, 0.027555514127016068, -0.034830618649721146, 0.009964646771550179, 0.020898371934890747, 0.009325617924332619, 0.010477275587618351, 0.015294574201107025, 0.0076894210651516914, -0.023314043879508972, 0.012527787126600742, 0.008848100900650024, 0.0024946730118244886, -0.028384145349264145, -0.046543821692466736, 0.004785699304193258, 0.007422573398798704, 0.01577209122478962, 0.010371940210461617, -0.014887280762195587, 0.007145192474126816, -0.005793399643152952, 0.01535075344145298, -0.008988547138869762, -0.02811729907989502, -0.02435334399342537, 0.02189553901553154, 0.005856600124388933, -0.011186528019607067, -0.024746593087911606, 0.00385173293761909, -0.017260819673538208, -0.049549367278814316, -0.012359252199530602, 0.01665690168738365, -0.011256750673055649, -0.0017450421582907438, 0.004410006105899811, -0.001281570177525282, 0.0020118895918130875, 0.00020233009126968682, 0.010105093009769917, -0.026684749871492386, -0.004578541032969952, 0.02287866175174713, -0.00034321504062972963, -0.02640385739505291, 0.011888758279383183, -0.03994285687804222], \"5918b19d-e199-42b0-9c49-451a131767f6\": [0.01170762162655592, 0.02038566954433918, -0.0041168550960719585, -0.01844674162566662, 0.0011158932466059923, 0.017059870064258575, 0.0009358018287457526, -0.029864870011806488, -0.016265448182821274, -0.024896368384361267, 0.02212262526154518, 0.0017285405192524195, 0.005833613686263561, 0.012151959352195263, 0.026592930778861046, -0.010738157667219639, 0.01924116350710392, -0.0015408751787617803, -0.002326039830222726, -0.007944216951727867, -0.025663860142230988, 0.009829285554587841, 0.0019187304424121976, -0.021368596702814102, -0.030026447027921677, 0.0023698003496974707, 0.037809088826179504, -0.03613945469260216, 0.00475979782640934, -0.025650395080447197, 0.03336571156978607, -0.0012665303656831384, -0.016076941043138504, -0.028087520971894264, -0.009398412890732288, -0.01247511338442564, -0.013754267245531082, -0.02212262526154518, 0.008536667563021183, -0.0070016831159591675, 0.03778215870261192, 0.003187785390764475, -0.021839864552021027, -0.0003145287337247282, 0.0011461889371275902, 0.023549892008304596, 0.009378215298056602, -0.017248377203941345, -0.01846020668745041, 0.002034864155575633, 0.015699926763772964, 0.041606154292821884, -0.03253089636564255, -0.010509256273508072, -0.0213012732565403, 0.016225052997469902, -0.020520316436886787, 0.014892040751874447, 0.008691512048244476, -0.007095936220139265, 0.013175281696021557, 0.008805962279438972, 0.005372445099055767, 0.0036960807628929615, -0.011121903546154499, -0.012717479839920998, 3.3135968351416523e-06, 0.00743255577981472, -0.01640009507536888, 0.020075978711247444, 0.009788891300559044, 0.018756430596113205, 0.008981004357337952, 0.0023344552610069513, 0.011815340258181095, -0.02548881806433201, 0.015390237793326378, 0.0238326508551836, 0.0012076220009475946, 0.0012471748050302267, 0.04548401013016701, -0.013666746206581593, -0.01077181939035654, 0.041067562997341156, 0.01293964870274067, -0.00202308245934546, -0.0017142341239377856, 0.034389033913612366, 0.007169992662966251, -0.005459966138005257, -0.02437124215066433, 0.006335176527500153, 0.016103871166706085, 0.015457561239600182, 0.0044938684441149235, 0.0031120460480451584, 0.005675402469933033, 0.015713391825556755, 0.025273382663726807, 0.006166866980493069, -0.020345274358987808, 0.01734263077378273, -0.03293484076857567, -0.013027169741690159, -0.025569606572389603, 0.0008470184984616935, 0.021005049347877502, -0.004520798102021217, 0.01769271492958069, -0.0065034860745072365, 0.012448184192180634, 0.02854532189667225, 0.0226746816188097, -0.007930751889944077, -0.008334695361554623, -0.00924356747418642, 0.0014786005485802889, 0.0010973791358992457, -0.01654820889234543, -0.008684779517352581, 0.032880980521440506, 0.037405144423246384, 0.02400769293308258, -0.02192065306007862, 0.011020918376743793, -0.00686030276119709, -0.01583457551896572, -0.001708343275822699, -0.025246452540159225, -0.008846357464790344, 0.03145371377468109, 0.0188372191041708, 0.02229766733944416, -0.009317624382674694, -0.0028629477601498365, -0.0042010098695755005, -0.012515508569777012, 0.00885982159525156, -0.019658571109175682, -0.021395526826381683, 0.00999086257070303, 0.032692473381757736, -0.005288290325552225, 0.017409954220056534, -0.01116229873150587, -0.010138975456357002, 0.022028371691703796, -0.004813657142221928, 0.02134166844189167, -0.016696320846676826, 0.010630439966917038, -0.005130079109221697, 0.01580764539539814, 0.0008954075165092945, 0.022903582081198692, 0.029433997347950935, -0.0126770855858922, -0.002036547288298607, 0.01621158793568611, 0.00924356747418642, 0.014811252243816853, 0.03309641778469086, 0.025057945400476456, 0.02056071162223816, 0.020116373896598816, 0.01638663001358509, 0.006483288947492838, -0.025838902220129967, 0.026175521314144135, 0.026592930778861046, 0.01504015363752842, 0.014030295424163342, -0.030753545463085175, 0.00576628977432847, 0.029460927471518517, 0.03508920222520828, 0.003884587436914444, 0.010886270552873611, -0.025583071634173393, -0.02935320883989334, 0.0006749218446202576, -0.003490742761641741, 0.05531329661607742, 0.02726616896688938, -0.010199567303061485, 0.012151959352195263, -0.004436643328517675, -0.007452752906829119, 0.007843230850994587, 0.0058470782823860645, -0.005517191253602505, 0.02095118910074234, 0.0015484490431845188, -0.007217119447886944, -0.6415696144104004, -0.007984611205756664, 0.012212550267577171, -0.03180379793047905, 0.0038105312269181013, 0.018742967396974564, 0.016480883583426476, 0.01846020668745041, -0.01085260882973671, 0.04518778249621391, 0.0253541711717844, 0.010138975456357002, 0.01676364429295063, -0.007082471624016762, -3.579210533644073e-05, -0.017975473776459694, 0.019779754802584648, -0.027952872216701508, -0.015053617767989635, 0.007587400730699301, -0.016817504540085793, 0.030053377151489258, -0.0008588001946918666, -0.010825678706169128, 0.0031069968827068806, 0.012892521917819977, 0.012125029228627682, 0.013464774936437607, 0.007250781171023846, 0.013565761037170887, -0.0029235391411930323, 0.008711709640920162, 0.003307285252958536, -0.006974753458052874, 0.05601346492767334, -0.007230584044009447, -0.0057898531667888165, -0.005513825453817844, 0.025044480338692665, 0.023576820269227028, 0.0037263764534145594, -0.016521278768777847, 0.030349602922797203, 0.014097618870437145, -0.0037903340999037027, 0.019698966294527054, 0.022607356309890747, 0.016898293048143387, 0.004460206720978022, -0.006079345941543579, 0.0046386150643229485, 0.005877374205738306, -0.007695118896663189, 0.02951478585600853, -0.009984130039811134, -0.011438325978815556, 0.051489297300577164, -0.006281317211687565, -0.010468862019479275, -0.008994469419121742, 0.01889107935130596, -0.011943255551159382, -0.014999759383499622, -0.003271940164268017, -0.0021038709674030542, 0.016036545857787132, -0.012030776590108871, -0.0042851646430790424, -0.007836499251425266, -0.028895406052470207, 0.013686943799257278, 0.024640537798404694, -0.004944938700646162, -0.0002791837032418698, 0.009189709089696407, 0.0066381338983774185, 0.05291656404733658, -0.0278182253241539, -0.0007456119055859745, 0.0127511415630579, 0.023347919806838036, -0.015457561239600182, -0.03772829845547676, 0.0005011420580558479, 0.02913777343928814, 0.0066549647599458694, -0.00020397029584273696, 0.0035849963314831257, 0.013202211819589138, -0.0012682134984061122, -0.005247896071523428, 0.00970810279250145, -0.012266409583389759, -0.0016427024966105819, 0.004699206445366144, 0.0023984129074960947, -0.010623707436025143, -0.01030055247247219, 0.018971867859363556, -0.03320413455367088, -0.008543399162590504, -0.021826399490237236, -0.0047631640918552876, 0.006688626948744059, 0.011687424965202808, -0.019200768321752548, 0.02512526884675026, 0.005224332679063082, 0.015942294150590897, -0.002692954847589135, 0.0060658808797597885, -0.03826688975095749, 0.0002520437410566956, 0.008099062368273735, 0.021408991888165474, -0.027899013832211494, 0.02532724104821682, -0.01564606837928295, -0.0036556862760335207, -0.013592690229415894, 0.013760999776422977, 0.0093445535749197, -0.0005667828372679651, -0.01809665746986866, 0.010738157667219639, -0.0014592449879273772, -0.02060110494494438, -0.02515219897031784, 0.013229141011834145, -0.01306083146482706, 0.02019716240465641, 0.023657608777284622, 0.015026688575744629, -0.013989901170134544, 0.0035479681100696325, -0.0026323634665459394, -0.003679249668493867, -0.008220245130360126, 0.023132482543587685, -0.024263523519039154, -0.02074921876192093, -0.01514787133783102, 0.004453474190086126, -0.021085837855935097, -0.016628997400403023, 0.0019507092656567693, -0.03584323078393936, 0.003265207866206765, 0.007183457259088755, -0.009943735785782337, -0.006981485523283482, 0.0011411396553739905, -0.000854592421092093, 0.006624669302254915, -0.032261598855257034, -0.013202211819589138, 0.021072372794151306, -0.02683529630303383, -0.009761962108314037, -0.03008030727505684, -0.0013456359738484025, 0.010926664806902409, 0.012926183640956879, 0.002065159846097231, -0.0032618416007608175, -0.01806972734630108, -0.021045442670583725, 0.013922576792538166, -0.027899013832211494, -0.016669390723109245, -0.009182976558804512, 0.004490502178668976, 0.0005970785859972239, 0.021637892350554466, -0.01770617812871933, 0.030053377151489258, -0.032880980521440506, -0.014474633149802685, -0.008974272757768631, -0.010219763964414597, 0.014326520264148712, 0.024909833446145058, 0.015080547891557217, -0.02286318689584732, 0.035331569612026215, -0.008718441240489483, 0.033446501940488815, 0.022176483646035194, -0.0031120460480451584, 0.032665543258190155, -0.0012480162549763918, 0.012313536368310452, -0.01246838178485632, 0.005564318038523197, -0.007028612308204174, 0.03331185132265091, -0.0038071649614721537, 0.010024525225162506, -0.002320990664884448, 0.01964510604739189, 0.021476315334439278, 0.02038566954433918, 0.008644385263323784, -0.02705073170363903, 0.02342870831489563, -0.013565761037170887, -0.000887833593878895, -0.005601346492767334, 0.011384466663002968, 0.01238759234547615, -0.0033796585630625486, -0.0050896848551929, -0.02268814481794834, -0.02019716240465641, 0.02174561098217964, 0.010314017534255981, -0.005799951963126659, 0.00817985087633133, 0.008913680911064148, 0.008570329286158085, 0.009674441069364548, 0.013545563444495201, 0.023105554282665253, 0.01905265636742115, -0.02135513350367546, 0.012973310425877571, -0.0016511180438101292, 0.00666842982172966, -0.011929790489375591, -0.03689348325133324, 0.0036523202434182167, 0.01114883366972208, 0.0011882663238793612, -0.023347919806838036, 0.03164222091436386, 0.02325366623699665, 0.03735128417611122, -0.013444577343761921, 0.04365279898047447, -0.030188025906682014, -0.00481029087677598, 0.03029574267566204, 0.02779129520058632, -0.015457561239600182, 0.021839864552021027, 0.011384466663002968, 0.0434642918407917, 0.0019911036361008883, -0.01534984353929758, 0.009129117242991924, -0.00963404681533575, 0.00013822433538734913, 0.0024236594326794147, -0.006877133622765541, 0.01160663552582264, 0.008240441791713238, 0.011956719681620598, 0.008247174322605133, 0.02913777343928814, 0.030134165659546852, -0.01304063480347395, -0.0003427205956541002, -0.021220484748482704, 0.008900215849280357, 0.012912718579173088, 0.01466313935816288, -0.0354931466281414, -0.02266121655702591, -0.00604568375274539, 0.024034623056650162, -0.013168550096452236, -0.02932627871632576, -0.01103438250720501, 0.004396249074488878, 0.03029574267566204, 0.013397450558841228, 0.0025094973389059305, 0.010044721886515617, 0.017181051895022392, 0.0022435681894421577, -0.01714065857231617, -0.009081990458071232, 0.013437844812870026, 0.04478384181857109, -0.01189612876623869, -0.020830007269978523, -0.013431113213300705, -0.005597980227321386, -0.002756912726908922, 0.02418273501098156, -0.02174561098217964, 0.0202106274664402, 0.010334214195609093, -0.01372060552239418, -0.023698003962635994, 0.007607597857713699, 0.016063475981354713, 0.003226496744900942, -0.007452752906829119, -0.009492666460573673, 0.009836018085479736, -0.01456888671964407, -0.021866794675588608, -0.006442894693464041, 0.02554267831146717, 0.004022601526230574, -0.014178408309817314, -0.02878768928349018, 0.0008116734679788351, -0.016319306567311287, -0.0006681894301436841, -0.025381101295351982, -0.007069006562232971, -0.011256551370024681, 0.022001441568136215, -0.005278191529214382, -0.0017436883645132184, -0.023671073839068413, 0.021462850272655487, 0.005362346768379211, 0.004601586610078812, -0.006331810262054205, -0.02190718799829483, 0.031507574021816254, 0.037432074546813965, -0.00013022961502429098, -0.0017975474474951625, 0.02118009142577648, -0.013357056304812431, 0.0064294300973415375, -0.029030054807662964, -0.03218081220984459, 0.007365231867879629, -0.04586102440953255, -0.010818946175277233, -0.005614811088889837, 0.023738397285342216, -0.02515219897031784, 0.015242124907672405, -0.0037364750169217587, 0.006113007664680481, -0.02131473831832409, 0.0018194277072325349, -0.009627314284443855, -0.008758836425840855, 0.01286559272557497, 0.015053617767989635, 0.042171675711870193, 0.010159172117710114, 0.017234912142157555, 0.01582111045718193, 0.008785765618085861, 0.01711372844874859, -0.010011060163378716, -0.0118086077272892, 0.014057224616408348, 0.024990621954202652, 0.009681172668933868, -0.00021385849686339498, 0.021489780396223068, -0.0011192593956366181, 0.01996826007962227, 0.003059870097786188, -0.035520076751708984, 0.00933108851313591, 0.005500360392034054, 0.013390718959271908, -0.01087280549108982, 0.012879056856036186, -0.014972829259932041, -0.02002212032675743, 0.024721326306462288, -0.0065640779212117195, 0.008711709640920162, 0.0160096175968647, 0.017059870064258575, -0.013067563995718956, -0.009411877952516079, -0.0034705456346273422, 0.014299591071903706, -0.0038711228407919407, -0.013141619972884655, -0.014178408309817314, -0.020062513649463654, -0.020883865654468536, -0.029595574364066124, 0.008866554126143456, 0.0013229141477495432, -0.014434238895773888, -0.007371964398771524, -0.016857897862792015, -0.015094012953341007, -0.007654724642634392, 0.005483529530465603, 0.00472276983782649, -0.03298869729042053, -0.013801394030451775, -0.018352488055825233, -0.011505650356411934, 0.008449146524071693, -0.0019321951549500227, -0.014501562342047691, 0.005288290325552225, 0.006671796087175608, -0.007284443359822035, -0.029811011627316475, 0.0057898531667888165, -0.04858090728521347, 0.00023542316921520978, -0.008745371364057064, 0.012219282798469067, 0.002873046323657036, -0.009411877952516079, 0.02171868085861206, 0.01000432763248682, 0.020075978711247444, 0.01143159344792366, -0.010785284452140331, 0.010462130419909954, 0.013161817565560341, 0.006052416283637285, 0.052081748843193054, -0.00237989891320467, -0.026619859039783478, 0.02797980234026909, 0.009257032535970211, 0.01408415473997593, -0.02631017006933689, 0.0015930511290207505, 0.010832411237061024, -0.009001201950013638, 0.006900697015225887, -0.005759557243436575, -0.010199567303061485, 0.008449146524071693, -0.03613945469260216, 0.007055541966110468, 0.009290694259107113, 0.005776388570666313, 0.01998172514140606, 0.0046386150643229485, 0.015767252072691917, -0.016076941043138504, 0.018137050792574883, 0.0013893964933231473, -0.014649675227701664, 0.025394564494490623, 0.020803077146410942, -0.041067562997341156, 0.0028107718098908663, -0.009829285554587841, -0.03538542985916138, -0.007708583492785692, -0.009775426238775253, -0.008294301107525826, 0.02074921876192093, -0.006712190341204405, -0.022014906629920006, -0.033635009080171585, -0.0127511415630579, 0.0008129357593134046, 0.02189372293651104, 0.0023731666151434183, -0.0014659774024039507, -0.0005709906108677387, 0.002968982793390751, 0.003514306154102087, -0.023334454745054245, 0.003558066673576832, -0.03885934129357338, -0.014111083932220936, 0.01436691451817751, 0.00830103363841772, 0.027764365077018738, 0.013027169741690159, -0.010818946175277233, 0.006914162077009678, -0.0003395647800061852, 0.024048088118433952, -0.007297907955944538, 0.011835536919534206, 0.0022183216642588377, 0.026821831241250038, 0.023657608777284622, 0.04289877414703369, -0.019954796880483627, 0.009977398440241814, 0.0014727097004652023, -0.01372060552239418, 0.00820004753768444, -0.011438325978815556, 0.004662178456783295, -0.04470305144786835, 0.009129117242991924, 0.030780475586652756, 0.018406346440315247, -0.01534984353929758, -0.007944216951727867, 0.0022486173547804356, 0.006920894142240286, -0.03315027430653572, -0.022540032863616943, -0.03616638481616974, -0.04666890949010849, -0.006052416283637285, 0.008274104446172714, -0.024829044938087463, 0.009755229577422142, -0.038751620799303055, -0.015390237793326378, 0.018352488055825233, -0.012427987530827522, 0.02664678916335106, -0.01238759234547615, 0.035358499735593796, 0.0026441451627761126, 0.025004087015986443, -0.007708583492785692, 0.023671073839068413, -0.011822071857750416, -0.014595815911889076, -0.029083913192152977, 0.02569079026579857, -0.014999759383499622, -0.0007902139914222062, 0.029191631823778152, 0.007621062453836203, -0.008011541329324245, -0.02150324545800686, 0.01679057441651821, -0.02935320883989334, -0.002792257582768798, 0.027373887598514557, -0.02078961208462715, 0.02111276611685753, -0.023374849930405617, -0.013410915620625019, -0.0039148833602666855, 0.005426304414868355, 0.03026881441473961, 0.0033560951706022024, 0.0035311372485011816, -0.01712719351053238, -0.026956479996442795, 0.0070016831159591675, -0.028302956372499466, 0.020897330716252327, -7.368808292085305e-05, 0.02325366623699665, 0.02726616896688938, -0.0026491943281143904, -0.026700647547841072, -0.009869679808616638, 0.002253666752949357, -0.0033863908611238003, 0.015592209063470364, 0.015861503779888153, 0.011182495392858982, 0.017679249867796898, -0.002081990707665682, -0.011229622177779675, -0.004083192907273769, -0.02706419676542282, 0.00776244280859828, -0.007169992662966251, 0.00752007681876421, -0.007163260132074356, -0.006907429546117783, -0.02496369183063507, 0.0018160614417865872, -0.007695118896663189, 0.024815579876303673, -0.005325318314135075, -0.013518634252250195, -0.03864390403032303, 0.013437844812870026, -0.000506612122990191, 0.013855253346264362, 0.02492329850792885, 0.006877133622765541, 0.01657513715326786, -0.017867757007479668, -0.0018716036574915051, 0.003608559723943472, 0.045268572866916656, 0.025596536695957184, -0.02419620007276535, -0.0049146427772939205, 0.04093291610479355, 0.007701850961893797, -0.007358499336987734, -0.010899735614657402, 0.00894734263420105, 0.025246452540159225, -0.010973791591823101, -0.0264448169618845, 0.012306803837418556, 0.00807886477559805, 0.026700647547841072, -0.002361384918913245, -0.0034705456346273422, -0.020708823576569557, 0.010818946175277233, -0.012461649253964424, 0.014811252243816853, 0.012071170844137669, -0.04451454430818558, -0.019133444875478745, -0.007668189238756895, -0.0019338782876729965, -0.01788122020661831, 0.009970665909349918, 0.011943255551159382, -0.01248857844620943, -0.023576820269227028, -0.00719018978998065, -0.03605866804718971, -0.008354892954230309, 0.0009736715001054108, -0.015686461701989174, 0.010428467765450478, 0.03603173792362213, -0.022634286433458328, 0.03861697390675545, -0.007116133347153664, 0.005658571608364582, -0.04287184402346611, 0.02609473280608654, -0.015955757349729538, -0.010361144319176674, -0.007385428994894028, -0.02154363878071308, -0.016063475981354713, -0.02116662636399269, 0.000956840580329299, 0.008099062368273735, -0.015942294150590897, -0.0018194277072325349, 0.0025498918257653713, 0.004655445925891399, 0.008469343185424805, -0.013801394030451775, -0.03802452236413956, 0.004416446201503277, -0.02342870831489563, 0.026566000655293465, 0.030538110062479973, 0.008435681462287903, -0.004012502729892731, -0.030618898570537567, 0.011411396786570549, -0.010818946175277233, -0.023563355207443237, -0.019173840060830116, -0.006224092096090317, 0.003662418806925416, -0.015861503779888153, -0.0127511415630579, -0.025838902220129967, -0.021045442670583725, -0.028814617544412613, 0.003608559723943472, 0.007493147160857916, -0.013357056304812431, 0.005769656039774418, -0.005358980502933264, -0.03888627141714096, 0.015295984223484993, -0.019927866756916046, -0.005449867807328701, -0.013262802734971046, 0.008065399713814259, -0.03411974012851715, 0.0013027169043198228, 0.0036994467955082655, 0.05025053769350052, 0.01618465967476368, 0.004941572435200214, -0.00951959565281868, -0.021584033966064453, -0.0346314013004303, -0.021260879933834076, -0.005682135000824928, -0.007964414544403553, 0.019658571109175682, -0.005682135000824928, -0.005439769010990858, 0.045053135603666306, -0.005971627775579691, 0.009687905199825764, -0.0264448169618845, -0.002034864155575633, -0.016036545857787132, 0.02111276611685753, -0.003132243175059557, -0.006577542517334223, -0.01790815033018589, -0.0030127433128654957, 0.014945900067687035, 0.011438325978815556, 0.013404183089733124, 0.016332771629095078, -0.03406587988138199, -0.0012345515424385667, -0.010610242374241352, -0.012670353055000305, 0.029487857595086098, 0.004806924611330032, -0.004217840731143951, -0.019308486953377724, -0.00015253065794240683, 0.022432314231991768, 0.010973791591823101, 0.028895406052470207, 0.00953306071460247, -0.017665784806013107, -0.015861503779888153, -0.009883144870400429, -0.018608318641781807, -0.0015627554384991527, -0.02228420227766037, -0.03525077924132347, -0.008368357084691525, 0.03864390403032303, -0.002965616760775447, 0.007863428443670273, -0.008866554126143456, -0.002364751184359193, -0.012609761208295822, -0.003564799204468727, -0.010462130419909954, -0.004827121738344431, 0.012024044059216976, 0.001408752053976059, -0.0026138494722545147, -0.015269055031239986, 0.006308246869593859, -0.008846357464790344, -0.003457081038504839, -0.0010906467214226723, 0.006176965311169624, -0.03218081220984459, 0.000293700402835384, -0.017948545515537262, -0.023496031761169434, 0.007270978298038244, 0.018769895657896996, 0.014111083932220936, -0.004749699495732784, -0.017975473776459694, 0.009317624382674694, -0.010347679257392883, -0.010462130419909954, -0.0029302716720849276, -0.005170473363250494, -0.013283000327646732, -0.000580247666221112, 0.0109401298686862, 0.0004150937602389604, 0.010691030882298946, 0.22426928579807281, 0.008119259029626846, -0.003053137566894293, 0.014501562342047691, -0.015242124907672405, 0.02570425532758236, 0.001201731152832508, -0.012138494290411472, -0.01584804058074951, 0.010717961005866528, -0.00776244280859828, 0.018823755905032158, -0.008684779517352581, -0.002272180747240782, -0.01229333970695734, -0.020695358514785767, -0.018944937735795975, -0.0388324111700058, -0.02954171597957611, -0.00394517881795764, -0.013182014226913452, -0.0008192473906092346, -0.024061553180217743, -0.00972829945385456, 0.03185765817761421, -0.02097811922430992, 0.004800192080438137, -0.0014407308772206306, 0.0177465733140707, -0.0024674199521541595, -0.027845153585076332, -0.021435922011733055, 0.013276267796754837, -0.000331780465785414, -0.028302956372499466, -0.0024388073943555355, 0.020264485850930214, -0.015242124907672405, 0.00035450226278044283, -0.007897090166807175, 0.007708583492785692, 0.016278913244605064, -0.011195960454642773, -0.013734070584177971, 0.011330608278512955, 0.009741764515638351, -0.009896609000861645, 0.0024270256981253624, -0.0001283361343666911, 0.01246838178485632, -0.01390911266207695, 0.01304736640304327, 0.003813897492364049, 0.02018369734287262, 0.023199807852506638, -0.016305841505527496, 0.015295984223484993, -0.008240441791713238, 0.019348882138729095, -0.00724404864013195, -0.0013498436892405152, 0.029030054807662964, -0.0038610242772847414, 0.0035748977679759264, -0.0025482086930423975, 0.021274344995617867, -0.026135127991437912, -0.0016864630160853267, -0.003689348232001066, -0.03234238922595978, -0.00752007681876421, 0.004564558621495962, 0.0006808126927353442, 0.009970665909349918, -0.008267371915280819, -0.03126520663499832, 0.007695118896663189, 0.03196537494659424, 0.022593891248106956, 0.015242124907672405, -0.014716998673975468, -0.01238759234547615, -0.009580187499523163, -0.036112524569034576, -0.022513102740049362, -0.0362202450633049, 0.03945178911089897, -0.02264775149524212, -0.014030295424163342, -0.00183289241977036, -0.008125991560518742, -0.02493676356971264, -0.0073517668060958385, 0.03045731969177723, -0.004224573262035847, 0.035708583891391754, -0.00020113006758037955, 0.01551142055541277, -0.012670353055000305, -0.008065399713814259, -0.020116373896598816, 0.017086798325181007, 0.015713391825556755, 0.006274585146456957, -0.011418129317462444, -0.009735031984746456, 0.008435681462287903, -0.01295984536409378, -0.022378455847501755, -0.01750420778989792, -0.010616974905133247, -0.04284491389989853, 0.004012502729892731, -0.020843470469117165, 0.015161336399614811, 0.005308487452566624, 0.009741764515638351, -0.026404423639178276, -0.009182976558804512, -0.014811252243816853, 0.00031810530344955623, -0.006981485523283482, 0.009088722988963127, 0.015295984223484993, 0.011546044610440731, -0.0038576580118387938, -0.009283962659537792, -0.013626351952552795, -0.009613849222660065, -0.03616638481616974, -8.373407035833225e-05, -0.02534070611000061, 0.0084760757163167, -0.005978359840810299, 0.00442991079762578, -0.015915364027023315, 0.008469343185424805, -0.02398076467216015, 0.004907910246402025, -0.008253906853497028, 0.009849483147263527, -0.002007934497669339, -0.00030968981445766985, 0.006920894142240286, 0.012636691331863403, -0.01806972734630108, 0.006745852064341307, -0.01306083146482706, -0.020654965192079544, -0.018554460257291794, -0.013922576792538166, -0.00147607596591115, 0.0038071649614721537, -0.010340946726500988, 0.000393213500501588, 0.0014121182030066848, 0.022028371691703796, -0.03920942544937134, 0.00011739600449800491, 0.004880981054157019, -0.015471026301383972, 0.02765664830803871, 0.015094012953341007, 0.0084760757163167, -0.02822216786444187, -0.034927625209093094, -0.1717028021812439, 0.03689348325133324, -0.0031255108769983053, -0.051677804440259933, 0.030214954167604446, -0.013155085034668446, 0.03805145248770714, 0.0003101105976384133, 0.0047126710414886475, -0.036085598170757294, -0.004827121738344431, -0.014164943248033524, -0.02628323994576931, -0.01696561649441719, -0.007506611756980419, -0.024627072736620903, -0.009802356362342834, 0.014151478186249733, 0.028895406052470207, 0.010138975456357002, 0.027899013832211494, -0.036085598170757294, 0.013067563995718956, 0.0226746816188097, -0.013114690780639648, 0.013592690229415894, -0.030968982726335526, -0.0056955995969474316, -0.018621783703565598, -0.0491194985806942, -0.013020437210798264, -0.0009400096023455262, -0.003006011014804244, -0.0019305121386423707, 0.0045544602908194065, -0.002788891550153494, -0.011754748411476612, -0.0026306803338229656, -0.006665063556283712, -0.011613368056714535, 0.005557585973292589, 0.022378455847501755, 0.0017436883645132184, 0.008307766169309616, -0.0003460868028923869, 0.0006311613251455128, -0.009802356362342834, -0.008368357084691525, 0.019389275461435318, -0.009580187499523163, 0.00830103363841772, -0.012010578997433186, 0.0002686643274500966, 0.005254628136754036, 0.020910795778036118, 0.00043802594882436097, -0.020681893453001976, -0.0011091608321294188, 0.006197162438184023, -0.03468526154756546, 0.004591488279402256, -0.02359028533101082, 0.0008853089530020952, 0.016884827986359596, 0.003692714497447014, -0.00281245494261384, -0.023724934086203575, 0.0297032929956913, -0.03700120002031326, 0.0034284682478755713, 0.0015635970048606396, -0.016117336228489876, -0.018325557932257652, 0.003130560042336583, 0.017665784806013107, 0.038186103105545044, -0.025192594155669212, 0.0059245009906589985, 0.0031608559656888247, -0.0024421734269708395, -0.017019474878907204, 0.019281556829810143, -0.0014962730929255486, 0.0049819666892290115, 0.015605674125254154, 0.018231304362416267, -0.009364751167595387, 0.005224332679063082, -0.020897330716252327, -0.014420773833990097, 0.02873382903635502, -0.029083913192152977, -0.041633084416389465, 0.0021543640177696943, -0.013976436108350754, 0.0016334454994648695, 0.016130799427628517, -0.0320192351937294, -0.0032450107391923666, -0.007984611205756664, -0.0041235871613025665, -0.003800432663410902, -0.020116373896598816, -0.011990382336080074, 0.010112046264111996, 0.006819908507168293, 0.025192594155669212, 0.0013229141477495432, 0.04338350519537926, -0.016090406104922295, -0.010825678706169128, 0.005729261785745621, 0.007910555228590965, 0.01059004571288824, 0.011094974353909492, 0.0016225053695961833, -0.005082952324301004, -0.03045731969177723, 0.027952872216701508, 0.0011714354623109102, 0.038967058062553406, -0.0042851646430790424, 0.0055037266574800014, 0.026202451437711716, -0.005658571608364582, 0.01730223558843136, -0.11849001795053482, -0.021274344995617867, 0.0055239237844944, -0.004160615615546703, 0.00790382269769907, 0.00999086257070303, -0.022593891248106956, 0.03336571156978607, -0.029056983068585396, 0.009842750616371632, -0.0011217840947210789, -0.017396489158272743, -0.018810290843248367, -0.00757393566891551, 0.01886414922773838, -0.026162058115005493, -0.0029740321915596724, -0.0032180810812860727, -0.002502765040844679, 0.04513392597436905, 0.007849963381886482, -0.01712719351053238, 0.01220581866800785, -0.0236172154545784, 0.004527530632913113, 0.03188458830118179, -0.031157488003373146, -0.0020483287516981363, 0.00642606383189559, -0.0084760757163167, 0.005476796999573708, -0.024075016379356384, 0.010616974905133247, -0.013693676330149174, -0.009162778966128826, -0.0009551574476063251, -0.028518393635749817, -9.183397196466103e-05, 0.034954555332660675, 0.002968982793390751, -0.005308487452566624, 0.010522721335291862, -0.015942294150590897, -0.028249097988009453, 0.024276988580822945, 0.008415483869612217, -0.01864871382713318, 0.055151715874671936, -0.012549170292913914, -0.013020437210798264, -0.013606155291199684, -0.01293964870274067, -0.011350804939866066, -0.02244577929377556, 0.014057224616408348, -0.00820004753768444, 0.025623466819524765, -0.011404664255678654, 0.012461649253964424, 0.006311613135039806, -0.009856214746832848, -0.009465736337006092, -0.006920894142240286, 0.02248617447912693, 0.009714835323393345, 0.012724212370812893, -0.036112524569034576, -0.0018648713594302535, 0.01563260331749916, -0.020439527928829193, -0.0297032929956913, 0.03145371377468109, -0.03183072805404663, 0.019200768321752548, -0.006378937046974897, -0.007270978298038244, -0.022364990785717964, -0.02056071162223816, 0.024815579876303673, 0.013936041854321957, 0.001286727492697537, -0.016467420384287834, 0.010987256653606892, -0.0004493868618737906, 0.0044871363788843155, 0.01867564208805561, 0.015672998502850533, -0.002474152250215411, -0.005227698944509029, -0.012872324325144291, 0.007176724728196859, 0.025044480338692665, 0.018527530133724213, -0.023509496822953224, -0.0047631640918552876, 0.011546044610440731, 0.011310410685837269, -0.009613849222660065, 0.02113969624042511, 0.008981004357337952, -0.018783360719680786, -0.015282519161701202, -0.032827120274305344, 0.03557393327355385, -0.0007679129485040903, 0.009775426238775253, 0.006439528428018093, 0.0024792016483843327, -0.006442894693464041, 0.007412358652800322, 0.011748015880584717, 0.013444577343761921, -0.013478239998221397, 0.015901898965239525, -0.000519235385581851, 2.3694847186561674e-05, 0.003776869270950556, 0.016682855784893036, 0.009836018085479736, -0.0203587394207716, 0.0015619138721376657, -0.01160663552582264, -0.011788410134613514, 0.012502043507993221, 0.004854051396250725, -0.002980764489620924, -0.008354892954230309, -0.01514787133783102, -0.011290214024484158, 0.015444097109138966, -0.00538254389539361, -0.0177465733140707, 0.030214954167604446, -0.017275305464863777, 0.011943255551159382, 0.03525077924132347, -0.008402019739151001, -0.016615532338619232, 0.015861503779888153, 0.012805000878870487, 0.025017552077770233, 0.0063385427929461, 0.006813175976276398, -0.007876893505454063, 0.01828516460955143, -0.01925462856888771, -0.026929549872875214, 0.0001987106224987656, -0.004756431560963392, 0.025219522416591644, 0.008765568025410175, 0.0038071649614721537, 0.01793508045375347, 0.0010914882877841592, -0.0015492906095460057, -0.027683576568961143, -0.0030127433128654957, -0.02916470170021057, 0.013585957698523998, 0.002102188067510724, 0.015269055031239986, -0.009627314284443855, 0.041633084416389465, 0.028276026248931885, 0.02873382903635502, -0.029245490208268166, 0.0025246453005820513, -0.011849001981317997, -0.013161817565560341, 0.026781437918543816, -0.007600865326821804, -0.017248377203941345, -0.021664822474122047, 0.016332771629095078, -0.014434238895773888, 0.003076700959354639, 0.0009593652212060988, 0.01293964870274067, 0.00415051681920886, 0.007116133347153664, 0.01466313935816288, 0.04112142324447632, 0.03673190623521805, 0.0017891319002956152, -0.00432555889710784, -0.004032699856907129, 0.006557345390319824, 0.016817504540085793, -0.0031423417385667562, -0.007695118896663189, -0.011768213473260403, 0.005843712482601404, -0.016521278768777847, -0.012226015329360962, -0.019308486953377724, -0.02206876501441002, 0.02170521765947342, 0.016830967739224434, -0.012461649253964424, 0.010165904648602009, -0.010428467765450478, 0.017948545515537262, 0.009553257375955582, 0.012905986979603767, 0.01773310825228691, -0.0047732628881931305, -0.005109881982207298, 0.011074777692556381, -0.021974513307213783, -0.04136378690600395, 0.00875210389494896, -0.015713391825556755, 0.010213031433522701, 0.008954075165092945, 0.00011949987674597651, 0.0026003846433013678, 0.003364510601386428, -0.005355614237487316, -0.022553497925400734, -0.019375810399651527, -0.018985332921147346, 0.035331569612026215, -0.01788122020661831, 0.018392883241176605, 0.02495022676885128, -0.004944938700646162, 0.02648521214723587, 0.0350622721016407, -0.004840586334466934, -0.004248136654496193, 0.004880981054157019, -0.013013704679906368, -0.0014575618552044034, -0.014259196817874908, -0.014636210165917873, -0.02003558538854122, 0.003898052265867591, -0.024680932983756065, 0.018567925319075584, -0.008550131693482399, -0.002312575001269579, 0.05714450404047966, 0.017261840403079987, -0.004581389483064413, 0.016642462462186813, -0.006836739368736744, 0.003224813612177968, 0.028087520971894264, 0.006220725830644369, 0.0037533058784902096, -0.009007934480905533, 0.010455397889018059, 0.01106131263077259, -0.0054700649343431, -0.027952872216701508, -0.006193796172738075, -0.00653041573241353, -0.028841547667980194, -0.011377735063433647, -0.018204376101493835, -0.013397450558841228, 0.00828756857663393, -0.004843952599912882, 0.012515508569777012, -0.0005600504809990525, -0.01901226118206978, -0.013767732307314873, 0.026902619749307632, 0.02707766182720661, -0.00894734263420105, -0.011182495392858982, -0.005682135000824928, 0.003911517094820738, -0.055528730154037476, -0.0289761945605278, 0.0034705456346273422, -0.0038307283539325, -0.001325438730418682, -0.010058186948299408, -0.006591007113456726, 0.00410002376884222, -0.004837220534682274, -0.013747534714639187, -0.014286126010119915, -0.032665543258190155, 0.009977398440241814, 0.00347391190007329, 0.008603991009294987, -0.0093445535749197, -0.028653040528297424], \"4a230738-d305-4ab1-a617-837b8f006232\": [0.020661519840359688, 0.011236967518925667, 0.011947991326451302, -0.020438453182578087, -0.011460033245384693, 0.011292734183371067, -0.015823768451809883, -0.010198314674198627, -0.007207831367850304, -0.03764244541525841, 0.004077931400388479, -0.005768356379121542, 0.012896022759377956, 0.0017444485565647483, 0.021818676963448524, 0.0012207654071971774, 0.012233794666826725, -0.0004966711858287454, 0.04597955197095871, -0.011139375157654285, -0.010818718001246452, 0.006594398990273476, 0.004830780439078808, -0.022724883630871773, -0.03432433307170868, 0.012408065609633923, 0.02245999313890934, -0.029026508331298828, -0.0028074991423636675, -0.028608258813619614, 0.03477046638727188, -0.016172310337424278, -0.021386485546827316, -0.026210295036435127, -0.008260425180196762, -0.022515758872032166, -0.020605754107236862, -0.029026508331298828, 0.03170330449938774, -0.015461285598576069, 0.03513294830918312, -0.001334912609308958, -0.01574011892080307, -0.006441040895879269, 0.01305635180324316, 0.033181119710206985, 0.013335185125470161, -0.006604854948818684, -0.021093711256980896, 0.011982845142483711, 0.015126686543226242, 0.045923784375190735, -0.04809867963194847, -0.008295279927551746, -0.012024669907987118, 0.008183746598660946, -0.014778145588934422, -0.008037359453737736, 0.01804049126803875, -0.020075971260666847, 0.0022393770050257444, 0.016353551298379898, -0.022515758872032166, -0.01822173222899437, -0.034017618745565414, 0.0007768110954202712, 0.006130839232355356, 0.006831406615674496, -0.005092186387628317, 0.0012739179655909538, -0.0004313196986913681, 0.009668531827628613, 0.016492968425154686, -0.01028196420520544, 0.028245776891708374, -0.028970740735530853, -0.009326961822807789, 0.0025617775972932577, -0.002870236523449421, -0.005639396142214537, 0.027478985488414764, -0.02739533595740795, -0.01822173222899437, 0.05721651762723923, 0.018570274114608765, 0.0019518305780366063, 0.00548603804782033, 0.011627333238720894, 0.005346621386706829, -0.02471853978931904, -0.014722378924489021, 0.011404266580939293, -0.016158368438482285, 0.012491715140640736, 0.014304129406809807, 0.009863714687526226, 0.010644447058439255, 0.010254081338644028, -0.004708791151642799, 0.012645073235034943, -0.014638728462159634, 0.016897276043891907, -0.03457528352737427, -0.020731229335069656, -0.04079325869679451, -0.020870644599199295, 0.010714155621826649, -0.0035202656872570515, 0.015377636067569256, -0.01288905180990696, -0.001582376891747117, 0.029751474037766457, -0.010003131814301014, -0.0055034649558365345, -0.011697041802108288, 0.0074239266104996204, -4.046345202368684e-05, 0.0010883198119699955, -0.028176067396998405, -0.03195425495505333, 0.015461285598576069, 0.035188715904951096, 0.025471387431025505, -0.011216054670512676, 0.018305381760001183, 0.008776266127824783, 0.003959427587687969, 0.0027011940255761147, -0.011390325613319874, -0.019155822694301605, 0.007403014227747917, 0.004046563059091568, 0.019267356023192406, -0.008950537070631981, -0.004046563059091568, -0.00640967208892107, -0.010804776102304459, 0.005824123043566942, -0.022473935037851334, -0.05116584151983261, 0.008574112318456173, 0.019183706492185593, -0.027506869286298752, 0.02212539315223694, 0.0027116502169519663, 0.0061064413748681545, 0.02304554171860218, 0.016367493197321892, 0.007030075415968895, -0.027492927387356758, -0.00528736924752593, 0.008832032792270184, 0.012031640857458115, 0.01585165224969387, -0.005214175675064325, 0.026740077883005142, 0.007988563738763332, 0.002002368913963437, 0.01438777893781662, 0.0004914430319331586, 0.0257083959877491, 0.027562635019421577, 0.02480218932032585, 0.0047471304424107075, 0.017733775079250336, 0.024607006460428238, -0.00017775599553715438, -0.004642568528652191, 0.01639537699520588, 0.0035272366367280483, 0.004917915910482407, 0.017803482711315155, -0.01799866557121277, 0.00040648612775839865, 0.0035864885430783033, 0.027841467410326004, 0.02326860837638378, 0.016367493197321892, -0.03557908162474632, -0.016311725601553917, 0.004283570684492588, 0.004837751388549805, 0.037558797746896744, 0.03867412731051445, -0.00867170374840498, 0.005012021865695715, -0.0032135494984686375, 0.0017915015341714025, 0.006782610900700092, 0.009285137057304382, 0.018277497962117195, 0.009048128500580788, -7.433729479089379e-05, -0.006841863039880991, -0.6339545249938965, -0.01797078177332878, 0.017691949382424355, -0.027032852172851562, -0.0019797137938439846, 0.028162125498056412, 0.014164713211357594, 0.02264123409986496, -0.024021457880735397, 0.03820011019706726, 0.012017698958516121, 0.034240685403347015, 0.0012059523724019527, -0.010525942780077457, -0.023603208363056183, -0.018430856987833977, 0.021121595054864883, -0.008427725173532963, 0.010665359906852245, 0.017413116991519928, -0.006904600653797388, 0.022892184555530548, -0.009633678011596203, -0.005942626856267452, 0.015684353187680244, 0.002551321405917406, 0.026823727414011955, 0.009020245634019375, -0.004091873299330473, 0.00852531660348177, -0.028942858800292015, 0.0024380453396588564, -0.0016703834990039468, 0.007326335180550814, 0.05955871567130089, 0.0020337377209216356, -0.009215428493916988, -0.0017671036766842008, 0.009982218965888023, 0.010484118014574051, -0.006057645659893751, -0.021414369344711304, 0.013237593695521355, 0.017036691308021545, 0.023645032197237015, -0.003928058780729771, 0.04455750063061714, -0.011480946093797684, -0.014401720836758614, -0.003631799016147852, 0.01285419799387455, 0.011627333238720894, -0.004074446391314268, 0.018723631277680397, -0.023617148399353027, -0.01643720082938671, 0.030364906415343285, -0.005165379960089922, 0.0076400223188102245, -0.01380223035812378, -0.007591226603835821, -0.0037886423524469137, -0.012331386096775532, 0.006831406615674496, -0.018249616026878357, 0.02622423693537712, 0.005245544482022524, -0.02271094173192978, 0.010323788970708847, -0.03214943781495094, -6.801998824812472e-05, 0.022766709327697754, -0.019072173163294792, -0.014652670361101627, 0.013927704654633999, 0.02106582745909691, 0.0408211424946785, -0.03622039780020714, -0.0193928312510252, 0.008915683254599571, 0.012582335621118546, 0.013265476562082767, -0.029388990253210068, -0.01128576323390007, 0.03596944734454155, 0.012533539906144142, -0.01727369986474514, -0.015795884653925896, 0.02038268744945526, -0.014471429400146008, 0.013160914182662964, 0.002188838552683592, -0.015656469389796257, -0.03217732161283493, 0.005726531147956848, 0.025555038824677467, 0.009668531827628613, 0.025025255978107452, -0.004907459486275911, -0.021846560761332512, -0.015043037012219429, -0.00943849515169859, -0.005768356379121542, 0.018890930339694023, 0.009508202783763409, 0.0032954567577689886, 0.02297583408653736, -0.0075215185061097145, 0.023603208363056183, -0.01380223035812378, 0.0033285680692642927, -0.02103794552385807, -0.009591853246092796, -0.007444839458912611, -0.011690070852637291, -0.03870201110839844, 0.02275276742875576, -0.0048482078127563, 0.007200860418379307, -0.038144346326589584, 0.0004644310974981636, 0.018347207456827164, 0.010658388957381248, -0.021191302686929703, 0.012045582756400108, -0.023143133148550987, 0.00845560897141695, -0.018821222707629204, -0.019113996997475624, -0.007849146611988544, 0.00643755542114377, 0.020299037918448448, 0.014638728462159634, -0.010003131814301014, 0.01887699030339718, -0.00846954993903637, 0.004077931400388479, -0.016228076070547104, 0.01143215037882328, -0.01592135988175869, -0.030002422630786896, -0.006085528526455164, 0.004018679726868868, -0.025039197877049446, -0.0035760323517024517, -0.013098176568746567, -0.028106359764933586, -0.014081062749028206, -0.005015507340431213, -0.003330310806632042, 0.0035655761603266, -0.008873858489096165, 0.0037154487799853086, -0.01252656988799572, -0.026935260742902756, -0.02483007311820984, 0.01290996465831995, -0.007263598032295704, 0.009647618979215622, -0.02800876833498478, -6.967419722059276e-06, 0.018305381760001183, 0.009570940397679806, 0.006057645659893751, 0.004590287338942289, -0.004851692821830511, -0.012024669907987118, 0.021344661712646484, -0.029305340722203255, -0.01826355792582035, -0.009849773719906807, -0.004147639963775873, -0.014694495126605034, 0.005367533769458532, -0.0014778145123273134, 0.02669825404882431, -0.032846517860889435, -0.02230663411319256, 0.022250868380069733, 0.0014142057625576854, -0.011550654657185078, 0.010512001812458038, 0.009069041348993778, -0.004897003527730703, 0.03128505498170853, 0.013753434643149376, 0.039928875863552094, 0.013328214175999165, -0.021665317937731743, 0.03159176930785179, 0.01961589604616165, 0.009905539453029633, -0.019086115062236786, -0.008643820881843567, 0.00805130135267973, 0.04160187393426895, -0.004269629251211882, 0.024857955053448677, 0.006099470425397158, 0.0013767376076430082, 0.02363109029829502, 0.010442293249070644, 0.011836457997560501, -0.04229895398020744, 0.01840297318994999, -0.039789460599422455, -0.01561464462429285, -0.007291481364518404, 0.0013375267153605819, 0.017468882724642754, -0.001971000339835882, -0.008037359453737736, -0.023686857894062996, -0.01625595986843109, 0.025039197877049446, 0.016479026526212692, -0.023617148399353027, 0.011515799909830093, 0.0169112179428339, -0.027855409309267998, 0.0026471700984984636, -0.004788955673575401, 0.013119089417159557, 0.02011779509484768, -0.04399983584880829, 0.028468841686844826, 0.016883334144949913, -0.0009968277299776673, -0.011968903243541718, -0.0381164625287056, -0.005879889242351055, 0.004984138533473015, 0.005440727807581425, 0.013042410835623741, 0.021079769358038902, 0.016228076070547104, 0.025331972166895866, -0.02027115412056446, 0.024077223613858223, -0.01296573132276535, 0.013746463693678379, 0.021609552204608917, 0.014541137032210827, -0.010163459926843643, 0.01817990653216839, 0.031675420701503754, 0.04135092347860336, 0.008532287552952766, -0.019922612234950066, 0.003276286879554391, -0.0028057564049959183, 0.004485724959522486, -0.01990867219865322, -0.0011257879668846726, 0.013035439886152744, -0.00984280277043581, 0.006942939944565296, 0.0193928312510252, 0.018305381760001183, 0.015461285598576069, 4.909529161523096e-05, -0.005775327328592539, -0.0034087325911968946, 0.01826355792582035, 0.013091206550598145, -0.010867513716220856, -0.021930210292339325, 0.003466241993010044, -0.010072839446365833, 0.02541562169790268, -0.006211003754287958, -0.03253980353474617, -0.028273658826947212, 0.004074446391314268, 0.041211508214473724, 0.011648246087133884, 0.004269629251211882, 0.013390951789915562, 0.00010096801997860894, -0.011111492291092873, -0.007953708991408348, -0.013837084174156189, 0.013188797980546951, 0.026126645505428314, 0.00035594767541624606, -0.02329649217426777, -0.015307927504181862, 0.009389699436724186, 0.007681847084313631, -0.004172037821263075, -0.010484118014574051, 0.026670370250940323, 0.0016878106398507953, -0.0061517516151070595, -0.020285096019506454, 0.04076537489891052, 0.03973369300365448, -0.006367846857756376, -0.016632383689284325, -0.003771215444430709, -0.00036836444633081555, 0.013370038941502571, -0.005398902576416731, -0.0006378303514793515, 0.027088619768619537, 0.01964377984404564, -0.007890972308814526, 0.0015483940951526165, 0.0073681604117155075, -0.008427725173532963, 0.0007916241302154958, -0.018709689378738403, -0.021776851266622543, -0.013286389410495758, -0.0020476793870329857, -0.008588054217398167, -0.008371958509087563, 0.0018664379604160786, 0.035913679748773575, 0.005573173053562641, -0.011536712758243084, -0.002530408790335059, -0.031424470245838165, 0.03619251400232315, 0.027437159791588783, 0.008978419937193394, -0.0076051680371165276, 0.004412530921399593, -0.00658394256606698, 0.01957407221198082, -0.01589347794651985, -0.0019239472458139062, 0.004611199721693993, -0.015084861777722836, 0.001589347724802792, -0.009201486594974995, 0.024146931245923042, -0.004046563059091568, 0.008866887539625168, 0.0009175346349366009, -0.014429604634642601, -0.0166881512850523, 0.005430271383374929, -0.03800492733716965, -0.001778431236743927, -0.01272872369736433, 0.008351046591997147, 0.030476439744234085, 0.027771759778261185, 0.025067079812288284, 0.0012835027882829309, -0.011397295631468296, 0.011920107528567314, -0.012073465622961521, -0.012575365602970123, 0.005130526144057512, 0.023505616933107376, 0.00889477040618658, -0.00176884641405195, 0.04070960730314255, 0.008859916590154171, 0.02297583408653736, 0.017761657014489174, -0.020145678892731667, 0.011069667525589466, 0.014973328448832035, 0.023672915995121002, -0.003799098776653409, 2.9544309654738754e-05, -0.0015562362968921661, 0.025792045518755913, -0.011069667525589466, -0.001077863504178822, 0.010755980387330055, 0.017873190343379974, 0.004572859965264797, -0.02151196077466011, -0.027911176905035973, 0.020396629348397255, 0.0012190226698294282, 0.015489169396460056, 0.0012774033239111304, -0.019253414124250412, -0.019420713186264038, 0.002875464502722025, -0.048154447227716446, 0.004590287338942289, -7.804054621374235e-05, -0.01305635180324316, -0.01614442653954029, -0.01693909987807274, -0.003976854495704174, -0.0142623046413064, -0.017775598913431168, -0.007207831367850304, -0.0014821713557466865, -0.013035439886152744, -0.00846954993903637, 0.012721752747893333, 0.005667279474437237, 0.017719833180308342, -0.03348783403635025, 0.009194515645503998, 0.01589347794651985, -0.032595571130514145, -0.022069627419114113, -0.006841863039880991, -0.02045239508152008, -0.003490639850497246, -0.015029095113277435, 0.03030913881957531, -0.027590518817305565, -0.006674563512206078, 0.008302250877022743, 0.01461084559559822, -0.008532287552952766, 0.01274266466498375, -0.00799553468823433, 0.006036732811480761, -0.008595025166869164, 0.005127040669322014, 0.03312535211443901, -0.01844479888677597, -0.03267921879887581, 0.011146346107125282, 0.01632566750049591, 0.026921318843960762, 0.0030026822350919247, -0.0030183664057403803, 0.015865594148635864, -0.01455507893115282, 0.002730820095166564, -0.009410611353814602, -0.006137809716165066, 0.01610260270535946, -0.012624161317944527, 0.025443505495786667, -0.005325709003955126, 0.009389699436724186, 0.010895396582782269, 0.01187131181359291, -0.00022742310829926282, -0.014088033698499203, -0.006033247336745262, -0.0031682392582297325, -0.026642486453056335, 0.017873190343379974, 0.025178613141179085, -0.017329467460513115, 0.009738240391016006, -0.0025321515277028084, -0.03465893492102623, -0.001561464392580092, -0.004788955673575401, 0.012247736565768719, 0.020954294130206108, -0.010491088964045048, -0.0037224197294563055, -0.032484035938978195, -0.012080436572432518, 0.02293400838971138, 0.021902326494455338, 0.0024589579552412033, 0.018319323658943176, -0.0011310160625725985, 0.00858108326792717, 0.006095984950661659, -0.03312535211443901, -0.012247736565768719, -0.0410442091524601, -0.03114563785493374, 0.006015820428729057, 0.020131736993789673, 0.06374120712280273, -0.0039036611560732126, 0.0143738379701972, -0.008155862800776958, -0.021539844572544098, -0.025875696912407875, -0.024662772193551064, 0.003858350683003664, -0.005465125665068626, 0.02913804166018963, 0.022069627419114113, 0.0283015426248312, -0.008504404686391354, 0.006922027561813593, -0.005838064476847649, -0.0004247845499776304, 0.02480218932032585, -0.0008770166896283627, 0.02077305316925049, -0.04294027015566826, 0.0033268253318965435, 0.007953708991408348, 0.011864340864121914, -0.010651418007910252, 0.010233168490231037, -0.010010101832449436, 0.0164650846272707, 0.0008229928207583725, 0.00961973611265421, -0.025805987417697906, -0.03451951593160629, -0.019894730299711227, 0.011787662282586098, -0.009961306117475033, 0.0041336980648338795, -0.041685521602630615, -0.017650123685598373, 0.0006931612151674926, 0.010721126571297646, 0.03535601496696472, -0.007152064703404903, 0.01914188079535961, 0.016925159841775894, 0.010205285623669624, -0.0053849611431360245, 0.024272406473755836, -0.01720399223268032, -0.016116542741656303, -0.020466336980462074, -0.017064575105905533, -0.0021173874847590923, 0.02961205691099167, 0.01840297318994999, -0.008643820881843567, 0.002722106408327818, -0.006636223755776882, 0.0032205204479396343, -0.011627333238720894, 0.02365897409617901, 0.012045582756400108, -0.02392386645078659, -0.002429331885650754, -0.02212539315223694, -0.007500605657696724, -0.014415662735700607, 0.017482824623584747, 0.014959386549890041, -0.002431074623018503, 0.0026419421192258596, -0.040012527257204056, -0.017120342701673508, -0.022264810279011726, -0.021539844572544098, 0.024732481688261032, -0.013370038941502571, 0.020898528397083282, 0.006057645659893751, 0.0047471304424107075, -0.03195425495505333, -0.0023143133148550987, 0.017831366509199142, -0.002530408790335059, 0.01661844365298748, -0.006712902802973986, 0.01950436271727085, -0.007918855175375938, -0.0012042097514495254, -0.022320576012134552, -0.0008378057973459363, -0.033153235912323, 0.003176952712237835, 0.000997699098661542, -0.010505030862987041, 0.0012721752282232046, 0.0010830917162820697, -0.04079325869679451, 0.007092812564224005, -0.007960679940879345, 0.002831896999850869, -0.002384021645411849, -0.005409359000623226, -0.031061988323926926, 0.01749676652252674, 0.0005755285965278745, 0.032958053052425385, 0.014708437025547028, 0.010937221348285675, 0.017873190343379974, 0.004468297585844994, -0.02205568552017212, 0.00488306162878871, 0.03552331402897835, 0.02494160644710064, -0.0193928312510252, -0.00626328494399786, 0.02432817406952381, 0.02530408836901188, -0.010477147065103054, -0.00577184185385704, -0.0028545521199703217, 0.02782752737402916, -0.012115291319787502, -0.006451496854424477, 0.00033547086059115827, 0.009194515645503998, 0.0019675148651003838, -0.011996787041425705, -0.01235926989465952, -0.03030913881957531, -0.01705063320696354, -0.011885253712534904, 0.014722378924489021, 0.024300290271639824, -0.019337063655257225, -0.02636365406215191, -0.002682024147361517, 0.012645073235034943, -0.01953224651515484, -0.008936595171689987, 0.01007981039583683, -0.022041743621230125, -0.002748247003182769, -0.0003681466041598469, 0.005280398763716221, 0.016925159841775894, 0.012631132267415524, -0.010790834203362465, 0.002035480458289385, 0.034129150211811066, -0.03373878449201584, 0.03820011019706726, 0.00015259567589964718, 0.00040583263034932315, -0.03574638068675995, 0.0023648517671972513, -0.003063676878809929, -0.02268305979669094, -0.004147639963775873, -0.01108360942453146, -0.02202780172228813, -0.005482552573084831, 0.007472722791135311, 0.019295237958431244, -0.003450557589530945, -0.011236967518925667, 0.028552493080496788, -0.011055725626647472, 0.012233794666826725, -0.003330310806632042, -0.027841467410326004, 0.02363109029829502, -0.05495797097682953, 0.03510506451129913, 0.005667279474437237, -0.0115018580108881, -0.004754101391881704, -0.01154368370771408, 0.0051514385268092155, -0.019922612234950066, -0.00018951925449073315, -0.03114563785493374, 0.004307969007641077, 0.008504404686391354, -0.036387696862220764, -0.004900489002466202, -0.0014447030844166875, -0.02713044360280037, -0.017719833180308342, 2.1620444385916926e-05, 0.0030009394977241755, -0.013906792737543583, 0.0011641274904832244, 0.0071799480356276035, -0.015168511308729649, 0.04054230824112892, -0.019964437931776047, -0.0021661834325641394, -0.022501816973090172, -0.005813666619360447, -0.04865634813904762, 0.007695788983255625, 0.00043894402915611863, 0.03705689683556557, 0.010616564191877842, -0.021191302686929703, -0.025108905509114265, -0.010679300874471664, -0.028440959751605988, -0.03028125688433647, 0.011508828960359097, 0.0018786368891596794, 0.025067079812288284, 0.007646993268281221, -0.016130484640598297, 0.0333763025701046, 0.004077931400388479, 0.026558836922049522, -0.020954294130206108, -0.0028231835458427668, 0.003386077471077442, 0.004119756631553173, -0.009145719930529594, 0.02519255504012108, -0.026266062632203102, -0.01844479888677597, 0.02027115412056446, 0.002356138313189149, 0.021665317937731743, 0.022334517911076546, 3.28391142829787e-05, -0.007057958748191595, -0.01268689800053835, -0.01785924844443798, -0.013565221801400185, -0.005175836384296417, 0.014708437025547028, -0.02721409499645233, -0.0014873994514346123, 0.00878323707729578, 0.006740786135196686, 0.0011728410609066486, 0.003603915683925152, -0.00863684993237257, -0.02133071981370449, 0.008406813256442547, -0.002565263072028756, -0.00629813876003027, -0.0142623046413064, -0.03159176930785179, -0.01013557706028223, 0.025875696912407875, 0.005496494006365538, 0.02110765315592289, -0.008560171350836754, 0.006089014001190662, -0.0012181514175608754, 0.0027987854555249214, -0.02216721884906292, 0.0031664965208619833, -0.006524690426886082, 0.002483355812728405, -0.001601546653546393, -0.00021075848781038076, 0.006095984950661659, 0.005179321859031916, -0.003583003068342805, 0.006733815185725689, 0.0037293904460966587, -0.017915016040205956, -0.0063783032819628716, -0.003732875920832157, -0.03245615214109421, -0.011167258955538273, 0.020006263628602028, -0.013335185125470161, 0.0013854511780664325, -0.018068373203277588, -0.007030075415968895, -0.027032852172851562, 0.0032693161629140377, -0.004991109482944012, -0.016604501754045486, -0.021860502660274506, 0.003443586640059948, 0.0012957018334418535, 0.0032257484272122383, 0.002188838552683592, 0.22395861148834229, -0.02088458649814129, 0.002134814625605941, 0.010407439433038235, -0.015586760826408863, 0.025499271228909492, 0.014750261791050434, -0.012010728940367699, -0.018974581733345985, 0.013830113224685192, 0.009173603728413582, 0.022892184555530548, -0.0074518099427223206, 0.0006953396368771791, -0.004050048533827066, -0.022892184555530548, -0.021595610305666924, -0.02439788170158863, -0.01550311129540205, -0.014638728462159634, -0.005147953052073717, -0.0003280643722973764, -0.01898852176964283, -0.01088145561516285, 0.03808857873082161, -0.003959427587687969, 0.017357349395751953, 0.008797178976237774, 0.009982218965888023, 0.0017610042123124003, -0.03451951593160629, -0.00993342325091362, -0.0010769922519102693, 0.029082274064421654, -0.014457487501204014, -0.013014527037739754, 0.00730542279779911, -0.004708791151642799, 0.028803441673517227, 0.00849046278744936, 0.010609593242406845, -0.00995433609932661, -0.009773094207048416, -0.023686857894062996, -0.007911884225904942, 0.00566030852496624, -0.010017072781920433, -0.013300330378115177, 0.00432888139039278, 0.02523438073694706, -0.02530408836901188, -0.006371332332491875, 0.015056977979838848, 0.018430856987833977, 0.00647240923717618, -0.01997837983071804, 0.01932312175631523, 0.025039197877049446, 0.021051885560154915, -0.002377050695940852, 0.0007345505291596055, 0.007807322312146425, -0.022669117897748947, 0.009752181358635426, -0.005071274004876614, 0.016005009412765503, -0.008002504706382751, -0.02347773313522339, 0.010581709444522858, -0.03329265117645264, 0.019378889352083206, -0.0055487751960754395, 0.02786935120820999, 0.00825345516204834, 0.012226823717355728, -0.03465893492102623, 0.018974581733345985, 0.028357308357954025, 0.01042835135012865, 0.0216513779014349, -0.013795259408652782, -0.006559544708579779, 0.0012094378471374512, -0.03198213875293732, -0.009096924215555191, -0.02834336832165718, 0.03468681499361992, -0.012394123710691929, 0.009055099450051785, -0.006988250184804201, -0.0005563588347285986, -0.010630505159497261, -0.009354844689369202, 0.010902367532253265, 0.0031264142598956823, 0.020438453182578087, -0.019155822694301605, 0.0076400223188102245, -0.015489169396460056, -0.027729935944080353, -0.01311211846768856, 0.012435948476195335, 0.005266456864774227, -0.00028406103956513107, -0.029751474037766457, -0.009724298492074013, 0.0022602893877774477, -0.019657721742987633, -0.002737790811806917, -0.008776266127824783, -0.01002404373139143, -0.0329301692545414, 0.007465751841664314, -0.016367493197321892, 0.03644346445798874, 0.011160288006067276, 0.002957371762022376, -0.019113996997475624, -0.01628384366631508, -0.007361189462244511, 0.0069533963687717915, -0.035802148282527924, 0.0018925785552710295, 0.010414410382509232, 0.01267295703291893, 0.009563969448208809, -0.030253373086452484, 0.009849773719906807, -0.0053954171016812325, -0.010944192297756672, 0.00436373520642519, -0.002148756291717291, -0.002167925937101245, 0.006197061855345964, -0.005994908045977354, -0.009257253259420395, -0.0021261011715978384, -0.025108905509114265, -0.010735067538917065, 0.017399175092577934, 0.01851450651884079, 0.0010743781458586454, 0.029388990253210068, -0.024481531232595444, 0.0006644065724685788, -0.012442919425666332, 0.01461084559559822, 0.017078517004847527, -0.016841508448123932, -0.012408065609633923, -0.002777873072773218, -0.001712208497337997, 0.0032553744968026876, 0.00329197128303349, 0.007591226603835821, -0.012923906557261944, 0.01923947222530842, -0.04890729486942291, -0.008406813256442547, 0.010595651343464851, -0.02329649217426777, 0.004039592109620571, 0.013251534663140774, 0.01756647415459156, -0.024593064561486244, -0.04670451581478119, -0.18001453578472137, 0.01675785891711712, 0.028385192155838013, -0.04347005486488342, 0.019155822694301605, -0.008107067085802555, 0.015293986536562443, -0.0033634223509579897, 0.014220479875802994, -0.021233128383755684, 0.0020215387921780348, -0.04924189671874046, -0.028580375015735626, 0.018765456974506378, 0.0009898568969219923, -0.014694495126605034, 0.0014115917729213834, 0.011627333238720894, 0.025039197877049446, -0.005357077810913324, 0.026754019781947136, -0.023645032197237015, 0.020396629348397255, -0.0011998529080301523, -0.017761657014489174, 0.03694536164402962, -0.01163430418819189, 0.004060504492372274, -0.0071450937539339066, -0.04748524725437164, -0.006022791378200054, -0.000755898654460907, 0.01290996465831995, -0.012401094660162926, 0.015252161771059036, 0.01675785891711712, -0.014680554158985615, 0.002000626176595688, -0.010769922286272049, -0.005189777817577124, -0.001714822486974299, 0.024439705535769463, -0.018542390316724777, 0.0024188756942749023, 0.006308595184236765, 0.02421664074063301, -0.012387152761220932, -0.016716035082936287, 0.018165964633226395, -0.0143738379701972, 0.012519598938524723, -0.027520811185240746, 0.0057648709043860435, 0.021316777914762497, 0.02004808746278286, -0.005364048294723034, -0.012847227044403553, -0.000514098210260272, 0.0011920108227059245, -0.018528448417782784, -0.007925826124846935, -0.034491632133722305, 0.004436929244548082, -0.0023805361706763506, -0.019629837945103645, -0.009062070399522781, -0.006786096375435591, -0.0072984518483281136, -0.015405519865453243, 0.008476520888507366, -0.02687949500977993, 0.0015954471891745925, -0.010853571817278862, -0.003098530927672982, 0.022794591262936592, 0.028385192155838013, -0.026907378807663918, 0.0028092418797314167, -0.011627333238720894, -0.009982218965888023, -0.024634890258312225, -0.0038618361577391624, -0.02264123409986496, 0.011383354663848877, -0.018821222707629204, 0.01869574747979641, -0.0017130798660218716, -0.003652711398899555, -0.022696999832987785, 0.003583003068342805, 0.0062702554278075695, -0.036750178784132004, -0.028329426422715187, -0.00849046278744936, -0.008107067085802555, 0.020243270322680473, 0.019086115062236786, -0.006716388277709484, 0.012289561331272125, -9.590327681507915e-05, -0.013356097042560577, -0.0006304238340817392, -0.02778570167720318, 0.005109613295644522, 0.00508521543815732, 0.025610804557800293, 0.02304554171860218, 0.006939454469829798, 0.04765254631638527, -0.005214175675064325, -0.0031891516409814358, -0.012352298945188522, 0.0029782841447740793, 0.026754019781947136, 0.01562858559191227, 0.03187060356140137, 0.003063676878809929, -0.03192637115716934, 0.036248281598091125, 0.0058450354263186455, 0.038367412984371185, -0.0021801250986754894, 0.0011162030277773738, 0.01727369986474514, -0.0033738785423338413, 0.009633678011596203, -0.10696031153202057, -0.03030913881957531, -0.007751555647701025, -0.016367493197321892, 0.0016668981406837702, 0.020299037918448448, -0.017733775079250336, 0.03468681499361992, 0.00415461091324687, 0.03320900350809097, -0.02453729882836342, -0.017287641763687134, -0.002450244501233101, -8.953150972956792e-05, 0.0027848437894135714, 0.0018507535569369793, 0.005182807333767414, -0.017176108434796333, -0.005628939718008041, 0.03831164538860321, -0.010463206097483635, -0.01756647415459156, 0.010149518959224224, -2.5514302251394838e-05, 0.008086155168712139, 0.016771800816059113, -0.021093711256980896, 0.008943566121160984, 0.009745211340487003, -0.004632112104445696, -0.004130212590098381, -0.020661519840359688, 0.0071311523206532, -0.004074446391314268, 0.019657721742987633, 0.00213655736297369, -0.013962559401988983, -0.02958417497575283, 0.04305180534720421, -0.0063051097095012665, -0.008483491837978363, 0.0037747009191662073, 0.004499666392803192, -0.017176108434796333, 0.016088660806417465, -0.02735351026058197, -0.018124140799045563, 0.05177927389740944, -0.012749635614454746, -0.01592135988175869, -0.030838921666145325, 0.004625141154974699, 0.000603847554884851, -0.019629837945103645, 0.028859209269285202, 0.001728764153085649, 0.01910005509853363, 0.014541137032210827, -0.00858108326792717, 0.021888384595513344, -0.010965105146169662, -0.016534792259335518, 0.003258859971538186, 0.029054392129182816, 0.002690737834200263, 0.018361149355769157, -0.030002422630786896, 0.003844409016892314, 0.025610804557800293, -0.049102477729320526, -0.01760829985141754, 0.042605672031641006, -0.02264123409986496, 0.016534792259335518, -0.013732521794736385, -0.016005009412765503, -0.0011266593355685472, -0.0009523887420073152, 0.021274952217936516, 0.0017183079617097974, -0.014401720836758614, -0.004175523295998573, -0.008462579920887947, -0.0025269235484302044, 0.0338224358856678, 0.025652630254626274, 0.021344661712646484, 0.008964478969573975, 0.018835164606571198, -0.019016405567526817, 0.010365614667534828, 0.02286430075764656, -0.010323788970708847, -0.014513254165649414, -0.010414410382509232, 0.006402701139450073, -0.0038269818760454655, -0.0009262481471523643, 0.00015989325765985996, 0.0192812979221344, -0.030476439744234085, 0.0095291156321764, -0.048851530998945236, 0.03362725302577019, -0.009089953266084194, 0.002509496407583356, -0.01305635180324316, 0.010965105146169662, -0.004203406628221273, -0.009591853246092796, -0.009563969448208809, 0.010379555635154247, -0.022669117897748947, -0.00722177280113101, -0.008176775649189949, -0.006977794226258993, 0.014582962729036808, -0.015307927504181862, 0.014290187507867813, -0.01961589604616165, -0.01011466421186924, 0.004063989967107773, 0.006315566133707762, 0.012770548462867737, 0.00499459495767951, -0.004416016396135092, 0.0002757831825874746, -0.003910631872713566, 0.005817152094095945, 0.005977481137961149, -0.0018995493883267045, -0.0056463670916855335, 0.03490988165140152, -0.01731552556157112, 0.01964377984404564, 0.024453647434711456, -0.005545289721339941, -0.006751242559403181, 0.004119756631553173, 0.034240685403347015, 0.03521659970283508, 0.008978419937193394, -0.00943849515169859, -0.009333932772278786, 0.019183706492185593, -0.022473935037851334, -0.03203790262341499, -0.026963144540786743, -0.015349753201007843, 0.03016972355544567, 0.008037359453737736, 0.022432109341025352, 0.015168511308729649, 0.014959386549890041, -0.025178613141179085, -0.014304129406809807, -0.02687949500977993, -0.03641558066010475, 0.013997413218021393, 0.012512627989053726, -0.02505313977599144, -0.01449931226670742, 0.04924189671874046, 0.04068172350525856, -0.008504404686391354, -0.01461084559559822, -0.004802897106856108, -0.011564595624804497, -0.019922612234950066, 0.02011779509484768, 0.021999917924404144, -0.029165925458073616, -0.025973288342356682, 0.012442919425666332, 0.013091206550598145, 0.010149518959224224, -8.991272625280544e-05, -0.007284510415047407, 0.017719833180308342, 0.002950401045382023, -0.009536086581647396, 0.0286361426115036, 0.009612765163183212, -0.0016416289145126939, -0.023603208363056183, -0.005573173053562641, 0.005071274004876614, 0.014011355116963387, 0.0019396315328776836, 0.005336165428161621, -0.011878282763063908, -0.0022864299826323986, -0.04093267396092415, 0.01005889754742384, -0.00499459495767951, 0.015154569409787655, -0.0006007978226989508, 0.0017627469496801496, -0.024369997903704643, 0.026977086439728737, 0.013307301327586174, 0.038255877792835236, 0.0033337962813675404, 0.0029538862872868776, 0.009103895165026188, 0.0036143718753010035, -0.00589034566655755, 0.005635910667479038, -0.017942899838089943, -0.026307886466383934, 0.0010325531475245953, -0.0065769716165959835, 0.025833871215581894, 0.010714155621826649, -0.01792895793914795, 0.00638178875669837, -0.02764628455042839, 0.007472722791135311, -0.01555887795984745, 0.002856294857338071, -0.004360250197350979, 0.028273658826947212, 0.0025216953363269567, 0.026754019781947136, 0.019337063655257225, -0.009668531827628613, 0.035077184438705444, 0.02545744739472866, -0.008044330403208733, -0.02194415219128132, 0.013997413218021393, -0.0039698840118944645, 0.00883900374174118, -0.008023417554795742, -0.01002404373139143, -0.006803523749113083, -0.02264123409986496, 0.004778499249368906, 0.012568394653499126, -0.0027691596187651157, 0.00045136080007068813, 0.06441041082143784, 0.00846954993903637, -0.009048128500580788, 0.007974621839821339, 0.007479693274945021, 0.013607047498226166, 0.026377595961093903, 0.007172977086156607, 0.00874838326126337, -0.023575324565172195, -0.002617544261738658, 0.0062702554278075695, -0.002450244501233101, -0.03454739972949028, -0.02618241310119629, 0.008030388504266739, -0.0038792630657553673, 0.0024258464109152555, 0.0073333061300218105, -0.001789758913218975, 0.013188797980546951, -0.0047018202021718025, 0.017552532255649567, 0.018026549369096756, -0.025541096925735474, -0.01444354560226202, 0.02304554171860218, 0.007479693274945021, -0.001712208497337997, -0.040151942521333694, 0.0002986562030855566, -0.0070370458997786045, -0.04726218059659004, -0.012840256094932556, -0.0029068333096802235, -0.006451496854424477, -0.007549401838332415, -0.011362441815435886, 0.012519598938524723, -0.004893518052995205, 0.0009462892776355147, 0.0005350107094272971, -0.032734986394643784, -0.031173521652817726, 0.015293986536562443, 0.019894730299711227, -0.002695965813472867, -0.007089327089488506, -0.03733573108911514], \"291ead5d-141e-4066-8ef4-220ef9c06380\": [0.009964212775230408, 0.01264188066124916, 0.01492919772863388, -0.030899330973625183, -0.02522897534072399, 0.005786776542663574, -0.01240903977304697, -0.011854331009089947, -0.009909426793456078, -0.04278790205717087, 0.01461417879909277, -0.011231140233576298, 0.01070382446050644, 0.007252302952110767, 0.020859787240624428, -0.011080478318035603, 0.016737136989831924, 0.0017163441516458988, 0.023188194260001183, -0.013655422255396843, -0.01686040684580803, 0.01710694283246994, -0.0051361918449401855, -0.02672189474105835, -0.026187730953097343, 0.018353326246142387, 0.020914573222398758, -0.02280469238758087, -0.009012305177748203, -0.0040233503095805645, 0.027721740305423737, -0.021024145185947418, -0.008984912186861038, -0.03624097257852554, 0.007012614049017429, -0.0249276515096426, -0.03588486090302467, -0.005848410539329052, 0.03451520949602127, -0.015449665486812592, 0.042404402047395706, 0.011724214069545269, -0.016381029039621353, 4.165130667388439e-05, 0.003309419611468911, 0.01492919772863388, 0.00046396933612413704, -0.011354408226907253, -0.02269512042403221, 0.01677822694182396, 0.020120175555348396, 0.031419798731803894, -0.037144940346479416, -0.015381183475255966, -0.020311927422881126, 0.0027872403152287006, -0.019627101719379425, -0.002383193001151085, 0.01944904774427414, -0.01115580927580595, 0.003913778346031904, 0.006574325729161501, -0.013874567113816738, -0.007786467205733061, -0.014983984641730785, -0.010203901678323746, -0.015792079269886017, 0.010155963711440563, -0.012943203561007977, 0.00692701106891036, 0.004413701128214598, 0.005245764274150133, -0.006865376606583595, 0.012210440821945667, 0.02206508070230484, -0.011292774230241776, -0.003814478637650609, 0.0002743582590483129, -0.01085448544472456, -0.02264033444225788, 0.032186802476644516, -0.011621490120887756, -0.01130647026002407, 0.02206508070230484, 0.02005169354379177, 0.012100867927074432, 0.0097108269110322, 0.002913933014497161, 0.005125919822603464, -0.017367176711559296, -0.0012429584749042988, 0.0014638147549703717, 0.0031416374258697033, 0.0135663952678442, 0.012915810570120811, 0.0037802373990416527, 0.0007485999958589673, 0.00235580001026392, -0.019928425550460815, 0.00014402737724594772, -0.009519075974822044, 0.0005842418177053332, -0.03761062026023865, -0.020791305229067802, -0.03259769827127457, -0.011409194208681583, 0.0382954478263855, -0.0009587558452039957, 0.0174904465675354, 0.015600327402353287, -0.009245146065950394, 0.02862570993602276, 0.00856716837733984, -0.011806393042206764, -0.004321249667555094, 0.015162038616836071, 0.018188968300819397, -0.012032385915517807, -0.032077230513095856, -0.030570615082979202, 0.012217288836836815, 0.007040007039904594, 0.010827092453837395, -0.009450593031942844, 0.017969824373722076, 0.020489981397986412, 0.010484679602086544, 0.005413546226918697, -0.011532463133335114, -0.025461815297603607, 0.0495813749730587, 0.007745377719402313, 0.008306934498250484, -0.01103254035115242, -0.015394879505038261, 0.0024568119551986456, -0.015709899365901947, -0.010950361378490925, -0.016024919226765633, -0.022051384672522545, 0.020257141441106796, 0.023982591927051544, -0.007731681223958731, 0.0035679414868354797, -0.0016101961955428123, 0.013580091297626495, 0.024667417630553246, 0.015956437215209007, 0.014353944920003414, -0.01705215685069561, -0.002545839175581932, -0.006831135600805283, 0.010998299345374107, 0.014641571789979935, 0.010621645487844944, 0.02653014473617077, 0.011148961260914803, 0.0007652926142327487, 0.0194216538220644, 0.01743566058576107, 0.013217134401202202, 0.011347560212016106, 0.023119712248444557, -0.00417401222512126, -0.004649966023862362, 0.025133099406957626, 0.0016042039496824145, -0.007033159025013447, 0.007122186478227377, 6.88570726197213e-05, 0.0048896549269557, 0.03284423425793648, -0.010060087777674198, 0.018257450312376022, 0.008861643262207508, 0.008382265456020832, 0.009190359152853489, 0.010642189532518387, -0.02140764892101288, -0.023147106170654297, -0.0009099619928747416, 0.008286389522254467, 0.023064926266670227, 0.03859677165746689, -0.018243754282593727, 0.010320321656763554, 0.0011659156298264861, 0.027557382360100746, -0.005793624557554722, 0.01338834036141634, 0.025393333286046982, 0.004126074258238077, -0.006276426836848259, -0.020900877192616463, -0.638586163520813, -0.017504142597317696, 0.014860715717077255, -0.05736099183559418, 0.006413391791284084, 0.0011941646225750446, 0.011655732057988644, 0.003439536551013589, -0.01472375076264143, 0.042513974010944366, 0.021530916914343834, 0.021188504993915558, -0.00362272746860981, -0.006098371930420399, -0.007923432625830173, -0.009498530998826027, 0.026489054784178734, -0.02944750152528286, -0.004752689506858587, 0.022380100563168526, -0.024037377908825874, 0.027845008298754692, 0.002877979539334774, -0.0036432722117751837, 0.014258068986237049, -0.022927960380911827, 0.0297488234937191, 0.000877432816196233, 0.006971524562686682, 0.030406257137656212, -0.02765325829386711, -0.0019140875665470958, 0.0018199239857494831, 0.0020852938760071993, 0.061579518020153046, -0.006807166617363691, -0.011662580072879791, -0.0036364239640533924, 0.017750680446624756, 0.011073630303144455, -0.02159939892590046, -0.0004260899149812758, 0.027036914601922035, 0.02685886062681675, -0.003107396187260747, -0.00615658238530159, 0.03799412399530411, 0.003674089442938566, -0.014216979965567589, 0.004403428640216589, -0.004581483080983162, -0.005125919822603464, 0.004102105274796486, 0.023366250097751617, -0.023078622296452522, -0.025639871135354042, 0.025776835158467293, 0.0003501171013340354, -0.0015468498459085822, -0.00976561289280653, -0.007505688816308975, -0.0039000818505883217, -0.03287163004279137, -0.008135728538036346, -0.02007908746600151, 0.01506616361439228, 0.007786467205733061, -0.019353171810507774, 0.015353789553046227, -0.010210749693214893, -0.01070382446050644, 0.005690900608897209, -0.012724059633910656, -0.016819316893815994, 0.023544304072856903, 0.032022446393966675, 0.04514370486140251, -0.032542914152145386, 0.0011059934040531516, 0.02732454240322113, 0.010751761496067047, -0.003934322856366634, -0.02209247462451458, -0.01092296838760376, 0.03555614501237869, 0.00733448239043355, -0.0195586197078228, -0.008183665573596954, 0.016175581142306328, -0.018613560125231743, 0.0007010902045294642, 0.004081560764461756, -0.01218989584594965, -0.020531071349978447, 0.02277730032801628, 0.036213576793670654, 0.02729714848101139, 0.0015502739697694778, -0.0018062274903059006, -0.032214194536209106, -0.031775906682014465, -0.01991472765803337, -0.0025509754195809364, 0.017723286524415016, -0.0008765767561271787, -0.008430203422904015, 0.0114297391846776, 0.0008337751496583223, 0.030680187046527863, -0.0011753318831324577, 0.00032550617470405996, -0.03007754124701023, -0.003574789734557271, -0.018243754282593727, 0.015257914550602436, -0.02699582464993, 0.022380100563168526, -0.013251375406980515, -0.006933859083801508, -0.03821326792240143, 0.0006334636709652841, 0.01477853674441576, -0.0018644377123564482, -0.014901804737746716, 0.016901494935154915, -0.009642344899475574, 0.018969669938087463, 0.012621335685253143, -0.022955354303121567, -0.017695894464850426, -0.0035884862300008535, 0.023379946127533913, -0.0012438144767656922, -0.002407161984592676, 0.01197075191885233, -0.021996598690748215, -0.008149424567818642, 0.006269578356295824, 0.007320785894989967, -0.012169350869953632, -0.0014612466329708695, -0.016572779044508934, 0.008478141389787197, 0.009957363829016685, 0.009334173053503036, -0.019435349851846695, -0.03383038565516472, -0.01476483978331089, 0.00242770672775805, -0.000980156590230763, 0.010244990698993206, -0.002693076618015766, -0.008169969543814659, -0.009683433920145035, -0.028269600123167038, -0.0201064795255661, 0.016011223196983337, -0.010724368505179882, -0.012237833812832832, -0.02776283025741577, -0.006190823391079903, 0.028296994045376778, -0.007697439752519131, 0.0034720657858997583, -0.01385402213782072, -0.00749884033575654, -0.012902114540338516, -0.0039377473294734955, -0.02005169354379177, -0.0188737940043211, -0.0124638257548213, -0.005636114627122879, -0.00663938419893384, 0.009115029126405716, 0.006392846815288067, 0.04769125580787659, -0.02857092395424843, -0.00845759641379118, 0.02699582464993, 0.003417279804125428, 0.0006938139558769763, 0.016517993062734604, -0.0008868491277098656, -0.009703978896141052, 0.04514370486140251, 0.02277730032801628, 0.04256875813007355, -0.003052610205486417, 0.00045369696454145014, 0.014216979965567589, 0.030652793124318123, 0.011792697012424469, -0.015545541420578957, -0.0145319988951087, -0.014573088847100735, 0.024503059685230255, 0.007841252721846104, 0.018572470173239708, 0.015162038616836071, 0.007896039634943008, 0.037172332406044006, 0.030570615082979202, 0.03465217724442482, -0.023023836314678192, 0.013182892464101315, -0.02462632954120636, -0.006851680111140013, -0.003889809362590313, 0.0028077850583940744, 0.021120021119713783, -0.011039388366043568, -0.01483332272619009, -0.02876267582178116, -0.032022446393966675, 0.017695894464850426, 0.03780237212777138, -0.015983829274773598, 0.004365763161331415, 0.009094484150409698, -0.011909116990864277, 0.01743566058576107, -0.009402655065059662, 0.007026310544461012, 0.01115580927580595, -0.016682351008057594, 0.025790533050894737, 0.001674398547038436, 0.010443590581417084, -0.005208098795264959, -0.019106633961200714, -0.011758456006646156, -0.005447787698358297, 0.018271146342158318, -0.0064339363016188145, 0.018668346107006073, 0.015518148429691792, 0.02366757206618786, -0.020846091210842133, 0.026653412729501724, 0.014107407070696354, -0.012936355546116829, 0.0201064795255661, 0.010327169671654701, -0.013539002276957035, 0.0003642416268121451, 0.0174904465675354, 0.05451211705803871, 0.013162348419427872, -0.023379946127533913, 0.0009536196594126523, 0.006985221058130264, 0.014860715717077255, -0.006718139164149761, -0.017394570633769035, 0.023188194260001183, -0.01879161410033703, 0.005916893016546965, 0.018682042136788368, 0.022708816453814507, 0.02947489358484745, -0.018010912463068962, -0.025242671370506287, -0.00735502690076828, 0.015887953341007233, 0.017750680446624756, 0.0007943977252580225, -0.019517529755830765, -0.016928888857364655, -0.007423509377986193, 0.020791305229067802, -0.024776989594101906, -0.018257450312376022, -0.025872711092233658, 0.012552853673696518, 0.027968278154730797, 0.003978836815804243, -0.004639693535864353, 0.02677668072283268, 0.007882342673838139, -0.020818699151277542, -0.021120021119713783, -0.028543531894683838, 0.01901075802743435, 0.025270065292716026, -0.004581483080983162, -0.016600172966718674, -0.022160956636071205, -0.0028745555318892, -0.007635805290192366, 0.004287008196115494, -0.0028711312916129827, 0.006724987644702196, 0.0341591015458107, 0.013833477161824703, -0.018093092367053032, 0.015463362447917461, 0.041418250650167465, -0.004047319293022156, -0.01224468182772398, 0.00011010711750714108, 0.012867872603237629, 0.011984447948634624, -0.014148497022688389, -0.007916583679616451, 0.012874721549451351, 0.0007494559977203608, -0.023256678134202957, 0.0035679414868354797, 0.009121877141296864, -0.009156118147075176, 0.006492146756500006, -0.026242516934871674, -0.006906466092914343, -0.008827402256429195, 0.014326551929116249, -0.00758786778897047, -0.014518302865326405, -0.008793160319328308, 0.0402129590511322, 0.015381183475255966, -0.007950825616717339, 0.007259151432663202, -0.016408421099185944, 0.026269910857081413, 0.03539178892970085, 0.011436587199568748, 0.0202434454113245, 0.011861179023981094, -0.016134491190314293, 0.010669582523405552, -0.027954580262303352, -0.013580091297626495, 0.006543508730828762, -0.01912032999098301, -0.011333863250911236, 0.007539929822087288, 0.02127068303525448, 0.008902733214199543, 0.011936509981751442, -0.004882806446403265, -0.012669273652136326, -0.014641571789979935, -0.009073939174413681, -0.02236640453338623, 0.003954867832362652, 0.015477058477699757, 0.02868049591779709, 0.02884485386312008, 0.016244063153862953, 0.030817152932286263, 0.012504915706813335, 0.006697594188153744, 0.012847328558564186, -0.009204056113958359, -0.020010603591799736, 0.009868336841464043, 0.014203283004462719, 0.006084675434976816, -0.007074248511344194, 0.046157244592905045, -0.0020373561419546604, 0.025050921365618706, 0.012874721549451351, -0.01229946780949831, -0.003040625713765621, 0.012580246664583683, 0.028160028159618378, -0.0013807796640321612, -0.00448218360543251, -0.011950206942856312, 0.002583504654467106, 0.018709436058998108, -0.009094484150409698, 0.016093401238322258, 0.004074712283909321, 0.03352906182408333, -0.011607794091105461, -0.02173636481165886, -0.014025228098034859, -0.009813550859689713, -0.002823193557560444, 0.007313937414437532, -0.012915810570120811, -0.04393840953707695, 0.006115492433309555, -0.04289747402071953, 0.004221949726343155, -0.005232067778706551, -0.015846865251660347, -0.007649501785635948, -0.0007400396862067282, -0.025886407122015953, -0.00992997083812952, -0.011881723999977112, -0.009382111020386219, -0.016052311286330223, -0.015518148429691792, -0.01092296838760376, 0.011799545027315617, -0.007307089399546385, 0.02288687229156494, -0.003134789178147912, 0.005951134487986565, -0.004625997040420771, -0.01494289468973875, -0.012669273652136326, -0.006023040972650051, -0.027447810396552086, -0.0069749485701322556, -0.02250336855649948, 0.007786467205733061, -0.02187332883477211, 0.002638290636241436, 0.008409658446907997, 0.022900568321347237, -0.012607639655470848, 0.014018380083143711, -0.009840943850576878, 0.0374736562371254, 0.010429893620312214, -0.0012840479612350464, 0.024612631648778915, 0.01132016722112894, -0.025995979085564613, 0.00663938419893384, 0.015299003571271896, 0.013018534518778324, -0.02228422462940216, -0.01006693672388792, -0.0017993792425841093, -0.010594252496957779, 0.010327169671654701, -0.007937128655612469, -0.023955199867486954, 0.022325314581394196, -0.024420881643891335, 0.0228594783693552, 0.02440718375146389, 0.01661386899650097, 0.020777609199285507, 0.018353326246142387, 0.014038925059139729, -0.023900413885712624, -0.008115183562040329, 0.006026465445756912, -0.02146243490278721, 0.012107716873288155, 0.0172165147960186, -0.010683279484510422, 0.0036843616981059313, 0.006385998800396919, -0.03421388566493988, 0.0032135441433638334, -0.0028848277870565653, -0.008930126205086708, 0.018476594239473343, -0.009272539056837559, 0.0015836592065170407, -0.03777498006820679, -0.01966819167137146, 0.002076733624562621, 0.023448428139090538, 0.005269732791930437, 0.010943513363599777, -0.007896039634943008, 0.018764222040772438, -0.00021636209567077458, -0.01895597204566002, -0.01658647693693638, -0.037227120250463486, -0.02503722347319126, 0.004266463685780764, 0.02625621296465397, 0.051142774522304535, 0.0016529978020116687, 0.005673780106008053, -0.0075810193084180355, -0.005077981855720282, -0.00537245674058795, -0.007320785894989967, -0.0035884862300008535, -0.006964676547795534, 0.042322222143411636, 0.020928271114826202, 0.042596153914928436, 0.0059887999668717384, 0.015997525304555893, -0.012936355546116829, -0.0009176663006655872, 0.014340247958898544, -0.003218680387362838, 0.011840634979307652, -0.046075064688920975, 0.021243290975689888, 0.010601100511848927, 0.018490292131900787, -0.013463671319186687, 0.01917511597275734, 0.019380563870072365, 0.010840789414942265, -0.0029841274954378605, -0.002160624833777547, -0.03262509033083916, -0.025489209219813347, -0.0023010140284895897, 0.02206508070230484, 0.0002578796411398798, 0.021229593083262444, -0.0025852166581898928, -0.028598317876458168, 0.004547242075204849, -0.008238451555371284, 0.032351162284612656, 0.0010768882930278778, 0.024311309680342674, 0.017805466428399086, -0.0027084853500127792, -0.010313473641872406, 0.030543221160769463, -0.018462898209691048, -0.017832858487963676, -0.021695274859666824, -0.015750989317893982, 0.0018952548271045089, 0.025270065292716026, 0.03520003706216812, 0.00960125494748354, -0.011546160094439983, -0.007512536831200123, 0.017832858487963676, -0.03465217724442482, 0.022818388417363167, 0.019791459664702415, -0.02495504543185234, -0.0026023373939096928, -0.02887224778532982, -0.003309419611468911, -0.011292774230241776, -0.002006538910791278, 0.01625775918364525, -0.002407161984592676, -0.002417434472590685, -0.00753308180719614, 0.006029889453202486, -0.013812932185828686, -0.01449090987443924, 0.02983100339770317, -0.011696821078658104, 0.014518302865326405, -0.0029841274954378605, 0.02427021972835064, -0.04541763290762901, -0.0067421081475913525, 0.010751761496067047, -0.0058621070347726345, 0.028050456196069717, 0.0066222636960446835, 0.0070674000307917595, -0.0010734641691669822, 0.007622108794748783, -0.01564141735434532, -0.004978681914508343, -0.01977776363492012, 0.0015511299716308713, -0.02517418935894966, 0.010354562662541866, -0.012326860800385475, 0.0029533104971051216, -0.026050765067338943, 0.019051847979426384, -0.013758146204054356, 0.0013431141851469874, 0.007053703535348177, -0.013141803443431854, -0.023010140284895897, 0.02928314357995987, -0.013723905198276043, 0.01338834036141634, 0.01097775436937809, 0.00949168298393488, 0.0055368151515722275, -0.0168056208640337, -0.018010912463068962, 0.011936509981751442, 0.02999536134302616, 0.031638942658901215, -0.023201892152428627, -0.01787394843995571, 0.018449202179908752, 0.03015971928834915, -0.010696975514292717, 0.004619148559868336, -0.005119071342051029, 0.026872556656599045, -0.026160338893532753, 0.004126074258238077, 0.004615724552422762, 0.0004643973661586642, -0.009580709971487522, -0.00983409583568573, -0.010888727381825447, -0.04336315765976906, -0.022160956636071205, -0.0071016415022313595, 0.01658647693693638, 0.02446196973323822, -0.031529370695352554, -0.012278922833502293, 0.004386308137327433, -0.00221369881182909, -0.01991472765803337, -0.021476130932569504, 0.001792530994862318, -0.017695894464850426, -0.0016170444432646036, -0.004013077821582556, -0.006043585948646069, 0.020996753126382828, -0.0039035058580338955, 0.0035234277602285147, 0.008128879591822624, 0.02514679543673992, -0.012415887787938118, 0.032022446393966675, -0.011381801217794418, 0.019873639568686485, -0.041199106723070145, 0.009204056113958359, -0.010929816402494907, -0.025859015062451363, 0.005307398270815611, -0.020941967144608498, -0.028050456196069717, -0.016791922971606255, 0.003557668998837471, 0.0060778274200856686, -0.011299622245132923, -0.01732608862221241, 0.03908984363079071, -0.02222943864762783, 0.007327633909881115, -0.007574171293526888, -0.019654495641589165, 0.02680407464504242, -0.030543221160769463, 0.004636269528418779, -0.005238915793597698, -0.009861488826572895, -0.018339630216360092, -0.016819316893815994, -0.0024328429717570543, -0.02936532162129879, -0.005769655574113131, -0.02914617769420147, 0.007882342673838139, -0.006259305868297815, -0.017997216433286667, 0.004879382438957691, -0.008710981346666813, -0.017915038391947746, -0.016066009178757668, -0.009484834969043732, -0.0002073737559840083, -0.015750989317893982, -0.0071016415022313595, 0.002379768993705511, -0.015627719461917877, 0.03514524921774864, -0.025571387261152267, -0.016107097268104553, -0.02765325829386711, -0.005577904637902975, -0.020969359204173088, 0.0057765040546655655, -0.010594252496957779, 0.0396650992333889, 0.01650429703295231, -0.010457286611199379, -0.02994057536125183, -0.01458678487688303, -0.014093711040914059, -0.03996642306447029, -0.028269600123167038, 0.0015117524890229106, 0.01922990381717682, 0.012881569564342499, -0.011183202266693115, 0.051005810499191284, 0.00994366779923439, 0.013580091297626495, -0.03919941931962967, -0.016216671094298363, -0.000877432816196233, 0.005242339801043272, 0.0114982221275568, 0.016517993062734604, -0.010354562662541866, -0.004882806446403265, 0.05240285396575928, -0.00949168298393488, 0.004211677238345146, 0.025872711092233658, -0.012128261849284172, -0.013080169446766376, -0.01639472506940365, -0.0070091900415718555, -0.007724832743406296, -0.012874721549451351, 0.015586630441248417, -0.04539024084806442, -0.002473932458087802, 0.01762741059064865, 0.013449975289404392, 0.00663938419893384, 0.0016298849368467927, -0.006704442668706179, -0.036186184734106064, 0.002848874544724822, -0.007526233326643705, -0.00855347141623497, -0.015929043292999268, -0.04013077914714813, -0.009361566044390202, 0.02247597649693489, -0.012052930891513824, 0.008464444428682327, -0.014203283004462719, 0.015942739322781563, -0.0013251375639811158, 0.010388804599642754, -0.026571232825517654, 0.013710208237171173, 0.007491992320865393, 0.007396116387099028, -0.013573243282735348, -0.008033004589378834, 0.0067078666761517525, 0.006050433963537216, -0.0199695136398077, -0.0025698081590235233, -0.007971369661390781, -0.01773698255419731, -0.0062558818608522415, 0.0031673184130340815, -0.030844544991850853, -0.0004447086248546839, 0.016901494935154915, -0.0035816379822790623, -0.0068619525991380215, -0.024530453607439995, -0.014189586043357849, -0.020846091210842133, -0.006680473685264587, -0.005827866028994322, -0.004759537987411022, -0.026009676977992058, -0.00851238239556551, 0.011607794091105461, -0.010512072592973709, 0.0040849847719073296, 0.22100691497325897, -0.005964830983430147, 0.01936686784029007, 0.036405328661203384, -0.007526233326643705, 0.022571852430701256, 0.019764067605137825, -0.0146004818379879, -0.022106170654296875, 0.023174498230218887, 0.006560629233717918, 0.02996796928346157, 0.0009750204626470804, 0.006766077131032944, 0.00880000926554203, -0.005738838575780392, -0.02432500571012497, -0.027173880487680435, -0.032762058079242706, -0.006269578356295824, 0.010416197590529919, -0.018586166203022003, -0.025393333286046982, -0.006540084723383188, 0.01953122578561306, -0.012813086621463299, 0.01505246665328741, 0.015189431607723236, 0.006190823391079903, -0.01449090987443924, -0.05018401890993118, -0.008758919313549995, 0.011587249115109444, 0.031858086585998535, -0.02991318143904209, -0.015422272495925426, 0.02244858257472515, -0.013559547252953053, 0.006461329758167267, -0.0012986005749553442, 0.0034087193198502064, -0.020695429295301437, -0.012922659516334534, -0.018188968300819397, -0.008669892325997353, 0.00023861891531851143, 0.00030603143386542797, -0.003797357901930809, 0.015655113384127617, 0.02388671785593033, -0.024420881643891335, 0.015216824598610401, 0.01476483978331089, 0.005773080047219992, 0.009854640811681747, -0.006731835659593344, 0.02699582464993, 0.014792232774198055, 0.0010880166664719582, 0.019270991906523705, 0.0008444755803793669, 0.011573553085327148, -0.012689818628132343, 0.020969359204173088, 0.003429264295846224, 0.019928425550460815, -0.027995670214295387, -0.018449202179908752, 0.014860715717077255, -0.030598007142543793, 0.004547242075204849, -0.004708176013082266, 0.01461417879909277, 0.013593788258731365, 8.993686060421169e-05, -0.02996796928346157, 0.015833167359232903, 0.02294165827333927, 0.009361566044390202, 0.026215124875307083, -0.030378863215446472, -0.016654958948493004, -0.0030286412220448256, -0.020010603591799736, -0.02928314357995987, -0.01240903977304697, 0.03456999734044075, -0.01202553790062666, 0.011313319206237793, -0.020983057096600533, -0.00740981288254261, 0.006831135600805283, -0.005913469009101391, 0.0114297391846776, 0.004352066665887833, 0.023201892152428627, -0.009731371887028217, 0.011696821078658104, -0.00885479524731636, -0.018997061997652054, -0.027009522542357445, 0.02016126550734043, 0.02509200945496559, 0.013771843165159225, -0.03758322820067406, -0.026653412729501724, -0.005838138051331043, -0.0021195353474467993, -0.005509422160685062, 0.0020818698685616255, -0.012778845615684986, -0.012224136851727962, -0.0025150219444185495, -0.012600790709257126, 0.017202818766236305, 0.0024157222360372543, 0.008635650388896465, -0.023421036079525948, -0.008601409383118153, -0.007622108794748783, 0.01901075802743435, -0.0424317941069603, -0.02448936365544796, 0.008361720480024815, -0.012984293513000011, -0.0018353326013311744, -0.010155963711440563, 0.005567632149904966, -0.01121059525758028, -0.015833167359232903, -0.005259460769593716, 0.00822475552558899, 0.016079705208539963, -0.0033522213343530893, -0.00437261164188385, -0.02402368187904358, 0.0012395343510434031, -0.021202201023697853, 0.0010931529104709625, 0.0008765767561271787, 0.018860097974538803, -0.036734044551849365, 0.027283452451229095, -0.01806570030748844, 0.007868645712733269, -0.01770959049463272, -0.0026057614013552666, 0.012402191758155823, 0.003797357901930809, -0.01069012749940157, -0.01461417879909277, 0.0174904465675354, -0.0007126466371119022, -0.008190514519810677, 0.007491992320865393, -0.01492919772863388, 0.0015417136019095778, -0.02879006788134575, -0.015285307541489601, 0.005160160828381777, -0.02154461294412613, 0.01718912273645401, 0.030214505270123482, -0.0005119071574881673, -0.020311927422881126, -0.04393840953707695, -0.17542493343353271, 0.028379172086715698, 0.009923122823238373, -0.037829767912626266, 0.012826783582568169, 0.006334636826068163, 0.009950515814125538, -0.007738529238849878, 0.028296994045376778, -0.0045438180677592754, -0.010039543733000755, -0.02674928866326809, -0.030406257137656212, -0.009738219901919365, 0.0013773555401712656, -0.0188737940043211, -0.016572779044508934, 0.014134800061583519, 0.02944750152528286, -0.007635805290192366, 0.027927188202738762, -0.01991472765803337, 0.01931208185851574, -0.007382419891655445, -0.016175581142306328, 0.011066781356930733, -0.00012819078983739018, -0.010142266750335693, -0.00833432748913765, -0.041719574481248856, -0.015271610580384731, 0.005420394707471132, -0.012847328558564186, -0.007971369661390781, 0.02520158141851425, -0.006776349153369665, 0.0032580578699707985, -0.011237988248467445, -0.01103254035115242, 0.007087945006787777, 0.014121104031801224, 0.023092320188879967, -0.0034138555638492107, 0.016572779044508934, 0.005769655574113131, 0.016093401238322258, -0.001180468127131462, -0.02754368633031845, 0.011039388366043568, -0.0020150993950664997, 0.02198290266096592, -0.020092783495783806, -0.0146689647808671, 0.009471138007938862, 0.030378863215446472, -0.013751298189163208, -0.03007754124701023, 0.012580246664583683, -0.009799854829907417, -0.02277730032801628, -0.012915810570120811, -0.040486890822649, 0.009039698168635368, 0.0057491110637784, -0.01564141735434532, -0.00557105615735054, -0.015367486514151096, -0.009512227959930897, -0.03837762773036957, 0.01650429703295231, -0.004968409892171621, -0.001977433916181326, -0.0031296529341489077, -0.01471005380153656, 0.008005611598491669, 0.024859169498085976, -0.021585702896118164, 0.023133408278226852, -0.012970596551895142, -0.010587403550744057, -0.0166686549782753, -0.02250336855649948, -0.008820553310215473, 0.006526387762278318, -0.022462280467152596, 0.024393487721681595, -0.00025188742438331246, 0.016874102875590324, -0.0166686549782753, -0.010258687660098076, 0.011368105188012123, -0.018449202179908752, -0.02900921180844307, -0.00749884033575654, 0.000756304245442152, 0.008793160319328308, 0.02677668072283268, 0.01472375076264143, 0.008169969543814659, -0.0037733891513198614, 0.0032409371342509985, -0.0066222636960446835, -0.022051384672522545, 0.008053548634052277, 0.02446196973323822, 0.02181854285299778, 0.042294830083847046, -0.0033059956040233374, 0.03300859406590462, 0.0022736210376024246, -0.020257141441106796, 0.006132613401859999, 0.005327943246811628, 0.012888417579233646, 0.01694258488714695, 0.025763139128684998, -0.0022291073109954596, -0.018271146342158318, 0.02007908746600151, -0.010464135557413101, 0.05823756754398346, -0.013580091297626495, -0.015668809413909912, 0.012991141527891159, 0.012073474936187267, 0.010827092453837395, -0.11384540796279907, -0.012792542576789856, -0.0004768098297063261, 0.004317825194448233, 0.012052930891513824, 0.01443612389266491, -0.018914883956313133, 0.02280469238758087, 0.009334173053503036, 0.03300859406590462, -0.02498243749141693, -0.006392846815288067, 0.010470983572304249, 0.01271036360412836, -0.0028249055612832308, 0.012046081945300102, -0.020654339343309402, 0.00726599944755435, -0.0017993792425841093, 0.046842072159051895, -0.011354408226907253, -0.0172165147960186, -0.004136346746236086, -0.004598604049533606, -0.005687476601451635, 0.03432345762848854, -0.022818388417363167, 0.009936819784343243, 0.0019038151949644089, -0.005509422160685062, 0.0034429607912898064, -0.015285307541489601, 0.011491373181343079, 0.0006073546828702092, 0.010875030420720577, -0.003814478637650609, -0.01476483978331089, -0.02735193446278572, 0.020805001258850098, 0.00890958122909069, -0.014970287680625916, -0.006118916906416416, -0.00496498541906476, -0.013176044449210167, 0.007724832743406296, -0.01340203732252121, -0.02380453795194626, 0.037720195949077606, 0.0048108999617397785, -0.02035301737487316, -0.024475667625665665, -1.786966822692193e-05, 0.0015434257220476866, -0.023051230236887932, 0.028296994045376778, -0.0006865376490168273, 0.007649501785635948, 0.00015408576291520149, -0.00014638146967627108, 0.03851459175348282, -0.015216824598610401, -0.027119094505906105, 0.000865876383613795, 0.031173260882496834, 0.017476748675107956, 0.017284998670220375, -0.022845782339572906, -0.00958755798637867, 0.02903660573065281, -0.041746970266103745, -0.023092320188879967, 0.02985839545726776, -0.016134491190314293, 0.026516446843743324, -0.0010734641691669822, 0.003081715200096369, -0.015572934411466122, -0.009957363829016685, 0.02016126550734043, 0.032077230513095856, -0.01743566058576107, 8.228607475757599e-05, 0.004875958431512117, 0.007218061946332455, 0.02718757651746273, 0.017887644469738007, 0.011018844321370125, -0.006954404059797525, 0.0236949659883976, -0.03317295387387276, 0.009039698168635368, 0.03588486090302467, -0.004920471925288439, 0.0022753330413252115, -0.0036364239640533924, 0.009190359152853489, -0.010621645487844944, -0.024475667625665665, 0.0024790687020868063, 0.017832858487963676, -0.03593964874744415, 0.0087452232837677, -0.040486890822649, 0.020695429295301437, 0.008163121528923512, 0.00730024091899395, -0.0107449134811759, -0.0002548835182096809, -0.005687476601451635, -0.0019346323097124696, 0.008950670249760151, 0.007218061946332455, -0.028488745912909508, 0.0027906643226742744, -0.01812048628926277, -0.01206662692129612, 0.005577904637902975, -0.012087171897292137, 0.0035508207511156797, -0.003513155272230506, 0.017915038391947746, 0.01188857201486826, -0.0045369695872068405, -0.0040233503095805645, -0.007772770710289478, -0.007937128655612469, -0.01195705495774746, -0.01224468182772398, -0.004824596457183361, -0.0016529978020116687, -0.022969050332903862, -0.005899772513657808, 0.024612631648778915, -0.01912032999098301, 0.02233901061117649, 0.0035884862300008535, 0.008108335547149181, -0.01792873442173004, -0.0008971215575002134, 0.02889963984489441, 0.03339209780097008, 0.01677822694182396, -0.01642211712896824, -0.012059778906404972, 0.018243754282593727, -0.005961406975984573, -0.020448893308639526, -0.025571387261152267, -0.03840501978993416, 0.016791922971606255, 0.011820090003311634, 0.009758764877915382, 0.03936377540230751, 0.007601564284414053, -0.013580091297626495, -0.02146243490278721, -0.027393024414777756, -0.02914617769420147, 0.012148805893957615, 0.019901031628251076, 0.0028351780492812395, -0.0087452232837677, 0.031118474900722504, 0.020996753126382828, 0.0017522975103929639, -0.009286235086619854, -0.006098371930420399, -0.020859787240624428, -0.018188968300819397, 0.01092296838760376, 0.006553781218826771, -0.023421036079525948, -0.011717366054654121, 0.03448781743645668, 0.0024876289535313845, 0.03380298987030983, -0.0052628847770392895, -0.0006882497109472752, 0.007690591737627983, 0.0010212461929768324, -0.009019153192639351, 0.02459893561899662, 0.01017650868743658, -0.0033333885949105024, -0.025215279310941696, 0.001849029096774757, 0.0053245192393660545, 4.791104220203124e-05, -0.009286235086619854, 0.014573088847100735, -0.0035919102374464273, -0.007081096526235342, -0.01620297320187092, -0.0031296529341489077, -0.017175426706671715, 0.02448936365544796, 0.015162038616836071, 0.00612234091386199, -0.024557845667004585, 0.01768219657242298, 0.010888727381825447, 0.008478141389787197, 0.010258687660098076, 0.005879228003323078, 0.0010280944406986237, 0.001590507454238832, -0.011203747242689133, 0.005752535071223974, -0.0438014455139637, -0.011751607060432434, 0.013963594101369381, 0.010258687660098076, 0.017750680446624756, 0.009464289993047714, -0.014751143753528595, 0.006094947922974825, -0.012107716873288155, -0.00031223768019117415, -0.0028899640310555696, 0.006564053241163492, 0.007252302952110767, 0.03854198381304741, -0.006567477714270353, 0.022982746362686157, 0.03325513005256653, -0.012039233930408955, 0.024694811552762985, 0.018969669938087463, -0.017312390729784966, -0.015545541420578957, 0.01505246665328741, -0.0001584729179739952, -0.008217907510697842, -0.01991472765803337, -0.013066472485661507, 0.0038761128671467304, -0.006303819827735424, -0.005646387115120888, 0.0028642830438911915, 0.01903815194964409, 0.003271754365414381, 0.06897563487291336, 0.031008902937173843, -0.0035679414868354797, 0.004314401187002659, 0.0047492654994130135, 0.005119071342051029, 0.004324673675000668, 0.004495880100876093, 0.003924050834029913, -0.02680407464504242, -0.0033796143252402544, 0.0028814037796109915, -0.007902887649834156, -0.025379637256264687, -0.0276806503534317, 0.015025073662400246, 0.002078445628285408, 0.004506152588874102, -0.007183820474892855, -0.0036090309731662273, 0.0059545584954321384, 0.003995957318693399, 0.016148187220096588, 0.027529988437891006, -0.0118474829941988, -0.020791305229067802, 0.025270065292716026, 0.025831621140241623, -0.020859787240624428, -0.01631254516541958, -0.0022291073109954596, -0.0021126868668943644, -0.042240042239427567, -0.017038460820913315, -0.00117790000513196, 0.003275178372859955, 0.007964521646499634, -0.023653876036405563, 0.004030198790132999, 0.013696512207388878, 0.002766695339232683, -0.02391410991549492, -0.04448626935482025, -0.02244858257472515, -0.010135418735444546, 0.006043585948646069, -0.003995957318693399, -0.00735502690076828, -0.031337618827819824], \"b8edc51f-40e6-413f-a1f9-6373823fc422\": [-0.011163639836013317, -0.0028140340000391006, 0.027179798111319542, -0.01637903042137623, 0.002017139457166195, 0.0022697264794260263, -0.009370626881718636, -0.020676568150520325, -0.03102196753025055, -0.03463645279407501, 0.03950320556759834, 0.025842154398560524, 0.0022964084055274725, -0.008851221762597561, 0.01800128072500229, -0.0007266327156685293, 0.008609307929873466, -0.00702263368293643, 0.022967640310525894, -0.03793787583708763, -0.047272924333810806, -0.007983176037669182, -0.0108648044988513, -0.008495465852320194, -0.007204069290310144, -0.02457566000521183, 0.032444994896650314, -0.031989626586437225, -0.00543240224942565, -0.02023543044924736, 0.016364799812436104, -0.001833924907259643, -0.0309650469571352, -0.03315650671720505, -0.022569194436073303, -0.013803352601826191, -0.018442418426275253, -0.021658455953001976, 0.03708405792713165, -0.02524448186159134, 0.020221199840307236, -0.0008293573628179729, -0.010217327624559402, 0.012543974444270134, 0.011853807605803013, 0.03389647975564003, 0.031164271757006645, 0.0139527702704072, -0.03224577009677887, -0.008716034702956676, 0.004503877367824316, 0.023309167474508286, -0.01696247048676014, -0.013141646049916744, -0.006076321471482515, 0.004429168533533812, 0.007008403539657593, 0.012145527638494968, 0.004617719445377588, -0.01922508142888546, 0.021573076024651527, 0.0058379643596708775, -0.01885509490966797, -0.0015991255640983582, -0.03386802226305008, 0.007118687964975834, -0.015183688141405582, 0.011355748400092125, 0.01173996552824974, -0.0048845368437469006, 0.028232837095856667, 0.004806270357221365, -0.006798507180064917, -0.001748543232679367, 0.023736074566841125, -0.00990426167845726, -0.024504508823156357, -0.010167521424591541, 0.01913970150053501, 0.001139310305006802, 0.03136349469423294, 0.007300123572349548, -0.015510983765125275, 0.05128585919737816, 0.010181751102209091, -0.0007128471042960882, 0.02665327861905098, 0.002438711002469063, -0.00364116788841784, 0.004333114251494408, -0.01736091822385788, 0.02772054821252823, 0.028375139459967613, 0.01690554991364479, 0.00654236227273941, 0.017688214778900146, -0.0044825319200754166, 0.013056264258921146, -0.025102179497480392, -0.00029105329304002225, -0.026695968583226204, 0.002940327627584338, -0.029883546754717827, -0.023366088047623634, -0.053050413727760315, -0.02057695761322975, 0.02154461480677128, -0.0009641001815907657, 0.01898316852748394, -0.008872567676007748, -0.0006919464212842286, 0.029627403244376183, -0.003573574125766754, -0.013283948414027691, -0.007421080954372883, 0.010907494463026524, 0.0019246427109465003, -0.022412661463022232, -0.008004521951079369, -0.025386786088347435, 0.01097153127193451, 0.009370626881718636, 0.014223145321011543, -0.006553035229444504, 0.009605426341295242, -0.010131945833563805, -0.012380327098071575, -0.009761959314346313, 0.015055615454912186, -0.006019400432705879, 0.06295467168092728, -0.002685961779206991, 0.011547856964170933, -0.0052331783808767796, -0.023252246901392937, 0.02347993105649948, 0.008836992084980011, -0.004567913711071014, -0.01925354264676571, -0.0310504287481308, -0.0005340794450603426, 0.057205647230148315, -0.010373859666287899, 0.010708271525800228, -0.02007889747619629, 0.012963767163455486, -0.03961704671382904, 0.004621277097612619, -0.018655871972441673, -0.04175158590078354, -0.012999342754483223, 0.006069206167012453, 0.004706658888608217, 0.03472183644771576, 9.08846704987809e-05, 0.025386786088347435, 0.019666220992803574, -0.0331280454993248, 0.007033306173980236, -0.007584728766232729, 0.03127811476588249, 0.017076313495635986, 0.0268667321652174, -0.002744661644101143, 0.011505166068673134, 0.015297530218958855, 0.02567139081656933, -0.00608343631029129, 0.019552377983927727, -0.005425286944955587, 0.020520035177469254, 0.022056903690099716, -0.00691590690985322, -0.0013856716686859727, 0.00558537757024169, 0.014272951520979404, 0.009285245090723038, 0.026155218482017517, -0.008459890261292458, -0.012942422181367874, -0.01941007561981678, -0.003827940206974745, 0.019538147374987602, 0.03142041712999344, -0.01834280602633953, 0.008836992084980011, 0.008303357288241386, -0.020747719332575798, -0.0024902955628931522, -0.010075024329125881, 0.02885896898806095, -0.0004231279017403722, -0.01404526736587286, -0.017488989979028702, -0.6161133646965027, -0.009477353654801846, -0.005877097602933645, -0.03973088786005974, -0.01487062219530344, 0.01629364863038063, 0.026752891018986702, 0.006481883581727743, -0.016464412212371826, 0.03853554651141167, 0.012757428921759129, 0.005076645407825708, 0.00444695632904768, -0.013106070458889008, -0.023764535784721375, -0.007698570843786001, 0.02784861996769905, 0.0032356055453419685, 0.02375030517578125, -0.004283308517187834, -0.012906846590340137, -0.016734786331653595, -0.005254523828625679, 0.0017858977662399411, 0.00021856790408492088, 0.012294945307075977, 0.02705172635614872, -0.004695985931903124, 0.00811836402863264, 0.006008727476000786, -0.012593780644237995, 0.008730265311896801, -0.0021434330847114325, -0.00025369887589477, 0.058002542704343796, -0.016208266839385033, -0.0009418653789907694, 0.00816105492413044, 0.01364681962877512, 0.02225612848997116, -0.03218885138630867, -0.014970234595239162, 0.02968432381749153, -0.006972827948629856, -0.01913970150053501, 0.006755816284567118, 0.05009051784873009, 0.006844755262136459, -0.015240609645843506, -0.01696247048676014, -0.0039631277322769165, -0.007011961191892624, 0.017659753561019897, 0.01690554991364479, -0.02069079875946045, -0.005514225922524929, 0.007186281494796276, 0.0053292326629161835, 0.02017850987613201, -0.002515198662877083, -0.0022697264794260263, 0.028588593006134033, -0.03418108448386192, -0.018670102581381798, -0.03719790279865265, 0.001269161351956427, -0.01773090474307537, -0.022455351427197456, 0.02108924649655819, -0.005756140686571598, -0.00016553796012885869, 0.009847340174019337, -0.00427263556048274, -0.013412021100521088, 0.02133116126060486, 0.007492232136428356, 0.02971278503537178, -0.03603101894259453, -0.005396826192736626, 0.020676568150520325, 0.008509695529937744, -0.0003573129652068019, -0.015994813293218613, -0.01256532035768032, 0.030851205810904503, 0.003650061786174774, -0.017773596569895744, -0.03358341380953789, 0.003931109327822924, -0.029029732570052147, 0.011241906322538853, 0.005368365906178951, 0.0023444355465471745, -0.02814745530486107, 0.02875935658812523, 0.013988345861434937, 0.015254839323461056, 0.010893264785408974, -0.008580847643315792, -0.02005043812096119, -0.015909431502223015, -0.013426250778138638, 0.005044627469033003, 0.007051093969494104, 0.03227423131465912, 0.004201484378427267, 0.015667516738176346, -0.018086660653352737, 0.015012925490736961, -0.007268105633556843, -0.004838288761675358, -0.017261305823922157, -0.02827552892267704, 0.0010761634912341833, 0.00610478175804019, -0.025927534326910973, 0.006940809544175863, -0.010565968230366707, 0.00276956451125443, -0.029086653143167496, 0.03292882442474365, -0.003931109327822924, 0.03147733584046364, -0.038620926439762115, 0.019367385655641556, -0.0257425419986248, 0.017218615859746933, -0.011270366609096527, 0.003998703323304653, 0.0007364159682765603, 0.014223145321011543, 0.009747728705406189, 0.033298809081315994, -0.017261305823922157, 0.027407482266426086, 0.0013545429101213813, -0.012785889208316803, -0.004027163609862328, 0.036571770906448364, -0.026667509227991104, -0.018015509471297264, -0.0008017862564884126, 0.014514866285026073, -0.03270113840699196, -0.011341517791152, -0.01925354264676571, -0.011683044023811817, -0.007890679873526096, 0.0015920103760436177, 0.029029732570052147, 0.0038777459412813187, -0.0033085355535149574, -0.009014870040118694, 0.014785241335630417, -0.008111248724162579, -0.00641073239967227, 0.010437896475195885, -0.030452758073806763, 0.001921085175126791, -0.019694680348038673, -0.011071142740547657, 0.02439066767692566, 0.01592366211116314, -0.0052758692763745785, 0.003248057095333934, -0.01097153127193451, -0.0010236894013360143, 0.0006963933701626956, -0.034067243337631226, -0.008004521951079369, 0.009911376982927322, -0.007104457821696997, -0.027734778821468353, 0.013319524005055428, -0.000703953206539154, 0.01647864282131195, -0.028218606486916542, -0.011924958787858486, 0.0005905558355152607, -0.001983342692255974, 0.009946952573955059, 0.013397790491580963, 0.004532338120043278, -0.019922364503145218, 0.03011123090982437, 0.02683827094733715, 0.02497410774230957, 0.021373851224780083, 0.00014074616774450988, 0.007983176037669182, 0.02140231244266033, 0.003977357875555754, -0.013483172282576561, -0.014507750980556011, -0.013625474646687508, 0.025386786088347435, -0.015795588493347168, 0.01334086898714304, 0.022355739027261734, 0.0037140981294214725, 0.046846017241477966, 0.0010050121927633882, 0.02579946257174015, -0.0412677563726902, 0.01066558063030243, -0.03731174394488335, 0.0013536534970626235, -0.005681431386619806, -0.007534923031926155, 0.005005494225770235, 0.014408138580620289, -0.005421729292720556, -0.0165355633944273, -0.022213436663150787, -0.0029385488014668226, 0.004155236296355724, 0.003095081774517894, 0.03216039016842842, -0.0007230751216411591, -0.012615126557648182, 0.015411372296512127, -0.030025850981473923, 0.019125470891594887, 0.009121596813201904, -0.0371125191450119, 0.017104772850871086, 0.01097153127193451, 0.012223794125020504, 0.0028905216604471207, -0.01760283298790455, -0.006766488775610924, 0.005090875551104546, 0.010573083534836769, 0.004237059969455004, -0.004760022275149822, 0.0048738643527030945, 0.02534409426152706, -0.039047837257385254, 0.02081887237727642, -0.012280714698135853, 0.009221209213137627, 0.013177221640944481, 0.011135178618133068, -0.004969918634742498, -0.0023497717920690775, 0.016919780522584915, 0.061759330332279205, 0.012038800865411758, -0.02806207351386547, 0.008651998825371265, -0.0034330503549426794, 0.017560141161084175, -0.018499338999390602, 0.010501932352781296, 0.002102521015331149, -0.036116402596235275, 0.020676568150520325, 0.019239312037825584, 0.029200494289398193, 0.025016797706484795, 0.00979753490537405, -0.017702443525195122, 0.00826778169721365, 0.0046675256453454494, 0.03517720475792885, -0.0010619332315400243, -0.021160397678613663, 0.0015217484906315804, 0.0077056861482560635, 0.021814988926053047, -0.01895470730960369, -0.025087948888540268, -0.03059506043791771, -0.006944367196410894, 0.018698561936616898, 0.01980852335691452, 0.006054976023733616, -0.008125479333102703, 0.012444362975656986, 0.00021545504569076002, -0.024433357641100883, -0.012600895948708057, 0.009690807200968266, 0.021231548860669136, -0.017076313495635986, -0.02319532446563244, -0.007371275220066309, 0.01094307005405426, 0.0014497077791020274, 0.0038528430741280317, -0.01608019508421421, 0.022270357236266136, -0.003582468256354332, -0.01250128448009491, -0.03719790279865265, 0.0038492854218930006, 0.04169466346502304, -0.01637903042137623, -0.01839972659945488, -0.013098955154418945, -0.0023053023032844067, 0.006638416554778814, -0.025813693180680275, 0.013198566623032093, 0.03398186340928078, 0.014465060085058212, -0.01415199413895607, -0.006780719384551048, 0.004144563339650631, 0.0025988013949245214, -0.007321469020098448, -0.0330142043530941, 0.006933694705367088, -0.0043864781036973, 0.008744494989514351, 0.01321991253644228, -0.011526511050760746, -0.008474119938910007, 0.03551873192191124, 0.012238023802638054, 0.000780885573476553, -0.0011704389471560717, -0.03460799530148506, 0.03184732422232628, 0.006528132129460573, 0.020150048658251762, 0.005898443050682545, -0.010260017588734627, 0.014059497974812984, 0.011377093382179737, -0.009975412860512733, -0.0007737704436294734, 0.0024173655547201633, -0.03358341380953789, -0.011619008146226406, -0.010814998298883438, 0.0005669869715347886, 0.010153290815651417, 0.010160406120121479, -0.011668813414871693, -0.006232853978872299, -0.03136349469423294, 0.008780070580542088, -0.015354451723396778, -0.001025468111038208, -0.0021629997063428164, 0.0015920103760436177, 0.030765824019908905, 0.03133503347635269, 0.02579946257174015, 0.0011482042027637362, 0.004912997595965862, 0.016521332785487175, -0.007499347440898418, 0.009946952573955059, 0.010587314143776894, 0.012423017993569374, 0.026297522708773613, -0.022697266191244125, 0.0537903867661953, 0.007385505363345146, 0.0082820113748312, 0.030737362802028656, -0.009320820681750774, -0.000457591813756153, 0.016151346266269684, 0.012693393044173717, 0.01118498481810093, 0.02225612848997116, -0.018043970689177513, 0.0039062064606696367, 0.02111770771443844, -0.015368681401014328, 0.007876449264585972, 0.009954066947102547, 0.0018392611527815461, -0.03938936069607735, -0.005393269006162882, 0.010352514684200287, 0.010793652385473251, 0.016635173931717873, 0.01288550067692995, 0.008808531798422337, -0.058913279324769974, 0.036087941378355026, -0.05250966176390648, 0.012109952047467232, -0.012373211793601513, -0.021814988926053047, -0.023095713928341866, -0.005130008794367313, -0.019950825721025467, -0.006318235769867897, -0.016250958666205406, -0.01583828032016754, 0.012643586844205856, -0.02271149680018425, -0.002399577759206295, -0.0021434330847114325, 0.006755816284567118, 0.014208915643393993, -0.004286866169422865, 0.021900370717048645, 0.015240609645843506, -0.018043970689177513, -0.024689503014087677, -0.006350253708660603, -0.05490034446120262, -0.019082779064774513, -0.015055615454912186, 0.014642938040196896, -0.0185847207903862, -0.02974124439060688, -0.003856400726363063, 0.015624825842678547, -0.0237787663936615, 0.021558845415711403, 0.014507750980556011, 0.022697266191244125, -0.00222347816452384, -0.0013385339407250285, 0.028873199597001076, 0.012906846590340137, -0.0217580683529377, 0.015254839323461056, 0.01672055572271347, 0.0013545429101213813, 0.007104457821696997, -0.01635056920349598, 0.012181103229522705, 0.005215390585362911, 0.0033850232139229774, 0.0027891311328858137, -0.007926255464553833, 0.02412029169499874, -0.030367376282811165, 0.010245787911117077, -0.00930659007281065, -0.0035006441175937653, 0.013653934933245182, 0.02974124439060688, 0.0025472166016697884, -0.007271663285791874, -0.008829876780509949, -0.003689195029437542, -0.03016815334558487, 0.02867397479712963, -0.0004460297350306064, 0.024618351832032204, -0.0042228298261761665, -0.012280714698135853, -0.031562719494104385, -0.005898443050682545, 0.0041410056874156, -0.01610865443944931, 0.017161695286631584, -0.009342166595160961, -0.030025850981473923, -0.027435943484306335, -0.005894885398447514, 0.015055615454912186, 0.008829876780509949, -0.0119036128744483, 0.018357036635279655, 0.003584246849641204, 0.009114482440054417, 0.008139709010720253, -0.02005043812096119, -0.015752898529171944, -0.03588871657848358, -0.039901651442050934, 0.009178518317639828, 0.028531672433018684, 0.02460412122309208, -0.012679162435233593, -0.0006012285011820495, -0.01632210984826088, -0.01800128072500229, -0.01094307005405426, -0.013404905796051025, 0.0074495417065918446, -0.012216678820550442, 0.01980852335691452, 0.020619647577404976, 0.022668804973363876, -0.0071009001694619656, -0.0073499297723174095, -0.014336987398564816, 0.002396020106971264, 0.009206978604197502, -0.006510344333946705, 0.00765588041394949, -0.034437231719493866, -0.01885509490966797, 0.03221730887889862, -0.00019855660502798855, -0.01996505632996559, -0.0014843940734863281, -0.013098955154418945, 0.018257424235343933, -0.0036536194384098053, 0.008979294449090958, -0.02588484436273575, -0.02851744182407856, -0.01687708869576454, 0.0019797850400209427, -0.0013109627179801464, 0.01240878738462925, -0.011711504310369492, -0.010501932352781296, 0.016151346266269684, 0.017930127680301666, 0.04078392684459686, -0.000550533237401396, 0.034437231719493866, 0.0007075108005665243, 0.02806207351386547, -0.0006568154785782099, 0.0024209232069551945, -0.040698546916246414, -0.012551089748740196, -0.02430528588593006, -0.02017850987613201, -0.00038644051528535783, 0.01629364863038063, 0.02402067929506302, -0.0008644883637316525, -0.014329873025417328, -0.0026130315382033587, 0.021203087642788887, -0.028617054224014282, -0.006012285128235817, -0.0024351533502340317, -0.011640353128314018, 0.0017930128378793597, -0.018285885453224182, -0.017987050116062164, -0.010309823788702488, -0.0018499338766559958, 0.008922373875975609, -0.003817267483100295, 0.00558537757024169, -0.028289757668972015, -0.00950581394135952, -0.005567589309066534, -0.0033281021751463413, 0.00826778169721365, -0.0071969544515013695, 0.027606705203652382, -0.00019032973796129227, 0.03560411185026169, -0.029570482671260834, -0.010907494463026524, 0.0016133558237925172, 0.010032333433628082, 0.03275806084275246, 0.012992228381335735, 0.008886798284947872, 0.0038635157980024815, -0.0056351833045482635, -0.02830398827791214, -0.010430781170725822, -0.03708405792713165, 0.04835442453622818, -0.002184344921261072, 0.008929488249123096, -0.0021861237473785877, -0.024134522303938866, -0.041979268193244934, 0.01677747815847397, -0.00858796201646328, 0.023465700447559357, 0.022213436663150787, -0.005361250601708889, -0.024860264733433723, 0.02772054821252823, -0.00641073239967227, 0.03563257306814194, -0.016009043902158737, 0.006649089511483908, 0.02402067929506302, -0.00010622667468851432, -0.015012925490736961, 0.0017263084882870317, 0.026795580983161926, 0.016336338594555855, -0.03275806084275246, -0.03719790279865265, 0.009021985344588757, 0.030395837500691414, 0.003262287238612771, -0.006631301715970039, -0.014571786858141422, 0.028161685913801193, -0.0036749648861587048, -0.008901027962565422, 0.0035291046369820833, -0.007748377043753862, 0.012430132366716862, -0.004781367722898722, 0.0015679968055337667, -0.03344111144542694, -0.008495465852320194, -0.010587314143776894, 0.020676568150520325, 0.01760283298790455, -0.005464420188218355, -0.007335699629038572, 0.0016249178443104029, 0.017673984169960022, -0.008908143267035484, -0.026325982064008713, 0.02209959551692009, -0.037425585091114044, 0.0024031351786106825, -0.017133234068751335, 0.006627744063735008, 0.020349273458123207, 0.02313840389251709, -0.02121731825172901, 0.01022444199770689, 0.01687708869576454, -0.02723671868443489, 0.04673217609524727, -0.009150058031082153, -0.009655231609940529, -0.021288469433784485, -0.0005985603202134371, -0.006521016824990511, -0.033668797463178635, -0.01623672805726528, -0.013995461165904999, -0.027677856385707855, 0.01526906993240118, 0.012487053871154785, 0.007115130312740803, -0.0003837723343167454, 0.005713449791073799, 0.022725725546479225, -0.004806270357221365, 0.0035700167063623667, -0.0008048991439864039, -0.031591176986694336, 0.024433357641100883, -0.04545145109295845, 0.014927543699741364, 0.016734786331653595, -0.003619822673499584, 0.009391971863806248, -0.031648099422454834, 0.0021327603608369827, 0.015695977956056595, -0.012309175916016102, -0.019538147374987602, -0.0038492854218930006, 0.01763129234313965, -0.04012933373451233, 0.0028923004865646362, -0.03469337522983551, -0.017218615859746933, -0.003899091389030218, 0.0012069039512425661, 0.018100891262292862, 0.010935955680906773, -0.018499338999390602, -0.0005612059030681849, -0.011917843483388424, 0.01925354264676571, -0.03056659922003746, -0.014237375929951668, -0.022426890209317207, -0.00630400562658906, -0.020093128085136414, -0.013440481387078762, 0.004987706430256367, 0.006969270296394825, 0.02204267308115959, -0.018598951399326324, -0.03887707367539406, -0.008844107389450073, -0.033213429152965546, -0.026525206863880157, 0.017844747751951218, 0.016336338594555855, 0.012771658599376678, 0.008431429043412209, 0.005667201243340969, 0.04778521507978439, -0.01170438900589943, 0.015112536959350109, -0.0411539152264595, 0.021786529570817947, -0.009007754735648632, 0.012935306876897812, 0.008531041443347931, 0.011369978077709675, -0.0032676237169653177, -0.032388072460889816, 0.01751745119690895, 0.023124173283576965, 0.00889391265809536, 0.028076304122805595, 0.013725086115300655, 0.019125470891594887, -0.03472183644771576, 0.005485765635967255, -0.0028673976194113493, -0.002214584266766906, 0.024262594059109688, -0.024476047605276108, 0.004457629285752773, 0.023366088047623634, 0.008751610293984413, -0.004382920451462269, 0.009335051290690899, -0.013476056978106499, -0.022668804973363876, -0.019552377983927727, 0.0006674881442449987, -0.005119336303323507, -0.02084733173251152, -0.027763238176703453, 0.0008538156398572028, 0.001274497713893652, -0.013675280846655369, 0.024561429396271706, 0.007104457821696997, -0.0022572751622647047, 0.00268240412697196, 0.025600239634513855, -0.015340221114456654, -0.006200836040079594, 0.010124830529093742, 0.010964415967464447, 0.02503102831542492, -0.009263900108635426, 0.011056912131607533, 0.0033263233490288258, -0.005507111083716154, -0.012536860071122646, -0.008566617034375668, -0.02692365273833275, -0.028930120170116425, -0.0037425586488097906, -0.008559501729905605, -0.005190487485378981, 0.014785241335630417, -0.016094425693154335, -0.0196235291659832, -0.004162351135164499, -0.03665715083479881, -0.026084067299962044, 0.001336755114607513, -0.0025418803561478853, -0.03264421969652176, -0.0391332171857357, -0.014998694881796837, -0.017488989979028702, 0.018328575417399406, 0.010203097015619278, 0.20844486355781555, -0.024049140512943268, -0.008673343807458878, 0.04843980818986893, 0.005041069816797972, -0.004674640484154224, 0.028318218886852264, -0.011156524531543255, -0.03748250752687454, 0.029826626181602478, 0.024931415915489197, 0.017318226397037506, -0.02375030517578125, -0.002090069465339184, 0.018300116062164307, -0.022611884400248528, -0.008125479333102703, -0.0078124129213392735, -0.014671399258077145, 0.011917843483388424, 0.011270366609096527, 0.028602823615074158, -0.027009034529328346, -0.004560798406600952, 0.007883564569056034, -0.022014213725924492, 0.00023435460752807558, -0.002260832581669092, -0.003242720616981387, 0.015084076672792435, -0.019765831530094147, -0.0134333660826087, -0.014685628935694695, 0.03170502185821533, -0.013198566623032093, -0.011327287182211876, 0.01282146479934454, 0.02542947605252266, 0.0014425927074626088, 0.02702326513826847, 0.00330497813411057, 0.0031146483961492777, -0.0031270997133105993, -0.006919464096426964, 0.008666228502988815, 0.026027146726846695, 0.0026414920575916767, -0.0016249178443104029, 0.006136800162494183, 0.027364792302250862, -0.0206338781863451, 0.014956003986299038, 0.05250966176390648, 0.007513577584177256, 0.012707622721791267, -0.014450829476118088, -0.005709892138838768, 0.0350349023938179, 0.0037247708532959223, 0.006474768742918968, 0.001806353684514761, 0.008765840902924538, -0.015140997245907784, 0.0007928923587314785, -0.0021629997063428164, 0.043203070759773254, -0.022569194436073303, 0.000555424892809242, 0.018997397273778915, -0.01975160278379917, 0.020064666867256165, 0.01571020856499672, 0.006076321471482515, 0.011818231083452702, 0.0005002826219424605, -0.018271654844284058, 0.028560133650898933, 0.03016815334558487, 0.01077230740338564, 0.020007746294140816, -0.03751096874475479, -0.022412661463022232, -0.00638938695192337, -0.014180454425513744, -0.012067261151969433, -0.03475029766559601, 0.020776180550456047, -0.0007488674600608647, 0.009854455478489399, 0.0017405387479811907, -0.006275544874370098, -0.017346687614917755, -0.004422053694725037, 0.01528329961001873, 0.0042655207216739655, 0.021373851224780083, -0.021985752508044243, 0.010487701743841171, -0.014799471013247967, -0.032444994896650314, -0.010032333433628082, 0.007246760185807943, 0.001873058034107089, -8.932824130170047e-05, -0.01904008910059929, -0.029655862599611282, -0.00846700556576252, -0.01114229392260313, -0.027763238176703453, -0.010053679347038269, 0.016763247549533844, -0.05031820014119148, 0.010309823788702488, 0.011946303769946098, 0.00549288047477603, 0.0175459124147892, -0.009349280968308449, -0.026994803920388222, -0.009868686087429523, -0.01626518741250038, -0.009527159854769707, -0.024234134703874588, 0.0010788316139951348, -0.015496754087507725, 0.0007768832729198039, -0.01257955003529787, -0.0165640227496624, 0.004475417081266642, -0.018727023154497147, -0.02271149680018425, 0.0006221291841939092, -0.023821456357836723, -0.009527159854769707, 0.010957300662994385, -0.020975403487682343, 0.0019566607661545277, -0.00013374221452977508, -0.014102187938988209, 0.01586674153804779, -0.00536480825394392, -0.01842818781733513, -0.01528329961001873, 0.04300384968519211, -0.0026663951575756073, 0.005272311624139547, -0.005802388768643141, 0.016407489776611328, 0.026767119765281677, -0.021530384197831154, -0.006094109266996384, -0.017673984169960022, -0.004713773727416992, 0.006207951344549656, -4.830506441066973e-05, -0.00099700759164989, -0.012586665339767933, -0.006706010550260544, -0.02545793727040291, -0.01288550067692995, 0.008410084061324596, -0.02552908845245838, 0.0029011943843215704, 0.0022412659600377083, 0.011747079901397228, -0.01124902069568634, -0.04163774475455284, -0.18374112248420715, 0.028503213077783585, 0.04681755602359772, -0.030680442228913307, -0.0009222987573593855, -0.003639389295130968, 0.00854527112096548, -0.00032596191158518195, 0.01965199038386345, -0.005393269006162882, 0.00525808148086071, -0.011064027436077595, -0.027179798111319542, 0.011021336540579796, -0.013362214900553226, -0.024006450548768044, -0.007200512103736401, 0.029428178444504738, 0.023679153993725777, 3.785471562878229e-05, 0.025144871324300766, -0.015027155168354511, 0.015155227854847908, -3.071179207836394e-06, 0.0018606066005304456, 0.008395853452384472, 0.0038065947592258453, 0.005805946420878172, -0.00214699050411582, -0.03583179786801338, -0.02170114777982235, -0.008801416493952274, 0.017588602378964424, -0.004009375814348459, -0.012230909429490566, 0.007712801452726126, 0.006261314731091261, -0.017318226397037506, -0.0024369321763515472, -0.003052390879020095, 0.04499608278274536, 0.027350561693310738, -0.003920436836779118, 0.02143077179789543, 0.006567265372723341, 0.013162991032004356, 0.027834389358758926, -0.028190147131681442, -0.002883406588807702, 0.0012184660881757736, 0.0038706308696419, -0.012451478280127048, 0.014521980658173561, 0.014408138580620289, 0.0030381607357412577, -0.0033796869684010744, -0.0010325832990929484, 0.005994497332721949, -0.0008658224251121283, -0.022754186764359474, -0.018513569608330727, -0.02692365273833275, -0.0033939171116799116, -0.021388081833720207, -0.01629364863038063, -0.010765192098915577, -0.007833758369088173, 0.007755491882562637, -0.01730399765074253, 0.008708919398486614, -0.013447596691548824, -0.000579883111640811, -0.012273600324988365, 0.013746432028710842, 0.021075015887618065, 0.005617395509034395, -0.0053399051539599895, 0.0196235291659832, -0.0032178177498281, 0.024703731760382652, -0.003842170350253582, 0.02774900756776333, -0.02441912703216076, 0.02971278503537178, -0.002730431267991662, 0.015084076672792435, 0.009242554195225239, 0.002951000351458788, -0.0038208249025046825, 0.005044627469033003, 0.021473463624715805, -0.02002197690308094, -0.030851205810904503, -0.0165355633944273, 0.004354459699243307, 0.014714089222252369, 0.01986544393002987, 0.01118498481810093, -0.007075997069478035, 0.013476056978106499, -0.00961254071444273, -0.006524574477225542, -0.02564292959868908, -0.0016578254289925098, 0.019637759774923325, 0.01751745119690895, 0.008929488249123096, 0.0015092970570549369, 0.03218885138630867, -0.00403427891433239, -0.014799471013247967, 0.001360768685117364, 0.000943644146900624, -0.0026272619143128395, 0.0017102995188906789, 0.027250949293375015, 0.02784861996769905, -0.027990922331809998, 0.034494150429964066, -0.02540101483464241, 0.03218885138630867, -0.027336331084370613, -0.034522611647844315, 0.00269307685084641, 0.009441778063774109, -0.012145527638494968, -0.09841648489236832, 0.005389711353927851, 0.007225414738059044, 0.00564585579559207, 0.0020562727004289627, 0.035234127193689346, -0.028659746050834656, 0.026852501556277275, 0.005980267189443111, 0.01751745119690895, -0.025230253115296364, 0.0026646163314580917, -0.0008498133975081146, 0.0052225058898329735, 0.0068945614621043205, 9.3594535428565e-06, -0.005521341226994991, -0.010758076794445515, -0.016891319304704666, 0.0331849679350853, -0.01363258995115757, -0.023095713928341866, 0.0024351533502340317, -0.009057560935616493, -0.007225414738059044, 0.011988994665443897, -0.013198566623032093, 0.005453747231513262, 0.010501932352781296, -0.004400708246976137, 0.006471211090683937, -0.015767129138112068, 0.010238672606647015, -0.021260010078549385, 0.0020847332198172808, 0.0022572751622647047, 0.0029296549037098885, -0.03179040178656578, 0.01297799777239561, 0.0013376445276662707, -0.009256784804165363, 0.011633237823843956, 0.008310472592711449, -0.02579946257174015, -3.540889156283811e-05, -0.008495465852320194, -0.0008853890467435122, 0.05825868621468544, -0.011298826895654202, -0.018542028963565826, -0.004813385661691427, 0.022014213725924492, 0.009783304296433926, -0.022270357236266136, 0.017346687614917755, -0.0002554776438046247, 0.012088606134057045, 0.007485117297619581, -0.02133116126060486, 0.003372571896761656, -0.004535895772278309, -0.014272951520979404, -0.007627419661730528, 0.03261575847864151, 0.02298187091946602, 0.01824319362640381, -0.0009729940793476999, -0.007684340700507164, 0.004582143854349852, -0.03213192895054817, -0.00582373421639204, 0.026553666219115257, -0.005955364089459181, 0.04095469042658806, -0.019694680348038673, -0.010274248197674751, -0.0071542635560035706, 0.006005169823765755, 0.02338031865656376, 0.009733498096466064, -0.00706888223066926, -0.006165260449051857, 0.0014443714171648026, -0.009285245090723038, -0.0009338608360849321, 0.006887446157634258, 0.014031036756932735, -0.0017770037520676851, 0.005752583034336567, -0.0661422535777092, -0.0036233800929039717, 0.013554323464632034, 0.0023355416487902403, -0.011882267892360687, -0.018300116062164307, 0.03719790279865265, 0.007748377043753862, -0.017802055925130844, 0.003607371123507619, 0.01602327451109886, -0.03714098036289215, -0.005652971100062132, -0.05083049088716507, 0.02515910007059574, -0.011298826895654202, 0.01256532035768032, -0.009029100649058819, -0.006880330853164196, -0.020961174741387367, -0.01066558063030243, -0.00521183293312788, 0.015098306350409985, -0.009954066947102547, 0.030851205810904503, -0.02399221993982792, 0.0032391631975769997, -0.002979460870847106, -0.007140033412724733, 0.003516653086990118, -0.025998685508966446, -0.006873216014355421, 0.013611244037747383, 0.0021434330847114325, -0.005137124098837376, -0.008659113198518753, -0.005574704613536596, 0.0065352474339306355, -0.0023213112726807594, -0.017218615859746933, 0.018115121871232986, -0.0003455285041127354, 0.009178518317639828, 0.01616557687520981, -0.028531672433018684, 0.0237787663936615, 0.004550125915557146, 0.01267204713076353, -0.011960534378886223, 0.012487053871154785, 0.029115114361047745, 0.020406194031238556, -0.004653295036405325, -0.022028444334864616, -0.02271149680018425, 0.014073727652430534, -0.013120300136506557, -0.010800767689943314, -0.010203097015619278, -0.0018081325106322765, 0.025514857843518257, 0.005062415264546871, 0.015496754087507725, 0.03184732422232628, 0.01741783879697323, 8.721593621885404e-05, -0.018912017345428467, 0.0019121912773698568, -0.017247075214982033, 0.0016640510875731707, 0.01672055572271347, -0.02308148331940174, -0.008936603553593159, 0.034921061247587204, 0.019481226801872253, 0.01332663930952549, -0.015496754087507725, 0.008032982237637043, -0.00353444111533463, 0.007307238876819611, 0.009413317777216434, 0.010245787911117077, -0.026610586792230606, -0.00961254071444273, 0.007577613927423954, -0.001192673691548407, 0.022199206054210663, -0.004489647224545479, 0.006271987222135067, 0.005315002519637346, -0.010153290815651417, 0.0017129676416516304, 0.017560141161084175, 0.025970226153731346, -0.010124830529093742, -0.018499338999390602, 0.00027059728745371103, 0.0012913962127640843, -0.0044256108812987804, -0.0029687881469726562, 0.026112528517842293, -0.005788158625364304, -0.01308472454547882, -0.020733490586280823, 0.021416543051600456, 0.02148769423365593, 0.010380974970757961, -0.0008257998269982636, 0.004261963069438934, -0.046106044203042984, 0.03827940300107002, 0.011547856964170933, 0.012543974444270134, -0.0064391931518912315, 0.011071142740547657, -0.004304653964936733, 0.005724122282117605, -0.01506984606385231, 0.013383559882640839, -0.010658465325832367, -0.013205681927502155, 0.012935306876897812, 0.009221209213137627, 0.004994821734726429, -0.004617719445377588, -0.007940485142171383, 0.02534409426152706, -0.008844107389450073, 0.023223785683512688, -0.022199206054210663, -0.0028175916522741318, -0.00991849135607481, 0.0054288445971906185, 0.00802586693316698, 0.020619647577404976, 0.028318218886852264, -0.020705029368400574, 0.02111770771443844, -0.007926255464553833, -0.0175459124147892, -0.05333501845598221, 0.009712153114378452, 0.009221209213137627, -0.009633886627852917, -0.0236933846026659, -0.0031591178849339485, -0.010914609767496586, -0.0108221136033535, -0.009769073687493801, 0.01288550067692995, 0.025500627234578133, 0.008082788437604904, 0.09858724474906921, 0.02772054821252823, -0.018783943727612495, 0.01199610996991396, 0.010935955680906773, 0.015411372296512127, -0.0016453738790005445, 0.012358981184661388, -0.003338774899020791, -0.021786529570817947, 0.012679162435233593, 0.0009587638196535408, -0.009840224869549274, -0.0331280454993248, -0.017887437716126442, 0.0038884186651557684, 0.0155252143740654, 0.012750313617289066, 0.024077601730823517, -0.02044888399541378, 0.014080842956900597, -0.018840864300727844, -0.0025063047651201487, -0.0011820010840892792, -0.0052331783808767796, -0.011412668973207474, 0.027549784630537033, -0.0044718594290316105, -0.014379678294062614, -0.05296503007411957, 0.00691590690985322, 6.687110726488754e-05, -0.045195307582616806, -0.012465707957744598, 0.0018019067356362939, -0.013838928192853928, 0.00029105329304002225, -0.006065648514777422, -0.0033796869684010744, 0.017247075214982033, -0.02225612848997116, -0.0029527791775763035, -0.03389647975564003, -0.014536211267113686, 0.023721843957901, -0.008388739079236984, 0.004251290578395128, -0.0007653211941942573, -0.02854590304195881], \"5f151830-4956-4420-a841-819a0ba67049\": [0.009220742620527744, -0.002406986430287361, -6.761561235180125e-05, 0.005504148080945015, -0.006546312943100929, 0.011539731174707413, -0.021464452147483826, -0.018565716221928596, 0.006045936141163111, -0.01913166046142578, 0.030809426680207253, -0.006076993886381388, 0.03299038112163544, 0.00955202616751194, -0.0022223645355552435, -0.005776767618954182, 0.014700734987854958, -0.009310465306043625, 0.025039561092853546, -0.013341088779270649, -0.022416895255446434, -0.005576616618782282, -0.007564321625977755, 0.008489156141877174, -0.005900999065488577, 0.002686507534235716, 0.026019610464572906, -0.035392191261053085, 0.007812784984707832, -0.020608635619282722, 0.014300432987511158, -0.017268186435103416, -0.014783555641770363, -0.014217611402273178, -0.008385630324482918, -0.007067395374178886, -0.016743654385209084, -0.017074937000870705, 0.020636241883039474, -0.004244578070938587, 0.031002676114439964, 0.013582650572061539, -0.017765112221240997, 0.0042514801025390625, 0.00034271518234163523, 0.02252732217311859, -0.006311653647571802, -0.023562585934996605, -0.014921590685844421, 0.01588783599436283, 0.03125113993883133, 0.02901497110724449, -0.034232694655656815, -0.007923212833702564, -0.01827584207057953, 0.024860115721821785, -0.004813972860574722, 0.009779784828424454, -0.011146331205964088, -0.011843408457934856, 0.01649519056081772, -0.012243710458278656, -0.020525814965367317, 0.0014631716767325997, -0.013741390779614449, -0.005165962502360344, 0.0021688758861273527, 0.004983066115528345, 0.010331925004720688, -0.013465320691466331, 0.030864641070365906, 0.010725324973464012, -0.013644766062498093, -0.0162191204726696, 0.005214274860918522, -0.01156733836978674, -0.002187855774536729, 0.015266678296029568, 5.114306986797601e-05, -0.006736111361533403, 0.019946066662669182, 0.0009809116600081325, -0.021657701581716537, 0.04811902344226837, 0.019973674789071083, 0.013989853672683239, 0.011380990967154503, 0.028062529861927032, -0.004841580055654049, -0.0072951531037688255, -0.01401055883616209, 0.023548781871795654, 0.014755948446691036, 0.014548895880579948, 0.009213840588927269, 0.007205430418252945, 0.017599470913410187, 0.03370816260576248, -0.010104167275130749, 0.0036544783506542444, -0.027579406276345253, 0.002986733801662922, -0.028462830930948257, -0.02070526033639908, -0.016136299818754196, 0.002432868117466569, 0.010428549721837044, -0.017861736938357353, 0.007350367493927479, -0.00865479838103056, -0.01481116283684969, 0.032962772995233536, -0.00015140720643103123, -0.0283247958868742, 0.00436880998313427, 0.006121855229139328, 0.003616518806666136, -0.014907787553966045, -0.02281719632446766, -0.03091985546052456, 0.005521402694284916, 0.004493041429668665, 0.02280339226126671, -0.026295680552721024, -0.0004986517014913261, 0.008723815903067589, -0.005359211470931768, 0.00954512506723404, -0.0008760913042351604, -0.016578011214733124, 0.04223873093724251, -0.0018600225448608398, 0.01881418004631996, 0.013237562961876392, -0.009669356048107147, 0.03616518899798393, -0.001433839206583798, 0.008634093217551708, -0.019214481115341187, -0.03773878887295723, -0.0059286062605679035, 0.036358434706926346, -0.006422081496566534, 0.013134036213159561, -0.015956854447722435, 0.024197546765208244, -0.004634527489542961, 0.02462545596063137, -0.007136412896215916, -0.016936901956796646, -0.00587339187040925, -0.015639372169971466, 0.004727701190859079, -0.010787440463900566, 0.010973787866532803, 0.01441086083650589, 0.012816555798053741, -0.021464452147483826, 0.010953082703053951, 0.017033526673913002, 0.0056421831250190735, 0.01697831228375435, 0.02153347060084343, -0.011187742464244366, 0.027662226930260658, 0.028738901019096375, 0.016716046258807182, -0.00826830044388771, 0.015556552447378635, -0.00571465166285634, 0.028380010277032852, -0.0014510935870930552, -0.014604110270738602, 0.0018755514174699783, -0.0024501224979758263, 0.013182348571717739, -0.00412379764020443, 0.02023594081401825, -0.024901526048779488, -0.016232924535870552, -0.03191370889544487, -0.00881353858858347, 0.02236168086528778, 0.04326019063591957, -0.016605619341135025, 0.007253742776811123, -0.0046310764737427235, -0.009669356048107147, 0.004537902772426605, 0.010552780702710152, 0.023935280740261078, 0.005766415037214756, -0.012015952728688717, -0.010580387897789478, -0.6360656023025513, -0.012561190873384476, 0.021298810839653015, -0.03680014982819557, -0.016232924535870552, 0.027896886691451073, 0.036054760217666626, 0.006394474301487207, -0.021119365468621254, 0.04085838049650192, 0.016936901956796646, 0.04011299088597298, -0.007633339148014784, -0.005390269216150045, -0.02168530970811844, -0.008765227161347866, 0.030395321547985077, -0.008150970563292503, 0.0009740099194459617, 0.01156733836978674, -0.007008730433881283, 0.0021136619616299868, 0.00477256253361702, -0.001778926933184266, 0.005569715052843094, 0.018344860523939133, 0.030340107157826424, -0.006701602600514889, 0.015556552447378635, 0.011850310489535332, -0.012609503231942654, 0.005362662486732006, 0.024238957092165947, -0.0015787760494276881, 0.05974157527089119, -0.015321892686188221, -0.00793011486530304, 0.002741721458733082, 0.03188610076904297, 0.018648536875844002, -0.02851804532110691, -0.013237562961876392, 0.041382912546396255, 0.00874452106654644, 0.012174692936241627, 0.00922764465212822, 0.03470201417803764, 0.011146331205964088, -0.026599356904625893, -0.021133169531822205, 0.01434184331446886, 0.0005120238056406379, -0.013265170156955719, 0.0283247958868742, -0.031803280115127563, -0.0019186873687431216, 0.02394908480346203, 0.0005448071751743555, 0.00042079127160832286, -0.016591815277934074, -0.011719177477061749, 0.009027493186295033, -0.0033024889416992664, -0.003657929366454482, -0.03663450479507446, 0.0003166179230902344, -0.018234431743621826, -0.002636469667777419, 0.01539091020822525, -0.013548141345381737, 0.005552460439503193, 0.006870695389807224, -0.007750669028609991, -0.02719290740787983, 0.00865479838103056, 0.017916951328516006, 0.0339842326939106, -0.03691057860851288, -0.0009878134587779641, 0.00922764465212822, 0.01310642994940281, 0.005210823845118284, -0.028117742389440536, -0.01880037598311901, 0.023838656023144722, 0.007778276223689318, -0.01815161108970642, -0.023714425042271614, 0.019324909895658493, -0.009427795186638832, -0.00043243798427283764, -0.015570355579257011, -0.014134790748357773, -0.021312614902853966, 0.03334927186369896, 0.03660690039396286, -0.01505962572991848, 0.019711406901478767, 0.0020981330890208483, -0.03249345347285271, -0.019159266725182533, 7.397816807497293e-05, 0.009137921035289764, 0.009938525035977364, 0.03321123868227005, 0.020525814965367317, 0.0025484724901616573, -0.002225815551355481, 0.025191400200128555, -0.019877050071954727, 0.004499942995607853, -0.012354138307273388, -0.029926002025604248, -0.008157872594892979, -0.010138675570487976, -0.02604721672832966, 0.029677540063858032, -0.01782032661139965, 0.010890967212617397, -0.01670224219560623, 0.01686788536608219, 0.010490665212273598, 0.02121599018573761, -0.022720571607351303, 0.017295794561505318, -0.00692245876416564, 0.013948443345725536, -0.015970656648278236, -0.004851932637393475, 0.0029280688613653183, 0.004244578070938587, 0.010069658048450947, 0.028932150453329086, -0.010649405419826508, 0.031057890504598618, -0.0009075805428437889, -0.006263341289013624, -0.027137694880366325, 0.015749800950288773, -0.026682177558541298, -0.006549763958901167, -0.016094889491796494, 0.018869394436478615, -0.002891834592446685, 0.008689307607710361, 0.007074296940118074, -0.012540485709905624, 0.006466942839324474, 0.010877163149416447, 0.016743654385209084, -0.008558173663914204, 0.0007069983403198421, -0.010835752822458744, 0.004082387313246727, -0.020028887316584587, -0.015032018534839153, 0.02091231197118759, -0.023493567481637, -0.009496812708675861, -0.020663850009441376, -0.008772128261625767, 0.030340107157826424, 0.012285120785236359, 0.0036268713884055614, -0.00946230348199606, 0.021146971732378006, -0.01078053843230009, 0.010559682734310627, -0.005883744917809963, -0.026309482753276825, 0.0031765319872647524, 0.009607240557670593, -0.01149141974747181, -0.00016693615179974586, 0.006425532512366772, 0.013630962930619717, -0.03768357262015343, -0.025205202400684357, 0.014065773226320744, -0.009841900318861008, -0.00030453986255452037, 0.027924494817852974, -0.00526603776961565, 0.00721233244985342, 0.030975069850683212, 0.029594717547297478, -0.0015779134118929505, 0.005228077992796898, -0.018206825479865074, 0.02237548492848873, 0.025522684678435326, 0.014300432987511158, -0.016163906082510948, -0.0020411936566233635, -0.010104167275130749, 0.019366320222616196, -0.011684668250381947, 0.029070185497403145, 0.01286486815661192, 0.006825834047049284, 0.016453780233860016, -0.0029418724589049816, 0.007757570594549179, -0.026323286816477776, 0.003357703099027276, -0.014866376295685768, 0.011477615684270859, -0.011450008489191532, -0.0026416461914777756, 0.023383140563964844, -0.00016046575910877436, 0.010904770344495773, -0.006425532512366772, -0.025674521923065186, -0.0049554589204490185, 0.02687542699277401, -0.004379162564873695, 0.0141623979434371, 0.00970386527478695, -0.010697717778384686, 0.004634527489542961, -0.03931238874793053, 0.015018215402960777, 0.006808579433709383, -0.023603996261954308, 0.00040547800017520785, 0.012485271319746971, 0.007274447940289974, -0.015501338057219982, -0.04157616198062897, 0.000816995045170188, -0.0029781064949929714, 0.004679388832300901, -0.00022711082419846207, 0.007067395374178886, 0.017240580171346664, 0.006456590257585049, -0.010649405419826508, 0.03464680165052414, 0.0026433714665472507, 0.0034974634181708097, 0.0218371469527483, 0.01207806821912527, -0.011871015653014183, -0.0011491419281810522, 0.012788948602974415, 0.04096880927681923, -0.014783555641770363, -0.015252875164151192, -0.0003666556440293789, -0.015266678296029568, 0.03514372929930687, -0.018827982246875763, -0.012416253797709942, 0.005307448096573353, -0.01943533681333065, 0.0060148779302835464, 0.013907033018767834, 0.01634335145354271, 0.026626965031027794, -0.0028952856082469225, 0.001506307628005743, -0.00692245876416564, -0.010028247721493244, 0.011098019778728485, 0.01409338042140007, -0.013306580483913422, -0.018096396699547768, 0.002061898820102215, -0.0023724776692688465, 0.006294399034231901, -0.01351363305002451, -0.02107795514166355, -0.007647142745554447, 0.023189891129732132, 0.009607240557670593, 0.040389060974121094, -0.005124551709741354, -0.0009714217740111053, -0.01892460696399212, -0.0421283021569252, -0.007315858732908964, 0.016288137063384056, 0.02719290740787983, -0.011940033175051212, -0.003035045927390456, -0.025840165093541145, 0.011822703294456005, 0.011422401294112206, 0.03268670290708542, -0.025453666225075722, 0.017116347327828407, -0.007108805701136589, 0.0052315290085971355, -0.019035035744309425, 0.02767603099346161, 0.03641365095973015, -0.01605347916483879, -0.01735100708901882, 0.01198834553360939, 0.005559362471103668, 0.015791211277246475, -0.021285006776452065, 0.00047406417434103787, 0.041686590760946274, 0.018400074914097786, 0.0006013152305968106, -0.002225815551355481, -0.0023638505954295397, 0.0026675276458263397, -0.01539091020822525, -0.019007429480552673, 0.017254384234547615, -0.019628586247563362, 0.004089288879185915, -0.004751857370138168, -0.0020411936566233635, -0.0031230433378368616, 0.016481386497616768, 0.02008410170674324, 0.014245218597352505, 0.0013958796625956893, -0.031030282378196716, 0.013838015496730804, 0.025067167356610298, 0.03550262004137039, -0.007957721129059792, 0.0097245704382658, -0.01296839490532875, -0.0009722845279611647, -0.029042577371001244, -0.013941541314125061, 0.004820874892175198, -0.04033384472131729, -0.007833490148186684, -0.0035751082468777895, -0.0031420232262462378, -0.0014838769566267729, 0.01172607857733965, -0.019794229418039322, 0.014438468031585217, -0.007654044311493635, 0.008075051009654999, -0.020318761467933655, -0.003906392492353916, 0.011049707420170307, 0.007460795342922211, 0.021975181996822357, 0.010076560080051422, 0.027910690754652023, 0.016288137063384056, 0.024694472551345825, 0.012857966125011444, 0.0046552326530218124, 0.002488082041963935, 0.012961492873728275, 0.02200279012322426, 0.022541126236319542, -0.004641429055482149, 0.028380010277032852, 0.009945426136255264, 0.012361040338873863, 0.013058117590844631, -0.00643243407830596, 0.010463058017194271, 0.01189862284809351, 0.01896601729094982, 0.004461983684450388, 0.015984460711479187, -0.004127248656004667, 0.0027296433690935373, 0.013886327855288982, -0.0019549215212464333, -0.0008027601870708168, 0.034260302782058716, 0.011822703294456005, -0.04665585234761238, -0.005041730590164661, 0.016923099756240845, 0.007446991745382547, 0.0063634165562689304, 0.006021779961884022, 0.005459286738187075, -0.038622211664915085, 0.022265056148171425, -0.04392275959253311, -0.0009274231269955635, 0.00012735891505144536, -0.002079153200611472, -0.00786109734326601, -0.008468450978398323, -0.007050141226500273, -0.023231301456689835, 0.0030471240170300007, -0.0063392603769898415, 0.001556345378048718, -0.002355223288759589, -0.02215462736785412, -0.023728227242827415, 0.013948443345725536, 0.008930868469178677, -0.038318533450365067, 0.010345728136599064, 0.029401469975709915, -0.022320270538330078, -0.019145464524626732, -0.013334187678992748, -0.03293516859412193, -0.022775785997509956, -0.005814727395772934, 0.013341088779270649, -0.020622439682483673, -0.006760267540812492, 0.011173938401043415, 0.008999885991215706, 0.007916310802102089, -0.0002969910856336355, 0.010304317809641361, 0.008799735456705093, 0.00501757487654686, 0.011387892998754978, 0.01942153461277485, -7.845352229196578e-05, -0.02073286660015583, 0.013334187678992748, 0.013982952572405338, 0.0017685742350295186, -0.016743654385209084, -0.0005137492553330958, -0.007867998443543911, 0.021008936688303947, 0.015901640057563782, -0.004244578070938587, -0.02105034701526165, 0.019835639744997025, -0.004027172923088074, -0.0017237128922715783, 0.002003233879804611, 0.020801885053515434, 0.01588783599436283, 0.024515027180314064, 0.00683618662878871, -0.007101904135197401, 0.005197020247578621, -0.001018871320411563, -0.02350737154483795, 0.002562275854870677, 0.019545765593647957, 0.0062357340939342976, -0.009904015809297562, -0.026295680552721024, -0.02604721672832966, -0.027110086753964424, -0.008537468500435352, -0.019683800637722015, 0.030229680240154266, -0.0006504902266897261, -0.037324681878089905, -0.02803492173552513, -0.008965377695858479, 0.018331056460738182, 0.01973901502788067, -0.011367187835276127, 0.015763605013489723, -0.015045822598040104, 0.0025967846158891916, 0.0109323775395751, -0.01747523993253708, -0.015956854447722435, -0.04113445058465004, -0.01795836165547371, -0.0006323731504380703, 0.02477729506790638, 0.041548553854227066, 0.007233037613332272, 0.007702356670051813, -0.0021516215056180954, 0.0069811237044632435, -0.011153233237564564, -0.01586022973060608, -0.01296839490532875, 0.00017987695173360407, 0.04342583194375038, 0.020843295380473137, 0.039257172495126724, -0.001961823320016265, -0.002332792617380619, -0.012112577445805073, 0.01603967510163784, -0.002036017132923007, -0.010821948759257793, 0.022223645821213722, -0.032824739813804626, -0.004820874892175198, 0.023921476677060127, 0.014824965968728065, -0.018579520285129547, 0.013582650572061539, 0.004693192429840565, -0.003416367806494236, -0.0038063169922679663, -0.0018617479363456368, -0.01895221509039402, -0.03657929226756096, -0.030698997899889946, 0.006553214974701405, -0.0026640768628567457, 0.021823344752192497, -0.025163792073726654, -0.016550404950976372, 0.0009446775075048208, 0.0006931948591955006, 0.03939520940184593, -0.005079690366983414, 0.03922956436872482, -0.002810738980770111, 0.03655168414115906, -0.008944672532379627, 0.024666866287589073, -0.0250947754830122, -0.008613388054072857, -0.015211463905870914, -0.01442466489970684, -0.0006379808182828128, 0.008192380890250206, 0.025619307532906532, 0.01393464021384716, -0.02154727466404438, 0.0035216195974498987, -0.00046328018652275205, -0.01715775951743126, 0.017558060586452484, 0.007157118059694767, -0.03108549676835537, 0.0008765226812101901, -0.017889345064759254, -0.008765227161347866, -0.012271317653357983, 0.0023465962149202824, 0.02785547636449337, -0.005735356826335192, 0.008033640682697296, -0.018869394436478615, -0.020180726423859596, -0.005787120200693607, -0.0031937863677740097, 0.015266678296029568, 0.011222250759601593, 0.021436845883727074, 0.018331056460738182, 0.017889345064759254, -0.020815687254071236, -0.020001281052827835, 0.0022758531849831343, -0.004800169263035059, 0.019380122423171997, 0.03158242255449295, -0.007909409701824188, 0.010235300287604332, 0.013948443345725536, -0.022706767544150352, -0.0036751837469637394, -0.02140923961997032, 0.042542409151792526, 0.006649839226156473, 0.00228620576672256, 0.0008704836363904178, -0.018234431743621826, -0.03025728650391102, 0.006311653647571802, -0.02171291597187519, 0.011539731174707413, 0.02363160252571106, -0.0059424093924462795, -0.02641991153359413, 0.0035992644261568785, -0.01570839062333107, 0.01311333104968071, 0.011864113621413708, 0.004610371310263872, 0.009220742620527744, -0.016136299818754196, 0.0037303976714611053, 0.008854949846863747, 0.022541126236319542, 0.01748904213309288, -0.04223873093724251, -0.01684027723968029, 0.02215462736785412, 0.012678520753979683, -0.008433942683041096, -0.012492173351347446, -0.02105034701526165, 0.025025757029652596, -0.013458418659865856, -0.006960418075323105, -0.01140859816223383, 0.001517522963695228, 0.003385310061275959, -0.0069155567325651646, -0.0018738260259851813, -0.020636241883039474, -0.015653176233172417, -0.014369450509548187, 0.005376465618610382, 0.02851804532110691, -0.033266451209783554, -0.01846909150481224, -0.003609617007896304, 0.0011836506891995668, -0.01474214531481266, 0.0010792616521939635, 0.01003514975309372, -0.026640767231583595, -0.015321892686188221, 0.0008484842837788165, 0.009731472469866276, 0.004562058951705694, 0.006035583093762398, -0.000606922956649214, -0.00833731796592474, 0.028462830930948257, -0.031361568719148636, 0.04466814920306206, -0.02658555470407009, -0.001567560713738203, -0.019669996574521065, 0.00914482306689024, -0.0021171127445995808, -0.01978042535483837, -0.02088470570743084, -0.002258598804473877, -0.03743511065840721, 0.013168545439839363, -0.015197660773992538, 0.021574880927801132, 0.006125306244939566, 0.02868368662893772, 0.048643559217453, -0.009841900318861008, 0.004917499143630266, -0.0056283799931406975, -0.04820184409618378, 0.030726606026291847, -0.03964367136359215, 0.010235300287604332, 0.012043559923768044, 0.004144502803683281, -0.016964510083198547, -0.02541225589811802, -0.007585026789456606, 0.013140938244760036, -0.010683913715183735, -0.02266535721719265, 0.0003910274535883218, 0.018703751266002655, -0.030864641070365906, -0.004510295577347279, -0.015556552447378635, -0.026682177558541298, -0.010953082703053951, -0.0046310764737427235, 0.027248121798038483, -0.0069397129118442535, -0.005856137722730637, -0.013782801106572151, -0.025177596136927605, 0.026268072426319122, -0.00889636017382145, 0.009800489991903305, -0.045082252472639084, -0.004517197608947754, -0.029760360717773438, 0.015101036056876183, -0.018496699631214142, 0.01782032661139965, 0.0007613496854901314, -0.04273565486073494, -0.007992230355739594, -0.013561945408582687, -0.011360285803675652, -0.02981557510793209, -0.012816555798053741, -0.0004783777694683522, 0.034563980996608734, 0.004914048593491316, -0.006598076317459345, 0.04486139491200447, -0.008516763336956501, 0.006018328946083784, -0.0324106328189373, 0.0066084288991987705, 0.007308956701308489, 0.01844148524105549, 0.01545992773026228, 0.010518272407352924, -0.03141678124666214, -0.015943050384521484, 0.018510501831769943, 0.015280481427907944, 0.01653660088777542, 0.016812670975923538, -0.013506731018424034, 0.001856571645475924, -0.03191370889544487, -0.003285234561190009, 0.008999885991215706, -0.0033732319716364145, 0.006580821704119444, -0.03174806386232376, -0.032327812165021896, 0.007522911299020052, 0.03528176248073578, 0.01189862284809351, -0.002614038996398449, 0.006960418075323105, -0.007302055135369301, -0.001854846253991127, -0.00768855307251215, -0.0017892795149236917, -0.017226776108145714, -0.025067167356610298, 0.015984460711479187, 0.018234431743621826, -0.0028728549368679523, 0.028766507282853127, -0.0021222890354692936, -0.02007029950618744, -0.00034249952295795083, 0.00784729328006506, -0.027772655710577965, -0.012209201231598854, 0.012733735144138336, 0.00940709002315998, 0.008330415934324265, -0.024169940501451492, 0.005390269216150045, -0.005338506307452917, -0.007585026789456606, -0.016232924535870552, 0.003537148470059037, -0.01782032661139965, -0.015252875164151192, -0.007357269059866667, -0.018372466787695885, -0.005086592398583889, 0.016881689429283142, -0.007826588116586208, -0.005448934156447649, -0.018869394436478615, -0.01913166046142578, -0.018013576045632362, -0.004872637800872326, -0.02038777992129326, -0.013382500037550926, -0.04030624032020569, -0.011098019778728485, 0.001330312923528254, 0.020139316096901894, -0.0037580046337097883, 0.20142076909542084, 0.0052246274426579475, -0.009137921035289764, 0.0210641510784626, 0.0013665471924468875, -0.005138355307281017, 0.027399960905313492, 0.0049865166656672955, -0.03809767961502075, 0.04472336173057556, 0.0030298696365207434, 0.010469960048794746, -0.03293516859412193, -0.0014208984794095159, -0.0037580046337097883, -0.0324106328189373, -0.03351491317152977, -0.0031575520988553762, -0.016150102019309998, -0.0038787852972745895, 0.005165962502360344, -0.009172430261969566, -0.018054986372590065, -0.004644880071282387, 0.034922871738672256, -0.017364811152219772, -0.019145464524626732, 0.01813780702650547, 0.0020222137682139874, 0.0011724353535100818, -0.042017873376607895, -0.022085610777139664, -0.0030212425626814365, 0.016647029668092728, -0.012719931080937386, -0.0016633225604891777, -0.020484404638409615, -0.000138035073177889, 0.011153233237564564, -0.00683618662878871, 0.024860115721821785, -0.021133169531822205, 0.002332792617380619, -0.01895221509039402, -0.0017685742350295186, 0.004161757417023182, -0.005787120200693607, -0.00946230348199606, 0.004555157385766506, -0.003468130948022008, -0.007819686084985733, 0.013824212364852428, 0.006960418075323105, 0.03790443018078804, 0.011284366250038147, -0.021271204575896263, -0.0046310764737427235, 0.014645520597696304, 0.013065018691122532, 0.030036430805921555, -0.017585666850209236, 0.018593324348330498, -0.026502732187509537, 0.004803620278835297, -0.01205736305564642, 0.030560962855815887, -0.0404994897544384, -0.033901412039995193, -0.002082603983581066, -0.04751167073845863, 0.017088741064071655, -0.016108691692352295, -0.00881353858858347, 0.005300546530634165, 0.021919969469308853, -0.02265155501663685, -0.009869507513940334, 0.04301172494888306, 0.011808900162577629, 0.03470201417803764, -0.043757114559412, -0.012361040338873863, -0.007743767462670803, -0.037794001400470734, -0.011940033175051212, -0.04060991480946541, 0.025978200137615204, -0.0020929567981511354, -0.011560437269508839, 0.006208126898854971, -0.005921704228967428, -0.015515141189098358, -0.004675937816500664, 0.01697831228375435, 0.009641749784350395, 0.026350894942879677, -0.01327207125723362, 0.024487420916557312, -0.0031471995171159506, -0.01545992773026228, -0.03271431103348732, 0.029042577371001244, 0.005918253678828478, 0.0018410426564514637, -0.020166922360658646, -0.01795836165547371, 0.01603967510163784, 0.004154855385422707, -0.001541679142974317, -0.003167904680594802, 0.00030389282619580626, -0.06415870040655136, 0.003188610076904297, 0.0005366113036870956, 0.016467584297060966, 0.012119478546082973, 0.01303741242736578, -0.023755835369229317, -0.019380122423171997, -0.00793011486530304, -0.004475786816328764, 0.0019721759017556906, 0.009241447784006596, 0.001100829686038196, 0.0010059305932372808, 0.002526041818782687, -0.004323948640376329, -0.023231301456689835, -0.01319615263491869, -0.024818705394864082, -0.011187742464244366, -0.0072813499718904495, 0.02234787680208683, 0.011636355891823769, -0.017613274976611137, 0.006301300600171089, 0.012588798068463802, -0.0323554202914238, 0.001304431352764368, 0.001593442284502089, -0.006032132543623447, 0.01569458656013012, 0.01765468530356884, -0.023576389998197556, 0.018662340939044952, -0.007460795342922211, -0.004130699206143618, 0.015625569969415665, -0.01605347916483879, -0.008751423098146915, -0.008406335487961769, -0.0010145577834919095, -0.005314350128173828, -0.01735100708901882, -0.011981443502008915, -0.017364811152219772, -0.016426172107458115, -0.03657929226756096, 0.007488402538001537, -0.0014036440989002585, -0.0404994897544384, 0.010897868312895298, -0.011698472313582897, 0.012920082546770573, -0.02103654481470585, -0.028932150453329086, -0.17745788395404816, 0.030837032943964005, 0.029180612415075302, -0.04480618238449097, 0.005072788801044226, -0.014259022660553455, 0.013306580483913422, 0.007840392179787159, 0.013810408301651478, -0.035889118909835815, 0.017268186435103416, -0.029926002025604248, -0.01434184331446886, -0.012857966125011444, -0.00866860244423151, -0.015998264774680138, 0.017420025542378426, 0.017295794561505318, 0.011291268281638622, 0.007143314462155104, 0.01813780702650547, -0.003657929366454482, 0.017074937000870705, 0.0012725107371807098, -0.003868432715535164, -0.009344973601400852, -0.00930356327444315, 0.011380990967154503, 0.0027969356160610914, -0.03671732917428017, -0.04110684245824814, -0.0073365638963878155, -0.0031023381743580103, 0.0059527624398469925, -0.008627192117273808, -0.002458749571815133, -0.0028279933612793684, 0.0011655335547402501, -0.006225381512194872, -0.0007945643737912178, 0.003657929366454482, 0.023700620979070663, 0.003164453897625208, 0.01827584207057953, -0.0007061356445774436, 0.013907033018767834, 0.018331056460738182, -0.005293644964694977, 0.02266535721719265, -0.01069081574678421, -0.007867998443543911, -0.017199169844388962, -0.0073365638963878155, 0.024073315784335136, 0.022969035431742668, -0.0008972279611043632, -0.00849605817347765, -0.0069086551666259766, -0.0014648971846327186, -0.004965811502188444, 0.0033922118600457907, -0.014452271163463593, -0.019959870725870132, -0.01401055883616209, -0.002336243400350213, -0.017102545127272606, -0.021146971732378006, 0.012650913558900356, -0.03318363055586815, -0.00721233244985342, -0.011795096099376678, -0.005963115021586418, -0.0121470857411623, 0.009517517872154713, 0.0101248724386096, 0.031002676114439964, -0.02091231197118759, 0.021671505644917488, 0.007654044311493635, -0.00717092165723443, -0.016812670975923538, 0.002529492601752281, -0.032134562730789185, 0.031665243208408356, -0.006032132543623447, 0.009372580796480179, -0.0006526470533572137, -0.002232717117294669, -0.01400365773588419, -0.017433829605579376, 0.009082707576453686, -0.002253422513604164, -0.006573920138180256, -0.011608748696744442, -0.010566584765911102, 0.01084265485405922, 0.004848481621593237, 0.004116896074265242, 0.00025471783010289073, 0.0008860125672072172, 0.0014424663968384266, -0.0036406749859452248, -0.022927625104784966, -0.003906392492353916, 0.02785547636449337, 0.0052867429330945015, -0.0059665655717253685, 0.0004921812796965241, 0.04486139491200447, -0.010739128105342388, -0.017116347327828407, -0.000423810794018209, 0.011160135269165039, 0.01666083186864853, 0.01909025013446808, 0.013458418659865856, 0.03042292781174183, -0.016633225604891777, 0.011953836306929588, -0.012713029980659485, 0.04936134070158005, -0.010449254885315895, -0.023231301456689835, 0.03387380391359329, -0.005973467603325844, -0.0013838015729561448, -0.10325022786855698, -0.005490344949066639, 0.010483763180673122, 0.0024156137369573116, -0.00833731796592474, 0.01797216571867466, -0.02169911190867424, 0.03058857098221779, 0.024818705394864082, 0.02542605996131897, -0.038953494280576706, -0.007122609298676252, -0.019048839807510376, 0.005945860408246517, 0.0030712801963090897, -0.02172672003507614, -0.020594831556081772, -0.01028361264616251, -0.009517517872154713, 0.04083077237010002, -0.0030074389651417732, 0.005083141382783651, 0.027151497080922127, -0.036993399262428284, -0.01070461980998516, 0.01237484347075224, -0.02575734257698059, 0.011311973445117474, -0.003267980180680752, 0.0021240145433694124, 0.015045822598040104, -0.009586535394191742, 0.025481272488832474, -0.019021231681108475, -0.01991846039891243, -0.020484404638409615, -0.011636355891823769, -0.009082707576453686, 0.012271317653357983, -0.015970656648278236, 0.007522911299020052, 0.02865608036518097, -0.005607674364000559, -0.03321123868227005, 0.007274447940289974, -0.0064772954210639, -0.01751665025949478, 0.06509733945131302, -0.026171447709202766, -0.0037338484544306993, -0.008999885991215706, 0.007495304103940725, 0.016923099756240845, -0.041879840195178986, 0.02835240215063095, 0.002036017132923007, 0.04152094945311546, 0.014328040182590485, -0.014466075226664543, 0.003010889980942011, -0.02121599018573761, -0.01239554863423109, 0.0021429944317787886, 0.024183744564652443, 0.0014985431917011738, 0.006215028930455446, -0.01973901502788067, -0.012644012458622456, 0.015349498949944973, -0.025688325986266136, -0.025784950703382492, 0.03511612117290497, -0.01584642566740513, 0.014507485553622246, -0.008620290085673332, -0.010518272407352924, 0.016633225604891777, -0.004665585234761238, 0.01684027723968029, 0.002208561170846224, -0.003031595144420862, -0.009310465306043625, -0.005521402694284916, -0.012664717622101307, 0.022306466475129128, 0.013361794874072075, 0.011663963086903095, 0.020498206838965416, 0.0036268713884055614, -0.03867742419242859, 0.0062357340939342976, 0.03450876846909523, 0.014769752509891987, -0.024183744564652443, 0.0012699225917458534, 0.033901412039995193, 0.011774390935897827, 0.0006729209562763572, -0.010180085897445679, 0.012823457829654217, -0.021436845883727074, -0.0030712801963090897, -0.049306124448776245, 0.025232810527086258, -0.016301941126585007, 0.025840165093541145, 0.006698151584714651, -0.021574880927801132, -0.0153771061450243, -0.007585026789456606, 0.010180085897445679, 0.02266535721719265, -0.023189891129732132, 0.013499829918146133, -0.011946935206651688, -0.008040542714297771, -0.019352516159415245, -0.007074296940118074, 0.011139430105686188, -0.016384761780500412, 0.016909295693039894, 0.003889138111844659, 0.006001074332743883, -0.014314236119389534, -0.007350367493927479, -0.01230582594871521, 0.0063151041977107525, -0.007067395374178886, 0.011684668250381947, 0.03191370889544487, 0.007819686084985733, -0.011732980608940125, 0.014590306207537651, -0.026930641382932663, 0.02205800451338291, 0.018993625417351723, 0.01011106837540865, -0.034563980996608734, -0.00923454575240612, 0.01960097998380661, 0.027620816603302956, 0.0020688006188720465, -0.01263711042702198, -0.014072675257921219, 0.02474968694150448, -0.018524305894970894, -0.027910690754652023, -0.021022740751504898, -0.01925589144229889, 0.020788080990314484, -0.0030212425626814365, 0.019711406901478767, 0.05957593396306038, -0.0014027813449501991, -0.008841145783662796, -0.013265170156955719, 0.00031683361157774925, -0.03533697873353958, 0.0033766827546060085, -0.012740636244416237, -0.02753799594938755, -0.017999771982431412, 0.022071806713938713, 0.031665243208408356, 0.00445853266865015, -0.008047444745898247, 0.006218479946255684, -0.013244464993476868, -0.008275202475488186, -0.000566806469578296, 0.019821835681796074, -0.04083077237010002, -0.0030971618834882975, -0.004130699206143618, 0.00013846642104908824, -0.008199282921850681, 0.004127248656004667, -0.005607674364000559, -0.00947610754519701, -0.014120987616479397, -0.016426172107458115, 0.0010387138463556767, 0.015280481427907944, 2.23093775275629e-05, -0.011822703294456005, 0.0027296433690935373, 0.009455402381718159, 0.014797358773648739, -0.004085837863385677, 0.03657929226756096, -0.005397171247750521, 0.0053281537257134914, -0.040554702281951904, 0.012153987772762775, -0.005921704228967428, 0.02172672003507614, -0.003947802819311619, 0.010304317809641361, -0.02945668250322342, 0.021436845883727074, 0.013596453703939915, -0.0004307125345803797, 0.001054242835380137, 0.016619421541690826, 0.00703978817909956, 0.0022206390276551247, -0.013382500037550926, 0.009200037457048893, -0.016757456585764885, -0.015349498949944973, -0.0037200450897216797, -0.0033784082625061274, 0.03500569239258766, 0.01028361264616251, -0.004696642979979515, 0.012292022816836834, -0.03417748212814331, 0.011160135269165039, -0.03205174207687378, 0.012671618722379208, -0.0007272722432389855, 0.035889118909835815, 0.009413991123437881, 0.01029051374644041, 0.029567111283540726, -0.01653660088777542, 0.044447291642427444, 0.027137694880366325, -0.021823344752192497, -0.014576503075659275, 0.013927738182246685, -0.024680670350790024, -0.012333433143794537, -0.013320383615791798, 0.0017702997429296374, -0.0177927203476429, -0.013748292811214924, 0.0030919855926185846, 0.011629454791545868, 0.019007429480552673, 0.012920082546770573, 0.07818306237459183, 0.023617800325155258, -0.01960097998380661, 0.01109111774712801, 0.01344461552798748, 0.0023310671094805002, 0.01474214531481266, 0.017599470913410187, 0.025315631181001663, -0.021298810839653015, 0.0015899913851171732, 0.010794342495501041, 0.009179332293570042, -0.02463926002383232, -0.018827982246875763, 0.02462545596063137, 0.005711200647056103, 0.025343237444758415, 0.01717156171798706, -0.005152158904820681, 0.0030246933456510305, -0.014783555641770363, 0.01449368242174387, 0.0169921163469553, -0.019669996574521065, -0.01601206697523594, 0.02171291597187519, 0.011346482671797276, -0.030643785372376442, -0.023231301456689835, 0.030395321547985077, 0.004803620278835297, -0.02657175064086914, -0.013299678452312946, 0.011843408457934856, -0.012181594967842102, -0.017861736938357353, -0.01797216571867466, -0.016812670975923538, 0.00268995831720531, -0.014231415465474129, -0.014038166031241417, -0.022568732500076294, -0.011912425979971886, 0.017364811152219772, 0.0014131340431049466, -0.00305747683160007, -0.004831227473914623, -0.01481116283684969], \"34967dd7-abe3-444f-97b9-f91ed0109f8e\": [0.004775946494191885, 0.008138417266309261, 0.02924584224820137, -0.015140224248170853, -0.011650249361991882, 0.019453512504696846, -0.029989009723067284, -0.011999974958598614, -0.004976310301572084, -0.024364247918128967, 0.01626226119697094, 0.00810927338898182, 0.01433876808732748, 0.001332419808022678, 0.01719486527144909, 0.01712200418114662, -0.00659015029668808, 0.006983592174947262, 0.019774094223976135, -0.023795943707227707, -0.015387946739792824, 0.011825112625956535, -0.005836053751409054, -0.016072826460003853, 0.001557373907417059, -0.001320580136962235, 0.030688460916280746, -0.032553669065237045, 0.011227663606405258, -0.011795968748629093, 0.022003598511219025, -0.02574858069419861, -0.008152988739311695, -0.024189386516809464, -0.011468100361526012, 0.006575578358024359, -0.015271371230483055, -0.01817118376493454, 0.018098322674632072, -0.027409780770540237, 0.025763152167201042, 0.00617485074326396, -0.008415283635258675, -0.018666628748178482, 0.007307817228138447, 0.027249488979578018, -0.004418934695422649, -0.015504522249102592, -0.03342798352241516, -0.013522741384804249, -0.004786875564604998, 0.047038156539201736, -0.039927057921886444, -0.01922036148607731, 0.006032774690538645, 0.00810927338898182, 0.002240432659164071, 0.015009076334536076, -0.02688519097864628, -0.014353340491652489, 0.009668468497693539, -0.014775926247239113, -0.01792346127331257, -0.021959882229566574, -0.029785003513097763, -0.004014563746750355, 0.008568288758397102, 0.010987226851284504, 0.010397064499557018, 0.004983596503734589, 0.011562817730009556, -0.002653910778462887, -0.009726756252348423, -0.001755005563609302, 0.0117231085896492, -0.004280501045286655, -0.010950797237455845, -0.001804185681976378, 0.007213099859654903, -0.016407981514930725, 0.0243351049721241, -0.0070090931840240955, -0.008262278512120247, 0.03879044950008392, 0.03074674867093563, 0.0159853957593441, 0.0033825067803263664, 0.01034606248140335, -0.013173014856874943, -0.007642971817404032, -0.006852445192635059, 0.010571927763521671, 0.010258630849421024, 0.012182123959064484, 0.0009239507489837706, 0.029828717932105064, -0.007555540185421705, 0.023825088515877724, 0.0002323538064956665, -0.004091066308319569, -0.038353290408849716, -0.011264093220233917, -0.030309591442346573, -0.008036413230001926, -0.014571919105947018, 0.003428044030442834, 0.03642979636788368, 0.007417107000946999, 0.00672129774466157, 0.002983600366860628, -0.030571887269616127, 0.03404000401496887, 0.006244067568331957, -0.0299307219684124, -0.007457179483026266, -0.010448065586388111, 0.005191246047616005, -0.022178461775183678, -0.005566473118960857, -0.04558096453547478, 0.011584675870835781, 0.031446199864149094, 0.010812363587319851, 0.0033114685211330652, -0.0028469886165112257, -0.015708528459072113, -0.02442253567278385, -0.013202158734202385, 0.032262228429317474, -0.00999633688479662, 0.024116525426506996, 0.04018935188651085, 0.01547537837177515, -0.010251345112919807, -0.010921653360128403, 0.017879744991660118, 0.0007677579997107387, 0.010688502341508865, -0.026171166449785233, -0.028968974947929382, 0.008480857126414776, 0.045522674918174744, -0.03779955953359604, 0.005938056856393814, -0.004069208633154631, 0.0038287716452032328, 0.015344230458140373, 0.02019667997956276, 0.0010109269060194492, -0.012437133118510246, 0.002395259216427803, 0.017573734745383263, -0.010367920622229576, 0.033486269414424896, 0.005664833355695009, 0.019074643030762672, 0.0021821449045091867, -0.005111100617796183, 0.0008920746622607112, -7.473800360457972e-05, 0.003271395806223154, 0.03581777587532997, 0.009209453128278255, -0.014018186368048191, 0.017996320500969887, 0.026477176696062088, 0.007919837720692158, -0.009821473620831966, 0.011839684098958969, 0.005038240924477577, 0.00981418788433075, 0.010047337971627712, -0.015679385513067245, -0.007788690738379955, 0.014790497720241547, 0.039489902555942535, 0.028488101437687874, 0.012444418855011463, -0.032145652920007706, -0.02640431746840477, -0.0021566441282629967, 0.0024134740233421326, 0.034331440925598145, 0.027613786980509758, -0.01304186787456274, 0.008837869390845299, 0.0028087373357266188, -0.007468108553439379, 0.01683056727051735, 0.00802912749350071, 0.03797442093491554, -0.0015874283853918314, 0.0029271342791616917, 0.001335152075625956, -0.6365014314651489, -0.007941695861518383, 0.004513652063906193, -0.04030592739582062, -0.002160286996513605, 0.03427315503358841, 0.001702182344160974, 0.0040764943696558475, -0.013945326209068298, 0.014805070124566555, 0.026841474696993828, 0.01971580646932125, 0.015562810003757477, -0.014557347632944584, -0.027030909433960915, -0.00216939439997077, 0.021362433210015297, -0.011672107502818108, -0.003876130562275648, 0.015052792616188526, -0.008269564248621464, 0.004921665880829096, 0.010302347131073475, -0.007781405001878738, -0.001178503967821598, -0.005806909874081612, 0.030717605724930763, 0.01242984738200903, 0.01755916327238083, 0.0015610168920829892, -0.025646578520536423, -0.012458991259336472, 0.024203957989811897, 0.014557347632944584, 0.03791613504290581, 0.009377029724419117, -0.009595608338713646, 0.014994504861533642, 0.007628399878740311, 0.029799574986100197, -0.009930762462317944, -0.04310373589396477, 0.015912536531686783, -0.008138417266309261, -0.005329679232090712, 0.009056448005139828, 0.03471031039953232, 0.0006598347099497914, -0.014739496633410454, -0.010681216605007648, 0.006659367121756077, 0.008590145967900753, 0.012211267836391926, 0.008072842843830585, 0.0079489815980196, -0.006364285480231047, 0.03532233089208603, -0.00282330927439034, 0.014010900631546974, -0.004914379678666592, 0.004881592933088541, 0.010418922640383244, -0.017092861235141754, 0.0030692105647176504, -0.035264045000076294, 0.0022203961852937937, -0.023417074233293533, -0.015489949844777584, 0.003049174090847373, -0.014462629333138466, 0.005817838944494724, 0.014076474122703075, -0.0019034569850191474, -0.02458282746374607, -0.011832398362457752, 0.005249533802270889, 0.014331482350826263, -0.006976306438446045, -0.010652072727680206, 0.0057085491716861725, 0.003271395806223154, -0.02142072096467018, -0.018564624711871147, -0.0007700348505750299, 0.010127483867108822, 0.009362458251416683, -0.03127133846282959, -0.035672057420015335, 0.004050993360579014, -0.018346047028899193, -0.0032404304947704077, -9.796200174605474e-05, -0.009143879637122154, -0.009457175619900227, 0.013777749612927437, 0.0009845152962952852, -0.002568300813436508, -0.0052932496182620525, -0.027642929926514626, 0.0001530051522422582, -0.00882329698652029, -0.019613802433013916, -0.02381051518023014, 0.004418934695422649, 0.03797442093491554, 0.011191233992576599, 0.0033351480960845947, 0.005424397066235542, 0.028852399438619614, -0.0037249468732625246, -0.006663009990006685, 0.003610193030908704, -0.009755900129675865, -0.0002098128607030958, -0.034856028854846954, -0.03240794688463211, 0.02271762117743492, -0.0012914363760501146, 0.0169179979711771, -0.008517286740243435, 0.015606525354087353, 0.013457166962325573, 0.0131438709795475, -0.03293253853917122, 0.00413842499256134, -0.006069204304367304, 0.002573765115812421, -0.022047312930226326, -0.002892525866627693, -0.005285963881760836, 0.014593777246773243, 0.0041457111947238445, 0.022120174020528793, -0.02624402567744255, 0.023577366024255753, -0.0039489902555942535, -0.005209461320191622, -0.009872475638985634, 0.01739887148141861, -0.021683014929294586, -0.0243351049721241, -0.004506365861743689, 0.01906006969511509, -0.01821489818394184, -0.017296867445111275, -0.023009059950709343, -0.03468116745352745, -6.795011131544015e-07, -0.003832414746284485, -0.0035009034909307957, -0.014229479245841503, -0.0033296835608780384, -0.021070994436740875, 0.012305986136198044, 0.0025172990281134844, -0.011460814625024796, -0.0033970787189900875, -0.03331140801310539, 0.004783232230693102, -0.01336244959384203, -0.02092527598142624, 0.012218554504215717, 0.0022531829308718443, 0.008123844861984253, -0.009865188971161842, -0.017165720462799072, 0.004950809758156538, 0.021231286227703094, -0.021668443456292152, -0.017792312428355217, -0.0017732203705236316, 0.011963545344769955, -0.025602862238883972, -0.01926407776772976, -0.016320548951625824, 0.02356279268860817, -0.03683781251311302, -0.03264109790325165, 0.02494712546467781, 0.007373391184955835, 0.004255000501871109, 0.02408738248050213, 0.01755916327238083, 0.005023668985813856, 0.021114710718393326, 0.022047312930226326, 0.032145652920007706, 0.026054590940475464, -0.009588322602212429, 0.026841474696993828, 0.02458282746374607, 0.03983962535858154, -0.004797804169356823, 0.014477201737463474, -0.00029872433515265584, 0.021959882229566574, -0.007417107000946999, -0.00036156573332846165, 0.013296876102685928, 0.033165689557790756, 0.031242195516824722, 0.013646602630615234, 0.01578138768672943, -0.02478683367371559, 0.031242195516824722, -0.03931503742933273, -0.010943511500954628, -0.002382508711889386, -0.002564657712355256, -0.0006188512197695673, 0.02506370097398758, -0.0032367876265197992, -0.028706680983304977, -0.005023668985813856, 0.01626226119697094, 0.0158542487770319, -0.02206188626587391, 0.014644778333604336, -0.029391560703516006, -0.011402526870369911, -0.012735857628285885, -0.010739504359662533, 0.02567572146654129, 0.01634969376027584, -0.03654637187719345, 0.0177194532006979, 0.02656460925936699, 0.034331440925598145, 0.005435325670987368, -0.006448074243962765, 0.004346075002104044, 0.012480848468840122, 0.024029094725847244, 0.008065557107329369, 0.01521308347582817, -0.005897984374314547, 0.030921611934900284, -0.023096492514014244, 0.01111108809709549, -0.0025846941862255335, -0.006459003314375877, 0.037129249423742294, 0.025573717430233955, -0.02931870147585869, 0.0005851536407135427, 0.0006238602800294757, 0.015723099932074547, 0.004276858177036047, -0.018841492012143135, 0.004925308749079704, -0.009333314374089241, -0.001714932732284069, -0.029989009723067284, 0.0016056433087214828, 0.023169351741671562, -0.011307809501886368, 0.00282330927439034, 0.03873215988278389, 0.019030926749110222, 0.013879752717912197, 0.01828775927424431, 0.01009833998978138, 0.0065391487441957, 0.027759505435824394, 0.03602178394794464, 0.00926774088293314, -0.03106733225286007, -0.01296172197908163, -0.015766816213726997, 0.014287767000496387, -0.006841516122221947, -0.01801089197397232, -0.034943461418151855, -0.012903434224426746, -0.006120205856859684, 0.022397039458155632, 0.016029110178351402, -0.004542795941233635, 0.01433876808732748, 0.005438969004899263, -0.014528203755617142, -0.004025492817163467, -0.013231302611529827, 0.028094660490751266, -0.003275038907304406, 0.0031566419638693333, -0.004123853053897619, 0.02206188626587391, -0.017734024673700333, -0.010717646218836308, -0.01825861446559429, 0.03202907741069794, 0.02706005424261093, -0.020386114716529846, -0.014936217106878757, 0.023897947743535042, 0.030105585232377052, -0.012553708627820015, -0.04097623750567436, 0.007642971817404032, -0.017384300008416176, 0.015708528459072113, -0.012014547362923622, 0.0042586433701217175, 0.03342798352241516, 0.013063725084066391, 0.0016056433087214828, -0.0029799574986100197, 0.0022805053740739822, -0.010659358464181423, -0.011125660501420498, -0.01605825498700142, -0.021770447492599487, 0.019613802433013916, -0.004826948046684265, -0.013828751631081104, 0.009180309250950813, -0.004517294932156801, 0.04712558537721634, 0.018360618501901627, -0.004058279562741518, -0.026666611433029175, -0.046134695410728455, 0.027191201224923134, 0.010783219709992409, 0.031446199864149094, -0.01971580646932125, 0.013916182331740856, -0.014375198632478714, -0.0006648438284173608, -0.01180325448513031, -0.009544607251882553, -0.013384307734668255, -0.03724582493305206, -0.020021816715598106, -0.023825088515877724, 0.019730377942323685, -0.0018342402763664722, -0.012699427083134651, 0.011315095238387585, -0.0029234911780804396, -0.03284510597586632, -0.012910719960927963, -0.01719486527144909, -0.013763177208602428, -0.01092893909662962, 0.018302330747246742, 0.042083702981472015, 0.014535489492118359, 0.0004890700220130384, 0.007985412143170834, 0.026418888941407204, 0.007216742727905512, -0.036400653421878815, -0.009063733741641045, -0.0025227635633200407, 0.009639324620366096, 0.00035997194936499, -0.010207629762589931, 0.02944984845817089, 0.027074625715613365, 0.0038834165316075087, 0.004612012300640345, 0.016976285725831985, -0.0030673888977617025, 0.010593784973025322, 0.016335120424628258, -0.010484496131539345, -0.0034990820568054914, 0.0030856039375066757, 0.018069179728627205, 0.012182123959064484, -0.005693977233022451, 0.021070994436740875, 0.021814163774251938, 0.008378853090107441, -0.005107457749545574, 0.0028998118359595537, 0.006892517674714327, -0.004546438809484243, 0.0022841482423245907, 0.02012382075190544, 0.010761362500488758, -0.05974486842751503, -0.006863373797386885, -0.03156277537345886, 0.007701259106397629, -0.0019198503578081727, 0.0014271372929215431, -0.0020983563736081123, -0.01898721046745777, 0.007366104982793331, -0.028546389192342758, -0.013369736261665821, -0.01190525759011507, 0.007023665122687817, -0.030076440423727036, -0.01955551467835903, 0.014652065001428127, -0.0013706710888072848, 0.0373915433883667, 0.00143988779745996, 0.0001597218943061307, -0.0010628394084051251, -0.029478993266820908, -0.036692094057798386, 0.022761337459087372, -0.01683056727051735, -0.023956235498189926, 0.01626226119697094, 0.02754092775285244, -0.004568296484649181, 0.0016557342605665326, 0.026316886767745018, -0.00564661854878068, -0.015635669231414795, 0.0026502676773816347, 0.0009644788806326687, 0.011489958502352238, 0.022382467985153198, 0.013857895508408546, 0.021770447492599487, -0.005610188934952021, -0.010979941114783287, 0.0233150701969862, 0.00791255198419094, 0.008466284722089767, 0.002526406431570649, -0.0012978115119040012, 0.02408738248050213, -0.0015491771046072245, 0.018506336957216263, 0.0032295016571879387, -0.00955189298838377, 0.014710352756083012, -0.022936200723052025, 0.011890686117112637, -0.018958067521452904, -0.001741344342008233, 0.009938049130141735, 0.020794128999114037, 0.0021147497463971376, -0.004116567317396402, -0.004327860195189714, -0.0019289577612653375, -0.023897947743535042, 0.01646626926958561, 0.0054899705573916435, -0.005300535354763269, 0.023213068023324013, -0.00857557449489832, -0.034214865416288376, -0.004466293379664421, -0.001282328856177628, -0.035788632929325104, 0.01735515519976616, -0.0026721255853772163, -0.01170125138014555, -0.007362462114542723, 0.009850617498159409, 0.008604718372225761, 0.03042616695165634, -0.009479033760726452, -0.005701263435184956, 0.014936217106878757, -0.008247706107795238, -0.0008178489515557885, -0.035468049347400665, -0.035584624856710434, -0.02738063596189022, -0.03849900886416435, 0.016072826460003853, 0.02133329026401043, 0.03946075588464737, -0.003912560176104307, 0.0002836970379576087, 0.018928922712802887, -0.03156277537345886, -0.0005856089992448688, -0.016276834532618523, -0.0027376993093639612, 0.0033205761574208736, 0.04555181786417961, -0.004418934695422649, 0.04753360152244568, -0.0048998077400028706, 0.02112928219139576, 0.01751544699072838, 0.008896156214177608, 0.002761378651484847, 0.007803262677043676, -0.010025480762124062, -0.030805036425590515, -0.007701259106397629, 0.018156610429286957, -0.010112911462783813, -0.016932569444179535, -0.0016402516048401594, 0.010622928850352764, 0.013340592384338379, -0.005089242942631245, 0.014637492597103119, -0.030688460916280746, -0.02417481318116188, -0.013114727102220058, 0.007358819246292114, -0.007861549966037273, -0.012305986136198044, -0.03622579202055931, -0.011672107502818108, 0.022965343669056892, 0.004448078107088804, 0.011468100361526012, -0.015446234494447708, 0.04604726284742355, -0.018389761447906494, 0.013355163857340813, -0.019730377942323685, 0.0076211136765778065, -0.019730377942323685, 0.01703457348048687, -0.007096524816006422, -0.005795980803668499, 0.004324216861277819, 0.005253176670521498, 0.037129249423742294, 0.007497252430766821, -0.024247674271464348, -0.015766816213726997, 0.02620031125843525, -0.011876113712787628, 0.010870651341974735, -0.001216755248606205, -0.040743086487054825, -0.01687428168952465, -0.01922036148607731, -0.02449539676308632, -0.023096492514014244, 0.020182108506560326, 0.014462629333138466, -0.018069179728627205, 0.013216730207204819, -0.01837518997490406, -0.005934413988143206, 0.0026921620592474937, -0.012910719960927963, 0.05706363543868065, -0.009165736846625805, 0.023373357951641083, -0.0035919779911637306, 0.0072276717983186245, -0.013610172085464, 0.0042950729839503765, 0.015358802862465382, -0.014076474122703075, 0.017063716426491737, 0.03249537944793701, 0.0028633822221308947, -0.011941688135266304, 0.012524564750492573, -0.007941695861518383, 0.0149653609842062, -0.03290339186787605, 0.0058834124356508255, 0.013027295470237732, 0.014149333350360394, -0.0017094683134928346, -0.00999633688479662, -0.034622881561517715, -0.0010500889038667083, -0.0020364257507026196, 0.010703074745833874, 0.006586507428437471, -0.017704881727695465, -0.010579213500022888, 0.015373374335467815, -0.03022216074168682, 0.02449539676308632, -0.009428031742572784, 0.007089238613843918, 0.020896131172776222, 0.010491781868040562, -0.024276817217469215, -0.0032732172403484583, -0.000379780656658113, 0.008604718372225761, -0.022615619003772736, -0.020109249278903008, 0.01723857969045639, 0.01097265537828207, -0.003366113407537341, -0.0234025027602911, -0.009719470515847206, 0.04048079252243042, -0.01808375120162964, -0.011795968748629093, -0.005865197628736496, 0.028604676946997643, 0.004214927554130554, -0.010324204340577126, 0.003843343583866954, -0.016859710216522217, -0.010673930868506432, -0.023825088515877724, 0.008386139757931232, 0.0196720901876688, 0.0010655715595930815, -0.018244042992591858, 0.0014152976218611002, -0.01423676498234272, -0.013377021998167038, -0.008983587846159935, 0.0075992560014128685, -0.043948907405138016, -0.0075992560014128685, -0.0029653855599462986, -0.003677588189020753, 0.012152981013059616, 0.009457175619900227, -0.01162110548466444, 0.009901619516313076, 0.02453911118209362, -0.020182108506560326, 0.003151177428662777, -0.0057085491716861725, -0.01046263799071312, -0.038061853498220444, 0.004925308749079704, -0.007562825921922922, -0.014265908859670162, 0.007868836633861065, -0.0004603815614245832, -0.020779557526111603, -0.013959898613393307, 0.025413427501916885, 0.008254991844296455, -0.017748598009347916, 0.0112568074837327, 0.049457091838121414, -0.015402518212795258, 0.009231310337781906, -0.00039845090941525996, -0.031446199864149094, 0.04050993546843529, -0.03054274246096611, 0.0008515465306118131, 0.01776316948235035, -0.0075992560014128685, 0.0018497229320928454, -0.020138392224907875, 0.005125672556459904, 0.009063733741641045, -0.0169179979711771, -0.012233125977218151, 0.013122012838721275, 0.02437882125377655, -0.03736240044236183, 0.004196712747216225, 0.006659367121756077, -0.022047312930226326, -0.014914358966052532, 0.0012504528276622295, -0.013712176121771336, -0.011956259608268738, 0.008692150004208088, 0.0032440735958516598, 0.005435325670987368, 0.014360626228153706, -0.017457159236073494, -0.014899787493050098, -0.031825073063373566, -0.007165741175413132, -0.036196645349264145, 0.003089246805757284, 0.020735841244459152, 0.019438941031694412, 0.013581028208136559, -0.004510009195655584, -0.021085567772388458, -0.007038237061351538, -0.026069162413477898, -0.024233100935816765, 0.014171191491186619, 0.011584675870835781, 0.012801431119441986, 0.015533666126430035, 0.001413476187735796, 0.03150448948144913, -0.014178477227687836, 0.026287741959095, -0.01825861446559429, 0.0064407880418002605, -0.002770486054942012, -0.0033642917405813932, 0.012473562732338905, 0.00206921249628067, -0.02608373574912548, -0.004003634676337242, 0.010761362500488758, 0.021362433210015297, 0.03634236752986908, 0.0012140229810029268, 0.0014162083389237523, -0.00672129774466157, -0.012320557609200478, -0.013187587261199951, -0.0319707915186882, 0.0060109165497124195, 0.0038032708689570427, -0.03605092689394951, 0.0007859728648327291, 0.008502715267241001, 0.02981414645910263, 0.0032896108459681273, -0.0018797775264829397, -0.0009362457785755396, -0.012094693258404732, 0.013165729120373726, -0.02583601325750351, 0.009398887865245342, 0.004404362756758928, -0.008983587846159935, 0.0032877891790121794, 0.014120189473032951, 0.011934401467442513, 0.040131065994501114, 0.005934413988143206, -0.001753184013068676, 0.006105633918195963, 0.011300522834062576, -0.03698353096842766, -0.0024426179006695747, -0.014739496633410454, 0.018593769520521164, 0.03293253853917122, -0.015795961022377014, -0.013755891472101212, -0.009544607251882553, -0.002803273033350706, -0.011431670747697353, 0.019817810505628586, -0.0035373333375900984, -0.0070309508591890335, -0.0066010793671011925, -0.01208740659058094, -0.006921661552041769, -0.00562840374186635, -0.006477218121290207, -0.011220377869904041, 0.001804185681976378, -0.026331458240747452, -0.03718753904104233, -0.0015601060586050153, -0.008867012336850166, -0.021930737420916557, -0.022892484441399574, -0.0041311392560601234, -0.00761382794007659, -0.005158459302037954, 0.018710345029830933, 0.17509618401527405, -0.009785044007003307, 0.018885206431150436, 0.02940613217651844, 0.016131114214658737, 0.003890702500939369, 0.024801407009363174, 0.008888870477676392, -0.034856028854846954, 0.03406914696097374, 0.014528203755617142, 0.013012723997235298, -0.02128957398235798, -0.0016411624383181334, 0.028866970911622047, -0.026477176696062088, -0.025092843919992447, -0.025894301012158394, -0.008298708125948906, -0.025908872485160828, -0.007329675368964672, -0.00922402460128069, -0.021814163774251938, -0.015096507966518402, 0.018302330747246742, -0.031825073063373566, 0.006448074243962765, 0.0004708551277872175, -0.003901631338521838, 0.026579180732369423, -0.010724932886660099, -0.027730362489819527, -0.0007117471541278064, -0.004178497940301895, -0.014579204842448235, -0.0009398887632414699, 0.011030943132936954, 0.006961734499782324, 0.01074679009616375, 0.005111100617796183, -0.01052821148186922, -0.021639300510287285, -0.015489949844777584, -0.013763177208602428, 0.004608369432389736, 0.0056866914965212345, -0.0308633241802454, 0.002131143119186163, 0.006732226815074682, 0.004014563746750355, -0.009763185866177082, 0.01712200418114662, 0.009457175619900227, 0.018069179728627205, 0.011001799255609512, -0.02688519097864628, -0.016597416251897812, 0.0051657455042004585, 0.003690338460728526, -0.002985422033816576, -0.0035774060525000095, 0.037653837352991104, -0.020866988226771355, -0.009908905252814293, 0.016757706180214882, -0.0041894265450537205, -0.033486269414424896, 0.015023648738861084, 0.005985416006296873, -0.029012691229581833, 0.0149653609842062, 0.007071023806929588, 0.0035919779911637306, -0.0007285959436558187, -0.009158451110124588, -0.022848770022392273, 0.029304130002856255, 0.005063741933554411, -0.011584675870835781, 0.02426224574446678, -0.0413842499256134, -0.0356137715280056, -0.009347885847091675, -0.021770447492599487, -0.03873215988278389, -0.03001815266907215, 0.04741702601313591, -0.0009462640155106783, -0.0047941613011062145, -0.010673930868506432, 0.002520941896364093, -0.017471730709075928, 0.004812376108020544, 0.008152988739311695, 0.008407996967434883, 0.01971580646932125, -0.017428014427423477, 0.020779557526111603, -0.007143883500248194, -0.014273194596171379, -0.04030592739582062, 0.04721301794052124, 0.025806868448853493, 0.00688523193821311, -0.03517661243677139, -0.020750412717461586, 0.005143887363374233, -0.01097265537828207, 0.005967200733721256, -0.009624752216041088, -0.0055591873824596405, -0.04692158102989197, -0.007242243736982346, 0.009938049130141735, 0.03616750240325928, 0.020779557526111603, -0.007362462114542723, -0.04365747049450874, -0.002914383774623275, -0.029464419931173325, -0.009806901216506958, -0.0357012003660202, -0.00130782974883914, 0.009763185866177082, -0.006149349734187126, -0.014921645633876324, -0.0036557302810251713, -0.0026466248091310263, -0.0012358808889985085, -0.022732194513082504, 0.007234958000481129, -0.0027285919059067965, 0.00287977559491992, 0.003624764969572425, 0.0019562800880521536, 0.02842981368303299, 0.007074666675180197, -0.014032757841050625, 0.005344251170754433, 0.019191216677427292, -0.014856071211397648, -0.001622947514988482, 0.011919829994440079, -0.017253153026103973, 0.008735865354537964, -0.018142038956284523, 0.007285959552973509, -0.004397076554596424, -0.01521308347582817, -0.03159192204475403, -0.011169375851750374, -0.002865203656256199, 0.0030582814943045378, -0.007162098307162523, 0.00047586424625478685, -0.023781372234225273, -0.016174830496311188, -0.03156277537345886, -0.02867753617465496, 0.002318756654858589, -0.017457159236073494, 0.010331491008400917, 0.03602178394794464, -0.0079489815980196, -0.022397039458155632, -0.02279048226773739, -0.1909504234790802, 0.020050961524248123, 0.01825861446559429, -0.03293253853917122, 0.020415259525179863, -0.01748630218207836, 0.019336936995387077, 0.018200326710939407, 0.021726731210947037, -0.01755916327238083, 0.015912536531686783, -0.020415259525179863, -0.03159192204475403, -0.013420737348496914, -0.006845158990472555, -0.014717638492584229, 0.022295035421848297, -0.0038397007156163454, 0.02040068618953228, 0.011795968748629093, 0.010003622621297836, -0.03258281201124191, 0.003781412960961461, 0.015256799757480621, 0.005351537372916937, 0.02076498419046402, 0.00015163903299253434, 0.03538062050938606, -0.0074243927374482155, -0.0291292667388916, -0.00308742537163198, 0.012080120854079723, 0.0031092832796275616, -0.0033460769336670637, -0.012233125977218151, 0.010025480762124062, -0.011679393239319324, -0.005132958292961121, -0.005825124680995941, -0.0015692135784775019, -0.000732694286853075, 0.03229137137532234, -0.009828759357333183, 0.006360642611980438, 0.02335878647863865, 0.004845163319259882, 0.012123837135732174, -0.009704898111522198, 0.011708537116646767, -0.01020034309476614, 0.004233142361044884, -0.030047297477722168, 0.0196720901876688, -0.002841524314135313, 0.024320533499121666, 0.006415287498384714, -0.02867753617465496, 0.005242248065769672, -0.001282328856177628, -0.01557738147675991, 0.011642963625490665, -0.018958067521452904, 0.002684876089915633, -0.0070090931840240955, -0.013253160752356052, -0.011912544257938862, -0.023548221215605736, -0.0010801434982568026, -0.028910687193274498, 0.0018142039189115167, -0.0008283225470222533, 9.272521856473759e-05, 0.0006725851562805474, 0.01732601225376129, -0.009704898111522198, 0.0317084975540638, -0.018156610429286957, 0.04397805035114288, 0.0015136580914258957, -0.00470308680087328, -0.01263385359197855, 0.033165689557790756, -0.032553669065237045, 0.0066848681308329105, 0.032786816358566284, -0.0005969933117739856, -0.008750437758862972, -0.004790518432855606, 0.010287774726748466, -0.001034606248140335, 0.011402526870369911, -0.021522725000977516, -0.012298699468374252, -0.009442603215575218, 0.013537312857806683, 0.009857903234660625, -0.009333314374089241, 0.012014547362923622, -0.012626567855477333, -0.00040482613258063793, 2.682428430489381e-06, 0.0029125623404979706, -0.022440755739808083, 0.006469931919127703, 0.01808375120162964, 0.010688502341508865, -0.00015175287262536585, 0.0042950729839503765, 0.06458274275064468, 0.008138417266309261, -0.026025447994470596, 0.005409825127571821, 0.0035956210922449827, 0.02028411068022251, 0.017384300008416176, 0.017981749027967453, -0.0033296835608780384, -0.043628327548503876, 0.008932586759328842, -0.00125773879699409, 0.030513599514961243, 0.003386149648576975, -0.035759489983320236, 0.01683056727051735, 0.013668459840118885, 0.0025482643395662308, -0.08189418911933899, -0.01942436769604683, -0.009515463374555111, 0.014535489492118359, 0.013566456735134125, 0.009253168478608131, -0.02672489918768406, 0.039256751537323, 0.0021366076543927193, 0.015795961022377014, -0.0068196579813957214, -0.01626226119697094, -0.005377038381993771, 0.005606546066701412, -0.007041879929602146, -0.0021475364919751883, -0.009675754234194756, -0.0027686646208167076, -0.002510013058781624, 0.03710010647773743, -0.016903426498174667, 0.005613831803202629, 0.015154795721173286, -0.02085241675376892, 0.007708545308560133, 0.00835699588060379, -0.03468116745352745, 0.031737640500068665, 0.007817834615707397, -0.007202171254903078, 0.001322401687502861, -0.0233150701969862, 0.028094660490751266, -0.02442253567278385, -0.006109277252107859, -0.015708528459072113, -0.038877882063388824, -0.029624711722135544, 0.025355139747262, -0.02920212596654892, 0.016116542741656303, 0.023227639496326447, -0.011759539134800434, -0.01151910237967968, -0.0019326007459312677, -0.02465568669140339, -0.011752252466976643, 0.024728545919060707, -0.014484487473964691, -0.01377046387642622, 0.001244077575393021, 0.014120189473032951, 0.0024699403438717127, 0.010703074745833874, 0.027234917506575584, -0.008298708125948906, 0.021610155701637268, 0.0024152956902980804, -0.02574858069419861, 0.004360646940767765, -0.00024817799567244947, -0.011708537116646767, -0.0008847886929288507, 0.042608290910720825, 0.011599247343838215, 0.0040983520448207855, -0.03564291447401047, -0.014899787493050098, 0.025194847956299782, -0.01825861446559429, -0.0026138380635529757, 0.01894349418580532, -0.019730377942323685, 0.011730395257472992, -0.0034735812805593014, -0.010069196112453938, -0.021872451528906822, -0.005562830250710249, 0.021245857700705528, -0.020021816715598106, -0.006961734499782324, -0.014280480332672596, -0.006633866112679243, 0.003546440741047263, 0.03538062050938606, 0.023708513006567955, 0.005107457749545574, -0.00026844206149689853, 0.022397039458155632, -0.01942436769604683, 0.00405463669449091, 0.02279048226773739, 0.0149653609842062, -0.035672057420015335, 0.0052568200044333935, 0.022907057777047157, -0.005442611873149872, 0.020313255488872528, -0.0066229370422661304, -0.003510011127218604, -0.038557298481464386, 0.006047346629202366, -0.07577397674322128, 0.031213050708174706, 0.004171211738139391, -0.004462650045752525, 0.01379232108592987, -0.0116575350984931, -0.01511108037084341, -0.024203957989811897, 0.007420749869197607, 0.02794894017279148, -0.020182108506560326, -0.006692153867334127, -0.011963545344769955, 0.0052932496182620525, -0.007020022254437208, -0.032990824431180954, 0.00562840374186635, -0.005071027670055628, 0.008786867372691631, 0.003508189460262656, -0.003981777001172304, 0.0014462629333138466, 0.006863373797386885, 0.012488135136663914, -0.010520925745368004, -0.0024025451857596636, 0.0019162073731422424, 0.022499043494462967, -0.010979941114783287, -0.010542783886194229, 0.014834214001893997, -0.051817744970321655, 0.002091070404276252, 0.03704181686043739, 0.006932590622454882, -0.030775893479585648, 0.006666652858257294, 0.026491748169064522, 0.028939832001924515, 0.035468049347400665, -0.0034972606226801872, -0.028692109510302544, 0.0004877039173152298, -0.004644799046218395, -0.02008010447025299, -0.006455359980463982, 0.003959918860346079, 0.006316926795989275, 0.012291413731873035, -0.004859735257923603, 0.0335737019777298, 0.011023656465113163, 0.009362458251416683, -0.017136577516794205, -0.013981756754219532, -0.0048998077400028706, 0.012604709714651108, 0.0021766803693026304, -0.01703457348048687, 0.010950797237455845, 0.03762469440698624, 0.0196283757686615, 0.02303820475935936, 0.003366113407537341, -0.008910728618502617, -0.019438941031694412, 0.004349717870354652, -0.000785062147770077, 0.013850608840584755, -0.02826952375471592, -0.003193071810528636, -0.01719486527144909, 0.011744966730475426, 0.006360642611980438, -0.0009462640155106783, -0.01939522475004196, -0.0028542745858430862, 0.001570124295540154, -0.0009571929113008082, 0.013318734243512154, 0.038353290408849716, 0.0034098289906978607, -0.009202167391777039, -0.0028961689677089453, 0.03427315503358841, 0.0062768543139100075, -0.006604722235351801, 0.03042616695165634, 0.01034606248140335, -0.002111106878146529, -0.013282304629683495, 0.023577366024255753, -0.0010692145442590117, -0.008415283635258675, -0.002695804927498102, 0.005435325670987368, -0.019322365522384644, 0.014899787493050098, 0.014593777246773243, 0.02949356473982334, -0.008291422389447689, 0.008765009231865406, -0.007970839738845825, -0.0006739512318745255, -0.0214935801923275, -0.0026393388397991657, -0.02587972767651081, -0.02697262167930603, -0.011417098343372345, 0.011504529975354671, 0.0159853957593441, -0.001284150406718254, -0.024509968236088753, 0.026943478733301163, -0.0225136149674654, 0.013537312857806683, -0.008473571389913559, -0.004910736810415983, -0.013850608840584755, 0.04461921751499176, -0.0007900712662376463, 0.016859710216522217, 0.00635699974372983, 0.0042367856949567795, 0.03223308548331261, 0.03304911404848099, -0.006717654876410961, -0.013595600612461567, 0.010870651341974735, 0.01180325448513031, -0.008269564248621464, 0.007519110105931759, 0.002304184716194868, -0.011912544257938862, -0.0074826804921031, -0.0038032708689570427, -0.01569395698606968, 0.012932578101754189, 0.020313255488872528, 0.0861491858959198, 0.014557347632944584, -0.015446234494447708, -0.0027012694627046585, -0.0017568269977346063, -0.005795980803668499, 0.0270891971886158, 0.010703074745833874, 0.008407996967434883, -0.022863341495394707, 0.03022216074168682, 0.00021117897995281965, -0.025209419429302216, -0.03447715938091278, -0.012706713750958443, 0.0009644788806326687, -0.001046445919200778, -0.0012322379043325782, 0.0019052784191444516, -0.01828775927424431, 0.01857919618487358, -0.013551885262131691, 0.007540968246757984, 0.007985412143170834, -0.0062914262525737286, -0.005781408865004778, 0.01739887148141861, -0.02121671475470066, -0.0015646597603335977, -0.05094343051314354, 0.0007613827474415302, -0.009318741969764233, -0.04595983400940895, -0.02117299847304821, -0.018928922712802887, -0.011497244238853455, -0.002967206994071603, -0.026316886767745018, 0.0214935801923275, -0.008568288758397102, -0.01994895748794079, 0.004542795941233635, -0.033486269414424896, -0.013449881225824356, 0.008167560212314129, -0.00034744921140372753, 0.0033205761574208736, -0.010914367623627186, -0.03479774296283722], \"94884f01-ae4f-475a-b398-f39911b10fc9\": [-0.00023307331139221787, 0.016306191682815552, 0.035527609288692474, -0.04318348318338394, -0.04187572002410889, 0.015747668221592903, -0.0035180235281586647, -0.01266897190362215, -0.026686575263738632, -0.03776170685887337, 0.03236717730760574, -0.0008556664106436074, 0.012655348517000675, 0.012430576607584953, 0.018744628876447678, 0.0198753010481596, 0.017273392528295517, -0.012805197387933731, 0.005684008821845055, -0.01710992306470871, -0.007948758080601692, -0.012478255666792393, -0.03509168699383736, -0.007247196510434151, -0.029942365363240242, 0.006821491755545139, 0.029043275862932205, -0.029560932889580727, -0.008119040168821812, -0.011899297125637531, 0.004849627614021301, -0.017709314823150635, -0.019521113485097885, -0.02027035504579544, -0.008473225869238377, -0.004856439307332039, -0.03111390396952629, -0.029479198157787323, 0.016932830214500427, 0.0009510242962278426, 0.0253379438072443, 0.005738499108701944, -0.03849732503294945, 0.0027449438348412514, 0.006021167151629925, 0.015965629369020462, -0.011041076853871346, -0.032939326018095016, -0.04190296307206154, 0.006933878175914288, 0.008806978352367878, 0.04438226670026779, -0.044246044009923935, -0.002755160676315427, -0.01637430489063263, -0.007247196510434151, 0.01892172172665596, 0.0037462012842297554, 0.007213140372186899, -0.02552865818142891, 0.017164412885904312, 0.019303154200315475, -0.012137692421674728, -0.020433824509382248, -0.03302106261253357, 0.002329456154257059, -0.010026196949183941, -0.004141255281865597, -0.012614481151103973, -0.012151314876973629, 0.008984072133898735, 0.001080438494682312, 0.022953996434807777, -0.004536309279501438, 0.002050193725153804, -0.009501728229224682, -0.016537776216864586, -0.019861677661538124, -0.016387928277254105, -0.009072618559002876, 0.026128051802515984, -0.01399035844951868, -0.017341505736112595, 0.02266792394220829, 0.008105417713522911, 0.03228544443845749, 0.001324792974628508, 0.025051869451999664, 0.01968458481132984, 0.00236862082965672, -0.012920988723635674, 0.0007594571798108518, 0.00698836799710989, 0.022477207705378532, 0.025106359273195267, -0.005741904955357313, 0.011320339515805244, 0.02279052697122097, -0.010904851369559765, 0.0022579375654459, -0.018812742084264755, -2.0673283870564774e-05, -0.04672534763813019, -0.03223095461726189, -0.020447447896003723, -0.01708267815411091, 0.02306297793984413, -0.014848579652607441, 0.022123022004961967, -0.016633134335279465, -0.006664832588285208, 0.027381325140595436, 0.011286282911896706, 0.001230286550708115, -0.00030352745670825243, 0.010584721341729164, 0.002957796212285757, -0.01603374071419239, 0.005275332368910313, -0.020679030567407608, 0.017682069912552834, 0.026032693684101105, 0.04269307106733322, -0.019153304398059845, -0.011293093673884869, -0.03059624694287777, -0.006477522663772106, 0.00914073083549738, -0.0032489781733602285, -0.02386670745909214, 0.03405637666583061, 0.006419626530259848, 0.017341505736112595, -0.01181075070053339, -0.021605364978313446, -0.008132662624120712, 0.013104893267154694, 0.001477195299230516, -0.013745153322815895, -0.04604421928524971, 0.01796814426779747, 0.017041809856891632, -0.008575395680963993, 0.010455307550728321, -0.010829927399754524, -0.00373598444275558, 0.015570574440062046, 0.04002305120229721, 0.015379859134554863, -0.021618986502289772, -0.013288797810673714, 0.034819237887859344, -0.0005057371454313397, 0.01223986130207777, -0.014984805136919022, 0.0247249286621809, -0.005241276230663061, 0.01181075070053339, -0.006937283556908369, 0.009058996103703976, 0.026073560118675232, 0.03084145300090313, 0.018077123910188675, 0.016197212040424347, 0.015706799924373627, 0.02509273774921894, 0.00025989272398874164, 0.003586136270314455, 0.02653672732412815, 0.017804672941565514, 0.019344020634889603, 0.008963637985289097, -0.00699517922475934, 0.015502462163567543, -0.00941318180412054, 0.022722413763403893, 0.014971182681620121, 0.012743895873427391, -0.02604631520807743, 0.0037734464276582003, -0.007901079021394253, -0.0002777723129838705, 0.016823848709464073, 0.026768309995532036, -0.012948233634233475, 0.0030463426373898983, 0.01013517752289772, -0.016101853922009468, 0.006378759164363146, 0.011190924793481827, 0.00982866995036602, -0.00044784133206121624, -0.028144188225269318, -0.0035180235281586647, -0.6381891965866089, 0.004199150949716568, 0.016782982274889946, -0.03296657279133797, -0.010067064315080643, 0.02939746342599392, 0.011197736486792564, 0.019371265545487404, -0.00033460388658568263, 0.04435502365231514, 0.018744628876447678, 0.008418736048042774, 0.007124593481421471, -0.02024311013519764, -0.019793564453721046, -0.029342973604798317, 0.027721889317035675, -0.022967619821429253, 0.006732945330440998, 0.017178036272525787, -0.014276432804763317, 0.032612383365631104, -0.012559991329908371, -0.009208844043314457, 0.02734045870602131, 0.007914701476693153, 0.011170490644872189, 0.002102981088683009, 0.013690662570297718, 0.03517342358827591, -0.013459078967571259, -0.014276432804763317, 0.014971182681620121, 0.018485799431800842, 0.05176569148898125, 0.005394530016928911, -0.014984805136919022, 0.008977260440587997, 0.013329665176570415, 0.031658805906772614, -0.004594204947352409, -0.016851093620061874, 0.013895001262426376, -0.009651577100157738, -0.0017658229917287827, 0.003770040813833475, 0.041112855076789856, 0.007008802145719528, -0.016973696649074554, 0.010448495857417583, 0.00226985733024776, -0.010891228914260864, 0.012621292844414711, -0.005976893939077854, -0.0022783714812248945, -0.012757518328726292, 0.019834432750940323, -0.008459603413939476, -0.0012932908721268177, 0.0072267628274858, 0.010387194342911243, -0.0038313420955091715, -0.013152572326362133, -0.022381849586963654, -0.023539766669273376, 0.02002514898777008, -0.013329665176570415, -0.014031226746737957, -0.01409933902323246, -0.04173949360847473, -0.004093576222658157, 0.012144503183662891, -0.018690139055252075, 0.0006811274797655642, 0.010591533035039902, 0.017246147617697716, 0.04481818899512291, -0.03560934588313103, 0.017777428030967712, 0.015720423310995102, 0.008616263046860695, -0.006337891332805157, -0.026700198650360107, -0.021183066070079803, 0.03321177512407303, 0.0027568635996431112, 0.004161688964813948, -0.018540291115641594, 0.018485799431800842, -0.02685004658997059, 0.010455307550728321, -0.01259404793381691, -0.017736559733748436, -0.008473225869238377, 0.015952005982398987, 0.03648119047284126, 0.004141255281865597, 0.0031876766588538885, -0.0031570259016007185, -0.02672744356095791, -0.019739074632525444, -0.01217855978757143, -0.015992874279618263, 0.023389918729662895, 0.020542806014418602, 0.010666457004845142, -0.003923294600099325, 0.007574137765914202, 0.03348422795534134, -0.01975269801914692, 0.0037189561408013105, -0.017218902707099915, 0.01434454508125782, -0.011967410333454609, -0.00036206183722242713, -0.03427433595061302, 0.04024101421236992, -0.0008863171678967774, -0.0058713192120194435, -0.02364874631166458, 0.0071586500853300095, 0.016905585303902626, 0.017368750646710396, -0.023389918729662895, -0.006286806892603636, -0.02159174159169197, -0.025242585688829422, -0.00358954188413918, 0.008841034956276417, 0.017150791361927986, 0.005367284640669823, 0.017178036272525787, 0.031658805906772614, -0.014181074686348438, 0.021618986502289772, -0.003950539510697126, 0.0004354958946350962, -0.011000209487974644, 0.021087707951664925, -0.036971598863601685, -0.014194697141647339, -0.017763804644346237, 0.024929266422986984, -0.013820077292621136, -0.01006025355309248, -0.01151786558330059, 0.0007041155477054417, -0.00915435329079628, -0.005489887669682503, 0.01683747209608555, 0.0006138661410659552, -0.014971182681620121, -0.012355652637779713, 0.004440951161086559, -0.0070156133733689785, -0.02217751182615757, -0.0029714186675846577, -0.012491878122091293, -0.015979250892996788, -0.007901079021394253, -0.026400502771139145, 0.02318558096885681, -0.017218902707099915, 0.0004016523598693311, -0.02027035504579544, -0.008929581381380558, -0.0016610997263342142, 0.006385570392012596, -0.04173949360847473, -0.003320496529340744, -0.004301320295780897, 0.020447447896003723, -0.018758252263069153, 0.0029952581971883774, 0.009270145557820797, 0.031658805906772614, -0.010128365829586983, -0.02183694764971733, 0.013697474263608456, -0.008452792651951313, 0.002126820618286729, 0.006865765433758497, 0.01150424312800169, -0.009120297618210316, 0.04217541590332985, 0.017300639301538467, 0.00679765222594142, 0.032884836196899414, -0.028934296220541, 0.016074609011411667, 0.021945927292108536, 0.01409933902323246, -0.007008802145719528, -0.003317090915516019, -0.020202241837978363, 0.012553179636597633, -0.004832599777728319, -0.00125753169413656, 0.005864507984369993, 0.012777951546013355, 0.028307659551501274, 0.022436339408159256, 0.006824897602200508, -0.025324320420622826, -0.004114009905606508, -0.025242585688829422, -0.010387194342911243, -0.010714135132730007, -0.0018186104716733098, 0.012096824124455452, -0.0022902912460267544, -0.00039718247717246413, -0.003259195014834404, -0.006763596087694168, 0.015148275531828403, 0.015107408165931702, -0.0034686417784541845, 0.013336476869881153, 0.0028828722424805164, -0.015611442737281322, 0.004423923324793577, -0.021264800801873207, 0.0193167757242918, 0.017586711794137955, -0.02217751182615757, 0.024874776601791382, -0.005084616597741842, -0.012764329090714455, -0.03035104088485241, -0.0446002297103405, -0.016319815069437027, 0.00012270937440916896, 0.005966676864773035, 0.0024248138070106506, 0.007662684191018343, 0.02131929062306881, 0.008323377929627895, -0.0019854865968227386, 0.020352089777588844, -0.003116158302873373, 0.009120297618210316, 0.023117467761039734, 0.013281986117362976, -0.03130462020635605, 0.010353137739002705, 0.02438436448574066, 0.0093246353790164, 0.0016713165678083897, -0.012559991329908371, 0.01379283145070076, -0.00741747859865427, 0.007029235828667879, -0.006290212273597717, 0.011041076853871346, 0.026373255997896194, -0.038197629153728485, 0.020079638808965683, 0.017804672941565514, 0.015952005982398987, 0.01640154980123043, 0.009494917467236519, -0.0046623176895082, -0.01205595675855875, 0.0025320914573967457, 0.044191550463438034, 0.02800796367228031, -0.01968458481132984, -0.02076076529920101, -0.02171434462070465, -0.0037666349671781063, -0.008139473386108875, -0.02516084909439087, -0.045690033584833145, 0.01399035844951868, 0.018349574878811836, 0.014780466444790363, 0.011136434972286224, 0.022041285410523415, 0.015502462163567543, -0.00717227254062891, -0.022531697526574135, 0.013309231027960777, 0.008023682050406933, 0.019670961424708366, 0.0015887299086898565, -0.01999790407717228, -0.03353871777653694, -0.010428061708807945, -0.013513569720089436, 0.0014661269960924983, -0.018499422818422318, 0.010516609065234661, 0.0059326207265257835, -0.012553179636597633, -0.029451953247189522, 0.03225819766521454, 0.01581578142940998, -0.012403331696987152, -0.025787487626075745, -0.011708581820130348, 0.027626531198620796, -0.015189142897725105, -0.012273917905986309, 0.014126583933830261, 0.02220475673675537, -0.0006892158999107778, -0.014725976623594761, -0.008929581381380558, 0.0016168263973668218, -0.026959026232361794, 0.018009010702371597, -0.022313736379146576, -0.014262809418141842, -0.0031757568940520287, 0.01254636887460947, -0.005122078582644463, -0.006460494361817837, -0.0187037605792284, 0.04168500378727913, 0.022313736379146576, -0.007805721368640661, -0.014780466444790363, -0.037244051694869995, 0.039151210337877274, 0.02847112901508808, 0.01167452521622181, -0.01735512912273407, 0.015843026340007782, -0.0020433824975043535, 0.003143403446301818, -0.01625170186161995, -0.027844492346048355, 0.0004925403045490384, -0.011715392582118511, 0.0011911217588931322, -0.006910038646310568, 0.014426280744373798, 0.018499422818422318, -0.009127108380198479, 0.001550416462123394, -0.0038415591698139906, -0.028334904462099075, 0.009733311831951141, -0.03765272721648216, -0.007587760221213102, 0.006535418331623077, 0.02792622707784176, 0.05130252242088318, 0.010843549855053425, 0.03961437568068504, 0.006307240575551987, -0.001895237248390913, 0.006409409921616316, -0.019003456458449364, -0.007512836251407862, 0.012335219420492649, 0.030487267300486565, 0.0096583878621459, 0.006266373209655285, 0.04479094594717026, 0.017368750646710396, -0.0009007911430671811, 0.001748794806189835, -0.008718431927263737, 0.02073352038860321, 0.029479198157787323, 0.010959341190755367, -0.0024503562599420547, 0.016456039622426033, 0.005261709913611412, 0.029261237010359764, 0.017000941559672356, 0.0005649101221933961, 0.014140207320451736, -0.010843549855053425, 0.0008735459996387362, -0.0063412971794605255, 0.0003222584491595626, 0.004720213357359171, -0.019289530813694, 0.012961856089532375, 0.013152572326362133, -0.004440951161086559, -0.0433197095990181, -0.019943412393331528, -0.021605364978313446, 0.005980299320071936, 0.009610708802938461, -0.006794246844947338, -0.008207586593925953, -0.001721549779176712, -0.0019463218050077558, -0.0074242898263037205, 0.005425180308520794, 0.006327674258500338, 0.0008786544785834849, -0.019289530813694, -0.018077123910188675, 0.011585978791117668, 0.011892486363649368, 0.012805197387933731, -0.019643716514110565, -0.003926699981093407, 0.013445456512272358, -0.021700721234083176, -0.03424708917737007, -0.015652310103178024, -0.025937335565686226, -0.0045431205071508884, 0.006623964756727219, 0.023212825879454613, -0.016674000769853592, 0.0019139682408422232, 0.030541757121682167, -0.003950539510697126, -0.016415173187851906, 0.010904851369559765, -0.0041037932969629765, 0.00984229240566492, 0.0026444774121046066, -0.01359530445188284, 0.033157285302877426, -0.006589908618479967, -0.019670961424708366, 0.02653672732412815, 0.03059624694287777, 0.008691187016665936, 0.0014763438375666738, 0.013711096718907356, 0.006382164545357227, 0.002823273418471217, 0.010829927399754524, 0.0012456119293347, 0.0032574923243373632, 0.007955568842589855, -0.009726501069962978, 0.00466912891715765, 0.00710415979847312, -0.004682751372456551, 0.000353973446181044, 0.01652415283024311, 0.02254532091319561, -0.007145027630031109, -0.007444723509252071, 0.0025133604649454355, -0.010543853975832462, 0.041112855076789856, 0.001620232011191547, -0.011041076853871346, 0.008820600807666779, 0.010107931680977345, -0.028634600341320038, -0.003994812723249197, -0.0036883053835481405, -0.014399034902453423, -0.008337000384926796, -0.04176673665642738, -0.024779418483376503, -0.02061091735959053, -0.01858115755021572, 0.0031076441518962383, 0.01482133474200964, 0.007839777506887913, 0.008950015529990196, -0.008445980958640575, -0.013554437085986137, 0.0026087183505296707, -0.025228962302207947, -0.013608927838504314, -0.041848473250865936, -0.03476474806666374, 0.0016806820640340447, 0.009637953713536263, 0.042093679308891296, 0.02205490879714489, 0.004321753978729248, -0.013574871234595776, -0.00730168679729104, 0.0034056375734508038, -0.01659226603806019, 0.009494917467236519, -0.002353295451030135, 0.045444827526807785, 0.005016503855586052, 0.030759718269109726, 0.006174420937895775, 0.015774913132190704, -0.008445980958640575, -0.0021710938308387995, 0.019739074632525444, -0.013057214207947254, -0.000933996110688895, -0.03926018998026848, 0.01236246433109045, 0.006521795876324177, 0.025256207212805748, 0.0008501322590745986, -0.009372314438223839, -0.009297390468418598, 0.01495756022632122, -0.015584196895360947, -0.0016926018288359046, -0.04479094594717026, -0.03318453207612038, -0.0021217120811343193, 0.01836319826543331, -0.0031995964236557484, -0.0037155505269765854, -0.02966991439461708, -0.01671486906707287, 0.020379334688186646, 0.01471235416829586, 0.03560934588313103, -0.010475740768015385, 0.022136643528938293, 0.015652310103178024, 0.018635649234056473, 0.0005202111206017435, -0.002770486054942012, -0.001340118353255093, -0.0030020694248378277, -0.023907575756311417, -0.021864192560315132, 0.016456039622426033, 0.0090317502617836, 0.035037197172641754, 0.005449019838124514, -0.022191133350133896, -0.02070627547800541, -0.016415173187851906, -0.008439169265329838, 0.005476265214383602, 0.0026870479341596365, -0.013534003868699074, 0.0023584039881825447, -0.015734044834971428, -0.027694644406437874, 0.008493660017848015, 0.0198753010481596, 0.030977679416537285, 0.0015427537728101015, 0.005895158741623163, -0.01772293820977211, 0.002210258739069104, -0.0005500104743987322, -0.014644240960478783, 0.021019594743847847, 0.00482919393107295, 0.030569002032279968, -0.021155819296836853, 0.019057948142290115, -0.030677983537316322, -0.004863250534981489, 0.009242899715900421, 0.004314942751079798, 0.016319815069437027, 0.00915435329079628, 0.0013537409249693155, -0.010264591313898563, 0.006242533680051565, -0.03184952214360237, -0.007029235828667879, -0.037271298468112946, 0.015352614223957062, 0.01943937875330448, 0.0019940007477998734, 0.01664675585925579, 0.004927957430481911, -0.020079638808965683, -0.0042263963259756565, -0.024043800309300423, 0.004788326099514961, 0.001272857072763145, -0.007213140372186899, -0.028634600341320038, 0.013499947264790535, -0.008125850930809975, 0.030895942822098732, -0.0030565597116947174, 0.0025286858435720205, 0.0016261918935924768, 0.0019701612181961536, -0.026959026232361794, 0.005411557853221893, 0.02847112901508808, 0.026441369205713272, -0.027626531198620796, 0.023308182135224342, 0.029261237010359764, 0.016360683366656303, -0.001361403614282608, -0.0021166037768125534, 0.0033273077569901943, 0.031958501785993576, -0.003916482906788588, -0.010550664737820625, 0.013540814630687237, 0.008861469104886055, -0.009058996103703976, 0.009113485924899578, -0.012212616391479969, -0.018880853429436684, 0.010210101492702961, -0.0032574923243373632, 0.015516084618866444, 0.0012107040965929627, -0.02798071689903736, -0.021727968007326126, 0.0053400397300720215, 0.0056976317428052425, -0.018853608518838882, -0.01980718784034252, 0.006961123086512089, -0.01483495719730854, 0.00740385614335537, 0.0033136853016912937, -0.01399035844951868, 0.016578642651438713, 0.01713716797530651, -0.014848579652607441, -0.006181232165545225, 0.009665199555456638, -0.033157285302877426, 0.030541757121682167, -0.019466623663902283, 0.0025763646699488163, -0.031740542501211166, 0.022123022004961967, -0.004580582492053509, -0.011068321764469147, -0.0010174341732636094, -0.01794089749455452, -0.033647697418928146, -0.013302420265972614, 0.0038449647836387157, 0.008268888108432293, 0.0017104814760386944, -0.001324792974628508, 0.020256731659173965, -0.022381849586963654, 0.013554437085986137, -0.02033846639096737, -0.022068530321121216, -2.382616003160365e-05, -0.0434286892414093, 0.02616891823709011, 0.015298123471438885, -0.009746934287250042, -0.009944461286067963, -0.03010583482682705, 0.02712249755859375, -0.01581578142940998, -0.019085193052887917, -0.019371265545487404, 0.019303154200315475, 0.007615005597472191, -0.021918682381510735, -0.0017573089571669698, 0.002443544799461961, -0.016088232398033142, -0.004519280977547169, 0.002579770516604185, 0.012675782665610313, -0.013499947264790535, 0.0036576546262949705, -0.007853399962186813, 0.003134889295324683, 0.02690453641116619, -0.0033034684602171183, -0.001559781958349049, -0.018608402460813522, -0.007921513170003891, -0.02776275761425495, 0.005973488092422485, 0.0008812086889520288, 0.04239337518811226, 0.01784554123878479, -0.023975687101483345, -0.022109398618340492, 0.0017539033433422446, -0.03977784514427185, -0.019207796081900597, -0.016633134335279465, 0.016687624156475067, 0.04479094594717026, 0.025624016299843788, -0.006089279893785715, 0.043728385120630264, 0.006004138849675655, 0.04285654053092003, -0.04942261055111885, 0.007192706223577261, 0.010366760194301605, -0.007662684191018343, 0.016360683366656303, 0.006818086374551058, -0.03035104088485241, 0.006399192847311497, 0.012519123032689095, 0.013608927838504314, 0.020406579598784447, 0.0018441526917740703, 0.015243633650243282, -0.011299905367195606, -0.016169967129826546, 0.006382164545357227, 0.008411924354732037, 0.003034423105418682, 0.028852561488747597, -0.024738550186157227, -0.0010940610663965344, 0.02070627547800541, 0.012389709241688251, -0.00022519778576679528, 0.030541757121682167, -0.011538299731910229, -0.01809074729681015, 0.0017590117640793324, -0.01018285658210516, 0.004927957430481911, -0.010707324370741844, -0.003729172982275486, -0.00926333386451006, 0.01606098562479019, -0.0011528083123266697, 0.03765272721648216, -0.013104893267154694, 0.00061046052724123, 0.007832965813577175, 0.003134889295324683, 0.0004218733520247042, 0.019303154200315475, 0.01757309027016163, -0.007812532596290112, 0.008357434533536434, -0.031713295727968216, 0.01901707984507084, -0.0002271134580951184, -0.01254636887460947, -0.0002392460301052779, -0.008330189622938633, -0.019820809364318848, 0.005663575138896704, -0.0044920360669493675, -0.025256207212805748, 0.0028266790322959423, 0.005234465003013611, 0.01830870658159256, -0.008609451353549957, -0.03705333545804024, -0.0090317502617836, -0.013132138177752495, 0.001009771483950317, -0.006072251591831446, 0.002814759500324726, -0.023757727816700935, -0.000459335366031155, -0.005101644899696112, 0.019820809364318848, -0.020992349833250046, 0.20281252264976501, -0.014903069473803043, -0.004175311420112848, 0.03351147472858429, 0.004795137792825699, -0.005844073835760355, 0.006930472329258919, -0.016755737364292145, -0.02776275761425495, 0.01772293820977211, -0.007615005597472191, 0.016142722219228745, -0.0325034037232399, -0.004069736693054438, -0.0017981765558943152, -0.032884836196899414, -0.02146913856267929, -0.01392905693501234, -0.01018285658210516, -0.004481818992644548, -0.0018901288276538253, -0.01618358865380287, -0.025474168360233307, -0.002847112948074937, 0.025937335565686226, -0.01018285658210516, 0.002242612186819315, 0.012539557181298733, 0.026713820174336433, 0.009985329583287239, -0.020529182627797127, -0.019085193052887917, 0.0007807423826307058, 0.0007347663049586117, -0.03560934588313103, -0.025474168360233307, 0.012273917905986309, -0.0026240437291562557, 0.002329456154257059, 0.00976736843585968, 0.004985853098332882, -0.006736351177096367, 0.0024980350863188505, -0.023539766669273376, 0.007328931707888842, 0.014276432804763317, -0.008943203836679459, 0.0027006706222891808, 0.02202766388654709, 0.018989834934473038, -0.018717383965849876, 0.0014567613834515214, 0.02264067903161049, -0.0029986638110131025, 0.011252226307988167, -0.01671486906707287, 0.024152781814336777, 0.026223408058285713, 0.0034465051721781492, 0.014548883773386478, -0.0076899295672774315, 0.029506443068385124, 0.0026972650084644556, -0.00036333894240669906, -0.01434454508125782, 0.02310384437441826, -0.03160431608557701, 0.0011213060934096575, 0.037462010979652405, -0.027204232290387154, 0.0017130356281995773, 0.0045226868242025375, 0.0045737712644040585, 0.02920674718916416, 0.002194933360442519, -0.02039295807480812, 0.022041285410523415, 0.04405532777309418, 0.013138949871063232, 0.018172482028603554, -0.03672639653086662, 0.005411557853221893, -0.027204232290387154, -0.015189142897725105, -0.026672953739762306, -0.03686261922121048, 0.03141359984874725, -0.022191133350133896, -0.006579691544175148, -0.01210363581776619, -5.4756266763433814e-05, -0.009971706196665764, -0.016674000769853592, 0.010400816798210144, -0.010509797371923923, 0.019521113485097885, -0.0066682384349405766, 0.018226971849799156, -0.024493344128131866, -0.013104893267154694, -0.029806138947606087, 0.03517342358827591, -0.0003290697350166738, 0.0006866616895422339, -0.005380907095968723, -0.02027035504579544, 0.00740385614335537, -0.0006768704624846578, -0.014044849202036858, -0.002688750857487321, -0.008098606020212173, -0.049531590193510056, 0.018485799431800842, -0.012430576607584953, 0.020556427538394928, 0.01845855452120304, -0.001852666842751205, 0.0038653984665870667, 0.003906266298145056, -0.0055443779565393925, -0.016905585303902626, -0.01769569329917431, -0.0006619708146899939, -0.003378392430022359, 0.010829927399754524, -0.017763804644346237, -0.02558314800262451, 0.005510321352630854, 0.00025989272398874164, -0.028280414640903473, 0.002750052371993661, -0.009746934287250042, 0.012539557181298733, -0.014371789991855621, -0.021387403830885887, 0.006024572532624006, -0.0012379492400214076, -0.008990882895886898, -0.006038195453584194, 0.0007560515077784657, 0.00920203235000372, -0.014930314384400845, 0.015093785710632801, -0.01423556450754404, 0.010673267766833305, 0.002264749025925994, -0.016306191682815552, 0.014657863415777683, -0.020352089777588844, -0.003787068882957101, -0.025419678539037704, -0.01019647903740406, 0.01738237403333187, -0.02193230576813221, -0.0031672429759055376, -0.006583097390830517, 0.013642983511090279, -0.041576024144887924, 0.02389395236968994, 0.006879387889057398, -0.020297599956393242, 0.02749030664563179, 0.013513569720089436, 0.0030020694248378277, -0.02751755155622959, -0.04457298293709755, -0.17393271625041962, 0.01683747209608555, 0.0053093889728188515, -0.04075866937637329, 0.016224456951022148, -0.0043387822806835175, -0.0018765062559396029, 0.010101120918989182, 0.0017164413584396243, -0.03400188311934471, 0.004396677948534489, -0.028852561488747597, -0.02144189365208149, -0.0048394110053777695, -0.018376819789409637, -0.0008948312606662512, -0.014385412447154522, 0.012021900154650211, 0.03645394369959831, 0.008234831504523754, 0.039396416395902634, -0.03272136673331261, 0.0020740332547575235, 0.012015089392662048, 0.004066331312060356, 0.01409933902323246, 0.01260767038911581, 0.004689563065767288, -0.031168393790721893, -0.03996856138110161, -0.0036542490124702454, 0.0014627212658524513, 0.03571832552552223, 0.01176307164132595, 0.002477601170539856, 0.005745310336351395, 0.03086869791150093, 0.023335428908467293, -0.00705648073926568, -0.00352142914198339, 0.0005602273740805686, 0.022776903584599495, -0.015161897987127304, 0.02310384437441826, 0.025910090655088425, 0.03201299160718918, 0.012764329090714455, -0.0055750287137925625, 0.013125326484441757, -0.03836110234260559, 0.01904432475566864, -0.02847112901508808, 0.002034868346527219, 0.018567536026239395, 0.02082887850701809, -0.002457167487591505, -0.010748191736638546, 0.007955568842589855, -0.0040527088567614555, -0.012832442298531532, 0.003947133664041758, -0.024248139932751656, 0.0007547744316980243, 0.004488630220293999, -0.008623073808848858, -0.0060143559239804745, 0.00741066737100482, -0.006651210132986307, -0.03550036624073982, 0.0018696950282901525, 0.00244184210896492, -0.019861677661538124, -0.016347059980034828, -0.005970082711428404, -0.009985329583287239, 0.02401655539870262, -0.024738550186157227, 0.004628261551260948, 0.0002882020780816674, 0.0011034265626221895, -0.01720528118312359, 0.012396520934998989, -0.03157706931233406, 0.009603898040950298, -0.004744052886962891, 0.0034805615432560444, -0.006600125692784786, -0.005500104743987322, 0.005643141455948353, -0.016101853922009468, 0.026454992592334747, -0.022477207705378532, 0.004219584632664919, -0.006068846210837364, -0.009011317044496536, 0.016510531306266785, 0.034083619713783264, -0.004658912308514118, 0.011790317483246326, -0.0036917109973728657, -0.0030991302337497473, 0.004168500192463398, -0.008234831504523754, -0.010782248340547085, 0.014044849202036858, 0.01242376584559679, 0.022599810734391212, -0.017096299678087234, 0.03547311946749687, -0.029043275862932205, -0.029969610273838043, 0.006348108407109976, -0.00043570876005105674, 0.015325368382036686, -0.0015180628979578614, 0.012716650031507015, -0.012519123032689095, -0.023212825879454613, 0.022000418975949287, -0.048795975744724274, 0.04942261055111885, -0.012021900154650211, -0.006538824178278446, 0.02183694764971733, -0.0005793840973637998, 0.0034345854073762894, -0.09977155923843384, -0.01757309027016163, 0.002911820076406002, 0.007642250508069992, 0.010823115706443787, 0.01894896663725376, -0.005002881400287151, 0.04776066169142723, -0.007669495884329081, 0.01399035844951868, -0.03108665905892849, -0.003339227521792054, -0.003347741672769189, -0.023335428908467293, 0.0022902912460267544, 0.00461463863030076, -0.001003811601549387, 0.012614481151103973, 0.013574871234595776, 0.05721471086144447, 0.014249186962842941, -0.007798909675329924, 0.00509823951870203, -0.016728490591049194, -0.013697474263608456, 0.025787487626075745, -0.026318766176700592, 0.020256731659173965, 0.007826155051589012, 0.002814759500324726, 0.011088755913078785, -0.009426804259419441, 0.008343812078237534, -0.01701456494629383, 0.011061511002480984, -0.008922770619392395, -0.011729015968739986, -0.015189142897725105, 0.041140101850032806, 0.003701928071677685, 0.0028947917744517326, 0.005500104743987322, 0.009127108380198479, -0.03947814926505089, 0.010768625885248184, -0.008820600807666779, -0.03569108247756958, 0.04432777687907219, -0.030242061242461205, -0.014984805136919022, -0.013322853483259678, 0.006940689403563738, -0.009419993497431278, -0.0289615411311388, 0.0301603265106678, 0.004083359148353338, 0.02036571316421032, 0.02180970273911953, -0.005040343385189772, -0.000570870004594326, 0.011177302338182926, -6.428140477510169e-05, 0.009801425039768219, 0.004379649646580219, 0.0014124881708994508, 0.009304201230406761, -0.00695090601220727, -0.008119040168821812, 0.0010634103091433644, -0.03154982626438141, -0.016537776216864586, 0.02663208544254303, -0.0019241851987317204, 0.030051345005631447, -0.03533689305186272, 0.006024572532624006, -0.006160798016935587, -0.002176202367991209, 0.019235040992498398, -0.008187152445316315, -0.009249711409211159, -0.00015080589218996465, -0.0015836214879527688, -0.01855391263961792, 0.0033494445960968733, 0.017709314823150635, 0.029288481920957565, 0.0074855913408100605, 0.0017419835785403848, -0.041603267192840576, -0.003463533241301775, 0.02917950227856636, -0.010686890222132206, -0.0046657235361635685, -0.0015853242948651314, 0.004297914449125528, -0.00907942932099104, -0.018622025847434998, 0.006739756558090448, -0.0017036701319739223, -0.021046839654445648, -0.006712511647492647, -0.029560932889580727, 0.013534003868699074, -0.010523419827222824, -0.0006798504036851227, 0.00031906567164696753, 0.014780466444790363, -0.016224456951022148, -0.0228586383163929, -0.009672010317444801, 0.010053441859781742, -0.015992874279618263, -0.006000733468681574, -0.012900554575026035, -0.01750497706234455, -0.01157916709780693, -0.02146913856267929, 0.017150791361927986, -0.004904117900878191, 0.0010429765097796917, 0.011599601246416569, -0.009086241014301777, 0.0008709917892701924, 0.01155192218720913, -0.00010105164983542636, -0.010455307550728321, -0.0023209420032799244, -0.00952216237783432, 0.01194697618484497, -0.017682069912552834, -0.02383946254849434, 0.011899297125637531, -0.019548358395695686, 0.02217751182615757, 0.035282403230667114, 0.015257256105542183, -0.015992874279618263, 0.008575395680963993, 0.015052917413413525, 0.04116734489798546, -0.025637639686465263, -0.010489363223314285, -0.015584196895360947, 0.030432777479290962, -0.009958083741366863, -0.019834432750940323, -0.03923294320702553, 0.004049303010106087, 0.005813423078507185, -0.00119027029722929, -0.007063291966915131, 0.03806140646338463, 0.00705648073926568, 0.0027057789266109467, -0.019493868574500084, -0.0034345854073762894, -0.02061091735959053, 0.013356910087168217, 0.010223723948001862, -0.015202765353024006, -0.014889447018504143, 0.04729749262332916, 0.009678822010755539, 0.0008735459996387362, -0.026863668113946915, -0.0036133814137429, -0.020134128630161285, -0.014399034902453423, 0.011592790484428406, 0.04748820886015892, -0.04841454327106476, -0.008391491137444973, 0.005670386366546154, 0.005435397382825613, 0.004059520084410906, -0.0011494026985019445, -0.019493868574500084, -0.005275332368910313, -0.0023209420032799244, 0.0003207684785593301, 0.020188618451356888, 0.019344020634889603, -0.012587236240506172, -0.016292570158839226, 0.010169233195483685, 0.02509273774921894, 3.7282418361428427e-06, -0.0037972857244312763, 0.011279471218585968, -0.004066331312060356, -0.012083201669156551, -0.013642983511090279, 0.01390181202441454, -0.022095775231719017, 0.02503824606537819, 0.022708790376782417, 0.012886932119727135, -0.03596353158354759, 0.02939746342599392, 0.008200774900615215, 0.022477207705378532, -0.0007258264813572168, 0.011865241453051567, 0.00011515311780385673, 0.015325368382036686, 0.004611233249306679, 0.0033136853016912937, -0.02721785567700863, -0.03590904176235199, 0.014194697141647339, 0.011020642705261707, 0.015121030621230602, -0.026332389563322067, -0.028552865609526634, 0.0031093470752239227, -0.008745676837861538, -0.0006219545612111688, -0.00236862082965672, -0.0026546944864094257, 0.00042251189006492496, 0.001748794806189835, -0.005033532157540321, 0.014249186962842941, 0.012580424547195435, 0.0029765272047370672, 0.01458975113928318, 0.02783086895942688, 0.00515954103320837, -0.004733836278319359, -0.0015972439432516694, 0.0044000837951898575, 0.008888714015483856, -0.004495441447943449, -0.009024939499795437, -0.014535261318087578, -0.005527349654585123, -0.013384154997766018, 0.0047270250506699085, -0.0009288876317441463, -0.019670961424708366, 0.07328931987285614, 0.026346011087298393, -0.016919206827878952, 0.016551397740840912, 0.018744628876447678, 0.010659645311534405, 0.012444199062883854, -0.002315833466127515, -0.006807869300246239, 0.0015282798558473587, 9.062188473762944e-05, 0.0021693911403417587, -0.01396311353892088, -0.017613956704735756, -0.01434454508125782, 0.014399034902453423, -0.000537239306140691, 0.01200827769935131, -0.0028062453493475914, -0.01710992306470871, 0.010571098886430264, -0.0016440715407952666, 0.019711829721927643, -0.025828354060649872, -0.009542596526443958, -0.02844388410449028, 0.020379334688186646, 0.009113485924899578, -0.009672010317444801, -0.041576024144887924, -0.001975269755348563, 0.026945404708385468, -0.042556844651699066, -0.00475426996126771, 0.003049748484045267, -0.020174996927380562, -0.0003420537104830146, -0.012389709241688251, -0.010080686770379543, -0.0041650948114693165, -0.008759299293160439, -0.004175311420112848, -0.028389394283294678, -0.02021586336195469, 0.016319815069437027, 0.023948442190885544, -0.005912186577916145, 0.005418369080871344, -0.04007754102349281], \"a419d117-8173-4fe5-b0b9-bc9eb03dec33\": [-0.009274291805922985, 0.015524066984653473, 0.020034076645970345, -0.04748223349452019, -0.029576024040579796, 0.020984256640076637, -0.013255679979920387, 0.008698830381035805, -0.016153059899806976, -0.03096783719956875, 0.008478013798594475, 0.010217780247330666, 0.027488304302096367, 0.003052955027669668, -0.015457152388989925, -0.002082700841128826, 0.0031633630860596895, -0.0002728839754126966, 0.028639227151870728, -0.011007366701960564, 0.005744574125856161, -0.01869579404592514, -0.014172402210533619, -0.009715924970805645, -0.00766166253015399, 0.009501799941062927, 0.026190171018242836, -0.03131578862667084, 0.012211820110678673, -0.014159020036458969, 0.029013946652412415, -0.007534525357186794, -0.02549426443874836, -0.01382444892078638, -0.0206630676984787, -0.014252698980271816, -0.024530703201889992, -0.013436347246170044, 0.04338708892464638, -0.000500182737596333, 0.033697932958602905, -0.003546446328982711, -0.019003599882125854, 0.0038810167461633682, -0.003426000941544771, 0.03361763432621956, -0.011201417073607445, -0.02802361734211445, -0.026926226913928986, 0.01532332506030798, 0.006811853498220444, 0.048740215599536896, -0.04012168198823929, -0.016059380024671555, -0.025748537853360176, 0.006330071948468685, -0.013744152151048183, 0.007902553305029869, 0.007387314457446337, -0.019030364230275154, 0.03942577540874481, 0.006346800830215216, -0.006601074244827032, -0.009280983358621597, -0.024396874010562897, 0.02002069354057312, -0.005925241857767105, -0.018066801130771637, -0.006480628624558449, 0.013295828364789486, 0.015671277418732643, -0.00559401698410511, 0.006192898377776146, -0.0051490385085344315, 0.0077620334923267365, -0.006032304372638464, -0.02169354446232319, -0.016273504123091698, -0.0012638396583497524, -0.02519984357059002, 0.02519984357059002, -0.019124044105410576, -0.02920130454003811, 0.02093072421848774, 0.013443038798868656, 0.006597728468477726, -0.006918916013091803, 0.0071464236825704575, 0.010405139997601509, -0.00449662609025836, -0.007936010137200356, -0.0015557523583993316, -0.011669815517961979, 0.010431905277073383, -0.0011308479588478804, 0.006226355209946632, 0.002495895139873028, 0.007989541627466679, 0.009956815280020237, -0.004881382454186678, -0.022804319858551025, -0.0024189441464841366, -0.048151373863220215, -0.01911066100001335, 0.00039688413380645216, 0.0011684871278703213, 0.03800719976425171, -0.004924876615405083, 0.0243165772408247, -0.019806567579507828, 0.005520411767065525, 0.01529655884951353, 0.01599246636033058, -0.02691284380853176, 0.008886190131306648, 0.015202878974378109, 0.00019373717077542096, -0.027916554361581802, -0.009020018391311169, -0.017504723742604256, 0.009408120065927505, 0.03388529270887375, 0.01825416088104248, -0.008732287213206291, -0.0013290809001773596, -0.00924752652645111, -0.0018434829544276, 0.0056642768904566765, -0.002044225111603737, -0.01235233899205923, 0.03958636894822121, -0.0014185785548761487, 0.03720422834157944, -0.003315592650324106, -0.020917341113090515, -0.00799623318016529, 0.021599864587187767, 0.011355319991707802, -0.026243703439831734, -0.021586483344435692, 0.01369062066078186, 0.021479420363903046, 0.0028722870629280806, 0.023098740726709366, -0.004249044228345156, 0.006259812507778406, -0.0002927491150330752, 0.026216937229037285, 0.00681519927456975, -0.014547121711075306, -0.03305555507540703, 0.020823661237955093, 0.005711116828024387, 0.013396198861300945, 0.011877249926328659, 0.029629554599523544, 0.0005131473881192505, -0.011469073593616486, 0.007715193554759026, -0.0025494263973087072, 0.025802070274949074, 0.021680163219571114, 0.030164867639541626, -0.0007544562686234713, 0.0011793606681749225, 0.037552181631326675, -0.011462382040917873, 0.0037940284237265587, 0.025989430025219917, 0.03126225993037224, 0.019378317520022392, 0.002546080853790045, -0.029308367520570755, 0.01029138546437025, -0.014694332145154476, 0.008585076779127121, 0.011522605083882809, 0.01795974001288414, -0.016969410702586174, -0.00970254186540842, -0.02635076455771923, -0.018468286842107773, 0.036347728222608566, 0.03190463408827782, -0.023861560970544815, 0.018093567341566086, 0.004704060032963753, 0.010913686826825142, 0.013449730351567268, 0.01957906037569046, 0.01572480984032154, 0.0037304600700736046, 0.014466824010014534, -0.011221491731703281, -0.6299559473991394, 0.002283442998304963, 0.01651439443230629, -0.06450517475605011, -0.015885403379797935, 0.024691296741366386, 0.012011077255010605, 0.006226355209946632, -0.025828834623098373, 0.02367420122027397, -0.0005976263782940805, 0.043199729174375534, 0.011509221978485584, -0.005172458477318287, -0.018682410940527916, -0.0176920834928751, 0.013757535256445408, -0.015938933938741684, 0.006396986078470945, -0.0010999002261087298, 0.010284693911671638, -0.0003496260615065694, 0.008063146844506264, -0.006674679461866617, 0.03000427410006523, -0.003357413923367858, 0.0309410709887743, -0.01286757830530405, 0.016741903498768806, 0.013088393956422806, -0.023754499852657318, 0.0017799146007746458, 0.0048679993487894535, 0.023513607680797577, 0.05130971595644951, 0.012198437005281448, -0.009508490562438965, 0.01202446036040783, -0.0009242507512681186, 0.03152991458773613, -0.024784976616501808, -0.010813315398991108, 0.007654970977455378, 0.004837888292968273, 0.011462382040917873, -0.0006749957683496177, 0.017732230946421623, 0.004479897674173117, -0.0066345310769975185, 0.005778030958026648, 0.005811487790197134, 0.0029325096402317286, 0.0008866115822456777, 0.021305443719029427, -0.015350090339779854, -0.014654183760285378, 0.020622920244932175, 0.006386949215084314, -0.007159806787967682, -0.00253604375757277, 0.016701754182577133, 0.0031767459586262703, -0.020127756521105766, -0.0014746190281584859, -0.011428925208747387, 0.0250258669257164, -0.0037940284237265587, -0.012927800416946411, -0.017210301011800766, -0.021238530054688454, -0.015698043629527092, 0.009361280128359795, -0.0008280617767013609, -0.013590250164270401, 0.0022566774860024452, 0.03624066710472107, 0.03198493272066116, -0.043119434267282486, 0.006062415894120932, 0.009140463545918465, 0.009528565220534801, -0.019338170066475868, -0.04012168198823929, -0.011636358685791492, 0.031101664528250694, 0.006621148437261581, 0.0019522183574736118, -0.04183468222618103, 0.011475765146315098, -0.026457827538251877, -0.0045233918353915215, -2.5275749067077413e-05, -0.013449730351567268, 0.005125618539750576, 0.009903283789753914, 0.025748537853360176, 0.011181343346834183, 0.012365722097456455, 0.0004583614645525813, -0.020301733165979385, -0.020355263724923134, -0.02743477374315262, -0.013001405633985996, -0.011074280366301537, 0.03412618115544319, 0.016728520393371582, 0.004546811804175377, 0.005450151860713959, 0.045207154005765915, -0.029549257829785347, -0.0003540173056535423, -0.01121480017900467, -0.0032135487999767065, -0.015791723504662514, -0.021238530054688454, -0.028692757710814476, 0.03126225993037224, 0.008350877091288567, -0.012332265265285969, -0.007246795110404491, 0.0039613135159015656, 0.006293269339948893, 0.007400697562843561, -0.02546750009059906, 0.012118140235543251, -0.021332209929823875, -0.022536663338541985, -0.010873538441956043, -0.017625169828534126, 0.0026514704804867506, 0.02249651402235031, 0.0038375225849449635, 0.024102451279759407, 0.006617802660912275, 0.03511650860309601, -0.014841543510556221, -0.011863866820931435, -0.0034209825098514557, 0.01778576336801052, -0.014654183760285378, -0.026926226913928986, -0.013757535256445408, 0.01242594514042139, -0.0053129782900214195, -0.011756803840398788, -0.015711426734924316, -0.003670237259939313, -0.017089856788516045, -0.009227451868355274, 0.012606613337993622, 0.013744152151048183, 0.0013148616999387741, 0.005339743569493294, 0.011556061916053295, 0.009093623608350754, -0.024892037734389305, -0.006718173623085022, -0.012265351600944996, -0.020034076645970345, -0.005466880276799202, -0.026216937229037285, 0.022590193897485733, -0.00485127093270421, -0.017183536663651466, -0.0037906826473772526, -0.005657585803419352, 0.002982695121318102, 0.0031349246855825186, -0.02976338379085064, -0.010900303721427917, 0.0006557580200023949, 0.018066801130771637, -0.00970254186540842, -0.015082433819770813, 0.024102451279759407, 0.014480207115411758, -0.0213723573833704, -0.0227909367531538, 0.0038676338735967875, -0.0037137314211577177, 0.0018050073413178325, 0.013008097186684608, 0.0013658837415277958, -0.005694388411939144, 0.04087112098932266, 0.018749326467514038, 0.005376546643674374, 0.05254093557596207, -0.023326247930526733, 0.023058593273162842, 0.010164248757064342, 0.023058593273162842, -0.0014194149989634752, 0.0006126820808276534, 0.013483187183737755, 0.03305555507540703, -0.00026514704222790897, -0.004138635937124491, 0.027863023802638054, 0.007708502002060413, 0.004436403512954712, 0.009120388887822628, 0.03972020000219345, -0.04381534084677696, 0.025748537853360176, -0.027274180203676224, -0.011054206639528275, -0.014038573950529099, -0.010525585152208805, 0.024102451279759407, -0.005975427571684122, 0.003984733484685421, -0.016032613813877106, -0.018535200506448746, 0.023513607680797577, 0.022362686693668365, -0.013489878736436367, 0.021894287317991257, 0.0010656067170202732, -0.017705466598272324, 0.012673527002334595, -0.005674314219504595, 0.027595367282629013, 0.02802361734211445, -0.03998785465955734, 0.007400697562843561, 0.00899325218051672, -0.009441576898097992, -0.023794647306203842, -0.04357444867491722, -0.014868308790028095, 0.006159441079944372, 0.02382141351699829, -0.005052013322710991, 0.000961053476203233, 0.012814046815037727, 0.0058282166719436646, -0.02428981103003025, 0.025976046919822693, 0.0039613135159015656, 0.00023085357679519802, 0.025413967669010162, 0.006945681758224964, -0.010920378379523754, -0.01869579404592514, 0.009682467207312584, 0.004329340998083353, 0.005624128505587578, -0.01869579404592514, 0.029281601309776306, -0.01529655884951353, 0.02767566405236721, -0.004332686774432659, 0.026564890518784523, 0.010532276704907417, -0.020408794283866882, 0.006657951045781374, 0.012258660048246384, 0.007072818465530872, 0.014533738605678082, -0.008150135166943073, -0.028719523921608925, -0.0044129835441708565, -0.0010137483477592468, 0.03458119556307793, 0.023299483582377434, -0.00827058032155037, -0.02090395987033844, -0.016273504123091698, -0.007956083863973618, -0.014466824010014534, -0.012519625015556812, -0.05743904784321785, 0.02095749042928219, 0.027019906789064407, 0.007695119362324476, 0.013697312213480473, 0.023473460227251053, 0.027006523683667183, 0.008859424851834774, -0.03131578862667084, -0.00027330219745635986, 0.007460920140147209, 0.05631488934159279, -0.014252698980271816, -0.012640070170164108, -0.02014113776385784, 0.0027769342996180058, 0.0009769456228241324, 0.007367240265011787, -0.012231893837451935, 0.03332321345806122, 0.012238585390150547, -0.0007879133336246014, -0.01382444892078638, 0.024744827300310135, 0.02087719365954399, -0.01631365343928337, -0.021332209929823875, -0.008631916716694832, 0.017999887466430664, -0.00020607445912901312, -0.019967161118984222, -0.0030763749964535236, 0.02325933426618576, 0.013449730351567268, -0.005905167665332556, -0.009173920378088951, 0.00899325218051672, -0.013208840042352676, 0.0009217414772138, -0.03824808821082115, -0.015042285434901714, -0.01235233899205923, -0.0015975737478584051, -0.006838619243353605, -0.014051957055926323, -0.017892824485898018, 0.028344804421067238, 0.022242240607738495, -0.007614822592586279, -0.001666997093707323, -0.04261088743805885, 0.03883693367242813, 0.039907559752464294, 0.03230611979961395, -0.004255735781043768, 0.004453131929039955, -0.01928463764488697, 0.007099584210664034, -0.016795434057712555, -0.014935223385691643, 0.002495895139873028, -0.030512820929288864, -0.010646030306816101, -0.008263888768851757, 0.005637511145323515, 0.006396986078470945, 0.005808142479509115, 0.007628205232322216, -0.014761246740818024, -0.034072648733854294, 0.0027217301540076733, -0.03265407308936119, -0.008966486901044846, 0.008524853736162186, 0.010371682234108448, 0.01734413020312786, 0.016474246978759766, 0.022188710048794746, 0.01960582658648491, -0.0005913532222621143, 0.02240283414721489, -0.018120333552360535, 0.01399842556566, 0.01257315557450056, 0.019860100001096725, 0.01751810684800148, -0.0199270136654377, 0.0471610464155674, 0.019471997395157814, 0.008933030068874359, 0.009602170437574387, -0.025132929906249046, 0.011194725520908833, 0.013904745690524578, 0.010920378379523754, -0.008016306906938553, 0.005346435122191906, 0.007494376972317696, 0.021425889804959297, -0.003377488348633051, -0.005440114997327328, 0.012359030544757843, 0.0019020327599719167, 0.004198858514428139, -0.010344916954636574, -0.016407333314418793, 0.005640856921672821, -0.002783625852316618, 0.02296491339802742, 0.0045233918353915215, -0.006166132632642984, -0.039318714290857315, -0.013971660286188126, -0.024958953261375427, -0.0032252587843686342, -0.0007716030231676996, -0.01680881716310978, -0.0011709964601323009, -0.002566155046224594, 0.001907051308080554, -0.002740131691098213, -0.006517431698739529, 0.011910706758499146, 0.0002222802140749991, -0.033109087496995926, -0.006597728468477726, 0.0038408683612942696, -0.005219298414885998, 0.01533670723438263, -0.02890688367187977, -0.00875905342400074, -0.00465052854269743, -0.020997637882828712, -0.03851574659347534, -0.00766166253015399, -0.02048909105360508, -0.016032613813877106, -0.003747188486158848, 0.029843680560588837, -0.006166132632642984, -0.023446694016456604, 0.01413225382566452, 0.011234873905777931, -0.01488169189542532, 0.009107006713747978, -0.007588056847453117, -0.002174707595258951, -0.0006766686565242708, -0.00952187366783619, 0.03645479306578636, 0.009869826957583427, -0.014547121711075306, 0.005667622666805983, 0.013958277180790901, 0.021211763843894005, 0.01224527694284916, 0.0070795100182294846, 0.014346378855407238, -0.010632647201418877, 0.02151956781744957, -0.015269793570041656, -0.014319613575935364, 0.019124044105410576, -0.007915935479104519, 0.003810756839811802, -0.012519625015556812, 0.002109466353431344, 0.002223220421001315, -0.0007958593778312206, 0.02151956781744957, -0.017705466598272324, -0.011234873905777931, -0.0009075222187675536, -0.008953103795647621, 0.029254836961627007, 0.00012326828436926007, -0.030459290370345116, -0.018187247216701508, 0.012566464953124523, -0.03482208773493767, 0.004811122547835112, -0.014680949039757252, -0.020100990310311317, 0.009515182115137577, -0.020060840994119644, -0.03632096201181412, -0.01158282719552517, -0.008825967088341713, 0.025949280709028244, 0.022871233522892, 0.0021780533716082573, 0.009187303483486176, 0.004506663419306278, -0.00402488186955452, 0.01560436375439167, -0.014051957055926323, -0.007608131039887667, -0.04033580794930458, -0.032386414706707, 0.005647548474371433, 0.008391025476157665, 0.05329037457704544, -0.012365722097456455, 0.02234930358827114, -0.00014752463903278112, -0.010980600491166115, 0.010746401734650135, 0.003093103412538767, 0.014399910345673561, -0.011924088932573795, 0.041379667818546295, -0.00634345505386591, 0.02920130454003811, -0.0071464236825704575, 0.0016569599974900484, 0.01118803396821022, 0.017451193183660507, 0.017732230946421623, -0.013402890413999557, 0.004118561744689941, -0.028318040072917938, 0.008705521933734417, 0.01798650436103344, 0.013784300535917282, 0.012144905515015125, -0.023098740726709366, -0.017504723742604256, 0.013904745690524578, -0.017116621136665344, 0.004172092769294977, -0.02428981103003025, -0.031396087259054184, 0.002954256720840931, 0.015122582204639912, -0.0039044367149472237, 0.01749134063720703, -0.020944107323884964, -0.026002811267971992, -4.62386742583476e-05, 0.012700292281806469, 0.027782727032899857, -0.010826698504388332, 0.023741116747260094, 0.0050386302173137665, 0.01828092709183693, -0.011783570051193237, 0.022603577002882957, -0.00201244093477726, 0.009274291805922985, -0.01651439443230629, -0.008705521933734417, 0.03128902614116669, 0.015283176675438881, 0.026457827538251877, -0.018789473921060562, -0.033724695444107056, -0.011950855143368244, 0.0058349077589809895, -0.014199168421328068, 0.018976833671331406, 0.008136752061545849, -0.011047515086829662, -0.001579172327183187, -0.02794332057237625, -0.030271930620074272, -0.017651934176683426, -0.0012763860868290067, 0.014560503885149956, -0.0009217414772138, -0.0044631692580878735, -0.010150866582989693, -0.01148245669901371, -0.01198431197553873, -0.009802913293242455, 0.046063654124736786, -0.008283963426947594, 0.01945861428976059, -0.008772436529397964, 0.0136303985491395, -0.02664518728852272, 0.02014113776385784, 0.02578868716955185, 0.014319613575935364, 0.025815453380346298, 0.00759474840015173, 0.012419253587722778, -0.0029492380563169718, -0.0014654183760285378, -0.015309941954910755, -0.009167228825390339, -0.033109087496995926, 0.012265351600944996, 0.014975371770560741, -0.009334513917565346, 0.0026531433686614037, 0.011020748876035213, -0.027287563309073448, -0.0161932073533535, -0.02649797685444355, 0.008243815042078495, 0.006296615116298199, -0.01015755720436573, -0.042503826320171356, 0.008999943733215332, 0.00228177011013031, 0.03739158809185028, 0.012312190607190132, -0.0009117043809965253, -0.007668353617191315, 0.006149404216557741, -0.02463776431977749, 0.012265351600944996, 0.010518893599510193, 0.03003104031085968, -0.02190767042338848, -0.003998116590082645, 0.01051220204681158, 0.04528744891285896, -0.0010990637820214033, 0.004205550067126751, -0.014493590220808983, 0.023045210167765617, 0.002706674626097083, -0.002193109132349491, -0.004325995221734047, -0.002718384610489011, 0.006724865175783634, 0.001264676102437079, -0.008076529949903488, -0.03672244772315025, -0.00029944052221253514, -0.01134862843900919, 0.011609593406319618, 0.011375393718481064, -0.0228177011013031, -0.030164867639541626, 0.0065107401460409164, -0.004416329320520163, -0.015095816925168037, -0.019645974040031433, -0.007976158522069454, -0.019351553171873093, 0.00799623318016529, -0.0019271255005151033, -0.0019421812612563372, 0.009622245095670223, 0.001734747551381588, -0.005557214375585318, 0.009441576898097992, 0.01825416088104248, -0.04234322905540466, 0.03265407308936119, -0.03447413444519043, -0.0011316844029352069, -0.007989541627466679, 0.005931933410465717, -0.009140463545918465, -0.006330071948468685, -0.015042285434901714, -0.019338170066475868, -0.019953779876232147, -0.015095816925168037, 0.007059435825794935, 0.02593589760363102, 0.008250506594777107, -0.0008560820133425295, 0.021921053528785706, -0.02514631114900112, 0.027046671137213707, -0.004801085218787193, -0.03383176028728485, 0.025976046919822693, -0.03947930783033371, 0.022242240607738495, 0.005470226053148508, 0.00568100530654192, -0.007929318584501743, -0.027180500328540802, -0.00699921278283, -0.0009560349280945957, 0.0024908767081797123, -0.013877980411052704, 0.013402890413999557, 0.001268021878786385, -0.03688304126262665, 0.01734413020312786, -0.012780589982867241, -0.03123549371957779, -0.0070862011052668095, 0.002641433384269476, 0.012800663709640503, -0.008872807025909424, -0.0022734059020876884, -0.00970254186540842, -0.0013090067077428102, 0.02051585726439953, -0.013068320229649544, -0.018829623237252235, -0.031690508127212524, -0.007092892657965422, -0.034607961773872375, 0.005617436952888966, 0.017999887466430664, 0.031610213220119476, 0.02340654656291008, -0.03415294736623764, -0.019860100001096725, -0.00926090870052576, -0.03144961968064308, -0.012586538679897785, -0.017156770452857018, 0.006540851667523384, 0.04675956070423126, 0.0294957272708416, -0.0029274909757077694, 0.037846606224775314, 0.014533738605678082, 0.030700180679559708, -0.036668915301561356, -0.009722615592181683, 0.016567926853895187, -0.00039521130383946, 0.008558310568332672, 0.01828092709183693, 0.0006565944058820605, 0.012807355262339115, 0.01651439443230629, 0.01901698112487793, 0.007534525357186794, 0.005500337574630976, 0.020502474159002304, -0.0046973684802651405, -0.004185475874692202, -0.01444005873054266, -0.00493825925514102, 0.013362742029130459, 0.01162966713309288, -0.04218263551592827, -0.012559773400425911, 0.025092780590057373, 0.006554234307259321, -0.012566464953124523, 0.008063146844506264, -0.00046128896065056324, -0.02487865462899208, 0.022764170542359352, -0.00603565014898777, -0.008785818703472614, -0.014721098355948925, -0.025454116985201836, 0.009916666895151138, 0.0205827709287405, 0.022536663338541985, 0.05173796787858009, -0.006363529246300459, -0.014292847365140915, -0.0014503627317026258, 0.006176169496029615, -0.023219186812639236, 0.00016163932741619647, -0.007293635047972202, 0.004543466027826071, 0.01713000424206257, -0.029549257829785347, 0.007775416132062674, -0.02404892072081566, -0.008511471562087536, -0.011455690488219261, 0.0020743366330862045, -0.011442308314144611, -0.017999887466430664, 0.000930942187551409, -0.026872694492340088, -0.0037304600700736046, -0.005791413597762585, -0.014426675625145435, -0.03120872750878334, -0.017799146473407745, -0.02767566405236721, -0.0012337283696979284, 0.0026497975923120975, 0.0019806567579507828, 6.811644561821595e-05, -0.033162619918584824, 0.0012086356291547418, 0.009729307144880295, 0.012265351600944996, 0.01386459730565548, 0.21455331146717072, -0.011723347008228302, -0.006554234307259321, 0.01816048100590706, -0.01575157418847084, -0.02193443663418293, 0.008457940071821213, 0.0008088239701464772, -0.011596210300922394, 0.013623706996440887, -0.006243083626031876, 0.02296491339802742, -0.022536663338541985, 0.003917819354683161, 0.011020748876035213, -0.03712393343448639, -0.04622424766421318, -0.009782838635146618, -0.01369062066078186, -0.001213654177263379, -0.002253331709653139, -0.007775416132062674, -0.023366397246718407, -0.016086144372820854, 0.008645298890769482, -0.008544928394258022, 0.005102198570966721, 0.028987180441617966, 0.014292847365140915, 0.010739710181951523, -0.03562505543231964, -0.018535200506448746, 0.01722368411719799, 4.106328924535774e-05, -0.02738124132156372, -0.02190767042338848, 0.016648223623633385, -0.0005440951208584011, 0.01082000695168972, -0.0012094720732420683, 0.011181343346834183, -0.004948296118527651, 0.0061192926950752735, -0.015376855619251728, 0.025239991024136543, 0.016206590458750725, -0.009582096710801125, -0.009970198385417461, 0.00023754498397465795, 0.010746401734650135, -0.026069726794958115, 0.002527679316699505, 0.020114373415708542, 0.0026012849994003773, 0.02284446731209755, -0.009006635285913944, -0.0008631916716694832, 0.02764889784157276, 0.01235233899205923, 0.014011808671057224, -0.006182861048728228, 0.020997637882828712, -0.0006248102290555835, -0.007394006010144949, -0.0007816401193849742, 0.018762707710266113, -0.025400584563612938, -0.019070513546466827, 0.0279700867831707, -0.027006523683667183, -0.005670968443155289, -0.0021663433872163296, 0.01518949680030346, 0.012827428989112377, 0.01945861428976059, -0.019083896651864052, 0.016674989834427834, 0.041406434029340744, 0.00652746856212616, 0.03292172774672508, -0.03565182164311409, -0.008665373548865318, -0.013556793332099915, -0.015202878974378109, -0.018307693302631378, -0.04328002780675888, 0.033430274575948715, -0.004727480001747608, -0.007782107684761286, -0.011944163590669632, -0.0054936460219323635, -0.012044535018503666, 0.0025243337731808424, 0.030994603410363197, 0.007855713367462158, 0.031663741916418076, -0.011743421666324139, 0.008310728706419468, -0.019672740250825882, -0.010177631862461567, -0.016434097662568092, 0.03947930783033371, 0.017384277656674385, -0.0007515287725254893, -0.030700180679559708, -0.01987348310649395, -0.010813315398991108, -0.00509216170758009, 0.0018953413236886263, -0.004453131929039955, -0.015510683879256248, -0.02313889004290104, 0.006115946918725967, -0.010893612168729305, 0.0213723573833704, 0.0095687136054039, 0.004198858514428139, -0.022269006818532944, -0.0017799146007746458, -0.013302518986165524, 0.008866115473210812, -0.01011071726679802, 0.01059919036924839, 0.004948296118527651, 0.009421502240002155, 0.009528565220534801, -0.009722615592181683, -0.0019572367891669273, 0.012546390295028687, -0.017919590696692467, -0.000645302701741457, -0.005510374438017607, 0.011904015205800533, -0.014560503885149956, -0.020770130679011345, 0.004613725934177637, -0.0019254527287557721, -0.007072818465530872, 0.007969466969370842, -0.013369433581829071, -0.008752361871302128, -0.026016194373369217, 0.01695602759718895, -0.013623706996440887, 0.009006635285913944, -0.005911859218031168, -0.02087719365954399, -0.002877305494621396, -0.013523335568606853, -0.011147885583341122, -0.03126225993037224, 0.0019505454692989588, 0.01198431197553873, -0.01866902783513069, -0.010940452106297016, -0.022764170542359352, 0.018936684355139732, -0.03471502661705017, -0.004325995221734047, 0.0006503212498500943, -0.03966666758060455, 0.012479476630687714, 0.010632647201418877, -0.0013859579339623451, -0.04178115352988243, -0.03771277517080307, -0.16969411075115204, 0.02522660791873932, 0.017089856788516045, -0.04103171452879906, 0.01007056888192892, -0.006202935241162777, -0.007929318584501743, 0.02234930358827114, 5.272097769193351e-05, -0.03452766686677933, 0.007333783432841301, -0.02396862395107746, -0.03203846141695976, -0.007012595888227224, -0.013262370601296425, -0.0027635516598820686, -0.0013031517155468464, -0.013349358923733234, 0.03179757297039032, -0.0009133772109635174, 0.016795434057712555, -0.04483243450522423, 0.007501068525016308, 0.0037739542312920094, -0.011428925208747387, 0.008912955410778522, 0.025092780590057373, -0.0072601777501404285, -0.01825416088104248, -0.03626743331551552, -0.025454116985201836, -0.005169112700968981, 0.015644513070583344, 0.0012638396583497524, 0.005640856921672821, -0.0008180246222764254, 0.008544928394258022, 0.004449786618351936, -0.027568601071834564, -0.015443770214915276, 0.015350090339779854, 0.03404588624835014, -0.008651990443468094, 0.014493590220808983, 0.013349358923733234, 0.008611842058598995, 0.0013934856979176402, 0.002808718476444483, 0.022603577002882957, -0.02912100777029991, 0.013784300535917282, -0.029040711000561714, 0.019391700625419617, 0.014332996681332588, 0.01904374733567238, -0.011730038560926914, -0.012914417311549187, 0.00693229865282774, 0.008598459884524345, -0.00047801746404729784, -7.386687502730638e-05, -0.027916554361581802, 0.010164248757064342, 0.020422177389264107, -0.00996350683271885, -0.012332265265285969, 0.004392909351736307, -0.0030579734593629837, -0.03417971357703209, 0.006045687478035688, 0.007902553305029869, 0.0006954882410354912, -0.0073204003274440765, -0.021439271047711372, -0.008839350193738937, 0.03998785465955734, -0.03444736823439598, 0.012767206877470016, -0.005778030958026648, 0.017772380262613297, -0.019913630560040474, 0.017946356907486916, -0.01577834039926529, 0.00884604174643755, -0.022389451041817665, -0.0031148504931479692, -0.013958277180790901, -0.011388776823878288, -0.018923303112387657, -0.016581309959292412, 0.00693229865282774, -0.03458119556307793, -0.008063146844506264, -0.007735267747193575, -0.008377643302083015, 0.018481669947504997, 0.024236280471086502, -0.028987180441617966, -0.000817606458440423, -0.01945861428976059, -0.008772436529397964, -0.013643781654536724, -0.013770918361842632, -0.0021027750335633755, 0.0265515074133873, 0.010833390057086945, 0.022630343213677406, -0.005453497637063265, 0.04183468222618103, -0.017866060137748718, -0.012446018867194653, -0.0016853983979672194, 0.0003604996018111706, 0.014801395125687122, 0.006925607565790415, 0.009628936648368835, 0.012472785077989101, -0.015831870958209038, 0.02048909105360508, -0.0073605491779744625, 0.048178140074014664, -0.008524853736162186, -0.017464574426412582, 0.02664518728852272, 0.008457940071821213, 0.008832658641040325, -0.08923661708831787, -0.020542623475193977, 0.002878978382796049, 0.0169024970382452, 0.016139676794409752, 0.02323256991803646, -0.014921840280294418, 0.05460188910365105, -0.01252631563693285, 0.01158282719552517, -0.0013324266765266657, -0.0006243920070119202, 0.0062564667314291, 0.010646030306816101, 0.009448268450796604, 0.010672795586287975, -0.03241318091750145, 0.013356050476431847, -0.024423640221357346, 0.04940935596823692, 0.00021454328089021146, 0.0069055333733558655, -0.002658161800354719, -0.012405870482325554, 0.007554600015282631, 0.02764889784157276, -0.0339655876159668, 0.013670546934008598, 0.013516644015908241, -0.008658681996166706, -0.009722615592181683, -0.01757163740694523, 0.009267600253224373, -0.00871221348643303, -0.011930780485272408, -0.0026548162568360567, -0.015684660524129868, -0.006025612819939852, 0.03733805567026138, 0.007233412005007267, 0.01295456662774086, 0.015082433819770813, 0.0021328863222151995, -0.03947930783033371, 0.01533670723438263, -0.0198467168956995, -0.04654543474316597, 0.04598335549235344, -0.013356050476431847, -0.01082000695168972, -0.02078351378440857, -0.014092105440795422, -0.02973661758005619, -0.022389451041817665, 0.027889790013432503, -0.010973908938467503, 0.018200630322098732, 0.0051992242224514484, -0.028719523921608925, 0.0006908879149705172, 0.0020074225030839443, -0.009896592237055302, 0.004995136056095362, 0.009394736960530281, 0.0019271255005151033, 0.0026330691762268543, -0.015042285434901714, -0.018628880381584167, 0.019324786961078644, -0.03179757297039032, -0.032493479549884796, 0.028505397960543633, -0.007467611692845821, 0.025454116985201836, -0.01587202027440071, -0.009863135404884815, 0.003576557617634535, -0.003506297944113612, 0.014413293451070786, -0.0003979296889156103, 0.006925607565790415, -0.017705466598272324, 0.005985464435070753, -0.013008097186684608, 0.019378317520022392, 0.016594693064689636, 0.01444005873054266, 0.017919590696692467, 0.010224471800029278, -0.04054993391036987, 0.002049243776127696, 0.034072648733854294, -0.01279397215694189, -0.015457152388989925, 0.0016753613017499447, 0.019886864349246025, -0.020422177389264107, -0.006403677631169558, 0.019324786961078644, -0.0007678390829823911, -0.004934913478791714, -0.016822200268507004, -0.042022041976451874, 0.024356726557016373, -0.004105179104954004, 0.012626687064766884, 0.008290654979646206, 0.005065395962446928, -0.0016268485924229026, -0.008116678334772587, 0.0021345592103898525, 0.019083896651864052, -0.005580634344369173, 0.01127502229064703, -0.017277216538786888, -0.0024038883857429028, -0.010505510494112968, 0.002800354268401861, 0.02328610047698021, -0.0004190494364593178, 0.010371682234108448, 0.009086932055652142, 0.005135655868798494, 0.014466824010014534, 0.0027618787717074156, -0.0014503627317026258, -0.007755341939628124, -0.009147155098617077, 0.0029425467364490032, -0.005523757543414831, -0.016286887228488922, -0.021305443719029427, 0.022978296503424644, -0.02632400020956993, 0.01274713221937418, 0.019766420125961304, 0.008598459884524345, -0.004824505187571049, 0.03260054066777229, 0.024838507175445557, 0.04833873361349106, -0.003887708066031337, -0.00230017164722085, -0.013396198861300945, 0.022897997871041298, 0.0026297233998775482, -0.0037739542312920094, -0.026578273624181747, -0.006591036915779114, 0.007407388649880886, -0.014600652270019054, 0.00032056026975624263, 0.0412726067006588, 0.011080971919000149, -0.015269793570041656, -0.021251913160085678, -0.014386527240276337, -0.04145996645092964, 0.018642263486981392, 0.001845155842602253, -0.01156944502145052, -0.017732230946421623, 0.0441097617149353, 0.01547053549438715, -0.005500337574630976, -0.011388776823878288, -0.01444005873054266, -0.0015674623427912593, 0.0002446545986458659, 0.005048667546361685, 0.01575157418847084, -0.012051225639879704, -0.025628093630075455, 0.0026497975923120975, 0.006303306668996811, 0.014225933700799942, 0.005058704409748316, -0.0235269907861948, 0.002142923418432474, -0.017705466598272324, -0.020382029935717583, 0.03174404054880142, 0.016206590458750725, -0.00263808760792017, -0.02299167774617672, 0.014935223385691643, 0.03152991458773613, 0.010806623846292496, -0.0030897576361894608, -0.006885459180921316, 0.0005382401286624372, -0.0029475654009729624, -0.02161324769258499, 0.023125506937503815, -0.0046371459029614925, 0.01710323989391327, -0.0017130004707723856, -0.003737151389941573, -0.02269725687801838, 0.03393882140517235, 0.018588731065392494, 0.009635627269744873, 0.007521142717450857, 0.004613725934177637, -0.004633800126612186, 0.015684660524129868, -0.013008097186684608, -0.007534525357186794, -0.029683087021112442, -0.021773841232061386, 0.023741116747260094, 0.029040711000561714, 0.02311212383210659, -0.022416217252612114, -0.022335920482873917, 0.006132675800472498, -0.023272717371582985, 0.003344031283631921, -0.0001382194022880867, 0.016728520393371582, 0.007206646725535393, 0.011970928870141506, -0.021292060613632202, 0.012372413650155067, 0.02372773364186287, 0.0028187555726617575, 0.033135853707790375, 0.010913686826825142, -0.016862347722053528, -0.024503936991095543, 0.025106163695454597, -0.0014963661087676883, -0.006657951045781374, -0.005460189189761877, -0.015912167727947235, -0.01158282719552517, -0.009889901615679264, 0.008217048831284046, 0.007427462842315435, -0.0034326924942433834, -0.006172824185341597, 0.06862708181142807, 0.019003599882125854, -0.041165541857481, 0.020234817638993263, 0.0338049940764904, 0.008397717028856277, 0.03862280771136284, 0.011281713843345642, -0.0032001659274101257, -0.013697312213480473, 0.027863023802638054, 0.013784300535917282, 0.000755710934754461, -0.00641036918386817, -0.0009209050331264734, 0.01385121513158083, -0.0002515551168471575, 0.03795366734266281, -0.0009903283789753914, -0.006366875022649765, 0.0025695008225739002, 0.006621148437261581, 0.01757163740694523, -0.0022583501413464546, -0.011341936886310577, -0.006393640302121639, 0.023058593273162842, 0.023071974515914917, -0.0033808338921517134, -0.004128598608076572, 0.004483243450522423, 0.015577598474919796, -0.03142285346984863, 0.0073605491779744625, 0.002144596306607127, -0.01654116064310074, -0.017705466598272324, -0.022362686693668365, -0.0008832658641040325, -0.01207130029797554, -0.02475821040570736, -0.028505397960543633, -0.0382748544216156, -0.021653397008776665, -0.003877670969814062, 0.013516644015908241, 0.005048667546361685, -0.00016979448264464736, -0.026042960584163666], \"c01e28f4-eea9-4394-9668-9cf89833dd76\": [-0.0007728646160103381, 0.0007946738041937351, 0.005601337179541588, -0.025952983647584915, -0.00597572885453701, 0.02400469221174717, -0.01642961986362934, 0.0021100430749356747, -0.020020872354507446, -0.01327455136924982, 0.011878760531544685, 0.025182390585541725, 0.01778179220855236, -0.007331536151468754, 0.004016533028334379, 0.014110571704804897, 0.004754411987960339, 0.021125873550772667, 0.030183974653482437, -0.030532922595739365, -0.012867446057498455, 0.023961074650287628, 0.002529870718717575, -0.0039329309947788715, -0.009094448760151863, -0.01465580239892006, 0.02269613929092884, -0.019817320629954338, -0.0019355692202225327, -0.006266518961638212, 0.024746205657720566, -0.01586258038878441, -0.013688926585018635, -0.03070739656686783, -0.01137714833021164, 0.007727737072855234, 0.0019664654973894358, -0.012322215363383293, 0.020995019003748894, -0.008425632491707802, 0.03463305905461311, -0.012467609718441963, -0.0238592978566885, -0.0009141702321358025, 0.012365833856165409, 0.016793107613921165, -0.009196225553750992, -0.008040335960686207, -0.021474821493029594, 0.0003723471600096673, -0.0019664654973894358, 0.04024529829621315, -0.03175424039363861, -0.0207187682390213, 0.011529812589287758, 0.006786305457353592, 0.003513103583827615, 0.023408573120832443, -0.023873837664723396, -0.017723634839057922, 0.011435306631028652, -0.004827109631150961, -0.040274377912282944, -0.017418304458260536, -0.033324502408504486, 9.053102257894352e-05, -0.011667937971651554, 0.014452249743044376, 0.003251392627134919, -0.01207504328340292, 0.02593844383955002, -0.011180865578353405, 0.004103770013898611, -0.01262754388153553, 0.028948118910193443, 0.007055285852402449, -0.004198276903480291, -0.00597572885453701, 0.020646071061491966, -0.01426323689520359, 0.01692396216094494, -0.002771589672192931, -0.019773701205849648, 0.036116085946559906, 0.019875477999448776, -0.004332766868174076, 0.015978895127773285, 0.005575892981141806, -0.0038820430636405945, 0.0006097497534938157, 0.003743917914107442, 0.0197591632604599, 0.016589554026722908, 0.015586329624056816, 0.0007724102470092475, 0.03099818527698517, -0.0005193323013372719, 0.020166268572211266, 0.017171133309602737, -0.019642846658825874, -0.017520081251859665, 0.003809345420449972, -0.024106469005346298, -0.01701119914650917, -0.026621799916028976, 0.0016011609695851803, 0.015920737758278847, 0.022972388193011284, 0.01101366151124239, -0.0026589087210595608, -0.02992226369678974, 0.009872311726212502, 0.0006106584332883358, -0.034196872264146805, -0.016662251204252243, -0.010882806032896042, 0.007458756677806377, -0.01782541163265705, -0.004856188781559467, -0.04213543236255646, 0.013907019048929214, 0.03701753169298172, 0.0026425516698509455, -0.015368237160146236, -0.005717653315514326, -0.008091224357485771, -0.023364955559372902, -0.0037584572564810514, 0.016313303261995316, 0.01407422311604023, 0.008374744094908237, 0.023481270298361778, 0.03466213494539261, -0.01392882876098156, -0.015746263787150383, 0.012903794646263123, 0.014328664168715477, 0.00383115466684103, -0.03410963714122772, -0.023655744269490242, 0.005666764918714762, 0.04437451437115669, -0.02019534632563591, -0.004129214212298393, -0.012918333522975445, 0.002902445150539279, 0.01149346400052309, 0.015775343403220177, -0.01667679101228714, -0.012511228211224079, 0.002211819402873516, -0.0018228881526738405, 0.008491060696542263, 0.005506830755621195, 0.01183514203876257, 0.013877940364181995, 0.029282527044415474, 0.003067831741645932, -0.003380430629476905, -0.012467609718441963, -0.00947247538715601, 0.015557250939309597, 0.016327843070030212, -0.0037948060780763626, 0.017680015414953232, 0.024804364889860153, 0.003273201873525977, -0.02854101173579693, 0.036261480301618576, 0.011115437373518944, 0.014030604623258114, 0.009261652827262878, -0.013608959503471851, -0.005001583602279425, 0.011573431082069874, 0.040216218680143356, 0.025676732882857323, -0.002166383434087038, -0.023146862164139748, -0.02577850967645645, -0.0032477579079568386, 0.008636455051600933, 0.0400126688182354, 0.016415080055594444, -0.015440935268998146, 0.007382424548268318, 0.009218034334480762, -0.004925251007080078, 0.01715659350156784, -0.0044599873945117, 0.02444087713956833, 0.002617107704281807, -0.008810929022729397, 0.003943835850805044, -0.6578826904296875, -0.022812454029917717, 0.005346896126866341, -0.009683297947049141, 0.01094096340239048, 0.018712319433689117, 0.018726859241724014, 0.0013176409993320704, -0.009632409550249577, 0.014568565413355827, 0.02544410154223442, 0.012867446057498455, 0.013223662972450256, 0.003360438859090209, -0.009087178856134415, -0.015571790747344494, 0.020733308047056198, -0.013260011561214924, -0.0014366830000653863, 0.015295539982616901, -0.017912646755576134, -0.015935277566313744, -0.0016020697075873613, 0.022521665319800377, -0.019599227234721184, 0.007022572215646505, 0.018377911299467087, 0.010730140842497349, 0.007560533005744219, -0.007502375170588493, -0.03495292738080025, 0.0005379610229283571, 0.02313232421875, 0.009923200123012066, 0.04420004040002823, 0.006331946700811386, -0.019352056086063385, 0.011624319478869438, 0.0067281476221978664, 0.02598206326365471, -0.024615351110696793, -0.03538911044597626, 0.007178871426731348, -0.004801665432751179, 0.0014566747704520822, 0.011915109120309353, 0.022594362497329712, 0.009123528376221657, -5.100179259898141e-05, -0.019555609673261642, -0.0014475876232609153, -0.009065370075404644, 0.011718826368451118, 0.014444979839026928, 0.007902211509644985, 0.009523363783955574, 0.02486252225935459, 0.005194231867790222, -0.00010365063644712791, -0.023248638957738876, -0.004154658410698175, 0.001565721002407372, 0.006669989321380854, -0.00033599845482967794, -0.01923574134707451, 0.0027843117713928223, -0.022667059674859047, -0.011500733904540539, 0.016255145892500877, -0.006597292143851519, -0.005216040648519993, 0.01821797713637352, -0.0033767959102988243, -0.015368237160146236, -0.005332356784492731, 0.002257255371659994, -0.004154658410698175, -0.013289091177284718, -0.012205898761749268, 0.015920737758278847, -0.010642903856933117, -0.018712319433689117, -0.01079556904733181, 0.008062145672738552, -0.003936565946787596, -0.01647323928773403, 0.0005206953501328826, -0.04303688183426857, -0.01383432187139988, -0.004489066544920206, -0.0020337107125669718, -0.01112997718155384, -0.0037075690925121307, -0.01628422550857067, 0.010432081297039986, 0.010766490362584591, 0.002397197764366865, -0.007785895373672247, -0.027973972260951996, -0.009966818615794182, -0.0056122420355677605, -0.02198370359838009, -0.014917513355612755, 0.006604562047868967, 0.01431412436068058, -0.005572258494794369, 0.011907839216291904, -0.005390514619648457, 0.03157976642251015, 0.000427097431384027, -0.0044963364489376545, 0.01517922431230545, -0.015455474145710468, 0.013725275173783302, -0.026927130296826363, -0.03504016250371933, 0.01657501421868801, 0.011457115411758423, 0.019003110006451607, -0.027494169771671295, 0.006008442956954241, 0.008454711176455021, 0.006579117849469185, -0.030678316950798035, 0.008861817419528961, 0.00617928197607398, -0.003643958829343319, -0.005303277634084225, 0.00562678137794137, -0.010686522349715233, 0.026956208050251007, 0.005241484846919775, 0.03094002790749073, -0.020035412162542343, 0.009559712372720242, 0.0055468142963945866, -0.0007687753532081842, -0.006295597646385431, 0.025865746662020683, -0.016066132113337517, -0.015586329624056816, 0.0032059568911790848, 0.00969056785106659, -0.01584804058074951, -0.014975671656429768, -0.012823827564716339, -0.02809028886258602, -0.003700299421325326, -0.008331125602126122, -0.008054875768721104, -0.0012758399825543165, -0.0024989743251353502, -0.01986093819141388, 0.0032477579079568386, -0.01624060608446598, -0.014808467589318752, -0.0015929825603961945, -0.021053176373243332, 0.005939380265772343, -0.019206661731004715, 0.008251158520579338, 0.008978133089840412, -0.009487015195190907, 0.010831917636096478, -0.002766137244179845, 0.0022736121900379658, 0.0032859239727258682, 0.02781403809785843, -0.012692972086369991, -0.016444159671664238, 0.01337632816284895, 0.001973735401406884, -0.009697837755084038, -0.00702620716765523, 0.011333529837429523, 0.018959490582346916, -0.02438271977007389, -0.014830276370048523, 0.01807258278131485, 0.004143753554672003, -0.0015784429851919413, 0.029573315754532814, 0.006975318770855665, 0.01594981737434864, 0.022579822689294815, 0.015746263787150383, 0.028162986040115356, 0.017810871824622154, -0.019439293071627617, 0.02775588072836399, 0.012220438569784164, 0.016400540247559547, -0.007684118580073118, 0.007967638783156872, 0.021460281684994698, 0.03986727446317673, -0.016313303261995316, -0.0033331774175167084, 0.0034749372862279415, 0.015281000174582005, 0.026621799916028976, 0.014743039384484291, 0.018290674313902855, -0.024426337331533432, 0.02265251986682415, -0.025763969868421555, -0.010315765626728535, -0.010279417037963867, 0.023931995034217834, 0.004354576114565134, 0.02260890230536461, -0.012220438569784164, -0.034574899822473526, -0.020035412162542343, 0.004456352908164263, 0.014495868235826492, -0.00785859301686287, 0.011697016656398773, -0.009356159716844559, -0.010526588186621666, 0.007353345397859812, -0.010933694429695606, 0.0356798991560936, 0.023873837664723396, -0.034865688532590866, 0.0064119137823581696, 0.02593844383955002, 0.031056344509124756, 0.006531864404678345, -0.012191359885036945, 0.009239844046533108, 0.029951343312859535, 0.031637921929359436, -0.005299643147736788, 0.01262754388153553, -0.014612183906137943, 0.025429561734199524, -0.0031568859703838825, 0.012133201584219933, -0.012925603426992893, -0.005990268662571907, 0.022957850247621536, 0.020646071061491966, -0.017142055556178093, 0.018974030390381813, -0.007182506378740072, 0.01207504328340292, -0.0020500675309449434, -0.018479688093066216, 0.022347191348671913, 0.0014375917380675673, 0.010366654023528099, -0.02506607584655285, 0.0004202820418868214, 0.022492585703730583, -0.029224367812275887, 0.017912646755576134, 0.02689805068075657, 0.013121887110173702, 0.014226887375116348, -0.005561353638768196, 0.011653398163616657, 0.0021682009100914, 0.009646949358284473, 0.03722108528017998, 0.017360147088766098, -0.028715485706925392, 0.0006474615074694157, -0.006353755481541157, 0.0005384153919294477, 0.004609017167240381, -0.008614646270871162, -0.020253505557775497, -0.009465205483138561, -0.009494285099208355, 0.0134926438331604, 0.007197045721113682, -0.0067463219165802, 0.008810929022729397, 0.016589554026722908, -0.020500676706433296, -0.01462672371417284, 0.005550449248403311, 0.02809028886258602, -0.010126752778887749, 0.004805300384759903, -0.0033331774175167084, 0.01875593699514866, -0.014888434670865536, -0.0012394912773743272, -0.00901448167860508, 0.04164109006524086, 0.009603330865502357, -0.014743039384484291, -0.00568857416510582, 0.0061829169280827045, 0.02670903690159321, 0.001564812264405191, -0.04800938442349434, 0.016545936465263367, -0.006211995612829924, 0.008730961941182613, -0.013027380220592022, 0.021503901109099388, 0.01520830299705267, 0.01744738407433033, -0.00040824152529239655, -0.004307323135435581, -0.015731723979115486, -0.0060920449905097485, 0.009436126798391342, -0.004118309821933508, -0.0012231343425810337, 0.048358332365751266, -0.0015257373452186584, -0.004176467657089233, -0.009632409550249577, -0.013245472684502602, 0.027770420536398888, 0.005266929045319557, 0.005950285121798515, -0.0274796299636364, -0.05565715581178665, 0.007429677527397871, 0.0200063344091177, 0.020398899912834167, -0.0163860023021698, 0.01296195201575756, -0.014583105221390724, -0.008134842850267887, -0.016138831153512, 0.0008846368873491883, -0.01826159469783306, -0.030969107523560524, -0.016066132113337517, -0.028904499486088753, 0.017985345795750618, 0.015818960964679718, 0.012598465196788311, 0.0010150378802791238, -0.0021627487149089575, -0.024019232019782066, -0.011747905053198338, -0.010686522349715233, 0.0019392040558159351, -0.014161460101604462, 0.008200270123779774, 0.032132264226675034, 0.011246292851865292, 0.009094448760151863, 0.019453832879662514, 0.013412676751613617, 0.01826159469783306, -0.031783316284418106, 0.0033986049238592386, 0.0005865774000994861, 0.009530633687973022, 0.0008750953711569309, 0.004009263589978218, 0.017767252400517464, 0.01026487722992897, -0.005554083734750748, 0.00956698227673769, -0.016604093834757805, -0.0053614359349012375, 0.02250712551176548, 0.007487835828214884, -0.015091987326741219, -0.006371930241584778, -0.0042055463418364525, 0.01788356900215149, 0.009399778209626675, 0.0032241311855614185, -0.014452249743044376, 0.021096795797348022, 0.022332651540637016, -0.016255145892500877, -0.009116258472204208, -0.005866683088243008, -0.0032750193495303392, 0.003449493320658803, 0.037133850157260895, 0.012016885913908482, -0.03463305905461311, -0.014852086082100868, -0.037657272070646286, 0.0037257433868944645, 0.00036325998371466994, -0.021242190152406693, -0.009610600769519806, -0.015455474145710468, 0.013877940364181995, -0.010715601965785027, 0.0007019846234470606, -0.00731336185708642, 0.00017072538321372122, -0.008272968232631683, -0.004358211066573858, 0.00613202853128314, -0.0004418641037773341, 0.01815981976687908, -0.012329484336078167, -0.0032750193495303392, 0.004754411987960339, -0.009705107659101486, -0.0236121267080307, 0.022710679098963737, -0.03224858269095421, -0.01738922670483589, 0.01590619795024395, 0.024877062067389488, -0.0014503138372674584, 4.452717985259369e-05, 0.010279417037963867, 0.0020337107125669718, -0.01600797474384308, 0.008861817419528961, -0.012394912540912628, 0.0037620922084897757, -0.0062992325983941555, 0.019352056086063385, 0.025807589292526245, -0.009850502014160156, -0.012598465196788311, 0.03460397943854332, -0.0029569680336862803, 0.019206661731004715, 0.01807258278131485, -0.0042455303482711315, 0.01942475512623787, -0.0016883979551494122, 0.02154751867055893, -0.02516785077750683, -0.011580700986087322, 0.028846342116594315, -0.022245414555072784, 0.012489419430494308, -0.010766490362584591, 0.012176820077002048, 0.004830744583159685, 0.004154658410698175, -0.005670399870723486, 0.002431729109957814, -0.0008087589521892369, 0.0005902122939005494, -0.021576598286628723, 0.023408573120832443, 0.011667937971651554, -0.01952653005719185, 0.01161704957485199, -0.007924020290374756, -0.05571531504392624, -0.016749488189816475, -0.0015684470999985933, -0.04515964537858963, 0.007575072813779116, -0.007611421402543783, -0.01296922191977501, -0.02342311292886734, -0.004041977226734161, 0.0034458583686500788, 0.04207727313041687, 0.018305214121937752, 0.019541069865226746, -0.006346486043184996, -0.006909891031682491, -0.004699889104813337, -0.020835084840655327, -0.0072988225147128105, -0.030474763363599777, -0.024179166182875633, 0.018276134505867958, 0.03608700633049011, 0.03864595666527748, 0.0022172718308866024, 0.004347306676208973, 0.00214457418769598, -0.028279302641749382, 0.0007406051154248416, 0.004329132381826639, -0.018014423549175262, 0.0010759220458567142, 0.024833442643284798, 0.006313771940767765, 0.04786399006843567, 0.00830931682139635, 0.0012304040137678385, 0.0035094686318188906, 0.00679357536137104, 0.006535499356687069, 0.0015457292320206761, 0.0031568859703838825, -0.02352488972246647, 0.0015030194772407413, 0.0068917167373001575, -0.01407422311604023, -0.009036291390657425, -0.007814974524080753, 0.010170371271669865, 0.0007487835828214884, -0.003809345420449972, 0.018857713788747787, -0.019003110006451607, -0.030678316950798035, -0.023510349914431572, 0.00731336185708642, -0.011406227014958858, -0.0031696080695837736, -0.02814844623208046, -0.0310854222625494, 0.014852086082100868, -0.007785895373672247, 0.003402239875867963, -0.0065718479454517365, 0.05266202241182327, 0.000678812270052731, 0.023641206324100494, -0.014902973547577858, 0.026432786136865616, -0.0065282294526696205, 0.0035658092238008976, -0.007018937263637781, 0.0021609312389045954, 0.012002346105873585, -0.006266518961638212, 0.043298590928316116, -0.000454358960269019, -0.0501321516931057, 0.0012085948837921023, 0.020893242210149765, -0.01125356275588274, -0.007727737072855234, -0.010904614813625813, -0.018566925078630447, -0.008760040625929832, -0.017534621059894562, -0.0008514687069691718, -0.02119857259094715, 0.015440935268998146, 0.004979774355888367, -0.02327771857380867, 0.013027380220592022, -0.00898540299385786, -0.011827872134745121, -0.0006397374090738595, -0.009974087588489056, 0.05161517858505249, -0.004147388506680727, 0.035301875323057175, 0.00015266460832208395, 0.0026988922618329525, -0.003449493320658803, 0.002311778487637639, -0.011864220723509789, -0.008345665410161018, 0.019163044169545174, 0.02390291541814804, 0.024804364889860153, 0.017898108810186386, 0.01961376704275608, -0.00679357536137104, 0.01046116091310978, -0.04178648442029953, 0.021794689819216728, 0.011580700986087322, 0.011166325770318508, -0.0166331734508276, -0.014735769480466843, -0.044025566428899765, -0.01315823569893837, -0.009719646535813808, 0.007197045721113682, 0.015789883211255074, -0.0200063344091177, -0.022478045895695686, 0.005877587478607893, -0.0033767959102988243, 0.01339813694357872, -0.020471597090363503, -0.006222900468856096, 0.022536205127835274, 0.008018527179956436, -0.016211528331041336, -0.014117841608822346, -0.000624289212282747, 0.015251921489834785, -0.025763969868421555, -0.023263178765773773, 0.013536262325942516, 0.01946837268769741, -0.015731723979115486, -0.009218034334480762, -0.012991031631827354, 0.03725016489624977, -0.04420004040002823, -0.008592836558818817, -0.020224425941705704, 0.029704172164201736, 0.018712319433689117, -0.0008909979369491339, 0.010315765626728535, 0.004230990540236235, -0.016167908906936646, -0.016982121393084526, 0.010439351201057434, 0.012227708473801613, 0.011318990029394627, -0.008491060696542263, -0.003667585551738739, -0.012278596870601177, -0.02550225891172886, -0.024455416947603226, 0.012634813785552979, -0.036261480301618576, -0.00777135556563735, -0.005125169176608324, 0.007844053208827972, 0.014444979839026928, -0.007582342252135277, -0.009043560363352299, -0.02082054503262043, 0.0178399495780468, -0.03341174125671387, 0.012634813785552979, -0.012547576799988747, -0.008389283902943134, -0.02713068202137947, -0.0009405230521224439, 0.0002364938409300521, -0.03137621283531189, 0.0013821600005030632, -0.007509645074605942, -0.00944339670240879, 0.008033066056668758, 0.013718006201088428, 0.002760685048997402, -0.0034967465326189995, 0.010679253377020359, 0.025226010009646416, -0.003711204044520855, 0.005419593770056963, 0.011646129190921783, -0.03335358202457428, 0.028221143409609795, -0.03291739895939827, 0.0024026501923799515, 0.011878760531544685, -0.005950285121798515, -0.008396553806960583, -0.0134926438331604, 0.019555609673261642, 0.018872253596782684, -0.009596060961484909, 0.002548045013099909, 0.003958375193178654, 0.022783376276493073, -0.03631963953375816, 0.0018010789062827826, 0.005710383411496878, -0.02067515067756176, -0.021053176373243332, 0.014604914002120495, -0.009974087588489056, 0.004409099463373423, -0.002070059534162283, -0.00304238754324615, 0.011340799741446972, 0.01484481617808342, -0.015266461297869682, -0.027494169771671295, -0.03629055991768837, 0.002024623565375805, -0.05146978422999382, -0.0009586974047124386, 0.0045690336264669895, 0.02294331043958664, 0.005815794691443443, -0.02579304948449135, -0.011631589382886887, -0.03370252996683121, -0.01429231557995081, -0.015964357182383537, 0.00809849426150322, 0.0197591632604599, 0.001423961017280817, 0.01792718656361103, 0.005045202095061541, 0.03608700633049011, -0.012540306895971298, 0.019919097423553467, -0.009923200123012066, 0.015877120196819305, 0.00439819460734725, 0.0014966584276407957, -0.008643724955618382, 0.006317406892776489, -0.024179166182875633, 0.0008069415343925357, 0.026476405560970306, 0.021038636565208435, 0.02400469221174717, -1.157195492851315e-05, -0.008069415576756, -0.0003450856311246753, -0.0061647421680390835, -0.0134926438331604, -0.030300291255116463, 0.01898857019841671, 0.017709095031023026, -0.031492527574300766, -0.014125111512839794, -0.0018774112686514854, 0.020108109340071678, 0.0011567978654056787, -0.0038347896188497543, 0.005190596915781498, -0.02500791661441326, 0.020166268572211266, -0.02163475565612316, 0.002549862489104271, -0.003429501550272107, -0.009414318017661572, 0.005924840923398733, 0.003667585551738739, -0.003943835850805044, 0.03748279809951782, 0.0173456072807312, -0.008287507109344006, -0.014088762924075127, -0.008978133089840412, -0.009726916439831257, -0.017374686896800995, -0.00635012099519372, 0.004314592573791742, 0.011100898496806622, -0.012336754240095615, -0.012191359885036945, -0.016124291345477104, -0.0007515097386203706, -0.010432081297039986, 0.02038436010479927, 0.0037948060780763626, 0.0008900891989469528, -0.0063428510911762714, -0.023583047091960907, -0.013565341010689735, -0.017185673117637634, -0.010046785697340965, -0.018915873020887375, 0.005884857382625341, -0.019817320629954338, -0.01642961986362934, -0.004790761042386293, -0.009421586990356445, -0.041757404804229736, -0.01971554383635521, -0.011675207875669003, -0.014255966991186142, 0.01692396216094494, 0.019352056086063385, 0.18377910554409027, -0.0007415137952193618, 0.002520783571526408, 0.018334291875362396, 0.023495810106396675, -0.0012622091453522444, 0.027348775416612625, 0.016705870628356934, -0.051062677055597305, 0.025124233216047287, 0.01782541163265705, 0.0074151381850242615, -0.013078268617391586, 0.0018955855630338192, 0.014372282661497593, -0.023830218240618706, -0.029631473124027252, -0.014946592040359974, -0.031841475516557693, -0.02159113809466362, -0.012307675555348396, -0.0050888205878436565, -0.019003110006451607, -0.01371073629707098, 0.027116142213344574, -0.02140212431550026, -0.010373923927545547, 0.012285865843296051, -0.0022954214364290237, 0.022158177569508553, -0.021082255989313126, -0.003393152728676796, -0.009974087588489056, 0.004503605887293816, -0.01615336909890175, 0.009065370075404644, 0.01778179220855236, -0.011602510698139668, 0.02275429666042328, 0.014902973547577858, -0.007785895373672247, -0.013332709670066833, -0.00016368280921597034, -0.030591079965233803, -0.011202674359083176, 0.004296418279409409, -0.027930354699492455, 0.018726859241724014, 0.01079556904733181, -0.0010650174226611853, -0.005801255349069834, 0.018203437328338623, 0.007669579237699509, 0.017592778429389, 0.010839187540113926, -0.02178015187382698, -0.00230087386444211, 0.0069353352300822735, -0.003914756700396538, -0.005281468387693167, -0.004405464511364698, 0.03160884603857994, -0.027697721496224403, -0.003402239875867963, 0.026912590488791466, 0.015237381681799889, -0.035301875323057175, 0.0029315240681171417, 0.0024262769147753716, -0.012736590579152107, 0.008149382658302784, 0.006361025385558605, -0.005608607083559036, -0.0028933577705174685, 0.004885267466306686, -0.014604914002120495, 0.01657501421868801, 0.015382776968181133, 0.008970863185822964, 0.048939913511276245, -0.02887541987001896, -0.0342259518802166, 0.006731782574206591, -0.01875593699514866, -0.0323067381978035, -0.05682031437754631, 0.03370252996683121, -0.003663950599730015, -0.007244299165904522, 0.010352114215493202, -0.000941431790124625, -0.014132381416857243, -0.008265698328614235, -0.008447442203760147, 0.011188135482370853, 0.03291739895939827, -0.02444087713956833, 0.023888377472758293, -0.00993046909570694, -0.012947413139045238, -0.044461749494075775, 0.03899490460753441, 0.01284563634544611, -0.0038275199476629496, -0.04632280394434929, -0.03297555446624756, -0.008723692037165165, -0.01021398976445198, -0.009995897300541401, -0.012125931680202484, -0.0011468019802123308, -0.043880172073841095, 0.006731782574206591, 0.004071056377142668, 0.03483660891652107, 0.01451040804386139, -9.479063737671822e-05, -0.04521780461072922, -0.009574252180755138, -0.01855238527059555, 0.007611421402543783, -0.02838107757270336, -0.0006915343110449612, 0.0032604800071567297, 0.015615408308804035, -0.011667937971651554, -0.007655039895325899, -0.012336754240095615, -0.011166325770318508, -0.042775169014930725, 0.007836783304810524, -0.01035938411951065, 0.005539544392377138, -0.0008823651005513966, -0.00993046909570694, 0.014735769480466843, 0.016545936465263367, 0.01014856155961752, -0.011740635149180889, 0.014466789551079273, -0.009959548711776733, 0.003305915743112564, -0.0032695671543478966, -0.007604151498526335, 0.004365480970591307, -0.024280942976474762, 0.0318123959004879, 0.008149382658302784, -0.038093455135822296, -0.029675092548131943, -0.01149346400052309, -0.011086358688771725, -0.011740635149180889, -0.006680894177407026, 0.022768836468458176, -0.022274494171142578, -0.019817320629954338, -0.036610428243875504, -0.04120490700006485, 0.009399778209626675, -0.009726916439831257, -0.0032114090863615274, 0.04062332585453987, -0.015586329624056816, -0.03306279331445694, -0.02627285197377205, -0.19157227873802185, 0.01590619795024395, 0.018915873020887375, -0.023583047091960907, -0.002791581442579627, -0.012881984934210777, 0.0202389657497406, 0.01026487722992897, 0.008323855698108673, -0.025080613791942596, 0.008694613352417946, -0.03315002843737602, -0.02612745761871338, 0.0068699074909091, 0.009596060961484909, -0.008454711176455021, -0.006361025385558605, -0.008571027778089046, 0.018392451107501984, 0.020878702402114868, 0.017534621059894562, -0.021576598286628723, -0.009123528376221657, 0.023975614458322525, -0.010621095076203346, 0.022390808910131454, -0.013383597135543823, 0.02148936130106449, -0.004754411987960339, -0.017505541443824768, -0.016255145892500877, 0.01426323689520359, -0.004750777501612902, 0.004470892250537872, 0.001138623571023345, 0.026432786136865616, -0.015586329624056816, -0.022390808910131454, 0.006415548734366894, 0.01330363005399704, 0.008876356296241283, 0.023917455226182938, 0.0004134666523896158, 0.007669579237699509, 0.02500791661441326, -0.003336812136694789, 0.022637980058789253, 0.007247934117913246, 0.021867388859391212, -0.019293898716568947, 0.005190596915781498, -0.012823827564716339, 0.02015172876417637, -0.007713197730481625, 0.012016885913908482, 0.020791465416550636, -0.022012783214449883, 0.010984581895172596, 0.009399778209626675, -0.018494227901101112, 0.00597572885453701, -0.010439351201057434, -0.0032859239727258682, -0.0010486604878678918, -0.012518498115241528, -0.016255145892500877, -0.011675207875669003, 0.008091224357485771, -0.013369058258831501, -0.007306091953068972, 0.0006892625242471695, -0.013550801202654839, -0.004816204775124788, 0.00495069520547986, -0.002809755736961961, 0.0018737763166427612, -0.019642846658825874, 0.034574899822473526, -0.0019537436310201883, 0.01701119914650917, 0.0031932347919791937, 0.06124031916260719, -0.029326144605875015, -0.0008750953711569309, 0.011580700986087322, -0.0033767959102988243, -0.01763639785349369, -0.009581522084772587, 0.008149382658302784, -0.011209944263100624, 0.0014784840168431401, -0.013914288952946663, -0.017360147088766098, -0.010810108855366707, 0.008730961941182613, 0.021576598286628723, -0.023510349914431572, -0.00495069520547986, -0.016662251204252243, 0.007215220481157303, 0.01183514203876257, 0.0015493640676140785, -0.04155385494232178, 0.015484553761780262, 0.011798793449997902, 0.005150613375008106, 0.018014423549175262, 0.017680015414953232, 0.04789306968450546, 0.00021650204143952578, -0.010860996320843697, -0.004779856186360121, 0.02042797952890396, 0.01416873000562191, 0.013965177349746227, 0.012089583091437817, -0.01000316720455885, -0.04376385360956192, 0.012954683043062687, 0.017374686896800995, 0.027348775416612625, -0.0030169435776770115, -0.012852906249463558, 0.01875593699514866, 0.014335934072732925, -0.00889089610427618, -0.08270060271024704, -0.0017674564151093364, -0.019410215318202972, 0.017185673117637634, 0.00479439552873373, 0.012591195292770863, -0.02621469460427761, 0.026723576709628105, -0.007604151498526335, -0.001281292294152081, 0.005310547538101673, -0.00907990988343954, 6.122486956883222e-05, -0.0025553146842867136, 0.007211585529148579, 0.007269743364304304, 0.0017620041035115719, -0.0013857948360964656, 0.006600927095860243, 0.027915814891457558, -0.012707510963082314, 0.011776984669268131, 0.0042055463418364525, -0.005539544392377138, 0.0024099198635667562, 0.002442633733153343, -0.029675092548131943, 0.03980911523103714, 0.016458699479699135, -0.008127572946250439, 0.009225304238498211, -0.028991736471652985, 0.018450608476996422, -0.010999121703207493, -0.019584689289331436, -0.016502317041158676, -0.03495292738080025, -0.031928714364767075, 0.030154895037412643, -0.030329369008541107, 0.024586271494627, 0.021576598286628723, -0.018232516944408417, -0.028933579102158546, 0.009029021486639977, -0.010650173760950565, -0.005263294093310833, 0.0265054851770401, 0.0016793106915429235, -0.026723576709628105, 0.0008810020517557859, -0.0005979363922961056, 0.0005007035797461867, -0.009341619908809662, 0.019293898716568947, -0.002222724026069045, 0.0197591632604599, 0.011042740195989609, -0.02404831163585186, -0.0006938061560504138, -0.0007542358944192529, -0.019119424745440483, -0.003502198960632086, 0.03820976987481117, 0.02130034752190113, -0.004561764188110828, -0.02825022302567959, -0.01224224828183651, 0.0212131105363369, -0.018203437328338623, -0.015164684504270554, 0.005157882813364267, -0.007502375170588493, 0.024658968672156334, -0.01628422550857067, -0.017520081251859665, -0.014932053163647652, -0.0016157004283741117, 0.029616935178637505, 0.0010477517498657107, -0.003820250043645501, -0.005928475875407457, -0.006542769260704517, -0.0001728835777612403, 0.043356750160455704, 0.01404514443129301, 0.015150145627558231, 0.007087999954819679, -0.006426453124731779, -0.020413439720869064, -0.010192180052399635, 0.032742924988269806, 0.008265698328614235, -0.021620217710733414, -0.014932053163647652, 0.029805947095155716, 0.0037839014548808336, 0.01161704957485199, -0.012896524742245674, 0.0013185497373342514, -0.02183830924332142, 0.000427097431384027, -0.07816427946090698, 0.028322920203208923, -0.015789883211255074, 0.008738231845200062, 0.01788356900215149, -0.004561764188110828, -0.0037657271604985, -0.027872195467352867, -0.002449903404340148, 0.02631647139787674, -0.008222079835832119, 0.01807258278131485, 0.011260832659900188, 0.018770476803183556, -0.011282641440629959, -0.024222785606980324, 0.035505425184965134, -0.011820603162050247, 0.005241484846919775, 0.0030024040024727583, -0.015746263787150383, -0.014633993618190289, 0.009167145937681198, 0.002955150790512562, -0.012285865843296051, -0.004198276903480291, -0.003120537381619215, 0.022332651540637016, 0.0018428799230605364, 0.00315143377520144, 0.020951399579644203, -0.0327720046043396, 0.0047762212343513966, 0.04859096556901932, 0.008047605864703655, -0.02925344742834568, 0.012104122899472713, 0.029660552740097046, 0.01952653005719185, 0.01580442301928997, -0.010948233306407928, -0.016560476273298264, -0.004300053231418133, -0.01990455761551857, -0.006408278830349445, 0.007117078639566898, 0.002006449270993471, 0.008287507109344006, 0.009218034334480762, -0.0021100430749356747, 0.017127515748143196, -0.008541948162019253, 0.018494227901101112, -0.008163921535015106, -0.013725275173783302, -0.0031150849536061287, -0.0002773861342575401, -0.0005384153919294477, -0.013078268617391586, -0.002809755736961961, 0.01600797474384308, 0.022579822689294815, 0.03169608116149902, 0.014379552565515041, -0.01705481857061386, -0.021518440917134285, 0.0028642788529396057, -0.017098436132073402, 0.011595240794122219, -0.0457993820309639, -0.00011483922571642324, 0.00039597382419742644, 0.0006079322774894536, 0.007647769991308451, -0.010403002612292767, 0.0058412388898432255, -0.001564812264405191, -0.0021645661909133196, -0.0035639917477965355, 0.00855648797005415, 0.022856073454022408, 0.012314945459365845, -0.01624060608446598, -0.006270153447985649, 0.018247056752443314, 0.014161460101604462, -0.011050010100007057, 0.022274494171142578, 0.012205898761749268, -0.007255204021930695, -0.013085538521409035, 0.024019232019782066, 0.010584746487438679, 0.0028079384937882423, -0.0035349128302186728, -0.0036712205037474632, -0.0240919291973114, 0.009923200123012066, 0.0006892625242471695, 0.020035412162542343, -0.013027380220592022, 0.020558834075927734, -0.005288738291710615, 0.00777135556563735, -0.010824647732079029, -0.006644545588642359, -0.000995954847894609, -0.02308870479464531, -0.00766230933368206, -0.009508823975920677, 0.01744738407433033, -0.011042740195989609, -0.02346673235297203, 0.026054760441184044, -0.024513574317097664, 0.007073460146784782, -0.018596002832055092, -0.016545936465263367, -0.02540048398077488, 0.028715485706925392, 0.0016020697075873613, 0.029747789725661278, 0.008105764165520668, 0.010933694429695606, 0.045857541263103485, 0.022085480391979218, -0.019308438524603844, -0.0035294604022055864, 0.016356922686100006, 0.01807258278131485, -0.009356159716844559, -0.004968869499862194, 0.0003843876766040921, -0.014517677947878838, -0.01496113184839487, -0.005961189512163401, -0.008592836558818817, 0.016124291345477104, 0.004605382215231657, 0.08014164865016937, 0.014735769480466843, -0.008861817419528961, 0.0002496702363714576, 0.003983819391578436, 0.021867388859391212, 0.02569127269089222, 0.00809849426150322, 0.006270153447985649, -0.0009387056343257427, -0.0010159466182813048, -0.0017747260862961411, -0.014488598331809044, -0.03262660652399063, -0.01754916086792946, -0.015310079790651798, 0.018232516944408417, -0.005463212262839079, 0.020166268572211266, -0.0207187682390213, 0.009603330865502357, -0.017432844266295433, 0.03693029657006264, 0.03050384297966957, -0.0024444512091577053, -0.00507428077980876, 0.013187314383685589, -0.013478104025125504, -0.016415080055594444, -0.03678490221500397, 0.004779856186360121, -0.01730198971927166, -0.05841965600848198, -0.028802722692489624, -0.00788040179759264, -0.017214752733707428, -0.004910711664706469, -0.022579822689294815, 0.00157571688760072, -0.0058194296434521675, -0.02833746001124382, 0.0027843117713928223, -0.024251863360404968, -0.022419888526201248, 0.0238592978566885, 0.0018701414810493588, -0.006052061449736357, 0.0022281764540821314, -0.020326202735304832], \"a76ad1ed-c784-4204-8a28-85edf517073b\": [0.005101531744003296, 0.018155155703425407, -0.0036410801112651825, -0.029369816184043884, -0.012279853224754333, 0.005744666326791048, -0.016681306064128876, -0.0004450860433280468, -0.024894671514630318, -0.0358547568321228, 0.007087880279868841, 0.006123178172856569, 0.019186850637197495, -0.005158476065844297, -0.012387041933834553, 0.023099252954125404, 0.028405115008354187, 0.018691102042794228, 0.037918150424957275, 4.51419000455644e-05, 0.004441648721694946, 0.012387041933834553, -0.004900552332401276, -0.006960593163967133, -0.023688793182373047, 0.007389349397271872, 0.025323428213596344, -0.02864629030227661, -0.0042875646613538265, -0.008521534502506256, 0.03580116480588913, -0.018838485702872276, -0.029744978994131088, -0.033469799906015396, -0.008997186087071896, -0.013827395625412464, -0.017270846292376518, -0.02367539517581463, 0.03028092533349991, -0.019401229918003082, 0.03714102879166603, -0.009258459322154522, -0.021625403314828873, -0.011248157359659672, 0.000758279231376946, 0.03290705755352974, -0.011810900643467903, -0.01048443466424942, -0.02677048183977604, 0.008521534502506256, 0.011475934647023678, 0.022013964131474495, -0.01396138221025467, -0.006019338499754667, -0.03965997323393822, 0.0026546053122729063, -0.019093060865998268, 0.004930699244141579, 0.019521817564964294, -0.023166246712207794, 0.005399651359766722, 0.009017284028232098, -0.003945899195969105, -0.005037888418883085, -0.020727694034576416, 0.01010927278548479, -0.004863705951720476, 0.002805340103805065, 0.00032428893609903753, -0.0047364188358187675, 0.022268537431955338, -0.010069076903164387, -0.005456595681607723, 0.005607330705970526, 0.023206442594528198, 0.00746974116191268, -0.010564827360212803, 0.0031637537758797407, 0.009432641789317131, -0.03135281428694725, 0.015930982306599617, -0.024372125044465065, -0.023568205535411835, 0.03885605186223984, 0.003165428526699543, 0.01733783818781376, 0.010866296477615833, 0.009586726315319538, 0.005553735885769129, -0.0026747032534331083, -0.003358033951371908, -0.00036029776674695313, -0.0003703467664308846, 0.025189440697431564, -0.0036712270230054855, -0.0062538147903978825, 0.001548380241729319, 0.011717109940946102, 0.004046388901770115, 0.00933885108679533, -0.0074831400997936726, -0.0005154288955964148, -0.02770838513970375, -0.024492712691426277, -0.004404802806675434, 0.0003889792424160987, 0.021143052726984024, 0.006588780786842108, 0.013271352276206017, -0.014483928680419922, 0.002863959176465869, 0.03647109493613243, 0.013626416213810444, -0.024961665272712708, 0.00018674353486858308, 0.00637105293571949, 0.014416935853660107, -0.027601197361946106, 0.004210522398352623, -0.01705646701157093, 0.015555820427834988, 0.022134551778435707, 0.02230873331427574, -0.022080957889556885, -0.006230367347598076, -0.0010015482548624277, -0.008889997377991676, 0.015663009136915207, -0.019990770146250725, -0.011161066591739655, 0.04201813414692879, -0.002301216358318925, 0.03191555663943291, -0.016748299822211266, -0.03196915239095688, -0.001065191812813282, 2.1707364794565365e-05, 0.004284214694052935, -0.01591758243739605, -0.02675708197057247, -0.005047937389463186, 0.015569218434393406, -0.0013499128399416804, 0.0020432923920452595, 0.0026077101938426495, 0.012527727521955967, 0.0063576544634997845, 0.010584925301373005, 0.0074228462763130665, 0.012681812047958374, -0.002068414818495512, 0.016212353482842445, 0.01787378452718258, 0.010524631477892399, 0.009492935612797737, 0.03127242252230644, -0.0074429442174732685, -0.0053025116212666035, 0.022884875535964966, 0.018289143219590187, 0.015676407143473625, 0.024238137528300285, 0.025323428213596344, 0.011489332653582096, -0.0017058142693713307, 0.02811034582555294, 0.011918089352548122, 0.014604516327381134, 0.02386297658085823, 0.0220541600137949, 0.008327254094183445, 0.00818656850606203, -0.022603504359722137, 0.015689807012677193, 0.004244018811732531, 0.016815291717648506, 0.017833588644862175, 0.01115436665713787, -0.04499262943863869, -0.01861071027815342, -0.00773771433159709, -0.013398638926446438, 0.040088728070259094, 0.014108766801655293, -0.027226034551858902, 0.02778877690434456, 0.0017736448207870126, 0.004910601302981377, 0.011013681069016457, 0.010598323307931423, 0.018222149461507797, 0.0019277292303740978, -0.002584262518212199, -0.016734899953007698, -0.6457071900367737, -0.01112087070941925, 0.009620223194360733, -0.04936058819293976, 0.005704470444470644, 0.018570514395833015, 0.01206547487527132, 0.00022568332497030497, -0.016292745247483253, 0.03740900009870529, 0.01547542866319418, 0.03162078931927681, 0.01644013077020645, -0.005888701882213354, -0.011033779010176659, -0.016011374071240425, 0.01644013077020645, -0.04070506617426872, 0.00042959387064911425, 0.017699602991342545, 0.010765806771814823, 0.008153071627020836, -0.01122136041522026, -0.01713685877621174, 0.006458144169300795, -0.007362551987171173, 0.01928064227104187, -0.006257164292037487, 0.010792603716254234, 0.020258741453289986, -0.043652765452861786, 0.01948162168264389, 0.012460734695196152, 0.004501942545175552, 0.04954816773533821, 0.0031369563657790422, -0.004572285804897547, 0.019441425800323486, 0.02757439948618412, 0.03692664951086044, -0.00846793968230486, 0.0073692514561116695, 0.01571660302579403, 0.014229354448616505, -0.0010484434897080064, 0.005044587422162294, 0.033067841082811356, 0.010571526363492012, 0.007174971047788858, -0.0012628217227756977, -0.009191466495394707, 0.0130167780444026, 0.005185273475944996, 0.028539100661873817, -0.01827574335038662, -0.025805778801441193, 0.020138153806328773, -0.0035506393760442734, -0.004458397161215544, -0.016024772077798843, 0.00960682425647974, 0.00978100672364235, -0.004200473427772522, 0.0002482935378793627, -0.01598457619547844, 0.029477005824446678, 0.0053125605918467045, -0.019253844395279884, 0.0009588401298969984, -0.02710544690489769, -0.0010300204157829285, 0.03352339565753937, -0.014845692552626133, -0.022362329065799713, 0.00461918069049716, 0.018972473219037056, 0.01780679076910019, -0.043384794145822525, -0.004659376572817564, 0.020875079557299614, 0.013291450217366219, -0.0047498177736997604, -0.02514924481511116, -0.0048402585089206696, 0.02055351249873638, -0.014644712209701538, -0.009117773734033108, -0.024358725175261497, 0.005138378124684095, -0.014014976099133492, -0.004039689898490906, -0.017096662893891335, -0.00576476426795125, -0.015140462666749954, 0.00174852239433676, 0.01257462240755558, 0.018851885572075844, 0.014202557504177094, -0.02332703024148941, -0.04166976734995842, -0.023099252954125404, -0.007342454046010971, -0.019923776388168335, 0.0037516190204769373, 0.014229354448616505, 0.0052924626506865025, 0.011100772768259048, 0.017043069005012512, 0.04078545793890953, -0.027252832427620888, 0.003969346638768911, -0.039150822907686234, -0.008166470564901829, -0.012313349172472954, -0.005530288442969322, -0.020888477563858032, 0.020513316616415977, -0.0012644965900108218, 0.003123557660728693, -0.024626698344945908, -0.0031285821460187435, 0.009251760318875313, -0.0024251537397503853, -0.01092659030109644, 0.01540843490511179, -0.014336544089019299, -0.03746259585022926, 0.0039057033136487007, -0.017887182533740997, 0.002319639315828681, 0.00751663651317358, 0.02041952684521675, 0.014725103974342346, -0.003945899195969105, 0.016627710312604904, -0.004568935837596655, -0.0034903455525636673, -0.004763216245919466, 0.014403536915779114, -0.0006737002986483276, -0.011616620235145092, -0.013947983272373676, 0.0002886987931560725, -0.008956990204751492, -0.014403536915779114, -0.0073692514561116695, -0.0007942880620248616, -0.022429322823882103, -0.006431346759200096, 0.011033779010176659, -0.01969599910080433, -0.008434443734586239, 0.0004752329841721803, 0.006515088491141796, -0.021558409556746483, -0.010564827360212803, 0.015622813254594803, -0.0144303347915411, -0.014885888434946537, -0.007523335982114077, -0.0007109653088264167, 0.022817881777882576, -0.009419242851436138, 0.01048443466424942, -0.01976299285888672, -0.007302258163690567, -0.012333447113633156, 0.018503520637750626, -0.02987896464765072, -0.020593708381056786, -0.016976075246930122, 0.010015483014285564, -0.0016145360423251987, -0.008977088145911694, 0.01348573062568903, 0.009298655204474926, -0.03242470696568489, -0.02230873331427574, 0.0012343496782705188, -0.012219558469951153, 0.010946688242256641, 0.029718181118369102, 0.011469234712421894, -0.01547542866319418, 0.043867144733667374, 0.029771776869893074, 0.013800598680973053, 0.014202557504177094, -0.02291167341172695, 0.02237572707235813, 0.021866578608751297, 0.018088161945343018, -0.009734110906720161, -0.016332941129803658, 0.004136829636991024, 0.01358622033149004, -0.002378258388489485, 0.019843384623527527, 0.02123684249818325, 0.010832799598574638, 0.017043069005012512, 0.009479537606239319, 0.005443197209388018, -0.019843384623527527, 0.014604516327381134, -0.029316222295165062, -0.012206160463392735, -0.009278557263314724, -0.003708073403686285, 0.019066262990236282, -0.011918089352548122, -0.0073491535149514675, -0.011864494532346725, -0.03807893395423889, 0.01901266910135746, 0.005871953442692757, -0.022536510601639748, 0.014296348206698895, 0.01055142842233181, -0.030790071934461594, 0.015261050313711166, -0.007690818980336189, 0.006866802461445332, 0.023903172463178635, -0.027494007721543312, 0.010417441837489605, -0.00028597720665857196, -0.010236560367047787, -0.020674100145697594, -0.04542138800024986, -0.0027282978408038616, 0.008796206675469875, 0.017646007239818573, -0.007034285459667444, 0.01396138221025467, -0.0068065086379647255, 0.040892645716667175, -0.011462535709142685, 0.013070372864603996, -0.004552187863737345, 0.021223444491624832, 0.014684908092021942, 0.015596016310155392, -0.016493724659085274, 0.014872489497065544, 0.01396138221025467, 0.0023146148305386305, 0.017552217468619347, -0.023367226123809814, 0.015448630787432194, 0.0013700108975172043, -0.0011782428482547402, -0.020875079557299614, 0.0037013741675764322, 0.009888195432722569, -0.009995385073125362, 0.008072679862380028, 0.0057312678545713425, 0.008347352035343647, 0.011630019173026085, 0.002813714323565364, -0.028673088178038597, 0.003925801254808903, -0.0038856053724884987, 0.029852168634533882, 0.005021139979362488, -0.019307438284158707, -0.037328608334064484, -0.005168525036424398, 0.017418229952454567, -0.018717898055911064, -0.02441232092678547, -0.03976716101169586, 0.0018506870837882161, 0.030897261574864388, 0.0063576544634997845, 0.018972473219037056, 0.010464336723089218, 0.019843384623527527, -0.0025474163703620434, -0.027400217950344086, -0.011824298650026321, 0.009948489256203175, 0.04710961505770683, -0.008722513914108276, -0.018021170049905777, -0.02218814566731453, -0.015663009136915207, -0.013747003860771656, 0.011877893470227718, -0.008199967443943024, 0.004950797185301781, 0.009841300547122955, -0.0034250272437930107, -0.01664111018180847, 0.021799586713314056, 0.03505083918571472, -0.005969093646854162, -0.017364636063575745, -0.0002658792363945395, 0.018892081454396248, -0.009184767492115498, -0.012789000757038593, -0.00204831687733531, 0.017096662893891335, -0.0027668189723044634, -0.02111625485122204, -0.010685415007174015, 0.0006159187178127468, -0.014537523500621319, -5.7676956203067675e-05, -0.028753479942679405, -0.015287847258150578, 0.0027567700017243624, -0.0016337966080754995, -0.004374655894935131, -0.005593931768089533, -0.02595316432416439, 0.030897261574864388, 0.009935091249644756, -0.002212450373917818, -0.014577719382941723, -0.031460005789995193, 0.012313349172472954, 0.030656086280941963, 0.015180658549070358, 0.006478242110460997, 0.01799437217414379, -0.011268255300819874, -0.009660419076681137, -0.018222149461507797, -0.005101531744003296, 0.009948489256203175, -0.02218814566731453, -0.013492429628968239, -0.018798289820551872, 0.017967574298381805, -0.008943591266870499, 0.011033779010176659, -0.003234096569940448, -0.01445713173598051, -0.0222417414188385, 0.002291167387738824, -0.03068288415670395, 0.009044080972671509, 0.0058954013511538506, 0.03223712742328644, 0.023970166221261024, 0.020191749557852745, 0.03167438134551048, 0.016480326652526855, 0.00866891909390688, 0.01122805941849947, 0.0018037918489426374, 0.00494074821472168, -0.003456848906353116, 0.023648597300052643, 0.013298149220645428, 0.01800777018070221, 0.05011091008782387, 0.007905197329819202, 0.019052864983677864, 0.01048443466424942, -0.019843384623527527, 0.019776390865445137, 0.020955471321940422, 0.0006113129202276468, -0.008112875744700432, 0.013653213158249855, -0.0030197182204574347, -0.008213365450501442, 0.005473344121128321, 0.0036511290818452835, 0.004589033778756857, 0.007650623098015785, 0.009325453080236912, -0.028137141838669777, -0.006716067902743816, 0.007697517983615398, -0.003888955106958747, 0.01962900720536709, 0.0013800598680973053, -0.006394500378519297, -0.040892645716667175, -0.007777910213917494, -0.04051748290657997, 0.013492429628968239, 0.008032483980059624, 0.0011924789287149906, -0.012581322342157364, -0.02178618684411049, -0.0009370673215016723, -0.010846198536455631, 0.00893019326031208, -0.007583629805594683, -0.009533131495118141, -0.03574756905436516, -0.0130167780444026, -0.016533920541405678, -0.005959044676274061, -0.002996270777657628, -0.02468029409646988, 0.001998072024434805, 0.014591118320822716, -0.0029477006755769253, -0.01961560733616352, 0.002261020243167877, -0.032129935920238495, -0.002691451692953706, -0.011670215055346489, 0.029048249125480652, -0.015127063728868961, -0.006421297788619995, 0.016024772077798843, 0.017980974167585373, -0.020205147564411163, -0.0026093849446624517, -0.007677420042455196, -0.0023832828737795353, -0.00773771433159709, -0.008983787149190903, 0.03397895023226738, 0.0005300836637616158, -0.02110285684466362, 0.0047799646854400635, 0.012815798632800579, 0.00893689226359129, 0.002709874650463462, -0.0033831563778221607, 0.011140968650579453, -0.009157969616353512, 0.02210775390267372, -0.035024043172597885, -0.01520745549350977, 0.012333447113633156, -0.010115972720086575, 0.01398817915469408, -0.005587232299149036, -0.002230873331427574, 0.004073186311870813, 0.0015500551089644432, 0.008146372623741627, 0.00046392789226956666, -0.001214251620694995, -0.0038554584607481956, -0.003694674698635936, 0.035506393760442734, 0.03641750290989876, -0.022871477529406548, 0.0104509387165308, -0.0033932053484022617, -0.028003156185150146, -0.021678997203707695, -0.010424140840768814, -0.007054383400827646, 0.017217250540852547, -0.023059057071805, -0.03869526833295822, -0.030093343928456306, -0.007664021570235491, 0.01257462240755558, 0.025135846808552742, -0.0016245850129052997, 0.017766594886779785, -8.745751983951777e-05, -0.01493948232382536, 0.007509937044233084, -0.03392535448074341, -0.015113664790987968, -0.034756068140268326, -0.025537805631756783, 0.011757305823266506, 0.009258459322154522, 0.032397910952568054, -0.0011765679810196161, 0.005905450321733952, -0.005148427095264196, -0.0053025116212666035, -0.000697985349688679, -0.00542644876986742, 0.006029387470334768, -0.007509937044233084, 0.05190632864832878, 0.02514924481511116, 0.03081686981022358, 0.0033195128198713064, 0.0023548107128590345, 0.003054889617487788, -0.006967292167246342, 0.007958791218698025, -0.0180747639387846, 0.0001346144563285634, -0.040222715586423874, 0.015328043140470982, 0.012186062522232533, 0.006361003965139389, -0.0036209821701049805, -0.02238912507891655, 0.013827395625412464, 0.0031687782611697912, -0.01196498516947031, -0.0028086898382753134, -0.04239329323172569, -0.04051748290657997, 0.002771843457594514, 0.012855994515120983, 0.008950291201472282, 0.017150258645415306, -0.012608119286596775, -0.02055351249873638, 0.015823792666196823, 0.0008206666680052876, 0.03006654605269432, -0.015770198777318, 0.026609696447849274, 0.012313349172472954, 0.036712270230054855, -0.0042272708378732204, -0.0007256200769916177, -1.3130405022820923e-05, 0.006464843172580004, -0.02481427974998951, -0.007054383400827646, 0.0036712270230054855, 0.002679727738723159, 0.03904363512992859, -0.010846198536455631, -0.019736194983124733, -0.014028375037014484, 0.008414345793426037, -0.016748299822211266, 0.010846198536455631, 0.01112087070941925, -0.02366199716925621, 0.011569725349545479, -0.024653496220707893, -0.023045659065246582, -0.01583719067275524, 0.025604799389839172, 0.015180658549070358, -0.005918848793953657, 0.012675113044679165, -0.010792603716254234, -0.00031989251147024333, -0.007690818980336189, -0.01055142842233181, 0.041562579572200775, -0.014470530673861504, 0.030254127457737923, 0.013264652341604233, 0.013077071867883205, -0.03539920598268509, 0.014135564677417278, 0.006789760198444128, 0.0018238897901028395, 0.012688511051237583, 0.014644712209701538, 0.01942802593111992, 1.1337813702994026e-05, -0.012896190397441387, -0.004773265216499567, -0.021531613543629646, -0.045474980026483536, 0.007677420042455196, 0.005446546711027622, 0.004421550780534744, -0.010517931543290615, -0.0011531204218044877, -0.026381921023130417, 0.00365782855078578, -0.025122448801994324, 0.009472837671637535, 0.015046671964228153, -0.004488544072955847, -0.035693973302841187, 0.012031977996230125, 0.011167765595018864, 0.016962677240371704, 0.001367498654872179, 0.01274210587143898, -0.005724568385630846, -0.0002880707324948162, 0.0004651840135920793, -0.014899286441504955, 0.027132244780659676, 0.026194339618086815, -0.02939661405980587, -0.02082148566842079, 0.03762337937951088, 0.025068853050470352, -0.008012386038899422, -0.016882285475730896, 0.007851602509617805, 0.02778877690434456, 0.00035925101838074625, -0.004260767251253128, -0.016694704070687294, 0.00301636871881783, 0.009459439665079117, 4.6515783651557285e-06, -0.013854192569851875, -0.022978665307164192, -0.009573327377438545, -0.009928391315042973, 0.022469518706202507, 0.03802533820271492, -0.00876270979642868, -0.02576558291912079, -0.004863705951720476, 0.009533131495118141, -0.012353545054793358, -0.011944887228310108, -0.00451869098469615, -0.015060069970786572, 0.00046476529678329825, 0.015823792666196823, -0.008421044796705246, 0.008139673620462418, 0.002724948339164257, 0.0015659659402444959, 0.010330351069569588, 0.0283783171325922, -0.035961948335170746, 0.04239329323172569, -0.011107471771538258, 0.0036846257280558348, -0.013465632684528828, 0.02218814566731453, -0.00627056322991848, -0.013907787390053272, -0.014202557504177094, 0.005001042038202286, -0.0308704636991024, -0.014470530673861504, 0.001657244167290628, 0.020875079557299614, 0.00709457928314805, -0.002038267906755209, 0.02669009007513523, -0.017230650410056114, 0.01894567534327507, -0.001286269398406148, -0.0487978421151638, 0.023956766352057457, -0.042366497218608856, 0.007282160222530365, -0.008501436561346054, -0.017766594886779785, 0.01234014704823494, -0.015100265853106976, -0.0027400217950344086, 0.012011880055069923, 0.006689270492643118, -0.03756978362798691, -0.004371305927634239, 0.020446322858333588, -0.02987896464765072, -0.003493695054203272, -0.010015483014285564, -0.02899465523660183, -0.010792603716254234, 0.010799302719533443, 0.009245061315596104, -0.018798289820551872, -0.013867591507732868, 0.007188369985669851, 0.001226812950335443, 0.02447931282222271, -0.006746214814484119, -0.02360840141773224, -0.027627993375062943, -0.0053025116212666035, -0.030039748176932335, 0.009385746903717518, 0.01794077828526497, 0.044135116040706635, 0.020754491910338402, -0.013934584334492683, -0.01179750170558691, -0.0009513034019619226, -0.03807893395423889, -0.022777685895562172, -0.010893093422055244, 0.01405517291277647, 0.03507763892412186, 0.0017903931438922882, 0.008132973685860634, 0.04327760264277458, -0.00741614680737257, 0.01603817194700241, -0.0408390536904335, -0.008896696381270885, -0.006615578196942806, 0.0011305101215839386, -0.0012435611570253968, 0.014725103974342346, -0.008414345793426037, 0.00220910063944757, 0.04895862564444542, 0.0003115183499176055, -0.0018925578333437443, 0.02824433147907257, -0.003587485523894429, 0.012005181051790714, -0.013003379106521606, -0.004511991515755653, 0.002562489826232195, 0.005382903385907412, 0.03237111121416092, -0.029771776869893074, -0.014577719382941723, 0.028217533603310585, -0.013425436802208424, -0.013097169809043407, 0.006866802461445332, -0.0009077577851712704, -0.03770377114415169, 0.004960846155881882, 0.005151776596903801, -0.010765806771814823, -0.021009067073464394, -0.022817881777882576, 0.003878906136378646, 0.013760402798652649, 0.008367449976503849, 0.03633711114525795, -0.020942073315382004, -0.007851602509617805, 0.01112756971269846, 0.003969346638768911, 0.00856173038482666, -0.005078084301203489, -0.006478242110460997, 0.01048443466424942, 0.01311726775020361, -0.029959356412291527, 0.008246862329542637, -0.018717898055911064, -0.009841300547122955, -0.004649327602237463, -0.007710916921496391, -0.03271947801113129, -0.00815977156162262, -0.00799228809773922, -0.021625403314828873, -0.0008093615178950131, 0.03202274814248085, -0.006072933319956064, -0.020687498152256012, -0.022214943543076515, -0.014229354448616505, -0.00034250272437930107, 0.003878906136378646, -0.01092659030109644, -0.02023194544017315, -0.030709680169820786, -0.00512497965246439, 0.00689359987154603, 0.009271858260035515, 0.014376739971339703, 0.21212725341320038, -0.0005610680091194808, 0.01839633099734783, 0.02710544690489769, -0.010718910954892635, -0.003255869261920452, 0.024975063279271126, -0.012681812047958374, -0.016198955476284027, 0.013479030691087246, -0.0068366555497050285, 0.029557397589087486, -0.018356135115027428, -0.0025155944749712944, 0.006752914283424616, -0.0038152625784277916, -0.037784162908792496, 0.0028003156185150146, -0.016212353482842445, -0.010390644893050194, 0.0029091795440763235, -0.0038956543430685997, -0.02636852115392685, -0.004913950804620981, 0.009553229436278343, -0.004501942545175552, -0.015194056555628777, 0.011187863536179066, 0.015930982306599617, -0.00309341074898839, -0.03188876062631607, -0.017686203122138977, 0.012902889400720596, 0.015930982306599617, -0.033603787422180176, -0.01618555560708046, 0.008414345793426037, -0.0017954176291823387, 0.004046388901770115, 0.008876598440110683, -0.0007909384439699352, -0.0069203972816467285, 0.02508225291967392, -0.01610516384243965, -0.0013926210813224316, 0.011335249058902264, 0.006310759112238884, -0.0014746877131983638, 0.0053025116212666035, 0.013572821393609047, -0.024827677756547928, 0.012420538812875748, 0.012500930577516556, 0.015796994790434837, 0.015220854431390762, -0.02165220119059086, 0.008769409731030464, 0.015462029725313187, 0.013398638926446438, 0.009720712900161743, -0.018516918644309044, 0.0009730761521495879, -0.004274165723472834, 0.009023983031511307, 0.006297360174357891, 0.031460005789995193, -0.034005746245384216, -0.016413332894444466, 0.009446040727198124, -0.016748299822211266, -0.01665450818836689, 0.0009764258284121752, -0.002147131832316518, 0.003848758991807699, 0.014899286441504955, -0.017619211226701736, 0.012581322342157364, 0.038936443626880646, 0.0047464678063988686, 0.035559989511966705, -0.02466689422726631, -0.020178349688649178, -0.013231156393885612, -0.016775095835328102, 0.0047498177736997604, -0.0451534129679203, 0.03861487656831741, -0.009198165498673916, -0.008622024208307266, -0.005808310117572546, -0.003287691157311201, -0.013653213158249855, 0.0039023535791784525, 0.025055455043911934, 0.014282949268817902, 0.02689106948673725, -0.008427743799984455, 0.02271069400012493, -0.01772639900445938, -0.022683896124362946, -0.03740900009870529, 0.025979962199926376, 0.02872668206691742, 0.0038353605195879936, -0.03357699140906334, -0.014993077144026756, -0.0032072991598397493, -0.01591758243739605, -0.006079632323235273, -0.009573327377438545, -0.022683896124362946, -0.01812835782766342, 0.007014187518507242, -0.0069002993404865265, 0.023635199293494225, 0.006682571489363909, 0.009439341723918915, -0.02178618684411049, 0.0154352318495512, -0.01378719974309206, -0.016574116423726082, -0.025256434455513954, -0.004505292512476444, 0.021491417661309242, 0.007938693277537823, 0.00041158945532515645, -0.011784102767705917, 0.010209763422608376, -0.010993583127856255, -0.02636852115392685, -0.022161349654197693, -0.015060069970786572, -0.005453246179968119, -0.01839633099734783, -0.015395035967230797, 0.0011137619148939848, 0.004572285804897547, -0.025363624095916748, 0.012782301753759384, 0.010678715072572231, -0.0011028754524886608, -0.013947983272373676, 0.014792097732424736, -0.0035707373172044754, -0.004156927578151226, -0.008079379796981812, -0.008441142737865448, 0.01799437217414379, -0.02616754174232483, -0.015676407143473625, -0.029289424419403076, 0.01389438845217228, 0.02163880132138729, -0.0288606695830822, 0.0052924626506865025, -0.036042340099811554, 0.004046388901770115, -0.03612273186445236, -0.013231156393885612, 0.008072679862380028, -0.03135281428694725, 0.01867770217359066, 0.011549626477062702, 0.005593931768089533, -0.025859372690320015, -0.03534561023116112, -0.17032350599765778, 0.018691102042794228, 0.019052864983677864, -0.03472927212715149, 0.007007488049566746, -0.003507093759253621, 0.018222149461507797, 0.005634127650409937, 0.012594720348715782, -0.02150481566786766, 0.008903395384550095, -0.028083547949790955, -0.030924059450626373, -9.075484558707103e-05, -0.01969599910080433, -0.011944887228310108, 0.016346339136362076, 0.004699572455137968, 0.03121882863342762, 0.004970895126461983, 0.030254127457737923, -0.027869168668985367, 0.009332152083516121, -0.0014713380951434374, -0.014403536915779114, 0.02387637458741665, 0.006665823049843311, -0.021451221778988838, -0.0038588079623878, -0.03507763892412186, -0.036846257746219635, 0.001579364645294845, 0.0013390264939516783, -0.0038755564019083977, -0.006535186432301998, 0.0006540210451930761, -0.00019250076729804277, -0.007958791218698025, -0.02183978259563446, 0.008347352035343647, 0.004863705951720476, 0.015689807012677193, -0.008300457149744034, 0.00913787167519331, 0.016346339136362076, 0.005952345207333565, 0.01187119446694851, 0.002029893919825554, 0.028753479942679405, -0.03081686981022358, 0.0038521087262779474, -0.01719045452773571, -0.0053728544153273106, 0.0034802965819835663, 0.02426493540406227, -0.012815798632800579, -0.02062050625681877, 0.0031805019825696945, 0.010725610889494419, -0.032317519187927246, -0.020995667204260826, -0.021799586713314056, -0.01038394495844841, 0.01800777018070221, -0.002761794487014413, 0.002239247551187873, -0.024251537397503853, 0.0031118339393287897, -0.034354109317064285, -0.0031620787922292948, -0.0016304468736052513, -0.012286552228033543, -0.01445713173598051, -0.013338345102965832, 0.0031520298216491938, 0.019334236159920692, -0.03298744931817055, 0.01398817915469408, 0.00271322438493371, -0.017699602991342545, -0.024841077625751495, 0.015863988548517227, -0.01739143393933773, 0.01902606710791588, -0.02151821367442608, -0.005185273475944996, -0.011013681069016457, -0.011455836705863476, -0.0116970119997859, 0.0037315210793167353, 0.019240446388721466, -0.018583912402391434, -0.024184543639421463, -0.011375444941222668, -0.008943591266870499, 0.02192017436027527, 0.01752541959285736, -0.02237572707235813, 0.007764511276036501, -0.003818612080067396, 0.01874469593167305, -0.012299951165914536, -0.023340430110692978, 0.0010107598500326276, 0.04057107865810394, 0.0012301625683903694, 0.012922987341880798, 0.0018908829661086202, 0.05766774341464043, -0.0013591244351118803, -0.0021086109336465597, 0.007040984928607941, -0.009372347965836525, 0.020888477563858032, -0.0038521087262779474, 0.026944663375616074, -0.010893093422055244, -0.016466926783323288, 0.019253844395279884, -0.017110062763094902, 0.048235099762678146, -0.0027584447525441647, -0.016413332894444466, 0.03108484297990799, 0.013345045037567616, 0.019642405211925507, -0.11833678185939789, -0.03639070317149162, -0.020955471321940422, 0.006960593163967133, -0.0026663292665034533, 0.015220854431390762, -0.006632326170802116, 0.045555371791124344, -0.010618421249091625, 0.031165234744548798, 0.012695210985839367, -0.0016136985504999757, 0.00808607880026102, 0.0029761726036667824, 0.014376739971339703, -0.001376710133627057, -0.0256985891610384, 0.009191466495394707, -0.008400946855545044, 0.03917762264609337, 0.008528233505785465, 0.008642122149467468, 0.014202557504177094, -0.0006414598319679499, -0.014242753386497498, 0.03175477311015129, -0.03322862461209297, 0.000582840817514807, 0.008501436561346054, 0.004223920870572329, 0.012728706933557987, -0.00882970355451107, 0.013378540985286236, 0.0001004897931125015, -0.008521534502506256, -0.008796206675469875, -0.0205669105052948, -0.008742611855268478, 0.03271947801113129, 3.1324554583989084e-05, 0.010765806771814823, 0.0374893918633461, -0.000567348615732044, -0.02001756615936756, 0.016426730901002884, -0.01095338724553585, -0.018959075212478638, 0.048717450350522995, -0.016507122665643692, -0.024238137528300285, -0.022817881777882576, -0.01591758243739605, -0.013773800805211067, -0.022563308477401733, 0.02682407572865486, -0.01341873686760664, 0.012608119286596775, -0.0008926843293011189, -0.01338524091988802, 0.021049262955784798, -0.0012109020026400685, -0.01623915135860443, -0.0068266065791249275, 0.03073647804558277, 0.028003156185150146, -0.001276220427826047, -0.032531894743442535, 0.0030699633061885834, 0.008695716969668865, -0.033148232847452164, -0.033014245331287384, 0.03486325964331627, -0.014001578092575073, 0.018798289820551872, -0.011891292408108711, 0.008019085973501205, 0.009566628374159336, -0.0019562013912945986, 0.012226258404552937, 0.016761697828769684, 0.008434443734586239, -0.015529022552073002, 0.006153325084596872, -0.009332152083516121, 0.02177278883755207, 0.01597117818892002, 0.012313349172472954, 0.007583629805594683, 0.01740483194589615, -0.036497894674539566, -0.002312940079718828, 0.017445027828216553, -0.01236694399267435, -0.022777685895562172, -0.003113508690148592, 0.018597310408949852, -0.0067663127556443214, -0.015019874088466167, 0.02347441576421261, 0.016011374071240425, -0.025256434455513954, 0.006488291081041098, -0.04919980466365814, 0.023353828117251396, -0.010162867605686188, 0.004823510069400072, 0.020272141322493553, -0.002560814842581749, -0.012494230642914772, -0.0037918149027973413, -0.00104509387165308, 0.022884875535964966, -0.008307156153023243, 0.008032483980059624, -0.013097169809043407, -0.02143782190978527, 0.000677887408528477, 0.004187074955552816, 0.029610993340611458, -0.009265159256756306, 0.00524221733212471, 0.003466897876933217, 0.009767607785761356, 0.0012619843473657966, 0.012936386279761791, -0.011784102767705917, -0.0247338879853487, -0.008481338620185852, -0.0014026700519025326, -0.01105387695133686, -0.006478242110460997, 0.0022040761541575193, 0.004883803892880678, -0.022295335307717323, 0.02366199716925621, 0.034139733761548996, 0.01767280511558056, -0.024774083867669106, 0.025537805631756783, 0.027815574780106544, 0.03612273186445236, 0.004609131719917059, -0.011415640823543072, -0.020647302269935608, 0.01618555560708046, -0.01547542866319418, -0.023487813770771027, -0.017445027828216553, -0.023688793182373047, 0.014296348206698895, 0.004039689898490906, 0.004880454391241074, 0.044537074863910675, 0.0010819401359185576, -0.010712211951613426, -0.00407988578081131, -0.02501525916159153, -0.030522100627422333, -0.006813208106905222, 0.007784609217196703, -0.0019662503618746996, -0.0032273971009999514, 0.03046850487589836, 0.012768902815878391, -0.005644176620990038, -0.007248663809150457, -0.008642122149467468, -0.023005463182926178, -0.019468221813440323, 0.0018205400556325912, 0.008816304616630077, -0.025993360206484795, -0.004511991515755653, 0.022871477529406548, 0.006712718401104212, 0.013224456459283829, 0.0007658159593120217, -0.009995385073125362, 0.006190171465277672, -0.018101561814546585, -0.017378034070134163, 0.03170118108391762, 0.014323145151138306, 0.006344255525618792, 0.0026579550467431545, 0.0197495948523283, 0.013378540985286236, 0.016480326652526855, -0.011422339826822281, 0.006538535933941603, -0.003637730609625578, -0.00866891909390688, -0.026381921023130417, 0.023447617888450623, 0.012226258404552937, 0.015073468908667564, -0.010343749076128006, 0.012413838878273964, -0.006106429733335972, 0.027467209845781326, 0.007382650393992662, 0.0016002999618649483, -0.0027483957819640636, -0.00460243271663785, -0.008869899436831474, -0.006819907110184431, 0.005392952356487513, 0.004515341483056545, -0.01765940710902214, -0.017177054658532143, 0.01102708000689745, 0.0035841360222548246, 0.01981658674776554, -0.011569725349545479, -0.013358443044126034, 0.00970731396228075, -0.009593425318598747, 0.010605023242533207, 0.004592383746057749, 0.008206666447222233, -0.0038320107851177454, 0.02359500341117382, 0.00035066751297563314, 0.029744978994131088, 0.027293028309941292, 0.008407645858824253, 0.03505083918571472, 0.03328222036361694, -0.008005687035620213, -0.022295335307717323, 0.023501213639974594, -0.000985637423582375, -0.00809277780354023, -0.015930982306599617, -0.006501689553260803, -0.0030297671910375357, 0.006528486963361502, -0.00010137954814126715, 0.018972473219037056, -0.011764004826545715, 0.0013331646332517266, 0.07160232961177826, 0.015823792666196823, -0.008682318031787872, 0.025028657168149948, 0.029610993340611458, 0.009633621200919151, 0.02009795792400837, 0.014738502912223339, 0.013056973926723003, -0.0037516190204769373, -0.0007415309082716703, 8.51022923598066e-05, 0.002301216358318925, -0.017270846292376518, -0.021156450733542442, 0.005453246179968119, -0.013023477047681808, 0.0022543210070580244, -0.008977088145911694, -0.01338524091988802, 0.013800598680973053, 0.003687975462526083, 0.030441708862781525, 0.006280612200498581, -0.016346339136362076, 0.0032927156426012516, 0.03296065330505371, 0.028833871707320213, 0.005533637944608927, -0.01814175769686699, 0.00111627415753901, 0.012675113044679165, -0.04646648094058037, -0.00494074821472168, -0.0022375728003680706, -0.0034216775093227625, -0.013947983272373676, -0.01988358050584793, -0.006987390108406544, -0.009680517017841339, -0.016801893711090088, -0.016627710312604904, -0.02151821367442608, -0.03491685539484024, 0.014323145151138306, 0.027011657133698463, -0.0038119128439575434, -0.004411501809954643, -0.03606913611292839], \"0533912b-0885-45ad-839f-49b6326df436\": [0.019804641604423523, 0.01619206741452217, 0.0003167049144394696, -0.023713961243629456, -0.01669524796307087, 0.011044151149690151, -0.019017616286873817, -0.0017837078776210546, -0.019933661445975304, -0.039093200117349625, 0.005186622496694326, 0.01156668458133936, 0.018449926748871803, -0.004957611206918955, -0.0018304778495803475, 0.007579952012747526, 0.006921947933733463, 0.013379422016441822, 0.030964910984039307, -0.02424294501543045, 0.013179440051317215, 0.0062703946605324745, 0.0005971228238195181, -0.009889418259263039, -0.019985269755125046, 0.006296198349446058, 0.03130036219954491, -0.03385496884584427, 0.0006080089369788766, -0.006038157735019922, 0.01307622343301773, -0.017869334667921066, -0.021894771605730057, -0.03844809904694557, -0.003259379416704178, -0.008018621243536472, -0.011160270310938358, -0.02288823015987873, 0.023107564076781273, -0.012321454472839832, 0.03021659143269062, -0.0021933477837592363, -0.01470833271741867, -0.008128289133310318, 0.015456651337444782, 0.014656724408268929, -0.013224597088992596, -0.031635817140340805, -0.028023244813084602, -0.004193164873868227, 0.0022546325344592333, 0.029184428974986076, -0.02441067062318325, -0.005457565654069185, -0.012237590737640858, 0.01571469195187092, -0.0006128472159616649, 0.02038523368537426, 0.0011119950795546174, -0.022694699466228485, 0.01032163668423891, 0.004080272279679775, -0.010902228765189648, -0.021249670535326004, -0.03233252838253975, -0.008715332485735416, 0.008766940794885159, 0.0022385050542652607, -0.002304628025740385, 0.0018869242630898952, 0.0253912266343832, -0.01571469195187092, -0.003515807678923011, 0.0012902045855298638, 0.03682243824005127, 0.013340715318918228, -0.013830993324518204, 0.003335178829729557, 0.00415445864200592, -0.01339232362806797, 0.026333076879382133, -0.017598390579223633, 0.002127224812284112, 0.03986732289195061, 0.010876424610614777, 0.005199524573981762, 0.003364208620041609, 0.010244224220514297, 0.008012170903384686, -0.009786201640963554, -0.01536633726209402, 0.0007471091230399907, -0.008754038251936436, 0.031713228672742844, 0.006418767850846052, 0.004918904975056648, 0.007470284588634968, 0.016475912183523178, -0.008708881214261055, -0.025081578642129898, -0.028539326041936874, -0.0061994330026209354, -0.03127456083893776, -0.0163210891187191, -0.006154275964945555, 0.005080180708318949, 0.03088749758899212, 0.021688340231776237, 0.014359977096319199, -0.013908405788242817, 1.0237219072450898e-07, 0.035790275782346725, 0.013043968938291073, -0.0458538718521595, -0.013469736091792583, -0.001893375301733613, 0.00859921332448721, -0.019378872588276863, 0.008173446170985699, -0.011844078078866005, 0.020282017067074776, 0.04513135924935341, -0.015121198259294033, -0.012424670159816742, -0.0036416025832295418, -0.001013617031276226, -0.0051092104986310005, 0.014243858866393566, -0.01474703848361969, -0.017649998888373375, 0.03509356454014778, -0.01326330378651619, 0.02580409310758114, -0.011076406575739384, -0.035274192690849304, 0.01195374596863985, -0.012140825390815735, 0.004776982590556145, -0.011037700809538364, -0.023997806012630463, 0.016475912183523178, 0.02296564169228077, -0.0050221215933561325, -0.002549766795709729, 0.0008652434917166829, 0.008373428136110306, 0.027403945103287697, 0.024991262704133987, 0.001928855897858739, 0.0061994330026209354, 0.0007007423555478454, 0.032487351447343826, 0.011805372312664986, -7.484194793505594e-05, 0.006360708735883236, 0.04606030508875847, 0.002173994667828083, -0.014656724408268929, 0.030061768367886543, 0.018927302211523056, 0.01843702420592308, 0.04381534829735756, 0.02712010033428669, 0.011934393085539341, -0.005347898229956627, 0.041467174887657166, -0.0017546783201396465, 7.489234849344939e-05, 0.016243675723671913, 0.019378872588276863, 0.006941300816833973, 0.014463193714618683, -0.0050382488407194614, 0.0056188409216701984, -0.010824816301465034, 0.034474268555641174, 0.01695328950881958, 0.016346892341971397, -0.03865452855825424, -0.018966007977724075, -0.012527886778116226, -0.008373428136110306, 0.03488713130354881, 0.01165699865669012, -0.007889601401984692, 0.022230224683880806, -0.003819005563855171, -0.02077229507267475, 0.01086997427046299, 0.0089024119079113, 0.010424853302538395, 0.00289328396320343, 0.0012103732442483306, -0.0007821865729056299, -0.6609976291656494, -0.01643720641732216, 0.008250858634710312, -0.04871812462806702, 0.006947751622647047, 0.03470650315284729, 0.0025433157570660114, -0.006192982196807861, -0.016243675723671913, 0.034138813614845276, 0.006386512890458107, 0.037183698266744614, 0.010650639422237873, -0.00512856338173151, -0.008773391135036945, -0.011476370505988598, 0.024126825854182243, -0.04342828691005707, 0.018849888816475868, 0.021004531532526016, 0.002806195057928562, -8.880236418917775e-05, -0.002704591490328312, -0.003335178829729557, -0.011418310925364494, 0.006322002504020929, 0.023068858310580254, 0.004754404071718454, 0.028384501114487648, 0.020578764379024506, -0.04791820049285889, -0.0020965824369341135, 0.018591849133372307, 0.002715880749747157, 0.042525142431259155, -0.0049963174387812614, 0.0010861910413950682, 0.024346161633729935, 0.006747770123183727, 0.03153260052204132, -0.008773391135036945, -0.009444298222661018, -0.010966739617288113, 0.0061865309253335, 0.00415445864200592, 0.0008015396306291223, 0.037570759654045105, 0.01298590935766697, 0.008121837861835957, 0.01721132919192314, -0.012327904812991619, 0.01405032817274332, 0.0005834143958054483, 0.025868602097034454, -0.01958530582487583, -0.008979824371635914, 0.02652660757303238, 0.01225049328058958, -0.016256578266620636, 0.0017175849061459303, 0.010405500419437885, -0.0030319809447973967, 0.011818273924291134, 0.005902686156332493, -0.01750807650387287, 0.026500802487134933, -0.010786110535264015, -0.012560142204165459, 0.011476370505988598, -0.03284860774874687, -0.016811365261673927, 0.033545318990945816, -0.01719842664897442, -0.020449742674827576, 0.002088518813252449, 0.0006063961773179471, 0.021043237298727036, -0.027816811576485634, -0.0024723545648157597, 0.02394619770348072, 0.0059059117920696735, -0.00668325973674655, -0.025494443252682686, -0.004022212699055672, 0.029261840507388115, -0.024888047948479652, -0.01099899411201477, -0.024513887241482735, 0.008173446170985699, -0.005257583688944578, 0.00953461229801178, -0.013882601633667946, -0.012121472507715225, -0.00925721786916256, 0.0016361407469958067, 0.014501899480819702, 0.026049232110381126, -0.0035254841204732656, -0.029932746663689613, -0.03483552485704422, -0.006518758833408356, -0.013379422016441822, -0.007889601401984692, 0.006557465065270662, 0.017869334667921066, 0.01792094297707081, 0.00039855227805674076, 0.02123676799237728, 0.033080846071243286, -0.0191208329051733, 0.007625109050422907, -0.008979824371635914, -0.01970142498612404, -0.008592762984335423, -0.015172806568443775, -0.02313336916267872, 0.030990714207291603, -0.00783799309283495, 0.016243675723671913, -0.02263018861413002, 0.008147642016410828, 0.020617470145225525, 0.029442468658089638, -0.00720579270273447, 0.0178048238158226, 0.0072574010118842125, -0.045157160609960556, -0.0005015670321881771, -0.016682345420122147, 0.008670175448060036, 0.0273781418800354, 0.01093448419123888, 0.012392415665090084, -0.008192799054086208, 0.013792287558317184, -0.001204728614538908, -0.004938258323818445, 0.009108844213187695, 0.010347440838813782, -0.0014805097598582506, -0.02288823015987873, 0.0014829289866611362, -0.007457382511347532, -0.009341081604361534, -0.01728874258697033, -0.0018772477051243186, -0.01606304757297039, -0.012502082623541355, -0.014269663020968437, 0.004341538529843092, -0.02513318508863449, -0.010792561806738377, -0.006457474082708359, -0.0136890709400177, -0.0034158166963607073, -0.009908771142363548, 0.0035254841204732656, -0.01402452401816845, 0.0008628243231214583, -0.012302100658416748, 0.0035545136779546738, 0.022049596533179283, -0.020823903381824493, -0.0005668836529366672, -0.009205609560012817, -0.01788223534822464, -0.01906922459602356, 0.009353983215987682, -0.02164963260293007, -0.018488632515072823, -0.011644097045063972, 0.0023852658923715353, -2.5703295250423253e-05, -0.013998719863593578, 0.01497927587479353, 0.00530919199809432, -0.01606304757297039, -0.018669260665774345, -0.006915496662259102, -0.008508899249136448, 0.00044310465455055237, 0.024939654394984245, 0.01029583252966404, -0.003986732102930546, 0.029571490362286568, 0.0204626452177763, 0.04280899092555046, 0.02487514540553093, -0.025068676099181175, 0.02567507140338421, 0.004815688822418451, 0.017662901431322098, 0.00860566459596157, -0.0019191793398931623, 0.00444798031821847, 0.015379238873720169, -0.007586403284221888, 0.012618200853466988, 0.02784261479973793, 0.022591482847929, 0.012798829935491085, 0.005144691094756126, 0.00039552836096845567, -0.009470101445913315, 0.027532966807484627, -0.015069589950144291, -0.02882317081093788, -0.01504378579556942, 0.014824450947344303, 0.01508249156177044, -0.00213528866879642, -0.002765876241028309, -0.011340898461639881, -0.03233252838253975, 0.03290021792054176, 0.0036577300634235144, -0.017637096345424652, 0.01580500602722168, -0.012676260434091091, -0.0230946633964777, -0.002593311248347163, -0.017108112573623657, 0.004157684277743101, 0.01372777670621872, -0.028384501114487648, 0.030964910984039307, -0.006102667655795813, 0.017637096345424652, -0.015314728952944279, -0.036977265030145645, -0.002502996940165758, 0.0022223773412406445, 0.022526971995830536, 0.01167635153979063, -0.002243343275040388, -0.0015595348086208105, 0.023765569552779198, -0.014940569177269936, 0.01197309885174036, -0.003883515950292349, 0.008302466943860054, 0.025739582255482674, 0.03287441283464432, -0.0286941509693861, 0.019727228209376335, 0.014334172941744328, 0.005357574671506882, 0.009708790108561516, -0.01695328950881958, 0.004747952800244093, -0.019894955679774284, 0.006967104971408844, -0.013431030325591564, -0.000428993022069335, 0.022023793309926987, -0.0068251825869083405, -0.0004902777727693319, 0.006357483100146055, 0.00824440736323595, 0.008250858634710312, 0.0019224048592150211, 0.001546632731333375, -0.008663724176585674, -0.0012990747345611453, 0.03042302466928959, 0.011353801004588604, -0.034861329942941666, -0.01762419566512108, -0.018333807587623596, 0.013972915709018707, -0.01678556203842163, -0.016850072890520096, -0.03437105193734169, -0.00860566459596157, 0.029261840507388115, -0.006651004776358604, -0.0023997805546969175, 0.019314363598823547, 0.026758844032883644, -0.0023207555059343576, -0.030655261129140854, -0.015701789408922195, 0.0013619723031297326, 0.04157039150595665, -0.013637462630867958, -0.012656907550990582, -0.03251315653324127, -0.012282747775316238, -0.024720320478081703, 0.017598390579223633, -0.005954294465482235, 0.022810816764831543, 0.010179714299738407, -0.008037975057959557, -0.015353434719145298, 0.016850072890520096, 0.018114473670721054, -0.004554422106593847, -0.007915405556559563, 0.013353617861866951, -0.0030335935298353434, 0.009179805405437946, 0.008831450715661049, -0.0010015213629230857, 0.019430480897426605, -0.003954477142542601, -0.010128105990588665, -0.021133551374077797, 0.011979550123214722, -0.010805463418364525, -0.014553507789969444, -0.018682163208723068, -0.009315277449786663, 0.010450657457113266, 0.0035641903523355722, -0.0067026130855083466, -0.015753397718071938, -0.021507710218429565, 0.012121472507715225, 0.006534886546432972, 0.00367063214071095, -0.010779659263789654, -0.050705041736364365, 0.011244133114814758, 0.009115295484662056, 0.01695328950881958, 0.003335178829729557, 0.006689711008220911, 0.0035899942740797997, -0.011598939076066017, -0.017056504264473915, -0.008547605946660042, 0.011037700809538364, -0.022101204842329025, -0.019172441214323044, -0.014785745181143284, 0.03132616728544235, -0.00397383002564311, -0.0039480263367295265, -0.0075605991296470165, -0.01745646819472313, -0.025158990174531937, -0.0017320996848866343, -0.01093448419123888, 0.006257492583245039, 0.0016563001554459333, 0.03984151780605316, 0.020707784220576286, 0.008695978671312332, 0.017817726358771324, 0.009437846951186657, -0.0011111886706203222, 0.01970142498612404, -0.03243574500083923, 0.01851443573832512, -0.005734959617257118, 0.021765751764178276, 0.007399323396384716, 0.009676534682512283, 0.045957088470458984, 0.011921490542590618, 0.0211077481508255, 0.018153179436922073, -0.01992075890302658, 0.00021006143651902676, 0.01686297357082367, 0.003109393175691366, -0.006267169024795294, 0.018062865361571312, 0.020282017067074776, -0.004196390509605408, -0.013379422016441822, 0.013198792934417725, 0.02415263094007969, 0.019985269755125046, 0.0049350326880812645, -0.015585672110319138, -0.0036867596209049225, 0.009650730527937412, 0.00323196267709136, 0.009592670947313309, -0.0034448462538421154, 0.012321454472839832, -0.033416301012039185, -0.026010524481534958, -0.028797367587685585, 0.016875876113772392, -0.005047925747931004, 0.00019090996647719294, -0.006870339624583721, -0.01814027689397335, 0.00291424966417253, -0.025107381865382195, 0.013676169328391552, -0.004480235744267702, -0.014205153100192547, -0.029055407270789146, -0.01156668458133936, -0.010805463418364525, -0.0009999085450544953, 0.012502082623541355, -0.026604019105434418, 0.006002677138894796, 0.018798280507326126, -0.013637462630867958, -0.022010890766978264, 0.005683351308107376, -0.00951525941491127, -0.009766848757863045, -0.017017798498272896, 0.030397221446037292, -0.014166446402668953, 0.0008176671690307558, 0.018578946590423584, 0.01372777670621872, -0.004751178435981274, 0.007431578356772661, -0.01645010896027088, -0.007954111322760582, 0.0021691564470529556, 0.009928124956786633, 0.0313519723713398, -0.012160178273916245, 0.0009587833192199469, 0.012476278468966484, -0.016179166734218597, 0.0026949148159474134, -0.003538386197760701, 0.004957611206918955, -0.0034609739668667316, -0.008676625788211823, 0.023172074928879738, -0.06492309272289276, -0.007579952012747526, 0.017869334667921066, -0.014218054711818695, 0.026165349408984184, -0.00530596636235714, 0.005957519635558128, -0.002401393372565508, 0.009657181799411774, 0.010476461611688137, -0.019391775131225586, -0.018256396055221558, -0.00018808763707056642, -0.0006406672182492912, 0.03674502670764923, 0.004889875650405884, -0.033080846071243286, 0.025571854785084724, -0.010134557262063026, -0.010199067182838917, -0.006876790430396795, -0.027791006490588188, -0.0036319259088486433, 0.02435906231403351, -0.013934209942817688, -0.035067763179540634, -0.01235370896756649, 0.0002521946735214442, 0.009702338837087154, 0.02835869789123535, -0.0005434986669570208, 0.01962401159107685, 0.00171597208827734, -0.02496545948088169, 0.019249852746725082, -0.026965277269482613, -0.009637828916311264, -0.0300101600587368, -0.019004713743925095, 0.00919915921986103, 0.015392141416668892, 0.03529999777674675, -0.009134648367762566, 0.01405032817274332, -0.0029884364921599627, 0.0037157891783863306, -0.0049898661673069, -0.0027126551140099764, 0.0004668927867896855, -0.010560324415564537, 0.04089948534965515, 0.024346161633729935, 0.03416461870074272, 0.010495814494788647, 0.012256943620741367, 0.0156759861856699, 0.003977055661380291, 0.007631560321897268, -0.008741136640310287, 0.018785379827022552, -0.027481358498334885, 0.00987651664763689, 0.022643091157078743, 0.01957240328192711, -0.002920700702816248, -0.011192524805665016, 0.006570367142558098, 0.005112435668706894, -0.0048479437828063965, 0.00578656792640686, -0.0252235010266304, -0.03251315653324127, -0.0028174843173474073, 0.010837718844413757, 0.0029416666366159916, 0.004241547547280788, -0.02910701557993889, -0.022952741011977196, 0.013405226171016693, -0.0068058292381465435, 0.013250401243567467, -0.007057419046759605, 0.0349903479218483, -0.006625200621783733, 0.032951824367046356, -0.0158437117934227, 0.006960653699934483, -0.010786110535264015, -0.0012635941384360194, -0.012160178273916245, 0.004122203681617975, -0.0045028142631053925, 0.0022078626789152622, 0.030629457905888557, 0.009070138446986675, -0.023494625464081764, -0.01962401159107685, 0.016540423035621643, -0.003367434022948146, 0.009999086149036884, 0.010418402031064034, -0.01834671013057232, -0.0016506555257365108, -0.033545318990945816, -0.011302192695438862, -0.02186896838247776, 0.014308368787169456, 0.017946746200323105, -0.009463651105761528, 0.013676169328391552, 0.0007152571924962103, 0.005622066557407379, -0.007225146051496267, -0.004141557030379772, 0.03393238037824631, -0.029390860348939896, 0.03524839133024216, 0.010689345188438892, 0.013960014097392559, -0.032151900231838226, 0.01027647964656353, 0.006838084664195776, 0.0015563092892989516, 0.009586220607161522, 0.001878860522992909, 0.023468822240829468, 0.015701789408922195, -0.01136025134474039, 0.005051150918006897, -0.019172441214323044, -0.04577646031975746, -0.005293064285069704, 0.01258594635874033, 4.596354119712487e-05, -0.008276662789285183, 0.006431669928133488, -0.031635817140340805, -0.00930237490683794, -0.031558405607938766, -0.0051092104986310005, 0.010082948952913284, -0.014656724408268929, -0.02088841237127781, 0.0022110880818217993, 0.015159904025495052, 0.021894771605730057, 0.012179531157016754, -0.0033158259466290474, 0.006022030021995306, 0.011837627738714218, -0.014218054711818695, -0.01860474981367588, 0.006418767850846052, 0.02183026261627674, -0.033287279307842255, -0.012450474314391613, 0.0280490480363369, 0.024139728397130966, -0.01292785070836544, -0.017095211893320084, 0.008992725983262062, 0.032487351447343826, -0.012463376857340336, 0.001294236513786018, -0.027868419885635376, 0.02253987453877926, 0.016643639653921127, 0.023494625464081764, -0.0016506555257365108, -0.026126643642783165, -0.0008749199914745986, -0.010863522998988628, 0.012734320014715195, 0.027068492025136948, 0.000916045275516808, -0.025946015492081642, -0.011482820846140385, 0.011921490542590618, -0.02843610942363739, -0.011773116886615753, -0.0022739856503903866, -0.019933661445975304, -0.01719842664897442, 0.005189848132431507, 0.007618658244609833, -0.00023505915305577219, 0.010521618649363518, -0.004364117048680782, -0.0010047468822449446, 0.030964910984039307, -0.03344210237264633, 0.026965277269482613, -0.03953186795115471, -0.0061575016006827354, -0.02492675371468067, 0.011282839812338352, 0.001013617031276226, -0.014295467175543308, -0.004870522301644087, -0.011489272117614746, -0.023739764466881752, -0.005434987135231495, 0.01741776242852211, 0.01661783456802368, -0.005944617558270693, -0.008734685368835926, 0.03576447069644928, -0.02051425352692604, 0.018256396055221558, 0.011721508577466011, -0.014514802023768425, 0.03220350667834282, -0.027016883715987206, 0.00442862743511796, -0.011663449928164482, -0.02330109477043152, 0.002162705408409238, -0.022281832993030548, -0.009766848757863045, 0.014166446402668953, -0.016772659495472908, -0.026965277269482613, 0.012095668353140354, 0.023210780695080757, -0.011798921041190624, 0.003941575065255165, -0.008676625788211823, -0.03904158994555473, -0.0191208329051733, 0.012560142204165459, -0.016075950115919113, -0.020914217457175255, 0.002159480005502701, 0.017353251576423645, -0.006392963696271181, 0.02466871216893196, -0.0012893982930108905, -0.012734320014715195, -0.017301643267273903, -0.009224963374435902, -0.04559583216905594, -0.0037480443716049194, 0.0030739125795662403, 0.03390657901763916, 0.009037883020937443, -0.013792287558317184, -0.024346161633729935, 0.0029803726356476545, -0.027920028194785118, -0.02902960404753685, 0.01614045910537243, 0.013598756864666939, 0.010676443576812744, 0.006202658638358116, -0.0018208012916147709, 0.03666761517524719, 0.0018417671089991927, 0.011689254082739353, -0.036254748702049255, -0.006799378432333469, 0.0035287095233798027, -0.00532854488119483, -0.007638011127710342, 0.011508625000715256, -0.0005882526747882366, 0.011586037464439869, 0.03186805546283722, -0.007567049935460091, 0.0034738758113235235, 0.01864345744252205, -0.022810816764831543, 0.003302923869341612, -0.004251223988831043, 0.002636855700984597, -0.009818457067012787, 0.008760489523410797, 0.02530091255903244, -0.020243311300873756, -0.018720868974924088, 0.01949499174952507, -0.015559867955744267, -0.010457108728587627, -0.0002630807866808027, -0.012850438244640827, -0.030139179900288582, 0.01758548803627491, -0.011005445383489132, -0.020798098295927048, -0.004486686550080776, -0.01299236062914133, 0.027687791734933853, 0.024823537096381187, 0.00826376024633646, 0.034474268555641174, -0.0013555212644860148, -0.013856797479093075, -0.006405865773558617, 0.0025368647184222937, -0.013153635896742344, -0.007786384783685207, -0.007367068435996771, 0.00985071249306202, 0.014850255101919174, -0.03929963335394859, -0.001370036043226719, -0.03563545271754265, -0.015869516879320145, 0.006263943389058113, -0.0027029786724597216, -0.023236585780978203, 0.0164888147264719, -0.0013877763412892818, -0.011521527543663979, -0.01411483809351921, 0.004815688822418451, -0.02602342702448368, -0.009431395679712296, -0.001178924459964037, -0.01940467767417431, 0.007960562594234943, 6.703015969833359e-05, -0.007631560321897268, -0.020991628989577293, -0.026242762804031372, -0.006102667655795813, 0.003925447352230549, 0.004622158128768206, 0.0010716762626543641, 0.2011687010526657, -0.01097964122891426, 0.008231505751609802, 0.017237134277820587, -0.004099625162780285, 0.009521709755063057, 0.034603286534547806, 0.003170677926391363, -0.014514802023768425, 0.009953928180038929, -0.0240752175450325, 0.026552410796284676, -0.011069955304265022, 0.00019665541185531765, 0.011102210730314255, -0.020630372688174248, -0.03073267452418804, 0.00449313735589385, -0.011598939076066017, -0.022952741011977196, -0.013166538439691067, -0.01023132260888815, -0.03344210237264633, -0.0089024119079113, 0.010895778425037861, -0.02597181871533394, -0.003606121987104416, 0.013276205398142338, -0.0011886010179296136, 0.0033513065427541733, -0.01673395372927189, -0.0163210891187191, 0.003544837236404419, 0.010863522998988628, -0.0156759861856699, -0.012527886778116226, 0.007973464205861092, 0.003422267735004425, 0.020669078454375267, 0.002296564169228077, 0.008147642016410828, -0.008392781019210815, 0.018953105434775352, -0.016217872500419617, 0.004106075968593359, 0.02704268880188465, -0.003457748331129551, 0.0003894805267918855, 0.0037190148141235113, 0.018424121662974358, -0.022991446778178215, 0.018501535058021545, 0.028539326041936874, 0.019043419510126114, 0.010076497681438923, -0.00445120595395565, 0.011811823584139347, 0.004541520029306412, 0.017185525968670845, 0.0038351332768797874, -0.014630920253694057, 0.0012127923546358943, -0.0183080043643713, 0.010392597876489162, 0.014966373331844807, 0.02763618342578411, -0.02183026261627674, -0.0003340420371387154, 0.016682345420122147, -0.02424294501543045, -0.016385598108172417, -0.006151050329208374, 0.0009926512138918042, 0.0023191426880657673, 0.014876059256494045, -0.0219463799148798, 0.006425219122320414, 0.03204868361353874, -0.006151050329208374, 0.036590203642845154, -0.012785927392542362, -0.02822967618703842, 0.01065708976238966, -0.014359977096319199, -0.002420746488496661, -0.03880935534834862, 0.015456651337444782, 0.009657181799411774, -0.003918996546417475, -0.013140734285116196, -0.006786476355046034, -0.015998536720871925, 0.0060091279447078705, 0.017688704654574394, -0.0006342161796055734, 0.028848975896835327, -0.006618749815970659, 0.02444937825202942, -0.006870339624583721, -0.008470193482935429, -0.03370014578104019, 0.005760763771831989, 0.024526789784431458, 0.005567233078181744, -0.044099193066358566, -0.015353434719145298, -0.006760672200471163, -0.004186714068055153, -0.004709247034043074, -0.023339802399277687, -0.016050145030021667, -0.02466871216893196, 0.00768316863104701, -0.005886558443307877, 0.0024981587193906307, 0.00517049478366971, 0.008915313519537449, -0.032177701592445374, 0.00794766005128622, -0.016037242487072945, -0.014914765022695065, -0.018256396055221558, -0.009773300029337406, 0.021507710218429565, 0.010489363223314285, -0.029055407270789146, 0.0018982135225087404, -0.0021498033311218023, -0.014553507789969444, -0.02483643963932991, -0.018191885203123093, -0.022643091157078743, -0.01826929673552513, -0.008250858634710312, -0.009973281994462013, 0.01225049328058958, -0.005273711401969194, 0.0001914139575092122, 0.015495357103645802, -0.002369138179346919, 0.002672336297109723, -0.013998719863593578, 0.01402452401816845, -0.006883241701871157, -0.002520737238228321, -0.0212754737585783, 0.013805189169943333, 0.01086997427046299, -0.018836988136172295, -0.02364945039153099, -0.027687791734933853, 0.0038028780836611986, 0.020965825766324997, -0.009805555455386639, 0.001712746568955481, -0.0313519723713398, 0.008592762984335423, -0.042318712919950485, -0.015392141416668892, 0.003999634180217981, -0.03093910589814186, -0.01299236062914133, 0.010992543771862984, -0.004235096741467714, -0.0199594646692276, -0.02352043054997921, -0.1629786491394043, 0.011121563613414764, 0.024552593007683754, -0.012031158432364464, 0.006518758833408356, -0.002911024261265993, 0.01962401159107685, -0.0010619997046887875, 0.015792105346918106, -0.0212754737585783, 0.0075605991296470165, -0.03055204451084137, -0.0300101600587368, 0.0018111247336491942, -0.02691366896033287, -0.008954020217061043, -0.009457199834287167, 0.006467150524258614, 0.022617286071181297, 0.008063779212534428, 0.02626856602728367, -0.04466688260436058, 0.007302558049559593, 0.010379696264863014, -0.007586403284221888, 0.020694881677627563, 0.01023132260888815, -0.02164963260293007, -0.01086997427046299, -0.038164254277944565, -0.03305504098534584, -0.005525301210582256, -0.00016550906002521515, -0.0020643274765461683, 0.005773665849119425, -0.0013547148555517197, -0.0026239536236971617, -0.01749517396092415, -0.02224312722682953, -0.008031523786485195, -0.009721691720187664, 0.02118515968322754, -0.00413188012316823, -0.009689436294138432, 0.014927667565643787, -0.004667315166443586, 0.0011490884935483336, -0.002019170206040144, 0.027068492025136948, -0.02928764559328556, 0.009250767529010773, -0.029726313427090645, -0.010108753107488155, 0.012437572702765465, 0.030990714207291603, 0.002325593726709485, -0.017830627039074898, 0.01230855192989111, 0.0025804091710597277, -0.007102576550096273, -0.02017880044877529, -0.021507710218429565, -0.007218694780021906, 0.025546051561832428, 0.007031615357846022, 0.0034351698122918606, -0.03390657901763916, 0.018888596445322037, -0.04789239540696144, -0.009702338837087154, -0.0001950426521943882, -0.016708150506019592, -0.012340807355940342, -0.010921581648290157, -0.014450292102992535, 0.02092711813747883, -0.019224049523472786, 0.006083314772695303, 0.0036480536218732595, -0.00961847510188818, -0.016295284032821655, 0.020952923223376274, -0.034138813614845276, 0.022114107385277748, -0.013114930130541325, 0.0002739668998401612, -0.013611658476293087, -0.012366611510515213, 0.0032738943118602037, -0.011605390347540379, 0.006928398739546537, -0.036332160234451294, -0.016346892341971397, -0.018798280507326126, 0.013740679249167442, 0.009637828916311264, 0.0004902777727693319, -0.024217139929533005, 0.0023594617377966642, -0.004715697839856148, 0.01298590935766697, -0.0055769095197319984, -0.01725003495812416, 0.007463833782821894, 0.03246154636144638, 0.003825456602498889, 0.008908863179385662, 0.016540423035621643, 0.05599487945437431, 0.01915953867137432, 0.008715332485735416, -0.008676625788211823, -0.004364117048680782, 0.030913302674889565, 0.005347898229956627, 0.028745759278535843, -0.015495357103645802, -0.03395818546414375, 0.03475811332464218, 0.00047011830611154437, 0.05449824407696724, 0.009212060831487179, 0.002351397881284356, 0.026139546185731888, 0.016540423035621643, 0.02724912203848362, -0.1015649065375328, -0.018798280507326126, -0.01721132919192314, 0.018798280507326126, 0.004325410816818476, 0.0023417214397341013, -0.015856614336371422, 0.05424020066857338, -0.011489272117614746, 0.024255847558379173, -5.8613593864720315e-05, -0.006080089136958122, 0.00817989744246006, -0.009179805405437946, 0.011966647580265999, -0.007831541821360588, -0.010824816301465034, 0.012140825390815735, -0.020075583830475807, 0.02882317081093788, -0.0033513065427541733, -0.0022110880818217993, 0.00497051328420639, -0.015211512334644794, 0.0045705498196184635, 0.02017880044877529, -0.03127456083893776, 0.0169919952750206, 0.01508249156177044, 0.004515716340392828, 0.0036835342179983854, -0.02856512926518917, 0.012192433699965477, 0.00032658304553478956, 0.0017643547616899014, -0.0156759861856699, -0.021210964769124985, -0.00732191139832139, 0.03607412055134773, -0.007767031900584698, 0.012127923779189587, 0.032100290060043335, 0.004522167146205902, -0.028952190652489662, 0.013701972551643848, -0.02072068676352501, -0.004467333666980267, 0.03558384254574776, -0.010328087955713272, -0.014811549335718155, -0.005596262402832508, -0.014398683793842793, -0.018127374351024628, -0.01332781370729208, 0.042060669511556625, -0.007063870318233967, 0.014734136871993542, 0.004815688822418451, -0.021262571215629578, 0.0045447456650435925, 0.0023497850634157658, -0.015250218100845814, -0.0059478431940078735, 0.013805189169943333, 0.009747495874762535, 0.004086723085492849, -0.030758477747440338, -0.0024965459015220404, 0.009650730527937412, -0.04182843491435051, -0.021378690376877785, 0.02615244686603546, 0.0025400903541594744, 0.014140642248094082, -0.006509082391858101, 0.0013764870818704367, -0.015869516879320145, 0.0007003392092883587, 0.022139910608530045, -0.0024707417469471693, -0.0028642541728913784, -0.007941209711134434, -0.008689528331160545, -0.018295101821422577, 0.030655261129140854, 0.0122891990467906, 0.007741227746009827, 0.009528161026537418, 0.013340715318918228, -0.02021750621497631, 0.003159388666972518, 0.025249304249882698, -0.0031932564452290535, -0.013056870549917221, -0.011089309118688107, 0.014166446402668953, -0.007076772395521402, 0.005360800307244062, 0.010495814494788647, -0.003660955699160695, -0.04335087537765503, -0.0045028142631053925, -0.046679604798555374, 0.023765569552779198, -0.001882085925899446, -0.009102393873035908, 0.03173903375864029, -0.005041474476456642, -0.004160909913480282, -0.014953471720218658, 0.00684453547000885, 0.02763618342578411, -0.013121381402015686, 0.014372879639267921, -0.002036910504102707, -0.005702704191207886, -0.004499588627368212, -0.011411859653890133, 0.02597181871533394, 0.0024884820450097322, 0.012069864198565483, -0.016011439263820648, 0.013882601633667946, 0.0005834143958054483, 0.017727412283420563, 0.005218877457082272, -0.032616373151540756, -0.006602622102946043, -0.003986732102930546, 0.012282747775316238, -0.005544654559344053, 0.016308186575770378, 0.011037700809538364, -0.03834488242864609, 0.021456101909279823, 0.048589106649160385, 0.013637462630867958, -0.019649816676974297, 0.02657821588218212, 0.027274925261735916, 0.03780299425125122, 0.017095211893320084, -0.009650730527937412, -0.017701607197523117, 0.005441437941044569, -0.018978910520672798, -0.018617652356624603, -0.003299698233604431, -0.015159904025495052, 0.02263018861413002, 0.005809146445244551, 0.0052995155565440655, 0.037957821041345596, -0.0028190971352159977, -0.012785927392542362, -0.024823537096381187, -0.024784831330180168, -0.027920028194785118, 0.006318777333945036, 0.011779568158090115, 0.010082948952913284, 0.009321728721261024, 0.04613771662116051, -0.0025949240662157536, 0.008044425398111343, -0.007676717359572649, -0.00548982061445713, -0.03395818546414375, 0.003075525164604187, 0.009392689913511276, 0.011179623194038868, -0.03393238037824631, 0.001402291120029986, 0.0018562818877398968, -0.0004398791352286935, 0.005670449230819941, -0.008096033707261086, 0.00544466357678175, 0.010928032919764519, -0.005131789017468691, -0.004525392781943083, 0.03106812760233879, 0.02059166505932808, 0.002253019716590643, -0.0014409972354769707, 0.01190858893096447, 0.028461914509534836, 0.02496545948088169, -0.01749517396092415, 0.013637462630867958, 0.011482820846140385, -0.019817542284727097, -0.027145905420184135, 0.011340898461639881, 0.002761037787422538, 0.013792287558317184, -0.008528252132236958, -0.0015716304769739509, -0.012256943620741367, -4.973713657818735e-06, 0.029210232198238373, 0.0014797034673392773, -0.00102813181001693, -0.004431853070855141, 0.008018621243536472, 0.005928490310907364, -0.009024981409311295, -0.0010652252240106463, -0.017701607197523117, -0.025920210406184196, -0.007625109050422907, 0.006070412695407867, 0.02712010033428669, -0.005167269613593817, -0.02949407696723938, 0.012231139466166496, -0.012411768548190594, 0.015263120643794537, -0.0015675986651331186, 0.003062623320147395, -0.007612207438796759, 0.02461710385978222, -0.0023191426880657673, 0.023197878152132034, 0.02055295929312706, 0.001896600821055472, 0.025029970332980156, 0.03563545271754265, -0.018720868974924088, -0.015688888728618622, 0.02025621198117733, -0.0016724277520552278, -0.012676260434091091, -0.0044415295124053955, 0.001193439238704741, -0.001965949311852455, -0.009102393873035908, 0.011521527543663979, -0.0021127101499587297, 0.011986000463366508, -0.003144873771816492, 0.06115569919347763, 0.017959648743271828, -0.006067187059670687, 0.030784282833337784, 0.030139179900288582, 0.018785379827022552, 0.019056322053074837, 0.014488997869193554, -0.00785734597593546, 0.001630496117286384, -0.01226984616369009, -0.008889509364962578, -0.0005757538019679487, -0.009360434487462044, -0.020269114524126053, 0.0044221761636435986, -0.005060827825218439, -0.010244224220514297, 0.002028846647590399, -0.010992543771862984, 0.003454522928223014, 0.008399232290685177, 0.02877156250178814, 0.012295650318264961, -0.017959648743271828, 0.006105893291532993, 0.027661986649036407, 9.13222975214012e-05, 0.0013103641103953123, -0.025946015492081642, 0.004754404071718454, 0.010166812688112259, -0.047995612025260925, -0.022643091157078743, -0.018501535058021545, -0.012960105203092098, -0.0156759861856699, -0.010147458873689175, -0.0017949971370398998, -0.011727959848940372, -0.017779018729925156, -0.010308735072612762, -0.023739764466881752, 0.004825365263968706, 0.01886279135942459, 0.026049232110381126, -0.0004037937324028462, -0.013443931937217712, -0.03346790745854378], \"bdc8b1e3-213d-4735-bd86-248409dddcf6\": [-0.009936012327671051, -0.011938565410673618, 0.021951330825686455, -0.021295443177223206, -0.010815182700753212, 0.020179037004709244, -0.038767196238040924, -0.028831182047724724, -0.01794622465968132, -0.022495578974485397, 0.028635811060667038, 0.019453372806310654, -0.0023078203666955233, -0.009768552146852016, 0.015825053676962852, -0.002764848992228508, -0.008645168505609035, 0.003570754546672106, 0.01547617744654417, -0.022369984537363052, -0.01981620490550995, 0.003956263419240713, -0.0029096328653395176, -0.00970575399696827, -0.01082913763821125, -0.004622618202120066, 0.03145473822951317, -0.03365963697433472, -0.016592582687735558, -0.0033265408128499985, 0.0007832285482436419, -0.006485620513558388, -0.009084752760827541, -0.023416614159941673, -0.004176056012511253, -0.0008224771590903401, -0.018699798732995987, -0.027840372174978256, 0.029389385133981705, -0.03396664932370186, 0.012796802446246147, 0.011652486398816109, 0.0016292548971250653, 0.008366066962480545, -0.001209730515256524, 0.00612627761438489, 0.0070612672716379166, -0.014387681148946285, -0.00476914644241333, 0.003166057402268052, -0.002749149687588215, 0.026375090703368187, -0.04931723326444626, -0.001252467860467732, 0.012461881153285503, 0.017192650586366653, 0.011031486093997955, 0.007040334865450859, -0.018392788246273994, -0.020165082067251205, 0.01924404688179493, -0.012468858622014523, -0.019258001819252968, 0.006098367273807526, -0.01914636231958866, 0.006701924372464418, -0.0053587486036121845, 0.002862534485757351, 0.007800886407494545, -0.00630420446395874, 0.027449630200862885, 0.011198947206139565, -0.0024124833289533854, -0.025426145642995834, -0.00914057344198227, -0.0075496952049434185, 0.0021961797028779984, 0.006237918045371771, 0.015252895653247833, -0.0036492517683655024, 0.02983594872057438, -0.001111172721721232, -0.0011416994966566563, 0.045381899923086166, 0.03519469499588013, 0.00047272813390009105, 0.009894147515296936, -0.0042004771530628204, -0.02118380181491375, -0.007179885637015104, 0.0016972859157249331, 0.026612326502799988, 0.02068142034113407, 0.006461199373006821, 0.01135942991822958, 0.03192920982837677, -0.00032641791040077806, 0.03167801722884178, 0.010968687944114208, -0.027463585138320923, -0.016466988250613213, -0.03273860365152359, 0.00019460787007119507, -0.01403182651847601, -0.02658441662788391, -0.011317565105855465, 0.023053782060742378, -0.005390147212892771, 0.015420356765389442, -0.002616576384752989, -0.015615727752447128, 0.004517955239862204, 0.006893806625157595, -0.0370088554918766, -0.000585240893997252, -0.006129766348749399, 0.0119315879419446, -0.01475051324814558, -0.0130619490519166, -0.03929748758673668, 0.02271885983645916, 0.03078489378094673, -0.005909973755478859, -0.024533020332455635, 0.004019061103463173, -0.004266764037311077, -0.00539363594725728, -0.004608663264662027, 0.02303982712328434, -0.006855430081486702, 0.024128323420882225, 0.008700988255441189, 0.025914572179317474, -0.00402255030348897, 0.0034434145782142878, 0.015504087321460247, 0.004406314808875322, -0.007131042890250683, -0.03234786167740822, -0.033743370324373245, 0.017108920961618423, 0.05685297027230263, -0.01860211417078972, -0.0023950396571308374, 0.0019345221808180213, 0.004692393820732832, -0.005009871441870928, 0.009266168810427189, -0.004671460948884487, -0.015518042258918285, -0.0042528086341917515, 0.0009890658548101783, 0.0013562587555497885, 0.0038481117226183414, -0.0008525677840225399, 0.03312934562563896, 0.010898913256824017, -0.014080669730901718, -0.004165589809417725, -0.016522808000445366, 0.012622364796698093, 0.02983594872057438, 0.019606878980994225, -0.014241153374314308, 0.02044418267905712, 0.03564126044511795, 0.008533528074622154, -0.008680055849254131, 0.018574204295873642, 0.0003532378177624196, 0.023667804896831512, -0.009629000909626484, 0.004008594900369644, -0.009845304302871227, 0.004776123911142349, 0.02771477773785591, -0.003837645286694169, 0.018643978983163834, -0.005896018818020821, -0.02700306847691536, -0.022970052435994148, 0.0004022986104246229, 0.0428420789539814, 0.048954401165246964, -0.007528762333095074, -0.018643978983163834, 0.0006833625375293195, -0.014820288866758347, 0.009063820354640484, -0.012545611709356308, 0.020011575892567635, -0.005166866350919008, 0.011052418500185013, 0.008547483012080193, -0.6394773125648499, -0.03198502957820892, -0.005484343972057104, -0.0017862494569271803, -0.0038655553944408894, 0.027491495013237, 0.003998128697276115, 0.006715879309922457, -0.011038463562726974, 0.022928185760974884, 0.017569437623023987, 0.026723966002464294, 0.010682608932256699, 0.010871002450585365, -0.026095988228917122, -0.006565862335264683, 0.0012681673979386687, 0.0004814500571228564, 0.0002429055020911619, 0.011736216954886913, -0.03039415180683136, -0.02336079441010952, 0.00420745462179184, 0.0250493586063385, -0.004800545517355204, 0.0020077861845493317, 0.038850925862789154, -0.003792291274294257, 0.002749149687588215, -0.01135245244950056, -0.023709671571850777, -0.008268381468951702, 0.0012463625753298402, -0.005568074528127909, 0.03790198266506195, -0.007759021129459143, -0.011289655230939388, 0.008770763874053955, 0.008624236099421978, 0.01027093455195427, -0.022830501198768616, -0.03014295920729637, 0.03466440364718437, -0.001106811803765595, 0.0008512595086358488, 0.013124747201800346, 0.03014295920729637, -0.0011382107622921467, -0.01337593887001276, -0.019997620955109596, -0.006105344742536545, 0.004120235797017813, 0.012001363560557365, 0.012908443808555603, -0.024602795019745827, 0.011526891030371189, 0.03307352587580681, -0.009098708629608154, 0.009482473134994507, -0.01907658576965332, -0.012615387327969074, 0.02732403576374054, -0.004517955239862204, -0.001409462420269847, -0.040134791284799576, 0.006935671903192997, -0.02359803020954132, -0.015224985778331757, 0.03977195918560028, -0.011743194423615932, -0.0020322075579315424, 0.008617258630692959, -0.006377468816936016, -0.00687287375330925, 0.009670866653323174, 0.002236300613731146, 0.00884751696139574, 0.002368873916566372, -0.007710178382694721, 0.024128323420882225, -0.005138956010341644, -0.0026409977581351995, -0.002867767820134759, 0.004092325456440449, 0.02216065675020218, 0.00027757513453252614, -0.043679382652044296, -0.035948269069194794, -0.005651805084198713, 0.00027757513453252614, -0.011652486398816109, -0.011485026217997074, -0.02538427896797657, -0.02294214256107807, 0.013403848744928837, 0.01706705614924431, -0.001981620443984866, 0.0027177506126463413, -0.0023165422026067972, -0.010871002450585365, 0.003739959793165326, -0.02506331354379654, -0.02676583267748356, 0.01688564009964466, 0.037399597465991974, 0.007347346283495426, 0.0014408613787963986, -0.01082913763821125, 0.03388291969895363, -0.0006593772559426725, 0.028189249336719513, -0.012796802446246147, -0.012852623127400875, -0.003197456244379282, -0.023332884535193443, -0.035864539444446564, 0.01811368577182293, 0.008945202454924583, 0.002361896215006709, -0.02553778514266014, 0.021155891939997673, 0.0124967684969306, 0.005208731163293123, -0.027672911062836647, 0.01180599257349968, 0.0008913803612813354, 0.02110007219016552, -0.012406060472130775, -0.009629000909626484, -0.002644486492499709, 0.017513617873191833, -0.003753914963454008, 0.048703208565711975, -0.019188227131962776, 0.020653510466217995, -0.005585518199950457, 0.00034538807813078165, -2.131419569195714e-05, 0.016676314175128937, -0.01818346232175827, -0.02271885983645916, 0.00969877652823925, 0.0006231812876649201, -0.005449456628412008, 0.004783101845532656, -0.01811368577182293, -0.02966848760843277, 0.01599251478910446, -0.005156399682164192, 0.0153226712718606, -0.0054808552376925945, 0.002487492049112916, -0.011415250599384308, 0.015811098739504814, -0.000961155747063458, 0.0007483408553525805, 0.008596325293183327, -0.03340844810009003, 0.011212902143597603, -0.027100753039121628, 0.0013283486478030682, 0.02116984687745571, -0.011212902143597603, -0.000924523628782481, 0.011191969737410545, -0.0033945718314498663, 0.001259445445612073, 0.015141255222260952, -0.012852623127400875, -0.015559908002614975, -0.014834243804216385, -0.010570968501269817, -0.01949523761868477, -0.018699798732995987, -0.006789143662899733, -0.0026723966002464294, -0.01981620490550995, -0.020067395642399788, 0.01980224996805191, 0.007333391346037388, 0.008756808936595917, 0.02054186910390854, 0.012126958929002285, 0.006792632397264242, 0.033352628350257874, 0.039325397461652756, 0.009098708629608154, 0.018057866021990776, 0.001817648415453732, 0.026626281440258026, -0.009454562328755856, 0.03240368142724037, 0.0001508892310084775, 0.007235705852508545, 0.012503745965659618, 0.022844456136226654, -0.00147574907168746, 0.008254426531493664, 0.014003916643559933, -0.01632743701338768, 0.023723626509308815, 0.026151807978749275, 0.022760726511478424, -0.02440742403268814, 0.014973794110119343, -0.036506474018096924, -0.01066865399479866, -0.007940436713397503, 0.018713753670454025, 0.0030858158133924007, 0.01567154750227928, -0.01585296355187893, -0.016369301825761795, -0.02061164379119873, -0.003984173759818077, 0.016132066026329994, -0.020304633304476738, 0.02077910490334034, -0.014101602137088776, -0.022509533911943436, 0.0033998049329966307, -0.017485707998275757, 0.010822160169482231, 0.019299866631627083, -0.05132676288485527, 0.00828233640640974, 0.01786249503493309, 0.02482607588171959, 0.009915079921483994, 0.0007147614378482103, -0.008177673444151878, 0.02361198514699936, 0.013410826213657856, -0.0027543827891349792, 0.015797143802046776, -0.012580499053001404, 0.02262117527425289, -0.02506331354379654, 0.017988091334700584, -0.013201500289142132, -0.008819607086479664, 0.025816887617111206, 0.023988772183656693, -0.019523149356245995, 0.003931842278689146, 0.009615045972168446, 0.03195711970329285, 0.016146020963788033, -0.011505958624184132, -0.006115811411291361, 0.000637572433333844, 0.02334683947265148, -0.015057524666190147, -0.00596230523660779, 0.021211711689829826, -0.015490132384002209, 0.004273741506040096, 0.021783869713544846, 0.0028119473718106747, 0.022928185760974884, -0.00023352944117505103, 0.003350962186232209, 0.013976006768643856, 0.015518042258918285, 0.02086283639073372, -0.0009620279306545854, -0.04019061475992203, -0.0007256638491526246, -0.016843775287270546, 0.022202523425221443, -0.01151991356164217, -0.0023287530057132244, -0.016620492562651634, 4.232857463648543e-05, 0.0006794376531615853, 0.001072796294465661, 0.012113003991544247, 0.005697159096598625, 0.00788461696356535, 0.0007540101069025695, -0.021602455526590347, -0.01071051973849535, 0.0193975530564785, 0.025928527116775513, -0.01011045090854168, -6.317941733868793e-05, 0.0034381814766675234, 0.027700822800397873, -0.005515743046998978, -0.009098708629608154, -0.01079424936324358, 0.023095646873116493, 0.01402484904974699, -0.024226007983088493, -0.026570461690425873, 0.010466305539011955, 0.033185165375471115, -0.016285572201013565, -0.00306139444001019, -0.012357218191027641, -0.02312355861067772, 0.02400272712111473, -0.011024508625268936, 0.01770898886024952, 0.02351430058479309, -0.0002965453313663602, 0.013013106770813465, -0.0026636747643351555, -0.0028136917389929295, -0.005233152769505978, 0.0036527407355606556, -0.01079424936324358, 0.0026793743018060923, 0.015001704916357994, 0.0015429079066962004, 0.016132066026329994, 0.0026950736064463854, -0.010640744119882584, 0.0337991900742054, -0.0029619645792990923, -0.005341304466128349, -0.024616749957203865, -0.04351191967725754, 0.017639214172959328, 0.006234429311007261, 0.03656229376792908, 0.002724728314206004, 0.012643297202885151, 0.00043129900586791337, 0.011785060167312622, -0.012126958929002285, -0.011422228068113327, -0.01451327744871378, -0.026249494403600693, -0.012154869735240936, -0.018811440095305443, 0.00970575399696827, 0.004681927151978016, 0.009782507084310055, 0.01491797436028719, -0.001988598145544529, -0.02022090181708336, 0.01648094318807125, -0.00048799149226397276, -0.01022209133952856, -0.011526891030371189, -0.004504000302404165, 0.052498988807201385, 0.019341733306646347, 0.007793908938765526, 0.0012350240722298622, 0.008959157392382622, 0.019927846267819405, -0.014052759855985641, 0.0075217848643660545, 0.004308629315346479, 0.004245831165462732, 0.0018281147349625826, 0.008456774987280369, 0.022537443786859512, 0.01394111942499876, -0.005627383477985859, 0.018323011696338654, -0.0013292208313941956, -0.01941150799393654, 0.013243365101516247, 0.020262766629457474, -0.0038027577102184296, 0.007765998598188162, 0.0017862494569271803, 0.00596230523660779, 0.014241153374314308, -0.01664840243756771, -0.0025642449036240578, 0.024198098108172417, 0.01981620490550995, -0.03365963697433472, -0.013703882694244385, 0.001849047257564962, 0.018950991332530975, 0.020318588241934776, 0.01168039720505476, 0.007654358167201281, -0.022118791937828064, 0.0009262680541723967, -0.044181764125823975, 0.0011922866106033325, -0.0024770256131887436, -0.02084888145327568, -0.014792378060519695, -0.008261404000222683, -0.007870662026107311, -0.011764127761125565, -0.014610962942242622, -0.010033697821199894, 0.0021316376514732838, -0.009761574678122997, -0.011492003686726093, -0.0028049699030816555, 0.02126753330230713, 0.011868790723383427, -0.0008259659516625106, -0.0016510597197338939, 0.019020766019821167, -0.01923009194433689, -0.013606197200715542, -0.0027910147327929735, -0.011052418500185013, -0.02246766909956932, -0.010375597514212132, 0.030198780819773674, -0.016285572201013565, -0.004231876228004694, 0.0007431076955981553, 0.016146020963788033, -0.003567265812307596, -0.011331520043313503, -0.007005447056144476, 0.011868790723383427, 0.005536675453186035, 0.01609020121395588, 0.015615727752447128, -0.006715879309922457, -0.00787763949483633, 0.022425804287195206, -0.006251872982829809, -0.0041830334812402725, 0.007535739801824093, 0.002459581708535552, 0.018309056758880615, 0.02983594872057438, 0.01434581633657217, -0.0009114407585002482, 0.0008870193851180375, 0.002675885334610939, -0.020737240090966225, -0.005425035022199154, -0.012071139179170132, 0.009349899366497993, 0.011122194118797779, 0.022607220336794853, 0.0018350922036916018, 0.0066042388789355755, 0.006161164958029985, -0.0002062734420178458, -0.020192991942167282, 0.02086283639073372, 0.0011443160474300385, 0.014666782692074776, 0.0205279141664505, -0.005177332554012537, -0.0531967431306839, -0.0033352626487612724, -0.016550717875361443, -0.03686930611729622, 0.002006041817367077, 0.004462135024368763, -0.015811098739504814, -0.01988597959280014, -0.005752979312092066, 0.012510723434388638, 0.050656918436288834, 0.010117428377270699, 0.003956263419240713, -0.018043911084532738, -0.0028939335606992245, 0.012161847203969955, 0.0016083222581073642, -0.047335609793663025, -0.02885909378528595, -0.03031042031943798, -0.0006284144474193454, 0.030896533280611038, 0.02933356538414955, -0.013075903989374638, 0.007368279155343771, -0.018560249358415604, -0.020109262317419052, -0.005473877768963575, -0.016383256763219833, -0.024379514157772064, 0.017025189474225044, 0.02610994316637516, -0.0039004432037472725, 0.02771477773785591, -0.004922652151435614, -0.005166866350919008, -0.004954051226377487, 0.01907658576965332, 0.00539712468162179, 0.003481790889054537, 0.018476517871022224, -0.026723966002464294, -0.0016205329447984695, 0.006775188259780407, 0.008700988255441189, -0.020151127129793167, -0.00354807754047215, -0.008296291343867779, -0.0018263703677803278, -0.011436183005571365, 0.01447141170501709, -0.034329481422901154, -0.017583392560482025, -0.026905382052063942, 0.003560288343578577, -0.01617393083870411, -0.003106748452410102, -0.02675187774002552, -0.034552764147520065, -0.006597261410206556, 0.006653081625699997, 0.03550170734524727, -0.00930105708539486, 0.04697277769446373, -0.014973794110119343, 0.023639895021915436, -0.02676583267748356, 0.01787644997239113, -0.030812803655862808, 0.002309564733877778, -0.01909054070711136, -0.008645168505609035, 0.031008174642920494, 0.004720303695648909, 0.03550170734524727, 0.002363640582188964, -0.02869163267314434, 0.0032393215224146843, 0.014248130843043327, -0.02869163267314434, -0.002592155011370778, -0.009196394123136997, -0.019048675894737244, -0.017764808610081673, -0.032375771552324295, -0.00731245893985033, -0.0024124833289533854, 0.005194776225835085, 0.007989279925823212, -0.017806675285100937, 0.00784972868859768, -0.026933293789625168, -0.007668313104659319, 0.00109111238270998, -0.002325264271348715, 0.03619946166872978, -0.009768552146852016, 0.03368755057454109, -0.008561437949538231, 0.020025530830025673, -0.024463245645165443, -0.0048458995297551155, -0.017722943797707558, -0.0033649171236902475, 0.01567154750227928, 0.038264814764261246, 0.027337990701198578, 0.01292937621474266, 0.020109262317419052, -0.00505522545427084, 0.018239282071590424, -0.043037448078393936, 0.036534383893013, 0.013920186087489128, 0.010612834244966507, -0.005407591350376606, -0.014862153679132462, -0.022118791937828064, 0.010298844426870346, -0.017108920961618423, 0.004179544746875763, 0.01617393083870411, -0.019983666017651558, -0.024072501808404922, -0.011150103993713856, -0.016048334538936615, 0.019425462931394577, -0.021407082676887512, -0.009496428072452545, 0.00841490924358368, 0.015448266640305519, -0.013529444113373756, 0.009838326834142208, -0.004755191504955292, 0.026249494403600693, -0.042004771530628204, -0.0008290185942314565, 0.006237918045371771, -0.00018021669529844075, -0.0058087995275855064, -0.010243024677038193, -0.026947248727083206, 0.03466440364718437, -0.04083254560828209, 0.012071139179170132, -0.0241562332957983, 0.005634360946714878, 0.03279442340135574, 0.003816712647676468, 0.005316883325576782, -0.01094775553792715, -0.011247789487242699, -0.01253165677189827, 0.015629682689905167, 0.01265027467161417, 0.004762168973684311, -0.01964874379336834, -0.006213496904820204, 0.005787867121398449, -0.013599219731986523, -0.017094966024160385, 0.017443843185901642, -0.04828455671668053, -0.01293635368347168, -0.021518724039196968, 0.011464092880487442, 0.004692393820732832, 0.01875562034547329, -0.012043229304254055, -0.01907658576965332, 0.019048675894737244, -0.033994559198617935, 0.016801908612251282, -0.0075217848643660545, -0.010912868194282055, -0.01236419565975666, -0.009949968196451664, 0.008805652149021626, -0.023402659222483635, -0.02037440799176693, -8.356690523214638e-05, -0.01769503392279148, 0.012294420041143894, 0.027449630200862885, 0.011575734242796898, -0.0025590118020772934, 0.02263513021171093, 0.03717631846666336, 0.01292937621474266, -0.0025014469865709543, 0.006028592120856047, -0.03120354562997818, 0.02271885983645916, -0.03589244931936264, 0.012147892266511917, 0.03614364191889763, 0.0065239970572292805, -0.004936607554554939, -0.01794622465968132, 0.02027672342956066, -0.0014181843725964427, -0.02456093020737171, -0.002963708946481347, 0.010975665412843227, 0.024923762306571007, -0.04275834560394287, -0.012664229609072208, 0.0024020171258598566, -0.028579991310834885, -0.020500004291534424, 0.01124081201851368, 0.0119315879419446, 0.00464703980833292, 0.0036038977559655905, 0.017848540097475052, 0.0029009110294282436, 0.02739381045103073, -0.009517360478639603, -0.017513617873191833, -0.005875085946172476, 0.00031006429344415665, -0.02966848760843277, -0.016690269112586975, 0.006412356626242399, -0.0034992347937077284, 0.010563991032540798, -0.02578897774219513, -0.028175294399261475, -0.022649085149168968, -0.02214670181274414, -0.023472433909773827, 0.010236047208309174, 0.00743805430829525, 0.016369301825761795, -0.00900800060480833, -0.00161704421043396, 0.026458820328116417, -0.0077241333201527596, 0.02732403576374054, -0.0035201674327254295, 0.016508853062987328, 0.004039993975311518, 0.0057390243746340275, 0.004120235797017813, 0.003413759870454669, -0.03120354562997818, -0.007612492889165878, -0.0024246941320598125, 0.01779271848499775, 0.022118791937828064, 0.011317565105855465, -0.003570754546672106, 0.02167223021388054, -0.019271956756711006, -0.0038236903492361307, -0.007396189030259848, 0.017178695648908615, 0.008707966655492783, -0.022132746875286102, -0.0004138551594223827, 0.017583392560482025, 0.018057866021990776, 0.0027160062454640865, -0.0005172099336050451, -0.003082327079027891, -0.009894147515296936, 0.01338291633874178, -0.024212053045630455, -0.00555760832503438, -4.80795897601638e-05, -0.0014181843725964427, 0.00913359597325325, 0.03257114440202713, -0.0012864833697676659, 0.036506474018096924, 0.012413037940859795, -0.017415933310985565, -0.015462221577763557, 0.008819607086479664, -0.03078489378094673, -0.021127982065081596, 0.00578088965266943, 0.003495746059343219, 0.024672571569681168, -0.004259786568582058, -0.004308629315346479, -0.014555142261087894, 0.015518042258918285, -0.011157081462442875, -0.010166271589696407, -0.010319776833057404, 0.012629342265427113, 0.008805652149021626, -0.02417018823325634, -0.012189757078886032, -0.0004897358594462276, -0.012706095352768898, -0.02523077465593815, 0.006496087182313204, -0.03756706044077873, -0.03823690116405487, 0.013871343806385994, -0.01706705614924431, -0.01956501416862011, -0.02506331354379654, 0.015741324052214622, 0.0065519073978066444, 0.00014042292605154216, 0.023235198110342026, 0.2055303305387497, -0.010850070044398308, -0.004214432556182146, 0.037539150565862656, 0.0202906783670187, -0.017932269722223282, 0.029277745634317398, 0.025035403668880463, -0.028426485136151314, 0.016997279599308968, 0.007242683321237564, 0.014003916643559933, -0.027142619714140892, -0.006635637488216162, 0.020430227741599083, -0.04429340362548828, -0.025202862918376923, -0.014457456767559052, -0.0360599122941494, -0.017569437623023987, -0.005602962337434292, -0.0027892703656107187, -0.027268214151263237, 0.0006384446169249713, 0.032292041927576065, -0.024714436382055283, -0.0040330165065824986, -0.008310246281325817, 0.00857539288699627, 0.011666442267596722, -0.029724307358264923, -0.002220601076260209, -0.0031730348709970713, 0.006262339651584625, -0.007410144433379173, 0.00408534798771143, 0.0014286506921052933, 0.012699116952717304, 0.017904359847307205, 0.005187798757106066, -0.001953710336238146, -0.010682608932256699, -0.007731110788881779, -0.010368620045483112, -0.010117428377270699, 0.021630365401506424, -0.00958015862852335, 0.0024246941320598125, 0.006660059094429016, 0.0063460697419941425, -0.02126753330230713, 0.03444112092256546, 0.013278253376483917, 0.022970052435994148, -0.00759853795170784, -0.020179037004709244, 0.004106280393898487, -0.0008098303806036711, -0.015001704916357994, -0.0002326572430320084, 0.0001561223907629028, 0.04549354314804077, -0.043539829552173615, 0.0024997026193886995, -0.009601091034710407, 0.01729033701121807, -0.03818108141422272, -0.014415591023862362, 0.020583733916282654, -0.024281829595565796, 0.02013717219233513, -0.013047994114458561, -0.0026636747643351555, 0.007403166964650154, 0.005732046440243721, -0.03664602339267731, 0.022858411073684692, 0.017011234536767006, 0.00844979751855135, 0.03483186662197113, -0.030617432668805122, -0.015127300284802914, 0.01014533918350935, -0.03190129995346069, -0.0306453425437212, -0.04864738881587982, 0.028747452422976494, 0.017415933310985565, -0.0037574036978185177, 0.00885449443012476, 0.00737525662407279, 0.0029480094090104103, -0.014457456767559052, 0.021546633914113045, 0.0015141254989430308, 0.0010099984938278794, -0.009894147515296936, 0.012824713252484798, -0.014052759855985641, -0.0029026553966104984, -0.026500685140490532, 0.027686866000294685, 0.016801908612251282, 0.0005481727421283722, -0.03873928636312485, -0.046191293746232986, 0.02376549132168293, 0.006928694434463978, -0.005135467275977135, -0.0038481117226183414, 0.004196988418698311, -0.04088836535811424, 0.023304972797632217, 0.005240130238234997, 0.015085435472428799, 0.01948128268122673, -0.020248811691999435, -0.03418993204832077, -0.03385500982403755, -0.014569097198545933, 0.002340963575989008, -0.03684139624238014, 0.01642512157559395, 0.004420269746333361, -0.004444690886884928, -0.024630704894661903, -0.004849388264119625, -0.01447141170501709, -0.0063739800825715065, -0.03809735178947449, 0.0036108754575252533, 0.0025816888082772493, 0.01648094318807125, 0.0068868291564285755, -0.01745779812335968, 0.015183120965957642, 0.005571563262492418, -0.0064018904231488705, 0.012559566646814346, 0.026305314153432846, 0.0007963114185258746, 0.010194181464612484, 0.018043911084532738, -0.005536675453186035, 0.017750853672623634, -0.006496087182313204, 0.010326755233108997, 0.017401976510882378, -0.03622737154364586, -0.02845439687371254, -0.013655039481818676, -0.004971494898200035, -0.004224898759275675, 0.01634139195084572, 0.007563650142401457, -0.017206605523824692, -0.02933356538414955, -0.03991151228547096, -0.017346156761050224, 0.015950649976730347, -0.04019061475992203, -0.0028782340232282877, 0.020109262317419052, -0.00913359597325325, -0.010522126220166683, -0.03792989253997803, -0.18096940219402313, 0.013724815100431442, 0.027142619714140892, -0.03728795796632767, 0.016690269112586975, -0.0023898063227534294, 0.019299866631627083, 0.003820201614871621, 0.0157692339271307, -0.004884276073426008, 0.01502961479127407, 0.0007492130389437079, -0.0373716875910759, -0.0010579690570011735, 0.005302927922457457, -0.020820969715714455, 0.005407591350376606, 0.019271956756711006, 0.022202523425221443, 0.0024979582522064447, 0.01843465305864811, -0.02464465983211994, 0.006680991500616074, 0.007333391346037388, -0.009273146279156208, 0.009747618809342384, 0.004493533633649349, 0.02658441662788391, -0.00241422769613564, -0.01688564009964466, -0.013773658312857151, 0.0028956779278814793, 0.012140914797782898, -0.006792632397264242, -0.005236641503870487, 0.010187203995883465, -0.011338497512042522, -0.015392446890473366, -0.012071139179170132, 0.014666782692074776, 0.018239282071590424, 0.03298979625105858, -0.0036527407355606556, 0.020262766629457474, 0.013041016645729542, 0.0016824585618451238, 0.006715879309922457, -0.0130619490519166, 0.0030893045477569103, -0.0005141572328284383, 0.008540505543351173, -0.01038257498294115, 0.011792037636041641, 0.005369214806705713, 0.016048334538936615, 0.03181757032871246, -0.02303982712328434, -0.007898571901023388, 0.013927163556218147, -0.012022295966744423, 0.028887003660202026, -0.011045441031455994, 0.0009629001142457128, -0.017360111698508263, -0.00023178505944088101, -0.020723285153508186, -0.013689927756786346, 0.00436793826520443, -0.013913208618760109, 0.022453714162111282, -0.00969877652823925, -0.008086965419352055, -0.021867601200938225, 0.010487237945199013, 0.009328966960310936, 0.01083611510694027, -0.028426485136151314, 0.0160064697265625, 0.011024508625268936, 0.011122194118797779, -0.013299185782670975, 0.04825664684176445, -0.0428420789539814, 0.005142444744706154, 0.007354324217885733, 0.003582965349778533, 0.006478643044829369, -0.004308629315346479, 0.0039004432037472725, -0.015336626209318638, 0.00011676472058752552, -0.01403182651847601, -0.01892307959496975, -0.01422719843685627, 0.017932269722223282, 0.011610621586441994, -0.012622364796698093, 0.012399083003401756, -0.021030297502875328, 0.02345847897231579, -0.000534217688255012, 0.005135467275977135, -0.02683560736477375, 0.014820288866758347, 0.015727369114756584, 0.020876791328191757, 0.007912526838481426, 0.026165762916207314, 0.03952077031135559, -0.004298162646591663, -0.007807863876223564, -0.012545611709356308, 0.02464465983211994, 0.018490472808480263, 0.0011853091418743134, 0.015643637627363205, 0.0019414996495470405, -0.045298170298337936, 0.01308985985815525, 0.021379172801971436, 0.012831690721213818, -0.021002385765314102, -0.023304972797632217, 0.014373726211488247, -0.012517701834440231, -0.03592035919427872, -0.08869845420122147, 0.005152910947799683, -0.007458987180143595, -0.0055785407312214375, 0.006133255083113909, -0.004451668821275234, -0.02425391785800457, 0.01639721170067787, -0.002494469517841935, 0.011575734242796898, -0.011568756774067879, -0.02303982712328434, -0.004277230240404606, 0.005208731163293123, 0.01378063578158617, 0.007047312334179878, -0.0011312331771478057, -0.013299185782670975, 0.005787867121398449, 0.04155820980668068, -0.014443501830101013, -0.006101856008172035, 0.012168824672698975, -0.02636113576591015, 0.0037818250712007284, 0.005718091502785683, -0.030282510444521904, 0.02246766909956932, 0.01761130429804325, -0.008882404305040836, 0.0067263455130159855, -0.025202862918376923, 0.024463245645165443, -0.009936012327671051, -0.017974134534597397, -0.0227886363863945, -0.03525051847100258, -0.021839691326022148, 0.0182671919465065, -0.015364536084234715, 0.002033951925113797, 0.0020601178985089064, -0.003785313805565238, -0.03684139624238014, -0.0015027869958430529, -0.022411849349737167, -0.006077434867620468, 0.030589522793889046, -0.020639553666114807, -0.007382234092801809, 0.006733323447406292, 0.016118111088871956, -0.016104156151413918, 0.004974984098225832, 0.024672571569681168, -0.0033282851800322533, 0.016871685162186623, 0.012957286089658737, -0.030198780819773674, -0.008987067267298698, 0.0028590457513928413, 0.0026497195940464735, -0.011652486398816109, 0.04599592462182045, 0.014373726211488247, 0.013466646894812584, -0.01924404688179493, -0.01209207158535719, 0.025775020942091942, -0.024840032681822777, 0.0005490449257194996, 0.01373877003788948, -0.004849388264119625, 0.03363172709941864, -0.017904359847307205, -0.016466988250613213, -0.016439076513051987, 0.0009916824055835605, 0.02530054934322834, -0.0022676994558423758, -0.01835092157125473, -0.011533868499100208, 0.0044656237587332726, 0.009098708629608154, 0.042953718453645706, 0.010417462326586246, 0.009119641035795212, -0.007050801068544388, 0.022495578974485397, -0.027379855513572693, 0.012706095352768898, 0.02820320427417755, 0.0012952053220942616, -0.018895169720053673, -0.0016815863782539964, 0.02732403576374054, -0.0027700820937752724, 0.016550717875361443, -0.0036701844073832035, -0.008477707393467426, -0.04083254560828209, -0.0077520436607301235, -0.07206400483846664, 0.031650107353925705, -0.011366407386958599, 0.011792037636041641, -0.01593669503927231, -0.013124747201800346, -0.012761915102601051, -0.016871685162186623, -0.010591900907456875, 0.024937717244029045, -0.005568074528127909, 0.02005344070494175, -0.00012843028525821865, -0.0015978559385985136, -0.009091731160879135, -0.020807014778256416, 0.01011045090854168, 0.00266890786588192, 0.01851838268339634, 0.006701924372464418, -0.024379514157772064, -0.005316883325576782, -0.011164058931171894, 0.008714944124221802, 0.0011826924746856093, -0.002593899378553033, 0.00857539288699627, 0.030589522793889046, -0.0023479412775486708, -0.001869979896582663, 0.03178966045379639, -0.028482306748628616, 0.008756808936595917, 0.02157454378902912, 0.019425462931394577, -0.02101634070277214, -0.005955327767878771, 0.04091627523303032, 0.006412356626242399, 0.011533868499100208, -0.01682981848716736, -0.01674608886241913, 0.010054631158709526, -0.015280806459486485, -0.000785845099017024, 0.015615727752447128, -0.00925221387296915, 0.0119315879419446, 0.012175802141427994, 0.011910655535757542, 0.02853812649846077, 0.0053308382630348206, 0.021630365401506424, -0.021239623427391052, -0.0032742093317210674, -0.020709330216050148, 0.014143467880785465, 0.00913359597325325, -0.016997279599308968, 0.0020670953672379255, 0.037790339440107346, 0.03806944191455841, 0.020918656140565872, -0.014848198741674423, -0.010068586096167564, -0.005805310793220997, 0.0006803098367527127, -0.0136271296069026, 0.01502961479127407, -0.039241667836904526, -0.014443501830101013, -0.003418993204832077, 0.007221750915050507, 0.008707966655492783, -0.0218955110758543, 0.008031144738197327, -0.003204433945938945, -0.005445967428386211, -0.010612834244966507, 0.0001107138887164183, 0.02175595983862877, -0.012350240722298622, -0.008296291343867779, 0.003038717433810234, 0.01648094318807125, 0.017360111698508263, -0.026221584528684616, 0.015350581146776676, -0.002756127156317234, -0.003405038034543395, -0.03460858389735222, 0.003063138807192445, 0.026570461690425873, 0.0032532766927033663, 0.012475836090743542, 0.0022903764620423317, -0.0027160062454640865, 0.03444112092256546, 0.02594248205423355, 0.019620833918452263, -0.023974817246198654, 0.025914572179317474, -0.018616069108247757, 0.003949285950511694, -0.003820201614871621, 0.00015982920012902468, -0.01883934997022152, -0.027296124026179314, -0.0002699434699025005, -0.025691291317343712, 0.01099659875035286, -0.00873587653040886, -0.03226413205265999, 0.03095235489308834, -0.027631046250462532, 0.014387681148946285, -0.024700481444597244, 0.006018125452101231, -0.01569945737719536, 0.03639483451843262, -0.001833347836509347, -0.001036164234392345, 0.0030212735291570425, -0.008526550605893135, 0.022453714162111282, -0.008826584555208683, -0.009684821590781212, -0.008659123443067074, 0.003317818744108081, 0.008212560787796974, -0.005442478694021702, 0.014666782692074776, 0.015462221577763557, -0.003286419901996851, -0.017081011086702347, 0.01674608886241913, -0.031482648104429245, 0.01715078577399254, 0.005219197832047939, 0.0812743529677391, 0.01163853146135807, -0.014583052136003971, 0.0004954051109962165, 0.009719708934426308, 0.016048334538936615, 0.020179037004709244, 0.0227886363863945, 0.010703541338443756, -0.03324098512530327, -0.009049865417182446, 0.008554460480809212, -0.018727708607912064, -0.03943704068660736, -0.017332201823592186, -0.002257233252748847, 0.021462904289364815, -0.004758680239319801, 0.020346498116850853, -0.012692139483988285, 0.012029273435473442, -0.005411080084741116, 0.004319095518440008, -0.005505276843905449, -0.007807863876223564, -0.00828931387513876, 0.028175294399261475, -0.01836487650871277, -0.012273487634956837, -0.04577264189720154, 0.018253237009048462, -0.010396529920399189, -0.03982778266072273, -0.01078727189451456, -0.012601431459188461, -0.014331861399114132, -0.015825053676962852, -0.002702051308006048, -0.0009376065572723746, -0.013871343806385994, -0.017429888248443604, 0.013955074362456799, -0.028998643159866333, -0.006667036563158035, 0.03307352587580681, -0.013250342570245266, -0.007668313104659319, -0.013278253376483917, -0.016592582687735558], \"a19b8a1f-29df-4ec7-a6bd-b4aa97bc939e\": [0.0005927261081524193, 0.022048071026802063, 0.01105082593858242, -0.03994371369481087, -0.014386165887117386, 0.00931618083268404, 0.00539146363735199, -0.018779706209897995, -0.015176467597484589, -0.040881358087062836, 0.001788224559277296, 0.017828665673732758, 0.02736586332321167, 0.03193353861570358, 0.008465602062642574, 0.00991895329207182, 0.02325361594557762, -0.007822644896805286, 0.019047604873776436, -0.012484084814786911, -0.006175067275762558, 0.013930737972259521, 0.002178352093324065, -0.006218601018190384, -0.01920834369957447, 0.009704634547233582, 0.026856854557991028, -0.026361241936683655, 0.006603705696761608, -0.009242508560419083, -0.0012306601274758577, -0.015658685937523842, -0.0046313004568219185, -0.03922038525342941, 0.003496079472824931, -0.006573567166924477, -0.008398627862334251, -0.010890086181461811, 0.027285493910312653, -0.007387309800833464, 0.037693362683057785, -0.02123098075389862, -0.021364929154515266, -0.014613879844546318, 0.005434996914118528, 0.019610192626714706, 0.007467679213732481, -0.012765377759933472, -0.027834685519337654, 0.004246196243911982, 0.0009041584562510252, 0.03718435391783714, -0.047605618834495544, -0.01544436626136303, -0.020427284762263298, 0.024954773485660553, 0.008090543560683727, 0.02153906412422657, 0.012289857491850853, -0.03338019177317619, 0.010126574896275997, 0.013810183852910995, -0.012685008347034454, -0.020855922251939774, -0.0116535983979702, -0.007762367837131023, -0.009811793453991413, 0.000851834483910352, -0.014600484631955624, 0.018498413264751434, -0.004601161926984787, 0.0029920947272330523, 0.009738121181726456, -0.0005115192616358399, 0.005733034573495388, -0.004805434960871935, -0.0215926431119442, -0.003774024313315749, 0.0029519100207835436, -0.01687762513756752, 0.01859217695891857, -0.021097030490636826, -0.020159384235739708, 0.04114925488829613, 0.014064687304198742, 0.012376924976706505, 0.022932138293981552, 0.02535662241280079, 0.019971856847405434, -0.016676699742674828, -0.02148548513650894, 0.006509941071271896, -0.0059205638244748116, 0.004976220428943634, 0.017078548669815063, -0.0021264466922730207, 0.017359843477606773, 0.012758680619299412, 0.01604713872075081, 0.003703701077029109, -0.01887347176671028, 0.008043661713600159, -0.034505367279052734, -0.02303929813206196, -0.024218052625656128, -0.009851978160440922, 0.014506720006465912, 0.006563520524650812, 0.019717352464795113, -0.016408801078796387, -0.005733034573495388, 0.04248875007033348, 0.00014546068268828094, -0.021686408668756485, 0.01630164310336113, 0.0020812388975173235, -0.0034240817185491323, -0.03525548428297043, -0.013769998215138912, -0.0332462415099144, 0.01322750374674797, 0.04982917755842209, 0.026441611349582672, -0.021994492039084435, 0.00392136862501502, 0.006205206271260977, -0.0017045061103999615, 0.01280556246638298, -0.0018284093821421266, -0.008391929790377617, 0.04039914160966873, 0.010983850806951523, 0.024927983060479164, 0.0014474907657131553, -0.022048071026802063, 0.00149018713273108, 0.013033277355134487, 0.0015755798667669296, -0.023414354771375656, -0.024325212463736534, 0.012490781955420971, 0.027231913059949875, 0.002158259740099311, 0.01426561176776886, -0.005930610001087189, 0.00509677454829216, 0.016690095886588097, 0.029763557016849518, -0.010521725751459599, -0.010950363241136074, 0.007260057609528303, 0.007969989441335201, 0.00875359307974577, 0.019060999155044556, 0.010682464577257633, 0.03212106600403786, 0.026722906157374382, -0.02736586332321167, -0.000840113905724138, 0.02210165187716484, 0.007253360003232956, 0.03466610610485077, 0.025222672149538994, 0.011117800138890743, 0.01427900604903698, 0.022262390702962875, 0.012443899177014828, -0.011445976793766022, 0.0037472345866262913, 0.019047604873776436, 0.006231995765119791, 0.02124437503516674, -0.02506193332374096, -0.004303124733269215, -0.01457369513809681, 0.03000466711819172, 0.018833285197615623, 0.008545971475541592, -0.03254970535635948, -0.03613954782485962, -0.010340893641114235, 0.007018948905169964, 0.032201435416936874, 0.017868850380182266, -0.022557079792022705, 0.0027241960633546114, 0.000986202503554523, -0.01410487201064825, -0.011760757304728031, 0.011439278721809387, 0.030192194506525993, -0.012142512947320938, -0.00670416746288538, -0.010407868772745132, -0.6386707425117493, -0.0025165744591504335, -0.0006931881653144956, -0.053419020026922226, 0.005622526165097952, 0.03121021017432213, 0.02389657311141491, 0.01685083471238613, -0.02148548513650894, 0.027539996430277824, 0.01887347176671028, 0.03694324567914009, 0.004929338116198778, -0.002215188229456544, -0.012457294389605522, -0.025477176532149315, 0.019261924549937248, -0.027888266369700432, 0.013602562248706818, 0.013984317891299725, 0.0038008142728358507, 0.022302575409412384, -0.013033277355134487, -0.008800475858151913, 0.002940189326182008, 0.01836446300148964, 0.037398673593997955, 0.0033420375548303127, 0.009764911606907845, -0.00032692027161829174, -0.03415709733963013, 0.0019774280954152346, 0.008532577194273472, 0.005686152260750532, 0.05202594771981239, 0.0025400156155228615, -0.020320124924182892, 0.010602095164358616, 0.018485017120838165, 0.03670213744044304, -0.00229723216034472, -0.021619433537125587, 0.011914798989892006, 0.009517105296254158, -0.008050358854234219, -0.006931881420314312, 0.04286380857229233, -0.007186385337263346, -0.0007936502224765718, -0.00813742633908987, 0.00458776718005538, -0.0054885768331587315, 0.01540418155491352, 0.026682721450924873, 0.00034826845512725413, -0.027138149365782738, 0.032496124505996704, 0.007849435321986675, 0.006761095952242613, -0.010474842973053455, 0.011271841824054718, 0.0016375314444303513, -0.013053369708359241, 0.0030724643729627132, -0.014493325725197792, 0.031263791024684906, -0.0012817283859476447, -0.03927396610379219, -0.009510407224297523, -0.03198711574077606, -0.023709043860435486, 0.01745360717177391, -0.008505786769092083, -0.026093343272805214, 0.013515494763851166, 0.02033351920545101, 0.02674969658255577, -0.03380883112549782, -0.011747363023459911, 0.017266077920794487, 0.010849901475012302, -0.003017210401594639, -0.023387566208839417, 0.003817558055743575, 0.0332462415099144, 0.01863236166536808, -3.3304215321550146e-05, -0.02829011343419552, 0.003593192668631673, -0.011385698802769184, -0.0026237338315695524, -0.007943199947476387, -0.02449934557080269, -0.008559366688132286, 0.023709043860435486, 0.020266544073820114, 0.0035295668058097363, 0.0044538178481161594, -0.01924852840602398, -0.03174600750207901, -0.03581807017326355, -0.024017127230763435, -0.024619899690151215, 0.012751983478665352, 0.009570685215294361, 0.0061951600946486, 0.016690095886588097, 0.004450468812137842, 0.03003145568072796, -0.011459371075034142, 0.005689500831067562, -0.01005290262401104, -0.02530304156243801, 0.000935134245082736, 0.003763978136703372, -0.0259459987282753, 0.020427284762263298, -0.0033336656633764505, 0.0006609566044062376, -0.019677167758345604, -0.006663982756435871, 0.018176933750510216, -0.003760629566386342, -0.021445298567414284, 0.006386037915945053, -0.024338606745004654, -0.014479930512607098, -0.014854989014565945, -0.01659633032977581, 0.0011544764274731278, 0.02417786791920662, 0.0049494304694235325, 0.027727525681257248, -0.001801619422622025, -0.0027108010835945606, -0.02326701208949089, -0.0016375314444303513, 0.0010222013806924224, 0.03343377262353897, -0.019556613638997078, 0.0015621848870068789, 0.013890553265810013, 0.015511340461671352, 0.01354228425770998, -0.013997712172567844, 0.007025646045804024, -0.01892705075442791, -0.007300242315977812, -0.017614345997571945, 0.005207282956689596, 0.004691577982157469, -0.013569074682891369, -0.02701759524643421, -0.007032343652099371, -0.03541622310876846, -0.006225298624485731, 0.001825060578994453, -0.02180696278810501, -0.003350409446284175, -0.019610192626714706, -0.003362129908055067, 0.029790347442030907, -0.010367684066295624, 0.008083846420049667, -0.0037572807632386684, -0.01470764447003603, 0.01946284808218479, 0.01742681674659252, -0.02297232300043106, -0.006134882569313049, -0.002777775749564171, 0.0008158356067724526, -0.021431904286146164, -0.013086856342852116, 0.023119667544960976, 0.02762036770582199, -0.03230859711766243, -0.026669325307011604, 0.00813072919845581, -0.009604171849787235, -0.005294349975883961, 0.016207877546548843, 0.00428972952067852, -0.01075613684952259, 0.043828245252370834, 0.008452207781374454, 0.03814879059791565, 0.02677648514509201, -0.009028189815580845, 0.023722440004348755, 0.007849435321986675, -0.006154974922537804, -0.014935358427464962, -0.00875359307974577, 0.0011795919854193926, 0.033058714121580124, -0.011419186368584633, -0.006151626352220774, 0.010381078347563744, 0.010849901475012302, 0.014011107385158539, 0.02152566984295845, 0.017520582303404808, -0.02645500749349594, 0.0026471749879419804, -0.03193353861570358, -0.01354228425770998, -0.009805096313357353, 0.013877158053219318, 0.015631895512342453, -0.010709255002439022, -0.006436268799006939, -0.011774152517318726, -0.02236955054104328, 0.012765377759933472, 0.004242847207933664, -0.009818491525948048, 0.019020814448595047, 0.004912594333291054, -0.006238693371415138, -0.0014190265210345387, -0.01890026032924652, 0.03522869199514389, 0.024218052625656128, -0.03608597069978714, 0.010119877755641937, -0.00010422938066767529, 0.01691780984401703, -0.008679921738803387, -0.041792213916778564, 9.967719233827665e-05, 0.02273121289908886, 0.0068983943201601505, 0.006372642703354359, 0.011700480245053768, 0.02125776931643486, 0.018779706209897995, -0.011566530913114548, 0.015631895512342453, -0.014921963214874268, 0.00857276190072298, 0.0197441428899765, 0.02212844043970108, -0.004463864024728537, 0.017976010218262672, 0.03806842118501663, 0.024673480540513992, 0.005130262114107609, -0.0076552084647119045, 0.016100717708468437, 0.004306473303586245, 0.030058246105909348, -0.0030239077750593424, -0.00875359307974577, 0.022503498941659927, -0.025436991825699806, 0.008860752917826176, 0.01918155513703823, 0.021405113860964775, 0.01660972647368908, -0.007769065443426371, -0.009959137998521328, -0.002878237748518586, 0.003569751512259245, 0.03003145568072796, 0.010381078347563744, -0.011573228053748608, -0.02420465648174286, -0.029334919527173042, -0.002558433683589101, 0.005518715362995863, -0.017949219793081284, -0.03204069659113884, -0.012055446393787861, 0.02997787669301033, -0.0019941716454923153, 0.020788947120308876, 0.019288713112473488, -0.003874486545100808, 0.012892629951238632, -0.017694715410470963, 0.01030740700662136, 0.017627742141485214, 0.028584802523255348, -0.005736383143812418, -0.02587902545928955, -0.022865163162350655, 0.004443771671503782, 0.006161672528833151, -0.017560767009854317, -0.001429072697646916, 0.048194997012615204, 0.023668859153985977, -0.009430037811398506, -0.030218984931707382, 0.03989013284444809, 0.042917389422655106, -0.01470764447003603, -0.01627485267817974, 0.0012524268822744489, 0.004122293088585138, -0.0044672125950455666, -0.02770073711872101, -0.004979568999260664, 0.01457369513809681, -0.006051164120435715, 0.006315714213997126, -0.008083846420049667, 0.005736383143812418, -0.024619899690151215, -0.015564920380711555, -0.03758620098233223, -0.001107594114728272, -0.0058636353351175785, 0.00596409710124135, 0.0030657669994980097, -0.0023156502284109592, -0.007246662862598896, 0.042113691568374634, 0.024941379204392433, 0.006751049775630236, -0.002672290662303567, -0.024325212463736534, 0.03549659252166748, 0.014988938346505165, 0.007172990590333939, -0.004544233437627554, 0.014613879844546318, -0.019570007920265198, -0.006911789067089558, -0.020521048456430435, -0.02329380065202713, 0.00706583121791482, -0.021739987656474113, -0.0048322249203920364, -0.009630962274968624, 0.00546178687363863, 0.007983384653925896, 0.00874019879847765, -0.0020946338772773743, -0.00857945904135704, -0.0229991115629673, -0.0017262729816138744, -0.025691496208310127, -0.0007388146477751434, -0.0023340682964771986, 0.00786952767521143, 0.014600484631955624, 0.019007420167326927, 0.026441611349582672, 0.03721114248037338, 0.021338140591979027, 0.02009241096675396, -0.0425691194832325, 0.029334919527173042, 0.0022570474538952112, 0.020494258031249046, 0.013475310057401657, -0.0028045657090842724, 0.042328011244535446, 0.009825188666582108, 0.01528362650424242, -0.00010475261660758406, -0.020588023588061333, 0.01715891808271408, 0.009255903773009777, 0.004560977220535278, -0.0018066426273435354, 0.01718570850789547, 0.006218601018190384, 0.022503498941659927, -0.0011050825705751777, -0.011037430725991726, 0.007052436005324125, -0.003981646150350571, 0.00788292195647955, -0.026682721450924873, 0.00017664577171672136, -0.0020594720263034105, -0.0065233358182013035, 0.01074943970888853, 0.010160062462091446, -0.006583613343536854, -0.034558944404125214, -0.018217118456959724, -0.04168505594134331, -0.0002459227398503572, -0.0009569010580889881, -0.007789157796651125, -0.013930737972259521, -0.02179356850683689, -0.01557831559330225, 0.00196068431250751, 0.0030440001282840967, 0.0014047943986952305, -0.008760291151702404, -0.022007886320352554, 0.0070591336116194725, 0.008257980458438396, 0.016355222091078758, 0.010555213317275047, -0.024325212463736534, 0.0016157646896317601, 0.027888266369700432, -0.03225501626729965, -0.018739521503448486, -0.004755203612148762, -0.027861475944519043, -0.005568946246057749, -0.0013286105822771788, 0.040318768471479416, -0.02451273985207081, -0.00961086992174387, 0.02325361594557762, 0.022007886320352554, -0.023481329903006554, 0.007903014309704304, 0.004038574639707804, -0.00918223150074482, 0.007239965256303549, -0.001405631541274488, 0.020815737545490265, -0.010970456525683403, -0.017828665673732758, 0.008492392487823963, 0.010247129015624523, 0.023829597979784012, -0.02356169931590557, 0.00633580656722188, 0.006382688879966736, 0.004447120241820812, 0.004316519480198622, -0.02527625299990177, 0.0038142092525959015, 0.026401426643133163, -0.007561443839222193, 0.014078082516789436, 0.01092357374727726, -0.001635019900277257, 0.020306728780269623, -0.006375991739332676, 0.00783604010939598, -0.018230514600872993, -0.007172990590333939, 0.0044538178481161594, -0.030620833858847618, 0.0313977412879467, 0.019583402201533318, -0.031076261773705482, -0.0035061256494373083, 0.0008242074400186539, -0.030969101935625076, 0.004530838690698147, 0.0019539869390428066, -0.0008731826674193144, 0.026964014396071434, -0.03118342161178589, -0.015953373163938522, -0.01691780984401703, -0.01683744043111801, 0.005344581324607134, 0.020507654175162315, 0.0061415801756083965, 0.009021492674946785, -0.0011201518354937434, -0.0016752047231420875, 0.024258237332105637, -0.01865915209054947, -0.018123354762792587, -0.038282740861177444, -0.020882712677121162, 0.0032064139377325773, 0.004139036405831575, 0.032147858291864395, -0.0044672125950455666, -0.009409945458173752, -0.0062989708967506886, -0.010501633398234844, 0.00947692058980465, -0.010133272036910057, 0.015069307759404182, -0.014680854976177216, 0.02941528894007206, 0.00786952767521143, 0.03820237144827843, -0.013810183852910995, -0.003486033296212554, -0.02061481401324272, -0.007675300817936659, 0.0028815865516662598, -0.027459627017378807, 0.005726336967200041, -0.027727525681257248, 0.014011107385158539, 0.02589241974055767, 0.00589377386495471, -0.001999194733798504, -0.011968378908932209, 0.007126108277589083, 0.00831825751811266, -0.022235600277781487, -0.0038945788983255625, -0.023146456107497215, -0.05328507348895073, -0.0038577427621930838, 0.030218984931707382, 0.003223157487809658, 0.015819424763321877, -0.026039764285087585, -0.010260524228215218, 0.006057861726731062, 0.0072198729030787945, 0.017065154388546944, -0.003496079472824931, 0.03525548428297043, 0.017654530704021454, 0.022610658779740334, -0.006781188305467367, 0.017011573538184166, -0.008559366688132286, 0.0041892677545547485, -0.024941379204392433, 0.005113518331199884, 0.00904158502817154, 0.009972533211112022, 0.03616634011268616, 0.013147134333848953, -0.02037370391190052, -0.005679454654455185, -0.005046543665230274, -0.015551526099443436, 0.006540079601109028, 0.018444832414388657, -0.006064559333026409, -0.009979230351746082, -0.02530304156243801, -0.020869316533207893, 0.0016844137571752071, 0.020212965086102486, 0.030781572684645653, -0.012437202036380768, -0.0011251750402152538, -0.009101862087845802, 0.005414904560893774, -0.00727345235645771, 0.005213980562984943, 0.02534322626888752, -0.017386632040143013, 0.02127116546034813, -0.01890026032924652, 0.015538130886852741, -0.01092357374727726, -0.008338349871337414, 0.010521725751459599, 0.0013771672965958714, 0.005990887060761452, 0.012068841606378555, 0.025102118030190468, -0.004681531805545092, -0.011258447542786598, -0.029549239203333855, -0.009128651581704617, -0.033594511449337006, 0.009644356556236744, 0.01239701732993126, 0.0035965414717793465, -0.005689500831067562, 0.006181764882057905, -0.03024577535688877, 0.0033905941527336836, -0.013348057866096497, 0.012209488078951836, 0.01178754772990942, -0.00516040064394474, -0.03745225444436073, -0.004614557139575481, -0.011727270670235157, 0.013716419227421284, 0.011399094015359879, -0.004336611833423376, 0.013173923827707767, 0.006978763733059168, -0.033005133271217346, -0.0037338396068662405, 0.021083636209368706, 0.03718435391783714, -0.02062820829451084, -0.0039749485440552235, 0.03522869199514389, 0.03236217424273491, -0.006905091926455498, -0.02149887941777706, 0.00786952767521143, 0.03174600750207901, -0.012845748104155064, 0.007943199947476387, -0.006503243464976549, 0.012591243721544743, 0.007112713064998388, -0.005800009239464998, -0.003995040897279978, -0.02507532760500908, -0.026334453374147415, -0.004139036405831575, 0.014158451929688454, 0.008405325002968311, -0.024619899690151215, -0.01742681674659252, -0.0021247724071145058, 0.0152702322229743, -0.02353491075336933, -0.0060846516862511635, 0.020842527970671654, -0.03560375049710274, -0.016475776210427284, -0.009108559228479862, 0.000425917241955176, 0.01837785728275776, 0.005244119092822075, -0.0017061805119737983, 0.004276334773749113, 0.022583870217204094, -0.025436991825699806, 0.03003145568072796, -0.03327303007245064, 0.008184308186173439, -0.01630164310336113, 0.029200969263911247, 0.008679921738803387, -0.0025986183900386095, -0.004584418144077063, -0.023066086694598198, -0.02624068781733513, 0.003774024313315749, 0.02329380065202713, 0.00987876858562231, 0.007112713064998388, 0.0038610915653407574, 0.01717231422662735, -0.009423340670764446, 0.019422663375735283, 0.003223157487809658, -0.033648088574409485, 0.004919291939586401, -0.04653402417898178, 0.02333398535847664, 0.017654530704021454, -0.011834429576992989, -0.00813072919845581, -0.026602352038025856, 0.004698275122791529, 0.004185918718576431, -0.0009569010580889881, -0.029308129101991653, -0.0017262729816138744, 0.017694715410470963, -0.020253149792551994, 0.0017714808927848935, -0.0012122420594096184, -0.023936757817864418, -0.018136749044060707, 0.01634182780981064, 0.006509941071271896, 0.0015906491316854954, -0.0027710783760994673, -0.00013510053395293653, 0.009718028828501701, 0.022503498941659927, -0.044122934341430664, -0.017694715410470963, -0.031612057238817215, -0.01370972115546465, -0.02678988128900528, 0.004755203612148762, -0.0075748385861516, 0.03868458792567253, 0.008934425190091133, -0.029629608616232872, -0.022048071026802063, -0.016194483265280724, -0.018525201827287674, -0.027258703485131264, -0.005907168611884117, -0.010588699951767921, 0.011861220002174377, -0.002699080388993025, -0.005883727688342333, 0.051382992416620255, -0.009369760751724243, 0.008532577194273472, -0.03782731294631958, 0.016395406797528267, -0.0020092411432415247, 0.004082107916474342, -0.009845281019806862, 0.006047815550118685, -0.016489172354340553, -0.001038945047184825, 0.020547838881611824, 0.01078962441533804, 0.019168158993124962, 0.019677167758345604, -0.00948361773043871, -0.004624603316187859, -0.015323812142014503, 0.00026161991991102695, -0.003834301605820656, 0.014051292091608047, 0.014921963214874268, -0.025678100064396858, -0.030460095033049583, 0.008867450058460236, 0.005846891552209854, -0.002007566625252366, 0.007802552543580532, -0.0074944691732525826, -0.02009241096675396, -0.0025668053422123194, -0.027178334072232246, -0.018109958618879318, -0.004768598824739456, 6.603287329198793e-05, 0.009363063611090183, 0.01149955578148365, -2.074645999528002e-05, 0.034478574991226196, 0.0034826844930648804, -0.018297487869858742, 0.012651520781219006, -0.0009619241463951766, -0.0028380530420690775, -0.015216652303934097, -0.0014114918885752559, -0.0007647673483006656, -0.0029552585911005735, -0.015591710805892944, -0.011941589415073395, 0.00029636305407620966, -0.019904881715774536, 9.58575401455164e-05, -0.0001116593848564662, -0.01857878267765045, -0.004259590990841389, 0.0019322201842442155, -0.026883644983172417, 0.0045274896547198296, 0.011084313504397869, -0.016676699742674828, -0.014386165887117386, -0.012015261687338352, -0.012885932810604572, -0.021391719579696655, -0.0040352256037294865, -0.01237022690474987, -0.005696198437362909, -0.018498413264751434, -0.012122420594096184, 0.02246331423521042, 0.02739265374839306, 0.013421730138361454, 0.2271781861782074, 0.00022855117276776582, -0.01501572784036398, 0.020266544073820114, -0.005147005897015333, 0.01744021289050579, 0.0290670208632946, -0.0012951232492923737, -0.040586668998003006, 0.013488705269992352, 0.0009853652445599437, 0.029308129101991653, -0.025999579578638077, 0.0002984560269396752, 0.01135890930891037, -0.03027256578207016, -0.01804298534989357, -0.012631428427994251, -0.02357509545981884, -0.014372770674526691, 0.006972066592425108, -0.013729813508689404, -0.03112984076142311, -0.0026873599272221327, 0.01863236166536808, -0.012544361874461174, 0.0029686535708606243, 0.02677648514509201, 0.021445298567414284, 0.027486417442560196, -0.03378203883767128, -0.010153364390134811, 0.007246662862598896, 0.012711798772215843, -0.030513674020767212, -0.01366953644901514, 0.020507654175162315, -0.0007400704780593514, 0.01598016358911991, 0.002993769245222211, 0.018779706209897995, -0.010709255002439022, 0.0039715999737381935, -0.024914588779211044, 0.006416176445782185, 0.007172990590333939, -0.0063056680373847485, 0.007253360003232956, 0.013917342759668827, 0.00962426420301199, -0.01606053300201893, 0.010273919440805912, 0.039729394018650055, 0.01295960508286953, 0.014332585968077183, 0.0008689967799000442, 0.005200585350394249, 0.02527625299990177, 0.02037370391190052, 0.008478997275233269, -0.004865712020546198, 0.020145989954471588, -0.012939512729644775, 0.007990081794559956, 0.00229723216034472, 0.004376796539872885, -0.01773490011692047, -0.033031921833753586, 0.008659828454256058, -0.01606053300201893, 0.013307873159646988, 0.005056589841842651, 0.01894044503569603, 0.014667459763586521, 0.007762367837131023, -0.018766311928629875, 0.000542076479177922, 0.018498413264751434, 0.003670213744044304, 0.03501437231898308, -0.030513674020767212, -0.011097707785665989, -0.0028849353548139334, -0.026401426643133163, -0.010776229202747345, -0.035067953169345856, 0.022074861451983452, -0.011807640083134174, -0.005073333624750376, 0.003569751512259245, -0.008599551394581795, 0.0037237934302538633, -0.018525201827287674, 0.031263791024684906, -0.011472766287624836, 0.018538597971200943, 0.000952715112362057, 0.022878557443618774, -0.002514899941161275, -0.016100717708468437, -0.03196032717823982, 0.004403586499392986, 0.01663651503622532, 0.009952440857887268, -0.03493400290608406, -0.033326610922813416, -0.02274460904300213, -0.017413422465324402, -0.014721039682626724, -0.01149285864084959, 0.012115723453462124, -0.03997050225734711, 0.01805637963116169, -0.01892705075442791, 0.021083636209368706, 0.0005981678259558976, 0.002270442433655262, -0.011807640083134174, -0.008559366688132286, -0.006784537341445684, -0.015457761473953724, -0.02269102819263935, -0.002399368677288294, 0.006536731030791998, 0.022490104660391808, 0.003569751512259245, -0.024914588779211044, -0.000940994534175843, -0.02179356850683689, -0.006375991739332676, -0.007963292300701141, -0.02038709819316864, 0.003897927701473236, -0.010648977942764759, -0.015605105087161064, 0.004637998063117266, -0.01569887064397335, -0.021632827818393707, -0.009697936475276947, 0.009249206632375717, -0.006603705696761608, -0.01031410414725542, 0.006453012581914663, -0.00663384422659874, -0.0025299694389104843, -0.010146667249500751, -0.025785259902477264, 0.009952440857887268, -0.015564920380711555, -0.020775552839040756, -0.010535120964050293, 0.007815947756171227, 0.0010062948567792773, -0.018163539469242096, -0.003593192668631673, -0.02649519219994545, 0.010280616581439972, -0.04184579476714134, -0.010079692117869854, -0.0065233358182013035, -0.006000933237373829, -0.0007522096275351942, 0.028156165033578873, 0.016181087121367455, -0.03731830418109894, -0.038523849099874496, -0.16995500028133392, 0.029602818191051483, 0.030701203271746635, -0.032790813595056534, 0.0025282949209213257, -0.005749777890741825, 0.020467469468712807, 0.01366953644901514, -0.0009836909594014287, -0.02762036770582199, -0.0005533784860745072, -0.032496124505996704, -0.03402314707636833, -0.009028189815580845, -0.014627275057137012, -0.004554279614239931, 0.0015755798667669296, 0.00786952767521143, 0.0259459987282753, 0.023695649579167366, 0.02506193332374096, -0.03643423691391945, 0.00391802005469799, 0.0152702322229743, 0.0020326822996139526, 0.018766311928629875, -0.007648510858416557, -0.020266544073820114, -0.024914588779211044, -0.03745225444436073, -0.02389657311141491, 0.011881312355399132, -0.0002794100728351623, 0.008700014092028141, -0.018230514600872993, 0.009771608747541904, 0.00719978054985404, -0.0009317855583503842, -0.021097030490636826, 0.005786614026874304, 0.005381417460739613, 0.026642536744475365, -0.01209563110023737, 0.014158451929688454, 0.037103984504938126, 0.024325212463736534, -0.0005219840677455068, -0.003099254332482815, 0.013294477947056293, -0.016154298558831215, 0.014292401261627674, -0.013200713321566582, 0.004875758197158575, 0.0047920397482812405, 0.019074395298957825, 0.0032599936239421368, -0.025517361238598824, 0.010026113130152225, -0.0029552585911005735, -0.011727270670235157, -0.0007953245658427477, -0.012423806823790073, -0.0023139759432524443, 0.007099318318068981, 0.002076215809211135, -0.007286847569048405, -0.004179221577942371, 0.002156585454940796, -0.0360591784119606, 0.005578992422670126, 0.01078292727470398, 0.003429104806855321, -0.02153906412422657, -0.009249206632375717, -0.00010799670417327434, 0.025423597544431686, -0.02007901482284069, 0.01772150583565235, -0.010294011794030666, -0.011439278721809387, -0.025972789153456688, 0.004343309439718723, -0.019074395298957825, 0.000260782748227939, 0.011097707785665989, 0.00031582757947035134, -0.0019707304891198874, -0.00727345235645771, -0.024311816319823265, 0.008679921738803387, 0.012892629951238632, -0.012885932810604572, -0.016542751342058182, -0.009557290002703667, -0.00023252778919413686, 0.0015914863906800747, 0.01598016358911991, -0.015605105087161064, -0.0011285237269476056, -0.004125641658902168, -0.01192149706184864, -0.002819634974002838, -0.0165561456233263, 0.004209360107779503, 0.029790347442030907, 0.015926584601402283, 0.033031921833753586, 0.006560171954333782, 0.056955285370349884, -0.010381078347563744, -0.016248062252998352, -0.018391253426671028, -0.003156182821840048, 0.01835106872022152, 0.005193888209760189, 0.005471833050251007, 0.00039849948370829225, -0.005903820041567087, 0.002797868102788925, 0.0030423258431255817, 0.043238867074251175, -0.020521048456430435, 0.008961214683949947, 0.013850368559360504, 0.015323812142014503, -0.00031143234809860587, -0.1118745431303978, -0.024552926421165466, 0.0007815110730007291, 0.004343309439718723, 0.019690562039613724, 0.0061951600946486, -0.0015571617987006903, 0.03343377262353897, 0.007146200630813837, 0.028129374608397484, -0.015457761473953724, -0.00552541296929121, -0.0013520517386496067, -0.004490653518587351, 0.009825188666582108, 0.004517443478107452, -0.014854989014565945, 0.011586623266339302, -0.02451273985207081, 0.04637328162789345, -0.014814804308116436, -0.002272116718813777, -0.006854860577732325, -0.023213431239128113, 0.006094697862863541, 0.020802341401576996, -0.033058714121580124, 0.00988546572625637, 0.004504048731178045, -0.0016450660768896341, 0.006453012581914663, -0.019261924549937248, -0.003770675742998719, -0.0180965643376112, -0.011579926125705242, -0.027138149365782738, -0.005240770522505045, -0.009262600913643837, 0.0495612807571888, -0.02360188402235508, 0.006998856086283922, 0.0023926713038235903, -0.007936501875519753, -0.01892705075442791, 0.01151964906603098, -0.013254293240606785, -0.0195030327886343, 0.04396219551563263, -0.021673012524843216, -0.010997246019542217, -0.03747904300689697, -0.004058666992932558, -0.01977093145251274, -0.007628418505191803, 0.04053308814764023, -0.016154298558831215, 0.011144590564072132, -0.01195498462766409, -0.017091942951083183, 0.0014826525002717972, -0.0023139759432524443, -0.007085923571139574, 0.0005663548363372684, 0.02420465648174286, 0.013374848291277885, 0.0003679422661662102, -0.018752915784716606, -0.004306473303586245, 0.016248062252998352, -0.03691645711660385, -0.025825444608926773, 0.02448595128953457, -0.013066763989627361, 0.03812199831008911, -0.003522869199514389, 0.00021149354870431125, -0.003337014466524124, 0.0003537101438269019, 0.019449453800916672, 0.019931670278310776, 0.005033148918300867, -0.0031712520867586136, 0.009845281019806862, -0.015457761473953724, 0.022610658779740334, -0.002740939613431692, 0.000249899341724813, 0.0109168766066432, 0.003703701077029109, -0.038014840334653854, -0.00857945904135704, 0.037371885031461716, -0.004581069573760033, 0.00210970314219594, -0.002134818583726883, 0.015216652303934097, 0.001027224468998611, -0.0026907087303698063, -0.0005676106084138155, 0.025972789153456688, -0.015457761473953724, -0.0024027174804359674, -0.035067953169345856, 0.014761224389076233, -0.005378068424761295, -0.00639608409255743, 0.030058246105909348, 0.0026940573006868362, -0.00727345235645771, -0.018163539469242096, -0.0005496111698448658, 0.012109026312828064, -0.0037807219196110964, 0.010729347355663776, -0.005501971580088139, -0.00677114212885499, -0.01599355787038803, 0.011861220002174377, 0.027593577280640602, -0.009530499577522278, -0.004805434960871935, -0.0012348460732027888, -0.016355222091078758, -0.0002735497837420553, 0.012818957678973675, -0.0027024291921406984, -0.020561233162879944, -0.0029870716389268637, 0.006047815550118685, 0.021364929154515266, -0.00788292195647955, -0.004246196243911982, 0.029468867927789688, -0.00918892864137888, 0.024271631613373756, 0.031263791024684906, 0.019101185724139214, -0.01983790658414364, 0.0011042454279959202, 0.03292476385831833, 0.020454073324799538, -0.01750718615949154, -0.00706583121791482, -0.01922173984348774, 0.007045738399028778, -0.0025433641858398914, -0.01691780984401703, -0.03745225444436073, -0.018284093588590622, 0.014801409095525742, -0.00633580656722188, 0.026039764285087585, 0.029522448778152466, 0.008291468024253845, -0.00214151619002223, -0.014854989014565945, -0.01148616150021553, -0.045248109847307205, 0.004363401792943478, 0.016502566635608673, -0.018190328031778336, -0.018176933750510216, 0.040372349321842194, 0.007420796900987625, 0.01327438559383154, -0.008472300134599209, -0.017989404499530792, -0.0238563884049654, -0.002260396257042885, 0.0054450430907309055, 0.023079482838511467, -0.04098851606249809, -0.01030740700662136, 0.010213642381131649, -0.003566402941942215, 0.020266544073820114, -0.00988546572625637, -0.019342293962836266, 0.007990081794559956, -0.016944600269198418, -0.01596676930785179, 0.02762036770582199, 0.014774619601666927, -0.0008124868618324399, -0.0247806403785944, 0.011680387891829014, 0.02973676659166813, -0.006054513156414032, -0.010099785402417183, 0.0018886865582317114, 0.011640203185379505, -0.006918486673384905, -0.02303929813206196, 0.016502566635608673, 0.008103938773274422, 0.02877233177423477, -0.008820568211376667, -0.0059272609651088715, -0.023749228566884995, 0.026856854557991028, -0.007306939922273159, 0.03321945294737816, 0.0010397821897640824, 0.002236955100670457, 0.0009937371360138059, 0.007936501875519753, -0.008257980458438396, 0.02010580524802208, -0.004102200269699097, -0.03488042578101158, 0.00023587651958223432, 0.009543894790112972, 0.02941528894007206, -0.018485017120838165, -0.017319656908512115, 0.005354627501219511, -0.02266423963010311, 0.012544361874461174, -0.018257303163409233, -0.00509342597797513, -0.00677114212885499, 0.026588955894112587, -0.0037237934302538633, 0.036836083978414536, 0.013756603933870792, 0.003553007962182164, 0.031612057238817215, 0.023776018992066383, -0.0028882839251309633, -0.020306728780269623, 0.009034886956214905, 0.004507397301495075, -0.004386842716485262, -0.016957994550466537, -0.0044705611653625965, -0.015042518265545368, -0.01208893395960331, -0.0010188526939600706, -0.00313274166546762, -0.0002584804897196591, 0.007929804734885693, 0.06713543832302094, 0.02390996925532818, -0.028316903859376907, 0.02877233177423477, 0.009731424041092396, 0.012008563615381718, 0.026066554710268974, 0.007306939922273159, -0.0007995105115696788, -0.0013336337869986892, 0.0003108044620603323, 0.00961086992174387, -0.013649444095790386, -0.008833963423967361, -0.00860624946653843, 0.009818491525948048, 0.003429104806855321, 0.012879234738647938, -0.01571226492524147, -0.003613285254687071, 0.0011846150737255812, -0.010434658266603947, 0.0013646095758304, -0.008244586177170277, -0.010240431874990463, -0.0145335104316473, 0.03032614476978779, 0.003693654900416732, -0.0022336062975227833, -0.013435125350952148, 0.0010288988705724478, 0.01106422021985054, -0.045274898409843445, -0.01192149706184864, -0.0038476965855807066, -0.004604510497301817, -0.002354160649701953, -0.014694249257445335, -0.008793778717517853, 0.012216185219585896, -0.01770811155438423, -0.018511807546019554, -0.023387566208839417, -0.026361241936683655, 0.001997520448639989, 0.03236217424273491, 0.01179424487054348, -0.015899794176220894, -0.03980976343154907], \"3eb05dd2-882e-4156-ba6f-e15784a0cb38\": [0.007255564443767071, 0.011437279172241688, 0.006026024464517832, -0.02687056176364422, -0.022490328177809715, 0.005193524062633514, -0.0017834727186709642, -0.015292398631572723, -0.0048124948516488075, -0.05035988986492157, -0.00031899186433292925, 0.02881733328104019, 0.01597120612859726, 0.019557364284992218, 0.012647607363760471, -0.0018555161077529192, 0.013255973346531391, -0.014997821301221848, 0.01597120612859726, -0.015996821224689484, -0.008523526601493359, -0.009368835017085075, -0.0008044838905334473, 0.0028961419593542814, -0.011571760289371014, 0.0014632801758125424, 0.04021618887782097, -0.013006223365664482, 0.025948407128453255, -0.009765874594449997, -0.0048060910776257515, -0.020505134016275406, -0.010073259472846985, -0.04492942616343498, -0.008574757725000381, -0.002468684921041131, -0.015061859972774982, -0.010745663195848465, 0.03091779723763466, -0.02380952052772045, 0.030559182167053223, -0.014459897764027119, -0.023771097883582115, 0.011059451848268509, 0.014805705286562443, 0.021670635789632797, 0.009567354805767536, -0.006237351801246405, -0.029944412410259247, -0.006986602209508419, 0.0007108275895006955, 0.04413534700870514, -0.03768026456236839, -0.00038863375084474683, -0.008619585074484348, 0.013755474239587784, 0.006294986233115196, 0.03291579708456993, 0.0035413301084190607, -0.03591280058026314, 0.028638025745749474, 0.002904146909713745, -0.01202643383294344, -0.01405005156993866, -0.032634031027555466, -0.005568149033933878, 0.006480698008090258, 0.002314992481842637, -0.011443682946264744, 0.019454902037978172, -0.0014480709796771407, 0.003013012232258916, 0.0074604875408113, -0.0068457177840173244, 0.016265783458948135, -0.0020492326002568007, -0.022182943299412727, -0.02176028862595558, -0.012321011163294315, -0.013499319553375244, 0.01936524733901024, -0.016790900379419327, -0.020108094438910484, 0.03150695189833641, 0.02059478685259819, 0.01061758678406477, 0.0068649291060864925, 0.01571505330502987, 0.008017622865736485, -0.01912190206348896, -0.018174132332205772, 0.0159071683883667, -0.011014625430107117, 0.005094264168292284, 0.013332819566130638, 0.012583568692207336, 0.025167137384414673, 0.027177946642041206, 0.00359256099909544, -0.021196749061346054, -0.01392197422683239, -0.0018106891075149179, -0.03183995187282562, -0.025064677000045776, -0.009791489690542221, 0.002022016327828169, 0.020799711346626282, 0.01481851376593113, 0.019211554899811745, -0.02515432983636856, -0.00856195017695427, 0.03322318196296692, 0.0036117725539952517, -0.018840132281184196, 0.011366836726665497, 0.014536743983626366, -0.0111298942938447, -0.03145572170615196, -0.012775684706866741, -0.027049871161580086, 0.005952380131930113, 0.05717359110713005, 0.020313018932938576, -0.013691435568034649, 0.0009429671918042004, -0.0022877762094140053, 0.004044032655656338, 0.0036950225476175547, -0.005308793392032385, -0.013332819566130638, 0.029227180406451225, 0.005683418363332748, 0.017111092805862427, 0.006182919256389141, -0.021862750872969627, 0.0052159372717142105, 0.009035835042595863, 0.026281408965587616, -0.031660642474889755, -0.04428904131054878, 0.011725452728569508, 0.033709876239299774, -0.005113475956022739, 0.006743256002664566, -0.01840467005968094, -0.0016521938377991319, 0.006278976798057556, 0.043008267879486084, -0.012276183813810349, -0.011827914044260979, 0.014101281762123108, 0.023258790373802185, 0.022695250809192657, 0.019019439816474915, 0.016509130597114563, 0.038781728595495224, 0.016214553266763687, -0.026140524074435234, 0.004322600085288286, 0.023578982800245285, 0.011891952715814114, 0.036604419350624084, 0.01488255150616169, 0.008126487955451012, 0.0016778091667219996, 0.016137706115841866, 0.0016954197781160474, -0.007831910625100136, 0.0005459283711388707, 0.014062859117984772, -0.005254360381513834, 0.028202563524246216, -0.016009630635380745, 0.006339813582599163, -0.028842948377132416, 0.04275211691856384, 0.01424216665327549, 0.010854529216885567, -0.02643510140478611, -0.020543556660413742, -0.017098285257816315, -0.005087860394269228, 0.029201565310359, 0.013576165772974491, -0.005523322150111198, -0.00375265721231699, -0.003983195871114731, -0.027024254202842712, -0.008939777500927448, 0.015471706166863441, 0.02188836596906185, -0.007422064431011677, 0.0065319291315972805, 0.0012479505967348814, -0.6483771800994873, -0.00037142340443097055, 0.005760264582931995, -0.043725501745939255, 0.001200722181238234, 0.04354619234800339, 0.03099464252591133, 0.007326006423681974, -0.03591280058026314, 0.008837315253913403, 0.005897947587072849, 0.04800327494740486, 0.010137297213077545, 0.0026559976395219564, -0.004444273188710213, -0.026742486283183098, 0.020979018881917, -0.021030249074101448, 0.0034740895498543978, 0.011021029204130173, 0.00898460391908884, 0.006250159349292517, -0.024411482736468315, -0.01713670790195465, 0.013486512005329132, 0.020005634054541588, 0.028253795579075813, 0.005878736265003681, 0.021709058433771133, -0.006993006449192762, -0.023911982774734497, -0.00033199970494024456, 0.004822100512683392, 0.013857935555279255, 0.05292143300175667, -0.012545146048069, -0.017661822959780693, 0.01808447763323784, 0.018891362473368645, 0.031532566994428635, 0.012564357370138168, -0.016086475923657417, -0.002396641531959176, -0.008286584168672562, 0.003813493764027953, -0.0048060910776257515, 0.03476010635495186, -0.00043826361070387065, 0.007332410663366318, -0.004751658067107201, 0.008818103931844234, 0.004399446304887533, 0.01673966832458973, 0.010380644351243973, -0.0052127353847026825, -0.03360741585493088, 0.03260841220617294, 0.010111682116985321, 0.0023630212526768446, -0.003317195223644376, 0.002851315075531602, 0.007735853083431721, -0.012878146022558212, -0.007108275778591633, -0.014805705286562443, 0.04285457730293274, 0.006954583339393139, -0.025167137384414673, -0.00965060479938984, -0.02592279203236103, -0.036476340144872665, 0.019467709586024284, -0.015074667520821095, -0.020517941564321518, 0.0065383329056203365, 0.020197749137878418, 0.027510948479175568, -0.026640024036169052, -0.0002541528665460646, 0.009048642590641975, 0.011629395186901093, -0.004697225522249937, -0.026844946667551994, -0.004585158079862595, 0.024744484573602676, -0.0009557749144732952, -0.00209405948407948, -0.025551369413733482, 0.009637797251343727, -0.010143700987100601, 0.01077768299728632, -0.0010078061604872346, -0.025653831660747528, -0.004482696298509836, 0.017175130546092987, 0.02181151881814003, 0.019326824694871902, 0.0031138730701059103, -0.032941415905952454, -0.022426288574934006, -0.033914800733327866, -0.01904505491256714, -0.01885293982923031, 0.019595786929130554, 0.004457080736756325, 0.012513126246631145, 0.005408052820712328, -0.0022781703155487776, 0.021324826404452324, -0.021798711270093918, 0.010534336790442467, 0.0033940414432436228, -0.02938087284564972, 0.002492699306458235, -0.014587975107133389, -0.030328642576932907, 0.030764104798436165, -0.004607571288943291, 0.004501908086240292, -0.022439097985625267, -0.012103280052542686, 0.020453903824090958, 0.013006223365664482, -0.0024062474258244038, -0.006109274923801422, -0.02848433330655098, -0.017982015386223793, -0.00856195017695427, -0.011533337645232677, -0.0053632259368896484, 0.029560180380940437, 0.0020396269392222166, 0.026153331622481346, -0.010034835897386074, 0.009957989677786827, -0.02560259960591793, 0.004261763300746679, -0.003056238405406475, 0.04247034713625908, -0.009003816172480583, -0.010271778330206871, 0.012557953596115112, -0.0015369245084002614, 0.009119085036218166, -0.014664821326732635, 0.008485103957355022, -0.010752066969871521, -0.002700824523344636, -0.02360459789633751, 0.0009125489159487188, 0.0009645802201703191, -0.02078690379858017, -0.029150333255529404, -0.010873740538954735, -0.025039061903953552, -0.004242551978677511, -0.010066854767501354, -0.02373267523944378, -0.0034132529981434345, -0.01250672247260809, 0.00031939210020937026, 0.02187555842101574, -0.005750658921897411, -0.008389046415686607, 0.0006904152687638998, -0.017277592793107033, 0.008869335055351257, 0.016957400366663933, -0.031916797161102295, -0.0066920253448188305, 0.0018939392175525427, 0.01488255150616169, -0.010073259472846985, -0.012686030939221382, 0.006387842353433371, 0.020056864246726036, -0.03040548972785473, -0.02137605845928192, 0.00284010823816061, -0.0069481790997087955, -0.0048829372972249985, 0.02323317527770996, 0.007338814437389374, 0.000752052350435406, 0.03703987970948219, 0.010604779236018658, 0.03837187960743904, 0.046030886471271515, -0.016765283420681953, 0.039422113448381424, 0.00538884149864316, -0.004873331170529127, 0.006717640440911055, -0.007524526212364435, -0.001040625968016684, 0.03130202740430832, -0.014844128862023354, -0.011526933871209621, 0.017277592793107033, 0.01116831786930561, -0.0031955221202224493, 0.022413481026887894, 0.015253975056111813, -0.014805705286562443, 0.016778092831373215, -0.030328642576932907, -0.01917313225567341, 0.0011406861012801528, 0.0165475532412529, 0.030379872769117355, -0.0031234787311404943, -0.0036117725539952517, -0.019787902012467384, -0.018071670085191727, 0.028279410675168037, -0.0018363045528531075, -0.013729858212172985, 0.020313018932938576, -0.010611183010041714, -0.02277209796011448, -0.014523936435580254, -0.023130713030695915, 0.027639023959636688, 0.009157508611679077, -0.04339250177145004, 0.01629139855504036, -0.0013424074277281761, 0.02521836943924427, -0.00718512199819088, -0.035631030797958374, -0.016957400366663933, 0.013127896003425121, 0.021209558472037315, 0.006096466910094023, -0.0010318206623196602, 0.02060759626328945, 0.019032247364521027, -0.014498320408165455, 0.016573168337345123, -0.019800709560513496, 0.009298392571508884, 0.022439097985625267, 0.022029250860214233, -0.017943592742085457, 0.014587975107133389, 0.02656317688524723, 0.013512127101421356, 0.011930376291275024, 0.0032627624459564686, 0.022682443261146545, -0.003807089990004897, 0.02297702059149742, 0.0020444297697395086, -0.009336816146969795, 0.02201644331216812, -0.023835137486457825, 0.011213144287467003, 0.030072487890720367, 0.02874048799276352, 0.003419657004997134, -0.010156509466469288, -0.004783677402883768, -0.009394451044499874, 0.002835305407643318, 0.016714053228497505, 0.01584312878549099, -0.005254360381513834, -0.022682443261146545, -0.02630702406167984, 0.0025023052003234625, 0.007326006423681974, -0.012461896054446697, -0.043981656432151794, -0.009439277462661266, 0.027485331520438194, -0.00224615097977221, 0.014575166627764702, 0.035323645919561386, 0.0026415889151394367, 0.011238760314881802, -0.011667817831039429, 0.005382437724620104, 0.01609928347170353, 0.033453721553087234, -0.005161504726856947, -0.021721865981817245, -0.022054865956306458, 0.009925970807671547, 0.014101281762123108, 0.00586913013830781, 0.008549142628908157, 0.044750116765499115, 0.017994824796915054, -0.0036918206606060266, -0.012148107402026653, 0.03271087631583214, 0.026588793843984604, -0.011719048954546452, 0.0021468913182616234, 0.005411254707723856, -0.004210532642900944, -0.007076256442815065, -0.017917977645993233, -0.007114679552614689, 0.01177668385207653, -0.003803888102993369, 0.006115678697824478, -0.013358434662222862, 0.01726478524506092, -0.02296421304345131, -0.014139705337584019, -0.03350495174527168, 0.0018827324965968728, -0.0017722659977152944, 0.006134890019893646, -0.005897947587072849, -0.006032428704202175, -0.011027432978153229, 0.028074486181139946, 0.021337633952498436, 0.002020415384322405, 0.00550411082804203, -0.0273316390812397, 0.02932964265346527, -0.0021180741023272276, 0.01989036425948143, -0.00494057172909379, 0.011494914069771767, -0.015446091070771217, -0.013255973346531391, -0.028766103088855743, -0.0066151791252195835, 0.013819511979818344, -0.02336125262081623, -0.008606776595115662, -0.020953403785824776, 0.015318013727664948, 0.005247956607490778, -0.007883141748607159, -0.004162503872066736, -0.01758497767150402, -0.03504187613725662, 0.01045749057084322, -0.042624037712812424, -0.007607776205986738, -0.0022029250394552946, 0.00814569927752018, 0.016406668350100517, 0.011642202734947205, 0.01892978698015213, 0.023310020565986633, 0.005113475956022739, 0.03778272494673729, -0.03168625757098198, 0.039422113448381424, -0.0038647246547043324, 0.020197749137878418, 0.005398447159677744, -0.0007708636694587767, 0.021401673555374146, 0.017866747453808784, 0.012020030058920383, 0.006960987113416195, -0.00885012373328209, 0.023886367678642273, 0.008459487929940224, 0.012948588468134403, -0.0037846765480935574, 0.008946181274950504, 0.014869743958115578, 0.028535563498735428, -0.01479289773851633, -0.0007592567126266658, 0.010867336764931679, 0.0015609388938173652, 0.0034740895498543978, -0.016970207914710045, 0.002334204036742449, 0.008958988822996616, -0.010310201905667782, 0.0108097018674016, -0.0010942581575363874, -0.0031282815616577864, -0.012910165823996067, -0.016214553266763687, -0.02386075258255005, 0.0077806799672544, -0.010572759434580803, -0.013512127101421356, -0.0077806799672544, -0.022311020642518997, -0.0028945410158485174, -0.012199337594211102, 0.000975786941125989, 0.014408666640520096, -0.021926788613200188, -0.029175950214266777, -0.0023582184221595526, 0.018391862511634827, 0.01392197422683239, 0.01668843813240528, -0.02438586764037609, 3.3219981560250744e-05, 0.027280408889055252, -0.023310020565986633, -0.026973024010658264, 0.00959296990185976, -0.02040267176926136, -0.005235149059444666, -0.007210737094283104, 0.029867565259337425, -0.021862750872969627, 0.0023710262030363083, 0.016201745718717575, 0.02144009619951248, -0.013063858263194561, 0.01821255497634411, -0.009157508611679077, -0.011558952741324902, -0.0026880167424678802, -0.002166102873161435, 0.017034245654940605, -0.01383232045918703, -0.011719048954546452, 0.021709058433771133, 0.017341630533337593, 0.022951405495405197, -0.02450113743543625, 0.007063448894768953, 0.007806295529007912, -0.0028705266304314137, 0.0068585253320634365, -0.029739487916231155, 0.004354619421064854, 0.023386867716908455, -0.013678628019988537, 0.024411482736468315, -0.00872204639017582, -0.00952252745628357, 0.0007980800583027303, -0.016534745693206787, 0.010220547206699848, -0.03014933504164219, -0.012769280932843685, 0.005837110802531242, -0.02309229038655758, 0.0412151925265789, 0.00702502578496933, -0.02392479032278061, 0.007159506436437368, 0.0024526752531528473, -0.02014651894569397, 0.012487511150538921, 0.0034324645530432463, -0.006330207455903292, 0.026614408940076828, -0.033453721553087234, -0.006275774911046028, -0.010239759460091591, -0.017751477658748627, 0.0266912542283535, 0.03944772854447365, 0.007082660216838121, 0.0077806799672544, 0.002395040588453412, -0.007806295529007912, 0.03009810484945774, -0.01424216665327549, -0.01662440039217472, -0.0323522612452507, -0.019736671820282936, 0.006387842353433371, 0.006045236252248287, 0.037629034370183945, 0.0035445319954305887, 0.008606776595115662, -0.019685441628098488, -0.002758459188044071, 0.010931375436484814, -0.006909755989909172, 0.01004123967140913, -0.020671634003520012, 0.01609928347170353, 0.0038711284287273884, 0.031532566994428635, -0.00045947637408971786, -0.0003205928369425237, -0.008446680381894112, 0.002097261603921652, 0.010246163234114647, -0.004226542077958584, 0.007524526212364435, -0.022182943299412727, 0.011443682946264744, 0.020633211359381676, 0.011955991387367249, 0.0018299006624147296, 0.00016990219592116773, -0.0032275414559990168, 0.007121083326637745, -0.013947589322924614, 0.0006996208103373647, -0.02323317527770996, -0.038269419223070145, -0.01218653004616499, 0.026742486283183098, -0.0030418296810239553, 0.003672609105706215, -0.01866082474589348, -0.015446091070771217, -0.006993006449192762, 0.0051262835040688515, 0.009426469914615154, -0.00462037930265069, 0.043264422565698624, 0.0032787721138447523, 0.013627396896481514, -0.015881553292274475, 0.002982594072818756, -0.008497911505401134, -0.0019691844936460257, -0.014985013753175735, -0.0024446705356240273, 0.00463638873770833, -0.003947974648326635, 0.03463203087449074, 0.0006487902719527483, -0.025372061878442764, -0.02013370953500271, 0.004261763300746679, -0.009855528362095356, 0.019288402050733566, 0.015996821224689484, -0.008062449283897877, -0.01752093806862831, -0.035707879811525345, -0.022285405546426773, -0.019736671820282936, 0.01681651547551155, 0.02284894324839115, -0.016906168311834335, -0.0010206139413639903, -0.008638796396553516, -0.004876533057540655, -0.010790490545332432, 0.009285585023462772, 0.031788721680641174, -0.022605597972869873, 0.014523936435580254, -0.010463894344866276, 0.012519530951976776, -0.027536563575267792, 0.0013063857331871986, 0.014908167533576488, 0.004671609960496426, 0.007031429558992386, 0.009657008573412895, 0.017879555001854897, -0.0071402951143682, -0.002675209194421768, -0.023079482838511467, -0.01145649142563343, -0.03312072157859802, -0.004114474635571241, -0.0006551941041834652, 0.0009933975525200367, -0.003816695651039481, 0.008510719053447247, -0.022490328177809715, -0.012276183813810349, -0.02558979205787182, -0.003800686215981841, 0.014741667546331882, -0.016585975885391235, -0.04254719242453575, -0.004866927396506071, -0.013384050689637661, 0.01707266829907894, 0.011302798986434937, -0.021773096174001694, 0.02469325251877308, 0.0025999639183282852, -0.028330640867352486, -0.005571351386606693, 0.0034708876628428698, 0.03168625757098198, -0.019787902012467384, -0.0066151791252195835, 0.023783905431628227, 0.02681933157145977, -0.015830321237444878, -0.014485512860119343, 0.006832909770309925, 0.02938087284564972, -0.01513870619237423, 0.0048989467322826385, -0.01424216665327549, 0.026921793818473816, 0.025320829823613167, 0.0031186759006232023, 0.00015889557835180312, -0.029355257749557495, -0.02963702753186226, -0.001940367161296308, 0.013127896003425121, 0.012263376265764236, -0.011213144287467003, -0.023655828088521957, -0.004703629296272993, 0.006211736239492893, -0.02451394498348236, -0.006134890019893646, -0.007242756430059671, -0.014613590203225613, -0.014805705286562443, -0.006909755989909172, -0.009029431268572807, 0.013268780894577503, 0.000901342136785388, -0.004565946292132139, 0.011622991412878036, 0.022810520604252815, -0.03183995187282562, 0.013140704482793808, -0.039037879556417465, -0.0007776677957735956, -0.023758290335536003, 0.020569171756505966, 0.01757217012345791, -0.0008453084737993777, 0.0008192927925847471, -0.008702835068106651, -0.018135707825422287, -0.001861919998191297, 0.027408486232161522, -4.094963151146658e-05, -0.005180716048926115, -0.001727438997477293, 0.035195570439100266, -0.015318013727664948, 0.020159326493740082, 0.0048893410712480545, -0.018878554925322533, 0.005644995253533125, -0.030815334990620613, 0.01776428520679474, -0.0012511526001617312, -0.027639023959636688, -0.010547144338488579, -0.01784113235771656, 0.005776274483650923, 0.014716051518917084, -0.014613590203225613, -0.022554365918040276, -0.000669602770358324, 0.01141806785017252, -0.015164321288466454, 0.008357026614248753, -0.0015369245084002614, -0.03289018198847771, -0.005651399493217468, 0.01636824570596218, 0.005718639586120844, -0.015484513714909554, 0.014229359105229378, -0.0004106470150873065, 0.0025327233597636223, 0.012807703576982021, -0.03573349490761757, -0.008997412398457527, -0.029047872871160507, -0.020172134041786194, -0.03137887269258499, -0.0054496778175234795, 0.00885012373328209, 0.04339250177145004, -0.004758061841130257, -0.03099464252591133, -0.02507748454809189, -0.004710033070296049, -0.025205561891198158, -0.01994159445166588, -0.002760060131549835, -0.007729449309408665, 0.01848151721060276, -0.007287583313882351, -0.008100872859358788, 0.042444732040166855, 0.0071723139844834805, 0.016906168311834335, -0.03411972150206566, 0.01611209101974964, 0.009644201025366783, 0.0032019258942455053, -0.007755064871162176, -0.0031971230637282133, -0.0018250978318974376, -0.005456082057207823, 0.002704026410356164, 0.004111272748559713, 0.02462921477854252, 0.01173826027661562, -0.005091062281280756, -0.0016858140006661415, -0.01840467005968094, 0.0036373878829181194, -0.00911268126219511, 0.021030249074101448, 0.020774096250534058, -0.02252875082194805, -0.019454902037978172, 0.013396858237683773, -0.0016922178911045194, -0.005885140039026737, 0.008107276633381844, 0.00026355852605775, -0.017623400315642357, 0.002098862547427416, -0.011674221605062485, -0.02270805835723877, -0.0024238580372184515, -0.003823099657893181, 0.03183995187282562, 0.011514125391840935, -0.0014856936177238822, 0.04272650182247162, 0.004220138303935528, -0.013806704431772232, 0.008433872833848, 0.0038455130998045206, -0.005414456594735384, -0.009957989677786827, -0.015215552411973476, -0.0018138911109417677, 0.008658007718622684, -0.023578982800245285, -0.011398856528103352, -0.014652012847363949, -0.014831321313977242, 0.014754475094377995, 0.009336816146969795, -0.01366581954061985, 0.017418477684259415, 0.008658007718622684, -0.032941415905952454, 0.0015369245084002614, -0.006365428678691387, -0.017482515424489975, -0.004296984523534775, -0.020863749086856842, -0.013320012018084526, -0.016381053254008293, -0.004117676988244057, -0.003672609105706215, 0.00032519560772925615, -0.03145572170615196, -0.01411408931016922, 0.01577909104526043, 0.02117113396525383, 0.00972104724496603, 0.22541558742523193, 0.0020588384941220284, -0.004280975088477135, 0.019237171858549118, -0.009138296358287334, 0.014062859117984772, 0.01872486248612404, 0.001648991834372282, -0.0285611804574728, 0.018238170072436333, -0.015510129742324352, 0.027177946642041206, -0.02277209796011448, 0.001051832688972354, 0.017469707876443863, -0.033197566866874695, -0.02687056176364422, -0.0047292448580265045, -0.02483413740992546, -0.01617613062262535, -0.00029777910094708204, -0.012231357395648956, -0.026511946693062782, -0.00972104724496603, 0.0171879380941391, -0.02907348796725273, 0.015292398631572723, 0.010944182984530926, 0.0146007826551795, 0.027357256039977074, -0.03091779723763466, -0.012436280027031898, 0.0033908395562320948, 0.005497707054018974, -0.018583977594971657, -0.018827324733138084, 0.02360459789633751, 0.0065383329056203365, 0.015343628823757172, 0.004245753865689039, 0.01827659271657467, -0.013729858212172985, 0.00018431086209602654, -0.013070262037217617, -0.0052255429327487946, 0.020774096250534058, -0.005677014589309692, -0.003285176120698452, 0.011988011188805103, 0.014626397751271725, -0.02886856533586979, -0.0025087089743465185, 0.04026741907000542, 0.011411664076149464, 0.02265682816505432, 0.012365838512778282, 0.00766541063785553, 0.013140704482793808, 0.015446091070771217, 0.009471297264099121, -0.007959987968206406, 0.02310509793460369, -0.012000818736851215, 0.009183123707771301, 0.006006813142448664, 0.00224615097977221, -0.031020259484648705, -0.028253795579075813, 0.017879555001854897, -0.020748479291796684, 0.009349623695015907, -0.0034036473371088505, 0.01662440039217472, 0.011981606483459473, 0.014959397725760937, -0.018468709662556648, -0.000520713219884783, 0.01725197769701481, -0.00643266923725605, 0.03040548972785473, -0.02374548278748989, -0.020172134041786194, 0.009714643470942974, -0.011853530071675777, -0.007466891314834356, -0.02482132986187935, 0.01745690032839775, -0.0019883960485458374, 0.001196719822473824, -0.011552548967301846, -0.01189835648983717, -0.0018875353271141648, -0.014703243970870972, 0.027562178671360016, -0.0016137707279995084, 0.02013370953500271, -0.010137297213077545, 0.02296421304345131, -0.00718512199819088, -0.0128653384745121, -0.030815334990620613, -0.0031731086783111095, 0.021837135776877403, 0.004434667527675629, -0.047695890069007874, -0.02912471815943718, -0.018135707825422287, -0.007127487100660801, 0.004844514187425375, -0.022234173491597176, 0.0019883960485458374, -0.03207049146294594, 0.020543556660413742, -0.015420475043356419, 0.009356027469038963, 0.004934167955070734, -0.007069852668792009, -0.02437306009232998, 0.0005663406336680055, -0.01585593819618225, -0.00808166153728962, -0.015394859947264194, -0.00534401461482048, 0.004268167074769735, 0.01944209448993206, -0.0067624677903950214, -0.019672632217407227, 0.006042034365236759, -0.00818412285298109, -0.012654011137783527, -0.005500908941030502, -0.01777709275484085, 0.0013440083712339401, -0.009695432148873806, -0.0155613599345088, 0.021286403760313988, -0.0017066264990717173, -0.005936370696872473, 0.0014776887837797403, 0.001572145614773035, 0.0037046284414827824, -0.0013552152086049318, 0.011642202734947205, -0.018942594528198242, -0.005840313155204058, -0.0011366837425157428, -0.01848151721060276, 0.0013560156803578138, -0.015868745744228363, -0.025961216539144516, -0.012212145142257214, 0.005840313155204058, 0.003646993776783347, -0.0019980017095804214, -0.004258561413735151, -0.015279591083526611, 0.004537129309028387, -0.03770587965846062, -0.01437024399638176, -0.005833908915519714, -0.027920793741941452, -0.013255973346531391, 0.02291298285126686, 0.011840722523629665, -0.04280334711074829, -0.03581034019589424, -0.16076229512691498, 0.025845946744084358, 0.029662642627954483, -0.0257306769490242, 0.0027104304172098637, -0.0021516941487789154, 0.02336125262081623, 0.019659824669361115, 0.0035445319954305887, -0.03678372502326965, 0.007633391302078962, -0.0393964983522892, -0.026793716475367546, -0.008702835068106651, -0.017853939905762672, -0.0008541137212887406, -0.012615588493645191, 0.009087066166102886, 0.01739286258816719, 0.02848433330655098, 0.023450905457139015, -0.046748120337724686, 4.3651256419252604e-05, 0.0022701655980199575, -0.0018315016059204936, 0.020095286890864372, 0.014805705286562443, -0.01598401367664337, -0.02355336770415306, -0.036732494831085205, -0.02124798111617565, -0.00391275342553854, 0.004697225522249937, 0.017610592767596245, -0.010796894319355488, -0.003919157199561596, 0.002190117258578539, 0.002018814207985997, -0.023194750770926476, -0.0008429070003330708, -0.006522323004901409, 0.028535563498735428, -0.019134709611535072, 0.015548552386462688, 0.03411972150206566, 0.01885293982923031, -0.007716641761362553, 0.0025775504764169455, 0.011161914095282555, -0.018968209624290466, 0.008107276633381844, -0.02354056015610695, -0.009336816146969795, 0.00885012373328209, 0.03066164255142212, 0.009573758579790592, -0.024014445021748543, 0.0004422660276759416, -0.0007112278253771365, 0.00872204639017582, -0.0175081305205822, -0.012557953596115112, 0.005641793366521597, 0.017431285232305527, 0.004290580749511719, -0.004514715634286404, -0.010239759460091591, -0.0007344417390413582, -0.04726042598485947, 0.008433872833848, 0.01533082127571106, -0.006884140893816948, -0.001496900338679552, -0.008088065311312675, -0.018186939880251884, 0.007370833773165941, -0.011001817882061005, 0.01343528088182211, -0.006903352215886116, -0.005542533937841654, -0.022029250860214233, 0.007992006838321686, -0.014626397751271725, -0.0035445319954305887, 0.014613590203225613, 0.008555546402931213, -0.00689694844186306, -0.0193780567497015, -0.0162273608148098, -0.0029569785110652447, -0.00041544990381225944, -0.018814517185091972, -0.005417658947408199, -0.014216551557183266, 0.010079663246870041, -0.005769870709627867, 0.0054048509337008, -0.006794486660510302, -0.003496503224596381, -0.010015624575316906, -0.004146493971347809, -0.002689617918804288, -0.01994159445166588, -0.006154101807624102, 0.03219856694340706, 0.02091498114168644, 0.028638025745749474, 0.016265783458948135, 0.05748097598552704, -0.010182124562561512, -0.0021308816503733397, -0.009964393451809883, 0.002852916019037366, 0.03458080068230629, -0.0022797712590545416, 0.01828940026462078, -0.013896358199417591, -0.008779681287705898, -0.005385639611631632, 0.004556340631097555, 0.04254719242453575, -0.025192754343152046, 0.008158507756888866, 0.012250568717718124, 0.023374060168862343, 0.004847716074436903, -0.08406976610422134, -0.03296703100204468, -0.010182124562561512, 0.021222366020083427, 0.009765874594449997, 0.012839723378419876, 0.0029697862919420004, 0.044365886598825455, -0.006038832478225231, 0.034990645945072174, -0.01731601543724537, -0.017815515398979187, 0.00882450770586729, -0.005308793392032385, 0.021222366020083427, -0.0015409268671646714, -0.005017417948693037, 0.007851122878491879, -0.032941415905952454, 0.04221419245004654, -0.019851941615343094, -0.0022269394248723984, -0.018968209624290466, -0.020774096250534058, 0.009778682142496109, 0.01180870272219181, -0.02368144504725933, 0.01154614519327879, 0.006807294674217701, 0.015228359960019588, 0.00407284963876009, -0.00940085481852293, 0.01145649142563343, -0.01764901541173458, -0.014498320408165455, -0.01770024746656418, -0.01624016836285591, -0.006986602209508419, 0.04685058072209358, -0.024718867614865303, 0.02072286419570446, 0.012878146022558212, -0.004117676988244057, -0.033197566866874695, 0.007633391302078962, -0.013729858212172985, -0.019262786954641342, 0.031737491488456726, -0.01635543815791607, -0.00840185396373272, -0.02405286766588688, 0.0014584772288799286, -0.0037878784351050854, -0.002761661075055599, 0.05189681425690651, -0.016726860776543617, 0.020287401974201202, 0.006269371137022972, -0.019685441628098488, 0.00031739092082716525, -0.010956990532577038, 0.0019019440514966846, 0.0013007824309170246, 0.008004815317690372, 0.003653397550806403, 0.003941570874303579, -0.014101281762123108, 0.0032787721138447523, 0.025653831660747528, -0.040702883154153824, -0.016329823061823845, 0.022503135725855827, -0.0034676857758313417, 0.034299030900001526, 0.007293987553566694, 0.010214143432676792, -0.002704026410356164, -0.0014600782888010144, 0.0165475532412529, -0.005334408488124609, -0.0029697862919420004, 0.006916160229593515, 0.002460680203512311, -0.023707060143351555, 0.02585875429213047, -0.0013015829026699066, -0.0009509720257483423, 0.004223340190947056, 0.005097466055303812, -0.03755218908190727, -0.004524321295320988, 0.02558979205787182, 0.0034836954437196255, -0.01501062884926796, 0.0050462353974580765, 0.009452085010707378, -0.00046628047130070627, 0.015292398631572723, -0.003160300897434354, 0.013973204419016838, -0.020684441551566124, -0.005705832038074732, -0.040779728442430496, 0.02347652055323124, 0.0056065721437335014, -0.019224364310503006, 0.03040548972785473, 0.00762058375403285, -0.010854529216885567, -0.03040548972785473, 0.004774071741849184, 0.010207739658653736, -0.0122249536216259, 0.008139295503497124, -0.009957989677786827, -0.0035605416633188725, -0.019839134067296982, 0.009599373675882816, 0.010950586758553982, 0.0005483298446051776, 0.00020402272639330477, -0.013460896909236908, -0.015497321262955666, -0.0012159313773736358, 0.016188938170671463, -0.003951176535338163, -0.0311739519238472, 0.001877929549664259, 0.013909166678786278, 0.02328440546989441, -0.006512717343866825, -0.005171110387891531, 0.03073848970234394, 0.0016650015022605658, 0.0285611804574728, 0.04380234703421593, 0.017687439918518066, -0.018904170021414757, 0.00786393042653799, 0.03732164949178696, 0.021721865981817245, -0.013563358224928379, -0.013217550702393055, -0.01917313225567341, 0.013973204419016838, -0.004774071741849184, -0.023591790348291397, -0.02603806182742119, -0.02027459442615509, 0.012820511125028133, -0.007684622425585985, 0.02571786940097809, 0.034299030900001526, 0.012679627165198326, -0.0030258200131356716, -0.01283331960439682, -0.02406567521393299, -0.04567227140069008, 0.010470298118889332, 0.017175130546092987, -0.02354056015610695, -0.014331820420920849, 0.04997565969824791, 1.2335544852248859e-06, 0.009964393451809883, -0.01193678006529808, -0.010310201905667782, -0.0374753400683403, 0.008606776595115662, 0.0017642611637711525, 0.03224979713559151, -0.03086656704545021, -0.010623990558087826, -0.0003578152391128242, 0.008709238842129707, 0.005849918816238642, -0.025295214727520943, -0.016906168311834335, 0.0007804694469086826, -0.015189936384558678, -0.013460896909236908, 0.0206588264554739, 0.01469043642282486, -0.011719048954546452, -0.018916979432106018, 0.00956095103174448, 0.03732164949178696, 0.0035509360022842884, -0.008837315253913403, 0.019134709611535072, 0.012769280932843685, -0.016521938145160675, -0.026844946667551994, 0.018455902114510536, 0.0007580559467896819, 0.016329823061823845, 0.001054234104231, -0.0009253565804101527, -0.028279410675168037, 0.019877556711435318, 0.009426469914615154, 0.027408486232161522, 0.006916160229593515, -0.001119873602874577, 0.01145649142563343, 0.01405005156993866, -0.009375238791108131, 0.007588564418256283, -0.012461896054446697, -0.027101101353764534, -0.0036277822218835354, 0.008196930401027203, 0.02571786940097809, -0.014895359985530376, -0.027382871136069298, 0.01152052916586399, -0.023847945034503937, 0.016970207914710045, -0.0032787721138447523, 0.006086861249059439, -0.014203744009137154, 0.03143010661005974, 0.0008733252761885524, 0.026640024036169052, 0.006890544667840004, 0.005593764595687389, 0.031148334965109825, 0.032557182013988495, -0.01744409278035164, -0.007261968217790127, -0.00020972614584024996, 0.019275594502687454, 0.011104279197752476, -0.010034835897386074, 0.006343015469610691, -0.013550550676882267, -0.013089473359286785, 0.005571351386606693, -0.0010950586292892694, -0.002087655710056424, 0.008837315253913403, 0.06905914098024368, 0.014780090190470219, -0.017610592767596245, 0.028279410675168037, 0.036937419325113297, 0.019877556711435318, 0.024936599656939507, 0.002830502577126026, 0.01917313225567341, -0.009349623695015907, 0.003371628001332283, -0.0023806318640708923, 0.0009645802201703191, 0.002419054973870516, -0.015484513714909554, 0.0030338247306644917, -0.004437869414687157, 0.01257716491818428, -0.011872741393744946, -0.005116677843034267, -0.007326006423681974, 0.005907553248107433, 0.005155100952833891, 0.0024894974194467068, -0.007710237521678209, -0.004370628856122494, 0.012263376265764236, 0.0025151127483695745, -0.01020133588463068, -0.021465711295604706, 0.00359256099909544, 0.017303207889199257, -0.051358893513679504, -0.020415479317307472, -0.005459283944219351, -0.0012855732347816229, -0.014126897789537907, -0.013281588442623615, -0.0101693170145154, -0.0038903399836272, -0.012007222510874271, -0.0007096268236637115, -0.02603806182742119, -0.016585975885391235, 0.00466520618647337, 0.027639023959636688, 0.007306795101612806, -0.016983015462756157, -0.0304823350161314], \"834a76a1-de49-4601-8fbc-f395fdf2b29c\": [-0.011272301897406578, -0.01510893739759922, 0.025144292041659355, -0.021915646269917488, -0.018994493409991264, 0.008924196474254131, -0.039107128977775574, -0.03155964985489845, -0.01550028845667839, -0.02026638202369213, 0.029882432892918587, 0.022558581084012985, -0.005063101649284363, -0.01311724167317152, 0.02346707321703434, -0.001808250555768609, -0.007987749762833118, -0.005192386917769909, 0.009909562766551971, -0.022768232971429825, -0.025913016870617867, 0.0008953897631727159, -0.008127517998218536, -0.01712159998714924, -0.011866316199302673, -0.006768273189663887, 0.03044150397181511, -0.03533339127898216, -0.014941216446459293, -0.008092576637864113, 0.002458172384649515, -0.006230165716260672, -0.016828086227178574, -0.016562527045607567, -0.0024407014716416597, -0.0029718205332756042, -0.021915646269917488, -0.029071776196360588, 0.0338238924741745, -0.04151114448904991, 0.014221410267055035, 0.009511223062872887, 0.002222313778474927, 0.017009785398840904, -0.011013730429112911, 0.006065938156098127, 0.0021681536454707384, -0.019190168008208275, -0.004252446349710226, 0.008504892699420452, -0.0019095824100077152, 0.035109762102365494, -0.05330757424235344, 0.0019025939982384443, 0.013648360967636108, 0.01282372884452343, 0.0019882021006196737, 0.006527172867208719, -0.012495273724198341, -0.020923292264342308, 0.014675656333565712, -0.014745540916919708, -0.023425143212080002, 0.005457946565002203, -0.02086738497018814, 0.006908040959388018, -0.008819370530545712, 0.006261613219976425, 0.01063635665923357, -0.012306585907936096, 0.020825454965233803, 0.0033841365948319435, -0.00035378814209252596, -0.0161012914031744, -0.0015907363267615438, -0.01290758978575468, 0.006286073010414839, 0.0027237320318818092, 0.011384116485714912, 0.0022642442490905523, 0.03259393572807312, -0.0017270102398470044, 0.002667824737727642, 0.041091836988925934, 0.03264984115958214, 0.001454462413676083, 0.011873304843902588, 0.00015734837506897748, -0.02165008708834648, -0.015011100098490715, -0.002879224019125104, 0.02206939272582531, 0.022768232971429825, 0.0034400438889861107, 0.014340212568640709, 0.03379594162106514, 0.009224697947502136, 0.037066515535116196, 0.013103264383971691, -0.03044150397181511, -0.015807779505848885, -0.030665133148431778, -0.004706692881882191, -0.01043369248509407, -0.027590233832597733, -0.013110253028571606, 0.019791170954704285, 0.0015750124584883451, 0.01969333365559578, -0.002708008047193289, -0.01710762269794941, 0.0025507688988000154, 0.008805394172668457, -0.03259393572807312, -0.009532188065350056, -0.00755446869879961, 0.0128097515553236, -0.018854724243283272, -0.011978130787611008, -0.034103430807590485, 0.024906685575842857, 0.03284551575779915, 0.006845145486295223, -0.023341283202171326, 0.001264028251171112, -0.006782250013202429, -0.009308558888733387, -0.010671298950910568, 0.018030092120170593, -0.0091478256508708, 0.0362558588385582, 0.010175121948122978, 0.021761901676654816, -0.003045198740437627, 0.0069185239262878895, 0.002634629840031266, 0.014305271208286285, -0.006069432012736797, -0.02662583440542221, -0.03178327903151512, 0.019847078248858452, 0.05392255634069443, -0.020154567435383797, 0.0018257215851917863, -0.003438296727836132, 0.004081230144947767, -0.011663652956485748, 0.00864466093480587, -0.0013941873330622911, -0.027324674651026726, -0.009588095359504223, 0.011097591370344162, 0.0019165708217769861, 0.005153950769454241, 0.0026887899730354548, 0.042461566627025604, 0.017568856477737427, -0.01646468974649906, -0.003661925671622157, -0.016772178933024406, 0.008539834059774876, 0.02763216383755207, 0.018197814002633095, -0.009168791584670544, 0.010846009477972984, 0.026751624420285225, 0.010014388710260391, -0.004273411352187395, 0.01851928047835827, -0.0012867406476289034, 0.016828086227178574, -0.013795116916298866, -0.001239568809978664, -0.003738798201084137, 0.006876593455672264, 0.02525610662996769, 0.0004939931095577776, 0.017596811056137085, 0.002133211586624384, -0.01972128637135029, -0.02025240659713745, 4.274940147297457e-05, 0.03639562800526619, 0.042852915823459625, -0.007372770458459854, -0.01807202212512493, -0.0039274850860238075, -0.013257009908556938, 0.011104580014944077, -0.007903889752924442, 0.022376881912350655, -0.0006110488902777433, 0.0045739128254354, 0.008183425292372704, -0.6395791172981262, -0.024808848276734352, -0.00029045570408925414, -0.0012255919864401221, -0.0055383131839334965, 0.0304135512560606, 0.0026014349423348904, 0.010985776782035828, -0.014885309152305126, 0.02131464332342148, 0.018742909654974937, 0.02904382348060608, 0.013837047852575779, 0.00873550958931446, -0.030888762325048447, -0.010692263953387737, 0.004399202764034271, 0.003948450554162264, -0.00556626683101058, 0.006450300570577383, -0.0341593362390995, -0.021007154136896133, 0.0024669079575687647, 0.0304135512560606, -0.003965921234339476, 0.003609512699767947, 0.03675902634859085, -0.004692716058343649, -0.003522157669067383, -0.01687001623213291, -0.00972786359488964, -0.007477596402168274, 0.002667824737727642, 9.106768993660808e-05, 0.039861880242824554, -0.008407054468989372, -0.01948368176817894, 0.0026835487224161625, 0.006873099133372307, 0.01450793445110321, -0.013830059207975864, -0.03502590209245682, 0.037653543055057526, -0.006642481777817011, -0.0005315557937137783, 0.01502507645636797, 0.021622134372591972, -0.006139316130429506, -0.00932952482253313, -0.01647866517305374, -0.00972786359488964, 0.002000431763008237, 0.019357889890670776, 0.01373222190886736, -0.02582915499806404, 0.013885966502130032, 0.0302458293735981, -0.010587438009679317, 0.015220751985907555, -0.028582587838172913, -0.013291952200233936, 0.025493711233139038, -0.012558168731629848, -0.00017503778508398682, -0.0426013357937336, 0.004808024503290653, -0.02264244109392166, -0.022935954853892326, 0.03619995340704918, -0.014368166215717793, -0.0037667518481612206, 0.0108180558308959, -0.003268827684223652, -0.005643139127641916, 0.0091478256508708, 0.0021314644254744053, 0.0014160261489450932, -0.0009015045943669975, -0.006450300570577383, 0.022167230024933815, -0.01452191174030304, -0.0031168300192803144, -0.0077361674048006535, -0.0069884080439805984, 0.02047603577375412, -0.004105689469724894, -0.040868207812309265, -0.03365617245435715, -0.0021559237502515316, -0.008218367584049702, -0.005842308979481459, -0.01183836255222559, -0.019595496356487274, -0.030161967501044273, 0.02546575851738453, 0.014438050799071789, 0.004308353643864393, -0.0016798385186120868, -0.005419510416686535, -0.012082957662642002, 0.0008932058699429035, -0.021035106852650642, -0.02701718546450138, 0.01808599941432476, 0.03516566753387451, 0.005950629245489836, -0.009623037651181221, -0.010133191011846066, 0.02725479006767273, 0.0038261532317847013, 0.01889665424823761, -0.006586574483662844, -0.01891063153743744, -0.0004225802840664983, -0.022991862148046494, -0.03614404425024986, 0.020028777420520782, 0.010510565713047981, 0.005492888391017914, -0.02387240156531334, 0.02246074378490448, 0.007246979046612978, 0.01629696786403656, -0.023509003221988678, 0.013711255975067616, -0.015164844691753387, 0.021747924387454987, -0.009979446418583393, -0.004870920442044735, 0.0015418174443766475, 0.01830962859094143, -0.006006536539644003, 0.05165830999612808, -0.011216394603252411, 0.018826771527528763, -0.0033474473748356104, 0.005674587097018957, -0.005160939414054155, 0.020559895783662796, -0.02267039567232132, -0.016171175986528397, 0.012753844261169434, 0.0027604210190474987, -0.006572597660124302, 0.007959796115756035, -0.023509003221988678, -0.03262188658118248, 0.011600757017731667, -0.0042454577051103115, 0.011670641601085663, -0.0005612564855255187, 0.0011478459928184748, -0.011789443902671337, 0.014382143504917622, 0.0008770452113822103, 2.7475907700136304e-05, 0.012837705202400684, -0.03418729081749916, 0.008553811348974705, -0.035696785897016525, 0.0025734812952578068, 0.01988900825381279, -0.012690948322415352, -0.005028159357607365, 0.0056466334499418736, -0.00983268953859806, 0.005185398738831282, 0.020951246842741966, -0.010950835421681404, -0.009098907001316547, -0.006272096186876297, -0.010377786122262478, -0.01573789492249489, -0.011377127841114998, -0.005178410094231367, -0.0016448964597657323, -0.011908247135579586, -0.022195182740688324, 0.02624846063554287, 0.010790102183818817, 0.010769136250019073, 0.02229302190244198, 0.01607333868741989, 0.004703198559582233, 0.035305436700582504, 0.0322025828063488, 0.014717587269842625, 0.02028035931289196, -0.00650620786473155, 0.030357643961906433, -0.002145441249012947, 0.03480227291584015, -0.004822001326829195, 0.009923539124429226, 0.014745540916919708, 0.02522815205156803, -0.004018334671854973, 0.011216394603252411, 0.012718901969492435, -0.020811479538679123, 0.02588506229221821, 0.030888762325048447, 0.02165008708834648, -0.026192553341388702, 0.012669983319938183, -0.037262190133333206, -0.006754296366125345, -0.008469950407743454, 0.014675656333565712, 0.004374743439257145, 0.009916550479829311, -0.018421443179249763, -0.015388473868370056, -0.016380827873945236, 0.0016213105991482735, 0.015989476814866066, -0.01323604490607977, 0.016338897868990898, -0.015136891044676304, -0.021216806024312973, 0.004399202764034271, -0.016157198697328568, 0.01568198762834072, 0.01400476973503828, -0.04288087040185928, 0.009993423707783222, 0.018756886944174767, 0.023089699447155, 0.00945531576871872, 0.007519526872783899, -0.00582483783364296, 0.023103676736354828, 0.01450793445110321, -0.0014195203548297286, 0.009497246704995632, -0.007820028811693192, 0.01930198259651661, -0.021747924387454987, 0.024571241810917854, -0.01951163448393345, -0.006272096186876297, 0.022935954853892326, 0.026514019817113876, -0.025004522874951363, -0.0009792506461963058, 0.012159829959273338, 0.027352629229426384, 0.014535888098180294, -0.006338485982269049, -0.004888391122221947, -0.0020738099701702595, 0.024012168869376183, -0.015346543863415718, 0.0016387816285714507, 0.023606842383742332, -0.015053030103445053, 0.002503597177565098, 0.02328537590801716, 0.014046699739992619, 0.02050398848950863, 0.007177094928920269, -0.002337622456252575, 0.009077941998839378, 0.012781797908246517, 0.023173561319708824, -0.004151114262640476, -0.02782784029841423, -0.000817206921055913, -0.01807202212512493, 0.016380827873945236, -0.004357272293418646, -0.004867426119744778, -0.020028777420520782, 0.00114347820635885, 0.0019969374407082796, 0.0015619092155247927, 0.01570994034409523, 0.005227329209446907, 0.006478254217654467, -0.0040672533214092255, -0.026304367929697037, -0.012558168731629848, 0.013445696793496609, 0.020601825788617134, -0.004696209914982319, 0.0037353041116148233, -0.001022928161546588, 0.0401693694293499, -0.0018239744240418077, -0.0048814029432833195, -0.011607745662331581, 0.02588506229221821, 0.005478911567479372, -0.024165915325284004, -0.01949765719473362, 0.014088630676269531, 0.03631176799535751, -0.017974184826016426, -0.006366439629346132, -0.008134506642818451, -0.01986105553805828, 0.0191063079982996, -0.011356162838637829, 0.013347859494388103, 0.023578887805342674, -0.0017802969086915255, 0.013899942860007286, 3.603397635743022e-05, 0.005713023245334625, -0.00039397148066200316, 0.00796678476035595, -0.010608403012156487, 0.0017182747833430767, 0.020406151190400124, 0.006247636862099171, 0.010964811779558659, -0.0009582854108884931, -0.015276659280061722, 0.036283813416957855, 0.0006014398531988263, 0.0008329308475367725, -0.01671627163887024, -0.04808024689555168, 0.020783524960279465, -0.0036444547586143017, 0.037905123084783554, -0.010601414367556572, 0.00906396470963955, -0.003613006789237261, 0.006051961332559586, -0.02204143814742565, -0.0036339720245450735, -0.017652718350291252, -0.024920662865042686, -0.0018204802181571722, -0.0213006678968668, 0.017219437286257744, 0.0013898196630179882, 0.0031063472852110863, 0.012355505488812923, 9.008494089357555e-06, -0.01322206761687994, 0.015765847638249397, -0.0030085095204412937, -0.013389789499342442, -0.01912028342485428, 0.00033391485339961946, 0.052021708339452744, 0.012222724966704845, 0.008085587993264198, 0.00020987061725463718, 0.009399408474564552, 0.011656664311885834, -0.013061334379017353, 0.007184083107858896, 0.01481542456895113, 0.0038121764082461596, 0.0031849669758230448, 0.013969827443361282, 0.026695718988776207, 0.015793802216649055, -0.006020513363182545, 0.023145606741309166, -0.0023847941774874926, -0.023970238864421844, 0.01181739754974842, 0.02626243606209755, -0.005342637654393911, 0.0010238017421215773, 0.007952808402478695, 0.00914083793759346, 0.012635041028261185, -0.010098249651491642, -0.004371249116957188, 0.029295405372977257, 0.013690290972590446, -0.027003208175301552, -0.010859985835850239, -0.0035308930091559887, 0.01749897375702858, 0.015556195750832558, 0.009979446418583393, -0.00021664064843207598, -0.01243237778544426, -0.0025996877811849117, -0.03603222966194153, 0.003394619096070528, -0.004822001326829195, -0.0204900112003088, -0.013040369376540184, -0.019609471783041954, -0.0004843840142711997, -0.009490258060395718, -0.026681741699576378, -0.0044236620888113976, -0.000800609472207725, -0.008365124464035034, -0.001251798588782549, 0.0040672533214092255, 0.02626243606209755, 0.013934885151684284, -0.0062825786881148815, 0.0025804697070270777, 0.019204145297408104, -0.015150868333876133, -0.01400476973503828, -0.0035431229043751955, -0.021538272500038147, -0.030385596677660942, -0.006024007685482502, 0.014563841745257378, -0.023131629452109337, -0.0032635864336043596, 0.001930547645315528, 0.011516896076500416, -0.004682233091443777, -0.009392419829964638, -0.01204102672636509, 0.013180137611925602, 0.00467524491250515, 0.008407054468989372, 0.020755572244524956, -0.007351804990321398, -0.00835813581943512, 0.01948368176817894, -0.008980103768408298, -0.0019095824100077152, 0.008917208760976791, -0.0009469292708672583, 0.016422757878899574, 0.03242621198296547, 0.0139069315046072, -0.010992765426635742, -0.0026398710906505585, 0.008323193527758121, -0.016185153275728226, 0.004986228886991739, -0.00964400265365839, 0.01491326279938221, 0.015067007392644882, 0.024934640154242516, 0.005926169920712709, 0.009070953354239464, -0.0005241305916570127, -0.005112020298838615, -0.024123983457684517, 0.023816494271159172, -0.004678739234805107, 0.01291457749903202, 0.019847078248858452, 0.0019322948064655066, -0.05621475353837013, -0.01183836255222559, -0.016422757878899574, -0.03600427880883217, 0.0031115885358303785, 0.0025263093411922455, -0.023103676736354828, -0.02369070239365101, -0.011279290542006493, 0.017331251874566078, 0.05185398459434509, 0.005880745127797127, -0.002096522366628051, -0.005810861010104418, -0.007547480519860983, 0.009637014009058475, -0.005713023245334625, -0.03810080140829086, -0.02982652559876442, -0.03396366164088249, -0.0008879645611159503, 0.03167146444320679, 0.02304776944220066, -0.018575187772512436, 0.004123160615563393, -0.017834417521953583, -0.014829401858150959, -0.0091478256508708, -0.01162871066480875, -0.03021787479519844, 0.015360520221292973, 0.020196499302983284, -0.0053076958283782005, 0.025172244757413864, 0.0003869830979965627, -0.009776782244443893, -0.005164433270692825, 0.02663981169462204, -0.0058038728311657906, 0.0008770452113822103, 0.00965797994285822, -0.03278961032629013, -0.0026905371341854334, 0.0055383131839334965, 0.005457946565002203, -0.01768067106604576, -0.00572001188993454, -0.009650991298258305, -0.0032950344029814005, -0.012075969018042088, 0.009895585477352142, -0.03346049785614014, -0.018547235056757927, -0.015318590216338634, 0.002024891087785363, -0.015961524099111557, -0.005503371357917786, -0.03060922585427761, -0.0385480560362339, -0.006890570279210806, 0.011985119432210922, 0.03502590209245682, -0.007610375992953777, 0.05403437092900276, -0.006981419399380684, 0.01607333868741989, -0.023732632398605347, 0.016590479761362076, -0.027129000052809715, 0.004888391122221947, -0.01541642751544714, -0.016939900815486908, 0.035277482122182846, 0.00551385385915637, 0.03958234190940857, 0.0026293883565813303, -0.02405410073697567, -0.003770245937630534, 0.01710762269794941, -0.024361589923501015, -0.0024284718092530966, -0.00566759891808033, -0.01670229434967041, -0.013459673151373863, -0.03200690820813179, -0.00011672825348796323, -0.0009146078955382109, 0.0014920250978320837, 0.008868289180099964, -0.025954946875572205, 0.008924196474254131, -0.030329689383506775, -0.011796432547271252, 0.009399408474564552, -0.0021122463513165712, 0.03125216066837311, -0.002133211586624384, 0.028540657833218575, -0.004846460651606321, 0.018337583169341087, -0.015067007392644882, 0.0031028531957417727, -0.010852997191250324, -0.001923559233546257, 0.017610788345336914, 0.0354452058672905, 0.02443147450685501, 0.01082504354417324, 0.019609471783041954, -0.009909562766551971, 0.01687001623213291, -0.043076545000076294, 0.03460659459233284, 0.017946232110261917, 0.01473156362771988, -0.0022520143538713455, -0.008120530284941196, -0.026765601709485054, 0.005014182534068823, -0.009734852239489555, 0.005926169920712709, 0.020042752847075462, -0.0206577330827713, -0.024571241810917854, -0.013976816087961197, -0.015150868333876133, 0.024096030741930008, -0.02264244109392166, -0.013648360967636108, 0.006680917926132679, 0.01745704375207424, -0.01608731411397457, 0.012341528199613094, -0.0016475172014907002, 0.025367921218276024, -0.040057554841041565, -0.007428677752614021, 0.012956508435308933, 0.0012203507358208299, -0.005318178329616785, -0.012271644547581673, -0.022824140265583992, 0.035501111298799515, -0.03838033601641655, 0.014955192804336548, -0.022111322730779648, 0.004039299674332142, 0.03762558847665787, 0.0019113295711576939, 0.008414043113589287, -0.014018746092915535, -0.0182956513017416, -0.016758201643824577, 0.02007070742547512, 0.012704925611615181, -0.000739024137146771, -0.01905040070414543, 0.0007158750086091459, 0.007994738407433033, -0.015626080334186554, -0.012474307790398598, 0.006803215015679598, -0.04986928030848503, -0.004021828528493643, -0.028526680544018745, 0.008553811348974705, 0.006569103337824345, 0.017848392948508263, 0.007198059931397438, -0.010091261006891727, 0.019819125533103943, -0.03958234190940857, 0.020224452018737793, -0.0062651075422763824, -0.011488942429423332, -0.009476280771195889, -0.008791416883468628, 0.0023917825892567635, -0.02582915499806404, -0.021118968725204468, 0.00340859591960907, -0.01949765719473362, 0.007875936105847359, 0.026360275223851204, 0.0008097817772068083, -0.009029023349285126, 0.020727617666125298, 0.04000164568424225, 0.008770451880991459, 3.799946716753766e-05, 0.00582134397700429, -0.03346049785614014, 0.015472334809601307, -0.03824056684970856, 0.006415358278900385, 0.042824964970350266, 0.010014388710260391, -0.006041478831321001, -0.009119872003793716, 0.024990547448396683, 0.0006586574600078166, -0.02923949807882309, -0.007743156049400568, 0.011076626367866993, 0.029546989127993584, -0.037262190133333206, -0.005688563920557499, -0.006464277394115925, -0.026178576052188873, -0.022111322730779648, 0.01202006172388792, 0.011859328486025333, 0.009259640239179134, 0.007813040167093277, 0.014871331863105297, 0.0066704354248940945, 0.023131629452109337, -0.0024057594127953053, -0.011118557304143906, -0.0007477596518583596, 0.0018536752322688699, -0.01687001623213291, -0.027129000052809715, 0.008553811348974705, 0.0006206579855643213, 0.010971800424158573, -0.02246074378490448, -0.0346345491707325, -0.012264655902981758, -0.023103676736354828, -0.018575187772512436, 0.012453342787921429, 0.006908040959388018, 0.012292609550058842, -0.007903889752924442, -0.0025839637964963913, 0.027073092758655548, -0.008036669343709946, 0.03278961032629013, -0.005761942360550165, 0.01551426574587822, 0.009797748178243637, 0.012767821550369263, 0.0035308930091559887, -0.0015007605543360114, -0.03695470094680786, -0.01141905877739191, -0.0022520143538713455, 0.014773494563996792, 0.02086738497018814, 0.010957823134958744, 0.0008062875713221729, 0.02205541543662548, -0.02542382851243019, -0.007121187634766102, -0.0022467731032520533, 0.010496588423848152, 0.00491634476929903, -0.01828167587518692, 0.002999774180352688, 0.021035106852650642, 0.025200199335813522, 0.0027604210190474987, 0.007463619578629732, -0.005730494391173124, -0.009413385763764381, 0.009015046060085297, -0.02209734544157982, -0.01164967566728592, -0.0030347160063683987, -0.00956014171242714, 0.012711914256215096, 0.032705750316381454, -0.00313430093228817, 0.036870840936899185, 0.013131218031048775, -0.015262682922184467, -0.007019855547696352, 0.006841651163995266, -0.031336020678281784, -0.022027460858225822, 0.007589410990476608, 0.008078599348664284, 0.025479735806584358, -0.005901710595935583, 0.0037038561422377825, -0.02068568766117096, 0.013452685438096523, -0.001420393935404718, -0.010251994244754314, -0.008686590939760208, 0.016269013285636902, 0.016786156222224236, -0.022195182740688324, -0.01452191174030304, -0.00482898997142911, -0.01173353660851717, -0.016786156222224236, 0.006820686161518097, -0.03678697720170021, -0.03354435786604881, 0.014773494563996792, -0.013760175555944443, -0.02026638202369213, -0.024613171815872192, 0.011796432547271252, 0.006083408836275339, -0.0015199787449091673, 0.02429170534014702, 0.20696868002414703, -0.010524542070925236, -0.00042607448995113373, 0.03681493178009987, 0.020909316837787628, -0.012201759964227676, 0.020000822842121124, 0.02445942722260952, -0.019623449072241783, 0.015290636569261551, 0.008295239880681038, 0.008113541640341282, -0.027324674651026726, -0.007799063343554735, 0.016576504334807396, -0.04234975203871727, -0.026807531714439392, -0.004329318646341562, -0.03614404425024986, -0.02206939272582531, -0.0027254789602011442, -0.0004341548483353108, -0.02522815205156803, 0.004168585408478975, 0.028680425137281418, -0.02686343900859356, -0.006963948253542185, -0.010671298950910568, 0.003204185049980879, 0.01945572718977928, -0.03413138538599014, 0.0016518848715350032, -0.011698594316840172, 0.0015523000620305538, -0.009022034704685211, 0.007330839987844229, 0.005629162769764662, 0.009175779297947884, 0.015136891044676304, 0.003637466346845031, 0.0018117447616532445, -0.008469950407743454, -0.010811067186295986, -0.003272322006523609, -0.015053030103445053, 0.019791170954704285, -0.003427813993766904, 0.0029403725638985634, 0.008994081057608128, 0.0069394889287650585, -0.02643015794456005, 0.03276165574789047, 0.013892955146729946, 0.02225109003484249, -0.004091712646186352, -0.017177507281303406, 0.002140199998393655, 0.00796678476035595, -0.015975499525666237, 0.003749280935153365, 0.000811528880149126, 0.04156704992055893, -0.0382126159965992, 0.0023725645150989294, -0.016352875158190727, 0.011698594316840172, -0.028680425137281418, -0.010908904485404491, 0.020755572244524956, -0.026374250650405884, 0.019525611773133278, -0.011782455258071423, -0.001148719573393464, 0.0019183179829269648, 0.007582422345876694, -0.03564088046550751, 0.029519034549593925, 0.011202418245375156, 0.012984462082386017, 0.039051223546266556, -0.032538026571273804, -0.009713887237012386, 0.013948862440884113, -0.0330132395029068, -0.025214174762368202, -0.04201430827379227, 0.02721286006271839, 0.02068568766117096, -0.0008311837445944548, 0.008099564351141453, 0.0057864016853272915, 0.004608855117112398, -0.010790102183818817, 0.019176190719008446, 0.005531325004994869, -0.003165748668834567, -0.008812381885945797, 0.009986435063183308, -0.018141906708478928, -0.00744964275509119, -0.027352629229426384, 0.023704679682850838, 0.014857355505228043, -0.012306585907936096, -0.03779330849647522, -0.045005347579717636, 0.021957578137516975, 0.011006742715835571, -0.007044315338134766, -0.0017305044457316399, 0.0070093730464577675, -0.05146263539791107, 0.016394805163145065, -0.0014527152525261045, 0.015612103044986725, 0.024179890751838684, -0.024976570159196854, -0.030161967501044273, -0.036451537162065506, -0.012055004015564919, 0.007827016524970531, -0.04134342074394226, 0.015458358451724052, -0.00014468187873717397, -0.01074118260294199, -0.016394805163145065, 0.00590869877487421, -0.018840746954083443, -0.005101537797600031, -0.03214667737483978, -0.0009949745144695044, -0.0005638771690428257, 0.012453342787921429, 0.00700587872415781, -0.026905370876193047, 0.012397435493767262, 0.0031308066099882126, -0.006666941102594137, 0.008609718643128872, 0.030497411265969276, -0.000630703812930733, 0.007177094928920269, 0.02128669060766697, -0.009958481416106224, 0.013725233264267445, -0.004189550410956144, 0.012949519790709019, 0.012690948322415352, -0.03843624144792557, -0.028959961608052254, -0.014340212568640709, -0.0128097515553236, -0.010468634776771069, 0.022320974618196487, 0.003179725492373109, -0.02247471921145916, -0.03264984115958214, -0.03292937949299812, -0.015332566574215889, 0.014535888098180294, -0.03404752165079117, -0.004392214119434357, 0.027324674651026726, -0.011202418245375156, -0.01550028845667839, -0.03561292588710785, -0.1811395287513733, 0.006258119363337755, 0.023984216153621674, -0.03698265552520752, 0.018980516120791435, 0.012034038081765175, 0.01987503282725811, 0.008204391226172447, 0.013578476384282112, 0.0007971152663230896, 0.02148236520588398, -0.0008918955572880805, -0.03491408750414848, -0.008057634346187115, 0.001292855478823185, -0.020224452018737793, 0.006300049833953381, 0.00650970172137022, 0.008141495287418365, 0.0021576709114015102, 0.022195182740688324, -0.028079422190785408, 0.011307244189083576, -0.0007573686889372766, -0.008581764996051788, 0.013837047852575779, 0.01204102672636509, 0.03483022376894951, -0.0033072640653699636, -0.01805804669857025, -0.004961769562214613, 0.002267738338559866, 0.00856778770685196, -0.012781797908246517, -0.014340212568640709, 0.005353120621293783, -0.010119214653968811, -0.020336266607046127, -0.007910877466201782, 0.014549865387380123, 0.013941873796284199, 0.03675902634859085, -0.009203732945024967, 0.016269013285636902, 0.01614322140812874, -0.002853017533197999, 0.01123735960572958, -0.011062650009989738, -0.001675470732152462, -0.0013540040235966444, 0.0025245624128729105, -0.008092576637864113, 0.006677423603832722, 0.013145195320248604, 0.01713557541370392, 0.024794870987534523, -0.012579133734107018, -0.008085587993264198, 0.017051715403795242, -0.009357478469610214, 0.026164598762989044, -0.012369481846690178, 0.002528056502342224, -0.009511223062872887, -0.00744964275509119, -0.017960207536816597, -0.01065732166171074, 0.00632101483643055, -0.010915893130004406, 0.019623449072241783, -0.013473650440573692, -0.00700238486751914, -0.011481953784823418, 0.009483269415795803, 0.003840130055323243, 0.010950835421681404, -0.018323605880141258, 0.02165008708834648, 0.004692716058343649, 0.006970936898142099, -0.010300912894308567, 0.048974763602018356, -0.039107128977775574, 0.003179725492373109, 0.0035518582444638014, 0.0004974872572347522, 0.0009949745144695044, -0.006820686161518097, -0.0027184905484318733, -0.01927402801811695, 0.0020021789241582155, -0.01572391763329506, -0.01791827753186226, -0.017191482707858086, 0.01141905877739191, 0.013005427084863186, -0.012900601141154766, 0.016213105991482735, -0.024193868041038513, 0.025954946875572205, -0.004755611531436443, 0.00807161070406437, -0.02289402484893799, 0.011069637723267078, 0.023746609687805176, 0.022712325677275658, 0.018183836713433266, 0.030693087726831436, 0.042070213705301285, -0.003930979408323765, -0.013068323023617268, -0.008309217169880867, 0.01966537907719612, 0.013990792445838451, 0.0036654199939221144, 0.01113253366202116, -0.0016667352756485343, -0.040085505694150925, 0.010783113539218903, 0.01912028342485428, 0.009364466182887554, -0.022223137319087982, -0.026765601709485054, 0.013215078972280025, -0.011467977426946163, -0.028764287009835243, -0.08989887684583664, 0.0042454577051103115, -0.0043852259404957294, -0.0011155245592817664, 0.008665625937283039, -0.009616049006581306, -0.026290390640497208, 0.02824714407324791, -0.005073584150522947, 0.013068323023617268, -0.015164844691753387, -0.02288004755973816, -0.0050596073269844055, 0.0023411165457218885, 0.011957165785133839, 0.00196024845354259, 0.007750144228339195, -0.015136891044676304, 0.0020982695277780294, 0.041035931557416916, -0.008798405528068542, -0.008085587993264198, 0.012152841314673424, -0.02206939272582531, 0.005992559716105461, 0.01292855478823185, -0.026891393586993217, 0.01342473179101944, 0.019343912601470947, -0.008525857701897621, 0.014340212568640709, -0.025493711233139038, 0.02482282556593418, -0.01413056068122387, -0.021510319784283638, -0.016618434339761734, -0.03494203835725784, -0.020965224131941795, 0.017163529992103577, -0.018756886944174767, -0.0012177301105111837, 0.0005520842387340963, -0.005370591301470995, -0.03952643647789955, 0.002330634044483304, -0.01222971361130476, -0.0008792290464043617, 0.030693087726831436, -0.02264244109392166, -0.006572597660124302, 0.005870262626558542, 0.023564910516142845, -0.008204391226172447, 0.0019847077783197165, 0.02443147450685501, -0.007617364637553692, 0.01906437613070011, 0.014955192804336548, -0.03427115082740784, -0.011845351196825504, 0.011209405958652496, -0.007226013578474522, -0.011992108076810837, 0.04917043820023537, 0.012816740199923515, 0.012027050368487835, -0.01773657836019993, -0.007533503696322441, 0.029099730774760246, -0.02088136225938797, 0.0003889485669787973, 0.014801448211073875, -0.00407773582264781, 0.03944257274270058, -0.011516896076500416, -0.017401136457920074, -0.012690948322415352, -0.0006896685226820409, 0.02522815205156803, -0.009399408474564552, -0.016003454104065895, -0.01272589061409235, -0.001942777424119413, 0.013250021263957024, 0.04290882498025894, 0.013347859494388103, 0.008497904054820538, -0.0031028531957417727, 0.015528242103755474, -0.027757955715060234, 0.008120530284941196, 0.02687741629779339, -0.004839472472667694, -0.011677629314363003, 0.0026084231212735176, 0.023802516981959343, 0.0017348722321912646, 0.012299598194658756, -0.0025367920752614737, -0.01847735047340393, -0.03681493178009987, -0.015318590216338634, -0.06703280657529831, 0.03558497130870819, -0.014193456619977951, 0.010678287595510483, -0.011656664311885834, -0.010859985835850239, -0.005562772508710623, -0.019427774474024773, -0.009762805886566639, 0.03083285503089428, -0.012656006962060928, 0.01668831706047058, -0.0025001028552651405, 0.0016946889227256179, -0.0063035436905920506, -0.01590561680495739, 0.002255508676171303, -0.0004330629017204046, 0.008917208760976791, 0.004787059500813484, -0.027785910293459892, -0.00806462299078703, -0.0025961934588849545, 0.016241060569882393, 0.002185624558478594, -0.0027429501060396433, 0.005321672651916742, 0.02784181758761406, -0.002552516059949994, -0.001155707985162735, 0.036898791790008545, -0.024808848276734352, 0.009287593886256218, 0.021608157083392143, 0.01293554250150919, -0.022558581084012985, -0.009916550479829311, 0.04114774614572525, 0.0038820605259388685, 0.01541642751544714, -0.012711914256215096, -0.01590561680495739, 0.02466907911002636, -0.009364466182887554, 0.0011592021910473704, 0.018155883997678757, -0.012159829959273338, 0.005262271035462618, 0.011377127841114998, 0.009692921303212643, 0.03320891410112381, 0.004839472472667694, 0.016828086227178574, -0.02483680099248886, -0.010992765426635742, -0.022726302966475487, 0.015164844691753387, 0.009602072648704052, -0.02542382851243019, -0.001993443351238966, 0.0346345491707325, 0.03852010518312454, 0.01649264246225357, -0.009909562766551971, -0.016422757878899574, -0.0013068323023617268, -0.003183219814673066, -0.01706569269299507, 0.01691194623708725, -0.032901424914598465, -0.01164268795400858, 0.006694894749671221, 0.010293925181031227, 0.012306585907936096, -0.02782784029841423, -0.0047206697054207325, -0.010713228955864906, 0.0009312053443863988, -0.016017431393265724, -0.002381300088018179, 0.024515334516763687, -0.013201102614402771, -0.01710762269794941, -7.281866601260845e-06, 0.021510319784283638, 0.019399819895625114, -0.02487873286008835, 0.017554881051182747, -0.009105895645916462, -0.007959796115756035, -0.0338238924741745, -0.0016579998191446066, 0.02209734544157982, 0.0014824160607531667, 0.015402451157569885, 0.004462098237127066, -0.010377786122262478, 0.03751377388834953, 0.022963907569646835, 0.01589163951575756, -0.02859656512737274, 0.025004522874951363, -0.017345229163765907, 0.006806709337979555, -0.0028233167249709368, -0.0034033546689897776, -0.016967853531241417, -0.030357643961906433, 9.605648756405571e-07, -0.02666776441037655, 0.014675656333565712, -0.005244799889624119, -0.02647208981215954, 0.031699419021606445, -0.025940969586372375, 0.0208953395485878, -0.023145606741309166, 0.0013077057665213943, -0.02306174673140049, 0.0382126159965992, 0.00721203675493598, 0.0004265112802386284, 0.009567130357027054, -0.004531982354819775, 0.02170599438250065, -0.004437638912349939, -0.010468634776771069, -0.010755159892141819, 0.005576749332249165, 0.00815547164529562, -0.0027726509142667055, 0.009958481416106224, 0.01851928047835827, -0.008532846346497536, -0.025200199335813522, 0.016255035996437073, -0.021328620612621307, 0.012893612496554852, 0.005052618682384491, 0.07832607626914978, 0.008588753640651703, -0.015178821980953217, 0.004930321592837572, 0.018547235056757927, 0.019399819895625114, 0.017806462943553925, 0.017051715403795242, 0.008274274878203869, -0.03354435786604881, -0.0016842063050717115, 0.007743156049400568, -0.015975499525666237, -0.03745786473155022, -0.010014388710260391, -0.009357478469610214, 0.01948368176817894, -0.00018366408767178655, 0.01550028845667839, -0.01282372884452343, 0.008574776351451874, -0.013082299381494522, -0.0047765769995749, -0.00027232951833866537, -0.004608855117112398, -0.01787634752690792, 0.020797502249479294, -0.019847078248858452, -0.018323605880141258, -0.04190249368548393, 0.020951246842741966, -0.008595741353929043, -0.03980597108602524, -0.008281263522803783, -0.008176437579095364, -0.010014388710260391, -0.020769547671079636, -0.0007084498647600412, -0.003204185049980879, -0.017387159168720245, -0.012656006962060928, 0.011495931074023247, -0.026681741699576378, -0.011083615012466908, 0.0304135512560606, -0.011272301897406578, -0.004619337618350983, -0.011502919718623161, -0.010014388710260391], \"f48e8084-464c-48a4-8390-00a2aee1d915\": [0.025422250851988792, 0.03504475578665733, 0.012556358240544796, -0.053778357803821564, -0.010961579158902168, 0.013774311169981956, -0.002064127940684557, -0.021290630102157593, -0.01602853462100029, -0.02425140142440796, 0.018948931246995926, -0.002439271192997694, 0.038140106946229935, 0.025354960933327675, -0.0002986004401464015, 0.016782185062766075, 0.03238006308674812, 0.012596732005476952, 0.029607703909277916, -0.01788574457168579, -0.005955185741186142, 0.007980622351169586, 0.009420633316040039, -0.0037850758526474237, -0.040885549038648605, 0.014359736815094948, 0.0411008782684803, -0.03590606898069382, 0.00012984912609681487, -0.009629232808947563, 0.027642829343676567, -0.003366194199770689, -0.03216473385691643, -0.024695517495274544, -0.000428764964453876, -0.01338402833789587, -0.004844896961003542, -0.026350857689976692, 0.020442774519324303, -0.01174214668571949, 0.03340287506580353, -0.0017411349108442664, -0.021613623946905136, -0.016849474981427193, -0.006991455797106028, 0.016970597207546234, -0.0013786087511107326, -0.03203015401959419, -0.043038833886384964, -0.0012288879370316863, 0.012139158323407173, 0.04982168972492218, -0.028396479785442352, 0.0051039643585681915, -0.019635291770100594, -0.010106993839144707, -0.001956463558599353, -0.006739117205142975, 0.015153761021792889, -0.015207593329250813, 0.0123410290107131, 0.03741336986422539, -0.013074493035674095, 0.003842272562906146, -0.011964203789830208, -0.018020326271653175, -0.023376628756523132, -0.003097033128142357, -0.009595587849617004, 0.0044142394326627254, 0.043388742953538895, 0.015853580087423325, 0.0026932917535305023, 0.018679769709706306, 0.009164930321276188, 0.0022003906778991222, -0.011439340189099312, 0.006079672835767269, -0.018437525257468224, 0.0017697332659736276, 0.0032770344987511635, -0.025274213403463364, -0.008108473382890224, 0.033349040895700455, 0.005487518850713968, 0.010732792317867279, 0.02383420243859291, 0.009602316655218601, 0.025274213403463364, -0.005975373089313507, -0.011782520450651646, -0.004336855839937925, 0.020981095731258392, 0.00741538405418396, 0.010840456932783127, 0.0037918048910796642, 0.001932912040501833, 0.01602853462100029, -0.0002702123601920903, 0.00391965638846159, -0.010100264102220535, 0.01448085904121399, -0.01780499704182148, -0.013794498518109322, -0.019904451444745064, -0.01296009961515665, 0.010874101892113686, 0.002607496688142419, 0.009730168618261814, -0.009050536900758743, -0.002454411471262574, 0.05124824494123459, 0.015611334703862667, -0.022313442081212997, -0.003445260226726532, -0.007462487090379, 0.007953706197440624, -0.04029339551925659, 0.011950746178627014, -0.0007868751999922097, 0.011493172496557236, 0.017872286960482597, 0.013606085442006588, -0.03251464292407036, 0.012428507208824158, 0.019204633310437202, -0.022151945158839226, 0.019635291770100594, -0.01487114280462265, -0.007025100756436586, 0.03480251133441925, 0.01710517890751362, 0.015073013491928577, -0.001339075737632811, -0.033079881221055984, -0.017468545585870743, -0.00838436372578144, -0.018020326271653175, -0.01664760522544384, -0.05108674615621567, 0.0014400110812857747, 0.006634817458689213, -0.0032904925756156445, 0.0016940317582339048, 0.006651639938354492, 0.019285382702946663, 0.03526008501648903, 0.02429177612066269, 0.021344462409615517, -0.004346949514001608, 0.020954180508852005, 0.014615439809858799, 0.006022476125508547, -0.011580649763345718, 0.011493172496557236, 0.022340359166264534, -0.016580313444137573, -0.003399839159101248, 0.0080546410754323, 0.017172468826174736, 0.01205168105661869, 0.022582603618502617, 0.025166548788547516, 0.03765561804175377, 0.006803042721003294, 0.02858489193022251, 0.005662473384290934, 0.005238545127213001, 0.027750493958592415, 0.031572580337524414, -0.0020742216147482395, 0.03482942655682564, -0.015301799401640892, 0.013161970302462578, -0.017212843522429466, 0.017630042508244514, 0.020496606826782227, 0.01386178843677044, -0.02796582318842411, -0.03544849529862404, 0.0085727758705616, 0.00507704820483923, 0.03372586518526077, 0.01602853462100029, -0.0037850758526474237, 0.02069847658276558, 0.023578498512506485, 0.006725659128278494, -0.00037724588764831424, 0.0017831912264227867, 0.014642355963587761, 0.015369090251624584, -0.005245273932814598, -0.01900276355445385, -0.6477088928222656, -0.0047103166580200195, 0.010053161531686783, -0.04494987800717354, 0.011149992235004902, 0.023470833897590637, 0.012919725850224495, 0.003536101896315813, -0.012024764902889729, 0.018625937402248383, 0.014507775194942951, 0.007058745715767145, 0.02503196895122528, -0.006937623489648104, -0.01668797805905342, -0.04096629470586777, 0.0038321788888424635, -0.04056255519390106, -0.00870735663920641, 0.0230267196893692, -0.016311153769493103, 0.008061370812356472, -0.01761658489704132, 0.0014803851954638958, -0.009703252464532852, -0.0007616413640789688, 0.01660723052918911, 0.012078597210347652, 0.018679769709706306, 0.024614768102765083, -0.022892137989401817, 0.006833323743194342, 0.015651708468794823, -0.002911984920501709, 0.0495794452726841, 0.013168699108064175, 0.008243054151535034, 0.023914949968457222, 0.02796582318842411, 0.03063051588833332, -0.014400110580027103, -0.01679564267396927, 0.011385507881641388, 0.009582129307091236, -0.006069579161703587, 0.006621359381824732, 0.007449029013514519, 0.01448085904121399, 0.005110693629831076, 0.0023030084557831287, -0.018141448497772217, 0.009790729731321335, -0.010268489830195904, 0.012677480466663837, 0.00880829244852066, -0.018720144405961037, 0.021882785484194756, -0.015113387256860733, 0.015369090251624584, 0.005336115602403879, 0.004636297468096018, 0.0020203893072903156, -0.009683065116405487, -0.002952359151095152, -0.011883456259965897, 0.018356775864958763, 0.0021936616394668818, -0.0082632414996624, 0.0037817112170159817, -0.0508175864815712, -0.007139494176954031, 0.025516457855701447, -0.006739117205142975, -0.021734746173024178, -0.003049930091947317, 0.008418008685112, 0.01505955494940281, -0.02030819281935692, -0.011822894215583801, 0.02259606122970581, -0.001227205735631287, -0.018491357564926147, -0.01496534887701273, -0.016082366928458214, 0.03598681837320328, -0.0007393514970317483, -0.004249378573149443, -0.025772159919142723, 0.013606085442006588, -0.02042931504547596, 0.0006354721845127642, -0.00534957367926836, -0.008936143480241299, -0.01505955494940281, 0.008404550142586231, 0.023874575272202492, -0.015530586242675781, 0.010127180255949497, 0.008956330828368664, -0.02804657071828842, -0.015880495309829712, -0.020806141197681427, -0.020052490755915642, 0.01985061913728714, 0.0017646864289417863, -0.0013483280781656504, 0.009467735886573792, 0.009750355035066605, 0.03749411925673485, -0.012657293118536472, 0.016055449843406677, -0.030038362368941307, 0.0035192794166505337, 0.011594107374548912, 0.01796649396419525, -0.032110899686813354, 0.033510539680719376, -0.014413569122552872, -0.015665167942643166, -0.024937761947512627, -0.008606421761214733, 0.00577350240200758, -0.0003822926664724946, -0.016930224373936653, 0.022084655240178108, -0.0051443385891616344, -0.01792611926794052, 0.005238545127213001, -0.0016856204019859433, -0.01189691387116909, -0.0025755339302122593, 0.016459191218018532, 0.014615439809858799, 0.001196925062686205, 0.011089431121945381, 0.006890520453453064, -0.0016797325806692243, -0.0025603934191167355, 0.0032501183450222015, -0.013848330825567245, 0.0034402133896946907, -0.007590338587760925, 0.01228046789765358, -0.009198575280606747, -0.0026815158780664206, -0.013020660728216171, -0.0262297336012125, -0.016836017370224, -0.02092726342380047, 0.00909764040261507, 0.0025772161316126585, 0.0002462402044329792, -0.008000808767974377, -0.013061035424470901, -0.01276495773345232, -0.019796786829829216, 0.005500976927578449, -0.026041321456432343, -0.02676805667579174, -0.015153761021792889, -0.012650564312934875, 0.005184712819755077, -0.034129608422517776, -0.007731648162007332, -0.008148848079144955, -0.006342104636132717, -0.011082702316343784, 0.010228116065263748, -0.024359066039323807, 0.0045185391791164875, -0.010322322137653828, -0.007065474987030029, 0.0021919794380664825, -0.0012801967095583677, 0.007879686541855335, -0.004370500799268484, -0.022448023781180382, -0.006924165412783623, 0.03229931369423866, -0.007408655248582363, -0.013431130908429623, 0.012502525933086872, -0.0011935605434700847, -0.020065948367118835, 0.022838305681943893, 0.0020708569791167974, 0.022878680378198624, 0.026054779067635536, -0.011944017373025417, 0.021142592653632164, 0.0006985567742958665, 0.015745915472507477, -0.012226635590195656, 0.0017377703916281462, -0.006056121550500393, 0.006416124291718006, -0.005006393417716026, 0.037790197879076004, 0.014938432723283768, 0.004279659129679203, 0.0080546410754323, 0.00010140849190065637, -0.011419152840971947, -0.010201199911534786, -0.0005505182780325413, -0.0008457541698589921, -0.014938432723283768, -0.02158670872449875, 0.012939912267029285, 0.018639395013451576, -0.0031575944740325212, 0.012219906784594059, -0.01518067717552185, -0.034937091171741486, 0.02618936076760292, 0.010416528210043907, -0.016136199235916138, 0.015880495309829712, -0.013740666210651398, -0.002832918893545866, -0.0010572978062555194, 0.010201199911534786, 0.030146026983857155, 0.008909227326512337, -0.002765628742054105, 0.011291301809251308, 0.002254222985357046, -0.006567527074366808, -0.0057028476148843765, -0.045784275978803635, -0.017670415341854095, 0.022219236940145493, -0.00803445465862751, 0.00011554995580809191, 0.002388803521171212, 0.006318553350865841, 0.03542158007621765, -0.02557029016315937, 0.022878680378198624, -0.009999329224228859, 0.011695043183863163, 0.02032165229320526, 0.005770137999206781, -0.017979951575398445, 0.04155845195055008, 0.028288815170526505, 0.017939576879143715, -0.005904718302190304, -0.030926592648029327, 0.033510539680719376, 0.006056121550500393, -0.0033712408039718866, -0.0043604071252048016, 0.008000808767974377, 0.03186865523457527, -0.010564567521214485, 0.008512214757502079, 0.029634620994329453, 0.023888034746050835, 0.009185117669403553, -0.02394186705350876, -0.026081696152687073, -0.024116821587085724, -0.023295879364013672, 0.028181150555610657, -0.007698003202676773, 0.0005290695116855204, -0.0256106648594141, -0.017670415341854095, 0.013491692952811718, -0.032191649079322815, -0.008330531418323517, -0.009938768111169338, 0.016903307288885117, 0.05114058032631874, 0.028638724237680435, 0.007354822941124439, 0.0029641350265592337, 0.024009156972169876, 0.01121728215366602, -0.02046968974173069, -0.02154633402824402, -0.003603392280638218, 0.03668663650751114, 0.0026024498511105776, -0.029769200831651688, -0.03700963035225868, -0.0075836097821593285, -0.003526008455082774, 0.008606421761214733, 0.0032534829806536436, 0.01668797805905342, 0.016930224373936653, 0.0013054305454716086, -0.017670415341854095, 0.013996369205415249, 0.031841740012168884, 0.005763408727943897, -0.01402328535914421, 0.01830294355750084, 0.028746388852596283, 0.0029557235538959503, -0.01695713959634304, 0.00018946407362818718, 0.031491830945014954, -0.005332751199603081, -0.010948121547698975, -0.015113387256860733, 0.0041518076322972775, -0.020954180508852005, 0.007240429520606995, -0.03340287506580353, -0.020536979660391808, -0.0030785284470766783, -0.0011859904043376446, -0.007980622351169586, -0.025704870000481606, 0.005490883253514767, 0.03461409732699394, 0.004801158327609301, 0.015113387256860733, -0.016862932592630386, -0.02641814760863781, 0.010133909992873669, 0.04683400318026543, 0.010416528210043907, -0.005040038842707872, 0.015436380170285702, -0.015584418550133705, -0.003973488695919514, -0.002356840530410409, -0.029069382697343826, 0.005786960478872061, -0.012374674901366234, 0.009763813577592373, -0.013518608175218105, 0.018558647483587265, -0.005289012566208839, 0.004306575283408165, 0.0012751499889418483, 0.0007877163589000702, -0.032729972153902054, -0.011903642676770687, -0.02877330593764782, 0.004363771993666887, -0.024036072194576263, 0.019648749381303787, 0.033510539680719376, 0.018908556550741196, 0.03674047067761421, 0.008942872285842896, 0.014400110580027103, 0.009164930321276188, -0.019716039299964905, -0.004457978066056967, 0.007072203792631626, 0.011089431121945381, 0.007792209275066853, 0.0005795371835120022, 0.03439876809716225, -0.00932642724364996, 0.017979951575398445, -0.0058206054382026196, -0.007119307294487953, 0.01935267262160778, 0.019298840314149857, 0.0057297637686133385, -0.0045454553328454494, 0.009911851957440376, -0.003241707105189562, 0.003189557231962681, -0.0049727484583854675, -0.01699751429259777, 0.0038826465606689453, -0.0015535634011030197, 0.0125496294349432, 0.005511070601642132, -0.007031829562038183, -0.0015468343626707792, -0.029015550389885902, -0.010281948372721672, 0.008209409192204475, -0.003549559973180294, -0.016755269840359688, -0.02718525566160679, -0.04225827008485794, 0.01981024630367756, -0.00024182429478969425, 0.004431061912328005, -0.012347758747637272, -0.017159011214971542, -0.01915080100297928, -0.016055449843406677, 0.0034721761476248503, -0.017024429515004158, -0.017239758744835854, -0.030926592648029327, -0.03746720403432846, -0.007785480469465256, 0.01629769615828991, 0.012098784558475018, -0.01606890931725502, -0.008162305690348148, -0.008774646557867527, -0.009514839388430119, -0.030415186658501625, -0.010786624625325203, -0.044976793229579926, -0.012145888060331345, -0.005167890340089798, 0.02030819281935692, -0.009171659126877785, -0.01575937308371067, 0.0202409029006958, 0.009185117669403553, -0.014184782281517982, 0.0011128123151138425, -0.010113722644746304, -0.0004369659873191267, 0.004784335847944021, -0.0019026314839720726, 0.04128928855061531, -0.00717313913628459, -0.03517933562397957, -0.011109618470072746, 0.007536506745964289, -0.018800891935825348, -0.0023753454443067312, 0.002992733381688595, 0.0020086136646568775, -0.022730642929673195, 0.004572371486574411, -0.001998519990593195, -0.02240764908492565, 0.009649420157074928, -0.031141921877861023, 0.016270779073238373, 0.02020052820444107, 0.0016486108070239425, 0.024547478184103966, 0.00440414622426033, 0.006476685404777527, -0.002770675579085946, 0.004017227329313755, -0.02530112862586975, 0.003855730639770627, 0.02711796574294567, 0.02069847658276558, -0.038059357553720474, 0.0026024498511105776, -0.002688244916498661, -0.028261899948120117, -0.022582603618502617, -0.005147702991962433, -0.03727879002690315, 0.008619879372417927, -0.007099119946360588, -0.020563896745443344, -0.04206985607743263, 0.005908082704991102, -0.0007044446538202465, 0.03482942655682564, -0.004350313916802406, 0.0073211779817938805, 0.01853173039853573, -0.023847660049796104, 0.004955925978720188, -0.044707633554935455, -0.0010312228696420789, -0.035475414246320724, -0.0297422856092453, 0.03089967742562294, 0.010275219567120075, 0.015046097338199615, 0.0003843954764306545, -0.011035598814487457, 0.002445999998599291, 0.005941728129982948, 0.01850481517612934, -0.0021028199698776007, -0.0057163056917488575, 0.013316737487912178, 0.018639395013451576, 0.01363300159573555, 0.033618200570344925, 0.005188077222555876, 0.017159011214971542, -0.0038590950425714254, -0.003056658897548914, 0.0022979616187512875, -0.007677815854549408, -0.005749950651079416, -0.024507103487849236, 0.02522038109600544, 0.025691412389278412, 0.0013996369671076536, -0.0023248777724802494, 0.009164930321276188, 0.0209676381200552, 0.01749546080827713, 0.0004954243777319789, 0.0037514306604862213, -0.03889375552535057, -0.05396677181124687, -0.008404550142586231, 0.031841740012168884, -0.006796313915401697, 0.008855395019054413, -0.04637642949819565, -0.0028245076537132263, 0.023336254060268402, -0.0018387057352811098, 0.03186865523457527, -0.013781040906906128, 0.027104508131742477, 0.009185117669403553, 0.032918382436037064, -0.01147298514842987, 0.002927125198766589, -0.026243193075060844, 0.010598212480545044, -0.014453942887485027, 0.00452863285318017, -0.007933518849313259, -0.0016351527301594615, 0.0367673859000206, 0.011015411466360092, -0.010907747782766819, -0.002664693398401141, -0.0057566799223423, -0.025812534615397453, 0.012946642003953457, -0.0006699584191665053, -0.018747059628367424, 0.012603461742401123, -0.027831241488456726, -0.012287197634577751, -0.02823498286306858, 0.022313442081212997, 0.027669744566082954, 0.010147367604076862, -0.0030011446215212345, -0.014507775194942951, -0.017280133441090584, -0.001828612177632749, -0.025072341784834862, 0.04050872102379799, -0.0005168731440789998, 0.032541558146476746, 0.008754460141062737, 0.0123410290107131, -0.03633672744035721, -0.0006522947223857045, 0.0072337002493441105, -0.009353342466056347, 0.011197095736861229, 0.01590741239488125, 0.021304089576005936, 0.007987351156771183, 0.0015266472473740578, -0.014184782281517982, -0.0266469344496727, -0.020913805812597275, 0.014400110580027103, 0.0072471583262085915, 0.030495936051011086, -0.00761052593588829, 0.0027319835498929024, -0.030172942206263542, 0.004669942427426577, -0.0025132903829216957, -0.006321917753666639, -0.001483749714680016, -8.200997399399057e-05, -0.010268489830195904, 0.004478165414184332, -0.01282551884651184, 0.008195950649678707, 0.00043444259790703654, 0.0056893895380198956, -0.004057601094245911, -0.014265529811382294, -0.013222531415522099, 0.008680440485477448, 0.029688453301787376, 0.02131754718720913, -0.021694371476769447, -0.0004132041067350656, 0.02653926983475685, 0.015934327617287636, -0.014077117666602135, -0.010268489830195904, -0.0044478848576545715, 0.03073818050324917, 0.019594917073845863, -0.014413569122552872, -0.004905458074063063, 0.00969652272760868, 0.0009429044439457357, -0.013774311169981956, -0.009521568194031715, -0.013182157650589943, 0.009218762628734112, -0.017697332426905632, 0.006453133653849363, 0.024009156972169876, -0.013168699108064175, -0.006712201051414013, 0.008606421761214733, 0.007213513366878033, 0.007597067859023809, -0.010853915475308895, 0.007038558833301067, -0.014790394343435764, 0.004289752803742886, 0.006910707335919142, -0.009467735886573792, 0.015032638795673847, 0.0066819204948842525, -0.00957540050148964, -0.014144407585263252, 0.020536979660391808, -0.010086806491017342, 0.044276975095272064, -0.018047241494059563, 0.002780769020318985, -0.03235314413905144, 0.026781514286994934, -0.026969926431775093, -0.007778751198202372, 0.012314113788306713, -0.003539466531947255, -0.015611334703862667, -0.011594107374548912, 0.010012786835432053, 0.005386583507061005, -0.012717855162918568, -0.006692014168947935, 0.008646795526146889, -0.0142520722001791, 0.01150663010776043, -0.004343584645539522, -0.031195754185318947, 0.0037648887373507023, -0.03504475578665733, 0.019823703914880753, 0.0027740399818867445, -0.011594107374548912, 0.008418008685112, -0.028880970552563667, 0.015745915472507477, 0.003929750062525272, -0.013955995440483093, -0.035125505179166794, 0.0006796313682571054, 0.016836017370224, -0.00886212382465601, 0.006133505143225193, -0.014440485276281834, -0.021573249250650406, -0.012455422431230545, -0.0031054443679749966, -0.014077117666602135, -0.0063017308712005615, -0.009790729731321335, -0.006977997720241547, -0.0008154735551215708, 0.033079881221055984, -0.01590741239488125, -0.0008655206765979528, -0.015826663002371788, 0.0015325351851060987, -0.05418209731578827, 0.013599356636404991, 0.010665502399206161, 0.03905525431036949, 0.021182967349886894, 0.0008474364294670522, -0.028100403025746346, -0.011863268911838531, -0.03488325700163841, -0.03550232946872711, 0.006846781820058823, 0.006823230069130659, -0.0011817847844213247, -0.007987351156771183, -0.010813540779054165, 0.04804522916674614, 0.00031941835186444223, 0.010591483674943447, -0.02982303313910961, -0.010901018045842648, -0.010867373086512089, 0.0034082503989338875, 0.011930558830499649, -0.0034721761476248503, -0.012953370809555054, -0.019837161526083946, 0.04691475257277489, -0.006308459676802158, -0.008485298603773117, 0.016445733606815338, -0.0023770276457071304, 0.01361281517893076, 0.0018874910892918706, 0.003177781356498599, 0.03286455199122429, 0.01328309252858162, 0.03978198766708374, -0.04433080926537514, -0.017710790038108826, 0.021721288561820984, -0.028019655495882034, -0.0013037483440712094, 0.02150595933198929, -0.017872286960482597, -0.02649889513850212, 0.0031710523180663586, 0.019460337236523628, 0.0011826258851215243, -0.01865285448729992, -0.0032299314625561237, -0.010355967096984386, 0.0199313685297966, 0.009568671695888042, 0.033779699355363846, -0.01386178843677044, 0.007684545125812292, 0.0022037553135305643, 0.002360205166041851, 0.009716710075736046, 0.0033409602474421263, 0.0028514238074421883, -0.0004216154047753662, 0.004299846012145281, -0.026162443682551384, 0.00932642724364996, -0.005998924840241671, 0.013168699108064175, 0.00013069025590084493, 0.004686764907091856, -0.010288677178323269, -0.006574256345629692, -0.008774646557867527, -0.024655142799019814, 0.01861247979104519, -0.0024527290370315313, 0.009609045460820198, -0.024695517495274544, -0.013774311169981956, -0.005258732009679079, 0.004706952255219221, 0.004023956134915352, 0.014427026733756065, -0.031061172485351562, -0.014655813574790955, -0.014211698435246944, 0.016391901299357414, 0.0017083309357985854, 0.01531525794416666, 0.20973020792007446, 0.005114058032631874, 0.024076446890830994, 0.027992738410830498, 0.003600027645006776, -0.005918176379054785, 0.030657431110739708, -0.0018639395711943507, -0.020106323063373566, 0.014803851954638958, 0.0075701517052948475, 0.017132094129920006, -0.007179868407547474, 0.0010303817689418793, 0.010295405983924866, -0.014776935800909996, -0.025395335629582405, -0.016822559759020805, -0.02007940597832203, -0.0037043276242911816, -0.0052419095300138, -0.007462487090379, -0.015261425636708736, -0.002757217502221465, 0.01668797805905342, -0.020039033144712448, -0.020267819985747337, 0.011728688143193722, -0.004653119947761297, 0.015073013491928577, -0.01877397671341896, -0.021721288561820984, 0.013653188943862915, 0.0013230942422524095, -0.03375278413295746, -0.01741471327841282, -0.008821750059723854, -0.03865151107311249, -0.013397485949099064, 0.00043002667371183634, 0.015705540776252747, -0.004340220242738724, 0.007549964357167482, -0.018222196027636528, 0.00886212382465601, -0.0008991658105514944, 0.0010034656152129173, 0.012024764902889729, 0.009373529814183712, 0.011116347275674343, -0.01522105187177658, 0.007812396623194218, -0.012778416275978088, 0.01966220699250698, 0.025476083159446716, 0.0012364580761641264, 0.013135054148733616, 0.004730503540486097, 0.008269970305263996, -0.0022575873881578445, -0.01150663010776043, 0.018599022179841995, 0.002686562715098262, -0.005527893081307411, 0.003936478868126869, 0.016970597207546234, -0.026014406234025955, -0.013848330825567245, 0.016701437532901764, -0.03719804435968399, -0.0004651437629945576, -0.009259136393666267, 0.011903642676770687, 0.0004266621544957161, 0.0012751499889418483, -0.011654669418931007, 0.01077316701412201, 0.04005114734172821, -0.0004403304774314165, 0.016714895144104958, -0.029688453301787376, -0.0036067566834390163, -0.015140303410589695, -0.006951081566512585, 0.003801898332312703, -0.02931162714958191, 0.03238006308674812, -0.015786290168762207, 0.0005307517712935805, -0.008061370812356472, -0.0085727758705616, -0.0010127180721610785, -0.011109618470072746, 0.00556153804063797, 0.005470696371048689, 0.009238949976861477, 0.01927192322909832, 0.026350857689976692, -0.003060023533180356, 0.009124556556344032, -0.019864078611135483, 0.0380055271089077, 0.014615439809858799, 0.016001617535948753, -0.02823498286306858, -0.014628897421061993, -0.0020338473841547966, -0.02464168518781662, -0.0027202079072594643, 0.014305904507637024, 0.015503671020269394, -0.012946642003953457, 0.004346949514001608, -0.006870333105325699, 0.032110899686813354, -0.0053663961589336395, 0.009010163135826588, -0.010746250860393047, 0.002883386565372348, -0.00986474845558405, -0.021182967349886894, -0.04398090019822121, 0.002239082707092166, 0.022663351148366928, 0.008566047064960003, -0.015274884179234505, -0.014951890334486961, 0.0142520722001791, -0.01380795706063509, -0.01676872745156288, 0.015167219564318657, -0.025785619392991066, -0.000562714587431401, -0.01780499704182148, -0.02749479003250599, -0.001555245602503419, 0.01853173039853573, -0.005339480470865965, -0.005083777476102114, 0.009858019649982452, -0.0014156183460727334, -0.012886079959571362, 0.011486443690955639, 0.0015930964145809412, 0.010941392742097378, -0.014924974180758, -0.018101073801517487, -0.005998924840241671, -0.02441289834678173, -0.01857210509479046, -0.010443444363772869, 0.014642355963587761, 0.01865285448729992, -0.01854518987238407, 0.006049392279237509, -0.028531059622764587, 0.005527893081307411, -0.03019985742866993, -0.006977997720241547, -0.005450509022921324, -0.019675664603710175, 0.012637106701731682, 0.015476754866540432, 0.012872622348368168, -0.02544916793704033, -0.030603598803281784, -0.17150935530662537, 0.017549293115735054, 0.02007940597832203, -0.02575870230793953, 0.02298634499311447, 0.0005034150672145188, 0.0017932847840711474, -0.002341700252145529, 0.009487923234701157, -0.020725393667817116, 0.005709576420485973, -0.021600166335701942, -0.03383352980017662, -0.004626203794032335, -0.018854724243283272, -0.012536170892417431, -0.016203489154577255, 0.020213987678289413, 0.03464101254940033, 0.001250757253728807, 0.021882785484194756, -0.029876865446567535, 0.02931162714958191, 0.0031475007999688387, -0.007455758284777403, 0.017656957730650902, -0.0007481833454221487, 0.004979477729648352, -0.00928605254739523, -0.030334439128637314, -0.016984056681394577, -0.0005387424607761204, 0.024426355957984924, -0.018477899953722954, -0.015920870006084442, -0.004417603835463524, -0.0019228184828534722, 0.0030936687253415585, -0.03116883710026741, 0.004908822942525148, 0.005891260225325823, 0.0318148247897625, -0.007664357777684927, 0.0007263139705173671, 0.013875246979296207, -0.00651705963537097, 0.0034755407832562923, -0.010867373086512089, 0.03781711310148239, -0.031141921877861023, -0.022838305681943893, -0.0038119920063763857, 0.003970123827457428, -0.0032921747770160437, 0.017751164734363556, -0.01853173039853573, -0.0029304898343980312, -0.002237400272861123, -0.0101204514503479, -0.010537651367485523, 0.009413904510438442, -0.0259201992303133, 0.009898393414914608, 0.01737433858215809, 0.004017227329313755, -0.005921540781855583, 0.0032164733856916428, 0.016055449843406677, -0.03383352980017662, 0.0078998738899827, -0.004632932599633932, -0.011782520450651646, -0.020873431116342545, -0.013659917749464512, -0.0038355435244739056, 0.023726537823677063, -0.0256106648594141, 0.017899202182888985, 0.006453133653849363, -0.011089431121945381, -0.002790862461552024, 0.018760517239570618, -0.009750355035066605, -0.004834803752601147, -0.023699620738625526, -0.007058745715767145, 0.014898058027029037, -0.011446068994700909, 0.016001617535948753, -0.005504341330379248, 0.021923158317804337, -0.05275554582476616, -0.03558307886123657, -0.005087141878902912, -0.005339480470865965, 0.00019093604350928217, 0.02007940597832203, -0.024574395269155502, 0.013740666210651398, 0.010167554952204227, 0.005033309571444988, -0.005924905184656382, -0.001429917523637414, 0.021519416943192482, 0.026014406234025955, -0.0036908695474267006, 0.015490212477743626, -0.013915620744228363, 0.05507032945752144, -0.0008146324544213712, -0.012219906784594059, 0.003431802149862051, 0.0011498219100758433, 0.007603796664625406, -0.0061570568941533566, 0.01823565363883972, -0.0053933123126626015, -0.007650899700820446, 0.03897450491786003, -0.02487047202885151, 0.06147636100649834, 0.0021246892865747213, -0.009010163135826588, 0.024937761947512627, 0.004350313916802406, 0.0034267553128302097, -0.10028936713933945, -0.006355562712997198, -0.005184712819755077, 0.009736897423863411, -0.0005193965043872595, 0.008512214757502079, -0.0030516122933477163, 0.03472176194190979, -0.01112307608127594, 0.035125505179166794, 0.0031374073587358, -0.025503000244498253, -0.008579505607485771, -0.013128325343132019, 0.008734272792935371, -0.006365656387060881, 0.000320890307193622, 0.008397821336984634, 0.005504341330379248, 0.0404818058013916, 0.013875246979296207, -0.014938432723283768, 0.009292781352996826, -0.02046968974173069, 0.003320773132145405, 0.020981095731258392, -0.027669744566082954, -0.0013727208133786917, 0.00551443500444293, 0.014924974180758, 0.022878680378198624, -0.014144407585263252, 0.0065776207484304905, 0.000422035955125466, -0.006860239431262016, -0.0015846850583329797, -0.023470833897590637, 8.222025644499809e-05, 0.030845845118165016, 0.00961577519774437, 0.010867373086512089, 0.022717183455824852, 0.012724583968520164, -0.011621023528277874, 0.017468545585870743, -0.0065776207484304905, -0.023659247905015945, 0.03978198766708374, -0.004454613663256168, -0.015261425636708736, -0.017360880970954895, -0.024049529805779457, -0.033672034740448, -0.013774311169981956, 0.022448023781180382, -0.023417001590132713, 0.008545859716832638, -0.009844562038779259, -0.021142592653632164, 0.013659917749464512, -0.01089428924024105, -0.02042931504547596, 0.007825854234397411, 0.024264859035611153, 0.025395335629582405, -0.016809100285172462, -0.01703788712620735, -0.0023921679239720106, 0.01197093352675438, -0.029876865446567535, -0.03948591277003288, 0.03563690930604935, -0.02869255654513836, 0.014884600415825844, -0.024628227576613426, -0.02807348594069481, -0.014198239892721176, -0.002439271192997694, 0.016391901299357414, 0.012643835507333279, 0.0007801461615599692, -0.009622504003345966, -0.0052486383356153965, -0.0005576678668148816, -0.0014248708030208945, 0.03421035781502724, 0.014440485276281834, 0.010578025132417679, 0.009259136393666267, -0.041504617780447006, -0.004811252001672983, 0.010490547865629196, -0.0050131226889789104, -0.016849474981427193, 0.003838907927274704, 0.015772830694913864, -0.030038362368941307, -0.003526008455082774, 0.004276294726878405, 0.018760517239570618, -0.01726667396724224, -0.009985871613025665, -0.027831241488456726, 0.006937623489648104, -0.0036639533936977386, -0.007859500125050545, 0.008512214757502079, 0.0013903845101594925, 0.0012011306826025248, 0.0011590743670240045, 0.0025082435458898544, 0.002782451221719384, -0.011331675574183464, 0.023376628756523132, 0.0033190909307450056, -0.011553733609616756, -0.013659917749464512, 0.007913331501185894, 0.008566047064960003, -0.013760853558778763, -0.0023080550599843264, 0.012421777471899986, -0.008835207670927048, -0.004336855839937925, 0.007220242638140917, -0.0058744377456605434, -0.006308459676802158, -0.001944687799550593, -0.0072808037512004375, -0.001761321909725666, -0.013505150564014912, -0.014521232806146145, 0.03835543617606163, -0.024924304336309433, 0.03515242040157318, 0.025543373078107834, 0.00919184647500515, -0.0061368695460259914, 0.009487923234701157, 0.026000946760177612, 0.03200323507189751, 0.010046432726085186, -0.0012768321903422475, -0.03054976835846901, 0.006466591730713844, -0.03256847336888313, -0.025974031537771225, -0.009548484347760677, -0.011863268911838531, 0.01823565363883972, 0.0014055247884243727, 0.017118636518716812, 0.0501985177397728, 0.00832380261272192, 0.004306575283408165, -0.007859500125050545, -0.01505955494940281, -0.02108876034617424, 0.00932642724364996, 0.021182967349886894, -0.0059518213383853436, -0.017656957730650902, 0.022690268233418465, -0.005332751199603081, -0.0026058144867420197, -0.006490143481642008, -0.018854724243283272, -0.024036072194576263, -0.028827138245105743, 0.021532876417040825, -0.00534957367926836, -0.027360210195183754, -0.011264385655522346, 0.02557029016315937, -0.013276363722980022, 0.007065474987030029, 0.013713750056922436, 0.014575065113604069, 0.02162708155810833, 0.0027235723100602627, -0.001439169980585575, 0.019446877762675285, 0.0018235654570162296, -0.01353879552334547, 0.0011481397086754441, 0.012495797127485275, 0.0322185643017292, 0.00828342791646719, -0.008074828423559666, 0.0020557167008519173, -0.0014324409421533346, 0.023390086367726326, -0.012906267307698727, 0.013437860645353794, 0.004252742975950241, 0.012287197634577751, 0.0040205917321145535, 0.01730704866349697, -0.01098849531263113, 0.019177718088030815, 0.008788105100393295, 0.012818790040910244, 0.011385507881641388, 0.008451653644442558, -0.006776127032935619, -0.004471436142921448, -0.0080546410754323, 0.019998658448457718, -0.03757486864924431, -0.01212570071220398, -0.012145888060331345, 0.012287197634577751, 0.013585899025201797, 0.0037009629886597395, -0.014992265030741692, -0.010221387259662151, 0.0014660860178992152, 0.004320033360272646, -0.008431466296315193, -0.03063051588833332, -0.010436715558171272, 0.02823498286306858, -0.017872286960482597, 0.006739117205142975, 0.034667931497097015, -0.0008423896506428719, 0.040078066289424896, 0.03746720403432846, 0.006318553350865841, -0.022569146007299423, 0.023161299526691437, -0.000364208419341594, -0.0027202079072594643, 0.008121931925415993, 0.0003246754058636725, -0.00957540050148964, -0.016445733606815338, -0.013161970302462578, 0.00667182682082057, -0.002557029016315937, -0.01160756591707468, 0.057600442320108414, -0.0024712339509278536, -0.013209073804318905, 0.017051346600055695, -0.008626608178019524, -0.008249782957136631, 0.01691676490008831, 0.003366194199770689, -0.008929414674639702, -0.013242718763649464, 9.39960518735461e-05, -0.002304690657183528, -0.001073279301635921, -0.012542899698019028, -0.00886212382465601, 0.00519480649381876, -0.023511208593845367, -0.005299106240272522, -0.016136199235916138, -0.0063151889480650425, 0.002079268218949437, -0.009656148962676525, 0.012071868404746056, -0.006890520453453064, -0.017872286960482597, -0.0121862618252635, 0.03932441398501396, 0.016499565914273262, -0.004727139137685299, -0.01888164132833481, -0.019783329218626022, 0.010006058029830456, -0.045165207237005234, -0.010631857439875603, -0.010288677178323269, 0.004562278278172016, -0.008734272792935371, -0.012812061235308647, 0.01625732146203518, 0.007428842131048441, -0.022219236940145493, -0.006924165412783623, -0.03278380259871483, -0.046591758728027344, 0.03838235139846802, 0.039216749370098114, -0.011089431121945381, -0.004929009824991226, -0.033429790288209915], \"96f6807a-76be-40ad-907f-3b6a07ea6b7b\": [-0.01194760762155056, 0.018677016720175743, 0.008763731457293034, -0.03489993140101433, -0.025471007451415062, 0.012619256973266602, -0.002994974609464407, -0.0165716540068388, -0.005150387529283762, -0.03815484419465065, 0.0305083766579628, 0.008150205947458744, 0.022616498172283173, 0.009364340454339981, 0.006493686232715845, -0.00319033395498991, -0.003665009280666709, -0.0030143491458147764, 0.024321453645825386, -0.0340474508702755, -0.011908858083188534, -0.007071692030876875, -0.001829275512136519, 0.021828601136803627, -0.013039037585258484, -0.0001338051224593073, 0.02244858630001545, -0.022345254197716713, 0.007614177651703358, 0.001407880219630897, 9.144863724941388e-06, -0.029216744005680084, -0.0323941595852375, -0.04647296294569969, -0.0071685644797980785, -0.014853782020509243, -0.005389339756220579, -0.0077368831261992455, 0.04078977555036545, -0.011495535261929035, 0.03221333399415016, -0.01348465122282505, -0.02769261598587036, 0.0021667147520929575, 0.003080545226112008, 0.005024453159421682, -0.00882831308990717, -0.04923705756664276, -0.022706912830471992, 0.0068908631801605225, 0.0036230310797691345, 0.03918815031647682, -0.04394136369228363, -0.00833103433251381, 0.0004193771746940911, 0.014117551036179066, 0.008324576541781425, 0.019787821918725967, -0.004614359699189663, -0.01892242580652237, 0.015422101132571697, 0.00068456563167274, -0.01765662617981434, -0.01468587014824152, -0.022009430453181267, -0.014582538977265358, 0.0005493477801792324, -0.012993830256164074, -0.00812437292188406, 0.013077786192297935, 0.03068920597434044, 0.005941512994468212, 0.00468539958819747, -0.0012504623737186193, 0.021712355315685272, -0.006002865266054869, -0.021479859948158264, -0.012276973575353622, -0.004052499309182167, -0.013885057531297207, 0.013742977753281593, -0.012012189254164696, 0.0025622774846851826, 0.014660037122666836, 0.01106929685920477, 0.012787168845534325, -0.0003376409877091646, 0.004052499309182167, -0.005169761832803488, -0.016545820981264114, 0.0005501550040207803, 0.0017291739350184798, -0.01637790910899639, 0.01937449909746647, 0.007284811232239008, 0.02407604269683361, 0.0005146351177245378, 0.03748319670557976, -0.0017840684158727527, -0.041797250509262085, -0.017953701317310333, 0.006948986556380987, -0.03309164196252823, -0.02172527089715004, -0.015693344175815582, 0.006293483078479767, 0.013755894266068935, 0.017449965700507164, 0.0006187730468809605, -0.006574413273483515, -0.0004133226175326854, 0.015900004655122757, 0.007200855296105146, -0.01239967904984951, -0.005001849494874477, 0.017501629889011383, 0.0006829510675743222, -0.03761235997080803, 0.00563474977388978, -0.029449237510561943, 0.014337128959596157, 0.04202974587678909, -0.0034066825173795223, -0.007878962904214859, -0.0013392622349783778, -0.0076916757971048355, 0.002831905847415328, -0.0071621062234044075, -0.010100571438670158, -0.002442801371216774, 0.018935343250632286, 0.012012189254164696, 0.01606791652739048, 0.0008452124893665314, -0.02720179595053196, -0.00862165167927742, -0.0037941725458949804, -0.01190240029245615, -0.031128359958529472, -0.03611406311392784, 0.0035616785753518343, 0.015732092782855034, -0.004565923474729061, 0.015486682765185833, -0.0011366372928023338, 0.005812349729239941, 0.017437048256397247, 0.0449746698141098, 0.02548392303287983, -0.015241271816194057, 0.0026639935094863176, 0.030715037137269974, -0.0025719646364450455, 0.014608372002840042, -0.0034195990301668644, 0.03128335624933243, 0.0027124297339469194, -0.013226323761045933, 0.016842897981405258, -0.005082576535642147, 0.0012254370376467705, 0.03805151581764221, 0.024179374799132347, 0.013407153077423573, -0.0021683291997760534, 0.036501556634902954, -0.00821478758007288, -0.011682822369039059, 0.010998256504535675, 0.020381972193717957, -0.004362491425126791, 0.003697300096973777, -0.00223936908878386, 0.011004715226590633, -0.019426163285970688, 0.027356792241334915, 0.008085624314844608, 0.002994974609464407, -0.026310568675398827, -0.01425963081419468, 0.004530403763055801, 0.0005876931245438755, 0.04388969764113426, 0.015267104841768742, -0.00039959902642294765, 0.004643421620130539, 0.0041526006534695625, -0.0012948623625561595, 0.0022425982169806957, 0.006406500935554504, 0.018212027847766876, -0.00480810459703207, 0.006270879413932562, -0.0057865167036652565, -0.6551163792610168, -0.01810869760811329, 0.012477177195250988, -0.04531049355864525, -0.014698785729706287, 0.01791495271027088, 0.005108409561216831, -0.0035971985198557377, -0.024631446227431297, 0.01414338406175375, -0.0026639935094863176, 0.040660612285137177, 0.027847612276673317, -0.0008912269258871675, -0.010003698989748955, -0.027640951797366142, 0.026762640103697777, -0.0145954554900527, 0.013639646582305431, 0.033246640115976334, -0.016442490741610527, -0.0058220368809998035, -0.019116172567009926, 0.011844276450574398, 0.02833843231201172, 0.010636599734425545, 0.009842244908213615, 0.02322356589138508, 0.022061094641685486, 0.0014999090926721692, -0.017811622470617294, -0.013639646582305431, 0.022926488891243935, 0.008311660028994083, 0.039523977786302567, 0.0007753835525363684, -0.004359262064099312, 0.008841229602694511, 0.02027864195406437, 0.03195500746369362, -0.01642957516014576, -0.026504313573241234, -0.013742977753281593, -0.01181198563426733, 0.0009477358544245362, 0.009725998155772686, 0.02882925420999527, 0.008150205947458744, 0.00846019759774208, 0.009642042219638824, -0.011773237027227879, 0.0076787592843174934, -0.002402437850832939, 0.015512514859437943, 0.016132498160004616, -0.011120961979031563, 0.005131012760102749, 0.021609023213386536, -0.017217470332980156, 0.013277989812195301, -0.008989767171442509, -0.0020876021590083838, 0.010178069584071636, -0.0017905265558511019, -0.015460849739611149, 0.01128887478262186, 0.002418583258986473, -0.017320802435278893, 0.004911435302346945, -0.04159059002995491, -0.01854785345494747, 0.021389445289969444, 0.006684201769530773, -0.01414338406175375, -0.009493504650890827, 0.016765398904681206, 0.0037295909132808447, -0.020149478688836098, -0.01097888220101595, 0.020756546407938004, -0.010223276913166046, -0.011986356228590012, -0.046550460159778595, -0.01493128016591072, 0.016326243057847023, -0.01910325512290001, -0.005977032706141472, -0.026271820068359375, 0.006664827466011047, -0.01901284046471119, 0.0054991282522678375, -0.012367388233542442, 0.0006978855817578733, -0.019064506515860558, 0.01396255474537611, 0.03177417814731598, 0.0136913126334548, -0.00725252041593194, -0.012709670700132847, -0.0184186901897192, -0.018664099276065826, -0.01135991420596838, -0.001168120768852532, 0.0021360383834689856, 0.029630066826939583, 0.027175962924957275, 0.005818807519972324, 0.006199839524924755, 0.022061094641685486, -0.0035519914235919714, 0.005741309840232134, 0.003416369901970029, -0.00712981540709734, -0.011017631739377975, -0.013458818197250366, -0.03399578481912613, 0.04737710580229759, 0.012328638695180416, -0.011676364578306675, -0.002171558327972889, -0.0026801389176398516, 0.038852326571941376, 0.03531325235962868, -0.026685142889618874, -0.013458818197250366, 0.00047830792027525604, -0.006968361325562, -0.010307232849299908, 0.005382881499826908, 0.0041526006534695625, 0.011676364578306675, 0.007336476817727089, 0.020343223586678505, -0.01289695780724287, 0.015628762543201447, -0.01764371059834957, -0.00041271717054769397, 0.003493867814540863, 0.021053621545433998, -0.016687901690602303, -0.010946591384708881, -0.0047628977335989475, -0.0041526006534695625, -0.023055652156472206, 2.653902629390359e-05, 0.0035067840944975615, -0.019451996311545372, -0.011708655394613743, -0.02702096663415432, 0.0033711628057062626, -0.0047112321481108665, -0.005127783864736557, -0.011598866432905197, -0.015680426731705666, -0.005989949218928814, -0.02362397126853466, 0.0074720983393490314, -0.005796204321086407, 0.0011721571208909154, -0.0036682384088635445, -0.018341191112995148, 0.016326243057847023, -0.0016710504423826933, -0.0049921623431146145, -0.01737246662378311, -0.02955256775021553, -0.006974819581955671, 0.010733472183346748, -0.00973245594650507, -0.008705607615411282, 0.00013632785703521222, -0.007439807523041964, -0.0026107137091457844, -0.015280021354556084, 0.012703212909400463, 0.0305083766579628, -0.016209997236728668, -0.006215984933078289, 0.009196428582072258, -0.0314900167286396, -0.012503009289503098, 0.016726650297641754, -0.009487045928835869, 0.00564443739131093, 0.029759230092167854, 0.013116535730659962, 0.015176690183579922, 0.020343223586678505, -0.0050438279286026955, 0.027046799659729004, -0.011799069121479988, 0.007937085814774036, 0.012173643335700035, 0.022112760692834854, 0.009267468005418777, 0.02457978017628193, -0.004940497223287821, -0.00267529534175992, 0.026452647522091866, 0.015473766252398491, 0.00019566225819289684, 0.003807088825851679, 0.0003973790444433689, -0.006716492585837841, 0.02443770132958889, -0.022732743993401527, -0.02118278481066227, -0.018341191112995148, -0.006619620136916637, 0.02235817164182663, 0.013019663281738758, -0.006164319347590208, -0.01729496940970421, -0.014233797788619995, 0.020511135458946228, 0.007452723570168018, -0.015848340466618538, 0.01425963081419468, -0.00031645013950765133, -0.027873445302248, -0.007665843237191439, -0.020033231005072594, 0.0170624740421772, 0.0224873349070549, -0.0413580946624279, 0.023520641028881073, 0.0013206949224695563, 0.004649879410862923, -0.013665479607880116, -0.026530146598815918, 0.007284811232239008, 0.016080833971500397, 0.020433638244867325, 0.0174757968634367, 0.011514910496771336, 0.016494156792759895, 0.015060443431138992, -0.004895289894193411, 0.027640951797366142, -0.009932659566402435, -0.014427542686462402, 0.0074333492666482925, 0.028209269046783447, -0.018844928592443466, 0.008201871067285538, 0.018302442505955696, 0.021518610417842865, -0.003493867814540863, 1.2714514923573006e-05, 0.024954354390501976, 0.01006828062236309, 0.017617877572774887, 0.005673498846590519, 0.004775813780725002, 0.035416584461927414, -0.004065415356308222, -0.002833520295098424, 0.03706987202167511, 0.03342746943235397, -0.00734293507412076, -0.005166532937437296, -0.008931643329560757, -0.013252156786620617, -0.00186641002073884, 0.03606240078806877, 0.02018822729587555, -0.00959037709981203, -0.015409184619784355, -0.007103982847183943, -0.0007991980528458953, 0.0026187864132225513, 0.009248093701899052, -0.05285363271832466, -0.007142731919884682, 0.020201142877340317, 0.003984688315540552, 0.00928038451820612, 0.021518610417842865, 0.011346997693181038, -0.005608917213976383, -0.019878234714269638, -0.007911253720521927, 0.01192823238670826, 0.03892982378602028, -0.0028028441593050957, -0.008395615965127945, -0.010759305208921432, 0.0017727665835991502, 0.005066431127488613, 0.024321453645825386, 0.0025299866683781147, 0.03598489984869957, 0.015370435081422329, -0.007220229599624872, -0.010423480533063412, 0.01602916792035103, 0.02217734232544899, -0.0009114086860790849, -0.014905447140336037, 0.021428195759654045, 0.02031739056110382, 0.004278535023331642, -0.003120908746495843, 0.010785137303173542, 0.018534936010837555, -0.0009009141940623522, -0.008066249080002308, -0.009693707339465618, 0.003958855755627155, -0.019271166995167732, 0.008589360862970352, -0.026943469420075417, -0.01651998981833458, 0.022074012085795403, -0.0030337234493345022, -0.021156951785087585, -0.012012189254164696, -0.006503373384475708, 0.008815396577119827, 0.007782089989632368, -0.006225672084838152, -0.00932559184730053, -0.047816261649131775, 0.024863939732313156, 0.0011414808686822653, 0.04639546573162079, -0.01774704083800316, 0.004255931358784437, -0.005783287808299065, -0.006974819581955671, -0.013458818197250366, -0.019981566816568375, -0.003056327113881707, -0.03303997963666916, -0.009642042219638824, -0.008511862717568874, 0.01493128016591072, 0.006722950842231512, -0.0013860838953405619, -0.005337674170732498, 0.00021998128795530647, -0.0430113859474659, 0.005369964987039566, -0.025044769048690796, -0.015150858089327812, -0.003926564939320087, 0.02212567627429962, 0.03167084604501724, 0.005744538735598326, 0.022784410044550896, 0.007039401214569807, 0.014362961053848267, 0.025690585374832153, -0.030534209683537483, 0.007652926724404097, 0.017165806144475937, 0.008615193888545036, 0.01655873842537403, -0.012703212909400463, 0.03130919113755226, 0.007969376631081104, -0.0025251428596675396, -0.0021102058235555887, 0.00028456293512135744, 0.004695086739957333, -0.004068644717335701, 0.012231766246259212, 0.0017404757672920823, 0.006567955017089844, 0.004162288270890713, 0.019761988893151283, -0.01959407515823841, 0.014246714301407337, 0.013420069590210915, -0.002957839984446764, 0.0071685644797980785, 0.004359262064099312, 0.0010599464876577258, 0.014892530627548695, 0.003803859930485487, 0.01249009370803833, -0.013768809847533703, 0.0006187730468809605, -0.03942064568400383, -0.0331433080136776, -0.019335748627781868, 0.00882831308990717, -0.012386762537062168, -0.00675524165853858, 0.002171558327972889, -0.0069425287656486034, 0.0021053622476756573, -0.0029190911445766687, 0.0006034349207766354, 4.101944432477467e-05, -0.014944196678698063, -0.012871124781668186, -0.007355851121246815, 0.019968649372458458, -0.009351424872875214, 0.030663372948765755, -0.013064869679510593, 0.002833520295098424, -0.0002260358160128817, -0.026504313573241234, -0.03407328575849533, 0.007317102048546076, -0.0154995983466506, -0.0291909109801054, -0.016003334894776344, 0.01226405706256628, -0.013988387770950794, 0.005030911415815353, 0.02588433027267456, 0.009629125706851482, -0.008537695743143559, 0.0052408017218112946, -0.01628749445080757, 0.004213953390717506, 0.011676364578306675, 0.0273826252669096, 0.023365644738078117, -0.006500144023448229, -0.0005085805896669626, 0.002660764381289482, 0.014776283875107765, 0.005143929272890091, 0.007265436928719282, 0.02208692766726017, 0.014970028772950172, -0.002823833143338561, 0.018134530633687973, -0.007594803348183632, -0.012419053353369236, 0.020059064030647278, -0.013194032944738865, 0.008996224962174892, 0.010391189716756344, 0.0019083881052210927, -0.00451425788924098, 0.013051954098045826, 0.0032016357872635126, -0.047402940690517426, 0.008892894722521305, -0.00982287060469389, -0.01128887478262186, 0.027124296873807907, 0.002029478782787919, -0.0322391651570797, 0.0009485431364737451, 0.01783745549619198, -0.021260282024741173, 0.008518321439623833, -0.023184817284345627, -0.007323560304939747, 0.011495535261929035, -0.018276609480381012, -0.028700090944767, -0.018483271822333336, 0.0035810531117022038, 0.0007176637300290167, 0.018896594643592834, -0.0022199945524334908, 0.012373846024274826, 0.012567590922117233, -0.015912922099232674, 0.016817064955830574, -0.02678847312927246, -0.008899352513253689, -0.029630066826939583, -0.025509756058454514, 0.011669905856251717, 0.034383274614810944, 0.052569471299648285, 0.005744538735598326, 0.009183512069284916, -0.004675712436437607, 0.005589542910456657, 0.0157450083643198, 0.0019422934856265783, -0.00836978293955326, -0.015396268106997013, 0.03973063826560974, 0.003049868857488036, 0.02823510207235813, 0.0029061748646199703, 0.009403089992702007, 0.012477177195250988, 0.00402666674926877, 0.008892894722521305, -0.01673956587910652, 0.016209997236728668, -0.009771205484867096, 0.0031241378746926785, 0.023158984258770943, 0.0038619833067059517, 0.01438879407942295, -0.010171611793339252, -0.0002678120799828321, -0.01504752691835165, -0.018793262541294098, 0.023546474054455757, -0.024644361808896065, -0.046860452741384506, -0.00427530612796545, 0.014220882207155228, -0.00015227144467644393, 0.018522020429372787, -0.03381495922803879, -0.021118203178048134, 0.026000576093792915, -0.005024453159421682, 0.025186847895383835, 0.00887352041900158, 0.03350496664643288, -0.001843806472606957, 0.007943544536828995, -0.021686522290110588, 0.010029532015323639, -0.018625350669026375, -0.02049821987748146, -0.009196428582072258, -0.012393220327794552, 0.020614465698599815, 0.013910889625549316, 0.04285639151930809, 0.007704592309892178, -0.008589360862970352, -0.01666206866502762, 0.024450616911053658, -0.007330018561333418, 0.03334996849298477, -0.0013949639396741986, 0.0041429135017097, -0.00862165167927742, -0.030224217101931572, -0.026142656803131104, -0.03479659929871559, 0.015809589996933937, 0.01570625975728035, 0.006377439014613628, -0.004065415356308222, -0.01783745549619198, -0.020420720800757408, -0.0031854903791099787, -0.005066431127488613, 0.02584558166563511, -0.007911253720521927, 0.025923078879714012, 0.002186089288443327, 0.005508815869688988, -0.04112560302019119, -0.009151221252977848, 0.015176690183579922, -0.0010058593470603228, 0.006264421157538891, 0.0012956695863977075, 0.016997892409563065, 0.00034813550882972777, 0.023210648447275162, -0.01854785345494747, -0.01110804546624422, -0.024063127115368843, -0.0024960811715573072, -0.0017130285268649459, -0.01006828062236309, -0.009635583497583866, 0.0016072761500254273, -0.033556632697582245, -0.012477177195250988, -0.016042085364460945, 0.005092264153063297, -0.0002692248090170324, -0.009131846949458122, -0.03619156405329704, 0.006296711973845959, -0.0017695375718176365, 0.039033155888319016, -0.0009743758128024638, -0.00044157711090520024, 0.0028109168633818626, 0.004653108771890402, -0.03303997963666916, -0.008854146115481853, 0.010378273203969002, 0.039988964796066284, -0.02932007424533367, 0.008912269026041031, 0.009183512069284916, 0.030379213392734528, -0.013071328401565552, -0.01619707979261875, 0.014892530627548695, 0.02720179595053196, 0.004320512991398573, -0.01610666699707508, -0.014156300574541092, 0.022978154942393303, 0.02000739797949791, 0.005114867351949215, -0.0044690510258078575, -0.02823510207235813, -0.025044769048690796, -0.005124554969370365, 0.01810869760811329, 0.005153616424649954, -0.0044625927694141865, -0.027305126190185547, -0.007045859005302191, -7.825480861356482e-05, -0.009880994446575642, -0.009396631270647049, -0.0013029350666329265, -0.010720555670559406, 0.015732092782855034, 0.007181480526924133, -0.0011745789088308811, 0.019258251413702965, 0.004866227973252535, 0.008653942495584488, -0.012793626636266708, 0.013768809847533703, -0.02864842489361763, 0.03128335624933243, -0.023236481472849846, 0.003409911645576358, -0.04574964940547943, 0.010307232849299908, -0.00477258488535881, -0.02185443416237831, 0.005153616424649954, -0.023869382217526436, -0.02031739056110382, -0.012050937861204147, 0.0368373803794384, 0.0010236193193122745, 0.0017146430909633636, 0.0033711628057062626, 0.03784485161304474, -0.02769261598587036, 0.018715765327215195, -0.007801464758813381, -0.010584934614598751, 0.02978506125509739, -0.02385646477341652, 0.01502169482409954, -0.011379288509488106, -0.013064869679510593, -0.012464260682463646, -0.0269693024456501, -0.007013568188995123, 0.007788548246026039, -0.029655897989869118, -0.017230387777090073, 0.021299032494425774, 0.010778679512441158, -0.022254839539527893, 0.033375803381204605, 0.010888468474149704, -0.015693344175815582, 0.005696102511137724, 0.0180053673684597, -0.010165153071284294, -0.03719903528690338, -0.015783758834004402, 0.0005461186519823968, 0.014543790370225906, 0.008143747225403786, -0.012703212909400463, -0.01226405706256628, -0.03823234513401985, -0.014195049181580544, -0.049805376678705215, 0.0009445067844353616, 0.02268107980489731, 0.014311295934021473, -0.0050276825204491615, -0.02846759557723999, -0.01230926439166069, -0.013097160495817661, -0.029940057545900345, -0.034512437880039215, -0.0060868216678500175, 0.006490456871688366, 0.02266816236078739, 0.017320802435278893, -0.008854146115481853, 0.03567491099238396, 0.014569622464478016, 0.016313327476382256, -0.045103833079338074, 0.006083592306822538, 0.0098680779337883, -0.009499962441623211, 0.005357048939913511, 0.01371714472770691, -0.020381972193717957, 0.011256583966314793, 0.01823786087334156, -0.007336476817727089, 0.009693707339465618, -0.003335642861202359, -0.020756546407938004, -0.017772873863577843, -0.0024250412825495005, 0.005970574449747801, -0.018522020429372787, 0.003367933677509427, 0.021983597427606583, -0.019439080730080605, -0.010016615502536297, 0.02095029130578041, -0.010488062165677547, -0.02539350837469101, -0.0009848703630268574, -0.0021344239357858896, -0.02689180336892605, 0.0019132316811010242, -0.0023217108100652695, -0.01371714472770691, -0.025690585374832153, -0.014104634523391724, 0.02308148518204689, 0.034150782972574234, 0.004591756034642458, 0.04182308539748192, 0.008143747225403786, -0.0071685644797980785, -0.0019955732859671116, 0.012012189254164696, -0.018987009301781654, -1.7230186131200753e-05, -0.010475145652890205, 0.0032145523000508547, 0.020149478688836098, -0.018857844173908234, -0.00592859648168087, -0.01185719296336174, 0.0018954717088490725, -0.008479571901261806, -0.0027269606944173574, -0.013458818197250366, -0.012593423947691917, 0.004708003252744675, -0.0296042338013649, -0.02009781263768673, -0.0017727665835991502, -0.008815396577119827, -0.0057251644320786, -0.003975001163780689, 0.0008492488414049149, 0.00617723586037755, -0.004795188549906015, -0.01583542302250862, -0.00803395826369524, -0.03727653622627258, -0.02293940633535385, 0.0009065650519914925, 0.0010986955603584647, 0.02452811412513256, 0.19808487594127655, -0.006832739803940058, 0.0057639130391180515, 0.026220154017210007, 0.0063386899419128895, -0.009202886372804642, 0.015564179979264736, 0.010339523665606976, -0.02109237015247345, 0.015383351594209671, -0.013265073299407959, 0.03619156405329704, 0.004594985395669937, 0.000629671209026128, 0.005411943420767784, -0.025277262553572655, -0.03167084604501724, -0.006781074218451977, -0.023998545482754707, -0.008434364572167397, -0.0011382517404854298, 0.005670269951224327, -0.018302442505955696, -0.03528742119669914, 0.017449965700507164, -0.03218749910593033, 0.006028698291629553, 0.008092082105576992, 0.017437048256397247, 0.01181198563426733, -0.026633476838469505, -0.018767431378364563, 0.007924170233309269, -0.002310408977791667, -0.01847035437822342, -0.00812437292188406, 0.00273826252669096, -0.007349392864853144, 0.008912269026041031, 0.012683838605880737, 0.013432985171675682, -0.02434728667140007, -0.006729409098625183, -0.013090702705085278, 0.010533268563449383, 0.013497566804289818, -0.0028189895674586296, 0.013936722651124, 0.01244488637894392, 0.008356867358088493, -0.0296042338013649, -0.01778578944504261, 0.031025029718875885, 0.01396255474537611, 0.01801828294992447, 0.0013441058108583093, 0.02593599446117878, 0.00207145675085485, 0.002481550443917513, 0.013168200850486755, -0.01095305010676384, 0.025961827486753464, -0.019348666071891785, -0.014027136377990246, 0.013639646582305431, 0.0085506122559309, -0.024915605783462524, -0.01371714472770691, 0.013730061240494251, -0.02566475234925747, -0.005098721943795681, -0.0055217319168150425, -0.0002831502351909876, 0.016261661425232887, -0.00011463245027698576, -0.012858209200203419, 0.016494156792759895, 0.029268408194184303, -0.015228355303406715, 0.03967897221446037, -0.012767794542014599, -0.018987009301781654, 0.015396268106997013, -0.0057800584472715855, -0.001539465389214456, -0.030973365530371666, 0.02647848054766655, -0.00410739379003644, -0.017863286659121513, 0.0009057577699422836, -0.004843624774366617, -0.002373376162722707, -0.0022587436251342297, 0.005899534560739994, 0.007665843237191439, 0.025561422109603882, -0.002933621872216463, 0.02239692024886608, -0.012050937861204147, -0.0018066719640046358, -0.03221333399415016, 0.020614465698599815, 0.005925367586314678, 0.006212756037712097, -0.03567491099238396, -0.03200666978955269, -0.009157679975032806, -0.01192823238670826, 0.005876931361854076, -0.024928521364927292, -0.010617225430905819, -0.026633476838469505, 0.010856177657842636, -0.009538711048662663, 0.014492124319076538, 0.006729409098625183, 0.019632825627923012, -0.03353079780936241, 0.005450692027807236, -0.025742249563336372, 0.00791771151125431, -0.03347913175821304, -0.003593969391658902, 0.010281400755047798, 0.020511135458946228, 0.00011604517203522846, -0.004094477277249098, -0.004149371758103371, 0.011469703167676926, -0.015512514859437943, 0.0071168988943099976, -0.007704592309892178, -0.004543319810181856, -0.023430226370692253, -0.029475070536136627, -0.005615375470370054, 0.010287858545780182, 0.005683185998350382, 0.0014191820519044995, 0.003064399817958474, -0.002350772498175502, -0.013885057531297207, 0.004827479366213083, -0.013116535730659962, -0.00708460807800293, -0.011824902147054672, 0.024954354390501976, 0.002552590100094676, -0.02131194807589054, -0.027821779251098633, -0.036088231950998306, -0.006884404923766851, 0.014453375712037086, -0.013794642873108387, -0.010165153071284294, -0.03226499632000923, 0.005063202232122421, -0.05450692027807236, -0.008970392867922783, 0.0037295909132808447, -0.04182308539748192, -0.008589360862970352, 0.02208692766726017, -0.015422101132571697, -0.038309842348098755, -0.020666131749749184, -0.16253912448883057, 0.018354108557105064, 0.003361475421115756, -0.03125752508640289, 0.004520716145634651, 0.015693344175815582, 0.016403742134571075, 0.015861256048083305, 0.00975183118134737, -0.029216744005680084, 0.015292936936020851, -0.02295232191681862, -0.024360202252864838, 0.02040780521929264, -0.025367677211761475, -0.01201864704489708, -0.013949639163911343, -0.00800812616944313, 0.02864842489361763, 0.012360929511487484, 0.013181117363274097, -0.04629213362932205, 0.011456786654889584, -0.00029525929130613804, -0.005411943420767784, 0.020381972193717957, 0.013859224505722523, -0.015125025063753128, -0.024773525074124336, -0.021169869229197502, -0.02769261598587036, 0.002483164891600609, 0.008602277375757694, 0.007142731919884682, 0.009099556133151054, 0.013613814488053322, 0.021738186478614807, 0.010307232849299908, -0.0114503288641572, -0.010333065874874592, 0.006435562390834093, 0.0026026410050690174, -0.014750451780855656, 0.011773237027227879, 0.012813001871109009, 0.007866046391427517, -0.0035778239835053682, 0.0047402940690517426, 0.015783758834004402, -0.030947532504796982, 0.0014490510802716017, -0.050399526953697205, 0.005689644254744053, 0.019219502806663513, 0.023107318207621574, -0.009261010214686394, -0.028080105781555176, 0.008569986559450626, 0.006722950842231512, 0.006716492585837841, -0.014285463839769363, -0.02901008166372776, 0.013988387770950794, 0.016778316348791122, 0.007956461049616337, -0.005140700377523899, -0.0036779255606234074, -0.00862165167927742, -0.03497742861509323, -0.006035156082361937, -0.004304367583245039, -0.00040807537152431905, -0.01185719296336174, -0.006048072595149279, -0.014918363653123379, 0.02295232191681862, -0.022874824702739716, 0.020834043622016907, 0.0027124297339469194, 0.011831359937787056, 0.0005186714697629213, 0.019297000020742416, -0.006383897271007299, 0.0229006577283144, -0.004520716145634651, 0.014569622464478016, 0.013239240273833275, -0.014324212446808815, 0.0170624740421772, -0.019581159576773643, -0.004262389615178108, -0.03164501488208771, -0.017307884991168976, -0.01228343229740858, 0.0009009141940623522, -0.0023701470345258713, 0.0071556479670107365, -0.0007592381443828344, -0.003526158630847931, 0.004343116655945778, -0.002998203504830599, 0.002831905847415328, -0.017398299649357796, 0.01919366978108883, 0.03105086274445057, 0.016907479614019394, -0.003096690634265542, 0.012141352519392967, 0.0547652505338192, -0.010940133593976498, 0.0009767976589500904, 0.003765110857784748, 0.006729409098625183, 5.792167576146312e-05, 0.02402437850832939, 0.027899278327822685, -0.02774428203701973, -0.0287775881588459, 0.01923241838812828, -0.00171141407918185, 0.06452999264001846, -0.017165806144475937, -0.010242651216685772, 0.019154921174049377, 0.012373846024274826, 0.010178069584071636, -0.0878310576081276, -0.03936897963285446, 0.010397647507488728, 0.021557359024882317, 0.005418401211500168, 0.018857844173908234, -0.015008778311312199, 0.05548856407403946, -0.012134893797338009, 0.0171012245118618, -0.016261661425232887, -0.028855085372924805, 0.007142731919884682, -0.0145954554900527, 0.0161583311855793, 0.02530309557914734, -0.010165153071284294, 0.020795295014977455, -0.00862165167927742, 0.03802568092942238, -0.008854146115481853, 0.005576626397669315, -0.00875727366656065, -0.02769261598587036, 0.00878310576081276, 0.0023152525536715984, -0.029655897989869118, 0.0136913126334548, 0.02076946198940277, 0.013730061240494251, 0.008660401217639446, -0.025651834905147552, 0.02986256033182144, -0.00024944666074588895, -0.01565459556877613, 0.006832739803940058, -0.03458993881940842, -0.014608372002840042, 0.042107243090867996, -0.019271166995167732, 0.018534936010837555, 0.01095305010676384, 0.011004715226590633, -0.03448660671710968, 0.015912922099232674, -0.009099556133151054, -0.019619908183813095, 0.03492576256394386, 0.010901384055614471, -0.007013568188995123, -0.011753862723708153, -0.002846436807885766, 0.0011729644611477852, -0.002806073287501931, 0.03347913175821304, 0.0058478694409132, 0.012412595562636852, 0.018522020429372787, -0.013077786192297935, -0.0029126328881829977, -0.00588338915258646, -0.011346997693181038, 0.0018308900762349367, -0.00027608659001998603, 0.012335097417235374, 0.009596834890544415, -0.00543131772428751, -0.019839486107230186, 0.009364340454339981, -0.039523977786302567, -0.03167084604501724, 0.025806831195950508, -0.012386762537062168, 0.013006746768951416, -0.001058331923559308, -0.02629765309393406, -0.018883677199482918, -0.001625843346118927, 0.015215439721941948, -0.020110730081796646, 0.00042381713865324855, 0.0020730714313685894, -0.03474493324756622, 0.001805057399906218, 0.02172527089715004, -0.0039459397085011005, -0.014453375712037086, 0.018069949001073837, 0.029035914689302444, -0.04773876443505287, 0.004569152370095253, 0.012877583503723145, -0.005353819578886032, -0.004582068882882595, 0.006839198060333729, 0.009687249548733234, -0.01923241838812828, 0.021751103922724724, 0.0071621062234044075, -0.017617877572774887, -0.03267832100391388, -0.014737535268068314, -0.03916231915354729, 0.0193228330463171, 0.0011447099968791008, -0.011366371996700764, 0.027770115062594414, 0.015770841389894485, -0.010132862254977226, -0.018896594643592834, 0.006735867355018854, 0.023921046406030655, -0.012251141481101513, 0.0229006577283144, -0.0014425928238779306, -0.003019192721694708, -0.019878234714269638, -0.0015233199810609221, 0.0161583311855793, 0.002982058096677065, 0.017488714307546616, 0.006358064711093903, -0.0019632824696600437, -0.022474417462944984, 0.013051954098045826, -0.0016678214306011796, -0.018444523215293884, 0.009170595556497574, 0.0052569471299648285, 0.00680044898763299, -0.0130132045596838, -0.008466655388474464, 0.017230387777090073, -0.015848340466618538, 0.032419994473457336, 0.034099116921424866, 0.012231766246259212, -0.012231766246259212, 0.023778967559337616, 0.021686522290110588, 0.040169794112443924, -0.0023071798495948315, -0.009054348804056644, -0.032704152166843414, 0.011385747231543064, -0.01850910484790802, -0.0291909109801054, -0.014582538977265358, -0.006448478903621435, 0.02371438592672348, 0.006377439014613628, 0.007633552420884371, 0.04520716145634651, 0.007220229599624872, -0.0031338250264525414, -0.013562148436903954, -0.03014671988785267, -0.03916231915354729, 0.01919366978108883, 0.02720179595053196, -0.01637790910899639, -0.0032985082361847162, 0.04223640635609627, 0.0013739748392254114, 0.006403271574527025, -0.0019309916533529758, -0.013071328401565552, -0.01854785345494747, -0.0010849719401448965, -0.0060674468986690044, 0.01814744621515274, -0.030560042709112167, -0.01090784277766943, -0.007646468468010426, -0.0037231326568871737, 0.0032016357872635126, -0.0007120128138922155, 0.006651910953223705, -0.0029223202727735043, -0.016532905399799347, 0.0022216092329472303, 0.026865970343351364, 0.02606515772640705, 0.00019818497821688652, -0.010268484242260456, -0.0005013151676394045, 0.04339887574315071, 0.03859400004148483, -0.002970756497234106, 0.016855813562870026, 0.0038006308022886515, 0.0023766050580888987, -0.032652486115694046, 0.00966141652315855, -0.009932659566402435, -0.003070858074352145, 0.008557070046663284, 0.006309628486633301, -0.012716129422187805, 0.013730061240494251, 0.03551991283893585, -0.004233327694237232, 0.013562148436903954, -0.005344132427126169, 0.007136273663491011, -0.0022361399605870247, -0.02199651300907135, -0.01715288870036602, -0.037044040858745575, -0.014672953635454178, 0.0034874097909778357, 0.01787620410323143, 0.023249398916959763, -0.006806907244026661, -0.029707564041018486, 0.011753862723708153, -0.010481603443622589, 0.010262025520205498, 0.0012948623625561595, 0.0008613578975200653, -0.003438973566517234, 0.010636599734425545, 0.0037618817295879126, 0.013239240273833275, 0.01135991420596838, -0.01701080985367298, 0.040118128061294556, 0.027098465710878372, -0.023184817284345627, -0.004850082565099001, 0.0019810425583273172, 0.004614359699189663, -0.020717797800898552, 0.012464260682463646, 0.006041614338755608, -0.03118002600967884, -0.010675348341464996, 0.0016871958505362272, -0.017850371077656746, 0.015900004655122757, 0.0076787592843174934, 0.06329002976417542, 0.01260634046047926, -0.006742325611412525, 0.01977490447461605, 0.03187750652432442, 0.016261661425232887, 0.026685142889618874, 0.01637790910899639, 0.008847687393426895, -0.003958855755627155, 0.029294241219758987, 0.00013874965952709317, -0.005479753948748112, 0.0026107137091457844, -0.006358064711093903, 0.012825917452573776, 0.005718706175684929, 0.02950090356171131, -0.012406136840581894, 0.00539579801261425, -0.021156951785087585, 0.0152541883289814, 0.029035914689302444, 0.009984324686229229, -0.014543790370225906, -0.007026484701782465, 0.019167836755514145, 0.015150858089327812, 0.0027834696229547262, -0.03694070875644684, -0.0019213043851777911, -0.0073816836811602116, -0.03515825793147087, -0.013859224505722523, -0.012916332110762596, -0.015228355303406715, -0.018496187403798103, -0.00485331192612648, 0.0002708393440116197, -0.013290906324982643, -0.025471007451415062, -0.0012197861215099692, -0.024205205962061882, -0.026995133608579636, 0.007975835353136063, 0.01670081727206707, 0.012722587212920189, -0.0034260570537298918, -0.021712355315685272], \"0e98ebcf-156a-4af6-8c79-c87cda9fa48d\": [-0.009194252081215382, -0.007095186971127987, 0.02012326754629612, -0.018582796677947044, -0.018444016575813293, 0.013864237815141678, -0.036388419568538666, -0.024328337982296944, -0.016279030591249466, -0.01726437546312809, 0.027964403852820396, 0.015279805287718773, -0.0018319112714380026, -0.02271847613155842, 0.019165677949786186, -0.003372382139787078, -0.010755539871752262, 0.0029508343432098627, 0.013739334419369698, -0.01704232580959797, -0.023814847692847252, 0.004028123337775469, -0.009936731308698654, -0.010998406447470188, -0.01028368342667818, -0.013073185458779335, 0.03472304716706276, -0.033557284623384476, -0.015279805287718773, -0.00995754823088646, 0.0038303600158542395, -0.013309112749993801, -0.009881218895316124, -0.024716924875974655, -0.006165353115648031, -0.006016163155436516, -0.01998448744416237, -0.02925506792962551, 0.03180864080786705, -0.04057960957288742, 0.019276702776551247, 0.009541205130517483, -0.0049163224175572395, 0.013593614101409912, -0.003604840487241745, 0.00884729903191328, 0.004555491730570793, -0.018860358744859695, -0.000512189231812954, 0.006852319929748774, 0.001323625328950584, 0.02889423817396164, -0.05195966735482216, 0.0010269805788993835, 0.009464874863624573, 0.007081308402121067, 0.008868115954101086, 0.005006530322134495, -0.01450263150036335, -0.021316785365343094, 0.019457118585705757, -0.018152575939893723, -0.020914319902658463, 0.0038581162225455046, -0.02066451497375965, 0.005558185279369354, -0.010887381620705128, 0.0073900967836380005, 0.006585165858268738, -0.008361564949154854, 0.026701495051383972, 0.007709293160587549, -0.004430588334798813, -0.022316010668873787, -0.004156495910137892, -0.01175476424396038, 0.0005655332352034748, 0.0009688659920357168, 0.01313563622534275, -0.00011547026224434376, 0.033168695867061615, -0.0013340339064598083, 0.006699660327285528, 0.04282786697149277, 0.03191966563463211, 0.0010183067061007023, 0.018097063526511192, -0.0021996814757585526, -0.022066203877329826, -0.01285113487392664, -0.0027409279718995094, 0.02856116183102131, 0.016376176849007607, 0.0028380746953189373, 0.014127922244369984, 0.039025261998176575, 0.009631412103772163, 0.03491733968257904, 0.012400096282362938, -0.03547246381640434, -0.015307561494410038, -0.030504098162055016, -0.0056518628261983395, -0.012781744822859764, -0.023925872519612312, -0.016237394884228706, 0.02292664721608162, 0.006085553672164679, 0.01748642511665821, 0.0013002059422433376, -0.021455567330121994, 0.010748600587248802, 0.007299888879060745, -0.03383484482765198, -0.0032873786985874176, -0.0038581162225455046, 0.011178822256624699, -0.014683046378195286, -0.012906648218631744, -0.030393073335289955, 0.018166454508900642, 0.029837949201464653, 0.0011501488042995334, -0.02344013750553131, -0.003958732355386019, -0.0006722212419845164, -0.013635248877108097, -0.008097880519926548, 0.0179305262863636, -0.007813379168510437, 0.035167146474123, 0.004125270061194897, 0.018513405695557594, -0.003502489533275366, 0.004732437431812286, 0.008916689082980156, 0.013295235112309456, -0.009270581416785717, -0.027506425976753235, -0.03691578656435013, 0.013898933306336403, 0.04854565113782883, -0.018888115882873535, 0.006109840702265501, 0.0034140164498239756, 0.006831502541899681, -0.011380054987967014, 0.011942118406295776, -0.005835747811943293, -0.01787501387298107, -0.007112534251064062, 0.007889708504080772, 0.005311849061399698, 0.0017616533441469073, 0.007778684142976999, 0.045325927436351776, 0.010373891331255436, -0.016903545707464218, -0.00883342046290636, -0.0170284491032362, 0.009062409400939941, 0.030587367713451385, 0.015710027888417244, -0.00844483356922865, 0.019706925377249718, 0.03153108060359955, 0.012323766946792603, -0.01705620437860489, 0.014093226753175259, -0.0016627717996016145, 0.016473323106765747, -0.018194209784269333, 0.0005455834325402975, -0.00028233291232027113, 0.006477610673755407, 0.02263520658016205, -0.0042258864268660545, 0.021136369556188583, -0.002449487568810582, -0.028214208781719208, -0.022107837721705437, 0.0026888849679380655, 0.03849789500236511, 0.04402138292789459, -0.007889708504080772, -0.009853462688624859, -0.004940609447658062, -0.01001999992877245, 0.015682270750403404, -0.005402056500315666, 0.01697293482720852, -0.0005343074444681406, 0.011782520450651646, 0.003764438908547163, -0.6421681642532349, -0.024161798879504204, 0.006165353115648031, 0.0001973294565686956, -0.0011119840200990438, 0.03155883401632309, 0.0018267070408910513, 0.0052355192601680756, -0.0089652631431818, 0.023884236812591553, 0.016223518177866936, 0.02853340655565262, 0.012004570104181767, 0.013565857894718647, -0.024938974529504776, -0.011331481859087944, -0.0008305184892378747, 0.004236294887959957, -0.00011666290811263025, 0.003453916171565652, -0.036194127053022385, -0.02072002738714218, 0.0012542346958070993, 0.027131715789437294, 0.001003561308607459, 0.0036777006462216377, 0.033501770347356796, -0.000707350205630064, -0.0017781335627660155, -0.01762520708143711, -0.016181882470846176, -0.011900484561920166, 0.0059328945353627205, -0.0015135819558054209, 0.0413290299475193, -0.005402056500315666, -0.022093961015343666, 0.00015667091065552086, 0.004402832128107548, 0.01013796404004097, -0.009791010990738869, -0.03525041416287422, 0.04069063439965248, -0.004999591037631035, 0.0059675900265574455, 0.009305276907980442, 0.028144819661974907, -0.003972610458731651, -0.014072409830987453, -0.019679168239235878, -0.0037817866541445255, 0.0014615390682592988, 0.012240498326718807, 0.012337644584476948, -0.021566592156887054, 0.015113268047571182, 0.03266908600926399, -0.008646066300570965, 0.018541162833571434, -0.01772235333919525, -0.014572021551430225, 0.029726924374699593, -0.010471038520336151, -0.0033567692153155804, -0.03708232566714287, 0.0027166411746293306, -0.022551938891410828, -0.016778642311692238, 0.04116249084472656, -0.01775011047720909, -0.001725223264656961, 0.007695415057241917, -0.004999591037631035, -0.013815664686262608, 0.015404708683490753, 0.005693497136235237, 0.011310664005577564, -0.0031989056151360273, -0.009464874863624573, 0.02031756192445755, -0.015612880699336529, 0.0015135819558054209, -0.012302950024604797, -0.0059641203843057156, 0.024161798879504204, -0.0022534590680152178, -0.04124576225876808, -0.02919955551624298, -0.0011275969445705414, -0.005107146687805653, -0.012080899439752102, -0.01430833712220192, -0.026784762740135193, -0.030059998854994774, 0.019151799380779266, 0.013600553385913372, 0.0019325276371091604, -0.0026784762740135193, -0.001793746487237513, -0.011046980507671833, -0.001609861385077238, -0.02362055331468582, -0.02856116183102131, 0.02299603819847107, 0.036443933844566345, 0.005502672865986824, -0.002291623968631029, -0.002645515836775303, 0.02631290815770626, 0.0036985178012400866, 0.00890975072979927, -0.004395893309265375, -0.014211190864443779, -0.0038060732185840607, -0.024925095960497856, -0.036110859364271164, 0.02335686981678009, 0.01430833712220192, 0.005579002667218447, -0.018943628296256065, 0.024397727102041245, 0.009756315499544144, 0.011123309843242168, -0.027631329372525215, 0.009832644835114479, -0.008312991820275784, 0.024564264342188835, -0.01738927885890007, -0.00861137080937624, -0.007181924767792225, 0.016209639608860016, -0.011178822256624699, 0.044909581542015076, -0.013413199223577976, 0.018374625593423843, -0.007827257737517357, 0.0007758734282106161, 0.0004987447755411267, 0.018430138006806374, -0.021469445899128914, -0.01430833712220192, 0.016695372760295868, -0.0017521121772006154, -0.004489570390433073, 0.0015855747042223811, -0.02262132801115513, -0.03791501373052597, 0.006383933126926422, -0.00027214118745177984, 0.007702354341745377, -0.0030757375061511993, 0.0062173958867788315, -0.0128580741584301, 0.01765296421945095, -0.0022170289885252714, -0.0029057306237518787, 0.011074736714363098, -0.025438586249947548, 0.005728192161768675, -0.03302991762757301, 0.004493040032684803, 0.02303767204284668, -0.009055471047759056, -0.01022817101329565, 0.0034851417876780033, -0.0047567239962518215, 0.0014190373476594687, 0.019304459914565086, -0.010887381620705128, -0.012684597633779049, -0.010526550933718681, -0.013191149570047855, -0.016750885173678398, -0.022329889237880707, -0.0003907557111233473, 0.0008864646661095321, -0.02070614881813526, -0.018707700073719025, 0.016723129898309708, 0.009437118656933308, 0.009596717543900013, 0.022496426478028297, 0.01459977775812149, 0.005624106619507074, 0.030282048508524895, 0.033390745520591736, 0.01293440442532301, 0.022579694166779518, -0.009832644835114479, 0.0343344584107399, -0.001183976768516004, 0.039802435785532, 0.0038858724292367697, 0.010318378917872906, 0.013364625163376331, 0.024592021480202675, -0.0014606716576963663, 0.0025414300616830587, 0.018291356042027473, -0.014183434657752514, 0.028047671541571617, 0.02632678672671318, 0.017833378165960312, -0.027478668838739395, 0.005433282349258661, -0.039164043962955475, -0.0027478670235723257, -0.006678843405097723, 0.019137922674417496, -0.003355034627020359, 0.01153271459043026, -0.019582021981477737, -0.021705374121665955, -0.011602104641497135, -0.0035163676366209984, 0.01733376644551754, -0.016709251329302788, 0.012601329013705254, -0.002022735308855772, -0.02281562238931656, 0.005436751991510391, -0.016070857644081116, 0.014780193567276001, 0.014863462187349796, -0.03738764300942421, 0.007938282564282417, 0.022496426478028297, 0.02897750586271286, 0.011733947321772575, 0.006918240804225206, -0.008139515295624733, 0.025133267045021057, 0.016820276156067848, 0.00018507768982090056, 0.016834154725074768, -0.005183476489037275, 0.021511079743504524, -0.018069306388497353, 0.018915871158242226, -0.015335317701101303, -0.010491855442523956, 0.02892199344933033, 0.021386176347732544, -0.02066451497375965, 0.010949833318591118, 0.013843420892953873, 0.033474016934633255, 0.013420138508081436, -0.010089389979839325, -0.007917464710772038, -0.0011284643551334739, 0.026729250326752663, -0.010838808491826057, 0.001751244766637683, 0.028144819661974907, -0.009714680723845959, 0.0016185352578759193, 0.029726924374699593, 0.012184985913336277, 0.019734680652618408, 0.007053552195429802, -0.004787949845194817, 0.006154944188892841, 0.0144332405179739, 0.02023429237306118, -0.0031052285339683294, -0.02917180024087429, -0.006765581667423248, -0.015182659029960632, 0.009520387277007103, -0.0018544632475823164, -0.0006453323876485229, -0.019262824207544327, 0.004218947142362595, -0.0007572246831841767, 0.005506142508238554, 0.01279562246054411, 0.010540428571403027, 0.004437527619302273, -0.0019585490226745605, -0.022579694166779518, -0.019026895985007286, 0.019734680652618408, 0.021996812894940376, -0.00861137080937624, 0.001362657523714006, 0.008333808742463589, 0.024522630497813225, -0.008104819804430008, -0.011164944618940353, -0.005669210106134415, 0.026590470224618912, 0.008354625664651394, -0.027783988043665886, -0.024397727102041245, 0.018027672544121742, 0.03139229863882065, -0.0172366201877594, -0.00856973696500063, -0.007709293160587549, -0.022329889237880707, 0.022149473428726196, -0.011102492921054363, 0.014044653624296188, 0.021774763241410255, 0.00287797418422997, 0.01715335063636303, 0.0038303600158542395, -0.0012767866719514132, -0.0006496693240478635, 0.0058149304240942, -0.006085553672164679, 0.004288337659090757, 0.009881218895316124, -0.0020921260584145784, 0.012358462437987328, -0.00027929709176532924, -0.014516509138047695, 0.036221884191036224, -0.001182241947390139, -0.00442711915820837, -0.018444016575813293, -0.04282786697149277, 0.015307561494410038, 0.003795664757490158, 0.031225761398673058, -0.005919016432017088, 0.013704639859497547, -0.004329971969127655, 0.01147026289254427, -0.01430833712220192, -0.01031144056469202, -0.022080082446336746, -0.027395401149988174, -0.009874279610812664, -0.02069227024912834, 0.013607492670416832, -0.0029265477787703276, 0.01432221569120884, 0.006935588549822569, 0.004326502792537212, -0.014127922244369984, 0.013780969195067883, -0.0025813295505940914, -0.012615207582712173, -0.021247396245598793, -0.0032093143090605736, 0.053569525480270386, 0.014530387707054615, 0.008951384574174881, 0.008167271502315998, 0.011602104641497135, 0.013434016145765781, -0.013801786117255688, 0.007168046664446592, 0.008333808742463589, 0.005322257522493601, 0.004222416784614325, 0.004402832128107548, 0.026826398447155952, 0.011255151592195034, -0.007095186971127987, 0.014072409830987453, -0.006685782223939896, -0.021053101867437363, 0.009187312796711922, 0.024064652621746063, -0.006297194864600897, -0.00029903004178777337, 0.004458344541490078, 0.009499570354819298, 0.012996855191886425, -0.014120982959866524, -0.006890484597533941, 0.027437034994363785, 0.015612880699336529, -0.025327561423182487, -0.007424791809171438, -0.003965671639889479, 0.01450263150036335, 0.009208129718899727, 0.012531938962638378, -0.001994979102164507, -0.02292664721608162, 0.002050491515547037, -0.03830359876155853, -0.001042593503370881, 0.0015855747042223811, -0.016695372760295868, -0.014211190864443779, -0.015307561494410038, -0.00024134910199791193, -0.009853462688624859, -0.024800192564725876, -0.004288337659090757, 0.003920567687600851, -0.006834972184151411, -0.006359646562486887, 0.005991876590996981, 0.02321808785200119, 0.014905096031725407, -0.0065018972381949425, -0.0009385076118633151, 0.01740315742790699, -0.016251273453235626, -0.015626758337020874, 0.006397811230272055, -0.015418586321175098, -0.019221190363168716, -0.010595941916108131, 0.016403932124376297, -0.010949833318591118, -0.006762112025171518, 6.527051300508901e-05, 0.016015345230698586, -0.0003920567687600851, -0.008396260440349579, -0.005436751991510391, 0.011900484561920166, 0.005259805824607611, 0.012608268298208714, 0.006831502541899681, 0.0015422055730596185, -0.006165353115648031, 0.02063675783574581, -0.006904362700879574, -0.004767132923007011, 0.008292173966765404, 0.009804888628423214, 0.01737540028989315, 0.03411240875720978, 0.018624432384967804, -0.00889587216079235, -0.011928240768611431, 0.009110983461141586, -0.015113268047571182, 0.005783704575151205, -0.007306828163564205, 0.012351523153483868, 0.018235843628644943, 0.02617412619292736, 0.0035354499705135822, 0.004159965086728334, 0.00321625336073339, -0.00023245843476615846, -0.02047022059559822, 0.022482547909021378, -0.0028467485681176186, 0.008937506936490536, 0.02292664721608162, -0.0007390096434392035, -0.059453848749399185, -0.00575594836845994, -0.01437772810459137, -0.03491733968257904, 0.0018561979522928596, 0.007681536953896284, -0.019124044105410576, -0.024536509066820145, -0.005561654921621084, 0.011942118406295776, 0.04940609261393547, 0.009360789321362972, 0.000295994192129001, -0.009756315499544144, -0.009853462688624859, 0.01000612135976553, -0.005842686630785465, -0.04682476446032524, -0.02908853068947792, -0.028297478333115578, -0.003733213059604168, 0.030393073335289955, 0.02287113480269909, -0.02048409916460514, 0.010040816850960255, -0.019637534394860268, -0.014974487014114857, -0.002784297103062272, -0.01298991683870554, -0.025299806147813797, 0.02055349014699459, 0.023648308590054512, -0.0069113015197217464, 0.03538919612765312, -0.0006821961142122746, -0.005856564734131098, -0.0035146328154951334, 0.018027672544121742, 0.0013531162403523922, -0.0025414300616830587, 0.011178822256624699, -0.035805538296699524, 0.004153026267886162, 0.006793337874114513, 0.00424323370680213, -0.012296010740101337, 0.0040697576478123665, -0.01013796404004097, -0.005662271287292242, -0.014405484311282635, 0.015626758337020874, -0.023814847692847252, -0.018388504162430763, -0.016376176849007607, -0.0007307695341296494, -0.014572021551430225, -0.005984937306493521, -0.03194742277264595, -0.039136286824941635, -0.003667292185127735, 0.011615983210504055, 0.036416176706552505, -0.0060543278232216835, 0.04904526099562645, -0.01174782495945692, 0.0170978382229805, -0.024633655324578285, 0.01321890577673912, -0.03722110763192177, 0.0006102034240029752, -0.01308012381196022, -0.011976813897490501, 0.03705456852912903, 0.007480304688215256, 0.04585329443216324, -0.0007047480903565884, -0.019762437790632248, 0.0023349930997937918, 0.021524958312511444, -0.02925506792962551, -0.004874688107520342, 0.0010469303233548999, -0.015501855872571468, -0.014821827411651611, -0.02881096862256527, -0.00324574438855052, -0.008944445289671421, 0.0003888040955644101, 0.007487243507057428, -0.021427810192108154, 0.009367728605866432, -0.033168695867061615, -0.004579778295010328, 0.0033897298853844404, -0.006932118907570839, 0.030337560921907425, -0.0071021257899701595, 0.029421605169773102, -0.012670719996094704, 0.018541162833571434, -0.023703821003437042, 0.0005199956358410418, -0.00872933492064476, 0.004163434728980064, 0.01786113530397415, 0.0343344584107399, 0.031142491847276688, 0.009333033114671707, 0.018291356042027473, -0.004555491730570793, 0.016820276156067848, -0.04168986156582832, 0.02925506792962551, 0.022232741117477417, 0.007771744858473539, -0.0030514507088810205, -0.012705415487289429, -0.014905096031725407, 0.0036915787495672703, -0.010436343029141426, 0.012837257236242294, 0.015599002130329609, -0.020386952906847, -0.026868032291531563, -0.018846482038497925, -0.015668392181396484, 0.02595207653939724, -0.017916647717356682, -0.009700803086161613, 0.007077839225530624, 0.02002612128853798, -0.01697293482720852, 0.011851910501718521, -0.00221182475797832, 0.02599371038377285, -0.04243927821516991, -0.008979140780866146, 0.01725049875676632, 0.002279480453580618, -0.0034070773981511593, -0.014641412533819675, -0.027478668838739395, 0.03389035910367966, -0.03172537311911583, 0.01292052585631609, -0.022510303184390068, 0.010214293375611305, 0.03452875092625618, 0.0024616308510303497, 0.003736682701855898, -0.01763908565044403, -0.02078941836953163, -0.01134535949677229, 0.01715335063636303, 0.018277479335665703, -0.005107146687805653, -0.01430833712220192, -0.00035909624421037734, 0.007174985948950052, -0.0168896671384573, -0.014238947071135044, 0.016487201675772667, -0.048129305243492126, -0.010047756135463715, -0.027492547407746315, 0.007605207618325949, -0.003094819840043783, 0.019332215189933777, 0.001217804616317153, -0.015848807990550995, 0.02281562238931656, -0.03550022095441818, 0.02028980478644371, -0.008285235613584518, -0.01029062271118164, -0.012060082517564297, -0.007431731093674898, 0.005426343530416489, -0.018915871158242226, -0.0236066747456789, 0.009416301734745502, -0.017972160130739212, 0.006165353115648031, 0.024772437289357185, 0.002728784456849098, -0.006935588549822569, 0.0172366201877594, 0.03797052428126335, 0.010054695419967175, -0.0025327561888843775, 0.0006639811326749623, -0.03389035910367966, 0.02349564991891384, -0.042383767664432526, 0.011942118406295776, 0.03822033107280731, 0.011914362199604511, -0.009693863801658154, -0.013600553385913372, 0.025424707680940628, -0.00293695623986423, -0.02008163370192051, -0.012032326310873032, 0.012323766946792603, 0.02028980478644371, -0.044493239372968674, -0.009881218895316124, 0.0010052960133180022, -0.028380747884511948, -0.018180331215262413, 0.01680639758706093, 0.004839993081986904, 0.006512305699288845, 0.004333441611379385, 0.0034556507598608732, 0.009617534466087818, 0.024744680151343346, -0.0038477075286209583, -0.010942894034087658, -0.0026368419639766216, -0.008646066300570965, -0.021816398948431015, -0.025202658027410507, 0.001484958454966545, -0.0023280540481209755, 0.003705456852912903, -0.028172574937343597, -0.03427894786000252, -0.01727825403213501, -0.02573002688586712, -0.02022041566669941, 0.013246661983430386, -0.0035354499705135822, 0.013635248877108097, -0.0015552163822576404, -0.0029473649337887764, 0.02330135740339756, -0.007827257737517357, 0.029976731166243553, -0.006043919362127781, 0.012837257236242294, 0.013413199223577976, 0.01450263150036335, 0.005783704575151205, -0.00034500128822401166, -0.03411240875720978, -0.011622922495007515, -0.0002409154112683609, 0.016098614782094955, 0.02006775513291359, 0.015779417008161545, -0.006574757397174835, 0.01769459806382656, -0.019068531692028046, -0.009416301734745502, -0.0013973527820780873, 0.0102975619956851, 0.003011551219969988, -0.019748559221625328, -0.001141475047916174, 0.012476426549255848, 0.021733129397034645, 0.006227804347872734, 0.006644147913902998, -0.006036980543285608, -0.009097104892134666, 0.010595941916108131, -0.024106286466121674, -0.01034613512456417, 0.0019620186649262905, -0.005180006846785545, 0.011033101938664913, 0.027700718492269516, -0.008590553887188435, 0.03408465161919594, 0.009596717543900013, -0.021747007966041565, -0.005169598385691643, 0.015529612079262733, -0.033307477831840515, -0.01979019306600094, 0.010401647537946701, 0.007605207618325949, 0.018638309091329575, -0.002409587847068906, -0.0021424342412501574, -0.022177228704094887, 0.009652229957282543, -0.003584023332223296, -0.007959099486470222, -0.012733171693980694, 0.013621370308101177, 0.01304542925208807, -0.026937423273921013, -0.019262824207544327, -0.004545082803815603, -0.009679986163973808, -0.019096286967396736, 0.01321890577673912, -0.03794276714324951, -0.02933833748102188, 0.016084736213088036, -0.02002612128853798, -0.012365400791168213, -0.025383073836565018, 0.011720068752765656, 0.0027426625601947308, -0.0024338746443390846, 0.025036120787262917, 0.2073945701122284, -0.013239722698926926, -0.005051634274423122, 0.03555573150515556, 0.021094735711812973, -0.019748559221625328, 0.02563288062810898, 0.02319033071398735, -0.02052573300898075, 0.013121758587658405, 0.0016705781454220414, 0.018610553815960884, -0.027742354199290276, -0.0058045219630002975, 0.018721578642725945, -0.03794276714324951, -0.029421605169773102, -0.012434791773557663, -0.04141229763627052, -0.021733129397034645, -0.0046422299928963184, -0.0011388729326426983, -0.024106286466121674, 0.00017857231432572007, 0.027811743319034576, -0.028214208781719208, -0.007841135375201702, -0.008986080065369606, 0.006474141031503677, 0.019110165536403656, -0.03153108060359955, -0.006841911002993584, -0.014294459484517574, 0.007480304688215256, -0.012774805538356304, 0.008875055238604546, 0.009402423165738583, 0.010686148889362812, 0.02595207653939724, 0.004486100748181343, 0.002779092639684677, -0.008868115954101086, -0.01181721594184637, -0.003531980561092496, -0.011213517747819424, 0.015945954248309135, -0.007091717328876257, -0.005891260225325823, 0.009804888628423214, 0.007487243507057428, -0.018124818801879883, 0.029865704476833344, 0.015751661732792854, 0.02069227024912834, -0.0016575674526393414, -0.021441688761115074, -0.00030380062526091933, 0.00251714326441288, -0.015751661732792854, -0.0009419771376997232, 0.003715865546837449, 0.041717614978551865, -0.03827584534883499, 0.005461038555949926, -0.010672271251678467, 0.019484873861074448, -0.03552797809243202, -0.011262090876698494, 0.011130249127745628, -0.024106286466121674, 0.007008448708802462, -0.01012408547103405, -0.0011293316492810845, 0.0046005952171981335, 0.007709293160587549, -0.027464792132377625, 0.027395401149988174, 0.01750030368566513, 0.006245152093470097, 0.041495565325021744, -0.03266908600926399, -0.00868076179176569, 0.014114043675363064, -0.030559610575437546, -0.02048409916460514, -0.042244985699653625, 0.029615899547934532, 0.0205951239913702, -0.00016979007341433316, 0.005103677045553923, 0.011040041223168373, 0.0034851417876780033, -0.00855585839599371, 0.013704639859497547, 0.009735498577356339, 0.00015027397603262216, -0.01153271459043026, 0.007917464710772038, -0.016459444537758827, -0.006411689333617687, -0.027256619185209274, 0.028117062523961067, 0.012386218644678593, -0.009222008287906647, -0.04027429223060608, -0.0403575599193573, 0.021053101867437363, 0.013253600336611271, -0.008639127016067505, 0.007750927936285734, 0.007140290457755327, -0.04993345960974693, 0.01180333737283945, 0.007452548015862703, 0.012906648218631744, 0.02610473521053791, -0.021150248125195503, -0.024675289168953896, -0.027672963216900826, -0.012462547980248928, 0.011782520450651646, -0.04138454049825668, 0.021358421072363853, 0.005353483371436596, -0.008250540122389793, -0.013940567150712013, 0.002643781015649438, -0.0179305262863636, -0.003976080100983381, -0.04130127280950546, -0.002938691060990095, 0.0022152941673994064, 0.01432221569120884, 0.012441731058061123, -0.027936646714806557, 0.012538877315819263, 0.005724722985178232, -0.010033877566456795, 0.018346868455410004, 0.027548059821128845, -0.006265969481319189, 0.0077995010651648045, 0.022316010668873787, -0.003948323894292116, 0.02271847613155842, -0.007910526357591152, 0.013864237815141678, 0.013565857894718647, -0.036110859364271164, -0.03416792303323746, -0.013787908479571342, -0.005495734047144651, -0.009867340326309204, 0.02317645400762558, -0.0005390780861489475, -0.019359972327947617, -0.03194742277264595, -0.03788725659251213, -0.015238171443343163, 0.016459444537758827, -0.03253030404448509, -0.005436751991510391, 0.022260498255491257, -0.013468711636960506, -0.018055429682135582, -0.04046858474612236, -0.17974935472011566, 0.008195027709007263, 0.030448585748672485, -0.038969747722148895, 0.01716722920536995, 0.006956405472010374, 0.024314459413290024, 0.010880443267524242, 0.019110165536403656, 0.0025102042127400637, 0.013503407128155231, -0.00504122581332922, -0.03547246381640434, -0.008208905346691608, 0.0020609002094715834, -0.018693821504712105, 0.003381056012585759, 0.012094778008759022, 0.019748559221625328, -0.0014199047582224011, 0.019706925377249718, -0.026881910860538483, 0.019484873861074448, 0.008541980758309364, -0.008465650491416454, 0.018457893282175064, 0.005610228516161442, 0.030309805646538734, 0.0017798683838918805, -0.019526509568095207, -0.006519244983792305, 0.0025223474949598312, 0.014072409830987453, -0.016473323106765747, -0.012011509388685226, 0.009645290672779083, -0.0021753946784883738, -0.015057755634188652, -0.0037540304474532604, 0.00884729903191328, 0.00889587216079235, 0.03275235369801521, -0.006460262928158045, 0.01741703599691391, 0.010582063347101212, 0.004087104927748442, 0.002770418766885996, -0.016514958813786507, 0.0015135819558054209, -0.0009385076118633151, 0.007938282564282417, -0.008923628367483616, 0.006553940009325743, 0.014752437360584736, 0.01450263150036335, 0.024217311292886734, -0.015446342527866364, -0.00654006190598011, 0.011366177350282669, -0.015210415236651897, 0.024883462116122246, -0.010887381620705128, 0.008084002882242203, -0.018180331215262413, -0.010554307140409946, -0.019387727603316307, -0.01773623190820217, 0.0015829725889489055, -0.018527284264564514, 0.018013793975114822, -0.015432464890182018, -0.007757866755127907, -0.013878115452826023, 0.011858849786221981, 0.005606758873909712, 0.016528835520148277, -0.0262712724506855, 0.014821827411651611, 0.008326869457960129, 0.008923628367483616, -0.012497243471443653, 0.04574226960539818, -0.03813706338405609, 0.0063422988168895245, 0.0035701452288776636, 0.008881994523108006, 0.007861952297389507, -0.006307603791356087, -0.006862728390842676, -0.01988733932375908, 0.008708517998456955, -0.021219639107584953, -0.012178046628832817, -0.01454426534473896, 0.016848033294081688, 0.012677659280598164, -0.009353850036859512, 0.02278786711394787, -0.022038448601961136, 0.026881910860538483, -0.004003836307674646, 0.011033101938664913, -0.024175677448511124, 0.006925179623067379, 0.02010939083993435, 0.023592796176671982, 0.013524224050343037, 0.02553573250770569, 0.038830969482660294, -0.004732437431812286, -0.009437118656933308, -0.01036695297807455, 0.020886564627289772, 0.01308706309646368, 0.00425017299130559, 0.015834929421544075, -0.00212682131677866, -0.04085717350244522, 0.013246661983430386, 0.022496426478028297, 0.01291358657181263, -0.021039223298430443, -0.024841828271746635, 0.007369279395788908, -0.010415526106953621, -0.03142005577683449, -0.0902632623910904, -0.0013305643806234002, 0.0018995670834556222, -0.002675006864592433, -0.0006891351658850908, -0.0073900967836380005, -0.027187228202819824, 0.020983710885047913, -0.0011848441790789366, 0.01169231254607439, -0.009395484812557697, -0.02277398854494095, -0.016584347933530807, 0.005308379419147968, 0.012302950024604797, 0.005405526142567396, 0.0031485974323004484, -0.014696924947202206, 0.002565716626122594, 0.0414678119122982, -0.009770193137228489, -0.005991876590996981, 0.012025387026369572, -0.019665289670228958, 0.0024043836165219545, 0.008770969696342945, -0.02553573250770569, 0.0175835732370615, 0.0168896671384573, -0.005558185279369354, 0.010817991569638252, -0.02323196642100811, 0.02330135740339756, -0.015807174146175385, -0.024203434586524963, -0.02350952848792076, -0.036777008324861526, -0.015973711386322975, 0.020942077040672302, -0.015529612079262733, -0.004569369833916426, 0.004173843190073967, -0.00856973696500063, -0.03844238072633743, 0.006279847584664822, -0.015862686559557915, -0.0023193801753222942, 0.03397362679243088, -0.021275151520967484, -0.005443690810352564, 0.009784071706235409, 0.02078941836953163, -0.010589002631604671, 0.004968365654349327, 0.02589656412601471, -0.0025136738549917936, 0.021941300481557846, 0.018707700073719025, -0.026854153722524643, -0.01141475047916174, 0.01036001369357109, -0.003969141282141209, -0.015987589955329895, 0.04552021995186806, 0.015432464890182018, 0.015585124492645264, -0.024106286466121674, -0.00642903707921505, 0.02636842057108879, -0.020886564627289772, 0.0065504708327353, 0.01765296421945095, -0.006952935829758644, 0.03858116269111633, -0.014821827411651611, -0.010887381620705128, -0.014988365583121777, 0.0007481171633116901, 0.025521855801343918, -0.007299888879060745, -0.01437772810459137, -0.005797582678496838, 0.0076676588505506516, 0.009319154545664787, 0.038803212344646454, 0.011782520450651646, 0.009159556590020657, -0.001897832378745079, 0.013184210285544395, -0.027228863909840584, 0.012212742120027542, 0.027159472927451134, 0.0009940200252458453, -0.009291398338973522, -0.001892628031782806, 0.025313682854175568, -0.003792195115238428, 0.009090165607631207, -0.004114861134439707, -0.02338462509214878, -0.03691578656435013, -0.01164373941719532, -0.0655602216720581, 0.035888805985450745, -0.013059306889772415, 0.014079348184168339, -0.018749333918094635, -0.009693863801658154, -0.010922077111899853, -0.01729213260114193, -0.009804888628423214, 0.03144780918955803, -0.006921710446476936, 0.019179556518793106, -0.0025501037016510963, 5.854830305906944e-05, -0.009700803086161613, -0.015127146616578102, 0.006831502541899681, -0.002390505513176322, 0.0029473649337887764, 0.005669210106134415, -0.02026204951107502, -0.013357686810195446, -0.0086183100938797, 0.012337644584476948, -0.00047619285760447383, -0.0003491213428787887, 0.007653780747205019, 0.03230825439095497, -0.003871994325891137, -0.0007194935460574925, 0.03683251887559891, -0.026659861207008362, 0.006703129969537258, 0.01980407163500786, 0.016612105071544647, -0.021400054916739464, -0.005450630094856024, 0.0406351238489151, 0.002151107881218195, 0.013128697872161865, -0.008750151842832565, -0.015141024254262447, 0.019179556518793106, -0.011831093579530716, 0.004846931900829077, 0.008042368106544018, -0.01736152358353138, 0.010658392682671547, 0.010783296078443527, 0.0034729985054582357, 0.03153108060359955, 0.009374666959047318, 0.01455814391374588, -0.023800969123840332, -0.009117921814322472, -0.024855704978108406, 0.007556634023785591, 0.010665331967175007, -0.022357644513249397, -0.0014112308854237199, 0.028394624590873718, 0.03430670127272606, 0.016112493351101875, -0.012518060393631458, -0.015807174146175385, 0.0019325276371091604, -0.008215844631195068, -0.012594389729201794, 0.015751661732792854, -0.039108529686927795, -0.009659168310463428, 0.0006518377340398729, 0.006963344756513834, 0.0071958028711378574, -0.022260498255491257, 0.0021424342412501574, -0.0065053668804466724, -0.002654189709573984, -0.015029999427497387, 0.0038997505325824022, 0.025327561423182487, -0.009846523404121399, -0.011241273954510689, -0.002102534519508481, 0.02362055331468582, 0.019332215189933777, -0.022468669340014458, 0.01752806082367897, -0.006363116204738617, -0.004447936080396175, -0.033668309450149536, -0.0008084002765826881, 0.018624432384967804, 0.0022690719924867153, 0.013447894714772701, 0.005894729867577553, -0.01001999992877245, 0.041773129254579544, 0.019706925377249718, 0.021247396245598793, -0.026673737913370132, 0.025480220094323158, -0.019082410261034966, -0.002527551958337426, -0.008750151842832565, -0.002988999243825674, -0.019054653123021126, -0.02875545620918274, 0.0041946605779230595, -0.01980407163500786, 0.013003794476389885, -0.0008951384807005525, -0.028352990746498108, 0.03142005577683449, -0.02588268555700779, 0.01715335063636303, -0.02044246532022953, -0.0025015303399413824, -0.017986038699746132, 0.03871994465589523, 0.003972610458731651, -0.0015534815611317754, 0.008132576011121273, -0.006324951536953449, 0.023828724399209023, -0.013503407128155231, -0.010700027458369732, -0.012733171693980694, 0.001739968778565526, 0.010262866504490376, -0.0060890233144164085, 0.012629085220396519, 0.015487977303564548, -0.008333808742463589, -0.018901994451880455, 0.018457893282175064, -0.022163350135087967, 0.02335686981678009, 0.006040449719876051, 0.08088166266679764, 0.009235885925590992, -0.02292664721608162, 0.002392240334302187, 0.007591329514980316, 0.01786113530397415, 0.021663738414645195, 0.01759745180606842, 0.007348462473601103, -0.02892199344933033, -0.002812053309753537, 0.0044826315715909, -0.009652229957282543, -0.03180864080786705, -0.01700069196522236, -0.006779459770768881, 0.019651412963867188, 0.00017987338651437312, 0.025272049009799957, -0.009339972399175167, 0.006592105142772198, -0.007945220917463303, 0.006682312581688166, 0.0007541888626292348, -0.005971059203147888, -0.014835705980658531, 0.02645168825984001, -0.019817950204014778, -0.021538835018873215, -0.044798556715250015, 0.019582021981477737, -0.013607492670416832, -0.0465194433927536, -0.013468711636960506, -0.007709293160587549, -0.014349971897900105, -0.022246619686484337, 5.318137482390739e-05, -0.0033949341159313917, -0.018457893282175064, -0.015307561494410038, 0.010464099235832691, -0.03386260196566582, -0.01432221569120884, 0.027783988043665886, -0.001206528744660318, -0.007723171263933182, -0.018915871158242226, -0.0175835732370615], \"279b4c40-2e33-4350-804e-9f822f2e6358\": [0.010397421196103096, -0.007094918750226498, 0.011440688744187355, -0.025362659245729446, -0.013625909574329853, 0.015338839963078499, -0.03403305262327194, -0.015691295266151428, -0.0156771969050169, -0.037106458097696304, 0.029014093801379204, 0.014429506845772266, -0.005967062432318926, -0.004860354121774435, 0.007338112685829401, 0.003339510876685381, -0.008783177472651005, 0.0061256675980985165, 0.023459402844309807, -0.020428290590643883, -0.0285770483314991, 0.006234928499907255, -0.006375910248607397, 0.0040532322600483894, 0.005522969178855419, -0.004507899284362793, 0.03755760192871094, -0.02682887203991413, 0.014648028649389744, -0.009607922285795212, 0.00876908004283905, -0.026236748322844505, -0.019201746210455894, -0.015522116795182228, -0.020611567422747612, 0.0003577417810447514, -0.014281474985182285, -0.015226054936647415, 0.02651871182024479, -0.03781136870384216, 0.027815746143460274, -0.018172578886151314, -0.005829605273902416, -0.018299462273716927, -0.016057848930358887, 0.012462807819247246, -0.014944090507924557, 0.0017402464291080832, -0.019920755177736282, 0.009100386872887611, 0.011511179618537426, 0.022416135296225548, -0.03448419272899628, -0.016410304233431816, 0.02475643716752529, 0.0041378214955329895, 0.009086289443075657, 0.022641707211732864, -0.019497808068990707, -0.022331546992063522, 0.007563683670014143, -0.015733590349555016, -0.029183272272348404, 0.0043210978619754314, -0.023614482954144478, -0.009149731136858463, -0.025560034438967705, 0.005445429123938084, 3.0344170227181166e-05, -0.005896571557968855, 0.002421365585178137, 0.0008198983850888908, 0.008198102936148643, -0.006562711670994759, 0.004211836960166693, -0.015367036685347557, -0.004296426195651293, 0.0026592726353555918, 0.006379434838891029, -0.004391588736325502, 0.011482982896268368, -0.017947006970643997, -0.015268349088728428, 0.032623231410980225, 0.036401547491550446, -0.005241005215793848, 0.023628581315279007, 0.011222166009247303, 0.00011377687042113394, 0.0039404467679560184, -0.002290957374498248, 0.035217300057411194, 0.02392464317381382, 0.008987601846456528, -0.0052727265283465385, 0.030903251841664314, 0.002299768617376685, 0.02923966385424137, 0.010432667098939419, -0.010637090541422367, -0.017453569918870926, -0.023276126012206078, -0.012505101971328259, -0.009643168188631535, -0.033976659178733826, -0.016762757673859596, 0.021034512668848038, 0.015197858214378357, 0.020710254088044167, -0.007309915963560343, -0.030029162764549255, 0.007894990965723991, -0.003193242009729147, -0.009192025288939476, 0.006037553772330284, -0.002246900461614132, 0.011715603061020374, -0.017975203692913055, -0.025376757606863976, -0.037106458097696304, 0.021245986223220825, 0.027096737176179886, 0.0041801161132752895, -0.013541320338845253, -0.010178899392485619, -0.004261180758476257, -0.0173689816147089, -0.006449926178902388, 0.01722799986600876, -0.008275642991065979, 0.028520656749606133, 0.015973258763551712, 0.007951384410262108, 0.0023579236585646868, -0.012103303335607052, 0.0035721310414373875, -0.00851531233638525, -0.0030927923507988453, -0.026772478595376015, -0.03253864124417305, 0.00911448523402214, 0.03806513547897339, -0.02186630666255951, 0.007045574951916933, -0.00023988966131582856, 0.005519445054233074, -0.007507290691137314, 0.015324742533266544, -0.00524452980607748, -0.027604272589087486, 0.014803108759224415, 0.0013463780051097274, 0.01908896118402481, 0.011722652241587639, 0.018623720854520798, 0.03504812344908714, 0.01342148520052433, 0.0031650455202907324, -0.01005906518548727, -0.009100386872887611, -0.004497325513511896, 0.009763002395629883, 0.015945062041282654, -0.0019526005489751697, 0.01041856873780489, 0.030170144513249397, 0.015945062041282654, -0.020865334197878838, 0.01075692567974329, -0.01186363399028778, 0.005660426802933216, -0.0005524731823243201, -0.004384540021419525, 0.003513976000249386, 0.006939838174730539, 0.027928531169891357, 0.03251044824719429, 0.0035509837325662374, -0.023713169619441032, -0.02839377149939537, -0.003328937105834484, 0.019385023042559624, 0.016635874286293983, 0.033666498959064484, -0.0014062953414395452, -0.00021984378690831363, 0.02151385135948658, -0.011475933715701103, 0.011912978254258633, -0.003528074361383915, 0.017256194725632668, -0.00515994057059288, 0.004486751742660999, -0.018651917576789856, -0.646938145160675, -0.010432667098939419, -0.013245257548987865, -0.006721316371113062, -0.014873599633574486, 0.03840349242091179, 0.013823283836245537, 0.007101967465132475, -0.02873212844133377, 0.005346741992980242, 0.013971314765512943, 0.032425858080387115, 0.00879022665321827, -0.0077540092170238495, -0.012032812461256981, -0.02272629737854004, -0.001061770599335432, 0.014859501272439957, -0.0015463961753994226, 0.023684974759817123, -0.04302770271897316, -0.022162368521094322, -0.001456520170904696, 0.011123478412628174, 0.005184612702578306, -0.005949439946562052, 0.03222848102450371, -0.0031685701105743647, 0.001050315797328949, -0.019131256267428398, -0.014507046900689602, 0.010298734530806541, 0.00443035876378417, -0.01704472303390503, 0.04993582144379616, -0.0070385257713496685, -0.021725324913859367, -0.0014935279032215476, 0.021034512668848038, 0.014958188869059086, -0.0006780352559871972, -0.02510889247059822, 0.012906900607049465, -0.027590174227952957, -0.011870683170855045, 0.012371169403195381, 0.039503153413534164, 0.0009560341131873429, -0.02634953334927559, -0.006957461126148701, -0.01162396464496851, -0.013484926894307137, -0.004381015431135893, 0.0066613988019526005, -0.010601845569908619, 0.012371169403195381, 0.03908020630478859, 0.0006062225438654423, -0.005551165901124477, 0.014972287230193615, -0.004021511413156986, -0.002215179381892085, -0.022120073437690735, -0.0006181179196573794, -0.03205930441617966, 6.129412213340402e-05, -0.024178411811590195, -0.017129311338067055, 0.04384539648890495, -0.015945062041282654, -0.0010591271566227078, 0.010517256334424019, -0.003795939963310957, -0.05391151085495949, -0.016903741285204887, 0.010496108792722225, 0.013879676349461079, -0.003362420480698347, -0.0012371169868856668, 0.024065624922513962, -0.011652161367237568, -0.011638063006103039, -0.020385995507240295, -0.013830333016812801, 0.006583858747035265, -0.004959041252732277, -0.03392026573419571, -0.022500725463032722, -0.0021552620455622673, -0.00851531233638525, 0.005466576665639877, -0.002144688507542014, -0.008367281407117844, -0.02393874153494835, 0.02221876196563244, -0.0010987783316522837, -0.0005599628202617168, 0.012089205905795097, 0.0006890494842082262, -0.011243313550949097, -0.002849598415195942, -0.020893530920147896, -0.012885753996670246, 0.014605733565986156, 0.0450296476483345, 0.0050753518007695675, -0.004800436552613974, -0.010947251692414284, 0.018722407519817352, -0.0022539496421813965, 0.0004132534668315202, 0.015099170617759228, -0.02027321048080921, -0.0016353910323232412, -0.02859114669263363, -0.033835675567388535, 0.01907486282289028, 0.014344917610287666, 0.01927223801612854, -0.0285770483314991, 0.041194938123226166, 0.015183759853243828, 0.008028924465179443, -0.020879432559013367, 0.004712322726845741, -0.003838234581053257, 0.018821096047759056, -0.021894503384828568, -0.008106464520096779, 0.01008021179586649, 0.021105004474520683, 0.01016480103135109, 0.039813313633203506, -0.025038400664925575, 0.0028548853006213903, -0.0031579965725541115, -0.012413464486598969, -0.002890130737796426, 0.025010203942656517, -0.0041801161132752895, -0.01944141648709774, 0.005868375301361084, -0.0036126633640378714, -0.01666407100856304, 0.001352545921690762, -0.024488572031259537, -0.03496353328227997, 0.002204605843871832, -0.0006877277628518641, -0.003732498036697507, -0.012772968038916588, 0.0018644868396222591, -0.021936796605587006, 0.005752065218985081, 0.0015049827052280307, -0.013188865035772324, 0.0046700285747647285, -0.023684974759817123, 0.013358043506741524, -0.029549824073910713, -0.010482010431587696, 0.018172578886151314, -0.007281719706952572, -0.013886725530028343, 0.009614971466362476, -0.01890568435192108, 0.002786156488582492, -0.001091729267500341, -0.013999511487782001, -0.012716575525701046, -0.0015842850552871823, 0.003947495482861996, -0.018454542383551598, -0.0038981519173830748, -0.003619712544605136, 0.010136605240404606, -0.014690322801470757, -0.017143409699201584, 0.02357218787074089, 0.016649972647428513, 0.008282692171633244, 0.018144382163882256, 0.016466695815324783, 0.005336168222129345, 0.02595478482544422, 0.026236748322844505, 0.045706361532211304, 0.04559357464313507, -0.017298489809036255, 0.026462318375706673, 0.007345161400735378, 0.03048030659556389, 0.010312831960618496, -0.005212808959186077, -0.008811374194920063, 0.027561979368329048, -0.0025006679352372885, 0.0006463142926804721, 0.01272362470626831, 0.01739717647433281, 0.02682887203991413, -0.0012098016450181603, 0.024403981864452362, -0.021090906113386154, 0.012674280442297459, -0.034681569784879684, -0.004384540021419525, -0.0030540223233401775, 0.006679021753370762, 0.0033729940187186003, 0.019032567739486694, -0.013668203726410866, -0.034681569784879684, -0.007190081290900707, 0.006002308335155249, 0.011574621312320232, -0.009579726494848728, -0.004356343299150467, -0.007309915963560343, 0.011384295299649239, -0.014048854820430279, -0.01925813965499401, 0.02735050581395626, 0.0031280377879738808, -0.03129800036549568, 0.004218886140733957, 0.04091297462582588, 0.022091876715421677, 0.00045731032150797546, -0.0038206118624657393, -0.000821660622023046, 0.014295573346316814, 0.014549341052770615, 0.0021358770318329334, -0.0050788759253919125, -0.026645595207810402, 0.0343996062874794, -0.01385852973908186, 0.007803353015333414, -0.013625909574329853, -0.004906173329800367, 0.034512389451265335, 0.021105004474520683, -0.01048905961215496, 0.007493192795664072, 0.019483711570501328, 0.027928531169891357, 0.008846620097756386, -0.0177073385566473, 0.006026980001479387, -0.018031597137451172, 0.012018714100122452, -0.03335633873939514, -0.014189837500452995, 0.041871652007102966, -0.019892558455467224, -0.006545088719576597, 0.02665969356894493, 0.020780745893716812, 0.022796787321567535, 0.010030868463218212, 0.005392561201006174, -0.02116139605641365, 0.012963294051587582, 0.030536698177456856, 0.008219249546527863, -0.017326686531305313, -0.014746716246008873, -0.02114729769527912, 0.03267962485551834, 0.01333689596503973, -0.005082400515675545, -0.01877880096435547, -0.014831305481493473, 0.010792171582579613, 0.015310644172132015, 0.012681329622864723, 0.010129556059837341, -0.01023529190570116, -0.011638063006103039, -0.01877880096435547, -0.0027315260376781225, 0.00017402463709004223, 0.022063681855797768, 0.0025218152441084385, 0.0011613391106948256, -0.010291685350239277, 0.005487723741680384, -0.0035210251808166504, -0.01653718762099743, 0.0035527460277080536, 0.03166455402970314, 0.029719002544879913, -0.004391588736325502, -0.01789061352610588, 0.012963294051587582, 0.026363631710410118, -0.010954300872981548, -0.01925813965499401, -0.01368935126811266, -0.0177073385566473, 0.007207704242318869, -0.012159696780145168, -0.00632656691595912, 0.03490713983774185, 0.003027588129043579, 0.020428290590643883, 0.00041347372462041676, 0.007831549271941185, 0.006358287762850523, -0.007739911321550608, 0.013632957823574543, -0.025729212909936905, 0.015916867181658745, -0.013491976074874401, 0.00528682442381978, 5.1133505621692166e-05, -0.005600509699434042, 0.038488082587718964, 0.005054204259067774, 0.0015261300140991807, -0.03496353328227997, -0.04407097026705742, -0.0032020534854382277, 0.01928633637726307, 0.029465235769748688, -0.0013701686402782798, 0.023163340985774994, 0.0020142800640314817, 0.005346741992980242, -0.018806997686624527, -0.022853180766105652, -0.015606706030666828, -0.036768101155757904, 0.0030839808750897646, -0.020019441843032837, 0.006146814674139023, 0.0022627608850598335, 0.012899852357804775, -0.005004860460758209, 0.014415408484637737, -0.00834613386541605, -0.012991489842534065, 0.00044056872138753533, -0.003154471982270479, -0.02010403200984001, -0.004314048681408167, 0.040715597569942474, 0.002655748277902603, 0.005255103576928377, 0.019399121403694153, 0.011814290657639503, 0.0050330571830272675, -0.03048030659556389, 0.003746596397832036, -0.018116185441613197, 0.003704301780089736, 0.008924160152673721, 0.0016547760460525751, 0.00911448523402214, 0.02458725869655609, -0.004247082397341728, 0.01877880096435547, -0.004324622452259064, -0.018017498776316643, 0.01549392007291317, 0.0026257894933223724, -0.020047638565301895, -0.0033254127483814955, -0.012547397054731846, 0.007070246618241072, 0.010608894750475883, 3.948597077396698e-05, 0.008184004575014114, 0.041392311453819275, 0.0039862655103206635, -0.019201746210455894, -0.0012785304570570588, -0.013548368588089943, 0.013583614490926266, -0.008747932501137257, 0.014944090507924557, 0.0068587735295295715, -0.042745739221572876, -0.002662797225639224, -0.03679629787802696, 0.007302866782993078, -0.0034893041010946035, -0.014887697994709015, -0.00862104818224907, -0.02943703904747963, -0.0012917474377900362, -0.015747688710689545, -0.010016770102083683, -0.018369952216744423, 0.014330819249153137, -0.02579970471560955, 0.004063806030899286, 0.003859381889924407, -0.0011939412215724587, 0.014845402911305428, -0.015296545810997486, -0.009304811246693134, 0.01632571406662464, -0.01994895190000534, -0.020371897146105766, 0.016819151118397713, -0.010644139721989632, -0.020216817036271095, 0.012357071042060852, 0.014901796355843544, -0.010453814640641212, -0.00997447595000267, 0.01653718762099743, 0.006985657382756472, -0.009657266549766064, 0.014140493236482143, -0.011081184260547161, -0.005484199151396751, 0.0077540092170238495, 0.04147690162062645, 0.021556146442890167, 0.000286149384919554, -0.001883871853351593, 0.012928048148751259, -0.013978363946080208, 0.01925813965499401, 0.007810402195900679, 0.005381987430155277, 0.008050071075558662, -0.005702721420675516, 0.03456878289580345, -0.008360232226550579, 0.004120198544114828, 0.013491976074874401, -0.030423913151025772, 0.011729701422154903, -0.02188040502369404, 0.005501822102814913, 0.01137019693851471, 0.013597712852060795, 0.011158724315464497, -0.02133057452738285, -0.004120198544114828, -0.005152891855686903, -0.025348560884594917, 0.019145354628562927, -0.005350266583263874, -0.013428534381091595, 0.006390008609741926, 0.0051634651608765125, -0.056561972945928574, -0.008825472556054592, 0.007535487413406372, -0.036429744213819504, 0.016819151118397713, -8.772824367042631e-05, -0.011891830712556839, -0.029831789433956146, -0.003753645345568657, -0.0016301042633131146, 0.03321535512804985, -0.011116430163383484, -0.0006881683366373181, -0.005357315763831139, 0.00438806414604187, 0.014218033291399479, -0.025898391380906105, -0.04057461768388748, -0.02392464317381382, -0.03975692018866539, 0.01876470260322094, 0.01911715790629387, 0.03177734091877937, -0.018313560634851456, 0.003922823816537857, -0.004846255760639906, -0.01707291789352894, -0.014450653456151485, 0.003152709687128663, -0.020555173978209496, 0.002257473999634385, 0.042604755610227585, -0.0049237958155572414, 0.040884777903556824, 0.010178899392485619, 0.002726239152252674, 0.0068411510437726974, 0.014105248264968395, -0.009206123650074005, -0.009523333050310612, 0.007902040146291256, -0.027054443955421448, 0.025151187554001808, 0.03290519490838051, -0.005269201938062906, -0.0011719127651304007, -0.002870745724067092, 0.017439471557736397, 0.015592607669532299, -0.010023819282650948, 0.003362420480698347, -0.024855123832821846, -0.0199771486222744, -0.016565384343266487, -0.015874572098255157, 0.0020741974003612995, -0.006347713991999626, -0.0406310074031353, -0.03992610052227974, 0.002208130434155464, 0.0033130766823887825, 0.013837382197380066, -0.009156780317425728, 0.04195623844861984, -0.006555662490427494, 0.013259355910122395, -0.0023561613634228706, 0.03048030659556389, -0.018976176157593727, -0.007063197437673807, 0.004032084718346596, -0.014845402911305428, 0.0171998031437397, 0.000132721324916929, 0.03764219209551811, -0.005692147649824619, -0.019864361733198166, -0.013745743781328201, 0.0194696132093668, -0.01858142577111721, -0.006580334156751633, 0.010968398302793503, -0.04043363407254219, -0.013386239297688007, -0.022120073437690735, -0.0074156527407467365, -0.044127363711595535, -0.003082218812778592, -0.006227879319339991, -0.0059459153562784195, 0.007119590416550636, -0.010707582347095013, -0.005057728849351406, 0.006252550985664129, 0.0064781224355101585, 0.0450296476483345, -0.008458918891847134, 0.04418375343084335, 0.0009428170160390437, 0.010108408518135548, -0.028985897079110146, 0.006911641918122768, -0.017129311338067055, -0.005776736885309219, 0.006086897104978561, 0.03324355185031891, 0.005431331228464842, 0.017326686531305313, 0.02360038459300995, -0.01160986628383398, 0.004976664204150438, -0.030085556209087372, 0.012547397054731846, 0.012540347874164581, 0.013907873071730137, -0.013238208368420601, -0.013054932467639446, -0.029014093801379204, -0.007070246618241072, -0.0016600629314780235, 0.006023455411195755, 0.0038241364527493715, -0.0001222578139277175, -0.01343558356165886, 0.006573284976184368, -0.022105975076556206, 0.010009720921516418, -0.027392800897359848, -0.014915894716978073, 0.012082156725227833, 0.018496837466955185, -0.037106458097696304, 0.0037853664252907038, -0.0036338106729090214, 0.01859552413225174, -0.03425862267613411, -0.0337228924036026, 0.019709281623363495, 0.018313560634851456, 0.006428778637200594, -0.013893774710595608, -0.018285363912582397, 0.034681569784879684, -0.02271219901740551, 0.015338839963078499, 0.011123478412628174, 0.006742463447153568, 0.03267962485551834, -0.008698588237166405, 0.012505101971328259, -0.024869222193956375, -0.023318421095609665, -0.024883320555090904, -0.0005128220072947443, 0.023825956508517265, 0.005022483412176371, -0.00861399993300438, -0.0001575033093104139, -0.01944141648709774, -0.012279530987143517, -0.01127855945378542, 0.008522361516952515, -0.041871652007102966, -0.0046735526993870735, -0.006467548664659262, 0.004553718026727438, 0.010376274585723877, 0.0015041015576571226, 0.008952355943620205, -0.0042506069876253605, 0.015761787071824074, -0.023797759786248207, 0.016593579202890396, 0.005364364478737116, 0.006048127077519894, -0.022077780216932297, -0.007239425089210272, 0.004370441660284996, -0.028464263305068016, 0.00020971070625819266, 0.0036267617251724005, 0.0017226237105205655, -0.0021341147366911173, 0.030762270092964172, -0.013308699242770672, 0.0046312580816447735, 0.015423429198563099, 0.04094116762280464, 0.002486569806933403, 0.0007626244332641363, 0.001134905032813549, -0.01721390150487423, 0.033497318625450134, -0.03767038881778717, 0.010510207153856754, 0.023628581315279007, -0.0006300132372416556, -0.015775883570313454, -0.004574865568429232, 0.011426590383052826, -0.0024583733174949884, -0.017340784892439842, -0.010291685350239277, 0.02235974371433258, 0.01755225658416748, -0.043450649827718735, -0.024897418916225433, 0.003515738295391202, -0.02667379193007946, -0.014055904000997543, 0.022402038797736168, -0.01168740727007389, -0.010785122402012348, 0.005600509699434042, 0.002017804654315114, -0.008895963430404663, -0.0003277831128798425, -0.02320563606917858, -0.01263903547078371, -0.014436556026339531, -0.0038523327093571424, -0.02854885347187519, -0.008677441626787186, -0.004433883354067802, 0.03634515777230263, -0.000603579159360379, -0.022585313767194748, -0.0282386913895607, -0.016071947291493416, -0.015085072256624699, -0.022317448630928993, 0.013513123616576195, 0.00326725747436285, 0.03251044824719429, 0.006467548664659262, -0.0006665804539807141, 0.043986380100250244, -0.000800953945145011, 0.021386967971920967, -0.009086289443075657, 0.002661034930497408, 0.010693483985960484, -0.02068205736577511, 0.0034082394558936357, -0.01619883067905903, -0.025574132800102234, 0.002932425355538726, 0.018313560634851456, 0.008317937143146992, 0.016635874286293983, 0.025080695748329163, -0.0020565746817737818, 0.00515994057059288, -0.017425373196601868, 0.00037007773062214255, -0.0012424037558957934, 0.016086045652627945, 0.00868449080735445, -0.036373354494571686, 0.010904956609010696, 0.010510207153856754, 0.020879432559013367, -0.005110597237944603, 0.004832157865166664, -0.005604033824056387, -0.016100142151117325, 0.015945062041282654, -0.023854153230786324, -0.0024971435777843, -0.013393288478255272, -0.021076807752251625, -0.001300558797083795, 0.006488696206361055, -0.000718127004802227, 0.03716285154223442, -0.003327174810692668, -0.0029271384701132774, 0.008191053755581379, 0.012357071042060852, -0.033299945294857025, -0.003559795208275318, -0.007267621345818043, 0.016212929040193558, 0.012194941751658916, 0.0057661631144583225, 0.006132716313004494, -0.012850508093833923, 0.000307076406897977, -0.0031897174194455147, 0.015874572098255157, 0.0003680951485875994, 0.0031386115588247776, -0.010312831960618496, -0.017326686531305313, -0.01787651516497135, -0.00843072310090065, -0.010897907428443432, 0.015226054936647415, 0.0023262028116732836, -0.03217209130525589, -0.052219729870557785, 0.019681084901094437, -0.013830333016812801, -0.021894503384828568, -0.01807389035820961, 0.004158968571573496, -0.01581817865371704, 0.020865334197878838, 0.027322309091687202, 0.2074127048254013, -0.0021482130978256464, 0.003475205972790718, 0.029042288661003113, 0.023783661425113678, 0.011884781531989574, 0.021809913218021393, 0.0007005042280070484, -0.023995134979486465, 0.02269810065627098, 0.010552502237260342, 0.02307875081896782, -0.013477877713739872, -0.00426470534875989, 0.022091876715421677, -0.018722407519817352, -0.030508501455187798, -0.01033397950232029, -0.020400093868374825, -0.021471556276082993, -0.005307971965521574, 0.0037712680641561747, -0.01911715790629387, -0.00807826779782772, 0.02512299083173275, -0.03798054903745651, 0.0036338106729090214, 0.004529046360403299, -0.007116065826267004, 0.034681569784879684, -0.022275153547525406, -0.020428290590643883, 0.006460499484091997, 0.013632957823574543, -0.01944141648709774, -0.0034082394558936357, 0.012935097329318523, 0.004571340978145599, 0.016974231228232384, 0.0013032022397965193, 0.015423429198563099, -0.01667816936969757, -0.008050071075558662, -0.026250846683979034, 0.0077117145992815495, 0.0067459880374372005, -0.015268349088728428, 0.006055176258087158, 0.0008348777191713452, 0.004934369586408138, -0.010735778138041496, 0.015550313517451286, 0.019131256267428398, 0.03273601830005646, -0.00010039459448307753, -0.013865578919649124, -6.261582893785089e-05, -0.0013261118438094854, -0.002786156488582492, -0.004261180758476257, 0.000997447525151074, 0.01735488325357437, -0.017298489809036255, 0.005935341585427523, 0.01110938098281622, 0.010298734530806541, -0.024573160335421562, 0.0016697554383426905, 0.015564411878585815, -0.02907048538327217, 0.015691295266151428, -0.010721679776906967, -0.009671363979578018, 0.0012194941518828273, -0.0013657630188390613, -0.02940884232521057, 0.015211956575512886, 0.02100631594657898, 0.008014826104044914, 0.028633441776037216, -0.02685706876218319, -0.02117549441754818, 0.003392379032447934, -0.014718519523739815, -0.02563052624464035, -0.0330461785197258, 0.012864606454968452, 0.005544116720557213, -0.0023226782213896513, 0.010136605240404606, 0.0005533543298952281, -0.0022116550244390965, 0.012293629348278046, 0.014091149903833866, 0.02016042359173298, 0.0032196762040257454, -0.01557850930839777, 0.015155564062297344, -0.003286642488092184, -0.026095766574144363, -0.019850263372063637, 0.02751968428492546, 0.006513367872685194, 0.006520417053252459, -0.028675736859440804, -0.032792411744594574, -0.0031791438814252615, 0.006055176258087158, -0.004944943357259035, -0.010101359337568283, 0.004610111005604267, -0.0684608519077301, 0.004021511413156986, 0.012448709458112717, 0.03146718069911003, 0.016311615705490112, 0.009438743814826012, -0.04147690162062645, -0.005420757457613945, -0.011116430163383484, 0.015028679743409157, -0.041053954511880875, 0.023135144263505936, 0.003362420480698347, 0.0064358278177678585, -0.013195914216339588, 0.00628427229821682, -0.0023914070334285498, -0.012434611096978188, -0.028830816969275475, -0.010073162615299225, 0.008726784959435463, 0.010982496663928032, -0.009389400482177734, -0.001373693230561912, 0.025151187554001808, 0.009784149937331676, 0.029831789433956146, -0.006830577272921801, 0.012970343232154846, -0.012942146509885788, 0.0029694330878555775, -0.0007630650070495903, -0.011320853605866432, 0.02355808950960636, -0.03544287011027336, 0.015691295266151428, 0.009960377588868141, -0.03324355185031891, -0.026208551600575447, -6.019269858370535e-05, 0.014732617884874344, 0.010813318192958832, 0.02547544613480568, 0.0054278066381812096, -0.017115212976932526, -0.03764219209551811, -0.02754788100719452, -0.03877004608511925, 0.02429119683802128, -0.015282447449862957, -0.0005855158087797463, 0.03820611909031868, -0.041589684784412384, -0.026617398485541344, 0.0025870194658637047, -0.18440444767475128, 0.009713659062981606, 0.024389883503317833, -0.01721390150487423, 0.014232131652534008, -0.0032954539638012648, 0.027463290840387344, 0.020188620314002037, 0.0018274789908900857, -0.010778073221445084, 0.016734562814235687, -0.013195914216339588, -0.013463780283927917, -0.005191661883145571, 0.004648881033062935, -0.005378462839871645, 0.011807241477072239, 0.0027139033190906048, 0.0044056870974600315, 0.017975203692913055, -0.0005154653917998075, -0.027294112369418144, 0.015916867181658745, 0.003725449088960886, 0.020512878894805908, 0.009896935895085335, -0.006827052682638168, 0.027576077729463577, -0.005960013717412949, -0.0004912341246381402, -0.01248395536094904, -0.006495744921267033, 0.009748904034495354, -0.00688697025179863, -0.014415408484637737, 0.012575593777000904, -0.013647056184709072, -0.004606586415320635, -0.0014653315301984549, 0.024855123832821846, -0.0004024595255032182, 0.02134467288851738, -0.00988988671451807, 0.02063976228237152, 0.010799219831824303, 0.000988636165857315, 0.0018926832126453519, -0.001973747741430998, 0.016311615705490112, -0.0006401463178917766, 0.0011833675671368837, -0.02320563606917858, 0.008388428017497063, 0.008120562881231308, 0.0031826684717088938, 0.011990518309175968, 0.00048550672363489866, 0.00403913389891386, 0.009946279227733612, -0.015000483952462673, -0.007077295798808336, -0.018468640744686127, 0.013534271158277988, -0.019878460094332695, -0.012448709458112717, -0.020089933648705482, -0.02083713747560978, 0.006048127077519894, -0.009304811246693134, -0.008903012610971928, -0.015973258763551712, -0.004507899284362793, -0.018553229048848152, -0.008388428017497063, -0.010996595025062561, 0.0029817691538482904, -0.027406899258494377, 0.011567572131752968, -0.02234564535319805, -0.02152794972062111, -0.0165230892598629, 0.03355371206998825, -0.007782205939292908, 0.01127855945378542, 0.0023279651068150997, -0.0031562342774122953, -0.008339084684848785, -0.012244286015629768, 0.01306198164820671, -0.007158360444009304, 0.006879921071231365, -0.018214872106909752, -0.023952839896082878, -0.009664315730333328, 0.011666259728372097, 0.0008031567558646202, -0.008317937143146992, 0.012357071042060852, -0.02152794972062111, 0.03820611909031868, 0.007789254654198885, -0.002016042359173298, -0.031918320804834366, 0.022486627101898193, 0.0066191041842103004, 0.011356099508702755, 0.020935826003551483, 0.0074579473584890366, 0.03944675996899605, 0.006689595524221659, -0.022810885682702065, 0.0030734073370695114, 0.006037553772330284, 0.023318421095609665, 0.016833249479532242, 0.015705393627285957, -0.007535487413406372, -0.04091297462582588, 0.029634414240717888, -0.004384540021419525, 0.015508018434047699, -0.01022824365645647, -0.014077051542699337, 0.005628705956041813, 0.01791881024837494, -0.003402952803298831, -0.07088574022054672, -2.8499289328465238e-05, -0.00902989599853754, 0.022331546992063522, 0.028816718608140945, 0.014619831927120686, -0.01333689596503973, 0.03490713983774185, 0.002463660202920437, 0.022303350269794464, 0.005815506912767887, -0.010397421196103096, 0.003746596397832036, 0.0038734800182282925, 0.020216817036271095, 0.008903012610971928, -0.002331489697098732, -0.012293629348278046, -0.0048674033023417, 0.023995134979486465, -0.023459402844309807, 0.00266455952078104, 0.008754981681704521, -0.01824306882917881, 0.007479094434529543, 0.016903741285204887, -0.04390178993344307, 0.02027321048080921, 0.009424645453691483, 0.00031390521326102316, 0.014422457665205002, -0.018877487629652023, 0.03112882375717163, -0.02546134777367115, -0.010601845569908619, -0.02548954263329506, -0.02579970471560955, -0.011468884535133839, 0.01752406172454357, -0.021654833108186722, 0.018835194408893585, 0.020611567422747612, -0.012928048148751259, -0.024897418916225433, 0.018454542383551598, -0.010961349122226238, 0.014478850178420544, 0.029634414240717888, -0.0002299768675584346, -0.0009322434198111296, -0.007123115006834269, 0.004842731170356274, 0.009262516163289547, 0.006090421695262194, 0.027251819148659706, -0.0003194123273715377, 0.03809333220124245, 0.016593579202890396, -0.03327174857258797, 0.0019790346268564463, -0.004779289476573467, -0.011116430163383484, 0.005850752349942923, 0.027815746143460274, 0.004885025788098574, 0.007930236868560314, -0.02719542570412159, -0.020541075617074966, 0.030254734680056572, -0.016635874286293983, -0.0016997141065075994, 0.02567281946539879, -0.006999755743891001, 0.023825956508517265, -0.014803108759224415, -0.009248418733477592, -0.02567281946539879, -0.02890130691230297, 0.027660666033625603, -0.014521144330501556, -0.014619831927120686, -0.022232860326766968, 0.0074579473584890366, -0.01255444623529911, 0.03561205044388771, 0.009607922285795212, 0.00782450009137392, 0.004564291797578335, 0.019709281623363495, -0.027294112369418144, 0.0017534635262563825, 0.02565872110426426, -0.00017589706112630665, -0.03217209130525589, -0.012505101971328259, 0.019370924681425095, -0.007866795174777508, 0.01942731812596321, -0.004546669311821461, -0.012617887929081917, -0.04319687932729721, -0.009431694634258747, -0.07077296078205109, 0.034850746393203735, 0.0034276244696229696, 0.0032108647283166647, 0.008628097362816334, -0.015550313517451286, -0.021584343165159225, -0.023459402844309807, 0.002132352674379945, 0.02599707804620266, -0.003103366121649742, 0.012949195690453053, -0.014154591597616673, 0.004574865568429232, -0.013365092687308788, -0.015268349088728428, 0.025376757606863976, 0.0010115457698702812, 0.00611509382724762, 0.008226298727095127, 0.0028337379917502403, -0.025263972580432892, -0.013964265584945679, 0.008028924465179443, -0.01842634566128254, 0.008268593810498714, 0.013491976074874401, 0.023783661425113678, 0.004366917070001364, -0.00853645894676447, 0.020414192229509354, -0.039164796471595764, 0.009579726494848728, 0.04474768415093422, 0.01426737755537033, -0.04116674140095711, 0.010524305514991283, 0.015592607669532299, 0.01136314868927002, -0.00264341221190989, -0.0018873963272199035, -0.018031597137451172, -0.0010000909678637981, -0.00568157434463501, -0.0022433758713304996, 0.005871899891644716, 0.0009657266200520098, 0.004779289476573467, 0.02166893146932125, 0.012328875251114368, 0.015691295266151428, 0.0036796298809349537, 0.023191537708044052, -0.01196232158690691, -0.011257411912083626, -0.0051881372928619385, 0.005706246010959148, 0.013372141867876053, -0.009875788353383541, -0.003891102969646454, 0.03462517634034157, 0.02665969356894493, 0.033976659178733826, 0.0012106827925890684, 0.009755953215062618, -0.008473017252981663, 0.0013754555257037282, -0.0059459153562784195, 0.01615653559565544, -0.04201263189315796, -0.0171998031437397, 0.001228305627591908, 0.011771995574235916, 0.019892558455467224, -0.012335923500359058, -0.014436556026339531, 0.00260111759416759, -0.02217646688222885, 0.0018539131851866841, 0.006731890141963959, 0.014831305481493473, -0.0003982741036452353, -0.01876470260322094, 0.0045184725895524025, 0.019060764461755753, 0.0313543938100338, -0.016635874286293983, 0.04280213266611099, 0.005138793494552374, -0.01246985699981451, -0.028266888111829758, 0.005209284368902445, 0.0032020534854382277, -0.0007754009566269815, -0.012209040112793446, -0.0012829360784962773, -0.022853180766105652, 0.030734073370695114, 0.024192508310079575, 0.020597469061613083, -0.024234803393483162, 0.0163539107888937, -0.008254495449364185, -0.008811374194920063, -0.020752549171447754, -0.00021631924028042704, -0.007937286049127579, -0.016903741285204887, -0.007380407303571701, -0.009361203759908676, 0.03149537742137909, 0.007253523450344801, -0.024206606671214104, 0.02754788100719452, -0.0158463753759861, 0.018384050577878952, -0.013308699242770672, -0.018369952216744423, -0.024220705032348633, 0.03721924498677254, 0.006019930820912123, 0.01718570478260517, 0.004870927892625332, -0.0012573831481859088, 0.01841224730014801, -0.0023896447382867336, -0.021386967971920967, 0.01187773235142231, 0.01687554456293583, 0.005026008002460003, 0.004144870676100254, 0.011017742566764355, 4.554379120236263e-05, -0.014605733565986156, -0.01688964292407036, 0.0016900215996429324, -0.02011813037097454, 0.027660666033625603, 0.022641707211732864, 0.07663781195878983, 0.00876908004283905, -0.014253279194235802, 0.002463660202920437, 0.010630042292177677, 0.015127367340028286, 0.01791881024837494, 0.004532570950686932, 0.013026735745370388, -0.024037428200244904, 0.02974719926714897, 0.0008203389588743448, -0.004553718026727438, -0.009755953215062618, -0.015775883570313454, -0.0040708547458052635, 0.013294601812958717, -0.003943970892578363, 0.004007413052022457, 0.0013243495486676693, 0.010383323766291142, -0.02251482382416725, 0.001790471258573234, 0.0006771541084162891, -0.005494772922247648, -0.0161847323179245, 0.029888181015849113, -0.01890568435192108, -0.007144262082874775, -0.047059789299964905, -0.013047883287072182, 0.004426834639161825, -0.04178706184029579, -0.018525032326579094, -0.016988329589366913, -0.004162493161857128, -0.006918691098690033, -0.029352450743317604, -0.00010188151645706967, 0.0057485406287014484, -0.014260328374803066, 0.015564411878585815, -0.022091876715421677, -0.016114240512251854, 0.03857267275452614, 0.020061736926436424, -0.010686434805393219, -0.01928633637726307, -0.02375546470284462], \"52a04b3b-b30a-4684-a289-0fcede185973\": [0.03114672563970089, 0.022593479603528976, 0.004226190969347954, -0.031281210482120514, -0.011007597669959068, 0.014645416289567947, 0.015640605241060257, -0.01042931154370308, -0.024543512612581253, -0.03418608754873276, 0.027408042922616005, -0.0031015602871775627, 0.02539076842367649, 0.0182899609208107, 0.01771167479455471, -0.007779957260936499, 0.01342832762748003, -0.0021971487440168858, 0.030743271112442017, -0.02366936020553112, -0.00704028969630599, -0.002825865987688303, -0.014685762114822865, -0.015963369980454445, -0.0011162254959344864, -0.005339054390788078, 0.0266414787620306, -0.03319089859724045, 0.029290832579135895, -0.013576260767877102, 0.02080482989549637, -0.021544497460126877, -0.004000928718596697, -0.039269618690013885, -0.00383954681456089, 0.01615164801478386, -0.0018676604377105832, -0.024516616016626358, -0.0008069099858403206, -0.00890963152050972, 0.011585882864892483, -0.001555823371745646, -0.02586146630346775, 0.011135358363389969, -0.006855372805148363, 0.013535914942622185, 0.0066939909011125565, -0.023373493924736977, -0.011538812890648842, 0.014927835203707218, 0.008169963955879211, 0.02843012847006321, -0.04696216061711311, 0.00042972160736098886, -0.008062375709414482, 0.009319810196757317, -0.019473427906632423, 0.013071942143142223, 0.006993220187723637, -0.03617646545171738, 0.021329320967197418, 0.02747528627514839, -0.013905748724937439, -0.012049855664372444, -0.026937345042824745, -0.0028729357291013002, -0.004801114555448294, -0.0073361569084227085, -0.003960583359003067, -0.005776130594313145, 0.0444069467484951, 0.014766452834010124, 0.01374436728656292, 0.005295346956700087, 0.006633472628891468, -0.00975016225129366, -0.00013763699098490179, 0.010442760773003101, -0.00619303435087204, -0.013690573163330555, 0.025874914601445198, -0.011955716647207737, -0.0007417688611894846, 0.02727355808019638, 0.02022654376924038, 0.00493896147236228, 0.021598290652036667, 0.0025585771072655916, 0.025215936824679375, -0.009266017004847527, -0.011377431452274323, 0.015021974220871925, -0.010893285274505615, 0.022485891357064247, 0.013878852128982544, -0.000556011451408267, 0.016286132857203484, 0.02169243060052395, 0.003654629923403263, -0.005950961261987686, -0.017375461757183075, 0.023494530469179153, -0.0412868969142437, -0.017012352123856544, -0.02393832989037037, 0.0011666574282571673, 0.01950032450258732, -0.017025800421833992, 0.02032068371772766, -0.021490702405571938, -0.018209269270300865, 0.024637652561068535, -0.0033402713015675545, 0.0007220163242891431, 0.014847144484519958, 0.01986343413591385, 0.0004946526605635881, -0.020441720262169838, -0.005144051276147366, -0.011195876635611057, 0.01939273625612259, 0.010086375288665295, 0.010086375288665295, -0.012191065587103367, 0.028026673942804337, -0.022378304973244667, -0.00557776540517807, -0.006643558852374554, 0.015694400295615196, -0.005836648866534233, 0.031012240797281265, -0.004965858533978462, 0.02080482989549637, -0.014605071395635605, -0.0012128866510465741, -0.023897984996438026, -0.008089273236691952, 0.005318881943821907, -0.02627836912870407, -0.03980756178498268, 0.01342832762748003, 0.03198053315281868, -0.02356177195906639, 0.016138199716806412, 0.009729989804327488, -0.0008014465565793216, 0.004269898869097233, 0.027139073237776756, 0.015223702415823936, -0.019715500995516777, 0.0023249094374477863, 0.005735785234719515, -0.0007211758056655526, 0.004004290793091059, 0.0028998327907174826, 0.03690268471837044, 0.005120516289025545, -0.01240624114871025, 0.01183468010276556, 0.001139760366640985, 0.010705006308853626, 0.022324509918689728, 0.007450468838214874, 0.011007597669959068, 0.021719327196478844, 0.01950032450258732, -0.006324157118797302, -0.004811200778931379, 0.00968964397907257, 0.03308330848813057, 0.006421658676117659, 0.024799033999443054, -0.02848392352461815, -0.0002210597158409655, 0.007786681409925222, 0.004269898869097233, -0.006055186968296766, 0.0046531809493899345, -0.020616549998521805, -0.03423988074064255, -0.02210933342576027, -0.01859927549958229, 0.04970565810799599, 0.027058381587266922, -0.009965338744223118, 0.002079474274069071, 0.022485891357064247, -0.006643558852374554, 0.010671384632587433, 0.00568199111148715, 0.01744270510971546, -0.003846270963549614, -0.012130547314882278, -0.020307235419750214, -0.6420851945877075, -0.008069099858403206, 0.028403231874108315, -0.041044823825359344, -0.0004374965210445225, 0.04263174533843994, 0.03082396276295185, 0.020885521546006203, -0.012117099016904831, 0.04483729973435402, 0.014900937676429749, 0.024677997455000877, 0.0021736137568950653, -0.0072554657235741615, -0.021342769265174866, -0.03902754560112953, 0.028914274647831917, -0.016326479613780975, 0.004589300602674484, 0.0005660977913066745, -0.02310452237725258, 0.03249157592654228, -0.010052753612399101, 0.002160165226086974, 0.020710689947009087, 0.00767909362912178, -0.01026793010532856, 0.005937512964010239, 0.011565710417926311, -0.002938497345894575, -0.0048347357660532, 0.010106547735631466, 0.011505192145705223, 0.009817404672503471, 0.057559579610824585, -0.0025787497870624065, 0.0049221510998904705, 0.0014482353581115603, 0.04577869549393654, 0.049033232033252716, 0.0014062088448554277, -0.009454295970499516, -0.0022341320291161537, -0.002466118661686778, 0.007800130173563957, -0.0005064200959168375, 0.023265905678272247, -0.0050734467804431915, -0.018747208639979362, 0.0015104346675798297, 0.014067131094634533, -0.019607912749052048, -0.0046968888491392136, 0.021571394056081772, -0.0016516438918188214, -0.004118603188544512, 0.018720312044024467, 0.006640196777880192, -0.020872071385383606, -0.007705990690737963, 0.0013053450966253877, 0.003967307507991791, -0.004491799045354128, -0.009810680523514748, 0.01577509008347988, 0.004142138175666332, -0.008472555316984653, -0.018209269270300865, -0.0013087071711197495, -0.04502557963132858, 0.007463917601853609, 0.00982412975281477, -0.002299693413078785, -0.02712562493979931, -0.007847200147807598, 0.031899843364953995, 0.03862409293651581, -0.03337917849421501, -0.006182948127388954, 0.014389894902706146, 0.006028290372341871, -0.005016290582716465, -0.034670233726501465, -0.013361085206270218, 0.02528318017721176, -0.0032091483008116484, -0.0033722114749252796, -0.019876882433891296, 0.0026476734783500433, 0.009165152907371521, -0.003449540352448821, -0.00833807047456503, 0.016582001000642776, -0.0025148694403469563, 0.01155226118862629, 0.03779028356075287, -0.013932646252214909, -0.005967772100120783, -0.009165152907371521, -0.01655510440468788, -0.035504039376974106, -0.005571041256189346, -0.012668486684560776, 0.023602116852998734, 0.03636474534869194, -0.006973047275096178, -0.01251382939517498, -0.0031536733731627464, 0.017752019688487053, -0.031630873680114746, 0.015116114169359207, -0.02794598415493965, -0.02607664093375206, 0.012036407366394997, -0.005779493134468794, -0.02937152422964573, 0.03558473289012909, 0.012540725991129875, -0.007974960841238499, -0.03531575947999954, -0.0015533018158748746, 0.02618422918021679, 0.003151992103084922, -0.02982877381145954, 0.0030696201138198376, -0.000816996383946389, 0.009972062893211842, 0.004239639732986689, 0.0032410884741693735, -0.0024577134754508734, 0.028860481455922127, -0.01063103973865509, 0.020885521546006203, -0.026063192635774612, 0.02528318017721176, -0.0039740316569805145, 0.011579158715903759, -0.01259452011436224, 0.0177654679864645, -0.020777933299541473, -0.013435051776468754, -0.0025938793551176786, -0.006004755385220051, -0.011068115942180157, -0.011861576698720455, -0.012917283922433853, -0.01724097691476345, -0.016434067860245705, -0.0011515278602018952, -0.0004942324012517929, 0.012500381097197533, -0.02330625057220459, -0.005312157329171896, 0.042873818427324295, -0.039054445922374725, -0.0071142567321658134, -0.007806854322552681, -0.01217761728912592, -0.006875545717775822, -0.02665492706000805, -0.007497538812458515, 0.028887378051877022, -0.024220747873187065, -0.014134373515844345, 0.005086895078420639, -0.021100696176290512, -0.013078666292130947, 0.007289086934179068, 0.00032990850741043687, -0.014282307587563992, -0.0007577389478683472, 0.00521465577185154, 0.004844821989536285, -0.00349997216835618, -0.008176688104867935, 0.029963258653879166, -0.005466815084218979, -0.010725178755819798, 0.023817293345928192, -0.0030881117563694715, -0.015290944837033749, 0.006132516078650951, -0.019083421677350998, -0.003789114998653531, 0.043761420994997025, 0.020629998296499252, 0.03617646545171738, 0.010153617709875107, -0.011975889094173908, 0.03351366147398949, -3.871697117574513e-05, 0.00141041143797338, 0.009097910486161709, 0.0024425839073956013, -0.003674802603200078, 0.01881445199251175, -0.009756886400282383, 0.01471265871077776, -0.001751667121425271, 0.018989281728863716, 0.02017275057733059, 0.016232339665293694, 0.013892300426959991, -0.03203432634472847, 0.011350533924996853, -0.021383116021752357, 0.0023618927225470543, -0.014981629326939583, 0.011142082512378693, -0.002040809951722622, -0.009279465302824974, -0.0037151481956243515, -0.02696424350142479, -0.03846270963549614, -0.003987480420619249, 0.03015153668820858, 0.002920005703344941, 0.04333106800913811, -0.007618575356900692, -0.006737698335200548, -0.001633992767892778, -0.008129618130624294, 0.01087311189621687, 0.002382065635174513, -0.014954731799662113, 0.02618422918021679, 0.011095012538135052, -0.006300622131675482, 0.012991251423954964, -0.029452215880155563, -0.023803845047950745, 0.00854652188718319, 0.020307235419750214, -0.00226775323972106, 0.01950032450258732, 0.0365799218416214, 0.013314015232026577, -0.023386942222714424, -0.00018008382176049054, -0.035046789795160294, -0.00022757383703719825, 0.012863490730524063, 0.02126207947731018, 0.0027132348623126745, 0.020508963614702225, -2.800019683490973e-05, 0.03475092351436615, -0.00527853611856699, -0.03512748330831528, 0.03429367393255234, -0.002945221494883299, 0.023023832589387894, -0.005762682296335697, -0.002516550477594137, 0.03222260624170303, 0.004871719051152468, 0.027811497449874878, 0.02799977734684944, 0.009756886400282383, 0.020078610628843307, -0.021087247878313065, 0.01223141048103571, 0.0058265626430511475, -0.003789114998653531, 0.02162518911063671, 0.03558473289012909, -0.02899496629834175, -0.007080635521560907, -0.016850970685482025, 0.009608953259885311, -0.0022896071895956993, -0.011249670758843422, -0.02596905454993248, 0.019782744348049164, 0.00786737259477377, 0.01593647338449955, 0.009427398443222046, 0.030689477920532227, -0.010362069122493267, -0.007685817778110504, -0.027394594624638557, 0.007026841398328543, 0.011135358363389969, 0.027677012607455254, -0.01264159008860588, -0.01729477196931839, -0.025215936824679375, 0.01724097691476345, -0.0027821585536003113, 0.025511804968118668, -0.0006467888015322387, 0.010093099437654018, -0.011276567354798317, 0.0035268692299723625, -0.007168050389736891, 0.019581016153097153, 0.02540421672165394, -0.013670400716364384, -0.024287991225719452, 0.013367809355258942, 0.02162518911063671, 0.014013336971402168, -0.012096925638616085, -0.015869230031967163, 0.03886616602540016, 0.005688715726137161, -0.02079138159751892, -0.022970037534832954, -0.0037689420860260725, -0.025700083002448082, 0.02080482989549637, -0.02810736559331417, -0.022553134709596634, -0.006176223512738943, 0.02899496629834175, -0.0009027305641211569, -0.0216789823025465, -0.029506009072065353, 0.027394594624638557, 0.01572129689157009, -0.005614748690277338, -0.0026745705399662256, -0.014457137323915958, 0.024153506383299828, 0.03042050637304783, 0.002111414447426796, -0.008237206377089024, 0.020105507224798203, -0.025417665019631386, -0.0064317453652620316, -0.020051714032888412, -0.010530175641179085, 0.01975584588944912, -0.021248629316687584, -0.0030410420149564743, 0.0017466240096837282, -0.006337605882436037, 0.013421603478491306, 0.009783783927559853, 0.00046607459080405533, 0.010119996033608913, -0.02283555269241333, 0.015035423450171947, -0.03235709294676781, 0.01079242117702961, 0.01240624114871025, 0.01944653131067753, 0.043922800570726395, 0.006522522773593664, 0.02283555269241333, 0.015613708645105362, 0.010106547735631466, 0.02424764633178711, -0.03243778273463249, 0.009407225996255875, 0.03415919095277786, 0.010550348088145256, 0.007806854322552681, 0.016797177493572235, 0.03259916603565216, -0.00687218364328146, -0.009649299085140228, -0.010516727343201637, -0.01798064447939396, 0.02853771671652794, 0.007961511611938477, 0.017214080318808556, -0.005856821779161692, 0.022647274658083916, -0.012379344552755356, 0.00831117294728756, -0.0005139848799444735, 0.012782799080014229, -0.002126544015482068, -0.0018626172095537186, 0.01990378089249134, -0.0008350678253918886, 0.0021030092611908913, 0.0009077737340703607, -0.0282149538397789, 0.0025316800456494093, -0.006189672276377678, -0.02711217664182186, -0.06046445667743683, -0.038113050162792206, -0.028295643627643585, -0.004683440085500479, -0.011296739801764488, -0.022297613322734833, -0.0068083032965660095, -0.013878852128982544, -0.012769350782036781, -0.018733760342001915, 0.010624314658343792, -0.007416847627609968, -0.013784712180495262, -0.014833695255219936, 0.006754509173333645, -0.01986343413591385, 0.013656951487064362, 0.0077463360503315926, -0.003098198212683201, -0.002943540457636118, 0.010483105666935444, -0.02618422918021679, -0.027192866429686546, -0.012843317352235317, -0.024745240807533264, 0.0007358851144090295, 0.0003433570091146976, 0.023588668555021286, -0.026264920830726624, -0.025619393214583397, 0.024382131174206734, 0.005621472839266062, 0.008687730878591537, 0.0005190280498936772, -0.0211679395288229, -0.0021517600398510695, -0.005547506269067526, -0.0016810625093057752, 0.03496610000729561, -0.01272228080779314, 0.006404848303645849, 0.011861576698720455, 0.03840891644358635, 0.018464790657162666, -0.005426469724625349, 0.016218891367316246, 0.0030847496818751097, -0.008896183222532272, 0.01014016941189766, -0.03585370257496834, 0.0005963569274172187, 0.02079138159751892, -0.027246661484241486, -0.005560955032706261, 0.022337958216667175, -0.012271756306290627, 0.022378304973244667, 0.002563620451837778, 0.01796719618141651, -0.02037447690963745, -0.007510987110435963, -0.010066201910376549, -0.01678372733294964, 0.02681630849838257, 0.024435924366116524, -0.02658768557012081, -0.025484908372163773, -0.011115184985101223, -0.028026673942804337, -0.01850513555109501, -0.024489719420671463, -0.012392792850732803, 0.024126609787344933, -0.006852010730654001, -0.023911433294415474, -0.03042050637304783, -0.002281201770529151, -0.015277496539056301, 0.010193963535130024, 0.002128225052729249, -0.004296795930713415, -0.012063304893672466, 0.002923367777839303, 0.005355865228921175, -0.01939273625612259, -0.010866387747228146, -0.03623025864362717, -0.014349550008773804, 0.00031624987605027854, -0.006028290372341871, 0.03488541021943092, 0.006855372805148363, -0.002856125123798847, -0.01678372733294964, -8.552405779482797e-05, 0.011034494265913963, -0.01338125765323639, -0.008486003614962101, -0.013199702836573124, 0.01944653131067753, 0.012049855664372444, 0.041206203401088715, 0.0007896791212260723, -0.005698801949620247, -0.003590749576687813, 0.0025064642541110516, 0.006841924507170916, -0.014362998306751251, -0.017429256811738014, -0.029344627633690834, 0.00655614398419857, 0.009064288809895515, 0.01970205269753933, 0.01609785482287407, -0.008129618130624294, 0.0014263815246522427, 0.016582001000642776, -0.01796719618141651, -0.02236485481262207, -0.030393609777092934, -0.04378831759095192, -0.000994348432868719, 0.0146319679915905, 0.006720887962728739, 0.014510931447148323, -0.03270675241947174, 0.0066939909011125565, 0.0070335655473172665, -0.01518335659056902, 0.02225726842880249, -0.022378304973244667, 0.03171156346797943, -0.007860648445785046, 0.011700195260345936, 0.004525420255959034, 0.025565598160028458, -0.006445193663239479, -0.006250190548598766, -0.01227848045527935, 0.0011456441134214401, -0.0028426768258213997, -0.007645472418516874, 0.03692958131432533, 0.013865403831005096, -0.008855837397277355, -0.00755133293569088, 0.006145964376628399, -0.031066035851836205, -0.017281321808695793, 0.03442816063761711, -0.018195820972323418, 0.026197677478194237, -0.014726107940077782, -0.00833134539425373, -0.022768311202526093, 0.009380328468978405, 0.009003770537674427, 0.009622401557862759, 0.0099249929189682, -0.006973047275096178, -0.0040177395567297935, 0.007726163137704134, -0.01609785482287407, 0.006673817988485098, 0.01792685128748417, 0.028403231874108315, 0.00958878081291914, 0.0069259777665138245, -0.03515437990427017, 0.010610866360366344, 0.0010834448039531708, -0.011848128400743008, 0.0182899609208107, 0.0044312807731330395, 0.0011515278602018952, 0.008512900210916996, -0.01656855270266533, -0.029721185564994812, -0.025888362899422646, -0.020213095471262932, 0.013314015232026577, 0.008654110133647919, 0.011686746962368488, -0.005167586263269186, 0.01003258116543293, -0.013280393555760384, -0.008445657789707184, -0.02623802423477173, -0.0013540958752855659, -0.01081931870430708, -0.007941339164972305, -0.018007541075348854, 0.006717525888234377, -0.0037353208754211664, 0.01126311905682087, -0.006939426064491272, -0.01340143010020256, 0.008701179176568985, -0.01709304377436638, -0.01314590871334076, -0.01703925058245659, -0.001973567297682166, 0.02294314093887806, -0.007827026769518852, -0.011639676988124847, 0.00995189044624567, 0.02205554023385048, -0.012083477340638638, -0.013367809355258942, 0.006973047275096178, 0.031684666872024536, -0.009743438102304935, -0.029506009072065353, -0.0009489597869105637, -0.003772304393351078, 0.0012624779483303428, -3.8375506846932694e-05, 0.001227175584062934, -0.014887489378452301, -0.013031596317887306, -0.009366880171000957, 0.014376446604728699, 0.023897984996438026, -0.03830133005976677, -0.023212110623717308, 0.007369778119027615, 0.000372145208530128, -0.0266414787620306, -0.004290071316063404, 0.011417776346206665, -0.026211127638816833, 0.017778916284441948, -0.0012767669977620244, -0.01366367656737566, 0.023265905678272247, -0.0021820191759616137, -0.018155476078391075, -0.009931717067956924, 0.01927170157432556, -0.02915634773671627, 0.02931773103773594, -0.026668375357985497, -0.002960351062938571, -0.02937152422964573, 0.01912376657128334, -0.010341896675527096, -0.01760408654808998, 0.02303728088736534, -0.01063103973865509, -0.02999015524983406, -0.018101681023836136, 0.007423572242259979, 0.0013591389870271087, 0.012426414526998997, 9.125017822952941e-05, 0.023117972537875175, -0.016420619562268257, 0.00723529327660799, -0.014067131094634533, -0.009810680523514748, 0.024731792509555817, -0.022458994761109352, 0.009629125706851482, 0.028914274647831917, -0.00903739221394062, -0.014241961762309074, -0.04163655638694763, 0.01285676658153534, 0.016057509928941727, -0.018061336129903793, 0.0029687564820051193, -0.006973047275096178, 0.001352414838038385, -0.011572434566915035, -0.012103649787604809, 0.02466454915702343, -0.01050327904522419, -0.015317841432988644, -0.007080635521560907, 0.018895141780376434, -0.026372509077191353, -0.019137214869260788, -0.0048515466041862965, -0.013246772810816765, 0.004471626132726669, 0.00275694252923131, 0.003634457243606448, 0.005285260733217001, 0.004996117670089006, -0.042873818427324295, 0.009931717067956924, -0.02042827196419239, 0.03518127650022507, 0.0248124822974205, -0.01194226834923029, 0.007968236692249775, -0.03004394844174385, -0.031738460063934326, -0.011619504541158676, -0.014309204183518887, -0.010099823586642742, 0.015667501837015152, 0.007874096743762493, 0.006270362995564938, 0.017536845058202744, 0.011996062472462654, 0.02028033882379532, 0.0010876473970711231, 0.008714628405869007, -0.0072554657235741615, 0.009945166297256947, 0.01979619264602661, 0.02832254208624363, -0.040426190942525864, -9.918268915498629e-05, 0.025848018005490303, 0.008169963955879211, 0.01382505800575018, 0.005954323336482048, -0.02216312848031521, 0.022243820130825043, -0.005033100955188274, -0.00428334716707468, 0.034347470849752426, 0.009783783927559853, 0.01995757408440113, -0.005194483324885368, -0.005396210588514805, 0.014726107940077782, 0.016366824507713318, -0.0031183708924800158, 0.012755902484059334, -0.01693166233599186, -0.0013347635976970196, 0.007208396214991808, -0.025928707793354988, 0.017523394897580147, -0.008364967070519924, -0.02711217664182186, 0.0044312807731330395, 0.021436909213662148, 0.012560899369418621, 0.00963585078716278, -0.014860592782497406, -0.0015675907488912344, 5.0563208787934855e-05, -0.006979771424084902, -0.021800018846988678, 0.0025232748594135046, 0.01131018903106451, -0.006804941222071648, 0.00013112286978866905, -0.017792366445064545, 0.006401486229151487, 0.0039404104463756084, -0.005480263847857714, 0.003916875459253788, -0.001570952939800918, -0.021450357511639595, 0.0003551244444679469, -0.009158428758382797, -0.007699266541749239, -0.005265087820589542, -0.04142137989401817, -0.013367809355258942, 0.008418761193752289, -0.013482121750712395, 0.006599851418286562, -0.018733760342001915, 0.005157499574124813, -0.020939314737915993, -0.014497483149170876, -0.028887378051877022, -0.0069528743624687195, 0.029237039387226105, 0.019204458221793175, 0.02085862308740616, 0.20732207596302032, 0.02079138159751892, -0.004975945223122835, 0.013058493845164776, 0.0015011888463050127, -0.0027132348623126745, 0.014968181028962135, -0.004239639732986689, -0.03130810707807541, 0.04150206968188286, -0.005954323336482048, 0.010099823586642742, -0.010409139096736908, -0.004360676277428865, 0.004727147985249758, -0.011437949724495411, -0.04236277565360069, -0.0216789823025465, -0.026063192635774612, -0.014564725570380688, 0.011673297733068466, -0.00878187082707882, -0.019365839660167694, -0.009192049503326416, 0.03015153668820858, 0.00021559627202805132, -0.010328448377549648, 0.0030679390765726566, 0.026735618710517883, 0.013851955533027649, -0.010617590509355068, -0.018935488536953926, 0.020051714032888412, 0.01068483293056488, -0.012776074931025505, -0.02084517478942871, 0.014766452834010124, -0.004935599397867918, -0.003315055277198553, -0.011054666712880135, 0.010657936334609985, 0.017160285264253616, 0.004169035237282515, -0.03270675241947174, 0.002052577445283532, 0.002807374345138669, -0.01604405976831913, 0.00956188328564167, 0.03510058671236038, 0.029129451140761375, -0.011875025928020477, 0.012917283922433853, 0.020549308508634567, 0.031012240797281265, 0.02832254208624363, -2.224781201221049e-05, -0.00043287361040711403, 0.015909574925899506, 0.006599851418286562, 0.00023471834720112383, -0.024745240807533264, 0.017792366445064545, -0.018841348588466644, -0.0020004643592983484, 0.00963585078716278, 0.034401264041662216, -0.02122173272073269, 0.008620488457381725, -0.0005097822286188602, -0.03316400200128555, 0.009790508076548576, -0.0044312807731330395, 0.001445713802240789, 0.011558986268937588, -0.00014015859051141888, -0.008963425643742085, -0.007584954146295786, 0.03316400200128555, 0.02294314093887806, 0.031173624098300934, -0.035342659801244736, -0.014120925217866898, -0.011505192145705223, -0.01568095199763775, 0.0034596265759319067, -0.054062969982624054, 0.021329320967197418, -0.021248629316687584, -0.007611851207911968, 0.0031183708924800158, -0.006899080704897642, -0.014618519693613052, -0.011579158715903759, 0.022405201569199562, -0.004071533214300871, 0.02444937266409397, -0.006973047275096178, 0.031684666872024536, -0.01582888513803482, -0.008835664950311184, -0.01787305623292923, 0.05045877397060394, 0.005755958147346973, 0.0030393609777092934, -0.03746752068400383, -0.029694288969039917, 0.021571394056081772, 0.008425485342741013, -0.010281378403306007, -0.009931717067956924, 0.012601244263350964, -0.019984470680356026, -0.0009565245709381998, -0.012076753191649914, 0.004606111440807581, 0.009380328468978405, 0.008775146678090096, -0.01562715694308281, 0.016918214038014412, -0.020885521546006203, -0.013031596317887306, -0.0025417665019631386, 0.005544144194573164, 0.01071173045784235, 0.009541710838675499, -0.02528318017721176, 0.0004072373849339783, 0.008022029884159565, -0.009703093208372593, -0.033675044775009155, 0.006340967956930399, -0.012345722876489162, -0.006993220187723637, 0.001572633977048099, -0.0069595989771187305, -0.018948936834931374, -0.0043505895882844925, -0.020777933299541473, 0.02017275057733059, -0.0034428159706294537, 0.017335116863250732, 0.009972062893211842, 0.03036671318113804, 3.1257255614036694e-05, -0.011673297733068466, 0.009622401557862759, -0.0004154325870331377, 0.021342769265174866, -0.01408057939261198, 0.0052987090311944485, -0.016165096312761307, 0.017321668565273285, -0.015694400295615196, -0.034670233726501465, -0.0031049223616719246, -0.015089217573404312, -0.01452437974512577, -0.045536622405052185, 0.020495513454079628, 0.01713338866829872, -0.03902754560112953, 0.03216881304979324, 0.020670345053076744, 0.0028964707162231207, -0.031792253255844116, -0.020293787121772766, -0.17128010094165802, 0.04884495213627815, 0.023696256801486015, -0.04623594507575035, 0.025323525071144104, 0.008519625291228294, -0.009171877056360245, 0.01839754730463028, -0.003195699770003557, -0.028752893209457397, 0.009541710838675499, -0.009003770537674427, -0.021020006388425827, -0.006488901097327471, 0.013710745610296726, -0.0035100586246699095, -0.0013498931657522917, 0.005971134174615145, 0.03961928188800812, 0.002928410889580846, 0.018612723797559738, -0.0350198931992054, 0.017536845058202744, 0.009501365013420582, -0.0038361847400665283, 0.01582888513803482, -0.009608953259885311, -0.013226599432528019, -0.025323525071144104, -0.021813467144966125, -0.01139087975025177, 0.0001620123948669061, 0.03337917849421501, 0.009111358784139156, 0.00328647717833519, 0.003920237999409437, -0.02028033882379532, 0.009945166297256947, -0.021705878898501396, 0.03870478272438049, 0.0014473948394879699, 0.028080468997359276, 0.005396210588514805, 0.013226599432528019, 0.00010002322233049199, 0.01316608116030693, 0.0077127148397266865, -0.0017079595709219575, 0.00867428258061409, -0.012823144905269146, -0.013334187678992748, -0.023696256801486015, -0.014215064235031605, 0.0044682640582323074, 0.03077016770839691, -0.0036479057744145393, -0.029344627633690834, 0.00666036969050765, -0.013179530389606953, 0.00016327320190612227, -0.005476901773363352, -0.0313619039952755, 0.017684778198599815, -0.014094027690589428, 0.005661818664520979, -0.018424445763230324, -0.0077463360503315926, 0.03259916603565216, -0.016286132857203484, 0.011774161830544472, -0.008828939869999886, 0.002793925814330578, -0.03668750822544098, 0.005560955032706261, -0.0018121853936463594, 0.013078666292130947, -0.009965338744223118, 0.006203120574355125, -0.007779957260936499, 0.0083582429215312, 0.0061997584998607635, 0.0013440095353871584, -0.010725178755819798, 0.00521465577185154, -0.009501365013420582, -0.01094707939773798, -0.017281321808695793, -0.018007541075348854, -0.005285260733217001, -0.017644431442022324, 0.01562715694308281, -0.028403231874108315, -0.019607912749052048, -0.012655038386583328, -0.01682407408952713, -0.008445657789707184, 0.003180570201948285, -0.01995757408440113, -0.012063304893672466, -0.019984470680356026, -0.002249261597171426, 0.008210309781134129, -0.0027804775163531303, -0.016070958226919174, -0.005614748690277338, -0.006065273657441139, 0.02126207947731018, -0.01418816763907671, 0.03779028356075287, -0.04064136743545532, -0.007726163137704134, 0.0015112751862034202, 0.023911433294415474, 0.010039305314421654, 0.0009817405370995402, 0.006966323126107454, 0.014874041080474854, -0.011357258073985577, 0.023373493924736977, -0.024906622245907784, 0.06562867760658264, -0.00227952073328197, 0.003431048709899187, 0.025686634704470634, 0.022190025076270103, -0.0019971022848039865, -0.10204721987247467, -0.012809696607291698, 0.005924064200371504, -0.0011750627309083939, -0.01932549476623535, 0.023494530469179153, 0.0016642519040033221, 0.04056067764759064, -0.015277496539056301, 0.006858734879642725, -0.0004639732651412487, -0.03908134251832962, -0.0041723973117768764, -0.010133445262908936, 0.006546057295054197, -0.008855837397277355, -5.192907337914221e-05, -0.002230769954621792, -0.0026577599346637726, 0.037548214197158813, 0.012016234919428825, -0.008970149792730808, 0.015290944837033749, -0.007242017425596714, 0.006001393310725689, 0.02444937266409397, -0.02356177195906639, 0.010657936334609985, -0.0001109501245082356, -0.013408154249191284, 0.007968236692249775, -0.02853771671652794, 0.006018203683197498, -0.021853812038898468, 2.610900264699012e-05, 0.010025857016444206, -0.027287006378173828, 0.0028998327907174826, 0.040775854140520096, 0.007369778119027615, 0.016918214038014412, 0.02283555269241333, -0.003805925603955984, -0.026372509077191353, -0.0014247004874050617, -0.00167517876252532, -0.0391889289021492, 0.0522339753806591, 0.0036647163797169924, -0.005806389730423689, -0.021100696176290512, -0.001736537553369999, -0.002408962696790695, -0.02837633527815342, 0.023077625781297684, -0.003846270963549614, 0.027085280045866966, 0.008479279465973377, -0.013737643137574196, -0.012897111475467682, -0.005241552833467722, -0.007416847627609968, -0.021598290652036667, 0.02403246983885765, 0.0006942788022570312, 0.020549308508634567, -0.021880710497498512, -0.0048044766299426556, 0.011491742916405201, -0.023602116852998734, -0.021598290652036667, 0.007786681409925222, -0.02582111954689026, 0.01818237267434597, -0.018989281728863716, -0.019137214869260788, -0.013730918988585472, -0.020872071385383606, 0.016797177493572235, -0.015169908292591572, -0.001554142334498465, -0.0014784944942221045, 0.0056181107647717, -0.014215064235031605, -0.01039569079875946, 0.02017275057733059, 0.025794222950935364, 0.02497386559844017, -0.007174775004386902, -0.02549835667014122, 0.01295762974768877, 0.007013392634689808, 0.014362998306751251, -0.011579158715903759, -0.016138199716806412, 0.015654053539037704, -0.008297724649310112, -0.012567623518407345, -0.0009724946576170623, 0.0007505944231525064, -0.007134429179131985, -0.0082304822281003, -0.03337917849421501, 0.025848018005490303, -0.003506696317344904, 0.007598402444273233, 0.022028643637895584, -0.0013145909179002047, 0.012130547314882278, -0.007941339164972305, -0.008264102973043919, 0.020441720262169838, -0.00924584362655878, 0.001367544406093657, -0.0031402248423546553, -0.006263638846576214, -0.019971022382378578, 0.0012893748935312033, 0.022270716726779938, -0.0180209893733263, 0.012332274578511715, 0.0072218445129692554, -0.014510931447148323, -0.006932701915502548, 0.013394705951213837, 0.017066147178411484, -0.015250599011778831, -0.006932701915502548, -0.004555679392069578, 0.02352142706513405, -0.004095068201422691, 0.014699210412800312, 0.007120980881154537, -0.023534875363111496, -0.003624370787292719, 0.02988256700336933, 0.0008808767306618392, -0.008304448798298836, 0.01473955623805523, 0.022445546463131905, 0.03891995921730995, 0.006815027445554733, 0.013172806240618229, -0.019971022382378578, 0.01970205269753933, -0.019917229190468788, -0.01518335659056902, -0.004236277658492327, -0.036606818437576294, 0.005100343842059374, 0.0034797994885593653, 0.004915426950901747, 0.021181387826800346, -0.003402470611035824, 0.019715500995516777, -0.009642574936151505, -0.008008581586182117, -0.02513524703681469, 0.009097910486161709, 0.007948063313961029, -0.012675211764872074, -0.012352447025477886, 0.04394969716668129, 0.008136342279613018, 0.009158428758382797, -0.030608786270022392, -0.006075359880924225, -0.014053682796657085, -0.0009766973089426756, 0.02267417125403881, 0.023279353976249695, -0.03332538157701492, -0.025632841512560844, 0.027703911066055298, -0.01058396976441145, 0.013596433214843273, -0.004310244228690863, -0.0046968888491392136, 0.014228513464331627, -0.006754509173333645, -0.018747208639979362, 0.005729061085730791, 0.005268449895083904, -0.004401021637022495, -0.007800130173563957, 0.00602156575769186, 0.007006668485701084, 0.005796303506940603, -0.009205498732626438, 0.004448091611266136, -0.018895141780376434, 0.019029628485441208, -0.0039841183461248875, 0.0032562180422246456, 0.00018355101929046214, -0.0020122318528592587, 0.02586146630346775, 0.02011895552277565, -0.024166954681277275, 0.0227279644459486, 0.0007300014258362353, 0.003520144848152995, 0.0003624790988396853, 0.004189207684248686, 0.021127592772245407, 0.009339983575046062, -0.02352142706513405, -0.0022711155470460653, -0.031792253255844116, -0.03093155100941658, -0.006028290372341871, -0.005880356766283512, 0.0066939909011125565, -0.017832711338996887, -0.009259291924536228, 0.004572490230202675, -0.025673186406493187, 0.01338125765323639, -0.009662747383117676, -0.021880710497498512, 0.012298652902245522, -0.0008518784306943417, -0.00867428258061409, 0.013697297312319279, 0.02303728088736534, 0.0030040587298572063, 0.0449448861181736, 0.025888362899422646, -0.0002853603509720415, -0.028645304962992668, -0.002533361315727234, 0.010738627053797245, 0.01682407408952713, -0.011572434566915035, 0.005984582472592592, -0.023185214027762413, -0.01765787973999977, -0.0015600259648635983, -0.02575387805700302, 0.00517431041225791, -0.025363871827721596, 0.06697352975606918, 0.02658768557012081, -0.018733760342001915, 0.007369778119027615, 0.009548434987664223, 0.030581889674067497, 0.013972992077469826, 0.00807582400739193, 8.641712338430807e-05, -0.014282307587563992, 0.01629958301782608, 0.004791028331965208, 0.0074437446892261505, -0.01194226834923029, -0.014174719341099262, 0.008008581586182117, -0.012493656948208809, 0.027461837977170944, 0.003106603631749749, -0.01251382939517498, 0.0003124674840364605, -0.014403343200683594, 0.030286021530628204, -0.0010489829583093524, -0.007900994271039963, -0.026789411902427673, 0.03324469178915024, 0.002072750125080347, 0.005053273867815733, -0.014779902063310146, -0.02095276303589344, -0.005090257152915001, -0.04131379351019859, -0.019217906519770622, 0.008270827122032642, -0.01303832046687603, -0.0146319679915905, -0.02169243060052395, -0.016138199716806412, -0.009306361898779869, -0.03120052069425583, 0.010220860131084919, -0.02837633527815342, -0.031738460063934326, 0.017362013459205627, 0.00924584362655878, 0.008022029884159565, -0.0005375197506509721, -0.010193963535130024], \"dd1415ec-89de-4dc8-8c62-f2a35436a5ea\": [0.026503346860408783, 0.00646104896441102, 0.011342883110046387, -0.01476222649216652, 0.0014264431083574891, 0.02311146818101406, -0.0014530493644997478, 0.01342332735657692, -0.009180044755339622, -0.01867593266069889, 0.0253086369484663, 0.02469068206846714, 0.016904465854167938, -0.004157455172389746, -0.010086377151310444, -0.012228616513311863, 0.011850978247821331, 0.004926464054733515, -0.011974569410085678, -0.006756293587386608, -0.0068352543748915195, -0.0018195302691310644, -0.01180291548371315, -0.03139204531908035, 0.00044458333286456764, 0.012468932196497917, 0.038093410432338715, -0.021147748455405235, 0.012771042995154858, -0.02312519960105419, 0.02471814677119255, 0.008308043703436852, -0.011480205692350864, -0.00603534746915102, 0.00673912838101387, -0.008088327012956142, -0.008692548610270023, -0.01971958763897419, 0.02403153106570244, 0.0001017585163936019, 0.034358225762844086, -0.013320335187017918, -0.00576413469389081, -0.0006415560492314398, 0.011569466441869736, 0.022177670150995255, -0.0047754086554050446, -0.007745019625872374, -0.014363990165293217, 0.014055012725293636, 0.0005402803071774542, 0.051825713366270065, -0.031584300100803375, 0.011040772311389446, -0.010910315439105034, 0.01040222030133009, -0.021120283752679825, 0.0024289011489599943, 0.015448842197656631, -0.021573450416326523, 0.033177245408296585, 0.02243858389556408, -0.015078069642186165, -0.01396575290709734, -0.016121724620461464, 0.012276680208742619, 0.0027842246927320957, -0.01650622859597206, -0.004782274831086397, -0.012819105759263039, 0.045124351978302, 0.026764260604977608, 0.0016289945924654603, 0.000812780752312392, 0.03356175124645233, 0.007353648543357849, -0.026036448776721954, -0.0019654359202831984, -0.001043655094690621, -0.020159022882580757, 0.021298803389072418, -0.01371857151389122, -0.019527336582541466, 0.03141951188445091, -0.008129524067044258, 0.0046930150128901005, 0.01374603621661663, -0.0012856869725510478, 0.0009981668554246426, 0.004957361612468958, -0.0038347458466887474, 0.014556242153048515, 0.01316927932202816, 0.01812664046883583, -0.0025095785968005657, 0.023344917222857475, 0.0025164447724819183, 0.02421005256474018, 0.0042673135176301, 0.003009091131389141, -0.02736848220229149, 0.011095701716840267, -0.030842754989862442, -0.02298787608742714, -0.029744170606136322, -0.00029417171026580036, 0.02462202124297619, -0.0029884926043450832, 0.035401880741119385, 0.011933372355997562, -0.007724421098828316, 0.033726539462804794, -0.008424768224358559, -0.016588622704148293, -0.0032373906578868628, 0.01749495603144169, 0.01207069493830204, -0.031611762940883636, -0.00011404249380575493, -0.009516486898064613, 0.021545985713601112, 0.039796218276023865, -0.01182351354509592, -0.01819530315697193, -5.9810619859490544e-05, 0.001150080468505621, -0.015627361834049225, 0.013787233270704746, 0.010855386033654213, -0.014556242153048515, 0.021559717133641243, 0.01592947170138359, 0.015242857858538628, -0.015023140236735344, -0.004960794933140278, 0.005901457741856575, 0.007463507354259491, 0.001741427811793983, -0.028096294030547142, -0.052979227155447006, 0.02955191768705845, 0.010512079112231731, -0.0027035472448915243, 0.016657285392284393, -0.003639060538262129, 0.00875434372574091, 0.011899041011929512, 0.016890734434127808, 0.009921589866280556, 0.010003983043134212, -0.004037297330796719, 0.008335508406162262, -0.02585792914032936, -0.000960403005592525, 0.002174853580072522, 0.02410019375383854, 0.012056962586939335, -0.0013028522953391075, -0.005012291017919779, 0.0022967278491705656, 0.014940747059881687, 0.030897684395313263, -1.6964222595561296e-05, 0.007552767172455788, -0.0010230566840618849, 0.031913872808218, 0.008974060416221619, 0.0038999742828309536, 0.025940321385860443, 0.020667117089033127, 0.0020598454866558313, 4.953821553499438e-05, -0.011150631122291088, 0.008836737833917141, 0.013931422494351864, 0.02146359160542488, 0.005046621896326542, 0.02856319211423397, -0.03724200651049614, -0.022878019139170647, -0.017687207087874413, -0.00615893816575408, 0.03606102988123894, 0.028151223435997963, -0.018442483618855476, 0.0035223360173404217, -0.006210434250533581, 0.0015217108884826303, -0.0020924597047269344, -0.00020727196533698589, 0.014185469597578049, 0.005256039556115866, -0.0024151690304279327, -0.002923264168202877, -0.6332240104675293, -0.0020409636199474335, -0.0005291228299029171, -0.04103212431073189, 0.0029781933408230543, 0.03251809626817703, 0.028096294030547142, -0.0020735778380185366, -0.009255573153495789, 0.03350682184100151, -0.014940747059881687, 0.017769601196050644, 0.005520386155694723, -0.021518521010875702, 0.0022229168098419905, -0.02749207243323326, 0.033122316002845764, -0.011919640004634857, 0.008040264248847961, 0.0038587774615734816, -0.002976476913318038, -0.004360006656497717, -0.024470966309309006, -0.008404170162975788, -0.01402068231254816, 0.004703314043581486, 0.014171737246215343, 0.00219545210711658, 0.010161904618144035, -0.0018830421613529325, -0.012777908705174923, 0.008857335895299911, 0.021738236770033836, -0.00821191817522049, 0.05251232907176018, 0.01586081087589264, -0.006457616109400988, 0.0013423326890915632, 0.038038481026887894, 0.04592082276940346, -0.0047754086554050446, -0.020543526858091354, 0.005026023369282484, 0.008823005482554436, -0.01179604884237051, -0.001719971070997417, 0.046360258013010025, -0.01598440110683441, -0.02572060562670231, 0.01073179580271244, 0.011789183132350445, -0.004033864475786686, -0.014624903909862041, 0.03136458247900009, -0.021806899458169937, -0.017810797318816185, 0.0396314300596714, 0.01874459534883499, 0.0003662662929855287, 0.0013989785220474005, 0.02797270379960537, -0.001773183699697256, -0.030430786311626434, -0.004565990995615721, -0.0007930405554361641, 0.004270746372640133, -0.0048303380608558655, -0.002480397466570139, -0.0017474356573075056, -0.030568107962608337, -0.00753216864541173, 0.009592014364898205, -0.011384080164134502, -0.027080103754997253, -0.011864710599184036, 0.026187503710389137, 0.03564906120300293, -0.016712214797735214, 0.004123124293982983, 0.015723487362265587, 0.009543951600790024, -0.014254131354391575, -0.01982944644987583, -0.012805373407900333, 0.032023731619119644, 0.0374067947268486, -0.015023140236735344, -0.025651942938566208, 0.016135457903146744, -0.029332201927900314, 0.013739170506596565, 0.011631261557340622, -0.006299694534391165, -0.0273959469050169, 0.018854454159736633, 0.027286088094115257, -0.019911840558052063, -0.01204323023557663, -0.008651351556181908, -0.032078661024570465, -0.021188944578170776, 0.0029593114741146564, -0.02916741371154785, -0.009516486898064613, 0.02139492891728878, 0.0006153788999654353, 0.007779350038617849, -0.004109391942620277, 0.03938424959778786, -0.009942187927663326, -0.013835296034812927, -0.018332626670598984, -0.008472831919789314, -0.003474273020401597, -0.02198541909456253, -0.026750527322292328, 0.014391454868018627, 0.0023997200187295675, -0.0017285537905991077, -0.03787369281053543, 0.0013869627146050334, 0.016327708959579468, 0.006814655847847462, -0.02084563672542572, 0.009454690851271152, -0.00453852629289031, -0.002542192814871669, -0.03477019444108009, -0.014528777450323105, 0.002909531816840172, 0.026022715494036674, -0.010278629139065742, 0.014158005826175213, -0.006237898953258991, 0.012159954756498337, -0.0003598292823880911, -0.004995125345885754, -0.01705552078783512, 0.03076036088168621, -0.026489613577723503, -0.0024752477183938026, -0.0012916948180645704, 0.002849453128874302, -0.011837245896458626, -0.01814037375152111, -0.013917690142989159, -0.010045180097222328, -0.004222683608531952, -0.00990785751491785, 0.0010410803370177746, -0.006031914614140987, -0.01921149343252182, 0.003228808054700494, 0.010443417355418205, -0.022891750559210777, -0.003462257096543908, 0.020035430788993835, -0.030293462797999382, -0.01753615215420723, -0.01969212479889393, -0.015229125507175922, 0.040867336094379425, -0.01639637164771557, -0.010443417355418205, -0.003197910264134407, 0.0035944306291639805, 0.0006462765741162002, 0.008829871192574501, -0.018209034577012062, -0.03224344924092293, 0.011693056672811508, 0.014446383342146873, -0.007882342673838139, 0.008514028042554855, -0.0011423560790717602, 0.009207509458065033, -0.01045714970678091, -0.035841312259435654, 0.025597015395760536, -0.0011003008112311363, 0.001066828379407525, 0.0005754693411290646, -0.005746969021856785, -0.006244765128940344, 0.022232599556446075, 0.0038999742828309536, 0.014116808772087097, 0.02254844270646572, -0.01584707945585251, 0.011095701716840267, 0.010354157537221909, 0.032655417919158936, -0.00780681474134326, 0.001572348759509623, -0.0036287612747401, 0.014940747059881687, -0.0016959395725280046, 0.01210502628237009, 0.018799524754285812, 0.031639229506254196, 0.01967839151620865, -0.007326184306293726, 0.007861743681132793, -0.0062859621830284595, 0.003958336543291807, -0.009708738885819912, -0.004898999352008104, -0.0056165121495723724, 0.021051621064543724, 0.00655717495828867, -0.0019070736598223448, -0.009166313335299492, -0.006399253848940134, -0.040318045765161514, -0.004823471885174513, 0.026544542983174324, -0.0006093709962442517, 0.02683292143046856, 0.005352165549993515, 0.0013346082996577024, 0.008266846649348736, -0.0062550646252930164, 0.025473423302173615, 0.017275238409638405, -0.01590200886130333, 0.0011766868410632014, 0.017220309004187584, 0.02139492891728878, -0.015654826536774635, -0.041389163583517075, -0.007889208383858204, 0.007079002913087606, 0.014034414663910866, -0.007030939683318138, 0.027574466541409492, 0.017838262021541595, 0.01973332092165947, -0.01259252242743969, 0.020982960239052773, -0.017824530601501465, 0.027698056772351265, 0.04737645015120506, -0.0011346315732225776, -0.011905907653272152, -0.003766084322705865, -0.0013792383251711726, 0.020722046494483948, 0.006110875401645899, -0.029277272522449493, 0.0011251906398683786, -0.00240658619441092, 0.005856827832758427, -0.0048303380608558655, 0.012578790076076984, 0.038670167326927185, 0.005159913096576929, 0.014144273474812508, 0.010381622239947319, 0.029359666630625725, 0.01642383635044098, -0.008946595713496208, -0.019898109138011932, 0.002933563431724906, 0.003587564453482628, 0.013409595005214214, 0.03221598640084267, -0.021504787728190422, -0.026572007685899734, 0.0035806982778012753, -0.0004349278169684112, 0.004675849340856075, -0.02897516079246998, -0.02856319211423397, 0.0034433752298355103, 0.020447401329874992, 0.013979485258460045, -0.010031447745859623, 0.016053063794970512, 0.021092819049954414, 0.015242857858538628, -0.026736795902252197, -0.012544459663331509, 0.006921081338077784, 0.022328726947307587, -0.00453852629289031, -0.017797065898776054, -0.04482223838567734, 0.0036562259774655104, -0.01125362329185009, 0.0017345616361126304, -0.0170005913823843, -0.0009904424659907818, 0.010161904618144035, -0.011473339982330799, -0.020722046494483948, 0.002847736468538642, 0.02475934475660324, -0.008397303521633148, -0.005692040082067251, -0.003937738016247749, 0.009914723224937916, 0.003982367925345898, -0.014693565666675568, -0.013183011673390865, 0.02842586860060692, 0.01264745183289051, -0.008335508406162262, -0.0405377596616745, -0.010038314387202263, -0.041416630148887634, -0.00356696592643857, -0.006454182788729668, -0.010100109502673149, -0.010827921330928802, 0.007999067194759846, -0.011184961535036564, -0.026668135076761246, 0.002815122250467539, 0.022163938730955124, -0.00033386662835255265, -0.0021697040647268295, 0.008280579000711441, -0.03021106868982315, 0.008864202536642551, 0.03666525334119797, -0.013615579344332218, -0.0028957996983081102, 0.01750868745148182, -0.031007543206214905, 0.0054620238952338696, -0.013780366629362106, -0.0015500338049605489, 0.013189878314733505, -0.027574466541409492, -0.0011552301002666354, -0.03166669234633446, 0.007113333325833082, 0.008960328064858913, -0.0029078153893351555, -0.0012951279059052467, -0.00959888007491827, -0.03787369281053543, 0.015517503023147583, -0.02632482722401619, -0.005149614065885544, 0.004947062581777573, 0.021834364160895348, 0.044108159840106964, 0.013588114641606808, 0.021600913256406784, 0.03606102988123894, 0.020708315074443817, 0.02198541909456253, -0.02026887983083725, 0.014528777450323105, 0.015132999047636986, 0.02576180174946785, 0.010065779089927673, -0.010010849684476852, 0.030568107962608337, 0.0030245399102568626, -0.004397770389914513, 0.008514028042554855, -0.014226666651666164, 0.002777358517050743, 0.008699414320290089, 0.009942187927663326, -0.024553360417485237, 0.01509180199354887, -0.0003366560267750174, 0.004751377273350954, -0.0023911374155431986, 0.00755963334813714, 7.845114851079416e-06, -0.003264855360612273, 0.0028546026442199945, -0.02136746421456337, 0.016341442242264748, 0.004696447867900133, 0.009255573153495789, -0.00335583183914423, -0.0002810831065289676, 0.00959888007491827, -0.050122909247875214, -0.017412561923265457, -0.03509976714849472, -0.0032682884484529495, -0.021257607266306877, -0.015805881470441818, 0.001615262241102755, -0.00087629264453426, -0.021559717133641243, -0.018524877727031708, -0.00753216864541173, -0.01754988357424736, -0.007223191671073437, -0.04877714440226555, -0.003536068368703127, -0.0079784682020545, -0.001245348365046084, 0.006855852901935577, -0.003270004875957966, 0.00686271907761693, 0.021669575944542885, -0.009454690851271152, -0.04116944596171379, 0.0019036406883969903, -0.025473423302173615, -0.0027825080323964357, 0.0009724187548272312, 0.010759260505437851, -0.002679515862837434, 0.0020512628834694624, 0.022397387772798538, -0.017769601196050644, -0.017261506989598274, -0.009482155553996563, -0.006361489649862051, 0.012613121420145035, 0.00019643631821963936, 0.020433668047189713, 0.03147444128990173, 0.007449775002896786, -0.037626512348651886, -0.012276680208742619, 0.020406203344464302, 0.011027039960026741, -0.0023362082429230213, 0.0017646010965108871, 0.012173687107861042, -0.0007720129797235131, 0.024045264348387718, -0.023976603522896767, -0.02957938238978386, 0.04221310093998909, -0.032545559108257294, -0.007628294639289379, 0.00017830538854468614, 0.0034159105271101, 0.05259472504258156, -0.005218275357037783, 0.04322929307818413, -0.013368397951126099, -0.022905483841896057, -0.013540051877498627, -0.01097211055457592, 0.02861812151968479, 0.009743069298565388, -0.028206152841448784, 0.011397812515497208, -0.012695514596998692, -0.018524877727031708, 0.0020409636199474335, -0.02529490366578102, -0.02414138987660408, 0.014377722516655922, -0.011617529205977917, -0.023399846628308296, -0.016602355986833572, -0.005437992513179779, -0.0016667584422975779, 0.00988039281219244, -0.011047638952732086, 0.0025336099788546562, 0.02587166056036949, -0.0170005913823843, 0.013134948909282684, -0.018209034577012062, 0.0025250273756682873, -0.04020818695425987, -0.030046280473470688, -0.015146731398999691, 0.0029404296074062586, 0.04509688541293144, 0.021243873983621597, -0.0053281341679394245, -0.005743536166846752, -0.00019353965763002634, 0.0017697507282719016, -0.02905755490064621, -0.02581673115491867, -0.040400438010692596, 0.019115367904305458, 0.02197168581187725, 0.03336950019001961, -0.010848520323634148, 0.0043153767473995686, 0.019856911152601242, -0.006488513667136431, 0.0014367422554641962, -0.022287528961896896, -0.005643976852297783, -0.025391029193997383, 0.011871577240526676, 0.009166313335299492, 0.01926642283797264, 0.008733745664358139, -0.023853011429309845, 0.009962786920368671, 0.003525769105181098, -0.0009355132351629436, -0.0033953122328966856, -0.023701956495642662, -0.039219461381435394, -0.002660633996129036, 0.02149105630815029, 0.008033397607505322, 0.01926642283797264, -0.018483681604266167, 0.0009483872563578188, 0.0007947570993565023, 0.012983893044292927, 0.02143612690269947, -0.03617088869214058, 0.04575603827834129, -0.005733237136155367, 0.020680850371718407, 0.010711196810007095, 0.024512162432074547, -0.0044698650017380714, 0.0067494274117052555, -0.009763668291270733, 0.014734761789441109, 0.01642383635044098, 0.0015457425033673644, 0.022301262244582176, 0.00451792823150754, -0.028837839141488075, -0.018483681604266167, 0.010017715394496918, -0.006289395038038492, 0.014041280373930931, 0.016780875623226166, -0.02026887983083725, 0.015284053981304169, -0.03389132767915726, -0.020433668047189713, -0.018840720877051353, 0.008637619204819202, 0.027135033160448074, 0.00560964597389102, 0.009832330048084259, -0.0027687756810337305, -0.012908365577459335, 0.017137914896011353, -0.00017111738270614296, 0.03718708083033562, -0.015476306900382042, 0.02897516079246998, 0.00561307929456234, 0.005499787628650665, -0.01235220767557621, 0.007374247070401907, 0.002863185480237007, 0.0028460200410336256, 0.016725946217775345, 0.014350257813930511, 0.007387979421764612, 0.013601846992969513, -0.0055993469431996346, -0.01693193055689335, -0.013862760737538338, -0.025940321385860443, 0.0002501854032743722, 0.0235371682792902, -0.0016238449607044458, -0.005551283713430166, -0.01476222649216652, -0.009921589866280556, -0.005118716508150101, -0.02477307617664337, 2.22345315705752e-05, -0.001024773227982223, -0.020570991560816765, -0.02842586860060692, 0.03669271618127823, 0.014226666651666164, 0.004648385103791952, 0.009386030025780201, 0.007731287274509668, -0.007703822571784258, -0.004710180219262838, 0.0057915993966162205, -0.008644484914839268, 0.02580299973487854, 0.01702805608510971, -0.006076544523239136, -0.006828388199210167, 0.038725096732378006, 0.03416597098112106, 0.005623378325253725, -0.033232174813747406, -0.0035326352808624506, 0.029194878414273262, -0.002648618072271347, -0.002267546718940139, 0.006855852901935577, -0.0009749935707077384, 0.006004449911415577, 0.0006149497348815203, -0.0024443501606583595, -0.016712214797735214, -0.030293462797999382, -0.009942187927663326, 0.0058739930391311646, 0.026077644899487495, -0.021793166175484657, -0.014418919570744038, 0.005468890070915222, -0.005232007708400488, -0.020213952288031578, -0.01874459534883499, 0.005396795459091663, 0.0036974227987229824, -0.010580739937722683, 0.017234042286872864, -0.01650622859597206, -0.001109741861000657, -0.004009832628071308, 0.003944604191929102, -0.007188861258327961, 0.03784622997045517, -0.02637975662946701, 0.03367161005735397, -0.0033850129693746567, 0.009942187927663326, -0.029332201927900314, 0.02797270379960537, -0.013560649938881397, -0.006608671508729458, 0.007168262731283903, -0.013361531309783459, -0.0363631397485733, -0.02252097800374031, 0.007779350038617849, 0.013217343017458916, 0.0034330759663134813, 0.010264896787703037, 0.016039330512285233, -0.008575824089348316, 0.01642383635044098, -0.011747986078262329, -0.024951595813035965, 0.023303719237446785, -0.025967786088585854, 0.0050534880720078945, 0.03117232955992222, -0.029469523578882217, 0.0026537678204476833, -0.01125362329185009, -0.017151648178696632, 0.011329150758683681, -0.018360089510679245, -0.02626989781856537, 0.012304143980145454, 0.017192844301462173, -0.020200219005346298, 0.0012513562105596066, -0.006227599922567606, -0.021765701472759247, -0.009976519271731377, -0.015490039251744747, 0.009427227079868317, 0.009447825141251087, -0.026997709646821022, -0.01694566383957863, -0.005046621896326542, 0.02132626809179783, 0.004905865527689457, -0.002513011684641242, -0.02521250955760479, -0.010539542883634567, -0.028947696089744568, -0.010491480119526386, -0.02859065681695938, 0.03012867458164692, 0.017316434532403946, -0.020488597452640533, -0.014583706855773926, -0.0036356274504214525, -0.027794184163212776, -0.02094176411628723, -0.006934813689440489, 0.01369797345250845, 0.016739677637815475, -0.008932863362133503, 0.02794523909687996, 0.056220050901174545, 0.015380180440843105, 0.004044163506478071, -0.036500465124845505, 0.01919776014983654, -0.01341646071523428, 0.014116808772087097, 0.013670508749783039, 0.001932821818627417, -0.023907940834760666, -0.006224166601896286, 0.033836398273706436, 0.021024158224463463, 0.007312451954931021, 0.015764685347676277, 0.0035498004872351885, 0.013244806788861752, 0.0031601465307176113, -0.00508781848475337, 0.022836821153759956, -0.002712130080908537, 0.03468779847025871, -0.043613798916339874, -0.004898999352008104, 0.01928015425801277, 0.005970119033008814, 0.016684750095009804, 0.00560964597389102, -0.010477747768163681, -0.013093751855194569, 0.01639637164771557, -0.0070137744769454, 0.01229041162878275, -0.006110875401645899, -0.0054276930168271065, -0.002375688636675477, 0.011061371304094791, 0.007305585779249668, 0.010347290895879269, -0.0027155631687492132, -0.011754851788282394, 9.977377339964733e-05, -0.0026880984660238028, -0.013292870484292507, -0.00036261865170672536, 0.014624903909862041, 6.179537012940273e-05, 0.013327200897037983, -0.011384080164134502, 0.012585656717419624, -0.011432142928242683, 0.002542192814871669, -0.012063829228281975, 0.015201660804450512, 0.009440959431231022, -0.010079511441290379, -0.007360514719039202, -0.007779350038617849, -0.001361214672215283, -0.007751885801553726, -0.0037489188835024834, -0.022809356451034546, -0.012063829228281975, -0.01756361685693264, -0.003972068894654512, 0.003683690447360277, -0.016300244256854057, -0.013828430324792862, -0.012805373407900333, -0.01598440110683441, 0.008431634865701199, 0.011459607630968094, -0.010718063451349735, 0.22828581929206848, 0.005582181736826897, -0.008465965278446674, 0.014432651922106743, -0.021257607266306877, 0.002859752392396331, -0.00120415142737329, 0.004174620378762484, -0.025954054668545723, 0.030403321608901024, 0.005396795459091663, 0.022246332839131355, -0.011102567426860332, -0.0036596590653061867, -0.00508781848475337, -0.03180401772260666, -0.037599049508571625, -0.009509620256721973, -0.015284053981304169, -0.012262947857379913, 0.0003491009119898081, -0.0041780536994338036, -0.018016783520579338, -0.001951703685335815, 0.01594320498406887, -0.014611171558499336, -0.004009832628071308, -0.011445875279605389, 0.02787657640874386, 0.023839280009269714, -0.017742136493325233, -0.008788674138486385, 0.010642535984516144, 0.013780366629362106, -0.0026091376785188913, 0.0017783333314582705, 0.024539627134799957, 0.0007243790314532816, 0.007834278978407383, -0.026530811563134193, 0.04377858340740204, 0.0039549036882817745, 0.0020718614105135202, -0.011013307608664036, 0.012249215506017208, 0.02845333330333233, -0.002672649687156081, -0.019609730690717697, 0.007250656373798847, 0.006138340104371309, -0.01070433109998703, 0.01478969119489193, 0.010354157537221909, 0.030595572665333748, 0.003587564453482628, -0.007593964226543903, -0.015517503023147583, 0.02533610165119171, 0.016657285392284393, -0.0019019241444766521, -0.016808340325951576, 0.023372381925582886, -0.01639637164771557, 0.017467491328716278, 0.01509180199354887, 0.03361668065190315, -0.0394941046833992, -0.005815630778670311, -0.009262438863515854, -0.031556833535432816, 0.020090360194444656, -0.0024838305544108152, 0.0290300901979208, -0.0021903025917708874, 0.0025524920783936977, -0.013430193066596985, 0.00713393185287714, 0.03015613928437233, 0.015737220644950867, 0.037132151424884796, -0.028343474492430687, -0.00823251623660326, -0.00780681474134326, -0.0317765511572361, -0.020996693521738052, -0.04773348942399025, 0.04160888120532036, -0.005726370960474014, -0.0077587515115737915, -0.008163854479789734, 0.003937738016247749, -0.025583282113075256, -0.0004424376820679754, 0.03529202193021774, 0.006069678347557783, 0.018291428685188293, 0.0014273013221099973, 0.02790404111146927, -0.01819530315697193, -0.006752860266715288, -0.007079002913087606, 0.0648714005947113, 0.007902940735220909, 0.018318893387913704, -0.03847791627049446, -0.010141306556761265, -0.0007346782367676497, 0.008417902514338493, 0.008287445642054081, -0.02243858389556408, 0.0075733656994998455, -0.015105534344911575, -0.017755869776010513, -0.01592947170138359, 0.0022212001495063305, 0.014336525462567806, -0.005170212592929602, -0.014803423546254635, -0.010580739937722683, 0.0022744128946214914, -0.028947696089744568, -0.02583046443760395, -0.019513603299856186, -0.0022006016224622726, 0.006347757298499346, -0.01400008425116539, 0.012091293931007385, -0.006608671508729458, -0.019609730690717697, -0.0197470523416996, 0.009131981991231441, -0.021683307364583015, -0.0038965411949902773, 0.0011981434654444456, -0.013807831332087517, 0.0032682884484529495, -0.006323725916445255, -0.02861812151968479, 0.02474561147391796, -0.005393362604081631, -0.003910273779183626, -0.008726879023015499, 0.01586081087589264, 0.0011964270379394293, -0.0025507754180580378, -0.003958336543291807, 0.002628019778057933, -0.002712130080908537, -0.03345189243555069, 0.019541068002581596, 0.0027807916048914194, -0.00521484250202775, 0.004960794933140278, -0.027849111706018448, -0.014803423546254635, 0.005183944944292307, 0.00903585646301508, -0.013883359730243683, -0.008623886853456497, 0.010779858566820621, -0.04177366942167282, 0.006395820528268814, 0.02136746421456337, 0.02092803083360195, -0.018373822793364525, -0.016849536448717117, -0.175773486495018, 0.03361668065190315, 0.02845333330333233, -0.02405899576842785, 0.025432227179408073, 0.013835296034812927, -0.00466211698949337, 0.0034159105271101, 0.010299228131771088, -0.034275829792022705, 0.002154255285859108, -0.02146359160542488, -0.017906924709677696, -0.004988259635865688, 0.001500254264101386, 0.0018761759856715798, -0.012427735142409801, -0.0014101359993219376, 0.017769601196050644, 0.005942654330283403, -0.002753326902166009, -0.018909381702542305, 0.011397812515497208, 0.0016967977862805128, 0.01045714970678091, 0.01809917576611042, -0.006234466098248959, -0.01155573409050703, -0.012468932196497917, -0.04278985783457756, -0.0014736478915438056, -0.0017903491389006376, 0.016698481515049934, 0.008328642696142197, -0.0028443033806979656, -0.025542085990309715, -0.010203101672232151, -0.004696447867900133, -0.012585656717419624, 0.02698397822678089, 0.014254131354391575, 0.024443501606583595, 0.004380605183541775, 0.01558616477996111, 0.001202434883452952, 0.022081544622778893, 0.01651996187865734, -0.006564041133970022, 0.009839195758104324, -0.014171737246215343, -0.006684198975563049, -0.003683690447360277, 0.005681740585714579, 0.013327200897037983, 0.002830571262165904, -0.014473848044872284, -0.01864846795797348, 0.026462148874998093, 0.0028408702928572893, -0.013382130302488804, -0.0004643235297407955, -0.028288546949625015, -0.014130541123449802, 0.0008544067968614399, -0.00396520271897316, -0.021683307364583015, 0.003062303876504302, 0.0516609288752079, -0.04542646184563637, 0.00904958788305521, -0.01976078562438488, 0.004758243449032307, -0.011061371304094791, -0.010436550714075565, -0.010601338930428028, 0.03062303736805916, -0.034330759197473526, 0.017879460006952286, -0.00765575934201479, -0.01426786370575428, -0.006529710721224546, -0.0032047764398157597, -0.02567940764129162, 0.0036253281868994236, -0.033836398273706436, -0.017797065898776054, 0.004710180219262838, 0.006485080346465111, -0.005867126863449812, -0.001857294118963182, -0.006289395038038492, -0.032655417919158936, 0.007477239705622196, -0.030458251014351845, -0.008850470185279846, 0.0070206401869654655, 0.029442058876156807, -0.02311146818101406, -0.0002064136933768168, 0.005983851384371519, -0.001002458157017827, 0.011912773363292217, -0.0028031065594404936, 0.002677799202501774, -0.00323052448220551, 0.008122657425701618, 0.016272779554128647, -0.01509180199354887, 0.042515214532613754, -0.02033754251897335, -0.014432651922106743, 0.016080528497695923, 0.008191319182515144, 0.029332201927900314, -0.011212426237761974, 0.007951004430651665, 0.020007966086268425, -0.02201288379728794, 0.021628377959132195, -0.02842586860060692, 0.06657420843839645, 0.01015503890812397, -0.004672416485846043, 0.011940238066017628, -0.003481138963252306, -0.0009878675919026136, -0.10683732479810715, -0.008314910344779491, 0.00039866595761850476, 0.005252606235444546, -0.003924005664885044, -0.00021188515529502183, 0.009186911396682262, 0.035951171070337296, -0.005801898427307606, 0.03235330805182457, -0.01857980713248253, -0.032161056995391846, 0.006873018108308315, -0.0006848986377008259, 0.0079784682020545, -0.0036665252409875393, -0.012729845941066742, 0.003958336543291807, -0.014336525462567806, 0.028151223435997963, -0.006416419055312872, -0.004349707160145044, 0.0072987196035683155, -0.00765575934201479, 0.019664660096168518, 0.02361956238746643, -0.04215817153453827, 0.003378146793693304, 0.001877892529591918, -0.01448758039623499, 0.01155573409050703, -0.027189962565898895, -0.004971093963831663, -0.014940747059881687, -0.009042722173035145, -0.01647876389324665, -0.004806306213140488, -0.0033386663999408484, 0.04506942257285118, -0.012386538088321686, 0.0035703990142792463, 0.03199626877903938, 0.005743536166846752, -0.021230142563581467, 0.007188861258327961, -0.007484105881303549, -0.028755445033311844, 0.039768751710653305, -0.007154530379921198, -0.012269813567399979, -0.017302703112363815, 0.013320335187017918, -0.017755869776010513, -0.010628803633153439, 0.039191994816064835, -0.015009407885372639, 0.012942696921527386, 0.02366076037287712, -0.014666100963950157, -0.010251165367662907, 0.017288969829678535, -0.026118842884898186, -0.022205134853720665, 0.010196235962212086, 0.007703822571784258, 0.01759108155965805, -0.017261506989598274, -0.002494129817932844, 0.015146731398999691, -0.010917182080447674, -0.007216325961053371, 0.011651859618723392, -0.01757734827697277, 0.012022632174193859, 0.0020409636199474335, -0.005355598405003548, -0.021820630878210068, -0.010470882058143616, 0.0075733656994998455, -0.012571924366056919, -0.0051873777993023396, -0.019980501383543015, 0.004806306213140488, -0.024910399690270424, 0.027835380285978317, 0.024855470284819603, 0.028370939195156097, 0.01808544434607029, 0.021285071969032288, -0.028727980330586433, -0.001350057078525424, 0.0031086502131074667, 0.027684325352311134, -0.01914283260703087, -0.012462065555155277, 0.005077519454061985, -0.003052004612982273, -0.004009832628071308, -0.0175224207341671, 0.01753615215420723, -0.018442483618855476, -0.014446383342146873, -0.04059268906712532, 0.014693565666675568, -0.018799524754285812, 0.0046415189281105995, -0.009317368268966675, -0.002037530532106757, -0.00399266742169857, -0.006570907309651375, -0.015696022659540176, 0.02361956238746643, -0.015380180440843105, -0.010834787972271442, -0.013498854823410511, 0.006855852901935577, -0.002967894310131669, 0.0005389929283410311, 0.008040264248847961, -0.009337966330349445, -0.011178095825016499, 0.006155505310744047, -0.00600788276642561, -0.01643756777048111, 0.0198157150298357, 0.013958887197077274, -0.02087310142815113, -0.01180291548371315, 0.00335411517880857, 0.02688785083591938, -0.0033850129693746567, 0.007662625517696142, 0.01561362948268652, -0.02957938238978386, 0.005585614591836929, 0.04647011682391167, -0.0034759894479066133, -0.012427735142409801, -0.01760481297969818, 0.03394625708460808, 0.027299819514155388, 0.015819614753127098, -0.021216409280896187, -0.03496244549751282, -0.00013474823208525777, -0.02842586860060692, -0.0300737451761961, -0.02029634453356266, -0.026091378182172775, 0.014075611717998981, -0.007223191671073437, 0.01481715589761734, 0.04328422248363495, 0.0025713739451020956, -0.0028837837744504213, -0.009543951600790024, -0.0016710497438907623, -0.044245485216379166, 0.008301177993416786, 0.006818088702857494, -0.01818156987428665, -0.02853572741150856, 0.05811510980129242, 0.009255573153495789, 0.01586081087589264, -0.016272779554128647, 0.0009028989588841796, -0.000495650339871645, -0.008925997652113438, 0.0014041280373930931, 0.017728405073285103, -0.0034845720510929823, -0.022768160328269005, 0.0007612846093252301, 0.0012573640560731292, 0.02296041138470173, 0.00506378710269928, 0.009722471237182617, -0.0005411385791376233, -0.02415512315928936, -0.0067494274117052555, 0.012276680208742619, 0.012942696921527386, -0.014048147015273571, -0.0246494859457016, -0.0004029572883155197, 0.02905755490064621, -0.00646448228508234, -0.01426786370575428, 0.00905645452439785, 0.0013354665134102106, 0.0006175245507620275, -0.011953970417380333, 0.008541492745280266, 0.002143956022337079, 0.019925573840737343, 0.0018006484024226665, -0.00850029569119215, -0.016025599092245102, 0.00027807915466837585, -0.00591175677254796, 0.004909298848360777, 0.01311434991657734, 0.010683732107281685, 0.010827921330928802, -0.02403153106570244, -0.012571924366056919, 0.00560964597389102, -0.03026599809527397, -0.024512162432074547, -0.015956936404109, 0.025665676221251488, 0.023468507453799248, -0.0072987196035683155, 0.00877494178712368, -0.003154996782541275, -0.007305585779249668, 0.010608204640448093, -0.000527835451066494, -0.012359073385596275, 0.006169237662106752, -0.000269067328190431, -0.017275238409638405, 0.008280579000711441, 0.01099957525730133, 0.0063889543525874615, 0.03787369281053543, 0.01748122274875641, 0.00880240648984909, -0.026668135076761246, 0.016107993200421333, 0.0033798632211983204, 0.021037889644503593, -0.02087310142815113, -0.001889908337034285, -0.030980078503489494, -0.02587166056036949, -0.0007338199648074806, -0.02513011544942856, 0.01705552078783512, -0.00753216864541173, 0.07635161280632019, 0.025583282113075256, -0.006210434250533581, 0.014556242153048515, 0.011061371304094791, 0.022191403433680534, 0.010106976144015789, 0.0009646943653933704, 0.02094176411628723, -0.020447401329874992, 0.0041917855851352215, 0.017742136493325233, -0.011260489001870155, -0.02361956238746643, -0.016149189323186874, 0.004668983165174723, -0.015201660804450512, 0.00850029569119215, 0.011596931144595146, -0.0037489188835024834, 0.0028528862167149782, -0.0031292487401515245, 0.0134713901206851, -0.0009046155028045177, -0.0170005913823843, -0.029387131333351135, 0.021834364160895348, -0.013684241101145744, -0.0007115050102584064, -0.035896241664886475, 0.014460115693509579, 0.010567007586359978, -0.037022292613983154, -0.02629736252129078, -0.0022950111888349056, -0.004133423324674368, -0.018840720877051353, -0.043641261756420135, -0.01177545078098774, -0.004215817432850599, -0.027615662664175034, 0.011136898770928383, -0.032106127589941025, -0.0405377596616745, 0.010965244844555855, 0.011116299778223038, -0.0006359773105941713, 0.002310460200533271, -0.029442058876156807], \"9b5a59b0-1105-4ec4-86b5-ea74b9bf0d17\": [0.011079775169491768, 0.0005328087718226016, -0.011437187902629375, -0.014336196705698967, -0.011006969027221203, 0.018108880147337914, 0.010139914229512215, -0.006105790380388498, 0.0022569913417100906, -0.03079039230942726, -0.004434557631611824, 0.004163189325481653, 0.011284956708550453, -0.010378188453614712, 0.004643048159778118, -0.004897869657725096, 0.012112298980355263, 0.00046331199700944126, -0.009438327513635159, -0.018453054130077362, 0.003835561452433467, -0.009650127030909061, 0.012681511230766773, -0.00829328503459692, -0.02205365151166916, 0.015474621206521988, 0.031875863671302795, -0.02581309713423252, 0.0005129525670781732, -0.00755860423669219, 0.009352283552289009, 0.012291005812585354, -0.015805557370185852, -0.040374331176280975, 0.015699658542871475, -0.008425659500062466, -0.0067147146910429, -0.008233715780079365, 0.004705925937741995, 0.0013254032237455249, 0.0279310941696167, -0.023562723770737648, -0.013594897463917732, 0.006350683979690075, -0.002627640962600708, 0.01763233169913292, -0.013727272860705853, -0.03116104193031788, -0.004778732545673847, 0.013621373102068901, 0.0022536818869411945, 0.014812746085226536, -0.021113788709044456, -0.0053711095824837685, -0.02229192666709423, 0.018558954820036888, 0.004652976058423519, -0.0014172382652759552, -0.009583939798176289, -0.029519593343138695, 0.014190584421157837, 0.007690979167819023, -0.03145226463675499, -0.015342245809733868, -0.03984483331441879, 0.0053644911386072636, -0.0026342596393078566, -0.01136438176035881, 0.01184093113988638, -0.00845213420689106, 0.03529113531112671, 0.013402954675257206, -0.0017225277842953801, -0.019604716449975967, 0.047125447541475296, 0.0007094464963302016, -0.02470114827156067, -0.003865345846861601, -0.021510913968086243, -0.012668273411691189, 0.008524940349161625, -0.0008579545537941158, -0.014998070895671844, 0.04296887665987015, 0.009491276927292347, 0.027560444548726082, 0.020915227010846138, 0.022953800857067108, -0.030419742688536644, -0.014653896912932396, 0.022265451028943062, 0.00968983955681324, 0.008174147456884384, 0.03709143400192261, 0.025296835228800774, 0.02787814475595951, -0.010464232414960861, 0.03293486312031746, -0.002639223588630557, -0.022186025977134705, -0.01896931603550911, 0.009881783276796341, -0.037462085485458374, -0.029837293550372124, -0.011238625273108482, 0.007545366883277893, 0.01497159618884325, 0.010662795044481754, 0.029519593343138695, 0.012754317373037338, -0.014984834007918835, 0.027017708867788315, 0.009782501496374607, -0.009279477410018444, -0.025098273530602455, -0.007717454340308905, 0.008299903944134712, -0.030975716188549995, 0.005235425662249327, -0.024515822529792786, 0.006704786326736212, 0.06205733120441437, -0.003180305939167738, -0.01879722997546196, -0.009663364849984646, 0.0070952922105789185, -0.008935302495956421, 0.006625361740589142, 0.0018019527196884155, -0.003471530508249998, 0.02877829410135746, 0.005030244588851929, 0.03163759037852287, -0.005668953061103821, -0.022715525701642036, 0.02703094482421875, -0.02100788988173008, -0.001605045166797936, -0.016652757301926613, -0.026170508936047554, 0.009954589419066906, 0.021021127700805664, 0.007585079409182072, 0.011457043699920177, -0.010669413022696972, 0.03613833710551262, 0.009762645699083805, -0.004073836375027895, -0.0018267730483785272, 0.006009818520396948, -0.025905760005116463, 0.010457613505423069, -0.011291575618088245, -0.006486367899924517, -0.008822783827781677, 0.02610432170331478, -0.01896931603550911, -0.010742219164967537, -0.0016670958139002323, 0.016242394223809242, 0.03052564151585102, 0.019591478630900383, 0.0040605985559523106, -0.014706846326589584, -0.01675865612924099, 0.014667133800685406, 0.005073266569525003, -0.007029104977846146, 0.01188726257532835, -0.009610414505004883, 0.008518322370946407, -0.016096781939268112, 0.00697615509852767, 0.012310861609876156, 0.012383667752146721, 0.020478390157222748, -0.00039195368299260736, 0.007465941831469536, -0.023284737020730972, -0.002582964487373829, -0.019392916932702065, -0.029440168291330338, 0.028381168842315674, -0.0018416652455925941, -0.0232185497879982, 0.0201342161744833, -0.01838686689734459, -0.009663364849984646, 0.003680021036416292, 0.007406373042613268, 0.020213641226291656, -0.014667133800685406, -0.011457043699920177, -0.01641448214650154, -0.6358228921890259, 0.003954698797315359, 0.010497326031327248, -0.039182957261800766, -0.002478719223290682, 0.04177750647068024, 0.007896159775555134, -0.004917725920677185, -0.016374770551919937, 0.01693074405193329, -0.007604935672134161, 0.020729903131723404, 0.020041553303599358, -0.02178890071809292, -0.02263610064983368, -0.010338475927710533, 0.03695905953645706, -0.004371679853647947, 0.013376479037106037, 0.0027914547827094793, -0.01121876947581768, -0.0008054182399064302, -0.012747698463499546, -0.02039896510541439, -0.005199022591114044, 0.010676031932234764, 0.008524940349161625, -0.0008203104371204972, 0.010166388936340809, 0.010722363367676735, -0.015673182904720306, 0.014415621757507324, 0.03698553517460823, 0.004927653819322586, 0.06475777924060822, -0.008068247698247433, -0.022834662348031998, 0.023840712383389473, 0.03407328948378563, 0.051864467561244965, -0.01497159618884325, -0.015130446292459965, 0.002826203126460314, 0.005308231804519892, 0.0030595138669013977, 0.018002981320023537, 0.03200824186205864, -0.0006403633742593229, -0.004126786254346371, 0.0057847811840474606, 0.004993841517716646, -0.0013518782798200846, -0.0056391688995063305, 0.020994652062654495, 0.003064477816224098, -0.018558954820036888, 0.0319552905857563, 0.010252432897686958, -0.013621373102068901, 0.00720119196921587, 0.02054457738995552, 0.014124397188425064, -0.020319540053606033, 0.00033652171259745955, -0.012899929657578468, 0.010662795044481754, -0.01411115936934948, -0.010120057500898838, 0.009067677892744541, -0.030022617429494858, -0.00520233204588294, 0.02301998808979988, 0.017407294362783432, -0.026408784091472626, 0.009848689660429955, 0.013230866752564907, 0.033305514603853226, 5.765545574831776e-05, -0.014296484179794788, 0.013846410438418388, 0.012244674377143383, -0.012489567510783672, -0.03203471377491951, -0.03902410715818405, 0.04312772676348686, 0.006052840501070023, -0.013257341459393501, -0.03179644048213959, 0.01246971171349287, -0.0005365318502299488, -0.004987222608178854, 0.004831682424992323, -0.028248794376850128, -0.024740859866142273, 0.008511703461408615, 0.03955360874533653, -0.0035939773079007864, 0.0024108770303428173, -0.03163759037852287, -0.0185060054063797, -0.003967936150729656, -0.014587708748877048, -0.008902208879590034, 0.003148866817355156, 0.025971947237849236, 0.007062198594212532, -0.004924344830214977, 0.00429225480183959, 0.01707635633647442, -0.011304812505841255, -0.0037892302498221397, 0.004957438446581364, -0.018002981320023537, -0.01315144170075655, -0.02380099892616272, -0.02654115855693817, 0.01344266626983881, 0.007922635413706303, 0.03163759037852287, -0.01693074405193329, 0.013793460093438625, 0.0028394407127052546, 0.03110809065401554, -0.006099171470850706, 0.0004101552185602486, 0.009425089694559574, -0.004768804181367159, -0.03605891019105911, -0.018201543018221855, 0.010768694803118706, 0.01734110713005066, -2.398001561232377e-05, 0.008624222129583359, -0.014918646775186062, 0.012456473894417286, -0.005738450214266777, -0.002976779593154788, 0.004100311081856489, 0.022238975390791893, -0.017791179940104485, -0.0038752739783376455, 0.023562723770737648, -0.000423392717493698, 0.00458347937092185, -0.005956868641078472, 0.0073137106373906136, 0.010656176134943962, 0.0031008811201900244, -0.012099062092602253, -0.007340185809880495, -0.016070308163762093, 0.0028692251071333885, 0.0023066317662596703, -0.006062768399715424, -0.011688699945807457, -0.003052895190194249, 0.018492767587304115, -0.023959849029779434, -0.005523340776562691, -0.009669982828199863, 0.007273998577147722, 0.031902339309453964, -0.006383777596056461, 0.01395231019705534, -0.005122906994074583, 0.00645327428355813, 0.0024125317577272654, 0.012767555192112923, -0.02027982845902443, -0.01286021713167429, -0.009219909086823463, -0.005215569399297237, 0.0013303672894835472, 0.010702507570385933, 0.016652757301926613, 0.018558954820036888, -0.021232927218079567, -0.01188726257532835, 0.006042912136763334, 0.001124358968809247, -0.006575720850378275, 0.03402033820748329, -0.012059349566698074, -0.014230296947062016, 0.022649338468909264, 0.015461383387446404, 0.016110019758343697, 0.0284870695322752, -0.022596387192606926, -0.0024356974754482508, -0.0014627422206103802, 0.018492767587304115, -0.012502805329859257, -0.0028377859853208065, -0.0007743929163552821, 0.02185508795082569, -0.00968983955681324, 0.004970675799995661, 0.024290787056088448, 0.022503726184368134, 0.015236346051096916, 0.005030244588851929, 0.0070952922105789185, -0.001676196581684053, 0.011291575618088245, -0.017208730801939964, -0.002056774450466037, 0.00018801366968546063, 0.018201543018221855, 0.006301043089479208, 0.0020633931271731853, -0.024542298167943954, -0.02846059389412403, -0.0334114134311676, 0.005103050731122494, 0.011615893803536892, 0.00015895324759185314, 0.029493117704987526, -0.022278688848018646, -0.025045322254300117, -0.017645567655563354, -0.016546856611967087, -0.0018995791906490922, 0.02164328843355179, -0.027957569807767868, 0.023814236745238304, 0.0032316010911017656, 0.02877829410135746, -0.013416191563010216, -0.03936828300356865, 0.006509533617645502, 0.003676711581647396, 0.02423783577978611, 0.002980089047923684, 0.0030876435339450836, 0.00525197247043252, 0.0185060054063797, -0.011576181277632713, 0.0221463143825531, -0.008286666125059128, 0.027163321152329445, 0.02732217125594616, 0.003152176272124052, -0.02008126489818096, 0.00033217816962860525, 0.003557574236765504, 0.013310291804373264, 0.029201893135905266, -0.02129911445081234, 0.011993162333965302, -0.028010519221425056, 0.03725028410553932, 0.019247304648160934, -0.0019078525947406888, 0.04190988093614578, -0.020001841709017754, 0.0036568553186953068, 0.02074314095079899, 0.03820338472723961, 0.0017258372390642762, 0.02397308684885502, 0.006622052285820246, -0.00072930270107463, -0.0033325369004160166, 0.0384681336581707, 0.00779026048257947, -0.016891032457351685, -0.03116104193031788, -0.01573937013745308, -0.0002829512523021549, 0.006916586309671402, -0.030102042481303215, -0.017116069793701172, -0.020822564139962196, 0.012218199670314789, -0.009855307638645172, -0.006519461516290903, 0.026170508936047554, 0.011953449808061123, -0.016189444810152054, -0.010993732139468193, -0.020504865795373917, 0.004884632304310799, -0.0007069644634611905, -0.007042342331260443, -0.03192881494760513, -0.016665995121002197, 0.023880423977971077, -0.011258482001721859, 0.03079039230942726, -0.019895941019058228, 0.008028535172343254, 0.023906899616122246, -0.025296835228800774, -0.017248444259166718, 0.004669522866606712, 0.040983255952596664, 0.00104907073546201, -0.006370539776980877, -0.001752312178723514, 0.01058998890221119, 0.00048027251614257693, -0.01967090368270874, 0.0009580629994161427, 0.025045322254300117, 0.0024108770303428173, -0.005457153543829918, -0.02319207414984703, 0.009636889211833477, -0.03544998541474342, -0.019009029492735863, -0.0019128166604787111, 0.012721223756670952, -0.005589528474956751, -0.011410712264478207, -0.006456583738327026, -0.019657665863633156, 0.011006969027221203, 0.02103436551988125, 0.004732401110231876, -0.0063970149494707584, -0.0046033356338739395, -0.029148943722248077, 0.01085473783314228, 0.0014544687001034617, 0.010014157742261887, 0.008518322370946407, -0.005510103423148394, -0.009888402186334133, -0.0011632440146058798, -0.025654247030615807, -0.016718944534659386, -0.01714254356920719, -0.026647059246897697, -0.021074077114462852, -0.017499955371022224, 0.006449964828789234, 0.003425199305638671, 0.00944494642317295, 0.0073732794262468815, -0.018294205889105797, -0.023324450477957726, 0.022331638261675835, -0.024873236194252968, 0.020319540053606033, -0.015845270827412605, 0.02732217125594616, 0.0221463143825531, 0.004153260961174965, 0.017182257026433945, 0.019737090915441513, 0.025799859315156937, 0.008273428305983543, -0.027375120669603348, 0.01972385309636593, -0.0031918887980282307, 0.02734864503145218, 0.016070308163762093, -0.011516612954437733, 0.03267011418938637, 0.0015529225347563624, 0.022516964003443718, 0.015924695879220963, 0.002945340471342206, -0.007763785310089588, 0.00989502016454935, 0.0205181036144495, -0.023178838193416595, 0.018029455095529556, 0.011132725514471531, 0.013184535317122936, -0.015752607956528664, 0.018717804923653603, 0.006688239518553019, 0.02260962501168251, 0.006287805736064911, -0.03256421536207199, 0.020041553303599358, 0.0027931095100939274, -0.01137761864811182, -0.009888402186334133, -0.022967036813497543, 0.01543490868061781, -0.03404681384563446, -0.0006432590889744461, -0.0015835341764613986, -0.007075435947626829, -0.02389366179704666, -0.009292715229094028, -0.018876655027270317, -0.00035265489714220166, -0.02200070209801197, -0.005185785237699747, 0.00015926349442452192, -0.012489567510783672, 0.007922635413706303, -0.012608705088496208, 0.0022536818869411945, -0.002844404662027955, 0.004130095709115267, 0.012383667752146721, -0.016242394223809242, 0.012496186420321465, 0.04257175326347351, -0.016798369586467743, -0.029175417497754097, 0.00887573417276144, 0.010570132173597813, -0.006625361740589142, -0.010278907604515553, 0.035688262432813644, -0.012800648808479309, 0.028063470497727394, -0.008630841039121151, -0.0025482159107923508, -0.022689050063490868, 0.02030630223453045, -0.01617620699107647, 0.003809086512774229, -0.004010958131402731, 0.015779083594679832, 0.0279310941696167, 0.00224375375546515, -0.023112649098038673, -0.007135004736483097, -0.005586219020187855, 0.02729569561779499, -0.009610414505004883, 0.004987222608178854, -0.0033077166881412268, 0.008299903944134712, 0.003383832285180688, -0.0576624870300293, -0.03462926298379898, 0.02348329871892929, -0.01299259252846241, -0.0035178617108613253, -0.010828263126313686, 0.017301393672823906, 0.01559375785291195, -0.02039896510541439, 0.03732971101999283, -0.02875181846320629, -0.01165560632944107, -0.0011152582010254264, -0.022768475115299225, 0.010808407329022884, 0.013389716856181622, -0.024952661246061325, 0.02883124351501465, -0.010662795044481754, -0.023787761107087135, 0.014190584421157837, -0.018108880147337914, -0.021510913968086243, 0.02872534468770027, -0.018161829560995102, -0.024661436676979065, -0.018175067380070686, 0.006301043089479208, 0.011126106604933739, -0.0012013018131256104, 0.01955176703631878, -0.00023620638239663094, -0.00510636018589139, -0.02610432170331478, -0.0009696458000689745, -0.01540843304246664, 0.003646927187219262, -0.028036994859576225, -0.030763916671276093, 0.0005783126689493656, 0.003148866817355156, 0.04439852759242058, 0.009663364849984646, -0.007459323387593031, 0.0023844020906835794, -0.003607214894145727, -0.0021941133309155703, -0.0021577102597802877, -0.009954589419066906, -0.022993512451648712, 0.02435697428882122, 0.026925045996904373, 0.015342245809733868, 0.0009679911308921874, 0.005056719295680523, 0.009332427754998207, 0.011529849842190742, 0.004719163756817579, -0.018002981320023537, 0.019882703199982643, -0.02411869913339615, 0.024290787056088448, 0.02883124351501465, 0.016427719965577126, -0.001705980976112187, -0.010186245664954185, -0.01058998890221119, -0.017182257026433945, -0.004285635892301798, -0.003931533079594374, -0.019512053579092026, -0.05602103844285011, -0.0019177807262167335, 0.01366108562797308, 0.015633471310138702, 0.010781931690871716, -0.02965196780860424, -0.019512053579092026, -0.004411391913890839, -0.010623082518577576, 0.03807101026177406, -0.01573937013745308, 0.0460929237306118, 0.004010958131402731, 0.026170508936047554, 0.0057020471431314945, 0.004901179112493992, 0.004318729508668184, -0.01510397158563137, 0.0008215514826588333, -0.006377158686518669, 0.01571289636194706, 0.016043832525610924, 0.024145174771547318, 0.02278171293437481, -0.006588958669453859, 0.005622622091323137, 0.0046761417761445045, -0.006158740259706974, 0.027083896100521088, -7.730484867352061e-06, -0.016229158267378807, 0.001413928926922381, -0.0352117121219635, -0.015805557370185852, -0.03110809065401554, 0.0032034714240580797, 0.021815376356244087, -0.01847952976822853, 0.010086963884532452, -0.009961208328604698, -0.01121876947581768, -0.004007648676633835, -0.0037395895924419165, 0.019710615277290344, -0.012224817648530006, 0.022358113899827003, 0.008041772991418839, 0.022119838744401932, -0.009524370543658733, -0.03905058279633522, -0.0075188917107880116, 0.006092552561312914, 0.011834312230348587, 0.01540843304246664, 0.028672393411397934, 0.011476900428533554, -0.00021779800590593368, -0.015606995671987534, 0.005000460427254438, -0.0246746726334095, 0.003587358631193638, 0.010086963884532452, 0.019895941019058228, -0.006443345919251442, -0.022424301132559776, -0.008101341314613819, 0.013555184938013554, -0.035370562225580215, 0.014164109714329243, 0.004245923366397619, -0.0197900403290987, -0.025455685332417488, 0.03253773972392082, -0.0008819474605843425, 0.026369070634245872, 0.012794029898941517, -0.002477064495906234, 0.020504865795373917, -0.01381993480026722, -0.015302533283829689, -0.023615675047039986, 0.041274480521678925, 0.023695100098848343, -0.007452704478055239, -0.007009248714894056, 0.025415971875190735, 0.024727623909711838, -0.020213641226291656, -0.013356623239815235, 0.006655145902186632, 0.030684491619467735, -0.0016323474701493979, 0.0215903390198946, -0.005993271712213755, 0.012985973618924618, 0.02275523729622364, 0.024131936952471733, -0.006509533617645502, -0.011688699945807457, -0.01716901920735836, -0.0033954151440411806, 0.012291005812585354, 0.011960068717598915, -0.014839221723377705, -0.024158410727977753, -0.00814767275005579, -0.0043154205195605755, -0.03677373379468918, -0.01367432251572609, 0.0071217673830688, -0.02348329871892929, -0.02447611093521118, 0.004130095709115267, 0.0003706495917867869, 0.006307661999017, 0.0014362671645358205, 0.02156386338174343, -0.012727842666208744, 0.03179644048213959, -0.01121876947581768, 0.028884192928671837, -0.013012448325753212, 0.006363921333104372, -0.021378539502620697, 0.02348329871892929, -0.0012625252129510045, -0.004785350989550352, 5.656956636812538e-05, -0.011701937764883041, -0.05014359578490257, -0.00026309501845389605, 0.0027616703882813454, 0.0006945542991161346, -0.0004039501363877207, 0.00882940273731947, 0.03285543993115425, -0.02627640962600708, 0.00029742976767010987, -0.0083528533577919, -0.03502638638019562, 0.014322959817945957, -0.018611904233694077, -0.004318729508668184, 0.019339965656399727, -0.020319540053606033, 0.00925300270318985, -0.002786490833386779, -0.002773253247141838, 0.01731463149189949, -0.014600946567952633, -0.035397037863731384, 0.0031885793432593346, 0.023205311968922615, -0.022967036813497543, -0.0023314522113651037, -0.003531099297106266, -0.021815376356244087, -0.008372710086405277, 0.01137761864811182, 0.016507145017385483, -0.00419628294184804, -0.01568642072379589, 0.0070952922105789185, -0.009305952116847038, 0.056285787373781204, -0.010252432897686958, 0.006857017520815134, -0.040956780314445496, -0.025786621496081352, -0.01918111741542816, -0.007075435947626829, -0.005841040518134832, 0.03203471377491951, 0.003531099297106266, -0.02173595130443573, -0.017129305750131607, -0.018664855509996414, -0.022675812244415283, -0.027097133919596672, 0.0010457613971084356, 0.006701477337628603, 0.003006563987582922, 0.004358442034572363, 0.016665995121002197, 0.04580169916152954, 0.0075784604996442795, -0.0005493556382134557, -0.026236696168780327, 0.003286205930635333, 0.01986946538090706, -0.009511133655905724, 0.008041772991418839, -0.003832251997664571, -0.0348675362765789, -0.009709695354104042, 0.0319552905857563, -0.0017490028403699398, 0.009736170992255211, 0.024158410727977753, -0.015329007990658283, 0.006823923904448748, -0.013409572653472424, 0.003779302118346095, 0.007029104977846146, 0.00726737966760993, 0.046198826283216476, -0.023523012176156044, -0.0004043638182338327, 0.019737090915441513, -0.00440808292478323, 0.015752607956528664, 0.005192403681576252, -0.016573332250118256, -0.003092607483267784, 0.0012343955459073186, -0.016665995121002197, -0.01940615475177765, -0.009828832931816578, -0.004259161185473204, 0.010371570475399494, -0.01879722997546196, -0.009425089694559574, 0.03251126408576965, -0.007697598077356815, -0.03611186146736145, 0.008690409362316132, -0.007896159775555134, -0.01044437661767006, 0.01088121347129345, 0.019750328734517097, 0.01363460998982191, 0.004010958131402731, -0.013939072377979755, 0.005516722332686186, 0.0019078525947406888, 0.0031587949488312006, -0.008895589970052242, 0.006698167882859707, 0.0018863417208194733, -0.0018135355785489082, 0.022265451028943062, -0.011569562368094921, -0.006539317779242992, 0.020928464829921722, -0.005798018537461758, -0.023523012176156044, 0.003557574236765504, 0.006261330563575029, -0.011457043699920177, -0.017592618241906166, -0.017394056543707848, -0.012952880002558231, -0.0359000600874424, 0.006923205219209194, -0.006797448731958866, 0.018704567104578018, -0.015752607956528664, 0.23382695019245148, -0.011556324549019337, -0.008723502978682518, 0.01411115936934948, -0.010053870268166065, 0.004570242017507553, 0.007935872301459312, 0.03489401191473007, -0.02112702652812004, 0.03754150867462158, -0.0054968660697340965, 0.030022617429494858, -0.027745770290493965, -0.013191154226660728, -0.00912062730640173, -0.050355397164821625, -0.04836977273225784, -0.015051021240651608, -0.01678513176739216, -0.024489348754286766, 0.01540843304246664, -0.009914876893162727, -0.0008943576249293983, -0.03645603731274605, 0.021405015140771866, -0.02333768643438816, -0.001576088136062026, -0.004490816965699196, 0.020822564139962196, 0.02552187256515026, -0.020928464829921722, -0.013594897463917732, -0.0026656987611204386, 0.007492417003959417, -0.00032038852805271745, 0.004725782200694084, -0.0035112430341541767, -0.013740509748458862, 0.014773033559322357, -0.006344065070152283, 0.01746024377644062, -0.019710615277290344, -0.025124747306108475, -0.010371570475399494, 0.006297733634710312, 0.009736170992255211, 0.005490247160196304, -0.026925045996904373, 0.0002326901740161702, 0.01911493018269539, 0.017261682078242302, 0.0006672519957646728, 0.0215903390198946, 0.021140264347195625, -0.007935872301459312, -0.02054457738995552, 0.00926623959094286, 0.005745068658143282, 0.0326436385512352, -0.014336196705698967, -0.016454195603728294, 0.02875181846320629, -0.027745770290493965, 0.0219742264598608, 0.019101692363619804, 0.021841851994395256, -0.037409134209156036, -0.020703427493572235, 0.0070357234217226505, -0.007174717262387276, -0.020094502717256546, -0.00858450960367918, 0.006344065070152283, 0.009127246215939522, 0.004126786254346371, -0.015514332801103592, 0.02572043426334858, 0.02880476787686348, 0.013992022722959518, 0.02260962501168251, -0.017936792224645615, -0.002391020767390728, -0.0024737550411373377, -0.015911458060145378, -0.007777022663503885, -0.03963303193449974, 0.02613079734146595, 0.003603905439376831, -0.007743929047137499, -0.007598316762596369, 0.00262598623521626, -0.02822231873869896, -0.015183395706117153, 0.010179626755416393, 0.0016282107681035995, 0.014031735248863697, 0.008068247698247433, 0.03719733655452728, -0.007585079409182072, -0.011238625273108482, -0.02263610064983368, 0.03865345939993858, 0.0022867757361382246, 0.006638599094003439, -0.061792582273483276, -0.02875181846320629, -0.0048945602029562, -0.0066750021651387215, -0.00455369520932436, -0.017976505681872368, 0.01073560118675232, -0.03256421536207199, -0.007730691693723202, -0.00977588351815939, 0.008723502978682518, 0.014918646775186062, -0.001472670235671103, -0.03621776029467583, -0.015805557370185852, -0.0031306652817875147, -0.0029833982698619366, -0.005288375541567802, -0.0005175029509700835, -0.004570242017507553, -0.0036138335708528757, -0.003488077549263835, 0.003954698797315359, -0.007863066159188747, 0.0013369860826060176, -0.03399386256933212, -0.011596037074923515, 0.00031149457208812237, 0.019128166139125824, 0.0005084021831862628, -0.023139124736189842, 0.01928701624274254, -0.006420180667191744, -0.014773033559322357, -0.001954183913767338, -0.014812746085226536, -0.0045404573902487755, -0.010199482552707195, 0.04879337176680565, 0.0081609096378088, -0.009722933173179626, 0.00041243041050620377, 0.019776804372668266, 0.017248444259166718, -0.012694749049842358, 0.021524151787161827, -0.003805777058005333, 0.0030992263928055763, 0.005394275300204754, -0.014137635007500648, -0.020041553303599358, 0.0046761417761445045, -0.0004451104614418, -0.016652757301926613, -0.0013038923498243093, 0.018055930733680725, -0.03931533172726631, -0.015487858094274998, 0.006440036930143833, -0.0032746230717748404, -0.03529113531112671, -0.02132559008896351, -0.1681690216064453, 0.020676951855421066, 0.03799158334732056, -0.023999560624361038, 0.006426799111068249, 0.008677171543240547, 0.003600595984607935, 0.004828372970223427, 0.010470851324498653, -0.0420687310397625, 0.011940211988985538, -0.03399386256933212, -0.025760147720575333, -0.022715525701642036, -0.009114009328186512, -0.020147453993558884, -0.020187165588140488, -0.010351713746786118, 0.0201342161744833, 0.0025432519614696503, 0.014442096464335918, -0.01943262852728367, 0.014587708748877048, -0.00042091068462468684, 0.024171648547053337, 0.002932103117927909, 0.0034384368918836117, -0.034549836069345474, -0.014878934249281883, -0.04723135009407997, -0.012410142458975315, -0.01056351326406002, 0.007671122904866934, 0.01022595725953579, 0.010927543975412846, -0.005556434392929077, -0.009332427754998207, 0.010437757708132267, 0.0035211711656302214, 0.010821644216775894, 0.012787410989403725, 0.018982553854584694, 0.009484658017754555, 0.027189794927835464, 0.020584290847182274, 0.015011308714747429, -0.0032051261514425278, -0.0020038243383169174, 0.00726737966760993, -0.01137761864811182, -0.0033921056892722845, -0.014905408956110477, 0.004566932562738657, 0.001006876234896481, 0.03759445995092392, 0.0006544282077811658, -0.007293854374438524, 0.02348329871892929, 0.023152362555265427, 0.005414131563156843, -0.02054457738995552, -0.011642368510365486, -0.0007669468177482486, -0.0041929734870791435, -0.010338475927710533, 0.014349434524774551, -0.03428508713841438, 0.03171701729297638, -0.028275270015001297, -0.0016298653790727258, -0.02348329871892929, -0.01806916855275631, -0.007260760758072138, 0.003924914635717869, 0.0024026036262512207, 0.032167091965675354, -0.04294240474700928, 0.006595577113330364, 0.015183395706117153, -0.014958358369767666, -0.008855877444148064, 0.030949242413043976, -0.025363022461533546, 0.03380853682756424, -0.005381037946790457, 0.004451104439795017, 0.012410142458975315, -0.014044972136616707, -0.0003222500381525606, -0.017844131216406822, 0.013555184938013554, -0.00560938473790884, 0.011648987419903278, -0.019339965656399727, -0.009742789901793003, -0.0004099483776371926, 0.027507495135068893, -0.00992149580270052, 0.0035377179738134146, 0.012145393528044224, 0.0022272069472819567, 0.006042912136763334, -0.013310291804373264, -0.005467081442475319, 0.023258261382579803, -0.0012724533444270492, -0.005285066086798906, 0.0070952922105789185, 0.04405435174703598, -0.013475760817527771, 0.0022238974925130606, -0.011860786937177181, 0.007829972542822361, 0.035079337656497955, 0.021021127700805664, 0.004692688584327698, -0.008822783827781677, -0.008783071301877499, 0.029863767325878143, -0.02627640962600708, 0.04016252979636192, 0.017976505681872368, -0.006449964828789234, 0.013085254468023777, 0.005304922349750996, -0.002723612589761615, -0.05692118778824806, -0.0124233802780509, 0.016665995121002197, 0.005682190880179405, 0.015302533283829689, 0.002872534329071641, 0.009802358224987984, 0.026316121220588684, -0.0163218192756176, 0.024012798443436623, -0.02129911445081234, -0.008273428305983543, 0.020187165588140488, -0.002220588270574808, 0.021868325769901276, 0.00031025358475744724, 0.006234855856746435, 0.0029651967342942953, -0.016388006508350372, 0.027454545721411705, -0.021484438329935074, -0.008505084551870823, 0.008326378650963306, -0.01707635633647442, -0.0032878604251891375, 0.02054457738995552, -0.01998860388994217, 0.005215569399297237, 0.01497159618884325, -0.004209520295262337, 0.024317260831594467, -0.021987464278936386, -0.0019823135808110237, -0.016427719965577126, -0.019459104165434837, -0.008849259465932846, -0.047469623386859894, 0.00012927231728099287, 0.044213201850652695, -0.02912246808409691, 0.0061918338760733604, 0.004964057356119156, 0.002673972165212035, -0.038944683969020844, -0.008763215504586697, -0.004801897797733545, -0.01190049946308136, 0.027428070083260536, 0.0017175637185573578, -0.0007847346714697778, 0.0018284276593476534, -0.0021229616831988096, 0.004533838946372271, -0.024171648547053337, 0.04749609902501106, -0.004216139204800129, 0.022861137986183167, 0.00674449885264039, -0.012343955226242542, -0.0008385119726881385, 0.012820504605770111, -0.03817690908908844, -0.018717804923653603, -0.003036348382011056, 0.008048390969634056, 0.011324669234454632, -0.0183339174836874, 0.024131936952471733, -0.0022983583621680737, -0.0015793974744156003, -0.0037395895924419165, 0.010285526514053345, -0.007432848215103149, 0.00974940788000822, 0.003630380379036069, -0.010027395561337471, -0.009160339832305908, 0.001763894921168685, 0.013647847808897495, -0.005930393468588591, -0.00910739041864872, -0.006443345919251442, -0.022252213209867477, -0.0268588587641716, 0.03560883551836014, 0.004004339221864939, 0.012972735799849033, 0.0021643289364874363, 0.01219172403216362, -0.04810502380132675, 0.004987222608178854, 0.01554080843925476, 0.017274918034672737, 0.015236346051096916, -0.013846410438418388, 0.01044437661767006, 0.0018863417208194733, 0.008630841039121151, 0.007234286051243544, 0.016255632042884827, -0.030419742688536644, -0.027136845514178276, -0.06316927820444107, 0.00983545184135437, -0.01510397158563137, 0.012257911264896393, -0.0018482839222997427, -0.016110019758343697, 0.0011276683071628213, -0.024595247581601143, -0.006506224162876606, 0.014481808990240097, -0.012059349566698074, -0.029307793825864792, 0.002799728186801076, 0.001838355790823698, -0.0028675703797489405, 0.013350004330277443, 0.024608485400676727, -0.006671692710369825, -0.008081484586000443, -0.0016563404351472855, -0.014177347533404827, -0.02202717587351799, 0.014852458611130714, 0.007565223146229982, -0.026752958074212074, -0.016798369586467743, 0.00534794433042407, 0.01908845454454422, 0.004454413894563913, 0.0201342161744833, 0.013409572653472424, -0.022040413692593575, 0.0030280747450888157, 0.041565705090761185, 0.022358113899827003, -0.015659945085644722, 0.006413561757653952, 0.039209432899951935, 0.02380099892616272, 0.01969737932085991, -0.013250723481178284, -0.02208012528717518, 0.006208380684256554, -0.015792319551110268, -0.014428859576582909, -0.008286666125059128, -0.00910739041864872, 0.03176996484398842, -0.012429999187588692, 0.007393135689198971, 0.048263873904943466, -0.004166498780250549, -0.003974555060267448, -0.0195782408118248, -0.016599807888269424, -0.04291592910885811, 0.016533618792891502, -0.016083545982837677, -0.013316910713911057, -0.010768694803118706, 0.03349084034562111, 0.010609844699501991, 0.018161829560995102, 0.0064003244042396545, 0.007307092193514109, -0.01088121347129345, -0.017685281112790108, -0.0032018169295042753, 0.027481019496917725, -0.006694858428090811, -0.02156386338174343, 0.0027682892978191376, 0.010490707121789455, 0.015011308714747429, 0.013886122032999992, 0.005417441017925739, 0.005175856873393059, -0.021484438329935074, -0.016824843361973763, -0.018294205889105797, 0.00755860423669219, -0.01646743156015873, -0.017301393672823906, 0.022741999477148056, 0.0215903390198946, 0.016652757301926613, -0.035741209983825684, 0.016838081181049347, 0.004682760685682297, -0.005841040518134832, -0.02904304303228855, -0.0017142543802037835, 0.009663364849984646, 0.010662795044481754, -0.001460260129533708, -0.004712544847279787, -0.02083580195903778, 0.009027965366840363, -0.004381607752293348, 0.012204961851239204, 0.02042544074356556, -0.011390856467187405, 0.02237134985625744, 0.00814767275005579, -0.026408784091472626, 0.0016522037331014872, -0.03762093558907509, -0.014428859576582909, -0.009292715229094028, -0.003133974736556411, 0.019009029492735863, 0.005232116207480431, -0.019366441294550896, 0.024277549237012863, -0.01879722997546196, 0.007307092193514109, -0.011357762850821018, 0.008842640556395054, 0.008220478892326355, 0.009325808845460415, 0.006009818520396948, 0.0311875157058239, 0.0036568553186953068, -0.014058209955692291, 0.017063118517398834, 0.04434557631611824, -0.019445866346359253, -0.017989743500947952, 0.017870604991912842, 0.015090733766555786, 0.003928224090486765, 0.0028973547741770744, 0.0009729551966302097, -0.018982553854584694, -0.01906197890639305, -0.0020253353286534548, -0.012562373653054237, 0.039235908538103104, 0.004477579612284899, 0.06380467861890793, 0.025733672082424164, 0.002374473959207535, 0.019075216725468636, 0.016970457509160042, 0.003461602609604597, 0.008121197111904621, 0.007929254323244095, -0.0019790041260421276, -0.0061223371885716915, 0.006347374524921179, 0.002068357076495886, -0.015726132318377495, -0.028672393411397934, -0.013270579278469086, -0.007333566900342703, -0.0035079338122159243, -0.02936074323952198, 0.011430568993091583, -0.01409792248159647, 0.004825063515454531, 0.0033656307496130466, -0.0016753693344071507, -0.014693609438836575, -0.0038454895839095116, -0.020676951855421066, -0.0011566253378987312, -0.007499035447835922, 0.0038752739783376455, -0.03251126408576965, 0.00801529735326767, 0.023721573874354362, -0.040956780314445496, -0.03267011418938637, 0.002477064495906234, -0.026064610108733177, -0.014322959817945957, -0.028010519221425056, 0.005076575558632612, -0.014031735248863697, -0.027745770290493965, 0.012383667752146721, -0.017764706164598465, -0.014283247292041779, 0.02202717587351799, 0.009292715229094028, -0.013462522998452187, -0.012264530174434185, -0.023403875529766083], \"cd61eabb-b58a-4ffd-86dd-33b15298a2da\": [-0.010411673225462437, -0.01242794655263424, 0.01734131947159767, -0.022089539095759392, -0.019722310826182365, 0.02009391039609909, -0.03727007657289505, -0.017850549891591072, -0.01906168833374977, -0.013886818662285805, 0.01913050375878811, 0.014767647720873356, -0.006203650962561369, -0.024429241195321083, 0.016391675919294357, -0.005563673563301563, -0.006709439214318991, -0.0016790801892057061, 0.01665317267179489, -0.02118118479847908, -0.021511495113372803, 0.009035378694534302, -0.011560879647731781, -0.02020401507616043, -0.004087596666067839, -0.012407301925122738, 0.0269065722823143, -0.030030762776732445, -0.015483321622014046, -0.005216158926486969, 0.002393033355474472, -0.005653132684528828, -0.006434180308133364, -0.01906168833374977, -0.006162362173199654, -0.007308127824217081, -0.022832738235592842, -0.03176489472389221, 0.029507769271731377, -0.03715997189283371, 0.01695595681667328, 0.003253217786550522, -0.009345044381916523, 0.013088568113744259, -0.0038501860108226538, 0.009145481511950493, 0.005260888487100601, -0.017203690484166145, 0.004531451966613531, 0.005016596056520939, 0.002967636566609144, 0.02226845733821392, -0.0469316691160202, -0.0013934989692643285, 0.007473282981663942, 0.012359131127595901, 0.011898072436451912, 0.006840187590569258, -0.01763034239411354, -0.01867632567882538, 0.023163048550486565, -0.008601845242083073, -0.026548735797405243, -0.0015087636420503259, -0.02621842361986637, 0.0019526189425960183, -0.017492713406682014, 0.0028592534363269806, 0.007893052883446217, -0.010067599825561047, 0.02485589310526848, 0.008161431178450584, -0.005553351249545813, -0.020534325391054153, 0.004851440899074078, -0.01331565622240305, 0.003888034028932452, 0.008374756202101707, 0.011567761190235615, -0.010466725565493107, 0.03349902480840683, -0.003268701257184148, 0.0012498481664806604, 0.04437175765633583, 0.027113016694784164, -0.00013773704995401204, 0.014877751469612122, -0.004920255392789841, -0.018401067703962326, -0.012496761046350002, -0.005821729078888893, 0.030939117074012756, 0.01465754397213459, 0.0029177458491176367, 0.01608889177441597, 0.03625161573290825, 0.006392891518771648, 0.029727976769208908, 0.010480488650500774, -0.032260362058877945, -0.01831848919391632, -0.033003561198711395, -0.007452638819813728, -0.013239960186183453, -0.02937014028429985, -0.012366012670099735, 0.018524933606386185, 0.002835168270394206, 0.017300032079219818, 0.005491417832672596, -0.01917179301381111, 0.007961868308484554, 0.001598222879692912, -0.027470853179693222, -0.00470692990347743, -0.005150785204023123, 0.020451746881008148, -0.011175516992807388, -0.011540235951542854, -0.0423898920416832, 0.0214702058583498, 0.025213729590177536, 0.0008657757425680757, -0.019722310826182365, 0.0037710489705204964, 0.0019078892655670643, -0.007376942317932844, -0.004472959786653519, 0.017933126538991928, -0.00178918382152915, 0.027071727439761162, 0.0024756111670285463, 0.025860587134957314, -0.005746032577008009, 0.0006068602087907493, 0.008808289654552937, 0.004682844504714012, -0.011746680364012718, -0.029920658096671104, -0.033801812678575516, 0.011636576615273952, 0.04866579920053482, -0.01717616431415081, 0.008044445887207985, -0.0011388843413442373, 0.0007109424914233387, -0.01211139839142561, 0.010198348201811314, -0.016639409586787224, -0.017712919041514397, -0.005990325007587671, 0.008897748775780201, 0.00813390500843525, 0.004555537365376949, 0.006317195016890764, 0.04252752289175987, 0.006007528863847256, -0.00529529619961977, -0.013143619522452354, -0.01723121665418148, 0.004596826154738665, 0.01833225227892399, 0.014919040724635124, -0.0038123377598822117, 0.022227168083190918, 0.031352005898952484, 0.01099659875035286, -0.011781087145209312, 0.016680698841810226, 0.002279489068314433, 0.02244737558066845, -0.010342858731746674, 0.0067438469268381596, 0.0017212292877957225, 0.007349416613578796, 0.02851683832705021, -0.002713022055104375, 0.020052621141076088, 0.001107917632907629, -0.027925031259655952, -0.02719559334218502, 0.0030932235531508923, 0.03545336425304413, 0.03971987962722778, -0.008622489869594574, -0.01614394411444664, -0.0017040255479514599, -0.005615284666419029, 0.013893700204789639, -0.006100428756326437, 0.021098606288433075, -0.011347554624080658, 0.005040681455284357, 0.0026562497951090336, -0.6452072262763977, -0.027278171852231026, -9.994269203161821e-05, -0.004228667356073856, -0.000594817625824362, 0.027113016694784164, 0.0013685536105185747, 0.007590268272906542, -0.010714458301663399, 0.01911674067378044, 0.013122974894940853, 0.017726682126522064, 0.014409811235964298, 0.012187094427645206, -0.031462110579013824, -0.013584034517407417, 0.0019319744314998388, 0.0021556224673986435, 0.00424931151792407, 0.007115446496754885, -0.0355084165930748, -0.01889653317630291, 0.002276048297062516, 0.02422279678285122, -0.0008287878008559346, 0.007886171340942383, 0.03435232862830162, -0.005346906837075949, -0.0026562497951090336, -0.016061365604400635, -0.017616579309105873, -0.009957496076822281, 0.003729760181158781, 0.007886171340942383, 0.039527200162410736, -0.013535863719880581, -0.023575937375426292, -0.0018098282162100077, 0.005364110693335533, 0.010143295861780643, -0.01614394411444664, -0.03256314620375633, 0.037132445722818375, 0.0027852775529026985, -0.0019853059202432632, 0.008711948990821838, 0.03074643574655056, -0.008574319072067738, -0.008856459520757198, -0.02027282863855362, -0.0008292178972624242, 0.0026252830866724253, 0.009950614534318447, 0.018593749031424522, -0.022006960585713387, 0.010941547341644764, 0.03338892385363579, -0.010569947771728039, 0.02134633995592594, -0.021855568513274193, -0.008890867233276367, 0.027236882597208023, -0.0008997530094347894, -0.007074157707393169, -0.040738340467214584, 0.005164547823369503, -0.020823346450924873, -0.019763600081205368, 0.03966482728719711, -0.012923412024974823, -0.001550052547827363, 0.0020524002611637115, -0.001969822682440281, -0.009661592543125153, 0.010728221386671066, 0.006551165599375963, 0.0029693569522351027, 0.0008197558345273137, -0.004916814621537924, 0.022406086325645447, -0.017024772241711617, -0.0009135159780271351, -0.00430780416354537, -0.00775542389601469, 0.02364475280046463, -0.005243685096502304, -0.034847795963287354, -0.02920498512685299, -0.007115446496754885, -0.0027955996338278055, -0.00430780416354537, -0.015676002949476242, -0.017836786806583405, -0.019364474341273308, 0.015992550179362297, 0.01502914447337389, 0.008271533995866776, 0.0008077132515609264, -0.005044122226536274, -0.010494251735508442, -0.007727897725999355, -0.018222149461507797, -0.017451424151659012, 0.01665317267179489, 0.03658192604780197, 0.0037228786386549473, -0.008202719502151012, -0.0030020440462976694, 0.031407058238983154, 0.0022244371939450502, 0.010741984471678734, -0.0071567352861166, -0.017162401229143143, -0.0013960795477032661, -0.02244737558066845, -0.034489959478378296, 0.016818327829241753, 0.01227655354887247, 0.0035886899568140507, -0.026011981070041656, 0.026190899312496185, 0.012304079718887806, 0.003998137544840574, -0.027415800839662552, 0.011787968687713146, -0.009166126139461994, 0.022020723670721054, -0.015937499701976776, -0.004961544182151556, -0.003416653024032712, 0.014478625729680061, -0.0025272220373153687, 0.04822538420557976, -0.011987531557679176, 0.017258742824196815, -0.009042260237038136, -0.001273933332413435, 0.0027766756247729063, 0.020534325391054153, -0.027580955997109413, -0.015882447361946106, 0.02056185156106949, 0.00523680355399847, -0.007383823860436678, 0.0024136777501553297, -0.02547522448003292, -0.02868199348449707, 0.0065133171156048775, 0.004744777921587229, -0.002448085229843855, 0.0034579418133944273, 0.0017805820098146796, -0.01165033970028162, 0.018222149461507797, 0.0003855777031276375, 0.0016231682384386659, 0.015221825800836086, -0.01665317267179489, 0.004390381742268801, -0.025956928730010986, 0.00522648124024272, 0.017272505909204483, -0.004242429975420237, -0.0017685394268482924, -0.0020007891580462456, -0.008436690084636211, 0.0008868502336554229, 0.016047602519392967, -0.015552136115729809, -0.01717616431415081, -0.012882123701274395, -0.012531167827546597, -0.01511172205209732, -0.017891839146614075, 0.0012842555297538638, -0.005212718155235052, -0.01185678318142891, -0.013129856437444687, 0.024649448692798615, 0.011216806247830391, 0.007390705402940512, 0.016047602519392967, 0.01297158282250166, 0.006434180308133364, 0.03303108736872673, 0.03572862595319748, 0.026135846972465515, 0.017767971381545067, -0.006454824935644865, 0.03190252557396889, -0.004435111302882433, 0.040270399302244186, 0.0019784243777394295, 0.0105974730104208, 0.014946565963327885, 0.026479920372366905, -0.007961868308484554, 0.005216158926486969, 0.01705229841172695, -0.014327233657240868, 0.02730569802224636, 0.0254201740026474, 0.024869654327630997, -0.019268132746219635, 0.011863664723932743, -0.03812337666749954, -0.0035680453293025494, -0.010439199395477772, 0.016047602519392967, 0.0057597956620156765, 0.01059059239923954, -0.017038535326719284, -0.0195158664137125, -0.01273761224001646, -0.00793434213846922, 0.01769915781915188, -0.013350063934922218, 0.013322537764906883, -0.010514895431697369, -0.018235912546515465, -0.0008498622919432819, -0.011230569332838058, 0.015400744043290615, 0.016914669424295425, -0.03806832805275917, 0.005068207159638405, 0.015992550179362297, 0.02376861870288849, 0.022474901750683784, 1.7512818885734305e-05, -0.004510807804763317, 0.028819622471928596, 0.018979111686348915, -0.005391636863350868, 0.017382608726620674, -0.015731055289506912, 0.019488340243697166, -0.01833225227892399, 0.01838730461895466, -0.007315009366720915, -0.011939361691474915, 0.022942841053009033, 0.019254369661211967, -0.016873380169272423, 0.014547441154718399, 0.007349416613578796, 0.02857188880443573, 0.018621275201439857, -0.00801691971719265, -0.006551165599375963, -0.001377155422233045, 0.022860264405608177, -0.00841604545712471, 0.0020489594899117947, 0.02415398135781288, -0.01946081407368183, 0.0035370788536965847, 0.02817276306450367, 0.011505828239023685, 0.017726682126522064, 0.009579014964401722, 0.00041847978718578815, 0.014602492563426495, 0.014588729478418827, 0.025433937087655067, 0.0003728900046553463, -0.030884064733982086, 0.002286370377987623, -0.01849740743637085, 0.015166773460805416, -0.0006748147425241768, -0.004015341401100159, -0.012799546122550964, -0.001660156180150807, -0.006702557671815157, 0.006272465456277132, 0.014478625729680061, 0.006692235823720694, 0.0077210161834955215, -0.004641555715352297, -0.018524933606386185, -0.012882123701274395, 0.017878076061606407, 0.023176811635494232, -0.008202719502151012, 0.003956848755478859, 0.004524570424109697, 0.02302541956305504, -0.01147830206900835, -0.005233362782746553, -0.008092615753412247, 0.02588811330497265, 0.005866458639502525, -0.025681668892502785, -0.017547763884067535, 0.014368521980941296, 0.025447698310017586, -0.01666693575680256, -0.009303756058216095, -0.006616539321839809, -0.021511495113372803, 0.020396696403622627, -0.005532707087695599, 0.018277201801538467, 0.024236559867858887, -0.006840187590569258, 0.016446728259325027, -0.0005543889128603041, 0.001001254771836102, -0.0026011979207396507, -0.00024364727141801268, -0.004524570424109697, 0.002816244261339307, 0.024181507527828217, 0.002002509543672204, 0.012847715988755226, -0.0023603462614119053, -0.014285944402217865, 0.03765543922781944, -0.0049271369352936745, -0.00787240918725729, -0.01838730461895466, -0.04266515374183655, 0.014781410805881023, 0.010666288435459137, 0.030195917934179306, -0.0037641674280166626, 0.013226197101175785, -0.0019336948171257973, 0.0016076848842203617, -0.020176488906145096, -0.012063227593898773, -0.023218100890517235, -0.017382608726620674, -0.00430780416354537, -0.020740769803524017, 0.024401715025305748, -0.0001160173851530999, 0.006207091733813286, 0.014698833227157593, 0.0028110831044614315, -0.014492388814687729, 0.019653495401144028, -0.004342211410403252, -0.008767000399529934, -0.01844235695898533, -0.0040222229436039925, 0.04929889738559723, 0.014643781818449497, 0.0012541490141302347, -0.0008692164556123316, 0.010459844022989273, 0.01133379153907299, -0.015965024009346962, 0.0023981945123523474, 0.007438875734806061, 0.005312499590218067, 0.0014605933101847768, 0.00915924459695816, 0.022571241483092308, 0.015882447361946106, -0.010693813674151897, 0.020135199651122093, -0.013873056508600712, -0.017382608726620674, 0.008450453169643879, 0.02186933159828186, -0.0014597331173717976, 0.0017599374987185001, 0.0034768658224493265, 0.006430739536881447, 0.01529064029455185, -0.019722310826182365, -0.004693166818469763, 0.03330634534358978, 0.0162678100168705, -0.029755502939224243, -0.005391636863350868, -0.006344721186906099, 0.01545579545199871, 0.010549303144216537, 0.015414507128298283, -0.00430780416354537, -0.02358970046043396, 0.005611843895167112, -0.03710491955280304, -0.0047034891322255135, 0.002293251920491457, -0.01505666971206665, -0.017272505909204483, -0.014003803953528404, -0.0068161021918058395, -0.00999190378934145, -0.03063633292913437, -0.00853303074836731, 0.012957819737493992, -0.007782949600368738, -0.0007651341147720814, 0.009166126139461994, 0.020988503471016884, 0.011203043162822723, -0.007665964309126139, 0.0018614393193274736, 0.013859293423593044, -0.015662239864468575, -0.01804323121905327, 0.005818288307636976, -0.019488340243697166, -0.018180860206484795, -0.007824238389730453, 0.02444300428032875, -0.018524933606386185, -0.005284973885864019, -0.005467332899570465, 0.020768295973539352, 0.0015689765568822622, -0.00815454963594675, -0.00575635489076376, 0.012902768328785896, 0.0024033556692302227, 0.01465754397213459, 0.021387627348303795, -0.0069915796630084515, -0.006730083841830492, 0.028076423332095146, -0.011726035736501217, 0.008223364129662514, 0.00873259361833334, -0.004259633831679821, 0.016928430646657944, 0.031076746061444283, 0.010659406892955303, -0.01391434483230114, -0.0043456521816551685, 0.014327233657240868, -0.012118279933929443, 0.004631233401596546, -0.006458265241235495, 0.013391353189945221, 0.015042906627058983, 0.023231863975524902, -0.001715207938104868, 0.011313146911561489, 0.0008352391887456179, 0.009909326210618019, -0.02598445490002632, 0.015331928618252277, 0.0033478382974863052, 0.014946565963327885, 0.02175922878086567, -0.00039503973675891757, -0.055629853159189224, -0.014932803809642792, -0.018112044781446457, -0.03916936367750168, -0.0006287948926910758, 0.004221785813570023, -0.017437661066651344, -0.02239232324063778, -0.0026459277141839266, 0.011904953978955746, 0.05180375277996063, 0.012930293567478657, 0.00228981114923954, -0.013205552473664284, -0.008285297080874443, 0.014781410805881023, -0.007886171340942383, -0.046243518590927124, -0.031214376911520958, -0.02387872338294983, 0.0020524002611637115, 0.01935071125626564, 0.024773314595222473, -0.021387627348303795, 0.008588082157075405, -0.018222149461507797, -0.022419849410653114, -0.007741660811007023, -0.004934018477797508, -0.027512142434716225, 0.026823993772268295, 0.024993522092700005, 0.008457334712147713, 0.036554403603076935, 0.001992187462747097, -0.0037056750152260065, -0.003585249185562134, 0.019887465983629227, -0.0016988643910735846, -0.0007982512470334768, 0.00927622988820076, -0.027580955997109413, 0.008980326354503632, 0.01637791283428669, 0.0006924485205672681, -0.0141758406534791, 0.004328448791056871, -0.009042260237038136, -0.0018339133821427822, -0.011705391108989716, 0.009035378694534302, -0.0214702058583498, -0.015015381388366222, -0.015703529119491577, -0.003456221427768469, -0.01113422866910696, -0.0028661347460001707, -0.03016839176416397, -0.03980245813727379, -0.0011431851889938116, 0.0029401106294244528, 0.032783351838588715, -0.001969822682440281, 0.04753723740577698, -0.0021487409248948097, 0.01529064029455185, -0.02020401507616043, 0.013019752688705921, -0.031517162919044495, -0.0032016069162636995, -0.01621275767683983, -0.012641271576285362, 0.034545011818408966, 0.005873340182006359, 0.03991256281733513, -0.002009391086176038, -0.025461461395025253, 0.0006137416348792613, 0.01597878709435463, -0.030939117074012756, -0.0004649297334253788, -0.0010296409018337727, -0.01735508255660534, -0.016171468421816826, -0.027154305949807167, -0.003798574907705188, 0.0015053229872137308, 0.004170174710452557, 0.005959358531981707, -0.021483968943357468, 0.01145077683031559, -0.03212273120880127, -0.007163616828620434, 0.005563673563301563, -0.0007780368905514479, 0.03944462165236473, -0.005360669922083616, 0.027567194774746895, -0.012180212885141373, 0.011767324060201645, -0.022516191005706787, -0.002374109346419573, -0.005336584988981485, 0.005319381132721901, 0.021676650270819664, 0.03388438746333122, 0.02554403990507126, 0.008127023465931416, 0.011898072436451912, 0.0030794607009738684, 0.015331928618252277, -0.04528011381626129, 0.028241578489542007, 0.015318166464567184, 0.007046631537377834, -0.006458265241235495, -0.015194299630820751, -0.02473202534019947, 0.0015896210679784417, -0.020988503471016884, 0.011705391108989716, 0.009689118713140488, -0.024291610345244408, -0.03292098268866539, -0.01423089299350977, -0.013219315558671951, 0.014024448581039906, -0.02382367104291916, -0.014671307057142258, 0.003117308719083667, 0.016763275489211082, -0.017244979739189148, 0.01399692241102457, -0.003633419517427683, 0.031076746061444283, -0.03922441601753235, -0.008340349420905113, 0.013487693853676319, 0.0045486558228731155, -0.008388519287109375, -0.0037848118226975203, -0.024346662685275078, 0.03325129300355911, -0.031407058238983154, 0.011485183611512184, -0.018965348601341248, 0.013033515773713589, 0.03327881917357445, 0.0005156806437298656, 0.002358625875785947, -0.015717292204499245, -0.01946081407368183, -0.012090753763914108, 0.019667258486151695, 0.014808936975896358, -8.015844650799409e-05, -0.014079499989748001, 3.1531140848528594e-05, 0.0014124229783192277, -0.01672198809683323, -0.014045093208551407, 0.011147991754114628, -0.05254695191979408, -0.0038742711767554283, -0.02420903369784355, 0.009097311645746231, 0.002212394727393985, 0.024236559867858887, -0.0009539446327835321, -0.018937822431325912, 0.023176811635494232, -0.03259067237377167, 0.023094234988093376, -0.007782949600368738, -0.01712111383676529, -0.014189603738486767, -0.011492065154016018, 0.0043972632847726345, -0.025846824049949646, -0.024635685607790947, 0.005522384773939848, -0.018277201801538467, 0.010170822031795979, 0.029342614114284515, 0.0071429722011089325, -0.00853303074836731, 0.021373866125941277, 0.03515058010816574, 0.016900906339287758, -0.0021556224673986435, 0.008539912290871143, -0.03732512891292572, 0.028241578489542007, -0.04459196701645851, 0.01614394411444664, 0.03327881917357445, 0.020988503471016884, -0.006148599088191986, -0.010046955198049545, 0.024429241195321083, -0.0002756891481112689, -0.014189603738486767, -0.0048032705672085285, 0.016625646501779556, 0.021167421713471413, -0.04183937609195709, -0.011746680364012718, -0.0008988928166218102, -0.031159324571490288, -0.01969478465616703, 0.018483644351363182, 0.011726035736501217, 0.009723525494337082, 0.006317195016890764, 0.014285944402217865, 0.007411350030452013, 0.01987370289862156, 6.9621187321899924e-06, -0.013363827019929886, -0.0062862285412848, 0.00017225195188075304, -0.026865283027291298, -0.022929077968001366, 0.002857533050701022, -0.00463811494410038, 0.011588405817747116, -0.028241578489542007, -0.03000323660671711, -0.022185878828167915, -0.022984130308032036, -0.022777685895562172, 0.010329095646739006, 0.0017281107138842344, 0.015992550179362297, -0.000133866211399436, -0.005140462890267372, 0.028984777629375458, -0.008092615753412247, 0.026782706379890442, -0.012799546122550964, 0.013350063934922218, 0.017368845641613007, 0.006320635788142681, 5.4594838729826733e-05, -0.0011973768705502152, -0.03677460923790932, -0.005598080810159445, 0.003251497633755207, 0.010748866014182568, 0.018855245783925056, 0.0179881788790226, -0.014134552329778671, 0.021002264693379402, -0.016240283846855164, -0.007046631537377834, -0.01205634605139494, 0.01093466579914093, 0.004658759571611881, -0.020685717463493347, 0.0031671994365751743, 0.016185231506824493, 0.022626293823122978, 0.009021615609526634, 0.0027921590954065323, -0.0003014946705661714, -0.011485183611512184, 0.0006976096774451435, -0.02507609874010086, -0.0091317193582654, 0.008264653384685516, -0.00609698798507452, 0.00919365230947733, 0.026782706379890442, -0.010260281153023243, 0.0330861359834671, 0.009351925924420357, -0.01655683107674122, -0.01065252535045147, 0.004810152109712362, -0.02799384482204914, -0.021318813785910606, 0.0016059644985944033, 0.0034734250511974096, 0.018758904188871384, -0.005419162567704916, -0.0007887892425060272, -0.02134633995592594, 0.01159528736025095, -0.007893052883446217, -0.011870546266436577, -0.01895158551633358, 0.014822700060904026, 0.009283111430704594, -0.021318813785910606, -0.012070109136402607, -0.0034699845127761364, -0.00516798859462142, -0.018235912546515465, 0.007335653528571129, -0.03611398860812187, -0.02948024496436119, 0.020121436566114426, -0.010576829314231873, -0.012820189818739891, -0.023520885035395622, 0.018194623291492462, -0.0015156451845541596, -0.0029108645394444466, 0.03322376683354378, 0.20886656641960144, -0.014382285065948963, -0.0005952477222308517, 0.034957900643348694, 0.016006313264369965, -0.016983482986688614, 0.029783029109239578, 0.019020400941371918, -0.025351358577609062, 0.014451100490987301, 0.006172684021294117, 0.013391353189945221, -0.025805536657571793, -0.005391636863350868, 0.02565414272248745, -0.04167421907186508, -0.033526550978422165, -0.00959277804940939, -0.03828853368759155, -0.02094721421599388, -0.004796389024704695, 0.006995020434260368, -0.030085813254117966, -0.0026889368891716003, 0.027636008337140083, -0.03498542681336403, -0.00979234091937542, -0.010776392184197903, 0.008464215323328972, 0.01385241188108921, -0.031186850741505623, -0.008904630318284035, -0.014588729478418827, 0.003795134136453271, -0.014258419163525105, 0.0065924543887376785, 0.008491741493344307, 0.00469660758972168, 0.01735508255660534, 0.004755100235342979, -0.006231176666915417, -0.009551488794386387, -0.0162678100168705, -0.01242794655263424, -0.010728221386671066, 0.019887465983629227, -0.010439199395477772, -0.0008808289421722293, 0.006382569205015898, 0.004146089311689138, -0.017836786806583405, 0.02857188880443573, 0.015442032366991043, 0.028076423332095146, -0.00021042264415882528, -0.01952962949872017, 0.008966563269495964, 0.004063511732965708, -0.014478625729680061, -0.00178918382152915, -0.00384330446831882, 0.04594073444604874, -0.04244494438171387, -0.0011130787897855043, -0.012923412024974823, 0.02164912410080433, -0.03468263894319534, -0.0009685677941888571, 0.017423897981643677, -0.02266758307814598, 0.015648476779460907, -0.00853303074836731, 0.0014528516912832856, 0.0035370788536965847, 0.005918069742619991, -0.029039829969406128, 0.02628723904490471, 0.01648801751434803, 0.007425112649798393, 0.03743522986769676, -0.03173736855387688, -0.01331565622240305, 0.011492065154016018, -0.032095205038785934, -0.0269065722823143, -0.047151874750852585, 0.02462192252278328, 0.019818652421236038, -0.0018769226735457778, 0.011822376400232315, 0.004493603948503733, 0.0036643859930336475, -0.010260281153023243, 0.005322821903973818, 0.007851764559745789, -0.0006373967626132071, -0.01585492119193077, 0.008890867233276367, -0.019736073911190033, -0.0005384755204431713, -0.02799384482204914, 0.024374188855290413, 0.005171429365873337, -0.011430132202804089, -0.044812172651290894, -0.0478675477206707, 0.01911674067378044, 0.006117632612586021, -0.004015341401100159, 0.005601521581411362, 0.012317842803895473, -0.03980245813727379, 0.019653495401144028, -0.0004799829621333629, 0.01701100915670395, 0.029672926291823387, -0.023562174290418625, -0.03080148808658123, -0.027580955997109413, -0.016075128689408302, 0.01763034239411354, -0.04013276845216751, 0.023617226630449295, 0.005016596056520939, -0.011127347126603127, -0.013384471647441387, 0.0034149326384067535, -0.020231539383530617, -0.008360994048416615, -0.04522506147623062, -0.002114333678036928, 0.00016977892664726824, 0.01695595681667328, 0.01039102952927351, -0.029645400121808052, 0.010260281153023243, 0.005467332899570465, -0.0078035942278802395, 0.007301246281713247, 0.026934098452329636, -0.0028730162885040045, 0.006200210191309452, 0.014162078499794006, -0.002573672216385603, 0.018139570951461792, -0.016006313264369965, 0.015703529119491577, 0.014340996742248535, -0.040738340467214584, -0.02731946110725403, -0.008326586335897446, -0.012049464508891106, -0.003416653024032712, 0.03336139768362045, 0.0026373257860541344, -0.015442032366991043, -0.025681668892502785, -0.03974740579724312, -0.020534325391054153, 0.016873380169272423, -0.03468263894319534, -0.012221502140164375, 0.029865607619285583, -0.015166773460805416, -0.010755747556686401, -0.03327881917357445, -0.17803755402565002, 0.00463811494410038, 0.0308565404266119, -0.0380132757127285, 0.018414830788969994, 0.003681589849293232, 0.024071404710412025, 0.011609050445258617, 0.018579985946416855, 0.0012937175342813134, 0.01739637181162834, 0.005150785204023123, -0.034957900643348694, -0.0051301405765116215, 0.0011904954444617033, -0.025323832407593727, -0.002618401776999235, 0.011553999036550522, 0.017189927399158478, 8.967423491412774e-05, 0.0175202377140522, -0.021552784368395805, 0.012861479073762894, 0.0044488743878901005, -0.012228383682668209, 0.017960652709007263, 0.005518944002687931, 0.020121436566114426, -0.0002655819698702544, -0.01666693575680256, -0.0021366984583437443, -0.004180497024208307, 0.004865203518420458, -0.012118279933929443, -0.0035095529165118933, 0.013666612096130848, -0.0123384865000844, -0.0234658345580101, -0.005887102801352739, 0.013350063934922218, 0.014643781818449497, 0.032893456518650055, -0.0065133171156048775, 0.0199838075786829, 0.01359779667109251, -0.0012696323683485389, 0.008264653384685516, -0.017038535326719284, 0.0019130504224449396, -0.0072737205773591995, 0.005532707087695599, -0.009902444668114185, 0.009324400685727596, 0.009228060021996498, 0.008402282372117043, 0.022805212065577507, -0.018112044781446457, -0.007363179698586464, 0.022708872333168983, -0.011898072436451912, 0.02056185156106949, -0.013955634087324142, 0.008106378838419914, -0.02301165647804737, -0.009186770766973495, -0.011354436166584492, -0.019681021571159363, 0.008292178623378277, -0.014107026159763336, 0.01838730461895466, -0.013212434016168118, -0.012833952903747559, -0.019309422001242638, 0.012813309207558632, 0.0032411753199994564, 0.01423089299350977, -0.022172115743160248, 0.018001941964030266, 0.011519591324031353, 0.013611559756100178, -0.007831119932234287, 0.04877590388059616, -0.03677460923790932, 0.004744777921587229, 0.004755100235342979, -8.822267409414053e-05, 0.006792017258703709, -0.0027216237504035234, -0.003674708306789398, -0.01542827021330595, 0.01045296248048544, -0.019557155668735504, -0.009579014964401722, -0.010232754983007908, 0.010040073655545712, 0.01537321787327528, -0.013026634231209755, 0.01940576359629631, -0.01889653317630291, 0.02994818426668644, -0.005357229150831699, 0.011423250660300255, -0.02203448675572872, 0.005601521581411362, 0.029672926291823387, 0.021084843203425407, 0.015414507128298283, 0.023906247690320015, 0.04156411811709404, -0.008085734210908413, -0.0033960086293518543, -0.01735508255660534, 0.023782381787896156, 0.014437337405979633, 0.011973768472671509, 0.017134875059127808, -0.0023001334629952908, -0.047261979430913925, 0.006860831752419472, 0.02169041335582733, 0.011299383826553822, -0.02204824984073639, -0.027099253609776497, 0.010108888149261475, -0.005071647930890322, -0.022708872333168983, -0.08901877701282501, 0.004032545257359743, -0.0037572861183434725, -0.0030932235531508923, 0.006589013617485762, 0.00038729808875359595, -0.02199319750070572, 0.01797441579401493, -0.005133581347763538, 0.010556184686720371, -0.0047757443971931934, -0.020465509966015816, -0.011072295717895031, 0.008546793833374977, 0.014616255648434162, 0.008601845242083073, -0.001483818283304572, -0.014093263074755669, 0.005942154675722122, 0.0365268774330616, -0.009985022246837616, -0.008512386120855808, 0.004139207769185305, -0.026314765214920044, 0.010205228812992573, 0.006472028326243162, -0.026768943294882774, 0.01871761493384838, 0.019914992153644562, -0.00602817302569747, 0.011891190893948078, -0.01929565891623497, 0.015607188455760479, -0.01625404693186283, -0.02302541956305504, -0.018524933606386185, -0.03669203072786331, -0.025956928730010986, 0.023672278970479965, -0.023176811635494232, -0.003746963804587722, 0.005219599697738886, -0.007576505187898874, -0.04170174524188042, -0.001866600476205349, -0.019364474341273308, -0.004865203518420458, 0.03567357361316681, -0.01677703857421875, -0.013074805028736591, 0.0106181176379323, 0.015620951540768147, -0.009090430103242397, 0.004713811445981264, 0.025268780067563057, -0.0003300958196632564, 0.022117065265774727, 0.017382608726620674, -0.031159324571490288, -0.0056600142270326614, 0.011141110211610794, -0.008037564344704151, -0.023617226630449295, 0.04792260006070137, 0.010748866014182568, 0.01728626899421215, -0.019392000511288643, -0.006193328648805618, 0.022626293823122978, -0.018304726108908653, 0.007521453313529491, 0.016859617084264755, -0.007012224290519953, 0.028434259817004204, -0.01746518723666668, -0.017823023721575737, -0.01957091875374317, -0.000601699051912874, 0.02559909224510193, -0.0013358666328713298, -0.00602817302569747, -0.010528658516705036, 0.0057804398238658905, 0.00768660893663764, 0.03600388392806053, 0.010115769691765308, 0.013329419307410717, -0.00167477922514081, 0.010329095646739006, -0.02021777629852295, 0.008429808542132378, 0.023975063115358353, -0.0058114067651331425, -0.016625646501779556, -0.0011861944803968072, 0.02873704396188259, -0.004149530082941055, 0.011843021027743816, -0.005446688272058964, -0.01695595681667328, -0.03837111219763756, 0.0014580127317458391, -0.07151230424642563, 0.042912885546684265, -0.017781734466552734, 0.008319704793393612, -0.009255585260689259, -0.01746518723666668, -0.013157382607460022, -0.013274367898702621, -0.005728829186409712, 0.03195757418870926, -0.010755747556686401, 0.01574481837451458, -0.0022984130773693323, -0.0011775926686823368, -0.003452780656516552, -0.017740445211529732, 0.014740122482180595, -0.0032497772481292486, 0.007466401904821396, 0.012372894212603569, -0.020878398790955544, -0.007232431322336197, -0.01139572449028492, 0.002510018413886428, 0.00020902484538964927, -0.005171429365873337, 0.009028497152030468, 0.029810555279254913, -0.0015922015300020576, 0.005154225509613752, 0.03237046301364899, -0.01918555609881878, 0.007266839034855366, 0.018910296261310577, 0.012847715988755226, -0.02181427925825119, -0.006533961743116379, 0.03732512891292572, -0.0014081221306696534, 0.015318166464567184, -0.017203690484166145, -0.012613746337592602, 0.017272505909204483, -0.014698833227157593, 0.0029435514006763697, 0.012187094427645206, -0.011216806247830391, 0.010631880722939968, 0.006072902586311102, 0.0088771041482687, 0.025172440335154533, 0.00037159971543587744, 0.018869007006287575, -0.018290963023900986, -0.0033237531315535307, -0.01688714325428009, 0.014086381532251835, 0.007693490479141474, -0.019047927111387253, -0.0037228786386549473, 0.02788374200463295, 0.03509552776813507, 0.015827395021915436, -0.010583710856735706, -0.008560556918382645, 0.008808289654552937, -0.009303756058216095, -0.01333630084991455, 0.010432317852973938, -0.04104112461209297, -0.007204905617982149, 0.0008292178972624242, 0.008601845242083073, 0.010177703574299812, -0.024663211777806282, 0.006878035608679056, -0.0036712675355374813, 0.001122540794312954, -0.011058532632887363, 0.00334955845028162, 0.02387872338294983, -0.013356945477426052, -0.009716644883155823, 0.004201141186058521, 0.017492713406682014, 0.016928430646657944, -0.026713890954852104, 0.01712111383676529, 0.0007728757918812335, -0.004827355500310659, -0.03828853368759155, 0.005305618047714233, 0.026067031547427177, -0.0006546004442498088, 0.013467049226164818, -0.0026889368891716003, -0.01265503466129303, 0.044454336166381836, 0.0182634387165308, 0.020025094971060753, -0.028929725289344788, 0.02531006932258606, -0.018579985946416855, 0.005343466531485319, -0.0141758406534791, 0.004015341401100159, -0.016336625441908836, -0.023796144872903824, 0.006747287232428789, -0.026204662397503853, 0.011430132202804089, -0.008808289654552937, -0.025213729590177536, 0.032838404178619385, -0.033003561198711395, 0.01741013489663601, -0.022282220423221588, -0.001141464919783175, -0.017107350751757622, 0.044922277331352234, 0.008237127214670181, -0.0030381716787815094, 0.012008176185190678, -0.005205836612731218, 0.01523558795452118, -0.011423250660300255, -0.005849254783242941, -0.020589377731084824, 0.004104800522327423, 0.00907666701823473, -0.0017874634359031916, 0.012524287216365337, 0.013694137334823608, -0.002919466234743595, -0.023630989715456963, 0.014189603738486767, -0.024759551510214806, 0.014162078499794006, 0.00403942633420229, 0.08065090328454971, 0.014740122482180595, -0.01969478465616703, 0.0020902485121041536, 0.00787240918725729, 0.015538373030722141, 0.01963973231613636, 0.008422926999628544, 0.008594963699579239, -0.03790317103266716, 0.000701480486895889, 0.0042458707466721535, -0.007136090658605099, -0.024401715025305748, -0.011980650015175343, -0.005690980702638626, 0.022117065265774727, 0.007232431322336197, 0.01946081407368183, -0.02186933159828186, 0.01227655354887247, -0.0068161021918058395, 0.0010021149646490812, -0.004290600307285786, -0.004920255392789841, -0.013446404598653316, 0.031985100358724594, -0.021800516173243523, -0.016570594161748886, -0.04712434858083725, 0.025062335655093193, -0.005845814011991024, -0.04329824820160866, -0.009173007681965828, -0.005849254783242941, -0.018992874771356583, -0.01614394411444664, 0.00208336696960032, 0.0009074946865439415, -0.019777363166213036, -0.015249351039528847, 0.016570594161748886, -0.033581603318452835, -0.012524287216365337, 0.03971987962722778, -0.00953772570937872, -0.007679727394133806, -0.015579662285745144, -0.01457496639341116], \"cdad78c2-3b29-4f54-b4f0-02691363d57f\": [0.02502336911857128, 0.03245522454380989, 0.007494485005736351, -0.01212895754724741, -0.013193633407354355, 0.016297198832035065, -0.01916417106986046, -0.011391338892281055, -0.003702011192217469, -0.06251666694879532, 0.023047106340527534, -0.014446194283664227, 0.0007367489160969853, 0.010772017762064934, 0.017869858071208, -0.0032931894529610872, 0.020917754620313644, -0.002399000572040677, 0.02812693454325199, -0.01721574366092682, -0.016812140122056007, -0.0057130660861730576, 0.010841604322195053, -0.0312304999679327, -0.01476629264652729, -0.000400993216317147, 0.018718816339969635, -0.006666403729468584, -0.012282048352062702, 0.01216375082731247, 0.012177668511867523, -0.02335328795015812, -0.02024972252547741, -0.0070769647136330605, -0.00668727932497859, -0.023562047630548477, -0.004665786400437355, -0.02502336911857128, 0.016255447641015053, -0.014668871648609638, 0.03173152357339859, 0.015503911301493645, 0.000715872913133353, -0.026164589449763298, 0.023186279460787773, 0.0021276127081364393, -0.004370043054223061, -0.022866182029247284, -0.022184232249855995, -0.009463788010179996, 0.004293498117476702, 0.043088071048259735, -0.047235436737537384, -0.007257890421897173, 0.009790845215320587, 0.0024372732732445, 0.011293917894363403, -0.01793944463133812, 0.045064330101013184, -0.027375398203730583, 0.0059670573100447655, 0.005351215600967407, -0.018537890166044235, -0.016631215810775757, -0.01773068495094776, 0.007104799617081881, -0.019011080265045166, -0.005145934876054525, -0.0024790253955870867, -0.006151461973786354, 0.02992227114737034, 0.018398717045783997, -0.00048797656199894845, -0.0005914867506362498, 0.0207507461309433, -0.016631215810775757, -0.010403208434581757, 0.02894805744290352, 0.0038620606064796448, -0.01732708141207695, 0.01628328301012516, -0.01567091979086399, -0.013179716654121876, 0.029616089537739754, 0.014501863159239292, 0.0014213077956810594, 0.012887452729046345, 0.013451104052364826, 0.011460925452411175, 0.014007797464728355, -0.003027020487934351, 0.010528463870286942, -0.0005762646324001253, 0.006217569578438997, -0.005058951210230589, 0.02375689148902893, 0.002336372621357441, 0.017271412536501884, -0.011899321340024471, -0.013979963026940823, -0.004550968762487173, 0.0035419617779552937, -0.0332067608833313, -0.014209599234163761, -0.017869858071208, -0.01037537306547165, 0.01075810007750988, 0.0025033806450664997, 0.024578014388680458, 0.019734781235456467, -0.02894805744290352, 0.04002625495195389, 0.03159235045313835, -0.015531745739281178, 0.023436792194843292, -0.010479753836989403, 0.03245522454380989, -0.030673807486891747, -0.007550154346972704, -0.01780027151107788, 0.02411874197423458, 0.0025590499863028526, 0.012442097999155521, -0.0065411473624408245, 0.026596028357744217, -0.0019449476385489106, -0.0027799876406788826, 0.011238248087465763, -0.020848168060183525, -0.015350820496678352, 0.024411005899310112, 0.02079249918460846, 0.006558544002473354, 0.0038098704535514116, -0.000531033321749419, -0.0062001729384064674, -0.012289007194340229, -0.006763824727386236, -0.023979568853974342, -0.04289322718977928, 0.02519037574529648, 0.005761776585131884, -0.015796175226569176, 0.020138384774327278, 0.011586181819438934, -0.005340777337551117, 0.027013547718524933, 0.03198203444480896, -0.021474448963999748, 0.006631609983742237, 0.008371276780962944, 0.023562047630548477, -0.014418358914554119, -0.009115854278206825, 0.012323800474405289, 0.021460531279444695, 0.018788402900099754, 0.005024157930165529, 0.024633683264255524, -0.011787982657551765, -0.006158420816063881, 0.011182579211890697, 0.011071240529417992, 0.020889919251203537, 0.005800049286335707, 0.028419198468327522, 0.013451104052364826, 0.018802320584654808, 0.009282862767577171, 0.02296360209584236, 0.002365947002544999, 0.037771645933389664, -0.03253873065114021, 0.003286230843514204, 0.010605009272694588, 0.014000839553773403, 0.012400345876812935, 0.014780210331082344, -0.021432695910334587, -0.01693739742040634, -0.007584947627037764, 0.02635943330824375, 0.02487027831375599, 0.026289846748113632, -0.00855220202356577, 0.0011516595259308815, -0.003855101764202118, -0.012358593754470348, 0.008524367585778236, 0.021001258864998817, 0.0044605061411857605, 0.027097051963210106, -0.00987434946000576, -0.01844046823680401, -0.6457643508911133, -0.012386428192257881, 0.01703481748700142, -0.029950104653835297, 0.0317593589425087, 0.0240074023604393, 0.012393387034535408, -0.0038481431547552347, -0.024411005899310112, 0.02577490545809269, 0.0169652309268713, -0.004968488588929176, 0.0034480197355151176, -0.005434719379991293, -0.009380283765494823, -0.029950104653835297, 0.01027099322527647, -0.014738458208739758, 0.014849796891212463, 0.01793944463133812, 0.010403208434581757, 0.01084856316447258, -0.004095175769180059, 0.01791161112487316, 0.01732708141207695, 0.020555904135107994, 0.013819913379848003, -0.00949162244796753, 0.005173769313842058, -0.019665194675326347, -0.010625885799527168, 0.006259321700781584, -0.011426132172346115, 0.013471980579197407, 0.04411795362830162, 0.012462973594665527, -0.012950080446898937, -0.009275903925299644, 0.02642901986837387, 0.031564515084028244, -0.014460111036896706, -0.021363109350204468, 0.021530117839574814, 0.007108279038220644, 0.019192004576325417, 0.00022659161186311394, 0.02043064869940281, 0.004978926852345467, -0.023408956825733185, 0.020820332691073418, 0.013625071384012699, -0.01689564436674118, -0.007717162370681763, 0.02450842782855034, -0.004822356626391411, -0.023742973804473877, 0.038857199251651764, -0.010639802552759647, 0.016088439151644707, 0.0018283899407833815, 8.671152318129316e-05, -0.016408538445830345, -0.0054208021610975266, 0.011433091014623642, -0.016450289636850357, 0.018426552414894104, 0.0047075385227799416, -0.0036915731616318226, 0.011370462365448475, -0.025134706869721413, 0.024675434455275536, 0.029727427288889885, 0.005702628288418055, -0.02833569422364235, -0.008461739867925644, 0.008169475942850113, 0.028892388567328453, -0.008065096102654934, 0.017521925270557404, 0.010563257150352001, -0.009185440838336945, -0.007522319443523884, -0.024522343650460243, -0.009415077045559883, 0.03699227795004845, 0.0011838433565571904, -0.024243997409939766, -0.0005527791799977422, -0.004571844823658466, 0.01812037080526352, 0.008496533147990704, 0.008023343980312347, -0.021905886009335518, -0.03888503462076187, -0.013193633407354355, 0.010876397602260113, -0.0075362371280789375, -0.013235385529696941, 0.01841263473033905, -0.03924688696861267, -0.013235385529696941, 0.009519456885755062, -0.007404022384434938, 0.009540333412587643, 0.02729189395904541, 0.01111995056271553, 1.9883849745383486e-05, 0.012518643401563168, 0.018134288489818573, -0.02475893869996071, 0.016951315104961395, -0.020152300596237183, -0.025510475039482117, 0.0169652309268713, 0.00023311536642722785, -0.02747282013297081, 0.02498161606490612, -0.001849265885539353, 0.004175200592726469, -0.027486737817525864, 0.005472992081195116, 0.023047106340527534, 0.006158420816063881, -0.010925108566880226, 0.02262958697974682, -0.006673362106084824, 0.013158840127289295, -0.0017370573477819562, 0.011725354939699173, -0.008002467453479767, 0.014668871648609638, -0.0010716348187997937, 0.0007876341696828604, -0.006763824727386236, -0.01532298605889082, -0.003875977825373411, 0.0025277358945459127, -0.00626280065625906, 0.011558346450328827, -0.03262223303318024, -0.02353421412408352, -0.00766149302944541, -0.0062001729384064674, 0.000570175820030272, -0.03100782260298729, -0.031202664598822594, -0.033986132591962814, -0.01352069154381752, 0.003350598504766822, -0.00625584227964282, -0.0026199384592473507, -0.012643898837268353, 0.008872301317751408, 0.018621394410729408, -0.020194053649902344, -0.015336903743445873, -0.0018684022361412644, -0.015907514840364456, -0.021544035524129868, -0.005859198048710823, -0.02624809369444847, 0.017340999096632004, -0.01624152995646, -0.008719210512936115, -0.004015151411294937, -0.022392991930246353, -0.004867588169872761, 0.021001258864998817, -0.023548131808638573, -0.03707578033208847, 0.00399775430560112, -0.0032462184317409992, -0.0024651079438626766, 0.014863713644444942, -0.014209599234163761, 0.013485897332429886, -0.011433091014623642, 0.0018684022361412644, 0.021390944719314575, -0.010117902420461178, -0.0035976311191916466, -0.003454978344962001, -0.004895422607660294, 0.01219854410737753, 0.013576360419392586, 0.024633683264255524, 0.03601806238293648, 0.000885055516846478, -0.0026912647299468517, 0.02840528078377247, 0.02466151863336563, 0.03930255398154259, -0.007216138299554586, -0.005716545507311821, 0.006850808393210173, 0.02140486240386963, -0.0031209622975438833, 0.01176710706204176, 0.010354497469961643, 0.019484268501400948, 0.030590303242206573, -0.002752152970060706, 0.011781023815274239, -0.018537890166044235, 0.01791161112487316, -0.03637991473078728, -0.011300875805318356, -0.012115039862692356, 0.02855837158858776, 0.023701222613453865, 0.009470746852457523, 0.007884169928729534, -0.026053251698613167, -0.028001679107546806, 0.03086864948272705, 0.021237853914499283, -0.015225565060973167, 0.027083134278655052, 0.02090383693575859, -0.011850611306726933, -0.0012708266731351614, 0.015114226378500462, 0.029504749923944473, -0.002846095012500882, -0.014543615281581879, 0.02443884126842022, 0.013868624344468117, 0.013089253567159176, -0.013256262056529522, -0.03345727548003197, 0.0038968538865447044, 0.0004779734881594777, 0.01447402872145176, 0.01992962323129177, -0.0010333621175959706, 0.01700698398053646, 0.04049944505095482, -0.017563676461577415, 0.02480069175362587, -0.0332067608833313, -0.008830549195408821, 0.030117113143205643, -0.00043643894605338573, 0.0032740531023591757, 0.036157235503196716, 0.013632030226290226, 0.03757680580019951, -0.009324614889919758, -0.02350637875497341, 0.02967175841331482, -0.023520296439528465, -0.0004827575758099556, -0.028460949659347534, 0.012191585265100002, 0.015893597155809402, -0.007515361066907644, 0.007898087613284588, 0.035684049129486084, 0.01902499794960022, 0.0027730290312319994, -0.014112178236246109, -0.020917754620313644, 0.016700802370905876, -0.011043405160307884, 0.02303319051861763, 0.01587967947125435, -0.01834304817020893, -0.0064263297244906425, -0.007376187480986118, 0.000389250461012125, -0.026554275304079056, -0.0067847007885575294, -0.025246046483516693, -0.01823170855641365, 0.030228452757000923, -0.005991412792354822, 0.01773068495094776, 0.03231605142354965, 0.012330759316682816, -0.012678692117333412, -0.014571449719369411, -0.013750326819717884, 0.021168267354369164, 0.04628905653953552, -0.00762669974938035, -0.020945589989423752, -0.014668871648609638, 0.01798119768500328, -0.0019936582539230585, 0.012727403081953526, -0.0007058698683977127, 0.031146995723247528, 0.02660994417965412, 0.008280814625322819, -0.037994325160980225, 0.0030635534785687923, 0.01791161112487316, 0.008670499548316002, -0.01592143066227436, 0.008287773467600346, 0.005890511907637119, 0.03387479484081268, -0.015949266031384468, -0.00025094696320593357, 0.049406539648771286, 0.01124520692974329, -0.007703245151787996, -0.02249041385948658, -0.014049549587070942, -0.007946798577904701, 0.0021206538658589125, -0.017271412536501884, -0.036157235503196716, -0.0043317703530192375, 0.02281051315367222, -0.004679704084992409, -0.0022302530705928802, 0.010472794994711876, 0.047485947608947754, 0.0007084793178364635, -0.004735373426228762, -0.009122813120484352, -0.010876397602260113, 0.006753386929631233, 0.03949739784002304, 0.02281051315367222, -0.0002607325732242316, 0.025037286803126335, -0.014877631328999996, -0.02989443577826023, -0.010458877310156822, -0.007038692478090525, 0.029087230563163757, -0.020207971334457397, -0.01447402872145176, -0.011231289245188236, 0.027848588302731514, -0.01603277027606964, -0.010138778947293758, 0.023548131808638573, -0.014432276599109173, -0.011349586769938469, 0.015309068374335766, -0.025399137288331985, 0.014000839553773403, 0.000534947554115206, 0.017494089901447296, 0.024104824289679527, -0.020569821819663048, 0.014501863159239292, 0.01489154901355505, 0.003869019215926528, 0.0056191240437328815, -0.03671393170952797, -0.023283701390028, 0.0066246516071259975, 0.0060053300112485886, -0.0044152745977044106, -0.017173992469906807, 0.01581009291112423, -0.0029609131161123514, 0.01532298605889082, -0.00812076497823, -0.009115854278206825, 0.003498470177873969, 0.022907933220267296, 0.030089277774095535, 0.014794127084314823, -0.0022546083200722933, 0.011683602817356586, -0.0023015793412923813, 0.0014056508662179112, -0.014877631328999996, -0.0002920465776696801, -0.01108515728265047, -0.005511264782398939, -0.0009115854627452791, -0.006572461687028408, 0.009324614889919758, -0.03159235045313835, -0.006234966218471527, 0.003966440446674824, -0.00841302890330553, -0.03184286132454872, -0.03504385054111481, -0.029504749923944473, 0.012629982084035873, 0.0037402838934212923, -0.009825638495385647, 0.006906477734446526, -0.0025677483063191175, -0.01389645878225565, -0.01988787204027176, -0.008510450832545757, -0.005810487549751997, -0.011495718732476234, -0.03487684205174446, -0.02686045691370964, 0.013979963026940823, -0.0014352251309901476, 0.011948032304644585, -0.0020719433669000864, -0.005319901276379824, 0.026763034984469414, -0.03816133365035057, -0.030729476362466812, -0.001878840266726911, -0.02667953073978424, 0.01780027151107788, -0.0014682788169011474, 0.02414657734334469, -0.013569401577115059, -0.006816015113145113, 0.0025120789650827646, 0.012414262630045414, 0.010090067982673645, -0.026303762570023537, -0.009338531643152237, -0.007703245151787996, 0.010229241102933884, 0.013193633407354355, 0.022406909614801407, -0.01761934719979763, -0.00844782218337059, -0.023228032514452934, -0.0006854287348687649, -0.030812980607151985, -0.015601332299411297, -0.0035106476861983538, -0.0024581493344157934, 0.0015282973181456327, 0.019011080265045166, -0.011196495965123177, -0.02928207255899906, 0.0063323876820504665, -0.03596239537000656, 0.0225600004196167, 0.0207507461309433, 0.022462578490376472, 0.01830129511654377, 0.016492042690515518, 0.013325848616659641, 0.004046465270221233, 0.013284096494317055, -0.03128616884350777, -0.00046275139902718365, 0.003869019215926528, 0.015058556571602821, -0.043700434267520905, -0.002059765625745058, 0.00198148051276803, -0.04871067404747009, -0.007557113189250231, -0.015058556571602821, -0.03523869439959526, 0.018537890166044235, -0.007341394200921059, -0.02219814993441105, -0.03173152357339859, 0.002821739763021469, -0.013026625849306583, 0.019846120849251747, -0.004603158682584763, -0.000447964237537235, 0.009150647558271885, -0.0008802714291960001, -0.01496113557368517, -0.025566143915057182, -0.0025590499863028526, -0.029337743297219276, -0.036407750099897385, 0.0098395561799407, -0.004036027006804943, 0.021683208644390106, -0.015517828986048698, -0.008545244112610817, -0.0020023565739393234, 0.011391338892281055, 0.03100782260298729, -0.02029147557914257, 0.0014456631615757942, -0.005236397497355938, 0.03000577539205551, 0.01653379388153553, 0.02292185090482235, 0.013569401577115059, 0.0027591115795075893, 0.011161702685058117, -0.01169752050191164, 0.00869833491742611, -0.012671733275055885, -0.015462159179151058, -0.02375689148902893, -0.005660876166075468, 0.01898324489593506, -0.0023172362707555294, 0.003775077173486352, -0.007619740907102823, 0.010556298308074474, 0.04083346202969551, -0.0037333250511437654, 0.014112178236246109, -0.014487945474684238, -0.033123258501291275, 0.010925108566880226, 0.013638988137245178, -0.0026634300593286753, 0.001305619953200221, -0.03821700066328049, -0.022838346660137177, -0.006948229391127825, -0.0180507842451334, 0.013889500871300697, -0.010486711747944355, 0.042253028601408005, -0.005455595441162586, 0.005584330763667822, 0.0005275539588183165, 0.01653379388153553, -0.03365211561322212, -0.00038446637336164713, -0.004884984809905291, 0.011266082525253296, -0.004488340578973293, -0.012469932436943054, 0.04024893417954445, 0.011808859184384346, -0.01646420732140541, 0.0012012399965897202, 0.0032114251516759396, -0.005667834542691708, 0.007738038431853056, 0.004119531251490116, -0.034849006682634354, 0.01157226413488388, -0.034821171313524246, -0.033624280244112015, -0.01981828548014164, 0.006593337748199701, 0.037131451070308685, -0.004175200592726469, 0.005438198801130056, -0.009345490485429764, -5.925740333623253e-05, 0.03159235045313835, -0.0048571499064564705, 0.025204293429851532, -0.006134065333753824, 0.021168267354369164, 0.004749290645122528, -0.00933157280087471, -0.021975472569465637, 0.005702628288418055, 0.008635706268250942, -0.0014587106416001916, 0.00402558920904994, -0.00033423351123929024, 0.004345688037574291, 0.0010629364987835288, -0.005201604217290878, -0.00578613206744194, -0.0379108227789402, -0.03173152357339859, 0.0027086613699793816, -0.004457026720046997, 0.01063284371048212, -0.001714441692456603, -0.0019240715773776174, -0.025872325524687767, 0.00544167822226882, -0.013444146141409874, -0.009192399680614471, -0.016158025711774826, 0.0024981617461889982, -0.030785145238041878, 0.023269783705472946, -0.006109710317105055, 0.009950894862413406, -0.008733128197491169, 0.011022529564797878, -0.015044638887047768, -0.02086208574473858, -0.033624280244112015, -0.013736410066485405, 0.016770388931035995, 0.03504385054111481, 0.0037298458628356457, 0.01140525657683611, 0.01660338044166565, 0.0240074023604393, -0.005170289892703295, -0.004724935162812471, -0.002980049466714263, 0.029643923044204712, -0.009568167850375175, -0.001683127717114985, -0.02267133817076683, 0.02681870572268963, -0.0038898952770978212, -0.02776508405804634, 0.0061445035971701145, -0.022727008908987045, -0.005024157930165529, -0.010493670590221882, 0.025246046483516693, 0.025510475039482117, -0.013381517492234707, -0.007898087613284588, 0.003467156086117029, -0.005702628288418055, -0.013082294724881649, -0.03768814355134964, 0.019943540915846825, -0.022699173539876938, -0.015796175226569176, -0.011398297734558582, -0.0018527451902627945, 0.003390610683709383, 0.004822356626391411, -0.002249389188364148, 0.013833831064403057, 0.02928207255899906, -0.023130610585212708, 0.03418097645044327, 0.0004553578037302941, 0.008058137260377407, -0.03000577539205551, 0.015183812938630581, 0.005479950923472643, -0.020458482205867767, 0.024452757090330124, -0.0022459100000560284, 0.008927970193326473, -0.030339790508151054, 0.029727427288889885, -0.0007506662514060736, -0.007953757420182228, -0.019289426505565643, 0.015476076863706112, -0.00954729225486517, 0.010208365507423878, 0.011746230535209179, -0.005198124796152115, 0.018245626240968704, -0.014418358914554119, 0.018259543925523758, 0.020054880529642105, -0.021669290959835052, 0.009227192960679531, -0.03387479484081268, 0.007438815664499998, -0.019011080265045166, -0.036435581743717194, -0.008065096102654934, 0.012462973594665527, 0.0014561011921614408, -0.020221887156367302, 0.002310277661308646, -0.019359013065695763, -0.003501949366182089, -0.0218362994492054, -0.020639408379793167, -0.005678272806107998, -0.010215324349701405, 0.005351215600967407, 0.004150845110416412, -0.0013656385708600283, 0.012386428192257881, -0.014613201841711998, 0.004978926852345467, -0.009268945083022118, -0.01122433040291071, -0.02314452826976776, 0.006360222119837999, -0.029504749923944473, 0.03632424399256706, 0.010069192387163639, -0.018649229779839516, -0.012469932436943054, -0.001383905066177249, -0.037521135061979294, -0.008357360027730465, 0.007313559763133526, -0.0034793338272720575, 0.017090488225221634, 0.013506773859262466, -0.00021419647964648902, 0.026776952669024467, -0.005278149154037237, 0.023798642680048943, -0.020444564521312714, 0.016492042690515518, -0.010229241102933884, 0.019651276990771294, 0.0012151573318988085, 0.007473608944565058, -0.013736410066485405, -0.023701222613453865, 0.0476529560983181, -0.003027020487934351, 0.015420407056808472, 0.02855837158858776, -0.014223516918718815, 0.0007932881126180291, 0.007856335490942001, 0.007522319443523884, 0.013736410066485405, 0.0010733745293691754, -0.005820925347507, -0.01569875329732895, 0.005323380697518587, 0.011836693622171879, 0.012859617359936237, 0.002813041443005204, -0.006405453663319349, -0.010952943004667759, -0.012010660022497177, -0.0020667242351919413, -0.010013522580265999, 0.00578613206744194, -0.0005105922464281321, 0.004662307444959879, 0.017967280000448227, 0.006349784322082996, 0.014905465766787529, 0.024647600948810577, -0.008927970193326473, 0.002736496040597558, -0.0057687354274094105, -0.01569875329732895, -0.012991832569241524, -0.018871907144784927, 0.008823590353131294, 0.008628747425973415, 0.014501863159239292, -0.02786250412464142, 0.005389487836509943, -0.0030774706974625587, 0.008336483500897884, 0.0026686489582061768, -0.001683127717114985, -0.03003360889852047, 0.024383170530200005, -0.01780027151107788, -0.03134183958172798, -0.01166272722184658, -0.0037715977523475885, 0.00766149302944541, -0.022796595469117165, -0.005528661422431469, 0.02119610086083412, -0.02711096964776516, -0.002171104308217764, 0.004279580432921648, -0.013799037784337997, -0.016338951885700226, -0.006405453663319349, 0.018426552414894104, -0.011412214487791061, 0.00949162244796753, 0.18393149971961975, 0.015086391009390354, 0.028140852227807045, 0.03295625001192093, -0.002823479473590851, -0.0010055274469777942, 0.026874374598264694, 0.003460197476670146, -0.029866600409150124, 0.026234176009893417, 0.014293103478848934, 0.015893597155809402, -0.006095792632550001, 0.0076962863095104694, 0.013694657944142818, -0.012337717227637768, -0.012275089509785175, -0.007689327467232943, -0.027737248688936234, -0.027138803154230118, 0.00040882171015255153, 0.005939222872257233, -0.021070845425128937, -0.009143689647316933, 0.01707657054066658, -0.0019553855527192354, -0.010180531069636345, -0.002439012983813882, 0.023130610585212708, -0.00012514728587120771, -0.01483587920665741, 0.002769549610093236, 0.021891968324780464, -0.006662924308329821, -0.006033164914697409, -0.009881308302283287, -0.0013734670355916023, -0.009234151802957058, 0.0075362371280789375, 0.015100308693945408, 0.017285330221056938, -0.0012969216331839561, 0.006739469710737467, -0.023088859394192696, 0.000538861844688654, 0.002508599776774645, -0.016505960375070572, 0.015350820496678352, 0.015239481814205647, 0.01606060564517975, -0.030785145238041878, 0.017702849581837654, 0.02119610086083412, 0.016004934906959534, 0.013771203346550465, 0.0125464778393507, -0.0007263109437189996, 0.01834304817020893, 0.01898324489593506, -0.008767921477556229, -0.022337323054671288, 0.01700698398053646, -0.018565725535154343, 0.00814164150506258, 0.031202664598822594, 0.025259964168071747, -0.0012490808730944991, 0.007863294333219528, -0.0016013634158298373, -0.02928207255899906, 0.008426946587860584, -0.006301073357462883, 0.006287156138569117, -0.01496113557368517, 0.003994275350123644, -0.01992962323129177, 0.0009315916104242206, 0.0223790742456913, 0.007188303396105766, 0.011725354939699173, -0.01764718070626259, -0.015963183715939522, 0.009081060998141766, -0.00399775430560112, -0.012901369482278824, -0.004526613280177116, 0.02812693454325199, 0.0004897162434644997, -0.01131479348987341, -0.011335669085383415, 0.012456014752388, 0.0006101881735958159, -0.007292683701962233, 0.010653720237314701, 0.004157803952693939, -0.0018614436266943812, 0.0009176742751151323, 0.003938606008887291, -0.016519876196980476, -0.020207971334457397, -0.02917073480784893, 0.0624609999358654, 0.012240296229720116, 0.021961554884910583, -0.017340999096632004, -0.009150647558271885, 0.006871684454381466, -0.022894015535712242, 0.02577490545809269, -0.012066329829394817, 0.006896039471030235, -0.015142060816287994, -0.00945682916790247, -0.009498581290245056, 0.029393412172794342, 0.022114645689725876, 0.002682566409930587, -0.017661098390817642, 0.006996940355747938, -0.0009794324869289994, -0.011460925452411175, -0.007647575810551643, -0.01574050635099411, 0.022532165050506592, 0.009449870325624943, -0.006078395992517471, -0.019442517310380936, -0.0048467121087014675, -0.023130610585212708, -0.003515866817906499, 0.01617194339632988, -0.020764663815498352, -0.007003898732364178, 0.01628328301012516, -0.022295570001006126, -0.0207507461309433, -0.003044417127966881, -0.010507588274776936, 0.0009150647674687207, -0.009526415728032589, -0.0010237939422950149, 0.00099943857640028, -0.017201825976371765, -0.0030078841373324394, 0.021794546395540237, -0.004704059101641178, -0.014042590744793415, 0.008475657552480698, -0.01739666983485222, -0.02855837158858776, -0.019581690430641174, -0.006610734388232231, 0.0034880321472883224, -0.025134706869721413, 0.006488957442343235, -0.01963735930621624, -0.005257273558527231, -0.03927471861243248, 0.02004096284508705, 0.02498161606490612, -0.03529436141252518, 0.026832621544599533, 0.018510056659579277, -0.0034184453543275595, -0.012483849190175533, -0.022838346660137177, -0.17880992591381073, 0.009867390617728233, 0.014042590744793415, -0.009693424217402935, 0.015072474256157875, 0.0005023287958465517, 0.011321752332150936, -0.0030496360268443823, -0.011092116124927998, 0.006276718340814114, 0.010055274702608585, -0.027500653639435768, -0.03649125248193741, -0.007271807640790939, -0.012469932436943054, -0.02360380068421364, -0.006120148114860058, 0.006217569578438997, 0.01818995736539364, -0.0028913263231515884, 0.0006754256901331246, -0.012922246009111404, 0.014230474829673767, 0.011794941499829292, 0.0018388278549537063, 0.023659469559788704, 0.006196693517267704, 0.003136619459837675, -0.01355548482388258, -0.05121579393744469, 0.001542214653454721, -0.0013960826909169555, -0.0032984083518385887, -0.00978388637304306, -0.014084342867136002, 0.013193633407354355, -0.006582899484783411, -0.018064701929688454, -0.0009698643116280437, 0.03390263020992279, 0.0013621591497212648, 0.02018013596534729, 0.005159852094948292, -0.011502677574753761, 0.01355548482388258, 0.007786748930811882, 0.01447402872145176, -0.0440344475209713, 0.03379128873348236, -0.008941887877881527, -0.012504725717008114, -0.016046687960624695, 0.010521505028009415, 0.004397877957671881, 0.006346304900944233, -0.0019397286232560873, -0.02429966628551483, -0.005065910052508116, -0.004140407312661409, -6.675971962977201e-05, -0.010653720237314701, -0.04158499836921692, 0.005859198048710823, 0.014738458208739758, -0.005751338787376881, -0.03200986981391907, 0.000664987659547478, 0.023812560364603996, -0.03365211561322212, -0.011398297734558582, 0.0025694880168884993, 0.018621394410729408, -0.011488759890198708, -8.845119009492919e-05, 0.004749290645122528, 0.022894015535712242, 0.0024511907249689102, 0.032399557530879974, 0.0027156199794262648, -0.013736410066485405, -0.004655348602682352, 0.010103985667228699, -0.010980777442455292, -0.006548106204718351, -0.0009376804810017347, 0.007619740907102823, -0.008433905430138111, 0.00855220202356577, 0.011196495965123177, -0.016756471246480942, 0.008795755915343761, -0.045788031071424484, -0.022768760100007057, -0.01068851351737976, 0.010521505028009415, 0.020027045160531998, -0.017605429515242577, -0.007473608944565058, 0.010472794994711876, 0.01569875329732895, 0.0042830598540604115, 0.0035176065284758806, -0.0062001729384064674, 0.017675016075372696, -0.012268130667507648, 0.012553436681628227, -0.004175200592726469, 0.004794522188603878, 0.04461897537112236, 0.0056852311827242374, -0.043477755039930344, -0.011377421207726002, 0.031425341963768005, 0.015837928280234337, -0.0008585256291553378, 0.028474867343902588, -0.012400345876812935, -0.017953362315893173, 0.005612165201455355, -0.019595608115196228, 0.05900949984788895, -0.00531642185524106, 0.02693004347383976, -0.0029539542738348246, 0.029337743297219276, -0.0057235038839280605, -0.13304972648620605, -0.054027095437049866, -0.0012621283531188965, -0.009505540132522583, -0.006568982265889645, 0.014112178236246109, -0.01075810007750988, 0.005890511907637119, 0.004168241750448942, 0.021237853914499283, -0.0012647378025576472, -0.04436846449971199, 0.00584876025095582, -0.010069192387163639, -0.022504331544041634, -0.0051946453750133514, -0.009589044377207756, -0.0009246329427696764, -0.00713959289714694, 0.02475893869996071, 0.01346502173691988, 0.002877409104257822, -0.012609105557203293, 0.002722578588873148, 0.006377618759870529, 0.0017240098677575588, -0.0313975065946579, 0.006151461973786354, 0.00851740874350071, 0.02004096284508705, 0.005490388721227646, -0.01830129511654377, 0.005236397497355938, -0.0028182603418827057, 0.00926198624074459, -0.0030966070480644703, -0.02339504100382328, -0.011092116124927998, 0.029588254168629646, -0.012609105557203293, 0.018398717045783997, 0.03267790377140045, 0.006360222119837999, -0.002358988393098116, 0.0016500740312039852, -0.010820727795362473, -0.014947217889130116, 0.034570660442113876, 0.03234388679265976, -0.009310697205364704, -0.02267133817076683, -0.046734411269426346, -0.03941389173269272, 0.001991918543353677, 0.019943540915846825, -0.009394201450049877, 0.02573315240442753, 0.0026930044405162334, -0.015462159179151058, -0.019219839945435524, -0.013082294724881649, -0.01576833985745907, -0.0171461571007967, 0.0023294140119105577, 0.012880493886768818, 0.02086208574473858, -0.02638726681470871, -0.025204293429851532, 0.032761406153440475, -0.01732708141207695, -0.010319704189896584, 0.030673807486891747, -0.029115065932273865, 0.025037286803126335, -0.013451104052364826, -0.020305391401052475, -0.02342287451028824, -0.013172757811844349, 0.043449919670820236, -0.001983220223337412, 0.0010438001481816173, -0.020917754620313644, 0.008002467453479767, -0.03660259023308754, 0.02697179466485977, 0.03075730986893177, 0.02101517654955387, 0.010862479917705059, 0.01757759414613247, -0.02502336911857128, -0.0006819494301453233, 0.032037705183029175, 0.010103985667228699, -0.02260175161063671, 0.00720222108066082, 0.01798119768500328, -0.016436371952295303, -0.0045753237791359425, 0.011140827089548111, 0.009693424217402935, -0.0028269586618989706, -0.0007437075837515295, -0.037270624190568924, 0.019303344190120697, 0.003949043806642294, -0.006816015113145113, -0.007577988784760237, -0.000137651149998419, -0.006412412039935589, -0.004860629327595234, -0.0008941887645050883, 0.010347538627684116, -0.03916338086128235, 0.019289426505565643, -0.009971770457923412, -0.010876397602260113, -0.017494089901447296, -0.02855837158858776, 0.01476629264652729, -0.012442097999155521, 0.014056508429348469, 0.011001653037965298, -0.0043770018965005875, 0.00034989049891009927, -0.013179716654121876, 0.000848957453854382, -0.012212461791932583, -0.01657554693520069, -0.00038664095336571336, 0.011746230535209179, -0.012588229961693287, -0.010834645479917526, 0.019609525799751282, -0.03855101764202118, -0.0023468106519430876, 0.03668609634041786, -0.006899518892168999, -0.007230055518448353, 0.00720222108066082, 0.02140486240386963, 0.043115902692079544, 0.03877369686961174, 0.023659469559788704, -0.02704138308763504, 0.010424084030091763, -0.020486317574977875, -0.039942752569913864, -0.015448242425918579, -0.017466256394982338, 0.015796175226569176, 0.010333620943129063, 0.010090067982673645, 0.03891286998987198, -0.009679506532847881, 0.008322566747665405, -0.0171461571007967, -0.02353421412408352, -0.014063467271625996, 0.02566356584429741, 0.008329524658620358, -0.016979148611426353, 0.011252165772020817, 0.025580061599612236, 0.02740323357284069, 0.019428599625825882, -0.008440863341093063, 0.003540222067385912, -0.03924688696861267, -0.006172338034957647, 0.002776508452370763, -0.024021320044994354, -0.011530512012541294, -0.020959507673978806, 0.008148599416017532, -0.006701197009533644, 0.026846539229154587, 0.007849376648664474, 0.016923479735851288, 0.0016622517723590136, -0.02505120262503624, -0.017675016075372696, 0.006819494068622589, 0.012469932436943054, -0.016018852591514587, -0.02663777954876423, 0.017020901665091515, 0.02660994417965412, -0.011133868247270584, -0.00796071533113718, 0.020444564521312714, -0.013186675496399403, 0.0018179519101977348, -0.007577988784760237, 0.0023798642214387655, -0.006095792632550001, 0.00947770569473505, 0.02281051315367222, -0.014780210331082344, -0.0005753948353230953, 0.0028043431229889393, 0.019372930750250816, 0.012706526555120945, 0.004878025967627764, 0.006165379658341408, 0.005260752514004707, -0.0034723752178251743, -0.015782257542014122, 0.016380703076720238, -0.04684574902057648, -0.019289426505565643, -0.004992844071239233, -0.004363084677606821, 0.02473110519349575, -0.009171524085104465, -0.015309068374335766, 0.0034184453543275595, -0.01848222129046917, 0.0098395561799407, -0.024675434455275536, -0.009923060424625874, -0.010403208434581757, 0.024814609438180923, -0.018092535436153412, 0.0021902406588196754, 0.03025628626346588, 0.01567091979086399, 0.022894015535712242, 0.023492461070418358, 0.005587810184806585, -0.03420880809426308, 0.009143689647316933, -0.004380481317639351, -0.007905046455562115, 0.0014334855368360877, -0.01934509538114071, -0.0059566195122897625, 0.002524256706237793, -0.007981591857969761, -0.019901789724826813, 0.006381098181009293, 0.007807624991983175, 0.06112493574619293, 0.013812955468893051, -0.010702431201934814, 0.00529902521520853, -0.017313165590167046, 0.009742134250700474, 0.018607476726174355, 0.0049023814499378204, 0.013061419129371643, -0.04194684699177742, 0.000869398529175669, -0.018426552414894104, 0.00583832198753953, -0.01707657054066658, -0.00851740874350071, -0.0021815423388034105, -0.0294212456792593, 0.009971770457923412, -0.036157235503196716, -0.022894015535712242, 0.007605823688209057, 0.011071240529417992, 0.017967280000448227, 0.016951315104961395, -0.009129771962761879, -0.01294312160462141, 0.009505540132522583, -0.002124133286997676, -0.0022372116800397635, -0.01736883446574211, -0.008844466879963875, -0.00679513905197382, -0.04061078280210495, -0.04325507953763008, 0.008635706268250942, -0.013040542602539062, 0.001549173379316926, -0.003994275350123644, 0.008183392696082592, 0.0045196544378995895, 0.014119136147201061, -0.0019084145314991474, -0.006551585625857115, -0.03145317733287811, 0.007035213056951761, 0.011217372491955757, 0.0014952437486499548, -0.01585184410214424, -0.027277976274490356], \"404a9ee9-2c1f-4291-ba3b-46884d717019\": [0.01673869974911213, 0.0009729531593620777, -0.001606674282811582, -0.019641289487481117, 0.0023380161728709936, -0.004213960841298103, -0.02133338153362274, -0.014044367708265781, -0.012352274730801582, -0.026344578713178635, 0.019706368446350098, 0.004490552935749292, 0.024925824254751205, -0.0011364679085090756, -0.00327842915430665, 0.0026146082673221827, 0.0013902817154303193, 0.0025234955828636885, 0.029858924448490143, -0.025472499430179596, -0.006104548927396536, 0.015176767483353615, -0.008082995191216469, -0.0009387859026901424, -0.036419037729501724, 0.011903219856321812, 0.04855003580451012, -0.032201822847127914, 0.023051505908370018, -0.01469517219811678, 0.008929042145609856, -0.02478264644742012, -0.03503933176398277, -0.03753842040896416, -0.013679916970431805, 0.021489573642611504, -0.0009843423031270504, -0.010464941151440144, 0.011382576078176498, -0.0018515395931899548, 0.009117774665355682, -0.016842827200889587, 0.0031759273260831833, 0.0013967897975817323, 0.0026373863220214844, 0.009762072004377842, 0.005112071521580219, -0.02939034439623356, -0.021294333040714264, 0.014317705295979977, 0.01282736286520958, 0.05393870174884796, -0.023572148755192757, -0.016465360298752785, 0.0023575404193252325, 0.009417145512998104, -0.007269489578902721, 0.007679496426135302, 0.027125542983412743, -0.015411057509481907, 0.025993144139647484, 0.005131595768034458, -0.009846676141023636, -0.03524758666753769, -0.03431043028831482, -0.0025365117471665144, -1.6286008985844092e-06, -0.0010014259023591876, -0.0037746678572148085, 0.00019697014067787677, 0.00323124579153955, 0.00624447176232934, 0.007601399905979633, 0.0021492827218025923, 0.021190203726291656, -0.008603638969361782, -0.029598601162433624, 0.0003508244699332863, -0.005388663616031408, -0.013718965463340282, 0.018196502700448036, -0.013445626944303513, -0.01632218435406685, 0.03256627172231674, 0.010386844165623188, 0.009000630117952824, -0.0038006999529898167, 0.017753954976797104, 0.03347739949822426, -0.004174912814050913, -0.006446221377700567, 0.004571903496980667, 0.014265640638768673, 0.02085178531706333, 0.012495451606810093, -0.0009290238376706839, 0.01962827332317829, 0.03376375138759613, -0.022569909691810608, -0.024314066395163536, -0.029858924448490143, 0.016165990382432938, -0.051960255950689316, -0.015983765944838524, -0.015827571973204613, -0.005063261371105909, 0.016621554270386696, 0.007607907988131046, 0.023520085960626602, -0.017051085829734802, -0.008024423383176327, 0.0011437893845140934, 0.012098461389541626, 0.0005409814766608179, 0.005886529106646776, -0.0010827764635905623, 0.014083415269851685, -0.017753954976797104, 0.0038820505142211914, -0.011623373255133629, 0.005509062670171261, 0.023923583328723907, 0.011330511420965195, -0.006449475418776274, 0.0028700490947812796, -0.002025629859417677, 0.016816796734929085, 0.0032035866752266884, -0.018586985766887665, -0.020513366907835007, 0.039542898535728455, -0.0020158677361905575, 0.035612039268016815, -0.019784465432167053, -0.017051085829734802, -0.003585934406146407, 0.005951609928160906, 0.012677676975727081, -0.021880056709051132, -0.024925824254751205, 0.006267250049859285, 0.028817636892199516, -0.0014277029549703002, 0.0014309569960460067, -0.018144438043236732, 0.010497481562197208, 0.01369293313473463, 0.02873953990638256, 0.0022729358170181513, -0.02095591463148594, -0.006006928160786629, 0.018456824123859406, 0.02327277883887291, 0.015398041345179081, 0.030145278200507164, 0.026891253888607025, -0.019302869215607643, -0.013836110010743141, 8.048625022638589e-05, -0.014499930664896965, 0.011968299746513367, 0.02886969968676567, 0.009937789291143417, -0.004412456415593624, 0.0012715099146589637, 0.021125122904777527, 0.017884114757180214, -0.0010526767000555992, 0.0035176000092178583, 0.0017018545186147094, 0.006589398719370365, 0.015241848304867744, -0.02845318615436554, 0.028218895196914673, -0.005570888984948397, 0.034648846834897995, 0.0014935970539227128, -0.005017704796046019, -0.01754569634795189, -0.002949772635474801, -0.016725683584809303, 0.0029904479160904884, 0.02298642508685589, 0.011896711774170399, -0.027307769283652306, -0.006192407570779324, 0.0026146082673221827, -0.011480196379125118, 0.00012650017742998898, 0.004327851813286543, 0.012527992017567158, 0.009931281208992004, -0.01785808429121971, -0.022192442789673805, -0.6426827311515808, -0.0029969559982419014, 0.030405599623918533, -0.043916307389736176, -0.022166410461068153, 0.0367574542760849, 0.017714906483888626, 0.009306508116424084, -0.02832302451133728, 0.011454164050519466, 0.020552415400743484, 0.010861932300031185, 0.024314066395163536, 0.0006064687040634453, -0.0007996764034032822, -0.02359818108379841, 0.00182225345633924, 0.00014927834854461253, 0.0073801265098154545, 0.016920924186706543, -0.0013927222462370992, -0.003449265379458666, -0.021411478519439697, -0.008590622805058956, 0.011590833775699139, 0.010399860329926014, -0.0015464748721569777, -0.0007537133060395718, 0.0018970959354192019, 0.013953254558146, -0.013823093846440315, -0.003917844966053963, 0.0002853372134268284, 0.017454585060477257, 0.05367837846279144, -0.008187124505639076, -0.01934191770851612, 0.0022208713926374912, 0.01608789525926113, 0.01290545891970396, 0.0030929497443139553, -0.013979286886751652, 0.020096851512789726, 0.002474685199558735, -0.004978656768798828, -0.002315238118171692, 0.025251226499676704, -0.002533257706090808, -0.00036628107773140073, 0.02294737659394741, -0.01115479413419962, -0.01401833537966013, 0.019498111680150032, 0.018899371847510338, -0.02104702778160572, -0.02436613105237484, 0.025563612580299377, 0.023051505908370018, -0.008701260201632977, 0.001020136522129178, -0.0020288839004933834, -0.011681945994496346, -0.014382786117494106, 0.012007348239421844, -0.0066544790752232075, 0.037642549723386765, -0.007393142208456993, -0.007308537606149912, -0.0038137161172926426, -0.0014163139276206493, -0.027411898598074913, 0.0010559307411313057, -0.0009046186460182071, -0.019615257158875465, 0.0069310711696743965, 0.03225388377904892, 0.030822115018963814, -0.04204199090600014, -0.005040483083575964, 0.008245696313679218, -0.003680301131680608, -0.010543037205934525, -0.02751602604985237, 0.0003477738064248115, 0.028661442920565605, 0.02272610366344452, -0.008096011355519295, -0.01857396960258484, 0.021489573642611504, 0.025147097185254097, 0.028218895196914673, -0.002339643193408847, -0.019836530089378357, -0.030457664281129837, 0.03972512483596802, 0.031108468770980835, 0.007887753657996655, 0.037512388080358505, -0.0010591847822070122, -0.026500770822167397, -0.012736249715089798, -0.007907277904450893, -0.022517845034599304, 0.02288229577243328, 0.023871520534157753, 0.01767585799098015, 0.003546886146068573, 0.02217942662537098, 0.032878659665584564, -0.015385025180876255, 0.0009160077315755188, 0.0019377712160348892, -0.03365962207317352, 0.00915682315826416, -0.0057986704632639885, -0.029754795134067535, 0.03391994535923004, -0.018365710973739624, -0.018079357221722603, -0.024066761136054993, 0.023611197248101234, 0.01818348653614521, 0.03360756114125252, -0.024795662611722946, 0.0028261197730898857, -0.008232680149376392, -0.010647166520357132, -0.0010404741624370217, -0.01783205196261406, 0.004021973814815283, -0.004220468923449516, 0.024574389681220055, 0.02803667075932026, 0.0033239854965358973, 0.0037421274464577436, -0.0041586426086723804, 0.015437089838087559, -0.006595906335860491, 0.012078937143087387, -0.03571616858243942, -0.009124282747507095, -0.006338838487863541, 0.017116166651248932, 0.0023119840770959854, -0.008206648752093315, 0.00012527992657851428, -0.007412666454911232, -0.01416151225566864, -0.029338279739022255, 0.019524144008755684, -0.014721204526722431, -0.01469517219811678, -0.005971134174615145, -0.014604059979319572, -0.0003091322723776102, 0.006133835297077894, 0.01673869974911213, -0.013588803820312023, -0.013575787656009197, -0.018521904945373535, 0.017871100455522537, 0.011376067996025085, -0.007223933003842831, -0.006582890637218952, -0.0024096048437058926, -0.021801959723234177, 0.0010339660802856088, -0.004200945142656565, -0.03378978371620178, -0.017975227907299995, -0.012729741632938385, 0.016361232846975327, -0.003973163198679686, -0.006475507747381926, 0.01789713092148304, 0.04435885325074196, -0.029442409053444862, -0.01735045574605465, -0.010087474249303341, 0.006498286034911871, 0.02268705517053604, 0.02279118448495865, -0.004666270222514868, -0.000939599412959069, 0.012378307059407234, 0.03555997461080551, 0.026995383203029633, 0.041469279676675797, -0.016530441120266914, -0.009970329701900482, 0.00343624921515584, 0.014851365238428116, -0.00029855669708922505, -0.006032960489392281, 0.01269720122218132, 0.021476557478308678, -0.020903849974274635, 0.006905038841068745, 0.01334149856120348, 0.013139748945832253, 0.0093650808557868, 0.0029400107450783253, 0.031629111617803574, -0.010230651125311852, 0.016621554270386696, -0.013406578451395035, -0.001266628853045404, 0.0047411127015948296, 0.01120035070925951, 0.0173764880746603, 0.005125087685883045, -0.014109447598457336, -0.03298278525471687, -0.02568075619637966, 0.01608789525926113, 0.010777327232062817, -0.006543842144310474, 0.02240070141851902, 0.0255245640873909, -0.03173324093222618, -0.0014578027185052633, -0.0032621589489281178, 0.009924773126840591, 0.004021973814815283, -0.03391994535923004, 0.017662841826677322, -0.007542827632278204, 0.0028619139920920134, -0.006787893828004599, -0.038189224898815155, -0.014669139869511127, 0.01062113419175148, 0.00033577458816580474, -0.007562351878732443, -0.024157874286174774, 0.00239333463832736, 0.0197584331035614, -0.012710217386484146, 0.0024209937546402216, -0.015385025180876255, 0.025706788524985313, 0.025055984035134315, -0.0014309569960460067, -0.02198418602347374, 0.022322604432702065, 0.02182799205183983, 0.0347529761493206, 0.012710217386484146, -0.023181667551398277, 0.023520085960626602, -0.0008090317132882774, 0.022634990513324738, -0.013393562287092209, 0.003927607089281082, 0.01921175792813301, 0.005736844148486853, 0.01276228204369545, 0.023181667551398277, 0.023962631821632385, -0.005919069517403841, 0.00952778197824955, -0.005733590107411146, -0.01297053974121809, -0.0023575404193252325, 0.02642267383635044, 0.008538559079170227, -0.002186704194173217, -0.004266025498509407, -0.005447235889732838, 0.013536740094423294, -0.010198110714554787, -0.009397621266543865, -0.034518685191869736, -0.005434220191091299, -0.0098792165517807, 0.012254654429852962, 0.010354304686188698, 0.004051259718835354, 0.004731351044028997, 0.03116053342819214, -0.021945137530565262, -0.007510287221521139, 0.007210917305201292, 0.006859482731670141, -0.011109237559139729, -0.011389084160327911, -0.022478798404335976, -0.008037439547479153, -0.015749476850032806, 0.033555496484041214, 0.01062113419175148, 0.03256627172231674, 0.02803667075932026, 0.0034850595984607935, -0.02217942662537098, 0.019159693270921707, 0.03282659500837326, 0.010386844165623188, -0.025628693401813507, -0.010614626109600067, 0.026604900136590004, 0.010705739259719849, 0.004763890989124775, 0.01140860840678215, 0.021346397697925568, -0.008662211708724499, -0.003823478240519762, -0.019810497760772705, 0.010080966167151928, -0.017936179414391518, -0.023728342726826668, -0.02169783227145672, 0.006208677776157856, 0.03912638500332832, -0.005622953176498413, -0.02021399699151516, -0.002848898060619831, -0.03277453035116196, 0.018196502700448036, 0.02545948326587677, -0.02021399699151516, -0.010757802985608578, -0.030744018033146858, 0.008154584094882011, 0.008616655133664608, 0.016074879094958305, -0.006677257362753153, 0.014799300581216812, -0.010139538906514645, -0.011310987174510956, -0.016881875693798065, -0.0038364941719919443, -0.0012454777024686337, -0.018274597823619843, -0.01914667710661888, -0.011141777969896793, 0.020903849974274635, 0.009566830471158028, 0.0003597730246838182, -0.0023900805972516537, -0.004510077182203531, -0.03238404542207718, -0.01776697114109993, -0.021229252219200134, -0.001266628853045404, 3.68111468560528e-05, 0.02696935087442398, 0.022713087499141693, 0.012261162512004375, 0.015619315207004547, 0.027750317007303238, 0.013562771491706371, 0.008727292530238628, -0.022999441251158714, 0.011701470240950584, 0.017389504238963127, 0.0043180896900594234, 0.019654303789138794, -0.013432610780000687, 0.04313534125685692, 0.01979748159646988, 0.004617460072040558, 0.011818614788353443, 0.00812855176627636, -0.014643107540905476, 0.020135900005698204, 0.012261162512004375, 0.005427712108939886, 0.02292134426534176, 0.014330721460282803, 0.0031401331070810556, -0.0006174510344862938, -0.012964031659066677, 0.022361652925610542, -0.007041707634925842, -0.005251994822174311, 0.0003823478182312101, -0.014929462224245071, -0.002751277294009924, -0.002334762131795287, -0.001750664901919663, 0.013471659272909164, 0.01323086116462946, -0.04597285017371178, -0.017910147085785866, -0.017077118158340454, -0.006852974649518728, -0.02047431841492653, -0.018626032397150993, 0.013003080151975155, -0.011916236020624638, -0.007217424921691418, -0.01908159628510475, 0.010367319919168949, -0.00117307563778013, -0.015072639100253582, -0.020031770691275597, 0.013771029189229012, 0.014604059979319572, 0.007269489578902721, 0.01992764323949814, -0.01518978364765644, 0.01243687979876995, -0.0014610567595809698, -0.02333785966038704, -0.03691364824771881, -0.015814555808901787, -0.01876921020448208, 0.01651742495596409, 0.013940238393843174, 0.027880476787686348, -0.027880476787686348, -0.027281736955046654, 0.024262001737952232, 0.01673869974911213, -0.024574389681220055, 0.028427153825759888, -0.0258499663323164, -0.0017945942236110568, -0.02574583701789379, -0.02722967229783535, 0.028140800073742867, -0.014617075212299824, -0.013653884641826153, -0.0014008573489263654, 0.008766340091824532, 0.021971169859170914, -0.024405179545283318, 0.008187124505639076, 0.0031824354082345963, -0.015007558278739452, 0.01750664971768856, -0.05675017833709717, -0.006185899488627911, 0.003585934406146407, -0.015072639100253582, 0.02108607441186905, -0.0024990905076265335, -0.015358992852270603, -0.007607907988131046, -0.004497061017900705, 0.010627642273902893, -0.035872358828783035, 0.0011413488537073135, 0.016842827200889587, -0.004080546088516712, 0.021971169859170914, -0.0023315080907195807, -0.031368792057037354, 0.012885934673249722, -0.00634860061109066, -0.02777634933590889, -0.003291445318609476, -0.0026064731646329165, -0.0049135759472846985, 0.011532261036336422, -0.0187301617115736, -0.018222535029053688, -0.05047642067074776, 0.00041976908687502146, 0.030744018033146858, 0.025732820853590965, 0.007829181849956512, 0.023507069796323776, -0.013094192370772362, 0.009612387046217918, -0.010861932300031185, -0.0387619324028492, -0.018300630152225494, -0.03181133791804314, -0.032201822847127914, 0.013549755327403545, 0.01960224099457264, 0.03936067223548889, 0.0015847096219658852, -0.008551575243473053, 0.0031401331070810556, 0.01045843306928873, -0.018586985766887665, -0.019224774092435837, 0.003940622787922621, -0.015788523480296135, 0.036028552800416946, 0.017558712512254715, 0.018456824123859406, 0.02751602604985237, 0.013523723930120468, 0.023090554401278496, -0.004233485087752342, 0.010067950002849102, -0.0029611617792397738, -0.0014024843694642186, -0.03868383541703224, 0.008167600259184837, 0.014330721460282803, 0.018001260235905647, 0.0004909508861601353, -0.007223933003842831, 0.020396221429109573, 0.010471449233591557, 0.002233887556940317, 0.009514765813946724, -0.010503989644348621, -0.02517312951385975, -0.008668719790875912, 0.012306718155741692, -0.0004567836003843695, -0.018873339518904686, -0.012801330536603928, -0.018873339518904686, 0.007926802150905132, 0.010334780439734459, 0.015215815976262093, 0.00040329559124074876, 0.0299630519002676, 0.008597130887210369, 0.007236949168145657, -0.019068580120801926, 0.030978308990597725, -0.015567250549793243, -0.02340294048190117, -0.019810497760772705, -0.0030636636074632406, 0.004575157538056374, 0.010237159207463264, 0.030561793595552444, 0.004627222195267677, -0.02340294048190117, -0.024340098723769188, 0.01136305183172226, -0.018495872616767883, 0.01469517219811678, -0.010198110714554787, -0.00759489182382822, 0.00938460510224104, -0.024821694940328598, 0.011909727938473225, -0.031004339456558228, 0.014955494552850723, 0.023116586729884148, -0.021580686792731285, 0.015163751319050789, -0.023038489744067192, -0.0013609954621642828, 0.0001154161654994823, 0.0041098324581980705, 0.020604480057954788, -0.014734220691025257, 0.01593170128762722, -0.00994429737329483, 0.019914627075195312, -0.03376375138759613, 0.007412666454911232, 0.0032214836683124304, -0.014512946829199791, 0.025381386280059814, 0.01615297421813011, 0.0015082401223480701, 0.007152344565838575, -0.006527571938931942, -0.02668299712240696, -0.007230441085994244, -0.04878432676196098, 0.014851365238428116, 0.0019719384144991636, -0.009117774665355682, -0.020877817645668983, 0.03311294689774513, -0.03222785145044327, -0.011597340926527977, -0.04360391944646835, -0.028921764343976974, -0.004708572756499052, -0.019198741763830185, -0.06508047878742218, -0.0027805634308606386, -0.009111267514526844, 0.02574583701789379, -0.006794401910156012, 0.0024714311584830284, -0.0036835551727563143, 0.013393562287092209, -0.03035353496670723, -0.02404072880744934, 0.02735983394086361, 0.018365710973739624, -0.03217579051852226, -0.009234920144081116, 0.029182087630033493, 0.033685654401779175, -0.01125241443514824, -0.03241007775068283, -0.0009355318616144359, 0.028765572234988213, -0.016205038875341415, -0.0006532453116960824, -0.03324310854077339, 0.022634990513324738, 0.012065920978784561, 0.012684185057878494, -0.018014276400208473, -0.025862982496619225, 0.0047183348797261715, 0.012189573608338833, 0.01261910516768694, -0.0039015747606754303, -0.0004421405028551817, -0.013849126175045967, -0.004881036002188921, 0.006254233885556459, -0.031524982303380966, -0.0069310711696743965, 0.00271222903393209, -0.018586985766887665, -0.0177018903195858, -0.0030408853199332952, -0.014890413731336594, 0.03894415870308876, 0.023129602894186974, -0.006267250049859285, 0.013354514725506306, 0.017103150486946106, -0.050866901874542236, 0.017103150486946106, -0.027125542983412743, -0.00687249843031168, -0.034388523548841476, 0.013771029189229012, -0.01195528358221054, -0.012892442755401134, 0.015918685123324394, -0.02310357056558132, -0.016647586598992348, -0.01586662046611309, -0.0018320154631510377, -0.0025316306855529547, -0.007445206865668297, -0.014486914500594139, 0.03238404542207718, -0.01608789525926113, 0.005108817480504513, -0.01306816004216671, -0.012957523576915264, 0.0072564734145998955, -0.019706368446350098, 0.019771449267864227, 0.00031279303948394954, -0.031108468770980835, 0.0006556858425028622, -0.014538979157805443, -0.006576382555067539, 0.03254023939371109, -0.005004688631743193, 0.005284534767270088, 0.012319734320044518, 0.0034785515163093805, -0.028505248948931694, 0.01625710353255272, -0.031212598085403442, -0.010002869181334972, -0.008219664916396141, 0.005391917657107115, -0.00011897525109816343, -0.016972988843917847, -0.005583905149251223, 0.007672988343983889, -0.01192274410277605, 0.020656544715166092, -0.02233562059700489, -0.012658152729272842, -0.01918572559952736, -0.01940699853003025, -0.028270959854125977, -0.011935760267078876, -0.004985164850950241, 0.04943513125181198, 0.01621805503964424, -0.026539819315075874, -0.020031770691275597, -0.00980112049728632, -0.028765572234988213, -0.05068467557430267, 0.012983555905520916, -0.0010909115662798285, 0.018560953438282013, 0.03201959654688835, -0.00786823034286499, 0.06185248866677284, -0.003803953994065523, 0.008043947629630566, -0.047300491482019424, -0.002468177117407322, 0.0001196870653075166, -0.010295731946825981, -0.030405599623918533, -0.01546312216669321, -0.013074668124318123, -0.0017311407718807459, 0.03621077910065651, 0.016022814437747, 0.006439713295549154, 0.018339678645133972, 0.008603638969361782, -0.010367319919168949, -0.02738586626946926, 0.009000630117952824, 0.0008899755775928497, 0.009618895128369331, 0.035065360367298126, -0.02915605530142784, -0.018964450806379318, 0.008447445929050446, 0.010282715782523155, -0.009443177841603756, 0.0010079338680952787, -0.00535937724635005, -0.023324843496084213, 0.0060752625577151775, -0.000559285341296345, -0.008252204395830631, -0.008056962862610817, -0.028687475249171257, 0.032696433365345, 0.003914590924978256, 0.006000420078635216, 0.04297914728522301, -0.0027675472665578127, -0.015554234385490417, 0.012892442755401134, 0.0031987056136131287, -0.008558083325624466, 0.005404933821409941, -0.0014789538690820336, 0.0010762683814391494, 0.0012650018325075507, -0.0005255248979665339, 0.009618895128369331, -0.006140343379229307, 0.0051836599595844746, 0.014734220691025257, -0.011174318380653858, -0.022361652925610542, 0.0032735480926930904, 0.003442757297307253, 0.000695547612849623, 0.012287194840610027, 0.002674807794392109, -0.01824856549501419, -0.0006141969934105873, -0.008493002504110336, -0.014994542114436626, -0.012209097854793072, 0.01253450009971857, -0.004344122018665075, -0.01015255507081747, -0.022166410461068153, -0.0031840624287724495, 0.021268300712108612, -0.015853604301810265, 0.007764101028442383, 0.22033646702766418, -0.007549335714429617, -0.00028594734612852335, 0.033347237855196, -0.014512946829199791, 0.004519839305430651, 0.014890413731336594, -0.010530021972954273, -0.01986256241798401, 0.023129602894186974, -0.0120854452252388, 0.03103037178516388, -0.016556473448872566, 0.002886319300159812, 0.014708188362419605, -0.00819363258779049, -0.02536837011575699, -0.007881245575845242, 0.0001549728913232684, 0.004295311402529478, -0.0037551436107605696, -0.00391133688390255, -0.035169489681720734, -0.02458740584552288, 0.025342337787151337, -0.03201959654688835, -0.011493212543427944, 0.011870679445564747, -0.005385409574955702, 0.01988859474658966, -0.009846676141023636, -0.007171868812292814, 0.0010242040734738111, 0.022283555939793587, -0.022439749911427498, -0.013562771491706371, 0.021867040544748306, 0.013250385411083698, 0.010966060683131218, 0.012781806290149689, 0.03285262733697891, -0.015202799811959267, 0.011577817611396313, -0.01722029410302639, -0.0071263122372329235, 0.02497788704931736, 0.00041082053212448955, 0.0015139346942305565, 0.01567137986421585, 0.018456824123859406, -0.002904216293245554, -0.012593072839081287, 0.03824128955602646, 0.03733016178011894, 0.017246326431632042, -0.01573646068572998, 0.008538559079170227, 0.011538769118487835, 0.026435690000653267, -0.011805598624050617, -0.028531281277537346, 0.020005738362669945, -0.004962386563420296, 0.007445206865668297, 0.003930861130356789, 0.020812736824154854, -0.031629111617803574, -0.004676032345741987, -0.0032621589489281178, -0.030874179676175117, -0.014538979157805443, -0.0018059832509607077, 0.004506823141127825, 0.010198110714554787, 0.01108971331268549, -0.008629671297967434, 0.013328482396900654, 0.02053939923644066, -0.004809447564184666, 0.007191393058747053, -0.0038462562952190638, -0.02803667075932026, 0.0008155397372320294, -0.009436669759452343, -0.01490342989563942, -0.0401676706969738, 0.010211126878857613, 0.014538979157805443, 0.01986256241798401, -0.017181245610117912, -0.020461302250623703, -0.004721588920801878, -0.006455983500927687, 0.019680336117744446, 0.008629671297967434, 0.02439216338098049, -0.006032960489392281, 0.02329881116747856, -0.014343737624585629, -0.012781806290149689, -0.020669560879468918, -0.014109447598457336, 0.009989853948354721, -0.011141777969896793, -0.022739119827747345, -0.0241708904504776, -0.010224143043160439, -0.0005267451051622629, 0.009579846635460854, 0.0004917643964290619, -0.013471659272909164, -0.028531281277537346, -0.00406427588313818, -0.004220468923449516, 0.012033380568027496, -0.008922534063458443, 0.0009119402384385467, -0.029572568833827972, 0.009599370881915092, 0.005401679780334234, -0.023923583328723907, -0.016530441120266914, -0.003237753873690963, 0.005772638600319624, 0.0017848321003839374, -0.012723233550786972, -0.014317705295979977, 0.006150105502456427, -0.011558293364942074, -0.014109447598457336, -0.015411057509481907, -0.012254654429852962, -0.004565395414829254, -0.013458643108606339, 0.008278236724436283, 0.00827172864228487, -0.0036900632549077272, 0.021255284547805786, 0.0005690474645234644, -0.0036477609537541866, 0.0004453945148270577, -0.013510707765817642, 0.00667074928060174, -0.0062119318172335625, -0.003141760127618909, -0.0008972971118055284, -0.012898950837552547, 0.011219874955713749, -0.007653464563190937, -0.011382576078176498, -0.03457074984908104, 0.012417355552315712, 0.00891602598130703, -0.003953638952225447, -0.013849126175045967, -0.026279497891664505, 0.012397831305861473, -0.05055451765656471, -0.0002649995731189847, 0.002840762957930565, -0.033008817583322525, -0.02091686613857746, -0.003891812637448311, 0.006996151525527239, -0.04126102477312088, -0.025667741894721985, -0.16410693526268005, 0.021762913092970848, 0.030405599623918533, -0.016881875693798065, 0.003533869981765747, -0.005307313054800034, 0.013601819984614849, 0.020031770691275597, -0.008727292530238628, -0.020031770691275597, -0.0013203201815485954, -0.036965712904930115, -0.010809867642819881, 0.026240449398756027, -0.009755563922226429, -0.03147292137145996, 0.017272358760237694, -0.0068074180744588375, 0.052637092769145966, 0.019094612449407578, 0.04175563529133797, -0.024860743433237076, 0.020174948498606682, 0.006215185858309269, 0.00022920531046111137, -0.009195871651172638, 0.009436669759452343, -0.013536740094423294, 0.010953044518828392, -0.03225388377904892, -0.0018238804768770933, -0.013289433903992176, 0.003719349391758442, -0.020357174798846245, 0.0013097446644678712, -0.008336809463799, 0.00027882918948307633, 0.0004571903555188328, -0.013302450068295002, -0.012651645578444004, 0.010692723095417023, 0.015319944359362125, -0.023832472041249275, 0.012651645578444004, 0.014799300581216812, 0.013458643108606339, 0.012996572069823742, -0.019940659403800964, 0.008889993652701378, -0.016686635091900826, -0.009254444390535355, -0.03498726710677147, 0.00645272945985198, 0.018821274861693382, 0.03160307928919792, -0.007497271057218313, -0.019498111680150032, 0.01918572559952736, -0.00907872710376978, -0.02639664150774479, -0.03337327018380165, -0.03660126030445099, 0.015358992852270603, 0.02423597127199173, -0.004405948333442211, 0.015970749780535698, -0.012469420209527016, 0.016009798273444176, -0.013601819984614849, 0.0003129964170511812, 0.008623163215816021, -0.03631490841507912, -0.0032670400105416775, 0.006748845800757408, 0.003449265379458666, 0.03566410392522812, -0.014213576912879944, 0.021867040544748306, 0.001626198529265821, 0.012000840157270432, -0.010673198848962784, 0.02561567723751068, 0.007171868812292814, 0.007790133357048035, 0.005840972997248173, 0.003963401075452566, -0.007282505743205547, -0.0017555459635332227, -0.00520643824711442, -0.01824856549501419, 0.00957333855330944, -0.036705389618873596, -0.0072499653324484825, -0.017519665881991386, -0.006257487926632166, -0.008122043684124947, 0.015697412192821503, -0.031134501099586487, 0.006885514594614506, -0.02526424266397953, -0.004327851813286543, -0.007894261740148067, -0.02764618769288063, -0.02427501790225506, 0.02635759487748146, 0.013139748945832253, -0.007536319550126791, 0.009046186693012714, 0.038059063255786896, 0.006865990348160267, -0.022348636761307716, -0.015450106002390385, 0.0006089092348702252, 0.015411057509481907, -0.0060394685715436935, 0.00967095885425806, 0.01140860840678215, -0.017519665881991386, 0.04154737666249275, -0.008564591407775879, 0.030405599623918533, 0.008519034832715988, -0.013862142339348793, 0.035325683653354645, 0.04727445915341377, 0.01625710353255272, -0.07445206493139267, -0.014382786117494106, -0.021294333040714264, 0.03222785145044327, -0.004239993169903755, 0.030405599623918533, -0.015059622935950756, 0.03509139269590378, -0.00838236603885889, 0.022374669089913368, -0.020708609372377396, -0.007952834479510784, 0.009794612415134907, 0.021906089037656784, 0.022478798404335976, 0.003245888976380229, -0.01789713092148304, 0.01282736286520958, -0.019133660942316055, 0.029884956777095795, -0.007145836483687162, -0.028140800073742867, 0.02056543156504631, -0.023676278069615364, 0.007308537606149912, 0.016751715913414955, -0.028791604563593864, 0.026630932465195656, 0.00843442976474762, 0.022114347666502, 0.009052694775164127, -0.016244087368249893, -0.009618895128369331, -0.0073736184276640415, 0.012977047823369503, -0.004357138182967901, -0.004438488744199276, -0.0012235130416229367, 0.013432610780000687, -0.017493633553385735, -0.0076990206725895405, 0.02102099545300007, 0.009326032362878323, -0.03391994535923004, 0.010653674602508545, -0.005284534767270088, -0.007334569934755564, 0.02670902945101261, -0.006677257362753153, -0.008636179380118847, -0.010282715782523155, 0.005440728273242712, 0.01844380795955658, -0.027984606102108955, 0.022739119827747345, -0.0038755424320697784, 0.02510804869234562, 0.010360811837017536, -0.005131595768034458, 0.00630955258384347, -0.0032166026066988707, 0.015632331371307373, -0.009970329701900482, 0.011324003338813782, 0.003908082842826843, 0.011616865172982216, -0.033295173197984695, -0.00047915501636452973, 0.0030408853199332952, -0.03706984221935272, -0.004744366742670536, 0.04461917653679848, -0.005870259366929531, 0.01660853810608387, -0.016855843365192413, -0.0078226737678051, -0.017806019634008408, -0.009683975018560886, 0.02670902945101261, -0.001365063013508916, -0.008720784448087215, 0.00018659794295672327, -0.002679688623175025, -0.0014578027185052633, 0.013328482396900654, 0.0015277642523869872, -0.01689489185810089, 0.009664450772106647, 0.006787893828004599, -0.025889014825224876, 0.002323373220860958, 0.021281316876411438, 0.01558026671409607, -0.00640391930937767, -0.005821448750793934, 0.010562561452388763, -0.008506018668413162, 0.01084891613572836, -0.010028901509940624, 0.0063713788986206055, -0.045686494559049606, -0.005941847804933786, -0.04901861771941185, 0.0313427597284317, 0.014669139869511127, -0.012241638265550137, 0.011187334544956684, 0.013035619631409645, -0.0007219865801744163, -0.01327641773968935, 0.0021248776465654373, -0.004536109510809183, 0.0013715710956603289, 0.006003674119710922, -0.007087264209985733, -0.004955878481268883, -0.018691113218665123, -0.011883695609867573, 0.016816796734929085, 0.010731770657002926, 0.005902799312025309, -0.005912561435252428, 0.007991882972419262, -0.01062113419175148, -0.0009851556969806552, -0.010582085698843002, -0.005212946329265833, 0.007887753657996655, -0.0007602213299833238, 0.003449265379458666, -0.0017783241346478462, -0.011681945994496346, 0.015970749780535698, -0.0027789364103227854, 0.014708188362419605, 0.03990735113620758, 0.017949195578694344, -0.01187718752771616, -0.013836110010743141, 0.026149336248636246, 0.01584058813750744, -0.01323086116462946, -0.009599370881915092, -0.03214975818991661, 0.008981105871498585, -0.008831420913338661, -0.009918265044689178, -0.008304269053041935, 0.013172289356589317, 0.02050035074353218, -0.002905843313783407, 0.020044786855578423, 0.017454585060477257, 0.015892652794718742, -0.025732820853590965, -0.003084814641624689, -0.004815955646336079, -0.04857606813311577, -0.007295521907508373, 0.002173688029870391, -0.003284937236458063, -0.018482856452465057, 0.037668582051992416, 0.01925080642104149, 0.018521904945373535, -0.009631911292672157, 0.0024421450216323137, -0.03798096626996994, 0.007048215717077255, 0.012469420209527016, 0.015541218221187592, -0.01815745420753956, -0.003289818298071623, -0.0047606369480490685, -0.0016774493269622326, 0.008187124505639076, -0.004731351044028997, -0.00957333855330944, 0.008096011355519295, -0.023038489744067192, 0.012059412896633148, 0.020448286086320877, 0.01722029410302639, -0.004266025498509407, -0.02873953990638256, 0.023793423548340797, 0.0374082587659359, -0.004116340074688196, -0.0073671103455126286, 0.02748999372124672, -0.00567176379263401, 0.002609727205708623, -0.026643948629498482, 0.01010699849575758, -0.015293912962079048, 0.018326662480831146, -0.0054797763004899025, 0.02469153329730034, -0.004067529924213886, 0.018834291025996208, 0.02108607441186905, 0.005580651108175516, 0.016907908022403717, 0.010191602632403374, -0.02104702778160572, 0.003315850393846631, -0.027411898598074913, 0.01619202271103859, -0.022257523611187935, -0.022114347666502, 0.01912064477801323, 0.00021273181482683867, 0.026123303920030594, 0.0014553621876984835, -0.008857453241944313, -0.0007439512410201132, -0.013731980696320534, 0.018977466970682144, -0.009313016198575497, 0.00551882479339838, -0.01641329750418663, 0.028557313606142998, -0.003494821721687913, 0.013953254558146, 0.007640448398888111, -0.01430468913167715, 0.011245906352996826, 0.008740308694541454, -0.00899412203580141, -0.004669524263590574, 0.01934191770851612, 0.007171868812292814, -0.012983555905520916, -0.016907908022403717, -0.020448286086320877, -0.02253086119890213, -0.018899371847510338, -0.007295521907508373, -0.0058800214901566505, 0.02121623605489731, 0.009911756962537766, 0.05323583260178566, 0.01731140725314617, -0.020161932334303856, 0.027411898598074913, 0.021749896928668022, 0.013614836148917675, 0.043629951775074005, 0.013653884641826153, 0.005017704796046019, -0.013718965463340282, -0.0004291243967600167, 0.020253045484423637, -0.0002796426706481725, -0.003237753873690963, -0.015150735154747963, 0.0002955060626845807, -0.003917844966053963, 0.01341959461569786, -0.010953044518828392, -0.01693394035100937, 0.004946116358041763, -0.006182645447552204, 0.032331980764865875, 0.025993144139647484, -0.018274597823619843, -0.024209938943386078, 0.030327502638101578, 0.026735059916973114, -0.01783205196261406, -0.010321764275431633, -0.002173688029870391, 0.009007138200104237, -0.026097271591424942, -0.03050972893834114, -0.015020574443042278, -0.014044367708265781, 0.008935550227761269, 0.0032296187710016966, 0.0011625000042840838, -0.01986256241798401, -0.0021557908039540052, 0.0006752099725417793, -0.015163751319050789, -0.010549545288085938, -0.0013512334553524852, 0.014825332909822464, -0.008369349874556065, -0.007790133357048035, -0.02970273047685623], \"14954038-1bb5-4232-8976-a43ba335b8e1\": [0.014419079758226871, 0.004750395193696022, 0.006073790602385998, -0.02466386929154396, 0.003359513822942972, -0.005668871104717255, -0.007591415196657181, -0.023373393341898918, -0.012832322157919407, -0.03031298704445362, 0.01996285282075405, 0.009448118507862091, 0.021951237693428993, -0.003310133470222354, 0.00023970073380041867, -0.009652224369347095, 0.003423708491027355, 0.010554239153862, 0.02524326555430889, -0.02263597957789898, -0.0022385786287486553, 0.021134816110134125, -0.003063231473788619, -0.014445415697991848, -0.023557746782898903, 0.014129381626844406, 0.04124251753091812, -0.04118984565138817, 0.016433799639344215, -0.011508927680552006, 0.014458583667874336, -0.015433023683726788, -0.02189856581389904, -0.047984588891267776, -0.004230255261063576, 0.020278887823224068, -0.0044310688972473145, -0.018948908895254135, 0.01954147405922413, -0.004961085040122271, 0.01245703175663948, -0.014103044755756855, -0.0019587562419474125, -0.0014287398662418127, 0.002376843709498644, 0.0073214685544371605, 0.0007081973599269986, -0.006738780066370964, -0.024650700390338898, 0.01453759241849184, 0.006133046932518482, 0.04708915948867798, -0.035079844295978546, -0.019488802179694176, -0.0005773392622359097, 0.012299014255404472, -0.0031751603819429874, 0.003377620130777359, 0.025295937433838844, -0.03945165500044823, 0.03766079246997833, 0.00013044658408034593, -0.011390414088964462, -0.031076738610863686, -0.03236721083521843, -0.0007604582933709025, 0.002125003607943654, 0.00367061048746109, 0.005270535591989756, -0.006034286227077246, 0.014076708815991879, 0.010271125473082066, 0.002724152524024248, 0.002047640969976783, 0.003359513822942972, -0.010600327514111996, -0.035316869616508484, 0.002134879818186164, 0.004240131005644798, -0.014787786640226841, 0.013220781460404396, -0.024966735392808914, 0.00045059624244458973, 0.03307829052209854, 0.013747505843639374, 0.010955866426229477, -0.01133774220943451, 0.020845117047429085, 0.016710329800844193, 0.0016493056900799274, -0.007841609418392181, 0.004519953392446041, -0.001615562359802425, 0.015459360554814339, 0.00781527254730463, 0.0032459390349686146, 0.01272039394825697, 0.026533739641308784, -0.016315286979079247, -0.03207751363515854, -0.023939622566103935, 0.014656106010079384, -0.04047876596450806, -0.01777694746851921, -0.020594922825694084, -0.0058038439601659775, 0.0163679588586092, 0.01494580414146185, 0.028627470135688782, -0.01340513490140438, -0.01193689089268446, 0.012239757925271988, 0.010712256655097008, -0.010613496415317059, -0.004368520341813564, 0.008295908570289612, 0.006827664561569691, -0.023821109905838966, -0.00776260020211339, -0.009750984609127045, 0.005998073611408472, 0.04277001693844795, -0.001188421854749322, -0.0025249850004911423, 0.007545326370745897, -0.0006847416516393423, 0.02300468645989895, 0.005468057468533516, -0.02120065502822399, -0.019449297338724136, 0.0451139435172081, 0.011133636347949505, 0.03966234624385834, -0.016394296661019325, -0.01925177499651909, -0.013010092079639435, -0.0014303858624771237, 0.011732785031199455, -0.024637531489133835, -0.024400506168603897, 0.017105374485254288, 0.03170880675315857, -0.008467094041407108, 0.000374056602595374, -0.023241713643074036, 0.00896748248487711, 0.02143768221139908, 0.020515915006399155, 0.008618527092039585, -0.004602254368364811, -0.009494206868112087, 0.01996285282075405, 0.019278112798929214, 0.019699491560459137, 0.02470337226986885, 0.027020961046218872, -0.014208389446139336, -0.012562376447021961, 0.017144877463579178, -0.00734122097492218, 0.023649923503398895, 0.019620481878519058, 0.01934395171701908, -0.0017365444218739867, 0.0074333976954221725, 0.025216929614543915, 0.022952014580368996, 0.0013028198154643178, 0.01272039394825697, 0.013945027254521847, 0.009599551558494568, 0.015591041184961796, -0.021477187052369118, 0.007881113328039646, -0.003654150292277336, 0.02857479639351368, 0.00956663116812706, -0.006728903856128454, -0.026086024940013885, -0.006626850925385952, -0.005148730706423521, 0.003940556664019823, 0.02960190922021866, 0.009533710777759552, -0.02288617379963398, -0.0013875894946977496, 0.010797849856317043, -0.007637503556907177, -0.007558494806289673, 0.004753687418997288, 0.01403720397502184, 2.831657911883667e-05, -0.01707903854548931, -0.015209166333079338, -0.6388112902641296, -0.004885368514806032, 0.01971265859901905, -0.04313872754573822, -0.013997700065374374, 0.027653029188513756, 0.004747103434056044, 0.007064690813422203, -0.017750611528754234, 0.009658807888627052, 0.017144877463579178, 0.018909404054284096, 0.0260991919785738, 0.004078821744769812, -0.0020163666922599077, -0.02696828730404377, 0.016065092757344246, -0.019396625459194183, -0.005451597273349762, 0.0263493862003088, -0.008282740600407124, -0.008730456233024597, -0.009573215618729591, 0.0035224691964685917, -9.366846643388271e-05, 0.021003134548664093, 0.012029067613184452, -0.006215347442775965, 0.014524424448609352, 0.00783502496778965, -0.024189816787838936, -0.013747505843639374, 0.007328053005039692, 0.021226992830634117, 0.047773901373147964, 0.0011925369035452604, -0.01453759241849184, 0.00921767670661211, 0.015498864464461803, 0.022820333018898964, -0.007795520592480898, -0.01443224772810936, 0.03773980215191841, -0.0032936732750386, 0.0033940800931304693, -0.0031702222768217325, 0.031076738610863686, -0.007242460269480944, 0.00653467420488596, 0.019567809998989105, -0.0022221184335649014, -0.0037035306449979544, 0.01702636480331421, 0.018040308728814125, -0.022464795038104057, -0.01884356513619423, 0.03068169392645359, 0.010521319694817066, -0.005951985251158476, 0.006386532913893461, 0.011179724708199501, 0.0025793034583330154, -0.017803283408284187, 0.009211092256009579, -0.010705673135817051, 0.0342370830476284, -0.0019686322193592787, -0.006277895998209715, -0.00857902318239212, -0.011489175260066986, -0.01744774542748928, 0.011285069398581982, 0.006142923142760992, -0.01760576292872429, 0.010501567274332047, 0.0327359177172184, 0.023649923503398895, -0.03789781779050827, -0.007867945358157158, 0.0171185415238142, 0.012443862855434418, -0.01678933948278427, -0.03484281525015831, -0.0015949872322380543, 0.03747643902897835, 0.0068869213573634624, -0.02461119554936886, -0.022662315517663956, 0.024308329448103905, 0.018343176692724228, 0.021253328770399094, -0.0040886979550123215, -0.02656007558107376, -0.03263057395815849, 0.024321498349308968, 0.02445317804813385, 0.0081839794293046, 0.026546908542513847, -0.01321419794112444, -0.016091428697109222, -0.012983756139874458, -0.004832696169614792, -0.018619706854224205, 0.024505851790308952, 0.01570955477654934, 0.011660360731184483, -0.003548805369064212, 0.017092205584049225, 0.04205894097685814, -0.02429516240954399, 0.0034270004834979773, -0.002689586253836751, -0.023333890363574028, 0.006478709634393454, 0.003930680453777313, -0.030418332666158676, 0.022425290197134018, -0.010132860392332077, -0.01453759241849184, -0.009764152579009533, 0.030813375487923622, 0.03191949799656868, 0.01307593286037445, -0.034737471491098404, 0.0055174375884234905, -0.006653187330812216, -0.016302119940519333, -0.005688623059540987, -0.017434576526284218, 0.0021085434127599, 0.013628993183374405, 0.023557746782898903, 0.040057387202978134, -0.008335413411259651, 0.0031159038189798594, -0.007137115113437176, 0.0007110778824426234, -0.012792818248271942, 0.026336219161748886, -0.03781880810856819, -0.003027019090950489, 0.0016106243710964918, 0.017513584345579147, -0.010020931251347065, -0.018158823251724243, 0.0028640637174248695, -0.008888473734259605, -0.017223887145519257, -0.02952290140092373, 0.011166556738317013, -0.02189856581389904, -0.005998073611408472, -0.01109413243830204, -0.004822819959372282, -0.0046680946834385395, 0.0025825954508036375, 0.019778499379754066, -0.0031093198340386152, -0.01206198800355196, -0.019778499379754066, 0.015314511023461819, 0.019910180941224098, -0.01381334662437439, -0.010402806103229523, -0.008052298799157143, -0.017539922147989273, -0.01789546012878418, 0.0036837784573435783, -0.023570915684103966, -0.021845893934369087, -0.014195221476256847, 0.015248670242726803, 0.003278859192505479, -0.004990713205188513, 0.011113883927464485, 0.02973359078168869, -0.02642839588224888, -0.02342606708407402, -0.002717568539083004, 0.0012254571774974465, 0.017342399805784225, 0.019910180941224098, 0.005714959464967251, 0.00046499885502271354, 0.032683245837688446, 0.03307829052209854, 0.030444668605923653, 0.04540364071726799, -0.010771512985229492, -0.0017447745194658637, 0.014748282730579376, 0.015090652741491795, 0.0028245593421161175, -0.004546289797872305, 0.0041841669008135796, 0.011798625811934471, -0.02023938298225403, 0.007644087541848421, 0.021174319088459015, 0.014340071007609367, 0.019528305158019066, 0.014445415697991848, 0.028680142015218735, -0.012582127936184406, 0.017474081367254257, -0.013681665062904358, -0.004329015966504812, -0.009145251475274563, -6.198270421009511e-05, 0.01864604279398918, 0.003377620130777359, -0.012733561918139458, -0.030207643285393715, -0.03191949799656868, 0.010850521735846996, 0.00946128647774458, -0.006906673312187195, 0.02243845723569393, 0.004483741242438555, -0.018053477630019188, 0.002788347192108631, -0.01179204136133194, 0.006952761672437191, -0.005461473483592272, -0.04622006416320801, 0.013984532095491886, -0.010462062433362007, 0.0029578865505754948, -0.021885396912693977, -0.01909375749528408, -0.0073938933201134205, 0.01690785214304924, -0.00041479544597677886, -0.007874528877437115, -0.013273454271256924, 0.008677784353494644, 0.009632471948862076, -0.0206607636064291, 0.005181651096791029, -0.02201707847416401, 0.00597832165658474, 0.03170880675315857, -0.008954314514994621, -0.015024812892079353, 0.027942728251218796, 0.0251510888338089, 0.04153221473097801, 0.0013645453145727515, -0.02012087032198906, 0.019330784678459167, -0.0156700499355793, 0.022096088156104088, -0.007999625988304615, 0.008190563879907131, 0.029127856716513634, 0.0007863829960115254, 0.011087547987699509, 0.031024064868688583, 0.021108478307724, 0.008756792172789574, 0.002997390925884247, -0.0019390040542930365, -0.007578246761113405, -0.007387309335172176, 0.023162703961133957, 0.008190563879907131, -0.013497311621904373, -0.013312958180904388, -0.021003134548664093, 0.02052908204495907, -0.004964377265423536, 0.005764339584857225, -0.03241988644003868, -0.010501567274332047, 0.005313332192599773, 0.006225223653018475, 0.016842011362314224, 0.005237615667283535, 0.007209539879113436, 0.02383427694439888, -0.03205117955803871, -0.015275007113814354, 0.0014221557648852468, 0.013470975682139397, -0.013431471772491932, -0.004809651989489794, -0.01801397278904915, 0.0012863596202805638, -0.024189816787838936, 0.02630988135933876, 0.005540481768548489, 0.026165032759308815, 0.035448551177978516, 0.004388272296637297, -0.0408211387693882, 0.019317615777254105, 0.01781645230948925, 0.018830396234989166, -0.0130495959892869, -0.005961861461400986, 0.007927201688289642, 0.007281964179128408, -0.009382277727127075, 0.005744587630033493, 0.030945057049393654, 0.0019077297765761614, 0.0005575871327891946, -0.016960524022579193, 0.004118326120078564, -0.019659986719489098, -0.025256432592868805, -0.02688927948474884, -0.00610341876745224, 0.02548029087483883, 0.008677784353494644, -0.01719755120575428, -0.019106926396489143, -0.023689428344368935, 0.036317646503448486, 0.01220683753490448, -0.015235502272844315, -0.009928754530847073, -0.029259538277983665, 0.007202955894172192, 0.012351686134934425, 0.02828509919345379, -0.009270348586142063, 0.018659211695194244, -0.00896748248487711, -0.006478709634393454, -0.008500014431774616, -0.002752134809270501, -0.009329605847597122, -0.010606911964714527, -0.018777724355459213, -0.025506626814603806, 0.02156936377286911, 0.007354388944804668, 0.002146401908248663, 0.004457404837012291, -0.0046845548786222935, -0.029970616102218628, -0.016591817140579224, -0.037344757467508316, -0.012944251298904419, 0.008546102792024612, 0.023518243804574013, 0.031445443630218506, 0.0044541130773723125, 0.014234726317226887, 0.02077927626669407, 0.006900089327245951, 0.017500417307019234, -0.033842042088508606, 0.013800178654491901, 0.02247796207666397, 0.003323301672935486, 0.026072856038808823, -0.004312555771321058, 0.03737109526991844, 0.017724275588989258, 0.012220005504786968, -0.0020805613603442907, 0.0031537620816379786, -0.005135562736541033, 0.02077927626669407, 0.01785595528781414, -0.00954687874764204, 0.025993848219513893, 0.018079813569784164, 0.0008789713028818369, 0.0010748469503596425, -0.014168885536491871, 0.022333113476634026, -0.005491101648658514, 0.006590638775378466, -0.008552687242627144, -0.0230573583394289, 0.00956663116812706, 0.010152611881494522, 0.008006210438907146, 0.006248267833143473, 0.013233949430286884, -0.04532463103532791, -0.01266113668680191, -0.012463615275919437, -0.005030217580497265, -0.01934395171701908, -0.013470975682139397, 0.0013530232245102525, 0.0005197288119234145, -0.008374917320907116, -0.010264541022479534, 0.0016723498702049255, 0.0018616414163261652, -0.011482590809464455, -0.018830396234989166, 0.008131307549774647, 0.007407061289995909, 0.017421407625079155, 0.00597832165658474, -0.009059659205377102, 0.008585607632994652, 0.00657747033983469, -0.017908629029989243, -0.03489549085497856, -0.01620994322001934, -0.023149536922574043, 0.02313636802136898, 0.007202955894172192, 0.03484281525015831, -0.026994623243808746, -0.02025255188345909, 0.023649923503398895, 0.021503522992134094, 2.5603227186365984e-05, 0.014313735067844391, -0.0056787473149597645, -0.016091428697109222, -0.016104597598314285, -0.015512032434344292, 0.04374445974826813, -0.013523648492991924, -0.011555016040802002, -0.004082113970071077, -0.007255628239363432, 0.017790116369724274, -0.014313735067844391, -0.005310039967298508, 0.0135499844327569, 0.0005719897453673184, 0.01806664653122425, -0.05204036831855774, -0.012417526915669441, 0.026336219161748886, -0.017724275588989258, 0.02408447116613388, 0.0004925695830024779, -0.01253603957593441, -0.0032640451099723577, 0.000918475619982928, 0.00422696303576231, -0.03141910955309868, 0.0014517840463668108, 0.01723705418407917, -0.01231218222528696, 0.020186711102724075, 0.0013316250406205654, -0.026415226981043816, 0.01690785214304924, -0.011028291657567024, -0.015893908217549324, -0.0018583494238555431, 0.0037660792004317045, -0.016683993861079216, 0.005017049610614777, -0.023399729281663895, -0.012871826998889446, -0.02363675646483898, -0.0010847230441868305, 0.023123199120163918, 0.0351325161755085, 0.010034099221229553, 0.02536177821457386, -0.018040308728814125, -0.0015686510596424341, 0.007235875818878412, -0.025006240233778954, -0.018132487311959267, -0.03824019059538841, -0.01876455545425415, 0.016670826822519302, 0.016420632600784302, 0.03191949799656868, -0.0011382184457033873, 0.008776544593274593, -0.006537966430187225, 0.003086275653913617, -0.011482590809464455, -0.01131798978894949, 0.0019834465347230434, -0.004852448124438524, 0.02762669324874878, 0.018606537953019142, 0.021174319088459015, 0.018896237015724182, 0.005142146721482277, 0.018158823251724243, -0.01146283932030201, 0.01768477074801922, 0.006208763457834721, -0.0036837784573435783, -0.03710773214697838, 0.0011546785244718194, 0.008302493020892143, 0.018606537953019142, -0.015288175083696842, -0.014840459451079369, 0.009362525306642056, -0.0003701473178807646, -0.010600327514111996, 0.005579986143857241, -0.013984532095491886, -0.03594893962144852, -0.015551537275314331, 0.02267548441886902, -0.007492654025554657, -0.018171990290284157, -0.01797446981072426, -0.007334636989980936, 0.002067393157631159, 0.019646819680929184, 0.007183203473687172, -0.0044541130773723125, 0.03418441116809845, 0.0034533366560935974, 0.02870647795498371, -0.009757569059729576, 0.025756821036338806, -0.022609643638134003, -0.020805612206459045, -0.027416003867983818, -0.0024805425200611353, -0.00018003274453803897, 0.019185934215784073, 0.02878548763692379, 0.021292831748723984, -0.0254012830555439, -0.02613869681954384, 0.009790489450097084, -0.00969172827899456, 0.009553463198244572, -0.008249820210039616, -0.014932636171579361, 0.014879963360726833, -0.03679169714450836, 0.007031770423054695, -0.023478738963603973, -0.000204620067961514, 0.018580202013254166, -0.013266869820654392, 0.014827290549874306, -0.01443224772810936, -0.0026253918185830116, -0.006080374587327242, -0.003318363567814231, 0.029259538277983665, -0.011113883927464485, 0.012193669565021992, -0.010165780782699585, 0.029970616102218628, -0.01884356513619423, 0.0062581440433859825, -0.0013052888680249453, -0.0041446625255048275, 0.01983117312192917, 0.016433799639344215, 0.017579425126314163, 0.009290101006627083, -0.007808688562363386, -0.00909257959574461, -0.00794036965817213, -0.040636785328388214, 0.02239895425736904, 0.0028854620177298784, -0.0006300117238424718, -0.02309686318039894, 0.03002328984439373, -0.028311435133218765, -0.010211869142949581, -0.024347834289073944, -0.019936516880989075, -0.006373364944010973, -0.014879963360726833, -0.0526987724006176, -0.006537966430187225, -0.003038541181012988, 0.02445317804813385, -0.013168109580874443, -0.011607687920331955, 0.005326500162482262, 0.004292803816497326, -0.01797446981072426, -0.021042639389634132, 0.029338547959923744, 0.029338547959923744, -0.0380294993519783, -0.0007147814030759037, 0.02857479639351368, 0.03737109526991844, -0.014484920538961887, -0.024940399453043938, -0.0025793034583330154, 0.034000057727098465, -0.012358270585536957, 0.0026648961938917637, -0.03710773214697838, 0.022859837859869003, 0.017052700743079185, 0.01835634373128414, -0.00726879620924592, -0.025269601494073868, -0.0006020294968038797, 0.0028541877400130033, 0.015538369305431843, -0.014024036005139351, 0.00857902318239212, -0.016420632600784302, 0.006017826031893492, 0.012088323943316936, -0.03215652331709862, -0.011153388768434525, -0.0010583867551758885, -0.031524453312158585, -0.00956663116812706, -0.00714369909837842, -0.007920617237687111, 0.02907518483698368, 0.010356717742979527, -0.01950196921825409, 0.002936488250270486, 0.031445443630218506, -0.04437652975320816, 0.02627037838101387, -0.03213018551468849, -0.0010238204849883914, -0.036686353385448456, 0.023373393341898918, -0.0005283703794702888, -0.0132997902110219, 0.008881889283657074, -0.010468646883964539, -0.018000805750489235, -0.010067019611597061, 0.01245044730603695, 0.009599551558494568, -0.010936114937067032, -0.008019378408789635, 0.03868790343403816, -0.01646013744175434, -0.001093776081688702, -0.004457404837012291, -0.015024812892079353, 0.011989563703536987, -0.03018130548298359, 0.029549237340688705, -0.006946177687495947, -0.015775395557284355, -0.004408024717122316, -0.029127856716513634, -0.0003619172493927181, 0.025309106335043907, -0.007071274798363447, -0.0040722377598285675, 0.01457709725946188, -0.004480449017137289, -0.03194583207368851, 0.01876455545425415, -0.023452403023838997, -0.0085592707619071, -0.019844340160489082, 0.0012674304889515042, 0.004503493197262287, -0.023044191300868988, -0.0009662100346758962, 0.012193669565021992, -0.01702636480331421, 0.03555389493703842, -0.028601132333278656, -0.015077484771609306, -0.01971265859901905, -0.004957793280482292, -0.03871424123644829, -0.015617377124726772, -0.00478331558406353, 0.04885368421673775, 0.0131746931001544, -0.033420659601688385, -0.022464795038104057, -0.011785457842051983, -0.033842042088508606, -0.030918721109628677, 0.006834248546510935, 0.006389825139194727, 0.020924124866724014, 0.021134816110134125, -0.0058762687258422375, 0.0485113151371479, -0.011653776280581951, 0.008118139579892159, -0.032235532999038696, -0.0017809867858886719, -0.007137115113437176, -0.0031438861042261124, -0.036343980580568314, -0.01876455545425415, -0.0025694272480905056, -0.008974066004157066, 0.026573244482278824, 0.018369512632489204, 0.004849156364798546, 0.011969811283051968, 0.0007370025850832462, -0.006478709634393454, -0.024361001327633858, 0.006238391622900963, 0.0056458269245922565, 0.012029067613184452, 0.015972916036844254, -0.01632845588028431, -0.012259509414434433, 0.0035784337669610977, -0.013161525130271912, 0.002462436445057392, 0.0024607903324067593, -0.009487622417509556, -0.0008423475082963705, 0.009237428195774555, -0.006906673312187195, -0.003904344281181693, -0.015946580097079277, -0.027126304805278778, 0.037502776831388474, 0.0061857192777097225, 0.00956663116812706, 0.047905582934617996, 0.00040965163498185575, -0.01133774220943451, 0.007848192937672138, -0.000898723432328552, -0.013971364125609398, 0.0030961516313254833, -0.0009242366650141776, 0.0070844427682459354, 0.012542624026536942, -0.014708777889609337, -0.0003324947610963136, -0.01183813065290451, -0.003591601736843586, 0.014010868035256863, -0.010554239153862, -0.014563928358256817, 0.006860584951937199, 0.0031290720216929913, -0.004115034360438585, 0.002933196257799864, -0.00136866036336869, -0.01930444873869419, -0.010527903214097023, -0.00983657781034708, -0.010192116722464561, -0.02362358756363392, 0.019857509061694145, -0.007946954108774662, -0.004691138863563538, -0.024874558672308922, -0.03191949799656868, 0.027073632925748825, -0.006827664561569691, 0.003369390033185482, 0.2258594036102295, -0.009718064218759537, -0.004895244725048542, 0.027890054509043694, -0.011146804317831993, -0.011048044078052044, 0.027205314487218857, -0.006663063075393438, -0.01580173149704933, 0.02536177821457386, -0.022319944575428963, 0.025743653997778893, -0.013135189190506935, -0.0008913163910619915, 0.014261062256991863, -0.030444668605923653, -0.029996952041983604, -0.015617377124726772, 0.006686107255518436, -0.010297461412847042, 0.005909189116209745, -0.006189011503010988, -0.03510617837309837, -0.012200253084301949, 0.007532158400863409, -0.0308923851698637, 0.0031208419241011143, 0.0230573583394289, 0.0005526490858756006, 0.012114660814404488, -0.02738966792821884, -0.02474287711083889, 0.004947917070239782, 0.021226992830634117, -0.022372618317604065, -0.011034875176846981, 0.029496565461158752, 0.017803283408284187, 0.02576998993754387, 0.016486473381519318, 0.018738219514489174, -0.010126275941729546, 0.006393116898834705, -0.021082142367959023, -0.008276157081127167, 0.02523009665310383, -0.010126275941729546, 0.003022080985829234, 0.02325488068163395, 0.019106926396489143, -0.007275380194187164, 0.0018731635063886642, 0.03294660896062851, 0.0303919967263937, 0.013576320372521877, -0.005431844852864742, 0.014313735067844391, 0.013563152402639389, 0.013312958180904388, -0.016394296661019325, -0.03521152585744858, 0.027442339807748795, -0.008631695993244648, 0.006840832531452179, 0.011844714172184467, 0.008177395910024643, -0.01646013744175434, -0.013207613490521908, -0.007604583166539669, -0.033631350845098495, -0.013615825213491917, -0.0011415104381740093, 0.01851436123251915, 0.002780117094516754, 0.015314511023461819, -0.023241713643074036, 0.0033907881006598473, 0.01490629930049181, 0.001828721142373979, 0.018290502950549126, -0.016473304480314255, -0.027784710749983788, 0.00015966332284733653, -0.007848192937672138, -0.01926494389772415, -0.040189068764448166, 0.010975618846714497, 0.012990339659154415, 0.009777321480214596, -0.013312958180904388, -0.01731606386601925, -0.009856329299509525, 0.0034138322807848454, 0.022662315517663956, -0.007281964179128408, 0.028048072010278702, 0.009230844676494598, 0.024268824607133865, -0.01967315562069416, 0.0017184382304549217, -0.02239895425736904, -0.005701791495084763, 0.014392743818461895, -0.008414422161877155, -0.01603875681757927, -0.026902446523308754, 0.009428366087377071, -0.0004510077415034175, 0.0053692967630922794, -0.00783502496778965, -0.0019060837803408504, -0.030997728928923607, 0.00884238537400961, -0.006238391622900963, 0.00608366634696722, -0.006047454196959734, -0.007367556914687157, -0.020673930644989014, -0.0052968719974160194, -0.012713809497654438, -0.024979902431368828, -0.01773744262754917, -0.004546289797872305, 0.011469422839581966, 0.006366780959069729, -0.002031180774793029, -0.008756792172789574, -0.004302679561078548, -0.00442448491230607, -0.016354791820049286, -0.01468244194984436, -0.030629022046923637, -0.005148730706423521, -0.015683218836784363, -0.007584830746054649, 0.008664615452289581, -0.013220781460404396, 0.013128604739904404, 0.01057399157434702, -0.01366849709302187, 0.0025463830679655075, -0.013378798961639404, 0.010620079934597015, -0.010146028362214565, -0.00528699578717351, -0.0038022915832698345, -0.01084393821656704, 0.007031770423054695, -0.009757569059729576, -0.020397400483489037, -0.024545354768633842, 0.012562376447021961, -0.0003396960673853755, -0.0029940989334136248, -0.011285069398581982, -0.028732813894748688, 0.007150283083319664, -0.04116350784897804, 0.013345878571271896, -0.006867168936878443, -0.034368764609098434, -0.014616601169109344, 0.0006201356300152838, 0.007611167151480913, -0.033341653645038605, -0.036343980580568314, -0.16665558516979218, 0.02156936377286911, 0.029996952041983604, -0.03157712519168854, 5.555296229431406e-05, -0.013997700065374374, 0.01071884110569954, 0.02358408272266388, -0.013056180439889431, -0.022491130977869034, 0.0005522375577129424, -0.02671809308230877, -0.028232425451278687, 0.0034961330238729715, -0.007492654025554657, -0.026507403701543808, 0.00016367548960261047, 0.004868908319622278, 0.049380410462617874, 0.023821109905838966, 0.042664673179388046, -0.028811823576688766, 0.016881516203284264, 0.010402806103229523, -0.0017233763355761766, 0.0008765022503212094, 0.0024887726176530123, -0.007867945358157158, 0.01395819615572691, -0.029180530458688736, 0.0029661166481673717, -0.005099350120872259, -0.0017167922342196107, -0.018461689352989197, 0.0016970400465652347, -0.0009917232673615217, -0.006692691706120968, -0.011699864640831947, -0.02536177821457386, -0.005701791495084763, 0.017131710425019264, 0.017460912466049194, -0.028179753571748734, 0.006505046039819717, 0.011535263620316982, 0.001399934641085565, 0.014103044755756855, -0.016065092757344246, 0.007420229725539684, -0.011113883927464485, -0.006300940178334713, -0.035237859934568405, 0.007209539879113436, 0.021964406594634056, 0.03191949799656868, 0.014247894287109375, -0.016710329800844193, 0.017092205584049225, 0.006633434910327196, -0.02627037838101387, -0.02425565756857395, -0.04622006416320801, 0.005326500162482262, 0.024110807105898857, -0.009625887498259544, 0.018343176692724228, -0.02470337226986885, 0.012200253084301949, -0.02965458109974861, 0.005142146721482277, 0.00672231987118721, -0.016973692923784256, 0.0029397804755717516, 0.006893505342304707, 0.00037611412699334323, 0.02663908526301384, -0.020673930644989014, 0.010778097435832024, 0.0053199161775410175, 0.006327276583760977, -0.011640608310699463, 0.031893160194158554, -0.007571662776172161, -0.0023356934543699026, 0.012898162938654423, 0.005273827817291021, -0.010982203297317028, -0.0037397430278360844, -0.026415226981043816, -0.009257180616259575, 0.006636727135628462, -0.03913561999797821, -0.010521319694817066, -0.01768477074801922, -0.003339761635288596, -0.0017167922342196107, 0.013628993183374405, -0.03126109018921852, -0.00478331558406353, -0.01231218222528696, 0.005998073611408472, 0.005830180365592241, -0.03252523019909859, -0.01678933948278427, 0.023070527240633965, 0.01519599836319685, 0.008177395910024643, 0.015867572277784348, 0.05298847332596779, 0.007551910821348429, -0.02292567864060402, -0.014024036005139351, 0.0068540009669959545, 0.012773065827786922, -0.010146028362214565, 0.03236721083521843, 0.012654553167521954, -0.02717897668480873, 0.03824019059538841, -0.004259883426129818, 0.034500446170568466, 0.006521506235003471, -0.01773744262754917, 0.025796325877308846, 0.03571191057562828, 0.02152985893189907, -0.08717288076877594, -0.006603806745260954, -0.015485696494579315, 0.011015123687684536, 0.010020931251347065, 0.02627037838101387, -0.01954147405922413, 0.046457089483737946, -0.007130531128495932, 0.03571191057562828, -0.012522871606051922, -0.02292567864060402, 0.0026846483815461397, 0.010764929465949535, 0.01826416701078415, 0.007881113328039646, -0.021450849249958992, 0.003046771278604865, -0.01649964042007923, 0.03826652467250824, -0.009843161329627037, -0.010850521735846996, 0.00252169300802052, -0.019646819680929184, -0.0002765303070191294, 0.02478238195180893, -0.03776613622903824, 0.016749834641814232, 0.005168482661247253, 0.019357120618224144, 0.0084341736510396, -0.010870274156332016, -0.0096061360090971, -0.005270535591989756, 0.0033907881006598473, -0.012759897857904434, -0.00672231987118721, -0.014998476020991802, 0.02511158399283886, -0.0076638394966721535, -0.005761047825217247, 0.014247894287109375, 0.00894773006439209, -0.03484281525015831, 0.0038483799435198307, -0.016525976359844208, -0.009843161329627037, 0.029838936403393745, -0.0026007015258073807, -0.014972140081226826, -0.015235502272844315, 0.005754463840276003, -0.0012707225978374481, -0.02004186250269413, 0.03747643902897835, -0.007308300584554672, 0.018409017473459244, 0.00022406360949389637, -0.011890802532434464, 0.014103044755756855, -0.022938845679163933, 0.005125686526298523, -0.005619490519165993, 0.01556470524519682, 0.012733561918139458, 0.014419079758226871, -0.034210748970508575, -0.01208174042403698, 0.008170811459422112, -0.0323408767580986, -0.01859337091445923, 0.04034708812832832, -0.015972916036844254, 0.02234628051519394, -0.0017661727033555508, -0.0156700499355793, -0.025598803535103798, 0.004687847103923559, 0.027205314487218857, -0.00017159692652057856, -0.0022270565386861563, 0.0083090765401721, -0.0016015713335946202, -0.011482590809464455, 0.026296714320778847, -0.004276343621313572, -0.007058106362819672, -0.004608838353306055, -0.006557718385010958, -0.03241988644003868, 0.005415385123342276, 0.0260991919785738, 0.013563152402639389, -0.005955277476459742, 0.0009662100346758962, 0.022530633956193924, -0.004914996679872274, 0.017671601846814156, -0.01307593286037445, 0.019317615777254105, -0.042822692543268204, -0.007867945358157158, -0.048353295773267746, 0.029101520776748657, 0.012568959966301918, -0.0006275427294895053, 0.0019110218854621053, 0.016591817140579224, -0.004335599951446056, -0.010771512985229492, -0.012101491913199425, -0.0021628618706017733, -0.005142146721482277, 0.008835800923407078, -0.0025480291806161404, -0.012799401767551899, -0.00919792428612709, -0.021543025970458984, 0.006175843067467213, 0.0015900492435321212, 0.012503120116889477, -0.01366849709302187, 0.01058057602494955, -0.006501753814518452, 0.0012995278229936957, -0.015735890716314316, -0.008783129043877125, 0.0071634515188634396, -0.005240907426923513, 0.013141772709786892, -0.009204508736729622, -0.006080374587327242, 0.019620481878519058, -0.011133636347949505, 0.014405911788344383, 0.045298296958208084, 0.024440011009573936, -0.02907518483698368, 0.004984129220247269, 0.034368764609098434, 0.026533739641308784, -0.018290502950549126, -0.013464391231536865, -0.02619136869907379, 0.004622006323188543, -0.01480095461010933, -0.0018797476077452302, -0.013312958180904388, 0.0013958195922896266, 0.015327678993344307, -0.015393519774079323, 0.01975216343998909, 0.005441721063107252, 0.0010888379765674472, -0.016446968540549278, -0.020608091726899147, 0.005217863246798515, -0.03644932806491852, -0.011699864640831947, 0.025203760713338852, 0.004138078540563583, -0.018830396234989166, 0.04034708812832832, 0.023241713643074036, 0.011219228617846966, -0.010527903214097023, -0.012266093865036964, -0.028601132333278656, 0.010067019611597061, 0.007993042469024658, 0.007334636989980936, -0.027679365128278732, -0.0028097452595829964, -0.0026418520137667656, 0.001807322958484292, 0.02247796207666397, -0.007828440517187119, -0.022701820358633995, 0.0032805053051561117, -0.022201431915163994, 0.001092130085453391, 0.015222334302961826, 0.012443862855434418, -0.0014789432752877474, -0.01665765792131424, 0.029285874217748642, 0.032393548637628555, 0.01206198800355196, -0.0019883844070136547, 0.022254103794693947, -0.012588712386786938, 0.0025858874432742596, -0.020713435485959053, 0.005925649311393499, -0.009125499986112118, 0.015907075256109238, 0.013892355374991894, 0.015459360554814339, -0.012299014255404472, 0.02073977142572403, 0.033341653645038605, 0.008895058184862137, 0.006090250331908464, 0.01544619258493185, -0.01653914526104927, -0.010363302193582058, -0.03629130870103836, 0.002101959427818656, -0.0171185415238142, -0.021635202690958977, 0.009553463198244572, -0.006379948928952217, 0.018382679671049118, 0.0009620949858799577, -0.02127966471016407, -0.0004436006711330265, -0.014208389446139336, 0.015077484771609306, -0.011759121902287006, 0.0015480758156627417, -0.011877634562551975, 0.029996952041983604, -0.011278485879302025, 0.011831546202301979, 0.014958972111344337, -0.0018748095026239753, 0.033262643963098526, 0.02114798314869404, -0.011996147222816944, -0.017144877463579178, 0.025677813217043877, 0.01018553227186203, -0.018422184512019157, -0.015261838212609291, -0.00435206014662981, -0.0016081553185358644, -0.00664989510551095, -0.0022780830040574074, 0.004253299441188574, 0.018619706854224205, 0.009388862177729607, 0.0730566680431366, 0.004944624844938517, -0.019897013902664185, 0.021108478307724, 0.02681026980280876, 0.014998476020991802, 0.03002328984439373, 0.012996924109756947, -9.701192902866751e-05, -0.013747505843639374, -0.0021628618706017733, 0.016394296661019325, -0.0034467526711523533, -0.013773842714726925, -0.01574905775487423, -0.009118915535509586, -0.011785457842051983, 0.017000028863549232, -0.004240131005644798, -0.01880406029522419, 0.008394669741392136, -0.00660709897056222, 0.02677076682448387, 0.0318404883146286, -0.010152611881494522, -0.02205658331513405, 0.023518243804574013, 0.013043012470006943, -0.015459360554814339, -0.0081839794293046, -0.0019488801481202245, 0.0056063225492835045, -0.03205117955803871, -0.02482188679277897, -0.01740824058651924, -0.013510480523109436, -0.0009892542148008943, 0.0021941361483186483, 0.0062746042385697365, 0.004483741242438555, -0.003007266903296113, -0.003059939481317997, -0.031524453312158585, -0.013220781460404396, 0.008243236690759659, 0.03442143648862839, -0.011594519950449467, -0.014814122579991817, -0.032472558319568634], \"571131ab-01dc-4c27-9969-d2ffc19f2e3b\": [0.012251725420355797, 0.010667932219803333, 0.02214520238339901, -0.016047248616814613, -0.00044500589137896895, 0.024475542828440666, -0.0031675873324275017, -0.00469556450843811, -0.01414251048117876, -0.04978833347558975, 0.017275212332606316, 0.004500206559896469, 0.018865982070565224, 0.0075561609119176865, 0.007120094262063503, 0.007800358347594738, 0.010716771706938744, 0.0014198326971381903, 0.02528488263487816, 0.00856085866689682, -0.009370197542011738, -0.01207032147794962, -0.010158605873584747, -0.02831292897462845, -0.01776360720396042, 0.008853894658386707, 0.021070735529065132, -0.022605689242482185, -0.010060926899313927, -0.010640023276209831, 0.037034258246421814, -0.006223541684448719, -0.0193264689296484, -0.016158882528543472, 0.021363772451877594, -0.008218982256948948, 0.007151491474360228, -0.02768499217927456, 0.015112321823835373, 0.004786266479641199, 0.01195171196013689, -0.01142843160778284, -0.01774965226650238, -0.0012305798009037971, 0.0035792342387139797, 0.04629980027675629, -0.008016646839678288, -0.0007352081593126059, -0.019884634763002396, 0.004200193099677563, 0.01184705551713705, 0.033573634922504425, -0.02694542333483696, -0.03187123313546181, -0.0013081996003165841, 0.009516716003417969, -0.0193264689296484, -0.010821427218616009, 0.022703368216753006, -0.033852718770504, 0.015893753618001938, 0.033350370824337006, -0.015321633778512478, -0.01174937654286623, -0.018921799957752228, 0.01787523925304413, -0.014903009869158268, -0.008163165301084518, 0.0063281976617872715, -0.013144790194928646, 0.045071836560964584, 0.03287592902779579, -0.01713567040860653, 0.0076957023702561855, 0.022828955203294754, -0.014268097467720509, -0.007291032467037439, -0.021600991487503052, -0.007165445480495691, -0.012307542376220226, 0.014889055863022804, -0.018558992072939873, -0.020638156682252884, 0.03558303043246269, 0.002353015122935176, 0.015810027718544006, 0.021656809374690056, 0.010521413758397102, 0.010333032347261906, -0.0005895619397051632, -0.019396239891648293, 0.007723610382527113, -0.010633046738803387, 0.03491323068737984, 0.007946876809000969, 0.006115396972745657, -0.00022250294568948448, 0.0016326331533491611, -0.012342426925897598, -0.0033193384297192097, -0.005476995836943388, 0.01586584560573101, -0.022912681102752686, -0.024489497765898705, -0.013033157214522362, -0.0029879279900342226, 0.019759047776460648, -0.007099163252860308, 0.02620585449039936, -0.02003812976181507, -0.011393546126782894, 0.0344666987657547, 0.0037990116979926825, -0.011156326159834862, 0.014302982948720455, 0.022270791232585907, 0.004852548241615295, 0.0026390748098492622, 0.0012331961188465357, -0.023121992126107216, 0.014972780831158161, 0.008965527638792992, 0.021112598478794098, 0.004064140375703573, 0.020066037774086, 0.005438622087240219, -0.008672491647303104, 0.013584344647824764, -0.020121853798627853, -0.01712171733379364, 0.048504553735256195, -0.01576816663146019, 0.01941019296646118, -0.03404807671904564, 0.00446532154455781, -0.01982881687581539, -0.0031710758339613676, -0.0038094772025942802, -0.007036369759589434, -0.03371317684650421, 0.009453922510147095, 0.014986734837293625, 0.004189727362245321, 0.00888180360198021, 0.010333032347261906, 0.00012602322385646403, 0.018642716109752655, 0.021754488348960876, 0.0020983521826565266, -0.009670211933553219, -0.0074235969223082066, 0.02423832193017006, -0.006896828301250935, -0.0076329088769853115, 0.015154184773564339, 0.02278709225356579, 0.02066606469452381, -0.007611977402120829, 0.02214520238339901, 0.01069584023207426, 0.016772862523794174, 0.015949569642543793, 0.011721468530595303, 0.006673562340438366, 0.016340285539627075, 0.03318291902542114, -0.007318940944969654, 0.006495647132396698, 0.010591183789074421, 0.026233762502670288, 0.0033489910420030355, 0.02453135885298252, -0.02757336013019085, 0.0045804427936673164, 0.013047111220657825, 0.0049606929533183575, 0.010995853692293167, 0.026289580389857292, -0.00976789090782404, -0.026777973398566246, -0.014749514870345592, 0.0035321388859301805, 0.030364185571670532, 0.024768579751253128, -0.04010416939854622, 0.0075561609119176865, 0.00525024114176631, 0.00830968376249075, 0.0002699251926969737, 0.010263262316584587, 0.01650773547589779, 0.001239301054738462, -0.003638539230450988, -0.0205544326454401, -0.6389874815940857, -0.016368193551898003, 0.022103341296315193, -0.03762033209204674, 0.01306106522679329, 0.03851339593529701, 0.019466010853648186, 0.01567048765718937, -0.0014669278170913458, 0.03851339593529701, 0.01787523925304413, 0.011044693179428577, 0.001535826362669468, -0.020121853798627853, -0.013689001090824604, -0.0317595973610878, 0.01647982746362686, -0.023052221164107323, 0.0020233488176018, 0.01111446414142847, 0.007085209246724844, 0.02454531379044056, 0.011156326159834862, 0.003485043765977025, 0.007067766506224871, 0.01786128617823124, 0.013368056155741215, -0.004266474861651659, 0.018349679186940193, -0.0005485716974362731, -0.009049252606928349, 0.016354238614439964, 0.008846918120980263, 0.02860596589744091, 0.055816516280174255, 0.004102514125406742, -0.002408831613138318, 0.006722401827573776, 0.03019673563539982, 0.058942243456840515, -0.01659145951271057, -0.018196184188127518, -0.0004284353635739535, 0.01607515662908554, 0.003390853526070714, 0.0035827227402478456, 0.043815966695547104, -0.010249308310449123, -0.00173031201120466, 0.015586762689054012, 0.014002968557178974, -0.0023948773741722107, -0.012572670355439186, 0.033378276973962784, -0.0027611732948571444, -0.03276429697871208, 0.015377450734376907, -0.004468809813261032, 0.0018960173474624753, 0.0005511881317943335, 0.014316936954855919, 0.004203681368380785, -0.014665789902210236, -0.011526110582053661, 0.00037806970067322254, 0.021907983347773552, 0.004674633499234915, -0.004639748018234968, -0.0025466287042945623, -0.009586486965417862, 0.007674770895391703, 0.006956133525818586, -0.0017329284455627203, -0.018349679186940193, 0.005190935917198658, 0.012768028303980827, 0.01755429431796074, -0.0040990253910422325, -0.0006431981455534697, 0.019354376941919327, -0.001787872868590057, -0.006031672470271587, -0.02411273494362831, -0.021545175462961197, 0.034606240689754486, 0.0037431952077895403, 0.0031954955775290728, -0.010737702250480652, 0.01734498329460621, -0.00780733535066247, 0.00798873882740736, -0.0005341814830899239, 0.0034082960337400436, -0.014498339965939522, -0.008484110236167908, 0.01910320296883583, 0.007800358347594738, -0.015335587784647942, -0.001787872868590057, -0.029526937752962112, -0.011295868083834648, -0.0013805866474285722, -0.017149625346064568, 0.018028734251856804, 0.045490462332963943, 0.00018511024245526642, -0.0007644246215932071, 0.004106002394109964, 0.02924785576760769, -0.023456891998648643, 0.019898587837815285, -0.024391818791627884, -0.024294139817357063, -0.0010814450215548277, 0.0067258900962769985, -0.03268057107925415, 0.009984179399907589, -0.004374619573354721, -0.005208378657698631, -0.02411273494362831, 0.0032931745517998934, 0.026177946478128433, 0.022745231166481972, -0.026777973398566246, 0.01689845137298107, -0.008163165301084518, -0.011407501064240932, -0.0044164820574223995, -0.007029392756521702, 0.00856085866689682, 0.006049115210771561, 0.009307404048740864, 0.006488670129328966, -0.01628446951508522, 0.02486625872552395, 0.0014372753212228417, 0.009321358054876328, -0.009684165939688683, 0.007165445480495691, -0.026666341349482536, -0.005149073898792267, -0.009160885587334633, 0.005996786989271641, -0.006624722853302956, -0.024615084752440453, -0.01869853399693966, -0.00971905142068863, -0.009621372446417809, 0.010507459752261639, -0.006342151667922735, 0.007646862883120775, -0.024154597893357277, -0.007001484278589487, 0.007772449869662523, -0.03019673563539982, -0.01731707528233528, 0.0009532414842396975, -0.018503176048398018, 0.0017093808855861425, -0.009991156868636608, -0.02213124930858612, 0.02496393769979477, -0.0038338969461619854, -0.014693697914481163, 0.006830546073615551, -0.009021344594657421, 0.0009802775457501411, -0.0011433664476498961, -0.008009670302271843, -0.02652679942548275, 0.00608400022611022, 0.016577506437897682, -0.01081444974988699, 0.00814223475754261, -0.0019535780884325504, 0.02340107411146164, 0.011079578660428524, -0.006415410898625851, 0.008763193152844906, 0.00016941185458563268, -0.014268097467720509, 0.0011695304419845343, -0.004060651641339064, -0.004692075774073601, 0.0278803501278162, 0.015600716695189476, 0.02746172621846199, 0.00469905324280262, -0.017372891306877136, 0.01836363412439823, 0.013409918174147606, -0.002858852269127965, 0.022424286231398582, -0.005975855980068445, -0.014163441024720669, 0.023959239944815636, 0.006610768847167492, 0.020024174824357033, 0.008435270749032497, 0.016954267397522926, 0.036810994148254395, -0.005560720339417458, 0.020526524633169174, -0.02349875308573246, 0.004008323419839144, -0.01586584560573101, 0.006893340032547712, -0.028689689934253693, 0.0247406717389822, 0.012042413465678692, 0.01681472547352314, -0.008665514178574085, -0.016270514577627182, -0.01829386316239834, 0.013493643142282963, 0.021070735529065132, -0.006565417628735304, 0.01435879897326231, -0.002780360169708729, -0.0028448980301618576, -0.02673611231148243, -0.00459788553416729, 0.023470845073461533, 0.0007395688444375992, -0.015600716695189476, 0.02546628564596176, 0.015056505799293518, 0.0046467250213027, -0.005449087359011173, -0.04289499297738075, -0.0074096424505114555, 0.001189589500427246, 0.002567559713497758, 0.004887433722615242, 0.0054979268461465836, 0.024391818791627884, 0.014819284901022911, -0.016117019578814507, 0.039518095552921295, -0.038150589913129807, 0.032652661204338074, 0.03466205671429634, 0.00404320890083909, 0.00780733535066247, 0.019591597840189934, 0.01649378053843975, 0.037341248244047165, -0.006527043879032135, -0.040997233241796494, 0.005749101284891367, 0.0022256835363805294, 0.01567048765718937, -0.011505180038511753, 0.006575883366167545, 0.033462002873420715, -0.009879523888230324, 0.024601129814982414, 0.03647609427571297, 0.02358247898519039, 0.0028780391439795494, -0.0032042169477790594, -0.030754901468753815, 0.028215250000357628, 0.015475129708647728, 0.010095812380313873, 0.016926359385252, -0.03217822313308716, -0.000780995178502053, -0.0247406717389822, 0.023973194882273674, 0.00529908062890172, -0.0305874515324831, -0.027112873271107674, 0.010200468823313713, 0.028996679931879044, 0.006711936090141535, 0.0181543231010437, 0.015893753618001938, 0.008107349276542664, -1.9868281015078537e-05, -0.03773196414113045, -0.008184096775949001, 0.0205544326454401, 0.011372615583240986, -0.0030524658504873514, -0.013075019232928753, -0.02035907469689846, 0.01807059720158577, 0.0057839867658913136, 0.00028976620524190366, -0.004974646959453821, 0.009795798920094967, 0.025019753724336624, 0.009537647478282452, -0.011874964460730553, 0.016103064641356468, 0.031285159289836884, -0.006387502886354923, -0.041527487337589264, 0.01773569919168949, 0.012154046446084976, 0.010312101803719997, -0.016856588423252106, -0.017470570281147957, 0.04267172887921333, -0.005749101284891367, -0.04482066258788109, -0.0377877838909626, -0.021224230527877808, -0.01638214848935604, 0.001841945108026266, -0.029722295701503754, -0.009453922510147095, -0.014609972946345806, 0.0033001515548676252, -0.01158192753791809, -0.013779702596366405, -0.014386706985533237, 0.04183448106050491, 0.007430573925375938, -0.0016710070194676518, -0.015112321823835373, -0.011609835550189018, 0.01617283560335636, 0.032541029155254364, -0.002529185963794589, -0.0022971986327320337, 0.004256009589880705, -0.029219945892691612, -0.024182505905628204, -0.021363772451877594, -0.007849197834730148, 0.01399599201977253, -0.02225683629512787, 0.005874688271433115, -0.013744817115366459, 0.014254143461585045, -0.00019099714700132608, 0.01027721632272005, 0.026917515322566032, -0.015237908810377121, -0.026582615450024605, 0.01017953734844923, -0.013730863109230995, 0.0003689122968353331, 0.001876830356195569, 0.00823991373181343, 0.04660679027438164, 0.010144651867449284, 0.012823845259845257, 0.013640161603689194, 0.02485230378806591, 0.01650773547589779, -0.03008510358631611, 0.0032391021959483624, 0.008602720685303211, 0.029164129868149757, -0.006684028077870607, -0.021140506491065025, 0.014763468876481056, 0.00548048410564661, 0.010381871834397316, -0.007849197834730148, -0.019075294956564903, 0.015600716695189476, 0.001876830356195569, 0.008072463795542717, -0.004168796353042126, 0.017512431368231773, -0.02820129506289959, -0.014484385959804058, 0.0065375096164643764, -0.018433405086398125, 0.01641005650162697, 0.01106562465429306, 0.0029007145203649998, -0.0013430849649012089, -0.006279358174651861, -0.00232336251065135, -0.016465872526168823, 0.009684165939688683, 0.009265542030334473, -0.017707789316773415, -0.06826359778642654, -0.008860872127115726, -0.029387395828962326, -0.026582615450024605, -0.002354759257286787, -0.004747892264276743, -0.006816592067480087, -0.0038269199430942535, -0.025243019685149193, -0.006614257115870714, -0.010472574271261692, 0.013402941636741161, -0.025843046605587006, -0.02568955160677433, -0.009105069562792778, -0.0053409431129693985, -0.0009846382308751345, -0.0009357988019473851, 0.0036455162335187197, 0.026136083528399467, 0.016312377527356148, -0.021140506491065025, -0.04342525079846382, -0.0016352494712918997, -0.04029952362179756, 0.005808406509459019, 0.004242055118083954, 0.013605276122689247, -0.0013788423966616392, 0.005037440452724695, 0.009844638407230377, 0.006813103798776865, -0.0047199842520058155, 0.0014555901288986206, -0.007646862883120775, 0.02755940519273281, 0.018754350021481514, 0.009579509496688843, 0.02831292897462845, 0.0008285264484584332, -0.031201433390378952, 0.0071375370025634766, -0.0006479948642663658, -0.003017580369487405, -0.013584344647824764, 0.011002831161022186, 0.0021698670461773872, -0.004137399140745401, -0.0043850853107869625, -0.011909849010407925, -0.018545037135481834, 0.03248521313071251, -0.02891295589506626, -0.005623514298349619, 0.003061187220737338, 0.007779426872730255, 0.029219945892691612, -0.004737426992505789, 0.012823845259845257, -0.03131306543946266, -0.01069584023207426, -0.013312239199876785, -0.012761050835251808, 0.012230793945491314, 0.02828502096235752, -0.02048466168344021, -0.0032600334379822016, -0.016270514577627182, -0.019256697967648506, -0.0022535917814821005, -0.018140368163585663, -0.019898587837815285, 0.014805330894887447, -0.0017817679326981306, -0.015405358746647835, -0.019563689827919006, -0.019982313737273216, 0.0001787872752174735, -0.004325780086219311, 0.004273451864719391, 0.000573427474591881, 0.007611977402120829, 0.0038618051912635565, 0.014735560864210129, -0.03499695658683777, -0.01403785403817892, -0.031089799478650093, -0.03061535954475403, 0.00841434020549059, -0.018517129123210907, 0.032736387103796005, 0.006987530272454023, 0.007828266359865665, 0.004988601431250572, 0.018852028995752335, -0.01081444974988699, -0.040690239518880844, -0.009119023568928242, -0.02204752340912819, 0.030140919610857964, 0.03893202170729637, 0.030364185571670532, 0.024210413917899132, -0.007165445480495691, -0.004908365197479725, -0.005906085018068552, 0.019284605979919434, -9.882357699098065e-05, 0.008330615237355232, -0.028773413971066475, 0.0003752352495212108, 0.01829386316239834, 0.030364185571670532, 0.011177257634699345, -0.02549419365823269, -0.00038548282464034855, -0.0008921921253204346, -0.006767752580344677, -0.004140887875109911, -0.021531222388148308, -0.036504000425338745, 0.01628446951508522, 0.005257218144834042, 0.002773383166640997, 0.013633184134960175, -0.018642716109752655, 0.0027280321810394526, -0.003662958974018693, -0.021042827516794205, 0.003655981970950961, -0.007451504934579134, 0.03946227580308914, 0.0008760576602071524, 0.016968220472335815, 0.032513123005628586, 0.016437964513897896, -0.02066606469452381, -0.0062340074218809605, -0.01639610156416893, -0.006547975353896618, 0.0014058785745874047, -0.0007059917552396655, 0.026289580389857292, 0.014191349036991596, -0.02087537758052349, -0.011937757954001427, 0.006349128670990467, -0.012998271733522415, 0.00399785814806819, 0.027126828208565712, -0.005215355660766363, 0.010870266705751419, -0.04253218695521355, -0.025731414556503296, -0.01435879897326231, 0.025187203660607338, 0.004168796353042126, -0.0006471227388828993, 0.003938552923500538, -0.00441299332305789, 0.00738871144130826, -0.0006732867332175374, -0.0007814312120899558, 0.03223403915762901, -0.015084413811564445, 0.024503450840711594, 0.00585026852786541, 0.010249308310449123, -0.02933157980442047, -0.011449363082647324, 0.010716771706938744, -0.006408433895558119, 0.025605827569961548, 0.008951573632657528, 0.006031672470271587, 0.0011494713835418224, -0.01138656958937645, -0.012126138433814049, -0.03268057107925415, -0.026708204299211502, -0.004971158690750599, 0.014972780831158161, 0.021377725526690483, -0.006847988814115524, 0.006984041538089514, -0.022535918280482292, 0.01184705551713705, -0.02068001963198185, 0.008798078633844852, -0.02077769860625267, 0.017079854384064674, -0.030057193711400032, 0.010702816769480705, -0.021042827516794205, 0.020317211747169495, 0.0034309716429561377, 0.01608911156654358, 0.00109103845898062, -0.022159157320857048, -0.0131099047139287, -0.01982881687581539, 0.029526937752962112, 0.017372891306877136, -0.020233487710356712, 0.0034344601444900036, 0.03173169121146202, 0.05536998435854912, -0.001993696205317974, -0.009607418440282345, -0.007367780432105064, 0.03248521313071251, 0.013584344647824764, -0.021028872579336166, -0.0008433526963926852, -0.0001976471539819613, 0.0040990253910422325, -0.01776360720396042, -0.015475129708647728, -0.016270514577627182, -0.008686445653438568, -0.008700399659574032, -0.0035896997433155775, 0.012502899393439293, -0.007528252899646759, -0.016689138486981392, -0.00697008753195405, -0.003697844222187996, -0.0209870096296072, -0.0205544326454401, 0.01953578181564808, -0.005442110355943441, 0.0007046835380606353, -0.015000688843429089, -0.004025766160339117, 0.008072463795542717, 0.002860596403479576, 0.013451780192553997, -0.005811894778162241, 0.03016882762312889, -0.032010771334171295, 0.0363086462020874, -0.02288477122783661, 0.0043397340923547745, -0.026373304426670074, 0.0227731391787529, -0.0013762259623035789, -0.02109864354133606, 0.020693974569439888, -0.00488394545391202, -0.01525186374783516, -0.018768303096294403, 0.017707789316773415, -0.007141025736927986, 0.0135703906416893, -0.019186927005648613, 0.007151491474360228, -0.020749790593981743, 0.01567048765718937, 0.00553281232714653, -0.0006527915829792619, 0.011149349622428417, -0.03362945094704628, 0.006460761651396751, 0.0034065518993884325, -0.015810027718544006, -0.010479550808668137, -0.02683379128575325, 0.011665652506053448, -0.0003939861198887229, -0.015405358746647835, -0.019089248031377792, 0.012775005772709846, 0.010570253245532513, -0.020540477707982063, -0.0049292962066829205, -0.0015026852488517761, -0.017261257395148277, -0.016437964513897896, -0.022689415141940117, 0.0010291170328855515, -0.01659145951271057, -0.012907569296658039, -0.008288753218948841, -0.003635050728917122, 0.005459553096443415, -0.01647982746362686, 0.005888642743229866, -0.020317211747169495, -0.014693697914481163, -0.02588490955531597, 0.016577506437897682, -0.008163165301084518, 0.03541557863354683, 0.018921799957752228, -0.021238185465335846, -0.018642716109752655, -0.006959621794521809, -0.04844873771071434, -0.019689276814460754, -0.012454060837626457, -0.013961106538772583, 0.02275918424129486, 0.005456064362078905, 0.027712900191545486, 0.030140919610857964, 0.010423734784126282, 0.009370197542011738, -0.026973331347107887, -0.002353015122935176, -0.001207904308103025, 0.013584344647824764, 0.01575421169400215, 0.010291170328855515, -0.030643267557024956, -0.026805883273482323, 0.03781569004058838, 0.004859525710344315, 0.024824395775794983, 0.03647609427571297, -0.013263399712741375, -0.002203008159995079, 0.006896828301250935, -0.005208378657698631, 0.007291032467037439, -0.02077769860625267, 0.027698947116732597, -0.04116468131542206, -0.014484385959804058, 0.015112321823835373, -0.0035216733813285828, -0.01128191314637661, 0.01681472547352314, -0.0035687685012817383, -0.01641005650162697, -0.015907706692814827, -0.0033821321558207273, 0.0013884358340874314, -0.0030838625971227884, -0.03217822313308716, -0.00865853764116764, -0.01153308805078268, 0.003335036803036928, 0.003575745737180114, -0.01659145951271057, 0.0005154306418262422, -0.0070747435092926025, 0.008337592706084251, -0.019340423867106438, -0.006495647132396698, 0.005808406509459019, 0.009126000106334686, 0.0007548311841674149, -0.02654075436294079, 0.008225958794355392, -0.004252520855516195, 0.0018925287295132875, -0.012454060837626457, 0.014498339965939522, -0.025647690519690514, -0.005225821398198605, 0.0011852288153022528, -0.016019340604543686, -0.002888504648581147, -0.007172422483563423, 0.006007252726703882, -0.04063442349433899, -0.011916826479136944, -0.00446532154455781, -0.01701008342206478, -0.006195633206516504, -0.009802775457501411, -0.012816867791116238, -0.01797291822731495, -0.002860596403479576, 0.013458757661283016, 0.00369435572065413, 0.0028431538958102465, 0.22337770462036133, 0.015419312752783298, 0.021377725526690483, 0.015935616567730904, -0.021768441423773766, 0.01681472547352314, 0.01941019296646118, -0.009586486965417862, -0.026275625452399254, 0.03678308427333832, -0.001641354407183826, 0.013430849649012089, -0.017149625346064568, 0.0038373854476958513, 0.02013580873608589, -0.018140368163585663, -0.018768303096294403, -0.017777560278773308, -0.015935616567730904, -0.006956133525818586, 0.02235451526939869, -0.010102789849042892, -0.012558716349303722, -0.004978135693818331, 0.033238735049963, -0.008002692833542824, -0.0018088039942085743, 0.024363908916711807, 0.008379454724490643, 0.015405358746647835, -0.01295640878379345, -0.008470156230032444, 0.006509601138532162, 0.011916826479136944, 0.002325106877833605, -0.01878225803375244, 0.01597747765481472, 0.006865431554615498, -0.010653977282345295, -0.005176981911063194, 0.005794452037662268, -0.009181817062199116, 0.00636657141149044, -0.02693147026002407, 0.007507321424782276, 0.0012174977455288172, 0.004552534781396389, -0.006834034807980061, 0.033880624920129776, 0.02204752340912819, -0.018768303096294403, 0.012112184427678585, 0.026554707437753677, 0.015712348744273186, 0.0024210414849221706, -0.017498478293418884, -0.0004029254778288305, 0.021573083475232124, 0.037983138114213943, -0.006991018541157246, -0.015084413811564445, 0.029192037880420685, -0.030643267557024956, 0.0059479475021362305, 0.026345396414399147, 0.0384017638862133, -0.012858729809522629, 0.016437964513897896, -0.0026268649380654097, -0.026177946478128433, -0.006014229729771614, 0.0034484141506254673, 0.010842358693480492, 0.004168796353042126, 0.006230518687516451, -0.02222892828285694, -0.016842633485794067, 0.02319176308810711, 0.03968554362654686, 0.021349817514419556, -0.019786955788731575, 0.0006253194296732545, -0.017289165407419205, 0.022619644179940224, 0.003129213582724333, -0.02997346967458725, 0.048727817833423615, -0.013905289582908154, -0.005218844395130873, -0.004946738947182894, 0.0062968009151518345, -0.006732867565006018, -0.011728445999324322, 0.02141958847641945, 0.0007495983736589551, 0.013486665673553944, -0.016661230474710464, 0.012154046446084976, -0.02758731320500374, -0.005958413239568472, -0.01310292724519968, 0.05944459140300751, 0.00023373166914097965, 0.011881940998136997, -0.036280736327171326, -0.004458344075828791, 0.024991845712065697, -0.01964741386473179, -0.0033385255374014378, -0.007029392756521702, -0.005190935917198658, -0.01278895977884531, -0.0018122924957424402, -0.02317780815064907, 0.017903147265315056, 0.008525973185896873, 0.0016718790866434574, -0.020749790593981743, 0.0050618601962924, -0.0037397067062556744, -0.007877105847001076, -0.016521688550710678, -0.010116743855178356, 0.014805330894887447, 0.005103722680360079, -0.0010064415400847793, -0.004726961255073547, 0.002476857975125313, -0.02633144147694111, -0.02224288135766983, -0.017205441370606422, -0.00757011491805315, -0.008323637768626213, -0.00798873882740736, -0.03164796531200409, -0.001248894608579576, -0.00459788553416729, -0.01671704649925232, 0.0022902213968336582, 0.009042276069521904, 0.011247028596699238, -0.007611977402120829, -0.0012645929818972945, -0.00019372256065253168, 0.010947014205157757, -0.004803709220141172, 0.007821289822459221, 0.02003812976181507, -0.019145065918564796, -0.006279358174651861, 0.0034100404009222984, 0.008023624308407307, 0.002387900371104479, -0.02358247898519039, 0.024210413917899132, -0.016424009576439857, 0.011895895004272461, -0.026359349489212036, 0.006509601138532162, 0.0031414234545081854, -0.03480159863829613, 0.01795896515250206, 0.012084276415407658, 0.01682868041098118, -0.024252276867628098, -0.016117019578814507, -0.17950591444969177, 0.02975020371377468, 0.018210139125585556, -0.017721744254231453, 0.03198286518454552, -0.018949707970023155, -0.0020460241939872503, -0.013786680065095425, 0.02285686321556568, -0.029108313843607903, 0.012607555836439133, -0.02902458980679512, -0.035359762609004974, 0.0017651973757892847, -0.001972764963284135, 0.0006898572901263833, -0.026582615450024605, 0.007060789503157139, 0.027698947116732597, 0.00422810111194849, 0.01226567942649126, -0.02401505596935749, 0.00571770453825593, 0.00023743823112454265, 0.011212143115699291, 0.02496393769979477, -0.014100647531449795, -0.03675517812371254, -0.020289303734898567, -0.04523928835988045, 0.007039858028292656, 0.014051808044314384, 0.007123582996428013, 0.0021332374308258295, 0.016019340604543686, 0.0002899842511396855, -0.0061502824537456036, 0.004350199829787016, -0.00641889963299036, 0.038792479783296585, 0.039936717599630356, 0.012454060837626457, -0.011058647185564041, 0.00976789090782404, 0.012921523302793503, 0.010842358693480492, -0.002143703168258071, -0.0037083099596202374, 0.017414754256606102, -0.006063069216907024, -0.004775800742208958, -0.016549596562981606, -0.0030908396001905203, 0.001372737460769713, -0.0020460241939872503, -0.015126275829970837, -0.02077769860625267, 0.0024663922376930714, 0.00808641780167818, 0.004964181687682867, -0.007172422483563423, -0.02747568115592003, 0.0026948913000524044, 0.0033210827969014645, -0.007039858028292656, -0.016005385667085648, -0.011309822089970112, 0.024405771866440773, -0.03008510358631611, 0.002047768561169505, -0.001085805706679821, -0.010242330841720104, -0.015921661630272865, -0.013661092147231102, 0.005128142423927784, 0.015740258619189262, -0.0038792479317635298, 0.01091910619288683, -0.0059793442487716675, -0.0048281289637088776, -0.021280046552419662, -0.006471227388828993, -0.0067258900962769985, -0.0020809094421565533, -0.014226234517991543, 0.0038164544384926558, -0.002258824650198221, -0.0062340074218809605, 0.007542206905782223, 0.0026233762037009, 0.018991569057106972, -0.049341801553964615, -0.009042276069521904, -0.02139168046414852, -0.005438622087240219, 0.011142372153699398, 0.010039996355772018, -0.011560996063053608, 0.006488670129328966, 0.008895757608115673, 0.010109766386449337, -0.0005381061346270144, 0.001070979400537908, 0.007584069389849901, -0.002086142310872674, 0.0181543231010437, 0.02455926686525345, -0.007870129309594631, 0.03586211055517197, -0.008212004788219929, -0.028354790061712265, -0.010458620265126228, 0.008079441264271736, 0.0031693316996097565, 0.009530670009553432, 0.024894166737794876, 0.005236287135630846, -0.016633322462439537, 0.01027721632272005, -0.036504000425338745, 0.07898037135601044, -0.013437826186418533, -0.009007390588521957, -0.012830821797251701, 0.017051946371793747, -0.006272381171584129, -0.12625695765018463, -0.027810579165816307, 0.022201020270586014, 0.009021344594657421, 0.01133075263351202, 0.014819284901022911, 0.0026757041923701763, 0.027852442115545273, -0.019284605979919434, 0.010416757315397263, -0.024363908916711807, -0.02372201904654503, -0.014428569935262203, -0.02619190141558647, -0.017177533358335495, 0.0021314932964742184, -0.01007488090544939, -0.012349404394626617, -0.009970225393772125, 0.02654075436294079, -0.006338663399219513, -0.01703799143433571, -0.0046118395403027534, 0.007751518860459328, 0.003106537973508239, 0.019452055916190147, -0.028382698073983192, 0.018935753032565117, 0.0024384839925915003, 0.00902832206338644, 0.014254143461585045, -0.0224661473184824, 0.012105206958949566, 0.0020390471909195185, -0.006101442966610193, 0.003305384423583746, -0.013081995770335197, -0.0032687548082321882, 0.0503464974462986, -0.0009645791724324226, 0.014149487018585205, 0.021949846297502518, 0.010556299239397049, -0.00548048410564661, -0.010270238853991032, -0.01487510185688734, -0.017610110342502594, 0.04451367259025574, -0.0014145998284220695, -0.02048466168344021, -0.04041115939617157, -0.0070747435092926025, -0.02504766173660755, -0.023038268089294434, 0.024517405778169632, 0.011728445999324322, 0.026777973398566246, 0.007674770895391703, -0.004343222826719284, -0.0034519026521593332, 0.012865707278251648, -0.016549596562981606, 0.0019099714700132608, 0.034103892743587494, 0.017777560278773308, 0.000780995178502053, -0.033238735049963, -0.0053723398596048355, 0.016884496435523033, -0.03516440466046333, -0.01773569919168949, 0.01839154213666916, -0.01763802021741867, 0.025145340710878372, -0.019493918865919113, -0.031145617365837097, -0.015084413811564445, -0.005428156349807978, 0.007932922802865505, -0.008944597095251083, 0.00804455578327179, -0.013744817115366459, -0.004102514125406742, -0.01681472547352314, 0.029499029740691185, 0.022187065333127975, 0.02663843333721161, 0.008288753218948841, 0.012921523302793503, -0.018921799957752228, 0.012726166285574436, 0.018921799957752228, 0.0054316446185112, -0.007004973012953997, -0.0009427758632227778, -0.0030053704977035522, 0.00016188970766961575, -0.02747568115592003, -0.007123582996428013, 0.016884496435523033, -0.025857001543045044, 0.012105206958949566, -0.04350897669792175, 0.011861009523272514, -0.007186376489698887, -0.0005459553212858737, -0.006851477548480034, -0.005637468304485083, -0.002401854610070586, -0.014582064934074879, -0.0017311841947957873, 0.01268430333584547, -0.026498891413211823, 0.006900317035615444, -0.009412060491740704, 0.004458344075828791, -0.009984179399907589, -0.016158882528543472, 0.031675875186920166, -0.03092235140502453, 0.0067258900962769985, 0.002030325820669532, -0.003094328101724386, 0.010905152186751366, 0.0016797282733023167, -0.02256382629275322, -0.004556023050099611, -0.0021227719262242317, -0.018670624122023582, -0.006003763992339373, -0.0028693177737295628, 0.01027721632272005, 0.020010221749544144, -0.018042689189314842, -0.0048455712385475636, 0.015084413811564445, 0.004119956865906715, -0.01920088194310665, 0.009042276069521904, 0.05126747116446495, 0.034941140562295914, 0.03773196414113045, -0.008993436582386494, -0.01805664412677288, 0.007946876809000969, -0.019493918865919113, -0.03904365375638008, -0.008937619626522064, -0.027922213077545166, 0.009726027958095074, 0.0033699222840368748, 0.005121165420860052, 0.04487647861242294, 0.001817525364458561, 0.009209725074470043, -0.001786128501407802, -0.016758909448981285, -0.03279220312833786, 0.018712487071752548, 0.015447220765054226, -0.020414890721440315, -0.024168552830815315, 0.04744403809309006, 0.008205028250813484, -0.00571421580389142, -0.010298147797584534, -0.014400660991668701, -0.02642912045121193, -0.032848019152879715, 0.0034728338941931725, 0.013430849649012089, -0.009914408437907696, -0.02056838572025299, 0.021238185465335846, -0.01829386316239834, 0.016019340604543686, 0.004549046047031879, 0.001239301054738462, -0.000330320413922891, -0.021182367578148842, 0.0030280461069196463, 0.0112330736592412, 0.027391955256462097, 0.0009453922393731773, -0.013591322116553783, 0.007828266359865665, 0.010172559879720211, -0.02048466168344021, -0.01451229490339756, 0.010772587731480598, -0.015475129708647728, -0.00436415383592248, -0.026777973398566246, 0.018461313098669052, -0.005553743336349726, 0.007877105847001076, 0.015810027718544006, -0.00981673039495945, 0.0016753677045926452, 0.020079992711544037, 0.0023634806275367737, -0.0028536194004118443, 0.018879937008023262, 0.00016723151202313602, 0.008832964114844799, 0.010856312699615955, -0.011358661577105522, 0.02035907469689846, -0.03228985518217087, -0.03276429697871208, -0.005511880852282047, -5.358167618396692e-05, -0.0022797558922320604, -0.0002799547219183296, -0.01650773547589779, -0.004472298547625542, -0.009963247925043106, 0.017051946371793747, 0.00585026852786541, -0.0009497529244981706, 0.012942454777657986, 0.0050234864465892315, -0.01744266226887703, 0.023959239944815636, 0.014637881889939308, -0.01878225803375244, 0.021042827516794205, 0.02225683629512787, -0.010312101803719997, -0.026136083528399467, -0.005574674811214209, 0.008281775750219822, 0.01701008342206478, 0.006432853639125824, 0.0014756491873413324, -0.02539651468396187, -0.0035792342387139797, -0.018014781177043915, -0.008853894658386707, 0.009223679080605507, -0.007151491474360228, 0.07406851649284363, 0.015712348744273186, 0.00017017497157212347, 0.00548397284001112, 0.002829199656844139, 0.0024960448499768972, -0.018126413226127625, -0.0027646617963910103, -0.0020425356924533844, -0.02100096456706524, 0.0029652523808181286, 0.0014529736945405602, 0.010270238853991032, -0.005592117086052895, -0.02182425744831562, -0.005696773063391447, -0.038708753883838654, 0.0188938919454813, -0.0041304221376776695, -0.007946876809000969, 0.02162889949977398, -0.009014367125928402, 0.012802913784980774, -0.0012776749208569527, -0.02340107411146164, -0.023959239944815636, 0.00845620222389698, 0.020317211747169495, -0.006649142596870661, -0.03092235140502453, -0.01567048765718937, -0.003038511611521244, -0.02975020371377468, -0.027084965258836746, -3.981832560384646e-05, -0.006896828301250935, -0.011170280165970325, -0.03672726824879646, 0.008170142769813538, 0.0033856206573545933, -0.01911715790629387, -0.009439968504011631, -0.02506161667406559, -0.03505277261137962, 0.0019169484730809927, 0.019814863801002502, -0.012649417854845524, -0.001787872868590057, -0.03122934140264988], \"6f5fa939-3a05-4a7e-a744-ac75cb416554\": [-0.0007645263685844839, -0.007359561510384083, 0.0005609319778159261, -0.015416203066706657, -0.024706142023205757, 0.02317792735993862, -0.0024263763334602118, -0.02422354742884636, 0.002644214080646634, -0.0019957281183451414, 0.01053663995116949, 0.010791342705488205, 0.00894139800220728, -0.019638903439044952, 0.02463911473751068, 0.009926694445312023, 0.00945750530809164, 0.005690590012818575, 0.01208496280014515, -0.01077793724834919, -0.012527341023087502, -0.010221613571047783, -0.028660733252763748, -0.013056853786110878, -0.007118264213204384, 0.008740317076444626, 0.03949229046702385, -0.03541705012321472, -0.015067663043737411, 0.0017762146890163422, 0.012212314642965794, -0.00927653256803751, -0.032735973596572876, -0.048849258571863174, 0.016582472249865532, -0.01229274645447731, 0.012058151885867119, -0.02009468525648117, 0.009578154422342777, 0.0008956479141488671, 0.006391021888703108, -0.02748105861246586, -0.020537063479423523, 0.0010900261113420129, 0.006706048734486103, 0.011521936394274235, 0.002252106321975589, -0.0103020453825593, -4.325334157329053e-05, -0.009551343508064747, -0.010784639976918697, 0.023338790982961655, -0.014960420317947865, -0.016890795901417732, 0.0007565669366158545, 0.022883007302880287, 0.0008022290421649814, -0.006957399658858776, -0.00035419565392658114, -0.026542680338025093, 0.011287341825664043, 0.018847985193133354, -0.02450506016612053, -0.004135563969612122, -0.029813596978783607, 0.0017510796897113323, 0.004899671766906977, 0.0030514029785990715, -0.002726322039961815, -0.0010338909924030304, 0.02702527493238449, 0.0010858369059860706, -0.02009468525648117, -0.008566047064960003, 0.03587283566594124, 0.0017158904811367393, -0.01947803795337677, -0.02343262918293476, -0.010952207259833813, -0.0005667968071065843, 0.02194463089108467, -0.004336644895374775, -0.020858794450759888, 0.06386329978704453, 0.02040301077067852, 0.024545276537537575, 0.03732061758637428, 0.03171716257929802, -0.012346368283033371, -0.016971228644251823, 0.0021582685876637697, 0.0058212922886013985, 0.0055364277213811874, 0.05099412053823471, 0.02163630723953247, 0.013512637466192245, -0.014437609352171421, 0.014866582117974758, -0.022748954594135284, -0.0069842105731368065, -0.005318589974194765, 0.010489720851182938, -0.02492062747478485, -0.02820494957268238, -0.015295554883778095, -0.007580750621855259, 0.0130769619718194, 0.016408203169703484, 0.03466634824872017, -0.02101965807378292, -0.01852625422179699, 0.01790960691869259, -0.009316748939454556, -0.016904201358556747, -0.005368860438466072, 0.01198442280292511, 0.004631563555449247, 0.0069506969302892685, -0.008720208890736103, -0.029759975150227547, 0.005861508660018444, 0.025054682046175003, 0.02107327990233898, -0.004239455796778202, 0.00394453713670373, 0.02107327990233898, -0.006598805543035269, -0.005053833592683077, 0.0031569702550768852, -0.015067663043737411, 0.057750437408685684, -0.01305015105754137, 0.045739203691482544, -0.01667631044983864, -0.02214571088552475, 0.04316537082195282, -0.008284533396363258, 0.03943866863846779, -0.020510252565145493, -0.029036084190011024, 0.008867667987942696, 0.04083283245563507, 0.0024079440627247095, -0.0006451345980167389, 0.0062502650544047356, 0.011421396397054195, -0.004155672155320644, 0.008425290696322918, 0.011568855494260788, -0.03134181350469589, -0.005928535480052233, 0.026287978515028954, 0.011186801828444004, 0.011448206380009651, 0.04067196696996689, 0.020550468936562538, 0.01883457973599434, -0.014209717512130737, 0.012413395568728447, -0.01284236740320921, 0.021984847262501717, 0.01093209907412529, 0.007982912473380566, -0.00857274979352951, -0.003656321205198765, 0.026596302166581154, -0.000985296443104744, -0.018392201513051987, -0.0025151870213449, 0.008713506162166595, 0.0067429132759571075, 0.013485826551914215, 0.00731264241039753, 0.0026509168092161417, -0.0064580487087368965, 0.01180345006287098, 0.005760968197137117, 0.005218049511313438, -0.02548365481197834, 0.0025252411141991615, -0.03710613027215004, -0.0028084299992769957, 0.02163630723953247, -0.008029831573367119, -0.02453187108039856, -0.01171631459146738, -0.012413395568728447, -0.010764531791210175, 0.017788957804441452, 0.001833187649026513, 0.023285169154405594, 0.007902479730546474, -0.0035021593794226646, 0.0002538646513130516, -0.6456037759780884, -0.003478699829429388, 0.002878808416426182, -0.04598050191998482, -0.0029106461443006992, 0.035685159265995026, 0.017829174175858498, -0.00993339717388153, -0.03437143191695213, 0.013861177489161491, 0.009705505333840847, 0.00733945332467556, 0.01857987605035305, -0.010496423579752445, -0.03635542839765549, -0.01583177037537098, 0.04541747644543648, -0.0195048488676548, 0.0165556613355875, -0.0003514726704452187, -0.009584857150912285, -0.0016698094550520182, -0.010281937196850777, -0.020617496222257614, 0.007533831521868706, 0.02037619985640049, 0.009256424382328987, -0.006830048281699419, 0.01077793724834919, -0.0011537017999216914, -0.022614900022745132, -0.0021850792691111565, 0.012520638294517994, 0.018901605159044266, 0.04670439288020134, 0.002022538799792528, -0.029572300612926483, 0.01973273977637291, 0.007265723776072264, 0.045792825520038605, -0.033191755414009094, -0.011763233691453934, -0.0007532155723311007, 0.0025285924784839153, 0.0010648909956216812, -0.005251563154160976, 0.053675197064876556, -0.007131669670343399, -0.0026743761263787746, 0.010543342679738998, -0.005372211802750826, 0.002344268374145031, 0.030939649790525436, 0.024009061977267265, 0.0032022136729210615, -0.016957823187112808, 0.025322789326310158, 0.008834155276417732, -0.006990913301706314, -0.011790044605731964, -0.00266599771566689, 0.011166693642735481, 0.0033563754986971617, 0.0006807426689192653, -0.021998252719640732, 0.019692523404955864, -0.018137497827410698, 0.004500861279666424, 0.021462036296725273, -0.005744211375713348, 0.026395222172141075, -0.008358263410627842, 0.0033161593601107597, -0.00033262133365496993, 0.020175117999315262, 0.03067154251039028, 0.015188312157988548, -0.01742701232433319, 0.009678694419562817, 0.02930419147014618, -4.089692447450943e-05, 0.00941728986799717, -0.0294114351272583, -0.011575558222830296, 0.054318659007549286, -0.01793641783297062, 0.017185715958476067, -0.02517533116042614, 0.0035792402923107147, 0.0023325385991483927, -0.01709187775850296, 0.006625615991652012, 0.0009291613823734224, -0.02548365481197834, -0.0032960514072328806, 0.019598687067627907, 0.011521936394274235, 0.00870010070502758, -0.030751975253224373, -0.016998039558529854, -0.007533831521868706, -0.017815768718719482, -0.008633074350655079, 0.017641499638557434, 0.033111322671175, 0.009739018976688385, -0.013727123849093914, -0.005968751851469278, 0.0393582358956337, -0.006628967355936766, 0.00024758087238296866, -0.008780533447861671, -0.02815132774412632, -0.013123881071805954, -0.0056972927413880825, -0.029491867870092392, 0.00484940130263567, -0.006059238221496344, -0.002950862515717745, -0.031020082533359528, 0.0019488092511892319, -0.0008265263168141246, 0.015081068500876427, -0.007446696516126394, 0.00024381060211453587, -0.004641617648303509, -0.010657288134098053, -0.009397181682288647, -0.006015670485794544, 0.027400625869631767, 0.009102262556552887, 0.03303088992834091, 0.020309172570705414, -0.018700525164604187, 0.023794574663043022, -0.011903990060091019, -0.0008747020037844777, -0.007071345578879118, -0.0011654314585030079, -0.0041087535209953785, -0.007399777881801128, -0.001220728736370802, 0.013278042897582054, -0.005848103202879429, -0.010744423605501652, -0.017494039610028267, 0.02450506016612053, 0.00930334348231554, -0.015818364918231964, 0.00276486249640584, 0.006481508258730173, 0.009551343508064747, -0.01473252847790718, -0.013720421120524406, -0.012936205603182316, 0.00427296943962574, 0.01163588184863329, -0.028955651447176933, 0.031422242522239685, -0.003421726869419217, 0.0170382559299469, 0.014196312986314297, 0.009115668013691902, 0.007017723750323057, -0.009739018976688385, -0.016877392306923866, -0.005874914117157459, 0.0010749450884759426, -0.002892213873565197, -0.012004530988633633, -0.01441079843789339, 0.004577942192554474, -0.006397724617272615, 0.0014586744364351034, 0.011434800922870636, 0.028446245938539505, 0.0031167541164904833, -0.010275234468281269, -0.017802363261580467, 0.008586155250668526, -0.022185927256941795, 0.03362073004245758, 0.009504424408078194, -0.03297727182507515, 0.030832406133413315, 0.029089706018567085, 0.0170382559299469, 0.026341600343585014, -0.02455868199467659, 0.01017469447106123, 0.01807047240436077, 0.007929290644824505, 0.0037501591723412275, -0.004219348076730967, -0.004122158978134394, 0.027775976806879044, 0.0062837786972522736, 0.0018264849204570055, 0.01441079843789339, 0.00972561351954937, 0.020242145285010338, 0.0026207545306533575, 0.023472845554351807, -0.015416203066706657, 0.012379881925880909, -0.027119113132357597, -0.002851997734978795, -0.008927992545068264, 0.016099877655506134, -0.014464420266449451, 0.009819451719522476, -0.03600689023733139, -0.02520214207470417, -0.0064748055301606655, 0.019263552501797676, 0.01113988272845745, 0.00703783193603158, 0.01852625422179699, -0.012936205603182316, -0.019571876153349876, -0.01103263907134533, -0.02825857140123844, 0.022078683599829674, 0.010489720851182938, -0.04131542518734932, 0.022976845502853394, -0.002476646564900875, -0.0012952962424606085, 0.003837294178083539, -0.024880411103367805, -0.0010305397445335984, -0.001467052847146988, 0.011119774542748928, 0.008137074299156666, 0.0034753484651446342, 0.010891882702708244, 0.02733359858393669, 0.0011059449752792716, 0.005281725432723761, -0.019893605262041092, 0.019907010719180107, 0.02484019473195076, 0.008773830719292164, -0.0030564297921955585, 0.010898585431277752, 0.0003625740355346352, 0.018512848764657974, -0.007848858833312988, -0.021314576268196106, -0.01561728399246931, 0.0037334023509174585, 0.02871435508131981, -0.0012785395374521613, -0.0013581339735537767, 0.01832517422735691, -0.010885179974138737, 0.01616690494120121, 0.037990886718034744, 0.022212738171219826, 0.0014142690924927592, 0.006407778710126877, 0.012989827431738377, 0.0012048097560182214, 0.01891501061618328, 0.029813596978783607, -0.008351560682058334, -0.012413395568728447, 0.00442042900249362, -0.020510252565145493, -0.0015893770614638925, 0.03724018484354019, -0.007708101533353329, -0.014692312106490135, -0.019799767062067986, 0.007949398830533028, -0.011046044528484344, 0.014089069329202175, 0.012936205603182316, 0.009229614399373531, 0.002231998136267066, -0.03552429378032684, -0.018150903284549713, 0.0018248093547299504, 0.010871774516999722, -0.012031340971589088, -0.010013829916715622, -0.009062046185135841, 0.008626371622085571, 0.010583559051156044, 0.034425053745508194, -0.0077617233619093895, 0.01274182740598917, 0.030323002487421036, -0.01667631044983864, -0.013251231983304024, 0.026877814903855324, 0.037481483072042465, -0.005053833592683077, -0.013660096563398838, -0.0014997285325080156, 0.00867328979074955, -0.0013371880631893873, -0.018124092370271683, -0.016046257689595222, 0.024089492857456207, 0.004782374482601881, -0.021368198096752167, -0.019491443410515785, -0.009075451642274857, -0.017051661387085915, -0.011997828260064125, -0.022601494565606117, 0.00748691288754344, 0.005207995884120464, -0.02478657476603985, 0.005623562727123499, -0.002632484305649996, 0.0013371880631893873, 0.03785683214664459, 0.011213612742722034, -0.007808641996234655, -0.012547449208796024, -0.025269167497754097, 0.022346792742609978, 0.008029831573367119, 0.030215758830308914, 0.0008139587589539587, 0.013063556514680386, -0.03287002816796303, -0.02817813865840435, -0.025979654863476753, -0.023620305582880974, 0.013170800171792507, -0.024317385628819466, -0.023285169154405594, -0.030698353424668312, 0.015174906700849533, 0.02181057631969452, 0.005211347248405218, 0.0035289700608700514, -0.010429397225379944, -0.022641710937023163, 0.0159390140324831, -0.00894139800220728, 0.019947227090597153, -0.01561728399246931, 0.013485826551914215, 0.033218566328287125, 0.006323994603008032, 0.011025937274098396, 0.005918481387197971, 0.009531235322356224, 0.009618370793759823, -0.017534255981445312, 0.011166693642735481, 0.018955226987600327, 0.017467228695750237, 0.02093922533094883, -0.016649499535560608, 0.02494743838906288, 0.010570153594017029, 0.026569491252303123, -0.006823345553129911, -0.0032625377643853426, -0.005938589572906494, 0.023539872840046883, -0.0027581597678363323, -0.012359773740172386, 0.022333387285470963, -0.007533831521868706, 0.002342592692002654, -0.016260743141174316, -0.013505934737622738, 0.005807887297123671, 0.026985058560967445, 0.011126477271318436, -0.02492062747478485, 0.00404842896386981, 0.005288428161293268, 0.0006409453926607966, 0.008116966113448143, 0.0023476197384297848, -0.0009157559834420681, -0.0563562773168087, 0.009564748965203762, -0.02764192223548889, -0.012051449157297611, -0.009142478927969933, 0.02281598187983036, -0.021998252719640732, -0.019156308844685555, 0.0026559438556432724, -0.0014620258007198572, -0.011709611862897873, -0.010000424459576607, -0.013968421146273613, -0.0015089446678757668, 0.009182695299386978, -0.0023509711027145386, 0.0046282121911644936, 0.003039673203602433, -0.005285076797008514, 0.005201293155550957, 0.02332538552582264, -0.017507445067167282, -0.028982462361454964, -0.006823345553129911, -0.007044534664601088, -0.010878477245569229, -0.006531778257340193, 0.008974911645054817, -0.014531447552144527, 0.01080474816262722, 0.017494039610028267, 0.0040417262353003025, -0.0024883763398975134, 0.0170382559299469, -0.01709187775850296, -0.005050482228398323, -0.01171631459146738, 0.00011782084766309708, 0.051852066069841385, -0.012694908306002617, -0.0294114351272583, 0.014491231180727482, -4.432682180777192e-05, 0.02930419147014618, 0.0013313231756910682, -0.007714804261922836, 0.007822047919034958, 0.004846049938350916, 0.002892213873565197, -0.025698140263557434, -0.017748741433024406, 0.011930800974369049, -0.015054257586598396, -0.006072643678635359, -0.012520638294517994, 0.011025937274098396, -0.003180429805070162, -0.004088645335286856, 0.01650203950703144, -0.039626345038414, 0.004430482629686594, 0.020470036193728447, -0.022440630942583084, -0.00499686086550355, 0.025497060269117355, 0.0046014017425477505, 0.01462528482079506, -0.010851666331291199, -0.005817940924316645, -0.0011503504356369376, -0.012198909185826778, 0.018150903284549713, 0.03490764647722244, -0.014115880243480206, -0.03423737734556198, -0.020161712542176247, -0.011602369137108326, -0.01768171600997448, -0.0008948100730776787, 0.0001940640213433653, 0.010114369913935661, -0.002836916595697403, -0.005516319535672665, -0.017788957804441452, -0.013130583800375462, -0.0065820487216115, -0.02399565652012825, -0.028499867767095566, 0.005657076369971037, -0.016488635912537575, 0.032709162682294846, 0.005657076369971037, 0.00048175634583458304, -0.013566259294748306, -0.012694908306002617, -0.01462528482079506, -0.022695332765579224, -0.004611455835402012, -0.017802363261580467, 0.0418248288333416, 0.005861508660018444, 0.03480040282011032, 0.018003445118665695, 0.011542044579982758, 0.0014553230721503496, 0.0006547697121277452, 0.016515444964170456, -0.027695544064044952, 0.03946547955274582, -0.030081704258918762, 0.011072855442762375, 0.016099877655506134, 0.024773169308900833, -0.0036395646166056395, -0.044050127267837524, -0.007527128793299198, 0.01163588184863329, -0.012996530160307884, -0.001472917734645307, -0.0007800263701938093, -0.048205796629190445, -0.008606263436377048, -0.014209717512130737, 0.012748530134558678, 0.0063139405101537704, -0.019491443410515785, -0.005295130889862776, 0.007098156493157148, 0.00628042733296752, 0.04185163974761963, 0.0034284295979887247, 0.035711970180273056, 0.006344102788716555, 0.008431993424892426, -0.009638478048145771, 0.0010079180356115103, -0.022668521851301193, -0.015389393083751202, -0.0008705127984285355, -0.0034753484651446342, 0.018003445118665695, -0.010503126308321953, 0.02329857461154461, 0.011682800948619843, -0.025295978412032127, -0.02186419814825058, 0.0241699256002903, 0.002305727917701006, -0.0017058363882824779, 0.008385074324905872, 0.0007507021073251963, -0.019035659730434418, -0.05118179693818092, -0.006843453738838434, -0.033862024545669556, 0.016931012272834778, 0.013083664700388908, -0.01863349787890911, -0.011709611862897873, 0.0033965918701142073, -0.009913288988173008, -0.005640319548547268, 0.005576644092798233, 0.04072558879852295, -0.0024716195184737444, 0.012332962825894356, -0.01374052930623293, 0.021167118102312088, -0.031422242522239685, -0.022923223674297333, -0.014853176660835743, 0.004021618515253067, 0.013438907451927662, 0.020443227142095566, -2.5999133868026547e-05, -0.0008378371712751687, 0.007225507404655218, -0.01465209573507309, -0.02764192223548889, -0.060109786689281464, 0.012902691960334778, 0.018137497827410698, 0.021622901782393456, 0.003120105480775237, 0.008626371622085571, -0.010402586311101913, 0.010965612716972828, -0.03705250844359398, 0.010496423579752445, -0.009390478953719139, 0.005127563141286373, -0.028339004144072533, 0.011314152739942074, -0.02882159687578678, 0.022413820028305054, -0.01888819970190525, 0.014920203946530819, 0.03718656301498413, -0.008284533396363258, -0.014330366626381874, -0.024652520194649696, 0.017855985090136528, 0.025014465674757957, -0.021984847262501717, 0.0010791342938318849, 0.03702569752931595, 0.03056429885327816, -0.02329857461154461, -0.021435225382447243, -0.02004106529057026, 0.026261167600750923, -0.0017695120768621564, 0.0035825916565954685, -0.007319345138967037, 0.025255762040615082, 0.019183119758963585, 0.024397818371653557, -0.017520850524306297, -0.015268743969500065, -0.0010263505391776562, -0.018901605159044266, -4.9510937969898805e-05, 0.0012450260110199451, -0.00836496613919735, -0.01970592886209488, -0.0019236741354689002, -0.012641286477446556, -0.0318780280649662, -0.023727547377347946, 0.012172098271548748, -0.02871435508131981, 0.003346321638673544, -0.007473507430404425, 0.014692312106490135, 0.019236741587519646, -0.013164097443223, -0.007962804287672043, 0.014249933883547783, 0.033298999071121216, -0.029706353321671486, 0.013693610206246376, -0.009269829839468002, 0.009718910790979862, -0.019183119758963585, 0.00125759351067245, 0.009444099850952625, -0.037561915814876556, 0.013955015689134598, -0.008130371570587158, -0.02211889997124672, 0.0033530243672430515, 0.004370158538222313, -0.011280639097094536, 0.005492860451340675, -0.018432417884469032, 0.010999126359820366, -0.027936842292547226, 0.02242722548544407, -0.00912237074226141, -0.03246786445379257, 0.006163130048662424, -0.020242145285010338, -0.004437185358256102, -0.003612753702327609, -0.002307403599843383, -0.004021618515253067, 0.005090698599815369, -7.713337981840596e-05, 0.02927738055586815, -0.029840407893061638, -0.0025621058885008097, 0.002000755164772272, -0.00985296443104744, -0.01180345006287098, -0.009913288988173008, -0.006672535091638565, -0.012373179197311401, -0.0069171832874417305, 0.0156306903809309, 0.0028101056814193726, -0.02884840779006481, -0.011977720074355602, 0.02186419814825058, -0.0016471878625452518, 0.026757167652249336, -0.023526467382907867, -0.004899671766906977, -0.030081704258918762, -0.02435760200023651, -0.0287947878241539, -0.010315450839698315, 0.008894478902220726, 0.020563874393701553, 0.017547661438584328, -0.026515869423747063, -0.02135479263961315, -0.0022621601819992065, -0.03884883224964142, -0.023472845554351807, 0.012051449157297611, -0.0038708075881004333, 0.013928204774856567, 0.01126723363995552, 0.0011955936206504703, 0.04721380025148392, -0.0031268082093447447, 0.012279340997338295, -0.035068511962890625, 0.00941728986799717, 0.033888835459947586, -0.010791342705488205, 0.011763233691453934, -0.01588539220392704, -0.007835453376173973, -0.010643882676959038, 0.018110686913132668, 0.0026174031663686037, 0.020027659833431244, 0.02758830226957798, -0.020845388993620872, -0.0017527552554383874, -0.01824474148452282, 0.001301998971030116, -0.005841400474309921, 0.013304853811860085, 0.03959953412413597, -0.016099877655506134, -0.008331452496349812, -0.0006518373265862465, -0.012835664674639702, -0.018405606970191002, 0.0017066742293536663, -0.011796747334301472, -0.01616690494120121, 0.0035658348351716995, -0.010208208113908768, -0.008948100730776787, 0.0028050788678228855, -0.03517575562000275, 0.011367774568498135, -0.010945504531264305, -0.003234051400795579, 0.010007127188146114, -0.007118264213204384, -0.01591220311820507, -0.0008227560902014375, 0.01439739391207695, -0.020309172570705414, -0.006669183727353811, -0.008217507041990757, 0.0011947557795792818, 0.018928416073322296, -0.028446245938539505, -0.01208496280014515, -0.0023543224669992924, 0.005579995457082987, 0.00022223629639483988, 0.0075539397075772285, -0.03659672662615776, 0.01852625422179699, 0.013097070157527924, -0.016073068603873253, -0.009658586233854294, -0.003927780315279961, -0.015670906752347946, -0.03059110976755619, 0.00424615852534771, -0.010556748136878014, -0.01319090835750103, 0.0071584805846214294, -0.020805172622203827, -0.002520214067772031, -0.014290150254964828, 0.008780533447861671, 0.007547236979007721, 0.006447994615882635, -0.00028214167105033994, 0.2234947383403778, -0.00635750824585557, -0.0020292415283620358, 0.01258766558021307, -0.014236528426408768, 0.004480753093957901, 0.023834791034460068, 0.02152906358242035, -0.04198569431900978, 0.023647114634513855, -0.007118264213204384, -0.0053621577098965645, -0.03705250844359398, -0.008458803407847881, -0.0019756199326366186, -0.011468314565718174, -0.04260234162211418, -0.008559344336390495, -0.022105494514107704, -0.014182907529175282, 0.015818364918231964, -0.01441079843789339, -0.023446034640073776, -0.009537938050925732, 0.022239549085497856, -0.02399565652012825, 0.011253828182816505, 0.013820961117744446, 0.008679992519319057, 0.016408203169703484, -0.008378371596336365, -0.023539872840046883, -0.007399777881801128, 0.010114369913935661, 0.02761511318385601, -0.0058380491100251675, 0.02994765155017376, -0.015456419438123703, 0.0018868092447519302, 0.008747019805014133, -0.004531023092567921, -0.023794574663043022, -0.0167299322783947, -0.016341175884008408, -0.005569941364228725, 0.0233790073543787, 0.013834366574883461, -0.012862475588917732, 0.008820749819278717, 0.007882371544837952, -0.010167991742491722, -0.009444099850952625, 0.03059110976755619, 0.01947803795337677, -0.007480210158973932, -0.009806046262383461, 0.009410587139427662, 0.00884085800498724, 0.04423779994249344, 0.024880411103367805, -0.040511101484298706, 0.03485402464866638, -0.020228739827871323, 0.0010581882670521736, 0.014544853009283543, 0.022722143679857254, -0.033191755414009094, -0.005824643652886152, 0.016435014083981514, -0.030376624315977097, -0.019947227090597153, -0.010268531739711761, -0.0013665123842656612, 0.001968917204067111, 0.014451014809310436, -0.022467439994215965, 0.00525491451844573, 0.04241466894745827, 0.016207121312618256, 0.020470036193728447, -0.01816430874168873, -0.006521724164485931, -0.0026174031663686037, 4.814945350517519e-05, 0.013613177463412285, -0.018419012427330017, 0.014866582117974758, -0.005898373667150736, 0.005311887711286545, -0.024424629285931587, -0.01062377542257309, 8.818235801300034e-05, -0.011629179120063782, 0.025001060217618942, -0.009403884410858154, 0.02270873822271824, -0.020550468936562538, 0.03219975531101227, -0.021435225382447243, 0.0043265908025205135, -0.042763207107782364, 0.011676098220050335, 0.006126265041530132, -0.0003795402299147099, -0.041690777987241745, -0.006598805543035269, 0.0016497013857588172, -0.02317792735993862, 0.004021618515253067, -0.013217718340456486, 0.0008596209227107465, -0.004226050339639187, 0.005181184969842434, -0.0028804840985685587, 0.014062258414924145, 0.018780957907438278, -0.015711121261119843, -0.019853388890624046, 0.0020543767604976892, -0.015751337632536888, 0.009799343533813953, -0.02748105861246586, -0.008733614347875118, 0.016099877655506134, -0.005918481387197971, -0.00733945332467556, 0.0010464586084708571, 7.467223622370511e-05, -0.0015072689857333899, -0.027883220463991165, -0.013103772886097431, -0.015510041266679764, 0.002118052216246724, 0.012373179197311401, -0.020134901627898216, -0.0020325928926467896, -0.013070259243249893, -0.020496847108006477, -0.01501404121518135, -0.003652969840914011, 0.0006920534651726484, -0.006109508685767651, 0.015268743969500065, -0.004906374495476484, -0.0029257272835820913, -0.005305184982717037, 0.02430398017168045, 0.026676734909415245, -0.007708101533353329, -0.013887988403439522, -0.01863349787890911, 0.011521936394274235, 0.018767552450299263, -0.0023007008712738752, 0.012855772860348225, -0.04488126188516617, 0.00608269777148962, -0.03343305364251137, 0.0019186470890417695, -0.003421726869419217, -0.027266571298241615, -0.013579664751887321, 0.006957399658858776, 0.001962214708328247, -0.01790960691869259, -0.03817856311798096, -0.17105282843112946, 0.016569066792726517, 0.03611413389444351, -0.02256127819418907, 0.026931436732411385, -7.527442846821941e-08, 0.011622477322816849, 0.006853507831692696, 0.012346368283033371, -0.034478675574064255, 0.003840645542368293, -0.007265723776072264, -0.04150310158729553, 0.010710909962654114, -0.015375987626612186, -0.008438696153461933, -0.009001722559332848, -0.010389180853962898, 0.022239549085497856, 0.007654480170458555, 0.008793938905000687, -0.011736422777175903, -0.007104858756065369, 0.009323451668024063, 0.008586155250668526, 0.01434377208352089, -0.009960208088159561, -0.03967996686697006, -0.008344857953488827, -0.02946505695581436, -0.006773075554519892, 0.001048134290613234, -0.0012232422595843673, 0.0021314576733857393, 0.0069842105731368065, 0.004051780328154564, -0.0009618370677344501, 0.0051376172341406345, 0.004165726248174906, 0.005080644506961107, 0.02509489841759205, 0.0224540363997221, -0.015322365798056126, 0.029759975150227547, 0.020389605313539505, 0.015389393083751202, 0.015469824895262718, 0.021569279953837395, 0.017896201461553574, -0.022132305428385735, 0.01494701486080885, -0.015791554003953934, 0.014853176660835743, -0.0011503504356369376, 0.025832194834947586, -0.0007917560869827867, 0.007466804701834917, -0.002250430639833212, 0.01686398684978485, -0.018646903336048126, -0.00809685792773962, -0.014330366626381874, -0.009651883505284786, 0.00477232038974762, -0.003649618709459901, -0.002082863124087453, -0.03061792068183422, 0.014504636637866497, -0.0004507563717197627, -0.00839177705347538, -0.016743337735533714, -0.0024732952006161213, 0.002738051814958453, 0.017869390547275543, -0.010576856322586536, 0.003994807600975037, 0.002421349287033081, 0.005117509048432112, 0.014544853009283543, -0.003723348258063197, -0.02509489841759205, 0.0298940297216177, -0.019974038004875183, 0.0009903234895318747, 0.0011009180452674627, 0.00849231705069542, -0.013398692011833191, -0.011260530911386013, 0.003381510730832815, -0.00032864161767065525, 0.018955226987600327, -0.010161289013922215, -0.00977923534810543, -0.021743549033999443, -0.0032239973079413176, 0.019317172467708588, -0.0014042149996384978, -0.008773830719292164, 0.02096603624522686, -0.0066490755416452885, 0.010590261779725552, 0.006112859584391117, -0.01240669284015894, 0.002305727917701006, 0.0201214961707592, 0.016046257689595222, 0.02191781997680664, 0.011796747334301472, 0.04726742208003998, -0.019947227090597153, -0.018083875998854637, -0.011314152739942074, 0.02315111644566059, 0.0018851335626095533, 0.011119774542748928, 0.01742701232433319, 0.0040584830567240715, 0.0048695094883441925, 0.009055343456566334, -0.012996530160307884, 0.04423779994249344, -0.008398479782044888, -0.016287554055452347, 0.008217507041990757, 0.015979230403900146, -0.018995443359017372, -0.09185376018285751, -0.0018516200361773372, 0.000586486014071852, 0.0280440840870142, -0.0046282121911644936, -0.009678694419562817, -0.013633285649120808, 0.010007127188146114, -0.009350262582302094, 0.007165183313190937, -0.02677057310938835, -0.002421349287033081, 0.0104562072083354, -0.010764531791210175, 0.0011193504324182868, 0.023164521902799606, 0.006515021435916424, -0.009108965285122395, -0.006488210987299681, 0.023875007405877113, -0.023419223725795746, -0.012219017371535301, 0.0040752398781478405, -0.03123456798493862, 0.01967911794781685, 0.013566259294748306, -0.018432417884469032, 0.015469824895262718, 0.0030480516143143177, 0.009604965336620808, 0.009712208062410355, -0.02399565652012825, 0.026140518486499786, -0.013324961997568607, -0.009564748965203762, 0.0018935119733214378, -0.015362582169473171, -0.00872691161930561, 0.032735973596572876, -0.016850581392645836, 0.005352103617042303, 0.0015994311543181539, 0.0033949161879718304, -0.02604668028652668, 0.00605588685721159, 0.0016128364950418472, -0.013391989283263683, 0.04131542518734932, -0.01465209573507309, -0.01745382323861122, 0.002518538385629654, 0.025497060269117355, 0.004963347222656012, -0.01614009402692318, 0.026676734909415245, -0.01497382577508688, 0.016904201358556747, 0.006823345553129911, -0.010308748111128807, 0.015737932175397873, -0.008076749742031097, -0.014424203895032406, -0.0021113494876772165, 0.032601919025182724, 0.003535672789439559, 0.005305184982717037, -0.0402429923415184, 0.009792640805244446, 0.0007972020539455116, -0.026220951229333878, -0.028955651447176933, 0.03000127337872982, -0.011421396397054195, 0.014799555763602257, -0.007004318758845329, -0.0029257272835820913, -0.003572537563741207, 0.02630138397216797, 0.016073068603873253, -0.021850792691111565, -0.00442042900249362, 0.006565291900187731, 0.0042662667110562325, 0.00927653256803751, 0.018177714198827744, 0.008009723387658596, 0.00023543223505839705, 0.0006727832369506359, 0.020563874393701553, -0.048178985714912415, 0.01986679434776306, 0.027749165892601013, -0.009638478048145771, 0.006414480973035097, -0.0004691887879744172, 0.0007301750592887402, 0.02391522377729416, -0.01568431220948696, -0.004611455835402012, 0.017534255981445312, -0.03278959542512894, -0.02573835663497448, -0.06450675427913666, 0.009953505359590054, -0.006786481011658907, -0.0018935119733214378, -0.0015659176278859377, -0.012353071011602879, 0.010181397199630737, -0.030725164338946342, 0.008800641633570194, 0.0241699256002903, -0.0062837786972522736, -0.0035289700608700514, 0.009182695299386978, 0.017212526872754097, -0.009430695325136185, -0.021207334473729134, 0.02691803127527237, -0.016086474061012268, -0.007949398830533028, 0.02250765636563301, -0.002077836077660322, -0.0029374570585787296, 0.005238157697021961, 0.014812960289418697, -0.015107879415154457, -0.004986806772649288, 0.012198909185826778, 0.004396969452500343, 0.013231123797595501, 0.019491443410515785, 0.016542255878448486, -0.02450506016612053, -0.0033915648236870766, 0.01860668696463108, 0.029625920578837395, -0.021877603605389595, 0.009142478927969933, 0.0294114351272583, 0.03225337713956833, 0.026489058509469032, -0.01500063668936491, -0.004289726261049509, 0.024397818371653557, -0.020697928965091705, -0.01967911794781685, -0.004758914932608604, -0.009893180802464485, 0.012326260097324848, 0.003978050779551268, 0.00032466190168634057, 0.03876839950680733, -0.003890915773808956, -0.004011564422398806, -0.01958528161048889, -0.026515869423747063, -0.023593494668602943, 0.011213612742722034, -0.0007632696651853621, 0.0012768638553097844, -0.031449053436517715, 0.04118137061595917, 0.021207334473729134, 0.004611455835402012, 0.00014463163097389042, -0.009229614399373531, -0.028017275035381317, -0.013887988403439522, -0.01153534185141325, 0.04010894149541855, -0.00881404709070921, -0.01945122703909874, 0.009712208062410355, -0.0020074578933417797, 0.0241699256002903, -0.02130117081105709, -0.00635750824585557, -0.014745933935046196, -0.007962804287672043, -0.02014830708503723, 0.02933100238442421, 0.03343305364251137, 0.0011537017999216914, -0.0159390140324831, 0.018486037850379944, 0.01731976866722107, 0.01410247478634119, -0.006856859195977449, 0.009645180776715279, -0.011448206380009651, -0.0025386465713381767, -0.03461272642016411, 0.015764743089675903, 0.01731976866722107, 0.010121072642505169, -0.01829836331307888, -0.0011654314585030079, 0.005224752239882946, 0.010543342679738998, 0.017225932329893112, 0.015791554003953934, 0.010630478151142597, -0.00454777991399169, 0.0005219725426286459, -0.003800429170951247, -0.020228739827871323, 0.018003445118665695, -0.023955440148711205, -0.032655540853738785, 0.004668428562581539, -0.017051661387085915, -0.0013665123842656612, -0.018901605159044266, -0.019880199804902077, 0.025966249406337738, -0.015925608575344086, -0.0002976416435558349, 0.025001060217618942, 0.00821080431342125, -0.015791554003953934, 0.00600561685860157, 0.00993339717388153, 0.04026980325579643, 0.027145924046635628, -0.019853388890624046, 0.002342592692002654, 0.009966910816729069, -0.02727997675538063, -0.026837598532438278, 0.006545183714479208, 0.004795779939740896, 0.008076749742031097, 0.009651883505284786, -0.0054727522656321526, -0.03059110976755619, -0.0036060509737581015, -0.024116303771734238, -0.020858794450759888, 0.018177714198827744, -0.005047130864113569, 0.05565919727087021, 0.020778361707925797, 0.0020359442569315434, 0.014263339340686798, 0.016488635912537575, 0.0019957281183451414, 0.008378371596336365, 0.020201928913593292, -0.01374052930623293, 0.0075874533504247665, 0.022132305428385735, -0.0007138372748158872, -0.02214571088552475, 0.01583177037537098, -0.02658289670944214, 0.01627414859831333, -0.004386915359646082, 0.0095982626080513, 0.014451014809310436, -0.013928204774856567, 0.0241699256002903, 0.004782374482601881, 0.010570153594017029, 0.007359561510384083, -0.013552853837609291, -0.0046282121911644936, 0.015670906752347946, 0.011186801828444004, -0.010288639925420284, -0.032655540853738785, 0.00560010364279151, -0.011025937274098396, -0.05225422605872154, -0.006806588731706142, -0.023553278297185898, -0.0202957671135664, -0.028955651447176933, -0.02132798172533512, 0.009484316222369671, -0.004929833579808474, -0.02492062747478485, 0.018472634255886078, -0.00706464285030961, -0.010235018096864223, 0.010925396345555782, 0.002605673624202609, -0.0017845930997282267, 0.011897287331521511, -0.029116516932845116], \"ea3fe7d7-4c95-4dca-956c-a816d8470830\": [-0.012423908337950706, -0.021062679588794708, 0.014972939155995846, -0.02107664756476879, -0.02192865125834942, 0.018241286277770996, -0.03620322793722153, -0.02947099134325981, -0.02171914279460907, -0.011935053393244743, 0.02963859774172306, 0.0199452955275774, -0.00932316854596138, -0.023241577669978142, 0.015727173537015915, -0.00776581559330225, -0.007563289720565081, -0.005572950467467308, 0.007283944170922041, -0.024456731975078583, -0.02349298819899559, -0.004186696372926235, -0.013017518445849419, -0.016020486131310463, -0.006330675911158323, -0.004804749041795731, 0.02683117240667343, -0.03332596272230148, -0.0219426192343235, -0.012382006272673607, 0.006065297406166792, -0.017207706347107887, -0.005244718864560127, -0.020322412252426147, 0.0016568702412769198, 0.0017546413000673056, -0.02085317112505436, -0.03285107761621475, 0.030336963012814522, -0.042991332709789276, 0.019358670338988304, 0.01656521111726761, 0.0009794564684852958, 0.006320200860500336, -0.007290927693247795, 0.0032037480268627405, 0.011145900934934616, -0.010733865201473236, -0.008638771250844002, 0.0009829483460634947, -0.0017092475900426507, 0.03019729070365429, -0.05394168943166733, 0.0003136094019282609, 0.0018174941651523113, 0.00804516114294529, 0.008108014240860939, 0.011774429120123386, -0.01804574392735958, -0.02062969282269478, 0.016104290261864662, -0.006648431997746229, -0.02371646650135517, 0.003195018507540226, -0.022948265075683594, 0.0007673282525502145, -0.011278590187430382, 0.004762847442179918, 0.007381714880466461, -0.010203108191490173, 0.010168190114200115, 0.01324099488556385, -0.006927778013050556, -0.023339347913861275, 0.000818396161776036, -0.004375254735350609, 0.007898504845798016, 0.007056975271552801, 0.018311122432351112, -0.004850143101066351, 0.03620322793722153, -0.005125997122377157, -0.0038898915518075228, 0.03723680600523949, 0.04165047034621239, -0.012018856592476368, 0.015419892966747284, -0.0011400803923606873, -0.02621661126613617, -0.016607113182544708, 0.0015913986135274172, 0.02786475233733654, 0.017724497243762016, 0.002274923026561737, 0.014679626561701298, 0.04329861328005791, 0.0035791192203760147, 0.03232032060623169, 0.009141594171524048, -0.03285107761621475, -0.015126579441130161, -0.030644243583083153, -0.010789735242724419, -0.010887505486607552, -0.026454055681824684, -0.007682011928409338, 0.021537568420171738, 0.004371763207018375, 0.026579761877655983, 0.0018332073232159019, -0.021397894248366356, -0.006512250751256943, -0.001477914280258119, -0.03617529198527336, -0.0011627773055806756, -0.004047023598104715, 0.01617412641644478, -0.010140256024897099, -0.012884829193353653, -0.037795498967170715, 0.029750335961580276, 0.036622244864702225, -0.0034551594872027636, -0.018534598872065544, -0.002313333097845316, -0.0028021885082125664, -0.00811499822884798, -0.00813594926148653, 0.026635630056262016, -0.005248210858553648, 0.032040972262620926, 0.011530001647770405, 0.023898040875792503, -0.0022522262297570705, 0.0037362512666732073, 0.008191818371415138, 0.005405342672020197, -0.005003783386200666, -0.03151021525263786, -0.03586801141500473, 0.02353489026427269, 0.05793633684515953, -0.023423152044415474, 0.00762614281848073, -0.009274283424019814, 0.001237851451151073, -0.012814992107450962, 0.01986149325966835, -0.0017101205885410309, -0.016467440873384476, -0.008708608336746693, -0.002440784592181444, 0.0033085027243942022, 0.0087644774466753, 0.0068509578704833984, 0.04195775091648102, 0.009455857798457146, -0.015377990901470184, -0.00401210505515337, -0.022347670048475266, 0.008017227053642273, 0.029498925432562828, 0.012919747270643711, -0.009441890753805637, 0.013164174742996693, 0.03871734067797661, 0.014372345991432667, -0.005852296482771635, 0.013359717093408108, 0.0004993307520635426, 0.024065647274255753, -0.019763721153140068, -0.0009166036616079509, -0.005290112923830748, 0.011090031825006008, 0.026579761877655983, -0.00317406770773232, 0.012011873535811901, -0.004797765519469976, -0.02604900300502777, -0.025951232761144638, 0.0011348426342010498, 0.03542105853557587, 0.041175585240125656, -0.004144794773310423, -0.01583891175687313, -0.004881569184362888, -0.001922248862683773, 0.01778036542236805, -0.006362102460116148, 0.028493279591202736, -0.0021038237027823925, 0.01096432562917471, 0.005593901500105858, -0.6351208090782166, -0.026607695966959, 0.001650759601034224, -0.00971425324678421, -0.0009515219135209918, 0.028800560161471367, 0.008205785416066647, 0.004878077656030655, -0.022096259519457817, 0.020923007279634476, 0.011886167339980602, 0.02440086379647255, 0.011117965914309025, 0.009337136521935463, -0.031063262373209, -0.0022260374389588833, -0.0020584301091730595, -0.004822208546102047, -0.005112029612064362, 0.011606821790337563, -0.02716638706624508, -0.023199675604701042, -0.006637956481426954, 0.031091196462512016, -0.00941395666450262, 0.0034621430095285177, 0.04156666621565819, 0.004647617228329182, -0.0016420300817117095, -0.022249899804592133, -0.01804574392735958, -0.014372345991432667, 0.0027375896461308002, -0.0011784904636442661, 0.03729267418384552, -0.007186172995716333, -0.020992843434214592, -0.0007153873448260128, 0.011816331185400486, 0.010189141146838665, -0.020867137238383293, -0.03075598180294037, 0.04137112572789192, -0.010810685344040394, 0.0039352853782474995, 0.01267531979829073, 0.028884364292025566, 0.0021492172963917255, -0.010189141146838665, -0.017193738371133804, 0.0010999244404956698, -0.003467380767688155, 0.008240703493356705, 0.011131933890283108, -0.02850724756717682, 0.01618809439241886, 0.02994587831199169, -0.009316185489296913, 0.014141885563731194, -0.025336671620607376, -0.011411279439926147, 0.023437120020389557, -0.011090031825006008, -0.005695164203643799, -0.04360589385032654, 0.006309725344181061, -0.022263867780566216, -0.018422860652208328, 0.043550021946430206, -0.007332829292863607, 0.005157423205673695, 0.0018349533202126622, 0.0014159344136714935, -0.003395798383280635, 0.014281558804214, 0.004878077656030655, -0.0010274690575897694, -0.0015896527329459786, -0.017975907772779465, 0.01839492656290531, -0.010000582784414291, -0.0017171042272821069, -0.014833266846835613, -0.005185358226299286, 0.01920503005385399, -0.002355234930291772, -0.032823141664266586, -0.036231160163879395, 0.00026035908376798034, -0.0057370662689208984, -0.007109352853149176, -0.015615435317158699, -0.01947040855884552, -0.03391259163618088, 0.015615435317158699, 0.015308154746890068, 0.004322877619415522, -0.000881685467902571, -0.010210092179477215, -0.017724497243762016, 0.002493161940947175, -0.026803238317370415, -0.025979166850447655, 0.0201129037886858, 0.047404997050762177, 0.005129488650709391, -0.009379037655889988, -0.007542338687926531, 0.02557411603629589, 0.0010903219226747751, 0.014044114388525486, -0.008799395523965359, -0.019107257947325706, -0.004710469860583544, -0.015364023856818676, -0.03287900984287262, 0.013939359225332737, -0.002177152084186673, 0.014016179367899895, -0.025322703644633293, 0.029359253123402596, 0.015699239447712898, 0.004864110145717859, -0.030141420662403107, 0.011872200295329094, -0.0067392196506261826, 0.015112612396478653, -0.011872200295329094, -0.002192865125834942, -0.0005503986612893641, 0.016886459663510323, -0.010042484849691391, 0.04452773556113243, -0.013715882785618305, 0.013673980720341206, -0.008652739226818085, 5.3768628276884556e-05, -0.000421419448684901, 0.016551243141293526, -0.022990167140960693, -0.01361112855374813, 0.016593145206570625, 0.005541523918509483, 0.001752895419485867, -0.002966304076835513, -0.02357679232954979, -0.03271140158176422, 0.004780306480824947, 0.0038898915518075228, 0.007716930005699396, -0.0023726942017674446, 0.004780306480824947, -0.0026747367810457945, 0.014972939155995846, -0.006735727656632662, 0.001279753283597529, 0.015503697097301483, -0.025434443727135658, 0.006568120326846838, -0.02617470920085907, 0.0019309783820062876, 0.021272189915180206, -0.0012413433287292719, -0.012472793459892273, -0.0033765933476388454, -0.009525694884359837, 0.003994646016508341, 0.027976490557193756, -0.008485130965709686, -0.00632718438282609, -0.010454519651830196, -0.012221382930874825, -0.010503405705094337, -0.017752431333065033, 9.547955414745957e-05, -0.00043385906610637903, -0.0145120183005929, -0.013618111610412598, 0.022249899804592133, 0.007318862248212099, 0.008834313601255417, 0.021523600444197655, 0.013988245278596878, -0.00016968080308288336, 0.034024327993392944, 0.03416400030255318, 0.017012163996696472, 0.016383636742830276, -0.01942850649356842, 0.03723680600523949, -0.014567888341844082, 0.03868940472602844, -0.0012526917271316051, 0.0036838739179074764, 0.01427457481622696, 0.03145434707403183, 0.0019414538983255625, 0.007325845770537853, 0.010566257871687412, -0.017794333398342133, 0.027152420952916145, 0.02116045169532299, 0.020490020513534546, -0.022487344220280647, 0.011935053393244743, -0.034499216824769974, -0.0036594311241060495, -0.007633126340806484, 0.007709946483373642, 0.0047418964095413685, 0.010740849189460278, -0.016369668766856194, -0.028828496113419533, -0.009637433104217052, 0.0009209684794768691, 0.010531339794397354, -0.013010534457862377, 0.016118258237838745, -0.012305186130106449, -0.02306000329554081, -0.0054193101823329926, -0.008575919084250927, 0.009246348403394222, 0.008408310823142529, -0.045924462378025055, 0.006690334063023329, 0.01657917909324169, 0.019191062077879906, 0.015461795032024384, 0.005541523918509483, -0.001939708017744124, 0.022766688838601112, 0.01190013438463211, -0.0039527444168925285, 0.00521329278126359, -0.008059129118919373, 0.02380026876926422, -0.02345108799636364, 0.01670488342642784, -0.0031618461944162846, -0.016453472897410393, 0.017724497243762016, 0.022613048553466797, -0.020964909344911575, 0.009239365346729755, 0.013806669972836971, 0.03374498337507248, 0.018590468913316727, -0.011432230472564697, -0.009155561216175556, -0.0016551243606954813, 0.02963859774172306, -0.005119013134390116, 0.0040994007140398026, 0.026970844715833664, -0.009888844564557076, 0.00804516114294529, 0.032599665224552155, 0.005112029612064362, 0.01786416955292225, 0.007898504845798016, -0.001199441379867494, 0.014428215101361275, 0.014414248056709766, 0.01967991702258587, -0.004253040999174118, -0.01713787019252777, 0.005098062567412853, -0.014651691541075706, 0.019191062077879906, -0.008967002853751183, 0.0023342841304838657, -0.017989875748753548, 0.0006713030743412673, -0.002683466300368309, 0.002692196052521467, 0.018017809838056564, 0.006927778013050556, 0.011048129759728909, -0.005251702852547169, -0.025811560451984406, -0.014414248056709766, 0.013122272677719593, 0.01747308485209942, -0.006253856234252453, -0.0028877381701022387, -0.0005534540396183729, 0.023870106786489487, -0.00847814790904522, 0.0026817205362021923, -0.007172205485403538, 0.025434443727135658, 0.0023884072434157133, -0.02326951175928116, -0.019875459372997284, 0.010391666553914547, 0.02838154137134552, -0.018506664782762527, -0.006592562887817621, -0.016034454107284546, -0.017640693113207817, 0.019875459372997284, -0.014917070046067238, 0.006159576587378979, 0.029610663652420044, -0.0033521505538374186, 0.007133795414119959, -0.0014377583283931017, 0.0009785835864022374, 0.0037292675115168095, -0.00032321191974915564, -0.007214107550680637, 0.0017022639513015747, 0.02072746492922306, 0.011041145771741867, 0.011020194739103317, 0.011138916946947575, -0.016076356172561646, 0.04265611618757248, 0.00028436537832021713, -0.002191119361668825, -0.017054066061973572, -0.0442204549908638, 0.01293371431529522, 0.0026014086324721575, 0.031649887561798096, -0.003540709149092436, 0.014141885563731194, -0.012661351822316647, 0.005649770610034466, -0.019568178802728653, -0.007919455878436565, -0.017361346632242203, -0.01722167432308197, -0.0099726477637887, -0.014679626561701298, 0.01579700969159603, 0.004857126623392105, 0.01172554399818182, 0.012514695525169373, 0.004162253811955452, -0.010503405705094337, 0.01583891175687313, -0.011886167339980602, -0.013464471325278282, -0.015936682000756264, -0.0016638538800179958, 0.056316129863262177, 0.008589886128902435, 0.009420939721167088, 0.005014258436858654, 0.0020497003570199013, 0.01868823915719986, -0.005761508829891682, 0.011467148549854755, 0.015070710331201553, 0.006889367941766977, -0.0004292760568205267, 0.008792411535978317, 0.030169354751706123, 0.011928069405257702, -0.010224059224128723, 0.0155316311866045, -0.004556829575449228, -0.019135193899273872, 0.020015133544802666, 0.028227901086211205, 0.002267939504235983, 0.005457720253616571, 0.012088692747056484, 0.012095676735043526, 0.006973171606659889, -0.015014841221272945, -0.0015494966646656394, 0.030169354751706123, 0.009805040434002876, -0.03304661810398102, -0.015070710331201553, -0.0028475821018218994, 0.015419892966747284, 0.011697608977556229, 0.009253332391381264, -0.00847814790904522, -0.023548858240246773, -0.00452191149815917, -0.03477856144309044, -0.00013105249672662467, -0.008247687481343746, -0.009644417092204094, -0.014400280080735683, -0.015783041715621948, -0.005443752743303776, -0.008953035809099674, -0.028088228777050972, -0.0051958332769572735, -0.005279637407511473, -0.0025664903223514557, -0.005600885022431612, -0.007479486055672169, 0.02072746492922306, 0.011990922503173351, -0.011327475309371948, 0.005178374238312244, 0.019582146778702736, -0.020238609984517097, -0.013757784850895405, -0.0003526741929817945, -0.024777980521321297, -0.01839492656290531, -0.007716930005699396, 0.01886981539428234, -0.024722110480070114, 0.007123319897800684, -0.0012762615224346519, 0.014079032465815544, 0.0018995520658791065, -0.015978584066033363, -0.007109352853149176, 0.0016874237917363644, -5.8378926041768864e-05, 0.0007607810548506677, 0.024470699951052666, -0.0007730024517513812, -0.006809055805206299, 0.02877262607216835, -0.004794273991137743, 0.001787813613191247, 0.009497759863734245, -0.0011863471008837223, 0.016118258237838745, 0.028046326711773872, 0.017542921006679535, -0.007737881038337946, -0.005080603063106537, 0.008883198723196983, -0.011509050615131855, 0.00849909894168377, -0.011509050615131855, 0.012039807625114918, 0.010894489474594593, 0.02894023433327675, 0.0012483269674703479, 0.0030937555711716413, 0.011585870757699013, -0.0008022464462555945, -0.018073678016662598, 0.022333703935146332, 0.007008089683949947, 0.013401619158685207, 0.02431705966591835, -0.0014429960865527391, -0.057042431086301804, -0.007346796803176403, -0.009770122356712818, -0.033856719732284546, 0.0058278534561395645, 0.006288774311542511, -0.02491765283048153, -0.02850724756717682, -0.006341151427477598, 0.014120934531092644, 0.04335448145866394, 0.004050515126436949, 0.001604492892511189, -0.005042193457484245, -0.0059011816047132015, 0.006320200860500336, -0.004727928899228573, -0.04491881653666496, -0.027417799457907677, -0.03637083247303963, 0.0014735495205968618, 0.016942327842116356, 0.024652274325489998, -0.009763138368725777, 0.009008904919028282, -0.02167724072933197, -0.024331025779247284, -0.008701624348759651, -0.003291043685749173, -0.030085552483797073, 0.026593727990984917, 0.028632953763008118, 0.0014761683996766806, 0.028367575258016586, -0.003907350357621908, -0.0014124426525086164, -0.010510388761758804, 0.016844557598233223, -0.003046615980565548, 0.006952220574021339, 0.013296863995492458, -0.038437992334365845, 0.0020933481864631176, 0.0073048947378993034, -0.0021701683290302753, -0.0200290996581316, 0.005042193457484245, -0.01458185538649559, 0.00012265030818525702, -0.014456149190664291, 0.005583425983786583, -0.031733691692352295, -0.02231973595917225, -0.014239656738936901, -0.005377408117055893, -0.009860909543931484, -0.002398882759734988, -0.02400977909564972, -0.03933190181851387, -0.002821393543854356, 0.012088692747056484, 0.036538440734148026, -0.003261363133788109, 0.04508642479777336, -0.005436769220978022, 0.015908747911453247, -0.019246932119131088, 0.016104290261864662, -0.029219578951597214, 0.0031862889882177114, -0.010845604352653027, -0.008534017018973827, 0.032515861093997955, 0.010845604352653027, 0.03036489710211754, -0.0036210210528224707, -0.025113195180892944, -0.006585579365491867, 0.020531922578811646, -0.03525345027446747, 0.003392306622117758, 0.004148286301642656, -0.015629401430487633, -0.02025257609784603, -0.020950941368937492, -0.0031321656424552202, -0.0034289706964045763, -0.005723098758608103, 0.001474422519095242, -0.037404414266347885, 0.004720945376902819, -0.034247804433107376, -0.009539661929011345, 0.0072490256279706955, -0.012444859370589256, 0.03773963078856468, -0.006512250751256943, 0.028004424646496773, -0.009099692106246948, 0.020517954602837563, -0.026593727990984917, -0.004116860218346119, -0.010098353959619999, -0.004204155411571264, 0.017109936103224754, 0.03491823747754097, 0.02539254166185856, 0.009316185489296913, 0.01670488342642784, -0.007015073671936989, 0.017012163996696472, -0.043326545506715775, 0.0350579097867012, 0.007730897516012192, 0.003788628615438938, -0.009092708118259907, -0.012856894172728062, -0.025252867490053177, 0.0041273352690041065, -0.004263516515493393, 0.0021701683290302753, 0.017417216673493385, -0.02076936699450016, -0.02916371077299118, -0.01287086121737957, -0.018660305067896843, 0.028521215543150902, -0.021104581654071808, -0.008890182711184025, 0.011041145771741867, 0.014009196311235428, -0.006836990360170603, 0.011578886769711971, -0.0010702438885346055, 0.020909039303660393, -0.03408019617199898, -0.005125997122377157, 0.014141885563731194, 0.0010842111660167575, -0.01198393851518631, -0.013178141787648201, -0.03058837354183197, 0.03600768372416496, -0.028800560161471367, 0.01825525425374508, -0.020964909344911575, 0.00843624584376812, 0.03916429355740547, 0.0027567946817725897, 0.004137810785323381, -0.015280219726264477, -0.01947040855884552, -0.017752431333065033, 0.020001165568828583, 0.013401619158685207, -0.00435779569670558, -0.016970261931419373, 0.002980271354317665, 0.009302218444645405, -0.012011873535811901, -0.008128965273499489, 0.010210092179477215, -0.045924462378025055, -0.0033277077600359917, -0.02349298819899559, 0.012556597590446472, -0.007022057194262743, 0.016160160303115845, 0.0015713205793872476, -0.0035564221907407045, 0.02016877382993698, -0.03966711461544037, 0.019288834184408188, -0.00038606475573033094, -0.02081126905977726, -0.014875167980790138, -0.009008904919028282, 0.00943490769714117, -0.031566083431243896, -0.024554504081606865, 0.0060618058778345585, -0.022096259519457817, 0.0043158940970897675, 0.025196999311447144, 0.004263516515493393, -0.010817669332027435, 0.028521215543150902, 0.03408019617199898, 0.008946051821112633, -0.008191818371415138, -0.0018786010332405567, -0.03374498337507248, 0.026160743087530136, -0.042209163308143616, 0.011187803000211716, 0.04894139990210533, 0.013673980720341206, -0.0024599896278232336, -0.012221382930874825, 0.023939942941069603, 0.0032805681694298983, -0.023115871474146843, -0.005922132637351751, 0.008953035809099674, 0.020839203149080276, -0.05193040147423744, -0.005904673598706722, 0.005325031001120806, -0.03162195533514023, -0.014749462716281414, 0.013492406345903873, 0.011411279439926147, 0.007395682390779257, 0.00600244477391243, 0.012884829193353653, 0.0029505908023566008, 0.026705466210842133, -0.0013827621005475521, -0.01963801495730877, -0.0033731015864759684, 0.0022400047164410353, -0.023912006989121437, -0.01981959119439125, 0.0024879241827875376, 0.0016795671544969082, 0.009218414314091206, -0.028660887852311134, -0.03198510408401489, -0.01097130961716175, -0.016886459663510323, -0.021900717169046402, 0.01765465922653675, 0.003305010963231325, 0.017584823071956635, -0.007612175308167934, -0.00010448190732859075, 0.020490020513534546, -0.0039248098619282246, 0.025462377816438675, -0.01125065516680479, 0.01493103802204132, 0.01525228563696146, 0.01133445929735899, -0.0004024326626677066, 0.0024145960342139006, -0.035756275057792664, -0.011830298230051994, 0.002205086639150977, 0.01907932385802269, 0.025993134826421738, 0.016858523711562157, -0.002789966994896531, 0.02285049296915531, -0.02050398848950863, -0.006156085059046745, -0.0011680149473249912, 0.01486120093613863, 0.00596054270863533, -0.015936682000756264, 0.0065436773002147675, 0.020266544073820114, 0.021104581654071808, 0.0012998313177376986, -0.0046406337060034275, -0.0049653733149170876, -0.012919747270643711, 0.01618809439241886, -0.024149451404809952, -0.011718560010194778, -0.00938602164387703, -0.008233720436692238, 0.006246872246265411, 0.031482283025979996, -0.008946051821112633, 0.04033754765987396, 0.004906012210994959, -0.025155097246170044, -0.005555491428822279, 0.012472793459892273, -0.031342606991529465, -0.022822558879852295, 0.0012413433287292719, 0.015364023856818676, 0.024261189624667168, 0.0012299948139116168, -0.004116860218346119, -0.021355992183089256, 0.013981261290609837, -0.005342490039765835, -0.011467148549854755, -0.010824653320014477, 0.009239365346729755, 0.01934470236301422, -0.020657628774642944, -0.013981261290609837, 0.0031548626720905304, -0.01293371431529522, -0.011935053393244743, 0.012724204920232296, -0.028884364292025566, -0.037320610135793686, 0.015322121791541576, -0.017626725137233734, -0.023087937384843826, -0.02301810123026371, 0.0069417450577020645, 0.0055031138472259045, -0.00873654242604971, 0.030839785933494568, 0.20973289012908936, -0.009930746629834175, -0.0004172729095444083, 0.043382417410612106, 0.014665658585727215, -0.007682011928409338, 0.01886981539428234, 0.02163533866405487, -0.02535063959658146, 0.025071293115615845, 0.002222545677796006, 0.013401619158685207, -0.026188677176833153, -0.00600244477391243, 0.017934005707502365, -0.044890884310007095, -0.023828204721212387, -0.005705639719963074, -0.028018392622470856, -0.020825235173106194, -0.00760519178584218, 0.009679335169494152, -0.022906363010406494, -0.0021247747354209423, 0.026370251551270485, -0.017054066061973572, -0.0027236223686486483, -0.01101321168243885, 0.0010868300450965762, 0.012423908337950706, -0.02885643020272255, -0.010657045990228653, -0.008254670538008213, 0.0008773206500336528, -0.006753186695277691, 0.004214630927890539, 0.006864924915134907, 0.007947390899062157, 0.02219402976334095, 0.008953035809099674, 0.0006795961526222527, -0.004951405804604292, -0.008939068764448166, -0.008268638513982296, -0.019372636452317238, 0.01963801495730877, -0.004724437370896339, -0.007437583990395069, 0.006889367941766977, -0.00042338360799476504, -0.016607113182544708, 0.030783915892243385, 0.00695571256801486, 0.02227783389389515, -0.0067671542055904865, -0.007207124028354883, -0.0018174941651523113, 0.004088925197720528, -0.010929407551884651, 0.0017572601791471243, 0.0005971018108539283, 0.044667407870292664, -0.03058837354183197, 0.0024739569053053856, -0.010112321004271507, 0.02097887545824051, -0.0350579097867012, -0.015294186770915985, 0.022389572113752365, -0.022682886570692062, 0.01604842022061348, -0.003931793384253979, -0.003774661337956786, 0.0015538615407422185, 0.01423267275094986, -0.03318629041314125, 0.024596404284238815, 0.01934470236301422, 0.012647384777665138, 0.03595181554555893, -0.034722693264484406, -0.015350056812167168, 0.011320492252707481, -0.03438747674226761, -0.02366059646010399, -0.039611246436834335, 0.03201304003596306, 0.014002212323248386, -0.008876215666532516, 0.007996276021003723, 0.010768784210085869, 0.005440261214971542, -0.010587208904325962, 0.021775010973215103, -0.002507129218429327, -0.007849619723856449, -0.009309201501309872, 0.012863878160715103, -0.014183787629008293, -0.002161438809707761, -0.02817203290760517, 0.022012455388903618, 0.017501018941402435, -0.013052436523139477, -0.040169939398765564, -0.04614793881773949, 0.01293371431529522, 0.010503405705094337, -0.010866555385291576, 0.002002560766413808, 0.010042484849691391, -0.040477219969034195, 0.011278590187430382, 0.0035319796297699213, 0.0110760647803545, 0.0267334021627903, -0.024652274325489998, -0.0201129037886858, -0.041510798037052155, -0.0201129037886858, 0.01036373246461153, -0.045617181807756424, 0.020783333107829094, 0.006355118937790394, -0.011746494099497795, -0.006456381641328335, 0.0007132049649953842, -0.019665950909256935, -0.010258977301418781, -0.03313042223453522, 7.965722761582583e-05, 0.0008271256810985506, 0.01631380058825016, 0.004441599361598492, -0.02392597496509552, 0.01657917909324169, 0.010140256024897099, -0.00965140014886856, 0.0029994763899594545, 0.023995811119675636, -0.004623174201697111, 0.005405342672020197, 0.025504279881715775, -0.004895536694675684, 0.011166851967573166, -0.003991154488176107, 0.010028516873717308, 0.007968341000378132, -0.03475062921643257, -0.03611942380666733, -0.0201129037886858, -0.0019658966921269894, -0.010028516873717308, 0.024931620806455612, 0.002355234930291772, -0.024023747071623802, -0.031817495822906494, -0.03296281397342682, -0.013073387555778027, 0.017640693113207817, -0.031091196462512016, 0.005188849754631519, 0.027613339945673943, -0.010217076167464256, -0.010258977301418781, -0.031566083431243896, -0.18090438842773438, 0.01291276328265667, 0.028144098818302155, -0.038493864238262177, 0.020517954602837563, 0.007109352853149176, 0.01164173986762762, 0.012828960083425045, 0.00772391352802515, -0.005014258436858654, 0.01973578706383705, -0.003959727939218283, -0.036622244864702225, -0.013254961930215359, -0.0029401155188679695, -0.013925392180681229, 0.004958389326930046, 0.011020194739103317, 0.014414248056709766, 0.0023639644496142864, 0.01881394535303116, -0.031817495822906494, 0.019833557307720184, 0.008631788194179535, -0.0037083167117089033, 0.012409941293299198, 0.009832975454628468, 0.03340976685285568, -0.002309841336682439, -0.01877204328775406, -0.0017258337466046214, 0.005349473562091589, 0.01194203644990921, -0.006320200860500336, -0.011215737089514732, 0.013715882785618305, -0.011844265274703503, -0.016593145206570625, -0.015084677375853062, 0.010880522429943085, 0.01947040855884552, 0.03293488174676895, -0.010447535663843155, 0.013429553247988224, 0.007242042105644941, -3.442719753365964e-05, 0.008254670538008213, -0.013939359225332737, -0.002337775891646743, 0.0012230111751705408, 0.003575627226382494, -0.009637433104217052, 0.009525694884359837, 0.016774719581007957, 0.013338766060769558, 0.022431474179029465, -0.013352733105421066, -0.0068684169091284275, 0.014456149190664291, -0.009784089401364326, 0.03067217767238617, -0.007395682390779257, 0.010356748476624489, -0.01959611475467682, -0.007423616945743561, -0.010852587409317493, -0.018353024497628212, 0.0019955772440880537, -0.014791364781558514, 0.016104290261864662, -0.01399522926658392, -0.006480824667960405, 0.003533725393936038, 0.008282605558633804, 0.0017799570923671126, 0.008994937874376774, -0.027892686426639557, 0.028088228777050972, 0.004088925197720528, 0.014302508905529976, -0.01726357638835907, 0.04737706109881401, -0.03491823747754097, 0.005468195769935846, 0.00019052262359764427, 0.0026328349485993385, 0.006184019614011049, -0.011020194739103317, 0.004260024521499872, -0.023381249979138374, 0.006383053492754698, -0.013988245278596878, -0.025434443727135658, -0.013066403567790985, 0.01101321168243885, 0.011893151327967644, -0.009490776807069778, 0.015308154746890068, -0.023381249979138374, 0.01963801495730877, -0.006557644810527563, 0.010594192892313004, -0.024205321446061134, 0.007165221963077784, 0.029359253123402596, 0.024331025779247284, 0.01034278143197298, 0.020406216382980347, 0.044583603739738464, -0.0022696852684020996, -0.010419601574540138, -0.00904382299631834, 0.020280512049794197, 0.011460164561867714, 0.0018157482845708728, 0.009358087554574013, -0.0012989583192393184, -0.03863353654742241, 0.005227259825915098, 0.008575919084250927, 0.010028516873717308, -0.024987488985061646, -0.015168481506407261, 0.013757784850895405, -0.010356748476624489, -0.02621661126613617, -0.0887761190533638, 0.004123843740671873, 0.0035791192203760147, -0.004396205767989159, 0.005932608153671026, -0.009742187336087227, -0.024973522871732712, 0.02495955489575863, -0.00454286253079772, 0.012766106985509396, -0.00940697267651558, -0.0221102274954319, -0.018576500937342644, 0.0007097131456248462, 0.016495374962687492, 0.01060117594897747, -0.01137636136263609, -0.01427457481622696, 0.006920794490724802, 0.036231160163879395, -0.01575510762631893, -0.007437583990395069, 0.00874352641403675, -0.03170575946569443, 0.013897458091378212, 0.007339813280850649, -0.02353489026427269, 0.020559856668114662, 0.01617412641644478, -0.004553338047116995, 0.015238317660987377, -0.02380026876926422, 0.021062679588794708, -0.020699530839920044, -0.021495666354894638, -0.019065355882048607, -0.04192981868982315, -0.02318570762872696, 0.020839203149080276, -0.01328289695084095, -0.00019630596216302365, 0.01072688214480877, -0.006428447086364031, -0.04282372444868088, 0.005024733953177929, -0.011145900934934616, -0.0007555432966910303, 0.03352150693535805, -0.01868823915719986, -0.012849911116063595, 0.006690334063023329, 0.015419892966747284, -0.009120643138885498, 0.003959727939218283, 0.019582146778702736, -0.0060618058778345585, 0.023953909054398537, 0.017068034037947655, -0.03698539361357689, -0.007140779402107, 0.014106967486441135, -0.005922132637351751, -0.006875400431454182, 0.04980736970901489, 0.013136240653693676, 0.006973171606659889, -0.0199871975928545, -0.00900192093104124, 0.029526859521865845, -0.01648140698671341, -0.005468195769935846, 0.021872783079743385, -0.007535355165600777, 0.029973814263939857, -0.016858523711562157, -0.014127918519079685, -0.016062388196587563, 0.005035209469497204, 0.023255545645952225, -0.0078077176585793495, -0.011090031825006008, -0.011264623142778873, -0.003160100430250168, 0.011620788834989071, 0.038186583667993546, 0.008408310823142529, 0.005112029612064362, -0.0024634816218167543, 0.02435896173119545, -0.026118841022253036, 0.013094338588416576, 0.024065647274255753, -0.0025699820835143328, -0.010286912322044373, -0.001873363391496241, 0.027459699660539627, 0.0055485074408352375, 0.016551243141293526, 0.0013775243423879147, -0.010747833177447319, -0.039611246436834335, -0.005586917512118816, -0.07302101701498032, 0.03595181554555893, -0.01825525425374508, 0.012640401721000671, -0.007954373955726624, -0.01416981965303421, -0.0122423330321908, -0.01324099488556385, -0.008429261855781078, 0.02630041539669037, -0.0014456149656325579, 0.01493103802204132, 0.004284467548131943, 0.0036419720854610205, -0.0014473608462139964, -0.010265961289405823, 0.011425246484577656, -0.00047532448661513627, 0.01125065516680479, 0.010286912322044373, -0.014086016453802586, -0.0036699066404253244, -0.006833498831838369, 0.01192108541727066, 0.0031339116394519806, -0.0035930864978581667, 0.005524064879864454, 0.03036489710211754, 0.005206308793276548, 0.007982308976352215, 0.03533725440502167, -0.020992843434214592, 0.006627480965107679, 0.021230287849903107, 0.015056743286550045, -0.015699239447712898, -0.014847233891487122, 0.036314964294433594, 0.0026188676711171865, 0.013080371543765068, -0.014442182146012783, -0.01604842022061348, 0.025895362719893456, -0.014777397736907005, -0.002545539289712906, 0.02128615602850914, -0.017710529267787933, 0.008897166699171066, 0.010440552607178688, 0.015364023856818676, 0.02811616286635399, 0.006177036091685295, 0.01525228563696146, -0.02336728386580944, -0.0025088752154260874, -0.023828204721212387, 0.013101321645081043, 0.017361346632242203, -0.02062969282269478, 0.0016481407219544053, 0.03050457127392292, 0.038745272904634476, 0.024303091689944267, -0.004172729328274727, -0.02171914279460907, 0.007140779402107, 0.0017895596101880074, -0.01386952307075262, 0.015391957946121693, -0.03924809768795967, -0.0065890708938241005, -0.001125240116380155, -0.0015110865933820605, 0.015950649976730347, -0.021705174818634987, 0.011949020437896252, -0.012179480865597725, -0.0014325205702334642, -0.012081709690392017, -0.005984985735267401, 0.029834140092134476, -0.008778444491326809, -0.012521679513156414, 0.00644590612500906, 0.021383928135037422, 0.022962231189012527, -0.02423325553536415, 0.021830881014466286, -0.014330443926155567, -0.007179189473390579, -0.029666533693671227, 0.0034761102870106697, 0.030225224792957306, 0.004525403492152691, 0.007835651747882366, 0.001706628710962832, -0.0061071994714438915, 0.04075656458735466, 0.020238609984517097, 0.020392250269651413, -0.028227901086211205, 0.023046035319566727, -0.019763721153140068, 0.0022173079196363688, -0.009532677941024303, -0.008925100788474083, -0.028144098818302155, -0.02479194663465023, -0.0009934238623827696, -0.023548858240246773, 0.007339813280850649, -0.0018279696814715862, -0.018799977377057076, 0.03639876842498779, -0.02854914963245392, 0.010691964067518711, -0.02128615602850914, -0.004881569184362888, -0.019931329414248466, 0.038577668368816376, -0.0011584124295040965, 0.00031797419069334865, 0.00843624584376812, -0.0032543796114623547, 0.028451377525925636, -0.007290927693247795, -0.017584823071956635, -0.009155561216175556, 0.004633649718016386, 0.00470697833225131, -0.0056986561976373196, 0.01235407218337059, 0.016118258237838745, -0.013806669972836971, -0.019875459372997284, 0.016886459663510323, -0.01790607161819935, 0.01930280029773712, 0.0036908574402332306, 0.08168073743581772, 0.009812024421989918, -0.01868823915719986, -0.0007939533679746091, 0.01293371431529522, 0.007675028406083584, 0.018227318301796913, 0.015629401430487633, 0.01127160619944334, -0.03310248628258705, 0.002123028738424182, 0.012228365987539291, -0.016970261931419373, -0.02306000329554081, -0.011236688122153282, -0.003558168187737465, 0.01257056463509798, 0.006480824667960405, 0.008750509470701218, -0.021397894248366356, 0.01873014122247696, -0.01427457481622696, 0.002313333097845316, -0.003509282600134611, -0.004060990642756224, -0.015028808265924454, 0.029107840731739998, -0.02064366079866886, -0.017054066061973572, -0.04832683876156807, 0.029303383082151413, -0.002295874059200287, -0.04606413468718529, -0.011131933890283108, -0.00902287196367979, -0.011264623142778873, -0.013450504280626774, 4.432979039847851e-05, -0.006376069970428944, -0.025629984214901924, -0.008932084776461124, 0.009630449116230011, -0.027138452976942062, -0.007975324988365173, 0.0221102274954319, -0.01032183039933443, -0.008073096163570881, -0.014847233891487122, -0.011858233250677586], \"3121332f-241d-4c60-afd2-e82dbff07d8b\": [-0.00786997564136982, 0.011003205552697182, 0.016598738729953766, -0.02804475650191307, -0.01474697981029749, 0.017363596707582474, -0.008225567638874054, -0.014169982634484768, 0.0006902163731865585, -0.0364447645843029, 0.02408628538250923, 0.002041296102106571, 0.019255610182881355, 0.01824921928346157, -0.011016624979674816, 0.008192021399736404, 0.016155926510691643, 0.007031316868960857, 0.029010891914367676, -0.01532397698611021, -0.014599375426769257, -0.00980224646627903, -0.0007334072724916041, -0.017122061923146248, -0.021013440564274788, 0.0034754029475152493, 0.023925263434648514, -0.026944436132907867, -0.00521310418844223, -0.01563260331749916, 0.03134571760892868, -0.01696103997528553, -0.012653687037527561, -0.030486932024359703, 0.018517591059207916, -0.007178920786827803, -0.003965179901570082, -0.026367438957095146, 0.012854965403676033, -0.00024300144286826253, 0.030540606006979942, -0.013156882487237453, -0.014089470729231834, -0.005421091802418232, 0.0003367215977050364, 0.03215083107352257, 0.0025293955113738775, 0.0064979298040270805, -0.021134207025170326, 0.019188517704606056, 0.018463917076587677, 0.02615274116396904, -0.029735492542386055, -0.026018556207418442, -0.0007979840156622231, 0.005300324875861406, -0.02820577844977379, 0.0035659780260175467, 0.019846025854349136, -0.023079896345734596, 0.013901611790060997, 0.0157533697783947, -0.0004990021116100252, 0.0007686309400014579, -0.0042436146177351475, 0.005699526518583298, 3.834244125755504e-05, -0.003532431786879897, 0.00018209383415523916, -0.017886919900774956, 0.04693806543946266, 0.04242943599820137, -0.005568695720285177, -0.004783710930496454, 0.03003070130944252, -0.004206713289022446, -0.002638421254232526, -0.001670608762651682, -0.008339624851942062, -0.004867576994001865, 0.00982237420976162, -0.0028162167873233557, -0.009010552428662777, 0.024408331140875816, -0.010553685016930103, 0.002779315924271941, 0.027669036760926247, 0.007084991317242384, 0.035639651119709015, -0.011855283752083778, -0.015860719606280327, 0.011472854763269424, 0.02148308791220188, 0.02422047220170498, 0.0008680120809003711, 0.021657530218362808, 0.02163069322705269, 0.005031954031437635, 0.00406581861898303, -0.013284358195960522, -0.025763604789972305, 0.010996496304869652, -0.04444221779704094, -0.01302269659936428, -0.021858807653188705, -0.020543791353702545, 0.038081828504800797, -0.011446017771959305, 0.022476060315966606, -0.017377015203237534, 0.002079874277114868, 0.02345561422407627, 0.010835474357008934, -0.03770610690116882, 0.02744092233479023, 0.009694897569715977, 0.01242557168006897, -0.025924626737833023, 0.006447610445320606, -0.022489478811621666, 0.004132911562919617, 0.02471695840358734, 0.008956878446042538, 0.0012646977556869388, 0.013291067443788052, 0.003706872696056962, 0.0018215673044323921, 0.006575086619704962, 0.0055485679768025875, 0.0006474447436630726, 0.030379584059119225, 0.0061691757291555405, -0.007628442253917456, -0.0019205290591344237, -0.01535081397742033, -0.006773009896278381, -0.010607358999550343, -0.002435465808957815, -0.011835156008601189, -0.035585977137088776, -0.002915178658440709, 0.018450498580932617, -0.026005137711763382, -0.004183230921626091, 0.020436441525816917, 0.0068568759597837925, 0.0097284447401762, 0.01828947477042675, 0.006991061381995678, -0.005867258179932833, 0.012895220890641212, 0.008715344592928886, -0.013928448781371117, -0.009292341768741608, 0.007970615290105343, 0.0300038643181324, 0.018557846546173096, -0.02086583524942398, 0.020758487284183502, 0.02344219572842121, 0.008218858391046524, 0.01705496944487095, 0.013109917752444744, 0.011895539239048958, 0.03335849940776825, 0.03389524295926094, -0.01752461865544319, -0.0024924944154918194, 0.005078918766230345, -0.0038544766139239073, 0.021845389157533646, 0.011117263697087765, -0.02608564868569374, 0.017792988568544388, 0.02469012141227722, 0.0008260791073553264, 0.02161727473139763, 0.019980212673544884, -0.035666488111019135, -0.03209715709090233, -0.004374445416033268, -0.01694762147963047, 0.020087560638785362, 0.032285016030073166, -0.03131888061761856, 0.0026786767411977053, -0.014156564138829708, 0.013754007406532764, -0.00020190715440548956, 0.011734516359865665, 0.006326843518763781, 0.015565510839223862, 0.008400008082389832, -0.02882303297519684, -0.6582601070404053, -0.015605766326189041, 0.022583410143852234, -0.03797448053956032, 0.007272850722074509, 0.03072846494615078, 0.03070162795484066, 0.025213444605469704, 0.00946678314357996, 0.03215083107352257, 0.014304167591035366, 0.004257033113390207, -0.018423661589622498, -0.012271258048713207, -0.005085628014057875, -0.02230161987245083, 0.013982122763991356, -0.04073869809508324, -0.004770292434841394, 0.01212365459650755, -0.009419817477464676, 0.019054332748055458, -0.016571901738643646, -0.0007040541968308389, -0.0036699718330055475, -0.002014458877965808, 0.02471695840358734, 0.01563260331749916, 0.004981634207069874, 0.008004161529242992, -0.009164865128695965, 0.008675088174641132, 0.024032611399888992, 0.0015288753202185035, 0.051983438432216644, -0.0012680523796007037, 0.0032623833976686, 0.004857512656599283, 0.02560258097946644, 0.03982623666524887, -0.011083717457950115, -0.01834314875304699, 0.012331642210483551, 0.00782972015440464, 0.0028246035799384117, 0.010694579221308231, 0.034995563328266144, -0.008453682996332645, -0.012506082653999329, 0.0029571116901934147, 0.021697785705327988, 0.01961791142821312, -0.02550865150988102, 0.01822238229215145, 0.011513110250234604, -0.01207668986171484, 0.023992355912923813, -0.010198093019425869, 0.0010449690744280815, 0.008279241621494293, 0.0022543154191225767, -0.012559756636619568, 0.0022341874428093433, -0.01573995128273964, -0.02685050666332245, 0.00980224646627903, 0.0049346694722771645, -0.0013812714023515582, 0.00488435011357069, -0.028313128277659416, 0.020436441525816917, -0.008567740209400654, -0.004944733344018459, -0.03593486174941063, 0.009178283624351025, 0.0015942907193675637, 0.02341535873711109, -0.008983715437352657, -0.011459436267614365, 0.008648251183331013, -0.015095861628651619, 0.00025830697268247604, -0.04197320342063904, 0.006910549942404032, 0.03400259092450142, 0.025226863101124763, -0.013928448781371117, -0.03177511319518089, -0.005850485060364008, -0.020033886656165123, 0.01278787199407816, -0.005746491253376007, -0.010372534394264221, -0.024421749636530876, 0.008460392244160175, 0.04516682028770447, -0.019430050626397133, 0.007997452281415462, 0.01896040327847004, -0.02412654273211956, -0.012626850046217442, -0.006199367344379425, -0.025079257786273956, 0.005414382554590702, 0.061134885996580124, 0.01505560614168644, -0.004488503094762564, -0.002650162437930703, 0.03577383980154991, -0.015552092343568802, -0.007252722978591919, -0.013559438288211823, -0.015887556597590446, 0.006310070399194956, 0.01496167667210102, -0.023348266258835793, 0.017833244055509567, -0.02091950923204422, 0.011989468708634377, -0.01898724026978016, -0.009305760264396667, 0.0030393002089112997, 0.020007049664855003, -0.004780356306582689, -0.01496167667210102, -0.007306396961212158, 0.007688825484365225, -0.0021670947317034006, -0.009070935659110546, -0.005300324875861406, 0.01245240867137909, 0.0018836280796676874, 0.0022744431626051664, -0.01498851366341114, 0.02820577844977379, 0.003971889149397612, 0.001050001010298729, -0.009245377033948898, -0.0012303127441555262, -0.04320771247148514, -0.009265504777431488, -0.013250811956822872, 0.010305441915988922, 0.002782670548185706, -0.0003635586763266474, -0.0202083270996809, -0.023401940241456032, -0.006085309665650129, 0.02540130354464054, 0.009077644906938076, -0.006709272041916847, -0.011123972944915295, -0.006350325886160135, 0.03733038902282715, -0.030352747067809105, -0.022623665630817413, 0.016638994216918945, -0.015941230580210686, 0.0033546360209584236, -0.042187903076410294, -0.01535081397742033, 0.02820577844977379, -0.011083717457950115, -0.018141871318221092, -0.005078918766230345, -0.01044633612036705, 0.01633036881685257, 0.009701606817543507, -0.002676999429240823, -0.037545084953308105, 0.020718231797218323, 0.007903522811830044, -0.016746342182159424, -0.00035307544749230146, -0.009902885183691978, 0.014371260069310665, 0.0001542084210086614, -0.01540448796004057, 0.02409970574080944, -0.004713263362646103, -0.009285632520914078, 0.01563260331749916, -0.02750801481306553, -0.012231002561748028, 0.03193613514304161, 0.013780844397842884, 0.029279261827468872, 0.02287861704826355, -0.015095861628651619, 0.018611520528793335, 0.009419817477464676, 0.01634378731250763, 0.007702243980020285, -0.005595532711595297, -0.02935977466404438, 0.004787065554410219, 0.0034083102364093065, 0.019591074436903, 0.002177158836275339, 0.013505764305591583, 0.03743773698806763, -0.01210352685302496, 0.02556232549250126, -0.002490817103534937, -0.00017349758127238601, 0.005652561783790588, -0.0007560511003248394, -0.019389795139431953, 0.03351952135562897, 0.011231320910155773, 0.010372534394264221, -0.009252086281776428, -0.004136266186833382, -0.03853805735707283, -0.002487462479621172, 0.02152334526181221, -0.0023046350106596947, 0.01706838794052601, -0.007386908400803804, 0.0022845070343464613, -0.006491220556199551, 0.004236905369907618, 0.02740066684782505, 0.01578020676970482, -0.01753803715109825, -0.01046646386384964, 0.013170300982892513, 0.000523323193192482, 0.0018987240036949515, -0.030245397239923477, 0.002487462479621172, -0.0007661149720661342, 0.01276774425059557, -0.006128919776529074, 0.01271407026797533, 0.010392662137746811, -0.0028380220755934715, -0.014760398305952549, 0.042912501841783524, -0.010198093019425869, 0.027830060571432114, 0.023133570328354836, 0.011016624979674816, 0.009205121546983719, 0.015471581369638443, 0.002764220116659999, 0.04175850749015808, 0.011754644103348255, -0.029896516352891922, 0.017484363168478012, -0.011808319017291069, 0.0249316543340683, -0.01536423247307539, -0.008373171091079712, 0.02734699286520481, -0.007762627676129341, 0.013754007406532764, 0.029789166525006294, 0.03719620406627655, 0.023321429267525673, -0.006249686703085899, -0.008628123439848423, 0.002168772043660283, 0.0022677339147776365, 0.029520796611905098, 0.013539310544729233, -0.0022308328188955784, -0.023267755284905434, -0.05238599702715874, 0.002398564713075757, -0.008098090998828411, -0.009030680172145367, -0.014854327775537968, 0.01441151648759842, 0.02283836156129837, 0.013277648948132992, 0.015954649075865746, 0.007648569997400045, 0.0027088685892522335, 0.010540266521275043, -0.04495212063193321, -0.013123336248099804, 0.019792351871728897, 0.02219427190721035, -0.006877003703266382, -0.013586275279521942, -0.03327798843383789, 0.0029034374747425318, 0.00394169706851244, 0.0030996836721897125, -0.022516315802931786, 0.008004161529242992, 0.03188246116042137, 0.005790101829916239, -0.03215083107352257, 0.0020194908138364553, 0.025723349303007126, -0.004102719947695732, -0.031077347695827484, 0.004827321041375399, 0.030996836721897125, -0.013089790008962154, -0.013606403954327106, -0.008071254007518291, 0.04095339775085449, 0.00603834493085742, -0.01245911791920662, -0.027051784098148346, -0.01474697981029749, -0.020007049664855003, -0.004719972610473633, -0.005665980279445648, -0.0123651884496212, -0.027293318882584572, 0.011405762284994125, -0.011486273258924484, -0.001610225299373269, -0.005508312489837408, 0.012331642210483551, 0.014814072288572788, -0.003532431786879897, 0.00021375321375671774, -0.009661351330578327, 0.014371260069310665, 0.049997493624687195, 0.008648251183331013, -0.003502239938825369, 0.019134843721985817, -0.04052400216460228, -0.012512791901826859, -0.020087560638785362, -0.02474379539489746, 0.01692078448832035, -0.007903522811830044, 0.002883309731259942, -0.011378925293684006, -0.013720461167395115, 0.006544895004481077, -0.0031718083191663027, 0.003975243773311377, -0.004126202315092087, -0.012304804287850857, -0.00046126244706101716, -0.019752096384763718, -0.00622284971177578, -0.0045052762143313885, 0.0195239819586277, 0.02219427190721035, 0.018517591059207916, 0.037518247961997986, 0.03837703540921211, 0.019175099208950996, 0.006897131446748972, -0.006977642886340618, -0.0015716470079496503, 0.0014928129967302084, 0.011492982506752014, 0.018047941848635674, -0.013606403954327106, 0.013901611790060997, 0.0073801991529762745, 0.007943778298795223, 0.010828765109181404, -0.02619299851357937, 0.015592347830533981, 0.014357841573655605, 0.0028480859473347664, -0.008795855566859245, 0.009694897569715977, -0.025723349303007126, -0.012546338140964508, 0.003277479438111186, -0.01273419801145792, -0.0027591881807893515, 0.016826853156089783, 0.004075882490724325, -0.01693420298397541, -0.011003205552697182, -0.0020698104053735733, -0.010231639258563519, 0.01505560614168644, -4.3950971303274855e-05, -0.007346652913838625, -0.05496235564351082, -0.01692078448832035, -0.038242850452661514, -0.0026216479018330574, -0.013780844397842884, 0.0005639981827698648, -0.00024174345890060067, -0.0018769188318401575, -0.021254973486065865, 0.00394169706851244, -0.016223018988966942, -0.005129238590598106, -0.013915030285716057, -0.034324634820222855, -0.0156862773001194, -0.009896175935864449, -0.011137391440570354, 0.0006939903250895441, -0.007266141474246979, 0.01761854812502861, 0.00253778207115829, -0.01210352685302496, -0.02228820137679577, 0.020745068788528442, -0.02282494306564331, -0.003653198480606079, 0.005377481691539288, 0.027722710743546486, -0.011835156008601189, -0.0016085479874163866, 0.015431325882673264, -0.012646977789700031, -0.008084672503173351, -2.964135455840733e-05, -0.01042620837688446, -0.00474010081961751, 0.011828446760773659, 0.012231002561748028, 0.02093292772769928, -0.0015079089207574725, -0.037491410970687866, -0.011278286576271057, 0.0050353086553514, 0.0009711671154946089, -0.015484999865293503, 0.010674451477825642, -0.004132911562919617, -0.00188530539162457, 0.017363596707582474, -0.006028281059116125, -0.030352747067809105, 0.01206327136605978, -0.026327183470129967, -0.019228773191571236, 0.03147990256547928, 0.00783642940223217, 0.0202754195779562, -0.004656234756112099, -0.008547612465918064, -0.0017645384650677443, -0.004914541728794575, -0.013539310544729233, -0.005270133260637522, 0.007789464667439461, 0.013888193294405937, -0.026246672496199608, -3.3231863199034706e-05, -0.02679683268070221, -0.03223134204745293, -0.018624939024448395, -0.026890762150287628, -0.006883712951093912, 0.03153357654809952, -0.006450965069234371, -0.020584046840667725, -0.016129089519381523, 0.011593622155487537, -0.011962631717324257, 0.004626043140888214, -0.00950032938271761, -0.020677976310253143, 0.0150690246373415, -0.019443470984697342, 0.0014123017899692059, -0.03258022293448448, -0.016115671023726463, -0.03459300473332405, -0.01040608063340187, 0.013915030285716057, -0.008493938483297825, 0.02093292772769928, -0.0030896198004484177, 0.011459436267614365, 0.0012747616274282336, 0.007125246804207563, 0.0025008812081068754, -0.032902270555496216, -0.00040947526576928794, -0.018785960972309113, 0.011164228431880474, 0.025307374075055122, 0.042831990867853165, 0.00018251316214445978, 0.01204985287040472, 0.0031500032637268305, -0.0036397799849510193, 0.014116307720541954, -0.0010240026749670506, 0.018732286989688873, -0.02671632170677185, -0.014840909279882908, 0.026917599141597748, 0.009164865128695965, 0.00751438457518816, -0.019939955323934555, -0.009023970924317837, 0.014639630913734436, -0.007702243980020285, -0.007386908400803804, -0.0051896218210458755, -0.023066477850079536, 0.011392343789339066, 0.0013326291227713227, 0.005340580362826586, 0.018799379467964172, -0.02216743491590023, -0.006021571345627308, -0.002893373603001237, -0.005766619462519884, 0.027695873752236366, -0.031023673713207245, 0.037625595927238464, -0.004995053168386221, 0.01834314875304699, 0.02604539319872856, 0.029520796611905098, -0.026917599141597748, -0.0007136987987905741, -0.0019138198113068938, -0.0057129450142383575, 0.0066690160892903805, -0.007299687713384628, 0.039611540734767914, 0.006276523694396019, -0.02211376093327999, -0.004025563132017851, 0.017779570072889328, -0.01835656724870205, 0.010010234080255032, 0.006397290620952845, -0.019711840897798538, 0.015847301110625267, -0.023643475025892258, -0.03601537272334099, -0.006732754409313202, 0.01772589609026909, 0.009560712613165379, -0.007407036144286394, 0.01472014281898737, -0.006081955041736364, -0.007789464667439461, -0.011714388616383076, 0.0010785154299810529, 0.026018556207418442, -0.016223018988966942, 0.03266073763370514, 0.0028480859473347664, 0.00406581861898303, -0.020570628345012665, -0.007776046171784401, 0.008339624851942062, 0.003951761405915022, 0.014344423078000546, 0.010231639258563519, -0.0013653368223458529, -0.013116627000272274, 0.010687869973480701, -0.012177328579127789, 0.004300643224269152, -0.0254147220402956, 0.024072866886854172, 0.01763196662068367, 0.010681160725653172, 0.009037389419972897, -0.004971570335328579, -0.014827490784227848, -0.011311832815408707, -0.01505560614168644, 0.012935476377606392, -0.001720928237773478, -0.020637720823287964, -0.019376376643776894, 0.008473810739815235, -0.002799443667754531, 0.017175735905766487, -0.0052869063802063465, -0.0074741290882229805, -0.004756873939186335, -0.003237223718315363, 0.003416696796193719, 0.00319025875069201, 0.008071254007518291, 0.008701926097273827, -0.00043442536843940616, 0.02420705370604992, 0.02224794588983059, 0.03673997148871422, -0.009144737385213375, -0.01235847920179367, 0.0014525573933497071, 0.028849869966506958, 0.003710227319970727, -0.01752461865544319, -0.0010047134710475802, -0.01771247759461403, 0.014814072288572788, -0.020047305151820183, 0.01040608063340187, -0.007339943666011095, -0.03147990256547928, -0.0006428321357816458, 0.0032154186628758907, 0.014867746271193027, -0.029601307585835457, -0.0033277987968176603, -0.0009837469551712275, -0.00035244645550847054, -0.011466145515441895, -0.009184992872178555, 0.014465190470218658, -0.0076418607495725155, -0.0019809126388281584, -0.005528440233319998, -0.006454319693148136, -0.0011665746569633484, -0.011573494412004948, 0.003369731828570366, -0.017296502366662025, 0.0029202105943113565, -0.029091402888298035, 0.039182148873806, -0.008118218742311, 0.01571311429142952, -0.034968726336956024, 0.03325115144252777, -0.014331004582345486, -0.017792988568544388, 0.009225249290466309, -0.01046646386384964, -0.025052420794963837, 0.0014970062766224146, 0.021053696051239967, 0.01041949912905693, 0.0022056731395423412, -0.01631694845855236, 0.009265504777431488, -0.02079874277114868, 0.008842820301651955, -0.008165184408426285, -0.012948894873261452, 0.0027021593414247036, -0.0456230491399765, 0.017403852194547653, 0.01957765594124794, -0.012928767129778862, -0.02741408534348011, -0.025159770622849464, 0.00474681006744504, -0.0065012844279408455, -0.021375739946961403, -0.01961791142821312, 0.007655279245227575, 0.013767425902187824, -0.02352270670235157, 0.0034284379798918962, 0.006115501280874014, -0.009003843180835247, -0.015136117115616798, 0.011949213221669197, -0.003029236337170005, 0.01008403580635786, -0.005984670482575893, -0.012915348634123802, 0.004639461636543274, 0.009225249290466309, -0.003804157255217433, -0.008212149143218994, -0.018155289813876152, -0.016759760677814484, -0.04100707173347473, 0.02542814053595066, -0.023911844938993454, 0.021228136494755745, 0.023187244310975075, -0.015968067571520805, -0.007152083795517683, -0.014089470729231834, -0.013807681389153004, -0.022368712350726128, 0.012969022616744041, -0.0026753221172839403, 0.015954649075865746, -0.0014332681894302368, -0.00638051750138402, 0.023697149008512497, 0.011929085478186607, 0.01902749575674534, -0.017336757853627205, 0.014760398305952549, -0.004901123233139515, 0.00044616658124141395, -0.0012865029275417328, 0.0033814730122685432, -0.03445881977677345, -0.009694897569715977, 0.013968704268336296, 0.011352088302373886, 0.020610883831977844, 0.043422408401966095, -0.0019406569190323353, 0.0018383405404165387, -0.012532919645309448, -0.005260069388896227, 0.0003924923948943615, -0.004176521673798561, 0.019966794177889824, -0.025267118588089943, -0.007454001344740391, 0.013888193294405937, 0.0043408991768956184, -0.009688188321888447, -2.2709313270752318e-05, -0.0078431386500597, -0.00788339413702488, -0.008748890832066536, -0.05077577009797096, 0.0035793965216726065, -0.014089470729231834, -0.024649865925312042, -0.001075160806067288, 0.018115034326910973, 0.02277126908302307, 0.005300324875861406, 0.013928448781371117, 0.0007971453596837819, -0.009131318889558315, 0.00037760622217319906, -0.011929085478186607, -0.02152334526181221, 0.02016807161271572, -0.002061423845589161, -0.014156564138829708, -0.02992335334420204, 0.004508630838245153, -0.018128452822566032, 0.0051896218210458755, -0.008883075788617134, 0.005464701913297176, -0.008104800246655941, -0.0018903373274952173, -0.010976368561387062, -0.01539106946438551, 0.007594896014779806, -0.015941230580210686, -0.0062362682074308395, -0.03641792759299278, -0.014532282948493958, -0.0023599863052368164, -0.042724642902612686, 0.00474681006744504, -0.015847301110625267, -0.009627805091440678, -0.03078213892877102, -0.010312151163816452, 0.03585435077548027, -0.002864859066903591, 0.016545064747333527, 0.2004193663597107, 0.012036433443427086, 0.03786713257431984, -0.009037389419972897, -0.010815346613526344, 0.003938342444598675, 0.016545064747333527, -0.0014827491249889135, -0.015444744378328323, 0.029010891914367676, 0.012888511642813683, 0.023053057491779327, -0.027239644899964333, 0.005011826287955046, -0.008259113878011703, -0.030862651765346527, -0.032258179038763046, -0.014894583262503147, -0.005914223380386829, -0.0038813138380646706, -0.0031214887276291847, 0.007581477519124746, -0.005588823463767767, 0.015109280124306679, 0.04449589177966118, 0.006249686703085899, -0.013371579349040985, 0.005498248152434826, 0.017242828384041786, 0.007943778298795223, -0.013338032178580761, -0.020597465336322784, 0.0104798823595047, 0.020677976310253143, 0.012277967296540737, -0.0030141405295580626, -0.002502558520063758, -0.007138665299862623, 0.010754963383078575, -0.014062633737921715, 0.005270133260637522, 0.003710227319970727, -0.0002664838975761086, -0.03971888870000839, 0.02745434083044529, 0.0006549926474690437, -0.016840271651744843, -0.021429413929581642, 0.027937408536672592, 0.009023970924317837, -0.007984033785760403, 0.009191702120006084, 0.009594258852303028, 0.03875275328755379, 0.00750767532736063, -0.005652561783790588, -0.001416495069861412, 0.017444107681512833, 0.02228820137679577, 0.009077644906938076, -0.008836111053824425, 0.030352747067809105, -0.006179239600896835, 0.01569969579577446, -0.007084991317242384, 0.027159132063388824, -0.013720461167395115, 0.005676044151186943, -0.01235176995396614, -0.021107370033860207, 0.008930040523409843, -0.020530372858047485, 0.0019087878754362464, 0.007802883163094521, 0.008594577200710773, -0.010010234080255032, 0.019403213635087013, 0.026380857452750206, 0.029037728905677795, 0.013177010230720043, -0.021013440564274788, 0.0030896198004484177, -0.020074142143130302, -0.02560258097946644, -0.02153676375746727, -0.03934317082166672, 0.027615362778306007, -0.009050807915627956, -0.016786597669124603, -0.014532282948493958, 0.014505445957183838, -0.026474786922335625, -0.008493938483297825, 0.04226841405034065, 0.008272532373666763, 0.010828765109181404, -0.01074154395610094, 0.0057162996381521225, -0.00748083833605051, -0.013505764305591583, -0.005310388747602701, 0.06800518184900284, 0.013794262893497944, 0.01834314875304699, -0.027038365602493286, -0.0201412346214056, 0.01235176995396614, -0.0034183741081506014, -0.011157519184052944, -0.0017695705173537135, 0.004636107012629509, -0.02146966941654682, 0.005857194308191538, -0.019067751243710518, 0.015270303003489971, 0.00749425683170557, 0.006377162877470255, -0.01757829263806343, -0.010889148339629173, 0.00013712074724026024, -0.018141871318221092, -0.01567285880446434, 0.009265504777431488, 0.004186585545539856, 0.0005224845372140408, -0.0062429774552583694, -0.0012672137236222625, -0.007588186766952276, 0.00786997564136982, -0.004216777626425028, -0.01834314875304699, -0.027011528611183167, 0.009433235973119736, 0.015833882614970207, -0.0033361853566020727, 0.014599375426769257, 0.0060685365460813046, -0.022610247135162354, 0.02799108251929283, 0.018061360344290733, -0.015927812084555626, -0.0041463300585746765, 0.02415337972342968, 0.0016898978501558304, 0.019792351871728897, -0.007594896014779806, 0.01045975461602211, 0.016706086695194244, -0.008574449457228184, -0.007695534732192755, -0.008614704944193363, 0.003857831470668316, 7.00280288583599e-05, -0.0341099388897419, 0.016679249703884125, -0.008802564814686775, -0.006081955041736364, -0.023334847763180733, -0.013264230452477932, 0.011848574504256248, -0.034217286854982376, 0.018544428050518036, 0.006793137639760971, 0.0002838860673364252, -0.0124322809278965, -0.005471411161124706, -0.17100591957569122, 0.029762329533696175, 0.024998746812343597, -0.021402576938271523, 0.012472536414861679, 0.003992016892880201, -0.003126520663499832, -0.00815176498144865, 0.03129204362630844, -0.012579885311424732, 0.007420454639941454, -0.035612814128398895, -0.017175735905766487, -0.005575404968112707, -0.008628123439848423, 0.0025931335985660553, -0.0001895369350677356, 0.008440264500677586, 0.02491823583841324, 0.021147625520825386, 0.012157200835645199, -0.026286927983164787, 0.017457526177167892, -0.01039937138557434, 0.0007141181267797947, 0.006877003703266382, -0.001967493910342455, 0.003998726140707731, -0.006890422198921442, -0.03180195018649101, 0.0056223697029054165, 0.0031751629430800676, 0.010614068247377872, 0.016585320234298706, 0.021053696051239967, -0.0006663145613856614, -0.008480519987642765, 0.009064226411283016, -0.0067629460245370865, 0.025790441781282425, 0.023133570328354836, 0.014585956931114197, 0.004458311013877392, -0.006722690537571907, 0.0202754195779562, 0.012828128412365913, -0.007715662941336632, -0.004817257169634104, 0.006984352134168148, -0.005665980279445648, -0.0005723847425542772, -0.013633240945637226, -0.008815983310341835, 0.0015540351159870625, 0.0004524565301835537, -0.01532397698611021, 0.003804157255217433, 0.014840909279882908, 0.003369731828570366, -0.010942822322249413, 0.006937387399375439, -0.01571311429142952, 0.0056257243268191814, -0.003312702989205718, 0.006937387399375439, -0.023925263434648514, 0.0038276396226137877, 0.02809843048453331, -0.025039002299308777, -0.007091700565069914, 0.00034028588561341166, 0.006917259190231562, 0.012861674651503563, -0.0035928150173276663, -0.004468374885618687, 0.031238369643688202, -0.006434191949665546, 0.016598738729953766, 0.007568058557808399, -0.013150173239409924, -0.01826263777911663, -0.0014768785331398249, 0.011539948172867298, -0.002982271369546652, -0.027132295072078705, -0.007796173915266991, -0.007749209180474281, 0.0024170151446014643, 0.0011783158406615257, -0.025267118588089943, 0.013371579349040985, -0.03990675136446953, -0.017162317410111427, 0.0074741290882229805, -0.023750822991132736, 0.0036196522414684296, 0.007970615290105343, -0.0011120617855340242, 0.010681160725653172, 0.016732923686504364, 0.010848892852663994, 0.010875729843974113, -0.0056391432881355286, 0.002710545901209116, -0.012901930138468742, 0.009433235973119736, 0.01308307982981205, -0.0033898595720529556, 0.04744797199964523, -0.01074825320392847, -0.01948372647166252, -0.0050353086553514, -0.010862311348319054, 0.006826684344559908, 0.002802798291668296, 0.02489139884710312, 0.019161680713295937, -0.002739060204476118, 0.005894095171242952, -0.019913118332624435, 0.06134958192706108, -0.005689462646842003, -0.030540606006979942, 0.01569969579577446, 0.00978211872279644, -0.0017964075086638331, -0.13418543338775635, -0.011560075916349888, 0.013103208504617214, -0.010707997716963291, -0.0049313148483633995, 0.004857512656599283, 0.0027340282686054707, 0.025736767798662186, -0.0030174951534718275, 0.020114397630095482, -0.021697785705327988, -0.020785324275493622, -0.0002933209761977196, -0.019201936200261116, 0.004096010699868202, 0.00035517208743840456, -0.01838340424001217, -0.016196181997656822, -0.010614068247377872, 0.03386840596795082, -0.01951056346297264, -0.005404318682849407, 0.012653687037527561, -0.000296675629215315, 0.009869338944554329, 0.007084991317242384, -0.025052420794963837, 0.0022777977865189314, -0.0038309942465275526, -0.0013854646822437644, 0.01694762147963047, -0.02416679821908474, 0.021268391981720924, -0.011539948172867298, -0.006742818281054497, -0.008554321713745594, -0.010768381878733635, -0.0026719674933701754, 0.038216013461351395, 0.0009703284595161676, 0.008400008082389832, 0.03266073763370514, -0.0032892206218093634, -1.858153882494662e-05, 0.008641541935503483, -0.011620459146797657, -0.013492345809936523, 0.025146352127194405, 0.0002211963146692142, -0.01839682273566723, -0.02079874277114868, -0.014196819625794888, -0.03209715709090233, -0.0010390984825789928, 0.016075415536761284, -0.007910232059657574, 0.018504172563552856, 0.017430689185857773, -0.017350176349282265, -0.003602879121899605, -0.001645448966883123, -0.0007719856221228838, -0.0038343488704413176, 0.015833882614970207, 0.01823580078780651, 0.0008554321830160916, -0.03314380347728729, -0.001928915735334158, 0.020060723647475243, -0.03343901038169861, -0.009117900393903255, 0.005307034123688936, -0.023120151832699776, 0.01702813245356083, -0.013874774798750877, -0.028500987216830254, -0.0038343488704413176, -0.03131888061761856, 0.005313743371516466, 0.005605596583336592, -0.013606403954327106, -0.02556232549250126, 0.017430689185857773, -0.023656893521547318, 0.01501535065472126, 0.023630056530237198, 0.028608335182070732, 0.009319178760051727, 0.029118239879608154, -0.03934317082166672, -0.0003954277199227363, 0.025964882224798203, 0.02474379539489746, -0.026005137711763382, -0.005011826287955046, 0.01504218764603138, 0.002802798291668296, -0.03268757462501526, -0.03193613514304161, 0.016679249703884125, -0.019295865669846535, -0.0075479308143258095, -0.030969999730587006, 0.025320792570710182, -0.016813434660434723, 0.022328456863760948, 0.00253107282333076, -0.027695873752236366, -0.01270065177232027, -0.00010341713641537353, 0.014451771974563599, 0.02079874277114868, -0.01535081397742033, 0.007017898373305798, -0.016585320234298706, -0.006736109033226967, -0.018074778839945793, -0.013552729040384293, 0.022583410143852234, -0.006135629024356604, -0.022476060315966606, 0.008554321713745594, -0.01832973025739193, 0.0038410581182688475, -0.004397927783429623, 0.003280834062024951, -0.02015465311706066, -0.014814072288572788, 0.007292978465557098, 0.01246582716703415, 0.010875729843974113, 0.014559119939804077, 0.015552092343568802, -0.029252424836158752, 0.019752096384763718, 0.018517591059207916, -0.011620459146797657, -0.015176373533904552, -0.011030043475329876, 0.04256362095475197, 0.041570648550987244, 0.031694602221250534, 0.01045975461602211, -0.04621346667408943, 0.012251130305230618, -0.025897789746522903, -0.012854965403676033, -0.03193613514304161, -0.01820896379649639, 0.004381154663860798, -0.006554958876222372, -0.0002876600483432412, 0.050695259124040604, 0.005565341096371412, 0.005125883966684341, -0.013183719478547573, -0.03327798843383789, -0.03327798843383789, 0.015900975093245506, 0.004538822453469038, -0.02801791951060295, -0.014424934983253479, 0.025991719216108322, 0.013680205680429935, 0.00748083833605051, -0.02558916248381138, 0.00974186323583126, -0.018557846546173096, -0.02160385623574257, 0.0030812332406640053, -0.0019658165983855724, -0.02278468757867813, -0.016477972269058228, 0.0010734834941104054, -0.016813434660434723, 0.0014785558450967073, 0.006870294455438852, 0.012137073092162609, 0.01631694845855236, -0.006565022747963667, -0.007017898373305798, 0.004693135619163513, 0.017779570072889328, -0.004787065554410219, -0.01629011146724224, 0.009540584869682789, 0.018705449998378754, -0.013317904435098171, 0.008587867952883244, 0.006128919776529074, 0.000530871155206114, 0.011083717457950115, -0.022368712350726128, 0.022569991648197174, -0.013552729040384293, 0.01898724026978016, 0.0031181341037154198, -0.004622688516974449, -0.005964542739093304, -0.00309800636023283, -0.0014517187373712659, -0.005575404968112707, 0.03593486174941063, 0.019752096384763718, 0.008238986134529114, -0.02553548850119114, -0.0038846684619784355, 0.017444107681512833, -0.04390547424554825, -0.03714253008365631, -0.005169494077563286, -0.0014248816296458244, 0.009990106336772442, -0.0012110235402360559, -0.010627486743032932, 0.00719233974814415, -0.016773179173469543, 0.018504172563552856, -0.009721735492348671, -0.0050990465097129345, -0.014948258176445961, 0.021389158442616463, -0.01011087279766798, 0.03504923731088638, 0.011929085478186607, -0.02079874277114868, 0.02753485180437565, 0.021818552166223526, -0.009446654468774796, -0.0005082273273728788, 0.013398416340351105, 0.0014869424048811197, 0.005333871114999056, -0.0008575288229621947, 0.004548886325210333, -0.021966155618429184, -0.01828947477042675, -0.016437716782093048, -0.011352088302373886, 0.013794262893497944, -0.0034686936996877193, 0.06279878318309784, 0.015847301110625267, -0.011137391440570354, 0.0202083270996809, -0.00506214564666152, -0.008077963255345821, 0.00489776860922575, 0.014008959755301476, 0.005833711940795183, -0.010707997716963291, 0.01706838794052601, 0.009949849918484688, 0.0006554119754582644, -0.03354635834693909, -0.006514702923595905, 0.008762309327721596, -0.028420476242899895, -0.0017125416779890656, -0.008688507601618767, -0.013096499256789684, 0.006776364520192146, 0.005833711940795183, -0.0048642223700881, 0.001746088033542037, -0.011747934855520725, 0.0007132794708013535, 0.03070162795484066, 0.0254147220402956, -0.003451920347288251, -0.03185562416911125, -0.0034284379798918962, 0.01898724026978016, -0.04693806543946266, -0.024059448391199112, 0.027266481891274452, 0.011660714633762836, 0.006645533721894026, -0.02553548850119114, -0.006984352134168148, 0.010580522008240223, -0.019980212673544884, 0.01074825320392847, -0.024488842114806175, -0.024394912645220757, 0.006437546573579311, 0.013465508818626404, -0.01759171113371849, -0.017967430874705315, -0.03416361287236214], \"8223576d-2b26-401a-be45-58513ac23505\": [0.013281391002237797, -0.004795684479176998, -0.0011863185791298747, -0.020406024530529976, 0.0018920605070888996, 0.022220788523554802, -0.0149348434060812, -0.006859139539301395, 0.009026775136590004, -0.022005705162882805, 0.005464458838105202, -0.0074943071231245995, 0.03266577050089836, 0.003474938916042447, 0.010633178986608982, 0.010915474966168404, 0.013469588942825794, 0.0005935793742537498, 0.011264985427260399, -0.03129461407661438, -0.0130058154463768, -0.012864667922258377, 0.00028628756990656257, -0.004036171827465296, -0.0036597761791199446, -0.018806342035531998, 0.019895201548933983, -0.03398315608501434, 0.01934405043721199, 0.0149348434060812, 0.0019844791386276484, -0.01079449150711298, -0.01562042161822319, -0.025447038933634758, -0.0046242899261415005, -0.019962415099143982, -0.007622012868523598, -0.02758442796766758, 0.013966969214379787, -0.02390112727880478, 0.018954211845993996, 0.006610449403524399, -0.014760089106857777, 0.011520396918058395, 0.003706825664266944, 0.020419467240571976, -0.014128281734883785, -0.004748634994029999, -0.022933252155780792, -0.00823365617543459, 0.014397135935723782, 0.021441113203763962, -0.028848042711615562, -0.0055921645835042, -0.0149214006960392, 0.031751666218042374, -0.0034614962060004473, 0.008522674441337585, -0.0037773996591567993, -0.03788153827190399, 0.003931990824639797, -0.015270911157131195, -0.02443883568048477, -0.011715316213667393, -0.010895311832427979, 0.0017273874254897237, 0.0056089679710567, -0.0028212873730808496, -0.001846691477112472, -0.011580889113247395, 0.015176812186837196, 0.013698115013539791, -0.0001552212197566405, -0.010639900341629982, 0.04177992418408394, 0.008394968695938587, 0.0011980809504166245, -0.011049902066588402, -0.010243340395390987, -0.015244025737047195, 0.018214862793684006, 0.0009023415041156113, -0.025890646502375603, 0.026334255933761597, -0.003407725365832448, 0.016037145629525185, 0.019881758838891983, 0.030891332775354385, 0.024842116981744766, -0.005746755748987198, -0.012810897082090378, 0.002157554030418396, 0.01000137161463499, 0.024344736710190773, -0.015096155926585197, 0.022046033293008804, 0.012105154804885387, 0.03293462470173836, 0.007628734223544598, -0.012535321526229382, -0.030971989035606384, 0.012535321526229382, -0.03823104873299599, -0.021078160032629967, -0.02075553499162197, 0.0025826795026659966, 0.02386079914867878, -0.01190351415425539, 0.015459109097719193, -0.0061399550177156925, -0.015512879937887192, 0.01004842109978199, -0.006617170758545399, -0.018389618024230003, -0.014639104716479778, 0.0009922395693138242, 0.011305313557386398, -0.022852595895528793, 0.011345641687512398, -0.04715700447559357, 0.012400894425809383, 0.01627911441028118, 0.03285396844148636, -0.001701342174783349, 0.018255190923810005, 0.02008339948952198, -0.011345641687512398, 0.0011443101102486253, 0.017623385414481163, -0.031617239117622375, 0.023968340829014778, 0.00278095924295485, 0.02084963396191597, -0.0007574123446829617, -0.022220788523554802, 0.03298839554190636, -0.00537708168849349, 0.02009684219956398, -0.009060381911695004, -0.03952154889702797, -0.02008339948952198, 0.029547063633799553, -1.075810087058926e-05, 0.0060727414675056934, -0.0035219884011894464, 0.020406024530529976, 0.005780362524092197, 0.020392581820487976, -0.019021425396203995, -0.0223955437541008, -0.014665990136563778, 0.0032850606366991997, 0.0012518517905846238, -0.012716798111796379, 0.026549339294433594, 0.02380702830851078, 0.009503991343080997, -0.01631944254040718, 0.022704726085066795, 0.0020617747213691473, 0.016104359179735184, -0.0023843995295464993, 0.016642067581415176, -0.009658582508563995, 0.0006129032699391246, 0.024331294000148773, 0.02156209759414196, -0.01701846346259117, 0.005249375943094492, 0.0029187470208853483, 0.02020438387989998, -0.020473238080739975, -0.015338124707341194, 0.005891264881938696, -0.013348604552447796, 0.024371622130274773, 0.021226029843091965, -0.0030447724275290966, -0.029197553172707558, -0.020984061062335968, -0.000924185907933861, -0.002241570735350251, 0.018779456615447998, -0.007917752489447594, -0.01779814064502716, 0.004950275644659996, -0.006586924660950899, -0.025527695193886757, 0.004741913639008999, 0.020459795370697975, 0.019182737916707993, -0.0012022817973047495, -0.009208251722157001, -0.016037145629525185, -0.6499816179275513, -0.007104468997567892, 0.01453156303614378, -0.046673066914081573, -0.011406133882701397, 0.0449255146086216, 0.03444020822644234, 0.018120763823390007, 0.0015148246893659234, 0.04296288266777992, 0.01268319133669138, 0.033095937222242355, 0.016870593652129173, -0.019115524366497993, -0.024922773241996765, -0.021884720772504807, 0.0223552156239748, -0.006371841765940189, -0.0072926669381558895, 0.024223752319812775, -0.01631944254040718, 0.0006154237780719995, 0.005451016593724489, -0.015432223677635193, -0.0015274272300302982, 0.028659844771027565, 0.03664480894804001, 0.0006712950416840613, 0.03051493689417839, -0.0015190255362540483, -0.022677840664982796, 0.028552303090691566, 0.03153658285737038, 0.01783846877515316, 0.05073276534676552, -0.004567158408463001, -0.03263888508081436, 0.02753065712749958, 0.04325862228870392, 0.03503168746829033, -0.020338810980319977, -0.027275245636701584, 0.024371622130274773, 0.01003497838973999, 0.0023692764807492495, 0.00632815295830369, 0.04091959074139595, 0.015862390398979187, -0.0055585578083992004, -0.01082809828221798, 0.025541137903928757, 0.012797454372048378, -0.008112671785056591, 0.021024389192461967, 0.011822857894003391, 0.0004536912601906806, 0.013671229593455791, 0.004368878901004791, 0.0022096445318311453, -0.007662340998649597, -0.0112112145870924, -0.022153574973344803, -0.011285149492323399, -0.016574854031205177, -0.03290773928165436, 0.02755754254758358, -0.00043100668699480593, -0.010861705057322979, 0.009571204893290997, -0.028525417670607567, 0.014276151545345783, 0.00818660669028759, -0.010539080016314983, -0.018470274284482002, 0.0017693958943709731, -0.0001906133402371779, 0.022785382345318794, -0.02691229246556759, 0.009564483538269997, 0.0130663076415658, -0.001631608116440475, -0.00818660669028759, -0.039817288517951965, -0.031590353697538376, 0.024828674271702766, -0.0037505142390727997, 0.0006431493675336242, -0.04616224393248558, -0.004163877572864294, -0.0009132637060247362, -0.000921665399800986, -0.020298482850193977, -0.008556281216442585, -0.0013333482202142477, 0.006570121273398399, 0.03930646553635597, -0.0009737558430060744, 0.014020740054547787, -0.022556856274604797, -0.03573070466518402, -0.003478299593552947, -0.01268991269171238, -0.011849743314087391, 0.009490548633038998, 0.033902499824762344, 0.01445090677589178, 0.013845984824001789, -0.0007229654002003372, 0.03858055919408798, -0.030730020254850388, -0.0015753168845549226, -0.003639612114056945, -0.038365475833415985, 0.0032951426692306995, -0.009793009608983994, -0.02898246981203556, 0.03430578112602234, -0.02090340480208397, 0.0071447971276938915, -0.016736166551709175, -0.0038916626945137978, 0.013328440487384796, 0.035354312509298325, -0.0008447899017482996, -0.015082713216543198, -0.010915474966168404, -0.004893144126981497, -0.023336533457040787, -0.018201420083642006, -0.0013207456795498729, 0.009678746573626995, 0.0027826395817101, 0.024035554379224777, -0.01074744202196598, 0.03056870773434639, -0.013335161842405796, 0.008731036446988583, -0.02380702830851078, 0.009470384567975998, -0.025769663974642754, -0.003999204374849796, -0.005447655916213989, 0.006442415993660688, 0.01266974862664938, 0.0036060053389519453, 0.00028712773928418756, -0.01634632796049118, -0.002863295841962099, -0.015378452837467194, -0.005938314367085695, 0.004395764321088791, -0.00162404659204185, 0.0028515334706753492, 0.007534635253250599, -0.010579408146440983, -0.010888590477406979, -0.0060727414675056934, -0.020473238080739975, 0.013301555067300797, -0.010606293566524982, -0.016601739451289177, 0.021037831902503967, 0.018174534663558006, -0.0017962813144549727, -0.012878110632300377, 0.0006502908072434366, -0.0006036614067852497, 0.019182737916707993, -0.019599461928009987, -0.02890181355178356, -0.0037202681414783, 0.0019559133797883987, -0.017488958314061165, -0.0037673176266252995, 0.018147649243474007, 0.01571452058851719, -0.01781158335506916, -0.009248579852283001, 0.008966282941401005, -0.006882664281874895, -0.02004307135939598, 0.02017749845981598, -0.004604125861078501, 0.000737248279619962, 0.014733203686773777, 0.018053550273180008, 0.018618144094944, 0.03148281201720238, -0.02684507891535759, 0.027933938428759575, -0.011607774533331394, 0.02691229246556759, 0.007695947773754597, -0.0027187869418412447, -0.017314203083515167, 0.033902499824762344, -0.028632959350943565, 0.024936215952038765, 0.00813283585011959, 0.017448630183935165, 0.013543523848056793, -0.0008838577778078616, -0.0004486502439249307, -0.01626567170023918, 0.021266357973217964, -0.0027154262643307447, 0.004089942667633295, -0.015795176848769188, 0.01782502606511116, 0.03285396844148636, 0.004536912310868502, -0.0010149241425096989, -0.007911031134426594, -0.019142409786581993, 0.015996817499399185, 0.01189007144421339, -0.015889275819063187, 0.018120763823390007, -0.00233903038315475, -0.025863761082291603, -0.004412567708641291, -0.01781158335506916, 0.024989986792206764, 0.014410578645765781, -0.047963567078113556, -0.001701342174783349, 0.016709281131625175, 0.032396916300058365, -0.009040217846632004, -0.02317522093653679, -0.010229897685348988, -0.001942470669746399, 0.021992262452840805, 0.0018097240244969726, 0.0006826372700743377, 0.011641381308436394, 0.014679432846605778, -0.001994561171159148, 0.036160871386528015, 0.008542838506400585, 0.003612726693972945, 0.024774903431534767, 0.016628624871373177, -0.013966969214379787, 0.02074209228157997, -0.005763559136539698, 0.020553894340991974, 0.0057030669413506985, -0.019854873418807983, 0.014329922385513783, -0.011722037568688393, 0.03043428063392639, -0.008932676166296005, -0.00540060643106699, 0.012105154804885387, -0.019881758838891983, 0.0224224291741848, 0.010686949826776981, 0.024290965870022774, 0.02373981475830078, -0.0018819784745573997, 0.006909549701958895, 0.009006611071527004, -0.01716633327305317, 0.03282708302140236, 0.015096155926585197, -0.016722723841667175, -0.01704534888267517, -0.006415530573576689, -0.002538990695029497, -0.0019827987998723984, -0.016951249912381172, -0.03142904117703438, -0.001611444167792797, 0.02533949725329876, -0.007756439968943596, 0.026495568454265594, 0.007507749833166599, -0.014585333876311779, -0.010297111235558987, -0.023417189717292786, -0.001710584037937224, 0.005713148973882198, -0.0038345311768352985, 0.0009771165205165744, 0.006815450731664896, -0.02000274322926998, 0.01080793421715498, 0.007427094038575888, 0.027382787317037582, -0.013207456097006798, 0.009053660556674004, 0.022167017683386803, 0.004973800387233496, -0.014397135935723782, 0.03150969743728638, 0.030219197273254395, -0.00081286346539855, -0.028821157291531563, 0.0223955437541008, 0.015176812186837196, 0.012118597514927387, -0.013563687913119793, 0.002164275385439396, 0.04250583052635193, 0.015109598636627197, -0.0028347300831228495, -0.021118488162755966, -0.0111305583268404, -0.016763051971793175, -0.007346437778323889, -0.00014314378495328128, 0.001942470669746399, -0.0111372796818614, 0.0025927615351974964, -0.0039151874370872974, -0.0008905791328288615, -0.0056190500035882, 0.007420372683554888, 0.0261326152831316, 0.004136992152780294, -0.020661436021327972, -0.03403692692518234, 0.022637512534856796, -0.006580203305929899, 0.04707634821534157, -0.022516528144478798, 0.0004793163971044123, -0.031052645295858383, -0.008986447006464005, -0.023618830367922783, -0.0019794381223618984, 0.019532248377799988, -0.04315108060836792, -0.013388932682573795, -0.01375860720872879, 0.013126799836754799, -0.0028985829558223486, 0.002256693784147501, -0.004197484347969294, -0.015217140316963196, -0.01634632796049118, 0.011070066131651402, -0.05159309506416321, 0.004136992152780294, 0.006607088726013899, 0.009557762183248997, 0.023565059527754784, 0.0026414913590997458, 0.037021204829216, 0.03064936399459839, 0.017273874953389168, 0.02841787599027157, -0.02766508422791958, 0.008690708316862583, -0.0013266268651932478, 0.004197484347969294, 0.0223955437541008, -0.011473347432911396, 0.025097528472542763, 0.015539765357971191, 0.025850318372249603, 0.014303036965429783, 0.000462513038655743, 0.00011142741277581081, -0.007527913898229599, 0.019223066046833992, 0.004096664022654295, 0.019962415099143982, 0.013604016043245792, 0.021118488162755966, -0.017636828124523163, 0.021158816292881966, -0.0020432909950613976, 0.01567419245839119, 0.007937916554510593, -0.04070450738072395, -7.335725240409374e-05, -0.0033153067342936993, 0.004580601118505001, 0.014813859947025776, 0.0012224458623677492, 0.0111977718770504, -0.05828756466507912, -0.002406243933364749, -0.027423115447163582, 0.00058349734172225, 0.005857658106833696, -0.008677265606820583, -0.006422251928597689, -0.02148144133388996, -0.0017492318293079734, -0.0011518716346472502, -0.0034278894308954477, -0.004755356349050999, 0.009887108579277992, -0.0035018243361264467, -0.000384797400329262, 0.018174534663558006, -0.007911031134426594, -0.0010964205721393228, -0.006029052659869194, 0.013489753007888794, 0.021347014233469963, -0.024748018011450768, -0.027382787317037582, 0.021158816292881966, -0.023296205326914787, -0.003548873821273446, 0.01074744202196598, 0.025742778554558754, -0.007931195199489594, 0.006368481088429689, 0.005743395071476698, -0.007164961192756891, -0.006956599187105894, 0.030407395213842392, -0.016897479072213173, 0.0007855580188333988, -0.012205975130200386, -0.00540732778608799, 0.03788153827190399, -0.0030582151375710964, -0.022933252155780792, -0.00019250372133683413, 0.024721132591366768, 0.021064717322587967, -0.016077473759651184, -0.011426297947764397, 0.0032934623304754496, -0.0015333084156736732, 0.013126799836754799, -0.04403829574584961, -0.008717593736946583, 0.005884543526917696, -0.002221406903117895, 0.00019470916595309973, 0.0017341087805107236, 0.012730240821838379, 0.01084154099225998, -0.004002565052360296, 0.021024389192461967, -0.014706318266689777, -1.7328486137557775e-05, -0.006183643825352192, -0.00815299991518259, 0.003999204374849796, 0.0010544121032580733, -0.02161586843430996, -0.0012972209369763732, -0.005007407162338495, -0.030998874455690384, 0.004597404506057501, -0.01924995146691799, -0.017394859343767166, 0.016816822811961174, -0.009208251722157001, -0.039172038435935974, -0.022677840664982796, -0.004809127189218998, -0.00278095924295485, 0.020997503772377968, 0.026616552844643593, -0.0063583990558981895, -0.025796547532081604, -0.027907053008675575, 0.00820677075535059, -0.024210309609770775, -0.022933252155780792, -0.028874928131699562, -0.018940769135951996, 0.017327645793557167, -0.017488958314061165, 0.05121670290827751, -0.0017626745393499732, 0.0026582947466522455, -0.01712600514292717, -0.009369564242661, -0.012414337135851383, -0.020661436021327972, -0.0038311704993247986, -0.0048460946418344975, 0.040596965700387955, 0.012320238165557384, 0.030756905674934387, 0.0055820825509727, 0.0111574437469244, -0.013469588942825794, 0.0074405362829566, -0.0029170666821300983, -0.004221009090542793, 0.012958765961229801, -0.013462867587804794, -0.005125030875205994, 0.02380702830851078, 0.009678746573626995, 0.009369564242661, -0.012542042881250381, -0.004590683151036501, -0.01259581372141838, -0.013113357126712799, 0.01791912317276001, -0.01264958456158638, -0.03866121545433998, 0.0008687347290106118, 0.006751597858965397, 0.008710872381925583, 0.012857946567237377, -0.04231763258576393, -0.023323090746998787, 0.006254218053072691, -0.009813173674046993, 0.03806973621249199, -0.01716633327305317, 0.030084770172834396, -0.015996817499399185, 0.0149348434060812, -0.02082274854183197, 0.013180570676922798, -0.01002825703471899, -0.014182052575051785, -0.0007653939537703991, -0.017300760373473167, 0.0021138652227818966, 0.006647416856139898, 0.021306686103343964, -0.0015946407802402973, -0.029493292793631554, 0.004610847216099501, 0.01000809296965599, 0.021078160032629967, 0.006052577402442694, -0.001078777015209198, -0.017488958314061165, 0.0035892019513994455, -0.027745740488171577, -0.016924364492297173, -0.01077432744204998, 0.016507640480995178, 0.0222880020737648, -0.008670544251799583, -0.004284861963242292, -0.018766013905405998, -0.01575484871864319, -0.003421168075874448, -0.010303832590579987, 0.028095250949263573, 0.013435982167720795, 0.02900935523211956, -0.006455858238041401, 0.021091602742671967, -0.0223955437541008, -0.00999465025961399, -0.00815972127020359, -0.014867630787193775, 0.009940879419445992, 0.014034182764589787, 0.01637321338057518, 0.006166840437799692, 0.005713148973882198, -0.02755754254758358, -0.009141038171947002, -0.03341856226325035, 0.01371827907860279, 0.0016097638290375471, 0.004906586837023497, -0.020258154720067978, -0.013328440487384796, -0.02892869897186756, -0.009470384567975998, -0.032450687140226364, 0.020621107891201973, 4.0590664866613224e-05, -0.0059920852072536945, -0.03785465285181999, -0.0044764201156795025, -0.005978642497211695, 0.018053550273180008, 0.019666675478219986, -0.0033825202845036983, 0.007998408749699593, 0.0223821010440588, -0.023578502237796783, -0.011829579249024391, 0.018349289894104004, -0.004079860635101795, -0.012837782502174377, 0.01260253507643938, 0.015553208068013191, 0.021037831902503967, -0.01945159211754799, -0.013886312954127789, 0.01186990737915039, 0.023228991776704788, 0.0035824805963784456, -0.011433019302785397, -0.012313516810536385, 0.0033018640242516994, 0.02145455591380596, 0.012185811065137386, 0.0005566119798459113, -0.010982688516378403, -0.01945159211754799, -0.0007221252308227122, 0.011406133882701397, 0.003716907696798444, -0.007191846612840891, -0.030057884752750397, -0.002268456155434251, 0.011466626077890396, -0.04143041372299194, -0.0025793188251554966, 0.01380565669387579, -0.012931880541145802, -0.004224369768053293, -0.022718168795108795, 0.006896106991916895, 0.011829579249024391, -0.0008804971002973616, 0.01075416337698698, 0.014276151545345783, 0.017300760373473167, -0.02895558439195156, 0.024169981479644775, -0.00888562761247158, 0.004294943995773792, -0.024989986792206764, 0.03288085386157036, 0.0011006214190274477, -0.021347014233469963, -0.0032296094577759504, 0.00045159083674661815, -0.042747799307107925, -0.000115838302008342, 0.007662340998649597, 0.006039134692400694, -0.0046780607663095, 0.01799977943301201, 0.018698800355196, -0.009739238768815994, 0.011547282338142395, -0.02906312607228756, -0.03573070466518402, 0.0112112145870924, -0.030138541013002396, 0.024358179420232773, 0.024721132591366768, -0.014840745367109776, -0.007534635253250599, -0.03871498629450798, 0.006247496698051691, 0.02909001149237156, -0.0021894804667681456, -0.026468683034181595, 0.005518229678273201, 0.01872568577528, -0.020459795370697975, 0.017367973923683167, 0.010485309176146984, -0.02314833551645279, -0.006062659434974194, -0.0046444539912045, 0.00631134957075119, -0.009530876763164997, -0.0029741981998085976, 0.004667978733778, 0.004227730445563793, 0.03495103120803833, -0.012898273766040802, 0.0012199253542348742, -0.037747111171483994, -0.016574854031205177, -0.04688815027475357, 0.008589887991547585, 0.004079860635101795, 0.020647993311285973, -0.010572686791419983, -0.03508545830845833, -0.01707223430275917, -0.009793009608983994, -0.026428354904055595, -0.008657101541757584, 0.00022285482555162162, 0.0027927216142416, 0.010861705057322979, 0.016090916469693184, 0.012575649656355381, 0.04766782745718956, -0.005145194940268993, -0.0037471535615622997, -0.032316260039806366, 0.0008036216604523361, 0.014007297344505787, 0.003397643333300948, -0.0014862589305266738, 0.004036171827465296, -0.023336533457040787, -0.017327645793557167, 0.016064031049609184, 0.0037337108515203, 0.0261998288333416, 0.04317796602845192, 0.007507749833166599, -0.018147649243474007, -0.03277331218123436, -0.006573481950908899, 0.0010628137970343232, 0.004106746055185795, 0.018107321113348007, -0.0011745562078431249, -0.03180543705821037, -0.010478587821125984, 0.0130461435765028, -0.0004864578368142247, 0.012078269384801388, -0.005246015265583992, -0.02072864957153797, -0.0011182648595422506, -0.01795945130288601, -0.024371622130274773, -0.009638418443500996, -0.0075615206733345985, 0.009423335082828999, 0.009080545976758003, 0.017529286444187164, 0.0260788444429636, -0.009214973077178001, -0.04293599724769592, -0.009987928904592991, 0.013859427534043789, -0.002858254825696349, 0.010203012265264988, 0.014397135935723782, 0.006099626887589693, 0.0021289882715791464, -0.0029943622648715973, -0.004076499957591295, -0.002478498499840498, -0.002928829053416848, -0.004587322473526001, 0.01451812032610178, -0.028767386451363564, -0.016144687309861183, -0.009141038171947002, -0.0022903005592525005, 0.0025843598414212465, -0.006465940270572901, -0.006909549701958895, -0.033095937222242355, -0.014289594255387783, -0.015351567417383194, -0.019922086969017982, -0.002463375451043248, -0.028498532250523567, -0.0130797503516078, -0.02898246981203556, -0.005934953689575195, 0.004338632803410292, 0.015862390398979187, 0.013160406611859798, 0.21250225603580475, 0.006445776671171188, -0.005148555617779493, 0.019908644258975983, 0.0034262090921401978, 0.001086338539607823, 0.026979506015777588, 0.014128281734883785, -0.014222380705177784, 0.033875614404678345, 0.009591368958353996, 0.02743655815720558, -0.028444761410355568, -0.004557076375931501, -0.01646731235086918, -0.018537487834692, -0.040570080280303955, -0.007017091382294893, -0.018671914935112, -0.005524951033294201, 0.0223686583340168, -0.008475624956190586, -0.0065129897557199, -0.017435187473893166, 0.03210117667913437, -0.013476310297846794, -0.016951249912381172, 0.002258374122902751, 0.010471866466104984, 0.0259981881827116, -0.017636828124523163, -0.020486680790781975, -0.007890867069363594, 0.00813283585011959, -0.024344736710190773, -0.004305026028305292, -0.001163634005934, -0.0020348893012851477, 0.0023440713994205, -0.0019290279597043991, 0.019733889028429985, 0.005686263553798199, 0.00041063257958739996, -0.021226029843091965, 0.00725906016305089, 0.001475336728617549, -0.0149617288261652, -0.011560725048184395, 0.009624975733458996, 0.00032577553065493703, -0.005225851200520992, -0.013368768617510796, 0.02900935523211956, 0.04387698322534561, 0.012831061147153378, 0.00538716372102499, 0.004086581990122795, 0.006657498888671398, 0.02075553499162197, -0.007897588424384594, -0.019962415099143982, 0.0261595007032156, -0.01795945130288601, 0.003343872493132949, 0.015324681997299194, 0.041322872042655945, -0.03425201028585434, -0.04094647616147995, -0.006445776671171188, -0.029305094853043556, 0.0023474320769309998, -0.008690708316862583, -0.007554799318313599, 0.014034182764589787, 0.010881869122385979, -0.019128967076539993, 0.018833227455615997, 0.014020740054547787, -0.0035858412738889456, 0.024277523159980774, -0.007756439968943596, 0.010135798715054989, -0.003491742303594947, -0.012091712094843388, -0.014329922385513783, -0.018981097266077995, 0.01446434948593378, -0.009866944514214993, -0.008939397521317005, -0.019733889028429985, 0.00018231666763313115, -0.01633288525044918, -0.010895311832427979, 0.027073604986071587, -0.010209733620285988, 0.014034182764589787, -0.02384735643863678, 0.024774903431534767, -0.011312034912407398, -0.024411950260400772, -0.017677156254649162, 0.025084085762500763, -0.007601848803460598, -0.010996131226420403, -0.040543194860219955, -0.02071520686149597, -0.012132040224969387, 0.0034648568835109472, -0.003864777274429798, -0.006250857375562191, 0.009248579852283001, -0.023323090746998787, -0.0013518319465219975, -0.005706427618861198, -0.0011997612891718745, 0.004893144126981497, -0.026280485093593597, -0.01712600514292717, 0.001697981497272849, 0.013657786883413792, -0.0004007606185041368, -0.009940879419445992, -0.006677662953734398, 0.005810608621686697, 0.019007982686161995, -0.002019766252487898, 0.00725906016305089, -0.0015215460443869233, 0.010216454975306988, -0.018994539976119995, -0.006203807890415192, -0.012084990739822388, 0.008361361920833588, -0.0019458313472568989, 0.002478498499840498, 0.022731611505150795, 0.0007452298887073994, -0.005662738811224699, -0.00016834886628203094, -0.007810210809111595, -0.003938712179660797, 0.004197484347969294, 0.03815039247274399, -0.01453156303614378, 0.022731611505150795, -0.0053602783009409904, -0.0014341684291139245, 0.0016635345527902246, -0.005192244425415993, -0.006721351761370897, -0.017542729154229164, -0.0035320704337209463, 0.0005129231722094119, -0.008368083275854588, -0.00026276285643689334, -0.02453293465077877, -0.0026028435677289963, -0.03425201028585434, 0.016843708232045174, 0.007541356608271599, -0.025016872212290764, -0.030891332775354385, 0.004977161064743996, 0.02316177822649479, -0.03180543705821037, -0.008643658831715584, -0.1716364473104477, 0.0298159159719944, 0.037074975669384, -0.039145153015851974, 0.009282186627388, -0.006381923798471689, 0.0022398903965950012, 0.0026767784729599953, -0.0005301466444507241, -0.029439521953463554, 0.024035554379224777, -0.027355901896953583, -0.009752681478857994, -0.011345641687512398, -0.0074472576379776, -0.029197553172707558, 0.011016295291483402, -0.009235137142241001, 0.010155962780117989, 0.01648075506091118, 0.0046780607663095, -0.01568763516843319, 0.01264286320656538, 0.013926641084253788, 0.0022768578492105007, 0.024721132591366768, -0.004234451800584793, -0.0051351129077374935, -0.0025910811964422464, -0.03863433003425598, -0.028632959350943565, -0.01571452058851719, 0.003174158511683345, 0.004294943995773792, 0.010666785761713982, -0.021266357973217964, 0.02013717032968998, -0.014800417236983776, 0.001006522448733449, 1.259597047464922e-05, 0.008475624956190586, 0.02320210635662079, 0.006076102145016193, 0.02454637736082077, 0.031590353697538376, 0.0065566785633563995, 0.0261191725730896, 0.011822857894003391, 0.005047735292464495, -0.02895558439195156, -0.021118488162755966, -0.03188609331846237, -0.02445227839052677, 0.010693671181797981, 0.03051493689417839, 0.0005658537847921252, 0.0020281679462641478, 0.014087953604757786, 0.004096664022654295, -0.007124633062630892, 0.0005679542082361877, -0.021306686103343964, -0.008952840231359005, -0.004083221312612295, -0.00039424930582754314, -0.002485219854861498, -0.019559133797883987, 0.023390304297208786, -0.016064031049609184, -0.004725110251456499, -0.01722010411322117, -0.004788963124155998, 0.0008464702405035496, 0.020459795370697975, -0.004963718354701996, 0.030945103615522385, -0.020271597430109978, 0.011419576592743397, 0.005632492713630199, -0.0028868205845355988, -0.009880387224256992, 0.014665990136563778, -0.012246303260326385, 0.03427889570593834, -0.0009552721166983247, 0.0005750956479460001, -0.007991687394678593, -0.011117115616798401, 0.003874859306961298, -0.014356807805597782, 0.010996131226420403, -0.020298482850193977, -0.007420372683554888, -0.019169295206665993, -0.017542729154229164, 0.0023860798683017492, 0.020997503772377968, -0.01373844314366579, 0.027423115447163582, -0.012488272041082382, -0.014679432846605778, -0.008710872381925583, -0.008986447006464005, -0.0021256275940686464, 0.018712243065238, 0.009060381911695004, 0.007904309779405594, 0.01261597778648138, 0.045140597969293594, -0.028149021789431572, 0.0029019436333328485, -0.006983484607189894, 0.005057817324995995, 0.025675565004348755, 0.016763051971793175, 0.018550930544734, -0.011392691172659397, -0.0034480534959584475, 0.03046116605401039, -0.00540060643106699, 0.04419960826635361, -0.002399522578343749, -0.01943814940750599, 0.02914378233253956, 0.0028212873730808496, 0.0130461435765028, -0.08850675821304321, -0.008966282941401005, -0.0010266865137964487, 0.002009684219956398, 0.0037370715290308, 0.023296205326914787, -0.019747331738471985, 0.025729335844516754, -0.0036026446614414454, 0.013241062872111797, -0.017556171864271164, -0.009436777792870998, -0.00537036033347249, 0.007769882678985596, 0.018403060734272003, -0.013590573333203793, -0.009651861153542995, -0.0007301068399101496, 0.007978244684636593, 0.03637595474720001, -0.012105154804885387, -0.01568763516843319, 0.01570107787847519, -0.020432909950613976, -0.0041336314752697945, 0.015324681997299194, -0.028659844771027565, 0.004883062094449997, 0.014383693225681782, 0.007890867069363594, 0.011520396918058395, -0.025783106684684753, -0.001402241992764175, -0.012824339792132378, -0.0010443300707265735, 0.010350882075726986, -0.04237140342593193, 0.0017492318293079734, 0.037343829870224, -0.021777180954813957, 0.013267948292195797, 0.018604701384902, 0.004731831606477499, -0.031697895377874374, 0.015338124707341194, 0.004197484347969294, -0.017287317663431168, 0.03269265592098236, -0.01795945130288601, 0.0017643548781052232, -0.007339716423302889, 0.006845696829259396, 0.004405846353620291, -0.02745000086724758, 0.014235823415219784, 0.0036093660164624453, 0.018295519053936005, 0.018241748213768005, -0.016763051971793175, 0.016211900860071182, -0.004688142798841, -0.013160406611859798, -0.006032413337379694, -0.0023020629305392504, -0.019693560898303986, 0.0224089864641428, -0.027745740488171577, 0.00725906016305089, -0.006956599187105894, -0.010203012265264988, -0.013200734741985798, 0.028659844771027565, -0.015190254896879196, 0.024922773241996765, -0.018712243065238, -0.026992948725819588, 0.007138075772672892, 0.005464458838105202, 0.03874187171459198, -0.013422539457678795, -0.0002157133858418092, -0.009524155408143997, -0.022556856274604797, -0.02001618593931198, 0.02157554030418396, 0.010276947170495987, -0.01082809828221798, 0.013496474362909794, 0.0008821774390526116, -0.03121395781636238, 0.013429260812699795, 0.02521851286292076, 0.019975857809185982, -0.00281120534054935, -0.013180570676922798, 0.01649419777095318, 0.005165359005331993, 0.011473347432911396, -0.00013757767737843096, -0.00011510315380292013, -0.025460481643676758, -0.004872980061918497, -0.05151244252920151, 0.03500480204820633, -0.004567158408463001, -0.008072343654930592, 0.010471866466104984, -0.0044260104186832905, -0.003619448048993945, -0.0261863861232996, 0.028767386451363564, 0.017663713544607162, -0.015230583027005196, 0.005215769167989492, -0.010323996655642986, 0.019169295206665993, -0.021199144423007965, -0.006583563983440399, 0.03183232247829437, -0.015096155926585197, 0.017273874953389168, 0.0019458313472568989, -0.004103385377675295, -0.00634159566834569, 0.010209733620285988, -0.003078379202634096, -0.00887890625745058, -0.003545513143762946, 0.012031219899654388, 0.012421058490872383, 0.0071447971276938915, 0.007588406093418598, 0.017690598964691162, -0.022126689553260803, 0.018967654556035995, 0.03150969743728638, 0.011574167758226395, -0.010444981046020985, -0.007023812737315893, 0.02973526157438755, 0.03634906932711601, -0.008368083275854588, -0.01260925643146038, -0.028659844771027565, -0.0011031419271603227, -0.001390479621477425, -0.028606073930859566, -0.022852595895528793, 0.007501028478145599, 0.03188609331846237, 0.010586129501461983, 0.007306109648197889, 0.050329484045505524, -0.0039857616648077965, -0.012528600171208382, -0.02532605454325676, -0.018564373254776, -0.04105401784181595, 0.013375489972531796, -0.018873555585741997, -0.02318866364657879, -0.01998930051922798, 0.017650270834565163, 0.006153397727757692, 0.012152204290032387, 0.01261597778648138, -0.012165647000074387, -0.023417189717292786, -0.011264985427260399, -0.0024415310472249985, 0.021320128813385963, -0.021898163482546806, -0.01629255712032318, -0.016857150942087173, -0.0055820825509727, -0.015916161239147186, -0.0005540914717130363, -0.004399124998599291, -0.0004347874491941184, -0.018214862793684006, 0.00820004940032959, 0.016816822811961174, 0.02761131338775158, -0.004869619384407997, -0.018470274284482002, 0.004241173155605793, 0.022718168795108795, 0.024989986792206764, -0.007689226418733597, 0.027933938428759575, -0.016144687309861183, 0.004530190955847502, -0.03925269469618797, 0.015822062268853188, 0.005219129845499992, 0.022758496925234795, 0.010713835246860981, 0.026307370513677597, -0.022650955244898796, 0.032343145459890366, 0.023995226249098778, -0.0077833253890275955, 0.014383693225681782, -0.012797454372048378, 0.013509917072951794, 0.006479382980614901, -0.018040107563138008, -0.014128281734883785, -0.021951934322714806, -0.012111876159906387, -0.016655510291457176, -0.01084154099225998, 0.023551616817712784, -0.008294148370623589, -0.01649419777095318, 0.00728594558313489, -0.0298159159719944, 0.00999465025961399, -0.02755754254758358, 0.02308112196624279, -0.012945323251187801, 0.019236508756875992, 0.0076354555785655975, 0.02390112727880478, 0.0073666018433868885, -0.004503305535763502, 0.02372637204825878, 0.017502401024103165, -0.040543194860219955, -0.020446352660655975, 0.018833227455615997, 0.006573481950908899, -0.002164275385439396, 0.000924185907933861, 0.009732517413794994, -0.01631944254040718, -0.005256097298115492, -0.009100710041821003, 0.002218046225607395, 0.033149708062410355, 0.0008267262601293623, 0.07565553486347198, -0.0018802981358021498, -0.006452497560530901, 0.03594578802585602, 0.0002881779510062188, 0.001076256507076323, 0.0298159159719944, 0.002465055789798498, -0.010908754542469978, 0.01076088473200798, 0.008442018181085587, 0.02080930583178997, 0.004862898029386997, -0.02454637736082077, -0.0049939644522964954, 0.006828893441706896, 0.004788963124155998, 0.010465145111083984, 0.004382321611046791, -0.006761679891496897, -0.004583961796015501, -0.0021911608055233955, 0.023255877196788788, -0.006005527917295694, -0.01374516449868679, -0.014827302657067776, 0.029627719894051552, 0.0014392094453796744, -0.004711667541414499, -0.039763517677783966, 0.018564373254776, 0.010283668525516987, -0.05522262677550316, -0.019801102578639984, -0.0010149241425096989, -0.020701764151453972, -0.017488958314061165, -0.005975281819701195, -0.006227332632988691, -0.021965377032756805, -0.027987709268927574, 0.0035824805963784456, -0.013684672303497791, 0.004086581990122795, 0.01076088473200798, 0.008643658831715584, -0.004809127189218998, 0.005729952361434698, 0.0024213669821619987], \"1fbb3462-6bca-40a1-98bf-5fa106624cff\": [0.005631699226796627, -0.004347753245383501, 0.0025373215321451426, -0.01206501480191946, -0.006059681065380573, 0.02217354066669941, -0.014225305058062077, -0.0028990681748837233, 0.019007833674550056, -0.02872234396636486, 0.012737558223307133, -0.002642618725076318, 0.02756747230887413, 0.00972809735685587, 0.010808242484927177, -0.005472055170685053, 0.011528339236974716, 0.0011523243738338351, 0.015176376327872276, -0.05138500779867172, -0.008090896531939507, -0.018586644902825356, -0.017350252717733383, -0.0037703171838074923, -0.013070433400571346, -0.01756764017045498, 0.012730765156447887, -0.03165707737207413, 0.015298656187951565, 0.004194902256131172, 0.007234932854771614, -0.007520254235714674, -0.021140949800610542, -0.030461445450782776, -0.004585520830005407, -0.024347417056560516, -0.016616569831967354, -0.02942885458469391, 0.01190197467803955, -0.008491705171763897, 0.02755388617515564, 0.005176543723791838, -0.012017461471259594, 0.015787778422236443, -0.0025560033973306417, 0.017866548150777817, -0.010366673581302166, -0.0021110379602760077, -0.017431773245334625, -0.0058388966135680676, 0.012757938355207443, 0.01566549763083458, -0.03130382299423218, -0.0029160515405237675, -0.01767633482813835, 0.034700505435466766, 0.001705983653664589, 0.007982202805578709, -0.0017238161526620388, -0.04214603081345558, -0.0019055387238040566, -0.017064930871129036, -0.02414361760020256, -0.018083935603499413, -0.014904641546308994, -0.0012295988854020834, 0.004911602474749088, -0.0010045687668025494, -0.01012890599668026, -0.010081352666020393, 0.035733096301555634, -0.0015837030950933695, -0.004789321683347225, -0.016249727457761765, 0.029972324147820473, 0.009313702583312988, -0.008817787282168865, -0.008865340612828732, -0.013450860977172852, -0.022024087607860565, 0.01566549763083458, -0.005003312602639198, -0.03097774088382721, 0.03146686404943466, -0.0037906973157078028, 0.01726873219013214, 0.027418019250035286, 0.021181710064411163, 0.013240267522633076, -0.007710468489676714, -0.010434607975184917, 0.0018783652922138572, 0.010638408362865448, 0.018600231036543846, -0.01149437204003334, 0.019238807260990143, 0.006694860756397247, 0.016290487721562386, 0.007941442541778088, -0.01474160049110651, -0.0345102921128273, 0.006827331148087978, -0.038070011883974075, -0.024782193824648857, -0.014755187556147575, 0.0001464819215470925, 0.031086435541510582, -0.00601212726905942, 0.027295738458633423, 0.00044623910798691213, -0.017717095091938972, 0.01455138623714447, 0.0017713697161525488, -0.025556636974215508, -0.01396715734153986, 0.02033933252096176, 0.018083935603499413, -0.019265981391072273, 0.011283778585493565, -0.037689585238695145, 0.006270275451242924, 0.014660079963505268, 0.021195296198129654, -0.009191421791911125, 0.020882802084088326, 0.02527131512761116, -0.01129057165235281, 0.01726873219013214, 0.006226118188351393, -0.027852794155478477, 0.028858210891485214, 0.0035665163304656744, 0.02221430093050003, 0.0022672852501273155, -0.02529848925769329, 0.021901806816458702, -0.0068545048125088215, 0.009245769120752811, -0.005910227075219154, -0.03187446668744087, -0.020556719973683357, 0.027689753100275993, -0.003712573554366827, 0.0076765017583966255, -0.01759481430053711, 0.0161274466663599, 0.0057030292227864265, 0.007397973909974098, -0.013253853656351566, -0.023572973906993866, -0.017092105001211166, 0.0017314587021246552, -0.004201695788651705, -0.017526879906654358, 0.027091937139630318, 0.03372225910425186, 0.013844876550137997, -0.017880134284496307, 0.018138282001018524, 0.005597732029855251, 0.010040592402219772, -0.010373467579483986, 0.0210594292730093, -0.004320579580962658, 0.00920500885695219, 0.03103208914399147, 0.017037758603692055, -0.011134324595332146, 0.010522921569645405, 0.009660163894295692, 0.024252310395240784, -0.022092020139098167, -0.01917087472975254, 0.005808326415717602, -0.018314911052584648, 0.01913011446595192, 0.014415519312024117, 0.0061649782583117485, -0.04252646118402481, -0.019619235768914223, 0.0011769504053518176, -0.011446818709373474, 0.01611386053264141, -0.0075406343676149845, -0.014252478256821632, 0.003468012437224388, -0.01567908562719822, -0.016521461308002472, 0.005900037009268999, 0.017391012981534004, 0.03249945491552353, 0.0008580868598073721, -0.00954467710107565, -0.016521461308002472, -0.644336998462677, -0.008206384256482124, 0.029972324147820473, -0.04434708133339882, -0.011446818709373474, 0.03331466019153595, 0.03703742101788521, 0.016358422115445137, 0.0013009292306378484, 0.040379758924245834, 0.014687254093587399, 0.025923477485775948, 0.009171041660010815, -0.02294798381626606, -0.021928980946540833, -0.02904842607676983, 0.02525772899389267, -0.01880403235554695, -0.008179211057722569, 0.029591895639896393, -0.019999664276838303, 7.111803279258311e-05, 0.0006381516577675939, -0.012764731422066689, 0.009245769120752811, 0.015040508471429348, 0.04016236960887909, -0.00899441447108984, 0.02874951809644699, 0.001610876526683569, -0.018926313146948814, 0.021575724706053734, 0.029782108962535858, 0.016725262627005577, 0.056086014956235886, -0.015189962461590767, -0.026548467576503754, 0.01722797192633152, 0.04793397709727287, 0.02410285733640194, -0.02446969784796238, -0.023817535489797592, 0.029591895639896393, 0.01642635464668274, -0.004408893641084433, 0.015597564168274403, 0.04627639800310135, 0.011052804067730904, -0.011772900819778442, -0.007887096144258976, 0.03480919823050499, 0.0022146368864923716, -0.01758122630417347, 0.017051344737410545, 0.006939421873539686, -0.0004288311174605042, 0.01565191149711609, 0.013668249361217022, -0.00033372401958331466, -0.009266149252653122, -0.004891222342848778, -0.006545406300574541, -0.0005489887553267181, -0.0161274466663599, -0.03641243278980255, 0.01683395728468895, 0.001208369736559689, -0.008355838246643543, 0.0037974906153976917, -0.02453763224184513, 0.012628864496946335, -0.002145004691556096, -0.008647953160107136, -0.026874549686908722, 0.0005489887553267181, 0.009069141000509262, 0.02332841232419014, -0.029727762565016747, 0.0006840068963356316, 0.022499622777104378, 0.000514597340952605, -0.007051512133330107, -0.041222136467695236, -0.030896220356225967, 0.02605934627354145, -0.010305534116923809, -0.0029347334057092667, -0.03554288297891617, 0.009035174734890461, -0.0055162119679152966, -0.016969824209809303, -0.02369525469839573, -0.012438650242984295, -0.00878382008522749, 0.022363755851984024, 0.053721923381090164, -0.000748119258787483, 0.02025781199336052, -0.007751228753477335, -0.03290705755352974, -0.005173146724700928, -0.009721304289996624, -0.006637116894125938, -0.0008079857798293233, 0.04103191941976547, 0.02138551138341427, -0.0023012522142380476, 0.0014036789070814848, 0.0435318797826767, -0.036874379962682724, 0.00825393758714199, -0.009361255913972855, -0.03554288297891617, 0.002004042500630021, 0.0021976532880216837, -0.028831038624048233, 0.030162537470459938, -0.01691547781229019, 0.0038416474126279354, -0.016222553327679634, -0.0007833598065190017, 0.004945569206029177, 0.03527114912867546, 0.00032247250783257186, -0.01565191149711609, -0.005621509160846472, 0.0033678102772682905, -0.02070617489516735, -0.0112701915204525, -0.011827247217297554, 0.019687170162796974, 0.0044632405042648315, 0.018477950245141983, -0.0057064262218773365, 0.0336679145693779, -0.017024170607328415, 0.0008334608864970505, -0.02138551138341427, 0.006314432248473167, -0.029292987659573555, 0.0004717142437584698, 0.004225472453981638, 0.011725346557796001, 0.004031861666589975, 0.014918227680027485, 0.0007693485240451992, -0.008831373415887356, -0.008090896531939507, -0.0038382508791983128, 0.007411560509353876, 0.006280465517193079, -0.004942172672599554, 0.00594079727306962, 0.011154703795909882, -0.004239059519022703, -0.013335374183952808, 0.01014928612858057, -0.010427813977003098, 0.005251270718872547, -0.017377426847815514, -0.01876327209174633, 0.017377426847815514, 0.01834208332002163, -0.001243185717612505, -0.004537967499345541, 0.011562306433916092, -0.009157455526292324, 0.023817535489797592, -0.019347501918673515, -0.026507707312703133, -0.006596356630325317, 0.0025780817959457636, -0.0190893542021513, 0.008518879301846027, 0.01611386053264141, 0.024197963997721672, -0.01205142866820097, -0.01014928612858057, -0.0013068735133856535, -0.0160595141351223, -0.010407433845102787, 0.011637032963335514, -0.010414227843284607, 0.002826039446517825, 0.023572973906993866, 0.013084019534289837, 0.01358672883361578, 0.026684334501624107, -0.02332841232419014, 0.016331247985363007, -0.003746540518477559, 0.024972407147288322, 0.007798782084137201, 0.0014801042852923274, -0.017309492453932762, 0.027825620025396347, -0.01910294033586979, 0.021928980946540833, 0.021168123930692673, 0.015217135660350323, 0.02571967802941799, 0.008681919425725937, 0.00976885762065649, -0.013247060589492321, 0.022445276379585266, -0.010468574240803719, 0.015910059213638306, -0.016602981835603714, 0.020869215950369835, 0.03135817125439644, 0.016141032800078392, 0.008416978642344475, -0.007397973909974098, -0.020230639725923538, 0.02374960109591484, 0.01721438579261303, -0.008946861140429974, 0.013362547382712364, -0.004035258200019598, -0.029673416167497635, -0.0038280608132481575, -0.02718704380095005, 0.015461697243154049, 0.009904725477099419, -0.045760102570056915, -0.0005753130535595119, 0.004042051732540131, 0.02710552327334881, -0.010393847711384296, -0.02610010653734207, -0.010115319862961769, 0.00018352697952650487, 0.027812033891677856, -0.006575976498425007, 0.003118154127150774, 0.00938842911273241, 0.012954945676028728, -0.0016966427210718393, 0.030787527561187744, 0.008294697850942612, 0.007357213646173477, 0.021208884194493294, 0.008097690530121326, -0.005305617582052946, 0.023219719529151917, -0.011630239896476269, 0.021602898836135864, -0.003094377461820841, -0.021548552438616753, 0.0058456901460886, -0.01762198656797409, 0.03149403631687164, -0.012357129715383053, -0.014429105445742607, 0.022363755851984024, -0.012771524488925934, 0.019673582166433334, 0.005910227075219154, 0.0298636294901371, 0.031167956069111824, -0.0029720969032496214, -0.0037329536862671375, 0.0031572161242365837, -0.010604442097246647, 0.018518710508942604, 0.006878281477838755, -0.01643994078040123, -0.025067513808608055, -0.012105775065720081, -0.005241080652922392, 0.003118154127150774, -0.0061649782583117485, -0.031629905104637146, 0.007948236539959908, 0.03355921804904938, -0.014728013426065445, 0.024972407147288322, 0.007486287504434586, -0.012649244628846645, -0.006786570884287357, -0.033151619136333466, -0.0004666192107833922, 0.010645202361047268, -0.0033610169775784016, -0.0038042839150875807, -0.008450944907963276, -0.015842124819755554, 0.008192797191441059, 0.00937484297901392, 0.028233222663402557, -0.01720079779624939, -0.0025441148318350315, 0.025393595919013023, 0.0011820454383268952, -0.028559302911162376, 0.024972407147288322, 0.028504956513643265, -0.008940067142248154, -0.027784859761595726, 0.0036276564933359623, 0.02292081154882908, 0.023912642151117325, -0.01800241507589817, 0.0015369986649602652, 0.03671134263277054, 0.01474160049110651, -0.0038993910420686007, -0.023043092340230942, -0.006997165270149708, -0.018613819032907486, 0.00013055997260380536, -0.003950341138988733, -0.00726890005171299, -0.010196839459240437, -0.0002068791800411418, -0.0018936502747237682, -0.0017161737196147442, -0.004616091027855873, 0.011922354809939861, 0.020203465595841408, 0.002754709217697382, -0.014999748207628727, -0.04143952205777168, 0.004741768352687359, 0.012078601866960526, 0.03755371645092964, -0.01436117198318243, 0.01205142866820097, -0.031086435541510582, -0.012771524488925934, -0.026874549686908722, -0.008586812764406204, 0.016372008249163628, -0.040053676813840866, -0.004167729057371616, -0.009823204949498177, 0.015407349914312363, 0.008620779030025005, 0.0003498582518659532, -0.004323976580053568, -0.01374976895749569, -0.01284625194966793, 0.016575809568166733, -0.044944897294044495, 0.013471241109073162, -0.0024439129047095776, 0.008077310398221016, 0.02989080362021923, 0.006963198538869619, 0.04220037907361984, 0.02710552327334881, 0.020801281556487083, 0.019429022446274757, -0.029374508187174797, 0.008580018766224384, 0.004616091027855873, 0.0025067513342946768, 0.03105926141142845, -0.005767566151916981, 0.03241793438792229, 0.010971283540129662, 0.03524397313594818, 0.011990288272500038, 0.011616652831435204, 0.0028447213117033243, 0.0008126561879180372, 0.023518627509474754, 0.0006406991742551327, 0.012017461471259594, 0.013423687778413296, 0.023165373131632805, -0.019374674186110497, 0.01263565756380558, -0.0010351388482376933, 0.010257979854941368, 0.02376318909227848, -0.036548301577568054, -0.005383741110563278, -0.013722595758736134, -0.007296073250472546, 0.009041967801749706, -0.0073640067130327225, 0.007058305665850639, -0.05787946283817291, 0.0029670018702745438, -0.03220054507255554, -0.006538613233715296, 0.002406549407169223, -0.006912248209118843, -0.011175083927810192, -0.019741516560316086, 0.008688713423907757, 0.00301795220002532, -0.020393678918480873, -0.007397973909974098, 0.010264773853123188, -0.008450944907963276, -0.004830081947147846, 0.011759313754737377, -0.005808326415717602, -0.0036854001227766275, -0.012771524488925934, 0.006226118188351393, 0.02301591821014881, -0.018953487277030945, -0.024225136265158653, 0.004531173966825008, -0.023572973906993866, -0.00954467710107565, 0.004412290174514055, 0.026901721954345703, -0.011086770333349705, 0.00726890005171299, -0.007669708225876093, -0.004310389515012503, 0.001018155482597649, 0.024293070659041405, -0.020556719973683357, 0.010944110341370106, -0.004938775673508644, 0.0003369084151927382, 0.04100474715232849, -0.0016159715596586466, -0.02755388617515564, 0.0005842293030582368, 0.015353003516793251, 0.019347501918673515, -0.02069258689880371, -0.01261527743190527, 0.0011175083927810192, 0.00040335601079277694, 0.012153328396379948, -0.04714594781398773, -0.009334082715213299, 0.015054095536470413, -0.00998624600470066, -0.0019225220894441009, -0.00107674824539572, 0.006484266370534897, 0.010672375559806824, 0.0018902536248788238, 0.013192713260650635, -0.009571850299835205, 0.00613101152703166, -0.002145004691556096, -0.006942818406969309, -0.001329801045358181, 0.0001346996723441407, -0.017132865265011787, -0.010753896087408066, -0.008281110785901546, -0.02214636839926243, 0.0007808122900314629, -0.021276816725730896, -0.010923730209469795, 0.02224147506058216, -0.009857171215116978, -0.03584178909659386, -0.009327289648354053, -0.004140555392950773, -0.003016253700479865, 0.012343542650341988, 0.03021688386797905, 0.002065182663500309, -0.026113692671060562, -0.024999581277370453, 0.01184083428233862, -0.02490447275340557, -0.016684502363204956, -0.03513528034090996, -0.02226864919066429, 0.027091937139630318, -0.015135616064071655, 0.04855896905064583, -0.007724055089056492, 0.01393998321145773, -0.00977565161883831, -0.012309576384723186, -0.007207759656012058, -0.023885469883680344, -0.006643910426646471, -0.011378885246813297, 0.029972324147820473, 0.018274150788784027, 0.032309241592884064, 0.010434607975184917, 0.009177835658192635, -0.01836925745010376, 0.011134324595332146, -0.00034348948975093663, -0.010618028230965137, 0.020814867690205574, -0.0202170517295599, 0.005169750191271305, 0.019021419808268547, 0.02675226889550686, -0.0016448433743789792, -0.0022384135518223047, -0.004925189074128866, -0.005981557071208954, -0.020203465595841408, 0.014592146500945091, -0.014700840227305889, -0.04320579767227173, 0.0002819246146827936, 0.0078191626816988, 0.012683210894465446, 0.013260646723210812, -0.04736333712935448, -0.021222470328211784, 0.0001879851333796978, -0.013912810012698174, 0.03918412700295448, -0.016684502363204956, 0.038124360144138336, -0.00918462872505188, 0.02490447275340557, -0.018165456131100655, 0.01691547781229019, -0.007758022285997868, -0.008416978642344475, -0.020108358934521675, -0.008090896531939507, 0.007044718600809574, 0.01244544330984354, 0.022336581721901894, 0.0022129383869469166, -0.024374591186642647, 0.0060834577307105064, 0.015285070054233074, 0.009245769120752811, 0.016738850623369217, -0.002929638372734189, -0.011929147876799107, 0.008172417059540749, -0.03301575034856796, -0.018681751564145088, -0.008430564776062965, 0.016344834119081497, 0.021956153213977814, -0.005764169618487358, 0.0021806699223816395, -0.01603234000504017, -0.014429105445742607, 0.003150422591716051, -0.020393678918480873, 0.02720062993466854, 0.013348961248993874, 0.02945602685213089, -0.005855880212038755, 0.024197963997721672, -0.014891054481267929, -0.015271482989192009, -0.00787350907921791, -0.007465907372534275, 0.011609859764575958, 0.010013419203460217, 0.011440025642514229, 0.014103024266660213, 0.0031317409593611956, -0.01687471754848957, -0.016317661851644516, -0.03836892172694206, 0.02714628353714943, 0.014836708083748817, -0.0028481180779635906, -0.018545884639024734, -0.019755102694034576, -0.026602813974022865, -0.005359964445233345, -0.03472767770290375, 0.01763557456433773, 0.012873425148427486, -0.008152036927640438, -0.036140698939561844, 0.0027190439868718386, 0.002992477035149932, 0.024619152769446373, 0.020189879462122917, -0.0010928824776783586, 0.013471241109073162, 0.020502373576164246, -0.015570390969514847, 0.00035516556818038225, 0.020054010674357414, 0.011548719368875027, -0.02370884083211422, 0.01396715734153986, 0.008362631313502789, 0.018668165430426598, -0.015393763780593872, -0.009673750959336758, 0.0019615839701145887, 0.025380009785294533, 0.002739424118772149, -0.005268253851681948, -0.006440109573304653, 0.0027682960499078035, 0.02379036135971546, 0.013165540061891079, 0.01357993483543396, -0.009843585081398487, -0.017703507095575333, -0.0030519189313054085, 0.01453780010342598, 0.005947590339928865, -0.010998456738889217, -0.030298404395580292, 0.004728181753307581, 0.012180502526462078, -0.03374943509697914, -0.010536507703363895, 0.011229431256651878, -0.029238639399409294, 0.003007762134075165, -0.024320244789123535, 0.006990371737629175, 0.003563119564205408, -0.010685961693525314, 0.009150661528110504, 0.008654746226966381, 0.021521378308534622, -0.03143969178199768, 0.029184293001890182, -0.020067598670721054, 0.0006326320581138134, -0.03065166063606739, 0.024225136265158653, 0.00897403433918953, -0.028994079679250717, -0.005315807648003101, 0.004741768352687359, -0.044944897294044495, 0.0018732702592387795, 0.014021503739058971, 0.005896640010178089, -0.0016227648593485355, 0.02255396917462349, 0.02099149487912655, -0.011779693886637688, 0.006290655583143234, -0.03062448650598526, -0.033070098608732224, 0.008906100876629353, -0.018912727013230324, 0.01726873219013214, 0.016304073855280876, -0.014266065321862698, 0.00018129791715182364, -0.036222219467163086, 0.003508772701025009, 0.025801198557019234, -0.007968616671860218, -0.0329614020884037, 0.0014835009351372719, 0.012744351290166378, -0.024401765316724777, 0.015149202197790146, 0.0190893542021513, -0.031249476596713066, -0.008036550134420395, -0.0010130604496225715, 0.011399265378713608, -0.01949695497751236, 0.0027920727152377367, 0.004130365327000618, 0.0011667603394016623, 0.03171142563223839, -0.009469949640333652, -0.003293083282187581, -0.0376080647110939, -0.015774192288517952, -0.04173843190073967, 0.013430480845272541, 0.007370800245553255, 0.02521696873009205, -0.002809056080877781, -0.03399399667978287, -0.013865256682038307, -0.01088976301252842, -0.02377677522599697, -0.010679168626666069, 0.003862027544528246, 0.00565207889303565, 0.02449687197804451, 0.018083935603499413, 0.012757938355207443, 0.04823288694024086, -0.005438087973743677, -0.008416978642344475, -0.03567874804139137, 0.0074998741038143635, 0.010618028230965137, 0.010366673581302166, -0.0023301239125430584, 0.003936754539608955, -0.026983242481946945, -0.007221346255391836, 0.01035988051444292, 0.0007090573781169951, 0.01434758584946394, 0.03910260647535324, 0.0015412445645779371, -0.01069954875856638, -0.031548384577035904, -0.006042697466909885, 0.0032268480863422155, 0.010162873193621635, 0.019442608579993248, -0.007180585991591215, -0.021548552438616753, -0.0004318032297305763, -0.002274078782647848, 0.010821829549968243, 0.005135783459991217, -0.010421020910143852, -0.022649075835943222, 0.002051596064120531, -0.016752436757087708, -0.02379036135971546, -0.006525026634335518, -0.006902058143168688, 0.011630239896476269, 0.010006625205278397, 0.02176593989133835, 0.02331482619047165, -0.005342980846762657, -0.02682020328938961, -0.006114027928560972, 0.018912727013230324, 0.0020227241329848766, 0.005601129028946161, 0.0113041577860713, 0.006504646502435207, 0.003118154127150774, -0.004605900961905718, -0.001040233881212771, -0.0048946188762784, 0.002858308143913746, -0.004534570500254631, 0.003943548072129488, -0.03176577016711235, -0.01190197467803955, -0.014279651455581188, -0.009021587669849396, -0.015094855800271034, -0.007798782084137201, -0.0014690650859847665, -0.03355921804904938, -0.023899056017398834, -0.008389804512262344, -0.012982118874788284, -0.01110035739839077, -0.023260479792952538, -0.01379732321947813, -0.03766241297125816, -0.0023640908766537905, 0.006922438275068998, 0.01299570593982935, 0.007031132001429796, 0.20456178486347198, 0.00717379292473197, -0.0036786068230867386, 0.01997249200940132, 0.01398074347525835, -0.0008924782159738243, 0.02948320098221302, 0.018586644902825356, -0.0021738766226917505, 0.03630373999476433, 0.011541926302015781, 0.030298404395580292, -0.019673582166433334, -0.007058305665850639, -0.015108441933989525, -0.02373601496219635, -0.04018954187631607, -0.006453696172684431, -0.025543048977851868, -0.001638899091631174, 0.02138551138341427, -0.006885074544698, -0.007744435220956802, -0.022784944623708725, 0.03206468001008034, -0.01226202305406332, -0.003946944605559111, 0.004891222342848778, 0.01792089454829693, 0.022689836099743843, -0.025053927674889565, -0.018477950245141983, -0.00339498370885849, 0.019035005941987038, -0.020760521292686462, -0.010726721957325935, 0.007866716012358665, -0.008410184644162655, 0.0012160121696069837, -0.0055162119679152966, 0.0075949812307953835, -0.014469865709543228, 0.0046534547582268715, -0.020950736477971077, 0.008512085303664207, 0.0020057407673448324, -0.010407433845102787, -0.0073640067130327225, 0.013641075231134892, 0.0013985838741064072, -0.004904808942228556, -0.016249727457761765, 0.030814699828624725, 0.03828740119934082, 0.006345002446323633, 0.009694131091237068, 0.012492996640503407, 0.006956405006349087, 0.010869382880628109, -0.0041915057227015495, -0.027091937139630318, 0.018640991300344467, -0.019659996032714844, 0.005645285826176405, 0.010414227843284607, 0.037309158593416214, -0.02480936609208584, -0.05171108990907669, -0.008946861140429974, -0.02828756906092167, -0.005770963151007891, -0.004259439650923014, -0.005995144136250019, 0.01010852586477995, 0.019605649635195732, -0.018994247540831566, 0.022404516115784645, 0.021616484969854355, -0.0015904963947832584, 0.02713269740343094, -0.009524296969175339, 0.003546136198565364, 0.0036276564933359623, -0.018097521737217903, -0.023912642151117325, -0.027431605383753777, 0.012927772477269173, -0.008315077982842922, -0.01576060615479946, -0.02177952602505684, -0.002586573362350464, -0.014266065321862698, -0.007241726387292147, 0.028206048533320427, -0.013138366863131523, 0.004456446971744299, -0.004137158859521151, 0.02336917258799076, -0.011032423935830593, -0.018953487277030945, -0.02141268365085125, 0.034292902797460556, 0.001485199318267405, -0.004133762326091528, -0.041874296963214874, -0.0229615718126297, -0.0016295582754537463, 0.007472700905054808, -0.005716616287827492, -0.008668333292007446, 0.008450944907963276, -0.03143969178199768, -0.001993852434679866, -0.006039300933480263, -0.0003226847911719233, 0.013647869229316711, -0.026915309950709343, -0.01204463467001915, -0.007690088357776403, 0.01991814374923706, 0.0009111599647440016, -0.009891138412058353, 0.0009001207654364407, 0.00030209243413992226, 0.0202170517295599, -0.001638899091631174, 0.008464531973004341, -0.004833478946238756, 0.0032879882492125034, -0.021236056461930275, -0.004717991687357426, -0.010203633457422256, 0.0025610984303057194, 0.010251186788082123, -0.004636471159756184, 0.012289196252822876, 0.005957780405879021, -0.0064876629039645195, 0.0033525254111737013, -0.006052887532860041, -0.007058305665850639, 0.0013629187596961856, 0.03293422982096672, -0.018138282001018524, 0.019238807260990143, 0.0023233306128531694, -0.012526963837444782, 0.0013026276137679815, -0.009408809244632721, -0.006711843889206648, -0.019265981391072273, 0.001080994145013392, -0.0006164978258311749, -0.010672375559806824, -0.002365789143368602, -0.028559302911162376, 0.002430326072499156, -0.03100491501390934, 0.012520170770585537, 0.004296802915632725, -0.030841873958706856, -0.017078517004847527, 0.0040046884678304195, 0.014075851067900658, -0.030461445450782776, -0.008967241272330284, -0.17358404397964478, 0.02910277247428894, 0.028966905549168587, -0.04755355045199394, 0.009782444685697556, -0.01600516587495804, 0.00038021610816940665, 0.007024338934570551, 0.001571814646013081, -0.027757687494158745, 0.00688847154378891, -0.024388177320361137, -0.005033882800489664, -0.007649328093975782, -0.018980659544467926, -0.018287736922502518, 0.0038382508791983128, -0.01357993483543396, 0.011249811388552189, 0.01729590632021427, 0.01798882894217968, -0.013274233788251877, 0.016929063946008682, 0.0029788902029395103, 0.0006844314630143344, 0.01726873219013214, 0.00022800228907726705, -0.008627573028206825, -0.00400129146873951, -0.04562423378229141, -0.025121862068772316, -0.015937233343720436, 0.016331247985363007, 0.0021517982240766287, 0.013437274843454361, -0.01877685822546482, 0.023654494434595108, -0.011637032963335514, 0.005709822755306959, 0.004578727763146162, 0.01680678315460682, 0.020108358934521675, 0.00698357867076993, 0.02142627164721489, 0.016154620796442032, 0.012859839014708996, 0.020420853048563004, -9.770768519956619e-05, 0.001599837327376008, -0.02226864919066429, -0.022798530757427216, -0.025176208466291428, -0.013810909353196621, 0.012723971158266068, 0.023083852604031563, 0.001988757401704788, 0.003340636845678091, 0.0010971283772960305, 0.021195296198129654, -0.005373551044613123, 0.00508483313024044, -0.013804116286337376, -0.005044072866439819, -0.0017195703694596887, 0.002724139019846916, -0.0023742809426039457, -0.01869533769786358, 0.013444067910313606, -0.013892429880797863, 0.004772338550537825, -0.023831121623516083, -0.010665581561625004, -0.004449653439223766, 0.019333915784955025, -0.0006742413970641792, 0.03597765788435936, -0.01725514605641365, 0.018518710508942604, 0.012954945676028728, 0.003610673127695918, -0.007805575616657734, 0.008471325039863586, -0.003152121091261506, 0.02872234396636486, -0.0050168996676802635, 0.0006878281128592789, -0.0033796988427639008, -0.007200966123491526, -0.0008436509524472058, -0.017486119642853737, 0.002088959561660886, -0.016548635438084602, -0.011908767744898796, -0.02480936609208584, -0.016548635438084602, -0.00253392499871552, 0.02866799756884575, -0.0023742809426039457, 0.029157118871808052, -0.01223484892398119, -0.012479410506784916, 0.0040963985957205296, -0.004082811996340752, -0.0044768271036446095, 0.011963114142417908, 0.015380176715552807, 0.010380260646343231, 0.016602981835603714, 0.03937434032559395, -0.02225506119430065, 0.0032421331852674484, -0.0038348541129380465, 0.009245769120752811, 0.017458945512771606, 0.015461697243154049, 0.03143969178199768, -0.008946861140429974, -0.007995789870619774, 0.032716844230890274, -0.008267524652183056, 0.04429273679852486, 0.001215163036249578, -0.019700756296515465, 0.03489071875810623, 0.0008589359931647778, 0.007527047768235207, -0.0997265875339508, -0.010651995427906513, 0.0041915057227015495, 0.008865340612828732, -0.004809701815247536, 0.02710552327334881, -0.01341689471155405, 0.032363586127758026, -0.00023500794486608356, 0.007961822673678398, -0.024238724261522293, -0.009232182055711746, -0.005128989927470684, 0.008967241272330284, 0.010434607975184917, -0.015094855800271034, -0.0074998741038143635, -0.01187480054795742, 0.002871894743293524, 0.03711894154548645, -0.007200966123491526, -0.009340875782072544, 0.013111192733049393, -0.017350252717733383, -0.005590938962996006, 0.016399182379245758, -0.028043007478117943, 0.013117986731231213, 0.003362715244293213, 0.01204463467001915, 0.023409932851791382, -0.0141573715955019, 0.012547343969345093, -0.016290487721562386, -0.008946861140429974, 0.0018545885104686022, -0.03801566734910011, -0.003277798183262348, 0.04048845171928406, -0.02182028628885746, 0.01069954875856638, 0.01842360384762287, 0.01010852586477995, -0.026996830478310585, 0.012017461471259594, 0.011922354809939861, -0.020855627954006195, 0.042281899601221085, -0.01642635464668274, 0.0013416894944384694, -0.02143985778093338, -0.0005099269328638911, -0.004487017169594765, -0.031548384577035904, 0.028966905549168587, 0.003262513317167759, 0.01381770335137844, 0.010597648099064827, -0.022092020139098167, -0.00025114219170063734, -0.010767482221126556, -0.00800258293747902, -0.015787778422236443, 0.008383011445403099, -0.010264773853123188, 0.022295821458101273, -0.021494204178452492, 0.012649244628846645, 0.008729472756385803, -0.013464448042213917, -0.015937233343720436, 0.018545884639024734, -0.02104584313929081, 0.02101866900920868, -0.009612610563635826, -0.02787996642291546, 0.016168206930160522, 0.005743789486587048, 0.044944897294044495, -0.0032438314519822598, -0.00127120828256011, -0.010495747439563274, -0.020814867690205574, -0.01870892569422722, 0.020067598670721054, 0.01246582344174385, -0.0021178312599658966, 0.015814952552318573, 0.0011387376580387354, -0.03741785138845444, 0.011446818709373474, 0.0156383253633976, 0.015842124819755554, -0.0008780423668213189, 0.001859683427028358, 0.018885552883148193, 0.002858308143913746, 0.013851669616997242, -0.005971367470920086, 0.013478035107254982, -0.029157118871808052, -0.018559470772743225, -0.060596808791160583, 0.03220054507255554, 0.0003870094660669565, 0.0044224802404642105, -0.002634126925840974, -0.013518795371055603, -0.01166420616209507, -0.018613819032907486, 0.021317576989531517, 0.015597564168274403, -0.01360031496733427, 0.0069054546765983105, -0.004188109189271927, 0.01189518067985773, -0.013382927514612675, 0.002289363881573081, 0.027268564328551292, -0.01055009476840496, 0.006929231807589531, 0.0074047669768333435, -0.0062057385221123695, -0.010047385469079018, 0.0023454090114682913, 0.005736995954066515, -0.019632823765277863, -0.006277068518102169, 0.012139742262661457, 0.01417095772922039, 0.01322668045759201, 0.004296802915632725, 0.01877685822546482, -0.017309492453932762, 0.02101866900920868, 0.029537547379732132, 0.014863881282508373, -0.0113041577860713, -0.0016321057919412851, 0.03244510665535927, 0.033885300159454346, -0.0012211072025820613, -0.01691547781229019, -0.0405699722468853, 0.003459520870819688, 0.0016677709063515067, -0.01880403235554695, -0.028532130643725395, 0.0029822869691997766, 0.028124528005719185, 0.0032811949495226145, 0.013430480845272541, 0.04092322662472725, -0.009327289648354053, -0.017798613756895065, -0.025896305218338966, -0.020977908745408058, -0.02980928309261799, 0.00459231436252594, -0.020869215950369835, -0.022812116891145706, -0.023056678473949432, 0.019741516560316086, 0.010088145732879639, 0.00612761452794075, 0.006990371737629175, -0.010937316343188286, -0.031602729111909866, -0.012914185412228107, 0.00032204794115386903, 0.023586560040712357, -0.011276984587311745, -0.009476743638515472, -0.00953788310289383, 0.0013162143295630813, -0.003546136198565364, -0.015529630705714226, 0.00565547589212656, 0.005044072866439819, -0.017078517004847527, 0.00014871098392177373, 0.015977993607521057, 0.026235973462462425, -0.007744435220956802, -0.01691547781229019, 0.007683294825255871, 0.030081016942858696, 0.023138199001550674, -0.003238736419007182, 0.03293422982096672, -0.023491453379392624, 0.009490329772233963, -0.03410268947482109, 0.012132948264479637, 0.0030773940961807966, 0.012248435989022255, 0.015244309790432453, 0.01874968595802784, -0.02251320891082287, 0.033151619136333466, 0.026208799332380295, -0.005312411114573479, 0.005811722949147224, -0.008308284915983677, 0.019999664276838303, 0.0005655475542880595, -0.01208539493381977, -0.018994247540831566, -0.040053676813840866, -0.012649244628846645, -0.01687471754848957, -0.010835415683686733, 0.013029673136770725, -0.008315077982842922, -0.022839291021227837, 0.005950987339019775, -0.026629988104104996, 0.018817618489265442, -0.02563815750181675, 0.014714427292346954, -0.019687170162796974, 0.01914370059967041, 0.005492434836924076, 0.016521461308002472, 0.011188670992851257, -0.009157455526292324, 0.021195296198129654, 0.013532381504774094, -0.044238388538360596, -0.0312766507267952, 0.019768690690398216, 0.003974118269979954, -0.0026324286591261625, 0.003807680681347847, 0.019714342430233955, -0.017037758603692055, -0.0009162549977190793, -0.00958543736487627, -0.011426438577473164, 0.03260814771056175, -0.0035970862954854965, 0.08646593987941742, 0.013654662296175957, 0.0005294578149914742, 0.03182011842727661, 0.006338208913803101, -0.0069054546765983105, 0.02945602685213089, 0.0062600853852927685, -0.007690088357776403, 0.008647953160107136, 0.01014928612858057, 0.019293155521154404, 0.0012601690832525492, -0.015176376327872276, -0.015869298949837685, 0.01012890599668026, 0.0020770712289959192, 0.014728013426065445, -0.004677231423556805, -0.004901412408798933, -0.0024473094381392, 0.0036921934224665165, 0.016738850623369217, -0.0025271314661949873, 0.00016633128689136356, -0.015801364555954933, 0.02527131512761116, 0.004775735083967447, -0.009714511223137379, -0.04543402045965195, 0.017458945512771606, 0.013994330540299416, -0.05086871236562729, -0.024985993281006813, -0.005006709601730108, -0.011786486953496933, -0.015353003516793251, -0.009551470167934895, -0.008661539293825626, -0.009639783762395382, -0.030760353431105614, 2.371043410676066e-05, -0.023505041375756264, -0.0025220364332199097, -0.000383825070457533, 0.007330039981752634, -0.01839642971754074, 0.0034408390056341887, -0.003970721270889044], \"91d62e4a-8388-431d-98e9-61228a0f7b55\": [0.0038101323880255222, -0.00334650999866426, 0.018261661753058434, -0.017924480140209198, 0.006241199094802141, 0.0052903518080711365, -0.024425309151411057, -0.01130226906388998, -0.001084876130335033, -0.034554190933704376, 0.0197047907859087, 0.01645437628030777, 0.0064671095460653305, -0.0016361651942133904, 0.009670318104326725, -0.002464784774929285, 0.020514022558927536, 0.0006360054831020534, 0.008065341971814632, -0.03382588177919388, -0.011747346259653568, -0.017331045120954514, -0.019488995894789696, -0.0024344385601580143, -0.019192276522517204, 0.0054353391751646996, 0.029051415622234344, -0.020230790600180626, -0.007734905928373337, -0.006247942801564932, 0.03115541860461235, -0.010398626327514648, -0.02456017956137657, -0.02760828658938408, -0.0018426879541948438, 0.0017415339825674891, 0.003971978556364775, -0.014121091924607754, 0.024020692333579063, -0.02427694946527481, 0.03841152787208557, 0.012907245196402073, -0.02379141002893448, -0.009245472028851509, 0.015955351293087006, 0.007809085305780172, 0.0022118997294455767, 0.0027362145483493805, -0.02410161681473255, 0.023197973147034645, 0.02277987077832222, 0.03433839604258537, -0.03784506767988205, -0.021363714709877968, 0.003317849710583687, 0.009306163527071476, -0.03298967704176903, 0.0035639910493046045, 0.010702088475227356, -0.025140129029750824, -0.011369704268872738, 0.011477602645754814, -0.018612327054142952, 0.004656453616917133, -0.008132778108119965, 0.0011961455456912518, 0.0014110977062955499, 0.006750340573489666, -0.004275440704077482, -0.007842803373932838, 0.02640792541205883, 0.02732505463063717, 0.008206957951188087, 0.011126935482025146, 0.023831872269511223, -0.015456324443221092, -0.005529749672859907, 0.0028879453893750906, 0.0013790655648335814, -0.0032908753491938114, 0.02333284541964531, 0.018099814653396606, -0.021646946668624878, 0.03431142121553421, -0.006716622505337, 0.00448786374181509, -0.0012661103392019868, 0.005603929050266743, 0.012677962891757488, 0.007283085025846958, 0.00017385836690664291, -0.003955119755119085, 0.009312907233834267, 0.007471905555576086, 0.00697287917137146, 0.0016302645672112703, 0.014795452356338501, 0.01563165709376335, 5.890110696782358e-05, -0.020028483122587204, -0.010729063302278519, -0.0008758246549405158, -0.0239937175065279, -0.012913987971842289, -0.009528703056275845, -0.011976628564298153, 0.019192276522517204, 0.015658631920814514, 0.01598232425749302, -0.018922533839941025, -0.0051689669489860535, 0.03002249449491501, -0.012226141057908535, -0.00985239539295435, 0.012145218439400196, 0.0012787545565515757, 0.0022422459442168474, -0.025625668466091156, -0.012482398189604282, -0.01758730039000511, 0.01684550568461418, -0.012334039434790611, 0.02314402535557747, -0.008038368076086044, -0.004703659098595381, 0.024155564606189728, -0.0016774698160588741, 0.00939383078366518, -0.0041135940700769424, -0.0008138678967952728, 0.02956392988562584, 0.020136380568146706, 0.024061154574155807, -0.0024327526334673166, -0.020419612526893616, 0.0006773100467398763, -0.013035372830927372, 0.004373222589492798, -0.01645437628030777, -0.031856752932071686, -0.0017364762024953961, 0.01533493958413601, -0.0033009906765073538, -0.019974535331130028, 0.00014814839232712984, 0.016009299084544182, 0.0158879142254591, 0.0035100423265248537, 0.010648139752447605, -0.020055457949638367, -0.009252214804291725, 0.0031678047962486744, 0.01246216706931591, -0.0011059498647227883, 0.006170391105115414, 0.025167103856801987, 0.01296793669462204, -0.012138474732637405, -0.0052903518080711365, 0.00618725037202239, 0.015159606002271175, 0.033259421586990356, 0.023319358006119728, 0.001148097449913621, 0.011012294329702854, 0.02594936080276966, 0.020487047731876373, 0.00648396834731102, 0.006743596866726875, 0.007060545962303877, 0.022995665669441223, 0.025989823043346405, -0.022847305983304977, 0.018288634717464447, 0.0099063441157341, 0.016858993098139763, 0.01097183208912611, 0.021363714709877968, -0.022537101060152054, -0.010344677604734898, 0.0038202477153390646, -0.0029688687063753605, 0.03563316538929939, 0.03385285660624504, -0.017708685249090195, 0.008746445178985596, -0.005118390079587698, 0.004366478882730007, -0.00025014529819600284, -0.014053656719624996, 0.015267503447830677, -0.006379442755132914, 0.007161700166761875, -0.027284594252705574, -0.6573119163513184, -0.009252214804291725, 0.017047813162207603, -0.03191070258617401, 0.010283985175192356, 0.015361914411187172, 0.020041970536112785, 0.006065865512937307, -0.029995519667863846, 0.017074787989258766, 0.028862595558166504, 0.020419612526893616, -0.004181030206382275, -0.016791556030511856, -0.019569918513298035, -0.020797252655029297, 0.019488995894789696, -0.02416905201971531, -0.005759031977504492, 0.0227933581918478, -0.016481351107358932, 0.0210130475461483, -0.005614044610410929, 0.0015695722540840507, -1.55155412357999e-05, 0.00790349580347538, 0.01282632164657116, 0.0020129636395722628, -0.0009457895066589117, -0.0038910554721951485, -0.008780163712799549, 0.005199313163757324, 0.00012991961557418108, 0.013790655881166458, 0.05014538764953613, -0.0027075542602688074, -0.0010562158422544599, -0.010499780997633934, 0.014377349056303501, 0.04178332909941673, -0.01618463359773159, -0.01093137077987194, 0.018841609358787537, 0.021984126418828964, -0.007660726085305214, 0.01399970706552267, 0.04928220808506012, 0.012603783048689365, -0.017708685249090195, 0.003904542652890086, 7.254635420395061e-05, -0.028619825839996338, -0.018113302066922188, 0.02333284541964531, -0.030373161658644676, -0.017506377771496773, 0.026192130520939827, -0.0041338251903653145, -0.00307845207862556, -0.014431297779083252, -0.01951597072184086, 0.012253115884959698, 0.004015812184661627, -0.012185679748654366, -0.03458116576075554, 0.015510273166000843, -0.0019050661940127611, -0.024492744356393814, 0.018450481817126274, -0.02621910534799099, -0.006959392223507166, -0.0005108274635858834, -0.015119144693017006, -0.039571426808834076, 0.04399522766470909, 0.025787515565752983, 0.031020546332001686, -0.029779724776744843, -0.017047813162207603, 0.019826175644993782, -0.0020820857025682926, 0.00023623663582839072, -0.012266603298485279, -0.021741356700658798, 0.028754698112607002, 0.003961863461881876, -0.004521581809967756, -0.027945466339588165, 0.014175040647387505, 0.0123610133305192, -0.009076881222426891, 0.022172946482896805, -0.008294624276459217, -0.03172187879681587, 0.016306018456816673, 0.013170245103538036, 0.015766529366374016, 0.003840478602796793, 0.014903349801898003, -0.020230790600180626, -0.02166043408215046, -0.0030093302484601736, -0.014094118028879166, 0.011450627818703651, 0.03719768300652504, -0.0019910470582544804, 0.009751241654157639, 0.0037258374504745007, 0.022429203614592552, -0.005125133786350489, 0.0028761441353708506, -0.02202458865940571, -0.025180591270327568, -0.009744497947394848, 0.0017634506803005934, -0.017546840012073517, 0.0017095018411055207, 0.0005504461005330086, 0.005438711028546095, -0.027837568894028664, -0.004943056497722864, 0.007593290414661169, -0.0003049370425287634, -0.03261203691363335, 0.0014937067171558738, -0.010675114579498768, 0.003297619055956602, -0.001778623671270907, 0.005408364813774824, -0.005553352180868387, 0.005047582555562258, -0.00040524802170693874, 0.013959245756268501, -0.01951597072184086, 0.020392637699842453, -0.0017465916462242603, 0.010762780904769897, -0.02462761662900448, 0.0030059583950787783, -0.0444268174469471, 0.0003272751928307116, -0.0043698507361114025, 0.019219251349568367, -0.0004775309644173831, 0.008038368076086044, -0.012003602460026741, -0.03870824724435806, -0.011821526102721691, 0.028862595558166504, 0.005536493379622698, 0.0027530735824257135, 0.0008387349080294371, -0.0167241208255291, 0.0076202647760510445, -0.017155710607767105, -0.008308111689984798, 0.004282183945178986, -0.0360647588968277, 0.005034095142036676, -0.027972441166639328, -0.016022786498069763, 0.028781672939658165, 0.004383338149636984, -0.009198266081511974, 0.015928376466035843, -0.0043900818563997746, -0.006140044890344143, 0.03274690732359886, -0.023197973147034645, -0.014903349801898003, -0.02194366417825222, -0.005860185716301203, -0.014121091924607754, 0.020244278013706207, -0.003211638191714883, 0.030373161658644676, -0.0118147823959589, -0.005452198442071676, 0.019853150472044945, -0.011868731118738651, 0.00343923456966877, 0.012172192335128784, -0.011093216948211193, -0.0036179397720843554, 0.03428444638848305, 0.025544745847582817, 0.016130683943629265, 0.014633605256676674, -0.010054702870547771, 0.011619217693805695, -0.0019101238576695323, -0.006301891524344683, -0.029914597049355507, 0.008389034308493137, -0.002431066706776619, 0.012064294889569283, -0.0016766268527135253, 0.002721041440963745, 0.0010123825632035732, 0.017344532534480095, 0.02361607737839222, 0.007842803373932838, -0.004801440984010696, -0.024479256942868233, 0.0035100423265248537, -0.03191070258617401, 0.012381244450807571, -0.0007472748402506113, 0.018194224685430527, -0.005917506292462349, 0.0027024964801967144, -0.028673775494098663, -0.01493032369762659, -0.0127791166305542, -0.009036419913172722, 0.00929942075163126, -0.008335085585713387, 0.005580326542258263, 0.00020852466695941985, -0.009009446017444134, 0.014013194479048252, -0.02044658549129963, 0.02121535688638687, -0.0005803708336316049, -0.008105803281068802, -3.60097546945326e-05, 0.008395778015255928, 0.013824374414980412, 0.006423276383429766, -0.022847305983304977, -0.0067098792642354965, 0.0013158443616703153, 0.01529447827488184, 0.00011938274110434577, 0.020851202309131622, -0.0015940177254378796, 0.01691294088959694, -0.009279189631342888, 0.019772225990891457, -0.008153009228408337, 0.028538903221488, 0.018383044749498367, 0.02845797874033451, -0.00321838166564703, 0.019205763936042786, 0.023872334510087967, 0.05483893305063248, -0.003085195552557707, -0.019772225990891457, 0.0012172192800790071, -0.0006941690226085484, 0.017277095466852188, -0.005927621852606535, -0.013055603951215744, 0.02130976691842079, 0.0036921193823218346, -5.790010254713707e-05, 0.020041970536112785, 0.02222689613699913, 0.012219398282468319, 0.02456017956137657, 0.015564221888780594, 0.013284886255860329, 0.0028137657791376114, 0.02416905201971531, 0.002658663084730506, -0.004895851481705904, -0.014808938838541508, -0.010756037198007107, -0.0021174894645810127, 0.01710176281630993, 0.0017280468018725514, -0.010533498600125313, 0.010101908817887306, 0.023386795073747635, 0.012603783048689365, 0.006271545309573412, 0.019124841317534447, 0.018005404621362686, -0.004680056590586901, -0.029698802158236504, 0.0021141176111996174, 0.01436386164277792, 0.016521813347935677, -0.003948376048356295, -0.0033717984333634377, -0.0035774782299995422, -0.007606777362525463, -0.009447779506444931, 0.012664475478231907, 0.0019893611315637827, -0.0014051970792934299, 0.005816352553665638, -0.028511928394436836, -0.019124841317534447, 0.028592851012945175, 0.029267210513353348, 0.003422375535592437, -0.024870386347174644, -0.011099960654973984, 0.01590140163898468, -0.007525854278355837, -0.0049464283511042595, -0.015078683383762836, 0.01924622617661953, 0.0025086181703954935, -0.04415707290172577, -0.029779724776744843, -0.00014488196757156402, -0.0031374585814774036, -0.011079729534685612, -0.021336741745471954, -0.01962386816740036, -0.00572194205597043, 0.0235216673463583, 0.007802341599017382, -0.012381244450807571, -0.0019370982190594077, 0.021606484428048134, 0.029456032440066338, 0.0012382930144667625, -0.007829315960407257, -0.011093216948211193, 0.02260453812777996, 0.05324744060635567, 0.017034325748682022, -0.02016335539519787, 0.0037056065630167723, -0.022577563300728798, 0.008705983869731426, -0.02025776542723179, -0.0019741880241781473, 0.022631511092185974, -0.03239624202251434, 0.008247419260442257, -0.002481643809005618, -0.0003091517719440162, -0.013183732517063618, -0.003897799178957939, 0.0037325809244066477, 0.012900501489639282, -0.013237681239843369, -0.012677962891757488, -0.011072986759245396, -0.0065884944051504135, -0.01278586033731699, 0.013507424853742123, 0.020433099940419197, 0.029132340103387833, 0.012657731771469116, 0.010600934736430645, 0.0355522446334362, 0.017061300575733185, -0.00980519037693739, -0.008550881408154964, 0.01143714040517807, 0.007761880289763212, 0.022806845605373383, -0.017074787989258766, 0.03517460078001022, -0.01041885744780302, 0.013608578592538834, -0.00472051789984107, -0.015132632106542587, -0.0022000984754413366, 0.0210130475461483, 0.003955119755119085, -0.01184849999845028, 0.006086096167564392, 0.005084672011435032, 0.015065195970237255, 0.013008398935198784, -0.0052903518080711365, -0.0009533760603517294, 0.014862887561321259, 0.014728016220033169, -0.03660424426198006, -0.004764351528137922, 0.008672266267240047, 0.004615992307662964, 0.0032453560270369053, 0.02093212492763996, -0.0020534254144877195, -0.048499949276447296, -0.028107313439249992, -0.03544434532523155, -0.009117343463003635, -0.011072986759245396, -0.022901255637407303, -0.01078975573182106, -0.01000075414776802, -0.00669301999732852, -0.02899746783077717, -0.018666276708245277, -0.0057792626321315765, -0.014660580083727837, -0.022537101060152054, -0.0009609625558368862, 0.01287352666258812, 0.012441936880350113, 0.013170245103538036, 0.005762403830885887, -0.0015004503075033426, -0.0034190036822110415, -0.026273055002093315, 0.0067975460551679134, -0.004120337776839733, -0.019839663058519363, -0.007121238391846418, 0.01812678948044777, -0.002039938000962138, -0.027972441166639328, 0.004629479255527258, 0.04102804511785507, -0.018099814653396606, -0.003678632201626897, -0.004669941030442715, -0.027095772325992584, 0.006325494032353163, 0.018989969044923782, -0.0016909569967538118, 0.02074330486357212, -0.0028306248132139444, -0.01580699160695076, -0.004858761560171843, 0.008739701472222805, 0.01692642830312252, -0.022671973332762718, -0.004403568804264069, -0.0002602607128210366, -0.014687553979456425, 0.009016189724206924, 0.004032670985907316, -0.016993865370750427, 0.016616223379969597, -0.02519407868385315, 0.003408888354897499, 0.010142370127141476, -0.005539864767342806, 0.026650695130228996, 0.01822119951248169, 0.02214597351849079, -0.009623113088309765, 0.014539195224642754, 0.011794551275670528, -0.03485091030597687, 0.027702696621418, 0.040947120636701584, -0.008537393994629383, -0.005627531558275223, -0.02120186947286129, -0.013514168560504913, -0.01839653216302395, 0.007539341691881418, -0.006224340293556452, 0.029051415622234344, -0.009178035892546177, -0.034527216106653214, -0.024681564420461655, -0.03636147454380989, 0.018639301881194115, 0.01534842699766159, -0.00014509270840790123, 0.014080630615353584, -0.005860185716301203, 0.006126557942479849, -0.002680579898878932, -0.023117050528526306, 0.015874426811933517, -0.025612181052565575, -0.02224038355052471, 0.02083771489560604, 0.005229659378528595, 0.03228834271430969, -0.008281136862933636, 0.008281136862933636, -0.047825589776039124, 0.0023922910913825035, -0.0034898114390671253, -0.02509966865181923, 0.011282037943601608, -0.022280843928456306, 0.030993571504950523, 0.021822279319167137, 0.026906952261924744, 0.004312530159950256, -0.010007497854530811, -0.002382175764068961, 0.003759555285796523, -0.007256110664457083, -0.015658631920814514, 0.022820333018898964, -0.0042450944893062115, -0.014202015474438667, 0.011774320155382156, -0.00944103579968214, -0.0043799662962555885, 0.005718570202589035, 0.023454230278730392, 0.0343923456966877, -0.009892856702208519, 0.001416155369952321, -0.014862887561321259, -0.02835008129477501, -0.007505623623728752, 0.02658325992524624, -0.007883264683187008, 0.027082284912467003, -0.023926282301545143, 0.0034426061902195215, 0.02613818272948265, 0.007256110664457083, 0.023764435201883316, -0.00402255542576313, 0.02835008129477501, -0.001900008413940668, -0.021161407232284546, 0.0017002293607220054, 0.022172946482896805, -0.03382588177919388, -0.016009299084544182, -0.028377056121826172, -0.0019910470582544804, 0.026637207716703415, 0.015577709302306175, 0.033151522278785706, 0.0021882972214370966, 0.002174810040742159, -0.008631804026663303, 0.01338603999465704, -0.03587593510746956, 0.005816352553665638, 0.017263608053326607, -0.01942155882716179, -0.003918029833585024, -0.035471320152282715, 0.00789675209671259, 0.007674213498830795, -0.0056578777730464935, 0.017924480140209198, -0.004646338522434235, 0.007458418142050505, -0.007417956832796335, -0.0030261892825365067, -0.02046007290482521, -0.0037089784163981676, 0.042997173964977264, 0.006153532303869724, 0.025463823229074478, 0.012246372178196907, 0.03684701398015022, -0.03490485996007919, -0.025328950956463814, -0.002186611294746399, 0.004029299132525921, 0.023939769715070724, 0.02678556740283966, 0.013783912174403667, 0.0035100423265248537, 0.008193470537662506, -0.00425520958378911, -0.01143714040517807, -0.030427109450101852, 0.01877417415380478, -0.013203962706029415, -0.006298519670963287, -0.027594799175858498, -0.013541142456233501, -0.016858993098139763, 0.00620410917326808, 0.0064671095460653305, -0.0043462482281029224, 0.0017819955246523023, -0.017182685434818268, 0.003380228066816926, 0.01533493958413601, -0.03104752115905285, 0.007552828639745712, -0.01078975573182106, -0.006733481772243977, -0.008530650287866592, -0.007161700166761875, -0.026003310456871986, -0.0014296425506472588, 0.023481205105781555, 0.010627908632159233, -0.01563165709376335, -0.013581604696810246, 0.02369699999690056, 0.02640792541205883, -0.006504199467599392, -0.02016335539519787, -0.007026828359812498, 0.036118704825639725, -0.008260906673967838, -0.008173239417374134, 0.0016142484964802861, 0.004831787198781967, -0.004878992680460215, -0.009569164365530014, 0.0032386125531047583, -0.03393378108739853, -0.02194366417825222, -0.007235879544168711, 0.007127982098609209, 0.0030464199371635914, -0.017614275217056274, -0.014175040647387505, 0.016211606562137604, -0.007215648889541626, -0.00929942075163126, -0.016899453476071358, 0.006618840619921684, -0.02705531194806099, -0.01370973326265812, 0.01189570501446724, -0.007970931939780712, 0.007431443780660629, -0.013824374414980412, 0.0037224655970931053, -0.03660424426198006, 0.024668078869581223, -0.017614275217056274, 0.03263900801539421, -0.011335986666381359, -0.033232446759939194, -0.019097866490483284, 0.014849401079118252, -0.0034173177555203438, -0.030076442286372185, 4.60197807115037e-05, -0.02454669401049614, -0.036577269434928894, -0.0002644754422362894, 0.006585122551769018, 0.004221491981297731, -0.0159958116710186, -0.0020365663804113865, 0.0073774950578808784, -0.006541288923472166, 0.0021528934594243765, 0.003655029693618417, -0.03336731716990471, 0.020716330036520958, -0.042538609355688095, 0.017425455152988434, 0.02371048741042614, -0.003752811811864376, -0.04172937944531441, -0.019920585677027702, -0.007923726923763752, -0.011646192520856857, -0.006780686788260937, -0.014849401079118252, 0.004309158306568861, 0.025720078498125076, -0.0014852772001177073, 0.0009685491095297039, -0.0029267212375998497, -0.030076442286372185, -0.017803097143769264, 0.012988167814910412, 0.009832164272665977, -0.00539487786591053, -0.03088567405939102, -0.0014945496805012226, -0.0035336448345333338, 0.020325200632214546, -0.01580699160695076, 0.008065341971814632, -0.03164095804095268, -0.003142516128718853, -0.03458116576075554, -0.0008037524530664086, -0.004201260861009359, 0.030481059104204178, 0.02214597351849079, -0.014269451610744, -0.01333883497864008, -0.036037784069776535, -0.03541737049818039, -0.026192130520939827, 0.006069237366318703, 0.010236780159175396, 0.03663121908903122, 0.002936836564913392, -0.011679910123348236, 0.058534421026706696, 0.012280089780688286, 0.023305870592594147, -0.02156602405011654, -5.498929112945916e-06, 0.013433245010674, 5.7531313359504566e-05, 0.011781063862144947, 0.0012425077147781849, -0.0386812724173069, 0.005462313536554575, 0.029348134994506836, 0.0218492541462183, 0.009070138446986675, 0.019178789108991623, 0.009555676952004433, 0.015753041952848434, -0.007047059014439583, 0.0072763413190841675, 0.0021191753912717104, -0.014674067497253418, 0.017061300575733185, -0.02465459145605564, -0.017695197835564613, 0.02306310273706913, -0.0009677062043920159, 0.006568263750523329, -0.022725922986865044, -0.006005173083394766, -0.013574860990047455, -0.002286079339683056, -0.027298081666231155, 0.004042786546051502, 4.699444252764806e-05, -0.04305112361907959, -0.013284886255860329, 0.005914134439080954, -0.0029688687063753605, 0.017411967739462852, -0.0009095426648855209, -0.00662221247330308, -0.0119429100304842, -0.0031779201235622168, -0.0226854607462883, 0.0056578777730464935, -0.004336133133620024, -0.012192423455417156, -0.02994157187640667, -0.01478196494281292, -0.0062108528800308704, 0.012819577939808369, -0.008024880662560463, -0.011309011839330196, -0.006274917162954807, -0.012812834233045578, 0.0022186434362083673, 0.0035808500833809376, -0.014161554165184498, 0.007977675646543503, -0.004592389799654484, 0.015375400893390179, -0.007013340946286917, -0.017627762630581856, -0.003198151011019945, -0.032126497477293015, -0.004922825843095779, -0.012961193919181824, -0.013257911428809166, -0.018625814467668533, -0.026731619611382484, 0.02735202945768833, -0.0069324178621172905, -0.019974535331130028, 0.21277397871017456, 0.010297472588717937, 0.0007620264659635723, 0.019381098449230194, -0.0015822164714336395, -0.003204894484952092, 0.03784506767988205, 0.011612473987042904, -0.011875474825501442, 0.01944853365421295, 0.028781672939658165, 0.009312907233834267, -0.029644852504134178, -0.004548556171357632, -0.006025404203683138, -0.03104752115905285, -0.020028483122587204, -0.022375255823135376, -0.012286833487451077, -0.00382361956872046, 5.2895087719662115e-05, 0.000329171831253916, -0.0210130475461483, -0.0020028483122587204, 0.008955497294664383, 0.007721418514847755, -0.008915035054087639, 0.0266102347522974, 0.015240529552102089, 0.006298519670963287, -0.026151670143008232, -0.016400428488850594, -0.0005099845002405345, 0.009596138261258602, 0.0021242331713438034, 0.0020129636395722628, 0.01878766156733036, 0.018194224685430527, 0.010911139659583569, -0.025059206411242485, -0.0025777400005608797, -0.016049761325120926, -0.010499780997633934, -0.0278105940669775, 0.0012222769437357783, 0.016494838520884514, -0.009656830690801144, 0.0014406009577214718, 0.00933988206088543, 0.024425309151411057, -0.01738499291241169, 0.012266603298485279, 0.01617114618420601, 0.008995958603918552, 0.017047813162207603, -0.014903349801898003, 0.016764583066105843, -0.005775890778750181, 0.018760686740279198, 0.013723219744861126, -0.0056578777730464935, 0.009447779506444931, -0.02213248610496521, 0.03115541860461235, -0.02437135949730873, 0.024425309151411057, -0.02427694946527481, 0.005195941310375929, 0.0226854607462883, -0.0210130475461483, 0.003783158026635647, -0.019097866490483284, 0.011524807661771774, -0.003520157653838396, 0.027918491512537003, -0.02259105071425438, -0.001329331542365253, 0.013001655228435993, 0.03822270780801773, 0.032045572996139526, -0.006295147817581892, -0.0210130475461483, -0.0003595180169213563, -0.04734005033969879, -0.014862887561321259, -0.019124841317534447, 0.03085869923233986, -0.01719617284834385, 0.010209806263446808, -0.004885735921561718, -0.0051689669489860535, 0.0008901547989808023, -0.009380343370139599, 0.005283608101308346, -0.008544137701392174, 0.025706591084599495, 0.006018660496920347, 0.02883562073111534, 0.0020567970350384712, -0.021619971841573715, -0.03004946932196617, 0.026084233075380325, 0.000681946228723973, 0.02129627950489521, -0.0029267212375998497, -0.016386941075325012, -0.022577563300728798, 0.0017870531883090734, -0.02323843538761139, 0.0008501146803610027, -0.0009483183384872973, -0.03493183106184006, 0.013541142456233501, -0.02091863751411438, 0.03161398321390152, 0.0069324178621172905, 0.013918784447014332, -0.01664319820702076, -0.003783158026635647, -0.019084379076957703, -0.00989960040897131, -0.014161554165184498, 0.004585646092891693, 0.015483299270272255, 0.020419612526893616, -0.016494838520884514, -0.03088567405939102, -0.00887457374483347, -0.014013194479048252, -0.014026681892573833, -0.018612327054142952, -0.009751241654157639, -0.008591342717409134, -0.0027615029830485582, 0.009771471843123436, -0.013069091364741325, -0.0030801380053162575, -0.011511320248246193, -0.03819573298096657, 0.019772225990891457, -0.00565113453194499, -0.017074787989258766, 0.002542336005717516, -0.020109405741095543, 0.008665522560477257, -0.01329837366938591, 0.018544891849160194, 0.010020985268056393, -0.0030346186831593513, -0.009731010533869267, -0.02334633283317089, -0.006025404203683138, -0.018531404435634613, -0.0025153616443276405, 0.008011393249034882, -0.029617877677083015, 0.005863557569682598, -0.03161398321390152, 0.019300173968076706, -0.00012149011308792979, -0.03989512100815773, 0.022752895951271057, 0.02743295207619667, 0.014728016220033169, -0.01325116865336895, -0.012253115884959698, -0.17242029309272766, 0.02306310273706913, 0.010985319502651691, -0.010938114486634731, 0.026286540552973747, 0.007465161848813295, 0.001370636047795415, 0.017816582694649696, -0.00791023951023817, -0.0007186145521700382, 0.013278142549097538, -0.019462021067738533, -0.03757532313466072, 0.00664581498131156, -0.009623113088309765, -0.01130226906388998, -0.012603783048689365, 0.019124841317534447, 0.024843411520123482, 0.010938114486634731, 0.022833820432424545, -0.0176682248711586, 0.0133051173761487, 0.000880039413459599, 0.0050779287703335285, -0.024762488901615143, -0.021080484613776207, 0.003995581064373255, -0.004764351528137922, -0.02389930747449398, -0.032585062086582184, 0.01329162996262312, -0.0038337348960340023, -0.010627908632159233, 0.006055749952793121, -0.00045898606185801327, -0.004143940284848213, -0.01041885744780302, -0.015307965688407421, 0.010607678443193436, -0.0014465015847235918, 0.03312454745173454, -0.012158705852925777, 0.0020247651264071465, 0.006062493659555912, -0.0012779115932062268, 0.024843411520123482, -0.025234540924429893, 0.006062493659555912, -0.011052755638957024, 0.015645144507288933, -0.03088567405939102, -0.005863557569682598, 0.0013074148446321487, 0.01493032369762659, -0.00795070081949234, -0.005286979954689741, 0.01440432295203209, 0.0030632789712399244, -0.026893464848399162, 0.0017238319851458073, -0.021687408909201622, -0.0031222854740917683, -0.02063540741801262, -0.01487637497484684, -0.029348134994506836, -0.016238581389188766, 0.006288404110819101, -0.01737150549888611, -0.013574860990047455, -0.0065783788450062275, -0.010250267572700977, 0.016481351107358932, 0.004801440984010696, 0.0014355431776493788, 0.027783619239926338, -0.011612473987042904, 0.02139068953692913, 0.014633605256676674, 0.01673760823905468, -0.014512221328914165, 0.0020905151031911373, 0.001608347869478166, 0.006615468766540289, -0.0034594652242958546, -0.010762780904769897, 0.0037797861732542515, 0.009373599663376808, -0.023117050528526306, -0.009043163619935513, 0.010398626327514648, -0.013702989555895329, -0.014808938838541508, -0.023831872269511223, 0.0052026850171387196, -0.0032268112991005182, 0.008011393249034882, 0.006814404856413603, 0.002978984033688903, 0.011153909377753735, 0.004127081483602524, 0.005010492634028196, -0.03498578071594238, 0.0015004503075033426, 0.015847453847527504, 0.01544283702969551, 0.0007877364405430853, 0.016629710793495178, 0.050172362476587296, 0.0031172276940196753, -0.04027276113629341, 0.011315755546092987, 0.012307064607739449, -0.008132778108119965, 0.021984126418828964, 0.0367930643260479, 0.01644088886678219, -0.0334482416510582, 0.00902293249964714, 0.0029924712143838406, 0.04577553644776344, -0.01700735092163086, -0.030454084277153015, 0.024061154574155807, 0.0005820567021146417, -0.006399673409759998, -0.12624013423919678, -0.02835008129477501, 0.0013765367912128568, 0.006463737692683935, 0.01961038075387478, 0.010128882713615894, -0.004855389706790447, 0.035201575607061386, 0.014795452356338501, 0.028889570385217667, -0.013750194571912289, -0.011464115232229233, -0.021350229158997536, -0.005121761932969093, -0.007323546335101128, -0.011936167255043983, -0.010560473427176476, 0.004056273493915796, 0.009872626513242722, 0.03385285660624504, -0.007600033655762672, -0.02398023195564747, 0.014080630615353584, -0.018436994403600693, -0.007977675646543503, 0.017641250044107437, -0.03320547193288803, 0.0033650549594312906, 0.0033667408861219883, -0.009892856702208519, -0.005115018226206303, -0.026623720303177834, 0.01859884150326252, -0.025032231584191322, 0.0022169575095176697, -0.0018629187252372503, -0.021066997200250626, -0.020244278013706207, 0.04321296885609627, 0.0007864719955250621, -0.009016189724206924, 0.02232130616903305, -0.004454145673662424, -0.025922387838363647, 0.013702989555895329, 0.0015358541859313846, -0.02706879936158657, 0.02623259276151657, -0.016629710793495178, 0.0006591866258531809, -0.027082284912467003, 0.004572158679366112, -0.0044811200350522995, -0.021323254331946373, 0.009049907326698303, -0.012495885603129864, 0.023224947974085808, -0.01078975573182106, -0.006069237366318703, -0.002726099221035838, -0.00878690741956234, 0.0040360428392887115, -0.0013504052767530084, 0.03887009248137474, 0.012583551928400993, 0.02418253943324089, -0.03876219689846039, -0.027271106839179993, 0.02211899869143963, -0.013554629869759083, -0.0020938869565725327, 0.010850447230041027, -0.028673775494098663, 0.005759031977504492, -0.040407635271549225, -0.004777838476002216, -0.0257740281522274, -0.017034325748682022, 0.01758730039000511, 0.0013242738787084818, -0.003907914273440838, -0.0002461412805132568, 0.01334557868540287, -0.02454669401049614, 0.030831726267933846, 0.013628809712827206, 0.006814404856413603, -0.0004551928141154349, 0.014202015474438667, -0.03838455304503441, -0.0040360428392887115, 0.05265400558710098, 0.002038252307102084, -0.006548032630234957, -0.004686799831688404, 0.037332553416490555, -0.002260790904983878, -0.01804586499929428, -0.003901170799508691, 0.007984419353306293, -0.016575761139392853, -0.022429203614592552, -0.03304362669587135, 0.03253111243247986, 0.006986366584897041, 0.007323546335101128, 0.000880039413459599, -0.010890909470617771, -0.01795145496726036, -0.0218492541462183, 0.009670318104326725, 0.027837568894028664, -0.008442983962595463, 0.010209806263446808, -0.006069237366318703, -0.012502629309892654, -0.011356217786669731, -0.0024968169163912535, 0.0103244474157691, -0.007175187114626169, 0.004885735921561718, 0.019920585677027702, -0.004777838476002216, -0.004572158679366112, 0.0007531755254603922, 0.0030582211911678314, -0.00980519037693739, 0.00439345370978117, 0.007552828639745712, 0.020581457763910294, -0.007977675646543503, -0.004386710003018379, 0.01664319820702076, -0.020851202309131622, 0.013783912174403667, -0.005131877493113279, -0.008132778108119965, -0.004423799458891153, -0.0031155417673289776, 0.03134423866868019, 0.023683512583374977, 0.006470481399446726, -0.0024664707016199827, -0.00399895291775465, 0.020473560318350792, -0.03525552526116371, -0.039004966616630554, -0.007782110944390297, -0.028404030948877335, 0.008267650380730629, 0.00017807311087381095, 0.012178936041891575, 0.044696561992168427, 0.0009162862552329898, 0.003678632201626897, -0.03182977810502052, -0.030723828822374344, -0.042457688599824905, -0.009285933338105679, 0.015200067311525345, -0.0035977091174572706, -0.015685606747865677, 0.03539039567112923, 0.03331337124109268, 0.030831726267933846, 0.001731418538838625, 0.00804511085152626, -0.008206957951188087, -0.00888131745159626, 0.00994680542498827, 0.011747346259653568, -0.020217303186655045, -0.0079979058355093, -0.01793796755373478, -0.0041237096302211285, 0.012482398189604282, 0.0018983226036652923, -0.010250267572700977, -0.005347672384232283, -0.003118913620710373, -0.008813881315290928, 0.03069685399532318, 0.01334557868540287, 0.013183732517063618, -0.02983367256820202, 0.010560473427176476, 0.018436994403600693, 0.001712873694486916, 0.013116296380758286, 0.024047667160630226, -0.01637345366179943, -0.0011388249695301056, -0.024964796379208565, 0.012300320900976658, -0.008490188978612423, 0.031667932868003845, 0.014040169306099415, -2.920688757512835e-06, -0.007505623623728752, 0.018288634717464447, 0.029536955058574677, 0.009468010626733303, -0.0032369266264140606, -2.000688255066052e-05, 0.0050576976500451565, -0.013426501303911209, -0.0071886745281517506, 0.0005496031371876597, -0.019664328545331955, -0.01951597072184086, -0.010958345606923103, 0.018571866676211357, 0.00884085614234209, 0.001654710154980421, 0.023090075701475143, 0.0026721502654254436, -0.010985319502651691, -0.0005850070738233626, 0.007074033375829458, 0.017236633226275444, -0.00546568538993597, 0.02304961532354355, 0.0015898030251264572, 0.019920585677027702, 0.031101468950510025, -0.01692642830312252, 0.04278137907385826, 0.011261806823313236, -0.000597229809500277, -0.012023833580315113, 0.0038438502233475447, 0.007384238764643669, -0.0023417139891535044, -0.008712727576494217, -0.013561373576521873, -0.0059714550152421, 0.003076766151934862, -0.01189570501446724, -0.004531697370111942, 0.01905740611255169, 0.014566170051693916, 0.058804165571928024, 0.03884311765432358, -0.031290289014577866, 0.002490073209628463, 0.008227188140153885, 0.004460889380425215, 0.014026681892573833, 0.009596138261258602, 0.03503973037004471, -0.015753041952848434, 0.00791023951023817, 0.02000150829553604, -0.0032891894225031137, -0.019381098449230194, -0.01478196494281292, -0.001982617424800992, 0.026070745661854744, -0.003216695738956332, -0.012799346819519997, 0.011356217786669731, 0.025355925783514977, -0.004194517154246569, 0.020675867795944214, 0.0030447340104728937, -0.021242329850792885, -0.012334039434790611, 0.025976335629820824, 0.0023585730232298374, 0.008011393249034882, -0.03568711504340172, 0.008119290694594383, -0.006871725432574749, -0.024964796379208565, -0.009872626513242722, 0.004342876374721527, 0.023670025169849396, 0.0018157134763896465, 7.823626219760627e-05, 0.0016622967086732388, 0.0033009906765073538, 0.019178789108991623, 0.0016774698160588741, -0.040677376091480255, -0.03663121908903122, -0.010203062556684017, 0.009501728229224682, 0.009070138446986675, -0.009973780252039433, -0.012597039341926575], \"dc4cd500-9db2-4a28-b7c9-739180dd972e\": [-0.0034698050003498793, -0.006093071307986975, 0.011918461881577969, -0.0023890461307018995, -0.0013718612026423216, 0.006159991025924683, -0.004928661976009607, -0.016127733513712883, -0.013096255250275135, -0.01829594373703003, 0.012447130866348743, 0.018081799149513245, -0.004202579613775015, 0.01037260890007019, 0.0009201507782563567, -0.002982961479574442, 0.012440438382327557, 0.0032489688601344824, 0.013370627537369728, -0.023127570748329163, 0.011838157661259174, -0.03894747421145439, -0.019420200958848, 0.008070559240877628, -0.004520449787378311, 0.007655654568225145, 0.02146795392036438, -0.03490550071001053, 0.0029612125363200903, -0.006370789371430874, 0.023770004510879517, -0.024318749085068703, -0.031131209805607796, -0.01545853354036808, -0.018577007576823235, -0.01915252022445202, -0.015940356999635696, -0.01531130913645029, 0.032549913972616196, -0.01270142663270235, 0.04223993793129921, 0.003603645134717226, -0.017680278047919273, 0.0040687392465770245, -0.009897476062178612, 0.027892280369997025, 0.02853471226990223, -0.0360565260052681, -0.018911607563495636, 0.031238282099366188, 0.013384011574089527, 0.032496377825737, -0.034664589911699295, 0.007916642352938652, 0.007474970538169146, -0.008170939050614834, -0.017345678061246872, 0.00776941841468215, 0.004052009433507919, -0.006059611216187477, -0.010452913120388985, 0.001279846066609025, -0.006728811655193567, 0.012607738375663757, -0.02252529188990593, -0.015164084732532501, -0.020450768992304802, 0.0017181724542751908, 0.00569824269041419, -0.008144170977175236, 0.017840886488556862, -0.024117987602949142, 0.0013760436559095979, -0.015338077209889889, 0.025590229779481888, -0.036377742886543274, -0.027196310460567474, -0.018590392544865608, -0.0049955821596086025, -0.019058832898736, 0.01889822445809841, -0.00042055072844959795, -0.02781197614967823, 0.03814443200826645, -0.0004747141501866281, 0.019085600972175598, -0.004346457775682211, 0.0104060685262084, 0.008130786940455437, -0.00032456227927468717, 0.0060127670876681805, -0.001351785147562623, 0.004316343460232019, 0.0155388368293643, 0.00042661535553634167, 0.011276029981672764, 0.0013141426024958491, 0.02664756588637829, 0.01503024436533451, -0.014133515767753124, -0.009884092025458813, 0.0018118604784831405, -0.019701264798641205, -0.019513888284564018, 0.004155735485255718, -0.022056851536035538, 0.027624599635601044, 0.002293684985488653, 0.013611539267003536, -0.01185823418200016, -0.012560894712805748, 0.008799987845122814, -0.008699607104063034, -0.016823701560497284, -0.004975506104528904, 0.010339148342609406, -0.000423478486482054, -0.027892280369997025, 0.0038311732932925224, -0.03153273090720177, 0.0029043303802609444, 0.019794952124357224, 0.021521490067243576, -0.030274633318185806, 0.010573368519544601, -0.0075418902561068535, -0.004811551887542009, -0.021909626200795174, 0.0009636488393880427, -0.012373518198728561, 0.014762564562261105, 0.01002462487667799, 0.013564695604145527, 0.007501738145947456, -0.00939557608217001, 0.018817920237779617, -0.013825683854520321, 0.011429945938289165, -0.019955560564994812, -0.03629744052886963, 0.013591463677585125, 0.011470098048448563, -0.005835428833961487, 0.006591625511646271, 0.0018051685765385628, 0.02110658586025238, -0.005236494354903698, 0.028615016490221024, 0.005728357005864382, -0.0197548009455204, 0.0034564209636300802, -0.0016002258053049445, 0.020370464771986008, 0.019406815990805626, 0.022471755743026733, 0.028427639976143837, 0.010907969437539577, -0.024827340617775917, 0.003242276841774583, -0.008371698670089245, 0.018188871443271637, 0.019928792491555214, 0.016060814261436462, 0.010633597150444984, 0.015217620879411697, 0.021708866581320763, 0.0031335316598415375, -0.01707799918949604, 0.012286522425711155, -0.006849267985671759, 0.020517690107226372, 0.004286229610443115, -0.027236463502049446, 0.020009096711874008, 0.021280577406287193, 0.02302050031721592, 0.024760421365499496, 0.0013476026942953467, -0.04194549098610878, -0.028855929151177406, -0.01664971001446247, -0.005922425072640181, 0.042293474078178406, 0.0047479779459536076, -0.021949779242277145, 0.002765471348538995, -0.005480752792209387, 0.0031285127624869347, 0.008940519765019417, 0.0009971088729798794, 0.019768184050917625, -0.012079070322215557, -0.01187161821871996, -0.027263231575489044, -0.6360082030296326, -0.021347498521208763, 0.011108729057013988, -0.03134535625576973, 0.006487899459898472, 0.038840401917696, 0.02331494726240635, 0.011737777851521969, -0.016395414248108864, 0.029444824904203415, 0.014120131731033325, 0.05126076191663742, 0.010245461016893387, 7.012228707026225e-06, -0.012808498926460743, -0.00938219204545021, 0.01802826300263405, -0.019794952124357224, -0.010272229090332985, 0.023729851469397545, -0.01764012686908245, 0.019661111757159233, -0.0007942574447952211, 0.005771854892373085, -0.010994965210556984, -0.020076017826795578, 0.012969107367098331, -0.015632525086402893, 0.01086781732738018, 0.01101504173129797, -0.03908131271600723, 0.007970178499817848, 0.024385668337345123, -0.01037260890007019, 0.04882487282156944, -0.005400448571890593, -0.022511906921863556, 0.012413670308887959, 0.018938375636935234, 0.02565714903175831, -0.02824026346206665, 0.0009954358683899045, 0.019607577472925186, 0.023395251482725143, 0.006096417084336281, -0.00287421653047204, 0.05573102459311485, -0.009007439948618412, 0.001149351941421628, 0.0025078291073441505, 0.01100165769457817, -0.0034631129819899797, 0.01813533529639244, 0.022779587656259537, -0.03803735971450806, -0.008518923074007034, 0.01935327984392643, 0.007996946573257446, 0.0026466881390661, -0.031720105558633804, -0.0257909893989563, -0.007260825950652361, 0.0074348184280097485, -0.004754669964313507, -0.0409550741314888, 0.01469564437866211, 0.0076958066783845425, 0.003807751229032874, 0.027785208076238632, -0.030729690566658974, -0.017024463042616844, 0.012754962779581547, -0.0070466818287968636, -0.03536055609583855, 0.031238282099366188, 0.02952512912452221, 0.047406166791915894, -0.006621739827096462, -0.02239145152270794, 0.011777929961681366, 0.006079687271267176, -0.003784329164773226, -0.02391722798347473, -0.002138095907866955, 0.04387278854846954, 0.0014806062681600451, -0.023596011102199554, -0.02596498280763626, 0.0008084779256023467, -0.01545853354036808, -0.008351623080670834, 0.010232076980173588, 0.005316798575222492, -0.008492155000567436, 0.036377742886543274, 0.01757320761680603, -7.904931408120319e-05, 0.010399376973509789, 0.010272229090332985, -0.04282883554697037, -0.015083780512213707, 0.002459312090650201, 0.010278920643031597, 0.020651528611779213, 0.025643765926361084, -0.006086379289627075, -0.005888964980840683, -1.9915905795642175e-06, 0.023074036464095116, -0.012346750125288963, 0.013932756148278713, -0.019995713606476784, -0.015619141049683094, -0.03287113085389137, -0.03048877790570259, -0.03329942002892494, 0.009241660125553608, -0.012319982051849365, 0.0014521651901304722, 0.0028876003343611956, 0.019580809399485588, -0.003837865311652422, 0.013243479654192924, -0.02864178456366062, -0.007669038604944944, -0.0052565704099833965, 0.005487444810569286, -0.00023798445181455463, 0.005992691032588482, 0.01727875880897045, 0.016823701560497284, -0.0065213595516979694, 0.02741045504808426, -0.02090582624077797, 0.0430162139236927, 0.0025061562191694975, 0.004326381720602512, -0.010941429063677788, 0.02642003819346428, -0.027999350801110268, -0.010258845053613186, 0.012908878736197948, 0.022485138848423958, 0.00032037976779974997, -0.0006093907868489623, -0.007796186488121748, -0.01270142663270235, 0.0022869929671287537, 0.00015590281691402197, 0.033138811588287354, -0.005089270416647196, -0.0015759672969579697, -0.01777396723628044, 0.003443036926910281, -0.016997694969177246, -0.011369717307388783, 0.02648695930838585, -0.030033720657229424, -0.02285989187657833, -0.02632635086774826, -0.011336257681250572, 0.04352480545639992, 0.0007106073317117989, -0.0038947472348809242, 0.012547510676085949, 0.002211707876995206, -0.016756782308220863, 0.024987949058413506, -0.020236624404788017, -0.031452424824237823, -0.030140792950987816, -0.006946302019059658, -0.0162214208394289, -0.005631322972476482, 0.009281812235713005, 0.010680440813302994, -0.04488997533917427, -0.01169093418866396, -0.001119237975217402, -0.005413832608610392, 0.007923334836959839, 0.029471592977643013, 0.0005073376814834774, -0.0036839491222053766, 0.0289630014449358, 0.048209208995103836, 0.01169093418866396, 0.017947958782315254, -0.010526524856686592, 0.021494721993803978, 0.023261411115527153, 0.009763636626303196, -0.01723860576748848, -0.008592535741627216, -0.00822447519749403, 0.012159374542534351, 0.002897638361901045, 0.02275281958281994, 0.014535035938024521, -4.365487984614447e-05, 0.02596498280763626, 0.013129714876413345, 0.0050190044566988945, -0.030809994786977768, 0.007923334836959839, -0.02864178456366062, -0.0032623526640236378, 0.0046275220811367035, 0.004386609885841608, 0.003620375180616975, -0.00651466753333807, -0.02124042622745037, -0.024559659883379936, -0.011898386292159557, 0.0011970325140282512, 0.005564402788877487, -0.014173667877912521, -0.0010372608667239547, -0.014749180525541306, -0.005992691032588482, -0.004527141805738211, -0.01842978410422802, 0.009161355905234814, 0.030569082126021385, -0.022966964170336723, 0.04775415360927582, 0.02004924975335598, 0.010017932392656803, -0.0011752834543585777, -0.021481338888406754, 0.005116038490086794, 0.01876438409090042, 0.013731995597481728, 0.006337329279631376, 0.016127733513712883, -0.014535035938024521, 0.014789332635700703, -0.015351461246609688, 0.0076958066783845425, -0.006240295246243477, -0.0037006791681051254, 0.010961505584418774, 0.021347498521208763, 0.00027876385138370097, -0.01355800312012434, 0.003941591363400221, 0.04151720181107521, 0.0250682532787323, -0.012333366088569164, -0.010426145046949387, -0.006932917982339859, 0.012467206455767155, -0.014575188048183918, -0.016970926895737648, 0.020651528611779213, -0.0016621268587186933, -0.013143098913133144, 0.011938538402318954, 0.009904168546199799, 0.022672515362501144, 0.00843861885368824, 0.011744470335543156, 0.007602118421345949, 0.017840886488556862, 0.03972374647855759, -0.009897476062178612, -0.0008783257217146456, -0.018603775650262833, -0.0029026574920862913, -0.012627814896404743, 0.001111709396354854, -0.02223084308207035, -0.035681772977113724, 0.009984472766518593, -0.0009611393325030804, -0.002297030994668603, 0.028855929151177406, 0.012380210682749748, 0.011931845918297768, -0.007816262543201447, -0.05605223774909973, -0.018590392544865608, -0.004955430049449205, 0.013350551016628742, -0.016890622675418854, -0.006842575967311859, 0.002860832493752241, -0.0004517103952821344, -0.000621938263066113, -0.0008674512500874698, -0.011777929961681366, 0.011844850145280361, 0.002352240029722452, -0.030194329097867012, -0.019995713606476784, 0.031720105558633804, 0.024158140644431114, -0.002459312090650201, -0.024854108691215515, -0.008331547491252422, 0.0003695241757668555, 0.004185849335044622, 0.003053227672353387, -0.024091219529509544, 0.015123932622373104, -0.0004387446097098291, -0.02371646836400032, -0.021588411182165146, 0.011021733283996582, 0.007213982287794352, 0.005825391039252281, -0.017425982281565666, -0.028855929151177406, 0.039188385009765625, 0.02279297076165676, 0.011985382065176964, 0.0018302635289728642, -0.017988111823797226, 0.02909683994948864, -0.012253062799572945, -0.008264627307653427, -0.017251990735530853, -0.03602975979447365, 0.01988864131271839, 0.029899882152676582, 0.017827503383159637, 0.014842868782579899, 0.014454732649028301, -0.007321054115891457, 0.005540980491787195, -0.02182932198047638, -0.01869746297597885, 0.0010439528850838542, -0.009971088729798794, -0.013216711580753326, 0.004831627942621708, -0.015418381430208683, 0.0009929263032972813, 0.004239385481923819, -0.0005144479218870401, -0.011603937484323978, -0.005450638476759195, 0.021923011168837547, 0.012540818192064762, 0.01104850135743618, -0.01757320761680603, 0.017693663015961647, 0.042427316308021545, 0.032416075468063354, 0.009442419745028019, 0.0014337622560560703, 0.0033627329394221306, 0.022913428023457527, -0.010841049253940582, 0.0026416692417114973, 0.01820225454866886, 0.032148394733667374, 0.014066595584154129, -0.010452913120388985, 0.03220193088054657, 0.018255790695548058, 0.006574895698577166, 0.0035434169694781303, -0.013959524221718311, -0.02223084308207035, 0.010466297157108784, -0.002163190860301256, -0.005671474616974592, 0.00544060068204999, 0.022056851536035538, -0.002482734154909849, 0.016261573880910873, -0.007160446140915155, 0.005925770848989487, 0.00921489205211401, 0.012841958552598953, -0.037207551300525665, -0.004925316199660301, -0.0017901115352287889, 0.034396909177303314, -0.0014923173002898693, -0.004189195577055216, -0.0016228114254772663, -0.05267946794629097, -0.008920443244278431, -0.041865188628435135, -0.0039884354919195175, -0.0027018971741199493, -0.005353604443371296, -0.014749180525541306, -0.03680603206157684, 0.006210181396454573, -0.035922687500715256, -0.000727755599655211, -0.031425658613443375, -0.011369717307388783, -0.02642003819346428, 0.008773219771683216, 0.016703246161341667, 0.005310106556862593, 0.010861124843358994, -0.009783712215721607, 0.022244226187467575, 0.02166871353983879, -0.02150810696184635, 0.00959633570164442, -0.017626743763685226, -0.01454841997474432, -0.007381282281130552, 0.019299743697047234, 0.027209695428609848, -0.023007115349173546, -0.008699607104063034, 0.017881039530038834, 0.0027504144236445427, 0.007180522195994854, -0.005474060773849487, -0.0033526949118822813, 0.0010648653842508793, -0.014441348612308502, -0.006799077615141869, 0.020892441272735596, -0.0022485139779746532, -0.0034095768351107836, 0.007869798690080643, 0.016730014234781265, 0.010365916416049004, 0.004988890141248703, -0.0057785469107329845, 0.011824773624539375, -0.0017984765581786633, 0.005574440583586693, -0.03150596097111702, -0.023903844878077507, 0.023863691836595535, -0.013564695604145527, 0.004754669964313507, 0.007568658329546452, -0.022311147302389145, 0.00430295942351222, 0.0034079039469361305, 0.01618126966059208, -0.011624014005064964, -0.025255629792809486, -0.02070506475865841, -0.008344931527972221, 0.0038311732932925224, -0.013263555243611336, -0.003203797619789839, -0.002194977831095457, -0.022404834628105164, -0.01806841604411602, -0.019299743697047234, -0.009977780282497406, -0.0025061562191694975, 0.023770004510879517, -0.012902187183499336, -0.02500133402645588, -0.012025534175336361, -0.03886716812849045, 0.024024300277233124, 0.03771614283323288, 0.009040899574756622, 0.011289414018392563, -0.017626743763685226, -0.005410486366599798, -0.013417471200227737, -0.03091706708073616, 0.0008984017767943442, -0.027263231575489044, -0.04392632469534874, 0.0012371845077723265, 0.008177630603313446, 0.02754429541528225, -0.013598155230283737, -0.00525322463363409, -0.008472079411149025, 0.017881039530038834, -0.01628834195435047, -0.029150376096367836, 0.0020159666892141104, -0.01948712021112442, 0.027597831562161446, 0.020397232845425606, 0.03983081877231598, -0.016904005780816078, 0.0026684373151510954, 0.0001196196026285179, 0.008833447471261024, 0.01020530890673399, -0.0002601517189759761, 0.013109639286994934, -0.021213658154010773, -0.007930026389658451, 0.023770004510879517, 0.00016782296006567776, 0.0019139136420562863, -0.011583861894905567, -0.013631615787744522, 0.006899457890540361, -0.010098236612975597, -0.012768346816301346, -0.0303549375385046, -0.03335295617580414, -4.6504210331477225e-05, 0.02407783642411232, -0.02097274549305439, 0.015204236842691898, -0.028882697224617004, -0.02335510030388832, 0.025670533999800682, -0.002517867134884, 0.027571063488721848, -0.000158830574946478, 0.03768937662243843, 0.001518248813226819, 0.019942177459597588, -0.01248728297650814, 0.011550401337444782, -0.042454082518815994, -0.022672515362501144, -0.018242407590150833, 0.000538706430234015, 0.02500133402645588, -0.0013618231751024723, 0.03319234773516655, 0.014655492268502712, -0.0039650131948292255, -0.007655654568225145, 0.017653511837124825, -0.029578665271401405, 0.029203912243247032, 0.002519540023058653, -0.018951760604977608, 0.030114024877548218, -0.012775038368999958, -0.0005324326921254396, 0.013450931757688522, 0.018871456384658813, 0.014066595584154129, -0.017064614221453667, 0.01433427631855011, -0.009241660125553608, -0.0029143684078007936, -0.01503024436533451, -0.0197548009455204, 0.037662606686353683, -0.0021063087042421103, 0.026928631588816643, 0.019299743697047234, 0.031184745952486992, -0.042882371693849564, 0.01151025015860796, -0.015364845283329487, 0.0047479779459536076, 0.01370522752404213, 0.020758600905537605, 0.003931553103029728, 0.0023371828719973564, -0.008733067661523819, -0.018831303343176842, -0.020437385886907578, -0.024051068350672722, 0.02741045504808426, 0.006932917982339859, 0.01351115945726633, -0.006852613762021065, 0.009168047457933426, 0.006364097353070974, 0.0037609071005135775, -0.011148881167173386, 0.0042226556688547134, -0.0036872951313853264, -0.00430965144187212, 0.0011209109798073769, 0.014949941076338291, -0.007863106206059456, 0.017974726855754852, 0.010894585400819778, 0.010767437517642975, 0.00942903570830822, -0.00843861885368824, -0.025590229779481888, 0.0025044830981642008, 0.019165903329849243, 0.03758230432868004, -0.010111620649695396, 0.001692240941338241, 0.02678140625357628, 0.0158868208527565, -0.01793457567691803, -0.026727870106697083, -0.01750628650188446, 0.029310984537005424, -0.012467206455767155, 0.0066551994532346725, -0.015485300682485104, -0.003680603113025427, 0.0007034970913082361, -0.0012639525812119246, -0.00825793482363224, -0.036377742886543274, 0.004774746019393206, 0.010954813100397587, 0.028588248416781425, 0.026018518954515457, -0.014709028415381908, -0.03867979347705841, 0.0007616339134983718, 0.010539908893406391, 0.001803495571948588, -0.016823701560497284, -0.012527434155344963, -0.011336257681250572, 0.0026466881390661, -0.005878927186131477, -0.00015266137779690325, 0.017024463042616844, 0.0028457753360271454, 0.0008749797125346959, 0.0033326188568025827, 0.01790780760347843, -0.022110385820269585, 0.03501257300376892, -0.013758763670921326, 0.0025111751165241003, -0.00960971973836422, 0.012326674535870552, -0.007481662556529045, -0.010379300452768803, -0.00394828338176012, -0.009790404699742794, -0.018242407590150833, -0.026634182780981064, 0.0024526200722903013, 0.006497937720268965, -0.009930936619639397, -0.005430562421679497, 0.011316181160509586, -0.032978203147649765, 0.0013685151934623718, -0.007669038604944944, -0.04545210301876068, 0.02477380447089672, -0.03627067059278488, -0.00776272639632225, 0.0050190044566988945, -0.018710847944021225, -0.0038479033391922712, -0.013056103140115738, -0.010954813100397587, 0.001315815607085824, -0.0011978689581155777, -0.020076017826795578, -0.0003214254102203995, -0.006799077615141869, -0.03825150430202484, 0.0030431896448135376, -0.01418705191463232, -0.03501257300376892, -0.011329565197229385, 0.016556022688746452, 0.029578665271401405, -0.005728357005864382, 0.0012731540482491255, 0.005025696475058794, 0.006196797359734774, 0.029605433344841003, 0.012540818192064762, 0.008217782713472843, -0.02880239300429821, -0.005216418299823999, -0.0155254527926445, -0.0033961927983909845, 0.0018068415811285377, 0.03613683208823204, 0.011329565197229385, 0.0010163483675569296, -0.01901867985725403, -0.015083780512213707, 0.0009034207905642688, -0.022833123803138733, -0.006584933493286371, 0.013718611560761929, 0.03645804524421692, 0.00561459269374609, -0.003228892805054784, 0.04365864396095276, 0.0021732288878411055, 0.018750999122858047, -0.05300068482756615, -0.0005090106860734522, 0.03463781997561455, -0.008806679397821426, 0.013611539267003536, -0.00042787010897882283, -0.0016637998633086681, 0.013892604038119316, 0.029123608022928238, 0.018590392544865608, 0.025550076737999916, 0.01915252022445202, -0.0018536855932325125, -0.013056103140115738, -0.01849670335650444, -0.02160179428756237, -0.002211707876995206, -0.012902187183499336, 0.010874508880078793, -0.030033720657229424, -0.026246046647429466, 0.03364740312099457, 0.004942046012729406, -0.014909788966178894, 0.0004998091608285904, -2.3605003661941737e-05, -0.014521651901304722, 0.008672839030623436, -0.011931845918297768, -0.004918624181300402, -0.028159959241747856, -0.03983081877231598, 0.0013116331538185477, -0.005269954446703196, 0.010928045026957989, 0.020022481679916382, 0.01955404132604599, -0.030729690566658974, -0.005611246917396784, 0.02486749365925789, -0.007508430164307356, -0.01813533529639244, 0.010526524856686592, 0.007990255020558834, 0.0048751262947916985, -0.024894261732697487, 0.011978690512478352, 0.005855504889041185, -0.006233603227883577, -0.015083780512213707, -0.005306760314851999, -0.0151774687692523, 0.0022468408569693565, 0.01119572576135397, -0.03471812605857849, -0.004885164089500904, 0.008211091160774231, 0.005296722520142794, 0.013203327544033527, -0.011088653467595577, -0.02516194060444832, -0.040473248809576035, -0.00888698361814022, 0.0030716306064277887, -0.01109534502029419, -0.021856090053915977, -0.0041189296171069145, 0.039188385009765625, 0.01988864131271839, -0.010278920643031597, 0.20504304766654968, 0.0010581733658909798, 0.010667056776583195, 0.03758230432868004, 0.0016964233946055174, -0.022940196096897125, 0.009161355905234814, -0.008231166750192642, 0.0036739110946655273, 0.03774291276931763, 0.012105838395655155, 0.03404892608523369, -0.013363935053348541, -0.0020845597609877586, 0.006062956992536783, -0.018831303343176842, -0.027919048443436623, -0.01770704612135887, -0.016127733513712883, -0.018603775650262833, 0.006327291484922171, 0.00345976697281003, -0.011450021527707577, -0.009984472766518593, 0.008063866756856441, -0.010151772759854794, -0.003330945735797286, -0.0030080564320087433, 0.008599227294325829, -0.004650943912565708, -0.026928631588816643, -0.021494721993803978, -0.0010565003613010049, 0.025483157485723495, -0.02447935752570629, -0.009355423972010612, 0.0067723095417022705, 0.015766365453600883, 0.012012150138616562, -0.017091382294893265, -0.012815190479159355, -0.023435404524207115, -0.004834974184632301, -0.022618979215621948, 0.006246987264603376, 0.01826917566359043, 0.0254296213388443, -0.008666147477924824, 0.01826917566359043, 0.023140955716371536, -0.007662346586585045, -0.0047580162063241005, 0.021227041259407997, 0.004028587602078915, 0.024813957512378693, -0.03726108744740486, 0.04783445596694946, 0.023555859923362732, 0.020825522020459175, -0.023261411115527153, -0.005939154885709286, -0.0051193842664361, -0.019005296751856804, 0.019112369045615196, -0.014361044391989708, 0.01879115216434002, -0.03742169588804245, -0.005939154885709286, 0.009542800486087799, -0.033540330827236176, 0.009930936619639397, -0.003981743473559618, -0.010459604673087597, -0.00034401091397739947, 0.031773641705513, -0.024987949058413506, 0.023127570748329163, 0.013798915781080723, 0.015993893146514893, 0.021454570814967155, -0.006568203680217266, -0.005581132601946592, -0.008003639057278633, -0.02338186837732792, -0.017626743763685226, -0.020785368978977203, 0.020357081666588783, -0.008505539037287235, 0.0006926225614733994, -0.010667056776583195, -0.011503557674586773, -0.01581990160048008, 0.004928661976009607, 0.021588411182165146, -0.023729851469397545, 0.02182932198047638, 0.009388883598148823, 0.01879115216434002, -0.0036437970120459795, -0.03228223696351051, -0.019968945533037186, 0.013919372111558914, 0.02216392196714878, -0.0002919387479778379, -0.024880876764655113, -0.030435241758823395, -0.0073076700791716576, -0.00888698361814022, 0.0009402267751283944, -0.018416399136185646, -0.020718449726700783, -0.020798753947019577, -0.006457785610109568, -0.0004454366280697286, 0.004828282166272402, 0.014949941076338291, 0.0018419745611026883, -0.030542314052581787, -0.019045447930693626, -0.007227366324514151, 0.012955723330378532, -0.007575350347906351, 0.012319982051849365, -0.0056346687488257885, 0.005567748565226793, -0.0148161007091403, -0.025884678587317467, 0.0005684022326022387, -0.015619141049683094, -0.018081799149513245, -0.02223084308207035, -0.015632525086402893, 0.022645747289061546, 0.0053870645351707935, -0.006551473401486874, -0.0021715557668358088, 0.010145080275833607, -0.020504305139183998, 0.0025747492909431458, -0.020798753947019577, 0.008726375177502632, -0.015364845283329487, 0.02110658586025238, 0.005049118306487799, 0.011316181160509586, -0.029016535729169846, 0.020370464771986008, 0.030595850199460983, -0.017854271456599236, -0.005089270416647196, -0.013772147707641125, -0.002054445678368211, -0.008130786940455437, -0.003650489030405879, -0.0007457403698936105, -0.019661111757159233, -0.0050323884934186935, -0.022578828036785126, 0.0003571858105715364, 0.0047446321696043015, -0.01737244613468647, 0.0057517788372933865, 0.009616412222385406, -0.0060395351611077785, -0.028026118874549866, -0.014856252819299698, -0.16992340981960297, 0.02239145152270794, 0.03910808265209198, -0.02130734547972679, 0.0066551994532346725, -0.0032807558309286833, 0.025844525545835495, -0.0026818213518708944, 0.015833284705877304, -0.04280206933617592, 0.01268135104328394, -0.023194491863250732, -0.011925154365599155, -0.003821135265752673, -0.010131696239113808, 0.006618393585085869, -0.007113602012395859, 0.00291938753798604, 0.02063814550638199, 2.3644215616513975e-05, 0.0243455171585083, -0.042587924748659134, 0.012152682058513165, 0.009449112229049206, -0.027731671929359436, 0.008920443244278431, 0.00825793482363224, -0.0030565736815333366, 0.010854433290660381, -0.022150538861751556, -0.03742169588804245, -0.001111709396354854, 0.0015383247518911958, -0.01879115216434002, 0.0012940665474161506, 0.003560147015377879, 0.012032225728034973, -0.004657635930925608, 0.007796186488121748, 0.01664971001446247, 0.01826917566359043, 0.003834519302472472, -0.010740669444203377, 0.0061566452495753765, 0.004035279620438814, 0.030462009832262993, 0.016422182321548462, -0.010198616422712803, -0.0027838742826133966, -0.030408473685383797, 0.014789332635700703, -0.0466298945248127, 0.017492903396487236, 0.0039014392532408237, 0.03822473809123039, 0.017198454588651657, -0.02589806169271469, 0.013256863690912724, 0.024399053305387497, -0.012319982051849365, -0.011490173637866974, -0.016930773854255676, 0.01299587544053793, 0.004048663657158613, -0.014709028415381908, -0.008599227294325829, -0.015431765466928482, 0.021949779242277145, -0.012587662786245346, 0.018081799149513245, -0.007996946573257446, 0.0006194287561811507, -0.007133678067475557, -0.006136569194495678, 0.009181431494653225, 0.00904759205877781, -0.012493974529206753, 0.0011602265294641256, 0.02061137743294239, 0.00677900156006217, -0.0430697500705719, 0.007930026389658451, -0.001949046622030437, 0.020825522020459175, -0.007849723100662231, 0.005892311222851276, 0.008686223067343235, 0.004145697690546513, -0.018737616017460823, -0.005979306995868683, 0.008150862529873848, -0.009194815531373024, -0.018938375636935234, -0.026299582794308662, -0.003429652890190482, -0.00016437239537481219, 0.0053000682964921, 0.0014270702376961708, -0.00011522797285579145, -0.03153273090720177, 0.01199207454919815, 0.015070396475493908, -0.017961343750357628, -0.002992999507114291, 0.0037107171956449747, 0.01618126966059208, 0.019433584064245224, -0.03204132243990898, 0.039884354919195175, -0.014267356134951115, -0.012065686285495758, -0.006799077615141869, 0.010265536606311798, 0.019139137119054794, 0.010472988709807396, 0.03434337303042412, 0.006718773860484362, -0.025175325572490692, 0.029766041785478592, -0.022565443068742752, 0.030729690566658974, -0.01842978410422802, -0.016435565426945686, 0.031157977879047394, 0.026446806266903877, -0.0017533054342493415, -0.09245675057172775, -0.025215476751327515, -0.0076958066783845425, 0.01872423104941845, -0.008237859234213829, 0.02589806169271469, -0.008378391154110432, 0.04232024401426315, -0.0019507196266204119, 0.013618231751024723, -0.011978690512478352, -0.009014131501317024, -0.012025534175336361, 0.009964396245777607, 0.01288211066275835, -0.015980510041117668, 0.002546308096498251, -0.015672678127884865, -0.011811389587819576, 0.028213495388627052, 0.007822955027222633, -0.009442419745028019, -0.005544326733797789, -0.026741255074739456, 0.004657635930925608, 0.006558165419846773, -0.037930287420749664, 0.03230900317430496, 0.0075418902561068535, -0.0016512523870915174, -0.022940196096897125, -0.014361044391989708, 0.020076017826795578, -0.01369184348732233, -0.012253062799572945, -0.007702498696744442, -0.032148394733667374, -0.00659831753000617, 0.01802826300263405, -0.020785368978977203, 0.0033242537174373865, 0.02646019123494625, 0.0034698050003498793, -0.020196473225951195, 0.018188871443271637, -0.014909788966178894, -0.014267356134951115, 0.03442367538809776, -0.00633398350328207, -0.009234967641532421, -0.01753305457532406, 0.02186947502195835, 0.0043665338307619095, -0.012199526652693748, 0.018871456384658813, 0.013731995597481728, 0.022980347275733948, 0.01780073530972004, -0.0067589255049824715, -0.015404997393488884, -0.015284541063010693, -0.007006529718637466, -0.005249878391623497, 0.032951436936855316, 0.021160122007131577, 0.04296267777681351, -0.04009849950671196, 0.005042426288127899, 0.009556184522807598, -0.023930612951517105, -0.011717702262103558, 0.02252529188990593, -2.77254230240942e-06, 0.01532469317317009, -0.026379887014627457, 0.021548258140683174, -0.0034999188501387835, -0.02668771892786026, -0.005999383050948381, 0.010412761010229588, 0.011075269430875778, 0.0008967287722043693, -0.022618979215621948, 0.0015684388345107436, 0.018710847944021225, 0.013892604038119316, 0.004553909879177809, 0.013678459450602531, 0.02923068031668663, -0.014561804011464119, 0.004426761530339718, 0.02992665022611618, 0.00804379116743803, -0.0032222007866948843, 0.0037910211831331253, 0.00552425067871809, -0.0034999188501387835, -0.008632686920464039, 0.01602066121995449, 0.0059090410359203815, -0.04895871505141258, -0.0039750514551997185, -0.055570416152477264, 0.03458428382873535, 0.011878309771418571, 9.640670759836212e-05, -0.007869798690080643, 0.00305490056052804, 0.006119839381426573, -0.01901867985725403, 0.006725465878844261, 0.030006952583789825, -0.007247441913932562, -0.003590261097997427, -0.03257668390870094, -0.013216711580753326, 0.0037642531096935272, -0.006277101114392281, 0.007013221736997366, -0.00642432551831007, 0.010332456789910793, -0.0159135889261961, -0.0033828087616711855, -0.013852451927959919, -0.019527273252606392, 0.03924192115664482, -0.017693663015961647, -0.006213527172803879, -0.006752233486622572, 0.013865835964679718, 0.008217782713472843, -0.018844688311219215, 0.04716525599360466, -0.029177144169807434, 0.00804379116743803, 0.020624760538339615, 0.0021832669153809547, -0.019513888284564018, -0.0019825065974146128, 0.02186947502195835, 0.02826703153550625, 0.0006491245585493743, -0.014120131731033325, 0.002512848237529397, 0.02308741956949234, -0.017158303409814835, -0.021789170801639557, -0.01753305457532406, -0.025483157485723495, 0.013009259477257729, 0.00691953394562006, 0.00404531741514802, 0.0494673065841198, -0.004620830062776804, -0.012045609764754772, -0.013183251023292542, -0.0036538350395858288, -0.009315271861851215, -0.005189650226384401, 0.033808011561632156, 0.0018202255014330149, 0.0009603028302080929, 0.056694671511650085, 0.01932651177048683, 0.016970926895737648, 0.000813078717328608, 0.005711626727133989, -0.03129182010889053, -0.013932756148278713, 0.002410795073956251, 0.013096255250275135, -0.01872423104941845, 0.0032506417483091354, 0.0015809863107278943, -0.004436799790710211, 0.03463781997561455, 0.011583861894905567, -0.00804379116743803, 0.007508430164307356, -0.022511906921863556, 0.00017231915262527764, -0.000489771191496402, 0.02025000937283039, 0.011530325748026371, -0.023207874968647957, 0.011336257681250572, -0.008344931527972221, 0.008646070957183838, -0.011670857667922974, 0.001635358901694417, 0.006457785610109568, -0.02018308825790882, -0.016863854601979256, 0.005069194361567497, 0.005825391039252281, 0.009087743237614632, 0.0029009843710809946, 0.002790566300973296, -0.006986454129219055, 0.013932756148278713, 0.0053000682964921, 0.0034497289452701807, -0.004373225849121809, 0.004694441799074411, -0.004808206111192703, -0.004557255655527115, 0.00723405834287405, 0.004346457775682211, -0.023194491863250732, -0.027156159281730652, 0.004704480059444904, 0.005835428833961487, 0.018617160618305206, -0.0023606049362570047, -0.006186759099364281, 0.014842868782579899, -0.02619251050055027, 0.02140103466808796, -0.019674496725201607, 0.022672515362501144, 0.005638014990836382, 0.03078322671353817, -0.002735357265919447, 0.011222493834793568, 0.028722088783979416, -0.004319689702242613, 0.034825198352336884, -0.02113335393369198, 0.014387812465429306, -0.020517690107226372, 0.027303382754325867, 0.009281812235713005, 0.0211735051125288, -0.008987363427877426, -0.006246987264603376, 0.0015600738115608692, -0.012962414883077145, -0.006698697805404663, -0.012775038368999958, 0.009495955891907215, 0.002271935809403658, 0.07709190249443054, 0.020504305139183998, -0.04009849950671196, 0.02880239300429821, -0.001380226225592196, 0.02153487503528595, 0.011670857667922974, 0.002748741302639246, 0.008833447471261024, -0.008559075184166431, 0.0026701102033257484, 0.009977780282497406, -0.02281973883509636, -0.029150376096367836, -0.03428983688354492, 0.009549492038786411, 0.00553094269707799, 0.011456714011728764, 0.019500505179166794, -0.009054283611476421, 0.03391508385539055, -0.009355423972010612, 0.008686223067343235, 0.04119598865509033, -0.0352802537381649, -0.017894422635436058, 0.013471007347106934, -0.0012396940728649497, 0.01088120136409998, -0.03675249591469765, 0.00911451131105423, -0.008646070957183838, -0.04903901740908623, -0.015284541063010693, -0.0011008349247276783, 0.005835428833961487, -0.014039827510714531, -0.01355800312012434, -0.009669948369264603, 0.010640288703143597, -0.028427639976143837, -0.002223418792709708, -0.019446969032287598, -0.0021598448511213064, -0.004306305665522814, -0.016395414248108864, 0.008853523060679436, 0.007321054115891457, -0.039348993450403214], \"bdddfad1-0632-4e2b-bf92-6f63913e2310\": [-0.00670515326783061, -0.00039642571937292814, 0.02176978811621666, -0.01844649203121662, -0.01305894460529089, 0.027376936748623848, -0.03428705036640167, -0.001180355902761221, -0.028928782790899277, -0.026366770267486572, 0.024800283834338188, 0.024229319766163826, 0.005658388137817383, 0.002106340369209647, 0.010438371449708939, 0.0132199851796031, 0.011470496654510498, 0.00520820589736104, 0.03367216885089874, -0.03097839467227459, -0.02660101279616356, 0.00887188408523798, -0.020305780693888664, -0.0041138604283332825, -0.009655128233134747, 0.0036234180442988873, 0.02907518483698368, -0.03299872204661369, -0.001744913635775447, -0.0060426900163292885, 0.00938428658992052, -0.02289707399904728, -0.0028639642987400293, -0.01453759241849184, -0.009845448657870293, -0.011382656171917915, -0.006357451435178518, -0.023043474182486534, 0.04550134763121605, -0.026674212887883186, 0.03217887878417969, -0.0029865747783333063, -0.010409091599285603, -0.011280176229774952, 0.0067673735320568085, 0.018563611432909966, -0.00861568283289671, -0.004520122427493334, -0.02850422076880932, -0.014398511499166489, 0.021433066576719284, 0.027186615392565727, -0.05940941348671913, 0.011067895218729973, 0.018856413662433624, 0.019119935110211372, 0.0074774171225726604, 0.02061322145164013, -0.01909065432846546, -0.010174850933253765, 0.014918234199285507, -0.01010897010564804, -0.03203247860074043, -0.0027871038764715195, -0.023072754964232445, -0.00953068770468235, -0.007279776036739349, 0.001086110365577042, 0.007177295628935099, -0.00887188408523798, 0.02021794021129608, -0.0010769603541120887, -0.00573158822953701, -0.015108554624021053, 0.01699712499976158, -0.014420471154153347, -0.006075629964470863, 0.0004849524120800197, 0.0015243975212797523, -0.003129315562546253, 0.024229319766163826, 0.004973964765667915, 0.008542482741177082, 0.03750786557793617, 0.030802713707089424, -0.009486767463386059, 0.00950140692293644, 0.0049849445931613445, -0.018797853961586952, -0.0026004428509622812, 0.002827364020049572, 0.016821444034576416, 0.023175235837697983, 0.013468867167830467, 0.0018995493883267045, 0.025034524500370026, 0.00043119589099660516, 0.030246390029788017, 0.002106340369209647, -0.015137835405766964, -0.011580297723412514, -0.0151671152561903, -0.029133744537830353, -0.007715318351984024, -0.03253024071455002, -0.009281805716454983, 0.017172805964946747, 0.00938428658992052, 0.0241561196744442, -0.01777304895222187, -0.007664077915251255, 0.016191920265555382, -0.013761668466031551, -0.024390360340476036, -0.004443262238055468, -0.015445277094841003, 0.001124540576711297, -0.011682777665555477, -0.008125239983201027, -0.040875084698200226, 0.012217140756547451, 0.011155735701322556, -0.0034696971997618675, -0.016060160472989082, 0.0001127171199186705, -0.01567951776087284, -0.007759238593280315, -0.0111410953104496, 0.019456656649708748, 0.00649653235450387, 0.021813707426190376, 0.03288160264492035, 0.02810893952846527, -0.004794623702764511, -0.022721393033862114, 0.024009719491004944, -0.008461962454020977, -0.011638857424259186, -0.02756725624203682, -0.034696973860263824, 0.009230566211044788, 0.04927848279476166, -0.02888486348092556, -0.0084546422585845, 0.004395681899040937, 0.011331416666507721, -0.016250479966402054, 0.012919863685965538, -0.011763297952711582, -0.025459086522459984, 0.003945499658584595, 0.010174850933253765, -0.0025437127333134413, 0.017802327871322632, 0.012143940664827824, 0.0201300997287035, 0.006983314640820026, -0.01428139116615057, -0.0024631922133266926, -0.025869008153676987, -0.014208190143108368, 0.00940624624490738, 0.008703523315489292, -0.005493687465786934, 0.023951159790158272, 0.015664877369999886, 0.01868073269724846, -0.016909284517169, 0.03203247860074043, -0.01481575332581997, 0.028152858838438988, 0.002845664042979479, -0.014471711590886116, 0.008198441006243229, 0.01938345655798912, 0.03926467522978783, 0.023980438709259033, 0.0008523267460986972, -0.01352742686867714, -0.03648306056857109, -0.0255030058324337, 0.017963368445634842, 0.03642449900507927, 0.020583942532539368, 0.0012901563895866275, 0.004915404599159956, 0.018344011157751083, -0.008330201730132103, 0.012312301434576511, 0.010211450979113579, 0.008461962454020977, 0.003963799681514502, 0.006097590085119009, -0.02466852217912674, -0.6343250870704651, -0.014266750775277615, -0.01226838119328022, -0.009172005578875542, 0.0011474157217890024, 0.02141842618584633, 0.02521020546555519, 0.00974296871572733, -0.021755147725343704, 0.009911329485476017, 0.01378362812101841, 0.012758823111653328, 0.010906853713095188, -0.0050508249551057816, -0.021067064255475998, 0.0003207090776413679, 0.0099991699680686, 0.004933704622089863, -0.011572977527976036, 0.03905971348285675, -0.00748839695006609, -0.010489611886441708, -0.006866194307804108, 0.006489212159067392, 0.004033340141177177, -0.01107521541416645, 0.01397394947707653, 0.01128749642521143, 0.0019489596597850323, -0.011880419217050076, -0.023102033883333206, 0.006734433583915234, 0.017626646906137466, -0.005014224909245968, 0.04526710510253906, -0.010248051024973392, -0.015489197336137295, -0.004117520526051521, -0.003810078836977482, 0.03589745983481407, -0.020818183198571205, -0.026161810383200645, 0.01739240624010563, -0.026249650865793228, 0.008132560178637505, 0.01223910041153431, 0.04189988970756531, -0.004344441462308168, -0.028958063572645187, -0.02501988410949707, 0.004135820548981428, 0.0025363925378769636, 0.0009827149333432317, 0.00789099931716919, -0.02802109904587269, 0.01103129517287016, 0.02721589431166649, 0.0011675457935780287, 0.015108554624021053, -0.002314961515367031, -0.018856413662433624, 0.01175597868859768, -0.0005334476591087878, 0.004505482502281666, -0.045969828963279724, 0.003123825415968895, 0.006741753313690424, -0.017377765849232674, 0.01680680364370346, -0.005435126833617687, -0.0019032094860449433, 0.008520522154867649, -0.005764528643339872, -0.02869454212486744, 0.006921094376593828, -0.00016046891687437892, -0.0059621697291731834, -0.012605102732777596, -0.01502071414142847, 0.01876857317984104, -0.03124191425740719, -0.0050215451046824455, -0.030480630695819855, 0.00260410294868052, 0.004029680043458939, -0.01535743661224842, -0.03472625091671944, -0.039879556745290756, 0.003460547188296914, -0.02260427176952362, 0.010958094149827957, -0.014735233038663864, 0.0004849524120800197, -0.02434644103050232, 0.009003644809126854, 0.005716948304325342, -0.009025604464113712, -0.006364771630614996, 0.0003733218472916633, -0.011133775115013123, -0.0013606117572635412, -0.02472708187997341, -0.01728992536664009, 0.014625432901084423, 0.06008285656571388, 0.010943454690277576, -0.0017357636243104935, -0.016762882471084595, 0.034082088619470596, -0.00800079945474863, -0.009347686544060707, 0.01922241598367691, -0.01500607468187809, 0.007385916542261839, -0.008352161385118961, -0.032442402094602585, 0.01758272759616375, -0.001730273594148457, 0.017846249043941498, -0.008125239983201027, 0.02907518483698368, 0.012356221675872803, 0.02080354280769825, -0.015415996313095093, 0.013227305375039577, 0.0012297660578042269, 0.014471711590886116, -0.010167530737817287, 0.008513201959431171, -0.005742568522691727, 0.0285920612514019, -0.015108554624021053, 0.027611177414655685, -0.018007289618253708, 0.0130882253870368, -0.003930859733372927, 0.007524997461587191, -0.012458701618015766, 0.020071540027856827, -0.01027001067996025, -0.026835253462195396, 0.010401771403849125, 0.015664877369999886, -0.0002103366714436561, -0.015957679599523544, -0.01876857317984104, -0.031124794855713844, -0.003594137728214264, -0.007287096232175827, -0.009215925820171833, -0.005607147701084614, -0.0068186139687895775, -0.025034524500370026, 0.007861719466745853, -0.010394451208412647, -0.00795687921345234, 0.004395681899040937, -0.05012761056423187, 0.003791778814047575, -0.023350916802883148, -0.017465606331825256, 0.02343875542283058, 0.006064650136977434, 0.008849923498928547, -0.012868624180555344, -0.007093115244060755, -0.0016515832394361496, 0.03235455974936485, -0.02034970186650753, -0.014779153279960155, -0.00412118062376976, -0.009991849772632122, -0.01728992536664009, -0.004355421755462885, -0.004157780669629574, 0.010167530737817287, -0.02614716999232769, -0.018007289618253708, 0.018402570858597755, 0.01273686345666647, 0.00201300997287035, 0.026586372405290604, 0.0146327530965209, -0.0146327530965209, 0.011331416666507721, 0.024551402777433395, 0.024741722270846367, 0.04034804180264473, -0.020627861842513084, 0.04529638588428497, -0.0025949529372155666, 0.01957377791404724, -0.018958894535899162, 0.007876358926296234, 0.01567951776087284, 0.026132529601454735, -0.007272456306964159, -0.011646177619695663, 0.008176480419933796, 0.02646925114095211, 0.04286613315343857, 0.014954834245145321, 0.009516047313809395, -0.03285232186317444, 0.018695373088121414, -0.028635982424020767, -0.018080489709973335, -0.013505467213690281, 0.008183800615370274, -0.014361911453306675, 0.021872268989682198, -0.013329786248505116, -0.037917789071798325, -0.0017467436846345663, -0.0025016223080456257, 0.00903292465955019, -0.0058267489075660706, 0.006031709723174572, -0.015123195014894009, -0.010606732219457626, -0.022208990529179573, -0.019983699545264244, 0.03777138888835907, 0.02263355255126953, -0.03932323679327965, 0.014449751935899258, 0.024814922362565994, 0.03979171812534332, 0.019778737798333168, 0.011858458630740643, -0.003784458851441741, 0.024844203144311905, 0.03361360728740692, -0.010328571312129498, -0.006946714594960213, -0.005585187580436468, 0.043715257197618484, -0.02657173201441765, 0.0016589032020419836, -0.01755344681441784, 0.014274070970714092, 0.008483922109007835, 0.015928398817777634, -0.02083282358944416, 0.0043115015141665936, 0.00927448645234108, 0.030568471178412437, -0.002816383959725499, -0.012107339687645435, 0.010204130783677101, -0.00943552702665329, 0.023175235837697983, -0.024463562294840813, 0.006383071653544903, 0.021389145404100418, -0.013388346880674362, 0.004962984472513199, 0.021550187841057777, 0.02295563369989395, 0.013871468603610992, 0.014581512659788132, 0.004666523076593876, 0.005453426856547594, 0.011338735930621624, 0.025298045948147774, 0.0003669168218038976, -0.021872268989682198, -0.010958094149827957, -0.012370861135423183, 0.00397843960672617, 0.008923124521970749, -0.010496932081878185, -0.023555876687169075, -0.014918234199285507, 0.002029480179771781, 0.02166730724275112, 0.011741338297724724, 0.007766558323055506, 0.014713273383677006, -0.00470312312245369, -0.016718963161110878, -0.0010659802937880158, 0.014017869718372822, 0.014852353371679783, -0.0062037305906414986, 0.003861319273710251, -0.0022033308632671833, 0.019500575959682465, -0.010123610496520996, 0.0035538775846362114, -0.004995924886316061, 0.04292469471693039, 0.0025327326729893684, -0.015445277094841003, -0.0032995063811540604, 0.009333046153187752, 0.026293570175766945, -0.004304181318730116, -0.033760007470846176, -0.016909284517169, -0.00945016648620367, 0.026073969900608063, -0.024273240938782692, -0.0021777108777314425, 0.015035354532301426, 0.005727928597480059, 0.007810478564351797, -0.023204514756798744, -0.003447737079113722, -0.007576237432658672, -0.0017083134735003114, 0.013739707879722118, -0.004223661031574011, 0.005716948304325342, 0.003164085792377591, 0.01284666359424591, -0.003672828199341893, -0.0040260199457407, 0.0399966798722744, 0.004432281944900751, 0.009369646199047565, -0.024097559973597527, -0.03941107541322708, 0.01284666359424591, 0.0009008219931274652, 0.02695237286388874, 9.939236770151183e-05, 0.022589631378650665, -0.0015088424552232027, 0.007213895674794912, -0.028152858838438988, -0.015430636703968048, -0.006986974738538265, -0.0386497899889946, -0.0052008857019245625, -0.021784428507089615, 0.022882433608174324, 0.005768188741058111, -0.003923539537936449, -0.0009268996072933078, -0.00567668816074729, -0.023072754964232445, -0.006679533049464226, 0.005263105966150761, -0.00029714772244915366, -0.015211035497486591, 0.007243175990879536, 0.050186168402433395, 0.013600627891719341, 0.015240315347909927, 0.01603087969124317, 0.010570132173597813, 0.011792578734457493, -0.02698165364563465, 0.007722638547420502, -0.00325192604213953, 0.0053985267877578735, 0.0027688038535416126, 0.006606332957744598, 0.020876742899417877, 0.007224875967949629, -0.013490826822817326, 0.013886108994483948, 0.0002779326168820262, -0.007389576639980078, 0.013117505237460136, 0.013263905420899391, 0.005124025512486696, 0.0064855520613491535, -0.014332631602883339, 0.02440500073134899, -0.002044120104983449, -0.013044305145740509, 0.012546542100608349, 0.039206113666296005, 0.004011380020529032, -0.023102033883333206, 0.00025688752066344023, -0.0035904778633266687, 0.01072385348379612, -0.0010604902636259794, 0.016060160472989082, 0.0021667308174073696, -0.03979171812534332, -0.015152474865317345, -0.05651067942380905, -0.0029755947180092335, -0.0031183355022221804, -0.005954849533736706, -0.011763297952711582, -0.021081704646348953, 0.0023167915642261505, -0.018344011157751083, -0.030509911477565765, -0.011324096471071243, -0.007751918397843838, -0.0132199851796031, -0.007169975433498621, 0.009215925820171833, 0.010189490392804146, 0.007598197553306818, -0.013263905420899391, -0.0036380579695105553, 0.007993479259312153, -0.01144853699952364, -0.011368016712367535, 0.018051208928227425, -0.017538806423544884, -0.02979254722595215, 0.015547757036983967, 0.02048146165907383, -0.0161040797829628, 0.0030524551402777433, 0.01935417577624321, 0.0065367924980819225, -0.029031263664364815, 0.013124825432896614, -0.007052855100482702, -0.003182385815307498, 0.0011510757030919194, 0.012502621859312057, 0.030539192259311676, -1.1837871170428116e-05, -0.014193550683557987, 0.021491626277565956, -0.009252525866031647, 0.025239484384655952, 0.01196093950420618, 0.00040168699342757463, 0.012056100182235241, 0.009172005578875542, 0.021462347358465195, -0.017465606331825256, -0.009794208221137524, 0.010291971266269684, -0.013703107833862305, 0.007751918397843838, -0.006017069797962904, 0.008374121971428394, 0.008125239983201027, 0.025224845856428146, 0.013607947155833244, -0.0039491597563028336, 0.03100767359137535, -0.008300920948386192, -0.006792993750423193, 0.03255952149629593, 0.012619742192327976, 0.001100750407204032, 0.004044319968670607, 0.014954834245145321, -0.055075954645872116, -0.0032336260192096233, 0.01712888479232788, -0.035721778869628906, 0.02002761885523796, 0.0028255339711904526, -0.03285232186317444, -0.02566404826939106, -0.000943369697779417, 0.007254155818372965, 0.03733218461275101, -0.013498147018253803, 0.006727113388478756, -0.004505482502281666, -0.009172005578875542, -0.0022124808747321367, -0.0209353044629097, -0.018797853961586952, -0.022648192942142487, -0.035282574594020844, 0.017055684700608253, 0.008784043602645397, 0.026000769808888435, -0.01531351637095213, -0.003213495947420597, 0.004117520526051521, -0.014713273383677006, -0.015181755647063255, -0.017041044309735298, -0.02160874754190445, 0.01088489405810833, 0.03926467522978783, 0.007082134950906038, 0.04497430473566055, -0.002287511248141527, 0.013146785087883472, 0.004256600979715586, 0.015298875980079174, -0.006785673554986715, 0.012670982629060745, 0.007539637386798859, -0.026835253462195396, -0.01642616093158722, 0.023819398134946823, 0.0038869392592459917, 0.003676488297060132, 0.00717363553121686, 0.006789333652704954, 0.0044762021861970425, -0.008520522154867649, 0.006489212159067392, -0.02988038770854473, -0.008762083947658539, -0.012217140756547451, -0.01502071414142847, -0.02086210437119007, -0.013198025524616241, -0.02109634503722191, -0.02351195737719536, 0.016382241621613503, -0.005376566667109728, 0.012400141917169094, 0.001107155461795628, 0.050186168402433395, 0.013190705329179764, 0.015591677278280258, -0.009296446107327938, 0.017787687480449677, -0.019442016258835793, 0.0014045319985598326, 0.0035117873921990395, 0.0028017438016831875, 0.02942654676735401, 0.008747443556785583, 0.049190644174814224, -0.00495200464501977, -0.026615651324391365, 0.0024119520094245672, 0.032413121312856674, -0.018490411341190338, 0.004037000238895416, 0.014113030396401882, -0.02083282358944416, -0.009874729439616203, -0.031944639980793, -9.447422053199261e-05, -0.01712888479232788, 0.0011501606786623597, 0.0036508680786937475, -0.014874313957989216, 0.01119233574718237, -0.022677471861243248, -0.006071970332413912, -0.007993479259312153, 0.010431052185595036, 0.04570630565285683, -0.021476985886693, 0.040201637893915176, -0.01761200651526451, 0.0027706336695700884, -0.01645544171333313, -0.01887105405330658, -0.0004748873470816761, -0.016514001414179802, 0.02005689963698387, 0.02740621566772461, 0.0322081595659256, -8.326541137648746e-05, 0.009084165096282959, -0.01175597868859768, 0.002186860889196396, -0.050830330699682236, 0.0221504308283329, 0.013966629281640053, 0.00994792953133583, -0.0015838728286325932, -0.02424396015703678, -0.02115490473806858, -0.019954418763518333, -0.018856413662433624, 0.0009671598090790212, 0.009113444946706295, -0.01613336056470871, -0.018270811066031456, -0.002148430561646819, -0.019149215891957283, 0.024112200364470482, -0.022677471861243248, 0.007649437990039587, 0.01607479900121689, 0.026747412979602814, -0.033115845173597336, -0.006233010906726122, -0.0036051177885383368, -0.0039125592447817326, -0.02015938051044941, -0.025590846315026283, 0.006814953871071339, 0.0026663232129067183, -0.014325311407446861, -0.020071540027856827, -0.026073969900608063, 0.03879619389772415, -0.015503836795687675, 0.014120349660515785, -0.012839343398809433, 0.008410722017288208, 0.030422070994973183, -0.005222845822572708, 0.008791363798081875, -0.03645377978682518, -0.019017454236745834, -0.030275670811533928, 0.02102314494550228, 0.017978008836507797, -0.004567702766507864, -0.011638857424259186, 0.007942239753901958, -0.0205400213599205, -0.017860889434814453, 0.004684823099523783, 0.010848294012248516, -0.016279760748147964, 0.0013386516366153955, -0.01120697520673275, -0.0004863249196205288, 0.009538006968796253, 0.009735648520290852, 0.005296046379953623, 0.005120365414768457, 0.017172805964946747, -0.031154073774814606, 0.018314730376005173, 0.008513201959431171, -0.006441631820052862, -0.026776693761348724, 0.004487182479351759, 0.0050508249551057816, -0.027655096724629402, -0.018109770491719246, -0.008044719696044922, -0.012927183881402016, 0.005142325535416603, 0.026249650865793228, 0.002792593790218234, -0.009054885245859623, 0.011038614436984062, 0.028635982424020767, -0.0038356990553438663, 0.0024156118743121624, -0.002472342224791646, -0.007041874807327986, 0.04260260984301567, -0.02802109904587269, 0.0010632352204993367, 0.04576486721634865, -0.005010564811527729, 0.0010641502449288964, -0.009801528416574001, 0.014852353371679783, 0.0048239040188491344, -0.020261861383914948, -0.015445277094841003, 0.02034970186650753, 0.03870835155248642, -0.028518861159682274, -0.00917932577431202, 0.011726697906851768, -0.030480630695819855, -0.0080520398914814, 0.029280144721269608, -0.01841721124947071, 0.0017183785093948245, -0.004058960359543562, -0.003004874801263213, 0.0008536992245353758, 0.012312301434576511, -0.0057462286204099655, -0.012919863685965538, -0.02544444613158703, -0.005691328085958958, -0.03282304108142853, -0.01067261304706335, 0.010862933471798897, 0.013439586386084557, 0.006320851389318705, -0.013732388615608215, -0.022077228873968124, -0.02601540833711624, -0.019661618396639824, -0.01315410528331995, 0.018314730376005173, 0.020730342715978622, 0.011785258539021015, 0.009925968945026398, -0.0006157980533316731, 0.02668885327875614, -0.0037551785353571177, 0.030099989846348763, -0.020876742899417877, 0.009808848612010479, 0.01565023697912693, 0.0018922294257208705, 0.012041459791362286, 0.009750287979841232, -0.04263189062476158, -0.004201700910925865, 0.014705953188240528, 0.008659603074193, 0.01922241598367691, 0.017011763527989388, -0.006423331797122955, 0.007517677266150713, -0.004395681899040937, -0.025137005373835564, -0.016557922586798668, 0.014991434291005135, 0.015620957128703594, -0.02794789895415306, -0.002777953865006566, 0.021228104829788208, 0.01868073269724846, 0.0028420041780918837, 0.004831223748624325, 0.008008119650185108, -0.03004142828285694, 0.0017403386300429702, -0.026908453553915024, 0.002858474152162671, -0.007898319512605667, -0.008637642487883568, 0.0023350915871560574, 0.030129268765449524, 0.011646177619695663, 0.025488367304205894, 0.012056100182235241, -0.019149215891957283, 0.012158580124378204, 0.011038614436984062, -0.014874313957989216, -0.006547772325575352, 0.0038283790927380323, -0.0028840943705290556, 0.017597367987036705, -0.003374536754563451, -0.011631538160145283, -0.0140251899138093, 0.0009607547544874251, -0.01032125111669302, 0.013468867167830467, 0.0009049394866451621, 0.00181719905231148, 0.002948144683614373, -0.026205729693174362, -0.008849923498928547, -0.012949144467711449, -0.00783975888043642, 0.010343211703002453, 0.002249081153422594, -0.022882433608174324, -0.04614550992846489, 0.0008957894751802087, -0.018988173454999924, -0.01890033297240734, -0.0058267489075660706, 0.0026827934198081493, -0.01900281384587288, 0.012136620469391346, 0.02949974685907364, 0.19289760291576385, -0.013585987500846386, -0.002260061213746667, 0.026030048727989197, 0.028167499229311943, 0.002141110599040985, 0.02614716999232769, 0.009677087888121605, -0.04424230009317398, 0.043363895267248154, 0.017114244401454926, 0.003799098776653409, -0.005211865995079279, -0.00035181923885829747, 0.025034524500370026, -0.026381410658359528, -0.031154073774814606, -0.020100818946957588, -0.016557922586798668, -0.020144740119576454, -0.0036325680557638407, -0.007554277312010527, -0.015211035497486591, -0.009969889186322689, 0.02080354280769825, -0.016206560656428337, 0.0009863749146461487, 0.0012142109917476773, -0.004805603995919228, 0.021872268989682198, -0.032471682876348495, -0.01418623048812151, -0.014742553234100342, 0.0033013364300131798, -0.023585157468914986, -0.001444792142137885, 0.027391575276851654, 0.005372906569391489, 0.013776307925581932, -0.00322447600774467, -0.0031878757290542126, 0.010848294012248516, 0.00047580237151123583, -0.013930029235780239, -0.0016973334131762385, 0.01532815583050251, -0.016528641805052757, 0.0007754663238301873, 0.006631952710449696, -0.009172005578875542, -0.02029114030301571, 0.005841388832777739, 0.005698648281395435, 0.026264291256666183, 0.001978239743039012, -0.009040244854986668, -0.029441185295581818, 0.00206059031188488, 0.007407876662909985, -0.008674243465065956, -0.00021399668185040355, 0.02118418551981449, -0.020627861842513084, -0.004915404599159956, -0.005248466040939093, 0.03071487322449684, -0.038386270403862, -0.0041797407902777195, 0.01128749642521143, -0.034404169768095016, 0.012766143307089806, -0.014303350821137428, -0.004348101560026407, -0.0005302451318129897, 0.004216340836137533, -0.011053254827857018, 0.022970274090766907, 0.0053326464258134365, 0.008095960132777691, 0.026293570175766945, -0.010328571312129498, -0.012451381422579288, 0.01406911015510559, -0.030568471178412437, -0.024961324408650398, -0.02730373479425907, 0.0381227508187294, 0.019983699545264244, 0.001539037679322064, 0.010797053575515747, 0.014808433130383492, 0.00953068770468235, -0.011777938343584538, -0.0019105294486507773, 0.02002761885523796, 0.0022033308632671833, -0.014435111545026302, 0.006434312090277672, -0.009245205670595169, -0.03580961748957634, -0.025737248361110687, 0.04538422450423241, 0.017026403918862343, -0.01774376817047596, -0.05446106940507889, -0.041489966213703156, 0.011741338297724724, 0.010087010450661182, -0.006478232331573963, -0.028972703963518143, 0.003974779509007931, -0.04324677586555481, -0.004406661726534367, 0.012839343398809433, 0.023482676595449448, 0.016367601230740547, 0.005233826115727425, -0.046584710478782654, -0.007898319512605667, -0.026059329509735107, 0.008418042212724686, -0.040787242352962494, 0.0061232103034853935, -0.001978239743039012, -0.0029060544911772013, -0.0322081595659256, 0.011697418056428432, -0.008908484131097794, -0.018914973363280296, -0.03264736384153366, 0.0010000999318435788, -0.00634281150996685, 0.012678302824497223, -0.008813323453068733, 0.0018226890824735165, 0.016792163252830505, 0.01742168702185154, -0.0025162624660879374, 0.005530287511646748, 0.02279459312558174, -0.0007237686077132821, -0.009457486681640148, 0.016821444034576416, -0.01273686345666647, 0.011038614436984062, -0.022589631378650665, 0.006317191291600466, 0.006492872256785631, -0.02408291958272457, -0.04034804180264473, -0.006291571073234081, 0.004941024351865053, -0.009969889186322689, 0.013893429189920425, 0.017816968262195587, -0.006254971027374268, -0.027874698862433434, -0.02850422076880932, -0.03200319781899452, 0.01336638629436493, -0.032471682876348495, -0.0004348559014033526, 0.0314175970852375, -0.03358432650566101, -0.030480630695819855, -0.016060160472989082, -0.19207775592803955, 0.013739707879722118, 0.023746198043227196, -0.026747412979602814, 0.016148000955581665, 0.014288711361587048, 0.0008646792848594487, 0.023848678916692734, -0.00423464085906744, -0.0060939304530620575, 0.017685208469629288, -0.010679933242499828, -0.018344011157751083, -0.012341581284999847, 0.01223910041153431, -0.005555907730013132, 0.009142725728452206, -0.022531071677803993, 0.018402570858597755, 0.014837713912129402, 0.028416380286216736, -0.04558918625116348, 0.003294016234576702, 0.02018865942955017, 0.0030835652723908424, -0.004377381876111031, -0.02885558269917965, 0.033145125955343246, -0.01280274335294962, -0.016762882471084595, -0.014823073521256447, 0.018212249502539635, 0.014391191303730011, -0.0012160410406067967, -0.007912958972156048, 0.012949144467711449, -0.004648223053663969, -0.006745413411408663, 0.003621587995439768, 0.010196810588240623, 0.018344011157751083, 0.033379364758729935, -0.002580312779173255, 0.024873483926057816, 0.020759623497724533, 0.00037034807610325515, -0.013768988661468029, -0.004201700910925865, 0.008396081626415253, 0.0014987774193286896, 0.004088240209966898, -0.01664576306939125, 0.017670568078756332, 0.00412118062376976, 0.006145170424133539, 0.023746198043227196, -0.00434078136458993, -0.007912958972156048, -0.009420886635780334, -0.009874729439616203, 0.006595352664589882, -0.005083765368908644, 0.011170375160872936, -0.02157946676015854, -0.018182970583438873, -0.019559137523174286, -0.016923924908041954, 0.0002479662362020463, -0.0122830206528306, -0.00015966829960234463, -0.008981684222817421, 0.0005183500470593572, 0.009925968945026398, -0.0024082919117063284, -0.00489344447851181, -0.0025510326959192753, -0.013739707879722118, 0.031183354556560516, -0.00793491955846548, -0.01973481848835945, -0.009838128462433815, 0.047228872776031494, -0.04189988970756531, 0.01010897010564804, 0.015606317669153214, -0.002834683982655406, 0.010621372610330582, -0.008557122200727463, 0.009962568990886211, -0.004765343852341175, 0.021681947633624077, 0.003989419899880886, -0.013505467213690281, -0.017641287297010422, 0.01632368192076683, -0.00017533774371258914, 0.008110600523650646, 0.0015646577812731266, -0.010599412955343723, 0.02743549644947052, -0.010145570151507854, 0.01226838119328022, -0.031505435705184937, 0.021213464438915253, 0.013703107833862305, 0.018080489709973335, 0.02547372691333294, 0.018651451915502548, 0.05490027368068695, -0.0151671152561903, -0.01450831163674593, 0.003387346863746643, 0.012861303985118866, 0.024361081421375275, 0.008798683993518353, 0.015123195014894009, -0.0020825504325330257, -0.03496049344539642, 0.009918649680912495, 0.001016570022329688, 0.0280503798276186, -0.026103248819708824, -0.01683608442544937, 0.0174509659409523, 0.0024247621186077595, -0.014047149568796158, -0.07981767505407333, -0.009325725957751274, -0.0008687968365848064, 0.009684408083558083, 0.009164685383439064, 0.004066280089318752, -0.03226672112941742, 0.035019055008888245, 0.00856444239616394, 0.014801113866269588, -0.007158995606005192, -0.00814720056951046, -0.029089825227856636, -0.0019178495276719332, 0.01098005473613739, 0.0027999139856547117, -0.010248051024973392, -0.005105725489556789, -0.004684823099523783, 0.02901662327349186, -0.024068279191851616, -0.0023863317910581827, 0.013351745903491974, -0.0205400213599205, -0.0002456787333358079, -0.006851553916931152, -0.02260427176952362, 0.02034970186650753, 0.009713687933981419, -0.005072785075753927, 0.0056144678965210915, -0.0209353044629097, 0.02521020546555519, -0.02257499285042286, -0.007539637386798859, -0.033379364758729935, -0.04555990546941757, -0.026410691440105438, 0.0032848662231117487, -0.02222363092005253, 0.017641287297010422, 0.020818183198571205, -0.020759623497724533, -0.01177061814814806, 0.020393621176481247, -0.0022344409953802824, 0.0001359925518045202, 0.020422901958227158, -0.002496132394298911, 0.005892629269510508, 0.013293186202645302, 0.01107521541416645, -0.0012901563895866275, -0.002086210297420621, 0.018080489709973335, -0.0007676887908019125, 0.03425776958465576, 0.010101649910211563, -0.04476934298872948, 0.007008934859186411, 0.017465606331825256, -0.017377765849232674, 0.0022509112022817135, 0.025971489027142525, 0.008271641097962856, 0.00872548297047615, -0.022809233516454697, -0.02276531234383583, 0.021228104829788208, -0.010028449818491936, -0.02408291958272457, 0.009603887796401978, -0.005757208447903395, 0.026381410658359528, -0.0240243598818779, -0.015606317669153214, -0.006185430567711592, -0.0032043459359556437, 0.0245660413056612, -0.015620957128703594, -0.018007289618253708, -0.009215925820171833, -0.012092700228095055, -0.0045567224733531475, 0.022984914481639862, 0.01289790403097868, -0.004337121732532978, -0.0015555077698081732, 0.020042259246110916, -0.030070709064602852, -0.014757193624973297, 0.026264291256666183, 0.0068844943307340145, -0.022004028782248497, -0.020657142624258995, 0.02775757759809494, -0.008637642487883568, 0.02305811457335949, -0.005124025512486696, -0.0009744798298925161, -0.04228052869439125, -0.00021674169693142176, -0.07079938799142838, 0.03929395601153374, -0.004787303972989321, 0.005910929292440414, 0.0022783612366765738, -0.012824703939259052, -0.016309041529893875, -0.03030494973063469, -0.0028401741292327642, 0.026557091623544693, -0.004146800376474857, 0.02005689963698387, 0.002580312779173255, 0.008249680511653423, -0.0015628277324140072, -0.0007960539660416543, 0.018182970583438873, 0.0038064189720898867, 0.019134575501084328, 0.006434312090277672, -0.018153689801692963, 0.002351561561226845, 0.008974364958703518, 0.003418456995859742, -0.01403982937335968, -0.016177279874682426, 0.0009406246826983988, 0.04040659964084625, 0.01330050639808178, -0.00540950708091259, 0.026703491806983948, -0.02904590405523777, 0.0026242330204695463, 0.04072868078947067, 0.00434078136458993, -0.016250479966402054, 0.00950140692293644, 0.01954449713230133, 0.010284651070833206, 0.011089854873716831, -0.011009334586560726, -0.01570879854261875, 0.006836913991719484, -0.008388761430978775, 0.004161440767347813, 0.012795423157513142, -0.00567668816074729, 0.013651867397129536, 0.019310256466269493, 0.014786473475396633, 0.00758355762809515, 0.0025656726211309433, 0.011975579895079136, -0.014991434291005135, -0.019295616075396538, -0.01726064644753933, 0.012612422928214073, 0.016309041529893875, -0.008176480419933796, -0.019442016258835793, 0.03926467522978783, 0.026103248819708824, 0.03472625091671944, 0.003795438911765814, -0.007554277312010527, -0.009647808037698269, -0.003026834921911359, -0.012868624180555344, 0.010848294012248516, -0.03138831630349159, 0.007177295628935099, -0.003744198475033045, -0.008286281488835812, 0.0026169130578637123, -0.010313930921256542, 0.004856843966990709, 0.010057729668915272, 0.006814953871071339, 0.0003728643641807139, -0.005808448884636164, 0.02633749134838581, -0.0010284651070833206, -0.02238467149436474, -0.00019077844626735896, 0.01296378392726183, 0.030480630695819855, -0.013190705329179764, 0.027171975001692772, 0.016367601230740547, -0.006159810349345207, -0.027391575276851654, 0.00090859952615574, -0.002265551360324025, -0.001208720961585641, -0.017992649227380753, 0.012217140756547451, -0.03460913151502609, 0.02311667427420616, 0.0002031310141319409, 0.029280144721269608, -0.0038722993340343237, 0.020906023681163788, -0.00665757292881608, -0.000490899954456836, -0.021594107151031494, -0.0107384929433465, -0.017494887113571167, -0.03938179463148117, -0.005446107126772404, -0.007133375387638807, 0.011272856034338474, 0.006265951320528984, -0.038386270403862, 0.031124794855713844, -0.018080489709973335, 0.02099386416375637, -0.011843819171190262, -0.004790963605046272, -0.027713658288121223, 0.029104463756084442, -0.0004659660626202822, 0.02118418551981449, 0.014486351981759071, -0.007133375387638807, 0.027333015576004982, 0.010687253437936306, -0.023790117353200912, -0.0022307811304926872, 0.006664893124252558, 0.006445291917771101, 0.004699463490396738, 0.0017696188297122717, 0.0011867608409374952, -0.019310256466269493, -0.013900749385356903, -0.004044319968670607, -0.019207775592803955, 0.018373291939496994, 0.004446921870112419, 0.06956962496042252, 0.0031695757061243057, -0.024038998410105705, -0.0008230466046370566, 0.011492457240819931, 0.002715733367949724, 0.021857628598809242, 0.0028493241406977177, 0.0018885693280026317, -0.04491574317216873, 0.006222031079232693, 0.0036398880183696747, -0.014325311407446861, -0.0263082105666399, -0.010116290301084518, 0.0023479016963392496, 0.03493121266365051, -0.01135337632149458, 0.01299306470900774, -0.02705485373735428, 0.0174509659409523, -0.009801528416574001, 0.0295290257781744, -0.008835284039378166, -0.0072102355770766735, -0.01202681940048933, 0.03250095993280411, -0.01857825182378292, -0.00021948671201243997, -0.05097673460841179, 0.006661233026534319, -0.009925968945026398, -0.03736146539449692, -0.014325311407446861, -0.02196010947227478, -0.0049849445931613445, -0.011602257378399372, -0.016704322770237923, -0.0029408244881778955, -0.010840973816812038, -0.023072754964232445, 0.008476601913571358, -0.02974862791597843, -0.01155833713710308, 0.030509911477565765, -0.003363556694239378, 0.008125239983201027, -0.0025327326729893684, -0.020100818946957588], \"40c85599-4a8a-4fed-803c-a1ec6090a609\": [0.008394957520067692, 0.0017186658224090934, 0.004437524825334549, -0.034219954162836075, -0.005197672173380852, 0.028805572539567947, -0.004940955899655819, -0.021044069901108742, -0.003352315165102482, -0.029098961502313614, 0.028112104162573814, 0.019017012789845467, 0.007454775273799896, 0.0013319243444129825, 0.01309586688876152, 0.008234926499426365, 0.023964636027812958, -0.004220816306769848, 0.02597835846245289, -0.006767975632101297, -0.014736183919012547, -0.027125246822834015, -0.008128238841891289, -0.0059044756926596165, -0.00671796640381217, -0.006327890790998936, 0.017856787890195847, -0.034966763108968735, 0.008428297005593777, -0.006587941199541092, 0.008394957520067692, -0.01967047154903412, -0.021497491747140884, -0.026418443769216537, -0.011395537294447422, -0.020350603386759758, -0.016349829733371735, -0.0248581413179636, 0.0211374219506979, 0.005077648907899857, 0.028805572539567947, -0.013295905664563179, -0.010208641178905964, 0.0030172502156347036, -0.02281774766743183, 0.04091458022594452, 0.01585640013217926, -0.009375146590173244, -0.022310981526970863, 0.02827213518321514, 0.028005417436361313, 0.012829148210585117, -0.03272632881999016, -0.0007559795631095767, -0.034940093755722046, -0.005231011658906937, -0.004844270180910826, 0.0005201005842536688, 0.003757393453270197, -0.027218598872423172, 0.013322576880455017, -0.005707770586013794, -0.0012877491535618901, 0.0023604566231369972, -0.01745671033859253, 0.0023304508067667484, 0.002120410092175007, 0.012495750561356544, -0.014216083101928234, -0.02461809478700161, 0.01120216678828001, 0.004820932634174824, -0.01114882342517376, -0.0059911590069532394, 0.029285665601491928, -0.012215696275234222, -0.029445696622133255, -0.004027445800602436, 0.007301412522792816, -0.022417670115828514, -0.002432137029245496, -0.01929706521332264, -0.019390417262911797, 0.030672600492835045, 0.009815231896936893, 0.012295711785554886, 0.023777933791279793, 0.03192617744207382, -0.010788753628730774, -0.009075088426470757, -0.008815038949251175, 0.023111136630177498, -0.017483381554484367, 0.009875243529677391, 0.009641865268349648, 0.019003676250576973, 0.03144608438014984, 0.012562430463731289, 0.009368479251861572, 0.004127465188503265, -0.009501838125288486, 0.004680905491113663, -0.038514114916324615, -0.017136648297309875, -0.00047300817095674574, 0.0028072097338736057, 0.02877889946103096, -0.01896366849541664, 0.02667182683944702, -0.022244302555918694, -0.01773676462471485, 0.009828567504882812, -0.008548320271074772, -0.021804217249155045, 0.006197865586727858, 0.0037640614900738, 0.011382201686501503, -0.017843451350927353, -0.0021287451963871717, -0.014229418709874153, -0.011915638111531734, 0.020057212561368942, 0.04912950471043587, -0.0155496746301651, -0.005507732275873423, -0.005211007781326771, -0.016763241961598396, -0.016069775447249413, 0.006974682677537203, -0.006511259358376265, 0.04456862062215805, 0.0070346943102777, 0.02111075073480606, -0.01892366074025631, -0.01824352890253067, 0.023351183161139488, -0.00094101537251845, 0.0031706131994724274, -0.008054891601204872, -0.02717859111726284, 0.01622980646789074, 0.03603363782167435, 0.002928899833932519, 0.00508098304271698, -0.014989566057920456, 0.012215696275234222, -0.009768555872142315, 0.0033573161344975233, -0.018643606454133987, -0.008635004051029682, -0.0010685400338843465, -0.015669697895646095, 0.0008309941040351987, -0.0017736764857545495, -0.017163319513201714, 0.019457096233963966, -0.007721493486315012, -0.005834462121129036, 0.01433610636740923, -0.022150952368974686, 0.02687186561524868, 0.03181948885321617, 0.024911485612392426, 0.0016036435263231397, 0.0075014508329331875, 0.037873994559049606, 0.018230192363262177, 0.01048202719539404, 0.011902302503585815, -0.005774450488388538, 0.007808177266269922, -0.0039007544983178377, -0.037047166377305984, 0.030219178646802902, -0.0013260898413136601, 0.005294357426464558, -0.00997526291757822, 0.012695789337158203, -0.011768943630158901, -0.01530962809920311, -0.03229958191514015, -0.004980963654816151, 0.028725557029247284, 0.0048842779360711575, -0.01178227923810482, 0.0002558828273322433, -0.0008514146902598441, -0.002777203917503357, 0.0040541174821555614, 0.007614806294441223, 0.01578972116112709, -0.00677797757089138, 0.009855239652097225, -0.044648636132478714, -0.632015585899353, -0.0032356258016079664, 0.015429651364684105, -0.03774063289165497, -0.013455935753881931, 0.03584693372249603, 0.01016196608543396, 0.02352455072104931, -0.0004859273321926594, 0.023671245202422142, 0.015376308001577854, 0.02744530886411667, 0.006587941199541092, -0.004240820184350014, -0.0007284742314368486, -0.012675785459578037, 0.014709511771798134, -0.013155878521502018, -0.0031739473342895508, 0.011662255972623825, -0.008061559870839119, 0.022631043568253517, -0.0010285322787240148, -0.017643412575125694, 0.013962700963020325, 0.004674237687140703, 0.01708330400288105, -0.001147722010500729, 0.01640317216515541, 0.014269426465034485, -0.03880750760436058, 0.020537305623292923, 0.013749326579272747, -0.011322190053761005, 0.061025138944387436, -0.011362197808921337, -0.01831020787358284, 0.016736570745706558, 0.02448473684489727, 0.020470626652240753, -0.02059064991772175, -0.012409066781401634, 0.020924046635627747, 0.017443373799324036, -0.006147855892777443, 0.016309821978211403, 0.04870275408029556, -0.003075595013797283, -0.01666989177465439, -0.007208060938864946, 0.0025054847355931997, 0.005534403957426548, -0.00489427987486124, 0.023471206426620483, -0.03979436308145523, -0.003877416718751192, 0.027738699689507484, 0.002900561084970832, 0.005587747320532799, -0.011902302503585815, 0.0010293658124282956, -0.004534210544079542, -0.020270587876439095, -0.002993912436068058, -0.028192119672894478, 0.017443373799324036, -0.0012852486688643694, -0.0064345779828727245, 0.008328277617692947, -0.01104880403727293, 0.003984103910624981, -0.0006913837278261781, 0.006464583799242973, -0.03357983008027077, 0.013775997795164585, 0.02247101254761219, 0.04563549533486366, -0.018883652985095978, -0.006277881097048521, 0.0004555047780741006, -0.0145628172904253, 0.0034306636080145836, -0.031526099890470505, -0.013255897909402847, 0.04374179616570473, 0.021884232759475708, -0.01714998483657837, -0.025178203359246254, 0.016416508704423904, -0.029098961502313614, -0.0319795198738575, -0.0039007544983178377, -0.015536339022219181, -0.01646985299885273, 0.009321803227066994, 0.017243335023522377, 0.01728334277868271, 0.015402979217469692, -6.251209015317727e-06, -0.042674921452999115, 0.00015232112491503358, -0.005451054312288761, -0.007841517217457294, 0.012002321891486645, 0.018870316445827484, -0.0021120752207934856, 0.001835355069488287, 0.0037907331716269255, 0.024324705824255943, -0.009275127202272415, 0.005457722581923008, -0.020177235826849937, -0.021804217249155045, -0.025324899703264236, -0.0301124919205904, -0.028005417436361313, 0.012382395565509796, -0.011762275360524654, 0.0007747331983409822, -0.012135680764913559, 0.025018172338604927, 0.005717772524803877, 0.0057544466108083725, -0.009215115569531918, -0.006344560533761978, -0.012382395565509796, -0.010395344346761703, -0.011582240462303162, -0.021670859307050705, 0.006561269052326679, 0.007688154000788927, 0.011035468429327011, 0.03552687168121338, -0.01252909004688263, 0.004727581050246954, -0.0006622114451602101, 0.0031656124629080296, -0.022884426638484, 0.032032862305641174, -0.015469659119844437, -0.018336880952119827, 0.012982510961592197, 0.021190766245126724, 0.01807016134262085, 0.02356455847620964, 0.005371038801968098, -0.020243916660547256, -0.0024404721334576607, -0.014949558302760124, 0.011382201686501503, 0.001995386090129614, -0.007668150123208761, -0.014402786269783974, -0.010635390877723694, -0.009021745063364506, -0.008494976907968521, 0.010121958330273628, -0.016109783202409744, -0.024538079276680946, -0.02424469031393528, -0.011815618723630905, 0.028752228245139122, -0.012555762194097042, -0.005407712887972593, 0.0124290706589818, 0.01780344359576702, -0.005120990797877312, 0.01820352114737034, -0.021324124187231064, -0.00020795689488295466, 0.0007130546146072447, 0.01756339706480503, 0.000254215847235173, 0.013669311068952084, 0.03157944232225418, 0.0191637072712183, -0.03440665453672409, 0.006681292317807674, -0.0011460550595074892, 4.34459034295287e-05, -0.007981544360518456, 0.010095286183059216, 0.001788679277524352, -0.031526099890470505, 0.03293970599770546, 0.026911871507763863, 0.012795808725059032, 0.017616741359233856, -0.02451140806078911, 0.023364519700407982, 0.015402979217469692, 0.018270200118422508, -0.012209028005599976, -0.007914864458143711, -0.011395537294447422, 0.013962700963020325, 0.0008409959846176207, 0.037020493298769, 0.03171280026435852, -0.0034873413387686014, 0.001975382212549448, 0.007241400890052319, 0.00992191955447197, -0.019190378487110138, -0.006334558594971895, -0.02829880826175213, 0.008394957520067692, -0.01684325747191906, -0.0032656316179782152, 0.0008405792759731412, -0.005017637275159359, -0.01266911718994379, -0.01276913657784462, -0.02455141581594944, 0.010595383122563362, 0.0011077142553403974, -0.015536339022219181, 0.009941923432052135, -0.004217482637614012, -0.01725667156279087, 0.001486120861954987, -0.02581832744181156, -0.006621280685067177, 0.03317975252866745, -0.024764791131019592, 0.022591035813093185, 0.004477532580494881, -0.006974682677537203, -0.032006192952394485, -0.021710867062211037, 0.0018153511919081211, 0.013229225762188435, 0.012949171476066113, -0.014096059836447239, 0.0385407879948616, 0.01872362196445465, 0.026098381727933884, -0.028458837419748306, 0.02144414745271206, -0.017643412575125694, -0.009061752818524837, 0.011275514028966427, 0.006337892729789019, -0.012555762194097042, -0.0018770297756418586, 0.024938156828284264, 0.04648899286985397, 0.007134713232517242, -0.024711446836590767, -0.023924628272652626, -0.031286053359508514, 0.038620803505182266, -0.020670665428042412, 0.0024238021578639746, 0.035686902701854706, -0.03600696474313736, 0.0032973045017570257, 0.026378436014056206, 0.029792429879307747, 0.025658296421170235, 0.0008693348499946296, -0.023684581741690636, 0.0038207389879971743, 0.009028413332998753, 0.008174914866685867, -0.014789527282118797, -0.030432553961873055, -0.01179561484605074, -0.013369252905249596, -0.009608524851500988, -0.007668150123208761, -0.019723815843462944, -0.011995653621852398, 0.0047875926829874516, 0.023751260712742805, -0.001130218617618084, 0.018336880952119827, 0.021777546033263206, 0.0041207969188690186, -0.009095092304050922, -0.006244541145861149, 0.00310726766474545, 0.01365597452968359, 0.00801488384604454, -0.013362584635615349, -0.023577895015478134, -0.014202747493982315, 0.019497103989124298, -0.02571164071559906, 0.013962700963020325, -0.009708544239401817, 0.02056397870182991, 0.021537499502301216, -0.014669504016637802, -0.02700522355735302, 0.017336687073111534, 0.04027445614337921, -0.00212707812897861, 0.0044975364580750465, -0.013549287803471088, 0.02332451194524765, -0.0009101760806515813, -0.031526099890470505, -6.381442653946579e-05, 0.029712414368987083, 0.018736958503723145, 0.0009710211888886988, -0.011168827302753925, 0.0029439027421176434, -0.01384267769753933, -0.0009151770500466228, -0.02643178030848503, -0.008414961397647858, 0.0013535951729863882, -7.59521935833618e-05, 0.00118689623195678, -0.030885973945260048, -0.02001720480620861, 0.022244302555918694, 0.015042909421026707, -0.006941342726349831, -0.0008676678407937288, -0.029445696622133255, 0.023617902770638466, 0.029925789684057236, 0.022977778688073158, 0.013042522594332695, 0.010288656689226627, -0.008281601592898369, -0.013175882399082184, -0.025764983147382736, -0.029792429879307747, -0.0015711372252553701, -0.008088231086730957, 0.023884620517492294, 0.0016794916009530425, -0.006901334971189499, 0.020710673183202744, 0.020790688693523407, 0.007121377624571323, -0.005674431100487709, -0.017656749114394188, -0.016589876264333725, -0.03622033819556236, -0.0017753434367477894, 0.001026031794026494, 0.02973908558487892, 0.03536684066057205, 0.012282376177608967, 0.031072678044438362, 0.03534017130732536, 0.018283536657691002, 0.005654427222907543, -0.007348088081926107, 0.005431050434708595, 0.015843065455555916, 0.016136454418301582, 0.04974295571446419, 0.024778125807642937, 0.04822266101837158, 0.009901915676891804, 0.013709318824112415, 0.010342000983655453, -0.006417908240109682, -0.006711298134177923, 0.008701683022081852, 0.0150562459602952, -0.019937189295887947, 0.004830934572964907, -0.00047509188880212605, 0.005721106659621, 0.0044942027889192104, 0.0030605921056121588, 0.006968014407902956, 0.010775418020784855, 0.01549633126705885, -0.04216815531253815, -0.025498265400528908, 0.02019057236611843, -0.004904281813651323, 0.0038207389879971743, -0.008141574449837208, -0.007094705943018198, -0.04480866715312004, 0.012229031883180141, -0.021270781755447388, -0.017096640542149544, -0.01154223270714283, 0.0071880570612847805, -0.014709511771798134, -0.012422403320670128, -0.014229418709874153, -0.0003882001037709415, 0.008368285372853279, 0.016989953815937042, -0.002448807004839182, -0.03205953538417816, -0.013142541982233524, 0.006181195843964815, 0.014349441975355148, -0.0023137808311730623, -0.008428297005593777, 0.016589876264333725, 0.018710285425186157, -0.01767008565366268, -0.012355723418295383, -0.004457528702914715, -0.01800348237156868, -0.014269426465034485, -0.01389602106064558, 0.03365984559059143, -0.007028026040643454, -0.01530962809920311, 0.011002128012478352, -0.0017820113571360707, -0.004367511719465256, 0.024338040500879288, -0.002390462439507246, 0.0044942027889192104, 0.006194531451910734, -0.012835816480219364, 0.023924628272652626, 0.013035855256021023, -0.022964442148804665, 0.009868575260043144, 0.006841323338449001, 0.022444341331720352, 0.010608718730509281, 0.02260437235236168, 0.023964636027812958, 0.020030541345477104, 0.006174527574330568, -0.014896214939653873, -0.022631043568253517, 0.023844612762331963, -0.004364177584648132, -0.0018886986654251814, 0.007341420277953148, 0.003464003326371312, 0.0212441086769104, 0.006324556656181812, 0.024564752355217934, -0.013962700963020325, -0.007454775273799896, -0.003654040163382888, -0.013595962896943092, 0.008188250474631786, 0.0037307217717170715, -0.008361617103219032, -0.011688928119838238, -0.0011185497278347611, -0.041074611246585846, 0.0005896973889321089, -0.011962314136326313, -0.026471788063645363, 0.019003676250576973, -0.005684433039277792, -0.030672600492835045, -0.008534984663128853, -0.023231159895658493, 0.01787012256681919, 0.021710867062211037, -0.012475746683776379, 0.02557828091084957, 0.003088930854573846, -0.006634616758674383, -0.0003238126519136131, -0.02949903905391693, -0.02741863764822483, -0.03379320353269577, -0.005494396202266216, -0.007428103592246771, 0.019417088478803635, 0.04342173412442207, 0.004867608193308115, 0.0017270006937906146, -0.011562236584722996, -0.00850831251591444, -6.839865091023967e-05, -0.025898342952132225, -0.002118743257597089, -0.0055177342146635056, 0.042061470448970795, 0.016443179920315742, 0.036433715373277664, -0.003220622893422842, -0.0026871864683926105, -0.013362584635615349, 0.024698110297322273, 0.007888192310929298, -0.005501064006239176, 0.0008584993775002658, -0.033873219043016434, 0.022871090099215508, 0.008148242719471455, 0.024524744600057602, 0.004777590744197369, 0.006021164823323488, -0.01282247994095087, -0.004037447739392519, -0.0032589638140052557, -0.02233765460550785, -0.025218211114406586, -0.03171280026435852, -0.0002142081066267565, 0.03400657698512077, 0.0018136841244995594, 0.01382934208959341, -0.030192507430911064, -0.02437804825603962, -0.008781698532402515, 0.018883652985095978, 0.03523348271846771, -0.013909357599914074, 0.03211287781596184, 0.005424382630735636, 0.023204488679766655, -0.004794260952621698, 0.006557935383170843, -0.016416508704423904, -0.022004256024956703, -0.012015657499432564, -0.001186062814667821, 0.01172893587499857, 0.021537499502301216, 0.01831020787358284, 0.010148629546165466, -0.01026198547333479, -0.018910324200987816, 0.007081369869410992, -0.019803831353783607, 0.026485122740268707, -0.0031406076159328222, -0.007888192310929298, 0.000630121910944581, -0.03413993865251541, -0.011182162910699844, -0.008494976907968521, 0.0038640808779746294, 0.010181969963014126, -0.004197478760033846, 0.011588908731937408, -0.018256865441799164, -0.007168053183704615, -0.025858335196971893, -0.033979907631874084, 0.0291256345808506, 0.0038540789391845465, 0.027818715199828148, -0.0010802089236676693, 0.023231159895658493, -0.02049729786813259, 0.006011162884533405, -0.008668343536555767, -0.00894839782267809, 0.018496911972761154, 0.014176075346767902, 0.021510828286409378, -0.007474779151380062, -0.013069194741547108, 6.923214095877483e-05, 0.0026405106764286757, -0.014936222694814205, 0.021884232759475708, 0.010135293938219547, -0.0026688496582210064, 0.0015744712436571717, 0.00816824659705162, -0.030832631513476372, 0.00840829312801361, -0.03830074146389961, 0.01432277075946331, 0.002635509707033634, 0.001938708359375596, -0.04283495247364044, 0.018456904217600822, -0.018883652985095978, 0.024631431326270103, 0.009015076793730259, 0.011575572192668915, 0.01070873811841011, -0.009708544239401817, -0.016829922795295715, -2.7088573915534653e-05, 0.023004449903964996, 0.017923466861248016, -0.018843645229935646, -0.01690993830561638, 0.03400657698512077, 0.014642832800745964, -0.014936222694814205, -0.004124131053686142, 0.0008534984081052244, 0.02939235232770443, -0.009048417210578918, 0.005564409773796797, -0.007354755885899067, 0.004830934572964907, 0.023844612762331963, -0.016136454418301582, -0.008768362924456596, -0.027085239067673683, -0.017723428085446358, -0.022017592564225197, 0.025218211114406586, 0.023177817463874817, -0.02625841274857521, -0.019443761557340622, -0.005184336099773645, 0.017163319513201714, -0.03136606886982918, 0.004144134931266308, 0.007428103592246771, -0.019177043810486794, -0.012802476063370705, 0.00900174118578434, 0.006411239970475435, 0.011462217196822166, 0.0016253143548965454, 0.01236239168792963, 0.009981931187212467, 0.02711191028356552, -0.019017012789845467, 0.02199092134833336, -0.021870898082852364, 0.008228258229792118, -0.01592308096587658, 0.019830502569675446, 0.011735603213310242, -0.01202232576906681, -0.02663181908428669, -0.006561269052326679, -0.029232321307063103, -0.0006505424971692264, 0.006847991142421961, 0.02080402337014675, -0.012715793214738369, 0.015016238205134869, 0.03966100513935089, -0.005414380691945553, 0.0013010849943384528, -0.013015851378440857, -0.04286162555217743, 0.007968207821249962, -0.013269233517348766, -0.0033939897548407316, 0.02424469031393528, -0.0022387662902474403, -0.015029573813080788, -0.019137036055326462, 0.02713858336210251, 0.008588328026235104, 0.01690993830561638, -0.038994207978248596, 0.026231741532683372, 0.022084271535277367, -0.03037920966744423, -0.015229612588882446, 0.0054643903858959675, -0.01690993830561638, -0.01486954279243946, 0.01688326522707939, 0.02529822662472725, -0.0019120365614071488, -0.013135874643921852, -0.008675011806190014, 0.009828567504882812, 0.027058567851781845, -0.018843645229935646, -0.016989953815937042, -0.013629303313791752, -0.016789915040135384, -0.038887523114681244, 0.015949752181768417, 0.002305445959791541, 0.04251489043235779, -0.00184535700827837, -0.028725557029247284, -0.02319115214049816, -0.010188637301325798, -0.0238712839782238, -0.02032393217086792, -0.020724009722471237, -0.00019535029423423111, 0.04694241285324097, -0.0032889696303755045, 0.013495943509042263, 0.03464670106768608, -0.0007851519039832056, 0.0049476237036287785, -0.04947623610496521, -0.0048742759972810745, 0.013735990040004253, 0.007468111347407103, -0.0016919939080253243, 0.005444386508315802, -0.022137615829706192, 0.013429264537990093, 0.019350409507751465, 0.01549633126705885, 0.009015076793730259, 0.04006108269095421, 0.0006755473441444337, -0.004244154319167137, -0.010048610158264637, -0.013409260660409927, -0.0034306636080145836, -0.0053243632428348064, 0.024978164583444595, -0.033126406371593475, 0.0009401818388141692, 0.022017592564225197, 0.014496137388050556, 0.007061365991830826, 0.004677571356296539, 0.015402979217469692, 0.0017853453755378723, -0.003604030469432473, -0.02229764685034752, -0.010668730363249779, -0.016496524214744568, -0.018150176852941513, 0.0055277361534535885, 0.0004434191214386374, -0.001486120861954987, 0.02853885293006897, 0.0014886213466525078, -0.03574024513363838, -0.004434191156178713, 0.023337848484516144, -0.012642445974051952, -0.006697962526232004, 0.010642058216035366, -0.0034406655468046665, -0.0011135487584397197, 0.014882879331707954, 0.006934674922376871, -0.0095285102725029, 0.003804069245234132, -0.028378823772072792, -0.005427716765552759, -0.003804069245234132, -0.009708544239401817, 0.006387902423739433, -0.030459225177764893, 0.004320835694670677, 0.027125246822834015, -0.0057444446720182896, -0.014109396375715733, -0.02976575866341591, -0.021710867062211037, -0.04203479737043381, 0.016443179920315742, -0.009935255162417889, -0.010522034950554371, -0.03600696474313736, 0.011768943630158901, 0.027218598872423172, 0.017403366044163704, 0.010101954452693462, 0.20547974109649658, 0.0041074613109230995, -0.01130218617618084, 0.0343799851834774, -0.0064979237504303455, 0.0024538079742342234, 0.009881911799311638, 0.006908002775162458, -0.024097993969917297, 0.01113548781722784, -0.006908002775162458, 0.03928760066628456, -0.01596308872103691, -0.009881911799311638, 0.008228258229792118, -0.02527155540883541, -0.06134520098567009, -0.01732335053384304, -0.01536297146230936, -0.017603404819965363, 0.014482801780104637, -0.015936415642499924, -0.02369791828095913, -0.01694994606077671, 0.006314554717391729, 0.0083216093480587, -0.0015978090232238173, -0.0034506674855947495, 0.021644186228513718, 0.0017403366509824991, -0.019070355221629143, -0.01114882342517376, 0.0003790316404774785, 0.030432553961873055, -0.025431586429476738, 0.0028372155502438545, 0.009335138835012913, 0.01572304219007492, 0.01889698952436447, -0.0175233893096447, 0.01807016134262085, -0.02019057236611843, -0.0191637072712183, -0.010702069848775864, 0.00826826598495245, -0.0004342506581451744, -0.0003267298743594438, -0.025124860927462578, 0.006101180333644152, 0.02291109785437584, -0.015776384621858597, 0.019803831353783607, 0.016043104231357574, 0.006031166762113571, 0.0025771651417016983, -0.025244884192943573, -0.011808951385319233, 0.019150370731949806, 0.010822093114256859, 0.014669504016637802, 0.012782472185790539, 0.03419328108429909, 0.007268072571605444, 0.010448687709867954, -0.008635004051029682, 0.019563784822821617, -0.03966100513935089, -0.02012389339506626, 0.012569097802042961, -0.016736570745706558, -0.011802283115684986, -0.0018670278368517756, 0.012835816480219364, 0.01824352890253067, 0.006537931505590677, -0.030085818842053413, 0.01903034746646881, 0.03683379292488098, 0.008314942009747028, 0.03774063289165497, -0.016216469928622246, -0.010121958330273628, -0.007901528850197792, -0.019443761557340622, -0.012182356789708138, -0.046088915318250656, 0.01872362196445465, 0.009695208631455898, -0.03624701127409935, -0.010455355979502201, -0.006901334971189499, -0.02039061114192009, -0.016443179920315742, 0.02223096787929535, -0.007541458588093519, 0.004264158196747303, -0.013202553614974022, 0.013362584635615349, -0.024498071521520615, -0.029445696622133255, -0.025044845417141914, 0.03675377741456032, 0.027525324374437332, 0.006474585738033056, -0.025484928861260414, -0.017616741359233856, -0.0005734442383982241, 0.01646985299885273, 2.6307172447559424e-05, 0.016256477683782578, 0.0027138583827763796, -0.022884426638484, 0.01616312563419342, -0.011322190053761005, 0.005424382630735636, 0.01079542189836502, -0.010635390877723694, -0.02827213518321514, -0.014216083101928234, 0.00025234048371203244, -0.001337758731096983, -0.013749326579272747, 0.002823879476636648, -0.006847991142421961, 0.005601083394140005, -0.006861327216029167, -0.008441632613539696, 0.00027984578628093004, -0.01626981422305107, -0.04099459573626518, -0.032379597425460815, -0.006561269052326679, 0.009801896288990974, -0.0016536532202735543, -0.01006194669753313, 0.015803057700395584, 0.007028026040643454, -0.011862294748425484, 0.008541652001440525, -0.0002550493227317929, 0.006867995020002127, -0.009555181488394737, 0.009935255162417889, -0.006037834566086531, -0.0005063479184173048, 0.009448494762182236, -0.010628722608089447, 0.035206809639930725, -0.012489082291722298, -0.024498071521520615, -0.03160611540079117, -0.0068879988975822926, 0.008434965275228024, -0.007634810172021389, -0.0031389405485242605, -0.023404527455568314, 0.011182162910699844, -0.01991051807999611, -0.004597555845975876, -0.0050009675323963165, -0.03451334312558174, 0.005447720643132925, 0.006604610942304134, -0.005621087271720171, -0.029819101095199585, -0.01688326522707939, -0.16899268329143524, 0.027632011100649834, 0.012715793214738369, -0.05040975287556648, 0.012555762194097042, 0.014309434220194817, -0.0001121050154324621, 0.015149597078561783, 0.014669504016637802, -0.023111136630177498, -0.013976036570966244, -0.029712414368987083, -0.03672710433602333, -0.019003676250576973, 0.005537738092243671, 0.005741110537201166, 0.017136648297309875, 0.0029505707789212465, 0.028245463967323303, 0.00801488384604454, 0.01848357543349266, -0.037900663912296295, 0.013135874643921852, -0.010348668321967125, 0.008074895478785038, -0.0015236280160024762, -0.006541265174746513, -0.00939515046775341, -0.008401624858379364, -0.05793120712041855, -0.04619560390710831, 0.011015464551746845, -0.004780924879014492, 0.023097801953554153, 0.01217568852007389, -0.011308854445815086, 0.000677631061989814, -0.0023754595313221216, -0.006644618697464466, 0.007941536605358124, 0.02444472908973694, 0.031552769243717194, 8.730855188332498e-05, 0.005060979165136814, 0.00942849088460207, -0.010562042705714703, 0.0029605727177113295, -0.007201393134891987, 0.014722848311066628, 0.0009185110102407634, -0.011708931997418404, -0.013635970652103424, -0.009795228019356728, 0.006654620636254549, 0.016523195430636406, -0.011128819547593594, -0.023471206426620483, 0.00918844435364008, 0.0024888147599995136, -0.0044842008501291275, -0.009475165978074074, -0.02345787174999714, 0.007068033795803785, -0.013355917297303677, -0.020163901150226593, -0.0015961420722305775, -0.020030541345477104, 0.0020287258084863424, -0.014242755249142647, 0.005247681867331266, 0.0020653994288295507, -0.006557935383170843, -0.028218792751431465, 0.0011877297656610608, 0.012742464430630207, 0.0011918972013518214, -0.04459529370069504, 0.023311175405979156, 0.0003371485508978367, -0.0028655542992055416, -0.019830502569675446, 0.010875437408685684, -0.003587360493838787, 0.009748551994562149, 0.011228838935494423, 0.009808563627302647, -0.0007926532998681068, -0.005217676050961018, -0.025898342952132225, -0.00482426630333066, 0.02527155540883541, 0.0031456085853278637, -0.013535951264202595, -0.01697661727666855, -0.022070936858654022, 0.0018220191122964025, 0.024898149073123932, 0.01218902412801981, 0.00034735887311398983, -0.005257683806121349, 0.011415541172027588, -0.004400851204991341, -0.017683420330286026, -0.01121550239622593, 0.04126131534576416, 0.0218975692987442, 0.005127658601850271, -0.014789527282118797, 0.05910476669669151, -0.0033656510058790445, -0.015643026679754257, 0.013722654432058334, -0.00753479078412056, 0.014402786269783974, 0.006767975632101297, 0.02059064991772175, 0.008801702409982681, -0.009848571382462978, 0.01056871097534895, -0.021030735224485397, 0.02547159418463707, -0.01310920249670744, -0.015763049945235252, 0.013382588513195515, -0.0030272521544247866, -0.0008609998621977866, -0.08855046331882477, -0.0077148256823420525, -0.009008409455418587, 0.008034887723624706, 0.015949752181768417, 0.02459142357110977, -0.018563590943813324, 0.03808736801147461, 0.012575766071677208, 0.03792733699083328, -0.022377662360668182, -0.010575379244983196, 0.020537305623292923, 0.006411239970475435, 0.022964442148804665, -0.01879030093550682, -0.015949752181768417, -0.03357983008027077, -0.004437524825334549, 0.04704910144209862, 0.0014369445852935314, 0.00046925744391046464, 0.011735603213310242, -0.015936415642499924, -0.017029961571097374, 0.032859690487384796, -0.03168613091111183, 0.008381620980799198, 0.009415154345333576, -0.007308080326765776, 0.014176075346767902, -0.01967047154903412, 0.007421435788273811, -0.01923038624227047, -0.00240879924967885, -0.007428103592246771, -0.04491535574197769, -0.006427910178899765, 0.01266911718994379, 0.002685519400984049, 0.0025121525395661592, 0.012502418830990791, 0.009021745063364506, -0.022871090099215508, 0.006751305889338255, 0.0032339589670300484, -0.027845386415719986, 0.02509818784892559, -0.007741497363895178, -0.009401818737387657, -0.010248648934066296, -0.005854465998709202, -0.017843451350927353, -0.013222557492554188, 0.01991051807999611, -0.008728355169296265, 0.018870316445827484, 0.028938930481672287, -0.013775997795164585, 0.023231159895658493, -0.004744251258671284, -0.01984383910894394, -0.022110944613814354, 0.02925899252295494, 0.027365293353796005, 0.01841689646244049, -0.01892366074025631, 0.0106220543384552, -0.012969175353646278, -0.008828374557197094, -0.022884426638484, 0.04126131534576416, -0.022217631340026855, 0.028725557029247284, -0.005554407835006714, 0.0026588477194309235, -0.000106531020719558, -0.021084077656269073, 0.021577507257461548, 0.01236239168792963, 0.007121377624571323, -0.02383127622306347, -0.0012919165892526507, -0.005544405896216631, 0.026418443769216537, -0.00041112120379693806, 0.026818521320819855, -0.002663848688825965, -0.004520874470472336, -0.03840743005275726, -0.0038340750616043806, 0.027365293353796005, 0.0051509966142475605, 0.016549868509173393, 0.006291217170655727, 0.03208620846271515, 0.008648339658975601, -0.013762662187218666, 0.017109977081418037, 0.013762662187218666, -0.035580214112997055, -0.02203092910349369, -0.06577271968126297, 0.013976036570966244, 0.0096351969987154, 0.013155878521502018, -0.0011235506972298026, -0.008201586082577705, -0.006537931505590677, -0.011188831180334091, -0.00010413472773507237, 0.009161772206425667, -0.009968594647943974, 0.007514786906540394, -0.021257445216178894, -0.010835429653525352, 0.010662062093615532, 0.026511795818805695, 0.024844806641340256, -0.007734829559922218, 0.0007747331983409822, -0.002843883354216814, -0.013149210251867771, -0.008328277617692947, 0.005514400079846382, -0.005647758953273296, 0.00400744192302227, -0.012135680764913559, 0.003927426412701607, 0.020790688693523407, -0.012142349034547806, -0.011842290870845318, 0.01389602106064558, -0.03253962844610214, 0.004384181462228298, 0.015002901665866375, 0.01609644666314125, 0.0029605727177113295, 0.0051643322221934795, 0.027712026610970497, 0.02063065767288208, 0.009795228019356728, -0.04318168759346008, -0.02032393217086792, 0.023617902770638466, -0.004104127176105976, -0.005997826810926199, -0.027365293353796005, -0.016869930550456047, 0.017243335023522377, 0.0009926920756697655, 0.0096351969987154, 0.04779591038823128, 0.00033089733915403485, -0.0028072097338736057, -0.02059064991772175, 0.002372125629335642, -0.036940477788448334, 0.012295711785554886, 0.009848571382462978, -0.019310401752591133, -0.02891225926578045, 0.021564170718193054, 0.023924628272652626, 0.007568130735307932, 0.003717385698109865, -0.00013335913536138833, -0.005144328344613314, -0.007614806294441223, -0.007181389257311821, 0.015136261470615864, -0.023471206426620483, -0.01971047930419445, -0.0035073452163487673, -0.0032622977159917355, 0.025564944371581078, 0.00466423574835062, 0.013209221884608269, 0.01222236454486847, -0.026031702756881714, 0.003850744804367423, -0.005457722581923008, 0.0025171535089612007, -0.002843883354216814, -0.008068227209150791, 0.0201505646109581, 0.009355142712593079, 0.019617127254605293, -0.005337699316442013, -0.003987438045442104, -0.005611085332930088, 0.013175882399082184, -0.018643606454133987, 0.006928006652742624, -0.003352315165102482, 0.030059147626161575, -0.003747391514480114, 0.0005471892072819173, -0.01767008565366268, 0.03363317251205444, 0.02444472908973694, 0.01036867219954729, 0.011442213319242, -0.014282763004302979, 0.007001354359090328, 0.014202747493982315, 0.0003033920074813068, 0.003547352971509099, -0.028325479477643967, -0.028192119672894478, 0.004527542274445295, -0.002785538788884878, -0.010015270672738552, -0.006934674922376871, -0.023311175405979156, 0.010675398632884026, -0.031179364770650864, 0.02952571213245392, -0.014349441975355148, 0.009555181488394737, -0.008108234964311123, 0.045475464314222336, 0.0040541174821555614, 0.0191637072712183, 0.03891419246792793, -0.0046575674787163734, 0.01967047154903412, 0.025244884192943573, -0.025418249890208244, -0.005774450488388538, 0.01929706521332264, -0.014122731983661652, 0.0039574322290718555, 0.015416315756738186, -0.011015464551746845, -0.009521842002868652, -0.008855045773088932, 0.0013019185280427337, 0.009781892411410809, 0.005774450488388538, 0.0038740828167647123, 0.0703069344162941, 0.03598029166460037, -0.019550448283553123, 0.04296831041574478, 0.023511214181780815, -0.008554988540709019, 0.018523583188652992, 0.027765370905399323, 0.02233765460550785, -0.02925899252295494, 0.01130218617618084, 0.0006317888619378209, -0.010422015562653542, -0.032032862305641174, -0.014416121877729893, 0.002322115935385227, -0.009761888533830643, 0.00811490323394537, -0.0038007351104170084, 0.0034673374611884356, 0.01811016909778118, -0.016563203185796738, 0.00540437875315547, 0.002900561084970832, -0.019990533590316772, -0.011482221074402332, 0.021430812776088715, 0.007888192310929298, -0.022564364597201347, -0.017310015857219696, -0.001798681216314435, 0.01365597452968359, -0.01670989952981472, -0.005734442733228207, 0.0004525875556282699, -0.01290916372090578, -0.019790494814515114, -0.03280634433031082, -0.003754059551283717, 0.004610891919583082, -0.019217049703001976, -0.03870081901550293, -0.01457615289837122, -0.024844806641340256, -0.021390805020928383, 0.017003288492560387, -0.00825493037700653, 0.01285582035779953, -0.04944956675171852], \"6e11310c-d60e-4207-ac3b-c474662b0615\": [0.011139302514493465, 0.003315347246825695, -0.008858554996550083, -0.03379472717642784, -0.0007825607899576426, 0.02615256980061531, -0.0010436897864565253, -0.012911013327538967, -0.0007470273994840682, -0.025742696598172188, 0.02591457962989807, 0.014292683452367783, -0.002973235212266445, 0.004769736900925636, 0.017452675849199295, 0.006981070153415203, 0.020057355985045433, -0.0030707453843206167, 0.014649670571088791, -0.008871776983141899, -0.016209833323955536, -0.019594594836235046, -0.010365831665694714, 0.005959691945463419, -0.006769522558897734, -0.01038566417992115, 0.014914104714989662, -0.028744028881192207, 0.00406898558139801, -0.011350850574672222, 0.005011033266782761, -0.016818033531308174, -0.012792018242180347, -0.025874914601445198, -0.00807847362011671, -0.017598114907741547, -0.011787166818976402, -0.028188716620206833, 0.020691998302936554, -0.011707836762070656, 0.03051573969423771, -0.010022066533565521, -0.017796440050005913, -0.010623655281960964, -0.017426231876015663, 0.03405915945768356, 0.014398457482457161, -0.014861217699944973, -0.014530674554407597, 0.02578236162662506, 0.022926470264792442, 0.01939626969397068, -0.03511689975857735, 0.0038971032481640577, -0.040960900485515594, -0.007298391778022051, 0.00012281742237973958, 0.008217301219701767, -0.004475553520023823, -0.013948919251561165, 0.01615694724023342, -0.015852848067879677, 0.0014345570234581828, 0.002847628900781274, -0.018351752310991287, 0.0027963947504758835, -0.008918052539229393, 0.011661560274660587, -0.0048160129226744175, -0.025108054280281067, 0.021564632654190063, 0.0015056238044053316, -0.01277218572795391, -0.004247478675097227, 0.031176825985312462, -0.0175187848508358, -0.021339863538742065, -0.0024807259906083345, 0.0003441779990680516, -0.007648767437785864, 0.0051729995757341385, -0.01038566417992115, -0.006934794131666422, 0.021934840828180313, 0.01081536989659071, 0.010901311412453651, 0.02554437145590782, 0.03226100653409958, 0.006025800947099924, -0.021075427532196045, -0.005103585310280323, 0.03263121470808983, -0.010491438210010529, 0.01049804873764515, 0.001447778777219355, 0.020586224272847176, 0.01800798811018467, 0.008891609497368336, 0.00747027387842536, 0.001284159952774644, -0.005820863880217075, 0.022053835913538933, -0.031705696135759354, -0.017333680763840675, -0.006531531922519207, 0.012130931951105595, 0.027844950556755066, -0.01627594232559204, 0.03136193007230759, -0.01936982572078705, -0.011033528484404087, 0.007450441364198923, 0.00019419407180976123, -0.023865211755037308, 0.004700323101133108, -0.010055121034383774, 0.0016750271897763014, -0.016104059293866158, -0.004977979231625795, -0.012871348299086094, -0.009658469818532467, 0.035857316106557846, 0.03448225557804108, -0.010108008049428463, -0.008012364618480206, -0.010544325225055218, -0.012018547393381596, -0.007060400675982237, 0.008673450909554958, -0.015363642945885658, 0.044213443994522095, 0.00490525970235467, 0.02112831547856331, -0.017333680763840675, -0.02127375453710556, 0.025861691683530807, -0.017069246619939804, -0.003626057878136635, -0.008124749176204205, -0.024684958159923553, 0.01698991470038891, 0.03728526085615158, -0.0004507781413849443, 0.0023319816682487726, -0.02124731056392193, 0.010511270724236965, -0.000811070145573467, -0.002452629851177335, -0.013334108516573906, -0.0009775812504813075, -0.0008718074532225728, -0.013129171915352345, 0.0012635010061785579, 0.0008891609613783658, -0.01615694724023342, 0.009208930656313896, -0.006521615199744701, -0.010907921940088272, 0.00662738922983408, -0.0140811363235116, 0.029590219259262085, 0.021829066798090935, 0.01320189144462347, -0.016606485471129417, 0.013948919251561165, 0.03424426540732384, 0.020202795043587685, 0.010339388623833656, 0.0015213246224448085, -0.013188669458031654, -0.0038904922548681498, -0.008633785881102085, -0.04252106323838234, 0.02316446043550968, -0.0038409107364714146, 0.0020972960628569126, -0.006561280693858862, 0.009632025845348835, -0.01501987874507904, -0.02312479540705681, -0.01650071144104004, -0.0021997643634676933, 0.030859503895044327, 0.010141062550246716, -0.010940976440906525, 0.0022427348885685205, 0.0023369397968053818, -0.005705174058675766, 0.009314704686403275, 0.012170596979558468, 0.0005288689862936735, 0.0010379053419455886, 0.006286929827183485, -0.05944487079977989, -0.6426815390586853, -0.0087593924254179, 0.011278131045401096, -0.032604772597551346, -0.012190429493784904, 0.015720630064606667, 0.012097877450287342, 0.004240868147462606, -0.004138399846851826, 0.029193567112088203, 0.013935697264969349, 0.021088650450110435, 0.004511913284659386, -0.0036921664141118526, 0.011873108334839344, 0.000428879662649706, 0.020440785214304924, -0.01763777993619442, 1.7818339983932674e-05, 0.018457526341080666, -0.003001331351697445, 0.023349564522504807, -0.003320305375382304, -0.018245980143547058, 0.01565452106297016, 0.00012725908891297877, 0.024341193959116936, -0.005034171510487795, 0.0069546266458928585, 0.012355701066553593, -0.03456158563494682, 0.03313364088535309, 0.01578673906624317, -0.008296632207930088, 0.06277674436569214, -0.020665554329752922, -0.010901311412453651, 0.00710006570443511, 0.012864737771451473, 0.026562443003058434, -0.017862549051642418, -0.005926637910306454, 0.012249927036464214, 0.0187748484313488, -0.009288260713219643, 0.010603822767734528, 0.05317777395248413, -0.012038379907608032, -0.023812325671315193, -0.008058641105890274, 0.009836962446570396, 0.011542565189301968, 0.004974673502147198, 0.019687147811055183, -0.03715304285287857, -0.003431037301197648, 0.028241602703928947, 0.006270402576774359, 0.01112608052790165, -0.00741077633574605, -0.0017981544369831681, -0.0034277320373803377, -0.021207645535469055, -0.008303242735564709, -0.032578326761722565, 0.021313419565558434, 0.014689335599541664, -0.00412848312407732, 0.0015609897673130035, -0.00919570866972208, -0.010881478898227215, 0.0015196718741208315, 0.0038442162331193686, -0.0372588187456131, 0.00710006570443511, 0.009724577888846397, 0.04267972707748413, -0.015588412992656231, -0.01200532540678978, -0.0018576522124931216, -0.02089032344520092, 0.002807963639497757, -0.029933983460068703, -0.01874840445816517, 0.03979738801717758, 0.013962140306830406, -0.026813656091690063, -0.024856841191649437, 0.016699036583304405, -0.023851990699768066, -0.021604297682642937, -0.002103906823322177, 0.0012444948079064488, -0.01351260207593441, 0.008858554996550083, 0.01013445109128952, 0.009896460920572281, 0.018074097111821175, -0.007847093045711517, -0.02715742215514183, -0.008217301219701767, -0.013096117414534092, -0.006624083966016769, 0.012844905257225037, 0.014834774658083916, -0.004313587676733732, -0.0011577272089198232, -0.003702082671225071, 0.02287358231842518, -0.006934794131666422, 0.011456623673439026, -0.030938833951950073, -0.01363159716129303, -0.029193567112088203, -0.018708739429712296, -0.01787577010691166, 0.011212022043764591, -0.009572528302669525, 0.009823741391301155, -0.018206313252449036, 0.01914505660533905, -0.00013448973186314106, 0.011595452204346657, 0.001953509636223316, -0.011291352100670338, -0.003983044531196356, -0.006934794131666422, -0.021339863538742065, -0.03194368630647659, -0.0017651001689955592, 0.017862549051642418, 0.0032194897066801786, 0.02525349333882332, -0.009863406419754028, 0.006329900585114956, -0.006478644907474518, 0.007576047908514738, -0.025980688631534576, 0.027554072439670563, -0.020586224272847176, -0.018602965399622917, 0.007450441364198923, 0.011734279803931713, 0.022318270057439804, 0.015839625149965286, -0.006710025016218424, -0.02089032344520092, 0.01007495354861021, -0.017307236790657043, 0.0060224952176213264, -0.00219150073826313, 0.0030327329877763987, -0.012388755567371845, -0.0004999464144930243, -0.018166648223996162, -0.005886972416192293, 0.009261817671358585, -0.017584893852472305, -0.02678721211850643, -0.013816701248288155, -0.020057355985045433, 0.031970128417015076, 0.0005784504464827478, 0.008296632207930088, 0.01927727460861206, 0.016844475641846657, -0.014966991730034351, 0.015204982832074165, -0.035090453922748566, -0.010590600781142712, 0.010418718680739403, 0.02366688661277294, -0.0007383506745100021, 0.02439408004283905, 0.03181146830320358, 0.017452675849199295, -0.034455813467502594, -0.0015345463762059808, 0.006167934276163578, 0.006425757892429829, -0.006716636009514332, 0.015310756862163544, 0.008713115938007832, -0.030357077717781067, 0.036359742283821106, 0.029087793081998825, 0.009856794960796833, 0.03316008299589157, -0.01964748278260231, 0.0232834555208683, 0.015866069123148918, 0.014305905438959599, -0.012124321423470974, -0.012527583166956902, -0.016355272382497787, 0.01778321899473667, -0.007404165342450142, 0.04143688455224037, 0.026245122775435448, 0.006009273696690798, 0.007992532104253769, 0.0007738840649835765, 0.0073116132989525795, -0.03115038201212883, -0.009116378612816334, -0.02477751113474369, 0.010524492710828781, -0.014464566484093666, 0.0018212924478575587, -0.006762912031263113, -0.009334537200629711, -0.011906162835657597, -0.014345570467412472, -0.013486158102750778, 0.003788023954257369, 0.00981051940470934, -0.010339388623833656, 0.004214424639940262, -0.018338531255722046, -0.009830351918935776, 0.007033957168459892, -0.024208975955843925, -0.01476866565644741, 0.028241602703928947, -0.02303224243223667, 0.014914104714989662, 0.0009759285021573305, 0.016474267467856407, -0.036835722625255585, -0.0335567370057106, -0.0035996143706142902, 0.017188241705298424, 0.012157374992966652, -0.014305905438959599, 0.02763340249657631, 0.027236752212047577, 0.023957764729857445, -0.02551792748272419, 0.021683627739548683, -0.02087710238993168, -0.013578711077570915, 0.022688478231430054, 0.005123418290168047, -0.01638171635568142, 0.0022509985137730837, 0.019581373780965805, 0.05093008279800415, 3.186642061336897e-05, -0.007635545451194048, -0.026298008859157562, -0.035989534109830856, 0.03551355004310608, -0.01701635867357254, 0.004075596574693918, 0.026192234829068184, -0.030965277925133705, -0.0019055809825658798, 0.015204982832074165, 0.03810500726103783, 0.03138837218284607, 0.0045548840425908566, 0.0005900194519199431, -0.010921143926680088, 0.01007495354861021, 0.013208501972258091, -0.011271519586443901, -0.03469380363821983, -0.01828564517199993, -0.01763777993619442, -0.007014124654233456, -0.004075596574693918, -0.020916767418384552, -0.009651858359575272, -0.0028377126436680555, 0.029563775286078453, 0.00253361277282238, 0.010193949565291405, 0.029114237055182457, 0.00641584163531661, -0.020361455157399178, -0.012335868552327156, -0.00700090266764164, 0.01952848583459854, 0.018113762140274048, -0.01120541151612997, -0.027501186355948448, -0.008144581690430641, 0.024301528930664062, -0.01988547295331955, 0.015152095817029476, -0.012269759550690651, 0.018047653138637543, 0.023719772696495056, -0.004416055977344513, -0.03040996566414833, 0.022582704201340675, 0.046461138874292374, -0.002847628900781274, 0.008898220025002956, -0.014041471295058727, 0.009929514490067959, -0.01962103880941868, -0.03852810338139534, 0.001653541810810566, 0.033583179116249084, 0.010240225121378899, 0.010650098323822021, -0.01400180533528328, 0.01425301842391491, -0.03323941305279732, -0.00023199993302114308, -0.022371158003807068, -0.008025586605072021, -0.003930157516151667, -0.014041471295058727, -0.0005784504464827478, -0.0289026889950037, -0.014491009525954723, 0.022357935085892677, 0.005820863880217075, -0.005027560517191887, -0.0015518998261541128, -0.020546559244394302, 0.010722817853093147, 0.03194368630647659, 0.012937457300722599, 0.022714922204613686, 0.007860315032303333, -0.0212869755923748, -0.0018163343193009496, -0.02866469696164131, -0.02726319432258606, -0.0006858769338577986, 0.006184461526572704, 0.005599400028586388, -0.005850613117218018, -0.0014378625201061368, 0.01689736358821392, 0.017214685678482056, 0.006928183604031801, -0.013135782442986965, -0.022820696234703064, -0.004468942526727915, -0.027924280613660812, 0.006131574511528015, 0.006680276244878769, 0.015363642945885658, 0.026060018688440323, 0.02176295779645443, 0.02966954931616783, 0.03728526085615158, 0.02301902137696743, -0.005539902485907078, -0.0074372198432683945, 0.002072505187243223, 0.0051796105690300465, 0.01163511723279953, 0.03175858035683632, 0.020546559244394302, 0.050982967019081116, 0.007033957168459892, 0.015522303991019726, 0.01513887383043766, -0.0020989486947655678, 0.009169265627861023, 0.016315607354044914, 0.0207713283598423, -0.02013668604195118, 0.01188633032143116, 0.004429277498275042, -0.009942736476659775, 0.007985921576619148, -0.0010494743473827839, 0.0071926177479326725, 0.005939859431236982, 0.025954244658350945, -0.03987671807408333, -0.012236705981194973, 0.01195243839174509, 0.0024774204939603806, 0.001960120629519224, -0.0028261435218155384, -0.006091909483075142, -0.034852463752031326, 0.019832586869597435, -0.016818033531308174, -0.024817176163196564, -0.0011973923537880182, 0.0001986357383430004, -0.025716252624988556, -0.014266240410506725, -0.014993434771895409, 0.00700090266764164, 0.010921143926680088, 0.01991191692650318, -0.0021270448341965675, -0.03397982940077782, -0.013962140306830406, 0.0034574808087199926, 0.010974030941724777, -0.001389107434079051, -0.0034640918020159006, -0.0017436149064451456, 0.027474742382764816, -0.018074097111821175, -0.0019783005118370056, -0.0029947205912321806, -0.018973173573613167, -0.0043235039338469505, -0.00710006570443511, 0.03479957953095436, -0.011668171733617783, 0.006541448179632425, 0.019713589921593666, 0.0011676434660330415, -0.006296846084296703, 0.03189079836010933, 0.003593003610149026, 0.008832111954689026, 0.010861646384000778, -0.00944031123071909, 0.015813181176781654, 0.013962140306830406, -0.032102346420288086, 0.014953769743442535, -0.004409444984048605, 0.028823358938097954, 0.0009246943518519402, 0.023799102753400803, 0.016461046412587166, 0.008977551013231277, 0.009255207143723965, -0.019078947603702545, -0.027448298409581184, 0.005490320734679699, 0.0036458903923630714, 0.00019842915935441852, 0.01790221408009529, -7.51985571696423e-05, 0.030119087547063828, 0.00011372748849680647, 0.022794252261519432, -0.006045633461326361, -0.006643916480243206, -0.01425301842391491, -0.011489678174257278, 0.004168148618191481, 0.00782726053148508, -0.006425757892429829, -0.007390943821519613, -0.0014180298894643784, -0.03405915945768356, 0.003082314506173134, -0.0140811363235116, -0.024063536897301674, 0.017955102026462555, -0.0016849434468895197, -0.027924280613660812, -0.02152496762573719, -0.022357935085892677, 0.027368968352675438, 0.01476866565644741, -0.014120801351964474, 0.025729475542902946, 0.0045780218206346035, -0.013988584280014038, -0.0012411893112584949, -0.027474742382764816, -0.027501186355948448, -0.0342971533536911, 0.0038805759977549314, -0.022093500941991806, 0.009671690873801708, 0.041198890656232834, 0.009969179518520832, 0.0025831942912191153, -0.007926424033939838, -0.004987895488739014, 0.007496717385947704, -0.019475599750876427, 0.011119470000267029, -0.015178538858890533, 0.044583652168512344, 0.01614372432231903, 0.03479957953095436, -0.002429491840302944, -0.006640610750764608, -0.007609102409332991, 0.016791589558124542, 0.0004916828474961221, 0.0033450962509959936, 0.0014626532793045044, -0.029960427433252335, 0.02489650622010231, 0.0222521610558033, 0.026364117860794067, -0.010960808955132961, 0.0015023184241726995, -0.004627603571861982, -0.0024013957008719444, -0.007655378431081772, -0.03165280818939209, -0.024169310927391052, -0.0289026889950037, 0.013268000446259975, 0.03667706251144409, 0.007595880422741175, 0.00975102186203003, -0.019422711804509163, -0.018973173573613167, -0.004915175959467888, 0.016672594472765923, 0.037946347147226334, -0.005453960970044136, 0.026602108031511307, 0.021961282938718796, 0.02013668604195118, 0.00019295453967060894, 0.0069546266458928585, -0.015601634047925472, -0.01962103880941868, -0.018074097111821175, 0.009063491597771645, 0.010921143926680088, 0.02412964589893818, 0.013697706162929535, 0.022225718945264816, -0.01294406782835722, -0.020731663331389427, -0.007985921576619148, -0.018682295456528664, 0.008171025663614273, -0.006234042812138796, -0.009513030759990215, -0.00214026658795774, -0.029193567112088203, -0.003903714008629322, -0.020480450242757797, 0.0019948275294154882, 0.009863406419754028, -0.0037781076971441507, 0.01539008691906929, -0.01890706457197666, -0.013843145221471786, -0.011357461102306843, -0.03054218180477619, 0.02390487678349018, 0.002960013458505273, 0.02863825485110283, -0.0011659908341243863, 0.03157347813248634, -0.014424900524318218, -0.01206482294946909, -0.02252981811761856, -0.00838918425142765, -0.0013866283698007464, 0.019951581954956055, 0.02600713074207306, -0.004178064875304699, -0.013241556473076344, -0.0075562153942883015, -0.004396223463118076, -0.02763340249657631, 0.013525824062526226, -0.009949347004294395, 0.0033335271291434765, 0.0014089399483054876, 0.00987662747502327, -0.027316082268953323, 0.008283410221338272, -0.03641262650489807, 0.021075427532196045, 0.010808759368956089, 0.004250784404575825, -0.04394901171326637, 0.012428420595824718, -0.014120801351964474, 0.020546559244394302, -0.0009213889134116471, 0.017082467675209045, 0.004620992578566074, -0.006733162794262171, -0.01363159716129303, -0.010517881251871586, 0.026668217033147812, 0.012977122329175472, -0.029484445229172707, -0.010418718680739403, 0.030066201463341713, 0.027844950556755066, -0.009030437096953392, -0.0039665172807872295, -0.00032042022212408483, 0.028426706790924072, -0.015588412992656231, 0.0009139516623690724, -0.0021964588668197393, 0.006286929827183485, 0.013605154119431973, -0.02449985407292843, 0.0018427778268232942, -0.0251344982534647, -0.020691998302936554, -0.019316939637064934, 0.03249899670481682, 0.02591457962989807, -0.029563775286078453, -0.023098351433873177, 0.0010180727113038301, 0.008243745192885399, -0.021551409736275673, 0.006432368885725737, 0.011840053834021091, -0.01788899302482605, -0.027342526242136955, 0.014887661673128605, -0.006422452628612518, 0.00850156880915165, 0.0018559994641691446, 0.02149852365255356, 0.004237562417984009, 0.01889384351670742, -0.008104916661977768, 0.017928658053278923, -0.025240270420908928, 0.0044424994848668575, -0.00918909814208746, 0.021855510771274567, 0.005615927278995514, -0.015826404094696045, -0.019078947603702545, 0.0005788636044599116, -0.03487890958786011, -0.00020555649825837463, -0.002652608323842287, 0.015548747964203358, -0.01925083063542843, 0.003672333899885416, 0.0415426567196846, -0.012236705981194973, -0.006620778236538172, -0.019092168658971786, -0.04577361047267914, -0.0010949240531772375, -0.01013445109128952, 0.0015304145636036992, 0.04252106323838234, -0.011258297599852085, -0.012216873466968536, -0.010736039839684963, 0.02300580032169819, 0.014358792454004288, 0.00506392028182745, -0.04016759619116783, 0.014729000627994537, 0.018616188317537308, -0.03516978770494461, -0.017413010820746422, 0.02089032344520092, -0.017955102026462555, -0.01889384351670742, 0.008792446926236153, 0.02951088733971119, -0.009308094158768654, -0.01168800424784422, -0.007106676697731018, 0.0021320029627531767, 0.019092168658971786, -0.01889384351670742, -0.01926405169069767, -0.023574333637952805, -0.016659371554851532, -0.026681439951062202, 0.004359863698482513, 0.001834514201618731, 0.03527555987238884, -0.0003198004560545087, -0.03712660074234009, -0.021472079679369926, -0.014966991730034351, -0.020784549415111542, -0.028558924794197083, -0.03329230099916458, 0.00028633297188207507, 0.04765109345316887, -0.006267097312957048, 0.019740033894777298, 0.033688951283693314, 0.0007623150013387203, -0.0009643594967201352, -0.0325254425406456, -0.0024708097334951162, 0.0036855556536465883, 0.013248167932033539, 0.0008528011967428029, 0.002960013458505273, -0.0222521610558033, 0.010841813869774342, 0.02438085898756981, 0.009790686890482903, 0.005543207749724388, 0.03487890958786011, -0.00594316516071558, 0.005325049161911011, -0.025676587596535683, -0.01890706457197666, 0.004925092216581106, -0.015429751947522163, 0.025240270420908928, -0.03125615417957306, 0.0017485730350017548, 0.028347376734018326, 0.009347759187221527, 0.012613524682819843, 0.014345570467412472, 0.014795109629631042, 0.009182487614452839, -0.012554027140140533, -0.022595927119255066, -0.012368923053145409, -0.01702957972884178, -0.02341567352414131, 0.022186053916811943, -0.0038442162331193686, -0.005672119557857513, 0.011608674190938473, -0.0032459332142025232, -0.03895119950175285, 0.002850934164598584, 0.024446967989206314, -0.010167505592107773, -0.013591932132840157, 0.021207645535469055, 0.009374202229082584, 0.017188241705298424, 0.01220365148037672, 0.01038566417992115, 0.0019667313899844885, -0.0029418335761874914, -0.028823358938097954, -0.004052458330988884, -3.171147909597494e-05, -0.0026327758096158504, 0.02439408004283905, -0.02238437905907631, -0.002224555006250739, 0.036491960287094116, -0.003553338348865509, -0.008865166455507278, -0.028294488787651062, -0.00918909814208746, -0.03353029116988182, 0.01425301842391491, -0.01494054775685072, -0.0032971673645079136, -0.04106667637825012, 0.006121658254414797, 0.026866544038057327, 0.01689736358821392, 0.0036062251310795546, 0.2118649035692215, -0.00578780984506011, -0.01738656684756279, 0.02038789913058281, -0.009420478716492653, 0.0013544004177674651, 0.009803907945752144, 0.00013758856221102178, -0.02551792748272419, 0.020044133067131042, -0.005490320734679699, 0.030965277925133705, -0.016051173210144043, -0.008025586605072021, -0.00772148696705699, -0.022582704201340675, -0.04638180881738663, -0.0289026889950037, -0.014623226597905159, -0.020480450242757797, 0.009711355902254581, -0.01753200590610504, -0.021062206476926804, -0.011906162835657597, 0.004657352343201637, 0.00422103563323617, 0.000535066646989435, -0.006419146899133921, 0.02190839685499668, 0.003156686667352915, -0.02050689421594143, -0.009037048555910587, 0.0037814131937921047, 0.028691140934824944, -0.03456158563494682, 0.004111956339329481, 0.005810947623103857, 0.011297963559627533, 0.01802120916545391, -0.019792921841144562, 0.012025157921016216, -0.01902606151998043, -0.013896032236516476, -0.01565452106297016, 0.012930845841765404, 0.0056655085645616055, 0.0025931105483323336, -0.021551409736275673, 0.007152952719479799, 0.030859503895044327, -0.012534194625914097, 0.016659371554851532, 0.03387405723333359, -0.002935222815722227, 0.010491438210010529, -0.027844950556755066, -0.01057737972587347, 0.028373820707201958, 0.01976647786796093, 0.020731663331389427, 0.013016787357628345, 0.028611810877919197, -0.009724577888846397, 0.006452201399952173, -0.016699036583304405, 0.016566820442676544, -0.02887624502182007, -0.02566336654126644, 0.01445134449750185, -0.00963863730430603, -0.015548747964203358, -0.003239322453737259, 0.010775704868137836, 0.014808330684900284, 0.00438300147652626, -0.02378588169813156, 0.024962615221738815, 0.034588031470775604, 0.008792446926236153, 0.03165280818939209, -0.013816701248288155, -0.00887838751077652, -0.003359970636665821, -0.02514771930873394, -0.009294872172176838, -0.03813145309686661, 0.017175018787384033, 0.011734279803931713, -0.032472554594278336, -0.0031021470203995705, -0.007946256548166275, -0.02853248082101345, -0.008164414204657078, 0.010253447107970715, 0.001403155503794551, -0.0075628263875842094, -0.0038144674617797136, 0.015601634047925472, -0.009777464903891087, -0.03940073773264885, -0.014662891626358032, 0.025927800685167313, 0.01750556193292141, 0.0049416194669902325, -0.027871394529938698, -0.017611335963010788, -0.0059927464462816715, 0.002378257689997554, -0.004016098566353321, -0.0005425038398243487, 0.012249927036464214, -0.028373820707201958, 0.014266240410506725, -0.007397554814815521, 0.0070736221969127655, 0.01651393249630928, -0.007384332828223705, -0.023825546726584435, -0.009486586786806583, -0.0013312622904777527, -0.011390515603125095, -0.0005325875827111304, 0.0031269376631826162, -0.005900194402784109, 0.01839141733944416, -0.006025800947099924, -0.020070577040314674, -0.003503756830468774, -0.020573003217577934, -0.03162636235356331, -0.01936982572078705, -0.0075496044009923935, 0.002371646696701646, 0.00017115935042966157, -0.015257869847118855, 0.018206313252449036, 0.00747027387842536, -0.01728079281747341, -0.00023447901185136288, -0.021339863538742065, -0.0008552802610211074, -0.021167980507016182, 0.002574930666014552, -0.004102040082216263, 0.0011031875619664788, 0.00799914263188839, -0.005077142268419266, 0.032948534935712814, -0.012534194625914097, -0.01652715541422367, -0.018298866227269173, -0.002067547058686614, 0.01624949835240841, 0.001623793039470911, 0.008647007867693901, -0.00438300147652626, 0.00663069449365139, -0.020546559244394302, -0.007139731198549271, 0.003275682218372822, -0.03376828506588936, 0.0002538984117563814, 0.004931703209877014, -0.013367163017392159, -0.017201462760567665, -0.022212496027350426, -0.16786301136016846, 0.018695518374443054, 0.015588412992656231, -0.045720722526311874, 0.01350599154829979, 0.006124963518232107, -0.005368019919842482, 0.013922475278377533, 0.010484826751053333, -0.027554072439670563, -0.01043855119496584, -0.040484920144081116, -0.03154703229665756, -0.018986396491527557, 0.00788014754652977, 0.008481736294925213, 0.008342907764017582, 0.01911861263215542, 0.029299341142177582, 0.010458383709192276, 0.02715742215514183, -0.029933983460068703, 0.01550908200442791, -0.0010651751654222608, 0.01388281024992466, 7.426890078932047e-05, -0.013334108516573906, -0.009519641287624836, 0.0013056452153250575, -0.061613235622644424, -0.04141043871641159, 0.012639968656003475, -0.016209833323955536, 0.022106721997261047, 0.01788899302482605, -0.0029451390728354454, -0.00032847721013240516, -0.009089935570955276, -0.01314239390194416, 0.011602062731981277, 0.018550079315900803, 0.03440292552113533, -0.005566345993429422, 0.014742222614586353, 0.008468514308333397, 0.003943379037082195, 0.003401288529857993, -0.00955930631607771, 0.009962568990886211, -0.0016386674251407385, -0.0036591121461242437, -0.018232757225632668, -0.007232283242046833, 0.004389612469822168, 0.018933508545160294, -0.004558189306408167, -0.022609148174524307, -0.009043659083545208, -0.0021336558274924755, -0.01331427600234747, -0.0044656372629106045, -0.01351921260356903, 0.007523160893470049, -0.010398886166512966, -0.012454863637685776, -0.008693283423781395, -0.02241082303225994, 0.0074372198432683945, -0.023799102753400803, 0.009215542115271091, -0.0028591977898031473, -0.011311184614896774, -0.027316082268953323, -0.004287144169211388, 0.02013668604195118, -0.004059069324284792, -0.043975453823804855, 0.02016313001513481, -0.0020526726730167866, -0.0027567294891923666, -0.023851990699768066, 0.012474697083234787, -0.00969813484698534, 0.02826804667711258, 0.007866925559937954, 0.010002234019339085, 0.0041086506098508835, -0.007258726749569178, -0.029854653403162956, -0.0009420478600077331, 0.018232757225632668, 0.006052243988960981, -0.007106676697731018, -0.007919812574982643, -0.00901721604168415, 0.004528440535068512, 0.028215158730745316, 0.01445134449750185, 0.0029484445694833994, -0.008792446926236153, 0.016553599387407303, 0.0011031875619664788, -0.02726319432258606, -0.0074306088499724865, 0.029220011085271835, 0.02152496762573719, 0.01578673906624317, -0.01337377354502678, 0.04918481409549713, -0.010412108153104782, -0.01876162737607956, 0.014610005542635918, -0.009010604582726955, 0.024433746933937073, 0.00793964508920908, 0.020665554329752922, 0.007946256548166275, -0.010980641469359398, 0.006624083966016769, -0.02900846302509308, 0.04148976877331734, -0.004614381585270166, -0.01363159716129303, 0.018113762140274048, -0.001016420079395175, -0.005936554167419672, -0.07642156630754471, -0.005394463427364826, 0.0009577486198395491, 0.022476930171251297, 0.015125652775168419, 0.003930157516151667, -0.018338531255722046, 0.04254750907421112, 0.01901283860206604, 0.03879253938794136, -0.021948061883449554, -0.018973173573613167, 0.01963425986468792, 0.0034211210440844297, 0.01476866565644741, -0.011919383890926838, -0.02124731056392193, -0.029458001255989075, -0.015403308905661106, 0.04067002236843109, -0.0014122454449534416, 0.0044656372629106045, 0.014239796437323093, -0.018827734515070915, -0.020850658416748047, 0.03625396639108658, -0.028611810877919197, 0.012765574268996716, -0.0001646517775952816, -0.0019716895185410976, 0.01939626969397068, -0.011932605877518654, 0.011297963559627533, -0.01864263042807579, -0.009770854376256466, -0.006151407025754452, -0.03339807316660881, -0.002136961091309786, 0.0034640918020159006, 0.001423814450390637, -0.0058737508952617645, 0.015152095817029476, 0.006240653805434704, -0.030224861577153206, 0.007966089062392712, -0.0032872511073946953, -0.021577853709459305, 0.013750593177974224, -0.0031814773101359606, -0.0038045512046664953, 0.007113287691026926, -0.0018840957200154662, -0.018364975228905678, -0.022543039172887802, 0.02377266064286232, -0.011099637486040592, 0.02115475945174694, 0.01765100099146366, -0.02227860502898693, 0.020943211391568184, -0.013301054015755653, -0.013287832960486412, -0.012025157921016216, 0.028929132968187332, 0.021062206476926804, 0.021974505856633186, -0.020943211391568184, 0.01032616663724184, -0.005182915832847357, -0.018364975228905678, -0.016553599387407303, 0.0412517786026001, -0.01713535375893116, 0.029061349108815193, 0.005906805396080017, 0.007172785233706236, -0.006637305486947298, -0.018973173573613167, 0.030092643573880196, 0.022305049002170563, 0.0012692855671048164, -0.019925137981772423, 0.0019468988757580519, -0.017042802646756172, 0.02613934874534607, -0.004865594673901796, 0.015535525977611542, -0.010392274707555771, -0.005705174058675766, -0.03992960602045059, -0.0016675899969413877, 0.027818506583571434, 0.015376864932477474, 0.026073239743709564, 0.0028740721754729748, 0.027474742382764816, 0.011304574087262154, -0.004501997027546167, 0.00981051940470934, 0.017479119822382927, -0.028426706790924072, -0.020705219358205795, -0.0527811236679554, 0.002935222815722227, 0.01587929017841816, 0.008038808591663837, 0.00025183253455907106, -0.0014576950343325734, -0.0033037783578038216, -0.016937028616666794, 0.010160895064473152, 0.006650527007877827, -0.01376381516456604, 0.007014124654233456, -0.013413439504802227, -0.025240270420908928, 0.01157561969012022, 0.02966954931616783, 0.03064795583486557, -0.017743553966283798, 0.009142822585999966, -0.015271090902388096, -0.011959049850702286, -0.005206054076552391, 0.003873965237289667, -0.006591029465198517, 0.00553329149261117, -0.016289163380861282, 0.01663292944431305, 0.009546084329485893, -0.019290495663881302, -0.009989012964069843, 0.013175448402762413, -0.025993909686803818, 0.015218204818665981, 0.022437265142798424, 0.02539893239736557, 0.008686672896146774, 0.0009453532984480262, 0.02365366369485855, 0.014173688367009163, 0.004521829541772604, -0.03337163105607033, -0.013492769561707973, 0.024684958159923553, -0.005824169609695673, 0.0034244265407323837, -0.021353084594011307, -0.008038808591663837, 0.020718442276120186, 0.0019435934955254197, 0.00668688677251339, 0.04778331145644188, -0.004244173411279917, 0.012792018242180347, -0.016553599387407303, 0.00022786814952269197, -0.030357077717781067, 0.009347759187221527, 0.0012643273221328855, -0.0038376054726541042, -0.02689298614859581, 0.03479957953095436, 0.02327023446559906, 0.009843573905527592, -0.007152952719479799, 0.002257609274238348, -0.00678274454548955, -0.014147244393825531, -0.015932178124785423, 0.015337199904024601, -0.02375943772494793, -0.02765984646975994, -0.009010604582726955, 0.0010180727113038301, 0.017465896904468536, -0.0018245979445055127, 0.012236705981194973, 0.012216873466968536, -0.0113839041441679, 0.0027963947504758835, -0.014054692350327969, -0.006151407025754452, -0.003044301876798272, -0.003150075674057007, 0.02087710238993168, 0.00970474537461996, 0.027104534208774567, -0.006667054258286953, -0.00850817933678627, -0.017558449879288673, 0.01939626969397068, -0.0050540040247142315, 0.0012420157436281443, -0.0037748022004961967, 0.03630685433745384, -0.004964757245033979, 0.012177207507193089, -0.02213316597044468, 0.029828209429979324, 0.018351752310991287, 0.005622538272291422, 0.008091694675385952, -0.00907671358436346, 0.016659371554851532, 0.011278131045401096, -0.011483067646622658, -0.005744839087128639, -0.029616661369800568, -0.029087793081998825, 0.011873108334839344, -0.00103212078101933, -0.002100601326674223, -0.004254089668393135, -0.013644819147884846, 0.004445804748684168, -0.020176351070404053, 0.0375496968626976, -0.018933508545160294, -0.0027468132320791483, -0.006458812393248081, 0.03765546903014183, 0.010544325225055218, 0.031071051955223083, 0.03416493535041809, -0.005860529374331236, 0.012487918138504028, 0.031732138246297836, -0.0167783685028553, 0.002120434073731303, 0.023732995614409447, -0.011826831847429276, 0.009222152642905712, 0.002379910321906209, -0.015218204818665981, -0.009790686890482903, -0.009737799875438213, -0.0015180192422121763, 0.012249927036464214, 0.009975790977478027, 0.008184247650206089, 0.07652734220027924, 0.03786701709032059, -0.007027346175163984, 0.03564576804637909, 0.016593264415860176, -0.013869588263332844, 0.020110242068767548, 0.024222198873758316, 0.017836105078458786, -0.028056498616933823, 0.009711355902254581, 0.004842456430196762, -0.01175411231815815, -0.029220011085271835, -0.01577351614832878, 0.005853918381035328, -0.010603822767734528, 0.001071786042302847, -0.006039022468030453, -0.004971368238329887, 0.012130931951105595, -0.011542565189301968, -0.0074438308365643024, -0.003277334850281477, -0.020956432446837425, -0.0140811363235116, 0.017981544137001038, 0.0026459975633770227, -0.0106434877961874, -0.012216873466968536, 0.0034541753120720387, 0.014557118527591228, -0.019673924893140793, -0.01263335719704628, -0.004264005925506353, -0.017558449879288673, -0.010722817853093147, -0.034720245748758316, -0.0021286974661052227, 0.012230094522237778, -0.021617518737912178, -0.03469380363821983, -0.004776347894221544, -0.01914505660533905, -0.016923807561397552, 0.012289592064917088, -0.006032411474734545, 0.01738656684756279, -0.041569098830223083], \"bbd7936c-4448-4047-8e2c-abfdea159bd4\": [-0.016977306455373764, 0.005156070925295353, 0.01806720718741417, -0.02712177112698555, -0.014252552762627602, 0.006773455999791622, -0.0022391879465430975, -0.008167271502315998, -0.010514751076698303, -0.027918236330151558, 0.03864957019686699, -0.0001275044633075595, -0.0038705463521182537, 0.010892024263739586, 0.013162652030587196, -0.0005558670382015407, 0.01231029350310564, -0.00902661681175232, 0.01925491914153099, -0.01347006019204855, -0.029036084190011024, -0.0009667632402852178, -0.0032976495567709208, 0.009222240187227726, -0.032892655581235886, 0.008726195432245731, 0.02794618345797062, -0.031551241874694824, 0.008474679663777351, -0.019045323133468628, 0.004747357685118914, -0.016013162210583687, -0.02059633657336235, -0.022678326815366745, -0.011101621203124523, -0.005407586228102446, -0.018695997074246407, -0.016502220183610916, 0.013015934266149998, -0.014951207675039768, 0.04532870650291443, -0.014490095898509026, -0.01692141406238079, -0.014643799513578415, 0.008726195432245731, 0.04116472601890564, 0.01973000541329384, -0.009285119362175465, -0.020051386207342148, -0.010144464671611786, 0.036246199160814285, 0.03462532162666321, -0.037224315106868744, -0.0068363347090780735, 0.00937594473361969, 0.008181245066225529, -0.0225665420293808, -0.004464402794837952, 0.027708640322089195, -0.018486399203538895, -0.005197989754378796, -0.008279056288301945, -0.01104572881013155, 0.0036399902310222387, -0.002658380661159754, 0.0103889936581254, 0.013281423598527908, 0.013525952585041523, 0.006735030096024275, -0.0103889936581254, 0.012177549302577972, -0.02592008374631405, -0.01907327026128769, 0.0038600664120167494, 0.007496563717722893, -0.013421154581010342, -0.03470915928483009, 0.018863672390580177, 0.025710487738251686, 0.0009440569556318223, 0.023195331916213036, -0.02496991492807865, -0.01541231945157051, 0.03157918527722359, 0.008481666445732117, -0.024313179776072502, 0.0024854636285454035, 0.004894075449556112, -0.008334948681294918, -0.018178991973400116, -0.004101102240383625, 0.005711500998586416, -0.00415000831708312, 0.003521219128742814, 0.015831513330340385, 0.012987988069653511, -0.002937842393293977, 0.014965181238949299, -0.0014025490963831544, -0.00511065823957324, -0.01741047203540802, -0.013532939366996288, -0.01773185282945633, -0.013148678466677666, -0.011332176625728607, -0.002883696695789695, 0.020512498915195465, -0.0030845599249005318, 0.03677717596292496, 0.0003098096349276602, -0.005330734420567751, 0.015118884854018688, -0.020149197429418564, -0.0003897182468790561, 0.005886164493858814, 0.018821753561496735, 0.029008137062191963, -0.009243199601769447, -0.016208786517381668, -0.03157918527722359, 0.014049943536520004, 0.0030496271792799234, 0.00502681965008378, -0.013155665248632431, -0.011702463962137699, -0.013232517056167126, -0.01256180927157402, -0.00821617804467678, 0.028085913509130478, -0.0067804427817463875, 0.02762480080127716, 0.016110973432660103, 0.033870771527290344, -0.012708526104688644, -0.008565505035221577, 0.005397106520831585, -0.005519371014088392, -0.010333101265132427, -0.028505105525255203, -0.02579432725906372, 0.03462532162666321, 0.0341222882270813, -0.013784454204142094, 0.000510017853230238, -0.005180523730814457, 0.03247346356511116, 0.003149185562506318, 0.017298687249422073, -0.008404814638197422, -0.010465845465660095, -0.008313989266753197, 0.004663519095629454, -0.013875279575586319, -0.003961371257901192, -0.002157096052542329, 0.00869126245379448, 0.01657208614051342, -0.03152329474687576, 0.0060782949440181255, -0.02761082910001278, 0.015943298116326332, 0.02761082910001278, 0.017801718786358833, -0.01708909124135971, 0.014196660369634628, 0.036749228835105896, 0.0003984514332842082, -0.02408961020410061, 0.010249262675642967, -0.004509815014898777, 0.01406391616910696, 0.017829664051532745, -0.0344855897128582, 0.010661468841135502, 0.01872394233942032, 0.015635889023542404, 0.00198592571541667, 0.032892655581235886, -0.027736585587263107, -0.022301053628325462, -0.007384778931736946, 0.016166865825653076, 0.027009986340999603, 0.030377499759197235, -0.014462149702012539, 0.010787226259708405, 0.01692141406238079, -0.011765343137085438, 0.021853914484381676, -0.00255008926615119, 0.011779315769672394, -3.654290776466951e-05, -0.004474882502108812, 0.002850510645657778, -0.633148729801178, -0.013169638812541962, -0.011080661788582802, -0.012498930096626282, -0.029231706634163857, 0.013518965803086758, 0.007887810468673706, -0.003566631581634283, -0.0063682361505925655, 0.016697844490408897, 0.011995898559689522, 0.041919272392988205, 0.009941854514181614, -0.023195331916213036, 0.0004628586466424167, 0.0027736586052924395, 0.004223366733640432, -0.015258615836501122, -0.0037867077626287937, 0.015621916390955448, -0.012862230651080608, 0.0028994164895266294, -0.023684389889240265, -0.02393590472638607, -0.01264564786106348, -0.00015610562695655972, 0.04669807106256485, -0.006752496585249901, 0.0037692412734031677, 0.015663836151361465, -0.01096189022064209, -0.007838903926312923, 0.013372248038649559, 0.013057854026556015, 0.05958126112818718, -0.010277208872139454, -0.02024700865149498, 0.01658605970442295, -0.00980212353169918, 0.039404116570949554, -0.0247882641851902, 0.0009519168525002897, 0.04186338186264038, -0.006556873209774494, 0.01045885868370533, -0.003269703360274434, 0.04700547829270363, -0.001076801330782473, -0.008104393258690834, -0.003842600155621767, 0.0023509724996984005, -0.014266526326537132, 0.010675441473722458, 0.029231706634163857, -0.03431791067123413, -0.0032085711136460304, 0.031690970063209534, -0.0014628079952672124, 0.015524104237556458, -0.02346082031726837, -0.022859977558255196, 0.0075314962305128574, -0.014378311112523079, -0.0022217214573174715, -0.024662505835294724, 0.00887291319668293, 0.015677807852625847, -0.03417818248271942, 0.019143134355545044, -0.020037412643432617, 0.010843118652701378, 0.019185055047273636, -0.008900859393179417, -0.015258615836501122, 0.013616777025163174, 0.033563364297151566, 0.009997746907174587, -0.020219063386321068, -0.0033221023622900248, 0.018542291596531868, -0.016194812953472137, -0.0064206356182694435, -0.026381196454167366, -0.002883696695789695, 0.018011314794421196, -0.015314508229494095, -0.021294990554451942, -0.025808298960328102, 0.0018793807830661535, -0.007636294234544039, -0.011311217211186886, -0.014699691906571388, -0.011052715592086315, -0.03442969545722008, 0.02492799423635006, 0.007671227212995291, 0.017005251720547676, 0.011912059970200062, -0.01381240040063858, -0.011779315769672394, -0.029399383813142776, -0.010507764294743538, -0.02242681197822094, 0.007293953560292721, 0.04619504138827324, 0.011744382791221142, -0.0007789998198859394, -0.009760204702615738, 0.026381196454167366, 0.005708007607609034, 0.012240427546203136, -0.010682428255677223, -0.009222240187227726, -0.02327916957437992, 0.010696401819586754, -0.029567060992121696, 0.015482185408473015, 0.00024343744735233486, 0.012317280285060406, -0.018668049946427345, 0.03518424555659294, -0.0012095457641407847, 0.01974397711455822, -0.022818058729171753, 0.009892948903143406, -0.015510131604969501, 0.010109531693160534, -0.02763877436518669, -0.016935385763645172, 0.008649343624711037, -0.0030007213354110718, -0.003908972255885601, 0.004708931781351566, -0.010465845465660095, 0.007776025217026472, -0.016180839389562607, -0.006305357441306114, -0.020554417744278908, 0.016502220183610916, -0.019813843071460724, -0.016977306455373764, -0.005620676092803478, 0.022818058729171753, -0.003692389465868473, 0.005872191395610571, -0.011499853804707527, -0.013826373964548111, -0.013491019606590271, 0.014532014727592468, -0.002132643014192581, -0.0008689516107551754, -0.008223163895308971, -0.01364472322165966, 0.01889161951839924, -0.009920895099639893, -0.012373172678053379, 0.02245475724339485, -0.028379349038004875, 0.008530572056770325, -0.036609500646591187, -0.0005484438152052462, 0.021336911246180534, -0.010368033312261105, 0.014657773077487946, -0.01146492175757885, -0.02881251461803913, -0.009997746907174587, 0.013714589178562164, -0.04465800151228905, -0.014015010558068752, -0.0017221835441887379, 0.013190598227083683, -0.016809629276394844, -0.001737029873766005, 0.006825855001807213, 0.0314953476190567, -0.02492799423635006, -0.011709450744092464, 0.0024138514418154955, 0.009103468619287014, 0.007482590619474649, 0.02728944644331932, 0.014336391352117062, -0.029930362477898598, 0.013735548593103886, 0.03549165278673172, 0.04180748760700226, 0.01977192424237728, 0.008293029852211475, 0.031383562833070755, -0.004464402794837952, 0.03012598492205143, -0.0341222882270813, 0.0005466971779242158, -0.004436456598341465, 0.024313179776072502, -0.0008942778222262859, 0.0017108303727582097, -0.003311622655019164, 0.021798022091388702, 0.026646684855222702, 0.0038076674100011587, 0.019143134355545044, -0.025207456201314926, -0.006256451830267906, -0.029231706634163857, -0.007300940342247486, -0.012862230651080608, -0.015873432159423828, -0.009571567177772522, -0.005369160324335098, 0.006598792504519224, -0.026339277625083923, -0.0030251743737608194, 0.018262829631567, 0.01805323362350464, -0.02107142098248005, 0.004146514926105738, -0.024844156578183174, -0.030042147263884544, -0.004845169372856617, -0.04130445793271065, 0.012953056022524834, 0.029567060992121696, -0.021322937682271004, 0.021308964118361473, 0.011192446574568748, 0.020540444180369377, 0.004796263761818409, -0.003804174019023776, 0.01606905460357666, 0.030237769708037376, 0.01692141406238079, 0.007720132824033499, 3.127570744254626e-05, 0.012016858905553818, 0.02776453271508217, -0.014245566911995411, 0.02881251461803913, -0.024732371792197227, -0.021476641297340393, 0.01609700173139572, 0.01231029350310564, -0.0031055195722728968, 0.009075522422790527, 0.030712854117155075, 0.045943524688482285, 0.0003938665031455457, -0.0032976495567709208, 0.002520396374166012, -0.00282605760730803, 0.0172427948564291, -0.015593970194458961, -0.007454644422978163, 0.02794618345797062, 0.001337923458777368, 0.0036190305836498737, 0.009236213751137257, 0.03649771586060524, 0.015286562032997608, -0.004321178421378136, 0.004646053072065115, 0.01020035706460476, -0.014336391352117062, 0.028253590688109398, 0.0061341868713498116, -0.029343491420149803, -0.0061865863390266895, -0.025989949703216553, 0.021839940920472145, 0.0032644635066390038, -0.01940862461924553, -0.04535665363073349, 0.002225214848294854, 0.029231706634163857, 0.016208786517381668, 0.028519079089164734, 0.018374614417552948, -0.01028419565409422, -0.006909693591296673, -0.022832030430436134, 0.007150729652494192, 0.01922697387635708, 0.01942259632050991, 0.0013606298016384244, -0.03211016207933426, -0.0037063625641167164, 0.0071542225778102875, -0.013197585009038448, -0.0006252958555705845, -0.012987988069653511, 0.03884519264101982, -0.0025099164340645075, 0.012114670127630234, -0.004579680506139994, 0.01974397711455822, 0.038565732538700104, -0.016544140875339508, -0.0035509117878973484, -0.013449100777506828, 0.008293029852211475, 0.002604234963655472, -0.01840256154537201, 0.0019632193725556135, 0.010158437304198742, 0.01791350357234478, -0.0009877228876575828, -0.02312546595931053, 0.0023806653916835785, 0.003470566589385271, -0.009145388379693031, -0.007971649058163166, 0.0025483425706624985, -0.010822159238159657, -0.005180523730814457, -0.0026775936130434275, -0.01655811257660389, 0.008977711200714111, 0.02846318669617176, 0.022035565227270126, -0.001703843823634088, -0.01989768259227276, -0.02061031013727188, 0.008125352673232555, 0.018821753561496735, 0.020177144557237625, 0.002888936549425125, 0.0022007618099451065, -0.02090374380350113, -0.00011615132098086178, -0.021225126460194588, -0.012422078289091587, 0.0025099164340645075, -0.020135223865509033, 0.0035264589823782444, -0.016446327790617943, 0.025151563808321953, 0.007143742870539427, -0.001427875249646604, -0.0011213405523449183, 0.02396385185420513, -0.008013567887246609, 0.013288409449160099, -0.005508891306817532, 0.0074476576410233974, -0.0018514345865696669, 0.019296839833259583, 0.030656961724162102, 0.0031788782216608524, 0.04068964347243309, 0.00852358527481556, 0.0007964661926962435, 0.002352719195187092, -0.0069306534714996815, -0.011178473010659218, 0.0014619346475228667, -0.0017492563929408789, 0.008181245066225529, -0.0036155374255031347, 0.06198463216423988, 0.0225665420293808, -0.00936197116971016, -0.0071961418725550175, -0.02258051559329033, -0.004562214482575655, 0.008097406476736069, 0.024522775784134865, -0.013952131383121014, -0.004272272810339928, -0.0063123442232608795, -0.003500259481370449, 0.012317280285060406, -0.021155260503292084, 0.02625543810427189, 0.02663271129131317, 0.012345226481556892, -0.036246199160814285, 0.009271145798265934, 0.009878975339233875, -0.012484957464039326, 0.00978116411715746, 0.012785378843545914, 0.001902087009511888, -0.035910844802856445, -0.008006581105291843, -0.03571522235870361, -0.0021553493570536375, -0.0016269917832687497, -0.005306281615048647, -0.005086205434054136, -0.003290663007646799, 0.0023265196941792965, -0.005229429341852665, -0.007971649058163166, 0.004866129253059626, -0.008684276603162289, -0.019995493814349174, 0.018290776759386063, -0.001199939171783626, 0.020805932581424713, 0.01890559308230877, -0.0058512319810688496, -0.00035653216764330864, 0.01876586116850376, -0.011779315769672394, -0.009096482768654823, 0.0003908099024556577, -0.022384893149137497, -0.02239886485040188, -0.002219974994659424, 0.022664353251457214, -0.018318722024559975, -0.0038775329012423754, 0.02914786897599697, 0.01256180927157402, -0.013742535375058651, 9.606499952496961e-05, -0.0073987520299851894, -0.001154526718892157, 0.012792364694178104, 0.01689346693456173, 0.0538802407681942, -0.0023771722335368395, -0.0318586491048336, 0.011933020316064358, 0.002873216988518834, -0.009997746907174587, 0.016837574541568756, -0.020498525351285934, 0.00018285099940840155, -0.01942259632050991, 0.010507764294743538, -0.012876203283667564, -0.006256451830267906, 0.014601880684494972, -0.021183205768465996, 0.03266908600926399, -0.009347998537123203, 0.032417573034763336, 0.02948322333395481, 0.027163689956068993, 0.031886596232652664, -0.008684276603162289, -0.0005204976769164205, -0.017312660813331604, -0.019213000312447548, 0.024033717811107635, 0.016474274918437004, -0.0028994164895266294, -0.001416522078216076, 0.005009353160858154, -0.034206125885248184, -0.0062599447555840015, 0.01773185282945633, -0.03733609989285469, 0.0229298435151577, 0.006263438146561384, -0.018346669152379036, -0.02878456749022007, -0.016614004969596863, 0.0015789592871442437, 0.03633003681898117, 0.0033483020961284637, -0.01171643752604723, -0.00794370286166668, 0.005184016656130552, 0.0037098557222634554, -0.012939082458615303, -0.029734738171100616, -0.02759685553610325, -0.020554417744278908, 0.002438304480165243, 0.027834398671984673, 0.030209822580218315, -0.012268373742699623, 0.0016252452041953802, -0.029091976583003998, -0.020219063386321068, 0.007755065802484751, -0.008530572056770325, -0.002391145331785083, 0.006951612886041403, 0.023893985897302628, 0.011919046752154827, 0.026367222890257835, -0.005051272455602884, 0.031076155602931976, -0.00911045540124178, -0.01655811257660389, 0.018290776759386063, -0.01338622160255909, 0.0060433619655668736, -0.012736472301185131, -0.010270222090184689, 0.01672578975558281, -0.012317280285060406, -0.004013770259916782, -0.014336391352117062, 0.005037299357354641, -0.007300940342247486, 0.017368553206324577, 0.002784138545393944, -0.026730524376034737, -0.028169753029942513, -0.02945527620613575, 0.011360122822225094, -0.014252552762627602, 0.009599513374269009, -0.010766266845166683, 0.005215456243604422, 0.004726398270577192, -0.006354263052344322, 0.010402966290712357, -1.3345394108910114e-05, 0.03026571497321129, 0.010717361234128475, -0.0037028691731393337, -0.012079737149178982, 0.018178991973400116, -0.014490095898509026, -0.013567871414124966, -0.011492867954075336, -0.003458340186625719, 0.017829664051532745, 0.013358275406062603, 0.02763877436518669, -0.00490106176584959, -0.0071472362615168095, -0.007384778931736946, 0.01079421304166317, -0.0012217721669003367, 0.014224606566131115, 0.010801199823617935, -0.023027654737234116, -0.0007117543136700988, -0.02844921313226223, 0.01298100221902132, -0.02329314313828945, 0.0022182282991707325, 0.00489058205857873, 0.0059106177650392056, 0.00019704242004081607, -0.033060334622859955, 0.001957979518920183, -0.008265083655714989, -0.0006401422433555126, 0.01609700173139572, -0.002417344832792878, 0.028505105525255203, -0.012408104725182056, 0.027191635221242905, -0.009075522422790527, -0.01893353834748268, 0.004904555156826973, 0.0027649253606796265, 0.03180275484919548, 0.017131010070443153, 0.015859458595514297, -0.016362490132451057, 0.007762052118778229, -0.012834284454584122, -0.005498411599546671, -0.008139325305819511, -0.003566631581634283, 0.002684580162167549, 0.005617182701826096, -0.010298168286681175, -0.010745307430624962, -0.011402042582631111, 0.017284713685512543, -0.016376463696360588, 0.015035046264529228, 0.008104393258690834, -0.021867888048291206, -0.026227492839097977, 0.010871064849197865, -0.02625543810427189, 0.015188749879598618, -0.006749003194272518, 0.004279259126633406, -0.019031349569559097, 0.015202723443508148, -0.025333214551210403, -0.015090938657522202, 0.015775620937347412, 0.010416939854621887, -0.03183070197701454, -0.004265286028385162, 0.024886075407266617, 0.01305086724460125, 0.0007165576098486781, -0.015649862587451935, -0.015300534665584564, 0.034541480243206024, -0.016865521669387817, 0.010081585496664047, 0.006668657995760441, 0.011933020316064358, 0.0003309875901322812, -0.010738320648670197, 0.01062653586268425, -0.02898019179701805, -0.015454239211976528, -0.009019630029797554, 0.019157107919454575, 0.03937617316842079, -0.01875188946723938, -0.0025570758152753115, 0.00025631889002397656, -0.004778797272592783, -0.019688086584210396, -0.007133263163268566, 0.01397309172898531, -0.0199396014213562, -0.022524623200297356, -0.007203128654509783, -0.002649647416546941, 0.026185574010014534, 0.008614410646259785, -0.007720132824033499, -0.00013645597209688276, 0.02878456749022007, -0.012806338258087635, 0.015007100068032742, -0.028491133823990822, -0.001668037730269134, -0.009075522422790527, 0.014685719273984432, -0.00018252350855618715, -0.028071939945220947, -0.017284713685512543, -0.008481666445732117, -0.023810148239135742, 0.009941854514181614, 0.009941854514181614, 0.02128101885318756, 0.001973699079826474, 0.002756192348897457, 0.04066169634461403, -0.022175295278429985, 0.00277889845892787, -0.010933944024145603, -0.019785897806286812, 0.03060106933116913, -0.04001893475651741, 0.005180523730814457, 0.02895224466919899, 0.003842600155621767, -0.028421267867088318, -0.02326519787311554, 0.012121656909584999, 0.003954384941607714, -0.00902661681175232, -0.0341222882270813, 0.013784454204142094, 0.004101102240383625, -0.03129972517490387, 0.0009947094367817044, -0.002291586948558688, -0.016669897362589836, -0.014140767976641655, 0.028365375474095345, 0.013903225772082806, -0.010102544911205769, -0.010996823199093342, 0.002628687769174576, -0.00501633994281292, 0.016879495233297348, -0.007845890708267689, -0.012345226481556892, -0.020191116258502007, -0.0016042855568230152, -0.04247819632291794, -0.004331658128648996, 0.0022636407520622015, 0.0475364550948143, 0.004415496718138456, -0.0075314962305128574, -0.019003404304385185, -0.03129972517490387, -0.014336391352117062, -0.029203761368989944, -0.0079646622762084, 0.02009330503642559, 0.043120961636304855, 0.02362849749624729, 0.0038740395102649927, 0.03180275484919548, -0.017815692350268364, 0.02898019179701805, -0.027149716392159462, -0.021211152896285057, 0.003549165092408657, 0.022021591663360596, -0.011157513596117496, -0.0015318001387640834, -0.021644318476319313, -0.0036050574854016304, 0.012484957464039326, 0.0069551062770187855, 0.012820310890674591, -0.0014331152196973562, 0.0019160601077601314, 0.011346150189638138, -0.020372767001390457, -0.020889772102236748, 0.012946069240570068, 0.002336999634280801, 0.014518042095005512, -0.043763723224401474, -0.006441595032811165, 0.019520409405231476, 0.013588831759989262, 0.0031596652697771788, 0.01591535098850727, 0.023991797119379044, -0.018821753561496735, 0.00568355480208993, -0.013798427768051624, 0.004272272810339928, -0.014811476692557335, -0.01655811257660389, -0.003395461244508624, 0.006130693946033716, -0.01626467891037464, 0.03705663979053497, -0.0033168625086545944, -0.01840256154537201, -0.019464517012238503, 0.013735548593103886, -0.010130491107702255, 0.011108607985079288, -0.007175182458013296, -0.009878975339233875, -0.0073638190515339375, -0.0018793807830661535, -0.010319127701222897, -0.006291384343057871, -0.003177131526172161, -0.010333101265132427, 0.017857611179351807, -0.0199396014213562, 0.005886164493858814, -0.02545897290110588, 0.006190079264342785, -0.0070214783772826195, 0.021630344912409782, -0.0024557707365602255, -0.015188749879598618, -0.004925514571368694, -0.03320006653666496, -0.04641861096024513, 0.014853396452963352, -0.012876203283667564, -0.004590160679072142, -0.037755291908979416, 0.001154526718892157, -0.0029884949326515198, -0.004010277334600687, 0.02762480080127716, 0.20076537132263184, -0.0057848598808050156, 0.010361047461628914, 0.002384158782660961, -0.006605778820812702, -0.011492867954075336, 0.012701540254056454, -0.008886885829269886, -0.026492981240153313, 0.02979063056409359, 0.020652228966355324, 0.030852586030960083, -0.028002075850963593, -0.004747357685118914, 0.0047753038816154, -0.02241283841431141, -0.037252262234687805, -0.010263235308229923, -0.02626941166818142, -0.008258096873760223, -0.0034688198938965797, -0.0014270019019022584, -0.027582881972193718, -0.022706273943185806, 0.02830948308110237, -0.002057537669315934, 0.007286967243999243, 0.029175814241170883, 0.018528319895267487, -0.003989317454397678, -0.027037931606173515, -0.03605057671666145, 0.0010086825350299478, 0.010004733689129353, -0.007517523132264614, -0.01013747788965702, 0.015538077801465988, 0.01189110055565834, -0.007678213529288769, -0.005550810601562262, -0.0008292156271636486, -0.0038321202155202627, 0.00047814170829951763, -0.018486399203538895, 0.003011201275512576, 0.019185055047273636, -0.011492867954075336, -0.009892948903143406, 0.0029413357842713594, 0.011108607985079288, -0.01974397711455822, 0.024830183014273643, 0.01288319006562233, 0.02948322333395481, -0.0016103987582027912, -0.008195217698812485, -0.01625070534646511, -0.012708526104688644, -0.0037412953097373247, 0.008914832025766373, -0.005114151630550623, 0.01876586116850376, -0.022035565227270126, 0.004922021646052599, -0.009899934753775597, 0.02026098221540451, -0.032808817923069, -0.011688491329550743, 0.016851548105478287, -0.03881724923849106, 0.017340606078505516, 0.005145590752363205, 0.00448186881840229, -0.0014322418719530106, 0.013994051143527031, -0.020344821736216545, -0.007496563717722893, 0.014077889733016491, 0.001293384237214923, 0.019282866269350052, -0.011178473010659218, -0.018654076382517815, -0.00887291319668293, -0.026241466403007507, -0.040913213044404984, -0.03392666578292847, 0.03781118616461754, 0.007335872855037451, -0.006934146396815777, -0.016013162210583687, 0.005498411599546671, -0.005229429341852665, -0.002757938811555505, 0.00961348693817854, 0.00042006606236100197, 0.016334543004631996, -0.019492462277412415, 0.02675846964120865, -0.006983052473515272, -0.004055689554661512, -0.050135452300310135, 0.02073606662452221, 0.005942056886851788, -0.007503550034016371, -0.03417818248271942, -0.006783935707062483, -0.016823602840304375, 0.021057449281215668, -0.017452390864491463, 0.00025566390831954777, -0.0063437833450734615, -0.0277785062789917, 0.0020802440121769905, -0.0010479819029569626, 0.036553606390953064, 0.023907959461212158, -0.006969079375267029, -0.03912465646862984, -0.024327151477336884, -0.020051386207342148, 0.00012390202027745545, -0.028337428346276283, -0.009515674784779549, 0.025654595345258713, -0.004583173897117376, -0.015174777247011662, -0.02007933147251606, -0.01272948645055294, -0.003950891550630331, -0.01792747527360916, -0.0038915059994906187, -0.02190980687737465, -0.004611120093613863, -0.014839422889053822, 9.115258581005037e-05, -0.01574767380952835, 0.006892227102071047, -0.03549165278673172, -0.0073568327352404594, 0.027191635221242905, -0.015999188646674156, 0.012610714882612228, 0.010312141850590706, -0.015104911290109158, 0.012918123044073582, 0.012457011267542839, -0.0023020668886601925, 0.02206351049244404, -0.039767418056726456, -0.025403080508112907, -0.021993646398186684, 0.015132857486605644, 0.00870523601770401, 0.02327916957437992, 0.007293953560292721, -0.02109936811029911, -1.3829812814947218e-05, -0.0239498782902956, -0.025570757687091827, 0.007059904281049967, -0.054467108100652695, 0.005491424817591906, 0.016180839389562607, -0.0012523382902145386, -0.02626941166818142, -0.010591602884232998, -0.17952628433704376, 0.006581326015293598, 0.005005859769880772, -0.025165537372231483, 0.04270176589488983, -0.004621599800884724, 0.0015169536927714944, 0.01822091080248356, -0.002684580162167549, -0.02477429062128067, 0.003989317454397678, -0.04689369350671768, -0.0318586491048336, -0.003755268407985568, 0.002394638489931822, -0.0033762482926249504, 0.021127313375473022, 0.010193370282649994, 0.058351628482341766, 0.014839422889053822, 0.012743459083139896, -0.0374758318066597, 0.018151044845581055, 0.002721259603276849, -0.00030522470478899777, 0.013595817610621452, -0.01708909124135971, -0.01355389878153801, 0.016306597739458084, -0.03781118616461754, -0.031718917191028595, 0.0009475502301938832, -0.012030831538140774, 0.020512498915195465, 0.00255008926615119, -0.0016793909016996622, -0.01708909124135971, -0.009920895099639893, 0.012443037703633308, -0.0009492968674749136, 0.02206351049244404, 0.04102499783039093, -0.003947398159652948, 0.03143945708870888, 0.028421267867088318, 0.010829146020114422, -0.005072232335805893, -0.016013162210583687, 0.004432963207364082, 0.005180523730814457, 0.008188231848180294, -0.03093642368912697, -0.01574767380952835, 0.010423925705254078, 0.012345226481556892, 0.0004355674609541893, -0.029902415350079536, 0.012366185896098614, 0.006567352917045355, -0.019506435841321945, 0.01823488436639309, -0.02224516123533249, -0.007601361721754074, 0.001814755261875689, -0.0005846865242347121, -0.012457011267542839, -0.010165424086153507, -0.00246625067666173, -0.026479007676243782, 0.004831196274608374, -0.007461630739271641, -0.025039779022336006, -0.013868292793631554, 0.02175610326230526, 0.007510536815971136, 0.010989836417138577, -0.02661873959004879, 0.03082463890314102, -0.01675373688340187, -0.024522775784134865, -0.0001294694229727611, 0.020819906145334244, -0.02210543118417263, 0.011856167577207088, -0.008307002484798431, 0.008027540519833565, 0.020624283701181412, 0.016278650611639023, -0.01872394233942032, -0.02608776092529297, 0.023404927924275398, 0.0014304951764643192, -0.004569200798869133, -0.007552455645054579, 0.01639043539762497, 0.00896373763680458, 0.027163689956068993, 0.010689415037631989, -0.00602938886731863, 0.005865205079317093, -0.003419914050027728, 0.011492867954075336, -0.02558472938835621, 0.002684580162167549, 0.039264388382434845, 0.020344821736216545, 0.0005899264360778034, -0.008020554669201374, 0.04904555156826973, -0.01960424706339836, -0.019813843071460724, 0.00795068871229887, 0.0002847017312888056, 0.026884227991104126, 0.02643708884716034, 0.01822091080248356, 0.009858015924692154, -0.02346082031726837, 0.00944580975919962, -0.017773771658539772, 0.04700547829270363, 0.0012977508595213294, -0.03350747376680374, 0.022329000756144524, -0.0013449100079014897, -0.007908769883215427, -0.11703861504793167, -0.03160713240504265, -0.015132857486605644, 0.005830272566527128, -0.005547317210584879, -0.013602804392576218, -0.01264564786106348, 0.009927880950272083, 0.006057335063815117, 0.028547026216983795, -0.019157107919454575, -0.02059633657336235, -0.00878907460719347, 0.011339163407683372, -0.00711579667404294, 0.0035980709362775087, -0.024494828656315804, 0.011255324818193913, -0.004611120093613863, 0.047145210206508636, -0.012939082458615303, -0.01147190760821104, 0.0009580300538800657, -0.009976787492632866, -0.020498525351285934, -0.006525433622300625, -0.017144983634352684, 0.0037273222114890814, 0.0070214783772826195, 0.017326632514595985, 0.007119290065020323, -0.01838858798146248, 0.04449032247066498, 0.002757938811555505, 0.0075804018415510654, -0.017871582880616188, -0.033032387495040894, -0.023167384788393974, 0.004981406964361668, -0.005005859769880772, -0.00046504195779561996, 0.019841790199279785, 0.02594803087413311, -0.021672263741493225, 0.023041628301143646, -0.0013580097584053874, -0.02895224466919899, 0.0411926731467247, 0.0032679566647857428, 0.0034041942562907934, -0.02274819277226925, 0.015244642272591591, 0.006190079264342785, -0.005177030339837074, 0.034569427371025085, -0.019869735464453697, 0.03381488099694252, 0.016334543004631996, -0.02558472938835621, 0.009508688934147358, 0.020708121359348297, -0.01806720718741417, -0.0004903681692667305, 0.02663271129131317, -0.004960447549819946, 0.013574858196079731, -0.04054991155862808, -0.023740282282233238, 0.029259653761982918, -0.021546507254242897, -0.012750445865094662, 0.02393590472638607, -0.02058236300945282, 0.011590679176151752, -0.012596742250025272, 0.014811476692557335, -0.023404927924275398, 0.0020086318254470825, 0.009837056510150433, 0.001178979524411261, -0.0013361768797039986, 0.007748079020529985, -0.002331759547814727, -0.0016208785818889737, 0.03744788467884064, 0.01891956478357315, 0.013358275406062603, -0.009899934753775597, 0.009005657397210598, -0.04247819632291794, 0.008509612642228603, 0.008544545620679855, -0.00041962938848882914, -0.003419914050027728, -0.007217101752758026, 0.02040071412920952, 0.00031264792778529227, -0.0016689110780134797, -0.005302788224071264, 0.00472290487959981, -0.010773253627121449, -0.00017346283129882067, -0.03582700714468956, 0.021616371348500252, -0.007454644422978163, 0.012282347306609154, 0.0031753850635141134, -0.01893353834748268, -0.014755584299564362, -0.006899213884025812, -0.004268779419362545, 0.028323456645011902, 0.008265083655714989, 0.010256249457597733, -0.0028400307055562735, 0.010382006876170635, -0.000596912985201925, -0.011143540032207966, 0.007252034265547991, 0.0029448289424180984, 0.020023439079523087, -0.008146312087774277, -0.02713574282824993, -0.016320571303367615, 0.0027649253606796265, -0.000636212294921279, 0.020973609760403633, -0.012114670127630234, 0.0022182282991707325, 0.020554417744278908, -0.0033483020961284637, -0.015076965093612671, 0.018458453938364983, -0.027205608785152435, 0.013567871414124966, 0.01071037445217371, -0.008516599424183369, -0.01272948645055294, 0.013826373964548111, 0.027499044314026833, 0.04784386605024338, 0.007999594323337078, -0.023404927924275398, -0.011772328987717628, 0.017675960436463356, -0.016851548105478287, -0.013232517056167126, -0.006441595032811165, -0.012652634643018246, 0.014490095898509026, 0.0006903580506332219, 0.014259539544582367, 0.026241466403007507, 0.009592527523636818, 0.009627459570765495, -0.02378220111131668, -0.03110410086810589, -0.039264388382434845, -0.0025605689734220505, 0.009641433134675026, -0.022510649636387825, -0.024718398228287697, 0.03258524835109711, 0.02073606662452221, 0.0204146858304739, -0.004247819539159536, 0.009816097095608711, -0.008258096873760223, 0.003495019394904375, -0.0003687585995066911, 0.019017377868294716, -0.017787745222449303, 0.0029081497341394424, -0.014175700955092907, 0.01738252490758896, 0.002750952262431383, 0.019967546686530113, -0.003257476957514882, -0.009878975339233875, -0.005334227811545134, -0.017186902463436127, -9.38271259656176e-05, 0.025975976139307022, 0.011436975561082363, -0.022887922823429108, 0.0007689566700719297, 0.009368957951664925, 0.00821617804467678, -0.006682631094008684, 0.021825969219207764, 0.0008995177340693772, 0.003650470171123743, -0.04591557756066322, 0.007908769883215427, 0.007503550034016371, 0.011423001997172832, -0.001262818113900721, 0.005990962963551283, -0.02761082910001278, 0.04485362395644188, 0.023642471060156822, 0.030712854117155075, -0.011339163407683372, 0.012352212332189083, -0.013099772855639458, -0.017186902463436127, -0.008984697982668877, -0.00015839809202589095, -0.0010296421824023128, -0.02279011160135269, -0.001001695985905826, 0.002583275316283107, -0.005033805966377258, 0.015803566202521324, -0.009424850344657898, 0.01857023872435093, -0.02061031013727188, 0.009997746907174587, -0.007066891063004732, -0.006039868574589491, -0.002712526358664036, 0.03278087079524994, 0.021630344912409782, 0.005030313041061163, -0.001239238539710641, -0.02692614682018757, 0.027862343937158585, 0.02730342000722885, -0.012086723931133747, -0.017438417300581932, 0.019953574985265732, -0.009809110313653946, 0.006438101641833782, -0.013567871414124966, -0.016013162210583687, -0.01264564786106348, 0.002630434464663267, 0.007224088069051504, -0.005690541584044695, 0.012366185896098614, 0.03199837729334831, 0.06388497352600098, 0.009795136749744415, -0.009899934753775597, -0.0063787163235247135, 0.012568796053528786, -0.0010235289810225368, 0.015803566202521324, 0.0335354208946228, 0.018709968775510788, -0.038593679666519165, 0.033367741852998734, -0.005501904524862766, -0.00788082368671894, -0.03079669363796711, -0.009389917366206646, 0.017773771658539772, 0.012932095676660538, 0.002544849179685116, 0.01571972854435444, 0.010326114483177662, 0.026073789224028587, -0.013057854026556015, 0.03294854983687401, 0.008062473498284817, -0.02379617467522621, -0.006291384343057871, 0.037895023822784424, 0.013183611445128918, -0.019841790199279785, -0.03465326502919197, 0.0059525370597839355, -0.017019225284457207, -0.03043339215219021, -0.013379234820604324, -0.014532014727592468, 0.0006287891301326454, -0.012925109826028347, 0.012345226481556892, -0.0009623966761864722, 0.016460301354527473, 0.005966510158032179, 0.003081066533923149, -0.02878456749022007, -0.031187940388917923, 0.015314508229494095, 0.01692141406238079, 0.0011719930917024612, -0.007699173409491777, -0.03761555999517441], \"b68ea7c5-bd96-4553-a41f-455f798d1c36\": [-0.009354610927402973, 0.014753557741641998, 0.01630375161767006, -0.021448787301778793, -0.004577077459543943, 0.0071562775410711765, 0.004232961684465408, -0.009895842522382736, 0.0012678839266300201, -0.005816563498228788, 0.03287477791309357, 0.004232961684465408, 0.0020095708314329386, 0.009715432301163673, -0.006949139758944511, 0.004263029899448156, 0.01780048944056034, 0.011880355887115002, 0.011085214093327522, -0.019965412095189095, -0.02000550366938114, 0.0009321201941929758, 0.002889906754717231, 0.0036883894354104996, -0.017453031614422798, 0.006187407299876213, 0.026406731456518173, -0.024362079799175262, 0.0011634797556325793, -0.018882950767874718, 0.016931846737861633, -0.016343841329216957, -0.015608836896717548, -0.020259415730834007, -0.01956450194120407, -0.0026443481910973787, -0.021288422867655754, -0.011559627018868923, 0.024174988269805908, -0.0037518672179430723, 0.047895610332489014, -0.008546105585992336, -0.022277338430285454, -0.0024722900707274675, 0.01707884669303894, 0.05211854726076126, 0.017306029796600342, -0.018081126734614372, -0.03079003468155861, -0.005736381281167269, 0.033382598310709, 0.01296950038522482, -0.04271048307418823, -0.009087336249649525, -0.007363415323197842, 0.006454681511968374, -0.015836020931601524, -0.01824149116873741, 0.03648298233747482, -0.019203679636120796, -0.008432514034211636, 0.011446034535765648, 0.005265309941023588, 0.008987108245491982, -0.011499489657580853, 0.00022801864542998374, 0.01220776792615652, -0.0008490144973620772, -0.015408380888402462, -0.004059233237057924, 0.023386528715491295, -0.007283233106136322, 0.010677620768547058, -0.00424298457801342, 0.028785474598407745, -0.01884285919368267, -0.025858817622065544, 0.01000275183469057, 0.011365852318704128, -0.0057731312699615955, 0.013590913265943527, -0.011372534558176994, -0.023613711819052696, 0.02881220169365406, 0.007644053548574448, -0.00422627991065383, 0.01195385679602623, 0.019871866330504417, 0.0023052433971315622, -0.006491431966423988, -0.00275459885597229, 0.0027813264168798923, -0.00848596915602684, -0.0017974217189475894, 0.017319394275546074, 0.009134110063314438, 0.002851485973224044, 0.015662292018532753, -0.02528417855501175, -0.007142913993448019, -0.005442379042506218, -0.00019377408898435533, -0.024482354521751404, -0.015141106210649014, -0.006180725060403347, -0.023279618471860886, 0.02445562556385994, 0.0043599167838692665, 0.022838614881038666, -0.0092009287327528, 0.0036783667746931314, 0.04455467686057091, -0.010143071413040161, 0.00022718340915162116, 0.012328040786087513, 0.0115395812317729, 0.02727537415921688, -0.014673375524580479, -0.0164641160517931, -0.01729266718029976, -0.009488248266279697, 0.001270389650017023, 0.009648613631725311, -0.023506801575422287, -0.01228795014321804, 0.004400008358061314, -0.00038546009454876184, 0.002169935731217265, 0.01824149116873741, -0.005542607046663761, 0.03212640807032585, 0.001991195837035775, 0.029988210648298264, 0.002793019637465477, -0.00012340569810476154, 0.01637057028710842, -0.003352625761181116, -0.010069570504128933, -0.01861567609012127, -0.037658993154764175, 0.015101015567779541, 0.01928386278450489, 1.4512175766867585e-05, 0.00432316679507494, -0.012334723025560379, 0.017600033432245255, -0.00038420723285526037, 0.020793965086340904, -0.008298876695334911, -0.012735635042190552, 0.00045269637485034764, 0.00928111094981432, 0.0019193657208234072, -0.009401383809745312, 0.001336373039521277, 0.02990802749991417, -0.0013129864819347858, -0.0179073978215456, 0.0025975750759243965, -0.010096298530697823, 0.01967141032218933, 0.027088280767202377, 0.027195191010832787, 0.004296439234167337, 0.010871394537389278, 0.03332914412021637, 0.015608836896717548, -0.01751985028386116, 0.0030018279794603586, -0.0006978372693993151, 0.002330300398170948, 0.018254855647683144, -0.025765271857380867, 0.019029952585697174, 0.011185442097485065, 0.021729424595832825, -0.009815660305321217, 0.020673690363764763, -0.023266253992915154, -0.018548857420682907, -0.01603647693991661, 0.00362825277261436, 0.03311532363295555, 0.018201401457190514, -0.012054084800183773, 0.014913923107087612, 0.008693106472492218, -0.01002947986125946, 0.01104512345045805, 0.015194561332464218, -0.0008719834149815142, 0.013844824396073818, -0.01729266718029976, -0.010123025625944138, -0.6444525122642517, -0.0036917305551469326, 0.016998665407299995, -0.02221051976084709, -0.02175615355372429, 0.021675970405340195, -0.006805479526519775, -0.014967378228902817, -0.017252575606107712, 0.03212640807032585, 0.01113198697566986, 0.047842156141996384, 2.322992258996237e-05, -0.017252575606107712, 0.007984829135239124, -0.006020360626280308, 0.01591620221734047, -0.020900873467326164, -0.0012177699245512486, 0.0215957872569561, 0.0006013678503222764, 0.014833740890026093, -0.011258943006396294, -0.019203679636120796, 0.011673218570649624, -0.009100700728595257, 0.021635878831148148, -0.005235241260379553, 0.001992866164073348, 0.03757881000638008, -0.010009434074163437, 0.0012954466510564089, 0.01735948584973812, 0.018602311611175537, 0.060617879033088684, -0.011980583891272545, 0.006578296422958374, 0.0010407004738226533, 0.0033559666480869055, 0.04367266967892647, -0.025631634518504143, 0.005816563498228788, 0.04027828201651573, 0.02000550366938114, 0.0033409325405955315, -0.00011494896170916036, 0.06633755564689636, -0.007309960667043924, -0.01889631524682045, 0.0041594612412154675, 0.0010557346977293491, -0.029453661292791367, -0.005692949052900076, 0.01917695254087448, -0.017546577379107475, -0.014138826169073582, 0.021328512579202652, -1.226096173922997e-05, 0.007029321976006031, -0.00815187580883503, -0.022170428186655045, 0.0065883188508450985, -0.00396568700671196, -0.01686502806842327, -0.02445562556385994, 0.014539738185703754, 0.004827647469937801, -0.03653644025325775, 0.020687054842710495, -0.019150225445628166, 0.0019945367239415646, 0.0023804144002497196, -0.015782564878463745, -0.020205959677696228, 0.0058833821676671505, 0.03739171847701073, 0.014152190648019314, -0.038033176213502884, -0.018802767619490623, 0.009955978952348232, -0.012842544354498386, -0.004430076573044062, -0.04647905379533768, -0.012775725685060024, 0.023212799802422523, -0.010256662964820862, -0.0019527750555425882, -0.011252260766923428, 0.016490843147039413, -0.013036319054663181, -0.011980583891272545, -0.0015134424902498722, -0.007002594880759716, -0.012895999476313591, 0.01713230274617672, -0.0038086632266640663, 0.031084036454558372, 0.005950200837105513, -0.007203050423413515, -0.010791212320327759, -0.03354296460747719, -0.011740037240087986, -0.009401383809745312, -0.0013739585410803556, 0.014005189761519432, -0.00947488471865654, 0.0023921076208353043, 0.006130611058324575, 0.02655373141169548, -0.011907083913683891, 0.005362196825444698, -0.01873594895005226, 0.0055994028225541115, -0.026259729638695717, 0.02154233306646347, -0.02175615355372429, 0.012160994112491608, -0.007958101108670235, 0.0005403958493843675, -0.02964075282216072, 0.01917695254087448, -0.003170544980093837, 0.01697193831205368, -0.008793334476649761, 0.0025908933021128178, -0.005636153277009726, 0.008940335363149643, -0.0116531727835536, -0.012849226593971252, -0.0025123811792582273, 0.004717396572232246, 0.007877918891608715, 0.0056027439422905445, -0.011192124336957932, -0.002131514949724078, -0.011365852318704128, -0.008218694478273392, -0.015782564878463745, 0.016891755163669586, -0.019591229036450386, -0.011492808349430561, 0.0036482983268797398, 0.028384562581777573, 0.0017957512754946947, 0.007323324214667082, -0.006247543729841709, -0.020593509078025818, -0.03664334863424301, 0.0033342507667839527, 0.017172392457723618, 0.011452716775238514, -0.02044650726020336, -0.007443597540259361, 0.012622043490409851, -0.021168148145079613, -0.011486126109957695, 0.016397297382354736, -0.020406415686011314, -0.010209890082478523, -0.033302415162324905, -0.008659697137773037, 0.029293296858668327, -0.010437073186039925, -0.006822184193879366, -0.0030753284227102995, -0.02147551439702511, -0.012214449234306812, 0.025979092344641685, -0.03471897169947624, 0.0011826901463791728, -0.0002683186321519315, 0.0008644663030281663, -0.02215706557035446, 0.03867463394999504, 0.041454292833805084, 0.038033176213502884, -0.025431178510189056, -0.004463485907763243, 0.015381653793156147, 0.005171763710677624, 0.010871394537389278, 0.009454838931560516, 0.004052550997585058, -0.02825092524290085, 0.016784844920039177, 0.017653487622737885, 0.017827216535806656, 0.01614338532090187, -0.012895999476313591, 0.021074602380394936, -0.011586354114115238, 0.010978304781019688, -0.02154233306646347, -0.010009434074163437, -0.009501611813902855, 0.03503970056772232, -0.008559469133615494, 0.007523780222982168, 0.0008277160231955349, 0.03993082419037819, 0.0075438255444169044, 0.014392737299203873, 0.015622200444340706, -0.031752221286296844, 0.005108285695314407, -0.023667166009545326, -0.014860467985272408, -0.011419307440519333, 0.0013347025960683823, -0.011920447461307049, -0.011038441210985184, -0.008499332703649998, -0.02500353939831257, -0.010363573208451271, 0.0010674279183149338, 0.03894190862774849, 0.012214449234306812, 0.016290387138724327, -0.006584978196769953, -0.014553102664649487, 0.007203050423413515, -0.03172549605369568, -0.001254520146176219, 0.013751278631389141, -0.0016220227116718888, 0.030121847987174988, 0.0013931689318269491, -0.004486872348934412, -0.005766449496150017, -0.01762676052749157, 0.010009434074163437, 0.023840894922614098, 0.010503891855478287, 0.004857716150581837, -0.0020663668401539326, -0.0019795026164501905, 0.024041350930929184, -0.02021932415664196, 0.017453031614422798, -0.016437388956546783, -0.0193907730281353, 0.017947489395737648, 0.010690984316170216, 0.007463643327355385, 0.00909401848912239, 0.00977556873112917, 0.05075544863939285, 0.0048643979243934155, -0.013858187943696976, 0.0023236186243593693, -0.01476692222058773, 0.03183240443468094, -0.028331108391284943, 0.00428307568654418, 0.015889475122094154, -0.004804261028766632, 0.0017155688256025314, -0.0016078237676993012, 0.02632654830813408, 0.006544887088239193, -0.00446014478802681, -0.0019761614967137575, 0.016290387138724327, -0.003203954314813018, 0.022718342021107674, -0.010690984316170216, -0.016130022704601288, -0.01443282887339592, -0.02214370109140873, 0.025110449641942978, 0.007383461110293865, -0.02996148355305195, -0.033142052590847015, 0.024535808712244034, 0.020125778391957283, 0.013557503931224346, 0.012454996816813946, 0.025043630972504616, 0.004917852580547333, -0.010169798508286476, -0.02275843173265457, -0.014713467098772526, 0.0068388888612389565, 0.02043314278125763, -0.004707374144345522, -0.03597516193985939, -0.01956450194120407, 0.002965077757835388, -0.02385425940155983, 0.005261968821287155, -0.01518119778484106, 0.012094175443053246, 0.0006251719896681607, 0.008439195342361927, 0.0056328121572732925, 0.02138196863234043, 0.040411919355392456, -0.02440217137336731, 0.0014599874848499894, -0.0056060850620269775, -0.004232961684465408, -0.004891125485301018, -0.03453188017010689, -0.0007057720213197172, -0.008372376672923565, 0.006568273529410362, -0.006230839062482119, -0.014606556855142117, -0.0012536849826574326, -0.017479758709669113, 0.006411249749362469, -0.008739879354834557, -0.008325603790581226, -0.004760828800499439, -0.014392737299203873, -0.014459555968642235, -0.0010849678656086326, -0.0036048663314431906, 0.009180882945656776, 0.023987894877791405, -0.00025516372988931835, -0.014486283995211124, -0.018361765891313553, 0.006113906390964985, 0.026914551854133606, 0.014526374638080597, -0.006427954416722059, 0.006822184193879366, 0.0032824662048369646, -0.008599560707807541, -0.016571026295423508, -0.018495403230190277, -0.002295220736414194, -0.007343370001763105, 0.011005031876266003, 0.0009246030822396278, 0.02490999363362789, 0.005833268165588379, 0.011058486998081207, -0.004386644344776869, 0.010056206956505775, -0.0032807958777993917, 0.022731704637408257, -0.020152505487203598, 0.009788932278752327, -0.005248605273663998, 0.01917695254087448, 0.004430076573044062, 0.020900873467326164, 0.044153764843940735, 0.015448472462594509, 0.0051450361497700214, 0.011011714115738869, -0.0016086590476334095, 0.003594843437895179, 0.020566780120134354, 0.01206744834780693, 0.019350681453943253, -0.008399104699492455, 0.05778476968407631, -0.004760828800499439, -0.007423552218824625, 0.0021498901769518852, -0.038647908717393875, -0.00015368289314210415, 0.014579829759895802, 0.010657574981451035, -0.004042528569698334, -0.0036382756661623716, 0.001241991645656526, -0.0022267315071076155, 0.023720622062683105, -0.012388178147375584, 0.007350051775574684, 0.011973902583122253, 0.017479758709669113, -0.02616618387401104, 0.003768571885302663, 0.011993947438895702, -0.02627309411764145, 0.014245736412703991, 0.01206744834780693, -0.0072631873190402985, -0.037819355726242065, -0.00477753346785903, -0.01071771141141653, -0.01877604052424431, -0.011192124336957932, -0.010350208729505539, -0.00669522862881422, 0.009040563367307186, -0.010343527421355247, -0.015849383547902107, 0.011025077663362026, 0.010844667442142963, -0.012829180806875229, -0.005118308588862419, 0.005114967934787273, 0.016009747982025146, 0.025431178510189056, 0.013029636815190315, -0.01757330447435379, -0.005225218366831541, 0.03650971129536629, -0.011980583891272545, -0.023546893149614334, -0.0089536989107728, -0.013724550604820251, -0.015448472462594509, 0.018829496577382088, 0.029774390161037445, -0.02318607270717621, -0.016009747982025146, 0.026005819439888, 0.01785394363105297, -0.004677305463701487, 0.0011893720366060734, 0.0034845927730202675, 0.017706941813230515, 0.002358698286116123, -0.005048149265348911, 0.03332914412021637, 0.011753400787711143, -0.04070592299103737, 0.0088401073589921, 0.004934557247906923, -0.01184026524424553, 0.0018692517187446356, -0.005378901492804289, 0.005024762358516455, -0.014031916856765747, 0.025150541216135025, -0.011278988793492317, -0.0035814796574413776, 0.010463801212608814, -0.022678250446915627, 0.027395647019147873, 0.004466827027499676, -0.0016671253833919764, 0.017065484076738358, 0.0191635899245739, 0.02323952689766884, -0.003544729435816407, -0.015515291132032871, -0.011913765221834183, -0.017105575650930405, 0.021248331293463707, 0.013363730162382126, -0.011452716775238514, -0.001847535721026361, -0.001389827928505838, -0.02958729863166809, -0.009514976292848587, 0.0056328121572732925, -0.017706941813230515, 0.03800644725561142, 0.0019026610534638166, -0.029213113710284233, -0.03843408823013306, 0.00016245285223703831, 0.010650892741978168, 0.025644998997449875, -0.005666221491992474, 0.005128331482410431, -0.00737009709700942, -0.00759059889242053, -0.0028732020873576403, -0.03570788726210594, -0.016811572015285492, -0.03209967911243439, -0.019364045932888985, 0.020018868148326874, 0.014219009317457676, 0.02782328613102436, 0.01723921112716198, -0.012615361250936985, -0.026460185647010803, -0.015836020931601524, 0.005836609285324812, -0.016236932948231697, 0.011299033649265766, -0.002116480842232704, 0.0387815460562706, 0.018869586288928986, 0.015662292018532753, -0.007991510443389416, 0.00691573042422533, 0.00023553574283141643, -0.012020675465464592, 0.016450751572847366, -0.019136860966682434, -0.00572969950735569, -0.01701202802360058, 0.0071763233281672, 0.0032340227626264095, -0.016116658225655556, 0.020727146416902542, 0.010396982543170452, -0.006180725060403347, -0.004249666351824999, 0.0022384247276932, 0.0017097222153097391, -0.020727146416902542, -0.024869902059435844, -0.020727146416902542, 0.02787674218416214, -0.012274586595594883, 0.02660718746483326, -0.01641065999865532, 0.004760828800499439, 0.005779813509434462, -0.009134110063314438, 0.019364045932888985, 0.012575270608067513, 0.034130968153476715, 0.00546910660341382, -0.0025775295216590166, -0.0020045596174895763, 0.012074130587279797, -0.0008644663030281663, -0.011011714115738869, -0.01785394363105297, -0.0004055056779179722, 0.0025775295216590166, 0.03760553523898125, 0.017880670726299286, -0.0103034358471632, 0.006882321089506149, -0.032420407980680466, 0.006671842187643051, -0.03367660194635391, 0.02793019637465477, 0.022892069071531296, -0.023653803393244743, -0.012428268790245056, -0.01806776411831379, 0.027556011453270912, -0.023453347384929657, 0.021622516214847565, 0.017065484076738358, 0.0093145202845335, 0.010817939415574074, -0.018107853829860687, -0.011185442097485065, -0.009073972702026367, -0.016210203990340233, 0.024602627381682396, 0.012381495907902718, 0.026313185691833496, -0.003574797883629799, 0.03741844370961189, -0.019845139235258102, -0.020593509078025818, 0.005499174818396568, 0.008024919778108597, 0.025925636291503906, -0.006615046411752701, 0.011245579458773136, -0.003972368780523539, 0.0007195533253252506, -0.014085371978580952, 0.024749629199504852, -0.01972486637532711, 0.014459555968642235, -0.00580988172441721, -0.017813852056860924, -0.01492728665471077, -0.0038621181156486273, -0.008252103812992573, 0.01762676052749157, -0.019845139235258102, 0.016290387138724327, 0.003170544980093837, -0.004516941029578447, -0.03266095742583275, 0.023546893149614334, -0.01482037641108036, 0.016931846737861633, 0.0018776040524244308, 0.008653014898300171, -0.009929251857101917, -0.006458022631704807, -0.004410030785948038, -0.01476692222058773, 0.019524410367012024, 0.015782564878463745, -0.0402248278260231, -0.00277464441023767, 0.029400207102298737, 0.025244086980819702, -0.006220816634595394, -0.03739171847701073, -0.009033882059156895, 0.026019182056188583, -4.236198219587095e-05, 0.007076095324009657, 0.01873594895005226, -0.011786810122430325, -0.01575583778321743, -0.008158557116985321, 0.0039055501110851765, -0.04431413114070892, -0.01923040859401226, -0.008673060685396194, 0.01637057028710842, 0.03405078500509262, -0.019350681453943253, -0.004934557247906923, -0.0015577097656205297, 0.0013614300405606627, -0.02441553585231304, -0.008973744697868824, -0.01361095905303955, 0.0012227813713252544, -0.02549799717962742, -0.005559311714023352, 0.0010632517514750361, 0.024201715365052223, 0.01746639609336853, -0.008559469133615494, 0.008699788711965084, 0.02215706557035446, -0.016677934676408768, 0.03129785507917404, -0.01972486637532711, 0.003661662107333541, -0.009722113609313965, 0.01780048944056034, -0.007737599778920412, -0.034398242831230164, -0.004072596784681082, -0.022838614881038666, -0.015328198671340942, -0.0013372082030400634, 0.0023703917395323515, 0.024615991860628128, -0.0038520952221006155, -0.013016273267567158, 0.042657025158405304, -0.005155059043318033, 0.006294317077845335, -0.017773760482668877, -0.018655767664313316, 0.02082069218158722, -0.04746796935796738, 0.006792115978896618, 0.03316877782344818, 0.016557661816477776, -0.02154233306646347, -0.017827216535806656, 0.023439982905983925, 0.005058171693235636, -0.008579514920711517, -0.02369389310479164, 0.01949768327176571, 0.014085371978580952, -0.03343605250120163, -0.0027462465222924948, -0.0006126434891484678, -0.022731704637408257, -0.006518159527331591, 0.021689334884285927, 0.030148575082421303, 0.0023787440732121468, -0.014085371978580952, -0.0022217200603336096, -0.017105575650930405, 0.02180960774421692, 0.012728952802717686, 0.0008164403843693435, 0.0018408538307994604, -0.013210047036409378, -0.04335194081068039, -0.021582424640655518, -0.00801155623048544, 0.04188193008303642, 0.015060923993587494, -0.01889631524682045, -0.031057309359312057, -0.024602627381682396, -0.02055341750383377, -0.03322223201394081, -0.025631634518504143, 0.00014564377488568425, 0.053802378475666046, 0.010430391877889633, 0.0010774506954476237, 0.03918245807290077, -0.014192281290888786, 0.04313812032341957, -0.03920918330550194, -0.00867974292486906, 0.014058643952012062, -0.015849383547902107, -0.008218694478273392, -0.001551027991808951, -0.015395017340779305, -0.0015961305471137166, 0.02412153221666813, 0.014873831532895565, -0.001712227938696742, 0.024161623790860176, -0.012087494134902954, -0.0052118548192083836, -0.028892384842038155, -0.023399891331791878, 0.007183005101978779, -0.005756426602602005, 0.01900322362780571, -0.04006446152925491, 0.0038320496678352356, 0.02964075282216072, 0.015996385365724564, -0.00963524915277958, 0.013363730162382126, 0.019297227263450623, -0.012495087459683418, 0.008131830021739006, -0.016891755163669586, -0.005956882610917091, -0.010811258107423782, -0.01536829024553299, -0.00212149228900671, 0.009855750948190689, -0.01663784496486187, 0.018936404958367348, -0.011532898992300034, -0.023840894922614098, -0.017894035205245018, 0.021742789074778557, -0.004590441472828388, 0.03279459476470947, 0.007062731310725212, -0.02881220169365406, -0.018441947177052498, -0.006194089073687792, 4.251858626957983e-05, -0.010911486111581326, -0.006962503306567669, -0.016731390729546547, 0.006775411311537027, -0.021462149918079376, -0.0012561905896291137, -0.0006193253793753684, -0.013737915083765984, 0.0011292352573946118, 0.02138196863234043, -0.00820532999932766, 0.0010415357537567616, -0.007677462883293629, -0.017212484031915665, -0.041507747024297714, 0.012842544354498386, -0.006204111967235804, 0.0060270424000918865, -0.033195506781339645, -0.019577864557504654, 0.000679879798553884, 0.018695859238505363, -0.0009680351940914989, 0.22771796584129333, -0.00999607052654028, 0.0026493596378713846, -0.006929093971848488, -0.010984986089169979, 0.00914079137146473, 0.021836334839463234, -0.012595315463840961, -0.018709221854805946, 0.034398242831230164, 0.014125462621450424, 0.026366639882326126, -0.012601997703313828, 0.0001599471434019506, -0.0016462445491924882, -0.03359641879796982, -0.031244400888681412, -0.027008099481463432, -0.023119254037737846, -0.003735162550583482, -0.0064179315231740475, -0.00771087221801281, -0.040625739842653275, -0.022437702864408493, 0.02611272968351841, 0.005702971946448088, 0.022183792665600777, 0.02352016605436802, 0.01586274802684784, 0.009461521171033382, -0.029560571536421776, -0.029186386615037918, -0.006304339971393347, -0.0005236911820247769, -0.012902681715786457, -0.016931846737861633, 0.02313261665403843, 0.0014048621524125338, 0.0005349668208509684, 0.0029968165326863527, 0.013550822623074055, 0.008178602904081345, 0.004029164556413889, -0.03373005613684654, 0.00782446376979351, 0.02408144250512123, 0.012348086573183537, -0.017279302701354027, 0.031164219602942467, 0.01917695254087448, -0.01642402447760105, 0.024174988269805908, 0.01598302088677883, 0.02819747105240822, 0.014726830646395683, -0.02281188778579235, 0.0031822382006794214, 0.0032239998690783978, 0.0020329575054347515, 0.024722900241613388, -0.017332758754491806, 0.00890024472028017, 0.002652700524777174, 0.018856223672628403, -0.006010337732732296, 0.036108799278736115, -0.013564186170697212, -0.006615046411752701, 0.01647747866809368, -0.03602861613035202, 0.006371158175170422, -0.008967063389718533, -0.0009296144708059728, 0.0011492808116599917, 0.016624480485916138, -0.007363415323197842, 6.232927262317389e-05, 0.0328480489552021, 0.009902523830533028, 0.020834054797887802, -0.015381653793156147, -0.03944973275065422, 0.0025925636291503906, -0.02369389310479164, -0.02473626472055912, -0.029988210648298264, 0.01734612137079239, -0.00763069000095129, -0.010543983429670334, -0.015555381774902344, -0.007684145122766495, -0.03167204186320305, -0.0043632579036056995, 0.015207924880087376, 0.0029416910838335752, 0.0064814090728759766, -0.015595473349094391, 0.020954329520463943, -0.01977832056581974, -0.010637529194355011, -0.03057621419429779, 0.007323324214667082, 0.004099324345588684, 0.007002594880759716, -0.012575270608067513, -0.008733198046684265, -0.005108285695314407, -0.009067291393876076, -0.004560372792184353, 0.00021350647148210555, -0.006795456632971764, -0.03276786580681801, 0.01409873552620411, 0.0024773015175014734, 0.02539108693599701, 0.009514976292848587, -0.0005504186265170574, -0.01591620221734047, -0.002442221622914076, -0.008713152259588242, -0.009020517580211163, -0.03228677064180374, -0.0057129948399960995, 0.008606242015957832, 0.014259099960327148, -0.005124990362673998, -0.0052085136994719505, -0.008519378490746021, 0.010423709638416767, -0.030041664838790894, -0.008292194455862045, -0.0269947350025177, -0.01022325363010168, -0.003040248528122902, 0.001852547051385045, -0.005702971946448088, 0.002562495181336999, -0.04565050080418587, -0.01333700306713581, 0.018054399639368057, 0.0012745658168569207, -0.011111942119896412, 0.02242434024810791, -0.006254225969314575, 0.006534864194691181, 0.01451301109045744, 0.005582698155194521, 0.011118623428046703, -0.023119254037737846, -0.007142913993448019, -0.02760946750640869, 0.028224198147654533, 0.00925438292324543, 0.013504049740731716, 0.002373732626438141, -0.0240680780261755, 0.002632654970511794, -0.03904882073402405, -0.014994105324149132, -0.0008803357486613095, -0.04458140581846237, 0.008439195342361927, 0.010089616291224957, 0.019377408549189568, -0.019016588106751442, -0.017332758754491806, -0.1698797345161438, 0.014058643952012062, 0.009521657600998878, -0.02148887887597084, 0.03212640807032585, -0.0025157222989946604, 0.010998349636793137, 0.01107853278517723, 0.004259689245373011, -0.025538088753819466, -0.01184694655239582, -0.0358147956430912, -0.03685716912150383, 0.0029032703023403883, -0.003962345886975527, -0.00018427331815473735, 0.03723135218024254, 0.013096455484628677, 0.046746328473091125, 0.013584231957793236, 0.029132932424545288, -0.048109427094459534, 0.013403821736574173, -0.007837828248739243, -0.0012687190901488066, 0.014660011976957321, -0.018214764073491096, -0.024054713547229767, 0.023880986496806145, -0.04391321912407875, -0.02170269750058651, -0.00031216838397085667, -0.008305558003485203, 0.016824936494231224, -0.0029734300915151834, -0.01256190612912178, -0.007022640202194452, -0.017586668953299522, -0.0065549095161259174, 0.005248605273663998, 0.011519535444676876, 0.030389122664928436, -0.017118938267230988, 0.021168148145079613, 0.02082069218158722, 0.014673375524580479, 0.0003662497329059988, 0.0019694797229021788, -0.0028381221927702427, -0.007390142884105444, 0.003989073447883129, -0.021622516214847565, -0.0125284967944026, 0.013898279517889023, 0.02450908161699772, -0.0039423005655407906, -0.008806698024272919, 0.015074287541210651, -0.013109819032251835, -0.01972486637532711, 0.0014608227647840977, -0.017666852101683617, -0.004673964809626341, 0.002450573956593871, -0.0230791624635458, -0.0010390300303697586, -0.00980897806584835, -0.005609425716102123, -0.030442576855421066, -0.004921193700283766, 0.01151285320520401, -0.004797579254955053, -0.008766607381403446, -0.002565836301073432, -0.006194089073687792, 0.01361095905303955, -0.03961009532213211, 0.016891755163669586, -0.0028230880852788687, -0.02496344782412052, -0.004353235010057688, -0.002256799954921007, -0.01729266718029976, 0.0157023835927248, -0.022183792665600777, 0.00782446376979351, 0.015408380888402462, 0.00020045595010742545, -0.012541861273348331, -0.042229387909173965, 0.028785474598407745, -0.007837828248739243, -0.008305558003485203, -0.025257449597120285, -0.005799858830869198, -0.005799858830869198, 0.03378351032733917, 0.0065582506358623505, 0.0009763875277712941, 0.008379058912396431, -0.00875992514193058, 0.003935618791729212, -0.00958179496228695, 0.010550664737820625, 0.03207295387983322, 0.020633598789572716, 0.010183162055909634, -0.006287635304033756, 0.05051489919424057, -0.0196179561316967, -0.024108169600367546, 0.022290702909231186, -0.002560824854299426, 0.010757802985608578, 0.01244831457734108, 0.0035781387705355883, 0.015608836896717548, -0.020580144599080086, 0.0004681481805164367, -0.02138196863234043, 0.042336296290159225, 0.0023269595112651587, -0.01451301109045744, 0.014138826169073582, 0.004827647469937801, -0.008365695364773273, -0.10300762951374054, -0.01474019419401884, 0.0033643189817667007, 0.004734101239591837, -0.001162644475698471, -0.004349894355982542, -0.012548542581498623, 0.029266569763422012, 0.008031602017581463, 0.036776985973119736, -0.02226397395133972, -0.020139141008257866, -0.002580870408564806, 0.007857873104512691, -0.010370254516601562, -0.007503734435886145, -0.020780600607395172, 0.01292272750288248, -0.007309960667043924, 0.04818961024284363, -0.005926814395934343, -0.00501473993062973, -0.014954013749957085, -0.0047240788117051125, -0.01723921112716198, 0.002721189521253109, -0.018588948994874954, -0.014807012863457203, 0.003357637207955122, -0.006611705757677555, 0.012013993225991726, -0.014379373751580715, 0.03079003468155861, -0.007363415323197842, 0.003918914124369621, 0.0020246051717549562, -0.03373005613684654, -0.010998349636793137, 0.025190630927681923, -0.008105101995170116, -0.009147473610937595, 0.009641931392252445, 0.010958258993923664, -0.0505683571100235, 0.014178917743265629, 0.009768886491656303, -0.03234022855758667, 0.05997642129659653, 0.018201401457190514, 0.005385583266615868, -0.027502557262778282, 0.013550822623074055, -0.0027813264168798923, -0.011412625201046467, 0.02275843173265457, -0.023613711819052696, 0.009327883832156658, -0.0017389553831890225, -0.0027228600811213255, 0.01637057028710842, 0.008592878468334675, -0.01319668348878622, 0.008947017602622509, 0.04271048307418823, 0.03041584976017475, 0.01685166358947754, -0.03370332717895508, -0.015448472462594509, 0.024215079843997955, -0.02004559524357319, -0.01492728665471077, 0.03228677064180374, -0.02809056080877781, 0.03001493774354458, -0.010430391877889633, 0.0071562775410711765, -0.010851348750293255, -0.020860783755779266, 0.011786810122430325, 0.009628567844629288, -0.007871237583458424, -0.008606242015957832, -0.0013054694281890988, -0.0031722155399620533, 0.0021832995116710663, 0.019404135644435883, 0.0013397139264270663, -0.008960381150245667, -0.002295220736414194, -0.04546340927481651, 0.009935933165252209, 0.02809056080877781, -0.01773367077112198, 0.01071103010326624, -0.0028147357515990734, 0.01322341151535511, 0.012080811895430088, -0.025150541216135025, 0.006518159527331591, 0.009661977179348469, 0.003376012435182929, -0.013764642179012299, -0.023426618427038193, 0.024749629199504852, 0.0007809429662302136, 0.02066032774746418, 0.0115395812317729, -0.02948038838803768, -0.01492728665471077, -0.012541861273348331, -0.00035434766323305666, 0.0035714569967240095, -0.0004084290121681988, 0.01608993113040924, -0.0032941594254225492, -0.005358855705708265, 0.008419150486588478, -0.0047508059069514275, 0.021288422867655754, 0.0017539896070957184, -0.0013656062074005604, -0.0017673532711341977, -0.024375444278120995, -0.015608836896717548, -0.0065549095161259174, -0.017105575650930405, 0.014539738185703754, -0.003768571885302663, 0.0053488328121602535, 0.00443675834685564, -0.016103295609354973, -0.023867622017860413, 0.01222781278192997, -0.015154469758272171, 0.027368919923901558, 0.01482037641108036, 0.013584231957793236, -0.034799154847860336, 0.014205644838511944, 0.014459555968642235, 0.03888845443725586, 0.002509040292352438, -0.018655767664313316, -0.008145193569362164, 0.034237876534461975, -0.028331108391284943, -0.008245421573519707, -0.010356890968978405, -0.04546340927481651, 0.005051489919424057, -0.002363709732890129, -0.0013981802621856332, 0.028491472825407982, 0.006718615535646677, -0.010350208729505539, -0.009708750061690807, -0.026192910969257355, -0.037979722023010254, -0.010310118086636066, 0.028331108391284943, -0.017199121415615082, -0.028571655973792076, 0.027368919923901558, 0.003087021643295884, 0.004707374144345522, -0.0033877056557685137, 0.01778712496161461, 0.007831146009266376, -0.0006468880455940962, -0.0027512579690665007, 0.0072631873190402985, -0.010971622541546822, 0.0002781326475087553, 0.007510416209697723, 0.00725650554522872, 0.010998349636793137, 0.0031271129846572876, 0.01702539250254631, 0.000415319693274796, -0.01327686570584774, 7.151683530537412e-05, 0.010784530080854893, 0.0007416870212182403, 0.00892028957605362, -0.013256820850074291, -0.0018859563861042261, 0.008145193569362164, 0.012916045263409615, -0.004516941029578447, 0.00663843285292387, 0.006321044638752937, -0.005545948166400194, -0.014392737299203873, 0.009180882945656776, -0.00495794415473938, 0.01658438891172409, -0.0010899791959673166, 0.0028815544210374355, -0.027689648792147636, 0.020914237946271896, 0.015234652906656265, 0.020246051251888275, 0.01339045725762844, 0.0037318216636776924, -0.016063204035162926, -0.00699591264128685, -0.00699591264128685, 0.002654370851814747, -0.021007783710956573, -0.022878706455230713, 0.0054924930445849895, 0.007730918005108833, 0.0039055501110851765, 0.008165239356458187, 0.007951419800519943, 0.009621885605156422, -0.02760946750640869, 0.02556481584906578, -0.007871237583458424, -0.021355241537094116, 0.0040492103435099125, 0.022678250446915627, 0.011258943006396294, 0.021087966859340668, 0.01824149116873741, -0.020312869921326637, 0.014673375524580479, 0.00826546736061573, -0.00936797447502613, -0.02726200968027115, 0.014954013749957085, -0.005074876360595226, 0.00039569169166497886, -0.006407908629626036, -0.020018868148326874, -0.006571614183485508, -3.275680137448944e-05, -0.003835390554741025, -0.002151560503989458, 0.00592347327619791, 0.0220902469009161, 0.045703958719968796, 0.001857558498159051, -0.02186306193470955, -0.004683987237513065, 0.024776356294751167, 0.002353687072172761, -0.004099324345588684, 0.023987894877791405, 0.019070042297244072, -0.02891911193728447, 0.023119254037737846, 0.0014240725431591272, -0.00039193316479213536, -0.029132932424545288, -0.02964075282216072, 0.019243771210312843, 0.0035915025509893894, 0.009301155805587769, 0.009782250970602036, 0.011058486998081207, 0.02814401499927044, -0.006043747067451477, 0.018762677907943726, 0.0004577077634166926, -0.0125284967944026, -0.013169956393539906, 0.03266095742583275, 0.022116973996162415, -0.022998979315161705, -0.016758117824792862, -0.008412468247115612, -0.02441553585231304, -0.030335668474435806, -0.020312869921326637, 0.002562495181336999, -0.0005403958493843675, -0.009501611813902855, -0.004376621451228857, -0.014633284881711006, 0.014606556855142117, 0.002146549057215452, -0.012454996816813946, -0.021582424640655518, -0.04198884218931198, 0.027422374114394188, 0.01824149116873741, 0.011492808349430561, -0.004389985464513302, -0.04367266967892647], \"243aed5e-5e66-44e6-9994-3a65bd534bbe\": [-0.0075648752972483635, -0.0020510880276560783, 0.01698015071451664, -0.026735574007034302, -0.016327068209648132, 0.015946103259921074, 0.003683794755488634, -0.007251939736306667, -0.014653543941676617, -0.015687592327594757, 0.03659984469413757, 0.00772814592346549, 0.0022670815233141184, -0.0042654466815292835, 0.010945938527584076, 7.047426333883777e-05, 0.014177338220179081, 0.0039423066191375256, 0.01481681503355503, -0.02666754461824894, -0.008721375837922096, -0.0012559937313199043, -0.011129618622362614, -0.00445252750068903, -0.0310758538544178, -0.0009056421113200486, 0.031103065237402916, -0.03374260663986206, 0.006959413178265095, -0.016327068209648132, 0.00799346063286066, -0.02272183634340763, -0.01870809867978096, -0.006343746557831764, -0.002887850161641836, -0.008564908057451248, -0.035103198140859604, -0.015034508891403675, 0.025075655430555344, 0.00078106316505, 0.038613516837358475, -0.015728410333395004, -0.01570119708776474, -0.002690564841032028, 0.011088800616562366, 0.04269528388977051, 0.010292856022715569, 0.0036123639438301325, -0.02400078997015953, -0.0030171063262969255, 0.030205076560378075, 0.015347444452345371, -0.049416594207286835, -0.017238663509488106, -0.0058131166733801365, 0.017048180103302002, -0.0018112842226400971, -0.008469667285680771, 0.009762226603925228, -0.01581004448235035, 0.00463620712980628, -0.008993493393063545, -0.0037348170299082994, -0.008483272977173328, -0.01216366607695818, 0.0045103528536856174, -0.0002125920436810702, 0.007721343077719212, -0.0028266238514333963, -0.007925431244075298, 0.01378276664763689, -0.012000394985079765, 0.007231530733406544, -0.010184008628129959, 0.02717096358537674, -0.021116342395544052, -0.026272974908351898, 0.007666919380426407, 0.0041906144469976425, -0.016898516565561295, 0.032273173332214355, -0.018109440803527832, -0.013490240089595318, 0.04272249713540077, 0.0100547531619668, 0.02733423374593258, 0.02110273577272892, 0.020136717706918716, 0.0008665251662023365, -0.025987250730395317, -0.0023147021420300007, 0.005156632512807846, -0.006000197492539883, 0.008653346449136734, 0.007646510377526283, 0.02355179563164711, 0.011626233346760273, 0.018735311925411224, -0.019007429480552673, -0.003816452343016863, -0.012265710160136223, -0.007558071985840797, -0.029470358043909073, -0.02142927795648575, -0.006095438729971647, -0.01024523563683033, 0.030205076560378075, -0.003860671538859606, 0.025075655430555344, -0.0034831080120056868, 0.0027636964805424213, 0.03164730221033096, -0.0038096492644399405, -0.009435685351490974, -0.006132855080068111, 0.00690498948097229, 0.011408539488911629, -0.003925299271941185, -0.013122881762683392, -0.0336337611079216, -0.005853934213519096, 0.018027804791927338, 0.015156961977481842, -0.013204516842961311, -0.005353917833417654, -0.003864072961732745, -0.0026157323736697435, -0.005479772575199604, 0.016558369621634483, 0.0033453484065830708, 0.04383818060159683, 0.012626266106963158, 0.02517089806497097, -0.00356474332511425, -0.005898153409361839, 0.019116276875138283, -0.00187591218855232, -0.007115880958735943, -0.02049047127366066, -0.028871700167655945, 0.02483074925839901, 0.04242316633462906, -0.004299461375921965, 0.013374590314924717, -0.01726587489247322, 0.012980019673705101, -0.002008569659665227, 0.027034904807806015, -0.022789865732192993, -0.01904824748635292, 0.006200884468853474, -0.0007763861212879419, -0.002328308066353202, 0.0034899108577519655, -0.009639773517847061, 0.01498008519411087, -0.010013935156166553, -0.0112180570140481, -0.0012704500695690513, -0.022027935832738876, 0.025483833625912666, 0.0326269268989563, 0.026096098124980927, 0.0010595587082207203, 0.022925926372408867, 0.03991968184709549, 0.009061522781848907, -0.007646510377526283, 0.006401571445167065, 0.00785059854388237, -0.00046727730659767985, 0.019415605813264847, -0.0183271337300539, 0.02583758533000946, 0.012320133857429028, 0.024368150159716606, -0.007530860602855682, 0.006646477617323399, -0.02187827229499817, -0.009320034645497799, -0.011490174569189548, 0.002336811739951372, 0.035266466438770294, 0.019306758418679237, -0.021143553778529167, 0.008564908057451248, 0.0029456752818077803, -0.014136520214378834, 0.02144288271665573, 0.01144255418330431, 0.01144255418330431, -0.0067621273919939995, -0.0023997388780117035, -0.014299791306257248, -0.6199932098388672, -0.013265742920339108, 0.015483503229916096, -0.023007560521364212, -0.015565138310194016, 0.02738865837454796, 0.0010638105450198054, 0.005282486788928509, -0.006646477617323399, 0.04247758910059929, 0.023905549198389053, 0.029769688844680786, 0.01069422997534275, -0.025851191952824593, 0.0019915623124688864, -0.004435520153492689, 0.011401736177504063, -0.0009592152782715857, 0.014190943911671638, 0.016667215153574944, -0.008918661624193192, 0.001977956388145685, 0.0016480134800076485, -0.01144255418330431, 0.0007870157132856548, -0.0005739984917454422, 0.017293086275458336, 0.0038470656145364046, 0.0005880295648239553, 0.021755818277597427, -0.026436245068907738, -0.004081767052412033, 0.01358548179268837, 0.02083061821758747, 0.06340344995260239, -0.01586446911096573, -0.013578678481280804, 0.008149928413331509, 0.010918727144598961, 0.033660974353551865, -0.031266335397958755, -0.005724678281694651, 0.03597397357225418, 0.006925398483872414, 0.012048016302287579, 0.008558104746043682, 0.05774340033531189, 0.0038776788860559464, -0.01998705230653286, 0.008524090051651001, -0.005003566388040781, -0.005979788955301046, 0.008081899024546146, 0.029606416821479797, -0.016830487176775932, -0.01865367591381073, 0.028164193034172058, 0.005571612156927586, 0.009333641268312931, -0.020844224840402603, -0.02416406199336052, 0.0048641059547662735, -0.003374260850250721, -0.0058607375249266624, -0.024912385269999504, 0.008258775807917118, 0.009231596253812313, -0.03752504661679268, 0.04288576543331146, -0.019755752757191658, 0.01074185036122799, 0.006973018869757652, 0.008320001885294914, -0.025415804237127304, 0.006275717169046402, 0.019919022917747498, 0.020422441884875298, -0.01372834388166666, -0.004061358515173197, 0.007939036935567856, -0.015605956315994263, 0.0032603114377707243, -0.03687196224927902, -0.011476568877696991, 0.024762719869613647, -0.004401505459100008, -0.0198782067745924, -0.019021034240722656, 0.021728606894612312, -0.019306758418679237, -0.01310927513986826, -0.010837092064321041, -0.010374491102993488, -0.02210957184433937, 0.022014331072568893, 0.012850763276219368, 0.019347576424479485, 0.015687592327594757, -0.0037042037583887577, -0.021919090300798416, -0.009217990562319756, -0.02551104500889778, -0.020014265552163124, 0.0036803933326154947, 0.03322558477520943, -0.012014001607894897, -0.0004953394527547061, -0.004336877726018429, 0.010027540847659111, -0.01892579346895218, 0.019837388768792152, -0.011735080741345882, -0.018748916685581207, -0.023959973827004433, -0.005098807625472546, -0.031157489866018295, 0.01804141141474247, 0.004364089574664831, 0.00826557818800211, -0.01155820395797491, 0.02677639201283455, 0.008775799535214901, 0.01545629184693098, -0.02027277648448944, 0.006772331893444061, -0.010524156503379345, 0.012993625365197659, -0.0033334430772811174, -0.010204417631030083, -0.004098774399608374, 0.0036055610980838537, -0.01036088541150093, 0.019184306263923645, -0.018612857908010483, 0.014680756255984306, -0.010673820972442627, -0.01063300296664238, -0.014844026416540146, 0.020299987867474556, -0.022980349138379097, -0.021538125351071358, 0.01670803315937519, 0.03183778375387192, 0.011068391613662243, 0.0165855810046196, 0.0011956176022067666, -0.028654005378484726, -0.0265042744576931, 0.0027926089242100716, 0.006973018869757652, -0.001006835955195129, -0.012075227685272694, 0.0015536226565018296, 0.014177338220179081, -0.013116078451275826, -0.009653379209339619, 0.008918661624193192, -0.00566685339435935, -0.01275552250444889, -0.023987185209989548, -0.007646510377526283, 0.04389260336756706, -0.0007619298412464559, -0.003426983719691634, -0.007476436905562878, -0.008666952140629292, -0.004398104269057512, 0.01638149283826351, -0.03281740844249725, 0.006874375976622105, -0.0028623391408473253, 0.0012381360866129398, -0.02617773413658142, 0.030041806399822235, 0.02560628578066826, 0.025415804237127304, -0.0303411353379488, -0.016054950654506683, -0.0003580049960874021, 0.01211604569107294, 0.014286184683442116, -0.00019143913232255727, 0.0011462962720543146, -0.024422572925686836, 0.029143817722797394, 0.011510583572089672, 0.017850928008556366, 0.016612792387604713, 0.002008569659665227, 0.024735508486628532, -0.012701098807156086, 0.01982378214597702, -0.02504844404757023, -0.0018146856455132365, -0.017973382025957108, 0.025660710409283638, 0.003098741639405489, 0.012544631026685238, 0.007061457261443138, 0.02677639201283455, 0.012966413982212543, 0.011680657044053078, 0.014884844422340393, -0.04114421457052231, 0.005564809311181307, -0.024068821221590042, 0.0036123639438301325, -0.019619693979620934, -0.008653346449136734, -0.008959478698670864, -0.009517320431768894, -0.008680557832121849, -0.03336164355278015, -0.014150125905871391, 0.006581849418580532, 0.013048049062490463, -0.005102208815515041, 0.01593249849975109, -0.01570119708776474, -0.02917102910578251, -0.010007132776081562, -0.028164193034172058, -0.0022857896983623505, 0.02927987650036812, -0.019388394430279732, 0.028191404417157173, 0.0037688317243009806, 0.0012653478188440204, 0.023306891322135925, -0.01982378214597702, 0.008143125101923943, 0.030803736299276352, 0.023034771904349327, -0.001792576047591865, -0.006435586139559746, 0.0015553233679383993, 0.0044627320021390915, -0.03915775194764137, 0.012027607299387455, -0.02198711968958378, -0.00979624129831791, 0.023864731192588806, -0.004217825829982758, 0.0036327727138996124, 0.0032399026677012444, 0.0037348170299082994, 0.040055740624666214, 0.002833426697179675, -0.020191142335534096, -0.008360819891095161, -0.02683081664144993, 0.04694032296538353, -0.022626595571637154, -0.010823485441505909, 0.034776657819747925, -0.027824046090245247, 0.0023589213378727436, 0.009680591523647308, 0.027198174968361855, 0.014571908861398697, 0.012884777970612049, 0.013741949573159218, 0.003683794755488634, -0.015796439722180367, 0.029388723894953728, -0.009660182520747185, -0.01847679913043976, -0.005826722830533981, -0.023851126432418823, 0.0265042744576931, 0.001409060088917613, -0.023701461032032967, -0.04242316633462906, 0.0021004092413932085, 0.01294600497931242, -0.0014235163107514381, 0.014939268119633198, 0.017742080613970757, 0.0003609812702052295, -0.01455830316990614, -0.011462963186204433, -0.0032552091870456934, 0.016245434060692787, 0.023592613637447357, -0.010687426663935184, -0.029987381771206856, -0.014245367608964443, 0.02985132299363613, -0.0232116486877203, 0.0020902049727737904, -0.009837058372795582, 0.02589200995862484, 0.008809814229607582, 0.004850499797612429, -0.015129750594496727, 0.012190877459943295, 0.03932102397084236, -0.015850862488150597, -0.008700966835021973, -0.023987185209989548, 0.002523892791941762, 0.005775700323283672, -0.05692704766988754, 0.00127725291531533, 0.008626134134829044, 0.0058165183290839195, -0.0017151925712823868, -0.01876252330839634, 0.0033572535030543804, -0.01887137070298195, 0.004751857370138168, -0.01602773927152157, -0.010558171197772026, -0.0010144892148673534, -0.012129651382565498, -0.016354279592633247, -0.01998705230653286, -0.0002582993183750659, 0.024300120770931244, 0.0033436475787311792, 0.0050171720795333385, -0.01036088541150093, -0.025252532213926315, 0.014272578991949558, 0.01587807387113571, 0.030259501188993454, 0.008462863974273205, 0.0007138840737752616, -0.004918529186397791, -0.007721343077719212, -0.013735146261751652, -0.03279019519686699, 0.0008639740408398211, -0.013020836748182774, 0.0151705676689744, -0.011265677399933338, 0.015374655835330486, 0.005687262397259474, 0.023429343476891518, 0.01216366607695818, -0.004129387903958559, -0.001449027331545949, 0.01582365110516548, -0.014082096517086029, -0.003860671538859606, -0.00896628201007843, 0.015143356285989285, 0.032980676740407944, 0.014490273781120777, 0.04225989431142807, 0.023538190871477127, 0.02423209138214588, 0.00694580702111125, -0.006115847732871771, 0.003683794755488634, 0.009537729434669018, 0.0043436805717647076, 0.03328000754117966, 0.0015621263301, 0.05366163328289986, 0.010796274058520794, -0.004156599752604961, 0.007558071985840797, -0.0112180570140481, -0.006479805335402489, 0.030558830127120018, 0.02198711968958378, -0.006095438729971647, 0.0021718402858823538, -0.001286607002839446, -0.0018282915698364377, 0.021891877055168152, -0.021075524389743805, 0.012184075079858303, 0.02393276058137417, 0.007707736920565367, -0.018299922347068787, -0.013381393626332283, -0.0006645626854151487, -0.0016148490831255913, 0.01692572794854641, 0.004983157385140657, -0.0018214886076748371, -0.03695359826087952, 0.009986723773181438, -0.020449653267860413, -0.02133403718471527, -0.0059355697594583035, -0.009367655962705612, 0.00048343429807573557, -0.009326837956905365, -0.012401768937706947, 0.0027432877104729414, -0.00017645138723310083, -0.0022925925441086292, 0.0037756345700472593, 7.031481800368056e-05, 0.008728179149329662, -0.0021191174164414406, 0.030939795076847076, 0.012537827715277672, -0.002852134872227907, 0.001768765738233924, 0.03529367968440056, -0.01771486923098564, -0.011728277429938316, -0.00826557818800211, -0.011755489744246006, -0.013986855745315552, 0.0013146691489964724, 0.025456620380282402, -0.01793256402015686, 0.001154799945652485, 0.010619397275149822, 0.016463126987218857, -0.003093639388680458, -0.0015332137700170279, -0.0016276045935228467, 0.027769623324275017, 0.0010816683061420918, -0.002316402969881892, 0.03891284763813019, 0.00015423553122673184, -0.02477632649242878, 0.022245630621910095, 4.942765008308925e-05, -0.0032296981662511826, 0.013775964267551899, -0.01244939025491476, 0.023973578587174416, -0.016014132648706436, 0.014109308831393719, 0.0010357483988627791, -0.004125986248254776, 0.021742213517427444, -0.01710260473191738, 0.005789306480437517, 0.014095702208578587, -0.0035035167820751667, 0.004996763076633215, 0.019401999190449715, 0.03159287944436073, -0.004503549542278051, -0.004258643835783005, 0.0030273105949163437, -0.004105577245354652, 0.017184238880872726, 0.0038436639588326216, -0.008728179149329662, -0.0019048246322199702, -0.005129420664161444, -0.03907611593604088, -0.007007033564150333, -0.005952577106654644, -0.028109770268201828, 0.027592746540904045, 0.0002175879490096122, -0.026762787252664566, -0.03118470124900341, -0.00655463756993413, 0.014599120244383812, 0.031484030187129974, 0.012544631026685238, 0.0020595917012542486, 0.009653379209339619, -0.014313396997749805, -0.0020953072234988213, -0.04971592500805855, -0.024028003215789795, -0.03662705793976784, -0.042014990001916885, 0.001979656983166933, 0.005513787269592285, 0.039783623069524765, 0.012490207329392433, -0.0026786597445607185, -0.023987185209989548, -0.016898516565561295, -0.00395591277629137, -0.005425348877906799, 0.006034212652593851, -0.0075172544457018375, 0.0387495756149292, 0.0065682437270879745, 0.04141633212566376, 0.0016480134800076485, 0.004404907114803791, -0.010816683061420918, -0.0028368281200528145, 0.009367655962705612, 0.015782833099365234, 0.0030919385608285666, -0.03651820868253708, 0.00021705646940972656, -0.0027619958855211735, -0.0026072287000715733, 0.005959379952400923, 0.008891449309885502, -0.014027672819793224, -0.013544663786888123, 0.003826656611636281, -0.006724711507558823, -0.014476667158305645, -0.044790592044591904, -0.013238531537353992, 0.02327967807650566, 0.0013206216972321272, 0.01350384671241045, -0.02194630168378353, -0.012313330546021461, 0.0049865590408444405, 0.002343614585697651, 0.03191941976547241, 0.0031361577566713095, 0.04666820541024208, 0.00019005728245247155, 0.014775997027754784, 0.00480287941172719, 0.03251807764172554, -0.013653511181473732, -0.014871238730847836, -0.006908390671014786, -0.011394932866096497, 0.023429343476891518, 0.025633497163653374, 0.033388856798410416, -0.002663352992385626, -0.01205481868237257, -0.026653939858078957, 0.005183844361454248, -0.0316200889647007, 0.013735146261751652, 0.009898285381495953, -0.03284461796283722, -0.0019762555602937937, -0.023483766242861748, 0.006520622875541449, -0.023919155821204185, 0.022803472355008125, 0.0037892404943704605, -0.00457838224247098, -0.0016658712411299348, -0.023007560521364212, -0.025266138836741447, -0.019279547035694122, -0.024599449709057808, 0.019619693979620934, -0.001011087791994214, 0.016340674832463264, -0.0008784303208813071, 0.05450519919395447, -0.022681020200252533, -0.012578645721077919, -0.005568210501223803, 0.0003246280539315194, 0.02644985169172287, 0.005251873750239611, 0.027102934196591377, -0.01587807387113571, 0.001517907134257257, -0.012014001607894897, 0.017946168780326843, -0.04868187755346298, 0.025851191952824593, -0.00037543755024671555, 0.003433786565437913, -0.010564973577857018, 0.008034278638660908, -0.016231827437877655, 0.0027704995591193438, -0.012286119163036346, 0.004459330812096596, -0.00020727723313029855, -0.012150060385465622, -0.04119863733649254, 0.007306362967938185, -0.018803341314196587, 0.020191142335534096, -0.000481308379676193, 0.00979624129831791, 0.005204252898693085, 0.006959413178265095, -0.0023980382829904556, -0.012939201667904854, 0.02311640791594982, 0.029443146660923958, -0.03812370449304581, -0.011394932866096497, 0.03306231275200844, 0.008646543137729168, -0.005156632512807846, -0.016490338370203972, -0.008115913718938828, 0.027375051751732826, -0.005772299133241177, -0.009258808568120003, 0.007741751614958048, -0.01708899810910225, -0.0058165183290839195, -0.011898350901901722, -0.002818120177835226, -0.04805600643157959, -0.027361445128917694, -0.01609576866030693, 0.018857764080166817, 0.032599713653326035, -0.006666886154562235, -0.013599087484180927, 0.0007062307558953762, 0.002323205815628171, -0.00915676448494196, -0.012633069418370724, -0.008279184810817242, -0.0034695020876824856, -0.009585349820554256, -0.009646576829254627, -0.00488451449200511, 0.01893940009176731, 0.01615019142627716, 0.004483141005039215, 0.011435750871896744, 0.012551434338092804, -0.00717030419036746, 0.026014462113380432, -0.015633167698979378, 0.0031157489866018295, -0.016626399010419846, 0.01317050214856863, 0.0015876373508945107, -0.027252599596977234, -0.023456554859876633, -0.009347246959805489, -0.02738865837454796, 0.0034422902390360832, 0.01046973280608654, 0.006262111011892557, -0.015293020755052567, 0.007353983819484711, 0.05363442003726959, -0.005704269744455814, -0.0024524617474526167, -0.01638149283826351, -0.02400078997015953, 0.023959973827004433, -0.040953729301691055, -0.003163369605317712, 0.029932959005236626, 0.009306428954005241, -0.003408275544643402, -0.017061786726117134, 0.02176942490041256, 0.007292757276445627, -0.013116078451275826, -0.017333904281258583, 0.029824111610651016, 0.008871040306985378, -0.04699474573135376, -0.002818120177835226, 0.01881694607436657, -0.022408900782465935, -0.009197581559419632, 0.021674184128642082, 0.034831080585718155, 0.004132789094001055, 0.0027483899611979723, -0.009007099084556103, 0.0009498612489551306, 0.016299856826663017, -0.008422045968472958, -0.01080307736992836, -0.013129684142768383, -0.011177239008247852, -0.02076258882880211, -0.014775997027754784, 0.003816452343016863, 0.03624609112739563, 0.0052620782516896725, -0.03420520946383476, -0.04699474573135376, -0.018027804791927338, 0.0016003928612917662, -0.03785158693790436, -0.016340674832463264, -0.0028113170992583036, 0.04163402318954468, 0.005721277091652155, -0.009115946479141712, 0.03864073008298874, -0.009782635606825352, 0.029715264216065407, -0.04560694471001625, 0.004289256874471903, 0.016354279592633247, -0.01782371662557125, 0.010973150841891766, 0.00698662456125021, -0.020871436223387718, -0.01725226826965809, 0.01587807387113571, 0.029089393094182014, 0.012871172279119492, 0.023619825020432472, 0.011150027625262737, 0.007551269140094519, -0.029660841450095177, -0.016245434060692787, 0.003972920123487711, -0.014463061466813087, 0.007347180973738432, -0.022585777565836906, 0.015265809372067451, 0.00754446629434824, 0.015565138310194016, -0.007660116534680128, 0.007694131229072809, 0.024123243987560272, -0.00480287941172719, 0.002697367686778307, -0.010673820972442627, 0.001335928332991898, -0.017578810453414917, -0.010320068337023258, -0.003277318784967065, 0.025823980569839478, -0.006595455575734377, 0.03352491557598114, -0.014721573330461979, -0.03687196224927902, -0.017388328909873962, 0.020966676995158195, -0.003561341902241111, 0.0029779893811792135, 0.024191273376345634, -0.01283715758472681, -0.006949208676815033, 0.0017185939941555262, 0.00010417009616503492, -0.003741619875654578, 0.002442257246002555, -0.01370113156735897, -0.017361115664243698, -0.007721343077719212, -0.0015408671461045742, 0.012571842409670353, -0.004272249527275562, -0.01631346344947815, 0.0188305526971817, -0.0008592969970777631, -0.01581004448235035, -0.007524057291448116, -0.02884448878467083, -0.04987919330596924, 0.002986493054777384, -0.01825910434126854, 0.0017840723739936948, -0.037198506295681, -0.013653511181473732, 0.005802912171930075, 0.009068326093256474, 0.018109440803527832, 0.21802079677581787, -0.00983025599271059, -0.011367721483111382, 0.005200851708650589, -0.0014116110978648067, -0.0014464762061834335, 0.01893940009176731, -0.008374425582587719, -0.014027672819793224, 0.03450453653931618, 0.00991189107298851, 0.02166057750582695, -0.0037552257999777794, -0.005748488940298557, 0.00795944593846798, -0.019361183047294617, -0.04253201186656952, -0.022300055250525475, -0.01964690536260605, -0.024531420320272446, -0.009449291042983532, 0.0009354049689136446, -0.02504844404757023, -0.02315722592175007, 0.01625903882086277, -0.0011539495317265391, 0.017347510904073715, 0.0252253208309412, 0.016122980043292046, 0.026708362624049187, -0.02122518979012966, -0.025021232664585114, -0.012680689804255962, 0.01887137070298195, -0.025211714208126068, -0.0022092564031481743, 0.014803208410739899, 0.005132822319865227, 0.010558171197772026, 0.002097007818520069, 0.0168168805539608, -0.003826656611636281, -0.00334874982945621, -0.01046973280608654, 0.004272249527275562, 0.02727981097996235, 0.005840328522026539, -0.008313199505209923, 0.03186499699950218, 0.011741883121430874, -0.019796570762991905, 0.01915709301829338, 0.02383751980960369, 0.017510781064629555, -0.005867540370672941, -0.026463456451892853, -0.005697466433048248, 0.015728410333395004, 0.0018827151507139206, 0.02027277648448944, -0.006799543742090464, 0.03760668262839317, 0.0016386593924835324, 0.013510649092495441, -0.01659918576478958, 0.022749049589037895, -0.024857962504029274, -0.01250381302088499, 0.014122914522886276, -0.03164730221033096, 0.002401439705863595, 0.004180409945547581, 0.006483206991106272, 0.00791182555258274, 0.021061917766928673, -0.02216399647295475, 0.02144288271665573, 0.03240923210978508, 0.0052178590558469296, 0.021306823939085007, -0.01737472228705883, -0.01272150781005621, -0.010626200586557388, -0.010721441358327866, -0.01710260473191738, -0.02889891155064106, 0.02126600593328476, -0.0006330991163849831, -0.009333641268312931, -0.010252038948237896, -0.0002687163359951228, -0.024708297103643417, -0.007374392822384834, 0.016694428399205208, -0.013238531537353992, -0.011911957524716854, -0.021592548117041588, 0.02104831300675869, -0.010204417631030083, -0.02311640791594982, -0.029824111610651016, 0.025905614718794823, 0.016517551615834236, 0.004347082227468491, -0.04266807436943054, -0.037171293050050735, -0.003673590486869216, -2.19899884541519e-05, -0.010877909138798714, 0.0023334103170782328, -0.013510649092495441, -0.04198777675628662, 0.0025374984834343195, -0.008435651659965515, 0.025102868676185608, 0.03123912401497364, 0.00923839956521988, -0.02171500213444233, -0.008401636965572834, -0.022681020200252533, 0.0014949472388252616, -0.02974247746169567, 0.004166803788393736, 0.005830124020576477, -0.007598889991641045, -0.005632838699966669, 0.010095571167767048, -0.010945938527584076, 0.0033385453280061483, -0.04220547154545784, 0.005047785583883524, -0.008768996223807335, 0.007687327917665243, -0.011408539488911629, -0.0016139987856149673, 0.014082096517086029, 0.002597024431452155, -0.01721145212650299, -0.021510912105441093, 0.012041212990880013, -0.005775700323283672, -0.01825910434126854, 0.04070882499217987, -0.0036429772153496742, 0.01102757453918457, 0.017048180103302002, 0.007081865798681974, 0.023973578587174416, -0.03129354864358902, -0.012007198296487331, -0.030939795076847076, 0.019456423819065094, -0.003467801259830594, 0.025456620380282402, -0.0005238268058747053, -0.024476997554302216, 0.0003014555259142071, -0.025701526552438736, -0.02383751980960369, 0.00010682750144042075, -0.046858686953783035, 0.008918661624193192, -8.710959082236513e-05, 0.01737472228705883, -0.01932036504149437, -0.015796439722180367, -0.17284923791885376, 0.020626530051231384, 0.01269429549574852, -0.024980414658784866, 0.028164193034172058, -0.015429079532623291, 0.0026106303557753563, 0.019782964140176773, 0.02439536154270172, -0.02889891155064106, -0.004302863031625748, -0.03790600970387459, -0.036327727138996124, -0.0011565006570890546, 0.008816616609692574, -0.004755258560180664, 0.02110273577272892, 0.008979887701570988, 0.039783623069524765, -6.663431577180745e-06, 0.02605528011918068, -0.05121257156133652, 0.006979821715503931, -0.00523486640304327, 0.005285888444632292, 0.009081931784749031, -0.018640069290995598, -0.009469700045883656, -0.00017751434643287212, -0.044246356934309006, -0.04049113020300865, -0.0030766320414841175, -0.015347444452345371, 0.024925991892814636, 0.00949691142886877, 0.011456159874796867, 0.0029490767046809196, -0.015061721205711365, 0.0025409001391381025, 0.004197417292743921, 0.021837454289197922, 0.031157489866018295, -0.01110920961946249, 0.02761995792388916, 0.005830124020576477, 0.0020714967977255583, 0.003251807764172554, 0.012061621993780136, 0.0100547531619668, -0.0033368447329849005, 0.008258775807917118, -0.03170172497630119, 0.007007033564150333, 0.009632970206439495, 0.01570119708776474, 0.001870809937827289, -0.01793256402015686, 0.027089327573776245, 0.002161635784432292, -0.02232726663351059, 0.005398137029260397, -0.021565336734056473, 0.014381426386535168, -0.017075393348932266, -0.019510846585035324, -0.012551434338092804, -0.013034443370997906, -0.007619298528879881, -0.0330895259976387, -0.000638201308902353, 0.002840229542925954, 0.0017449554288759828, -0.025021232664585114, 0.0032739173620939255, 0.012075227685272694, 0.010265644639730453, -0.04215104877948761, 0.027252599596977234, 0.0027568936347961426, -0.007490042597055435, -0.0011275882134214044, 0.009707802906632423, -0.014680756255984306, 0.024817144498229027, -0.0031820775475353003, 0.012462995946407318, 0.01069422997534275, -0.0001915454340633005, -0.015673985704779625, -0.022572172805666924, 0.027361445128917694, 0.001001733704470098, -0.012313330546021461, -0.020898647606372833, -0.011041180230677128, 0.00036757162888534367, 0.03012344241142273, 0.015782833099365234, 0.002148029860109091, 0.0035783492494374514, -0.008918661624193192, 0.009932300075888634, -0.011136421002447605, 0.010313265025615692, 0.026966875419020653, 0.017388328909873962, 0.015034508891403675, -0.023402132093906403, 0.04955265298485756, -0.018680887296795845, -0.0249940212816, 0.004949142690747976, 0.0025119874626398087, 0.017959775403141975, 0.005173639860004187, 0.021143553778529167, 0.008524090051651001, -0.024245696142315865, 0.007061457261443138, -0.02288510836660862, 0.044464051723480225, 0.009204384870827198, -0.01759241707623005, 0.02077619545161724, 0.005942372605204582, -0.005119216162711382, -0.10971789807081223, -0.004758660215884447, -0.0006862470763735473, -0.009068326093256474, 0.0030239091720432043, -1.2091171811334789e-05, -0.02628657966852188, 0.025102868676185608, 0.011782701127231121, 0.030041806399822235, -0.021361248567700386, -0.024463390931487083, 0.0028691422194242477, 0.00527568394318223, 0.006993427872657776, -0.00560902850702405, -0.02299395576119423, -0.009394867345690727, -0.0062144906260073185, 0.053035762161016464, -0.008564908057451248, -0.006044416688382626, -0.006898186635226011, -0.018136652186512947, -0.0128643698990345, 0.011877942830324173, -0.030504407361149788, 0.0018844158621504903, 0.00334024615585804, -0.0043878997676074505, 0.01631346344947815, -0.019755752757191658, 0.030803736299276352, -0.00540153868496418, -0.016354279592633247, -0.01185753382742405, -0.05189286544919014, -0.025987250730395317, 0.017388328909873962, -0.01948363520205021, -0.0008035979117266834, 0.015279415063560009, 0.015293020755052567, -0.029470358043909073, 0.009517320431768894, 0.011741883121430874, -0.025592679157853127, 0.044355202466249466, 0.012422177940607071, 0.0047382512129843235, -0.023402132093906403, 0.02249053679406643, 0.008775799535214901, 0.004129387903958559, 0.019293153658509254, -0.021742213517427444, 0.015578744933009148, 0.02021835371851921, -0.008830223232507706, 0.024735508486628532, -0.005799510981887579, -0.014884844422340393, -0.003506918204948306, 0.04024622589349747, 0.015361050143837929, 0.023647038266062737, -0.034831080585718155, -0.020000658929347992, 0.0188305526971817, -0.019619693979620934, -0.010381294414401054, 0.023007560521364212, -0.023034771904349327, 0.022681020200252533, -0.011660248041152954, -0.0017304992070421576, -0.011381327174603939, -0.01570119708776474, 0.0185992531478405, -0.002661652397364378, -0.004197417292743921, -0.00393890542909503, -0.012599054723978043, 0.008918661624193192, 0.025470227003097534, 0.0109663475304842, 0.011707868427038193, 0.0031293549109250307, -0.0019337371923029423, -0.048028793185949326, -0.0041872127912938595, 0.02933429926633835, -0.012762324884533882, 0.0168168805539608, 0.00787781085819006, 0.03276298567652702, -0.0020153725054115057, -0.02127961255609989, 0.0003114473365712911, -0.005428750533610582, -0.03023228794336319, -0.0043878997676074505, -0.05134863033890724, 0.03300788998603821, -0.004180409945547581, 0.022449718788266182, 0.001857204013504088, -0.02259938418865204, -0.025633497163653374, -0.013306560926139355, -0.005476370919495821, 0.010850697755813599, -0.007231530733406544, 0.012292922474443913, -0.025823980569839478, -0.013463028706610203, -0.003088537137955427, -0.0003703353286255151, 0.01881694607436657, 0.002838528947904706, 0.0173202995210886, -0.012367754243314266, -0.030259501188993454, -0.014912055805325508, -0.013871205039322376, -0.00954453181475401, 0.017959775403141975, -0.014014067128300667, 0.00047237949911504984, 0.01174868643283844, -0.0007113329484127462, -0.017007363960146904, 0.020966676995158195, -0.01932036504149437, 0.016191009432077408, 0.013871205039322376, 0.024150455370545387, -0.03303510323166847, 0.00019452172273304313, 0.020177535712718964, 0.0397564135491848, 0.001468585804104805, -0.016803273931145668, -0.008354016579687595, 0.03156566619873047, -0.011360918171703815, -0.01638149283826351, -0.007265545427799225, -0.028926122933626175, 0.011592218652367592, -0.005745087284594774, 0.01570119708776474, 0.03012344241142273, 0.005173639860004187, 0.008020672015845776, -0.015211385674774647, -0.020558500662446022, -0.044790592044591904, 0.0015068523352965713, 0.018572039902210236, -0.02589200995862484, -0.022572172805666924, 0.03570185601711273, 0.010707835666835308, 0.007823387160897255, 0.006207687314599752, 0.024531420320272446, -0.0039899274706840515, -0.0018793136114254594, -0.014680756255984306, 0.0034252828918397427, -0.01815025880932808, -0.0015587247908115387, 0.0025902213528752327, -0.005687262397259474, 0.009204384870827198, -0.0055375974625349045, 0.0039014890789985657, 0.011286086402833462, -0.01998705230653286, -0.018884975463151932, -0.00910914409905672, 0.016612792387604713, -0.004493345506489277, -0.014762391336262226, -0.005428750533610582, 0.0058607375249266624, 0.025905614718794823, -0.014204549603164196, 0.00570767093449831, -0.0026735574938356876, -0.013660314492881298, -0.020408835262060165, 0.010687426663935184, 0.011150027625262737, 0.020245565101504326, -0.0006662634550593793, 0.002755192806944251, -0.02144288271665573, 0.030504407361149788, 0.020068688318133354, 0.021402066573500633, 0.020068688318133354, -0.012381359934806824, -0.0054831737652421, -0.007367589510977268, -0.004003533162176609, -0.0002774326130747795, -0.036110032349824905, -0.03513040766119957, 0.0076397075317800045, -0.00653082737699151, 0.00013627149746753275, 0.019347576424479485, -0.0029541789554059505, 0.028517946600914, -0.0346405990421772, 0.02772880531847477, -0.026381822302937508, -0.01294600497931242, 0.0012900085421279073, 0.031484030187129974, 0.019184306263923645, 0.0183271337300539, 0.017401933670043945, -0.029769688844680786, 0.02133403718471527, 0.02846352383494377, -0.02099388837814331, -0.01942921243607998, 0.01737472228705883, -0.007333574816584587, -0.0016148490831255913, 0.0015230093849822879, -0.007449225056916475, -0.013204516842961311, -0.010530958883464336, -0.0062859212048351765, -0.016626399010419846, 0.012177271768450737, 0.020748982205986977, 0.06073669344186783, 0.018953004851937294, -0.023021167144179344, 0.01715702749788761, 0.025769555941224098, -0.0028742444701492786, 0.002302797045558691, 0.027824046090245247, 0.0077145397663116455, -0.033606547862291336, 0.018027804791927338, 0.0033810636959969997, -0.013490240089595318, -0.04038228467106819, -0.028817275539040565, 0.01498008519411087, 0.0015213086735457182, 0.005979788955301046, 0.0040647597052156925, -0.006979821715503931, 0.017347510904073715, -0.02376949042081833, 0.0211571604013443, 0.0023266072385013103, -0.005387932527810335, -0.024640267714858055, 0.02868121676146984, 0.008626134134829044, -0.017388328909873962, -0.0160821620374918, 0.007836992852389812, -0.012374557554721832, -0.024762719869613647, -0.02121158316731453, -0.004299461375921965, -0.020531289279460907, -0.010143191553652287, -0.005078398622572422, -0.01737472228705883, -0.004088569898158312, -0.014694361947476864, -0.016898516565561295, -0.024572238326072693, -0.029470358043909073, 0.026436245068907738, 0.013510649092495441, 6.377761019393802e-05, 0.01216366607695818, -0.02655869908630848], \"4567539a-17ff-4308-99bb-f3504b00ab95\": [0.003401324385777116, 0.005146351642906666, 0.019778136163949966, -0.03153923526406288, 0.0051637496799230576, 0.0035039728973060846, -0.019805971533060074, -0.025860503315925598, -0.015031939372420311, -0.03234650567173958, 0.020961204543709755, 0.005797039717435837, 0.006994027644395828, 0.03034224919974804, -0.006913996301591396, 0.00829540379345417, 0.019722461700439453, 0.008712957613170147, 0.027071408927440643, -0.005309893283993006, -0.01892910897731781, 0.013243417255580425, -0.014683977700769901, -0.013667929917573929, -0.02467743493616581, 0.0020738509483635426, 0.010320539586246014, -0.015922721475362778, -0.0073907035402953625, -0.01418987289071083, 0.008413710631430149, -0.01482316292822361, 0.00646860571578145, -0.021253492683172226, -0.013827992603182793, 0.0006402492872439325, -0.01486491784453392, -0.019290989264845848, 0.027488963678479195, -0.02775341458618641, 0.044650427997112274, 0.0009386262972839177, -0.013681848533451557, 0.0027297583874315023, -0.006245910190045834, 0.01859506592154503, 0.003122955095022917, -0.015658270567655563, -0.039890315383672714, 0.012408309616148472, 0.029061749577522278, 0.017676446586847305, -0.030119553208351135, -0.0037023110780864954, -0.00967333186417818, 0.013229498639702797, -0.003331732004880905, 0.025067150592803955, -0.013417397625744343, -0.021072551608085632, -0.011183484457433224, -0.010042170993983746, -0.01958327740430832, -0.018219267949461937, -0.018748169764876366, -0.01987556368112564, -0.01848371885716915, 0.012763230130076408, -0.012227369472384453, -0.003970241639763117, 0.018288860097527504, 0.03217948600649834, 0.008392833173274994, -0.0033578290604054928, 0.005323811899870634, -0.01418291311711073, -0.021086471155285835, -0.0035196312237530947, 0.013466112315654755, -0.012310880236327648, 0.009986496530473232, -0.0007707348559051752, 0.007425499614328146, 0.03343214839696884, 0.01521287951618433, 0.00013429141836240888, -0.00887302029877901, 0.012561412528157234, -0.018163593485951424, -0.020835937932133675, -0.01707795448601246, 0.008469384163618088, 0.030008206143975258, 0.005765723064541817, 0.02623630128800869, 0.021712802350521088, 0.025387275964021683, 0.020710673183202744, 0.023870162665843964, -0.03120519407093525, -0.012025551870465279, -0.0006598221370950341, -0.01979205384850502, -0.006367696449160576, -0.014739652164280415, -0.003865852952003479, 0.03265271335840225, -0.009234899654984474, 0.011788938194513321, -0.001538860029540956, -0.005803999025374651, 0.05353040620684624, -0.00023182939912658185, -0.018567228689789772, 0.016813503578305244, 0.005337730515748262, 0.019151804968714714, -0.044900961220264435, -0.027488963678479195, -0.017926979809999466, 0.02947930432856083, 0.0020059985108673573, 0.027363697066903114, -0.03874899819493294, 0.01975029893219471, -0.021865904331207275, -0.015825292095541954, -0.0021225656382739544, 0.006851362995803356, -0.0054769148118793964, 0.03975112736225128, 0.01905437558889389, 0.028240561485290527, 0.004022435750812292, -0.004245131276547909, 0.0041755386628210545, 0.000690703687723726, -0.0035335496068000793, -0.03563126549124718, -0.034545622766017914, 0.013229498639702797, 0.03551991656422615, -0.021587535738945007, -0.0160062313079834, -0.007272396702319384, -0.011962918564677238, 0.024218125268816948, 0.010174396447837353, 0.024162450805306435, -0.023800570517778397, 0.012547493912279606, -0.012262165546417236, 0.011079096235334873, 0.014878836460411549, 0.01774604059755802, 0.03432292863726616, 0.009109633974730968, -0.002374837640672922, 0.006110204849392176, -0.013208621181547642, 0.004572215024381876, 0.03780254349112511, 0.022311296314001083, 0.01859506592154503, 0.02086377516388893, 0.025763073936104774, 0.011350505985319614, -0.007926564663648605, 0.015268553048372269, -0.001349220983684063, 0.020515814423561096, 0.017217138782143593, -0.010369254276156425, 0.008469384163618088, 0.023132484406232834, 0.01741199754178524, 0.024733107537031174, 0.007383744232356548, -0.00881038699299097, -0.008817345835268497, -0.002835886785760522, 0.009756842628121376, 0.033070266246795654, 0.03908304125070572, -0.002585354493930936, 0.0027245390228927135, 0.010619786567986012, 0.009582861326634884, 0.013827992603182793, -0.003966761752963066, 0.03009171597659588, 0.0005871851462870836, -0.018859516829252243, 0.014294261112809181, -0.6520521640777588, -0.019527602940797806, 0.013514827005565166, -0.014892755076289177, 0.01350786816328764, 0.04111513867974281, 0.015031939372420311, 0.017913062125444412, -0.026083199307322502, 0.03215164691209793, 0.01593663915991783, 0.026514671742916107, 0.019597195088863373, -0.004467826336622238, -0.0025470787659287453, -0.017467670142650604, 0.014795325696468353, -0.005177668295800686, -0.02520633488893509, 0.047573305666446686, 0.005208984483033419, 0.013521786779165268, 0.01745375245809555, -0.019123967736959457, -0.006169358734041452, -0.007411581464111805, 0.02020960859954357, 0.006131082773208618, -0.003872812259942293, -0.001624110620468855, -0.013514827005565166, -0.0010551934828981757, -0.0015579978935420513, -0.011266995221376419, 0.053474731743335724, -0.019903400912880898, -0.010543235577642918, -0.009450635872781277, 0.019040456041693687, 0.021406594663858414, -0.01774604059755802, -0.03883251175284386, 0.01418987289071083, -0.02073850855231285, 0.008344118483364582, -0.007488132920116186, 0.024343391880393028, 0.010828563943505287, -0.013974136672914028, -0.008037911728024483, -0.0020494936034083366, 0.0019572838209569454, 0.007460296154022217, 0.008163178339600563, 0.0009403661242686212, -0.009019163437187672, 0.019402336329221725, -0.015018020756542683, 0.000981251592747867, -0.005797039717435837, -0.004363438114523888, 0.005205505061894655, -0.029451467096805573, -0.01962503232061863, -0.03602098301053047, -0.0008668592199683189, -0.010035211220383644, -0.031511399894952774, 0.019151804968714714, -0.020543651655316353, -0.017871305346488953, -0.0019764218013733625, -0.01941625587642193, -0.05035699903964996, -0.0022687094751745462, 0.017648611217737198, 0.01741199754178524, -0.011364424601197243, -0.016242844983935356, 0.025275928899645805, -0.020056504756212234, 0.00032034210744313896, -0.023355180397629738, -0.014085483737289906, 0.021030796691775322, -0.010278784669935703, -0.01564435288310051, -0.028839053586125374, -0.0026184108573943377, 0.008142300881445408, 0.0014127239119261503, 0.02345260977745056, 0.0018755128839984536, -0.03805307671427727, -0.0015362503472715616, 0.013730563223361969, 0.012679719366133213, -0.020056504756212234, -0.0014283822383731604, -0.01774604059755802, -0.010049129836261272, -0.013974136672914028, -0.013772319070994854, 0.032819733023643494, 0.017885224893689156, 0.0046626850962638855, 0.009972578845918179, 0.00950631033629179, 0.01291633304208517, 0.00732807070016861, 0.00480534927919507, -0.004920176696032286, -0.00899132713675499, 0.014231627807021141, -0.006120644044131041, -0.02574915625154972, 0.014725733548402786, -0.00881038699299097, 0.022881953045725822, -0.00595362251624465, 0.022366968914866447, 0.00500020757317543, -0.021156063303351402, -0.041365671902894974, 0.010390132665634155, -0.002835886785760522, 0.011169565841555595, -1.1920402357645798e-05, -0.00014462153194472194, 0.005128953605890274, -0.00063633470563218, 0.014850999228656292, 0.03847062960267067, -0.013807115145027637, 0.006287665572017431, 0.012839782051742077, -0.0010343157919123769, -0.02492796629667282, 0.012818903662264347, -0.01823318563401699, -0.01667431741952896, 0.017217138782143593, 0.015477330423891544, -0.02931228280067444, -0.016841338947415352, -0.036160167306661606, -0.049744583666324615, 0.013660971075296402, 0.0008585951873101294, 0.028644196689128876, -0.002254790859296918, 0.002181719057261944, -0.01171934511512518, 0.01852547377347946, -0.015700025483965874, -0.018692495301365852, -0.0015910542570054531, -0.03961194306612015, 0.013758400455117226, -0.026514671742916107, -0.01848371885716915, 0.02663993649184704, -0.019430173560976982, -0.005974499974399805, -0.00806574895977974, 0.001494494965299964, 0.001531030866317451, 0.028505010530352592, -0.012728434056043625, -0.02419028803706169, 0.00913747027516365, 0.003719709115102887, -0.011246117763221264, 0.005243780557066202, -0.024621760472655296, 0.022645339369773865, -0.03354349359869957, -0.029423629865050316, -0.00463832775130868, -0.020766345784068108, -9.944089106284082e-05, 0.02631981298327446, -0.00557434419170022, -0.01638203114271164, 0.034434277564287186, 0.01846979930996895, 0.01354962307959795, -0.00025183719117194414, -0.019555440172553062, 0.01922139711678028, 0.016924850642681122, 0.015129368752241135, -0.018511556088924408, 0.02250615321099758, 0.015268553048372269, 0.037023112177848816, -0.029423629865050316, -0.017634691670536995, 0.006486003752797842, 0.005111555568873882, 0.03863765299320221, 0.02377273328602314, -0.000535425846464932, -0.04693305492401123, 0.0158113744109869, -0.022937625646591187, -0.005024564918130636, -0.011009504087269306, 0.016743911430239677, 0.008441547863185406, 0.005504752043634653, -0.008678161539137363, -0.014071566052734852, -0.024134613573551178, 0.0038066995330154896, -0.014162035658955574, -0.0017545962473377585, 0.017968734726309776, -0.0006058880826458335, 0.005118514411151409, 0.008650324307382107, -0.014036769978702068, 0.014725733548402786, 0.01941625587642193, -0.011336587369441986, 0.029200933873653412, 0.010605868883430958, 0.016576888039708138, 0.009986496530473232, -0.016938768327236176, 0.00660083070397377, 0.014322098344564438, 0.02393975481390953, -0.0076412358321249485, 0.011127810925245285, 0.009923864156007767, 0.013876707293093204, -0.02998036891222, 0.027377616614103317, -0.012763230130076408, -0.0005249870009720325, 0.00301334704272449, 0.032207321375608444, -0.004342560190707445, 0.037719033658504486, 0.02048797719180584, 0.03883251175284386, 0.01564435288310051, 0.000646338623482734, -0.002059932565316558, -0.010515398345887661, 0.011440976522862911, -0.024733107537031174, -0.0005302064237184823, 0.022144274786114693, -0.008392833173274994, 0.0008755582966841757, -0.0026114515494555235, 0.019068293273448944, 0.00979163870215416, 0.0009751623147167265, -0.024078940972685814, 0.004046793095767498, 0.018567228689789772, 0.03916655480861664, -0.013062477111816406, -0.007460296154022217, -0.0046626850962638855, -0.02036271058022976, 0.007989197969436646, -0.013013762421905994, -0.01798265427350998, -0.01171934511512518, -0.0007655154331587255, 0.009513269178569317, 0.006444248370826244, 0.005302934441715479, 0.013375642709434032, 0.004342560190707445, 0.002896779915317893, 0.008733835071325302, 0.007341988850384951, 0.015087613835930824, 0.0134452348574996, 0.003980680368840694, 0.004398234188556671, -0.005957101937383413, 0.014377771876752377, -0.01646554097533226, 0.0020216566044837236, -0.01810791902244091, 0.021072551608085632, 0.020167851820588112, -0.00881038699299097, -0.015365982428193092, 0.013215580023825169, 0.024287717416882515, -0.018748169764876366, -0.017384160310029984, 0.00966637209057808, -0.00685832230374217, -0.004850584082305431, -0.018943028524518013, -0.0032012464944273233, 0.03629935160279274, 0.01760685443878174, -0.016368111595511436, -0.01823318563401699, -0.003429161151871085, 0.002976811258122325, -0.004923656117171049, -0.007870890200138092, -0.015672188252210617, 0.009074837900698185, -0.00034883146872743964, 0.013500908389687538, -0.0023417812772095203, -0.0050071668811142445, 0.03716229647397995, 0.016924850642681122, 0.005097636952996254, -0.011169565841555595, -0.02086377516388893, 0.021364839747548103, 0.04735061153769493, 0.016924850642681122, 0.009304491803050041, 0.029952531680464745, -0.006903557572513819, 0.005539548117667437, -0.031845442950725555, -0.03588179498910904, 0.0033700077328830957, -0.02861635945737362, -0.00948543194681406, -0.005351648665964603, 0.013841911219060421, 0.0004580044187605381, 0.014447364024817944, 0.0034343807492405176, 0.012443105690181255, -0.0201260969042778, 0.006312022916972637, -0.003869332605972886, -0.008942612446844578, 0.004923656117171049, -0.0014222929021343589, 0.017008360475301743, 0.026417242363095284, 0.016702154651284218, 0.015839209780097008, 0.029534976929426193, 0.004443468991667032, -0.04985593259334564, -0.010146559216082096, 0.009715086780488491, 0.02185198664665222, 0.010404050350189209, -0.0071018957532942295, 0.018455881625413895, 0.02430163510143757, -0.008093586191534996, 0.027697740122675896, -0.0002092118957079947, -0.005842274520546198, 0.018080083653330803, 0.006371176335960627, -0.01543557457625866, -0.001615411601960659, -0.022144274786114693, 0.0058944690972566605, 0.02964632585644722, -0.00669130077585578, -0.009742924012243748, -0.005483874119818211, 0.001203947002068162, -0.021462269127368927, -0.0014614386018365622, -0.0005580433644354343, 0.00019931673887185752, -0.010717215947806835, -0.003178628860041499, 0.005233341827988625, -0.030063878744840622, -0.015505167655646801, -0.03780254349112511, 0.021907659247517586, -0.00637465575709939, -0.019986912608146667, -0.008114463649690151, -0.028282316401600838, -0.007081017829477787, -0.02290979027748108, -0.0027575953863561153, 0.021323084831237793, -0.017913062125444412, -0.030147390440106392, -0.018817761912941933, 0.0012178655015304685, -0.0004151616303715855, 0.008650324307382107, -0.0119072450324893, -0.0006676512421108782, 0.02082202024757862, -0.006931394338607788, -0.014322098344564438, -0.0010456244926899672, -0.03691176325082779, -0.022158192470669746, 0.022158192470669746, -0.012637964449822903, -0.005720488261431456, -0.008023994043469429, 0.03460129722952843, 0.0046626850962638855, -0.010125681757926941, 0.0018981302855536342, -0.007815216667950153, 0.01937449909746647, 0.024691352620720863, 0.005181147716939449, 0.006078888662159443, -0.008030952885746956, -0.013918462209403515, 0.0024705270770937204, 0.007335030008107424, 0.004116385243833065, -0.016270682215690613, 0.005306413862854242, 0.014036769978702068, 0.0032099455129355192, 0.02185198664665222, -0.0005606530467048287, -0.013925421983003616, 0.00794744212180376, -0.027906518429517746, 0.006040612701326609, 0.002423552330583334, 0.017718203365802765, -0.01954152062535286, 0.02463567815721035, 0.01781563274562359, 0.016201090067625046, 0.00546995596960187, -0.02176847495138645, -0.027655985206365585, 0.02069675363600254, 0.04183889925479889, -0.010772890411317348, -0.00015734386397525668, 0.002395715331658721, -0.048352740705013275, -0.02509498782455921, -0.0035735652782022953, -0.011545364744961262, 0.0071018957532942295, 0.004492183681577444, -0.018428044393658638, -0.014217709191143513, -0.011099973693490028, 0.02676520310342312, 0.01979205384850502, -0.02187982387840748, 0.004892339464277029, 0.0073767853900790215, 0.024482576176524162, -0.006628667935729027, -0.0018650740385055542, -0.027210595086216927, -0.03017522767186165, -0.020098259672522545, 0.006204154808074236, 0.035826124250888824, 0.029534976929426193, -0.010480602271854877, 0.006893118377774954, -0.004220773931592703, -0.016201090067625046, -0.005650895647704601, -0.03251352906227112, 0.0019329264760017395, -0.015352063812315464, 0.042145103216171265, 0.008364995941519737, 0.02939579263329506, -0.0012944170739501715, -0.007578602991998196, 0.004109425935894251, 0.014614385552704334, 0.01521287951618433, -0.007662113755941391, 0.004620929714292288, -0.02714100293815136, -0.0071158139035105705, 0.0010508439736440778, 0.0036953517701476812, -0.020293118432164192, -0.012387432157993317, 0.013396520167589188, 0.011350505985319614, -0.004704440478235483, 0.01063370518386364, -0.0328475721180439, -0.03140005096793175, -0.003911088220775127, 0.0059640612453222275, 0.004133783280849457, 0.002625369932502508, -0.03794172778725624, -0.02044622227549553, 0.041170813143253326, -0.004944534040987492, 0.02114214561879635, 0.015198960900306702, 0.030286574736237526, 0.0028463255148380995, 0.0023487405851483345, 0.003331732004880905, 0.017954817041754723, -0.03493534028530121, 0.0023122045677155256, -0.029507141560316086, -0.01331996824592352, 0.013473072089254856, 0.017231056466698647, 0.04167187586426735, 0.012491820380091667, -0.015700025483965874, 0.00897044874727726, 0.009151388891041279, -0.01434993464499712, 0.0024218123871833086, 0.004989768844097853, -0.025999687612056732, -0.03198462724685669, -0.02496972121298313, 0.022269539535045624, -0.01892910897731781, 0.006593871861696243, -0.0035509478766471148, -0.006058010738343, 0.0049375747330486774, -0.016228927299380302, -0.0024653077125549316, 0.015964476391673088, -0.0031246948055922985, 0.03309810534119606, 0.0020581926219165325, 0.027697740122675896, 0.001919007976539433, 0.01593663915991783, -0.0004258179687894881, -0.006266787648200989, -0.008218851871788502, -0.01412723958492279, 0.029367955401539803, 0.011009504087269306, 0.019819891080260277, 0.005960581824183464, -0.005584782920777798, -0.011747182346880436, -0.011218280531466007, -0.03719013184309006, 0.020028667524456978, -0.006927914917469025, -0.0024009346961975098, -0.012512697838246822, -0.023911919444799423, -0.03766335919499397, 0.010341417975723743, 0.013932380825281143, 0.019040456041693687, 0.00881038699299097, -0.003470916533842683, -0.008211893029510975, 0.029173098504543304, -0.02208860032260418, 0.020265281200408936, 0.0020373149309307337, 0.010675461031496525, -0.005372526589781046, -0.007467254996299744, -0.04729493707418442, -0.005734406411647797, 0.013076395727694035, -0.002670604968443513, -0.025136742740869522, 0.0031438327860087156, 0.009826434776186943, 0.031093845143914223, -0.027168838307261467, -0.023299505934119225, -0.00944367703050375, 0.030787639319896698, -0.022617502138018608, 0.005003687459975481, 0.004666164517402649, 0.0010612828191369772, 0.022241704165935516, -0.018080083653330803, -0.0062841856852173805, -0.013410438783466816, -0.026041444391012192, -0.013821033760905266, 0.015783537179231644, 0.025609971955418587, -0.00566481426358223, -0.010334458202123642, 0.011336587369441986, 0.010661542415618896, 0.016841338947415352, -0.007411581464111805, 0.016103660687804222, -0.038776837289333344, -0.022074680775403976, 0.010070007294416428, -0.0032169045880436897, 0.00870599877089262, -0.010745053179562092, 0.0026271098759025335, -0.01132962852716446, 0.024218125268816948, -0.030286574736237526, 0.010264866054058075, -0.008678161539137363, 0.0021347443107515574, -0.02722451277077198, -0.003994598984718323, -0.004266008734703064, -0.03446211293339729, 0.0022130354773253202, -0.006854842882603407, -0.009805557318031788, -0.0016789145302027464, 0.026013607159256935, 0.013981095515191555, -0.018748169764876366, 0.009325370192527771, 0.011065177619457245, -0.003077720059081912, 0.005299454554915428, 0.010647623799741268, -0.04111513867974281, 0.01028574351221323, -0.026584263890981674, 0.0052194236777722836, 0.018789924681186676, -0.004074629861861467, -0.013577460311353207, -0.011614956893026829, 0.02172672003507614, -0.015101531520485878, -0.013062477111816406, -0.008163178339600563, -0.0015492988750338554, 0.01859506592154503, -0.02562388963997364, -0.01091903354972601, -0.0013361724559217691, -0.020167851820588112, -0.022798441350460052, 0.01897086389362812, -0.006193716078996658, 0.003900649258866906, 0.012025551870465279, 0.0063955336809158325, -0.0012265645200386643, 0.0023696182761341333, -0.02455216832458973, -0.013375642709434032, -0.01926315203309059, 5.627191058010794e-05, -0.013375642709434032, -0.02524809166789055, -0.025442950427532196, 0.02562388963997364, 0.00033056348911486566, -0.01711970940232277, -0.02627805806696415, -0.03880467265844345, -0.04197808355093002, -0.023494364693760872, -0.010028252378106117, 2.2834978153696284e-05, 0.033682677894830704, 0.012116021476686, -0.006687821354717016, 0.04648766666650772, -0.005567384883761406, 0.02341085486114025, -0.02114214561879635, 0.0018250583671033382, -0.005511711351573467, 0.018581148236989975, 0.00617979746311903, -0.021002959460020065, -0.014600466936826706, -0.017926979809999466, 0.01880384236574173, 0.0014797066105529666, -0.007495092228055, 0.009165307506918907, 0.024663515388965607, 0.013772319070994854, -0.015073695220053196, 0.0015806154115125537, 0.005289015825837851, 0.02295154519379139, 0.025804828852415085, -0.024204205721616745, 7.236513192765415e-05, 0.014203791506588459, 0.022032925859093666, 0.0013674889924004674, 0.0009429758647456765, 0.012122981250286102, -0.01773212105035782, 0.00931841041892767, -0.005598701536655426, -0.007341988850384951, -0.0017119708936661482, -0.017592936754226685, -0.005929265171289444, 0.001818099175579846, -0.008664242923259735, 0.028101375326514244, -0.001462308457121253, -0.01537990104407072, 0.005525629501789808, 0.010995585471391678, -0.01469789631664753, 0.0013657491654157639, 0.0058144377544522285, -0.012491820380091667, -0.0038832509890198708, 0.014148117043077946, 0.01338956132531166, -0.004342560190707445, -0.012227369472384453, -0.014377771876752377, 0.011614956893026829, -0.0016623863484710455, -0.007258478086441755, 0.0043564788065850735, -0.008622488006949425, -0.004203375894576311, -0.02185198664665222, 0.009715086780488491, 0.008378914557397366, -0.016312438994646072, -0.005950142629444599, -0.043175071477890015, -0.005174188409000635, -0.021197818219661713, -0.02665385603904724, 0.0027889120392501354, 0.009499350562691689, 0.0144752012565732, -0.00563697749748826, 0.018859516829252243, 0.18550527095794678, -0.004039833787828684, 0.010445806197822094, 0.00806574895977974, -0.005302934441715479, 0.011955959722399712, 0.0402521938085556, -0.0016328096389770508, -0.029089586809277534, 0.008622488006949425, 0.008135341107845306, 0.017022280022501945, -0.022325213998556137, -0.004450428299605846, 0.033933211117982864, -0.03624367713928223, -0.02160145342350006, -0.027530718594789505, -0.009861230850219727, -0.0072654373943805695, -0.013285172171890736, -0.006259828340262175, -0.028282316401600838, 0.00043386456673033535, 0.031233029440045357, -0.006760893389582634, -0.019318826496601105, 0.021490106359124184, 0.017022280022501945, 0.045262839645147324, -0.02579091116786003, -0.02602752484381199, -0.008184055797755718, 0.006788730155676603, -0.020752428099513054, 0.006760893389582634, -0.005734406411647797, 0.011127810925245285, 0.0160201508551836, 0.0018041806761175394, 0.002176499692723155, -0.03131654113531113, -0.00011102148710051551, -0.031093845143914223, 0.0019068294204771519, 0.014377771876752377, -0.004986289422959089, 0.01863682083785534, -0.002832407131791115, 0.030008206143975258, -0.008671201765537262, 0.012352635152637959, 0.020710673183202744, 0.023480447009205818, 0.02097512222826481, -0.022019008174538612, -0.02566564455628395, 0.004610490519553423, -0.014670060016214848, -0.013486990705132484, -0.00017756913439370692, 0.016368111595511436, -0.020515814423561096, -0.011461853981018066, -0.013751440681517124, 0.007335030008107424, -0.01884559914469719, -0.0032012464944273233, -0.0069905477575957775, -0.011232199147343636, 0.018650740385055542, -0.005035003647208214, -0.010341417975723743, 0.0011482731206342578, 0.0006141521735116839, -0.032457854598760605, 0.012763230130076408, 0.017342403531074524, 0.003086419077590108, 0.03844279423356056, -0.02619454637169838, -0.016604725271463394, -0.0034917942248284817, -0.01901262067258358, -0.009603738784790039, -0.034267254173755646, 0.028059620410203934, -0.004279927350580692, 0.017676446586847305, -0.012380472384393215, 0.0066147493198513985, -0.021281329914927483, -0.02204684540629387, 0.004053752403706312, 0.013633133843541145, 0.015546922571957111, -0.0036709944251924753, 0.007087977137416601, -0.02151794359087944, -0.015574759803712368, -0.047322772443294525, 0.0418945737183094, 0.022269539535045624, 0.012171695940196514, -0.020752428099513054, -0.022770604118704796, 0.012429187074303627, 0.00048410153249278665, -0.0013596598291769624, 0.0024948844220489264, 0.011113892309367657, -0.03482399508357048, 0.014920592308044434, -0.002164321020245552, 0.01949976570904255, 0.0035613866057246923, 0.004213814623653889, -0.029841184616088867, 0.015880966559052467, -0.03457346186041832, -0.014892755076289177, -0.025957932695746422, 0.009624617174267769, -0.008316281251609325, -0.007181926630437374, -0.021615372970700264, -0.027948273345828056, 0.019485848024487495, -0.04398234188556671, -0.01892910897731781, -0.016493378207087517, -0.004210334736853838, -0.004015476442873478, 0.004008517134934664, 0.006969670299440622, 0.0090330820530653, -0.0027645546942949295, -0.00013581375242210925, -0.010445806197822094, 0.017996571958065033, -0.00560566084459424, -0.01229696162045002, 0.01593663915991783, -0.013486990705132484, 0.034434277564287186, -0.011531446129083633, 0.009847312234342098, -0.011037340387701988, -0.018261022865772247, -0.033821865916252136, -0.0032951959874480963, 0.013486990705132484, -0.009283614344894886, -0.024774864315986633, 0.006879200227558613, -0.018706412985920906, 0.0016850038664415479, -0.043870992958545685, -0.01872033253312111, -0.0012752790935337543, -0.03345998376607895, 0.02619454637169838, 0.03390537574887276, -0.02501147799193859, -0.03273622319102287, -0.02419028803706169, -0.17960384488105774, 0.019889483228325844, 0.01617325283586979, -0.02903391234576702, 0.018288860097527504, 0.01332692801952362, 0.0053829653188586235, 0.02787868119776249, 0.02233913168311119, 0.005584782920777798, 0.010264866054058075, -0.011851570568978786, -0.027405451983213425, -0.00432168273255229, 0.0075159696862101555, -0.0005071539781056345, -0.007856972515583038, 0.014168994501233101, 0.013925421983003616, 0.013194702565670013, 0.006764372810721397, -0.01572786271572113, 0.011406180448830128, 0.010905115865170956, 0.005045442841947079, 0.0032464812975376844, -0.017356323078274727, 0.023828407749533653, -0.011287873610854149, -0.023229913786053658, -0.005595222115516663, 0.008511140011250973, -0.007161049172282219, 0.001547559048049152, 0.011322669684886932, 0.0010447546374052763, -0.007383744232356548, -0.005069800186902285, -0.01303463988006115, 0.0071401712484657764, 0.007188885938376188, 0.015783537179231644, -0.016924850642681122, 0.00032034210744313896, 0.024287717416882515, 0.013285172171890736, 0.0033230329863727093, -0.01219257339835167, 0.02311856672167778, -0.004756634589284658, -0.0034152427688241005, -0.021740637719631195, 0.0008986107422970235, 0.0029698519501835108, 0.015922721475362778, 0.011134769767522812, -0.02183806709945202, 0.010835522785782814, -0.010076967068016529, -0.017022280022501945, 0.002387016313150525, -0.028310153633356094, 0.007856972515583038, -0.008754712529480457, -0.02554037794470787, -0.029590651392936707, -0.03103817068040371, 0.00572744756937027, -0.004777512513101101, 0.00209994800388813, 0.002000778913497925, -0.011900285258889198, -0.005842274520546198, -0.007000986486673355, -0.00033513049129396677, -0.007481173612177372, -0.023661386221647263, 0.02849109284579754, -0.019485848024487495, 0.014377771876752377, -0.012415268458425999, -0.0007289794739335775, -0.008998285979032516, -0.003081199713051319, 0.015630433335900307, 0.008845183067023754, 0.0023939756210893393, -0.010550194419920444, -0.010362295433878899, -0.02078026533126831, 0.028978239744901657, 0.0010290963109582663, -0.026806959882378578, -0.011155648157000542, 0.007279356010258198, 0.009617657400667667, 0.0010125681292265654, 0.004989768844097853, -0.014892755076289177, 0.011983796022832394, 0.014155076816678047, 0.024371227249503136, -0.02861635945737362, 0.019388418644666672, 0.026291975751519203, 0.008552894927561283, -0.0002442255208734423, -0.0012935471022501588, 0.04451124370098114, -0.000985601102001965, -0.023090729489922523, 0.014036769978702068, 0.0017659049481153488, 0.0188873540610075, 0.02878338098526001, 0.011280913837254047, 0.012888496741652489, -0.03343214839696884, -0.001324863638728857, 0.0072515192441642284, 0.02425988018512726, -0.023591794073581696, -0.01917964220046997, 0.004728797823190689, -0.0069348737597465515, -0.03304243087768555, -0.12315055727958679, -0.007996156811714172, 0.005128953605890274, 0.014976265840232372, 0.006221552845090628, -0.015463411808013916, -0.009081796742975712, 0.027363697066903114, 0.005877071060240269, 0.02052973210811615, -0.010167436674237251, -0.01732848584651947, -0.020334873348474503, 0.01011872198432684, 0.00585967255756259, 0.0064198910258710384, -0.02044622227549553, -0.006806128192692995, -0.01987556368112564, 0.04657117649912834, 0.006242430303245783, -0.009520228020846844, 0.011809815652668476, -0.0022513114381581545, 0.013187743723392487, 0.015143287368118763, -0.03165058419108391, 0.01469789631664753, 0.016075823456048965, -0.009986496530473232, -0.014036769978702068, -0.032819733023643494, -0.001069981837645173, -0.014280342496931553, 0.005320332478731871, -0.02734977938234806, -0.0004060276551172137, -0.02471918985247612, 0.019819891080260277, -0.02098904177546501, -0.010313580743968487, 0.018052246421575546, -0.007181926630437374, -0.031928952783346176, 0.026431160047650337, 0.004398234188556671, -0.02073850855231285, 0.03847062960267067, -0.021698882803320885, -0.006458166521042585, -0.03087114915251732, 0.011280913837254047, -0.006110204849392176, 0.0013013762654736638, 0.026918306946754456, 0.009172267280519009, 0.023341262713074684, 0.012317839078605175, 0.008058790117502213, 0.020557569339871407, -0.016201090067625046, -0.013166865333914757, -0.005139392334967852, 0.035380732268095016, 0.016813503578305244, 0.00847634393721819, -0.0035318098962306976, -0.008692080155014992, -0.0027419370599091053, -0.01412723958492279, -0.006385094486176968, 0.011983796022832394, -0.020028667524456978, 0.022840196266770363, -0.017189301550388336, -0.02160145342350006, -0.016242844983935356, 0.0062702675350010395, 0.0018024408491328359, 0.008483302779495716, -0.00771778728812933, -0.015880966559052467, -0.0010160477831959724, -0.0024948844220489264, 0.029924694448709488, 0.03084331378340721, 0.008629446849226952, -0.012798026204109192, 0.025930095463991165, -0.038581978529691696, 0.013013762421905994, 0.05180451646447182, -0.003190807532519102, -0.029507141560316086, 0.0014388210838660598, 0.006252869497984648, 0.009798597544431686, -0.011023422703146935, -0.014405609108507633, -0.008893897756934166, -0.021016879007220268, -0.0048575433902442455, -0.04409369081258774, 0.028115294873714447, -0.020265281200408936, 0.0019137886120006442, -0.002487925114110112, -0.013765359297394753, -0.02061324380338192, -0.01840020716190338, 0.014008932746946812, 0.016242844983935356, -0.015755699947476387, 0.006085847970098257, -0.006190236192196608, -0.025067150592803955, -0.017147546634078026, -0.02316032163798809, 0.005184627138078213, -0.014725733548402786, -0.0012135159922763705, 0.0034639574587345123, -0.010362295433878899, -0.004008517134934664, 0.01377927791327238, -0.0063398596830666065, 0.002976811258122325, 0.00995866023004055, -0.00858073215931654, 0.007676031906157732, -0.01679958403110504, -0.008615528233349323, 0.02989685721695423, -0.02098904177546501, -0.0014222929021343589, -0.0013674889924004674, 0.006030173972249031, -0.027154920622706413, 0.009520228020846844, 0.04125432297587395, 0.012408309616148472, 0.01753726229071617, -0.0002809789730235934, -0.015018020756542683, 0.019388418644666672, -0.013647052459418774, -0.00880342721939087, -0.0005771812284365296, -0.012888496741652489, 0.037023112177848816, 0.013535704463720322, 0.0030185666400939226, 0.047851674258708954, 0.00043429952347651124, 0.0020494936034083366, -0.017551181837916374, -0.023424772545695305, -0.024607842788100243, 0.00416857935488224, 0.02636156789958477, -0.008949571289122105, -0.0013239937834441662, 0.04275751858949661, 0.01572786271572113, 0.013466112315654755, -0.012596208602190018, -0.004474785644561052, 0.009916904382407665, -0.00474271597340703, 0.010153518058359623, -0.0038519345689564943, -0.038080912083387375, -0.0045513371005654335, -0.002569696167483926, -0.0090330820530653, 0.01848371885716915, 0.02069675363600254, 0.02082202024757862, 0.0019555441103875637, 0.016535133123397827, 0.014433445408940315, 0.01104430016130209, 0.012839782051742077, -0.006987068336457014, -0.008511140011250973, -0.020794183015823364, 0.019722461700439453, 0.026166709139943123, -0.00927665550261736, 0.01913788542151451, 0.009248818270862103, -0.0035074525512754917, -0.01773212105035782, 0.015073695220053196, -0.028184887021780014, 0.010870318859815598, 0.019847728312015533, 0.007362866774201393, -0.018038326874375343, 0.03549208119511604, -0.003789301495999098, 0.039472758769989014, 0.003352609695866704, 0.006416411139070988, 0.00231916387565434, 0.00013657491945195943, -0.009186184965074062, 0.0011291352566331625, -0.01608974300324917, -0.03103817068040371, -0.007474214304238558, 0.015324227511882782, 0.008017034269869328, -0.004728797823190689, 0.01354962307959795, 0.007230641320347786, -0.021782394498586655, 0.015658270567655563, -0.030704127624630928, -0.006138042081147432, -0.003608361352235079, 0.03766335919499397, 0.009436717256903648, 0.008601609617471695, 0.03103817068040371, -0.01671607419848442, 0.02360571175813675, 0.01110693346709013, 0.004603531677275896, -0.008093586191534996, 0.015407738275825977, 0.005626538302749395, 0.002028615912422538, -0.0055430275388062, 0.014078524895012379, -0.004266008734703064, -0.021364839747548103, -0.0063085430301725864, -0.016103660687804222, 0.016855258494615555, 0.015365982428193092, 0.05414281785488129, 0.02048797719180584, -0.021462269127368927, 0.014906673692166805, 0.0017580757848918438, 0.005710049066692591, 0.015922721475362778, -0.00505936099216342, -0.004467826336622238, -0.00886606052517891, 0.0001005826416076161, -0.006513840518891811, -0.018219267949461937, -0.02328558824956417, -0.016980525106191635, 0.01679958403110504, 0.0033178136218339205, 0.001615411601960659, 0.008316281251609325, -0.021295247599482536, 0.037746869027614594, -0.0067156581208109856, 0.015324227511882782, 0.018817761912941933, -0.011754142120480537, -0.01281194481998682, 0.03120519407093525, 0.006778291426599026, 0.00013287781621329486, -0.024092858657240868, -0.012248246930539608, -0.005306413862854242, -0.019513685256242752, 0.0007085367105901241, -0.0038240975700318813, -0.012561412528157234, -0.003056842368096113, -0.009617657400667667, 0.027029654011130333, 0.002555777784436941, -0.003446559188887477, 0.02903391234576702, -0.037301480770111084, -0.021740637719631195, 0.004645287059247494, 0.017356323078274727, -0.0005623928736895323, -0.001805920503102243, -0.02615279145538807], \"65ed31b7-e228-4d27-8e69-007750efd06d\": [0.017387447878718376, 0.0077534937299788, 0.016856012865900993, -0.03643733263015747, -0.005682261660695076, 0.02674887143075466, -0.016787881031632423, -0.009538568556308746, -0.011827824637293816, -0.04172442480921745, 0.030659684911370277, 0.005389291327446699, 0.00557324942201376, 0.0022739265114068985, -0.005409731063991785, 0.009252411313354969, 0.015915783122181892, -0.00020077834778930992, 0.0243506021797657, -0.005362038034945726, 0.003706415183842182, -0.009926924481987953, -0.03864482790231705, -0.004598952829837799, -0.019022630527615547, -0.007474149577319622, 0.013340369798243046, -0.034120824187994, 0.00030191271798685193, -0.023451251909136772, 0.01858658157289028, -0.010976167395710945, -0.005975231993943453, -0.013238170184195042, -0.018218666315078735, 0.0033095425460487604, -0.01722392998635769, -0.04428621008992195, 0.026939643546938896, -0.01885911263525486, 0.04404093325138092, 0.009906484745442867, -0.020971223711967468, 0.011848264373838902, -0.004282135982066393, 0.03136826306581497, 0.013129157945513725, -0.014226093888282776, -0.019894728437066078, 0.023124216124415398, 0.01621556654572487, 0.03327597677707672, -0.03237662836909294, 0.002142771380022168, -0.01798701472580433, 0.009143399074673653, -0.0064998529851436615, 0.012638603337109089, 0.0053313784301280975, -0.0062034763395786285, 0.005147420335561037, -0.0019162303069606423, 0.000385588122298941, -0.004295762628316879, -0.01809602789580822, -0.0016402931651100516, -0.02226574346423149, 0.004401368089020252, 0.0005199371371418238, 0.011957276612520218, 0.012270687147974968, -0.0029245931655168533, -0.0014461150858551264, 0.0030165722128003836, 0.006717877462506294, -0.006002484820783138, -0.012236621230840683, -0.020671440288424492, 0.004387741442769766, -0.004745437763631344, 0.02390092797577381, -0.0019724396988749504, -0.023914553225040436, 0.019894728437066078, 0.003743888111785054, 0.010676383972167969, -0.0034594344906508923, 0.00724249891936779, 0.006516886409372091, -0.013067838735878468, -0.011562108062207699, 0.01468939520418644, 0.017414700239896774, 0.0053415982984006405, -0.004411587957292795, -0.0009513018885627389, 0.01771448366343975, 0.009838351979851723, 0.004411587957292795, 0.013558394275605679, -0.011664306744933128, -0.014648515731096268, -0.029814839363098145, -0.019022630527615547, -0.011507601477205753, -0.00864603091031313, 0.02441873587667942, 0.0018191413255408406, -0.003999385517090559, -0.024050818756222725, -0.001513396156951785, 0.03531995788216591, 0.004823790397495031, -0.01892724446952343, -0.008237235248088837, 0.011091992259025574, -0.008032836951315403, -0.030196383595466614, -0.016161059960722923, -0.018055148422718048, 0.025972159579396248, 0.031095733866095543, 0.017796244472265244, -0.027116788551211357, 0.0057606142945587635, -0.0007047469262033701, -0.005188299808651209, -0.011746065691113472, -0.007794373203068972, -0.023396745324134827, 0.05545996129512787, 0.006039957981556654, 0.02677612379193306, -0.0047079650685191154, -0.013626526109874249, 0.009313730522990227, 0.008182729594409466, 0.01979934237897396, -0.02820690907537937, -0.014185214415192604, 0.00178848160430789, 0.0004198673414066434, 0.005716328043490648, 0.019472306594252586, 0.004258289467543364, 0.009606701321899891, -0.0015517206629738212, 0.030795950442552567, 0.001817437936551869, 8.143978629959747e-05, -0.011582547798752785, 0.003067671786993742, 0.01387861743569374, 0.01481203455477953, 0.015438854694366455, 0.01040385290980339, 9.378882532473654e-05, -0.007917012088000774, 0.021039357408881187, 0.013837737962603569, 0.009041200391948223, 0.035265449434518814, 0.01031528040766716, 0.0011131168575957417, 0.02327410690486431, 0.022769926115870476, 0.019526813179254532, -0.014335106126964092, 0.007576348725706339, 0.00446268729865551, -0.003396411659196019, -0.006816669832915068, -0.03395730257034302, 0.009122959338128567, -0.003938066307455301, 0.022497395053505898, 0.02715766802430153, 0.005154233425855637, -0.030332647264003754, -0.011534854769706726, -0.009640767239034176, -0.005586876068264246, 0.02740294486284256, 0.026094797998666763, -0.02753921039402485, 0.002757668262347579, -0.00525302579626441, -0.0006191552965901792, 0.009777032770216465, 0.018109653145074844, 0.020194511860609055, -0.002738931914791465, -0.020821332931518555, -0.03237662836909294, -0.6388115882873535, -0.0038460870273411274, 0.023423999547958374, -0.03496566787362099, 0.017564592882990837, 0.018068773671984673, 0.021175622940063477, 0.034229833632707596, -0.018259545788168907, 0.044231705367565155, 0.029297031462192535, 0.014239720068871975, 0.008175916038453579, 0.002824097638949752, -0.019976487383246422, -0.01847757026553154, 0.01861383579671383, -0.01625644601881504, 0.005525556392967701, 0.02823416329920292, 0.01078539527952671, 0.006067210808396339, 0.001297926646657288, -0.01220936793833971, 0.013449382036924362, 0.009306917898356915, 0.019785717129707336, -0.018777353689074516, 0.012202554382383823, 0.02358751744031906, -0.037391189485788345, 0.006063804496079683, 0.028751971200108528, -0.008475699461996555, 0.0443134643137455, 0.008680097758769989, -0.027661848813295364, 0.010076816193759441, 0.019009005278348923, 0.016556229442358017, -0.0056992946192622185, -0.019785717129707336, 0.02729393169283867, 0.002606073161587119, -0.007801186293363571, -0.00040900870226323605, 0.033112458884716034, -0.0016777660930529237, -0.016760626807808876, -0.007174366153776646, 0.0069631552323699, -0.019853848963975906, 0.01342212874442339, 0.017659978941082954, -0.008584711700677872, -0.005791273899376392, 0.014662142843008041, -0.0031204745173454285, 0.0029773961286991835, -0.008346247486770153, 0.0056039090268313885, -0.011003419756889343, -0.027416571974754333, -0.010179014876484871, -0.017796244472265244, 0.015847649425268173, -0.0017194972606375813, -0.027866246178746223, 0.009000320918858051, -0.02347850427031517, -0.010410666465759277, -0.0025430505629628897, -0.016038421541452408, -0.037145912647247314, 0.0008831692393869162, 0.023846421390771866, 0.03278542309999466, -0.03820877894759178, -0.010676383972167969, 0.014553130604326725, -0.0036859754472970963, 0.001607930171303451, -0.03395730257034302, -0.012134421616792679, 0.01607930101454258, -0.0054608304053545, -0.00911614578217268, -0.02706228196620941, 0.0018123280024155974, -0.006322708446532488, 0.016174687072634697, 0.002079748548567295, 0.01290432084351778, -0.022429263219237328, -0.0034202581737190485, 0.03090496174991131, -0.00019204885757062584, 0.002859867177903652, -0.01045154593884945, -0.025754135102033615, -0.008550645783543587, -0.005917319096624851, -0.003491797484457493, 0.019118016585707664, 0.023778289556503296, -0.0009163839276880026, 0.01851844973862171, 0.009225158020853996, 0.04698426276445389, -0.02191145531833172, 0.013360809534788132, -0.03147727623581886, -0.013851364143192768, -0.001817437936551869, 0.0024595879949629307, -0.0271985474973917, 0.028779223561286926, -0.0018191413255408406, 0.007957891561090946, -0.0037711411714553833, 0.009817912243306637, 0.015166323632001877, -0.005355224944651127, -0.02518182061612606, 0.02125738188624382, -0.02538621798157692, -0.026830630376935005, 0.003312949324026704, 0.0002955253003165126, 0.01670612208545208, 0.01791888289153576, 0.024200711399316788, 0.030850455164909363, -0.012495525181293488, 0.018000641837716103, 4.279581116861664e-05, -0.004231036640703678, -0.013796858489513397, 0.02899724803864956, -0.019976487383246422, -0.01746920682489872, -0.008169102482497692, 0.017973387613892555, -0.003394708503037691, -0.005137200467288494, -0.01656985655426979, -0.02684425748884678, -0.01370147243142128, -0.002510687569156289, 0.012856627814471722, 0.004241256508976221, -0.01062869094312191, 0.003948286175727844, 0.007297005038708448, -0.007331071421504021, -0.00929329078644514, -0.011916397139430046, 0.0007136893109418452, 0.005712921265512705, -0.016719747334718704, -0.019676703959703445, 0.03363026678562164, -0.004333235323429108, -0.017046784982085228, -0.009320544078946114, -0.007692174054682255, -0.018491197377443314, 0.004346861969679594, -0.03052341938018799, -0.024527747184038162, -0.016801506280899048, 0.012836188077926636, -0.008475699461996555, 0.0019264501752331853, -0.00724931200966239, 0.009197905659675598, -0.028016138821840286, -0.009954177774488926, 0.025263579562306404, -0.01798701472580433, 0.023805541917681694, 0.013115531764924526, 0.014253347180783749, -0.00684392312541604, 0.05104496702551842, 0.02545435167849064, 0.009545382112264633, 0.010880781337618828, -0.017060412093997, 0.01861383579671383, 0.021829696372151375, 0.005178079940378666, -0.018286798149347305, -0.006588425487279892, 0.0047318111173808575, 0.026040291413664818, -0.0067519438453018665, 0.011493975296616554, -0.005828746594488621, 0.012332006357610226, 0.029460551217198372, 0.00171098078135401, 0.02112111635506153, -0.04066155478358269, 0.010812648572027683, -0.036055788397789, -0.008482513017952442, -0.022211238741874695, -0.0032550364267081022, 0.017387447878718376, 0.0057708341628313065, 0.00494983559474349, -0.008400753140449524, -0.011248697526752949, -0.008278114721179008, 0.0025703036226332188, -0.009858791716396809, 0.006792823318392038, -0.008537018671631813, -0.013497074134647846, 0.017033157870173454, -0.0069086491130292416, 0.03049616701900959, 0.02861570566892624, -0.01896812580525875, 0.011166938580572605, 0.018954498693346977, 0.00823042169213295, -0.01519357692450285, -0.04327784851193428, 0.007133486680686474, -0.0014146037865430117, 0.009674834087491035, -0.015956662595272064, -0.001974143087863922, -0.010342533700168133, 0.02663986012339592, -0.0243506021797657, 0.008857241831719875, -0.018532076850533485, 0.012958826497197151, 0.02274267189204693, 0.007508215960115194, -0.021066609770059586, 0.004043671768158674, 0.013353995978832245, 0.03755470737814903, 0.011350896209478378, -0.03591952472925186, 0.006349961273372173, -0.017659978941082954, 0.016610736027359962, -0.011364523321390152, -0.020821332931518555, 0.02063056081533432, -0.019921982660889626, 0.009647580794990063, 0.018572956323623657, -0.00012178708129795268, 0.0272257998585701, 0.005743580870330334, -0.010737703181803226, 0.0010500941425561905, 0.019295161589980125, 0.005317751783877611, -0.0032073436304926872, -0.04303257167339325, -0.009981431066989899, -0.01073088962584734, 0.006016111467033625, -0.00929329078644514, -0.018627461045980453, -0.018804606050252914, 0.016583483666181564, 0.003452621167525649, 0.001674359431490302, 0.012822561897337437, 0.004019825253635645, 0.010567371733486652, 0.009947364218533039, -0.013517513871192932, -0.010546931065618992, 0.009872418828308582, 0.03630106523633003, -0.013483447954058647, -0.00981109868735075, -0.015098191797733307, -0.0014921046094968915, 0.002514094114303589, 0.009157026186585426, -0.029515055939555168, 0.019267909228801727, 0.0077398670837283134, 0.0010483908699825406, -0.009545382112264633, 0.013660592958331108, 0.034502364695072174, -0.006636118516325951, -0.012924760580062866, 0.013837737962603569, 0.006748537067323923, 0.008537018671631813, 0.008898122236132622, -0.02351938560605049, 0.029515055939555168, 0.004244662821292877, -0.024854784831404686, -0.006574798841029406, 0.02204771898686886, -0.002737228525802493, 0.0025754135567694902, -0.01813690736889839, -0.01910438947379589, 0.014021695591509342, 0.013469821773469448, -0.004380928352475166, -0.012434205040335655, -0.019431427121162415, 0.03998022899031639, 0.012113981880247593, -0.015220830217003822, -0.010737703181803226, -0.027620969340205193, 0.029542310163378716, 0.025604242458939552, 0.006905242335051298, 0.0005825340049341321, 0.027620969340205193, 0.011562108062207699, 0.01903625763952732, -0.022797178477048874, -0.014893793500959873, 0.007446896750479937, -0.012754429131746292, -0.00675535062327981, -0.01791888289153576, -0.008066903799772263, 0.004483127035200596, 0.00203546229749918, -0.0031954203732311726, 0.005900286138057709, -0.023805541917681694, 0.007733053993433714, -0.013381249271333218, -0.011419028975069523, 0.0014401535736396909, 0.0196221973747015, 0.03264915570616722, 0.01576589047908783, 0.01789162866771221, 0.010390226729214191, 0.010744515806436539, 0.021516285836696625, -0.04420445114374161, -0.011500787921249866, 0.019717583432793617, 0.021693430840969086, 0.019513186067342758, 0.0026231063529849052, 0.024364229291677475, 0.025822266936302185, 0.018382184207439423, 0.019772090017795563, -0.019990114495158195, 0.019322413951158524, 0.013953562825918198, 0.004275322891771793, -0.006516886409372091, 0.020153632387518883, -0.003314652480185032, 0.006820076610893011, 0.019526813179254532, -0.00020642059098463506, 0.00156279222574085, -0.005873032845556736, -0.004241256508976221, -0.025604242458939552, -0.0055936891585588455, 0.012372885830700397, 0.005379071459174156, 0.03515643998980522, 0.015316215343773365, -0.0016462546773254871, -0.05265289917588234, -0.0023182127624750137, -0.036055788397789, -0.004564886447042227, -0.0026179964188486338, -0.02948780357837677, -0.005297312047332525, -0.021407272666692734, 0.005464237183332443, -0.018532076850533485, -2.081238926621154e-05, -0.017591845244169235, -0.020194511860609055, -0.023464879021048546, 0.004598952829837799, -0.004316202364861965, 0.000978554948233068, 0.0036280627828091383, -0.016665242612361908, 0.007140299770981073, 0.009361423552036285, -0.036628104746341705, -0.011950463987886906, -0.008973067626357079, -0.03510193154215813, -0.020780453458428383, -0.0032686630729585886, 0.019881101325154305, 0.0048987362533807755, -0.008100969716906548, 0.03215860202908516, 0.01517995074391365, -0.005930945742875338, 0.014375985600054264, -0.005583469290286303, 0.004496753681451082, -0.0021683210507035255, 0.008462073281407356, 0.03136826306581497, 0.0055085234344005585, -0.03758196160197258, 0.02080770581960678, 0.011350896209478378, -0.003679162124171853, 0.005293905735015869, -0.0023744222708046436, 0.018055148422718048, 0.0019707363098859787, 0.011139685288071632, -0.006281828507781029, 0.003989165648818016, 0.010281214490532875, -0.0234103724360466, 0.00814184918999672, -0.002311399672180414, 0.015207204036414623, 0.005450610537081957, 0.012250247411429882, -0.0018395810620859265, 0.02410532534122467, -0.01785074919462204, -0.017946135252714157, -0.02125738188624382, 0.02372378297150135, 0.023110589012503624, -0.011889144778251648, 0.012972453609108925, 0.00425488268956542, -0.018899992108345032, -0.008373500779271126, -0.009572634473443031, -0.015316215343773365, 0.02663986012339592, -0.03564699366688728, -0.024146204814314842, -0.0022722233552485704, -0.02847944013774395, 0.019635824486613274, 0.02691238932311535, -0.0063942475244402885, 0.01778261736035347, -0.004401368089020252, 0.013381249271333218, -0.005723141133785248, -0.020153632387518883, -0.030414408072829247, -0.0379907563328743, -0.023941807448863983, 0.006441940553486347, 0.019676703959703445, 0.038018010556697845, -0.003519050544127822, 0.01650172285735607, -0.01062869094312191, 0.0027491517830640078, 0.0006600348860956728, 0.006976781412959099, 0.013967189937829971, -0.007126673590391874, 0.02847944013774395, 0.013660592958331108, 0.03155903518199921, -0.0014384501846507192, -0.002652062801644206, -0.002679315861314535, 0.005651602055877447, 0.019267909228801727, -0.01109880581498146, -0.01040385290980339, -0.037663720548152924, -0.005532369948923588, 0.012148048728704453, 0.02392818033695221, -0.0031562442891299725, -0.018668340519070625, 0.011889144778251648, 0.003566743340343237, -0.00604336429387331, -0.0009376753587275743, -0.03420258313417435, -0.04529457539319992, -0.0010500941425561905, 0.02114836871623993, 0.0033725653775036335, 0.0031647607684135437, -0.02549523115158081, -0.02336949296295643, 0.027525583282113075, 0.0027917346451431513, 0.02504555508494377, -0.013933123089373112, 0.04401367902755737, -0.011855077929794788, 0.01753734052181244, -0.0010211378103122115, 0.022947071120142937, -0.012420578859746456, 0.000884020933881402, -0.026558099314570427, -0.008462073281407356, 0.012556844390928745, 0.00783525314182043, 0.02674887143075466, 0.0011403699172660708, -0.0033538287971168756, -0.01587490364909172, -0.0037472948897629976, -0.03273091837763786, 0.01740107499063015, 0.00673831719905138, -0.023246854543685913, -0.0007358324364759028, -0.01399444229900837, -0.0027338219806551933, 0.004510380327701569, 0.011555294506251812, 0.018450316041707993, 0.009851979091763496, 0.009375050663948059, -0.028942741453647614, -0.02049429528415203, 0.0023301360197365284, -0.029651321470737457, 0.05488764867186546, -0.010799022391438484, 0.019145268946886063, 0.009368237107992172, 0.02886098250746727, -0.023328613489866257, 0.015411601401865482, 0.0019043070496991277, -0.0029348130337893963, 0.022974323481321335, 0.013490261510014534, -0.003491797484457493, 0.008223609067499638, -0.018954498693346977, -0.010533304885029793, -0.017060412093997, -0.023287734016776085, 0.035510726273059845, -0.014062575064599514, -0.01331993006169796, -0.007828439585864544, -0.007692174054682255, -0.03142277151346207, -0.008979881182312965, -0.01519357692450285, 0.005917319096624851, 0.014089828357100487, -0.012965640053153038, -0.022442888468503952, -0.00844163354486227, -0.006653151474893093, 0.0164608433842659, 0.00915021263062954, -0.0070994202978909016, 0.0008448446169495583, 0.009327357634902, -0.020685067400336266, 0.005283685866743326, 0.030686937272548676, 0.030795950442552567, -0.034720391035079956, 0.016651615500450134, 0.03502017259597778, 0.040688809007406235, -0.0027798113878816366, -0.006966561544686556, -0.0034287746530026197, 0.027144040912389755, -0.012822561897337437, -0.014716648496687412, 0.005580062512308359, -0.00357696320861578, 0.008516578935086727, -0.0029876159969717264, -0.0038563068956136703, -0.03679162263870239, -0.02962406910955906, -0.022442888468503952, 0.01026077475398779, 0.022660912945866585, -0.010724076069891453, -0.02834317460656166, -0.0045206001959741116, 0.003088111523538828, 0.003907406702637672, -0.004469500854611397, 0.013326742686331272, -0.024963796138763428, 0.0025157975032925606, 0.009579448029398918, -0.0014384501846507192, 0.02285168506205082, -0.0009291587630286813, -0.005491490010172129, 0.01448499783873558, 0.022497395053505898, -0.025263579562306404, 0.029678573831915855, -0.016583483666181564, 0.00278662471100688, -0.025481604039669037, 0.01771448366343975, -0.011091992259025574, -0.030577925965189934, -0.012720362283289433, -0.012059476226568222, -0.01827317290008068, 0.008203169330954552, 0.01212079543620348, 0.028670212253928185, -0.0008899825043044984, 0.004139057360589504, 0.039680443704128265, -0.0010194345377385616, 0.00496686901897192, 0.008148662745952606, -0.03649183735251427, 0.015752265229821205, -0.048810217529535294, -0.009538568556308746, -0.007733053993433714, -0.015098191797733307, -0.019022630527615547, -0.02222486399114132, 0.002614589873701334, -0.008114596828818321, -0.02004462108016014, -0.028179656714200974, 0.0017305688234046102, 0.035510726273059845, -0.027457451447844505, -0.012427392415702343, -0.006533919367939234, -0.03237662836909294, -0.010690010152757168, 0.007773933466523886, 0.023873673751950264, -0.003989165648818016, 0.011970903724431992, 0.003209047019481659, 0.012618163600564003, 0.009375050663948059, -0.023124216124415398, -0.003350422251969576, -0.019472306594252586, -0.009381863288581371, -0.01722392998635769, 0.021516285836696625, -0.004868076648563147, 0.023396745324134827, 0.0025447537191212177, -0.021843321621418, -0.031586289405822754, -0.02574050799012184, -0.029160765931010246, -0.029324285686016083, -0.007201619446277618, -0.005767427384853363, 0.038808345794677734, -0.0023369493428617716, 0.0007954484899528325, 0.04796537384390831, -0.00040666665881872177, 0.03000561147928238, -0.049273520708084106, 0.013585646636784077, 0.0014554833760485053, 0.010342533700168133, 0.024200711399316788, 0.0016053752042353153, -0.0012868550838902593, -0.011534854769706726, 0.019812969490885735, 0.005144013557583094, 0.012699922546744347, 0.0348021499812603, 0.01973121054470539, 0.004605765920132399, -0.027171293273568153, 0.012236621230840683, -0.005430170800536871, 0.005702701397240162, 0.014021695591509342, -0.031231999397277832, -0.014798407442867756, 0.010914848186075687, -0.009661206975579262, -0.01151441503316164, 0.02681700326502323, 0.013769605197012424, -0.006312488578259945, 0.014375985600054264, -0.01240013912320137, -0.01973121054470539, -0.008775482885539532, -0.013217730447649956, 0.012332006357610226, 0.007957891561090946, -0.010478799231350422, 0.01813690736889839, 0.0024153017438948154, -0.020984850823879242, 0.019077137112617493, 0.004241256508976221, -0.013156411238014698, 0.0010313576785847545, -0.005978638306260109, -0.0039823525585234165, -0.009974617511034012, -0.010669570416212082, 0.011248697526752949, -0.019962862133979797, -0.01517995074391365, -0.00447972072288394, -0.0035122372210025787, -0.020848585292696953, -0.00336915859952569, -0.009484062902629375, -0.025304459035396576, -0.005808306857943535, 1.4611256119678728e-05, 0.0015116927679628134, -0.0019622198306024075, -0.023601144552230835, -0.02045341581106186, -0.021993214264512062, 0.0025532704312354326, -0.015534239821135998, -0.018899992108345032, -0.011698372662067413, -0.011364523321390152, 0.021843321621418, 0.0026282162871211767, -0.0028632739558815956, 0.20930345356464386, -0.006271608639508486, 0.00743327010422945, 0.02688513696193695, -0.02257915399968624, -0.001953703351318836, 0.029705828055739403, -0.010362973436713219, -0.010253961198031902, 0.02278355322778225, -0.00872097723186016, 0.011568920686841011, -0.01148034818470478, -0.0005161046865396202, 0.010580997914075851, -0.01290432084351778, -0.02334224060177803, -0.02212947979569435, -0.023887300863862038, -0.016406338661909103, -0.004895329475402832, 0.0067621637135744095, -0.02524995431303978, 0.001967329764738679, 0.01625644601881504, -0.007297005038708448, -0.019513186067342758, 0.005208739545196295, 0.016406338661909103, 0.01111243199557066, -0.04502204433083534, -0.011848264373838902, -0.010383413173258305, 0.030795950442552567, -0.01323135755956173, -0.022838057950139046, 0.012924760580062866, 0.0006442791782319546, 0.004956649150699377, -0.022756299003958702, -0.002362499013543129, -0.01387861743569374, -0.01701953075826168, -0.012406952679157257, -0.012802121229469776, 0.012045849114656448, -0.008278114721179008, -0.006796230096369982, 0.017114916816353798, 0.02004462108016014, 0.002321619540452957, 0.01903625763952732, 0.026612605899572372, 0.022797178477048874, 0.010274400934576988, -0.022769926115870476, 0.011275950819253922, 0.01816415973007679, 0.005913912318646908, 0.012059476226568222, -0.00012636474275495857, 0.02976033464074135, -0.00014254623965825886, 0.0017816683975979686, 0.006639524828642607, 0.009572634473443031, -0.025849521160125732, -0.004248069599270821, 0.0051406072452664375, -0.028152404353022575, 0.028370428830385208, -0.014266973361372948, -0.002210903912782669, 0.021230127662420273, 0.010758142918348312, -0.01872284710407257, 0.0039005931466817856, 0.043713897466659546, 0.018259545788168907, 0.03466588258743286, -0.027239426970481873, -0.005801493767648935, -0.01746920682489872, -0.00904801394790411, -0.0218160692602396, -0.025972159579396248, 0.04087958112359047, -0.010247147642076015, -0.006612272001802921, -0.008468885906040668, -0.00594797870144248, -0.0256314966827631, -0.005184893496334553, 0.020126380026340485, 2.9595112209790386e-05, 0.01120100449770689, -0.01903625763952732, 0.009184278547763824, -0.015343468636274338, -0.032839927822351456, -0.041451893746852875, 0.024200711399316788, 0.029133513569831848, 0.02298795059323311, -0.02121650241315365, -0.032485637813806534, 0.018314052373170853, -0.020303525030612946, -0.011405402794480324, 0.012134421616792679, 0.0050690677016973495, -0.038399551063776016, 0.01760547235608101, -0.004057298414409161, 0.020208138972520828, 0.024541374295949936, 0.007453709840774536, -0.016297325491905212, 0.007460523396730423, 0.0033333890605717897, -0.006990408059209585, -0.02702140249311924, -0.00555621599778533, 0.0008060942054726183, 0.00547786382958293, 0.00089338916586712, -0.03139551728963852, 0.004397961311042309, -0.030823202803730965, -0.02632644958794117, 0.012645416893064976, -0.02899724803864956, 0.00891174841672182, -0.0040061986073851585, 0.0002853054029401392, -0.012359259650111198, 0.002190464176237583, -0.04646645486354828, 0.002476621186360717, 0.023710155859589577, 0.002163211116567254, -0.013306302949786186, 0.019090764224529266, -0.018014268949627876, 0.008182729594409466, -0.024691266939044, -0.006121716927736998, 0.010580997914075851, -0.022279370576143265, -0.019567692652344704, -0.017946135252714157, -8.106718451017514e-05, 0.010240335017442703, -0.02653084695339203, -0.008312181569635868, -3.177748658345081e-05, -0.005692481528967619, -0.053334224969148636, -0.012434205040335655, 0.011303204111754894, -0.0310139749199152, 0.024432361125946045, 0.02251102216541767, -0.002221123781055212, -0.025958532467484474, -0.04548534378409386, -0.17485558986663818, 0.033466748893260956, 0.030659684911370277, -0.019976487383246422, 0.008448446169495583, 0.002059308812022209, 0.010144948959350586, 0.028506694361567497, 0.016869639977812767, -0.02758008986711502, 0.0009811099153012037, -0.009627141058444977, -0.02052154950797558, -0.0018106247298419476, -0.0019094169838353992, -0.01979934237897396, -0.003379378467798233, 0.010690010152757168, 0.032213110476732254, 0.005876439623534679, 0.02291981689631939, -0.02937879040837288, -0.0038631202187389135, 0.0164608433842659, -0.013721912167966366, 0.003948286175727844, 0.0001778900477802381, -0.004397961311042309, -0.0023028829600661993, -0.04047078266739845, -0.029678573831915855, 0.0016436997102573514, -0.0003217137709725648, 0.0036076228134334087, -0.0020559022668749094, 0.0026231063529849052, -0.009415930137038231, -0.005382477771490812, -0.014444118365645409, 0.011814198456704617, 0.010758142918348312, 0.02789350040256977, -0.023982686921954155, 0.010008683428168297, 0.016937771812081337, 0.019949235022068024, 0.01701953075826168, -0.005399511195719242, 0.009565821848809719, -0.007664921227842569, 0.00010321029549231753, -0.014580382965505123, 0.016787881031632423, 0.020303525030612946, 0.018123280256986618, -0.0038120208773761988, -0.02309696190059185, 0.015752265229821205, -0.012141235172748566, -0.013401689007878304, -0.0005982896545901895, -0.016133807599544525, 0.00793745182454586, -0.006138750351965427, 0.0031494309660047293, -0.011977716349065304, -0.0048033506609499454, 0.001946890028193593, -0.018068773671984673, 0.001185507862828672, -0.001607930171303451, -0.0006830296479165554, -0.02278355322778225, -0.028125150129199028, 0.0016488097608089447, 0.01449862401932478, -0.03938066214323044, 0.01323135755956173, -0.015615999698638916, 0.011589360423386097, -0.03213134780526161, 0.0009836648823693395, -0.024704892188310623, 0.004823790397495031, -0.0019962862133979797, 0.01347663439810276, 0.004868076648563147, 0.0014929563039913774, -0.013646965846419334, -0.011752879247069359, 0.019703958183526993, -0.016174687072634697, -0.032349374145269394, -0.009020760655403137, 0.0015755671774968505, 0.014416865073144436, 0.011105619370937347, -0.017564592882990837, -0.006966561544686556, -0.01538434810936451, 0.008203169330954552, 0.005103134084492922, -0.03308520466089249, 0.01979934237897396, 0.018981751054525375, 0.02351938560605049, 0.014934672974050045, -0.012843001633882523, 0.022551901638507843, -0.0066667781211435795, -0.015288962982594967, 0.009347797371447086, 0.008714163675904274, 0.02004462108016014, 0.02052154950797558, 0.01851844973862171, 0.010942100547254086, -0.02726667933166027, 0.034120824187994, 0.008278114721179008, 0.04387741535902023, -0.008877681568264961, -0.006315894890576601, 0.007078980561345816, 0.007208432536572218, -0.0024681047070771456, -0.09435006976127625, -0.019608572125434875, -0.0013430644758045673, -0.007453709840774536, 0.013047398999333382, 0.031095733866095543, -0.011786945164203644, 0.04254201427102089, 0.0027968445792794228, 0.033112458884716034, -0.004772691056132317, -0.009749779477715492, -0.02076682634651661, 0.0003860139404423535, 0.002663985826075077, -0.0003461989399511367, -0.013633339665830135, -0.015997542068362236, -0.0193087887018919, 0.051726292818784714, -0.008680097758769989, 0.0008831692393869162, -0.00019300697022117674, -0.02437785640358925, 0.003958506044000387, 0.009463622234761715, -0.030823202803730965, 0.01291794702410698, 0.024541374295949936, -0.002001396147534251, 0.0013234764337539673, -0.030032863840460777, -0.01059462409466505, -0.007351511158049107, 0.000287221628241241, -0.0024221150670200586, -0.021039357408881187, -0.027702728286385536, 0.025195447728037834, -0.007187992800027132, 0.005719734355807304, 0.029814839363098145, 0.0031562442891299725, -0.030932215973734856, 0.022688167169690132, -0.005167860072106123, -0.02159804478287697, 0.032076843082904816, -0.02511368878185749, -0.004970275331288576, -0.023451251909136772, -0.020535174757242203, 0.005191706586629152, -0.03215860202908516, 0.015547866933047771, 0.02073957398533821, 0.03134101256728172, 0.01656985655426979, -0.0038903732784092426, 0.02574050799012184, 0.007944265380501747, -0.0027236018795520067, -0.01417158730328083, 0.03649183735251427, 0.011562108062207699, 0.0032618497498333454, -0.03262190520763397, -0.002764481585472822, 0.017360195517539978, -0.054724130779504776, -0.028261415660381317, 0.03425708785653114, -0.02789350040256977, 0.0240644458681345, -0.024391481652855873, -0.004449061118066311, -0.0014171587536111474, 0.0015661988873034716, 0.029133513569831848, -0.0018395810620859265, 0.02390092797577381, -0.00574017409235239, 0.014716648496687412, -0.015915783122181892, 0.019267909228801727, 0.031831566244363785, 0.01757821999490261, 0.004680711776018143, 0.007991957478225231, -0.02556336298584938, 0.001459741615690291, 0.013626526109874249, -0.0054472037591040134, -0.020017366856336594, 0.00981109868735075, 0.011207818053662777, 0.016270073130726814, -0.012481898069381714, -0.006312488578259945, 0.00012551307736430317, -0.01650172285735607, -0.0004170994507148862, -0.03807251527905464, 0.024950170889496803, -0.027184920385479927, 0.005324565339833498, 0.012979266233742237, 0.0004828900273423642, -0.020862212404608727, -0.013606086373329163, -0.0011241884203627706, -0.004370708484202623, -0.020725946873426437, -0.007508215960115194, -0.03278542309999466, -0.013919496908783913, -0.0004085828841198236, 0.006029738113284111, 0.0125023378059268, 0.004370708484202623, 0.010165388695895672, -0.010056376457214355, -0.009075266309082508, 0.012665856629610062, 0.008884495124220848, -0.007501402869820595, -0.01368784625083208, -0.007807999849319458, -0.012386512942612171, -0.0008158882847055793, -0.01625644601881504, -0.00953175500035286, 0.02612205222249031, -0.0240371935069561, 0.007283378392457962, 0.02368290349841118, 0.013483447954058647, -0.025304459035396576, 0.004203783348202705, 0.037799984216690063, 0.037309430539608, 0.012543217279016972, -0.012359259650111198, -0.026094797998666763, 0.02347850427031517, -0.012768055312335491, -0.015275335870683193, -0.023533010855317116, -0.03150453045964241, 0.017414700239896774, 0.009415930137038231, -0.006520292721688747, 0.028125150129199028, 0.006717877462506294, 0.021489031612873077, -0.02545435167849064, -0.014457744546234608, -0.034611377865076065, 0.003597402945160866, 0.020289897918701172, -0.0011974310036748648, 0.008448446169495583, 0.01903625763952732, 0.017169423401355743, 0.0027218987233936787, -0.017741737887263298, 0.002558380365371704, -0.008312181569635868, 0.005672041792422533, 0.005706108175218105, 0.019118016585707664, -0.040825072675943375, -0.0015278742648661137, 0.008761856704950333, -0.0029348130337893963, 0.024364229291677475, 0.001542352489195764, -0.0019690331537276506, 0.015466107986867428, 0.010104069486260414, -0.00895944144576788, 0.012148048728704453, 0.007923824712634087, -0.0011829527793452144, -0.0013319929130375385, -0.0014265270438045263, 0.012986079789698124, 0.013081465847790241, -0.009565821848809719, -0.001497214543633163, -0.026612605899572372, -0.002669095993041992, -0.009579448029398918, 0.018109653145074844, -0.014634889550507069, 0.011575734242796898, 0.015084564685821533, 0.00342536810785532, -0.033603012561798096, 0.03899911791086197, -0.0001167835871456191, 0.030468912795186043, 0.006925682071596384, 0.004234442953020334, -0.019090764224529266, -0.018082400783896446, -0.008046464063227177, 0.0027423384599387646, -0.026421835646033287, -0.0275119561702013, 0.009327357634902, 0.007787560112774372, 0.016801506280899048, 0.005195113364607096, 0.0023982685524970293, 0.002955253003165126, 0.0006217102636583149, 0.0026196998078376055, -0.007358324248343706, 0.019158896058797836, 0.002025242429226637, 0.03300344571471214, -0.0027542617172002792, 0.0013089982094243169, 0.036655355244874954, -0.005808306857943535, 0.029433296993374825, 0.00942955631762743, -0.0016581779345870018, -0.028397681191563606, 0.03000561147928238, -0.0011599580757319927, -0.012236621230840683, -0.0109080346301198, 0.0035905896220356226, -0.00475906440988183, -0.013244983740150928, -0.02267454005777836, 0.015602372586727142, 0.016965026035904884, 0.01081946212798357, 0.0898260623216629, 0.002476621186360717, -0.04913725331425667, 0.03049616701900959, 0.02351938560605049, 0.03164079412817955, 0.015779517590999603, -0.0029859126079827547, 0.007726240437477827, 0.0006378917605616152, 0.007746680174022913, -0.0003238429198972881, -0.001580677111633122, -0.02132551372051239, -0.03155903518199921, 0.00645216042175889, 0.020930344238877296, 0.04883747175335884, 0.017728110775351524, -0.02031715027987957, 0.022497395053505898, 0.021134743466973305, 0.013783231377601624, 0.008012397214770317, -0.005988858174532652, -0.02166617661714554, 0.039298903197050095, 0.004554666578769684, -0.005685667973011732, -0.017346568405628204, -0.016338204964995384, 0.0005339895142242312, -0.029433296993374825, -0.004104990977793932, -0.0013788341311737895, -0.011568920686841011, -0.0013498777989298105, -0.014008069410920143, 0.0010884187649935484, -0.006343148183077574, -0.008325807750225067, -0.024650385603308678, -0.025413472205400467, -0.03303069993853569, 0.006826889701187611, 0.0027184919454157352, 0.006159190088510513, 0.0013064432423561811, -0.0386175774037838], \"c045a3d1-6729-48c1-ae80-ec9905c6545e\": [0.00010896253661485389, 0.009985547512769699, 0.007997935637831688, -0.03226308897137642, -0.0025947499088943005, 0.034135378897190094, -0.0021470284555107355, 0.0074213240295648575, -0.013499483466148376, -0.01961834542453289, 0.021341394633054733, 0.004650198854506016, 0.035383570939302444, 0.01971331611275673, -0.006003539077937603, 0.0019265594892203808, 0.01126765925437212, -0.010955611243844032, 0.020079633221030235, -0.02135496214032173, -0.016932016238570213, -0.0006028977804817259, -0.013234920799732208, -0.021056480705738068, -0.019767586141824722, 0.010473971255123615, 0.03684884309768677, -0.04048488289117813, 0.0018892493098974228, -0.0055999113246798515, 0.013370594009757042, -0.01862793043255806, -0.012203804217278957, -0.0187229011207819, -0.0037615394685417414, 0.00019503022485878319, -0.008221795782446861, -0.004273705650120974, 0.03286004811525345, -0.001631470280699432, 0.03885680437088013, -0.009171508252620697, -0.036034803837537766, -0.014123580418527126, 0.0007953841704875231, 0.028382834047079086, 0.01721693016588688, -0.035302165895700455, -0.015439609996974468, 0.022684559226036072, 0.027134640142321587, 0.031557586044073105, -0.041027575731277466, -0.006966819055378437, -0.008506709709763527, 0.006152779795229435, -0.011043798178434372, 0.006820970214903355, -0.0037106620147824287, -0.024326205253601074, 0.0026863294187933207, -0.003649609163403511, 0.0044229463674128056, 0.004270314238965511, -0.005664356052875519, -0.011355847120285034, 0.019916826859116554, 0.0031425305642187595, 0.005420144181698561, -0.01697271689772606, 0.02819289080798626, 0.011654327623546124, -0.0036835274659097195, 0.028328564018011093, 0.014313522726297379, -0.012536203488707542, -0.019496239721775055, -0.010270461440086365, 0.008879810571670532, -0.019686181098222733, 0.018098805099725723, -0.01754254475235939, -0.006512313615530729, 0.029332546517252922, -0.004846924915909767, -0.0016204467974603176, 0.022928770631551743, 0.009782037697732449, -0.001474598073400557, -0.020323846489191055, -0.015995871275663376, 0.018587227910757065, 0.004887626972049475, -0.00019534821331035346, 0.004426338244229555, -0.017841026186943054, 0.032642971724271774, 0.019441969692707062, 0.008350685238838196, -0.00625792657956481, -0.007611266802996397, 0.008547411300241947, -0.03250730037689209, -0.013085680082440376, -0.019808286800980568, 0.005186107940971851, 0.005050434730947018, -0.019346999004483223, 0.020486652851104736, -0.02135496214032173, 0.003364695468917489, 0.026089956983923912, 0.020500220358371735, -0.001503428677096963, -0.004450080916285515, 0.021843384951353073, 0.023050876334309578, -0.03899247944355011, 0.014232118614017963, -0.010738533921539783, 0.029902374371886253, 0.032317355275154114, 0.01712195761501789, -0.03535643592476845, 0.009897359646856785, 0.0031340508721768856, -0.0151818310841918, -0.004076979588717222, -0.014354224316775799, -0.006617460399866104, 0.036279015243053436, 0.006040849257260561, 0.02803008258342743, 0.0019316471880301833, -0.01645715907216072, -0.029902374371886253, 0.014340657740831375, -0.009198643267154694, -0.015846630558371544, -0.031964607536792755, -0.004477215465158224, 0.0048231822438538074, -0.00669208075851202, 0.0002738902694545686, -0.0049792067147791386, 0.01014835573732853, 0.011084500700235367, 0.03693024441599846, -0.012068131007254124, -0.01961834542453289, -0.005026692058891058, -0.0039650495164096355, -0.006122253369539976, 0.008961214683949947, 0.0023403626400977373, 0.024801060557365417, -0.006753133609890938, -0.0019757410045713186, 0.0026388438418507576, 0.02235894277691841, -0.0007283954764716327, 0.03733726590871811, 0.013262055814266205, 0.0151818310841918, 0.013106031343340874, 0.032127413898706436, 0.007692670449614525, 0.006678513251245022, 0.03698451444506645, 0.015236100181937218, 0.026062821969389915, 0.016416456550359726, -0.02594071626663208, -0.0008979869890026748, -0.002381064696237445, 0.0006134972791187465, 0.017732487991452217, 0.006495354697108269, -0.026591947302222252, -0.008269282057881355, -0.015398908406496048, -0.012861819937825203, 0.05171862617135048, 0.016077274456620216, -0.008262498304247856, 0.0061697387136518955, 0.014245686121284962, -0.0003268876171205193, 0.008778056129813194, 0.015900898724794388, 0.01629435084760189, -0.00042821854003705084, -0.010548591613769531, -0.027867276221513748, -0.6382067203521729, -0.005969620775431395, 0.017746055498719215, -0.043361153453588486, 0.0010540111688897014, 0.018275180831551552, 0.030580740422010422, 0.015317504294216633, 0.0008996829274110496, 0.02843710221350193, 0.02337649278342724, 0.028464237228035927, 0.018437987193465233, -0.006624244153499603, -0.03017372079193592, -0.01861436292529106, 0.03532930091023445, -0.04059342294931412, 0.022738829255104065, -0.01280076615512371, 9.90520347841084e-05, 0.01193245779722929, 0.006875239312648773, -0.021002210676670074, 0.013764046132564545, 0.011376198381185532, 0.03511222451925278, -0.01572452485561371, 0.014137147925794125, 0.011918890289962292, -0.017271198332309723, -0.007095708511769772, 0.013418079353868961, 0.00648857094347477, 0.05521899461746216, 0.005433711688965559, 0.006234183441847563, 0.006410558708012104, 0.016674237325787544, 0.03402683883905411, -0.002265742514282465, -0.008737354539334774, 0.014204984530806541, 0.015426043421030045, 0.009904143400490284, 0.0005015668575651944, 0.039697978645563126, -0.007387405727058649, -0.009917710907757282, -0.0012668485287576914, -0.00315101002342999, 0.006770092528313398, 0.003971832804381847, 0.028871256858110428, -0.022074030712246895, -0.023973453789949417, 0.01786816120147705, 0.001980828819796443, -0.01587376371026039, -0.015222533605992794, 0.01512756198644638, -0.005440495442599058, -0.008886594325304031, -0.009585311636328697, -0.008737354539334774, 0.011410116218030453, -0.004032886121422052, -0.01168824639171362, -0.009632796980440617, -0.023810647428035736, -0.00248281960375607, 0.012658310122787952, -0.01694558374583721, 0.0029458042699843645, 0.013614805415272713, 0.038612592965364456, 0.035953398793935776, -0.04083763435482979, -0.002950892085209489, 0.027405986562371254, 0.014422060921788216, 0.002428550273180008, -0.030390797182917595, -0.0091511569917202, 0.008988349698483944, 0.016430024057626724, -0.01276684831827879, -0.026076389476656914, 0.008113257586956024, -0.030065180733799934, -0.008133608847856522, -0.012319127097725868, -0.012888954021036625, -0.022657424211502075, 0.027582362294197083, 0.03939949721097946, -0.01363515667617321, -0.004311015829443932, 0.0049181533977389336, -0.03709305450320244, -0.011186255142092705, -0.020730864256620407, -0.021232856437563896, -0.024489013478159904, 0.017352603375911713, 0.012495501898229122, 0.01512756198644638, 0.018994247540831566, 0.033049993216991425, 0.013933638110756874, -0.006437693256884813, -0.03223595395684242, -0.004402595572173595, -0.0014627267373725772, -0.0029559799004346132, -0.03191033750772476, 0.018343016505241394, 0.011118418537080288, 0.003174752928316593, -0.01969974860548973, -0.005433711688965559, 0.002969547174870968, 0.02253531850874424, -0.021382097154855728, 0.025655802339315414, -0.013669075444340706, -0.004891018848866224, -0.01538534089922905, -0.007387405727058649, -0.0018129331292584538, 0.01254977099597454, 0.011572924442589283, 0.035953398793935776, 0.006183306220918894, 0.014123580418527126, -0.01705412194132805, -0.004599321633577347, -0.022643856704235077, 0.01018227357417345, -0.023335790261626244, -0.02353930100798607, 0.005718625616282225, 0.019509807229042053, 0.014123580418527126, -0.004704468417912722, -0.014991888776421547, -0.026157792657613754, -0.00604763301089406, -0.013750478625297546, 0.004765521269291639, -0.005918743554502726, 0.003632650012150407, -0.020757999271154404, 0.0004040517669636756, -0.015303936786949635, -0.01496475376188755, 0.023797079920768738, -0.002542176516726613, -0.004049845039844513, -0.021490635350346565, -0.0030967409256845713, 0.012834684923291206, -0.021843384951353073, -0.001086233532987535, 0.00606798380613327, -0.016009436920285225, -0.007353487424552441, -0.009239344857633114, -0.016999851912260056, -0.011912107467651367, -0.0038531189784407616, 0.00712962681427598, -0.01147116906940937, 0.008662734180688858, 0.0038259841967374086, 0.004941896535456181, -0.013519834727048874, -0.005660964176058769, 0.016280783340334892, -0.008540628477931023, 0.004019318614155054, 0.03986078500747681, 0.014788378961384296, -0.02062232606112957, 0.045287713408470154, 0.019306296482682228, 0.01580592803657055, 0.009239344857633114, -0.013065329752862453, 0.03310425952076912, 0.005128446966409683, 0.02561509981751442, -0.031204836443066597, -0.01342486310750246, -0.0023674974218010902, 0.03950803726911545, -0.031964607536792755, 0.0023369709961116314, 0.012230939231812954, 0.0061324285343289375, 0.02868131548166275, 0.018397286534309387, 0.012319127097725868, -0.029061200097203255, -0.010826721787452698, -0.007536646444350481, -0.004728211089968681, -0.02185695245862007, -0.010284028947353363, 0.012061347253620625, -0.000995502108708024, 0.0008424457628279924, 0.0009471685625612736, -0.022345377132296562, 0.006753133609890938, 0.02130069211125374, -0.005627045873552561, 0.016497861593961716, 0.008934080600738525, -0.012488718144595623, 0.010819938033819199, -0.01614511013031006, 0.010677481070160866, 0.023132281377911568, -0.001150678377598524, -0.005542250350117683, 0.0025591356679797173, 0.005742368288338184, -0.01339094527065754, -0.030227988958358765, 0.006125645246356726, -0.0005583800375461578, 0.017827458679676056, 0.0020605367608368397, 0.0187229011207819, 0.015439609996974468, 0.015005456283688545, -0.02412269450724125, 0.02868131548166275, -0.008215012028813362, 0.008099690079689026, 0.026876861229538918, 0.004277097526937723, -0.015521014109253883, 0.0019859164021909237, 0.022847367450594902, 0.016904881224036217, 0.008092906326055527, -0.006617460399866104, 0.012868602760136127, -0.0037479721941053867, 0.02543872594833374, -0.014042176306247711, 0.021273557096719742, 0.026402005925774574, -0.004368677269667387, 0.02253531850874424, 0.018315881490707397, 0.01534463930875063, 0.011857837438583374, -0.018641497939825058, -0.028735583648085594, 0.007482376880943775, -0.0010133092291653156, 0.029793834313750267, -0.024583984166383743, -0.023824214935302734, -0.020595191046595573, -0.01301784347742796, -0.0071838959120213985, 0.004880843218415976, -0.0038632943760603666, -0.02343076281249523, 0.0058000292629003525, 0.012963574379682541, 0.03001091256737709, 0.00781477615237236, 0.005345524288713932, 0.009042618796229362, -0.023349357768893242, -0.03942663222551346, -0.0061934818513691425, 0.00733992038294673, 0.029739566147327423, -0.013479132205247879, -0.0011650936212390661, -0.01450346503406763, -0.0007767290808260441, 0.00905618630349636, 0.019075652584433556, -0.010840288363397121, 0.015141129493713379, -0.008167526684701443, 0.0010175489587709308, -0.01588733121752739, 0.03234449028968811, 0.030336527153849602, -0.0007279715500771999, -0.00646482827141881, 0.013458781875669956, 0.007224597968161106, -0.005236985627561808, -0.019835421815514565, -0.005647397134453058, 0.043523963540792465, -0.00798436813056469, 0.00409393897280097, -0.02668691799044609, 0.00037098140455782413, -0.006522489245980978, 0.002001179615035653, -0.015914466232061386, -0.0232815220952034, -0.008493142202496529, 0.0031035244464874268, -0.023132281377911568, -0.01879073865711689, -0.021246423944830894, 0.03337560594081879, 0.012373396195471287, -0.011098068207502365, -0.007672319654375315, -0.03674030303955078, 0.03302285820245743, 0.022765962406992912, 0.03307712823152542, 0.004063412547111511, 0.0027456863317638636, -0.008974782191216946, -0.0012643046211451292, -0.019754018634557724, -0.020310278981924057, 0.010263677686452866, -0.047268543392419815, 0.0021877302788197994, -0.03766288235783577, 0.0015805928269401193, -0.001596704008989036, 0.0009980460163205862, -0.0058237724006175995, -0.0001229538320330903, -0.018437987193465233, -0.003520719474181533, -0.015263235196471214, -0.027066804468631744, 0.008099690079689026, 0.011321928352117538, 0.00044602566049434245, 0.011491520330309868, 0.028084352612495422, 0.01647072657942772, 0.011593274772167206, 0.013872585259377956, -0.021911222487688065, -0.0033799586817622185, 0.02678189054131508, 0.014544167555868626, 0.04393098130822182, -0.0026320600882172585, 0.06544875353574753, 0.01786816120147705, 0.01035186555236578, 0.010636778548359871, -0.03185606747865677, 0.01363515667617321, -0.004656982608139515, 0.011335495859384537, -0.023417195305228233, 0.023390060290694237, 0.008913729339838028, 0.003471537958830595, 0.002325099427253008, 0.0009751511388458312, 0.0038938208017498255, 0.0049554635770618916, 0.010514672845602036, -0.017257630825042725, -0.020147470757365227, 0.004158383700996637, -0.0035410705022513866, 0.03125910460948944, 0.007665535900741816, -0.005352307576686144, -0.03614334017038345, -0.003537678625434637, -0.03630615025758743, 0.006349505856633186, 0.0034070932306349277, -0.014367791824042797, -0.0022012977860867977, -0.02767733298242092, -0.0007763050962239504, 0.0220197606831789, 0.0019079043995589018, -0.009334316477179527, 0.002352234208956361, -0.01614511013031006, 0.0011455905623733997, -0.01018227357417345, -0.0006817578105255961, 0.0033341688103973866, -0.021884087473154068, -0.0018468514317646623, -0.003605515230447054, -0.028084352612495422, -0.025994986295700073, -0.0006902373861521482, -0.010568941943347454, -0.035383570939302444, 0.014218551106750965, 0.015168263576924801, -0.02352573350071907, -0.016185812652111053, 0.009870225563645363, -0.01234626118093729, -0.002579486696049571, -0.0020537530072033405, -7.822408224456012e-05, 0.0056745316833257675, -0.009497123770415783, 0.0004176190705038607, 0.035057954490184784, -0.008757704868912697, -0.007930099032819271, 0.0033629995305091143, 0.017922429367899895, 0.020595191046595573, 0.008832325227558613, 0.003318905597552657, -0.003217150690034032, 0.003405397292226553, 0.021680576726794243, -0.012285208329558372, -0.004724819213151932, 0.022901635617017746, -0.006295236758887768, 0.006542840041220188, 0.025710072368383408, 0.010202624835073948, -0.0027253355365246534, 0.006013714708387852, 0.017406871542334557, -0.02069016359746456, -0.015398908406496048, 0.0021165020298212767, -0.013933638110756874, 0.034542396664619446, 0.017189795151352882, -0.016185812652111053, 0.0012049475917592645, -0.011661111377179623, -0.036794573068618774, -0.011959592811763287, -0.016850611194968224, -0.000201071918127127, 0.014150714501738548, -0.0032375017181038857, -0.03359268605709076, -0.022426780313253403, -0.014842648059129715, 0.0053183892741799355, 0.016837043687701225, -0.0009785429574549198, 0.010921692475676537, -0.00047146438737399876, -0.012773632071912289, 0.028789853677153587, -0.032046008855104446, -0.0074077569879591465, -0.03964370861649513, -0.025642234832048416, 0.0037208376452326775, 0.00905618630349636, 0.039453767240047455, -0.023837780579924583, 0.006183306220918894, -0.00936145056039095, 0.00839817151427269, -0.006149387918412685, -0.01318065170198679, 0.004436513874679804, 0.003697094740346074, 0.03918242081999779, -0.0016450375551357865, 0.026062821969389915, -0.004083763342350721, -0.01467984076589346, 0.014856215566396713, -0.002019834704697132, 0.012359828688204288, -0.007624833844602108, -0.010609644465148449, -0.019984662532806396, -0.004433121997863054, 0.007896180264651775, 0.015833063051104546, -0.013262055814266205, -0.008540628477931023, -0.002949196146801114, 0.009327532723546028, -0.01034508179873228, 0.00797758437693119, -0.013777613639831543, -0.037472937256097794, -0.004331367090344429, 0.002738902810961008, -0.003315513953566551, 0.010582509450614452, -0.012007078155875206, -0.016362188383936882, 0.012230939231812954, 0.012956790626049042, 0.02303730882704258, -0.00948355719447136, 0.0332399345934391, -0.007211030460894108, 0.035709187388420105, -0.021246423944830894, 0.03215454891324043, -0.01364194042980671, -0.0008284545037895441, -0.024176964536309242, 0.007631617598235607, 0.005471021868288517, 0.00839138776063919, 0.03668603301048279, 0.010338298045098782, -0.011281226761639118, 0.01151865441352129, 0.017108390107750893, 0.0013719951966777444, 0.005338740535080433, 0.01720336265861988, -0.009897359646856785, 0.018139507621526718, -0.028627045452594757, -0.01661996729671955, 0.005365875083953142, -0.001924863550812006, 0.01193924155086279, 0.007244948763400316, 0.007801209110766649, -0.01927916146814823, -0.0024896033573895693, -0.0028762719593942165, 0.013336675241589546, 0.033538416028022766, -0.017895294353365898, 0.023661406710743904, 0.009212210774421692, 0.021422797814011574, -0.011464385315775871, 0.005976404529064894, 0.0332670696079731, 0.0013202698901295662, 0.0072585162706673145, 0.013282406143844128, -0.0030085532926023006, 0.0065767583437263966, 0.012061347253620625, -0.023172982037067413, -0.022969473153352737, -0.03424391523003578, 0.01663353480398655, 0.022250404581427574, -0.007577348500490189, -0.018573660403490067, 0.01280754990875721, -0.027148207649588585, -0.0039650495164096355, -0.02459755167365074, 0.013024627231061459, 0.0027643414214253426, -0.0068888068199157715, -0.03543784096837044, 0.007400973234325647, -0.0013541881926357746, 0.01611797697842121, 0.007136410567909479, 0.001303310738876462, 0.001848547370173037, 0.014204984530806541, -0.02237251028418541, 0.010073735378682613, 0.030580740422010422, 0.029386814683675766, -0.03891107439994812, -0.010657129809260368, 0.019306296482682228, 0.023403627797961235, -0.002682937541976571, -0.009985547512769699, -0.0012710882583633065, 0.0291154682636261, -0.01694558374583721, -0.01389293558895588, 0.0014067614683881402, -0.014978321269154549, 0.013370594009757042, -0.00215211627073586, -0.00047994396300055087, -0.01877717114984989, 0.0013414687709882855, -0.010066951625049114, 0.01853295974433422, 0.013044978491961956, -0.013736912049353123, -0.011104851961135864, 0.0027626454830169678, -0.0032510689925402403, -0.01861436292529106, -0.00453148502856493, -0.0023166199680417776, -0.03299572318792343, 0.004087155219167471, 0.011294794268906116, 0.020907239988446236, 0.015331071801483631, 0.012631175108253956, -0.01861436292529106, 0.005847515072673559, 0.015534581616520882, -0.03169326111674309, 0.043279752135276794, -0.04523344710469246, 0.007950449362397194, -0.0391010157763958, 0.0091511569917202, -0.01963191293179989, -0.017691785469651222, 0.013194219209253788, -0.03150331601500511, -0.014774811454117298, -0.007523078937083483, 0.004524701274931431, 0.018397286534309387, 4.7962595999706537e-05, 0.004935112781822681, 0.019686181098222733, -0.0155888507142663, 0.014652705751359463, -0.007082141004502773, -0.030445067211985588, 0.011986726894974709, -0.04770269617438316, 0.008832325227558613, 0.028138622641563416, -0.009741336107254028, -0.0010955610778182745, -0.03440672531723976, -0.004043061286211014, -0.004958855453878641, -0.008120041340589523, -0.025560831651091576, -0.004870668053627014, 0.018248045817017555, -0.0299295075237751, -0.0041414243169128895, -0.007177112158387899, -0.017108390107750893, -0.004816398490220308, 0.01368264202028513, 0.01508686039596796, -0.006210440769791603, 0.006610676646232605, -0.005932310596108437, -0.01065034605562687, 0.04124465212225914, -0.00947677344083786, -0.012244506739079952, -0.023756377398967743, -0.01987612433731556, -0.03459666669368744, 0.006091726943850517, -0.007882612757384777, 0.03302285820245743, 0.02279309742152691, -0.025289485231041908, -0.020988645032048225, -0.02279309742152691, -0.04371390491724014, -0.014530600048601627, -0.0008365100948140025, 0.01788172870874405, 0.024624686688184738, -0.01009408663958311, -0.009754903614521027, 0.0465359091758728, 0.0025082582142204046, 0.02470608986914158, -0.03798849508166313, -0.004870668053627014, 0.010311163030564785, 0.002265742514282465, 0.016335053369402885, -0.001522083766758442, -0.008452440612018108, -0.009985547512769699, 0.008167526684701443, 0.012468366883695126, -0.005226809997111559, 0.021979058161377907, -0.007251732517033815, -0.014164282009005547, -0.009368234314024448, -0.008737354539334774, 0.009442854672670364, -0.007353487424552441, -0.001654365099966526, -0.024407608434557915, -0.00237088929861784, 0.028627045452594757, 0.014829080551862717, -0.001997787971049547, 0.01861436292529106, 0.0009115543216466904, -0.015656687319278717, 0.0035783806815743446, -0.008961214683949947, -0.0022148650605231524, -0.0006885415059514344, -0.023403627797961235, 0.011396548710763454, 0.016172245144844055, -0.004266922362148762, 0.03893820941448212, -0.0007830887334421277, -0.004599321633577347, 0.020161038264632225, -0.0006262166425585747, -0.013295973651111126, -0.01189175620675087, 0.007943665608763695, 0.019102787598967552, -0.022169001400470734, -0.009334316477179527, -0.005084353033453226, -0.005362483207136393, -0.012950006872415543, -0.016728505492210388, -0.01450346503406763, -0.019414834678173065, -0.011532221920788288, 0.01213596761226654, -0.03996932506561279, -0.000327311601722613, -0.003368087112903595, 0.0027270312421023846, -0.018356584012508392, -0.014625570736825466, -0.03185606747865677, 0.004019318614155054, 0.007326352875679731, -0.019170623272657394, -0.017841026186943054, -0.015208966098725796, -0.01358767133206129, 0.01705412194132805, -0.0011150641366839409, -0.002901710569858551, 0.2188137322664261, -0.00025714311050251126, -0.011539005674421787, 0.04216723144054413, -0.019604777917265892, -0.004857100546360016, 0.02851850725710392, -0.007224597968161106, -0.020391682162880898, 0.02279309742152691, -0.006685297004878521, 0.011823919601738453, -0.028382834047079086, -0.0010557071072980762, 0.023471463471651077, -0.017990266904234886, -0.0332399345934391, -0.006987169850617647, -0.01508686039596796, -0.01670137047767639, -0.011491520330309868, -0.009510691277682781, -0.0063189794309437275, -0.0033613035921007395, 0.024801060557365417, -0.010507889091968536, -0.009571744129061699, 0.00931396521627903, 0.021504202857613564, 0.019509807229042053, -0.02178911678493023, -0.01919775828719139, 0.009626013226807117, -0.003995575942099094, -0.014177849516272545, -0.02277952991425991, 0.010324730537831783, -0.019889691844582558, 0.013974339701235294, 0.007163545116782188, 0.016850611194968224, -0.006698864512145519, -0.006936292629688978, -0.028952661901712418, 0.0191299207508564, 0.017827458679676056, -0.001955389976501465, 0.0037208376452326775, 0.001032812288030982, 0.027541659772396088, -0.03136764466762543, -0.0017705352511256933, 0.028057217597961426, 0.028627045452594757, 0.01044005248695612, -0.00976847019046545, 0.014788378961384296, 0.010989529080688953, 0.0207987017929554, -0.0024505972396582365, -0.005345524288713932, 0.007319569122046232, -0.0015025807078927755, -0.018831441178917885, 0.008717003278434277, 0.021436365321278572, -0.01512756198644638, -0.008750921115279198, 0.02094794251024723, -0.036061935126781464, 0.015412475913763046, -0.009748119860887527, -0.00045323328231461346, 0.00694646779447794, 0.00807255506515503, 0.000910706352442503, 0.0224539153277874, 0.03435245528817177, -0.004500958602875471, 0.04422946274280548, -0.02743312157690525, -0.007068573962897062, -0.031720396131277084, -0.012617607600986958, -0.005850906949490309, -0.035464975982904434, 0.036034803837537766, -0.012169886380434036, -0.011654327623546124, -0.008432089351117611, -0.0027524700853973627, 0.002978026866912842, -0.0033901340793818235, 0.027053236961364746, -0.006084943190217018, 0.02193835750222206, -0.003033991903066635, 0.022548886016011238, -0.018573660403490067, -0.016674237325787544, -0.022928770631551743, 0.02387848310172558, 0.017162660136818886, -0.008004718460142612, -0.026089956983923912, -0.029631027951836586, 0.0033511279616504908, 0.006101902108639479, -0.004297448787838221, -0.0038225925527513027, -0.01614511013031006, -0.033646952360868454, 0.008560978807508945, -0.006088335067033768, 0.020568057894706726, 0.015412475913763046, 0.011627193540334702, -0.022684559226036072, -0.006787051912397146, -0.02169414423406124, -0.01564311981201172, -0.017935996875166893, 0.0053183892741799355, 0.00948355719447136, 0.0015678734052926302, 0.0016009437385946512, -0.018750036135315895, -0.012081698514521122, -0.020242441445589066, -0.0013728431658819318, 0.015656687319278717, -0.04365963488817215, 0.012217371724545956, -0.0014941011322662234, -0.013872585259377956, -0.001683195703662932, 0.0021673794835805893, -0.019007815048098564, 0.008784839883446693, -0.006797227542847395, -0.003006857354193926, -0.006705647800117731, 0.007943665608763695, -0.011491520330309868, -0.003318905597552657, -0.00017955500516109169, 0.0002492995117790997, 0.007068573962897062, -0.01877717114984989, -0.016063706949353218, -0.009388585574924946, 2.2404627088690177e-05, 0.007482376880943775, -0.013323108665645123, -0.011572924442589283, -0.03215454891324043, 0.03136764466762543, -0.04330688714981079, -0.009402153082191944, 0.008886594325304031, -0.04026780650019646, 0.021816249936819077, 0.002409895183518529, 0.0023352750577032566, -0.03560064733028412, -0.034379590302705765, -0.17311900854110718, 0.022752396762371063, 0.026836158707737923, -0.018587227910757065, 0.003169665113091469, -0.000900530896615237, 0.015046157874166965, 0.006780268158763647, 0.017067689448595047, -0.014367791824042797, 0.004650198854506016, -0.025791475549340248, -0.010039816610515118, 4.120543508179253e-06, -0.013363810256123543, -0.008038637228310108, -0.0015797448577359319, -0.006807402707636356, 0.04208582639694214, 0.017013419419527054, 0.011416899971663952, -0.027080370113253593, 0.015833063051104546, 0.005569384898990393, -0.0016340140718966722, 0.025791475549340248, -0.02851850725710392, -0.02018817327916622, -0.02003893256187439, -0.01978115364909172, -0.03402683883905411, 0.008954430930316448, 0.002693112939596176, -0.006037457380443811, 0.005850906949490309, -0.0007631617481820285, -0.01838371902704239, -0.016606399789452553, -0.017420439049601555, 0.001801061793230474, 0.007021088153123856, 0.029468219727277756, -0.01737973652780056, 0.015521014109253883, 0.01854652725160122, 0.01297035813331604, 0.024651819840073586, -0.007909747771918774, 0.018505824729800224, -0.011416899971663952, -0.008879810571670532, -0.011559356935322285, 0.003829376073554158, 0.008513493463397026, 0.0015068204374983907, 0.004134641028940678, -0.013024627231061459, 0.0017213537357747555, 0.0046230643056333065, -0.018668632954359055, -0.004046453163027763, -0.0068888068199157715, -0.02088010497391224, 0.00968706700950861, 0.0013889543479308486, -0.018899276852607727, 0.004009142983704805, 0.015900898724794388, -0.043849579989910126, -0.009090104140341282, -0.021667011082172394, 0.006098510231822729, -0.009090104140341282, -0.021056480705738068, -0.00039769208524376154, 0.0324530303478241, -0.03874826803803444, 0.021151451393961906, 0.002967851236462593, 0.011403332464396954, 0.0018807697342708707, 0.0015576978912577033, -0.011328712105751038, 0.012380179949104786, -0.020649461075663567, 0.014069311320781708, -0.009117239154875278, 0.014245686121284962, -0.02587287873029709, -0.020757999271154404, 0.025235215201973915, -0.02063589356839657, -0.02269812673330307, 0.00040723159327171743, 0.002408199245110154, 0.014327090233564377, 0.020663028582930565, -0.01596873626112938, 0.004311015829443932, -0.01184427086263895, 0.005722017493098974, -0.012495501898229122, -0.02751452475786209, 0.0026863294187933207, 0.029251141473650932, 0.009436070919036865, -0.005114879924803972, -0.002426854334771633, 0.04273705929517746, -0.01762394793331623, -0.01961834542453289, 0.0013482524082064629, 0.006210440769791603, 0.009029051288962364, 0.012454800307750702, 0.00993806216865778, 0.019333431497216225, -0.02827429585158825, 0.03337560594081879, -0.01638932339847088, 0.055408935993909836, -0.008995133452117443, -0.017583247274160385, 0.02543872594833374, -0.003544462379068136, 0.01512756198644638, -0.10213478654623032, -0.019333431497216225, 0.01018227357417345, 0.017732487991452217, 0.0009488644427619874, 0.0095649603754282, -0.014978321269154549, 0.027813006192445755, 0.0033494322560727596, 0.021219288930296898, -0.00205714488402009, -0.019509807229042053, -0.007638401351869106, -0.013024627231061459, 0.0049792067147791386, -0.013004275970160961, -0.011355847120285034, -0.0051047042943537235, -0.00474177859723568, 0.04192302003502846, 0.015521014109253883, -0.013451998122036457, 0.01737973652780056, -0.010860639624297619, 0.0053183892741799355, 0.032887183129787445, -0.024665387347340584, 0.010019466280937195, 0.0024675563909113407, -0.0032222385052591562, 0.019007815048098564, -0.024461878463625908, 0.01969974860548973, 0.003727621166035533, -0.009001917205750942, -0.018736468628048897, -0.0357363224029541, -0.017081256955862045, 0.03424391523003578, -0.0066140685230493546, 0.002179250819608569, 0.03025512397289276, -0.003924347460269928, -0.02096151001751423, 0.006820970214903355, 0.011247307993471622, -0.032208818942308426, 0.05871936306357384, -0.027745170518755913, -0.007482376880943775, -0.02088010497391224, 0.001980828819796443, -0.012339477427303791, -0.03394543379545212, 0.04317121207714081, -0.00029742109472863376, 0.009429287165403366, -0.006871847435832024, -0.010568941943347454, -0.0006096814759075642, -0.011091284453868866, -0.004063412547111511, 0.014449195936322212, 0.024502580985426903, 0.02610352449119091, 0.013879368081688881, -0.012848252430558205, -0.0044738235883414745, 0.0076451851055026054, -0.02678189054131508, -0.02892552688717842, 0.03649609163403511, -0.020907239988446236, 0.0236885417252779, -0.027229610830545425, -0.014598436653614044, -0.010195841081440449, -0.012197020463645458, 0.020486652851104736, -0.01188497245311737, 0.0011286314111202955, -0.02013390325009823, -0.005070785991847515, -0.004643415100872517, 0.008404955267906189, 0.023959888145327568, 0.005983188282698393, 0.015466745011508465, 0.00973455235362053, -0.03926382586359978, 0.00391077995300293, 0.027894409373402596, -0.0037615394685417414, -0.02537088841199875, 0.0023929360322654247, 0.02602211944758892, -0.00379545777104795, -0.011830703355371952, -0.014313522726297379, 0.0021860345732420683, -0.03223595395684242, 0.0009251216542907059, -0.04447367414832115, 0.023254387080669403, -0.0240955613553524, 0.015154697000980377, 0.02345789596438408, 0.013207785785198212, -0.0004468736005946994, 0.004429730121046305, 0.003842943347990513, 0.023742809891700745, -0.00931396521627903, 0.017434006556868553, -0.010026250034570694, -0.01450346503406763, -0.009849874302744865, 0.002352234208956361, 0.013621589168906212, -0.009815956465899944, 0.00671243155375123, -0.0033426485024392605, 0.005477805621922016, 0.007027871906757355, 0.008520277217030525, 0.0025557440239936113, -0.01679634302854538, 0.0033070342615246773, -0.005806813016533852, 0.00016344380856025964, -0.019007815048098564, -0.018017401918768883, 0.01622651517391205, -0.02477392740547657, 0.03641468659043312, 0.024000588804483414, 0.021585606038570404, -0.014394926838576794, 0.009788821451365948, 0.025425158441066742, 0.05861082300543785, -0.01126087550073862, -0.025886446237564087, -0.017976699396967888, 0.004060020670294762, -0.007936881855130196, -0.0187093336135149, -0.01492405217140913, -0.022074030712246895, 0.015019023790955544, -0.016253650188446045, 0.021829817444086075, 0.043768174946308136, 0.010426485911011696, -0.025710072368383408, -0.017596814781427383, -0.011098068207502365, -0.032208818942308426, -0.01043326873332262, 0.012522636912763119, -0.004829965997487307, -0.028898391872644424, 0.04686152562499046, 0.006848104763776064, -0.003320601535961032, -0.0120477806776762, 0.004843533504754305, -0.013519834727048874, -0.008303199894726276, 0.020323846489191055, -0.006030673626810312, -0.018750036135315895, -0.02253531850874424, 0.01661996729671955, -0.017935996875166893, 0.007597699295729399, -0.004378852434456348, -0.02303730882704258, -0.008594897575676441, -0.002618492813780904, -0.014204984530806541, 0.011233741417527199, 0.0311777014285326, 0.0008081035339273512, 0.0043856361880898476, -0.008981565944850445, 0.027555227279663086, 0.02310514636337757, -0.01554814912378788, 0.0058000292629003525, -0.0005995059618726373, 0.0022369117941707373, -0.02128712460398674, 0.017678217962384224, 0.0008725482621230185, 0.02420409955084324, -0.0187229011207819, 0.008011502213776112, -0.026157792657613754, 0.026130659505724907, 0.02908833511173725, 0.0028576168697327375, -0.007400973234325647, -0.0012354741338640451, -0.007455242332071066, 0.01096917875111103, -0.02060875855386257, -0.011851053684949875, -0.025913581252098083, -0.027311015874147415, 0.00839817151427269, -0.006084943190217018, 0.007387405727058649, -0.013560536317527294, 0.0049927737563848495, 0.010955611243844032, -0.022345377132296562, -0.013852233998477459, -0.005728800781071186, -0.0016619967063888907, -0.007577348500490189, 0.014082877896726131, 0.004375460557639599, 0.017827458679676056, 0.031231971457600594, 0.01358767133206129, 0.04447367414832115, 0.026836158707737923, -0.010460403747856617, -0.03782568871974945, 0.0010378999868407845, -0.004670550115406513, 0.0022046894300729036, -0.014191417023539543, -0.012529419735074043, -0.014272821135818958, -0.008350685238838196, 0.0015017327386885881, 0.0005630438099615276, 0.006478395313024521, -0.0151818310841918, 0.06799940764904022, 0.013655507937073708, -0.034053973853588104, 0.009225777350366116, 0.006413950584828854, 0.00023954799689818174, 0.027405986562371254, 0.015466745011508465, -0.0006720063393004239, -0.015751658007502556, 0.008215012028813362, 0.017759621143341064, -0.01409644540399313, -0.012739713303744793, 0.0011676375288516283, 0.01579236052930355, -0.007306002080440521, 0.020106768235564232, 0.011288010515272617, 0.003659784561023116, 0.002694808878004551, -0.018315881490707397, 0.01588733121752739, 0.005942486226558685, -0.013085680082440376, -0.004914761520922184, 0.02636130340397358, 0.01611797697842121, -0.0006974450661800802, -0.021761981770396233, 0.008303199894726276, -0.0033545198384672403, -0.024421175941824913, -0.0016382539179176092, -0.007448458578437567, -0.023566434159874916, -0.026062821969389915, -0.022304674610495567, -0.004768913146108389, 0.0207851342856884, -0.016742072999477386, -0.0187229011207819, -0.039019614458084106, -0.020934375002980232, 0.008330334909260273, 0.026754755526781082, 0.015263235196471214, 0.0011116722598671913, -0.041461728513240814], \"620b4f3f-d655-4c1e-a9f4-8670a8daa51f\": [-0.006232198793441057, 0.014857087284326553, 2.572203266026918e-05, -0.04724738374352455, -0.004755718167871237, 0.02637890912592411, 0.0025327575858682394, 0.010447419248521328, -0.01351243443787098, -0.027736743912100792, -0.007764706388115883, 0.015753522515296936, 0.0025772498920559883, 0.009267552755773067, -0.007336263544857502, -0.0027041349094361067, 0.012741236947476864, -0.009293918497860432, 0.029898734763264656, -0.03630560636520386, -0.008792969398200512, -0.01205572858452797, -0.01860102079808712, -0.010875862091779709, -0.02251633070409298, -0.0014155099634081125, 0.03978588059544563, -0.03580465540289879, 0.00671007763594389, 0.0005652152467519045, 0.013921103440225124, -0.02038070745766163, -0.007085788995027542, -0.03105882555246353, -0.0008708928944543004, -0.007751523517072201, -0.012701688334345818, 4.88692858198192e-05, 0.03617377579212189, 0.014751624315977097, 0.018627386540174484, 0.0050259665586054325, -0.04094597324728966, -0.017585938796401024, 0.0013207581359893084, 0.01696634478867054, 0.007105563301593065, -0.035092782229185104, 0.0012548437807708979, 0.009386198595166206, 0.0184691920876503, 0.03374813124537468, -0.02587796002626419, -0.0035264159087091684, 0.002625037683174014, 0.008285429328680038, 0.017164088785648346, 0.03129611909389496, -0.0045843408443033695, -0.02010386623442173, 0.013631080277264118, -0.008753420785069466, -0.017177270725369453, -0.006130031310021877, -0.018482374027371407, -0.005207230802625418, 0.019800661131739616, 0.010684710927307606, 0.01157455425709486, -0.0023350147530436516, 0.03348447382450104, -0.0015844154404476285, -0.011132927611470222, 0.017638670280575752, 0.03366903215646744, -0.008680915459990501, -0.018838312476873398, -0.023992810398340225, 0.014171577990055084, -0.008641366846859455, 0.021356238052248955, -0.014052932150661945, -0.008469989523291588, 0.015265755355358124, 0.0022081295028328896, 0.008760012686252594, 0.0047161695547401905, 0.004983122460544109, -0.00414930609986186, -0.012840108945965767, -0.009616898372769356, 0.012629183009266853, 0.003796664532274008, -0.003694497514516115, 0.00618605874478817, 0.010038750246167183, 0.007758114952594042, 0.021303506568074226, 0.015753522515296936, -0.012497354298830032, -0.032535307109355927, 0.02187037095427513, -0.014237492345273495, -0.023623691871762276, -0.009557575918734074, 0.004963348153978586, -0.0075801461935043335, -0.005675222724676132, 0.021079398691654205, -0.008278838358819485, -0.0052204136736691, 0.01111974474042654, 0.019022872671484947, -0.0012861530994996428, -0.01682133413851261, 0.012701688334345818, 0.014105663634836674, -0.0399177111685276, 0.018390094861388206, -0.031454313546419144, 0.022621793672442436, 0.04893478751182556, 0.017849596217274666, -0.01878558099269867, 0.013921103440225124, 0.0005046564619988203, -0.00671007763594389, -0.004643663763999939, 0.012655548751354218, -0.0074021779000759125, 0.02238450199365616, 0.004030660260468721, 0.03016239032149315, 0.009834416210651398, -0.030320584774017334, -0.020446620881557465, 0.007303306367248297, 0.010012384504079819, -0.023307302966713905, -0.04284430667757988, 0.005118246655911207, 0.012583043426275253, -0.004534904845058918, 0.0035659645218402147, -0.0077185663394629955, 0.014487966895103455, 0.013947469182312489, 0.04089324176311493, -0.0020384001545608044, -0.02233177050948143, -0.011179068125784397, 0.012741236947476864, -0.003674723207950592, 0.026049338281154633, -0.002985918428748846, 0.024256467819213867, -0.0047161695547401905, 0.0026893040630966425, 0.009583941660821438, -0.003763707587495446, 0.013749726116657257, 0.034407272934913635, -0.003905423218384385, -0.0068748630583286285, 0.00221142522059381, 0.024454211816191673, -0.01113951951265335, -0.0030155798885971308, 0.028395887464284897, 0.008397484198212624, 0.008338160812854767, 0.006166284438222647, -0.026589835062623024, 0.00866773258894682, -0.021132130175828934, 0.020763009786605835, 0.022898633033037186, 0.0013355888659134507, -0.012563268654048443, -0.005754319950938225, -0.016755418851971626, -0.00467332499101758, 0.03680655360221863, 0.009570758789777756, 0.006011385470628738, -0.005671926774084568, 0.0058466000482439995, -0.02188355289399624, 0.01874603144824505, 0.019049236550927162, 0.013749726116657257, -0.0031638871878385544, 0.005144612397998571, -0.03962768614292145, -0.6374177932739258, -0.005276441108435392, 0.011726156808435917, -0.027947669848799706, -0.0035330073442310095, 0.020367523655295372, 0.02455967478454113, 0.002629981143400073, -0.014118846505880356, 0.02593069151043892, 0.028316790238022804, 0.030346950516104698, 0.024361930787563324, -0.012648957781493664, -0.023768702521920204, -0.014698892831802368, 0.03264077007770538, -0.03269350156188011, 0.032957158982753754, 0.007659243419766426, -0.013255368918180466, 0.015568961389362812, -0.0008502946584485471, -0.017454111948609352, 0.004828223492950201, 0.022595427930355072, 0.021764907985925674, -0.003763707587495446, 0.016584042459726334, 0.0031226908322423697, -0.02578568086028099, 0.0026514034252613783, 0.003931789193302393, 0.009175272658467293, 0.052098676562309265, -0.004712873604148626, -0.0067199645563960075, 0.016610408201813698, -0.003261110745370388, 0.03519824519753456, -0.005592829547822475, -0.010809947736561298, -0.010223310440778732, -0.001530859968625009, 0.009630081243813038, 7.101237861206755e-05, 0.03382722660899162, 0.008219514973461628, -0.0007819085731171072, -0.001356187043711543, 0.0011782184010371566, 0.0035956259816884995, 0.0032100272364914417, 0.028448618948459625, -0.017361830919981003, -0.032271649688482285, 0.018390094861388206, 0.014540698379278183, -0.02465195395052433, -0.008133826777338982, 0.009181864559650421, -0.013551983051002026, -0.004857885185629129, -0.010763808153569698, -0.005757615435868502, 0.03411725163459778, 0.023175474256277084, -0.014725258573889732, -0.0048776594921946526, -0.024915611371397972, -0.011416359804570675, 0.020987117663025856, -0.005533507093787193, 0.002269100397825241, -0.0008119819685816765, 0.026458006352186203, 0.018086887896060944, -0.02960871160030365, -0.005075402557849884, 0.027130331844091415, 0.0032874764874577522, -0.01800779066979885, -0.01791551150381565, -0.010302407667040825, 0.0024470689240843058, -0.0014880156377330422, -0.012464397586882114, -0.03939039632678032, 0.012398483231663704, -0.02251633070409298, 0.016768602654337883, -0.00353630306199193, -0.006789174396544695, -0.012213923037052155, 0.023135924711823463, 0.03801937773823738, 0.0026332768611609936, 0.0012787377927452326, -0.01096155121922493, -0.03324718028306961, -0.030373316258192062, -0.026458006352186203, -0.0062651559710502625, -0.017572756856679916, 0.0075867376290261745, 0.018350545316934586, 0.01077699102461338, 0.009003895334899426, 0.03939039632678032, 0.024230102077126503, 0.007606511935591698, -0.001480600330978632, -0.015700791031122208, -0.0028771599754691124, -0.0035956259816884995, -0.03778208792209625, 0.03844122961163521, 6.545085489051417e-05, 0.004488764796406031, -0.01346629485487938, -0.014237492345273495, 0.00016694860823918134, 0.056739043444395065, -0.0245069433003664, 0.004057026002556086, -0.005783981177955866, -0.006670529022812843, -0.014066115021705627, -0.01014421321451664, 0.010005793534219265, 0.024098273366689682, -0.0008379357750527561, 0.014659344218671322, -0.007059423252940178, 0.022041747346520424, -0.007784480694681406, -0.0075735547579824924, -0.010869271121919155, 0.00782402977347374, -0.025732949376106262, -0.016267653554677963, 0.0035758516751229763, -0.0011106561869382858, 0.007013283204287291, -0.007942674681544304, -0.011330670677125454, -0.017361830919981003, -0.0020103866700083017, -0.022226307541131973, 0.0030320584774017334, 0.005236892495304346, -0.0025047441013157368, -0.007013283204287291, -0.005058923736214638, -0.005490662530064583, -0.013413563370704651, 0.007599920500069857, -0.01715090498328209, -0.00359892169944942, -0.01530530396848917, -0.0015028463676571846, -0.0035132330376654863, -0.019273346289992332, 0.0018208830151706934, 0.005609308369457722, -0.0297932717949152, -0.012345751747488976, 0.00013996493362355977, -0.008338160812854767, -0.020130231976509094, -0.02129032462835312, 0.00020968992612324655, -0.003460501553490758, -0.013406972400844097, -0.002130680251866579, 0.008206332102417946, -0.012952162884175777, -0.019036054611206055, 0.010183761827647686, -0.0035198244731873274, -0.012543494813144207, 0.04861839860677719, 0.010809947736561298, -0.009695995599031448, 0.05093858391046524, 0.008028363808989525, 0.02424328587949276, 0.054471589624881744, -0.016636773943901062, 0.029687808826565742, 0.008179966360330582, 0.01396065205335617, -0.0038625788874924183, 0.003773594507947564, -0.010289224795997143, 0.028712276369333267, -0.038230303674936295, 0.01069130189716816, 0.02169899269938469, 0.020433438941836357, 0.008364526554942131, 0.001543218968436122, 0.021092580631375313, -0.020248878747224808, -0.00445910356938839, -0.016083093360066414, -0.005945471581071615, -0.009082992561161518, -0.001024967641569674, 0.007369220722466707, -0.0017697993898764253, -0.002099371049553156, -0.0090500358492136, -0.017665036022663116, 0.01280056033283472, 0.01964246667921543, -0.01376290898770094, 0.019128333777189255, -0.014540698379278183, -0.025772497057914734, -0.0017104764701798558, -0.013604714535176754, 0.011251573450863361, 0.008226106874644756, -0.019840208813548088, 0.00479856226593256, -0.001230125897563994, 0.026207532733678818, 0.00402406882494688, -0.02752581797540188, 0.0032759415917098522, 0.020037952810525894, 0.027815841138362885, 0.003256167285144329, -0.0029447220731526613, 0.033906325697898865, 0.03902127593755722, -0.028765007853507996, 0.015278938226401806, -0.01973474584519863, 0.002379506826400757, 0.019167883321642876, 0.022740438580513, -0.034855492413043976, 0.011040648445487022, 0.018640568479895592, 0.015806253999471664, 0.01646539568901062, -0.010552882216870785, 0.019537003710865974, -0.010790173895657063, 0.02401917614042759, -0.0010900580091401935, 0.022990914061665535, 0.010631979443132877, -0.003780185943469405, 0.01464616134762764, 0.033537205308675766, 0.023663239553570747, 0.010922002606093884, -0.015858985483646393, 0.0037043846677988768, 0.00774493208155036, 0.008727055974304676, 0.0324825756251812, -0.002537701278924942, -0.01471207570284605, -0.015450315549969673, -0.005767502821981907, -0.02277998812496662, 0.022173576056957245, -0.014791172929108143, -0.03493458777666092, -0.006729851942509413, 0.007481275126338005, 0.01668950542807579, 0.005227005109190941, 0.0065881358459591866, 0.02742035500705242, -0.0204202551394701, -0.040735047310590744, -0.010546290315687656, 0.006350844167172909, 0.029186859726905823, -0.005892740096896887, -0.01027604192495346, -0.00528632802888751, 0.0029101171530783176, -0.001281209522858262, 0.026141617447137833, -0.002573954174295068, 0.025719765573740005, 0.015410766936838627, -7.018844917183742e-05, -0.019800661131739616, 0.02702486887574196, 0.031770698726177216, 0.013591531664133072, -0.019391991198062897, 0.01376290898770094, 0.011113153770565987, -0.005266553722321987, -0.013334466144442558, -0.0064266459085047245, 0.02587796002626419, -0.009491661563515663, -0.011297713965177536, -0.037360236048698425, 0.0012531959218904376, -0.01791551150381565, -0.008127234876155853, -0.007290123496204615, -0.017849596217274666, 0.005055628251284361, -0.007296714931726456, -0.005108359735459089, -0.011264756321907043, -0.009392790496349335, 0.003556077368557453, 0.015977630391716957, -0.016478579491376877, -0.016794968396425247, -0.04142055660486221, 0.035725560039281845, 0.023267753422260284, 0.04015500098466873, 0.0008424673578701913, 0.00010494795424165204, -0.010381504893302917, -0.011719565838575363, -0.031586140394210815, -0.017902327701449394, 0.008100869134068489, -0.05344332754611969, -0.00031020925962366164, -0.023531410843133926, 0.0048875464126467705, -0.00425147358328104, -0.003549485933035612, -0.014487966895103455, -0.003106212243437767, -0.021158495917916298, -0.0004560446832329035, -0.017045442014932632, -0.015423949807882309, -0.0020664138719439507, 0.012477580457925797, 0.0051874564960598946, 0.016294019296765327, 0.011146110482513905, 0.02055208384990692, 0.004073504824191332, 0.011198841966688633, -0.027684012427926064, 0.0065584746189415455, 0.011205433867871761, 0.01464616134762764, 0.024678319692611694, -0.03148067742586136, 0.061748530715703964, 0.031586140394210815, -0.005635674111545086, 0.0181000716984272, -0.010935185477137566, -0.004248177632689476, 0.010486967861652374, 0.018759215250611305, -0.004782083444297314, 0.010908819735050201, 0.015727156773209572, 0.016544492915272713, -0.010289224795997143, 0.003168830880895257, 0.00843703281134367, -0.0016758715501055121, 0.018956957384943962, -0.02829042449593544, -0.016992710530757904, 0.010915410704910755, 0.005381904076784849, 0.016069909557700157, 0.0030089884530752897, 0.0065881358459591866, -0.030188756063580513, -0.008595227263867855, -0.018218716606497765, 0.006723260506987572, 0.005464296787977219, -0.027684012427926064, 0.0036780189257115126, -0.03480276092886925, 0.006677120458334684, 0.011225207708775997, 0.0007481274660676718, -0.019550185650587082, 0.004218516405671835, -0.009695995599031448, 0.010974734090268612, 0.01678178459405899, 0.008173375390470028, 0.008654549717903137, -0.012068911455571651, -0.012998303398489952, -0.002442125463858247, -0.032535307109355927, -0.019484272226691246, 0.015938080847263336, -0.0006200065254233778, -0.014975733123719692, 0.0062882257625460625, -0.012180965393781662, -0.013736543245613575, -0.0032841807696968317, 0.009524618275463581, 0.007804255001246929, -0.007237392012029886, 0.008292021229863167, -0.005823529791086912, 0.01182502880692482, -0.003417657222598791, 0.012991711497306824, 0.02778947539627552, -0.008951163850724697, -0.01050674170255661, 0.014092480763792992, 0.004897433798760176, 0.030716070905327797, 0.009313693270087242, 0.013275143690407276, -0.005981724243611097, -0.02173854224383831, 0.009379607625305653, -0.02955598011612892, 0.001123839057981968, 0.020960751920938492, 0.01032218150794506, 0.014197943732142448, 0.012793968431651592, -0.0009944821940734982, -0.006080595776438713, -0.012925797142088413, 0.011264756321907043, -0.029635077342391014, -0.011739339679479599, 0.015068013221025467, -0.012180965393781662, 0.025904325768351555, 0.007019874639809132, -0.012701688334345818, 0.012358934618532658, -0.00044574556523002684, -0.035224609076976776, 0.010282633826136589, -0.012273245491087437, -0.011099970899522305, 0.022318586707115173, -0.021277140825986862, -0.028079498559236526, -0.018350545316934586, -0.028316790238022804, -0.007296714931726456, 0.018587836995720863, 0.007876761257648468, 0.012655548751354218, -0.016294019296765327, -0.022450415417551994, 0.03282532840967178, -0.011449316516518593, 0.004966643638908863, -0.03298352286219597, -0.04076141491532326, 0.013176271691918373, -0.013723360374569893, 0.04679916426539421, -0.019049236550927162, 0.013182863593101501, -0.01336742378771305, 0.0162412878125906, -0.013393789529800415, -0.01641266420483589, 0.00439978064969182, -0.004729352425783873, 0.038731250911951065, -0.0002601555606815964, 0.02734125778079033, -0.008469989523291588, -0.010981325060129166, 0.0178232304751873, -0.0003001161094289273, 0.003648357465863228, 0.024770600721240044, -0.010058525018393993, -0.016043543815612793, 0.012082094326615334, 0.018535105511546135, -0.006080595776438713, 0.00850294716656208, -0.010124439373612404, -0.010190353728830814, 0.013037852011620998, -0.026088885962963104, 0.0016890543047338724, -0.012457805685698986, -0.024137822911143303, 0.014632978476583958, -0.0044525121338665485, -0.0029760312754660845, 0.0037208632566034794, -0.022859085351228714, -0.009689404629170895, 0.013617897406220436, 0.024164188653230667, 0.03256167098879814, -0.016768602654337883, 0.03216618672013283, -0.02045980468392372, 0.023254571482539177, -0.03469729796051979, 0.023030461743474007, -0.016214922070503235, -0.008720464073121548, -0.01806052215397358, 0.002247678115963936, -0.0021784682758152485, -0.006317887455224991, 0.041499651968479156, 0.007171477656811476, -0.003447318682447076, 0.004287726245820522, 0.01891740970313549, 0.024849697947502136, 0.015990812331438065, 0.0032825330272316933, -0.0040438431315124035, 0.0060245683416724205, -0.023135924711823463, -0.01278078556060791, 1.3543331988330465e-05, 0.0010027214884757996, 0.018996506929397583, 0.012938980013132095, 0.004511835053563118, -0.009702587500214577, 0.0010397983714938164, -0.013947469182312489, 0.0009911865927278996, 0.0207893755286932, -0.024164188653230667, 0.02069709450006485, -0.0008585339528508484, 0.02045980468392372, -0.03395905718207359, 0.007454909384250641, 0.019312893971800804, -0.0017566165188327432, 0.004096574615687132, 0.006410167086869478, 0.019932489842176437, -0.002687656320631504, 0.01071107666939497, -0.025680217891931534, -0.02910776250064373, -0.03269350156188011, 0.0018274744506925344, 0.0163335669785738, -0.017230002209544182, -0.016043543815612793, 0.010243085213005543, -0.019932489842176437, 0.0037768902257084846, -0.025667034089565277, 0.008568861521780491, 0.0008412314928136766, -0.009478478692471981, -0.04761650040745735, 0.01089563686400652, -0.004801857750862837, 0.03575192391872406, -0.010631979443132877, -0.001675047562457621, 0.013815640471875668, 0.023030461743474007, -0.038731250911951065, 0.005780685693025589, 0.009399381466209888, 0.019181065261363983, -0.024322383105754852, -0.007593329064548016, 0.008318386971950531, 0.006986917462199926, 0.010664936155080795, 0.00959712453186512, 0.013374014757573605, 0.027130331844091415, -0.007771297823637724, -0.011607510969042778, -0.0011221911991015077, 0.0018208830151706934, 0.012938980013132095, -0.002580545376986265, -0.00751423230394721, -0.03567282855510712, 3.5377448512008414e-05, -0.0009508139919489622, 0.0037472289986908436, -0.0003961038601119071, -0.01407929789274931, -0.019260162487626076, 0.001062044408172369, -0.007507640868425369, -0.023030461743474007, -0.011310896836221218, -0.013736543245613575, -0.029134128242731094, 0.011251573450863361, 0.0006142390193417668, 0.006103665567934513, 0.028264058753848076, 0.007791072130203247, 0.0024833218194544315, 0.004867772106081247, 0.013341058045625687, -0.029898734763264656, 0.022806353867053986, -0.04917208105325699, -0.01605672761797905, -0.0374920628964901, -0.0034572058357298374, -0.02223948948085308, -0.013070808723568916, 0.02420373633503914, -0.032218918204307556, -0.018271448090672493, 0.0026349248364567757, 0.0068682716228067875, 0.010388095863163471, -0.015766704455018044, 0.003050185041502118, 0.02569339983165264, -0.02188355289399624, 0.01750684157013893, -0.007599920500069857, -0.01732228323817253, 0.022898633033037186, -0.030768802389502525, 0.009293918497860432, 0.025179268792271614, -0.026326177641749382, -0.023900531232357025, -0.03179706633090973, 0.007461500819772482, 0.000962349004112184, -0.02411145716905594, -0.010869271121919155, -0.0037274546921253204, 0.021132130175828934, -0.0181923508644104, -0.009155498817563057, -0.008680915459990501, -0.0162412878125906, -0.009590532630681992, 0.026167983189225197, -0.0057081799022853374, -0.02101348340511322, 0.012009588070213795, -0.012886248528957367, -0.00941256433725357, 0.04875022917985916, -0.017810048535466194, -0.025073805823922157, -0.03124338574707508, -0.01733546517789364, -0.03132248297333717, -0.005441226996481419, -0.0002805477997753769, 0.045059025287628174, 0.010111256502568722, -0.015199841000139713, -0.022859085351228714, -0.029951466247439384, -0.04724738374352455, -0.006317887455224991, -0.011851394549012184, 0.012642365880310535, 0.016729053109884262, 0.004416259005665779, -0.021989015862345695, 0.02710396610200405, 0.022134028375148773, 0.014250675216317177, -0.052283234894275665, -0.018390094861388206, 0.017164088785648346, -0.024361930787563324, 0.032957158982753754, -0.003849396016448736, -0.011772297322750092, 0.00201203441247344, 0.0016602168325334787, -0.005882852710783482, -0.0016791672678664327, 0.0017912215553224087, -0.005965245421975851, -0.025482473894953728, -0.002104314509779215, -0.01987975835800171, 0.01052651647478342, 0.01389473769813776, 0.016860881820321083, -0.019484272226691246, -0.019497454166412354, 0.008087686263024807, 0.0026777691673487425, -0.0020202738232910633, 0.02424328587949276, 0.015713972970843315, -0.011864577420055866, 0.005065515171736479, -0.01496255025267601, -0.007639469113200903, -0.004406372085213661, -0.010697893798351288, 0.015226206742227077, 0.015885349363088608, -0.003816438838839531, 0.04703645780682564, -0.0055763511918485165, -0.009089584462344646, 0.008384301327168941, 0.029134128242731094, -0.012925797142088413, 0.007283532060682774, -0.003099620807915926, 0.01759912259876728, -0.0008610057411715388, -0.01709817349910736, -0.008338160812854767, -0.006841905880719423, -0.007098971866071224, 0.007751523517072201, -0.013591531664133072, -0.02164626121520996, -0.002755218418315053, 0.03498731926083565, -0.020051134750247, 0.004155897535383701, -0.007613103371113539, -0.00658484036102891, -0.015068013221025467, -0.012589634396135807, -0.004010885953903198, 0.01237211748957634, -0.010177170857787132, -0.006986917462199926, -0.04384620487689972, -0.030004197731614113, -0.0004581045068334788, 0.003773594507947564, -0.007309897802770138, 0.00039960554568096995, 0.20702368021011353, -0.004419554956257343, -0.017164088785648346, 0.03124338574707508, -0.030874265357851982, 0.0008338161278516054, 0.020433438941836357, 0.007777889259159565, -0.004620593506842852, 0.023228205740451813, -0.001982373185455799, 0.018442826345562935, -0.02101348340511322, 0.005065515171736479, 0.012807151302695274, -0.006472785957157612, -0.04160511493682861, -0.004521721974015236, -0.004610706586390734, -0.020301610231399536, -0.0041591934859752655, -0.004501947667449713, 0.001774742966517806, -0.0223713181912899, 0.0330362543463707, -0.023860981687903404, 0.006281634327024221, 0.001830770168453455, 0.002748626982793212, 0.027183063328266144, -0.00511495117098093, -0.043371621519327164, 0.0015366275329142809, -0.015384401194751263, -0.012260062620043755, -0.010388095863163471, 0.01841646060347557, -0.014382503926753998, 0.005925697274506092, 0.006921003106981516, 0.010651753284037113, 0.0037702987901866436, 0.006538700312376022, -0.022344952449202538, 0.023412765935063362, 0.014975733123719692, -0.010012384504079819, 0.015410766936838627, 0.0008898432715795934, 0.030215121805667877, -0.04666733741760254, -0.015911715105175972, 0.0460345596075058, 0.019906124100089073, 0.010585838928818703, -0.01175911445170641, 0.029345054179430008, -0.011528413742780685, 0.021540798246860504, -0.0148966358974576, -0.012840108945965767, 0.007751523517072201, -0.022252673283219337, -0.019220614805817604, 0.019708380103111267, 0.014132029376924038, -0.017309099435806274, -0.017269551753997803, 0.02569339983165264, -0.035962849855422974, -0.013439929112792015, -0.008615001104772091, 0.0010018976172432303, 0.012971937656402588, 0.00873364694416523, -0.0018620794871822, 0.03825666755437851, 0.03643743321299553, -0.009155498817563057, 0.018390094861388206, -0.007415360771119595, -0.016254469752311707, -0.025113355368375778, 0.006284930277615786, -0.019391991198062897, -0.0319288931787014, 0.03775572031736374, 0.002962848637253046, 0.006087187211960554, -0.008107461035251617, -0.004956756718456745, 0.01064516231417656, -0.012912614271044731, 0.013842006213963032, 0.0021224410738795996, 0.03300989046692848, 0.00017724771169014275, 0.023623691871762276, -0.006953960284590721, -0.0009046740015037358, -0.03242984414100647, 0.014224309474229813, -0.002323479624465108, -0.005223709624260664, -0.03411725163459778, -0.04189513996243477, -0.01342015527188778, 0.013202637434005737, 0.0051742736250162125, -0.023953262716531754, -0.010315590538084507, -0.030821533873677254, -0.003297363640740514, 0.006080595776438713, 0.0013018077006563544, 0.010018976405262947, 0.011284531094133854, -0.031137922778725624, -0.004610706586390734, -0.03878398239612579, 0.009188455529510975, -0.009906921535730362, -0.009511436335742474, -0.006067412905395031, -0.001243308768607676, 0.001675047562457621, -0.01187116838991642, 0.006789174396544695, 0.010493558831512928, 0.01357834879308939, 0.012958754785358906, -0.016847699880599976, 0.01668950542807579, -0.009610307402908802, -0.007098971866071224, 0.008516130037605762, 0.01371017750352621, 0.005971836857497692, 0.0017533208010718226, -0.021263958886265755, 0.0001218384932144545, -0.011673425324261189, 0.0034835715778172016, 0.001692350022494793, -0.008661141619086266, 0.007441726513206959, 0.0036022174172103405, 0.011976631358265877, -0.007342854980379343, -0.019405175000429153, -0.011014282703399658, -0.0034506144002079964, 0.0020763010252267122, -0.012009588070213795, -0.0023893939796835184, -0.01769140176475048, 0.017348648980259895, -0.037913914769887924, -0.006555178668349981, 0.001967542339116335, -0.03733386844396591, -0.025403376668691635, 0.003022171324118972, 0.014804355800151825, -0.04297613352537155, -0.015885349363088608, -0.16642045974731445, 0.02483651414513588, 0.03387995809316635, -0.0021092582028359175, -0.005727954208850861, -0.0058696698397397995, 0.015173475258052349, -0.005517028272151947, 0.014764807187020779, -0.025416560471057892, -0.007646060548722744, -0.02742035500705242, -0.01371017750352621, -0.016847699880599976, -0.02997783198952675, -0.017164088785648346, -0.021778089925646782, -0.01071107666939497, 0.04484809935092926, 0.022226307541131973, 0.023940078914165497, -0.03467093035578728, 0.012293020263314247, 0.02164626121520996, 0.0018505444750189781, 0.024678319692611694, 0.00025788976927287877, -0.029766906052827835, -0.026260264217853546, -0.022621793672442436, -0.02520563453435898, -0.0017005893168970942, 0.005022671073675156, 0.008015180937945843, 0.010454010218381882, -0.006360731553286314, 0.023412765935063362, 0.002994157839566469, -0.01284669991582632, 0.0023086490109562874, 0.005823529791086912, 0.0322980135679245, -0.015990812331438065, 0.014263858087360859, 0.026326177641749382, 0.01082313060760498, 0.0020647658966481686, 0.009920104406774044, 0.03134885057806969, 0.001556401839479804, -0.010486967861652374, -0.009630081243813038, 0.002425646875053644, -0.002743683522567153, 0.007988815195858479, 0.022911816835403442, -0.010658345185220242, 0.005315989721566439, -0.011034056544303894, -0.022740438580513, -0.008766603656113148, -0.012596226297318935, -0.017216820269823074, 0.015858985483646393, 0.011264756321907043, 0.007659243419766426, 0.01046060211956501, 0.008147009648382664, -0.028870470821857452, -0.01164046861231327, -0.004195446148514748, 0.010243085213005543, -0.0036318788770586252, -0.001237541320733726, 0.007804255001246929, 0.024309199303388596, -0.019444722682237625, 0.03079516813158989, 0.007962449453771114, 0.01389473769813776, 0.004521721974015236, 0.01138999406248331, -0.003529711626470089, 0.021633079275488853, -0.017770498991012573, 0.01991930603981018, -0.0013520674547180533, 0.003757116151973605, -0.011284531094133854, -0.012213923037052155, 0.02879137359559536, -0.033589936792850494, -0.020763009786605835, 2.479511204001028e-05, 0.017256367951631546, 0.0004840582550968975, 0.0027914713136851788, -0.020947569981217384, 0.006980326026678085, -0.015054830349981785, -0.0006694422918371856, 0.007178069092333317, -0.01512074377387762, 0.005968541372567415, 0.02710396610200405, 0.005101768299937248, -0.006301408633589745, 0.004492060746997595, 0.057424552738666534, -0.0033748128917068243, -0.017770498991012573, -0.01009807363152504, 0.014553881250321865, 0.011442725546658039, 0.015713972970843315, 0.017665036022663116, -0.01250394620001316, -0.01978747732937336, 0.021263958886265755, -0.01064516231417656, 0.06696894764900208, 0.0030023970175534487, -0.012510537169873714, 0.019391991198062897, 0.00033925275783985853, 0.016491761431097984, -0.08263018727302551, -0.038098473101854324, -0.004350345116108656, 0.03150704503059387, -0.00033822283148765564, 0.011053831316530704, -0.0065749529749155045, 0.02873864211142063, -0.004172376357018948, 0.023346850648522377, 0.01075721625238657, -0.02742035500705242, 0.009373015724122524, 0.0013034555595368147, 0.01119225099682808, 0.004564566537737846, 0.003842804580926895, -0.00501278368756175, 0.0017187157645821571, 0.04711555317044258, -0.0067199645563960075, -0.020090684294700623, 0.0024091682862490416, 0.011521822772920132, 0.011317487806081772, 0.019537003710865974, -0.004702986683696508, 0.018614202737808228, 0.012681914493441582, -0.009537801146507263, 0.027051234617829323, -0.02792130410671234, 0.026576653122901917, -0.0011773945298045874, -0.010730850510299206, -0.007876761257648468, -0.0549461729824543, -0.009491661563515663, 0.03588375449180603, -0.020894838497042656, 0.0023762111086398363, 0.006541995797306299, 0.013604714535176754, -0.032957158982753754, -0.0005989963538013399, 0.00756037188693881, -0.015094378031790257, 0.03282532840967178, -0.00541156530380249, -0.015503047034144402, -0.0006220663781277835, 0.008555678650736809, 0.007019874639809132, -0.02106621488928795, 0.03614741191267967, -0.011792071163654327, 0.01323559507727623, -0.0032100272364914417, -0.007098971866071224, 0.01778368279337883, -0.006301408633589745, -0.006120144389569759, 0.01155477948486805, 0.008898432366549969, 0.008094278164207935, 0.019668832421302795, -0.01458024699240923, -0.011132927611470222, -0.012596226297318935, -0.031717970967292786, -0.020130231976509094, 0.028712276369333267, -0.015265755355358124, 0.010091481730341911, -0.006598023232072592, -0.013130132108926773, -0.009900330565869808, -0.006815540138632059, 0.011950265616178513, -0.03316808491945267, -0.0053126937709748745, -0.001843953039497137, -0.011462499387562275, -0.005777389742434025, 0.019906124100089073, 0.013973834924399853, -0.0062717474065721035, 0.0019889643881469965, 0.012517129071056843, -0.035040050745010376, -0.013255368918180466, 0.017045442014932632, 0.005961949937045574, -0.022977730259299278, -0.007329672109335661, 0.017032260075211525, -0.0276576466858387, -0.00930051039904356, -0.0007019874756224453, 0.00964326411485672, -0.03751843050122261, -0.01218755729496479, -0.0556844137609005, 0.020367523655295372, -0.009155498817563057, -0.01371017750352621, 0.01651812717318535, 0.025574754923582077, -0.006344253197312355, -0.0017286029178649187, 0.022028565406799316, 0.01071107666939497, -0.02684031054377556, 0.020354341715574265, -0.006729851942509413, 0.007336263544857502, -0.018429642543196678, 0.009906921535730362, 0.015766704455018044, 0.0010760512668639421, -0.0005726306117139757, 0.006202537100762129, 0.005688405595719814, 0.0018917408306151628, 0.03775572031736374, 0.00553680257871747, -0.013110357336699963, -0.010058525018393993, 0.0047095781192183495, 0.005975132808089256, -0.016808150336146355, -0.019088786095380783, 0.012543494813144207, -0.021633079275488853, 0.03664835914969444, 0.040814146399497986, 0.003242984414100647, -0.012596226297318935, 0.02173854224383831, 0.02359732612967491, 0.05721362680196762, -0.015173475258052349, -0.016135824844241142, -0.020617999136447906, -0.006182762794196606, -0.016755418851971626, -0.030847899615764618, -0.01123839057981968, -0.014725258573889732, 0.014356138184666634, -0.0061465101316571236, 0.01618855632841587, 0.027815841138362885, 0.014039749279618263, -0.024098273366689682, -0.020894838497042656, -0.02606252022087574, -0.023228205740451813, -0.00021133777045179158, 0.024678319692611694, -0.0010150804882869124, -0.03801937773823738, 0.054155200719833374, -0.0061333272606134415, -0.00353630306199193, -0.002750274958088994, -0.00017364302766509354, -0.022595427930355072, 0.002453660359606147, 0.01100769080221653, -0.01050674170255661, -0.02223948948085308, -0.017585938796401024, 0.012009588070213795, 0.0010010736295953393, 0.005592829547822475, -0.002962848637253046, -0.01741456240415573, -0.012339159846305847, -0.026458006352186203, -0.010051933117210865, 0.005899331532418728, 0.046140022575855255, -0.014382503926753998, -0.014738441444933414, 0.0017351943533867598, 0.03844122961163521, 0.03335264325141907, -0.01100769080221653, 0.003654948901385069, 0.019800661131739616, -0.010671528056263924, -0.019115151837468147, 0.022569062188267708, 0.0056060124188661575, 0.016768602654337883, -0.004867772106081247, 0.001405622810125351, -0.02314910851418972, 0.0041526020504534245, 0.04753740504384041, -0.001868670922704041, -0.001462473883293569, -0.0028326676692813635, -0.0002953785296995193, 0.0038889446295797825, -0.028053132817149162, -0.016768602654337883, -0.03374813124537468, -0.01941835694015026, 0.0050094882026314735, 0.009814641438424587, 0.01439568679779768, -0.02715669758617878, -0.023386400192975998, 0.0157798882573843, -0.006219015922397375, -0.026273446157574654, 0.004637072328478098, 0.01371017750352621, -0.013294917531311512, 0.009043443948030472, 0.007066014688462019, 0.020037952810525894, 0.01854828931391239, 0.01003215927630663, 0.028633179143071175, 0.035540997982025146, -0.022094478830695152, -0.024493759498000145, -0.010737442411482334, -0.0008437032229267061, 0.00818655826151371, -0.013934286311268806, -0.012536902911961079, -0.03250893950462341, -0.018680118024349213, 0.0004305028705857694, -0.023452313616871834, 0.003112803678959608, -0.0330362543463707, 0.06601978093385696, 0.026866676285862923, -0.025851594284176826, 0.02169899269938469, 0.02106621488928795, 0.021672626957297325, 0.030557876452803612, 0.0019098672783002257, -0.013842006213963032, -0.009748727083206177, 0.034723661839962006, 0.008021771907806396, 0.0006414286908693612, -0.0031655351631343365, 0.0025723061989992857, 0.005523619707673788, -0.006453011650592089, 0.011034056544303894, -0.000534317921847105, -0.019022872671484947, -0.0007600744720548391, -0.011541596613824368, 0.01778368279337883, 0.0015127335209399462, -0.020037952810525894, -0.010071707889437675, 0.006509038619697094, 0.009550984017550945, 0.013123540207743645, -0.008509538136422634, 0.009063218720257282, 0.008878658525645733, -0.03224528208374977, -0.007217617705464363, -0.003816438838839531, -0.025258366018533707, -0.021448519080877304, -0.018139619380235672, -0.0027206134982407093, 0.007876761257648468, -0.009043443948030472, 0.0022229603491723537, -0.025508839637041092, -0.0049963053315877914, 0.01248417142778635, 0.01691361330449581, 0.007494457997381687, 0.006749625783413649, -0.03382722660899162], \"c45870d5-1bc0-45a8-9a5e-a3e844949ecf\": [-0.004373966716229916, -0.01526912022382021, 0.024508044123649597, -0.0219078678637743, -0.015296782366931438, 0.012496059760451317, -0.02756463550031185, -0.026693299412727356, -0.029985012486577034, -0.013395057059824467, 0.02721886709332466, 0.01720542274415493, 0.0007399438181892037, -0.01271043624728918, 0.020151367411017418, -0.009017632342875004, -0.008519726805388927, 0.001977793639525771, 0.021769560873508453, -0.021714238449931145, -0.025642164051532745, 0.005210725590586662, -0.012288599275052547, -0.01941833831369877, -0.0015213798033073545, -0.0040696910582482815, 0.028546616435050964, -0.032806478440761566, -0.008906986564397812, -0.0030358440708369017, 0.0004732701345346868, -0.007088246755301952, -0.006780513096600771, -0.02253025211393833, -0.006887700874358416, -0.0016259746626019478, -0.016375578939914703, -0.0269007608294487, 0.03773021697998047, -0.03441084548830986, 0.018726801499724388, 0.016306424513459206, -0.008298435248434544, 0.010407621040940285, -0.009183601476252079, 0.005961042363196611, 0.012952473945915699, -0.010331551544368267, 0.012834913097321987, -0.013913709670305252, -0.0013424447970464826, 0.03454915061593056, -0.051782235503196716, -0.00094135373365134, 0.0036962612066417933, 0.009183601476252079, -6.213020969880745e-05, 0.011382686905562878, -0.014536092057824135, -0.030289288610219955, 0.012987051159143448, -0.013692418113350868, -0.027702942490577698, -0.00036608200753107667, -0.02513042837381363, 0.009944291785359383, -0.007717544678598642, 0.005463136360049248, -0.000573110650293529, -0.004512274172157049, 0.029265813529491425, 0.007420184090733528, -0.0013216986553743482, -0.015172305516898632, 0.001965691801160574, -0.004035113845020533, 4.775922207045369e-05, 0.006127011030912399, 0.016237271949648857, -0.005535747855901718, 0.03969418257474899, -0.010898611508309841, -0.007420184090733528, 0.03330438584089279, 0.029929690062999725, -0.001868876744993031, 0.007233469281345606, -0.008222365751862526, -0.019183216616511345, -0.004010910168290138, -0.0015732449246570468, 0.019169384613633156, 0.017675666138529778, 0.0006919684819877148, 0.01522762794047594, 0.038615383207798004, 0.015282951295375824, 0.03396826237440109, -0.00012879862333647907, -0.031672362238168716, -0.023373926058411598, -0.03651311248540878, -0.016015980392694473, -0.016707515344023705, -0.0338299535214901, -0.01750969886779785, 0.018560832366347313, 0.007745205890387297, 0.018049096688628197, -0.003672057529911399, -0.01979176700115204, 0.011320448480546474, 0.0015213798033073545, -0.024674013257026672, 0.002060777973383665, -0.007302622776478529, 0.010131006129086018, -0.008464403450489044, -0.009999614208936691, -0.027163544669747353, 0.021326977759599686, 0.029542429372668266, 0.00404202938079834, -0.021423792466521263, 0.004214913584291935, 0.0002435504284221679, -0.007537745404988527, -0.003258864628151059, 0.018118249252438545, -0.009072955697774887, 0.04027507081627846, 0.01130661740899086, 0.01827038824558258, 0.0006617137696594, 0.0013830724637955427, 0.007150484714657068, -0.004325559362769127, 0.0037170073483139277, -0.030261626467108727, -0.03197663649916649, 0.019528983160853386, 0.05275038629770279, -0.020884394645690918, 0.0057259202003479, -0.0020918971858918667, 0.008533556945621967, -0.01415574736893177, 0.013526448979973793, -0.008540472947061062, -0.02507510408759117, -0.002574243815615773, 0.0011773405130952597, 0.002890621544793248, 0.0023667828645557165, 0.013014712370932102, 0.04201774299144745, 0.005636020563542843, -0.017329897731542587, -0.004733565729111433, -0.018948093056678772, -0.003793076379224658, 0.030676547437906265, 0.016015980392694473, -0.013547195121645927, 0.018726801499724388, 0.032170265913009644, 0.019141724333167076, -0.0042529478669166565, 0.01471589133143425, 0.008215450681746006, 0.016278764232993126, -0.022004684433341026, 0.001799723133444786, -0.008485149592161179, 0.0062445723451673985, 0.03847707808017731, 0.0009543200139887631, 0.013512618839740753, 0.002446309430524707, -0.02945944480597973, -0.023083480075001717, -0.0027073645032942295, 0.03847707808017731, 0.052224818617105484, -0.006960312370210886, -0.017329897731542587, 0.001651042839512229, -0.01416266243904829, 0.026015594601631165, -0.0018948093056678772, 0.01401052437722683, -0.0006435609539039433, 0.0004410704714246094, 0.009439470246434212, -0.6413030624389648, -0.029597751796245575, 0.006441660225391388, -0.014771214686334133, -0.003480156185105443, 0.030206304043531418, 0.00968150794506073, 0.0127173513174057, -0.009384146891534328, 0.0207737497985363, 0.014273308217525482, 0.017675666138529778, 0.027108220383524895, 0.008844749070703983, -0.03327672556042671, -0.007233469281345606, 0.0022578658536076546, 0.0013035458978265524, 0.003101540030911565, 0.007136654108762741, -0.024978289380669594, -0.02080141007900238, 0.0007931056316010654, 0.024591028690338135, -0.00698451604694128, 0.002740212483331561, 0.032474543899297714, -0.0024359363596886396, -0.004546850919723511, -0.026845436543226242, -0.011403433047235012, -0.012101884931325912, 0.007302622776478529, 0.0012914439430460334, 0.040745317935943604, -0.005961042363196611, -0.019847091287374496, -0.00023360959312412888, 0.009314993396401405, 0.024148445576429367, -0.015144644305109978, -0.03883667662739754, 0.03739828243851662, -0.007015635259449482, -0.010967765003442764, 0.012662028893828392, 0.036070529371500015, -0.007129738572984934, -0.01723308302462101, -0.018961923196911812, 0.00030405985307879746, 0.007869682274758816, 0.01580851897597313, 0.015684042125940323, -0.023899493739008904, 0.007828189991414547, 0.0344938300549984, -0.02153443917632103, 0.006109722889959812, -0.025711318477988243, -0.00804948154836893, 0.01865764893591404, -0.004097352270036936, -0.0023028156720101833, -0.041741129010915756, 0.005525374785065651, -0.015006336383521557, -0.01831188052892685, 0.03864304721355438, -0.012786505743861198, -0.005995619110763073, 0.010905526578426361, 0.00048234654241241515, -0.007302622776478529, 0.008319181390106678, 0.008519726805388927, -0.0021212873980402946, 0.0005692208069376647, -0.006891158875077963, 0.029210491105914116, -0.017495866864919662, 0.0005428559379652143, -0.007572322152554989, 0.0025811591185629368, 0.018740631639957428, -0.0015023625455796719, -0.042570970952510834, -0.024577198550105095, 0.002129931701347232, -0.003941756673157215, 9.616676106816158e-05, -0.012876405380666256, -0.018007604405283928, -0.03933458402752876, 0.022488759830594063, 0.017495866864919662, 0.002143762307241559, -0.0010718811536207795, -0.01655537821352482, -0.009515538811683655, 0.007952666841447353, -0.03153405338525772, -0.03145106881856918, 0.015365935862064362, 0.041464515030384064, 0.0037723302375525236, -0.01039378996938467, -0.005003264639526606, 0.028933877125382423, 0.0011911712354049087, 0.017675666138529778, -0.006597255822271109, -0.009771407581865788, 0.005808904767036438, -0.020192857831716537, -0.03764723241329193, 0.015601057559251785, 0.003820737823843956, 0.009204347617924213, -0.02189403772354126, 0.023055817931890488, 0.020206689834594727, 0.009100616909563541, -0.02614006958901882, 0.011348109692335129, -0.004851127043366432, 0.024992119520902634, -0.01827038824558258, 0.0013580042868852615, -0.0004581427783705294, 0.010290059261023998, -0.006064773071557283, 0.052197158336639404, -0.010068767704069614, 0.021396132186055183, -0.010462943464517593, 0.013360480777919292, 0.002238848712295294, 0.009729915298521519, -0.02219831384718418, -0.012793420813977718, 0.019266199320554733, 0.0052729640156030655, -0.000433722889283672, 0.00045468509779311717, -0.02661031484603882, -0.0364854522049427, 0.005808904767036438, -0.001269833417609334, 0.006676782388240099, 0.0018982670735567808, 0.004913365002721548, -0.005680970381945372, 0.013982863165438175, 0.0011272040428593755, -0.004190709907561541, 0.011016172356903553, -0.02937646023929119, 0.005501171108335257, -0.029570089653134346, -0.005878058262169361, 0.025227243080735207, -0.0037342957220971584, -0.008768679574131966, 0.0016346188494935632, -0.0026468550786376, -0.0017841635271906853, 0.01793844997882843, -0.01862998679280281, -0.014453107491135597, -0.017813973128795624, -0.009591608308255672, -0.01579468883574009, -0.020538626238703728, -0.0068185473792254925, 0.005591070745140314, -0.01311152707785368, -0.016320256516337395, 0.020372658967971802, 0.00844365730881691, 0.004329016897827387, 0.014217985793948174, 0.011790692806243896, 0.00048796526971273124, 0.016334086656570435, 0.03737061843276024, 0.014190323650836945, 0.022405775263905525, -0.008824002929031849, 0.029514767229557037, -0.007077873684465885, 0.03579391539096832, -0.010815626941621304, 0.011313533410429955, 0.010580504313111305, 0.03313841670751572, -0.009308078326284885, 0.012738097459077835, 0.01456375326961279, -0.014107340015470982, 0.02795189619064331, 0.021396132186055183, 0.02301432564854622, -0.029957350343465805, 0.004650581162422895, -0.03737061843276024, 0.0008903529378585517, -0.0008466996951028705, 0.007468591444194317, 0.0001166967413155362, 0.018035264685750008, -0.016430901363492012, -0.022322790697216988, -0.01796611212193966, -0.0073371995240449905, 0.023387756198644638, -0.012786505743861198, 0.02259940467774868, -0.004284067079424858, -0.02407929301261902, 0.00012404430890455842, -0.017053283751010895, 0.010822542011737823, 0.01691497676074505, -0.036762066185474396, 0.010580504313111305, 0.016652192920446396, 0.02149294689297676, 0.01867147907614708, -0.0016354832332581282, -0.0054562208242714405, 0.018007604405283928, 0.023830339312553406, -0.00412155594676733, 0.012330091558396816, -0.010850204154849052, 0.018920432776212692, -0.02048330381512642, 0.0172469150274992, -0.01796611212193966, -0.01900341548025608, 0.013395057059824467, 0.02223980613052845, -0.028795570135116577, 0.012343921698629856, 0.014798875898122787, 0.039998456835746765, 0.009232008829712868, -0.009660761803388596, -0.009785237722098827, -0.007281876634806395, 0.02121633291244507, -0.009985783137381077, -0.0009456758270971477, 0.030372273176908493, -0.006593798287212849, 0.004204540513455868, 0.01966729201376438, 0.00930116232484579, 0.020192857831716537, 0.00828460417687893, -0.00019146909471601248, 0.008754849433898926, 0.01454992312937975, 0.016334086656570435, -0.011285871267318726, -0.023553725332021713, -0.0065834252163767815, -0.01165930088609457, 0.011901338584721088, -0.010525181889533997, -0.0009620998171158135, -0.019501322880387306, 0.008160128258168697, -0.0003466325579211116, 0.005940296221524477, 0.011272041127085686, 0.0014885318232700229, 0.009487877599895, 0.0031170996371656656, -0.021451454609632492, -0.0060094501823186874, 0.019860921427607536, 0.029680736362934113, -0.007952666841447353, 0.0015715161571279168, 0.005622189957648516, 0.026015594601631165, -0.0013199697714298964, -0.005947211757302284, -0.005601443815976381, 0.02443889155983925, 0.003654769156128168, -0.028601938858628273, -0.025393212214112282, 0.00893464870750904, 0.03441084548830986, -0.02006838284432888, -0.010718812234699726, -0.017067113891243935, -0.015711704269051552, 0.020925886929035187, -0.02472933568060398, 0.020856734365224838, 0.025974102318286896, 0.0045399353839457035, 0.01681816205382347, -0.005048214457929134, 0.003924468066543341, -0.0022025429643690586, 0.0025690572801977396, -0.005594528280198574, -0.00726113049313426, 0.013637094758450985, -0.0007589610177092254, 0.01762034371495247, -0.005148487631231546, -0.013547195121645927, 0.041741129010915756, -0.006714817136526108, -0.003206999273970723, -0.018381033092737198, -0.04481155052781105, 0.014065847732126713, 0.0009491335367783904, 0.03764723241329193, -0.0025344802998006344, 0.01825655624270439, -0.007765952032059431, 0.015490411780774593, -0.023858001455664635, -0.009653845801949501, -0.016347916796803474, -0.02726035937666893, -0.008208535611629486, -0.01833954080939293, 0.013367395848035812, -0.0001002187273115851, 0.012855659238994122, 0.01609896309673786, 0.0037204651162028313, -0.02194936014711857, 0.012696606107056141, -0.009992699138820171, -0.012171038426458836, -0.02262706682085991, -0.004422374535351992, 0.047605354338884354, 0.0038241955917328596, 0.013478041626513004, 0.00045382065582089126, 0.007226553745567799, 0.004242574796080589, -0.022461097687482834, 0.004716277122497559, 0.02333243377506733, 0.005874600261449814, 0.0010070496937260032, 0.004180336836725473, 0.027108220383524895, 0.017730990424752235, -0.008837833069264889, 0.02152060903608799, 0.0012620536144822836, -0.02327710948884487, 0.009619269520044327, 0.01936301589012146, 0.0011254752753302455, 0.015435089357197285, 0.00494102668017149, 0.006911905016750097, 0.014141916297376156, -0.018574664369225502, 0.006766682490706444, 0.026679469272494316, 0.009079870767891407, -0.02720503695309162, -0.010449112392961979, 0.0014807520201429725, 0.024936797097325325, 0.014619076624512672, 0.008111719973385334, -0.005349033046513796, -0.019777936860919, -0.002444580662995577, -0.03399592265486717, -0.00843674223870039, 0.0020953549537807703, -0.013049289584159851, -0.01720542274415493, -0.004111182875931263, -0.0019881667103618383, -0.013367395848035812, -0.02113334834575653, -0.013547195121645927, -0.001487667323090136, -0.006649121176451445, -0.01079488079994917, -0.003948672208935022, 0.01752352900803089, 0.0156148886308074, -0.015116982161998749, 0.0009465402690693736, 0.017703328281641006, -0.016347916796803474, -0.005798531696200371, 0.009550116024911404, -0.022723881527781487, -0.021036533638834953, -0.010137921199202538, 0.02696991339325905, -0.01691497676074505, -0.00286296010017395, 0.008346842601895332, 0.013782317750155926, -0.007029465865343809, -0.013222172856330872, -0.009259670041501522, 0.009944291785359383, 0.012433822266757488, 0.007468591444194317, 0.023207956925034523, -0.006735563278198242, 0.0017400780925527215, 0.02507510408759117, -0.010456028394401073, 0.007309538312256336, 0.0032173723448067904, -0.007565406616777182, 0.015435089357197285, 0.02979138121008873, 0.017813973128795624, -0.015352104790508747, 0.0018585036741569638, 0.012018900364637375, -0.011465671472251415, 0.004097352270036936, -0.009861307218670845, 0.010684235021471977, 0.01200506929308176, 0.02583579532802105, 0.004176878836005926, 0.004526104778051376, 0.010124091058969498, 0.00655230600386858, -0.01576702669262886, 0.027536973357200623, 0.0005009315791539848, 0.01687348447740078, 0.024632520973682404, 0.0009404892916791141, -0.05405047535896301, -0.01094701886177063, -0.00592300808057189, -0.04093894734978676, 0.00362710771150887, 0.0014643280301243067, -0.01944599859416485, -0.024660183116793633, -0.0007542067323811352, 0.017426714301109314, 0.04586268588900566, 0.01094010379165411, 0.006915362551808357, -0.006050942465662956, -0.004415458999574184, 0.009121363051235676, -0.0035544964484870434, -0.03991547226905823, -0.02691459096968174, -0.027910403907299042, 0.0032640511635690928, 0.02442506141960621, 0.023802677169442177, -0.014646737836301327, 0.004636750556528568, -0.01688731461763382, -0.017772480845451355, -0.009591608308255672, -0.011908254586160183, -0.021008871495723724, 0.030012672767043114, 0.028989199548959732, -0.003976333420723677, 0.0294317826628685, 0.004550308454781771, 0.0003302085679024458, -0.005981788504868746, 0.02078757993876934, -0.0043117287568748, 0.00010967332491418347, 0.0054527632892131805, -0.031091470271348953, 0.0014150560600683093, 0.006939566228538752, 0.007295707706362009, -0.018920432776212692, 0.0026243801694363356, -0.006306810770183802, -0.003886433783918619, -0.004048944916576147, 0.008415996097028255, -0.023567555472254753, -0.01904490776360035, -0.02513042837381363, 0.0037446687929332256, -0.012627451680600643, -0.0107533885166049, -0.029293475672602654, -0.041768789291381836, 0.0005489069153554738, 0.014259477145969868, 0.037508927285671234, -0.005781243089586496, 0.050371501594781876, -0.01219178456813097, 0.01113373413681984, -0.03842175379395485, 0.011963577009737492, -0.03189365193247795, 0.0034732408821582794, -0.010269313119351864, -0.015601057559251785, 0.0290998462587595, 0.007295707706362009, 0.034576814621686935, 0.00264858384616673, -0.022765373811125755, 0.0014124627923592925, 0.026278378441929817, -0.03161703795194626, -0.0005791616276837885, -0.0031724225264042616, -0.01582234911620617, -0.0006288657896220684, -0.03485342860221863, -0.00600253464654088, -0.004460408817976713, 0.005127741489559412, 0.010822542011737823, -0.01759268157184124, 0.0037308381870388985, -0.027163544669747353, -0.0061373841017484665, 0.00537669425830245, -0.008291519246995449, 0.04129854589700699, -0.0071020773611962795, 0.02301432564854622, -0.0019259285181760788, 0.016403239220380783, -0.02937646023929119, -0.005183064378798008, -0.005397440399974585, -0.0013562755193561316, 0.015628719702363014, 0.028989199548959732, 0.026693299412727356, 0.008512811735272408, 0.020192857831716537, 0.00040325208101421595, 0.018090588971972466, -0.04735640436410904, 0.032529864460229874, 0.02226746827363968, 0.003737753489986062, -0.0125513831153512, -0.011431094259023666, -0.014342461712658405, 3.376642052899115e-05, -0.01345038041472435, -0.0007101212977431715, 0.014937182888388634, -0.01871297135949135, -0.02295900322496891, -0.017993774265050888, -0.014038185589015484, 0.021963192149996758, -0.022502589970827103, -0.0015637363540008664, 0.005712089594453573, 0.016652192920446396, -0.018436357378959656, 0.00914210919290781, -0.007931920699775219, 0.02802104875445366, -0.03883667662739754, 0.0004330745723564178, 0.001623381394892931, -0.00859579537063837, -0.00278689106926322, -0.008734103292226791, -0.025628333911299706, 0.034244876354932785, -0.03725997358560562, 0.0076760523952543736, -0.02513042837381363, 0.003793076379224658, 0.02976372092962265, 0.006541932933032513, 0.0030479461420327425, -0.022087667137384415, -0.016251102089881897, -0.014840368181467056, 0.02154826931655407, 0.019210876896977425, 0.003658226691186428, -0.012461483478546143, -0.001392581150867045, -0.0008008854347281158, -0.018823616206645966, -0.002529293764382601, 0.013740825466811657, -0.04616696015000343, -0.008478234522044659, -0.021714238449931145, 0.0052141835913062096, 0.014065847732126713, 0.011417263187468052, -0.00341100268997252, -0.011410348117351532, 0.02614006958901882, -0.03839409351348877, 0.0132498349994421, -0.009197432547807693, -0.011410348117351532, -0.015891503542661667, -0.009612353518605232, 0.004923738073557615, -0.02912750653922558, -0.02152060903608799, 0.0033937140833586454, -0.01792461983859539, 0.003305543214082718, 0.025254903361201286, 0.008422911167144775, -0.010179413482546806, 0.021686576306819916, 0.03230857476592064, 0.014480769634246826, -1.0710708011174574e-05, 0.007378691807389259, -0.04005378112196922, 0.028906214982271194, -0.035710930824279785, 0.007717544678598642, 0.036070529371500015, 0.009252754971385002, -0.009792153723537922, -0.016721347346901894, 0.030980823561549187, -0.0025310227647423744, -0.011590147390961647, -0.004180336836725473, 0.01020707469433546, 0.02327710948884487, -0.046498898416757584, -0.008063312619924545, 0.0004499307833611965, -0.026416685432195663, -0.015656379982829094, 0.01540742814540863, 0.007371776271611452, 0.00828460417687893, 0.0046989889815449715, 0.00968842301517725, -0.0004408543754834682, 0.021769560873508453, -0.005203810520470142, -0.020566288381814957, -0.002658956917002797, 0.005812362302094698, -0.02401013858616352, -0.02074608765542507, 0.011569401249289513, 0.002798992907628417, 0.014231815934181213, -0.013547195121645927, -0.03687271475791931, -0.031036147847771645, -0.03125743940472603, -0.021285485476255417, 0.012841828167438507, 0.007572322152554989, 0.014342461712658405, -0.0020918971858918667, -0.0030133691616356373, 0.018436357378959656, -0.004616004414856434, 0.025310227647423744, -0.013076950795948505, 0.008381419815123081, 0.007925005629658699, 0.014480769634246826, 0.0011522723361849785, 0.001421106979250908, -0.030759532004594803, -0.0040454869158566, -0.01004110649228096, 0.024992119520902634, 0.023180294781923294, 0.017108606174588203, 0.004550308454781771, 0.019100232049822807, -0.01759268157184124, -0.0025707860477268696, -0.009667676873505116, 0.025946440175175667, 0.012274768203496933, -0.02547619491815567, 0.002212916035205126, 0.015573396347463131, 0.0172469150274992, 0.004090436734259129, -0.002086710650473833, -0.0068669551983475685, -0.012171038426458836, 0.005127741489559412, -0.02111951634287834, -0.010296975262463093, -0.006220368668437004, -0.0018187403911724687, 0.006535017397254705, 0.03266817331314087, 0.00592646561563015, 0.03775788098573685, -9.703118121251464e-05, -0.023028157651424408, -0.019501322880387306, 0.0024497671984136105, -0.03084251657128334, -0.01687348447740078, 0.008540472947061062, 0.008734103292226791, 0.02080141007900238, -0.004270236473530531, -0.0028076372109353542, -0.018187403678894043, 0.012468398548662663, -0.0034282910637557507, -0.023111142218112946, -0.013028543442487717, 0.0011790692806243896, 0.00950170774012804, -0.03203196078538895, -0.013865302316844463, -0.007544660475105047, -0.005888431333005428, -0.02756463550031185, 0.010165583342313766, -0.03228091076016426, -0.03399592265486717, 0.01933535374701023, -0.022004684433341026, -0.019556645303964615, -0.023940986022353172, 0.01976410672068596, -0.00619962252676487, 0.0011531367199495435, 0.027495481073856354, 0.1982772797346115, -0.014591415412724018, 0.009584692306816578, 0.028435971587896347, 0.01416266243904829, -0.01721925288438797, 0.025005951523780823, 0.018588494509458542, -0.027813587337732315, 0.019307691603899002, 0.0014790231361985207, 0.017399052157998085, -0.02004072070121765, -0.004802719224244356, 0.0157808568328619, -0.0364854522049427, -0.02329094149172306, -0.005677512846887112, -0.03933458402752876, -0.025531519204378128, -0.013678587041795254, -0.0017979942495003343, -0.0254347026348114, 0.005314456298947334, 0.026720961555838585, -0.031146792694926262, -0.007406353484839201, -0.0033539508003741503, 0.0046989889815449715, 0.023871831595897675, -0.02904452197253704, -0.0046436660923063755, -0.012385413981974125, 0.012247106991708279, -0.02013753540813923, 0.0013631908223032951, 0.012337006628513336, 0.007682967931032181, 0.012157207354903221, 0.004612546879798174, 0.0031413035467267036, -0.0038691454101353884, -0.002550039906054735, -0.01220561470836401, -0.012371583841741085, 0.020317334681749344, -0.008422911167144775, 0.0014945827424526215, -0.0027453990187495947, 0.009107532911002636, -0.019155554473400116, 0.022391943261027336, 0.0087894257158041, 0.02046947367489338, 0.006500440649688244, -0.02218448370695114, 0.006486610043793917, 0.0031845243647694588, -0.014128086157143116, 0.008872410282492638, -0.0008402165258303285, 0.046775512397289276, -0.03402358293533325, -0.0026624146848917007, -0.01576702669262886, 0.018865108489990234, -0.032889463007450104, -0.00913519412279129, 0.019266199320554733, -0.028767907992005348, 0.013063119724392891, -0.0036789728328585625, -0.004733565729111433, 0.006877328269183636, 0.013484956696629524, -0.032502204179763794, 0.02731568180024624, 0.017371390014886856, 0.009563946165144444, 0.03482576459646225, -0.03548964112997055, -0.016970299184322357, 0.008533556945621967, -0.03128509968519211, -0.029238153249025345, -0.04373275116086006, 0.020013058558106422, 0.020275842398405075, 0.004107725340873003, 0.0026105493307113647, 0.007689883001148701, 0.006918820086866617, -0.00439817039296031, 0.023138802498579025, 0.005708631593734026, -0.012973220087587833, -0.004201082978397608, 0.011396517045795918, -0.018519340083003044, -0.006614544428884983, -0.033166076987981796, 0.023567555472254753, 0.0215759314596653, -0.008824002929031849, -0.03651311248540878, -0.0366237610578537, 0.019653460010886192, 0.013284411281347275, -0.0033003566786646843, -0.00021351181203499436, 0.008256942965090275, -0.05808904394507408, 0.014757383614778519, 0.006939566228538752, 0.009218178689479828, 0.022765373811125755, -0.02049713395535946, -0.03272349387407303, -0.03413422778248787, -0.010857119224965572, 0.023041987791657448, -0.02692842110991478, 0.016596870496869087, 0.010075683705508709, -0.0037757880054414272, -0.01399669423699379, 0.0018049096688628197, -0.013678587041795254, -0.013927539810538292, -0.03800683096051216, 0.0033902565483003855, -0.008180873468518257, 0.01860232464969158, 0.006168503314256668, -0.023940986022353172, 0.010359212756156921, 0.00466786976903677, -0.0018775209318846464, 0.01040070503950119, 0.022046176716685295, -0.0037481265608221292, 0.006248029880225658, 0.01979176700115204, 0.0016268390463665128, 0.018049096688628197, -0.01199815422296524, 0.00753082986921072, 0.013159935362637043, -0.03991547226905823, -0.025310227647423744, -0.017108606174588203, -0.005393982864916325, -0.00950170774012804, 0.019805599004030228, 0.00824311189353466, -0.01361634861677885, -0.027149712666869164, -0.038974981755018234, -0.015932995826005936, 0.017136268317699432, -0.04342847689986229, -0.0040731485933065414, 0.018533172085881233, -0.016334086656570435, -0.013035458512604237, -0.038560062646865845, -0.1785823255777359, 0.0071574002504348755, 0.018505509942770004, -0.03739828243851662, 0.011341194622218609, 0.005283337086439133, 0.02188020758330822, 0.004754311870783567, 0.01114756427705288, -0.004491528030484915, 0.005767412483692169, 0.0037896186113357544, -0.03850473836064339, -0.007987244054675102, 0.011707709170877934, -0.02253025211393833, 0.006061315070837736, 0.011016172356903553, 0.020303504541516304, 0.00023080022947397083, 0.018062926828861237, -0.026084747165441513, 0.02257174253463745, 0.008222365751862526, -0.004329016897827387, 0.006503898650407791, 0.008146297186613083, 0.03084251657128334, 0.004979060962796211, -0.012482229620218277, 0.0029269272927194834, 0.00024052495427895337, 0.0057916161604225636, -0.011610893532633781, 0.000565763097256422, 0.008644203655421734, -0.013325903564691544, -0.01752352900803089, -0.0010286602191627026, 0.0080909738317132, 0.014992506243288517, 0.03526834771037102, -0.013671671971678734, 0.015006336383521557, 0.010276229120790958, 0.0012101884931325912, 0.0037204651162028313, -0.02261323481798172, 0.00029887331766076386, 0.0032986279111355543, 0.00897614099085331, -0.012060392647981644, 0.001406411873176694, 0.003575242357328534, 0.013540280051529408, 0.02688692882657051, -0.019266199320554733, -0.0026278377044945955, 0.012592875398695469, -0.01861615665256977, 0.021064193919301033, -0.01020015962421894, 0.00894156377762556, -0.01933535374701023, -0.016997961327433586, -0.011769946664571762, -0.008761764504015446, 0.0006595526938326657, -0.013443464413285255, 0.010649658739566803, -0.013547195121645927, -0.010483689606189728, -0.014052016660571098, 0.006510813720524311, 0.009508623741567135, 0.017648005858063698, -0.024203769862651825, 0.02075991779565811, 0.006061315070837736, 0.019293861463665962, -0.009778322651982307, 0.047218095511198044, -0.04121556133031845, 0.017772480845451355, 0.010442197322845459, 0.0036063615698367357, -0.0014115984085947275, -0.007302622776478529, -0.0011963577708229423, -0.018809786066412926, 0.0020832528825849295, -0.007696798536926508, -0.012993966229259968, -0.01762034371495247, 0.009460216388106346, 0.011673131957650185, -0.010061852633953094, 0.017329897731542587, -0.021354639902710915, 0.02979138121008873, 0.0011220176238566637, 0.005362863652408123, -0.02186637558043003, 0.00789042841643095, 0.024632520973682404, 0.025213411077857018, 0.010310805402696133, 0.024217600002884865, 0.042460326105356216, -0.010642742738127708, -0.003030657535418868, -0.013554110191762447, 0.01691497676074505, 0.02040031924843788, 0.00042788806604221463, 0.008346842601895332, 0.0031966264359652996, -0.036430131644010544, 0.011417263187468052, 0.011043833568692207, 0.007586152758449316, -0.014785044826567173, -0.020262012258172035, 0.015103152021765709, -0.012848743237555027, -0.0254347026348114, -0.09167004376649857, 0.005317913834005594, -0.008519726805388927, -0.0009586421074345708, -0.00023641895677428693, -6.88834916218184e-05, -0.022046176716685295, 0.017011791467666626, -0.0054008979350328445, 0.017993774265050888, -0.005947211757302284, -0.016015980392694473, -0.008609626442193985, 0.014176493510603905, 0.013906793668866158, 0.001651907223276794, 0.0009612353751435876, -0.019280031323432922, -0.0021766102872788906, 0.046083975583314896, -0.009079870767891407, -0.007627645041793585, 0.01416266243904829, -0.03153405338525772, 0.015448919497430325, 0.0034058161545544863, -0.020262012258172035, 0.019888583570718765, 0.023858001455664635, -0.01522762794047594, 0.010213990695774555, -0.026264546439051628, 0.023940986022353172, -0.01437012292444706, -0.021811053156852722, -0.015850011259317398, -0.032446879893541336, -0.0197087824344635, 0.012585959397256374, -0.0172469150274992, -0.001337258261628449, 0.0018775209318846464, -0.01165930088609457, -0.03164469823241234, -0.002880248473957181, -0.00898997113108635, -0.00627223402261734, 0.030289288610219955, -0.018809786066412926, -0.009418724104762077, 0.013401973061263561, 0.024259092286229134, -0.01944599859416485, 0.004688615910708904, 0.0264996699988842, 0.0012758843367919326, 0.02294517308473587, 0.02040031924843788, -0.03186599165201187, -0.007482422515749931, 0.002472242107614875, -0.005238387268036604, -0.008478234522044659, 0.039611198008060455, 0.015642549842596054, 0.020344996824860573, -0.02225363627076149, -0.011631639674305916, 0.019556645303964615, -0.011832185089588165, 0.0018239269265905023, 0.015684042125940323, -0.01972261443734169, 0.039998456835746765, -0.023443078622221947, -0.011071495711803436, -0.019611967727541924, 0.011396517045795918, 0.025987932458519936, -0.009598523378372192, -0.011763031594455242, -0.010379958897829056, 0.0024687843397259712, 0.007364861201494932, 0.03557262569665909, 0.012668943963944912, 0.012337006628513336, 0.007191976998001337, 0.02078757993876934, -0.026720961555838585, 0.012613621540367603, 0.03194897621870041, 0.002116100862622261, -0.011265126056969166, -0.0014375309692695737, 0.024687843397259712, 0.010186329483985901, 0.011431094259023666, 0.004221828654408455, -0.012212530709803104, -0.042100727558135986, -0.004529562313109636, -0.06788119673728943, 0.034604474902153015, -0.014259477145969868, 0.01255829818546772, -0.008913902565836906, -0.01366475597023964, -0.016984131187200546, -0.014881860464811325, -0.009902799502015114, 0.027689112350344658, -0.005414729006588459, 0.016638362780213356, 0.004833838436752558, 0.005553035996854305, -0.006773597560822964, -0.017661835998296738, 0.0030064538586884737, 0.00143234443385154, 0.016417071223258972, 0.012800335884094238, -0.02078757993876934, -0.00044690529466606677, -0.013934455811977386, 0.010725727304816246, -0.00863728765398264, -0.010172498412430286, 0.0004421509802341461, 0.02800721861422062, 0.00045468509779311717, -0.004183794371783733, 0.028795570135116577, -0.02373352460563183, 0.00844365730881691, 0.02264089696109295, 0.003848399268463254, -0.02578047104179859, -0.01654154807329178, 0.03308309614658356, 0.009619269520044327, 0.015033998526632786, -0.016956469044089317, -0.014031270518898964, 0.010213990695774555, -0.01040070503950119, -0.00032869583810679615, 0.023069649934768677, -0.009805983863770962, 0.012731182388961315, 0.011389601975679398, 0.01078105065971613, 0.031119132414460182, -0.00044949856237508357, 0.015172305516898632, -0.02584962546825409, -0.0007477235631085932, -0.020262012258172035, 0.01691497676074505, 0.01756502129137516, -0.023927154019474983, -0.013194511644542217, 0.021437624469399452, 0.03117445483803749, 0.014785044826567173, -0.012724267318844795, -0.010428367182612419, 0.0014530905755236745, -0.000551932374946773, -0.009232008829712868, 0.020580118522047997, -0.03886433690786362, -0.006372506730258465, -0.0033660526387393475, 0.005732835736125708, 0.000443015422206372, -0.02009604312479496, 0.01792461983859539, 0.0017106877639889717, -0.004820007830858231, -0.010656573809683323, 0.0027799757663160563, 0.02586345560848713, -0.02074608765542507, -0.005397440399974585, -0.00822928175330162, 0.019528983160853386, 0.017703328281641006, -0.022862188518047333, 0.021465284749865532, -0.006441660225391388, -0.005210725590586662, -0.032778818160295486, 0.0032934413757175207, 0.0207737497985363, 0.011334279552102089, 0.0152137978002429, -0.003997079562395811, -0.01401743944734335, 0.038615383207798004, 0.023609047755599022, 0.0276337880641222, -0.021230163052678108, 0.024148445576429367, -0.01239232998341322, 0.008893156424164772, -0.00031853889231570065, 0.0013770215446129441, -0.027094390243291855, -0.020939717069268227, -0.005418186541646719, -0.022364282980561256, 0.008858579210937023, 0.002264781156554818, -0.02976372092962265, 0.03258518874645233, -0.03308309614658356, 0.016707515344023705, -0.02517191879451275, -0.005155402701348066, -0.019888583570718765, 0.03402358293533325, 0.008208535611629486, -0.007689883001148701, 0.013063119724392891, -0.008339927531778812, 0.01786929741501808, -0.012143376283347607, -0.013906793668866158, -0.011438009329140186, 0.015435089357197285, 0.014273308217525482, -4.573323894874193e-05, 0.014771214686334133, 0.017786312848329544, -0.009653845801949501, -0.021271655336022377, 0.015711704269051552, -0.030372273176908493, 0.019819429144263268, 0.01204656157642603, 0.07756270468235016, 0.010836373083293438, -0.01655537821352482, 9.595065785106272e-05, 0.010864034295082092, 0.01680433191359043, 0.02472933568060398, 0.01576702669262886, 0.009404893033206463, -0.032059621065855026, -0.0008384877000935376, 0.005757039412856102, -0.009750661440193653, -0.0351577028632164, -0.017357559874653816, -0.0028024506755173206, 0.01612662523984909, -0.0017565020825713873, 0.014840368181467056, -0.017412882298231125, 0.02012370526790619, -0.005594528280198574, -0.00024376652436330914, -0.0018049096688628197, -0.0032381184864789248, -0.017122438177466393, 0.018795955926179886, -0.02009604312479496, -0.012786505743861198, -0.03255752846598625, 0.018560832366347313, -0.009570862166583538, -0.04840753972530365, -0.012226360850036144, -0.010532096959650517, -0.013284411281347275, -0.014895690605044365, -0.002714279806241393, -0.008305350318551064, -0.024245260283350945, -0.01860232464969158, 0.012724267318844795, -0.02868492342531681, -0.00894847884774208, 0.03836643323302269, -0.019515153020620346, 0.0007347572827711701, -0.008727187290787697, -0.01079488079994917], \"34015375-2b44-486c-a38c-5c6076dd507c\": [-0.006694205570966005, -0.00033432425698265433, 0.013436446897685528, -0.02696896716952324, -0.0018133713165298104, 0.018006760627031326, -0.016620568931102753, -0.02293391525745392, -0.025898443534970284, -0.023963265120983124, 0.026625849306583405, 0.01773226633667946, -0.01150813139975071, -0.009531780146062374, 0.00469726650044322, 0.012441408820450306, 0.009922932833433151, -0.0013827600050717592, 0.04109164699912071, -0.028163012117147446, -0.015948060899972916, 0.018281253054738045, -0.00786423310637474, -0.0066461688838899136, -0.017910687252879143, -0.008118139579892159, 0.03354308009147644, -0.03321368992328644, -0.004467378370463848, 0.0002592674863990396, 0.003695365972816944, -0.0161264818161726, -0.00393211655318737, -0.014205028302967548, -0.01401288341730833, 0.0025390631053596735, -0.0046423678286373615, -0.010341535322368145, 0.04262880980968475, -0.02532200701534748, 0.02838260680437088, -0.004120830446481705, -0.015426523052155972, -0.0009341349941678345, 0.00031245057471096516, 0.01084248535335064, 0.0013372970279306173, -0.014479521661996841, -0.011672827415168285, -0.008227936923503876, 0.0028564459644258022, 0.028410056605935097, -0.04946369305253029, -0.005064401309937239, 0.0022937345784157515, 0.014410898089408875, 0.009586678817868233, 0.016469597816467285, -0.020188981667160988, -0.02153399959206581, 0.015426523052155972, 0.004817357286810875, -0.03669975325465202, -0.010334672406315804, -0.025253383442759514, -0.019283154979348183, -0.002967958804219961, 0.021108534187078476, 0.00826224870979786, -0.003633605083450675, 0.03749578446149826, -0.001806508982554078, 0.0016649734461680055, -0.005434967111796141, 0.022755494341254234, -0.012825699523091316, -0.0006257589557208121, -0.000985602498985827, 0.003897804766893387, -0.0049854847602546215, 0.03321368992328644, -0.014040332287549973, -0.01681271381676197, 0.028039490804076195, 0.03252745419740677, -0.012372785247862339, 0.006872626021504402, 0.0011691699037328362, -0.030743248760700226, 0.0017807752592489123, 0.00767895020544529, 0.02039485238492489, 0.014397173188626766, 0.016277452930808067, 0.015220653265714645, 0.03540963679552078, 0.0024893111549317837, 0.03044130653142929, 0.0006544949719682336, -0.013113917782902718, -0.02080659195780754, -0.00969647616147995, -0.034531258046627045, -0.013896223157644272, -0.0325823538005352, -0.006934387143701315, 0.018514573574066162, 0.016359800472855568, 0.010917970910668373, -0.006460885982960463, -0.016867613419890404, 0.006042283959686756, -0.008632814511656761, -0.02024388127028942, 0.004268371034413576, -0.0030348666477948427, 0.0026454292237758636, -0.019296878948807716, -0.002434412483125925, -0.032719600945711136, 0.021053636446595192, 0.019338052719831467, -0.003633605083450675, -0.027504228055477142, 0.01304529421031475, -0.009319047443568707, 0.004079656675457954, 0.0017927843146026134, 0.009216112084686756, 0.016991134732961655, 0.015467697754502296, 0.018679268658161163, 0.012736489064991474, 0.0076858121901750565, -0.014273651875555515, 0.006196686066687107, -0.003901235992088914, 0.0025030358228832483, -0.0291511882096529, -0.03381757438182831, 0.01712838187813759, 0.03867610543966293, -0.026831720024347305, 0.006762828677892685, -0.015467697754502296, 0.013086467981338501, -0.004261508584022522, 0.028684549033641815, -0.01769109256565571, -0.026145486161112785, 0.009950381703674793, 0.00025519297923892736, 0.0064162807539105415, 0.011913008987903595, 0.01887141354382038, 0.02374367043375969, 0.014205028302967548, 0.009373946115374565, -0.013827599585056305, -0.019406676292419434, -0.004450222477316856, 0.021479099988937378, 0.015042233280837536, 0.0007003868231549859, 0.014410898089408875, 0.022275131195783615, 0.018391050398349762, -0.02422403357923031, 0.007946580648422241, 0.0032544611021876335, 0.02536318078637123, 0.01032094843685627, -0.013786425814032555, 0.00542124267667532, 0.01656567119061947, 0.033076442778110504, 0.010073903948068619, 0.0029096289072185755, -0.00892789475619793, -0.032719600945711136, -0.019406676292419434, 0.00029336471925489604, 0.03540963679552078, 0.02249472588300705, 0.012166915461421013, -0.016263727098703384, 0.015495146624743938, -0.028012041002511978, 0.018322428688406944, 0.0037674205377697945, 0.021520275622606277, 0.01380701269954443, 0.011144427582621574, -0.007974030449986458, -0.6702028512954712, -0.010012143291532993, 0.00234863325022161, 0.004045344889163971, 0.014342274516820908, 0.026392530649900436, 0.020614447072148323, 0.006097182631492615, -0.01749894767999649, 0.0021770750172436237, 0.006155512295663357, 0.009675889275968075, 0.0158382635563612, 0.005867294501513243, -0.014273651875555515, -0.0015714741311967373, 0.008632814511656761, -0.0002794256142806262, -0.0027620887849479914, 0.010115077719092369, -0.023935815319418907, -0.015165754593908787, -0.0012103439075872302, 0.004669817164540291, -0.004371305927634239, -0.0005172482924535871, 0.03601352125406265, 0.01568729244172573, -0.0080014793202281, 0.0026917499490082264, -0.014822638593614101, -0.005465847905725241, 0.008955343626439571, -0.004752165172249079, 0.042107272893190384, 0.00987489614635706, 0.00643000565469265, 0.00671136099845171, -0.0046732486225664616, 0.028574751690030098, -0.025788646191358566, -0.02777872234582901, 0.03096284344792366, -0.028794346377253532, -0.015701016411185265, 0.005424673669040203, 0.035052794963121414, 0.000572575896512717, -0.015083407051861286, -0.016181379556655884, -0.0024155410937964916, 0.01060230378061533, -0.004453653935343027, 0.012297299690544605, -0.014273651875555515, 0.003412294900044799, 0.02661212533712387, -0.024773020297288895, 0.01376583892852068, -0.014122679829597473, -0.00963471457362175, 0.02613176219165325, 0.008763198740780354, -0.006375106982886791, -0.034778300672769547, 0.019091008231043816, -0.008598502725362778, -0.03131968528032303, 0.0258847177028656, -0.0004256790562067181, -0.004789907950907946, 0.02039485238492489, -0.022275131195783615, -0.019283154979348183, -0.0031549574341624975, 0.010849347338080406, -0.012805112637579441, -0.008914169855415821, -0.0030074173118919134, 0.013793288730084896, -0.008125001564621925, -0.0020638464484363794, -0.018322428688406944, 0.010307223536074162, 0.01146695762872696, 0.005517315119504929, -0.02128695510327816, -0.03538218513131142, -0.012914909981191158, -0.015810813754796982, -0.0008127575274556875, -0.008948481641709805, 0.0006785131408832967, -0.013127641752362251, 0.015948060899972916, 0.0062309978529810905, 0.0008676561410538852, -0.009428844787180424, -0.014397173188626766, -0.023482901975512505, -0.00743876863270998, -0.030935395509004593, -0.02692779339849949, 0.008708300068974495, 0.03982897847890854, -0.0027569420635700226, -0.011391472071409225, 0.003256176831200719, 0.02346917800605297, -0.007280934602022171, 0.00339170778170228, 0.018473399803042412, -0.008131863549351692, -0.003511798568069935, -0.006793709006160498, -0.0382918156683445, 0.026598401367664337, 0.009511193260550499, 0.028245359659194946, -0.02613176219165325, 0.01530300173908472, 0.028080664575099945, 0.0006673618336208165, -0.02422403357923031, 0.0010379278101027012, 0.009017105214297771, 0.02136930264532566, -0.021396752446889877, -0.006056008394807577, -0.0006467748316936195, 0.02721600979566574, 0.00061374984215945, 0.018885139375925064, -0.006145218852907419, 0.01040329597890377, 0.00726721016690135, 0.01193359587341547, -0.015797089785337448, 0.025994515046477318, -0.020614447072148323, -0.02060072124004364, 0.012544344179332256, 0.0065878392197191715, -0.010211151093244553, -0.01371094025671482, -0.030853046104311943, -0.02705131471157074, -0.005030089523643255, -0.00802206713706255, 0.011288536712527275, -0.013354099355638027, -0.0059873852878808975, -0.010197426192462444, 0.013319787569344044, -0.009216112084686756, -0.009051417000591755, 0.005558489356189966, -0.028190461918711662, 0.006237860303372145, -0.017347976565361023, -0.012647278606891632, 0.02297508902847767, -0.005568782798945904, -0.0064986287616193295, -0.016675468534231186, 0.008255385793745518, -0.007644638419151306, 0.006519215647131205, 0.006752535235136747, -0.011919871903955936, -0.003945840988308191, -0.009367084130644798, -0.004669817164540291, -0.006210410967469215, -0.01342272199690342, 0.0195576474070549, -0.01390994805842638, -0.01677154004573822, 0.006910368800163269, 0.005054107867181301, -0.009771961718797684, 0.018775342032313347, 0.0038017320912331343, -0.009133764542639256, 0.019859589636325836, 0.007932856678962708, 0.026433704420924187, 0.043836578726768494, -0.0031103522051125765, 0.033570531755685806, 0.00023739381867926568, 0.015110855922102928, -0.025569051504135132, 0.01826752908527851, 0.00546241644769907, 0.030907945707440376, -0.005887881387025118, -0.00881123449653387, 0.0001245942257810384, 0.01390994805842638, 0.030002117156982422, 0.010938557796180248, 0.02012035809457302, -0.025212209671735764, 0.015220653265714645, -0.047350093722343445, 0.001153729623183608, -0.0038943737745285034, 0.01130912359803915, -0.01266100350767374, 0.01866554468870163, -0.013230577111244202, -0.028163012117147446, -0.004505121149122715, -0.0023880917578935623, 0.004518846049904823, -0.0013029853580519557, 0.016840163618326187, -0.00949746835976839, -0.014163854531943798, -0.008742611855268478, -0.013559969142079353, 0.01914590783417225, 0.01664801873266697, -0.035903722047805786, 0.010197426192462444, 0.019818415865302086, 0.028959043323993683, 0.020943839102983475, -0.0076034641824662685, -0.0023434865288436413, 0.021437926217913628, 0.026721922680735588, -0.006673618219792843, -0.0069137997925281525, -0.019091008231043816, 0.038923148065805435, -0.024622049182653427, 0.013107054866850376, -0.008111276663839817, -0.008454393595457077, 0.015508871525526047, 0.02228885516524315, -0.007699537090957165, 0.00883182231336832, -0.004223765805363655, 0.03941723704338074, 0.0021204608492553234, -0.015948060899972916, 0.007047615479677916, -0.0006523504853248596, 0.019859589636325836, -0.014026607386767864, -0.007596602197736502, 0.025171035900712013, 0.004165435675531626, -0.003424303838983178, 0.01818518154323101, 0.010863072238862514, 0.003884080098941922, 0.007610326632857323, 0.0003969430399592966, 0.008879858069121838, 0.024498527869582176, 0.02382601797580719, 0.006697636563330889, -0.034695953130722046, -0.005901605822145939, -0.006296189967542887, -0.0064849043264985085, 0.008365183137357235, -0.009744511917233467, -0.01344330981373787, -0.008118139579892159, 0.0022559917997568846, 0.016510771587491035, 0.013312924653291702, -0.006011403165757656, 0.0011502985144034028, -0.011165015399456024, -0.010993456467986107, 0.0011194179533049464, 0.018610645085573196, 0.029645277187228203, -0.00848870538175106, 0.014465796761214733, -0.02197318896651268, -0.0007025313097983599, -0.020532099530100822, 0.0032304429914802313, 0.0013227146118879318, 0.032472558319568634, 0.0031446637585759163, -0.0049408795312047005, 0.006419712211936712, 0.006735379341989756, 0.03088049590587616, -0.020010560750961304, -0.02217905782163143, -0.00135531066916883, -0.0018425362650305033, 0.02055954746901989, -0.01161106675863266, 0.016510771587491035, 0.027627751231193542, -0.010760137811303139, 0.013079605996608734, -0.02355152554810047, -0.0018133713165298104, 8.658333172206767e-06, 0.002616264158859849, 0.0031309390906244516, -0.00709565170109272, 0.02661212533712387, -0.0003064460470341146, 0.007658362854272127, 0.006972129922360182, -0.008660263381898403, 0.029809972271323204, 0.013251163996756077, 0.0002271003177156672, -0.02838260680437088, -0.040295615792274475, 0.012832561507821083, 0.033680327236652374, 0.02270059660077095, 0.011151290498673916, 0.030688351020216942, 0.006227566860616207, 9.91151318885386e-06, -0.03562923148274422, -0.013978571631014347, -0.0028890420217067003, -0.04207982122898102, -0.003921823110431433, -0.015289276838302612, 0.012928634881973267, -0.0018717012135311961, 0.014520695433020592, -0.0037742829881608486, 0.0004293246893212199, -0.020449750125408173, -0.021026186645030975, -0.018857689574360847, -0.006200117524713278, -0.019187081605196, 0.0007874526781961322, 0.03181377425789833, 0.02007918432354927, -0.0011297115124762058, 0.019187081605196, 0.004374736919999123, 0.012715902179479599, -0.023757394403219223, 0.005836413707584143, 0.01850084774196148, 0.0038531997706741095, -0.008474980480968952, -0.015467697754502296, 0.03277450054883957, 0.02991976961493492, -0.015632392838597298, 0.006762828677892685, 0.008310284465551376, 0.0011322848731651902, 0.007644638419151306, 0.004103675018996, 0.005513884127140045, 0.017842063680291176, -0.011137565597891808, 0.0077750226482748985, 0.00977882370352745, -0.010204288177192211, 0.012612966820597649, 0.033076442778110504, 0.006327070761471987, -0.013559969142079353, -0.010293498635292053, -0.018926313146948814, 0.020875215530395508, 0.007514254190027714, 0.006474610883742571, 0.001971204997971654, -0.04800887778401375, -0.0028753173537552357, -0.036672305315732956, -0.01501478347927332, -0.006845176685601473, -0.017567571252584457, 0.0098199974745512, -0.009758236818015575, -0.006656462326645851, -0.011364022269845009, -0.017485223710536957, -0.015851987525820732, -0.0004421915509738028, -0.009614127688109875, 0.000985602498985827, -0.006237860303372145, 0.008879858069121838, 0.016071582213044167, -0.022714320570230484, -0.0060834577307105064, -0.0006424858584068716, 0.0015740474918857217, -0.008378908038139343, 0.024498527869582176, -0.020298779010772705, -0.010238599963486195, 0.0038017320912331343, 0.011473819613456726, -0.016153931617736816, -0.00901024229824543, 0.016867613419890404, 0.007946580648422241, -0.018610645085573196, -0.02434755489230156, -0.004323269240558147, -0.00611776951700449, 0.005740341264754534, 0.009710200130939484, 0.03252745419740677, 0.002230257960036397, -0.01544024795293808, 0.025706296786665916, -0.0035718439612537622, 0.019763518124818802, 0.0012626692187041044, -0.011315986514091492, 0.009586678817868233, -0.0032355897128582, 0.02349662594497204, -0.01017683930695057, -0.0031635353807359934, 0.011110116727650166, -0.010355259291827679, 0.011803211644291878, -0.0008179042488336563, 0.00963471457362175, 0.01344330981373787, 0.03980152681469917, 0.0049099987372756, 0.00786423310637474, 0.00088695646263659, 0.00034483219496905804, -0.02821791172027588, 0.02084776572883129, 0.017155831679701805, 0.014163854531943798, 0.015673566609621048, -0.0008166175684891641, -0.04257391020655632, -0.012345336377620697, 0.010780724696815014, -0.02047719992697239, 0.013662903569638729, 0.009236699901521206, -0.03782517835497856, -0.027394430711865425, -0.005407517775893211, 0.00525311566889286, 0.03623311594128609, -0.001967773772776127, 0.01697741076350212, 0.007891681976616383, 0.0029079134110361338, -0.0018528298242017627, -0.020902665331959724, -0.020792867988348007, -0.030853046104311943, -0.024649498984217644, 0.019255705177783966, 0.024731846526265144, 0.029864871874451637, -0.0034912116825580597, 0.011062080040574074, 0.007473079953342676, -0.010341535322368145, -0.008886720985174179, -0.01356683112680912, 0.0017301655607298017, 0.024525975808501244, 0.027682648971676826, 0.003698797198012471, 0.03716639429330826, -0.00040166088729165494, 0.00859164074063301, 0.009168076328933239, 0.019983112812042236, -0.0010730972280725837, -0.004381599370390177, 0.004340425133705139, -0.034778300672769547, -0.009470018558204174, 0.008818097412586212, -0.0002069422189379111, -0.0289864931255579, 0.006381969433277845, -0.0029508029110729694, 0.009586678817868233, 0.00417229812592268, 0.01501478347927332, -0.020188981667160988, -0.016744092106819153, -0.020737968385219574, 0.0008243377087637782, -0.00726721016690135, -0.010314085520803928, -0.04262880980968475, -0.033680327236652374, 0.01401288341730833, 0.001563754049129784, 0.016469597816467285, -0.006052577402442694, 0.023963265120983124, -0.0009993271669372916, 0.024169135838747025, -0.01017683930695057, 0.025129862129688263, -0.01668919250369072, -0.001634092885069549, -0.007171137258410454, -0.004577175714075565, 0.0071436879225075245, 0.017787165939807892, 0.020449750125408173, 0.0004816499713342637, -0.04199747368693352, 0.00262655783444643, 0.016702916473150253, -0.018336152657866478, 0.0059873852878808975, 0.0005657135625369847, -0.01895376294851303, -0.01371094025671482, -0.043644435703754425, -0.00025326295872218907, -0.02209671027958393, -0.0016332351369783282, -0.006985854357481003, -0.016318626701831818, 0.005383499898016453, -0.018089108169078827, -0.025610225275158882, -0.006937818136066198, -0.006707930006086826, 0.026351356878876686, -0.01207770500332117, 0.022398652508854866, 0.004395323805510998, 0.002705474616959691, -0.013594280928373337, 0.002545925322920084, -0.008035791106522083, -0.012166915461421013, 0.020490925759077072, 0.012180640362203121, 0.029096290469169617, 0.007555427961051464, 0.011974770575761795, 0.003395139006897807, 0.011734589003026485, -0.03414696827530861, 0.004899705294519663, 0.009572953917086124, 0.002048406284302473, -0.011295399628579617, -0.02080659195780754, -0.01644214801490307, -0.0035083675757050514, -0.009765098802745342, -0.012461995705962181, -0.0027895381208509207, -0.0007728702039457858, -0.007733848877251148, 0.008426944725215435, -0.017993036657571793, 0.0003471911477390677, -0.009421982802450657, -0.005359481554478407, 0.0012223529629409313, 0.012640416622161865, -0.017567571252584457, 3.610766361816786e-05, -0.013999158516526222, 0.026145486161112785, -0.028492404147982597, -0.005465847905725241, 0.02636508084833622, 0.02744933031499386, -0.017677368596196175, -0.008605364710092545, -0.029398232698440552, 0.03173142671585083, -0.029260985553264618, -0.0045977625995874405, -0.018638094887137413, 0.022892741486430168, 0.02293391525745392, -0.014548145234584808, -0.004762458615005016, -0.018638094887137413, -0.016538221389055252, -0.018569471314549446, 0.020985012874007225, 0.015330450609326363, -0.004587469156831503, -0.01146695762872696, -0.0022474138531833887, 0.002865023910999298, -0.018555747345089912, -0.010952282696962357, 0.0058295512571930885, -0.028849245980381966, 0.002734639449045062, -0.009428844787180424, 0.008749473839998245, 0.022714320570230484, 0.010465056635439396, -0.00963471457362175, 0.009017105214297771, 0.028849245980381966, -0.034174416214227676, 0.01644214801490307, -0.002784391399472952, -0.01324430201202631, -0.023578975349664688, -0.006206979975104332, 0.0005185349727980793, -0.03713894262909889, -0.009415119886398315, -0.008296559564769268, -0.016140205785632133, 0.002304028021171689, 0.024127960205078125, 0.006886350456625223, -0.00939453300088644, 0.0004248212790116668, 0.015701016411185265, 0.018034210428595543, -0.004065931774675846, 0.006790278013795614, -0.023592699319124222, 0.03302154317498207, -0.029535479843616486, 0.01995566301047802, 0.02628273330628872, 0.0008114707889035344, -0.009785685688257217, -0.006210410967469215, 0.02499261498451233, 0.0049546039663255215, -0.009346497245132923, -0.008330871351063251, 0.006526078097522259, 0.024965165182948112, -0.03351563215255737, -0.004264939576387405, -0.00868771318346262, -0.03782517835497856, -0.019543923437595367, 0.03285684809088707, -0.008612227626144886, -0.011638515628874302, -0.0036507609765976667, 0.016400974243879318, -0.002044975059106946, 0.01270217727869749, -0.0006472037057392299, -0.02422403357923031, -0.015508871525526047, -0.011206189170479774, -0.041228894144296646, -0.009216112084686756, 0.02228885516524315, 0.023455452173948288, 0.005582507699728012, -0.011302261613309383, -0.03137458488345146, -0.022343754768371582, -0.02349662594497204, -0.031072640791535378, 0.007596602197736502, 0.00522223487496376, -0.0032578923273831606, 0.004796770401299, 0.0033745518885552883, 0.037797726690769196, -0.00772012397646904, 0.030468756332993507, -0.01754012145102024, 0.0008698006276972592, 0.00963471457362175, 0.003908098209649324, 0.006553527433425188, -0.007788747549057007, -0.03741343691945076, 0.0013698930852115154, 0.007596602197736502, 0.013230577111244202, 0.00266086938790977, 0.0017190142534673214, 0.0034517531748861074, 0.012709040194749832, -0.008433806709945202, -0.0054589854553341866, -0.011686552315950394, 0.014822638593614101, 0.016922511160373688, -0.01766364462673664, -0.006220704410225153, 0.016112755984067917, 0.014287375845015049, 0.007617189083248377, 0.008193625137209892, 0.00029100579558871686, -0.02060072124004364, 0.01113070361316204, -0.0064025563187897205, 0.0030485913157463074, -0.006766259670257568, -0.017485223710536957, 0.0027775291819125414, 0.019338052719831467, -0.012345336377620697, 0.03244510665535927, -0.004714422393590212, -0.015508871525526047, 0.007527978625148535, 0.023675046861171722, -0.019461574032902718, -0.013848187401890755, 0.0009572953567840159, 0.005685442592948675, 0.02228885516524315, -0.006381969433277845, -0.02032622881233692, -0.023043712601065636, 0.00033925657044164836, 0.0005112437647767365, -0.001560322823934257, 0.011494406498968601, -0.002151341177523136, 0.0029833989683538675, -0.019324328750371933, -0.018473399803042412, -0.008200487121939659, 0.013120779767632484, -0.011096391826868057, 0.011714001186192036, -0.025692572817206383, -0.04479730501770973, 0.0060697332955896854, -0.002693465445190668, -0.022590799257159233, -0.011240500956773758, 0.01681271381676197, -0.015701016411185265, 0.0005965940072201192, 0.03576647862792015, 0.1903885453939438, -0.01419130340218544, 0.005901605822145939, 0.022851567715406418, 0.015508871525526047, 0.0024532838724553585, 0.011954182758927345, 0.011020906269550323, -0.03486064821481705, 0.029480580240488052, 0.006611857563257217, 0.017087208107113838, -0.021877115592360497, -0.0009607265237718821, 0.02088893949985504, -0.02072424441576004, -0.03464105352759361, -0.004786476958543062, -0.029288435354828835, -0.02064189687371254, -0.021602623164653778, -0.01044446974992752, -0.0018099402077496052, 0.0010379278101027012, 0.02068307064473629, -0.03431166335940361, -0.0006317634833976626, 0.0074868048541247845, -0.005174198653548956, 0.02632390707731247, -0.040817152708768845, -0.03189612179994583, -0.011295399628579617, 0.006440299097448587, -0.02491026744246483, 0.0025064670480787754, 0.011816936545073986, 0.002516760490834713, 0.0191047340631485, -0.0031223613768815994, 0.0023469177540391684, -0.002750079846009612, -0.0060834577307105064, -0.027312083169817924, -0.005163905210793018, 0.008982793428003788, -0.01664801873266697, -0.0014625346520915627, -0.02072424441576004, 0.0017250188393518329, -0.002154772402718663, 0.006066301837563515, 0.0025356318801641464, 0.017512671649456024, 0.012448270805180073, -0.03508024290204048, -0.01633235067129135, -0.009723925031721592, -0.011885560117661953, 0.008076965808868408, 0.0005837271455675364, 0.043315041810274124, -0.03450380638241768, 0.001218921854160726, -0.010492506437003613, 0.025747472420334816, -0.019489023834466934, -0.019365502521395683, 0.00949746835976839, -0.02640625461935997, 0.01596178486943245, -0.007850508205592632, -0.007246623281389475, 0.0030417288653552532, -0.0005498444079421461, -0.021135983988642693, 0.02205553650856018, 0.019008660688996315, 0.018734168261289597, 0.029535479843616486, -0.044330667704343796, -0.026474878191947937, -0.0001453956647310406, -0.021945739164948463, -0.021135983988642693, -0.03431166335940361, 0.026433704420924187, 0.012118878774344921, -0.0017790596466511488, -0.013649179600179195, 0.005754065699875355, 0.018569471314549446, -0.002666016109287739, -0.0006853754748590291, 0.013985433615744114, 0.009092590771615505, -0.018569471314549446, 0.020655620843172073, -0.010314085520803928, -0.014259926974773407, -0.03538218513131142, 0.028931593522429466, 0.024045612663030624, -0.0068177273496985435, -0.0511106513440609, -0.028012041002511978, 0.0032647547777742147, 0.021506549790501595, -0.005671717692166567, -0.010410157963633537, -0.0004226767923682928, -0.04603252559900284, -0.0007973172469064593, 0.013209990225732327, 0.02491026744246483, 0.011034630239009857, -0.00887299608439207, -0.045181598514318466, -0.012873736210167408, -0.01899493671953678, 0.013237439095973969, -0.022837841883301735, 0.003904667217284441, 0.004405617248266935, -0.018336152657866478, -0.01951647363603115, -0.0015019930433481932, -0.015989234670996666, -0.001202623825520277, -0.02201436273753643, -0.00375369586981833, -0.0019437556620687246, 0.018445950001478195, 0.0028512992430478334, -0.01576963998377323, 0.017842063680291176, 0.0020689931698143482, 0.0020501217804849148, -0.008852409198880196, 0.008173038251698017, 0.0005575644900090992, 0.003124076873064041, 0.00532173877581954, -0.0033642584457993507, 0.018432224169373512, -0.025898443534970284, 0.007294659502804279, 0.008070102892816067, -0.030660901218652725, -0.027408156543970108, -0.016057858243584633, -0.00020511940238066018, -0.007733848877251148, 0.001601496827788651, 0.015220653265714645, -0.006618719547986984, -0.021396752446889877, -0.0323353111743927, -0.036068420857191086, 0.003671347862109542, -0.016236279159784317, 0.0032613235525786877, 0.03425676375627518, -0.02064189687371254, -0.025253383442759514, -0.004800201393663883, -0.17885982990264893, 0.018651818856596947, 0.015261827036738396, -0.025692572817206383, 0.021863391622900963, 0.010554267093539238, 0.0228241179138422, 0.006138356402516365, 0.01401288341730833, -0.021300680935382843, 0.004357581026852131, -0.0112679498270154, -0.013312924653291702, 0.00042803797987289727, 0.018940037116408348, -0.008255385793745518, -0.011137565597891808, -0.014657942578196526, 0.022728044539690018, 0.011048355139791965, 0.008509292267262936, -0.028657101094722748, 0.013340374454855919, 0.023167233914136887, 0.014548145234584808, 0.017114657908678055, 0.004861962515860796, 0.027970867231488228, -0.014506970532238483, -0.006886350456625223, -0.00525311566889286, 0.009449431672692299, 0.005990816280245781, 0.005651130806654692, 0.018445950001478195, 0.011315986514091492, -0.010087628848850727, -0.009710200130939484, 0.0002266714145662263, 0.017224455252289772, 0.02209671027958393, 0.029096290469169617, -0.003067462705075741, 0.024141686037182808, 0.013491345569491386, 0.004848238080739975, 0.004590900614857674, -0.006038852501660585, 0.0038085945416241884, -0.0007715835236012936, -0.003432881785556674, -0.011844386346638203, 0.01008076686412096, -0.005572213791310787, 0.007891681976616383, 0.02189084142446518, -0.009126902557909489, 0.01858319714665413, 6.0849590227007866e-05, -0.02688661962747574, 0.001079959562048316, -0.00818676222115755, 0.00027620888431556523, -0.03071580082178116, -0.02313978597521782, -0.02120460756123066, -0.017869513481855392, -0.0021496256813406944, -0.01741660013794899, -0.007637775968760252, -0.013539382256567478, -0.0036919349804520607, 0.012585517950356007, 0.00747994240373373, -0.003062315983697772, 0.011020906269550323, -0.040460310876369476, 0.01395112182945013, 0.0014273651177063584, 0.0054452610202133656, -0.0026076864451169968, 0.04644426703453064, -0.029480580240488052, 0.025212209671735764, 0.0006523504853248596, 0.003921823110431433, -0.00943570677191019, -0.014410898089408875, 0.004577175714075565, -0.009476881474256516, 0.012770800851285458, 0.0009246992995031178, -0.015495146624743938, -0.01423247717320919, 0.016949960961937904, 0.005802101921290159, 0.011604203842580318, 0.016991134732961655, -0.02297508902847767, 0.03499789535999298, -0.0005151038058102131, -0.00393211655318737, -0.026790546253323555, 0.024127960205078125, 0.015453972853720188, 0.012791387736797333, 0.0038497685454785824, 0.03156672790646553, 0.04087205231189728, -0.017567571252584457, -0.01505595725029707, -0.003017710754647851, 0.010863072238862514, 0.024731846526265144, 0.007198586594313383, 0.011714001186192036, -0.003324800170958042, -0.04018582031130791, 0.02088893949985504, 0.00010223803110420704, 0.026433704420924187, -0.015948060899972916, -0.010108215734362602, 0.011192464269697666, 0.0031566729303449392, 0.0009041122975759208, -0.06955660134553909, -0.0046286433935165405, -0.007123101036995649, 0.016346076503396034, 0.020930113270878792, -0.0049546039663255215, -0.015124580822885036, 0.03403716906905174, 0.0028718861285597086, 0.013999158516526222, 0.007576014846563339, -0.007452493067830801, 0.0018511142116039991, 0.005887881387025118, 0.0162911769002676, 0.008399494923651218, -0.014987334609031677, -0.01270217727869749, -0.007047615479677916, 0.04059755802154541, -0.023126060143113136, 0.01314136665314436, 0.012592379935085773, -0.033762674778699875, 0.016922511160373688, 0.0010713816154748201, -0.02230258099734783, 0.020463475957512856, 0.023235857486724854, -0.025061238557100296, -0.0023589266929775476, -0.0319235697388649, 0.015536320395767689, -0.02286529168486595, -0.021671246737241745, -0.013340374454855919, -0.03881335258483887, -0.024375004693865776, 0.018294978886842728, -0.03785262629389763, 0.008289697580039501, 0.021739868447184563, -0.030304059386253357, -0.021863391622900963, 0.004059069789946079, 0.0010276342509314418, -0.00726721016690135, 0.02681799605488777, -0.005685442592948675, 0.006351088639348745, 0.019447850063443184, 0.007431906182318926, -0.0010396434227004647, 0.011103253811597824, 0.03527238965034485, -0.006182961631566286, 0.03499789535999298, 0.013024707324802876, -0.026790546253323555, -0.0014762593200430274, -0.006375106982886791, -0.016469597816467285, 0.00252019171603024, 0.01972234435379505, 0.008708300068974495, 0.006872626021504402, -0.015385349281132221, -0.010835623368620872, 0.006145218852907419, -0.005294289439916611, -0.00796030554920435, 0.018775342032313347, -0.012146328575909138, 0.012633553706109524, -0.010856210254132748, -0.020271331071853638, -0.01544024795293808, 0.0005567067419178784, 0.020422302186489105, -0.011899284087121487, -0.009133764542639256, -0.013546244241297245, -0.004103675018996, 0.0030451600905507803, 0.030825598165392876, 0.011103253811597824, 0.009545504115521908, 0.004892842844128609, 0.024045612663030624, -0.03436656296253204, -0.0024704397656023502, 0.03329603746533394, 0.01797931082546711, -0.030413856729865074, -0.007788747549057007, 0.035739026963710785, 0.006553527433425188, 0.0069446805864572525, 0.002201093127951026, -0.016030408442020416, -0.036260563880205154, 0.007699537090957165, -0.07647383213043213, 0.027627751231193542, -0.010808173567056656, -0.001351021695882082, 0.011384609155356884, -0.02459459938108921, -0.02696896716952324, -0.015797089785337448, -0.0016675468068569899, 0.03560177981853485, -0.005983953829854727, 0.013813875615596771, 0.007871095091104507, 0.021863391622900963, 0.0014428053982555866, -0.022508449852466583, 0.0052737025544047356, 0.007953443564474583, 0.013120779767632484, -0.000537835294380784, -0.016099032014608383, 0.005537902470678091, -0.009545504115521908, 0.011686552315950394, -0.02338682860136032, 0.0040727942250669, -0.009126902557909489, 0.0319235697388649, -0.001507139764726162, -0.014657942578196526, 0.028959043323993683, -0.0258023701608181, 0.010204288177192211, 0.034970447421073914, 0.002151341177523136, -0.033323485404253006, 0.016963686794042587, 0.032225511968135834, 0.018651818856596947, 0.012825699523091316, -0.014767739921808243, -0.013539382256567478, 0.011425783857703209, -0.004738440737128258, -0.025431804358959198, 0.020490925759077072, -0.006014834623783827, 0.0019489023834466934, 0.01419130340218544, 0.013793288730084896, 0.02753167785704136, 0.0048585315234959126, 0.012269850820302963, -0.026214109733700752, -0.005304582882672548, -0.02503378875553608, 0.02172614447772503, 0.024731846526265144, -0.009428844787180424, -0.0320059172809124, 0.019200805574655533, 0.03346073254942894, 0.027408156543970108, 0.004336994141340256, -0.015069682151079178, 0.005894743837416172, 0.0128600113093853, -0.009792548604309559, 0.015083407051861286, -0.042107272893190384, -0.0022439826279878616, 0.0013218567473813891, 0.008125001564621925, 0.00528056500479579, 0.00625844718888402, 0.015426523052155972, -0.0052977208979427814, -0.0007951727602630854, -0.0033110755030065775, -0.004350718576461077, 0.03288429602980614, 0.009099452756345272, -0.022851567715406418, -0.010780724696815014, 0.02051837369799614, 0.02607686258852482, -0.02515731006860733, 0.02112226001918316, 0.014342274516820908, -0.022810393944382668, -0.024937715381383896, 0.011041493155062199, -0.003161819651722908, 0.028245359659194946, -0.0063579510897397995, 0.01806165836751461, -0.017965586856007576, 0.017155831679701805, 0.007377007510513067, 0.03568412736058235, -0.00862595159560442, 0.01858319714665413, 0.004879118409007788, 0.02430638112127781, -0.01970861852169037, -0.004662954714149237, -0.027847345918416977, -0.01362859271466732, -0.016099032014608383, -0.01298353262245655, 0.00500950263813138, -0.0038429060950875282, -0.03379012644290924, 0.03403716906905174, -0.04663641005754471, 0.0081455884501338, -0.006591270212084055, -0.017567571252584457, -0.027463054284453392, 0.0320059172809124, 0.008783785626292229, 0.020834041759371758, 0.012331611476838589, -0.006762828677892685, 0.019187081605196, 0.005657993257045746, -0.011686552315950394, 0.005050676874816418, 0.020834041759371758, -0.003798301098868251, 0.010128802619874477, 0.0026179798878729343, -0.001412782701663673, -0.0012926919152960181, -0.011048355139791965, 0.01040329597890377, -0.026872893795371056, 0.0225358996540308, 0.011357160285115242, 0.06686656922101974, 0.0028718861285597086, -0.01677154004573822, 0.0024206878151744604, 0.013230577111244202, -0.00417229812592268, 0.0065432339906692505, -0.008420081809163094, 0.0072191739454865456, -0.01587943732738495, 0.005174198653548956, 0.005551626905798912, -0.00611776951700449, -0.029370782896876335, -0.034092068672180176, -0.002854730235412717, 0.008440668694674969, -0.002266285242512822, 0.024896541610360146, -0.019804691895842552, 0.01991448923945427, -0.015659842640161514, 0.012537481263279915, 0.006282465532422066, -0.017595021054148674, -0.01231788657605648, 0.02103991061449051, -0.02790224365890026, -0.0015526027418673038, -0.04616977274417877, 0.01633235067129135, -0.005688873585313559, -0.027504228055477142, -0.012118878774344921, -0.014644217677414417, -0.0031515262089669704, -0.0027981160674244165, -0.011405196972191334, 0.004844806622713804, -0.01652449741959572, 0.0001941825612448156, 0.00044991166214458644, -0.03389992192387581, -0.009065140970051289, 0.025047512724995613, -0.0013990580337122083, -0.00824166089296341, -0.00307947164401412, -0.0227417703717947], \"e9699b84-c12d-4870-9a84-71f544d2ed08\": [0.010551066137850285, 0.0169321708381176, 0.01662672683596611, -0.03620164468884468, -0.00626158295199275, 0.016042402014136314, -0.02990686148405075, -0.020066281780600548, 0.007177912630140781, -0.01399726141244173, 0.02431592531502247, 0.015311994589865208, -0.013193813152611256, -0.0039010392501950264, 0.008652007207274437, 0.022602787241339684, 0.022377025336027145, 0.00538177415728569, 0.020477967336773872, -0.013592217117547989, -0.008585606701672077, 0.008061041124165058, 0.004415644332766533, 0.0002284598012920469, -0.02395736239850521, 0.002285843016579747, 0.030703669413924217, -0.036839090287685394, 0.0014774148585274816, -0.037742141634225845, 0.020212363451719284, -0.0074368747882544994, -0.02318711392581463, -0.02152709662914276, -0.017808659002184868, -0.006145381834357977, -0.014701108448207378, -0.02123493328690529, 0.04111529514193535, -0.019508516415953636, 0.029667818918824196, -0.016175203025341034, -0.025550978258252144, 0.013319974765181541, 0.022151263430714607, 0.011367795057594776, 0.017596177756786346, -0.023824559524655342, -0.003472754964604974, -0.011520516127347946, 0.003768238006159663, 0.03142079710960388, -0.03729061782360077, -0.00788175966590643, -0.002656026743352413, 0.01949523575603962, 0.019946761429309845, 0.0018807989545166492, 0.012782128527760506, -0.011566996574401855, 0.013273494318127632, 0.013080932199954987, -0.01228412427008152, -0.0012234323658049107, -0.009940179996192455, -0.02391752041876316, 0.011606836691498756, 0.022974630817770958, -0.0032320525497198105, 0.03258945047855377, -0.003315053414553404, 0.01110883243381977, -0.011002590879797935, 0.012430205009877682, 0.028764769434928894, -0.011075631715357304, -0.010039781220257282, -0.006493985652923584, 0.007788798771798611, -0.015564316883683205, 0.037874940782785416, -0.008638727478682995, 0.009322654455900192, 0.02221766486763954, 0.013452775776386261, -0.0023173834197223186, 0.014369104988873005, 0.012529806233942509, -0.02626810409128666, -0.016029121354222298, -0.018007861450314522, 0.006852549035102129, -0.01293485052883625, 0.0027805280406028032, -0.007802078500390053, 0.017051691189408302, 0.018565626814961433, 0.034050263464450836, -0.03235040605068207, -0.0035922762472182512, -0.015046391636133194, -0.022045021876692772, -0.02717115357518196, -0.026015782728791237, -0.020849810913205147, -0.011254913173615932, 0.010404985398054123, 0.01304773148149252, 0.004106881562620401, -0.008326644077897072, 0.0053850943222641945, 0.029747499153017998, -0.00894417054951191, -0.017808659002184868, -0.0052091325633227825, 0.02621498517692089, 0.012264203280210495, -0.025285374373197556, -0.007576316595077515, -0.02770235948264599, 0.025497857481241226, 0.016334565356373787, 0.015139352530241013, -0.015511196106672287, 0.03524547442793846, -0.006112181581556797, 0.013466055504977703, -0.011899000033736229, -0.002153041772544384, -0.009428895078599453, 0.037317175418138504, 0.0064574652351439, 0.015444795601069927, -0.009076971560716629, -0.01065730769187212, 0.00790167972445488, -0.00898401066660881, -6.769755418645218e-05, -0.012430205009877682, -0.025511138141155243, 0.012025161646306515, 0.038007743656635284, -0.011812679469585419, 0.012144682928919792, -0.015577597543597221, 0.023983921855688095, -0.005962780211120844, 0.037184376269578934, -0.0050032902508974075, -0.027941402047872543, -0.006606866605579853, 0.024329205974936485, 0.013061012141406536, 0.022430146113038063, 0.004960129968822002, 0.013798058964312077, 0.007071671541780233, -0.017689138650894165, 0.006022540852427483, -0.02638762630522251, 0.0016002561897039413, 0.009402334690093994, 0.006560386158525944, 0.010690507479012012, 0.03312065452337265, 0.016294725239276886, 0.011686517857015133, -0.011115471832454205, 0.02209814265370369, 0.012556366622447968, 0.01223764382302761, 0.013472695834934711, -0.014953430742025375, -0.0043625240214169025, -0.006689867470413446, 0.018114103004336357, 0.014369104988873005, 0.019481956958770752, -0.01823362335562706, -0.024448726326227188, -0.023678479716181755, -0.00837976485490799, 0.04470093175768852, 0.015856480225920677, -0.019322594627738, 0.010849869810044765, 0.003821358550339937, 0.0018376385560259223, 0.015524476766586304, -0.01087642926722765, 0.035590760409832, 0.004289483185857534, -0.02413000352680683, -0.013851179741322994, -0.6319218873977661, -0.021779419854283333, 0.00905041117221117, -0.04411660507321358, -0.005418294575065374, 0.01308757159858942, 0.012217722833156586, 0.004867169074714184, -0.008366484194993973, 0.0249666515737772, 0.02309415303170681, 0.03434242680668831, 0.012058361433446407, -0.0226160679012537, -0.010511226020753384, -0.01471438817679882, 0.021938782185316086, -0.025989221408963203, 0.0029050293378531933, -0.0030278705526143312, -0.003791478229686618, 0.0038678389973938465, -0.005341934040188789, -0.025232253596186638, -0.016958730295300484, 0.0006478215218521655, 0.02435576543211937, 0.0035424756351858377, 0.00501325074583292, 0.014528466388583183, -0.011547076515853405, -0.022416865453124046, 0.0004295293183531612, 0.0003388509212527424, 0.06050429120659828, -0.01343285571783781, 0.025670498609542847, 0.02027876488864422, 0.005468095187097788, 0.01997332088649273, -0.03235040605068207, -0.02565721794962883, 0.044302526861429214, 0.005488015245646238, -0.0054979752749204636, 0.001075690845027566, 0.06225726753473282, 0.006799428723752499, -0.004541805945336819, -0.02353239804506302, -0.008924249559640884, 0.005846579093486071, 0.013153973035514355, 0.028552288189530373, -0.005282173398882151, -0.024634648114442825, 0.025059612467885017, -0.018114103004336357, 0.022337185218930244, -0.022297345101833344, 0.01474094856530428, 0.02860540896654129, -0.010537786409258842, -0.011361154727637768, -0.032536327838897705, 0.008957450278103352, -0.014249583706259727, -0.013592217117547989, 0.017516497522592545, -0.022469986230134964, -0.007244313135743141, 0.021726299077272415, -0.004661327227950096, -0.0020501206163316965, 0.006766228470951319, 0.026586828753352165, 0.015378395095467567, -0.035059552639722824, 0.013386375270783901, 0.012662608176469803, 0.00963473692536354, 0.0027307274285703897, -0.054156385362148285, 0.0009769198950380087, 0.026985231786966324, 0.021513817831873894, -0.01007298193871975, -0.030969271436333656, 0.02135445550084114, -0.01996004208922386, 0.00649066548794508, -0.0016890669940039515, -0.017861779779195786, -0.008884409442543983, 0.03142079710960388, 0.013824619352817535, -0.0022277424577623606, 0.004588286392390728, -0.008877769112586975, -0.026334505528211594, -0.014833909459412098, -0.026772750541567802, -0.020039722323417664, 0.02934909611940384, 0.03734373673796654, -0.0009644697420299053, -0.00571045745164156, 0.00614206213504076, 0.018871070817112923, -0.0046148463152348995, 0.0009146692464128137, -0.01748993620276451, -0.011859159916639328, 0.0029847100377082825, -0.020544366911053658, -0.0210888534784317, 0.03290817141532898, 0.00907033123075962, 0.026533707976341248, -0.025298655033111572, 0.01519247330725193, 0.020995892584323883, -0.001279872958548367, -0.03142079710960388, -0.0046447268687188625, -0.014993270859122276, 0.0031639919616281986, -0.0077489581890404224, 0.008685207925736904, 0.001303943106904626, 0.008412964642047882, -0.007091591600328684, 0.013638697564601898, -0.011427555233240128, 0.03806086257100105, -0.003864519065245986, -0.001463304739445448, -0.0029498497024178505, 0.013153973035514355, -0.01671968773007393, -0.012250923551619053, -0.01796802133321762, 0.028233565390110016, -0.014794069342315197, 0.004565046168863773, -0.008120802231132984, -0.01628144457936287, -0.031792640686035156, -0.0011943820863962173, 0.03784838318824768, 0.00098770996555686, -0.00458164606243372, -0.019906921312212944, 0.020756850019097328, -0.0108565092086792, -0.02686571143567562, 0.025232253596186638, -0.02330663427710533, 0.00132386339828372, -0.011547076515853405, -0.012463405728340149, 0.05014578625559807, 0.03086303174495697, 0.007616156712174416, -0.011361154727637768, 0.001993680140003562, -0.015577597543597221, 0.012702448293566704, -0.00481736846268177, -0.011281473562121391, -0.0022244225256145, 0.0009677897323854268, -0.016161922365427017, 0.0037449977826327085, -0.007463435176759958, 0.04119497537612915, -0.012768848799169064, -0.016387686133384705, -0.004960129968822002, -0.004163322038948536, 0.009880419820547104, 0.01741025596857071, 0.002928269561380148, 0.0001940144575200975, 0.028313245624303818, 0.0258697010576725, 0.013339894823729992, 0.00855240598320961, 0.004030520562082529, -0.004023880697786808, 0.008266882970929146, 0.00798800028860569, -0.004883769433945417, -0.001119681284762919, -0.005026530474424362, 0.027064913883805275, 0.0015446455217897892, 0.0069787101820111275, 0.014090222306549549, 0.023558957502245903, 0.016029121354222298, -0.003095931140705943, 0.0027589478995651007, -0.016175203025341034, 0.02630794607102871, -0.030677109956741333, -0.0023771440610289574, -0.02644074708223343, 0.01580335944890976, -0.01614864356815815, -0.006298103369772434, -0.029614698141813278, -0.016175203025341034, -0.006115501746535301, -0.008200482465326786, 0.011168592609465122, -0.01233060471713543, 0.02770235948264599, 0.010617466643452644, -0.016640007495880127, 0.028207004070281982, -0.014276144094765186, 0.005468095187097788, 0.008877769112586975, -0.011215073056519032, 0.02131461538374424, 0.02162005752325058, 0.003572355955839157, 0.001093951053917408, -0.04849904775619507, 0.02058420702815056, 0.011978681199252605, 0.008539126254618168, -0.009123452007770538, 0.01675952970981598, 0.002169641898944974, 0.00642426498234272, -0.016308004036545753, 0.01135451439768076, -0.006540466099977493, -0.012841889634728432, 0.04448844864964485, 0.01832658424973488, -0.014462065882980824, 0.021819259971380234, 0.007928240112960339, 0.029056932777166367, -0.004282843321561813, -0.018499227240681648, 0.024807291105389595, 0.0017313974676653743, 0.027197714895009995, -0.017821939662098885, -0.02418312430381775, 0.029402216896414757, -0.006703147664666176, 0.011600197292864323, 0.020345164462924004, 0.02270902879536152, 0.0047210874035954475, 0.005252292845398188, 0.004790808539837599, 0.017051691189408302, 0.02187238074839115, 0.011693158186972141, -0.0023871040903031826, -0.037264056503772736, -0.013399654999375343, -0.01176619902253151, 0.000697207055054605, 0.01393086090683937, -0.022669188678264618, -0.040345046669244766, 0.0017795379972085357, 0.022682469338178635, 0.007868479005992413, 0.019322594627738, -0.002672626869753003, 0.0004191542393527925, -0.00946209579706192, -0.03824678435921669, 0.00033988841460086405, 0.018300024792551994, 0.036095403134822845, -0.005019890610128641, -0.01857890747487545, -0.021327896043658257, -0.0030228905379772186, -0.005737017840147018, 0.0001446289534214884, -0.02751643769443035, 0.03197856247425079, 0.016825929284095764, 0.0005959460395388305, -0.02066388912498951, 0.015272154472768307, 0.03590948134660721, -0.013173893094062805, -0.02956157736480236, 0.017476655542850494, 0.009581617079675198, 0.005783498287200928, -0.011686517857015133, -0.028791330754756927, 0.031712960451841354, 0.005355214234441519, -0.005922939628362656, -0.02087637037038803, 0.01300125103443861, -0.001066560740582645, -0.0005478055099956691, -0.0006287313299253583, -0.017529776319861412, 0.013877740129828453, 0.009103531949222088, 0.0014483645791187882, -0.00017471675528213382, -0.01313405204564333, 0.00950857624411583, 0.008326644077897072, -0.006251622922718525, -0.003582316217944026, -0.05373142287135124, 0.03203168138861656, 0.03803430497646332, 0.029986541718244553, -0.021327896043658257, 0.010916270315647125, 0.01796802133321762, 0.022377025336027145, -0.028897572308778763, -0.014289423823356628, -0.0037516378797590733, -0.033014412969350815, 0.016772808507084846, -0.014581587165594101, -0.012317324057221413, -0.0008698487654328346, 0.007895039394497871, 0.008326644077897072, 0.01195876020938158, -0.005169291980564594, 0.01361213717609644, -0.0080344807356596, -0.007111511658877134, -0.018127383664250374, 0.00571045745164156, 0.016029121354222298, 0.019110113382339478, 0.01775553822517395, 0.011434195563197136, 0.0074036745354533195, 0.018632028251886368, -0.0059495000168681145, -0.016613448038697243, 0.029535017907619476, 0.013273494318127632, -0.01840626634657383, -0.028100762516260147, 0.05885755270719528, 0.03697189316153526, 0.001940559595823288, 0.007529836148023605, -0.020132683217525482, 0.008047761395573616, 0.0169321708381176, 0.013373094610869884, -0.007250953000038862, 0.010079621337354183, 0.006560386158525944, -0.005159331951290369, 0.03455490991473198, -0.003582316217944026, 0.00837976485490799, -0.017516497522592545, 0.0036752771120518446, -0.03837958723306656, -0.023280074819922447, -0.01614864356815815, 0.01120179332792759, 0.011945480480790138, 0.0037881582975387573, 0.005199172534048557, -0.0337846614420414, -0.0013520836364477873, -0.027277395129203796, -0.016600167378783226, -0.009196492843329906, -0.02435576543211937, 0.0011313013965263963, -0.009189852513372898, -0.018260184675455093, -0.0027772081084549427, 0.00785519927740097, -0.016215043142437935, -0.019548356533050537, -0.0015902960440143943, 0.012171242386102676, 0.001772897900082171, 0.0160689614713192, 0.020172523334622383, -0.016905611380934715, -0.01289501041173935, -0.0030627308879047632, -0.017954740673303604, -0.01130803395062685, -0.016480647027492523, -0.03420962393283844, 0.00091715925373137, 0.009083611890673637, 0.017689138650894165, -0.010458105243742466, -0.019813960418105125, 0.015245594084262848, 0.00948201585561037, -0.014076941646635532, -0.006899029482156038, 0.027330515906214714, 0.003940879832953215, 0.019813960418105125, 0.006095581687986851, 0.032323844730854034, 0.010531146079301834, -0.028207004070281982, 0.016400964930653572, 0.008678567595779896, 0.01399726141244173, -0.010278823785483837, -0.0016782769234851003, -0.028552288189530373, -0.011759558692574501, 0.0011852519819512963, 0.006567026022821665, -0.02431592531502247, 0.031155195087194443, -0.012994610704481602, -0.0031473918352276087, -0.007224393077194691, 0.0014334244187921286, 0.010205782949924469, 0.011082272045314312, -0.007383754476904869, -0.01706497184932232, -0.009820658713579178, 0.008711768314242363, -0.022496547549962997, 0.019999882206320763, 0.024103442206978798, 0.011991960927844048, -0.00028531538555398583, -0.0035590759944170713, -0.021646618843078613, -0.002602906199172139, -0.010371784679591656, -0.015418235212564468, 0.005375134292989969, -0.011274834163486958, -0.019561637192964554, -0.01766257733106613, -0.001147071598097682, 0.004163322038948536, 0.016161922365427017, 0.0014359144261106849, 0.017436815425753593, 0.009468735195696354, 0.0019189793383702636, -0.004086961038410664, -0.034528348594903946, -0.03136767819523811, -0.04018568620085716, -0.05229716747999191, 0.009873779490590096, 0.024116722866892815, 0.039521679282188416, 0.007689197547733784, 0.0005859858938492835, -0.008067681454122066, -0.008154002018272877, 0.00911681167781353, -0.013260213658213615, 0.017383694648742676, 0.008824649266898632, 0.02921629510819912, 0.015086231753230095, 0.03189888224005699, -0.0016301363939419389, -6.302876136032864e-05, 0.00395083986222744, 0.003246992826461792, -0.01614864356815815, 0.014501906000077724, -0.011181872338056564, -0.04475405067205429, -0.017649298533797264, 0.01228412427008152, 0.011321314610540867, -0.02045140601694584, -0.002001980086788535, -0.01298133097589016, -0.012084921821951866, 0.00426624296233058, -0.009601537138223648, -0.030438067391514778, -0.03338625654578209, -0.011115471832454205, -0.0005361853982321918, 0.02873820997774601, -0.0018509186338633299, -0.030623989179730415, -0.01996004208922386, 0.019176512956619263, 0.0023140632547438145, 0.05019890516996384, 0.009926900267601013, 0.027250835672020912, 0.0014583247248083353, 0.02231062576174736, -0.008791448548436165, 0.02205830253660679, -0.014236303977668285, -0.017476655542850494, -0.017091533169150352, -0.019734278321266174, 0.014887030236423016, 0.02326679416000843, 0.03588292375206947, -0.010570986196398735, -0.03362530097365379, 0.007171272300183773, 0.008791448548436165, -0.025630658492445946, 0.0062383427284657955, 0.019070273265242577, -0.02035844512283802, 0.005076331086456776, -0.022031743079423904, -0.01402382180094719, -0.02743675746023655, -0.009541776031255722, -0.009342574514448643, -0.0043558841571211815, 0.012164602987468243, -0.02839292585849762, -0.02339959517121315, -0.019548356533050537, 0.004840608686208725, 0.02881789021193981, -0.015219033695757389, 0.024209683761000633, -0.008645366877317429, 0.034050263464450836, -0.03875143080949783, 0.025882981717586517, -0.0005494655342772603, -0.016254883259534836, 0.03771558031439781, 0.0073970346711575985, 0.013260213658213615, 0.012250923551619053, -0.004243002738803625, -0.028153883293271065, -0.017171213403344154, -0.043479159474372864, 0.017516497522592545, 0.004893729463219643, 0.0011802718508988619, -0.005458135157823563, -0.010079621337354183, -0.028021082282066345, 0.0061619821935892105, -0.007549756206572056, -0.002594606252387166, -0.015829918906092644, -0.0055610560812056065, -0.0371578149497509, 0.011208432726562023, 0.010896350257098675, 0.009023850783705711, 0.022801989689469337, -0.0008947490132413805, 0.020424846559762955, 0.0023854440078139305, -0.025936102494597435, -0.004860529210418463, 0.038698311895132065, 0.010969391092658043, -0.04454156756401062, -0.0069388700649142265, 0.019349155947566032, 0.05397046357393265, -0.012151322327554226, -0.0059561398811638355, -0.02743675746023655, 0.023718319833278656, -0.014488626271486282, -0.007197832688689232, -0.01836642436683178, -0.004737687762826681, 0.0026361066848039627, -0.0006818518741056323, -0.018220344558358192, -0.03189888224005699, -0.019322594627738, 0.008140722289681435, 0.021500537171959877, -0.005358533933758736, 0.006191862281411886, -0.019867081195116043, 0.0021032411605119705, 0.026015782728791237, -0.012343884445726871, -0.019827239215373993, 0.008240323513746262, -0.0370781347155571, -0.01195876020938158, -0.00307103106752038, -0.018007861450314522, 0.01788834109902382, 0.027184434235095978, -0.016161922365427017, 0.012357164174318314, 0.027197714895009995, -0.013691818341612816, 0.035484518855810165, -0.0011221712920814753, 0.005687217228114605, -0.02092949114739895, 0.02422296442091465, 0.0013993941247463226, -0.021327896043658257, -0.0037084773648530245, -0.018738269805908203, -0.016945451498031616, -0.000304405577480793, -0.003114191349595785, 0.005776858422905207, -0.023213673382997513, 0.005232372786849737, 0.0034163144882768393, -0.0024485245812684298, 0.0020351805724203587, 0.0004805748467333615, -0.026294665411114693, 0.013173893094062805, -0.04597582295536995, 0.028844451531767845, 0.004126801621168852, -0.007914959453046322, 0.0024950052611529827, -0.017118092626333237, 0.004983370192348957, -0.007616156712174416, -0.016640007495880127, -0.013193813152611256, -0.00091715925373137, -0.004369163885712624, -0.02366519905626774, 0.0035391557030379772, -0.015245594084262848, -0.0012450125068426132, -0.006859189365059137, 0.013492615893483162, 0.009442174807190895, -0.018180502578616142, -0.008957450278103352, -0.0024020441342145205, -0.01505967229604721, 0.026414185762405396, -0.007582956459373236, -0.03593604266643524, -0.008459445089101791, -0.007330634165555239, -0.04446188732981682, -0.004309403244405985, -0.005159331951290369, 0.027277395129203796, 0.01949523575603962, -0.03922951593995094, -0.027118032798171043, -0.01289501041173935, -0.03803430497646332, -0.03346593677997589, -0.02158021740615368, 0.0007428575190715492, 0.004648047033697367, 0.005982700269669294, -0.000696377013809979, 0.051155075430870056, 0.00294652977026999, 0.02083653025329113, -0.027542997151613235, 0.017264174297451973, 0.011507236398756504, -0.0031175115145742893, 0.0027805280406028032, -0.0012317324290052056, 0.0024551646783947945, -0.009455455467104912, 0.014302704483270645, 0.018074262887239456, 0.005770218092948198, 0.024037042632699013, 0.019349155947566032, 0.004409004468470812, -0.017343854531645775, -0.021566936746239662, 0.006985350511968136, -0.006666627246886492, -0.00796808023005724, -0.01810082234442234, -0.00513277156278491, 0.01237044483423233, 0.015697117894887924, -0.012782128527760506, 0.009867139160633087, 0.0030743509996682405, -0.003784838132560253, -0.004598246421664953, -0.022390305995941162, 0.0023422837257385254, -0.019388996064662933, -0.03843270614743233, 0.002450184663757682, -0.0030544307082891464, -0.019641317427158356, 0.0372374951839447, -0.003705157432705164, -0.016905611380934715, 0.01069714780896902, 0.022244224324822426, -0.02565721794962883, -0.0024302646052092314, 0.03893735259771347, -0.00016205913561861962, 0.002046800684183836, -0.010278823785483837, 0.01988035999238491, -0.008127441629767418, -0.005587616469711065, -0.0007428575190715492, -0.006530506070703268, -0.028339805081486702, 0.006729708053171635, -0.00473104789853096, -0.011613477021455765, -0.014422225765883923, -0.010551066137850285, -0.00400396017357707, -0.01195876020938158, -0.028764769434928894, -0.017131373286247253, -0.019588196650147438, -0.0008320834022015333, -0.014010541141033173, 0.0029332495760172606, -0.03463459014892578, -0.007151352241635323, -0.019654598087072372, 0.00627486314624548, -0.007025190629065037, 0.21003860235214233, 0.002521565416827798, 0.02096933126449585, 0.03208480402827263, -0.011799398809671402, -0.015232313424348831, 0.012197802774608135, -0.0024203043431043625, -0.015869760885834694, 0.019070273265242577, 0.007888399995863438, 0.022868391126394272, -0.009873779490590096, 0.0015653957379981875, 0.01571039855480194, -0.022204384207725525, -0.016175203025341034, -0.00735719408839941, 0.0033017732203006744, -0.017636017873883247, -0.00509957130998373, 0.007284153252840042, -0.025856420397758484, 0.006078981328755617, 0.009800738655030727, -0.010398345068097115, 0.014355825260281563, -0.0013388035586103797, -0.0019156592898070812, 0.013153973035514355, -0.034050263464450836, -0.01853906735777855, 0.01622832380235195, -0.0021746219135820866, -0.028631968423724174, -0.011082272045314312, 0.01974755898118019, 0.006434225011616945, -0.002725747413933277, -0.007430234923958778, 0.018153943121433258, -0.016825929284095764, -0.023904241621494293, -0.02873820997774601, 0.008213763125240803, 0.005786818452179432, -0.010458105243742466, -0.014103502035140991, -0.009495295584201813, 0.013983980752527714, -0.003273552982136607, -0.00968121737241745, 0.0234792772680521, 0.018180502578616142, 0.007768878247588873, -0.02087637037038803, 0.013758218847215176, -0.0069787101820111275, 0.004057080950587988, 0.014794069342315197, 0.008691847324371338, 0.022191103547811508, -0.01884450949728489, -0.002504965290427208, -0.00941561535000801, 0.008977370336651802, -0.02334647625684738, -0.01814066246151924, 0.016573607921600342, -0.02131461538374424, 0.004279523156583309, -0.008632087148725986, -0.008970730938017368, 0.008346564136445522, -0.00391763960942626, -0.026241544634103775, 0.019986601546406746, 0.029880302026867867, 4.2978870624210685e-05, 0.030570868402719498, -0.031925443559885025, -0.009641377255320549, -0.007031830959022045, -0.029667818918824196, -0.016122082248330116, -0.02005300298333168, 0.012496606446802616, -0.007065031211823225, 0.00735719408839941, -0.013505896553397179, -0.0010200802935287356, -0.0057668983936309814, -0.000573535799048841, 0.014302704483270645, -0.008492645807564259, 0.00429944321513176, -0.002795468084514141, 0.024143284186720848, -0.022868391126394272, -0.030411506071686745, -0.023771440610289574, 0.008718407712876797, 0.014116782695055008, 0.007808718830347061, -0.03577668219804764, -0.024289365857839584, 0.00571045745164156, -0.0007362174219451845, 0.0012275823391973972, -0.0202654842287302, -5.8048710343427956e-05, -0.040823131799697876, 0.0057801781222224236, 0.0028270084876567125, 0.018632028251886368, 0.006776188500225544, 0.011560356244444847, -0.023120712488889694, -0.016786089166998863, -0.014767508953809738, -0.0029315894935280085, -0.012589567340910435, 0.0012574626598507166, -0.005976060405373573, -0.02956157736480236, -0.0048273284919559956, -0.016772808507084846, -0.007489995565265417, 0.0009462095331400633, -0.01810082234442234, 0.008871129713952541, -0.0011346214450895786, 0.008047761395573616, 0.016467366367578506, -0.024342484772205353, -0.006148701999336481, -0.009926900267601013, -0.01953507773578167, -0.00905041117221117, -0.017529776319861412, 0.007277513388544321, 0.012377085164189339, 0.02313399314880371, -0.0013089232379570603, 0.00597938010469079, -0.02378471940755844, -0.00805440079420805, -0.0015064651379361749, -0.018857790157198906, -0.022642629221081734, -0.033970583230257034, 0.012775489129126072, -0.0010117802303284407, -0.0007636076770722866, -0.010106181725859642, -0.01926947385072708, 0.0003537910815794021, -0.03590948134660721, 0.0036586769856512547, -0.021978622302412987, -0.03450178727507591, 0.024116722866892815, 0.008957450278103352, 0.03330657631158829, -0.012151322327554226, -0.02756955847144127, -0.16754217445850372, 0.02452840656042099, 0.015896320343017578, -0.0372374951839447, 0.03078334964811802, -0.014276144094765186, 0.02609546296298504, 0.016161922365427017, 0.04921617731451988, -0.01970771886408329, -0.01115531288087368, -0.012031801044940948, -0.010869789868593216, -0.0069388700649142265, -0.009966740384697914, -0.006065701134502888, -0.0011138712288811803, -0.008970730938017368, 0.049641139805316925, -0.0022692428901791573, 0.016294725239276886, -0.03875143080949783, 0.010663948021829128, 0.025816580280661583, 0.0011761218775063753, 0.0009329293970949948, -0.016042402014136314, -0.0034428746439516544, -0.017795380204916, -0.03737029805779457, -0.00529545359313488, -0.011779478751122952, 0.0027406876906752586, 0.02778203971683979, 0.01567055843770504, -0.00805440079420805, 0.01675952970981598, 0.0033034333027899265, -0.008286803960800171, -0.014555026777088642, 0.025325216352939606, 0.03840614855289459, -0.021978622302412987, 0.018937470391392708, 0.011400994844734669, 0.009488655254244804, 0.03181920200586319, 0.01079010870307684, -0.018525786697864532, -0.012702448293566704, 0.015856480225920677, -0.004664646927267313, 0.01308757159858942, 0.01896403171122074, 0.014369104988873005, -0.0046148463152348995, -0.041434016078710556, 0.028339805081486702, -0.0036287966649979353, -0.021779419854283333, -0.00974761787801981, -0.016427526250481606, -0.0004197767411824316, -0.015962721779942513, 0.01762273721396923, -0.02053108625113964, -0.018817950040102005, -0.004130121786147356, -0.03261600807309151, 0.013080932199954987, -0.003837958676740527, -0.015099512413144112, -0.01241692528128624, 0.012463405728340149, -0.0016268164617940784, 0.025630658492445946, -0.044780611991882324, 0.008512565866112709, -0.0018110782839357853, 0.004120161756873131, -0.004392404109239578, 0.0020501206163316965, -0.012157962657511234, 0.021553657948970795, 0.004584966227412224, -0.0061321016401052475, 0.004455484915524721, -0.0194022748619318, -0.008213763125240803, 0.0038412788417190313, 0.012994610704481602, -0.007782158441841602, 0.00034196345950476825, -0.016560327261686325, -0.003412994323298335, 0.00913673173636198, 0.0421777069568634, 0.016400964930653572, 0.0037615979090332985, 0.007204472552984953, 0.0015039751306176186, 0.0016176863573491573, -0.025285374373197556, 0.0018509186338633299, 0.028074203059077263, 0.008220402523875237, 0.012582927010953426, -0.011699797585606575, 0.027463316917419434, -0.003608876373618841, -0.03282849118113518, 0.002468444872647524, 0.027250835672020912, 0.012018521316349506, 0.007702477741986513, 0.02644074708223343, 0.02162005752325058, -0.03710469603538513, 0.010338583961129189, -0.0021646618843078613, 0.037476539611816406, -0.004492005333304405, -0.02678602933883667, 0.03312065452337265, 0.014209743589162827, 0.012430205009877682, -0.10602858662605286, -0.005388414487242699, -0.0039010392501950264, 0.0001513727765996009, 0.019335875287652016, 0.04050440713763237, -0.011679877527058125, 0.03843270614743233, -0.006205142475664616, 0.02900381200015545, -0.022377025336027145, -0.0023771440610289574, -0.023280074819922447, 0.01223764382302761, -0.006480705458670855, 0.010750268585979939, -0.02478072978556156, 0.001729737501591444, -0.004243002738803625, 0.05335957929491997, -0.004774208180606365, -0.008366484194993973, 0.01796802133321762, -0.03320033475756645, 0.0024933451786637306, -0.0029747500084340572, -0.03824678435921669, 0.019468676298856735, 0.015790078788995743, -0.010617466643452644, 0.008246962912380695, -0.018047701567411423, 0.0201459638774395, -0.005654016975313425, 0.005680577363818884, 0.0027290675789117813, -0.007217752747237682, -0.015205753035843372, 0.03532515466213226, -0.022549668326973915, -0.004946849774569273, 0.011686517857015133, -0.0013437835732474923, -0.02127477526664734, 0.038485828787088394, -0.018260184675455093, -0.013393014669418335, 0.050252027809619904, -0.008957450278103352, 0.010252263396978378, -0.021327896043658257, 0.0027058273553848267, -0.017436815425753593, -0.017821939662098885, 0.03168639913201332, -0.00536185409873724, 0.0007353874389082193, 0.007735677994787693, -0.01336645521223545, -0.002823688555508852, 0.007330634165555239, -0.011148672550916672, -0.021128693595528603, 0.019641317427158356, 0.02357223816215992, 0.02318711392581463, -0.012310683727264404, 0.0016002561897039413, 0.015298713929951191, -0.017569616436958313, -0.012662608176469803, 0.03922951593995094, -0.022071583196520805, 0.018339864909648895, 0.0007088271668180823, -0.014833909459412098, -0.017436815425753593, -0.002787168137729168, 0.01731729507446289, 0.005750298034399748, -0.0005627456703223288, -0.007018550764769316, -0.005149371922016144, -0.00029652047669515014, 0.019734278321266174, 0.006052420940250158, 0.00307103106752038, 0.0015380055410787463, 0.016520487144589424, -0.043133873492479324, -0.004993330221623182, 0.031925443559885025, 0.023598797619342804, -0.022191103547811508, -0.007669277489185333, 0.022948071360588074, 0.0022626027930527925, 0.02183254063129425, -0.008665286935865879, -0.010524505749344826, -0.03590948134660721, 0.010956110432744026, -0.045471180230379105, 0.028021082282066345, 0.009840579703450203, 0.00011661617463687435, 0.010258903726935387, -0.005471415352076292, -0.023373035714030266, 0.002558085834607482, 0.011301393620669842, 0.00456836586818099, -0.010989311151206493, 0.014475345611572266, -0.02617514319717884, -0.005073011387139559, -0.018817950040102005, 0.004993330221623182, 0.016161922365427017, -0.012463405728340149, -0.0030594109557569027, -0.006610186770558357, -0.004412324633449316, 0.010272183455526829, -0.011400994844734669, -0.004153362009674311, 0.010989311151206493, -0.011646677739918232, -0.0022443425841629505, 0.03152703866362572, -0.0013603836996480823, -0.003930919803678989, 0.015776799991726875, 0.0008524185977876186, 0.018074262887239456, 0.019176512956619263, 0.016122082248330116, -0.004335963632911444, 0.011726357974112034, 0.019774120301008224, 0.0402122437953949, -0.003837958676740527, -0.005647377111017704, -0.009687857702374458, 0.01767585799098015, -0.0178352203220129, -0.023585516959428787, -0.015497916378080845, -0.019203074276447296, 0.015790078788995743, -0.01584319956600666, -0.010756908915936947, 0.03928263485431671, 0.021035732701420784, -0.005182572174817324, -0.020039722323417664, 0.011912279762327671, -0.024196404963731766, 0.013485975563526154, 0.009043770842254162, -0.01645408570766449, -0.028207004070281982, 0.02873820997774601, 0.005962780211120844, -0.004183242097496986, -0.0201858039945364, 0.000264357659034431, 0.008904329501092434, -0.0029697699937969446, 0.004983370192348957, 0.01666656881570816, -0.0388045497238636, -0.002619506325572729, 0.016308004036545753, 0.003016250440850854, 0.004329323768615723, -0.00998002104461193, 0.005474735051393509, -0.029242854565382004, 0.012589567340910435, -0.0029780699405819178, -0.00400396017357707, 0.006012580823153257, -0.0022808630019426346, 0.008585606701672077, -0.0033648540265858173, 0.014395665377378464, 0.014754229225218296, -0.006613506935536861, 0.013811339624226093, 0.024156562983989716, -0.004027200397104025, -0.025896260514855385, 0.017304014414548874, -0.004339283797889948, 0.022297345101833344, 0.015511196106672287, 0.019388996064662933, -0.02139429561793804, 0.021739579737186432, 0.022762149572372437, 0.009249613620340824, -0.003150711767375469, 0.001631796476431191, -0.0038943993858993053, 0.018897630274295807, -0.0007021870696917176, 0.013718378730118275, -0.012403645552694798, -0.006945509929209948, 0.016732968389987946, -0.006384424399584532, 0.01788834109902382, 0.0026062263641506433, -0.007914959453046322, 0.010670587420463562, -0.003854558803141117, 0.009661297313869, -0.014355825260281563, 0.007197832688689232, 0.005783498287200928, 0.0290834940969944, -0.0030278705526143312, 0.029880302026867867, 0.015750238671898842, -0.024422166869044304, 0.02435576543211937, 0.018910910934209824, -0.012383724562823772, -0.011659957468509674, 0.011653317138552666, -0.0071911923587322235, -0.0042197625152766705, -0.009867139160633087, -0.021022452041506767, 0.0002510775229893625, -0.003456154838204384, 0.017304014414548874, 0.002345603657886386, -0.00016205913561861962, 0.016175203025341034, 0.0642758458852768, 0.03107551299035549, -0.008246962912380695, 0.026839150115847588, 0.024820569902658463, -0.000502570066601038, 0.00901057105511427, -0.007642717100679874, 0.003987360280007124, -0.008877769112586975, 0.0054846955463290215, 0.016095522791147232, -0.006032500881701708, -0.03590948134660721, -0.03412994369864464, 0.02270902879536152, -0.008001280948519707, 0.005903019569814205, 0.023519117385149002, -0.023027751594781876, 0.016201764345169067, -0.003255292773246765, 0.0014516846276819706, 0.0064076646231114864, -0.02135445550084114, -0.018007861450314522, 0.015683839097619057, -0.004492005333304405, -0.004794128239154816, -0.03689221292734146, 0.014315984211862087, -0.013864459469914436, -0.04031848534941673, -0.007848558947443962, -0.00730407377704978, -0.020292045548558235, -0.003202172229066491, -0.019309313967823982, 0.015033111907541752, 0.022164544090628624, -0.018645308911800385, -0.023452715948224068, -0.020464686676859856, -0.01832658424973488, 0.02860540896654129, 0.014223023317754269, 0.003695197170600295, 0.008027841337025166, -0.026493867859244347], \"ba0393cf-0d63-4d69-b78a-b4662fb2df4b\": [-0.001781526138074696, 0.005164192523807287, 0.026896405965089798, -0.011475983075797558, -0.0032091522589325905, 0.0029205346945673227, -0.021591341122984886, -0.017798082903027534, -0.007167335599660873, -0.011682138778269291, 0.04205569997429848, 0.009565610438585281, 0.01542042288929224, -0.002942868275567889, -0.0009070837404578924, -0.007895751856267452, 0.01366123091429472, -0.0008795963367447257, 0.011311058886349201, -0.014623288996517658, -0.005693324841558933, 0.0058960444293916225, 0.00445295637473464, -0.0137849235907197, -0.021412672474980354, 0.009496891871094704, 0.022402219474315643, -0.03639329969882965, 0.007875136099755764, -0.003934131935238838, 0.023872794583439827, -0.019612248986959457, 0.0040303380228579044, -0.018883833661675453, -0.019749686121940613, -0.003518385346978903, -0.01418349053710699, -0.014403389766812325, 0.018938807770609856, -0.013083995319902897, 0.03485400602221489, -0.003329409519210458, -0.01599765755236149, 0.01253424771130085, 0.002815739018842578, 0.022951966151595116, 0.008163753896951675, -0.023845307528972626, -0.016286276280879974, 0.010720080696046352, 0.016313763335347176, 0.033754508942365646, -0.04436463862657547, 0.003221177961677313, -0.022484680637717247, 0.002198990900069475, -0.007517799735069275, 0.005617734510451555, -0.0026817379985004663, -0.01605263352394104, 0.018595216795802116, -0.001894911634735763, -0.01253424771130085, 0.00260099396109581, -0.02164631523191929, 0.0025820962619036436, -0.01199137233197689, 0.01966722495853901, 0.01845777966082096, 0.0030287662521004677, 0.009098324924707413, -0.0030339201912283897, 0.011544701643288136, 0.015983914956450462, -0.018416548147797585, -0.022855760529637337, -0.0169459730386734, 0.015626579523086548, 0.004418597090989351, -0.007882007397711277, 0.02747364155948162, -0.013688717968761921, 0.012925943359732628, 0.03339717164635658, 0.019062502309679985, 0.004748445935547352, 0.007868263870477676, 0.017894288524985313, -0.024587467312812805, -0.0008499614777974784, -0.01750946417450905, 0.03133561834692955, 0.01669858582317829, 0.00972366239875555, 0.01171649806201458, 0.013248919509351254, 0.012204399332404137, 0.034991443157196045, 0.011812703683972359, 0.0005321386270225048, -0.0038688494823873043, 4.410329711390659e-05, -0.025893116369843483, -0.01416974700987339, -0.04139600321650505, -0.017344539985060692, 0.026745226234197617, -0.009998536668717861, 0.0028277647215873003, -0.0014551135245710611, -0.019406095147132874, 0.05313311517238617, -0.000631350907497108, -0.040241532027721405, 0.014664520509541035, 0.019625993445515633, 0.008981503546237946, -0.02361166477203369, -0.015118062496185303, -0.0031421517487615347, 0.021907446905970573, 0.010603259317576885, 0.010713208466768265, -0.022278526797890663, 0.010314641520380974, 0.026387890800833702, 0.0038722853641957045, 0.001705076894722879, -0.002250529592856765, -0.012939686886966228, 0.045793984085321426, 0.009132684208452702, 0.017358284443616867, 0.005236346740275621, -0.005370347760617733, 0.0021216825116425753, 0.010795670561492443, -0.004411725327372551, -0.03199531510472298, -0.03290240094065666, 0.014362159185111523, 0.03842736408114433, -0.015049343928694725, 0.01322830468416214, -0.01054141204804182, -0.013867385685443878, -0.016341250389814377, 0.017000947147607803, -0.010005407966673374, -0.03188536688685417, -0.0012910481309518218, -0.009057093411684036, 0.0010909056290984154, -0.0018777319928631186, 0.01245865784585476, 0.028133338317275047, 0.014623288996517658, -0.018870091065764427, -0.014307184144854546, 0.01645120047032833, 0.006438920274376869, 0.032600037753582, 0.022154832258820534, 0.019832149147987366, 0.028669342398643494, 0.023941513150930405, 0.02111031301319599, -0.010843773372471333, 0.019859636202454567, -0.004593829158693552, 0.034469179809093475, 0.014595801942050457, -0.032929886132478714, -0.006225892808288336, 0.006902769673615694, 0.028050877153873444, -0.006469843443483114, 0.009785509668290615, -0.03309481218457222, -0.0200932789593935, -0.014939393848180771, -0.01481570117175579, 0.036475758999586105, 0.055744417011737823, -0.016753561794757843, 0.0008443781407549977, 0.023542946204543114, -0.006157174240797758, 0.018237879499793053, 0.003961619455367327, 0.028916729614138603, 0.029933763667941093, -0.00022440873726736754, 0.004442648496478796, -0.6368277668952942, -0.01241055503487587, 0.006487023085355759, -0.024683672934770584, 0.013695590198040009, 0.029768839478492737, 0.02358417771756649, 0.01366123091429472, -0.02908165380358696, 0.022525912150740623, 0.01173024158924818, 0.0300437118858099, 0.016135094687342644, -0.010665105655789375, -0.004380802158266306, -0.01199137233197689, 0.007304772734642029, -0.015434167347848415, 0.0013451639097183943, 0.0025494550354778767, 0.0005802415544167161, 0.012719787657260895, -0.00629117526113987, -0.016258789226412773, 0.00839739665389061, -0.0027521743904799223, 0.022704580798745155, -0.00341530772857368, 0.017880544066429138, 0.021660059690475464, -0.007174207828938961, -0.011785216629505157, 0.0018588344100862741, 0.004171210806816816, 0.05948270112276077, 0.0020993491634726524, -0.0017222565365955234, 0.0011664959602057934, 0.01778433844447136, 0.01086438912898302, -0.017495721578598022, -0.0351838544011116, 0.01858147233724594, -0.007737698964774609, 0.006315226666629314, -0.00030515293474309146, 0.045134287327528, 0.0007009283290244639, -0.012355579994618893, -0.005878864787518978, -0.004150595050305128, 0.003423897549510002, -0.001224906649440527, 0.0413685142993927, -0.02660778909921646, 0.00072540930705145, 0.028751805424690247, -0.0027006356976926327, -0.0014594084350392222, -0.010101614519953728, -0.01880137249827385, 0.03012617491185665, -0.003339717397466302, 0.004975216928869486, -0.022498425096273422, 0.006181225646287203, -0.04543664678931236, -0.0049889604561030865, 0.016258789226412773, -0.022484680637717247, -0.009008990600705147, 0.011469111777842045, -0.01865019090473652, -0.03837238997220993, 0.013654358685016632, 0.04411725327372551, 0.002071861643344164, -0.0232405848801136, -0.013269535265862942, 0.028394469991326332, -0.014320927672088146, -0.003161049447953701, -0.026415377855300903, -0.00018489561625756323, 0.035266317427158356, 0.021660059690475464, -0.020491845905780792, -0.008129394613206387, 0.015626579523086548, -0.022677093744277954, -0.006167482119053602, 0.00932509545236826, -0.00569676049053669, -0.013372613117098808, 0.048570211976766586, 0.0076964679174125195, -0.008603551425039768, -0.007242925930768251, 0.005067986901849508, -0.030675921589136124, -0.0061880978755652905, -0.009916074573993683, -0.025137213990092278, 0.02482111006975174, 0.019158707931637764, 0.007132976781576872, -0.012499888427555561, 0.008692885749042034, 0.0031799469143152237, -0.01202573161572218, -0.01280912198126316, -0.01570904068648815, -0.016973460093140602, 0.007833904586732388, -0.012953430414199829, -0.023996487259864807, 0.006689742673188448, 0.010321513749659061, -0.0005961326532997191, -0.02521967701613903, 0.014650776982307434, 0.0020271947141736746, -0.010981210507452488, -0.015667809173464775, 0.01865019090473652, 0.0006966334185563028, 0.010245922952890396, -0.012754146941006184, 0.0016896151937544346, -0.007119232788681984, 0.0027332769241183996, 0.0028002774342894554, 0.04222062602639198, -0.007256669923663139, 0.0025494550354778767, 0.00850734580308199, -0.007318516261875629, -0.01620381325483322, 0.022209808230400085, -0.014623288996517658, -0.012788506224751472, 0.008314934559166431, 0.028133338317275047, -0.005823889747262001, 0.003700489178299904, -0.022567143663764, -0.042000725865364075, -0.014417133294045925, 0.007668980397284031, 0.03457913175225258, -0.007916366681456566, -0.012891584075987339, -0.01679479330778122, 0.011022442020475864, -0.01808669976890087, -0.016382481902837753, 0.011943268589675426, -0.035238828510046005, 0.007442209869623184, -0.02833949401974678, -0.005734555888921022, 0.03158300742506981, -0.0004960614023730159, 0.003344871336594224, -0.007579646538943052, 0.007902623154222965, -0.013159586116671562, 0.021838728338479996, -0.016739817336201668, -0.009737405925989151, 0.0042124418541789055, 0.00961371324956417, -0.008301190100610256, 0.009469403885304928, -0.0052913217805325985, 0.009572481736540794, -0.02734994888305664, -0.038729727268218994, 0.013118354603648186, -0.006191533524543047, 0.005579939112067223, 0.013125226832926273, 0.01542042288929224, -0.01170275453478098, 0.033946920186281204, 0.01639622636139393, 0.011166750453412533, 0.020079534500837326, -0.0015710758743807673, 0.025796910747885704, 0.02618173509836197, 0.006054096855223179, 0.003813874674960971, 0.010596387088298798, 0.007201694883406162, 0.0250410083681345, -0.001977373845875263, 0.014898163266479969, -0.002334709744900465, 0.011036185547709465, 0.03543123975396156, 0.013104611076414585, 0.002113092690706253, -0.031940340995788574, 0.010610130615532398, -0.026264196261763573, 0.004799984861165285, -0.019955841824412346, 8.106631139526144e-05, 0.0008641346939839423, -0.005445938091725111, 0.0057001966051757336, -0.010300897993147373, -0.0022402219474315643, 0.002932560397312045, 0.013510050252079964, -0.000517965410836041, 0.024243874475359917, 0.005758607294410467, -0.002975509501993656, 0.00683748722076416, -0.013221432454884052, 0.01415600348263979, 0.009909202344715595, -0.010637618601322174, -0.0001186467197840102, 0.012142552994191647, 0.015461654402315617, -0.003310512052848935, -0.019625993445515633, -0.00852108933031559, 0.02093164436519146, 0.00038546763244085014, -0.008383652195334435, 0.014039182104170322, 0.003752028103917837, 0.02623670920729637, -0.018911320716142654, 0.026649020612239838, -0.01568155363202095, -0.012417426332831383, 0.016561150550842285, 0.02543957531452179, -0.0038757214788347483, 0.024683672934770584, 0.02685517631471157, 0.053298041224479675, -0.014719494618475437, -0.01830659806728363, -0.014444621279835701, -0.019158707931637764, 0.022154832258820534, -0.019653480499982834, 0.0003384384326636791, 0.014898163266479969, -0.020752975717186928, 0.01565406657755375, -0.000613741809502244, 0.015846477821469307, 0.007029898930341005, -0.0051092179492115974, -0.0021285545080900192, -0.0003717239305842668, 0.014197234995663166, 0.006511074490845203, -0.008555448614060879, -0.029301553964614868, -0.022251037880778313, -0.0014422287931665778, 0.008899041451513767, -0.006583228707313538, -0.008823450654745102, -0.0076002622954547405, 0.013283278793096542, 0.02985130064189434, 0.015970170497894287, 0.019433582201600075, -8.079787949100137e-05, -0.003827618435025215, -0.011517214588820934, -0.014293440617620945, 0.008527961559593678, 0.02645660936832428, 0.03232516720890999, -0.007930111140012741, -0.005806710105389357, -0.025865629315376282, -0.010280282236635685, -0.0016475251177325845, 0.025357112288475037, -0.01570904068648815, 0.01790803112089634, -0.014966881833970547, -0.012142552994191647, -0.023048173636198044, 0.023199353367090225, 0.020725488662719727, -0.030703410506248474, -0.020890412852168083, 0.0003676437772810459, -0.018347829580307007, 0.01744074560701847, -0.00970991887152195, 0.0072979009710252285, 0.03284742683172226, 0.0031730751506984234, 0.0007151014870032668, -0.009098324924707413, -0.005514656659215689, 0.01010848581790924, 0.0034702825360000134, -0.01503559947013855, 0.008699757978320122, -0.001860552467405796, 0.009916074573993683, -0.0030167405493557453, 0.011998243629932404, -0.011366033926606178, 0.03460661694407463, 0.016478687524795532, 0.009641200304031372, -0.0076758526265621185, -0.03859229013323784, 0.014073541387915611, 0.02491731569170952, 0.027267485857009888, -0.0018846038728952408, 0.028751805424690247, -0.003930696286261082, 0.009909202344715595, -0.02836698107421398, -0.012726659886538982, 0.0035149494651705027, -0.04202821105718613, 0.00569676049053669, -0.024642441421747208, -0.0011398674687370658, -0.011689011007547379, 0.014884419739246368, -0.0029875352047383785, 0.025508293882012367, -0.015599091537296772, -0.0019395786803215742, -0.02454623579978943, -0.011180493980646133, 0.0075246719643473625, -0.007005847524851561, 0.018100444227457047, 0.03782264143228531, 0.024903571233153343, 0.005528400652110577, -0.010314641520380974, 0.007504056207835674, -0.009544994682073593, -0.0109743382781744, 0.022649604827165604, 0.006493894848972559, 0.014637032523751259, -0.0074696969240903854, 0.029796326532959938, 0.0018296290654689074, 0.021220261231064796, -0.002755610505118966, -0.028751805424690247, -0.0014628443168476224, 0.02108282409608364, 0.006913077551871538, -0.0028689957689493895, 0.005030191503465176, -0.002425761893391609, 0.008390524424612522, 0.017605669796466827, -0.014788213185966015, -0.002678302116692066, 0.004854959435760975, 0.005707068368792534, -0.026525327935814857, -0.0060678403824567795, 0.0005063691642135382, -0.00214229803532362, 0.020821694284677505, 0.015214268118143082, -0.008184368722140789, -0.04282534494996071, -0.00640456099063158, -0.05964762717485428, -0.01091249193996191, -0.007490312680602074, -0.020423127338290215, -0.020505590364336967, -0.008376780897378922, -0.013090867549180984, -0.01790803112089634, -0.028174569830298424, -0.001116675091907382, -0.0002729411353357136, -0.0169184859842062, -0.021124055609107018, -0.004872139077633619, 0.028971703723073006, 0.005346296355128288, -0.008253087289631367, -0.009077709168195724, 0.018045468255877495, -0.01080254279077053, -0.022855760529637337, 0.0014533954672515392, -0.02484859712421894, -0.007936982437968254, -0.0006957744481042027, 0.009077709168195724, 0.001631204504519701, -0.01994209736585617, 0.010726951994001865, 0.01568155363202095, -0.006133122835308313, -0.0027710720896720886, -0.010713208466768265, -0.0015805247239768505, 0.020917899906635284, 0.009593097493052483, 0.022127345204353333, 0.0006996398442424834, -0.014733239077031612, 0.02046435885131359, 0.017330797389149666, 0.0005690747639164329, -0.004178082570433617, 0.0008052944904193282, 0.008713501505553722, 0.000930276233702898, 0.030785871669650078, -0.0006021455628797412, -0.011187366209924221, 0.0200383048504591, -0.02078046277165413, 0.015764014795422554, 0.012644197791814804, 0.02108282409608364, 0.018636448308825493, 0.033232249319553375, 0.008294318802654743, 0.004483879543840885, -0.0137849235907197, 0.006988667882978916, -0.03037356026470661, 0.010300897993147373, 0.024271361529827118, 0.0021079389844089746, 0.0008164612227119505, -0.00222991406917572, -0.036998022347688675, -0.015090574510395527, -0.006741281133145094, -0.01298091746866703, 0.033259738236665726, 0.0003006432671099901, -0.02695138193666935, -0.037492793053388596, -0.007490312680602074, 0.01491190679371357, 0.03334219753742218, -0.009476276114583015, 0.006548869423568249, -0.004693470895290375, 0.0033276916947215796, 0.011001826263964176, -0.023419251665472984, -0.04411725327372551, -0.0426604226231575, -0.012307477183640003, -0.00853483285754919, 0.002666276413947344, 0.02484859712421894, -0.003813874674960971, 0.004404853563755751, 0.0019069373374804854, -0.010129101574420929, 0.0026628405321389437, -0.014210978522896767, 0.007064258214086294, 0.002221324248239398, 0.038234952837228775, 0.012932814657688141, 0.028531907126307487, -0.01199137233197689, -0.013929232954978943, -0.008940272033214569, 0.008424883708357811, 0.0029188168700784445, -0.02160508558154106, 0.01418349053710699, -0.03567862510681152, 0.0019876814913004637, 0.0023896845523267984, 0.025288395583629608, -0.016588637605309486, 0.00085468590259552, 0.007394106592983007, -0.004099056590348482, -0.01058951485902071, -0.010232179425656796, -0.023446740582585335, -0.025329625234007835, -0.021715033799409866, 0.012575479224324226, -0.009510635398328304, 0.012355579994618893, -0.02905416674911976, -0.016890998929739, 0.015214268118143082, 0.02291073650121689, 0.03199531510472298, -0.002150887856259942, 0.03301234915852547, -0.008809707127511501, 0.018320342525839806, -0.01004663947969675, 0.014293440617620945, -0.039251986891031265, 0.00047630484914407134, -0.02497228980064392, -0.005098910070955753, 0.029713863506913185, 0.02454623579978943, 0.037987567484378815, 0.006758460775017738, -0.03034607321023941, -0.009421301074326038, 0.008493602275848389, -0.03628334775567055, 0.009641200304031372, -0.00214229803532362, -0.01135916169732809, 0.008637910708785057, -0.014705751091241837, 0.008287446573376656, -0.015090574510395527, -0.004999268334358931, 0.0062946113757789135, 0.011530958116054535, 0.013324510306119919, -0.018718909472227097, -0.008122522383928299, 0.005147012881934643, -0.008541705086827278, 0.030950795859098434, -0.005662401206791401, 0.03037356026470661, 0.011379777453839779, 0.031253159046173096, -0.013118354603648186, 0.0023484535049647093, -0.0041677746921777725, -0.0005660683382302523, 0.02531588263809681, 0.023749101907014847, 0.003995978739112616, 0.0015813836362212896, 0.02058805152773857, -0.008466115221381187, -0.0041677746921777725, -0.03056597337126732, 0.017330797389149666, -0.0009002118604257703, -0.005638349801301956, -0.005421886686235666, -0.017303308472037315, -0.01046582218259573, 0.009764893911778927, 0.00666912691667676, 0.013516921550035477, 0.009909202344715595, 0.006428612396121025, -0.014513339847326279, 0.0021079389844089746, -0.02546706236898899, 0.015764014795422554, 0.007421594113111496, -0.00038052850868552923, -0.0041677746921777725, -0.00046556760207749903, 0.0003133132413495332, 0.0026903278194367886, 0.019309887662529945, 0.0314180813729763, -0.008837194181978703, -0.016712330281734467, 0.03205029293894768, 0.01245865784585476, -0.01766064576804638, -0.018389061093330383, -0.008789091370999813, 0.027281230315566063, -0.016836022958159447, -0.004219313617795706, -0.010603259317576885, -0.011455368250608444, 0.017358284443616867, -0.012094449251890182, -0.01418349053710699, -0.03287491202354431, -0.006487023085355759, -0.008555448614060879, 0.00977176520973444, 0.022883247584104538, -0.0073734913021326065, -0.006610716227442026, -0.007717083673924208, -0.0011433034669607878, -0.015695298090577126, -0.007943854667246342, -0.0009792380733415484, -0.03958183526992798, -0.02343299612402916, -0.010431462898850441, 0.01639622636139393, 0.00032662745798006654, 0.013991079293191433, -0.0036111553199589252, 0.01009474229067564, 0.031720444560050964, -0.01542042288929224, 0.040186557918787, 0.006366765592247248, 0.005157320760190487, -0.025906860828399658, 0.0017368592089042068, -0.01590145193040371, -0.020395640283823013, -0.02429884858429432, -0.019035015255212784, -0.015076830983161926, 0.01020469143986702, -0.00543219456449151, 0.01416974700987339, -0.006655383389443159, 0.012554863467812538, 0.03565113991498947, -0.012066962197422981, 0.016464943066239357, 0.00230722245760262, -0.041725851595401764, 0.026044297963380814, -0.0351838544011116, 0.008672269992530346, 0.022745812311768532, 0.010177204385399818, -0.018746396526694298, -0.02811959572136402, 0.014087284915149212, 0.00586512079462409, -0.024395054206252098, 0.0016260506818071008, 0.01722084730863571, 0.030401049181818962, -0.03581606224179268, -0.011118647642433643, -0.02269083634018898, -0.031747929751873016, -0.026442864909768105, 0.011860806494951248, 0.02133021131157875, 0.0010677131358534098, -0.01667109876871109, -0.007634621579200029, 0.003721104934811592, 0.010713208466768265, 0.013042764738202095, -0.006906205788254738, -0.006387381348758936, -0.01205321867018938, -0.037245407700538635, -0.00021882535656914115, -0.008314934559166431, 0.021000362932682037, -0.007833904586732388, -0.027679797261953354, -0.0010677131358534098, -0.01418349053710699, -0.030428536236286163, -0.03084084577858448, -0.002049528295174241, -0.0046110088005661964, 0.03279245272278786, 0.0033259736374020576, 0.0066931783221662045, 0.032929886132478714, -0.001116675091907382, 0.026140503585338593, -0.014142259955406189, 0.01855398528277874, -0.004635060206055641, 0.00622932892292738, 0.019241169095039368, 0.0011226879432797432, -0.009641200304031372, -0.01117362268269062, 0.0019550402648746967, 0.015571603551506996, 0.0022110166028141975, 0.01639622636139393, -0.007428465876728296, 0.03306732326745987, -0.023391764611005783, 0.016038889065384865, -0.002489326288923621, 0.01258235052227974, -0.010733824223279953, -0.02383156307041645, -0.02559075690805912, 0.012678556144237518, 0.031500544399023056, -0.0050198836252093315, 0.0017883980181068182, -0.01298091746866703, -0.020670514553785324, 0.00591322360560298, 0.0018639883492141962, -0.004638496320694685, -0.007875136099755764, -0.012060089968144894, 0.0033242555800825357, 0.021371442824602127, -0.012066962197422981, 0.04288032278418541, 1.834729300753679e-05, -0.005566195584833622, -0.0030184586066752672, 0.009256376884877682, -0.0066725630313158035, 0.014774469658732414, 0.012383067049086094, 0.009531251154839993, 0.007936982437968254, -0.00460757315158844, -0.006366765592247248, -0.02120651863515377, -0.0035012057051062584, -0.0007000693585723639, -0.0039856708608567715, -0.015887709334492683, -0.007559031248092651, 0.0030734334141016006, -0.012946558184921741, -0.007352875545620918, -0.004875575192272663, 0.0225396566092968, -0.0033878202084451914, -0.00852108933031559, -0.0400766097009182, -0.020395640283823013, 0.02247093804180622, 0.0030115866102278233, -0.003112946404144168, -0.026044297963380814, -0.017152128741145134, 0.0014327799435704947, 0.00764836510643363, 0.010328385047614574, 0.2233075201511383, 0.013083995319902897, 0.005497477017343044, 0.021618828177452087, 0.011455368250608444, -0.001332279178313911, 0.015516629442572594, -0.0013863949570804834, -0.025260906666517258, 0.029521452262997627, 0.007387234829366207, 0.017825569957494736, -0.027363691478967667, -0.0013485999079421163, 0.011283571831882, -0.026319172233343124, -0.013118354603648186, -0.020368153229355812, -0.02133021131157875, -0.01827911101281643, -0.010857516899704933, -0.004360186401754618, -0.02633291482925415, 0.008603551425039768, 0.011448496021330357, -0.023941513150930405, -0.014403389766812325, 0.01057577133178711, 0.00688559003174305, 0.028229545801877975, -0.036723148077726364, -0.0066175879910588264, -0.01766064576804638, 0.003528693225234747, -0.039746761322021484, -0.019612248986959457, 0.01800423674285412, 0.010239050723612309, 0.006088456138968468, -0.000760627503041178, 0.00726354168727994, -0.02355668880045414, -0.01731705293059349, -0.0338369719684124, -0.01248614490032196, 0.015104318037629128, -0.005287885665893555, -0.013221432454884052, 0.015544116497039795, 0.01492565032094717, -0.008280575275421143, 0.02053307741880417, -0.0005914082867093384, 0.019406095147132874, 0.014898163266479969, -0.021811241284012794, 0.005999121814966202, 0.008060676045715809, 0.0065213823691010475, 0.0314180813729763, 0.009270120412111282, 0.03180290386080742, -0.017674388363957405, -0.0023467354476451874, -0.019763430580496788, 0.03559616580605507, -0.042495496571063995, 0.0012841762509196997, 0.005463117733597755, -0.037740182131528854, 0.027556104585528374, -0.01595642790198326, 0.004377366043627262, 0.0011999962152913213, 0.02090415731072426, -0.02420264296233654, 0.013874257914721966, 0.03817997872829437, 0.021000362932682037, 0.027885952964425087, -0.03793259337544441, -0.02102784998714924, 0.0008254805579781532, -0.04386986792087555, -0.007366619538515806, -0.04332011938095093, 0.0363658107817173, -0.0032521013636142015, -0.02581065520644188, -0.0008216151618398726, 0.013908617198467255, -0.017605669796466827, -0.0039856708608567715, 0.012183783575892448, 0.006339278072118759, 0.0326550155878067, -0.0175919272005558, 0.012286861427128315, -0.028724318370223045, -0.01089874841272831, -0.019900867715477943, 0.03177541866898537, 0.012444913387298584, 0.0014370748540386558, -0.014966881833970547, -0.008686013519763947, 0.021000362932682037, 0.0029909710865467787, -0.011874550953507423, 0.01654740609228611, -0.013819282874464989, -0.04189077392220497, -0.0006661395891569555, 0.0049442932941019535, 0.011022442020475864, 0.011709625832736492, -0.0016354994149878621, -0.026882663369178772, -0.004504495300352573, -0.030291099101305008, -0.003339717397466302, 0.0004638496320694685, 0.01362687163054943, 0.0013649205211549997, -0.012376195751130581, -0.01542042288929224, 0.012307477183640003, -0.01858147233724594, -0.025480806827545166, -0.03567862510681152, -0.011489727534353733, -0.01957101933658123, 0.008122522383928299, 0.0045903935097157955, -0.016753561794757843, -0.02152262255549431, 0.001078879926353693, -0.0338369719684124, -0.003989106975495815, 0.016300018876791, -0.000157837726874277, 0.0162725318223238, 0.020698001608252525, -0.022732067853212357, 0.013812411576509476, 0.006545433774590492, 0.011146134696900845, -0.005854812916368246, -0.03034607321023941, -0.015434167347848415, -0.009455660358071327, 0.012994661927223206, -0.003451384836807847, -0.0050198836252093315, -0.0010239051189273596, -0.02479362115263939, -0.017701875418424606, -0.03936193510890007, -0.017275821417570114, -0.0025683525018393993, -0.04571152105927467, 0.02680020034313202, 0.012066962197422981, -0.0006790243205614388, -0.023817820474505424, -0.04543664678931236, -0.17679886519908905, 0.020395640283823013, 0.01531047374010086, -0.04436463862657547, 0.03411184623837471, 0.01583273336291313, 0.027391180396080017, 0.011366033926606178, 0.029741350561380386, -0.008706629276275635, 0.002233350183814764, -0.009435045532882214, -0.019254913553595543, -0.0013597665820270777, 0.004525111056864262, 0.0034015639685094357, 0.012080705724656582, 0.021275237202644348, 0.025370856747031212, 0.0009895458351820707, 0.0326550155878067, -0.02932904101908207, 0.011524086818099022, 0.007084873504936695, -0.009861099533736706, 0.004239929374307394, -0.013640615157783031, 0.009943561628460884, -0.002745302626863122, -0.041505951434373856, -0.018663935363292694, -0.002937714336439967, -0.002338145626708865, 0.003004714846611023, -0.008995247073471546, 0.0019447325030341744, 0.006926821079105139, -0.01722084730863571, -0.002747020684182644, -0.01713838428258896, 0.023817820474505424, 0.0388946495950222, -0.012142552994191647, 0.004562905989587307, 0.004820600152015686, 0.022869504988193512, 0.006394253112375736, -0.02583814226090908, 0.0049889604561030865, -0.015241755172610283, 0.0012163168285042048, -0.011798960156738758, 0.0056898887269198895, 0.015983914956450462, 0.03128064423799515, 0.007627749349921942, -0.01657489314675331, -0.004700343124568462, -0.02204488404095173, -0.013207688927650452, 0.025783168151974678, -0.015736527740955353, -0.018499011173844337, -0.007813289761543274, -0.00483090803027153, -0.03683309629559517, -0.010232179425656796, -0.0014267670921981335, -0.02410643734037876, 8.734760922379792e-05, 0.0027006356976926327, -0.000613741809502244, -0.014403389766812325, -0.0024635568261146545, 0.015365448780357838, 0.02831200696527958, -0.04485941305756569, 0.022580888122320175, -0.007428465876728296, 0.0053978352807462215, -0.0022866069339215755, 0.015255498699843884, -0.017207102850079536, 0.026442864909768105, -0.010967466980218887, 0.012121937237679958, -0.007758314721286297, -0.01617632620036602, -0.007455953396856785, -0.030456023290753365, 0.02417515590786934, -0.005748299416154623, -0.02454623579978943, 0.002784815849736333, -0.011194237507879734, -0.013200816698372364, 0.0014018566580489278, 0.005607426632195711, -0.02133021131157875, 0.017646901309490204, -0.00422274973243475, -0.004411725327372551, -0.021014105528593063, -0.004920241888612509, 0.02734994888305664, 0.0017866800772026181, 0.00640456099063158, 0.015873964875936508, 0.032957375049591064, -0.010781927034258842, -0.021247748285531998, 0.0019550402648746967, 0.00938694179058075, 0.011311058886349201, 0.02271832339465618, 0.00966181606054306, 0.01045207865536213, -0.03416682034730911, 0.008273703046143055, 0.01994209736585617, 0.02139892987906933, -0.022924479097127914, -0.023721612989902496, 0.022773299366235733, 0.008294318802654743, -0.011228596791625023, -0.10445206612348557, -0.01682228036224842, 0.0021388621535152197, 0.00689246179535985, 0.002716097282245755, 0.013647487387061119, -0.02833949401974678, 0.03034607321023941, -0.003453102894127369, 0.010163460858166218, -0.007627749349921942, -0.009414429776370525, -0.03435923159122467, -0.006641639396548271, 9.448788659938145e-06, 9.448788659938145e-06, -0.025384601205587387, 0.002066707704216242, -0.014801956713199615, 0.04846026003360748, -0.008239343762397766, -0.005439066328108311, 0.008727245032787323, -0.023350534960627556, 0.009318224154412746, 0.0010273410007357597, -0.030016224831342697, 0.011998243629932404, 0.018072955310344696, -0.012974046170711517, 0.014953137375414371, -0.024147668853402138, 0.024010231718420982, -0.010190947912633419, -0.014719494618475437, -0.017330797389149666, -0.02120651863515377, -0.01852649822831154, 0.012740403413772583, -0.010726951994001865, -0.0038001311477273703, 0.020601795986294746, -0.010823157615959644, -0.039994146674871445, 0.012657941319048405, -0.0028793036472052336, -0.00883032288402319, 0.0501919649541378, -0.026277940720319748, -0.00623620068654418, -0.0225946307182312, 0.005346296355128288, -0.017152128741145134, 0.0011759446933865547, 0.013104611076414585, 0.003291614353656769, 0.03402938321232796, 0.0021440160926431417, -0.0037692077457904816, -0.01221127063035965, -0.01959850639104843, 0.006157174240797758, 0.015392935834825039, 0.030785871669650078, 0.00970991887152195, 0.012005115859210491, -0.004731266293674707, -0.0045354184694588184, 0.01917245052754879, -0.023570433259010315, -0.025879373773932457, 0.03782264143228531, -0.01651991903781891, 0.02541208826005459, -0.023969000205397606, -0.005078294314444065, -0.017756851390004158, -0.023350534960627556, 0.020725488662719727, 0.0008542563882656395, -0.007318516261875629, -0.01404605433344841, 0.010919364169239998, 0.010012280195951462, 0.030978282913565636, 0.015104318037629128, 0.009847356006503105, 0.002250529592856765, -0.00629804702475667, -0.03859229013323784, 0.003947875928133726, 0.04356750473380089, -0.001486036810092628, -0.020354408770799637, 0.0014602673472836614, 0.023639151826500893, 0.018237879499793053, -0.011977627873420715, -0.009077709168195724, -0.0012515350244939327, -0.014870675280690193, -0.0069955396465957165, -0.04414474219083786, 0.030236124992370605, -0.017358284443616867, 0.013929232954978943, 0.008466115221381187, -0.019117476418614388, -0.018347829580307007, 0.00853483285754919, -0.0019241169793531299, 0.020698001608252525, -0.001518678036518395, 0.019680967554450035, -0.00964807253330946, -0.004370494280010462, -0.006631331983953714, -0.002745302626863122, -0.01491190679371357, -0.029658889397978783, 0.014884419739246368, -0.0024463774170726538, -0.01996958628296852, -0.004679727368056774, -0.006803127937018871, 0.007407850585877895, -0.0036420784890651703, 0.003710797056555748, 0.009654943831264973, 0.030208636075258255, -0.010307769291102886, -0.02222355082631111, 0.020395640283823013, -0.028724318370223045, 0.031473055481910706, 0.017798082903027534, 0.009778637439012527, -0.031692955642938614, 0.008095035329461098, 0.03188536688685417, 0.023006942123174667, 0.01741325855255127, -0.030456023290753365, -0.0194198377430439, 0.03180290386080742, -0.027776002883911133, -0.03831741586327553, 0.00311466446146369, -0.02762482315301895, 0.012266245670616627, -0.0010324949398636818, 0.0003938426962122321, 0.03540375083684921, 0.008527961559593678, -0.01415600348263979, -0.031967829912900925, -0.020615538582205772, -0.025013521313667297, 0.007565903011709452, 0.019625993445515633, -0.02734994888305664, -0.03331471234560013, 0.017880544066429138, 0.0073734913021326065, 0.01122172549366951, -0.02120651863515377, -0.007126104552298784, -0.007339132018387318, 0.006047224625945091, 0.007414722349494696, 0.0038860291242599487, -0.0313631072640419, -0.008143138140439987, -0.009668688289821148, -0.005882300436496735, 0.005892608314752579, -0.005308501422405243, 0.0031335619278252125, -0.010720080696046352, -0.007785801775753498, -0.013434459455311298, 0.01210132148116827, 0.006469843443483114, -0.0051848082803189754, 0.001958476146683097, -0.0009225453832186759, 0.01679479330778122, 0.012493017129600048, -0.01503559947013855, 0.02633291482925415, -0.00320228049531579, 0.0050198836252093315, -0.03009868785738945, 0.01731705293059349, -0.01790803112089634, 0.010603259317576885, -0.008067547343671322, 0.005576503463089466, -0.01870516501367092, 0.04161590337753296, 0.006820307578891516, 0.02291073650121689, -0.011015569791197777, 0.03152802959084511, -0.005373783875256777, 0.006315226666629314, -0.020698001608252525, 0.006301483139395714, -0.01336574088782072, -0.015365448780357838, 0.002259119413793087, -0.009008990600705147, 0.009806124493479729, 0.00650763837620616, -0.005205423571169376, 0.011207981035113335, -0.012554863467812538, 0.006057532504200935, -0.029246577993035316, -0.009538122452795506, -0.011957013048231602, 0.02445003017783165, 0.0012455221731215715, 0.024642441421747208, 0.033452149480581284, -0.017619414255023003, 0.0200657919049263, -0.004047517664730549, -0.009558738209307194, -0.017921775579452515, 0.0032125881407409906, 0.01910373382270336, -0.005129833240061998, 0.00406813295558095, 0.0015650630230084062, -0.0015083702746778727, -0.019186194986104965, 0.014307184144854546, -0.012699171900749207, 0.015612835064530373, 7.634191570105031e-05, 0.06124189496040344, 0.006205277517437935, -0.03287491202354431, 0.017550695687532425, 0.007387234829366207, 0.007318516261875629, 0.012589222751557827, -0.00407500471919775, 0.01818290539085865, -0.015722785145044327, -0.004813728388398886, 0.0013228304451331496, 0.004270852543413639, -0.02222355082631111, -0.020107023417949677, 0.0063702017068862915, 0.0006481010350398719, 0.009393814019858837, 0.023020684719085693, 0.0025820962619036436, 0.00916704349219799, -0.00011435181659180671, 0.014870675280690193, 0.01741325855255127, -0.0250959824770689, -0.02155010960996151, 0.035211339592933655, -0.00252024969086051, -0.02960391342639923, -0.03301234915852547, 0.011613420210778713, 0.007005847524851561, -0.03639329969882965, -0.0026851738803088665, -0.009208274073898792, 0.02521967701613903, -0.01117362268269062, 0.0005261257174424827, -0.01418349053710699, 0.006944000720977783, -0.00927699264138937, -0.025205932557582855, -0.028050877153873444, -0.030758384615182877, 0.01651991903781891, 0.0027745079714804888, 0.0022110166028141975, -0.005023319739848375, -0.01902127079665661], \"e3bc2f41-10eb-48f7-b439-bbdee407a658\": [-0.0028596660122275352, 0.018296342343091965, 0.03468853980302811, -0.007333714980632067, -0.013066845014691353, -0.0012435580138117075, -0.01900004781782627, -0.015881666913628578, -0.01858610473573208, -0.035047292709350586, 0.02313949167728424, 0.0038462334778159857, 0.004815553314983845, -0.010217527858912945, 0.014557044953107834, 0.006754192989319563, 0.000344306870829314, -0.005426121409982443, 0.0021197402384132147, -0.014874402433633804, 0.015881666913628578, 0.008189200423657894, -0.022615162655711174, -0.01639219932258129, -0.0070577519945800304, -0.00029321061447262764, 0.027485908940434456, -0.019013846293091774, -0.011680131778120995, 0.007106045726686716, 0.020545441657304764, 0.0014557044487446547, -0.017620233818888664, -0.02358103357255459, -0.000687751395162195, 0.0028493173886090517, -0.02584392949938774, -0.013653266243636608, 0.029859190806746483, -0.026078497990965843, 0.03030073083937168, 0.001045209588482976, -0.014777814969420433, 0.007168137468397617, -0.009272354654967785, -0.008409970439970493, 0.0030476658139377832, -0.03016274981200695, -0.0019144929246976972, 0.0063402485102415085, 0.010189931839704514, 0.028562163934111595, -0.05568931996822357, 0.0072095319628715515, -0.016502583399415016, 0.0024491711519658566, -0.002583703026175499, 0.018558507785201073, -0.004125645849853754, -0.022394392639398575, 0.008472062647342682, -0.0028337943367660046, -0.026175085455179214, 0.006640358362346888, -0.009934665635228157, -0.022891126573085785, 0.0008856685599312186, -0.003102858318015933, -0.023870794102549553, 0.007513090968132019, 0.015177961438894272, -0.004122196231037378, 0.0020800705533474684, -0.00492938794195652, -0.009693197906017303, -0.01953817531466484, -0.02043505571782589, 0.004305021837353706, -0.003739297855645418, -0.0145156504586339, 0.03551642969250679, 0.0026682165917009115, -0.0090032909065485, 0.020379863679409027, 0.01647498831152916, -0.0037565454840660095, 0.024836665019392967, 0.01746845431625843, -0.0063402485102415085, -0.0015997226582840085, -0.015412529930472374, 0.023084299638867378, 0.001066769240424037, 0.014336274936795235, 0.006233312655240297, 0.015729887410998344, -0.003273610258474946, 0.016723353415727615, -0.013156533241271973, -0.004981130827218294, -0.020062506198883057, -0.0026199230924248695, -0.01832393929362297, -0.026671817526221275, -0.013839541003108025, -0.021414723247289658, 0.036565087735652924, -0.007061201613396406, 0.009362042881548405, 0.014018917456269264, -0.00011340351920807734, 0.031570158898830414, 0.007106045726686716, -0.034826524555683136, -0.0051605068147182465, 0.012080277316272259, 0.022835932672023773, -0.02255997061729431, -0.015012383460998535, -0.02755489945411682, 0.008271989412605762, 0.026092296466231346, 0.006933568976819515, -0.024643490090966225, 0.023484446108341217, 0.04120126739144325, -0.0035702704917639494, 0.007250925991684198, -0.009037786163389683, -0.018213553354144096, 0.029472840949892998, 0.006333349272608757, -0.0046258289366960526, 0.0220632366836071, -0.005550304427742958, 0.030493903905153275, 0.002354308729991317, -0.00299247307702899, -0.027223743498325348, -0.034550558775663376, 0.006567917764186859, 0.029776401817798615, -0.022352997213602066, 0.00298729888163507, -0.025043636560440063, 0.012639102526009083, -0.0003699627995956689, 0.0247538760304451, 0.005936652887612581, -0.026478644460439682, -0.007437201216816902, 0.0059332032687962055, 0.016488784924149513, 0.013094441033899784, 0.02015909180045128, -0.0055123595520854, 0.007250925991684198, 0.0038255362305790186, 0.005553754046559334, 0.01854470930993557, -0.004908690694719553, 0.021262943744659424, 0.010065748356282711, 0.001162493834272027, 0.007809751201421022, 0.031073426827788353, -0.016999317333102226, -0.00289243645966053, 0.0014332825085148215, -0.000947760243434459, 0.024408921599388123, 0.02210463210940361, -0.017978984862565994, 0.0058021205477416515, 0.003339151619002223, 0.029003703966736794, -0.010631471872329712, -0.006395441014319658, -0.014874402433633804, -0.016668161377310753, -0.004622379317879677, 0.00028997668414376676, 0.017565041780471802, 0.04429205134510994, -0.005481313914060593, -0.01633700542151928, 0.007533788215368986, -0.009299950674176216, 0.01240453403443098, 0.024657288566231728, 0.020490247756242752, 0.00417393958196044, 0.0017989333719015121, -0.01790999434888363, -0.6278708577156067, -0.008927401155233383, -0.006816284731030464, -0.04630658030509949, 0.01706830784678459, 0.009527620859444141, 0.02403637208044529, 0.012418332509696484, -0.0029286567587405443, 0.03885558247566223, 0.01512276940047741, 0.049894098192453384, 0.02057303674519062, -0.01810316927731037, -0.024905655533075333, -0.008244392462074757, 0.028341393917798996, -0.02300151064991951, -0.00974839087575674, 0.013066845014691353, -0.03860721364617348, 0.013211725279688835, 0.0025233360938727856, -0.0025181618984788656, 0.01048659160733223, -0.015081374906003475, 0.03438498079776764, 0.013018551282584667, 0.012984056025743484, 0.027720477432012558, -0.02363622561097145, -0.01931740529835224, 0.02345684915781021, -0.005591698922216892, 0.05455787107348442, 0.008078815415501595, -0.014474255964159966, -0.0025233360938727856, 0.01566089689731598, 0.02349824458360672, -0.03181852772831917, -0.013425596989691257, 0.03570960462093353, 0.014750218950212002, -0.010293417610228062, -0.0010288243647664785, 0.058228179812431335, 0.00031821976881474257, -0.026589028537273407, -0.027209945023059845, -0.011742223054170609, 0.001660951878875494, -0.004408508073538542, 0.034274596720933914, -0.030466308817267418, -0.020766211673617363, 0.02133193425834179, 0.0012720166705548763, -0.00022917859314475209, -0.009548317641019821, -0.008996391668915749, 0.009368942119181156, -0.017661627382040024, -0.008161603473126888, -0.032066892832517624, -0.011756021529436111, -0.020559238269925117, -0.008906703442335129, 0.02560936100780964, -0.0054019745439291, -0.005664139520376921, 0.010051949881017208, -0.005909056402742863, -0.019345002248883247, 0.030687078833580017, 0.02867254987359047, 0.02817581593990326, -0.013108239509165287, -0.006174670532345772, 0.022035639733076096, 0.005025974940508604, -0.010672866366803646, -0.01163873728364706, -0.013611871749162674, 0.0468033142387867, 0.010983324609696865, -0.030825059860944748, -0.013811944983899593, 0.01655777543783188, -0.029941977933049202, 0.0021921806037425995, 0.003994563594460487, -0.009817381389439106, -0.015357337892055511, 0.03888317942619324, 0.04732764512300491, -0.013874036259949207, 0.0073889074847102165, -0.012252754531800747, -0.028644952923059464, -0.01886206679046154, -0.01710970140993595, -0.004856947809457779, 0.0173304732888937, -0.0027044368907809258, 0.0015264200046658516, -0.011259287595748901, 0.010983324609696865, 0.02939005382359028, -0.0173304732888937, -0.0032442891970276833, -0.03361228480935097, -0.015812676399946213, -0.0061470745131373405, -0.007844246923923492, -0.037558555603027344, 0.04249829426407814, -0.0004428342799656093, 0.020145295187830925, -0.03794490545988083, 0.009493124671280384, 0.0011788791744038463, 0.0037979399785399437, 0.0026716662105172873, -0.0001521030062576756, 0.012701193802058697, 0.01786860078573227, -0.01176981907337904, -0.010590077377855778, -0.0075199902057647705, 0.012094075791537762, 0.013563578017055988, 0.029362456873059273, -0.0028786384500563145, 0.02894851192831993, -0.010672866366803646, 0.010362408123910427, -0.009872574359178543, 0.012701193802058697, -0.022835932672023773, -0.012383837252855301, 0.002014529425650835, 0.017923792824149132, -0.008823915384709835, 0.0064057898707687855, -0.01882067322731018, -0.020738614723086357, 0.00482935132458806, 0.008817016147077084, 0.004449902568012476, -0.008444465696811676, 0.006988761480897665, -0.036123547703027725, -0.018917258828878403, -0.006250560749322176, -0.021635495126247406, 0.007982227951288223, -0.023884592577815056, 0.0004786232311744243, -0.013805045746266842, -0.008527254685759544, 0.02511262707412243, 0.00039734350866638124, 0.004215334076434374, -0.013625670224428177, 0.006116028409451246, -0.00783044844865799, 0.02268415316939354, -0.009562116116285324, -0.008506557904183865, 0.0028803632594645023, 0.0007183660054579377, -0.003152876626700163, -0.01014853734523058, -0.010886738076806068, 0.027113359421491623, -0.021759677678346634, -0.026009507477283478, 0.017758214846253395, -0.004977681674063206, -0.011307581327855587, 0.017026912420988083, 0.006236762274056673, -0.011073012836277485, 0.052681323140859604, 0.02336026355624199, 0.01962096430361271, -0.00222322647459805, -0.00805811770260334, 0.004273976199328899, 0.012708093039691448, 0.020062506198883057, -0.0021990796085447073, 0.010707361623644829, -0.002588877221569419, 0.028120623901486397, 0.004943185951560736, 0.01750984787940979, 0.030438711866736412, 0.011514553800225258, 0.03115621581673622, 0.029914382845163345, 0.0054606166668236256, -0.009603510610759258, 0.013391101732850075, -0.030769867822527885, 0.004684471059590578, -0.005305387545377016, 0.0007916686590760946, -0.016102436929941177, 0.002652693772688508, -0.0012280350783839822, -0.021552706137299538, -0.01611623540520668, 0.0001765731576597318, 0.012590808793902397, -0.024919454008340836, 0.01971755176782608, -0.0068128351122140884, -0.006423037499189377, 0.002585427835583687, 0.001020200434140861, -0.003704802365973592, -0.003461610060185194, -0.018172159790992737, 0.004408508073538542, 0.011652534827589989, 0.02642345055937767, -0.0036392612382769585, -0.026768404990434647, 0.01337040401995182, 0.00768556771799922, 0.014032715000212193, -0.009534519165754318, 0.024781471118330956, -0.002207703422755003, 0.026313066482543945, -0.018158361315727234, 0.024422720074653625, 0.010679765604436398, -0.018282543867826462, 0.03016274981200695, 0.02242198958992958, -0.007395806722342968, 0.003770343726500869, -0.0017506398726254702, 0.044678401201963425, -0.008954997174441814, 0.0056848363019526005, -0.0035702704917639494, -0.004598232451826334, 0.025223013013601303, -0.023291271179914474, -0.009927766397595406, 0.026947781443595886, -0.009865675121545792, 0.006678303238004446, 0.002821721136569977, 0.009106776677072048, 0.030135152861475945, -0.014018917456269264, 0.004670672584325075, -0.01661296933889389, 0.022215016186237335, -0.0007985677802935243, -0.005788322538137436, -0.026989175006747246, -0.011693929322063923, -0.0003857013361994177, -0.005798671394586563, -0.0055572036653757095, -0.018668891862034798, -0.02340165711939335, -0.011680131778120995, 0.034412577748298645, 0.004453351721167564, 0.016364602372050285, 0.024326132610440254, 0.021055972203612328, -0.0070784492418169975, -0.030687078833580017, -0.005564102903008461, 0.027223743498325348, 0.03002476692199707, -0.00792013667523861, 0.006119478028267622, -0.03101823478937149, -0.01003815233707428, -0.019413992762565613, 0.03388825058937073, -0.00634714774787426, 0.009472427889704704, 0.010114042088389397, 0.011894002556800842, -0.007299219723790884, 0.0011762920767068863, 0.030852656811475754, -0.020559238269925117, -0.03179093077778816, 0.0036668574903160334, 0.0021231898572295904, 0.026851193979382515, -0.007533788215368986, -0.011390370316803455, 0.02560936100780964, -0.006153973750770092, -0.010210628621280193, -0.003622013609856367, 0.011445563286542892, -0.0073889074847102165, -0.01028651837259531, 0.0012461451115086675, -0.003673756727948785, 0.005384726915508509, 0.01633700542151928, -0.01332211121916771, -0.013956825248897076, -0.017206288874149323, 0.019910726696252823, 0.0245331060141325, 0.0009788060560822487, -0.009844977408647537, -0.03052150085568428, 0.021442320197820663, 0.021676888689398766, 0.04371253028512001, -0.005733130034059286, 0.014805411919951439, -0.011176498606801033, 0.022408191114664078, -0.02944524586200714, -0.009403437376022339, 0.004332618322223425, -0.017565041780471802, 0.008810116909444332, 0.0044119576923549175, -0.00384278385899961, -0.00408425135537982, 0.016585372388362885, -0.014846806414425373, 0.005198451690375805, -0.018530910834670067, 0.0038772793486714363, -0.009355143643915653, 0.0014401816297322512, -0.007954631932079792, 0.0090032909065485, 0.027306532487273216, 0.016240419819951057, 0.02340165711939335, 0.013736055232584476, -0.0045085446909070015, 0.004270526580512524, -0.010238224640488625, 0.0144052654504776, 0.016171427443623543, 0.013915430754423141, 0.012225158512592316, -0.0005670175887644291, 0.04288464039564133, 0.04236030951142311, 0.013087542727589607, -0.0012237231712788343, -0.0031183811370283365, -0.006571367383003235, 0.017440857365727425, 0.007961531169712543, 0.0054399194195866585, 0.009872574359178543, -0.01419829297810793, -0.00108919118065387, 0.007450999226421118, -0.01156974583864212, 0.01750984787940979, 0.019883129745721817, 0.007002559490501881, -0.015095172449946404, -0.01790999434888363, 0.008161603473126888, 0.01570229046046734, 0.005636543035507202, 0.012735689990222454, 0.007264724466949701, -0.051660262048244476, -0.0033477754332125187, -0.04415407031774521, 0.003302931319922209, -0.00016676353698130697, -0.022118428722023964, -0.017923792824149132, -0.01639219932258129, -0.023650024086236954, -0.03325353562831879, -0.012128571048378944, -0.019731350243091583, -0.0011590443318709731, -0.019524378702044487, -0.009086079895496368, 0.00825819093734026, 0.01406721118837595, 0.026188882067799568, -0.016461189836263657, 0.0036530594807118177, 0.025774938985705376, -0.019124232232570648, -0.014122403226792812, 0.011852608062326908, -0.024298537522554398, -0.011411067098379135, -0.0035426742397248745, -0.004077352583408356, -0.010817747563123703, -0.028865722939372063, 0.021635495126247406, 0.015205557458102703, -0.0004928525886498392, 0.0021249146666377783, 0.006557569373399019, 0.01633700542151928, 0.0021732081659138203, 0.009775986894965172, 0.03217727690935135, 0.01283227652311325, -0.010307216085493565, 0.01051418762654066, 0.01804797537624836, -0.0013073744485154748, -0.02083520218729973, -0.017813406884670258, -0.0018593003042042255, 0.004932837560772896, 0.017923792824149132, -0.01981413923203945, -0.0066196611151099205, -0.0011176499538123608, -0.0145156504586339, 0.013556679710745811, 0.030990637838840485, 0.034053824841976166, 0.02638205699622631, 0.03507488965988159, 0.003722050227224827, -0.013246221467852592, -0.02340165711939335, -0.005139809567481279, -0.015039980411529541, 0.012225158512592316, 0.01764783076941967, 0.01354978047311306, 0.008534153923392296, -0.00026410515420138836, -0.04840390011668205, -0.02075241319835186, -0.0037806923501193523, -0.01228724978864193, 0.032618820667266846, 0.006778339855372906, -0.018517112359404564, -0.034771330654621124, -0.018986249342560768, 0.019551973789930344, 0.04550628736615181, -0.014239687472581863, 0.021276742219924927, -0.01723388582468033, 0.008996391668915749, -0.001093503087759018, -0.018517112359404564, -0.032204873859882355, -0.037834517657756805, -0.020186688750982285, -0.01808937080204487, 0.028838127851486206, 0.022518575191497803, -0.0015462548471987247, -0.013880935497581959, 0.004639626946300268, -0.0043464163318276405, -0.017316674813628197, -0.016944125294685364, -0.004449902568012476, -0.003435738617554307, 0.048597075045108795, 0.01940019428730011, 0.042470697313547134, 0.013949926942586899, 0.013356606476008892, -0.004994929302483797, 0.00837547518312931, 0.014025816693902016, -0.000781751237809658, 0.015854069963097572, -0.028286201879382133, 0.007651072461158037, 0.017123499885201454, 0.016585372388362885, -0.01269429549574852, 0.013956825248897076, -0.00025267855380661786, 0.0051605068147182465, -0.01008644513785839, 0.0036013163626194, -0.019234616309404373, -0.03065948188304901, -0.017634032294154167, 0.01262530405074358, -0.007526888977736235, -0.002769978018477559, -0.030079960823059082, -0.0288105309009552, -0.006416138261556625, 0.019869331270456314, 0.03363988175988197, -0.003725499613210559, 0.03849682956933975, 0.009782886132597923, 0.022973913699388504, 0.009727693162858486, 0.017937591299414635, -0.024602096527814865, -0.01337040401995182, -0.020421257242560387, -0.002445721533149481, -0.0008597970008850098, 0.024243343621492386, 0.03366747871041298, 0.017620233818888664, -0.031984105706214905, 0.00954141840338707, 0.009148171171545982, -0.04785197228193283, 0.0144052654504776, 0.005767625290900469, -0.01633700542151928, 0.0146260354667902, -0.019869331270456314, 0.0037841417361050844, 0.002276694169268012, 0.02011769823729992, 0.01512276940047741, 0.018806874752044678, 0.0019576121121644974, -0.00891360267996788, -0.029610823839902878, -0.016130033880472183, -0.02309809811413288, 0.01693032681941986, -0.005953900516033173, 0.011052316054701805, 0.008706631138920784, 0.016640564426779747, -0.04067693650722504, 0.009417234919965267, -0.0033995185513049364, -0.011286884546279907, 0.014005118981003761, 0.031708139926195145, -0.00891360267996788, -0.015440125949680805, -0.004180838353931904, 0.00034322889405302703, -0.0014099981635808945, 0.0021404374856501818, 0.00972079485654831, -0.0029803996440023184, -0.006109129637479782, -0.010590077377855778, -0.012763286009430885, -0.01017613336443901, 0.0011073013301938772, -0.017344269901514053, 0.009437932632863522, 0.0053743780590593815, 0.0006023753667250276, -0.0146260354667902, 0.024105362594127655, -0.010431398637592793, 0.009644905105233192, 0.02133193425834179, -0.008127108216285706, 0.016985518857836723, -0.0027406569570302963, -0.01343939546495676, 0.00880321767181158, 0.009527620859444141, 0.04622379317879677, -0.036123547703027725, -0.01935880072414875, 0.025636956095695496, 0.026906386017799377, -0.016130033880472183, -0.030990637838840485, -0.010521086864173412, 0.026630423963069916, -0.01357047725468874, -0.0006256597116589546, -0.013611871749162674, -0.0070784492418169975, 0.006602413486689329, 0.004263627342879772, -0.02773427590727806, -0.027403119951486588, -0.014446659944951534, 0.00534678203985095, 0.019289810210466385, 0.01693032681941986, -0.020821403712034225, -0.014653632417321205, -5.187779970583506e-05, 0.003225316759198904, -0.004180838353931904, -0.023346465080976486, -0.017316674813628197, -0.04393329843878746, -0.0007942558149807155, -0.01089363731443882, 0.0073130177333951, 0.026354460045695305, 0.015881666913628578, -0.0017989333719015121, 0.004470599815249443, 0.02403637208044529, -0.008009823970496655, 0.037558555603027344, -0.005629643797874451, 0.0066714040003716946, -0.009575913660228252, 0.000711898144800216, -0.00972079485654831, -0.04572705924510956, -0.010990223847329617, -0.014253485947847366, -0.043767720460891724, 0.0003156326129101217, 0.019827937707304955, -0.00028997668414376676, -0.015688493847846985, -0.004080801736563444, 0.026713212952017784, -0.01343939546495676, -0.001066769240424037, -0.00020557083189487457, -0.025692149996757507, 0.036537494510412216, -0.018848268315196037, 0.022090833634138107, 0.01665436290204525, 0.007768356706947088, 0.004311921074986458, -0.01651638187468052, -0.0017653004033491015, -0.006899073254317045, -0.018268747255206108, -0.009527620859444141, 0.01639219932258129, 0.0069818622432649136, -0.03250843286514282, 0.014446659944951534, -0.015495318919420242, -0.051963821053504944, -0.021911457180976868, 0.007278522476553917, 0.020379863679409027, -0.015923062339425087, -0.025154022499918938, -0.0035426742397248745, -0.007099146489053965, 0.027127156034111977, -0.019413992762565613, -0.01723388582468033, -0.006950816605240107, 0.0060297902673482895, -0.020766211673617363, -0.015729887410998344, 0.0072095319628715515, 0.029555629938840866, 0.0032839588820934296, -0.020738614723086357, -0.022656558081507683, -0.028479374945163727, -0.016323206946253777, -0.04266386851668358, -0.012928863987326622, 0.010548682883381844, 0.03347430378198624, 0.0054019745439291, -0.010127839632332325, 0.04288464039564133, 0.006947366986423731, 0.01494339294731617, -0.02413295954465866, -0.0037117016036063433, -0.0011987140169367194, 0.010127839632332325, 0.011838809587061405, 0.012073379009962082, -0.02066962420940399, -0.0014289706014096737, 0.021373329684138298, -0.009306849911808968, 0.005840065889060497, 0.011155801825225353, -0.010093344375491142, -0.010362408123910427, -0.014584640972316265, -0.004846598953008652, -0.014501851983368397, -0.007609677966684103, 0.012280350551009178, -0.03217727690935135, -0.01570229046046734, 0.02578873746097088, 0.011328279040753841, 0.01343939546495676, 0.018282543867826462, -0.005253644660115242, -0.015509117394685745, 0.003960068337619305, -0.005429571028798819, 0.0004574948106892407, -0.002602675464004278, -0.02674080803990364, 0.004887993447482586, 0.009299950674176216, -0.017496049404144287, 0.03753095865249634, 0.00828578695654869, 0.0014255210990086198, -0.005650341045111418, 0.013653266243636608, -0.025195416063070297, -0.00577452452853322, 0.02111116424202919, -0.0010650444310158491, 0.018199754878878593, -0.020738614723086357, -0.000758035690523684, 0.0014186219777911901, -0.010797049850225449, -0.017344269901514053, -0.01814456284046173, -0.026975376531481743, -0.02061443217098713, 0.00785804446786642, -0.03325353562831879, 0.004329168703407049, 0.009548317641019821, -0.008741126395761967, 0.0008641089661978185, -0.026092296466231346, -0.03606835752725601, -0.01715109683573246, 0.016350803896784782, 0.001993832178413868, -0.020642027258872986, -0.025954313576221466, -0.006588615011423826, -0.01325311977416277, 0.006323000881820917, 0.0019075938034802675, 0.20940068364143372, 0.002466418780386448, -0.01026582159101963, 0.01908283680677414, -0.015357337892055511, -2.83239296550164e-05, 0.027789467945694923, 0.004894892685115337, -0.03203929588198662, 0.04429205134510994, 0.014819209463894367, 0.023981180042028427, -0.016088638454675674, -0.0025043636560440063, 0.006119478028267622, -0.014074109494686127, -0.0427742563188076, -0.012618405744433403, -0.033915843814611435, -0.005791772156953812, -0.0003744903369806707, -0.0026233727112412453, -0.01357047725468874, -0.0014419063227251172, 0.020241880789399147, -0.026616625487804413, 0.003739297855645418, 0.004149792715907097, 0.010252023115754128, -0.005298488307744265, -0.044043686240911484, -0.015026181936264038, -0.017220087349414825, 0.018530910834670067, -0.006667954381555319, -0.009934665635228157, -0.00015803190763108432, -0.006074634380638599, 0.004115297459065914, -0.006771440617740154, -0.002366382163017988, -0.022946318611502647, -0.011742223054170609, -0.0007248339243233204, -0.01566089689731598, 0.00317874806933105, 0.0003065775672439486, -0.011300682090222836, 0.006802486255764961, 0.01057627983391285, -0.024326132610440254, 0.01109371054917574, 0.024367528036236763, 0.02714095450937748, 0.012742588296532631, -0.015992052853107452, 0.018172159790992737, 0.01940019428730011, 0.01944158971309662, 0.03673066571354866, -0.00035875182948075235, 0.042470697313547134, -0.014681228436529636, 0.0025267857126891613, -0.012466625310480595, 0.019427791237831116, -0.030052363872528076, -0.023015309125185013, 0.012425231747329235, -0.042194731533527374, 0.025043636560440063, -0.01957957074046135, 0.008071916177868843, 0.0063402485102415085, 0.014239687472581863, -0.017896195873618126, 0.012252754531800747, 0.04327099025249481, 0.009569014422595501, 0.03885558247566223, -0.012839175760746002, -0.020007312297821045, -0.0030304179526865482, -0.030714675784111023, -0.020241880789399147, -0.027292734012007713, 0.019924523308873177, 0.006764541380107403, -0.0128253772854805, -0.02210463210940361, 0.005184653680771589, 0.00541232293471694, -0.015108970925211906, 0.013529082760214806, 0.012963359244167805, 0.0020266028586775064, -0.025374792516231537, 0.010665967129170895, -0.016888931393623352, -0.017703022807836533, -0.030852656811475754, 0.00757518270984292, 0.0328671857714653, -0.006950816605240107, -0.021000780165195465, -0.043960895389318466, 0.00671969773247838, 0.0013642917620018125, 0.00014757549797650427, -0.009548317641019821, -0.026078497990965843, -0.03314314782619476, -0.0029476291965693235, 0.0002380180376349017, 0.007133641745895147, 0.004905241075903177, 0.018972452729940414, -0.018075572326779366, -0.01724768429994583, -0.025802534073591232, -0.0005118250264786184, -0.023111896589398384, -0.02489185705780983, 0.001353943138383329, -0.005384726915508509, 0.004287774208933115, -0.012549414299428463, -0.01472262293100357, -0.009810482151806355, -0.04167040437459946, 0.012639102526009083, -0.0008076227968558669, 0.02358103357255459, -0.007464797701686621, -0.014363870956003666, 0.014791613444685936, -0.008092612959444523, -0.007809751201421022, -0.013377303257584572, -0.002909684320911765, 0.0051294611766934395, 0.0037117016036063433, 0.029362456873059273, -0.018599901348352432, 0.020917991176247597, -0.0016626766882836819, 0.008065016940236092, -0.0003477564314380288, -0.01579887792468071, -0.014308677986264229, -0.01900004781782627, 0.009589712135493755, 0.0005355405737645924, 0.0062471111305058, -0.0002701418416108936, -0.0247538760304451, -0.011776718311011791, -0.030549097806215286, 0.013335908763110638, -0.0033288029953837395, -0.04018020257353783, 0.025485176593065262, 0.014101706445217133, -0.00785114523023367, -0.011845708824694157, -0.028865722939372063, -0.17705781757831573, 0.022035639733076096, 0.01174912229180336, -0.03317074477672577, 0.014888200908899307, -0.0020197038538753986, 0.011390370316803455, -0.010707361623644829, 0.008223695680499077, -0.03347430378198624, 0.0021645843517035246, -0.011079912073910236, -0.02443651854991913, -0.0012858147965744138, -0.007382008712738752, -0.0030183447524905205, -0.009803582914173603, 0.01015543658286333, 0.018986249342560768, 0.008002925664186478, 0.027127156034111977, -0.015729887410998344, 0.0010253747459501028, 0.0015850621275603771, -0.019786542281508446, 0.026078497990965843, -0.003342601004987955, 0.0033305278047919273, -0.0011590443318709731, -0.05069439113140106, -0.019055241718888283, 0.008265090174973011, -0.001065906835719943, 0.007250925991684198, 0.009506923146545887, 0.0059332032687962055, -0.0029803996440023184, -0.016543978825211525, 0.006160872522741556, -0.014419063925743103, 0.02457449957728386, 0.028065430000424385, -0.029610823839902878, 0.007099146489053965, 0.0006834394880570471, 0.02894851192831993, 0.005860762670636177, -0.024740077555179596, -0.012535616755485535, -0.009962261654436588, 0.0013203101698309183, -0.022408191114664078, 0.010383105836808681, 0.010845343582332134, 0.023732813075184822, 0.0013918880140408874, -0.019455386325716972, 0.002445721533149481, -0.016323206946253777, -0.013508385978639126, 0.0018886213656514883, -0.027748072519898415, -0.006057386286556721, -0.01014853734523058, 0.014543246477842331, -0.010452096350491047, -0.018751680850982666, -0.018020380288362503, -0.02736172452569008, -0.0016747501213103533, -0.01723388582468033, -0.004543039947748184, 0.008865308947861195, -0.013860238716006279, 0.007816649973392487, 0.02867254987359047, -0.035488832741975784, 0.005433020181953907, 0.011424865573644638, -0.0077131642028689384, 0.0006657605990767479, 0.005422671791166067, -0.015881666913628578, 0.029500437900424004, -0.0006226413534022868, -0.00620226701721549, -0.010672866366803646, -0.023912187665700912, -0.0070784492418169975, -0.02763768844306469, 0.009148171171545982, 0.0041325450874865055, -0.017137298360466957, 0.0067369453608989716, -0.009824280627071857, 0.004698269069194794, 0.013404899276793003, 0.0010943654924631119, 0.008409970439970493, -0.00209214398637414, -0.0033357020001858473, -0.0018610251136124134, -0.02327747456729412, -0.0072095319628715515, 0.03397103771567345, 0.0017385665560141206, 0.00945173017680645, 0.00965870264917612, 0.046748120337724686, -0.011935397051274776, -0.028838127851486206, 0.007319916971027851, -9.346088336315006e-05, 0.02755489945411682, 0.009210263378918171, -0.0027596293948590755, 0.002861390821635723, -0.04122886434197426, 0.0026164737064391375, 0.003459885250777006, 0.04470599442720413, -0.010072647593915462, -0.026713212952017784, 0.032342854887247086, 0.01046589482575655, 0.010031253099441528, -0.10409322381019592, -0.007582081947475672, -0.007878742180764675, 0.006509275641292334, 0.02033846825361252, 0.012970258481800556, -0.023029107600450516, 0.029941977933049202, -0.003013170324265957, 0.023015309125185013, -0.008720428682863712, -0.011914700269699097, -0.011279985308647156, 0.020862797275185585, 0.01814456284046173, 0.014598439447581768, -0.02479526959359646, -0.006526523269712925, 0.005529607180505991, 0.04379531741142273, 0.004843149334192276, 0.0007765769842080772, 0.01505377795547247, -0.0323980487883091, -9.453886741539463e-05, 0.02479526959359646, -0.01683373935520649, 0.02529200352728367, 0.011245490051805973, -0.002726858714595437, 0.02210463210940361, -0.014156898483633995, 0.0127149922773242, -0.011907801032066345, -0.006174670532345772, -0.011756021529436111, -0.0072923204861581326, -0.004384361207485199, 0.012583909556269646, -0.01621282286942005, -0.0019541624933481216, 0.016088638454675674, -0.003770343726500869, -0.03496450558304787, -0.0009399987757205963, 0.006150524131953716, -0.010948829352855682, 0.0450095534324646, -0.015136566944420338, 0.003413316560909152, -0.02980399690568447, -0.005971148144453764, 0.015412529930472374, 0.0013211725745350122, 0.02534719556570053, 0.01046589482575655, 0.016861336305737495, 0.013453193008899689, 0.0017661628080531955, -0.0030959593132138252, -0.01894485577940941, -0.01643359288573265, 0.010866040363907814, 0.03308795765042305, 0.013632569462060928, -0.010321013629436493, -0.019345002248883247, -0.002611299278214574, 0.028424182906746864, -0.03496450558304787, -0.019745148718357086, 0.046251390129327774, -0.008423768915235996, 0.02031087316572666, -0.01483300793915987, 0.011362774297595024, -0.025360994040966034, -0.01949678175151348, 0.025554168969392776, 0.027127156034111977, -0.02029707469046116, -0.012280350551009178, -0.0032529132440686226, 0.013880935497581959, 0.012908166274428368, -0.005429571028798819, 0.006805935874581337, -0.010203729383647442, 0.005788322538137436, -0.022270208224654198, 0.0031373535748571157, 0.03753095865249634, 0.009065382182598114, -0.010203729383647442, -0.0025699047837406397, 0.031266599893569946, 0.00823749415576458, -0.018199754878878593, 0.0029286567587405443, 0.004449902568012476, -0.05157747492194176, 0.006254009902477264, -0.06148454174399376, 0.025981910526752472, -0.0013315211981534958, -0.001734254532493651, 0.014860603958368301, -0.000922751089092344, -0.01419829297810793, -0.0029303813353180885, 0.008340979926288128, 0.0067162481136620045, -0.01886206679046154, 0.013191028498113155, -0.015453924424946308, 0.0007131916936486959, -0.0001909103011712432, -0.02164929173886776, 0.018972452729940414, -0.0027786018326878548, 0.016847537830471992, 0.0032839588820934296, -0.019565772265195847, -0.007409604731947184, 0.008603144437074661, 0.012687396258115768, 0.0010538335191085935, -0.003271885681897402, -0.004053205717355013, 0.012956460006535053, -0.0034305641893297434, -0.01406721118837595, 0.027306532487273216, -0.02033846825361252, 0.021814869716763496, 0.018282543867826462, 0.02534719556570053, -0.024119161069393158, 0.0024991894606500864, 0.014039614237844944, 0.038910772651433945, 0.011742223054170609, -0.01697172038257122, -0.02210463210940361, 0.02966601587831974, -0.017841003835201263, -0.011045416817069054, 0.0028096477035433054, -0.021497512236237526, 0.02075241319835186, 0.0054916623048484325, 0.0045568379573524, 0.04150482639670372, 0.01904144324362278, -0.0004643938736990094, -0.032563626766204834, -0.022891126573085785, -0.03399863466620445, -0.002604400273412466, 0.011155801825225353, -0.002895886078476906, -0.03038351982831955, 0.03496450558304787, 0.01046589482575655, -0.0009736317442730069, -0.013577376492321491, 0.008223695680499077, -0.019593369215726852, 0.002673391019925475, 0.006474780384451151, 0.001565227285027504, -0.03529566153883934, -0.024464113637804985, 0.001873098430223763, -0.007568283472210169, 0.015412529930472374, -0.0006907697534188628, -0.006712798494845629, -0.0013703284785151482, -0.007533788215368986, -0.00965870264917612, 0.005746928043663502, 0.010045050643384457, -0.00805811770260334, -0.0046568745747208595, 0.002506088465452194, 5.573157613980584e-05, 0.020421257242560387, -0.02313949167728424, 0.014639833942055702, 0.011514553800225258, 0.005639992654323578, -0.03524046763777733, 0.008189200423657894, 0.004836250562220812, 0.026451047509908676, 0.006271257996559143, 0.019386395812034607, -0.012183764018118382, 0.01512276940047741, 0.004436104092746973, 0.011279985308647156, -0.00464652618393302, 0.02151131071150303, 0.00322359218262136, 0.0025871526449918747, -0.006367844995111227, 0.008244392462074757, -0.034771330654621124, -0.027168551459908485, 0.006947366986423731, 0.00932064838707447, 0.01512276940047741, 0.021801071241497993, -0.0252092145383358, 0.028079228475689888, -0.023967381566762924, 0.003915224224328995, -0.0007364760967902839, -0.011652534827589989, -0.007940833456814289, 0.04393329843878746, 0.005591698922216892, 0.0065230741165578365, 0.03893836960196495, -0.016819940879940987, 0.03380545973777771, 0.02007630467414856, -0.00792013667523861, -0.009672501124441624, 0.004549938719719648, -0.0037427472416311502, 0.005978046916425228, 0.01143176481127739, -0.0009641455253586173, -0.013742954470217228, -0.02290492318570614, 0.009569014422595501, -0.016902729868888855, 0.03341911360621452, -0.007064651232212782, 0.09090219438076019, 0.020559238269925117, -0.025802534073591232, 0.02485046349465847, 0.004125645849853754, 0.014446659944951534, 0.008492759428918362, 0.011107508093118668, 0.013342808000743389, -0.0328671857714653, -0.0012944386107847095, 0.020766211673617363, -0.009279253892600536, -0.022077035158872604, -0.02736172452569008, -0.0022870427928864956, 0.02696157991886139, 0.012908166274428368, 0.024822866544127464, -0.007789053954184055, 0.0022404741030186415, -0.00582971703261137, -0.000947760243434459, 0.014791613444685936, -0.039048757404088974, -0.01894485577940941, 0.03430219367146492, 0.0031890966929495335, -0.005757276900112629, -0.02831379696726799, 0.014584640972316265, -0.0006295404746197164, -0.0315149687230587, -0.016999317333102226, 0.006926669739186764, -0.006316101644188166, -0.002771702827885747, -0.013329009525477886, 0.0018386030569672585, 0.007789053954184055, -0.005515809170901775, -0.022587565705180168, -0.026492442935705185, -0.006654156371951103, 0.010258922353386879, -0.007975328713655472, -0.022794539108872414, -0.0108039490878582, -0.040262993425130844], \"fe3ebf2f-bf9c-4998-b5bd-8aa1835afe30\": [-0.011205913498997688, 0.011871199123561382, 0.026140201836824417, -0.010436676442623138, -0.009099174290895462, -0.004740163683891296, -0.011517765931785107, -0.02447698637843132, -0.007595350034534931, -0.035592809319496155, 0.044657330960035324, -0.0007592751062475145, 0.01487191766500473, 0.017879564315080643, -0.0010724273743107915, -0.007733951322734356, 0.009951571933925152, -0.006576630752533674, 0.020332807675004005, -0.012106821872293949, -0.02141389809548855, -0.0025571936275810003, -0.014622434973716736, -0.01822606846690178, -0.01374924648553133, 0.018808193504810333, 0.02672232687473297, -0.03384643420577049, 0.009792180731892586, -0.020291227847337723, 0.015467902645468712, -0.011670228093862534, -0.0002661577600520104, -0.020055605098605156, -0.0033402908593416214, 0.006133106537163258, -0.013839337974786758, -0.029133988544344902, 0.006718697026371956, -0.01568966545164585, 0.03068632259964943, -0.008967502973973751, -0.023423615843057632, 0.005533656105399132, -0.0032605950254946947, 0.02184356190264225, 0.008128965273499489, -0.017796404659748077, -0.0002880307729355991, 0.007408238481730223, 0.01320177223533392, 0.028856785967946053, -0.046847231686115265, -0.0014579121489077806, -0.009473397396504879, 0.01531544141471386, 0.0052911038510501385, -0.0025364034809172153, 0.002780688228085637, -0.03925188258290291, 0.014012589119374752, 5.912210690439679e-05, -0.017352880910038948, -0.011614787392318249, -0.020831773057579994, -0.0033784061670303345, -0.00042489953921176493, 0.005453960504382849, -0.013513624668121338, -0.0020443687681108713, 0.01492735743522644, 0.019237857311964035, -0.001760236220434308, -0.00774088129401207, 0.0021361922845244408, -0.011129682883620262, -0.01817062683403492, -0.0016008447855710983, -0.00664246641099453, -0.004109527915716171, 0.02123371511697769, -0.03052000142633915, -0.012889918871223927, 0.04665318876504898, 0.016479691490530968, 0.011316794902086258, 0.025987740606069565, 0.027914296835660934, -0.014788756147027016, -0.02792815864086151, -0.0031808994244784117, 0.004095667973160744, 0.0001493212184868753, -0.003461566986516118, 0.014442252926528454, 0.0063479384407401085, 0.010880200192332268, 0.00902987364679575, 0.00028846392524428666, 0.0032727227080613375, -0.012917638756334782, -0.0018087467178702354, -0.053915899246931076, -0.016451971605420113, -0.017768684774637222, -0.013402743265032768, 0.048926252871751785, -0.0033108380157500505, 0.01564808376133442, -0.011233633384108543, -0.019390318542718887, 0.021524779498577118, -0.013319582678377628, -0.016507413238286972, 0.017907286062836647, 0.028122199699282646, 0.022633589804172516, -0.015384742058813572, -0.0022280155681073666, -0.027359891682863235, 0.01679847575724125, 0.019168557599186897, 0.029605234041810036, -0.03656301647424698, 0.002463637851178646, -0.004774814005941153, -0.004057552665472031, -0.003511809976771474, -0.025599656626582146, -0.026666885241866112, 0.040693335235118866, 0.02844098210334778, 0.02816377952694893, -0.002919289516285062, -0.021483197808265686, 0.02151091769337654, 0.0043520801700651646, 0.020831773057579994, -0.036313533782958984, -0.02271674945950508, 0.008357657119631767, 0.04002805054187775, -0.015939146280288696, 0.01882205344736576, 0.004889159929007292, -0.00981990061700344, -0.005152502562850714, 0.025835277512669563, -0.0005093596992082894, -0.01070001907646656, 0.005727698095142841, -0.0038357903249561787, 0.0030994710978120565, 0.0064796097576618195, 0.0077963219955563545, 0.01713111810386181, 0.009528838098049164, -0.007359727751463652, 0.013271072879433632, 0.00761614041402936, 0.01523228082805872, 0.03337518870830536, 0.02102581411600113, 0.011711807921528816, 0.018794333562254906, 0.023021671921014786, 0.008295286446809769, -0.023783979937434196, 0.003697189036756754, -0.00034087253152392805, 0.03517700359225273, 0.0226751696318388, -0.014719455502927303, -0.004774814005941153, 0.014788756147027016, 0.032183218747377396, 0.02518385276198387, 0.005218338221311569, -0.013686876744031906, -0.013804687187075615, -0.021871281787753105, -0.011247494257986546, 0.03126844763755798, 0.022799910977482796, -0.018946794793009758, 0.01887749508023262, 0.01353441458195448, -0.0043139648623764515, 0.008697230368852615, -0.0013193109771236777, 0.02727673202753067, 0.00017736632435116917, -0.017533062025904655, -0.006153896916657686, -0.6311348080635071, -0.006885018665343523, 0.012952289544045925, -0.04765111953020096, 0.006909273564815521, 0.0313793309032917, 0.013957148417830467, 0.028246941044926643, -0.016202488914132118, 0.03018735907971859, 0.0063583338633179665, 0.025946158915758133, 0.007290427107363939, 0.011462326161563396, -0.026805486530065536, -0.020762471482157707, 0.026860928162932396, -0.023465195670723915, -0.0023770120460540056, 0.01520456001162529, 0.0056341420859098434, 0.0056722573935985565, 0.009909991174936295, -0.022702889516949654, 0.01268201693892479, 0.0133057227358222, 0.02918943017721176, -0.008357657119631767, 0.009618928655982018, 0.007609210442751646, -0.0226751696318388, 0.006302893161773682, -0.005145572591573, 0.010894060134887695, 0.05413765832781792, 0.0003354584041517228, -0.01407495979219675, 0.006219732575118542, 0.0195982214063406, 0.03404047340154648, -0.018350809812545776, -0.02783113718032837, 0.029826994985342026, 0.008759601041674614, -0.0054193101823329926, 0.0024393824860453606, 0.0523635633289814, -0.008433887735009193, -0.027872717007994652, -0.003172236727550626, 0.008572489023208618, 0.004809464327991009, 0.010928710922598839, 0.04507313668727875, -0.010159473866224289, -0.020817911252379417, 0.0011885060230270028, -0.027623234316706657, -0.00911303423345089, -0.0020980769768357277, 0.008842761628329754, 0.010214914567768574, -0.014525414444506168, -0.004327824804931879, -0.02612634189426899, 0.017657803371548653, 0.004535726737231016, -0.02145547792315483, 0.004771349020302296, -0.0313793309032917, -0.006919668987393379, 0.020180346444249153, -0.024878930300474167, -0.013797757215797901, 0.0009580813348293304, 0.022037602961063385, 0.0251977127045393, -0.024213643744587898, -0.008128965273499489, 0.024407684803009033, 0.007442888803780079, -0.00635486887767911, -0.05186459794640541, -0.019695241004228592, 0.023423615843057632, 0.0011824421817436814, -0.00971595011651516, -0.020831773057579994, 0.008773460984230042, -0.022093044593930244, -0.008420027792453766, 0.012584996409714222, -0.006022225599735975, -0.023589937016367912, 0.01794886589050293, 0.03046456165611744, 0.0029972526244819164, 0.024684887379407883, 0.00232676905579865, -0.02469874732196331, -0.007020154967904091, 0.0010265157325193286, -0.013250282034277916, 0.014816476963460445, 0.019833842292428017, 0.01756078191101551, 0.00705134030431509, 0.02024964615702629, 0.010360445827245712, -0.023340456187725067, -0.0013210434699431062, -0.022758329287171364, -0.026528283953666687, -0.014719455502927303, 0.002610901603475213, -0.03387415409088135, 0.022134624421596527, -0.006341008469462395, 0.00023648842761758715, -0.007630000356584787, -0.0034078590106219053, 0.011122752912342548, 0.00025446328800171614, -0.03370783105492592, 0.007408238481730223, -0.001095816376619041, 0.013673015870153904, -0.0017351147253066301, -0.012474115006625652, 0.008205195888876915, 0.024379964917898178, 0.01624407060444355, 0.029993316158652306, -0.020610010251402855, 0.005090131890028715, -0.020942652598023415, -0.008461608551442623, -0.014733316376805305, 0.004310499876737595, -0.011282144114375114, -0.03836483508348465, 0.020291227847337723, 0.014899637550115585, -0.009861481375992298, -0.014830336906015873, -0.012633506208658218, -0.022744469344615936, -0.005949459969997406, 0.012758247554302216, 0.015370882116258144, -0.012169192545115948, 0.010325795039534569, -0.008212125860154629, 0.008031943812966347, -0.005585631355643272, -0.01821220852434635, 0.005776208359748125, -0.020554570481181145, 0.009009082801640034, -0.018946794793009758, -0.012072171084582806, 0.04160810261964798, 0.003355883527547121, -0.012217702344059944, -0.017214279621839523, -0.006687511689960957, -0.01467787567526102, 0.008551699109375477, -0.020221926271915436, -0.00862099975347519, -0.008738810196518898, 0.0022522707004100084, -0.020069465041160583, 0.008295286446809769, -0.009514978155493736, 0.010429746471345425, -0.04554438218474388, -0.03539876639842987, 0.017921146005392075, -0.01503823883831501, 0.019778402522206306, -0.000977138988673687, -0.007089455612003803, -0.0118296192958951, 0.03365239128470421, 0.017311299219727516, 0.019223997369408607, 0.00450107641518116, -0.007803251966834068, 0.014303651638329029, 0.028080619871616364, -0.0017740963958203793, -0.006618211045861244, 0.001515085226856172, 0.0018330019665881991, 0.0417189858853817, -0.0015298116486519575, -0.003189561888575554, -0.02469874732196331, -0.002150052459910512, 0.020887212827801704, 0.0195982214063406, 0.027484633028507233, -0.057270050048828125, 0.01094950083643198, -0.014456113800406456, -0.0012941894819959998, -0.009341726079583168, -0.01353441458195448, 0.013478974811732769, 0.021885141730308533, -0.004185758531093597, 0.0005738959298469126, -0.019057676196098328, -0.0006392984068952501, -0.008420027792453766, 0.0019871958065778017, 0.02195444330573082, 0.012356303632259369, -0.011760318651795387, 0.01171873789280653, -0.032515861093997955, 0.00803887378424406, 0.01882205344736576, -0.024712607264518738, 0.020568430423736572, 0.009792180731892586, 0.0024151273537427187, -0.01937645860016346, -0.01817062683403492, 0.0092447055503726, 0.02140003815293312, 0.002338896505534649, 0.008489328436553478, 0.010907921008765697, -0.001764567568898201, -0.001654552761465311, -0.014788756147027016, 0.030824923887848854, -0.015883706510066986, 0.028025178238749504, 0.016368811950087547, -0.0026888647116720676, 0.0037803498562425375, 0.02047140896320343, 0.0041822935454547405, 0.03686793893575668, 0.0035655179526656866, -0.013596785254776478, 0.007061735261231661, -0.012543415650725365, 0.025433335453271866, -0.02124757692217827, -0.0012898581335321069, 0.02820536121726036, -0.014816476963460445, 0.023589937016367912, 0.0037006542552262545, 0.012675086967647076, 0.0364244170486927, -0.0005149903590790927, -0.023673098534345627, -0.0023978021927177906, 0.021372316405177116, 0.013873987831175327, -0.009764459915459156, -0.02799745835363865, -0.012439465150237083, -0.030436841771006584, -0.00872495025396347, 0.0005877560470253229, -0.00016144882829394192, -0.029217150062322617, 0.009979291819036007, 0.01369380671530962, 0.004528796765953302, 0.01713111810386181, 0.025585796684026718, 0.007526049390435219, -0.007186476141214371, -0.01058913767337799, 0.0047782789915800095, 0.014289791695773602, 0.018101327121257782, -0.004968855995684862, -0.0037353045772761106, -0.018738893792033195, -0.005221803206950426, -0.01171873789280653, 0.007519119419157505, -0.02332659438252449, 0.015287721529603004, -0.0028586513362824917, -0.014171981252729893, -0.015661943703889847, 0.03467803820967674, 0.044491011649370193, -0.008704160340130329, 0.0007978235953487456, 0.006978574208915234, -0.0031601092778146267, -0.0023094438947737217, -0.013977939262986183, -0.003532600123435259, 0.016826195642352104, 0.010907921008765697, -0.008108174428343773, -0.010076313279569149, 0.012300863862037659, 0.001311514643020928, -0.003863510675728321, -0.02826080098748207, -0.0042342692613601685, -0.013569065369665623, 0.007311217486858368, -0.01746376045048237, -0.012986939400434494, -0.0341513566672802, 0.03448399901390076, 0.0319337360560894, -0.0027858857065439224, -0.009570417925715446, -0.012578066438436508, 0.04016664996743202, 0.01215533260256052, 0.029078548774123192, 0.004251594189554453, 0.010512907058000565, -0.00301977526396513, 0.008669509552419186, -0.017436040565371513, -0.014303651638329029, 0.0058455090038478374, -0.025211572647094727, -0.012016731314361095, -0.000165022152941674, -0.007636930327862501, -0.0011971686035394669, 0.017380600795149803, 0.0017948865424841642, 0.020610010251402855, -0.02140003815293312, -0.01347204390913248, -0.02024964615702629, -0.015509483404457569, 0.013430464081466198, 0.026916367933154106, 0.03259902074933052, 0.025156132876873016, 0.022924652323126793, 0.012882988899946213, 0.009667439386248589, 0.029438911005854607, -0.043160438537597656, -0.001044707139953971, 0.023423615843057632, 0.023340456187725067, 0.02551649510860443, 0.006219732575118542, 0.049203455448150635, 0.03484436124563217, 0.01822606846690178, -0.006022225599735975, -0.01778254471719265, 0.028635025024414062, 0.015842126682400703, 0.010381235741078854, -0.012993870303034782, -0.005093596875667572, 6.697257049381733e-05, 0.009182334877550602, 0.0076993010006845, -0.0031930268742144108, 0.0006081131286919117, 0.01086634024977684, 0.004241199232637882, -0.024601727724075317, -0.012065241113305092, 0.016937077045440674, 0.0006020492874085903, 0.011600927449762821, -0.006839972920715809, -0.003321233205497265, -0.05241900309920311, 0.00494113564491272, -0.043714843690395355, 0.0019733356311917305, -0.00425505917519331, -0.006205872166901827, -0.018974514678120613, -0.010928710922598839, -0.001404204173013568, -0.0067290919832885265, -0.0007558101206086576, 0.0008948445320129395, -0.01103266142308712, -0.023423615843057632, -0.022966232150793076, 0.0018468620255589485, 0.019334878772497177, -0.0005453093908727169, -0.018101327121257782, 0.011393025517463684, 0.02629266306757927, -0.021483197808265686, -0.021607939153909683, -0.003963996656239033, -0.028884505853056908, -0.0031757017131894827, 0.00045175355626270175, 0.035149283707141876, -0.005814323667436838, -0.017935005947947502, 0.012425604276359081, -0.010173333808779716, -0.0007419499452225864, -0.005325754173099995, -0.020831773057579994, -0.012300863862037659, 0.016978656873106956, -0.009009082801640034, 0.02047140896320343, -0.0005613351822830737, -0.01459471508860588, 0.007318147458136082, 0.00572076765820384, -0.011455396190285683, 0.007054805289953947, 0.003912020940333605, 0.01603616774082184, 0.0075052594766020775, 0.028829066082835197, -0.003825395368039608, -0.0024861604906618595, 0.014525414444506168, -0.008357657119631767, 0.010526767000555992, -0.0022106904070824385, 0.003960531670600176, 0.00916154496371746, 0.024116622284054756, 0.015606503933668137, -0.0061365715228021145, -6.643115921178833e-05, -0.00921698473393917, -0.010790109634399414, 0.017311299219727516, 0.017352880910038948, 0.0035551227629184723, 0.0037526297383010387, -0.004244664218276739, -0.021801982074975967, -0.021205995231866837, 0.01833694986999035, -0.0033870688639581203, 0.03936276212334633, -0.00485797505825758, -0.02957751229405403, -0.018309228122234344, -0.0018555246060714126, 0.017144978046417236, 0.01948734000325203, -0.014539274387061596, 0.003359348513185978, -0.0014016054337844253, 0.012675086967647076, 0.00025792833184823394, -0.009043733589351177, -0.01591142639517784, -0.03842027485370636, -0.03675705939531326, -0.00018711172742769122, 0.018073607236146927, 0.03678477928042412, -0.009119964204728603, 0.01850327104330063, -0.01915469765663147, -0.007519119419157505, -0.0010230507468804717, -0.028801346197724342, -0.001476969919167459, -0.0022141553927212954, 0.02399188093841076, -0.014483833685517311, 0.011815759353339672, 0.000480340066133067, -0.003335093380883336, -0.011302934028208256, 0.0027789557352662086, 0.01542632281780243, -0.012848339043557644, 0.005512865725904703, -0.04839956760406494, 0.006001435220241547, 0.009133824147284031, 0.01685391552746296, -0.020540708675980568, -0.02364537864923477, 0.0007237585377879441, -0.017713243141770363, -0.021885141730308533, -0.01418584119528532, -0.0067290919832885265, -0.044213809072971344, -0.00635486887767911, 0.005682652350515127, -0.011822689324617386, -0.008274496532976627, -0.017699383199214935, -0.011115822941064835, 0.013409674167633057, 0.030880365520715714, 0.025391753762960434, -0.0037353045772761106, 0.046292826533317566, 0.005609886720776558, 0.007962643168866634, -0.019473480060696602, 0.02568281628191471, -0.024781908839941025, -0.0058420440182089806, -0.028967667371034622, -0.007345867808908224, 0.01724199950695038, 0.01657671295106411, 0.040305253118276596, 0.017200419679284096, -0.013458183966577053, -0.009071453474462032, 0.012501835823059082, -0.021968303248286247, 0.027650956064462662, 0.009383306838572025, -0.03068632259964943, 0.023631518706679344, -0.038170792162418365, -0.007713161408901215, -0.009147684089839458, 0.004365940112620592, 0.0017914215568453074, 0.0037179794162511826, -0.0006921401363797486, -0.026750046759843826, -0.022578148171305656, 0.015495623461902142, -0.004071412608027458, 0.02371467836201191, 0.002170842606574297, 0.010970291681587696, 0.0038981609977781773, 0.01270973775535822, -0.01641039177775383, 0.010242634452879429, 0.00859327893704176, 0.011857339181005955, 0.017602361738681793, 0.020277367904782295, -0.001824339386075735, -0.002702724887058139, -0.001827804371714592, -0.003227677196264267, -0.025280874222517014, -0.023700818419456482, 0.01690935529768467, -0.0058420440182089806, 0.0046570030972361565, -0.014691735617816448, 0.0018122117035090923, -0.029438911005854607, 0.005776208359748125, -0.004196153953671455, 0.01843396946787834, 0.010935640893876553, 0.004092202987521887, -0.016438111662864685, -0.0029851249419152737, -0.0170756783336401, 0.02397802099585533, 0.0200278852134943, -0.00348582211881876, 0.0028846391942352057, 0.014262071810662746, -0.011316794902086258, 0.0010836886940523982, 0.03991716727614403, 0.04604334384202957, -0.027359891682863235, 0.011975150555372238, 0.010658438317477703, 0.04047157242894173, 0.0030232404824346304, -0.013104750774800777, 0.0020374387968331575, 0.03154565021395683, -0.021275296807289124, -0.012189982458949089, 0.013395813293755054, -0.02596001885831356, 0.011198983527719975, 0.003579378128051758, -0.01783798448741436, -0.027900436893105507, -0.02304939180612564, -0.004726303741335869, 0.005855903960764408, 0.02266130968928337, -0.030159639194607735, -0.006105386186391115, 0.002144854748621583, -0.002297316212207079, 0.004071412608027458, -0.014608575031161308, -0.01073466893285513, -0.034705761820077896, -0.007352797780185938, -0.0037734198849648237, 0.011503905989229679, 0.014497693628072739, 0.0005730296834371984, -0.011205913498997688, 0.019279437139630318, 0.018780473619699478, -0.027304451912641525, 0.013485904783010483, -0.029272589832544327, 0.007020154967904091, -0.005377729423344135, 0.025779837742447853, -0.008087384514510632, -0.01678461581468582, -0.018683452159166336, -0.015606503933668137, -0.015828266739845276, -0.008170545101165771, 0.010706949047744274, 0.017491482198238373, 0.017269719392061234, 0.022689029574394226, 0.02656986564397812, -0.013915568590164185, 0.015190700069069862, 0.006240522488951683, -0.04280007630586624, 0.023312734439969063, -0.055246468633413315, 0.011296004056930542, -0.004071412608027458, 0.002271328354254365, -0.012675086967647076, -0.024490846320986748, 0.016618292778730392, 0.009071453474462032, -0.00831607636064291, -0.0016571515006944537, 0.017325159162282944, 0.025655096396803856, -0.04052701219916344, -0.004095667973160744, -0.010270354337990284, -0.012910708785057068, -0.013118610717356205, 0.014428392983973026, 0.004106062930077314, 0.0028101408388465643, 0.007519119419157505, -0.001218824996612966, 0.003998646978288889, 0.032460421323776245, -0.017477620393037796, -0.004632747732102871, -0.015786685049533844, -0.014116540551185608, -0.028551863506436348, 0.004123387858271599, -0.0015748570440337062, 0.023257294669747353, 0.019528919830918312, -0.021330736577510834, -0.02794201858341694, -0.026112480089068413, -0.014289791695773602, -0.02672232687473297, -0.00547475041821599, 0.001062032300978899, 0.030436841771006584, -0.0023198388516902924, -0.017685523256659508, 0.0534723736345768, -0.002103274455294013, -0.006046480964869261, -0.023728538304567337, 0.0175053421407938, 0.013063170947134495, 0.006784532684832811, 0.009376376867294312, 0.006566235795617104, -0.01975068263709545, -0.023298874497413635, 0.002484427997842431, 0.024019600823521614, 0.0011140077840536833, 0.015731245279312134, -0.005471285432577133, -0.005415845196694136, -0.029050828889012337, -0.007761671673506498, 0.00782404188066721, 0.009750599972903728, 0.031157568097114563, -0.02458786778151989, -0.008461608551442623, 0.007117175497114658, 0.01413733046501875, 0.00458077248185873, 0.006943923886865377, -0.013901708647608757, -0.01592528633773327, 0.007623070385307074, -0.013187911361455917, -0.006122711580246687, -0.015024378895759583, -0.007009759545326233, 0.01054062694311142, 0.02941119112074375, 0.01568966545164585, 0.046625468879938126, 0.004185758531093597, -0.01800430566072464, -0.00165022152941674, -0.0025745187886059284, -0.028524143621325493, -0.0005050284089520574, -0.005745023023337126, -0.008842761628329754, -0.007290427107363939, -0.006822647992521524, 0.008059664629399776, -0.005734628066420555, -0.018919074907898903, -0.005821253638714552, 0.010402025654911995, -0.005190617870539427, -0.0180597472935915, -0.007016689982265234, -0.0215663593262434, 0.004036762285977602, 0.0038773708511143923, -0.008267566561698914, -0.0026455519255250692, -0.010963360778987408, -0.023797839879989624, -0.037782710045576096, 0.016271790489554405, -0.016604432836174965, -0.007214196491986513, -0.01871117204427719, 0.010027802549302578, 0.015786685049533844, 0.00911303423345089, 0.010554487816989422, 0.1938200294971466, -0.0010975488694384694, -0.02957751229405403, 0.03930732235312462, 0.007858692668378353, -0.004095667973160744, 0.02525315247476101, -0.001739446073770523, -0.026375822722911835, 0.025447195395827293, 0.006285568233579397, 0.01883591338992119, -0.02024964615702629, -0.008059664629399776, 0.004317429848015308, -0.0355650894343853, -0.031323887407779694, -0.023007811978459358, -0.025336313992738724, -0.015537203289568424, -0.0032138172537088394, -0.00041190566844306886, -0.011739528737962246, -0.005866298917680979, 0.03409591317176819, -0.0231048334389925, -0.011871199123561382, 0.019237857311964035, 0.010422816500067711, 0.01789342425763607, -0.038281671702861786, -0.01212761178612709, -0.0055405860766768456, 0.03417907655239105, -0.013180981390178204, -0.02946663275361061, -0.0032086195424199104, 0.006372193805873394, 0.018697312101721764, -0.005796998273581266, -0.003127191448584199, -0.02979927510023117, 0.007789392024278641, -0.03179513290524483, 0.007054805289953947, 0.007893342524766922, 0.0007817978621460497, 0.008031943812966347, 0.010402025654911995, 0.02553035505115986, -0.011704877950251102, 0.01564808376133442, 0.022592008113861084, 0.022051462903618813, -0.0054193101823329926, -0.025502635166049004, -0.007234986871480942, 0.021829701960086823, 0.019722962751984596, 0.02508683130145073, -0.016535133123397827, 0.029161708429455757, -0.015065958723425865, -0.0030700182542204857, -0.015052098780870438, 0.009092244319617748, -0.0012569403043016791, -0.0509498305618763, 0.022314805537462234, -0.021996023133397102, 0.01987542398273945, -0.0026732722762972116, -0.0018295368645340204, -0.0059252046048641205, 0.007065200246870518, -0.02399188093841076, 0.023562217131257057, 0.016050027683377266, -0.0093070762231946, 0.03143477067351341, -0.042134787887334824, -0.02117827534675598, -0.029494352638721466, -0.0420239083468914, -0.008156685158610344, -0.03487208113074303, 0.03276534378528595, -0.0012595391599461436, -0.0123216537758708, -0.010859410278499126, -0.003151446580886841, -0.005648002028465271, -0.013492834754288197, 0.04293867573142052, -0.009944641962647438, 0.013603715226054192, -0.016341090202331543, 0.02607090026140213, -0.026029320433735847, -0.019182417541742325, -0.019958583638072014, 0.035204723477363586, 0.038059912621974945, 0.004674328025430441, -0.011455396190285683, -0.014442252926528454, 0.025585796684026718, 0.01075545884668827, -0.017158837988972664, 0.003749164519831538, -0.005821253638714552, -0.052335843443870544, -0.0018520596204325557, 0.0013634901260957122, 0.020069465041160583, 0.005821253638714552, 0.003199957078322768, -0.02052684873342514, 0.004227338824421167, -0.02256428822875023, 0.00025164795806631446, -0.01574510522186756, 0.016050027683377266, 0.009009082801640034, -0.01503823883831501, 0.003884300822392106, -0.013770037330687046, -0.008960573002696037, -0.007512189447879791, -0.021871281787753105, -0.004237734246999025, -0.033513788133859634, 0.007075595203787088, 0.01624407060444355, -0.005322289187461138, -0.011240563355386257, -0.011753388680517673, -0.022869210690259933, 0.01130986399948597, 0.007200336549431086, 0.00022544364037457854, -0.00033242651261389256, 0.033513788133859634, -0.02009718492627144, 0.02074861153960228, -0.008454677648842335, 0.00709292059764266, 0.016479691490530968, -0.018184488639235497, -0.024393824860453606, -0.022245505824685097, 0.012141471728682518, 0.003614028450101614, -0.007061735261231661, -0.008579418994486332, -0.041025977581739426, -0.006566235795617104, -0.043437641113996506, -0.008711090311408043, 0.0159668680280447, -0.03143477067351341, 0.03462259843945503, 0.015495623461902142, 0.004033297300338745, -0.027540074661374092, -0.05316745117306709, -0.17740963399410248, 0.01629951037466526, 0.02047140896320343, -0.05247444286942482, 0.021372316405177116, -0.011566276662051678, 0.010693089105188847, 0.014123470522463322, 0.0017195221735164523, -0.004268919583410025, 0.0093070762231946, -0.03453943878412247, -0.014566994272172451, 0.014206631109118462, -0.000913902185857296, -0.0037041192408651114, 0.00232676905579865, 0.02316027320921421, 0.03437311574816704, 0.012806758284568787, 0.029383471235632896, -0.017089538276195526, 0.005838579032570124, 0.005609886720776558, -0.013742316514253616, 0.014774896204471588, -0.007969573140144348, 0.013707666657865047, 3.0373170375241898e-05, -0.03129616752266884, -0.015301581472158432, 0.004106062930077314, 0.01503823883831501, 0.00842695776373148, -0.006216267589479685, 0.01866959221661091, -0.012328583747148514, -0.02009718492627144, -0.012966149486601353, 0.0016562852542847395, 0.01585598662495613, 0.026306523010134697, -0.034816641360521317, -0.0004721106088254601, 0.014386813156306744, 0.006749882362782955, 0.015343161299824715, -0.01009710319340229, -0.0038011400029063225, -0.013818547129631042, 0.014345232397317886, -0.02041596919298172, 0.004691653419286013, 0.011933569796383381, 0.00949418731033802, -0.0008012886391952634, -0.011628647334873676, 0.002124064601957798, -0.009154614061117172, -0.03171197324991226, -0.010055522434413433, -0.017976585775613785, -0.010790109634399414, 0.010166403837502003, -0.02260586805641651, -0.009750599972903728, -0.005706907715648413, -0.002792815677821636, -0.013707666657865047, 0.006140036508440971, 0.0006548910168930888, 0.0007220260449685156, -0.015273860655725002, -0.008627929724752903, 0.0010455733863636851, 0.021912861615419388, -0.02403346262872219, 0.012848339043557644, -0.005013901274651289, 0.007165686227381229, -0.011587066575884819, -0.0009788714814931154, -0.013631436042487621, 0.0021639124024659395, -0.0015012250514701009, 0.010533696971833706, -0.005360404495149851, 0.005072806961834431, -0.007255776785314083, -0.022259365767240524, 0.015523343347012997, -0.002898499136790633, -0.014816476963460445, -2.564935812188196e-06, -0.0001638310495764017, 0.012072171084582806, 0.026001600548624992, -0.0034303816501051188, -0.00660088611766696, 0.0009190997225232422, -0.002966067288070917, -0.0031081337947398424, -0.02699952945113182, 0.007782462053000927, 0.016867775470018387, 0.010381235741078854, 0.0037630246952176094, 0.010318865068256855, 0.03495524078607559, -0.024061182513833046, -0.02727673202753067, 0.006192012224346399, 0.0007523450767621398, 0.0034598344936966896, 0.008662579581141472, 0.01261964626610279, 0.013832408003509045, -0.0184894111007452, 0.012009800411760807, -0.0004077909397892654, 0.03165653347969055, -0.015953008085489273, -0.013797757215797901, -0.003414788981899619, 0.01921013742685318, -0.013742316514253616, -0.12185824662446976, -0.021774260327219963, 0.0014405869878828526, 0.0040540872141718864, -0.005415845196694136, 0.001518550212495029, -0.018018165603280067, 0.03423451632261276, 0.002423789817839861, 0.03431767597794533, -0.02799745835363865, -0.00688848365098238, -0.014303651638329029, -0.017214279621839523, 0.0005786603433080018, 0.003004182828590274, -0.005745023023337126, -0.03562052920460701, -0.018198348581790924, 0.058212537318468094, -0.011788038536906242, -0.022633589804172516, 0.007144895847886801, -0.027013389393687248, -0.007110245525836945, 0.019390318542718887, -0.02074861153960228, 0.0032640600111335516, 0.010117893107235432, 0.0029210220091044903, 0.012501835823059082, -0.020776331424713135, 0.019251717254519463, -0.010436676442623138, 0.0050000413320958614, -0.0053326841443777084, -0.012869128957390785, -0.020346667617559433, 0.01146925613284111, 0.0002073605137411505, -0.005363869480788708, 0.021330736577510834, -0.006098456215113401, -0.032571300864219666, 0.0013123808894306421, 0.013797757215797901, -0.023742398247122765, 0.04856588691473007, -0.013000800274312496, -0.005173292942345142, -0.027470773085951805, 0.002843058668076992, -0.017865704372525215, -0.005363869480788708, 0.0330425463616848, 0.006254382897168398, 0.018142906948924065, 0.015897566452622414, 0.0029851249419152737, 0.009729810059070587, -0.0028032108675688505, -0.0016554190078750253, 0.011697947978973389, 0.04462961107492447, 0.008205195888876915, 0.00801808387041092, -0.023187993094325066, -0.015454042702913284, 0.014622434973716736, -0.026860928162932396, -0.03063088282942772, 0.03675705939531326, -0.006659791339188814, 0.03814307227730751, -0.00661128107458353, -0.03869747743010521, 0.0031791669316589832, 0.0015835196245461702, 0.015357022173702717, -0.0007839634781703353, -0.016756894066929817, -0.011212843470275402, 0.019736822694540024, -0.009016012772917747, 0.0180597472935915, 0.030824923887848854, 0.017990445718169212, 0.01322256214916706, 0.002132727298885584, -0.032903943210840225, -0.0018330019665881991, 0.03886380046606064, 0.0015220153145492077, -0.028745904564857483, 0.006157361902296543, 0.009293215349316597, 0.020582290366292, -0.016271790489554405, -0.013118610717356205, 0.002229748060926795, -0.02590457908809185, -0.00941102672368288, -0.037893589586019516, 0.014650154858827591, -0.023312734439969063, 0.020291227847337723, 0.00020097185915801674, -0.008891272358596325, -0.02426908351480961, -0.005821253638714552, 0.005800463724881411, -0.001502091414295137, -0.0069023435935378075, 0.006614746060222387, -0.025585796684026718, -0.0020790190901607275, 0.004639677703380585, -0.018752753734588623, 0.006219732575118542, -0.024172063916921616, 0.0037526297383010387, 0.00485797505825758, -0.02250884845852852, -0.00123528391122818, -0.005686117336153984, -0.002110204426571727, -0.0009996617445722222, -0.0039328113198280334, -0.01756078191101551, -0.006503865122795105, 0.0008718886529095471, -0.014012589119374752, 0.015509483404457569, -0.004795604385435581, 0.014525414444506168, 0.015010518953204155, -0.000824677583295852, -0.03381871059536934, 0.016535133123397827, 0.024393824860453606, 0.04440784826874733, -0.007733951322734356, -0.007221126463264227, -0.02217620424926281, 0.022051462903618813, -0.014566994272172451, 0.00196294067427516, -0.012189982458949089, -0.025710538029670715, 0.010270354337990284, 0.015675805509090424, 0.0007120640948414803, 0.05050630494952202, 0.011316794902086258, -0.00864178966730833, -0.022093044593930244, -0.014061099849641323, -0.030270518735051155, 0.005284173879772425, 0.03426223620772362, -0.026860928162932396, -0.010970291681587696, 0.0451008565723896, 0.01761622168123722, 0.001303718308918178, -0.018032025545835495, -0.007359727751463652, -0.010055522434413433, -0.01259885635226965, 0.007103315554559231, 0.03040912002325058, -0.033181145787239075, -0.015661943703889847, 0.0052911038510501385, 0.006715232040733099, 0.022203924134373665, 0.001751573639921844, -0.020762471482157707, 0.008905132301151752, -0.005017366260290146, 0.00042381673119962215, 0.024116622284054756, 0.017422180622816086, 0.017657803371548653, 0.004611957352608442, 0.010076313279569149, 0.003957066684961319, 0.006444959435611963, -0.0073735881596803665, 0.00591480964794755, -0.011926639825105667, -0.005696512758731842, -0.03265446051955223, 0.01585598662495613, 0.000550073804333806, 0.017047956585884094, 0.0017758288886398077, -0.0044352407567203045, -0.008191335946321487, 0.024393824860453606, 0.022023743018507957, 0.011691018007695675, -0.009653579443693161, 0.011732597835361958, -0.010367375798523426, -0.004584237467497587, -0.0013990066945552826, 0.003638283582404256, -0.03914100304245949, -0.016257930546998978, 0.01292456965893507, -0.019334878772497177, 0.0013392348773777485, -0.016438111662864685, 0.0133057227358222, 0.019016096368432045, -0.020942652598023415, 0.01580054499208927, -0.019182417541742325, -0.0169509369879961, 0.00251214811578393, 0.008634859696030617, 0.003821930382400751, 0.024296803399920464, 0.04011121019721031, -0.009022943675518036, 0.023409755900502205, 0.007061735261231661, 0.005571771413087845, -0.024019600823521614, 0.013832408003509045, 0.009812970645725727, -0.0002096344396704808, 0.0002681068435776979, -0.010797039605677128, 0.0040610176511108875, -0.023576077073812485, -0.0011321991914883256, -0.0039293463341891766, 0.016230210661888123, 0.008849691599607468, 0.08582191169261932, 0.021067393943667412, -0.028884505853056908, 0.014469973742961884, -0.00035776454024016857, 0.010325795039534569, 0.01345125399529934, 0.008323007263243198, 0.007768601644784212, 0.0018832448404282331, 0.011323724873363972, 0.024116622284054756, -0.0060534109361469746, -0.005699977744370699, -0.005887089297175407, 0.0016294312663376331, 0.013167121447622776, 0.03573140874505043, -0.011940499767661095, -0.007782462053000927, 0.03423451632261276, -0.010630718432366848, 0.013569065369665623, 0.02425522357225418, -0.006098456215113401, -0.004636212717741728, 0.024629447609186172, 0.020665450021624565, -0.009140754118561745, -0.036258094012737274, 0.010221844539046288, -0.007359727751463652, -0.04013893008232117, -0.0060949912294745445, 0.0030180427711457014, -0.015523343347012997, -0.011198983527719975, -0.003870440647006035, -0.0036209584213793278, 0.014151190407574177, -0.019307158887386322, -0.005866298917680979, -0.030104197561740875, -0.0330425463616848, 0.01523228082805872, 0.021594079211354256, 0.003693724051117897, -0.00862099975347519, -0.04052701219916344], \"49a8fe1a-f3c9-4ef5-ab1b-ce2eb30d59a9\": [0.004083128180354834, 0.006567461881786585, -0.0011482721893116832, -0.012232156470417976, -0.004027997609227896, 0.008531498722732067, -0.025401536375284195, -0.012576724402606487, -0.017366215586662292, -0.024161092936992645, 0.024188658222556114, 0.011722195893526077, 0.01068849302828312, -0.004734361544251442, 0.0029202119912952185, -0.0021621629130095243, 0.0036972123198211193, -0.01129493210464716, 0.009895986877381802, -0.005899000447243452, -0.006043719127774239, 0.0038281481247395277, -0.019061489030718803, -0.0022879301104694605, -0.016484122723340988, 0.011060626246035099, 0.03233424201607704, -0.026669546961784363, -0.01647034101188183, -0.021914511919021606, 0.014747501350939274, -0.005923120304942131, -0.015285027213394642, -0.007263489067554474, -0.017476478591561317, -0.006546787917613983, -0.00995111744850874, -0.01913040317595005, 0.023003345355391502, -0.03258233144879341, 0.02552558109164238, 0.02504318580031395, -0.010564448311924934, -0.00404178025200963, 0.0008097342797555029, 0.023692481219768524, 0.004338108468800783, -0.008497041650116444, -0.006533005274832249, 0.02850264683365822, 0.00946183130145073, 0.048708103597164154, -0.039142899215221405, -0.011088191531598568, -0.007559817284345627, 0.025098318234086037, -0.005333909299224615, 0.02406461350619793, 0.020412195473909378, 0.003538711229339242, 0.025208579376339912, -0.014526978135108948, -0.023926787078380585, 0.0035266513004899025, -0.011908262968063354, 0.009289547801017761, -0.03354711830615997, -0.014802631922066212, 0.010461078025400639, -0.00650543998926878, 0.02669711224734783, -0.0012025415198877454, -0.014154844917356968, 0.011618825607001781, 0.029302043840289116, -0.01522989571094513, -0.008655542507767677, -0.004338108468800783, 0.007146335672587156, 0.006212557200342417, 0.03429138660430908, -0.012239047326147556, -0.007256597746163607, 0.02727598510682583, -0.00021750840824097395, 0.019557667896151543, 0.009703028947114944, 0.00760116521269083, -0.020563805475831032, -0.025635844096541405, -0.0007214387878775597, 0.01984710432589054, 0.005637128837406635, 0.00042231089901179075, -0.006784539669752121, 0.018799617886543274, -0.0025653070770204067, 0.014237540774047375, -0.011336280032992363, -0.011005494743585587, -0.014237540774047375, -0.007401315961033106, -0.010461078025400639, -0.016291165724396706, -0.011288040317595005, 0.008738239295780659, 0.030763011425733566, 0.0068086595274508, 0.011122648604214191, 0.00534424651414156, -0.018206961452960968, 0.005740499123930931, 0.006539896596223116, -0.037158191204071045, 0.010226772166788578, 0.0045999800786376, 0.0031166155822575092, -0.011804892681539059, -0.008662434294819832, -0.03393303602933884, 0.01640142686665058, 0.029798222705721855, 0.0019089055713266134, -0.003910844214260578, 0.00606439309194684, 0.019805755466222763, -0.004803274758160114, -0.005988588090986013, -0.002670400310307741, -0.02844751626253128, 0.02285173535346985, -0.0030184139031916857, 0.013086684979498386, -0.0005172824021428823, -0.019020142033696175, 0.02107376605272293, -0.010729840956628323, 0.004262303467839956, -0.02304469421505928, -0.007546034641563892, 0.01988845318555832, 0.04093465209007263, 0.0030804360285401344, -0.0014454618794843554, 0.0071739014238119125, 0.008393671363592148, -0.004272640682756901, 0.01118467003107071, -0.0020846351981163025, -0.008069777861237526, -0.005602672230452299, 0.014306454919278622, 0.01793130673468113, 0.01961279846727848, 0.022700125351548195, 0.00871067401021719, 0.016098206862807274, 0.014623456634581089, -0.0002679014578461647, -0.004941102117300034, -0.021059982478618622, 0.01312803290784359, -0.006670832168310881, -0.01987466961145401, 0.03194832429289818, 0.028116730973124504, 0.015367723070085049, -0.03368494659662247, 0.017352433875203133, -0.00404522567987442, 0.006725963205099106, 0.022713908925652504, -0.016787342727184296, 0.00478604668751359, -0.012556049972772598, 0.004386347718536854, 0.02478131465613842, 0.014023909345269203, -0.030349530279636383, -0.003228600136935711, -0.008248953148722649, -0.013493274338543415, 0.025608278810977936, 0.03255476430058479, -0.009179285727441311, 0.010619578883051872, 0.00932400394231081, -0.016084425151348114, 0.025635844096541405, 0.0047205789014697075, 0.02722085453569889, 0.0011181224836036563, 0.014037691988050938, -0.020205454900860786, -0.6474566459655762, -0.03040466085076332, 0.003488748800009489, -0.022865518927574158, 0.008924305438995361, 0.012859269976615906, -0.005082374904304743, 0.02598041109740734, -0.02281038835644722, 0.025098318234086037, 0.00539248576387763, 0.018275875598192215, -0.009131046012043953, -0.011322497390210629, -0.019791973754763603, 0.0064778742380440235, 0.009165503084659576, -0.0232927817851305, 0.012204591184854507, 0.014292671345174313, 0.0063641672022640705, -0.007773449178785086, 0.0031700236722826958, 0.00497555872425437, 0.008138691075146198, 0.013596644625067711, 0.03784732520580292, -0.011846240609884262, -0.007256597746163607, 0.019543884322047234, -0.03608313947916031, 0.01688382215797901, 0.010681601241230965, 0.004469044040888548, 0.05766686424612999, -0.006756974384188652, -0.014485630206763744, 0.008634869009256363, 0.0029787884559482336, 0.006815550848841667, -0.010592013597488403, -0.013644884340465069, 0.006433080416172743, 0.010909016244113445, 0.012576724402606487, 0.007690752856433392, 0.052374303340911865, -0.0033612586557865143, -0.01915796846151352, -0.005919674411416054, -0.008745130151510239, -0.005199527833610773, 0.006677723489701748, 0.01520233042538166, -0.028158079832792282, -0.004837731830775738, 0.043553367257118225, -0.01958523318171501, 0.007876819930970669, -0.014609673991799355, -0.022520950064063072, 0.012032306753098965, 0.01620846800506115, -0.007194575387984514, -0.012769682332873344, 0.009530744515359402, -0.015257461927831173, -0.03018413856625557, 0.016870038583874702, -0.012328634969890118, -0.005933457054197788, 4.1105860873358324e-05, -0.011735978536307812, -0.03012900799512863, -0.004727470222860575, 0.02524992823600769, 0.015257461927831173, -0.04680608958005905, -0.0036351901944726706, 0.013686232268810272, -0.0005732746794819832, 0.0021018635015934706, -0.0019244110444560647, -0.009392918087542057, 0.025181014090776443, 0.01667708158493042, -0.01620846800506115, -0.012611180543899536, 0.011219127103686333, -0.01212878618389368, 0.003380209906026721, -0.012459571473300457, -0.0013843011111021042, -0.0014420162187889218, 0.001583289005793631, 0.029550133273005486, -0.008166256360709667, 0.009227525442838669, -0.0005043611163273454, -0.025925280526280403, -0.008910522796213627, -0.020205454900860786, -0.008124908432364464, 0.008965653367340565, 0.02279660478234291, 0.0013352001551538706, -0.02504318580031395, 0.005220201797783375, 0.03365738317370415, -0.010647144168615341, -0.0014730272814631462, -0.013513948768377304, -0.01640142686665058, -0.0189098808914423, 0.009337786585092545, -0.02748272754251957, 0.02016410604119301, -0.014843979850411415, 0.024354051798582077, -0.030487358570098877, -0.005330463871359825, -0.004517283756285906, 0.0017710784450173378, -0.0015402180142700672, 0.02866804040968418, -0.005361474584788084, 0.006002370733767748, -0.012101220898330212, -0.01642899215221405, 0.005981696769595146, 0.008903631940484047, -0.0004651665221899748, 0.012080546468496323, -0.017834829166531563, 0.03012900799512863, 0.0015247124247252941, 0.0021345973946154118, -0.0004007754032500088, 0.013445034623146057, -0.03142458200454712, -0.017338650301098824, 0.004606871400028467, 0.01227350439876318, -0.006715625990182161, -0.012108111754059792, -0.015422854572534561, -0.03145214915275574, -0.014719936065375805, 0.001617745729163289, -0.01103306096047163, 0.009730594232678413, 0.012921292334794998, -0.01987466961145401, 0.03172780200839043, 0.007911276072263718, -0.00602304469794035, 0.0026514490600675344, -0.028392385691404343, -0.01425132341682911, -0.018331006169319153, 0.019254447892308235, 0.031507279723882675, -0.005733607802540064, -0.007332402281463146, -0.007408207282423973, 0.005178853869438171, -0.0009837410179898143, 0.02968795970082283, -0.0008605580660514534, -0.022700125351548195, -0.011212235316634178, 0.0027496509719640017, -0.024133527651429176, -0.004737806972116232, 0.0008131799986585975, 0.02916421741247177, -0.043277714401483536, -0.02179046720266342, 0.003835039446130395, -0.0014911170583218336, 0.008379888720810413, 0.004541403613984585, -0.002477442380040884, 0.003969420678913593, 0.042781535536050797, 0.024712402373552322, 0.024230007082223892, 0.022961996495723724, 0.0024895023088902235, 0.01436158549040556, 0.022231513634324074, 0.002627329435199499, -0.011460324749350548, 0.018827183172106743, 0.006419297773391008, 0.04567590728402138, -0.01275589969009161, 0.015133417211472988, -0.01176354382187128, 0.003986649215221405, 0.03045979142189026, 0.03848132863640785, 0.038371067494153976, -0.01644277386367321, 0.027179507538676262, -0.02996361441910267, 0.0006258212379179895, -0.003430172335356474, 0.01669086329638958, -0.00564746605232358, 0.012955748476088047, 0.007863037288188934, -0.01507828664034605, -0.006446863058954477, -0.008441911078989506, 0.01227350439876318, -0.0012146014487370849, -0.014788849279284477, -0.011515455320477486, -0.003824702464044094, 0.007780340500175953, -0.0262147169560194, 0.0039728665724396706, 0.008000863716006279, -0.03850889578461647, 0.01669086329638958, -0.0042691947892308235, 0.030377095565199852, 0.00018671267025638372, -0.040080126374959946, 0.0010483474470674992, -0.007053302600979805, 0.01911662146449089, -0.0006038550636731088, -0.006670832168310881, -0.0008820935618132353, 0.030018744990229607, -0.016346296295523643, 0.02578745223581791, -0.012941965833306313, 0.009151720441877842, 0.020991070196032524, 0.015023155137896538, -0.02552558109164238, 0.0004621515399776399, 0.011432759463787079, 0.027854859828948975, 0.014306454919278622, -0.009964900091290474, -0.00516162533313036, -0.020453544333577156, 0.022479603067040443, -0.02281038835644722, -0.015092069283127785, 0.015160982497036457, 0.001353289932012558, 0.001223215600475669, 0.008035320788621902, 0.03362981602549553, 0.004503501113504171, 0.007573599927127361, 0.00943426601588726, 0.01387229934334755, 0.03922559693455696, 0.019447406753897667, 0.00038785411743447185, -0.028089165687561035, -0.018455050885677338, -0.014402933418750763, -0.02158372662961483, 0.0038074739277362823, -0.02628363110125065, -0.023168737068772316, 0.00520641915500164, 0.003648972837254405, -0.0023723491467535496, -0.005919674411416054, -0.004630991257727146, 0.02034328132867813, -0.013052227906882763, -0.033960599452257156, -0.006832779385149479, 0.02647658810019493, 0.026173369958996773, 0.0036007333546876907, -0.009055241011083126, -0.02013654075562954, 0.024478094652295113, -0.0299360491335392, 0.0044311415404081345, -0.019543884322047234, 0.031011100858449936, 0.01189448032528162, -0.0007602027035318315, -0.0277445986866951, 0.015808770433068275, 0.020494891330599785, -0.02012275904417038, -0.02012275904417038, -0.003033919259905815, -0.012728334404528141, -0.0041313678957521915, -0.02032949961721897, -0.010026922449469566, 0.03090083971619606, -0.0004242490977048874, -0.01066092774271965, -0.009765051305294037, 0.01115710474550724, -0.007807906251400709, -0.020481109619140625, -0.018813401460647583, -0.009379135444760323, 0.008297191932797432, 0.02527749352157116, -0.0006744914571754634, -0.011956501752138138, -0.006460646167397499, 0.010302577167749405, 0.004758480936288834, -0.0030304735992103815, -0.012356201186776161, -0.023485740646719933, 0.0240921787917614, 0.025084534659981728, 0.01422375813126564, -0.008297191932797432, 0.0031717463862150908, -0.0027668792754411697, 0.014017017558217049, -0.03360224887728691, -0.00013298162957653403, -0.014582108706235886, -0.02428513765335083, -0.02744137868285179, -0.01964036375284195, 0.003979757893830538, -0.014375368133187294, 0.02082567662000656, -0.0071739014238119125, 0.014278888702392578, -0.009654789231717587, -0.009930443949997425, -0.010212989524006844, -0.012728334404528141, -0.0021363203413784504, 0.013886081986129284, 0.023706262931227684, 0.020053844898939133, 0.020963504910469055, 0.04581373184919357, 0.01044040359556675, 0.0088347177952528, -0.017338650301098824, 0.006805213633924723, 0.009751268662512302, 0.01115021388977766, 0.004214064218103886, 0.00741509860381484, 0.0328579843044281, 0.027331117540597916, 0.01939227432012558, 0.020246803760528564, -0.007663187570869923, 0.004803274758160114, 0.016635732725262642, 0.018937446177005768, 0.0025498017203062773, 0.017255954444408417, 0.002487779362127185, -0.007497794926166534, 0.0213218554854393, -0.015794986858963966, -0.007718318607658148, 0.015863901004195213, -0.0010457632597535849, -0.03407086431980133, -0.011308714747428894, -0.008290301077067852, 0.0052339849062263966, 0.013190055266022682, 0.026145802810788155, 0.006381395272910595, -0.054138489067554474, 0.0040211062878370285, -0.038619156926870346, -0.01336233876645565, -0.004179607145488262, -0.021018635481595993, -0.018289657309651375, -0.012680094689130783, -0.016773559153079987, -0.019750624895095825, 0.013355446979403496, -0.007339294068515301, -0.013603536412119865, -0.019047707319259644, 0.005623346194624901, -0.019213099032640457, -0.012115003541111946, 0.026435241103172302, -0.012700768187642097, -0.013203837908804417, 0.006605364382266998, -0.03553183004260063, -0.016828691586852074, 0.008242061361670494, -0.0235133059322834, -0.023968135938048363, -0.005296006798744202, 0.011308714747428894, -0.016249816864728928, -0.001969204982742667, -0.0030907730106264353, 0.017324868589639664, -0.0013877467717975378, -0.003549048211425543, 0.018303440883755684, 0.015546898357570171, 0.019447406753897667, 0.021156461909413338, 0.01693895272910595, 0.0059369029477238655, -0.0171594750136137, 0.01422375813126564, -0.005044472403824329, 0.014802631922066212, 0.0016522025689482689, 0.006581244524568319, 0.0009622055222280324, 0.009716811589896679, 0.03754410520195961, -0.021418333053588867, -4.417466698214412e-05, 0.006377949845045805, -0.00632281880825758, 0.02383030764758587, 0.003042533528059721, 0.007091205101460218, 0.005616454873234034, 0.006815550848841667, -0.006422743666917086, 0.017710784450173378, -0.02156994305551052, -0.01055755652487278, -0.04104491323232651, 0.003748897463083267, 0.02137698605656624, 0.0035766137298196554, 0.026683328673243523, -0.008435019291937351, -0.0025170675944536924, -0.009647898375988007, 0.013789602555334568, -0.019750624895095825, 0.041348133236169815, -0.007711427286267281, -0.022893084213137627, 0.01640142686665058, -0.03759923577308655, 0.004730915650725365, 0.0045655230060219765, -0.00968924630433321, 0.0034491235855966806, -0.002284484449774027, -0.011543020606040955, 0.0024119745939970016, 0.010102727450430393, -0.03660688176751137, -0.037681933492422104, -0.015436637215316296, 0.006712180562317371, 0.024946708232164383, 0.03412599489092827, -0.023499522358179092, 0.010033814236521721, 0.0006512331310659647, -0.008366106078028679, -0.0023361695930361748, -0.002039841376245022, -0.01473371870815754, -0.015519333072006702, 0.04319501668214798, 0.010226772166788578, 0.037378713488578796, 0.005595780909061432, -0.01567094214260578, 0.01350705698132515, 0.013031553477048874, 0.009730594232678413, -0.015285027213394642, 0.011584368534386158, -0.02085324190557003, -0.014816414564847946, 0.029384741559624672, 0.034511908888816833, -0.012955748476088047, -0.012307961471378803, -0.003683429677039385, 0.015326375141739845, -0.013341664336621761, -0.005654357373714447, -0.01350016612559557, -0.04090708866715431, -0.02205233834683895, -0.0032217088155448437, -0.010088944807648659, -0.006171209271997213, -0.005337355192750692, -0.03613827005028725, 0.020660284906625748, -0.015353940427303314, 0.027069244533777237, 0.013575971126556396, 0.03021170385181904, 0.003371595870703459, -0.0059127830900251865, 0.011687739752233028, 0.029274478554725647, -0.008593520149588585, -0.008055995218455791, -0.0176694355905056, -0.010199206881225109, -0.0009139660396613181, 0.014499412849545479, 0.025704756379127502, -0.0053959316574037075, -0.03831593692302704, 0.0029977397061884403, 0.01396877784281969, -0.03233424201607704, 0.004596534185111523, 0.022259078919887543, -0.0056440201587975025, -0.014092822559177876, -0.02768946811556816, -0.010082053020596504, -0.020701631903648376, -0.025153448805212975, 0.011749761179089546, 0.004276086110621691, 0.015781205147504807, -0.015133417211472988, -0.0017159475246444345, -0.007032628636807203, 0.009565201587975025, 0.037874892354011536, -0.0034026068169623613, 0.021225376054644585, -0.011715305037796497, 0.02063271962106228, -0.03660688176751137, -0.009971791878342628, 0.008159365504980087, -0.014306454919278622, 0.029357176274061203, 0.030845709145069122, 0.010233663022518158, -0.006360721308737993, 0.019502537325024605, -0.01940605789422989, -0.013369230553507805, -0.03558696061372757, 0.027413813397288322, -0.0049445475451648235, 0.020177889615297318, -0.014692370779812336, -0.020246803760528564, -0.0032234315294772387, -0.0052133104763925076, -0.014485630206763744, 0.015243679285049438, -0.00211392343044281, -0.004617208149284124, -0.025939062237739563, 0.007925058715045452, -0.0020932492334395647, 0.00632281880825758, 0.018482616171240807, -0.01743512973189354, 0.022231513634324074, 0.005788738839328289, -0.0267246775329113, -0.008641759864985943, 0.019957365468144417, 0.008745130151510239, -0.042312923818826675, -0.022961996495723724, 0.029991179704666138, 0.05168516933917999, 0.007291054353117943, -0.01615333743393421, -0.0034525692462921143, 0.0297155249863863, -0.015850117430090904, -0.0011052011977881193, -0.014899111352860928, -2.31371886911802e-05, 0.010846993885934353, 0.018510181456804276, -0.008889849297702312, -0.016566818580031395, -0.021032417193055153, -0.013555296696722507, 0.013121141120791435, 0.01177732739597559, -0.003194143297150731, -0.012487136758863926, -0.0171594750136137, -0.010157858021557331, -0.0049686674028635025, -0.012666312046349049, 0.019516319036483765, -0.042285360395908356, 0.0052753328345716, -0.014623456634581089, 0.006398623809218407, 0.019695494323968887, 0.0018020895076915622, 0.01620846800506115, -0.008255844004452229, 0.019543884322047234, -0.006601918954402208, 0.023678697645664215, -0.019805755466222763, -0.023458175361156464, -0.014637239277362823, 0.00957898423075676, 0.014609673991799355, -0.022658778354525566, -0.008745130151510239, -0.0005913644563406706, -0.01816561445593834, 0.016566818580031395, -0.0015307423891499639, -0.0014842257369309664, 0.006291807629168034, -0.0034594605676829815, 0.010357707738876343, -0.024202441796660423, -0.0023895776830613613, -0.011226018890738487, -0.025167230516672134, 0.03252720087766647, -0.03801271691918373, 0.00036222688504494727, 0.02057758904993534, 0.010488643310964108, -0.018110482022166252, -0.025318840518593788, -0.006791430991142988, -0.01066092774271965, -0.01739378273487091, -0.03415355831384659, 0.03181049972772598, 0.02183181419968605, -0.008882957510650158, -0.0007782924803905189, -0.01984710432589054, -0.04223022609949112, -0.009661681018769741, 0.021432116627693176, 0.0019002913031727076, -0.0019020141335204244, 0.011908262968063354, 0.03834350407123566, 0.010474860668182373, 0.0007033490110188723, 0.006174654699862003, -0.018716922029852867, -0.016001727432012558, -0.017724566161632538, -0.03900507465004921, -0.010109619237482548, 0.006715625990182161, 0.014623456634581089, 0.011591260321438313, -0.028020251542329788, -0.015422854572534561, -0.020398413762450218, -0.019778190180659294, -0.017572958022356033, 0.007118770387023687, 0.005933457054197788, 0.018592877313494682, 0.017049213871359825, 0.002358566503971815, 0.044077109545469284, -4.0648232243256643e-05, 0.025870149955153465, -0.02377517707645893, 0.005085820332169533, 0.021638857200741768, 0.00017282228509429842, -0.0033130191732198, 0.020522456616163254, -0.036413922905921936, 0.010392164811491966, 0.016594383865594864, 0.027606770396232605, -0.008524606935679913, 0.013520839624106884, -0.013176272623240948, 0.004372565075755119, -0.01092968974262476, 0.0023620121646672487, -0.011853131465613842, -0.023127390071749687, 0.012590507045388222, -0.021900728344917297, -0.0240921787917614, 0.007118770387023687, 0.020922156050801277, -0.0007291915826499462, -0.00355593953281641, -0.006767311133444309, -0.0037351148203015327, 0.007752775214612484, -0.018951227888464928, -0.013293425552546978, -0.003118338529020548, -0.015409070998430252, 0.01590524986386299, 0.006629484239965677, -0.022452037781476974, 0.018000220879912376, -0.0009156888700090349, -0.022961996495723724, 0.012087438255548477, 0.004979004617780447, -0.03120405785739422, -0.010357707738876343, 0.01081253681331873, 0.0011930660111829638, 0.008793369866907597, -0.01693895272910595, 0.009137937799096107, -0.014761283993721008, -0.010888341814279556, -0.006178100593388081, 0.005485519301146269, -0.01572607457637787, 0.004792938008904457, 0.03707549348473549, -0.013520839624106884, -0.009165503084659576, 0.003700657980516553, -0.003659309819340706, -0.002436094218865037, -0.024133527651429176, -0.027882425114512444, -0.01966792903840542, 0.011598152108490467, -0.009399808943271637, -0.03478756546974182, -0.023182520642876625, 0.007098096422851086, 0.0052753328345716, 0.00167373800650239, 0.002098417840898037, 0.2102690488100052, -0.0117566529661417, -0.005182299297302961, 0.006646712776273489, -0.010302577167749405, 0.008042212575674057, 0.02016410604119301, 0.008814044296741486, -0.029081521555781364, 0.014995589852333069, -0.005296006798744202, 0.0122666135430336, -0.014940459281206131, 0.0007240230333991349, -0.0008756328606978059, -0.002284484449774027, -0.027648119255900383, -0.0026859058998525143, -0.02628363110125065, -0.028998825699090958, -0.024119745939970016, -0.006040273234248161, -0.0338779054582119, 0.003607624676078558, 0.0012947134673595428, -0.021735336631536484, -0.010619578883051872, 0.008510824292898178, 0.008565954864025116, 0.001137073733843863, -0.0347599983215332, -0.02523614466190338, -0.011584368534386158, 0.025594495236873627, -0.007656296249479055, -0.01396877784281969, 0.018027786165475845, 0.01573985628783703, 0.03186563029885292, -0.0028357929550111294, -0.001981264678761363, -0.03464973717927933, -0.00943426601588726, -0.029357176274061203, -0.006157426163554192, 0.02850264683365822, -0.007676970213651657, -0.006346938665956259, 0.00931711308658123, 0.014320237562060356, -0.01425132341682911, 0.012163243256509304, 0.04661313071846962, 0.020425979048013687, 0.013203837908804417, -0.014954241923987865, 0.009310221299529076, 0.0205913707613945, 0.004027997609227896, 0.03260989487171173, 0.009861529804766178, 0.021762901917099953, -0.032223980873823166, 0.006453754846006632, -0.005047918297350407, 0.018358571454882622, -0.02599419467151165, -0.015009372495114803, 0.013782711699604988, -0.03652418404817581, 0.014079039916396141, -0.0269452016800642, 0.007194575387984514, 0.012487136758863926, 0.015271244570612907, -0.013059118762612343, 0.02207990363240242, 0.0200814101845026, 0.002871972508728504, 0.06130550056695938, -0.020701631903648376, -0.020026279613375664, 0.003166578011587262, -0.027027897536754608, -0.021473463624715805, -0.029991179704666138, 0.02327900007367134, -0.008896740153431892, -0.008614194579422474, -0.014037691988050938, -0.01768321916460991, -0.01714569330215454, 0.00820760428905487, 0.020191673189401627, 0.016001727432012558, 0.01520233042538166, 0.005437279585748911, 0.009675463661551476, -0.020425979048013687, -0.03357468545436859, -0.013066010549664497, 0.028089165687561035, 0.006346938665956259, 0.011701522395014763, -0.049948547035455704, -0.030790576711297035, -0.00527877826243639, -0.011315606534481049, -0.0022689788602292538, 0.011398302391171455, 0.00650888541713357, -0.03272015601396561, -0.006274579558521509, -0.02624228224158287, 0.018565312027931213, 0.012142568826675415, -0.0149680245667696, -0.02502940408885479, -0.0005732746794819832, -0.017572958022356033, 0.00811112578958273, -0.03172780200839043, -0.008876065723598003, 0.0018348235171288252, -0.0042657493613660336, -0.018496397882699966, -0.008372996933758259, -0.012955748476088047, -0.027027897536754608, -0.03536643832921982, 0.0024550454691052437, -0.008703782223165035, 0.024105962365865707, -0.014265106059610844, 0.002492947969585657, 0.0023913003969937563, 0.004772264044731855, -0.00920685101300478, -0.0016099929343909025, 0.008386779576539993, -0.006216003093868494, -0.013741363771259785, 0.0029925713315606117, -0.008035320788621902, -0.0060712844133377075, -0.017228389158844948, -0.002434371504932642, -1.887047073978465e-05, -0.006143643520772457, -0.023968135938048363, -0.0038315937854349613, -0.003431895049288869, -0.006543342489749193, 0.0016814908012747765, 0.015036937780678272, -0.005292561370879412, -0.013307208195328712, -0.04730226472020149, -0.020260585471987724, -0.0014773344155400991, -0.04198214039206505, 0.0013283088337630033, 0.044518157839775085, -0.0043794563971459866, -0.01312803290784359, -0.020508674904704094, -0.17818289995193481, 0.014196192845702171, 0.005609563551843166, -0.048652973026037216, 0.021501030772924423, -0.0021690542344003916, 0.010991712100803852, 0.005564769729971886, 0.027151942253112793, -0.015767421573400497, 0.019447406753897667, -0.019254447892308235, -0.03564209118485451, 0.001056961715221405, -0.005282224155962467, -0.0036558641586452723, -0.0020708523225039244, 0.02524992823600769, 0.01964036375284195, 0.010054487735033035, 0.01261807233095169, -0.019461188465356827, -0.002467105397954583, 0.008021538145840168, -0.002627329435199499, 0.005306344013661146, -0.02260364592075348, 0.0005103910225443542, 0.004882525652647018, -0.01886853203177452, -0.019571449607610703, 0.0014161736471578479, -0.0020536240190267563, 3.1038020097184926e-05, 0.009241308085620403, 0.010826319456100464, 0.0066122557036578655, 0.0074219899252057076, -0.010330142453312874, -0.004744698293507099, -0.0003986218653153628, 0.04371875897049904, -0.014141062274575233, 0.028530212119221687, 0.013052227906882763, 0.010543773882091045, 0.03340929374098778, -0.03156241029500961, 0.010626470670104027, 0.013582861982285976, 0.010640253312885761, -0.011343171820044518, 0.01006137952208519, 0.022396905347704887, 0.021942077204585075, 0.014637239277362823, 0.0012619795743376017, -0.0016944120870903134, 0.01812426559627056, -0.0030494248494505882, 0.001922688214108348, -0.016773559153079987, -0.015133417211472988, -0.017297303304076195, 0.009399808943271637, -0.01691138744354248, -0.027868643403053284, 0.009530744515359402, -0.01988845318555832, -0.0037695716600865126, -0.017104344442486763, 0.011005494743585587, 0.0014170350041240454, -0.0008192099048756063, 0.005971359554678202, 0.009379135444760323, -0.0203708466142416, 0.02009519375860691, 0.0023465065751224756, 0.0051271687261760235, -0.028020251542329788, 0.02649037167429924, -0.02257608063519001, 0.02797890454530716, -0.012356201186776161, -0.004338108468800783, 0.0034250037278980017, -0.00755292596295476, -0.007911276072263718, -0.012707659974694252, 0.006756974384188652, -0.0038109198212623596, -0.010109619237482548, 0.0033130191732198, 0.007373750675469637, 0.0073599680326879025, -0.005805967375636101, 0.0050996034406125546, -0.00767007889226079, 0.004947993438690901, 0.012321744114160538, -0.005189191084355116, -0.030349530279636383, 0.014637239277362823, 0.0171594750136137, 0.015271244570612907, 0.012769682332873344, 0.00846258457750082, 0.03335416316986084, 0.002915043383836746, -0.03437408059835434, 0.01572607457637787, 0.003724777838215232, 0.017710784450173378, 0.0008820935618132353, 0.010006248950958252, 0.003380209906026721, -0.046475302428007126, 0.007346185389906168, 0.018055351451039314, 0.056509118527173996, -0.02771703340113163, 0.0056440201587975025, 0.008317866362631321, 0.016387643292546272, -0.021749118342995644, -0.08473610877990723, 0.006767311133444309, -0.006202219985425472, 0.017090562731027603, -0.0019330253126099706, 0.02745516039431095, -0.015822552144527435, 0.0211013313382864, 0.00969613716006279, 0.012790355831384659, -0.011467215605080128, 0.00042532585212029517, -0.007353076711297035, 0.017517825588583946, 0.004382902290672064, -0.007511577568948269, -0.012535376474261284, -0.0021587172523140907, -0.006725963205099106, 0.02480887994170189, -0.015395288355648518, 0.00048540986608713865, 0.0047240243293344975, -0.01006137952208519, -0.013341664336621761, 0.018992576748132706, -0.038150545209646225, 0.014747501350939274, 0.008393671363592148, 0.00557510694488883, 0.005023798439651728, -0.03561452776193619, -0.0007498656632378697, -0.022989563643932343, -0.0027599879540503025, -0.029109086841344833, -0.023692481219768524, -0.012556049972772598, 0.017807263880968094, -0.03340929374098778, 0.0012783465208485723, -0.012032306753098965, 0.01301777083426714, -0.01866179145872593, 0.009620332159101963, 0.0012352755293250084, -0.018703140318393707, 0.030018744990229607, -0.022424470633268356, -0.013913647271692753, -0.0009019061690196395, 0.0070636398158967495, -0.0035938420332968235, -0.04242318496108055, 0.05011393874883652, 0.007339294068515301, 0.011467215605080128, 0.01557446364313364, -0.033464424312114716, -0.0064744288101792336, 0.010192315094172955, -0.02205233834683895, -0.035669658333063126, 0.0059369029477238655, 0.022162599489092827, 0.0324169360101223, -0.017724566161632538, -0.030487358570098877, 0.025415319949388504, -0.018716922029852867, -0.01962658204138279, 0.037626802921295166, -0.009503179229795933, 0.007222140673547983, -0.031066231429576874, -0.017338650301098824, -0.00453106639906764, -0.008049103431403637, 0.011549912393093109, -0.004796383436769247, -0.001740928739309311, 5.690752368536778e-05, -0.004551740363240242, -0.01032325066626072, 0.005513084586709738, 0.013548404909670353, 0.018551530316472054, -0.0030390878673642874, 0.01573985628783703, -0.03812297806143761, 0.0033612586557865143, 0.011487890034914017, -0.01888231560587883, 0.0003230322909075767, 0.007697644177824259, 0.018813401460647583, 0.015092069283127785, 0.0010724671883508563, -0.003176914993673563, 0.005323572084307671, -0.02866804040968418, -0.006729409098625183, -0.06852763891220093, 0.020425979048013687, -0.03318876773118973, 0.002082912251353264, 0.007456446997821331, -0.027896208688616753, -0.0043794563971459866, -0.003480134531855583, 0.00692581245675683, 0.027027897536754608, -0.00760116521269083, 0.00460342550650239, -0.0018382691778242588, 0.004668893292546272, -0.011239801533520222, 0.002343060914427042, 0.022245297208428383, -0.002082912251353264, 0.005516530480235815, 0.00017562189896125346, -0.023954352363944054, -0.020274369046092033, -0.010488643310964108, 0.013837842270731926, -0.01239065732806921, 0.012287287041544914, -0.0018933999817818403, 0.016980299726128578, 0.0005917951930314302, 0.006388286594301462, 0.015519333072006702, -0.0332990325987339, 0.026311196386814117, 0.01644277386367321, 0.010337033309042454, -0.021638857200741768, 0.01425132341682911, 0.023623567074537277, 0.02383030764758587, 0.013520839624106884, -0.015092069283127785, -0.004210618324577808, 0.018014004454016685, -0.021239157766103745, -0.007401315961033106, 0.0013782711466774344, 0.00028577589546330273, 0.013210728764533997, 0.010137184523046017, 0.005754282232373953, 0.03779219463467598, 0.004644773900508881, 0.010798754170536995, -0.03147971257567406, 0.009868421591818333, -0.0297155249863863, 0.02603554166853428, 0.023403044790029526, 0.001234414055943489, 0.009131046012043953, 0.047963835299015045, -0.005568215623497963, 0.004307097289711237, 0.002325832610949874, 0.0013679341645911336, 0.0012878221459686756, 0.007690752856433392, -0.025911496952176094, 0.03134188428521156, -0.037378713488578796, -0.005364920478314161, -0.005096157547086477, 0.014402933418750763, 0.0334368571639061, -0.018317224457859993, -0.0027169170789420605, -0.01867557317018509, -0.014389150775969028, -0.029632829129695892, 0.018813401460647583, 0.01591903157532215, -0.003917735535651445, -0.017118128016591072, 0.0045620775781571865, -0.0017116405069828033, 0.01215635146945715, -0.02305847592651844, 0.0055578784085810184, 0.0033991611562669277, 0.011880697682499886, -0.008152473717927933, 0.014843979850411415, 0.017848610877990723, 0.015643376857042313, 0.010791863314807415, 0.009909769520163536, -0.02675224281847477, 0.02308604121208191, 0.005995479412376881, 0.01787617616355419, -0.005247767549008131, 0.0033164648339152336, 0.005299452692270279, -0.005309789441525936, -0.023609785363078117, 0.0007907830877229571, -0.025332624092698097, -0.02530505880713463, 0.012307961471378803, 0.010750515386462212, 0.02653171867132187, -0.0015815661754459143, 0.0033181877806782722, 0.011205344460904598, -0.019474972039461136, 0.019213099032640457, -0.009392918087542057, -0.004203727003186941, -0.007842362858355045, 0.04517972841858864, 0.007842362858355045, 0.004489718470722437, 0.037433844059705734, -0.011384519748389721, 0.02107376605272293, 0.0019485307857394218, -0.011453432962298393, -0.01671842858195305, 0.02210746891796589, -0.002468828111886978, -0.014651021920144558, -0.009110372513532639, -0.0014549375046044588, -0.014912893995642662, -0.03260989487171173, -0.00019306564354337752, 0.011095082387328148, 0.02086702547967434, 0.02671089395880699, 0.08082181960344315, 0.0403006486594677, -0.01765565387904644, 0.02748272754251957, 0.0334368571639061, -0.004544849041849375, 0.013610427267849445, 0.019805755466222763, 0.006126415450125933, -0.014981807209551334, -0.0016444497741758823, 0.013830951415002346, 0.007018845994025469, -0.019709277898073196, -0.02676602639257908, 0.0007541727391071618, 0.009131046012043953, 0.034484345465898514, -0.0020019388757646084, -0.0007688168552704155, 0.020398413762450218, -0.006419297773391008, 0.0019106284016743302, 0.005227093119174242, -0.016580602154135704, -0.0007205773727037013, 0.03252720087766647, -0.00601959927007556, 0.010026922449469566, -0.03528374060988426, -0.01055755652487278, -0.0028943694196641445, -0.041182741522789, -0.004548294935375452, -0.009999357163906097, -0.003294068155810237, 0.010020031593739986, -0.004627545364201069, 0.005006569903343916, 0.013231403194367886, 0.002579089952632785, -0.0040486715734004974, -0.01568472571671009, -0.007587382569909096, 0.02548423409461975, -0.006081621628254652, -0.0005254658753983676, 0.010764298029243946, -0.03875698521733284]}, \"text_id_to_doc_id\": {\"ea7361d5-db95-4751-9ca9-f96b2e6f9b57\": \"6a98bef8-72b3-47e9-a43b-6659f30efa8e\", \"69ac812f-789b-48ce-b4c5-09e2642be7ca\": \"aae9f69b-63ca-4e11-87e1-032064e5c71e\", \"0bed218e-cea0-45cd-86d4-328ce31c869d\": \"ca075c70-6218-41e1-869b-558191625576\", \"a59bb70f-76e8-4ba2-8994-650fa304b11d\": \"23892f98-0ba3-435e-9780-3960d995318d\", \"aaafed1f-9cf9-4fd9-96fd-d685069d5900\": \"6cdf0681-b30f-4ec7-ac21-832c820c1468\", \"d2974cdb-8444-4b39-91dc-aad2df045776\": \"48947246-c7bc-4046-a878-d55cda917cfc\", \"5360050b-3e31-4d48-ae28-88a7454b9fa2\": \"21194df1-d532-4325-b044-579852cac135\", \"6efffdc4-41ee-4978-8e28-5eb9aaf3249a\": \"4fe3ac7e-2c62-4bc5-9352-fc363d9ba2b3\", \"80d925c2-0a6c-4b3b-8fa2-bcfc148ade68\": \"20369a03-eaab-466e-a33e-5773d0db83cf\", \"45c057e5-03ae-4a26-a467-b05343cb3bdd\": \"4411ab6e-4115-4794-a5b3-8287b938cf42\", \"d619eeda-99ee-437c-8071-af110f8f6a1d\": \"0eb3ad1b-5d17-4ed6-80e2-b94edf36f390\", \"2dec65b4-c785-4088-a568-f8b9d35d797f\": \"c3cf1743-a17f-4f8b-8d7d-270aa13b9042\", \"13bd8df2-932e-4f8a-911b-cac78be9eaf9\": \"eb0d1015-8db6-45fb-b3f6-aaeb4571eb5d\", \"2ca465ae-1055-497c-a77e-86eb3cedc205\": \"a78d3297-8126-45c8-971e-2bc3c07730e4\", \"132e5449-fddd-4482-9399-2d1b79e16d13\": \"b9fe77bb-b1a4-4170-800a-333fdc98651d\", \"6ba1cd80-45a4-498d-8e74-bd82cbfbd346\": \"80635767-9279-40e8-b94a-aeeb00deeb1a\", \"300e5747-47fa-4b8e-a1a6-c1e9407e0988\": \"6faf0239-e65e-4970-8978-120329d040b3\", \"2769f022-4c05-404a-a91a-79c27d277ddd\": \"f3c933b2-5e08-453e-8399-5af4a8b61845\", \"2e18b05d-7281-4652-96e2-f7e026001cc5\": \"eeb319be-1e15-4e9b-8058-057f420e79aa\", \"496a12f0-d2a5-402a-a35d-ab2cc302e65c\": \"613ea2d0-fa9a-4213-a7cf-d63f999abf9c\", \"4d1f7434-4311-4ff8-b39b-11db0f62f235\": \"bdeddb77-887d-43d7-9888-75a57666f709\", \"1a94457e-bf00-4f76-aab1-9b838f044799\": \"87f4551a-fc11-4802-a41e-8d60bf04f096\", \"f4bd628c-adb0-49ef-9b0c-8141e4bcab63\": \"ad32845c-e81c-48af-8f9f-08c331291733\", \"05a71e3b-3b76-4ed9-b4d8-f6054d58b2c0\": \"2d6b6a87-adad-4e16-95b4-127ffca4605d\", \"85e299ab-dba3-4ed3-ad01-06d3a13961fa\": \"e9612ce1-d3c5-462c-97db-300337ec49c8\", \"d6c1fedf-e4a6-410b-a383-2dc70f09cd75\": \"caec9440-19d3-4140-bca7-7e24d1c8a156\", \"2cb56b22-b4b5-40fc-8067-81a72f1212af\": \"6f615eb4-228e-4e71-8601-f7ccdc59b61a\", \"28c52241-68bc-45e8-b28e-af90c8deac7e\": \"583a81a7-56a7-4f77-8b18-fffc6475c091\", \"09722323-73b2-41ac-96c7-f1516caf04d5\": \"82059b9f-613b-4cd3-a795-16ec456ab8a6\", \"5918b19d-e199-42b0-9c49-451a131767f6\": \"dc9ae877-b844-440f-bbc3-df00f6899a38\", \"4a230738-d305-4ab1-a617-837b8f006232\": \"2d183533-1691-489d-9175-676405f19012\", \"291ead5d-141e-4066-8ef4-220ef9c06380\": \"5b4c100e-807f-4397-8866-40b99bc11601\", \"b8edc51f-40e6-413f-a1f9-6373823fc422\": \"bc667b86-f277-4aca-954f-81d40a2ddc41\", \"5f151830-4956-4420-a841-819a0ba67049\": \"a6d5eb71-7e21-4b08-bca6-828bf704f40d\", \"34967dd7-abe3-444f-97b9-f91ed0109f8e\": \"8ac9324b-37b8-46f9-b321-ae9ff3c67cdb\", \"94884f01-ae4f-475a-b398-f39911b10fc9\": \"0015e648-98be-498d-9c9c-ed348451bf89\", \"a419d117-8173-4fe5-b0b9-bc9eb03dec33\": \"5faaa4cc-e31f-4321-87c2-a33280dfbd0c\", \"c01e28f4-eea9-4394-9668-9cf89833dd76\": \"a021cbd4-293d-4b18-8b38-60337c4cd615\", \"a76ad1ed-c784-4204-8a28-85edf517073b\": \"44476c47-f5a9-4ffe-b97d-55a285da9de1\", \"0533912b-0885-45ad-839f-49b6326df436\": \"b66da65a-c1d4-4318-9611-2ae2778defea\", \"bdc8b1e3-213d-4735-bd86-248409dddcf6\": \"92229020-a6c1-4a66-973e-551a987a07f4\", \"a19b8a1f-29df-4ec7-a6bd-b4aa97bc939e\": \"13b0bf5c-342f-4236-814f-9f768bf5aa82\", \"3eb05dd2-882e-4156-ba6f-e15784a0cb38\": \"c91e6ce2-f689-4695-9cf5-beb779721c77\", \"834a76a1-de49-4601-8fbc-f395fdf2b29c\": \"cacfadc5-57ba-4c56-99c6-ef27a3be8339\", \"f48e8084-464c-48a4-8390-00a2aee1d915\": \"65ea21df-7cc9-4bf7-851e-4a0bfd9b2128\", \"96f6807a-76be-40ad-907f-3b6a07ea6b7b\": \"f9f85053-782c-4175-b5ec-85b92f019431\", \"0e98ebcf-156a-4af6-8c79-c87cda9fa48d\": \"9e399b9c-9074-4450-af03-cabb108b8eb1\", \"279b4c40-2e33-4350-804e-9f822f2e6358\": \"40067ede-caa1-49ad-a10c-f2e0657ed765\", \"52a04b3b-b30a-4684-a289-0fcede185973\": \"b1949611-0dc9-4cb0-a3dc-931de9244e34\", \"dd1415ec-89de-4dc8-8c62-f2a35436a5ea\": \"07bbddeb-ca3c-457b-b24a-a7617fda8eb3\", \"9b5a59b0-1105-4ec4-86b5-ea74b9bf0d17\": \"67406067-b016-4b10-bc34-3f481eb07258\", \"cd61eabb-b58a-4ffd-86dd-33b15298a2da\": \"1aa40f7a-8be6-44b2-b0d9-f5d057151c5d\", \"cdad78c2-3b29-4f54-b4f0-02691363d57f\": \"f66122c4-a30e-4718-9cd1-3d0b579aae3c\", \"404a9ee9-2c1f-4291-ba3b-46884d717019\": \"bc0cb806-c075-4b0c-811d-364f8f932e1f\", \"14954038-1bb5-4232-8976-a43ba335b8e1\": \"31294b6b-728b-45f8-8fb1-16a3c5448d48\", \"571131ab-01dc-4c27-9969-d2ffc19f2e3b\": \"9d2f3c86-4435-406b-88f1-4b1157d6cb9c\", \"6f5fa939-3a05-4a7e-a744-ac75cb416554\": \"80594d38-9201-4849-8386-9a84b0fdc2ea\", \"ea3fe7d7-4c95-4dca-956c-a816d8470830\": \"5ff175e8-71f1-443c-8671-7b3acca03b8c\", \"3121332f-241d-4c60-afd2-e82dbff07d8b\": \"78091595-7d95-4e30-b0c9-035529ba7c7f\", \"8223576d-2b26-401a-be45-58513ac23505\": \"b45fbbbc-c516-4327-ace7-86cd5ae3d501\", \"1fbb3462-6bca-40a1-98bf-5fa106624cff\": \"6d57ae88-8d6a-4252-97ba-f07ea0fa22e0\", \"91d62e4a-8388-431d-98e9-61228a0f7b55\": \"b6a3b66f-a921-4c13-b94c-315a883eb04c\", \"dc4cd500-9db2-4a28-b7c9-739180dd972e\": \"0e982857-1b16-41cd-8b55-291a270d32f1\", \"bdddfad1-0632-4e2b-bf92-6f63913e2310\": \"f54f653e-130e-42bd-a0be-2b61bf300373\", \"40c85599-4a8a-4fed-803c-a1ec6090a609\": \"bbfda732-483c-4441-bcf6-989962ad8e3c\", \"6e11310c-d60e-4207-ac3b-c474662b0615\": \"43222ad3-cb4d-48cb-9555-1017a74b1682\", \"bbd7936c-4448-4047-8e2c-abfdea159bd4\": \"37b8f07f-aa5b-4f78-9be5-f95e0d001740\", \"b68ea7c5-bd96-4553-a41f-455f798d1c36\": \"66416d33-5fe9-4b75-9efb-7a030ba8fa0e\", \"243aed5e-5e66-44e6-9994-3a65bd534bbe\": \"61555526-657e-4c69-b32b-a63d98c9bb57\", \"4567539a-17ff-4308-99bb-f3504b00ab95\": \"5ec1eeb1-59d8-4188-9d60-e61b50cafb9c\", \"65ed31b7-e228-4d27-8e69-007750efd06d\": \"147e293d-2908-4a2b-9698-b6306ef34bad\", \"c045a3d1-6729-48c1-ae80-ec9905c6545e\": \"967caeb8-75fc-4e85-9b55-06e4c0209562\", \"620b4f3f-d655-4c1e-a9f4-8670a8daa51f\": \"458d79dc-f48d-4ef8-a0b6-87a2b9994f99\", \"c45870d5-1bc0-45a8-9a5e-a3e844949ecf\": \"69a1f84c-b7e8-460b-9c5d-cb882ef2aa01\", \"34015375-2b44-486c-a38c-5c6076dd507c\": \"ade0aaba-b462-4f21-aec6-2c62db305e52\", \"e9699b84-c12d-4870-9a84-71f544d2ed08\": \"c650614a-83d7-4f26-abda-19bdb47f7372\", \"ba0393cf-0d63-4d69-b78a-b4662fb2df4b\": \"8cc18412-442f-48b7-9896-5a5124e3be0c\", \"e3bc2f41-10eb-48f7-b439-bbdee407a658\": \"ffaf422f-84da-4925-9549-574aea2626a9\", \"fe3ebf2f-bf9c-4998-b5bd-8aa1835afe30\": \"09243219-80d6-4588-9635-57614675ec83\", \"49a8fe1a-f3c9-4ef5-ab1b-ce2eb30d59a9\": \"104ebf77-92cf-4a04-aa98-4de6758233c7\"}}}}}"
  },
  {
    "path": "server/static/index/github-privacy.json",
    "content": "{\"index_struct\": {\"__type__\": \"simple_dict\", \"__data__\": {\"index_id\": \"99081f4a-5d11-44ee-bc8a-71a0b130c02b\", \"summary\": null, \"nodes_dict\": {\"deec4dea-62f3-4327-9114-ebd459565b68\": \"deec4dea-62f3-4327-9114-ebd459565b68\", \"cd688b17-e53c-4a61-91d0-b9e66bd9cb62\": \"cd688b17-e53c-4a61-91d0-b9e66bd9cb62\", \"ef6abe09-7584-47a2-9a07-5a78524ded4b\": \"ef6abe09-7584-47a2-9a07-5a78524ded4b\", \"879889da-eb09-435e-9179-e8e0e636fe00\": \"879889da-eb09-435e-9179-e8e0e636fe00\", \"6330028a-776f-4f65-942a-d402f1105c00\": \"6330028a-776f-4f65-942a-d402f1105c00\", \"4ea8c771-cee8-460d-9148-d22ea5dffdeb\": \"4ea8c771-cee8-460d-9148-d22ea5dffdeb\", \"1025bff5-4750-4d94-b79f-a57e49c4c076\": \"1025bff5-4750-4d94-b79f-a57e49c4c076\", \"8e114fb6-6208-4512-b382-db25f58965f5\": \"8e114fb6-6208-4512-b382-db25f58965f5\", \"986d5a39-2b52-4f7a-8446-d678d68eaef4\": \"986d5a39-2b52-4f7a-8446-d678d68eaef4\", \"e8e8df45-62be-4a9b-a69b-d811cada68ce\": \"e8e8df45-62be-4a9b-a69b-d811cada68ce\", \"314c2608-3fd0-4fcd-b0c6-f4fbd4cdd3e5\": \"314c2608-3fd0-4fcd-b0c6-f4fbd4cdd3e5\", \"5ebefacf-c8ba-4a14-b15e-028fe8d19f13\": \"5ebefacf-c8ba-4a14-b15e-028fe8d19f13\", \"df5ae89b-5465-4d96-81d1-a5cf4ec8c4cd\": \"df5ae89b-5465-4d96-81d1-a5cf4ec8c4cd\", \"c1d317c7-88d5-4b86-93ce-afb8af4bc7e6\": \"c1d317c7-88d5-4b86-93ce-afb8af4bc7e6\", \"26a142cc-e36f-4a5d-8b96-e5db87637173\": \"26a142cc-e36f-4a5d-8b96-e5db87637173\", \"325a41a5-3f3a-4f08-896c-a059fa79f4b4\": \"325a41a5-3f3a-4f08-896c-a059fa79f4b4\", \"7dc28e6d-7d13-4a1b-80d7-a6db71a9bfdc\": \"7dc28e6d-7d13-4a1b-80d7-a6db71a9bfdc\", \"e4b408e0-bcc9-4db2-8af4-51738127f823\": \"e4b408e0-bcc9-4db2-8af4-51738127f823\", \"35dcd18d-23cd-48a9-b745-e63a025743ab\": \"35dcd18d-23cd-48a9-b745-e63a025743ab\", \"21048b4e-55a7-47ac-ae97-c1b9b75913f7\": \"21048b4e-55a7-47ac-ae97-c1b9b75913f7\", \"7e07772a-5089-4086-a6f4-2fdc2f687b38\": \"7e07772a-5089-4086-a6f4-2fdc2f687b38\", \"eb1b3d86-40bc-4629-902a-95a23c302ddb\": \"eb1b3d86-40bc-4629-902a-95a23c302ddb\", \"37f4c653-a5a7-4ba5-a284-964444c46d10\": \"37f4c653-a5a7-4ba5-a284-964444c46d10\", \"826e7d6c-4536-490b-a114-50157635a503\": \"826e7d6c-4536-490b-a114-50157635a503\", \"797d8a45-4dcc-4e5b-8b48-ffa44003f18b\": \"797d8a45-4dcc-4e5b-8b48-ffa44003f18b\", \"73546cde-e490-44dd-8872-7b3775ba54ad\": \"73546cde-e490-44dd-8872-7b3775ba54ad\", \"aabcb771-5d5a-4abe-b4d7-ab22ddf2d97a\": \"aabcb771-5d5a-4abe-b4d7-ab22ddf2d97a\", \"8e87ad36-d276-46f4-bee2-f8707d368c6a\": \"8e87ad36-d276-46f4-bee2-f8707d368c6a\", \"bb562487-9243-4f65-a820-2bc6871a554e\": \"bb562487-9243-4f65-a820-2bc6871a554e\", \"a8b98db1-764f-45b0-824a-6502e0e9be02\": \"a8b98db1-764f-45b0-824a-6502e0e9be02\", \"b85e82c7-c100-496f-83aa-cb09dcd620f9\": \"b85e82c7-c100-496f-83aa-cb09dcd620f9\", \"6abf319a-0bf1-4085-9415-701f533ef9b9\": \"6abf319a-0bf1-4085-9415-701f533ef9b9\", \"c160e1d3-f098-4b9c-9821-51445b8c218b\": \"c160e1d3-f098-4b9c-9821-51445b8c218b\", \"8f14cd5e-00ed-48b5-a364-ba1c2eb9ff70\": \"8f14cd5e-00ed-48b5-a364-ba1c2eb9ff70\", \"1e06e1cb-0413-4d5f-9ec5-6f7108e160eb\": \"1e06e1cb-0413-4d5f-9ec5-6f7108e160eb\", \"b9c25efc-401c-4588-902e-3b982dacadaf\": \"b9c25efc-401c-4588-902e-3b982dacadaf\", \"5ada5550-1621-4236-826f-ed57f1e53ca1\": \"5ada5550-1621-4236-826f-ed57f1e53ca1\", \"6a813b61-c914-4b72-8109-8dbd3d7ddb0a\": \"6a813b61-c914-4b72-8109-8dbd3d7ddb0a\", \"8b335671-5c4d-4ebe-92cb-5787a838c328\": \"8b335671-5c4d-4ebe-92cb-5787a838c328\", \"5e5d1f4a-2ea5-4543-96b4-21c88fd44aaa\": \"5e5d1f4a-2ea5-4543-96b4-21c88fd44aaa\", \"d31644e5-1664-482e-9d07-6e0b291c91b2\": \"d31644e5-1664-482e-9d07-6e0b291c91b2\", \"01ef84f6-7328-4a03-8740-9f877fc7b76d\": \"01ef84f6-7328-4a03-8740-9f877fc7b76d\", \"0aa07a76-2e38-4986-b6cf-45e752469850\": \"0aa07a76-2e38-4986-b6cf-45e752469850\", \"a4aac943-61e2-433f-890a-481877241cfb\": \"a4aac943-61e2-433f-890a-481877241cfb\", \"ed2b8032-a2cd-4f01-9535-a4b489ada424\": \"ed2b8032-a2cd-4f01-9535-a4b489ada424\", \"c0c28caa-679d-4f86-bf52-b5f10a08ce90\": \"c0c28caa-679d-4f86-bf52-b5f10a08ce90\", \"474b983a-b2c4-498d-8d9f-9e160cdce973\": \"474b983a-b2c4-498d-8d9f-9e160cdce973\", \"fb32316b-08a8-46fd-b904-c246a55103fb\": \"fb32316b-08a8-46fd-b904-c246a55103fb\", \"0ff3ba1d-d538-410c-8765-a6802626e2b4\": \"0ff3ba1d-d538-410c-8765-a6802626e2b4\", \"9ddc0f36-c4e3-4bd5-8c18-0b575f7ee5e4\": \"9ddc0f36-c4e3-4bd5-8c18-0b575f7ee5e4\", \"26bb1be4-f016-4a2b-80de-4729ab8e759e\": \"26bb1be4-f016-4a2b-80de-4729ab8e759e\", \"b60f9cec-a82d-4093-9e25-d00af52f4b6b\": \"b60f9cec-a82d-4093-9e25-d00af52f4b6b\", \"998a3933-4942-4166-b1c4-fee0a6238ddb\": \"998a3933-4942-4166-b1c4-fee0a6238ddb\", \"8521a996-618e-4d7a-a83a-62b87d93c5bb\": \"8521a996-618e-4d7a-a83a-62b87d93c5bb\", \"a90e862b-bf9f-4434-97e5-8ddd324d0e81\": \"a90e862b-bf9f-4434-97e5-8ddd324d0e81\", \"db89785a-7947-4037-86d5-09c4f4307245\": \"db89785a-7947-4037-86d5-09c4f4307245\", \"2ef41da1-d067-4973-ac03-2099ce2654c8\": \"2ef41da1-d067-4973-ac03-2099ce2654c8\", \"30f93de4-7ca8-4078-a0af-2ae671d6206d\": \"30f93de4-7ca8-4078-a0af-2ae671d6206d\", \"74b4c746-f15e-486b-8bb6-28cb279629f7\": \"74b4c746-f15e-486b-8bb6-28cb279629f7\", \"3dc989db-0408-497a-ac14-7a7665d4f3ba\": \"3dc989db-0408-497a-ac14-7a7665d4f3ba\", \"7bfe29e4-ad75-421a-8f7c-5854a4815141\": \"7bfe29e4-ad75-421a-8f7c-5854a4815141\", \"775fd99e-49e5-4e20-a9ab-226eabcdd602\": \"775fd99e-49e5-4e20-a9ab-226eabcdd602\", \"8df58b84-a12f-487b-928a-ec6865a4b2e5\": \"8df58b84-a12f-487b-928a-ec6865a4b2e5\", \"de004c05-1015-4863-98f7-b7159a686df3\": \"de004c05-1015-4863-98f7-b7159a686df3\", \"f154c692-892a-4e00-b5aa-fea5e759b463\": \"f154c692-892a-4e00-b5aa-fea5e759b463\", \"f0394eaf-b71b-4a67-bc73-88e6006e7d1f\": \"f0394eaf-b71b-4a67-bc73-88e6006e7d1f\", \"8f4c64d7-b948-4df5-a4cd-adee10d19bf7\": \"8f4c64d7-b948-4df5-a4cd-adee10d19bf7\"}, \"doc_id_dict\": {\"7890d429-bc46-4692-91ae-48ec88ae2eda\": [\"deec4dea-62f3-4327-9114-ebd459565b68\"], \"9de9127d-6678-4930-806c-19337c543177\": [\"cd688b17-e53c-4a61-91d0-b9e66bd9cb62\"], \"ac0e859a-f173-4135-8362-f3e23c4f7cff\": [\"ef6abe09-7584-47a2-9a07-5a78524ded4b\"], \"b2724f86-250a-497c-bdf9-94d829944087\": [\"879889da-eb09-435e-9179-e8e0e636fe00\"], \"b64106e5-fa31-4e3d-bdc9-0ea5e0196689\": [\"6330028a-776f-4f65-942a-d402f1105c00\"], \"b336ccaf-6a98-4c93-8727-b8ec4eb0a338\": [\"4ea8c771-cee8-460d-9148-d22ea5dffdeb\"], \"9dde892f-e81d-43eb-8fc3-0034b14fe2c4\": [\"1025bff5-4750-4d94-b79f-a57e49c4c076\"], \"a96313b6-0963-42f4-a6d8-a82a82d3f552\": [\"8e114fb6-6208-4512-b382-db25f58965f5\"], \"9a460b7d-622a-46a7-af8e-edc7737fd724\": [\"986d5a39-2b52-4f7a-8446-d678d68eaef4\"], \"a833cbe6-d732-4490-994b-15f2415d22c1\": [\"e8e8df45-62be-4a9b-a69b-d811cada68ce\"], \"408b9271-11ee-45ed-a59d-3ef9e48b761c\": [\"314c2608-3fd0-4fcd-b0c6-f4fbd4cdd3e5\"], \"1fcd6863-f867-44bf-8bda-570ddce45dbb\": [\"5ebefacf-c8ba-4a14-b15e-028fe8d19f13\"], \"ccbd29da-6ae4-4494-8781-aa084e4cc718\": [\"df5ae89b-5465-4d96-81d1-a5cf4ec8c4cd\"], \"f8c0a1e4-5a33-4b20-8f36-07b51101a846\": [\"c1d317c7-88d5-4b86-93ce-afb8af4bc7e6\"], \"1114a7a2-d520-40f8-a402-7b3c99fcb455\": [\"26a142cc-e36f-4a5d-8b96-e5db87637173\"], \"b001cebc-9c84-40af-aa5e-da4471fc0e92\": [\"325a41a5-3f3a-4f08-896c-a059fa79f4b4\"], \"38fc9887-35b3-44a2-bb8a-e397568a513d\": [\"7dc28e6d-7d13-4a1b-80d7-a6db71a9bfdc\"], \"b4eb25a4-9d27-4452-939c-be6ab0cf3d28\": [\"e4b408e0-bcc9-4db2-8af4-51738127f823\"], \"6ad279b5-7e66-493d-90af-7e6a1d8f3aaa\": [\"35dcd18d-23cd-48a9-b745-e63a025743ab\"], \"2f6a6251-2346-4ff7-9fbc-74c01bc0fe6e\": [\"21048b4e-55a7-47ac-ae97-c1b9b75913f7\"], \"a485ddaf-8e5f-4386-a158-ae5b813628fb\": [\"7e07772a-5089-4086-a6f4-2fdc2f687b38\"], \"02b0cf0d-3772-4e65-8bcd-95ec59b845c6\": [\"eb1b3d86-40bc-4629-902a-95a23c302ddb\"], \"171df388-6743-4693-9f53-d2abcd274929\": [\"37f4c653-a5a7-4ba5-a284-964444c46d10\"], \"0959e179-6553-447b-a291-84328972a7ca\": [\"826e7d6c-4536-490b-a114-50157635a503\"], \"d429700c-c281-42ae-8d10-774a328fbd2e\": [\"797d8a45-4dcc-4e5b-8b48-ffa44003f18b\"], \"aec6dfeb-2d28-4cb9-9177-2d7c032bf151\": [\"73546cde-e490-44dd-8872-7b3775ba54ad\"], \"c36ae287-94a3-42f5-98dd-51012ca2d46b\": [\"aabcb771-5d5a-4abe-b4d7-ab22ddf2d97a\"], \"6564ee4f-dd2a-4a39-b7d6-edea27e4e7ce\": [\"8e87ad36-d276-46f4-bee2-f8707d368c6a\"], \"413a68eb-c08c-43f1-a63c-014def23a5e3\": [\"bb562487-9243-4f65-a820-2bc6871a554e\"], \"64c54e96-bb1f-45d0-9d2e-d953f0cdc1cc\": [\"a8b98db1-764f-45b0-824a-6502e0e9be02\"], \"7bcc8ac9-3676-47ac-900a-c79fe2ed56af\": [\"b85e82c7-c100-496f-83aa-cb09dcd620f9\"], \"bcb390dc-dc96-48d2-b641-cf8efbb24782\": [\"6abf319a-0bf1-4085-9415-701f533ef9b9\"], \"df1f56d6-7e67-4ff0-bb7f-0d26df110fd2\": [\"c160e1d3-f098-4b9c-9821-51445b8c218b\"], \"f5e092a9-dd32-4402-8ef3-f9e2f96d5c03\": [\"8f14cd5e-00ed-48b5-a364-ba1c2eb9ff70\"], \"f42a1806-30ae-421e-a40a-802656ee4257\": [\"1e06e1cb-0413-4d5f-9ec5-6f7108e160eb\"], \"4529416a-da15-460e-a073-70ba4432a78d\": [\"b9c25efc-401c-4588-902e-3b982dacadaf\"], \"66e9abba-9bc5-439d-a16e-af1861f3e946\": [\"5ada5550-1621-4236-826f-ed57f1e53ca1\"], \"35401dc1-784a-4783-9649-2828594b3af2\": [\"6a813b61-c914-4b72-8109-8dbd3d7ddb0a\"], \"388d87bc-efc2-446d-b3a0-14980cd88e93\": [\"8b335671-5c4d-4ebe-92cb-5787a838c328\"], \"c9c4783c-e606-469b-a1dd-e2c8eb35e791\": [\"5e5d1f4a-2ea5-4543-96b4-21c88fd44aaa\"], \"da8d71cd-4ded-4da1-96eb-701713067a23\": [\"d31644e5-1664-482e-9d07-6e0b291c91b2\"], \"cbf54d73-e030-4d91-9a3f-c0ef688374ee\": [\"01ef84f6-7328-4a03-8740-9f877fc7b76d\"], \"883ea1c0-d8eb-45e1-8167-c49b0b0a58dc\": [\"0aa07a76-2e38-4986-b6cf-45e752469850\"], \"5a3c100e-756e-483b-a2e5-88cdce1ac65a\": [\"a4aac943-61e2-433f-890a-481877241cfb\"], \"aefbc008-24de-43e0-9d0b-bd09d71f8310\": [\"ed2b8032-a2cd-4f01-9535-a4b489ada424\"], \"3d688012-59a4-4f10-9a82-b704a8bea226\": [\"c0c28caa-679d-4f86-bf52-b5f10a08ce90\"], \"dd9481b5-7b52-4569-8414-048e8ffa335f\": [\"474b983a-b2c4-498d-8d9f-9e160cdce973\"], \"806fcefd-0374-4e9c-a41d-185bc8e2ced4\": [\"fb32316b-08a8-46fd-b904-c246a55103fb\"], \"c78c9f69-4533-49dc-b75e-dc499c49c770\": [\"0ff3ba1d-d538-410c-8765-a6802626e2b4\"], \"c89d6dbc-077e-435d-b4d5-eadb236d36b7\": [\"9ddc0f36-c4e3-4bd5-8c18-0b575f7ee5e4\"], \"4326ed93-a06b-4412-9dbb-82d113d33c04\": [\"26bb1be4-f016-4a2b-80de-4729ab8e759e\"], \"12a69f2b-8561-4740-b5f3-8204c174b8f9\": [\"b60f9cec-a82d-4093-9e25-d00af52f4b6b\"], \"774ea0ef-a8c5-499c-b36f-7c1ff3566f54\": [\"998a3933-4942-4166-b1c4-fee0a6238ddb\"], \"b6e21e03-0507-4a42-9d6a-a7aeb642cca8\": [\"8521a996-618e-4d7a-a83a-62b87d93c5bb\"], \"a478e8be-784a-4900-a4ed-b7957cc3ea67\": [\"a90e862b-bf9f-4434-97e5-8ddd324d0e81\"], \"44e55f1c-be69-4305-8e29-ea0261d127e2\": [\"db89785a-7947-4037-86d5-09c4f4307245\"], \"3b4e81f7-646f-40a1-bb2b-8bbc7bc5f027\": [\"2ef41da1-d067-4973-ac03-2099ce2654c8\"], \"90bff7d0-eacb-410d-8584-8e160c548ed0\": [\"30f93de4-7ca8-4078-a0af-2ae671d6206d\"], \"59e5d8fe-0829-4113-ac28-cc4c7561a422\": [\"74b4c746-f15e-486b-8bb6-28cb279629f7\"], \"29fa615f-2da7-4706-aea9-7309d47d5ace\": [\"3dc989db-0408-497a-ac14-7a7665d4f3ba\"], \"6d44d666-4524-4c9c-8ca3-2cf4fb31353e\": [\"7bfe29e4-ad75-421a-8f7c-5854a4815141\"], \"dd6770fe-cf39-418d-8a00-fbfd45be7bda\": [\"775fd99e-49e5-4e20-a9ab-226eabcdd602\"], \"7dec0e6a-968b-4d4e-b7df-a6f8f2dc69d1\": [\"8df58b84-a12f-487b-928a-ec6865a4b2e5\"], \"c8840a6f-0503-47d4-b57b-1f5e54d9740c\": [\"de004c05-1015-4863-98f7-b7159a686df3\"], \"b73cc974-4639-48f5-b370-51637b0a481d\": [\"f154c692-892a-4e00-b5aa-fea5e759b463\"], \"c48ffdec-64f9-4820-8773-7acb9cb9066d\": [\"f0394eaf-b71b-4a67-bc73-88e6006e7d1f\"], \"3ab55700-313a-44a8-9a03-687945951fb7\": [\"8f4c64d7-b948-4df5-a4cd-adee10d19bf7\"]}, \"embeddings_dict\": {}}}, \"docstore\": {\"__type__\": \"simple\", \"__data__\": {\"docs\": {\"deec4dea-62f3-4327-9114-ebd459565b68\": {\"text\": \"GitHub Docs\\n\\nSite policy / Privacy Policies / GitHub Privacy Statement\\n\\nGitHub Privacy Statement\\n\\nIn this article\\n\\nThe short version\\n\\nSummary\\n\\nGitHub Privacy Statement\\n\\nWho is responsible for the processing of your information?\\n\\nGitHub acting on your behalf\\n\\nWhat information GitHub collects\\n\\nHow GitHub uses your information\\n\\nHow we share the information we collect\\n\\nYour choices regarding our processing of your personal data\\n\\nOur use of cookies and tracking technologies\\n\\nRetention of personal data\\n\\nHow GitHub secures your information\\n\\nChanges to our Privacy Statement\\n\\nLicense\\n\\nContacting GitHub\\n\\nTranslations\\n\\nEuropean Data Protection Rights Notice\\n\\nU.S. State Data Privacy\\n\\nEffective date: December 15, 2022\\n\\nThanks for entrusting GitHub, Inc. or GitHub B.V. (\\u201cGitHub\\u201d, \\u201cwe\\u201d, \\\"us\\\" or \\\"our\\\") with your source\\ncode, your projects, and your personal data. This Privacy Statement explains our practices\\n\\nregarding the collection, use, and disclosure of your data, including any personal data we collect\\n\\nand process in connection with our website and any applications, software, products, and\\nservices provided by GitHub, including any Beta Previews (collectively, the \\u201cService(s)\\u201d).\\n\\nAll capitalized terms have their definition in GitHub\\u2019s Terms of Service, unless otherwise noted\\n\\nhere.\", \"doc_id\": \"deec4dea-62f3-4327-9114-ebd459565b68\", \"embedding\": null, \"doc_hash\": \"23c0d7cc85e4ee6772544e4347c6b44c312fefaa833b2ce19b9dab01fb06a20b\", \"extra_info\": {\"page_no\": 1}, \"node_info\": {\"start\": 0, \"end\": 1291}, \"relationships\": {\"1\": \"7890d429-bc46-4692-91ae-48ec88ae2eda\"}, \"__type__\": \"1\"}, \"cd688b17-e53c-4a61-91d0-b9e66bd9cb62\": {\"text\": \"The short version\\n\\nWe use your personal information as this Privacy Statement describes. No matter where you are,\\n\\nwhere you live, or what your citizenship is, you have the same high standard of privacy\\nprotection when using GitHub's products as all our users around the world, regardless of their\\n\\ncountry of origin or location.\\n\\nTo see our Privacy Notice for U.S. Residents, please go to GitHub's Notice about U.S. State Data\\n\\nPrivacy or scroll down.\\n\\nSummary\\n\\nSection\\n\\nWhat can you find there?\\n\\nWho is responsible\\n\\nSubject to limited exceptions, GitHub is the controller and entity responsible for\\n\\nfor the processing of\\nyour information\\n\\nthe processing of your personal data in connection with the Website or Service if\\nyou are in North America. For individuals outside North America the data\\n\\ncontroller is GitHub B.V.\", \"doc_id\": \"cd688b17-e53c-4a61-91d0-b9e66bd9cb62\", \"embedding\": null, \"doc_hash\": \"651a7306658db8ddcf339eb9e13c2ce33b5715b9394281db4a899785b8e7ac85\", \"extra_info\": {\"page_no\": 2}, \"node_info\": {\"start\": 0, \"end\": 823}, \"relationships\": {\"1\": \"9de9127d-6678-4930-806c-19337c543177\"}, \"__type__\": \"1\"}, \"ef6abe09-7584-47a2-9a07-5a78524ded4b\": {\"text\": \"What information\\n\\nGitHub collects information directly from you for your registration, payment,\\n\\nGitHub collects\\n\\ntransactions, and user profile. We also automatically collect from you your usage\\n\\ninformation, cookies, and device information, subject, where necessary, to your\\nconsent. GitHub may also collect personal data from third parties. We only collect\\n\\nthe minimum amount of personal data necessary to provide innovative services\\nand personalized experiences, unless you choose to provide more.\\n\\nHow GitHub uses\\n\\nIn this section, we describe the ways in which we use your information, including\\n\\nyour information\\n\\nto provide you the Service, to communicate with you, for security and compliance\\npurposes, and to improve our Website or Service or develop new features and\\n\\nfunctionality of our Website or Service. We also describe the legal basis upon\\n\\nwhich we process your information, where legally required.\", \"doc_id\": \"ef6abe09-7584-47a2-9a07-5a78524ded4b\", \"embedding\": null, \"doc_hash\": \"0d3ef3ff1841e33f1a7546feff1d003e368b1d0bc8c9df57303d928a62525ea4\", \"extra_info\": {\"page_no\": 2}, \"node_info\": {\"start\": 0, \"end\": 918}, \"relationships\": {\"1\": \"ac0e859a-f173-4135-8362-f3e23c4f7cff\"}, \"__type__\": \"1\"}, \"879889da-eb09-435e-9179-e8e0e636fe00\": {\"text\": \"How we share the\\n\\nWe may share your information with third parties under one of the following\\n\\ninformation we\\ncollect\\n\\ncircumstances: with your consent, with our service providers, for security\\npurposes, to comply with our legal obligations, or when there is a change of\\n\\ncontrol or sale of corporate entities or business units. We do not sell your\\n\\npersonal information and we do not display advertising on GitHub.\\n\\nYour choices\\n\\nWe provide ways for you to access, alter, or delete your personal information.\\n\\nregarding our\\nprocessing of your\\n\\npersonal data\", \"doc_id\": \"879889da-eb09-435e-9179-e8e0e636fe00\", \"embedding\": null, \"doc_hash\": \"a9b1cb3ff44016f37044c96edc57c6feb6a89136f73aef8957b7ec74f055bb6b\", \"extra_info\": {\"page_no\": 2}, \"node_info\": {\"start\": 0, \"end\": 558}, \"relationships\": {\"1\": \"b2724f86-250a-497c-bdf9-94d829944087\"}, \"__type__\": \"1\"}, \"6330028a-776f-4f65-942a-d402f1105c00\": {\"text\": \"Section\\n\\nWhat can you find there?\\n\\nCookies and tracking\\ntechnologies\\n\\nExcept for some of the cookies used on our Enterprise Marketing Pages, we only\\nuse strictly necessary cookies to provide, secure, and improve our Website or\\n\\nService or develop new features and functionality of our Website or Service.\\n\\nAs described below, we may use non-essential cookies on certain pages of our\\n\\nwebsite to support our enterprise marketing efforts and market our products and\\nservices to enterprise customers, for example on resources.github.com\\n\\n(collectively \\u201cEnterprise Marketing Pages\\u201d).\\n\\nFor more information about cookies, see the list of cookies used by GitHub.\\n\\nHow GitHub secures\\nyour information\\n\\nWe take all measures reasonably necessary to protect the confidentiality, integrity,\\nand availability of your personal data on GitHub and to protect the resilience of\\n\\nour servers.\", \"doc_id\": \"6330028a-776f-4f65-942a-d402f1105c00\", \"embedding\": null, \"doc_hash\": \"bc50b51586ff6af67e0a706dcd72a44920e0dffb4cd389288de5c3d9897b390d\", \"extra_info\": {\"page_no\": 3}, \"node_info\": {\"start\": 0, \"end\": 875}, \"relationships\": {\"1\": \"b64106e5-fa31-4e3d-bdc9-0ea5e0196689\"}, \"__type__\": \"1\"}, \"4ea8c771-cee8-460d-9148-d22ea5dffdeb\": {\"text\": \"Communication\\npreferences\\n\\nWe communicate with you by email. You can control the way we contact you in\\nyour account settings, or by contacting us.\\n\\nResolving complaints\\n\\nIn the unlikely event that we are unable to resolve a privacy concern quickly and\\nthoroughly, we provide a path of dispute resolution.\\n\\nChanges to our\\n\\nWe notify you of material changes to this Privacy Statement 30 days before any\\n\\nPrivacy Statement\\n\\nsuch changes become effective. You may also track changes in our Site Policy\\nrepository.\\n\\nLicense\\n\\nThis Privacy Statement is licensed under the Creative Commons Zero license.\\n\\nContacting GitHub\\n\\nPlease feel free to contact us if you have questions about our Privacy Statement.\\n\\nTranslations\\n\\nWe provide links to some translations of the Privacy Statement.\", \"doc_id\": \"4ea8c771-cee8-460d-9148-d22ea5dffdeb\", \"embedding\": null, \"doc_hash\": \"511cf102455d977a1a469016564764cc2f7fee95a08e14c2015ec49fa57087ca\", \"extra_info\": {\"page_no\": 3}, \"node_info\": {\"start\": 0, \"end\": 776}, \"relationships\": {\"1\": \"b336ccaf-6a98-4c93-8727-b8ec4eb0a338\"}, \"__type__\": \"1\"}, \"1025bff5-4750-4d94-b79f-a57e49c4c076\": {\"text\": \"GitHub Privacy Statement\\n\\nWho is responsible for the processing of your information?\\n\\nThe data controller of your personal data is GitHub, Inc. For individuals outside North America,\\n\\nthe data controller is GitHub B.V.\\n\\nThis privacy statement does not apply to personal data we process as a service provider or data\\n\\nprocessor on behalf of our enterprise customers. Our data processing activities as service\", \"doc_id\": \"1025bff5-4750-4d94-b79f-a57e49c4c076\", \"embedding\": null, \"doc_hash\": \"7a584ad6ea45ffdb34d32129e04d7c795e651bf614c313a06d070d5afdcc9ff1\", \"extra_info\": {\"page_no\": 3}, \"node_info\": {\"start\": 0, \"end\": 407}, \"relationships\": {\"1\": \"9dde892f-e81d-43eb-8fc3-0034b14fe2c4\"}, \"__type__\": \"1\"}, \"8e114fb6-6208-4512-b382-db25f58965f5\": {\"text\": \"provider or data processor is governed by our Data Protection Agreement. If you are an end-user\\n\\nof one of those organizations, such as an employee or student, you should read that\\n\\norganization\\u2019s privacy statement and direct any privacy inquiries to that organization.\\n\\nGitHub acting on your behalf\\n\\nIn some cases, GitHub is acting only on your behalf for the personal data we collect and process\\n\\nin connection with our Service (for example, for the personal data added to a repository by the\\n\\ncontributors to such repository). In such cases, GitHub will only process the data in order to\\n\\nprovide, protect, and improve Service. Please note that subject to our Private Information\\n\\nRemoval Policy contributors\\u2019 requests to remove personal data generally require notice to and\\n\\naction from the repository owner.\\n\\nWhat information GitHub collects\\n\\nThe personal data we collect depends on how you interact with us, the services you use, and the\\n\\nchoices you make. We collect information about you from different sources and in various ways\\n\\nwhen you use our Service, including information you provide directly, information collected\\n\\nautomatically, third-party data sources, and data we infer or generate from other data.\\n\\nInformation users provide directly to GitHub\\n\\nWe collect personal data you provide to us. For example:\\n\\nRegistration information\\n\\nWe collect information such as your name and contact data, including username and email\\n\\naddress, and credentials such as your password, during account creation.\\n\\nDemographic information\\n\\nIn some cases, we request that you provide age, gender, and similar demographic details.\\n\\nPayment and billing information\\n\\nIf you make a purchase or other financial transaction, we collect credit card numbers, financial\\n\\naccount information, and other payment details.\\n\\nContent and files\", \"doc_id\": \"8e114fb6-6208-4512-b382-db25f58965f5\", \"embedding\": null, \"doc_hash\": \"cc155a12da5816516e68246b025fb3c61fc50ebfd476781c0dd3c6fdfd2cdb21\", \"extra_info\": {\"page_no\": 4}, \"node_info\": {\"start\": 0, \"end\": 1827}, \"relationships\": {\"1\": \"a96313b6-0963-42f4-a6d8-a82a82d3f552\"}, \"__type__\": \"1\"}, \"986d5a39-2b52-4f7a-8446-d678d68eaef4\": {\"text\": \"We collect any code, text, photographs, documents, or other files, including videos or recordings,\\n\\nyou upload to our Service; and if you send us email messages or other communications, we\\n\\ncollect and retain those communications. For example, you may choose to give us more\\n\\ninformation for your Account profile, such as your full name, an avatar which may include a\\n\\nphotograph, your biography, your location, your company, and a URL to a third-party website.\\n\\nPlease note that your profile information may be visible to other Users of our Service.\\n\\nFeedback and ratings\\n\\nWe collect any feedback or ratings you provide, including through written communications and\\n\\nvia surveys.\\n\\nInformation GitHub automatically collects\\n\\nWhen you visit or use our Service, we collect some information automatically. For example:\\n\\nTransaction information, Subscription and licensing data\\n\\nIf you have a paid Account or subscription with us,\", \"doc_id\": \"986d5a39-2b52-4f7a-8446-d678d68eaef4\", \"embedding\": null, \"doc_hash\": \"ac29e436386194a4dfe295d2f46dbfde66d9b981551549eccc2749d0f280e9e0\", \"extra_info\": {\"page_no\": 5}, \"node_info\": {\"start\": 0, \"end\": 926}, \"relationships\": {\"1\": \"9a460b7d-622a-46a7-af8e-edc7737fd724\"}, \"__type__\": \"1\"}, \"e8e8df45-62be-4a9b-a69b-d811cada68ce\": {\"text\": \"or make a purchase or sale using our Service,\\n\\nwe automatically collect certain information about your transactions on the Service, such as your\\n\\nfull name, address, region, state, country, zip code, the date, time, and amount charged.\\n\\nUsage information and Interactions\\n\\nIf you're accessing or using our Service, we may automatically collect information about how you\\n\\nuse and how your device interacts with the Service, such as the pages you view, the referring site,\\nyour IP address and information about your device, session information, the date and time of\\n\\neach request, device type and ID, operation system and application version, information\\n\\ncontained in or relating to your contributions to individual repositories, and telemetry data (i.e.\\n\\ninformation about how a specific feature or service is performing) regarding your use of other\\n\\nfeatures and functionality of the Service. As further described below,\", \"doc_id\": \"e8e8df45-62be-4a9b-a69b-d811cada68ce\", \"embedding\": null, \"doc_hash\": \"1eb74508b24b17af175355fad9b50aab57c321ad643d2ac0f3f06e2c5d093280\", \"extra_info\": {\"page_no\": 5}, \"node_info\": {\"start\": 0, \"end\": 921}, \"relationships\": {\"1\": \"a833cbe6-d732-4490-994b-15f2415d22c1\"}, \"__type__\": \"1\"}, \"314c2608-3fd0-4fcd-b0c6-f4fbd4cdd3e5\": {\"text\": \"we automatically collect\\n\\nusage information and interaction data using cookies (which may use a cookie ID), depending on\\n\\nyour settings or preferences, in connection with our Service.\\n\\nGeolocation information\\n\\nIn connection with certain features and depending on the functionality of the Service, we collect\\n\\ngeolocation information such as through IP addresses or the location information you choose to\\n\\nprovide in your Account profile.\\n\\nInformation we create or generate\", \"doc_id\": \"314c2608-3fd0-4fcd-b0c6-f4fbd4cdd3e5\", \"embedding\": null, \"doc_hash\": \"616b5e828903a17132464a493b65607e7113dca2a13e5966f80de610da806ab2\", \"extra_info\": {\"page_no\": 5}, \"node_info\": {\"start\": 0, \"end\": 472}, \"relationships\": {\"1\": \"408b9271-11ee-45ed-a59d-3ef9e48b761c\"}, \"__type__\": \"1\"}, \"5ebefacf-c8ba-4a14-b15e-028fe8d19f13\": {\"text\": \"We infer new information from other data we collect, including using automated means to\\n\\ngenerate information about your likely preferences or other characteristics (\\u201cinferences\\u201d). For\\n\\nexample, we infer your general geographic location (such as city, state, and country) based on\\n\\nyour IP address.\\n\\nInformation we collect from third parties\\n\\nOther companies with whom you choose to engage. GitHub may collect personal data about you\\n\\nfrom third parties. For example, this may happen if you sign up for training or to receive\\n\\ninformation about GitHub from one of our vendors, partners, or affiliates. GitHub does not\\n\\npurchase personal data from third-party data brokers.\\n\\nService Providers. We may also receive information from processors or service providers who\\n\\nprocess the data on our behalf, such as our payment processor who process payment and billing\\n\\ninformation in connection with our Service.\\n\\nContent you post on our Service.\", \"doc_id\": \"5ebefacf-c8ba-4a14-b15e-028fe8d19f13\", \"embedding\": null, \"doc_hash\": \"6149ea7dfb037ec9e77d5051411943fd994bf087bcb7ed4e523d4a97aeec18f6\", \"extra_info\": {\"page_no\": 6}, \"node_info\": {\"start\": 0, \"end\": 939}, \"relationships\": {\"1\": \"1fcd6863-f867-44bf-8bda-570ddce45dbb\"}, \"__type__\": \"1\"}, \"df5ae89b-5465-4d96-81d1-a5cf4ec8c4cd\": {\"text\": \"Information you store in, or contribute to, a public repository,\\n\\nprovide for use in connection with a Community Feature or make otherwise publicly available\\n\\nthrough the Service will be collected by GitHub as described in this Privacy Statement. Such\\n\\ninformation may also be available to the GitHub user community as well as the general public.\\n\\nFor more information about repositories and community features, see \\\"About your profile.\\\"\\n\\nCo-branding/marketing partners. We may receive information from partners with which we offer\\n\\nco-branded services or engage in joint marketing activities.\\n\\nPublicly available sources. We may also obtain information from publicly available sources as\\n\\nGitHub repositories.\\n\\nWhen you are asked to provide personal data, you may decline. And you may use web browser\\n\\nor operating system controls to prevent certain types of automatic data collection.\", \"doc_id\": \"df5ae89b-5465-4d96-81d1-a5cf4ec8c4cd\", \"embedding\": null, \"doc_hash\": \"87e23f75fa0a187e5e2d1451827be1423c460721ec872785b2215129c382684a\", \"extra_info\": {\"page_no\": 6}, \"node_info\": {\"start\": 0, \"end\": 886}, \"relationships\": {\"1\": \"ccbd29da-6ae4-4494-8781-aa084e4cc718\"}, \"__type__\": \"1\"}, \"c1d317c7-88d5-4b86-93ce-afb8af4bc7e6\": {\"text\": \"But if you\\n\\nchoose not to provide or allow information that is necessary for certain services or features,\\n\\nthose services or features may not be available or fully functional.\\n\\nHow GitHub uses your information\\n\\nWe may use your information to provide, administer, analyze, manage, and operate our Service.\\n\\nFor example, we use your information for the following purposes:\\n\\nProvide our products and deliver our services including troubleshooting, improving, and\\n\\npersonalizing the features on the Service.\\n\\nBusiness operations such as billing, accounting, improving our internal operations, securing\\n\\nour systems, detecting fraudulent or illegal activity, and meeting our legal obligations.\", \"doc_id\": \"c1d317c7-88d5-4b86-93ce-afb8af4bc7e6\", \"embedding\": null, \"doc_hash\": \"74993476d17dab66d3bbcecc7434c682f909a94f1795ccfc646842df62634f6e\", \"extra_info\": {\"page_no\": 6}, \"node_info\": {\"start\": 0, \"end\": 689}, \"relationships\": {\"1\": \"f8c0a1e4-5a33-4b20-8f36-07b51101a846\"}, \"__type__\": \"1\"}, \"26a142cc-e36f-4a5d-8b96-e5db87637173\": {\"text\": \"Improve and develop our products and services including to develop new services or\\n\\nfeatures, and conduct research.\\n\\nPersonalization of our Service by understanding you and your preferences to enhance your\\n\\nexperience and enjoyment using our Service.\\n\\nProvide customer support and respond to your questions.\\n\\nDeliver promotional communications with you about new services, features, offers,\\n\\npromotions, and other information about our Service.\\n\\nPersonalize and measure the effectiveness of enterprise business ads, including those you\\n\\nsee off of the Services, promotional communications or marketing you receive related to the\\n\\nEnterprise Marketing Pages.\\n\\nSend you information, including confirmations, invoices, technical notices, updates, security\\n\\nalerts, support and administrative messages.\\n\\nWe combine data we collect from different sources for these purposes and to give you a more\\n\\nseamless, consistent, and personalized experience.\", \"doc_id\": \"26a142cc-e36f-4a5d-8b96-e5db87637173\", \"embedding\": null, \"doc_hash\": \"37753bf4f3de98f316f8a1112e6997c7c17354ed16619f3320665276f24e96a7\", \"extra_info\": {\"page_no\": 7}, \"node_info\": {\"start\": 0, \"end\": 943}, \"relationships\": {\"1\": \"1114a7a2-d520-40f8-a402-7b3c99fcb455\"}, \"__type__\": \"1\"}, \"325a41a5-3f3a-4f08-896c-a059fa79f4b4\": {\"text\": \"How we share the information we collect\\n\\nWe share personal data as described below, including with your consent or as necessary to\\n\\ncomplete your transactions or provide the services you have requested or authorized. In\\n\\naddition, we may share each of the categories of your personal data described above with the\\n\\ntypes of third parties described below for the following business purposes:\\n\\nPublic information\\n\\nYou may select options available through our Service to publicly display and share your name\\n\\nand/or username and certain other information, such as your profile, demographic data, content\\n\\nand files, or geolocation data. For example, if you would like your email address to remain\\n\\nprivate, even when you\\u2019re commenting on public repositories, you can adjust your setting for\\n\\nyour email address to be private in your user profile. You can also update your local Git\\n\\nconfiguration to use your private email address. For more information,\", \"doc_id\": \"325a41a5-3f3a-4f08-896c-a059fa79f4b4\", \"embedding\": null, \"doc_hash\": \"760db10cd8fceb1bfd15d3a3ee21355838fbe91ad6414f69dac8f61966bebbcb\", \"extra_info\": {\"page_no\": 7}, \"node_info\": {\"start\": 0, \"end\": 950}, \"relationships\": {\"1\": \"b001cebc-9c84-40af-aa5e-da4471fc0e92\"}, \"__type__\": \"1\"}, \"7dc28e6d-7d13-4a1b-80d7-a6db71a9bfdc\": {\"text\": \"see \\\"Setting your commit\\n\\nemail address.\\\"\\n\\nPlease note that if you would like to compile GitHub data, you must comply with our Terms of\\n\\nService regarding information usage and privacy, and you may only use any public-facing\\n\\ninformation you gather for the purpose for which our user authorized it. For example, where a\\n\\nGitHub user has made an email address public-facing for the purpose of identification and\\n\\nattribution, do not use that email address for the purposes of sending unsolicited emails to users\\n\\nor selling personal information, such as to recruiters, headhunters, and job boards, or for\\n\\ncommercial advertising. We expect you to reasonably secure information you have gathered\\n\\nfrom GitHub, and to respond promptly to complaints, removal requests, and \\\"do not contact\\\"\\n\\nrequests from GitHub or GitHub users.\", \"doc_id\": \"7dc28e6d-7d13-4a1b-80d7-a6db71a9bfdc\", \"embedding\": null, \"doc_hash\": \"f30c6c9842e5a740ffd084a0a7351d97b6e27e7736454e4acdb83aa98bda5df0\", \"extra_info\": {\"page_no\": 7}, \"node_info\": {\"start\": 0, \"end\": 824}, \"relationships\": {\"1\": \"38fc9887-35b3-44a2-bb8a-e397568a513d\"}, \"__type__\": \"1\"}, \"e4b408e0-bcc9-4db2-8af4-51738127f823\": {\"text\": \"Third-party applications\\n\\nWe share your personal data with third party applications when you tell us to do so. For example,\\nif you purchase an application listed on our Marketplace, we share your username to allow the\\n\\napplication developer to provide you with services. You can enable or add third-party\\n\\napplications, known as \\\"Developer Products,\\\" to your Account. These Developer Products are not\\n\\nnecessary for your use of GitHub. We will share your personal data with such third-party\\n\\napplications when you ask us to; however, you are responsible for your use of the third-party\\n\\nDeveloper Products and for the amount of personal data you choose to share with it. You can\\n\\ncheck our API documentation to see what information is provided when you authenticate into a\\n\\nDeveloper Product using your GitHub profile.\\n\\nOrganizations with which you engage\\n\\nYou may indicate, through your actions on GitHub,\", \"doc_id\": \"e4b408e0-bcc9-4db2-8af4-51738127f823\", \"embedding\": null, \"doc_hash\": \"fef0e76855e58e60817569ca938d53e0bec0e722fb805105309f0461c4f6a025\", \"extra_info\": {\"page_no\": 8}, \"node_info\": {\"start\": 0, \"end\": 906}, \"relationships\": {\"1\": \"b4eb25a4-9d27-4452-939c-be6ab0cf3d28\"}, \"__type__\": \"1\"}, \"35dcd18d-23cd-48a9-b745-e63a025743ab\": {\"text\": \"that you are willing to share your personal\\n\\ndata with Organizations, as defined in GitHub\\u2019s Terms of Service, who also use the Services. If you\\n\\ncollaborate on or become a member of an Organization, then its Account owners may receive\\nyour personal data, for example by having the ability to view your activity in the Organization\\u2019s\\n\\naccess log.\\n\\nWhen you accept an invitation to an Organization, you will be notified of the types of\\n\\ninformation owners may be able to see (for more information, see About Organization\\n\\nMembership). Please contact the Account owners for more information about how they might\\n\\nprocess your personal data in their Organization and the ways for you to access, update, alter, or\\n\\ndelete your personal data stored in the Account.\\n\\nService providers\\n\\nWe share your personal data with service providers who process the information on our behalf to\\n\\nprovide or improve our Service. For example,\", \"doc_id\": \"35dcd18d-23cd-48a9-b745-e63a025743ab\", \"embedding\": null, \"doc_hash\": \"d9e5cbbc0d5fc64f463a233b8784b6f803f9c83ce49fb3b28cf031afa9154aeb\", \"extra_info\": {\"page_no\": 8}, \"node_info\": {\"start\": 0, \"end\": 921}, \"relationships\": {\"1\": \"6ad279b5-7e66-493d-90af-7e6a1d8f3aaa\"}, \"__type__\": \"1\"}, \"21048b4e-55a7-47ac-ae97-c1b9b75913f7\": {\"text\": \"our service providers may perform payment\\n\\nprocessing, customer support ticketing, network data transmission, web analytics, marketing\\n\\noperations, security, online advertising, and other similar services. Our service providers may\\n\\nprocess data in your region, in the United States, or in any other country where they operate\\n\\nfacilities.\\n\\nSuch processing by service providers and any related cross border data transfers will be in\\n\\ncompliance with applicable law.\\n\\nAffiliates\\n\\nWe enable access to personal data across our subsidiaries, affiliates, and related companies, for\\n\\nexample, where we share common data systems, when affiliates provide services on our behalf,\", \"doc_id\": \"21048b4e-55a7-47ac-ae97-c1b9b75913f7\", \"embedding\": null, \"doc_hash\": \"e2e8e15e291b6074ce4a93ec99d6625a9dfbe1e511ca9a879e4eebb6bc900cc0\", \"extra_info\": {\"page_no\": 8}, \"node_info\": {\"start\": 0, \"end\": 670}, \"relationships\": {\"1\": \"2f6a6251-2346-4ff7-9fbc-74c01bc0fe6e\"}, \"__type__\": \"1\"}, \"7e07772a-5089-4086-a6f4-2fdc2f687b38\": {\"text\": \"or where access is needed to operate and provide the Service.\\n\\nFor security purposes\\n\\nWe will disclose personal data if we believe it is necessary to:\\n\\nprotect our customers and others, for example to prevent spam or attempts to commit\\n\\nfraud, or to help prevent the loss of life or serious injury of anyone;\\n\\noperate and maintain the security of the Service, including to prevent or stop an attack on\\n\\nour systems or networks; or\\n\\nprotect the rights or property or ourselves or others, including enforcing our agreements,\\n\\nterms, and policies.\\n\\nFor legal disclosure\\n\\nGitHub may disclose personal data or other information we collect about you to law\\n\\nenforcement or other governmental agencies if required in response to a valid legal process. For\\n\\nmore information about our disclosure in response to legal requests, see our Guidelines for Legal\\n\\nRequests of User Data.\", \"doc_id\": \"7e07772a-5089-4086-a6f4-2fdc2f687b38\", \"embedding\": null, \"doc_hash\": \"84fc09046c6fbd8f4d29c25e5dd4febe17ff656ba4d17f3fe88f48226d48c6a6\", \"extra_info\": {\"page_no\": 9}, \"node_info\": {\"start\": 0, \"end\": 871}, \"relationships\": {\"1\": \"a485ddaf-8e5f-4386-a158-ae5b813628fb\"}, \"__type__\": \"1\"}, \"eb1b3d86-40bc-4629-902a-95a23c302ddb\": {\"text\": \"Change in control or sale\\n\\nWe may share your personal data if we are involved in a merger, sale, or acquisition of corporate\\n\\nentities or business units as described in this Privacy Statement.\\n\\nPlease note that some of the features on our Service include integrations, references, or links to\\n\\nservices provided by third parties whose privacy practices differ from ours. If you provide\\n\\npersonal data to any of those third parties, or allow us to share personal data with them, that\\n\\ndata is governed by their privacy statements.\\n\\nFinally, we may share de-identified information in accordance with applicable law.\\n\\nYour choices regarding our processing of your personal data\\n\\nWe provide choices about the personal data we collect about you. The choices you make will not\\n\\napply to any personal data associated with an Organization under your Account.\\n\\nAccess, correction, and deletion. If you're a GitHub user, you may access, update,\", \"doc_id\": \"eb1b3d86-40bc-4629-902a-95a23c302ddb\", \"embedding\": null, \"doc_hash\": \"c4e4a40a300321f0985abe6958201ff823d24c097541efe4b5cc019b9663936b\", \"extra_info\": {\"page_no\": 9}, \"node_info\": {\"start\": 0, \"end\": 934}, \"relationships\": {\"1\": \"02b0cf0d-3772-4e65-8bcd-95ec59b845c6\"}, \"__type__\": \"1\"}, \"37f4c653-a5a7-4ba5-a284-964444c46d10\": {\"text\": \"alter, or delete\\n\\nyour basic user profile information by editing your user profile or contacting GitHub Support or\\n\\nGitHub Premium Support. You can control the information we collect about you by limiting what\\n\\ninformation is in your profile, by keeping your information current, by changing your cookie\\n\\npreferences, or by contacting GitHub Support or GitHub Premium Support.\", \"doc_id\": \"37f4c653-a5a7-4ba5-a284-964444c46d10\", \"embedding\": null, \"doc_hash\": \"6d30de241f543b4203ac134f187b7363dd8aaee4b7f9479c3b2a7c5dddb62422\", \"extra_info\": {\"page_no\": 9}, \"node_info\": {\"start\": 0, \"end\": 376}, \"relationships\": {\"1\": \"171df388-6743-4693-9f53-d2abcd274929\"}, \"__type__\": \"1\"}, \"826e7d6c-4536-490b-a114-50157635a503\": {\"text\": \"We retain and use your information as described in this Privacy Statement, but barring legal\\n\\nrequirements, we will delete your full profile within 90 days of your request. After an account has\\n\\nbeen deleted, certain data, such as contributions to other Users' repositories and comments in\\n\\nothers' issues, will remain. However, we will delete or de-identify your personal data, including\\n\\nyour username and email address, from the author field of issues, pull requests, and comments\\n\\nby associating them with a ghost user. That said, the email address you have provided via your\\n\\nGit commit settings will always be associated with your commits in the Git system. If you choose\\n\\nto make your email address private, you should also update your Git commit settings.\", \"doc_id\": \"826e7d6c-4536-490b-a114-50157635a503\", \"embedding\": null, \"doc_hash\": \"39a59d82db45c8db824577c574f746e868ae4a5cae3df40b7817f25c5e207223\", \"extra_info\": {\"page_no\": 10}, \"node_info\": {\"start\": 0, \"end\": 763}, \"relationships\": {\"1\": \"0959e179-6553-447b-a291-84328972a7ca\"}, \"__type__\": \"1\"}, \"797d8a45-4dcc-4e5b-8b48-ffa44003f18b\": {\"text\": \"We are\\n\\nunable to change or delete data in the Git commit history \\u2014 the Git software is designed to\\n\\nmaintain a record \\u2014 but we do enable you to control what information you put in that record.\\n\\nIf GitHub processes personal data other than your profile information, such as information about\\n\\nyou GitHub receives from third parties, then you may, subject to applicable law, access, update,\\n\\nalter, delete, object to or restrict the processing of your personal data by contacting GitHub\\n\\nSupport or GitHub Premium Support.\\n\\nYou can adjust the settings on your Account regarding the display of your personal data in\\n\\nprivate or public repositories or personal data processed in connection with Community Features\\n\\n(such as GitHub Feed, GitHub Sponsors, and GitHub Explore) through profile settings.\\n\\nAdditionally, if you are unable to access certain personal data we have via the means described\\n\\nabove,\", \"doc_id\": \"797d8a45-4dcc-4e5b-8b48-ffa44003f18b\", \"embedding\": null, \"doc_hash\": \"a8573f84af4317d4302b1ee6096c39002331cbd1e4bad444eb0b543b330b9d65\", \"extra_info\": {\"page_no\": 10}, \"node_info\": {\"start\": 0, \"end\": 901}, \"relationships\": {\"1\": \"d429700c-c281-42ae-8d10-774a328fbd2e\"}, \"__type__\": \"1\"}, \"73546cde-e490-44dd-8872-7b3775ba54ad\": {\"text\": \"you can request access by contacting us as described at the bottom of this privacy\\n\\nstatement.\\n\\nData portability\\n\\nAs a GitHub User, you can always take your data with you. You can clone your repositories to\\n\\nyour desktop, for example, or you can use our Data Portability tools to download information we\\n\\nhave about you.\\n\\nCommunication preferences\\n\\nWe use your email address to communicate with you, if you've said that's okay, and only for the\\n\\nreasons you\\u2019ve said that\\u2019s okay. For example, if you contact our Support team with a request, we\\n\\nrespond to you via email. You have control over how your email address is used and shared with\\n\\nother Users on and through our Service. You may manage your communication preferences in\\n\\nyour profile's email settings.\\n\\nBy design, the Git version control system associates many actions with a user's email address,\", \"doc_id\": \"73546cde-e490-44dd-8872-7b3775ba54ad\", \"embedding\": null, \"doc_hash\": \"090337cf2fec923413f54e30724b6b8e2feb1a7c681ea76c570955f3be4d2063\", \"extra_info\": {\"page_no\": 10}, \"node_info\": {\"start\": 0, \"end\": 856}, \"relationships\": {\"1\": \"aec6dfeb-2d28-4cb9-9177-2d7c032bf151\"}, \"__type__\": \"1\"}, \"aabcb771-5d5a-4abe-b4d7-ab22ddf2d97a\": {\"text\": \"such as commit messages. See more details regarding setting your commit email address.\\n\\nDepending on your email settings, GitHub may occasionally send notification emails, for\\n\\nexample, about changes in a repository you\\u2019re watching, new features, requests for feedback,\\n\\nimportant policy changes, or to offer customer support. We may also send marketing emails,\", \"doc_id\": \"aabcb771-5d5a-4abe-b4d7-ab22ddf2d97a\", \"embedding\": null, \"doc_hash\": \"ba0788f4bd3e3dc4d9a80aaae717713c7fdec32b1635d80bff73dfe5ac314340\", \"extra_info\": {\"page_no\": 10}, \"node_info\": {\"start\": 0, \"end\": 361}, \"relationships\": {\"1\": \"c36ae287-94a3-42f5-98dd-51012ca2d46b\"}, \"__type__\": \"1\"}, \"8e87ad36-d276-46f4-bee2-f8707d368c6a\": {\"text\": \"based on your choices and in accordance with applicable laws and regulations. There's an\\n\\n\\u201cunsubscribe\\u201d link located at the bottom of each of the marketing emails we send you.\\n\\nPlease note that you cannot opt out of receiving important communications from us, such as\\n\\nemails from our Support team or system emails, but you can configure your notifications settings\\n\\nin your profile to opt out of other communications.\\n\\nOur use of cookies and tracking technologies\\n\\nCookies and tracking technologies\\n\\nGitHub uses cookies to provide, secure and improve our Service or to develop new features and\\n\\nfunctionality of our Service. For example, we use them to (i) keep you logged in, (ii) remember\\n\\nyour preferences, (iii) identify your device for security and fraud purposes, including as needed to\\n\\nmaintain the integrity of our Service, (iv) compile statistical reports,\", \"doc_id\": \"8e87ad36-d276-46f4-bee2-f8707d368c6a\", \"embedding\": null, \"doc_hash\": \"054d07695b2ec76b29157403bd5e430ce6cfa5f09d9eb8049671377b01b57814\", \"extra_info\": {\"page_no\": 11}, \"node_info\": {\"start\": 0, \"end\": 867}, \"relationships\": {\"1\": \"6564ee4f-dd2a-4a39-b7d6-edea27e4e7ce\"}, \"__type__\": \"1\"}, \"bb562487-9243-4f65-a820-2bc6871a554e\": {\"text\": \"and (v) provide information\\n\\nand insight for future development of GitHub. We provide more information about cookies on\\n\\nGitHub that describes the cookies we set, the needs we have for those cookies, and the\\n\\nexpiration of such cookies.\\n\\nFor Enterprise Marketing Pages, we may also use non-essential cookies to (i) gather information\\n\\nabout enterprise users\\u2019 interests and online activities to personalize their experiences, including\\nby making the ads, content, recommendations, and marketing seen or received more relevant\\n\\nand (ii) serve and measure the effectiveness of targeted advertising and other marketing efforts.\\nIf you disable the non-essential cookies on the Enterprise Marketing Pages, the ads, content, and\\n\\nmarketing you see may be less relevant.\\n\\nOur emails to users may contain a pixel tag, which is a small, clear image that can tell us whether\\nor not you have opened an email and what your IP address is.\", \"doc_id\": \"bb562487-9243-4f65-a820-2bc6871a554e\", \"embedding\": null, \"doc_hash\": \"103f4d700de83a2abb0a3f86db2735945732532de358ad44218c2cd7ce5cd8d0\", \"extra_info\": {\"page_no\": 11}, \"node_info\": {\"start\": 0, \"end\": 924}, \"relationships\": {\"1\": \"413a68eb-c08c-43f1-a63c-014def23a5e3\"}, \"__type__\": \"1\"}, \"a8b98db1-764f-45b0-824a-6502e0e9be02\": {\"text\": \"We use this pixel tag to make our\\nemail communications more effective and to make sure we are not sending you unwanted email.\\n\\nThe length of time a cookie will stay on your browser or device depends on whether it is a\\n\\n\\u201cpersistent\\u201d or \\u201csession\\u201d cookie. Session cookies will only stay on your device until you stop\\nbrowsing. Persistent cookies stay until they expire or are deleted. The expiration time or retention\\n\\nperiod applicable to persistent cookies depends on the purpose of the cookie collection and tool\\nused. You may be able to delete cookie data. For more information, see \\\"GitHub Privacy\\n\\nStatement.\\\"\\n\\nWhat are cookies and similar technologies?\\n\\nWe use cookies and similar technologies, such as web beacons, local storage, and mobile\\n\\nanalytics, to operate and provide our Services. When visiting Enterprise Marketing Pages, like\\nresources.github.com, these and additional cookies,\", \"doc_id\": \"a8b98db1-764f-45b0-824a-6502e0e9be02\", \"embedding\": null, \"doc_hash\": \"27657178b75e07b0be8086050bdcb97399635456d9a5f4f3626b5bfb8a81b0c0\", \"extra_info\": {\"page_no\": 11}, \"node_info\": {\"start\": 0, \"end\": 893}, \"relationships\": {\"1\": \"64c54e96-bb1f-45d0-9d2e-d953f0cdc1cc\"}, \"__type__\": \"1\"}, \"b85e82c7-c100-496f-83aa-cb09dcd620f9\": {\"text\": \"like advertising IDs, may be used for sales\\n\\nand marketing purposes.\", \"doc_id\": \"b85e82c7-c100-496f-83aa-cb09dcd620f9\", \"embedding\": null, \"doc_hash\": \"c4803bce628dc1cc671581f88c9569c5d5bfddb7e8081742d8d1ae23f2eddb4d\", \"extra_info\": {\"page_no\": 11}, \"node_info\": {\"start\": 0, \"end\": 68}, \"relationships\": {\"1\": \"7bcc8ac9-3676-47ac-900a-c79fe2ed56af\"}, \"__type__\": \"1\"}, \"6abf319a-0bf1-4085-9415-701f533ef9b9\": {\"text\": \"Cookies are small text files stored by your browser on your device. A cookie can later be read\\nwhen your browser connects to a web server in the same domain that placed the cookie. The text\\nin a cookie contains a string of numbers and letters that may uniquely identify your device and\\n\\ncan contain other information as well. This allows the web server to recognize your browser over\\ntime, each time it connects to that web server.\\n\\nWeb beacons are electronic images (also called \\u201csingle-pixel\\u201d or \\u201cclear GIFs\\u201d) that are contained\\n\\nwithin a website or email. When your browser opens a webpage or email that contains a web\\nbeacon, it automatically connects to the web server that hosts the image (typically operated by a\\n\\nthird party). This allows that web server to log information about your device and to set and read\\nits own cookies. In the same way,\", \"doc_id\": \"6abf319a-0bf1-4085-9415-701f533ef9b9\", \"embedding\": null, \"doc_hash\": \"0692ef7664e59a197fcf16e9e27b6514c885056320ef364ccb8cf424084e85d1\", \"extra_info\": {\"page_no\": 12}, \"node_info\": {\"start\": 0, \"end\": 853}, \"relationships\": {\"1\": \"bcb390dc-dc96-48d2-b641-cf8efbb24782\"}, \"__type__\": \"1\"}, \"c160e1d3-f098-4b9c-9821-51445b8c218b\": {\"text\": \"third-party content on our websites (such as embedded videos,\\n\\nplug-ins, or ads) results in your browser connecting to the third-party web server that hosts that\\ncontent.\\n\\nMobile identifiers for analytics can be accessed and used by apps on mobile devices in much the\\nsame way that websites access and use cookies. When visiting Enterprise Marketing pages, like\\n\\nresources.github.com, on a mobile device these may allow us and our third-party analytics and\\nadvertising partners to collect data for sales and marketing purposes.\\n\\nWe may also use so-called \\u201cflash cookies\\u201d (also known as \\u201cLocal Shared Objects\\u201d or \\u201cLSOs\\u201d) to\\n\\ncollect and store information about your use of our Services. Flash cookies are commonly used\\nfor advertisements and videos.\", \"doc_id\": \"c160e1d3-f098-4b9c-9821-51445b8c218b\", \"embedding\": null, \"doc_hash\": \"ed229fa364ce2ac5d0595f337438c3eaa9961a33fef9cee7fcb78c871baecd1b\", \"extra_info\": {\"page_no\": 12}, \"node_info\": {\"start\": 0, \"end\": 748}, \"relationships\": {\"1\": \"df1f56d6-7e67-4ff0-bb7f-0d26df110fd2\"}, \"__type__\": \"1\"}, \"8f14cd5e-00ed-48b5-a364-ba1c2eb9ff70\": {\"text\": \"How do we and our partners use cookies and similar technologies?\\n\\nThe GitHub Services use cookies and similar technologies for a variety of purposes, including to\\nstore your preferences and settings, enable you to sign-in, analyze how our Services perform,\\n\\ntrack your interaction with the Services, develop inferences, combat fraud, and fulfill other\\nlegitimate purposes. Some of these cookies and technologies may be provided by third parties,\\nincluding service providers and advertising partners. For example, our analytics and advertising\\n\\npartners may use these technologies in our Services to collect personal information (such as the\\npages you visit, the links you click on, and similar usage information, identifiers, and device\\n\\ninformation) related to your online activities over time and across Services for various purposes,\\nincluding targeted advertising. GitHub will place non-essential cookies on pages where we\\n\\nmarket products and services to enterprise customers, for example, on resources.github.com.\", \"doc_id\": \"8f14cd5e-00ed-48b5-a364-ba1c2eb9ff70\", \"embedding\": null, \"doc_hash\": \"7a91235406819f7dea2b4443a35fdc156607809241f9383ce3b280da37393648\", \"extra_info\": {\"page_no\": 12}, \"node_info\": {\"start\": 0, \"end\": 1019}, \"relationships\": {\"1\": \"f5e092a9-dd32-4402-8ef3-f9e2f96d5c03\"}, \"__type__\": \"1\"}, \"1e06e1cb-0413-4d5f-9ec5-6f7108e160eb\": {\"text\": \"We and/or our partners also share the information we collect or infer with third parties for these\\npurposes.\\n\\nThe table below provides additional information about how we use different types of cookies:\\n\\nPurpose\\n\\nDescription\\n\\nRequired\\nCookies\\n\\nGitHub uses required cookies to perform essential website functions and to provide the\\nservices. For example, cookies are used to log you in, save your language preferences,\", \"doc_id\": \"1e06e1cb-0413-4d5f-9ec5-6f7108e160eb\", \"embedding\": null, \"doc_hash\": \"d6cf592af72eba14caac58a6056788463627d7ba7c45c9c5f275edb590c1deeb\", \"extra_info\": {\"page_no\": 12}, \"node_info\": {\"start\": 0, \"end\": 417}, \"relationships\": {\"1\": \"f42a1806-30ae-421e-a40a-802656ee4257\"}, \"__type__\": \"1\"}, \"b9c25efc-401c-4588-902e-3b982dacadaf\": {\"text\": \"Purpose\\n\\nDescription\\n\\nprovide a shopping cart experience, improve performance, route traffic between web\\n\\nservers, detect the size of your screen, determine page load times, improve user experience,\\nand for audience measurement. These cookies are necessary for our websites to work.\\n\\nAnalytics\\n\\nWe allow third parties to use analytics cookies to understand how you use our websites so\\n\\nwe can make them better. For example, cookies are used to gather information about the\\npages you visit and how many clicks you need to accomplish a task. We also use some\\n\\nanalytics cookies to provide personalized advertising.\\n\\nSocial\\n\\nMedia\\n\\nGitHub and third parties use social media cookies to show you ads and content based on\\n\\nyour social media profiles and activity on GitHub\\u2019s websites. This ensures that the ads and\\n\\ncontent you see on our websites and on social media will better reflect your interests.\", \"doc_id\": \"b9c25efc-401c-4588-902e-3b982dacadaf\", \"embedding\": null, \"doc_hash\": \"bd0b2455dab36a38f5f941e0385b041ab1a4df1af86911f85dea48076f659430\", \"extra_info\": {\"page_no\": 13}, \"node_info\": {\"start\": 0, \"end\": 897}, \"relationships\": {\"1\": \"4529416a-da15-460e-a073-70ba4432a78d\"}, \"__type__\": \"1\"}, \"5ada5550-1621-4236-826f-ed57f1e53ca1\": {\"text\": \"This\\nalso enables third parties to develop and improve their products, which they may use on\\n\\nwebsites that are not owned or operated by GitHub.\\n\\nAdvertising\\n\\nIn addition, GitHub and third parties use advertising cookies to show you new ads based on\\n\\nads you've already seen. Cookies also track which ads you click or purchases you make after\\n\\nclicking an ad. This is done both for payment purposes and to show you ads that are more\\nrelevant to you. For example, cookies are used to detect when you click an ad and to show\\n\\nyou ads based on your social media interests and website browsing history.\\n\\nWhat are your cookie choices and controls?\\n\\nYou have several options to disable non-essential cookies:\\n\\n1\\n\\nSpecifically on GitHub Enterprise Marketing Pages\\n\\nAny GitHub page that serves non-essential cookies will have a link in the page\\u2019s footer to\\n\\ncookie settings.\", \"doc_id\": \"5ada5550-1621-4236-826f-ed57f1e53ca1\", \"embedding\": null, \"doc_hash\": \"82da840af2387ab11609959d738979bf48ce06186d2cff1b283beeabe4b8616b\", \"extra_info\": {\"page_no\": 13}, \"node_info\": {\"start\": 0, \"end\": 866}, \"relationships\": {\"1\": \"66e9abba-9bc5-439d-a16e-af1861f3e946\"}, \"__type__\": \"1\"}, \"6a813b61-c914-4b72-8109-8dbd3d7ddb0a\": {\"text\": \"You can express your preferences at any time by clicking on that linking\\nand updating your settings.\\n\\nSome users will also be able to manage non-essential cookies via a cookie consent banner,\\n\\nincluding the options to accept, manage, and reject all non-essential cookies.\\n\\n2\\n\\nGenerally for all websites You can control the cookies you encounter on the web using a\\nvariety of widely-available tools. For example:\\n\\nIf your browser sends a Do Not Track (DNT) signal, GitHub will not set non-essential cookies\\n\\nand will not load third party resources which set non-essential cookies.\\n\\nMany browsers provide cookie controls which may limit the types of cookies you encounter\\nonline. Check out the documentation for your browser to learn more.\", \"doc_id\": \"6a813b61-c914-4b72-8109-8dbd3d7ddb0a\", \"embedding\": null, \"doc_hash\": \"e375a22327c9bd416e8d186392ddaf82855ffb356950f81b537cb10cf6b9ec0d\", \"extra_info\": {\"page_no\": 13}, \"node_info\": {\"start\": 0, \"end\": 737}, \"relationships\": {\"1\": \"35401dc1-784a-4783-9649-2828594b3af2\"}, \"__type__\": \"1\"}, \"8b335671-5c4d-4ebe-92cb-5787a838c328\": {\"text\": \"If you enable a browser extension designed to block tracking, such as Privacy Badger, non-\\nessential cookies set by a website or third parties may be disabled.\\n\\nIf you enable a browser extension designed to block unwanted content, such as uBlock\\n\\nOrigin, non-essential cookies will be disabled to the extent that content that sets non-\\nessential cookies will be blocked.\\n\\nYou may use the Global Privacy Control (GPC) to communicate your privacy preferences. If\\n\\nGitHub detects the GPC signal from your device, GitHub will not share your data (we do not\\nsell your data). To learn more, visit Global Privacy Control \\u2014 Take Control Of Your Privacy\\n\\nAdvertising controls. Our advertising partners may participate in associations that provide\\n\\nsimple ways to opt out of ad targeting,\", \"doc_id\": \"8b335671-5c4d-4ebe-92cb-5787a838c328\", \"embedding\": null, \"doc_hash\": \"ba94262a5c6033ba38e75f72a0c3145e9c5880d2c96381e59fc6372dded16a22\", \"extra_info\": {\"page_no\": 14}, \"node_info\": {\"start\": 0, \"end\": 778}, \"relationships\": {\"1\": \"388d87bc-efc2-446d-b3a0-14980cd88e93\"}, \"__type__\": \"1\"}, \"5e5d1f4a-2ea5-4543-96b4-21c88fd44aaa\": {\"text\": \"which you can access at:\\n\\nUnited States: NAI and DAA\\n\\nCanada: Digital Advertising Alliance of Canada\\n\\nEurope: European Digital Advertising Alliance\\n\\nThese choices are specific to the browser you are using. If you access our Services from other\\ndevices or browsers, take these actions from those systems to ensure your choices apply to the\\n\\ndata collected when you use those systems.\\n\\nRetention of personal data\\n\\nWe retain personal data for as long as necessary to provide the services and fulfill the\\ntransactions you have requested, comply with our legal obligations, resolve disputes, enforce our\\n\\nagreements, and other legitimate and lawful business purposes. Because these needs can vary\\nfor different data types in the context of different services, actual retention periods can vary\\n\\nsignificantly based on criteria such as user expectations or consent, the sensitivity of the data, the\\navailability of automated controls that enable users to delete data,\", \"doc_id\": \"5e5d1f4a-2ea5-4543-96b4-21c88fd44aaa\", \"embedding\": null, \"doc_hash\": \"71ebf4ba1d3b1153c50039365e7c96747a8162bd1dd25be3dd36fc524bed0c00\", \"extra_info\": {\"page_no\": 14}, \"node_info\": {\"start\": 0, \"end\": 961}, \"relationships\": {\"1\": \"c9c4783c-e606-469b-a1dd-e2c8eb35e791\"}, \"__type__\": \"1\"}, \"d31644e5-1664-482e-9d07-6e0b291c91b2\": {\"text\": \"and our legal or contractual\\n\\nobligations. For example, we may retain your personal data for longer periods, where necessary,\\nsubject to applicable law, for security purposes.\\n\\nHow GitHub secures your information\\n\\nGitHub takes reasonable measures necessary to protect your personal data from unauthorized\\n\\naccess, alteration, or destruction; maintain data accuracy; and help ensure the appropriate use of\\nyour personal data. To help us protect personal data, we request that you use a strong password\\n\\nand never share your password with anyone or use the same password with other sites or\\naccounts.\\n\\nIn addition, if your account has private repositories, you control the access to that Content.\\nGitHub personnel does not access private repository content except for\\n\\nsecurity purposes,\", \"doc_id\": \"d31644e5-1664-482e-9d07-6e0b291c91b2\", \"embedding\": null, \"doc_hash\": \"e07b397681c43fd950d0ce758f10fd741f0d69ab77a2f6650b2e050c1a839e98\", \"extra_info\": {\"page_no\": 14}, \"node_info\": {\"start\": 0, \"end\": 785}, \"relationships\": {\"1\": \"da8d71cd-4ded-4da1-96eb-701713067a23\"}, \"__type__\": \"1\"}, \"01ef84f6-7328-4a03-8740-9f877fc7b76d\": {\"text\": \"automated scanning for known vulnerabilities, active malware, or other content known to\\n\\nviolate our Terms of Service\\n\\nto assist the repository owner with a support matter\\n\\nto maintain the integrity of the Service\\n\\nto comply with our legal obligations if we have reason to believe the contents are in\\n\\nviolation of the law,\\n\\nor with your consent.\\n\\nGitHub will provide notice regarding private repository access where not prohibited by law or if\\n\\nin response to a security threat or other risk to security.\\n\\nCross-border data transfers\\n\\nGitHub may store and process your personal data in your region, in the United States, and in any\\n\\nother country where GitHub or its affiliates, subsidiaries, or service providers operate facilities.\\n\\nWe transfer personal data from the European Union, the United Kingdom, and Switzerland to\\n\\nother countries,\", \"doc_id\": \"01ef84f6-7328-4a03-8740-9f877fc7b76d\", \"embedding\": null, \"doc_hash\": \"be728a9468cc4f0d3b04faff06eb96ee99699069b143ee69434ce9f45b27a20c\", \"extra_info\": {\"page_no\": 15}, \"node_info\": {\"start\": 0, \"end\": 843}, \"relationships\": {\"1\": \"cbf54d73-e030-4d91-9a3f-c0ef688374ee\"}, \"__type__\": \"1\"}, \"0aa07a76-2e38-4986-b6cf-45e752469850\": {\"text\": \"some of which have not yet been determined by the European Commission to\\nhave an adequate level of data protection. For example, their laws may not guarantee you the\\n\\nsame rights, or there may not be a privacy supervisory authority there that is capable of\\naddressing your complaints. When we engage in such transfers, we use a variety of legal\\n\\nmechanisms, including contracts, such as the standard contractual clauses published by the\\nEuropean Commission under Commission Implementing Decision 2021/914, to help protect your\\n\\nrights and enable these protections to travel with your data. You may request a copy of the\\nStandard Contractual Clauses using the contact details provided in the section entitled\\n\\n\\u201cContacting GitHub\\u201d below.\\n\\nHow to Contact Us\\n\\nIf you have a privacy inquiry or concerns about the way GitHub is handling your personal data,\\nplease let us know immediately. We want to help.\", \"doc_id\": \"0aa07a76-2e38-4986-b6cf-45e752469850\", \"embedding\": null, \"doc_hash\": \"cc068434982ae2d9e81ef2d1ad718ddb1c0de2de21591ab2dc03b6564d876e05\", \"extra_info\": {\"page_no\": 15}, \"node_info\": {\"start\": 0, \"end\": 899}, \"relationships\": {\"1\": \"883ea1c0-d8eb-45e1-8167-c49b0b0a58dc\"}, \"__type__\": \"1\"}, \"a4aac943-61e2-433f-890a-481877241cfb\": {\"text\": \"You may contact us by filling out the Privacy\\n\\ncontact form. We will respond promptly.\\n\\nOur addresses are:\\n\\nGitHub Privacy Team\\n\\nGitHub, Inc.\\n\\n88 Colin P. Kelly Jr. St.\\nSan Francisco, CA 94107\\n\\nUnited States\\n\\nPrivacy contact form\", \"doc_id\": \"a4aac943-61e2-433f-890a-481877241cfb\", \"embedding\": null, \"doc_hash\": \"99a6a60f89ebdb2c05f83f3014cbda6105a05bd1353768e7761e96e13b774121\", \"extra_info\": {\"page_no\": 15}, \"node_info\": {\"start\": 0, \"end\": 229}, \"relationships\": {\"1\": \"5a3c100e-756e-483b-a2e5-88cdce1ac65a\"}, \"__type__\": \"1\"}, \"ed2b8032-a2cd-4f01-9535-a4b489ada424\": {\"text\": \"GitHub Data Protection Officer\\n\\nc/o DP Dock DPO Services GmbH,\\nAttn: GitHub BV, Gut Projensdorf,\\n\\n24161 Altenholz, Germany\\n\\nCC: GitHub BV, Vijzelstraat 68-72, 1017 HL Amsterdam, The Netherlands\\n\\nPrivacy contact form\\n\\nDispute resolution process\\n\\nIn the unlikely event that a dispute arises between you and GitHub regarding our handling of\\nyour personal data, please email us directly at (privacy [at] github [dot] com) with the subject line\\n\\n\\\"Privacy Concerns\\\". We will respond promptly and do our best to resolve the dispute.\\nAdditionally, you may have the right to file a complaint with your local data protection or privacy\\nagency or supervisory authority.\\n\\nChanges to our Privacy Statement\\n\\nGitHub may change this Privacy Statement from time to time for a variety of reasons, including\\nto comply with new laws and regulations, to cover new features and functionality, and to\\n\\nincrease transparency. We will provide notice of material changes to this Privacy Statement\\nthrough our Website at least 30 days prior to the change taking effect by posting a notice on our\\n\\nhome page or sending email to the primary email address specified in your GitHub account. We\\nwill also update our Site Policy repository, which tracks all changes to this policy. For other\\nchanges to this Privacy Statement, we encourage Users to watch or to check our Site Policy\\n\\nrepository frequently. To learn how to watch a repository, see \\\"Configuring notifications.\\\"\\n\\nLicense\\n\\nThis Privacy Statement is licensed under this Creative Commons Zero license. For details, see our\\n\\nsite-policy repository.\\n\\nContacting GitHub\\n\\nQuestions regarding GitHub's Privacy Statement or information practices should be directed to\\nour Privacy contact form.\\n\\nTranslations\", \"doc_id\": \"ed2b8032-a2cd-4f01-9535-a4b489ada424\", \"embedding\": null, \"doc_hash\": \"9406e99327850fd02bdf22fc894d529a344e1d00399ac123afccb99119313038\", \"extra_info\": {\"page_no\": 16}, \"node_info\": {\"start\": 0, \"end\": 1729}, \"relationships\": {\"1\": \"aefbc008-24de-43e0-9d0b-bd09d71f8310\"}, \"__type__\": \"1\"}, \"c0c28caa-679d-4f86-bf52-b5f10a08ce90\": {\"text\": \"Below are translations of this document into other languages. In the event of any conflict,\\nuncertainty, or apparent inconsistency between any of those versions and the English version,\\n\\nthis English version is the controlling version.\\n\\nFrench\\n\\nCliquez ici pour obtenir la version fran\\u00e7aise: D\\u00e9claration de confidentialit\\u00e9 de GitHub (PDF)\\n\\nOther translations\\n\\nFor translations of this statement into other languages, please visit https://docs.github.com/ and\\n\\nselect a language from the drop-down menu under \\u201cEnglish.\\u201d\\n\\nEuropean Data Protection Rights Notice\\n\\nIf you are in the European Economic Area, we process your personal data in accordance with\\napplicable laws, and the processing of personal data about you is subject to European Union\\n\\ndata protection law, you have certain rights with respect to that data:\\n\\nYou can request access to, and rectification or erasure of,\", \"doc_id\": \"c0c28caa-679d-4f86-bf52-b5f10a08ce90\", \"embedding\": null, \"doc_hash\": \"902241a0d828c5775481910ba99f7d3e0cc17c6bd99fd56f8c88389c12146b69\", \"extra_info\": {\"page_no\": 17}, \"node_info\": {\"start\": 0, \"end\": 876}, \"relationships\": {\"1\": \"3d688012-59a4-4f10-9a82-b704a8bea226\"}, \"__type__\": \"1\"}, \"474b983a-b2c4-498d-8d9f-9e160cdce973\": {\"text\": \"personal data; If any automated\\n\\nprocessing of personal data is based on your consent or a contract with you, you have a right to\\ntransfer or receive a copy of the personal data in a usable and portable format; If the processing\\n\\nof personal data is based on your consent, you can withdraw consent at any time for future\\nprocessing; You can to object to, or obtain a restriction of, the processing of personal data under\\n\\ncertain circumstances; and fFor residents of France, you can send us specific instructions\\nregarding the use of your data after your death.\\n\\nTo make such requests, please use the contact information at the bottom of this statement.\\n\\nWhen we are processing data on behalf of another party (i.e. where GitHub is acting as a data\\nprocessor) you should direct your request to that party. You also have the right to lodge a\\ncomplaint with a supervisory authority,\", \"doc_id\": \"474b983a-b2c4-498d-8d9f-9e160cdce973\", \"embedding\": null, \"doc_hash\": \"c8636a8ef95d70e72f85986e4ea8c42ba7fd7e378267027230986b105abd2893\", \"extra_info\": {\"page_no\": 17}, \"node_info\": {\"start\": 0, \"end\": 880}, \"relationships\": {\"1\": \"dd9481b5-7b52-4569-8414-048e8ffa335f\"}, \"__type__\": \"1\"}, \"fb32316b-08a8-46fd-b904-c246a55103fb\": {\"text\": \"but we encourage you to first contact us with any\\n\\nquestions or concerns.\\n\\nWe rely on different lawful bases for collecting and processing personal data about you, for\\nexample, with your consent and/or as necessary to provide the services you use, operate our\\n\\nbusiness, meet our contractual and legal obligations, protect the security of our systems and our\\ncustomers, or fulfill other legitimate interests.\\n\\nU.S. State Data Privacy\", \"doc_id\": \"fb32316b-08a8-46fd-b904-c246a55103fb\", \"embedding\": null, \"doc_hash\": \"0d80322b867b0377c74f53b3fae06c00fc13f72ae6b67e8ea6e694c0d2ef25c3\", \"extra_info\": {\"page_no\": 17}, \"node_info\": {\"start\": 0, \"end\": 433}, \"relationships\": {\"1\": \"806fcefd-0374-4e9c-a41d-185bc8e2ced4\"}, \"__type__\": \"1\"}, \"0ff3ba1d-d538-410c-8765-a6802626e2b4\": {\"text\": \"If you are a U.S. resident, we process your personal data in accordance with applicable U.S. state\\n\\ndata privacy laws, including the California Consumer Privacy Act (CCPA). This section of our\\nPrivacy Statement contains information required by the CCPA and other U.S. state data privacy\\n\\nlaws and supplements our Privacy Statement.\\n\\nSale. We do not sell your personal data. So, we do not offer an opt-out to the sale of personal\\n\\ndata.\\n\\nShare. We may \\u201cshare\\u201d your personal data for targeted advertising purposes. You may opt out of\\nsharing data for cross-contextual advertising purposes, and make additional privacy choices on\\n\\nGitHub\\u2019s Enterprise Marketing pages by selecting Managing Your Cookie Preferences. Here are\\nthe categories of personal data shared over the past 12 months with additional details.\", \"doc_id\": \"0ff3ba1d-d538-410c-8765-a6802626e2b4\", \"embedding\": null, \"doc_hash\": \"ec28e812bda8ff1a121c604dbd25e1a57a6861ef99cdc54a887f1212db73532b\", \"extra_info\": {\"page_no\": 18}, \"node_info\": {\"start\": 0, \"end\": 807}, \"relationships\": {\"1\": \"c78c9f69-4533-49dc-b75e-dc499c49c770\"}, \"__type__\": \"1\"}, \"9ddc0f36-c4e3-4bd5-8c18-0b575f7ee5e4\": {\"text\": \"Categories of Personal Data\\n\\nCategories of\\n\\nBusiness or commercial purpose for sharing\\n\\nShared\\n\\nRecipients\\n\\nUsage information and\\n\\nAdvertisers\\n\\nTo support GitHub\\u2019s enterprise marketing\\n\\nInteractions\\n\\nefforts\\n\\nRights. You have the right to request that we (i) disclose what personal data we collect, use,\\ndisclose, share, and sell, (ii) delete your personal data, (iii) correct your personal data, and (iv)\\n\\nrestrict the use and disclosure of your sensitive data, and (v) opt-out of future \\u201csharing\\u201d of\\npersonal data for targeted advertising purposes. You may make these requests yourself or\\n\\nthrough an authorized agent. If you use an authorized agent, we provide your agent with\\ndetailed guidance on how to exercise your privacy rights.\", \"doc_id\": \"9ddc0f36-c4e3-4bd5-8c18-0b575f7ee5e4\", \"embedding\": null, \"doc_hash\": \"10a631b2a2fdf2a41b65b0db99832adfb66b2b6ebf4cae352e57ce166d8de540\", \"extra_info\": {\"page_no\": 18}, \"node_info\": {\"start\": 0, \"end\": 737}, \"relationships\": {\"1\": \"c89d6dbc-077e-435d-b4d5-eadb236d36b7\"}, \"__type__\": \"1\"}, \"26bb1be4-f016-4a2b-80de-4729ab8e759e\": {\"text\": \"Please see Your choices regarding our processing of your personal data section of the GitHub\\n\\nPrivacy Statement for additional information on how to exercise these rights. You can use\\nGitHub\\u2019s User Migration API to access and download your data. For more information, see\\n\\n\\\"Requesting an archive of your personal account\\u2019s data.\\\"\\n\\nIf you have a GitHub account, you must exercise your rights through the tools provided, which\\n\\nrequires you to log in to your GitHub account. If you have an additional request or questions\\nafter logging in, you may contact GitHub at the address in the How to contact us section,\\n\\nincluding through our web form.\\n\\nIf you do not have an account, you may exercise your rights by contacting us as described above.\\nWe may ask for additional information to validate your request before honoring the request. To\\n\\nsubmit a request based on these rights,\", \"doc_id\": \"26bb1be4-f016-4a2b-80de-4729ab8e759e\", \"embedding\": null, \"doc_hash\": \"34dab31173c8fea0bbb63d4289722349a845232311f15f3be9320a0f5b3d87e6\", \"extra_info\": {\"page_no\": 18}, \"node_info\": {\"start\": 0, \"end\": 876}, \"relationships\": {\"1\": \"4326ed93-a06b-4412-9dbb-82d113d33c04\"}, \"__type__\": \"1\"}, \"b60f9cec-a82d-4093-9e25-d00af52f4b6b\": {\"text\": \"you can also contact us via our contact form.\\n\\nYou may opt-out of \\u201csharing\\u201d information for cross-contextual behavioral advertising purposes,\\n\\nand make additional privacy choices related to GitHub\\u2019s Enterprise Marketing pages by selecting\\nManaging Your Cookie Preferences. You have a right not to receive discriminatory treatment if\\n\\nyou exercise your privacy rights. We will not discriminate against you if you exercise your privacy\\nrights.\", \"doc_id\": \"b60f9cec-a82d-4093-9e25-d00af52f4b6b\", \"embedding\": null, \"doc_hash\": \"9a8ce7ce63c7f4f7b6fec44912076ed415f6eec648f27ba37a7c29459e200013\", \"extra_info\": {\"page_no\": 18}, \"node_info\": {\"start\": 0, \"end\": 441}, \"relationships\": {\"1\": \"12a69f2b-8561-4740-b5f3-8204c174b8f9\"}, \"__type__\": \"1\"}, \"998a3933-4942-4166-b1c4-fee0a6238ddb\": {\"text\": \"Additionally, under California Civil Code section 1798.83, also known as the \\u201cShine the Light\\u201d law,\\nCalifornia residents who have provided personal information to a business with which the\\n\\nindividual has established a business relationship for personal, family, or household purposes\\n(\\u201cCalifornia Customers\\u201d) may request information about whether the business has disclosed\\n\\npersonal information to any third parties for the third parties\\u2019 direct marketing purposes. Please\\nbe aware that we do not disclose personal information to any third parties for their direct\\n\\nmarketing purposes as defined by this law. California Customers may request further information\\nabout our compliance with this law by emailing (privacy [at] github [dot] com). Please note that\\n\\nbusinesses are required to respond to one request per California Customer each year and may\\nnot be required to respond to requests made by means other than through the designated email\\n\\naddress.\", \"doc_id\": \"998a3933-4942-4166-b1c4-fee0a6238ddb\", \"embedding\": null, \"doc_hash\": \"a1e48668583946dfcd2b52083d9be2d8cdd1f9bbcd8b313dc3a5b50696ed15bc\", \"extra_info\": {\"page_no\": 19}, \"node_info\": {\"start\": 0, \"end\": 956}, \"relationships\": {\"1\": \"774ea0ef-a8c5-499c-b36f-7c1ff3566f54\"}, \"__type__\": \"1\"}, \"8521a996-618e-4d7a-a83a-62b87d93c5bb\": {\"text\": \"California residents under the age of 18 who are registered users of online sites, services, or\\n\\napplications have a right under California Business and Professions Code Section 22581 to\\nremove, or request and obtain removal of, content or information they have publicly posted. To\\n\\nremove content or information you have publicly posted, please submit a Private Information\\nRemoval request. Alternatively, to request that we remove such content or information, please\\n\\nsend a detailed description of the specific content or information you wish to have removed to\\nGitHub support. Please be aware that your request does not guarantee complete or\\n\\ncomprehensive removal of content or information posted online and that the law may not permit\\nor require removal in certain circumstances. If you have any questions about our privacy\\n\\npractices with respect to California residents, please contact us via our contact form.\", \"doc_id\": \"8521a996-618e-4d7a-a83a-62b87d93c5bb\", \"embedding\": null, \"doc_hash\": \"710c3e5b851bddcf940b8898ff47fd87eeee21f8bf862f46bb4cbd79ef1ada36\", \"extra_info\": {\"page_no\": 19}, \"node_info\": {\"start\": 0, \"end\": 918}, \"relationships\": {\"1\": \"b6e21e03-0507-4a42-9d6a-a7aeb642cca8\"}, \"__type__\": \"1\"}, \"a90e862b-bf9f-4434-97e5-8ddd324d0e81\": {\"text\": \"Our handling of personal information\\n\\nThe table below contains information about the categories of personal information we collect,\\nour purposes of processing, and the categories of third-party recipients with whom we share the\\n\\npersonal information. Please see the GitHub Privacy Statement for full details, including a\\ndescription of the data included in each category.\\n\\nCategory of Personal\\n\\nSources of\\n\\nPurposes of Processing\\n\\nRecipients\\n\\nData\\n\\nPersonal Data\\n\\nRegistration\\n\\ninformation\\n\\nDemographic\\n\\ninformation\\n\\nUsers and\\n\\nProvide and personalize our Services;\\n\\nService\\n\\ncustomers who\\nuse create an\\n\\nauthenticate and provide account access;\\nrespond to user and customer questions;\\n\\nproviders and\\nuser-directed\\n\\naccount\\n\\nhelp, secure, and troubleshoot; honor users\\n\\nentities\\n\\nrights;\", \"doc_id\": \"a90e862b-bf9f-4434-97e5-8ddd324d0e81\", \"embedding\": null, \"doc_hash\": \"4cb643cb4c731989f879616974d97be08e8c63bc0c32886140879db631ec9ca7\", \"extra_info\": {\"page_no\": 19}, \"node_info\": {\"start\": 0, \"end\": 787}, \"relationships\": {\"1\": \"a478e8be-784a-4900-a4ed-b7957cc3ea67\"}, \"__type__\": \"1\"}, \"db89785a-7947-4037-86d5-09c4f4307245\": {\"text\": \"and marketing\\n\\nUsers and\\n\\nProvide and personalize our Services;\\n\\nService\\n\\ncustomers, third-\\nparty data\\n\\nproduct improvement and development;\\nhelp, secure, and troubleshoot; and\\n\\nbrokers\\n\\nmarketing\\n\\nproviders and\\nuser-directed\\n\\nentities\", \"doc_id\": \"db89785a-7947-4037-86d5-09c4f4307245\", \"embedding\": null, \"doc_hash\": \"c90c03907fca31f12597f92146180b5beabebdd572d50f0389c8cb5a8dd2e6f7\", \"extra_info\": {\"page_no\": 19}, \"node_info\": {\"start\": 0, \"end\": 235}, \"relationships\": {\"1\": \"44e55f1c-be69-4305-8e29-ea0261d127e2\"}, \"__type__\": \"1\"}, \"2ef41da1-d067-4973-ac03-2099ce2654c8\": {\"text\": \"Category of Personal\\n\\nSources of\\n\\nPurposes of Processing\\n\\nRecipients\\n\\nData\\n\\nPersonal Data\\n\\nPayment and billing\\n\\nUsers and\\n\\nTransact commerce; provide our Services;\\n\\nService\\n\\ninformation\\n\\ncustomers,\\nfinancial\\n\\ninstitutions\\n\\nprocess transactions; fulfill orders; help,\\nsecure, and troubleshoot; and detect and\\n\\nprevent fraud\\n\\nContent and files\\n\\nUsers and\\ncustomers\\n\\nProvide our Services; safety; compliance;\\nand help, secure, and troubleshoot; honor\\n\\nuser rights\\n\\nproviders and\\nuser-directed\\n\\nentities\\n\\nService\\nproviders and\\n\\nuser-directed\\nentities\\n\\nFeedback and\\n\\nratings\\n\\nUsers and\\n\\ncustomers\\n\\nProvide our Services; product improvement;\\n\\nService\\n\\nproduct improvement and development;\\nmarketing;\", \"doc_id\": \"2ef41da1-d067-4973-ac03-2099ce2654c8\", \"embedding\": null, \"doc_hash\": \"a75e32a62b52cdf74515adec754bcb3e89dad6ba3e2788c0302f37fb844b45d1\", \"extra_info\": {\"page_no\": 20}, \"node_info\": {\"start\": 0, \"end\": 693}, \"relationships\": {\"1\": \"3b4e81f7-646f-40a1-bb2b-8bbc7bc5f027\"}, \"__type__\": \"1\"}, \"30f93de4-7ca8-4078-a0af-2ae671d6206d\": {\"text\": \"customer support; and help,\\n\\nsecure, and troubleshoot\\n\\nTransaction\\ninformation,\\n\\nsubscription and\\nlicensing data\\n\\nUsers and\\ncustomers\\n\\nProvide, personalize, and activate our\\nServices; customer support; help, secure,\\n\\nand troubleshoot; and marketing\\n\\nproviders and\\nuser-directed\\n\\nentities\\n\\nService\\nproviders and\\n\\nuser-directed\\nentities\\n\\nUsage information\\n\\nUsers, customers,\\n\\nProvide and personalize our Services;\\n\\nService\\n\\nand Interactions\\n\\nwebsite visitors\\n\\nproduct improvement and development;\\nmarketing; and help, secure and\\n\\ntroubleshoot\\n\\nproviders and\\nuser-directed\\n\\nentities\\n\\nGeolocation\\n\\ninformation\\n\\nUsers, customers,\\n\\nProvide and personalize our Services;\", \"doc_id\": \"30f93de4-7ca8-4078-a0af-2ae671d6206d\", \"embedding\": null, \"doc_hash\": \"04409efc3daa978dbec501a979a0b26fc7a564b485589ce3a89024030b7cc6a6\", \"extra_info\": {\"page_no\": 20}, \"node_info\": {\"start\": 0, \"end\": 663}, \"relationships\": {\"1\": \"90bff7d0-eacb-410d-8584-8e160c548ed0\"}, \"__type__\": \"1\"}, \"74b4c746-f15e-486b-8bb6-28cb279629f7\": {\"text\": \"Service\\n\\nwebsite visitors\\n\\nproduct improvement and development;\\n\\nproviders and\\n\\nmarketing; and help, secure and\\ntroubleshoot\\n\\nuser-directed\\nentities\\n\\nCategories of Sensitive Data. We may collect, process, or disclose certain personal data that\\nqualifies as \\u201csensitive data\\u201d under applicable U.S. state data privacy laws. For example, this data\\nmay be collected if you participate in a survey, share it in your account profile, or are engaged in\\n\\ncertain community-focused repos. Sensitive data is a subset of personal data. In the list below,\\nwe outline the categories of sensitive data we collect, the sources of the sensitive data, our\\n\\npurposes of processing, and the categories of third-party recipients with whom we share the\\nsensitive data.\", \"doc_id\": \"74b4c746-f15e-486b-8bb6-28cb279629f7\", \"embedding\": null, \"doc_hash\": \"dee75c435127cb44eeadde01d521c22d6bd0aeec880ca8fe243f2554224b3deb\", \"extra_info\": {\"page_no\": 20}, \"node_info\": {\"start\": 0, \"end\": 746}, \"relationships\": {\"1\": \"59e5d8fe-0829-4113-ac28-cc4c7561a422\"}, \"__type__\": \"1\"}, \"3dc989db-0408-497a-ac14-7a7665d4f3ba\": {\"text\": \"Please see the \\\"What information GitHub collects\\\" section for more information\\n\\nabout the sensitive data we may collect.\", \"doc_id\": \"3dc989db-0408-497a-ac14-7a7665d4f3ba\", \"embedding\": null, \"doc_hash\": \"dc5077590b42e2f6e6982166b4b0fcfc4b35636946d08098049f06b5e98fd756\", \"extra_info\": {\"page_no\": 20}, \"node_info\": {\"start\": 0, \"end\": 120}, \"relationships\": {\"1\": \"29fa615f-2da7-4706-aea9-7309d47d5ace\"}, \"__type__\": \"1\"}, \"7bfe29e4-ad75-421a-8f7c-5854a4815141\": {\"text\": \"Sensitive Data Type\\n\\nPurposes of Processing\\n\\nRecipients\\n\\nAccount log-in, financial account, debit or\\ncredit card number, and the means to access\\n\\nTransact commerce; process\\ntransactions; fulfill orders; provide our\\n\\nthe account (security or access code,\\npassword, credentials, etc.)\\n\\nServices; help, secure, and\\ntroubleshoot; and detect and prevent\\n\\nService providers\\nand user-\\n\\ndirected entities\\n\\nfraud\\n\\nRacial or ethnic origin, religious or\\nphilosophical beliefs, or union membership\\n\\nProvide and personalize our products;\\nproduct development; help, secure, and\\n\\nService providers\\nand user-\\n\\ntroubleshoot; and marketing\\n\\ndirected entities\\n\\nMedical or mental health, sex life, or sexual\\n\\nProvide and personalize our products;\", \"doc_id\": \"7bfe29e4-ad75-421a-8f7c-5854a4815141\", \"embedding\": null, \"doc_hash\": \"f8512c7b7e860b950e6246bbdb3b1ff47352b322c914a774979d3ffb6b06d7a5\", \"extra_info\": {\"page_no\": 21}, \"node_info\": {\"start\": 0, \"end\": 726}, \"relationships\": {\"1\": \"6d44d666-4524-4c9c-8ca3-2cf4fb31353e\"}, \"__type__\": \"1\"}, \"775fd99e-49e5-4e20-a9ab-226eabcdd602\": {\"text\": \"Service providers\\n\\norientation\\n\\nproduct development; help, secure, and\\n\\nand user-\\n\\ntroubleshoot; and marketing\\n\\ndirected entities\\n\\nContents of your mail, email, or text\\n\\nProvide our products; safety;\\n\\nService providers\\n\\nmessages (where GitHub is not the intended\\n\\ncompliance; and help, secure, and\\n\\nand user-\\n\\nrecipient of the communication)\\n\\ntroubleshoot\\n\\ndirected entities\\n\\nGitHub asks your consent to collect and process your sensitive data or does so at your direction.\\n\\nWe do not use or disclose your sensitive data for purposes other than the following:\\n\\nTo perform the services, fulfill the transactions, or provide the goods or Services you\\nreasonably expect;\\n\\nTo help ensure the security and integrity of our Services, to combat malicious deceptive,\\n\\nfraudulent or illegal acts,\", \"doc_id\": \"775fd99e-49e5-4e20-a9ab-226eabcdd602\", \"embedding\": null, \"doc_hash\": \"dbcadf123280c18d5ba32a711cf119016b0a143647459f25277831ddc3e7c0ed\", \"extra_info\": {\"page_no\": 21}, \"node_info\": {\"start\": 0, \"end\": 787}, \"relationships\": {\"1\": \"dd6770fe-cf39-418d-8a00-fbfd45be7bda\"}, \"__type__\": \"1\"}, \"8df58b84-a12f-487b-928a-ec6865a4b2e5\": {\"text\": \"and to protect the physical safety of individuals, to the extent the\\nprocessing is reasonably necessary and proportionate;\\n\\nfor transient use (including non-personalized advertising), so long as the personal data is\\n\\nnot used for profiling, and is not used to alter an individual\\u2019s experience outside the current\\ninteraction with GitHub;\\n\\nTo perform services to operate our business, such as maintaining accounts, providing\\n\\ncustomer service, processing, or fulfilling orders/transactions, verifying customer\\ninformation, processing payments, provide financing, providing analytics, providing storage,\\n\\nand similar services;\\n\\nTo undertake activities to verify or maintain the quality or safety of, or improve, upgrade, or\\nenhance a service or device owned or controlled by GitHub; and\\n\\nTo conduct any other activities in accordance with applicable law.\\n\\nThe charts above contain the primary sources, purposes of processing, and recipients for each\\ncategory of personal data.\", \"doc_id\": \"8df58b84-a12f-487b-928a-ec6865a4b2e5\", \"embedding\": null, \"doc_hash\": \"a0e239db9ac467408c5c222ed83f78f58a8f3e07af9cc69da26cbe0bf99e0aeb\", \"extra_info\": {\"page_no\": 21}, \"node_info\": {\"start\": 0, \"end\": 974}, \"relationships\": {\"1\": \"7dec0e6a-968b-4d4e-b7df-a6f8f2dc69d1\"}, \"__type__\": \"1\"}, \"de004c05-1015-4863-98f7-b7159a686df3\": {\"text\": \"We use the categories of personal information described above for\\n\\nthe purposes listed in the \\\"GitHub Privacy Statement\\\" section of our Privacy Statement, such as\\n\\nmeeting our legal obligations, improving our internal operations, and doing research. We also\\ndisclose the categories of personal information listed above for business or compliance\", \"doc_id\": \"de004c05-1015-4863-98f7-b7159a686df3\", \"embedding\": null, \"doc_hash\": \"f8c85a8178236ffad434a5f73a08b2e0400a686de6f706e2d57eedfcef4c2061\", \"extra_info\": {\"page_no\": 21}, \"node_info\": {\"start\": 0, \"end\": 345}, \"relationships\": {\"1\": \"c8840a6f-0503-47d4-b57b-1f5e54d9740c\"}, \"__type__\": \"1\"}, \"f154c692-892a-4e00-b5aa-fea5e759b463\": {\"text\": \"purposes. Please see the \\\"GitHub Privacy Statement\\\" section of our Privacy Statement for\\n\\nadditional details.\\n\\nNot in a Position to Identify Data. In some situations GitHub may process data in a state called\\n\\nNot in a Position to Identify Data (NPI) or de-identified data. Data is in this state when we are not\\n\\nable to link data to an individual to whom such data may relate without taking additional steps.\\nIn those instances, and unless allowed under applicable law, we will maintain such information in\\n\\nan NPI state, and will not try to re-identify the individual to whom NPI data relates.\\n\\nDisclosures of personal data for business or commercial purposes. As indicated in the How We\\n\\nshare the information we collect section, we share personal data with third parties for various\\nbusiness and commercial purposes.\", \"doc_id\": \"f154c692-892a-4e00-b5aa-fea5e759b463\", \"embedding\": null, \"doc_hash\": \"38f2ec51c6726dcf6b234d7e7ba7db77fbb188f893f04165df817c33406a5ad2\", \"extra_info\": {\"page_no\": 22}, \"node_info\": {\"start\": 0, \"end\": 819}, \"relationships\": {\"1\": \"b73cc974-4639-48f5-b370-51637b0a481d\"}, \"__type__\": \"1\"}, \"f0394eaf-b71b-4a67-bc73-88e6006e7d1f\": {\"text\": \"The primary business and commercial purposes for which we\\n\\nshare personal data are the purposes of processing listed in the table above. We also disclose the\\n\\ncategories of personal information listed above for business purposes. Please see the \\\"GitHub\\n\\nPrivacy Statement\\\" section of our Privacy Statement for additional details.\\n\\nParties that control collection of personal data. In certain situations, we may allow a third party\\n\\nto control the collection of your personal data. For example, on our Enterprise Marketing Pages,\\n\\nadvertisers may be the controllers of information they collect through their cookies.\\n\\nWe use the categories of personal information described above for the purposes listed in the\\n\\n\\\"GitHub Privacy Statement\\\" section of our Privacy Statement. We also disclose the categories of\\npersonal information listed above for business purposes. Please see the \\\"GitHub Privacy\\n\\nStatement\\\" section of our Privacy Statement for additional details.\\n\\n\\u00a9 2023 GitHub, Inc.\", \"doc_id\": \"f0394eaf-b71b-4a67-bc73-88e6006e7d1f\", \"embedding\": null, \"doc_hash\": \"d2a750ba5a02b457e1753ee96d348da62bb85937c231f8e484a75d85305a2c7a\", \"extra_info\": {\"page_no\": 22}, \"node_info\": {\"start\": 0, \"end\": 984}, \"relationships\": {\"1\": \"c48ffdec-64f9-4820-8773-7acb9cb9066d\"}, \"__type__\": \"1\"}, \"8f4c64d7-b948-4df5-a4cd-adee10d19bf7\": {\"text\": \"Terms\\n\\nPrivacy\\n\\nSecurity\\n\\nStatus Help\\n\\nContact GitHub\\n\\nPricing Developer API\\n\\nTraining\\n\\nBlog\\n\\nAbout\", \"doc_id\": \"8f4c64d7-b948-4df5-a4cd-adee10d19bf7\", \"embedding\": null, \"doc_hash\": \"e30cb478fa2149aae466ccadc51b6781f7ba71a7850c1d3a2a62a5b97d355161\", \"extra_info\": {\"page_no\": 22}, \"node_info\": {\"start\": 0, \"end\": 99}, \"relationships\": {\"1\": \"3ab55700-313a-44a8-9a03-687945951fb7\"}, \"__type__\": \"1\"}}, \"ref_doc_info\": {\"7890d429-bc46-4692-91ae-48ec88ae2eda\": {\"doc_hash\": \"23c0d7cc85e4ee6772544e4347c6b44c312fefaa833b2ce19b9dab01fb06a20b\"}, \"9de9127d-6678-4930-806c-19337c543177\": {\"doc_hash\": \"651a7306658db8ddcf339eb9e13c2ce33b5715b9394281db4a899785b8e7ac85\"}, \"ac0e859a-f173-4135-8362-f3e23c4f7cff\": {\"doc_hash\": \"0d3ef3ff1841e33f1a7546feff1d003e368b1d0bc8c9df57303d928a62525ea4\"}, \"b2724f86-250a-497c-bdf9-94d829944087\": {\"doc_hash\": \"a9b1cb3ff44016f37044c96edc57c6feb6a89136f73aef8957b7ec74f055bb6b\"}, \"b64106e5-fa31-4e3d-bdc9-0ea5e0196689\": {\"doc_hash\": \"bc50b51586ff6af67e0a706dcd72a44920e0dffb4cd389288de5c3d9897b390d\"}, \"b336ccaf-6a98-4c93-8727-b8ec4eb0a338\": {\"doc_hash\": \"511cf102455d977a1a469016564764cc2f7fee95a08e14c2015ec49fa57087ca\"}, \"9dde892f-e81d-43eb-8fc3-0034b14fe2c4\": {\"doc_hash\": \"7a584ad6ea45ffdb34d32129e04d7c795e651bf614c313a06d070d5afdcc9ff1\"}, \"a96313b6-0963-42f4-a6d8-a82a82d3f552\": {\"doc_hash\": \"cc155a12da5816516e68246b025fb3c61fc50ebfd476781c0dd3c6fdfd2cdb21\"}, \"9a460b7d-622a-46a7-af8e-edc7737fd724\": {\"doc_hash\": \"ac29e436386194a4dfe295d2f46dbfde66d9b981551549eccc2749d0f280e9e0\"}, \"a833cbe6-d732-4490-994b-15f2415d22c1\": {\"doc_hash\": \"1eb74508b24b17af175355fad9b50aab57c321ad643d2ac0f3f06e2c5d093280\"}, \"408b9271-11ee-45ed-a59d-3ef9e48b761c\": {\"doc_hash\": \"616b5e828903a17132464a493b65607e7113dca2a13e5966f80de610da806ab2\"}, \"1fcd6863-f867-44bf-8bda-570ddce45dbb\": {\"doc_hash\": \"6149ea7dfb037ec9e77d5051411943fd994bf087bcb7ed4e523d4a97aeec18f6\"}, \"ccbd29da-6ae4-4494-8781-aa084e4cc718\": {\"doc_hash\": \"87e23f75fa0a187e5e2d1451827be1423c460721ec872785b2215129c382684a\"}, \"f8c0a1e4-5a33-4b20-8f36-07b51101a846\": {\"doc_hash\": \"74993476d17dab66d3bbcecc7434c682f909a94f1795ccfc646842df62634f6e\"}, \"1114a7a2-d520-40f8-a402-7b3c99fcb455\": {\"doc_hash\": \"37753bf4f3de98f316f8a1112e6997c7c17354ed16619f3320665276f24e96a7\"}, \"b001cebc-9c84-40af-aa5e-da4471fc0e92\": {\"doc_hash\": \"760db10cd8fceb1bfd15d3a3ee21355838fbe91ad6414f69dac8f61966bebbcb\"}, \"38fc9887-35b3-44a2-bb8a-e397568a513d\": {\"doc_hash\": \"f30c6c9842e5a740ffd084a0a7351d97b6e27e7736454e4acdb83aa98bda5df0\"}, \"b4eb25a4-9d27-4452-939c-be6ab0cf3d28\": {\"doc_hash\": \"fef0e76855e58e60817569ca938d53e0bec0e722fb805105309f0461c4f6a025\"}, \"6ad279b5-7e66-493d-90af-7e6a1d8f3aaa\": {\"doc_hash\": \"d9e5cbbc0d5fc64f463a233b8784b6f803f9c83ce49fb3b28cf031afa9154aeb\"}, \"2f6a6251-2346-4ff7-9fbc-74c01bc0fe6e\": {\"doc_hash\": \"e2e8e15e291b6074ce4a93ec99d6625a9dfbe1e511ca9a879e4eebb6bc900cc0\"}, \"a485ddaf-8e5f-4386-a158-ae5b813628fb\": {\"doc_hash\": \"84fc09046c6fbd8f4d29c25e5dd4febe17ff656ba4d17f3fe88f48226d48c6a6\"}, \"02b0cf0d-3772-4e65-8bcd-95ec59b845c6\": {\"doc_hash\": \"c4e4a40a300321f0985abe6958201ff823d24c097541efe4b5cc019b9663936b\"}, \"171df388-6743-4693-9f53-d2abcd274929\": {\"doc_hash\": \"6d30de241f543b4203ac134f187b7363dd8aaee4b7f9479c3b2a7c5dddb62422\"}, \"0959e179-6553-447b-a291-84328972a7ca\": {\"doc_hash\": \"39a59d82db45c8db824577c574f746e868ae4a5cae3df40b7817f25c5e207223\"}, \"d429700c-c281-42ae-8d10-774a328fbd2e\": {\"doc_hash\": \"a8573f84af4317d4302b1ee6096c39002331cbd1e4bad444eb0b543b330b9d65\"}, \"aec6dfeb-2d28-4cb9-9177-2d7c032bf151\": {\"doc_hash\": \"090337cf2fec923413f54e30724b6b8e2feb1a7c681ea76c570955f3be4d2063\"}, \"c36ae287-94a3-42f5-98dd-51012ca2d46b\": {\"doc_hash\": \"ba0788f4bd3e3dc4d9a80aaae717713c7fdec32b1635d80bff73dfe5ac314340\"}, \"6564ee4f-dd2a-4a39-b7d6-edea27e4e7ce\": {\"doc_hash\": \"054d07695b2ec76b29157403bd5e430ce6cfa5f09d9eb8049671377b01b57814\"}, \"413a68eb-c08c-43f1-a63c-014def23a5e3\": {\"doc_hash\": \"103f4d700de83a2abb0a3f86db2735945732532de358ad44218c2cd7ce5cd8d0\"}, \"64c54e96-bb1f-45d0-9d2e-d953f0cdc1cc\": {\"doc_hash\": \"27657178b75e07b0be8086050bdcb97399635456d9a5f4f3626b5bfb8a81b0c0\"}, \"7bcc8ac9-3676-47ac-900a-c79fe2ed56af\": {\"doc_hash\": \"c4803bce628dc1cc671581f88c9569c5d5bfddb7e8081742d8d1ae23f2eddb4d\"}, \"bcb390dc-dc96-48d2-b641-cf8efbb24782\": {\"doc_hash\": \"0692ef7664e59a197fcf16e9e27b6514c885056320ef364ccb8cf424084e85d1\"}, \"df1f56d6-7e67-4ff0-bb7f-0d26df110fd2\": {\"doc_hash\": \"ed229fa364ce2ac5d0595f337438c3eaa9961a33fef9cee7fcb78c871baecd1b\"}, \"f5e092a9-dd32-4402-8ef3-f9e2f96d5c03\": {\"doc_hash\": \"7a91235406819f7dea2b4443a35fdc156607809241f9383ce3b280da37393648\"}, \"f42a1806-30ae-421e-a40a-802656ee4257\": {\"doc_hash\": \"d6cf592af72eba14caac58a6056788463627d7ba7c45c9c5f275edb590c1deeb\"}, \"4529416a-da15-460e-a073-70ba4432a78d\": {\"doc_hash\": \"bd0b2455dab36a38f5f941e0385b041ab1a4df1af86911f85dea48076f659430\"}, \"66e9abba-9bc5-439d-a16e-af1861f3e946\": {\"doc_hash\": \"82da840af2387ab11609959d738979bf48ce06186d2cff1b283beeabe4b8616b\"}, \"35401dc1-784a-4783-9649-2828594b3af2\": {\"doc_hash\": \"e375a22327c9bd416e8d186392ddaf82855ffb356950f81b537cb10cf6b9ec0d\"}, \"388d87bc-efc2-446d-b3a0-14980cd88e93\": {\"doc_hash\": \"ba94262a5c6033ba38e75f72a0c3145e9c5880d2c96381e59fc6372dded16a22\"}, \"c9c4783c-e606-469b-a1dd-e2c8eb35e791\": {\"doc_hash\": \"71ebf4ba1d3b1153c50039365e7c96747a8162bd1dd25be3dd36fc524bed0c00\"}, \"da8d71cd-4ded-4da1-96eb-701713067a23\": {\"doc_hash\": \"e07b397681c43fd950d0ce758f10fd741f0d69ab77a2f6650b2e050c1a839e98\"}, \"cbf54d73-e030-4d91-9a3f-c0ef688374ee\": {\"doc_hash\": \"be728a9468cc4f0d3b04faff06eb96ee99699069b143ee69434ce9f45b27a20c\"}, \"883ea1c0-d8eb-45e1-8167-c49b0b0a58dc\": {\"doc_hash\": \"cc068434982ae2d9e81ef2d1ad718ddb1c0de2de21591ab2dc03b6564d876e05\"}, \"5a3c100e-756e-483b-a2e5-88cdce1ac65a\": {\"doc_hash\": \"99a6a60f89ebdb2c05f83f3014cbda6105a05bd1353768e7761e96e13b774121\"}, \"aefbc008-24de-43e0-9d0b-bd09d71f8310\": {\"doc_hash\": \"9406e99327850fd02bdf22fc894d529a344e1d00399ac123afccb99119313038\"}, \"3d688012-59a4-4f10-9a82-b704a8bea226\": {\"doc_hash\": \"902241a0d828c5775481910ba99f7d3e0cc17c6bd99fd56f8c88389c12146b69\"}, \"dd9481b5-7b52-4569-8414-048e8ffa335f\": {\"doc_hash\": \"c8636a8ef95d70e72f85986e4ea8c42ba7fd7e378267027230986b105abd2893\"}, \"806fcefd-0374-4e9c-a41d-185bc8e2ced4\": {\"doc_hash\": \"0d80322b867b0377c74f53b3fae06c00fc13f72ae6b67e8ea6e694c0d2ef25c3\"}, \"c78c9f69-4533-49dc-b75e-dc499c49c770\": {\"doc_hash\": \"ec28e812bda8ff1a121c604dbd25e1a57a6861ef99cdc54a887f1212db73532b\"}, \"c89d6dbc-077e-435d-b4d5-eadb236d36b7\": {\"doc_hash\": \"10a631b2a2fdf2a41b65b0db99832adfb66b2b6ebf4cae352e57ce166d8de540\"}, \"4326ed93-a06b-4412-9dbb-82d113d33c04\": {\"doc_hash\": \"34dab31173c8fea0bbb63d4289722349a845232311f15f3be9320a0f5b3d87e6\"}, \"12a69f2b-8561-4740-b5f3-8204c174b8f9\": {\"doc_hash\": \"9a8ce7ce63c7f4f7b6fec44912076ed415f6eec648f27ba37a7c29459e200013\"}, \"774ea0ef-a8c5-499c-b36f-7c1ff3566f54\": {\"doc_hash\": \"a1e48668583946dfcd2b52083d9be2d8cdd1f9bbcd8b313dc3a5b50696ed15bc\"}, \"b6e21e03-0507-4a42-9d6a-a7aeb642cca8\": {\"doc_hash\": \"710c3e5b851bddcf940b8898ff47fd87eeee21f8bf862f46bb4cbd79ef1ada36\"}, \"a478e8be-784a-4900-a4ed-b7957cc3ea67\": {\"doc_hash\": \"4cb643cb4c731989f879616974d97be08e8c63bc0c32886140879db631ec9ca7\"}, \"44e55f1c-be69-4305-8e29-ea0261d127e2\": {\"doc_hash\": \"c90c03907fca31f12597f92146180b5beabebdd572d50f0389c8cb5a8dd2e6f7\"}, \"3b4e81f7-646f-40a1-bb2b-8bbc7bc5f027\": {\"doc_hash\": \"a75e32a62b52cdf74515adec754bcb3e89dad6ba3e2788c0302f37fb844b45d1\"}, \"90bff7d0-eacb-410d-8584-8e160c548ed0\": {\"doc_hash\": \"04409efc3daa978dbec501a979a0b26fc7a564b485589ce3a89024030b7cc6a6\"}, \"59e5d8fe-0829-4113-ac28-cc4c7561a422\": {\"doc_hash\": \"dee75c435127cb44eeadde01d521c22d6bd0aeec880ca8fe243f2554224b3deb\"}, \"29fa615f-2da7-4706-aea9-7309d47d5ace\": {\"doc_hash\": \"dc5077590b42e2f6e6982166b4b0fcfc4b35636946d08098049f06b5e98fd756\"}, \"6d44d666-4524-4c9c-8ca3-2cf4fb31353e\": {\"doc_hash\": \"f8512c7b7e860b950e6246bbdb3b1ff47352b322c914a774979d3ffb6b06d7a5\"}, \"dd6770fe-cf39-418d-8a00-fbfd45be7bda\": {\"doc_hash\": \"dbcadf123280c18d5ba32a711cf119016b0a143647459f25277831ddc3e7c0ed\"}, \"7dec0e6a-968b-4d4e-b7df-a6f8f2dc69d1\": {\"doc_hash\": \"a0e239db9ac467408c5c222ed83f78f58a8f3e07af9cc69da26cbe0bf99e0aeb\"}, \"c8840a6f-0503-47d4-b57b-1f5e54d9740c\": {\"doc_hash\": \"f8c85a8178236ffad434a5f73a08b2e0400a686de6f706e2d57eedfcef4c2061\"}, \"b73cc974-4639-48f5-b370-51637b0a481d\": {\"doc_hash\": \"38f2ec51c6726dcf6b234d7e7ba7db77fbb188f893f04165df817c33406a5ad2\"}, \"c48ffdec-64f9-4820-8773-7acb9cb9066d\": {\"doc_hash\": \"d2a750ba5a02b457e1753ee96d348da62bb85937c231f8e484a75d85305a2c7a\"}, \"3ab55700-313a-44a8-9a03-687945951fb7\": {\"doc_hash\": \"e30cb478fa2149aae466ccadc51b6781f7ba71a7850c1d3a2a62a5b97d355161\"}, \"deec4dea-62f3-4327-9114-ebd459565b68\": {\"doc_hash\": \"23c0d7cc85e4ee6772544e4347c6b44c312fefaa833b2ce19b9dab01fb06a20b\"}, \"cd688b17-e53c-4a61-91d0-b9e66bd9cb62\": {\"doc_hash\": \"651a7306658db8ddcf339eb9e13c2ce33b5715b9394281db4a899785b8e7ac85\"}, \"ef6abe09-7584-47a2-9a07-5a78524ded4b\": {\"doc_hash\": \"0d3ef3ff1841e33f1a7546feff1d003e368b1d0bc8c9df57303d928a62525ea4\"}, \"879889da-eb09-435e-9179-e8e0e636fe00\": {\"doc_hash\": \"a9b1cb3ff44016f37044c96edc57c6feb6a89136f73aef8957b7ec74f055bb6b\"}, \"6330028a-776f-4f65-942a-d402f1105c00\": {\"doc_hash\": \"bc50b51586ff6af67e0a706dcd72a44920e0dffb4cd389288de5c3d9897b390d\"}, \"4ea8c771-cee8-460d-9148-d22ea5dffdeb\": {\"doc_hash\": \"511cf102455d977a1a469016564764cc2f7fee95a08e14c2015ec49fa57087ca\"}, \"1025bff5-4750-4d94-b79f-a57e49c4c076\": {\"doc_hash\": \"7a584ad6ea45ffdb34d32129e04d7c795e651bf614c313a06d070d5afdcc9ff1\"}, \"8e114fb6-6208-4512-b382-db25f58965f5\": {\"doc_hash\": \"cc155a12da5816516e68246b025fb3c61fc50ebfd476781c0dd3c6fdfd2cdb21\"}, \"986d5a39-2b52-4f7a-8446-d678d68eaef4\": {\"doc_hash\": \"ac29e436386194a4dfe295d2f46dbfde66d9b981551549eccc2749d0f280e9e0\"}, \"e8e8df45-62be-4a9b-a69b-d811cada68ce\": {\"doc_hash\": \"1eb74508b24b17af175355fad9b50aab57c321ad643d2ac0f3f06e2c5d093280\"}, \"314c2608-3fd0-4fcd-b0c6-f4fbd4cdd3e5\": {\"doc_hash\": \"616b5e828903a17132464a493b65607e7113dca2a13e5966f80de610da806ab2\"}, \"5ebefacf-c8ba-4a14-b15e-028fe8d19f13\": {\"doc_hash\": \"6149ea7dfb037ec9e77d5051411943fd994bf087bcb7ed4e523d4a97aeec18f6\"}, \"df5ae89b-5465-4d96-81d1-a5cf4ec8c4cd\": {\"doc_hash\": \"87e23f75fa0a187e5e2d1451827be1423c460721ec872785b2215129c382684a\"}, \"c1d317c7-88d5-4b86-93ce-afb8af4bc7e6\": {\"doc_hash\": \"74993476d17dab66d3bbcecc7434c682f909a94f1795ccfc646842df62634f6e\"}, \"26a142cc-e36f-4a5d-8b96-e5db87637173\": {\"doc_hash\": \"37753bf4f3de98f316f8a1112e6997c7c17354ed16619f3320665276f24e96a7\"}, \"325a41a5-3f3a-4f08-896c-a059fa79f4b4\": {\"doc_hash\": \"760db10cd8fceb1bfd15d3a3ee21355838fbe91ad6414f69dac8f61966bebbcb\"}, \"7dc28e6d-7d13-4a1b-80d7-a6db71a9bfdc\": {\"doc_hash\": \"f30c6c9842e5a740ffd084a0a7351d97b6e27e7736454e4acdb83aa98bda5df0\"}, \"e4b408e0-bcc9-4db2-8af4-51738127f823\": {\"doc_hash\": \"fef0e76855e58e60817569ca938d53e0bec0e722fb805105309f0461c4f6a025\"}, \"35dcd18d-23cd-48a9-b745-e63a025743ab\": {\"doc_hash\": \"d9e5cbbc0d5fc64f463a233b8784b6f803f9c83ce49fb3b28cf031afa9154aeb\"}, \"21048b4e-55a7-47ac-ae97-c1b9b75913f7\": {\"doc_hash\": \"e2e8e15e291b6074ce4a93ec99d6625a9dfbe1e511ca9a879e4eebb6bc900cc0\"}, \"7e07772a-5089-4086-a6f4-2fdc2f687b38\": {\"doc_hash\": \"84fc09046c6fbd8f4d29c25e5dd4febe17ff656ba4d17f3fe88f48226d48c6a6\"}, \"eb1b3d86-40bc-4629-902a-95a23c302ddb\": {\"doc_hash\": \"c4e4a40a300321f0985abe6958201ff823d24c097541efe4b5cc019b9663936b\"}, \"37f4c653-a5a7-4ba5-a284-964444c46d10\": {\"doc_hash\": \"6d30de241f543b4203ac134f187b7363dd8aaee4b7f9479c3b2a7c5dddb62422\"}, \"826e7d6c-4536-490b-a114-50157635a503\": {\"doc_hash\": \"39a59d82db45c8db824577c574f746e868ae4a5cae3df40b7817f25c5e207223\"}, \"797d8a45-4dcc-4e5b-8b48-ffa44003f18b\": {\"doc_hash\": \"a8573f84af4317d4302b1ee6096c39002331cbd1e4bad444eb0b543b330b9d65\"}, \"73546cde-e490-44dd-8872-7b3775ba54ad\": {\"doc_hash\": \"090337cf2fec923413f54e30724b6b8e2feb1a7c681ea76c570955f3be4d2063\"}, \"aabcb771-5d5a-4abe-b4d7-ab22ddf2d97a\": {\"doc_hash\": \"ba0788f4bd3e3dc4d9a80aaae717713c7fdec32b1635d80bff73dfe5ac314340\"}, \"8e87ad36-d276-46f4-bee2-f8707d368c6a\": {\"doc_hash\": \"054d07695b2ec76b29157403bd5e430ce6cfa5f09d9eb8049671377b01b57814\"}, \"bb562487-9243-4f65-a820-2bc6871a554e\": {\"doc_hash\": \"103f4d700de83a2abb0a3f86db2735945732532de358ad44218c2cd7ce5cd8d0\"}, \"a8b98db1-764f-45b0-824a-6502e0e9be02\": {\"doc_hash\": \"27657178b75e07b0be8086050bdcb97399635456d9a5f4f3626b5bfb8a81b0c0\"}, \"b85e82c7-c100-496f-83aa-cb09dcd620f9\": {\"doc_hash\": \"c4803bce628dc1cc671581f88c9569c5d5bfddb7e8081742d8d1ae23f2eddb4d\"}, \"6abf319a-0bf1-4085-9415-701f533ef9b9\": {\"doc_hash\": \"0692ef7664e59a197fcf16e9e27b6514c885056320ef364ccb8cf424084e85d1\"}, \"c160e1d3-f098-4b9c-9821-51445b8c218b\": {\"doc_hash\": \"ed229fa364ce2ac5d0595f337438c3eaa9961a33fef9cee7fcb78c871baecd1b\"}, \"8f14cd5e-00ed-48b5-a364-ba1c2eb9ff70\": {\"doc_hash\": \"7a91235406819f7dea2b4443a35fdc156607809241f9383ce3b280da37393648\"}, \"1e06e1cb-0413-4d5f-9ec5-6f7108e160eb\": {\"doc_hash\": \"d6cf592af72eba14caac58a6056788463627d7ba7c45c9c5f275edb590c1deeb\"}, \"b9c25efc-401c-4588-902e-3b982dacadaf\": {\"doc_hash\": \"bd0b2455dab36a38f5f941e0385b041ab1a4df1af86911f85dea48076f659430\"}, \"5ada5550-1621-4236-826f-ed57f1e53ca1\": {\"doc_hash\": \"82da840af2387ab11609959d738979bf48ce06186d2cff1b283beeabe4b8616b\"}, \"6a813b61-c914-4b72-8109-8dbd3d7ddb0a\": {\"doc_hash\": \"e375a22327c9bd416e8d186392ddaf82855ffb356950f81b537cb10cf6b9ec0d\"}, \"8b335671-5c4d-4ebe-92cb-5787a838c328\": {\"doc_hash\": \"ba94262a5c6033ba38e75f72a0c3145e9c5880d2c96381e59fc6372dded16a22\"}, \"5e5d1f4a-2ea5-4543-96b4-21c88fd44aaa\": {\"doc_hash\": \"71ebf4ba1d3b1153c50039365e7c96747a8162bd1dd25be3dd36fc524bed0c00\"}, \"d31644e5-1664-482e-9d07-6e0b291c91b2\": {\"doc_hash\": \"e07b397681c43fd950d0ce758f10fd741f0d69ab77a2f6650b2e050c1a839e98\"}, \"01ef84f6-7328-4a03-8740-9f877fc7b76d\": {\"doc_hash\": \"be728a9468cc4f0d3b04faff06eb96ee99699069b143ee69434ce9f45b27a20c\"}, \"0aa07a76-2e38-4986-b6cf-45e752469850\": {\"doc_hash\": \"cc068434982ae2d9e81ef2d1ad718ddb1c0de2de21591ab2dc03b6564d876e05\"}, \"a4aac943-61e2-433f-890a-481877241cfb\": {\"doc_hash\": \"99a6a60f89ebdb2c05f83f3014cbda6105a05bd1353768e7761e96e13b774121\"}, \"ed2b8032-a2cd-4f01-9535-a4b489ada424\": {\"doc_hash\": \"9406e99327850fd02bdf22fc894d529a344e1d00399ac123afccb99119313038\"}, \"c0c28caa-679d-4f86-bf52-b5f10a08ce90\": {\"doc_hash\": \"902241a0d828c5775481910ba99f7d3e0cc17c6bd99fd56f8c88389c12146b69\"}, \"474b983a-b2c4-498d-8d9f-9e160cdce973\": {\"doc_hash\": \"c8636a8ef95d70e72f85986e4ea8c42ba7fd7e378267027230986b105abd2893\"}, \"fb32316b-08a8-46fd-b904-c246a55103fb\": {\"doc_hash\": \"0d80322b867b0377c74f53b3fae06c00fc13f72ae6b67e8ea6e694c0d2ef25c3\"}, \"0ff3ba1d-d538-410c-8765-a6802626e2b4\": {\"doc_hash\": \"ec28e812bda8ff1a121c604dbd25e1a57a6861ef99cdc54a887f1212db73532b\"}, \"9ddc0f36-c4e3-4bd5-8c18-0b575f7ee5e4\": {\"doc_hash\": \"10a631b2a2fdf2a41b65b0db99832adfb66b2b6ebf4cae352e57ce166d8de540\"}, \"26bb1be4-f016-4a2b-80de-4729ab8e759e\": {\"doc_hash\": \"34dab31173c8fea0bbb63d4289722349a845232311f15f3be9320a0f5b3d87e6\"}, \"b60f9cec-a82d-4093-9e25-d00af52f4b6b\": {\"doc_hash\": \"9a8ce7ce63c7f4f7b6fec44912076ed415f6eec648f27ba37a7c29459e200013\"}, \"998a3933-4942-4166-b1c4-fee0a6238ddb\": {\"doc_hash\": \"a1e48668583946dfcd2b52083d9be2d8cdd1f9bbcd8b313dc3a5b50696ed15bc\"}, \"8521a996-618e-4d7a-a83a-62b87d93c5bb\": {\"doc_hash\": \"710c3e5b851bddcf940b8898ff47fd87eeee21f8bf862f46bb4cbd79ef1ada36\"}, \"a90e862b-bf9f-4434-97e5-8ddd324d0e81\": {\"doc_hash\": \"4cb643cb4c731989f879616974d97be08e8c63bc0c32886140879db631ec9ca7\"}, \"db89785a-7947-4037-86d5-09c4f4307245\": {\"doc_hash\": \"c90c03907fca31f12597f92146180b5beabebdd572d50f0389c8cb5a8dd2e6f7\"}, \"2ef41da1-d067-4973-ac03-2099ce2654c8\": {\"doc_hash\": \"a75e32a62b52cdf74515adec754bcb3e89dad6ba3e2788c0302f37fb844b45d1\"}, \"30f93de4-7ca8-4078-a0af-2ae671d6206d\": {\"doc_hash\": \"04409efc3daa978dbec501a979a0b26fc7a564b485589ce3a89024030b7cc6a6\"}, \"74b4c746-f15e-486b-8bb6-28cb279629f7\": {\"doc_hash\": \"dee75c435127cb44eeadde01d521c22d6bd0aeec880ca8fe243f2554224b3deb\"}, \"3dc989db-0408-497a-ac14-7a7665d4f3ba\": {\"doc_hash\": \"dc5077590b42e2f6e6982166b4b0fcfc4b35636946d08098049f06b5e98fd756\"}, \"7bfe29e4-ad75-421a-8f7c-5854a4815141\": {\"doc_hash\": \"f8512c7b7e860b950e6246bbdb3b1ff47352b322c914a774979d3ffb6b06d7a5\"}, \"775fd99e-49e5-4e20-a9ab-226eabcdd602\": {\"doc_hash\": \"dbcadf123280c18d5ba32a711cf119016b0a143647459f25277831ddc3e7c0ed\"}, \"8df58b84-a12f-487b-928a-ec6865a4b2e5\": {\"doc_hash\": \"a0e239db9ac467408c5c222ed83f78f58a8f3e07af9cc69da26cbe0bf99e0aeb\"}, \"de004c05-1015-4863-98f7-b7159a686df3\": {\"doc_hash\": \"f8c85a8178236ffad434a5f73a08b2e0400a686de6f706e2d57eedfcef4c2061\"}, \"f154c692-892a-4e00-b5aa-fea5e759b463\": {\"doc_hash\": \"38f2ec51c6726dcf6b234d7e7ba7db77fbb188f893f04165df817c33406a5ad2\"}, \"f0394eaf-b71b-4a67-bc73-88e6006e7d1f\": {\"doc_hash\": \"d2a750ba5a02b457e1753ee96d348da62bb85937c231f8e484a75d85305a2c7a\"}, \"8f4c64d7-b948-4df5-a4cd-adee10d19bf7\": {\"doc_hash\": \"e30cb478fa2149aae466ccadc51b6781f7ba71a7850c1d3a2a62a5b97d355161\"}}}}, \"vector_store\": {\"__type__\": \"simple\", \"__data__\": {\"simple_vector_store_data_dict\": {\"embedding_dict\": {\"deec4dea-62f3-4327-9114-ebd459565b68\": [-6.20403079665266e-05, -0.007482132874429226, 0.023554619401693344, -0.05775865539908409, -0.01735120452940464, 0.015239681117236614, -0.02691207081079483, 0.01542329229414463, -0.02835472673177719, -0.0360926017165184, 0.03176463767886162, -0.013429805636405945, -0.01935780607163906, -0.015842974185943604, 0.011810097843408585, -0.011508451774716377, 0.010478920303285122, -0.04131238907575607, 0.019423380494117737, 0.003990252036601305, -0.008203459903597832, 0.014229822903871536, -0.026531735435128212, 0.018806973472237587, -0.008616584353148937, 0.0030656415037810802, 0.020695539191365242, -0.033810585737228394, 0.02072177082300186, -0.013954407535493374, 0.017823345959186554, 0.0007127206772565842, -0.006305057555437088, 0.004957486875355244, -0.007619840558618307, -0.01539706252515316, 0.005682093091309071, 0.010682203806936741, -0.006544406991451979, 0.00672146026045084, 0.007941159419715405, 0.003921398427337408, -0.003373845247551799, -0.018282372504472733, -0.007154256571084261, 0.030269522219896317, 0.022557877004146576, -0.0037968053948134184, -0.006095217075198889, 0.024997275322675705, 0.016564300283789635, 0.028721947222948074, -0.02048569917678833, -0.037692636251449585, 0.011200248263776302, -0.0074165575206279755, -0.01593477837741375, 0.01617085002362728, -0.015252796933054924, -0.0008475597132928669, 0.020446354523301125, -0.005170606076717377, -0.025154655799269676, -0.01773153990507126, -0.003993531223386526, -0.012065840885043144, -0.04265012592077255, 0.02498415857553482, -0.0017606946639716625, 0.005196836311370134, 0.040525488555431366, 0.001226256601512432, 0.02238737978041172, 0.007770663592964411, 0.020472584292292595, -0.011947805061936378, -0.005124703515321016, -0.003409911645576358, 0.009108398109674454, 0.0003209087299183011, 0.0001743891043588519, 0.0004856664745602757, 0.01708890311419964, 0.02002667263150215, 0.006472274195402861, 0.020734885707497597, 0.010039566084742546, 0.012649460695683956, -0.02107587642967701, -0.023344779387116432, 0.00854445155709982, 0.0010073992889374495, -0.001682004425674677, 0.014203593134880066, -0.012833070941269398, 0.02827603556215763, -0.0012196991592645645, 0.013626530766487122, -0.004360752180218697, -0.004678791854530573, 0.0062394822016358376, 0.01855778694152832, -0.016236424446105957, -0.012046168558299541, -0.03210562840104103, -0.004016482271254063, 0.013049469329416752, -0.017128247767686844, -0.010183831676840782, 0.004396818578243256, -0.004626331850886345, 0.011377301067113876, -0.011685504578053951, -0.03669589385390282, 0.01750858500599861, -0.013613415881991386, 0.009016592986881733, -0.011482221074402332, -0.013665876351296902, -0.018085645511746407, 0.012406831607222557, 0.014780654571950436, 0.006878840737044811, -0.012656018137931824, 0.01788892038166523, 0.016367575153708458, 0.0044722300954163074, -0.0006795232184231281, 0.027646513655781746, -0.020131593570113182, 0.00028033406124450266, -0.004646004643291235, 0.002662353916093707, 0.009462504647672176, -0.020341433584690094, 0.0023607080802321434, -0.018806973472237587, 0.02287263795733452, -0.00769853126257658, -0.02316116914153099, 9.518652950646356e-05, 0.01649872586131096, -0.023711999878287315, -0.008649371564388275, 0.0033935178071260452, 0.016511840745806694, 0.005475530866533518, 0.012328141368925571, 0.02045946940779686, 0.008819866925477982, 0.007410000078380108, 0.0025246459990739822, 0.006019805558025837, 0.0028000620659440756, 0.02123325690627098, -0.006878840737044811, -0.01732497289776802, 0.01461015921086073, 0.006301778834313154, 0.004675513133406639, -0.00427222577854991, 0.030453132465481758, -0.017770884558558464, 0.017849575728178024, 0.018334832042455673, 0.02958754077553749, -0.0025492366403341293, -0.004245995543897152, 0.002600057516247034, 0.021862778812646866, -0.009449389763176441, 0.010649415664374828, -0.04105008766055107, 0.0012360928812995553, -0.011016637086868286, 0.029849840328097343, -0.003409911645576358, -0.006521455943584442, -0.04881419613957405, -0.004941092804074287, -0.02814488485455513, -0.009219876490533352, 0.019751256331801414, 0.026256319135427475, -0.02578417770564556, 0.00043566536623984575, 0.030033452436327934, 0.016997097060084343, -0.0004918141639791429, -0.00461321696639061, 0.02380380593240261, 0.014833115041255951, 0.014177363365888596, -0.023502159863710403, -0.6341386437416077, -0.02796127460896969, 0.015672478824853897, -0.031292494386434555, -0.006111610680818558, 0.004865681286901236, -0.0029623606242239475, 0.023344779387116432, -0.029666230082511902, 0.016367575153708458, 0.0045804292894899845, 0.022452956065535545, 0.017626618966460228, -0.027620283886790276, -0.04485345259308815, -0.019751256331801414, 0.009488734416663647, 0.0017885641427710652, 0.0032804005313664675, 0.00023217726266011596, -0.015606902539730072, 0.004213207866996527, -0.007882141508162022, -0.0016434789868071675, 0.017338087782263756, 0.003773854114115238, 0.0190168134868145, -0.014728195033967495, -0.02961377054452896, 0.030453132465481758, -0.035122089087963104, -0.0030328540597110987, 0.02249230071902275, 0.0042000929825007915, 0.03221054747700691, 0.0009278893703594804, 0.009816610254347324, 0.002159064169973135, -0.002968918066471815, 0.03606637194752693, -0.020079132169485092, -0.015947893261909485, 0.03701065480709076, 0.027462903410196304, 0.00044878042535856366, 0.006642770022153854, 0.045509204268455505, -0.005747667979449034, 7.587258005514741e-05, 0.0321318581700325, -0.011692062020301819, -0.020905381068587303, -0.008498548530042171, -0.0015901990700513124, -0.0066558849066495895, 0.00996087584644556, 0.03868938237428665, -0.014872460626065731, 0.015121646225452423, -0.020826689898967743, 0.003237776458263397, 0.022754602134227753, -0.006409978028386831, -0.04577150568366051, -0.0019065996166318655, 0.006137840915471315, 0.012393716722726822, 0.0019426658982411027, 0.018597133457660675, 0.005331265740096569, 0.021495558321475983, 0.030426902696490288, 0.008360840380191803, -0.0140855573117733, -0.002219721209257841, 0.020682424306869507, 0.014518354088068008, 0.006068986840546131, -0.0021639822516590357, -0.01673479750752449, 0.004698464646935463, 0.009200203232467175, 0.012013380415737629, -0.03590898960828781, 0.014426548965275288, -0.0044919028878211975, -0.0007065730169415474, -0.009364142082631588, 0.014557699672877789, 0.009567424654960632, 0.0030262963846325874, 0.013206849806010723, -0.01933157444000244, -0.028879327699542046, -0.01874139904975891, 0.0140855573117733, -0.012360929511487484, -0.025246459990739822, -0.015751168131828308, 0.0028262920677661896, -0.010833026841282845, -0.003839429235085845, -0.00769853126257658, 0.029876070097088814, 0.03218431770801544, 0.019488956779241562, -0.015475752763450146, 0.005088637117296457, 0.005098473280668259, -0.01022973470389843, 0.01461015921086073, -0.020656194537878036, -0.0069640884175896645, 0.01994798332452774, 0.009560867212712765, -0.023095592856407166, 0.01471508014947176, 0.01480688527226448, -0.0038853317964822054, 0.0017115132650360465, 0.007219831924885511, 0.0038328717928379774, 0.0012934711994603276, -0.009069053456187248, 0.027515362948179245, 0.013770796358585358, 0.027253061532974243, -0.003980415873229504, 0.00022295575763564557, 0.011042867787182331, 0.020866036415100098, -0.022020159289240837, 0.01221010647714138, -0.011567468754947186, 0.02184966392815113, 0.025403840467333794, 0.012813398614525795, -0.006173907313495874, 0.008878884837031364, -0.025875981897115707, -0.002395134884864092, 0.00312629877589643, 0.012341257184743881, 0.0016000354662537575, -0.007783778943121433, -0.01619707979261875, -6.501168536487967e-05, -0.032866302877664566, 0.005009946878999472, 0.013167504221200943, 0.01711513288319111, 0.0019934866577386856, 0.018256140872836113, 0.03066297434270382, 0.014426548965275288, -0.0007069828570820391, -0.00804607942700386, -0.019344691187143326, -0.020957840606570244, 0.0018443031003698707, -0.0028230133466422558, 0.027830123901367188, -0.024144796654582024, -0.02645304426550865, -0.0218758936971426, -0.02182343415915966, 0.014728195033967495, 0.020236512646079063, -0.017797114327549934, -0.011396973393857479, 0.038925450295209885, 0.0032935154158622026, -0.011508451774716377, 0.00039816455682739615, 0.004331243224442005, 0.029089167714118958, 0.0006078003207221627, -0.005242738872766495, -0.011410088278353214, -0.009475619532167912, 0.008688717149198055, -0.018085645511746407, -0.011239592917263508, -0.008852655068039894, 0.02945639006793499, 0.03590898960828781, 0.0021082432940602303, 0.02814488485455513, 0.016774142161011696, 0.0037345087621361017, -0.003091871738433838, -0.0015328207518905401, -0.016747912392020226, 0.022007044404745102, -0.016970867291092873, 0.0018820088589563966, 0.003082035342231393, 0.006311614997684956, -0.025639912113547325, 0.030505593866109848, 0.026610424742102623, 0.025613682344555855, 0.014282283373177052, -0.002206606324762106, -0.013980637304484844, -0.020170938223600388, 0.012347814626991749, -0.03444010764360428, 0.024682514369487762, -0.0026935022324323654, 0.03493847697973251, -0.015488867647945881, -0.018216796219348907, -0.01745612360537052, -0.011128115467727184, -0.0018902057781815529, 0.010446133092045784, 0.0034197478089481592, -0.019082389771938324, 0.00904938019812107, 0.034151576459407806, 0.0035902434028685093, -0.007941159419715405, -0.015370831824839115, -0.01240027416497469, 0.03163348510861397, 0.017023326829075813, 0.021705398336052895, 0.012387159280478954, -0.0541389025747776, 0.004423048812896013, 0.02243984118103981, -0.002406610641628504, -0.0038099202793091536, -0.017692195251584053, 0.032735150307416916, -0.002609893912449479, -0.04813221096992493, 0.007187044247984886, -0.003691884921863675, -0.004721416160464287, 0.009324796497821808, 0.031056424602866173, -0.023987416177988052, -0.003813199233263731, -0.009364142082631588, 0.05007323995232582, -0.004586986731737852, -0.02575794793665409, -0.012970779091119766, -0.019698796793818474, 0.015528212301433086, 0.026689115911722183, -0.021836549043655396, 0.032499078661203384, -0.005026340950280428, -0.0064066993072628975, -0.002845964627340436, 0.01129861082881689, 0.022610336542129517, 0.002147588413208723, 0.015515097416937351, 0.0067804777063429356, -0.008013292215764523, 0.02056439034640789, -0.018623363226652145, -0.0055542211048305035, -0.014531468972563744, 0.005327986553311348, 0.0013992112362757325, -0.0038722169119864702, -0.018859433010220528, -0.0016902013448998332, 0.0008221493335440755, -0.0021082432940602303, 0.00021086532797198743, 0.005439464468508959, -0.02699076198041439, -0.00857068132609129, 0.017849575728178024, -0.031449876725673676, -0.012924876064062119, -0.00772476103156805, 0.038295928388834, -0.0038820530753582716, 0.005826358683407307, 0.007350982166826725, -0.00019344690372236073, -0.008846097625792027, -0.00459354417398572, -0.005639469251036644, 0.024564478546380997, 0.026479274034500122, -0.009121512994170189, -0.0010434656869620085, 0.007665743585675955, 0.005052570719271898, -0.012019937857985497, -0.003468929324299097, -0.01150189433246851, 0.009731362573802471, -0.022675910964608192, -0.009396929293870926, -0.0027262899093329906, 0.0331023707985878, 0.013639646582305431, -0.011928132735192776, -0.027436673641204834, 0.026203857734799385, -0.041653379797935486, 0.009403486736118793, -0.015056070871651173, -0.018465982750058174, -0.016852831467986107, 0.006344402674585581, 0.008059194311499596, -0.008183787576854229, -0.006865725852549076, 0.019108619540929794, -0.005967345088720322, -0.003964022267609835, -0.03866314888000488, -0.03630244359374046, 0.014938035048544407, 0.07249996811151505, 0.01301668118685484, -0.011941247619688511, 0.016774142161011696, -0.0410238578915596, 0.01596100814640522, -0.01526591181755066, -0.023961186408996582, 0.04383047670125961, 0.0035804070066660643, -0.015042955987155437, 0.018859433010220528, -0.009862513281404972, -0.0010073992889374495, 0.013587186112999916, -0.02094472572207451, 0.005111588630825281, -0.0036099159624427557, -0.02000044286251068, -0.03297122195363045, -0.013547840528190136, -0.005003389436751604, 0.025613682344555855, 0.011278938502073288, 0.021731628105044365, -0.017954494804143906, 0.03604014217853546, 0.01868893764913082, 0.0001633232895983383, -0.006393583957105875, -0.008964132517576218, 0.008452646434307098, 0.0008516581729054451, -0.003521389327943325, -0.042728815227746964, 0.051751963794231415, -0.005727995652705431, -0.00735754007473588, -0.02354150451719761, 0.0205119289457798, 0.01064285822212696, 0.018190566450357437, -0.0007344424957409501, -0.01255765464156866, 0.00028607191052287817, -0.015947893261909485, -0.0014024900738149881, 0.036381132900714874, -0.0005729635013267398, -0.0040033673867583275, -0.011292053386569023, -0.0108067961409688, -0.033758122473955154, 0.005885376129299402, 0.007770663592964411, -0.011219920590519905, 0.022833291441202164, -0.006328009068965912, -0.02099718526005745, -0.06977203488349915, -0.03234170004725456, -0.020039787515997887, -0.01722005382180214, -0.018859433010220528, 0.007482132874429226, 0.0032082677353173494, -0.012341257184743881, -0.011134672909975052, -0.013429805636405945, 0.004623053129762411, 0.023475930094718933, -0.03184332698583603, -0.03197447955608368, 0.002000044332817197, 0.026466159150004387, 0.007101796567440033, 0.011226478032767773, 0.0074362303130328655, 0.01032153982669115, 0.008819866925477982, -0.01840040646493435, -0.044328849762678146, -0.0036984425969421864, -0.006741132587194443, 0.028721947222948074, -0.003285318613052368, -0.022964442148804665, -0.01842663809657097, -0.0008467400330118835, 0.0395287424325943, -0.013246194459497929, 0.007410000078380108, -0.00131888163741678, 0.002527924720197916, -0.020170938223600388, 0.02426283247768879, 0.020275859162211418, 0.007652628235518932, -0.0031689226161688566, -0.0003389419289305806, 0.004439442418515682, 0.00493453536182642, 0.00629850011318922, -0.01863647811114788, 0.016865946352481842, 0.03207939863204956, 0.002013159217312932, 0.008131327107548714, 0.01861024834215641, 0.00993464607745409, 0.013160946778953075, -0.007344424724578857, 0.014505239203572273, -0.00041640264680609107, 0.004016482271254063, 0.0010565808042883873, 0.013265867717564106, -0.0069837612099945545, 0.02675469033420086, -0.007750991266220808, -0.0006344402791000903, -0.032682690769433975, 0.030426902696490288, 0.0166823361068964, -0.025862867012619972, -0.008439530618488789, -0.014256053604185581, -0.0009885464096441865, -0.03588275983929634, -0.01337734516710043, -0.0069640884175896645, -0.005816522054374218, -0.019082389771938324, 0.0075411503203213215, -0.03724672645330429, -0.011449433863162994, -0.017954494804143906, -0.003691884921863675, -0.0127215925604105, -0.011698619462549686, 0.0032558096572756767, 0.003570570843294263, 0.018885664641857147, -0.013115044683218002, 0.003639424918219447, -0.03876807168126106, 0.00014990086492616683, 0.016315115615725517, -0.007534592878073454, 0.045456744730472565, -0.007849354296922684, 0.0010188750457018614, -0.006249318830668926, 0.0035476195625960827, -0.023528389632701874, -0.011442876420915127, 0.011960920877754688, -0.04220421239733696, 0.028826868161559105, 0.01611838862299919, 0.012872415594756603, 0.013744566589593887, -0.012328141368925571, 0.020393893122673035, 0.0067804777063429356, -0.023462815210223198, 0.01863647811114788, 0.014269168488681316, 0.012203549034893513, -0.007423114962875843, -0.0165511853992939, 0.01081991195678711, 0.020184053108096123, 0.006970645859837532, -0.0010508429259061813, 0.0016639712266623974, 0.0034426990896463394, 0.016774142161011696, -0.0020787345711141825, -0.01471508014947176, -0.005701765418052673, -0.009810052812099457, -0.012183875776827335, 0.03236792981624603, -0.02552187629044056, -0.019292229786515236, 0.008183787576854229, -0.027567822486162186, 0.027226831763982773, -0.003970579709857702, -0.0018295487388968468, -0.013613415881991386, 0.0153183713555336, 0.02546941675245762, 0.004183699376881123, -0.009069053456187248, 0.004662398248910904, -0.02632189355790615, 0.011993708088994026, 0.03551553934812546, -0.0023131659254431725, 0.00042337001650594175, -0.00032008904963731766, -0.017705310136079788, -0.01097729243338108, 0.011711734347045422, -0.036433592438697815, -0.016275770962238312, 0.03299745172262192, -0.0009114955901168287, -0.0034131903667002916, -0.01963322050869465, -0.015462636947631836, -0.014295398257672787, -0.011075654998421669, 0.0057870130985975266, 0.003027935978025198, 0.03548930957913399, -0.02691207081079483, -0.02943016029894352, -0.003357451409101486, -0.020839804783463478, 0.02444644272327423, 0.035305701196193695, 0.030426902696490288, 0.03066297434270382, 0.026125168427824974, -0.01745612360537052, 0.0031820377334952354, -0.0039673009887337685, 0.005944394040852785, 0.02195458486676216, 0.027410442009568214, -0.0067870356142520905, -0.03304991126060486, 0.008360840380191803, 0.0020754558499902487, 0.006891955621540546, -0.0036984425969421864, 0.00498043792322278, 0.00508207967504859, 0.013862601481378078, -0.023423468694090843, -0.002968918066471815, -0.018702052533626556, 0.016879061236977577, 0.01305602677166462, 0.021141450852155685, -0.001065597403794527, -0.004350916016846895, 0.000503289804328233, 0.009711690247058868, -0.004196814261376858, 0.00934446882456541, 0.013928176835179329, 0.0007901813951320946, -0.011121558025479317, 0.013233079575002193, -0.01678725704550743, -0.006344402674585581, -0.013075699098408222, 0.016918407753109932, -0.0036099159624427557, -0.008498548530042171, 0.010537938214838505, 0.03349582478404045, -0.0017229889053851366, -0.0030754778999835253, -0.01020350493490696, 0.02369888499379158, -0.008511663414537907, -0.05230279639363289, -0.014387203380465508, -0.007652628235518932, 0.01657741516828537, -0.015095416456460953, -0.02259722165763378, -0.022911982610821724, -0.0015926582273095846, -0.029141629114747047, 0.014072442427277565, 0.017665965482592583, -0.006705066654831171, -0.027751434594392776, 0.007423114962875843, -0.03047936223447323, -0.013180619105696678, -0.00699687609449029, 0.011180575005710125, 0.005747667979449034, -0.016564300283789635, 0.002378741279244423, -0.011967478320002556, 0.01191501785069704, 0.013239637017250061, 0.008000177331268787, -0.018256140872836113, 0.03464994579553604, -0.0019820111338049173, 0.005111588630825281, -0.012098628096282482, 0.004734531044960022, -0.0316072553396225, 0.014334743842482567, -0.019672567024827003, -0.007082123775035143, 0.004213207866996527, 0.0010951062431558967, -0.02002667263150215, -0.02354150451719761, 0.02356773428618908, 0.026794034987688065, 0.0009090364910662174, 0.017902035266160965, -0.0034164690878242254, 0.008872327394783497, 0.017128247767686844, 0.013823256827890873, -0.007587053347378969, 0.010734663344919682, -0.01960699073970318, -0.010078911669552326, 0.023148052394390106, -0.002468907041475177, 0.04327964782714844, -0.02664976939558983, 0.021862778812646866, 0.013029797002673149, -0.003777132835239172, -0.03795493766665459, -0.0007045238162390888, -0.008131327107548714, -0.023384124040603638, 0.016852831467986107, -0.020039787515997887, -0.012033052742481232, -0.005619796458631754, 0.0134035749360919, 0.02348904497921467, -0.00336073013022542, -0.02295132726430893, 0.03989596664905548, 0.009377256967127323, 0.005042734555900097, 0.007442787755280733, -0.008452646434307098, -0.02801373414695263, -0.019620105624198914, -0.029954761266708374, 0.00453124800696969, -0.021141450852155685, 0.028669487684965134, 0.022452956065535545, -0.006449323147535324, -0.05243394896388054, -0.009882185608148575, -0.01809876039624214, -0.016983982175588608, -0.013285540044307709, -0.0046525620855391026, 0.011062540113925934, 0.01337734516710043, -9.503283945377916e-05, 0.02838095650076866, 0.005944394040852785, 0.03847954049706459, -0.03378435596823692, 0.008754292502999306, 0.015187221579253674, 0.00838051363825798, 0.013678991235792637, -0.0014328185934573412, -0.02184966392815113, -0.021311946213245392, -0.010328097268939018, -0.005675535649061203, -0.013901947066187859, 0.046584635972976685, -0.0007770663942210376, 0.03423026576638222, -0.010728105902671814, 0.016538070514798164, -0.02097095549106598, 0.019961098209023476, 0.022715257480740547, -0.03226301074028015, 0.007200159132480621, 0.027489133179187775, 0.003029575338587165, -0.03339090198278427, -0.0024557921569794416, -0.009711690247058868, -0.003186955815181136, 0.008124769665300846, 0.004898468963801861, -0.00542307086288929, 0.01255765464156866, -0.013482265174388885, 0.03341713175177574, 0.006321451161056757, -0.0013778993161395192, 0.005750947166234255, 0.002954163821414113, -0.004888632800430059, -0.0318695567548275, 0.025875981897115707, 0.017639733850955963, 0.0016459380276501179, 0.001417244435288012, 0.006403420586138964, 0.022295575588941574, 0.0005991935613565147, 0.006082101725041866, -0.0007643611752428114, 0.004731252323836088, -0.005823079496622086, -0.0012647820403799415, -0.05340446159243584, 0.010419902391731739, -0.005629632622003555, -0.01081991195678711, 0.00444599986076355, -0.03585653007030487, -0.00017582355940248817, 0.010314982384443283, -0.00792804453521967, -0.004049269948154688, -0.016511840745806694, 0.010059239342808723, 0.007750991266220808, 0.01480688527226448, -0.010649415664374828, 0.04687316715717316, 0.0082100173458457, -0.02318739891052246, -0.006541128270328045, 0.20669309794902802, 0.00031230199965648353, 0.028407186269760132, 0.012177318334579468, -0.027882583439350128, -0.023554619401693344, 0.031213805079460144, 0.002162342891097069, -0.011337955482304096, -0.022151309996843338, -0.016354460269212723, 0.004826336167752743, -0.015606902539730072, 0.007377212401479483, 0.007154256571084261, -0.016826601698994637, -0.02166605368256569, -0.02948261983692646, -0.010492035187780857, 0.01580362766981125, -0.0028033407870680094, -0.00618702219799161, -0.025285804644227028, -0.01280028373003006, 0.009141186252236366, 0.01807253062725067, -0.015764283016324043, 0.014518354088068008, 0.010085469111800194, 0.009167416021227837, -0.004249274265021086, -0.016721680760383606, -0.0040197609923779964, 0.0024984159972518682, 0.004790269769728184, -0.015213451348245144, 0.036407362669706345, -0.013626530766487122, 0.018833203241229057, -0.003534504445269704, -0.013305212371051311, -0.020210282877087593, -0.02796127460896969, -0.04257143288850784, -0.01619707979261875, 0.02480054832994938, 0.0063706329092383385, 0.006216531153768301, -0.00767885847017169, 0.024144796654582024, -0.0419943705201149, -0.033705662935972214, 0.01794137991964817, 0.018439752981066704, 0.004577150568366051, -0.006439486984163523, -0.010446133092045784, 0.031292494386434555, -0.010065796785056591, 0.0232398584485054, 0.008983805775642395, 0.008983805775642395, -0.015200336463749409, 0.02699076198041439, -0.024066105484962463, 0.016511840745806694, -0.011855999939143658, 0.0005635370616801083, 0.01925288513302803, -0.03483355790376663, 0.010754336602985859, -0.006068986840546131, -0.007757548708468676, 0.002157424809411168, -0.02961377054452896, -0.01786269061267376, 0.013797027058899403, 0.02289886772632599, 0.010623185895383358, 0.037718866020441055, -0.003934513311833143, 0.006009968928992748, -0.00906249601393938, -0.0228464063256979, 0.0019918472971767187, -0.01609215885400772, 0.029823610559105873, -0.01593477837741375, 0.00017408172425348312, -0.0269383005797863, 0.011515009216964245, -0.009298566728830338, -0.01863647811114788, -0.0216135922819376, -0.007023106329143047, 0.011665832251310349, 0.011790424585342407, 0.031135115772485733, -0.00997399166226387, 0.0022131637670099735, -0.016302000731229782, 0.059332460165023804, 0.0018475818214938045, 0.001742661464959383, -0.029010478407144547, -0.004767318721860647, -0.027777664363384247, 0.032682690769433975, -0.020708655938506126, 0.004423048812896013, -0.00278530758805573, -0.004308292176574469, 0.003498438047245145, -0.00013463413051795214, -0.0017065951833501458, 0.0065148985013365746, 0.0088919997215271, -0.019567646086215973, 0.017547929659485817, -0.01123303547501564, -0.008524779230356216, -0.010714991018176079, 0.021246371790766716, 0.02241361141204834, 0.004341079853475094, -0.013823256827890873, -0.008839540183544159, -0.022059503942728043, -0.03590898960828781, -0.01123303547501564, -0.0008803473319858313, -0.0011041228426620364, 0.003321385011076927, -0.005029619671404362, -0.035227008163928986, 0.0007254258962348104, 0.003557455725967884, -0.006898513529449701, -0.022190654650330544, 0.010924831964075565, -0.024328406900167465, -0.017154477536678314, 0.006137840915471315, -0.019528301432728767, -0.0034033539704978466, 0.0005205033230595291, 0.009069053456187248, -0.0022393937688320875, 0.011855999939143658, -0.00986907072365284, -0.023371009156107903, 0.005777176935225725, -0.01850532740354538, 0.007823123596608639, 0.02195458486676216, -0.0010213340865448117, -0.014229822903871536, -0.020052902400493622, 0.005072243511676788, 0.004649283364415169, -0.022190654650330544, 0.0010057599283754826, 0.026846496388316154, 6.931505777174607e-05, -0.013718336820602417, -0.007587053347378969, -0.16535447537899017, 0.011698619462549686, 0.018085645511746407, -0.02578417770564556, 0.029666230082511902, 0.005527991335839033, -0.02670223079621792, 0.01724628359079361, 0.014360973611474037, 0.0003635326283983886, 0.010905159637331963, -0.012295354157686234, -0.01415113266557455, -0.0328400693833828, 0.0023820200003683567, -0.024695629253983498, -0.014046212658286095, 0.02110210619866848, 0.0471879281103611, 0.005419792141765356, 0.0345974862575531, 0.005941115319728851, 0.023580849170684814, -0.025797292590141296, 0.007285407278686762, -0.00035103235859423876, -0.010157601907849312, 0.02393495664000511, -0.0321318581700325, -0.013357672840356827, -0.006662442348897457, 0.012970779091119766, 0.029797380790114403, 0.006223088596016169, 0.0004274684761185199, -0.0012836349196732044, -0.0036361459642648697, -0.013574071228504181, -0.021757857874035835, 0.012918318621814251, 0.026518620550632477, 0.030059682205319405, 0.002739404793828726, 0.011416645720601082, 0.01419047825038433, 0.005836194846779108, 0.020157823339104652, 0.010334654711186886, -0.003218103898689151, -0.019266000017523766, 0.010006778873503208, -0.028407186269760132, 0.011947805061936378, -0.004796827677637339, -0.0028295707888901234, 0.02118079736828804, -0.0147675396874547, -0.0025213672779500484, -0.015593787655234337, -0.014400318264961243, 0.010026451200246811, -0.023738229647278786, 0.023069363087415695, -0.0177839994430542, 0.012046168558299541, -0.003485322929918766, -0.016800371930003166, 0.01807253062725067, -0.027462903410196304, 0.007134584244340658, 0.021115221083164215, -0.015842974185943604, -0.0068394956178963184, 0.011160902678966522, -0.003570570843294263, -0.0006446863990277052, -0.03564669191837311, -0.00866248644888401, 0.025233345106244087, 0.01289208885282278, -0.0348597876727581, -0.0021180796902626753, -0.0034394203685224056, -0.019961098209023476, -0.008924787864089012, -0.005436185747385025, -0.017534814774990082, 0.010655973106622696, 0.003983694594353437, -0.0007746072951704264, 0.003180398140102625, -0.004377146251499653, 0.005265690386295319, 0.0012664215173572302, 0.012098628096282482, -0.01745612360537052, 0.02238737978041172, 0.018216796219348907, 0.0015910188667476177, -0.014295398257672787, 0.00035103235859423876, -0.0023082478437572718, -0.01689217798411846, 0.007501805201172829, 0.019829947501420975, 0.007278849836438894, -0.010328097268939018, -0.0035377831663936377, 0.022059503942728043, -9.021715959534049e-05, -0.0447223000228405, 0.022007044404745102, 0.017180707305669785, -0.00029795742011629045, 0.0013393738772720098, 0.042755044996738434, 0.017547929659485817, -0.01722005382180214, 4.2034742364194244e-05, -0.0077444338239729404, 0.022741487249732018, -0.004944371525198221, 0.012026495300233364, -0.011665832251310349, 0.008255920372903347, -0.020118478685617447, -0.07187044620513916, -0.026610424742102623, 0.005678814370185137, -0.012806841172277927, 0.022741487249732018, 0.010498592630028725, -0.014334743842482567, 0.012413389049470425, -0.002378741279244423, 0.00595750892534852, -0.01711513288319111, -0.0058296374045312405, -0.02182343415915966, -0.006577194668352604, 0.014597044326364994, 0.003118101740255952, -0.02688584104180336, -0.01973814144730568, -0.004396818578243256, 0.011095327325165272, -0.008669043891131878, -0.016315115615725517, -0.002747601829469204, 0.0032115464564412832, -0.004462393932044506, -0.01125926524400711, -0.03580407053232193, 0.012242893688380718, 0.011541238985955715, -0.012859300710260868, -0.014229822903871536, -0.014583929441869259, -0.029954761266708374, -0.029036708176136017, -0.017128247767686844, 0.019108619540929794, 0.002603336237370968, -0.017665965482592583, 0.04970601946115494, -0.01917419396340847, 0.0037115574814379215, -0.01994798332452774, 0.005072243511676788, -0.018413521349430084, -0.01467573456466198, 0.023921841755509377, -0.014492124319076538, 0.013652761466801167, -0.01187567226588726, -0.0017984004225581884, -0.027410442009568214, -0.028931787237524986, -0.013888832181692123, -0.017770884558558464, 0.029928531497716904, 0.0030377721413969994, 0.003264006692916155, 0.00480666384100914, -0.042912423610687256, -0.0008319856133311987, 0.00023238219728227705, -0.01973814144730568, -0.041496001183986664, 0.019029930233955383, 0.020774230360984802, 0.01812499202787876, -0.009941203519701958, -0.03210562840104103, 0.04125992953777313, -0.0269383005797863, -0.0029017035849392414, 0.03291876241564751, -0.014387203380465508, 0.016446266323328018, -0.033863045275211334, -0.021469326689839363, -0.018256140872836113, -0.008164115250110626, 0.011292053386569023, -0.03349582478404045, 0.01740366406738758, -0.004731252323836088, -0.003364008851349354, -0.006439486984163523, -0.004223044496029615, 0.0004442721256054938, 0.0268071498721838, 0.023475930094718933, 0.011770752258598804, -0.024105452001094818, -0.0035279470030218363, 0.019266000017523766, -0.00017090541950892657, -0.017665965482592583, -0.01965945214033127, 0.007462460082024336, -0.010557610541582108, -0.013574071228504181, 0.0011262544430792332, 0.003018099581822753, -0.00040677128708921373, -0.007193601690232754, -0.07507051527500153, 0.012774053029716015, -0.010498592630028725, -0.020931610837578773, 0.01150189433246851, 0.0028492433484643698, 0.007908371277153492, -0.0010688761249184608, -0.006482110824435949, 0.009259221144020557, -0.03058428317308426, 0.005685371812433004, -0.010610071010887623, -0.007646070793271065, -0.029062937945127487, -0.006291942670941353, 0.036590974777936935, 0.0031377742998301983, 0.04238782450556755, 0.0009213318699039519, -0.011252707801759243, -0.015567557886242867, 0.004721416160464287, 0.0020672588143497705, -0.00986907072365284, 0.009232991375029087, -0.023843150585889816, 0.0029394093435257673, -0.014820000156760216, -0.013770796358585358, 0.01096417661756277, -0.005996854044497013, 0.004196814261376858, -0.008347725495696068, 0.01403309777379036, 0.015226566232740879, 0.020787345245480537, 0.0020918496884405613, 0.041705839335918427, -0.012878973968327045, -0.015082300640642643, -0.04766007140278816, 0.0009164137300103903, -0.022859523072838783, -0.011396973393857479, 0.0004455016751307994, -0.024275947362184525, -0.00037910675746388733, 0.006501783151179552, 0.016249539330601692, 0.048184674233198166, 0.027331752702593803, -0.04466984048485756, -0.030033452436327934, 0.00659358873963356, -0.02937769889831543, 0.009403486736118793, 0.019147964194417, 0.002368904883041978, -0.0012221582001075149, 0.04739776998758316, -0.0016156095080077648, 0.0019836504943668842, -0.0010811714455485344, 0.01419047825038433, -0.008328053168952465, -0.037692636251449585, 0.005059128161519766, 0.004816500004380941, -0.025875981897115707, -0.01259700022637844, -0.010688761249184608, 0.005144376307725906, 0.006485389545559883, 0.016669221222400665, -0.01529214158654213, 0.008911672979593277, 0.026584194973111153, -0.021311946213245392, 0.024866124615073204, 0.03315483033657074, 0.014793770387768745, -0.011147787794470787, 0.02806619554758072, 0.05665699020028114, -0.00483289361000061, -0.004826336167752743, 0.0090231504291296, 0.017180707305669785, 0.025954673066735268, -0.02436775155365467, 0.03339090198278427, 0.008524779230356216, 0.012282239273190498, 0.02289886772632599, 0.006609982345253229, 0.00022500497289001942, 0.01703644171357155, 0.01979060284793377, 0.019751256331801414, 0.020013557747006416, 0.014072442427277565, 0.007003433536738157, -0.02072177082300186, -0.020118478685617447, 0.010478920303285122, -0.022426726296544075, -0.03598768264055252, 0.022702142596244812, 0.026177627965807915, 0.011954362504184246, -0.0012819955591112375, -0.004629610572010279, 0.011764194816350937, -0.01662987656891346, 0.02053815871477127, -0.0018770907772704959, -0.006760805379599333, 0.0007241963758133352, 0.032446619123220444, 0.001767252222634852, -0.006950973533093929, 0.03548930957913399, -0.034125346690416336, 0.02701699174940586, -0.01577739790081978, -0.0015918385470286012, -0.018793858587741852, -0.00183938501868397, 0.0047935484908521175, -0.016983982175588608, 0.008065752685070038, -0.007711646147072315, -0.011508451774716377, 0.002775471191853285, 0.0015360995894297957, -0.01337734516710043, 0.0037968053948134184, 0.012111743912100792, 0.07354916632175446, 0.013862601481378078, 0.002723011188209057, 0.01029531005769968, 0.01257077045738697, -0.012931433506309986, 0.011639601550996304, 0.008872327394783497, -0.020866036415100098, -0.017679080367088318, 0.00966578722000122, -0.003839429235085845, -0.014898690395057201, -0.025351380929350853, -0.005531270056962967, 0.01868893764913082, -0.02169228345155716, 0.011475663632154465, 0.0022639846429228783, 0.011265822686254978, 0.01909550465643406, -0.011016637086868286, 0.01933157444000244, -0.039161521941423416, -0.023016903549432755, -0.004101729951798916, 0.020839804783463478, -0.008242805488407612, -0.006819823291152716, -0.027357982471585274, 0.013429805636405945, 0.025220230221748352, -0.027594054117798805, -0.005160769913345575, -0.009351026266813278, 0.004534526728093624, -0.0147675396874547, 0.0023738229647278786, 0.013613415881991386, -0.0033443362917751074, 0.014505239203572273, 0.0048722391948103905, -0.022675910964608192, -0.02948261983692646, -0.006036199163645506, -0.0014377367915585637, 0.015698708593845367, -0.00483289361000061, -0.0008258379530161619], \"cd688b17-e53c-4a61-91d0-b9e66bd9cb62\": [0.008878468535840511, -0.003427594667300582, 0.025277677923440933, -0.06123081594705582, -0.009950007311999798, 0.014455797150731087, -0.03916110098361969, 0.002081515034660697, -0.019354263320565224, -0.03436912223696709, 0.013896733522415161, -0.013337668962776661, -0.012685427442193031, -0.006409269291907549, 0.011267801746726036, -0.008931712247431278, 0.00951074343174696, -0.04464525356888771, 0.021643763408064842, -0.006136392708867788, -0.0023111305199563503, 0.026395807042717934, -0.014588907361030579, 0.00588681036606431, -0.01659887656569481, 0.003008296713232994, 0.010449171997606754, -0.030056344345211983, 0.018648777157068253, -0.030801763758063316, 0.018728643655776978, -0.006462513469159603, -0.008545692078769207, -0.004555705934762955, -0.010855158790946007, 0.0014542319113388658, 0.004053213633596897, -0.0027387479785829782, 0.0042728460393846035, 0.005946710240095854, 0.016545630991458893, -0.004965020343661308, -0.006146376021206379, 0.0023593830410391092, -0.003311123000457883, 0.025730254128575325, 0.013484090566635132, -0.008964990265667439, 0.0008727055392228067, 0.025570521131157875, 0.0025889987591654062, 0.0213509202003479, -0.01806309074163437, -0.022535603493452072, 0.003870186861604452, -0.0018934964900836349, -0.024518948048353195, 0.004013280849903822, -0.020791854709386826, 0.005713766906410456, 0.007374320179224014, 0.015520680695772171, -0.02960376814007759, -0.011986597441136837, -0.019833460450172424, -0.016039811074733734, -0.034049659967422485, 0.019513994455337524, 0.0010690434137359262, -0.0013036506716161966, 0.035833340138196945, 0.014788573607802391, 0.022508980706334114, 0.005404285155236721, 0.019939947873353958, -0.0026638733688741922, -0.0026073013432323933, -0.007607263512909412, -0.006119753699749708, -0.013524023815989494, -0.012445828877389431, -0.014801884070038795, 0.011494088917970657, 0.02217620424926281, 0.005850205197930336, 0.023587174713611603, 0.002224608790129423, 0.013524023815989494, -0.011360978707671165, -0.02944403514266014, -0.003583999350667, 0.01842248998582363, -0.0032728537917137146, -0.002547401702031493, -0.01438924204558134, 0.022708646953105927, -0.013524023815989494, 0.02087172120809555, 0.004871843382716179, -0.019540617242455482, 0.007261176127940416, 0.015294392593204975, -0.014588907361030579, -0.018821820616722107, -0.031653668731451035, -0.009271143935620785, 0.010083118453621864, -0.020019814372062683, -0.008439203724265099, 0.01488175056874752, 0.005633900873363018, 0.011813553981482983, 0.0067853061482310295, -0.047334082424640656, 0.0043061235919594765, -0.010449171997606754, 0.0037071267142891884, -0.01257228385657072, -0.01580021344125271, -0.011986597441136837, 0.010282783769071102, 0.008805257268249989, 0.0025324267335236073, -0.001878521521575749, 0.010442516766488552, 0.02061881124973297, 0.000845667440444231, -0.005830238573253155, 0.011148001998662949, -0.017597204074263573, -0.006119753699749708, -0.0125855952501297, -0.001304482575505972, 0.014335997402668, -0.010908403433859348, -0.007740373723208904, -0.01615961082279682, 0.010036529041826725, -0.013883422128856182, -0.034715209156274796, 0.010282783769071102, 0.0027087980415672064, -0.017118006944656372, 0.009177966974675655, 0.011800243519246578, 0.02482510358095169, 0.0010341019369661808, 0.0117869321256876, 0.02064543403685093, 0.007274487055838108, -0.002081515034660697, -0.0036438992246985435, 0.016106367111206055, -0.0073144203051924706, 0.005524084437638521, -0.001976690487936139, -0.009677131660282612, 0.02883172780275345, -0.002970027271658182, -0.004149719141423702, -0.021111320704221725, 0.041503842920064926, -0.006948366761207581, 0.00014558958355337381, 0.020765233784914017, 0.03239908814430237, -0.001905143610201776, 0.004449217580258846, 0.0009933369001373649, 0.017730314284563065, -0.002787000499665737, 0.029177814722061157, -0.04520431533455849, 0.005946710240095854, -0.006043215282261372, 0.012113052420318127, -0.005357696209102869, -0.004073180258274078, -0.042808327823877335, 0.008578970097005367, -0.011360978707671165, -0.009770308621227741, 0.015467436984181404, 0.02373359724879265, -0.014335997402668, 0.007620574440807104, 0.03058878518640995, 0.011074790731072426, 0.009910074062645435, -0.005168014205992222, 0.01698489673435688, 0.006738717667758465, 0.023813463747501373, -0.009517398662865162, -0.6368004679679871, -0.012652150355279446, 0.03402303531765938, -0.027633734047412872, -0.004336073528975248, 0.008039872162044048, -0.009197933599352837, 0.025783497840166092, -0.021271053701639175, 0.02045908011496067, -0.004632244352251291, 0.021803494542837143, 0.0022562225349247456, -0.024385837838053703, -0.04299468174576759, -0.025157878175377846, -0.0061064427718520164, 0.0022828446235507727, 0.01892830803990364, -0.006855189334601164, -0.022043094038963318, 0.004905120935291052, 0.004299468360841274, -0.0018968242220580578, 0.013610545545816422, 0.016132989898324013, 0.025690320879220963, -0.023241087794303894, -0.025730254128575325, 0.02354724146425724, -0.030189454555511475, -0.01166047714650631, 0.03402303531765938, -0.001582350698299706, 0.034874942153692245, -0.012705394066870213, 0.017224494367837906, -0.006026576738804579, -0.003176348516717553, 0.031813401728868484, -0.016905030235648155, -0.018901687115430832, 0.04291481524705887, 0.030961494892835617, 0.015880079939961433, 0.00882522389292717, 0.02915119379758835, -0.0004975003539584577, -0.009690442122519016, 0.03109460510313511, -0.007873483933508396, -0.017983224242925644, 0.005387646146118641, -0.01196663174778223, 0.006415924523025751, 0.0043061235919594765, 0.01931433007121086, -0.006046542897820473, 0.01790335774421692, -0.004921759478747845, -0.010222883895039558, 0.015174593776464462, -0.013583923690021038, -0.03138744831085205, 0.0017803525552153587, 0.002622276311740279, 0.004908448550850153, -0.010196262039244175, 0.008385960012674332, 0.0029567163437604904, 0.015147971920669079, 0.02720778062939644, 0.012139675207436085, -0.015241148881614208, 0.00037957282620482147, 0.037483908236026764, 0.018741954118013382, -0.0007799441809765995, -0.0030465659219771624, -0.013883422128856182, -0.0049849869683384895, 0.014429175294935703, 0.01828937791287899, -0.019460750743746758, 0.009810241870582104, 0.011394256725907326, -0.002141414675861597, -0.019061420112848282, 0.007653851993381977, 0.002266205847263336, 0.001084018382243812, 0.01934095099568367, -0.016172921285033226, -0.030136210843920708, -0.01778355799615383, 0.017916670069098473, -0.015853457152843475, -0.01488175056874752, -0.011853487230837345, 0.0018735298654064536, -0.00818629376590252, -0.0036771767772734165, 0.0003508708905428648, 0.012905060313642025, 0.02711460366845131, 0.024066373705863953, -0.020192857831716537, 0.006815256085246801, 0.011207901872694492, -0.03418276831507683, 0.007780306972563267, -0.00849244836717844, -0.0035340830218046904, 0.018049780279397964, 0.00020070563186891377, -0.023121288046240807, 0.011553988792002201, 0.015174593776464462, -0.0057403892278671265, 0.0020532289054244757, 0.010063151828944683, 0.01255231723189354, -0.0027354201301932335, -0.023760218173265457, 0.024132927879691124, 0.0013028187677264214, 0.029657013714313507, -0.006389302667230368, 0.0016755280084908009, 0.004312779288738966, 0.02336088754236698, -0.01384348887950182, 0.020698677748441696, -0.011793587356805801, 0.022136270999908447, 0.02880510501563549, 0.02000650390982628, -0.0012803563149645925, 0.01618623360991478, -0.02352062053978443, -0.010415893979370594, -0.006722078658640385, 0.01870202086865902, -0.01762382686138153, -0.005217930302023888, -0.015573925338685513, 0.0008618903229944408, -0.02071199007332325, -0.005727077834308147, 0.006738717667758465, 0.02141747437417507, -0.001341919880360365, 0.015147971920669079, 0.026169518008828163, 0.01806309074163437, 0.007620574440807104, 0.003153054276481271, -0.016332654282450676, -0.012133019044995308, -0.0010074798483401537, 0.002246239222586155, 0.017677070572972298, -0.02386670745909214, -0.03223935514688492, -0.01073535904288292, -0.005996626801788807, 0.016306033357977867, 0.022948244586586952, -0.006678817793726921, -0.014628840610384941, 0.03703133389353752, -0.00038123669219203293, -0.005527412053197622, 0.009024890139698982, 0.012445828877389431, 0.017251117154955864, -0.00807980541139841, -0.0030515575781464577, -0.012805227190256119, -0.01064218208193779, 0.01424282044172287, -0.010888436809182167, -0.019034797325730324, -0.009264488704502583, 0.02045908011496067, 0.023028111085295677, -0.00020528130698949099, 0.018528977409005165, 0.01180689875036478, -0.009058167226612568, -0.006875155959278345, -0.008958335034549236, -0.027793467044830322, 0.029497280716896057, -0.017863424494862556, -0.0059234159998595715, 0.010176295414566994, 0.009271143935620785, -0.01950068399310112, 0.021617140620946884, 0.0097170639783144, 0.020192857831716537, 0.010316061787307262, -0.01076863706111908, -0.008359337225556374, -0.017277739942073822, 0.009737030602991581, -0.035700228065252304, 0.024492327123880386, -0.01078860368579626, 0.034049659967422485, -0.02864537388086319, -0.012512383982539177, -0.01860884390771389, -0.006402613595128059, -0.006143048405647278, -0.00045174366096034646, 0.010635526850819588, -0.005750372540205717, 0.014069776982069016, 0.02845901809632778, 0.005527412053197622, -0.012266130186617374, -0.015321015380322933, -0.008918401785194874, 0.021084697917103767, 0.0153742590919137, 0.02288169041275978, 0.021617140620946884, -0.04488484933972359, -0.003813615068793297, 0.009956663474440575, 0.008692113682627678, 0.015560613945126534, -0.014429175294935703, 0.02672858163714409, 0.0036838322412222624, -0.04515106976032257, -0.007054855115711689, -0.009617231786251068, 0.0009176303283311427, 0.005201291758567095, 0.034715209156274796, -0.027474001049995422, 0.005334401968866587, 0.006249536760151386, 0.04914438724517822, -0.008918401785194874, -0.0289914608001709, 0.007467497605830431, -0.016678741201758385, 0.013344324193894863, 0.00823953840881586, -0.009058167226612568, 0.0318666473031044, -0.0009500759770162404, -0.019926637411117554, 0.008106427267193794, 0.018489044159650803, 0.02290831133723259, 0.004645555280148983, 0.024798480793833733, 0.008099772036075592, -0.005577328614890575, 0.004955037031322718, -0.008053183555603027, 0.0026339234318584204, -0.020525634288787842, -0.0016588892322033644, 0.0034708555322140455, 0.00512142525985837, -0.009237866848707199, 0.005989971105009317, 0.004083163570612669, 0.003454216755926609, 0.006402613595128059, 0.0005415932391770184, -0.024425771087408066, 0.0014567277394235134, 0.020112991333007812, -0.03775012865662575, -0.029018081724643707, 0.0007217083475552499, 0.026582160964608192, -0.004252879414707422, 0.0035374106373637915, 0.007161343470215797, -0.009217900224030018, -0.015853457152843475, 0.01245914027094841, -0.009124722331762314, 0.01742416061460972, 0.02278851345181465, -0.011287767440080643, 0.00756733026355505, 0.008539036847651005, 0.01038927212357521, -0.02469199150800705, 0.004579000174999237, -0.011074790731072426, 0.006229570135474205, -0.028379151597619057, -0.0125855952501297, 0.005404285155236721, 0.03255882114171982, 0.014961617067456245, -0.002171364612877369, -0.01512134913355112, 0.032106246799230576, -0.051513753831386566, 0.0013593906769528985, -0.007607263512909412, -0.021896671503782272, -0.018901687115430832, 0.002635587239637971, 0.0049849869683384895, -0.006961677689105272, 0.000907647015992552, 0.024731924757361412, -0.005970004480332136, -0.0062561919912695885, -0.04389983415603638, -0.02672858163714409, -0.007001610938459635, 0.08614909648895264, -0.004688816145062447, -0.008598936721682549, 0.01867539808154106, -0.031786780804395676, 0.01182021014392376, -0.013610545545816422, -0.03255882114171982, 0.037164442241191864, 0.007640541065484285, -0.023946573957800865, 0.0167319867759943, 0.005707111209630966, 0.0037337488029152155, 0.0002358551137149334, -0.0017013181932270527, 0.01088178064674139, -0.001015799236483872, -0.027474001049995422, -0.014415863901376724, -0.004991642665117979, -0.009796930477023125, 0.03639240190386772, 0.012672116979956627, 0.02647567167878151, -0.01054900512099266, 0.035354141145944595, 0.013710378669202328, 0.0012662133667618036, -0.01819620095193386, -0.003933414351195097, 0.004149719141423702, 0.0029051359742879868, -0.007480808533728123, -0.042621973901987076, 0.05633234977722168, 0.004063196945935488, 0.001451736083254218, -0.009710408747196198, 0.013949977234005928, 0.02160383015871048, 0.02071199007332325, -0.0025407460052520037, -0.025357544422149658, 0.00029762668418698013, -0.012159641832113266, -0.0018951602978631854, 0.025663698092103004, 0.0060066101141273975, -0.0015890062786638737, -0.0035673605743795633, -0.01765044778585434, -0.02883172780275345, -0.0010033202124759555, 0.012718705460429192, -0.010662148706614971, 0.01860884390771389, -0.000532441888935864, -0.022868378087878227, -0.06639550626277924, -0.03460872173309326, -0.01584014669060707, -0.020192857831716537, -0.026835070922970772, 0.009138033725321293, -0.00301495217718184, -0.019966570660471916, -0.005081492010504007, -0.014828506857156754, 0.0019750266801565886, 0.03109460510313511, -0.03189326822757721, -0.02080516703426838, 0.011414222419261932, 0.025450721383094788, 0.021523963660001755, 0.013437502086162567, 0.005074836779385805, -0.01346412394195795, 0.003980002831667662, -0.005846877582371235, -0.04389983415603638, -0.005597295239567757, -0.0006418420234695077, 0.008485792204737663, -0.005603950936347246, -0.008113083429634571, -0.019740283489227295, -0.0034675276838243008, 0.04453876242041588, -0.016199544072151184, 0.0033543838653713465, 0.009071478620171547, 0.01710469461977482, -0.011527366936206818, 0.010189606808125973, 0.01886175386607647, 0.013737000524997711, -0.005021592602133751, 0.005820255260914564, -0.0018003190634772182, -0.005850205197930336, 0.005570673383772373, -0.005101458635181189, 0.030162831768393517, 0.0334639735519886, -0.001139758387580514, 0.007554019335657358, 0.004935070872306824, 0.00654903519898653, 0.01915459707379341, -0.014375930652022362, 0.015720346942543983, 0.0045024617575109005, -0.0015673758462071419, 0.00016794797556940466, 0.020525634288787842, 0.014043154194951057, 0.01886175386607647, -0.02766035497188568, 0.00308317132294178, -0.03870852664113045, 0.03572684898972511, 0.031147850677371025, -0.018888376653194427, -0.007327731233090162, -0.01060890406370163, -0.008126393891870975, -0.03386330232024193, -0.020978210493922234, -0.002490829676389694, -0.010109740309417248, -0.023627107962965965, 0.02288169041275978, -0.01806309074163437, -0.012845160439610481, -0.007766996044665575, 0.007660507690161467, -0.013510712422430515, -0.013244492001831532, 0.0011281112674623728, -0.010189606808125973, 0.008998267352581024, -0.018662087619304657, -0.004791976884007454, -0.03077514097094536, -0.012439173646271229, 0.006881811190396547, -0.00793338380753994, 0.04645555466413498, -0.012845160439610481, 0.008272815495729446, -0.0034142835065722466, -0.004845221061259508, -0.008911745622754097, -0.014815195463597775, 0.003349392209202051, -0.03402303531765938, 0.022189514711499214, 0.014349308796226978, 0.009597265161573887, 0.017637137323617935, -0.02281513437628746, 0.02386670745909214, 0.019048107787966728, -0.015480747446417809, 0.015294392593204975, 0.0213509202003479, 0.010888436809182167, -0.005124753341078758, -0.002126439707353711, 0.014588907361030579, 0.009058167226612568, 0.011746998876333237, -0.012019875459372997, 0.013763622380793095, 0.006422580219805241, 0.008598936721682549, 0.001177195692434907, -0.030855007469654083, 0.0017487388104200363, -0.011500745080411434, -0.027074670419096947, 0.024479014798998833, -0.03884163498878479, -0.017437471076846123, 0.019513994455337524, -0.025983164086937904, 0.028192797675728798, -0.01229940727353096, -0.00913137849420309, -0.02093827724456787, 0.01040258351713419, 0.03090825118124485, 0.009617231786251068, -0.007187965326011181, 0.007094787899404764, -0.015001550316810608, 0.01675860770046711, 0.036339160054922104, 0.007527397014200687, 0.004968348424881697, -0.017770247533917427, -0.009271143935620785, -0.0076471962966024876, 0.014029843732714653, -0.03775012865662575, -0.02029934711754322, 0.02590329758822918, -0.012505728751420975, -0.0032645342871546745, -0.017850114032626152, -0.016452454030513763, -0.00756067456677556, -0.020405834540724754, 0.0031896596774458885, -6.60352743580006e-05, 0.03450223430991173, -0.042808327823877335, -0.026848381385207176, -0.01790335774421692, -0.015973256900906563, 0.03452885523438454, 0.02766035497188568, 0.039587054401636124, 0.029550524428486824, 0.021430784836411476, -0.01854228787124157, 0.007181310094892979, 0.0016439142636954784, 0.009324388578534126, 0.019221151247620583, 0.012891748920083046, -0.014761950820684433, -0.029071327298879623, 0.006033231969922781, -0.013231180608272552, 0.011746998876333237, -0.020658744499087334, 0.008905090391635895, 0.0042395684868097305, 0.021337607875466347, -0.017477404326200485, -0.012479106895625591, -0.017929980531334877, 0.01765044778585434, 0.019633794203400612, 0.004775338340550661, -0.017024829983711243, 0.007613918744027615, 0.005304452031850815, 0.008166327141225338, -0.005607278551906347, 0.014868439175188541, 0.004216274246573448, -0.006745372898876667, -0.016172921285033226, 0.008046528324484825, -0.025850053876638412, -0.014761950820684433, 0.004332745913416147, 0.0009126386721618474, 0.005610606167465448, -0.00987679697573185, 0.005261191166937351, 0.03349059447646141, -0.01657225377857685, -0.002134759211912751, 0.008525725454092026, 0.024971524253487587, -0.0299498550593853, -0.048319101333618164, 0.01257228385657072, -0.0015989894745871425, 0.02119118720293045, -0.0107553256675601, -0.01647907681763172, -0.024425771087408066, 0.014708707109093666, -0.025610454380512238, 0.006053198594599962, 0.011653821915388107, 0.00089599983766675, -0.030136210843920708, 0.009683786891400814, -0.028059687465429306, -0.012718705460429192, -0.007307764608412981, 0.020059747621417046, 0.01553399208933115, -0.011387600563466549, 0.002033262513577938, -0.0030066326726228, 0.013910043984651566, 0.004975003655999899, 0.010575626976788044, 0.0009517398430034518, 0.04405956715345383, 0.0008223731420002878, 0.00911141186952591, 0.005091475322842598, 0.014548974111676216, -0.04027922824025154, 0.020272724330425262, -0.015813523903489113, -0.005600622855126858, 0.019141284748911858, -0.017317671328783035, -0.02163045108318329, -0.03040243126451969, 0.02252229116857052, 0.01787673681974411, 0.0007346033817157149, 0.006202947814017534, -0.005663850344717503, 0.01682516373693943, 0.008119738660752773, -0.014296064153313637, -0.0033959809225052595, 0.013018203899264336, -0.026249384507536888, -0.017251117154955864, 0.008013250306248665, 0.0113143902271986, 0.021976538002490997, -0.03176015987992287, 0.012931682169437408, 0.01790335774421692, -0.011640510521829128, -0.03495480865240097, 0.000873537443112582, -0.01472201757133007, -0.028192797675728798, 0.015440814197063446, -0.019766904413700104, -0.00823953840881586, -0.014562285505235195, 0.013410880230367184, 0.016425831243395805, -0.011054824106395245, -0.011640510521829128, 0.03484832122921944, 0.006083148531615734, 0.015147971920669079, 0.002171364612877369, 0.009524053893983364, -0.017091384157538414, -0.01512134913355112, -0.026329251006245613, -0.007580641191452742, -0.016638807952404022, 0.03556711599230766, 0.019221151247620583, -0.015321015380322933, -0.053510408848524094, -0.008119738660752773, -0.03402303531765938, -0.023440754041075706, -0.02087172120809555, 0.008525725454092026, -0.0015440814895555377, 0.017038140445947647, -0.007214587647467852, 0.01931433007121086, 0.00011127203470095992, 0.049623582512140274, -0.022482357919216156, -0.0014018196379765868, 0.02249567024409771, 0.008865157142281532, 0.007766996044665575, -0.011553988792002201, -0.037457287311553955, -0.02157720737159252, -0.023813463747501373, -0.010748670436441898, -0.010562315583229065, 0.039560433477163315, -0.003367694793269038, 0.03138744831085205, -0.009118067100644112, 0.014216198585927486, -0.015241148881614208, 0.026715271174907684, 0.005850205197930336, -0.03152056038379669, 0.014602218754589558, 0.029816744849085808, 0.0035274275578558445, -0.028112931177020073, 0.01309807039797306, -0.0021031454671174288, -0.006515757646411657, 0.01060890406370163, 0.0003762450651265681, 0.011733688414096832, 0.01984677091240883, 0.0064059412106871605, 0.02421279437839985, 0.017637137323617935, -0.0035307551734149456, 0.025889987125992775, -0.0036738489288836718, 0.000858562532812357, -0.03418276831507683, 0.02144409716129303, 0.008598936721682549, 0.0005574001115746796, 0.003996641840785742, -0.010875125415623188, 0.010475793853402138, -0.002058220561593771, 0.009597265161573887, -0.010555660352110863, 0.013657134026288986, -0.011593922041356564, -0.00434938445687294, -0.04286156967282295, 0.00818629376590252, -0.005101458635181189, -0.02304142154753208, -0.002201314317062497, -0.016971584409475327, -0.010815225541591644, 0.02226938121020794, -0.00525786355137825, -0.0065224128775298595, -0.007294453680515289, 0.010176295414566994, 0.005284485872834921, 0.016998207196593285, -0.020432457327842712, 0.04227588698267937, 0.006728734355419874, -0.008212915621697903, -0.0030931546352803707, 0.20573554933071136, 0.013583923690021038, 0.036951467394828796, 0.017357604578137398, -0.01659887656569481, -0.027074670419096947, 0.0181562677025795, 0.011114723980426788, -0.015853457152843475, -0.027314268052577972, -0.038442302495241165, 0.006415924523025751, 0.0008444195264019072, 0.0022479030303657055, 0.007993283681571484, -0.04211615398526192, -0.022988177835941315, -0.02813955396413803, 0.005940054543316364, 0.00035170282353647053, -0.009304421953856945, -0.009723720140755177, -0.02341413125395775, -0.009324388578534126, 0.016558943316340446, 0.02192329429090023, -0.014096398837864399, 0.010309405624866486, 0.016332654282450676, 0.015480747446417809, 0.0012553981505334377, -0.007573985960334539, 0.006096459459513426, 0.002620612271130085, -0.008512414991855621, -0.006163014564663172, 0.02510463446378708, -0.022761890664696693, 0.022202827036380768, -0.0006426739855669439, -0.008665491826832294, -0.020365901291370392, -0.02249567024409771, -0.03719106689095497, -0.005976660177111626, 0.020538944751024246, 0.0011930025648325682, 0.0020282708574086428, 0.0038003039080649614, 0.02348068729043007, -0.04059869423508644, -0.037004709243774414, 0.02071199007332325, 0.012019875459372997, -0.0070149218663573265, 0.009524053893983364, -0.009051511995494366, 0.02198985032737255, -0.027633734047412872, 0.021963227540254593, 0.010455827228724957, 0.0026638733688741922, -0.011760310269892216, 0.020831787958741188, -0.030642030760645866, 0.010395927354693413, -0.014256131835281849, 0.0022545584943145514, 0.017197873443365097, -0.030189454555511475, 0.013923355378210545, 0.001053236541338265, -0.0066022793762385845, 0.005643883720040321, -0.026741893962025642, -0.01826275698840618, 0.001833596732467413, 0.030349187552928925, 0.01512134913355112, 0.03215948864817619, -0.006775322835892439, -0.014309375546872616, 0.001304482575505972, -0.02057887800037861, 0.007800273597240448, -0.013657134026288986, 0.019966570660471916, -0.011141346767544746, -0.009836863726377487, -0.026502294465899467, 0.011048168875277042, -0.004562361165881157, -0.014868439175188541, -0.03042905405163765, -0.012372618541121483, 0.011434189043939114, 0.013244492001831532, 0.026981491595506668, -0.017357604578137398, 0.009710408747196198, -0.01796991378068924, 0.04770679399371147, -0.0018818492535501719, 0.007733718492090702, -0.02800644375383854, -0.004392645321786404, -0.004585655871778727, 0.021643763408064842, -0.014695395715534687, 0.007673818618059158, 0.00860559195280075, -0.011074790731072426, -0.005603950936347246, -0.005633900873363018, 0.013936665840446949, 0.015813523903489113, 0.01538757048547268, -0.026848381385207176, 0.017277739942073822, -0.004742060322314501, -0.0005095635424368083, -0.020179547369480133, 0.011400911957025528, 0.0259698536247015, -0.0002302395150763914, -0.014375930652022362, -0.0014883414842188358, -0.012279440648853779, -0.040039628744125366, -0.016452454030513763, 0.005583984311670065, -0.02304142154753208, 0.015334325842559338, -0.004053213633596897, -0.025956541299819946, -0.0008177974377758801, 0.0017953275237232447, -0.025051390752196312, -0.009870141744613647, 0.015108038671314716, -0.011667132377624512, -0.01400322187691927, 0.005743716843426228, -0.02073861099779606, -0.0017254444537684321, 0.0006401781574822962, 0.015573925338685513, -0.0014533998910337687, -0.001743747154250741, -0.013044825755059719, -0.022735267877578735, -0.0021580534521490335, -0.033091261982917786, 0.003173020901158452, 0.030482297763228416, -0.0012628856347873807, -0.01886175386607647, -0.03303802013397217, 0.00473207700997591, 0.009211244992911816, -0.019048107787966728, 0.0010316061088815331, 0.03042905405163765, 0.0003801967832259834, -0.011354323476552963, 4.6614663006039336e-05, -0.16910354793071747, 0.02427935041487217, 0.02797982096672058, -0.02708798088133335, 0.037004709243774414, 0.003989986144006252, -0.026462361216545105, 0.01473532896488905, 0.01218626368790865, 0.012432517483830452, 0.025184500962495804, -0.012113052420318127, -0.015427503734827042, -0.0307485181838274, -0.009517398662865162, -0.03058878518640995, -0.011873453855514526, 0.011347667314112186, 0.042142774909734726, 0.00860559195280075, 0.027420757338404655, 0.0120265306904912, 0.021617140620946884, -0.016425831243395805, 0.015813523903489113, 0.002793655963614583, -0.008006595075130463, 0.028698617592453957, -0.02718115784227848, -0.01924777403473854, 0.01067546010017395, 0.015440814197063446, 0.02931092493236065, -0.005484151188284159, 0.012745327316224575, -0.0018835131777450442, -0.011334356851875782, 0.0018319328082725406, -0.01164716575294733, 0.011653821915388107, 0.013697067275643349, 0.021231120452284813, -0.0030881629791110754, 0.008565658703446388, 0.01307810377329588, 0.008385960012674332, 0.004452545195817947, 0.005623917561024427, 1.191364663100103e-05, -0.022775201126933098, 0.021084697917103767, -0.03412952274084091, 0.006941711064428091, 0.00411976920440793, -0.0039267586544156075, 0.031973134726285934, -0.010429205372929573, 0.0005370175349526107, -0.01464215200394392, -0.016239477321505547, 0.007161343470215797, -0.03317112848162651, 0.019900014623999596, -0.00807980541139841, 0.0073144203051924706, -0.020632123574614525, -0.019034797325730324, 0.01024285051971674, -0.028512263670563698, 0.004705455154180527, 0.01273201685398817, -0.02450563758611679, -0.0016355948755517602, -0.009969973936676979, 0.002073195530101657, 0.015893390402197838, -0.029257681220769882, -0.008479136973619461, 0.01886175386607647, 0.023374198004603386, -0.0238933302462101, 0.004678832832723856, 0.0013893404975533485, -0.00326952594332397, -0.0218301173299551, 0.003514116397127509, -0.014562285505235195, 0.021430784836411476, -0.006888466887176037, 0.0020765233784914017, 0.004562361165881157, -0.004039902705699205, 0.009830208495259285, -0.0019317656988278031, 0.016359277069568634, -0.010981613770127296, 0.020379213616251945, 0.01611967757344246, -0.008598936721682549, -0.011593922041356564, -0.0017653775867074728, 0.014841817319393158, -0.013151314109563828, -0.0031513904687017202, 0.01448241900652647, 0.01245914027094841, -0.00756067456677556, -0.0044225952588021755, 0.01739753782749176, -0.009823552332818508, -0.03394316881895065, 0.026502294465899467, 0.01799653470516205, 0.008578970097005367, -0.013803555630147457, 0.041503842920064926, 0.012678772211074829, -0.019647104665637016, 0.006322747562080622, -0.007627230137586594, 0.014269442297518253, 0.013164625503122807, 0.01553399208933115, -0.02089834399521351, 0.010875125415623188, -0.00882522389292717, -0.07475484162569046, -0.014442485757172108, 0.013776933774352074, -0.01822282373905182, 0.015880079939961433, 0.009737030602991581, -0.009138033725321293, 0.010948335751891136, 0.012505728751420975, 0.02112463116645813, -0.013031515292823315, -0.019740283489227295, -0.015946634113788605, 0.002389332978054881, 0.012399240396916866, -0.00047087829443626106, -0.024226104840636253, -0.023826774209737778, 0.00034733512438833714, 0.008326060138642788, -0.007860173471271992, -0.012146330438554287, -0.00011553573131095618, 0.0069350553676486015, -0.00933769904077053, -0.017836803570389748, -0.028219420462846756, -0.0015532327815890312, 0.024904968217015266, -0.00016877992311492562, -0.015108038671314716, -0.014535663649439812, -0.03692484274506569, -0.024865034967660904, -0.010648837313055992, 0.031307581812143326, -0.015440814197063446, -0.014535663649439812, 0.05031575635075569, -0.015001550316810608, -0.003109793411567807, -0.027633734047412872, 0.0012237844057381153, -0.019221151247620583, 0.002404307946562767, 0.018329311162233353, -0.004778665956109762, 0.015920011326670647, -0.008964990265667439, 0.012492417357861996, -0.030295943841338158, -0.01637258753180504, -0.008765324018895626, -0.00732107600197196, 0.013364290818572044, 0.005953365936875343, -0.0010507408296689391, -0.0043394011445343494, -0.03913448005914688, 0.005054870154708624, -0.0028302613645792007, -0.02208302728831768, -0.037803374230861664, 0.02284175716340542, 0.023826774209737778, 0.015214527025818825, -0.023493997752666473, -0.027580490335822105, 0.04259534925222397, -0.01266546081751585, -0.00564055610448122, 0.04011949524283409, -0.015174593776464462, 0.007400942035019398, -0.03215948864817619, -0.019301017746329308, -0.02029934711754322, 0.0017703692428767681, 0.005973332561552525, -0.034422367811203, 0.014043154194951057, 0.0041230968199670315, -0.018023157492280006, -0.01042255014181137, -0.010821881704032421, -0.0021014816593378782, 0.021297674626111984, 0.024585504084825516, 0.007187965326011181, -0.027633734047412872, -0.007034888491034508, 0.01908804103732109, 0.003693815553560853, -0.0052811577916145325, -0.012618872337043285, 0.011054824106395245, -0.0058568608947098255, -0.007467497605830431, -0.002718781353905797, -9.109747770708054e-05, -0.012978270649909973, -0.010562315583229065, -0.07539377361536026, 0.009577298536896706, -0.01899486407637596, -0.014615529216825962, 0.01400322187691927, -0.0069683329202234745, 0.009896763600409031, -0.006735389586538076, -0.010016563348472118, 0.0021364230196923018, -0.02708798088133335, 0.012638838961720467, -0.008452515117824078, 0.0034026363864541054, -0.021683694794774055, -0.006236225366592407, 0.017437471076846123, 0.01038927212357521, 0.028219420462846756, 0.005324418656527996, -0.0026904954575002193, -0.017850114032626152, 0.012113052420318127, 0.011114723980426788, -0.010761981830000877, 0.008592280559241772, -0.03189326822757721, 0.006389302667230368, -8.163415623130277e-05, -0.02523774467408657, 0.021164564415812492, -0.015467436984181404, -9.520518506178632e-05, 2.149721012756345e-06, 0.009164655581116676, 0.005610606167465448, 0.017157940194010735, 0.003753715194761753, 0.05215268209576607, -0.0013901725178584456, -0.03008296713232994, -0.029497280716896057, 0.014828506857156754, -0.01826275698840618, -0.004785321187227964, -0.008053183555603027, -0.022775201126933098, 0.009277800098061562, 0.011427533812820911, 0.015347637236118317, 0.04483160749077797, 0.024998147040605545, -0.040518827736377716, -0.028884971514344215, -0.003953380975872278, -0.026568850502371788, 0.0069350553676486015, 0.016079744324088097, -0.0067487009800970554, -0.0066688344813883305, 0.055267468094825745, 0.00237768585793674, -0.005617261864244938, 0.006955021992325783, 0.024705303832888603, 0.01424282044172287, -0.03814946115016937, 0.019633794203400612, -5.568801498156972e-05, -0.017450783401727676, -0.012785260565578938, -0.023374198004603386, -0.008798602037131786, 0.005144719500094652, 0.02226938121020794, -0.013963288627564907, 0.015307703986763954, 0.03444898873567581, -0.022895000874996185, 0.022189514711499214, 0.030056344345211983, 0.0248517245054245, -0.01892830803990364, 0.036818355321884155, 0.03868190199136734, -0.006026576738804579, -0.00042969724745489657, 0.005371007602661848, 0.013257802464067936, 0.024904968217015266, -0.015427503734827042, 0.037004709243774414, 0.010935025289654732, -0.0031663652043789625, 0.008319403976202011, 0.004928415175527334, -0.006875155959278345, 0.008106427267193794, 0.020246103405952454, 0.02057887800037861, 0.025530587881803513, 0.011673788540065289, 0.00907813385128975, -0.042169395834207535, -0.03431588038802147, 0.01918121799826622, -0.026675337925553322, -0.03735079616308212, 0.015414192341268063, 0.026023097336292267, 0.015201215632259846, -0.0068119284696877, -0.002703806385397911, 0.007061510346829891, -0.024226104840636253, 0.019939947873353958, -0.0020682038739323616, -0.002584007102996111, -0.0073942868039011955, 0.0248517245054245, -0.0003419275162741542, -0.012073120102286339, 0.029204437509179115, -0.041051268577575684, 0.027713600546121597, -0.013377602212131023, -0.004099802579730749, -0.01266546081751585, 0.002617284655570984, -0.00026788481045514345, -0.004006625153124332, 0.005414268467575312, 0.0001422618079232052, -0.009024890139698982, -0.0064192526042461395, 0.0003797808021772653, -0.016519010066986084, -0.005560690071433783, 0.017038140445947647, 0.07736380398273468, 0.022189514711499214, 9.858494013315067e-05, 0.000776200438849628, 0.012146330438554287, -0.0049151042476296425, 0.01169375516474247, 0.0057769943960011005, -0.030988117679953575, -0.03122771717607975, 0.014775262214243412, 0.0024991491809487343, 0.0006185477250255644, -0.02179018408060074, -0.005697128362953663, 0.01778355799615383, -0.02845901809632778, -0.004113113507628441, -0.0043859900906682014, 0.003923431038856506, 0.01746409386396408, -0.018169580027461052, 0.019900014623999596, -0.03199975565075874, -0.022642090916633606, -0.0011073127388954163, 0.026462361216545105, -0.021297674626111984, -0.011740343645215034, -0.025770187377929688, 0.01177362073212862, 0.024705303832888603, -0.024479014798998833, 0.0007645532605238259, -0.002988330088555813, 0.00378033728338778, -0.019167907536029816, 0.006572329439222813, 0.022056404501199722, 0.0012121371692046523, 0.009191278368234634, 0.017317671328783035, -0.02121780812740326, -0.029097948223352432, 0.011354323476552963, -0.003633915912359953, 0.01902148686349392, -0.009171311743557453, -0.008046528324484825], \"ef6abe09-7584-47a2-9a07-5a78524ded4b\": [0.007218392100185156, 0.006017550826072693, 0.016438186168670654, -0.07050274312496185, -0.032849688082933426, 0.022989444434642792, -0.03674575313925743, 0.002535110106691718, 0.001731213298626244, -0.03992130979895592, 0.029273848980665207, 0.006421166937798262, -0.007151678670197725, -0.02272259071469307, 0.007451889105141163, -0.01722540520131588, 0.016678355634212494, -0.03050137683749199, 0.016091277822852135, -0.00565396249294281, -0.009419934824109077, 0.021601805463433266, -0.021681861951947212, 0.010340580716729164, -0.03639884293079376, 0.007371833082288504, 0.02346978150308132, -0.029834242537617683, 0.016198018565773964, -0.014877093024551868, 0.014850407838821411, -0.015344087034463882, -0.011634821072220802, -0.003048803424462676, -0.01501051988452673, -0.011915016919374466, 0.003213919000700116, 0.015277373604476452, -0.019320206716656685, 0.0015010519418865442, 0.017652371898293495, 0.008952940814197063, 0.0024683966767042875, 0.005727347452193499, -0.015717681497335434, 0.02729913219809532, 0.013916419818997383, -0.0030704853124916553, -0.018399560824036598, 0.02105475589632988, 0.002483407035470009, 0.010967686772346497, -0.015584255568683147, -0.016438186168670654, 0.005280367098748684, 0.00873278733342886, -0.01406318973749876, 0.019667116925120354, -0.00406284723430872, -0.007625344209372997, -0.0008326668757945299, 0.02704562060534954, -0.024190286174416542, -0.025818094611167908, -0.01338938344269991, -0.01747891679406166, -0.02200208604335785, 0.018399560824036598, -0.011841632425785065, -0.02033425122499466, 0.011988401412963867, 0.00586744537577033, 0.024723993614315987, 0.01773242838680744, 0.03135530650615692, -0.022175541147589684, -0.011514736339449883, -0.008132366463541985, -0.002179861068725586, 0.006010879296809435, -0.009199780412018299, -0.003872714238241315, 0.020507706329226494, 0.018746471032500267, -0.001370960846543312, 0.012715578079223633, 0.010287209413945675, 0.036212045699357986, -0.012615508399903774, -0.009966985322535038, 0.0247773639857769, 0.0048167090862989426, 0.022802647203207016, 0.009313194081187248, 0.0037492942065000534, 0.030794914811849594, -0.01429001521319151, 0.02439042739570141, -0.008812842890620232, -0.0011116124223917723, 0.007318462245166302, 0.029140422120690346, -0.02836654707789421, -0.016598299145698547, -0.036078616976737976, -0.015530884265899658, 0.011621478013694286, -0.03242272138595581, -0.012555466033518314, -0.005253681913018227, -0.010127097368240356, 0.042776644229888916, 0.0003195989993400872, -0.006244376301765442, -0.002743589458987117, 0.0004088282003067434, 0.021815288811922073, -0.02725910395383835, -0.02547118440270424, -0.005970851052552462, 0.010794231668114662, 0.010634119622409344, 0.011481380090117455, 0.006878153886646032, 0.026525257155299187, 0.02416360192000866, 0.0014593560481444001, 0.018826527521014214, 0.009713473729789257, -0.03180896118283272, -0.006314425263553858, -0.02775278314948082, 0.010787560604512691, 0.027325818315148354, -0.024830736219882965, -0.007365161553025246, -0.02368326485157013, 0.021254895254969597, 0.006698027718812227, -0.02284267544746399, -0.002478403504937887, 0.016464872285723686, -0.014810379594564438, 0.0060709211975336075, -0.002473400207236409, 0.023002788424491882, 0.027379188686609268, -0.002371662063524127, 0.028553344309329987, 0.01603790745139122, 0.005367094650864601, 0.012782291509211063, 0.0038393575232475996, -0.006898168008774519, 0.0015569244278594851, -0.014450127258896828, -0.011067756451666355, 0.040615130215883255, 0.030554747208952904, 0.008165722712874413, -0.004669939633458853, 0.028633400797843933, -0.012235241942107677, 0.004002805333584547, 0.015357430092990398, 0.03442412614822388, 0.0063044182024896145, -0.007858840748667717, -0.006377803161740303, 0.016131306067109108, 0.01256880909204483, 0.012955746613442898, -0.016838466748595238, -0.0012091808021068573, -0.0013275970704853535, 0.03132862225174904, 0.01131459604948759, -0.008632716722786427, -0.03629210218787193, -0.01569099724292755, -0.011641492135822773, -0.01578439585864544, 0.010634119622409344, 0.017892539501190186, -0.01829282008111477, -0.004669939633458853, 0.028926938772201538, 0.014610239304602146, 0.0028403238393366337, 0.005754032637923956, 0.008999640122056007, 0.02294941619038582, 0.01661164127290249, -0.017132006585597992, -0.6310555934906006, -0.0062577188946306705, 0.026111632585525513, -0.053904443979263306, 0.006828118581324816, 0.0026752082630991936, -0.007558630779385567, 0.017252091318368912, -0.02764604240655899, 0.0041395677253603935, -0.007445218041539192, 0.024030175060033798, 0.028206434100866318, -0.013322670012712479, -0.04082861542701721, -0.029887612909078598, -0.006574607919901609, -0.01076087448745966, -0.01940026320517063, -0.002041430678218603, -0.007978925481438637, -0.00019336468540132046, -0.0017779127229005098, 0.0011691526742652059, 0.00697155250236392, 0.0034690978936851025, 0.018159393221139908, -0.007078294176608324, -0.020867958664894104, 0.03586513549089432, -0.02248242311179638, -0.006057578604668379, 0.04573872312903404, 0.00412956066429615, 0.028179749846458435, -0.006277733016759157, 0.010494020767509937, 0.013903076760470867, -0.004739988595247269, 0.0423496812582016, -0.01543748565018177, -0.011641492135822773, 0.042776644229888916, 0.018466275185346603, -0.00014906280557624996, -0.004446449689567089, 0.01988060027360916, -0.00981354434043169, -0.00812569446861744, 0.026285087689757347, -0.03180896118283272, -0.025084245949983597, -0.006361124571412802, -0.006818111520260572, 0.009866914711892605, -0.0033273319713771343, 0.022322310134768486, 0.0007776283309794962, -0.018252791836857796, -0.007632015272974968, 0.0017629021313041449, 0.006944867316633463, -0.007225063629448414, -0.04555192589759827, 0.0018679758068174124, 0.012648864649236202, 0.004536512773483992, -0.007638686802238226, 0.010427308268845081, -0.004229630809277296, 0.02443045563995838, 0.03351682424545288, 0.019360234960913658, -0.018346190452575684, -0.005910809151828289, 0.03172890469431877, 0.02164183370769024, -0.01380967814475298, -0.01673172600567341, -0.023376382887363434, 0.0012025093892589211, 0.019707145169377327, 0.007632015272974968, -0.04605894535779953, 0.004783352371305227, -0.0032356008887290955, 0.00430635130032897, -0.01256880909204483, 0.02725910395383835, 0.014463469386100769, 0.013602866791188717, 0.005730682983994484, -0.023416411131620407, -0.03722608834505081, -0.017492258921265602, 0.024977505207061768, -0.031889013946056366, -0.01590448059141636, -0.016691697761416435, 0.0016811782261356711, -0.012228569947183132, -0.00538043724372983, 0.005960844457149506, 0.024257000535726547, 0.026378486305475235, 0.020614447072148323, -0.0024383754935115576, -0.007632015272974968, 0.005193640012294054, -0.014930463396012783, 0.000732596789021045, -0.030794914811849594, 0.015477513894438744, 0.020627789199352264, 0.017759112641215324, -0.02201543003320694, 0.02226893976330757, 0.026151660829782486, 0.007792127784341574, 0.0013459433102980256, 0.00044656297541223466, -0.0016961887013167143, 0.01770574226975441, -0.015971193090081215, 0.019800543785095215, 0.0037259445525705814, 0.017665714025497437, 0.006447852123528719, 0.013275970704853535, -0.008572674356400967, 0.001252544461749494, -0.012135171331465244, -0.0030504711903631687, -0.023870062083005905, 0.03880052641034126, 0.01793256774544716, 0.010440650396049023, -0.009346550330519676, 0.014089874923229218, -0.029247164726257324, -0.02597820572555065, -0.0038627071771770716, -0.0018029302591457963, -0.011067756451666355, 0.016358131542801857, -0.0026501906104385853, -0.001004036981612444, -0.023509809747338295, 0.011634821072220802, -0.005170290358364582, 0.012221898883581161, 0.006384474225342274, 0.018106022849678993, 0.026525257155299187, 0.00945996306836605, 0.009046340361237526, -0.001358452020213008, -0.018266133964061737, -0.011801604181528091, -0.003270625602453947, -0.02523101679980755, 0.019333548843860626, -0.013836363330483437, -0.0010082066291943192, -0.026858823373913765, -0.012001744471490383, -0.004323029890656471, 0.012201884761452675, 9.381574636790901e-05, -0.0241769440472126, 0.019573718309402466, -0.008992969058454037, -0.0110744284465909, 0.027432559058070183, 0.00753861665725708, 0.02333635464310646, -0.012768948450684547, 0.0017178705893456936, -0.007878854870796204, -0.007591987494379282, -0.0019797207787632942, -0.005910809151828289, -0.0053604235872626305, 0.01147470809519291, 0.0029070372693240643, 0.017865855246782303, 0.015090576373040676, 0.03306317329406738, 0.009213123470544815, 0.006534579675644636, -0.008525975048542023, -0.012535451911389828, -0.014983834698796272, 0.015290716663002968, -0.003989462740719318, -0.0007225897279568017, 0.009700131602585316, -0.003133862977847457, -0.0165182426571846, 0.022936074063181877, 0.020067397505044937, 0.028793511912226677, 0.0022465744987130165, 0.0014460134552791715, 0.00021869494230486453, -0.029247164726257324, 0.0025484526995569468, -0.039681144058704376, 0.024670623242855072, 0.008559332229197025, 0.020174138247966766, -0.02285601757466793, -0.019653774797916412, -0.021094784140586853, 0.006401152815669775, 0.012355325743556023, 0.004009476862847805, 0.019480319693684578, -0.009359893389046192, 0.006271061487495899, 0.034744348376989365, 0.00932653620839119, 0.007431874983012676, -0.006050907541066408, -0.026725396513938904, 0.02046767808496952, 0.022469080984592438, 0.015650968998670578, 0.012048443779349327, -0.04010811075568199, -0.014183273538947105, 0.02809969335794449, 0.0026535263750702143, -0.0018279477953910828, -0.003795993747189641, 0.015837766230106354, 0.0028670092578977346, -0.03578507900238037, -0.00015667230763938278, -0.0014310028636828065, 0.0101004121825099, 0.014103217050433159, 0.02991429902613163, -0.024483826011419296, 0.026044920086860657, 0.007818813435733318, 0.03837355971336365, -0.004790023900568485, -0.03220923990011215, 0.006217691116034985, -0.001854633097536862, 0.020547734573483467, 0.01627807505428791, -0.01733214780688286, 0.025457842275500298, -0.018759815022349358, -0.005880787968635559, -0.005633948370814323, -0.0036558955907821655, 0.027072306722402573, 0.009693460538983345, 0.014797036536037922, 0.005527207162231207, -0.011488051153719425, 0.00795224029570818, -0.0043363724835217, 0.017785798758268356, -0.026391830295324326, -0.010840930975973606, -0.0006517067668028176, -0.003966113086789846, -0.005607263185083866, 0.005910809151828289, -0.007498588413000107, 0.016238046810030937, 0.012522108852863312, 0.00703159486874938, -0.03132862225174904, -0.011294581927359104, 0.022562479600310326, -0.023029472678899765, -0.008325834758579731, 0.005717340391129255, 0.03311654180288315, 0.03370362147688866, 0.0014927127631381154, -0.0027219075709581375, -0.010187139734625816, 0.01661164127290249, -0.004950135946273804, 0.0045832120813429356, 0.021001385524868965, 0.02261584997177124, -0.010674147866666317, 0.013062488287687302, -0.0003006273473147303, 0.017038607969880104, -0.0197471734136343, -0.012361996807157993, -0.025297729298472404, 0.01267554983496666, -0.012295283377170563, -0.007545288186520338, -0.0030621460173279047, 0.056893207132816315, 0.022082142531871796, -0.0065612648613750935, -0.022522451356053352, 0.021348295733332634, -0.03658564016222954, 0.005083562806248665, 0.00466660363599658, -0.0011583117302507162, -0.02871345728635788, 0.009066353552043438, 0.02094801515340805, -0.0028936946764588356, 0.000617516110651195, 0.014730323106050491, 0.01904001086950302, -0.015050548128783703, -0.026631997898221016, -0.040134795010089874, 0.020067397505044937, 0.045978888869285583, 0.027112334966659546, -0.006140970624983311, 0.006097606848925352, -0.03239603713154793, -0.010927658528089523, -0.022455736994743347, -0.015811080113053322, 0.04221625253558159, 0.003996133804321289, -0.006274397484958172, 0.007345147896558046, 0.014930463396012783, 0.008826185949146748, -0.0021715217735618353, -0.0256046112626791, -0.012301955372095108, -0.004449785221368074, -0.007351818960160017, -0.03789322450757027, -0.005473836325109005, -0.02286936156451702, 0.013889734633266926, 0.003414059290662408, 0.03087497130036354, -0.00011122378055006266, 0.027966266497969627, 0.0189199261367321, 0.0009731820318847895, 0.0005883289850316942, 0.001754562952555716, 0.0012417035177350044, -0.005710668861865997, -0.00987358670681715, -0.04101541265845299, 0.054865118116140366, 0.001857968745753169, 0.006617971230298281, -0.001394310500472784, 0.025324415415525436, 0.007305119652301073, 0.0006571271806024015, 0.004216288216412067, -0.020787902176380157, -0.006744727026671171, -0.026498571038246155, -0.004996835254132748, 0.022415708750486374, 0.007451889105141163, -0.007585315965116024, -0.014450127258896828, -0.0036525598261505365, -0.029620759189128876, -1.3355714145291131e-05, 0.011341281235218048, -0.014743666164577007, 0.016451530158519745, -0.0015660976059734821, -0.008112352341413498, -0.0262050312012434, -0.025097589939832687, -0.019226808100938797, 0.023976802825927734, -0.019533690065145493, -0.015290716663002968, 0.002176525304093957, -5.139018321642652e-05, -0.02024085260927677, -0.03407721593976021, 0.003225593827664852, 0.011187841184437275, -0.011995073407888412, -0.027859525755047798, -0.0024317041970789433, 0.021628491580486298, 0.02058776281774044, 0.005267024505883455, -0.0033790348097682, 0.008078995160758495, 0.012902375310659409, 0.0013801339082419872, -0.03178227320313454, 0.002046434208750725, -0.00023412241716869175, 0.01316922903060913, -0.008639387786388397, -0.028286490589380264, -0.016825124621391296, 0.0011941702105104923, 0.03837355971336365, -0.011361295357346535, 0.0025117602199316025, 0.013602866791188717, 0.0003888141654897481, 0.0030354605987668037, 0.033303339034318924, 0.014610239304602146, -0.004763338249176741, -0.01781248301267624, 0.005697326269000769, 0.0029220478609204292, -0.012015087530016899, 0.002631844487041235, -0.02704562060534954, 0.007365161553025246, 0.03122188150882721, -0.018946612253785133, 0.0017395524773746729, 0.00825245026499033, 0.010554063133895397, 0.017772454768419266, 0.004172924440354109, 0.007852169685065746, -0.002708564978092909, 0.002094801515340805, -0.019360234960913658, 0.011488051153719425, -0.013482782058417797, 0.026018233969807625, -0.0044197640381753445, -0.005940830335021019, -0.04800697788596153, 0.028046322986483574, 0.03567833825945854, -0.018266133964061737, -0.014556868933141232, -0.00583075312897563, -0.010127097368240356, -0.04042833298444748, -0.0002108769549522549, -0.012982431799173355, 0.016584957018494606, -0.016584957018494606, 0.009606732986867428, -0.027672726660966873, -0.005450486671179533, -0.03610530495643616, 0.003332335501909256, -0.029353905469179153, 0.005650626961141825, 0.00027248263359069824, -0.013589523732662201, 0.02009408175945282, -0.023976802825927734, 0.019106723368167877, -0.038693785667419434, 0.0020664483308792114, 0.019120067358016968, 0.004076190292835236, 0.0435505211353302, 0.00034419956500642, 0.020147453993558884, -0.005740690045058727, -0.013129201717674732, -0.01614464819431305, -0.008766143582761288, -2.978650081786327e-05, -0.02009408175945282, 0.05678646266460419, 0.036452215164899826, 0.011528079397976398, 0.006364460568875074, -7.599075615871698e-05, -0.005503857508301735, 0.009773516096174717, -0.014730323106050491, 0.0016561606898903847, 0.04728647321462631, 0.008499289862811565, 0.0051436047069728374, -0.014917121268808842, 0.012608836404979229, 0.01195504516363144, 0.005046870559453964, 0.02342975325882435, -0.002064780332148075, -0.007385175675153732, 0.01567765325307846, -0.006384474225342274, -0.013863049447536469, 0.006297747138887644, -0.0032389366533607244, -0.016691697761416435, 0.03316991403698921, -0.030821600928902626, -0.006784754805266857, 0.010120426304638386, -0.03816007822751999, 0.014917121268808842, 0.001166650908999145, 0.0010615773499011993, 0.004963478539139032, 0.025911493226885796, -0.00023787505051586777, 0.00975350197404623, -0.012708907015621662, -0.013702936470508575, -0.037279460579156876, -0.006631314288824797, 0.010874288156628609, 0.00980687327682972, 0.00202141678892076, 0.0005653962725773454, -0.025164302438497543, -0.026031577959656715, 0.02008073963224888, -0.03770642727613449, 0.003087163669988513, 0.025217672809958458, -0.0025367778725922108, -0.005864109843969345, -0.024216972291469574, -0.0241769440472126, 0.008919584564864635, -0.016464872285723686, 0.020187482237815857, -0.0027819497045129538, 0.033676933497190475, -0.026031577959656715, -0.014263329096138477, -0.001911339582875371, -0.02847328782081604, 0.020854616537690163, 0.027005592361092567, 0.038720469921827316, 0.0028636737260967493, 0.040001366287469864, -0.008639387786388397, 0.001116615952923894, -0.004876750987023115, -0.004423100035637617, 0.017158692702651024, 0.01578439585864544, -0.009640089236199856, -0.036558955907821655, 0.02008073963224888, 0.010934329591691494, 0.011928359977900982, -0.0021098118741065264, 0.0062810685485601425, 0.005423801019787788, 0.01322927139699459, -0.030714860185980797, -0.009413263760507107, -0.019653774797916412, -0.0009031329536810517, 0.0044431136921048164, 0.014770351350307465, -0.008706101216375828, -0.007511931471526623, -0.008492618799209595, 0.014690295793116093, -0.003252279246225953, 0.0203475933521986, 0.0025951520074158907, 0.005313723813742399, -0.009426606819033623, 0.008892899379134178, -0.0060942708514630795, -0.0040995399467647076, -0.011901674792170525, 0.0077120717614889145, 0.0027702748775482178, -0.01638481579720974, 0.014890436083078384, 0.024737337604165077, 0.0009406592580489814, 0.007365161553025246, 0.012895704247057438, 0.02346978150308132, -0.004956807009875774, -0.0428033322095871, -0.004973485600203276, -0.00616098428145051, 0.020067397505044937, -0.005010177846997976, -0.011621478013694286, -0.002953736810013652, -0.008532647043466568, -0.029167108237743378, 0.009479977190494537, 0.015117261558771133, -0.003107177559286356, -0.01435672864317894, 0.008586017414927483, -0.042296309024095535, -0.013556167483329773, -0.005270360503345728, 0.014983834698796272, -0.007425203919410706, -0.024617252871394157, -0.002206546487286687, 0.02024085260927677, 0.025644639506936073, -0.002188200131058693, 0.011981730349361897, -0.003233933122828603, 0.03586513549089432, -0.013662909157574177, 0.022896045818924904, 0.022535793483257294, 0.019413605332374573, -0.028660085052251816, 0.00047866880777291954, 0.0005149442004039884, -0.027018936350941658, 0.018613044172525406, -0.0033490138594061136, -0.029994353652000427, -0.021321609616279602, 0.02571135200560093, 0.025778066366910934, 0.009319865144789219, 0.01052737794816494, -0.004539848305284977, 0.016424844041466713, 0.004753331188112497, 0.007251748815178871, -0.02212217077612877, -0.00860603153705597, -0.019066695123910904, -0.0187731571495533, 0.028926938772201538, -0.008499289862811565, 0.007778785191476345, -0.02285601757466793, 0.012208555825054646, 0.01118116918951273, -0.008099009282886982, -0.06356454640626907, -0.005513864103704691, -0.015384115278720856, -0.009840229526162148, 0.02464393712580204, -0.022909389808773994, -0.01769240014255047, -0.005714004393666983, 0.022575821727514267, 0.005010177846997976, 0.0025601275265216827, -0.020187482237815857, 0.026471884921193123, 0.006627978291362524, 0.013049145229160786, -0.0007780452724546194, -0.0036225388757884502, -0.031648848205804825, -0.02595152147114277, -0.03445081040263176, 0.003535811323672533, -0.02523101679980755, 0.026765424758195877, 0.022455736994743347, -0.022896045818924904, -0.04077524319291115, -0.016491558402776718, -0.014917121268808842, -0.009546690620481968, -0.013983133248984814, 0.00795224029570818, 0.00717836432158947, 0.014183273538947105, -0.010927658528089523, 0.03290306031703949, 0.004733317065984011, 0.038720469921827316, -0.013529482297599316, -0.002685215324163437, 0.0207211896777153, 0.013342684134840965, 0.0033156571444123983, -0.01653158664703369, -0.03098171390593052, -0.009106381796300411, 0.0012183538638055325, -0.021628491580486298, -0.010680818930268288, 0.023896748200058937, -0.010834259912371635, 0.02633845806121826, 0.003405720228329301, 0.010007013566792011, -0.01805265247821808, 0.01960040256381035, 0.023189585655927658, -0.02954070270061493, -0.003435741178691387, 0.030181152746081352, 0.01124788261950016, -0.03960108757019043, 0.0019213465275242925, -0.006681349128484726, 0.0027752784080803394, 0.012622179463505745, 0.01364956609904766, -0.014983834698796272, 0.003909406717866659, -0.0019246821757405996, 0.03359688073396683, 0.022042114287614822, -0.010660804808139801, 0.006371131632477045, -0.013796336017549038, 0.012555466033518314, -0.020734531804919243, 0.03842693194746971, 0.011841632425785065, 0.008586017414927483, -0.013636223040521145, -0.013529482297599316, 0.014223301783204079, 0.00042050302727147937, 0.009486648254096508, -0.007251748815178871, 0.007825484499335289, -0.0038560358807444572, -0.01711866445839405, -0.03180896118283272, 0.0009690124425105751, -0.006668006535619497, -0.007792127784341574, -0.008038966916501522, -0.0145301828160882, -0.00831249263137579, 0.005253681913018227, -0.0006304418202489614, 0.0041462392546236515, -0.012308626435697079, 0.02645854279398918, 0.01465026754885912, -0.00024079375725705177, -0.01926683634519577, 0.037279460579156876, -0.0019897278398275375, -0.020427649840712547, -0.005944165866822004, 0.20088745653629303, -0.006991566624492407, 0.008652730844914913, 0.02523101679980755, -0.01769240014255047, -0.0020981370471417904, 0.010080398060381413, -0.00031542940996587276, -0.02571135200560093, -0.00404283357784152, -0.024977505207061768, 0.001908003818243742, -0.005637283902615309, 0.0011658170260488987, 0.004353050608187914, -0.0406951867043972, -0.01627807505428791, -0.01638481579720974, -0.008759472519159317, 0.014890436083078384, 0.0024150258395820856, -0.0006312757614068687, -0.02727244608104229, -0.015717681497335434, 0.017051950097084045, 0.015157289803028107, -0.00861270260065794, 0.017905881628394127, 0.00945329200476408, 0.016104619950056076, -0.005287038628011942, -0.008065653033554554, -0.0203475933521986, -0.017772454768419266, -0.010020355693995953, -0.019680459052324295, 0.03674575313925743, -0.0009323200793005526, 0.022295625880360603, -0.018025966361165047, -0.015037205070257187, -0.010313894599676132, -0.009293179959058762, -0.030581433326005936, -0.014450127258896828, 0.013449425809085369, 0.004770009778439999, 0.00284199183806777, 0.010814245790243149, 0.021962057799100876, -0.051022425293922424, -0.05003506690263748, 0.001509391120634973, -0.004503156058490276, -0.02225559763610363, 0.006107613909989595, -0.0069582099094986916, 0.02908705174922943, -0.019707145169377327, 0.029647445306181908, 0.002983757760375738, 0.01160813495516777, -0.011748233810067177, 0.02248242311179638, -0.02322961390018463, -0.000853514822665602, -0.018719786778092384, -0.004082861356437206, 0.020254194736480713, -0.03530474379658699, 0.004633246921002865, -0.00886621419340372, -0.017172034829854965, -0.002700225682929158, -0.014997176826000214, -0.01711866445839405, -0.002992097055539489, 0.022642536088824272, 0.014917121268808842, 0.028019636869430542, -0.00050535419723019, 0.002336637582629919, 0.004573205020278692, -0.026525257155299187, 0.011094441637396812, -0.01841290481388569, 0.02561795338988304, -0.023896748200058937, 0.004760002717375755, -0.021228211000561714, -0.003949434496462345, -0.008219093084335327, -0.022789305076003075, -0.016558270901441574, -0.008839528076350689, 0.014410099014639854, 0.007978925481438637, 0.025778066366910934, 0.01118116918951273, 0.014823722653090954, -0.026965564116835594, 0.06900836527347565, 0.006891496479511261, -0.002513428218662739, -0.021214868873357773, -0.005016849376261234, -0.033543508499860764, 0.024910790845751762, -0.031301937997341156, 0.0033423423301428556, 0.019773857668042183, -0.016771754249930382, 0.007431874983012676, 0.000685063423588872, 0.0050802272744476795, 0.0013509468408301473, 0.011341281235218048, -0.016424844041466713, 0.022055456414818764, 0.0011274567805230618, -0.01124121155589819, -0.013782992959022522, 0.015997879207134247, 0.021334951743483543, 0.0019513675943017006, -0.009713473729789257, -0.011381309479475021, -0.010120426304638386, -0.010500692762434483, -0.012889033183455467, 0.021334951743483543, 0.00861937366425991, 0.018706442788243294, -0.008152380585670471, -0.019173437729477882, -0.01639815978705883, -0.012788962572813034, 0.0015385783044621348, -0.026378486305475235, -0.002214885549619794, -0.03719940409064293, -0.02176191844046116, 0.007104979362338781, -0.00646453071385622, 0.0008847867720760405, -0.00015010520291980356, 0.012602165341377258, -0.006010879296809435, 0.0006708868313580751, -0.014556868933141232, -0.03132862225174904, 0.017145348712801933, -0.0044431136921048164, -0.00497015006840229, 0.012849004939198494, -0.003689252305775881, -0.010687489993870258, -0.024683965370059013, 0.022562479600310326, -0.012295283377170563, -0.026298431679606438, -0.007078294176608324, 0.006207684054970741, -0.00363254570402205, -0.020547734573483467, -0.014743666164577007, -0.1683313101530075, 0.007692057639360428, 0.0005762371583841741, -0.028553344309329987, 0.020427649840712547, 0.011674848385155201, -0.01617133431136608, 0.01673172600567341, 0.0036058605182915926, -0.005744025576859713, 0.03957440331578255, -0.031301937997341156, -0.018933268263936043, -0.02644520066678524, 0.00672804843634367, 0.003512461669743061, -0.005573906470090151, 0.020174138247966766, 0.040988724678754807, 0.007218392100185156, 0.04739321395754814, 0.012335311621427536, 0.02761935628950596, -0.030955027788877487, 0.0105874203145504, 0.0030704853124916553, -0.031008398160338402, 0.004776680842041969, -0.023269642144441605, -0.027672726660966873, -0.00831916369497776, 0.026525257155299187, 0.02549787051975727, 0.009346550330519676, 0.0033773670438677073, 0.0007188371382653713, -0.005153611768037081, 0.014103217050433159, -0.021615149453282356, 0.02069450356066227, 0.010814245790243149, 0.02009408175945282, 0.00636779610067606, 0.020988041535019875, 0.016705039888620377, 0.01617133431136608, 0.0019747172482311726, 0.010033698752522469, 0.007605330087244511, -0.040508389472961426, 0.015757709741592407, -0.027459245175123215, -0.008472604677081108, -0.009219794534146786, -0.015837766230106354, 0.017078636214137077, -0.008325834758579731, -0.0038493643514811993, -0.018212763592600822, -0.024257000535726547, 0.021455036476254463, -0.04130895063281059, 0.008352519944310188, -0.023176243528723717, 0.01514394674450159, -0.0032456079497933388, -0.00544715067371726, 0.017078636214137077, -0.014370070770382881, 0.021962057799100876, 0.012341982685029507, -0.024310370907187462, 0.01687849499285221, -0.004943464417010546, 0.017185376957058907, 0.0021965394262224436, -0.018346190452575684, -0.007805470377206802, 0.035811763256788254, 0.009293179959058762, -0.011801604181528091, 0.00035045394906774163, -0.014316700398921967, -0.0021198189351707697, -0.028286490589380264, -0.018946612253785133, -0.002755264285951853, -0.0018896576948463917, -0.011354624293744564, -0.0007284271996468306, 0.007018251810222864, 0.004449785221368074, -0.021455036476254463, 0.006711370311677456, 0.02237568236887455, -0.015477513894438744, 0.02045433595776558, 0.004272994585335255, 0.006594621576368809, 0.008159051649272442, 0.010193810798227787, 0.010634119622409344, -0.005260353442281485, 0.019787201657891273, 0.0342373289167881, -0.003999469801783562, 0.008038966916501522, -0.011254554614424706, 0.020427649840712547, -0.0017512273043394089, -0.040641818195581436, 0.02165517583489418, 0.00711832195520401, 0.01854633167386055, -0.0217752605676651, 0.05014180764555931, 0.01781248301267624, -0.009793530218303204, -0.010200481861829758, -0.004786687903106213, 0.022175541147589684, -0.01829282008111477, 0.000998199568130076, 0.001562761957757175, -0.012168528512120247, -0.01195504516363144, -0.08373868465423584, -0.015410800464451313, 0.0027902887668460608, -0.017999280244112015, 0.019080039113759995, 0.00366256688721478, -0.01124788261950016, 0.01124788261950016, -0.003585846396163106, 0.019560374319553375, -0.032956428825855255, -0.011508065275847912, -0.02202877216041088, -0.0015168964164331555, -0.0007934727473184466, 0.005343744996935129, -0.034771036356687546, -0.009173095226287842, -0.011127798818051815, 0.008472604677081108, -0.0217752605676651, -0.02645854279398918, -0.010907644405961037, 0.005577242001891136, -0.0060242218896746635, 0.008572674356400967, -0.02978087216615677, 0.002892026910558343, 0.006647992413491011, -0.01593116484582424, 0.01202175859361887, -0.005163618829101324, -0.01231529749929905, -0.019587060436606407, -0.0081857368350029, 0.015063890255987644, 0.010814245790243149, -0.023002788424491882, 0.032582834362983704, 0.0004569869488477707, -0.004793359432369471, 0.006938195787370205, 0.02369660697877407, -0.014757009223103523, -0.004262987524271011, 0.006734719965606928, -0.020360935479402542, 0.016705039888620377, -0.0037793153896927834, -0.021948715671896935, -0.031168511137366295, -0.020307565107941628, -0.01674506813287735, -0.025551240891218185, 0.04907439276576042, 0.017158692702651024, -0.011754904873669147, -0.0012558801099658012, -0.03733282908797264, -4.24776862928411e-06, -0.02404351718723774, -0.02609829045832157, -0.024203630164265633, 0.003220590529963374, 0.007992267608642578, 0.013069159351289272, -0.025030875578522682, -0.01865307241678238, 0.031622160226106644, -0.02596486359834671, -0.004686617758125067, 0.01614464819431305, -0.017905881628394127, -0.008005610667169094, -0.01663832738995552, -0.013729622587561607, 0.000853931822348386, 0.008992969058454037, 0.009113053791224957, -0.030714860185980797, 0.014276672154664993, 0.0009581714984960854, -0.007571973372250795, -0.00690483907237649, 0.006471201777458191, -0.004536512773483992, 0.027592672035098076, 0.0053470805287361145, 0.0008076493395492435, -0.036078616976737976, -0.002980422228574753, 0.013889734633266926, 0.00023182913719210774, -0.014330042526125908, -0.012035101652145386, -0.00487341545522213, -0.029033681377768517, -0.016451530158519745, 0.005450486671179533, 0.005650626961141825, 0.01721206307411194, -0.00390607095323503, -0.0605224147439003, -0.000582074630074203, -0.014890436083078384, -0.0023800013586878777, 0.008872885257005692, -0.009680117480456829, 0.019840572029352188, -0.004753331188112497, -0.0056105987168848515, 0.015731025487184525, -0.027939580380916595, 0.015944506973028183, 0.004086196888238192, -0.007131664548069239, -0.03410390019416809, -0.02595152147114277, 0.013042474165558815, -0.004946800414472818, 0.03194238618016243, 0.009666774421930313, 0.005493850447237492, -0.03471766412258148, 0.008279135450720787, -0.004252980463206768, 0.00203142361715436, 0.018826527521014214, -0.029860926792025566, 0.012308626435697079, -0.004900100640952587, -0.01530405879020691, 0.005223660729825497, 0.01189500279724598, 0.02069450356066227, -0.014850407838821411, 0.011614806950092316, 0.0033723635133355856, 0.015264030545949936, 0.014249986968934536, 0.04224293678998947, 0.002214885549619794, -0.012902375310659409, -0.031141825020313263, 0.012588822282850742, -0.029407275840640068, -0.012788962572813034, -0.010413965210318565, -0.017025265842676163, 0.012495423667132854, 0.006254383362829685, 0.017492258921265602, 0.042536478489637375, 0.024350399151444435, -0.06255050748586655, -0.021575121209025383, 0.0028670092578977346, -0.03976120054721832, 0.016838466748595238, -0.0019663781858980656, -0.002144836587831378, -0.022522451356053352, 0.043603893369436264, -0.010413965210318565, 0.008626045659184456, -0.018733128905296326, 0.020267536863684654, -0.0009681785595603287, -0.04867411404848099, -0.007878854870796204, 0.031301937997341156, -0.021815288811922073, -6.749521708115935e-05, -0.021201524883508682, 0.0169718936085701, -0.008699430152773857, 0.015424143522977829, -0.005503857508301735, 0.014463469386100769, 0.020894642919301987, -0.006050907541066408, 0.013629551976919174, 0.02884688414633274, 0.011901674792170525, -0.013716279529035091, 0.025030875578522682, 0.04283001646399498, 0.01793256774544716, -0.003559160977602005, 0.006167655810713768, 0.010160454548895359, 0.028660085052251816, -0.01709197834134102, 0.027245761826634407, 0.013969790190458298, -0.00497015006840229, 0.005734018515795469, 0.013536153361201286, 0.0026735402643680573, 0.02847328782081604, 0.005030191969126463, 0.020174138247966766, 0.026858823373913765, 0.013622880913317204, 0.003045467659831047, -0.01089430134743452, -0.014676952734589577, -0.008265793323516846, -0.017972595989704132, -0.04090867191553116, 0.006247711833566427, 0.033810362219810486, 0.016811782494187355, 0.0048433942720294, -0.0031772267539054155, -0.005794060882180929, -0.02284267544746399, 0.02021416649222374, 0.009119724854826927, -0.021801946684718132, -0.014343385584652424, 0.013022460043430328, 0.009560033679008484, -0.0028436596039682627, 0.01501051988452673, -0.06062915921211243, 0.03848030045628548, -0.007605330087244511, 0.0003035460540559143, -0.008912913501262665, 0.011968388222157955, 0.012428710237145424, -0.007772113662213087, -0.0009223130764439702, 0.0026718724984675646, -0.026058262214064598, 0.010413965210318565, -0.004930121824145317, -0.005297045689076185, 0.0010207153391093016, 0.021268239244818687, 0.07706734538078308, 0.010307223536074162, -0.007278434466570616, -0.0046766106970608234, 0.006991566624492407, -0.004126225132495165, -0.004266323521733284, -0.010580748319625854, -0.013255956582725048, -0.03124856762588024, 0.020027369260787964, 0.008525975048542023, 0.0036158673465251923, -0.013569509610533714, -0.009139738976955414, 0.020534390583634377, -0.02487076446413994, 0.005460493732243776, 0.003689252305775881, -0.007385175675153732, 0.01094767265021801, -0.012001744471490383, 0.012135171331465244, -0.023242956027388573, -0.027312474325299263, 0.016905181109905243, 0.0235765241086483, -0.0013050812995061278, -0.00962007511407137, -0.03063480369746685, 0.019533690065145493, 0.026952221989631653, -0.03167553246021271, -0.003193905111402273, -0.016665013507008553, 0.0019263500580564141, -0.007458560634404421, 0.0007255084346979856, 0.019106723368167877, 0.010700833052396774, -0.005764039698988199, 0.0065379152074456215, -0.016077933833003044, -0.028926938772201538, -0.017425546422600746, 0.003742622910067439, 0.013009116984903812, -0.012048443779349327, 0.00909971073269844], \"879889da-eb09-435e-9179-e8e0e636fe00\": [0.010029459372162819, 0.004915624391287565, 0.02696986310184002, -0.054177578538656235, -0.015064009465277195, 0.02009855955839157, -0.019794637337327003, -0.003703235648572445, -0.008291812613606453, -0.02600523829460144, 0.029810883104801178, 0.02050819620490074, 0.00093571946490556, -0.021684246137738228, 0.020957473665475845, 0.00027419140678830445, 0.01859216019511223, -0.02996945008635521, 0.007954854518175125, -0.0018598766764625907, 0.0065541653893888, 0.0034984180238097906, -0.014601518400013447, 0.013874745927751064, -0.04431990161538124, 0.004387062508612871, 0.021697459742426872, -0.03200441226363182, 0.015764353796839714, -0.023838134482502937, 0.024459194391965866, -0.015579357743263245, -0.006521130446344614, 0.005596147384494543, -0.008351275697350502, -0.004588576499372721, 0.006735858507454395, 0.01228245347738266, -0.008562699891626835, -0.023679565638303757, 0.013967243954539299, 0.005120441783219576, 0.0005686167860403657, 0.009884104132652283, -0.016993260011076927, 0.03287653997540474, -0.0004922231310047209, -0.0011132832150906324, -0.019107507541775703, 0.03530792519450188, 0.01531507633626461, 0.023177431896328926, -0.03692003712058067, -0.029520172625780106, 0.02081211842596531, 0.011852997355163097, -0.01740289479494095, 0.026639511808753014, -0.008258777670562267, -0.01600220613181591, 0.01022106222808361, 0.008503236807882786, -0.04262850433588028, -0.019926777109503746, -0.017574677243828773, -0.019609641283750534, -0.016226844862103462, 0.008939300663769245, 0.009950174950063229, -0.019477499648928642, 0.044425614178180695, 0.010227669961750507, 0.015209363773465157, 0.002912044757977128, 0.010194635018706322, -0.017363253980875015, -0.01300261914730072, -0.008443773724138737, -0.019477499648928642, -0.005553201772272587, -0.014072956517338753, -0.006603718269616365, 0.0066962167620658875, 0.012341916561126709, 0.01215692050755024, 0.009388578124344349, 0.011833176016807556, 0.032797254621982574, -0.01888286881148815, -0.011463182978332043, 0.03565149009227753, 0.016610052436590195, 0.0070959413424134254, -0.006243635434657335, -0.010432487353682518, 0.0421263724565506, -0.0070761204697191715, 0.017931457608938217, -0.001494838623329997, -0.011806747876107693, 0.0013106679543852806, 0.021618174389004707, -0.0301015917211771, -0.00989071186631918, -0.03763359785079956, -0.012962976470589638, 0.020706405863165855, -0.023653138428926468, -0.008602342568337917, 0.004932141862809658, -0.015116865746676922, 0.04199422895908356, 0.0012776327785104513, -0.025331322103738785, 0.01348493155092001, -0.004631522111594677, -0.00945464801043272, -0.006217207293957472, -0.025053827092051506, -0.0007110807346180081, 0.0052228509448468685, 0.00897233560681343, 0.009335721842944622, -0.015856852754950523, 0.027775919064879417, 0.010194635018706322, 0.005325259640812874, -0.0020316592417657375, 0.009362149983644485, -0.003802340943366289, 0.00868823379278183, 0.0108751580119133, 0.030365871265530586, 0.012480664066970348, -0.03633861988782883, 0.002883964916691184, -0.009745357558131218, 0.01993999257683754, -0.01404652837663889, -0.022979222238063812, 0.004565452225506306, 0.03390723466873169, -0.021578533574938774, 0.010009638033807278, -0.002892223885282874, 0.02753806672990322, 0.006504612974822521, -0.0018136274302378297, 0.00798788946121931, 0.00650130957365036, 0.005731591489166021, 0.008060566149652004, 0.004714109934866428, -0.01631934382021427, 0.018050383776426315, -0.006669788621366024, -0.007941639982163906, 0.03240083530545235, 0.009481076151132584, 0.0012280801311135292, 0.016385413706302643, 0.019266076385974884, -0.0035446672700345516, 0.011687821708619595, 0.007373436354100704, 0.024895258247852325, 0.01420509722083807, 0.005117138382047415, -0.015790782868862152, 0.019292503595352173, -0.014324023388326168, 0.02321707457304001, -0.017416110262274742, -0.011634965427219868, 0.00642202515155077, 0.027643779292702675, 0.011971923522651196, 0.00431438535451889, -0.03834715485572815, 0.01300261914730072, -0.013458503410220146, -0.010406059212982655, 0.015354719012975693, 0.015618999488651752, -0.017931457608938217, 0.009210187941789627, 0.01840716227889061, 0.008899657987058163, 0.005464007146656513, 0.0005103924195282161, -0.005176601465791464, 0.03906071186065674, 0.007142190355807543, -0.014826157130300999, -0.628777027130127, -0.0038353761192411184, 0.01643826998770237, -0.03641790524125099, 0.009421613067388535, 0.006930765695869923, -0.00045423273695632815, 0.007162011694163084, -0.03403937444090843, 0.007294151932001114, -0.008443773724138737, 0.03562506288290024, 0.004238404333591461, -0.010491950437426567, -0.044240616261959076, -0.02575417049229145, 0.009177152998745441, -0.007584861014038324, 0.0034092231653630733, -0.014614732004702091, -0.014720444567501545, 0.013352790847420692, 0.013914387673139572, -0.01675540767610073, 0.02893875539302826, 0.0035116320941597223, 0.013914387673139572, -0.02449883706867695, -0.03031301684677601, 0.03409223258495331, -0.016636481508612633, -0.006346044596284628, 0.04825768619775772, -0.003699932247400284, 0.03266511484980583, 0.0036768075078725815, -0.0014502413105219603, -0.010782659985125065, 0.014376879669725895, 0.037237174808979034, -0.024736689403653145, -0.01712539978325367, 0.035862915217876434, 0.029308749362826347, 0.017706818878650665, 0.006643360480666161, 0.03840000927448273, -0.005609361454844475, -0.008377703838050365, 0.015711497515439987, -0.0006313835037872195, -0.02962588518857956, -0.004730627406388521, -0.029916593804955482, 0.016358986496925354, -0.009150724858045578, 0.0496848039329052, -0.01815609633922577, 0.002892223885282874, -0.000481899653095752, 0.00897233560681343, 0.017640748992562294, -0.004819822497665882, -0.04368562623858452, 0.008998763747513294, 0.000513695937115699, 0.019768208265304565, 0.0007870614645071328, 0.014006886631250381, 0.00075980753172189, 0.021049970760941505, 0.026679154485464096, 0.01159532368183136, -0.01893572509288788, -0.003746181260794401, 0.04363277181982994, 0.00852966494858265, -0.0017426019767299294, -0.02284708060324192, -0.012355131097137928, -0.0008902961853891611, 0.016728978604078293, 0.0029814185108989477, -0.03028658777475357, 0.002497454173862934, 0.018645014613866806, 0.0017822440713644028, -0.013458503410220146, 0.025701314210891724, 0.012447629123926163, 0.02119532600045204, 0.010723195970058441, -0.018896082416176796, -0.023151004686951637, -0.014086170122027397, 0.01326689962297678, -0.02344171330332756, -0.018605373799800873, -0.010102136060595512, 0.006732555106282234, -0.018023954704403877, -0.02843662165105343, 0.011007298715412617, 0.01262601837515831, 0.046645574271678925, 0.020732834935188293, -0.02234494686126709, -0.005308742169290781, 0.01893572509288788, -0.024419551715254784, 0.00996999628841877, -0.01025409810245037, 0.005784447770565748, 0.01523579191416502, 0.030180875211954117, -0.02019105851650238, 0.009566967375576496, 0.014165454544126987, -0.0011520994594320655, -0.0002572609228082001, 0.00796806812286377, 0.004043497145175934, 0.008364489302039146, -0.0074527207762002945, 0.03871714696288109, 0.012097456492483616, 0.01121872290968895, -0.007525397930294275, 0.012916727922856808, -0.0007201653788797557, -0.0038518935907632113, -0.028489477932453156, 0.01900179497897625, -0.020679978653788567, 0.0017227808712050319, 0.010610876604914665, 0.008007710799574852, -0.015513286925852299, 0.01975499466061592, -0.02875375933945179, -0.019266076385974884, -0.007551826070994139, -0.013114938512444496, -0.006653271149843931, -0.0021770137827843428, -0.0019325538305565715, -0.030022306367754936, -0.028357338160276413, -0.005976051092147827, -0.0016195462085306644, 0.01760110631585121, -0.00607846025377512, 0.008886444382369518, 0.024419551715254784, 0.009322507306933403, 0.008754303678870201, -0.006904337555170059, -0.02722092904150486, -0.022305306047201157, -0.012467450462281704, -0.021274609491229057, 0.016834691166877747, -0.024300625547766685, -0.004268135875463486, -0.02062712237238884, -0.0040335869416594505, 0.02385134808719158, 0.008146458305418491, 0.009289472363889217, -0.00917054619640112, 0.03631219267845154, 0.0063790795393288136, -0.01439009327441454, 0.02634880319237709, 0.0059066773392260075, 0.018235379830002785, 0.0025932560674846172, -0.005810875445604324, 0.00473393127322197, 0.000353475654264912, 0.010610876604914665, -0.012698695994913578, -0.0005037853843532503, -0.003967516589909792, 0.019794637337327003, 0.01600220613181591, -0.0100162448361516, 0.01828823611140251, -0.0041128708980977535, -0.005490435287356377, -0.005176601465791464, 0.005900070536881685, -0.01059766300022602, 0.028700903058052063, -0.0038419831544160843, 0.018023954704403877, 0.0024578121956437826, -0.0017029598820954561, -0.0034653828479349613, 0.027326641604304314, 0.022635657340288162, 0.002036614576354623, 0.01815609633922577, -0.007948246784508228, -0.00208286358974874, -0.021459607407450676, 0.00685148173943162, -0.031053002923727036, 0.03184584528207779, 0.015275434590876102, 0.013399040326476097, -0.03097371757030487, -0.0223185196518898, -0.03348438814282417, 0.013015832751989365, 0.006326223257929087, -0.002768342150375247, 0.022979222238063812, -0.015645427629351616, 0.004357330966740847, 0.023732421919703484, 0.0008188577485270798, -0.0029318658635020256, -0.00536820525303483, -0.007974674925208092, 0.010776052251458168, 0.016728978604078293, 0.012242811731994152, 0.016517555341124535, -0.042549218982458115, 0.0026048184372484684, 0.029810883104801178, -0.0031994502060115337, -0.009500897489488125, -0.009348935447633266, 0.025622030720114708, 0.017667176201939583, -0.04262850433588028, 0.014680802822113037, -0.0065541653893888, 0.004387062508612871, 0.0260977353900671, 0.030339444056153297, -0.015037581324577332, 0.0010141778038814664, 0.018182523548603058, 0.02825162559747696, -0.015539715066552162, -0.03290296718478203, -0.00946786254644394, -0.02578059956431389, 0.024948114529252052, 0.021446391940116882, -0.00656407605856657, 0.04725341871380806, -0.03557220473885536, -0.023388857021927834, -0.007901998236775398, 0.002297591883689165, 0.03197798505425453, 0.019715353846549988, 0.02181638590991497, 0.013782246969640255, -0.017019687220454216, 0.009144118055701256, -0.007016656920313835, 0.007505576591938734, -0.024089202284812927, -0.00983124878257513, 0.007961461320519447, 0.005487131420522928, -0.0040534078143537045, 0.007710394449532032, 2.998968557221815e-05, 0.006825053598731756, -0.0008869926678016782, 0.007393257226794958, -0.03290296718478203, -0.01684790477156639, 0.009428219869732857, -0.02641487307846546, -0.005853821523487568, 0.01053159311413765, 0.04215279966592789, 0.01059766300022602, 0.00657068332657218, 0.002416518284007907, -0.013901174068450928, -0.0027088788338005543, -0.009177152998745441, 0.009362149983644485, 0.023336000740528107, 0.024168485775589943, -0.0034554724115878344, -0.0058505176566541195, 0.0017178256530314684, 0.02593916840851307, -0.02497454173862934, 0.006996836047619581, -0.017706818878650665, 0.004988301545381546, -0.025291679427027702, -0.005067585501819849, 0.005411150865256786, 0.05341116338968277, 0.02019105851650238, 0.004274743143469095, -0.01772003248333931, 0.0046017905697226524, -0.058617498725652695, 0.012302274815738201, -0.027432354167103767, -0.0041128708980977535, -0.020983900874853134, 0.00820592138916254, -0.002370269037783146, -0.0005686167860403657, 0.0008246389334090054, 0.004482864402234554, 0.004129388835281134, -0.006904337555170059, -0.028727330267429352, -0.043051354587078094, 0.01696683280169964, 0.06459024548530579, 0.016887547448277473, -0.008774125017225742, -0.0010818998562172055, -0.03514935448765755, -0.002700620098039508, -0.026573441922664642, -0.02138032205402851, 0.03390723466873169, 0.000977839226834476, -0.002043221378698945, 0.0046942890621721745, 0.00923661608248949, 0.0009348935564048588, 0.005444185808300972, -0.009051620028913021, -0.018116453662514687, -0.007135583553463221, -0.015288648195564747, -0.03470007702708244, 0.010373024269938469, -0.025238823145627975, 0.02181638590991497, 0.0231245756149292, 0.02859519049525261, 0.003993944730609655, 0.0260977353900671, 0.0254106055945158, -0.003207709174603224, 0.0026923613622784615, 0.009758571162819862, -0.0008812115411274135, 0.014086170122027397, 0.0038320727180689573, -0.04743841663002968, 0.04141281172633171, -0.01180014107376337, -0.009203581139445305, 0.00796806812286377, 0.03932499513030052, 0.016570409759879112, 0.03271797299385071, 0.014614732004702091, -0.022292090579867363, -0.005834000185132027, -0.006725948303937912, -0.003471989883109927, 0.040989961475133896, 0.001128974836319685, -0.012427807785570621, -0.002662629820406437, -0.0018004134763032198, -0.03816215693950653, -0.008708055131137371, 0.03197798505425453, -0.0016468001995235682, 0.013874745927751064, -0.008443773724138737, -0.01875072717666626, -0.03871714696288109, -0.02878018654882908, -0.0029170000925660133, 0.008919479325413704, -0.023547425866127014, 0.008932693861424923, -0.0013907781103625894, -0.006048728246241808, -0.018737513571977615, -0.023203860968351364, 0.001849966123700142, 0.018737513571977615, -0.022516729310154915, -0.024459194391965866, -0.01918679103255272, 0.01129800733178854, 0.02028355747461319, 0.015407574363052845, 0.0010224366560578346, -0.002599863102659583, 0.021552104502916336, -0.0046975924633443356, -0.032744400203228, 0.013597250916063786, -0.01906786486506462, 0.011905853636562824, -0.014099384658038616, -0.011264972388744354, -0.02538417838513851, -0.012645839713513851, 0.02406277321279049, -0.01572471112012863, 0.0008023402187973261, 0.02346814051270485, 0.006118101999163628, 0.007631110027432442, 0.022807439789175987, 0.014244738966226578, 0.014601518400013447, -0.01840716227889061, 0.011971923522651196, -0.014337236993014812, 0.005758019629865885, -0.015037581324577332, -0.03699932247400284, 0.01577756740152836, 0.028542334213852882, -0.004849554039537907, 0.008192706853151321, 0.018737513571977615, -0.0029384728986769915, 0.010551413521170616, 0.0014651070814579725, 0.016240060329437256, -0.007347008213400841, 0.005460703279823065, -0.009666073136031628, 0.020428910851478577, 0.007214867975562811, 0.020640335977077484, -0.009837855584919453, 0.003534756600856781, -0.044055622071027756, 0.019015008583664894, 0.0003210599534213543, -0.007644324097782373, -0.007023264188319445, -0.023428499698638916, -0.02346814051270485, -0.025014184415340424, 0.0011966967722401023, -0.007670752238482237, 0.02225244976580143, -0.0072677237913012505, 0.009666073136031628, -0.035519350320100784, 0.0020283556077629328, -0.005477221217006445, -0.005110531114041805, -0.02944088913500309, -0.010643912479281425, 0.011674607172608376, -0.006494702305644751, 0.008232349529862404, -0.022794224321842194, 0.006336133927106857, -0.04199422895908356, 0.009381971322000027, 0.013755819760262966, 0.0014081215485930443, 0.051429059356451035, 0.00208286358974874, -0.009586788713932037, 0.00812663696706295, 0.001280110445804894, -0.01812966726720333, -0.020481767132878304, 0.013821889646351337, -0.022080667316913605, 0.04445204138755798, 0.03615362197160721, 0.007551826070994139, -0.0027022717986255884, -0.008793946355581284, -0.01092140655964613, 0.01180014107376337, -0.004142602439969778, -7.594203907501651e-06, 0.02634880319237709, 0.0018549213418737054, 0.0057811439037323, -0.016980046406388283, 0.01666290871798992, 0.017614319920539856, 0.013835103251039982, 0.015301862731575966, 0.023269930854439735, -0.006557469256222248, 0.0032902967650443316, -0.005292224232107401, -0.026203447952866554, -0.007413078565150499, -0.014865798875689507, -0.02556917443871498, 0.02644130028784275, -0.015605785883963108, -0.0037164497189223766, 0.003054095897823572, -0.022648870944976807, 0.0231245756149292, -0.019649282097816467, -0.0002558156265877187, -0.004182244651019573, 0.01675540767610073, 0.016742194071412086, 0.010115350596606731, -0.01888286881148815, 0.0012875433312729, -0.03583648428320885, 0.01831466518342495, 0.016728978604078293, 0.008853409439325333, -0.009282865561544895, 0.013821889646351337, -0.02506704069674015, -0.02381170727312565, 0.031237998977303505, -0.024948114529252052, -0.022054238244891167, 0.02360028214752674, -0.013557608239352703, -0.013498145155608654, -0.019794637337327003, -0.013445288874208927, -0.013293327763676643, -0.002852581674233079, 0.004129388835281134, -0.017614319920539856, 0.032585833221673965, -0.029731597751379013, -0.027987344190478325, -0.015169722028076649, -0.02669236809015274, 0.03263868764042854, 0.0373164601624012, 0.02962588518857956, 0.02387777715921402, 0.02706236205995083, -0.002895527286455035, -0.019794637337327003, -0.004245011601597071, 0.010207848623394966, 0.025040611624717712, 0.014271167106926441, -0.023203860968351364, -0.030154448002576828, -0.004714109934866428, 0.006471578031778336, 0.011410326696932316, -0.019133934751152992, 0.009844462387263775, 0.004757055547088385, -0.004681074991822243, -0.013313149102032185, -0.012315488420426846, -0.01831466518342495, 0.0020481767132878304, 0.0016823129262775183, 0.013385825790464878, -0.011165866628289223, -0.015605785883963108, -0.012659053318202496, 0.017019687220454216, -0.0057811439037323, 0.01925286091864109, 0.027273785322904587, 0.0020729531534016132, -0.001361872418783605, 0.004879285581409931, -0.021829599514603615, -0.012553341686725616, 0.006494702305644751, 0.018103240057826042, -0.0012875433312729, -0.002071301219984889, -0.0068118395283818245, 0.029916593804955482, -0.013280114158987999, 0.013372612185776234, -0.003967516589909792, 0.02250351570546627, -0.014284380711615086, -0.02825162559747696, -0.004013765603303909, -0.0038353761192411184, 0.01308190356940031, -0.0216313898563385, -0.005800965242087841, -0.018856439739465714, 0.004539024084806442, -0.02772306278347969, 0.009699108079075813, 0.026494156569242477, -0.00650130957365036, -0.011205509305000305, 0.003590916283428669, -0.036523617804050446, -0.009051620028913021, -0.006137923337519169, 0.005536684300750494, 0.006646663881838322, -0.014786514453589916, -0.026018451899290085, -0.0025172752793878317, -0.0031185143161565065, 0.012117277830839157, 0.01696683280169964, 0.0124212009832263, 0.036550045013427734, -0.013438682071864605, 0.0012652446748688817, 0.005814179312437773, 0.009560360573232174, -0.05034550651907921, 0.0031185143161565065, 0.015354719012975693, -0.014297595247626305, 0.012289060279726982, -0.005810875445604324, -0.012678874656558037, -0.01831466518342495, 0.01840716227889061, 0.02619023434817791, 0.008080387488007545, 0.01744253747165203, -0.0026576744858175516, 0.013636892661452293, 0.005107227712869644, 0.00031610470614396036, -0.026362016797065735, 0.005764626432210207, -0.04413490369915962, -0.016491126269102097, 0.029493745416402817, -0.007201653905212879, 0.007690573576837778, -0.027115216478705406, 0.01643826998770237, 0.0012363389832898974, -0.006643360480666161, -0.05063621327280998, -0.0037197533529251814, -0.0015592571580782533, -0.011747284792363644, 0.0030441852286458015, -0.023428499698638916, -0.01937178708612919, -0.0015642123762518167, 0.005985961761325598, 0.01606827788054943, -0.004043497145175934, -0.007168618496507406, 0.015275434590876102, 0.010062494315207005, -0.0042251902632415295, -0.014746872708201408, -0.013055475428700447, -0.015130080282688141, -0.023613495752215385, -0.03837358206510544, -0.011350863613188267, -0.0170593298971653, 0.03287653997540474, 0.011773712933063507, -0.01185960415750742, -0.04778198152780533, -0.003970819991081953, -0.0192264337092638, -0.017112186178565025, -0.010075707919895649, 0.014284380711615086, 0.020759262144565582, 0.00727433105930686, -0.009818034246563911, 0.02341528609395027, 0.018896082416176796, 0.020521409809589386, -0.023243501782417297, -0.001737646758556366, 0.010974262841045856, -0.0023554032668471336, 0.006937372963875532, -0.012824228964745998, -0.04376491159200668, -0.0018631801940500736, -0.0015782522968947887, -0.021525677293539047, -0.0062865810468792915, 0.019741781055927277, -0.012071028351783752, 0.002049828413873911, -0.008899657987058163, 0.0009646251564845443, -0.011469789780676365, 0.017429323866963387, 0.016240060329437256, -0.023798491805791855, 0.011331042274832726, 0.016900761052966118, 0.006765590514987707, -0.03322010487318039, 0.004783483687788248, -0.01109318993985653, -0.0034389549400657415, 0.02172388695180416, 0.010822301730513573, 0.0015774264466017485, -0.0013370959786698222, -0.0003970407124143094, 0.01292333472520113, 0.022516729310154915, 0.014020100235939026, 0.011046940460801125, -0.005255885887891054, 0.011231937445700169, -0.010326774790883064, 0.028463050723075867, 0.009639644995331764, 0.011681214906275272, 0.0036239514593034983, -0.0028608404099941254, 0.00650130957365036, -0.008490023203194141, 0.0038353761192411184, -0.017363253980875015, 0.011806747876107693, 0.0008605645853094757, -0.008840194903314114, -0.024525264278054237, 0.007558432873338461, -0.00416572717949748, -0.017204685136675835, -0.014746872708201408, -0.014284380711615086, -0.018988581374287605, 0.011053547263145447, -0.01721789874136448, 0.005526773631572723, -0.005480524618178606, 0.006293188314884901, -0.0031135589815676212, 0.002672540256753564, -0.015434002503752708, 0.024089202284812927, 0.010102136060595512, -0.01659683883190155, -0.007492362521588802, 0.20497624576091766, -0.0077368225902318954, 0.012929941527545452, 0.028145913034677505, -0.013676535338163376, -0.0026923613622784615, 0.022239236161112785, 0.008027531206607819, -0.00543097173795104, 0.0006887820200063288, -0.036206480115652084, -0.0023504479322582483, -0.022014597430825233, 0.004862768109887838, 0.00021452174405567348, -0.05549898371100426, -0.03475293517112732, -0.026018451899290085, -0.0210631862282753, 0.012791194021701813, -0.014786514453589916, -0.003908053506165743, -0.0176275335252285, -0.0050378539599478245, 0.023177431896328926, 0.018552517518401146, -0.027432354167103767, 0.010029459372162819, 0.004330902826040983, 0.011496217921376228, -0.017231112346053123, -0.004618308041244745, -0.013636892661452293, 0.001241294201463461, -0.008800553157925606, -0.016993260011076927, 0.03840000927448273, -0.02019105851650238, 0.013954030349850655, -0.008754303678870201, 0.006365865468978882, -0.014244738966226578, -0.02252994477748871, -0.017667176201939583, -0.02256958559155464, 0.03485864773392677, -0.004648040048778057, 0.00479669775813818, 0.006511219777166843, 0.008258777670562267, -0.0528826005756855, -0.030022306367754936, 0.015090437605977058, 0.007049692329019308, 0.002419821685180068, 0.006792018190026283, -0.0031713703647255898, 0.023309573531150818, -0.037237174808979034, 0.015698283910751343, -0.007254509720951319, 0.010637304745614529, -0.015645427629351616, 0.01691397652029991, -0.002684102626517415, 0.019358573481440544, -0.02099711447954178, -0.015803996473550797, 0.021803172305226326, -0.046275582164525986, 0.01856573112308979, 0.0006078460137359798, -0.0014147285837680101, 0.00620399322360754, -0.008787338621914387, -0.019332146272063255, 0.010928014293313026, 0.026573441922664642, 0.02371920831501484, 0.0248424019664526, -0.008780731819570065, -0.01178031973540783, -0.012692089192569256, -0.00940839946269989, -0.00313668348826468, -0.035862915217876434, 0.021393535658717155, -0.010703375563025475, 0.016451483592391014, -0.01696683280169964, 0.0023405374959111214, -0.013570822775363922, -0.016425056383013725, -0.03948356211185455, -0.007049692329019308, 0.03166084736585617, 0.012824228964745998, 0.03715788945555687, 0.004271439742296934, -0.008490023203194141, -0.008939300663769245, 0.06321598589420319, 0.011463182978332043, 0.016993260011076927, -0.014429735951125622, 0.0013816934078931808, -0.012269239872694016, 0.018327878788113594, -0.00684487447142601, -0.018090026453137398, 0.013901174068450928, -0.0230056494474411, 0.0035479706712067127, -0.017667176201939583, 0.006256849505007267, -0.004505988676100969, 0.011542467400431633, -0.023243501782417297, 0.02390420436859131, -0.007492362521588802, -0.007089334540069103, -0.011753891594707966, 0.016583625227212906, 0.020019276067614555, 0.004819822497665882, 0.005133655853569508, -0.014773300848901272, -0.021869242191314697, -0.0054507930763065815, -0.01489222701638937, 0.02706236205995083, 0.0068911234848201275, -0.008589128032326698, -0.004069925285875797, -0.003011150285601616, 0.004139299038797617, 0.010591056197881699, -0.008192706853151321, 0.004532416816800833, -0.010373024269938469, -0.035255067050457, -0.011886032298207283, -0.02197495475411415, 0.00036421208642423153, -0.005454096477478743, -0.0048099118284881115, 0.028013773262500763, -0.01497151143848896, 0.003647075966000557, -0.003362974151968956, -0.023454926908016205, 0.01799752749502659, -0.004961873404681683, 0.01612113229930401, 0.02090461738407612, -0.001815279247239232, -0.010287133045494556, -0.02296600677073002, 0.009725536219775677, 0.003235789015889168, -0.03335224464535713, 0.001371782855130732, 0.01049855723977089, 0.007551826070994139, -0.016742194071412086, -0.0052459752187132835, -0.1669197976589203, 0.01684790477156639, 0.01172085665166378, -0.019305717200040817, 0.012308881618082523, 0.001899518771097064, 0.0052228509448468685, 0.02009855955839157, 0.0020630424842238426, -0.008456988260149956, 0.032797254621982574, -0.008450380526483059, -0.012229597195982933, -0.03462079539895058, 0.0022596013732254505, 0.003169718664139509, 0.0025982114020735025, 0.026428086683154106, 0.030603725463151932, 0.011106403544545174, 0.04841625690460205, 0.010762838646769524, 0.023824920877814293, -0.030365871265530586, 0.0054177576676011086, -0.0008993808296509087, -0.03113228641450405, 0.025265250355005264, -0.029995879158377647, -0.02685093693435192, 0.0062304213643074036, 0.023111362010240555, 0.019239647313952446, 0.008807159960269928, 0.006332830525934696, -0.009553753770887852, -0.0057150740176439285, 0.011113010346889496, -0.00995678175240755, 0.01228245347738266, 0.017667176201939583, 0.02197495475411415, -0.017495393753051758, 0.008186100050807, 0.0216313898563385, 0.00987749733030796, 0.00579766184091568, 0.008384310640394688, 0.005520166829228401, -0.033114392310380936, 0.011991744861006737, -0.029229464009404182, -0.006785411387681961, -0.004803305026143789, -0.012189955450594425, 0.01888286881148815, -0.0023091540206223726, 0.015367932617664337, -0.0024891954381018877, -0.015711497515439987, 0.003921267576515675, -0.023084934800863266, 0.01700647361576557, -0.016900761052966118, 0.004975087475031614, -0.011212116107344627, -0.014495805837213993, 0.03544006496667862, -0.023018863052129745, 0.02946731634438038, 0.014271167106926441, -0.00656407605856657, -0.007082727272063494, -0.0028145911637693644, 0.009434826672077179, 0.01053159311413765, -0.029705170542001724, -0.0012470753863453865, 0.013874745927751064, 0.0011587064946070313, -0.01089497935026884, 0.007426292635500431, -0.006382382940500975, 0.005840607453137636, -0.03615362197160721, -0.011350863613188267, -0.006831660401076078, -0.0026824509259313345, 0.006395597010850906, 2.2376125343726017e-05, 0.01575114019215107, -0.020746048539876938, -0.017931457608938217, -0.001554301823489368, 0.024525264278054237, -0.014191882684826851, 0.02262244187295437, 0.00416572717949748, 0.008853409439325333, -0.005001515615731478, 0.01081569492816925, 0.0008853409090079367, -0.0034984180238097906, 0.019543569535017014, 0.017389681190252304, -0.005404543597251177, 0.011760498397052288, 0.00040468008955940604, 0.013742605224251747, -0.008146458305418491, -0.03218941017985344, 0.04260207712650299, 0.001610461506061256, -0.016292916610836983, 0.008199313655495644, 0.029229464009404182, 0.017138615250587463, -0.018010741099715233, 0.004757055547088385, -0.013161187060177326, 0.024049559608101845, -0.016900761052966118, 0.009600002318620682, -0.012374951504170895, -0.0013379219453781843, -0.02319064736366272, -0.06839589029550552, -0.003468686481937766, 0.01565864123404026, 0.006537647917866707, 0.001990365330129862, -0.005635789595544338, -0.0037230567540973425, 0.022556371986865997, -0.0019490714184939861, 0.016583625227212906, -0.0034521687775850296, -0.014006886631250381, -0.016306130215525627, 0.00466455752030015, 0.006630146410316229, -0.011568895541131496, -0.020428910851478577, -0.015288648195564747, -0.0018582248594611883, 0.010524985380470753, -0.012606197968125343, -0.03377509489655495, 0.008542879484593868, -0.011383898556232452, -0.020111775025725365, -0.005639092996716499, -0.022767797112464905, -0.0019639371894299984, 0.01927928999066353, -0.012910120189189911, -0.01286387164145708, -0.012249418534338474, -0.013273506425321102, -0.012850657105445862, -0.018103240057826042, 0.013015832751989365, 0.005672128405421972, -0.01968892477452755, 0.03028658777475357, -0.003894839435815811, 0.021142469719052315, -0.009851069189608097, -0.0015460430877283216, -0.027775919064879417, -0.006504612974822521, 0.0057150740176439285, -0.025450248271226883, 0.009963388554751873, -0.013147973455488682, -0.014865798875689507, -0.026771651580929756, -0.01206442154943943, -0.009903925471007824, -0.026547012850642204, 0.038611434400081635, 0.015883279964327812, 0.005837303586304188, 0.011615144088864326, -0.05156119912862778, 0.0247234757989645, -0.0012355130165815353, -0.032929398119449615, -0.021419964730739594, 0.017112186178565025, 0.005688645876944065, 0.01746896468102932, -0.025978809222579002, -0.012969584204256535, 0.040302831679582596, -0.013055475428700447, -0.0021770137827843428, 0.025820240378379822, -0.02181638590991497, 0.004264832474291325, -0.0307887215167284, -0.008298419415950775, -0.010240883566439152, -0.008503236807882786, 0.018578944727778435, -0.02178995870053768, 0.00289883092045784, -0.0014395049074664712, 0.0013288372429087758, -0.013068689033389091, -0.005490435287356377, 0.008648591116070747, 0.02878018654882908, 0.014165454544126987, 0.01668933779001236, -0.030947290360927582, -0.009732143022119999, 0.020772475749254227, 0.0022430839017033577, -0.01815609633922577, -0.020323198288679123, 2.924123327829875e-05, -0.036867182701826096, -0.020085345953702927, -0.0063427407294511795, 0.040144264698028564, 0.0069836219772696495, -0.009203581139445305, -0.07489719986915588, 0.0016583624528720975, -0.012216383591294289, -0.0005529251066036522, 0.002357054967433214, 0.012916727922856808, 0.004162423778325319, -0.015196150168776512, -0.004208672791719437, 0.01412581279873848, -0.02319064736366272, 0.0325065478682518, 0.02012498863041401, -0.012447629123926163, -0.011040333658456802, -0.003070613369345665, 0.026018451899290085, -0.007670752238482237, 0.0334315299987793, 0.01863180100917816, 0.006481488235294819, -0.0301015917211771, 0.017270755022764206, 0.003141638822853565, 0.012982797808945179, 0.014931868761777878, -0.023362429812550545, 0.0022282181307673454, -0.014984725043177605, 0.00543757900595665, 0.031396567821502686, -0.00782932061702013, -0.006276670843362808, -0.004842946771532297, 0.005024639889597893, -0.006121405865997076, 0.006385686341673136, 0.024366695433855057, 0.02362670935690403, 0.0029384728986769915, -0.024829188361763954, -0.03409223258495331, 0.019728567451238632, -0.037924304604530334, -0.00544748967513442, 0.00719504663720727, -0.019133934751152992, 0.027432354167103767, 0.00796806812286377, 0.021763529628515244, 0.04001212492585182, 0.01300261914730072, -0.06252885609865189, -0.026547012850642204, -0.004469650331884623, -0.021803172305226326, 0.026798080652952194, -0.0011669652303680778, -0.0013040609192103148, -0.013260292820632458, 0.05560469627380371, -0.006752376444637775, -0.002578390296548605, -0.015037581324577332, 0.017336824908852577, 2.6092573534697294e-05, -0.03216298297047615, -0.0043771518394351006, 0.03044515661895275, -0.026322374120354652, -0.006362562067806721, -0.01123854424804449, 0.013584036380052567, -0.01214370597153902, 0.010987477377057076, -0.00408644275739789, 0.007307366002351046, 0.020296771079301834, -0.020931044593453407, 0.011165866628289223, 0.03771287947893143, 0.003693325212225318, -0.011621750891208649, 0.02946731634438038, 0.025978809222579002, 0.011476396583020687, -0.0036041303537786007, 0.01590970903635025, 0.000657811586279422, 0.029388032853603363, -0.014165454544126987, 0.03200441226363182, 0.008219134993851185, 0.007492362521588802, -0.005236064549535513, 0.022305306047201157, 0.009441434405744076, 0.029414460062980652, -0.0005318652256391943, 0.023045292124152184, 0.017085758969187737, 0.012090849690139294, 0.004043497145175934, -0.006937372963875532, -0.05084763839840889, -0.0024495532270520926, -0.03184584528207779, -0.0441877618432045, 0.021644603461027145, 0.026956649497151375, 0.012830836698412895, -0.01240798644721508, -0.012507092207670212, 0.0015782522968947887, -0.02296600677073002, -0.0018582248594611883, 0.003282038029283285, -0.008800553157925606, -0.006689609494060278, 0.03306153789162636, 0.007234688848257065, -0.010194635018706322, -0.0063196164555847645, -0.05301474407315254, 0.03797716274857521, -0.026758437976241112, 0.003984034061431885, -0.0354929193854332, -0.004238404333591461, -0.0006404681480489671, -0.018988581374287605, 0.012982797808945179, -0.008073780685663223, -0.013557608239352703, 0.005401240196079016, -0.02856876142323017, -0.025886312127113342, -0.011747284792363644, 0.016702551394701004, 0.08303704857826233, 0.019200004637241364, 0.0075914678163826466, -0.006683002691715956, 0.008959121070802212, -0.02321707457304001, 0.018367521464824677, -0.0026609781198203564, -0.016015421599149704, -0.016240060329437256, 0.011231937445700169, 0.01370296347886324, -0.007241295650601387, -0.02790806069970131, 0.000365863845217973, 0.007399864494800568, -0.025978809222579002, -0.005308742169290781, -0.002023400506004691, 0.0018830011831596494, 0.012388166040182114, -0.010822301730513573, 0.00014473506598733366, -0.0248424019664526, -0.016676122322678566, 0.0023900901433080435, 0.01884322613477707, -0.024089202284812927, -0.022041024640202522, -0.02975802682340145, 0.006355954799801111, 0.02222602069377899, -0.02247708849608898, -0.021459607407450676, -0.015077224001288414, -0.0035512743052095175, -0.004502685274928808, -0.006445149891078472, 0.014350451529026031, -0.0026262912433594465, 0.001558431307785213, 0.0036272548604756594, -0.014297595247626305, -0.014667588286101818, -0.002021748572587967, 0.00395430251955986, 0.02387777715921402, -0.004555541556328535, -0.000805230753030628], \"6330028a-776f-4f65-942a-d402f1105c00\": [-0.0022459642495959997, 0.003600348951295018, 0.017695477232336998, -0.046117134392261505, -0.004481719806790352, -0.0010362062603235245, -0.03841279819607735, -0.010821464471518993, -0.032205767929553986, -0.019301680848002434, 0.024691995233297348, -0.0050908527337014675, -0.026230141520500183, 0.00085542316082865, -0.0056047020480036736, 0.006428222171962261, 0.022650210186839104, -0.04195189103484154, 0.0006759161478839815, -0.024623936042189598, -0.019056666642427444, 0.0013867128873243928, -0.019478635862469673, -0.00424691429361701, -0.028938909992575645, -0.0020451887976378202, 0.009548751637339592, -0.025740113109350204, -0.007425294257700443, 0.0032872750889509916, 0.03155239671468735, 0.012924504466354847, -0.0168107021600008, 0.005876940209418535, -0.0008618037682026625, 0.0037500797770917416, -0.00212686019949615, 0.011120926588773727, 0.013155906461179256, -0.018131058663129807, 0.009004275314509869, 0.01754574663937092, -0.006574550177901983, 0.0023225313052535057, -0.014088321477174759, 0.0277138389647007, 0.0204450823366642, 0.0019090697169303894, -0.008235203102231026, 0.012808802537620068, 0.002992917550727725, 0.016361510381102562, -0.007227921858429909, -0.019070278853178024, 0.0018563235644251108, 0.011284269392490387, -0.006438431330025196, 0.01338050328195095, -0.0015083692269399762, -0.012012505903840065, 0.023194685578346252, 0.011447612196207047, -0.026584051549434662, -0.026611274108290672, -0.014251665212213993, 0.006870609242469072, -0.022881612181663513, 0.01662013679742813, 0.0010217436356469989, -0.014932259917259216, -0.0031715738587081432, -0.014156381599605083, 0.00608111871406436, 0.0076771145686507225, 0.03419310599565506, -0.016565687954425812, -0.004713122267276049, -0.03386642038822174, 0.025753725320100784, -0.0171509999781847, 0.0007694980013184249, -0.0045701973140239716, 0.000499812129419297, 0.02081260271370411, 0.01700126938521862, 0.009426244534552097, 0.025440650060772896, 0.014564738608896732, -0.011175374500453472, 0.008065054193139076, 0.009419438429176807, 0.014932259917259216, 0.02007756009697914, 0.005914372857660055, -0.02701963111758232, 0.042333025485277176, -0.006336342077702284, 0.012761160731315613, -0.0008456396171823144, -0.0035969458986073732, 0.0027972464449703693, 0.02432447485625744, -0.01343495026230812, -0.01664735935628414, -0.05885787680745125, -0.015939541161060333, 0.017886042594909668, -0.011318298988044262, -0.004522555507719517, -0.0019550099968910217, -0.009154005907475948, 0.02667933516204357, -0.021425139158964157, -0.024719219654798508, 0.0036650055553764105, -0.011529283598065376, 0.016075659543275833, -0.01725989580154419, -0.013094652444124222, -0.007636278867721558, 0.0035799311008304358, 0.008888574317097664, 0.01992782950401306, 0.0033944689203053713, 0.028367210179567337, 0.026515990495681763, 0.006278491113334894, 0.007629472762346268, 0.026243753731250763, -0.046089909970760345, 0.009718900546431541, -0.005907566752284765, 0.02699240855872631, 0.024501429870724678, -0.018376072868704796, -0.0015704735415056348, -0.01554479543119669, 0.02729186974465847, -0.013169518671929836, -0.03500982001423836, -0.008548276498913765, 0.028176642954349518, -0.0025130980648100376, -0.003729661926627159, 0.005325657781213522, 0.010569644160568714, 0.012747549451887608, 0.011570119298994541, 0.01724628359079361, 0.0066392067819833755, -0.0027887390460819006, 0.022486867383122444, -0.012713519856333733, -0.0018971592653542757, 0.017940491437911987, -0.006060700863599777, -0.010501584969460964, 0.012795191258192062, -0.003535692347213626, -0.018348848447203636, -0.0016708613839000463, 0.013121876865625381, -0.005165718030184507, 0.00841896329075098, 0.02801330015063286, 0.025086741894483566, 0.019192786887288094, -4.373356205178425e-05, -0.0028891267720609903, 0.01694682240486145, 0.00034731626510620117, 0.006332939025014639, -0.022922448813915253, 0.01027018204331398, 0.002628799295052886, 0.03454701602458954, 0.0007086698315106332, -0.004930912517011166, -0.0267610065639019, -0.018906936049461365, -0.012815608642995358, -0.004413660150021315, 0.014673633500933647, 0.02440614625811577, -0.025535933673381805, 0.009215259924530983, 0.015803422778844833, 0.02731909416615963, 0.004100586287677288, -0.022867999970912933, 0.011223016306757927, 0.024691995233297348, 0.012100983411073685, -0.011229821480810642, -0.6389972567558289, -0.014768917113542557, 0.02735992893576622, -0.04108072817325592, -0.0011969968909397721, 0.026025962084531784, 0.026393484324216843, 0.02697879634797573, -0.027958853170275688, -0.00033987226197496057, -0.004080168437212706, 0.004621241707354784, 0.010501584969460964, -0.008561888709664345, -0.03367585316300392, -0.032151319086551666, 0.017627418041229248, -0.0075273835100233555, 0.008310068398714066, 0.0014420112129300833, -0.013584681786596775, 0.005570671986788511, 0.0019703232683241367, -0.021847108379006386, 0.021357079967856407, -0.005397120490670204, 0.015939541161060333, -0.007227921858429909, -0.025971515104174614, 0.01547673624008894, -0.03778664767742157, 0.008459798991680145, 0.01664735935628414, -0.0008830723236314952, 0.04108072817325592, 0.00675490777939558, 0.009936691261827946, -0.0011927431914955378, 0.0005483045824803412, 0.0617436021566391, -0.018362460657954216, -0.02096233330667019, 0.04159798100590706, 0.03185185790061951, -0.009528333321213722, 0.007894905284047127, 0.02062203548848629, 0.0031222307588905096, -0.024596713483333588, 0.0025607396382838488, -0.022908836603164673, -0.021983226761221886, -0.019138338044285774, -0.007615861017256975, -0.0037602889351546764, 0.0019482038915157318, 0.010583256371319294, -0.01012725755572319, -0.004063153639435768, -0.0064554461278021336, 0.0054890005849301815, 0.019192786887288094, -0.02755049616098404, -0.04086294025182724, -0.009160812012851238, 0.01682431437075138, 0.010767017491161823, 0.0006274237530305982, 0.012686295434832573, 0.004063153639435768, 0.02375277504324913, 0.0270332433283329, 0.010603673756122589, -0.0311440397053957, -0.0010404599597677588, 0.029347267001867294, 0.016415957361459732, -0.01400665007531643, -0.00877287331968546, -0.021670153364539146, -0.004512346815317869, 0.008963439613580704, 0.008779678493738174, -0.03040899708867073, 0.006744699086993933, 0.002104740822687745, -0.013884142972528934, -0.03149794787168503, 0.02062203548848629, 0.009759736247360706, 0.011372746899724007, 0.02060842514038086, -0.03451979160308838, -0.03683381527662277, -0.005546851549297571, 0.013040205463767052, -0.00841215718537569, -0.01758658140897751, -0.014728081412613392, 0.001914174179546535, -0.025127576664090157, 0.005298434291034937, 0.0004177153459750116, -0.00028074553119949996, 0.026066798716783524, 0.016279838979244232, 0.010903135873377323, -0.008936216123402119, 0.012264326214790344, -0.03111681528389454, -0.010991613380610943, -0.042850278317928314, 0.008031023666262627, 0.011536089703440666, 0.014210829511284828, -0.018144669011235237, 0.0035220803692936897, 0.005734015256166458, -0.010916748084127903, -0.003370648017153144, 0.0007886397652328014, -0.011182180605828762, 0.009106365032494068, -0.012870056554675102, 0.017858820036053658, 0.012298356741666794, 0.01698765717446804, -0.007071384694427252, -0.009174424223601818, -0.002218740526586771, 0.008235203102231026, -0.02094872295856476, 0.006758310832083225, -0.009154005907475948, 0.025168413296341896, 0.02018645592033863, 0.010943971574306488, -0.025617605075240135, 0.019288070499897003, -0.025454262271523476, -0.00860272441059351, -0.00842576939612627, -0.005696582142263651, -0.015503959730267525, -0.00856869388371706, -0.01027018204331398, -0.0030899024568498135, -0.011161762289702892, -0.018825264647603035, 0.022037673741579056, 0.004212884698063135, 0.019315293058753014, 0.004583809059113264, 0.028693895787000656, 0.022337136790156364, 0.009235677309334278, -0.012182654812932014, -0.03171573951840401, -0.015422288328409195, 0.017695477232336998, -0.02112567611038685, 0.015190886333584785, -0.018280789256095886, -0.0037534828297793865, 0.0016683090943843126, -0.012475310824811459, 0.01003197394311428, 0.03762330487370491, -0.0009179528569802642, -0.025685664266347885, 0.02006394788622856, -0.012373222038149834, -0.014496679417788982, 0.031770188361406326, 0.00013463024515658617, 0.03797721490263939, -0.029347267001867294, -0.006387386471033096, 0.005747627001255751, 0.007969770580530167, 0.007166668307036161, -0.0029095448553562164, -0.012829220853745937, 0.0026373066939413548, 0.004685898311436176, -0.00010682154970709234, -0.0042026755400002, 0.032287437468767166, -0.01359829306602478, -0.013278413563966751, -0.009800571948289871, -0.009269707836210728, -0.013162712566554546, 0.019315293058753014, 0.01014086976647377, 0.004781181924045086, 0.006622191984206438, -0.005196345038712025, -0.023113014176487923, 0.009575975127518177, 0.018729981034994125, 0.0019890395924448967, 0.01174026820808649, -0.007248339708894491, 0.00827603880316019, -0.03383919596672058, 0.013727606274187565, -0.035608742386102676, 0.025658441707491875, 0.003627572674304247, 0.03647990524768829, -0.0056387316435575485, -0.018593862652778625, -0.009623616933822632, -0.0015262349043041468, 0.01523172203451395, 0.0068229674361646175, 0.015367841348052025, -0.01343495026230812, -0.002266382332891226, 0.042033564299345016, -0.0052303746342659, 0.0036479905247688293, -0.018947772681713104, -0.029238373041152954, 0.03157962113618851, 0.035554297268390656, 0.02350776083767414, 0.0028959328774362803, -0.04350364953279495, -0.019573919475078583, 0.026080410927534103, -0.005506015848368406, -0.0014513693749904633, 0.011202597990632057, 0.007622667122632265, 0.03514593839645386, -0.0417068786919117, 0.00773156201466918, -0.008446186780929565, 0.014088321477174759, 0.03520038723945618, 0.032532453536987305, -0.02772745117545128, 0.013149100355803967, 0.019492248073220253, 0.046498268842697144, 0.009841407649219036, -0.014905036427080631, 0.013489398173987865, 0.013904561288654804, 0.03324027359485626, -0.015708139166235924, 0.00835771020501852, 0.03982843458652496, -0.018675534054636955, 0.0085074407979846, -0.003472737269476056, -0.007432100363075733, 0.03359418362379074, -0.004624644760042429, 0.012597817927598953, 0.01200570072978735, -0.02356220781803131, 0.0020622035954147577, -0.010821464471518993, 0.0004742898163385689, -0.022173793986439705, 0.01704210601747036, 0.011631373316049576, 0.005448164884001017, 0.0025437248405069113, -0.0037636917550116777, 0.021656541153788567, 0.00873884279280901, 0.011365940794348717, 0.021016782149672508, -0.02357582002878189, -0.01361871138215065, 0.03315860033035278, -0.028476106002926826, -0.0120737599208951, 0.03473758324980736, 0.014877812005579472, 0.0168107021600008, -0.010746599175035954, 0.009773347526788712, 0.0017882640240713954, -0.01750491000711918, 0.004461301956325769, -0.014156381599605083, 0.03084457665681839, 0.006839982233941555, -0.019723650068044662, 0.0012837727554142475, 0.011413582600653172, 0.011964865028858185, -0.01532700564712286, 0.006948877591639757, -0.003288976615294814, 0.012271132320165634, -0.0004887524992227554, -0.012999369762837887, -0.010610479861497879, 0.0330769307911396, -0.0020009500440210104, -0.01354384608566761, -0.02678822912275791, 0.01344175636768341, -0.049166202545166016, 0.022582150995731354, -0.0068229674361646175, 0.01751852221786976, -0.018648309633135796, 0.012543370947241783, 0.032151319086551666, -0.005002375226467848, -0.000493856961838901, 0.016143718734383583, 0.028476106002926826, 0.004311570897698402, -0.022146569564938545, -0.03092624805867672, 0.01691959798336029, 0.06528269499540329, 0.01652485318481922, -0.0024909786880016327, 0.004059750586748123, -0.012584206648170948, -0.012808802537620068, -0.028857238590717316, -0.00301503692753613, 0.0277138389647007, -0.007295981049537659, -0.023235522210597992, -0.0026594260707497597, 0.013965814374387264, 0.004035929683595896, 0.0009119976311922073, -0.018280789256095886, -0.004709719214588404, -0.00217109895311296, -0.02786356955766678, -0.008466605097055435, -2.6678802896640263e-05, -0.02025451511144638, 0.014374172315001488, 0.005989238154143095, 0.022895224392414093, -0.006901235785335302, 0.032478004693984985, 0.030055087059736252, -0.00866397749632597, -0.006486072670668364, 0.00850063469260931, -0.0012199670309200883, 0.004525958560407162, 0.0024875756353139877, -0.04715164005756378, 0.029673952609300613, 0.005859925411641598, -0.007221115753054619, -0.015857869759202003, 0.009460274130105972, 0.013407726772129536, 0.016007600352168083, 0.0015304886037483811, -0.009433050639927387, 0.005329060833901167, -0.02028173953294754, 0.009276513010263443, 0.0303273256868124, -0.001171474577859044, 0.0007388712256215513, 0.007779203820973635, 0.015272557735443115, -0.032695796340703964, -0.005114673171192408, 0.02710130251944065, 0.007268757559359074, 0.02726464532315731, 0.0011893402552232146, -0.0210576169192791, -0.052759744226932526, -0.011855969205498695, -0.01376844197511673, 0.0036241698544472456, -0.008024218492209911, -0.019669203087687492, 0.011202597990632057, 0.009698482230305672, -0.02425641566514969, -0.03049066849052906, 0.014428619295358658, 0.02780912257730961, -0.00852105300873518, -0.01523172203451395, -0.018117446452379227, 0.0348464772105217, 0.029701177030801773, 0.014074710197746754, 0.0023854863829910755, 0.016211779788136482, 0.007268757559359074, 0.01206695381551981, -0.02000950090587139, 0.002982708625495434, -0.03166129067540169, -0.001127235940657556, -0.02691073715686798, -0.024991458281874657, -0.006373774725943804, -0.0049445247277617455, 0.02390250563621521, -0.014619186520576477, -0.009848213754594326, 0.00011740268382709473, -0.013387308456003666, 0.005757835693657398, 0.018403295427560806, -0.007166668307036161, 0.0060096560046076775, 0.0014641305897384882, -0.006268282420933247, -0.011617761105298996, 0.002237456850707531, -0.001450518611818552, -0.02801330015063286, -0.003123932285234332, 0.028693895787000656, -0.012761160731315613, 0.0076771145686507225, 0.028149420395493507, 0.010249764658510685, 0.017940491437911987, 0.005519627593457699, 0.0049445247277617455, -0.001406279974617064, -0.002009457442909479, -0.0038079305086284876, 0.022867999970912933, -0.00047811816330067813, 0.012135013937950134, -0.010896329768002033, 0.018335236236453056, -0.023249134421348572, 0.021112065762281418, 0.011413582600653172, -0.004311570897698402, -0.009501109831035137, -0.0064622522331774235, -0.013237577863037586, -0.004805002361536026, -0.011297881603240967, -0.03160684555768967, 0.006190014071762562, 0.0003653945750556886, -0.0020996364764869213, -0.038712259382009506, -0.02063564769923687, 0.012529758736491203, -0.0010455644223839045, -0.02005033567547798, -0.0036650055553764105, -0.01353023387491703, -0.008473411202430725, 0.004083571489900351, -0.04189744591712952, 0.012774772942066193, -0.0341658815741539, -0.01666097156703472, 0.008466605097055435, 0.0026202916633337736, 0.035989876836538315, -0.0046042269095778465, 0.025998739525675774, -0.0046416595578193665, -0.014292500913143158, -0.018525803461670876, -0.01712377741932869, 0.021302631124854088, 0.0006491177482530475, 0.032069649547338486, 0.03454701602458954, 0.008364515379071236, -0.017981326207518578, 0.0005223568878136575, -0.00832367967814207, 0.01354384608566761, -0.01663374900817871, 0.006707266438752413, 0.022214628756046295, 0.017804371193051338, 0.011420388706028461, 0.008119501173496246, 0.010909941978752613, -0.005084046628326178, -9.363501885673031e-05, 0.014768917113542557, -0.005951805505901575, -0.010807853192090988, 0.02354859560728073, -0.007255145348608494, -0.024841727688908577, -0.005050017032772303, 0.001961815869435668, -0.03098069690167904, 0.023221909999847412, -0.019764486700296402, -0.009228872135281563, 0.007187086157500744, -0.017940491437911987, 0.009984332136809826, -0.01753213442862034, 0.029129477217793465, -0.012393639422953129, 0.028448881581425667, 0.004692704416811466, 0.0039746761322021484, 0.008316874504089355, -0.01696043461561203, -0.03310415521264076, -0.0013007876696065068, 0.017926879227161407, 0.018757205456495285, -0.0016045033698901534, -0.0005138494307175279, -0.02706046774983406, -0.021942391991615295, 0.022269077599048615, -0.025508711114525795, -0.00506022572517395, 0.0054890005849301815, -0.010651315562427044, -0.0056421346962451935, -0.019601143896579742, -0.021738212555646896, -0.007234727498143911, 0.002593067940324545, 0.0019533084705471992, -0.00044111080933362246, 0.013468979857861996, -0.01655207760632038, -0.021438751369714737, -0.011644984595477581, -0.02372555062174797, 0.04162520542740822, 0.02667933516204357, 0.0340297631919384, 0.02022729068994522, 0.021261796355247498, -0.0021693974267691374, -0.014986707828938961, -0.0036547966301441193, 0.004355809651315212, 0.03392086923122406, 0.015776198357343674, -0.006581356283277273, -0.01985977031290531, -0.008085471577942371, 0.009031498804688454, 0.01659291237592697, -0.0038351542316377163, 0.023044954985380173, -0.0030796935316175222, -0.010930360294878483, -0.022432420402765274, -0.026597661897540092, -0.0272374227643013, 0.0017661446472629905, 0.012849638238549232, 0.021806271746754646, -0.0035254834219813347, -0.0025216054636985064, -0.014033874496817589, 0.0273735411465168, -0.015258945524692535, 0.04372144117951393, 0.010338242165744305, 0.0018750398885458708, -0.005614910740405321, 0.00757502531632781, -0.01222349051386118, -0.01682431437075138, 0.0044272723607718945, 0.018144669011235237, 0.0007563114631921053, -0.022840777412056923, 0.021779049187898636, 0.005138494074344635, 0.012373222038149834, 0.004366018809378147, 0.0073776524513959885, 0.026624886319041252, 0.007670308463275433, -0.03062678687274456, 0.019478635862469673, -0.02062203548848629, 0.021629316732287407, -0.01697404496371746, -0.0004615286597982049, -0.0152997812256217, -0.009875437244772911, -0.04108072817325592, 0.0032651557121425867, 0.02006394788622856, -0.019383352249860764, -0.028666673228144646, 0.005070434883236885, -0.0171509999781847, -0.019342517480254173, -0.0351187139749527, -0.0021915168035775423, -0.014169992879033089, -0.025930680334568024, -0.003695632331073284, 0.00438643665984273, 0.02768661454319954, -0.002113248221576214, 0.010481166653335094, -0.015272557735443115, 0.029728401452302933, -0.007486547809094191, 0.012699907645583153, 0.009637229144573212, 0.0005112971994094551, -0.03302248194813728, 0.012332386337220669, -0.01052880845963955, -0.03117126226425171, 0.002148979576304555, -0.0017389209242537618, -0.03476480767130852, -0.03705160692334175, 0.016484016552567482, 0.01198528241366148, 0.024691995233297348, 0.02334441803395748, 0.007037355098873377, 0.007629472762346268, 0.021765436977148056, 0.025644829496741295, -0.03756885975599289, 0.014877812005579472, -0.018634697422385216, -0.022922448813915253, 0.03462868556380272, -0.02764577977359295, -0.025699276477098465, -0.02066287212073803, 0.013162712566554546, 0.009678064845502377, -0.0035016625188291073, -0.049002859741449356, -0.015599243342876434, 0.00220853160135448, -0.003047365229576826, 0.011032449081540108, -0.015272557735443115, -0.02405223622918129, -0.011345523409545422, 0.02040424570441246, 0.009412632323801517, -0.004485122859477997, -0.005298434291034937, 0.007357234600931406, 0.002945275977253914, 0.010569644160568714, -0.018062997609376907, -0.018498579040169716, -0.021357079967856407, -0.022840777412056923, -0.028748344630002975, 0.00511127058416605, -0.009405826218426228, 0.04083571583032608, 0.025045905262231827, -0.03030010126531124, -0.05695221200585365, -0.005172524135559797, -0.0275777205824852, -0.02680184133350849, -0.014632797800004482, 0.011522477492690086, 0.025059517472982407, -0.000698460906278342, 0.0004181407275609672, 0.028231091797351837, 4.838606764678843e-05, 0.03277746960520744, -0.016184555366635323, 0.004485122859477997, 0.004199272952973843, -0.0022357553243637085, 0.02067648433148861, 0.002167695900425315, -0.03138905391097069, 0.006874012295156717, 0.005921178963035345, -0.012761160731315613, -0.011325105093419552, 0.028830016031861305, -0.0026424110401421785, 0.005883745849132538, -0.013904561288654804, 0.010501584969460964, 0.010848688893020153, 0.03819500654935837, 0.021520422771573067, -0.02707407996058464, 0.001545801991596818, 0.016347898170351982, 0.022010451182723045, -0.011610954999923706, 0.0029163507279008627, 0.0003913422697223723, -0.008725231513381004, 0.032859139144420624, -0.006594968028366566, 0.0012803698191419244, 0.014020262286067009, -0.007561413571238518, 0.010835076682269573, 0.012448087334632874, -0.012890473939478397, 0.005009181331843138, -0.014986707828938961, -0.002963992301374674, -0.02000950090587139, -0.004444287158548832, 0.010263376869261265, 0.018348848447203636, 0.003278767690062523, -0.0007358936127275229, 0.010685345157980919, 0.0011578627163544297, 0.0014564738376066089, 0.009133588522672653, 0.009752930141985416, 0.00875245500355959, -0.001072788261808455, -0.019750874489545822, -0.018757205456495285, -0.009923079051077366, 0.006666430737823248, -0.019165562465786934, -0.014768917113542557, -0.0039066169410943985, 0.006608579773455858, 0.0002450142928864807, -0.012250714935362339, -0.008956633508205414, -0.007629472762346268, 0.02088066190481186, -0.009419438429176807, -0.03686103969812393, 0.022963283583521843, -0.009705288335680962, -0.009433050639927387, -0.007438906002789736, 0.2090788632631302, -0.0040937806479632854, -0.023249134421348572, 0.0151636628434062, -0.0028040525503456593, -0.012645459733903408, 0.004862853325903416, 0.0012361311819404364, -0.018185505643486977, -0.002684948267415166, 0.0028108584228903055, 0.010583256371319294, -0.012373222038149834, 0.0053018368780612946, 0.021710988134145737, -0.035608742386102676, -0.014156381599605083, -0.024868950247764587, -0.01668819598853588, 0.008248814381659031, 0.0017916670767590404, -0.008282843977212906, 0.0018971592653542757, -0.0121758496388793, 0.022296300157904625, 0.0013339667348191142, -0.01346217468380928, 0.01742323860526085, 0.007500159554183483, 0.016497628763318062, -0.012890473939478397, 0.006070909556001425, -0.019301680848002434, 0.0010668330360203981, -0.00029733506380580366, -0.012863250449299812, 0.050091810524463654, -0.0021370691247284412, 0.008289650082588196, -0.014823365025222301, -0.011876387521624565, -0.025672053918242455, -0.0042775413021445274, -0.02062203548848629, -0.007534189615398645, 0.019002219662070274, 0.002281695604324341, -0.0014122352004051208, -0.015680914744734764, 0.01208737213164568, -0.04532764479517937, -0.018457744270563126, 0.02666572295129299, -0.004873062018305063, -0.014700857922434807, 0.0071258326061069965, -0.00596201466396451, 0.042441919445991516, -0.024637548252940178, 0.036017101258039474, -0.018974995240569115, 0.012706713750958443, -0.00996391475200653, 0.026094023138284683, -0.02432447485625744, 0.019015831872820854, -0.017627418041229248, 0.0030933055095374584, -0.006428222171962261, -0.006142372265458107, 0.006628997623920441, -0.004325183108448982, 0.007078190799802542, 0.009902660734951496, -0.00019248084572609514, -0.007602249272167683, 0.0015823839930817485, 0.02364387921988964, 0.021397914737462997, 0.023153850808739662, 0.011311492882668972, -0.025563158094882965, -0.009446661919355392, -0.022867999970912933, 0.002581157488748431, -0.019710037857294083, 0.018376072868704796, -0.014836976304650307, 0.001749129849486053, -0.01764102838933468, -0.004665480460971594, -0.006023268215358257, -0.015000319108366966, -0.014074710197746754, 0.0004615286597982049, 0.02033618651330471, 0.005594492889940739, 0.03087180107831955, 0.01671542041003704, 0.0032277230639010668, -0.015708139166235924, 0.06294144690036774, 0.002383784856647253, 0.008990663103759289, -0.013264801353216171, -0.02006394788622856, -0.03462868556380272, 0.013387308456003666, -0.015993988141417503, -0.00428434694185853, 0.022731881588697433, -0.038848377764225006, 0.010998419485986233, -0.008099083788692951, -0.005346075631678104, 0.006802549585700035, 0.000336469296598807, -0.029211148619651794, 0.00675490777939558, -0.009644035249948502, -0.001767846173606813, -0.00033987226197496057, 0.009766542352735996, 0.022500479593873024, -0.017736312001943588, 0.0014990110648795962, -0.005039807874709368, -0.009133588522672653, -0.010739793069660664, -0.025032293051481247, 0.013884142972528934, -0.02083982713520527, 0.012618236243724823, 0.0018818458775058389, -0.011474835686385632, -0.014986707828938961, 0.0037568858824670315, -0.0015092199901118875, -0.009650840424001217, 0.001380757661536336, -0.02681545354425907, -0.018035775050520897, 0.004107392393052578, -0.014714469201862812, -0.004182257689535618, -0.01652485318481922, 0.008378127589821815, 0.001895457855425775, -0.0011093702632933855, -0.014918647706508636, -0.005247389432042837, -0.018512191250920296, -0.025957902893424034, -0.00297760427929461, 0.017981326207518578, -0.007962964475154877, -0.014551126398146152, -0.025726500898599625, 0.007779203820973635, -0.0023956953082233667, -0.0421152338385582, -0.003733064979314804, 0.011508866213262081, -0.003168171038851142, -0.011399970389902592, -0.006748102139681578, -0.1736879050731659, 0.02086705155670643, 0.004287749994546175, -0.022418808192014694, 0.015762586146593094, 0.0033059914130717516, -0.009446661919355392, 0.01696043461561203, 0.0009953705593943596, -0.0023378448095172644, 0.03332194313406944, -0.02395695261657238, -0.03329471871256828, -0.02409307286143303, -0.0016929807607084513, -0.013196742162108421, 0.00835771020501852, 0.016279838979244232, 0.024433370679616928, -0.0026611273642629385, 0.03762330487370491, 0.008398545905947685, 0.018280789256095886, -9.007252810988575e-05, 0.00603007385507226, -0.0056455377489328384, -0.014523902907967567, 0.0013263099826872349, -0.015054767020046711, -0.02326274663209915, 0.0020707109943032265, 0.007432100363075733, 0.02695157192647457, 0.015735361725091934, 0.008214784786105156, -0.009351379238069057, -0.0022068300750106573, 1.578529094103942e-07, -0.01664735935628414, -0.008718425408005714, 0.02022729068994522, 0.025849008932709694, 0.015817033126950264, 0.018049387261271477, 0.013713994063436985, 0.009351379238069057, 0.01745046302676201, 0.007289175409823656, 0.011502060107886791, -0.012373222038149834, 0.011447612196207047, -0.025481486693024635, 0.005400523543357849, 0.015817033126950264, 0.007241533603519201, 0.01747768558561802, -0.0029248581267893314, 0.011107314378023148, -0.005516224540770054, -0.028884463012218475, 0.023303581401705742, -0.035499848425388336, 0.0011918924283236265, -0.014047485776245594, 0.007357234600931406, -0.014973095618188381, -0.011461224406957626, 0.01702849380671978, -0.007928934879601002, 0.024814503267407417, 0.010841882787644863, -0.014278888702392578, 0.007534189615398645, -0.0044578989036381245, 0.0006406102911569178, 0.022459642961621284, -0.01700126938521862, -0.005965417250990868, 0.026311812922358513, 0.0012021013535559177, -0.012543370947241783, 0.004468108061701059, -0.016307061538100243, 0.0036139609292149544, -0.010719375684857368, -0.005989238154143095, -0.0007073936867527664, 0.006278491113334894, 0.011250239796936512, 0.009358184412121773, -0.004580406006425619, -0.008242008276283741, -0.016402345150709152, -0.014346947893500328, 0.014169992879033089, -0.00587353715673089, 0.012781579047441483, 0.0026645304169505835, 0.011066478677093983, 0.006802549585700035, 0.011651790700852871, 0.004359212704002857, -0.018226340413093567, 0.005659149494022131, 0.045926567167043686, 0.018199117854237556, 0.0002552232181187719, 0.011005225591361523, 0.023249134421348572, -0.009814183227717876, -0.0544748455286026, 0.012284744530916214, 0.012318774126470089, 0.021670153364539146, -0.005291628185659647, 0.03370307758450508, 0.021465973928570747, -0.01728712022304535, 0.02022729068994522, -0.004389839246869087, 0.007084996439516544, -0.01992782950401306, -0.019424188882112503, 0.013183129951357841, 0.006588161922991276, -0.025631217285990715, -0.09119976311922073, -0.011284269392490387, -0.0015628169057890773, -0.002790440572425723, -0.007609054911881685, 0.013115070760250092, -0.006560938432812691, 0.010753405280411243, -0.01506837923079729, 0.025712888687849045, -0.0173551794141531, 0.0017729506362229586, -0.01725989580154419, 0.006251267623156309, -0.009133588522672653, -0.007534189615398645, -0.009194841608405113, -0.01674264296889305, -0.01999588869512081, 0.009140394628047943, -0.005339269991964102, -0.015980375930666924, 0.015871481969952583, 4.939632708556019e-05, 0.0022799940779805183, 0.010719375684857368, -0.0344381220638752, -0.009453468024730682, 0.021207347512245178, -0.00128547428175807, -0.005162314977496862, -0.00417885510250926, -0.006346550770103931, -0.0086095305159688, -0.008289650082588196, 0.010072809644043446, 0.02034979872405529, -0.018512191250920296, 0.01708294078707695, -0.0013186533469706774, 0.004182257689535618, -0.012100983411073685, 0.02000950090587139, -0.042550817131996155, -0.009820989333093166, 0.004103989340364933, -0.02030896209180355, 0.022813552990555763, -0.016130108386278152, -0.01540867704898119, -0.03136182948946953, -0.008214784786105156, 0.016239002346992493, -0.03125293552875519, 0.046008240431547165, 0.004995569121092558, 0.002450142987072468, -0.0015789810568094254, -0.0267610065639019, -0.007820039987564087, -0.013060622848570347, -0.028040524572134018, -0.021357079967856407, 0.012298356741666794, 0.026379872113466263, 0.04508262872695923, -0.025549545884132385, -0.03016398288309574, 0.024596713483333588, -0.01704210601747036, 0.010637704282999039, 0.03160684555768967, -0.029946191236376762, 0.010100034065544605, -0.0338936448097229, -0.0333491675555706, -0.0076771145686507225, -0.016239002346992493, 0.01987338252365589, -0.019356129691004753, 0.013571069575846195, -0.01199889462441206, 0.006819564383476973, -0.01515005063265562, 0.01011364534497261, 0.009603199549019337, 0.01751852221786976, 0.018811652436852455, -0.0005402225069701672, -0.03351251035928726, 0.022622985765337944, 0.0070441607385873795, 0.0209214985370636, 0.0030524698086082935, -0.007153056096285582, 0.025236472487449646, -0.025073129683732986, -0.02406584843993187, -0.0010362062603235245, 0.005152106285095215, 0.00048364800750277936, 0.007908516563475132, -0.06844066083431244, 0.0023565611336380243, -0.007615861017256975, -0.0027002617716789246, 0.005587687250226736, -0.039256732910871506, 0.010794240981340408, -0.022010451182723045, 0.009330960921943188, 0.02345331199467182, -0.03841279819607735, 0.008459798991680145, 0.010569644160568714, 0.0018239952623844147, -0.022092122584581375, -0.011223016306757927, -0.003532289294525981, -0.022759106010198593, 0.01758658140897751, 0.014224440790712833, 0.023004120215773582, -0.011086896993219852, 0.007500159554183483, -0.011154956184327602, -0.005329060833901167, 0.03520038723945618, -0.03623489290475845, -0.0003230700676795095, -0.009480692446231842, -0.02345331199467182, 0.026420708745718002, -0.007398070301860571, 0.010848688893020153, 0.0005027897423133254, -0.005056822672486305, -0.003733064979314804, 0.009555557742714882, 0.018035775050520897, 0.0275777205824852, 0.014183605089783669, -0.022527704015374184, -0.03819500654935837, 0.01697404496371746, -0.046035464853048325, -0.021411526948213577, -0.003193693235516548, -0.02734631672501564, -0.0037636917550116777, 0.002890828298404813, 0.022024063393473625, 0.04415702074766159, 0.021479586139321327, -0.04783223569393158, -0.009916272945702076, 0.0012684593675658107, -0.0171509999781847, 0.02700602076947689, 0.008466605097055435, -0.009222066029906273, -0.01555840764194727, 0.049166202545166016, 0.003367244964465499, 0.006217237561941147, -0.009923079051077366, 0.0066732363775372505, -0.00587353715673089, -0.03520038723945618, -0.007173473946750164, 0.014197217300534248, -0.039338406175374985, -0.0023038149811327457, -0.01985977031290531, 0.018076609820127487, 0.016334285959601402, 0.007336816750466824, -0.01180832739919424, 0.0006121103651821613, 0.02354859560728073, -0.013285219669342041, 0.031770188361406326, 0.02429725043475628, 0.007411682512611151, -0.01046755537390709, 0.019247233867645264, 0.021887943148612976, -0.01772269979119301, 0.004815211519598961, 0.00858230609446764, -0.010406301356852055, 0.022187406197190285, -0.008466605097055435, 0.028612224385142326, 0.0006129611283540726, 0.002336143283173442, -0.008779678493738174, 0.004542973358184099, -0.0031579621136188507, 0.042060788720846176, 0.01675625517964363, -0.014169992879033089, 0.015925928950309753, 0.010732986964285374, 0.02070370875298977, 0.006431625224649906, -0.0410262830555439, -0.006254670675843954, -0.01223029661923647, -0.0277138389647007, 0.007023742888122797, 0.024719219654798508, 0.006652818527072668, -0.00693186279386282, 0.002742798998951912, -0.005410732235759497, -0.03819500654935837, 0.01764102838933468, -0.008915797807276249, 0.01370718888938427, -0.024841727688908577, 0.004029124043881893, -0.0035050655715167522, 0.00027479033451527357, 0.007724756374955177, -0.0481589213013649, 0.00869120191782713, -0.010066003538668156, 0.0019788306672126055, -0.025250084698200226, 0.018566638231277466, 0.004029124043881893, -0.0028772165533155203, -0.009657646529376507, 0.01670180819928646, -0.011461224406957626, -0.019111115485429764, -0.006897833198308945, -0.0028363808523863554, 0.007792815566062927, 0.022214628756046295, 0.0730142593383789, 0.04432036355137825, -0.02343970164656639, -0.007615861017256975, 0.017913267016410828, 0.0064894757233560085, 0.0023956953082233667, -0.006098133511841297, -0.0030575741548091173, -0.022867999970912933, 0.010168093256652355, 0.0012769668828696012, 0.011713044717907906, -0.008936216123402119, -0.00214557652361691, 0.029292820021510124, -0.018362460657954216, -0.011801522225141525, 0.004964942578226328, -0.01730073243379593, 0.0011612656526267529, -0.002086024498566985, 0.016198167577385902, -0.024651160463690758, -0.021425139158964157, 0.002031576819717884, 0.03038177266716957, -0.017817983403801918, -0.0008273486164398491, -0.021180124953389168, 0.035527072846889496, 0.01712377741932869, -0.02074454352259636, -0.005325657781213522, -0.02379360981285572, 0.005172524135559797, -0.0035697221755981445, 0.00015781303227413446, 0.019805321469902992, 0.022092122584581375, 0.013659547083079815, -0.0035288864746689796, -0.005390314385294914, -0.028585001826286316, -0.009793765842914581, -0.010835076682269573, 0.010998419485986233, -0.009773347526788712, 0.007398070301860571], \"4ea8c771-cee8-460d-9148-d22ea5dffdeb\": [-0.002272841054946184, 0.0011731061385944486, 0.019810235127806664, -0.05165335536003113, 0.0023028564173728228, 0.015474662184715271, -0.035591721534729004, 0.0020760726183652878, -0.014420784078538418, -0.018876420333981514, 0.02535976842045784, -6.972352275624871e-05, 0.014207340776920319, -0.030842602252960205, 0.00447564572095871, -0.005516183562576771, 0.011519284918904305, -0.02868148498237133, 0.011639347299933434, 0.010158581659197807, -0.004232186824083328, 0.015954909846186638, -0.03351064771413803, 0.010632160119712353, -0.03161633387207985, -0.002316196681931615, 0.01878303848206997, -0.025159666314721107, 0.020864112302660942, -0.017889242619276047, 0.012212976813316345, -0.004205506294965744, -0.011499274522066116, 0.0030449065379798412, -0.007690640166401863, 0.0007974953623488545, 0.019129883497953415, -0.009038003161549568, 0.007850722409784794, -0.013320215046405792, 0.0016808684449642897, 0.015154496766626835, 0.014740949496626854, 0.004468975588679314, 0.006586736533790827, 0.03567176312208176, 0.02798779308795929, -0.005759642459452152, -0.01380713377147913, 0.037672799080610275, 0.020930813625454903, 0.015021094121038914, -0.013500308617949486, -0.014260700903832912, 0.0071570309810340405, -0.005262719001621008, -0.0031299504917114973, 0.02942853793501854, -0.020183762535452843, 0.004272207152098417, 0.01195951271802187, -0.00419550109654665, -0.031909819692373276, -0.011172438971698284, -0.008504393510520458, 0.0018025980098173022, -0.021317681297659874, 0.004282212350517511, 0.023838983848690987, -0.0017609097994863987, 0.0374593548476696, 0.00113975559361279, -0.004642398562282324, -0.0023045239504426718, 0.024959562346339226, -0.01798262447118759, 0.0044556353241205215, -0.014020577073097229, 0.0010555454064160585, 0.0031416232232004404, 0.005139322020113468, 0.002803114941343665, 0.0007053644512780011, 0.018769698217511177, 0.010958995670080185, 0.030095549300312996, 0.016835365444421768, 0.01334022544324398, -0.01578148640692234, -0.019383348524570465, -0.009918457828462124, 0.01684870570898056, 0.01277993619441986, 0.020117061212658882, -0.00698360800743103, 0.024706097319722176, 0.004585702437907457, 0.016982106491923332, 0.011919491924345493, -0.0047524552792310715, 0.020677350461483, 0.017182210460305214, -0.01708882860839367, -0.009885107167065144, -0.04463639482855797, -0.009418199770152569, 0.007237072568386793, -0.021571144461631775, 0.012159615755081177, 0.00466574402526021, -0.017929263412952423, 0.040420882403850555, 0.0012006203178316355, -0.027961112558841705, 0.007110340520739555, -0.01220630668103695, -0.01710216887295246, -0.020557288080453873, -0.010325334966182709, 0.006730143912136555, 0.020930813625454903, 0.0023645549081265926, 0.012099584564566612, -0.023211993277072906, 0.006343277171254158, 0.02373226173222065, -0.010285314172506332, -0.000618652964476496, 0.001325684948824346, -0.011886141262948513, -0.0012973370030522346, -0.011259150691330433, 0.007697310298681259, 0.005499508231878281, -0.03198986127972603, 0.01136587280780077, -0.01835615001618862, 0.02705397829413414, -0.01908986270427704, -0.01846287213265896, 0.0004225099692121148, 0.023518817499279976, -0.0203438438475132, 0.011812769807875156, 0.014954392798244953, 0.02379896305501461, 0.0019826909992843866, -0.0037686137948185205, 0.018262770026922226, 0.003014890942722559, -0.001862628967501223, 0.011879471130669117, 0.0009921792661771178, 0.012566492892801762, 0.006963598076254129, 0.008697827346622944, -0.014874352142214775, 0.04388934373855591, -0.0008971301722340286, -0.005396121181547642, -0.013140122406184673, 0.02249162085354328, -0.0015708116116002202, 0.021451083943247795, 0.007537227589637041, 0.0322033055126667, 0.012353048659861088, -0.004122129641473293, -0.011325852014124393, 0.02341209538280964, -0.0187296774238348, 0.022905167192220688, -0.013100101612508297, -0.005929730366915464, -0.010938985273241997, 0.02980206348001957, 0.005122646689414978, -0.0068502058275043964, -0.03156297281384468, 0.0007979122456163168, -0.014554186724126339, -0.013567009940743446, 0.012252997606992722, 0.04039420187473297, -0.03906018286943436, 0.0032733578700572252, 0.02042388543486595, 0.007784021552652121, 0.01985025592148304, 0.009851756505668163, 0.027040638029575348, 0.024199169129133224, 0.006683452986180782, -0.012960029765963554, -0.6386232972145081, -0.01784922182559967, 0.0027614268474280834, -0.005289399530738592, 0.015234537422657013, 0.021250979974865913, -0.002776434412226081, 0.022758424282073975, -0.04535676911473274, 0.020010339096188545, -0.005799663253128529, 0.007403825409710407, 0.010838933289051056, -0.01306008081883192, -0.028788207098841667, -0.02017042227089405, 0.012232987210154533, -0.005896379705518484, 0.016248395666480064, -0.002881488762795925, -0.014447464607656002, 0.004245526622980833, 0.001622504903934896, 0.010732212103903294, 0.0077373310923576355, -0.012719905003905296, 0.0160216111689806, -0.01808934658765793, -0.031456250697374344, 0.014474145136773586, -0.02205139398574829, -0.023158632218837738, 0.043675899505615234, 0.0019243275746703148, 0.030949324369430542, 0.008150878362357616, 0.011359202675521374, -0.015861527994275093, 0.0042988876812160015, 0.04495656117796898, -0.038099683821201324, -0.014967733062803745, 0.02668045088648796, 0.022931847721338272, 0.01772915944457054, -0.008491053245961666, 0.019503410905599594, -0.0052093579433858395, -0.007056979462504387, -0.003253347473219037, 0.0016233386704698205, -0.010632160119712353, -0.00016789924120530486, 8.686779619893059e-05, 0.03239006921648979, 0.014807650819420815, 0.04810485243797302, -0.006386633031070232, -0.0041388049721717834, -0.0012990045361220837, -0.004625723231583834, 0.0035284897312521935, 0.009091364219784737, -0.03775284066796303, -0.0036718971095979214, -0.01013857126235962, 0.006806850433349609, -0.00883122906088829, 0.02836132049560547, 0.011672697961330414, 0.009311477653682232, 0.021197618916630745, 0.0050626154989004135, -0.023625539615750313, -0.0005144324386492372, 0.010258633643388748, 0.014954392798244953, -0.0007320448639802635, 0.002429588697850704, 0.001366539392620325, -0.013913855887949467, 0.004432289861142635, 0.019303306937217712, -0.03671230003237724, 0.01973019354045391, -0.0012498124269768596, -0.01852957345545292, -0.006603411864489317, 0.006610081996768713, 0.02259834297001362, 0.006386633031070232, 0.025132985785603523, -0.006460004486143589, -0.025266388431191444, -0.015461321920156479, -0.005452817305922508, 0.0005102636641822755, -0.011105737648904324, -0.010352015495300293, -0.0007520552026107907, -0.015314579010009766, -0.01896980032324791, 0.0008462705882266164, 0.010051860474050045, 0.018823059275746346, 0.031349532306194305, -0.01828944869339466, 0.0015274558681994677, 0.014327402226626873, -0.012072904035449028, 0.007257082965224981, -0.011759408749639988, 0.006196534726768732, -0.011906151659786701, 0.02461271733045578, -0.031082725152373314, 0.01696876809000969, 0.04132802039384842, -0.002389567904174328, 0.0037752839270979166, 0.0034651237074285746, 0.02886824868619442, 0.00989177729934454, -0.006976937875151634, 0.0489853098988533, 0.02215811423957348, 0.009598292410373688, 0.0035318247973918915, -0.013380246236920357, 0.0013398589799180627, 0.016248395666480064, 0.006069802679121494, 0.021677866578102112, -0.006526705343276262, 0.021877970546483994, 0.0287348460406065, 0.0259333997964859, -0.01808934658765793, 0.016141673550009727, -0.019009821116924286, -0.009911787696182728, -0.014527506195008755, -0.006996948271989822, -0.01735563389956951, 0.006883556488901377, -0.011345862410962582, 0.0005732128047384322, -0.016355115920305252, -0.013700411655008793, -0.0022911836858838797, 0.013847154565155506, -0.006383297964930534, 0.0004773299442604184, 0.03927362337708473, 0.02166452631354332, 0.009778385050594807, -0.02161116525530815, -0.027881070971488953, -0.019009821116924286, -0.0007011956186033785, 0.009978489018976688, 0.0008629458607174456, -0.03601861000061035, -0.01208624430000782, -0.020957494154572487, -0.02447931468486786, 0.010918974876403809, 0.010852273553609848, -0.036285415291786194, -0.016942087560892105, 0.016181694343686104, 0.015367940068244934, -0.017128849402070045, 0.0051826778799295425, -0.009251446463167667, 0.001624172437004745, -0.005522853694856167, -0.0103386752307415, -0.01734229363501072, -0.010892294347286224, -0.0018092681420966983, -0.005052610300481319, 0.002474611857905984, -0.015928229317069054, 0.04476979747414589, 0.029268454760313034, 0.016128333285450935, 0.046130500733852386, -0.0036885724402964115, -0.0003914522530976683, -0.017062148079276085, 0.001434908015653491, -0.013607030734419823, 0.01627507619559765, -0.01328019518405199, 0.003346729092299938, -0.019009821116924286, 0.009818405844271183, 0.008157548494637012, 0.007343794219195843, 0.026960596442222595, 0.013160132803022861, 0.011259150691330433, -0.006443329155445099, -0.008451033383607864, -0.027067318558692932, -0.0015157831367105246, -0.025519851595163345, 0.026587070897221565, 0.014287381432950497, 0.018142707645893097, -0.014234021306037903, -0.018302788957953453, -0.026226883754134178, -0.0011230802629143, 6.112533446867019e-05, -0.006159849464893341, 0.017755839973688126, -0.024199169129133224, 0.010818922892212868, 0.019996998831629753, -0.0071703712455928326, 0.0105521185323596, -0.014234021306037903, -0.014794310554862022, 0.015461321920156479, 0.01866297610104084, 0.01610165275633335, 0.03471126779913902, -0.03174973651766777, -0.022811785340309143, 0.007904083468019962, -0.005359435919672251, 0.010258633643388748, -0.0018993146950379014, 0.019676832482218742, 0.0408477708697319, -0.05805666372179985, 0.01566142588853836, 0.0013540328945964575, 0.02510630525648594, 0.01879637874662876, 0.029108373448252678, -0.017795860767364502, -0.004862512461841106, -0.00044397939927875996, 0.018702996894717216, -0.002244492992758751, -0.016381796449422836, 0.01608831249177456, -0.01722223125398159, 0.00886457972228527, -3.869186548399739e-05, -0.009918457828462124, 0.02637362666428089, -0.0030832597985863686, -0.01101902686059475, -0.006133168935775757, -0.00026742983027361333, 0.030922643840312958, 0.012446430511772633, 0.02493288181722164, 0.015327919274568558, 0.00939818937331438, 0.011325852014124393, -0.013600360602140427, 0.0064033083617687225, -0.020463906228542328, 0.009938468225300312, 0.0014932715566828847, -3.4027998481178656e-05, -0.02135770209133625, 0.012333039194345474, -0.0220380537211895, -0.01997031830251217, -0.012446430511772633, 0.0042988876812160015, -0.03833980858325958, 0.005342760588973761, 0.018049325793981552, -0.03423101827502251, -0.012493121437728405, 0.010131901130080223, 0.028414681553840637, 0.00811085756868124, 0.0045990427024662495, 0.00034288549795746803, 0.0103386752307415, -0.023211993277072906, 0.012526472099125385, -0.02478613890707493, 0.006123163737356663, 0.016688622534275055, -0.020450565963983536, -0.004845837131142616, 0.014394103549420834, 0.018996480852365494, -0.020143741741776466, -0.0004364755004644394, -0.013486968353390694, 0.0007128682918846607, -0.012079574167728424, -0.02674715220928192, 0.007050309330224991, 0.036285415291786194, 0.01690206676721573, -0.015261217951774597, -0.05007920786738396, -0.002354549942538142, -0.035778485238552094, 0.00035851856227964163, -0.007810702081769705, -0.016448497772216797, -0.027720989659428596, 0.010638830251991749, 0.0015691440785303712, 0.0031249478925019503, -0.004589037504047155, 0.028654804453253746, -0.013106771744787693, 0.016755323857069016, -0.035778485238552094, -0.027667628601193428, 0.012766595929861069, 0.057256247848272324, 0.0099584786221385, 0.006590071599930525, 0.0025913389399647713, -0.023185312747955322, -0.009471559897065163, -0.027080658823251724, -0.03201654180884361, 0.029722023755311966, 0.002696393057703972, -0.0211042370647192, 0.010125230997800827, 0.010225282981991768, -0.00971168465912342, 0.016181694343686104, 0.0038253096863627434, 0.004585702437907457, -0.009111374616622925, -0.008844569325447083, -0.02341209538280964, 0.01808934658765793, -0.01422068104147911, 0.036979105323553085, 0.023705581203103065, 0.01696876809000969, 0.002539645414799452, 0.029508579522371292, 0.016248395666480064, -0.005252713803201914, -0.01603495143353939, 0.012046223506331444, 0.020197100937366486, 0.03311043977737427, -0.006006436888128519, -0.03521819785237312, 0.05296069756150246, 0.012406409718096256, -0.01691540703177452, -0.019276626408100128, 0.013953875750303268, 0.01534125953912735, 0.015541362576186657, 0.008557754568755627, -0.014794310554862022, 0.015488002449274063, -0.0017809201963245869, 0.0029031666927039623, 0.040661007165908813, -0.007630608975887299, -0.016128333285450935, 0.0020727375522255898, -0.016995446756482124, -0.028761526569724083, 0.0035918557550758123, 0.014060597866773605, 0.0018159382743760943, 0.010412046685814857, -0.00572962686419487, -0.00823758915066719, -0.04922543466091156, -0.03166969493031502, -0.010645500384271145, -0.011205789633095264, -0.020717371255159378, 0.010925645008683205, -0.0335640087723732, -0.024185828864574432, -0.01436742302030325, -0.01170604769140482, 0.015101135708391666, -0.007817372679710388, -0.022078074514865875, -0.03193650022149086, -0.007723990827798843, 0.007023628801107407, 0.009138054214417934, 0.031349532306194305, 0.014514165930449963, 0.0011797762708738446, 0.025159666314721107, -0.023785622790455818, -0.04647734761238098, -0.004442295059561729, -0.004535676911473274, 0.007877402938902378, -0.0022161449305713177, -0.012326369062066078, -0.0050559453666210175, -0.0057896580547094345, 0.044556353241205215, -0.00590304983779788, 0.016301756724715233, -0.008764528669416904, -0.0035585053265094757, -0.02793443202972412, 0.0008737847674638033, 0.012739915400743484, 0.02881488762795925, -0.007197051774710417, 0.0014815988251939416, -0.017622439190745354, -0.0018859744304791093, -0.0016925411764532328, -0.02267838455736637, 0.016862045973539352, 0.034471143037080765, 0.005836348980665207, 0.019516751170158386, 0.014394103549420834, 0.01908986270427704, 0.005759642459452152, -0.00623322045430541, 0.020383864641189575, -0.011105737648904324, -0.008070836775004864, 0.010445396415889263, 0.019316647201776505, -0.00638996809720993, 0.021904651075601578, -0.02259834297001362, 0.0037852891255170107, -0.0427154041826725, 0.021571144461631775, 0.0099584786221385, -0.002272841054946184, -0.0077306609600782394, -0.021384382620453835, -0.010992346331477165, -0.021010855212807655, -0.010231953114271164, -0.0042988876812160015, 0.011499274522066116, -0.017555737867951393, 0.01708882860839367, -0.04701095446944237, -0.005396121181547642, -0.0008270940161310136, -0.009271456860005856, -0.0031616336200386286, -0.006663442589342594, -0.008337641134858131, -0.0028948290273547173, -0.007137020584195852, -0.006590071599930525, 0.017555737867951393, -0.036045290529727936, 0.005876369308680296, -0.014060597866773605, -0.018889760598540306, 0.03287031501531601, -0.01654187962412834, -0.005769647657871246, -0.011826110072433949, 0.00851773377507925, -0.018249429762363434, -0.02561323344707489, 0.016181694343686104, -0.029108373448252678, 0.02854808233678341, 0.001670029480010271, 0.015474662184715271, -0.006363287568092346, -0.028094515204429626, 0.009738365188241005, 0.007036969065666199, -0.008437693119049072, 0.006923577282577753, 0.023838983848690987, 0.013820474036037922, 0.0012414747616276145, -0.007984125055372715, 0.011659357696771622, 0.03719254955649376, -0.00501258997246623, 0.009104704484343529, 0.024092447012662888, -0.012406409718096256, 0.01810268685221672, 0.001482432591728866, -0.022078074514865875, 0.002182794502004981, 0.007056979462504387, -0.01884973980486393, 0.025466490536928177, -0.028201237320899963, -0.005913055036216974, 0.0024412614293396473, -0.018449531868100166, 0.018622955307364464, -0.013306874781847, -0.00042730409768410027, -0.020263802260160446, 0.013900515623390675, 0.02417248860001564, 0.0007203721906989813, 0.0028247928712517023, -0.006803515367209911, -0.026973936706781387, 0.014167319983243942, 0.030762560665607452, 0.012773266062140465, 0.010745551437139511, -0.005389451049268246, -0.017569078132510185, -0.01030532456934452, 0.011159098707139492, -0.034844670444726944, -0.03132285177707672, -0.005122646689414978, -0.007036969065666199, -0.01471426896750927, -0.015674766153097153, -0.007090330123901367, -0.0011447580764070153, -0.00600977148860693, 0.015608063898980618, -0.011579316109418869, 0.028414681553840637, -0.02361219935119152, -0.018062666058540344, -0.014954392798244953, -0.025386448949575424, 0.030362354591488838, 0.02942853793501854, 0.016982106491923332, 0.03895346075296402, 0.018196068704128265, -0.009444880299270153, 0.00435224873945117, -0.005542863626033068, 0.0022461605258286, 0.02566659450531006, 0.039993997663259506, -0.018689656630158424, -0.021090896800160408, -0.015167837031185627, 0.023652220144867897, -0.0010813920525833964, -0.017062148079276085, 0.0003687321732286364, 0.004325568210333586, 0.02705397829413414, -0.016995446756482124, -0.010685521177947521, -0.021651186048984528, 0.025092964991927147, 0.0050626154989004135, 0.009338158182799816, -0.009698344394564629, 0.015301238745450974, -0.009198085404932499, 0.02217145450413227, -0.01866297610104084, 0.00811085756868124, 0.019396688789129257, -0.010658840648829937, 0.00817088782787323, 0.010045190341770649, -0.02974870428442955, 0.00036852373159490526, -0.020503927022218704, 0.023972386494278908, -0.002491287188604474, -0.008684487082064152, -0.001666694413870573, 0.02297186851501465, 0.003166635986417532, -0.005386115983128548, -0.00971168465912342, 0.022571662440896034, -0.01591488905251026, -0.04071436822414398, 0.004275542218238115, -0.004765795543789864, 0.014927712269127369, -0.0025263051502406597, -0.01828944869339466, -0.02178458869457245, 0.0037619436625391245, -0.02091747336089611, 0.013420267030596733, 0.03231002762913704, 0.001194783952087164, -0.028201237320899963, 0.001330687548033893, -0.017075488343834877, -0.015554702840745449, -0.015874868258833885, 0.02097083441913128, 0.008184228092432022, -0.0006853541126474738, -0.008851239457726479, 0.0007420500623993576, 0.019703513011336327, 0.013086761347949505, 0.0014815988251939416, -0.002424586098641157, 0.03769947960972786, -0.005926395300775766, 0.013713751919567585, 0.0071570309810340405, 0.0014123964356258512, -0.026813853532075882, 0.028067834675312042, -0.009638313204050064, -0.01512781623750925, 0.02705397829413414, -0.00992512796074152, -0.020717371255159378, -0.022464940324425697, 0.019129883497953415, 0.038553252816200256, 0.015327919274568558, 0.004885857924818993, -0.016515199095010757, 0.03188313916325569, 0.011479264125227928, -0.0038853406440466642, -0.00933148805052042, 0.006229885388165712, -0.03393753618001938, -0.009371508844196796, 0.02886824868619442, -0.002156113972887397, 0.030095549300312996, -0.03519151732325554, -0.008184228092432022, 0.02090413309633732, -0.021877970546483994, -0.03620537370443344, -0.006723473779857159, -0.01847621239721775, -0.011912821792066097, -0.005015925038605928, -0.027267420664429665, -0.018022645264863968, -0.013500308617949486, 0.013266854919493198, 0.018622955307364464, -0.002639697166159749, -0.004539011977612972, 0.0393269844353199, 0.016875386238098145, 0.01791592314839363, -0.013240174390375614, -0.0026380296330899, -0.015474662184715271, -0.031643014401197433, -0.015101135708391666, -0.008471043780446053, -0.01608831249177456, 0.02335873618721962, 0.01564808562397957, 0.0073104435577988625, -0.04703763499855995, -0.015087795443832874, -0.03313712030649185, -0.02385232411324978, 0.007710650563240051, 0.010065200738608837, 0.0011072386987507343, 0.01871633715927601, 0.005722956731915474, 0.014180660247802734, 0.0037352631334215403, 0.03148293122649193, -0.03724591061472893, -0.011452583596110344, -0.0042955526150763035, -0.005396121181547642, 0.008057496510446072, 0.0038319798186421394, -0.02179792895913124, -0.00025617401115596294, 0.01576814614236355, -0.006720138713717461, 0.001248978660441935, 0.03812636435031891, -0.010418715886771679, 0.009138054214417934, 0.004462305456399918, -0.008691157214343548, -0.019209925085306168, 0.02642698772251606, 0.025880038738250732, -0.03505811467766762, 0.031963180750608444, 0.01934332773089409, 0.0023578850086778402, -0.03361736983060837, 0.005436141975224018, -0.019930297508835793, 4.1714261897141114e-05, 0.008411012589931488, -0.010425386019051075, -0.008350981399416924, 0.016942087560892105, -0.011752738617360592, 0.008564424701035023, 0.007143690716475248, -0.011812769807875156, -0.0007962447125464678, -0.01735563389956951, 0.0001694625534582883, -0.021464424207806587, 0.019236605614423752, 0.01436742302030325, 0.020250461995601654, 0.014927712269127369, -0.002963197650387883, 0.02103753574192524, -0.004502326250076294, -0.006063132546842098, 0.004308892879635096, -0.011132418178021908, -0.006626757327467203, -0.0018459537532180548, -0.0450899638235569, -0.0016508529661223292, 0.016488518565893173, -0.023332055658102036, -0.0006107322406023741, -0.026507029309868813, 0.00047899747733026743, 0.010472076945006847, -0.018516233190894127, -0.014274041168391705, -0.03655221685767174, 0.008264269679784775, -0.0047491202130913734, 0.003011555876582861, -0.009244776330888271, 0.04276876524090767, 0.014194000512361526, -0.009538261219859123, -0.0044923210516572, 0.22689056396484375, -0.008037486113607883, 0.01690206676721573, 0.024879520758986473, -0.016235055401921272, -0.022504961118102074, 0.023398755118250847, 0.00022282345162238926, -0.006976937875151634, 0.0013356901472434402, -0.029268454760313034, -0.008711167611181736, -0.00638996809720993, 0.008417682722210884, -0.0037085828371345997, -0.031776417046785355, -0.047117676585912704, -0.023465456441044807, -0.021717887371778488, -0.007337124086916447, -0.008004135452210903, 0.0028347980696707964, -0.002172789303585887, -0.0057829879224300385, 0.018116027116775513, 0.006306591909378767, -0.021877970546483994, 0.0018459537532180548, 0.013273525051772594, 0.01752905733883381, -0.018823059275746346, -0.020944153890013695, -0.008177557960152626, -0.00729710329324007, -0.008437693119049072, -0.020370524376630783, 0.007864062674343586, -0.01708882860839367, 0.0050259302370250225, -0.007597258780151606, 0.0035851856227964163, -0.027640948072075844, -0.0056395805440843105, -0.038793377578258514, -0.0028347980696707964, 0.025159666314721107, 0.007483866531401873, -0.004245526622980833, -0.0009404859156347811, 0.012246327474713326, -0.03473794832825661, -0.01664860174059868, 0.021397722885012627, 0.037112507969141006, 0.007183711510151625, -0.010558788664638996, -0.024319231510162354, 0.01772915944457054, -0.012766595929861069, 0.012599843554198742, -0.003330053761601448, 0.007804031949490309, -0.0034751289058476686, 0.01283329725265503, -0.013380246236920357, 0.023158632218837738, 0.0010063532972708344, 0.009518250823020935, 0.013887175358831882, -0.034471143037080765, 0.014113958925008774, 0.006116493605077267, 0.0016867048107087612, 0.0005915556102991104, -0.03137621283531189, -0.018502892926335335, 0.02692057564854622, 0.02617352269589901, 0.02648034878075123, 0.03524487838149071, -0.012226317077875137, -0.007964114658534527, 0.0037085828371345997, -0.015581383369863033, 0.0032083243131637573, -0.029641982167959213, 0.031456250697374344, -0.005015925038605928, -0.008991312235593796, -0.02154446393251419, 0.007143690716475248, -0.011619336903095245, -0.01205289363861084, -0.01866297610104084, -0.001315679750405252, 0.02122429944574833, -0.009311477653682232, 0.017875902354717255, -0.013573680073022842, 0.01966349221765995, 0.006119828671216965, 0.04319564998149872, -0.002581333741545677, -0.005666261073201895, -0.010838933289051056, 0.0014941053232178092, -0.025533191859722137, 0.024826159700751305, -0.024879520758986473, 0.002572996076196432, 0.0024495988618582487, -0.009171404875814915, 0.00895129144191742, -0.010605479590594769, -0.0012172956485301256, 0.004709099885076284, -0.0017050475580617785, -0.018743017688393593, 0.01966349221765995, -0.004058763850480318, 0.017929263412952423, 0.0022928512189537287, 0.008004135452210903, 0.015301238745450974, 0.006326602306216955, -0.0070169586688280106, 0.0037385981995612383, -0.017502376809716225, -0.024385932832956314, -0.010598809458315372, 0.022945187985897064, 0.02523970790207386, 0.016181694343686104, 0.001248978660441935, -0.010385366156697273, 0.012920008972287178, 0.02129100076854229, 0.0013048407854512334, -0.009038003161549568, 0.006773499771952629, -0.008090847171843052, -0.014540846459567547, -0.009484900161623955, -0.023372076451778412, 0.005349430721253157, -0.0167820043861866, 0.023999067023396492, -0.010912304744124413, 0.007423835806548595, 0.0037419332657009363, -0.016888726502656937, -0.0080108055844903, -0.016368456184864044, 0.013453617691993713, 0.02886824868619442, 0.004639063496142626, -0.021944671869277954, -0.01953009143471718, 0.009571611881256104, 0.01860961504280567, -0.013520319014787674, -0.01349363848567009, 0.017742499709129333, 0.005442812107503414, -0.0038586603477597237, 0.0034484483767300844, -0.17011456191539764, 0.019610131159424782, 0.01522119715809822, -0.02730744145810604, 0.03524487838149071, -0.00422885175794363, -0.016248395666480064, -0.007090330123901367, -0.003118277760222554, -0.0019093197770416737, 0.008350981399416924, -0.013607030734419823, -0.0012631525751203299, -0.03788623958826065, 0.009651653468608856, -0.012819956988096237, -0.014340742491185665, 0.01334022544324398, 0.007363804616034031, 0.004785805940628052, 0.03868665546178818, 0.002813120139762759, 0.021144257858395576, -0.015674766153097153, 0.0016200037207454443, -0.002424586098641157, -0.007143690716475248, 0.015821507200598717, -0.03527155518531799, -0.017635777592658997, -0.0068568759597837925, 0.011752738617360592, 0.03201654180884361, 0.014460804872214794, 0.0036285414826124907, -0.0005719621549360454, -0.004765795543789864, -0.025506511330604553, -0.012132935225963593, 0.02079741284251213, 0.007997465319931507, 0.018836399540305138, -0.007143690716475248, 0.015808166936039925, -0.013420267030596733, 0.016555219888687134, 0.021904651075601578, 0.013393586501479149, 0.005252713803201914, -0.030922643840312958, -0.006693458184599876, -0.04180826619267464, 0.004085443913936615, -0.019650151953101158, 0.005839684046804905, 0.013927196152508259, -0.0033233838621526957, 0.015047774650156498, 0.0089846421033144, -0.011932832188904285, -0.00022761760919820517, -0.023905685171484947, 0.032096583396196365, -0.0038686655461788177, 0.004388934466987848, -0.0020427219569683075, -0.022278176620602608, 0.026213543489575386, -0.011185779236257076, 0.023758942261338234, 0.012186296284198761, -0.014954392798244953, -0.006419983692467213, -0.004395604599267244, 0.006109823472797871, 0.003089929698035121, -0.02630692534148693, -0.0036552217788994312, 0.020450565963983536, 0.000169775215908885, -0.006643432658165693, -0.006073137745261192, -0.007270423229783773, -0.00891794078052044, -0.01183945033699274, -0.006416648626327515, -0.013753772713243961, 0.003111607627943158, 0.003721923101693392, -0.007357134483754635, 0.008157548494637012, -0.0018776367651298642, 0.0020760726183652878, -0.017769180238246918, 0.006503359880298376, -0.006133168935775757, 0.017942603677511215, 0.009218095801770687, 0.008297620341181755, 0.006623422261327505, 0.009504910558462143, -0.009431540034711361, -0.002506294986233115, 0.0044556353241205215, 0.026773832738399506, -0.009971818886697292, -0.016888726502656937, 0.01039203628897667, 0.037299271672964096, -0.02278510481119156, -0.036045290529727936, 0.016381796449422836, 0.0052126930095255375, -0.0070169586688280106, -0.0035251546651124954, 0.013306874781847, 0.008030815981328487, -0.015101135708391666, 0.0006444996688514948, 0.002944854786619544, 0.013673731125891209, -0.008304290473461151, 0.019263286143541336, -0.018422851338982582, 0.027214061468839645, 0.010645500384271145, -0.060404542833566666, -0.007717320695519447, 0.007677299901843071, 0.006323267240077257, 0.002798112342134118, 0.010258633643388748, -0.007570578251034021, 0.019023161381483078, -0.011812769807875156, 0.015821507200598717, -0.009931798093020916, -0.01061881985515356, -0.014340742491185665, -0.0026747153606265783, 0.0074638561345636845, -0.022211475297808647, -0.013567009940743446, -0.008524403907358646, 0.0019810234662145376, 0.01293334923684597, -0.013473628088831902, -0.020997514948248863, -0.0035218195989727974, -0.0074305059388279915, -0.016315096989274025, -0.0007879071054048836, -0.023972386494278908, 0.0030465740710496902, 0.02123763971030712, -0.010385366156697273, -0.022091414779424667, -0.0322033055126667, -0.01708882860839367, -0.025893379002809525, -0.01846287213265896, 0.034844670444726944, 0.007050309330224991, -0.002708065789192915, 0.03906018286943436, -0.01803598552942276, 0.013380246236920357, -0.018743017688393593, -0.006490019615739584, -0.037112507969141006, -0.0013198485830798745, 0.005522853694856167, -0.027907751500606537, 0.020490586757659912, -0.017555737867951393, 0.00574630219489336, -0.01759575866162777, -0.011219129897654057, -0.008964631706476212, -0.011385882273316383, 0.04039420187473297, -0.003116610227152705, 0.0016833697445690632, -0.021637845784425735, -0.0466107502579689, -0.004165485501289368, -0.027881070971488953, -0.017382314428687096, -0.0315362922847271, 0.030202271416783333, 0.02035718411207199, 0.005319415125995874, -0.012406409718096256, -0.021811269223690033, 0.031029365956783295, -0.007723990827798843, -0.0017358969198539853, 0.036232054233551025, -0.0073104435577988625, 0.019756874069571495, -0.03292367607355118, -0.011779419146478176, 0.0035818505566567183, -0.01871633715927601, 0.002661375096067786, -0.009064683690667152, 0.002626356901600957, -0.008877919986844063, -0.005772982724010944, -0.011312511749565601, -0.002557988278567791, 0.011099067516624928, 0.028468042612075806, 0.014327402226626873, 0.0077306609600782394, -0.034337740391492844, -0.006586736533790827, 0.02022378146648407, -0.015421301126480103, -0.024012407287955284, -0.0067101335152983665, 0.00588637450709939, -0.012006203643977642, -0.020143741741776466, 0.017315613105893135, 0.011666027829051018, -0.02956194058060646, -0.008591105230152607, -0.07630608975887299, 0.0019276626408100128, 0.004395604599267244, -0.025079624727368355, 0.01346028782427311, -0.0037952943239361048, 0.013520319014787674, -0.014540846459567547, -0.008397672325372696, -0.006386633031070232, -0.028894929215312004, 0.02630692534148693, -0.011265820823609829, -0.014927712269127369, -0.015261217951774597, -0.0067034633830189705, 0.02386566437780857, 0.0017067150911316276, 0.03596524894237518, 0.003978722263127565, -0.0076172687113285065, -0.017675798386335373, 0.012686554342508316, 0.021344361826777458, 0.006760159507393837, 0.010812252759933472, -0.03423101827502251, -0.003568510292097926, -0.015141156502068043, -0.007090330123901367, 0.006876886356621981, -0.01859627477824688, 0.006786840036511421, 0.0017659123986959457, 0.013713751919567585, -0.0016758658457547426, -0.0005736296880058944, 0.033030398190021515, 0.026787173002958298, -0.001402391237206757, -0.0033717420883476734, -0.025319747626781464, -0.012066233903169632, -0.028414681553840637, -0.004342243541032076, 0.017875902354717255, -0.036098651587963104, 0.007063649594783783, 0.011312511749565601, 0.018743017688393593, 0.02886824868619442, 0.0065500508062541485, -0.043809302151203156, -0.008210908621549606, 0.002698060590773821, -0.021744567900896072, 0.005389451049268246, 0.006870216224342585, 0.0050225951708853245, 0.0021394386421889067, 0.047624606639146805, 0.004765795543789864, -0.002257833257317543, -0.022958528250455856, 0.01734229363501072, -0.00817088782787323, -0.033030398190021515, -0.012499791570007801, 0.004662408959120512, -0.018809719011187553, -0.021384382620453835, -0.017942603677511215, 0.014340742491185665, 0.004782470874488354, 0.007984125055372715, -0.02367890067398548, 0.0031399556901305914, 0.010131901130080223, -0.013186813332140446, 0.019023161381483078, 0.0320432223379612, 0.017569078132510185, 0.002152778906747699, 0.02656039036810398, 0.032229986041784286, 0.01942336931824684, -0.004438959993422031, 0.0047491202130913734, -0.011979523114860058, 0.007757341489195824, -0.024719437584280968, 0.02905501239001751, -0.002091080415993929, 0.004268872085958719, 0.0038353148847818375, 0.012166285887360573, 0.013440277427434921, 0.013780453242361546, 0.01089896447956562, 0.009431540034711361, 0.01622171513736248, 0.013500308617949486, -0.013440277427434921, -0.022945187985897064, -0.04471643641591072, -0.0007424669456668198, -0.02892160974442959, -0.04375594109296799, 0.009778385050594807, 0.04546349123120308, 0.004135469906032085, -0.005502843298017979, 0.0024329237639904022, 0.010925645008683205, -0.034417781978845596, 0.013753772713243961, -0.00025263053248636425, 0.00022824291954748333, -0.013186813332140446, 0.04028748348355293, -0.019516751170158386, -0.011219129897654057, 0.007450515870004892, -0.02668045088648796, 0.015488002449274063, -0.028574762865900993, -0.0005894712521694601, -0.02154446393251419, 0.00032495957566425204, 0.018743017688393593, -0.005709616467356682, 0.01708882860839367, 0.005839684046804905, -0.014314061962068081, 0.0012990045361220837, -0.023745601996779442, -0.02035718411207199, 0.004792476072907448, 0.01027197390794754, 0.08372325450181961, 0.023959046229720116, -0.001503276638686657, 0.002801447408273816, 0.014901031740009785, 0.0017525721341371536, 0.0046090479008853436, 0.006816855166107416, -0.022278176620602608, -0.03126949071884155, -0.0005994763923808932, 0.011105737648904324, -0.012893328443169594, -0.020330503582954407, 0.013313544914126396, 0.009404859505593777, -0.027254080399870872, 0.035858526825904846, 0.004782470874488354, -0.01827610842883587, 0.024399273097515106, -0.002552985679358244, 0.00463239336386323, -0.032603513449430466, -0.033670730888843536, -0.008564424701035023, 0.009598292410373688, 0.004612382967025042, -0.026413647457957268, -0.017395654693245888, 0.012319698929786682, 0.011779419146478176, -0.025266388431191444, -0.007183711510151625, -0.024572696536779404, 0.007477196399122477, -0.017315613105893135, -0.003498474135994911, -0.002409578301012516, 0.0037552735302597284, 0.017702478915452957, 0.035031434148550034, -0.006013106554746628, -0.028761526569724083, -0.011232470162212849, -0.015794826671481133, 0.043675899505615234, -0.00792409386485815, -0.02574663609266281], \"1025bff5-4750-4d94-b79f-a57e49c4c076\": [0.002192185027524829, -0.008336201310157776, 0.014798068441450596, -0.04857541248202324, -0.020617680624127388, 0.024471208453178406, -0.028573771938681602, 0.014247564598917961, -0.012694356963038445, -0.01926763541996479, 0.01808798499405384, -0.0031457364093512297, -0.002785287331789732, -0.016082577407360077, 0.011619564145803452, -0.014431065879762173, 0.006042435299605131, -0.03774883598089218, 0.019411815330386162, 0.007549767382442951, -0.007012370508164167, 0.014588352292776108, -0.00994839146733284, 0.002120095305144787, -0.029674779623746872, 0.0025296963285654783, 0.017039405182003975, -0.03510117530822754, 0.02655525878071785, -0.020106498152017593, 0.012602606788277626, -0.004698943812400103, 0.010734825395047665, 0.00308511545881629, -0.005410011392086744, -0.013565988279879093, 0.006016220897436142, -0.00781191186979413, -0.004702220670878887, 0.015033998526632786, 0.025270748883485794, 0.005147866439074278, 0.013592202216386795, -0.004453183151781559, -0.012163514271378517, 0.03743426129221916, 0.014090277254581451, -0.010518556460738182, -0.0032489558216184378, 0.03903334587812424, 0.005849103443324566, 0.03853527083992958, -0.006130909081548452, -0.033108875155448914, 0.017170477658510208, -0.004525272641330957, -0.019962318241596222, 0.0095158526673913, -0.025336284190416336, 0.0019185715354979038, 0.0112853292375803, 8.586262993048877e-05, -0.02523142658174038, -0.0068812984973192215, -0.009102975018322468, -0.012831983156502247, -0.026122719049453735, 0.03274187445640564, 0.010662735439836979, 0.002378963166847825, 0.039688706398010254, -0.003771606832742691, 0.017118047922849655, 0.006225936580449343, 0.011796511709690094, -0.01534857228398323, -0.0027279432397335768, -0.017091834917664528, -0.005740968976169825, 0.0007020562770776451, -0.012792660854756832, -0.00912918895483017, 0.005609896499663591, 0.019057920202612877, -0.00212501036003232, 0.02129925601184368, 0.013854347169399261, 0.007182764820754528, -0.0208273958414793, -0.026594579219818115, 0.0036241505295038223, 0.023593023419380188, -7.884820661274716e-05, 0.005449332762509584, -0.021207505837082863, 0.02765626646578312, -0.011488491669297218, 0.024811996147036552, -0.0002977800031658262, -0.015047105960547924, -0.0037519459147006273, 0.017118047922849655, -0.024576066061854362, -0.01833702251315117, -0.03331859037280083, -0.004315556958317757, 0.011016630567610264, -0.011154256761074066, -0.0008871959871612489, 0.015859754756093025, 0.0015999018214643002, 0.023645451292395592, -0.005668879020959139, -0.039977066218853, -0.005944130942225456, -0.01975260302424431, 0.016751045361161232, -0.019608423113822937, -0.002121733734384179, -0.012858197093009949, 0.009201278910040855, 0.011370526626706123, -0.003289915854111314, -0.006465143524110317, 0.02114197053015232, 0.01659375987946987, -0.00522978650406003, 0.0013074466260150075, 0.0138674546033144, -0.005727861542254686, -0.003447202732786536, -0.0017301549669355154, 0.005681986454874277, 0.016161220148205757, -0.005609896499663591, -0.008899812586605549, -0.02264930121600628, 0.024536743760108948, -0.0034734171349555254, -0.03376423567533493, -0.0023347262758761644, 0.012071763165295124, -0.019018597900867462, 0.0016957485349848866, 0.0038502502720803022, 0.022662408649921417, 0.015060212463140488, 0.019647745415568352, 0.02154829353094101, 0.010394037701189518, -0.012628820724785328, -0.012943394482135773, 0.015414108522236347, -0.012189728207886219, 0.013880562037229538, -0.0016752684023231268, -0.011737529188394547, 0.03150979429483414, 0.0036208736710250378, -0.0049905795603990555, -0.019936103373765945, 0.035363320261240005, -0.00738592678681016, 0.00888670515269041, 0.026188256219029427, 0.03473417088389397, 0.005278938915580511, -0.011973459273576736, -0.0006418449338525534, 0.020814288407564163, -0.012314246967434883, 0.01500778365880251, -0.030330142006278038, 0.0004833292914554477, -0.006966495420783758, 0.021797331050038338, -0.008237897418439388, -0.021050218492746353, -0.04503645747900009, 0.013140003196895123, -0.02240026369690895, 0.0038600806146860123, 0.0168427973985672, 0.009017777629196644, -0.015099534764885902, 0.008296879939734936, 0.02202015370130539, 0.0023150653578341007, 0.0120979780331254, -0.013179324567317963, 0.034576885402202606, 0.007884001359343529, 0.020958468317985535, -0.011796511709690094, -0.6295667290687561, -0.02139100804924965, 0.019634637981653214, -0.023527486249804497, 0.005842549726366997, 0.011219792999327183, -0.004236913751810789, 0.02506103366613388, -0.012628820724785328, 0.02184976078569889, 0.00807405635714531, 0.025047926232218742, 0.00432538753375411, -0.021259935572743416, -0.030513642355799675, -0.04259851202368736, 0.00660276971757412, 0.009542066603899002, 0.005154420156031847, -0.00716965738683939, -0.01175718940794468, 0.003111329860985279, 0.0025313347578048706, -0.013133449479937553, 0.010793807916343212, 0.024261491373181343, 0.03247972950339317, -0.0134742371737957, -0.031195219606161118, 0.009247153997421265, -0.019372493028640747, 0.002739412011578679, 0.04949291795492172, 0.001831736066378653, 0.026424186304211617, -0.01879577524960041, 0.014378637075424194, -6.0774560552090406e-05, -0.00869009643793106, 0.03688376024365425, -0.029963139444589615, -0.026515936478972435, 0.03342344984412193, 0.021404115483164787, 0.0004550668236333877, 0.02044728584587574, 0.027158191427588463, 0.0019365939078852534, -0.022426478564739227, 0.03407881036400795, -0.010983862914144993, -0.025886788964271545, -0.007962645031511784, -0.010439912788569927, -0.008971902541816235, -0.003394773928448558, 0.02052593044936657, -0.004577701911330223, 0.013893668539822102, -0.017445730045437813, -0.005403457675129175, 0.019529780372977257, -0.013257968239486217, -0.040842145681381226, -0.0017711151158437133, -0.00994183775037527, 0.004538380075246096, 0.003003195160999894, 0.006704350467771292, 0.00020623415184672922, 0.021037112921476364, 0.01256983820348978, 0.013565988279879093, -0.007687393110245466, -0.015689359977841377, 0.02757762186229229, -0.006291472818702459, 0.012674695812165737, 5.939215770922601e-05, -0.010118785314261913, -0.011108381673693657, 0.020853610709309578, 0.019464243203401566, -0.028337841853499413, 0.00869665015488863, 0.0142606720328331, 0.0007389203528873622, -0.019293850287795067, 0.01175718940794468, -0.0045121656730771065, 0.011789957992732525, 0.01276644691824913, -0.012268371880054474, -0.03822069615125656, -0.003173589240759611, 0.014050955884158611, -0.017589909955859184, -0.033738020807504654, -0.013277629390358925, -0.007267961744219065, 0.0012607522075995803, -0.01214385312050581, 0.005288769491016865, -0.0016244779108092189, 0.03651675581932068, 0.030408784747123718, -0.03022528439760208, -0.001099369372241199, 0.007405587937682867, -0.030199069529771805, 0.005092160776257515, 0.008545917458832264, -0.00012963874905835837, 0.029412634670734406, 0.01406406331807375, -0.02388138137757778, 0.008565577678382397, 0.003167035523802042, -0.006026051472872496, -0.011259114369750023, 0.01659375987946987, 0.008015073835849762, 0.00286884605884552, -0.018153520300984383, 0.02797083929181099, 0.014706317335367203, 0.010295732878148556, -0.01589907519519329, 0.0006897682324051857, 0.0028672076296061277, 0.021364793181419373, -0.03140493482351303, 0.013526665978133678, -0.02600475400686264, 0.03187679499387741, 0.018979275599122047, 0.007634964305907488, -5.299214171827771e-05, 0.0020807734690606594, -0.02930777706205845, -0.0245891734957695, -0.009607602842152119, 0.017052512615919113, -0.0020496437791734934, 0.005645941477268934, -0.013539773412048817, -0.00228065880946815, -0.019621530547738075, 0.005527976434677839, 0.0057966746389865875, 0.020774967968463898, 0.00757598178461194, 0.027682479470968246, 0.03342344984412193, 0.02342262864112854, 0.006560171023011208, 0.007687393110245466, -0.022754160687327385, -0.009312690235674381, -0.013932990841567516, 0.00029532238841056824, 0.013657738454639912, -0.02797083929181099, -0.025008603930473328, -0.01692144013941288, -0.011744082905352116, 0.0216138307005167, 0.01722290739417076, -0.004823462571948767, -0.002940935781225562, 0.035913825035095215, 0.0026968135498464108, -0.014522816054522991, 0.005495208315551281, 0.0032325717620551586, 0.006429098546504974, 0.003375113010406494, -0.014981569722294807, -0.012320800684392452, -0.0024936513509601355, 0.015440322458744049, -0.006121078506112099, -0.02036864310503006, -0.009568281471729279, 0.023697881028056145, 0.028180554509162903, 0.002976980758830905, 0.02044728584587574, 0.013565988279879093, -0.0043942006304860115, -0.013972312211990356, 0.006219382863491774, -0.014195135794579983, 0.01770787499845028, -0.017996232956647873, 0.0035487839486449957, 0.016895225271582603, 0.016934547573328018, -0.028862131759524345, 0.026515936478972435, 0.013801918365061283, 0.027472764253616333, 0.017367085441946983, 0.0069009591825306416, -0.006026051472872496, -0.0195953156799078, 0.01065618172287941, -0.03853527083992958, 0.023933811113238335, -0.0037322852294892073, 0.02570328675210476, -0.007897108793258667, -0.022360943257808685, -0.019634637981653214, -0.006724011618643999, -0.01339559443295002, 0.00716965738683939, 0.0010649628238752484, -0.009804211556911469, 0.0017088557360693812, 0.02499549649655819, 0.002737773582339287, -0.00799541361629963, -0.007346604950726032, -0.015610716305673122, 0.027158191427588463, 0.02107643336057663, 0.019175885245203972, 0.025519786402583122, -0.039583850651979446, -0.008952241390943527, 0.020407965406775475, -0.002090604044497013, 0.006314410362392664, -0.020958468317985535, 0.02569018118083477, -0.017970019951462746, -0.04078971594572067, 0.006121078506112099, -0.01217662077397108, -0.001961169997230172, 0.012890965677797794, 0.03053985722362995, -0.0221774410456419, 0.012156960554420948, -0.0038928487338125706, 0.04094700142741203, -0.008080610074102879, -0.02671254426240921, 0.0036798561923205853, -0.019451135769486427, 0.005000410135835409, -0.0026804294902831316, -0.026135826483368874, 0.019870568066835403, -0.0020054068882018328, -0.016698617488145828, -0.001990661257877946, 0.017026297748088837, 0.0255460012704134, -0.008873597718775272, 0.027551406994462013, 0.002378963166847825, -0.00068075698800385, 0.010557877831161022, -0.012596053071320057, -0.019529780372977257, -0.006946834269911051, 0.0066781360656023026, 0.007176211103796959, 0.004223806317895651, -0.008998116478323936, 0.012517409399151802, -0.0006053904071450233, -0.0010870812693610787, 0.0072548543103039265, 0.003317768918350339, -0.0324535146355629, -0.009692800231277943, 0.00806750264018774, -0.04034407064318657, -0.029360206797719002, -0.004168100655078888, 0.030408784747123718, -0.002744327299296856, 0.018219055607914925, 0.012209389358758926, 0.010741379112005234, -0.006334071047604084, -0.0008380438084714115, -0.0134742371737957, 0.02702711895108223, 0.01989678293466568, -0.018441880121827126, 0.0016678955871611834, 0.013375933282077312, 0.017209799960255623, -0.021050218492746353, -0.0034013274125754833, -0.020866718143224716, 0.015453429892659187, -0.024851316586136818, -0.01722290739417076, 0.014745639637112617, 0.026817401871085167, 0.015125748701393604, -0.0003225608670618385, -0.010695504024624825, 0.034105025231838226, -0.04362087696790695, 0.01217662077397108, 0.005586958955973387, -0.03101171739399433, -0.014824282377958298, 0.0002295814047101885, 0.006127632223069668, -0.0010747932828962803, 0.006959941703826189, 0.027525193989276886, -0.0014745639637112617, -0.009483084082603455, -0.03746047616004944, -0.034419599920511246, 0.000505857344251126, 0.05929712951183319, 0.0084213986992836, -0.00893258024007082, 0.01023019663989544, -0.03759155049920082, 0.026371756568551064, -0.022282298654317856, -0.027472764253616333, 0.04065864160656929, -0.014234457165002823, -0.024497421458363533, 0.011599902994930744, 0.011488491669297218, 0.0010133531177416444, 0.0003106824296992272, -0.0071237822994589806, -0.007726714946329594, -0.013408700935542583, -0.024628493934869766, -0.031536005437374115, -0.0027476041577756405, -0.003968215547502041, 0.02765626646578312, 0.021050218492746353, 0.03580896556377411, -0.01980503275990486, 0.01777341030538082, 0.020316213369369507, 0.0054132877849042416, -0.005301876459270716, 0.0031440979801118374, 0.016515115275979042, 0.006946834269911051, -0.005744245834648609, -0.04933563247323036, 0.057619404047727585, -0.0028459082823246717, -0.003365282667800784, -0.012904073111712933, 0.016895225271582603, 0.00042844272684305906, 0.029255349189043045, 0.0018284593243151903, -0.022976983338594437, 0.0007626772276125848, -0.022387158125638962, -0.0035061852540820837, 0.033738020807504654, 0.007392480503767729, -0.017052512615919113, 0.009214386343955994, -0.013487344607710838, -0.03452445566654205, 0.0005582862650044262, 0.004279511980712414, -0.013565988279879093, 0.02027689293026924, 0.0029327438678592443, -0.014365529641509056, -0.06852462142705917, -0.037093475461006165, -0.013343164697289467, -0.015650037676095963, -0.02474645897746086, 0.018297700211405754, -0.0009363481076434255, -0.013893668539822102, -0.0019890228286385536, -0.014562138356268406, -0.011311544105410576, 0.03053985722362995, -0.033108875155448914, -0.025572216138243675, 0.01261571329087019, 0.020329320803284645, 0.001644957927055657, 0.021246828138828278, 0.00020469813898671418, 0.0017088557360693812, 0.012628820724785328, -0.004079626873135567, -0.04784140735864639, -0.002650938229635358, 0.014417958445847034, 0.009771443903446198, -0.0017514543142169714, -0.0071237822994589806, -0.01253707055002451, 0.0060326047241687775, 0.035835180431604385, -0.01975260302424431, 0.005767183378338814, 0.0008478742674924433, 0.005813058465719223, -0.0156631451100111, 0.00564266461879015, 0.01934627816081047, 0.029438849538564682, -0.004463013261556625, -0.004839846398681402, -0.004600639455020428, 0.0014663719339296222, -0.006366839166730642, -0.012196281924843788, 0.017039405182003975, 0.024235276505351067, -0.0005713935242965817, 0.003584828693419695, 0.011363972909748554, 0.01612189970910549, 0.02232162095606327, 0.0014180389698594809, 0.007372819818556309, -0.015073319897055626, 0.011055952869355679, 0.004141886252909899, 0.006245597265660763, 0.008473827503621578, 0.015309249982237816, -0.0071237822994589806, -0.0048103551380336285, -0.03221758455038071, 0.03436717018485069, 0.023946918547153473, -0.008545917458832264, -0.0013598756631836295, -0.009404441341757774, -0.0029851726721972227, -0.025323178619146347, -0.018114197999238968, -0.008467273786664009, -0.006907512899488211, -0.012202835641801357, 0.015309249982237816, -0.03596625104546547, -0.01151470560580492, -0.012504301965236664, 0.004476120695471764, -0.008840830065310001, -0.016318507492542267, 0.007195871789008379, -0.0015450152568519115, 0.018284592777490616, -0.020172035321593285, 0.005701647140085697, -0.0380634106695652, 0.0005238797748461366, 0.010839683003723621, -0.003111329860985279, 0.04212665185332298, -0.013985419645905495, 0.00892602652311325, 0.0017137709073722363, 0.011442615650594234, -0.017603017389774323, -0.017288442701101303, 0.009856640361249447, -0.040763501077890396, 0.025034818798303604, 0.00998771283775568, 0.020421072840690613, 0.015925290063023567, -0.021115755662322044, 0.010708610527217388, 0.009745229035615921, -0.024851316586136818, 0.004784140735864639, 0.022531336173415184, 0.015296143479645252, -0.007267961744219065, -0.015781110152602196, 0.01800934039056301, 0.020735645666718483, -0.00218563131056726, -0.0035782752092927694, -0.0026902600657194853, 0.01143606286495924, -0.0040108137764036655, -0.0025395266711711884, -0.022033261135220528, -0.005544360261410475, -0.020696323364973068, -0.024956176057457924, 0.011691653169691563, -0.024562958627939224, -0.018677810207009315, 0.014863604679703712, -0.02970099449157715, 0.01840255782008171, -0.007307283580303192, -0.010040141642093658, -0.0238027386367321, -0.0011984928278252482, 0.015610716305673122, 0.02389448881149292, 0.0004870156990364194, 0.005868764594197273, -0.017052512615919113, 0.0158859696239233, 0.0313262902200222, -0.003922339994460344, 0.012504301965236664, 0.0005550094647333026, -0.01762923039495945, -0.017118047922849655, 0.02998935431241989, -0.02592611126601696, -0.015859754756093025, 0.021797331050038338, -0.007425248622894287, -0.0009691161685623229, -0.03337102010846138, -0.01143606286495924, -0.014431065879762173, -0.014562138356268406, 0.005216679535806179, 0.008781847544014454, 0.037958551198244095, -0.03782748058438301, -0.017799625173211098, -0.005079053342342377, -0.020434178411960602, 0.034655530005693436, 0.03680511564016342, 0.045403461903333664, 0.042336367070674896, 0.026764973998069763, -0.0021037112455815077, -0.0013852708507329226, -0.007235193625092506, 0.017039405182003975, 0.023055626079440117, 0.02529696375131607, -0.012890965677797794, -0.03546817600727081, 0.004079626873135567, -0.016698617488145828, 0.013618417084217072, 0.009784550406038761, 0.0014286886435002089, 0.0056787095963954926, 0.018363235518336296, -0.009168511256575584, -0.011403294280171394, -0.016633080318570137, 0.014627674594521523, 0.008991562761366367, 0.022675516083836555, -0.01108216680586338, -0.004328664392232895, 0.002136479364708066, -0.003879741532728076, -0.018205950036644936, 0.013192432001233101, 0.02131236344575882, -0.01276644691824913, -0.002465798519551754, 0.017367085441946983, -0.02208569087088108, -0.00403375132009387, -0.00227082846686244, 0.0061374627985060215, 0.01390677597373724, -0.005351028870791197, 0.003224379848688841, 0.03625461086630821, -0.007733268663287163, 0.0029884495306760073, 0.00045015159412287176, 0.026830509305000305, -0.012917179614305496, -0.03680511564016342, 0.010000820271670818, -0.005803228355944157, 0.019687067717313766, -0.0013090850552543998, -0.01429999340325594, -0.024864424020051956, 0.005590235814452171, -0.013775703497231007, 0.008349308744072914, -0.005354305263608694, -0.007903662510216236, -0.015492751263082027, 0.00669779721647501, -0.031142789870500565, -0.013336611911654472, -0.010348161682486534, 0.017917590215802193, 0.007864341139793396, -0.008526256307959557, 0.000521012581884861, -0.001728516654111445, 0.008971902541816235, 0.014627674594521523, 0.008676989935338497, -0.015781110152602196, 0.038351770490407944, -0.0060489890165627, 0.00233144941739738, -0.017996232956647873, 0.011455723084509373, -0.03392152488231659, 0.026515936478972435, -0.01152125932276249, -0.0027869257610291243, 0.01731465756893158, -0.019385600462555885, -0.015532073564827442, -0.015846647322177887, 0.014522816054522991, 0.011272221803665161, -0.0049774725921452045, 0.012189728207886219, -0.01014500018209219, 0.006973049137741327, 0.009692800231277943, -0.008755632676184177, -0.010551324114203453, 0.013605309650301933, -0.03337102010846138, -0.013723274692893028, 0.004725158214569092, 0.004875891376286745, 0.025021711364388466, -0.025349391624331474, 0.01218317449092865, 0.022465800866484642, -0.004161546938121319, -0.03955763578414917, 0.013172770850360394, -0.0036864099092781544, -0.025637751445174217, 0.02474645897746086, -0.008119932375848293, -0.01186204794794321, -0.010328501462936401, 0.0009986074874177575, 0.018114197999238968, -0.019136562943458557, -0.022465800866484642, 0.03156222030520439, 0.016003934666514397, 0.006527402903884649, 0.006782994139939547, -0.003905955934897065, -0.017891375347971916, -0.028809702023863792, -0.0372769758105278, 0.0026476613711565733, -0.030356356874108315, 0.031300075352191925, 0.018704025074839592, -0.01190136931836605, -0.04826083779335022, -0.01660686731338501, -0.02186286821961403, -0.03601868078112602, -0.012628820724785328, -0.0021184568759053946, 0.0006570001714862883, 0.01429999340325594, -0.01190792303532362, 0.01714426279067993, 0.0010051610879600048, 0.036307040601968765, -0.023999346420168877, 0.010590645484626293, 0.022229870781302452, 0.0007200787076726556, 0.016187435016036034, -0.017353979870676994, -0.02710576169192791, -0.026817401871085167, -0.019647745415568352, -0.003343983320519328, -0.007005817256867886, 0.027367906644940376, -0.007425248622894287, 0.0317719392478466, -0.00807405635714531, -0.0009437209228053689, -0.02146965079009533, 0.03182436525821686, 0.028731059283018112, -0.03706726059317589, 0.02029000036418438, 0.022138120606541634, 0.00736626610159874, -0.031457364559173584, 0.004623576998710632, -0.015532073564827442, -0.012648481875658035, 0.00865732878446579, 0.0026705991476774216, 0.02021135576069355, 0.020486608147621155, -0.00971246138215065, 0.02561153657734394, 0.012399444356560707, 0.0036110433284193277, 0.03261080011725426, 0.0019873843993991613, 0.00606864970177412, -0.025100354105234146, 0.01980503275990486, -0.0055738515220582485, -0.006841976661235094, 0.0015032360097393394, -0.003833866212517023, 0.00041185389272868633, -0.008427952416241169, 0.011344311758875847, -0.007851233705878258, 0.008867044001817703, -0.004315556958317757, -0.0018235440365970135, -0.0443548820912838, 0.003437372390180826, -0.01449660211801529, -0.033030230551958084, -0.0006307856529019773, -0.005262554623186588, -0.013271075673401356, 0.020892933011054993, -0.00540673453360796, 0.0013090850552543998, -0.007195871789008379, 0.010918326675891876, -0.00014233637193683535, 0.002532973187044263, -0.0199885331094265, 0.047579262405633926, 0.0025051203556358814, -0.009856640361249447, -0.00020582454453688115, 0.1979716718196869, 0.005056115798652172, 0.017183585092425346, 0.011416401714086533, -0.010505449026823044, -0.02090604044497013, 0.019555995240807533, 0.01038093026727438, -0.01935938559472561, -0.02545425109565258, -0.018219055607914925, 0.008971902541816235, -0.013290735892951488, 0.00011704351345542818, 0.009745229035615921, -0.04013435170054436, -0.033239949494600296, -0.015728682279586792, 0.002806586679071188, 0.0007254035444930196, 0.0033718361519277096, -0.00642582168802619, -0.017498157918453217, -0.0017252397956326604, 0.016200542449951172, 0.013946098275482655, -0.019673960283398628, 0.01865159533917904, 0.009922176599502563, 0.02123372070491314, -0.012779554352164268, 0.005452609620988369, 0.007726714946329594, -0.009240600280463696, 0.0012492833193391562, -0.015558287501335144, 0.020027855411171913, -0.006278365384787321, 0.024012453854084015, -0.0002904071589000523, -0.0156631451100111, -0.027551406994462013, -0.025428036227822304, -0.029124276712536812, -0.01840255782008171, 0.015453429892659187, -0.002152863424271345, 0.0027721801307052374, -0.011062506586313248, 0.02742033451795578, -0.04936184734106064, -0.04521996155381203, 0.01918899267911911, 0.023160483688116074, -0.011114935390651226, 0.009188171476125717, -0.01511264219880104, 0.014050955884158611, -0.014824282377958298, 0.019097240641713142, 0.005534530151635408, 0.008211682550609112, -0.011069060303270817, 0.009660032577812672, -0.010951094329357147, 0.0006012943922542036, -0.012006226927042007, 0.0027181128971278667, 0.013382486999034882, -0.04037028178572655, 0.004885721951723099, -0.003522569313645363, -0.00955517403781414, 0.00638650031760335, -0.02820676937699318, -0.021561400964856148, 0.013762596994638443, 0.014470387250185013, 0.007182764820754528, 0.054473668336868286, -0.0025509956758469343, -0.002595232566818595, 0.0019677237141877413, -0.01731465756893158, 0.004816908854991198, -0.018690917640924454, 0.025414928793907166, -0.007064799778163433, 0.004141886252909899, -0.041392646729946136, 0.02499549649655819, 0.004836569540202618, -0.014798068441450596, -0.033475879579782486, -0.0077201612293720245, 0.018310807645320892, 0.008539363741874695, 0.03431474044919014, -0.005082330200821161, 0.0037060705944895744, -0.02578193135559559, 0.04168100655078888, -0.008663882501423359, 0.011560581624507904, -0.03546817600727081, -0.0009584665531292558, -0.0037945446092635393, 0.026070289313793182, -0.030330142006278038, -0.0019071026472374797, -0.0060752034187316895, -0.004689113236963749, -0.010099124163389206, -0.0005341198411770165, -0.0010698779951781034, -0.0007696404354646802, 0.01855984516441822, -0.029255349189043045, -0.0004034570883959532, -0.006514295935630798, 0.004361432511359453, -0.023671666160225868, 0.002434668829664588, 0.03203408047556877, 0.003719177795574069, -0.026843616738915443, 0.003971492405980825, -0.015807325020432472, -0.031142789870500565, -0.02059146575629711, -0.005531253293156624, -0.01124600786715746, 0.006966495420783758, -0.011678546667098999, -0.028626201674342155, 0.01810109056532383, 0.006173507776111364, -0.014588352292776108, -0.00827066507190466, 0.006006390321999788, -0.009410995058715343, -0.013074466958642006, 0.0008519702823832631, -0.01676415279507637, -0.005478824023157358, 0.010564431548118591, 0.012045549228787422, -5.350414357963018e-05, -0.01367084588855505, -0.02428770624101162, -0.02789219655096531, 0.009430655278265476, -0.03389531001448631, 0.026699436828494072, 0.03046121448278427, 0.0006959122256375849, -0.02654215134680271, -0.01582043245434761, 0.0006893586250953376, 0.0022872125264257193, -0.028626201674342155, 0.009161957539618015, 0.027944624423980713, -0.0037978212349116802, -0.01256983820348978, -0.0029999183025211096, -0.1650463044643402, 0.017288442701101303, 0.01084623672068119, -0.016410257667303085, 0.044459741562604904, 0.012202835641801357, -0.02030310593545437, -0.003008110448718071, 0.012012780643999577, 0.012432212010025978, 0.01496846228837967, -0.014417958445847034, -0.008395183831453323, -0.03706726059317589, -0.0059146396815776825, -0.02333087846636772, -0.010754486545920372, 0.007589089218527079, 0.047343332320451736, -4.4960120249015745e-07, 0.03213893994688988, 0.017262227833271027, 0.02271483838558197, -0.021587615832686424, 0.010951094329357147, 0.010118785314261913, -0.02389448881149292, 0.01802244782447815, -0.031929224729537964, -0.022505123168230057, -0.007726714946329594, 0.021286148577928543, 0.03455067053437233, 0.005062669515609741, 0.010793807916343212, -0.0014475302305072546, -0.00975833646953106, -0.010164660401642323, -0.009194725193083286, -0.004112394992262125, 0.02186286821961403, 0.03494388982653618, -0.0004505612014327198, 0.016947655007243156, 0.02624068409204483, 0.011377080343663692, 0.007536659948527813, 0.010466126725077629, 0.004653068259358406, -0.02804948203265667, 0.008821168914437294, -0.02647661417722702, 0.012799214571714401, 0.0015073319664224982, -0.01319898571819067, 0.027525193989276886, 0.006307856645435095, 0.02106332592666149, -0.009509298950433731, -0.01825837790966034, 0.0039354474283754826, -0.009384780190885067, 0.023828953504562378, -0.013893668539822102, 0.0008560662972740829, 0.00227082846686244, -0.01730155013501644, 0.015505858696997166, -0.03730319067835808, 0.017209799960255623, 0.007739822380244732, -0.01677726022899151, 0.0006930450326763093, 0.008447612635791302, -0.00798885989934206, 0.00975178275257349, -0.02523142658174038, 0.0007032850990071893, 0.027839766815304756, 0.015335464850068092, -0.01637093722820282, -0.003807651810348034, 0.004944704473018646, -0.019608423113822937, -0.012071763165295124, 0.0014483494451269507, -0.0041517168283462524, 0.022059476003050804, 0.010059802792966366, -0.0020873271860182285, 0.005931023973971605, -0.014994677156209946, 0.004800524562597275, 0.009771443903446198, 0.01614811271429062, -0.022465800866484642, 0.01638404279947281, 0.017170477658510208, -0.011809618212282658, -0.01895306073129177, -0.00928647629916668, 0.007851233705878258, -0.02013271301984787, 0.0039485543966293335, 0.021246828138828278, 0.01433931477367878, -0.011363972909748554, 0.0017498158849775791, 0.02365855872631073, -0.010695504024624825, -0.04487917199730873, 0.018389450386166573, 0.0267780814319849, 0.008362416177988052, -0.0024576066061854362, 0.02930777706205845, 0.012091424316167831, -0.02435324154794216, 0.0054132877849042416, -0.009240600280463696, 0.028862131759524345, 0.01343491580337286, 0.02241337113082409, -0.012091424316167831, 0.004764480050653219, -0.003968215547502041, -0.05578439310193062, -0.00019497012544889003, -0.0012664865935221314, -0.01371016725897789, 0.020643895491957664, 0.016239864751696587, -0.018979275599122047, 0.01722290739417076, 0.0011272222036495805, 0.010485787875950336, -0.013579095713794231, -0.005259278230369091, -0.01296960934996605, -0.015597609803080559, 0.019529780372977257, 0.01698697730898857, -0.003126075491309166, -0.0255460012704134, -0.00032215125975199044, 0.005701647140085697, -0.021744903177022934, -0.008441058918833733, 0.017642337828874588, 0.007084460463374853, -0.011645778082311153, -0.0032637014519423246, -0.04134022071957588, 0.0035979358945041895, 0.02241337113082409, -0.012556730769574642, 0.0007462931680493057, -0.015060212463140488, -0.019949210807681084, -0.02938641980290413, -0.03101171739399433, 0.015086427330970764, -0.007543213665485382, -0.018363235518336296, 0.053844522684812546, -0.0040108137764036655, 0.004941427614539862, -0.03006799705326557, 0.0022315066307783127, -0.003879741532728076, -0.013657738454639912, 0.008283772505819798, -0.02021135576069355, 0.018035555258393288, -0.012261818163096905, 0.007503891829401255, -0.03486524522304535, -0.024969281628727913, -0.004502335097640753, 0.002182354684919119, 0.02946506440639496, 0.0006012943922542036, -0.0031457364093512297, -0.0025165891274809837, -0.041104286909103394, -0.003538953373208642, 0.003843696555122733, -0.008093717508018017, -0.04002949595451355, 0.007523552980273962, 0.02474645897746086, 0.007746375631541014, -0.019962318241596222, -0.04495781660079956, 0.04058000072836876, -0.011835833080112934, -0.0023199806455522776, 0.029805852100253105, -0.01003358792513609, 0.007228639908134937, -0.035363320261240005, -0.021758010610938072, -0.021010898053646088, 0.010518556460738182, 0.0013426723890006542, -0.03675268590450287, 0.009968051686882973, 0.0009592857677489519, -0.003291554283350706, -0.006763332989066839, 0.0004943885141983628, -0.0030687313992530107, 0.021810438483953476, 0.02907184697687626, 0.01124600786715746, -0.03258458524942398, -0.001877611386589706, 0.024025561287999153, 0.005655772052705288, -0.011829279363155365, -0.015309249982237816, 0.012432212010025978, -0.009338905103504658, -0.012510855682194233, -0.0017449005972594023, -0.002705005696043372, -0.006065372843295336, -0.004610470030456781, -0.09085935354232788, 0.006399607285857201, -0.01958220824599266, -0.0259392186999321, 0.016724832355976105, -0.0054984851740300655, 0.007549767382442951, 0.0011730975238606334, -0.007530106231570244, 0.002306873444467783, -0.00738592678681016, 0.018599165603518486, -0.015269928611814976, 0.005419841501861811, -0.022937661036849022, -0.003653641790151596, 0.028259199112653732, 0.006645367946475744, 0.04092078655958176, 0.007176211103796959, -0.01367084588855505, -0.014470387250185013, 0.006992709822952747, 0.024379456415772438, -0.015309249982237816, 0.004964365158230066, -0.02202015370130539, 0.005144589580595493, -0.006743672303855419, -0.0220070481300354, 0.012995823286473751, -0.01778651773929596, -2.429446431051474e-05, -0.005816335324198008, 0.011567134410142899, 0.016410257667303085, 0.006098140962421894, 0.004040305037051439, 0.040999431163072586, -0.004312280099838972, -0.01429999340325594, -0.04472188651561737, 0.013081020675599575, -0.012897519394755363, -0.005485377740114927, -0.004050135612487793, -0.021037112921476364, -0.00041246830369345844, 0.006701073609292507, 0.02249201573431492, 0.04818219691514969, 0.020434178411960602, -0.03227001056075096, -0.027551406994462013, 0.0023150653578341007, -0.04763169214129448, 0.010820022784173489, 0.007936431095004082, -0.007425248622894287, -0.012124191969633102, 0.05719997361302376, 0.00908986758440733, -0.005370689556002617, 0.006750226020812988, 0.014431065879762173, 0.010210536420345306, -0.03313509002327919, 0.012641928158700466, 0.004620300140231848, -0.012563284486532211, -0.018769560381770134, -0.022308513522148132, 0.009063652716577053, -0.004122225567698479, 0.008794954977929592, -0.0034275418147444725, 0.018664702773094177, 0.030434999614953995, -0.03198165446519852, 0.004708773922175169, 0.026974689215421677, 0.009607602842152119, -0.01414270605891943, 0.02546735666692257, 0.0427820160984993, -0.008919473737478256, 0.0019300403073430061, 0.011291882954537868, 0.02586057409644127, 0.018756452947854996, -0.021168183535337448, 0.03384288027882576, 0.012563284486532211, -0.015401001088321209, 0.02427459880709648, 0.013336611911654472, 0.002754157641902566, 0.010171214118599892, 0.02938641980290413, 0.03711969032883644, 0.031064147129654884, 0.01147538423538208, 0.004341771360486746, -0.03955763578414917, -0.04676661267876625, 0.012478088028728962, -0.02578193135559559, -0.04228394106030464, 0.022125013172626495, 0.0192020982503891, 0.01731465756893158, 0.00024330304586328566, -0.02506103366613388, 0.005868764594197273, -0.02287212572991848, 0.021731795743107796, -0.006861637346446514, -0.002646022941917181, -0.010865897871553898, 0.03892848640680313, -0.00135168363340199, 0.00033648728276602924, 0.033475879579782486, -0.03234865516424179, 0.014457279816269875, -0.003121160203590989, -0.012432212010025978, -0.0208273958414793, -0.005636110901832581, 0.008323093876242638, -0.00464323814958334, -0.0009011224028654397, -0.012170067988336086, -0.003545507090166211, -0.003886295249685645, 0.0008056853548623621, -0.02662079408764839, -0.0006078479927964509, 0.013382486999034882, 0.08121242374181747, 0.013159663416445255, 0.005826165899634361, -0.002460883464664221, 0.002310150070115924, -0.0221774410456419, 0.021128863096237183, 0.004436798859387636, -0.026463506743311882, -0.01989678293466568, 0.016174327582120895, 0.0007598100346513093, -0.0061571234837174416, -0.0317719392478466, -0.004751372616738081, 0.019320065155625343, -0.015558287501335144, 0.0025362500455230474, 0.015178178437054157, 0.016567545011639595, 0.016003934666514397, -0.02443188615143299, 0.015951504930853844, -0.028311626985669136, -0.010918326675891876, -0.0001269763452000916, 0.03316130489110947, -0.014549030922353268, -0.0021184568759053946, -0.008113378658890724, 0.018664702773094177, 0.01855984516441822, -0.01745883747935295, -0.0002336774196010083, -0.010937987826764584, 0.00452199624851346, -0.02240026369690895, 0.003365282667800784, 0.02131236344575882, 0.022229870781302452, -0.012464980594813824, 0.008198575116693974, -0.010407144203782082, -0.026830509305000305, 0.012943394482135773, -0.006334071047604084, 0.03452445566654205, -0.023003196343779564, -0.003244040533900261], \"8e114fb6-6208-4512-b382-db25f58965f5\": [-0.002145863836631179, 0.013247373513877392, 0.014690026640892029, -0.07783737778663635, -0.028326060622930527, 0.03214678540825844, -0.02189670316874981, -0.0013257254613563418, -0.011416060850024223, -0.036547206342220306, 0.014716376550495625, 0.0013973640743643045, -0.013807307928800583, -0.0205528624355793, 0.0011676265858113766, -0.0007657917449250817, 0.016284191980957985, -0.03430746868252754, 0.005675093270838261, -0.004011760465800762, -0.010948351584374905, 0.020684611052274704, -0.018787425011396408, 0.015454171225428581, -0.03744310140609741, 0.011896945536136627, 0.01645546406507492, -0.03280553221702576, 0.021396057680249214, -0.016508163884282112, 0.014360654167830944, -0.026481572538614273, -0.002386305946856737, -0.003507820190861821, -0.004370776936411858, -0.005029522813856602, 0.004960354417562485, 0.011811308562755585, -0.005717911757528782, 0.010875890031456947, 0.022370999678969383, -0.002297375351190567, -0.0028737776447087526, 0.002303962828591466, -0.003201503539457917, 0.015888944268226624, -0.006982703227549791, -0.016297366470098495, -0.0005442885449156165, 0.017970580607652664, 0.003507820190861821, 0.018260428681969643, -0.018932348117232323, -0.02367531694471836, 0.008603217080235481, -0.0014475934440270066, -0.014834950678050518, 0.002751909662038088, -0.01475590094923973, 0.002412655623629689, 0.006689561530947685, 0.00889306515455246, -0.024597560986876488, -0.03351697698235512, -0.014966700226068497, -0.012812601402401924, -0.022133851423859596, 0.018313126638531685, 0.012068219482898712, -0.0020734018180519342, 0.028589557856321335, 0.008675679564476013, 0.023214194923639297, 0.015849418938159943, 0.01852392591536045, -0.03248933330178261, -0.007160564418882132, -0.012746727094054222, -0.01559909526258707, 0.0032591437920928, -0.015282898209989071, -0.020342063158750534, 0.014004931785166264, 0.014716376550495625, 0.012568865902721882, -0.0013372536050155759, 0.007845659740269184, 0.026600146666169167, -0.0027864938601851463, -0.018260428681969643, 0.012628152966499329, 0.0016320422291755676, 0.01231854222714901, 0.011870595626533031, -0.0004088339919690043, 0.026560623198747635, -0.0056882682256400585, 0.02507185749709606, -0.006567693781107664, -0.01129748672246933, 0.004647450055927038, 0.030275948345661163, -0.044083256274461746, -0.007489937357604504, -0.03662625327706337, -0.01109986286610365, 0.009051164612174034, -0.03048674575984478, -0.008820603601634502, 0.00342547707259655, -0.009868009015917778, 0.02811526134610176, 0.002972589572891593, -0.02570425346493721, 0.0019301245920360088, -0.0026745072100311518, 0.012766489759087563, -0.01848440058529377, -0.019762367010116577, 0.005395126529037952, 0.012937763705849648, 0.01007880736142397, 0.014083980582654476, 0.005694855470210314, 0.02123795822262764, 0.007496525067836046, 0.006211970932781696, 0.0059616477228701115, 0.011310662142932415, -0.013128799386322498, -0.013675558380782604, -0.026178549975156784, 0.002126101404428482, 0.018919173628091812, -0.03130359202623367, -0.010757315903902054, -0.014584627002477646, 0.020065391436219215, -0.002903421176597476, -0.02470296062529087, 0.009914121590554714, 0.00333654647693038, -0.0048845987766981125, 0.0002560873399488628, -0.0202366653829813, 0.020618736743927002, 0.03538781404495239, -0.0009856481337919831, 0.03190963715314865, 0.024492161348462105, 0.003636275650933385, 0.025229956954717636, -0.00304340454749763, -0.014808600768446922, -0.010605803690850735, -0.017548982053995132, -0.0035572261549532413, 0.03314808011054993, 0.011719084344804287, 0.004805549047887325, 0.0017539100954309106, 0.03538781404495239, -0.009209263138473034, -0.0014912353362888098, 0.01856345124542713, 0.0336223766207695, -0.004301608540117741, -0.008991877548396587, -0.0024735897313803434, 0.015217022970318794, -0.006116452626883984, 0.020368413999676704, -0.019327595829963684, 0.0009181266650557518, 0.0006867423071525991, 0.017035160213708878, -0.013767782598733902, 0.004097397439181805, -0.04590139165520668, -0.0012960819294676185, -0.002343487460166216, -0.01989411748945713, 0.013049750588834286, 0.0002266496594529599, -0.016257841140031815, -0.0025427578948438168, 0.032673779875040054, 0.014690026640892029, -0.001133042387664318, 0.00269921007566154, 0.02230512537062168, 0.025216780602931976, 0.009821896441280842, -0.023398643359541893, -0.6298661828041077, -0.015256548300385475, 0.0218835286796093, -0.04450485110282898, -0.01196281984448433, 0.00650840625166893, -0.009308075532317162, 0.015480521135032177, -0.015454171225428581, 0.021382881328463554, 0.005039403680711985, 0.039551086723804474, 0.024861058220267296, -0.010019520297646523, -0.034781768918037415, -0.02503233216702938, 0.006432650610804558, -0.0031916224397718906, -0.008425355888903141, -0.014413353987038136, -0.00993388332426548, 0.014650502242147923, -0.0035045265685766935, -0.0006727439467795193, 0.004512407351285219, 0.008741553872823715, 0.019393470138311386, -0.011488523334264755, -0.0008950705523602664, 0.015954818576574326, -0.02329324372112751, -0.011363361030817032, 0.03762754797935486, 0.004140215925872326, 0.031092792749404907, -0.0015925174811854959, 0.01816820353269577, 0.013273723423480988, -0.005645449738949537, 0.03420207276940346, -0.026244424283504486, -0.01096152700483799, 0.04566424340009689, 0.03227853402495384, 0.006067046895623207, 0.0065611060708761215, 0.013596508651971817, -0.006636861711740494, -0.012950938194990158, 0.0329899787902832, -0.02289799600839615, -0.016534514725208282, -0.0033134904224425554, -0.015849418938159943, 0.006080221850425005, 6.767581908206921e-06, 0.02806256152689457, -0.015137974172830582, -0.001578519120812416, -0.005039403680711985, 0.0065940432250499725, 0.013860007748007774, -0.004239027854055166, -0.03280553221702576, -0.001445123110897839, 0.0038800116162747145, 0.01916949637234211, -0.009650622494518757, 0.005431357305496931, -0.006910241208970547, 0.025243131443858147, 0.02331959456205368, 0.03014419786632061, -0.021791303530335426, 0.007786373142153025, 0.03999903425574303, 0.019801892340183258, 0.004275259096175432, -0.01389953214675188, -0.02772001549601555, -0.0006834485684521496, 0.030671194195747375, 0.011389710940420628, -0.035071615129709244, 0.0077402605675160885, 0.017693907022476196, 0.006287726573646069, -0.007318663410842419, 0.024610735476017, 0.0028293123468756676, 0.023214194923639297, 0.00787200964987278, -0.011290899477899075, -0.02500598318874836, -0.011712497100234032, 0.013477934524416924, -0.0274038165807724, -0.02162002958357334, -0.028220660984516144, 0.006149390246719122, -0.010902239941060543, -0.007667798548936844, 0.0040776352398097515, 0.02093493565917015, 0.0411057248711586, 0.010645329020917416, -0.01558592077344656, -0.00014883533003740013, 0.013029987923800945, -0.019749192520976067, 0.005207384005188942, -0.018655674532055855, 0.007206676993519068, 0.01607339270412922, 0.021053509786725044, -0.018339477479457855, 0.035414163023233414, 0.02743016742169857, 0.004304902628064156, -0.0029972924385219812, 0.01645546406507492, 0.012746727094054222, 0.003988704644143581, -0.01181789580732584, 0.02299022115767002, 0.012562278658151627, 0.013491109944880009, -0.0036329820286482573, 0.023161495104432106, -0.0020338769536465406, 0.0024653554428368807, -0.02496645785868168, 0.004795667715370655, -0.015164323151111603, 0.03915583714842796, 0.01822090335190296, 0.011145975440740585, 0.012885063886642456, 0.011646621860563755, -0.015928467735648155, -0.01812867820262909, -0.017206434160470963, 0.01746993325650692, -0.008576867170631886, 0.014360654167830944, -0.01606021821498871, -0.002707444364205003, -0.0135438097640872, 0.0036494506057351828, -0.007384538184851408, 0.014255254529416561, 0.002974236384034157, 0.013300073333084583, 0.03522971272468567, 0.004690268542617559, 0.013517459854483604, 0.0027782595716416836, -0.027561916038393974, -0.014571452513337135, 0.004637569189071655, -0.01845805160701275, 0.021369706839323044, -0.03183058649301529, -0.007720498368144035, -0.01285871397703886, -0.005678386893123388, 0.016890237107872963, 0.004947179462760687, -0.013636033982038498, -0.01096152700483799, 0.028220660984516144, 0.0021228077821433544, -0.012456879019737244, 0.017364533618092537, 0.004252202808856964, 0.016692614182829857, -0.01607339270412922, 0.01573084481060505, -0.02015761472284794, -0.011758608743548393, 0.005760730244219303, -0.01743040792644024, -0.015282898209989071, 0.009380537085235119, 0.010968114249408245, 0.028932105749845505, 0.019959991797804832, 0.02566472813487053, 0.00573108671233058, -0.004426770377904177, -0.0011215143604204059, -0.01216044370085001, -0.009393712505698204, 0.02121160738170147, -0.009663797914981842, 0.0006521581090055406, 0.014004931785166264, -1.190759849123424e-05, -0.005365482997149229, 0.012068219482898712, 0.020342063158750534, 0.015361947007477283, 0.014110330492258072, 0.00265968544408679, -0.005362188909202814, -0.02403103932738304, 0.006396419834345579, -0.04695538431406021, 0.026455223560333252, 0.011613684706389904, 0.011409473605453968, -0.017325008288025856, -0.013978581875562668, -0.018036454916000366, -0.0035638136323541403, 0.00745041249319911, -0.0024653554428368807, 0.01716691069304943, -0.017325008288025856, 0.014466052874922752, 0.0329899787902832, 0.0025164082180708647, 0.023793891072273254, -0.004120453726500273, -0.011442410759627819, 0.020776836201548576, 0.026494747027754784, 0.021040333434939384, 0.024175962433218956, -0.04856272414326668, 0.008524168282747269, 0.026283949613571167, 0.011890358291566372, -0.0007620863034389913, -0.011771784164011478, 0.026257598772644997, -0.011844245716929436, -0.040578730404376984, 0.007964233867824078, -0.009031401947140694, -0.012391004711389542, 0.01681118831038475, 0.03256838396191597, -0.023029746487736702, 0.009960233233869076, -0.0004277729312889278, 0.02197575382888317, -0.0057541425339877605, -0.03417572006583214, 0.009584748186171055, -0.010236906819045544, 0.03117184154689312, 0.02711396850645542, -0.014966700226068497, 0.0274038165807724, -0.024861058220267296, -0.008761316537857056, 0.01025666855275631, 0.008339718915522099, 0.01648181490600109, 0.012614978477358818, 0.01604704186320305, 0.009485936723649502, -0.008873303420841694, 0.022700373083353043, -0.0017045042477548122, 0.010184206999838352, -0.018945522606372833, -0.008919415064156055, -0.003101044800132513, -0.009499111212790012, -0.013807307928800583, -0.015006224624812603, -0.011448998004198074, -0.001146217342466116, 0.009532048366963863, 0.002368190325796604, -0.035493213683366776, -0.009143388830125332, 0.02541440539062023, -0.029933400452136993, -0.0135438097640872, 0.0028276655357331038, 0.047060783952474594, 0.017983755096793175, -0.004443238954991102, 0.005006466526538134, -0.0046112192794680595, 0.0016336890403181314, -0.006976115982979536, -0.005339133087545633, 0.01162686012685299, 0.02806256152689457, -0.011363361030817032, 0.008669092319905758, -0.0012911413796246052, 0.004472882486879826, -0.01389953214675188, -0.0062218522652983665, -0.013675558380782604, 0.020684611052274704, -0.017548982053995132, -0.024228662252426147, 0.0023467810824513435, 0.049484968185424805, 0.001921890303492546, -0.004337839782238007, -0.012885063886642456, 0.02051333710551262, -0.03931393846869469, 0.011929882690310478, -0.002694269409403205, -0.012252667918801308, -0.008866715244948864, 0.004561813082545996, 0.015322422608733177, -0.018576625734567642, -0.00043065493809990585, 0.019749192520976067, 0.022173376753926277, -0.0032130316831171513, -0.03198868781328201, -0.029617201536893845, 0.0053490144200623035, 0.06482056528329849, 0.03673165291547775, -0.021791303530335426, 0.002743675373494625, -0.0417381189763546, 0.011646621860563755, -0.019788717851042747, -0.0191563218832016, 0.03741674870252609, 0.006995878182351589, -0.0013109036954119802, 0.025256305932998657, 0.007983996532857418, 0.010889064520597458, 0.01011174451559782, -0.006228439509868622, -0.01856345124542713, -0.007430650293827057, -0.025282656773924828, -0.03183058649301529, 0.003889892715960741, -0.024584386497735977, 0.025980927050113678, 0.017061511054635048, 0.0378119982779026, 0.006956353317946196, 0.0437670573592186, 0.017548982053995132, 0.0057574366219341755, -0.010493817739188671, -0.01641594059765339, 0.007463587448000908, -0.00427855271846056, -0.0053490144200623035, -0.0378119982779026, 0.043661657720804214, 0.017008811235427856, 0.001343840966001153, -0.013102449476718903, 0.017878355458378792, 0.0011700969189405441, 0.017035160213708878, 0.0005718735046684742, -0.01752263307571411, 0.008293607272207737, -0.011205262504518032, -0.00911045167595148, 0.01923537068068981, 0.007430650293827057, -0.01061897911131382, -0.02330641821026802, -0.0047890804708004, -0.02573060244321823, -0.004601337946951389, 0.011811308562755585, -0.009387124329805374, 0.026152200996875763, -0.007305488456040621, -0.018985047936439514, -0.042950212955474854, -0.032700132578611374, -0.010717790573835373, 0.004354308359324932, -0.029063856229186058, -0.003636275650933385, 0.004127040971070528, -0.004255496431142092, 0.0033661900088191032, -0.014123505912721157, 0.014294778928160667, 0.014097156003117561, -0.02772001549601555, -0.035809408873319626, 0.008438531309366226, 0.009261962957680225, 0.02471613511443138, 0.01988094113767147, 0.0009897652780637145, 0.011001051403582096, 0.0040084668435156345, 0.005016347859054804, -0.03538781404495239, 0.00820138305425644, -0.0065940432250499725, 0.006244908086955547, -0.0007410888210870326, -0.03428111970424652, -0.009887771680951118, 0.007476762402802706, 0.0362837091088295, -0.019736018031835556, 0.0005702266353182495, 0.0082474946975708, 0.011323836632072926, -0.0009436530526727438, 0.029221953824162483, 0.03011784888803959, 0.005032816436141729, -0.009973408654332161, 0.0020519925747066736, -0.008787666447460651, -0.007885185070335865, 0.0012582041090354323, -0.015296072699129581, 0.015322422608733177, 0.03383317217230797, -0.010138094425201416, -0.01165320910513401, 0.014004931785166264, -0.0015686379047110677, 0.0065182875841856, -0.007101277355104685, 0.0034221834503114223, 0.002959414618089795, 0.012601803056895733, -0.014650502242147923, 0.010355480946600437, 0.0015628739492967725, 0.01948569528758526, -0.019801892340183258, -0.006646743044257164, -0.04018348082900047, 0.030961042270064354, 0.030987393110990524, -0.020790010690689087, -0.01128431223332882, -0.009894358925521374, -0.013273723423480988, -0.0423705168068409, -0.00819479487836361, -0.010355480946600437, 0.0013001990737393498, -0.01990729197859764, 0.014426528476178646, -0.03849709406495094, 0.00889306515455246, -0.032726481556892395, 0.0061197467148303986, -0.009617685340344906, -0.0009667091653682292, -0.00607363460585475, -0.0014648855431005359, 0.009551811031997204, -0.027245717123150826, 0.03562496230006218, -0.042317815124988556, -0.004584869369864464, 0.013458172790706158, -0.004265377763658762, 0.038918688893318176, -0.002452180488035083, 0.016271015629172325, 0.00837924424558878, -0.009940470568835735, -0.011001051403582096, -0.001056463224813342, -0.002870484022423625, -0.025137731805443764, 0.05507113039493561, 0.025085031986236572, 0.012674265541136265, 0.0011009285226464272, -0.003066460834816098, 0.012153856456279755, 0.018958698958158493, -0.021119384095072746, 0.015124798752367496, 0.032331231981515884, 0.016534514725208282, -0.0010803428012877703, -0.013780958019196987, 0.006570987403392792, 0.009044577367603779, 0.00028923049103468657, 0.005628981161862612, 0.01559909526258707, -0.0013603096595034003, -0.0022265601437538862, 0.001554639544337988, -0.03491351753473282, -0.011692734435200691, -0.0012310307938605547, -0.022739898413419724, 0.040262531489133835, -0.03117184154689312, 0.0027782595716416836, 0.007457000203430653, -0.05346379056572914, 0.024795183911919594, -0.012489816173911095, -0.010085394605994225, -0.004515700973570347, 0.005691561847925186, 0.016626738011837006, 0.014004931785166264, -0.004232440609484911, -0.014953524805605412, -0.03130359202623367, 0.011488523334264755, 0.018247252330183983, -0.006277845706790686, 0.009373949840664864, 0.011870595626533031, -0.034070320427417755, -0.030671194195747375, 0.01099446415901184, -0.02056603692471981, -0.014558278024196625, 0.02225242555141449, -0.019604269415140152, -0.010928589850664139, -0.012298780493438244, -0.024149613454937935, -0.011290899477899075, -0.029248304665088654, 0.01440017856657505, -0.0040776352398097515, 0.038180895149707794, -0.019986340776085854, -0.021422406658530235, 0.001088577089831233, -0.014294778928160667, 0.027298416942358017, 0.020684611052274704, 0.04142192378640175, 0.009973408654332161, 0.025862352922558784, -0.010889064520597458, -0.011218437924981117, 0.004426770377904177, 0.004492645151913166, 0.02093493565917015, 0.014637326821684837, -0.011073513887822628, -0.030328646302223206, 0.012022106908261776, -0.0054840571247041225, 0.015124798752367496, -0.012298780493438244, 0.00274861603975296, 0.0048154303804039955, 0.014334304258227348, -0.013155149295926094, 0.007345013320446014, -0.025572504848241806, 0.0005364659591577947, 0.007022228091955185, 0.01707468554377556, -0.008609805256128311, -0.01218020636588335, -0.008207970298826694, 0.0052930209785699844, -0.015849418938159943, 0.01675848849117756, -0.0005904007120989263, -0.003794374642893672, -0.013622858561575413, 0.00727255130186677, -0.01133042387664318, -0.012035282328724861, -0.0010556398192420602, -0.0012656149920076132, 0.019129972904920578, -0.010862714610993862, 0.0054511199705302715, 0.026244424283504486, -0.0012112684780731797, 0.012371242046356201, -0.0014146561734378338, 0.021764954552054405, -0.00019803539908025414, -0.04113207384943962, -0.018273603171110153, -0.012977288104593754, 0.018326302990317345, -0.005806842353194952, -0.01302340067923069, -0.0034847641363739967, 0.005935297813266516, -0.03731134906411171, 0.003781199688091874, 0.005866129416972399, 0.0029182429425418377, -0.015111624263226986, 0.010698028840124607, -0.04582234472036362, 0.006159271113574505, 0.004647450055927038, 0.02602045051753521, -0.0015505224000662565, -0.029564501717686653, 0.0008991877548396587, 0.005105278454720974, 0.018260428681969643, 0.000802434457000345, 0.012924588285386562, -0.012292193248867989, 0.036125607788562775, -0.0208690594881773, 0.016903411597013474, 0.007852247916162014, 0.01613926701247692, -0.04426770284771919, 0.004080928862094879, -0.006043990608304739, -0.015664970502257347, 0.012008932419121265, -0.0117981331422925, -0.019999517127871513, -0.01741723343729973, 0.018616151064634323, 0.020987635478377342, 0.0012837304966524243, 0.01318149920552969, -0.007865422405302525, -0.005243614781647921, -0.0019943523220717907, 0.01577037014067173, -0.022160202264785767, 0.009538636542856693, -0.020987635478377342, -0.027825413271784782, 0.0031372758094221354, 0.006017641164362431, 0.009874596260488033, -0.03694245219230652, 0.01613926701247692, -1.0267167454003356e-05, -0.016718963161110878, -0.05654672160744667, 0.007325251121073961, -0.011528047733008862, -0.021330181509256363, 0.02667919732630253, -0.006719205062836409, -0.016692614182829857, -0.01113938819617033, 0.021830828860402107, 0.014676852151751518, 0.009690147824585438, -0.010164444334805012, 0.025941401720046997, 0.010671678930521011, 0.004818724002689123, -0.0038997738156467676, 0.0041797407902777195, -0.03968283534049988, -0.014466052874922752, -0.014347478747367859, -0.00147723697591573, -0.023754365742206573, 0.028668608516454697, 0.017733430489897728, -0.02297704666852951, -0.04853637516498566, -0.01612609252333641, -0.009327837266027927, -0.018379002809524536, -0.010329131036996841, 0.01604704186320305, 0.019011396914720535, 0.010289606638252735, -0.017193259671330452, 0.008478055708110332, 0.012094569392502308, 0.03878694027662277, -0.020131265744566917, 0.003222912782803178, 0.01880059950053692, 0.011416060850024223, 0.013780958019196987, -0.019459344446659088, -0.03043404594063759, -0.02700856886804104, -0.017746606841683388, -0.01984141767024994, -0.012153856456279755, 0.01984141767024994, 0.00789177231490612, 0.02396516501903534, -0.0006505112978629768, 0.014927174896001816, -0.01882694847881794, 0.0257569532841444, 0.01853710040450096, -0.028220660984516144, 0.005520287901163101, 0.023174669593572617, 0.012766489759087563, -0.026231249794363976, -0.004057873040437698, -0.005250202491879463, -0.011560984887182713, 0.013141974806785583, 0.009242200292646885, -0.0020552861969918013, -0.0001744646579027176, -0.014492402784526348, 0.02843146026134491, 0.013860007748007774, -0.007529462222009897, 0.006185621023178101, -0.019446169957518578, 0.018286777660250664, -0.027878113090991974, 0.02602045051753521, 0.017021985724568367, 0.007417475339025259, -0.00874814111739397, -0.01026325672864914, 0.013978581875562668, -0.01232513040304184, 0.01183765847235918, -0.01848440058529377, 0.0044168890453875065, -0.011758608743548393, -0.018379002809524536, -0.03164613991975784, 0.010026107542216778, -0.014439702965319157, -0.012562278658151627, -0.005879304371774197, -0.0315934382379055, -0.006620393134653568, -0.005760730244219303, -0.009334425441920757, -0.007786373142153025, -0.0016139267245307565, 0.02368849143385887, 0.010902239941060543, -0.00660721817985177, -0.01580989360809326, 0.03185693547129631, -0.0005162918823771179, -0.02060556225478649, -0.006215264555066824, 0.19340769946575165, 0.006538050249218941, 0.009308075532317162, 0.010935177095234394, -0.01786518096923828, -0.019064096733927727, 0.012990463525056839, 0.00029396521858870983, -0.022436875849962234, -0.013767782598733902, -0.027878113090991974, 0.011857421137392521, -0.013477934524416924, 0.003590163541957736, 0.003367836819961667, -0.030644845217466354, -0.02428136207163334, -0.015203848481178284, 0.004907654598355293, 0.005668506026268005, -0.004472882486879826, -0.004443238954991102, -0.007391125429421663, -0.0009576514130458236, 0.009314662776887417, 0.028932105749845505, -0.006482056807726622, 0.012555691413581371, 0.011910120025277138, 0.008576867170631886, -0.0012112684780731797, -0.004970235284417868, -0.012621565721929073, -0.015111624263226986, -0.004927417263388634, -0.0060308161191642284, 0.024518510326743126, -0.025085031986236572, 0.026481572538614273, -0.008504405617713928, 0.001610632985830307, -0.009446411393582821, -0.01814185455441475, -0.019670143723487854, -0.015915293246507645, 0.01847122609615326, 0.0037021501921117306, -0.0004380658210720867, -0.0007332661771215498, 0.019604269415140152, -0.05377998948097229, -0.04347720742225647, 0.0016699200496077538, 0.0004977646167390049, -0.029907049611210823, 0.010487229563295841, -0.005813430063426495, 0.05198820307850838, -0.020803185179829597, 0.022858472540974617, -0.005414888728410006, 0.025770127773284912, -0.012219730764627457, 0.02943275310099125, -0.027298416942358017, 0.009347599931061268, -0.020394762977957726, -0.00043436037958599627, 0.03496621549129486, -0.0403415784239769, -0.003642863128334284, -0.007305488456040621, -0.00822773203253746, 0.011896945536136627, -0.021514631807804108, -0.023886114358901978, 0.001744028995744884, 0.029986100271344185, 0.020987635478377342, 0.023754365742206573, -0.01111962553113699, -0.002508173929527402, -0.010059045627713203, -0.006281139329075813, -0.008043283596634865, -0.02434723637998104, 0.0404733307659626, -0.027825413271784782, -0.011508285067975521, -0.033437926322221756, 0.002806256292387843, -0.012588628567755222, -0.027482865378260612, -0.021857179701328278, -0.00821455754339695, 0.016007518395781517, 0.014729551039636135, 0.021132558584213257, 0.0013792485697194934, -0.0012639680644497275, -0.02125113271176815, 0.08864080905914307, 0.0011577453697100282, 0.011580747552216053, -0.02193622849881649, 0.003932711202651262, -0.021672729402780533, 0.021514631807804108, -0.025480279698967934, 0.0019383588805794716, 0.01948569528758526, -0.03212043642997742, 0.0007534402539022267, 0.0017720256000757217, 0.010052457451820374, 0.018642500042915344, 0.011238199658691883, -0.02017078921198845, 0.016363240778446198, -0.004607925657182932, 0.00016684790898580104, -0.018919173628091812, 0.012575453147292137, 0.024241838604211807, 0.006188914645463228, -0.01955156959593296, 0.005694855470210314, -0.009393712505698204, -0.020091740414500237, -0.008728379383683205, 0.022739898413419724, -0.0019153028260916471, 0.013662383891642094, 0.01337912306189537, -0.01949886977672577, 0.00010354657570132986, 0.007186914328485727, -0.003318430855870247, -0.017601681873202324, 0.013833657838404179, -0.03804914653301239, -0.017957404255867004, 0.003959061112254858, -0.016336889937520027, 0.00941347423940897, 0.0016386297065764666, 0.013115624897181988, 0.0049867043271660805, -0.0057574366219341755, -0.006617099512368441, -0.026507923379540443, 0.013477934524416924, -0.017035160213708878, 0.004947179462760687, 0.014834950678050518, -0.01011833269149065, -0.001788494293577969, -0.0322258360683918, 0.006745554972440004, -0.01438700407743454, -0.021857179701328278, -0.011396299116313457, 0.009835071861743927, 0.0011972701177001, -0.005250202491879463, -0.009815309196710587, -0.16516070067882538, 0.015902118757367134, 0.005938591435551643, -0.023082446306943893, 0.01199575699865818, 0.004479470197111368, -0.025229956954717636, 0.005708030425012112, 0.005306195933371782, -0.005480763502418995, 0.023214194923639297, -0.024571210145950317, -0.011145975440740585, -0.03794374689459801, 0.007825898006558418, -0.0054840571247041225, -0.001017761998809874, 0.019722843542695045, 0.04324005916714668, 0.00574096804484725, 0.03839169442653656, 0.005540050566196442, 0.010856127366423607, -0.026283949613571167, 0.006719205062836409, -0.007852247916162014, -0.019696492701768875, 0.03359602391719818, -0.03810184448957443, -0.024834709241986275, -0.008636155165731907, 0.02703491970896721, 0.024531686678528786, 0.023082446306943893, 0.0015513459220528603, -0.0039063612930476665, -0.007292313501238823, 0.004742968361824751, -0.01748310774564743, 0.009512286633253098, 0.012470054440200329, 0.02397833950817585, -0.0028375466354191303, 0.019788717851042747, 0.020104914903640747, -0.006521581206470728, 0.003478176658973098, 0.010493817739188671, 0.011745434254407883, -0.037153251469135284, 0.018234077841043472, -0.022173376753926277, 0.002534523606300354, -0.0058924793265759945, -0.017377708107233047, 0.012028694152832031, 0.0033414869103580713, 0.0033513682428747416, -0.014492402784526348, -0.016165615990757942, 0.026837294921278954, -0.025480279698967934, 0.027878113090991974, -0.008109157904982567, 0.012562278658151627, -0.011732258833944798, -0.005006466526538134, 0.01990729197859764, -0.03567766025662422, 0.0029396521858870983, 0.010612391866743565, -0.015282898209989071, 0.010922001674771309, 0.0025131143629550934, 0.003583576064556837, 0.010895651765167713, -0.02982800081372261, -0.007839072495698929, 0.03396492451429367, 0.00027461457648314536, -0.01059921644628048, -0.008109157904982567, -0.0023632498923689127, 0.0005677563603967428, -0.025796476751565933, 0.00047717883717268705, 0.004937298130244017, 0.011752021498978138, -0.006570987403392792, -0.0049867043271660805, 0.019670143723487854, -0.007055165246129036, -0.011192088015377522, 0.004347721114754677, 0.030592145398259163, -0.020421113818883896, 0.009703322313725948, 0.0016452170675620437, 0.001763791311532259, -0.004963648039847612, 0.0072659640572965145, 0.00446629524230957, 0.0011165738105773926, 0.012641328386962414, 0.031408991664648056, 0.004528875928372145, 0.010612391866743565, -0.0010391711257398129, 0.023398643359541893, -0.01162686012685299, -0.03422842174768448, 0.01814185455441475, 0.012351480312645435, 0.006386538501828909, -0.013583334162831306, 0.056704819202423096, -0.007727085612714291, -0.025809653103351593, -0.013141974806785583, -0.009518873877823353, 0.02640252374112606, -0.005148096941411495, 0.02015761472284794, 0.005526875611394644, -0.0036955627147108316, -0.011850832961499691, -0.0813155546784401, -0.0116400346159935, 0.021066684275865555, -0.015981167554855347, 0.01847122609615326, 0.006818016991019249, -0.017614856362342834, 0.02667919732630253, -0.01715373434126377, 0.022160202264785767, -0.02292434684932232, -0.01199575699865818, -0.01678483746945858, -0.0069036539644002914, 0.01094176433980465, -0.012391004711389542, -0.04015713185071945, -0.012397591955959797, -0.0121472692117095, 0.013767782598733902, -0.004686974920332432, -0.014940350316464901, 0.0015645207604393363, 0.014795426279306412, -0.001591694075614214, -0.008642742410302162, -0.028721308335661888, 0.007443825248628855, 0.012279017828404903, -0.021343357861042023, 0.005783786531537771, -0.011883770115673542, -0.003883305238559842, -0.013102449476718903, -0.014110330492258072, 0.017377708107233047, -0.007516287267208099, -0.017548982053995132, 0.03528241440653801, -0.013174911960959435, 0.0016394531121477485, -0.0015694614266976714, 0.0038602491840720177, -0.006281139329075813, 0.0019828241784125566, -0.0011758608743548393, -0.015836244449019432, 0.016903411597013474, -0.0016452170675620437, -0.011185499839484692, -0.023464517667889595, -0.029880700632929802, -0.014716376550495625, -0.008827190846204758, 0.025216780602931976, 0.016297366470098495, 0.005540050566196442, 0.010744140483438969, -0.03678435459733009, -0.01043452974408865, -0.03491351753473282, -0.01986776664853096, -0.022120676934719086, 0.0038701302837580442, 0.010381830856204033, 0.012022106908261776, -0.023596266284585, -0.021000809967517853, 0.043398160487413406, -0.019999517127871513, 0.0015365241561084986, 0.01013150718063116, -0.015836244449019432, -0.006930003874003887, -0.019419820979237556, -0.018392177298665047, -0.011323836632072926, 0.012509578838944435, 0.0006451589870266616, -0.03883964195847511, 0.015124798752367496, 0.00859004259109497, -0.006864129099994898, -0.005263377446681261, 0.004347721114754677, 0.008543930016458035, 0.021106209605932236, 0.006521581206470728, 0.0055631063878536224, -0.03836534172296524, -0.009215851314365864, 0.028589557856321335, -0.003616513218730688, -0.011949645355343819, -0.01115256268531084, 0.0010144682601094246, -0.019670143723487854, -0.014584627002477646, -0.005592749919742346, 0.0039755296893417835, 0.010757315903902054, 0.007219851482659578, -0.054649535566568375, 0.003998585976660252, -0.0161129180341959, -0.008418768644332886, 0.003985411021858454, 0.0049834102392196655, 0.020776836201548576, -0.008359481580555439, -0.008906240575015545, 0.01951204426586628, -0.0274038165807724, 0.026152200996875763, -0.0013767782365903258, 0.005964941345155239, -0.026297124102711678, -0.02366214245557785, 0.01558592077344656, 0.008926003240048885, 0.039893634617328644, 0.005862835794687271, 0.00351440766826272, -0.004838486202061176, 0.00789177231490612, -0.005240321159362793, -0.008583455346524715, 0.010236906819045544, -0.02428136207163334, 0.001808256609365344, -0.007186914328485727, -0.0257569532841444, 0.01678483746945858, -0.012213143520057201, 0.003639569506049156, -0.014927174896001816, 0.015256548300385475, 0.009624273516237736, -6.726410356350243e-05, 0.01045429240912199, 0.03675800561904907, 0.013095862232148647, -0.009229025803506374, -0.042713064700365067, 0.0057574366219341755, -0.040236182510852814, -0.011435823515057564, -0.01044111791998148, -0.01707468554377556, 0.007812722586095333, 0.0018840123666450381, 0.01579671911895275, 0.04081587865948677, 0.01783883012831211, -0.05802231281995773, -0.017061511054635048, -0.00029581793933175504, -0.03804914653301239, 0.015414646826684475, -0.0036527442280203104, -0.005444532260298729, -0.011033988557755947, 0.046797286719083786, -0.0017226197523996234, -0.008662504144012928, -0.020697787404060364, 0.025467105209827423, -0.0023517217487096786, -0.03833899274468422, -0.00911045167595148, 0.013253961689770222, -0.020434288308024406, -0.010869301855564117, -0.024175962433218956, 0.011890358291566372, -0.007562399376183748, 0.028642257675528526, 0.003481470514088869, 0.005250202491879463, 0.028879405930638313, -0.01335936039686203, 0.012206556275486946, 0.023859765380620956, 0.026903169229626656, -0.012568865902721882, 0.03499256446957588, 0.046375688165426254, 0.008346307091414928, -0.013939056545495987, 0.008530755527317524, 0.010348893702030182, 0.030038798227906227, -0.017390884459018707, 0.03388587385416031, 0.013333010487258434, -0.007397713139653206, 0.006370069924741983, 0.011791545897722244, 0.004265377763658762, 0.011442410759627819, 0.014914000406861305, 0.030961042270064354, 0.03262108191847801, 0.009973408654332161, -0.00790494680404663, -0.02711396850645542, -0.03151438757777214, -0.005612512584775686, -0.02566472813487053, -0.048141129314899445, 0.02092175930738449, 0.040262531489133835, 0.007377950474619865, 0.005042697302997112, -0.023517217487096786, 0.006412888411432505, -0.01648181490600109, 0.028220660984516144, 0.002751909662038088, -0.0205528624355793, -0.0059254164807498455, 0.014966700226068497, 0.0028918932657688856, -0.010177619755268097, 0.019656969234347343, -0.05681021884083748, 0.04052602872252464, 0.003010467393323779, 0.0032064442057162523, -0.013286898843944073, 0.007153977174311876, 0.013069512322545052, -0.013253961689770222, -0.002578988904133439, 0.012852126732468605, -0.02190987765789032, 0.013234199024736881, -0.009571573697030544, -0.01542782224714756, -6.137141554063419e-06, 0.021435581147670746, 0.08705981820821762, 0.018602974712848663, 0.0027403817512094975, -0.009624273516237736, 0.004459707532078028, -0.017298659309744835, 0.014228904619812965, -0.007496525067836046, -0.011686147190630436, -0.01714055985212326, 0.029617201536893845, 0.002452180488035083, -0.004825311247259378, -0.016376415267586708, -0.0008061398984864354, 0.020381588488817215, -0.04002538323402405, 0.011936469934880733, 0.0010301134316250682, -0.011369949206709862, 0.0121472692117095, -0.0035934571642428637, 0.021079858765006065, -0.022370999678969383, -0.02562520280480385, 0.012008932419121265, 0.0094200624153018, -0.011060338467359543, -0.0025872234255075455, -0.012713789939880371, 0.007812722586095333, 0.03433382138609886, -0.020065391436219215, -0.003277259413152933, -0.004242321476340294, 0.0130365751683712, -0.007990583777427673, -0.002285847207531333, 0.018286777660250664, 0.001763791311532259, -0.015256548300385475, 0.0056882682256400585, -0.011126212775707245, -0.035783059895038605, -0.003176800673827529, -0.0011239846935495734, 0.014703202061355114, -0.015664970502257347, 0.011033988557755947], \"986d5a39-2b52-4f7a-8446-d678d68eaef4\": [-0.017407134175300598, 0.0030571199022233486, 0.01516700442880392, -0.07184231281280518, -0.003108181757852435, 0.025959163904190063, -0.037107110023498535, -0.019594557583332062, 0.0111874770373106, -0.025945987552404404, 0.014705800451338291, 0.00456920824944973, -0.004012469667941332, -0.019489139318466187, -0.0074583180248737335, -0.018079174682497978, 0.0032597198151052, -0.027540432289242744, 0.004618622828274965, -0.01784198358654976, -0.002139654476195574, 0.02145254798233509, -0.01243272703140974, 0.004549442324787378, -0.03924182429909706, 0.0002979291894007474, 0.012478847056627274, -0.037107110023498535, 0.017275363206863403, -0.008591560646891594, 0.006262483540922403, -0.02806752175092697, -0.008710156194865704, -0.006193303037434816, -0.017907870933413506, 0.011833162046968937, 0.01780245266854763, 0.0020260007586330175, 0.0008738157921470702, 0.009546910412609577, 0.016142120584845543, 0.01597081497311592, -0.006904873996973038, -0.0024114351253956556, -0.00878921989351511, 0.017921047285199165, 0.0007535734330303967, -0.019027935341000557, 0.0029434661846607924, 0.02354772947728634, 0.01850084587931633, 0.0022236593067646027, -0.011035938747227192, -0.01868532784283161, 0.01516700442880392, 0.022243183106184006, -0.021373484283685684, 0.018369073048233986, 0.0034820858854800463, -0.008288484066724777, 0.010825103148818016, 0.023191943764686584, -0.010607678443193436, -0.03307487443089485, -0.02674979902803898, -0.019937165081501007, -0.02761949598789215, 0.010258481837809086, 0.009658917784690857, -0.00650296825915575, 0.016800981014966965, 0.011767275631427765, 0.015918105840682983, 0.02122853510081768, 0.022480372339487076, -0.02623588591814041, -0.012472257949411869, -0.004058590158820152, -0.0008116356912069023, 0.00854544062167406, -0.003208658192306757, -0.015707271173596382, 0.018843453377485275, 0.02125488966703415, 0.0012180712074041367, 0.011595971882343292, 0.017907870933413506, 0.03394457325339317, -0.020885925740003586, -0.015680916607379913, 0.025511138141155243, 0.007425375282764435, 0.025076288729906082, 0.005886932369321585, 0.01222189050167799, 0.017986932769417763, -0.014692623168230057, 0.03194162994623184, -0.0029648791532963514, -0.0025876807048916817, 0.012136238627135754, 0.03057119809091091, -0.03373373672366142, -0.008953935466706753, -0.0264994315803051, -0.003170773619785905, -0.009790689684450626, -0.030281299725174904, -0.004714157897979021, -0.002866049762815237, -0.0209781676530838, 0.032547783106565475, 0.013170652091503143, -0.014152356423437595, -0.01577315665781498, -0.0070695895701646805, 0.00753738172352314, -0.0278303325176239, -0.03215246647596359, 0.0007231010822579265, 0.018658973276615143, 0.0014659679727628827, 0.007576913572847843, 0.013836102560162544, 0.02328418381512165, 0.026815684512257576, 0.009197713807225227, -0.001484086737036705, 0.004183773882687092, -0.02333689294755459, -0.015377840027213097, -0.018803922459483147, 0.013954698108136654, 0.027962105348706245, -0.03534135967493057, 0.013704330660402775, -0.01690639927983284, 0.02445695921778679, -0.008077648468315601, -0.013401254080235958, -0.00011087412713095546, 0.017723388969898224, -0.026433544233441353, 0.015694092959165573, -0.009164771065115929, -0.002642036648467183, 0.029543373733758926, 0.00946125853806734, 0.029174411669373512, 0.00834778230637312, 0.007623033598065376, 0.024562377482652664, 0.002951701870188117, -0.00878921989351511, -0.013447374105453491, -0.0068982853554189205, -0.005452083423733711, 0.047833383083343506, 0.012050586752593517, -0.0022038936149328947, -0.008677213452756405, 0.036000221967697144, 0.008644269779324532, -0.016721919178962708, 0.009691860526800156, 0.026420367881655693, 0.009632563218474388, -0.0008680507307872176, -0.026618026196956635, 0.004783338401466608, -0.00033272532164119184, 0.017697034403681755, -0.03289039433002472, -0.004473673179745674, -0.004654860123991966, 0.02925347350537777, -0.018131883814930916, -0.004977702628821135, -0.020003050565719604, -0.011227008886635303, 0.006226246245205402, -0.002782044932246208, 0.008960523642599583, 0.026156822219491005, -0.014455433003604412, -0.009065941907465458, 0.028937220573425293, -0.011352192610502243, -0.0010105296969413757, 0.0028364011086523533, 0.0167087409645319, 0.029596082866191864, 0.02191375195980072, -0.016313424333930016, -0.6240741014480591, -0.019647266715765, 0.02628859505057335, -0.042852386832237244, -0.005326899699866772, -0.000193540719919838, -0.0036632728297263384, 0.011233597993850708, -0.02191375195980072, 0.00892099179327488, -0.0016883339267224073, 0.03086109831929207, 0.023442311212420464, 0.0035413834266364574, -0.029332537204027176, -0.01967361941933632, 0.006852165330201387, -0.007735040504485369, -0.015153827145695686, -0.01027824729681015, -0.01620800606906414, 0.0069312285631895065, 0.0035315004643052816, 0.007873401045799255, 0.007847046479582787, 0.006753335706889629, 0.0063020153902471066, -0.022783448919653893, -0.01647155173122883, 0.02170291543006897, -0.03489333391189575, 0.0005975054809823632, 0.030017754063010216, -0.0009059353033080697, 0.03307487443089485, 0.0010830045212060213, -0.0023340187035501003, 0.0026618025731295347, -0.0013572557363659143, 0.03289039433002472, -0.021584320813417435, -0.018817098811268806, 0.032784976065158844, 0.024496490135788918, 0.002861108398064971, -0.002577797742560506, 0.020635558292269707, -0.006779690273106098, -0.011371959000825882, 0.010008114390075207, -0.022994285449385643, -0.022743918001651764, -0.009105473756790161, -0.007741628680378199, 0.011227008886635303, -0.005172066856175661, 0.027250533923506737, 0.007748217321932316, -0.01941007561981678, 0.006950994487851858, -0.009507379494607449, 0.0013144297990947962, -0.00223024794831872, -0.02645989879965782, -0.012380017898976803, 0.00673686433583498, -0.0010451199486851692, -0.0078009264543652534, 0.00497440854087472, -0.012768746353685856, 0.008196244016289711, 0.027566786855459213, 0.020635558292269707, -0.014468610286712646, 0.009691860526800156, 0.04150830954313278, 0.027909396216273308, -0.02331053838133812, -0.026828862726688385, -0.016853690147399902, -0.0064041391015052795, 0.01578633487224579, 0.007623033598065376, -0.039874330163002014, -0.006911462638527155, 0.007906344719231129, -0.002814988140016794, -0.010693331249058247, 0.023376425728201866, 0.019541848450899124, 0.03238965943455696, 0.00891440361738205, -0.009224068373441696, -0.02970150113105774, -0.012828043662011623, 0.014126001857221127, -0.024153882637619972, -0.02856825850903988, -0.005669507663697004, 0.010205772705376148, -0.03879379481077194, -0.009863164275884628, 0.012373428791761398, 0.026407189667224884, 0.027540432289242744, 0.01140490174293518, -0.024312008172273636, -0.009243834763765335, 0.0021758917719125748, 0.00037225705455057323, 0.004127770662307739, -0.024483313784003258, 0.018817098811268806, -0.011167711578309536, 0.010067411698400974, -0.024615084752440453, 0.022888867184519768, 0.03059755265712738, -0.001560679404065013, 0.014007407240569592, -0.00040993571747094393, 0.008064471185207367, 0.007128887344151735, 0.001112653291784227, 0.02170291543006897, 0.0216765608638525, -0.00021845394803676754, -0.009619385935366154, 0.014323660172522068, -0.008433434180915356, -0.005063354503363371, 0.0077679832465946674, -0.007155241910368204, -0.02693427912890911, 0.009896107949316502, 0.0025712091010063887, 0.025972342118620872, -0.012860987335443497, 0.02490498498082161, -0.0180396419018507, -0.020174356177449226, -0.007623033598065376, 0.013967875391244888, -0.007293602917343378, 0.006114239804446697, 0.001617506262846291, -0.00983680970966816, -0.010541792958974838, -0.006858753971755505, 0.02100452221930027, 0.0007877519237808883, 0.0031806565821170807, 0.01709088124334812, 0.03194162994623184, -0.014890282414853573, 0.005007351282984018, -0.0035413834266364574, -0.032574139535427094, -0.01937054470181465, 0.008492731489241123, -0.015680916607379913, 0.023231474682688713, -0.02009529247879982, -0.011912225745618343, -0.03175714984536171, -0.00801176205277443, 0.007754805963486433, 0.020213887095451355, -0.0025810920633375645, -0.012926872819662094, 0.011549851857125759, -0.005346665624529123, -0.015246067196130753, 0.028858156874775887, 0.0029879393987357616, 0.030518488958477974, -0.006865342613309622, 0.012814866378903389, 0.007161830086261034, -0.01473215501755476, 0.0005237953155301511, 0.01643201895058155, -0.016049878671765327, -0.010245304554700851, 0.0024163764901459217, 0.03157266974449158, 0.025010403245687485, 0.03842483460903168, -0.004358372185379267, -0.0030291182920336723, -0.020437899976968765, 0.0010920638451352715, -0.027777623385190964, 0.013901988975703716, -0.019251948222517967, -0.005178655497729778, -0.0017641030717641115, -0.0052873678505420685, 0.0008318133186548948, 0.01369115337729454, 0.0002898992970585823, 0.02145254798233509, -9.77998297457816e-06, 0.02212458662688732, -0.009698448702692986, -0.024588730186223984, -0.006918051280081272, -0.04403833672404289, 0.022309068590402603, 0.0008359312196262181, 0.019067468121647835, -0.023837627843022346, -0.0061208284460008144, -0.026842039078474045, 0.0008186360937543213, 0.013440785929560661, -0.004924993496388197, 0.018237300217151642, -0.017024995759129524, -0.0015236184699460864, 0.02170291543006897, -0.0008902873378247023, 0.009112061932682991, -0.001379492343403399, -0.004747101105749607, 0.019265126436948776, 0.00866403616964817, 0.01391516625881195, 0.010456140153110027, -0.024351540952920914, 0.012972993776202202, 0.01710405759513378, 0.000843343383166939, 0.008716744370758533, 0.02304699458181858, 0.013012525625526905, 0.011299483478069305, -0.030465779826045036, 0.01404693815857172, -0.005300545133650303, -0.002493792911991477, 0.007372666150331497, 0.027803977951407433, -0.013809747993946075, 0.03879379481077194, 0.01713041216135025, 0.01599716953933239, -0.006667683832347393, -0.020279772579669952, 0.00439790403470397, -0.01199787762016058, 0.04770161211490631, 0.017670679837465286, -0.00303076533600688, 0.024022109806537628, -0.012676505371928215, -0.00719477329403162, -0.003607269609346986, -0.012702859938144684, 0.02211141027510166, 0.009026410058140755, 0.027777623385190964, 0.009000055491924286, 0.0025481488555669785, 0.005277485121041536, 0.0030093523673713207, 0.031019223853945732, -0.020899103954434395, 0.0023784919176250696, -0.0011826573172584176, -0.002651919610798359, -0.030017754063010216, 0.006535911466926336, -0.0026107407175004482, 0.008848517201840878, 0.012972993776202202, -0.005224775988608599, -0.010660387575626373, -0.010383665561676025, 0.03036036342382431, -0.01801328733563423, -0.036659084260463715, 0.004401198588311672, 0.04340583086013794, 0.030992869287729263, -0.0043847267515957355, -0.013388076797127724, -0.01921241730451584, -0.011167711578309536, 0.014073292724788189, -0.00038296356797218323, 0.01554914377629757, 0.00901323277503252, -0.015430549159646034, 0.004565913695842028, 0.018408605828881264, 0.021610675379633904, -0.0203456599265337, -0.006595208775252104, -0.01597081497311592, 0.0021264771930873394, -0.0018052819650620222, -0.007109121419489384, 0.006516145542263985, 0.05234000086784363, -0.007346311584115028, -0.018579909577965736, -0.030307654291391373, 0.004493439104408026, -0.038714732974767685, -0.0007198067614808679, 0.013757038861513138, -0.010798748582601547, 0.0018859925912693143, 0.011174299754202366, 0.004252954386174679, -0.006209774874150753, -0.01693275384604931, 0.006074707955121994, 0.014758509583771229, -0.00627895537763834, -0.015127472579479218, -0.04630482196807861, 0.01709088124334812, 0.0584542378783226, 0.022704385221004486, -0.008071060292422771, 0.019462784752249718, -0.0411129891872406, -0.000497852626722306, -0.023850806057453156, -0.0099290506914258, 0.024101173505187035, 0.005129240918904543, -0.003175714984536171, 0.01234707422554493, 0.02532665617763996, 0.017314894124865532, -0.0044868504628539085, -0.014837573282420635, 0.004348489455878735, -0.01602352410554886, -0.013836102560162544, -0.04677920415997505, 0.0010302955051884055, -0.02510264329612255, 0.01896204985678196, 0.00645684776827693, 0.03739700838923454, 0.003435965394601226, 0.026328125968575478, 0.010462729260325432, -0.00240155216306448, -0.035288650542497635, -0.006354724522680044, 0.009751157835125923, 0.00513582956045866, -0.009691860526800156, -0.016260715201497078, 0.04983632266521454, 0.017051350325345993, -0.00467792060226202, 0.0015680916840210557, 0.0198581013828516, 0.02516852878034115, -0.0014165533939376473, 0.00832801591604948, -0.011622326448559761, 0.003811516799032688, 0.0012254833709448576, 0.0020885926205664873, 0.03808222711086273, 0.021083585917949677, -0.0011134768137708306, -0.017657501623034477, -0.009257011115550995, -0.030992869287729263, -0.02354772947728634, -0.002701334422454238, -0.008868282660841942, 0.01334854494780302, 0.004872284829616547, -0.007794337812811136, -0.040981218218803406, -0.02399575524032116, -0.00368303875438869, -0.006858753971755505, -0.037133462727069855, -0.0046614487655460835, -0.005205010063946247, 0.008084237575531006, -0.010818514972925186, -0.005201715975999832, 0.016300246119499207, 0.01071968488395214, -0.004467084538191557, -0.026894748210906982, -0.006229540333151817, 0.0021429487969726324, 0.016102587804198265, 0.018632618710398674, -0.0017130413325503469, 0.00017645148909650743, -0.0020029405131936073, -0.011964934878051281, -0.017288539558649063, 0.008400490507483482, -0.014455433003604412, -0.011628914624452591, 0.004849224351346493, -0.03291674703359604, -0.010647210292518139, -0.007840458303689957, 0.023244652897119522, -0.00673686433583498, 0.012841220945119858, 0.02785668708384037, 0.006048353388905525, 0.011022761464118958, 0.033259354531764984, 0.014758509583771229, 0.015153827145695686, 0.0003728747251443565, -0.006723687052726746, 0.005211598705500364, -0.012643562629818916, 0.0031312417704612017, -0.022941576316952705, 0.022005992010235786, 0.021505257114768028, 0.0021544788032770157, 0.02788304165005684, -0.01074603945016861, -0.006944405846297741, 0.017275363206863403, -0.0007305133040063083, 0.015101118013262749, 0.006157065741717815, 0.0033651378471404314, -0.0033338419161736965, 0.008064471185207367, -0.003742336295545101, 0.010232127271592617, -0.0185272004455328, 0.017697034403681755, -0.05740005895495415, 0.020596027374267578, 0.02331053838133812, -0.011978112161159515, 0.0033931394573301077, -0.006753335706889629, -0.013197006657719612, -0.02013482339680195, -0.00822918675839901, -0.010970053263008595, 0.0267102662473917, -0.01714359037578106, -0.007188184652477503, -0.03697533905506134, 0.0008820515358820558, -0.033206645399332047, -0.0035084402188658714, -0.028225649148225784, 0.006466730963438749, -0.004295780323445797, 0.009658917784690857, 0.007293602917343378, -0.02493133954703808, 0.024272477254271507, -0.040085166692733765, 0.011859516613185406, 0.023587260395288467, -0.01428412925451994, 0.054026685655117035, -0.009191125631332397, 0.0076955086551606655, -0.008934169076383114, -0.02191375195980072, -0.010304601863026619, -0.006707215681672096, 0.005122652277350426, 0.0008622856694273651, 0.06520098447799683, 0.02195328287780285, 0.015338308177888393, 0.006641329266130924, 0.013677976094186306, 0.014468610286712646, 0.0278303325176239, -0.012129650451242924, -0.0006621563225053251, 0.033681027591228485, 0.007623033598065376, -0.0076955086551606655, -0.008558617904782295, -0.0033865508157759905, 0.004114593379199505, 0.0020951812621206045, 0.019818570464849472, 0.01826365478336811, 0.0008845222764648497, 0.026855217292904854, -0.003159243380650878, -0.010021291673183441, -0.005771631374955177, 0.0019403486512601376, -0.014692623168230057, 0.032784976065158844, -0.03465614467859268, -0.0032481898088008165, 0.013901988975703716, -0.02624906413257122, 0.012083529494702816, -0.008262129500508308, 0.0038872859440743923, -0.010166240856051445, 0.02120218053460121, -0.007234305143356323, 0.010317779146134853, -0.019568203017115593, -0.008690389804542065, -0.03520958870649338, -0.0023093114141374826, 0.007735040504485369, 0.002215423621237278, 0.00043484894558787346, 0.015232889913022518, -0.0223749540746212, -0.013612089678645134, -0.011734332889318466, -0.03863567113876343, -0.01507476344704628, 0.006351429969072342, -0.0012057175626978278, -0.015391017310321331, -0.006871930789202452, -0.02511582151055336, -0.007497849874198437, -0.026104113087058067, 0.030307654291391373, -0.012498612515628338, 0.04791244864463806, -0.030782034620642662, -0.017262184992432594, 0.009322897531092167, -0.013743861578404903, 0.02240130864083767, 0.024022109806537628, 0.0328640379011631, 0.00797881931066513, 0.03544677793979645, -0.005748571362346411, 0.0064436704851686954, 0.002075415337458253, 0.006470025051385164, 0.01988445594906807, 0.03331206366419792, -0.004552736878395081, -0.02462826296687126, 0.033707380294799805, 0.006677566561847925, 0.006015410181134939, -0.013981052674353123, -0.0023290773387998343, 0.01212306134402752, -0.0018612853018566966, -0.023402780294418335, -0.0010879458859562874, -0.02508946694433689, 0.003646801458671689, 0.004473673179745674, -0.005636564921587706, -0.004931582137942314, 0.013730685226619244, -0.004262837581336498, 0.025300301611423492, -0.007089355494827032, 0.018896162509918213, 0.006203186232596636, -0.00901982095092535, -0.003943289164453745, -0.007418786641210318, -0.0017838689964264631, 0.015232889913022518, -0.013901988975703716, -0.0018168120877817273, 0.011161122471094131, -0.008584972470998764, 0.01105570513755083, 0.019146529957652092, 0.003004410769790411, 0.0018662266666069627, 0.0066808611154556274, 0.02008211426436901, -0.019014758989214897, -0.035288650542497635, -0.003213599557057023, -0.011358781717717648, 0.005461966153234243, -0.020266596227884293, -0.00571892224252224, -0.007464906666427851, -0.009434903971850872, -0.029622437432408333, 0.01875121332705021, 0.024733681231737137, -0.008196244016289711, -0.01212306134402752, 0.002044119406491518, -0.029859626665711403, 0.004892050754278898, -0.003347019199281931, 0.010528615675866604, -0.030518488958477974, -0.019989874213933945, 0.0022170706652104855, 0.012762157246470451, 0.025866923853754997, -0.002289545489475131, 0.01761797070503235, 0.010785571299493313, 0.0406913198530674, -0.016326600685715675, 0.024970870465040207, 0.019054289907217026, 0.009896107949316502, -0.040296003222465515, 0.011787042021751404, -0.0014132590731605887, -0.02856825850903988, 0.022691208869218826, -0.010548381134867668, -0.03128276765346527, -0.024087995290756226, 0.01710405759513378, 0.03360196202993393, 0.01668238639831543, 0.01348031684756279, 0.0003051354724448174, 0.0030077050905674696, 0.008077648468315601, 0.009994937106966972, -0.013203594833612442, 0.004509910475462675, -0.011536674574017525, -0.017459843307733536, 0.027092406526207924, -0.016800981014966965, 0.002467438345775008, -0.020503787323832512, 0.012834632769227028, -0.003949877806007862, -0.028252003714442253, -0.06098426878452301, 0.005695862229913473, -0.005494909361004829, -0.00025510313571430743, -0.0027145114727318287, -0.001374550862237811, -0.0074121979996562, -0.023139234632253647, 0.04369572922587395, 0.002427906496450305, -0.003491968847811222, -0.022322244942188263, 0.03017588146030903, 0.020964989438652992, 0.009797278791666031, -0.008907814510166645, 0.0007173360208980739, -0.023152410984039307, -0.03062390722334385, -0.023811273276805878, -0.000288252136670053, -0.014231420122087002, 0.017894692718982697, 0.0005373843596316874, -0.02147890254855156, -0.03233695030212402, -0.024997225031256676, -0.025906454771757126, -0.01665603183209896, -0.006226246245205402, 0.00593634694814682, 0.014798041433095932, 0.021096762269735336, -0.022559436038136482, 0.021768800914287567, -0.0025761504657566547, 0.04962548986077309, -0.004612034186720848, -0.007715274579823017, 0.004045412875711918, 0.007866812869906425, -0.0029978223610669374, -0.005909992381930351, -0.039426304399967194, -0.014666268602013588, -0.011418079026043415, -0.023811273276805878, -0.00992246251553297, 0.025300301611423492, -0.00623283488675952, 0.010410020127892494, 0.0016249185428023338, 0.001188422436825931, -0.025287125259637833, 0.018764391541481018, 0.021821510046720505, -0.028858156874775887, -0.007418786641210318, 0.007076178211718798, 0.011365369893610477, -0.014429078437387943, 0.013440785929560661, 0.0076296222396194935, 0.012571088038384914, 0.024048464372754097, -0.007820691913366318, -0.022243183106184006, 0.015483257360756397, -0.019923988729715347, 0.03810857981443405, 0.02354772947728634, -0.016998641192913055, 0.0005509734037332237, -0.022967930883169174, 0.00020404133829288185, -0.025392543524503708, 0.045118872076272964, -0.008927580900490284, 0.01599716953933239, 0.010416608303785324, -0.020938634872436523, 0.020833216607570648, 0.007451729383319616, 0.014270951971411705, -0.020200710743665695, 0.005781514570116997, -0.0012716037454083562, -0.01428412925451994, -0.017024995759129524, 0.0020638853311538696, -0.000947937776800245, -0.012531556189060211, -0.017631148919463158, -0.03059755265712738, 0.002134712878614664, 0.0039597610011696815, -0.008973700925707817, -0.002497086999937892, 0.0014643209287896752, 0.02240130864083767, 0.010548381134867668, -0.010535203851759434, -0.002022706437855959, 0.027514077723026276, 0.021531611680984497, -0.025761505588889122, -0.017301717773079872, 0.19966155290603638, -0.008169889450073242, -0.007418786641210318, 0.026776153594255447, -0.02738230675458908, -0.016511082649230957, 0.015325130894780159, 0.006786278914660215, -0.006638035178184509, -0.005429022945463657, -0.02100452221930027, 0.005498203448951244, -0.022981107234954834, 0.009527144953608513, -0.00623283488675952, -0.042852386832237244, -0.02493133954703808, -0.01130607258528471, 0.002065532375127077, -0.0006255071493797004, -0.0013325484469532967, 0.006318486761301756, -0.006977349054068327, -0.023481842130422592, 0.020187532529234886, 0.011273129843175411, -0.00994881708174944, 0.005076531786471605, 0.002777103567495942, 0.009790689684450626, -0.01438954658806324, -0.02486545406281948, -0.015535966493189335, -0.022954752668738365, -0.006950994487851858, -0.008242364041507244, 0.021623851731419563, 0.00023327833332587034, 0.021162647753953934, 0.0011735979933291674, -0.005636564921587706, -0.018382251262664795, -0.0068982853554189205, -0.01460038311779499, -0.01131266076117754, 0.00405529560521245, 0.0007062177173793316, -0.01357255782932043, -0.0077086859382689, 0.027329597622156143, -0.020148001611232758, -0.04185091704130173, 0.002198952017351985, 0.0098236333578825, 0.00025839745649136603, 0.014574028551578522, -0.021531611680984497, 0.031177351251244545, -0.02400893159210682, 0.02466779388487339, -0.0011184182949364185, 0.03017588146030903, -0.010732862167060375, 0.019475961104035378, -0.016063056886196136, 0.0012518378207460046, -0.0192255936563015, -0.0011752451537176967, 0.03220517560839653, -0.03897827863693237, 0.01256449893116951, -0.012393195182085037, -0.010159652680158615, 0.011325838044285774, -0.009046175517141819, -0.018197769299149513, -0.00731995701789856, 0.02515535242855549, 0.027777623385190964, 0.03808222711086273, -0.011233597993850708, -0.01896204985678196, -0.010858045890927315, -0.013888811692595482, -0.004246365744620562, -0.013262893073260784, 0.049941740930080414, -0.011931991204619408, -0.010126709006726742, -0.025036757811903954, -0.015918105840682983, -0.03059755265712738, -0.021333953365683556, -0.01623436063528061, -0.01268309447914362, 0.01896204985678196, 0.0005291485576890409, 0.0223749540746212, 0.004378138110041618, 0.015377840027213097, -0.02556384727358818, 0.06836352497339249, 0.019647266715765, 0.027276888489723206, -0.02284933626651764, -0.0025267358869314194, -0.038055870682001114, 0.01869850419461727, -0.03154631331562996, 0.0001324930344708264, 0.0052511305548250675, -0.027593141421675682, 0.02147890254855156, 0.008288484066724777, 0.02170291543006897, 0.008565206080675125, 0.0017542201094329357, -0.02263849973678589, 0.030913807451725006, 0.016142120584845543, 0.002589327748864889, -0.00923724565654993, 0.001398434629663825, 0.020227065309882164, 0.002134712878614664, -0.011497142724692822, -0.0155227892100811, -0.01619482971727848, -0.010060823522508144, -0.014310483820736408, 0.02920076623558998, 0.030281299725174904, 0.00035290297819301486, -0.013216772116720676, -0.004756983835250139, -0.0292271189391613, 0.017446666955947876, -0.02010846883058548, -0.03175714984536171, 0.021320775151252747, -0.03217882290482521, 0.0036435071378946304, 0.0074912612326443195, -0.010594501160085201, -0.003811516799032688, -0.014521319419145584, 0.01805282011628151, -0.006117533892393112, -0.005903403740376234, -0.0029566434677690268, -0.016827335581183434, 0.002668391214683652, -0.0015713860047981143, 0.012986171059310436, 0.01869850419461727, 0.0016504493542015553, 0.0031575963366776705, -0.03813493624329567, 0.009593031369149685, -0.021808333694934845, -0.02211141027510166, -0.01942325197160244, 0.01805282011628151, 0.004536265041679144, -0.010930521413683891, 0.0031345360912382603, -0.16518989205360413, 0.009527144953608513, 0.011661858297884464, -0.0292271189391613, 0.0044868504628539085, 0.008907814510166645, -0.02029295079410076, 0.016524259001016617, -0.013137709349393845, -0.003775279503315687, 0.038503896445035934, -0.026631202548742294, -0.026314949616789818, -0.04356395825743675, -0.0020210593938827515, 0.004223305732011795, 0.009210891090333462, 0.013862457126379013, 0.03586844727396965, 0.010324368253350258, 0.04630482196807861, -0.008486143313348293, 0.022005992010235786, -0.014086470007896423, -0.002103416947647929, -0.017644325271248817, -0.035315003246068954, 0.021320775151252747, -0.009105473756790161, -0.022691208869218826, 0.0077086859382689, 0.023903515189886093, 0.01755208522081375, 0.019805392250418663, 0.01243931520730257, 0.012360251508653164, -0.015285599045455456, 0.012676505371928215, -0.00822259858250618, 0.01688004471361637, 0.0044868504628539085, 0.026868393644690514, -0.007445141207426786, 0.018882986158132553, 0.013210183940827847, 0.020398369058966637, 0.0008589913486503065, 0.017473021522164345, 0.014231420122087002, -0.05226093530654907, 0.006031882017850876, -0.05199739336967468, 0.0010113532189279795, -0.0223749540746212, -0.01825047843158245, 0.0022928398102521896, -0.014877105131745338, 0.005040294490754604, -0.00980386696755886, -0.025260770693421364, 0.009197713807225227, -0.033259354531764984, 0.009467847645282745, -0.027355952188372612, 0.011556440033018589, -0.014718977734446526, -0.02191375195980072, 0.019133353605866432, -0.019106999039649963, -0.0011628915090113878, 0.01937054470181465, -0.0209781676530838, 0.006819222122430801, -0.0024147294461727142, 0.0065194396302104, 0.004124476108700037, -0.03808222711086273, 0.013262893073260784, 0.011582794599235058, 0.007642799522727728, 0.0028100465424358845, -0.000974292226601392, -0.0023422546219080687, 0.014060115441679955, -0.031388185918331146, -0.002358725992962718, 0.0030999458394944668, 0.007853635586798191, -0.012386606074869633, -0.011971523053944111, 0.0024410837795585394, -0.013012525625526905, -0.012037409469485283, 0.007675742730498314, 0.030096817761659622, -0.01872485876083374, 0.005485026631504297, 0.016998641192913055, 0.017077703028917313, -0.00042743675294332206, 0.01391516625881195, -0.006190008949488401, 0.0025020285975188017, 0.01847449131309986, 0.03536771237850189, -0.016273891553282738, -0.0004739688884001225, 0.005465260706841946, 0.01851402223110199, -0.009593031369149685, -0.023191943764686584, 0.010087178088724613, 0.015891753137111664, 0.006114239804446697, -0.005903403740376234, 0.053815849125385284, -0.006825810763984919, -0.027803977951407433, 0.0036533898673951626, -0.001708099851384759, 0.01369115337729454, -0.0012716037454083562, 0.003742336295545101, -0.001815164927393198, -0.010983230546116829, -0.006101062521338463, -0.08602102845907211, -0.01757843978703022, 0.006054942030459642, -0.025484783574938774, 0.0078009264543652534, 0.018158238381147385, 0.004526382312178612, 0.010818514972925186, 0.016629677265882492, 0.02172926999628544, -0.015140649862587452, -0.00536972563713789, -0.024298831820487976, -0.0006411551148630679, 0.014666268602013588, -0.01761797070503235, -0.03455072641372681, -0.004908522125333548, -0.007471495307981968, 0.02006893791258335, 0.0015763273695483804, -0.01573362573981285, -0.0011398312635719776, 0.005106180906295776, -0.007418786641210318, 0.01369115337729454, -0.017525730654597282, 0.0031938336323946714, 0.012011054903268814, -0.03038671612739563, 0.016379309818148613, -0.00994881708174944, 0.0037983395159244537, -0.03331206366419792, -0.015325130894780159, 0.02307334914803505, -0.007260659709572792, -0.018817098811268806, 0.015180181711912155, -0.006328369956463575, -0.011240186169743538, 0.007511027157306671, 0.010554970242083073, -0.02851554937660694, 0.02241448685526848, -0.001579621690325439, -0.015443726442754269, 0.02058284915983677, -0.011978112161159515, -0.036211058497428894, -0.006110945250838995, -0.02533983439207077, -0.007451729383319616, -0.026565317064523697, 0.03584209457039833, 0.005142418202012777, 0.01303229108452797, -0.007267248351126909, -0.03908369690179825, -0.005646447651088238, -0.03903098776936531, -0.013836102560162544, -0.016036702319979668, 0.00417389115318656, 0.01714359037578106, -0.0022500138729810715, -0.010008114390075207, -0.020003050565719604, 0.03795045241713524, -0.027803977951407433, -0.004328723531216383, 0.03246872127056122, -0.011714567430317402, -0.011259952560067177, -0.009994937106966972, -0.011002996005117893, -0.01222189050167799, -0.006213068962097168, -0.0078009264543652534, -0.018856631591916084, 0.008472966030240059, 0.008183066733181477, 0.0029286418575793505, -0.01573362573981285, 0.015667738392949104, -0.0007828104426153004, 0.002632153918966651, -0.005063354503363371, 0.010772394016385078, -0.04688462242484093, 0.005653036292642355, 0.017446666955947876, 0.003006058046594262, -0.021096762269735336, -0.007109121419489384, 0.004114593379199505, -0.02806752175092697, -0.0075571476481854916, -0.010199184529483318, 0.0047602783888578415, 0.008749688044190407, 0.0007910462445579469, -0.05987738072872162, 0.0031427720095962286, 0.004812987055629492, 0.0004826164513360709, 0.009454670362174511, 0.004279308952391148, 0.012847810052335262, -0.02258579060435295, -0.002760631963610649, 0.02053014189004898, -0.017433488741517067, 0.03212611377239227, 0.007082766853272915, -0.002075415337458253, -0.0198581013828516, -0.019462784752249718, 0.021189002320170403, -0.008459788747131824, 0.04048048332333565, 0.012597441673278809, -0.0015211476711556315, -0.011128179728984833, 0.005715628154575825, -0.009942227974534035, 0.006937817204743624, 0.030228590592741966, -0.0253134798258543, 0.01892251707613468, -0.02035883627831936, -0.020213887095451355, 0.007939287461340427, -0.007721863221377134, 0.01988445594906807, 0.00010335897968616337, 0.020227065309882164, -0.005132535472512245, 0.014178710989654064, 0.031888920813798904, 0.022902043536305428, 0.007326545659452677, -0.015022054314613342, -0.02651260793209076, 0.010825103148818016, -0.039162758737802505, -0.007530793081969023, 0.00519842142239213, -0.022506726905703545, 0.008459788747131824, 0.0025580318178981543, 0.027118761092424393, 0.029543373733758926, 0.011971523053944111, -0.051971036940813065, -0.022309068590402603, -0.012156004086136818, -0.03968985006213188, 0.00961279682815075, -0.009283365681767464, -0.0016562144737690687, -0.023442311212420464, 0.03660637512803078, -0.005761748645454645, -0.005946229677647352, -0.027039697393774986, 0.027593141421675682, 0.018224123865365982, -0.03038671612739563, -0.0021874220110476017, 0.03900463134050369, -0.04975726082921028, -0.007820691913366318, -0.026802508160471916, 0.011536674574017525, 0.0018398722168058157, 0.0076296222396194935, -0.010330956429243088, 3.299457603134215e-05, 0.02307334914803505, -0.01756526157259941, 0.005801280029118061, 0.019093820825219154, 0.021861042827367783, -0.011688212864100933, 0.03080838918685913, 0.044855326414108276, 0.03354925662279129, -0.018355896696448326, 0.00948102492839098, 0.005017234478145838, 0.019304657354950905, -0.023376425728201866, 0.01991081051528454, 0.005280779208987951, -0.006532616913318634, -0.0021215358283370733, 0.00473062926903367, -0.02031930536031723, 0.008743098936975002, 0.0023142527788877487, 0.029727855697274208, 0.011108414269983768, -0.008782630786299706, 0.0034293769858777523, -0.006552382837980986, -0.030544843524694443, -0.00214459584094584, -0.017459843307733536, -0.052893444895744324, -0.00254485453478992, 0.05634588003158569, 0.00428919168189168, 0.015022054314613342, -0.0002000263921217993, 0.0007589267333969474, -0.024509668350219727, 0.028436485677957535, 0.015694092959165573, -0.0065754433162510395, -0.022032346576452255, 0.02599869668483734, 0.0184613149613142, -0.015430549159646034, 0.027250533923506737, -0.03853025287389755, 0.03310122713446617, -0.0026947457809001207, 0.002246719552204013, -0.0058474005199968815, 0.014191888272762299, 0.013157474808394909, -0.0039630550891160965, 0.004799809772521257, 0.005797985941171646, -0.016102587804198265, -0.0005921522388234735, -0.004121182020753622, -0.020148001611232758, 0.009164771065115929, 0.01893569529056549, 0.0873914584517479, 0.025721974670886993, 0.008176477625966072, -0.008624504320323467, -0.010245304554700851, 0.0017443372635170817, -0.009658917784690857, -0.0011711273109540343, 0.007188184652477503, -0.024997225031256676, 0.03136183321475983, 0.00776139460504055, 0.017644325271248817, -0.021333953365683556, -0.011075470596551895, -0.0015549144009128213, -0.021861042827367783, 0.022546259686350822, 0.00385434296913445, -0.01760479435324669, 0.004967819899320602, -0.018882986158132553, 0.039637140929698944, -0.019686797633767128, -0.03889921307563782, 0.017736565321683884, 0.004872284829616547, -0.0015549144009128213, -0.0216765608638525, -0.027593141421675682, 0.012037409469485283, 0.035288650542497635, -0.012307542376220226, 0.00047891034046187997, -0.020635558292269707, 0.013770216144621372, -0.008848517201840878, -0.001579621690325439, 0.009184536524116993, 0.012959816493093967, 0.008288484066724777, -0.016576968133449554, -0.00857838336378336, -0.01404693815857172, -0.023455487564206123, 0.017683856189250946, 0.004345194902271032, -0.007056412287056446, -0.0167087409645319], \"e8e8df45-62be-4a9b-a69b-d811cada68ce\": [-0.0031661821994930506, 0.01431141048669815, 0.010121072642505169, -0.058370206505060196, -0.02514202892780304, 0.013842842541635036, -0.037003498524427414, -0.025864962488412857, 0.0038054429460316896, -0.03828871250152588, 0.027110015973448753, 0.014070432633161545, -0.008614960126578808, -0.012637953273952007, 0.004277357831597328, -0.013340805657207966, 0.006148283835500479, -0.02993481233716011, 0.0002901357365772128, 0.001288562431000173, 0.00029766629450023174, 0.005826979875564575, -0.009304424747824669, -0.007497090846300125, -0.01682829111814499, -0.0012718279613181949, 0.015904542058706284, -0.033174626529216766, 0.0026156145613640547, -0.014659490436315536, 0.0045852744951844215, -0.018956929445266724, -0.015717115253210068, -0.026065777987241745, -0.012249710969626904, 0.011640571989119053, 0.002349534770473838, -0.0030105505138635635, -0.020188594236969948, -0.002389697590842843, 0.015261935070157051, 0.011279105208814144, -0.009431608021259308, 0.009096916764974594, 0.00913038570433855, 0.013762516900897026, -0.0019378641154617071, -0.002724389312788844, -0.017537837848067284, 0.027270667254924774, 0.017698489129543304, 0.009344588033854961, -0.012249710969626904, -0.004789436236023903, 0.0024097792338579893, 0.013032888993620872, -0.011339349672198296, 0.0024616564624011517, -0.005539145320653915, -0.017390573397278786, -0.004856374580413103, 0.035798609256744385, -0.007865251041948795, -0.018033180385828018, -0.030952274799346924, -0.030630970373749733, -0.018742727115750313, 0.0174575112760067, -0.01820722036063671, -0.0011228901566937566, 0.015208384022116661, 0.030684521421790123, 0.008320432156324387, 0.0007463621441274881, -0.0028733268845826387, -0.028649596497416496, -0.007289581932127476, -0.008601573295891285, -0.009953727014362812, 0.01130588073283434, 0.008005822077393532, -0.027471482753753662, -0.008936264552175999, 0.02366938628256321, 0.023240981623530388, -0.009250874631106853, 0.01170751079916954, 0.037378352135419846, -0.017069268971681595, -0.0028900615870952606, 0.025115253403782845, 0.005870489869266748, 0.02208964340388775, 0.033335279673337936, 0.013534926809370518, 0.01362194586545229, -0.009444995783269405, 0.030738072469830513, -0.013320723548531532, -0.019023867323994637, 0.00738998968154192, 0.03796740993857384, -0.025945289060473442, -0.01562340185046196, -0.03282654657959938, -0.0163597222417593, 0.007209256291389465, -0.030336443334817886, -0.005308208055794239, 0.0036715662572532892, -0.02119266986846924, 0.04913271963596344, 0.012028814293444157, -0.00828696321696043, 0.004438010044395924, 0.002277576131746173, 0.00018366199219599366, -0.012785217724740505, -0.021969154477119446, -0.013842842541635036, -0.0004062318766955286, 0.005375146400183439, 0.03124680370092392, 0.011084984056651592, 0.01512805838137865, 0.012959256768226624, 0.000842585985083133, 0.01562340185046196, 0.010529396124184132, -0.03156810626387596, -0.02340163290500641, -0.009873400442302227, 0.015516300685703754, 0.03376368433237076, -0.040270086377859116, 0.008066066540777683, -0.011379512958228588, 0.00272271572612226, 0.012798604555428028, -0.025449946522712708, 0.0065566073171794415, 0.019077418372035027, -0.006613505072891712, -0.008983121253550053, 0.014057044871151447, 0.017390573397278786, 0.04246566444635391, 0.01065657939761877, 0.017430735751986504, -0.005947468802332878, 0.006687137298285961, 0.0005392717430368066, 0.009732830338180065, -0.018916767090559006, -0.0069883596152067184, 0.0028181029483675957, -0.008641735650599003, 0.054728761315345764, 0.018126893788576126, -0.008407452143728733, -0.008039291016757488, 0.041796281933784485, 0.011587021872401237, -0.008849244564771652, -0.001523683313280344, 0.03962748125195503, 0.003986176569014788, -0.0010484212543815374, -0.020135043188929558, 0.007001747377216816, -0.012597789987921715, 0.006740687880665064, -0.023789875209331512, -0.011827999725937843, 0.0011814611498266459, 0.035798609256744385, 0.008722062222659588, -0.00523457583039999, -0.023548897355794907, -0.026815487071871758, 0.007557335309684277, -0.01851513609290123, 0.0015287037240341306, 0.017658326774835587, -0.01062310952693224, -0.007075379602611065, 0.0318894125521183, 0.0030975702684372663, -0.005843714345246553, -0.00999388936907053, 0.01073021162301302, 0.01354831364005804, 0.008373982273042202, 0.010931026190519333, -0.6314692497253418, -0.015743890777230263, 0.007202562410384417, -0.03499534726142883, -0.0056495931930840015, -0.006874564569443464, 0.0009195650345645845, 0.016292784363031387, -0.014699652791023254, 0.032853323966264725, -0.007979046553373337, 0.03783353418111801, -0.0045584989711642265, 0.016962168738245964, -0.036949947476387024, -0.02298661507666111, -0.017122820019721985, 0.004759314004331827, -0.012457219883799553, 0.01824738271534443, -0.005810245405882597, 0.02362922392785549, 0.0006087202345952392, 0.015261935070157051, 0.011620490811765194, 0.010368743911385536, 0.01673457771539688, -0.0014082146808505058, -0.012082365341484547, 0.01247060764580965, -0.016225846484303474, 0.013883005827665329, 0.03962748125195503, -0.0033167933579534292, 0.036441218107938766, 0.003909197170287371, -0.004478172864764929, 0.0234551839530468, 0.014338186010718346, 0.0515424981713295, -0.01820722036063671, -0.031166477128863335, 0.027551809325814247, 0.023374857380986214, 0.0011806244729086757, -0.0073431325145065784, 0.0018006406025961041, 0.004411234520375729, -0.0019311702344566584, -0.006148283835500479, -0.023696161806583405, -0.009398139081895351, -0.017296859994530678, -0.003721770131960511, 0.020295696333050728, -0.004849680699408054, 0.017216533422470093, -0.0018809664761647582, 0.0035276489797979593, 0.004371071700006723, -0.0036514848470687866, 0.011961876414716244, 0.0024984723422676325, -0.021527361124753952, -0.008320432156324387, 0.013340805657207966, 0.0030741419177502394, -0.004551805090159178, 0.013073052279651165, 0.0016090295976027846, 0.018019793555140495, 0.035959258675575256, 0.020295696333050728, -0.030015138909220695, 0.010917638428509235, 0.041903384029865265, 0.028596045449376106, 0.00016598608635831624, -0.016654251143336296, -0.014257860369980335, 0.004816211294382811, 0.02203609235584736, -0.006024447735399008, -0.03360303118824959, 0.0073230513371527195, 0.013374274596571922, 0.017162982374429703, -0.01957276277244091, 0.02056344971060753, 0.013380968011915684, 0.019693251699209213, -0.009157161228358746, -0.016922004520893097, -0.021420259028673172, -0.026186266914010048, 0.0020516591612249613, 0.002237413078546524, -0.011647266335785389, -0.012330036610364914, -0.0024097792338579893, -0.011720898561179638, 0.002602226799353957, 0.012323343195021152, 0.02787311188876629, 0.037110600620508194, 0.015610014088451862, -0.015114670619368553, -0.01109837181866169, 0.02666822262108326, -0.0053684525191783905, 0.009291037917137146, -0.018769502639770508, 0.0025553700979799032, -0.001077706809155643, 0.015382423996925354, -0.02573108673095703, 0.008802387863397598, 0.020951692014932632, -0.0057265725918114185, 0.02451280876994133, 0.00886263232678175, 0.008688592351973057, 0.024017466232180595, -0.017899304628372192, 0.0038857690524309874, 0.004595315083861351, 0.021380096673965454, 0.008106229826807976, 0.004511642269790173, -0.010736905038356781, 0.0005150065990164876, -0.003541036741808057, -0.0065365261398255825, -0.01804656907916069, 0.003597934264689684, 0.011848080903291702, 0.023107104003429413, -0.015650177374482155, 0.017698489129543304, -0.022384170442819595, -0.029586734250187874, -0.01589115522801876, 0.0019797005224972963, -0.02309371717274189, 0.005579308141022921, -0.012350118719041348, 0.00899650901556015, -0.0068176668137311935, -0.007450234144926071, -0.011325961910188198, -0.0041535221971571445, -0.014043658040463924, -0.004361031111329794, 0.013454600237309933, -0.00817986112087965, 0.00740337697789073, -0.0006685463595204055, -0.017229920253157616, -0.013990106992423534, -0.007256112992763519, -0.02461991086602211, 0.01615890860557556, -0.01830093376338482, -0.005187719129025936, -0.011500001884996891, -0.020496509969234467, 0.020844589918851852, 0.023441797122359276, -0.013273866847157478, -0.02993481233716011, 0.007463621441274881, -0.006409343332052231, -0.02409779094159603, 0.008541328832507133, -0.006847789045423269, 0.029640283435583115, -0.01614551991224289, 0.005268045235425234, 0.010897557251155376, -0.013883005827665329, 0.004170256666839123, 0.008059372194111347, -0.0022809228394180536, -0.004290745593607426, 0.009344588033854961, 0.009070141240954399, 0.01587776653468609, 0.025383006781339645, 0.0006844442104920745, 0.012155997566878796, -0.006784197874367237, -0.013702272437512875, 0.0034071600530296564, 0.005224535241723061, -0.01594470627605915, -0.0031561413779854774, 0.007510478608310223, -0.00015866471221670508, 0.0031410802621394396, 0.008481084369122982, 0.0048898435197770596, 0.03719092532992363, 0.0076510487124323845, 0.0006392608629539609, -0.0008936264202930033, -0.043376024812459946, 0.008414145559072495, -0.036066360771656036, 0.03223748877644539, 0.02104540541768074, -0.002294310601428151, -0.04565192759037018, -0.006298894993960857, -0.030764847993850708, -0.009833238087594509, 0.012899012304842472, -0.007329745218157768, 0.02503492869436741, -0.009746218100190163, -0.012209547683596611, 0.0083873700350523, 0.012564321048557758, 0.021714787930250168, -0.007798313163220882, -0.022370783612132072, 0.021634461358189583, 0.02146042324602604, 0.018140282481908798, 0.013635333627462387, -0.028703147545456886, 0.010529396124184132, 0.018180444836616516, 0.009250874631106853, 0.007871945388615131, 0.020335858687758446, 0.020657163113355637, 0.010710129514336586, -0.03151455521583557, 0.010301806032657623, -0.0008626674534752965, -0.001718641142360866, 0.013883005827665329, 0.03346915543079376, -0.03277299553155899, 0.019479047507047653, 0.011044821701943874, 0.0049132718704640865, -0.0002610594092402607, -0.005987632088363171, 0.013394355773925781, -0.003005530219525099, 0.02356228604912758, -0.003234793897718191, -0.011754367500543594, 0.012718278914690018, -0.02524913102388382, -0.011546858586370945, 0.003477445337921381, 0.0024332075845450163, 0.027525033801794052, 0.031701985746622086, 0.013501456938683987, 0.009090222418308258, -0.001516152755357325, 0.0018776196520775557, -0.0005488941678777337, 0.030711296945810318, -0.013883005827665329, 0.012122527696192265, -0.0030691216234117746, 0.013066357932984829, -0.01673457771539688, -0.006094733253121376, -0.005803551524877548, 0.008407452143728733, -0.0004106246924493462, -0.002357902005314827, -0.017270084470510483, 0.0009781360859051347, 0.02314726822078228, -0.029961587861180305, -0.016975555568933487, 0.008882713504135609, 0.0349150225520134, 0.025864962488412857, -0.019612925127148628, 0.0005263024941086769, -0.030416768044233322, -0.006161671597510576, 0.011399594135582447, 0.005328289698809385, 0.010134460404515266, 0.025690924376249313, -0.011848080903291702, -0.0017470899038016796, -0.009357975795865059, 0.030738072469830513, -0.027471482753753662, 0.0027009607292711735, 0.003517608158290386, 0.0035544242709875107, -0.008869325742125511, -0.021165894344449043, 0.01436496153473854, 0.06169034540653229, -0.009833238087594509, -0.012945869006216526, -0.018582075834274292, 0.01741734892129898, -0.038850996643304825, -0.002836511004716158, 0.008989814668893814, -0.010341969318687916, -0.01494063064455986, 0.019599538296461105, -0.0001247772015631199, 1.4119799743639305e-05, -0.008373982273042202, 0.009023284539580345, 0.015462749637663364, -0.0031310394406318665, -0.02524913102388382, -0.028970900923013687, 0.013052970170974731, 0.048891741782426834, 0.006901339627802372, -0.005237923003733158, 0.01888999156653881, -0.03783353418111801, -0.03205006197094917, -0.037431903183460236, -0.00943830143660307, 0.037431903183460236, 0.016011644154787064, -0.0036749131977558136, 0.012323343195021152, 0.00915046688169241, 0.013447906821966171, 0.009304424747824669, -0.001021645963191986, 0.004253929480910301, -0.015770666301250458, -0.00043719084351323545, -0.04982887953519821, -0.011031433939933777, -0.023963915184140205, -0.002153740031644702, 0.019278233870863914, 0.03670896962285042, 0.007349826395511627, 0.06056578457355499, 0.023589061573147774, 0.01554307620972395, -0.02587835118174553, -0.0030021832790225744, -0.005686409305781126, -0.004186991136521101, -0.001595641952008009, -0.009304424747824669, 0.05355064943432808, 0.02129977010190487, 0.015810828655958176, -0.0034305884037166834, 0.015476137399673462, 0.02255821041762829, 0.0054420847445726395, 0.01178783643990755, -0.027056464925408363, 0.01354162022471428, -0.01615890860557556, 0.03087194822728634, 0.01720314659178257, 0.014900468289852142, -8.67583294166252e-05, -0.005027066916227341, 0.002065046923235059, -0.019853902980685234, -0.0117275919765234, -0.005375146400183439, -0.011848080903291702, 0.008032597601413727, 0.004310827236622572, -0.01573050208389759, -0.03665541857481003, -0.019331784918904305, -0.004983557388186455, 0.003413853934034705, -0.015516300685703754, -0.017136206850409508, -0.02088475227355957, -0.004143481608480215, 0.006590076722204685, -0.015382423996925354, -0.012852155603468418, 0.014980793930590153, -0.007095460779964924, -0.02088475227355957, 0.008307044394314289, 0.028596045449376106, 0.019505823031067848, 0.00781170092523098, -0.002617287915199995, 0.005629512015730143, 0.010616416111588478, 0.002607247093692422, -0.018421422690153122, 0.0173102468252182, -0.012423750013113022, 0.0031879369635134935, 0.006784197874367237, -0.0327194444835186, -0.008273575454950333, -0.006573342252522707, 0.03304075077176094, -0.016614088788628578, 0.0039192382246255875, 0.041796281933784485, 0.011827999725937843, 0.011566939763724804, 0.019291620701551437, 0.009819850325584412, 0.0010024012299254537, -0.014646102674305439, 0.00880908127874136, -0.0037719737738370895, -0.011600409634411335, 0.009217405691742897, -0.023160655051469803, 0.027391156181693077, 0.017658326774835587, -0.015261935070157051, -0.006315629463642836, -0.019599538296461105, 0.0064863222651183605, 0.005903958808630705, -0.012169385328888893, 0.008896101266145706, 0.001540417899377644, 0.018541911616921425, -0.007229337468743324, -0.0028231232427060604, -0.004207072779536247, 0.017604775726795197, -0.013923168182373047, -0.004056461621075869, -0.029318980872631073, 0.021915603429079056, 0.006921421270817518, -0.010589640587568283, 0.001742069493047893, -0.013708965852856636, -0.010542783886194229, -0.029372530058026314, 0.008280268870294094, 0.01136612519621849, 0.01101804617792368, -0.01480675395578146, -0.006499710027128458, -0.023374857380986214, 0.005274738650768995, -0.031487781554460526, 0.011506695300340652, -0.0294528566300869, -0.0125442398712039, -0.02362922392785549, -0.008614960126578808, -0.011125147342681885, -0.020001167431473732, 0.02278580144047737, -0.03381723538041115, 0.004263970535248518, 0.012845462188124657, -0.006503056734800339, 0.04865076392889023, -0.0011195432161912322, 0.013026195578277111, -0.0041769505478441715, -0.022906290367245674, -0.013447906821966171, -0.017176371067762375, -0.009739523753523827, -0.003079162212088704, 0.0526135116815567, 0.039065197110176086, 0.004170256666839123, 0.026105940341949463, 0.006854482926428318, 0.002401411999017, 0.005187719129025936, 0.0058470615185797215, -0.0013797659194096923, 0.026601284742355347, -0.004846333526074886, -0.004417928401380777, 0.013441212475299835, 0.011038127355277538, -0.004615396726876497, -0.0008860958623699844, -0.004454744514077902, -0.013534926809370518, 0.012162690982222557, 0.02298661507666111, 0.0010166255524381995, -0.006077998783439398, 0.00160400930326432, -0.00870867446064949, -0.026761936023831367, 0.02662806026637554, -0.04123399779200554, -0.010281724855303764, 0.005974244326353073, -0.02573108673095703, 0.019291620701551437, -0.009619034826755524, 0.0005978427943773568, -0.006720606237649918, 0.04393830895423889, 0.017430735751986504, 0.012939175590872765, -0.005780123174190521, -0.0026842262595891953, -0.03124680370092392, 0.005452125333249569, 0.021527361124753952, -0.014431899413466454, 0.007918802089989185, -0.004294092766940594, -0.004217113368213177, -0.025597209110856056, -0.0061081210151314735, -0.011660654097795486, -0.0024181464686989784, 0.011566939763724804, -0.0011931754415854812, -0.013802679255604744, -0.013026195578277111, -0.009833238087594509, 0.002374636474996805, -0.010134460404515266, 0.01228317990899086, 0.0006626892718486488, 0.03518277779221535, -0.028997676447033882, -0.008869325742125511, -0.0032230797223746777, -0.01603841967880726, 0.00036083933082409203, 0.01194179430603981, 0.03346915543079376, -0.017002331092953682, 0.019345171749591827, -0.02682887576520443, -0.007510478608310223, -0.013273866847157478, 0.014110595919191837, 0.017537837848067284, 0.02609255351126194, -0.01554307620972395, -0.03004191443324089, 0.03419208899140358, 0.02287951484322548, -0.0014207656495273113, -0.03266589716076851, 0.01630617305636406, 0.01491385605186224, 0.01401688251644373, -0.02803376503288746, -0.01396333146840334, -0.009578872472047806, -0.0028666332364082336, -0.01046915166079998, 0.01736379787325859, -0.00941822025924921, 1.1498485037009232e-05, -0.012972644530236721, 0.006312282755970955, -0.02424505539238453, 0.011633878573775291, 0.0008070250041782856, 0.002878347411751747, -0.004973516333848238, 0.009404832497239113, 0.007082073483616114, -0.008373982273042202, -0.009311119094491005, 0.009116997942328453, -0.0027645521331578493, 0.007985740900039673, 0.005191065836697817, 0.016078582033514977, -0.0033770378213375807, -0.0007522192900069058, 0.015114670619368553, 0.02704307809472084, -0.009933644905686378, -0.04203725978732109, 0.013193541206419468, -0.01184138748794794, 0.008293656632304192, -0.009116997942328453, -0.007717987056821585, -0.0021085566841065884, -0.005980938207358122, -0.03175553306937218, 0.015087895095348358, 0.011881549842655659, 0.009779687039554119, -0.014204309321939945, 0.0006739851087331772, -0.04233178868889809, -0.011272411793470383, 0.002165454439818859, 0.012008733116090298, -0.007450234144926071, -0.030068689957261086, -0.010275030508637428, 0.01903725601732731, 0.02555704675614834, 0.018019793555140495, 0.005291473586112261, 0.0035745056811720133, 0.03403143584728241, -0.00677081011235714, 0.01761816255748272, 0.011272411793470383, 0.02204947918653488, -0.03456694260239601, -0.016132133081555367, -0.0025553700979799032, -0.02540978230535984, 0.019291620701551437, -0.01630617305636406, -0.03376368433237076, -0.0019060684135183692, 0.012008733116090298, 0.024820726364850998, 0.008253493346273899, 0.012872236780822277, 0.009565484710037708, 0.016640864312648773, 0.0021821889095008373, 0.004762660712003708, -0.025905126705765724, 0.0005727409152314067, -0.024004077538847923, -0.010147848166525364, 0.02125960774719715, -0.019974391907453537, 0.0013362560421228409, -0.021795114502310753, 0.01010099146515131, 0.007999127730727196, -0.021085567772388458, -0.03475436940789223, -0.006677096709609032, 0.00884255114942789, -0.010295112617313862, 0.022692088037729263, -0.003159488318488002, -0.013896393589675426, -0.00807945430278778, 0.05274738743901253, 0.004635477904230356, -0.0037719737738370895, -0.014164146967232227, 0.018394647166132927, 0.010000583715736866, 0.023000003769993782, 0.010489232838153839, 0.005964203272014856, -0.03234459087252617, -0.034700822085142136, -0.024325381964445114, -0.015208384022116661, -0.01756461337208748, 0.01903725601732731, -0.004725844599306583, -0.022129805758595467, -0.043001171201467514, -0.013347499072551727, -0.04257276654243469, -0.010542783886194229, -0.00718248076736927, 0.01062310952693224, 0.037378352135419846, 0.019438885152339935, -0.027270667254924774, 0.024004077538847923, -0.009598953649401665, 0.03537020459771156, -0.011814611963927746, -0.0013295621611177921, 0.027632134035229683, -0.0004269409109838307, 0.0008204126497730613, -0.006516444496810436, -0.05612108111381531, -0.01467287726700306, 0.004782742355018854, -0.028997676447033882, -0.0003296711656730622, 0.027578584849834442, -0.008052678778767586, -0.005197759717702866, 0.008086147718131542, 0.0036481379065662622, -0.025061704218387604, 0.031005825847387314, 0.028274742886424065, -0.039948783814907074, -0.004766007885336876, 0.003199651138857007, 0.024017466232180595, -0.028381843119859695, 0.017644938081502914, -0.00884255114942789, -0.0058202859945595264, -0.007550641428679228, 0.016614088788628578, -0.033897560089826584, 0.017912691459059715, -0.012651341035962105, 0.02241094596683979, 0.016332948580384254, -0.005960856564342976, 0.02156752347946167, -0.020135043188929558, 0.011379512958228588, -0.024646686390042305, 0.03239814192056656, 0.010690048336982727, 0.0007363214390352368, -0.0015839277766644955, -0.021393483504652977, 0.011901631951332092, -0.005964203272014856, 0.01062310952693224, -0.021487196907401085, -0.010683353990316391, -0.009639116935431957, -0.007142317947000265, -0.010040747001767159, 0.008675205521285534, 0.007262806873768568, -0.025891738012433052, -0.007657742593437433, -0.01630617305636406, -0.0041535221971571445, 0.0019830474629998207, 0.009056753478944302, -0.011426369659602642, -0.008474390022456646, 0.01946566067636013, 0.006198487710207701, -0.016118744388222694, -0.011399594135582447, 0.01207567099481821, -0.0029938160441815853, -0.013581783510744572, 0.0007363214390352368, 0.19396044313907623, -0.0006543219787999988, -0.005211147479712963, 0.012155997566878796, -0.022638536989688873, -0.007771538104861975, 0.018903378397226334, -0.009752911515533924, -0.019385334104299545, -0.0068176668137311935, -0.02798021398484707, 0.01810012012720108, -0.019853902980685234, 0.001125400303862989, 0.002270882250741124, -0.04243889078497887, -0.02878347411751747, -0.008487777784466743, -0.0025051662232726812, 0.0065365261398255825, 0.0018207220127806067, 0.007564029190689325, -0.012504076585173607, -0.005328289698809385, 0.015181608498096466, 0.0009446669137105346, 0.0033352014143019915, 0.0017169676721096039, 0.0068444423377513885, 0.012945869006216526, -0.015917930752038956, -0.00872875563800335, 0.0021520666778087616, -0.00899650901556015, -0.008688592351973057, -0.0025888392701745033, 0.03893132135272026, -0.002988795517012477, 0.029104776680469513, 0.001231664908118546, -0.020268920809030533, -0.0060813454911112785, 0.0010718497214838862, -0.026387082412838936, -0.01436496153473854, 0.0045584989711642265, 0.01318015344440937, -0.005371799226850271, 0.00387238129042089, 0.01599825546145439, -0.034111764281988144, -0.03898487240076065, 0.017952855676412582, 0.010562865063548088, -0.012089058756828308, 0.018769502639770508, -0.0065130977891385555, 0.03349592909216881, -0.01862223818898201, 0.007898720912635326, 0.008608266711235046, 0.0250884797424078, -0.017845753580331802, 0.010991270653903484, -0.022317232564091682, 0.005170984659343958, -0.004712457302957773, -0.01143975742161274, 0.04051106423139572, -0.027578584849834442, 0.015047731809318066, -0.011854775249958038, -0.013501456938683987, 0.0012668075505644083, -0.008012515492737293, -0.019010480493307114, -0.0035711589735001326, 0.02540978230535984, 0.026025615632534027, 0.036227013915777206, 2.9285511118359864e-06, -0.011814611963927746, 0.003631403436884284, -0.016560537740588188, -0.00020353430591057986, -0.02551688440144062, 0.03365658223628998, -0.02393713966012001, -0.0026942670810967684, -0.004284051712602377, -0.013534926809370518, -0.016185684129595757, -0.014753203839063644, -0.014552388340234756, -0.0087890001013875, 0.004806170705705881, -0.006191793829202652, 0.01946566067636013, -0.007155705243349075, 0.022223519161343575, -0.013608558103442192, 0.06656345725059509, 0.004421275574713945, 0.00439115334302187, -0.021032016724348068, -0.007061991840600967, -0.010576252825558186, 0.02988126128911972, -0.019438885152339935, -0.005030414089560509, 0.017323635518550873, -0.03539697825908661, 0.021527361124753952, 0.00781170092523098, 0.004578580614179373, 0.01905064284801483, -0.011031433939933777, -0.04029686376452446, 0.018956929445266724, 0.01059633493423462, 0.00954540353268385, -0.01788591593503952, 0.0060846926644444466, 0.03861001878976822, 0.012865543365478516, -0.003345242002978921, -0.027739236131310463, -0.0045819273218512535, -0.02720372937619686, -0.00641603721305728, 0.007383295800536871, 0.006646974477916956, 0.022799188271164894, -0.005937428213655949, -0.010013971477746964, -0.003547730389982462, -0.0008128820918500423, -0.007055297959595919, -0.018595462664961815, 0.02356228604912758, -0.02731083147227764, 0.0030005096923559904, 0.02461991086602211, -0.0033251605927944183, 0.003557771211490035, -0.026226429268717766, 0.014405124820768833, -0.0013713986845687032, -0.004618743434548378, -0.009860013611614704, -0.02377648837864399, -0.000859320571180433, 0.007952271029353142, 0.0007434336002916098, 0.027498258277773857, 0.004106665495783091, -0.017337022349238396, -0.04656228795647621, 0.01491385605186224, -0.001807334367185831, -0.02420489303767681, -0.020536674186587334, 0.024967990815639496, 0.004478172864764929, -0.026105940341949463, 0.008240105584263802, -0.16996975243091583, 0.013407743535935879, 0.007497090846300125, -0.014351573772728443, 0.007932189851999283, 0.011734286323189735, 0.002819776302203536, 0.021272994577884674, -0.005632858723402023, -0.01018131710588932, 0.033790457993745804, -0.027819562703371048, -0.012798604555428028, -0.020322471857070923, 0.012035508640110493, -0.016426661983132362, -0.009137079119682312, 0.021554136648774147, 0.03796740993857384, 0.02088475227355957, 0.04369732737541199, -0.00372846401296556, 0.024285219609737396, -0.020376021042466164, 0.011265717446804047, 0.015355648472905159, -0.025075091049075127, 0.014003494754433632, -0.017270084470510483, -0.02325436845421791, -0.0028314904775470495, 0.01962631195783615, 0.014110595919191837, 0.005381840281188488, 0.003087529679760337, 0.008092842064797878, -0.008742143400013447, 0.025811413303017616, -0.010991270653903484, 0.031487781554460526, 0.008742143400013447, 0.026333531364798546, -0.0186757892370224, 0.003775320714339614, 0.028381843119859695, 0.0039192382246255875, 0.0018525177147239447, 0.005609430372714996, 0.003925932105630636, -0.036789294332265854, 0.011955182068049908, -0.050471484661102295, -0.013528232462704182, -0.008969733491539955, -0.007262806873768568, 0.017216533422470093, -0.002138678915798664, -0.006847789045423269, -0.00794557761400938, -0.02271886356174946, -0.007175786886364222, -0.01714959554374218, 0.013909781351685524, -0.02219674363732338, 0.023736324161291122, -0.014271248131990433, -0.009799769148230553, 0.016453437507152557, -0.011620490811765194, 0.014030270278453827, 0.019706638529896736, -0.02878347411751747, 0.00418364442884922, -0.01668102666735649, 0.004635477904230356, 0.011158616282045841, -0.0189435426145792, 0.00844092108309269, 0.02661467157304287, -0.0031159783247858286, -0.021018629893660545, 0.009665892459452152, -0.006921421270817518, 0.00432756170630455, -0.022531434893608093, -0.008641735650599003, 0.0004099971556570381, 0.004066502209752798, -0.009043365716934204, -0.008882713504135609, -6.950079114176333e-05, -0.026708386838436127, -0.013856230303645134, -0.000997380819171667, 0.041742730885744095, -0.009813155978918076, 0.0016600701492279768, 0.002374636474996805, 0.013648721389472485, -0.005448778625577688, -0.006954890675842762, 0.009826543740928173, 0.0009296057978644967, 0.01625262200832367, 0.035584405064582825, -0.014498838223516941, 0.010208092629909515, 0.010188010521233082, 0.021634461358189583, -0.012858849950134754, -0.033335279673337936, 0.007162399124354124, 0.012135915458202362, 0.021701401099562645, -0.030898723751306534, 0.04832946136593819, -0.008333819918334484, -0.016747964546084404, 0.004220460541546345, 0.008133004419505596, 0.03215716406702995, -0.01491385605186224, 0.013816067017614841, 0.007885333150625229, -0.0018977010622620583, -0.007885333150625229, -0.09001863747835159, -0.019291620701551437, 0.03365658223628998, -0.02040279656648636, -0.0035778526216745377, 0.0058202859945595264, -0.0020934955682605505, 0.016975555568933487, 0.01096449512988329, 0.0335494801402092, -0.034647271037101746, -0.015154833905398846, -0.03202328830957413, -0.013682190328836441, 0.021554136648774147, -0.01893015392124653, -0.034593719989061356, -0.010375438258051872, -0.005736613180488348, 0.020550061017274857, -0.02077765204012394, -0.0359860360622406, -0.008635042235255241, 0.007142317947000265, -0.012008733116090298, 0.0020031288731843233, -0.02656112238764763, -0.004197032190859318, 0.01360186468809843, -0.01441851258277893, 0.023441797122359276, -0.0021236177999526262, -2.8187303541926667e-05, -0.014431899413466454, -0.029051227495074272, 0.009565484710037708, -0.01688184216618538, -0.011433063074946404, 0.026427244767546654, -0.010736905038356781, -0.009478464722633362, 0.014271248131990433, -0.007938883267343044, -0.008481084369122982, 0.015904542058706284, -0.011131840758025646, -0.0170424934476614, 0.028890574350953102, -0.03298719972372055, -0.030122239142656326, -0.011627184227108955, -0.00891618337482214, -0.014873692765831947, -0.037324801087379456, 0.014391737058758736, 0.01499418169260025, 0.002147046383470297, 0.0015538055449724197, -0.026320144534111023, -0.000599097867961973, -0.024486033245921135, -0.020590225234627724, -0.02068393863737583, 0.00957217812538147, -0.013762516900897026, 0.009391444735229015, -0.03282654657959938, -0.0022390864323824644, 0.031327128410339355, -0.015034344978630543, -0.00310928444378078, 0.02488766424357891, -0.014605939388275146, -0.011627184227108955, -0.04246566444635391, -0.026440633460879326, -0.011058208532631397, -0.0072226435877382755, 0.02140687219798565, -0.02036263421177864, 0.00669383117929101, 0.0004995271447114646, -0.015717115253210068, 0.0031025907956063747, 0.0190908070653677, 0.015315485186874866, 0.02368277497589588, 0.004842986818403006, -0.003281650599092245, -0.0395471528172493, 0.01060302834957838, 0.026735160499811172, 0.00038531364407390356, -0.02403085306286812, -0.021527361124753952, -0.015476137399673462, -0.023053554818034172, -0.01214930322021246, -0.002809735480695963, 0.005030414089560509, -0.006974971853196621, -0.005177678540349007, -0.055210717022418976, 0.004786089062690735, -0.005967550445348024, -0.008735449984669685, -0.004397847224026918, -0.00928434357047081, 0.028756698593497276, -0.04241211339831352, -0.008902795612812042, 0.009264262393116951, -0.022745637223124504, 0.018274158239364624, -0.014378349296748638, 0.005713184829801321, -0.012651341035962105, -0.018126893788576126, 0.028060540556907654, -0.014043658040463924, 0.039440054446458817, 0.003038999391719699, -0.002958673285320401, 0.005934081040322781, 0.004930006805807352, 0.002762878779321909, -0.00327495695091784, 0.033388830721378326, -0.017216533422470093, 0.005405268631875515, -0.0041535221971571445, -0.02025553211569786, 0.017792202532291412, 0.0016726210014894605, 0.008889407850801945, 0.012698197737336159, -0.0013320724247023463, 0.006670402828603983, 0.0083873700350523, 0.0392526239156723, 0.03113970160484314, 0.004491560626775026, -0.013662109151482582, -0.019371947273612022, 0.004290745593607426, -0.03839581459760666, -0.010877475142478943, -0.0033820581156760454, -0.006295548286288977, 0.015181608498096466, -0.0085212467238307, 0.013240397907793522, 0.017658326774835587, 0.01621245965361595, -0.060833536088466644, -0.012858849950134754, -0.0061081210151314735, -0.03949360176920891, 0.02846216969192028, -0.00682770786806941, 0.0014793366426602006, -0.015850992873311043, 0.04859721288084984, 0.020121656358242035, 0.017002331092953682, -0.030550645664334297, 0.031434230506420135, 0.016493599861860275, -0.04249243810772896, 0.00999388936907053, 0.029533183202147484, -0.0244057085365057, 0.014632714912295341, -0.03665541857481003, 0.00878230668604374, -0.01507450733333826, 0.02630675584077835, -0.018823053687810898, -0.002446595346555114, 0.018956929445266724, -0.006278813350945711, 0.019653087481856346, 0.019505823031067848, 0.020054718479514122, -0.027324218302965164, 0.02251804806292057, 0.040644943714141846, 0.005743307061493397, -0.025316068902611732, 0.0062018344178795815, -0.008541328832507133, 0.03266589716076851, -0.03719092532992363, 0.005826979875564575, -0.0002901357365772128, -0.005258004181087017, -0.01982712745666504, 0.004541764501482248, 0.004267317242920399, 0.0049166190437972546, 0.011620490811765194, 0.03435274213552475, 0.019117580726742744, 0.008561410009860992, 0.007416764739900827, -0.00991356372833252, -0.03703027218580246, 0.007644355297088623, -0.042010482400655746, -0.04859721288084984, 0.0015002548461779952, 0.03571828082203865, -0.004809517413377762, 0.01652037538588047, 0.019345171749591827, 0.010723517276346684, -0.013340805657207966, 0.027899887412786484, -0.003587893443182111, -0.020175207406282425, -0.028703147545456886, 0.020496509969234467, 0.005689756479114294, 0.011935100890696049, 0.013380968011915684, -0.042947620153427124, 0.027525033801794052, -0.011212167330086231, 0.010582947172224522, 0.00870867446064949, 0.0037485454231500626, 0.003818830708041787, 0.009230793453752995, 0.010864087380468845, -0.0004539254296105355, -0.009250874631106853, -0.010690048336982727, -0.0014316431479528546, -0.006968277972191572, -0.005237923003733158, 0.02530268207192421, 0.08150408416986465, 0.0019395375857129693, 0.011265717446804047, -0.009806462563574314, 0.0020868019200861454, -0.003055733861401677, -0.003437282284721732, -0.0060579171404242516, -0.014498838223516941, -0.016386497765779495, 0.030630970373749733, 0.0010475845774635673, 0.028114089742302895, -0.02261176146566868, -0.019612925127148628, 0.004856374580413103, -0.023749712854623795, 0.010669967159628868, -0.00037987492396496236, -0.010991270653903484, 0.01862223818898201, -0.010971189476549625, 0.03855646774172783, -0.02697613835334778, -0.0230401661247015, 0.007838476449251175, 0.008253493346273899, -0.018649013713002205, -0.02131315879523754, -0.030845172703266144, 0.008614960126578808, 0.03215716406702995, -0.02645402029156685, -0.008414145559072495, -0.004521682858467102, 0.008045985363423824, -0.012008733116090298, -0.010723517276346684, 0.023749712854623795, 0.005529104266315699, -0.00747031532227993, 0.00941822025924921, -0.017711877822875977, -0.015770666301250458, -0.020871365442872047, 0.010462458245456219, 0.007483703084290028, 0.0008254330605268478, -0.016868453472852707], \"314c2608-3fd0-4fcd-b0c6-f4fbd4cdd3e5\": [-0.017809726297855377, 0.004795688204467297, 0.027064448222517967, -0.048372749239206314, -0.022826552391052246, 0.02796219475567341, -0.022839752957224846, -0.022496497258543968, 0.00528086768463254, -0.022364474833011627, 0.026496754959225655, 0.008832251653075218, -0.014509184285998344, -0.008739836513996124, -0.009809211827814579, 0.0064063528552651405, 0.015050473622977734, -0.01115583349019289, 0.012112990953028202, -0.018020961433649063, -0.009749802760779858, 0.01611984893679619, 0.011056817136704922, -0.02291896753013134, -0.026958830654621124, -0.016001028940081596, 0.004841895774006844, -0.04721095785498619, 0.017242033034563065, -0.003270837478339672, -0.008158940821886063, -0.019829658791422844, -0.016753554344177246, -0.010264687240123749, -0.011743330396711826, 0.01056173536926508, -0.0018615059088915586, -0.02472766488790512, -0.012627875432372093, -0.0075384387746453285, 0.003076105611398816, 0.003977153450250626, -0.009076491929590702, 0.008099530823528767, 0.010515527799725533, 0.04596995562314987, -0.002557920292019844, 0.003373154439032078, -0.010343899950385094, 0.02066139504313469, 0.007776077836751938, 0.02108386531472206, -0.007208384573459625, -0.021532738581299782, 0.015340921469032764, 0.003921044524759054, -0.01823219656944275, -0.0034160614013671875, 0.005310572683811188, -0.03279418870806694, 0.00565382931381464, 0.02596866711974144, -0.017941748723387718, -0.019856063649058342, -0.029361626133322716, -0.020278532058000565, -0.022087229415774345, 0.013809469528496265, 0.005135644227266312, -0.028305452316999435, 0.021677963435649872, 0.01002704817801714, -0.006320538930594921, -0.0042510987259447575, 0.01611984893679619, -0.028595900163054466, -0.015552155673503876, -0.011789537966251373, 0.002797209657728672, 0.009472556412220001, 0.011848947033286095, -0.023328233510255814, -9.483902249485254e-05, 0.044068843126297, 0.009465956129133701, 0.015446539036929607, 0.02746051363646984, 0.04237896576523781, -0.02021252177655697, -0.009201912209391594, 0.0067925164476037025, 0.009129300713539124, 0.024529632180929184, -0.0010512227891013026, 0.017954951152205467, 0.032582953572273254, -0.0034094604197889566, 0.008627617731690407, -0.026496754959225655, -0.018641464412212372, -0.004729677457362413, 0.04731657728552818, -0.043487947434186935, -0.019380785524845123, -0.04039863869547844, -0.01564457081258297, 0.007096166256815195, -0.02674759551882744, 0.018417026847600937, 0.014971260912716389, -0.02290576510131359, 0.03688686341047287, 0.009472556412220001, 0.0023549371398985386, -0.00866722408682108, 0.005505304783582687, -0.013545426540076733, -0.011637712828814983, -0.03295261412858963, -0.0032180289272218943, 0.011881953105330467, 0.01002704817801714, 0.025018110871315002, 0.005703337490558624, 0.017822928726673126, -0.001115583349019289, 0.007848690263926983, 0.0250445157289505, -0.003458968596532941, -0.026972033083438873, -0.01168392039835453, -0.005551512353122234, 0.019024327397346497, 0.037414949387311935, -0.04644523188471794, -0.00038286292692646384, -0.008172143250703812, 0.006653893738985062, -0.016581924632191658, -0.027090853080153465, 0.005224758759140968, 0.015697380527853966, -0.009974239394068718, -0.0012038728455081582, 0.02173077128827572, 0.026298722252249718, 0.040609873831272125, 0.0014266595244407654, 0.008257957175374031, -0.007696865126490593, -0.004782485775649548, 0.005587818566709757, 0.006640691310167313, -0.00222126510925591, 0.002092543989419937, -0.0034523673821240664, -0.007888296619057655, 0.05043228715658188, 0.014746823348104954, -0.015380527824163437, -0.004987119697034359, 0.027539726346731186, 0.00849559623748064, 0.002237767679616809, 0.009558371268212795, 0.030232969671487808, 0.004076169803738594, 0.003148717572912574, -0.010733364149928093, 0.015512549318373203, -0.008020318113267422, 0.02551979385316372, -0.026509957388043404, -0.0022295163944363594, 0.011334062553942204, 0.03157959133386612, 0.001686577219516039, -0.0022146638948470354, -0.013545426540076733, -0.01957881823182106, -0.022958572953939438, 0.004165284335613251, -0.00264043384231627, 0.024542832747101784, -0.012700486928224564, -0.02019931934773922, 0.029097581282258034, 0.015288112685084343, -0.005634026136249304, -0.0076440563425421715, -0.00043072080006822944, 0.019763648509979248, 0.010053452104330063, -0.007247991394251585, -0.652292788028717, -0.013175765052437782, 0.01056173536926508, -0.03097229078412056, -0.005449195392429829, 0.011353866197168827, 0.009050087071955204, 0.013208771124482155, -0.008218350820243359, 0.02415996976196766, -0.011314259842038155, 0.03147397190332413, -9.097120346268639e-05, 0.0048583983443677425, -0.04538905993103981, -0.036041922867298126, -0.007320603355765343, -0.010548533871769905, -0.010588140226900578, 0.005284168291836977, -0.003295591566711664, -0.0025595705956220627, 0.0016750253271311522, 0.001664298470132053, 0.008079728111624718, 0.001164266373962164, 0.021440323442220688, -0.0016609979793429375, -0.011551898904144764, 0.022786945104599, -0.015869008377194405, -0.005977282300591469, 0.025282155722379684, -0.005983883515000343, 0.027354896068572998, 0.006386549677699804, 0.0008523651049472392, 0.019671233370900154, 0.008614416234195232, 0.05492102727293968, -0.024490024894475937, -0.0425373911857605, 0.020714204758405685, 0.018879102542996407, 0.009254720993340015, -0.00481879198923707, -0.0004674393276218325, 0.0036338972859084606, 0.0074922312051057816, -0.013545426540076733, -0.027249278500676155, -0.02699843794107437, -0.017083607614040375, -0.00440292339771986, 0.00781568419188261, 0.0017047302098944783, 0.010119463317096233, -9.844899614108726e-05, -0.010885189287364483, 0.009386742487549782, -0.000234338513109833, 0.007710067089647055, 0.0067331064492464066, -0.018271803855895996, -0.011848947033286095, 0.01652911677956581, 0.004419426433742046, 0.0021404018625617027, 0.027381300926208496, -0.004435929004102945, 0.017796525731682777, 0.03992336243391037, 0.021743973717093468, -0.011254849843680859, 0.004036563448607922, 0.023737501353025436, 0.026470350101590157, -0.009360338561236858, -0.017492875456809998, -0.02699843794107437, 0.008125935681164265, 0.030629033222794533, -0.00864742137491703, -0.01260807178914547, 0.006271030753850937, -0.0033335478510707617, 0.010924795642495155, -0.00970359519124031, 0.0076308539137244225, 0.016357488930225372, 0.045785125344991684, 0.009525365196168423, -0.0026965432334691286, -0.04008178785443306, -0.019684435799717903, 0.013056945987045765, -0.023103797808289528, -0.00820514839142561, -0.014575195498764515, 0.010746566578745842, -0.031790826469659805, -0.011558499187231064, -0.011386871337890625, 0.01547294296324253, 0.0349065363407135, 0.010898390784859657, 0.000831324141472578, 0.006917937193065882, 0.014509184285998344, 0.001538052805699408, 0.008376777172088623, -0.02051617205142975, 0.003143766662105918, 0.010799374431371689, 0.01390188466757536, -0.025282155722379684, 0.004023361019790173, 0.01275989692658186, 0.0034985749516636133, 0.013235175050795078, 0.012693886645138264, 0.0054128896445035934, 0.031157121062278748, -0.027750961482524872, -0.004274202510714531, 0.009677190333604813, 0.003977153450250626, -0.0013688999461010098, -0.008555006235837936, -0.028569495305418968, -0.012766498140990734, -0.0016205663559958339, -0.013175765052437782, -0.01930157281458378, 0.010515527799725533, 0.01910354010760784, 0.01577659323811531, -0.018218994140625, 0.028490282595157623, -0.012918323278427124, -0.030285777524113655, -0.021493133157491684, -0.0012781351106241345, -0.023301830515265465, -0.002246019197627902, -0.014284747652709484, 0.008502197451889515, -0.007848690263926983, -0.002843417227268219, -0.0034820723813027143, 0.017083607614040375, -0.016317881643772125, 0.006743008270859718, 0.037995845079422, -0.02627231739461422, 0.018773484975099564, 0.006657193880528212, -0.014469577930867672, -0.013446410186588764, 0.001586735830642283, -0.02472766488790512, 0.013056945987045765, -0.004921108949929476, -0.016515914350748062, -0.009895026683807373, -0.02384311892092228, 0.004838595166802406, 0.007459226064383984, 0.006386549677699804, -0.024833280593156815, 0.009010480716824532, -0.005518506746739149, -0.010726762935519218, 0.029335221275687218, -0.005535009782761335, 0.02229846455156803, -0.021070662885904312, 0.013387000188231468, 0.012495853938162327, -0.02335463836789131, 0.0015941619640216231, 0.006370047107338905, -0.004079470410943031, -0.014522386714816093, 0.016317881643772125, 0.007003751117736101, 0.029388029128313065, 0.030127352103590965, -0.017347650602459908, 0.024516429752111435, -0.023565873503684998, 0.00037027959479019046, -0.003183373250067234, -0.005597719922661781, 0.008198547177016735, -0.003282389370724559, 0.003076105611398816, 0.009848819114267826, -0.0049640159122645855, -0.0013977796770632267, 0.007558242417871952, 0.02806781232357025, 0.008845454081892967, 0.0064360578544437885, 0.016159456223249435, -0.04731657728552818, 0.006617587525397539, -0.04330311715602875, 0.03625315800309181, -0.0046240598894655704, 0.01412632130086422, -0.03767899423837662, -0.014588397927582264, -0.032556552439928055, 0.006597784347832203, 0.012713689357042313, -0.00788169540464878, 0.01879988983273506, -0.013228573836386204, -0.0189715176820755, 0.011413276195526123, 0.013611436821520329, 0.010944598354399204, 0.00385173293761909, -0.04042504355311394, 0.01009965967386961, 0.01879988983273506, 0.007056559901684523, 0.021189482882618904, -0.022866157814860344, 0.0060663968324661255, 0.010066654533147812, 0.004898005165159702, -0.0011659165611490607, -0.0003933834086637944, 0.019816456362605095, 0.018430229276418686, -0.028807135298848152, 0.007670460734516382, -0.0024787073489278555, 0.007393214851617813, 0.026787202805280685, 0.04005538299679756, -0.029704881832003593, 0.020080499351024628, 0.011763133108615875, -0.0015289762523025274, -0.00409597298130393, -0.008482393808662891, 0.00508283544331789, -0.014786429703235626, 0.023948736488819122, -0.0020199320279061794, -0.005313873291015625, 0.019935276359319687, -0.013862278312444687, 0.0056934356689453125, -0.006785915233194828, 0.00820514839142561, 0.02764534391462803, 0.023737501353025436, 0.007142373826354742, 0.014746823348104954, -0.0022509698756039143, -0.0037461156025528908, -0.001347446464933455, 0.016014231368899345, -0.014139523729681969, 0.0025463683996349573, 0.011670717969536781, 0.001894511398859322, -0.017110012471675873, 0.006317238323390484, -0.0013705502497032285, -0.00436001643538475, -0.001283911056816578, -0.0035381815396249294, -0.029123986139893532, 0.0010611243778839707, 0.02854309044778347, -0.020146511495113373, -0.023420648649334908, 0.00043319619726389647, 0.026364732533693314, 0.029044773429632187, -0.024054354056715965, -0.014773228205740452, -0.023275425657629967, -0.002599177183583379, 0.0015784844290465117, 0.002821963746100664, 0.022734137251973152, 0.023592276498675346, -0.01473362185060978, 0.00774307269603014, 0.004792387597262859, 0.017968153581023216, -0.014482780359685421, -0.01297773327678442, 0.021017855033278465, 0.01115583349019289, -0.013188967481255531, -0.017202427610754967, -0.00759124755859375, 0.05069633200764656, -0.0049343109130859375, 0.00225592078641057, -0.03480092063546181, 0.009149103425443172, -0.0379166305065155, 0.0006902259192429483, 0.01699119247496128, 0.006257828325033188, -0.010951199568808079, -0.0032180289272218943, 0.004445830825716257, -0.004940912127494812, -0.006277631502598524, 0.013677448034286499, 0.0110040083527565, -0.002716346411034465, -0.03113071620464325, -0.031183525919914246, 0.030232969671487808, 0.04298626631498337, 0.01320216991007328, 0.004769283812493086, 0.012680684216320515, -0.025863051414489746, -0.02335463836789131, -0.03213408216834068, -0.00782888662070036, 0.020291734486818314, 0.014047108590602875, -0.015869008377194405, 0.012647679075598717, 0.041692450642585754, -0.0035282799508422613, 0.009373540990054607, 0.011479286476969719, 0.014707216992974281, -0.003600891912356019, -0.0056769330985844135, -0.023341435939073563, -0.011109625920653343, -0.021664761006832123, 0.0017773420549929142, 0.01017887331545353, 0.04787106812000275, 0.0008993978262878954, 0.03237171843647957, 0.022258859127759933, -0.008462591096758842, -0.015116484835743904, 0.0035282799508422613, -0.006911335978657007, -0.0015355773502960801, -0.01229782123118639, -0.012152597308158875, 0.05101318284869194, 0.02790938690304756, 0.007234788965433836, 0.0017360852798447013, 0.005267665721476078, 0.02809421718120575, -0.013545426540076733, 0.0026156799867749214, -0.024569237604737282, 0.005604321137070656, -0.011136029846966267, 0.021453525871038437, 0.04024021327495575, 0.01930157281458378, 0.01107001956552267, -0.0032229796051979065, -0.01170372311025858, -0.004828693810850382, -0.02825264260172844, -0.0030563022010028362, -0.0075384387746453285, 0.019077135249972343, -0.013519021682441235, -0.0035942906979471445, -0.03593630716204643, -0.023011382669210434, -0.005581217352300882, -0.0013878780882805586, -0.027592534199357033, -0.018733879551291466, -0.02430519461631775, 0.0060036866925656796, -0.016581924632191658, -0.009545168839395046, -0.00712917186319828, 0.030259372666478157, -0.014363960362970829, -0.013479415327310562, -0.0008296738378703594, 0.01915634796023369, 0.02841106988489628, 0.0061423094011843204, -0.0046372623182833195, -0.005148846190422773, 0.018311409279704094, 0.010805975645780563, -0.006759510841220617, -0.0046075573191046715, -0.03020656481385231, -0.0021106968633830547, 0.012205406092107296, -0.014179130084812641, -0.01138027012348175, 0.004406224004924297, 0.019644828513264656, 0.003183373250067234, 0.0087200328707695, 0.030576225370168686, -0.010607943870127201, 0.006472363602370024, 0.009446152485907078, -0.001293812645599246, 0.005330375861376524, -0.004620759282261133, -0.014865643344819546, 0.024938898161053658, -0.004841895774006844, -0.0064360578544437885, -0.010515527799725533, 0.026140296831727028, 0.020846225321292877, -0.013545426540076733, 0.013109754770994186, 0.0025282155256718397, -0.012561864219605923, 0.009201912209391594, -0.018417026847600937, 0.017202427610754967, -0.010244883596897125, 0.00039709650445729494, 0.009881824254989624, -0.00710276747122407, -0.008825650438666344, 0.019671233370900154, -0.0076902639120817184, 0.0013928288826718926, -0.040160998702049255, 0.026536360383033752, -0.009069890715181828, 0.005152146797627211, 0.00018998747691512108, -0.004521742928773165, -0.0003030310617759824, -0.008310765959322453, -0.009842217899858952, -0.011142631061375141, 0.007030155509710312, -0.006261128932237625, -0.014139523729681969, -0.014390365220606327, 0.0002667250810191035, -0.013030541129410267, 0.0053369770757853985, -0.026008274406194687, 0.006271030753850937, -0.013981097377836704, -0.00782888662070036, 0.012416640296578407, -0.01366424560546875, 0.02624591439962387, -0.031051503494381905, 0.0020149811170995235, 0.015670975670218468, -0.007380012888461351, 0.03973853215575218, -0.00466696685180068, 0.016595127061009407, -0.02430519461631775, -0.024107161909341812, -0.018258601427078247, -0.006924537941813469, -0.012806104496121407, 0.01565777324140072, 0.061733346432447433, 0.027882982045412064, -0.005030026659369469, 0.022852955386042595, 0.0020661395974457264, -0.021308302879333496, 0.004086071625351906, 0.007512034382671118, -0.0003904954355675727, 0.029071178287267685, -0.01419233251363039, -0.012931525707244873, -0.004168584942817688, 0.015538954176008701, -0.011439680121839046, -0.00611590500921011, 0.0013309437781572342, -0.001972074154764414, -0.0017459869850426912, 0.021915601566433907, -0.013096552342176437, -0.004765983205288649, -0.002409395994618535, -0.0015198998153209686, -0.019077135249972343, 0.03142116591334343, -0.015578560531139374, 0.00385173293761909, -0.0049640159122645855, -0.014694014564156532, 0.019988084211945534, -0.003785722190514207, 0.0033599522430449724, -0.0001348065270576626, 0.05117160826921463, 0.020384149625897408, -0.0012649329146370292, -7.271507638506591e-05, -0.014033906161785126, -0.023460255935788155, 0.0038484325632452965, 0.012013974599540234, -0.013486016541719437, -0.000639480073004961, 0.0014250092208385468, -0.016951585188508034, -0.02701163850724697, -0.00543269282206893, -0.004779185634106398, -0.003346750047057867, -0.0049640159122645855, -0.015050473622977734, -0.00043319619726389647, -0.03282059356570244, -0.003524979343637824, -0.0012533810222521424, -0.0024572538677603006, -0.005053130444139242, -0.02322261594235897, 0.037731800228357315, -0.03678124397993088, -0.02841106988489628, 0.005818856414407492, -0.031870037317276, 0.018865900114178658, 0.009307529777288437, 0.04435928910970688, -0.004449131432920694, 0.02640433982014656, -0.019974883645772934, -0.0024176472797989845, -0.005112540442496538, 0.014456375502049923, 0.02092543989419937, 0.01988246850669384, 0.010073255747556686, -0.037414949387311935, 0.01623866893351078, 0.015552155673503876, 0.008601213805377483, -0.029203198850154877, 0.011888554319739342, 0.0036140938755124807, -0.00277245556935668, -0.03960650786757469, -0.011195439845323563, -0.004693371243774891, 0.0003684230614453554, -0.008502197451889515, 0.00527756754308939, -0.015354123897850513, -0.00558451795950532, -0.011974368244409561, 0.011254849843680859, 0.006535074207931757, 0.017228832468390465, -0.0029275810811668634, 0.007525236811488867, 0.006898133549839258, -0.0016510963905602694, -0.001920915674418211, 0.005148846190422773, -0.004165284335613251, 0.0011972717475146055, 0.0012806104496121407, -0.0009596327436156571, 0.010198676027357578, 0.0038187275640666485, 0.0008647421491332352, 0.016040636226534843, 0.010667352937161922, 0.03110431134700775, -0.00026074284687638283, -0.037098098546266556, 0.008918065577745438, -0.017558885738253593, 0.026760797947645187, -0.018417026847600937, -0.006568079348653555, -0.005340277682989836, -0.001930817379616201, -0.031025098636746407, 0.01542013417929411, 0.007531838025897741, -0.005475599784404039, -0.021743973717093468, -0.0013284683227539062, -0.025572603568434715, -0.0006687724380753934, 0.0023004780523478985, 0.009373540990054607, -0.014535589143633842, -0.006604385562241077, -0.018892304971814156, 0.020291734486818314, 0.013320988975465298, 0.004422727040946484, 0.017545683309435844, 0.004072869196534157, 0.028648708015680313, -0.02369789406657219, 0.029968924820423126, 0.013598235324025154, 0.021334705874323845, -0.014641206711530685, -0.0048716007731854916, 0.0032064770348370075, -0.03065543808043003, 0.016027433797717094, -0.002404445083811879, -0.02247009240090847, -0.004119076766073704, 0.0019423692720010877, 0.021770378574728966, 0.019195955246686935, 0.016766754910349846, -0.0033748047426342964, 0.0061423094011843204, 0.003571186913177371, -0.005185152404010296, -0.023433851078152657, 0.0035480831284075975, -0.03144756704568863, -0.007373411674052477, 0.02487288787961006, -0.01237043272703886, -0.008125935681164265, -0.010535331442952156, 0.01236383244395256, 0.007234788965433836, -0.02505771815776825, -0.05085475742816925, -0.002602477790787816, 0.009696993976831436, -0.007578045595437288, 0.02095184288918972, 0.00040101591730490327, -0.022272059693932533, -0.007076363079249859, 0.03960650786757469, 0.0007851165137253702, -0.014271545223891735, -0.005947577301412821, 0.02474086545407772, -0.0006592833669856191, 0.02975769154727459, -0.004620759282261133, -0.017242033034563065, -0.01928837038576603, -0.03881438076496124, -0.034932941198349, -0.0064195552840828896, 0.0013078399933874607, 0.020463362336158752, 0.01337379775941372, -0.026919223368167877, -0.04232615604996681, -0.015433336608111858, -0.047765448689460754, -0.025387773290276527, -0.0013870529364794493, 0.0032031764276325703, 0.020978247746825218, 0.018773484975099564, -0.020238926634192467, 0.013235175050795078, 0.0017459869850426912, 0.0409795343875885, -0.024859685450792313, -0.004534945357590914, 0.00781568419188261, -0.020753810182213783, 0.002434150082990527, 0.0006836248794570565, -0.04208851605653763, -0.02186279371380806, 0.002843417227268219, -0.023565873503684998, 0.0008936218800954521, 0.02109706774353981, 0.0015727084828540683, -0.009657387621700764, 0.01023828238248825, -0.0003444941248744726, -0.026602372527122498, 0.018628261983394623, 0.033163849264383316, -0.02975769154727459, -0.0019374183611944318, 0.01687237247824669, 0.018113376572728157, -0.03762618452310562, 0.004967316519469023, -0.0074922312051057816, -0.00818534567952156, 0.007960908114910126, 0.015327719040215015, -0.017426863312721252, 0.007736471481621265, -0.007683662697672844, 0.01420553494244814, 0.030708247795701027, -0.014971260912716389, 0.010891790501773357, -0.017083607614040375, 0.005683534312993288, -0.017994556576013565, 0.02669478766620159, -0.0002390830486547202, 0.01056173536926508, -0.004069569054991007, -0.017268437892198563, 0.017202427610754967, 0.005957479123026133, 0.010799374431371689, -0.017651300877332687, -0.0035480831284075975, 0.003987055271863937, 0.0006794991786591709, -0.002541417721658945, -0.001037195441313088, 0.010112862102687359, -0.0076440563425421715, 0.004472235217690468, -0.017268437892198563, -0.009954435750842094, -0.003825328778475523, 0.013585032895207405, -0.0005586168263107538, -0.014971260912716389, 0.0017443366814404726, 0.01252225786447525, -0.012528859078884125, -0.013103153556585312, 0.0235394686460495, 0.0052610645070672035, 0.012852312065660954, 0.008627617731690407, 0.18176747858524323, -0.016977990046143532, -0.012792902067303658, 0.00971019547432661, -0.03585709258913994, 0.010819178074598312, 0.004551447927951813, -0.006749609485268593, -0.003214728320017457, 0.0094989612698555, -0.013294585049152374, -0.019776850938796997, -0.02264172025024891, 0.000656807969789952, -0.0022905764635652304, -0.061416495591402054, -0.03625315800309181, -0.01101721078157425, -0.020555777475237846, 0.008918065577745438, -0.001788893947377801, -0.0023714397102594376, -0.014746823348104954, -0.016502711921930313, 0.023183010518550873, -0.0068387240171432495, -0.001000889460556209, 0.005551512353122234, 0.006188516970723867, 0.013340792618691921, -0.015908613801002502, -0.009657387621700764, 0.00019370058726053685, -0.011010609567165375, 0.003208127338439226, 0.010442916303873062, 0.04573231562972069, -0.0242919921875, 0.029995329678058624, -0.0018961615860462189, -0.02138751558959484, -0.01986926607787609, 0.012238411232829094, -0.03448406606912613, -0.018430229276418686, 0.005109239835292101, 0.017981356009840965, 0.01002704817801714, 0.00360749289393425, 0.023790309205651283, -0.03216048702597618, -0.040028978139162064, 0.022681327536702156, 0.008350372314453125, -0.00022959397756494582, 0.014443174004554749, -0.012106389738619328, 0.016727149486541748, -0.03297901898622513, 0.010568336583673954, 0.0006955893477424979, 0.03282059356570244, -0.015433336608111858, 0.004369918256998062, -0.010904991999268532, 0.023328233510255814, 0.008449388667941093, -0.0132879838347435, 0.014311151579022408, -0.016040636226534843, 0.011195439845323563, -0.011208642274141312, 9.334346395917237e-05, 0.002211363520473242, -0.008238153532147408, -0.03411440551280975, 0.01716282032430172, 0.029229603707790375, 0.025242548435926437, 0.013400202617049217, 0.0010289441561326385, 0.003458968596532941, -0.013624639250338078, -0.014179130084812641, -0.00451184157282114, -0.013703851960599422, 0.025612208992242813, -0.017690908163785934, -0.012753295712172985, -0.010449517518281937, -0.014826036989688873, -0.01866786740720272, -0.012311023660004139, -0.007875094190239906, 0.00585186155512929, 0.01928837038576603, -0.002680040430277586, 0.03081386350095272, -0.005053130444139242, 0.019948478788137436, -0.029704881832003593, 0.063845694065094, 0.04018740355968475, 0.007670460734516382, -0.03324306383728981, -0.004851797595620155, -0.021479930728673935, 0.03142116591334343, -0.028569495305418968, 0.0056769330985844135, 0.016212264075875282, -0.03707169368863106, 0.029493646696209908, 0.007525236811488867, -0.002704794518649578, 0.0012715340126305819, -0.004690070636570454, -0.023565873503684998, 0.00019297859398648143, -0.005201654974371195, -0.012106389738619328, -0.023183010518550873, 0.014311151579022408, 0.030629033222794533, 0.01989566907286644, -0.0010974303586408496, -0.03007454238831997, 0.0038220281712710857, -0.0035678863059729338, -0.007498832419514656, 0.007043357472866774, 0.01777012087404728, 0.007043357472866774, 0.007261193357408047, 0.00028199009830132127, 0.0075516412034630775, -0.007677061948925257, -0.0265495628118515, -0.015935018658638, 0.015433336608111858, -0.01685917004942894, -0.019948478788137436, 0.015723783522844315, 0.00014357359032146633, -0.008092929609119892, -0.00887185800820589, 0.016885574907064438, 0.005604321137070656, -0.00385173293761909, -0.006271030753850937, -0.026351530104875565, -0.019948478788137436, 0.006261128932237625, 0.01153209526091814, 0.020502969622612, 0.0005957479006610811, -0.00026631250511854887, -0.041666049510240555, 0.016661137342453003, -0.0017773420549929142, -0.02458244003355503, -0.014245141297578812, 0.0025084123481065035, 0.0005520157283172011, -0.010990805923938751, 0.004478835966438055, -0.16750912368297577, 0.011822543106973171, 0.013380398973822594, -0.024846483021974564, -0.011050215922296047, 0.019803253933787346, 0.0005326250102370977, 0.01670074462890625, 0.00819194596260786, -0.007386614102870226, 0.02777736447751522, -0.02157234586775303, -0.022984977811574936, -0.012106389738619328, 0.0227605402469635, 0.004254399333149195, -0.00558451795950532, 0.018298206850886345, 0.027302086353302002, 0.007069761864840984, 0.03762618452310562, -0.008290962316095829, 0.014918452128767967, -0.01685917004942894, 0.006231423933058977, 0.017189225181937218, -0.02761893905699253, 0.0021321503445506096, -0.015024068765342236, -0.015512549318373203, -0.001340020215138793, 0.015235303901135921, 0.016040636226534843, 0.012614673003554344, 0.001742686377838254, 0.015037271194159985, -0.013690650463104248, 0.006000386085361242, -0.02021252177655697, 0.02048976719379425, 0.02002769149839878, 0.03266216814517975, -0.014311151579022408, 0.019327975809574127, 0.010898390784859657, 0.012013974599540234, 0.004313808865845203, 0.010660751722753048, 0.023631883785128593, -0.02644394524395466, 0.017796525731682777, -0.03382395952939987, 0.011109625920653343, -0.011730127967894077, -0.018575452268123627, 0.006145610008388758, 0.006964144762605429, 0.01564457081258297, 0.00013057771138846874, -0.023935534060001373, -0.018628261983394623, -0.022496497258543968, 0.011518892832100391, -0.016304679214954376, 0.01960522122681141, -0.009716796688735485, -0.013070148415863514, 0.028199834749102592, 0.0006774363573640585, 0.014390365220606327, 0.007465826813131571, -0.014429971575737, 0.01291172206401825, -0.020225724205374718, 0.00032304058549925685, 0.009749802760779858, -0.0072413901798427105, -0.0067925164476037025, 0.04523063451051712, 0.013558628037571907, -0.014865643344819546, 0.005076234228909016, -0.010310894809663296, 0.004617458675056696, -0.028463877737522125, -0.01071356050670147, -0.009300928562879562, 0.004901305306702852, -0.02628551982343197, -0.008218350820243359, 0.0029160291887819767, -0.0072281877510249615, -0.02320941537618637, -0.007908099330961704, 0.03464249521493912, -0.004848496988415718, 0.011182237416505814, 0.014509184285998344, 0.016727149486541748, 0.015723783522844315, -0.00017028735601343215, 0.009835616685450077, -0.007987312972545624, 0.010060053318738937, 0.03419362008571625, -0.016740351915359497, 0.016291476786136627, -0.01853584684431553, 0.02809421718120575, -0.010060053318738937, -0.02112347073853016, -0.00994123425334692, 0.014007502235472202, 0.0036404982674866915, -0.025731028988957405, 0.042563796043395996, -0.002338434336706996, 0.0028747725300490856, 0.0010182172991335392, 0.00866722408682108, 0.02656276524066925, -0.024239184334874153, 0.004983819089829922, -0.010462719947099686, -0.015103282406926155, -0.011584904044866562, -0.07757595181465149, -0.02188919670879841, 0.022008016705513, -0.013175765052437782, -0.007650657556951046, 0.007347007282078266, -0.0029061275999993086, 0.004267601296305656, -0.002602477790787816, 0.024067554622888565, -0.022734137251973152, -0.009050087071955204, -0.012594870291650295, 0.0012979382881894708, 0.012726891785860062, -0.009380141273140907, -0.025731028988957405, -0.020436959341168404, 0.006657193880528212, 0.006053194869309664, 0.006475664209574461, -0.024833280593156815, -0.010838981717824936, -0.005419490858912468, -0.0035018755588680506, 0.01116903591901064, -0.02489929273724556, -0.006069697439670563, 0.01023828238248825, -0.004138880409300327, 0.01898472011089325, -0.0018582054181024432, 0.009149103425443172, -0.014033906161785126, -0.020159713923931122, 0.013499218970537186, -0.011353866197168827, -0.018628261983394623, 0.03231891244649887, 0.006257828325033188, 0.0017047302098944783, 0.015684178099036217, 0.006399751640856266, -0.006541674956679344, 0.01581619866192341, -0.011611307971179485, -0.016172658652067184, 0.02140071801841259, -0.029388029128313065, -0.028437472879886627, -0.009578173980116844, -0.003066204022616148, -0.010700359009206295, -0.03113071620464325, 0.026153497397899628, -0.0034655695781111717, 0.008145738393068314, 0.0030546521302312613, -0.031817227602005005, 0.010343899950385094, -0.036385178565979004, -0.018747081980109215, -0.026166699826717377, 0.01606704108417034, 0.005455796606838703, 0.027592534199357033, -0.023565873503684998, -0.017836131155490875, 0.020846225321292877, -0.011485887691378593, -0.025625411421060562, 0.0016808012733235955, -0.0072875977493822575, 0.009901626966893673, -0.04079470410943031, -0.019539210945367813, 0.007954306900501251, -0.0002252620179206133, 0.007333805318921804, -0.012443045154213905, -0.0011576652759686112, -0.00022670600446872413, 0.0008861956303007901, -0.013532224111258984, 0.010258086025714874, -0.005825457628816366, 0.024186374619603157, 0.004525043535977602, -0.009591376408934593, -0.040134597569704056, -0.008013716898858547, 0.027275683358311653, -0.011043614707887173, -0.02841106988489628, -0.01032409630715847, 0.003551383735612035, -0.040926724672317505, -0.015684178099036217, 0.01777012087404728, -0.014984462410211563, 0.006521871779114008, -0.00660108495503664, -0.06289513409137726, 0.0017129814950749278, 0.004165284335613251, 0.00903688557446003, -0.005660430062562227, -0.023116998374462128, 0.03292621299624443, -0.026945628225803375, -0.011268052272498608, 0.014826036989688873, -0.01761169359087944, 0.035593051463365555, 0.0030249471310526133, -0.010469320230185986, 0.0011873701587319374, -0.022206049412488937, 0.03456328064203262, -0.0002885911671910435, 0.02492569573223591, 0.001095780055038631, 0.0004164871934335679, 0.000585846311878413, 0.01928837038576603, -0.005637326277792454, -0.00394084770232439, 0.0334014892578125, -0.01580299809575081, 0.013380398973822594, 0.0017228832002729177, -0.005937675945460796, 0.02899196557700634, 0.0056307255290448666, 0.012291220016777515, 0.008588011376559734, -0.001029769191518426, -0.010654151439666748, 0.02322261594235897, 0.0516204833984375, 0.018496239557862282, 0.0017311344854533672, -0.02309059537947178, -0.023301830515265465, 0.02186279371380806, -0.02851668745279312, -0.0034655695781111717, 0.013116355985403061, -0.02397513948380947, 0.006548276171088219, 0.004373218864202499, 0.005416190251708031, 0.03765258938074112, 0.015974625945091248, -0.05407608672976494, -0.0020562380086630583, -0.011763133108615875, -0.02915039099752903, 0.05056431144475937, 0.0012187253450974822, 0.0034160614013671875, -0.031209928914904594, 0.04507220908999443, 0.02413356676697731, 0.016911979764699936, -0.013367196545004845, 0.01524850632995367, 0.020991450175642967, -0.05180531367659569, 0.0005082835559733212, 0.01260807178914547, -0.01322197262197733, 0.004825393203645945, -0.009228317067027092, 0.014680813066661358, 0.0038583341520279646, 0.009168907068669796, -0.014047108590602875, -0.003957350272685289, 0.02277374267578125, -0.014113119803369045, 0.005125742405653, 0.02551979385316372, 0.017532480880618095, -0.02188919670879841, 0.016515914350748062, 0.03704528883099556, 0.011782936751842499, -0.026483552530407906, 0.005904670339077711, -0.013195568695664406, 0.02382991649210453, -0.021942006424069405, 0.013677448034286499, 0.0064360578544437885, 0.011598106473684311, 0.005736342631280422, 0.003970552701503038, 0.004498639144003391, 0.02124229073524475, 0.014628004282712936, 0.02385632134974003, 0.01472041942179203, -0.004528344143182039, 0.01565777324140072, 0.0005297370371408761, -0.023763906210660934, 0.0015611565904691815, -0.03585709258913994, -0.03915763646364212, -0.01199417095631361, 0.039421677589416504, 0.0015248506097123027, 0.007901499047875404, 0.005558113567531109, 0.009763004258275032, -0.03097229078412056, 0.020833024755120277, 0.007406417280435562, 0.005129043012857437, -0.03084026835858822, 0.005079534836113453, 0.003361602546647191, -0.0057990532368421555, 0.011796138249337673, -0.04649804159998894, 0.033295873552560806, -0.021493133157491684, 0.009168907068669796, -0.019922073930501938, 0.013314387761056423, -0.012667481787502766, 0.01915634796023369, -0.010429713875055313, -0.003657001070678234, -0.007439422886818647, -0.008376777172088623, -5.012698966311291e-05, 0.005059731658548117, 0.006317238323390484, 0.0024358003865927458, 0.07166137546300888, 0.012515656650066376, 0.0037527168169617653, -0.011505691334605217, -0.012528859078884125, -0.007809083443135023, 0.0021717569325119257, -0.001670074532739818, -0.024252386763691902, -0.024622047320008278, 0.020978247746825218, 0.013783065602183342, 0.006983947940170765, -0.008059924468398094, -0.014033906161785126, -0.0002850843593478203, -0.02371109649538994, 0.002252620179206133, 0.001342495670542121, -0.020080499351024628, 0.023565873503684998, -0.018152983859181404, 0.02565181627869606, -0.0023516365326941013, -0.024556035175919533, 0.012476050294935703, 0.013545426540076733, -0.021149875596165657, -0.0212554931640625, -0.037943035364151, 0.018113376572728157, 0.020397352054715157, -0.03266216814517975, -0.014680813066661358, -0.00820514839142561, -0.0034358645789325237, -0.01412632130086422, -0.01608024351298809, 0.01124164741486311, 0.01869427226483822, -0.008759639225900173, 0.0016147904098033905, -0.01425834372639656, -0.017875738441944122, -0.015103282406926155, -0.004937611520290375, 0.01943359337747097, 0.0006642341613769531, 0.00015553805860690773], \"5ebefacf-c8ba-4a14-b15e-028fe8d19f13\": [-0.005137313157320023, 0.008061317726969719, 0.015215652994811535, -0.07223373651504517, -0.028130006045103073, 0.018112583085894585, -0.0392574667930603, -0.010213710367679596, -0.004538298584520817, -0.04161291569471359, 0.02100951410830021, 0.01602787710726261, -0.02257981151342392, -0.019709955900907516, 0.003147365991026163, 0.004166029393672943, 0.023919980973005295, -0.011899073608219624, 0.010105413384735584, -0.010579210706055164, -0.004206640645861626, 0.013185094110667706, 0.00823053065687418, -0.018126120790839195, -0.04694651439785957, 0.009029217064380646, 0.016596432775259018, -0.033517755568027496, 0.0010279703419655561, -0.003221819642931223, 0.011350822634994984, -0.025287223979830742, -0.02164575457572937, -0.014268058352172375, -0.016258006915450096, 0.0004902952932752669, 0.008968301117420197, -0.007303242571651936, -0.01403792854398489, 0.004998558666557074, 0.013692733831703663, 0.0028123236261308193, -0.01708376593887806, -0.011120692826807499, -0.003025532467290759, 0.02274225652217865, -0.0007986864075064659, -0.001856268965639174, -0.013334001414477825, 0.020116068422794342, 0.021239643916487694, 0.01979117840528488, -0.013279853388667107, -0.011188378557562828, 0.0104979882016778, 0.016555821523070335, -0.023405572399497032, 0.011824619956314564, -0.008271141909062862, -0.013300159014761448, 0.001385010196827352, 0.01822087913751602, -0.02791341207921505, -0.01755756326019764, -0.023554479703307152, -0.020170215517282486, -0.02807585708796978, 0.02512477897107601, 0.0019002644112333655, -0.011465887539088726, 0.02038680948317051, 0.010924405418336391, 0.018626991659402847, 0.005787092261016369, 0.021375013515353203, -0.016406914219260216, -0.0185051579028368, -0.007370927836745977, -0.011648638173937798, 0.0055603464134037495, 0.0008147616754285991, -0.03432997688651085, -0.0036685427185148, 0.024028277024626732, 0.008636643178761005, -0.008474198170006275, 0.007675511762499809, 0.028481969609856606, -0.004602599423378706, 0.00815607700496912, 0.01820734329521656, 0.009035985916852951, 0.015391634777188301, 0.02637018822133541, 0.0006882747984491289, 0.020129604265093803, -0.020738773047924042, 0.021063661202788353, -0.004609368275851011, -0.020305586978793144, -0.014132687821984291, 0.029564933851361275, -0.02840074710547924, -0.013570900075137615, -0.034925609827041626, -0.003587320214137435, -0.00423033069819212, -0.02321605384349823, 0.007756733801215887, 0.004440154880285263, 0.001453541568480432, 0.03541294112801552, 0.012447324581444263, -0.014714781194925308, -0.00894122663885355, -0.02542259357869625, 0.003215051256120205, -0.011039470322430134, -0.025219539180397987, -0.005492661148309708, 0.006017222069203854, 0.014728318899869919, 0.013151251710951328, 0.016217395663261414, 0.028671488165855408, 0.01678595133125782, 0.0068226768635213375, 0.001681133289821446, 0.003885135520249605, -0.017354506999254227, -0.006281194742769003, -0.02195710688829422, -0.0029646155890077353, 0.017151452600955963, -0.04063824564218521, 6.562300404766575e-05, -0.012826361693441868, 0.003001842414960265, 0.0017031310126185417, -0.024231333285570145, -0.0070595755241811275, 0.004765044432133436, -0.01319186296314001, 0.011662174947559834, -0.006985121872276068, 0.034871459007263184, 0.03652298077940941, -0.0018698060885071754, 0.025517353788018227, -0.0062101250514388084, -0.011147767305374146, 0.00886677298694849, -0.01436281856149435, -0.008183151483535767, -0.004017121624201536, -0.010301700793206692, 0.0001948067219927907, 0.04036750644445419, 0.03275967761874199, 0.000886677298694849, -0.0035331719554960728, 0.023310814052820206, 0.0036076258402317762, 0.005320063792169094, 0.016582895070314407, 0.03560246154665947, -0.0004069577844347805, -0.002644802676513791, -0.010105413384735584, 0.007804113905876875, -0.014213910326361656, 0.029050525277853012, -0.016542283818125725, 0.0006442793528549373, 0.0014010854065418243, 0.02746669016778469, 0.01106654480099678, 0.006382722873240709, -0.03267845883965492, -0.011648638173937798, 0.016691191121935844, -0.0008883693953976035, 0.015418708324432373, -0.0007673819782212377, -0.006639926694333553, -0.025693334639072418, 0.033003345131874084, 0.003986663650721312, -0.0022031560074537992, -0.012427018955349922, 0.0028444742783904076, 0.01324601098895073, 0.015878967940807343, 0.004954562988132238, -0.6363499760627747, -0.010687506757676601, 0.036495909094810486, -0.044970106333494186, -0.005739712622016668, 0.023107757791876793, -0.002385906409472227, 0.018762361258268356, -0.008589263074100018, 0.04786703735589981, 0.0021743897814303637, 0.028427820652723312, 0.009455634281039238, -0.0072084832936525345, -0.027886338531970978, -0.0249217227101326, -0.004998558666557074, -0.001430697739124298, 0.004561988636851311, 0.0005571345100179315, -0.0028123236261308193, 0.011932916007936, 0.001182800391688943, 0.0038546770811080933, 0.0047548916190862656, 0.018708214163780212, 0.018275028094649315, -0.007479224354028702, -0.015770671889185905, 0.017381582409143448, -0.018708214163780212, 0.001228487933985889, 0.0411255806684494, -0.006338727194815874, 0.03760594502091408, 0.004565372597426176, 0.002245459472760558, 0.01293465867638588, 0.004842882510274649, 0.045403290539979935, -0.02714180015027523, -0.0305937509983778, 0.03747057542204857, 0.03982602432370186, 0.007594289258122444, 0.00887354090809822, 0.013943169265985489, 0.017151452600955963, -0.006812524050474167, -0.0032201276626437902, -0.022782867774367332, -0.009299958124756813, -0.012819593772292137, -0.019046640023589134, 0.005736328195780516, 0.003240433055907488, 0.01277221366763115, -0.0005947844474576414, 0.00486318813636899, -0.004017121624201536, -0.00033567671198397875, 0.0035060979425907135, -0.0005152542726136744, -0.024664519354701042, -0.018126120790839195, 0.015743598341941833, 0.019804716110229492, -0.010274626314640045, 0.005695716943591833, -0.0023994434159249067, 0.025652723386883736, 0.045592810958623886, 0.017313895747065544, -0.029050525277853012, 0.0016219087410718203, 0.0326513834297657, 0.028211228549480438, 0.011513267643749714, -0.01834271289408207, -0.020955365151166916, 0.0022556122858077288, 0.023148369044065475, 0.010403228923678398, -0.04310199245810509, 0.007316779810935259, 0.003355498192831874, 0.00783795677125454, -0.012900816276669502, 0.0016879019094631076, 0.004582293797284365, 0.027832189574837685, 0.00948947761207819, -0.022661034017801285, -0.04356225207448006, -0.01317155733704567, 0.01849162019789219, -0.01820734329521656, -0.008717864751815796, -0.007391233462840319, -0.009340569376945496, -0.02087414264678955, -0.02026497572660446, 0.0015618379693478346, 0.007262631319463253, 0.03890550509095192, 0.0015897582052275538, 0.0009670535800978541, 0.00502224825322628, 0.017205599695444107, -0.02117195725440979, -0.004582293797284365, -0.007079881150275469, 0.002172697801142931, 0.015053207986056805, 0.03173086419701576, -0.025178927928209305, 0.008413281291723251, 0.00678883446380496, 0.0063285743817687035, 0.0007356544956564903, 0.005252378527075052, 0.023148369044065475, 0.016691191121935844, -0.010213710367679596, 0.018478084355592728, 0.006531630177050829, 0.00973314419388771, 0.004325089976191521, 0.015919579192996025, 0.005418207496404648, -0.01522918976843357, -0.010098644532263279, -0.002252227859571576, -0.013875484466552734, 0.027019966393709183, 0.015960190445184708, 0.012894047424197197, -0.007959789596498013, 0.002066093496978283, -0.02417718432843685, -0.047433849424123764, -0.012968501076102257, -0.008575726300477982, -0.0027683281805366278, 0.004622905049473047, -0.015093819238245487, -0.019818251952528954, 4.777629510499537e-05, 0.003264123108237982, -0.014240984804928303, 0.011344054713845253, -0.0050290171056985855, 0.018762361258268356, 0.029889823868870735, -0.01865406520664692, 0.0035771674010902643, 0.021523920819163322, -0.03422168269753456, -0.02417718432843685, -0.010308469645678997, -0.025666261091828346, 0.025977613404393196, -0.005817550700157881, 0.013902558013796806, -0.016109097748994827, -0.008954763412475586, 0.02167282998561859, 0.021835273131728172, -0.002468820894137025, -0.007242325693368912, 0.027060577645897865, -0.015906043350696564, -0.006636542268097401, 0.013530288822948933, -0.012068286538124084, 0.017476340755820274, -0.025341371074318886, 0.017354506999254227, -0.016582895070314407, -0.010308469645678997, 0.0036617740988731384, -0.008887078613042831, -0.0011210376396775246, -0.004585678223520517, 0.03197453171014786, 0.02179466187953949, 0.029916897416114807, 0.01708376593887806, 0.004802271258085966, -7.344911136897281e-05, -0.017462804913520813, -0.0011091926135122776, -0.005587420426309109, 0.004951179027557373, -0.014092076569795609, 0.017801230773329735, -0.002837705658748746, 0.0076078264974057674, -0.004971484187990427, 0.009130745194852352, 0.003962973598390818, 0.020170215517282486, -0.01248116698116064, -0.0012910969089716673, -0.007012195885181427, -0.03798498213291168, 0.012521778233349323, -0.037253983318805695, 0.017598174512386322, 0.0041491081938147545, 0.009374412707984447, -0.035819053649902344, -0.013997317291796207, -0.034600719809532166, -0.0005922462441958487, 0.00917812529951334, -0.015784209594130516, 0.025287223979830742, -0.008420050144195557, 0.0040306588634848595, 0.0037497649900615215, 0.009787292219698429, 0.024095961824059486, 0.00486318813636899, -0.026776300743222237, 0.008893846534192562, 0.025828706100583076, 0.015973728150129318, 0.010897330939769745, -0.046025995165109634, 0.006870056502521038, 0.02322959154844284, 0.0052963737398386, 0.00595630519092083, -0.001971333986148238, 0.009279653429985046, -0.013002343475818634, -0.03118938021361828, 0.01567591354250908, -0.004450307693332434, 0.0008816008921712637, 0.005641568917781115, 0.018613453954458237, -0.016271542757749557, 0.03229941800236702, 0.0073370854370296, 0.024745741859078407, -0.014308669604361057, -0.030972788110375404, 0.01136435940861702, -0.013354307040572166, 0.023919980973005295, 0.024258406832814217, -0.01286020502448082, 0.02715533785521984, -0.03124352917075157, -0.001400239416398108, 0.005025632679462433, 0.009035985916852951, 0.013076798059046268, 0.01136435940861702, 0.006037527695298195, 0.02198418229818344, -0.007228788919746876, 0.006660232320427895, -0.009367643855512142, 0.013916094787418842, -0.006294731982052326, -0.002123625949025154, 0.0086298743262887, -0.005144082009792328, -0.009320263750851154, -0.008250836282968521, -0.007039269898086786, 0.010531830601394176, -0.0004340319137554616, -0.001586373895406723, -0.020982438698410988, -0.005783707834780216, 0.02413657307624817, -0.02588285319507122, -0.009279653429985046, 0.020589863881468773, 0.03405923768877983, 0.020156679674983025, -0.009746681898832321, -0.0005617878632619977, -0.013679197058081627, -0.003550093388184905, -0.004047580063343048, -0.0038546770811080933, 0.01961519569158554, 0.02007545717060566, -0.02711472660303116, 0.0006815062370151281, -0.007127260789275169, 0.011188378557562828, -0.019398603588342667, -0.015026133507490158, -0.00498502142727375, 0.009584236890077591, -0.0197505671530962, -0.02651909552514553, 0.002952770795673132, 0.0570722334086895, 0.007777039427310228, -0.009631616063416004, -0.003005226841196418, 0.019885936751961708, -0.03313871845602989, 0.012616537511348724, 0.011533573269844055, -0.01880297251045704, 0.0023452951572835445, 0.00494779460132122, 0.008826161734759808, -0.01350321527570486, 0.015093819238245487, 0.01832917518913746, 0.006254120729863644, -0.00814930908381939, -0.028888080269098282, -0.03619809076189995, 0.015405171550810337, 0.04364347457885742, 0.025368446484208107, -0.020440956577658653, 0.001053352258168161, -0.029998119920492172, -0.00965869054198265, -0.034113384783267975, -0.010125719010829926, 0.03135182708501816, -0.0011811082949861884, -0.016894247382879257, 0.0172597486525774, 0.01739511825144291, 0.013428760692477226, 0.012603000737726688, -0.00016286772734019905, -0.013124177232384682, -0.019493363797664642, -0.020901216194033623, -0.03449242189526558, -0.006271041929721832, -0.04331858456134796, 0.011682480573654175, 0.011648638173937798, 0.043670546263456345, -0.00028279758407734334, 0.0411255806684494, 0.026167131960392, -0.002382522216066718, -0.008284679614007473, -0.00784472469240427, -8.370766590815037e-05, -0.007973327301442623, -0.0019087251275777817, -0.02509770542383194, 0.047433849424123764, 0.00035978961386717856, 0.0005677103763446212, 0.005749865435063839, 0.02339203469455242, 0.010267858393490314, 0.02100951410830021, 0.0019544127862900496, -0.015878967940807343, 0.00522192008793354, -0.015459319576621056, 0.004531530197709799, 0.02228199690580368, -0.0059224627912044525, -0.010599516332149506, -0.0074521503411233425, -0.004487534519284964, -0.025449668988585472, -0.011019164696335793, 0.0012826361926272511, -0.006714380346238613, 0.009739913046360016, 0.0033351925667375326, -0.019398603588342667, -0.03091863915324211, -0.029700303450226784, -0.006731302011758089, 0.00034836772829294205, -0.02134793996810913, -0.004270941484719515, -0.008697559125721455, -0.003990047611296177, -0.009232273325324059, -0.013597974553704262, 0.0002637611178215593, 0.018451008945703506, -0.024434389546513557, -0.029700303450226784, -0.01647459901869297, 0.011804314330220222, 0.02447500079870224, 0.011932916007936, -0.005137313157320023, -0.0008063010172918439, 0.007567215245217085, 0.0004295900580473244, -0.023121293634176254, 0.0010525062680244446, -0.020034845918416977, 0.003922362346202135, -0.004561988636851311, -0.025788094848394394, -0.007316779810935259, 0.009976811707019806, 0.010403228923678398, -0.010091876611113548, -0.0036956167314201593, 0.006937742233276367, 0.013645353727042675, 0.017774157226085663, 0.021456236019730568, 0.03026886098086834, 0.010240783914923668, -0.01034908089786768, 0.0028140158392488956, 0.0018765745917335153, -0.02306714653968811, -0.008900615386664867, -0.026437873020768166, 0.018735287711024284, 0.03170378878712654, -0.019547510892152786, -0.010328775271773338, 0.0018816509982571006, -0.004612752236425877, 0.020481567829847336, -0.001639676047489047, 0.009360875003039837, -0.0004090729635208845, -0.00018126965733245015, -0.014606485143303871, 0.005242225714027882, -0.00611875019967556, 0.013232474215328693, -0.008968301117420197, -0.010220478288829327, -0.027710357680916786, 0.028671488165855408, 0.01946628838777542, -0.009022449143230915, -0.00772289140149951, -0.005864930339157581, -0.005885235965251923, -0.03719983249902725, 0.0016498288605362177, -0.022837016731500626, 0.015215652994811535, -0.018464546650648117, 0.002103320322930813, -0.037578873336315155, -0.0004092844610568136, -0.013848409987986088, -0.008954763412475586, -0.03468194231390953, -0.007262631319463253, 0.0009086749632842839, -0.00942179188132286, 0.010552136227488518, -0.021875884383916855, 0.03118938021361828, -0.03722690790891647, 0.00044841502676717937, 0.016420450061559677, -0.008860004134476185, 0.03814742714166641, -0.006331958808004856, 0.028996378183364868, -0.005868314299732447, -0.021375013515353203, -0.020738773047924042, -0.012454093433916569, 0.002617728430777788, -0.009259347803890705, 0.0485980361700058, 0.03590027615427971, -0.010146024636924267, 0.005668642930686474, 0.008413281291723251, -0.006944510620087385, -0.0029307729564607143, -0.015797745436429977, 0.016731802374124527, 0.028779784217476845, -0.0003906710189767182, 0.0009839748963713646, -0.0005909771425649524, 0.011574184522032738, -0.00793271604925394, 0.01128313783556223, 0.008535115048289299, 0.012582695111632347, 0.006365801207721233, 0.005066243931651115, 0.001993331825360656, -0.037416428327560425, -0.00879231933504343, -0.0031930534169077873, -0.019872400909662247, 0.04004261642694473, -0.026952281594276428, -0.004859803710132837, 0.019371530041098595, -0.035683684051036835, 0.017232675105333328, -0.015973728150129318, 7.524700049543753e-05, -0.0076958173885941505, 0.028157079592347145, 0.016989007592201233, 0.017151452600955963, -0.01834271289408207, -0.013665659353137016, -0.031460121273994446, 0.020982438698410988, 0.021239643916487694, -0.002492510713636875, 0.0046296739019453526, -0.0013748573837801814, -0.017489878460764885, -0.01677241362631321, 0.013828104361891747, -0.016082024201750755, 0.004998558666557074, 0.006010453682392836, -0.010877025313675404, -0.0030407614540308714, -0.028157079592347145, -0.020007770508527756, 0.008860004134476185, -0.01286697294563055, 0.013334001414477825, -0.009245810098946095, 0.036333464086055756, -0.030485453084111214, -0.014010854996740818, -0.006836214102804661, -0.007296474184840918, 0.032867975533008575, 0.007601057644933462, 0.04285832494497299, 0.009624848142266273, 0.02057632803916931, 0.004656747914850712, -0.018423935398459435, 0.003858061507344246, 0.02053571678698063, 0.019804716110229492, 0.010958247818052769, -0.004044196102768183, -0.04786703735589981, 0.023283738642930984, 0.005878467112779617, 0.012406713329255581, -0.020468031987547874, 0.010091876611113548, 0.00014890763850416988, 0.0022708415053784847, -0.021388551220297813, -0.01324601098895073, -0.030972788110375404, 0.009570700116455555, 0.003181208623573184, 0.003516250755637884, -0.00965869054198265, -0.009306726977229118, -0.013733345083892345, 0.009232273325324059, 0.0026651083026081324, 0.01880297251045704, 0.003641468472778797, 0.0024299018550664186, -0.009333801455795765, 0.012853436172008514, -0.003066143486648798, -0.0007703431765548885, 0.020454494282603264, 0.0072152516804635525, -0.0003929976955987513, -0.015337485820055008, 0.0002724332734942436, 0.016555821523070335, 0.01324601098895073, 0.01819380559027195, 0.0008299908367916942, 0.02700643055140972, -0.018166732043027878, -0.033950939774513245, -0.00824406836181879, -0.009678996168076992, 0.018099045380949974, -0.011655407026410103, -0.010687506757676601, -0.0020136372186243534, 0.010098644532263279, -0.024813426658511162, 0.016691191121935844, 0.012887278571724892, -0.009029217064380646, -0.007492761593312025, 0.0007982633542269468, -0.023459721356630325, -0.009516551159322262, -0.004460460506379604, 0.017381582409143448, -0.00682606128975749, -0.01598726585507393, 0.0013224013382568955, 0.009482708759605885, 0.02539552003145218, 0.010369386523962021, 0.0105927474796772, -0.013428760692477226, 0.034275829792022705, -0.023405572399497032, 0.023256665095686913, 0.011648638173937798, 0.015513467602431774, -0.03749765083193779, 0.006812524050474167, -0.011513267643749714, -0.014376355335116386, 0.01191261038184166, -0.014904300682246685, -0.014525262638926506, -0.01522918976843357, 0.028211228549480438, 0.015581153333187103, 0.011168072931468487, 0.019357992336153984, 0.004467228893190622, 0.021144883707165718, -0.004338626749813557, -0.005732943769544363, -0.017043154686689377, -0.00646732933819294, -0.04182950779795647, -0.020968902856111526, 0.014958448708057404, -0.016366302967071533, 0.014836614951491356, -0.018071971833705902, 0.006721149198710918, 0.010457376949489117, -0.018247954547405243, -0.06784773617982864, 0.00650455616414547, 0.0033690351992845535, -0.012054749764502048, 0.01911432482302189, 0.0018139657331630588, -0.013421992771327496, -0.019940085709095, 0.023337887600064278, -0.00013039993064012378, -0.001578759285621345, -0.0073370854370296, 0.03102693520486355, 0.011811083182692528, 0.006991890259087086, -0.0036346998531371355, -0.020278511568903923, -0.023933518677949905, -0.021578069776296616, -0.025165390223264694, 0.004318321589380503, -0.019168473780155182, 0.032407715916633606, 0.0205627903342247, -0.034302905201911926, -0.04128802567720413, -0.02589639090001583, -0.024271944537758827, -0.023419110104441643, 0.006528246216475964, 0.007655206136405468, 0.025517353788018227, 0.015026133507490158, -0.021726977080106735, 0.02777804248034954, -0.0026701847091317177, 0.03627931326627731, -0.005343753378838301, -0.006419949699193239, 0.010450608097016811, 0.00971283856779337, 0.00886677298694849, 0.0032658150885254145, -0.03625224158167839, -0.007235557306557894, 0.004998558666557074, -0.015256264247000217, -0.004331858363002539, 0.03137889876961708, -0.00042514820233918726, 0.0014180068392306566, 0.0023419109638780355, 0.0038546770811080933, -0.018126120790839195, 0.012454093433916569, 0.04256051033735275, -0.030025193467736244, 0.0068395985290408134, 0.019804716110229492, 0.010010654106736183, -0.028969302773475647, 0.0011726475786417723, -0.0003168517432641238, -0.0026363420765846968, 0.003017071634531021, 0.01646106131374836, -0.012826361693441868, 0.002888469723984599, -0.01835625059902668, 0.037876687943935394, 0.023324349895119667, -0.0021557763684540987, 0.017300359904766083, -0.003793760435655713, 0.017530489712953568, -0.04161291569471359, 0.02053571678698063, 0.0008346441900357604, 0.004237099085003138, -0.007804113905876875, -0.002940925769507885, 0.011201915331184864, -0.0026617238763719797, 0.002886777510866523, -0.026600318029522896, 0.0046364422887563705, -0.007161103654652834, -0.014213910326361656, -0.023595090955495834, 0.007310010958462954, 0.01348290964961052, -0.0211854949593544, -0.014132687821984291, -0.01522918976843357, -0.009306726977229118, -0.017340971156954765, -0.018572842702269554, -0.017002543434500694, -0.01727328635752201, 0.0037260751705616713, 0.007641668897122145, -0.007005427498370409, -0.029619082808494568, 0.022227847948670387, 0.00013991817831993103, -0.021862348541617393, 0.006535014603286982, 0.19006028771400452, 0.002599115017801523, -0.0105927474796772, 0.014010854996740818, -0.02182173728942871, -0.0035365563817322254, 0.014796003699302673, 0.00047845038352534175, -0.017327433452010155, -0.01820734329521656, -0.011269600130617619, 0.008961532264947891, -0.018423935398459435, 0.0034079542383551598, 0.00156691437587142, -0.03920331969857216, -0.014917837455868721, -0.016515210270881653, -0.0004932565498165786, -0.0009205199312418699, 0.003939283546060324, 0.003424875671043992, -0.014010854996740818, -0.0018630375852808356, 0.009056291542947292, 0.022647498175501823, -0.0011895688949152827, 0.016366302967071533, 0.0059224627912044525, 0.020603401586413383, 0.0008689098758623004, 0.0098752835765481, 0.0061661298386752605, -0.0028630876913666725, -0.013334001414477825, -0.0005875928909517825, 0.035521239042282104, -0.001251331763342023, 0.024691592901945114, -0.004484150558710098, -0.0006870056968182325, -0.017990749329328537, -0.005089933518320322, -0.024393778294324875, -0.02397412806749344, 0.006727917585521936, 0.0021980798337608576, 0.009259347803890705, -0.0023131447378546, 0.018288563936948776, -0.033950939774513245, -0.0351422019302845, 0.025314297527074814, 0.008250836282968521, -0.019398603588342667, 0.015175041742622852, 0.005130544770509005, 0.044455695897340775, -0.015797745436429977, 0.004504455719143152, 0.0002263226779177785, 0.019182011485099792, -0.01708376593887806, 0.0244885366410017, -0.010491219349205494, 0.014687707647681236, -0.008420050144195557, -0.011059775948524475, 0.024556223303079605, -0.02669507823884487, 0.00886677298694849, 0.004788734018802643, -0.00041562996921129525, -0.009063060395419598, -0.014579410664737225, -0.028806857764720917, 0.005584036465734243, 0.027859264984726906, 0.02432609163224697, 0.025639187544584274, -0.008900615386664867, 0.00643010251224041, -0.0013494754675775766, -0.008196688257157803, -0.001993331825360656, -0.023283738642930984, 0.043535176664590836, -0.01629861816763878, 0.0019391834503039718, -0.027710357680916786, -0.007594289258122444, -0.018897732719779015, -0.014254521578550339, -0.017192063853144646, -0.008142540231347084, 0.018261490389704704, 0.006426718086004257, 0.02007545717060566, -9.047619096236303e-05, 0.0055535780265927315, -0.027994634583592415, 0.07299181818962097, 0.017625248059630394, 0.017855379730463028, -0.023635702207684517, 0.011404970660805702, -0.012278111651539803, 0.017665859311819077, -0.012961732223629951, 0.0017648938810452819, -0.003800528822466731, -0.03841817006468773, 0.0076958173885941505, -0.0021659291815012693, 0.019669344648718834, 0.010409996844828129, -0.0006493557593785226, -0.0363876111805439, -0.004169413819909096, 0.0023875986225903034, -0.0032082826364785433, -0.019872400909662247, 0.01929030753672123, 0.03432997688651085, 0.011039470322430134, -0.005499429535120726, -0.0030492222867906094, -0.015797745436429977, -0.03673957288265228, 0.007005427498370409, 0.0064165652729570866, 0.0034147228579968214, 0.017828304320573807, 0.00407803850248456, -0.0016726726898923516, -0.00018306754645891488, -0.0038039132487028837, -0.000582093489356339, -0.029537860304117203, 0.02197064459323883, -0.018897732719779015, -0.011709555052220821, 0.010288164019584656, -0.0010516601614654064, 0.012115666642785072, 0.010687506757676601, 0.026234816759824753, 0.01034908089786768, -0.011919379234313965, -0.00122510374058038, -0.022403830662369728, 0.001677749096415937, -0.005194846075028181, 0.017070230096578598, 0.012603000737726688, -0.003237048862501979, 0.0054486654698848724, -0.021605143323540688, 0.009462403133511543, -0.0069783530198037624, -0.022146625444293022, -0.016718266531825066, 0.013300159014761448, -0.000323408778058365, -0.01822087913751602, 0.0009805905865505338, -0.17219136655330658, 0.010051265358924866, 0.013564132153987885, -0.0322723463177681, 0.020332660526037216, 0.012352565303444862, -0.00016413682897109538, 0.0011506498558446765, 0.004166029393672943, -0.0041423398070037365, 0.02951078489422798, -0.016271542757749557, -0.015080282464623451, -0.033788494765758514, 0.0049241045489907265, 0.0066974591463804245, -0.002572041004896164, 0.023608628660440445, 0.04407665878534317, 0.0017327433452010155, 0.04231684282422066, -0.006758376024663448, 0.028184153139591217, -0.018748825415968895, 0.0025178927462548018, 0.011168072931468487, -0.02368985116481781, 0.013394918292760849, -0.02195710688829422, -0.035088054835796356, 0.007255862932652235, 0.02664092928171158, 0.01930384337902069, 0.0017801231006160378, 0.018911268562078476, 0.0014315438456833363, 0.0036990009248256683, 0.006897130981087685, -0.010247552767395973, 0.008372670039534569, 0.030647898092865944, 0.015621764585375786, -0.00152968754991889, 0.02023790031671524, 0.017760619521141052, -0.013970243744552135, -0.00553327240049839, 0.010728118009865284, 0.020589863881468773, -0.04155876860022545, 0.0005292143323458731, -0.03527757152915001, 0.003983279224485159, -0.017435729503631592, -0.028942229226231575, 0.02211955189704895, -0.005519735161215067, 0.00848096702247858, -0.01914140023291111, -0.029700303450226784, 0.0042675575241446495, -0.021699903532862663, 0.01560822781175375, -0.020332660526037216, -0.005208382848650217, -0.017340971156954765, -0.006650079507380724, 0.019398603588342667, -0.023892907425761223, 0.009083366021513939, 0.005817550700157881, -0.0030644515063613653, 0.009604542516171932, 0.0009086749632842839, 0.0020440956577658653, 0.008257605135440826, -0.02021082676947117, -0.004998558666557074, 0.028942229226231575, 0.0014704628847539425, -0.019682882353663445, -0.0029240043368190527, -0.0039020569529384375, -0.007330316584557295, -0.037416428327560425, -0.0022082324139773846, 0.010809340514242649, 0.007553678005933762, -0.010843182913959026, -0.006359032820910215, 0.021212568506598473, -0.015405171550810337, -0.03026886098086834, -0.002069477690383792, 0.0338967926800251, -0.01011218223720789, 0.02415011078119278, 0.0020474798511713743, 0.014836614951491356, 0.0041558765806257725, -0.0013215552316978574, 0.010003885254263878, -0.012582695111632347, 0.027168873697519302, 0.029375415295362473, -0.006876825354993343, 0.0013367844512686133, -0.011371128261089325, 0.019804716110229492, -0.01011895015835762, -0.014890762977302074, 0.009083366021513939, 0.0028986225370317698, -0.005756633821874857, -0.015432246029376984, 0.061079204082489014, 0.0018884195014834404, -0.013002343475818634, 0.017774157226085663, -0.0023131447378546, 0.024867575615644455, -0.00045899086399003863, 0.01616324670612812, 0.007323548197746277, -0.002609267830848694, -0.013110640458762646, -0.09400133043527603, -0.02057632803916931, 0.019696418195962906, -0.023026535287499428, 0.006067986134439707, 0.0029273887630552053, -0.01011895015835762, 0.008304985240101814, -0.014525262638926506, 0.025679798796772957, -0.013692733831703663, -0.013212168589234352, -0.014051465317606926, -0.006545167416334152, 0.012596231885254383, -0.014065003022551537, -0.030620824545621872, -0.015405171550810337, -0.008920921012759209, 0.023243127390742302, -0.002837705658748746, -0.024258406832814217, 0.00084860430797562, 0.007201714441180229, 0.02382522076368332, 0.00942179188132286, -0.03308456763625145, -0.006907283794134855, 0.018423935398459435, -0.017665859311819077, 0.024109499529004097, -0.02103658765554428, 6.768528692191467e-05, -0.008142540231347084, -0.02211955189704895, 0.010545368306338787, -0.0025162005331367254, -0.018085509538650513, 0.04239806532859802, -0.0033808802254498005, 0.00018909577920567244, 0.016095561906695366, 0.012190120294690132, -0.006775297224521637, -0.005374211817979813, 0.0026871059089899063, -0.01832917518913746, 0.03124352917075157, -0.018572842702269554, -0.022187236696481705, -0.021117810159921646, -0.026275428012013435, -0.008237299509346485, -0.01679948903620243, 0.026451410725712776, 0.023107757791876793, 5.5047174100764096e-05, -0.007479224354028702, -0.04234391450881958, 0.014268058352172375, -0.027223022654652596, -0.030972788110375404, -0.03354482725262642, 0.015418708324432373, 0.011966759338974953, 0.027412541210651398, -0.027223022654652596, -0.029456637799739838, 0.04177536070346832, -0.017354506999254227, -0.009692532941699028, 0.0185051579028368, -0.017611712217330933, 0.005516350734978914, -0.0332740880548954, -0.015323949046432972, 0.008744939230382442, 0.011655407026410103, 0.01042353454977274, -0.030323008075356483, -0.0036956167314201593, -0.00047083577373996377, -0.0018359634559601545, -0.028752710670232773, 0.013902558013796806, 0.013286622241139412, 0.019357992336153984, -0.000604937260504812, 0.013692733831703663, -0.034140460193157196, -0.013313695788383484, 0.02228199690580368, -0.0065891626290977, -0.028184153139591217, -0.004853035323321819, -0.0017564331647008657, -0.018247954547405243, -0.02352740615606308, 0.005996916443109512, 0.0039122095331549644, -0.007925947196781635, -0.004321705549955368, -0.057018086314201355, 0.009651921689510345, -0.011682480573654175, -0.021415624767541885, 0.01631215400993824, -0.009448866359889507, 0.030972788110375404, -0.02339203469455242, -0.012521778233349323, -0.0009577468154020607, -0.027412541210651398, 0.02543613128364086, -0.014944911934435368, -0.013740113005042076, -0.01900602877140045, -0.007079881150275469, 0.01567591354250908, -0.016569359228014946, 0.025788094848394394, -0.0059292311780154705, 0.023960592225193977, -0.013421992771327496, 0.007689048536121845, 0.007235557306557894, 0.012393176555633545, 0.012515009380877018, -0.03010641597211361, 0.013550594449043274, -0.005841240286827087, -0.012907584197819233, 0.020928291603922844, -0.015472857281565666, 0.013388150371611118, -0.0118381567299366, 0.013591205701231956, -0.001418852829374373, 0.002856319071725011, 0.022539200261235237, 0.03592735156416893, 0.013070029206573963, -0.012156277894973755, -0.03933868929743767, 0.0070528071373701096, -0.0413692481815815, -0.008582494221627712, -0.017354506999254227, -0.014322207309305668, 0.02463744394481182, 0.0020424036774784327, 0.007641668897122145, 0.032732605934143066, 0.02103658765554428, -0.07120492309331894, -0.026546169072389603, -0.019344454631209373, -0.028806857764720917, 0.01977764070034027, 0.0045179929584264755, -0.01522918976843357, -0.02117195725440979, 0.054825082421302795, 0.02197064459323883, 0.013787493109703064, -0.005093317944556475, 0.02260688692331314, 0.014308669604361057, -0.04599892348051071, 0.006710996385663748, 0.031297676265239716, -0.0164475254714489, -0.0046736691147089005, -0.019236158579587936, 0.01090409979224205, -0.003264123108237982, 0.02167282998561859, -0.016758877784013748, 0.024840500205755234, 0.028157079592347145, -0.009739913046360016, 0.006389491260051727, 0.02465098164975643, 0.013855178840458393, 6.049372677807696e-05, 0.01341522391885519, 0.04096313565969467, 5.737385799875483e-05, -0.01911432482302189, -0.0020305586513131857, 0.0030373772606253624, 0.0138010298833251, -0.007892104797065258, 0.021090736612677574, 0.026167131960392, -0.014768930152058601, -0.012183351442217827, 0.0012589463731274009, 0.0023909828159958124, 0.013232474215328693, 0.01567591354250908, 0.0205627903342247, 0.03197453171014786, -0.006856519728899002, 0.004788734018802643, -0.014227447099983692, -0.03749765083193779, 0.004788734018802643, -0.02259334921836853, -0.028969302773475647, 0.022999461740255356, 0.03511512652039528, 0.02762913517653942, 0.0211854949593544, -0.03673957288265228, -0.0018884195014834404, -0.023432645946741104, 0.03579198196530342, 0.0031625949777662754, -0.01614970900118351, -0.026573244482278824, -9.692744788480923e-05, 0.004582293797284365, -0.009604542516171932, 0.013746881857514381, -0.04283124953508377, 0.03665835037827492, -0.0016032952116802335, 0.015215652994811535, 0.001966257579624653, 0.017963675782084465, -0.003374111605808139, 0.00027602905174717307, 6.710361776640639e-05, 0.013117408379912376, -0.007255862932652235, -0.005726175382733345, -0.010450608097016811, -0.004599215462803841, -0.02210601419210434, 0.025950539857149124, 0.08035597205162048, 0.010890563018620014, 0.015147967264056206, 0.0007331162923946977, -0.0070663439109921455, -0.0131783252581954, 0.008210225030779839, -0.0018241185462102294, 0.0006806601886637509, -0.02777804248034954, 0.015039671212434769, 0.011655407026410103, 0.012643611989915371, -0.01773354597389698, 0.0035940888337790966, 0.007377696223556995, -0.03154134377837181, 2.829033473972231e-05, -0.012995575554668903, -0.015946654602885246, 0.012379638850688934, -0.004345395602285862, 0.03784961253404617, -0.009191662073135376, -0.029889823868870735, 0.020292049273848534, 0.014809541404247284, -0.014958448708057404, -0.006555320229381323, -0.02496233396232128, 0.016677655279636383, 0.03108108416199684, -0.026627391576766968, -0.013875484466552734, -0.01926323212683201, 0.014173299074172974, -0.00017175142420455813, -0.023595090955495834, 0.015093819238245487, 0.014335744082927704, 0.0014095461228862405, -0.008711096830666065, -0.006359032820910215, -0.02932126633822918, -0.004839498084038496, 0.0038174502551555634, 0.016217395663261414, -0.019804716110229492, 0.010944711044430733], \"df5ae89b-5465-4d96-81d1-a5cf4ec8c4cd\": [-0.00031213401234708726, -0.00038943433901295066, 0.013809312134981155, -0.05362839624285698, -0.024937203153967857, 0.009860921651124954, -0.028905704617500305, 0.009056495502591133, -0.006375075317919254, -0.036145538091659546, 0.022550741210579872, 3.666003613034263e-05, -0.005024310201406479, -0.01866268180310726, -0.014881880022585392, -0.010303355753421783, 0.019708435982465744, -0.03520704060792923, 0.003526067128404975, -0.008004037663340569, 0.01299147866666317, 0.009452004916965961, -0.01886378787457943, 0.011804950423538685, -0.03568969666957855, 0.016651617363095284, 0.024481361731886864, -0.03456350043416023, 0.02874482050538063, 0.001608851831406355, 0.029683316126465797, -0.005393005441874266, -0.008614061400294304, 0.0026897992938756943, -0.007454346865415573, -0.01435900293290615, 0.006120340432971716, 0.003294794587418437, -0.00422658771276474, -0.000732781772967428, 0.009458708576858044, 0.003485845634713769, -0.0023663530591875315, 0.003125529969111085, -0.017214715480804443, 0.006964988075196743, 0.009498929604887962, 0.004045592155307531, 0.007353793829679489, 0.025580745190382004, 0.0011044098064303398, 0.014707587659358978, -0.02933473326265812, -0.008479990065097809, 0.008050963282585144, 0.002852360252290964, -0.023985300213098526, 0.030058715492486954, -0.008996163494884968, 0.005949400365352631, 0.020298346877098083, 0.014546702615916729, -0.02566118724644184, -0.025138311088085175, -0.022322820499539375, -0.016128739342093468, -0.04555732384324074, 0.002840629080310464, 9.387587851961143e-06, -0.0031975931487977505, 0.033678632229566574, 0.009746961295604706, 0.015994669869542122, 0.00968662928789854, 0.016544360667467117, -0.011664176359772682, -0.007320275995880365, -0.01275685429573059, 0.007420829031616449, -0.006003028713166714, -0.0022758550476282835, -0.012629487551748753, 0.0026696885470300913, 0.01803254894912243, 0.010424019768834114, 0.004588579759001732, 0.013581391423940659, 0.02586229331791401, -0.00333669176325202, -0.018474983051419258, 0.021437950432300568, 0.004082461819052696, -0.0039584459736943245, -0.0013113818131387234, -0.0032059724908322096, 0.02684101276099682, -0.008433065377175808, 0.008071073330938816, 0.010135767050087452, -0.011141299270093441, 0.007548196706920862, 0.037834834307432175, -0.04196421802043915, -0.011630658060312271, -0.04250050336122513, -0.0055304281413555145, 0.013534466736018658, -0.031426239758729935, 0.0008379436912946403, 0.0036199167370796204, -0.010209505446255207, 0.027457738295197487, 0.005098049528896809, -0.017161086201667786, 0.010470944456756115, -0.02186697907745838, 0.005667850840836763, -0.01712086610496044, -0.017549892887473106, -0.0006091850809752941, 0.010537980124354362, -0.003579695476219058, 0.006150506436824799, 0.006931470241397619, 0.0017060533864423633, 0.031453054398298264, -0.006016435567289591, 0.004310382530093193, -0.004357307218015194, -0.02725663222372532, 0.007796227931976318, -0.026184063404798508, 0.020298346877098083, 0.013279731385409832, -0.029951458796858788, 0.001360820489935577, -0.0050041996873915195, 0.01705382950603962, -0.012676412239670753, -0.025258975103497505, 0.006727011874318123, 0.0237305648624897, -0.014251746237277985, -0.00444110156968236, -0.02446795627474785, 0.012582561932504177, 0.02761862426996231, -0.006029842887073755, 0.02874482050538063, 0.012126720510423183, -0.00019974482711404562, 0.012978071346879005, -0.007668860722333193, -0.0160214826464653, -0.008942535147070885, -0.011570326052606106, 0.0034959011245518923, 0.04244687408208847, 0.014144489541649818, 0.016772281378507614, -0.0004545844567473978, 0.02690804749727249, -0.00496062682941556, 0.010846342891454697, 0.01230771653354168, 0.04212510585784912, -0.0025121551007032394, 0.0067169563844799995, -0.020727375522255898, 0.016142146661877632, 0.004119331017136574, 0.02767225168645382, -0.03751306235790253, 0.007347090169787407, 0.0005672878469340503, 0.010718975216150284, 0.0063817789778113365, -0.0014756188029423356, -0.03574332594871521, -0.01815321110188961, -0.0067169563844799995, -0.004789686296135187, 0.010115656070411205, 0.01776440627872944, -0.010189395397901535, 0.0006301336688920856, 0.02761862426996231, 0.015217057429254055, -0.003031680127605796, 0.0030786050483584404, 0.01685272343456745, 0.017456043511629105, 0.01901126652956009, -0.012207163497805595, -0.639679491519928, -0.012951257638633251, 0.015471791848540306, -0.04979396611452103, 0.006951580755412579, 0.0009577696328051388, 0.009539150632917881, 0.015699712559580803, -0.045101482421159744, 0.007575010880827904, -0.003199269063770771, 0.026827605441212654, 0.011429551988840103, -0.01132899895310402, -0.018729716539382935, -0.030889956280589104, 0.002542321104556322, -0.006120340432971716, 0.015538827516138554, 0.008466582745313644, -0.0064320554956793785, 0.008479990065097809, 0.010377094149589539, 0.005322618409991264, 0.004032184835523367, 0.008768242783844471, 0.01494891569018364, -0.026479020714759827, -0.03043411485850811, 0.0033132294192910194, -0.029254289343953133, 0.014251746237277985, 0.042849089950323105, 0.007937002927064896, 0.0337054468691349, -0.007487864699214697, 0.01275685429573059, 0.011550216004252434, 0.0029445341788232327, 0.0416424497961998, -0.02574162930250168, -0.011489883996546268, 0.020874852314591408, 0.03097039833664894, -0.004360659047961235, 0.006958284415304661, 0.019507328048348427, -0.005681258160620928, -0.003787505440413952, 0.007823042571544647, -0.02224237658083439, -0.013822718523442745, -0.006385130807757378, -0.003381940769031644, 0.010980414226651192, -0.0011689314851537347, 0.022832289338111877, 0.003720470005646348, -0.025057867169380188, 0.0033785889390856028, -0.006385130807757378, -0.003572991816326976, -0.014479666948318481, -0.03579695522785187, -0.008426361717283726, 0.01940007135272026, 0.008218551985919476, -0.015941040590405464, 0.006780640222132206, 0.0005639360751956701, 0.0209150742739439, 0.018917417153716087, 0.020861444994807243, -0.02529919520020485, -0.005111456383019686, 0.03075588494539261, 0.022523926571011543, 0.005456689279526472, -0.010873157531023026, -0.013205992057919502, 0.008466582745313644, 0.012066389434039593, 0.02025812678039074, -0.028583934530615807, -0.0009359830874018371, 0.017308564856648445, -0.00036911419010721147, -0.018220247700810432, 0.021786535158753395, 0.003713766345754266, 0.012140127830207348, 0.0035294187255203724, -0.011784840375185013, -0.009344748221337795, -0.0030735775362700224, 0.018099583685398102, -0.007099058944731951, -0.020365383476018906, -0.020982109010219574, 0.011127891950309277, -0.009465412236750126, -0.018166618421673775, -0.003278035670518875, 0.014560109004378319, 0.04225917533040047, 0.024012114852666855, -0.031104469671845436, 0.010772603563964367, 0.004461212083697319, -0.02265799790620804, -0.007394014857709408, 0.0020764244254678488, 0.002894257428124547, 0.0002585056354291737, 0.024548398330807686, -0.02453499101102352, 0.018099583685398102, 0.008097887970507145, 0.011469773016870022, -0.005359487608075142, 0.011456365697085857, 0.018045954406261444, -2.1053334421594627e-05, 0.004005370661616325, 0.02847667783498764, 0.01785825565457344, 0.0145198879763484, -0.007983927614986897, 0.02666671946644783, 0.003911521285772324, 0.02150498703122139, -0.015056172385811806, 0.00575499702244997, -0.0081716263666749, 0.033330049365758896, 0.01702701486647129, 0.01651754602789879, -0.0075683072209358215, 0.002183681121096015, -0.01693316549062729, -0.012663004919886589, -0.01898445188999176, 0.008976052515208721, 0.0016926461830735207, 0.002857387997210026, -0.013795904815196991, 0.011188223958015442, -0.013641723431646824, 0.0032110002357512712, -0.01773759163916111, 0.012327827513217926, -0.006224245764315128, 0.000994639121927321, 0.03271332010626793, 0.0013708758633583784, 0.004387473221868277, -0.0106184221804142, -0.028369421139359474, -0.01494891569018364, 0.007796227931976318, -0.012850704602897167, 0.025647779926657677, -0.030621813610196114, -0.017804628238081932, -0.013708759099245071, -0.019145337864756584, 0.016624802723526955, 0.006452166475355625, -0.014908693730831146, -0.023918263614177704, 0.03485845774412155, -0.0063315024599432945, -0.025406451895833015, 0.025165123865008354, 0.008164923638105392, 0.015941040590405464, -0.016919758170843124, -0.006924766581505537, -0.006509146653115749, -0.008399547077715397, 0.0155120138078928, -0.008305697701871395, -0.011959131807088852, -0.009452004916965961, 0.021424544975161552, 0.02025812678039074, 0.020606711506843567, 0.03126535564661026, -0.0081247016787529, -0.012542340904474258, -0.016396882012486458, 0.002443443750962615, -0.0035662883892655373, 0.025781851261854172, -0.012957961298525333, 0.007662157062441111, 0.0017496263608336449, 0.014747808687388897, -0.007032023277133703, 0.01360150147229433, 0.01548519916832447, 0.033356860280036926, 0.004675725940614939, -0.0069381739012897015, -0.022416669875383377, -0.031935710459947586, 0.007313572335988283, -0.035287484526634216, 0.02186697907745838, 0.012448491528630257, 0.015136614441871643, -0.019748656079173088, -0.004377417732030153, -0.02251051925122738, 0.008352622389793396, 0.005128215532749891, -0.012730040587484837, 0.0033601541072130203, -0.010276541113853455, 7.630524487467483e-05, 0.00796381663531065, 0.005305859260261059, 0.015431570820510387, 0.0018049307400360703, -0.014734401367604733, 0.010759197175502777, 0.03400040417909622, 0.023087024688720703, 0.01663821004331112, -0.040382180362939835, 0.007266647648066282, 0.013480838388204575, -0.0022691513877362013, -0.0021484876051545143, -3.616250614868477e-05, 0.026049993932247162, 0.00042001926340162754, -0.04132067784667015, -0.005020958371460438, -0.00037330391933210194, -0.0025523763615638018, 0.014613737352192402, 0.029200661927461624, -0.0020445825066417456, 0.0038344303611665964, 0.00348919746465981, 0.025473488494753838, 0.006234300788491964, -0.042849089950323105, 0.009740257635712624, -0.01815321110188961, 0.025138311088085175, 0.010940192267298698, -7.083242508088006e-06, 0.024427734315395355, -0.022349633276462555, -0.010243023745715618, -0.012937850318849087, -0.0007989793084561825, 0.025728221982717514, 0.007152687292546034, 0.02634494937956333, 0.00401877798140049, -0.002661309204995632, 0.019748656079173088, -0.007434236351400614, 0.004196422174572945, -0.020834632217884064, 0.004028833005577326, -0.003666841657832265, 0.011945725418627262, -0.004779630806297064, 0.0011370895663276315, -0.0036366756539791822, -0.01925259456038475, 0.0014161248691380024, 0.00665327301248908, -0.03550199791789055, -0.007011912763118744, 0.02737729623913765, -0.030246414244174957, -0.009901142679154873, 0.010068731382489204, 0.04614723473787308, 0.015029357746243477, 0.007930299267172813, -0.002719965297728777, 0.0037104145158082247, 0.003452328033745289, -0.003376913024112582, 0.006830916740000248, 0.024333884939551353, 0.012414973229169846, -0.01565949060022831, -0.00031464785570278764, 0.009646407328546047, 0.006475628819316626, -0.02480313368141651, -0.006338206119835377, -0.032016150653362274, -0.001558575197122991, -0.01580696925520897, -0.0013172475155442953, -0.00042001926340162754, 0.05381609499454498, 0.014211525209248066, -0.0025540522765368223, -0.01805936172604561, 0.006287929601967335, -0.04917724058032036, -0.0014831603039056063, -0.0004675725649576634, -0.005366191267967224, -0.01744263619184494, 0.01118152029812336, 0.01957436464726925, -0.004558413755148649, -0.0162494033575058, 0.0004893590812571347, -7.410564285237342e-05, 0.0038880587089806795, -0.026505835354328156, -0.04129386320710182, 0.015498606488108635, 0.056792471557855606, 0.028047651052474976, -0.017603520303964615, 0.015123207122087479, -0.0541110523045063, 0.023650122806429863, -0.029763760045170784, -0.016329847276210785, 0.03099721297621727, 0.019480515271425247, -0.003485845634713769, 0.009130233898758888, 0.01201276108622551, 0.00045165163464844227, -0.0005153353558853269, -0.01859564706683159, -0.020472640171647072, -0.005818680860102177, -0.02446795627474785, -0.03686952218413353, -0.0037405805196613073, -0.03874651715159416, 0.018769938498735428, 0.025889107957482338, 0.02874482050538063, -0.0027970559895038605, 0.04298315942287445, 0.017214715480804443, 0.009693332947790623, -0.009458708576858044, 0.005637685302644968, -0.001947381068021059, -0.002708233892917633, -0.004943867679685354, -0.042580947279930115, 0.04132067784667015, 0.010196099057793617, -0.0008521887357346714, -0.004990792367607355, 0.012274199165403843, 0.0212368443608284, -0.003432217286899686, 0.004555061925202608, -0.017187900841236115, -0.004779630806297064, -0.013239510357379913, 0.004122682847082615, 0.03040730021893978, 0.004115979187190533, -0.006546015851199627, -0.01675887405872345, -0.015310906805098057, -0.02509808912873268, 0.00377074652351439, 0.002731696469709277, 0.005708072334527969, 0.03405402973294258, 0.005020958371460438, -0.02272503264248371, -0.06751815229654312, -0.03794208914041519, -0.01922577992081642, -0.00333669176325202, -0.018139805644750595, -0.004481322597712278, 0.0017119189724326134, -0.012495416216552258, -0.03265969455242157, -0.009673221968114376, 0.005456689279526472, 0.0187431238591671, -0.010149173438549042, -0.04078439623117447, -0.011241852305829525, 0.011007227934896946, 0.011610548011958599, 0.015967855229973793, -0.006284577772021294, 0.0015879032434895635, 0.0066130515187978745, -0.017670556902885437, -0.036762263625860214, 0.00719290878623724, -0.02708233892917633, 0.0016365039627999067, -0.006770584732294083, -0.02595614269375801, -0.008667689748108387, -0.012468601576983929, 0.033356860280036926, -0.02005702070891857, 0.01720130816102028, 0.019091708585619926, 0.013212695717811584, 0.011523401364684105, 0.022617775946855545, 0.01331995241343975, 0.01118152029812336, -0.0141042685136199, 0.0012636190513148904, -0.0003483750915620476, 0.0013624964049085975, 0.0036903040017932653, -0.009760367684066296, 0.009633000940084457, 0.03290102258324623, -0.010491054505109787, 0.010879861190915108, -0.005604167468845844, 0.014855065383017063, 0.004816500470042229, -0.0031892135739326477, 0.01587400585412979, 0.005879012867808342, 0.03174801170825958, -0.008687799796462059, 0.018515203148126602, 0.0004805607022717595, 0.028986148536205292, -0.02346242219209671, -0.006767233368009329, -0.02153180167078972, 0.012227274477481842, 0.0257148165255785, -0.017643742263317108, 0.004782982636243105, -0.018019141629338264, -0.019507328048348427, -0.028557119891047478, -8.327065006596968e-05, -0.012817186303436756, 0.004417639225721359, -0.013688648119568825, 0.0034288654569536448, -0.03520704060792923, -0.003844485618174076, -0.022952953353524208, 0.0033886441960930824, -0.013943382538855076, -0.004772927146404982, -0.009083309210836887, -0.002203791867941618, 0.008821871131658554, -0.02453499101102352, 0.01685272343456745, -0.03963138535618782, 0.0014303699135780334, -0.0014320457121357322, -0.008278883993625641, 0.04166926443576813, -0.0058153290301561356, 0.012321123853325844, -0.00667338352650404, -0.009552557952702045, -0.013366878032684326, -0.013715461827814579, 0.009244194254279137, -0.03099721297621727, 0.05620255693793297, 0.023676937445998192, 0.012468601576983929, 0.006931470241397619, -0.0003697426582220942, 0.008996163494884968, 0.011288776993751526, -0.014841658063232899, 0.008372733369469643, 0.025634372606873512, 0.016892945393919945, -0.006468925159424543, 0.0013063541846349835, 0.01575334183871746, 0.010718975216150284, 0.010135767050087452, 0.023770786821842194, 0.00083710573380813, -0.00768226757645607, 0.009049791842699051, -0.01153680868446827, -0.030058715492486954, -0.015015950426459312, -0.0011689314851537347, -0.02566118724644184, 0.0335177481174469, -0.029173847287893295, -0.0008857064531184733, 0.007306868676096201, -0.02637176401913166, 0.0024870168417692184, -0.01038379780948162, -0.005986269563436508, -0.015404757112264633, 0.031935710459947586, 0.028288979083299637, 0.010893267579376698, -0.010584904812276363, -0.0063817789778113365, -0.02649242803454399, 0.0033953478559851646, 0.031989339739084244, 0.006606347858905792, 0.00683762039989233, 0.007481161039322615, -0.028637563809752464, -0.0183275043964386, 0.0183275043964386, -0.05620255693793297, -0.019587771967053413, 0.013970197178423405, 0.00047972274478524923, -0.00406235083937645, -0.01651754602789879, -0.022001048550009727, -0.0023965188302099705, -0.032284293323755264, 0.008231958374381065, -0.00789007730782032, 0.031721197068691254, -0.01661139540374279, -0.02301998808979988, -0.009264305233955383, -0.007588418200612068, 0.04220554605126381, 0.014251746237277985, 0.023891450837254524, 0.00306687387637794, 0.021424544975161552, -0.002170274034142494, 0.009807293303310871, 0.014600330963730812, 0.002414953662082553, 0.03161393851041794, 0.020070426166057587, -0.02630472742021084, -0.033946774899959564, 0.010082138702273369, 0.002731696469709277, -0.0046187457628548145, -0.01871630921959877, 0.010732382535934448, 0.005607519298791885, 0.020030206069350243, -0.020606711506843567, -0.0039182244800031185, -0.01949392259120941, -0.0006745446589775383, 0.006475628819316626, 0.01158373337239027, 0.006485684309154749, -0.00845317542552948, -0.014493074268102646, 0.02818172238767147, -0.0015041088918223977, 0.019949764013290405, 0.005744941998273134, -0.015739934518933296, -0.0047192987985908985, 0.02162565104663372, -0.013460727408528328, 0.003697007428854704, -0.0024786374997347593, 0.016597988083958626, 0.010229616425931454, -0.019185557961463928, 0.006090174894779921, 0.03188208118081093, 0.0026897992938756943, 0.009230787865817547, 0.0009711767197586596, 0.028288979083299637, -0.01866268180310726, -0.03930961340665817, -0.003572991816326976, -0.002882526256144047, 0.00843976903706789, -0.01021620910614729, -0.005724831018596888, 0.0048600733280181885, 0.015056172385811806, -0.023328352719545364, 0.013199289329349995, 0.008252069354057312, -0.025486895814538002, -0.013480838388204575, 0.00348919746465981, -0.030541371554136276, -0.01729515753686428, -0.022966360673308372, 0.0034456243738532066, -0.012032871134579182, -0.007735895924270153, -0.0058287363499403, 0.004353955388069153, 0.0208212248980999, 6.127462984295562e-05, 0.01315236371010542, -0.002468582009896636, 0.045932721346616745, -0.01714767888188362, 0.012515527196228504, 0.00035067941644228995, 0.02651924081146717, -0.03759350627660751, 0.018112991005182266, -0.003951742313802242, -0.011040746234357357, 0.005299156066030264, -0.014452852308750153, -0.02592932991683483, -0.0176839642226696, 0.024186406284570694, 0.01854201778769493, 0.00669684587046504, 0.018354319036006927, 0.017241530120372772, 0.008198441006243229, 0.012126720510423183, 0.015351127833127975, -0.012629487551748753, 0.009954771026968956, -0.021960828453302383, -0.017362192273139954, 0.023837821558117867, 0.0053762467578053474, 0.012810482643544674, -0.03625279664993286, 0.016101926565170288, 0.016799094155430794, -0.013822718523442745, -0.0660165548324585, 0.012884221971035004, -0.0026344950310885906, -0.004105924163013697, 0.02174631506204605, -0.017871662974357605, -0.02035197615623474, -0.023207688704133034, 0.030058715492486954, 0.0069918022491037846, 0.01524387113749981, -0.004705891944468021, 0.023663530126214027, 0.017536485567688942, -2.5321611246909015e-05, 0.005081290379166603, -0.021303880959749222, -0.021840164437890053, -0.01927940733730793, -0.014694180339574814, 0.011637361720204353, -0.03469757363200188, 0.03231110796332359, 0.03137261047959328, -0.029710130766034126, -0.05159051716327667, -0.02524556778371334, -0.017013609409332275, -0.017697369679808617, 0.0009376590023748577, 0.004156200680881739, 0.003938335459679365, 0.01362831611186266, -0.015793561935424805, 0.02794039435684681, 0.0022389856167137623, 0.037539876997470856, -0.010920082218945026, 0.01258926559239626, 0.015726527199149132, 0.011087670922279358, 0.01622259058058262, -0.0030987157952040434, -0.02554052323102951, -0.009016274474561214, -0.012884221971035004, -0.012890925630927086, 0.002223902614787221, 0.028074465692043304, -0.01523046474903822, 0.024427734315395355, -0.00028783365269191563, 0.019614586606621742, -0.021732907742261887, 0.018260467797517776, 0.026023179292678833, -0.027967208996415138, -0.002699854550883174, 0.0176839642226696, 0.017389006912708282, -0.013507652096450329, 2.1226815078989603e-06, -0.008131405338644981, -0.003787505440413952, 0.004514840431511402, 0.003978556487709284, -0.019587771967053413, -0.003492549294605851, 0.005862254183739424, 0.030005088075995445, 0.024132778868079185, 0.00110524776391685, 0.00596951087936759, -0.009431893937289715, 0.004534951411187649, -0.025768443942070007, 0.01708064414560795, 0.01720130816102028, 0.003492549294605851, 0.001848503714427352, -0.011758025735616684, 0.012964664958417416, -0.0046254489570856094, 6.897324055898935e-05, -0.004736057482659817, 0.0053863017819821835, -0.008801760151982307, -0.01687953807413578, -0.02666671946644783, -0.00036848572199232876, 0.007293461821973324, -0.011979242786765099, -0.017254935577511787, -0.033919960260391235, -0.009733553975820541, -0.0010817853035405278, -0.003787505440413952, -0.011664176359772682, 0.010437426157295704, 0.02717619016766548, 0.008848684839904308, 0.0008542835712432861, -0.025527115911245346, 0.04107934981584549, 0.010584904812276363, -0.02429366298019886, 0.002381435828283429, 0.21451358497142792, -0.0038511892780661583, 0.0141042685136199, 0.022443482652306557, -0.008754835464060307, -0.011577029712498188, 0.011389330960810184, 0.003663489827886224, -0.01508298609405756, 0.008359326049685478, -0.02147817239165306, 0.0038109677843749523, 0.0012024492025375366, 0.007286758162081242, 0.008942535147070885, -0.032257478684186935, -0.02334176003932953, -0.02397189289331436, -0.006277874112129211, -0.006083471234887838, -0.0020294995047152042, 0.0016691838391125202, -0.009384969249367714, -0.00984751433134079, 0.007903484627604485, -0.0011463069822639227, -0.012850704602897167, 0.013997010886669159, 0.015699712559580803, 0.018528610467910767, 0.004236643202602863, 0.006234300788491964, -0.019708435982465744, -0.02482994645833969, -0.004632152616977692, -0.016959980130195618, 0.02713596820831299, 0.0015518716536462307, 0.025969550013542175, -0.015726527199149132, -0.008942535147070885, -0.03496571257710457, -0.00873472448438406, -0.022322820499539375, -0.012884221971035004, 0.014345595613121986, 0.009860921651124954, 0.005902475211769342, 0.012790372595191002, -0.006311391945928335, -0.04220554605126381, -0.035609256476163864, 0.010638533160090446, 0.016812501475214958, -0.011121188290417194, 0.019480515271425247, -0.008238662034273148, 0.023274723440408707, -0.025607559829950333, 0.024226628243923187, 0.0020244719926267862, 0.009351451881229877, -0.010732382535934448, 0.03544836863875389, -0.022175341844558716, 0.012911036610603333, -0.009498929604887962, 0.002510479185730219, 0.033088721334934235, -0.02651924081146717, 0.007823042571544647, -0.012937850318849087, -0.0034422725439071655, 0.013635019771754742, -0.02192060649394989, -0.013769090175628662, -0.0017630335642024875, 0.03429535776376724, 0.03244518116116524, 0.026170657947659492, -0.016450511291623116, -0.013916568830609322, -0.03123854100704193, -0.001885373261757195, 0.002290938049554825, -0.03579695522785187, 0.029736945405602455, -0.02987101674079895, 0.0010960303479805589, -0.02360990084707737, 0.0035327705554664135, 0.0031439648009836674, -0.018019141629338264, -0.024937203153967857, -0.006056657060980797, 0.011436255648732185, -0.0141042685136199, 0.012669708579778671, -0.0019540847279131413, -0.006150506436824799, -0.004270161036401987, 0.08988118916749954, 0.01069216150790453, 0.009539150632917881, -0.021853571757674217, 0.006173969246447086, -0.02684101276099682, 0.017161086201667786, -0.002579190768301487, 0.009076605550944805, 0.01130218431353569, -0.014318781904876232, -0.00944530125707388, -0.009130233898758888, 0.009438597597181797, 0.005677906330674887, 0.011402737349271774, -0.03043411485850811, 0.0328742079436779, -0.009364858269691467, 0.0037405805196613073, -0.00803755596280098, 0.016812501475214958, 0.026760568842291832, -0.003924928139895201, 0.009022977203130722, -0.008580543100833893, -0.01930622197687626, -0.04196421802043915, -0.02248370461165905, 0.025285787880420685, 0.0005350270657800138, 0.022416669875383377, -0.005074586719274521, -0.027296854183077812, -0.009317933581769466, 0.00266633671708405, -0.016115332022309303, -0.02393167093396187, 0.007280054502189159, -0.02989783138036728, -0.013413802720606327, 0.013407099060714245, -0.022403262555599213, 0.007957112975418568, 0.006750474218279123, 0.015444978140294552, -0.00885538849979639, 0.020579896867275238, 0.006515849847346544, -0.0033132294192910194, 0.014586923643946648, -0.01508298609405756, 0.007561603561043739, 0.015766749158501625, 0.00040346989408135414, -0.0038210232742130756, -0.024253441020846367, -0.002014416502788663, -0.013916568830609322, -0.03011234477162361, -0.003971852827817202, 0.026465613394975662, 0.013521059416234493, 0.0005739914486184716, 0.005584056489169598, -0.17075280845165253, 0.025057867169380188, 0.019038081169128418, -0.025768443942070007, 0.01922577992081642, 0.007367200683802366, -0.0180057343095541, 0.019614586606621742, -0.0016532628796994686, 0.004095868673175573, 0.02458862029016018, -0.026773976162075996, -0.02272503264248371, -0.0328742079436779, 0.000555137696210295, -0.00667338352650404, -0.00235127005726099, 0.004109275992959738, 0.03437580168247223, 0.009271008893847466, 0.03834430128335953, -0.004431046079844236, 0.014868472702801228, -0.020003391429781914, -0.002026147907599807, -0.011362516321241856, -0.023516051471233368, 0.02627791464328766, -0.02850349247455597, -0.018139805644750595, 0.00909001287072897, 0.010095545090734959, 0.0341612882912159, 0.009827403351664543, 0.009157048538327217, -0.0022842343896627426, -0.003753987606614828, -0.0008136433316394687, -0.011013931594789028, 0.012274199165403843, 0.013916568830609322, 0.017898477613925934, -0.0028557120822370052, 0.014855065383017063, 0.018850380554795265, 0.008640875108540058, 0.011040746234357357, 0.0009267657296732068, 0.00940508022904396, -0.03526066988706589, 0.01830068975687027, -0.035609256476163864, 0.013614908792078495, -0.010276541113853455, -0.017429228872060776, 0.01438581757247448, 0.003861244535073638, 0.008493397384881973, 0.00166331825312227, -0.013386988081037998, 0.00761523237451911, -0.03890740126371384, 0.01866268180310726, -0.020445825532078743, 0.011577029712498188, -0.008500101044774055, -0.013809312134981155, 0.009840810671448708, -0.015994669869542122, 0.012542340904474258, 0.01913193054497242, -0.02035197615623474, 0.006559423170983791, -0.0062912809662520885, 0.0059963250532746315, 0.014613737352192402, -0.02035197615623474, -0.004400880075991154, 0.007172797806560993, 0.002590921940281987, -0.019641399383544922, 0.0030082177836447954, -0.005698016844689846, -0.016303032636642456, -0.022228969261050224, -0.0038679479621350765, -0.011476476676762104, -0.006170617416501045, -0.0030534667894244194, -0.008801760151982307, 0.01122844498604536, -0.003971852827817202, -0.006904656067490578, -0.0007315248367376626, 0.021303880959749222, -0.007977223955094814, 0.020043613389134407, 0.011382627300918102, -0.0005031852051615715, -0.00754149304702878, -0.0003387387259863317, -0.0015066227642819285, 0.0005124025628902018, 0.003288090927526355, 0.0326865054666996, -0.009525743313133717, -0.005165084730833769, -0.002753482898697257, 0.02901296131312847, -0.02485676109790802, -0.014814844354987144, 0.019266001880168915, 0.008687799796462059, 0.0025858941953629255, -0.0010147497523576021, 0.04225917533040047, 0.0036768969148397446, -0.02209489978849888, -0.007528086192905903, 0.0024953961838036776, 0.011871986091136932, -0.02458862029016018, 0.016571173444390297, -0.0037439323496073484, 0.0010273189982399344, -0.01930622197687626, -0.08639534562826157, -0.028396235778927803, 0.008660986088216305, -0.007762710098177195, 0.006324798800051212, 0.022081492468714714, -0.008359326049685478, -0.007642046548426151, -0.009813996031880379, 0.001992630073800683, -0.017228122800588608, -0.015994669869542122, -0.014908693730831146, -0.0049103498458862305, 0.01193902175873518, -0.0009703387622721493, -0.035877395421266556, -0.014198117889463902, -0.009257601574063301, 0.005791866686195135, 0.006727011874318123, -0.029951458796858788, 0.0005098887486383319, 0.006851027719676495, -0.004974033683538437, 0.004488026257604361, -0.0353679284453392, 0.01590081863105297, 0.005128215532749891, -0.015377942472696304, -0.0016499111661687493, -0.011979242786765099, -0.02035197615623474, -0.020445825532078743, -0.021759722381830215, 0.004642208106815815, -0.006951580755412579, -0.013929976150393486, 0.026747161522507668, -0.005882364697754383, 0.00348919746465981, -0.009740257635712624, 0.02678738348186016, -0.03126535564661026, -0.010752493515610695, 0.01033687312155962, -0.03236473724246025, 0.02126365900039673, -0.011711101047694683, -0.015699712559580803, -0.018555425107479095, -0.007782821077853441, -0.009069902822375298, -0.013614908792078495, 0.028530307114124298, 0.0022892621345818043, -0.008144812658429146, 0.013159067369997501, -0.035609256476163864, -0.0008216037531383336, -0.01523046474903822, -0.029200661927461624, -0.018099583685398102, 0.017187900841236115, 0.006455518305301666, 0.025594152510166168, -0.020030206069350243, -0.025339417159557343, 0.03072907030582428, -0.02334176003932953, -0.0005031852051615715, 0.01480143703520298, -0.007776117417961359, -0.003452328033745289, -0.01492210105061531, -0.02568800188601017, -0.012039574794471264, -0.017241530120372772, 0.005268990062177181, -0.03574332594871521, 0.011416144669055939, -0.005218713078647852, 0.007561603561043739, -0.011959131807088852, 0.0045248959213495255, 0.000856797443702817, 0.02020449750125408, 0.013246214017271996, 0.0023043451365083456, -0.03437580168247223, -0.007970520295202732, 0.03469757363200188, 0.0013289786875247955, -0.013018293306231499, -0.006924766581505537, 0.008909016847610474, -0.012247384525835514, -0.020807817578315735, -0.0068979524075984955, 0.0012259116629138589, -0.005064531695097685, 0.0038310785312205553, -0.06698186695575714, 0.012347938492894173, 0.003700359258800745, -0.019212372601032257, 0.00415955251082778, -0.01093348953872919, 0.010993821546435356, -0.010350280441343784, 0.0023043451365083456, 0.007025319617241621, -0.0187431238591671, 0.0183275043964386, 0.0017027015564963222, 0.0047192987985908985, -0.01631643995642662, -0.010806121863424778, 0.014198117889463902, -0.01464055199176073, 0.042902715504169464, 0.00996817834675312, 0.0009812320349738002, -0.03424173220992088, 0.020486047491431236, -0.01520365010946989, -0.011737914755940437, 0.02453499101102352, -0.02574162930250168, 0.019346443936228752, -0.022014455869793892, -0.008949238806962967, 0.009143641218543053, -0.008426361717283726, -0.0026763922069221735, -0.004260105546563864, 0.02432047761976719, 0.003720470005646348, 0.006559423170983791, 0.02111618034541607, 0.027806323021650314, -0.005218713078647852, -0.017362192273139954, -0.01830068975687027, 0.008754835464060307, -0.03011234477162361, 0.00320764840580523, -0.0013432237319648266, -0.030058715492486954, 0.0002863672561943531, 0.009103420190513134, 0.023060210049152374, 0.026505835354328156, 0.007347090169787407, -0.06220893934369087, -0.03072907030582428, -0.0036065096501260996, -0.03013915754854679, 0.014184710569679737, 0.011516697704792023, -0.003311553504317999, -0.01651754602789879, 0.041213423013687134, 0.0042433468624949455, 0.010879861190915108, -0.016450511291623116, 0.015538827516138554, 0.0038712997920811176, -0.02713596820831299, -0.0016649940516799688, 0.023717157542705536, -0.02167927846312523, -0.01651754602789879, -0.011751322075724602, 0.012408270500600338, -0.008104591630399227, 0.016061704605817795, -0.014828251674771309, 0.014975729398429394, 0.009706739336252213, -0.007360497489571571, 0.022966360673308372, 0.030889956280589104, 0.014144489541649818, -0.01830068975687027, 0.030541371554136276, 0.03963138535618782, 0.017214715480804443, 0.0010155877098441124, 0.009532446973025799, 0.004796389490365982, 0.023811006918549538, -0.014707587659358978, 0.037271734327077866, 0.013849533163011074, 0.010786010883748531, -0.0018920768052339554, 0.0003035450936295092, -0.009438597597181797, 0.012361344881355762, 0.0053795985877513885, 0.021665871143341064, 0.01993635669350624, 0.011550216004252434, -0.0040992205031216145, -0.021008923649787903, -0.036681823432445526, 0.0007537303608842194, -0.02957605943083763, -0.03075588494539261, 0.019775470718741417, 0.04459201171994209, 0.004276864696294069, 0.011925614438951015, -0.002832249738276005, 0.0035193634685128927, -0.020566489547491074, 0.025258975103497505, 0.003717118175700307, -0.00885538849979639, -0.0155120138078928, 0.017536485567688942, 0.014224931597709656, -0.020150870084762573, 0.024789726361632347, -0.03732536360621452, 0.0320429652929306, -0.013849533163011074, 0.0035696399863809347, -0.033383674919605255, 0.0187431238591671, 0.0003027071652468294, -0.0006996829761192203, 0.00998158473521471, -0.003001514356583357, -0.005835440009832382, -0.007447643671184778, -0.00045751724974252284, -0.009237491525709629, -0.001178148784674704, 0.010967006906867027, 0.06644558161497116, 0.01805936172604561, -0.015324314124882221, -0.0011798246996477246, -7.908093539299443e-05, -0.019534142687916756, 0.01776440627872944, -0.011556919664144516, -0.014224931597709656, -0.004994144197553396, 0.011362516321241856, 0.002026147907599807, 0.005292452406138182, -0.009666518308222294, -0.0037506360094994307, 0.019882727414369583, -0.02666671946644783, 0.019601179286837578, 0.004699188284575939, -0.01258926559239626, 0.008097887970507145, -0.023717157542705536, 0.02336857281625271, -0.024079149588942528, -0.03485845774412155, 0.0017965512815862894, 0.02482994645833969, -0.011959131807088852, -0.018944229930639267, -0.008587246760725975, 0.025942737236618996, 0.0324988067150116, -0.01651754602789879, -0.0075146788731217384, -0.007313572335988283, 0.027095746248960495, -0.009626297280192375, 0.0006762205739505589, 0.013071921654045582, 0.007280054502189159, 0.012086499482393265, -0.0010960303479805589, -0.012374752201139927, -0.02204127050936222, -0.006016435567289591, -0.0062410044483840466, 0.018917417153716087, -0.012864110991358757, -0.0062410044483840466], \"c1d317c7-88d5-4b86-93ce-afb8af4bc7e6\": [3.738107261597179e-05, -5.971697100903839e-05, 0.0033734163735061884, -0.04790712893009186, -0.036035869270563126, 0.014469746500253677, -0.03896411135792732, -0.005602575372904539, -0.005022202618420124, -0.023122576996684074, 0.028148075565695763, 0.011501931585371494, -0.00023721909383311868, -0.022594964131712914, -0.00872537586838007, -0.015459018759429455, 0.017068233340978622, -0.03389904275536537, 0.0022670808248221874, -0.007294229697436094, 0.009028752334415913, 0.007630581967532635, -0.0187961608171463, 0.014456556178629398, -0.03901687264442444, 0.017529893666505814, 0.013810232281684875, -0.02954624593257904, 0.00967507716268301, 0.001136013655923307, 0.02519345097243786, -0.013836612924933434, -0.012801175005733967, -0.008659424260258675, -0.013447499834001064, -9.779362881090492e-05, 0.01052585057914257, -0.004758396651595831, -0.017674986273050308, -0.004639684222638607, 0.022542202845215797, 0.017872842028737068, 0.003098068991675973, -0.002341276267543435, -0.014496127143502235, 0.030021097511053085, 0.010136736556887627, 0.00016044749645516276, -0.0025951892603188753, 0.014153179712593555, 0.014535698108375072, -0.002387442160397768, -0.006354421842843294, -0.009088109247386456, 0.011693190783262253, 0.005117832217365503, -0.028543785214424133, 0.01272862870246172, -0.0077558900229632854, -0.011956997215747833, 0.005068368278443813, 0.021289126947522163, -0.026169532909989357, -0.023478714749217033, -0.023030243813991547, -0.01731884852051735, -0.00821754988282919, 0.014825884252786636, -0.005220056977123022, -0.015340305864810944, 0.0210780818015337, 0.008408809080719948, -0.010980915278196335, -0.00015570723917335272, 0.01654062233865261, -0.02196183055639267, -0.025087928399443626, -0.00954317394644022, -0.020220711827278137, -0.014680791646242142, 0.006163162644952536, -0.008098836988210678, 0.016580192372202873, 0.007122755981981754, -0.0022802711464464664, 0.0044352347031235695, 0.03036404401063919, 0.03052232787013054, -0.01444336585700512, 0.011851474642753601, 0.016092151403427124, 0.025338545441627502, 0.022133303806185722, 0.00951019860804081, 0.0008755054441280663, 0.041945118457078934, -0.0165010504424572, 0.01899401657283306, 0.009806979447603226, -0.008184574544429779, 0.002283568726852536, 0.03134012594819069, -0.01712099462747574, -0.0064797294326126575, -0.0166725255548954, -0.027251137420535088, 0.011858069337904453, -0.030311282724142075, 0.0032019426580518484, -0.0012464822502806783, -0.019785434007644653, 0.032896582037210464, -0.012049328535795212, -0.01640871912240982, 0.0012893506791442633, -0.01009716559201479, 0.013117741793394089, -0.007096375338733196, -0.025681491941213608, -0.008079051971435547, -0.005645443685352802, -0.013480475172400475, 0.021526550874114037, 0.010268639773130417, 0.01592067815363407, 0.013150718063116074, 0.003706471063196659, 0.004923275206238031, 0.010374162346124649, -0.02339957281947136, -0.0028161266818642616, -0.002097256015986204, 0.014298273250460625, 0.022700486704707146, -0.025378115475177765, -0.02127593569457531, -0.0020692264661192894, 0.019073156639933586, -0.004243975505232811, -0.025668302550911903, 0.0024220668710768223, 0.02801617421209812, -0.008389024063944817, 0.004629791248589754, -0.00369657832197845, 0.018057504668831825, 0.026235483586788177, -0.02401951514184475, 0.02640695869922638, 0.003637222107499838, -0.0021780463866889477, 0.010044405236840248, -0.012168041430413723, -0.010413733310997486, -0.005563004408031702, -0.006832569371908903, 0.0005020553944632411, 0.05059794709086418, 0.021328696981072426, 0.006918306462466717, 0.0020939584355801344, 0.03155117109417915, 0.0037163638044148684, 0.005012309644371271, 0.027171995490789413, 0.019983287900686264, -0.00343936774879694, -0.00146247330121696, -0.010486279614269733, 0.010387352667748928, 0.005533325951546431, 0.02215968444943428, -0.028807589784264565, -0.0020824167877435684, -0.005770751275122166, 0.020748324692249298, 0.002301705302670598, -0.010499469935894012, -0.04492612183094025, -0.006034557241946459, 0.008745161816477776, -0.00010387352085672319, 0.010116951540112495, 0.012266968376934528, -0.01274841371923685, 0.007802055682986975, 0.03682728484272957, 0.011198555119335651, 0.020774705335497856, -0.005121129564940929, -0.007228278089314699, 0.023716138675808907, 0.020339425653219223, 0.013032005168497562, -0.639887273311615, 0.003894432680681348, 0.02870206907391548, -0.046429816633462906, -0.004616600926965475, 0.001746064517647028, -0.0032992209307849407, 0.01142278965562582, -0.024850504472851753, 0.018809352070093155, -0.002799638779833913, 0.031234603375196457, 0.005734478123486042, -0.014496127143502235, -0.01784646138548851, -0.04513716697692871, -0.0080065056681633, 0.005098046734929085, -0.008158193901181221, 0.002130231587216258, -0.010321401059627533, 0.004610005766153336, -0.00015014258679002523, -0.004840835928916931, 0.012286754325032234, 0.0014962733257561922, 0.04500526562333107, -0.006090615876019001, -0.024006325751543045, 0.021566122770309448, -0.004059311468154192, 0.008296691812574863, 0.037961650639772415, 0.010440113954246044, 0.03408370539546013, -0.0014517561066895723, -0.005797131918370724, 0.017213325947523117, -0.007320610340684652, 0.04730037599802017, -0.02722475677728653, -0.017463942989706993, 0.034400273114442825, 0.02706647291779518, 0.008778137154877186, -0.0029447320848703384, 0.021262746304273605, 0.007373371627181768, -0.015867916867136955, 0.01292648259550333, -0.02857016585767269, -0.01840045303106308, -0.00954317394644022, -0.007366776466369629, 0.007241468410938978, -0.0033321967348456383, 0.029493486508727074, -0.008428594097495079, -0.006971067748963833, -0.007300824858248234, 0.008553902618587017, 0.000621180166490376, -0.014126799069344997, -0.03751318156719208, -0.00161168840713799, 0.03189411759376526, 0.0033305478282272816, -0.009272772818803787, 0.017041852697730064, -0.0012827556347474456, 0.03128736466169357, 0.023834852501749992, 0.0046067084185779095, -0.027541322633624077, 0.00024834839859977365, 0.04637705534696579, 0.01915229856967926, -0.0062950653955340385, -0.013183693401515484, -0.016619764268398285, -0.0008763298392295837, 0.015498589724302292, 0.012154851108789444, -0.031814977526664734, 0.014403794892132282, 0.026921380311250687, -0.009015562012791634, -0.013599188067018986, 0.022753247991204262, 0.014298273250460625, 0.030416805297136307, 0.005477267317473888, -0.008151598274707794, -0.037829749286174774, -0.012491203844547272, 0.005183783359825611, 0.0027073067612946033, -0.024758171290159225, -0.007670152932405472, -0.007366776466369629, -0.01627681590616703, -0.015485399402678013, 0.006601739674806595, 0.029599007219076157, 0.022713677957654, 0.014667601324617863, -0.012563750147819519, -0.011838284321129322, 0.013032005168497562, -0.013823422603309155, 0.001762552303262055, -0.021196793764829636, 0.013163908384740353, 0.006605037022382021, 0.04682552441954613, -0.02052409015595913, 0.028491023927927017, 0.012794580310583115, -0.006176352500915527, -0.0015960249584168196, -0.005401423200964928, 0.000524314003996551, -0.0005041163531132042, -0.025140689685940742, 0.0268026664853096, 0.01981181465089321, 0.007788865361362696, -0.006905116140842438, -0.0025787013582885265, -0.009780598804354668, -0.0037856129929423332, -0.009952072985470295, 0.013770661316812038, -0.016197673976421356, 0.027857890352606773, 0.01764860562980175, 0.027277518063783646, 0.003361874958500266, 0.00787460245192051, -0.020576849579811096, -0.0204317569732666, -0.011139199137687683, 0.006034557241946459, -0.014047657139599323, 0.016158103942871094, -0.0067006666213274, -0.01286053191870451, -0.026908189058303833, 0.013704709708690643, -0.010552231222391129, -0.006766618229448795, -0.0031904010102152824, -0.007168922107666731, 0.04268377274274826, 0.0019439187599346042, -0.0029414345044642687, 0.006585251539945602, -0.017661796882748604, -0.011785523034632206, 0.0012398870894685388, -0.016065772622823715, 0.028543785214424133, -0.020576849579811096, -0.012787984684109688, -0.023808471858501434, -0.02094617858529091, 0.021724404767155647, 0.029335202649235725, -0.0024781255051493645, -0.01738480105996132, 0.030021097511053085, -0.01565687358379364, -0.010934749618172646, 0.009714648127555847, -0.013097956776618958, 0.022172875702381134, -0.0080065056681633, 0.018585117533802986, -0.003999955020844936, 0.00098844722378999, 0.0057278829626739025, -0.01886211335659027, -0.012933078221976757, 0.005292603280395269, 0.01961395889520645, 0.027805129066109657, 0.007333800662308931, 0.022212445735931396, 0.007960339076817036, -0.009285963140428066, -0.01888849399983883, 3.2949959859251976e-05, -0.006581954192370176, 0.024533936753869057, -0.005365150049328804, 0.003254703711718321, 0.011099628172814846, -0.004270356148481369, -0.034004565328359604, 0.027145614847540855, -0.007241468410938978, 0.011647025123238564, 0.00652919290587306, 0.001930728554725647, -0.003736149286851287, -0.01749032363295555, 0.0035580804105848074, -0.025246212258934975, 0.02268729731440544, -0.013599188067018986, 0.013836612924933434, -0.024942835792899132, -0.010268639773130417, -0.02981005236506462, -0.00275347288697958, 0.01255055982619524, -0.009101299569010735, 0.006179650314152241, -0.005668526515364647, -0.008837493136525154, 0.02510111965239048, 0.004761694464832544, 0.010967724956572056, 0.004748504143208265, -0.01456207875162363, 8.027527655940503e-05, 0.022146495059132576, 0.02032623440027237, 0.007373371627181768, -0.028517404571175575, 0.003040361450985074, 0.04582306370139122, -0.01627681590616703, 0.00721508776769042, -0.0009208470582962036, 0.026842238381505013, 0.005071666091680527, -0.028121694922447205, 0.02536492608487606, -0.016131723299622536, -0.00090271036606282, 0.005866380874067545, 0.046693623065948486, -0.025839775800704956, 0.020418567582964897, 0.015894297510385513, 0.024309702217578888, -0.005685014650225639, -0.0232017170637846, 0.012755009345710278, -0.004636386409401894, 0.0333450511097908, 0.020141571760177612, -0.001539141871035099, 0.015538159757852554, -0.016923140734434128, -0.004534161649644375, 0.004906787537038326, 0.008177978917956352, 0.02886035107076168, 0.02039218693971634, 0.04323776811361313, 0.01341452356427908, -0.010928153991699219, 0.0150369293987751, -0.0007724562892690301, 0.0114359799772501, -0.010400542989373207, -0.013262835331261158, 0.009358509443700314, -0.00043816491961479187, -0.010519254952669144, 0.011858069337904453, 0.0004995822091586888, -0.01142278965562582, 0.018413642421364784, 0.01019609346985817, -0.01840045303106308, -0.01075008511543274, 0.0210780818015337, -0.013183693401515484, -0.0020527387969195843, 0.017332039773464203, 0.022713677957654, 0.034426651895046234, 0.0014764879597350955, 0.007432727608829737, 0.0009381592972204089, -0.008487951010465622, -0.004923275206238031, -0.005210164003074169, 0.028754830360412598, 0.0036833882331848145, -0.008210955187678337, 0.015472209081053734, 0.006710559595376253, 0.015129261650145054, -0.01888849399983883, -0.02313576638698578, -0.009701457805931568, 0.00836923811584711, -0.012082304805517197, -0.008389024063944817, 0.0009966911748051643, 0.045216310769319534, 0.023478714749217033, -0.020444948226213455, -0.03231620788574219, 0.009351914748549461, -0.03859478607773781, 0.015736013650894165, -0.015538159757852554, 0.00425716582685709, -0.017886031419038773, 0.02970452979207039, 0.030601469799876213, -0.018347691744565964, -0.014970977790653706, 0.01153490785509348, 0.00902215763926506, -0.007129351142793894, -0.0356137789785862, -0.0300738587975502, 0.004171428736299276, 0.06056980788707733, 0.01908634789288044, 0.003647114848718047, 0.007360181305557489, -0.028253598138689995, 0.011805308051407337, -0.02804255485534668, -0.008573687635362148, 0.03252725303173065, -0.008573687635362148, 0.004933168180286884, -0.0036669003311544657, 0.0250087883323431, 0.00952998362481594, 0.009714648127555847, -0.012161445803940296, -0.003805398242548108, 0.0019059967016801238, -0.023294050246477127, -0.025219831615686417, -0.0029777076561003923, -0.016421910375356674, -0.00442863954231143, 0.011106222867965698, 0.03287019953131676, 0.009866336360573769, 0.021816737949848175, 0.0064269681461155415, -0.007617391645908356, -0.00851433165371418, -0.002016465412452817, -0.011442575603723526, -0.0036405196879059076, 0.014034466817975044, -0.024533936753869057, 0.04160217195749283, 0.004487995523959398, -0.008230740204453468, 0.00920022651553154, 0.014931406825780869, 0.012069114483892918, 0.012392275966703892, 0.0036669003311544657, -0.030601469799876213, 0.009602529928088188, -0.02088022790849209, -0.0007720440626144409, 0.03748679906129837, -0.004916680045425892, 0.00184664037078619, 0.0008969396585598588, -0.0042505706660449505, -0.03666900098323822, -0.0018829137552529573, 0.025668302550911903, 0.006552275735884905, 0.016712095588445663, 0.004082394298166037, -0.011416194960474968, -0.033054862171411514, -0.030021097511053085, -0.001093145227059722, 0.007333800662308931, -0.015195212326943874, 0.014205940999090672, -0.010552231222391129, -0.004481400828808546, -0.03075975365936756, -0.01981181465089321, 0.0010420328471809626, 0.03938620164990425, -0.01309136115014553, -0.03231620788574219, 0.0019439187599346042, 0.025272592902183533, 0.009694862179458141, 0.0007085658144205809, -0.012880316935479641, 0.000518543238285929, -0.0018911577062681317, 0.0018004743615165353, -0.0424991101026535, 0.0046462793834507465, -0.028807589784264565, 0.008296691812574863, -0.011917426250874996, -0.01824216917157173, -0.014179560355842113, -0.003393201855942607, 0.01888849399983883, -0.00869240052998066, 0.005655336193740368, 0.01735842041671276, -0.00738656148314476, 0.01797836273908615, 0.012675867415964603, -0.004857324063777924, 0.00933212973177433, -0.01443017553538084, -0.0033750650472939014, 0.002202778123319149, 0.01134364865720272, -0.007881197147071362, -0.02169802412390709, 0.004425341729074717, 0.01941610500216484, -0.022067353129386902, 0.002300056628882885, 0.016263626515865326, -0.009516793303191662, 0.03075975365936756, -0.0005692433915100992, 0.008863873779773712, -0.0025012085679918528, 0.00343936774879694, -0.010618182830512524, 0.006647905334830284, 0.00584989320486784, 0.03297572210431099, -0.0039208135567605495, 0.010387352667748928, -0.036299675703048706, 0.0160130113363266, 0.019402915611863136, -0.010163117200136185, -0.011778928339481354, -0.012095495127141476, -0.03173583373427391, -0.04635067656636238, 0.010512660257518291, -0.015419447794556618, -0.00283920974470675, -0.024520747363567352, -0.0015960249584168196, -0.03403094410896301, -0.01807069592177868, -0.030601469799876213, -0.001986787188798189, -0.02552320808172226, -0.012003162875771523, -0.0028870245441794395, -0.009892717003822327, 0.01669890619814396, -0.03326590731739998, 0.03403094410896301, -0.032632775604724884, -0.0010593450861051679, 0.012319729663431644, 0.002728740917518735, 0.037434037774801254, -0.00705020921304822, 0.01594705879688263, -0.010921559296548367, -0.015894297510385513, -0.011323862709105015, -0.006367611698806286, 0.014271892607212067, -0.02036580629646778, 0.05402742326259613, 0.031129080802202225, 0.0009843253064900637, 0.0019488651305437088, -0.0012728628935292363, -0.00015292491298168898, -0.0012316432548686862, -0.015168831683695316, -0.004900192376226187, 0.03197326138615608, 0.008731971494853497, -0.0030766348354518414, 0.0026611408684402704, 0.017068233340978622, 0.00782843679189682, 0.005009012296795845, 0.02401951514184475, 0.020154761150479317, -0.003363523632287979, 0.01421913132071495, -0.009299153462052345, -0.01892806403338909, -0.015894297510385513, -0.0056883119978010654, -0.01859830692410469, 0.019956907257437706, -0.025800205767154694, -0.01341452356427908, 0.00958933960646391, -0.03637881577014923, 0.010281830094754696, -0.012781389988958836, 0.001676815445534885, -0.003070039674639702, 0.01941610500216484, 0.02954624593257904, 0.022819198668003082, -0.014060847461223602, -0.008270311169326305, -0.03666900098323822, 0.013163908384740353, 0.017134185880422592, 0.01915229856967926, 0.009028752334415913, 0.010862202383577824, -0.031260985881090164, -0.024718601256608963, 0.014733552932739258, -0.034664079546928406, -0.00903534796088934, 0.022634536027908325, -0.01588110812008381, -0.006410480476915836, -0.01882254146039486, -0.003040361450985074, 0.003736149286851287, -0.0016858837334439158, 0.02182992734014988, -0.005408018361777067, 0.025800205767154694, -0.026842238381505013, -0.01456207875162363, 0.004121965263038874, -0.0339781828224659, 0.03814631327986717, 0.013341977261006832, 0.046166010200977325, 0.008454974740743637, 0.025747444480657578, -0.008454974740743637, -0.0066248225048184395, -0.01121174544095993, 0.010011428967118263, 0.019798623397946358, 0.0041252626106143, -0.0064269681461155415, -0.03205240145325661, 0.018321311101317406, 0.003078283742070198, 0.007096375338733196, -0.007848221808671951, 0.0100509999319911, -0.004349497612565756, 0.010895178653299809, -0.014139989390969276, -0.017740938812494278, -0.016487861052155495, 0.01627681590616703, 0.008151598274707794, 0.020867036655545235, -0.013394738547503948, -0.015762394294142723, -0.0031904010102152824, 0.009846550412476063, -0.007498679216951132, 0.025417687371373177, 0.015300734899938107, -0.0013627216685563326, -0.006971067748963833, 0.018717018887400627, -0.018611498177051544, -0.008698995225131512, -0.0025358330458402634, 0.036721762269735336, 0.0066182273440063, -0.00821754988282919, 0.002186290454119444, 0.02268729731440544, 0.012108685448765755, 0.008290096186101437, 0.008481355383992195, 0.023360000923275948, -0.004639684222638607, -0.041100941598415375, 0.008600068278610706, 0.00030791081371717155, 0.013177098706364632, -0.009503602981567383, 0.004629791248589754, 0.006525895558297634, -0.001962055452167988, -0.016817618161439896, 0.002542428206652403, 0.00836923811584711, -0.02059004083275795, -0.02310938574373722, 0.0024369058664888144, -0.03943896293640137, -0.010961130261421204, -0.021975021809339523, 0.01410041842609644, -0.006964472588151693, -0.019719481468200684, -0.025444066151976585, 0.006328041199594736, 0.022080542519688606, 0.0024484472814947367, -0.004046121146529913, 0.0022077246103435755, 0.03819907456636429, -0.011158984154462814, 0.018083885312080383, 0.014759933575987816, 0.0063082557171583176, -0.04305310174822807, 0.014720362611114979, 0.005355257075279951, -0.029757291078567505, 0.005081558600068092, -0.018875302746891975, -0.026024440303444862, 0.00017343169020023197, 0.021790357306599617, 0.03297572210431099, -0.006525895558297634, 0.012088899500668049, 0.0030420103576034307, 0.013928945176303387, 0.00952998362481594, -0.00486062141135335, -0.036326054483652115, 0.002769960556179285, -0.034822363406419754, -0.020220711827278137, 0.03862116485834122, -0.004148345906287432, -0.009371699765324593, -0.01375747099518776, 0.024072276428341866, 0.004797967616468668, -0.004672660026699305, -0.05977838858962059, -0.009806979447603226, 0.0032464598771184683, -0.007188707590103149, -0.003990062512457371, -0.011528312228620052, -0.02388761378824711, -0.004995821975171566, 0.017740938812494278, 0.003081581322476268, 0.007300824858248234, -0.008758352138102055, -0.002087363274767995, 0.014746743254363537, -0.015445828437805176, -0.0026594919618219137, -0.010103761218488216, -0.00933212973177433, -0.02169802412390709, -0.025444066151976585, -0.0034987241961061954, -0.015709633007645607, 0.023768899962306023, 0.0114359799772501, -0.025641921907663345, -0.03545549511909485, -0.010961130261421204, -0.020141571760177612, -0.018347691744565964, -0.015459018759429455, 0.015089690685272217, 0.020537279546260834, 0.015063310042023659, -0.012735223397612572, 0.022660916671156883, 0.006387397181242704, 0.019205059856176376, 0.005536623764783144, -0.006667690817266703, 0.01755627430975437, 0.007155731786042452, 0.017002282664179802, -0.00823733489960432, -0.028517404571175575, -0.01673847623169422, -0.0013627216685563326, -0.010954534634947777, -0.016461480408906937, 0.02709285356104374, -0.007162326946854591, 0.0036438172683119774, 0.0014517561066895723, -0.002893619704991579, -0.005658634006977081, 0.02587934583425522, 0.004023037850856781, -0.02503516897559166, 0.0030881762504577637, 0.01948205567896366, 0.014865455217659473, -0.03651072084903717, 0.029862813651561737, -0.017595844343304634, -0.007109565660357475, 0.016725286841392517, 0.011198555119335651, -0.013928945176303387, -4.472332147997804e-05, -0.010479683987796307, 0.018769780173897743, 0.02258177474141121, -0.007558035664260387, 0.006839164532721043, -0.016131723299622536, 0.0004839187313336879, -0.028253598138689995, 0.017688177525997162, 0.0005144212627783418, 0.006301660556346178, -0.004375878255814314, -0.006703964434564114, -0.006031259428709745, 0.009866336360573769, -0.00018404575530439615, -0.014337844215333462, -0.007795460522174835, -0.00030131565290503204, 0.006990853231400251, -0.02231796830892563, -0.011884449981153011, -0.016290007159113884, -2.926595334429294e-05, -0.013704709708690643, -0.009668481536209583, -0.02300386317074299, 0.015221592970192432, -0.0021681536454707384, -0.011798713356256485, -0.001031315652653575, 0.016619764268398285, 0.006314850877970457, 0.008771542459726334, -0.039861053228378296, 0.022674106061458588, 0.01687037944793701, -0.030126620084047318, 0.002128582913428545, 0.20661267638206482, 0.010888583026826382, -0.005605872720479965, 0.026222294196486473, -0.013084766454994678, -0.001044505974277854, 0.018215788528323174, -0.004303331486880779, -0.0217375960201025, 0.010440113954246044, -0.025021977722644806, -0.009464032016694546, -0.008936421014368534, 0.0012786336010321975, 0.002995844231918454, -0.05236544460058212, -0.02748856134712696, -0.025668302550911903, -0.010163117200136185, 0.009431056678295135, -0.01338154822587967, 0.031234603375196457, -0.018967635929584503, -0.002872185315936804, 0.020801085978746414, 0.01456207875162363, -0.025483638048171997, 0.02359742671251297, 0.01036097202450037, 0.007162326946854591, -0.0019010503310710192, 0.004999119322746992, -0.009094703942537308, -0.004303331486880779, 0.005625658202916384, -0.005071666091680527, 0.04373899847269058, -0.0183081217110157, 0.031023560091853142, -0.018611498177051544, -0.01778050884604454, -0.019877765327692032, -0.0003474816621746868, -0.021394647657871246, -0.008652829565107822, 0.007465703412890434, -0.001070886617526412, -0.0006149972323328257, 0.005355257075279951, 0.011508527211844921, -0.07164964824914932, -0.04679914563894272, 0.020642802119255066, 0.004685849882662296, -0.011877855286002159, 0.005206866655498743, -0.0014962733257561922, 0.015907488763332367, -0.025180261582136154, 0.024467986077070236, 0.004952953662723303, 0.013849803246557713, -0.009866336360573769, 0.013454094529151917, -0.017305659130215645, 0.0057015023194253445, -0.023623807355761528, -0.0005807849229313433, 0.016237245872616768, -0.01286053191870451, -0.0050156074576079845, 0.003304167417809367, 0.0026166236493736506, 0.012398871593177319, -0.013421119190752506, -0.02709285356104374, 0.004161536227911711, 0.03376713767647743, 0.009602529928088188, 0.03746042028069496, -0.005892761517316103, -0.007083185017108917, -0.019046777859330177, -0.022766439244151115, 0.01353323645889759, -0.018717018887400627, 0.03010023944079876, -0.008145003579556942, 0.002305002883076668, -0.018637878820300102, -0.00011366319085936993, -0.0024616376031190157, -0.03608863055706024, -0.03418922796845436, -0.010723704472184181, 0.02870206907391548, 0.013130932115018368, 0.03709109127521515, 0.0065357880666852, 0.00309312273748219, -0.010842417366802692, 0.09048537909984589, -0.005473969969898462, 0.0006838340195827186, -0.014298273250460625, -0.007155731786042452, -0.02970452979207039, 0.026974139735102654, -0.026433339342474937, -0.00734699098393321, 0.011956997215747833, -0.031814977526664734, 0.0004995822091586888, -0.019930526614189148, 0.018743399530649185, -0.010875392705202103, 0.007307420019060373, -0.03260639309883118, 0.003891135100275278, -0.00012664738460443914, -0.008257120847702026, -0.008764946833252907, 0.006113698706030846, 0.028253598138689995, -0.013678329065442085, -0.011132603511214256, -0.009424461051821709, -0.010637967847287655, -0.016593383625149727, -0.03205240145325661, 0.00970805250108242, -0.0035943537950515747, 0.00031141447834670544, -0.01039394736289978, -0.011099628172814846, 0.0025176964700222015, -0.006225816439837217, -0.002431959379464388, -0.02412503771483898, 0.01950843632221222, -0.026881808415055275, -0.006492919754236937, 0.0010247206082567573, 0.008731971494853497, -0.003637222107499838, -0.0019125918624922633, 0.01954800821840763, -0.013322191312909126, -0.007709723897278309, -0.021236365661025047, -0.022529013454914093, 0.010433518327772617, -0.004389068577438593, 0.00048474312643520534, 0.028095314279198647, -0.00920022651553154, -0.0029364880174398422, -0.03178859502077103, 0.011284291744232178, -0.0023198421113193035, -0.039755530655384064, -0.004679254721850157, 0.012412061914801598, -0.0032151329796761274, -0.010057595558464527, 0.002182992873713374, -0.1667252480983734, 0.014205940999090672, -0.006407182663679123, -0.016778048127889633, 0.03049594722688198, 0.007538250181823969, 0.0026594919618219137, -0.006997448392212391, -0.007498679216951132, -0.012689057737588882, 0.0150369293987751, -0.037011951208114624, -0.0178068894892931, -0.02569468319416046, -0.006595144513994455, 0.012880316935479641, -0.006674285978078842, 0.019666720181703568, 0.03326590731739998, 0.00033326089032925665, 0.042762916535139084, 0.006905116140842438, 0.02134188637137413, -0.024982407689094543, 0.005929034668952227, -0.008435189723968506, -0.034373894333839417, 0.02326766960322857, -0.026090390980243683, -0.027805129066109657, 0.0028474535793066025, 0.020801085978746414, 0.02339957281947136, -0.0013651949120685458, 0.004903489723801613, -0.012359300628304482, 0.0024764768313616514, 0.0034459629096090794, -0.012933078221976757, 0.014337844215333462, 0.018413642421364784, 0.03052232787013054, -0.0005098871188238263, 0.0058861663565039635, 0.026552051305770874, -0.005919142160564661, 0.02519345097243786, 0.004247272852808237, 0.01853235624730587, -0.04832921922206879, 0.010189497843384743, -0.03880583122372627, -0.005048582796007395, -0.0004868040850851685, -0.017107805237174034, 0.0027584191411733627, 0.0014245512429624796, 0.015195212326943874, -0.019429296255111694, -0.01873021014034748, 0.007643772289156914, -0.02833274006843567, 0.014667601324617863, -0.011996567249298096, 0.0035316997673362494, -0.0040659066289663315, -0.017239706590771675, 0.011053461581468582, -0.02607720158994198, 0.025892537087202072, 0.025760633870959282, -0.0019653530325740576, 0.01702866330742836, 0.005117832217365503, 0.011218341067433357, -0.0033206550870090723, -0.025285784155130386, -0.008923230692744255, 0.011798713356256485, 0.02857016585767269, -0.003040361450985074, 0.008586877956986427, 0.0016364201437681913, -0.01134364865720272, -0.026789477095007896, 0.002624867483973503, -0.005408018361777067, 0.007980125024914742, -0.003647114848718047, -0.006865545175969601, 0.018479594960808754, -0.004840835928916931, -0.00836923811584711, 0.009266178123652935, 0.017543084919452667, -0.0029282441828399897, 0.04033590480685234, -0.009622315876185894, 0.007927363738417625, 0.0084154037758708, -0.004827645607292652, 0.012959458865225315, -0.01676485687494278, 0.012827555648982525, 0.02421737089753151, 0.004006550181657076, 0.009325534105300903, -0.00019435066496953368, 0.031392887234687805, -0.012642892077565193, -0.040283143520355225, 0.013678329065442085, 0.015129261650145054, -0.0026446529664099216, -0.022436682134866714, 0.03965000808238983, 0.004580327775329351, -0.010604992508888245, -0.024322891607880592, 0.007083185017108917, 0.03978190943598747, -0.007083185017108917, 0.017503513023257256, 0.0022505929227918386, 0.0024913158267736435, -0.016646144911646843, -0.07945829629898071, -0.0036570075899362564, 0.010334591381251812, -0.02059004083275795, 0.01328262034803629, 0.005325579084455967, -0.011482146568596363, 0.015709633007645607, -0.008224145509302616, 0.014113608747720718, -0.030838895589113235, -0.004537459462881088, -0.030838895589113235, -0.004570435266941786, -0.01039394736289978, -0.0010527499252930284, -0.03748679906129837, 0.00360754388384521, 0.0013684924924746156, 0.018189407885074615, 0.000964539882261306, -0.02565511129796505, -0.0042901416309177876, 0.0012918239226564765, -0.014113608747720718, -0.005256330128759146, -0.027805129066109657, 0.01408722810447216, 0.004877109080553055, -0.016725286841392517, 0.019653530791401863, -0.014865455217659473, 0.013915754854679108, -0.015907488763332367, 8.681889448780566e-05, 0.010235664434731007, 0.012214207090437412, -0.015089690685272217, 0.03914877772331238, -0.003368469886481762, 0.0019917336758226156, 0.004375878255814314, 0.012392275966703892, -0.03751318156719208, 0.012524179182946682, -0.002529237885028124, -0.01402127742767334, 0.014852264896035194, -0.009668481536209583, -0.008461570367217064, -0.023386381566524506, 0.004811157938092947, -0.006555573549121618, -0.021856307983398438, 0.03593034669756889, -0.004649576731026173, 0.0006656973855569959, 0.005579492077231407, -0.043475192040205, 0.011488741263747215, -0.016316387802362442, -0.03352971374988556, -0.01899401657283306, 0.009213416837155819, 0.0024369058664888144, 0.021592503413558006, 0.001456702477298677, -0.028517404571175575, 0.04038866236805916, -0.03566654026508331, -0.0021648560650646687, 0.014258702285587788, -0.017595844343304634, -0.0060708303935825825, -0.02660481259226799, -0.022463060915470123, -0.005988391116261482, -0.0097212428227067, 0.008065861649811268, -0.0009282665560021996, -0.0015086393104866147, -0.0010832524858415127, -0.003081581322476268, -0.0165010504424572, 0.007947148755192757, -0.021223174408078194, 0.023280858993530273, 0.0147863132879138, 0.012669272720813751, -0.024982407689094543, -8.135729149216786e-05, 0.018571926280856133, 0.006037854589521885, -0.005464076995849609, -0.004026335664093494, 0.0007106268312782049, -0.02915053814649582, -0.027541322633624077, -0.009444246999919415, 0.004873811732977629, -0.006539085879921913, -0.0024500961881130934, -0.056982047855854034, 0.01892806403338909, 0.0010115302866324782, -0.00425716582685709, -0.003534997347742319, -0.003380011534318328, 0.017661796882748604, -0.021315505728125572, -0.006499514915049076, 0.005668526515364647, -0.028121694922447205, 0.021064890548586845, 0.01018290314823389, -0.014034466817975044, -0.01276160404086113, -0.011871259659528732, 0.013328786939382553, -0.018189407885074615, 0.023360000923275948, 0.014641220681369305, -0.002613326068967581, -0.017833270132541656, 0.00906832329928875, -0.0020362508948892355, -0.00076297577470541, 0.014482936821877956, -0.033054862171411514, 0.0181366465985775, -0.0010601694229990244, -0.019244631752371788, 0.01905996724963188, -0.0003952964616473764, 0.015617301687598228, -0.009417866356670856, 0.013183693401515484, -0.0048309434205293655, 0.005919142160564661, 0.011033676564693451, 0.03624691441655159, 0.008296691812574863, -0.01824216917157173, -0.021750785410404205, 0.021302316337823868, -0.04429299011826515, -0.0014929758617654443, -0.006370909512042999, -0.018769780173897743, 0.017951982095837593, -0.005497052799910307, 0.014298273250460625, 0.013612378388643265, 0.012201016768813133, -0.07043614238500595, -0.027409419417381287, 0.010433518327772617, -0.047696083784103394, 0.026591621339321136, 0.005012309644371271, -0.008573687635362148, 0.0006924901390448213, 0.0480390302836895, 0.004577030427753925, 0.000759266025852412, -0.03461131826043129, 0.023900803178548813, -0.0014575269306078553, -0.030126620084047318, -0.005447589326649904, 0.03144564852118492, -0.029203299432992935, -0.01524797361344099, -0.022463060915470123, 0.008487951010465622, -0.001335516688413918, 0.012966053560376167, -0.0033503333106637, 0.016817618161439896, 0.01559092104434967, -0.018651068210601807, 0.02490326575934887, 0.02857016585767269, 0.016527431085705757, -0.027462180703878403, 0.03637881577014923, 0.028279978781938553, 0.0006446753395721316, 0.0003604658704716712, 0.007999910041689873, 5.152456651558168e-05, 0.015551350079476833, -0.02196183055639267, 0.01284734159708023, -0.009668481536209583, 0.0018845625454559922, 0.007116160821169615, 0.0147863132879138, -0.0028738342225551605, 0.03218430280685425, 0.013638759031891823, 0.014812693931162357, 0.01778050884604454, 0.007254658732563257, 0.010710514150559902, -0.004738611169159412, -0.029097776859998703, 0.0028177753556519747, -0.012900102883577347, -0.043132245540618896, 0.007670152932405472, 0.03867392614483833, 0.005464076995849609, -0.0020675777923315763, -0.012609915807843208, 0.006601739674806595, -0.021988211199641228, -0.001688356976956129, 0.00789438746869564, -0.01274841371923685, -0.01456207875162363, 0.008989181369543076, 7.393775013042614e-05, 0.000585731235332787, 0.015577730722725391, -0.04854026436805725, 0.03476960211992264, -0.016355957835912704, 0.021447408944368362, -0.021302316337823868, 0.003290977096185088, 0.0026166236493736506, -0.0038416716270148754, -0.01941610500216484, -0.016487861052155495, -0.01866425946354866, 0.000546572613529861, -0.022436682134866714, -0.00451767398044467, 0.0005861434619873762, 0.02196183055639267, 0.05634891241788864, 0.004840835928916931, 0.007815246470272541, -0.004969441331923008, -0.0009686618577688932, -0.005140915047377348, 0.010347781702876091, -0.01456207875162363, -0.004903489723801613, -0.01853235624730587, 0.03265915438532829, 0.006443456280976534, 0.014535698108375072, -0.02029985375702381, -0.013447499834001064, 0.008177978917956352, -0.019297393038868904, 0.003689983393996954, 0.013836612924933434, -0.01104686688631773, 0.012755009345710278, -0.012867126613855362, 0.02801617421209812, -0.02169802412390709, -0.040678851306438446, 0.004210999701172113, 0.019297393038868904, -0.015551350079476833, -0.007498679216951132, -0.03284382075071335, 0.026129962876439095, 0.026631193235516548, -0.008626448921859264, -0.015709633007645607, 0.015155641362071037, 0.027699606493115425, -0.01421913132071495, 0.008402214385569096, 0.018848922103643417, 0.002570457523688674, -0.0004031282151117921, 0.005615765228867531, 0.0002572106313891709, -0.011106222867965698, -0.02032623440027237, 0.00967507716268301, 0.014298273250460625, -0.0003950903774239123, 0.006766618229448795], \"26a142cc-e36f-4a5d-8b96-e5db87637173\": [-0.024904459714889526, 0.00355303636752069, 0.0030698897317051888, -0.03774851933121681, -0.04207857698202133, 0.015354430302977562, -0.03211679309606552, -0.0020056392531841993, -0.01368085015565157, -0.023177750408649445, -0.0034268538001924753, 0.014955958351492882, -0.007557673379778862, -0.009384000673890114, -0.0013722357107326388, -0.007252178620547056, 0.006880272179841995, -0.017971059307456017, -0.008879270404577255, 0.0014685329515486956, -0.00856713391840458, -0.012651465833187103, -0.004765053279697895, 0.010227431543171406, -0.030602600425481796, 0.004828144796192646, 0.02552873268723488, -0.02049471065402031, 0.020840052515268326, -0.003682539565488696, 0.006275923922657967, -0.006518327631056309, -0.0020056392531841993, -0.004907839000225067, -0.007318590767681599, 0.0020753717981278896, 0.007995991967618465, 0.010532926768064499, 0.015248171053826809, -0.0318511426448822, -0.0013722357107326388, 0.0034700215328484774, 0.0144113814458251, 0.0033471593633294106, -0.021012723445892334, 0.03434823080897331, -0.0006047633360140026, -0.011907652951776981, 0.003043325152248144, 0.020375169813632965, 0.009091787971556187, 0.009742625057697296, -0.0015556985745206475, 0.001959150889888406, -0.005000815726816654, -0.007697138469666243, 0.002827486488968134, 0.02365591749548912, -0.01362772099673748, -0.005342836957424879, -0.0017898005899041891, 0.018502352759242058, -0.015288017690181732, -0.01976417936384678, -0.054192107170820236, -0.0031379619613289833, -0.01479656994342804, 0.0027677156031131744, 0.009005452506244183, -0.002065409906208515, 0.033737242221832275, 0.013906650245189667, -0.01802418753504753, -0.00953010655939579, 0.015155194327235222, -0.0312667191028595, -0.01925944909453392, -0.023483246564865112, -0.01064582634717226, 0.001014441717416048, 0.005844246596097946, -0.01294367853552103, -0.016642820090055466, 0.028185207396745682, 0.013933215290307999, 0.02526308409869671, 0.0057114227674901485, 0.010426667518913746, -0.009789112955331802, -0.0008832782041281462, -0.0015938854776322842, 0.011323227547109127, 0.007909656502306461, 0.013587873429059982, 0.004542573355138302, 0.0359952449798584, -0.000978745287284255, 0.009510182775557041, 0.0034135712776333094, -0.02389499917626381, 0.0021351424511522055, 0.01479656994342804, -0.0339231938123703, -0.010878268629312515, -0.039900265634059906, 0.0006720053497701883, -0.006040161941200495, -0.022686302661895752, 0.00836125761270523, 0.014026192016899586, -0.03575616329908371, 0.02972596324980259, 0.00039784875116311014, -0.008978888392448425, 0.0015191721031442285, -0.02162371203303337, -0.01629747822880745, -0.0011074183275923133, -0.034534186124801636, 0.0014884566189721227, -0.0026597962714731693, 0.005412569269537926, 0.015978701412677765, -0.0036858601961284876, 0.021836230531334877, 0.02422705851495266, -0.011057580821216106, -0.012624900788068771, 0.02022906206548214, -0.0014303461648523808, -0.013973062857985497, -0.017386633902788162, 0.03426853567361832, -0.004144102334976196, -0.037376612424850464, 0.002852390753105283, -0.015168476849794388, 0.022487066686153412, -0.03118702583014965, -0.03618120029568672, 0.0009613121510483325, 0.024598965421319008, -0.009503542445600033, -0.009111711755394936, 0.009855524636805058, 0.025103695690631866, 0.03668592870235443, -0.011382998898625374, 0.02195577137172222, 0.008905835449695587, 0.0098289605230093, -0.002965291030704975, 0.0029769132379442453, -0.003719066036865115, 0.00806240364909172, 0.0013365393970161676, -0.01972433179616928, 0.03862515836954117, -0.0022646456491202116, -0.017705410718917847, 0.011515822261571884, 0.005917299538850784, 0.011588875204324722, 0.0027378303930163383, 0.006920119281858206, 0.022234702482819557, 0.025382626801729202, 0.011130633763968945, -0.011967423371970654, 0.017413198947906494, -0.012319406494498253, 0.00739828497171402, -0.02208859659731388, 0.011708416976034641, -0.01376054435968399, 0.010253996588289738, 0.005249860230833292, -0.008885911665856838, -0.021902643144130707, -0.004549214616417885, 0.02866337262094021, -0.010971245355904102, 0.011502539739012718, 0.015606795437633991, -0.02975252829492092, -0.010234072804450989, 0.010625903494656086, 0.010426667518913746, 0.00733851408585906, -0.027547653764486313, -0.0037655544001609087, 0.0332590751349926, 0.008606981486082077, -0.010805214755237103, -0.6392543315887451, 0.0020139405969530344, 0.03102763742208481, -0.02219485491514206, -0.008241715840995312, 0.0216901246458292, 0.0019110022112727165, -0.015274735167622566, -0.009516824036836624, 0.007922939024865627, -0.011894370429217815, 0.017386633902788162, 0.0111970454454422, 0.0024323356337845325, -0.005160204134881496, -0.02153073623776436, 0.006847066339105368, 0.001173830241896212, -0.0029055203776806593, -0.01041338499635458, -0.023948129266500473, -0.0023393589071929455, 0.018342964351177216, -0.008773011155426502, 0.007803397718816996, -0.01619121991097927, 0.009935219772160053, 0.015341147780418396, -0.01809060014784336, 0.022686302661895752, -0.01016101986169815, 0.022978514432907104, 0.042397353798151016, 0.011901011690497398, 0.04245048388838768, 0.02972596324980259, -0.001435327110812068, 0.01645686663687229, -0.002269626595079899, 0.05892063304781914, -0.003655974753201008, -0.010519644245505333, 0.02855711430311203, 0.015952136367559433, 0.020401732996106148, 0.005040662828832865, 0.018236706033349037, 0.00802919827401638, -0.018170293420553207, -0.017174115404486656, 0.001746632857248187, -0.023403551429510117, -0.01381367351859808, -0.008175304159522057, 0.028238337486982346, -0.010805214755237103, 0.024173930287361145, 0.00581436138600111, -0.0071592023596167564, 0.015872443094849586, 0.01839609444141388, 0.008407745510339737, -0.020972875878214836, -0.03501234948635101, -0.016775645315647125, 0.016350608319044113, 0.005887414328753948, -0.002530293073505163, 0.013853521086275578, -0.005200051236897707, -0.003602845361456275, 0.024612247943878174, 0.011250174604356289, -0.022473784163594246, 0.0034766625612974167, 0.03211679309606552, 0.013142913579940796, 0.0035231509245932102, -0.019578225910663605, -0.00553875183686614, -0.006461877375841141, 0.008660110644996166, 0.008547211065888405, -0.02409423515200615, -0.001632072264328599, 0.007650650106370449, -0.034002888947725296, -0.012379176914691925, 0.013010090216994286, 0.0399799607694149, 0.028875891119241714, -0.01225963607430458, -0.019246166571974754, -0.02339026890695095, 0.0023460001684725285, 0.002052127616479993, 0.007232255302369595, -0.011090786196291447, -0.0237223282456398, 0.012857343070209026, -0.013548026792705059, -0.0076041617430746555, 0.00198737601749599, 0.006332374177873135, 0.0359952449798584, 0.018847694620490074, -0.004565817769616842, -0.004808221012353897, 0.026737429201602936, -0.028902456164360046, 0.02588735707104206, -0.01172834075987339, -0.007172484416514635, -0.009204688481986523, 0.01569977216422558, -0.019883720204234123, 0.015620077028870583, 0.0010725520551204681, -0.01317611988633871, -0.0036294099409133196, -0.007703779730945826, 0.009291023947298527, 0.011688493192195892, -0.010532926768064499, 0.017785105854272842, 0.013362073339521885, -0.003785477951169014, -0.013388637453317642, 0.012286200188100338, -0.029832223430275917, -0.007019737269729376, -0.03076198883354664, 0.010659108869731426, -0.0052332570776343346, 0.0017781784990802407, 0.011037657037377357, 0.005226616282016039, -0.00463887071236968, 0.014862981624901295, -0.024904459714889526, -0.025913920253515244, -0.014849699102342129, -0.005807720124721527, -0.017081139609217644, -0.005864170379936695, -0.01569977216422558, 0.013322225771844387, -0.0020189215429127216, -0.01319604367017746, -0.005621766671538353, -0.00628256518393755, -0.016669385135173798, -0.0101809436455369, 0.03604837507009506, 0.020747074857354164, 0.002624930115416646, -0.00041320649324916303, -0.025475602596998215, -0.014517639763653278, -0.003182790009304881, -0.014398098923265934, 0.007544391322880983, -0.023483246564865112, -0.006478480063378811, 0.006299168337136507, -0.03278091177344322, -0.010327049531042576, 0.03721722587943077, -0.0015316243516281247, -0.024917742237448692, 0.00027602442423813045, 0.00929766520857811, -0.025449037551879883, 0.028318030759692192, 0.0061397794634103775, 0.012286200188100338, -0.023602787405252457, -0.014185580424964428, 0.013501537963747978, -0.004947686102241278, 0.0015058896970003843, -0.005704781506210566, -0.005515507888048887, -0.023416833952069283, 0.021610429510474205, -0.015088782645761967, 0.012478794902563095, 0.025940485298633575, -0.022885538637638092, 0.0128772659227252, -0.011183762922883034, 0.024426294490695, -0.016417020931839943, 0.020016545429825783, -0.009722701273858547, 0.009583236649632454, 0.010698956437408924, -0.026046745479106903, 0.002354301745072007, -0.0159654188901186, 0.03519830480217934, -0.0017383312806487083, 0.007783473934978247, 0.0036227689124643803, 0.002213176339864731, -0.027335135266184807, 0.010426667518913746, -0.02029547467827797, 0.039501793682575226, 0.006086650304496288, 0.021809665486216545, -0.030363518744707108, -0.029247798025608063, -0.03716409578919411, -0.007683855947107077, 0.014942675828933716, -0.0016005266224965453, 0.013601155951619148, -0.005545393098145723, -0.012452229857444763, 0.01198070589452982, -0.013169478625059128, 0.00043997878674417734, -0.0067109218798577785, -0.014982523396611214, 0.0193657074123621, 0.008374540135264397, 0.016337325796484947, 0.016709232702851295, -0.024598965421319008, -0.004861350636929274, 0.03846576809883118, 0.007458055857568979, 0.01716083288192749, 0.0030732103623449802, 0.014358251355588436, 0.0447881817817688, -0.02639208734035492, 0.024585682898759842, -0.0076108030043542385, 0.0061032529920339584, 0.030443212017416954, 0.02895558625459671, -0.01749289222061634, 0.011004450730979443, -0.007165843155235052, 0.010420026257634163, 0.003964790143072605, -0.021783100441098213, 0.04311460256576538, -0.005741308443248272, 0.039368972182273865, 0.001776518183760345, -0.013083143159747124, 0.005156883504241705, -0.03735004737973213, -0.005495584104210138, 0.013986344449222088, 0.00155154790263623, 0.0359155535697937, 0.02319103293120861, 0.029911916702985764, 0.025581860914826393, -0.017439763993024826, -0.006621265783905983, -0.003001817502081394, 0.008693316951394081, -0.030310388654470444, 0.004964289255440235, 0.009457053616642952, 0.010791933164000511, -0.014584052376449108, 0.015009088441729546, -0.016005266457796097, -0.004848068114370108, 0.009171482175588608, 0.040006525814533234, -0.006003635004162788, -0.01572633720934391, 0.04582420736551285, -0.02495758980512619, -0.007431490812450647, 0.033577851951122284, 0.0159654188901186, 0.01665610261261463, -4.599542444339022e-05, 0.0011298323515802622, 0.003299010917544365, -0.027069488540291786, -0.013508179225027561, -0.016138089820742607, 0.01773197576403618, -0.00019332086958456784, -0.021211959421634674, 0.011754904873669147, 0.006431992165744305, 0.014039474539458752, -0.01709442213177681, 0.007477979175746441, 0.009217971004545689, 0.005691499449312687, 0.013747261837124825, -0.024107517674565315, -0.01158223394304514, 0.026418650522828102, -0.001725048990920186, -0.022885538637638092, -0.037137530744075775, -0.011595516465604305, -0.029407186433672905, 0.005834284704178572, -0.0023509811144322157, 0.0025784417521208525, -0.005552034359425306, 0.01466374658048153, -0.0024173930287361145, -0.006840425077825785, -0.008254998363554478, 0.03256839141249657, 0.02698979340493679, 0.008952323347330093, -0.0189938023686409, -0.003596204100176692, 0.027109334245324135, 0.06811203807592392, 0.025781096890568733, 0.0028108833357691765, 0.002488785656169057, -0.004821503534913063, -0.012505359947681427, -0.03841263800859451, -0.016549844294786453, 0.016682667657732964, 0.0071459198370575905, -0.02532949671149254, 0.0065747774206101894, 0.00861362274736166, 0.003212675452232361, 0.012704594992101192, 0.006023558788001537, -0.007816679775714874, -0.018900824710726738, -0.010366897098720074, -0.0005425021518021822, 0.010884909890592098, -0.0066312276758253574, 0.0015316243516281247, 0.018077317625284195, 0.020800204947590828, 0.019418837502598763, 0.012883907184004784, 0.015367711894214153, -0.005409248638898134, -0.028716502711176872, -0.0067175631411373615, 0.012306123971939087, 0.010911474004387856, 0.005552034359425306, -0.031107330694794655, 0.035304561257362366, -0.00884606409817934, 0.006847066339105368, 0.00034119110205210745, 0.024479424580931664, 0.02369576320052147, 0.026697581633925438, -0.001768216723576188, -0.008919117040932178, 0.004741809330880642, -0.008394462987780571, 0.0042304378002882, 0.018369529396295547, 0.003493265714496374, -0.001051798346452415, 0.005263142753392458, -0.012053758837282658, -0.01786479912698269, -0.0046255881898105145, 0.020773639902472496, 0.019950132817029953, 0.015912290662527084, -0.009649648331105709, -0.007199049461632967, -0.03742974251508713, -0.01211352925747633, -0.004432993941009045, 0.01552710123360157, -0.019538378342986107, -0.004997495096176863, -0.010227431543171406, -0.009284382686018944, -0.004635550081729889, -0.013342149555683136, 0.030310388654470444, 0.02582094445824623, -0.02552873268723488, -0.018675023689866066, -0.018037470057606697, 0.023974694311618805, 0.022048749029636383, 0.025648273527622223, -0.014358251355588436, 0.01786479912698269, 0.00998170766979456, 0.010473155416548252, -0.025502167642116547, 0.01297688391059637, -0.024970872327685356, -0.0024273546878248453, -0.018249988555908203, -0.0026265904307365417, 0.0033554609399288893, -0.012724518775939941, 0.022633172571659088, -0.011954140849411488, -0.016084961593151093, 0.005967108532786369, -0.007683855947107077, 0.01866174302995205, 0.0008683355408720672, -0.011562311090528965, -0.00773034431040287, 0.004615626763552427, -0.0003129660617560148, -0.01835624687373638, 0.0013025032822042704, -0.00986216589808464, -0.02615300379693508, 0.026179568842053413, 0.02722887694835663, -0.011708416976034641, -0.00773034431040287, 0.01842265948653221, -0.017373351380228996, 0.01629747822880745, 0.000695664610248059, 0.00779011519625783, 0.008832781575620174, 0.0089988112449646, 0.00010190074681304395, 0.008055762387812138, 0.004496085457503796, 0.01639045588672161, -0.001022743177600205, 0.021451041102409363, -0.03195740282535553, 0.01572633720934391, -0.019100060686469078, 0.004044484347105026, 0.0028972188010811806, 0.001008630613796413, -0.029965046793222427, -0.0008658450678922236, 0.00808232743293047, -0.017904646694660187, 0.005376042798161507, -0.029699398204684258, -0.00792958028614521, -0.03389663249254227, 0.0002291210403200239, -0.003156225197017193, -0.006651150994002819, -0.011203686706721783, -0.010732161812484264, -0.02555529773235321, -0.01241238322108984, 0.005628407932817936, -0.022433938458561897, 0.04739152640104294, -0.03509204462170601, -0.016576409339904785, 0.00856049358844757, 0.0020853334572166204, 0.02906184457242489, -0.0005213333643041551, -0.004064408130943775, -0.013999626971781254, -0.014132451266050339, -0.006136458832770586, -0.010918115265667439, 0.01866174302995205, -0.004276926163583994, 0.04741809144616127, 0.031001072376966476, 0.012419024482369423, -0.013906650245189667, -0.02159714885056019, -0.020375169813632965, 0.0008376199984923005, -0.017067857086658478, -0.008819499984383583, 0.007285384926944971, -0.0072455378249287605, 0.002819184912368655, 0.0037688750308007, -0.003096454543992877, 0.009822319261729717, -0.0023891679011285305, 0.022008901461958885, 0.010134454816579819, -0.025648273527622223, -0.014982523396611214, -0.013016731478273869, -0.016868621110916138, -0.008440951816737652, 0.02985878847539425, -0.04032530263066292, 0.00462226802483201, -0.03697814419865608, -0.013342149555683136, 0.011117351241409779, 0.020401732996106148, -0.011442769318819046, -0.017147550359368324, 0.006554854102432728, -0.02866337262094021, 0.019139908254146576, 0.013919932767748833, -0.008753087371587753, 0.016018548980355263, -0.027414830401539803, -0.057061098515987396, 7.243047002702951e-05, 0.011695134453475475, 0.01886097714304924, -0.00986216589808464, 0.0032392400316894054, -0.017346786335110664, -0.036898449063301086, 0.016483431681990623, -0.007172484416514635, -0.021982336416840553, 0.014862981624901295, -0.01689518615603447, -0.004439635202288628, -0.003546395106241107, -0.0013033334398642182, 0.004051125608384609, 0.0079827094450593, 0.014424663037061691, -0.018741436302661896, 0.025183390825986862, -0.02385515160858631, -0.01612480729818344, 0.012405741959810257, -0.0264584980905056, 0.03554364666342735, 0.004486123565584421, 0.017785105854272842, 0.015168476849794388, 0.01786479912698269, -0.006704280618578196, -0.0072388965636491776, -0.0006554023711942136, -0.0019906964153051376, 0.01619121991097927, 0.019578225910663605, 0.0023958091624081135, -0.039103321731090546, -0.0020919747184962034, 0.0010908154072239995, -0.00968285370618105, -0.0047816564328968525, 0.020840052515268326, 0.001124021364375949, 0.009749266318976879, -0.018807848915457726, -0.019352426752448082, 0.008035839535295963, 0.0386517234146595, -0.005578598938882351, 0.02572796866297722, 0.0006064235931262374, -0.005425851792097092, -0.018249988555908203, 0.02555529773235321, -0.0043466584756970406, 0.02586079202592373, 0.015686489641666412, -0.015248171053826809, 0.002450598869472742, 0.012053758837282658, -0.005176807288080454, -0.009317588992416859, -0.004575779661536217, 0.022473784163594246, -0.005847567226737738, 0.0010700616985559464, 0.004164025653153658, 0.009709418751299381, 0.017785105854272842, 0.015752900391817093, 0.01649671420454979, 0.02412080019712448, -0.008049121126532555, -0.015806030482053757, 0.008195227943360806, -0.028849326074123383, -0.0009305966668762267, -0.033976323902606964, -0.000797357817646116, 0.008022557012736797, -0.001544906641356647, -0.027574218809604645, -0.0048746331594884396, 0.02312462218105793, -0.020268909633159637, -0.014756723307073116, 0.001703465124592185, -0.008706599473953247, -0.008308127522468567, -0.011741623282432556, 0.0005167675553821027, -0.014703593216836452, -0.02265973761677742, -0.010459872893989086, 0.003043325152248144, 0.03142610937356949, 0.011104068718850613, 0.004980891942977905, -0.006886913441121578, 0.012990166433155537, -0.0001176735750050284, 0.0053527988493442535, -0.005581919569522142, 0.001667768694460392, -0.03527799993753433, -0.01487626414746046, -0.019246166571974754, -0.024147365242242813, 0.017346786335110664, -0.019671203568577766, -0.0467805378139019, 0.0009214650490321219, -0.0006757410010322928, 0.011057580821216106, -0.01532786525785923, -0.003053286811336875, 0.00593058206140995, 0.03304655849933624, -0.0011995647801086307, 0.017280375584959984, -0.049994874745607376, 0.000906522327568382, -0.011655287817120552, -0.019498532637953758, 0.029513446614146233, -0.036499977111816406, 0.0018728154245764017, -0.024240341037511826, 0.010539568029344082, -0.0026863610837608576, -0.03182458132505417, -0.04361933097243309, -0.033604416996240616, 0.005229936446994543, -0.01388008613139391, 0.009231253527104855, -0.013441767543554306, -0.02242065593600273, -0.009184764698147774, 0.02146432362496853, 0.012618259526789188, -0.0057612317614257336, -0.019246166571974754, 0.016377173364162445, 0.03564990311861038, 0.00856049358844757, -0.015553665347397327, 0.004688679706305265, -0.02635223977267742, -0.027574218809604645, -0.005415889900177717, -0.01676236279308796, 0.0003148338873870671, 0.04144102334976196, 0.01632404327392578, -0.0251302607357502, -0.030363518744707108, -0.022168289870023727, -0.0589737631380558, -0.03299342840909958, 0.0033305564429610968, 0.010685673914849758, 0.01546068862080574, 0.032940298318862915, -0.013348790816962719, 0.021118981763720512, -0.011821317486464977, 0.021344782784581184, -0.02685697004199028, -0.014849699102342129, -0.0071326373144984245, -0.005435813684016466, 0.026617886498570442, -0.0008355446625500917, -0.044230323284864426, -0.007856527343392372, 0.01945868507027626, -0.0011713397689163685, -0.0048314654268324375, 0.025276366621255875, -0.012053758837282658, -0.016749080270528793, 0.01619121991097927, 0.011748263612389565, 0.02252691425383091, 0.0030416648369282484, 0.03748287260532379, -0.022978514432907104, -0.006607983261346817, 0.0011115691158920527, 0.004858030006289482, -0.016749080270528793, 0.031771451234817505, -0.0015025690663605928, -0.004134140443056822, 0.028743067756295204, 0.009676213376224041, -0.003582921577617526, 0.002739490708336234, 0.006873630918562412, 0.007172484416514635, 0.018170293420553207, -0.019007084891200066, 0.01094468031078577, -0.0025037284940481186, -0.013514820486307144, -0.00816202163696289, 0.02842429094016552, 0.022885538637638092, -0.0017416519112884998, 0.010738803073763847, -0.02199561893939972, 0.013641002587974072, 0.004432993941009045, -0.0004320923762861639, 0.001935906708240509, 0.0057612317614257336, -0.00022808334324508905, 0.006448594853281975, 0.0003638126654550433, -0.009038658812642097, -0.004821503534913063, -0.031505800783634186, -0.025209955871105194, -0.02179638296365738, -0.005651652347296476, -0.007079507689923048, 0.013494896702468395, 0.0019259449327364564, 0.007305308245122433, -0.008925758302211761, 0.006900195963680744, -0.0028839365113526583, -0.03211679309606552, 0.016682667657732964, 0.01538099441677332, -0.009476977400481701, 0.012140094302594662, 0.215493306517601, 0.009390641935169697, -0.01629747822880745, 0.010207507759332657, -0.01123025082051754, 0.015620077028870583, 0.015115346759557724, -0.002052127616479993, 0.00628256518393755, -0.004884594585746527, -0.004276926163583994, -0.010234072804450989, -0.015141911804676056, 0.0012892208760604262, 0.01998998038470745, -0.0589737631380558, -0.020574403926730156, -0.02469194307923317, -0.015022370032966137, 0.0062593212351202965, -0.007072866894304752, -0.004811541642993689, -0.002402450190857053, 0.0017449725419282913, 0.033604416996240616, -0.006657792255282402, -0.013494896702468395, -0.0008106401655822992, 0.03153236582875252, 0.012638183310627937, -0.02022906206548214, 0.009384000673890114, -0.00700645474717021, 0.0024323356337845325, 0.007876450195908546, 0.00042109290370717645, 0.037137530744075775, -0.019020365551114082, -0.0027428113389760256, -0.011721699498593807, 0.013249172829091549, -0.008773011155426502, -0.00720569072291255, -0.009403924457728863, 0.003662616014480591, 0.027441395446658134, -0.007677215151488781, -0.0020255628041923046, 0.003689180826768279, 0.004867991898208857, -0.03835951164364815, 0.013342149555683136, 0.03469357267022133, 0.0009878769051283598, -0.011602157726883888, 0.0196579210460186, -0.020853335037827492, 0.022580044344067574, -0.024001259356737137, 0.020016545429825783, -0.002246382413432002, 0.019113343209028244, -0.008480798453092575, 0.01276436634361744, 0.0003640202048700303, 0.010526285506784916, -0.009463694877922535, -0.018980519846081734, -0.0019193037878721952, -0.0003878869756590575, 0.006485121324658394, -0.019339144229888916, 0.013541385531425476, 0.020614251494407654, -0.004884594585746527, -0.025435755029320717, 0.011456051841378212, 0.023602787405252457, 0.01943212002515793, 0.03705783560872078, -0.0003530207322910428, -0.013023372739553452, -0.020268909633159637, -0.01998998038470745, -0.0015465669566765428, -0.026710864156484604, 0.033604416996240616, -0.021849513053894043, 0.008620264008641243, -0.013395278714597225, -0.013986344449222088, 0.00949690118432045, -0.0004449597036000341, -0.01609824225306511, 0.010579414665699005, 0.02445285953581333, 0.03076198883354664, 0.030841683968901634, 0.008759728632867336, 0.0012385818408802152, -0.015394276939332485, 0.07624085247516632, 0.014889546670019627, 0.008122175000607967, -0.028132079169154167, -0.028211772441864014, -0.01979074440896511, 0.01395978033542633, -0.01583259552717209, -0.019179755821824074, 0.021583866328001022, -0.0345873162150383, 0.016815491020679474, -0.017625717446208, -0.010938039049506187, -0.006561495363712311, 0.02246050164103508, -0.03065573051571846, 0.01629747822880745, -0.0020189215429127216, -0.002170008607208729, 0.005429172422736883, 0.02069394662976265, 0.0380672961473465, -0.01198070589452982, -0.00600695563480258, -0.0071326373144984245, 0.0010111210867762566, 0.00796278566122055, -0.01008132565766573, 0.01368085015565157, -0.007059584371745586, 0.011363075114786625, -0.010021555237472057, -0.0021201996132731438, -0.00017972718342207372, 0.0013083142694085836, 0.027946125715970993, 0.0013465011725202203, 0.015288017690181732, -0.0061829471960663795, -0.015779465436935425, -0.0026050065644085407, 0.024864614009857178, -0.0006491762469522655, -0.024399729445576668, 0.029832223430275917, 0.010599338449537754, -0.016842056065797806, -0.007903015241026878, -0.0196579210460186, -0.0042403992265462875, -0.011436128057539463, -0.00962972454726696, 0.022487066686153412, 0.02275271527469158, -0.035171739757061005, -0.04521321877837181, 0.035968683660030365, -0.007179125677794218, -0.04646176099777222, -0.014584052376449108, 0.015713054686784744, -0.003493265714496374, 0.004854709375649691, -0.0011721699265763164, -0.1686330884695053, 0.011967423371970654, 0.012917113490402699, -0.005943864583969116, -0.004658794496208429, 0.00856713391840458, -0.0020039789378643036, 0.005083830561488867, -0.0020637495908886194, 0.015593512915074825, 0.019883720204234123, -0.028849326074123383, -0.04096285626292229, -0.02868993766605854, 0.017519457265734673, 0.008573775179684162, -0.0037389895878732204, 0.020986158400774002, 0.003908339887857437, 0.011462693102657795, 0.02696322835981846, 0.0051900893449783325, -0.008819499984383583, -0.009569954127073288, -0.00603020004928112, -0.0007732834783382714, -0.018781283870339394, -0.006807219237089157, -0.014451228082180023, -0.0359155535697937, 0.0008807877311483026, 0.007677215151488781, 0.023270728066563606, 0.008208510465919971, -0.001015271875075996, -0.016045114025473595, -0.0019060213817283511, -0.008587057702243328, -0.008075686171650887, 0.014119168743491173, 0.031771451234817505, 0.0447084866464138, 0.00246554147452116, 0.027441395446658134, 0.021504171192646027, 0.0061331382021307945, 0.017638999968767166, -0.0008982208673842251, 0.0042968494817614555, -0.018435942009091377, -0.000453261163784191, -0.04938388615846634, 0.024346601217985153, -0.004535932559520006, 0.011356433853507042, 0.0064386329613626, -0.0162576325237751, 0.014437945559620857, -0.010041478089988232, -0.025342779234051704, 0.0018097241409122944, -0.006807219237089157, 0.008135456591844559, -0.014969240874052048, -0.004861350636929274, -0.003602845361456275, -0.027149181813001633, 0.019020365551114082, -0.012591695412993431, 0.03262152150273323, 0.0009305966668762267, -0.016337325796484947, 0.014225427992641926, 0.0009347473969683051, 0.002814203966408968, 0.016509996727108955, -0.007404926232993603, -0.010772009380161762, 0.006275923922657967, 0.0017731975531205535, 0.006315771024674177, 0.01512862928211689, -0.0035729599185287952, 0.025608425959944725, -0.028477421030402184, 0.00796278566122055, 0.007816679775714874, 0.0159255713224411, -0.006372221279889345, -0.006010276265442371, 0.005442454945296049, -0.02362935245037079, -0.009802395477890968, -0.0002799676440190524, 0.034906093031167984, 0.016775645315647125, 0.015673207119107246, 0.004432993941009045, 0.01558023039251566, 0.018714871257543564, 0.0037688750308007, 0.012219788506627083, -0.03195740282535553, 0.016509996727108955, 0.011648646555840969, -0.014398098923265934, 0.014982523396611214, -0.003911660518497229, 0.02705620601773262, -0.024917742237448692, -0.023815305903553963, 0.02022906206548214, 0.022181572392582893, 0.01632404327392578, -0.01576618291437626, 0.034135714173316956, -0.003242560662329197, 0.003984713461250067, -0.0038319663144648075, 0.0006657792255282402, 0.027946125715970993, -0.022845691069960594, -0.00038311362732201815, 0.0020571083296090364, 0.01682877354323864, -0.024944307282567024, -0.0765596330165863, -0.025568578392267227, 0.00733851408585906, 0.015274735167622566, 0.01779838837683201, 0.01225963607430458, 0.014039474539458752, 0.008135456591844559, -0.004001316614449024, 0.03147923946380615, -0.017984341830015182, -0.00788309145718813, -0.026445215567946434, -0.007670573890209198, 0.007272102404385805, -0.03153236582875252, -0.003167847404256463, -0.010247355327010155, -0.0318511426448822, 0.00836125761270523, 0.012505359947681427, -0.037934474647045135, 0.002618288854137063, -0.007199049461632967, -0.02845085598528385, 0.011515822261571884, -0.020282192155718803, -0.013043295592069626, 0.0150755001232028, -0.006163023877888918, -0.010838421061635017, -0.016217784956097603, 0.0024987475480884314, -0.021982336416840553, -0.007677215151488781, 0.013043295592069626, -0.006312450394034386, -0.0075377500616014, 0.005143600981682539, 0.0026514949277043343, 0.010605979710817337, -0.013262455351650715, 0.004177308175712824, -0.05552034452557564, 0.013747261837124825, -0.02153073623776436, -0.01802418753504753, 0.024904459714889526, -0.026272544637322426, -0.023005079478025436, -0.03198396787047386, 0.024970872327685356, -0.010499720461666584, -0.021902643144130707, 0.014451228082180023, 0.0030698897317051888, 0.01094468031078577, -0.0016204501735046506, -0.019312579184770584, 0.019418837502598763, -0.031771451234817505, -0.029832223430275917, -0.02555529773235321, 0.007218972779810429, 0.017306938767433167, 0.019604790955781937, -0.021278370171785355, -0.01632404327392578, 0.025143543258309364, -0.01848907209932804, -0.00039847136940807104, 0.0008098100079223514, -0.014504357241094112, 0.0132292490452528, -0.029141539707779884, 0.005996994208544493, -0.02109241671860218, -0.020003262907266617, 0.017453046515583992, -0.010127813555300236, -0.01862189546227455, -0.00812881626188755, 0.003081511938944459, -0.02639208734035492, 0.023416833952069283, -0.009569954127073288, 0.008015915751457214, 0.0010260638082399964, 0.0071525610983371735, -0.02906184457242489, 0.02358950488269329, 0.022872256115078926, 0.01989700272679329, 0.00319109158590436, 0.004180628806352615, 0.0048746331594884396, -0.02752108871936798, -0.0353311263024807, 0.014955958351492882, 0.01806403510272503, -0.024970872327685356, -0.009975066408514977, -0.06534930318593979, 0.008328051306307316, -0.0008583737071603537, -0.0019408876542001963, -0.006063405890017748, -0.006886913441121578, 0.017851516604423523, -0.02195577137172222, -0.00579111697152257, 0.014849699102342129, -0.019086778163909912, 0.023177750408649445, 0.032674651592969894, -0.0002106502215610817, -0.01552710123360157, -0.0067906160838902, 0.02349652722477913, -0.005392645951360464, 0.008852705359458923, 0.003410250646993518, 0.003742310218513012, -0.008852705359458923, 0.02489117719233036, 0.0010493078734725714, 0.007922939024865627, 0.005087151192128658, -0.028503984212875366, 0.008985529653728008, -0.012837419286370277, -0.01819685846567154, 0.020972875878214836, -0.01381367351859808, 0.007385002449154854, 0.026604603976011276, -0.013906650245189667, -0.008195227943360806, -0.028875891119241714, 0.03692501410841942, 0.01629747822880745, 0.0016063377261161804, -0.03642028197646141, -0.010253996588289738, 0.02385515160858631, -0.025781096890568733, -0.01702800951898098, 0.01879456639289856, -0.023469964042305946, -0.008633546531200409, -0.0002857786894310266, -0.010924756526947021, 0.028902456164360046, 0.01176154613494873, -0.03461387753486633, -0.019936850294470787, 0.012937037274241447, -0.02303164452314377, 0.013733979314565659, -0.01071223895996809, 0.009596518240869045, -0.004001316614449024, 0.043699026107788086, 0.007013096008449793, 0.015912290662527084, -0.02736170031130314, 0.02489117719233036, 0.01499580591917038, -0.010028195567429066, -0.005857529118657112, -0.008859346620738506, 0.009131635539233685, -0.003270785789936781, -0.019299296662211418, 0.017240528017282486, -2.123364720318932e-05, 0.01716083288192749, 0.0035065480042248964, 0.017346786335110664, 0.0039315843023359776, -0.011635364033281803, 0.012618259526789188, 0.042397353798151016, 0.0006595531012862921, -0.008394462987780571, 0.023084774613380432, 0.01299680769443512, -0.010373537428677082, -0.014358251355588436, 0.014650464057922363, -0.010639185085892677, 0.008088968694210052, 7.969426951603964e-05, 0.013999626971781254, -0.010154378600418568, -0.004980891942977905, -0.012326047755777836, 0.027082771062850952, 0.030310388654470444, 0.025276366621255875, -0.00271126558072865, 0.01652327924966812, 0.013800391927361488, 0.012007270008325577, 0.016403738409280777, 0.006076688412576914, -0.04415062814950943, 0.012020552530884743, -0.017771823331713676, -0.023071492090821266, -0.0023526414297521114, 0.035676468163728714, 0.024970872327685356, 0.010433308780193329, 0.00861362274736166, -0.0014087622985243797, -0.05119028687477112, 0.01041338499635458, 0.020534558221697807, 0.0035762805491685867, -0.022779280319809914, 0.021198676899075508, 0.01879456639289856, 0.00659802183508873, 0.015872443094849586, -0.031107330694794655, 0.01906021311879158, -0.0034700215328484774, 0.014225427992641926, -0.030868249014019966, -0.014836417511105537, 0.01672251522541046, -0.019737614318728447, -0.016775645315647125, 0.0042403992265462875, 0.00548230204731226, -0.004393146838992834, -0.040006525814533234, -0.005402607377618551, 0.03139954432845116, 0.03211679309606552, 0.07900358736515045, 0.024904459714889526, -0.0011198705760762095, -0.014026192016899586, -0.0034467773512005806, 0.004147422965615988, 0.017917929217219353, -0.010725520551204681, 0.0005026550497859716, -0.012737801298499107, 0.02586079202592373, 0.01279757171869278, 0.0024157327134162188, -0.014955958351492882, -0.013235890306532383, 0.0070463018491864204, -0.01716083288192749, 0.017041292041540146, -0.012365894392132759, -0.015115346759557724, 0.013016731478273869, -0.010825138539075851, 0.023709045723080635, -0.0030134397093206644, -0.02552873268723488, -0.006080009043216705, 0.01152910478413105, 0.00016654857608955353, -0.02429347112774849, -0.03905019536614418, 0.026312392204999924, 0.011163839139044285, -0.00909842923283577, -0.013109708204865456, -0.026604603976011276, 0.00015637926117051393, -0.006973248906433582, -0.019166473299264908, -0.003113057464361191, 0.01254520658403635, -0.007750268094241619, 0.016948316246271133, -0.026578040793538094, -0.027282005175948143, -0.0223542433232069, 0.003008458763360977, 0.014132451266050339, -0.0019890363328158855, -0.014265274628996849], \"325a41a5-3f3a-4f08-896c-a059fa79f4b4\": [-0.0015341518446803093, 0.00545805599540472, 0.02117343619465828, -0.06034495308995247, -0.03262316808104515, 0.01824842020869255, -0.02832787111401558, 0.002852550707757473, -0.010244148783385754, -0.02542920596897602, 0.020448770374059677, 0.013781839050352573, -0.010705300606787205, -0.031173834577202797, 0.002855844795703888, 0.0043249414302408695, 0.007121494971215725, -0.026957591995596886, 0.004354586824774742, -0.0009708883590064943, 0.004384232219308615, -0.005626047030091286, -0.007852748967707157, 0.012088754214346409, -0.03654954209923744, 0.018590988591313362, 0.025903532281517982, -0.029829906299710274, 0.015402456745505333, -0.023294733837246895, 0.015547390095889568, -0.002709264401346445, -0.006545055657625198, -0.010158506222069263, -0.009354785084724426, -0.002745497738942504, 0.013821366243064404, 0.006722928490489721, 0.006209074053913355, -0.006209074053913355, -0.002526450902223587, -0.009703942574560642, 0.00038930235314182937, 0.0047992682084441185, -0.013584202155470848, 0.024401497095823288, -0.009618300013244152, -0.005052901804447174, -0.004512695595622063, 0.019473765045404434, 0.023558247834444046, 0.002633503871038556, -0.02893395535647869, -0.011113748885691166, 0.007483828347176313, 0.010066276416182518, -0.012688251212239265, 0.010823882184922695, -0.007905452512204647, -0.015692323446273804, 0.010580130852758884, 0.023110272362828255, -0.02840692549943924, -0.022161617875099182, -0.02814341150224209, -0.026298804208636284, -0.026061641052365303, 0.011232330463826656, 0.011265269480645657, 0.006133313290774822, 0.02864408865571022, 0.012760717421770096, 0.018933558836579323, 0.00616625277325511, 0.0027833781205117702, -0.012767305597662926, -0.006209074053913355, -0.00868941005319357, -0.025837654247879982, 0.0030732445884495974, -0.006765749771147966, -0.009071506559848785, 0.0027224402874708176, 0.014440626837313175, 0.022372430190443993, 0.007714403793215752, 0.02209573984146118, 0.02179269678890705, -0.0005286771338433027, -0.012905650772154331, 0.03272857144474983, 0.008709173649549484, 0.018933558836579323, 0.005747922696173191, 0.0005122074508108199, 0.04363809898495674, -0.010151918046176434, 0.01777409203350544, -0.015916310250759125, -0.010336379520595074, 0.004888204857707024, 0.03304479271173477, -0.033782634884119034, -0.019157545641064644, -0.0416090302169323, -0.0024375144857913256, 0.016351111233234406, -0.026522792875766754, -0.0026170341297984123, -0.010784354992210865, -0.011976760812103748, 0.044797562062740326, 0.009150560945272446, -0.01080411858856678, 0.012431323528289795, -0.010698712430894375, -0.009124210104346275, -0.012773893773555756, -0.03333465754985809, 0.014611911028623581, 0.010211209766566753, -0.005296653136610985, 0.011535372585058212, -0.006449531763792038, 0.02183222398161888, 0.011291621252894402, -0.0022398782894015312, 0.001479801838286221, 0.02173999510705471, -0.008406131528317928, -0.011377263814210892, -0.014783196151256561, 0.015297050587832928, 0.02195080555975437, -0.03986983001232147, 0.0004809150123037398, -0.013327275402843952, 0.008755289018154144, -0.00702267698943615, -0.026272453367710114, 0.00027195579605177045, 0.013821366243064404, -0.00527688954025507, -0.004779504612088203, -0.00012537553266156465, 0.02134472131729126, 0.018946735188364983, -0.002058711601421237, 0.03639143332839012, 0.012082166038453579, 0.00701608881354332, 0.020778164267539978, 0.008531300351023674, -0.016864964738488197, -0.003260999219492078, 7.262104918481782e-05, 0.0046246894635260105, 0.04205700755119324, 0.014177110977470875, -0.006663637701421976, 0.014849075116217136, 0.030225180089473724, -0.0028871370013803244, 0.024072103202342987, 0.023834938183426857, 0.03989618271589279, 0.01084364578127861, -0.0018429586198180914, -0.019513292238116264, 0.011983348056674004, -0.008327076211571693, 0.01056036725640297, -0.024032576009631157, -0.004262356553226709, -0.0006233778549358249, 0.01794537715613842, -0.0013941595098003745, -0.01258284505456686, -0.029619095847010612, -0.0021476480178534985, 0.008623531088232994, -0.017181184142827988, 0.017075777053833008, 0.018643692135810852, -0.01798490434885025, 0.001582737429998815, 0.04255768656730652, 0.0024243388324975967, 0.00722690112888813, 0.0016881434712558985, 0.0015456806868314743, 0.03267586976289749, 0.013584202155470848, 0.006745986174792051, -0.6433984041213989, -0.009782996959984303, 0.023018041625618935, -0.03270222246646881, 0.005079253111034632, 0.004328235052525997, -0.013406329788267612, 0.01822206750512123, -0.02564001828432083, 0.009249378927052021, -0.01245108712464571, 0.02903936244547367, 0.010902936570346355, -0.005155013874173164, -0.02903936244547367, -0.03235965222120285, 0.009335021488368511, 0.004492931999266148, 0.00268950080499053, -0.014756844379007816, -0.01241155993193388, 0.00880799163132906, 0.001329104183241725, -0.004189889878034592, 0.01263554859906435, -0.00714784674346447, 0.016100771725177765, -0.02520521730184555, -0.0213315449655056, 0.024085277691483498, -0.015797728672623634, -0.0058895619586110115, 0.037208329886198044, -0.008030622266232967, 0.027879895642399788, 0.015889959409832954, 0.012358857318758965, 0.011074221692979336, -0.004756447393447161, 0.03855225816369057, -0.02885490097105503, -0.013913596048951149, 0.037761710584163666, 0.02519204095005989, 0.011436554603278637, 0.00918350089341402, 0.017062600702047348, 0.002630210015922785, -0.013327275402843952, 0.01769503764808178, -0.008392955176532269, -0.02496805414557457, 0.00313418242149055, -0.013689608313143253, 0.027273811399936676, -0.00908468198031187, 0.026008939370512962, -0.005932383239269257, -0.010389082133769989, 0.008491773158311844, 0.008215082809329033, 0.008294137194752693, -0.006884331349283457, -0.03697116672992706, 0.011311384849250317, 0.006449531763792038, 0.0020850631408393383, -0.014137583784759045, 0.02549508400261402, -0.014005826786160469, 0.004173419903963804, 0.022675473242998123, 0.018459230661392212, -0.02557413838803768, 0.012484027072787285, 0.04261038824915886, 0.03235965222120285, 0.0005122074508108199, -0.015837255865335464, -0.022530538961291313, 0.0022942281793802977, 0.00910444650799036, 0.010777766816318035, -0.034362368285655975, 0.007516767829656601, 0.023834938183426857, 0.010033336468040943, -0.019816333428025246, 0.03246505931019783, 0.020633229985833168, 0.019170721992850304, 0.019012613222002983, 0.0026516204234212637, -0.015231171622872353, -0.01828794740140438, 0.0022184676490724087, -0.01092270016670227, -0.02814341150224209, -0.02925017476081848, 0.01062624529004097, -0.010257324203848839, -0.019724104553461075, 0.005708395503461361, 0.02189810387790203, 0.040818486362695694, 0.009684178978204727, -0.012859536334872246, 0.01857781410217285, 0.012773893773555756, -0.022069387137889862, 0.015244347043335438, -0.004571986850351095, 0.006199192255735397, 0.00452916556969285, 0.027879895642399788, -0.02496805414557457, 0.012240275740623474, 0.034520477056503296, 0.014546032063663006, 0.014941304922103882, 0.014690965414047241, 0.0009148914250545204, 0.0008222493925131857, -0.014269341714680195, 0.02819611318409443, 0.013096699491143227, 0.013702784664928913, -0.004644453525543213, 0.01760280691087246, -0.011752773076295853, 0.008531300351023674, -0.026601847261190414, 0.014427450485527515, -0.015521038323640823, 0.016667328774929047, 0.009901579469442368, 0.015942662954330444, 0.004621395841240883, 0.016179826110601425, -0.012872711755335331, -0.01774774119257927, -0.025890355929732323, -0.005296653136610985, -0.005151719786226749, 0.0020652995444834232, -0.0044731684029102325, -0.008999040350317955, -0.02545555680990219, -0.016166649758815765, -0.008267785422503948, 0.00306336279027164, -0.0009140679612755775, 0.0013126344420015812, 0.030541397631168365, 0.001729317707940936, 0.011574899777770042, -0.004858559463173151, -0.03283397853374481, -0.01457238383591175, 0.004515989683568478, -0.022675473242998123, 0.013043996877968311, -0.018538285046815872, -0.0020636525005102158, -0.019091667607426643, -0.0064561194740235806, 0.013452445156872272, 0.019407885149121284, 0.006676813587546349, -0.013248221017420292, 0.027827192097902298, 0.0014188640052452683, -0.030699506402015686, 0.02210891619324684, 0.0018808388849720359, 0.026443738490343094, -0.011818651109933853, -0.015204819850623608, 0.010863409377634525, -0.003481693100184202, -0.009605124592781067, -0.02442784793674946, -0.012049227021634579, 0.002109767636284232, 0.01806395873427391, 0.01794537715613842, 0.00539547111839056, 0.011825239285826683, -0.012220512144267559, -0.008616942912340164, -0.006864567752927542, -0.00905174296349287, -0.014690965414047241, 0.023110272362828255, -0.002943134168162942, 0.004120717290788889, 0.007668288890272379, -0.008412718772888184, 0.009236203506588936, 0.013557851314544678, 0.002170705469325185, 0.00268126605078578, 0.003114418825134635, -0.02113390900194645, 0.008867282420396805, -0.03546912968158722, 0.004835501778870821, -0.03512655943632126, 0.03633872792124748, 0.01838017627596855, 0.016377462074160576, -0.030251530930399895, -0.02532379887998104, -0.02882855013012886, 0.008623531088232994, 0.02105485461652279, -0.005283477250486612, 0.027168404310941696, -0.013294335454702377, 0.006937034428119659, 0.023018041625618935, 0.011219155043363571, 0.01755010522902012, 0.0009140679612755775, -0.012609196826815605, 0.013314099051058292, 0.026746781542897224, 0.007121494971215725, 0.007846161723136902, -0.033914390951395035, 0.0029414871241897345, 0.02483629621565342, 0.008445658721029758, 0.0015366222942247987, 0.004766329191625118, 0.010230973362922668, 0.014756844379007816, -0.03325560316443443, 0.004229417070746422, -0.011403615586459637, 0.000523736234754324, 0.015955837443470955, 0.02832787111401558, -0.02163458801805973, 0.017154831439256668, 0.012892475351691246, 0.0029892493039369583, -0.002106473781168461, -0.015481511130928993, 0.016034891828894615, -0.029698150232434273, 0.026680901646614075, 0.023426489904522896, 0.005948852747678757, 0.020185254514217377, -0.02146330289542675, -0.013953123241662979, -0.0077012283727526665, 0.0022497600875794888, 0.01810348592698574, 0.01756327971816063, 0.020027145743370056, 0.01279365736991167, -0.0030765386763960123, -0.004272238351404667, 0.010448372922837734, 0.020132552832365036, -0.01237862091511488, -0.0014765079831704497, -0.002340343315154314, 0.00633753789588809, -0.00357062928378582, 0.016496043652296066, -0.003919786773622036, -0.0018264888785779476, -0.005850034765899181, 0.000821014167740941, -0.03976442664861679, -0.004733389709144831, 0.012431323528289795, -0.020461946725845337, -0.027010295540094376, 0.00892657320946455, 0.051991526037454605, 0.006360595114529133, -0.005039725918322802, 0.003824262646958232, -0.02495487779378891, -0.0041305990889668465, -0.006004849914461374, 0.0007394892163574696, 0.022319726645946503, 0.027300162240862846, -0.011614426970481873, -0.000587144517339766, -0.0010441784979775548, 0.016970371827483177, -0.026417387649416924, 0.009802760556340218, -0.013096699491143227, 0.015613268129527569, -0.026180222630500793, -0.020672759041190147, -0.01416393555700779, 0.051306385546922684, 0.023018041625618935, -0.011568311601877213, -0.022174794226884842, 0.010435197502374649, -0.051490847021341324, 0.000706138089299202, -0.016772734001278877, -0.019302479922771454, -0.026601847261190414, 0.00435788044705987, 0.0009601830970495939, -0.0014410980511456728, -0.00315724010579288, 0.012266626581549644, 0.011877941899001598, -0.006890919525176287, -0.03670765087008476, -0.037788063287734985, 0.019921740517020226, 0.04977799952030182, 0.03127923980355263, -0.015191644430160522, 0.01084364578127861, -0.03539007529616356, -0.020751813426613808, -0.015613268129527569, -0.0023584598675370216, 0.027405569329857826, 0.013939947821199894, -0.006752573885023594, 0.015929486602544785, 0.020066672936081886, 0.001194052747450769, 0.009591949172317982, 0.0031638280488550663, -0.0033153491094708443, -0.0140453539788723, -0.02189810387790203, -0.04672122374176979, 0.0010342966997995973, -0.0354427769780159, 0.005777568090707064, 0.020580528303980827, 0.03362452611327171, 0.013874068856239319, 0.05070030316710472, 0.006778925657272339, 0.01056036725640297, -0.007734167855232954, 0.003376286942511797, 0.003475105157122016, 0.009407488629221916, -0.00456869276240468, -0.03552183136343956, 0.051886118948459625, 0.007075380068272352, -0.004611514043062925, -0.002277758438140154, 0.01832747459411621, 0.002103179693222046, 0.013900420628488064, 0.0015143882483243942, -0.018959909677505493, -0.004315059632062912, -0.004842089489102364, 0.002007655566558242, 0.02811705879867077, 0.004285414237529039, -0.01834064908325672, -0.01408488117158413, -0.007780282758176327, -0.01809030957520008, -0.008952924981713295, 0.0050001987256109715, 0.005036431830376387, 0.019328830763697624, -0.01091611199080944, -0.015889959409832954, -0.03264951705932617, -0.027958950027823448, 0.00900562759488821, -0.002526450902223587, -0.016864964738488197, -0.016100771725177765, 0.0020257721189409494, -0.000343187217367813, -0.0026483265683054924, -0.018867678940296173, 0.012780481018126011, 0.01740517094731331, -0.009835700504481792, -0.02482311986386776, -0.007292780093848705, 0.015903135761618614, 0.019407885149121284, 0.026153871789574623, -0.0013776897685602307, -0.005807213485240936, 0.018590988591313362, -0.004308471456170082, -0.03947455808520317, 0.008992452174425125, -0.016693679615855217, 0.01848558336496353, -0.01744469814002514, -0.016614625230431557, -0.0011537019163370132, -0.012082166038453579, 0.027958950027823448, -0.01774774119257927, 0.0057149832136929035, 0.005187953356653452, 0.004614807665348053, -0.002709264401346445, 0.027062999084591866, 0.009190088137984276, 0.005405352916568518, 0.015784554183483124, -0.00448305020108819, -0.00901221577078104, 0.0023436371702700853, -0.014019002206623554, -0.02463866025209427, 0.018735922873020172, 0.016720032319426537, -0.023307908326387405, 0.004957377444952726, 0.012938590720295906, -0.009987222030758858, 0.01083046942949295, 0.0005027373554185033, 0.012167808599770069, -0.00031189480796456337, 0.006162959150969982, -0.0007304308819584548, 0.02183222398161888, -0.00881457980722189, 0.029671797528862953, -0.015046711079776287, 0.005906031932681799, -0.0420043021440506, 0.013729135505855083, 0.006386946886777878, -0.01283977273851633, 0.00880799163132906, -0.015705497935414314, -0.037340085953474045, -0.019289303570985794, 0.013663256540894508, 0.010909524746239185, 0.017128480598330498, -0.022635946050286293, -0.0071083190850913525, -0.03496845066547394, 0.011179626919329166, -0.004713626112788916, 0.005619459319859743, -0.02135789766907692, -0.014980832114815712, -0.002526450902223587, -0.016996722668409348, -0.01109398528933525, -0.04210970923304558, 0.01774774119257927, -0.03944820910692215, 6.809188198531047e-05, -0.001154525438323617, 0.005794038064777851, 0.0580260194838047, 0.01042860932648182, 0.005767686292529106, 0.011087397113442421, -0.016232529655098915, -0.005059489514678717, -0.020172080025076866, 0.02521839365363121, -0.019473765045404434, 0.0506739504635334, 0.027089349925518036, 0.01067894883453846, -0.0008243081392720342, 0.0035014566965401173, 0.004133892711251974, 0.016891317442059517, -0.010151918046176434, -0.0015341518446803093, 0.026180222630500793, -0.0009791231714189053, -0.0036430959589779377, -0.005085841286927462, 0.00913738552480936, 0.0143747478723526, 0.007417949382215738, 0.01819571666419506, 0.022780878469347954, -0.0036595657002180815, 0.003292291657999158, -0.011726421304047108, -0.01776091568171978, -0.0028113764710724354, 0.0009873580420389771, -0.025982586666941643, 0.03307114169001579, -0.023966696113348007, 0.0002554861130192876, 0.020013971254229546, -0.01458556018769741, 0.018762273713946342, -0.024098454043269157, -0.009236203506588936, -0.015099413692951202, 0.0215950608253479, 0.014506504870951176, 0.010935875587165356, -0.013294335454702377, 7.184903370216489e-05, -0.052175987511873245, 0.000551322940737009, 0.009532658383250237, 0.013650081120431423, 0.002565978094935417, 0.002915135584771633, -0.020712286233901978, -0.01803760789334774, 0.013274571858346462, -0.03309749439358711, -0.01857781410217285, 0.006498940754681826, -0.013281160034239292, -0.02851233258843422, -0.015468335710465908, -0.03230695053935051, -0.0043644686229527, -0.0143747478723526, 0.007964743301272392, -0.02197715826332569, 0.03839414566755295, -0.013182342052459717, -0.03291303291916847, -0.024282915517687798, -0.0052175987511873245, 0.02102850377559662, 0.027616379782557487, 0.030040718615055084, 0.006340831518173218, 0.022662296891212463, -0.007971331477165222, 0.005431704688817263, -0.0050199623219668865, 0.004970553331077099, 0.01806395873427391, 0.030462343245744705, -0.014980832114815712, -0.04023875296115875, 0.020158903673291206, 0.016034891828894615, 0.004921144340187311, -0.033940743654966354, 0.012820009142160416, 0.005026550032198429, 0.013610553927719593, -0.02553461119532585, -0.004565398674458265, -0.016957195475697517, -0.0011874648043885827, 0.0036661536432802677, 0.007918627932667732, -0.009710530750453472, -0.0042788260616362095, -0.009038567543029785, 0.02214844338595867, -0.003027129452675581, 0.026193398982286453, 0.00880799163132906, 0.007049028296023607, -0.011034693568944931, 0.006923858541995287, -0.015494686551392078, -0.015521038323640823, -0.008867282420396805, 0.0029348991811275482, 0.007246664725244045, -0.011350912041962147, 0.008518124930560589, 0.03225424513220787, -0.007398185785859823, 0.007444301154464483, -0.003325230907648802, 0.01812983676791191, -0.006627404130995274, -0.02803800441324711, 0.0031984143424779177, -0.022227497771382332, 0.013900420628488064, -0.011074221692979336, -0.013505147770047188, -0.0049738469533622265, -0.007510179653763771, -0.037603601813316345, 0.023057568818330765, 0.01245767530053854, 0.0067855133675038815, -0.016443341970443726, -0.005629341118037701, -0.040607672184705734, -0.019565993919968605, -0.00548111367970705, 0.008597179315984249, -0.004611514043062925, -0.008663058280944824, -0.013571026735007763, 0.009756646119058132, 0.00706220418214798, 0.009473367594182491, 0.019065316766500473, -0.0008753641741350293, 0.03647048771381378, -0.010652597062289715, 0.009954282082617283, 0.01087658479809761, 0.026061641052365303, -0.048513125628232956, 0.0032000611536204815, 0.005817095283418894, -0.023426489904522896, 0.004963965155184269, -0.022728174924850464, -0.03262316808104515, -0.011818651109933853, 0.015362929552793503, 0.015771377831697464, 0.007707816082984209, 0.0015357988886535168, -0.0005875562783330679, 0.007332307286560535, 0.005803919862955809, 0.01777409203350544, -0.019210249185562134, 0.0036793292965739965, -0.026430562138557434, -0.024348793551325798, 0.010006985627114773, 8.46001785248518e-06, 0.019315656274557114, -0.04218876361846924, 0.01828794740140438, -0.00035800994373857975, -0.006818452849984169, -0.05062124878168106, -0.002501746406778693, -0.015797728672623634, -0.00438752630725503, 0.01839335262775421, -0.004120717290788889, -0.010981990955770016, -0.015468335710465908, 0.023834938183426857, -0.0053328862413764, 0.00884751882404089, 0.006195898167788982, 0.01807713508605957, 0.00889363419264555, 0.01062624529004097, -0.011588076129555702, -0.012780481018126011, -0.018907207995653152, -0.026601847261190414, -0.023848114535212517, -0.014348396100103855, -0.00460821995511651, 0.024361969903111458, 0.019605521112680435, -0.034494124352931976, -0.04566716402769089, 0.001706260140053928, -0.02909206412732601, -0.020448770374059677, -0.007510179653763771, 0.011673717759549618, 0.014005826786160469, 0.007734167855232954, -0.022556891664862633, 0.009486543014645576, 0.009031979367136955, 0.031068427488207817, -0.009769821539521217, -0.015389280393719673, 0.013142814859747887, 0.011179626919329166, 0.0064561194740235806, -0.010856821201741695, -0.03589075431227684, -0.01728658936917782, -0.006574701052159071, -0.02835422195494175, -0.002241525100544095, 0.022411957383155823, -0.020633229985833168, 0.008201906457543373, 0.003458635415881872, 0.0178531464189291, -0.022675473242998123, 0.02139742486178875, 0.011845002882182598, -0.02932922914624214, 0.005411941092461348, 0.008873870596289635, 0.020712286233901978, -0.03615427017211914, 0.004008722957223654, -0.012240275740623474, -0.008472009561955929, 0.006811864674091339, 0.01088317297399044, -0.0031078308820724487, -0.0051945410668849945, 0.01079753041267395, 0.019724104553461075, 0.027721786871552467, -0.005421822890639305, 0.019921740517020226, -0.011956997215747833, 0.012141457758843899, -0.015692323446273804, 0.03183262050151825, 0.01263554859906435, 0.011107160709798336, -0.00181660708039999, -0.010784354992210865, 0.01756327971816063, -0.011429966427385807, -0.006917270831763744, -0.016351111233234406, 0.010033336468040943, 0.005306534934788942, -0.01399265043437481, -0.016891317442059517, 0.010072863660752773, -0.00027751430752687156, -0.013847717083990574, -0.02798530086874962, -0.02197715826332569, -0.011772536672651768, -0.005283477250486612, -0.004196477588266134, 0.000832954712677747, -0.00107958831358701, 0.008432482369244099, 0.00901880394667387, -0.0020010676234960556, -0.006620816420763731, 0.0219244547188282, 0.007997682318091393, -0.017036249861121178, -0.0006262600654736161, 0.20638501644134521, -0.005882974248379469, 0.0034783990122377872, 0.01246426347643137, -0.007193961646407843, -0.0022316433023661375, 0.01801125518977642, 0.016337934881448746, 0.0003499809536151588, -0.015231171622872353, -0.029829906299710274, -0.008241434581577778, -0.0125367296859622, 0.004021898843348026, 0.017049426212906837, -0.059343595057725906, -0.03625967353582382, -0.029434634372591972, 0.00010602364636724815, 0.0031045370269566774, -0.0023946932051330805, 0.005168189760297537, -0.016127122566103935, -0.008531300351023674, 0.015665970742702484, 0.01262896042317152, -0.009420664049685001, 0.005181365180760622, 0.013445856980979443, 0.02156870998442173, -0.012892475351691246, -0.010342966765165329, -0.013689608313143253, -0.019513292238116264, -0.014796371571719646, -0.01233909372240305, 0.045087430626153946, -0.034678585827350616, 0.015955837443470955, -0.00040247812285088, -0.008340252563357353, -0.020093025639653206, -0.01794537715613842, -0.023083921521902084, -0.011252094060182571, 0.037129275500774384, 0.006716340780258179, 0.005280183628201485, 0.013729135505855083, 0.00014050706522539258, -0.0435853935778141, -0.03133194148540497, -0.00448305020108819, 0.0015959131997078657, -0.012655312195420265, 0.0221879705786705, 0.007648525293916464, 0.026839010417461395, -0.022649120539426804, 0.025705896317958832, -0.009506306611001492, 0.019974444061517715, -0.010580130852758884, 0.019697751849889755, -0.019447412341833115, 0.02096262387931347, -0.009717118926346302, -0.004114129114896059, 0.04008064419031143, -0.037419140338897705, 0.010013572871685028, -0.011614426970481873, -9.305376443080604e-05, 0.01075800321996212, -0.014440626837313175, -0.016351111233234406, 0.01801125518977642, 0.02528427168726921, 0.023900818079710007, 0.009407488629221916, -0.0014460389502346516, -0.019750455394387245, -0.007049028296023607, -0.007780282758176327, 0.014875425957143307, -0.03894753009080887, 0.02885490097105503, -0.02822246588766575, 0.008709173649549484, -0.023492369800806046, -0.0017046132124960423, -0.007977918721735477, -0.016337934881448746, -0.027379216626286507, 0.004005429334938526, 0.034256961196660995, 0.010909524746239185, 0.019078491255640984, 0.0024539842270314693, -0.008742112666368484, -0.006176134571433067, 0.072203129529953, 0.014401099644601345, 0.005922501441091299, -0.011825239285826683, 0.007385010365396738, -0.01786632277071476, 0.023505546152591705, -0.0216609388589859, -0.0021674116142094135, 0.01758963242173195, -0.02097580023109913, 0.005668868310749531, -0.012892475351691246, 0.007174198050051928, 0.0037155626341700554, 0.01046154834330082, -0.013900420628488064, 0.0280907079577446, 0.007049028296023607, -0.01425616629421711, -0.015652796253561974, 0.015257523395121098, 0.02187175117433071, 0.01088976114988327, 0.008702585473656654, -0.016245704144239426, -0.006772337481379509, -0.010112390853464603, -0.010158506222069263, 0.033598173409700394, 0.007134670857340097, 0.009743469767272472, 0.002363400999456644, -0.01230615470558405, -0.005438292399048805, 0.0065648192539811134, 0.00013299276179168373, 0.0003382463182788342, 0.007417949382215738, -0.03502115607261658, -0.00431835325434804, -0.007286191917955875, 0.003494868753477931, 0.0007069615530781448, -0.005579931661486626, 0.013913596048951149, -0.007365246303379536, -0.005085841286927462, 0.0030847734306007624, -0.01847240701317787, 0.009196676313877106, -0.0017820207867771387, 0.0017704919446259737, 0.023228853940963745, 0.009506306611001492, -0.0019137782510370016, -0.027115702629089355, 0.002677971962839365, -0.010013572871685028, -0.023426489904522896, 0.005655692424625158, 0.0210021510720253, 0.007562882732599974, -0.008867282420396805, -0.011660542339086533, -0.16654153168201447, 0.0250075813382864, 0.013571026735007763, -0.014150760136544704, 0.00017560810374561697, 0.011120336130261421, 0.0035442777443677187, 0.015784554183483124, 0.006255189422518015, -0.01058671809732914, 0.01812983676791191, -0.023268381133675575, -0.022609593346714973, -0.02880219928920269, -0.0023946932051330805, 0.007925216108560562, 0.005428410600870848, 0.02541602961719036, 0.0362333245575428, 0.0250075813382864, 0.05612871050834656, 0.00714125856757164, 0.01773456484079361, -0.027774490416049957, -0.006505528464913368, 0.003419108223170042, -0.024388320744037628, 0.034072499722242355, -0.03905293345451355, -0.03280762583017349, 0.00714125856757164, 0.02471771463751793, 0.03612791746854782, 0.0071544344536960125, -0.005596401635557413, -0.0019187191501259804, 0.0055436985567212105, 0.0174578744918108, -0.009275730699300766, 0.0216609388589859, 0.0006550819962285459, 0.03238600492477417, -0.011798887513577938, 0.0026433856692165136, 0.03552183136343956, -0.009591949172317982, -0.0012492261594161391, 0.005570049863308668, 0.006324362009763718, -0.037313736975193024, 0.009381136856973171, -0.03167451173067093, 0.009565597400069237, -0.006581289228051901, -0.009855464100837708, 0.01838017627596855, -0.0003051010426133871, 0.001698025269433856, -0.0031786507461220026, -0.01283977273851633, -0.0015975601272657514, -0.01810348592698574, 0.011838414706289768, -0.02108120732009411, 0.015178469009697437, -0.00701608881354332, -0.029434634372591972, 0.015652796253561974, -0.026048466563224792, 0.020541001111268997, 0.006027907598763704, -0.013795014470815659, 0.014783196151256561, -0.00901880394667387, 0.020251134410500526, 0.0053328862413764, -0.02550826035439968, 0.002593976678326726, 0.0009626535465940833, 0.009789585135877132, -0.013215281069278717, 0.013491972349584103, -0.008472009561955929, 0.002129531232640147, -0.03510021045804024, -0.009414075873792171, -0.01809030957520008, -0.010290264151990414, -0.011963584460318089, -0.0069831497967243195, 0.008162379264831543, -0.026628198102116585, -0.02137107215821743, -0.008445658721029758, 0.030515046790242195, -0.015837255865335464, 0.018814977258443832, 0.001852840417996049, 0.01445380225777626, -0.0037616777699440718, 0.009440427646040916, -0.00031477698939852417, 0.0033301718067377806, 0.026101168245077133, 0.012556493282318115, -0.012009699828922749, 0.015889959409832954, -0.0012039345456287265, 0.016166649758815765, -0.017062600702047348, -0.027932599186897278, 0.027932599186897278, -0.00016654976934660226, 0.01830112189054489, -0.0021987040527164936, 0.02840692549943924, 0.011509020812809467, -0.0029464280232787132, 0.009453603997826576, -0.004361174535006285, 0.02509981207549572, -0.01723388582468033, 0.01420346274971962, 0.0003783911815844476, 0.0034059323370456696, -0.029777204617857933, -0.07952885329723358, -0.014954481273889542, 0.008392955176532269, 0.012978117913007736, 0.006640580017119646, 0.011897705495357513, 0.002745497738942504, 0.005754510406404734, -0.005777568090707064, 0.014005826786160469, -0.02882855013012886, -0.016272056847810745, -0.020317012444138527, -0.0143747478723526, 0.010863409377634525, -0.005734746810048819, -0.02901300974190235, -0.022543715313076973, -0.0039527262561023235, 0.00888704601675272, 0.0023996341042220592, -0.03322925046086311, 0.002836080966517329, 0.009466779418289661, -0.004492931999266148, -0.013597378507256508, -0.011864766478538513, 0.015086238272488117, 0.025943059474229813, -0.016258880496025085, -0.015099413692951202, -0.005662280134856701, -0.015758201479911804, -0.011693481355905533, -0.02512616291642189, 0.01737882010638714, 0.00459175044670701, -0.011034693568944931, 0.02147647924721241, -0.017181184142827988, 0.008096501231193542, 0.010066276416182518, -0.0012640488566830754, -0.018894031643867493, -0.0012558141024783254, -0.010138742625713348, -0.031147481873631477, 0.019368357956409454, -0.02176634594798088, -0.016693679615855217, -0.031226536259055138, -0.0005521464627236128, -0.013090111315250397, -0.011291621252894402, 0.03246505931019783, 0.014216638170182705, -0.009255967102944851, -0.01270801480859518, -0.031015725806355476, -0.0067855133675038815, -0.01229297835379839, -0.024269739165902138, -0.01848558336496353, 0.018643692135810852, -0.00872234907001257, 0.004677392542362213, -0.023940345272421837, 0.0008514830842614174, 0.04324282333254814, -0.019460588693618774, -0.012022875249385834, 0.020040322095155716, -0.00633094971999526, 0.015626443549990654, -0.02196398191154003, -0.016179826110601425, -0.007095143664628267, -0.002391399350017309, 0.019592346623539925, -0.015415632165968418, 0.007905452512204647, -0.007595822215080261, -0.005326298531144857, -0.012431323528289795, 0.006031201221048832, 0.0051945410668849945, 0.03201708197593689, 0.003438871819525957, 0.006037789396941662, -0.041319165378808975, -0.019500115886330605, 0.03130559250712395, -0.0034421656746417284, -0.02455960586667061, -0.010145330801606178, -0.0018231950234621763, -0.033387359231710434, -0.015033535659313202, -0.006400122307240963, 0.017181184142827988, -0.014730492606759071, 0.009993809275329113, -0.06271658837795258, -0.0061102560721337795, -0.007299367804080248, 0.002345284214243293, -0.003396050538867712, 0.01781361922621727, 0.009031979367136955, -0.026377860456705093, -0.004384232219308615, 0.015086238272488117, -0.0070029133930802345, 0.037709008902311325, 0.006047671195119619, -0.0087618762627244, -0.01449332945048809, -0.00036995045957155526, 0.012826596386730671, -0.011943820863962173, 0.03523196652531624, 0.01226003933697939, -0.01100834272801876, -0.008406131528317928, 0.015165292657911777, -0.008630119264125824, -0.007747343275696039, 0.013406329788267612, -0.009321846067905426, 0.019539643079042435, -0.01820889301598072, -0.007497004233300686, 0.026272453367710114, -0.019394710659980774, -0.007800046354532242, 0.009756646119058132, -0.0007641937118023634, 0.0030617157462984324, 0.013623729348182678, 0.02917112037539482, 0.030014367774128914, 0.00536253210157156, -0.02903936244547367, -0.030699506402015686, 0.02193763107061386, -0.02864408865571022, -0.0032395885791629553, -0.000920655787922442, -0.012734366580843925, 0.016944019123911858, -0.004338116850703955, 0.020435594022274017, 0.033703580498695374, 0.027537325397133827, -0.0367603525519371, -0.02125249058008194, -0.009295494295656681, -0.026983944699168205, 0.023887641727924347, -0.002070240443572402, 0.0020570645574480295, -0.01770821399986744, 0.04724825546145439, 0.00022913460270501673, -0.0020405948162078857, -0.0246781874448061, -0.0018808388849720359, -0.008201906457543373, -0.02189810387790203, -0.005698513705283403, 0.03502115607261658, -0.03162181004881859, -0.008946336805820465, -0.024217035621404648, 0.004193183500319719, -0.007299367804080248, 0.026733605191111565, -0.012075578793883324, 0.009466779418289661, 0.029698150232434273, -0.02822246588766575, 0.020791340619325638, 0.02123931609094143, 0.022556891664862633, -0.01067236065864563, 0.03968537226319313, 0.03293938562273979, 0.01793220080435276, -0.004186595790088177, 0.006772337481379509, -0.011087397113442421, 0.026180222630500793, -0.020027145743370056, 0.03167451173067093, 0.00024272208975162357, 0.006031201221048832, -0.01233909372240305, 0.01762915961444378, 0.013103287667036057, 0.008946336805820465, 0.00544158648699522, 0.030541397631168365, 0.018722746521234512, 0.0038110867608338594, 0.006969973910599947, -0.01441427506506443, -0.026839010417461395, -0.02195080555975437, -0.033729929476976395, -0.05383612960577011, 0.011469493620097637, 0.03510021045804024, -0.00021657645993400365, -0.014506504870951176, -0.01748422533273697, 0.00321982498280704, -0.015995364636182785, 0.000713961198925972, 0.020620055496692657, -0.015507862903177738, -0.023321084678173065, 0.023610951378941536, 0.009315257892012596, -0.016575098037719727, -0.0003497751022223383, -0.034204255789518356, 0.03133194148540497, -0.012826596386730671, 0.01789267361164093, -0.02139742486178875, 0.013090111315250397, -0.0011018224759027362, -0.013808189891278744, 0.015982190147042274, 0.005112192593514919, -0.01861734129488468, -0.008616942912340164, -0.010566954500973225, -0.008873870596289635, -0.015863608568906784, 0.008175555616617203, 0.08216400444507599, 0.023597775027155876, 0.0015720321098342538, -0.009196676313877106, 0.0030880672857165337, -0.003396050538867712, 0.027194757014513016, -0.011179626919329166, -0.006060847081243992, 0.0018758979858830571, 0.027616379782557487, 0.012484027072787285, -0.005882974248379469, -0.027089349925518036, -0.0016552041051909328, 0.019763631746172905, -0.026707254350185394, -0.002440808340907097, 0.004782798700034618, -0.0006694929907098413, 0.010237560607492924, -0.017339292913675308, 0.014677789993584156, -0.012773893773555756, -0.01789267361164093, 0.0011289974208921194, 0.019038964062929153, -0.0060641407035291195, -0.018933558836579323, -0.01773456484079361, 0.01237203273922205, 0.004417171701788902, -0.017154831439256668, -0.008287549018859863, -0.02458595670759678, 0.0006431415094994009, -0.011917469091713428, -0.016034891828894615, 0.019908564165234566, 0.0037188564892858267, -0.0003368052130099386, -0.002813023515045643, -0.010487900115549564, -0.02880219928920269, -0.005250537768006325, 0.006485764868557453, 0.007358658593147993, -0.0072005498223006725, -0.009078094735741615], \"7dc28e6d-7d13-4a1b-80d7-a6db71a9bfdc\": [-0.027934573590755463, -0.009963059797883034, 0.009528703056275845, -0.04802357405424118, -0.010288827121257782, 0.019831104204058647, -0.0335812121629715, -0.011619044467806816, -0.03216955065727234, -0.02745949476957321, 0.032441023737192154, -0.002092038979753852, 0.010119156911969185, -0.005690752994269133, -0.005463394336402416, -0.00612171646207571, 0.007037937641143799, -0.019776808097958565, 0.004628614988178015, -0.002726607024669647, -0.011130393482744694, 0.009101132862269878, -0.028558960184454918, 0.006623941473662853, -0.04617755860090256, 0.0007724255556240678, 0.024826206266880035, -0.031192248687148094, -0.012589560821652412, -0.017917219549417496, 0.002441560383886099, -0.013926565647125244, -0.00949476845562458, -0.014428790658712387, -0.027649525552988052, 0.0021242762450128794, 0.00035482371458783746, -0.012989983893930912, 0.019803956151008606, 0.0040381611324846745, 0.014252332970499992, 0.008300287649035454, -0.005918111652135849, -0.0053955260664224625, -0.015392519533634186, 0.03037782944738865, 0.00842245016247034, -0.0011232196120545268, -0.016451263800263405, 0.020251886919140816, 0.023808183148503304, 0.0014812246663495898, -0.02417467162013054, 0.009623718447983265, 0.008911101147532463, 0.013071425259113312, -0.012983196415007114, 0.030622156336903572, -0.02561347931623459, 0.006634121760725975, 0.01107609923928976, 0.003434133483096957, -0.020319754257798195, -0.024541160091757774, -0.015446814708411694, -0.028504665940999985, -0.025681346654891968, 0.013614371418952942, -0.01546038780361414, -0.016777032986283302, 0.03488428145647049, 0.016695590689778328, 0.027350906282663345, 0.0014540773117914796, 0.019844677299261093, -0.011822649277746677, -0.006386402528733015, -0.030676450580358505, -0.009996993467211723, -0.008083108812570572, -0.01291532814502716, 0.0019376386189833283, 0.01419803872704506, 0.02788027748465538, 0.003946539014577866, -0.008293500170111656, 0.02007542923092842, 0.0028877940494567156, -0.010601021349430084, -0.020156871527433395, 0.012467398308217525, 0.0072211818769574165, 0.02490764856338501, 0.0024211998097598553, -0.016668442636728287, 0.009379392489790916, -0.009949485771358013, 0.027703821659088135, 0.009854470379650593, -0.013383619487285614, 0.010689250193536282, 0.018555181100964546, -0.029536264017224312, -0.007533376105129719, -0.042349789291620255, -0.005656818859279156, 0.02439185045659542, -0.02826034091413021, -0.006393189541995525, -0.0034222565591335297, -0.027038712054491043, 0.04403292387723923, -0.01953248307108879, -0.019233861938118935, 0.015311078168451786, -0.009745880961418152, 0.004903481341898441, -0.025979967787861824, -0.029780589044094086, 0.007811635732650757, 0.02203003503382206, -0.012874607928097248, 0.01851445995271206, -0.012189138680696487, 0.002207414945587516, 0.026047835126519203, -0.019912544637918472, 0.006712170317769051, 0.0011071008630096912, -0.020794833078980446, -0.008843233808875084, -0.017672892659902573, 0.015338225290179253, 0.02804316207766533, -0.010526365600526333, 0.008144190534949303, -0.0011664855992421508, 0.018120823428034782, -0.007764128036797047, -0.0521228164434433, -0.004727023653686047, 0.029183348640799522, -0.00042375241173431277, 0.007275476586073637, -0.00832743477076292, -0.00276223779655993, 0.018840227276086807, 0.005402313079684973, 0.036404531449079514, 0.012908541597425938, 0.004689696244895458, 0.023197369650006294, -0.0010587447322905064, -0.0007338254945352674, -0.010017354041337967, 0.016220511868596077, -0.005548229441046715, 0.03206096217036247, 0.001557576353661716, -0.01483600027859211, -0.002164997160434723, 0.031925227493047714, 0.0220571830868721, 0.0032508892472833395, 0.023957492783665657, 0.037137508392333984, 0.0017662713071331382, 0.007309410721063614, -0.008476744405925274, 0.010736757889389992, -0.003099882509559393, 0.011361145414412022, -0.0332554429769516, 0.00291324476711452, -0.011809076182544231, 0.013132506981492043, 0.007105805911123753, -0.004930628463625908, -0.029726294800639153, -0.012046614661812782, -0.009555850178003311, -0.018215838819742203, 0.021052731201052666, 0.03922785073518753, -0.010811412706971169, 0.009840896353125572, 0.02967200055718422, 0.016288381069898605, -0.001208054949529469, -0.007499441970139742, 0.027825983241200447, 0.02276301197707653, 0.013342898339033127, 0.012928902171552181, -0.6289486885070801, -0.014727410860359669, 0.0188673734664917, -0.010926788672804832, 0.00899932999163866, -0.0035834438167512417, 0.005293723661452532, 0.008639628998935223, -0.020469065755605698, 0.02823319286108017, 0.0043673221953213215, 0.020129723474383354, 0.0030981856398284435, -0.021758561953902245, -0.014537380076944828, -0.026047835126519203, 0.0008212058455683291, 0.010098796337842941, 0.011524029076099396, -0.005015464033931494, -0.007445147261023521, 0.01502603106200695, -0.0017297921003773808, 0.010940362699329853, 0.0027825983706861734, -0.00876179151237011, 0.01898953691124916, -9.485648479312658e-05, -0.022328654304146767, 0.023346679285168648, -0.008123829960823059, 0.009759454987943172, 0.039282143115997314, -0.006505172234028578, 0.04419580474495888, -0.00904683768749237, 0.002923425054177642, -0.007981306873261929, -0.007764128036797047, 0.04674765095114708, -0.0342056006193161, -0.018433017656207085, 0.021052731201052666, 0.026753665879368782, -0.00842245016247034, -0.00386849045753479, 0.028748992830514908, -0.0030778252985328436, -0.01717066764831543, -0.003943145275115967, -0.008069535717368126, -0.00724154245108366, 0.014021581038832664, 0.002010596916079521, 0.008096682839095592, -0.010994656942784786, 0.018039381131529808, 0.008117043413221836, -0.004991710186004639, -0.00440464960411191, -0.001193632953800261, 0.023604579269886017, -0.009067198261618614, -0.03808766230940819, -0.00587399723008275, 0.0026010507717728615, 0.012358808889985085, -0.008585333824157715, 0.01761859841644764, -0.011781929060816765, 0.02219291776418686, 0.008388516493141651, -0.003252586117014289, -0.017632171511650085, 0.0010044501395896077, 0.03993368148803711, 0.00896539632230997, -0.007825209759175777, -0.013288604095578194, -0.0001629898470127955, -0.019939692690968513, 0.019138846546411514, 0.015691140666604042, -0.02391677163541317, -0.002373692113906145, 0.0038718837313354015, -0.011042164638638496, -0.01976323500275612, 0.025627052411437035, 0.005924898665398359, 0.0028097457252442837, 0.022776585072278976, 0.0038243760354816914, -0.0332554429769516, -0.005354805383831263, -0.0037022132892161608, -0.004601467400789261, -0.01953248307108879, -0.008564973250031471, 0.009148640558123589, -0.028558960184454918, -0.014184464700520039, 0.018690917640924454, 0.010275253094732761, 0.03578014299273491, 0.023143073543906212, -0.013689026236534119, -0.004248552490025759, 0.02071339078247547, -0.01797151379287243, -0.004859366919845343, -0.014618821442127228, 0.0029862031806260347, 0.007316197734326124, 0.02170426771044731, -0.024568308144807816, 0.021785710006952286, 0.030323535203933716, 0.006532319355756044, 0.004930628463625908, 0.0033459048718214035, 0.011788715608417988, -0.002528092358261347, -0.002558633219450712, 0.018813079223036766, 0.016967063769698143, 0.012806739658117294, -0.011367931962013245, 0.004306240472942591, -0.019898971542716026, 0.0126302819699049, -0.006464451085776091, 0.027093006297945976, -0.014374496415257454, 0.032305289059877396, 0.01115754060447216, 0.021989313885569572, -0.006216731853783131, 0.024758338928222656, -0.007770915050059557, 0.0038006221875548363, -0.009230082854628563, 0.00528354337438941, -0.025789937004446983, 0.00498831644654274, -0.008829659782350063, -0.008612480945885181, -0.024161098524928093, -0.007865930907428265, 0.011978746391832829, 0.009915552102029324, 0.019518909975886345, -0.015406093560159206, 0.040368035435676575, -0.00896539632230997, -0.0027350906748324633, -0.019559631124138832, -0.022328654304146767, -0.005514295771718025, 0.011089672334492207, -0.029047612100839615, 0.020794833078980446, -0.051878493279218674, -0.004794891923666, -0.0016975547187030315, -0.016505559906363487, 0.015243209898471832, 0.01056708674877882, -0.0003024378966074437, -0.015881171450018883, 0.02407965622842312, -0.021025585010647774, -0.020346902310848236, 0.010349908843636513, -0.012453824281692505, 0.018690917640924454, -0.02516554854810238, 0.0018460165010765195, -0.023835331201553345, -0.010526365600526333, 0.01688562147319317, -0.022654423490166664, 0.00026723125483840704, 0.004618434701114893, 0.03879349306225777, 0.0008907708106562495, 0.014754557982087135, 0.03252246603369713, -0.004041554406285286, -0.002765631303191185, -0.028016014024615288, -0.016166217625141144, -0.033744096755981445, 0.018935242667794228, -0.004058521706610918, 0.022464390844106674, 0.0077912756241858006, -0.0033713553566485643, -8.451718167634681e-05, 0.019559631124138832, 0.02372674085199833, 0.015663992613554, 0.014645968563854694, -0.0188673734664917, -0.01620693877339363, -0.03363550454378128, 0.00024814330390654504, -0.03382553905248642, 0.023930346593260765, 0.007492654956877232, 0.015053178183734417, -0.02691654860973358, -0.01681775227189064, -0.020984863862395287, -0.0010960722574964166, -0.0018069922225549817, -0.004408042877912521, 0.01051957905292511, -0.019871825352311134, 0.007485868409276009, 0.02129705809056759, 0.013722960837185383, 0.01371617428958416, -0.015691140666604042, 0.0048356130719184875, 0.011225408874452114, 0.02707943320274353, 0.0032746430952101946, -0.002589173847809434, -0.028694696724414825, -0.00665108859539032, 0.01384512335062027, 0.015419666655361652, 0.01061459444463253, 0.003262766171246767, 0.008334221318364143, 0.002502641873434186, -0.02714730054140091, 0.020740538835525513, 0.002387265907600522, 0.002870826981961727, -2.8764474336639978e-05, 0.019912544637918472, -0.007906651124358177, 0.006223518867045641, 0.019261009991168976, 0.028884727507829666, -0.00022863117919769138, -0.005758621264249086, 0.029074760153889656, 0.00016320194117724895, 0.032821085304021835, 0.016926342621445656, 0.006138683296740055, 0.01799865998327732, -0.016668442636728287, 0.004676122684031725, 0.001318340771831572, 0.013322537764906883, 0.017319977283477783, 0.01160547137260437, 0.014035155065357685, 0.003478247905150056, -0.010051288641989231, 0.007811635732650757, -0.0166277214884758, 0.015324651263654232, -0.025599904358386993, -0.015392519533634186, -0.0010952239390462637, 0.000419298536144197, -0.011809076182544231, 0.006057241465896368, 0.003719180356711149, -0.012989983893930912, -0.008850020356476307, -0.00018812231428455561, -0.03735468536615372, 0.004659155383706093, 0.017238536849617958, -0.03545437380671501, -0.009671226143836975, 0.024514012038707733, 0.03254961222410202, 0.012942476198077202, 0.009705159813165665, -0.007540163118392229, -0.014048728160560131, -0.0054769678972661495, -0.0008050871547311544, 0.001041777664795518, 0.006420336663722992, 0.025274137035012245, -0.02145994082093239, 0.01062816847115755, -0.0037361474242061377, 0.01115754060447216, -0.031083660200238228, -0.004513239022344351, -0.025206269696354866, 0.005185134708881378, -0.015596124343574047, -0.017184240743517876, 0.00553804961964488, 0.03347262367606163, 0.017754334956407547, -0.012141630053520203, -0.029400527477264404, 0.03295682370662689, -0.027663100510835648, 0.005941865500062704, -0.0025145187973976135, -0.013397193513810635, -0.009576210752129555, 0.0024856748059391975, 0.016587000340223312, 0.0003599138290155679, -0.01555540319532156, 0.01104895118623972, -0.008300287649035454, 0.008096682839095592, -0.021025585010647774, -0.02375388890504837, 0.026848681271076202, 0.054213158786296844, 0.021595677360892296, 0.002791081788018346, 0.017482861876487732, -0.024541160091757774, 0.01429305411875248, -0.02462260238826275, -0.017034931108355522, 0.029563410207629204, 0.0010960722574964166, -0.012657429091632366, 0.0033374212216585875, -0.002850466640666127, 0.0008411421440541744, 0.02439185045659542, -0.006094569340348244, 0.0045641399919986725, -0.02583065629005432, -0.00818491168320179, -0.0257356408983469, 0.007105805911123753, -0.013390406034886837, 0.009664439596235752, 0.0030184404458850622, 0.03279393911361694, 0.01844659075140953, 0.04137248545885086, 0.0014727411326020956, 0.006539106369018555, -0.009250442497432232, 0.005144413560628891, 0.004611647687852383, 0.011435800231993198, -0.006260846275836229, -0.027188021689653397, 0.0607556588947773, 0.009230082854628563, -0.019491761922836304, -0.005629671737551689, -0.0036071976646780968, 0.0022192918695509434, 0.015229635871946812, -0.002434773603454232, -0.024609029293060303, 0.004106029402464628, -0.011530816555023193, 0.0034460106398910284, 0.023767462000250816, -0.0036614921409636736, -0.006715563591569662, 0.018012234941124916, -0.016193365678191185, -0.024120377376675606, -0.003597017377614975, -0.013370045460760593, 0.00885680690407753, 0.01336325891315937, 0.009528703056275845, -0.008395303040742874, -0.038549166172742844, -0.04044947773218155, -0.022708717733621597, -0.004150143824517727, -0.01620693877339363, -0.010770691558718681, 0.0035902305971831083, -0.012840673327445984, -0.0033492983784526587, -0.02561347931623459, 0.016166217625141144, 0.020984863862395287, -0.01950533501803875, -0.022369375452399254, -0.004794891923666, 0.000323434651363641, 0.022464390844106674, 0.028504665940999985, -0.005049398168921471, 0.00582648953422904, -0.005935078486800194, -0.0266993697732687, -0.0335812121629715, 0.002355028409510851, -0.01149688195437193, 0.010125943459570408, -0.00939975306391716, -0.008755004964768887, -0.0012911935336887836, -0.0002878038212656975, 0.0412367507815361, -0.00528354337438941, 0.012949262745678425, -0.0052054948173463345, 0.006566253490746021, -0.016939915716648102, 0.016695590689778328, 0.0070243640802800655, 0.010282040573656559, -0.005911324638873339, 0.004201044794172049, -0.028206046670675278, 0.0016890711849555373, 0.018202265724539757, -0.007363705430179834, 0.01056708674877882, 0.019043831154704094, -0.016478411853313446, 0.03458566218614578, 0.0071397400461137295, -0.00266552553512156, 0.014048728160560131, -0.010743544436991215, 0.0015915104886516929, -0.005938472226262093, 0.0212563369423151, -0.010356695391237736, 0.03252246603369713, 0.0017119767144322395, 0.018948815762996674, -0.006868266966193914, -0.015338225290179253, -0.029237642884254456, 0.029563410207629204, 0.014822426252067089, -0.014103023335337639, 0.012989983893930912, -0.004628614988178015, -0.03599731996655464, -0.017917219549417496, -0.01698063686490059, -0.027283037081360817, 0.003295003669336438, -0.010153090581297874, 0.007472294848412275, -0.04962526634335518, -0.024758338928222656, -0.013967286795377731, 0.011021804064512253, -0.01232487428933382, -0.009657652117311954, -0.008836446329951286, -0.0029573591891676188, 0.0014583191368728876, -0.02327881008386612, -0.005931685212999582, -0.030160652473568916, -0.008911101147532463, 0.0025128221604973078, 0.034612808376550674, 0.033038266003131866, -0.006104749161750078, 0.01783577725291252, -0.010506005957722664, -0.013485421426594257, -0.004998496733605862, -0.010092008858919144, -0.0028199260123074055, -0.0034120765049010515, 0.04482019320130348, 0.013485421426594257, 0.011374719440937042, -0.0019037044839933515, 0.005639852024614811, 0.007492654956877232, 0.009182574227452278, -0.014632395468652248, 0.008850020356476307, 0.021622825413942337, 0.006437303964048624, 0.005385345779359341, 0.002278676489368081, 0.006956495810300112, 0.022233638912439346, 0.015881171450018883, 0.02547774277627468, 0.0143066281452775, -0.017917219549417496, 0.012331661768257618, -0.013607584871351719, -0.05540764331817627, -0.0040449476800858974, -0.00019554540631361306, -0.022722290828824043, 0.02587137743830681, -0.029183348640799522, -0.006725743878632784, 0.019356025382876396, -0.002297340426594019, -0.007105805911123753, -0.007635178510099649, -0.0009051928063854575, -0.00602670107036829, 0.017672892659902573, 0.028124604374170303, 0.015229635871946812, -0.004435190465301275, -0.01232487428933382, -0.02587137743830681, 0.0044317967258393764, 0.04300132393836975, 0.014075875282287598, -0.001576240174472332, 0.005178347695618868, -0.0068037924356758595, -0.023143073543906212, 0.01394013874232769, -0.03738183528184891, -0.02807031013071537, 0.021174894645810127, -0.02304805815219879, -0.019844677299261093, -0.019681792706251144, -0.0032899135258048773, 0.014170891605317593, -0.026169998571276665, 0.015663992613554, -0.012718510814011097, 0.0179036445915699, -0.025504888966679573, -0.008062748238444328, -0.012575986795127392, -0.018202265724539757, 0.016152644529938698, 0.02762237936258316, 0.024025361984968185, 0.012413103133440018, 0.012643855065107346, -0.017048504203557968, 0.019274583086371422, 0.005086725577712059, 0.005931685212999582, 0.008449597284197807, 0.02660435438156128, -0.026265013962984085, -0.023550283163785934, 0.0033696587197482586, 0.014035155065357685, 0.004872940480709076, -0.00954227615147829, 0.01585402339696884, 0.013899418525397778, 0.013465061783790588, -0.026848681271076202, -0.012650642544031143, -0.01924743689596653, -0.006576433777809143, -0.0017696646973490715, 0.024894075468182564, 0.0021582103800028563, -0.012358808889985085, -0.002826712792739272, 0.02372674085199833, -0.008069535717368126, 0.026753665879368782, 0.021188467741012573, -0.0021989312954247, -0.004689696244895458, -0.004954382311552763, -0.024785485118627548, -0.0018494098912924528, -0.013295390643179417, 0.015446814708411694, 0.005293723661452532, 5.1298857215442695e-06, 0.003668279154226184, 0.02420181967318058, 0.015406093560159206, -0.0016576821217313409, -0.007954158820211887, 0.02059122733771801, -0.006050454918295145, -0.023156648501753807, 0.011836223304271698, -0.013397193513810635, 0.004421616904437542, -0.004849186632782221, -0.00842245016247034, -0.024704044684767723, 0.005130839999765158, -0.02436470240354538, 0.003023530589416623, 0.021337779238820076, 0.01555540319532156, -0.003535935888066888, -0.0026485584676265717, -0.02705228514969349, 0.006844513118267059, -0.02292589657008648, 0.01512104645371437, 0.004350354894995689, -0.0005001042154617608, -0.004014407284557819, 0.0007512167212553322, 0.015908317640423775, 0.021446367725729942, 0.025817083194851875, -0.008483531884849072, 0.04009656235575676, -0.022885175421833992, -0.00656286021694541, -0.01101501751691103, 0.008585333824157715, -0.03341832756996155, 0.013539716601371765, -0.006773251574486494, -0.02065909653902054, 0.0028674337081611156, -0.008578547276556492, -0.021989313885569572, -0.0354815237224102, 0.023889625445008278, 0.024228965863585472, 0.0074112131260335445, -0.003997439984232187, 0.023360252380371094, 0.021527810022234917, 0.023034485056996346, -0.0016865261131897569, -0.015881171450018883, 0.016967063769698143, -0.043299946933984756, -0.011754781007766724, 0.027065860107541084, -0.0071397400461137295, 0.0012301120441406965, -0.03738183528184891, -0.002086948836222291, 0.009264016523957253, -0.015514682978391647, -0.05375165492296219, 0.0076080309227108955, -0.02340097352862358, -0.013152867555618286, 0.0031660539098083973, -0.021853577345609665, -0.021717840805649757, -0.01755073107779026, 0.01896239072084427, 0.009365818463265896, 0.004092455841600895, -0.004187471233308315, 0.008429236710071564, 0.0062201255932450294, 0.0011359448544681072, -0.006518745794892311, 0.005405706353485584, -0.024771912023425102, -0.014863147400319576, -0.010058075189590454, -0.01395371276885271, -0.0057823751121759415, 0.01889452151954174, 0.0077912756241858006, -0.028368929401040077, -0.05239428952336311, -0.008510679006576538, -0.032441023737192154, -0.040748100727796555, -0.01592189259827137, 0.015433240681886673, 0.010648529045283794, 0.003902424592524767, -0.02040119655430317, 0.023767462000250816, 0.002675705822184682, 0.036594562232494354, -0.014713836833834648, -0.013071425259113312, 0.01867734268307686, 0.016003334894776344, 0.03377124294638634, -0.0034120765049010515, -0.03238673135638237, -0.018473738804459572, -0.008476744405925274, 0.016451263800263405, -0.014550953172147274, 0.025776362046599388, -0.007363705430179834, 0.02807031013071537, -0.004849186632782221, 0.004194258246570826, -0.03417845070362091, 0.014849573373794556, 0.015433240681886673, -0.03306541219353676, 0.009745880961418152, 0.01168691273778677, -0.004027980845421553, -0.019206715747714043, 0.006522139068692923, -0.0012352021876722574, -0.018568754196166992, 0.004676122684031725, 0.021473515778779984, -0.00720082176849246, -0.005690752994269133, 0.002631591400131583, 0.012555627152323723, 0.0076080309227108955, -0.010757118463516235, 0.0010002084309235215, -0.008225631900131702, -0.012358808889985085, -0.018568754196166992, 0.027513789013028145, 0.0038854575250297785, 0.014781705103814602, 0.02264084853231907, -0.007350131869316101, 0.0014192948583513498, -0.0023278810549527407, 0.0008364762179553509, -0.017605025321245193, -0.005877390503883362, -0.003233922179788351, -0.0063015674240887165, -0.023061633110046387, -0.005361591931432486, 0.012080549262464046, -0.025559183210134506, -0.014265906997025013, -0.03151801601052284, -0.005500721745193005, 0.00018228989210911095, -0.001246230793185532, -0.016424117609858513, -0.012257006019353867, 0.018758784979581833, -0.010831773281097412, -0.002765631303191185, -0.020251886919140816, 0.020631948485970497, 0.011714060790836811, -0.016804179176688194, -0.004991710186004639, 0.22097903490066528, -0.006685022730380297, 0.005314084235578775, 0.013967286795377731, -0.01107609923928976, -0.01950533501803875, 0.00890431459993124, -0.006070815026760101, -0.017672892659902573, 0.010193811729550362, -0.02017044462263584, -0.0099902069196105, -0.00548375491052866, -0.0005628823419101536, 0.02049621194601059, -0.023577431216835976, -0.04213261231780052, -0.024473292753100395, -0.01924743689596653, -0.014808853156864643, 0.007954158820211887, 0.017319977283477783, -0.030350683256983757, -0.016383396461606026, 0.025912098586559296, 0.0024245933163911104, -0.014333775267004967, 0.01943746767938137, 0.01062816847115755, 0.019451040774583817, -0.02625144086778164, 0.005890964530408382, -0.0025382726453244686, -0.014374496415257454, -0.016030481085181236, -0.013498995453119278, 0.0431642085313797, -0.015677565708756447, 0.017700040712952614, 0.021690692752599716, -0.010763905011117458, -0.030133504420518875, 0.0001688222837401554, -0.02285802736878395, -0.005707720294594765, 0.018215838819742203, 0.00665108859539032, -0.00768947321921587, 0.0017314888536930084, 0.022328654304146767, -0.03146372362971306, -0.018758784979581833, -0.0003034983528777957, 0.02160925231873989, -0.004221405368298292, 0.00411620968952775, -0.0057993424125015736, 0.019749661907553673, -0.0047032698057591915, 0.039309293031692505, -0.0054192799143493176, 0.024636175483465195, -0.006671449169516563, 0.03330973908305168, -0.028341783210635185, 0.007648752070963383, -0.028287487104535103, -0.01950533501803875, 0.03578014299273491, -0.031246542930603027, 0.004815252497792244, -0.0076080309227108955, 0.00827992707490921, 0.01950533501803875, -0.02969914674758911, -0.019681792706251144, -0.004889907781034708, 0.02279016003012657, 0.031327985227108, 0.04368000850081444, -0.01573186181485653, -0.01419803872704506, -0.017700040712952614, -0.021541383117437363, 0.010248105973005295, -0.04997818171977997, 0.031382281333208084, -0.005697540007531643, -0.007465507835149765, -0.026332881301641464, -0.0014362619258463383, -0.008456384763121605, -0.030839333310723305, -0.0037056065630167723, -0.01277280505746603, 0.01816154457628727, 0.0187044907361269, 0.025301285088062286, 0.0003442192974034697, 0.016573427245020866, -0.014130170457065105, 0.08084466308355331, -0.0036648856475949287, -0.002943785395473242, -0.033391181379556656, 0.004058521706610918, -0.012555627152323723, 0.02490764856338501, -0.01988539844751358, -0.005181740969419479, -0.0007872717105783522, -0.032821085304021835, 0.005853636655956507, -0.010831773281097412, 0.025586331263184547, 0.00724832946434617, 0.030432123690843582, -0.02547774277627468, 0.03396127372980118, -0.006824153009802103, -0.0004324480250943452, -0.001844319747760892, 0.017184240743517876, 0.02353671006858349, 0.022613702341914177, -0.005823096260428429, -0.007994879968464375, -0.019817529246211052, -0.028368929401040077, -0.01326824352145195, 0.038060516119003296, 0.011354358866810799, 0.021853577345609665, -0.01822941191494465, -0.023523136973381042, -0.015243209898471832, -0.002945482265204191, -0.02327881008386612, -0.021174894645810127, 0.017510009929537773, -0.016315527260303497, -0.03686603531241417, 0.018623048439621925, -0.013580437749624252, 0.009426900185644627, -0.012026254087686539, 0.026034262031316757, -0.001628838013857603, 0.008992543444037437, -0.02075411193072796, -0.017048504203557968, -0.0013760288711637259, -0.020156871527433395, 0.002914941404014826, 0.02403893508017063, -7.449601253028959e-05, -0.036431677639484406, -0.03594302758574486, 0.0005942714051343501, -0.0005616098060272634, -0.02858610823750496, 0.013872270472347736, 0.01934245228767395, 0.005928291939198971, -0.027635952457785606, 0.000363095139618963, -0.17341695725917816, 0.018147971481084824, -0.0029353019781410694, -0.01457810029387474, 0.0364588238298893, 0.008388516493141651, 0.006576433777809143, 0.027635952457785606, -0.02023831382393837, -0.010044501163065434, 0.03170804679393768, -0.006997216958552599, -0.0122298588976264, -0.02691654860973358, -0.0002640499151311815, 0.01684490032494068, -0.000544642738532275, 0.001966482726857066, 0.03458566218614578, 0.021622825413942337, 0.030812187120318413, -0.00949476845562458, -0.0030167438089847565, -0.015772581100463867, -0.010309187695384026, -0.006379615981131792, -0.008490318432450294, 0.02004828117787838, -0.04609611630439758, -0.017062079161405563, -0.011707273311913013, 0.021473515778779984, 0.042729850858449936, 0.012012680992484093, -0.001486314693465829, 0.006685022730380297, 0.011537603102624416, 0.020007560029625893, -0.012799952179193497, 0.009854470379650593, 0.02040119655430317, 0.01941031962633133, -0.021147748455405235, 0.03466710448265076, 0.031355131417512894, 0.016451263800263405, 0.024432571604847908, 0.017605025321245193, 0.009467621333897114, -0.048132166266441345, 0.02257298119366169, -0.02912905439734459, 0.02535557933151722, -0.009711947292089462, 0.01051957905292511, 0.02017044462263584, -0.012854247353971004, 0.007363705430179834, -0.011490095406770706, -0.009603357873857021, 0.0017493042396381497, -0.027988867834210396, 0.025274137035012245, -0.009868044406175613, 0.005171560682356358, -0.013695813715457916, -0.03379838913679123, 0.01745571382343769, -0.008463171310722828, 0.008334221318364143, 0.02679438702762127, -0.04552602395415306, -0.010119156911969185, -0.005982586648315191, 0.008911101147532463, -0.001571998349390924, -0.03808766230940819, 0.0017442140961065888, -0.009230082854628563, 0.007553736679255962, 0.0006125110085122287, 0.011483307927846909, 0.0027809017337858677, -0.0006405066233128309, -0.02912905439734459, -0.004024587571620941, -0.008042387664318085, -0.004530205857008696, -0.0015066752675920725, -0.021636398509144783, 0.00840887613594532, -0.009868044406175613, 0.002879310632124543, -0.008395303040742874, 0.035888731479644775, -0.01617979072034359, 0.03290252760052681, 0.005368378944694996, -0.0100716482847929, -0.0019003110937774181, 0.010539939627051353, -0.012114482931792736, -0.0024093228857964277, 0.03673029690980911, 0.021785710006952286, -0.016858473420143127, -0.011490095406770706, -0.011910878121852875, 0.021717840805649757, -0.020034708082675934, -0.032115258276462555, 0.026943696662783623, 0.025016238912940025, 0.006223518867045641, 0.013709386810660362, 0.01844659075140953, 0.008449597284197807, -0.024228965863585472, -0.004553959704935551, 0.0020598014816641808, 0.030296389013528824, -0.02071339078247547, 0.017238536849617958, -0.0006782583659514785, -0.008096682839095592, -0.0019308518385514617, -0.07910723239183426, -0.0023855690378695726, 0.009705159813165665, 0.006590007338672876, 0.0177407618612051, 0.020645523443818092, 0.007845570333302021, 0.016003334894776344, -0.0020903421100229025, 0.018528033047914505, -0.015107473358511925, -0.007370492443442345, -0.0100716482847929, -0.01291532814502716, -0.01146294828504324, 0.011347572319209576, -0.028287487104535103, -0.006444090511649847, -0.014048728160560131, 0.03431418910622597, 0.005480361636728048, -0.0319795198738575, -0.009250442497432232, 0.005941865500062704, -0.010349908843636513, -0.021446367725729942, -0.02532843127846718, 0.00904683768749237, 0.020319754257798195, -0.02116132155060768, -0.0011554569937288761, -0.028504665940999985, -0.006518745794892311, -0.004845793358981609, -0.015908317640423775, 0.0058570303954184055, 0.010370269417762756, -0.003902424592524767, 0.02807031013071537, -0.020034708082675934, -0.010282040573656559, 0.00719403475522995, 0.014442363753914833, -0.021622825413942337, 0.008551400154829025, 0.010696036741137505, -0.02785313129425049, 0.0358072891831398, -0.02030618116259575, -0.00781842228025198, -0.02481263317167759, -0.0015787852462381124, -0.006104749161750078, -0.0042587327770888805, 0.015283930115401745, 0.0027198202442377806, 0.003013350535184145, -0.003865096950903535, -0.030432123690843582, -0.0012402923312038183, -0.009243655949831009, -0.010845346376299858, -0.02247796580195427, -0.011008230969309807, 0.01736069843173027, 0.007580883800983429, -0.010526365600526333, -0.02931908518075943, 0.026645075529813766, -0.005056184716522694, -0.0019189747981727123, 0.01665486954152584, -0.016261233016848564, 0.010777478106319904, -0.0037090000696480274, -0.038413431495428085, 0.008198484778404236, -0.011775141581892967, 0.0031592671293765306, -0.013247882947325706, 0.006936135236173868, -0.009610144421458244, -0.004350354894995689, -0.009189361706376076, 0.00983410980552435, 0.008191698230803013, 0.012874607928097248, 0.002107309177517891, 0.010641742497682571, -0.04373430088162422, -0.00025174880283884704, 0.01860947534441948, 0.0026027474086731672, -0.0012487758649513125, -0.01457810029387474, 0.012508119456470013, -0.01710280030965805, -0.03789763152599335, 0.0005997857078909874, -0.002694369526579976, -0.025599904358386993, 0.006983643397688866, -0.06379615515470505, 0.007696259766817093, 0.007160100620239973, -0.011843009851872921, 0.002020777203142643, -0.018880948424339294, 0.012983196415007114, -0.012596347369253635, -0.0021836610976606607, 0.008001667447388172, -0.013064638711512089, 0.03130083903670311, -0.007954158820211887, -0.017781483009457588, -0.02615642547607422, -0.0040110135450959206, 0.01755073107779026, -0.006240485701709986, 0.025939246639609337, 0.007899864576756954, -0.0018969177035614848, -0.0255727581679821, 0.0036614921409636736, 0.00939975306391716, -0.023889625445008278, 0.010546726174652576, -0.022179344668984413, 0.005894357804208994, -0.008544612675905228, -0.0038515233900398016, 0.019993986934423447, -0.004034767858684063, -0.0012428374029695988, 0.009311524219810963, 0.04115530848503113, 0.006793612148612738, -0.006800399161875248, 0.028857581317424774, 0.035372935235500336, -0.011116819456219673, -0.015216061845421791, -0.02528771013021469, 0.008334221318364143, -0.01592189259827137, 0.00518852798268199, 0.016383396461606026, -0.02583065629005432, 0.006145470310002565, 0.007071871776133776, 0.021188467741012573, 0.03385268524289131, 0.019803956151008606, -0.053534477949142456, -0.018785933032631874, 0.010058075189590454, -0.04259411618113518, 0.009969846345484257, 0.009182574227452278, 0.004998496733605862, -0.007981306873261929, 0.05361592024564743, -0.012874607928097248, -0.010315974242985249, -0.021188467741012573, 0.01813439652323723, 0.013112146407365799, -0.016600575298070908, 0.016519133001565933, 0.025627052411437035, -0.03037782944738865, -0.013784042559564114, -0.016166217625141144, -0.0032271353993564844, -0.014781705103814602, 0.013132506981492043, -0.01008522231131792, 0.011910878121852875, 0.018555181100964546, -0.0028877940494567156, 0.02148708887398243, 0.009779815562069416, 0.0003480368759483099, 0.0002731697168201208, 0.024894075468182564, 0.03219670057296753, 0.003746327478438616, 0.006932741962373257, 0.009623718447983265, -0.007757341489195824, 0.014455937780439854, -0.028314635157585144, 0.02934623323380947, -0.0034748546313494444, 0.0076080309227108955, 0.0010205688886344433, 0.01266421563923359, -0.012562413699924946, 0.022369375452399254, 0.025396300479769707, 0.018555181100964546, 0.031382281333208084, 0.020821979269385338, 0.0015304291155189276, -0.02535557933151722, -0.027758115902543068, 0.0039804731495678425, -0.025844231247901917, -0.040395185351371765, 0.007051511667668819, 0.031165102496743202, -0.0023244875483214855, 0.00015132498810999095, -0.013573650270700455, 0.012881394475698471, -0.026102129369974136, 0.007126166485249996, 0.006304960697889328, -0.004710056819021702, -0.0034646743442863226, 0.04232264310121536, -0.0008008453878574073, -0.023156648501753807, 0.023224515840411186, -0.03238673135638237, 0.029074760153889656, -0.01738784648478031, 0.013146081008017063, -0.0050833323039114475, -0.0006744407583028078, 0.006087782327085733, 0.0006184494704939425, 0.021405646577477455, 0.0074112131260335445, -0.030459271743893623, -0.01375010795891285, 0.010750330984592438, -0.0008729554247111082, 0.00773698091506958, 0.006976856384426355, 0.06531640887260437, 0.023523136973381042, -0.020740538835525513, -0.001594903995282948, 0.008293500170111656, 0.003654705360531807, 0.008890741504728794, -0.008836446329951286, 0.00818491168320179, -0.030160652473568916, 0.013451487757265568, -0.002239652443677187, 0.005181740969419479, -0.018012234941124916, -0.006399976089596748, 0.015066752210259438, -0.0008780455100350082, 0.02695726975798607, 0.004917054902762175, 0.010078435763716698, 0.014469511806964874, 0.004757564514875412, 0.029373379424214363, -0.029563410207629204, -0.025912098586559296, 0.0008369003771804273, 0.012840673327445984, -0.008368155919015408, -0.027758115902543068, -0.013661879114806652, 0.02106630615890026, 0.0033425113651901484, 0.005918111652135849, -0.0014345651725307107, -0.030106356367468834, 0.010940362699329853, -0.010499218478798866, -0.008863593451678753, 0.03477569296956062, -0.005958832800388336, 0.004713450092822313, 0.021093452349305153, -0.02660435438156128, -0.04069380462169647, 0.002202324802055955, 0.0011087976163253188, 0.014686689712107182, 0.0005645790370181203, -0.013498995453119278], \"e4b408e0-bcc9-4db2-8af4-51738127f823\": [0.007107665296643972, 0.008159899152815342, 0.015790287405252457, -0.04618964344263077, -0.021737100556492805, 0.008051280863583088, -0.03258528560400009, -0.0037269419990479946, 0.0007611719192937016, -0.02776537835597992, 0.02602749690413475, -0.006520451512187719, 0.006795390043407679, -0.014093136414885521, -0.006859881803393364, 0.0009130668477155268, 0.01450045220553875, -0.028892286121845245, -0.002754474990069866, -0.02619042433798313, 0.0031499110627919436, 0.008587580174207687, -0.014161022379994392, -0.0015859869308769703, -0.03426885977387428, 0.0105766411870718, 0.014839882031083107, -0.0225788876414299, 0.024466119706630707, -0.0029360700864344835, 0.021954337134957314, -0.021411247551441193, 0.0074199410155415535, -0.0017039389349520206, -0.00031163921812549233, 0.0046400087885558605, 0.0084382314234972, 0.009470098651945591, 0.0035708043724298477, 0.0029581328853964806, 0.017148006707429886, 0.015681669116020203, -0.01147952489554882, 0.020664501935243607, -0.028512125834822655, 0.02333921194076538, -0.012721838429570198, -0.02562018111348152, -0.015342239290475845, 0.011323386803269386, 0.006208175793290138, 0.011893629096448421, -0.041111771017313004, -0.011133305728435516, 0.01201582420617342, 0.0039509660564363, -0.01870938576757908, 0.019931333139538765, -0.006211569998413324, -0.013455008156597614, 0.0033009573817253113, 0.02023003250360489, -0.026706356555223465, -0.037445925176143646, -0.02203579992055893, -0.01335996761918068, -0.0377989299595356, 0.008411076851189137, 0.018573613837361336, -0.0001786250650184229, 0.03285682946443558, 0.0006143684149719775, 0.020026374608278275, 0.005155942868441343, 0.016645649448037148, -0.0027408977039158344, -0.017107274383306503, -0.005600595846772194, -0.019781984388828278, -0.010277942754328251, -0.006958316080272198, -0.028186272829771042, 0.007297746371477842, 0.008682620711624622, 0.015776708722114563, 0.0041512297466397285, 0.012558911927044392, 0.01868223026394844, 4.529269790509716e-05, -0.022334497421979904, 0.03261243924498558, -0.00424287561327219, 0.004185172729194164, -0.0035809872206300497, -0.00839071162045002, 0.027588875964283943, -0.009714487940073013, 0.017881175503134727, -0.0075353472493588924, -0.015342239290475845, 0.00029742560582235456, 0.027439527213573456, -0.03991697356104851, -0.004823300987482071, -0.04002559185028076, -0.001287288498133421, 0.0178268663585186, -0.007032990921288729, 0.0015359210083261132, -4.630038165487349e-05, -0.01751459203660488, 0.03543649986386299, 0.0016996960621327162, -0.0290009044110775, -0.004813118372112513, -0.013550047762691975, -0.0032398600596934557, -0.023298479616642, -0.02336636558175087, 0.006045249290764332, 0.02447969652712345, 0.00045313913142308593, 0.004419379401952028, -0.003754096571356058, 0.0188994649797678, 0.018410686403512955, 0.0011998852714896202, -0.0011464250274002552, 0.02605465240776539, -0.0002893641358241439, 0.019293203949928284, -0.020718811079859734, 0.011628873646259308, 0.009694122709333897, -0.021547019481658936, 0.013651876710355282, -0.008533271960914135, 0.015084272250533104, 0.0008192993118427694, -0.03369861841201782, 0.01402525044977665, 0.0051389713771641254, 0.011995458044111729, 0.004483871161937714, -0.005383360665291548, 0.02957114763557911, 0.007358843926340342, -0.004419379401952028, 0.01963263563811779, 0.004867427051067352, -0.00536638917401433, 0.002447290811687708, -0.008125956170260906, -0.02441181056201458, -0.00694134458899498, -0.016007522121071815, 0.017270201817154884, 0.032693903893232346, 0.015342239290475845, 0.014351103454828262, -0.006113135255873203, 0.024371078237891197, -0.0013466887176036835, 0.0030565676279366016, -0.0031889453530311584, 0.046352569013834, -0.0024031647481024265, 0.006333765108138323, -0.020759543403983116, 0.016007522121071815, -0.012375620193779469, 0.006635857746005058, -0.028675051406025887, 0.0030345048289746046, -0.013034114614129066, 0.02219872549176216, -0.008519694209098816, 0.0013560231309384108, -0.029679764062166214, -0.008947376161813736, 0.017962638288736343, -0.013916632160544395, 0.010366193950176239, 0.025402946397662163, -0.023665063083171844, 0.004894581623375416, 0.030467242002487183, -0.0029903787653893232, 0.01190720684826374, -0.010759932920336723, 0.01773182675242424, 0.019415399059653282, 0.013203829526901245, -0.006567971780896187, -0.6160791516304016, -0.008404288440942764, 0.01621118001639843, -0.048552077263593674, 0.0007420789916068316, 0.016740690916776657, 0.006052038166671991, 0.02707294188439846, -0.03831486403942108, 0.01668638177216053, -0.005620962008833885, 0.027317332103848457, 0.0035029181744903326, -0.0015197980683296919, -0.03106463886797428, -0.011228346265852451, 0.037880394607782364, -0.02058303914964199, -0.008370345458388329, 0.0017395790200680494, -0.025593027472496033, 0.00037443378823809326, 0.011248712427914143, -0.022171571850776672, 0.006707137916237116, 0.008716563694179058, 0.037120070308446884, -0.007060145493596792, -0.015912480652332306, 0.02700505591928959, -0.012233059853315353, 0.00982989463955164, 0.046081025153398514, 0.0009682242525741458, 0.04198070988059044, 0.0023743133060634136, 0.0017904936103150249, 0.019795561209321022, 0.0038253767415881157, 0.027697492390871048, -0.02976122871041298, -0.023379942402243614, 0.011594930663704872, 0.024832703173160553, 0.012647164054214954, 0.004836878273636103, 0.038803644478321075, -0.0038423482328653336, -0.025606604292988777, 0.013943786732852459, 0.0021333179902285337, -0.014717687852680683, -0.006371102295815945, -0.006058826576918364, 0.010440868325531483, -0.005828014109283686, 0.02381441369652748, -0.01754174567759037, -0.0010242302669212222, 0.0035198896657675505, -0.014351103454828262, 0.006286244839429855, -0.01589890383183956, -0.025022784247994423, -0.000556665298063308, -0.009626236744225025, 0.021954337134957314, -0.015654513612389565, -0.003933994565159082, 0.0006139441393315792, 0.024398233741521835, 0.021112550050020218, 0.02048799768090248, -0.024995630607008934, 0.0022826672066003084, 0.037065763026475906, 0.0225788876414299, 0.001006410107947886, -0.03464902192354202, -0.013712974265217781, 0.015206466428935528, 0.003777856705710292, 0.014133867807686329, -0.04572801664471626, 0.0057669165544211864, 0.02783326432108879, -0.009076359681785107, -0.00923249777406454, 0.041111771017313004, 0.020243609324097633, 0.014418989419937134, 0.005692242179065943, -0.007508193142712116, -0.017555322498083115, -0.013013748452067375, 0.03125471994280815, -0.016835730522871017, -0.02405880205333233, -0.012328099459409714, 0.01546443346887827, -0.0056515103206038475, -0.017433127388358116, 0.016034675762057304, 0.016075408086180687, 0.04067729786038399, 0.023800836876034737, -0.02105824090540409, 0.00886591337621212, 0.01899450644850731, -0.034974873065948486, 0.007969818077981472, -0.0004270454519428313, -0.0018566824728623033, 0.00048538498231209815, 0.024466119706630707, -0.023610755801200867, 0.015654513612389565, 0.006676589138805866, 0.022809701040387154, -0.00015253138553816825, -0.0011192706879228354, -0.004656980279833078, -0.014052405022084713, -0.01899450644850731, 0.028294889256358147, 0.027276599779725075, 0.014256062917411327, -0.007447095587849617, 0.017243046313524246, 0.01006749551743269, 0.014242485165596008, -0.024466119706630707, 0.0035097068175673485, -0.013183463364839554, 0.03559942543506622, 0.0062896390445530415, 0.02396376244723797, -0.014894191175699234, 0.0017276990693062544, 0.0020263975020498037, -0.018818002194166183, -0.008125956170260906, 0.01623833365738392, 0.0008345736423507333, 0.020447267219424248, -0.011689971201121807, -0.011622085236012936, -0.030793095007538795, -0.0007335932459682226, -0.002898732665926218, 0.011893629096448421, -0.0019568142015486956, 0.0137265520170331, 0.04369143769145012, 0.00734526664018631, 0.0059807575307786465, 0.0011056934017688036, -0.029516838490962982, -0.0089134331792593, -0.0040527950040996075, -0.03244951367378235, 0.04252379760146141, -0.002465959405526519, -0.00012707413407042623, -0.020053528249263763, 0.0013653574278578162, 0.009381846524775028, 0.02105824090540409, 0.0173516646027565, -0.016537033021450043, 0.012626797892153263, -0.002343764528632164, -0.020854583010077477, 0.014758419245481491, -0.01116046030074358, 0.012715050019323826, -0.007460672874003649, -0.006683378014713526, 0.006978682242333889, 0.006360919214785099, 0.004942101892083883, -0.0012533455155789852, -0.009239286184310913, 0.005923054646700621, 0.004561940208077431, 0.011045054532587528, 0.004236087203025818, -0.0035368611570447683, -0.017487436532974243, 0.018261337652802467, -0.02241596207022667, 0.014785573817789555, -0.014459720812737942, 0.032123662531375885, 4.9376467359252274e-05, 0.013970941305160522, 0.009008473716676235, 0.0005418152431957424, -0.010053918696939945, 0.014120290987193584, -0.002118043601512909, -0.002768052276223898, 0.007671119645237923, -0.012959440238773823, 0.006581549067050219, -0.020338648930191994, -0.000942767015658319, -0.03934673219919205, 0.02013499103486538, 0.003879685653373599, -0.0025219654198735952, -0.026774242520332336, -0.022090109065175056, -0.02298620343208313, 0.0036149302031844854, 0.016184024512767792, -0.014256062917411327, 0.032368049025535583, -0.014242485165596008, 0.0006415228126570582, 0.02447969652712345, -0.010284731164574623, 0.032150816172361374, -0.004297184757888317, -0.017867598682641983, 0.009748431853950024, 0.01402525044977665, 0.03331845626235008, 0.010128593072295189, -0.03646836429834366, 0.006663012318313122, 0.012178750708699226, 0.007813679985702038, 0.0004768992366734892, 0.02783326432108879, 0.012436717748641968, -0.017175160348415375, -0.031553417444229126, 0.0016224756836891174, -0.024045225232839584, 0.004256452899426222, 0.0009308869484812021, 0.03130902722477913, -0.012823667377233505, 0.017175160348415375, 0.02023003250360489, 0.023054089397192, 0.0049488903023302555, -0.03266675025224686, 0.027249446138739586, -0.023488560691475868, 0.021411247551441193, 0.02510424703359604, -0.025593027472496033, 0.029706919565796852, -0.028104810044169426, -0.01798979379236698, 0.004453322384506464, 0.009599082171916962, 0.03606104850769043, 0.005732973571866751, 0.020053528249263763, 0.011805377900600433, -0.010501965880393982, -0.0033943005837500095, -0.0004993864567950368, 0.006849698722362518, -0.020854583010077477, -0.0024897195398807526, -0.010644527152180672, 0.008220995776355267, 0.007263803388923407, -0.0010428988607600331, -0.013258138671517372, -0.01219232752919197, -0.0027459892444312572, -0.008899856358766556, -0.012083710171282291, -0.012097286991775036, 0.013699397444725037, -0.028294889256358147, -0.016387684270739555, 0.015342239290475845, 0.03293829411268234, 0.008125956170260906, -0.00012336162035353482, 0.0009156126179732382, -0.01431037113070488, -0.009775585494935513, 0.0032822887878865004, -0.005498766899108887, 0.025240018963813782, 0.012294156476855278, -0.013984519056975842, 0.023026935756206512, 0.009897780604660511, 0.02764318510890007, -0.011058631353080273, 0.010121804662048817, -0.02253815531730652, 0.013197041116654873, 0.004439745098352432, -0.02862074226140976, -0.0006457656854763627, 0.04863353818655014, 0.025606604292988777, -0.020745964720845222, -0.03532788157463074, 0.0020773119758814573, -0.04667842388153076, 0.005563258659094572, -0.008947376161813736, -0.017365241423249245, -0.03128187358379364, 0.022144418209791183, 0.0010870248079299927, -0.013841957785189152, -0.0015571353724226356, 0.016862886026501656, 0.015301506966352463, -0.009069571271538734, -0.03983551263809204, -0.029109522700309753, 0.01861434429883957, 0.056372545659542084, 0.031770654022693634, -0.02643481269478798, 0.002888549817726016, -0.028077654540538788, 0.006802178453654051, -0.018858734518289566, -0.011303020641207695, 0.03299260139465332, 0.0014671864919364452, -0.0071416087448596954, 0.001778613543137908, 0.006330370903015137, 0.012626797892153263, 0.010474811308085918, -0.010990745387971401, -0.011757857166230679, 0.002808783669024706, -0.059196602553129196, -0.02776537835597992, -0.003457095241174102, -0.027317332103848457, 0.018437841907143593, 0.013984519056975842, 0.03834202140569687, -0.00036043228465132415, 0.04694996774196625, 0.024832703173160553, 0.008037704043090343, -0.020067105069756508, -0.004633220378309488, 0.0014383349334821105, -0.01255212351679802, 0.004768992308527231, -0.02289116382598877, 0.06397578120231628, -0.01068525854498148, 0.0120633440092206, 0.001499432255513966, 0.052543774247169495, 0.01249102596193552, 0.02390945330262184, 0.001551195397041738, -0.01918458752334118, -0.0065034800209105015, -0.016917195171117783, -0.005716002080589533, 0.023054089397192, 0.005267954431474209, -0.02137051708996296, -0.022307343780994415, 0.0019143855897709727, -0.029598301276564598, -0.003920417279005051, 0.026828551664948463, -0.005620962008833885, 0.024330347776412964, -0.015613783150911331, -0.02032507210969925, -0.05930522084236145, -0.036739908158779144, 0.009266440756618977, -0.0009614356677047908, -0.03603389486670494, 0.009225709363818169, 0.005878928583115339, -0.012110864743590355, -0.019605480134487152, -0.010108226910233498, 0.014839882031083107, 0.013903055340051651, -0.011846109293401241, -0.02586457133293152, -0.0089134331792593, 0.010420503094792366, 0.0269779022783041, 0.012036190368235111, 0.00729095796123147, -0.012497815303504467, 0.004120680969208479, 0.008601157926023006, -0.039944130927324295, 0.029815535992383957, -0.023515714332461357, -0.013102000579237938, -0.0137265520170331, -0.023570023477077484, -0.00976879708468914, -0.0033043515868484974, 0.02124832198023796, -0.03831486403942108, 0.003105784999206662, 0.014744841493666172, 0.014242485165596008, 0.014758419245481491, 0.031553417444229126, 0.00805806927382946, 0.025606604292988777, -0.005206857342272997, -0.00082736078184098, -0.02308124490082264, -0.007270591799169779, -0.0013059572083875537, -0.016292642802000046, 0.011676394380629063, 0.02605465240776539, 0.0019890600815415382, 0.025402946397662163, 0.011146883480250835, 0.024561159312725067, 0.01697150245308876, 0.01335996761918068, 0.0048300898633897305, -0.0008069949690252542, 0.015858173370361328, -0.0025813656393438578, 0.02272823639214039, 0.003457095241174102, 0.009470098651945591, -0.016835730522871017, -0.010658103972673416, -0.03940104320645332, 0.027561720460653305, 0.02500920742750168, -0.012212693691253662, -0.018546458333730698, -0.0047554150223731995, -0.028267735615372658, -0.02786041982471943, 0.01564093679189682, -0.0010352616664022207, 0.005458035506308079, -0.01887231133878231, 0.0017989793559536338, -0.03597958758473396, 0.006948133464902639, -0.013461796566843987, 0.008920221589505672, -0.0227010827511549, 0.00034409723593853414, 0.004911553114652634, 0.021166859194636345, -0.004086737986654043, -0.030059926211833954, 0.017297355458140373, -0.04456038028001785, -0.009347903542220592, -0.00014500027464237064, -0.004823300987482071, 0.07206778973340988, -0.011221557855606079, -0.00899489689618349, -0.005458035506308079, -0.014514029957354069, -0.024140266701579094, -0.01401167269796133, 0.02187287248671055, -0.02219872549176216, 0.056915633380413055, 0.009952089749276638, 0.013312446884810925, 0.0013254743535071611, 0.02023003250360489, -0.021737100556492805, 0.018668653443455696, -0.020745964720845222, 0.00202979170717299, 0.013197041116654873, 0.013604356907308102, 0.00536638917401433, -0.015654513612389565, 0.010481600649654865, 0.013841957785189152, 0.011662816628813744, 0.015084272250533104, 0.02042011171579361, 0.0010454446310177445, 0.0061945985071361065, 0.0064084394834935665, -0.02824058197438717, -0.0034859466832131147, 0.006764841265976429, -0.036739908158779144, 0.01804410293698311, -0.0385049469769001, 0.0038593197241425514, 0.033454228192567825, -0.010468022897839546, 0.010936436243355274, 0.0017378819175064564, -0.003457095241174102, -0.01661849580705166, 0.005753339733928442, 0.02371937222778797, 0.0034469123929739, -0.02443896420300007, 0.012355254031717777, -0.03489341214299202, -0.007487826980650425, 0.02614969201385975, 0.010468022897839546, 0.015600205399096012, 5.064933066023514e-05, -0.02783326432108879, -0.020243609324097633, 0.025511562824249268, -0.025891724973917007, -0.02374652773141861, 0.014296794310212135, -0.02859358862042427, 0.001111633493565023, -0.026108959689736366, -0.021003931760787964, 0.0023098215460777283, -0.021614907309412956, 0.010115016251802444, -0.006001123692840338, 0.022904740646481514, -0.024045225232839584, -0.012171962298452854, 0.00868941005319357, -0.010121804662048817, 0.02710009552538395, 0.019238896667957306, 0.026299040764570236, -0.006965104956179857, 0.031933579593896866, -0.007956240326166153, 0.001445972011424601, -0.011622085236012936, -0.0015248896088451147, 0.024466119706630707, 0.03204219788312912, -0.0073045347817242146, -0.05278816446661949, 0.031390491873025894, -0.003886474296450615, -0.0053018974140286446, -0.02662489376962185, 0.02058303914964199, 0.00830924790352583, -0.00418856693431735, -0.028131963685154915, -0.010712413117289543, -0.020650925114750862, 0.00691758468747139, 0.006116529926657677, 0.004158018156886101, -0.005359600763767958, -0.015287930145859718, 0.007087299600243568, -0.009218920953571796, 0.009110302664339542, 0.021166859194636345, 0.009110302664339542, -4.4019834604114294e-05, -0.021356940269470215, 0.0015019780257716775, -0.028104810044169426, -0.005230617243796587, 0.004589094314724207, 0.0084993289783597, 0.019863447174429893, 0.0008498480310663581, 0.013651876710355282, 0.026706356555223465, 0.0007565047708339989, 0.004236087203025818, 0.0008740324410609901, 0.024873435497283936, -0.010603794828057289, -0.02916383184492588, 0.0039577544666826725, -0.011628873646259308, 0.0089745307341218, -0.013685819692909718, -0.016441991552710533, -0.017962638288736343, -0.013393910601735115, -0.04290395975112915, 0.012341677211225033, 0.002647554501891136, -0.005349417682737112, -0.0034095749724656343, 0.019551170989871025, -0.02538936957716942, 0.0005617567803710699, -0.0031702767591923475, 0.01315630879253149, -0.003324717516079545, -0.022456692531704903, -0.0009750128374435008, 0.0111129404976964, 0.00794945191591978, -0.004660374950617552, 0.0015070694498717785, 0.002914007054641843, 0.026747088879346848, -0.011180826462805271, -0.0006275213090702891, 0.01684930920600891, 0.02310839854180813, -0.04176347330212593, 0.0022487242240458727, -0.0032398600596934557, -0.013875900767743587, 0.016537033021450043, -0.0280505008995533, -0.03421454876661301, -0.010033552534878254, 0.013733340427279472, 0.014120290987193584, 0.0029530415777117014, 0.008655467070639133, 0.009714487940073013, 0.006730898283421993, 0.0033213230781257153, 0.002796903718262911, -0.027969038113951683, -0.005597201641649008, -0.010169324465095997, -0.01439183484762907, 0.008526483550667763, -0.001894019776955247, -0.010400136932730675, -0.039373885840177536, 0.010759932920336723, 0.006326976232230663, -0.004602671600878239, -0.038233403116464615, 0.0028529097326099873, 0.006371102295815945, 0.0028580010402947664, 0.004181778524070978, -0.018695807084441185, -0.010318674147129059, -0.0006949830567464232, 0.02362433262169361, 0.010569851845502853, 0.006272667553275824, -0.00953119620680809, 0.006102952640503645, 0.008478962816298008, 0.015342239290475845, -0.007107665296643972, -0.011873263865709305, -0.014649801887571812, -0.011045054532587528, -0.01756889931857586, -0.005878928583115339, -0.01709369756281376, 0.01903523877263069, 0.010162536054849625, -0.04390867426991463, -0.031173257157206535, -0.0356537327170372, -0.023732950910925865, -0.025443676859140396, -0.004711289424449205, -0.00320252263918519, 0.026013920083642006, 0.010501965880393982, -0.021424826234579086, 0.014405411668121815, 0.0038185880985111, 0.015586628578603268, -0.031146101653575897, -0.015939636155962944, 0.012110864743590355, 0.0017098789103329182, 0.015939636155962944, -0.0019551170989871025, -0.02438465505838394, -0.002129923552274704, -0.007372420746833086, -0.027317332103848457, 0.00935469288378954, 0.01908954605460167, -0.014934922568500042, 0.003020927542820573, -0.00794945191591978, 0.030195698142051697, -0.027425948530435562, 0.03223227709531784, 0.022551734000444412, -0.03130902722477913, 0.01169675961136818, 0.006713926792144775, 0.020637348294258118, -0.01535581611096859, -0.0038355598226189613, 0.003453700803220272, -0.02707294188439846, 0.005834802985191345, 0.00959229376167059, -0.006567971780896187, -0.006669800728559494, 0.012294156476855278, 0.030250007286667824, 0.0048538497649133205, 0.013414275832474232, 0.004965861793607473, -0.02134336158633232, 0.006747869774699211, -0.006211569998413324, 0.0473029725253582, 0.007392786908894777, -0.0011056934017688036, -0.00202979170717299, -0.0030735391192138195, -0.002345461631193757, -0.009979243390262127, 0.014758419245481491, -0.011296232230961323, 0.010237210430204868, 0.0010318673448637128, -0.007352055050432682, -0.011961515061557293, -0.009986032731831074, -0.021207589656114578, 0.0010929647833108902, -0.020474420860409737, -0.020936045795679092, -0.008404288440942764, 0.003457095241174102, -0.023284902796149254, -0.001170185161754489, 0.02897375077009201, -0.009836683049798012, -0.006567971780896187, 0.001783704967238009, -0.024208152666687965, 0.028104810044169426, 0.007128031458705664, -0.012165173888206482, 0.007657542359083891, 0.20517867803573608, 0.012579278089106083, -0.009979243390262127, 0.01877727173268795, 0.01293228566646576, 0.008424654603004456, 0.011710337363183498, 0.01300017163157463, -0.007705062627792358, -0.0173516646027565, -0.01497565396130085, 0.005753339733928442, -0.015220044180750847, 0.001664904411882162, -0.0034197578206658363, -0.042062174528837204, -0.017297355458140373, -0.023542869836091995, 0.005783888045698404, -0.0055123441852629185, -0.004494054242968559, -0.0010853275889530778, -0.016930771991610527, 0.000949555600527674, 0.017175160348415375, 0.033264145255088806, -0.014364680275321007, 0.022646773606538773, 0.0032839858904480934, 0.01754174567759037, -0.007990183308720589, 0.014364680275321007, -0.0016224756836891174, -0.010597006417810917, -0.008343190886080265, -0.022185148671269417, 0.03796185925602913, -0.013896266929805279, 0.019931333139538765, -0.0010386559879407287, 0.005125394091010094, 0.006853092927485704, -0.014649801887571812, -0.014188176952302456, -0.007365632336586714, 0.021995067596435547, -0.013380332849919796, 0.008614734746515751, 0.029869845137000084, 0.008404288440942764, -0.030820250511169434, -0.028675051406025887, 0.02419457398355007, 0.007182340137660503, -0.019116701558232307, 0.014473297633230686, -0.010332250967621803, 0.028702206909656525, -0.042442336678504944, 0.02976122871041298, -0.001292379922233522, 0.002905521309003234, -0.015342239290475845, 0.0413561575114727, -0.03432316705584526, 0.0158038642257452, -0.011438793502748013, 0.01128944382071495, 0.02538936957716942, -0.022185148671269417, -0.0033111402299255133, 0.0025796685367822647, -0.005872140172868967, -0.002681497484445572, -0.00563453882932663, -0.02783326432108879, 0.013393910601735115, 0.02533506043255329, 0.021207589656114578, 0.02707294188439846, -0.0068123615346848965, -0.003771068062633276, 0.017107274383306503, -0.015654513612389565, -0.012036190368235111, -0.026896437630057335, 0.021601328626275063, -0.02545725554227829, 0.007433518301695585, -0.0217506792396307, -0.01030509639531374, -0.004721472039818764, -0.010651315562427044, -0.04043290764093399, -0.020365804433822632, 0.0162790659815073, 0.020365804433822632, 0.012518180534243584, -0.011017899960279465, -0.00197548302821815, -0.0280505008995533, 0.06973250955343246, 0.011771434918045998, 0.012864399701356888, -0.025240018963813782, 0.01554589718580246, -0.020528730005025864, 0.02976122871041298, 0.00038270739605650306, -0.0005553924129344523, -0.0021570781245827675, -0.017107274383306503, -0.004538179840892553, -0.01965978927910328, 0.0063643138855695724, 0.020053528249263763, 0.003676027525216341, -0.024846279993653297, 0.005077873822301626, -0.0016377500724047422, 0.011221557855606079, -0.021411247551441193, 0.02010783739387989, 0.023760104551911354, 0.001626718556508422, 0.0023098215460777283, -0.010692046955227852, -0.030277160927653313, 0.0017633391544222832, -0.005641327705234289, 0.03225943446159363, 0.0011455764761194587, -0.0036217188462615013, -0.011004322208464146, 0.0003585230151657015, -0.013176674954593182, -0.0063133989460766315, -0.026570584625005722, 0.011574565432965755, 0.019171010702848434, -0.042632415890693665, 0.010142169892787933, -0.0064084394834935665, -0.012531758286058903, 0.011364118196070194, -0.010535908862948418, 0.0015155551955103874, -0.00427342439070344, -0.006693560630083084, -0.011920783668756485, -0.015573050826787949, 0.02678782120347023, -0.023488560691475868, -0.0018668653210625052, 0.020216453820466995, 0.01359756849706173, -0.008044492453336716, -0.011947938241064548, 0.021424826234579086, -0.01680857688188553, -0.03521926328539848, 0.0034995239693671465, 0.022823277860879898, 0.0015766526339575648, -0.013943786732852459, -0.008893067948520184, -0.17172445356845856, 0.02600034326314926, -0.00443295668810606, -0.017704671248793602, 0.013570413924753666, 0.010990745387971401, -0.007711851038038731, 0.007121242582798004, -0.001121816341765225, -0.00018148901290260255, 0.026353349909186363, 0.0035911700688302517, -0.008234573528170586, -0.01323777250945568, 0.023189861327409744, 0.005658299196511507, 0.003594564273953438, 0.011146883480250835, 0.04621679708361626, 0.012735416181385517, 0.04534785822033882, 0.008404288440942764, 0.01925247348845005, -0.03266675025224686, 0.0001267559127882123, -0.0002320853091077879, -0.037065763026475906, 0.025701643899083138, -0.025755953043699265, -0.020976778119802475, 0.007759371306747198, 0.027683915570378304, 0.031227566301822662, 0.020976778119802475, 0.006136895623058081, -0.011560987681150436, 0.007996972650289536, 0.013006960041821003, -0.010128593072295189, 0.02194075845181942, -0.0001704575406620279, 0.017243046313524246, -0.007684696465730667, 0.014459720812737942, 0.034051623195409775, 0.010339039377868176, 0.007094088476151228, -0.0022911529522389174, 0.004785963799804449, -0.024357501417398453, 0.007569290231913328, -0.040894534438848495, -0.01238240860402584, -0.001888928352855146, -0.026679202914237976, 0.011547410860657692, -0.013163098134100437, 0.020352225750684738, -0.01219232752919197, -0.0318521186709404, 0.017107274383306503, -0.03342707082629204, 0.024737663567066193, -0.028865132480859756, 0.0038559255190193653, -0.024018071591854095, -0.017012234777212143, 0.03416024148464203, -0.03532788157463074, 0.017215892672538757, 0.01553231943398714, -0.003243254264816642, 0.0167542677372694, 0.0012177053140476346, 0.007121242582798004, 0.005047325044870377, -0.01439183484762907, 0.020908892154693604, 0.029055213555693626, 0.015382970683276653, -0.014663378708064556, 0.006415228359401226, 0.005478401202708483, 0.009870626032352448, -0.041899245232343674, -0.004578911699354649, -0.010413714684545994, 0.0008396651246584952, -0.029109522700309753, 0.0003952238766942173, -0.0018040707800537348, -0.007657542359083891, -0.019781984388828278, -0.009083148092031479, 0.02434392459690571, -0.007888354361057281, 0.017840443179011345, -0.0030650533735752106, -0.0009240983636118472, -0.01067168079316616, -0.0033858148381114006, -0.002126529347151518, -0.0016725416062399745, 0.014921345748007298, 0.03739161416888237, -0.0020433689933270216, -0.0006041855085641146, -0.008621523156762123, 0.004538179840892553, -0.03714722767472267, -0.03421454876661301, 0.016387684270739555, 0.010590218007564545, 0.004965861793607473, 0.0019890600815415382, 0.06544211506843567, 0.018560035154223442, -0.0012270397273823619, -0.007263803388923407, -0.004096921067684889, 0.018084833398461342, -0.0007518375641666353, 0.014744841493666172, 0.006574760191142559, -0.016387684270739555, -0.004690923262387514, -0.08330971747636795, -0.02241596207022667, 0.005811042618006468, -0.024710508063435555, 0.004449928179383278, 0.030358625575900078, 0.0030362019315361977, 0.009660179726779461, 0.0011863081017509103, -0.0022809701040387154, -0.022076530382037163, -0.014514029957354069, -0.02308124490082264, -0.010956802405416965, 0.0028155723121017218, -0.010176112875342369, -0.007922297343611717, -0.021859295666217804, -0.0089745307341218, 0.005906083155423403, -0.02099035494029522, -0.02738521806895733, 0.0079630296677351, -0.0012355254730209708, -0.01671353541314602, -0.01177822332829237, -0.019877023994922638, -0.0011455764761194587, 0.017243046313524246, -0.004589094314724207, 0.008288881741464138, -0.008933799341320992, -0.02324417047202587, -0.02514497935771942, -0.007725428324192762, 0.0030735391192138195, 0.0070465682074427605, -0.01383516937494278, 0.0396997407078743, -0.01870938576757908, 0.013733340427279472, -0.01546443346887827, 0.009415789507329464, -0.013719763606786728, -0.00820063054561615, -0.015600205399096012, -0.026041073724627495, 0.02752098999917507, -0.016387684270739555, -0.007548924535512924, -0.043365586549043655, -0.002433713525533676, -0.009388635866343975, -0.03432316705584526, 0.015817441046237946, 0.004976044874638319, 0.003788039553910494, 0.0071008768863976, -0.0385049469769001, -0.002236844040453434, -0.011357329785823822, -0.05105028301477432, -0.00982989463955164, 0.005006593652069569, 0.005668482277542353, 0.01779971271753311, -0.022551734000444412, -0.003913628403097391, 0.03562657907605171, -0.003117665182799101, -0.003246648469939828, 0.01553231943398714, -0.02409953437745571, -0.00213671219535172, -0.033264145255088806, -0.0011990367202088237, 0.003139727981761098, -0.0031770654022693634, 0.010223633609712124, -0.03244951367378235, 0.011662816628813744, 0.002111254958435893, 0.008709775283932686, -0.001985665876418352, 0.004782569594681263, 0.010345828719437122, 0.02719513699412346, 0.01741955056786537, -0.004334521945565939, -0.04450606927275658, -0.01171712577342987, 0.015966789796948433, 0.015315084718167782, -0.0025949429254978895, -0.02612253837287426, 0.007542136125266552, -0.014486875385046005, -0.008451808243989944, 0.0021842324640601873, 0.014174599200487137, -0.002689983230084181, -0.005658299196511507, -0.055177751928567886, 0.009198554791510105, -0.0018210422713309526, 0.010916071012616158, 0.009626236744225025, -0.0038355598226189613, 0.001966997282579541, -0.030168544501066208, 0.01001997571438551, 0.0004870821430813521, -0.02343425154685974, 0.02384156733751297, -0.0067173209972679615, -0.0005753339501097798, -0.01297980546951294, -0.001489249407313764, 0.025878148153424263, -0.0033128373324871063, 0.04904085397720337, -0.009001685306429863, -0.0004034974845126271, -0.03282967582345009, 0.0039170230738818645, 0.009700911119580269, 0.010943225584924221, 0.018125565722584724, -0.03217796981334686, 0.024561159312725067, -0.0030429905746132135, -0.014907767996191978, 0.028756514191627502, -0.008458597585558891, 0.0001413938298355788, -0.011153671890497208, -0.015980366617441177, -0.00024587466032244265, 0.0036420845426619053, -0.004090132191777229, 0.026285463944077492, -0.0008867610595189035, -0.005773705430328846, -0.037065763026475906, 0.013984519056975842, -0.04542931914329529, -0.012423139996826649, -0.01908954605460167, -0.005454641301184893, 0.012803302146494389, 0.001735336147248745, 0.0247240848839283, 0.02251100167632103, 0.0111129404976964, -0.06495333462953568, -0.020311495289206505, -0.006985470652580261, -0.03361715376377106, 0.0162790659815073, -0.008044492453336716, -0.019048815593123436, -0.01925247348845005, 0.0508602000772953, 0.004945496097207069, 0.004718077834695578, -0.015450856648385525, 0.015125003643333912, -0.005437669809907675, -0.027561720460653305, 0.0049692559987306595, 0.043582819402217865, -0.028566434979438782, -0.009476887062191963, -0.02080027386546135, 0.002442199271172285, -0.006106346845626831, 0.0183020681142807, -0.009266440756618977, 0.010610584169626236, 0.02267392911016941, -0.01925247348845005, 0.022470269352197647, 0.03394300490617752, 0.022361652925610542, -0.03166203573346138, 0.04276818782091141, 0.027996191754937172, -0.0030667507089674473, -0.007365632336586714, 0.004331127740442753, -0.01798979379236698, 0.01944255456328392, -0.0168764628469944, 0.027534566819667816, 0.009714487940073013, -0.010189690627157688, -0.004181778524070978, -0.010725989937782288, -0.006102952640503645, 0.009748431853950024, 0.0019228713354095817, 0.02602749690413475, 0.028512125834822655, -0.004046006128191948, 0.007942663505673409, -0.0005388451972976327, -0.030005617067217827, 0.005502161104232073, -0.026842128485441208, -0.031553417444229126, -0.00624551298096776, 0.03149911016225815, 0.01637410558760166, -0.006591731682419777, -0.004806329496204853, -0.010569851845502853, -0.028675051406025887, -0.0007726276526227593, 0.009999609552323818, -0.02181856520473957, -0.02336636558175087, 0.017976216971874237, 0.010440868325531483, -0.006883641704916954, 0.011330175213515759, -0.04290395975112915, 0.03421454876661301, -0.007643965072929859, 0.008506117388606071, -0.023488560691475868, 0.033074066042900085, -0.00752855883911252, -0.006927767768502235, 0.005559864453971386, 0.004198750015348196, -0.023121975362300873, -0.0006767386803403497, -0.0010395045392215252, -0.010094650089740753, -0.0019194770138710737, 0.024941321462392807, 0.09449733048677444, 0.023135552182793617, 0.0021791409235447645, -0.010291519574820995, 0.016890039667487144, -0.011737491935491562, 0.019958486780524254, 0.010529120452702045, -0.0028019952587783337, -0.019130278378725052, 0.027941882610321045, 0.011316598393023014, 0.007827256806194782, 0.00014839458162896335, -0.018885888159275055, -0.0015868355985730886, -0.008214207366108894, 0.010277942754328251, 0.00165472156368196, 0.015654513612389565, 0.010277942754328251, 0.009205343201756477, 0.011167248710989952, -0.029516838490962982, -0.029462529346346855, -0.006058826576918364, 0.01038656011223793, -0.005250982940196991, -0.011017899960279465, -0.019238896667957306, 0.007392786908894777, 0.011961515061557293, -0.017623208463191986, -0.004388830624520779, 0.0011795194586738944, 0.01623833365738392, -0.01171712577342987, -0.0015444067539647222, 1.869517109298613e-05, 0.010766721330583096, -0.011303020641207695, -0.014989231713116169, -0.00868941005319357, -0.015858173370361328, -0.004955678712576628, 0.0063100047409534454, 0.01505711767822504, -0.002230055397376418, -0.008166687563061714], \"35dcd18d-23cd-48a9-b745-e63a025743ab\": [0.0011054815258830786, -0.009279015474021435, 0.007765986956655979, -0.06164586916565895, -0.027582643553614616, 0.03001955710351467, -0.03433101624250412, -0.003166648093611002, -0.008328351192176342, -0.029189398512244225, 0.028653813526034355, -0.0031197844073176384, 0.01407250389456749, -0.021691204980015755, 0.00672829058021307, -0.007437940686941147, 0.011809655465185642, -0.031144285574555397, -0.0005104797310195863, -0.006738332565873861, -0.007183537818491459, 0.0005853779730387032, -0.01654958538711071, 0.010430524125695229, -0.027100617066025734, 0.0122916828840971, 0.008910800330340862, -0.026739096269011497, 0.02126273699104786, -0.00793335773050785, 0.02466370351612568, -0.008013695478439331, -3.075431231991388e-05, 0.009359353221952915, -0.000754840555600822, -0.0067751542665064335, 0.010577809996902943, -0.015639090910553932, 0.007980220951139927, 0.004498916678130627, 0.01964259147644043, 0.004873826168477535, -0.020445968955755234, -0.004739929921925068, -0.019910383969545364, 0.030876493081450462, -0.024569975212216377, -0.025426913052797318, -0.004847046919167042, 0.02179832197725773, 0.014300127513706684, 0.004760014358907938, -0.030126674100756645, -0.013697594404220581, 0.013623951002955437, 0.00734421331435442, -0.01685754768550396, 0.014407244510948658, -0.002065350767225027, -0.0035248207859694958, 0.016040779650211334, 0.007618701085448265, -0.020298682153224945, -0.03505405783653259, -0.018223289400339127, -0.009372742846608162, -0.016281792894005775, 0.002579177962616086, 0.01121381763368845, -0.0073776873759925365, 0.027475526556372643, 0.011341018602252007, 0.014594699256122112, 0.004093880299478769, 0.006276390049606562, -0.018544640392065048, -0.010577809996902943, -0.021436801180243492, -0.01941496692597866, -0.006554224994033575, -0.010122561827301979, -0.009111644700169563, 0.006353380624204874, 0.009111644700169563, 0.0051851351745426655, 0.02582860179245472, 0.019669370725750923, 0.008609533309936523, -0.009520028717815876, -0.018852602690458298, 0.036044891923666, 0.01901327818632126, 0.01488927099853754, 0.005268820561468601, -0.003926509525626898, 0.012171176262199879, -0.011260680854320526, 0.018022445961833, -0.008335046470165253, -0.020138006657361984, -0.00417421804741025, 0.0248913262039423, -0.031197844073176384, -0.008241319097578526, -0.03157275170087814, -0.009727568365633488, 0.015505194664001465, -0.017433302477002144, -0.0024151550605893135, 0.0032017959747463465, -0.008944274857640266, 0.024569975212216377, -0.008555974811315536, -0.03248324990272522, -0.0007619537645950913, -0.0249850545078516, 0.009607061743736267, -0.025011833757162094, -0.03170664981007576, 0.0011339344782754779, 0.018049225211143494, -0.0035516000352799892, 3.880901203956455e-05, -0.0073576029390096664, 0.010544335469603539, 0.015304350294172764, 0.004950816743075848, 0.007652175147086382, 0.020365631207823753, -0.010443913750350475, 0.006447107996791601, -0.017741262912750244, 0.011300849728286266, 0.007745902519673109, -0.01895971968770027, 0.013342768885195255, -0.008027085103094578, 0.011006277985870838, -0.004127354361116886, -0.03023379109799862, 0.010095782577991486, 0.023231012746691704, 0.009486555121839046, 0.004944121930748224, 0.005349158309400082, 0.009687399491667747, 0.018464302644133568, -0.0008456389768980443, 0.012023890390992165, 0.011233901605010033, 0.011956942267715931, 0.011481610126793385, -0.004699761047959328, -0.015759596601128578, -0.002923961030319333, -0.00963384099304676, 0.0013448211830109358, 0.0296982042491436, 0.00456586480140686, 0.001435201265849173, -0.01810278370976448, 0.022400856018066406, 0.015665870159864426, -0.003016014816239476, 0.0005937465466558933, 0.04346274584531784, 0.0005171745433472097, 0.010182815603911877, -0.01608094945549965, 0.02977854199707508, -0.01717889867722988, 0.022856103256344795, -0.02916261926293373, 0.0016176350181922317, -0.0004065008834004402, 0.01980326697230339, -0.0065073613077402115, -0.0016921148635447025, -0.03743741288781166, 0.003270417684689164, 0.007558447774499655, 0.0032888285350054502, 0.011421356350183487, 0.008241319097578526, -0.012746930122375488, -0.006333296187222004, 0.028519917279481888, -0.002351554110646248, 0.0044620949774980545, 0.0015439919661730528, 0.001016775262542069, 0.025252847000956535, 0.006996083073318005, -0.00020492414478212595, -0.6204220056533813, -0.016496026888489723, 0.02025851421058178, -0.024087948724627495, 0.0038863408844918013, 0.012746930122375488, -0.0007891514687798917, 0.018303627148270607, -0.03293849527835846, 0.0037758764810860157, -0.0030628785025328398, 0.027502305805683136, 0.004826962482184172, -0.017045002430677414, -0.024610145017504692, -0.027020279318094254, 0.018584810197353363, -0.0037691816687583923, -0.012807183898985386, 0.00446544261649251, 0.0013381263706833124, -0.0009188635158352554, -5.295704249874689e-05, -0.00560356117784977, 0.023994222283363342, -0.016214845702052116, 0.021905438974499702, -0.023485414683818817, -0.01693788543343544, 0.017286015674471855, -0.009613756090402603, 0.006935829762369394, 0.04169531539082527, 0.013416411355137825, 0.03253680840134621, 0.0006853818194940686, 0.006393549498170614, 0.018973110243678093, -0.0090112229809165, 0.04314139485359192, -0.01825006864964962, -0.017058391124010086, 0.029644645750522614, 0.022842712700366974, 0.010959413833916187, -0.004150785971432924, 0.017593977972865105, 0.001153182121925056, -0.010885771363973618, 0.0073776873759925365, -0.009058086201548576, -0.01987021416425705, -0.014621478505432606, -0.011742707341909409, 0.013202177360653877, -0.019307849928736687, 0.026819434016942978, -0.0011389555875211954, 0.008221234194934368, 0.001205903827212751, 0.00025000955793075264, 0.007993610575795174, -0.012459052726626396, -0.0366608127951622, 0.0003397619293536991, 0.006895660888403654, 0.02367286942899227, -0.0008611207595095038, 0.0037591394502669573, -0.004237818531692028, 0.020312072709202766, 0.018611589446663857, 0.005847922060638666, -0.014862491749227047, -0.010383659973740578, 0.04228445887565613, 0.015826545655727386, 1.4318015018943697e-05, -0.02004428021609783, -0.01778143271803856, 0.006564267445355654, 0.004495569039136171, 0.008676481433212757, -0.044748153537511826, 0.0011163606541231275, 0.03117106482386589, 0.014246569015085697, -0.0080873379483819, 0.036393020302057266, -0.005252083297818899, 0.03232257440686226, 0.0006761764525435865, -0.0014929440803825855, -0.023164063692092896, -0.008857241831719875, 0.0036218955647200346, -0.033072393387556076, -0.021597476676106453, 0.0013900112826377153, 0.017272625118494034, -0.01063136849552393, -0.01531773991882801, 0.0078864935785532, 0.018129562959074974, 0.030260570347309113, 0.012586254626512527, -0.024168286472558975, -0.010189509950578213, 0.03285815939307213, -0.029510749503970146, 0.013356158509850502, -0.0031415424309670925, 0.00626634806394577, 0.015665870159864426, 0.004381757229566574, -0.020459357649087906, 0.01871870644390583, 0.004739929921925068, 0.014608088880777359, -0.0020820877980440855, -0.008676481433212757, 0.009406216442584991, -0.0010510861175134778, -0.021075282245874405, 0.030662259086966515, 0.01841074414551258, 0.013382937759160995, -0.029751762747764587, 0.020753931254148483, -0.014179620891809464, -0.0074312458746135235, -0.030260570347309113, -0.0010770285734906793, -0.021476970985531807, 0.011193732731044292, 0.0038093505427241325, 0.013644035905599594, 0.0005895622307434678, 0.027903994545340538, -0.013818101026117802, -0.016375521197915077, -0.021061891689896584, 0.016670092940330505, -0.008288182318210602, 0.018424134701490402, -0.02862703427672386, -0.010698316618800163, -0.005777626298367977, -0.0009197003673762083, -0.008529195562005043, 0.014741985127329826, 0.0013155314372852445, 0.01468842662870884, 0.03208155930042267, -0.0019599073566496372, 0.0025038612075150013, -0.008716651238501072, -0.028975164517760277, -0.01600061170756817, 0.01016942597925663, -0.04150786250829697, 0.029751762747764587, -0.018973110243678093, -0.0073776873759925365, -0.016509417444467545, -0.015009778551757336, 0.028707372024655342, -0.008904105983674526, 0.009439690969884396, -0.011160259135067463, 0.041641756892204285, -0.013155314140021801, -0.009399522095918655, 0.009827990084886551, 0.012097532860934734, 0.004308114293962717, -0.01862497813999653, 0.0048570893704891205, 0.005272167734801769, -0.0023214274551719427, 0.0113677978515625, -0.019281070679426193, -0.01656297594308853, 0.00046194231254048645, 0.017460081726312637, 0.025386743247509003, 0.010477387346327305, 0.015491805039346218, -0.013831490650773048, 0.006129104178398848, -0.02862703427672386, 0.005168398376554251, -0.018973110243678093, 0.008569364435970783, -0.0011866561835631728, 0.0036520222201943398, -0.0006058808648958802, 0.0023013430181890726, -0.004944121930748224, 0.032911717891693115, 0.00746471993625164, 0.01024976372718811, 0.01616128720343113, 0.0018511166563257575, 0.0009975276188924909, -0.01902666874229908, -0.003846172010526061, -0.05133585259318352, 0.03575031831860542, 0.0015213970327749848, 0.010062308982014656, -0.03733029589056969, -0.013095060363411903, -0.014608088880777359, 0.00896435882896185, 0.009419606067240238, -0.0037089281249791384, 0.01083221286535263, -0.01570603810250759, 0.012854047119617462, 0.011515083722770214, 0.0038829934783279896, 0.027047058567404747, -0.009071475826203823, -0.00019697404059115797, -0.007879798300564289, 0.0315459743142128, 0.03583065792918205, -0.006028681993484497, -0.025547418743371964, 0.00011412569438107312, 0.02953752875328064, -0.001467838417738676, 0.015518584288656712, 0.009178592823445797, 0.0005117350374348462, -0.013416411355137825, -0.02793077379465103, 0.015612311661243439, -0.017768042162060738, -0.0034260721877217293, -0.012298377230763435, 0.028412800282239914, -0.02731485106050968, 0.014018945395946503, -0.004324851091951132, 0.01771448366343975, -0.002433565678074956, -0.022106284275650978, 0.013637340627610683, -0.03435779735445976, 0.018772264942526817, 0.017821600660681725, 0.0024067864287644625, 0.012666592374444008, -0.02924295701086521, -0.014219789765775204, 0.0075182789005339146, 0.01747347041964531, 0.018892770633101463, -0.00913172960281372, 0.016643313691020012, 0.0025540722999721766, -0.014420634135603905, -0.006490624509751797, -0.014527751132845879, 0.009761041961610317, -0.03084971383213997, -0.015143674798309803, -0.005349158309400082, 0.004267945419996977, -0.01609433814883232, -0.003899730509147048, -0.015960441902279854, -0.011849825270473957, 0.004026932176202536, -0.004000152926892042, -0.028278904035687447, -0.01684415712952614, 0.02118239924311638, -0.03253680840134621, -0.014126062393188477, 0.0036419800017029047, 0.023994222283363342, 0.02311050519347191, -0.008154286071658134, -0.0096740098670125, 0.007451330311596394, -0.0026494734920561314, 0.014126062393188477, -0.0017439996590837836, 0.012519306503236294, 0.014286737889051437, -0.007538363337516785, 0.013885049149394035, 0.003501388942822814, 0.0004790977982338518, -0.019281070679426193, 0.01515706442296505, -0.011468220502138138, 0.007063031196594238, -0.02830568328499794, -0.014380465261638165, -0.004739929921925068, 0.05961064249277115, 0.02040579915046692, -0.008736735209822655, -0.024034390226006508, -0.008669787086546421, -0.05977131798863411, -0.00021653546718880534, -0.021476970985531807, -0.01063136849552393, -0.021075282245874405, 0.014367075636982918, -0.004847046919167042, 3.449399446253665e-05, -0.021637646481394768, 0.0021155618596822023, 0.013818101026117802, -0.0037658342625945807, -0.03706250339746475, -0.04260580986738205, 0.01012925710529089, 0.05789677053689957, 0.030662259086966515, -0.026966720819473267, -0.0024938189890235662, -0.03984754532575607, 0.013255735859274864, -0.02506539225578308, -0.036044891923666, 0.037544529885053635, 0.012693371623754501, 0.00400350010022521, 0.011555252596735954, 0.025694705545902252, 0.0012025564210489392, 0.021865269169211388, 0.0046060336753726006, -0.013583782128989697, -0.006483929697424173, -0.030180232599377632, -0.03363475576043129, -0.008776904083788395, -0.026109782978892326, 0.015170454047620296, 0.03872281685471535, 0.043409187346696854, -0.004994332790374756, 0.024690482765436172, 0.015290960669517517, -0.017272625118494034, -0.024395911023020744, -0.0013540266081690788, 0.010115867480635643, -0.012110922485589981, -0.009225456975400448, -0.020124617964029312, 0.05977131798863411, 0.003230248810723424, 0.0029624563176184893, 0.013603867031633854, 0.01531773991882801, 0.015103505924344063, 0.029109060764312744, -0.004013542551547289, -0.016054170206189156, -0.01129415538161993, 0.0004527369455900043, 0.0009598692995496094, 0.02715417556464672, 0.002569135744124651, -0.01535790879279375, -0.0003468751674517989, 0.010276542976498604, -0.026471303775906563, -0.008120812475681305, 0.013831490650773048, -0.002883792156353593, 0.01970953866839409, -0.01399216614663601, -0.013710984028875828, -0.049836210906505585, -0.04207022488117218, -0.004110617097467184, -0.001469512120820582, -0.03767842426896095, -0.0008063069544732571, -0.0036252429708838463, -0.0027616117149591446, -0.0075718373991549015, -0.01480893325060606, 0.023793376982212067, 0.03055514208972454, -0.03425068035721779, -0.02041918970644474, 0.00034227248397655785, 0.03202800080180168, 0.019602421671152115, 0.01357039250433445, -0.015103505924344063, -0.006982693448662758, 0.0005079691763967276, -0.0021021722350269556, -0.01949530467391014, 0.001017612055875361, -0.015652479603886604, 0.001016775262542069, -0.006798585876822472, -0.010691621340811253, -0.004940774291753769, 0.0032971969339996576, 0.018611589446663857, -0.029510749503970146, 0.010477387346327305, 0.02111545018851757, 0.010417134501039982, 0.029483970254659653, 0.021945606917142868, 0.007678954396396875, 0.022775765508413315, -0.010390355251729488, -0.00392316235229373, -0.014581309631466866, 0.0015590552939102054, 0.0022896272130310535, 0.006694816052913666, -0.0006548367091454566, 0.029135840013623238, 0.002015139674767852, 0.03494694083929062, -0.0006393549265339971, -0.006738332565873861, 0.013195483013987541, -0.007163453381508589, 0.00916520319879055, 0.0049340794794261456, -0.008643007837235928, -0.0029005291871726513, 0.012927690520882607, 0.0020904564298689365, 0.019830046221613884, -0.013697594404220581, -0.020820878446102142, -0.0327778197824955, 0.02003088966012001, 0.031278181821107864, -0.009687399491667747, -0.0023766597732901573, -0.0026879687793552876, -0.017272625118494034, -0.02527962625026703, -0.005322379060089588, 0.005596866365522146, 0.00893088523298502, -0.029912438243627548, 0.0047867936082184315, -0.038642480969429016, 0.008375215344130993, -0.0009565218933857977, 0.003722317749634385, -0.025426913052797318, -0.0005016928189434111, 0.011923467740416527, 0.005667162127792835, 0.004147438798099756, -0.020593255758285522, 0.02862703427672386, -0.048765040934085846, -0.009453080594539642, -0.0037390547804534435, 0.014541140757501125, 0.06630545854568481, 0.00970748346298933, -0.008977748453617096, 0.0063801598735153675, -0.03253680840134621, -0.01507672667503357, -0.010838907212018967, -0.00425455579534173, -0.014862491749227047, 0.07391077280044556, 0.0224276352673769, 0.03047480434179306, -0.010115867480635643, 0.008776904083788395, -0.006115714553743601, 0.02892160601913929, -0.02435574121773243, -0.0005113165825605392, 0.001667009200900793, 0.01472859550267458, -0.0009272320312447846, -0.006755069829523563, -0.0013021418126299977, 0.026417745277285576, 0.029055502265691757, 0.01756719872355461, 0.007217011880129576, 0.007437940686941147, 0.0018076003761962056, 0.005543307866901159, -0.04517662152647972, -0.011039751581847668, -0.0027097268030047417, -0.025855381041765213, 0.020017500966787338, -0.03379543125629425, -0.020753931254148483, 0.03138529881834984, -0.026190120726823807, 0.021209178492426872, -0.004609380848705769, -0.01253269612789154, -0.006684774067252874, 0.014875881373882294, 0.015264181420207024, 0.009419606067240238, -0.014982998371124268, 0.002696337178349495, -0.04236479848623276, 0.01593366265296936, 0.023565752431750298, 0.016964664682745934, 0.024556586518883705, 0.006216136738657951, -0.03301883488893509, -0.02195899747312069, 0.015250791795551777, -0.010069003328680992, -0.025118950754404068, 0.020298682153224945, -0.027903994545340538, -0.008904105983674526, -0.023846935480833054, -0.02683282271027565, -0.004113964736461639, -0.03478626534342766, 0.024717262014746666, -0.017982276156544685, 0.027261292561888695, -0.028653813526034355, -0.017687704414129257, 0.009178592823445797, -0.01988360472023487, 0.025185897946357727, 0.02644452452659607, 0.02506539225578308, -0.009292405098676682, 0.02475742995738983, -0.009352657943964005, 0.007551752962172031, -0.0045892964117228985, 0.011059836484491825, 0.017982276156544685, 0.01191677339375019, -0.026190120726823807, -0.0329652763903141, 0.039713650941848755, -0.003946593962609768, 0.012425579130649567, -0.027114005759358406, 0.009961886331439018, -0.0049876379780471325, 0.010972803458571434, -0.016522806137800217, 0.0013054892187938094, -0.027408577501773834, 0.0014711858239024878, 0.013831490650773048, 0.018986498937010765, 0.004960858728736639, 0.0003975047147832811, -0.007022862322628498, 0.004612728487700224, -0.006363423075526953, 0.028359241783618927, 0.00341435638256371, -0.014166231267154217, -0.011019667610526085, 0.003752444637939334, -0.018062613904476166, 0.0001482274237787351, -0.004679676610976458, 0.016522806137800217, 0.0024067864287644625, 0.003879646072164178, 0.00599520793184638, 0.020673593506217003, 0.0005673856940120459, 0.021410021930933, -0.009479859843850136, 0.023927273228764534, -0.01693788543343544, -0.03690182790160179, 0.007210317067801952, 0.005037849303334951, 0.00320849078707397, -0.004873826168477535, -0.011555252596735954, -0.004113964736461639, 0.008703261613845825, -0.041963107883930206, 0.015880104154348373, 0.007545058149844408, 0.01662992313504219, -0.01980326697230339, 0.013382937759160995, -0.03264392539858818, 0.012244818732142448, -0.006303169298917055, -0.002359922742471099, 0.0037758764810860157, -0.01638890989124775, 0.007839629426598549, 0.008924189954996109, 0.022601699456572533, -0.009366047568619251, 0.02004428021609783, -0.008917495608329773, 0.03896383196115494, -0.02033885195851326, 0.01174940261989832, 0.0005510670598596334, 0.029805321246385574, -0.046676259487867355, 0.011856519617140293, -0.019053447991609573, -0.014875881373882294, 0.02003088966012001, -0.006001902744174004, -0.029189398512244225, -0.01515706442296505, 0.030126674100756645, 0.035000499337911606, 0.0019883604254573584, 0.00951333437114954, 0.011642285622656345, -0.00896435882896185, 0.0066312155686318874, 0.0005908175371587276, -0.036044891923666, 0.004957511555403471, -0.024476248770952225, -0.020432578399777412, 0.01901327818632126, -0.003859561635181308, 0.006530793383717537, -0.017138728871941566, 0.008924189954996109, -0.009493249468505383, -0.012077448889613152, -0.056504249572753906, 0.02490471675992012, -0.0192542914301157, 0.0004067100817337632, 0.018758874386548996, -0.011160259135067463, -0.021918827667832375, -0.011896688491106033, 0.006149188615381718, 0.005533265881240368, 0.011856519617140293, -0.009620451368391514, 0.0031800377182662487, 0.017687704414129257, 0.00041361412149854004, -0.0005334931774996221, 0.007819545455276966, -0.01740652322769165, -0.027957553043961525, -0.015759596601128578, -0.008495721966028214, -0.033206287771463394, 0.02220001071691513, 0.009854769334197044, -0.04124007001519203, -0.03609845042228699, -0.013436496257781982, -0.008355130441486835, -0.01671026088297367, -0.013677509501576424, 0.021075282245874405, 0.0296982042491436, 0.011742707341909409, -0.0189463309943676, 0.018584810197353363, -0.004124006722122431, 0.03960653394460678, -0.028787709772586823, 5.4343079682439566e-05, 0.03125140070915222, 0.00030126672936603427, 0.01970953866839409, -0.017741262912750244, -0.035777099430561066, -0.011501694098114967, -0.014514361508190632, -0.027502305805683136, -9.953309199772775e-05, 0.02071376144886017, -0.002527293050661683, 0.0030143409967422485, -0.010263153351843357, 0.012258208356797695, -0.03178698942065239, 0.03427745774388313, 0.012592948973178864, -0.030073115602135658, 0.02126273699104786, 0.011535168625414371, 0.021396633237600327, -0.02258831076323986, 0.004291377030313015, -0.009894938208162785, -0.011863214895129204, 0.0072304015047848225, 0.017500249668955803, 0.004170870408415794, -0.012499221600592136, 0.00950663909316063, 0.03395610675215721, 0.02614995278418064, 0.00643706601113081, 0.022722207009792328, -0.011220511980354786, 0.022936441004276276, -0.025547418743371964, 0.042739707976579666, 0.027421968057751656, -0.010858992114663124, -0.0014343643561005592, -0.0005832858732901514, 0.005968428682535887, 0.00042721297359094024, 0.0007971015875227749, -0.01949530467391014, 0.002652820898219943, 0.004033626988530159, -0.01535790879279375, -0.028814489021897316, -0.000587051676120609, -0.0033708401024341583, -0.018129562959074974, -0.008140896447002888, -0.027716539800167084, -0.013014722615480423, 0.0069759986363351345, -0.018919549882411957, 0.0033156077843159437, 0.02411472797393799, 0.005700636189430952, 0.010403744876384735, 0.0005042033735662699, -0.012880826368927956, 0.021008333191275597, 0.004910647869110107, -0.007270570378750563, 0.00446544261649251, 0.20844979584217072, -0.00419430248439312, 0.0018795697251334786, 0.016509417444467545, -0.023913884535431862, -0.004170870408415794, -0.00038557956577278674, -0.002965803723782301, -0.007953441701829433, -0.01024976372718811, -0.02636418677866459, 0.008040474727749825, -0.003554947441443801, -0.0006468866486102343, 0.0043348935432732105, -0.05219278857111931, -0.03109072707593441, -0.00928570982068777, -0.00736429775133729, -0.008817072957754135, -0.015036557801067829, 0.008140896447002888, -0.02274898625910282, -0.0004958348581567407, 0.006835407577455044, 0.021222567185759544, -0.018772264942526817, 0.018812432885169983, -0.0029641299042850733, 0.025627756491303444, -0.005740805063396692, 0.016911106184124947, -0.011233901605010033, -0.006570962257683277, 0.01480893325060606, -0.021530529484152794, 0.042338017374277115, -0.012505916878581047, 0.026859603822231293, -0.009178592823445797, 0.002078740391880274, 0.0021674467716366053, -0.007665564771741629, -0.017500249668955803, -0.02080748975276947, 0.03138529881834984, 0.017768042162060738, 0.011153563857078552, -0.005225304048508406, 0.00951333437114954, -0.03984754532575607, -0.04480171203613281, 0.025011833757162094, 0.0043348935432732105, 0.00904469657689333, 0.00893088523298502, -0.0069023557007312775, 0.03454525023698807, -0.033366963267326355, 0.0321618989109993, -0.016442468389868736, 0.017232457175850868, -0.0025038612075150013, 0.02357914298772812, -0.01476876437664032, 0.02241424471139908, -0.02203933522105217, 0.009339268319308758, 0.029965996742248535, -0.021597476676106453, 0.0040637534111738205, -0.006152536254376173, -0.004649549722671509, 0.008643007837235928, -0.01671026088297367, -0.02651147171854973, 0.00842207856476307, 0.021222567185759544, 0.02032546140253544, 0.021008333191275597, -0.009694093838334084, -0.009854769334197044, 0.005864658858627081, 0.008194454945623875, -0.014902660623192787, -0.03015345335006714, 0.024302182719111443, -0.014447413384914398, 0.0018628325778990984, -0.019910383969545364, -0.0005857964279130101, -0.004619423300027847, -0.024797599762678146, -0.02798433229327202, -0.03076937608420849, 0.009700789116322994, 0.013403021730482578, 0.028707372024655342, -0.005697288550436497, -0.011341018602252007, -0.020673593506217003, 0.07632090896368027, -0.008522501215338707, 0.01033010147511959, -0.033741872757673264, -0.0037758764810860157, -0.01569264940917492, 0.01357708778232336, -0.008776904083788395, -0.0022561531513929367, 0.0005698962486349046, -0.017152119427919388, -0.006336643826216459, -0.005593519192188978, 0.007337518502026796, 0.013804711401462555, 0.002477081958204508, -0.026859603822231293, 0.006028681993484497, -0.00025419381563551724, -0.010725095868110657, -0.019455136731266975, 0.004729887470602989, 0.017045002430677414, 0.0014100957196205854, -0.003215185599401593, -0.019830046221613884, -0.012813878245651722, -0.015371298417448997, -0.021905438974499702, 0.03805333748459816, 0.008763514459133148, -0.008863937109708786, -0.01616128720343113, -0.0038963831029832363, 0.007283960003405809, -0.005215262062847614, -0.024422690272331238, -0.005292252171784639, 0.0068320599384605885, -0.03425068035721779, -0.00013808059156872332, 0.006209441926330328, -0.006597741506993771, 0.005851269233971834, -0.00893088523298502, 0.025025222450494766, -0.014393854886293411, -0.005282210186123848, 0.010403744876384735, -0.011046446859836578, -0.0054596224799752235, -0.009071475826203823, 0.007638785522431135, 0.038321129977703094, 0.005811100360006094, -0.01423317939043045, -0.03599133342504501, 0.019736317917704582, -0.015585532411932945, -0.03858892247080803, 0.01120712235569954, 0.010758569464087486, 0.003745749592781067, -0.0057843211106956005, -0.01365742553025484, -0.16892360150814056, 0.027395188808441162, 0.009680704213678837, -0.019281070679426193, 0.020941385999321938, 0.003114763181656599, -0.018116172403097153, 0.007853019051253796, -0.0019013278651982546, -0.0007201111875474453, 0.030956830829381943, -0.014434023760259151, -0.01361056137830019, -0.027877215296030045, 0.006510708946734667, 0.0011657348368316889, 0.01794210821390152, 0.013376242481172085, 0.022226789966225624, 0.019896993413567543, 0.027194343507289886, 0.0071032000705599785, 0.01870531588792801, -0.033366963267326355, -0.01399216614663601, 0.001738978549838066, -0.01763414591550827, 0.029135840013623238, -0.035536084324121475, -0.023927273228764534, 0.014634868130087852, 0.029965996742248535, 0.02953752875328064, 0.0008778577903285623, -0.003876298666000366, 0.008294877596199512, 0.006818670313805342, 0.008810378611087799, -0.008020389825105667, 0.025426913052797318, 0.003980068489909172, 0.03674115240573883, -0.023003388196229935, 0.02087443694472313, 0.027502305805683136, 0.007665564771741629, 0.011823045089840889, -0.005754194688051939, 0.0014745332300662994, -0.04014211893081665, 0.02157069742679596, -0.03285815939307213, 0.01608094945549965, 0.008281487971544266, -0.027662981301546097, 0.0016285140300169587, 0.010002055205404758, -0.0016477616736665368, -0.00562364561483264, -0.015465025790035725, 0.003134847618639469, -0.03117106482386589, 0.017808211967349052, -0.02344524674117565, -0.001204230124130845, -0.00549309654161334, -0.021905438974499702, 0.019361408427357674, -0.03609845042228699, 0.01016273070126772, 0.01527757104486227, 0.003541557816788554, 0.0012117617297917604, -0.002015139674767852, 0.008736735209822655, -0.0011071552289649844, -0.032992053776979446, 0.011026361957192421, 0.018142951652407646, 0.00021203738288022578, -0.012472442351281643, 0.015250791795551777, -0.012666592374444008, -0.014902660623192787, -0.0346255898475647, 0.006547530181705952, -0.012258208356797695, 0.00562364561483264, -0.006313211750239134, -0.01024976372718811, 0.013978776521980762, -0.012679981999099255, -0.0016787252388894558, 0.0001357792498311028, 0.020753931254148483, -0.012967859394848347, 0.023137284442782402, 0.007337518502026796, 0.0004023166256956756, 0.006410286761820316, 0.010370270349085331, -0.0036118533462285995, -0.00404366897419095, 0.009339268319308758, 0.025493860244750977, -0.024021001532673836, 0.01724584586918354, -0.006514056120067835, 0.009767737239599228, -0.03781232237815857, -0.041802432388067245, 0.02576165273785591, 0.014300127513706684, 0.003735707374289632, -7.892560824984685e-05, 0.05144296959042549, 0.006989388260990381, -0.01120712235569954, 0.0037390547804534435, -0.004920689854770899, 0.027957553043961525, -0.0014946177834644914, 0.007451330311596394, -0.012231429107487202, -0.002128951484337449, -0.011193732731044292, -0.08494383096694946, -0.008455553092062473, 0.004013542551547289, -0.011314239352941513, 0.021235957741737366, -0.0007397771696560085, 0.015009778551757336, 0.011582031846046448, -0.018544640392065048, 0.012070753611624241, -0.01646924763917923, -0.024556586518883705, -0.02582860179245472, -0.019615812227129936, -0.016134507954120636, -0.001078702276572585, -0.022106284275650978, -0.024328961968421936, 0.0008753472357057035, 0.02715417556464672, 0.01535790879279375, -0.02707383781671524, 0.007350908126682043, 0.013315989635884762, -0.012720150873064995, 0.0010619652457535267, -0.03882993385195732, 0.01980326697230339, 0.01725923642516136, 0.002497166395187378, 0.01964259147644043, -0.02004428021609783, -0.0292965155094862, -0.009412911720573902, -0.004365020431578159, 0.026431133970618248, 0.015090116299688816, -0.010725095868110657, 0.03435779735445976, -0.0044051893055438995, 0.014862491749227047, -0.00013295486860442907, 0.016429079696536064, -0.022521361708641052, -0.004890563432127237, -0.006463845260441303, -0.0158667154610157, 0.015411467291414738, -0.021530529484152794, -0.013724373653531075, -0.028118228539824486, -0.0033574504777789116, -0.01677720993757248, -0.013677509501576424, 0.012633118778467178, 0.006229526363313198, 0.012010500766336918, 0.023860326036810875, -0.042498692870140076, 0.007196927443146706, 0.0051315766759216785, -0.02689977176487446, -0.0056002140045166016, 0.01287413202226162, 0.007812850177288055, 0.009888243861496449, -0.014701816253364086, -0.01917395368218422, 0.036848269402980804, -0.010343491099774837, 0.007063031196594238, 0.013403021730482578, -0.022481193765997887, -0.008455553092062473, -0.030340908095240593, -0.0006682263338007033, -0.005489749368280172, 0.0022410897072404623, 0.008261403068900108, -0.030367687344551086, 0.010584504343569279, 0.007350908126682043, -0.009781126864254475, -0.012144397012889385, 0.015558753162622452, -0.0021657729521393776, 0.013061586767435074, 0.0033156077843159437, 0.002567462157458067, -0.026939941570162773, -0.00539267435669899, 0.017031611874699593, 0.004110617097467184, -6.579748878721148e-05, -0.014634868130087852, 0.006155883427709341, -0.027087226510047913, -0.008796988986432552, -0.00674837501719594, 0.012418883852660656, -0.0107050109654665, 0.007832935079932213, -0.052701592445373535, 0.009573587216436863, -0.021396633237600327, 0.002318080049008131, 0.01948191598057747, 0.002569135744124651, 0.01826345920562744, -0.024918105453252792, -0.009714178740978241, 0.02529301680624485, -0.004519001115113497, 0.027823656797409058, -0.00281182280741632, -0.005767584312707186, -0.01756719872355461, -0.0032218804117292166, 0.03232257440686226, 0.009821295738220215, 0.021771542727947235, 0.013777932152152061, 0.002935676835477352, -0.022012555971741676, 0.025092171505093575, 0.00041863523074425757, 0.008649702183902264, 0.021624255925416946, -0.02529301680624485, -0.002766632940620184, -0.004937427118420601, -0.01825006864964962, 0.025734873488545418, -0.013737763278186321, 0.003782571293413639, 0.007491499185562134, 0.012479137629270554, -0.00367210665717721, 0.017982276156544685, 0.011628895998001099, 0.03342052176594734, -0.005864658858627081, -0.0005920728435739875, -0.024770820513367653, 0.01902666874229908, -0.023686259984970093, -0.011575337499380112, -0.0070496415719389915, -0.007223706692457199, 0.022213401272892952, 0.007437940686941147, 0.01948191598057747, 0.043435968458652496, 0.013898438774049282, -0.0581645630300045, -0.011782876215875149, 0.00842877384275198, -0.04531051591038704, 0.030260570347309113, -0.012633118778467178, -0.008703261613845825, 0.0009657272603362799, 0.06619834154844284, -0.007016167510300875, -0.0008786946418695152, -0.01886599138379097, 0.01594705320894718, 0.00954680796712637, -0.027502305805683136, 0.00431480910629034, 0.021825101226568222, -0.02435574121773243, -0.01148830447345972, -0.004375062417238951, 0.002420176053419709, -0.0025925675872713327, 0.014367075636982918, 0.021369853988289833, 0.01120712235569954, 0.0358574353158474, -0.009386132471263409, 0.024141507223248482, 0.0341971218585968, 0.005031154491007328, -0.00913172960281372, 0.03781232237815857, 0.037008944898843765, 0.016442468389868736, 8.786946273176e-05, 0.018062613904476166, 0.007089810445904732, 0.022092893719673157, -0.019053447991609573, 0.034438133239746094, 0.0053826323710381985, -0.0011866561835631728, 0.008783599361777306, 0.015585532411932945, -0.0006724105915054679, 0.0009515007841400802, 0.027475526556372643, 0.0335811972618103, 0.03671437129378319, -0.002860360313206911, -0.00738438218832016, -0.014380465261638165, -0.04185599088668823, -0.002088782610371709, -0.021825101226568222, -0.04833657294511795, 0.006155883427709341, 0.02497166395187378, 0.008154286071658134, -0.018732095137238503, -0.001267830841243267, 0.0037490969989448786, -0.016201455146074295, 0.022923050448298454, 0.00017573892546352, -0.02071376144886017, -0.017460081726312637, 0.00846894271671772, 0.015304350294172764, 0.0017222415190190077, 0.013637340627610683, -0.04461425542831421, 0.035375408828258514, -0.008897410705685616, 0.007725818082690239, -0.042418356984853745, 0.004311461467295885, 0.0033072391524910927, -0.006694816052913666, -0.009968581609427929, -0.012713456526398659, -0.01716550812125206, -0.010725095868110657, -0.02234729751944542, -0.018116172403097153, -0.01531773991882801, 0.00966731458902359, 0.08467603474855423, 0.02738179825246334, 0.009292405098676682, -0.006072198506444693, 0.0009807905880734324, -0.00641698157414794, 0.025319796055555344, -0.016375521197915077, 0.0028871395625174046, -0.021517138928174973, 0.016348741948604584, 0.008576059713959694, -0.012104228138923645, -0.008207844570279121, -0.00014582146832253784, 0.016951274126768112, -0.006684774067252874, 0.016348741948604584, 0.0047834464348852634, -0.011756096966564655, 0.0010343490866944194, 0.0018059266731142998, 0.011414662003517151, -0.018678536638617516, -0.018665147945284843, -0.008261403068900108, 0.0036152007523924112, -0.010584504343569279, -0.014420634135603905, -0.028278904035687447, 0.01656297594308853, 0.0161746758967638, -0.02597588673233986, 0.000859447056427598, -0.013048197142779827, 0.01531773991882801, -0.0061826626770198345, -0.016589755192399025, 0.009366047568619251, 0.009252236224710941, -0.012720150873064995, -0.007826239801943302, -0.007089810445904732, -0.020379019901156425, 0.00010826773359440267, 0.001289588981308043, 0.018732095137238503, -0.014126062393188477, -0.0014728595269843936], \"21048b4e-55a7-47ac-ae97-c1b9b75913f7\": [-0.019821934401988983, -0.014743146486580372, 0.005598663352429867, -0.04300306737422943, -0.019128765910863876, 0.025753851979970932, -0.02091500721871853, -0.01385002676397562, -0.003685786621645093, -0.029113048687577248, 0.028126617893576622, 0.00811806134879589, -0.005901924334466457, -0.013643409125506878, 0.018168995156884193, 0.003005949081853032, 0.008564622141420841, -0.03719111904501915, -0.0010955717880278826, -0.020675063133239746, -0.01979527436196804, 0.015023079700767994, -0.0064351302571594715, 0.006655077915638685, -0.03241892531514168, 0.015462975017726421, 0.023834310472011566, -0.03313875570893288, 0.009711015038192272, -0.013663404621183872, -0.005901924334466457, -0.024087581783533096, -0.015036409720778465, -0.005078787449747324, -0.005618658382445574, -0.0016454404685646296, 0.013563428074121475, -0.014849787577986717, -0.005841938778758049, -0.01584954932332039, 0.019928574562072754, 0.008977856487035751, 0.0040423683822155, -0.00955771841108799, -0.011090685613453388, 0.034871675074100494, 0.015636267140507698, -0.009171144105494022, -0.003869076259434223, 0.0262337364256382, 0.019555330276489258, 0.008797899819910526, -0.016089491546154022, -0.01514305081218481, 0.015303012914955616, 0.0044322749599814415, -0.010010942816734314, 0.006015230435878038, -0.0035824780352413654, -0.018568899482488632, -0.006325156427919865, 0.025887152180075645, -0.024714099243283272, -0.029273010790348053, -0.04702877253293991, -0.031032590195536613, -0.0199419055134058, 0.01822231523692608, 0.009517727419734001, 0.000838966341689229, 0.03380526229739189, 0.021621504798531532, 0.008078071288764477, -0.020528431981801987, -0.0017129243351519108, -0.030206121504306793, -0.0055386777967214584, -0.00044406065717339516, -0.017809081822633743, 0.006411802489310503, 0.002880978863686323, -0.026247067376971245, 0.0010564144467934966, 0.020221838727593422, 0.026060445234179497, 0.004688880406320095, -0.009751005098223686, 0.01097737904638052, -0.014956429600715637, 0.0016529386630281806, 0.024594128131866455, 0.024554137140512466, -0.00783146359026432, 0.009417751803994179, 0.003355865366756916, 0.03391190245747566, -0.024407505989074707, 0.03793760761618614, -0.014023318886756897, -0.011683877557516098, 0.005628656130284071, 0.02644701860845089, -0.026167085394263268, -0.019741952419281006, -0.029806217178702354, -0.0020645069889724255, -0.0012971903197467327, -0.02220803126692772, 0.01864888146519661, 0.007324917707592249, -0.031272534281015396, 0.013363475911319256, 0.011363953351974487, -0.022514624521136284, 0.017635788768529892, -0.023554377257823944, -0.006195187568664551, 0.0026910242158919573, -0.025060683488845825, -0.010684115812182426, 0.010810752399265766, 0.02051510289311409, 0.015716247260570526, -0.010870737954974174, 0.03769766539335251, 0.02227468229830265, 0.014249931089580059, -0.00975767057389021, 0.0221013892441988, -0.0001432991266483441, -0.021061638370156288, -0.010104253888130188, 0.01036419253796339, 0.025393936783075333, -0.016476066783070564, -0.009691019542515278, -0.009184474125504494, 0.03204568102955818, 0.0031842398457229137, -0.026207076385617256, 0.01818232610821724, 0.025380607694387436, -0.017649119719862938, -0.005575335584580898, 0.02360769733786583, 0.029486292973160744, 0.02479408122599125, 0.0008989520138129592, 0.001881217584013939, -0.005282072350382805, 0.019128765910863876, -0.008731248788535595, 0.0023577704560011625, -0.029006408527493477, 0.00810473132878542, -0.00017527065938338637, -0.018408937379717827, 0.049774784594774246, 0.013823366723954678, -0.02112828940153122, 0.003655793843790889, 0.027433449402451515, 0.013083542697131634, -0.005861933808773756, 0.016795989125967026, 0.022621266543865204, 0.020821696147322655, 0.00029409644776023924, -0.01476980745792389, 0.00943108182400465, -0.008924535475671291, 0.020315149798989296, -0.01882217265665531, 0.003385858377441764, -0.005132107995450497, 0.01760912872850895, -0.014543194323778152, -0.0003432513913139701, -0.04316302761435509, 0.00013861274055670947, 0.01882217265665531, -0.002317779930308461, 0.01792905293405056, 0.02695356495678425, -0.004688880406320095, 0.006538439076393843, 0.013563428074121475, 0.006165194790810347, 0.006691735703498125, -0.014196611009538174, 0.0018362283008173108, 0.021048307418823242, 0.0009414419182576239, -0.006818372290581465, -0.6419800519943237, -0.012317059561610222, 0.027566751465201378, -0.03025944158434868, -0.016502726823091507, 0.025807172060012817, 0.009564382955431938, -0.0009747672593221068, -0.0058852615766227245, 0.017089253291487694, -0.006615087389945984, 0.02414090372622013, 0.0037857627030462027, -0.01720922440290451, -0.023047830909490585, -0.022394653409719467, -0.01498308964073658, -0.0013671736232936382, 0.0007477381732314825, -0.008824559859931469, -0.006165194790810347, 0.02036846987903118, 0.014183280058205128, 0.019102105870842934, 0.007511539850383997, 0.018022364005446434, 0.038684096187353134, 0.00602856045588851, -0.025180654600262642, 0.015103060752153397, -0.016622697934508324, -0.016795989125967026, 0.02975289709866047, -0.003885739017277956, 0.03609804809093475, 0.018995465710759163, -0.006971668917685747, 0.003972385078668594, 0.007324917707592249, 0.05118777975440025, -0.01642274484038353, -0.024847401306033134, 0.03540487959980965, 0.014343242160975933, 0.021354900673031807, 0.016009511426091194, 0.015209701843559742, 0.004562244284898043, -0.009990948252379894, -0.0029792888090014458, -0.018622221425175667, -0.030419403687119484, -0.018555570393800735, -0.013863356783986092, 0.002604378154501319, 0.0005765290115959942, 0.0046188971027731895, -0.009737675078213215, 0.004795521963387728, -0.0017412509769201279, 0.0035724802874028683, -0.0023927621077746153, 0.017195895314216614, -0.03361864015460014, -0.005645318888127804, -0.014649835415184498, -0.014543194323778152, 0.00862460769712925, 0.02320779301226139, 0.010730771347880363, 0.02242131344974041, 0.030312763527035713, 0.0019561995286494493, -0.022727906703948975, -0.0037591024301946163, 0.03047272376716137, 0.013770045712590218, 0.0044322749599814415, -0.03401854634284973, 0.009651029482483864, -0.02288786880671978, 0.014489874243736267, -0.0011413941392675042, -0.021501533687114716, 0.006065218709409237, 0.012277068570256233, -0.007691496983170509, -0.010397518053650856, 0.043962836265563965, 0.02708686701953411, 0.025567229837179184, 0.011257312260568142, -0.025420596823096275, -0.053773827850818634, -0.024167563766241074, 0.009224464185535908, -0.0237143374979496, -0.026926904916763306, -0.009204468689858913, 0.0007419062312692404, -0.00896452646702528, 0.0002551474026404321, 0.002509400947019458, -0.011757193133234978, 0.03191238269209862, 0.014423223212361336, -0.018102344125509262, -0.0024477490223944187, 0.01519637182354927, -0.028499862179160118, 0.030099481344223022, -0.01656937785446644, 0.002402759622782469, 0.006281833630055189, 0.02008853666484356, -0.02454080805182457, 0.03137917444109917, 0.0028943088836967945, -0.012317059561610222, 0.0024010934866964817, 0.0029726235661655664, 0.016356095671653748, 0.01071077585220337, -0.020488440990447998, 0.015476305037736893, 0.006678405683487654, 0.011110681109130383, -0.032338947057724, 0.013423461467027664, 0.0010414180578663945, -0.013470117002725601, -0.022501293569803238, 0.019968565553426743, -0.009144483134150505, 0.013483447954058647, 0.0017895727651193738, 0.01219708751887083, -0.00042531511280685663, 0.02873980440199375, -0.03431180864572525, -0.014916438609361649, -0.016409415751695633, -0.007858123630285263, -0.016102822497487068, 0.0033025448210537434, -0.007184951100498438, -0.004395617172122002, 0.005948579870164394, -0.022594604641199112, -0.010217560455203056, -0.015276352874934673, -0.005572002846747637, -0.007071644999086857, 0.027726713567972183, 0.006865027826279402, 0.00746488431468606, 0.0032508904114365578, -0.01962198130786419, -0.01932871900498867, 0.0016404417110607028, -0.011397278867661953, 0.006715063471347094, -0.0242475438863039, 0.0017295870929956436, 0.0010897398460656404, 0.0025160659570246935, 0.00016391919052693993, 0.014143289998173714, 0.018089015036821365, -0.015063070692121983, 0.004708875901997089, -0.013770045712590218, -0.0022461304906755686, 0.036204688251018524, -0.0168893001973629, 0.004902163054794073, -0.0017995703965425491, 0.016902631148695946, -0.0055253473110497, -0.0028359894640743732, 0.021728144958615303, -0.0004628061724361032, -0.01843559928238392, -0.030206121504306793, 0.02683359384536743, -0.0035291574895381927, 0.010144244879484177, 0.012423700653016567, -0.024554137140512466, -0.005245414096862078, -0.003275884548202157, 0.03257888928055763, -0.011950479820370674, 0.014303252100944519, -0.016076162457466125, -0.0022761232685297728, 0.012103776447474957, 0.004195665009319782, 0.015902869403362274, 0.0016287778271362185, 0.018728861585259438, 0.005115445237606764, 0.016169473528862, 0.005205424036830664, 0.011990470811724663, -0.010684115812182426, 0.009291115216910839, -0.03604472801089287, 0.03287215158343315, -0.002489405684173107, 0.01807568408548832, -0.03505829721689224, -0.008657933212816715, -0.030206121504306793, -0.006831702310591936, 0.0120371263474226, 0.0010005944641306996, 0.010370857082307339, -0.006071883719414473, -0.0020011889282613993, -0.0007039986085146666, -0.019701963290572166, 0.011070690117776394, 0.0007189949974417686, -0.011350623331964016, 0.019128765910863876, 0.001316352398134768, 0.018062354996800423, 0.012117107398808002, -0.02985953725874424, 0.007344913203269243, 0.01814233511686325, 0.003294213442131877, 0.015462975017726421, 0.006831702310591936, 0.015556286089122295, 0.030046159401535988, -0.03815089166164398, 0.018448928371071815, -0.01313019823282957, 0.0030009502079337835, 0.028979748487472534, 0.04668218642473221, -0.022941188886761665, 0.0016571043524891138, 0.008144722320139408, 0.020075207576155663, 0.0009647696861065924, -0.023794319480657578, 0.007951434701681137, -0.011663882061839104, 0.03999045118689537, 0.009664359502494335, -0.0016212796326726675, 0.03503163531422615, -0.023407744243741035, -0.0033125425688922405, 0.014889778569340706, 0.02576718106865883, 0.012117107398808002, 0.03172576054930687, 0.01983526349067688, 0.023980941623449326, -0.012683638371527195, 0.0009239460923708975, 0.004268980585038662, -0.0015221366193145514, -0.010677450336515903, 0.010204230435192585, 0.011930485256016254, -4.449458356248215e-05, -0.022941188886761665, 0.015263022854924202, -0.003682454116642475, 0.01471648644655943, 0.022901199758052826, 0.008691258728504181, -0.025567229837179184, 0.0018845500890165567, 0.020488440990447998, -0.027833355590701103, -0.006701733451336622, 0.01962198130786419, 0.013156859204173088, 0.011677212081849575, -0.023727668449282646, 0.002716018119826913, 0.0009747672593221068, -0.01492976862937212, 0.00014309083053376526, -0.004508923273533583, 0.03753770515322685, 0.007178286090493202, -0.023634357377886772, 0.005172098521143198, 0.01752914860844612, 0.040550317615270615, -0.013096872717142105, 0.0005102948052808642, -0.0072649321518838406, -7.748149801045656e-05, 0.0017462497344240546, -0.016036171466112137, -0.001043917378410697, 0.04476264491677284, -0.0059519121423363686, -0.009511062875390053, -0.019168756902217865, 0.013336815871298313, -0.030206121504306793, 0.017622459679841995, -0.004818849731236696, -0.021261589601635933, 0.0017912390176206827, 0.014169950038194656, -0.0070116594433784485, -0.009864311665296555, 0.02486073039472103, 0.02350105531513691, 0.004735535942018032, 0.003715779632329941, -0.03153913840651512, -0.02562054991722107, 0.00749154482036829, 0.05550674721598625, 0.01051082368940115, -0.003319207578897476, 0.00795810017734766, -0.03212566301226616, -0.013203514739871025, -0.024887392297387123, -0.034551750868558884, 0.01968863233923912, -0.003912399057298899, -0.013983327895402908, 0.011217322200536728, 0.023021170869469643, 0.007871453650295734, 0.016262784600257874, 0.025140663608908653, -0.012963571585714817, -0.011257312260568142, 0.0040956889279186726, -0.016009511426091194, 0.0003209650458302349, -0.024660779163241386, 0.01216376293450594, 0.047375354915857315, 0.04718873277306557, -0.006838367320597172, 0.036204688251018524, 0.02985953725874424, -0.009024512022733688, -0.027046876028180122, -0.018368948251008987, 0.004808851983398199, 0.0009464406757615507, 0.0023294438142329454, -0.025927143171429634, 0.030606025829911232, 4.0875656850403175e-05, 0.009937627241015434, 0.004932155832648277, 0.005392046179622412, 0.03396522253751755, 0.035804785788059235, -0.00019297476683277637, -0.028686484321951866, 0.0018362283008173108, -0.028339900076389313, 0.003419183660298586, 0.023234453052282333, 0.00876457430422306, 0.02026182971894741, 0.015676258131861687, -0.026900244876742363, -0.02932633087038994, -0.018062354996800423, 0.021474873647093773, 0.006748388987034559, -0.0003672039892990142, -0.011603896506130695, -0.017742430791258812, -0.030206121504306793, -0.02295451983809471, 0.0052420818246901035, -0.003545820014551282, -0.022088060155510902, -0.008744578808546066, 0.0016529386630281806, -0.021821456030011177, -0.006638415157794952, -0.011610561050474644, 0.01606283150613308, 0.022754566743969917, -0.03692451864480972, -0.02475409023463726, -0.005312065128237009, 0.018782181665301323, 0.025953803211450577, 0.004352294374257326, 0.0068916878663003445, 0.009051172062754631, 0.01987525448203087, 0.009271119721233845, -0.019635312259197235, -0.019208747893571854, -0.030099481344223022, -0.008611277677118778, -0.007451554294675589, -0.014876448549330235, -0.0131168682128191, 0.0006748388987034559, 0.013770045712590218, -0.01205712091177702, -0.012423700653016567, -0.001363007933832705, -0.0011938816169276834, 0.015316342934966087, 0.020901676267385483, 0.009797660633921623, -0.0011072356719523668, -0.01514305081218481, 0.0013863357016816735, -0.0011272308183833957, 0.001268030609935522, -0.0072182766161859035, -0.007378238253295422, 0.03316541388630867, 0.017009273171424866, -0.006011898163706064, -0.005408708471804857, 0.020288489758968353, -0.030526045709848404, 0.01566292718052864, -0.00855129212141037, 0.006205185316503048, 0.004838844761252403, -0.015862880274653435, -0.003735774662345648, 0.008671263232827187, 0.020501771941781044, 0.004828847013413906, -0.013236839324235916, 0.01786240190267563, -0.02252795547246933, 0.004059030674397945, 0.01471648644655943, 0.0024810743052512407, 0.005598663352429867, -0.004322301596403122, -0.026380367577075958, -0.0043856194242835045, -0.01871553249657154, -0.01574290730059147, 0.018515579402446747, -0.020595083013176918, -0.01031087152659893, -0.022141380235552788, 0.01017090491950512, -0.019968565553426743, -0.00545203173533082, -0.02176813594996929, -0.010684115812182426, 0.0005152936209924519, 0.00227778940461576, 0.019102105870842934, -0.009451077319681644, 0.0028476533479988575, -0.03564482182264328, -0.009677689522504807, 0.008897875435650349, -0.004485595505684614, 0.040230393409729004, -0.001402165275067091, -0.013823366723954678, 0.020115196704864502, -0.016982611268758774, -0.015023079700767994, -0.016902631148695946, 0.0005390379810705781, -0.012796944938600063, 0.03820421174168587, 0.03825753182172775, 0.014396563172340393, -0.00635848194360733, -0.014116629958152771, -0.0035724802874028683, 0.011590566486120224, -0.016249453648924828, 0.010404182597994804, 0.029592934995889664, 0.0038457484915852547, -0.010937388986349106, -0.0062285130843520164, 0.017115913331508636, -0.010517489165067673, -0.004602234344929457, 0.027406789362430573, -0.003355865366756916, 0.0012988565722480416, 0.0005744461668655276, -0.014903108589351177, -0.00268102646805346, 0.015209701843559742, -0.003279217053204775, -0.013416796922683716, 0.010624130256474018, -0.0330587737262249, -0.014276591129601002, 0.023061159998178482, -0.012756953947246075, 0.015529626049101353, -0.009004516527056694, -0.0050088041462004185, -0.015076400712132454, 0.02716684713959694, 0.019128765910863876, 0.0035991407930850983, -0.0009414419182576239, -0.014969759620726109, -0.035591501742601395, 0.01157057099044323, 0.027006885036826134, -0.0021878110710531473, 0.012936911545693874, 0.0015579613391309977, -0.02396761067211628, -0.029592934995889664, 0.01890215463936329, -0.005025466904044151, -0.02953961491584778, 0.01954200118780136, -0.007718157488852739, -0.014623175375163555, -0.02884644642472267, -0.012470356188714504, -0.013196849264204502, 0.004152341745793819, 0.0031142565421760082, -0.020061876624822617, 0.030979270115494728, -0.04151009023189545, -0.02144821174442768, -0.002129491651430726, -0.019781943410634995, 0.015103060752153397, -0.00977100059390068, 0.051374401897192, 0.034498430788517, 0.022901199758052826, -0.016969282180070877, -0.031085912138223648, -0.015436314977705479, 0.0006815039669163525, 0.012750289402902126, 0.03649795427918434, -0.017129244282841682, -0.020648403093218803, 0.005285404622554779, -0.011897159740328789, 0.0007260766578838229, -0.02935299277305603, 0.017849070951342583, 0.013463452458381653, 0.011417274363338947, -0.011930485256016254, -0.006048555951565504, -0.015529626049101353, 0.0063684796914458275, -0.020061876624822617, 0.004375622142106295, -0.023487726226449013, -0.01918208785355091, -0.010530819185078144, 0.0213815625756979, -0.007504874840378761, 0.018782181665301323, 0.011044030077755451, -0.011197326704859734, 0.005398711189627647, 0.019235407933592796, -0.015156381763517857, -0.027433449402451515, 0.009351100772619247, 0.017075922340154648, 0.004442272707819939, 0.00373244215734303, -0.003525824984535575, 0.022328002378344536, -0.01022422593086958, 0.008597947657108307, -0.009804326109588146, 0.021074967458844185, -0.008557956665754318, -0.008211372420191765, 0.016116151586174965, -0.0011330627603456378, 0.01627611368894577, -0.012223748490214348, -0.003885739017277956, -0.011263977736234665, 0.004732203669846058, -0.03057936578989029, 0.01257699728012085, 0.0070783100090920925, -0.00817138236016035, -0.0042989738285541534, -0.007004994433373213, -0.03833751380443573, 0.0009389424812979996, -0.01097737904638052, 0.024527477100491524, -0.0017595798708498478, -0.026247067376971245, 0.01598285138607025, 0.01085074245929718, 0.013376805931329727, 0.009997612796723843, 0.010210895910859108, 0.004715540912002325, 0.02985953725874424, -0.004179002251476049, 0.009497732855379581, 0.006838367320597172, 0.021394891664385796, -0.03596474602818489, 0.004145676735788584, -0.012610322795808315, -0.02324778214097023, 0.028339900076389313, -0.005895259324461222, -0.025713860988616943, -0.010784092359244823, 0.011337293311953545, 0.014903108589351177, 0.0040690284222364426, -0.00021192856365814805, 0.0009156147134490311, 0.025567229837179184, -0.006765051279217005, 0.000995595590211451, -0.016795989125967026, 0.007638176437467337, -0.038390833884477615, -0.022754566743969917, 0.022834548726677895, -0.021568184718489647, 0.0027210169937461615, -0.02180812694132328, 0.012397040612995625, -0.02536727674305439, -0.006568431854248047, -0.04081692174077034, -0.010984044522047043, 0.009611038491129875, -0.011897159740328789, 0.011923819780349731, 0.00984431616961956, -0.007278262171894312, 0.012610322795808315, 0.02091500721871853, -0.0005357054178602993, 0.0018828838365152478, 0.0024544140323996544, 0.030765987932682037, 0.023727668449282646, -0.0006952506955713034, -0.009944292716681957, -0.001979527296498418, -0.02212805114686489, -0.02706020511686802, -0.02450081706047058, -0.020128527656197548, -0.009384426288306713, 0.022248022258281708, -0.010397518053650856, -0.026420358568429947, -0.03676455467939377, -0.01169720757752657, -0.03908400237560272, -0.04009709507226944, -0.005495354533195496, 0.014609845355153084, 0.014863118529319763, 0.04321634769439697, -0.010290876030921936, -0.004732203669846058, 0.009884307160973549, 0.028499862179160118, -0.012530341744422913, -0.00557866832241416, 0.011330627836287022, -0.008058075793087482, 0.013969997875392437, -0.005132107995450497, -0.0721960961818695, -0.015996180474758148, 0.005971907638013363, -0.025713860988616943, 0.016862640157341957, 0.02184811793267727, -0.011470594443380833, -0.01245036069303751, -0.013070212677121162, -0.00227778940461576, -0.024047592654824257, 0.010010942816734314, 0.022114720195531845, -0.02780669368803501, 0.019195416942238808, 0.008664597757160664, 0.004012375604361296, -0.027939995750784874, 0.02458079718053341, 0.005641986150294542, -0.008358004502952099, -0.0028859777376055717, -0.006401804741472006, 0.0033791931346058846, 0.019848594442009926, -0.021354900673031807, 0.013903346844017506, 0.0253272857517004, -0.013983327895402908, 0.0172492153942585, -0.0016337765846401453, -0.010764096863567829, -0.019768614321947098, 0.006175192538648844, 0.012357049621641636, -0.006025228183716536, 0.008824559859931469, -0.014476543292403221, 0.012297064065933228, 0.0027043542359024286, -0.014089968986809254, -0.0071916161105036736, 0.006108541507273912, -0.0025810503866523504, 0.004875502549111843, -0.017595799639821053, 0.008051411248743534, -0.010950719006359577, -0.021941429004073143, 0.0007060813950374722, -0.011530579999089241, -0.0070316544733941555, -0.005755292717367411, -0.00112056580837816, -0.00027118524303659797, -0.009191138669848442, -0.003200902370736003, 0.009097827598452568, 0.009671024046838284, -0.021861447021365166, 0.0026560325641185045, 0.001103903166949749, -0.01216376293450594, -0.0008260527974925935, 0.19035455584526062, -0.007211611606180668, -0.015942860394716263, 0.017542477697134018, -0.03284548968076706, -0.0034108522813767195, 0.016662688925862312, 0.005312065128237009, -0.0056786444038152695, -0.00923112966120243, -0.03660459443926811, 0.008397994562983513, -0.017169233411550522, -0.0017979040276259184, 0.012030460871756077, -0.06739724427461624, -0.028073297813534737, -0.019555330276489258, -0.00828468892723322, 0.03079264797270298, -0.013296825811266899, 0.011743863113224506, -0.014209941029548645, -0.0021111625246703625, 0.029886197298765182, 0.012490351684391499, 0.0019878586754202843, 0.0020161853171885014, 0.02435418590903282, 0.012943576090037823, -0.015329672954976559, 0.012850265018641949, 0.019568661227822304, 0.0188621636480093, -0.004408947192132473, -0.006991663947701454, 0.03524491935968399, -0.0037524374201893806, 0.021474873647093773, 0.014623175375163555, -0.005118777975440025, -0.013863356783986092, -0.004678883124142885, -0.0020911674946546555, -0.0025493912398815155, 0.0352182574570179, 0.00035616496461443603, -0.015369663946330547, -0.02759341150522232, 0.013156859204173088, -0.04548247531056404, -0.01788906194269657, 0.019848594442009926, 0.009491067379713058, -0.006008565425872803, 0.005915254354476929, -0.004252318292856216, 0.029219690710306168, -0.04222991690039635, 0.023554377257823944, 0.0002861816610675305, 0.00857128668576479, -0.03721778094768524, 0.0037691001780331135, -0.012816939502954483, 0.010204230435192585, 0.001676266430877149, -0.017662450671195984, 0.03609804809093475, -0.01900879479944706, 0.001676266430877149, 0.0002968041517306119, 0.004405614919960499, 0.005841938778758049, -0.017169233411550522, -0.02087501622736454, 0.0032808834221214056, 0.010297541506588459, 0.008771238848567009, 0.025633879005908966, 0.0011572237126529217, 0.0006219348288141191, -0.0035658152773976326, 0.0025293962098658085, 0.00012736541975755244, -0.014676496386528015, 0.028393222019076347, 0.008417990058660507, 0.014529864303767681, -0.016076162457466125, 0.00038282526656985283, 0.00605522096157074, -0.019995225593447685, -0.027860015630722046, -0.014956429600715637, 0.014969759620726109, 0.029939519241452217, 0.021368231624364853, -0.002716018119826913, -0.008338009007275105, -0.008944530971348286, 0.06190522015094757, -0.007278262171894312, 0.002754342509433627, -0.030552705749869347, -0.01680932007730007, 0.005338725168257952, 0.025567229837179184, -0.019781943410634995, -0.011583901010453701, 0.003939059562981129, -0.041190166026353836, 0.0037191121373325586, -0.016169473528862, 0.003404187271371484, -0.003782430198043585, 0.004508923273533583, -0.02507401444017887, -0.005498687271028757, -0.00950439739972353, -0.0012930246302857995, -0.011590566486120224, 0.0289264265447855, 0.009457741864025593, -0.000589026021771133, -0.004902163054794073, -0.0131168682128191, 0.0008168882923200727, -0.003592475550249219, -0.01936870813369751, 0.020141858607530594, 0.0037724326830357313, 0.019781943410634995, -0.006095211487263441, -0.012297064065933228, 0.025193985551595688, 0.022288011386990547, 0.007984760217368603, 0.005295402370393276, 0.02662031166255474, -0.005748627707362175, 0.004605567082762718, -0.004328966606408358, 0.016262784600257874, -0.01345678698271513, -0.025447258725762367, 0.013230174779891968, 0.023807648569345474, -0.01846225932240486, -0.01069078128784895, -0.017955712974071503, -0.012570331804454327, -0.00021494868269655854, 0.00828468892723322, 0.02108829841017723, 0.007751482538878918, -0.020581752061843872, -0.040150415152311325, 0.030152801424264908, 0.007798138074576855, -0.027726713567972183, -0.020715054124593735, 0.020435120910406113, -0.0024194223806262016, 0.001334681292064488, 0.017342526465654373, -0.1695595234632492, 0.01070411130785942, 0.00541537394747138, 0.014583185315132141, 0.02112828940153122, 0.0035624827723950148, 0.00855129212141037, -0.0027493436355143785, 0.020701725035905838, -0.0033292050939053297, 0.00438228715211153, -0.024207552894949913, -0.0215548537671566, -0.01212377194315195, 0.008631272241473198, 0.00300928158685565, -0.017329195514321327, 0.01566292718052864, 0.01896880380809307, 0.012410370633006096, 0.04340296983718872, 0.014436553232371807, -0.017235884442925453, -0.021621504798531532, 0.004019040614366531, 0.020528431981801987, -0.026593651622533798, 0.011237316764891148, -0.02738012932240963, -0.015409654006361961, -0.0006748388987034559, 0.03265886753797531, 0.0224613044410944, 0.00448226323351264, 0.010657455772161484, 0.018009033054113388, -0.0026726953219622374, 0.012090446427464485, -0.007844793610274792, 0.0308992899954319, 0.03743106499314308, 0.0477752611041069, -0.023327764123678207, 0.017369186505675316, 0.03337869793176651, 0.00815805234014988, 0.02026182971894741, -0.01860889047384262, 0.020635074004530907, -0.01644940674304962, 0.009804326109588146, -0.030765987932682037, 0.01539632398635149, -0.0018628885736688972, -0.017582468688488007, 0.0068450323306024075, -0.010190900415182114, 0.009684354066848755, 0.008397994562983513, -0.002944297157227993, -0.006271835882216692, -0.006178524810820818, 0.0037990929558873177, -0.014169950038194656, -0.003842415986582637, -0.012850265018641949, -0.01822231523692608, 0.017542477697134018, -0.02687358483672142, 0.02238132245838642, 0.007918109185993671, -0.013770045712590218, 0.0057652899995446205, -0.03385858237743378, 0.0037191121373325586, 0.010090923868119717, -0.02310115098953247, 0.0158095583319664, 0.012963571585714817, 0.011077355593442917, -0.0008210539817810059, 0.020115196704864502, -0.003135917941108346, 0.013143528252840042, -0.012810274958610535, 0.004179002251476049, 0.0147298164665699, 0.01684931106865406, 0.020381800830364227, -0.0071716210804879665, 0.03383192420005798, -0.01839560829102993, -0.005821943283081055, -0.012836934998631477, 0.03884406015276909, 0.0009614371228963137, 0.008884545415639877, 0.004815516993403435, 0.0027976653072983027, 0.01446321327239275, 0.0034924994688481092, 0.014956429600715637, -0.011703872121870518, -0.005795283243060112, 0.018555570393800735, 0.003337536472827196, 0.018568899482488632, -7.00874297763221e-05, 0.022554615512490273, -0.01165721658617258, -0.04508256912231445, 0.01894214376807213, 0.0253272857517004, 0.013356811366975307, -0.005482024513185024, 0.04817516356706619, -0.008251363411545753, -0.017302535474300385, -0.0016246121376752853, 0.006711730733513832, 0.04574907571077347, -0.013650074601173401, 0.01752914860844612, -0.015023079700767994, -0.004262315575033426, -0.00272601586766541, -0.08557956665754318, -0.020568422973155975, 0.022501293569803238, 0.007584855891764164, -0.009131153114140034, 0.0021494869142770767, -0.004065696150064468, 0.021461542695760727, -0.002509400947019458, 0.04135012626647949, -0.02030181884765625, -0.02975289709866047, -0.017915721982717514, -0.02238132245838642, 0.008238033391535282, -0.009317775256931782, -0.01691596210002899, -0.013516772538423538, -0.017755761742591858, 0.02282121777534485, -0.018062354996800423, -0.0151830418035388, 0.006738391239196062, -0.004452270455658436, -0.03079264797270298, 0.01065079029649496, -0.029886197298765182, -0.013216844759881496, 0.0193953700363636, 0.01638275571167469, 0.002805996686220169, -0.016356095671653748, -1.9891083866241388e-05, -0.007611515931785107, -0.008577952161431313, 0.002994285197928548, -0.004602234344929457, -0.023994270712137222, 0.024980703368782997, -0.005278739612549543, 0.007864789105951786, -0.00582860829308629, -0.018782181665301323, -0.03215232491493225, 0.009924297221004963, -0.022114720195531845, -0.011223986744880676, -0.0018728862050920725, -0.028979748487472534, -0.011044030077755451, 0.0005765290115959942, -0.015089730732142925, -0.003965720068663359, -0.010204230435192585, 0.015116390772163868, 0.00783146359026432, 0.0019512007711455226, 0.010624130256474018, -0.02458079718053341, 0.007991425693035126, -0.0174225065857172, -0.020528431981801987, -0.031885720789432526, 0.03532490134239197, 0.000948940112721175, 0.013956667855381966, -0.025500578805804253, -0.005115445237606764, 0.03545819967985153, -0.018955474719405174, -0.019355379045009613, 0.018382277339696884, -0.01962198130786419, -0.003212566254660487, -0.03996379300951958, 0.0009431081707589328, -0.03367196023464203, 0.004925490822643042, 0.009137818589806557, -0.026500340551137924, -0.014903108589351177, -0.007704827003180981, 0.0016770996153354645, -0.026207076385617256, 0.00911115761846304, -0.024660779163241386, 0.02558055892586708, 0.005142105743288994, 0.008971191011369228, -0.03908400237560272, 0.026673631742596626, 0.020888345316052437, 0.01915542595088482, -0.018568899482488632, 0.0042256577871739864, -0.0026560325641185045, -0.028766464442014694, -0.022154711186885834, 0.0009072833927348256, 0.004089023917913437, -0.02098165638744831, -0.0071916161105036736, -0.07230273634195328, 0.013743385672569275, -0.005988570395857096, 0.009677689522504807, -0.006991663947701454, -0.0016012843698263168, 0.021288251504302025, -0.013090208172798157, -0.012736959382891655, -0.007624846417456865, -0.023834310472011566, 0.03169909864664078, 0.003839083481580019, -0.013016892597079277, -0.014356572180986404, -0.01478313747793436, 0.02727348916232586, -0.00028368228231556714, 0.030046159401535988, 0.010124249383807182, 0.0005640320014208555, -0.0131168682128191, 0.029299670830368996, 0.02414090372622013, -0.0007148293079808354, 0.015382993966341019, -0.03137917444109917, 0.01915542595088482, 0.0021961424499750137, 0.008324678987264633, 0.020648403093218803, -0.01714257337152958, -0.01879551261663437, -0.0029526283033192158, -0.00020380550995469093, 0.0018378945533186197, 0.0017229219665750861, 0.022114720195531845, 0.03420516848564148, 0.018089015036821365, -0.0330587737262249, -0.019768614321947098, 0.01962198130786419, -0.01828896626830101, -0.01051082368940115, -0.008124726824462414, -0.005065457429736853, 0.02314114198088646, -0.003919064532965422, -0.007824798114597797, 0.02284787781536579, 0.008944530971348286, -0.03639131039381027, -0.017742430791258812, -0.007811468560248613, -0.004342296626418829, 0.03223230317234993, -0.019488681107759476, 0.0062951636500656605, -0.015209701843559742, 0.044602684676647186, 0.0151830418035388, -0.010990709066390991, -0.011717202141880989, 0.019848594442009926, 0.02248796448111534, -0.027673393487930298, -0.0038157557137310505, -0.0006044390029273927, -0.02267458662390709, 0.0070316544733941555, -0.015729578211903572, 0.0056153261102736, -0.004032370634377003, 0.018342288210988045, -0.0141032999381423, 0.003982382360845804, 0.0062285130843520164, -0.01674266904592514, 0.0017362521030008793, 0.02392762154340744, 0.01519637182354927, -0.022607935592532158, 0.031565796583890915, 0.01004426833242178, -0.019555330276489258, -0.02396761067211628, 0.016076162457466125, -0.022727906703948975, 0.014023318886756897, -0.032338947057724, 0.02180812694132328, -0.009544388391077518, -0.006698400713503361, -0.006531774066388607, 0.0226345956325531, 0.02543392777442932, 0.022328002378344536, 0.02490072138607502, 0.03511161729693413, 0.026247067376971245, 0.01584954932332039, -0.0016837646253407001, -0.011757193133234978, -0.04398949816823006, 0.005345390643924475, -0.03831085190176964, -0.045002587139606476, -0.014623175375163555, 0.03575146570801735, -0.0036757891066372395, -0.0018745524575933814, 0.0010022607166320086, 0.0056519838981330395, -0.028899766504764557, 0.018515579402446747, 0.003087596269324422, -0.0032075676135718822, -0.020861685276031494, -0.0046188971027731895, 0.009137818589806557, 0.008191377855837345, 0.011004039086401463, -0.029939519241452217, 0.029006408527493477, -0.009337770752608776, -0.007251602131873369, -0.00020953330385964364, -0.0068250373005867004, -0.014383232221007347, 0.003067601006478071, -0.003642463590949774, -0.0019212079932913184, -0.006265170872211456, -0.01591620035469532, -0.016662688925862312, -0.0034858344588428736, -0.0007219109684228897, 0.021288251504302025, 0.06665075570344925, 0.023047830909490585, 0.0088912108913064, 0.0011238983133807778, 0.007684831973165274, -0.004798854235559702, -0.00930444523692131, -0.0072915926575660706, -0.015116390772163868, -0.02148820273578167, 0.004872170276939869, 0.021861447021365166, 0.01385002676397562, -0.024527477100491524, -0.01115733664482832, 0.01570291817188263, -0.023261113092303276, -0.004475598223507404, -0.014449883252382278, -0.015516295097768307, 0.011597231030464172, -0.030632685869932175, 0.020181847736239433, -0.017742430791258812, -0.019022125750780106, 0.004895498044788837, 0.008917870931327343, -0.024807410314679146, -0.023687677457928658, -0.02630038745701313, 0.0199419055134058, 0.00903784204274416, -0.023327764123678207, -0.022114720195531845, -0.009297779761254787, -0.017115913331508636, -0.0224613044410944, -0.02975289709866047, 0.016156142577528954, 0.032818831503391266, -0.000995595590211451, 0.009324440732598305, -0.02712685614824295, 0.00056028290418908, -0.00842465553432703, 0.008611277677118778, 0.01670267805457115, -0.012217083014547825, 0.00344917643815279], \"7e07772a-5089-4086-a6f4-2fdc2f687b38\": [0.0031700325198471546, -0.004510426893830299, 0.005328067112714052, -0.05190006643533707, -0.011976422742009163, 0.03581533581018448, -0.025681953877210617, 0.0029924302361905575, -0.0001973939943127334, -0.024408580735325813, 0.019422313198447227, 0.004409897141158581, 0.0031197676435112953, -0.014141160063445568, -0.008002153597772121, 0.006142356898635626, 0.01855105720460415, -0.03779911994934082, 0.0047751544043421745, -0.014891779981553555, 0.0007120844675228, 0.01102474331855774, -0.03048056550323963, 0.021526731550693512, -0.04168626293540001, 0.0034615681506693363, 0.025561319664120674, -0.037182535976171494, -0.002600364852696657, -0.026325343176722527, 0.022317564114928246, -0.022250544279813766, -0.002612093463540077, 0.009436375461518764, -0.010441671125590801, 0.0025199411902576685, 0.015106243081390858, 0.01540113054215908, -0.006903030443936586, -0.009751368314027786, 0.020293569192290306, 0.007640247233211994, -0.003312449436634779, -0.015173262916505337, -0.005817311350256205, 0.03259838744997978, 0.01315596979111433, -0.010562307201325893, -0.020749302580952644, 0.030721837654709816, 0.029220595955848694, 0.008531609550118446, -0.034260477870702744, -0.02050803229212761, 0.002147981896996498, -0.001192950876429677, -0.0018480686703696847, 0.02226394973695278, -0.012921401299536228, -0.01074996218085289, 0.003345959121361375, 0.023443495854735374, -0.032517965883016586, -0.019341889768838882, -0.018792327493429184, -0.01887275092303753, -0.014757741242647171, 0.025454087182879448, 0.016486849635839462, -0.006450647488236427, 0.03048056550323963, 0.008350656367838383, 0.01418137177824974, 0.010796875692903996, 0.011755257844924927, -0.013926696963608265, -0.0016713041113689542, -0.02506537362933159, -0.007519612088799477, -0.016245579347014427, -0.00628980016335845, 0.012391945347189903, -0.004614307079464197, 0.011245908215641975, 0.020239952951669693, 0.001896657864563167, 0.014503066428005695, 0.015964096412062645, -0.003917302470654249, -0.012673428282141685, 0.005984860472381115, 0.023926038295030594, 0.0007594171329401433, 0.006316607818007469, -0.0036592762917280197, 0.028898900374770164, -0.017063219100236893, 0.022183524444699287, -0.0015045925974845886, -0.02364455536007881, 0.00970445480197668, 0.00959722325205803, -0.038362085819244385, -0.007593333721160889, -0.023966249078512192, -0.016165155917406082, 0.020936958491802216, -0.022692875936627388, -0.010207102634012699, -0.004175328183919191, 0.004202135838568211, 0.017867455258965492, 0.001831313711591065, -0.03554725646972656, 0.012686831876635551, -0.01938210055232048, -0.0002383388637099415, -0.0092554222792387, -0.02670065313577652, -0.0015975824790075421, 0.02343009226024151, -0.0031415491830557585, 0.005947999656200409, -0.005706728436052799, 0.0371021144092083, 0.006370223592966795, 0.01174185425043106, -0.004748346749693155, 0.026915116235613823, -0.007881518453359604, -0.013792657293379307, -0.016513656824827194, 0.03377793729305267, 0.022062890231609344, -0.025373663753271103, 0.0033694161102175713, 0.0017978037940338254, 0.027451274916529655, -0.004986266605556011, -0.026781078428030014, 0.02046782150864601, 0.028925709426403046, -0.00904766097664833, 0.002912006573751569, 0.008169703185558319, 0.02101738192141056, 0.014663913287222385, 0.0028382849413901567, 0.004624360240995884, 0.008002153597772121, 0.007211321033537388, 0.002699218923225999, -0.012800765223801136, -0.00192346575204283, -0.0034347602631896734, -0.005294557195156813, -0.00606528390198946, 0.02932782657444477, 0.03174053505063057, -0.012170780450105667, -0.008511503227055073, 0.021138017997145653, -0.014315410517156124, -0.005760344211012125, 0.009436375461518764, 0.03029291145503521, 0.0056966757401824, -0.0011979773407801986, -0.009335845708847046, 0.02771935425698757, -0.000788738252595067, 0.025172604247927666, -0.025132393464446068, -0.008082577958703041, 0.006822607014328241, 0.01797468774020672, 0.002756185829639435, -0.010153486393392086, -0.041766684502363205, 0.013651915825903416, -0.0022367830388247967, 0.0022317564580589533, 0.020293569192290306, 0.021379288285970688, -0.017880858853459358, 0.02092355489730835, 0.04026544466614723, 0.008243424817919731, -0.011581006459891796, -0.00192346575204283, 0.003488376038148999, 0.01889955997467041, 0.013537982478737831, 0.007935133762657642, -0.6322371959686279, -0.01839021034538746, 0.03243754059076309, -0.0455734059214592, -0.011788767762482166, 0.003595607588067651, -0.006574633996933699, 0.015870267525315285, -0.02217012085020542, 0.01765299215912819, 7.607784937135875e-05, 0.026941925287246704, -0.002570206066593528, -0.012184184044599533, -0.02615109272301197, -0.0381208136677742, -0.0036425215657800436, -0.008095981553196907, 0.011266013607382774, -0.012445560656487942, -0.013196181505918503, 0.023497112095355988, 0.009878706187009811, -0.013665319420397282, 0.011031445115804672, 0.007177811581641436, 0.024877717718482018, -0.004125063307583332, -0.003423031885176897, 0.018336594104766846, -0.015106243081390858, 0.0026556560769677162, 0.041954342275857925, 0.006450647488236427, 0.03712892159819603, -0.0011209046933799982, 0.016098136082291603, 0.01156760286539793, 0.013417346403002739, 0.04460832104086876, -0.018269574269652367, -0.007600035518407822, 0.039488013833761215, 0.03187457472085953, 0.003022589022293687, 0.008558417670428753, 0.04852227121591568, -0.006779043935239315, -0.008216616697609425, 0.022438200190663338, -0.010133381001651287, -0.01221099216490984, 5.275184321362758e-06, -0.009925619699060917, 0.014060735702514648, 0.001364688971079886, 0.027907008305191994, -0.018014898523688316, 0.0023507163859903812, -0.006976752076297998, 0.0040111299604177475, 0.009939023293554783, -0.015709420666098595, -0.04978224262595177, -0.0018530951347202063, 0.010213804431259632, 0.0057871523313224316, -0.008632139302790165, 0.012298117391765118, 0.007586631458252668, 0.03174053505063057, 0.03171372786164284, 0.01359159778803587, -0.028604013845324516, 0.01710343174636364, 0.04090883210301399, 0.02481069788336754, -0.0023004517424851656, -0.013873080722987652, -0.015374322421848774, 0.0011778714833781123, 0.010200400836765766, -0.01071645226329565, -0.03420686349272728, 0.015334110707044601, 0.014449450187385082, -0.00895383395254612, -0.014623701572418213, 0.030239295214414597, 0.02343009226024151, 0.026740865781903267, 0.0036157136783003807, -0.01031433418393135, -0.025427279993891716, -0.01505262777209282, -0.0031616550404578447, -0.011983124539256096, -0.03793315961956978, -0.018122131004929543, 0.0121774822473526, -0.014462854713201523, -0.026365555822849274, 0.01440923847258091, 0.008049068041145802, 0.0360029898583889, 0.017505548894405365, -0.0038703884929418564, -0.007680459413677454, -0.004691380076110363, -0.04431343451142311, 0.014596893452107906, -0.0050063724629580975, -0.007868114858865738, -0.0011544146109372377, 0.019502736628055573, -0.01832319051027298, 0.02060185931622982, 0.01156760286539793, 0.00034808364580385387, 0.004393142182379961, 0.012686831876635551, 0.006521018221974373, 0.012036740779876709, -0.010689644142985344, 0.03956843912601471, 0.029381442815065384, 0.010079764761030674, -0.007539717946201563, 0.025950033217668533, -0.01176195964217186, 0.004781856667250395, -0.02175459824502468, 0.016821948811411858, -0.01505262777209282, 0.025440683588385582, -0.0022702927235513926, 0.01871190406382084, -0.0025015107821673155, 0.0070437719114124775, -0.01883254013955593, -0.019489333033561707, -0.026553209871053696, -0.009959129616618156, -0.0031666813883930445, 0.0012750501045957208, 0.002979026176035404, -0.01597750000655651, -0.011178888380527496, -0.001970379613339901, -0.003934057429432869, 0.009282230399549007, 0.0004741644661407918, 0.009342548437416553, 0.029274210333824158, 0.006356819998472929, -0.0027980729937553406, 0.0030510725919157267, -0.03436771035194397, -0.026620229706168175, -0.006779043935239315, -0.02534685656428337, 0.023510515689849854, -0.0230413768440485, 0.001972055062651634, -0.006601441651582718, -0.01030092965811491, 0.03174053505063057, 0.01092421356588602, -0.01047518104314804, -0.02932782657444477, 0.016312599182128906, -0.009040959179401398, -0.019114023074507713, 0.027263619005680084, -0.006990156136453152, 0.025775782763957977, -0.0040412889793515205, 0.007834604941308498, -0.0008369087008759379, -0.009315740317106247, 0.009429673664271832, -0.018363401293754578, -0.009798281826078892, 0.002694192575290799, 0.019945066422224045, 0.02281351014971733, 0.0018748764414340258, 0.03584214299917221, 0.014771144837141037, -0.001618526061065495, -0.0030946352053433657, -0.011011338792741299, -0.007640247233211994, 0.01636621356010437, -0.011044848710298538, 0.0129817184060812, 0.015575381927192211, -0.005813959985971451, -0.014704125002026558, 0.03013206273317337, 0.005626305006444454, -0.01031433418393135, 0.003146575530990958, -0.003359363181516528, -0.015307302586734295, -0.019918259233236313, -0.006407084874808788, -0.03372431918978691, 0.0482005774974823, -0.0021781406830996275, 0.00912808533757925, -0.02467665821313858, -0.016955988481640816, -0.024502407759428024, 0.009027555584907532, 0.01887275092303753, 0.0019485981902107596, 0.016326002776622772, -0.01556197740137577, -0.003337581641972065, 0.016486849635839462, 0.0047014327719807625, 0.035761717706918716, -0.002970648929476738, 0.0016997874481603503, 0.011802171356976032, 0.026499595493078232, 0.026512999087572098, 0.008163001388311386, -0.04283900186419487, 0.0038335276767611504, 0.013899888843297958, -0.014663913287222385, 0.00813619326800108, 0.0011183915194123983, 0.014543278142809868, -0.002876821206882596, -0.03418005257844925, 0.020360589027404785, -0.009878706187009811, -0.0020692336838692427, 0.018282977864146233, 0.03822804614901543, -0.0296495221555233, 0.01278736162930727, 0.008008855395019054, 0.03391197696328163, 0.0001023097793222405, -0.038362085819244385, 0.01562899723649025, -0.015066031366586685, 0.029032940044999123, 0.018309785053133965, 0.005093498155474663, 0.02916697971522808, -0.024234328418970108, -0.01274044718593359, 0.007063877768814564, 0.007995451800525188, 0.018591267988085747, 0.02502516098320484, 0.026003649458289146, 0.0166879091411829, -0.006430541630834341, 0.010207102634012699, -0.015374322421848774, 0.007995451800525188, 0.00202567083761096, -0.014838164672255516, -0.003273912938311696, -0.010468479245901108, -0.030989915132522583, 0.004393142182379961, 0.004171977285295725, 0.005442000925540924, 0.004403195343911648, 0.009878706187009811, -0.030212486162781715, -0.008189809508621693, -0.0007912514847703278, -0.02914017252624035, -0.01135984156280756, 0.014730933122336864, 0.03664638102054596, 0.015508362092077732, -0.012465666979551315, 0.012103760614991188, -0.0133838364854455, -0.005143763031810522, -0.0036760312505066395, -0.013725637458264828, 0.008685754612088203, 0.021875234320759773, -0.007318552583456039, -0.010287526063621044, 0.003964215982705355, 0.013008526526391506, -0.023215629160404205, 0.006755587179213762, -0.015990903601050377, 0.014020523987710476, -0.005442000925540924, -0.02442198432981968, -0.006001615431159735, 0.05050605535507202, 0.01903359964489937, -0.003495078068226576, -0.03538640961050987, 0.014234987087547779, -0.06096113100647926, -0.005586093291640282, -0.00484552513808012, -0.011956317350268364, -0.010408161208033562, 0.003619064576923847, 0.014476258307695389, -0.008625437505543232, 0.0029572448693215847, 0.006856116931885481, 0.006722077261656523, 0.01092421356588602, -0.04463512822985649, -0.03013206273317337, 0.003404601477086544, 0.054017890244722366, 0.019047003239393234, -0.014958799816668034, -0.0018715255428105593, -0.034608978778123856, 0.01481135655194521, -0.01719725877046585, -0.00037342545692808926, 0.04415258765220642, -0.015615593641996384, 0.015374322421848774, 0.016191963106393814, 0.003173383418470621, 0.009838494472205639, 0.008826496079564095, -0.009282230399549007, -0.00035541391116566956, -0.0035386409144848585, -0.015173262916505337, -0.02361774630844593, -0.005059988237917423, -0.02037399262189865, 0.020427608862519264, 0.01726427860558033, 0.01855105720460415, -0.012036740779876709, 0.0259634368121624, 0.028898900374770164, -0.009174998849630356, 0.011426861397922039, -0.010468479245901108, 0.009188402444124222, 0.017317894846200943, 0.007955240085721016, -0.039836518466472626, 0.03940759226679802, 0.012646620161831379, -0.018537653610110283, -0.0032705620396882296, 0.023081589490175247, 0.021044190973043442, 0.020038895308971405, -0.0026858150959014893, -0.01841701753437519, 0.004584148526191711, -0.010535499081015587, -0.010186996310949326, 0.03581533581018448, 0.009510097093880177, -0.012076952494680882, 0.0067689912393689156, -0.011701641604304314, -0.04026544466614723, -0.012217693962156773, 0.009422971867024899, 0.0035285879857838154, 0.020226549357175827, -0.008491397835314274, -0.025467490777373314, -0.034957483410835266, -0.04042629152536392, -0.0006237021880224347, 0.006125601939857006, -0.011192291975021362, -0.0027260268107056618, 0.012814169749617577, 0.002653980627655983, -0.014302006922662258, -0.008095981553196907, 0.016902372241020203, 0.013537982478737831, -0.0312579944729805, -0.02486431412398815, 0.00712419580668211, 0.01091080904006958, 0.01155419833958149, 0.009416270069777966, -0.013035334646701813, 0.0023255841806530952, -0.0018832539208233356, 0.004161924123764038, -0.04334834963083267, 0.002462974516674876, -0.01458348985761404, 0.013739041052758694, -0.01707662269473076, -0.015374322421848774, -0.01055560540407896, -0.002117822878062725, 0.03535960242152214, -0.0040412889793515205, -0.004145169164985418, 0.010897405445575714, -8.974358934210613e-05, -0.005753642413765192, 0.024086885154247284, 0.009456481784582138, 0.02115142159163952, -0.014931992627680302, 0.004553989507257938, -0.019234657287597656, 0.0038268256466835737, -0.002680788515135646, -0.0070504737086594105, 0.005331418476998806, 0.022853722795844078, -0.00549561670050025, 0.015763036906719208, 0.030534181743860245, -0.0007338658906519413, 0.006269694305956364, -0.004473566077649593, 0.02262585610151291, -0.00547886174172163, 0.012894593179225922, -0.01556197740137577, 0.014047332108020782, 0.006571283098310232, 0.022572239860892296, -0.020682284608483315, 0.004540585447102785, -0.027478082105517387, 0.02078951522707939, 0.016419829800724983, -0.00853831134736538, -0.004989617504179478, -0.005693324841558933, -0.034903865307569504, -0.02127205766737461, 0.001573287765495479, -0.009054363705217838, 0.004104957450181246, -0.021486520767211914, 0.0005642222240567207, -0.040479905903339386, -0.014864972792565823, -0.01383286900818348, 0.005411841906607151, -0.016406426206231117, -0.011828979477286339, 0.008457887917757034, -0.0025936628226190805, 0.015280494466423988, -0.02548089437186718, 0.01944912038743496, -0.034635789692401886, 0.001256619580090046, 0.0030762047972530127, -0.012552792206406593, 0.045653827488422394, -0.0020189688075333834, 0.006078687962144613, 0.0034615681506693363, -0.0018765520071610808, -0.003312449436634779, 0.0023172067012637854, 0.015494957566261292, -0.009972533211112022, 0.05002351477742195, 0.026392363011837006, 0.016929179430007935, -0.003994375001639128, -0.005267749540507793, -0.005656464025378227, 0.02101738192141056, -0.01312245987355709, 0.0133838364854455, 0.022411393001675606, 0.023577535524964333, 0.013310114853084087, -0.0014719205209985375, 0.007432486396282911, 0.009925619699060917, 0.010495287366211414, 0.016795139759778976, 0.026834692806005478, -0.019181042909622192, 0.009838494472205639, 0.0029270860832184553, -0.018765520304441452, -0.002987403655424714, 0.0054453518241643906, -0.018725307658314705, 0.03854973986744881, -0.026821289211511612, -0.007003560196608305, 0.024757081642746925, -0.028872093185782433, 0.0022920742630958557, -0.01522687915712595, -0.004587499424815178, -0.011594410054385662, 0.009181700646877289, 0.02127205766737461, 0.01915423385798931, -0.00345821725204587, -0.019583160057663918, -0.026017053052783012, 0.02603045664727688, 0.017720011994242668, 0.012566196732223034, -0.005984860472381115, 0.006413786672055721, -0.030829068273305893, -0.03431409224867821, 0.005180623847991228, -0.014074140228331089, -0.026941925287246704, 0.017143642529845238, -0.02352391928434372, -0.02490452490746975, -0.022666066884994507, -0.0022518623154610395, -0.014717529527842999, -0.016165155917406082, 0.015870267525315285, -0.01097782887518406, 0.026137689128518105, -0.025011757388710976, -0.020963765680789948, -0.007184513378888369, -0.02069568820297718, 0.016031116247177124, 0.026673845946788788, 0.04675295203924179, 0.01546815037727356, 0.01935529336333275, -0.009349250234663486, -0.0026774376165121794, 0.005803907290101051, -0.006229482591152191, 0.01643323339521885, 0.015964096412062645, -0.023175416514277458, -0.02005229890346527, 0.008022259920835495, 0.010743260383605957, -0.00022493491997011006, -0.010863895528018475, 0.0158836729824543, 0.0015917181735858321, 0.021768003702163696, -0.016862159594893456, -0.003877090523019433, -0.03594937548041344, -2.6650808649719693e-05, 0.00833055004477501, 0.020414205268025398, -0.0050298296846449375, -0.010703048668801785, 0.003230350324884057, -0.0020407503470778465, -0.011983124539256096, 0.01662088930606842, 0.026043860241770744, -0.007640247233211994, 0.008055769838392735, 0.0025417227298021317, -0.008323848247528076, -0.02750489115715027, -0.008095981553196907, 0.005150464829057455, 0.005539179313927889, -0.01233832910656929, 0.0077206711284816265, 0.024542618542909622, 0.0014250066597014666, 0.004399844445288181, -0.011621218174695969, 0.021861830726265907, -0.0037799119018018246, -0.044233012944459915, 0.0024830803740769625, -0.013457558117806911, 0.005431947764009237, -0.0030024831648916006, -0.008880112320184708, -0.00488573731854558, -0.005820662248879671, -0.026580018922686577, -0.003927355166524649, 0.015012416057288647, -0.007365466561168432, -0.01696939207613468, -0.008571821264922619, -0.042758576571941376, -0.0064405943267047405, -0.009523501619696617, 0.03431409224867821, 0.013966908678412437, -0.043589621782302856, -4.1468447307124734e-05, 0.014864972792565823, 0.02195565775036812, -0.0005713430582545698, 0.002375848824158311, -0.013082248158752918, 0.048441849648952484, -0.009583818726241589, 0.01784064806997776, -0.0015004038577899337, 0.02226394973695278, -0.02978355996310711, 0.006236184388399124, 0.009617328643798828, -0.027129579335451126, 0.013899888843297958, -0.008973939344286919, -0.03190138563513756, -0.02670065313577652, 0.017706608399748802, 0.019274869933724403, 0.01216407772153616, 0.0002739430929068476, 0.014623701572418213, 0.006309906020760536, 0.007935133762657642, -0.0057938541285693645, -0.015521765686571598, 0.006296501960605383, -0.03554725646972656, -0.00630655512213707, 0.027558505535125732, -0.009872003458440304, -0.00042850730824284256, -0.03174053505063057, 0.018685096874833107, 0.005703377537429333, -0.0017274331767112017, -0.057744186371564865, -0.015682613477110863, -0.00446016201749444, -0.007345360703766346, 0.013678723946213722, -0.017090026289224625, -0.003386171068996191, 0.0034917271696031094, 0.017049815505743027, 0.003285641549155116, 0.018524248152971268, 0.00033949673525057733, 0.008571821264922619, 0.02028016559779644, -0.0002358256169827655, -0.006819256115704775, -0.013665319420397282, -0.013926696963608265, -0.018215958029031754, -0.025360260158777237, -0.013779252767562866, -0.038630161434412, 0.011869191192090511, 0.022706279531121254, -0.027799777686595917, -0.03678042069077492, -0.018376804888248444, -0.01963677629828453, -0.014141160063445568, -0.02483750507235527, 0.02978355996310711, 0.01498560793697834, 0.014596893452107906, -0.0030477214604616165, 0.01666110008955002, 0.008290338329970837, 0.041766684502363205, -0.010803577490150928, -0.003171707969158888, 0.01190270110964775, -0.011815575882792473, 0.02564174309372902, -0.01418137177824974, -0.023094993084669113, -0.012639918364584446, -0.013263201341032982, -0.013980312272906303, 0.0008612032979726791, 0.022545432671904564, -0.019020194187760353, 0.007278340868651867, -0.021419500932097435, 0.0004615982761606574, -0.018845943734049797, 0.011621218174695969, -0.008189809508621693, -0.045492980629205704, 0.0006195135065354407, 0.023966249078512192, 0.013718935661017895, -0.03696807473897934, 0.003404601477086544, -0.008806390687823296, -0.014234987087547779, 0.0017257576109841466, 0.012975016608834267, -0.0022686172742396593, 0.004594201222062111, -0.013470962643623352, 0.023979654535651207, 0.018819136545062065, -0.0008997396798804402, 0.012050144374370575, -0.009402865543961525, 0.018282977864146233, -0.026365555822849274, 0.021124614402651787, 0.0117753641679883, 0.0026740864850580692, 0.0020776111632585526, -0.00487903505563736, 0.006762288976460695, -0.002895251614972949, 0.01883254013955593, -0.01662088930606842, -0.0006856954423710704, -0.012150674127042294, 0.0005922866985201836, -0.03187457472085953, 0.021928850561380386, -0.02313520573079586, -0.021258654072880745, -0.03691445663571358, -0.018685096874833107, -0.019811026751995087, 0.004758399911224842, 0.001258295145817101, -0.01601771079003811, -0.010240612551569939, 0.02255883626639843, 0.013236393220722675, 0.009463183581829071, -0.014033928513526917, 0.024180712178349495, 0.018215958029031754, -0.01671471633017063, -0.013645214028656483, 0.2101738303899765, 0.0029153574723750353, 0.004228943958878517, 0.018309785053133965, -0.02294754981994629, -0.020293569192290306, 0.011989827267825603, -0.0010078089544549584, -0.0222371406853199, -0.008598629385232925, -0.038013581186532974, -0.011306225322186947, -0.021674174815416336, 0.008417676202952862, 0.005137061234563589, -0.02849678322672844, -0.03187457472085953, -0.024877717718482018, -0.00584746990352869, 0.0018832539208233356, -0.01030092965811491, 0.012572898529469967, -0.028067857027053833, -0.0024663254152983427, 0.02884528413414955, 0.03648553043603897, -0.009543607011437416, 0.009550308808684349, 0.020172933116555214, -0.004416598938405514, 0.0012189210392534733, -0.005874278023838997, -0.017465338110923767, -0.012298117391765118, -0.003578852629289031, -0.0129616130143404, 0.03241073340177536, -0.01944912038743496, 0.020306972786784172, -0.00782790221273899, -0.0033476348035037518, -0.021124614402651787, -0.010756663978099823, -0.014275198802351952, -0.011782065965235233, 0.009972533211112022, -0.012954910285770893, -0.006949944421648979, -0.008759476244449615, 0.015253687277436256, -0.07222044467926025, -0.03383155167102814, 0.008283636532723904, 0.0125796003267169, -0.000844029535073787, -0.003154953010380268, -0.0063300118781626225, 0.04039948433637619, -0.030748644843697548, 0.0030276156030595303, -0.0068125538527965546, 0.0018933069659397006, -0.0034297339152544737, 0.028228703886270523, -0.02737085148692131, 0.014878376387059689, -0.02348370850086212, 0.0050432332791388035, 0.034743018448352814, -0.03375112637877464, -0.004295963793992996, 0.0046645719558000565, -0.00547215947881341, 0.00047625883598811924, -0.020802918821573257, -0.015937287360429764, 0.004342877306044102, 0.022679470479488373, 0.012686831876635551, 0.029515482485294342, 0.0056966757401824, -0.011983124539256096, 0.004285910632461309, -0.0069633484818041325, -0.002072584582492709, -0.029917599633336067, 0.013176076114177704, -0.015334110707044601, 0.0022334319073706865, -0.023322859779000282, 0.0014635430416092277, 0.005854172166436911, -0.035440023988485336, -0.027451274916529655, -0.014114351943135262, 0.01556197740137577, 0.02785339392721653, 0.02881847694516182, 0.011721747927367687, 0.002995781134814024, -0.018564460799098015, 0.08315806090831757, -0.0038435806054621935, -0.004523830488324165, -0.01562899723649025, 0.0012004906311631203, -0.010207102634012699, 0.02470346726477146, -0.01707662269473076, -0.00969105027616024, 0.020146125927567482, -0.021633964031934738, -0.00919510517269373, -0.017572568729519844, 0.0018212607828900218, -0.006748885381966829, 0.010247314348816872, -0.015535169281065464, 0.021419500932097435, -0.005961403716355562, -0.017438529059290886, -0.013296711258590221, 0.027638930827379227, 0.0206286683678627, 0.002684139646589756, -0.004265804775059223, -0.0021496573463082314, -0.024153904989361763, -0.008880112320184708, -0.02172779105603695, 0.018792327493429184, 0.0002819016808643937, 0.00668186554685235, 0.01176195964217186, -0.004698081873357296, 0.0024194116704165936, 0.009174998849630356, -0.01118559017777443, -0.010233910754323006, -0.000888011185452342, -0.027558505535125732, -0.004822068382054567, 0.003887143451720476, -0.0013596623903140426, 0.011051550507545471, 0.017720011994242668, 0.0029086556751281023, -0.007640247233211994, 7.115608605090529e-05, -0.0016763305757194757, -0.009778176434338093, -0.009516799822449684, -0.012492475099861622, -0.0035486938431859016, 0.016124943271279335, -0.007285043131560087, -0.008022259920835495, -0.03273242712020874, 0.006296501960605383, 0.004007779061794281, -0.04005097970366478, 0.0006739670061506331, 0.021044190973043442, 0.009067767299711704, -0.002885198686271906, -0.00304437056183815, -0.17028369009494781, 0.020079106092453003, 0.007921730168163776, -0.017921071499586105, 0.02442198432981968, 0.0050733922980725765, -0.021861830726265907, 0.01474433671683073, -0.005257696378976107, -0.005056637339293957, 0.023349668830633163, -0.008826496079564095, -0.0214329045265913, -0.029515482485294342, -0.020548244938254356, -0.0012390270130708814, 0.010723154060542583, 0.013511174358427525, 0.03262519836425781, 0.008524907752871513, 0.041927531361579895, -0.00425240071490407, 0.01781384088099003, -0.03401920571923256, 0.00303264195099473, -0.011239206418395042, -0.03061460517346859, 0.029193786904215813, -0.03686084225773811, -0.023631151765584946, -0.0023875772021710873, 0.023765191435813904, 0.03431409224867821, 0.014878376387059689, -0.0016914100851863623, 0.005659814924001694, -0.0030108606442809105, -0.0016126618720591068, -0.021861830726265907, 0.01515985932201147, 0.018698500469326973, 0.026941925287246704, -0.0034649192821234465, 0.003944110125303268, 0.02060185931622982, 0.012706938199698925, 0.0196099691092968, -0.010039553046226501, -0.005619603209197521, -0.039675671607255936, 0.019757412374019623, -0.05214133858680725, 0.00712419580668211, -0.005951350554823875, -0.019744006916880608, 0.013336922973394394, -0.013678723946213722, 0.021580347791314125, -0.010796875692903996, -0.016634292900562286, 0.005760344211012125, -0.027907008305191994, 0.025695357471704483, -0.017411721870303154, -0.007613439578562975, -0.012358435429632664, -0.028630821034312248, 0.026419172063469887, -0.021607154980301857, 0.020963765680789948, 0.026137689128518105, -0.01896657980978489, 0.007231427356600761, -0.008002153597772121, 0.006889626383781433, 0.02140609733760357, -0.02393944188952446, -0.0008268557139672339, 0.02184842713177204, 0.0004259940469637513, -0.0005550070200115442, 0.01703641191124916, 0.01113197486847639, 0.005931244697421789, -0.025172604247927666, -0.005820662248879671, -0.009329143911600113, 0.005706728436052799, -0.003277264069765806, -0.010307632386684418, 0.024247732013463974, -0.00651431642472744, 0.010254016146063805, 0.0016562247183173895, 0.02069568820297718, -0.02483750507235527, 0.024850910529494286, 0.01030092965811491, 0.0027612121775746346, 0.015870267525315285, 0.006598090752959251, 0.013779252767562866, -0.005803907290101051, 0.023242436349391937, 0.018041707575321198, 0.00486898235976696, 0.008612032979726791, -0.005522424355149269, 0.01864488422870636, -0.017880858853459358, -0.02368476614356041, 0.039166320115327835, 0.015682613477110863, -0.014717529527842999, 0.0015665858518332243, 0.028711246326565742, -0.013551386073231697, -0.0021060945000499487, -8.686383080203086e-05, -0.0026975434739142656, 0.031177571043372154, -0.010321035981178284, 0.028925709426403046, -0.006809202954173088, -0.0018179097678512335, -0.021875234320759773, -0.07173790037631989, -0.003927355166524649, 0.016835352405905724, -0.011989827267825603, 0.01282087154686451, -0.00021352061594370753, -0.0012742122635245323, 0.022679470479488373, -0.014637105166912079, 0.0161383468657732, -0.015923883765935898, -0.020642071962356567, -0.022599047049880028, -0.006078687962144613, 0.00970445480197668, 0.0023456900380551815, -0.021928850561380386, 3.5970737371826544e-05, -0.013765849173069, 0.023215629160404205, -0.005120306275784969, -0.02320222556591034, 0.005160517990589142, -0.006517667323350906, -0.015990903601050377, -0.017183855175971985, -0.024663254618644714, 0.023979654535651207, 0.011091762222349644, -0.012532686814665794, -0.002702570054680109, -0.005244292784482241, -0.012834275141358376, -0.01809532195329666, -0.00345821725204587, 0.01160111278295517, 0.005398437846451998, -0.020253358408808708, 0.029193786904215813, -0.0038703884929418564, 0.004580797627568245, 0.0069633484818041325, 0.01822936162352562, -0.027638930827379227, 0.013310114853084087, -0.0060887411236763, 0.005411841906607151, 0.02711617574095726, -0.0070504737086594105, -0.015186667442321777, -0.03031971864402294, -0.025614934042096138, -0.009838494472205639, -0.012318223714828491, 0.03273242712020874, 0.010897405445575714, 0.01095772348344326, -0.006611494813114405, -0.043964933604002, -0.007224725093692541, 0.003635819535702467, -0.02005229890346527, -0.010280824266374111, -0.0009449779754504561, -0.005250994581729174, 0.01790766790509224, -0.032517965883016586, -0.028872093185782433, 0.04417939484119415, -0.010729855857789516, -0.005974807310849428, 0.021526731550693512, -0.015293898992240429, -0.01172844972461462, -0.03669999539852142, -0.004088202491402626, -0.011895999312400818, 0.001368877710774541, -0.000420548691181466, -0.0235909391194582, 0.013142566196620464, -0.0049561080522835255, -0.009134787134826183, -0.013055440038442612, 0.01399371586740017, -0.005230888724327087, 0.02865763008594513, 0.003977620042860508, -0.002136253286153078, -0.02464985102415085, -0.007164407521486282, 0.027531698346138, -0.0040781497955322266, 0.0007233940414153039, -0.022089697420597076, 0.025145797058939934, -0.033000506460666656, -0.02714298479259014, -0.013410644605755806, 0.015870267525315285, 0.0022987762931734324, -0.010006043128669262, -0.06021051108837128, 0.0003093378618359566, -0.0007476886967197061, 0.009851898066699505, -0.006276396103203297, -0.003146575530990958, 0.016955988481640816, -0.005643059965223074, -0.0032337012235075235, 0.006859467830508947, -0.034126438200473785, 0.034930676221847534, 0.0030845822766423225, -0.01113197486847639, -0.02101738192141056, 0.0004427489766385406, 0.022129910066723824, -0.005395086947828531, 0.026901712641119957, 0.021540135145187378, -0.004805313423275948, -0.0061356546357274055, 0.013343624770641327, -0.006903030443936586, 0.0043596322648227215, 0.01278736162930727, -0.03211584687232971, 0.008839900605380535, -0.007848008535802364, -0.021969061344861984, 0.017398318275809288, -0.008819794282317162, 0.0049628098495304585, -0.007184513378888369, -0.006430541630834341, -0.013511174358427525, 0.012747149914503098, 0.004074798431247473, 0.04037267714738846, -0.0049695116467773914, -0.027424467727541924, -0.04098925739526749, 0.0169425830245018, -0.04696741700172424, -0.013718935661017895, 0.003910600207746029, -0.014100947417318821, 0.01235173363238573, 0.005827364046126604, 0.010046254843473434, 0.01758597232401371, 0.01761278137564659, -0.04739634320139885, -0.01806851476430893, -0.003967566881328821, -0.010093169286847115, 0.014784549362957478, 0.0047248899936676025, 0.014945396222174168, -0.00712419580668211, 0.04479597508907318, -0.004634413402527571, 0.005626305006444454, -0.011815575882792473, 0.013323519378900528, 0.007016964256763458, -0.04278538376092911, -0.010756663978099823, 0.032330311834812164, -0.012157375924289227, -0.00810268335044384, -0.015548573806881905, 0.012593003921210766, -0.01595069281756878, 0.015146455727517605, -0.0033560122828930616, 0.009979235008358955, 0.01758597232401371, -0.004822068382054567, 0.020896747708320618, 0.027089368551969528, 0.008156299591064453, 0.0022166769485920668, 0.031660113483667374, 0.02313520573079586, -0.005904436577111483, -0.011333033442497253, 0.00949669349938631, -0.004413248039782047, 0.02458283118903637, -0.03332220017910004, 0.03503790497779846, -0.0036525744944810867, 0.020414205268025398, -0.010388055816292763, 0.00749280396848917, 0.002312180120497942, 0.014462854713201523, 0.012197587639093399, 0.015066031366586685, 0.00668186554685235, 0.011379947885870934, 0.0009047661442309618, -0.018108727410435677, -0.03605660796165466, -0.0022920742630958557, -0.01115208026021719, -0.04444747418165207, 0.009918917901813984, 0.025078777223825455, 0.0005516560049727559, -0.014516470022499561, -0.004815366584807634, 0.004168626386672258, -0.02766573801636696, 0.016326002776622772, 0.007579929661005735, -0.01802830398082733, -0.007137599401175976, 0.01989145018160343, 0.01176195964217186, -0.00243951752781868, 0.007425784133374691, -0.03680722787976265, 0.05972797051072121, -0.026620229706168175, 0.0015288871945813298, -0.002709271851927042, -0.006517667323350906, -0.021768003702163696, -0.0034917271696031094, 0.010837087407708168, -0.012412050738930702, -0.01434221863746643, -0.0002999132266268134, -0.001710678217932582, -0.02444879151880741, -0.014087543822824955, 0.016057923436164856, 0.07002219557762146, 0.034957483410835266, -0.00789492204785347, -0.005937946494668722, 0.0019485981902107596, -0.019757412374019623, 0.007600035518407822, -0.004007779061794281, -0.006624898873269558, -0.028282320126891136, 0.008410974405705929, 0.017505548894405365, -0.0006886275368742645, -0.02497154474258423, -0.006095442920923233, 0.01919444650411606, -0.029863985255360603, 0.010602518916130066, -0.007238129153847694, -0.0056966757401824, 0.01498560793697834, -0.0070437719114124775, 0.013926696963608265, -0.025212816894054413, -0.022853722795844078, -0.003682733280584216, 0.018524248152971268, -0.01944912038743496, -0.01956975646317005, -0.007499505765736103, 0.01581665314733982, 0.026901712641119957, 0.004031235817819834, -0.016486849635839462, -0.00628980016335845, 0.021513327956199646, 0.0006500912131741643, 0.0047617508098483086, 0.020802918821573257, -0.0031516021117568016, -0.0036425215657800436, 0.0018095322884619236, -0.005622954107820988, -0.02490452490746975, -0.010790173895657063, -0.00018556082795839757, 0.012720341794192791, -0.017371509224176407, 0.019167637452483177], \"eb1b3d86-40bc-4629-902a-95a23c302ddb\": [-0.012881895527243614, -0.010864801704883575, 0.024807635694742203, -0.06674747169017792, -0.04256854206323624, 0.025606613606214523, -0.027846375480294228, -0.006244477350264788, -0.008153513073921204, -0.011388721875846386, 0.017014319077134132, 0.014447107911109924, 0.010393273085355759, -0.016909534111618996, 0.022672658786177635, 0.0014546980382874608, 0.005949771963059902, -0.040158506482839584, -0.0009618853218853474, -0.010701076127588749, -0.004554833751171827, 0.011951936408877373, -0.015377067029476166, 0.014093461446464062, -0.03719835728406906, 4.80175185657572e-05, 0.011441114358603954, -0.02957531251013279, 0.025305360555648804, -0.016948828473687172, 0.02478143945336342, -0.0045286379754543304, -0.0027931511867791414, -0.0022250248584896326, -0.014132755808532238, -0.0032745031639933586, 0.02000066451728344, 0.003546286839991808, 0.003238483564928174, -0.006499888841062784, 0.00587773323059082, 0.007393828127533197, -0.001984348986297846, 0.0017796924803406, -0.006922299508005381, 0.02516128122806549, -0.00771472929045558, -0.0032761404290795326, -0.007131868042051792, 0.03332134336233139, 0.015363968908786774, 0.030911309644579887, -0.03866533190011978, -0.021087801083922386, 0.019542234018445015, -0.0028013375122100115, -0.01760372892022133, 0.017223887145519257, -0.014250637963414192, 0.0060021644458174706, 0.02294771745800972, 0.006837162654846907, -0.03154001384973526, -0.018861137330532074, -0.013399266637861729, -0.011578642763197422, -0.02093062363564968, 0.0022364857140928507, 0.016582082957029343, 0.004813519772142172, 0.03688400238752365, 0.005867909640073776, 0.024283714592456818, 0.011762015521526337, -0.0025868574157357216, -0.018140748143196106, -0.0024771615862846375, -0.012187700718641281, -0.00020148427574895322, 0.0007478146580979228, -0.015193694271147251, -0.012344877235591412, -0.00865123700350523, 0.012646131217479706, 0.02761061117053032, 0.022816738113760948, 0.012187700718641281, 0.017944276332855225, -0.0007650057668797672, -0.010386724025011063, 0.015416360460221767, 0.0009864440653473139, -0.002979797776788473, 0.0024755243211984634, -0.017145298421382904, 0.03159240633249283, 0.0022397602442651987, 0.01408036332577467, 0.004751304164528847, -0.013477854430675507, 0.011185702867805958, 0.018926627933979034, -0.03295459970831871, -0.012705071829259396, -0.02527916431427002, -0.012521700002253056, 0.019005216658115387, -0.023812185972929, -0.006391830276697874, 0.009810411371290684, -0.008513708598911762, 0.02755821868777275, 0.0019581529777497053, -0.030046841129660606, 0.021637916564941406, -0.01515440084040165, -0.02379908785223961, -0.00855955109000206, -0.023733599111437798, 0.0029650626238435507, 0.0013761098962277174, -0.0006098761805333197, -0.0009250471484847367, -0.006424575112760067, 0.022646464407444, 0.004859362728893757, 0.013202796690165997, 0.008782217279076576, 0.018992118537425995, 0.005019813310354948, -0.0004903568187728524, -0.00800288561731577, 0.018743256106972694, 0.015219890512526035, -0.026523474603891373, 0.002943778410553932, -0.006571927573531866, 0.02491242066025734, -0.01718459278345108, -0.03656965121626854, 0.010170606896281242, 0.018939726054668427, -0.010052724741399288, 0.00821900274604559, 0.005209734663367271, 0.018153846263885498, 0.012135308235883713, 0.0119060929864645, 0.009063825011253357, 0.008461316116154194, 0.0017567708855494857, -0.0014293206622824073, 0.0025262790732085705, -0.02197846584022045, 0.011840603314340115, -0.010026528500020504, -0.007223553955554962, 0.038455765694379807, 0.014971028082072735, 0.00451226532459259, -0.007557553239166737, 0.02626151591539383, 0.007092573679983616, 0.01565212570130825, 0.021585524082183838, 0.025449438020586967, 0.005144244525581598, 0.006611221935600042, -0.02116638794541359, 0.025554222986102104, -0.025514928624033928, 0.024283714592456818, -0.016660671681165695, -0.002138250507414341, -0.010720723308622837, 0.03140903264284134, 0.005072205327451229, 0.006362359505146742, -0.03892729431390762, 0.005203185603022575, 0.003398934146389365, -0.01871705986559391, 0.01946364715695381, 0.006657064892351627, -0.015678320080041885, 0.006837162654846907, 0.008081473410129547, 0.00017180909344460815, 0.015547340735793114, 0.0008128954214043915, 0.0014866244746372104, 0.024375401437282562, 0.0046727159060537815, -0.01442091166973114, -0.6240941286087036, -0.016582082957029343, 0.01921478472650051, -0.02700810134410858, -0.0004172945045866072, 0.0221487395465374, 0.012508601881563663, -0.004744755104184151, -0.02952292002737522, 0.000261960260104388, -0.009175158105790615, 0.0378008633852005, 0.004184815101325512, -0.004915029276162386, -0.049117546528577805, -0.022043954581022263, 0.012318680994212627, -0.019686313346028328, 0.023366853594779968, -0.007701631169766188, -0.019476745277643204, 0.00884115882217884, 0.012233544141054153, -0.018979020416736603, 0.008998334407806396, -9.690482693258673e-05, 0.02030191943049431, -0.010183705016970634, -0.03536463528871536, 0.00017344634397886693, -0.022057052701711655, -0.011021977290511131, 0.04306626692414284, -0.0016495309537276626, 0.03201154246926308, -0.0015308301663026214, 0.01000033225864172, 0.007970140315592289, 0.011971583589911461, 0.03536463528871536, -0.014054167084395885, -0.008061827160418034, 0.03806282579898834, 0.023851480334997177, 0.006404927931725979, 0.0021644465159624815, 0.013189698569476604, -0.003497169353067875, -0.009273393079638481, -0.0009577921591699123, -0.00404728576540947, -0.027532022446393967, -0.021768895909190178, -0.007937395945191383, 0.022502385079860687, -0.013818402774631977, 0.034709732979536057, -0.012063269503414631, 0.006264124531298876, 0.0019483293872326612, 0.018442001193761826, 0.024715948849916458, 0.00039498694241046906, -0.039477407932281494, -0.01383150089532137, -0.008061827160418034, 0.02171650528907776, -0.013726716861128807, 0.008618492633104324, 0.015390165150165558, 0.01251515094190836, 0.022476188838481903, 0.01524608675390482, -0.01846819743514061, -0.008487512357532978, 0.02742723748087883, 0.005183538421988487, 0.010412920266389847, -0.007485514041036367, -0.004761127755045891, 0.004070207476615906, 0.003444777335971594, 0.018730157986283302, -0.015049616806209087, 0.0022332111839205027, 0.019371960312128067, 0.00415534432977438, -0.0022217503283172846, 0.03216871991753578, 0.01590098813176155, 0.01890043169260025, 0.004286324605345726, -0.020328115671873093, -0.015547340735793114, -0.0007408563396893442, 0.0003317481023259461, -0.03143522888422012, -0.015455654822289944, -0.013779109343886375, -0.009332333691418171, -0.00649006525054574, -0.0198172926902771, 0.00893284473568201, 0.021821288391947746, 0.03098989836871624, 0.03122566267848015, -0.01432922575622797, -0.0046170493587851524, 0.02478143945336342, -0.037407923489809036, 0.024375401437282562, -0.002352730603888631, 0.0007965228869579732, 0.007007436826825142, 0.013176600448787212, -0.01969941146671772, 0.009430568665266037, 0.022004660218954086, -0.008323786780238152, -0.00503291143104434, 0.01768231764435768, 0.010629037395119667, 0.010727272368967533, -0.018442001193761826, 0.04545010253787041, 0.010753468610346317, 0.004466422367841005, -0.0144864022731781, 0.016988122835755348, -0.011152957566082478, 0.011696524918079376, -0.022567875683307648, 0.020393606275320053, -0.01524608675390482, 0.009214451536536217, 0.013726716861128807, 0.013065267354249954, 0.0016020506154745817, 0.015809301286935806, -0.02319657988846302, -0.014709068462252617, -0.002156260423362255, 0.0045843045227229595, -0.00406365841627121, -0.0007416749722324312, -0.018428903073072433, -0.015350870788097382, -0.003285963786765933, -0.009437117725610733, -0.014263736084103584, 0.02349783480167389, -0.01693573035299778, 0.001982711721211672, 0.019607724621891975, -0.006421300582587719, 0.012449661269783974, -0.02116638794541359, -0.04133732616901398, -0.01858608052134514, -0.007649239152669907, -0.010596292093396187, 0.025672104209661484, -0.019804194569587708, -0.00742657296359539, -0.010727272368967533, -0.019922077655792236, 0.016045065596699715, 0.010242645628750324, -0.005903929006308317, -0.009705627337098122, 0.03649106249213219, 0.008487512357532978, -0.011355976574122906, 0.005163891240954399, -0.0026523475535213947, 0.0034185813274234533, -0.010367076843976974, -0.00262451427988708, -0.010714174248278141, 0.004970695823431015, 0.005422577261924744, -0.020773448050022125, -0.00828449334949255, -0.010897546075284481, 0.037958040833473206, 0.010714174248278141, 0.004842990078032017, 0.022384503856301308, -0.021860582754015923, 0.001615148619748652, -0.010635586455464363, -0.004459873307496309, -0.009954489767551422, 0.019620822742581367, -0.004224108997732401, 0.007885003462433815, 0.007053279783576727, 0.0047087352722883224, 0.0031025917269289494, 0.009803862310945988, 0.011657231487333775, 0.0005280136247165501, 0.01588789001107216, -0.0039064823649823666, 0.0032646795734763145, -0.019502941519021988, 0.003618326038122177, -0.046917080879211426, 0.030701741576194763, -0.0006602216744795442, 0.006313242018222809, -0.023785991594195366, -0.013674325309693813, -0.026366299018263817, -0.0003450507647357881, 0.007478964980691671, -0.008074924349784851, 0.003664168994873762, -0.028737040236592293, 0.0037394824903458357, 0.019005216658115387, -0.0045843045227229595, 0.00313697406090796, -0.014276833273470402, -0.014905538409948349, 0.009777666069567204, 0.02319657988846302, 0.03706737607717514, 0.02724386565387249, -0.03798423707485199, 0.004558108281344175, 0.02496481128036976, 0.002130064181983471, 0.002509906655177474, -0.007662337273359299, 0.0326402485370636, 0.015141302719712257, -0.029653901234269142, 0.018546786159276962, -0.012436563149094582, 0.015796203166246414, 0.014434009790420532, 0.02779398299753666, -0.015678320080041885, 0.010727272368967533, 0.005065656267106533, 0.02001376263797283, -0.01524608675390482, -0.031094681471586227, -0.00016311118088196963, -0.028265511617064476, 0.010092019103467464, 0.024899322539567947, -0.014106559567153454, 0.03945121541619301, -0.03987035155296326, -0.02201775833964348, -0.0011558996047824621, 0.0010625763097777963, 0.022659562528133392, 0.0013703795848414302, 0.017826395109295845, 0.008729825727641582, -0.006395104806870222, 0.009496059268712997, -0.006244477350264788, 0.012934287078678608, -0.021690309047698975, -0.004469696898013353, 0.01229903381317854, 0.01251515094190836, -0.021585524082183838, 0.005425851792097092, -0.004407481290400028, -0.0009078559814952314, -0.002717837691307068, 0.017315572127699852, -0.04136352241039276, -0.014800754375755787, 0.008349983021616936, -0.029313351958990097, -0.0158223994076252, 0.009469863027334213, 0.03528604656457901, 0.018677765503525734, -0.002617965219542384, -0.00027833276544697583, -0.0013310855720192194, -0.0028504549991339445, 0.004332167562097311, -0.0020039959345012903, 0.007963591255247593, 0.02669375017285347, -0.002195554319769144, -0.00831068865954876, 0.004882283974438906, 0.00634926138445735, -0.007668886333703995, 0.014525695703923702, -0.014984126202762127, -0.007433122023940086, -0.014957929961383343, -0.013621932826936245, 0.006699633318930864, 0.04002752527594566, 0.019712509587407112, -0.008336884900927544, -0.029287155717611313, 0.007636141497641802, -0.06051281839609146, 0.0011763653019443154, -0.02682472951710224, -0.010511155240237713, -0.02454567514359951, 0.01706670969724655, 0.0038999333046376705, 0.007701631169766188, 0.0026294260751456022, 0.009561548940837383, 0.01364812906831503, 0.004378010518848896, -0.03787945210933685, -0.038508158177137375, 0.01417204923927784, 0.05731690302491188, 0.01958152838051319, -0.01332067884504795, 0.0036969140637665987, -0.023484736680984497, -0.002573759527876973, -0.026850925758481026, -0.03743411973118782, 0.0416254848241806, -0.0011673603439703584, -0.010720723308622837, 0.020603174343705177, 0.008408923633396626, -0.0046727159060537815, 0.001516094896942377, -0.0013220806140452623, -0.020026860758662224, -0.013111110776662827, -0.03882250934839249, -0.023772893473505974, 0.006503163371235132, -0.022371405735611916, 0.025436339899897575, 0.03743411973118782, 0.05223487317562103, 0.004112775903195143, 0.029287155717611313, 0.03319036215543747, 0.009613941423594952, -0.008120767772197723, 0.006293594837188721, 0.007164612878113985, 0.02038050815463066, 0.010412920266389847, -0.03651725873351097, 0.03360949829220772, -0.004643245600163937, -0.004286324605345726, 0.005825341213494539, 0.03122566267848015, 0.025816183537244797, 0.026117436587810516, 0.004918303806334734, -0.01742035709321499, -0.012416915968060493, -0.007708180230110884, 0.003595404326915741, 0.03237828612327576, 0.004433677066117525, -0.01625463366508484, -0.014106559567153454, -0.003231934504583478, -0.023183481767773628, -0.0027047395706176758, 0.02994205616414547, -0.011080918833613396, 0.03337373584508896, -0.009122765623033047, -0.016215339303016663, -0.05841713771224022, -0.045685868710279465, 0.006483516190201044, -0.013019424863159657, -0.04049905389547348, 0.009522255510091782, -0.006653790362179279, -0.007223553955554962, -0.01359573658555746, -0.023851480334997177, 0.01600577123463154, 0.02510889060795307, -0.023353755474090576, -0.014630479738116264, -0.011139859445393085, 0.021860582754015923, 0.02172960340976715, 0.01933266595005989, -0.005858086049556732, 0.005226106848567724, 0.015625929459929466, 0.004951048642396927, -0.017878787592053413, 0.006791319698095322, -0.0060774777084589005, 0.01476146001368761, -0.007125318981707096, -0.016673769801855087, -0.007027083542197943, -0.008494061417877674, 0.045188143849372864, -0.02441469579935074, 0.006395104806870222, 0.028082139790058136, 0.030282605439424515, 0.0006323884008452296, 0.007976689375936985, 0.014643577858805656, 0.024571871384978294, -0.011087467893958092, 0.008304139599204063, -0.005285047926008701, 0.003608502447605133, -0.01515440084040165, -0.02834409847855568, 0.01951603777706623, 0.028265511617064476, 0.001517732162028551, 0.0075051612220704556, 0.014014873653650284, 0.010295038111507893, 0.013124208897352219, -0.005671439226716757, 0.01908380351960659, 0.0012066543567925692, 0.007177710998803377, 0.0038246195763349533, 0.017145298421382904, -0.0022839659359306097, 0.016293928027153015, -0.011644133366644382, 0.008408923633396626, -0.033164165914058685, 0.014774558134377003, 0.0006094669224694371, -0.0018664668314158916, -0.0015267371200025082, -0.017944276332855225, 0.0016593544278293848, -0.02829170785844326, 0.008133865892887115, 0.008179708383977413, 0.019109999760985374, -0.0009275029879063368, 0.006172438617795706, -0.03552180901169777, -0.0020007214043289423, -0.020537683740258217, 0.0074462201446294785, -0.017931180074810982, -0.014800754375755787, -0.010668330825865269, -0.009587745182216167, 0.0003374784719198942, -0.021768895909190178, 0.021926073357462883, -0.04707425832748413, 0.007799866609275341, 0.007256298791617155, -0.003444777335971594, 0.03945121541619301, -0.008585747331380844, -0.019240980967879295, 0.00721045583486557, -0.010746919550001621, -0.02048529125750065, -0.008788766339421272, 0.01558663509786129, -0.02344544231891632, 0.04830547049641609, 0.026038849726319313, 0.027872569859027863, -0.005419302731752396, 0.0008530080667696893, -0.00553718488663435, 0.01662137731909752, -0.01322899293154478, 0.0020514761563390493, 0.016726162284612656, 0.0035757573787122965, -0.006421300582587719, -0.013543345034122467, 0.006630868650972843, 0.018677765503525734, 0.019424352794885635, 0.004695637617260218, 0.0298896636813879, -0.0012868797639384866, -0.012940836139023304, -0.02386457845568657, -0.037329334765672684, -0.018180040642619133, -0.00994139164686203, -0.012161504477262497, 0.028082139790058136, -0.03195914998650551, -0.004744755104184151, 0.010779663920402527, -0.012102563865482807, 0.008998334407806396, -0.019057609140872955, -0.0012647768016904593, -0.020328115671873093, 0.010720723308622837, 0.017891885712742805, 0.0008309051627293229, 0.002134975977241993, 0.0035331889521330595, -0.029653901234269142, 0.020760349929332733, 0.02933954820036888, -0.0035888554994016886, 0.0015463840682059526, 0.005936674308031797, -0.02627461403608322, -0.02233211137354374, 0.018874235451221466, -0.030649349093437195, -0.0316447988152504, 0.019777998328208923, -0.01878255046904087, -0.013143855147063732, -0.03725074604153633, -0.011919191107153893, -0.010255743749439716, -0.00325321895070374, 0.0068568093702197075, -0.011513153091073036, 0.034264400601387024, -0.026981905102729797, -0.030465977266430855, 0.008245198987424374, -0.016922632232308388, 0.013949383050203323, 0.029994448646903038, 0.040158506482839584, 0.022738149389624596, 0.022869130596518517, -0.0035233653616160154, -0.014617381617426872, 0.0014244088670238853, 0.005170440301299095, 0.023785991594195366, 0.018743256106972694, -0.008428570814430714, -0.03227350115776062, 0.01098268385976553, 0.0025852201506495476, -0.005661616101861, -0.02933954820036888, -3.8833561120554805e-05, 0.020157841965556145, 0.010687978006899357, -0.011997779831290245, -0.005062381736934185, -0.023366853594779968, -0.0026818180922418833, 0.0010232821805402637, 0.019358862191438675, -0.0043714614585042, -0.008323786780238152, 0.0060807522386312485, 0.0060381838120520115, -0.016411809250712395, -0.00027730947476811707, 0.0061298697255551815, 0.002501720329746604, -0.0025082693900913, 0.019345764070749283, -0.01786568947136402, -0.018127650022506714, 0.002151348628103733, 0.015678320080041885, 0.005245754029601812, -0.01175546646118164, 0.011500054970383644, 0.011231545358896255, 0.0027882393915206194, 0.014892440289258957, -0.006883005611598492, 0.02154622972011566, -0.004122599493712187, -0.02307869866490364, 0.007230103015899658, -0.011493505910038948, 0.01772161014378071, -0.016778554767370224, -0.005481518339365721, -0.011932289227843285, -0.006169164087623358, -0.04437606781721115, 0.013405815698206425, 0.02558041922748089, -0.008048729039728642, -0.015809301286935806, 0.012266288511455059, -0.04026329144835472, 0.0016961926594376564, -0.021218780428171158, 0.012626484036445618, 0.008022532798349857, -0.019424352794885635, 0.00045270007103681564, 0.004689088556915522, 0.014054167084395885, 0.0005623959004878998, -0.0074527692049741745, -0.019856587052345276, 0.03766988217830658, -0.01988278329372406, 0.008769119158387184, 0.0059956153854727745, 0.023393049836158752, -0.03300699219107628, 0.012305582873523235, -0.008566100150346756, -0.01251515094190836, 0.011801308952271938, -0.005383283365517855, -0.030177820473909378, -0.01908380351960659, 0.015180596150457859, 0.02926095947623253, 0.008710178546607494, 0.009247196838259697, -0.012816404923796654, 0.018114551901817322, -0.003850815584883094, 0.010714174248278141, -0.03195914998650551, 0.0043714614585042, -0.0429614819586277, -0.020904427394270897, 0.01896592229604721, -0.008212453685700893, 0.016162946820259094, -0.031147073954343796, 0.010288489051163197, -0.0035888554994016886, -0.028396490961313248, -0.02706049382686615, -0.006617770995944738, 0.0035823064390569925, 1.7811506722864578e-06, 0.026929514482617378, -0.009548450820147991, -0.019411254674196243, 0.004777499940246344, 0.007681984454393387, 0.01914929412305355, -0.010792762041091919, -0.0016094183083623648, 0.013464757241308689, 0.032116327434778214, 0.01549494918435812, -0.007138416636735201, 0.0059857917949557304, -0.01938505843281746, -0.020838938653469086, -0.031513817608356476, -0.011807858012616634, -0.017643023282289505, 0.02073415368795395, 0.023052502423524857, -0.017446553334593773, -0.05037495493888855, -0.004898656625300646, -0.03308558091521263, -0.03112087771296501, -0.01310456171631813, 0.00280624907463789, 0.02369430474936962, -0.0006499888841062784, -0.014971028082072735, 0.02361571602523327, 0.012010877951979637, 0.0208127424120903, -0.02375979535281658, 0.00596941914409399, 0.014054167084395885, -0.006237928289920092, 0.020275723189115524, -0.017381062731146812, -0.04338061809539795, -0.007983238436281681, -0.015010322444140911, -0.037276942282915115, 0.020223330706357956, 0.011545898392796516, 0.002871739212423563, 0.007518259342759848, -0.0015815850347280502, 0.01883494108915329, -0.023144187405705452, 0.028055943548679352, 0.007950494065880775, -0.034997887909412384, 0.010275390930473804, 0.010995781980454922, 0.029051391407847404, -0.031199466437101364, 0.034264400601387024, -0.02306560054421425, -0.019371960312128067, 0.0038442667573690414, 0.026602063328027725, 0.006162615027278662, 0.0020203683525323868, -0.002243034541606903, 0.01476146001368761, 0.026248417794704437, 0.011716172099113464, 0.014276833273470402, -0.008618492633104324, 0.013281384482979774, -0.016975024715065956, 0.02148074097931385, 0.025174379348754883, 0.004407481290400028, 0.0022708678152412176, -0.0008693806012161076, 0.03303318843245506, -0.01542945858091116, -0.004391108639538288, -0.008814962580800056, 0.0029159451369196177, -0.012410366907715797, 0.010006881318986416, -0.03877011686563492, -0.0047676763497292995, -0.015023420564830303, -0.024807635694742203, -0.0038475412875413895, -0.02541014365851879, -0.005206460133194923, 0.012809855863451958, -0.017472749575972557, -0.00023801544739399105, -0.005799144972115755, 0.004204461816698313, 0.0026065045967698097, 0.0016961926594376564, -0.0067323786206543446, 0.02576379105448723, -0.004319069441407919, -0.00345132639631629, -0.012364523485302925, 0.21837006509304047, -3.729863601620309e-05, -0.0038442667573690414, 0.027872569859027863, -0.01926717720925808, -0.011951936408877373, 0.013307580724358559, 0.005730380304157734, -0.0137398149818182, -0.009712176397442818, -0.03148762136697769, 0.0006008713389746845, -0.023550227284431458, -0.0006954225827939808, 0.006277222651988268, -0.04277810826897621, -0.032614052295684814, -0.019987566396594048, -0.01316350232809782, 0.0006033271783962846, -0.007655788213014603, -0.0022954267915338278, -0.0037296591326594353, 0.005756576545536518, 0.009685980156064034, 0.015141302719712257, -0.004276501014828682, 0.029915859922766685, -0.005602675024420023, 0.013425462879240513, -0.017394160851836205, -0.006745476275682449, -0.014303029514849186, -0.001722388667985797, -0.005023087840527296, -0.013438560999929905, 0.024650460109114647, -0.021061604842543602, 0.022305915132164955, -0.014538793824613094, -0.0043714614585042, -0.025305360555648804, -0.020053057000041008, -0.007701631169766188, -0.030701741576194763, 0.02417893148958683, 0.001356462948024273, 0.02436230331659317, 0.0074462201446294785, 0.01563902758061886, -0.048567429184913635, -0.019437450915575027, 0.012410366907715797, 0.010412920266389847, -0.0010625763097777963, 0.022109445184469223, -0.013621932826936245, 0.02816072665154934, -0.02527916431427002, 0.01254789624363184, -0.012397268787026405, 0.015219890512526035, 0.003191003343090415, 0.026667553931474686, -0.018376512452960014, 0.012449661269783974, -0.021192584186792374, -0.009640137664973736, 0.028868019580841064, -0.027977354824543, 0.009221000596880913, -0.011532800272107124, -0.011460760608315468, -0.006139693316072226, -0.020786546170711517, -0.024467088282108307, 0.036045730113983154, 0.040656231343746185, 0.02062937058508396, 0.033661890774965286, -4.8382062232121825e-06, -0.010890997014939785, -0.0009627038962207735, 0.006915750447660685, -0.004600676707923412, -0.024833831936120987, 0.038141410797834396, -0.025541124865412712, 0.007131868042051792, -0.039058271795511246, 0.004571206402033567, -0.01350405067205429, -0.022908423095941544, -0.04031568393111229, -0.0011649044463410974, 0.02510889060795307, 0.009744921699166298, 0.024034852162003517, -0.015560438856482506, -0.00020926121214870363, -0.01637251488864422, 0.06402308493852615, 0.00027915139799006283, 0.0050165387801826, -0.01705361157655716, 0.004522088915109634, -0.0025361026637256145, 0.018546786159276962, -0.013235541991889477, -0.01015750877559185, 0.009221000596880913, -0.01669996604323387, -0.004407481290400028, -0.01718459278345108, -0.0033334442414343357, 0.004522088915109634, 0.017106004059314728, -0.03339993208646774, 0.010347429662942886, -0.01766921952366829, 0.002974885981529951, -0.003285963786765933, 0.014866244047880173, 0.036045730113983154, 0.003595404326915741, 0.015363968908786774, -1.5477144188480452e-05, -0.019306469708681107, -0.02061627246439457, -0.014682872220873833, 0.020694859325885773, -0.006987789645791054, -0.0007920204661786556, -0.00120419857557863, -0.008546452969312668, 0.010674879886209965, 0.009070374071598053, -0.012174602597951889, 0.00834343396127224, 0.009482961148023605, -0.042070817202329636, 0.004391108639538288, -0.01760372892022133, -0.012325230054557323, -0.003444777335971594, -0.014342323876917362, 0.036595847457647324, -0.005288322456181049, 0.0037951490376144648, -0.0018697412451729178, -0.011781662702560425, 0.008769119158387184, -0.02509579248726368, 0.003356365719810128, 0.022803639993071556, 0.013975579291582108, -0.0024673379957675934, -0.021572425961494446, 0.018861137330532074, 0.009090020321309566, -0.04455943778157234, -0.00871672760695219, 0.02620912343263626, 0.005874458700418472, -0.009961038827896118, -0.012528249062597752, -0.16409189999103546, 0.0284750796854496, 0.016477299854159355, -0.02011854760348797, 0.0071187699213624, -0.0006151972920633852, -0.01618914306163788, 0.01380530558526516, 0.003759129671379924, 0.0032008267007768154, 0.008703629486262798, -0.004122599493712187, -0.013870795257389545, -0.025789987295866013, -0.0006106948130764067, -0.00886735413223505, -0.0010871350532397628, 0.014564990065991879, 0.03405483439564705, 0.014054167084395885, 0.021205682307481766, -0.0039457762613892555, 0.007465867325663567, -0.044585634022951126, -0.00469236308708787, 0.0034546006936579943, -0.008664335124194622, 0.03505028039216995, -0.033845264464616776, -0.017289375886321068, 0.017813296988606453, 0.02001376263797283, 0.029627704992890358, 0.01563902758061886, 0.00469236308708787, 0.0010527527192607522, 0.006591574754565954, 0.012226995080709457, -0.011958485469222069, 0.018520589917898178, 0.009057275950908661, 0.026850925758481026, -0.01816694252192974, 0.018022865056991577, 0.02889421582221985, 0.005592851433902979, 0.01577000692486763, 0.0030632975976914167, -0.001097777159884572, -0.024126539006829262, 0.009365078993141651, -0.02478143945336342, -0.0035200908314436674, -0.0013286296743899584, -0.013923187740147114, 0.023668108507990837, -0.012043622322380543, 0.010890997014939785, -0.0047120098024606705, -0.0032008267007768154, 0.008264846168458462, -0.02424442209303379, 0.028501275926828384, -0.00785880722105503, -0.00039764746907167137, -0.01718459278345108, -0.014054167084395885, 0.03227350115776062, -0.018703961744904518, 0.026602063328027725, 0.014656675979495049, 0.005461871158331633, 0.008461316116154194, -0.000989718595519662, -0.014355421997606754, 0.0027816903311759233, -0.03154001384973526, -0.0045384615659713745, 0.014054167084395885, 0.011762015521526337, -0.018926627933979034, 0.021271172910928726, -0.007171161938458681, -0.0074134753085672855, -0.019908979535102844, -0.0008309051627293229, -0.007570651359856129, -0.0013916637981310487, 0.0008644688059575856, 0.0013343599857762456, 0.0035790319088846445, -0.021755799651145935, -0.00587773323059082, 0.011513153091073036, 0.013209345750510693, -0.004391108639538288, 0.006987789645791054, 0.004931401927024126, 0.011644133366644382, 0.005547008477151394, -0.0038246195763349533, 0.005435675382614136, 0.008015983738005161, 0.013327227905392647, 0.024349205195903778, -0.01778710074722767, 0.005465145688503981, -0.012076367624104023, 0.020576978102326393, -0.028239315375685692, -0.03711976855993271, 0.03688400238752365, 0.004476245958358049, -0.005881007760763168, -0.007059828843921423, 0.035809967666864395, 0.0053177932277321815, -0.008022532798349857, 0.0034709733445197344, 0.0014882616233080626, 0.02939194068312645, -0.013621932826936245, 0.025318458676338196, -0.023943167179822922, 0.00596941914409399, -0.016123654320836067, -0.07596847414970398, -0.015743810683488846, 0.01549494918435812, -0.001104326220229268, -0.0030682093929499388, 0.004283050075173378, -0.00024006201419979334, 0.020878231152892113, -0.016346320509910583, 0.018756354227662086, -0.010694527067244053, -0.009221000596880913, -0.018428903073072433, 0.0019614272750914097, 0.01890043169260025, -0.015455654822289944, -0.014695970341563225, -0.010884447954595089, 0.005160616710782051, 0.008133865892887115, -0.010052724741399288, -0.01637251488864422, 0.005835164804011583, -0.018062159419059753, -0.008723276667296886, -0.0007486332906410098, -0.028789430856704712, -0.0032695913687348366, 0.021939171478152275, -0.00469236308708787, -0.00963358860462904, -0.005966144613921642, -0.013301031664013863, -0.02761061117053032, -0.024270616471767426, 0.020969917997717857, -0.00043550890404731035, -0.016280829906463623, 0.031697191298007965, -0.00260814162902534, 0.020459095016121864, -0.005425851792097092, -0.011657231487333775, -0.017996668815612793, 0.0027031023055315018, -0.014997224323451519, -0.020707957446575165, 0.01359573658555746, -0.03025640919804573, -0.004243756178766489, -0.029313351958990097, -0.01821933500468731, 0.005527361296117306, -0.018494393676519394, 0.018913529813289642, 0.01633322238922119, 0.010419469326734543, 0.0027342101093381643, -0.06051281839609146, 0.006195359863340855, -0.02527916431427002, -0.030151624232530594, -0.018088355660438538, 0.01803596317768097, 0.008441668935120106, 0.014211343601346016, -0.03122566267848015, -0.0240610484033823, 0.04817448928952217, -0.0067323786206543446, -0.0009078559814952314, 0.013910089619457722, -0.013333776965737343, 0.02116638794541359, -0.03882250934839249, 0.003863913705572486, -0.019005216658115387, -0.008042179979383945, 0.00997413694858551, -0.023117993026971817, 0.004138972144573927, 0.006352535914629698, -0.0014972665812820196, -0.01669996604323387, -0.0024280440993607044, 0.0019155843183398247, 0.027532022446393967, 0.015075812116265297, 0.007675435394048691, -0.0364648662507534, -0.005759851075708866, 0.03379287198185921, 0.006968142464756966, -0.01890043169260025, -0.017525140196084976, 0.01015750877559185, -0.030518369749188423, -0.0263924952596426, -0.001192737719975412, 0.03473592922091484, 0.0018517315620556474, -0.006522810086607933, -0.060669995844364166, 6.18126432527788e-06, -0.013530246913433075, -0.004106226842850447, 0.002559024142101407, 0.014800754375755787, 0.011185702867805958, -0.012174602597951889, -0.011873348616063595, 0.009410922415554523, -0.019620822742581367, 0.032116327434778214, 0.011919191107153893, -0.008579198271036148, -0.025305360555648804, -0.002937229350209236, 0.029365744441747665, 0.0011223359033465385, 0.048384059220552444, 0.01203052420169115, -0.007826062850654125, -0.018245531246066093, 0.028396490961313248, 0.004102952312678099, 0.0139886774122715, 0.016307026147842407, -0.013399266637861729, 0.005638694390654564, -0.010209900327026844, -0.022292817011475563, 0.030518369749188423, -0.025907868519425392, 0.0008497335365973413, 0.0032270229421555996, 0.0036346984561532736, -0.0068044173531234264, 0.01650349609553814, 0.014014873653650284, 0.02852747216820717, -0.013242091052234173, -0.013268286362290382, -0.03143522888422012, 0.018363414332270622, -0.023825284093618393, 0.0011067820014432073, 0.01680474914610386, -0.023969363421201706, 0.018258629366755486, -0.0012279386864975095, 0.01288844458758831, 0.03518126159906387, 0.010786212980747223, -0.05689776688814163, -0.01417204923927784, 0.0035135417710989714, -0.012469307519495487, 0.025383947417140007, -0.005163891240954399, 0.008245198987424374, -0.00902453064918518, 0.04901276156306267, -0.0009741646936163306, -0.0012181152123957872, -0.017027417197823524, 0.003398934146389365, 0.009895548224449158, -0.03772227466106415, -0.00831068865954876, 0.00690265279263258, -0.010904095135629177, -0.005049283616244793, -0.009830058552324772, 0.013268286362290382, -0.019673215225338936, 0.0006364815635606647, -0.001928682322613895, 0.02061627246439457, 0.021441446617245674, -0.020563879981637, 0.02369430474936962, 0.038089022040367126, 0.01626773178577423, -0.033897656947374344, 0.03122566267848015, 0.03856055065989494, 0.005150793585926294, -0.010517704300582409, 0.009489510208368301, 0.006113497540354729, 0.031382836401462555, -0.009803862310945988, 0.044585634022951126, 0.0023248973302543163, -0.010550448670983315, -0.008330335840582848, 0.025004105642437935, 0.007184260059148073, 0.019974468275904655, 0.010059273801743984, 0.03274502977728844, 0.023235874250531197, 0.00821900274604559, -0.0006725011044181883, -0.019712509587407112, -0.04704806208610535, 0.006218281574547291, -0.032797422260046005, -0.05050593614578247, 0.022842934355139732, 0.03379287198185921, 0.007970140315592289, -0.021441446617245674, -0.01276401337236166, 0.004551559220999479, -0.025789987295866013, 0.012246641330420971, 0.0014948106836527586, -0.005478243809193373, -0.02258097380399704, 0.022816738113760948, 0.013248640112578869, 0.0006950132665224373, 0.011807858012616634, -0.025135086849331856, 0.033661890774965286, -0.01588789001107216, 0.00048257989692501724, -0.03350471705198288, -0.011657231487333775, 0.007629592437297106, -0.007989787496626377, 0.010275390930473804, -0.00012064497423125431, -0.010943389497697353, 0.0006368908798322082, -0.03570518270134926, -0.03442157804965973, -0.006162615027278662, 0.0017502219416201115, 0.08503229916095734, 0.014643577858805656, 0.00828449334949255, -0.016922632232308388, 0.004394383169710636, 0.00503291143104434, 0.00828449334949255, 0.007629592437297106, -0.02172960340976715, -0.0039785210974514484, 0.02645798586308956, 0.012534798122942448, -0.009987234137952328, -0.03392385318875313, 0.0052654012106359005, 0.006941946689039469, -0.01706670969724655, 0.016739260405302048, 0.009777666069567204, -0.0137398149818182, 0.009090020321309566, -0.005664890632033348, 0.009895548224449158, -0.03324275463819504, -0.02271195314824581, -0.0016511682188138366, -0.008513708598911762, -0.006106948480010033, -0.034264400601387024, -0.005242479499429464, 0.01019025407731533, 0.016830945387482643, -0.019057609140872955, -0.016896435990929604, -0.004230658058077097, 0.00046334220678545535, -0.014368520118296146, -0.01168997585773468, -0.0029519645031541586, 0.0036870904732495546, -0.0022888777311891317, 0.004639971069991589, -0.01273126807063818, -0.013425462879240513, 0.00039539625868201256, -0.017891885712742805, 0.033714283257722855, -0.014971028082072735, -0.004070207476615906], \"37f4c653-a5a7-4ba5-a284-964444c46d10\": [-0.012386308051645756, 0.0005674490239471197, 0.014597904868423939, -0.06666284799575806, -0.03839823976159096, 0.02267741970717907, -0.04697074368596077, -0.008736832067370415, -0.018514415249228477, -0.024115299805998802, 0.026183107867836952, -0.01606317237019539, -0.0004934153403155506, -0.010934734717011452, 0.017857098951935768, -0.030866488814353943, 0.016282277181744576, -0.03579636290669441, 0.009298290126025677, -0.01181800290942192, -0.015049809589982033, 0.017172394320368767, -0.012920377776026726, 0.0009123690542764962, -0.03229067474603653, -0.013351742178201675, 0.025142356753349304, -0.033030156046152115, 0.01822683960199356, -0.023170407861471176, 0.013550306670367718, 0.0018213145667687058, -0.006847047246992588, 0.008415021002292633, -0.016925901174545288, -0.007504363544285297, -0.0018041969742625952, -0.015789290890097618, 0.011537274345755577, -0.0031273888889700174, 0.023457983508706093, 0.01915803737938404, -0.0006551768165081739, -0.0019496966851875186, -0.004334180615842342, 0.02622419036924839, 5.1486586016835645e-05, 0.005511872936040163, -0.004279404412955046, 0.03133208677172661, -0.010578688234090805, 0.007723469287157059, -0.021527115255594254, -0.013427059166133404, 0.005186638329178095, -0.00797680951654911, -0.0060767545364797115, 0.019692108035087585, -0.011283934116363525, 0.008887466974556446, 0.006244507152587175, 0.002529983874410391, -0.022855443879961967, -0.024046828970313072, -0.010215794667601585, -0.003123965347185731, -0.015542796812951565, 0.012571178376674652, 0.0057480959221720695, -0.016556160524487495, 0.031058205291628838, 0.007805633824318647, -0.003515958786010742, -0.0015149092068895698, 0.017528440803289413, -0.017720157280564308, -0.010996357537806034, 0.006617670878767967, 0.008709443733096123, -0.012331532314419746, 0.0068230824545025826, -0.004957261960953474, 0.013447600416839123, -0.003242076840251684, 0.031140370294451714, 0.015775596722960472, 0.022143350914120674, -0.0032848708797246218, -0.005066814832389355, -0.013748870231211185, 0.021129988133907318, 0.016323359683156013, 0.027347106486558914, -0.0014558533439412713, -0.008524573408067226, 0.036508455872535706, -0.01922650821506977, 0.014625292271375656, 0.006675871089100838, -0.01754213497042656, -0.01130447443574667, 0.02136278711259365, -0.03711099550127983, -0.006963446736335754, -0.02174622192978859, -0.019733190536499023, 0.013064165599644184, -0.025265604257583618, 0.006186306942254305, -0.00035326482611708343, -0.018281616270542145, 0.04483446478843689, -0.0026789072435349226, -0.020691776648163795, 0.013563999906182289, -0.006258200854063034, -0.015131974592804909, -0.022896526381373405, -0.01324903592467308, 0.0006179460324347019, 0.011989179067313671, 0.009339372627437115, 0.021116293966770172, -6.46190092083998e-05, 0.005077085457742214, 0.02247200906276703, -0.0005695887375622988, 0.0008259250316768885, 0.012324685230851173, -0.017733851447701454, 0.0320441797375679, -0.0030760359950363636, 0.02656654268503189, 0.026854118332266808, -0.014460963197052479, -8.874414925230667e-05, -0.014666374772787094, 0.018665051087737083, -0.010407512076199055, -0.022307679057121277, 0.014502045698463917, 0.03560464456677437, -0.008962784893810749, 0.00514213228598237, -0.005850801710039377, 0.010564994066953659, 0.015583879314363003, -0.00490933284163475, 0.018925238400697708, -0.0013343183090910316, 0.002050690585747361, 0.007785092573612928, -0.006518389098346233, -0.016734182834625244, -0.0026035895571112633, -0.008839537389576435, 0.0016972117591649294, 0.022828055545687675, -0.005837107542902231, 0.017145005986094475, -0.0192949790507555, 0.022061185911297798, 0.018938932567834854, -0.007100387942045927, -0.0006453341920860112, 0.037960030138492584, -0.009757041931152344, 0.005618002265691757, -0.01754213497042656, 0.029935289174318314, -0.0017733852146193385, 0.03593330457806587, -0.03083910048007965, -0.009291443042457104, -0.0006847046897746623, 0.02490955777466297, -0.007518057711422443, 0.006785423494875431, -0.026278967037796974, 0.00693605886772275, -0.02601877972483635, -0.005967201665043831, 0.006213695276528597, 0.055461082607507706, -0.016980675980448723, 0.0024187194649130106, 0.035686809569597244, 0.008278080262243748, 0.0027182777412235737, 0.0021842080168426037, 0.01178376842290163, 0.02277327887713909, 0.005929542705416679, -0.014324022457003593, -0.6406645178794861, -0.02990790270268917, 0.003656323067843914, -0.025594262406229973, -0.004364992491900921, 0.016830042004585266, -0.012927224859595299, 0.02642960101366043, -0.03190723806619644, 0.0019702378194779158, -0.003916510846465826, 0.009633795358240604, 0.0063437893986701965, -0.009585865773260593, -0.033030156046152115, -0.024717839434742928, 0.006237660069018602, -0.014543128199875355, -0.009702266193926334, -0.016186419874429703, 0.0030383772682398558, -0.014118610881268978, 0.006299283355474472, -0.007148317061364651, 0.015392161905765533, 0.0057686371728777885, 0.02704583667218685, -0.02443026378750801, -0.013926893472671509, 0.0010578688234090805, -0.02288283221423626, 0.002745665842667222, 0.03456389531493187, 0.0007373414118774235, 0.04154788330197334, -0.013207954354584217, 0.003793264040723443, 0.002004473004490137, -0.003356764791533351, 0.04576566442847252, -0.017076535150408745, -0.028072893619537354, 0.021924244239926338, 0.017076535150408745, 0.0306747704744339, -0.013050471432507038, -0.008209609426558018, -0.013748870231211185, -0.007928880862891674, 0.017459969967603683, -0.008668361231684685, -0.02588183805346489, -0.0013950858265161514, -0.009325678460299969, 0.005648813676089048, -0.013255883008241653, 0.037302713841199875, 0.0009303425322286785, -0.007668692618608475, -0.008866925723850727, -0.0039130873046815395, 0.013700941577553749, -0.026032473891973495, -0.016186419874429703, -0.008428715169429779, 0.007025070488452911, 0.008367091417312622, 0.00590900145471096, 0.01166736800223589, 4.715368777397089e-05, 0.01581667922437191, 0.026963671669363976, 0.007155164144933224, -0.024485040456056595, -0.0063437893986701965, 0.029551856219768524, 0.020691776648163795, -0.01947300136089325, -0.018309004604816437, -0.02870282158255577, 0.013618776574730873, 0.007257869932800531, 0.03297537937760353, -0.03691927716135979, -0.0024118723813444376, 0.004121922422200441, -0.011468803510069847, -0.021554503589868546, 0.01028426457196474, -0.0022595254704356194, 0.018651356920599937, 0.00042986616608686745, -0.007319493219256401, -0.03319448605179787, -0.013981670141220093, 0.0005015461938455701, -0.022800667211413383, -0.009722806513309479, 0.007668692618608475, 0.005689896177500486, -0.012646496295928955, -0.005518720019608736, 0.008997020311653614, 0.019185425713658333, 0.047052908688783646, 0.030455665662884712, -0.01674787700176239, -0.001086968695744872, 0.0239509716629982, -0.002386195817962289, 0.008497185073792934, -0.014091222546994686, -0.0016937883337959647, 0.01656985469162464, 0.01722717098891735, -0.02060961164534092, 0.013639317825436592, 0.023649699985980988, -0.002232137368991971, -0.00774401007220149, 0.013160024769604206, -0.0031770297791808844, 0.004827168304473162, -0.019253896549344063, 0.01640552468597889, 0.036891888827085495, 0.021691445261240005, 0.021184762939810753, 0.004443733487278223, -0.0117152975872159, 0.010448593646287918, -0.007189399562776089, 0.010072005912661552, -0.021869469434022903, 0.02336212433874607, 0.015638655051589012, 0.013235341757535934, 0.0022098843473941088, 0.023006077855825424, -0.01609056070446968, -0.007901492528617382, -0.014529434032738209, -0.009161349385976791, -0.011653673835098743, 0.019349755719304085, -0.03111298196017742, -0.012228826060891151, -0.00859989132732153, 0.005950083956122398, 0.007915186695754528, 0.010503370314836502, 0.010250029154121876, -0.003813805291429162, 0.0537630133330822, -0.011434569023549557, 0.0001053803352988325, -0.0012512978864833713, -0.027470353990793228, -0.02667609602212906, 0.012304143980145454, -0.019993377849459648, 0.01919911988079548, -0.029058868065476418, -0.010078852996230125, -0.01647399552166462, -0.022129656746983528, 0.01344075333327055, 0.003409829456359148, -0.009661183692514896, -0.012434237636625767, 0.01494025718420744, -0.008175374008715153, -0.018582886084914207, -0.015200444497168064, 0.010955275036394596, 0.002146549290046096, -0.031825076788663864, 0.007963115349411964, -0.008976479060947895, -0.0010390394600108266, 0.022321373224258423, -0.0145568223670125, -0.016104254871606827, -0.01083887554705143, 0.02742927148938179, 0.03801480680704117, 0.001939426059834659, 0.04880575090646744, -0.015529102645814419, 0.02019878849387169, -0.019349755719304085, 0.014817009679973125, 0.0052482616156339645, 0.02508758008480072, -0.0020010494627058506, -0.002622419036924839, 0.02277327887713909, 0.00037038244772702456, -0.01555649098008871, 0.026511766016483307, 0.014652680605649948, 0.012776589952409267, 0.014611599035561085, 0.005861072335392237, -0.007086693774908781, -0.03752181679010391, 0.010325347073376179, -0.019349755719304085, 0.0049606855027377605, 0.0013249035691842437, 0.013194260187447071, -0.029168421402573586, -0.010366429574787617, -0.02315671369433403, 0.004895638674497604, -0.00015502142196055502, -0.004532745108008385, 0.028456328436732292, -0.022513091564178467, -0.006525235716253519, 0.03166074678301811, 0.0002490613260306418, 0.008031586185097694, -0.022937607020139694, -0.008791608735918999, 0.02195163257420063, 0.032756272703409195, 0.011530427262187004, 0.01967841386795044, -0.04866880923509598, 0.009380454197525978, 0.008079515770077705, -0.011523580178618431, 0.016556160524487495, 0.0009868306806311011, 0.024265935644507408, 0.010099394246935844, -0.039028167724609375, 0.028894538059830666, 0.0013437330489978194, 0.0004989785375073552, -0.001024489407427609, 0.029469691216945648, -0.006826505996286869, 0.004803203511983156, 0.010482829064130783, 0.03683711215853691, -0.01521413866430521, -0.040616683661937714, 0.0068025412037968636, -0.0119754858314991, 0.015433244407176971, 0.01331750676035881, -0.015268915332853794, 0.030729547142982483, -0.01521413866430521, 0.0047073448076844215, 0.012927224859595299, 0.008024739101529121, 0.020924575626850128, 0.021486034616827965, 0.021869469434022903, 0.008497185073792934, -0.008949090726673603, 0.01502242125570774, -0.009798124432563782, 0.0035125352442264557, -0.02029464766383171, 0.0038617346435785294, -0.01528260949999094, -0.01178376842290163, -0.011434569023549557, -0.0038959698285907507, -0.004957261960953474, -0.0033619001042097807, 0.00034256631624884903, -0.0010116512421518564, -0.02177361026406288, -0.013235341757535934, 0.01195494458079338, -0.03201679140329361, -0.02977096103131771, 0.024443957954645157, 0.0330849327147007, 0.020048154518008232, -0.011701603420078754, -0.007189399562776089, -0.0029442303348332644, 0.00455670990049839, 0.019760578870773315, 0.004560133442282677, 0.014858092181384563, 0.028374163433909416, -0.023457983508706093, -0.005128438118845224, -0.016912207007408142, 0.012920377776026726, -0.02336212433874607, -0.004409498535096645, -0.012523248791694641, -0.007141469977796078, -0.0005610299413092434, -0.01613164320588112, -0.002155108144506812, 0.04256124421954155, 0.021896855905652046, -0.01540585607290268, -0.027456659823656082, 0.00041403237264603376, -0.036344125866889954, 0.004837438929826021, -0.008736832067370415, 0.0007356296409852803, -0.019048485904932022, 0.009448925033211708, 0.014255552552640438, -0.010797793045639992, -0.021869469434022903, 0.005700166802853346, 0.00787410419434309, -0.009852901101112366, -0.03264671936631203, -0.029058868065476418, 0.02477261610329151, 0.06458134949207306, 0.03491993993520737, -0.011146992444992065, 0.016802653670310974, -0.018528109416365623, 0.004745003767311573, -0.023731864988803864, -0.014597904868423939, 0.018007734790444374, -0.01588515006005764, -0.012892989441752434, 0.02767576463520527, 0.014187081716954708, -0.011208616197109222, 0.007922033779323101, -0.013981670141220093, 0.00408426346257329, -0.023457983508706093, -0.026196802034974098, -0.009510548785328865, -0.0027644953224807978, -0.009674877859652042, 0.012687578797340393, 0.019418226554989815, 0.024307018145918846, 0.009565324522554874, 0.016871124505996704, -0.00036332145100459456, 0.0027696306351572275, -0.00814798567444086, -0.006244507152587175, 0.008504032157361507, -0.004926450550556183, -0.009168196469545364, -0.0192949790507555, 0.054776377975940704, 0.02013031765818596, -0.020445283502340317, 0.0013086418621242046, 0.011845391243696213, 0.009243513457477093, 0.018843073397874832, 0.0024717841297388077, -0.03004484251141548, -0.002797018736600876, -0.013057318516075611, -0.014419881626963615, 0.030346112325787544, 0.0045019336976110935, -0.009757041931152344, -0.0031068476382642984, -0.0012221978977322578, -0.044122371822595596, 0.02022617682814598, 0.02708691917359829, -0.0009868306806311011, 0.012235673144459724, -0.006538929883390665, -0.02515605092048645, -0.0354950912296772, -0.036234572529792786, -0.031962014734745026, 0.004299945663660765, -0.016008395701646805, 0.0028723361901938915, -0.02029464766383171, -0.0007938295020721853, -0.032071568071842194, -0.02291022054851055, 0.006740917917340994, 0.02354014851152897, -0.014762233942747116, -0.01640552468597889, 0.0019548318814486265, -0.0005071094492450356, 0.010571841150522232, 0.028182445093989372, -0.017555829137563705, 0.018418556079268456, -0.0052414145320653915, -0.011865932494401932, -0.042369525879621506, 0.018309004604816437, -0.0006230812869034708, 0.011948097497224808, -0.00037958318716846406, -0.02522452175617218, -0.0029065716080367565, -0.007956269197165966, 0.04913441091775894, -0.016843736171722412, 0.014584210701286793, -0.007668692618608475, 0.008243844844400883, 0.002160243457183242, 0.01609056070446968, 0.021458646282553673, 0.03628934919834137, 3.7712252378696576e-05, 0.0022543901577591896, -0.014351410791277885, -0.00751121062785387, -0.008312315680086613, -0.009921371005475521, 0.005765213631093502, 0.0018795144278556108, 0.0011862509418278933, 0.01433771662414074, 0.003943899180740118, 0.009414689615368843, 0.004820321220904589, 0.01059922855347395, 0.006525235716253519, -0.005943236872553825, 0.006189730484038591, -0.002420431235805154, 0.018445944413542747, 0.014885480515658855, 0.00881899707019329, 0.0008177941781468689, 0.003930205013602972, -0.04762805998325348, 0.020185094326734543, 0.010503370314836502, -0.008860078640282154, 0.0007946853875182569, -0.01567973755300045, -0.03004484251141548, -0.021910550072789192, -0.0016116236802190542, -0.007463281508535147, 0.027032142505049706, -0.016446607187390327, -0.00813429243862629, -0.03426262363791466, -0.02291022054851055, -0.011900167912244797, 0.008462950587272644, -0.026388520374894142, -0.007072999607771635, -0.015720820054411888, -0.010215794667601585, 0.0012744066771119833, -0.010571841150522232, 0.0020729436073452234, -0.03111298196017742, -0.005378355737775564, -0.0016116236802190542, 0.02301977202296257, 0.04458796977996826, -0.012995695695281029, 0.0050017680041491985, -0.024580899626016617, -0.023594925180077553, -0.019801659509539604, 0.0026053013280034065, 0.020719164982438087, 0.002995583228766918, 0.0520375594496727, 0.02347167767584324, 0.005087356083095074, -0.01715870015323162, -0.00787410419434309, 0.007141469977796078, 0.014707457274198532, -0.005224296823143959, 0.011537274345755577, 0.02870282158255577, 0.0024632252752780914, 0.017049146816134453, 0.010243182070553303, 0.01494025718420744, 0.01754213497042656, 0.01135240402072668, 0.023663394153118134, 0.001985643757507205, -0.023143019527196884, -0.0007326340419240296, -0.01940453238785267, -0.03429001197218895, -0.004703921265900135, -0.010879958048462868, -0.023197796195745468, 0.010161017999053001, -0.0313594751060009, -0.0027422423008829355, 0.00186753214802593, -0.0021225844975560904, 0.006374600809067488, -0.007552293129265308, -0.00622054236009717, -0.025251910090446472, 0.01736411079764366, 0.004327333997935057, 0.015200444497168064, -0.004002098925411701, -0.013296965509653091, -0.014912868849933147, 0.022759584710001945, 0.005083932541310787, 0.006467035971581936, 0.007791939657181501, -0.011455110274255276, -0.019349755719304085, -0.0170628409832716, 0.026758261024951935, -0.027264941483736038, -0.023868806660175323, 0.020075542852282524, -0.009503701701760292, 0.005426284857094288, -0.027785317972302437, -0.006480730138719082, 0.007613916415721178, -0.02291022054851055, 0.010619769804179668, -0.00533384969457984, 0.04108228161931038, -0.03908294439315796, -0.01514566782861948, 0.003430370707064867, -0.01919911988079548, 0.019965989515185356, 0.03749442845582962, 0.025621650740504265, 0.022869138047099113, 0.016939595341682434, 0.011496191844344139, 0.017898181453347206, 0.022239208221435547, 0.011345556937158108, 0.020144011825323105, 0.013837882317602634, -0.011283934116363525, -0.006497847847640514, 0.0018863615114241838, -0.009277748875319958, 0.012167202308773994, -0.0052482616156339645, 0.010393817909061909, -0.0006701547536067665, 0.015802985057234764, -0.010695087723433971, -0.0037042524199932814, -0.023690782487392426, 0.013379130512475967, 0.014885480515658855, 0.01514566782861948, 0.009928218089044094, -0.012571178376674652, 0.006230812985450029, 0.017788628116250038, -0.01480331551283598, 0.029579242691397667, -0.001054445281624794, -0.005772060714662075, -0.02108890563249588, 0.0055084493942558765, -0.010633463971316814, 0.010044618509709835, -0.0037384878378361464, 0.028374163433909416, -0.004532745108008385, -0.0003258766373619437, 0.0018469910137355328, 0.006128107197582722, 0.012235673144459724, -0.002564219059422612, 0.008832691237330437, 0.02447134628891945, -0.024074217304587364, -0.03283843770623207, 0.003560464596375823, -0.009257207624614239, 0.016282277181744576, -0.008346550166606903, -0.01037327665835619, -0.03415307030081749, -0.009270901791751385, -0.024033134803175926, 0.004248592536896467, 0.026128331199288368, -0.021979020908474922, -0.007066152524203062, -0.004779238719493151, -0.02401944063603878, -0.010277417488396168, -0.0035228056367486715, 0.019979683682322502, -0.019459307193756104, -0.014502045698463917, -0.007251022849231958, 0.00035369276884011924, 0.02390988916158676, 0.012194590643048286, 0.012995695695281029, 0.007620763499289751, 0.035960692912340164, -0.024485040456056595, 0.003837769851088524, -0.0025214250199496746, 0.015529102645814419, -0.03401612862944603, 0.007038764655590057, -0.013598235324025154, -0.007559140212833881, 0.0017365823732689023, -0.014378799125552177, -0.023389512673020363, -0.030072230845689774, 0.02043158933520317, 0.021458646282553673, 0.01071562897413969, 0.022896526381373405, 0.017186088487505913, 0.013728329911828041, 0.007545446045696735, -0.0057686371728777885, -0.03242761641740799, -0.0013933740556240082, -0.033413589000701904, -0.012899836525321007, 0.024964334443211555, 0.010051465593278408, 0.001990778837352991, -0.03615240752696991, -0.005823413375765085, 0.030510442331433296, -0.01795295812189579, -0.037850476801395416, 0.012132967822253704, -0.011256545782089233, -0.010154170915484428, 0.004070569295436144, -0.02184208109974861, -0.027525128796696663, -0.013653011992573738, 0.02043158933520317, 0.012310991063714027, 0.025991391390562057, 0.00014881629613228142, 0.01647399552166462, 0.004286251496523619, 0.011879626661539078, -0.00443688640370965, -0.019514083862304688, -0.03333142399787903, -0.013618776574730873, -0.021527115255594254, 0.008914855308830738, -0.02549840323626995, 0.008243844844400883, 0.0306747704744339, -0.017761239781975746, -0.04606693238019943, -0.026936283335089684, -0.020486364141106606, -0.04127399995923042, -0.0024957486893981695, 0.009106572717428207, -0.007607069332152605, -0.0011871068272739649, -0.004717615433037281, 0.002194478642195463, 0.016008395701646805, 0.026730872690677643, -0.016966983675956726, -0.008401326835155487, 0.01509089209139347, 0.010215794667601585, 0.005703590344637632, -0.0033430708572268486, -0.016802653670310974, 0.0036220878828316927, -0.011996026150882244, 0.002446107566356659, 0.0017091941554099321, 0.003652899758890271, -0.0036939820274710655, 0.019801659509539604, 0.0055221435613930225, 0.005638543516397476, -0.017980346456170082, 0.02804550528526306, 0.018487026914954185, -0.025114968419075012, 0.010140476748347282, 0.012742354534566402, 0.014474657364189625, -0.023594925180077553, 0.002115737646818161, -0.012940919026732445, -0.01562496181577444, 0.021390175446867943, 0.0044676982797682285, -0.007251022849231958, -0.01124969869852066, -0.01214666198939085, 0.010708781890571117, 0.030318723991513252, 0.004169851541519165, 0.01368040032684803, -0.02140386961400509, 0.02542993240058422, -0.021896855905652046, 0.01620011404156685, 0.011174380779266357, 0.008517726324498653, 0.02247200906276703, -0.01874721422791481, 0.001893208478577435, 0.006638212129473686, 0.007778245490044355, -0.016939595341682434, 0.019582554697990417, -0.0023776371963322163, -0.0068504707887768745, -0.02460828796029091, -0.0012555773137137294, 0.0028072893619537354, 0.002668636618182063, -0.0036426291335374117, -0.014844398014247417, -0.02553948573768139, 0.021965326741337776, -0.008298621512949467, -0.012037108652293682, -0.014529434032738209, 0.038754288107156754, 0.013878964819014072, 0.0038411933928728104, -0.02415638230741024, 0.04132877662777901, 0.016049478203058243, -7.355226262006909e-05, 0.006658753380179405, 0.20015288889408112, 0.002427278319373727, 0.021280622109770775, 0.005063391290605068, -0.0028843185864388943, -0.010948427952826023, 0.008757373318076134, 0.0007484678644686937, -0.01956886053085327, -0.013207954354584217, -0.015296303667128086, -0.0025796249974519014, -0.022307679057121277, -0.0015671178698539734, 0.006953176576644182, -0.05420122668147087, -0.043574608862400055, -0.015104586258530617, -0.013372283428907394, -0.013344895094633102, -0.006607400253415108, 0.00811375118792057, -0.011722144670784473, -0.01487178634852171, 0.015898844227194786, 0.02484108693897724, -0.021212151274085045, 0.02949707955121994, 0.009948759339749813, 0.01047598198056221, -0.004840862471610308, -0.013885811902582645, -0.006929211784154177, -0.01815836876630783, 0.0032369415275752544, 0.0022869138047099113, 0.017309335991740227, -0.010017230175435543, 0.01030480582267046, -0.0002372929739067331, 0.007387964054942131, -0.008969631977379322, 0.004406074993312359, -0.04861403629183769, -0.023690782487392426, 0.010749864391982555, 0.002687466097995639, -0.01142087485641241, 0.004991497378796339, 0.018788296729326248, -0.02681303583085537, -0.009147655218839645, 0.026415908709168434, 0.010695087723433971, -0.00420408695936203, 0.0017186087789013982, -0.0008789896965026855, 0.01867874525487423, -0.03628934919834137, 0.021581891924142838, -0.01144141610711813, 0.030784323811531067, -0.009517395868897438, 0.003110271180048585, -0.01974688470363617, 0.008353397250175476, -0.01995229534804821, -0.03615240752696991, 0.016104254871606827, -0.030537830665707588, 0.0066347885876894, -0.00040311989141628146, 0.006740917917340994, 0.002708007115870714, -0.021759916096925735, -0.03670017421245575, 0.0029185537714511156, 0.033304035663604736, 0.017350416630506516, 0.037220548838377, -0.011112757958471775, -0.006501271389424801, -0.008490337990224361, -0.01915803737938404, 0.0055221435613930225, -0.030510442331433296, 0.03042827732861042, 0.0068299295380711555, -0.0013026506640017033, -0.02856587991118431, 0.0032249591313302517, -0.007867257110774517, -0.033304035663604736, -0.003683711402118206, -0.01161259226500988, 0.02133539877831936, 0.01763799414038658, 0.0306747704744339, -0.014529434032738209, 0.021006740629673004, -0.011174380779266357, 0.05565279722213745, -0.003103424096480012, 0.00930513720959425, -0.01107852254062891, -0.02067808248102665, -0.00911341980099678, 0.007798786740750074, -0.009531090036034584, 0.001763114589266479, 0.009633795358240604, -0.02077394165098667, 0.009058643132448196, -0.004758697934448719, 0.0017263117479160428, 0.00774401007220149, 0.02788117527961731, -0.011968638747930527, 0.014953951351344585, -0.01913064904510975, 0.030729547142982483, -0.007839868776500225, 0.024827392771840096, 0.013331200927495956, -0.00367001723498106, -0.012742354534566402, -0.016583548858761787, -0.018048815429210663, -0.024827392771840096, -0.028757598251104355, 0.030537830665707588, 0.0029099949169903994, 0.001414771075360477, 0.0016201825346797705, -0.018582886084914207, -0.009852901101112366, -0.012379460968077183, -0.019719496369361877, -0.007244175765663385, -0.006912094075232744, -0.012571178376674652, -0.010626616887748241, -0.0029716184362769127, -0.0044403099454939365, -0.011660520918667316, -0.00797680951654911, 0.01699437014758587, 0.00019524783419910818, 0.010921040549874306, 0.003707675961777568, -0.029250584542751312, 0.0020917728543281555, -0.008627279661595821, 0.0184322502464056, 0.006395142059773207, -0.003500552847981453, -0.019787965342402458, -0.037576593458652496, 0.006501271389424801, -0.0003800111298914999, -0.02936013787984848, -0.003103424096480012, 0.005426284857094288, -0.001012507127597928, -0.02615571953356266, -0.007593375165015459, -0.17616082727909088, 0.023526454344391823, 0.002292049117386341, -0.021006740629673004, 0.00590900145471096, 0.018938932567834854, -0.008230150677263737, -0.008914855308830738, -0.014200775884091854, 0.015200444497168064, 0.014159693382680416, -0.02043158933520317, -0.020116625353693962, -0.036481067538261414, 0.013714635744690895, -0.01750105246901512, 0.008908008225262165, 0.023211490362882614, 0.031414251774549484, 0.009620101191103458, 0.025375157594680786, -0.006737494375556707, 0.018897850066423416, 0.0004253727965988219, -0.00373506429605186, -0.014584210701286793, -0.013940587639808655, 0.0177475456148386, -9.264910477213562e-05, -0.017172394320368767, 0.00219276687130332, 0.015583879314363003, 0.022691113874316216, 0.016556160524487495, 0.0016527059487998486, -0.0044403099454939365, -0.01254379004240036, 0.008161679841578007, 0.003755605313926935, 0.01521413866430521, 0.019116954877972603, 0.017843404784798622, 0.005700166802853346, 0.038233909755945206, 0.02263633720576763, 0.01385157648473978, 0.030318723991513252, 0.005398896522819996, 0.015542796812951565, -0.03387919068336487, 0.01936344988644123, -0.033276647329330444, 0.0068504707887768745, -0.0019924906082451344, 0.006552624050527811, 0.026100942865014076, -0.004765545018017292, -0.009537936188280582, -0.012838213704526424, -0.02622419036924839, 0.0018521262099966407, -0.03565942123532295, 0.008161679841578007, -0.0066039771772921085, 0.0006483297911472619, -0.000884980836417526, -0.021034128963947296, 0.030619995668530464, -0.014844398014247417, 0.007031917572021484, 0.00864782091230154, -0.02095196396112442, 0.012153509072959423, 0.0036152407992631197, 0.0044540041126310825, 0.018801990896463394, -0.044752299785614014, 0.00450535723939538, 0.007387964054942131, 0.0136119294911623, -0.014721151441335678, 0.020486364141106606, 0.005368085112422705, 0.007367422804236412, -0.02456720545887947, 0.007565987296402454, -0.010167865082621574, 0.005217449739575386, -0.0021431257482618093, -0.012831366620957851, 0.0065560475923120975, 9.04559128684923e-05, -0.015104586258530617, -0.002394754672423005, 0.03765875846147537, -0.022280290722846985, 0.013125789351761341, 0.009640642441809177, -0.003050359431654215, -0.0035878526978194714, 0.016241196542978287, 0.005224296823143959, -0.015309997834265232, 0.004984650295227766, 0.04028802365064621, -0.019103260710835457, -0.016446607187390327, 0.004008946008980274, 0.025197133421897888, -0.004515627399086952, -0.014967644587159157, 0.026456989347934723, -0.010660852305591106, 0.0011400333605706692, 0.013742023147642612, 0.027935951948165894, 0.011311321519315243, -0.022321373224258423, -0.008990173228085041, -0.0018247381085529923, 0.021061517298221588, -0.019007403403520584, 0.01426924578845501, 0.005929542705416679, -0.00639171851798892, -0.0107704047113657, -0.0823836699128151, -0.02040420100092888, -0.00034385014441795647, -0.009202430956065655, -0.003844616934657097, 0.0009329101885668933, -0.010462287813425064, 0.011872779577970505, -0.009400995448231697, 0.006234236527234316, 0.0023262843023985624, -0.006645059213042259, -0.016446607187390327, -0.011003204621374607, 0.006566318217664957, 0.001497791614383459, -0.02047267183661461, 0.010003536008298397, -0.0022424079943448305, 0.02881237491965294, -0.016460301354527473, -0.02988051436841488, -0.0018983437912538648, 0.004402651451528072, -0.009736500680446625, 0.006467035971581936, -0.022458314895629883, 0.010366429574787617, 0.016172725707292557, -0.01280397828668356, -0.007251022849231958, -0.019993377849459648, 0.0042006634175777435, -0.022129656746983528, -0.01385157648473978, 0.02019878849387169, 0.0037179465871304274, 0.006641635671257973, 0.03459128364920616, -0.009846054017543793, -0.006720376666635275, -0.009784430265426636, 0.02163666859269142, -0.040123697370290756, -0.007435893174260855, 0.0015063503524288535, -0.023129325360059738, 0.026100942865014076, -0.007134622894227505, -0.02081502415239811, -0.009127113968133926, 0.0016321648145094514, -0.0035946997813880444, -0.02681303583085537, 0.027237553149461746, -0.007880951277911663, 0.013057318516075611, 0.011263392865657806, -0.03905555605888367, 0.03198940306901932, -0.008106904104351997, -0.008456103503704071, -0.027826398611068726, 0.01974688470363617, 0.010058312676846981, 0.009380454197525978, -0.0037966875825077295, -0.032893214374780655, 0.03763137012720108, -0.005491331685334444, -0.006354059558361769, 0.017665382474660873, -0.006169189233332872, -0.0008486058795824647, -0.025443626567721367, -0.005888460669666529, -0.019349755719304085, -0.011016898788511753, 0.01667940616607666, -0.03763137012720108, 0.010756711475551128, 0.005162673536688089, -0.012660190463066101, 0.0033482059370726347, 0.01480331551283598, 0.014187081716954708, 0.02263633720576763, 0.005960354581475258, 6.713315815431997e-05, -0.033550530672073364, -0.00036524716415442526, 0.028182445093989372, 0.0003295141505077481, 0.006148648448288441, -0.016857430338859558, 0.02095196396112442, -0.009373607113957405, -0.015830373391509056, -0.00040590151911601424, 0.00930513720959425, -0.013413364998996258, 0.006545776966959238, -0.07400288432836533, 0.014255552552640438, -0.005402320064604282, 0.006963446736335754, 0.0038035346660763025, 0.011071675457060337, 0.013358589261770248, -0.011797462590038776, -0.006922364700585604, 0.004926450550556183, -0.01722717098891735, 0.0246356762945652, -0.004258863162249327, -0.012434237636625767, -0.018733520060777664, -0.011523580178618431, 0.026059862226247787, -0.011427721939980984, 0.035960692912340164, 0.025005416944622993, 0.00456698052585125, -0.038343463093042374, 0.006367753725498915, 0.006045942660421133, -0.00621027173474431, 0.0044745453633368015, -0.02677195519208908, 0.027922257781028748, -0.004933297634124756, -0.026621319353580475, 0.028456328436732292, -0.009873442351818085, 0.015159361995756626, 0.007791939657181501, 0.017596911638975143, 0.0029904479160904884, -0.007086693774908781, 0.014844398014247417, 0.018623968586325645, -0.008572502993047237, -0.002863777568563819, -0.019103260710835457, -0.00402264017611742, -0.029442302882671356, 0.003577582072466612, -0.001047598198056221, -0.045573946088552475, 0.009387301281094551, 0.013002542778849602, 0.004628603812307119, 0.04417714849114418, 0.014652680605649948, -0.038754288107156754, -0.025238215923309326, 0.011605745181441307, -0.06326671689748764, 0.01626858487725258, 0.005416014231741428, -0.009661183692514896, -0.009743347764015198, 0.03932943940162659, -0.0042657102458179, -0.0013249035691842437, -0.026867812499403954, 4.760837327921763e-05, 0.013310659676790237, -0.03108559362590313, -0.010236335918307304, 0.03097604028880596, -0.02797703444957733, -0.008360244333744049, -0.022444620728492737, 0.007969962432980537, -0.009736500680446625, 0.02156819775700569, 5.1031896873610094e-05, 0.004361568950116634, 0.010900499299168587, -0.01754213497042656, 0.012002873234450817, 0.03511165827512741, 0.010763557627797127, -0.006244507152587175, 0.025525791570544243, 0.024717839434742928, 0.014036446809768677, 0.012310991063714027, -0.009435230866074562, 0.0015277473721653223, 0.024252241477370262, -0.033714860677719116, 0.03905555605888367, -0.0015645502135157585, -0.007689233869314194, 0.0177475456148386, -0.0013582829851657152, 0.003995251841843128, 0.0068025412037968636, 0.027319718152284622, 0.020993046462535858, 0.00864782091230154, 0.002981889061629772, -0.008736832067370415, -0.009079184383153915, -0.033687472343444824, 0.0036083939485251904, -0.018843073397874832, -0.05206494778394699, 0.02122584544122219, 0.035823751240968704, 0.0009688571444712579, 0.0032129769679158926, -0.010434899479150772, 0.00870259664952755, -0.007867257110774517, 0.008093209937214851, 0.012701272033154964, -0.004371839575469494, -0.020691776648163795, 0.01521413866430521, 0.00930513720959425, -0.025005416944622993, 0.023006077855825424, -0.03615240752696991, 0.03401612862944603, -0.03459128364920616, 0.014433575794100761, -0.03311232104897499, 0.003351629478856921, 0.007292105350643396, 0.003978134598582983, -0.006110989488661289, -0.02050005830824375, -0.02788117527961731, -0.004026063717901707, -0.007114082109183073, -0.02788117527961731, 0.0062616243958473206, 0.012297296896576881, 0.07559140026569366, 0.011653673835098743, -0.02697736583650112, -0.02070547081530094, 0.008004197850823402, 0.0007390531245619059, 0.018870461732149124, -0.00014111335622146726, -0.00804528035223484, -0.02249939739704132, 0.020801329985260963, 4.7340912715299055e-05, -0.0035433468874543905, -0.006953176576644182, 0.004519050940871239, 0.012797131203114986, -0.01166736800223589, 0.014419881626963615, 0.02490955777466297, 0.0013531476724892855, 0.021965326741337776, -0.0044745453633368015, 0.009551630355417728, -0.026730872690677643, -0.03587852790951729, -0.01178376842290163, 0.015008727088570595, 0.0017023470718413591, -0.012756048701703548, -0.009380454197525978, 0.014707457274198532, 0.033413589000701904, 0.0055152964778244495, -0.009106572717428207, -0.008558808825910091, 0.020171400159597397, -0.007963115349411964, 0.02174622192978859, 0.01297515444457531, -0.005330426152795553, 0.01581667922437191, 0.0028158482164144516, -0.014885480515658855, -0.03177030012011528, 0.0005687328521162271, -0.014063835144042969, 0.02529299259185791, -0.004899062216281891, -0.005594037473201752], \"826e7d6c-4536-490b-a114-50157635a503\": [-0.004005505237728357, -0.00583109725266695, 0.02714429795742035, -0.04222146421670914, -0.01556309126317501, 0.011284253560006618, -0.04411117359995842, -0.014186304062604904, -0.01688588596880436, -0.01519864797592163, 0.02069229818880558, 0.000961726123932749, 0.007626319769769907, -0.009266315959393978, 0.003593818750232458, -0.014699225313961506, 0.021029744297266006, -0.03285391628742218, 0.00421134801581502, -0.006306898780167103, -0.0032141900155693293, -0.011264006607234478, -0.02872355468571186, 0.01111552957445383, -0.02964141219854355, -0.0044678086414933205, 0.0060133193619549274, -0.035607486963272095, 0.009718495421111584, -0.011317998170852661, 0.012269601225852966, -0.010379893705248833, -0.004548795986920595, 0.007025662809610367, -0.024255745112895966, -0.007039160467684269, 0.0006259655929170549, 0.007437348831444979, 0.021610155701637268, 0.025214096531271935, 0.0006597103783860803, 0.027238784357905388, -0.003112955717369914, -0.015819551423192024, 0.0007904713856987655, 0.024161260575056076, 0.002945919055491686, -0.02074628882110119, 0.0012941121822223067, 0.019342506304383278, 0.005189946852624416, -0.00167036650236696, -0.02096225507557392, -0.001238433294929564, 0.009023353457450867, -0.007437348831444979, -0.015590086579322815, 0.034419674426317215, -0.017952220514416695, 0.010001951828598976, 0.028696557506918907, 0.006688214838504791, -0.025065619498491287, -0.015117660164833069, -0.02205558679997921, -0.029803387820720673, -0.018046706914901733, 0.013720626011490822, 0.011405734345316887, -0.007309118751436472, 0.04176253452897072, 0.017358314245939255, 0.019369501620531082, 0.0050650909543037415, 0.004093241412192583, -0.02713080123066902, 0.011837667785584927, -0.004072994459420443, -0.0034470290411263704, -0.002031435491517186, -0.004140484146773815, -0.025754014030098915, 0.0073361145332455635, 0.008436194621026516, 0.010899563319981098, 0.006398009601980448, 0.015617082826793194, 0.0030387172009795904, -0.010467629879713058, -0.015185149386525154, 0.001429934985935688, 0.025808004662394524, 0.0254975538700819, 0.0009212323930114508, 0.006944674998521805, 0.020813778042793274, -0.017628271132707596, 0.01529313251376152, 0.0017749753315001726, -0.02009839005768299, -0.0010410263203084469, 0.01515815407037735, -0.026874341070652008, -0.007734302897006273, -0.020395344123244286, -0.019841928035020828, 0.006860313005745411, -0.03279992192983627, -0.008159487508237362, 0.0025629159063100815, -0.010487876832485199, 0.0366603247821331, 0.013902848586440086, -0.017358314245939255, -0.0003745670255739242, -0.0254975538700819, -0.011007546447217464, -0.0038739005103707314, -0.0012240917421877384, -0.0059694512747228146, 0.026077963411808014, -0.019490983337163925, 0.021043242886662483, -0.011183018796145916, 0.004889618139714003, 0.015077166259288788, -0.009563270024955273, -0.01236408669501543, 0.024350231513381004, -0.026752859354019165, -0.004498178604990244, -0.026901336386799812, 0.010919810272753239, 0.011264006607234478, -0.012647542171180248, 0.016858890652656555, 0.0017952221678569913, 0.007025662809610367, 0.003617440117523074, -0.027562733739614487, 0.00830121524631977, 0.021029744297266006, -0.017088355496525764, -0.003539827186614275, -0.009448537603020668, 0.009907466359436512, -0.007741051726043224, -0.005905335769057274, 0.03671431913971901, 0.01211437489837408, -0.008294465951621532, 0.007153892889618874, -0.0003834250383079052, -0.019356004893779755, -0.006509367376565933, -0.007457595784217119, 0.001268803607672453, 0.014820706099271774, -0.01388934999704361, 0.005122457165271044, -0.006128051318228245, 0.022298548370599747, 0.014577743597328663, 0.01683189533650875, 0.02622644044458866, 0.03863102197647095, 0.0028784293681383133, 0.007788294460624456, -0.007450846955180168, 0.015860045328736305, 0.006347392685711384, 0.01488819532096386, -0.04859247803688049, 0.00282443780452013, -0.00984672550112009, 0.03725423291325569, -0.004315956961363554, -0.014415768906474113, -0.01029890589416027, -0.005898586940020323, -0.002993161790072918, -0.0012603674549609423, 0.0054565304890275, 0.0389549694955349, -0.0096645038574934, 0.0020938634406775236, 0.031342148780822754, 0.00021807562734466046, 0.01250581443309784, 0.003047153353691101, 0.007815290242433548, 0.019571971148252487, 0.016318975016474724, 0.004808630794286728, -0.6422845721244812, 0.003413284197449684, 0.017857735976576805, -0.020300857722759247, 0.006580231711268425, 0.009651006199419498, 0.012384333647787571, 0.024471713230013847, -0.043274302035570145, 0.0073361145332455635, -0.004187726881355047, 0.020395344123244286, 0.01247881818562746, -0.013734124600887299, -0.036822300404310226, -0.02082727663218975, 0.0014459637459367514, 0.006107804831117392, 0.016858890652656555, -0.01050812378525734, -0.013086224906146526, 0.002831186866387725, 0.0007681155111640692, 0.013173961080610752, 0.021178221330046654, -0.0037490448448807, 0.03852303698658943, -0.03482460975646973, -0.02636142075061798, -0.001196252298541367, -0.014942186884582043, 0.010514872148633003, 0.01334268506616354, 0.011102031916379929, 0.03676830977201462, -0.006613976322114468, 0.007491340395063162, -0.015536095015704632, -0.007673562504351139, 0.0626303032040596, -0.014415768906474113, -0.016359467059373856, 0.023337887600064278, 0.01575206220149994, 0.004069620277732611, -0.008496934548020363, 0.0018778968369588256, 0.008065002039074898, -0.0004420565674081445, 0.0012907377677038312, -0.004498178604990244, -0.008631913922727108, -0.0042045991867780685, -0.008395700715482235, 0.01742580346763134, -0.007687060162425041, 0.038604024797677994, 0.011358492076396942, -0.0156575758010149, 0.0014054699568077922, 0.0002686927909962833, -0.010130181908607483, 0.005706241820007563, -0.013403424993157387, -0.0010444008512422442, -0.008753394708037376, 0.004781635012477636, 0.0016973622841760516, 0.018735099583864212, -0.007869281806051731, 0.009745491668581963, 0.023945294320583344, 0.02055731788277626, -0.034608643501996994, 0.014132312498986721, 0.03482460975646973, 0.023661836981773376, -0.02119171991944313, -0.020084891468286514, -0.0173313170671463, 0.00012253572640474886, -0.011554211378097534, 0.03984583169221878, -0.006124677136540413, 0.004828877747058868, 0.018397651612758636, -0.00016313490050379187, -0.01846514269709587, -0.012397831305861473, 0.013970337808132172, 0.007167390547692776, 0.023796817287802696, 0.005706241820007563, -0.019855426624417305, -0.006674716714769602, 0.000787940516602248, -0.018087200820446014, -0.01136524137109518, -0.00964425690472126, 0.005557764787226915, -0.011878161691129208, -0.009185328148305416, 0.034878600388765335, 0.020273862406611443, 0.026712365448474884, 0.01596802845597267, -0.0346626341342926, 0.0015843173023313284, 0.03463564068078995, -0.006495869718492031, 0.016629425808787346, -0.008011010475456715, 0.015644079074263573, -0.016413459554314613, -0.004801881965249777, -0.01874859817326069, 0.010859069414436817, 0.03169309347867966, 0.003227687906473875, 0.0017344815423712134, 0.02111073210835457, 0.02287895977497101, -0.000619216647464782, -0.004977354779839516, 0.0238238126039505, 0.03649834915995598, 0.02812964655458927, 0.008976110257208347, 8.858004002831876e-05, -0.00830796454101801, 0.033555805683135986, 0.0011743182549253106, 0.012856760062277317, -0.01529313251376152, 0.03585045039653778, 0.011237010359764099, 0.012917500920593739, -0.01093330793082714, 0.01529313251376152, -0.00782878790050745, -0.007545331958681345, -0.007113398984074593, 0.0023773196153342724, -0.011756679974496365, -0.011560960672795773, -0.034554652869701385, 0.002277772407978773, -0.0007533521275036037, -0.0032546836882829666, 0.0022153446916490793, 0.011851165443658829, -0.0012907377677038312, 8.185745173250325e-06, 0.04511001706123352, -0.018802590668201447, 0.0010865818476304412, -0.012573303654789925, -0.03118017315864563, -0.024539202451705933, 0.017439300194382668, -0.024660682305693626, 0.030235320329666138, -0.019409995526075363, 0.0014982681022956967, -0.01247881818562746, -0.01392984390258789, 0.007990763522684574, 0.0201523806899786, -0.002675960771739483, -0.01579255610704422, 0.03477061912417412, -0.004258590750396252, 0.0031095813028514385, -0.005490275099873543, -0.007808541413396597, 0.0038907728157937527, -0.023432374000549316, -0.01606251299381256, -0.007707307115197182, -0.00322262616828084, 0.013518157415091991, -0.008355206809937954, 0.002861557062715292, -0.006360890343785286, 0.02495763637125492, 0.0289935115724802, 0.011264006607234478, 0.030802233144640923, -0.008949114941060543, 0.0036646828521043062, -0.017736254259943962, -0.011884910054504871, -0.03552650287747383, 0.016035517677664757, 0.0023823813535273075, 0.004278837703168392, 0.012789270840585232, -0.00846318993717432, 0.0024971135426312685, 0.025200599804520607, 0.005068465601652861, 0.006809696089476347, 0.006573482416570187, 0.009812980890274048, -0.013558651320636272, -0.03163910284638405, -0.0033677287865430117, -0.03204404190182686, 0.03285391628742218, -0.005416036583483219, 0.004785009194165468, -0.011068287305533886, -0.019841928035020828, -0.022258054465055466, -0.00853068009018898, 0.015414614230394363, -0.000955820782110095, 0.017101852223277092, -0.027211789041757584, 0.012721780687570572, 0.027103804051876068, 0.0017192964442074299, 0.019180530682206154, -0.022892456501722336, -0.011270755901932716, 0.0008048129384405911, 0.02210957743227482, 0.022716984152793884, 0.009678002446889877, -0.045541949570178986, 0.011608202941715717, 0.012411328963935375, -0.010143679566681385, 0.020044397562742233, -0.004569042939692736, 0.011378739029169083, 0.01625148393213749, -0.03639036789536476, 0.022406531497836113, -0.008820884861052036, 0.00544640701264143, 0.013801613822579384, 0.017979217693209648, -0.018937569111585617, -0.00864541158080101, 0.009333805181086063, 0.017911728471517563, -0.0029661660082638264, -0.013194208033382893, 0.020273862406611443, -0.02731977216899395, 0.035013578832149506, 0.015725066885352135, -0.010595859959721565, 0.01769576035439968, -0.0049334862269461155, -0.006529614329338074, -0.005385666619986296, 0.005878339987248182, 0.027967670932412148, 0.013815111480653286, 0.01788473129272461, 0.012033387087285519, -0.01588704064488411, 0.007990763522684574, 0.00023874429462011904, 0.004700647667050362, -0.019936414435505867, -0.0002619438455440104, -0.019396496936678886, -0.005571262910962105, -0.017992714419960976, -0.0006373545038513839, -0.01071059238165617, -0.00853068009018898, -0.009003106504678726, 0.009704997763037682, -0.021731635555624962, -0.00425521656870842, -0.00851043313741684, -0.035013578832149506, -0.030073344707489014, 0.01715584471821785, 0.023837311193346977, 0.005510522052645683, -0.01452375203371048, -0.0015438235132023692, -0.01552259735763073, -0.0032968646846711636, 0.0021596658043563366, -0.015387617982923985, 0.018802590668201447, 0.03344782441854477, -0.0044678086414933205, -0.007126897107809782, -0.004062870983034372, 0.020948758348822594, -0.03258395567536354, -0.01756078191101551, -0.0201523806899786, 0.00506171677261591, -0.006809696089476347, -0.013491162098944187, -0.005712990649044514, 0.029398450627923012, 0.01488819532096386, -0.017547283321619034, -0.04319331422448158, 0.02219056524336338, -0.029965361580252647, -0.010271910578012466, -0.017709258943796158, -0.0009752240730449557, -0.00010872145503526554, 9.390538616571575e-05, 0.011068287305533886, -0.02001740224659443, -0.03493259474635124, 0.021812623366713524, 0.005402538925409317, -0.0022743979934602976, -0.037227239459753036, -0.0289935115724802, 0.024714674800634384, 0.06003870815038681, 0.0289935115724802, -0.012499065138399601, 0.019436990842223167, -0.04084467887878418, 0.005635377950966358, -0.01996340975165367, -0.004764762707054615, 0.04389520734548569, -0.004717519972473383, -0.018546128645539284, 0.013200956396758556, -0.0048322519287467, -0.004781635012477636, 0.0042045991867780685, -0.00014584070595446974, 0.010811826214194298, -0.03072124533355236, -0.02351335994899273, -0.04033175855875015, 0.0022980193607509136, -0.020678799599409103, 0.007201135624200106, 0.030802233144640923, 0.038145095109939575, -0.011979395523667336, 0.02945244126021862, -0.005213567987084389, 0.01354515366256237, -0.019504481926560402, 0.015387617982923985, 0.008679157122969627, 0.01370712835341692, -0.006580231711268425, -0.015765558928251266, 0.05744710937142372, 0.029020508751273155, -0.027994666248559952, 0.014118814840912819, 0.0030572768300771713, 0.009340554475784302, 0.028696557506918907, -0.007403604220598936, -0.016858890652656555, 0.00040662457467988133, -0.0019521353533491492, 0.001972382189705968, 0.04524499550461769, 0.013052479363977909, -0.01915353536605835, 0.003420033259317279, -0.005331674590706825, -0.03803711384534836, 0.01882958598434925, -0.006040315143764019, 0.018073702231049538, 0.021070238202810287, 0.008949114941060543, -0.011979395523667336, -0.02422874979674816, -0.0299923587590456, -0.016737408936023712, -0.022339042276144028, -0.030262315645813942, 0.007822039537131786, -0.026212943717837334, -0.015117660164833069, -0.01250581443309784, -0.013281944207847118, -0.020840775221586227, 0.006958173122256994, -0.009745491668581963, -0.015711568295955658, 0.006792823784053326, -0.0063305203802883625, 0.02568652480840683, 0.030964206904172897, -0.010292156599462032, 0.007153892889618874, 0.011770178563892841, -0.018532631918787956, -0.0369572788476944, 0.0048423754051327705, -0.016899384558200836, 0.011608202941715717, 0.007558830082416534, -0.01629197783768177, 0.007437348831444979, -0.013875852338969707, 0.037821147590875626, -0.013349433429539204, 0.006907555740326643, -0.005976200103759766, 0.019801435992121696, -0.011230261996388435, 0.006809696089476347, 0.009050348773598671, 0.0386580154299736, 0.00041738071013242006, 0.0008157799602486193, 0.003958262503147125, -0.0003908067010343075, 0.0028210633900016546, -0.012445073574781418, 0.0067894491367042065, 0.017169343307614326, -0.004069620277732611, 0.011432730592787266, 0.002390817506238818, -0.008753394708037376, 0.012850010767579079, 0.002662462880834937, 0.008226976729929447, -0.003840155666694045, 0.013646387495100498, 0.0005154514801688492, 0.030019354075193405, 0.007963767275214195, 0.013983835466206074, -0.0038435300812125206, -0.029020508751273155, -0.03190905973315239, 0.020314356312155724, 0.030748240649700165, 0.007012164685875177, -0.00964425690472126, -0.012775772251188755, -0.010737587697803974, -0.027751704677939415, -0.00485587352886796, 0.00011494314821902663, 0.03180107846856117, -0.002831186866387725, -0.007221382111310959, -0.045811910182237625, -0.01661592908203602, -0.012769023887813091, 0.009954709559679031, -0.012586802244186401, -0.016764406114816666, -0.002669211942702532, -0.00017863641551230103, -0.018033208325505257, -0.020854271948337555, 0.010973801836371422, -0.029290465638041496, -0.011291002854704857, 0.0005576324183493853, 0.011918655596673489, 0.039224930107593536, -0.019450489431619644, 0.009333805181086063, -0.0096645038574934, -0.010744336992502213, -0.015981527045369148, -0.01621099002659321, 0.008139240555465221, -0.01665642112493515, 0.04511001706123352, 0.013038981705904007, 0.02138069085776806, 0.0018559627933427691, 0.0022980193607509136, 0.005706241820007563, 0.027211789041757584, -0.019841928035020828, 0.010305655188858509, 0.028075654059648514, -0.00018717805505730212, -0.002969540422782302, 0.0037962873466312885, 0.014982680790126324, 0.011628449894487858, -0.00486599700525403, 0.011196517385542393, 0.004660153761506081, -0.006924428045749664, 0.012350588105618954, -0.018303167074918747, -0.03757818415760994, -0.010454132221639156, -0.010541868396103382, -0.019302012398838997, 0.01896456442773342, -0.008976110257208347, 0.001497424440458417, 0.02451220527291298, -0.015279634855687618, 0.006958173122256994, -0.0005551016074605286, -0.001207219436764717, -0.009900717996060848, 0.027697712182998657, 0.01646745204925537, -0.00944178830832243, 0.003118017455562949, 0.0031635728664696217, -0.016939878463745117, 0.000998001778498292, 0.005024597514420748, 0.010562115348875523, 0.0013135154731571674, 0.009974956512451172, -0.02274397946894169, -0.009165081195533276, -0.0012401205021888018, -0.04043973982334137, -0.03404173254966736, -0.0019858800806105137, -0.016818396747112274, 0.002424562117084861, -0.0038064108230173588, -0.02422874979674816, -0.003364354372024536, -0.0238238126039505, -0.0009811293566599488, -0.017533786594867706, 0.03663333132863045, -0.030532274395227432, -0.020179376006126404, -0.010163926519453526, -0.02011188678443432, 0.018181685358285904, 0.037281230092048645, 0.031342148780822754, 0.03350181505084038, 0.02209608070552349, -0.002770446240901947, 0.006998666562139988, 0.0153201287612319, -0.0010418699821457267, 0.02409377135336399, 0.026712365448474884, -0.03145013377070427, -0.02328389696776867, 0.01901855692267418, 0.02259550243616104, -0.005156201776117086, -0.02401278354227543, 0.030208325013518333, 0.0063811372965574265, 0.018951067700982094, -0.032691940665245056, -0.013099722564220428, -0.03004634939134121, -0.005102210212498903, -0.01114252582192421, 0.019315510988235474, 0.002218719106167555, 0.01314021646976471, 0.005196695681661367, 0.013329187408089638, -0.02074628882110119, 0.00950927846133709, 0.0021309826988726854, -0.008091997355222702, -0.017007367685437202, 0.012627295218408108, -0.011392236687242985, 0.007997511886060238, -0.012742027640342712, 0.020732790231704712, 0.01882958598434925, 0.0020533697679638863, -0.015333626419305801, 0.02219056524336338, -0.002789005869999528, -0.013781366869807243, 9.147998207481578e-05, 0.02205558679997921, -0.011668943800032139, -0.026982324197888374, -0.0027569483499974012, -0.01823567785322666, 0.00012612110003829002, -0.00524056376889348, -0.009799483232200146, -0.03606641665101051, -0.003502707928419113, -0.023985788226127625, 0.00015765137504786253, 0.023162415251135826, -0.003089334350079298, -0.013146964833140373, -0.009536273777484894, -0.03209803253412247, 0.004369948524981737, -0.012991739436984062, 0.018451644107699394, -0.01214137114584446, 0.008739897049963474, 3.717197978403419e-05, -0.0020837399642914534, 0.01633247174322605, 0.0006694120238535106, 0.01569806970655918, 0.02109723538160324, 0.04116862639784813, -0.016224488615989685, 0.006624099798500538, 0.013862354680895805, 0.007363110315054655, -0.03617440164089203, 0.01669691503047943, -0.010197672061622143, -0.018910573795437813, 0.007761298678815365, -0.023216405883431435, -0.035553496330976486, -0.015279634855687618, 0.008145988918840885, 0.016858890652656555, 0.01136524137109518, 0.014780212193727493, 0.0025021752808243036, 0.008584671653807163, 0.014456262812018394, 0.0021546040661633015, -0.028021663427352905, 0.014469760470092297, -0.04008879512548447, -0.016049016267061234, 0.001808720058761537, 0.0007082184893079102, -0.005895212758332491, -0.04937535896897316, -0.012627295218408108, 0.009185328148305416, -0.01452375203371048, -0.02885853312909603, 0.015684572979807854, -0.007194386329501867, -0.013032233342528343, 0.006121302489191294, -0.02119171991944313, -0.027994666248559952, -0.028669562190771103, 0.025362573564052582, -0.003661308204755187, 0.021907109767198563, -0.014213300310075283, 0.019409995526075363, 0.007525085471570492, -0.004278837703168392, 0.003485835390165448, -0.0022085956297814846, -0.010136931203305721, -0.03876600041985512, -0.011378739029169083, -0.009178579784929752, -0.018127694725990295, 0.021137729287147522, 0.02019287459552288, -0.027468249201774597, -0.030424291267991066, -0.011857914738357067, -0.013470915146172047, -0.035148561000823975, -0.031099187210202217, 0.017074856907129288, 0.011513717472553253, 0.008773641660809517, -0.01905905082821846, -0.004292335826903582, 0.004555544815957546, 0.04284236952662468, -0.02649639919400215, -0.009293311275541782, 0.03177408128976822, 0.025200599804520607, 0.021407686173915863, -0.011216764338314533, -0.03485160693526268, -0.006144924089312553, -0.004299084655940533, -0.0025274837389588356, -0.00252410932444036, 0.0156575758010149, -0.0176552664488554, 0.012998487800359726, 0.005685994867235422, 0.008382203057408333, -0.024242248386144638, 0.03163910284638405, -0.010163926519453526, -0.029506433755159378, 0.019086046144366264, 0.00766006438061595, 0.015023174695670605, -0.03085622377693653, -0.004828877747058868, -0.022609001025557518, -0.006087557878345251, -0.006624099798500538, -0.007835537195205688, 0.00048255029832944274, -0.007133645936846733, 0.006185417529195547, 0.03163910284638405, 0.009009855799376965, 0.012377584353089333, 0.017587777227163315, -0.027157796546816826, 0.003958262503147125, -0.021718138828873634, 0.03112618252635002, 1.9600969608291052e-05, 0.012154868803918362, 0.006543112453073263, -0.008091997355222702, 0.02205558679997921, 0.005733237601816654, 0.004707396496087313, -0.024174759164452553, 0.005156201776117086, -0.006030191667377949, -0.0045656682923436165, -0.03563448414206505, 0.0032951775938272476, 0.01336293201893568, -0.0036714316811412573, -0.007545331958681345, -0.006188792176544666, 0.0008723025093786418, 0.010953554883599281, -0.007714055944234133, -0.030559269711375237, -0.011763429269194603, 0.011210015043616295, 0.0020213122479617596, -0.0024853027425706387, -0.022838465869426727, 0.03163910284638405, 0.021259209141135216, -0.0012553057167679071, -0.0067894491367042065, 0.2018207609653473, -0.002475179499015212, 0.01093330793082714, 0.0021748507861047983, 0.0120738809928298, -0.013315688818693161, 0.013173961080610752, -0.0010992360766977072, -0.021259209141135216, 0.0066510955803096294, -0.0313151516020298, -0.0015379182295873761, -0.01642695814371109, -0.004177603404968977, 0.010454132221639156, -0.05258785933256149, -0.042869362980127335, -0.015306631103157997, -0.010818575508892536, -0.01842464879155159, 0.003870525863021612, 0.014672229066491127, 0.0035432016011327505, 0.005439658183604479, 0.020638305693864822, 0.0015412926441058517, -0.017142346128821373, 0.009036851115524769, -0.013349433429539204, 0.02115122601389885, -0.02509261667728424, -0.022217560559511185, -0.01719633862376213, -0.023715829476714134, -0.015711568295955658, -0.013329187408089638, 0.006333894561976194, -0.018316665664315224, 0.02391829714179039, -0.015482103452086449, -0.018721602857112885, -0.03199004754424095, 0.009934462606906891, -0.027832692489027977, -0.02186661586165428, 0.02912849187850952, 0.009475533850491047, 0.009408043697476387, 0.003900896292179823, 0.016669919714331627, -0.021002748981118202, -0.03477061912417412, 0.02001740224659443, 0.001640839735046029, -0.0035971931647509336, -0.00504821864888072, -0.007754549849778414, 0.01988242194056511, -0.01988242194056511, 0.021542666479945183, -0.027063312008976936, 0.03112618252635002, -0.011702688410878181, 0.020854271948337555, -0.026212943717837334, -0.0006259655929170549, -0.019140036776661873, -0.006769202183932066, 0.03544551506638527, -0.032880909740924835, 0.01368688140064478, -0.0156575758010149, -0.0009651005966588855, 0.011196517385542393, -0.022258054465055466, -0.03104519471526146, -0.007774796802550554, 0.04632483050227165, 0.025754014030098915, 0.012883756309747696, -0.009941210970282555, 0.00036381089012138546, -0.002448183484375477, -0.0060133193619549274, 0.012809517793357372, -0.033960744738578796, 0.03757818415760994, -0.0007166547002270818, -0.007194386329501867, -0.027940675616264343, 0.0007115929620340466, -0.004623034503310919, -0.019679954275488853, -0.015806052833795547, -0.026509897783398628, 0.024633686989545822, 0.005497024394571781, 0.029479436576366425, 2.8920328986714594e-05, 0.011533964425325394, -0.009340554475784302, 0.0546395443379879, 0.010386642068624496, -0.0117499316111207, -0.022716984152793884, 0.008085248991847038, -0.030289312824606895, 0.013862354680895805, -0.023999284952878952, -0.002362134400755167, 0.014280789531767368, -0.01905905082821846, -0.004504927899688482, 0.00015195694868452847, 0.0037962873466312885, 0.008854629471898079, 0.010602609254419804, 0.0025359198916703463, 0.009684750810265541, -0.0066578444093465805, 0.0020027526188641787, 0.006489120423793793, 0.017007367685437202, 0.006360890343785286, 0.01069034542888403, -0.011790425516664982, -0.007525085471570492, -0.02655038982629776, -0.03517555445432663, -0.02636142075061798, 0.023256899788975716, -0.008679157122969627, 0.001820530742406845, -0.0049334862269461155, -0.018870079889893532, 0.006155047565698624, -0.005712990649044514, -0.023067928850650787, -0.015671074390411377, 0.001075614825822413, -0.016130004078149796, -0.011972647160291672, -0.006384511943906546, -0.00973199401050806, 0.007734302897006273, -0.0007533521275036037, 0.024080272763967514, 0.00292229768820107, -0.021664146333932877, 0.0027788823936134577, -0.021178221330046654, -0.004339578561484814, -0.037875138223171234, -0.002723203506320715, 0.008746646344661713, 0.001942011876963079, -0.010049195028841496, -0.04519100487232208, -0.0037996619939804077, -0.003359292633831501, -0.027036314830183983, 0.006128051318228245, 0.02196110039949417, 0.014051325619220734, -0.026199445128440857, 0.0047445157542824745, -0.17234133183956146, 0.016372965648770332, 0.008577922359108925, -0.027535738423466682, 0.021488673985004425, 0.02314891666173935, 0.004123611841350794, -0.014010831713676453, -0.010190922766923904, -0.008186482824385166, 0.021893611177802086, -0.008719650097191334, -0.0037524192593991756, -0.03358280286192894, -0.0017749753315001726, -0.0020027526188641787, 0.0044678086414933205, 0.014861200004816055, 0.018937569111585617, 0.005982948932796717, 0.02192060649394989, 0.006441878154873848, 0.010778081603348255, -0.0144967557862401, -0.010771333239972591, -0.020449334755539894, -0.001803658320568502, 0.0443001426756382, -0.015279634855687618, -0.0077950432896614075, -0.011493471451103687, 0.013396676629781723, 0.039737850427627563, 0.017587777227163315, -0.004339578561484814, -0.007747801020741463, 0.008274218998849392, 0.0065194908529520035, 0.002903738059103489, 0.030829228460788727, 0.011264006607234478, 0.031207170337438583, -0.021394189447164536, 0.02605096809566021, 0.010832073166966438, 0.01696687377989292, 0.01602202095091343, 0.020705794915556908, 0.007160641718655825, -0.0492943711578846, 0.003941389732062817, -0.04176253452897072, 0.022703485563397408, -0.006495869718492031, -0.007525085471570492, 0.022474020719528198, 0.01669691503047943, -0.006745581049472094, -0.0011675693094730377, 0.0027923802845180035, 0.008861378766596317, -0.026442406699061394, 0.018357159569859505, -0.01828966848552227, 0.010447382926940918, -0.01388934999704361, -0.01588704064488411, 0.031153177842497826, -0.007626319769769907, 0.016872389242053032, 0.01784423738718033, -0.021299703046679497, 0.01575206220149994, 0.0021006122697144747, 0.0016146876150742173, -0.00647899741306901, -0.01679140143096447, 0.0024313111789524555, 0.028156641870737076, 0.00523044029250741, 0.003354230895638466, 0.0349595881998539, 5.610069274553098e-05, 0.01584654673933983, -0.034284692257642746, 0.0006373545038513839, 0.011027793399989605, -0.0037726659793406725, 0.0034385928884148598, -0.007903026416897774, -0.005331674590706825, -0.010568864643573761, 0.005625254474580288, -0.0022372787352651358, 0.0221500713378191, -0.01892407052218914, 0.012607048265635967, 0.010568864643573761, 0.009880471043288708, -0.009860224090516567, 0.014105317182838917, -0.007538583129644394, 0.006259656045585871, 1.482924744777847e-05, 0.028534583747386932, -0.02146167866885662, -0.01629197783768177, 0.01742580346763134, 0.014253794215619564, -0.020719293504953384, -0.012917500920593739, 0.033555805683135986, -0.001544667175039649, 0.003322173375636339, 0.015252639539539814, 0.012195362709462643, 0.006472248118370771, -0.02086777053773403, -0.012121124193072319, -0.009070595726370811, 0.027076808735728264, -0.01806020550429821, -0.002362134400755167, 0.004548795986920595, 0.0018357158405706286, -0.011641948483884335, -0.07720804959535599, -0.019666455686092377, 0.014942186884582043, -0.002566290320828557, 0.016683418303728104, 0.00707965437322855, 0.004315956961363554, 0.025888992473483086, -0.011378739029169083, 0.013970337808132172, -0.009124587289988995, -0.010724090039730072, -0.02078678272664547, 0.002945919055491686, 0.010717340745031834, 0.004309208132326603, -0.029398450627923012, -0.017628271132707596, -0.011243759654462337, 0.02559203840792179, -0.006640972103923559, -0.02772470936179161, -0.0006234347820281982, 0.012195362709462643, -0.003981883637607098, -0.0008254816057160497, -0.021799126639962196, 0.028750550001859665, 0.03309687599539757, -0.0045724171213805676, 0.0012451822403818369, -0.015333626419305801, -0.0053350492380559444, -0.021124230697751045, -0.020759787410497665, 0.018991559743881226, -0.004919988568872213, 0.004552170634269714, 0.03703826665878296, -0.020503327250480652, -0.005189946852624416, -0.0018711478915065527, 0.004376697354018688, -0.017736254259943962, -0.003992007113993168, -0.00746434461325407, -0.01769576035439968, 0.035958435386419296, -0.02268998883664608, -0.0043294550850987434, -0.029263470321893692, -0.010359646752476692, 0.0116621945053339, 0.0003148809482809156, 0.03744320571422577, 0.004960482008755207, 0.022609001025557518, -0.01211437489837408, -0.04524499550461769, -0.022393034771084785, -0.027994666248559952, -0.016130004078149796, -0.013457417488098145, 0.013531656004488468, 0.023985788226127625, -0.002373944967985153, -0.013578898273408413, -0.022986942902207375, 0.025888992473483086, -0.0186541136354208, -0.010487876832485199, 0.024120766669511795, 0.007842286489903927, -0.002669211942702532, -0.017938723787665367, -0.008557675406336784, 0.0031163301318883896, -0.00668146600946784, -0.0020095014479011297, -0.01429428718984127, 0.016413459554314613, -0.0052844323217868805, -0.018775593489408493, -0.004116863012313843, 0.017992714419960976, -0.004896366968750954, 0.022366037592291832, 0.0017530411714687943, -0.005993072409182787, -0.02812964655458927, -0.02101624757051468, 0.034014735370874405, -0.0035668229684233665, -0.0019167033024132252, -0.0031652601901441813, 0.018397651612758636, -0.011405734345316887, -0.012404579669237137, 0.002092176117002964, -0.008598169311881065, -0.024809159338474274, 0.002837935695424676, -0.06144249066710472, -4.3130043195560575e-05, 0.01318071037530899, -0.012721780687570572, 0.0036680572666227818, 0.00645537581294775, 0.007909775711596012, -0.013025484047830105, -0.016642924398183823, 0.01295799482613802, -0.005804101470857859, 0.024620190262794495, -0.01012343354523182, 0.0071066501550376415, -0.023000439628958702, -0.016237987205386162, 0.018762096762657166, -0.01536062266677618, 0.05059016868472099, 0.01665642112493515, 0.0008866440039128065, -0.005601632874459028, 0.014199802652001381, 1.0597968866932206e-05, -0.004096616059541702, 0.004707396496087313, -0.011884910054504871, 0.010960303246974945, -0.002896988997235894, -0.010089688003063202, 0.01846514269709587, -0.014469760470092297, 0.008753394708037376, 0.010265161283314228, 0.027238784357905388, -0.0028261251281946898, 0.0034470290411263704, 0.031072190031409264, 0.041276611387729645, 0.0030927087645977736, -0.015428111888468266, -0.03085622377693653, 0.003769291564822197, -0.015185149386525154, -0.0005213568219915032, 0.006313647609204054, -0.03317786380648613, 0.006917679216712713, -0.005746735725551844, 0.02074628882110119, 0.042680393904447556, 0.005584760569036007, -0.02691483497619629, -0.03436568006873131, 0.014537249691784382, -0.03158511221408844, 0.006897432263940573, -0.0023638217244297266, -0.013693630695343018, -0.016130004078149796, 0.04759363457560539, -0.010197672061622143, -0.006772576831281185, -0.02578100934624672, -0.005733237601816654, -0.009185328148305416, -0.02972240000963211, -0.006067310925573111, 0.028831537812948227, -0.01769576035439968, -0.010082939639687538, -0.01189165934920311, 0.021002748981118202, 0.002097237855195999, 0.025470558553934097, -0.01205363404005766, 0.012816266156733036, 0.026887837797403336, -0.021772129461169243, 0.006202289834618568, 0.01928851380944252, 0.0038502791430801153, -0.006286651827394962, 0.007788294460624456, 0.029101496562361717, 0.014375275000929832, 0.012107625603675842, 0.022393034771084785, 0.00261015840806067, 0.01978793740272522, -0.02595648169517517, 0.04111463576555252, -0.008982859551906586, -0.008726399391889572, -0.00626303069293499, 0.007268624845892191, 0.0006934551638551056, 0.005878339987248182, 0.007113398984074593, 0.01034614909440279, 0.011452977545559406, 0.007558830082416534, 0.0027215161826461554, -0.0005344328819774091, -0.033744778484106064, -0.004852498881518841, -0.017979217693209648, -0.04543396830558777, -0.011034541763365269, 0.04524499550461769, 0.0029121742118149996, 0.006860313005745411, -0.016737408936023712, 0.019504481926560402, -0.010474379174411297, 0.0054227858781814575, 0.003769291564822197, -0.014240295626223087, -0.012586802244186401, 0.03012733720242977, 0.01488819532096386, -0.029803387820720673, 0.014334781095385551, -0.03463564068078995, 0.04173554107546806, -0.023243403062224388, 0.021502172574400902, -0.017223333939909935, 0.024849653244018555, 0.024255745112895966, 0.02386430650949478, 0.005810850765556097, -0.01719633862376213, -0.022258054465055466, -0.007234880235046148, 0.0023047681897878647, -0.01619749329984188, 0.009374299086630344, 0.014510254375636578, 0.08870826661586761, 0.023135419934988022, -0.021367192268371582, -0.00724837789312005, 0.014618237502872944, -0.0096645038574934, 0.022393034771084785, -0.01468572672456503, 0.0039751348085701466, -0.011027793399989605, 0.02109723538160324, -0.0027147673536092043, 0.0021934104152023792, -0.009414792992174625, 0.0015606959350407124, 0.02096225507557392, -0.012357337400317192, 0.02055731788277626, 0.01592753455042839, -0.010744336992502213, 0.01833016239106655, -0.013119969516992569, 0.01760127581655979, -0.013659886084496975, -0.038010116666555405, -0.012694785371422768, 0.015765558928251266, -0.0014358402695506811, -0.0006090932292863727, -0.0164809487760067, 0.03126116096973419, 0.018640615046024323, 0.004224846139550209, 0.0068366918712854385, -0.022487519308924675, 0.01888357661664486, -0.020543821156024933, -0.014550748281180859, 0.013207705691456795, 0.004990852437913418, -0.007538583129644394, 0.01619749329984188, -0.004086492583155632, -0.012465320527553558, -0.008132491260766983, -0.01629197783768177, 0.02991137094795704, -0.004396944306790829, 0.006094306707382202], \"797d8a45-4dcc-4e5b-8b48-ffa44003f18b\": [-0.010213796980679035, -0.0013044977094978094, 0.01506821159273386, -0.05989580601453781, -0.02782030776143074, 0.011762361973524094, -0.040478143841028214, 0.0007620792021043599, -0.017061147838830948, -0.021235540509223938, 0.023767108097672462, 0.0002314431476406753, 0.000696433475241065, -0.020117880776524544, 0.010934215970337391, -0.015849227085709572, 0.017276600003242493, -0.0343916118144989, 0.00403636833652854, -0.007480242755264044, -0.008570970967411995, 0.020494922995567322, -0.009345253929495811, 0.0006766556180082262, -0.05057748407125473, -0.0015519314911216497, 0.015485650859773159, -0.04362913966178894, 0.020575717091560364, -0.018299998715519905, 0.026621853932738304, -0.00022997033374849707, 0.008752759546041489, -0.0038444811943918467, -0.028089623898267746, -0.018825165927410126, -0.009325055405497551, -0.0034068431705236435, -0.002231953665614128, 0.0014930187026038766, 0.00660160044208169, 0.025356069207191467, -0.009082671254873276, 8.75801924848929e-05, -0.008746026083827019, 0.02268984541296959, -0.012832891196012497, 0.007352317683398724, -0.004487472120672464, 0.023847902193665504, -0.007655297871679068, 0.01481236144900322, -0.025234878063201904, -0.00811986718326807, 0.011183332651853561, -0.010294591076672077, 0.0032317880541086197, 0.03196777030825615, -0.020225606858730316, 0.003002869663760066, 0.021531786769628525, 0.0004405835934448987, -0.02414415031671524, -0.027066225185990334, -0.01759977824985981, -0.0011041942052543163, -0.030728917568922043, 0.001333954161964357, 0.008187196217477322, -0.005591666325926781, 0.027106622233986855, 0.009681898169219494, -0.0012001378927379847, 0.015283663757145405, 0.008820087648928165, -0.02403642237186432, 0.003235154552385211, -0.008402648381888866, 0.006527538411319256, 0.003975772298872471, 0.0022420529276132584, -0.00786401703953743, 0.01815187558531761, -0.006510706152766943, 0.02318807877600193, 0.018865562975406647, 0.02694503217935562, 0.01481236144900322, 0.009668432176113129, -0.0363306850194931, 0.006402980070561171, 0.011688299477100372, 0.024952096864581108, 0.009904083795845509, -0.0022858167067170143, 0.0245481226593256, -0.012536644004285336, 0.01462384033948183, 0.008362251333892345, -0.010954414494335651, -0.004652427975088358, 0.01945805735886097, -0.02782030776143074, -0.012247130274772644, -0.025221413001418114, -0.011392052285373211, 0.027093155309557915, -0.02590816654264927, -0.0027621688786894083, 0.009796357713639736, -0.01066490076482296, 0.0324525386095047, -0.007823619991540909, -0.022649448364973068, 0.007608167361468077, -0.017343929037451744, 0.012812692672014236, -0.03379911556839943, -0.026581456884741783, -1.583281482453458e-05, 0.016764899715781212, -0.005574834533035755, 0.01761324517428875, 0.0005992273800075054, 0.00832858681678772, 0.019309934228658676, 0.008705629035830498, 0.0073253861628472805, 0.013667769730091095, -0.00626495573669672, 0.02462891861796379, -0.015579910948872566, 0.008860485628247261, 0.01815187558531761, -0.008173730224370956, -0.003915176726877689, 0.0014408387942239642, 0.03398763760924339, -0.007749558426439762, -0.031698454171419144, 0.006615065969526768, 0.027106622233986855, -0.011775827966630459, 0.001430739532224834, -0.008550772443413734, 0.005133830010890961, -0.0007246274617500603, 0.013741832226514816, 0.035441942512989044, 0.005517604760825634, -0.004447075072675943, 0.015606842935085297, -0.011594039388000965, -0.024790506809949875, -0.0050362031906843185, -0.007688962388783693, 0.0025770142674446106, 0.027429800480604172, -0.002460871823132038, 0.010611037723720074, -0.007695695385336876, 0.008012141101062298, 0.003679525339975953, 0.016401324421167374, 0.024373067542910576, 0.041447680443525314, -0.010483112186193466, -0.002736920490860939, -0.010159933939576149, 0.02637946978211403, -0.0014879690716043115, 0.016118543222546577, -0.026743045076727867, -0.0017673841211944818, -0.023039955645799637, 0.023915231227874756, -0.00730518763884902, 0.01156710833311081, -0.03651920333504677, 0.008746026083827019, -0.015418321825563908, -0.01209227368235588, 0.016509050503373146, 0.04217483475804329, -0.01755938120186329, -0.01340518705546856, 0.03150993213057518, 0.002497902838513255, 0.006093266885727644, -0.0036054635420441628, 0.01711500994861126, 0.023430462926626205, 0.011957615613937378, -0.005322350654751062, -0.6325686573982239, -0.01992935873568058, 0.016818763688206673, -0.013856290839612484, 0.007998675107955933, 0.01941766031086445, 0.00358863128349185, 0.02273024246096611, -0.033664457499980927, 0.009392383508384228, 0.0036458608228713274, 0.04045121371746063, 0.007109933532774448, -0.01632053032517433, -0.0388353206217289, -0.031725384294986725, 0.0038343816995620728, -0.010907284915447235, 0.00464906170964241, -0.008550772443413734, 0.00283959717489779, -0.0028530629351735115, -0.001263258745893836, 0.009823288768529892, 0.014017880894243717, -0.009035540744662285, 0.027928033843636513, -0.003517935983836651, -0.025827372446656227, 0.010126269422471523, -0.024022957310080528, 0.004120529629290104, 0.034553200006484985, 0.0011420667869970202, 0.04034348577260971, -0.010826489888131618, -0.002460871823132038, 0.0020686809439212084, -0.004840949084609747, 0.04317130148410797, -0.002477704081684351, -0.02460198663175106, 0.013209933415055275, 0.022353200241923332, 0.016010817140340805, -0.013923619873821735, 0.0063322847709059715, -0.0034775384701788425, -0.017007283866405487, -0.006955076940357685, -0.007365783676505089, -0.02499249391257763, -0.004699558485299349, -0.0048173838295042515, 0.0019171908497810364, -0.008220860734581947, 0.03382604941725731, 0.007789955474436283, 0.0007128448924049735, -0.016051214188337326, 0.0024406732991337776, 0.018717437982559204, -0.01715540885925293, -0.026729580014944077, -0.0009543874184601009, -0.0021494757384061813, -0.000430905056418851, -0.004851048346608877, -0.012832891196012497, 0.005248289089649916, 0.0025702815037220716, 0.013694701716303825, 0.009917549788951874, -0.0269046351313591, -0.0014534629881381989, 0.04500264674425125, 0.01815187558531761, -0.006641997490078211, -0.017249668017029762, -0.019188741222023964, -0.00497560715302825, 0.0009434464736841619, 0.0153240617364645, -0.02636600285768509, 0.0024154249113053083, 0.010106069967150688, -0.0034017935395240784, -0.019781235605478287, 0.011533443816006184, 0.003171192016452551, 0.018892493098974228, 0.011917218565940857, -0.0026527594309300184, -0.0316176600754261, -0.00835551880300045, 0.005261754617094994, -0.01762671023607254, -0.0051203640177845955, -0.011661368422210217, 0.0085642384365201, -0.01897328905761242, -0.013782229274511337, 0.008052538149058819, 0.019754303619265556, 0.04459867626428604, 0.03433774784207344, -0.030351875349879265, -0.0036828918382525444, 0.030486533418297768, -0.03256026282906532, 0.011237196624279022, 0.006103366147726774, -0.004043101333081722, 0.00837571732699871, 0.01139878574758768, -0.019256070256233215, 0.01673796959221363, 0.017047680914402008, 0.007002207450568676, -0.007157064042985439, 0.012583774514496326, 0.01409867499023676, -0.008779690600931644, -0.005046302452683449, 0.022891832515597343, 0.02267637848854065, 0.01900022104382515, 0.007830353453755379, 0.018744369968771935, 0.00487797986716032, 0.026702648028731346, -0.022016555070877075, 0.01391015388071537, -0.0162935983389616, 0.0407743901014328, 0.032614126801490784, 0.029840175062417984, 0.0010419150348752737, 0.013398454524576664, -0.019296467304229736, -0.008948013186454773, -0.012671302072703838, 0.004423509817570448, -0.0012506346683949232, 0.020629579201340675, -0.028628256171941757, -0.011028476990759373, -0.010099337436258793, 0.007641831878572702, -0.0003816708049271256, 0.018178807571530342, 0.010927483439445496, 0.006022571586072445, 0.0464569516479969, -0.012159602716565132, 0.009681898169219494, -0.009547240100800991, -0.04414083808660507, -0.02448079362511635, 0.005844149738550186, -0.0323178805410862, 0.028062691912055016, -0.0360613688826561, 0.00472985627129674, -0.015364458784461021, -0.025342604145407677, 0.01432759314775467, 0.008066004142165184, -0.009082671254873276, -0.008362251333892345, 0.035415008664131165, -0.004814017564058304, -0.020023619756102562, -0.0010057257022708654, -0.007480242755264044, -0.004066666588187218, -0.0199697557836771, -0.006099999882280827, -0.0037098233588039875, 0.005403145682066679, 0.012906953692436218, -0.011163134127855301, -0.009924282319843769, -0.011041942052543163, 0.026702648028731346, 0.038700662553310394, 0.008395915850996971, 0.018717437982559204, -0.015149006620049477, 0.007500441279262304, -0.016603311523795128, 0.0014652454992756248, -0.013465783558785915, 0.016966886818408966, -0.017774833366274834, -0.001923923846334219, 0.015876159071922302, -0.002671274822205305, -0.011493045836687088, 0.02681037411093712, 0.008039073087275028, 0.005016004201024771, 0.0190675500780344, 0.008362251333892345, -0.015903089195489883, -0.024898232892155647, 0.006941611412912607, -0.04171699658036232, 0.018838630989193916, -0.009796357713639736, 0.0017673841211944818, -0.0024103752803057432, -0.02224547415971756, -0.01209227368235588, 0.002228587167337537, 0.0032654525712132454, 0.01206534169614315, 0.020266003906726837, -0.017034215852618217, 8.352993609150872e-05, 0.017061147838830948, -0.001463562366552651, 0.01481236144900322, -0.01862317882478237, -0.009109602309763432, 0.01555297989398241, 0.02779337763786316, 0.01805761456489563, 0.0068338848650455475, -0.04871920496225357, 0.0021612581331282854, 0.019188741222023964, -0.01804414950311184, 0.0033428806345909834, 0.014219867065548897, 0.0461876355111599, 0.002516418229788542, -0.018838630989193916, 0.022959159687161446, 0.011035209521651268, 0.005457008723169565, 0.008523840457201004, 0.021666444838047028, -0.025800440460443497, 0.0050799669697880745, 0.0006551945116370916, 0.026096688583493233, 0.006056236103177071, -0.03584591671824455, -0.0004649903276003897, -0.015135540626943111, 0.011573840864002705, 0.017047680914402008, -0.018367327749729156, 0.033691391348838806, -0.015633774921298027, -0.00834878534078598, -0.008153531700372696, 0.0005954400985501707, 0.01995629072189331, 0.009823288768529892, 0.01707461290061474, -0.008187196217477322, -0.018663575872778893, -0.017747903242707253, -0.022016555070877075, 0.0005727165844291449, -0.020171742886304855, -0.004248454701155424, 0.002233636798337102, 0.004218156449496746, -0.016859160736203194, -0.0005680877366103232, -0.00996467936784029, 0.007574503310024738, -0.016845695674419403, 0.016818763688206673, -0.02132980152964592, -0.008665231987833977, 0.010510044172406197, -0.022595584392547607, -0.024803973734378815, 0.024884767830371857, 0.037811920046806335, 0.01462384033948183, 0.00876622460782528, -0.007008940447121859, -0.004601931665092707, -0.004699558485299349, 0.01156037487089634, -0.01109580509364605, 0.019269535318017006, 0.03234481066465378, -0.01506821159273386, -0.004019536543637514, -0.005002538673579693, 0.009089403785765171, -0.01156037487089634, -0.0031610927544534206, -0.021208608523011208, -0.0034236754290759563, -0.014745032414793968, -0.0033832781482487917, -0.004066666588187218, 0.03576511889696121, 0.026217879727482796, -0.007729359436780214, -0.02553112432360649, 0.011654635891318321, -0.0425788052380085, 0.007608167361468077, -0.01895982213318348, -0.002672957954928279, -0.007655297871679068, -0.0051506622694432735, 0.0071368650533258915, -0.002476020948961377, -0.012038410641252995, -0.0047736200504004955, 0.007103200536221266, 0.005053034983575344, -0.033637527376413345, -0.040154967457056046, 0.029974833130836487, 0.06695187836885452, 0.03234481066465378, -0.01575496606528759, 0.005473840981721878, -0.0203871950507164, 0.004709657747298479, -0.023767108097672462, -0.02457505464553833, 0.02180110290646553, -0.007392715197056532, -0.010738962329924107, 0.018353862687945366, 0.008086202666163445, -0.003706456860527396, 0.007008940447121859, -0.009365452453494072, -0.00832858681678772, -0.018865562975406647, -0.028116555884480476, -0.023497791960835457, 0.0012514762347564101, -0.022501323372125626, 0.026150550693273544, 0.024709712713956833, 0.03926622495055199, 0.007258057128638029, 0.025167549028992653, 0.0006951710674911737, 0.017047680914402008, -0.003442190820351243, -0.01998322270810604, 0.01859624683856964, -0.007460043765604496, -0.01201821118593216, -0.02229933813214302, 0.054994259029626846, 0.025302207097411156, -0.02784723974764347, -0.0024911698419600725, -0.0019205573480576277, 0.008294922299683094, 0.030405739322304726, 0.008853752166032791, -0.024844370782375336, -0.007453311234712601, 0.006251489743590355, 0.00283959717489779, 0.03528035059571266, -0.004369646776467562, -0.014031345956027508, -0.0073253861628472805, -0.008402648381888866, -0.039131566882133484, 0.018811699002981186, 0.013465783558785915, -0.005399778950959444, 0.02922075055539608, -0.002336313482373953, -0.024777041748166084, -0.0371655635535717, -0.03845827654004097, -0.03344900533556938, 0.0007852234994061291, -0.019283002242445946, 0.0013154386542737484, -0.000823937589302659, -0.012213465757668018, -0.019175276160240173, -0.029947903007268906, 0.0061437636613845825, 0.00811986718326807, -0.026716114953160286, -0.024790506809949875, -0.0010882036294788122, 0.00830838829278946, 0.010395584627985954, 0.028116555884480476, -0.015970418229699135, -0.007392715197056532, 0.0076687633991241455, -0.01992935873568058, -0.0502004399895668, 0.0026258276775479317, 0.0006682394887320697, 0.015243266709148884, -0.007412913721054792, -0.025584988296031952, 0.0004590990429278463, -0.0019121412187814713, 0.04392538592219353, -0.02409028634428978, 0.007453311234712601, 0.0016571329906582832, 0.01895982213318348, -0.010961147956550121, 0.01811147853732109, 0.01509514357894659, 0.02555805630981922, 0.005473840981721878, -0.00427201995626092, -0.00876622460782528, 0.008200662210583687, -0.006625165231525898, -0.010705297812819481, 0.006039403844624758, 0.012906953692436218, -0.019848564639687538, 0.012610706500709057, 0.004086865112185478, 0.005823951214551926, 0.021141279488801956, 0.01800375245511532, 0.009661699645221233, -0.006382781080901623, 0.01987549662590027, -0.0007090576691552997, 0.023497791960835457, 0.013209933415055275, 0.01761324517428875, -0.01949845440685749, 0.002504635602235794, -0.031725384294986725, 0.026702648028731346, 0.01718233898282051, -0.0005243239575065672, 0.005382946692407131, -0.00685071712359786, -0.017222736030817032, -0.022999558597803116, -0.013627372682094574, -0.006305353250354528, 0.02913995459675789, -0.008261257782578468, 0.002228587167337537, -0.03344900533556938, -0.015983885154128075, -0.0003650489670690149, 0.018313465639948845, -0.018407726660370827, -0.001430739532224834, -0.008705629035830498, 0.005217990837991238, 0.0001402335037710145, -0.020562252029776573, 0.00730518763884902, -0.03756953403353691, 0.004258553963154554, -0.007608167361468077, 0.010880352929234505, 0.03697704151272774, -0.0012556842993944883, -0.000364628154784441, -0.011156401596963406, -0.022555187344551086, -0.011243929155170918, -0.004803918302059174, 0.01341192051768303, -0.010072406381368637, 0.05203178524971008, 0.0277395136654377, 0.0263525377959013, -0.0060259378515183926, -0.004780353046953678, 0.002980987774208188, 0.021464457735419273, -0.01506821159273386, 0.014771964401006699, 0.023888299241662025, 0.008894150145351887, 0.009789624251425266, -0.0042854854837059975, 0.009089403785765171, 0.0231611467897892, -0.0020400662906467915, 0.010631236247718334, 0.005386313423514366, -0.014152538031339645, 0.0025551323778927326, -0.011156401596963406, -0.03805430233478546, -0.012260595336556435, -0.002543349750339985, -0.021693376824259758, 0.013378256000578403, -0.03447240591049194, -0.003388327779248357, 0.0028547460678964853, 0.00010378121078247204, 0.010301324538886547, -0.006652096752077341, -0.005281953606754541, -0.01301467977464199, 0.024251876398921013, 0.02172030881047249, 0.018905960023403168, -0.002553449245169759, -0.011486313305795193, -0.02505982294678688, 0.010422516614198685, 0.026756512001156807, -2.545874667703174e-05, 0.012314459308981895, -0.017438190057873726, -0.037300221621990204, -0.025760043412446976, 0.012395253404974937, -0.03950860723853111, -0.018394259735941887, 0.011452648788690567, -0.015243266709148884, -0.014367991127073765, -0.018730904906988144, -0.010947681963443756, -0.011540176346898079, -0.006588134448975325, 0.002092246199026704, -0.0038040836807340384, 0.030217217281460762, -0.02227240614593029, -0.014718101359903812, 0.005527704022824764, -0.02088543027639389, 0.0325871966779232, 0.04039734974503517, 0.029355406761169434, 0.02320154383778572, 0.016886092722415924, -0.007641831878572702, 0.007991942577064037, 0.015364458784461021, 0.017896026372909546, 0.023376598954200745, 0.021666444838047028, -0.016549447551369667, -0.027214348316192627, 0.001192563446238637, 0.0013844508212059736, 0.02271677739918232, -0.014785430394113064, 0.0024793874472379684, 0.0027722681406885386, 0.008645032532513142, -0.004002704285085201, -0.0033866444136947393, -0.028385872021317482, -0.005100165493786335, -0.0012279110960662365, 0.023874834179878235, 0.013586975634098053, -0.0027217713650316, -0.0012481097364798188, 0.017869094386696815, -0.025827372446656227, 0.025692714378237724, 0.0020787802059203386, -0.013647571206092834, -0.009998343884944916, 0.0068641831167042255, -0.03194083645939827, 0.010462913662195206, -0.002516418229788542, 0.013135871849954128, 0.012933884747326374, -0.013533112592995167, 0.015081677585840225, 0.010388852097094059, -0.0004700399877037853, -0.013600441627204418, -0.0022050219122320414, 0.02499249391257763, -0.020737307146191597, -0.03304503113031387, 0.004298951476812363, 0.0018868929473683238, 0.013485982082784176, -0.010496578179299831, -0.019700441509485245, -0.025719646364450455, -0.001371826627291739, -0.02458851970732212, 1.1591882866923697e-05, 0.019134877249598503, -0.010422516614198685, -0.015256732702255249, 0.00830838829278946, -0.041043706238269806, -0.0034270419273525476, -0.0167110376060009, 0.019107947126030922, -0.000342746265232563, -0.0025450331158936024, 0.004494205117225647, 0.01133145671337843, 0.012664569541811943, -0.00010051996650872752, 0.007884216494858265, 0.004928476642817259, 0.04915010929107666, -0.030217217281460762, 0.014556512236595154, 0.004709657747298479, 0.012132670730352402, -0.0287090502679348, 0.008267991244792938, -0.0078707505017519, -0.006042770110070705, 0.002326213987544179, -0.011277593672275543, -0.026339072734117508, -0.028951434418559074, 0.01716887392103672, 0.022851433604955673, 0.009614569135010242, 0.019134877249598503, 0.016347460448741913, 0.011594039388000965, 0.014543046243488789, -0.01672450266778469, -0.01766710728406906, -0.004574999678879976, -0.03490331023931503, -0.010651434771716595, 0.020292935892939568, -0.009399116970598698, 0.0037367548793554306, -0.031725384294986725, -0.0034017935395240784, 0.033610593527555466, -0.014421854168176651, -0.03783885017037392, 0.012940618209540844, -0.021881897002458572, -0.012314459308981895, 0.017882559448480606, -0.01677836664021015, -0.023457394912838936, -0.022070419043302536, 0.008463244885206223, 0.0003145522787235677, 0.016562912613153458, 0.005376214161515236, 0.016899557784199715, 0.018205739557743073, 0.011540176346898079, 0.006086533889174461, -0.010314789600670338, -0.03215629234910011, -0.01897328905761242, -0.02042759396135807, -0.0014122240245342255, -0.03207549452781677, 0.02321501076221466, 0.03447240591049194, -0.010698565281927586, -0.05639469996094704, -0.00785055197775364, -0.014691169373691082, -0.03649227321147919, -0.00453123589977622, 0.012051875703036785, 0.009924282319843769, 0.0063019865192472935, -0.03250640258193016, 0.003376545151695609, 0.013102207332849503, 0.02790110372006893, -0.007412913721054792, -0.007958278059959412, 0.01481236144900322, 0.018367327749729156, 0.025356069207191467, -0.009789624251425266, -0.031833112239837646, -0.007298454642295837, -0.023847902193665504, -0.009432781487703323, 0.009628035128116608, 0.013041610829532146, -0.011998012661933899, 0.02682384103536606, -0.00568929361179471, 0.005174227058887482, -0.013034878298640251, 0.03377218544483185, 0.012799226678907871, -0.032694920897483826, 0.020643046125769615, 0.017801765352487564, 0.0190675500780344, -0.02321501076221466, 0.0047668875195086, -0.026554524898529053, -0.017370861023664474, 0.02450772561132908, 0.005887913983315229, -0.011506511829793453, -0.015566445887088776, -0.0019256069790571928, 0.010611037723720074, 0.02555805630981922, -0.009473178535699844, 0.016576379537582397, -0.005483940243721008, 0.006153862923383713, -0.02734900638461113, 0.025584988296031952, 0.02830507606267929, 0.017815232276916504, 0.006019205320626497, -0.012199999764561653, 0.008692163042724133, -0.006399613339453936, 0.007816887460649014, -0.013149337843060493, 0.00415419414639473, -0.0038141831755638123, -0.003181291278451681, -0.03665386140346527, 0.0050362031906843185, 0.0018515451811254025, 0.00568929361179471, -0.011304524727165699, -0.028628256171941757, -0.023915231227874756, 0.013573509640991688, -0.016495585441589355, -0.0023531457409262657, -0.007433112245053053, 0.029086092486977577, 0.014139072969555855, 0.004541335627436638, -0.028143487870693207, 0.03886225074529648, 0.007810154464095831, -0.008887416683137417, -0.005830684211105108, 0.20920440554618835, -0.008941279724240303, 0.006641997490078211, 0.003171192016452551, 0.0029995031654834747, -0.020481456071138382, 0.005807118955999613, 0.004093598108738661, -0.01803068444132805, -0.01044944766908884, -0.023416997864842415, 0.0071772625669837, -0.015876159071922302, 9.69168195297243e-06, 0.009547240100800991, -0.045164238661527634, -0.026554524898529053, -0.023861367255449295, -0.007507174275815487, -0.01628013141453266, -0.00010478062904439867, 4.991807873011567e-05, -0.019660044461488724, -0.006975275930017233, 0.012078807689249516, 0.021679911762475967, -0.002753752749413252, 0.0153240617364645, 0.0004071295552421361, 0.013654304668307304, -0.019363796338438988, -0.008483443409204483, -5.728218093281612e-05, -0.025154083967208862, -0.006456843111664057, -0.01063796877861023, 0.01250297948718071, -0.008510375395417213, 0.01580883003771305, -0.02134326659142971, 0.00486788060516119, -0.013586975634098053, 0.0001209816473419778, -0.040558937937021255, -0.0030213850550353527, 0.0162935983389616, 0.006921412423253059, -0.0006282629328779876, 0.0011748896213248372, 0.010334989055991173, -0.029436202719807625, -0.030378807336091995, 0.026796909049153328, 0.018757836893200874, -0.004921743646264076, 0.0031661423854529858, 0.0034876379650086164, 0.03110595978796482, -0.021181676536798477, 0.027200883254408836, -0.01944459043443203, 0.011277593672275543, -0.008429580368101597, 0.01812494359910488, -0.041447680443525314, 0.005749889649450779, -0.02913995459675789, 0.002433940302580595, 0.03659999743103981, -0.02185496687889099, -0.006197626702487469, -0.03336821123957634, -0.004433609079569578, -0.009197129867970943, -0.010725496336817741, -0.020158277824521065, 0.012341390363872051, 0.031698454171419144, 0.021922295913100243, 0.034607063978910446, -0.0011555325472727418, -0.020508388057351112, -0.011526710353791714, -0.01439492218196392, 0.007688962388783693, -0.03417615965008736, 0.0380004420876503, -0.002194922650232911, -0.0004252241924405098, -0.03234481066465378, 0.0029506897553801537, 0.0017109961481764913, -0.023376598954200745, -0.015566445887088776, -0.00473995553329587, 0.022151213139295578, 0.013613906688988209, 0.022541720420122147, -0.007574503310024738, 0.008941279724240303, -0.01186335552483797, 0.07783222943544388, -0.006652096752077341, -0.0011849888833239675, -0.003793984418734908, 0.007190728094428778, -0.010624502785503864, 0.02036026492714882, -0.020629579201340675, -0.005207891575992107, 0.0014846025733277202, -0.0217741709202528, -0.0024524556938558817, -0.00971556268632412, 0.012799226678907871, 0.009661699645221233, 0.017801765352487564, -0.022487858310341835, 0.015606842935085297, 0.0027251378633081913, 0.01181622501462698, -0.007695695385336876, 0.011243929155170918, 0.016441721469163895, 0.00015811774937901646, -0.01087362039834261, -0.00568929361179471, -0.014516114257276058, -0.027093155309557915, -0.030648123472929, 0.02275717444717884, 0.006567935924977064, 0.01068509928882122, -0.008301655761897564, -0.01846158877015114, -0.0006375206867232919, -0.010994812473654747, -0.025881236419081688, -0.0063019865192472935, 0.005258388351649046, -0.02320154383778572, -0.010557173751294613, -0.01572803407907486, -0.0025568155106157064, 0.007709160912781954, -0.0033849612809717655, 0.01708807982504368, -0.016118543222546577, -0.008638300001621246, -0.025248343124985695, -0.01570110395550728, 0.00011729959805961698, -0.0020939293317496777, 0.02223200909793377, 0.009331787936389446, -0.003347930498421192, -0.021168211475014687, -0.022110816091299057, 0.004147461149841547, -0.004026269074529409, -0.031321413815021515, 0.008066004142165184, 0.037784986197948456, -0.0051203640177845955, -0.015283663757145405, -0.007971744053065777, -0.1712847650051117, 0.021127814427018166, 0.0048173838295042515, -0.013883222825825214, 0.0249655619263649, 0.01579536311328411, -6.122723425505683e-05, 0.006268322002142668, -0.007143598049879074, 0.00649387389421463, 0.015579910948872566, -0.013762030750513077, -0.03277571499347687, -0.03016335517168045, 0.0009712196188047528, -0.001208554022014141, 0.0036189293023198843, 0.0048207505606114864, 0.024669315665960312, 0.01416600402444601, 0.016966886818408966, -0.015014348551630974, 0.01902715116739273, -0.020643046125769615, -0.007311920169740915, -0.010011809878051281, -0.004921743646264076, 0.036438409239053726, -0.029409270733594894, -0.030271081253886223, 0.007931346073746681, 0.021531786769628525, 0.03487638011574745, 0.040478143841028214, 0.008698895573616028, 0.001967687625437975, 0.002974255010485649, 0.0180980134755373, -0.00730518763884902, -0.0012885071337223053, 0.011620971374213696, 0.02042759396135807, -0.012617439031600952, 0.01895982213318348, 0.03385297954082489, 0.017222736030817032, 0.017505519092082977, 0.015930021181702614, 0.011062140576541424, -0.019592715427279472, 0.019579248502850533, -0.038646798580884933, 0.01816534250974655, -0.006901213899254799, 0.0020249171648174524, 0.019673509523272514, 0.0006770764011889696, -0.007621633354574442, -0.014596909284591675, -0.018690507858991623, -0.003551600268110633, -0.018273068591952324, 0.014314128085970879, -0.004248454701155424, -0.007150331046432257, 0.0016705987509340048, -0.011297792196273804, 0.022541720420122147, -0.02369977906346321, 0.010974613018333912, 0.0095337750390172, -0.016562912613153458, 0.002407008782029152, 0.006729525048285723, 0.0053526489064097404, -0.0038242824375629425, -0.048934657126665115, 0.007103200536221266, 0.005281953606754541, 0.014731567353010178, -0.015849227085709572, 0.02137019857764244, 0.0056556290946900845, -0.01807108148932457, -0.029490064829587936, 0.00024554014089517295, 0.00438311230391264, -0.009708830155432224, 0.006251489743590355, -0.009890617802739143, 0.005318984389305115, -0.0033866444136947393, 0.0031897074077278376, -9.278766083298251e-05, 0.017518984153866768, -0.02407682128250599, 0.007931346073746681, 0.011822957545518875, 0.00022786630142945796, -0.013950551860034466, 0.010139734484255314, -0.012327924370765686, 0.0007965852273628116, 0.020589182153344154, 0.020643046125769615, -0.00359873054549098, -0.0026325606741011143, -6.222664524102584e-05, 0.03331434726715088, -0.018380794674158096, -0.034122295677661896, 0.0425788052380085, -0.006099999882280827, 0.010543708689510822, 0.014246799051761627, 0.025611920282244682, 0.020656511187553406, -0.016939954832196236, -0.009210595861077309, 0.004894812125712633, 0.022972626611590385, -0.025315672159194946, 0.015027814544737339, 0.0034287250600755215, 0.0009080987656489015, -0.01618587225675583, -0.09151346236467361, -0.030028697103261948, -0.0006480408483184874, -0.004376379773020744, 0.014691169373691082, 0.007150331046432257, -0.007965010590851307, 0.0139370858669281, -0.021558718755841255, -0.002651076065376401, -0.02221854217350483, -0.006921412423253059, -0.022878365591168404, -0.014287196099758148, 0.0061134654097259045, 0.023847902193665504, -0.031833112239837646, 0.0029675220139324665, 0.0026864237152040005, 0.029113024473190308, -0.010119535960257053, -0.023336201906204224, -0.0029304909985512495, -0.002460871823132038, -0.01347251608967781, 0.0036189293023198843, -0.019269535318017006, 0.010974613018333912, 0.02965165488421917, -0.012927152216434479, -0.002709988970309496, -0.012119204737246037, -0.0017606511246412992, -0.01618587225675583, -0.009924282319843769, 0.016805296763777733, 0.006921412423253059, -0.0035415010061115026, 0.025396468117833138, -0.016428256407380104, 0.0003238100034650415, 0.003447240451350808, 0.023066887632012367, -0.033610593527555466, -0.009149999357759953, -0.009378918446600437, -0.019229138270020485, 0.043386753648519516, -0.029086092486977577, -0.012933884747326374, -0.02325540781021118, -0.006211092695593834, -0.0034708057064563036, -0.002194922650232911, 0.029947903007268906, 0.004477372858673334, 0.005430077202618122, -0.0006354166544042528, -0.04594525322318077, -0.00855750497430563, -0.0081467991694808, -0.015849227085709572, -0.02790110372006893, 0.024844370782375336, 0.007621633354574442, 0.02084503322839737, -0.008887416683137417, -0.009405849501490593, 0.0360613688826561, -0.005844149738550186, -0.0051506622694432735, 0.03059425950050354, -0.007412913721054792, 0.0014063327107578516, -0.014745032414793968, 0.005938410293310881, -0.015418321825563908, -0.016872625797986984, 0.0213567316532135, -0.025181014090776443, 0.018865562975406647, 0.0008062637643888593, -7.274679228430614e-05, -0.006527538411319256, 0.004413410555571318, 0.0016360926674678922, 0.016913024708628654, 0.006692494265735149, 0.012260595336556435, -0.035468872636556625, -0.014448785223066807, 0.03385297954082489, 0.0039050772320479155, 0.005672461353242397, -0.021006621420383453, 0.026621853932738304, -0.01571456901729107, -0.018232671543955803, -0.016913024708628654, 0.0017858995124697685, -0.008927814662456512, -0.00012203366350149736, -0.05984194204211235, 0.008449778892099857, -0.00883355364203453, -0.00451103737577796, -0.004918377380818129, 0.0004176496877335012, 0.004844315350055695, -0.01632053032517433, -0.013297460973262787, -0.003435458056628704, -0.013257063925266266, 0.026796909049153328, -0.007318653166294098, -0.019713906571269035, -0.02497902885079384, -0.008092936128377914, 0.02550419420003891, -0.007446578238159418, 0.030944369733333588, 0.01317626889795065, -0.00855750497430563, -0.03264106065034866, 0.013088741339743137, 0.005564734805375338, -0.0017354028532281518, -0.0002415424823993817, -0.012011478655040264, 0.017384326085448265, -0.011223730631172657, -0.03188697621226311, 0.028601324185729027, -0.009702096693217754, 0.005231456831097603, -0.0028766279574483633, 0.030486533418297768, -0.001468611997552216, -0.005113631021231413, 0.016832228749990463, 0.031833112239837646, 0.0031829746440052986, -0.0045884656719863415, -0.020494922995567322, 0.011964348144829273, -0.02646026387810707, 0.006500606890767813, 0.002997820032760501, -0.02784723974764347, 0.0006488824146799743, 0.012125938199460506, 0.01391015388071537, 0.03692317754030228, 0.004443708341568708, -0.03600750491023064, -0.026096688583493233, 0.006120198406279087, -0.04928476735949516, 0.012173067778348923, 0.01552604790776968, -0.008907616138458252, -0.006089900620281696, 0.05100838840007782, -0.006746357306838036, -0.025221413001418114, -0.023403530940413475, -0.003051683073863387, -0.0009720612433739007, -0.026702648028731346, -0.004319150000810623, 0.01897328905761242, -0.01622626930475235, -0.0003254932234995067, -0.013337858021259308, 0.018730904906988144, -0.014947019517421722, 0.027981897816061974, -0.005756622180342674, -0.00208214670419693, 0.01439492218196392, -0.011614237911999226, 0.01114966906607151, 0.012051875703036785, 0.006251489743590355, -0.014273730106651783, 0.03608829900622368, 0.02590816654264927, 0.012543377466499805, 0.0016773316310718656, 0.01160750538110733, 0.002184823388233781, 0.02267637848854065, -0.028493598103523254, 0.03875452280044556, 0.00811986718326807, -0.003985872026532888, 0.018205739557743073, 0.008974944241344929, -0.006180794443935156, 0.021020088344812393, 0.022905297577381134, 0.03649227321147919, 0.02924768067896366, 0.013580242171883583, 0.001224544714204967, -0.012583774514496326, -0.04602604731917381, -0.00625485647469759, -0.02034679800271988, -0.04683399572968483, 0.02173377387225628, 0.03923929110169411, 0.003285651095211506, -0.0020787802059203386, -0.018932892009615898, 0.0020282836630940437, -0.013021412305533886, 0.011317990720272064, -0.003635761560872197, -0.0019087748369202018, -0.01937726140022278, 0.012603973038494587, 0.01992935873568058, -0.01582229509949684, 0.019215673208236694, -0.04212097078561783, 0.024399999529123306, -0.012826158665120602, 0.015566445887088776, -0.030701985582709312, 0.0003383278090041131, 0.008900882676243782, -0.0026392934378236532, 0.007897681556642056, -0.008867218159139156, -0.028520528227090836, -0.01412560697644949, -0.0009468129137530923, -0.021208608523011208, -0.0031678255181759596, -0.0014265314675867558, 0.08090242743492126, 0.02637946978211403, -0.01158730685710907, -0.004221523180603981, 0.005729690659791231, -0.005231456831097603, 0.021006621420383453, -0.012624171562492847, -0.005143929272890091, -0.01617240533232689, 0.034984104335308075, 0.00671269278973341, -0.00833532027900219, -0.009163465350866318, 0.018205739557743073, 0.022003090009093285, -0.009648233652114868, 0.028897570446133614, 0.02088543027639389, -0.0001223492727149278, 0.011264127679169178, 0.002672957954928279, 0.015983885154128075, -0.023443927988409996, -0.0324525386095047, -0.01621280238032341, 0.012664569541811943, -0.0018818431999534369, -0.019835099577903748, 0.002275717444717884, 0.01672450266778469, 0.017303531989455223, -0.005766721908003092, 0.001843129051849246, -0.027631787583231926, 0.015445253811776638, -0.014516114257276058, 0.004467273596674204, 0.006928145419806242, 0.00639288080856204, 0.008220860734581947, 0.015283663757145405, -0.011654635891318321, -0.034526269882917404, 0.005167494527995586, 0.0003650489670690149, 0.03282957896590233, -0.02220507711172104, 0.00807273667305708], \"73546cde-e490-44dd-8872-7b3775ba54ad\": [-0.014750071801245213, -0.023061828687787056, 0.03456635773181915, -0.056625500321388245, -0.016610322520136833, 0.037205010652542114, -0.026624010875821114, -0.001805828302167356, -0.015475701540708542, -0.02402493730187416, 0.021755695343017578, -0.0021669939160346985, 0.00660322979092598, -0.0013861175393685699, 0.003746887668967247, -5.751439312007278e-05, 0.012071838602423668, -0.03609677776694298, 0.0028711846098303795, -0.0036182531621307135, -5.9936595789622515e-05, 0.002684829756617546, -0.012032258324325085, 0.007968733087182045, -0.048392899334430695, -0.0017827401170507073, 0.030054260045289993, -0.023774266242980957, 0.008212808519601822, -0.013048140332102776, 0.013879315927624702, 0.00720352353528142, -0.018365027382969856, 0.000728515675291419, -0.017335951328277588, 0.000808499869890511, 0.0025314579252153635, -0.010277554392814636, 0.015713179484009743, -0.017837295308709145, 0.007381632458418608, 0.005791843868792057, -0.004822138696908951, -0.005072810687124729, -0.0002832429308909923, 0.03422333300113678, 0.004973861388862133, -0.016755448654294014, 0.006243713200092316, 0.017705364152789116, 0.007309069391340017, 0.013615450821816921, -0.008681168779730797, 0.00014832116721663624, 0.00014821809600107372, -0.0034302491694688797, -0.01168263703584671, 0.017520656809210777, -0.01288322452455759, 0.013760576955974102, 0.010112638585269451, 0.010798688046634197, -0.022929897531867027, -0.023563172668218613, -0.02665039710700512, 0.0008204562473110855, -0.003535795258358121, 0.0017118263058364391, 0.02266603149473667, -0.013358182273805141, 0.03472467511892319, 0.020673848688602448, 0.020000992342829704, 0.010818478651344776, 0.0117486035451293, -0.007823606953024864, 0.006157957017421722, -0.0013885912485420704, -0.007361842319369316, 0.00956511776894331, -0.00799511931836605, 0.001899830298498273, 0.020581495016813278, 0.009993898682296276, 0.009980705566704273, 0.01707208715379238, 0.02989594079554081, 0.012170787900686264, -0.019921831786632538, -0.021280737593770027, -0.0006736811483278871, 0.010462259873747826, 0.01234230026602745, 0.00984877347946167, -0.00046217659837566316, 0.015779146924614906, 0.006072200834751129, 0.023919392377138138, -0.0008023154805414379, -0.009835580363869667, 0.018404606729745865, 0.03464551642537117, -0.023206954821944237, -0.014261920936405659, -0.036598119884729385, -0.020805781707167625, 0.027336448431015015, -0.03501492738723755, -0.005910583306103945, 0.006708775646984577, -0.032270729541778564, 0.042429544031620026, -0.010864654555916786, -0.02331250160932541, 0.011814570054411888, -0.02237577922642231, -0.018299059942364693, -0.021082838997244835, -0.02167653664946556, 0.008918647654354572, 0.014446626417338848, -0.01898510940372944, 0.013133896514773369, -0.007546548265963793, 0.005023336037993431, 0.04704718664288521, -0.025542164221405983, 0.016583936288952827, 0.010231377556920052, -0.0010266010649502277, -0.00017625378677621484, -0.019486453384160995, 0.0026914263144135475, 0.015897884964942932, -0.040265846997499466, -0.0029206592589616776, 0.0011783236404880881, 0.012909610755741596, -0.0055939448066055775, -0.027098968625068665, 0.0028513947036117315, 0.010851461440324783, 0.008219405077397823, 0.006751654203981161, 0.009809193201363087, 0.016280490905046463, 0.023774266242980957, -0.002958589931949973, 0.035700976848602295, 0.010237974114716053, -0.004733084235340357, 0.011471545323729515, -0.012282931245863438, -0.009373815730214119, -0.011702426709234715, -0.005864406935870647, 4.274927414371632e-05, 0.04018668830394745, 0.008971421048045158, -0.0038788202218711376, -0.005646717734634876, 0.022771578282117844, -0.0007891222485341132, 0.00032983164419420063, 0.010369907133281231, 0.04673054814338684, -0.013998055830597878, -0.0027392518240958452, -0.000728515675291419, 0.02017250470817089, -0.0015939114382490516, 0.029209891334176064, -0.04169072210788727, 0.0012508865911513567, -0.015304189175367355, 0.02905157208442688, -0.0026551447808742523, 0.008707555942237377, -0.026729557663202286, -0.008608606643974781, -0.008595412597060204, 0.001731616212055087, 0.011300032958388329, 0.040265846997499466, -0.016768641769886017, 0.0054389238357543945, 0.025621322914958, 0.005587348248809576, 0.008951631374657154, 0.007084784097969532, 0.019473260268568993, 0.005574155133217573, 0.014961163513362408, -0.010119235143065453, -0.6315880417823792, 0.004739680793136358, 0.013186669908463955, -0.030713923275470734, 0.01321305613964796, 0.012896417640149593, 0.004080017562955618, 0.02341804839670658, -0.028048884123563766, 0.005907285027205944, -0.001511453534476459, 0.020713428035378456, 0.008964824490249157, -0.01898510940372944, -0.024183256551623344, -0.03282484784722328, -0.00594686483964324, 0.0009861966827884316, 0.020462755113840103, 0.009393605403602123, -0.038893748074769974, 0.005429028999060392, -0.011550704948604107, 0.018035195767879486, 0.017850488424301147, -0.0032092619221657515, 0.027943337336182594, -0.017335951328277588, -0.02934182435274124, 0.010580999776721, -0.030344512313604355, -0.010699738748371601, 0.042561475187540054, -0.008634992875158787, 0.030634764581918716, -0.0034797240514308214, 0.0006406980101019144, 0.006754952482879162, 0.005010142922401428, 0.046888869255781174, -0.017982421442866325, -0.018721245229244232, 0.033220645040273666, 0.0315055213868618, 0.00567640271037817, 0.003426950890570879, 0.008001715876162052, 0.003522602142766118, -0.014261920936405659, -0.005702789407223463, 0.000558240048121661, -0.016148557886481285, -0.006494385190308094, -0.007012221030890942, 0.016438810154795647, 0.0027277078479528427, 0.0413740836083889, -0.003964576404541731, -0.0036347447894513607, -0.008080875501036644, 0.005712684243917465, 0.013384568504989147, -0.006814321968704462, -0.03266652673482895, 0.00019161157251801342, -0.007216716650873423, 0.012124611996114254, -0.013641837053000927, 0.014288307167589664, 0.002638653153553605, 0.008555833250284195, 0.02158418297767639, 0.0307930838316679, -0.022441746667027473, 0.0042119501158595085, 0.032798461616039276, 0.010594192892313004, -0.0117552001029253, -0.0005256691947579384, -0.005330079700797796, -0.011049360036849976, 0.005587348248809576, 0.018127547577023506, -0.036175936460494995, 0.02556855045258999, 0.02646569162607193, -0.014499399811029434, -0.025608129799365997, 0.026399726048111916, 0.002648548223078251, 0.008991210721433163, 0.02209872007369995, -0.00693306140601635, -0.04063526168465614, -0.011471545323729515, 0.010462259873747826, -0.009611294604837894, -0.015198642387986183, -0.021597376093268394, -0.00891205109655857, -0.01880040392279625, -0.02336527407169342, 0.007902766577899456, 0.017599817365407944, 0.030107034370303154, 0.027864178642630577, -0.019908638671040535, 0.0265580452978611, 0.006787935271859169, -0.01804838888347149, 0.0019822882022708654, -0.013575870543718338, 0.0031515415757894516, -0.0044824122451245785, 0.01771855726838112, -0.026492077857255936, 0.02543661743402481, 0.029737621545791626, 0.003987664822489023, -0.012843644246459007, 0.002734304405748844, 0.013028350658714771, -0.011953099630773067, 0.00029251945670694113, 0.04052971303462982, 0.024222835898399353, 0.005841318517923355, -0.01342414878308773, 0.017085280269384384, -0.003875521942973137, 0.017138052731752396, 0.004436235874891281, 0.001431469339877367, -0.0181011613458395, 0.03361644223332405, 0.02994871512055397, 0.004683609586209059, -0.011036166921257973, 0.0171644389629364, -0.016887379810214043, -0.0003246780252084136, -0.008074278943240643, 0.017362337559461594, -0.01407721545547247, 0.019051076844334602, -0.023523593321442604, -0.003799660596996546, -0.03282484784722328, -0.0003432310768403113, -0.010244571603834629, 0.002857991261407733, -0.005897390190511942, 0.006362452637404203, 0.03348451107740402, -0.00014584742893930525, -0.003740290878340602, -0.019592000171542168, -0.03921038657426834, -0.02153141051530838, 0.004050332587212324, -0.02002737857401371, 0.013813349418342113, -0.03174299746751785, -0.0039579798467457294, -0.01837822049856186, -0.0003038574068341404, 0.009222093038260937, 0.02382703870534897, -0.011629864573478699, -0.014842424541711807, 0.01843099296092987, 0.003872223664075136, -0.025449810549616814, 0.009974109008908272, -0.004462622106075287, 0.0011898677330464125, -0.02802249789237976, 0.006293187849223614, -0.007803816813975573, -0.01828586682677269, 0.0011783236404880881, -0.012461040169000626, -0.007777430582791567, -9.746782779984642e-06, 0.0366508923470974, 0.020040571689605713, 0.02580602839589119, 0.036123163998126984, -0.0137473838403821, -0.005049722734838724, -0.0319804772734642, -0.009901545941829681, -0.021940400823950768, 0.019433680921792984, 0.0023665421176701784, 0.016517968848347664, -0.006985834334045649, 0.02698022872209549, 0.015831919386982918, 0.017124859616160393, 0.020383596420288086, 0.00456157186999917, 0.003242245176807046, -0.0019344626925885677, -0.012131208553910255, -0.038524337112903595, 0.004733084235340357, -0.03921038657426834, 0.017982421442866325, 0.007183733396232128, 0.004268021788448095, -0.0171512458473444, -0.007625707890838385, -0.025119978934526443, 0.006326171103864908, -0.0036281482316553593, -0.000493922911118716, 0.021597376093268394, -0.03055560402572155, 0.0008270528633147478, 0.00839091744273901, 0.007361842319369316, 0.015950659289956093, -0.005936970002949238, 0.0029124135617166758, 0.02153141051530838, 0.0181011613458395, 0.013305408880114555, 0.014604945667088032, -0.035278793424367905, -0.009558521211147308, 0.02298266999423504, 0.00011173047096235678, 0.008925244212150574, 0.021122418344020844, 0.006952851079404354, 0.019262168556451797, -0.030027873814105988, 0.027705859392881393, -0.015858305618166924, 0.015409735031425953, 0.005732474382966757, 0.031795769929885864, -0.02684829756617546, 0.002618863247334957, 0.017547044903039932, 0.009419991634786129, -0.006787935271859169, -0.02989594079554081, 0.018721245229244232, -0.012837047688663006, 0.013668224215507507, 0.0035786733496934175, -0.014802844263613224, 0.03282484784722328, -0.009017597883939743, -0.01573956571519375, 0.0010439171455800533, 0.011689233593642712, 0.012177384458482265, 0.009657470509409904, 0.027943337336182594, 0.005485100205987692, -0.013081123121082783, 0.0032504908740520477, -0.004878210369497538, 0.00673516234382987, -0.01102297380566597, -0.008958227932453156, 0.010000496171414852, -0.0034335474483668804, -0.014393853023648262, 0.0018421098357066512, 0.005999637767672539, -0.01641242392361164, 0.003029503859579563, 0.003387371078133583, -0.04673054814338684, 0.004060227889567614, 0.01262595597654581, -0.016188137233257294, -0.02241535857319832, 0.009096757508814335, 0.028550228103995323, 0.026307372376322746, -0.005402642302215099, -0.009479361586272717, -0.001102462294511497, -0.010752512142062187, 0.0038392404094338417, 0.004465920384973288, 0.021887628361582756, 0.02083216793835163, -0.01800880767405033, -0.01791645586490631, 0.001695334678515792, 0.01022478099912405, -0.02760031260550022, 0.00916931964457035, -0.019657965749502182, 0.01097679790109396, -0.025779642164707184, -0.029790395870804787, -0.009004403837025166, 0.03374837338924408, 0.023615946993231773, -0.009017597883939743, -0.028128042817115784, 0.01786368153989315, -0.057469867169857025, 0.0021867838222533464, -0.013628643937408924, -0.004010752774775028, -0.026122666895389557, 0.002805218333378434, 0.0021274141035974026, 0.003146593924611807, -0.004772664047777653, 0.025067206472158432, -0.006999027915298939, -0.016663094982504845, -0.04245593026280403, -0.03116249479353428, 0.02599073387682438, 0.05129541829228401, 0.023431241512298584, -0.004996949341148138, 0.008687765337526798, -0.039658959954977036, -0.014064021408557892, -0.013549484312534332, -0.022903509438037872, 0.021834855899214745, -0.0014619787689298391, 1.8153625205741264e-05, 0.004172370303422213, 0.0117486035451293, -0.011854149401187897, 0.009835580363869667, 0.0012088330695405602, 0.0002702558122109622, -0.0037237994838505983, -0.02219107374548912, -0.04615004360675812, -0.0009515643469057977, -0.018536539748311043, 0.00876692496240139, 0.02712535485625267, 0.04076719284057617, 0.015475701540708542, 0.039843663573265076, 0.002557844389230013, -0.001071952865459025, -0.009617891162633896, 0.00021418443066067994, 0.020805781707167625, 0.024249223992228508, -0.018365027382969856, -0.0274947676807642, 0.04340584576129913, -0.002668338129296899, -0.012282931245863438, -0.030687537044286728, 0.005544470157474279, 0.013523098081350327, 0.021280737593770027, 0.011102133430540562, -0.018074775114655495, 0.0027557434514164925, 0.0013861175393685699, -0.004195458721369505, 0.02778501808643341, 0.005455415695905685, -0.012375283986330032, 0.012329107150435448, -0.00879331212490797, -0.034434426575899124, 0.005425730720162392, 0.009136336855590343, 0.011583687737584114, 0.03221795707941055, -0.0024786849971860647, -0.026333758607506752, -0.02881409414112568, -0.024222835898399353, -0.007177136838436127, -0.008819698356091976, -0.007328859530389309, 0.01229612436145544, -0.02463182806968689, -0.014275114051997662, -0.0183386392891407, -0.008338144049048424, 0.007071590516716242, -0.01525141578167677, -0.01837822049856186, -0.02110922522842884, -0.0014331185957416892, 0.014103601686656475, 0.019486453384160995, 0.019803091883659363, -0.0001626482408028096, -0.007579531520605087, 0.009545328095555305, -0.01711166650056839, -0.03778551518917084, 0.004611046519130468, -0.002724409569054842, -0.00945297535508871, 0.0019179710652679205, -0.00803469866514206, 0.0009837228571996093, 0.005541171878576279, 0.027151741087436676, -0.001480944105423987, 0.004070122726261616, -0.002882728585973382, 0.011438561603426933, -0.01593746617436409, 0.030661150813102722, 0.030898628756403923, 0.01632007025182247, -0.005722579080611467, -0.004320794716477394, -0.01771855726838112, -0.0020383596420288086, -0.0032191569916903973, -0.004498903639614582, 0.012434653006494045, 0.015554861165583134, 0.015383348800241947, 0.022243846207857132, -0.004921088460832834, 0.007342052645981312, 0.017322758212685585, -0.0034797240514308214, 0.004838630557060242, -0.01762620359659195, 0.0021274141035974026, 0.0016178243095055223, 0.018813597038388252, 0.01569998636841774, 0.021214772015810013, -0.009743226692080498, -0.0003133400750812143, -0.04084635153412819, 0.026333758607506752, 0.02952652983367443, 0.003298316616564989, 0.012784275226294994, 0.0056829992681741714, -0.015673600137233734, -0.040740806609392166, -0.008219405077397823, 0.009076966904103756, 0.00779062369838357, -0.029500143602490425, -0.0021389583125710487, -0.037257783114910126, -0.014050828292965889, -0.005297096446156502, 0.002295628422871232, 0.0010752511443570256, -0.011418771930038929, -0.009611294604837894, 0.0008052015327848494, 0.008080875501036644, -0.00918911024928093, 0.005280604586005211, -0.031848546117544174, -0.001118129352107644, 0.0010711282957345247, -0.004706697538495064, 0.03731055557727814, -2.8963342629140243e-05, 0.015831919386982918, 0.00879331212490797, -0.018074775114655495, -0.015568054281175137, -0.015040323138237, 0.004574764985591173, -0.013450535014271736, 0.04414466768503189, 0.016043011099100113, 0.01579234004020691, 0.005514785181730986, 0.0010200043907389045, 0.007896170020103455, 0.01740191876888275, -0.020106537267565727, -0.0034797240514308214, 0.031663838773965836, 0.017177632078528404, 0.0055708568543195724, -0.014816038310527802, 0.009030790999531746, 0.011590284295380116, 0.004119597375392914, 0.02114880643785, 0.01380015630275011, 0.0022675925865769386, 0.020014185458421707, -0.0012838697293773293, -0.046941641718149185, -0.007935749366879463, 0.009063773788511753, -0.030713923275470734, 0.014248727820813656, -0.027204515412449837, -0.008832891471683979, 0.020344017073512077, -0.027943337336182594, 0.02298266999423504, -0.013041543774306774, 0.0012805714504793286, -0.00897801760584116, 0.0070518008433282375, 0.022362586110830307, 0.01729637198150158, -0.0037336943205446005, -0.0009573363931849599, -0.02802249789237976, 0.01438065990805626, 0.030397284775972366, 0.004733084235340357, 0.014156375080347061, -0.0007041905773803592, -0.016940154135227203, -0.001412504119798541, 0.009043984115123749, -0.04921088367700577, -0.01632007025182247, -0.006530666723847389, -0.011319822631776333, -0.006751654203981161, -0.02011973038315773, -0.021702922880649567, -0.01339776162058115, -0.023299308493733406, 0.02083216793835163, -0.004172370303422213, 0.04353777691721916, -0.039315931499004364, -0.012474233284592628, -0.006049112416803837, -0.00035498131182976067, 0.009340832009911537, 0.04235038533806801, 0.0274947676807642, 0.012474233284592628, 0.015568054281175137, -0.024249223992228508, -0.0032307009678333998, 0.005834721960127354, -0.0005598892457783222, 0.026689978316426277, 0.024737374857068062, -0.016254104673862457, -0.036835599690675735, 0.00992133654654026, 0.016676288098096848, 0.013694610446691513, -0.01988225243985653, 0.008615203201770782, 0.00687369192019105, 0.020146116614341736, -0.024895694106817245, -0.006240414921194315, -0.004475815687328577, 0.008357933722436428, -0.002379735466092825, 0.0075003718957304955, -0.004578063264489174, 0.002275838516652584, -0.006451507098972797, 0.014604945667088032, -0.021003680303692818, 0.023536786437034607, 0.01412998791784048, 0.004221844952553511, -0.013490114361047745, 0.0030245562084019184, -0.014393853023648262, -0.0003671438607852906, -0.0034929171670228243, 0.012052048929035664, 0.003192770527675748, -0.005679700989276171, 0.014908391050994396, 0.02345762774348259, 0.007111170329153538, 0.006514175329357386, 0.006768145598471165, 0.02417006343603134, -0.017283178865909576, -0.030027873814105988, -0.003387371078133583, -0.015027130022644997, 0.018074775114655495, -0.0034797240514308214, -0.009129740297794342, -0.020000992342829704, -6.377604222507216e-07, -0.038709044456481934, 0.012533603236079216, 0.027468379586935043, 0.0028316047973930836, -0.02266603149473667, 0.005772053729742765, -0.02143905684351921, -0.007757640443742275, -0.011530914343893528, 0.03074030950665474, 0.0013275723904371262, -0.026294179260730743, 0.007104573771357536, -0.0006505929632112384, 0.018483765423297882, -0.006491086911410093, 0.014644525945186615, -0.00580503698438406, 0.0432475283741951, -0.006497683469206095, 0.02420964278280735, 0.014103601686656475, 0.003736992599442601, -0.047126345336437225, 0.02501443214714527, -0.004268021788448095, -0.021979982033371925, 0.016280490905046463, -0.008265580981969833, -0.0267955232411623, -0.024895694106817245, 0.015911079943180084, 0.03992282226681709, 0.024315189570188522, 0.012935997918248177, -0.006365750916302204, 0.01777132973074913, 0.012823854573071003, -0.018958723172545433, -0.03351089730858803, -0.004601151682436466, -0.03248182311654091, -0.01365503016859293, 0.01365503016859293, -0.016795028001070023, 0.018127547577023506, -0.0366508923470974, 0.003197717946022749, 0.02318056859076023, -0.015594440512359142, -0.0611112080514431, 0.01828586682677269, -0.02063426747918129, 0.00014048766752239317, 0.011042763479053974, -0.00554776843637228, -0.011418771930038929, -0.015040323138237, 0.019618386402726173, 0.014789651148021221, 0.014961163513362408, -0.000922704057302326, 0.014143181033432484, 0.01168263703584671, 0.015436121262609959, -0.0027392518240958452, 0.006042515859007835, -0.024697793647646904, -0.016161751002073288, -0.011240663006901741, 0.004650626331567764, -0.00944637879729271, 0.021069645881652832, 0.0037930640392005444, -0.02252090536057949, -0.04443491995334625, -0.025911575183272362, -0.03522602096199989, -0.032745685428380966, -0.007929152809083462, 0.01440704707056284, 0.008780119009315968, 0.010600789450109005, -0.004076719284057617, 0.00949255470186472, -0.006177746690809727, 0.03963256999850273, -0.025304684415459633, -0.009901545941829681, 0.004677013028413057, 0.013358182273805141, 0.016531161963939667, -0.0002665452193468809, -0.03129442781209946, -0.01617494411766529, -0.023167375475168228, -0.015093096531927586, -0.0020169205963611603, 0.023893004283308983, -0.002325313165783882, 0.026122666895389557, -0.003572076791897416, 0.011986082419753075, -0.019473260268568993, 0.03897290676832199, 0.02162376418709755, -0.037864673882722855, 0.019380908459424973, 0.013074526563286781, 0.009109950624406338, -0.012177384458482265, -0.002300575841218233, -0.00039394269697368145, -0.01602981798350811, -0.0020878342911601067, -0.009584907442331314, -0.0020977293606847525, 0.015620826743543148, 0.01083826832473278, 0.005339974537491798, 0.023708298802375793, -0.0028316047973930836, 0.00992133654654026, -0.025172751396894455, 0.012797468341886997, -0.012876627966761589, 0.02289031632244587, 0.027441993355751038, 0.018747631460428238, 0.0018866370664909482, -0.01537015475332737, 0.00647459551692009, -0.001641737064346671, 0.003298316616564989, -0.006619721185415983, 0.0035456903278827667, -0.01226973719894886, -0.03258736804127693, -0.04166433587670326, 0.0033840727992355824, 0.01564721390604973, -0.019328134134411812, -0.02567409537732601, -0.024763761088252068, -0.012540199793875217, 0.006425120867788792, -0.01734914444386959, 0.0005017563817091286, -0.016531161963939667, 0.010831671766936779, 0.01964477263391018, 0.002096080221235752, -0.01659712940454483, 0.03670366480946541, 0.022956283763051033, 0.00408991239964962, -0.006441612262278795, 0.2016986608505249, -0.0012830451596528292, -0.0019872356206178665, 0.025119978934526443, -0.007539951708167791, -0.014618138782680035, 0.011695830151438713, 0.0053465710952878, -0.011293435469269753, 0.0049804579466581345, -0.033062323927879333, -0.006055708974599838, 0.006062305998057127, 0.0016920363996177912, 0.006807725410908461, -0.03459274396300316, -0.04834012687206268, -0.02299586310982704, 0.0008855980122461915, -0.005237726494669914, -0.006867094896733761, 0.00653396500274539, -0.009215496480464935, -0.004815542139112949, 0.025278298184275627, 0.002958589931949973, -0.01758662424981594, 0.024829726666212082, 0.014050828292965889, 0.010666755959391594, -0.015475701540708542, -0.0005083530559204519, -0.009156126528978348, -0.026241406798362732, -0.001366327633149922, -0.006952851079404354, 0.010561209172010422, -0.0357273630797863, 0.013602257706224918, -0.014684105291962624, -0.005551066715270281, -0.023378467187285423, -0.015159063041210175, -0.021505024284124374, -0.007797220256179571, 0.010020285844802856, 0.002519913949072361, -0.00237313867546618, 0.004578063264489174, 0.0006048288196325302, -0.03314148634672165, -0.02486930601298809, -0.004043736029416323, 0.007328859530389309, -0.018351832404732704, 0.003938190173357725, -0.01630687713623047, 0.017784522846341133, -0.011062554083764553, 0.025937961414456367, 6.684244726784527e-05, 0.010844864882528782, -0.003357686335220933, 0.03213879466056824, -0.024790147319436073, 0.01573956571519375, -0.004874912090599537, 0.004208651836961508, 0.033220645040273666, -0.04248231649398804, 0.01109553687274456, 0.006448208820074797, 0.010831671766936779, 0.01767897605895996, -0.026360146701335907, -0.018510151654481888, 0.010798688046634197, 0.03037089854478836, 0.030634764581918716, 0.015000743791460991, -0.012823854573071003, -0.004047034308314323, -0.015779146924614906, -0.020766200497746468, 0.007671884261071682, -0.028550228103995323, 0.03163745254278183, -0.021122418344020844, -0.016702674329280853, -0.03285123407840729, -0.0013836438301950693, -0.017283178865909576, -0.021188385784626007, -0.014024442061781883, -0.015488894656300545, 0.020251663401722908, -0.002030113944783807, 0.018496958538889885, -0.0031498922035098076, 0.0062338183633983135, -0.001731616212055087, 0.05562280863523483, 0.012527006678283215, 0.010587596334517002, -0.014064021408557892, 0.0035193038638681173, -0.014050828292965889, 0.0319540910422802, -0.024038130417466164, 0.0062964861281216145, 0.01828586682677269, -0.02077939361333847, 0.0026666889898478985, -0.012705115601420403, 0.0010035127634182572, 0.01729637198150158, 0.013826542533934116, -0.01365503016859293, 0.017929648980498314, 0.0047363825142383575, 0.020977294072508812, -0.029368210583925247, 0.016531161963939667, 0.005986444652080536, 0.0237346850335598, -0.008740538731217384, -0.011187889613211155, -0.024618634954094887, -0.029579302296042442, -0.015568054281175137, 0.02707258239388466, 0.010613982565701008, 0.020977294072508812, -0.0010101094376295805, -0.018510151654481888, 0.015765953809022903, 0.00019501296628732234, -0.02182166278362274, -0.0258588008582592, 0.018642084673047066, -0.01729637198150158, -0.005339974537491798, 0.0013778717257082462, -0.004000857938081026, 0.005339974537491798, -0.016161751002073288, 0.01485561765730381, -0.0007173838675953448, -0.01659712940454483, -0.010924024507403374, -0.014591752551496029, 0.001786038395948708, -0.019816284999251366, 0.012975577265024185, 0.011643057689070702, 0.005353167653083801, -0.03192770481109619, -0.02905157208442688, 0.01635964959859848, -0.002104325918480754, -0.020198890939354897, 0.0076389010064303875, 0.02054191567003727, 0.019908638671040535, -0.002813464030623436, -0.00376008078455925, -0.16612960398197174, 0.027046196162700653, 0.0025561952497810125, -0.01940729469060898, 0.023338887840509415, 0.01485561765730381, -0.01946006715297699, 0.012230157852172852, 0.003009713953360915, 0.005138777196407318, 0.017665782943367958, -0.01335158571600914, -0.014987550675868988, -0.029262663796544075, 0.011121923103928566, -0.016768641769886017, -0.009136336855590343, 0.005626928061246872, 0.021742502227425575, 0.0085822194814682, 0.03319425880908966, -0.0037139044143259525, 0.015040323138237, -0.030476445332169533, 0.0073222629725933075, -0.02637333981692791, -0.015013936907052994, 0.02490888722240925, -0.01584511250257492, -0.018272673711180687, 0.0018487063935026526, 0.021979982033371925, 0.04353777691721916, 0.01353629119694233, -0.0005231954855844378, 0.002190082101151347, 0.010317133739590645, 0.018919143825769424, -0.004881508648395538, 0.02628098614513874, 0.0033758271019905806, 0.024750567972660065, -0.010231377556920052, 0.01975031942129135, 0.01573956571519375, 0.01518544927239418, 0.005432327277958393, 0.003875521942973137, 0.017705364152789116, -0.040978286415338516, 0.0073222629725933075, -0.032086022198200226, 0.01663670875132084, -0.017006119713187218, 0.012441249564290047, 0.008733942173421383, -0.001426521921530366, 0.008258984424173832, 0.0013589063892140985, -0.021610569208860397, 0.007942345924675465, -0.031241653487086296, 0.027864178642630577, -0.019592000171542168, 0.006745057180523872, -0.003347791265696287, -0.03398585319519043, 0.015422928147017956, -0.013852929696440697, 0.0019476559245958924, 0.009809193201363087, -0.01866847090423107, -0.0034929171670228243, -0.015436121262609959, 0.019539227709174156, 0.007830203510820866, -0.027705859392881393, 0.010376503691077232, 0.019103849306702614, -0.002040008781477809, 0.004677013028413057, 0.0037699758540838957, -0.00025005362113006413, -0.002848096424713731, -0.025502583011984825, -0.0022741893772035837, -0.005227831657975912, -0.001506506116129458, -0.014882003888487816, -0.006979237776249647, 0.017520656809210777, -0.0008348863921128213, 0.0018915844848379493, -0.00733545608818531, 0.025871995836496353, -0.01955242082476616, 0.019024690613150597, 0.002825008239597082, 0.006781338714063168, -0.001176674384623766, 0.027758631855249405, -0.027230901643633842, 0.013312005437910557, 0.011847552843391895, 0.04855122044682503, -0.008001715876162052, -0.023061828687787056, 0.005392747465521097, 0.01973712630569935, -0.021518217399716377, -0.04622920602560043, 0.014895197935402393, -0.0017777925822883844, 0.01380015630275011, 0.012982173822820187, 0.028523841872811317, -0.0014256973518058658, -0.014842424541711807, 0.005072810687124729, 0.0003776572411879897, 0.011372595094144344, -0.02114880643785, 0.004380164202302694, 0.004258126486092806, 0.012032258324325085, -0.007018817588686943, -0.0832231268286705, -0.014763264916837215, 0.011577091179788113, 0.0037237994838505983, -9.518735168967396e-05, 0.004835332278162241, -0.0004197107919026166, 0.019288554787635803, -0.011121923103928566, 0.017045699059963226, -0.013641837053000927, -0.015093096531927586, -0.006702179089188576, -0.016913767904043198, -0.0005747316754423082, -0.016372842714190483, -0.032692912966012955, -0.011471545323729515, 0.002510018879547715, 0.02035721018910408, -0.003671026322990656, -0.01471049152314663, -0.008760328404605389, 0.0068868850357830524, -0.009433185681700706, -0.019011497497558594, -0.021702922880649567, 0.005600541364401579, 0.022349392995238304, -0.02552896924316883, 0.009861966595053673, -0.015686793252825737, 0.0013135545887053013, -0.04762769117951393, -0.02529149129986763, 0.01781090907752514, -0.001506506116129458, -0.015409735031425953, 0.050556596368551254, -0.016372842714190483, -0.014723684638738632, -0.00363144651055336, 0.005356465931981802, -0.02289031632244587, 0.003476425539702177, -0.011616670526564121, -0.01861569844186306, 0.017190825194120407, -0.038339629769325256, -0.00759272463619709, -0.025621322914958, -0.006570246536284685, -2.3487620637752116e-05, 0.0005372132873162627, 0.02157098986208439, -0.011972889304161072, 0.00041785548091866076, -0.021188385784626007, -0.04010752961039543, 0.012698519043624401, -0.02688787691295147, -0.014934777282178402, -0.012870031408965588, 0.0019014794379472733, 0.007559741381555796, -0.007711464073508978, -0.004251529928296804, -0.027468379586935043, 0.03607039153575897, 0.006537263281643391, -0.0007417089072987437, 0.020700234919786453, -0.00959150493144989, -0.01203885581344366, -0.032983165234327316, -0.008945034816861153, 0.007685077376663685, 0.004719891119748354, 0.005785247310996056, -0.006514175329357386, 0.007381632458418608, -0.0017547043971717358, -0.0012228508712723851, -0.021452249959111214, 0.009017597883939743, 0.0137473838403821, 0.012804064899682999, 0.016887379810214043, 0.003572076791897416, -0.03765358030796051, -0.021003680303692818, 0.019908638671040535, -0.017190825194120407, -0.003911803476512432, -0.011629864573478699, -0.0008583868620917201, -0.015343768522143364, 0.00040940355393104255, -0.0004749575746245682, 0.012263140641152859, -0.02802249789237976, -0.007196926511824131, -0.06190280616283417, -0.0030443461146205664, 0.002539703855291009, -0.016148557886481285, 0.011009780690073967, 0.0011643057223409414, 0.010488647036254406, -0.014064021408557892, -0.007981926202774048, 0.007869782857596874, -0.015409735031425953, 0.022059140726923943, -0.009617891162633896, -0.013173475861549377, -0.021557796746492386, -0.01120767928659916, 0.026399726048111916, -0.009314445778727531, 0.037073079496622086, 0.02124115824699402, -0.009142933413386345, -0.014209147542715073, 0.014499399811029434, 0.0029915731865912676, -0.025463003665208817, 0.027283674106001854, -0.04541122168302536, 0.0181011613458395, -0.006669195834547281, -0.018219901248812675, 0.0023863320238888264, -0.023721491917967796, -0.00047866819659247994, 0.002256048610433936, 0.017692169174551964, 0.000568959629163146, -0.010924024507403374, 0.02533107064664364, 0.025819221511483192, 0.0034929171670228243, -0.0011511124903336167, -0.012527006678283215, 0.005260814912617207, -0.026452498510479927, 0.0036149548832327127, 0.011524317786097527, -0.027996111661195755, 0.005673104431480169, 0.0022428552620112896, 0.022349392995238304, 0.0366772785782814, 0.019024690613150597, -0.032560981810092926, -0.009888352826237679, -0.0016137013444676995, -0.04997609183192253, 0.002849745564162731, 0.004271320067346096, -0.005732474382966757, -0.011794780381023884, 0.05773373320698738, -0.010277554392814636, -0.014763264916837215, -0.020739814266562462, -0.0002277899911860004, -0.000648531480692327, -0.03746887668967247, -0.0017464585835114121, 0.019446874037384987, -0.04187542572617531, -0.021927207708358765, -0.03205963596701622, 0.016715867444872856, -0.010369907133281231, 0.02435476891696453, -0.003845837200060487, 0.010864654555916786, 0.017362337559461594, -0.013318601995706558, 0.027521153911948204, 0.022441746667027473, 0.012111417949199677, -0.008450287394225597, 0.023668719455599785, 0.04100467264652252, 0.013114106841385365, -0.0006171974819153547, 0.016016624867916107, -0.013509904965758324, 0.02576644904911518, -0.03176938369870186, 0.026597624644637108, -0.007896170020103455, -0.003207612782716751, -0.0043010045774281025, 0.018866371363401413, 0.01564721390604973, 0.008450287394225597, 0.02176888845860958, 0.014103601686656475, 0.028233589604496956, 0.017322758212685585, 0.004528588615357876, -0.029869554564356804, -0.04118937626481056, 0.009624487720429897, -0.018272673711180687, -0.04791794344782829, -0.0022989267017692327, 0.04100467264652252, 0.02096409909427166, 0.008008312433958054, -0.014182761311531067, 0.0038194505032151937, -0.02717812918126583, -0.006286591291427612, 0.002633705735206604, -0.0053003947250545025, -0.009472765028476715, 0.026386532932519913, 0.012210368178784847, -0.0014949620235711336, 0.007671884261071682, -0.035569045692682266, 0.025608129799365997, -0.0036446398589760065, 0.0025413529947400093, -0.022481326013803482, 0.01473687868565321, 0.006952851079404354, 0.014248727820813656, 0.02783779241144657, 0.005033230874687433, -0.02529149129986763, 0.0020383596420288086, -0.017744943499565125, -0.008595412597060204, -0.006408629007637501, 0.010924024507403374, 0.08522850275039673, 0.037073079496622086, -0.004871613346040249, 0.0050695124082267284, -0.003158138133585453, 0.0026023718528449535, 0.019473260268568993, 0.0073222629725933075, -0.010666755959391594, -0.016768641769886017, 0.02274519018828869, 0.014987550675868988, -0.004772664047777653, -0.010633772239089012, 0.005198146682232618, 0.016043011099100113, -0.03308871015906334, 0.016795028001070023, -0.013549484312534332, -0.004221844952553511, 0.0046209413558244705, -0.014829231426119804, -0.00360176176764071, -0.026149053126573563, -0.03841879218816757, 0.0001364678464597091, 0.018035195767879486, 0.010442470200359821, -0.02760031260550022, -0.009842176921665668, 0.027864178642630577, 0.0034797240514308214, -0.021966788917779922, -0.0027953232638537884, -0.03517324849963188, 0.025410231202840805, -0.01401124894618988, -0.00614806218072772, 0.01898510940372944, -0.0009837228571996093, 0.006745057180523872, 0.0159770455211401, -0.00037951255217194557, -0.0333789624273777, -0.0013737488770857453, -0.012131208553910255, 0.026624010875821114, -0.0062733981758356094, -0.017520656809210777], \"aabcb771-5d5a-4abe-b4d7-ab22ddf2d97a\": [-0.009075570851564407, -0.026174472644925117, 0.008740169927477837, -0.03624967113137245, 0.0013679121620953083, 0.011193204671144485, -0.032698363065719604, -0.010009434074163437, -0.019492749124765396, -0.0057774558663368225, 0.02770022116601467, -0.00995682179927826, -0.005803762003779411, -0.003663111012428999, -0.0068724434822797775, 0.0038965768180787563, 0.019690044224262238, -0.0318828746676445, 0.002821318805217743, -0.004695621784776449, -0.007411716505885124, 0.006418664939701557, -0.01616503857076168, 0.01571783609688282, -0.05200696736574173, 0.017493491992354393, 0.01076573133468628, -0.038038481026887894, -0.02153146266937256, -0.002415220020338893, 0.015757296234369278, 0.009621420875191689, -0.009042688645422459, -0.010995909571647644, -0.002673347480595112, 0.013356872834265232, 0.020203011110424995, -0.014231547713279724, 0.015836214646697044, -0.01942698284983635, 0.013146424666047096, 0.026989959180355072, -0.004790980834513903, 0.005330253858119249, -0.007148656528443098, 0.022031277418136597, 0.025293221697211266, -0.008700710721313953, -0.009483314119279385, 0.028384177014231682, 0.01595459133386612, -0.0006625824607908726, -0.029883619397878647, 0.0011804818641394377, -6.150055560283363e-05, 0.013166154734790325, -0.011475994251668453, 0.03217224031686783, -0.01306093018501997, -0.0069973967038095, 0.012219138443470001, 0.005419036839157343, -0.02129470929503441, -0.03493437170982361, -0.025779882445931435, -0.016125580295920372, -0.0199004914611578, 0.028331564739346504, -0.010127810761332512, -0.015638919547200203, 0.04621964693069458, 0.012298056855797768, 0.010601319372653961, -0.000905090942978859, 0.011528605595231056, -0.017046289518475533, -0.004702197853475809, -0.02543790452182293, -0.003968918230384588, 0.002962713595479727, -0.009575385600328445, -0.0016367266653105617, 0.0066422657109797, 0.034092579036951065, 0.005067193880677223, 0.009549079462885857, 0.030830634757876396, 0.0007353349938057363, -0.012482198886573315, -0.0014361434150487185, 0.013218767009675503, 0.008260085247457027, 0.01872987486422062, 0.027568690478801727, 0.012561116367578506, 0.023622790351510048, -0.014718208461999893, 0.02404368668794632, 0.018085377290844917, -0.0143499244004488, 0.0016630326863378286, 0.03185657039284706, -0.02496439777314663, -0.00991736352443695, -0.03398735448718071, 0.0005146111943759024, 0.02126840315759182, -0.01098933257162571, 0.0011147168697789311, 0.004758098162710667, -0.04043232649564743, 0.02956794761121273, -0.01569152995944023, -0.007733964826911688, -0.0015586307272315025, -0.02355702593922615, -0.011403651908040047, -0.022925682365894318, -0.009489890187978745, -0.003314556321129203, 0.018624650314450264, -0.0060997046530246735, 0.03169873356819153, -0.01829582452774048, 0.0077208117581903934, 0.02171560563147068, -0.027568690478801727, 0.010588166303932667, 0.008010177873075008, -0.007470904849469662, 0.0027292477898299694, -0.02053183503448963, 0.013199036940932274, 0.029436416923999786, -0.01799330674111843, 0.008976923301815987, -0.004005088936537504, 0.017730245366692543, -0.020610753446817398, -0.04274725541472435, 0.006152316462248564, 0.06208216771483421, 0.00018814957002177835, 0.01644125208258629, -0.02291252836585045, -0.017519798129796982, 0.008391615003347397, -0.002328081289306283, 0.053927306085824966, -0.005830068141222, 0.013067507185041904, 0.03051496297121048, 0.003630228340625763, -0.00260100606828928, -0.017427727580070496, 0.017006831243634224, -0.0001393396087223664, 0.020939579233527184, -0.0032405706588178873, -0.016217650845646858, 0.01709890179336071, 0.019071852788329124, 0.013652815483510494, 0.009943668730556965, 0.01732250303030014, 0.036381203681230545, -0.006198352202773094, 0.007201268337666988, -0.011068250983953476, 0.028252648189663887, -0.008582333102822304, 9.885303006740287e-05, -0.028252648189663887, 0.01072627305984497, -0.020018868148326874, 0.02218911424279213, 0.0061128572560846806, -0.01014754083007574, -0.02475394867360592, -0.012751835398375988, -0.005770879331976175, -0.009792409837245941, 0.02358333207666874, 0.04319445788860321, -0.02107110805809498, -0.022465325891971588, 0.02263631485402584, -0.007148656528443098, 0.007609011605381966, -0.0051165176555514336, 0.017204126343131065, 0.025950871407985687, 0.006408799905329943, 0.01965058408677578, -0.6292396187782288, 0.010548707097768784, 0.011699594557285309, -0.008378461934626102, 0.027226712554693222, 0.0005668121739290655, 0.0019400677410885692, 0.02891029790043831, -0.034986983984708786, 0.0132845314219594, -0.018111683428287506, 0.01800645887851715, 0.008917734958231449, -0.026398073881864548, -0.019098158925771713, -0.01779601164162159, -0.005682096816599369, 0.011988961137831211, 0.004587109200656414, 0.0022179249208420515, -0.0184799674898386, -0.003890000283718109, -0.0230835173279047, 0.0027111624367535114, 0.01490235049277544, -0.010134387761354446, 0.014113171026110649, -0.0001831144472816959, -0.013652815483510494, 0.02430674619972706, -0.013573898002505302, 0.0031073966529220343, 0.049770958721637726, 0.0035019866190850735, 0.03146198019385338, -0.0019055410521104932, 0.008812511339783669, 0.0009651014697737992, -0.00937151350080967, 0.05703141540288925, -0.018124835565686226, -0.014271006919443607, 0.001185414264909923, 0.017019983381032944, 0.011140592396259308, -0.009752950631082058, 0.030094068497419357, -0.00042665048385970294, -0.010062046349048615, -0.01029880065470934, -0.004702197853475809, 0.013047777116298676, -0.006158892996609211, 0.004070853814482689, 0.007536669727414846, -0.019242841750383377, 0.028962910175323486, 0.0007003973587416112, -0.00865467544645071, 0.0007131393067538738, -0.023030905053019524, 0.012166526168584824, -0.023201894015073776, -0.023280812427401543, -0.00019051300478167832, 0.02195235900580883, 0.01684899441897869, -0.0069447848945856094, 0.023478107526898384, -0.0022343662567436695, 0.022346949204802513, 0.004728503990918398, 0.00042459534597583115, -0.029909925535321236, 0.006747489795088768, 0.030409740284085274, 0.013271378353238106, -0.010075199417769909, -0.02912074513733387, 0.010739426128566265, -0.03354015573859215, 0.010542131029069424, 0.008062790147960186, -0.043799493461847305, 0.01211391482502222, 0.00030683487420901656, -0.012173103168606758, -0.03677579388022423, 0.016980525106191635, -0.00502773467451334, 0.009568808600306511, 0.012561116367578506, -0.007760270964354277, -0.03956422954797745, -0.010824920609593391, 0.005497954785823822, 0.0002340823266422376, -0.014034252613782883, -0.0092399837449193, -0.005534125491976738, -0.02959425374865532, -0.018387896940112114, -0.009654303081333637, 0.0132845314219594, 0.03259313851594925, 0.01212049089372158, -0.020229317247867584, -0.009397819638252258, 0.0085297217592597, -0.008325849659740925, 0.00876647513359785, -0.0157046839594841, 0.00020253566617611796, 0.010601319372653961, 0.01799330674111843, -0.030856940895318985, 0.011331310495734215, 0.04429930821061134, -0.0032372826244682074, 0.0019745943136513233, 0.004337202291935682, 0.004636432975530624, -0.016770077869296074, -0.011522029526531696, 0.016914760693907738, 0.02610870823264122, -0.01687530055642128, 0.0005479046958498657, 0.00856260396540165, -0.016309721395373344, 0.025306375697255135, -0.004314184654504061, 0.014271006919443607, -0.004435849841684103, 0.0113050052896142, -0.004629856441169977, 0.029725784435868263, -0.011633830145001411, 0.015533694997429848, -0.007891801185905933, -0.011903466656804085, -0.005218453239649534, 0.013929028995335102, -0.032251160591840744, 0.02730563096702099, -0.01202184334397316, -0.026726899668574333, -0.02933119423687458, -0.000412675435654819, 0.00912160612642765, 0.017769705504179, 0.013600203208625317, -0.0011064962018281221, 0.04019557312130928, -0.011252393014729023, 0.0038012175355106592, -0.022320643067359924, -0.032461609691381454, -0.005402595270425081, -0.001317766378633678, -0.007964142598211765, 0.013889569789171219, -0.043325986713171005, 0.014534066431224346, -0.01942698284983635, -0.011817972175776958, 0.019348064437508583, 0.023425495252013206, -0.0058465092442929745, -0.014100017957389355, 0.0071749622002244, -0.016717465594410896, -0.015336399897933006, 0.007385410368442535, 0.0034132038708776236, 0.012100761756300926, -0.02262316271662712, 0.005461784079670906, -0.014297313056886196, -0.012982012704014778, 0.018624650314450264, -0.016336027532815933, -0.005596602335572243, 0.0031402790918946266, 0.02867354266345501, 0.010456636548042297, 0.025135386735200882, 0.020689671859145164, -0.015888825058937073, 0.010838073678314686, -0.0323563851416111, -0.018190601840615273, -0.01616503857076168, 0.013481826521456242, -0.011074827052652836, -0.006043804343789816, -2.0872683137440617e-07, -0.01014754083007574, -0.00560646690428257, 0.017388267442584038, 0.03261944279074669, -0.0010621048277243972, 0.009969974867999554, -0.008279814384877682, -0.028936604037880898, -0.04016926512122154, 0.011028791777789593, -0.04119520261883736, 0.017269890755414963, 0.022741539403796196, 0.009568808600306511, -0.012896518222987652, -0.028568319976329803, -0.0018430643249303102, 0.000491593440528959, -0.001660566427744925, -0.009660880081355572, 0.0210184957832098, -0.03238268941640854, -0.017967000603675842, 0.01014754083007574, 0.019242841750383377, 0.0022129924036562443, -0.022780999541282654, 0.005892544519156218, 0.01166671235114336, 0.028752461075782776, 0.013718580827116966, 0.0011903466656804085, -0.022136501967906952, -0.014941809698939323, 0.024859173223376274, -0.0008598775020800531, 0.01131815742701292, 0.013034624978899956, -0.0019022529013454914, 0.011272122152149677, -0.0361444465816021, 0.013823804445564747, 0.0009511264506727457, 0.009805562905967236, 0.016809536144137383, 0.019466442987322807, -0.00565907871350646, 0.0268058180809021, 0.001589869032613933, 0.040064044296741486, 0.02564835362136364, -0.011127439327538013, 0.021820830181241035, -0.009575385600328445, 0.029988843947649002, 0.006632401142269373, -0.009180795401334763, 0.02079489640891552, -0.011844278313219547, 0.0025862089823931456, 0.0057084024883806705, 0.01690160669386387, 0.019006086513400078, 0.017625022679567337, 0.010640778578817844, 0.007227574475109577, -0.010798614472150803, 0.006786949001252651, 0.0024924937169998884, 0.01282417681068182, -0.016362333670258522, -0.017243584617972374, -0.001749349175952375, 0.0028837956488132477, -0.004185942932963371, -0.015204870142042637, 0.0003384842711966485, -0.014297313056886196, -0.016296569257974625, 0.004902781452983618, -0.02310982346534729, -0.001739484490826726, 0.01778285764157772, -0.02493809163570404, -0.02564835362136364, 0.04253680631518364, 0.020268775522708893, 0.01845366135239601, 0.014428842812776566, 0.003446086309850216, 0.00795756559818983, -0.026897888630628586, 0.013771193102002144, -0.016362333670258522, 0.03240899741649628, 0.009963398799300194, -0.024806560948491096, 0.014178935438394547, 0.004518055822700262, 0.006211504805833101, -0.01353443879634142, -0.00228533404879272, -0.015757296234369278, 0.020663365721702576, -0.009062417782843113, -0.013093813322484493, 0.00601092167198658, 0.018585192039608955, 0.008996653370559216, -0.016941066831350327, -0.034092579036951065, 0.006070110015571117, -0.030094068497419357, -0.010219882242381573, -0.027226712554693222, -0.012317785993218422, -0.02333342470228672, 0.013810651376843452, -0.000966745603363961, 0.008878275752067566, -0.013376602903008461, 0.007286762818694115, -0.0007090289727784693, 0.013113542459905148, -0.010811767540872097, -0.015573154203593731, 0.021847136318683624, 0.06397619843482971, 0.03785433992743492, 0.014757667668163776, 0.014257853850722313, -0.01778285764157772, -0.00991736352443695, -0.019953103736042976, -0.006323305424302816, 0.034750230610370636, -0.01085780281573534, -0.026029789820313454, -0.017598716542124748, -0.006484429817646742, 0.003913017921149731, 0.03167242929339409, -0.008983500301837921, 0.011324734427034855, -0.0011138948611915112, -0.0033704566303640604, -0.011982384137809277, 0.007194691803306341, -0.015033881179988384, 0.006158892996609211, 0.008700710721313953, 0.04266833886504173, 0.015888825058937073, 0.017493491992354393, 0.01821690797805786, 0.0123703982681036, -0.021557768806815147, 0.0143499244004488, 0.00785234197974205, 0.013994793407619, -0.010016011074185371, -0.023622790351510048, 0.055084772408008575, -0.005859662313014269, -0.009641150012612343, -0.006356188096106052, -0.006556771229952574, 0.0017986729508265853, 0.019334912300109863, -0.0017822317313402891, -0.013994793407619, -0.009266289882361889, -0.012067878618836403, 0.015796754509210587, 0.017256738618016243, -0.00030621830956079066, -0.013337143696844578, 0.024582959711551666, -0.011324734427034855, -0.021334169432520866, 0.002530308673158288, 0.015823060646653175, 0.03438194468617439, 0.015283787623047829, 0.01294913049787283, -0.018440507352352142, -0.03922225162386894, -0.026003483682870865, -0.04040602222084999, -0.00798387173563242, -0.013850110583007336, 0.01189031358808279, -0.012081031687557697, -0.01108798012137413, -0.01637548767030239, -0.031803958117961884, 0.003551310393959284, -0.006257540546357632, -0.024582959711551666, -0.02013724483549595, -0.0036072107031941414, 0.02191290073096752, 0.022057583555579185, 0.00995682179927826, 0.0020255623385310173, -0.0026585503946989775, 0.017414573580026627, -0.013929028995335102, -0.014113171026110649, -0.006698166020214558, -0.009325478225946426, 0.0012133644195273519, 0.009286019019782543, 0.01466559711843729, 0.003485545516014099, 0.00646141218021512, 0.02796328067779541, -0.016243956983089447, 0.014810279943048954, -0.014389383606612682, 0.010903838090598583, -0.009733221493661404, 0.010923568159341812, -0.0070237028412520885, 0.00032923606340773404, -0.006780372466892004, 0.004024818539619446, -0.013889569789171219, -0.005573584232479334, -0.005211876705288887, -0.005264488980174065, 0.003968918230384588, 0.01408686488866806, 0.008260085247457027, 0.03748605400323868, -0.0074972109869122505, 0.021163178607821465, 0.014652444049715996, -0.004629856441169977, 0.027410855516791344, 0.004409543704241514, 0.005711690988391638, 0.011377346701920033, 0.04429930821061134, 0.011258969083428383, 0.005922139156609774, -0.009660880081355572, -0.006606095004826784, -0.036170754581689835, 0.03214593604207039, 0.017230432480573654, -0.004603550769388676, 0.008503415621817112, 0.003689416917040944, -0.03230377286672592, -0.017914388328790665, 0.007733964826911688, -0.022491632029414177, 0.015428470447659492, -0.008674404583871365, -0.007030279375612736, -0.047219276428222656, -0.024372512474656105, -0.002255739877000451, 0.009891057386994362, -0.009358360432088375, -0.01778285764157772, -0.00421553710475564, -0.007339375093579292, 3.311370892333798e-05, -0.026634827256202698, 0.0014303888892754912, -0.03982728719711304, -0.010252764448523521, -0.0024661878123879433, 0.01596774347126484, 0.03698623925447464, 0.0008722084457986057, 0.00810224935412407, -0.023517567664384842, -0.027647608891129494, -0.004422696772962809, -0.0006518956506624818, 0.011180051602423191, -0.018322130665183067, 0.029041826725006104, 0.011410228908061981, 0.016362333670258522, 0.00421882513910532, 0.0016202853294089437, -0.01804591901600361, 0.017440879717469215, -0.006612671539187431, 0.004590397700667381, 0.01801961287856102, 0.00029902526875957847, 0.011495723389089108, -0.002522088121622801, -0.01133788749575615, 0.0034362217411398888, 0.0027292477898299694, 0.03135675564408302, 0.005724844057112932, -0.003751893760636449, 0.02242586761713028, -0.0123703982681036, -0.0485345758497715, -0.010443483479321003, 0.026911040768027306, -0.02980470098555088, 0.017033137381076813, -0.009496467188000679, -0.0055571431294083595, 0.0035085631534457207, 0.0018775910139083862, -0.003179738065227866, -0.02568781189620495, -0.005067193880677223, 0.0009289307636208832, 0.016796382144093513, 0.019532207399606705, -0.0017772993305698037, -0.007352527696639299, -0.006530465092509985, -0.032724667340517044, 0.009588537737727165, 0.02307036519050598, 0.039195943623781204, 0.006573212333023548, -0.00202062982134521, -0.003574328264221549, -0.035276349633932114, 0.006448259111493826, -0.05955678969621658, -0.011910042725503445, -0.0019433560082688928, -0.020610753446817398, -0.025582587346434593, -0.017730245366692543, 0.010094928555190563, 0.008713863790035248, -0.008582333102822304, 0.012909671291708946, -0.02543790452182293, 0.020755436271429062, -0.038038481026887894, -0.01757241040468216, 0.003794641001150012, -0.012127067893743515, 0.026687439531087875, 0.032487913966178894, 0.010167269967496395, 0.005346694961190224, 0.0198347270488739, -0.016007203608751297, 0.0038406765088438988, -0.022517938166856766, 0.0071749622002244, 0.01571783609688282, 0.012232291512191296, -0.007194691803306341, -0.0360129177570343, -0.0055900258012115955, 0.023622790351510048, 0.008069366216659546, -0.011712747626006603, 0.02310982346534729, 0.008805934339761734, 0.004422696772962809, -0.017440879717469215, 0.005399307236075401, 0.004146483726799488, -0.009910786524415016, 0.0036927051842212677, 0.011883736588060856, 0.019755808636546135, -0.00855602789670229, -0.024832867085933685, -0.0021883307490497828, -0.03240899741649628, 0.03703885152935982, -0.0005668121739290655, -0.004064277280122042, -0.007017126306891441, -0.0010160693200305104, -0.032514218240976334, -0.004919222556054592, -0.013021471910178661, 0.02291252836585045, -0.016756923869252205, 0.006372629199177027, 0.016257109120488167, 0.027174102142453194, -8.796069596428424e-05, -0.015599459409713745, -0.01823006011545658, 0.026989959180355072, -0.031277839094400406, -0.03351384773850441, 0.025358986109495163, -0.017283044755458832, 0.00855602789670229, -0.015204870142042637, -0.001353937084786594, -0.01619134470820427, -0.01179824210703373, -0.02380693331360817, 0.01525748148560524, 0.011831125244498253, 0.005744573660194874, -0.00024312501773238182, -0.004587109200656414, -0.013067507185041904, -0.012554540298879147, -0.03211962804198265, 0.021597228944301605, 0.01073284912854433, -0.01850627362728119, -0.011364193633198738, 0.009509620256721973, 0.007918107323348522, 0.010200153104960918, 0.010456636548042297, 0.0049685463309288025, 0.049770958721637726, -2.723082434386015e-05, -0.004287878517061472, -0.012061302550137043, -0.0007937014452181756, -0.010364565066993237, 0.015599459409713745, -0.007865495048463345, -0.03285619616508484, 0.013613356277346611, -0.004774539731442928, -0.031803958117961884, -0.02355702593922615, 0.02009778656065464, 0.017269890755414963, 0.015007575042545795, 0.013797498308122158, 0.03051496297121048, 0.019492749124765396, 0.004337202291935682, -0.004284590482711792, -0.017611868679523468, 0.013587051071226597, -0.02959425374865532, -0.00028340608696453273, 0.032698363065719604, -0.01537585910409689, -0.013370025902986526, -0.02245217375457287, 0.00018157307931687683, 0.012067878618836403, -0.013679121620953083, -0.0675538182258606, -0.0014624493196606636, -0.018124835565686226, -0.002619091421365738, 0.004929087124764919, -0.01915077120065689, -0.005826779641211033, -0.023267660290002823, 0.032487913966178894, 0.00843107420951128, 0.009996281005442142, -0.019939949735999107, 0.019321760162711143, 0.004698909819126129, 0.02146569825708866, 0.0020222740713506937, 0.0019121175864711404, -0.007707658689469099, -0.01386326365172863, -0.008496838621795177, -0.00537957763299346, -0.021386779844760895, 0.013573898002505302, 0.0028689985629171133, -0.0132845314219594, -0.04372057691216469, -0.02422782965004444, -0.029883619397878647, -0.04016926512122154, -0.005241471342742443, 0.013771193102002144, 0.007424869574606419, 0.014718208461999893, -0.03446086496114731, 0.006346323061734438, 0.009680609218776226, 0.03119891881942749, -0.014915503561496735, -0.008181166835129261, 0.014389383606612682, 0.010206729173660278, 0.018558885902166367, -0.007839188911020756, -0.022478479892015457, -0.012508504092693329, 0.0025582588277757168, 0.004363508429378271, -0.006964514497667551, 0.03343493118882179, -0.020992189645767212, 0.016941066831350327, 0.0007743829628452659, -0.0077208117581903934, -0.03275097534060478, 0.03630228340625763, 0.025950871407985687, -0.04456236958503723, 0.0012150085531175137, 0.00947016105055809, 0.007444598712027073, -0.021584074944257736, 0.006155604962259531, -0.012883365154266357, 0.0019038970349356532, 0.0198347270488739, -0.013376602903008461, -0.013521285727620125, -3.1469582609133795e-05, 0.012094184756278992, 0.02076859027147293, 0.01295570656657219, -0.020032022148370743, 0.00785234197974205, -0.018821945413947105, 0.01143653504550457, -0.022346949204802513, 0.026437534019351006, -0.0007250591879710555, 0.03285619616508484, 0.022833609953522682, 0.005543990060687065, -0.0009371513733640313, -0.011554911732673645, -0.0011443111579865217, 0.0004891272401437163, 0.008569180965423584, -0.0025105790700763464, -0.006043804343789816, -0.014284159988164902, 0.0010251121129840612, 0.0076024350710213184, -0.011351040564477444, -0.015296940691769123, -0.03117261454463005, 0.003283318132162094, -0.013231919147074223, -0.0011870583985000849, -0.014705055393278599, -0.004869898781180382, 0.008141707628965378, -0.0012372041819617152, 0.020281927660107613, -0.031041083857417107, 0.004301031585782766, -0.0023067076690495014, -0.019255993887782097, 0.017703939229249954, 0.216340571641922, -0.005096788052469492, -0.006721183657646179, 0.029173357412219048, -0.001010314910672605, -0.00025874419952742755, 0.0005117339896969497, 0.00291667808778584, -0.013836957514286041, 0.0053401184268295765, 0.00114348903298378, 0.0036861286498606205, -0.03138305991888046, -0.00154712179210037, 0.018151141703128815, -0.03738082945346832, -0.028568319976329803, -0.02654275670647621, -0.0113050052896142, -0.007201268337666988, -0.0011665067868307233, 0.007523517124354839, -0.0006050380761735141, -0.0034132038708776236, 0.026503298431634903, 0.006086551584303379, -0.020426612347364426, 0.019729502499103546, 0.016072968021035194, 0.020452916622161865, -0.04598289355635643, -0.010811767540872097, -0.018111683428287506, -0.016993677243590355, 0.007839188911020756, -0.016072968021035194, 0.029015520587563515, -0.0025105790700763464, 0.016572782769799232, 0.010456636548042297, -0.017756551504135132, -0.027410855516791344, 0.0025516822934150696, -0.023885851725935936, -0.01027907058596611, 0.021886594593524933, 0.008720439858734608, -0.015560001134872437, 0.008141707628965378, -0.0006560059264302254, -0.03259313851594925, -0.020387152209877968, 0.017414573580026627, 0.004685756750404835, -0.0015224599046632648, 0.0031748057808727026, -0.015047034248709679, 0.01895347610116005, -0.018887709826231003, 0.02289937622845173, -0.016086120158433914, 0.018572038039565086, -0.01666485331952572, 0.014192088507115841, -0.01895347610116005, 0.005991192068904638, -0.01431046612560749, -0.012626881711184978, 0.01758556254208088, -0.018545731902122498, 0.0009363293065689504, -0.014165782369673252, 0.010463212616741657, 0.004005088936537504, -0.01829582452774048, -0.011265546083450317, 0.0018743027467280626, 0.022767845541238785, 0.025464210659265518, 0.028962910175323486, -0.007438022177666426, -0.015599459409713745, 0.008963770233094692, -0.02337288297712803, 0.015652071684598923, -0.0323563851416111, 0.024425124749541283, 0.005793896969407797, -0.006800101604312658, -0.007194691803306341, -0.002416864037513733, -0.012133643962442875, -0.031304143369197845, 0.006520600523799658, -0.012975435703992844, 0.01591513119637966, -0.0039754947647452354, 0.03117261454463005, -0.016230804845690727, 0.009167642332613468, -0.02238640934228897, 0.04987618327140808, 0.0035907693672925234, -0.007865495048463345, -0.0314093679189682, -0.0026306002400815487, -0.01350813265889883, 0.02843678928911686, -0.013705427758395672, 0.0030383432749658823, 0.012817599810659885, -0.016217650845646858, 0.0171252079308033, -0.012784717604517937, 0.012291479855775833, -0.0038538293447345495, 0.005951733328402042, -0.024648724123835564, 0.011114286258816719, -0.01821690797805786, -0.003705858252942562, -0.0024793408811092377, 0.02746346779167652, 0.0051855710335075855, 0.0026338885072618723, 0.009864751249551773, -0.0047844043001532555, -0.029909925535321236, -0.007391986902803183, -0.015573154203593731, 0.0341188870370388, -0.0023247930221259594, 0.013915875926613808, -0.03027820959687233, -0.0030514963436871767, -0.023622790351510048, 0.007812882773578167, -0.022741539403796196, -0.024162063375115395, 0.013271378353238106, -0.014113171026110649, -0.02058444730937481, 0.01829582452774048, 0.0033934745006263256, 0.021584074944257736, -0.011699594557285309, 0.014744514599442482, 0.011811395175755024, -0.007964142598211765, -0.004439137876033783, -0.029936231672763824, 0.0030498523265123367, -0.028936604037880898, 0.016033509746193886, 0.028121117502450943, -0.0069973967038095, -0.03119891881942749, -0.037985868752002716, 0.01202184334397316, -0.01620449870824814, -0.019085004925727844, -0.003778199665248394, 0.017980152741074562, -0.008043060079216957, -0.016007203608751297, 0.019058698788285255, -0.16614872217178345, 0.02268892712891102, -0.008799358271062374, -0.01683584228157997, 0.046351175755262375, 0.019098158925771713, 0.004228690173476934, 0.020979037508368492, -0.01179166603833437, 0.0028476249426603317, 0.002804877469316125, -0.023451801389455795, -0.03532896190881729, -0.03122522495687008, 0.02080804854631424, 0.016033509746193886, 0.00704343244433403, 0.009996281005442142, 0.009489890187978745, 0.009963398799300194, 0.0314093679189682, -0.01350813265889883, 0.016099274158477783, -0.013146424666047096, -0.001959797227755189, -0.0037222993560135365, -0.015283787623047829, 0.017625022679567337, -0.04003773629665375, -0.017506645992398262, 0.016493864357471466, 0.021768217906355858, 0.052322641015052795, 0.009647727012634277, -0.0016186413122341037, 0.00914791226387024, 0.01062762551009655, 0.009397819638252258, -0.003462527645751834, 0.005869526881724596, 0.020926425233483315, 0.024319900199770927, -0.03304034098982811, 0.025950871407985687, 0.018322130665183067, 0.01758556254208088, 0.018572038039565086, 0.006310152355581522, 0.008069366216659546, -0.04437822848558426, 0.01803276501595974, -0.04971834644675255, 0.0272793248295784, -0.011469417251646519, 0.019071852788329124, 0.02145254611968994, 0.00012741969840135425, 0.007556399330496788, -0.01444199588149786, -0.016138732433319092, 0.003646669676527381, -0.03048865683376789, -0.0019795268308371305, 0.0050375997088849545, -0.0018282672390341759, 0.006885596551001072, -0.02055814117193222, 0.019992562010884285, -0.007885224185883999, 0.004133330658078194, 0.01156806480139494, -0.04182654619216919, 0.00646141218021512, -0.005872815381735563, 0.0046791802160441875, -0.008391615003347397, -0.029673172160983086, 0.005484801717102528, 0.0018907439662143588, 0.0004208960453979671, 0.009003229439258575, 0.013626509346067905, -0.009378090500831604, 0.0040544127114117146, -0.015849366784095764, -0.008371885865926743, -0.009608267806470394, -0.013692274689674377, -0.004103736486285925, -0.02266262099146843, 0.02262316271662712, 0.003207688219845295, -0.006428529508411884, -0.01642809808254242, 0.022925682365894318, -0.018558885902166367, 0.019124465063214302, -0.0016720753628760576, -0.0001338934525847435, -0.005823491606861353, 0.002538529224693775, -0.0020600887946784496, -0.017717093229293823, 0.019953103736042976, 0.010594742372632027, 0.003283318132162094, 0.005271065514534712, -0.0028361158911138773, 0.03448716923594475, -0.038012173026800156, -0.025003856047987938, 0.016967371106147766, 0.004422696772962809, 0.005445342510938644, 0.016125580295920372, 0.02677951194345951, 0.01708574965596199, -0.014889197424054146, 0.00762874074280262, 0.005142823792994022, 0.028331564739346504, -0.03096216544508934, 0.014915503561496735, 0.0035282927565276623, 0.0070960442535579205, -0.03435564041137695, -0.07086837291717529, -0.0038604058790951967, 0.0077208117581903934, 0.0031928911339491606, 0.008957194164395332, 0.003965630196034908, -0.003804505802690983, 0.0191902294754982, 0.019716348499059677, 0.0007069738348945975, -0.010016011074185371, -0.014744514599442482, 0.003189602866768837, -0.016349181532859802, -0.006760642863810062, -0.0009585249936208129, -0.0203082337975502, -0.017506645992398262, 0.0032981152180582285, 0.02029508166015148, 0.0002864888228941709, -0.025950871407985687, -0.0068066781386733055, 0.004143195692449808, -0.01305435411632061, -0.0018200465710833669, -0.012692646123468876, 0.012935977429151535, 0.014481455087661743, -0.025240609422326088, 0.012633457779884338, -0.021123720332980156, -0.0022376542910933495, -0.02681897021830082, -0.008463956415653229, 0.028726154938340187, -0.002453034743666649, -0.01707259565591812, 0.032198548316955566, -0.005455207545310259, 0.009410972706973553, 0.0041925194673240185, 0.018335284665226936, -0.04135303571820259, -0.002642109291628003, -0.006385782267898321, -0.012081031687557697, 0.04411516711115837, -0.032935116440057755, -0.013028047978878021, -0.01916392333805561, 0.005642637610435486, -0.005465072114020586, -0.003978782799094915, 0.023228200152516365, -0.011278699152171612, -0.0062838466838002205, 0.010515824891626835, -0.033619072288274765, 0.016283415257930756, -0.015112798660993576, -0.02103164978325367, -0.015047034248709679, 0.0005548922345042229, 0.017138361930847168, -0.002032138640061021, -0.008345579728484154, -0.0328298918902874, 0.035697247833013535, -0.008832240477204323, -0.001125403679907322, 0.032040711492300034, -0.019479595124721527, 0.013100389391183853, -0.008490262553095818, -0.020729130133986473, 0.008621792308986187, -0.02428044006228447, 0.008575757034122944, -0.008168013766407967, -0.007891801185905933, -0.008845393545925617, -0.011397075839340687, -0.013850110583007336, 0.008023330941796303, 0.006925055291503668, -0.00300546083599329, 0.010114658623933792, 0.010607895441353321, -0.02954164147377014, -0.010943297296762466, 0.029515335336327553, -0.0076024350710213184, 0.007326222024857998, -0.005807050038129091, -0.005017870105803013, -0.015533694997429848, -0.031014777719974518, 0.0066554187797009945, 0.006951361428946257, -0.043325986713171005, -0.01191661972552538, -0.06976351886987686, 0.015191717073321342, 0.005636061076074839, -0.01040402427315712, 0.02613501437008381, -0.01941383071243763, 0.023938462138175964, -0.03590769320726395, 0.012067878618836403, 0.018887709826231003, -0.019295454025268555, 0.012988588772714138, 0.006599518470466137, -0.04022187739610672, -0.01327795535326004, -0.0013843533815816045, 0.007135503459721804, -0.012534810230135918, 0.017440879717469215, 0.0029495605267584324, -0.0006103814812377095, -0.024859173223376274, 0.01292282436043024, 0.006089839618653059, -8.67276030476205e-05, 0.021347321569919586, -0.03117261454463005, 0.00821404904127121, -0.010496094822883606, 0.005287506617605686, 0.03343493118882179, -0.001590691157616675, 0.0136396624147892, 0.006533753592520952, 0.01965058408677578, 0.006126010324805975, -0.016454404219985008, 0.02310982346534729, 0.03974837064743042, 0.0069776675663888454, -0.004327337723225355, -0.020229317247867584, 0.009325478225946426, -0.04227374866604805, -0.010870955884456635, 0.007352527696639299, -0.02938380464911461, 0.004758098162710667, 0.003373744897544384, 0.023267660290002823, 0.02683212235569954, 0.016756923869252205, -0.03864352032542229, -0.026213932782411575, -0.009733221493661404, -0.050481218844652176, 0.02425413578748703, 0.02193920686841011, -0.011679865419864655, -0.005816915072500706, 0.05524260550737381, 0.01305435411632061, 0.017717093229293823, -0.016059814020991325, 0.030830634757876396, -0.004998140502721071, -0.016270263120532036, -0.0007612299523316324, 0.032908808439970016, -0.033619072288274765, -0.009627996943891048, -0.01687530055642128, -0.010581589303910732, -0.0008056213264353573, 0.007530093193054199, 0.00047926249681040645, 0.008523144759237766, 0.016783230006694794, -0.016270263120532036, 0.005895833019167185, 0.02725301869213581, 0.013718580827116966, -0.0066883014515042305, 0.015296940691769123, 0.04277355968952179, -0.0008113757940009236, -0.011226086877286434, 0.003965630196034908, -0.00457395613193512, 0.00982529204338789, -0.031540896743535995, 0.026924194768071175, 0.010976179502904415, -0.002150515792891383, 0.007326222024857998, 0.022978294640779495, -0.004455579444766045, 0.02633230946958065, 0.03119891881942749, 0.008937465026974678, 0.022557398304343224, 0.011482570320367813, -0.0043799495324492455, -0.010515824891626835, -0.032487913966178894, 0.010568437166512012, -0.01825636625289917, -0.029936231672763824, 0.0008508347673341632, 0.03025190345942974, 0.007030279375612736, 0.0034756807144731283, -0.031330451369285583, -0.0041234660893678665, -0.034960679709911346, 0.008898005820810795, 0.006454835645854473, 0.007733964826911688, -0.006583077367395163, 0.0420369915664196, 0.010344835929572582, -0.029252275824546814, 0.017901234328746796, -0.030672799795866013, 0.02404368668794632, -0.010910415090620518, -0.001099097658880055, -0.021991819143295288, -0.0004936485784128308, -0.003284962149336934, 0.010233035311102867, 0.012738682329654694, 0.013850110583007336, -0.008371885865926743, -0.012140220031142235, -0.01005546934902668, -0.004067565780133009, 0.004432561341673136, 0.005008005537092686, 0.0753403902053833, 0.024780254811048508, -0.013994793407619, 0.003574328264221549, 0.01075257919728756, 0.008444227278232574, 0.001099097658880055, -0.0036335166078060865, 0.012982012704014778, -0.014271006919443607, 0.012653187848627567, 0.012002114206552505, 0.008385038934648037, -0.02426728792488575, -0.018085377290844917, 0.011140592396259308, 0.002924898639321327, 0.020860660821199417, 0.01642809808254242, 0.007194691803306341, 0.008358732797205448, 0.007405139971524477, 0.03159350901842117, -0.006244387477636337, -0.03030451573431492, -0.012482198886573315, 0.02009778656065464, -0.004074142314493656, -0.032514218240976334, -0.016520170494914055, 0.014192088507115841, -0.009391243569552898, 0.0034954100847244263, -0.006165469530969858, -0.020913273096084595, 0.004708774387836456, -0.004662739112973213, -0.013994793407619, 0.022741539403796196, 0.0030251904390752316, 0.014757667668163776, 0.017940694466233253, 0.00018424478184897453, -0.05013924092054367, -0.0062476759776473045, 0.0010818344308063388, 0.022018125280737877, -0.0010020943591371179, -0.008996653370559216], \"8e87ad36-d276-46f4-bee2-f8707d368c6a\": [-0.011326813139021397, -0.012191404588520527, 0.011963527649641037, -0.05002564191818237, -0.014222187921404839, 0.021004870533943176, -0.03903394192457199, -0.011005104519426823, -0.008672719821333885, -0.006618478335440159, 0.02679562009871006, -0.008444842882454395, -0.01329057477414608, -0.023417683318257332, -0.0008273097919300199, 0.004661419428884983, 0.018551845103502274, -0.038202859461307526, 0.01621945947408676, -0.019329307600855827, -0.026447104290127754, 0.027693722397089005, -0.008974321186542511, 0.0009642871445976198, -0.047773681581020355, -0.005747184623032808, 0.009523905813694, -0.02831033058464527, 0.0010296341497451067, 0.008270584046840668, 0.005954954773187637, 0.01526774000376463, -0.02825671248137951, 0.005673460196703672, -0.010274559259414673, 0.005810856353491545, 0.009899232536554337, -0.00856548361480236, -0.0015214121667668223, -0.007707594893872738, 0.00853867456316948, 0.023927055299282074, 0.0027026848401874304, 0.010864357464015484, -0.010917975567281246, 0.03710369020700455, 0.010549351572990417, -0.0014904142590239644, -0.018967386335134506, 0.0035320890601724386, 0.011286599561572075, 0.002226824639365077, -0.023645561188459396, -0.02108529768884182, 0.007479717954993248, 0.013203444890677929, 0.003961033653467894, 0.014570705592632294, -0.0071848188526928425, -0.027023497968912125, 0.01743927039206028, -0.0027462495490908623, -0.02801543101668358, -0.018002260476350784, -0.02117913030087948, 0.0104488180950284, -0.017184585332870483, 0.02084401808679104, -0.009564119391143322, -0.0319027416408062, 0.008833574131131172, 0.004765304271131754, 0.005841016303747892, -0.0025049683172255754, 0.015173908323049545, -0.02394045889377594, -0.008418033830821514, -0.010281261056661606, 0.010442115366458893, -0.012037252075970173, -0.0001774003467289731, 0.006782683543860912, 0.015227526426315308, 0.03530748561024666, 0.02209063619375229, 0.02314959280192852, 0.030723143368959427, 0.03380618244409561, -0.013618985190987587, -0.0072786505334079266, -0.0077612129971385, -0.000712114735506475, 0.0033008612226694822, 0.009027939289808273, -0.005110470578074455, 0.04112504422664642, -0.013350894674658775, 0.023739391937851906, 0.003093091305345297, -0.005261271260678768, 0.018578654155135155, 0.03313595429062843, -0.0028484589420259, -0.01616584323346615, -0.04131270945072174, -0.018967386335134506, 0.008451545611023903, -0.012077465653419495, 0.003495226614177227, -0.011836185120046139, -0.022894907742738724, 0.04133951663970947, -0.013143124990165234, -0.013029186055064201, 0.003046175464987755, -0.024020886048674583, -0.016018392518162727, -0.004718388430774212, -0.02432919107377529, -0.01473155990242958, 0.01380664762109518, 0.004011300392448902, 0.017573315650224686, 0.002312278375029564, 0.029811635613441467, 0.03536110371351242, 0.0037465612404048443, 0.007191521115601063, 0.005087012425065041, -0.01722479797899723, 0.010381795465946198, -0.02333725616335869, -0.006474379450082779, 0.029114602133631706, -0.010039979591965675, 0.02420854941010475, -0.00934294518083334, 0.027693722397089005, -0.02436940371990204, -0.01195682492107153, 0.0063202278688549995, 0.035227060317993164, -9.655438043409958e-05, 0.014329424127936363, 0.0020776994060724974, -0.000314796605380252, 0.01737224869430065, 0.011313408613204956, 0.02272064983844757, 0.004651365801692009, -0.00879336055368185, 0.002801543101668358, -0.014932626858353615, -0.011822780594229698, 0.013478237204253674, -0.003940926864743233, -0.01619265042245388, 0.026567744091153145, 0.017962047830224037, -0.005857772193849087, 0.011883100494742393, 0.0043732221238315105, 0.0008947512251324952, -0.0007958929636515677, 0.02336406521499157, 0.030401434749364853, 0.011742353439331055, 0.006832950282841921, -0.014302615076303482, 0.029731208458542824, 0.002873592311516404, 0.030026108026504517, -0.02965078130364418, -0.011346920393407345, -0.009932744316756725, 0.03624580055475235, 0.006591669283807278, 0.014624323695898056, -0.0289805568754673, -0.008840275928378105, -0.008873787708580494, -0.007318864110857248, 0.008800062350928783, 0.047344740480184555, -0.02266703173518181, 0.018364181742072105, 0.020817209035158157, -0.006179480347782373, 0.0042894440703094006, -0.014383042231202126, 0.017184585332870483, 0.02780095860362053, -0.004061567131429911, 0.0020609437488019466, -0.6374114155769348, -0.0049127540551126, 0.006511242128908634, -0.018819935619831085, 0.0029054281767457724, 0.02077699452638626, 0.0014409851282835007, 0.01832396909594536, -0.0368892177939415, 0.011440751142799854, -0.007171414326876402, 0.011326813139021397, 0.007814831100404263, -0.022063827142119408, -0.030374625697731972, -0.02876608446240425, 0.00033699782215990126, -0.0018883607117459178, 0.00973837822675705, 0.010428710840642452, -0.024315785616636276, 0.002044188091531396, 0.0033427502494305372, -0.0013521802611649036, 0.01986548863351345, 0.00579410046339035, 0.01737224869430065, -0.010287963785231113, -0.04107142612338066, 0.0034449598751962185, -0.03654070198535919, -0.010475626215338707, 0.01483879517763853, -0.0006245665135793388, 0.03643346577882767, 0.005381911993026733, -0.007881853729486465, 0.0077679152600467205, -0.016085416078567505, 0.0513392835855484, -0.017265012487769127, -0.025964541360735893, 0.04214378818869591, 0.025602620095014572, 0.017814597114920616, -0.003270701039582491, 0.01503986306488514, -0.0036996454000473022, 0.0006710634334012866, -0.013203444890677929, 0.0008574699168093503, -0.018297160044312477, -0.02624603547155857, -0.008927405811846256, 0.012633753009140491, 0.011360324919223785, 0.02375279739499092, -0.0046010990627110004, -0.007828235626220703, -0.008873787708580494, -0.023886840790510178, 0.007211627904325724, -0.02084401808679104, -0.03241211175918579, -0.014771772548556328, 0.016661809757351875, 0.022077232599258423, -0.006169427186250687, 0.01505326759070158, 0.018940577283501625, 0.021152321249246597, 0.013860265724360943, 0.010455519892275333, -0.03179550543427467, -0.00260550226084888, 0.03718411922454834, 0.009249113500118256, -0.0296239722520113, -0.003434906480833888, -0.012539921328425407, -0.01619265042245388, 0.009523905813694, 0.009564119391143322, -0.037532635033130646, 0.012057359330356121, 0.002164828823879361, -0.008277286775410175, -0.034985776990652084, -0.000783745083026588, 0.028605230152606964, 0.025656238198280334, 0.007680785842239857, -0.012975567951798439, -0.02449004538357258, -0.018578654155135155, 0.015589448623359203, -0.010039979591965675, 0.004145345650613308, -0.01122627966105938, -0.004467053804546595, -0.03541472181677818, -0.0167690459638834, -0.017573315650224686, 0.006936835125088692, 0.028095858171582222, 0.01993251033127308, 0.013632389716804028, 0.0005051826010458171, 0.006202938035130501, -0.03461045026779175, 0.009074854664504528, -0.033645328134298325, 0.007218330167233944, 0.008377820253372192, 0.03372575342655182, -0.020133577287197113, 0.010857655666768551, 0.012875034473836422, -0.006179480347782373, 0.0018196626333519816, -0.003713049925863743, -0.0034851732198148966, -0.007707594893872738, -0.017265012487769127, 0.022680435329675674, 0.017492888495326042, 0.017063945531845093, -0.010931380093097687, -0.0013295600656419992, -0.006782683543860912, 0.01583072915673256, 0.007968982681632042, 0.012446089647710323, -0.012506410479545593, 0.007633870001882315, 0.004463702905923128, 0.021192533895373344, -0.009745080955326557, 0.03463726118206978, -0.011353622190654278, -0.012921949848532677, -0.0040280562825500965, 0.0019235475920140743, -0.041419945657253265, 0.018752913922071457, -0.020146982744336128, 0.0008382009109482169, -0.013022484257817268, 0.014329424127936363, 0.0014560652198269963, 0.01737224869430065, 0.007901960052549839, -0.0034550130367279053, 0.03825647756457329, -0.001547383377328515, 0.006605073809623718, -0.020401667803525925, -0.03538791462779045, -0.016635000705718994, 0.011608308181166649, -0.0007703406154178083, 0.009470288641750813, -0.02372598834335804, 0.0009994739666581154, -0.01804247498512268, -0.020254218950867653, 0.01403452455997467, 0.019034408032894135, -0.01786821521818638, -0.021835951134562492, 0.026393486186861992, -0.019061217084527016, -0.006859759334474802, 0.03013334423303604, -0.0028685657307505608, 0.027304992079734802, -0.023230019956827164, 0.009771890006959438, -0.0028199744410812855, -0.005861123092472553, 0.00853867456316948, -0.016822664067149162, -0.013940692879259586, 0.012486303225159645, 0.012506410479545593, 0.02202361449599266, 0.0018632272258400917, 0.029275456443428993, -0.02487877570092678, 0.0001979260123334825, -0.01722479797899723, -0.024235358461737633, -0.012982270680367947, 0.020709972828626633, 0.002917157020419836, -0.006457624025642872, -0.003689592005684972, -0.005097066052258015, 0.007486420217901468, 0.005321591626852751, 0.027774149551987648, -0.015549235045909882, 0.027170946821570396, -0.0033662081696093082, -0.012828119099140167, -0.027023497968912125, 0.0018498227000236511, -0.02758648619055748, 0.007084284909069538, 0.024221954867243767, 0.01746607944369316, -0.0006266609416343272, -0.019208665937185287, -0.013149826787412167, 0.013726221397519112, 0.002076023956760764, -0.007305459585040808, 0.01662159524857998, -0.012935354374349117, -0.020790399983525276, 0.02205042354762554, 0.003937575500458479, 0.0006593344733119011, -0.027291588485240936, -0.026902856305241585, 0.019945915788412094, 0.03125932440161705, 0.01060296967625618, 0.020495500415563583, -0.05155375599861145, -0.00753333605825901, 0.02895374782383442, -0.010287963785231113, 0.01402112003415823, 0.013404512777924538, 0.000673157861456275, 0.020937848836183548, -0.04718388617038727, 0.026621362194418907, -0.014999649487435818, 0.020817209035158157, 0.014584110118448734, 0.03222445026040077, -0.010241047479212284, 0.011427346616983414, 0.010911273770034313, 0.0393824577331543, 0.01638031378388405, -0.01237906701862812, 0.004245879594236612, -0.010649885050952435, 0.02660795859992504, -0.014342828653752804, 0.0029489928856492043, 0.04203655198216438, -0.022801076993346214, -0.0020341346971690655, 0.007633870001882315, 0.009926041588187218, 0.023779606446623802, 0.015964774414896965, 0.0296239722520113, 0.02643369883298874, -0.023524919524788857, 0.015133694745600224, -0.00817005056887865, -0.009912637062370777, -0.010475626215338707, -0.004952967632561922, 0.0011754082515835762, 0.0003323900164104998, -0.009155281819403172, -0.011400538496673107, 0.00012064061593264341, 0.0001593880297150463, -0.006179480347782373, 0.01835077814757824, -0.031849123537540436, -0.010515839792788029, 0.023591943085193634, -0.017023731023073196, -0.019905701279640198, 0.036862410604953766, 0.035682812333106995, 0.023471301421523094, -0.010991699993610382, 0.0013303979067131877, 0.012613646686077118, -0.013692709617316723, -0.009550714865326881, -0.01873950846493244, 0.026179013773798943, 0.013980906456708908, -0.028203094378113747, -0.013149826787412167, 0.028363948687911034, 0.01959739811718464, -0.023712582886219025, -0.0009533959673717618, -0.01789502426981926, 0.013143124990165234, -0.012694073840975761, -0.019999532029032707, -0.0016445661894977093, 0.03241211175918579, 0.01402112003415823, -0.007962280884385109, -0.02221127785742283, -0.0022854693233966827, -0.03906074911355972, 0.0134581308811903, -0.016125628724694252, 0.028122667223215103, -0.01698351837694645, 0.010408604517579079, 0.014128356240689754, 0.003857148578390479, 0.0028467834927141666, -0.007814831100404263, 0.00853867456316948, -0.008820169605314732, -0.018176518380641937, -0.026969879865646362, 0.04852433502674103, 0.06643276661634445, 0.023927055299282074, 0.009396563284099102, 0.009785294532775879, -0.025776877999305725, -0.019302498549222946, -0.02701009251177311, -0.015616257674992085, 0.018578654155135155, -0.010636480525135994, -0.018846744671463966, -0.008103027939796448, -0.019758252426981926, 0.0015205744421109557, 0.01849822700023651, -0.0038001793436706066, 0.005334996152669191, 0.001023769611492753, -0.01768055185675621, -0.016139034181833267, -0.0015775435604155064, -0.015361571684479713, -0.007426099851727486, -0.00020064879208803177, 0.031152088195085526, 0.027640104293823242, 0.02540155127644539, 0.0331091471016407, 0.002645715605467558, -0.016916494816541672, 0.014946031384170055, 0.003632623003795743, 0.010710205882787704, 0.016702022403478622, -0.039999064058065414, 0.047317929565906525, 0.020817209035158157, -0.01585753820836544, -0.015937965363264084, -0.00331929256208241, 0.01055605337023735, 0.017050540074706078, 0.004715037532150745, -0.026634765788912773, -0.01701032742857933, -0.014316019602119923, -0.002188286744058132, 0.03144698590040207, -0.009215602651238441, -0.0004808868980035186, 0.01604520156979561, -0.013558664359152317, -0.031634651124477386, -0.00508031016215682, 0.03174188733100891, 0.0026021511293947697, 0.023793010041117668, -0.0024195145815610886, -0.007392588537186384, -0.03493215888738632, -0.023230019956827164, -0.02178233303129673, 0.0060957022942602634, -0.02144722081720829, 0.0002414906775811687, -0.02290831133723259, -0.003991193603724241, -0.03511982411146164, -0.017787788063287735, 0.002474808134138584, 0.008297393098473549, -0.01101180724799633, -0.01719798892736435, -0.0015306278364732862, 0.025267506018280983, 0.03219763934612274, 0.01307610236108303, 0.008659315295517445, -3.146918970742263e-05, 0.023498110473155975, 0.0009483692701905966, -0.01619265042245388, 0.010730312205851078, -0.030749952420592308, -0.00031207382562570274, -0.025589214637875557, -0.015629662200808525, -0.006759225390851498, -0.0039141178131103516, 0.01600498892366886, -0.014114951714873314, 0.012486303225159645, -0.003850446315482259, 0.005418774206191301, -0.0010321474401280284, 0.027881385758519173, 0.006303471978753805, -0.014088142663240433, 0.002712738234549761, -0.006588317919522524, -0.006672095973044634, -0.0030981178861111403, -0.015723492950201035, -0.018122900277376175, -0.0028182987589389086, 0.014972840435802937, -4.086805711267516e-05, 0.024168336763978004, 0.01058956515043974, 0.02142041176557541, 0.01549561694264412, -0.005730429198592901, -0.00435311533510685, -0.0024932394735515118, -0.006011923775076866, -0.004999883007258177, 0.024784943088889122, -0.009530608542263508, 0.011916611343622208, -0.01180267333984375, -0.003118224674835801, -0.03308233618736267, 0.01871269941329956, 0.020575927570462227, -0.0007741106091998518, -0.0029925573617219925, -0.009932744316756725, -0.024918988347053528, -0.01890036277472973, -0.004249230492860079, -0.00997965969145298, 0.022680435329675674, -0.014316019602119923, -0.0015633013099431992, -0.029329074546694756, -0.007821532897651196, -0.018458014354109764, 0.007741106208413839, -0.01588434725999832, -0.007439504377543926, -0.0011754082515835762, 0.004758602008223534, 0.010804037563502789, -0.030883997678756714, 0.015482212416827679, -0.03238530084490776, 0.0019235475920140743, 0.015589448623359203, -0.0037800725549459457, 0.041419945657253265, -0.008981023915112019, 0.01344472635537386, -0.015629662200808525, -0.03369894623756409, -0.026473913341760635, -0.01995931938290596, 0.01197022944688797, -0.021098703145980835, 0.056888751685619354, 0.04176846146583557, 0.009859018959105015, 0.004460351541638374, -0.014141760766506195, 0.00396438455209136, 0.017908429726958275, -0.012097572907805443, 0.01426240149885416, 0.03241211175918579, 0.011373729445040226, 0.00957082211971283, -0.0034282042179256678, -0.00081181077985093, 0.007158009801059961, -0.0012960488675162196, 0.008699528872966766, 0.018659081310033798, -0.009637844748795033, 0.02847118489444256, -0.00753333605825901, -0.04493192583322525, -0.00038328528171405196, -0.0014962786808609962, -0.013565367087721825, 0.027117328718304634, -0.014584110118448734, 0.0015398433897644281, -0.007580251898616552, 0.0014870631275698543, 0.015214121900498867, -0.018243541941046715, 0.00877995602786541, -0.023069165647029877, 0.0294095017015934, 0.0032254608813673258, -0.0023290340323001146, -0.006350387819111347, -0.021916378289461136, -0.03629941865801811, 0.02682242915034294, 0.005810856353491545, 0.025053033605217934, 0.008840275928378105, -0.004544129595160484, -0.021500838920474052, -0.02032124064862728, 0.014651132747530937, -0.047586020082235336, -0.009235708974301815, 0.013967501930892467, -0.01298897247761488, -0.013029186055064201, -0.014543896540999413, -0.006360441446304321, -0.00943007506430149, -0.013766434974968433, 0.00817005056887865, -0.015093481168150902, 0.02828352153301239, -0.026996688917279243, -0.024128122255206108, -0.00506690563634038, -0.034315552562475204, 0.01919526234269142, 0.038631804287433624, 0.018980789929628372, 0.013833456672728062, 0.020709972828626633, 0.007741106208413839, -0.018458014354109764, -0.008485056459903717, 0.004540778696537018, 0.020093364641070366, 0.012057359330356121, 0.007285352796316147, -0.04056205600500107, -0.01529454905539751, 0.013210147619247437, 0.01227183174341917, -0.002588746603578329, 0.025616023689508438, 0.008880489505827427, 0.004383275751024485, -0.01380664762109518, -0.01403452455997467, -0.019275689497590065, 0.013377703726291656, 0.013069399632513523, -0.0023876787163317204, -0.004131941124796867, 0.00010299483255948871, -0.032278068363666534, 0.023162998259067535, -0.014436660334467888, 0.029087793081998825, 0.0034550130367279053, 0.0002085029991576448, 9.1174251792836e-06, 0.0025937731843441725, -0.02178233303129673, -0.013317382894456387, -0.004611152224242687, 0.030642716214060783, -0.022961929440498352, -0.017291821539402008, 0.022613413631916046, 0.005958305671811104, 0.022921716794371605, -0.004245879594236612, -0.007204925641417503, 0.02542836032807827, -0.011306706815958023, -0.03991863876581192, 0.006306823343038559, -0.02075018547475338, 0.021272961050271988, -0.019771656021475792, 0.0002107021864503622, -0.01679585501551628, -0.004038109444081783, -0.034583643078804016, 0.008183455094695091, 0.026393486186861992, -0.0059817638248205185, -0.020401667803525925, 0.0033662081696093082, -0.015629662200808525, -0.010482328943908215, -0.021433815360069275, 0.016809258610010147, -0.00490605179220438, -0.017050540074706078, -0.006765927653759718, 0.0051171728409826756, -0.010287963785231113, 0.0017459377413615584, -0.007238436955958605, -0.009698164649307728, 0.03420831635594368, 0.0006723200785927474, 0.006430814974009991, -0.0030411488842219114, -0.00011592808732530102, -0.03150060400366783, 0.016661809757351875, -0.007318864110857248, -0.04045481979846954, 0.02600475400686264, -0.008103027939796448, -0.02849799394607544, -0.027077116072177887, 0.010723610408604145, 0.007030666805803776, 0.026393486186861992, 0.014771772548556328, 0.01895398087799549, 0.019758252426981926, 0.0163401011377573, 0.00936975423246622, -0.02053571306169033, 0.01873950846493244, -0.027291588485240936, -0.007392588537186384, 0.025053033605217934, -0.024356000125408173, -0.012432685121893883, -0.017332034185528755, 0.01449027843773365, 0.0042425282299518585, -0.011186066083610058, -0.05544106289744377, -0.0038839576300233603, -0.0030143398325890303, -0.016541168093681335, -0.013330787420272827, -0.02187616564333439, -0.008572185412049294, -0.011487667448818684, 0.020133577287197113, 0.02068316377699375, 0.013779839500784874, 8.791475556790829e-05, 0.0030327709391713142, 0.007325566373765469, 0.0035924094263464212, -0.009791996330022812, -0.015777111053466797, -0.026500722393393517, -0.01835077814757824, -0.02473132498562336, -0.013525153510272503, -0.016018392518162727, 0.03747901692986488, 0.022640222683548927, -0.007003857754170895, -0.040267154574394226, -0.00894751213490963, -0.01528114452958107, -0.04943584278225899, -0.007680785842239857, 0.019543780013918877, 0.007312161847949028, 0.016514359042048454, -0.004319604020565748, -0.0008189319632947445, -0.003143358277156949, 0.044556599110364914, -0.014342828653752804, -0.014155165292322636, 0.01258013490587473, -0.0007732728263363242, 0.00798908993601799, -0.005864474456757307, -0.034101080149412155, 0.004410084802657366, -0.005552819464355707, -0.020334646105766296, -0.0037499123718589544, 0.030186962336301804, -0.013739625923335552, 0.021835951134562492, 0.008880489505827427, 0.0128348208963871, -0.020307837054133415, 0.025589214637875557, 0.0223587267100811, -0.020187195390462875, 0.01650095544755459, 0.008364415727555752, 0.00753333605825901, -0.014999649487435818, -0.010395199991762638, -0.01344472635537386, 0.00680614123120904, 0.02190297283232212, -0.011568094603717327, -0.0020575926173478365, 0.011400538496673107, -0.001594299217686057, 0.016876282170414925, 0.026447104290127754, -0.020924445241689682, -0.007077582646161318, -0.019771656021475792, 0.00981210358440876, -0.016353504732251167, 0.013035888783633709, 0.011300004087388515, 0.011601605452597141, 0.006481081712990999, -0.0029322372283786535, 0.0007690839120186865, 0.0033276702743023634, -0.00792876910418272, 0.011266493238508701, 0.014061333611607552, 0.0038839576300233603, 0.01483879517763853, -0.025723259896039963, -0.008726337924599648, 0.0009433425730094314, -0.00340642174705863, -0.01036168821156025, -0.021393602713942528, 0.009724973700940609, -0.015589448623359203, 0.004433542490005493, -0.002184935612604022, -0.02427557297050953, 0.007982387207448483, 0.02965078130364418, 0.0010731987422332168, -0.03179550543427467, 0.0027713829185813665, 0.009872423484921455, -0.020589331164956093, 0.012975567951798439, 0.21114788949489594, -0.014744963496923447, -0.008491759188473225, 0.03246572986245155, -0.003984491340816021, 0.011373729445040226, 0.0030662822537124157, -0.007968982681632042, -0.0028652145992964506, 0.011052020825445652, -0.008424736559391022, -0.007426099851727486, -0.016943303868174553, 0.0016747262561693788, -0.0011058723321184516, -0.03179550543427467, -0.023860031738877296, -0.04128589853644371, -0.0231764018535614, 0.0071848188526928425, -0.011266493238508701, 0.015321358107030392, -0.011930015869438648, -0.017854811623692513, 0.034771304577589035, 0.012372365221381187, -0.01743927039206028, 0.017841406166553497, 0.004312901757657528, 0.01258013490587473, -0.024986011907458305, -0.002432919107377529, -0.0053517515771090984, -0.013665900565683842, 0.020146982744336128, -0.005053501110523939, 0.009711569175124168, -0.00238432758487761, 0.02053571306169033, -0.0011938393581658602, -0.008163347840309143, -0.019449947401881218, -0.0029959084931761026, -0.014691346324980259, -0.020803803578019142, 0.01367260329425335, 0.014557301066815853, 0.0008830222650431097, -0.005030043423175812, 0.007586954161524773, -0.0385245680809021, -0.013371000997722149, 0.027881385758519173, 0.013833456672728062, 0.0009751783218234777, 0.0032221097499132156, 0.001179597107693553, 0.01983867958188057, -0.0223587267100811, 0.04587024077773094, -0.00935634970664978, 0.01140724029392004, -0.006769279018044472, 0.012754393741488457, -0.020575927570462227, 0.02156786061823368, -0.021956590935587883, -0.007700892630964518, 0.012037252075970173, -0.0260985866189003, 0.0030243932269513607, -0.005495849996805191, 0.011608308181166649, 0.004788761958479881, -0.010475626215338707, -0.020978061482310295, -0.014195378869771957, 0.04292124882340431, 0.024691112339496613, 0.03597771376371384, -0.0005772318108938634, -0.015817325562238693, -0.008686124347150326, -0.01380664762109518, 0.007077582646161318, -0.009242411702871323, 0.032251257449388504, 0.0037566146347671747, 0.0023575187660753727, -0.012975567951798439, -0.00427603954449296, -0.011474262923002243, -0.029597163200378418, -0.00395768228918314, -0.01099840272217989, 0.0008126485627144575, 0.005747184623032808, 0.018364181742072105, -0.004969723057001829, 0.011708841659128666, -0.018578654155135155, 0.04745197668671608, 0.02132657915353775, 0.001962085487321019, -0.00973837822675705, -0.01780119352042675, -0.017090754583477974, 0.01473155990242958, -0.00833760667592287, -0.006212991662323475, 0.006869812961667776, -0.028122667223215103, 0.013478237204253674, -0.00022285002341959625, 0.0036627831868827343, 0.015321358107030392, 0.003810232738032937, -0.013659198768436909, 0.01528114452958107, -0.019516970962285995, 0.014450064860284328, -0.007151307538151741, 0.01859205961227417, 0.015817325562238693, 0.00193862768355757, 0.007198223378509283, -0.004463702905923128, -0.01981187053024769, -0.009443479590117931, -0.003920820076018572, 0.03238530084490776, 0.013491641730070114, 0.014892413280904293, -0.012921949848532677, 0.002498266054317355, -0.01986548863351345, 0.007828235626220703, -0.026809025555849075, -0.021259557455778122, 0.017975451424717903, -0.025562405586242676, -0.013082804158329964, 0.005824260879307985, -0.01686287671327591, 0.0015574367716908455, -0.01449027843773365, 0.023203210905194283, 0.01609881967306137, 0.001266726409085095, -0.015147099271416664, -0.004919456318020821, -0.009229007177054882, -0.0120171457529068, 0.0019034408032894135, 0.027197755873203278, 0.0019503566436469555, -0.013833456672728062, -0.04332338646054268, 0.008491759188473225, -0.0057840473018586636, -0.04225102439522743, -0.004993181210011244, 0.02302895300090313, 0.0013069399865344167, -0.008940810337662697, 0.00011048250598832965, -0.17050540447235107, 0.024784943088889122, 0.0002119588607456535, -0.018122900277376175, 0.024288976565003395, -0.009785294532775879, 0.004621205851435661, 0.012251724489033222, 0.0010388497030362487, 0.003904064418748021, 0.014316019602119923, -0.026755407452583313, -0.03493215888738632, -0.012057359330356121, 0.023042356595396996, -0.012647157534956932, 0.006916728336364031, 0.021715311333537102, 0.00873303972184658, 0.008196859620511532, 0.04340381175279617, -0.009832209907472134, 0.017063945531845093, -0.019128238782286644, 0.0014862254029139876, -0.007392588537186384, -0.012479601427912712, 0.007392588537186384, -0.008518568240106106, -0.015374976210296154, -0.00041972880717366934, 0.00814324151724577, 0.03576324135065079, 0.004564236383885145, 0.0023742744233459234, 0.0021128864027559757, 0.008880489505827427, -0.000813486345577985, -0.009041343815624714, 0.01765374280512333, 0.02314959280192852, 0.02175552397966385, 0.002318980637937784, 0.028176285326480865, 0.010482328943908215, 0.01306269783526659, 0.012740989215672016, 0.020093364641070366, 0.00405486486852169, -0.032036785036325455, 0.01361228246241808, -0.03426193445920944, 0.012955461628735065, -0.008431438356637955, 0.003382963826879859, 0.00856548361480236, -0.008283988572657108, 0.016956709325313568, -0.018270350992679596, -0.03222445026040077, 0.010904571041464806, -0.026286249980330467, 0.00711779622361064, -0.00832420215010643, -0.011286599561572075, -8.723405335331336e-05, -0.013129720464348793, 0.00664528738707304, -0.012647157534956932, 0.01871269941329956, 0.012399174273014069, -0.0018632272258400917, 0.0037800725549459457, -0.009182090871036053, 0.01780119352042675, 0.00873303972184658, -0.017358843237161636, 0.001637863926589489, 0.013297276571393013, 0.009503799490630627, -0.011916611343622208, 0.003659432055428624, 0.007855044677853584, 0.01780119352042675, -0.013900479301810265, -0.018364181742072105, -0.004386626649647951, -0.015348167158663273, -0.00879336055368185, -0.01125308871269226, 0.010817442089319229, -0.0006735767819918692, -0.015616257674992085, 0.0026323110796511173, 0.01703713648021221, -0.0064877839758992195, 0.009141877293586731, -0.0007850017864257097, 0.01810949668288231, 0.015683280304074287, 0.0017425866099074483, -0.006950239650905132, 0.006390601396560669, 0.020709972828626633, 0.04107142612338066, -0.008364415727555752, -0.0019922456704080105, 0.005857772193849087, 0.035468339920043945, -0.01237906701862812, -0.025776877999305725, 0.012265129014849663, 0.00855207908898592, 0.00198219227604568, 0.0070708803832530975, 0.03544153273105621, 0.01619265042245388, -0.010669992305338383, 0.011728948913514614, 0.009001130238175392, 0.018873553723096848, -0.033886607736349106, 0.006199587136507034, 0.002628959948197007, 0.0010840899776667356, -0.02585730515420437, -0.08895234763622284, -0.013203444890677929, 0.007995791733264923, -0.008686124347150326, 0.0022787670604884624, -0.005975061561912298, -0.00940326601266861, 0.017144370824098587, 0.004828975535929203, 0.03198316693305969, -0.009885828010737896, -0.014610919170081615, -0.012318747118115425, -0.006082297768443823, -0.005904688034206629, -0.007613763213157654, -0.024463236331939697, -0.029355883598327637, -0.00023039005463942885, 0.005874527618288994, -0.013109613209962845, -0.016393719241023064, -0.0015901103615760803, 0.00935634970664978, -0.013116315938532352, 0.011494369246065617, -0.01844460889697075, 0.01327717024832964, 0.03241211175918579, -0.005087012425065041, 0.013967501930892467, -0.008840275928378105, -0.017640339210629463, -0.024168336763978004, -0.006983750965446234, 0.03150060400366783, -0.0053852628916502, -0.02831033058464527, 0.03632622957229614, -0.01688968576490879, -0.004333008546382189, -0.006853057071566582, 0.03442278876900673, -0.040213536471128464, 0.001090792240574956, -0.015240930952131748, -0.005948252510279417, 0.022157659754157066, -0.01607201062142849, -0.011923314072191715, -0.026018159464001656, -0.01195682492107153, 0.0033578304573893547, -0.01329057477414608, 0.038658615201711655, -0.0014879008522257209, -0.004611152224242687, -0.018404396250844002, -0.030374625697731972, 0.007794724311679602, -0.007640572264790535, -0.011293302290141582, -0.034530024975538254, 0.026849238201975822, 0.016849473118782043, 0.009510502219200134, -0.01847141794860363, -0.023350661620497704, 0.03739859163761139, -0.011641819030046463, 0.0033930172212421894, 0.026259440928697586, -0.011795971542596817, 0.012901843525469303, -0.01526774000376463, -0.025441765785217285, 0.005087012425065041, -0.005214355420321226, 0.003713049925863743, -0.012539921328425407, 0.005877878982573748, -0.005167439579963684, 0.004611152224242687, -0.01101180724799633, -0.007660679053515196, -0.014798581600189209, 0.016058607026934624, 0.0015507345087826252, -0.0036393252667039633, -0.030052917078137398, 0.010006468743085861, 0.03034781664609909, -0.004895998165011406, 0.009396563284099102, -0.008592292666435242, 0.01361228246241808, -0.023015547543764114, -0.02430238202214241, 0.0015725168632343411, -0.004852433688938618, -0.0027294938918203115, -0.01526774000376463, -0.06761236488819122, 0.03278743848204613, 0.011447453871369362, 0.008981023915112019, 0.011581499129533768, 0.0018649027915671468, 0.013163231313228607, -0.024677708745002747, -0.009718271903693676, 0.0025585864204913378, -0.01674223691225052, 0.020214004442095757, 0.009396563284099102, -0.025750068947672844, -0.022760862484574318, -0.02391364984214306, 0.01323025394231081, -0.015348167158663273, 0.0223587267100811, 0.020348049700260162, 0.008257179521024227, -0.006045435089617968, 0.01447687391191721, 0.006859759334474802, -0.002096130745485425, 0.023766200989484787, -0.028846511617302895, 0.005050150211900473, -0.008967619389295578, 0.0004712523950729519, 0.02473132498562336, -0.0028836457058787346, 0.009986362420022488, -0.006082297768443823, 0.0030428243335336447, -0.013860265724360943, 0.013632389716804028, 0.04474426433444023, 0.022827886044979095, -0.0012239995412528515, -0.003438257612287998, -0.026876047253608704, 0.0005445583374239504, -0.051848653703927994, -0.010274559259414673, 0.004761952906847, -0.034315552562475204, 0.016273077577352524, 0.008444842882454395, 0.023230019956827164, 0.019369520246982574, 0.02065635472536087, -0.04538768157362938, -0.01473155990242958, 0.002426216844469309, -0.02919502928853035, 0.03128613159060478, 0.0024664304219186306, -0.011139149777591228, -0.014409851282835007, 0.037747107446193695, 0.004554183222353458, -0.0054824454709887505, -0.01369941234588623, 0.01619265042245388, -0.011869695968925953, -0.03152741491794586, -0.018055878579616547, 0.007774617522954941, -0.037773918360471725, -0.0073992908000946045, -0.031607840210199356, 0.020254218950867653, -0.008478354662656784, 0.009061450138688087, -0.02105848863720894, -0.003051202278584242, 0.015133694745600224, -0.02260000817477703, 0.012814714573323727, 0.017546506598591805, 0.01061637420207262, -0.004363168962299824, 0.027170946821570396, 0.01164852175861597, -0.01282141637057066, -0.0077679152600467205, 0.009014534763991833, -0.002050890354439616, 0.013324085623025894, -0.028926938772201538, 0.03436917066574097, -0.00178280018735677, -0.02406110055744648, -0.01731863059103489, 0.020669758319854736, 0.016326695680618286, 0.028900129720568657, -0.002211744664236903, 0.005941550247371197, 0.020616140216588974, 0.027479251846671104, 0.03222445026040077, -0.0025954488664865494, -0.0435110479593277, 0.014637728221714497, -0.017117563635110855, -0.020790399983525276, -0.013357596471905708, 0.019878892228007317, 0.02415493130683899, -0.004979776684194803, 0.007808128837496042, -0.004306199494749308, -0.03235849365592003, 0.01449027843773365, -0.00902123749256134, -0.003411448560655117, -0.030508670955896378, 0.01923547498881817, 0.006343685556203127, -0.002116237534210086, 0.02132657915353775, -0.040910571813583374, 0.02087082713842392, -0.004725090693682432, -0.008103027939796448, -0.045709386467933655, 0.016018392518162727, -0.007794724311679602, 0.0029355883598327637, 0.008686124347150326, 0.009657951071858406, -0.0188333410769701, -0.00253345281817019, -0.018538441509008408, -0.003967735916376114, 0.008699528872966766, 0.01998612843453884, 0.07388567179441452, 0.027881385758519173, -0.014450064860284328, -0.011682032607495785, 0.01902100443840027, 0.004748548846691847, -0.008357713930308819, -0.02096465788781643, -0.019945915788412094, -0.02449004538357258, 0.009885828010737896, 0.016031797975301743, -0.003719752188771963, -0.023806413635611534, 0.0022670382168143988, 0.023256829008460045, -0.019878892228007317, 0.010241047479212284, 0.00632693013176322, -0.022948525846004486, 0.01503986306488514, -0.0017677200958132744, 0.0067625767551362514, -0.01804247498512268, -0.015482212416827679, 0.006956941913813353, 0.028900129720568657, -0.003994544968008995, -0.010958189144730568, -0.02825671248137951, 0.036379847675561905, 0.007064178120344877, -0.017506293952465057, -0.010509137995541096, -0.016514359042048454, 0.011661926284432411, -0.009852317161858082, -0.006407357286661863, 0.026835834607481956, 0.010978295467793941, 0.008411332033574581, 0.021138915792107582, -0.003977789077907801, -0.029114602133631706, -0.02065635472536087, 0.006591669283807278, 0.02250617742538452, 0.001400771550834179, 0.0017241553869098425], \"bb562487-9243-4f65-a820-2bc6871a554e\": [-0.02013872005045414, -0.00394033407792449, 0.00824545044451952, -0.03890090435743332, -0.02224482037127018, 0.006927417125552893, -0.036285486072301865, -0.007653539534658194, -0.032073285430669785, -0.038873374462127686, 0.03177044913172722, 0.007564065046608448, -0.0126434825360775, -0.00834869034588337, -0.011583549901843071, -0.004996825475245714, 0.016477134078741074, -0.04297545179724693, 0.012037806212902069, -0.01730305701494217, -0.007949494756758213, 0.0028631947934627533, -0.013386812061071396, -0.0019133848836645484, -0.035955119878053665, 0.004938322585076094, 0.017936263233423233, -0.016311950981616974, -0.008431282825767994, 0.0019598430953919888, 0.026278071105480194, 0.010571795515716076, -0.023937959223985672, 0.008038969710469246, -0.0014935414073988795, 0.016380777582526207, 0.0018462787847965956, 0.00903695821762085, 0.02410314418375492, -0.025548506528139114, 0.0024313065223395824, 0.00509662413969636, -0.009553159587085247, -0.001961563713848591, -0.020758161321282387, 0.022836729884147644, 0.013765359297394753, -0.014770230278372765, -0.0005037261289544404, 0.006455953232944012, -0.0042913504876196384, 0.0106337396427989, -0.012746722437441349, -0.021143591031432152, 0.010509851388633251, -0.0024450719356536865, -0.006796645931899548, 0.016036642715334892, -0.012443884275853634, -0.011673024855554104, 0.024984126910567284, 0.02038649655878544, -0.02095087617635727, -0.02447480894625187, -0.030036013573408127, -0.0039609819650650024, -0.029485398903489113, 0.011927683837711811, -0.004494389984756708, -0.006693406030535698, 0.02345617115497589, -0.0004964132676832378, -0.011108645237982273, -0.0015503235626965761, 0.024075612425804138, -0.018624531105160713, -0.026677265763282776, -0.007357584312558174, 0.0016699101543053985, -0.006745025981217623, 0.007199282757937908, -0.015141895040869713, -0.007681070361286402, 0.021377602592110634, 0.017550833523273468, 0.015513559803366661, 0.017069045454263687, -0.005722947884351015, -0.011239415965974331, 0.01576133631169796, 0.013703415170311928, 0.010984756983816624, 0.01653219573199749, 0.012918789871037006, -0.006287327967584133, 0.029265154153108597, 0.002811574609950185, 0.015252018347382545, 0.000940346100833267, -0.014536219649016857, 0.005210188217461109, 0.03650573268532753, -0.023635121062397957, -0.024970361962914467, -0.05619019642472267, 0.0020166251342743635, -0.003682233626022935, -0.010723214596509933, 0.011817560531198978, -0.009766521863639355, -0.02414443902671337, 0.04107583314180374, -0.011721203103661537, -0.01605040952563286, -0.009690812788903713, -0.012547125108540058, 0.0038749484810978174, -0.02560356818139553, -0.011067348532378674, -0.008142209611833096, 0.012230521999299526, 0.003166032489389181, 0.014315973035991192, -0.008665293455123901, 0.02285049669444561, 0.03229353204369545, 0.0024295859038829803, -0.0015193514991551638, 0.016146766021847725, -0.03367006778717041, 0.018610766157507896, -0.022189758718013763, 0.007674187887459993, 0.009298499673604965, -0.029155030846595764, 0.011734968982636929, -0.005299663171172142, 0.021707970649003983, -0.017482006922364235, -0.03306439146399498, -0.0011494074715301394, 0.026801154017448425, 0.00019120944489259273, 0.008286746218800545, -0.00938109215348959, 0.026278071105480194, 0.014033783227205276, 0.004976177122443914, 0.014962945133447647, 0.004394590854644775, -0.007157986517995596, 0.00736446725204587, -0.009030075743794441, 0.0017043235711753368, 0.030944528058171272, 0.0015959213487803936, -0.009525628760457039, 0.005974165629595518, -0.011996510438621044, -0.003995395265519619, -0.008623997680842876, 0.005912221968173981, -0.0026395076420158148, 0.020648038014769554, 0.01673867739737034, 0.034138090908527374, 0.01156978402286768, -0.01179002970457077, -0.007385115139186382, 0.010750745423138142, -0.003320892807096243, 0.012767370790243149, -0.030861934646964073, -0.0017808933043852448, 0.0036237307358533144, 0.04358112812042236, -0.0015950610395520926, 0.008975014090538025, -0.03075181320309639, -0.01448115799576044, -0.005199864506721497, -0.007027215790003538, 0.011948331259191036, 0.0289347842335701, -0.02268531173467636, 0.01006936002522707, 0.02103346958756447, 0.023648887872695923, 0.0012319996021687984, -0.02297438494861126, 0.027035165578126907, 0.028659477829933167, 0.011046701110899448, -0.007564065046608448, -0.6417961120605469, 0.00019594127661548555, 0.022231055423617363, -0.03785473853349686, -0.011177471838891506, 0.022671546787023544, 0.007818724028766155, 0.02937527559697628, -0.01989094354212284, 0.008995662443339825, -0.021157357841730118, 0.0071373386308550835, 0.01331110205501318, -0.006672757677733898, -0.025837579742074013, -0.022781670093536377, 0.008782299235463142, 0.00237108301371336, 0.012698544189333916, 0.01519695669412613, -0.010420376434922218, 0.002806412521749735, 0.012237404473125935, -0.016793739050626755, 0.027640841901302338, 0.0025896080769598484, 0.012368175201117992, 0.003582434728741646, -0.021983278915286064, 0.00023745244834572077, -0.03141254931688309, 0.021322540938854218, 0.019133849069476128, -0.010385963134467602, 0.03923127427697182, 0.007261226885020733, 0.017399413511157036, -0.007398880552500486, 0.000382849044399336, 0.06667940318584442, -0.026305601000785828, -0.00905760657042265, 0.02689751237630844, 0.02260272018611431, -0.0007798936567269266, 0.00015389241161756217, 0.003912803251296282, -0.003868066007271409, -0.011115527711808681, -0.00011334913142491132, -0.033449821174144745, -0.007873785682022572, -0.030448975041508675, -0.001992535777390003, 0.005172333680093288, 0.004040132742375135, 0.01515565998852253, 0.002293652854859829, -0.010041829198598862, -0.011521605774760246, -0.006762232631444931, 0.016903860494494438, -0.021584082394838333, -0.01892736926674843, -0.011514723300933838, 0.013903012499213219, 0.020400261506438255, 0.010028064250946045, 0.01006936002522707, -0.005919104442000389, 0.014150789007544518, 0.025741221383213997, 0.02013872005045414, -0.02378654107451439, 0.004256937187165022, 0.022616485133767128, 0.028769601136446, -0.0033862784039229155, -0.02122618444263935, -0.011494074948132038, 0.002725541125983, 0.011900153011083603, 0.0052411602810025215, -0.0213087759912014, -0.00666587520390749, -0.0038233285304158926, -0.022423770278692245, -0.026718562468886375, 0.016986453905701637, 0.011177471838891506, 0.0030473063234239817, 0.0014763347571715713, -0.0143435038626194, -0.03317451477050781, -0.016256889328360558, 0.014054431580007076, -0.022630250081419945, -0.007832488976418972, -0.018142743036150932, -0.010103773325681686, -0.041433729231357574, -0.004749048966914415, 0.0021456752438098192, 0.006184087600558996, 0.04647185280919075, 0.017316821962594986, 0.0020080218091607094, -0.013586409389972687, 0.006590165663510561, -0.023800306022167206, -0.0106543879956007, -0.02791614830493927, 0.009938589297235012, 0.015210721641778946, 0.02962305210530758, -0.02816392481327057, 0.02256142348051071, -0.006696847267448902, 0.003511887276545167, 0.004339529667049646, 0.001028100261464715, -0.013944309204816818, 0.010028064250946045, -0.014618811197578907, 0.022258585318922997, 0.005223953630775213, 0.0054235514253377914, -0.007323171012103558, -0.018872307613492012, -0.015651213005185127, -0.0029440661892294884, -0.017069045454263687, -0.005220512393862009, -0.015348375774919987, 0.020882049575448036, 0.017922498285770416, -0.004115842282772064, -0.016105469316244125, 0.004418680444359779, -0.02293308824300766, -0.014026900753378868, 0.0031591500155627728, -0.005495819728821516, -0.02090958133339882, 0.000858614279422909, -0.0252456683665514, -0.0026825242675840855, -0.006745025981217623, -0.0047765797935426235, 0.024860238656401634, -0.0013395415153354406, 0.015954051166772842, 0.011094879359006882, 0.04550827667117119, 0.017798610031604767, 0.008211037144064903, -0.006765673868358135, -0.0365607924759388, -0.014164554886519909, 0.01953304372727871, -0.01355199608951807, 0.013366163708269596, 0.007213048171252012, -0.02326345629990101, -0.01507306843996048, -0.01851440779864788, 0.006400892045348883, 0.029402807354927063, 0.004040132742375135, -0.021336305886507034, 0.013035794720053673, -0.013786006718873978, -0.015582386404275894, 0.019588105380535126, -0.0005346981924958527, 0.03496401384472847, -0.02633313275873661, -0.015348375774919987, -0.009690812788903713, -0.006431864108890295, 0.020345201715826988, -0.003936892841011286, -0.016545962542295456, 0.003761384403333068, 0.021900685504078865, 0.009718343615531921, 0.0013249157927930355, 0.035679809749126434, -0.015747571364045143, -0.002728982362896204, -0.020758161321282387, 0.004105518572032452, -0.017564598470926285, 0.016628554090857506, 0.006855148822069168, 0.014756465330719948, 0.009112667292356491, -0.006934299599379301, -0.020634273067116737, 0.01229934860020876, 0.025149311870336533, -0.0018617648165673018, 0.02187315560877323, 0.006277003791183233, 0.011968979611992836, -0.03978188708424568, 0.006517897360026836, -0.021542787551879883, 0.020358966663479805, 0.021157357841730118, 0.03675350919365883, -0.009890410117805004, -0.03578993305563927, -0.011129292659461498, -0.011253180913627148, 0.006252914201468229, 0.0025156193878501654, 0.023896662518382072, -0.0055164676159620285, -0.013903012499213219, 0.011390835046768188, -0.007619126234203577, -0.0006921394378878176, -0.0072543444111943245, -0.039038557559251785, 0.012877493165433407, 0.0353219099342823, 0.021845625713467598, 0.006634903140366077, -0.05858536809682846, -0.005306546110659838, 0.04181916266679764, -0.005543998442590237, 0.006796645931899548, -0.009890410117805004, -0.0007183796842582524, 0.032513778656721115, -0.01588522456586361, 0.005430434364825487, -0.0016802340978756547, 0.009911058470606804, 0.02824651636183262, 0.03931386396288872, -0.01693139225244522, 0.003191842697560787, 0.006314858328551054, 0.03411056101322174, 0.01249894592911005, -0.032926738262176514, 0.0036237307358533144, -0.001621731324121356, 0.022822964936494827, -0.009436153806746006, 0.0032124905847012997, 0.02998095192015171, -0.026952574029564857, -0.0005106087774038315, 0.010317136533558369, 0.006314858328551054, 0.031137242913246155, -0.004418680444359779, 0.00903695821762085, 0.007040981203317642, -0.012037806212902069, 0.006517897360026836, -0.01272607408463955, -0.008747885935008526, -0.027241645380854607, 0.0024605579674243927, 0.018418051302433014, 0.0038715072441846132, -0.0070960428565740585, -0.019505513831973076, 0.013496934436261654, -0.010619974695146084, 0.00901630986481905, 0.025342026725411415, -0.014935414306819439, -0.0032744347117841244, 0.04071793332695961, -0.03408302739262581, -0.013682766817510128, 0.03719399869441986, 0.018128978088498116, 0.028301578015089035, -0.005747037474066019, 0.005991372745484114, 0.006424981169402599, -0.013166566379368305, -0.005137920379638672, -0.013827303424477577, 0.03832276165485382, 4.4119053200120106e-05, -0.02556227147579193, 0.004139931872487068, 0.01541720237582922, 0.007736132014542818, -0.007605360820889473, 0.008355572819709778, 0.010234544053673744, 0.005839953664690256, 0.007102925330400467, 0.0009902454912662506, -0.004311998840421438, 0.028907254338264465, 0.011755616404116154, -0.02835663966834545, -0.028907254338264465, -0.001034122658893466, -0.017234230414032936, 0.005426992662250996, 0.009470567107200623, 0.008162857964634895, -0.006872355472296476, 0.0031866806093603373, 0.03031131997704506, -0.010385963134467602, -0.010578678920865059, 0.021129826083779335, 0.014976711012423038, 0.012168577872216702, -0.015596152283251286, -0.02508048340678215, 0.021625379100441933, 0.050628989934921265, 0.025782518088817596, -0.0014728934038430452, 0.007715483661741018, -0.022189758718013763, -0.0045804232358932495, -0.03958917409181595, -0.0014161113649606705, 0.032073285430669785, 0.005227395333349705, -0.019711993634700775, -0.0020063011907041073, 0.0021181446500122547, 0.00019905999943148345, 0.025493444874882698, -0.007660422474145889, -0.011129292659461498, -0.01179002970457077, -0.013476287014782429, -0.01851440779864788, 0.003331216983497143, -0.005599059630185366, 0.008018321357667446, 0.009291617199778557, 0.013613940216600895, -0.00770860118791461, 0.02564486488699913, 0.03031131997704506, 0.0051069483160972595, -0.014494922943413258, 0.0032847588881850243, 0.004927998408675194, 0.011032935231924057, -0.004415238741785288, -0.040332503616809845, 0.018817245960235596, 0.00601546186953783, -0.007598478347063065, -0.0038852726574987173, 0.008885539136826992, 0.013751593418419361, 0.009305383078753948, 0.0073094055987894535, -0.016601022332906723, -0.004886702634394169, -0.020551681518554688, 0.004883260931819677, 0.027654606848955154, -6.45788895781152e-05, 0.013386812061071396, 0.018101446330547333, -0.012361292727291584, -0.03975435718894005, -0.0059500765055418015, 0.012079102918505669, 0.009105784818530083, 0.03325710818171501, -0.0020097424276173115, -0.005055328365415335, -0.0507391132414341, -0.00014808514970354736, -0.019643167033791542, -0.0038061218801885843, -0.020854519680142403, -0.0017740107141435146, -0.0029354628641158342, -0.008754768408834934, -0.038708191365003586, -0.0215152557939291, 0.0024381892289966345, 0.016945157200098038, -0.012657247483730316, -0.01847311109304428, -0.007502120919525623, 0.026181712746620178, 0.021281246095895767, 0.020675569772720337, -0.009291617199778557, 0.011053583584725857, -0.0015640889760106802, -0.009105784818530083, -0.005031238775700331, -0.00531686982139945, -0.0437738411128521, -0.0006220221403054893, -0.012244286946952343, -0.025823812931776047, 0.006992802489548922, -0.007044422440230846, 0.011968979611992836, -0.013545113615691662, -0.017482006922364235, 0.0071373386308550835, -0.010041829198598862, -0.0002294943406013772, 0.011136175133287907, 0.007013450376689434, 0.012099750339984894, 0.005117272026836872, -0.008541405200958252, -0.0026395076420158148, 0.003085161093622446, -0.007502120919525623, -0.027255410328507423, 0.008926835842430592, 0.01529331412166357, -0.004425562918186188, 0.0053444006480276585, 0.015871459618210793, 0.006221942137926817, -0.0026722003240138292, 0.00982846599072218, 0.008403751999139786, 0.0027668371330946684, 0.011514723300933838, -0.00394033407792449, -0.0012621113564819098, 0.005217071156948805, -0.001537418575026095, -0.019271502271294594, -0.0042121997103095055, -0.009911058470606804, 0.014302208088338375, 0.00048393840552307665, -0.005199864506721497, 0.000940346100833267, -0.010021181777119637, -0.015486028976738453, 0.0050690933130681515, 0.011356421746313572, -0.02532825991511345, 0.00706851202994585, -0.009855996817350388, 9.044271428138018e-05, -0.03578993305563927, -0.018252866342663765, 0.008252332918345928, -0.00915396399796009, -0.02195574715733528, -0.0035686693154275417, 0.00683794217184186, -0.005578411743044853, 0.01961563713848591, -0.02912749908864498, 0.037138938903808594, -0.041351139545440674, -0.02366265282034874, 0.005365048535168171, 0.0016819548327475786, 0.04000213369727135, -0.005141361616551876, 0.020964641124010086, 0.007908198982477188, -0.00798390805721283, -0.021253714337944984, -0.02301567979156971, 0.011494074948132038, -0.009677047841250896, 0.029788237065076828, 0.03427574411034584, -0.0006065361085347831, -0.004143373109400272, 0.0010401449399068952, -0.013166566379368305, 0.008417516946792603, -0.013923660852015018, 0.014921649359166622, 0.02301567979156971, 0.008389986120164394, 0.004632043186575174, -0.005860601551830769, 0.012753604911267757, -0.006428422871977091, -0.00010345527698518708, 0.03771708533167839, -0.0059397523291409016, -0.020482854917645454, 0.025314494967460632, -0.01389613002538681, -0.038873374462127686, -0.01701398380100727, 0.012196107767522335, -0.033367231488227844, 0.024337155744433403, -0.026828685775399208, -0.011907035484910011, 0.007949494756758213, -0.0046974290162324905, -0.005334076471626759, -0.01588522456586361, 0.01148719247430563, -0.015018006786704063, 0.028714539483189583, 0.0018393960781395435, 0.018101446330547333, 0.0029423455707728863, -0.012065337039530277, -0.026759857311844826, 0.007178634870797396, 0.006937740836292505, 0.021611614152789116, -0.0021869714837521315, -0.008266097865998745, -0.0354045033454895, -0.02216222882270813, 0.012106633745133877, -0.031742919236421585, -0.002033831784501672, -0.0024450719356536865, -0.006194411776959896, -0.004346412140876055, -0.007054746616631746, -0.02921009249985218, -0.0006633182638324797, 0.0003948937519453466, 0.011198119260370731, -0.011907035484910011, 0.01928526721894741, -0.015045537613332272, -0.03347735479474068, -0.00013711588690057397, -0.02345617115497589, 0.039974603801965714, 0.019519278779625893, 0.03116477280855179, 0.021157357841730118, 0.03245871514081955, -0.020854519680142403, -0.01404066663235426, 0.007316288538277149, 0.007928846403956413, 0.023249691352248192, 0.011390835046768188, -0.008975014090538025, -0.013985604979097843, 0.00824545044451952, 0.0063733612187206745, 0.020345201715826988, -0.004181227646768093, 0.04019485041499138, -0.013111504726111889, -0.0009997092420235276, -0.02057921141386032, -0.022423770278692245, -0.025314494967460632, 0.010819572024047375, 0.013944309204816818, 0.009195259772241116, -0.00984911434352398, -0.014591280370950699, -0.011962097138166428, 0.01989094354212284, -0.0012053292011842132, 0.032761555165052414, 0.0004439328331500292, -0.014054431580007076, -0.0030473063234239817, 0.017564598470926285, -0.0249978918582201, 0.0034155298490077257, 0.003012893022969365, 0.022836729884147644, -0.015362140722572803, -0.00871347263455391, 0.010296488180756569, 0.027282942086458206, 0.023194629698991776, 0.0074814725667238235, 0.010805807076394558, 0.02568615972995758, 0.00786001980304718, -0.03317451477050781, 0.01734435185790062, -0.009560042060911655, 0.025231903418898582, -0.016463369131088257, -0.005626590456813574, -0.007433293852955103, -0.013441872783005238, -0.025699924677610397, 0.0024467925541102886, 0.009504980407655239, -0.02616794779896736, -0.01968446373939514, -0.006731260567903519, -9.963753836927935e-05, -0.024254562333226204, -0.013682766817510128, 0.0044462108053267, -0.011927683837711811, -0.022093402221798897, -0.0029354628641158342, 0.0023315076250582933, 0.025837579742074013, 0.012595303356647491, 0.020510384812951088, -0.0008547427714802325, 0.020840752869844437, -0.02057921141386032, 0.0004125306149944663, -0.003164311870932579, 0.0017361559439450502, -0.03892843425273895, 0.013634588569402695, -0.01576133631169796, -0.0355696864426136, 0.014109493233263493, -0.002326345769688487, -0.03991954028606415, -0.016022877767682076, 0.021157357841730118, 0.016545962542295456, 0.0181152131408453, 0.01689009554684162, 0.004174345172941685, 0.013235392980277538, 0.014536219649016857, 0.023924194276332855, -0.026071589440107346, 0.007398880552500486, -0.017316821962594986, -0.01734435185790062, 0.027530718594789505, -0.02929268404841423, -0.00938109215348959, -0.02018001675605774, 0.020331434905529022, 0.0016028040554374456, -0.009504980407655239, -0.05968659743666649, -0.017358118668198586, 0.021941982209682465, -0.015183190815150738, 0.01448115799576044, -0.030118605121970177, -0.024942830204963684, -0.02103346958756447, 0.02685621567070484, 0.014797761105000973, 0.017247995361685753, -0.018018854781985283, 0.006893003359436989, -0.0074677071534097195, 0.021969513967633247, -0.008383103646337986, -0.02022131346166134, -0.013077091425657272, -0.018569469451904297, -0.029155030846595764, -0.006789763458073139, -0.024295859038829803, 0.03788226842880249, 0.027764730155467987, -0.039479050785303116, -0.0493350476026535, -0.019147614017128944, -0.02195574715733528, -0.03127489611506462, -0.005179216153919697, 0.0180326197296381, 0.01968446373939514, -0.0001490530266892165, 0.002983641577884555, 0.02349746786057949, -0.0006749327876605093, 0.02329098805785179, -0.025631098076701164, -0.0019047815585508943, 0.006679640617221594, 0.005003707949072123, 0.014646342024207115, -0.001381697948090732, -0.012471415102481842, -8.092525240499526e-05, 0.00753653421998024, 0.0025225020945072174, -0.020248843356966972, 0.03994707390666008, -0.01298761647194624, 0.022712843492627144, -0.006600489839911461, 0.01225805189460516, 0.02107476443052292, 0.028218986466526985, 0.03796486184000969, -0.024653758853673935, -0.0029320213943719864, 0.0009308824082836509, 0.010131304152309895, -0.018418051302433014, -0.0046595740132033825, -0.0005729830591008067, 0.0002430446184007451, 0.020510384812951088, 0.012333761900663376, -0.0028167366981506348, 0.003505004569888115, -0.0032882001250982285, 0.02395172417163849, 0.013345515355467796, 0.00020938401576131582, -0.0003346703015267849, -0.0033243342768400908, -0.0036650269757956266, -0.011617963202297688, 0.01132200751453638, -0.006407774519175291, 0.007357584312558174, -0.005251484457403421, -0.004315440077334642, 0.01389613002538681, -0.004442769568413496, 0.0012406030436977744, 0.007440176792442799, 0.00802520476281643, 0.007336936425417662, -0.0026188595220446587, -0.017537066712975502, -0.011149941012263298, 0.009504980407655239, -0.0025448708329349756, -0.017316821962594986, -0.005137920379638672, 0.003671909449622035, -0.00790131650865078, 0.006259797140955925, -0.013338632881641388, 0.005929428618401289, 0.012402588501572609, 0.021253714337944984, -0.013689649291336536, -0.03994707390666008, 0.015912754461169243, -0.014591280370950699, -0.012099750339984894, 0.010764511302113533, 0.20449817180633545, 0.0010091728763654828, -0.009387974627315998, 0.0002269133401568979, -0.006789763458073139, -0.00614967430010438, 0.017881201580166817, 0.0045804232358932495, -0.004552892409265041, -0.0031866806093603373, 0.009264086373150349, 0.011390835046768188, -0.026759857311844826, -7.55481596570462e-05, 0.013717180117964745, -0.029870828613638878, -0.028150159865617752, -0.0175783634185791, -0.026429489254951477, -0.000682245590724051, 0.0002056200464721769, -0.009229673072695732, -0.000721390824764967, -0.0011347817489877343, 0.022065870463848114, -0.01097787357866764, -0.018583234399557114, 0.01028960570693016, 0.017234230414032936, 0.022010808810591698, -0.014852822758257389, -0.00016367872012779117, -0.02013872005045414, -0.005371931474655867, 0.0022110608406364918, -0.005038121249526739, 0.02463999204337597, -0.007997673936188221, 0.02041402831673622, -0.002727261744439602, 0.001531396177597344, -0.02046908810734749, -0.00948433205485344, 0.0028563120868057013, -0.0014341783244162798, 0.012202991172671318, -0.0021043792366981506, -0.01161108072847128, -0.014577515423297882, -0.0050828587263822556, -0.028411701321601868, -0.009924824349582195, 0.021295011043548584, 0.009085137397050858, -0.002835663966834545, 0.005141361616551876, -0.004098635632544756, 0.03936892747879028, -0.04013978689908981, 0.030118605121970177, -0.015664977952837944, 0.013565761037170887, -0.011404599994421005, 0.019904708489775658, -0.010578678920865059, 0.021542787551879883, -0.006507573649287224, -0.002933742245659232, -0.01819780468940735, -0.0008026924915611744, 0.006937740836292505, -0.008307394571602345, 0.016215592622756958, 0.01742694526910782, 0.0013593292096629739, -0.017550833523273468, 0.013641471043229103, 0.018624531105160713, 0.01997353695333004, 0.03755189850926399, -0.0028631947934627533, -0.022905558347702026, -0.015513559803366661, -0.007144221570342779, -0.0059638419188559055, -0.030091075226664543, 0.040855586528778076, -0.009855996817350388, 0.00015002090367488563, -0.02070309966802597, -0.014398565515875816, -0.011576667428016663, -0.01146654412150383, -0.009732108563184738, -0.008094031363725662, 0.01009000837802887, 0.008197271265089512, 0.02022131346166134, 0.0006869774661026895, -0.009367327205836773, -0.01734435185790062, 0.06001696735620499, 0.01701398380100727, 0.013772241771221161, -0.024887768551707268, -0.01989094354212284, -0.01749577187001705, 0.01628441922366619, -0.008114678785204887, 0.014384800568223, 0.013641471043229103, -0.038790781050920486, 0.012354410253465176, -0.00612902594730258, -0.016958922147750854, 0.024846473708748817, -0.002420982578769326, -0.040332503616809845, 0.01006936002522707, -0.008431282825767994, 0.01249894592911005, -0.0032296974677592516, 0.016835033893585205, 0.020111190155148506, -0.010792041197419167, -0.0006241730297915637, -0.004088311456143856, -0.012464532628655434, -0.0033174515701830387, -0.013180331327021122, 0.01953304372727871, -0.01183132641017437, 0.003506725188344717, -0.00753653421998024, -0.015472264029085636, -0.02053791657090187, 0.0064112162217497826, -0.00788066815584898, 0.0022454741410911083, 0.013490051962435246, -0.015252018347382545, -0.01759212836623192, 0.012443884275853634, 0.008431282825767994, 0.00309892650693655, -0.02912749908864498, 0.030559096485376358, 0.01620182767510414, 0.0012208152329549193, -0.004071104805916548, -0.011556019075214863, -0.026993868872523308, -0.018486877903342247, 0.008637762628495693, 0.012609069235622883, -0.004986501298844814, -0.013834185898303986, -0.030531566590070724, -0.0026257422287017107, -0.005168892443180084, -0.044186804443597794, -0.0068207355216145515, 0.01515565998852253, 0.004497831221669912, -0.01859699934720993, -0.011631728149950504, -0.17696745693683624, 0.00984911434352398, -0.007385115139186382, -0.026594674214720726, 0.014522453770041466, 0.001188982860185206, -0.0043842666782438755, 0.012141047045588493, 0.006325182504951954, 0.004607954062521458, 0.02443351224064827, -0.021969513967633247, -0.028769601136446, -0.01649090088903904, 0.011005404405295849, 0.000939485733397305, -0.005416668951511383, 0.017537066712975502, 0.016036642715334892, -0.0056334733963012695, 0.03821263834834099, 0.010626857168972492, 0.035707343369722366, 0.0009136756998486817, -0.007632891647517681, -0.016628554090857506, -0.016256889328360558, -0.016036642715334892, -0.004597629886120558, -0.015609917230904102, 0.0017438989598304033, 0.0023676417768001556, 0.04140619933605194, 0.020895814523100853, 0.0034155298490077257, -0.0033105688635259867, -0.0010453069116920233, 0.0007738712592981756, -0.00480066891759634, 0.0022953737061470747, 0.03650573268532753, 0.022134697064757347, 0.009683930315077305, 0.0252456683665514, 0.019354095682501793, 0.007674187887459993, 0.016146766021847725, 0.004707752726972103, 0.004071104805916548, -0.015059302560985088, 0.013937425799667835, -0.022657781839370728, 0.027131522074341774, 0.0106750363484025, -0.004690546076744795, 0.005901897791773081, -0.0002514328807592392, 0.020400261506438255, 0.0019804909825325012, -0.028329109773039818, 0.00982846599072218, -0.031302426010370255, 0.0013550275471061468, -0.011273829266428947, -0.0005437316722236574, -0.02276790328323841, -0.021295011043548584, 0.02179056406021118, 0.005045004189014435, 0.019946005195379257, 0.012794901616871357, -0.023070741444826126, 0.010709449648857117, 0.0013877202291041613, 0.00734381889924407, 0.013262923806905746, -0.01592652127146721, -0.013882365077733994, 0.021928217262029648, 0.002987082814797759, -0.011659258976578712, 0.012120398692786694, -0.024736350402235985, 0.01965693198144436, -0.01053738221526146, 0.004339529667049646, 0.004019484855234623, 0.016545962542295456, 0.010860868729650974, 0.0020011391025036573, 0.0006181506323628128, -0.014866587705910206, -0.0047387247905135155, 0.0028941668570041656, 0.022437535226345062, 0.0014014856424182653, 0.018005089834332466, 0.004528803285211325, 0.01203092373907566, 0.009181494824588299, 0.00684826634824276, 0.0009128153906203806, -0.004635484889149666, 0.016587257385253906, 0.03846041485667229, 0.008059618063271046, -0.010681918822228909, 0.014522453770041466, 0.030118605121970177, -0.023442406207323074, -0.05043627694249153, 0.007550299633294344, 0.023772776126861572, 0.020716864615678787, -0.009181494824588299, 0.04206693917512894, 0.01296696811914444, -0.006263238377869129, 0.019422922283411026, -0.006576400250196457, 0.01997353695333004, -0.02001483179628849, 0.005812422838062048, 0.01876218430697918, 0.0033656302839517593, -0.03331216797232628, -0.0937696248292923, -0.02649831585586071, 0.0018445581663399935, -0.006559193599969149, 0.005492378491908312, -0.005519908852875233, 0.012072219513356686, 0.016628554090857506, -0.001535697840154171, 0.02301567979156971, -0.006707171443849802, 0.002818457316607237, -0.008197271265089512, 0.0057126241736114025, 0.006314858328551054, -0.01576133631169796, 0.00016131279699038714, -0.015265783295035362, -0.03994707390666008, 0.009326030500233173, -0.012774253264069557, -0.019009960815310478, 0.016669850796461105, -0.0020063011907041073, -0.009098902344703674, 0.017867436632514, -0.03240365535020828, 0.017247995361685753, 0.009298499673604965, -0.010991639457643032, 0.008052734658122063, -0.022189758718013763, -0.0023418318014591932, -0.01620182767510414, -0.01899619586765766, 0.012079102918505669, 0.020551681518554688, -0.017963793128728867, 0.012829314917325974, -0.00788066815584898, 0.007509003393352032, -0.007997673936188221, 0.028742069378495216, -0.03455105051398277, -0.0026326249353587627, -0.0006069663213565946, -0.014536219649016857, 0.025176841765642166, -0.020716864615678787, -0.02203834056854248, -0.03262390196323395, 0.008961249142885208, 0.003346703015267849, -0.025383321568369865, 0.039809416979551315, -0.0021112619433552027, 0.015307079069316387, 0.007674187887459993, -0.033367231488227844, -0.005309987347573042, -0.010358432307839394, -0.03691869229078293, -0.03876325115561485, 0.005998255219310522, 0.02353876456618309, 0.026883745566010475, -0.025135545060038567, -0.045480746775865555, 0.02107476443052292, -0.014660107903182507, 0.0026722003240138292, 0.019629402086138725, -0.01730305701494217, 0.018541939556598663, -0.04096570983529091, -0.011941448785364628, 0.005457964725792408, -0.014935414306819439, 0.010420376434922218, -0.011769382283091545, -0.005038121249526739, -0.0078118410892784595, 0.007495237980037928, -0.016903860494494438, -0.0005613685352727771, 0.007770545314997435, 0.018569469451904297, 0.008493226952850819, 0.026553377509117126, -0.029347745701670647, 0.02447480894625187, -0.0009609941625967622, 0.023896662518382072, -0.003589317435398698, -0.0013447034871205688, 0.018569469451904297, -0.020124955102801323, -0.03075181320309639, 0.004325764253735542, 0.021941982209682465, -0.0054614064283668995, -0.0108815161511302, -0.06579841673374176, 0.014371034689247608, -0.018541939556598663, -0.00667619938030839, 0.007522768806666136, -0.023855367675423622, 0.01965693198144436, -0.024942830204963684, 0.00499338423833251, 0.013861716724932194, -0.03521179035305977, 0.002732423832640052, 0.006607372313737869, -0.00411240104585886, -0.023153334856033325, -0.024171970784664154, 0.004673339426517487, -0.020978407934308052, 0.01215481199324131, 0.009119550697505474, 0.026181712746620178, -0.005285897757858038, 0.014646342024207115, -0.008300511166453362, -0.005984489805996418, 0.02568615972995758, -0.03942398726940155, 0.012285582721233368, -0.0013894409639760852, -0.006669316440820694, 0.028576886281371117, -0.013015147298574448, 0.012822432443499565, -0.004115842282772064, -0.0025035745929926634, -0.002462278585880995, 0.0013946029357612133, 0.03813004493713379, 0.029402807354927063, 0.004611395299434662, -0.005038121249526739, -0.025108015164732933, 0.004783462267369032, -0.041709039360284805, -0.020758161321282387, 0.0054614064283668995, -0.026883745566010475, 0.0003699440276250243, -0.006803528871387243, 0.01402001827955246, 0.04440704733133316, 0.01759212836623192, -0.04834394156932831, -0.02107476443052292, 0.005557763855904341, -0.03119230456650257, 0.03727659210562706, 7.248322071973234e-05, -0.012560890056192875, -0.013063325546681881, 0.05360230803489685, 0.017881201580166817, 0.015279548242688179, -0.019395390525460243, 0.003439619205892086, -0.0031952839344739914, -0.04190175235271454, -0.008500109426677227, 0.010096890851855278, -0.01903749257326126, -0.014068197458982468, -0.015059302560985088, 0.01387548167258501, 0.008073383010923862, 0.012560890056192875, -0.016862565651535988, 0.007144221570342779, 0.011418364942073822, -0.008011438883841038, 0.025190606713294983, 0.026814918965101242, 0.0003817736287601292, 7.38274902687408e-05, 0.020001066848635674, 0.023346049711108208, -0.02532825991511345, -0.005564646329730749, 0.016311950981616974, -0.013641471043229103, 0.016835033893585205, 0.0032176526729017496, 0.023359814658761024, 0.004429004155099392, 0.0015572062693536282, 0.003854300593957305, -0.012753604911267757, 0.0056885345838963985, 0.019395390525460243, 0.007715483661741018, 0.002928580157458782, 0.023070741444826126, 0.002236870815977454, 0.009305383078753948, 0.01494918018579483, -0.04570099338889122, 0.017564598470926285, -0.014783996157348156, -0.00879606418311596, 0.0006598769105039537, 0.027117757126688957, 0.003176356665790081, -0.011301360093057156, 0.009904175996780396, 0.002904490800574422, -0.03936892747879028, 0.017881201580166817, 0.0091401981189847, -0.0078118410892784595, -0.022341178730130196, 0.012547125108540058, 0.015348375774919987, -0.010441024787724018, 0.014288443140685558, -0.04592123627662659, 0.011390835046768188, -0.020510384812951088, 0.011273829266428947, -0.034661173820495605, 0.03936892747879028, -0.006084288936108351, -0.003326054895296693, -0.027654606848955154, 0.0008293628925457597, -0.014935414306819439, -0.01665608398616314, -0.004298233427107334, 0.009628868661820889, 0.031495142728090286, 0.008658410981297493, 0.08732743561267853, 0.049858130514621735, -0.01940915547311306, -0.005406344775110483, 0.01183132641017437, 0.009491215460002422, 0.002990524284541607, -0.02099217288196087, -0.010372198186814785, -0.028549354523420334, 0.0175783634185791, 0.004821316804736853, 0.022919323295354843, -0.026553377509117126, -0.010764511302113533, 0.02468128874897957, -0.01193456631153822, 0.00601546186953783, -0.002823619404807687, -0.027516953647136688, 0.010489203967154026, -0.01391677837818861, 0.015816397964954376, -0.01855570450425148, -0.027613310143351555, -0.00047533505130559206, 0.034138090908527374, -0.009525628760457039, -0.001445362693630159, -0.030476504936814308, 0.028177689760923386, 0.014522453770041466, -0.017894966527819633, -0.008747885935008526, -0.01936786063015461, 0.006672757677733898, 0.003678792156279087, -0.001983932452276349, 0.019601872190833092, 0.008520756848156452, 0.010200130753219128, 0.013854834251105785, -0.004962412174791098, -0.021281246095895767, -0.017963793128728867, -0.014439861290156841, 0.010792041197419167, -0.006638344377279282, -0.006156556773930788], \"a8b98db1-764f-45b0-824a-6502e0e9be02\": [-0.004796488676220179, 0.002105816500261426, 0.022479968145489693, -0.0375114306807518, -0.013263450004160404, -0.009720704518258572, -0.03000914491713047, -0.021081693470478058, -0.019535522907972336, -0.023448005318641663, 0.027911731973290443, 0.0035393850412219763, -0.009982881136238575, -0.009108958765864372, 0.004954466596245766, -0.005253617186099291, 0.011535773053765297, -0.030788952484726906, 0.00961314421147108, -0.023044656962156296, -0.02031533047556877, 0.0056233531795442104, -0.033451054245233536, 0.011945844627916813, -0.01681964099407196, -0.01730366051197052, 0.02855709008872509, -0.020785903558135033, 0.005324203055351973, 0.0030536858830600977, 0.02301776595413685, 0.008463600650429726, -0.020409444347023964, 0.0062922402285039425, -0.005492264870554209, 0.006924152839928865, -0.000999128445982933, 0.003697363194078207, 0.025572309270501137, -0.012073571793735027, 0.019885091111063957, 0.016550742089748383, -0.014493663795292377, 0.0015898662386462092, -0.007596401032060385, 0.02395891398191452, 0.010413119569420815, -0.009129125624895096, -0.007300611585378647, 0.0033276269678026438, -0.001225171727128327, -0.002658740384504199, -0.02430848218500614, -0.035629138350486755, 0.009801373817026615, 0.001949518802575767, -0.01203995943069458, 0.029713355004787445, -0.015596150420606136, -0.023690015077590942, 0.02928311750292778, 0.013290340080857277, -0.010218167677521706, -0.014466773718595505, -0.02577398344874382, -0.011280318722128868, -0.0272260382771492, 0.025128625333309174, 0.0071123824454844, 0.005351093132048845, 0.007670348044484854, 0.0004718339769169688, 0.011092090047895908, 0.013290340080857277, 0.020288441330194473, -0.021942170336842537, -0.010816467925906181, -0.0075627886690199375, 0.0056233531795442104, 0.010124052874743938, -0.0023713542614132166, -0.022600973024964333, 0.00511244498193264, 0.04280874505639076, 0.017572559416294098, 0.013518904335796833, 0.014332324266433716, 0.005381344351917505, -0.021632935851812363, 0.001766331261023879, -0.0020133822690695524, 0.013424789533019066, 0.01983131282031536, 0.01228869054466486, 0.008006472140550613, 0.031299859285354614, 0.005532599985599518, 0.016362512484192848, 0.00257134810090065, -0.005966200027614832, 0.005727551877498627, 0.0326981358230114, -0.017814569175243378, -0.022708533331751823, -0.04122224077582359, -0.0013285297900438309, 0.0005613269750028849, -0.02831508032977581, -0.0011075283400714397, -0.027414267882704735, -0.026607571169734, 0.046761561185121536, -0.0054149567149579525, -0.012181131169199944, -0.012907158583402634, -0.0030284766107797623, -0.012987828813493252, -0.03138053044676781, -0.015085241757333279, -0.0102853924036026, 0.015555815771222115, 0.00980809610337019, 0.021377481520175934, -0.014157540164887905, 0.018930500373244286, 0.03205277770757675, 0.000780227652285248, -0.0016133948229253292, 0.03170320764183998, -0.04038865119218826, 0.013875195756554604, -0.025343744084239006, -0.0073476689867675304, 0.008550993166863918, -0.02615044265985489, 0.023743795230984688, 0.0021091776434332132, 0.020785903558135033, -0.019159063696861267, -0.011636610142886639, 0.007488841190934181, 0.025975657626986504, 0.009384579956531525, -0.004584730602800846, 0.008954341523349285, 0.021216142922639847, 0.005055304151028395, 0.021471597254276276, 0.004557840526103973, 0.010890415869653225, 0.013633186928927898, 0.014170984737575054, -0.009330800734460354, -0.00014043677947483957, 0.014493663795292377, -0.005283868405967951, -0.015542370267212391, -0.004040209576487541, -0.027051253244280815, -0.017384329810738564, -0.0027494938112795353, 0.03608626499772072, 0.005522516090422869, 0.021565711125731468, 0.018917055800557137, 0.032106559723615646, 0.014910457655787468, -0.005334286950528622, -0.0021730412263423204, 0.025989102199673653, -0.001647847588174045, 0.007193052209913731, -0.0399584136903286, 0.005831750109791756, -0.004040209576487541, 0.049450553953647614, -0.015340696088969707, 0.007717405445873737, -0.0053141191601753235, -0.02093379758298397, -0.025626089423894882, -0.018809495493769646, 0.00986859854310751, 0.04100712016224861, -0.03363928198814392, -0.0036334996111691, 0.0296595748513937, 0.026405896991491318, 0.0022688366007059813, 0.00486707454547286, 0.025074845179915428, 0.028718428686261177, 0.013478569686412811, -0.008342595770955086, -0.6414858102798462, 0.005129251163452864, 0.006393077317625284, -0.03933994472026825, -0.005041859112679958, 0.009606421925127506, 0.006043508183211088, 0.01825825124979019, -0.038533248007297516, -0.00015251623699441552, 0.0067594521678984165, 0.0024251341819763184, 0.02820752002298832, -0.009337523020803928, -0.0363013856112957, -0.005085554905235767, -0.006446857005357742, 0.0052099209278821945, 0.01743810996413231, 0.0033578781876713037, -0.008853504434227943, 0.006409883499145508, -0.004557840526103973, 0.0035360236652195454, 0.033827513456344604, -0.008510657586157322, 0.007119104731827974, -0.001045345445163548, -0.02323288656771183, 0.023811019957065582, -0.029713355004787445, 0.008006472140550613, 0.012241633608937263, 0.01221474353224039, 0.03366617485880852, 0.000557125429622829, 0.023663124069571495, -0.003892315085977316, -0.010271947830915451, 0.04560529440641403, -0.02624455653131008, -0.014439884573221207, 0.038425687700510025, 0.01595916412770748, 0.0009478694992139935, -0.007401449140161276, -0.00629560137167573, -0.00740817142650485, -0.00411079591140151, -0.007798075210303068, -0.010278670117259026, -0.003811645321547985, -0.01398275513201952, -0.01022488996386528, 0.0033007371239364147, 0.0033746843691915274, 0.026930250227451324, -0.008214868605136871, -0.008046806789934635, 0.0017612894298508763, 0.009539197199046612, 0.014009645208716393, -0.02407991886138916, -0.007502286229282618, -0.018607821315526962, 0.022721977904438972, 0.005522516090422869, 0.0030772145837545395, 0.0072737219743430614, -0.00460153678432107, 0.023031212389469147, 0.03186454996466637, 0.007784630171954632, -0.031246080994606018, -0.00699137756600976, 0.027857951819896698, 0.013384454883635044, -0.015676820650696754, -3.203681262675673e-05, -0.020651454105973244, -0.005196475889533758, 0.008914006873965263, 0.0070384349673986435, -0.019401073455810547, 0.014291989617049694, 0.008631662465631962, -0.012860101647675037, -0.029713355004787445, -0.0007045997772365808, -0.00030923401936888695, 0.0193472933024168, 0.00240328605286777, -0.008423266001045704, -0.038802146911621094, -0.018715379759669304, 0.010829913429915905, -0.026607571169734, -0.01464155875146389, -0.03622071444988251, 0.01058118138462305, -0.03675851225852966, -0.008759389631450176, 0.00571410683915019, 0.013034885749220848, 0.018903609365224838, 0.009001398459076881, 0.016752416267991066, -0.006312407553195953, 0.016846532002091408, -0.007905635051429272, 0.024416042491793633, -0.04380366951227188, 0.022560637444257736, 0.014802898280322552, 0.00042624716297723353, -0.02128336764872074, 0.029310006648302078, 0.007670348044484854, -0.008981231600046158, -0.0009319036034867167, 0.004715818911790848, -0.02264130860567093, 0.004941022023558617, -0.015770934522151947, 0.019091838970780373, 0.024402597919106483, 0.02273542247712612, -0.004638510290533304, -0.010130775161087513, -0.005878807511180639, 0.009969435632228851, -0.0008730819099582732, -0.006023340858519077, -0.006793064530938864, 0.01766667328774929, 0.010392951779067516, -0.01113242469727993, -0.016496961936354637, 0.019387628883123398, -0.01825825124979019, 0.002097413409501314, 0.006137622985988855, -0.004651955328881741, -0.012994551099836826, -0.01548859104514122, -0.018486816436052322, 0.0036671122070401907, -0.01644318364560604, -0.0023562286514788866, -0.004665400367230177, 0.005952754989266396, 0.007233386859297752, 0.02796551026403904, 0.036382053047418594, 0.0070989374071359634, 0.017881793901324272, -0.009700536727905273, -0.03885592520236969, -0.033935073763132095, 0.01247019786387682, -0.017881793901324272, 0.012893714010715485, 0.007932525128126144, -0.023905133828520775, -0.019508633762598038, -0.0030570472590625286, 0.0018486815970391035, 0.02697058394551277, 0.00445028068497777, -0.026298336684703827, 0.028368860483169556, -0.012658427469432354, -0.022587528452277184, 0.015878494828939438, -0.0042586904019117355, 0.02469838596880436, -0.042539846152067184, -0.01538103073835373, -0.004699012730270624, -0.016523852944374084, 0.017733898013830185, -0.0047561535611748695, 0.0008940896368585527, 0.002475552726536989, 0.0260025467723608, 0.010729076340794563, -0.004853629507124424, 0.05031102895736694, -0.025088289752602577, 0.0025007619988173246, -0.004403223283588886, 0.0013873515417799354, -0.02578742802143097, 0.011118980124592781, 0.007488841190934181, 0.01645662821829319, -0.01804313249886036, -0.00445028068497777, -0.005848556291311979, 0.006672060117125511, 0.022305184975266457, -0.001297438400797546, 0.02008676528930664, -0.002499081427231431, -0.010184555314481258, -0.03326282277703285, 0.005502348765730858, -0.030573833733797073, 0.01754566840827465, 0.02469838596880436, 0.025195850059390068, 0.004520867019891739, -0.03025115467607975, -0.01004338264465332, -0.010083718225359917, 0.02167327143251896, 0.010218167677521706, 0.021713605150580406, -0.008120753802359104, 0.01265170518308878, 0.017276769503951073, -0.014466773718595505, 0.005609908606857061, -0.02034221962094307, -0.05117150768637657, 0.023569010198116302, 0.03277880698442459, 0.014184430241584778, 0.005552767310291529, -0.07308679074048996, -0.01538103073835373, 0.030815841630101204, 0.007119104731827974, 0.0036032486241310835, -0.003751143114641309, 0.021243032068014145, 0.041195347905159, -0.03982396423816681, 0.017451554536819458, 0.004463725723326206, 0.016537297517061234, 0.03533334657549858, 0.04434146732091904, -0.026432786136865616, -0.012584480457007885, 0.021969059482216835, 0.02285642735660076, 0.007777907885611057, -0.017612893134355545, -0.003003267338499427, -0.008739221841096878, 0.036382053047418594, -0.016537297517061234, -0.005330925341695547, 0.025222739204764366, -0.0010613113408908248, 0.017975907772779465, -0.003025115467607975, 0.0015360863180831075, 0.02576053887605667, 0.004379694815725088, 0.02383790910243988, 0.0018100274028256536, -0.02202283963561058, 0.008389653638005257, -0.0007226664456538856, -0.012497087940573692, -0.02615044265985489, -0.0022940458729863167, 0.01233574841171503, -0.008066974580287933, -0.0187826044857502, -0.002477233298122883, 0.008618217892944813, -0.0004785564378835261, 0.015878494828939438, 0.011865174397826195, -0.02010021172463894, 0.012134074233472347, 0.03899037465453148, -0.035387128591537476, -0.02467149682343006, 0.027172258123755455, 0.005966200027614832, 0.010076995939016342, -0.02890665829181671, 0.003468798939138651, 0.0019747281912714243, -0.009129125624895096, -0.011878619901835918, -0.008860226720571518, 0.0423516146838665, 0.006503998301923275, -0.015152466483414173, -0.009102236479520798, 0.016994426026940346, 0.014856677502393723, -0.0018419591942802072, 0.002850330900400877, 0.011945844627916813, 0.026231111958622932, 0.007502286229282618, -0.012517254799604416, -0.000599140883423388, 0.024779057130217552, -0.005646882113069296, -0.00871233269572258, -0.04079199954867363, 0.007804797496646643, -0.026042882353067398, -0.004883880726993084, -0.024375706911087036, 0.023501785472035408, -0.01113242469727993, 0.0042183552868664265, 0.0435347706079483, 0.006372909527271986, -0.01958930306136608, 0.01801624335348606, 0.012940770946443081, 0.002838566666468978, -0.016496961936354637, -0.0284495297819376, 0.020409444347023964, 0.0568452812731266, 0.015260026790201664, 0.0063964384607970715, 0.009626589715480804, -0.030950291082262993, -0.012255078181624413, -0.024873171001672745, -0.00786530040204525, 0.02783106081187725, -0.0040839058347046375, -0.024752166122198105, 0.0028973883017897606, -0.005619992036372423, -0.00991565641015768, 0.010823190212249756, -0.010090440511703491, 0.021014468744397163, 0.002053717151284218, -0.01519280206412077, -0.009505584836006165, -0.006490553263574839, -0.017478443682193756, 0.003438547719269991, 0.01095764059573412, 0.005949393380433321, -0.024523602798581123, 0.02469838596880436, 0.030089814215898514, -0.003912482410669327, -0.015044907107949257, 0.010184555314481258, -0.0008823253447189927, 0.008577882312238216, -0.0032553602941334248, -0.025599198415875435, 0.03568291664123535, 0.010944195091724396, -0.0008848462603054941, -0.012577757239341736, -0.005828388966619968, -0.00257134810090065, 0.012355916202068329, 0.007502286229282618, -0.009875320829451084, 0.002082287799566984, -0.010876970365643501, 0.01482978742569685, 0.04054998978972435, -0.025384079664945602, 0.0023629511706531048, 0.013720578514039516, -0.007556065917015076, -0.032617464661598206, -0.008436710573732853, 0.00841654371470213, 0.011589553207159042, 0.03651650249958038, 0.002606641035526991, -0.00641996692866087, -0.045094385743141174, -0.014977682381868362, -0.03533334657549858, -0.0072737219743430614, -0.012120628729462624, -0.028960438445210457, -0.008147643879055977, 0.010695463977754116, -0.03909793496131897, -0.017828013747930527, -0.0003004107566084713, 0.0035192174836993217, -0.010278670117259026, -0.016779307276010513, -0.007179607171565294, 0.02674202062189579, 0.007939247414469719, 0.02796551026403904, 0.00033759447978809476, -0.02143126167356968, 0.0071527170948684216, -0.005068748723715544, -0.007367836777120829, -0.014036535285413265, -0.029390675947070122, -0.002731007058173418, -0.008604772388935089, -0.02022121660411358, -0.010016493499279022, -0.011024865321815014, 0.016604522243142128, -0.006009895820170641, -0.011186204850673676, 0.01548859104514122, 0.0020469946321099997, -0.006692227441817522, 0.020880019292235374, -0.0032335121650248766, 0.00623509893193841, -0.0021612769924104214, -0.012080294080078602, 0.005088916514068842, -7.090114377206191e-05, -0.0011629888322204351, -0.008329151198267937, 0.007186329457908869, 0.021942170336842537, -0.002406647428870201, -0.0036032486241310835, 0.010749243199825287, 0.015636485069990158, -0.004241884220391512, -0.006288878619670868, 0.015300361439585686, -0.0019293513614684343, 0.0003409557102713734, 0.023515230044722557, 0.0008108990150503814, 0.0022503496147692204, 0.017451554536819458, -0.008362763561308384, -0.009431637823581696, -0.02987469546496868, -0.004453642293810844, -0.002292365301400423, 0.0007272881339304149, 0.008019916713237762, -0.004440197255462408, -0.012678594328463078, -0.004604897927492857, -0.008046806789934635, -0.030089814215898514, 0.02093379758298397, -0.0169406458735466, -0.009129125624895096, -0.04783715680241585, 0.0009688772261142731, -0.007717405445873737, 0.002240265952423215, -0.01396931055933237, -0.0035158563405275345, -0.010305560193955898, -0.0012545825447887182, 0.025464748963713646, -0.01708853989839554, 0.015461700968444347, -0.031084740534424782, -0.015945719555020332, 0.003791477996855974, 0.008382930420339108, 0.030170483514666557, 0.00174784439150244, 0.01898428052663803, 0.005606546998023987, -0.015233136713504791, -0.022560637444257736, -0.0338812917470932, 0.004130963236093521, -0.02239929884672165, 0.04487926885485649, 0.03302081674337387, 0.0015175995649769902, 0.0024133699480444193, -0.014426439069211483, 0.006013256963342428, 0.023891689255833626, -0.009182905778288841, 0.002915875054895878, 0.0020049791783094406, 0.006678782403469086, -0.009088790975511074, -0.016846532002091408, -0.002006659982725978, -0.004292302764952183, -0.007885467261075974, 0.019643083214759827, 0.003352836240082979, 0.006181319244205952, 0.03377373144030571, -0.029014218598604202, -0.04383056238293648, -0.019280068576335907, 0.01154921855777502, -0.03288636729121208, 0.034687988460063934, -0.006016618572175503, -0.018123801797628403, 0.00034179602516815066, -0.0117979496717453, 0.017868347465991974, -0.006188041530549526, 0.02264130860567093, -0.018177581951022148, 0.03654339537024498, -0.0020369109697639942, -0.013707133941352367, -0.010453454218804836, -0.021686716005206108, -0.021148918196558952, 0.008967786096036434, -0.007031712681055069, 0.011811395175755024, 0.018580930307507515, -0.00791907962411642, -0.011750892736017704, -0.00614434527233243, -0.007925801910459995, -0.03248301520943642, -0.018123801797628403, -0.0053544542752206326, -0.0050653875805437565, -0.019656527787446976, -0.006638447754085064, -0.03729631006717682, -0.012201298959553242, -0.00906862411648035, 0.008154366165399551, -0.012618092820048332, 0.045793525874614716, -0.025881541892886162, -0.025088289752602577, -0.008624940179288387, -0.025222739204764366, 0.03173010051250458, 0.018675046041607857, 0.04885897412896156, 0.0260159932076931, 0.017155764624476433, -0.014493663795292377, -0.01439954899251461, 0.011018142104148865, 0.007509008515626192, 0.01668519154191017, 0.016779307276010513, -0.0007516571204178035, -0.012860101647675037, 0.0229774322360754, -0.0007987145218066871, 0.02276231348514557, -0.02831508032977581, 0.029121777042746544, -0.02554541826248169, -0.0026772271376103163, -0.02309843711555004, -0.023878244683146477, -0.03815678879618645, 0.013209670782089233, 0.012833211570978165, 0.015206246636807919, 0.003267124528065324, 0.0031192300375550985, -0.006248543970286846, 0.002220098627731204, -0.014049980789422989, 0.016980981454253197, 0.010305560193955898, 0.0017831374425441027, -0.010823190212249756, 0.01901116967201233, -0.00840982049703598, 0.0005848556174896657, -0.00029221773729659617, 0.017639784142374992, -0.007186329457908869, -0.014184430241584778, 0.017263324931263924, 0.024268148466944695, 0.023797573521733284, -0.005956116132438183, 0.006356103345751762, 0.02917555719614029, 0.0003077634610235691, -0.03917860612273216, 0.003223428502678871, -0.015434810891747475, 0.005552767310291529, -0.020490115508437157, -0.018217917531728745, -0.03361239284276962, 0.004934299271553755, -0.028503309935331345, 0.019562412053346634, 0.01493734773248434, -0.007515731267631054, -0.03086962178349495, -0.004026764538139105, -0.014049980789422989, -0.003090659622102976, -0.012107184156775475, 0.006245182827115059, -0.03216033801436424, -0.01325672771781683, 0.0059729223139584064, -0.015932274982333183, 0.034903109073638916, -0.0016049917321652174, 0.01384830567985773, -0.004934299271553755, 0.025021065026521683, -0.007441783789545298, 0.01742466539144516, 0.020422890782356262, 0.00656113913282752, -0.025599198415875435, 0.013236560858786106, -0.021511930972337723, -0.03614004701375961, 0.006917430553585291, 0.00677625834941864, -0.03740387037396431, -0.030304932966828346, 0.0211623627692461, 0.01923973299562931, 0.013323952443897724, 0.01851370558142662, -0.006537610664963722, -0.000988204381428659, 0.020974133163690567, 0.02664790488779545, -0.04009286314249039, 0.009458527900278568, -0.036597173660993576, -0.0065712230280041695, 0.02491350658237934, -0.01973719708621502, -0.00888711679726839, -0.02358245477080345, 0.0009663563105277717, 0.013807971030473709, -0.008187978528439999, -0.04754136875271797, -0.017451554536819458, 0.007804797496646643, -0.02432192862033844, 0.008665274828672409, -0.03498378023505211, -0.02191528119146824, -0.016295287758111954, 0.030197374522686005, 0.007045157719403505, 0.022937096655368805, -0.023784128949046135, 0.018580930307507515, 0.012550868093967438, 0.014036535285413265, -0.01958930306136608, 0.0006478788563981652, -0.030546942725777626, -0.02914866805076599, -0.014412994496524334, -0.013034885749220848, -0.011475270614027977, 0.018917055800557137, 0.018903609365224838, -0.03536023944616318, -0.051763083785772324, -0.016604522243142128, -0.01802968792617321, -0.03530645743012428, 0.005935948807746172, 0.015945719555020332, 0.002900749444961548, 0.015340696088969707, -6.974571442697197e-05, 0.02164638042449951, -0.011266874149441719, 0.03950128331780434, -0.049316104501485825, 0.008954341523349285, 0.0017898599617183208, 5.971451901132241e-05, 0.013942420482635498, 0.009787929244339466, -0.016980981454253197, -0.0017428025603294373, 0.001457937527447939, -0.019401073455810547, -0.001026018289849162, 0.02225140482187271, -0.008550993166863918, 0.018486816436052322, -0.0025461388286203146, 0.029229337349534035, 0.014991126954555511, 0.024362262338399887, 0.018070023506879807, -0.01729021593928337, 0.019508633762598038, -0.0022083341609686613, 0.006594751495867968, -0.017128875479102135, 0.0036301384679973125, 0.0037444205954670906, -0.0002082917926600203, 0.02527651935815811, 0.004275496583431959, -0.005509071052074432, 0.019401073455810547, -0.0015016336692497134, 0.02820752002298832, 0.01936073787510395, -0.006298962514847517, -0.0054889037273824215, -0.0017898599617183208, -0.010023215785622597, -0.018056577071547508, 0.016402848064899445, 0.01421132031828165, 0.011300486512482166, -0.012342470698058605, -0.0006113253766670823, 0.03366617485880852, 0.010278670117259026, 0.0004123820399399847, 0.009129125624895096, -0.006409883499145508, 0.007186329457908869, -0.004813294857740402, -0.04280874505639076, -0.005068748723715544, 0.01306177582591772, 0.01076268870383501, -0.015569260343909264, -0.0034519927576184273, -0.004796488676220179, 0.006473747082054615, 0.0053443703800439835, -0.02165982685983181, -0.021471597254276276, 0.009902210906147957, 0.010150942951440811, -0.002183124888688326, -0.012523978017270565, 0.015421366319060326, 0.00931735523045063, 0.010426564142107964, 0.00973414909094572, 0.19984585046768188, -0.012268523685634136, -0.003189816139638424, 0.010513956658542156, -0.003912482410669327, -0.015219691209495068, 0.014776008203625679, 0.002892346354201436, -0.01755911484360695, 0.001217608922161162, -0.0005861161043867469, -0.0014411313459277153, -0.03433842211961746, 0.004040209576487541, 0.007764462847262621, -0.03487621992826462, -0.030331823974847794, -0.01766667328774929, -0.021256476640701294, 0.007569510955363512, 0.0038519802037626505, -0.01150216069072485, 0.010924028232693672, -7.867400563554838e-05, 0.024026138707995415, -0.013270173221826553, -0.018554041162133217, -0.0003142758796457201, 0.004006597213447094, 0.025505084544420242, -0.02382446452975273, -0.012302136048674583, -0.023380780592560768, 0.01023833453655243, -0.0004340200393926352, 0.005159502383321524, 0.030304932966828346, -0.004416668321937323, 0.02748149260878563, 0.00955936498939991, -0.0049309381283819675, -0.019091838970780373, -0.014170984737575054, -0.0075627886690199375, -0.002162957563996315, 0.024658052250742912, 0.006184680387377739, 0.0014234848786145449, -0.015703709796071053, 0.005680494476109743, -0.024174032732844353, -0.013834861107170582, 0.022533748298883438, 0.007166162133216858, -0.003811645321547985, 0.012739096768200397, -0.010386229492723942, 0.023622790351510048, -0.02553197368979454, 0.022587528452277184, -0.025706758722662926, 0.021001024171710014, -0.009102236479520798, 0.011818117462098598, -0.007959414273500443, 0.02226484939455986, -0.007966137491166592, 0.008322428911924362, -0.01958930306136608, -0.0130012733861804, 0.009996325708925724, 0.002099093981087208, 0.01373402401804924, 0.010433286428451538, -0.0038855925668030977, -0.007556065917015076, -0.01550203561782837, 0.02987469546496868, 0.01839270070195198, 0.012577757239341736, -0.007031712681055069, -0.018217917531728745, -0.03283258527517319, 0.0025528613477945328, 0.001838597934693098, -0.019885091111063957, 0.04536328464746475, -0.02229173853993416, -0.0016638134839013219, -0.010063550435006618, 0.0010579500813037157, -0.016375957056879997, -0.014009645208716393, -0.007145994808524847, -0.012772709131240845, -0.003925927449017763, -0.002349506365135312, 0.03404263034462929, 0.0044973380863666534, -0.0068300385028123856, -0.01949518732726574, 0.055608343333005905, 0.024039583280682564, 0.012819766998291016, -0.024039583280682564, -0.01669863611459732, -0.03920549526810646, 0.02008676528930664, -0.011885342188179493, 0.011045032180845737, 0.006853566970676184, -0.036489613354206085, 0.017854902893304825, 0.002591515425592661, -0.018110357224941254, 0.023058101534843445, 0.005307396873831749, -0.021727051585912704, 0.01119292713701725, -0.013371010310947895, 0.005394788924604654, 0.0015503716422244906, 0.0021797637455165386, 0.012907158583402634, -0.013283617794513702, -0.0018873359076678753, -0.008598050102591515, -0.015999499708414078, -0.017236435785889626, -0.015152466483414173, 0.016604522243142128, 0.0017612894298508763, 0.0036536671686917543, -0.013176058419048786, -0.00974759366363287, -0.022600973024964333, -0.003354516811668873, -0.021821165457367897, -0.010661850683391094, 0.011199649423360825, -0.026298336684703827, -0.014332324266433716, 0.012389528565108776, 0.009176183491945267, -0.0012344151036813855, -0.03135364130139351, 0.014332324266433716, 0.02370345965027809, -0.0055594900622963905, 0.005267062224447727, 0.002784786745905876, -0.02492695115506649, -0.007824964821338654, -0.00876611191779375, 0.008893839083611965, -0.0004987238789908588, -0.016738971695303917, -0.015340696088969707, -0.0034251029137521982, -0.01706165075302124, -0.0254109688103199, -0.024160588160157204, 0.030950291082262993, 0.011186204850673676, -0.018567485734820366, -0.005599824711680412, -0.17112742364406586, 0.020153991878032684, 0.0054485690779984, -0.01464155875146389, 0.0060267020016908646, 0.008645107969641685, 0.009088790975511074, 0.0038587027229368687, 0.008880394510924816, -0.003899037605151534, 0.012745819054543972, -0.004534312058240175, -0.023300111293792725, -0.03463421016931534, 0.011065199971199036, -0.010325727052986622, 0.009357689879834652, 0.02624455653131008, 0.02226484939455986, -0.0035461075603961945, 0.024590827524662018, -0.006483830511569977, 0.03487621992826462, -0.02217073366045952, -0.01780112273991108, -0.005092277657240629, -0.010124052874743938, 0.0056031858548521996, -0.00027541155577637255, -0.015018017031252384, -0.011239984072744846, -0.011246706359088421, 0.03536023944616318, 0.015999499708414078, -0.009492140263319016, -0.014251654967665672, -0.0030318377539515495, -0.002826802199706435, 0.008819892071187496, 0.022816091775894165, 0.02769661135971546, 0.03191832825541496, -0.011535773053765297, 0.012046681717038155, 0.015609594993293285, 0.003838535398244858, 0.013055053539574146, 0.01595916412770748, 0.014587778598070145, -0.02008676528930664, 0.008759389631450176, -0.017962463200092316, 0.013512182049453259, 0.003620054805651307, 0.0010982849635183811, -0.004046932328492403, -0.006453579291701317, 0.0017949017928913236, 0.0018621266353875399, -0.02034221962094307, 0.006003173533827066, -0.03439220041036606, -0.003690640674903989, -0.014466773718595505, 0.00740817142650485, -0.009357689879834652, -0.018822940066456795, 0.01780112273991108, 0.007314056623727083, 0.020839683711528778, 0.002468830207362771, -0.007784630171954632, 0.014749118126928806, -0.002799912355840206, 0.015139021910727024, 0.013055053539574146, -0.018796050921082497, -0.0075627886690199375, 0.02467149682343006, 0.012725652195513248, -0.0015386072918772697, 0.015434810891747475, -0.013713856227695942, 0.008282093331217766, -0.01039967406541109, -0.0042284391820430756, 0.018486816436052322, 0.00865183025598526, 0.010493788868188858, -0.014278545044362545, -0.008813169784843922, -0.011018142104148865, -0.00392928859218955, -0.013512182049453259, 0.018473371863365173, -0.0016789390938356519, -0.008187978528439999, 0.010561013594269753, 0.033719953149557114, 0.007072047330439091, 0.008194701746106148, -0.011582830920815468, -0.006581306457519531, 0.010789577849209309, 0.029955364763736725, -0.003983068745583296, 0.014305434189736843, 0.011582830920815468, 0.02301776595413685, -0.01536758616566658, -0.04321209341287613, 0.003383087459951639, 0.020543895661830902, 0.02105480246245861, 0.004578007850795984, 0.02576053887605667, 0.016510408371686935, -0.01180467288941145, 0.0374845415353775, -0.004759514704346657, 0.009740871377289295, -0.02324633114039898, -0.013781080953776836, 0.015004572458565235, -0.0027041169814765453, -0.026580680161714554, -0.08206801861524582, -0.0314343087375164, -0.010823190212249756, 0.0010394632117822766, 0.013666799291968346, 0.0009697175701148808, 0.009875320829451084, -0.001537767006084323, 0.008214868605136871, 0.023999249562621117, -0.0062317377887666225, -0.01548859104514122, 0.003067130921408534, -0.005038497969508171, -0.003919205162674189, -0.009935823269188404, 0.0005609068321064115, -0.018473371863365173, -0.029820915311574936, 0.02323288656771183, -0.008450156077742577, -0.01922628842294216, 0.006288878619670868, 0.00859132781624794, 0.0005886370199732482, -0.003361239330843091, -0.022224513813853264, 0.015891939401626587, 0.01574404537677765, -0.004699012730270624, 0.013276895508170128, -0.008813169784843922, -0.010029938071966171, 0.0010638321982696652, -0.0006785501609556377, 0.007186329457908869, 0.0033477942924946547, -0.01185845211148262, 0.026190776377916336, -0.022829538211226463, -0.007246831897646189, -0.00429566390812397, 0.012510532513260841, -0.02492695115506649, -0.005704022943973541, -0.013928975909948349, -0.01136771123856306, 0.01645662821829319, -0.01373402401804924, -0.019064949825406075, -0.01960274763405323, -0.013834861107170582, 0.0014982724096626043, -0.02686302550137043, 0.027199149131774902, 0.010876970365643501, 0.012692039832472801, -0.005814943928271532, -0.014332324266433716, -0.012389528565108776, -0.024537047371268272, -0.004534312058240175, -0.04065755009651184, 0.021243032068014145, 0.029229337349534035, 0.01245675329118967, -0.037941668182611465, -0.03565602749586105, 0.01913217455148697, -0.010076995939016342, 0.0026200860738754272, 0.01493734773248434, -0.00511244498193264, 0.020664898678660393, -0.025599198415875435, -0.038560137152671814, 0.009700536727905273, -0.01283993385732174, 0.0008348478004336357, -0.005979644600301981, 0.01984475739300251, -0.002808315446600318, 0.006631725002080202, 0.0028839432634413242, 0.003312501357868314, 0.007986304350197315, 0.023434560745954514, 0.009572809562087059, 0.007233386859297752, -0.02758905291557312, 0.006930875591933727, 0.008846782147884369, 0.014789452776312828, -0.012127351015806198, -0.01343823503702879, 0.020019540563225746, -0.024510156363248825, -0.013202948495745659, 0.017101986333727837, 0.015932274982333183, -0.0062317377887666225, -0.01162316557019949, -0.06087876483798027, 0.004514144267886877, -0.005687216762453318, 0.009572809562087059, 0.023757239803671837, -0.011495438404381275, 0.014843232929706573, -0.024779057130217552, -0.004772959742695093, 0.016846532002091408, -0.016039833426475525, 0.0073275016620755196, -0.008564437739551067, -0.004924215376377106, -0.03097718209028244, -0.007320779375731945, -0.003899037605151534, -0.007784630171954632, 0.0026301697362214327, 0.016402848064899445, 0.010796301066875458, 0.00689726322889328, 0.009693814441561699, -0.009539197199046612, -0.012315580621361732, 0.029955364763736725, -0.021727051585912704, 0.009176183491945267, -0.004245245363563299, -0.024241257458925247, 0.014278545044362545, -0.012053404003381729, 0.019911982119083405, 0.004493976943194866, 0.006167874205857515, 0.00705188000574708, 0.015152466483414173, 0.0338544026017189, 0.019817866384983063, 0.013996200636029243, -0.010809745639562607, -0.028637759387493134, 0.011206371709704399, -0.0435616634786129, -0.020032986998558044, -0.0021797637455165386, -0.02748149260878563, 0.011757615022361279, -0.009236685931682587, 0.031998999416828156, 0.038560137152671814, 0.01792212761938572, -0.02492695115506649, -0.01536758616566658, 0.02167327143251896, -0.03909793496131897, 0.018217917531728745, -0.0025242906995117664, -0.020369110628962517, -0.020853128284215927, 0.05130595713853836, 0.014762562699615955, 0.009176183491945267, -0.020866572856903076, 0.0070989374071359634, -0.011703834868967533, -0.04159869626164436, 0.0011797950137406588, -0.0004852789279539138, -0.0296326857060194, -0.00014190732326824218, -0.012712206691503525, 0.016268398612737656, 0.0022873233538120985, 0.025962213054299355, -0.021942170336842537, -0.0015898662386462092, 0.006322490982711315, -0.023380780592560768, 0.016967536881566048, 0.02831508032977581, -0.0096736466512084, -0.0090820686891675, 0.011529050767421722, 0.02567986771464348, 0.0018453203374519944, 0.003120910609140992, 0.014076869934797287, -0.007145994808524847, 0.022574083879590034, -0.013653353787958622, 0.022708533331751823, 0.005677133332937956, -0.013653353787958622, -0.017021315172314644, -0.005858640186488628, -0.003426783485338092, 0.03221411630511284, 0.0022520304191857576, 0.01524658128619194, 0.029928475618362427, 0.005761164240539074, 0.00656113913282752, 0.012503810226917267, -0.04493304714560509, 0.007475396152585745, -0.007320779375731945, -0.015031462535262108, -0.0027528549544513226, 0.02793862111866474, 0.0068502058275043964, 0.007125827483832836, 0.01016438752412796, -0.0006823315634392202, -0.02831508032977581, 0.037323202937841415, 0.0007579594384878874, -0.01215424109250307, -0.024738721549510956, 0.02855709008872509, 0.010144220665097237, -0.0102853924036026, -0.0004155331989750266, -0.04829428717494011, 0.022453079000115395, -0.027131924405694008, 0.008201424032449722, -0.03294014558196068, 0.025236185640096664, 0.010124052874743938, 0.01221474353224039, -0.017760789021849632, -0.004732625093311071, -0.016496961936354637, -0.011898786760866642, 0.0023562286514788866, 0.020987577736377716, 0.0193472933024168, 0.02155226655304432, 0.07722783833742142, 0.04428768903017044, -0.026056326925754547, 0.01150216069072485, 0.025034509599208832, 0.01801624335348606, 0.0016730568604543805, -0.0007310695364139974, -0.027306707575917244, -0.03003603406250477, 0.015932274982333183, -0.008201424032449722, 0.00592922605574131, -0.01923973299562931, 0.0017982630524784327, 0.026889914646744728, -0.0242009237408638, -0.005031775217503309, 0.007717405445873737, -0.01493734773248434, 0.02152537740767002, -0.009774483740329742, 0.011777782812714577, -0.010668573901057243, -0.027010919526219368, -0.009471972472965717, 0.03519889712333679, -0.009962713345885277, 0.005646882113069296, -0.02818063087761402, 0.030331823974847794, 0.011522328481078148, -0.020301885902881622, -0.002865456510335207, -0.014184430241584778, 0.01780112273991108, -0.00810058694332838, -0.020530449226498604, 0.008201424032449722, 0.01253070030361414, 0.010648406110703945, 0.01029883697628975, -0.0011587872868403792, -0.01313572283834219, -0.00017604490858502686, -0.0017713730921968818, 0.028610868379473686, 0.008806446567177773, 0.0033948516938835382], \"b85e82c7-c100-496f-83aa-cb09dcd620f9\": [-0.028398090973496437, -0.0057424576953053474, -0.01480070035904646, -0.03655385226011276, -0.01410545501857996, 0.01048884354531765, -0.04802539944648743, -0.00979359820485115, -0.025216007605195045, 0.0004629397008102387, 0.03203475847840309, 0.004398762714117765, 0.006979192141443491, -0.007233223877847195, 0.0025436615105718374, 0.012407452799379826, 0.0046461098827421665, -0.03551098331809044, 0.020068518817424774, -0.011030332185328007, -0.014653629623353481, 0.01012116577476263, -0.02818416990339756, 5.708406024496071e-05, -0.03018968552350998, -0.0003267318243160844, 0.026994232088327408, -0.01907913200557232, 0.007654381915926933, -0.0021642849314957857, 0.013998494483530521, -0.006283946800976992, -0.009579676203429699, -0.01764853112399578, -0.016699254512786865, 0.008777470327913761, -0.003807135857641697, -0.02553689107298851, 0.002627224661409855, -0.017234059050679207, 0.01478733029216528, 0.023304084315896034, -0.0021993813570588827, -0.004963649436831474, -0.010555693879723549, 0.014921030960977077, 0.008663824759423733, -0.027702847495675087, -0.016605664044618607, 0.03609926998615265, 0.005140803288668394, 0.018183335661888123, -0.01831703633069992, 0.0038973840419203043, 0.0070794676430523396, -0.00768112251535058, 0.02687389962375164, 0.033692650496959686, -0.011892703361809254, -0.0308047104626894, 0.0190256517380476, 0.009265478700399399, -0.032462600618600845, -0.007433775346726179, -0.02489512600004673, -0.014506557956337929, -0.010729504749178886, 0.022662319242954254, 0.004218266345560551, -0.017300909385085106, 0.023170383647084236, 0.017902564257383347, 0.0023247261997312307, -0.0301094651222229, 0.006865546107292175, -0.020630063489079475, 0.008924541994929314, -0.03294392675161362, 0.00880421046167612, -0.003950864542275667, 0.007861618883907795, -0.032997407019138336, -0.02357148565351963, 0.03294392675161362, 0.02564385160803795, 0.01830366626381874, 0.017167208716273308, 0.01566975750029087, -0.02555026113986969, -0.005722402594983578, 0.01569649763405323, 0.01960056647658348, -0.001639508525840938, -0.007955209352076054, -0.0023899052757769823, 0.03291718661785126, 0.011184087954461575, 0.026486167684197426, 0.0016219601966440678, -0.012480988167226315, -0.0015016293618828058, 0.03283696621656418, -0.014306006953120232, -0.006735187955200672, -0.029815321788191795, -0.00851675309240818, -0.009018132463097572, 0.0024517420679330826, 0.01644522324204445, 0.0019754322711378336, -0.02944095991551876, 0.05775883048772812, 0.01969415694475174, -0.0014247512444853783, 0.004519093781709671, -0.006477813236415386, -0.012601318769156933, 0.0015333832707256079, -0.01562964729964733, -0.0033575661946088076, 0.0051775709725916386, -0.0038873564917594194, 0.01579008810222149, -0.02363833598792553, 0.002954791998490691, 0.005729087628424168, -0.003409375436604023, -0.001072114915587008, 0.01018133107572794, -0.01381131261587143, 0.012661484070122242, 0.0050371852703392506, 0.014332747086882591, 0.01342357974499464, -0.02810394950211048, 0.022074034437537193, 0.008757415227591991, 0.002879585139453411, -0.03789086267352104, -0.03925461322069168, 0.012146735563874245, 0.04398762807250023, -0.011130607686936855, 0.013644186779856682, 0.021445639431476593, 0.008215926587581635, -0.0034260880202054977, 0.0050438703037798405, -0.00945934560149908, -0.01569649763405323, -0.01015459094196558, -0.009954039007425308, 0.01010111067444086, 0.004970334470272064, 0.011886018328368664, 0.015990639105439186, 0.007901729084551334, 0.01768864132463932, -0.006708447355777025, 0.005448315758258104, -0.002971504582092166, 0.007854933850467205, -0.0019603909458965063, 0.0008456588257104158, 0.019239572808146477, 0.027141302824020386, 0.014921030960977077, 0.01831703633069992, -0.02032255195081234, 0.015495945699512959, 0.005214338656514883, 0.002552017802372575, -0.016578923910856247, -0.0016695911763235927, 0.0094459755346179, 0.018571067601442337, 0.011023647151887417, -0.007834878750145435, -0.009666581638157368, -0.036473631858825684, 0.010655969381332397, 0.0034695409703999758, 0.02560374140739441, 0.025322968140244484, -0.022742539644241333, 0.008135705254971981, 0.012447563000023365, 0.0015559453750029206, -0.012995736673474312, -0.029280519112944603, 0.014158935286104679, 0.017260799184441566, 0.010729504749178886, -0.0023581513669341803, -0.6498938202857971, 0.0040912507101893425, -0.006193698849529028, -0.013918274082243443, -0.0014021892566233873, 0.018664659932255745, 0.016097599640488625, -0.002129188273102045, -0.003583186771720648, 0.022729169577360153, -0.01712709851562977, 0.002563716610893607, -0.016512073576450348, -0.011565135791897774, -0.00737361004576087, -0.011852593161165714, 0.008623714558780193, 0.010936741717159748, 0.01704687625169754, 0.007821508683264256, -0.005378122441470623, -0.008383052423596382, 0.006013202480971813, 0.00945934560149908, 0.005200968589633703, 0.00949945580214262, 0.03208823874592781, 0.007132948376238346, -0.00956630613654852, 6.277679494814947e-05, -0.005782567895948887, 0.016739364713430405, 0.02617865614593029, -0.004057825077325106, 0.04117990657687187, 0.0018968828953802586, -0.0034996236208826303, 0.033719390630722046, 0.007273334078490734, 0.05061919614672661, -0.026539647951722145, -0.028665494173765182, 0.01371772214770317, 0.00474304286763072, 0.01506810262799263, 0.0055719888769090176, 0.017969414591789246, 0.006808723323047161, -0.018530957400798798, -0.03457507863640785, -0.017488090321421623, 0.0012475973926484585, 0.0020439540967345238, -0.021258458495140076, 0.02155259996652603, -0.002140887314453721, 0.00491351168602705, -0.007828193716704845, -0.004746385384351015, -0.0014807385159656405, 0.011491600424051285, 0.0010654297657310963, 0.010421992279589176, -0.029066596180200577, 0.0006208739941939712, 0.027916768565773964, -0.006608171854168177, 0.004709617700427771, 0.04663490876555443, -0.015910418704152107, 0.0072465939447283745, 0.03278348594903946, 0.007901729084551334, -0.025028826668858528, -0.009372440166771412, 0.03222193941473961, 0.017835713922977448, -0.008336257189512253, -0.03131277486681938, 0.01409208495169878, -0.00701930234208703, 0.02497534640133381, 0.005130775738507509, 0.0029848746489733458, 0.005053897853940725, -0.00135622953530401, -0.018049634993076324, -0.026432687416672707, 0.009606416337192059, 0.014640259556472301, 0.01954708620905876, -0.0012885433388873935, 0.017274169251322746, -0.01695328578352928, -0.005682292394340038, 0.005976434797048569, -0.006668337155133486, -0.02096431702375412, -0.002847831230610609, 0.006808723323047161, -0.023865627124905586, -0.0009852092480286956, 0.00022374026593752205, 0.010990221984684467, 0.024681204929947853, 0.00956630613654852, -0.00230299960821867, -0.00738698011264205, 0.012046460062265396, -0.013289879076182842, 0.006170301232486963, -0.008342942222952843, -0.0012225285172462463, 0.023076791316270828, 0.00013944596867077053, -0.029253778979182243, 0.007975264452397823, 0.014319377020001411, -0.007808138150721788, -0.014907660894095898, 0.01778223179280758, 0.011685467325150967, 0.007794768083840609, 0.0002926798479165882, 0.018597809597849846, 0.01973426714539528, 0.005134118255227804, -0.024587612599134445, 0.006591459270566702, -0.00670510483905673, -0.001838388736359775, -0.037650201469659805, 0.011471545323729515, -0.01509484276175499, 0.006571404170244932, -0.007808138150721788, 0.0042316364124417305, 0.005608757026493549, 0.02361159585416317, 0.00018676358740776777, -0.026980862021446228, -0.022020554170012474, -0.001652878592722118, -0.0202155914157629, -0.009679952636361122, -0.01405197475105524, -0.011090497486293316, 0.00947271566838026, -0.016859695315361023, 0.0008189186337403953, -0.02226121537387371, -0.004575916565954685, -0.0002304253139300272, 0.03751650080084801, -0.006507895886898041, -0.01698002591729164, 0.0035932143218815327, 0.001422244356945157, -0.0091317780315876, 0.012180160731077194, -0.01565638743340969, 0.016659144312143326, -0.027783067896962166, -0.03478899970650673, -0.017407869920134544, -0.02155259996652603, 0.021084647625684738, 0.022435028105974197, 0.0058995564468204975, -0.03815826401114464, 0.008062169887125492, -0.016498703509569168, -0.020015038549900055, 0.024507392197847366, 0.011772372759878635, 0.01504136249423027, -0.01954708620905876, -0.006327399518340826, 0.01961393654346466, -0.008657139725983143, 0.004535806365311146, -0.0017214003019034863, 0.003626639489084482, -0.015348874032497406, 0.01441296748816967, 0.00046252188622020185, -0.007153003476560116, 0.04409458860754967, -0.025951363146305084, 0.031098851934075356, -0.0021091331727802753, 0.025871142745018005, -0.018196705728769302, 0.011230884119868279, 0.0054349456913769245, 0.025403188541531563, 0.02219436503946781, -0.009031502529978752, -0.021204978227615356, 0.03208823874592781, 0.018143225461244583, 0.008008689619600773, 0.009098352864384651, -0.01577671803534031, 0.006056655198335648, -0.03141973540186882, -0.006611514370888472, -0.02821091003715992, 0.03208823874592781, 0.0009283862891606987, 0.011451490223407745, -0.012848665937781334, -0.007941839285194874, -0.02223447524011135, -0.015455835498869419, 0.015295393764972687, -0.008596974425017834, 0.009372440166771412, 0.006708447355777025, -0.022074034437537193, 0.003579844255000353, 0.006681707222014666, 0.01373109221458435, -0.010007519274950027, -0.03270326554775238, -0.012668169103562832, 0.03952201455831528, 0.011658727191388607, 0.006420990452170372, -0.035136621445417404, 0.00044956960482522845, 0.03671429306268692, 0.0037503130733966827, 0.013002421706914902, -0.00011239240120630711, -0.0022411630488932133, 0.056582260876894, -0.028451573103666306, 0.03323806822299957, -0.006417647935450077, 0.01577671803534031, 0.022555358707904816, 0.03131277486681938, -0.02821091003715992, 0.0038973840419203043, -0.017421239987015724, 0.0035998993553221226, -0.0004529121215455234, -0.0182635560631752, 0.023250604048371315, 0.007112893275916576, 0.032569561153650284, -0.006601486820727587, 0.005137460771948099, 0.027101192623376846, -0.03139299526810646, 0.006651624571532011, 0.027061082422733307, 0.017274169251322746, 0.02874571457505226, -0.0028561875224113464, 0.014573408290743828, 0.0017715381691232324, -0.004348624963313341, 0.023263974115252495, 0.004154758527874947, -0.011150662787258625, -0.013510486111044884, 0.002844488713890314, -0.000342190993251279, 0.003680119989439845, 0.007861618883907795, -0.027729587629437447, 0.008449902758002281, -0.023317454382777214, 0.012280436232686043, 0.018504217267036438, -0.025951363146305084, -0.00045834374031983316, 0.022715799510478973, -0.01843736693263054, -0.02357148565351963, 0.01048884354531765, 0.017514830455183983, 0.013269823975861073, -0.006434360519051552, -9.197166218655184e-05, -2.4611950721009634e-05, -0.017314279451966286, -0.016137709841132164, -0.013904904015362263, 0.03561794385313988, 0.011070442385971546, -0.025363078340888023, 0.004241663962602615, -0.006036600098013878, 0.032435860484838486, -0.02161945216357708, -0.005314614623785019, 0.008436532691121101, 0.012855350971221924, 0.0022378205321729183, -0.01961393654346466, -0.0014046961441636086, 0.04917522519826889, -0.013878163881599903, -0.014680369757115841, -0.026740198954939842, -0.027087822556495667, -0.013584021478891373, 0.01644522324204445, 0.00026761091430671513, -0.0036567223723977804, 0.0196540467441082, 0.02549678087234497, -0.018664659932255745, -0.01377120241522789, -0.006417647935450077, 0.0075674764811992645, -0.0069190263748168945, -0.006083395332098007, -0.026499537751078606, -0.011511655524373055, 0.03473551943898201, 0.0355377234518528, -0.0075006261467933655, -0.007941839285194874, 0.010241496376693249, -0.017140468582510948, 0.011043702252209187, -0.0446026511490345, -0.007901729084551334, 0.015963898971676826, 0.0062271240167319775, -0.026004843413829803, -0.007487255614250898, 0.006287289317697287, -0.003242249134927988, 0.0021141469478607178, 0.0078014531172811985, -0.0034210742451250553, 0.01378457248210907, -0.005929639097303152, -0.00946603063493967, -0.00492019671946764, -0.004492353647947311, -0.015282023698091507, 0.02938747964799404, 0.019279683008790016, -0.01831703633069992, 0.03601904958486557, 0.026539647951722145, -2.1504447431652807e-05, -0.020670173689723015, 0.0033458673860877752, -0.012300491333007812, 0.0005828528082929552, -0.0031018631998449564, -0.02095094695687294, 0.032462600618600845, -0.01047547347843647, 0.0177020113915205, 0.011578506790101528, 0.008082224987447262, 0.030403606593608856, 0.02893289551138878, 0.013878163881599903, -0.017514830455183983, 0.01831703633069992, -0.02024233154952526, 0.009312274865806103, 0.015856938436627388, 0.021178238093852997, 0.009940668940544128, 0.02036266215145588, -0.005525193642824888, -0.025242747738957405, -0.017327649518847466, 0.012848665937781334, 0.006009859964251518, -0.003807135857641697, 0.006671679671853781, -0.010983536951243877, -0.018584439530968666, -0.00985376350581646, -0.01767527125775814, -0.0014247512444853783, 0.00509066553786397, 0.0040678526274859905, -0.034361157566308975, -0.022782649844884872, -0.02349126525223255, -0.011972924694418907, 0.000785493350122124, 0.018637919798493385, -0.012661484070122242, -0.016685884445905685, -0.017956044524908066, 0.014319377020001411, 0.006090080365538597, 0.021392159163951874, -0.006400935351848602, 0.016070859506726265, 0.018584439530968666, -0.013450319878757, -0.021392159163951874, 0.00025779224233701825, -0.046180322766304016, -0.008717305026948452, 0.022488508373498917, -0.008195871487259865, -0.005555276293307543, 0.0006221274379640818, 0.0021024481393396854, -0.004061167594045401, -0.008062169887125492, 0.014252526685595512, -0.030350126326084137, 0.0017765519442036748, 2.945600135717541e-05, -0.01043536327779293, -0.008463272824883461, -0.005922954063862562, 0.0012484330218285322, -0.010635914281010628, 0.016498703509569168, -0.016578923910856247, -0.011565135791897774, 0.026579758152365685, 0.0154023552313447, -0.0007052727742120624, 0.017849083989858627, -0.013035846874117851, 0.004021057393401861, 0.00019261300622019917, -0.005709032528102398, 0.015282023698091507, 0.008162446320056915, 0.03270326554775238, -0.005080637987703085, 0.00229631457477808, 0.020830614492297173, 0.010328401811420918, -0.025884512811899185, -0.005953036714345217, -0.0074738855473697186, 0.014306006953120232, -0.0003589036059565842, -0.006898971274495125, 0.0046494523994624615, -0.0002375281765125692, -0.024681204929947853, -0.009298904798924923, 0.012474303133785725, -0.00945934560149908, 0.017902564257383347, 0.001018634415231645, -0.01956045627593994, -0.052116647362709045, -0.011458175256848335, -0.016792844980955124, 0.006447730585932732, -0.018851840868592262, -0.012193530797958374, -0.0033859778195619583, 0.003529706271365285, 0.012079885229468346, -0.0076410118490457535, 0.017915934324264526, -0.025750812143087387, -0.02957466058433056, -0.017274169251322746, 0.015963898971676826, 0.028317870572209358, -0.0275958850979805, 0.01699339598417282, 0.002658978570252657, -0.017180578783154488, 0.008269406855106354, -0.004214923828840256, -0.0147071098908782, -0.0032405778765678406, 0.04743711277842522, 0.024440541863441467, 0.0011189102660864592, -0.006080052815377712, -0.0010152918985113502, -0.019159352406859398, 0.021338678896427155, -0.004796523135155439, -0.009613101370632648, 0.018076375126838684, -0.013891533948481083, -0.0025035510770976543, 0.011471545323729515, 0.011859278194606304, 0.013584021478891373, -0.006578089203685522, 0.02764936536550522, -0.00011082558921771124, -0.02018885128200054, 0.0003323723212815821, -0.019426755607128143, -0.008957967162132263, -0.0008807553094811738, -0.01050889864563942, -0.0011105538578704, 0.002861201297491789, -0.03658059239387512, -0.011291049420833588, 0.012594633735716343, -0.005007102154195309, -0.01406534481793642, -0.014640259556472301, -0.00024275087343994528, -0.020536473020911217, 0.015522685833275318, 0.01046210341155529, 0.011565135791897774, -0.009078297764062881, -0.003075122833251953, -0.029628140851855278, 0.007741287816315889, 0.022020554170012474, 0.02542993053793907, -0.001425586873665452, 0.018571067601442337, -0.022007184103131294, -0.0014105455484241247, -0.0008807553094811738, -0.019440125674009323, -0.007280019111931324, 0.01375783234834671, -0.01648533344268799, -0.0027609255630522966, -0.01636500284075737, -0.012668169103562832, -0.015201803296804428, 0.021285198628902435, 0.02353137545287609, -0.02227458544075489, 0.023170383647084236, -0.024012699723243713, -0.0018784990534186363, -0.013015791773796082, -0.017421239987015724, 0.01015459094196558, 0.0046293968334794044, 0.025884512811899185, 0.020670173689723015, -0.00950614083558321, -0.03909417241811752, 0.006497868336737156, 0.0011799113126471639, 0.0057424576953053474, 0.022140884771943092, 0.016044119372963905, -0.00541823310777545, -0.042356476187705994, 0.006979192141443491, -0.01411882508546114, -0.007667751982808113, -0.014586778357625008, 0.030671007931232452, -0.0033893203362822533, 0.022448398172855377, -0.013510486111044884, -0.032997407019138336, -0.009686637669801712, 0.032489340752363205, 0.013176233507692814, -0.0015684798127040267, 0.017327649518847466, -0.014199045486748219, -0.0102080712094903, 0.01764853112399578, 0.004148073494434357, 0.02160608023405075, 0.008556864224374294, -0.014600148424506187, 0.006447730585932732, -0.003466198453679681, -0.02303668111562729, -0.012668169103562832, 0.010415307246148586, 0.005264476872980595, -0.012975681573152542, 0.00886437576264143, 0.007293389178812504, 0.005488425958901644, 0.0184641070663929, 0.00879752542823553, -0.015923788771033287, 0.02563048154115677, -0.013958384282886982, -0.0055987294763326645, 0.0202155914157629, -0.008022059686481953, -0.005053897853940725, -0.01510821282863617, -0.001447313348762691, -0.018169965595006943, 0.002154257381334901, -0.02032255195081234, 0.00770117761567235, 0.008282776921987534, 0.007226538844406605, -0.005244421772658825, -0.019400015473365784, -0.002501879818737507, -0.006280604284256697, -0.025349708274006844, 0.01568312756717205, -0.0014715465949848294, -0.019894707947969437, -0.016191190108656883, 0.0055017960257828236, 0.03264978528022766, 0.005872816313058138, -0.008088910020887852, 0.027034342288970947, 0.02413303032517433, -0.027863288298249245, -0.008215926587581635, -0.00032944761915132403, 0.01964067667722702, -0.019841227680444717, -0.0004345282504800707, 0.020803874358534813, -0.0366608127951622, 0.02496197633445263, -0.0022695744410157204, -0.03345198929309845, 0.005475055892020464, 0.008964652195572853, 0.001208322704769671, -0.005943009164184332, 0.010087740607559681, 0.039040692150592804, 0.02355811558663845, 0.037676941603422165, 0.002097434364259243, -0.027996988967061043, -0.0014849166618660092, -0.028398090973496437, -0.027702847495675087, 0.025042196735739708, -0.029253778979182243, -0.01704687625169754, -0.019413385540246964, 0.015870308503508568, 0.005999832414090633, -0.03267652541399002, -0.038345444947481155, -0.032409120351076126, 0.030965151265263557, -0.01016127597540617, -0.021499119699001312, -0.03021642565727234, -0.002055652905255556, -0.0005063925054855645, 0.030269905924797058, -0.006120163016021252, -0.008095595054328442, -0.010569063946604729, -0.009726747870445251, 0.004148073494434357, 0.01581682823598385, -0.023370934650301933, -0.02494860626757145, -0.002374863950535655, -0.019413385540246964, -0.015977269038558006, -0.023277344182133675, -0.008750730194151402, 0.0023130271583795547, 0.018103115260601044, -0.030697748064994812, -0.037757162004709244, -0.008730675093829632, -0.04500375688076019, -0.03222193941473961, 0.019306423142552376, 0.010555693879723549, 0.010034259408712387, 0.029146816581487656, -0.01508147269487381, 0.008957967162132263, 0.01703350618481636, -0.0013871478149667382, -0.038960471749305725, -0.007841563783586025, 0.0044856686145067215, 0.019306423142552376, 0.006965822074562311, 0.014533298090100288, -0.06406951695680618, -0.02105790749192238, 0.019440125674009323, -0.007895044051110744, 0.00384056125767529, 0.013236398808658123, -0.015536055900156498, 0.0020005011465400457, -0.018517587333917618, -0.008543494157493114, -0.0030483826994895935, -0.016592293977737427, 0.02428010106086731, -0.028424831107258797, -0.0091317780315876, 0.009954039007425308, 0.02365170605480671, -0.011130607686936855, 0.01375783234834671, -0.0059664067812263966, 0.006100107915699482, 0.011952869594097137, -0.0032372353598475456, -0.00013537226186599582, 0.00041238401900045574, 0.012353972531855106, 0.02949444018304348, 0.019400015473365784, 0.002052310388535261, 0.040859024971723557, 0.0022829445078969, -0.011357899755239487, -0.0032255365513265133, 0.011698837392032146, -0.006604829337447882, 0.0015851923963055015, 0.012253696098923683, -0.013296564109623432, 0.015148323029279709, -0.0060599977150559425, 0.007219853810966015, 0.0010044287191703916, 0.008576919324696064, 0.006013202480971813, -0.0006831285427324474, -0.0024768109433352947, 0.0091317780315876, 0.005906241480261087, -0.02169967256486416, -0.021124757826328278, -0.001583521137945354, -0.0003116904408670962, -0.02030918188393116, -0.0017514830688014627, -0.006892286241054535, 0.005956379231065512, 0.00848332792520523, 0.030911670997738838, -0.005849418696016073, -0.012213585898280144, 0.01411882508546114, 0.00036893118522129953, -0.005327984690666199, 0.018811730667948723, 0.18996237218379974, 0.003743627807125449, 0.0036567223723977804, 0.02762262523174286, 0.002694074995815754, 0.03195453807711601, 0.03933483362197876, -0.00978022813796997, 0.009071612730622292, 0.016859695315361023, -0.012554523535072803, 0.005849418696016073, -0.029761841520667076, -0.00736023997887969, 0.02030918188393116, -0.02694075182080269, -0.012380712665617466, -0.023116901516914368, -0.015255283564329147, -0.014894290827214718, -0.0408322848379612, 0.0040010022930800915, -0.00848332792520523, -0.004382050130516291, 0.028023729100823402, -0.027234893292188644, -0.022114144638180733, -0.007159688510000706, 0.031740617007017136, 0.011738947592675686, -0.02694075182080269, 0.0053480397909879684, -0.00736692501232028, 0.009372440166771412, -0.005157515872269869, -0.009298904798924923, 0.029708361253142357, -0.017554940655827522, 0.01504136249423027, 0.012026404961943626, 0.009613101370632648, -0.01442633755505085, -0.002368178917095065, -0.0176351610571146, -0.002048967871814966, 0.0147071098908782, -0.005414890591055155, 0.018651289865374565, -0.008269406855106354, -0.006420990452170372, -0.01771538145840168, -0.0004286788171157241, 0.03524358198046684, 0.01538898516446352, -0.008550179190933704, -0.01837051659822464, -0.003028327599167824, 0.004472298547625542, -0.03321132808923721, 0.0051809134893119335, 0.0006217096233740449, 0.02826439030468464, -0.012039775028824806, 0.017875824123620987, -0.0034361155703663826, 0.014680369757115841, -0.023865627124905586, -0.02413303032517433, -0.0005815993645228446, -0.01632489264011383, 0.014158935286104679, -0.0013645858271047473, -0.004890114068984985, 0.02040277235209942, -0.022822760045528412, -0.02807720936834812, 0.011859278194606304, 0.012648114003241062, -0.0023197121918201447, 0.04152752831578255, -0.033077627420425415, -0.008663824759423733, -0.012186845764517784, -0.004856688901782036, -0.016819585114717484, -0.013864793814718723, 0.015937158837914467, -0.006835463456809521, -0.0041647860780358315, -0.010910001583397388, -0.014934401027858257, -0.006755243055522442, -0.010234811343252659, -0.012086570262908936, 0.007213168777525425, 0.008937912061810493, 0.016004009172320366, 0.029039856046438217, 0.005073952954262495, -0.0015659729251638055, -0.015495945699512959, 0.05979108437895775, 0.025897882878780365, 0.01707361824810505, -0.02092420682311058, -0.005525193642824888, 0.0005657223518937826, 0.026004843413829803, -0.013864793814718723, -0.010047629475593567, 0.022448398172855377, -0.029333999380469322, 0.01538898516446352, -0.011618616990745068, -0.0038806714583188295, 0.009947353973984718, 0.01445307768881321, -0.03077797032892704, -0.017488090321421623, -0.01020138617604971, -0.0029029829893261194, -0.014653629623353481, 0.025750812143087387, 0.023330824449658394, -0.0008506726007908583, -0.0072465939447283745, -0.017407869920134544, -0.012868721038103104, -0.003075122833251953, -0.026673348620533943, 0.01537561509758234, -0.004201553761959076, 0.007975264452397823, -0.001788250869140029, -0.022648949176073074, -0.003083479357883334, 0.01081641111522913, -0.016084229573607445, -0.010014204308390617, 0.01704687625169754, 0.012828610837459564, 0.009258793666958809, -0.006230466533452272, 0.0015083143953233957, 0.013891533948481083, -0.030965151265263557, 0.0008193364483304322, 0.0009258794016204774, -0.0006154424045234919, -0.016619034111499786, -0.004024399910122156, -0.010696079581975937, -0.009365755133330822, 0.012567893601953983, 0.026579758152365685, 0.03158017620444298, -0.026606498286128044, -0.04331912472844124, 0.026044953614473343, -0.01501462236046791, -0.02826439030468464, -0.019426755607128143, 0.029066596180200577, 0.004589286632835865, -0.03125929459929466, -0.00059288035845384, -0.17167207598686218, 0.0018651288701221347, -0.007794768083840609, 0.008784155361354351, 0.017862454056739807, -0.0017966071609407663, 0.01891869120299816, 0.006474470719695091, 0.018156595528125763, 0.0022662319242954254, 0.04075206443667412, -0.01439959742128849, 0.0020640091970562935, 0.0014615190448239446, 0.011424750089645386, -0.010709449648857117, -0.0030266563408076763, 0.005210996139794588, 0.008075539954006672, -0.0012450905051082373, 0.0328904464840889, 0.0020573241636157036, -0.003100191941484809, 0.0035531038884073496, 0.009051557630300522, -0.0033291548024863005, -0.007153003476560116, -0.002428344450891018, -0.006965822074562311, -0.024440541863441467, 0.00045625463826581836, 0.005705690011382103, 0.03144647553563118, 0.01441296748816967, 0.0002740870404522866, 0.007928469218313694, -0.003334168577566743, 0.011859278194606304, 0.0027525692712515593, 0.03650037199258804, 0.01637837290763855, 0.025670591741800308, -0.014600148424506187, 0.011304419487714767, 0.021726412698626518, 0.03141973540186882, 0.01706024631857872, -0.01375783234834671, -0.0012475973926484585, -0.03807804360985756, 0.030590787529945374, -0.05104704201221466, 0.03460181877017021, 0.011311104521155357, 0.00887774582952261, 0.00885769072920084, -0.006521265953779221, 0.018116485327482224, -0.011464860290288925, -0.026365837082266808, -0.007600901648402214, -0.004923539236187935, -0.005368094891309738, -0.02361159585416317, -0.0014431350864470005, -0.037596721202135086, -0.02743544429540634, 0.02623213641345501, -0.018236815929412842, 0.01772875152528286, 0.008650454692542553, -0.03478899970650673, 0.013891533948481083, -0.024587612599134445, -0.01645859330892563, 0.020643433555960655, -0.012133365496993065, 0.0028010359965264797, 0.003693490056321025, 0.013062587007880211, -0.011371269822120667, 0.0394417941570282, -0.00426506157964468, 0.02810394950211048, -0.0037770532071590424, 0.004241663962602615, 0.02500208653509617, -2.9560455004684627e-05, 0.013704352080821991, -0.012668169103562832, 0.015482575632631779, -0.025282857939600945, -0.015308763831853867, -0.01016127597540617, 0.02482827566564083, 0.010943426750600338, 0.015495945699512959, 0.006427675485610962, 0.007266649045050144, -0.0033090997021645308, -0.011892703361809254, -0.017153838649392128, -0.01508147269487381, 0.0006095930002629757, 0.015536055900156498, -0.01435948722064495, -0.0003298654337413609, 0.009753488004207611, 0.038933731615543365, -0.012761760503053665, -0.023772036656737328, 0.009439290501177311, 0.019801117479801178, 0.020122000947594643, -0.009626471437513828, 0.03797108307480812, -0.020055148750543594, -0.025911252945661545, 0.01954708620905876, -0.008957967162132263, 0.026044953614473343, -0.02349126525223255, 0.0027525692712515593, 0.010294976644217968, -0.015282023698091507, -0.028344610705971718, -0.07112892717123032, -0.012059830129146576, 0.053988464176654816, -0.0013988467399030924, -0.026031583547592163, 0.009405865333974361, 0.0030316701158881187, 0.007467200513929129, -0.00915851816534996, 0.010040944442152977, 0.005301244556903839, 0.004813235718756914, -0.012661484070122242, 0.00886437576264143, 0.02691400982439518, 0.004468956030905247, -0.019854597747325897, -0.008951282128691673, -0.027702847495675087, 0.023197123780846596, -0.018196705728769302, -0.03390657156705856, 0.00768780754879117, -0.012688224203884602, -0.04203559458255768, 0.020830614492297173, -0.025764182209968567, 0.011037017218768597, 0.013483745977282524, -0.030430346727371216, 0.017862454056739807, -0.01710035838186741, 0.029708361253142357, -0.012875406071543694, -0.012761760503053665, -0.021178238093852997, -0.012260381132364273, -0.016899805516004562, 0.018611179664731026, -0.008670509792864323, 0.005912926513701677, 0.0037302577402442694, -0.006648282054811716, -0.036313191056251526, 0.016177820041775703, -0.022074034437537193, -0.005695662461221218, 0.042998239398002625, -0.01639174297451973, -0.021405529230833054, -0.012828610837459564, 0.00891117099672556, -0.0031486584339290857, -0.00738698011264205, -0.005495110992342234, -0.0326230451464653, 0.0328904464840889, 0.006481155753135681, -0.02423999086022377, 0.01779560185968876, -0.026432687416672707, -0.03125929459929466, -0.007119578309357166, 0.008336257189512253, -0.0033859778195619583, 0.015482575632631779, -0.01568312756717205, -0.0184641070663929, 0.010896631516516209, -0.0007942675147205591, -0.013062587007880211, 0.011565135791897774, -0.02422662079334259, -0.0026255534030497074, -0.0019386644707992673, -0.012634743936359882, -0.011926128529012203, -0.01890532113611698, 0.015201803296804428, -0.023223863914608955, -0.019386645406484604, -0.021418899297714233, -0.00945934560149908, -0.0021709699649363756, 0.006110135465860367, 0.0030701090581715107, 0.013851423747837543, 0.002236149273812771, 0.00916520319879055, -0.03460181877017021, 0.018838470801711082, 0.021271828562021255, 0.022528618574142456, -0.008536809124052525, -0.023183753713965416, 0.010261551477015018, -0.005441630724817514, -0.020723653957247734, 0.019440125674009323, 0.011331159621477127, -0.021151497960090637, -0.022074034437537193, -0.061823341995477676, 0.027181413024663925, 0.005658894777297974, 0.016177820041775703, -0.006912341341376305, -0.032542821019887924, 0.024721315130591393, -0.03722235932946205, 0.006093422882258892, -0.015175063163042068, -0.03452159836888313, 0.016538813710212708, -0.021151497960090637, -0.006444388069212437, -0.005745800212025642, -0.02556363120675087, 0.03085819073021412, -0.015509315766394138, 0.007968579418957233, 0.019186092540621758, 0.011752317659556866, 0.0027843231800943613, 0.02823765017092228, -0.017902564257383347, 0.008082224987447262, 0.01377120241522789, -0.022047294303774834, 0.01442633755505085, -0.01639174297451973, 0.013577336445450783, 0.04112642630934715, -0.01831703633069992, -0.0015793429920449853, -0.0008907829178497195, -0.023959219455718994, -0.012534468434751034, -0.028050469234585762, 0.019827857613563538, 0.00985376350581646, -0.012119995430111885, -0.02545667067170143, -0.005381464958190918, 0.006300659384578466, -0.016685884445905685, -0.001535890158265829, 0.007453830447047949, -0.02168630249798298, 0.01581682823598385, 0.013677611947059631, -0.016899805516004562, 0.018878581002354622, 0.006561376620084047, -0.025764182209968567, -0.03211497887969017, -0.004652794916182756, -0.011625302024185658, 0.04896130412817001, -0.0035397338215261698, 0.00705941254273057, 0.00984039343893528, 0.051474884152412415, 0.011658727191388607, 0.022662319242954254, -0.00987381860613823, 0.025389818474650383, 0.00738698011264205, -0.03235564008355141, 0.004432187881320715, 0.02890615537762642, -0.016525443643331528, -0.019466865807771683, -0.025229377672076225, 0.001050388440489769, 0.012140050530433655, 0.020108630880713463, -0.004746385384351015, -0.018851840868592262, 0.02366507612168789, -0.017982784658670425, 0.017554940655827522, 0.027061082422733307, -0.004211581312119961, -0.03230215981602669, -0.0029347368981689215, 0.00703267240896821, 0.01771538145840168, -0.029093336313962936, 0.020723653957247734, 0.021271828562021255, 0.02949444018304348, -0.026740198954939842, 0.019801117479801178, -0.023865627124905586, -0.007226538844406605, -0.027996988967061043, 0.026098433881998062, -0.005458343308418989, 0.03615275025367737, 0.006253864150494337, 0.043533045798540115, 0.019440125674009323, 0.002993231173604727, 0.0007303417078219354, 0.016030749306082726, -0.049442630261182785, 0.032382380217313766, -0.015161693096160889, -0.009312274865806103, 0.015883678570389748, 0.018490847200155258, 0.014292636886239052, -0.013309934176504612, 0.01443970762193203, 0.0034143892116844654, -0.030644267797470093, -0.002901311730965972, 0.020041778683662415, -0.00671178987249732, -0.016766104847192764, 0.02938747964799404, -0.0047898381017148495, -0.002154257381334901, 0.014185675419867039, -0.01572323776781559, 0.01636500284075737, -0.017153838649392128, 0.008042114786803722, -0.024560872465372086, 0.02957466058433056, -0.019279683008790016, 0.011511655524373055, -0.00912509299814701, -0.01772875152528286, 0.0018768277950584888, -0.020630063489079475, -0.02695412188768387, 0.023170383647084236, 0.008296146988868713, 0.014840810559689999, 0.05711706727743149, 0.019159352406859398, -0.013055901974439621, 0.006815408356487751, 0.0102080712094903, 0.016819585114717484, 0.008436532691121101, -0.021766522899270058, -0.025857772678136826, -0.004987047053873539, 0.007928469218313694, 0.00952619593590498, 0.028638754040002823, -0.033799611032009125, -0.005485083442181349, -0.0007813152042217553, 0.007186428643763065, -0.0009743460104800761, 0.00023648364003747702, -0.014921030960977077, 0.006568061653524637, -0.006738530471920967, 0.019346535205841064, -0.007206483744084835, -0.020817244425415993, -0.010254866443574429, 0.007981949485838413, -0.025897882878780365, -0.01572323776781559, -0.04040444269776344, 0.017849083989858627, -0.0016319877468049526, -0.0091317780315876, -0.011665412224829197, 0.015870308503508568, 0.0030617527663707733, 0.005414890591055155, -0.012160105630755424, 0.006594801787286997, 0.021726412698626518, -0.0036567223723977804, 0.038291964679956436, -0.024587612599134445, -0.011023647151887417, -0.0025202638935297728, 0.006140218116343021, -0.0029514494817703962, 0.006026572547852993, -0.03984289616346359], \"6abf319a-0bf1-4085-9415-701f533ef9b9\": [-0.016363024711608887, 0.0004184099962003529, 0.024000849574804306, -0.015747282654047012, -0.012288643978536129, 0.001757158199325204, -0.026083892211318016, -0.017869627103209496, -0.01666434481739998, -0.018170949071645737, 0.016048602759838104, 0.01342842262238264, -0.032437827438116074, -0.007225146517157555, 0.004444480407983065, 0.019009405747056007, -0.0008073429926298559, -0.015550768934190273, 0.01809234358370304, -0.021210357546806335, -0.0244462788105011, 0.0072513483464717865, -0.01092615071684122, -0.005296038929373026, -0.01848537102341652, -0.015760382637381554, 0.01835436187684536, -0.017712416127324104, -0.0031720553524792194, -0.00868589710444212, -0.006540624424815178, -0.014987429603934288, -0.044831279665231705, -0.011469838209450245, -0.009059272706508636, 0.03366931527853012, 0.003985948860645294, -0.027223670855164528, 0.022756263613700867, -0.03251643478870392, 0.03298806771636009, 0.008188062347471714, -0.002885473193600774, 0.018852194771170616, -0.015380457043647766, 0.012845432385802269, 0.02111865021288395, -0.02504892088472843, -0.00687797274440527, 0.009897730313241482, -0.007284100633114576, 0.015328053385019302, -0.027171267196536064, -0.03754717856645584, -0.013939357362687588, 0.00868589710444212, -0.023568520322442055, 0.017686214298009872, 0.004821131471544504, -0.03112773969769478, 0.007722980808466673, 0.009426097385585308, -0.008345273323357105, -0.014214476570487022, -0.017987536266446114, -0.016716748476028442, -0.006766614969819784, 0.03495320305228233, -0.022206025198101997, -0.007493714801967144, 0.006367037538439035, 0.018000636249780655, 0.020122982561588287, -1.1815118341473863e-05, 0.01919281855225563, -0.012288643978536129, -0.01154844369739294, 0.005843001417815685, 6.422511796699837e-05, 0.004519810434430838, 0.003704279428347945, -0.01654643751680851, -0.01919281855225563, 0.0470060296356678, 0.017135977745056152, -0.018013738095760345, 0.005302589386701584, 0.010271105915307999, -0.035084210336208344, 0.005230534356087446, 0.002890386153012514, 0.021511677652597427, 0.0012585052754729986, -0.0011790810385718942, -0.0033374542836099863, 0.04635098576545715, -0.00744131114333868, 0.027642900124192238, 0.009465400129556656, -0.0005739831831306219, 0.02088283561170101, 0.02558605745434761, -0.031494565308094025, -0.014777814969420433, -0.03495320305228233, 0.00594453327357769, -0.021773695945739746, -0.01725388504564762, 0.00032445197575725615, -0.013782147318124771, -0.017018068581819534, 0.05172235518693924, 0.02421046420931816, -0.017882728949189186, -0.016454730182886124, 0.01530185155570507, -0.011496040038764477, -0.01264891866594553, -0.005384469870477915, -0.0076116230338811874, 0.0019634973723441362, 0.006989330053329468, 0.010762389749288559, -0.03686593472957611, 0.011902167461812496, 0.026594826951622963, -0.01320570707321167, -0.004624617751687765, 0.03712794929742813, -0.035372428596019745, 0.02808832935988903, -0.017044270411133766, -0.007225146517157555, 0.017280086874961853, 0.0007348786457441747, 0.016349922865629196, -0.027145065367221832, 0.024642793461680412, -0.015655575320124626, -0.014738512225449085, 0.02614939585328102, 0.01889149844646454, -0.0038352885749191046, -0.01611410640180111, -2.568365061961231e-06, 0.03550343960523605, 0.011646700091660023, 0.025939783081412315, 0.0030574225820600986, 0.01412277016788721, 0.011378131806850433, 0.03186139091849327, 0.0035372429993003607, -0.012301744893193245, 0.020607715472579002, 0.01342842262238264, -0.018105443567037582, 0.008849658071994781, -0.01119471900165081, -0.007500265259295702, 0.0038942424580454826, 0.048866357654333115, 0.016991866752505302, -0.012793028727173805, 0.015354255214333534, 0.031468361616134644, -0.005289488472044468, 0.0009350767359137535, -0.024262867867946625, 0.007231696974486113, -0.02224532887339592, 0.011430535465478897, -0.02866476960480213, -0.006995880510658026, 0.0033538304269313812, 0.023830536752939224, -0.004405177664011717, 0.019782358780503273, -0.007840888574719429, -0.012956790626049042, -0.0218392014503479, -0.017725517973303795, 0.0072644492611289024, 0.021642686799168587, -0.04656060039997101, -0.005050397012382746, 0.013795248232781887, 0.027616698294878006, 0.007297201547771692, -0.005951083730906248, 0.008083255030214787, 0.01986096426844597, 0.01586518995463848, -0.019101113080978394, -0.6510623097419739, 0.01362493634223938, 0.0019094562157988548, -0.027485689148306847, 0.001497596618719399, 0.01569487899541855, 0.022599052637815475, 0.015288750641047955, -0.02030639536678791, 0.005551506299525499, -0.013284312561154366, -0.005256736185401678, 0.014659907668828964, 0.008207714185118675, -0.013926256448030472, -0.010624829679727554, -0.0057349191047251225, -0.006167248822748661, 0.015786584466695786, 0.009039620868861675, -0.016153410077095032, 0.003429160686209798, -0.010762389749288559, 0.016205813735723495, 0.022219127044081688, 0.0015049659414216876, 0.0011758058099076152, -0.002531748963519931, -0.023005180060863495, 0.0013305601896718144, -0.02751189097762108, -0.003743582172319293, 0.03154696896672249, 0.008371475152671337, 0.03935510292649269, 0.00888896081596613, 0.0042807189747691154, -0.0003082805487792939, 0.00011186940537299961, 0.03487459570169449, -0.014279981143772602, -0.013991761021316051, 0.04249931871891022, -7.865657971706241e-05, 0.00015649435226805508, -0.009622611105442047, -0.026450717821717262, 0.010133545845746994, 0.0003230190777685493, -0.03670872375369072, -0.017830325290560722, -0.017895828932523727, -0.022834869101643562, -0.009727418422698975, 0.0031589544378221035, 0.0167036484926939, 0.015590070746839046, -0.010415215976536274, -0.009072373621165752, 0.0017620710423216224, 0.002731537679210305, 0.0005113445222377777, -0.031101537868380547, -0.020083680748939514, -0.0023286850191652775, 0.013611835427582264, -0.00594453327357769, 0.0021796622313559055, 0.017044270411133766, 0.006606128998100758, 0.03269984573125839, 0.01625821739435196, 0.0057905977591872215, -0.015275649726390839, 0.004454305861145258, 0.027852512896060944, 0.021433072164654732, -0.020345697179436684, -0.021354466676712036, -0.011587746441364288, 0.006252404768019915, 0.007899843156337738, -0.018184049054980278, -0.029712840914726257, 0.02642451599240303, 0.021171053871512413, -0.0056464881636202335, -0.01396555919200182, 0.011306077241897583, -0.010899948887526989, 0.023673325777053833, 0.004080930259078741, -0.02157718315720558, -0.03738996759057045, -0.008515585213899612, 0.005155204329639673, -0.024917911738157272, -0.017424197867512703, -0.003773059230297804, 0.010264554992318153, -0.04412383213639259, -0.007971897721290588, -0.0064096152782440186, 0.0125113595277071, 0.03115393966436386, -0.0051781306974589825, 0.029372218996286392, -0.012570314109325409, 0.03416714817285538, -0.023136189207434654, 0.015406658872961998, -0.014410990290343761, 0.016860857605934143, 0.01335636805742979, 0.010808242484927177, -0.021773695945739746, 0.020358799025416374, 0.01666434481739998, 0.009105125442147255, 0.01126022357493639, 0.024786902591586113, -0.01148293912410736, 0.004870259668678045, -0.019926469773054123, 0.01514464057981968, 0.007310302462428808, 0.000734059838578105, -0.030787115916609764, -0.02529783733189106, -0.019559644162654877, 0.00013725239841733128, 0.005767671391367912, -0.021354466676712036, 0.015118438750505447, 0.016782253980636597, 0.005987111479043961, -0.011581195518374443, -0.008253566920757294, 0.020961441099643707, -0.027747707441449165, -0.010382463224232197, -0.0031884314958006144, -0.003678077831864357, -0.008024301379919052, 0.0034488120581954718, -0.01587829180061817, 0.0027004231233149767, -0.004978341981768608, -0.009838775731623173, 0.007074485998600721, 0.01438478846102953, -0.02182609960436821, 0.0008347730035893619, 0.02613629586994648, 0.014856420457363129, 0.014437192119657993, -0.010402115061879158, -0.021616484969854355, 0.010323509573936462, 0.01217073667794466, -0.014358586631715298, 0.02194400690495968, 0.004172636661678553, -0.03241162747144699, -0.021917805075645447, 0.0035863714292645454, 0.005328791216015816, 0.026044590398669243, -0.0032883258536458015, -0.04187047854065895, 0.020411202684044838, -0.013061597011983395, -0.038726262748241425, 0.03961712121963501, -0.01181701198220253, 0.03356450796127319, -0.03888346999883652, -0.002389276633039117, 0.014214476570487022, -0.025062022730708122, 0.003008294152095914, 0.012969891540706158, 0.0012593240244314075, -0.0109916552901268, 0.023948445916175842, 0.005820075049996376, -0.0013452987186610699, 0.04813270643353462, -0.0177910216152668, 0.003648600773885846, 0.009688115678727627, -0.004405177664011717, -0.01188251655548811, 0.0016834656707942486, -0.006111569702625275, 0.011175068095326424, 0.009923932142555714, 0.019559644162654877, -0.0018128370866179466, 0.038018811494112015, 0.016598841175436974, 0.004991442896425724, 0.025258535519242287, -0.020267091691493988, 0.010271105915307999, -0.05717232823371887, 0.017044270411133766, -0.03550343960523605, 0.014397889375686646, -0.003976123407483101, 0.031887590885162354, -0.015262548811733723, -0.013480826281011105, -0.011561544612050056, -0.01906180940568447, 0.02337200567126274, 0.001156973303295672, 0.025088224560022354, -0.0005678421584889293, -0.025114426389336586, 0.013395670801401138, -0.001497596618719399, 0.007493714801967144, -0.012681671418249607, -0.03980053588747978, 0.02685684524476528, 0.035634446889162064, 0.008803805336356163, -0.018668781965970993, -0.05570502579212189, -0.011089911684393883, -0.007690228521823883, -0.0038025362882763147, -0.00016263539146166295, -0.0029935557395219803, 0.008902061730623245, 0.03322388231754303, -0.023411309346556664, 0.015354255214333534, -0.00500454381108284, -0.005505653098225594, 0.041084423661231995, 0.028114531189203262, -0.027878714725375175, -0.010886847972869873, 0.0233589056879282, 0.009622611105442047, -0.003118014195933938, -0.008260117843747139, 0.007775384467095137, 0.014725412242114544, 0.029005393385887146, -0.04551252722740173, 0.003953196574002504, 0.021092448383569717, -0.012806129641830921, 0.019376231357455254, -0.008050503209233284, 0.013415321707725525, 0.011076810769736767, 0.015485264360904694, 0.020502908155322075, -0.006200001109391451, -0.01596999727189541, 0.01333671621978283, 0.007323403377085924, 0.0031131014693528414, -0.020227789878845215, -0.006622504908591509, 0.007729531265795231, -0.005905230529606342, -0.008122557774186134, -0.009629162028431892, 0.020542211830615997, 0.02166888862848282, -0.0021894879173487425, 0.008247016929090023, 0.00027327658608555794, 0.018839094787836075, 0.04116302728652954, -0.044831279665231705, -0.021917805075645447, 0.011869415640830994, 0.013284312561154366, 0.006324459332972765, -0.02571706660091877, -0.015930695459246635, 0.010526573285460472, 0.012183837592601776, -0.004473957233130932, -0.016625043004751205, 0.04464786872267723, 0.005895405076444149, -0.014476494863629341, 0.006648706737905741, -0.003746857400983572, 0.010474169626832008, 0.007814686745405197, 0.0007447042735293508, 0.028271742165088654, 0.0027626522351056337, 0.008378026075661182, -0.01737179420888424, -0.01445029303431511, 0.04391421750187874, -0.019114213064312935, 0.008279768750071526, -0.005430323071777821, 0.000547781412024051, -0.011135765351355076, 0.005662864074110985, -0.010814793407917023, 0.011627049185335636, -0.02490481175482273, 0.004084205720573664, 0.01049382146447897, -0.021315164864063263, -0.0027069735806435347, 0.015066035091876984, 0.005341892130672932, 0.005318965297192335, -0.02740708366036415, -0.017188381403684616, 0.028612365946173668, 0.04627237841486931, 0.013926256448030472, 0.0031458537559956312, -0.009648812934756279, -0.026516221463680267, -0.020660119131207466, -0.05127692222595215, -0.014738512225449085, 0.009131327271461487, 0.0005965003510937095, -0.01972995512187481, 0.009419547393918037, 0.009124777279794216, 0.014895723201334476, 0.0008990492788143456, -0.010244904085993767, 0.0034619129728525877, -0.01307469792664051, -0.0182233527302742, -0.015039833262562752, -0.005220708902925253, 0.0054565249010920525, 0.009144428186118603, 0.008168411441147327, 0.007880191318690777, -0.03492699936032295, 0.01986096426844597, 0.033721715211868286, -0.007008981425315142, -0.02753809280693531, 0.0025890653487294912, -0.0035274173133075237, -0.0013510303106158972, -0.0020732174161821604, -0.005400846246629953, 0.02821933850646019, 0.0014926837757229805, -0.005892130080610514, -0.018603278324007988, -0.0026955101639032364, 0.015039833262562752, 0.017122875899076462, 0.003497940255329013, -0.000530177028849721, -0.014175173826515675, -0.0030639730393886566, 0.03133735433220863, 0.038595251739025116, 0.0038909674622118473, 0.010664132423698902, 0.02588737942278385, -0.008718648925423622, 0.014908824115991592, -0.01876048929989338, 0.014240678399801254, -0.006753514055162668, 0.022441841661930084, 0.006799367256462574, -0.013873853720724583, -0.030839519575238228, 0.0012863446027040482, 0.0018848920008167624, 0.000936714350245893, -0.022599052637815475, -0.03429815545678139, -0.025533653795719147, 0.006514422595500946, -0.03631569445133209, -0.011902167461812496, 0.013952458277344704, 0.014214476570487022, -0.02947702445089817, -0.028455154970288277, -0.032018598169088364, 0.025062022730708122, 0.012216589413583279, 0.00476872781291604, 0.011109563522040844, -0.01737179420888424, 0.02237633801996708, -0.01418827474117279, -0.017293188720941544, -0.004853883292526007, -0.03280465304851532, 0.0011758058099076152, 0.011705654673278332, -0.007768834009766579, -0.00363549985922873, -0.020253991708159447, 0.01091960072517395, -0.009281987324357033, 0.02362092211842537, 0.02100074291229248, -0.005420497618615627, 0.006665083114057779, 0.01390005461871624, -0.0057152677327394485, -0.013277762569487095, -0.008181512355804443, -0.03249023109674454, 0.004948865156620741, 0.01000253763049841, -3.7306861486285925e-05, -0.018328160047531128, 0.019101113080978394, 0.002145272446796298, 0.01293713878840208, -0.0022042265627533197, -0.001374775660224259, -0.00295589049346745, -0.008495933376252651, -0.009458850137889385, 0.024013949558138847, 0.007827787660062313, -0.014620604924857616, 0.030813317745923996, -0.0035896466579288244, -0.0009727418655529618, 0.007493714801967144, -0.020935239270329475, -0.009308189153671265, -0.03314527869224548, -0.00974051933735609, -0.01396555919200182, -0.003648600773885846, 0.007316852919757366, -0.006560275796800852, -0.010801692493259907, 0.012681671418249607, -0.017450399696826935, -0.019559644162654877, 0.0010398839367553592, -0.023974647745490074, -0.008089805953204632, -0.0533730685710907, 0.0006734681664966047, 0.002618542406708002, 0.021747494116425514, -0.03298806771636009, -0.003497940255329013, -0.00562683679163456, 0.008869308978319168, 0.009196831844747066, -0.005918331444263458, 0.0004687665787059814, -0.034009937196969986, -0.011266774497926235, 0.0015475437976419926, -0.003737031714990735, 0.03390512987971306, 0.0006656894693151116, 0.02000507526099682, -0.011581195518374443, -0.030001061037182808, -0.0070482841692864895, -0.04056038707494736, -0.008698998019099236, 0.007008981425315142, 0.034822192043066025, 0.02324099652469158, -0.003707554657012224, 0.0003917987924069166, 0.0032080828677862883, -0.005577708128839731, 0.002518648048862815, -0.0012757001677528024, -0.021642686799168587, -0.014895723201334476, -0.014476494863629341, -0.005751295015215874, -0.012334497645497322, 0.005924881901592016, 0.00018781368271447718, -0.002810143167153001, 0.018432967364788055, -0.01809234358370304, 0.012341047637164593, 0.022441841661930084, -0.024695197120308876, -0.03613228350877762, 0.003029583254829049, 0.01286508422344923, -0.010402115061879158, 0.029555629938840866, -0.010258005000650883, -0.0003121698973700404, 0.009334390982985497, -0.018459169194102287, -0.0021665613166987896, -0.0026169049087911844, 0.022887272760272026, -0.032437827438116074, 0.044674068689346313, -0.0021403594873845577, 0.004634443204849958, -0.006370312534272671, -0.024118756875395775, -0.024262867867946625, 0.015773484483361244, 0.008168411441147327, 0.0271188635379076, -0.0042610676027834415, -0.019716855138540268, -0.01624511554837227, -0.022219127044081688, -0.007133440114557743, -0.017162179574370384, -0.007906393148005009, -0.008325622417032719, 0.004857158754020929, -0.013939357362687588, -0.029581831768155098, -0.04213249310851097, -0.00799154955893755, -0.013533229939639568, 0.005050397012382746, -0.0025972535368055105, 0.03353830426931381, -0.015485264360904694, -0.03715415298938751, -0.011672901920974255, -0.0033145276829600334, 0.00944574922323227, 0.008384576067328453, 0.0620458647608757, 0.017424197867512703, 0.015131539665162563, -0.006799367256462574, -0.0027954045217484236, -0.009419547393918037, 0.004713048692792654, 0.006658532656729221, 0.009072373621165752, -0.002538299420848489, -0.0006718305521644652, 0.01195457112044096, -0.005816799588501453, 0.01342842262238264, -0.02753809280693531, 0.02600528672337532, 0.007762283552438021, 0.0014623879687860608, -0.028193136677145958, -0.009498152881860733, -0.016625043004751205, 0.018328160047531128, 0.00017563394794706255, 0.0038254628889262676, -0.004077655263245106, -0.024917911738157272, -0.019520340487360954, 0.009327840991318226, -0.011496040038764477, 0.025795672088861465, 0.0054958276450634, 0.01667744666337967, 0.004667195491492748, 0.016101006418466568, -0.029005393385887146, 0.00674696359783411, -0.006550449877977371, -0.008030851371586323, -0.002803592709824443, -0.02628040499985218, 0.010369362309575081, 0.02098764292895794, 0.01092615071684122, -0.009412996470928192, 0.015786584466695786, 0.026909248903393745, -0.00164989463519305, -0.02195710875093937, 0.01766001433134079, -0.014908824115991592, 0.015262548811733723, 0.003678077831864357, -0.011423984542489052, -0.012026626616716385, -0.004166086204349995, -0.018144747242331505, 0.008502484299242496, 0.015288750641047955, -0.008646594360470772, -0.010389014147222042, 2.799293906718958e-05, -0.0197430569678545, -0.018118545413017273, -0.0064096152782440186, 0.025625361129641533, -0.015406658872961998, -0.020136084407567978, 0.008875859901309013, -0.009622611105442047, 0.03322388231754303, 0.004614792298525572, 0.027433285489678383, 0.007329953834414482, 0.03935510292649269, -0.008777603507041931, 0.009203382767736912, 0.0038254628889262676, 0.025140628218650818, -0.020489808171987534, -0.003396408399567008, -0.01152879185974598, -0.020516010001301765, 0.008096355944871902, 0.003406234085559845, -0.030970528721809387, -0.016074804589152336, 0.01838056370615959, 0.033276285976171494, 0.01792203076183796, 0.0015696516493335366, 0.012956790626049042, 0.007369256112724543, 0.009092024527490139, 0.011941470205783844, -0.028586164116859436, 0.0021829374600201845, -0.0197430569678545, 0.000324861379340291, 0.019127314910292625, -0.03175658360123634, -0.021485475823283195, 0.011358480900526047, 0.007696778979152441, 0.001368225202895701, -0.031232545152306557, -0.05628146603703499, -0.007467512972652912, 0.02613629586994648, -0.0005563788581639528, 0.020948339253664017, -0.02240253984928131, -0.026083892211318016, -0.017293188720941544, 0.003985948860645294, 0.012413103133440018, 0.011050608940422535, -0.007624723948538303, 0.003024670295417309, -0.014489595778286457, 0.027616698294878006, -0.021328264847397804, -0.007978448644280434, -0.02045050449669361, -0.021472375839948654, -0.02821933850646019, -0.005564607214182615, -0.022900372743606567, 0.03387892618775368, -0.0003637546906247735, -0.03959092125296593, -0.049993034452199936, -0.0301582720130682, -0.01862948015332222, -0.015511466190218925, 0.011522241868078709, 0.0048178560100495815, 0.02489170990884304, 0.023031381890177727, 0.00347501365467906, 0.03421955183148384, -0.012845432385802269, 0.025612259283661842, -0.04365219920873642, 0.008613841608166695, 0.003989224322140217, 0.003416059771552682, -0.0018848920008167624, 0.014895723201334476, -0.029712840914726257, -0.013100899755954742, 0.022834869101643562, -0.01583898812532425, -0.007133440114557743, 0.030001061037182808, -0.019232122227549553, -0.007146541029214859, -0.024144958704710007, 0.01959894597530365, 0.0035274173133075237, 0.008640043437480927, 0.03597507253289223, -0.011515690945088863, -0.0030656105373054743, -0.003733756486326456, 0.0014116220409050584, -0.019127314910292625, -0.017293188720941544, 0.009223033674061298, -0.0032555737998336554, 0.012360699474811554, -0.012386901304125786, 0.001840676530264318, 0.020214688032865524, 0.007670577149838209, 0.0316779762506485, 0.004437929950654507, -0.011037508025765419, 0.005420497618615627, -0.0032162710558623075, -0.0015016907127574086, -0.009655363857746124, 0.0018750663148239255, 0.0027888540644198656, 0.018459169194102287, 0.003956472035497427, -0.014764714054763317, 0.01722768321633339, 0.009268886409699917, 0.0056464881636202335, -0.015616272576153278, 0.025612259283661842, 0.006324459332972765, -0.0003844295279122889, -0.0265424232929945, 0.013480826281011105, 0.018943902105093002, 0.01628441922366619, -0.0271188635379076, -0.00427744397893548, -0.009891179390251637, -0.0010431591654196382, 0.0009539093007333577, 0.004506709519773722, -0.013886954635381699, 0.018812892958521843, 0.022887272760272026, -0.012517910450696945, -0.010506922379136086, 0.017843425273895264, 0.008515585213899612, 0.0006390782655216753, -0.01396555919200182, 0.19326448440551758, -0.02392224408686161, -0.012989542447030544, 0.04648199304938316, -0.017856527119874954, -0.007434760686010122, 0.023450611159205437, -0.0033276285976171494, 0.0013109088176861405, 0.004084205720573664, -0.010336610488593578, 0.00314912898465991, -0.03589646518230438, 0.00681246817111969, 0.015249447897076607, -0.03532002866268158, -0.032175809144973755, -0.01975615695118904, -0.022874170914292336, -0.001484495704062283, 0.0002740953932516277, -0.0066323308274149895, -0.01796133443713188, -0.0030377712100744247, 0.026765139773488045, -0.009969784878194332, -0.0031000005546957254, 0.012517910450696945, 0.02558605745434761, 0.009550556540489197, -0.003039408940821886, 0.0040318020619452, -0.01557696983218193, 0.006504597142338753, -0.015590070746839046, 0.010290756821632385, 0.03028928115963936, 0.01313365250825882, 0.037887804210186005, 0.02976524457335472, -0.01680845580995083, -0.029843850061297417, -0.01877358928322792, -0.013939357362687588, 0.010447967797517776, 0.03642050176858902, 0.015066035091876984, -0.016651244834065437, -0.012210038490593433, 0.009255786426365376, -0.011050608940422535, -0.008319071494042873, 0.024957215413451195, 0.01188251655548811, -0.01569487899541855, 0.006615954451262951, -0.013572532683610916, 0.018393663689494133, -0.022756263613700867, 0.019258324056863785, -0.02866476960480213, 0.009891179390251637, -0.012747175991535187, 0.030263079330325127, 0.002774115651845932, 0.028271742165088654, 0.006226202938705683, -0.0073823570273816586, -0.016009299084544182, -0.007670577149838209, 0.024013949558138847, 0.011509140953421593, -0.0011708929669111967, 0.024537986144423485, 0.011568094603717327, -0.007022082339972258, 0.0106313806027174, 0.011227471753954887, 0.027066459879279137, 0.028455154970288277, -0.018393663689494133, -0.00833217240869999, -0.02698785439133644, 0.006560275796800852, 0.0016081355279311538, -0.025271635502576828, 0.02529783733189106, -0.027197469025850296, 0.003152404213324189, -0.007624723948538303, -0.0010800054296851158, -0.020817330107092857, -0.001121764536947012, -0.012262442149221897, 0.018105443567037582, -0.0044019026681780815, -0.02625420317053795, 0.02667343243956566, 0.013369468972086906, -0.00030254892772063613, -0.010343160480260849, 0.03668252006173134, 0.008810355328023434, 0.029110200703144073, -0.004873534664511681, -0.015747282654047012, -0.03555584326386452, 0.00583972642198205, -0.002790491795167327, -0.00039466461748816073, -0.008214264176785946, -0.0328308567404747, 0.023817436769604683, -0.007284100633114576, -0.017280086874961853, 0.02305758371949196, -0.014712311327457428, -0.03131115064024925, -0.004067829344421625, 0.005309139844030142, 0.0008613842073827982, -0.0047490764409303665, 0.027564294636249542, 0.02085663378238678, -0.0053680939599871635, 0.013009194284677505, -0.017856527119874954, 0.008004649542272091, 0.01944173499941826, -0.02890058606863022, 0.019978873431682587, -0.02447248063981533, 0.010742737911641598, 0.009039620868861675, 0.0022893822751939297, -0.02114485204219818, 0.004997993353754282, -0.018957002088427544, -0.013664239086210728, 0.022481145337224007, -0.02153787948191166, -0.003095087595283985, 0.013041946105659008, 0.002266455674543977, 0.0025694139767438173, -0.023280300199985504, 0.020371899008750916, 0.023044483736157417, -0.007827787660062313, 0.0036977289710193872, -0.004421553574502468, -0.03133735433220863, 0.008076705038547516, -0.01208558026701212, 0.019716855138540268, 0.01696566492319107, -0.00587247870862484, -0.024524884298443794, 0.018865296617150307, -0.004143159836530685, -0.015393557958304882, -0.017018068581819534, 0.019389331340789795, -0.007978448644280434, -0.011423984542489052, -0.007546118460595608, -0.16549056768417358, 0.023280300199985504, -0.00628843205049634, -0.004041627515107393, 0.004821131471544504, 0.016795353963971138, -0.006213102024048567, 0.010244904085993767, 0.026935450732707977, -0.006674908567219973, -0.007061385083943605, -0.005030745640397072, -0.016035500913858414, -0.005148653872311115, 0.006838670000433922, -0.001186450244858861, 0.008771052584052086, 0.025952883064746857, 0.020542211830615997, 0.0067076608538627625, 0.020044377073645592, -0.01195457112044096, 0.03867385908961296, -0.010624829679727554, 0.0039138938300311565, 0.016638142988085747, -0.009209932759404182, 0.005142103414982557, 0.009268886409699917, -0.012131433933973312, 0.0036322246305644512, -0.0050340211018919945, 0.02905779704451561, 0.029005393385887146, -0.016638142988085747, -0.019808560609817505, -0.00014339345216285437, 0.003782884916290641, -0.004038352519273758, 0.0035601695999503136, 0.026765139773488045, 0.035110414028167725, -0.012609616853296757, 0.01835436187684536, 0.022179823368787766, 0.006651982199400663, 0.008849658071994781, -0.0008159404387697577, 0.01877358928322792, -0.005515479017049074, 0.01418827474117279, -0.010048390366137028, 0.02448558248579502, -0.001504147076047957, -0.0019782360177487135, -0.0021829374600201845, -0.005695616360753775, 0.00931474007666111, 0.0033309038262814283, -0.005846276879310608, 0.005597359500825405, -0.03183518722653389, -0.018930800259113312, -0.004424829035997391, 0.011509140953421593, -0.0035437934566289186, -0.01118816900998354, 0.0008237190777435899, -0.003231009468436241, 0.007493714801967144, -0.012275543063879013, -0.024092555046081543, 0.016009299084544182, -0.026621028780937195, -0.00733650429174304, 0.03241162747144699, -0.004640993662178516, -0.010316958650946617, 0.009098575450479984, 0.028324145823717117, -0.005397570785135031, 0.017070472240447998, -0.014227577485144138, 0.017345592379570007, 0.008456630632281303, -0.02097454108297825, 0.016651244834065437, 0.0008048865711316466, 0.02406635321676731, -0.004126783460378647, 0.0026693083345890045, -0.01653333567082882, -0.019716855138540268, -0.026791341602802277, 0.007447861600667238, 0.012151084840297699, 0.003723930800333619, 0.007369256112724543, 0.019782358780503273, -0.007323403377085924, 0.0035699952859431505, -0.00862039253115654, -0.007526467088609934, 0.005748020019382238, 0.004601691383868456, 0.012563763186335564, -0.0006439911085180938, 0.003982673864811659, 0.031101537868380547, -0.011417434550821781, -0.034691184759140015, -0.0053680939599871635, 0.018157847225666046, 0.04160846024751663, -0.00828631967306137, 0.009465400129556656, 0.014476494863629341, 0.0010505284881219268, 0.02681754343211651, -0.020751826465129852, 0.007480613887310028, -0.018432967364788055, -0.016742950305342674, 0.015445961616933346, -0.018996305763721466, -0.0135594317689538, -0.0945884957909584, -0.024695197120308876, 0.010454518720507622, 0.00841732881963253, 0.0002569004718679935, 0.002939514582976699, 0.0025039096362888813, -0.0015925781335681677, 0.0233589056879282, 0.02320169471204281, -0.011279875412583351, -0.01933692954480648, -0.00183412607293576, -0.01945483684539795, -0.019808560609817505, -0.009989436715841293, 0.0015680140350013971, -0.018852194771170616, -0.015210145153105259, 0.013782147318124771, -0.03047269396483898, -0.00629825796931982, -0.0017784471856430173, 0.006671633571386337, -0.01021215133368969, 0.00431019626557827, -0.0057840473018586636, 0.010153197683393955, 0.01862948015332222, -0.0015606447122991085, 0.00375340785831213, 0.0010087692644447088, 0.013454624451696873, -0.017581408843398094, 0.0035175916273146868, 0.010454518720507622, 0.005289488472044468, -0.024668995290994644, 0.008502484299242496, -0.002181299962103367, -0.008220815099775791, -0.007231696974486113, 0.009458850137889385, -0.02389604225754738, -0.0073954579420387745, -0.02224532887339592, -0.016991866752505302, 0.016323721036314964, -0.040796201676130295, -0.03532002866268158, -0.015629373490810394, 0.0018472268711775541, -0.008633493445813656, -0.03099673055112362, 0.019101113080978394, -0.0036977289710193872, 0.005810249131172895, 0.006550449877977371, -0.01807924173772335, -0.002227152930572629, 0.0056464881636202335, -0.012622717767953873, -0.023123089224100113, 0.018825992941856384, 0.006766614969819784, 0.008174961432814598, -0.033826522529125214, -0.0032326471991837025, 0.020345697179436684, -0.0161272082477808, 0.009072373621165752, 0.023332703858613968, -0.007113788742572069, 0.01682155579328537, -0.015131539665162563, -0.01418827474117279, -0.004529636353254318, -0.003432435914874077, 0.010755838826298714, -0.00029599847039207816, 0.00034635505289770663, -0.013533229939639568, 0.015537668019533157, -0.013795248232781887, 0.0016032226849347353, 0.009616061113774776, 0.023686427623033524, 0.009065822698175907, 0.009150979109108448, -0.04145124927163124, 0.018878396600484848, 0.025206131860613823, 0.015039833262562752, -0.006216377019882202, -0.024564187973737717, -0.0033259910997003317, -0.006671633571386337, -0.01641542837023735, 0.007736081723123789, 0.0015311676543205976, 0.004385526292026043, -0.015288750641047955, -0.05329446122050285, 0.009792922995984554, -0.022468043491244316, 0.010022188536822796, 0.02016228623688221, -0.02866476960480213, 0.01244585495442152, -0.021865403279662132, 0.0018030114006251097, 0.021184155717492104, -0.015131539665162563, 0.023568520322442055, -0.015799686312675476, -0.012662019580602646, -0.01878669112920761, -0.01293713878840208, 0.00888896081596613, -0.002174749504774809, -0.0019569469150155783, 0.001698204199783504, 0.01250480953603983, 0.010657582432031631, 0.037206556648015976, -0.004542737267911434, -0.005413947161287069, 0.020817330107092857, -0.022022612392902374, 0.02000507526099682, -0.014659907668828964, -0.020922137424349785, 0.023974647745490074, -0.006520973052829504, 0.01161394827067852, 0.01838056370615959, -0.005761120934039354, 0.012092131190001965, -0.015773484483361244, 0.02434147335588932, 0.02597908489406109, 0.025127526372671127, -0.008790704421699047, -0.02404015138745308, 0.0013248284813016653, -0.007343054749071598, 0.002300845691934228, 0.006537348963320255, -0.022874170914292336, -0.0183674618601799, 0.003088537137955427, 0.022048814222216606, 0.03374791890382767, 0.011705654673278332, -0.009354042820632458, -0.017450399696826935, -0.009412996470928192, -0.02460348978638649, 0.033852726221084595, -0.00028740099514834583, -0.00924268551170826, -0.021380668506026268, 0.04407142847776413, 0.027590496465563774, 0.01666434481739998, -0.015275649726390839, 0.007087586913257837, 0.004143159836530685, -0.03018447384238243, 0.0006718305521644652, -0.0034488120581954718, -0.020647019147872925, -0.009982885792851448, -0.021171053871512413, -0.003484839340671897, 0.008712098933756351, 0.026594826951622963, -0.011417434550821781, -0.023712629452347755, 0.00503729609772563, -0.007880191318690777, 0.011430535465478897, 0.02629350684583187, -0.01806614175438881, -0.010506922379136086, -0.0035830962006002665, 0.04226350411772728, 0.0047425259836018085, -0.0023810886777937412, 0.006308083422482014, -0.007690228521823883, 0.0072447978891432285, -0.016336822882294655, 0.019926469773054123, 0.013415321707725525, 0.0041169580072164536, -0.005934707820415497, -0.005522029474377632, 0.002764289965853095, 0.030079666525125504, 0.012622717767953873, 0.009897730313241482, 0.01523634698241949, 0.005187956616282463, 0.002210776787251234, -0.0073823570273816586, -0.03366931527853012, 0.0070482841692864895, -0.019546542316675186, -0.006560275796800852, -0.0022828318178653717, 0.03715415298938751, -0.006065716966986656, -0.00569889135658741, 0.027878714725375175, 0.0012421291321516037, -0.03820222616195679, 0.036499109119176865, 0.015472163446247578, 0.007323403377085924, -0.0319661982357502, 0.001879979157820344, -0.004922663327306509, -0.016428528353571892, 0.014725412242114544, -0.04755626618862152, 0.01682155579328537, 0.003733756486326456, 0.02557295747101307, -0.030970528721809387, 0.011875965632498264, -0.005960909649729729, -0.0015213420847430825, -0.02573016844689846, 0.01805303990840912, 0.005748020019382238, -0.015314952470362186, -0.006281881593167782, 0.03348590061068535, 0.008299420587718487, 0.0146075040102005, 0.0802823156118393, 0.040822405368089676, 0.007906393148005009, 0.012544112280011177, 0.004339673090726137, 0.0212627612054348, -0.001510697533376515, 0.0026070792227983475, -0.00046753836795687675, -0.010618279688060284, 0.0236471239477396, -0.001315821660682559, 0.0035470686852931976, -0.029922455549240112, 0.00222387770190835, 0.02253354899585247, -0.008122557774186134, -0.01641542837023735, -0.00021432254288811237, -0.010873747058212757, 0.012878185138106346, -0.025939783081412315, 0.018537772819399834, -0.012609616853296757, -0.015288750641047955, -0.002906762296333909, 0.021446174010634422, -0.021603384986519814, -0.023673325777053833, -0.029031595215201378, 0.017581408843398094, 0.023018281906843185, -0.032883260399103165, -0.012033176608383656, 0.016310621052980423, 0.003995774779468775, -0.0008605654002167284, -0.0352938249707222, 0.014057265594601631, 0.036656320095062256, 0.0061312210746109486, 0.010126995854079723, -0.01264891866594553, -0.0067011103965342045, -0.008987217210233212, -0.003956472035497427, 0.011456737294793129, -0.0030737987253814936, -0.01112266443669796], \"c160e1d3-f098-4b9c-9821-51445b8c218b\": [-0.013039888814091682, 0.003539593191817403, 0.010618779808282852, -0.04561233147978783, -0.002666630083695054, -0.0007229227339848876, -0.030089952051639557, -0.02093747816979885, -0.015467817895114422, -0.026570819318294525, 0.030908355489373207, 0.015222297050058842, -0.01634078100323677, -0.0017817317275330424, -0.013906031847000122, 0.006891635712236166, 0.0069973464123904705, -0.029107868671417236, 0.018168548122048378, -0.020487356930971146, -0.02734830230474472, 0.011935045011341572, -0.012855748645961285, -0.01773206703364849, -0.011341702193021774, -0.011519023217260838, 0.005916372407227755, -0.027798423543572426, -0.002059647813439369, -0.007829389534890652, 0.01946435309946537, -0.009363895282149315, -0.028398586437106133, -0.0039010546170175076, -0.014158372767269611, 0.005234369542449713, 0.0016581186791881919, -0.004896778147667646, 0.015495098195970058, -0.027048220857977867, 0.013149009086191654, 0.0008111568167805672, -0.0061721233651041985, 0.007570228539407253, -0.023133527487516403, 0.025411415845155716, 0.004562597256153822, -0.01634078100323677, -0.0026649250648915768, 0.016313500702381134, 0.007904409430921078, 0.006107333116233349, -0.031508516520261765, -0.016490822657942772, 0.009111554361879826, 0.01244654692709446, -0.023638209328055382, 0.010052717290818691, -0.005616290960460901, -0.010305059142410755, 0.013394529931247234, 0.020323676988482475, -0.02793482504785061, -0.021633122116327286, -0.03333628550171852, -0.0058549921959638596, -0.010004977695643902, 0.02168768085539341, 0.010175478644669056, -0.005660621449351311, 0.005578781012445688, -0.0018328818259760737, 0.011600863188505173, -0.021878642961382866, 0.03088107518851757, -0.019259752705693245, -0.034700289368629456, -0.019928114488720894, 0.0033196473959833384, 0.007768009323626757, 0.0006717725191265345, -0.019900834187865257, -0.020787438377738, 0.04190223664045334, 0.008313611149787903, -0.0045796469785273075, 0.0116213234141469, 0.015385977923870087, -0.023297207430005074, 0.00482175825163722, -0.0007996479980647564, 0.008231771178543568, 0.010741540230810642, -0.0015822459245100617, 0.013087629340589046, 0.03723733872175217, -0.010782460682094097, 0.008504572324454784, -0.0015958859585225582, -0.0038601343985646963, 0.012603407725691795, 0.03311804309487343, -0.025234093889594078, -0.018182188272476196, -0.05074099078774452, 0.00010496445611352101, 0.005575370974838734, -0.0074747479520738125, 0.005926602054387331, 0.00796579010784626, -0.03440020978450775, 0.02867138758301735, 0.008750093169510365, -0.016613582149147987, -0.02407469041645527, -0.014185653068125248, -0.0032088221050798893, -0.03581877425312996, -0.023720048367977142, -0.009111554361879826, 0.009745816700160503, 0.026993662118911743, 0.0220150426030159, -0.0045421370305120945, 0.02316080778837204, 0.007276967167854309, 0.004095425363630056, -0.003590743523091078, 0.0016299861017614603, -0.014935855753719807, 0.0161771010607481, -0.03006267361342907, 0.014731255359947681, 0.0019948575645685196, -0.026325298473238945, 0.013592311181128025, -0.011785004287958145, 0.018032148480415344, -0.02554781548678875, -0.027962105348706245, 0.007570228539407253, 0.030280914157629013, -0.005759511608630419, 0.007454288192093372, 0.004862678237259388, 0.029271550476551056, 0.011178022250533104, 0.010502839460968971, -0.013585491105914116, -0.006659755017608404, -0.0011747494572773576, 0.00024573405971750617, -0.0008559132111258805, 0.0037066838704049587, 0.019614392891526222, 0.017759347334504128, -0.005906142294406891, 0.022451523691415787, -0.010727900080382824, -0.005449200514703989, -0.011682704091072083, 0.019614392891526222, -0.0005068131722509861, -0.004092015326023102, 0.007604328449815512, 0.03497309237718582, 0.007079186383634806, 0.00615848321467638, -0.014854015782475471, 0.018836909905076027, -0.014226573519408703, 0.005520810838788748, -0.02399284951388836, 0.006264193449169397, 0.0029155609663575888, 0.0339910089969635, 0.0025353445671498775, 0.023720048367977142, -0.015549658797681332, -0.04312984272837639, 0.011846384033560753, -0.01625894010066986, 0.009868577122688293, 0.024279290810227394, -0.02496129460632801, 0.001080974005162716, 0.013046708889305592, 0.011757723987102509, -0.005435560364276171, -0.011600863188505173, 0.013960592448711395, 0.032899804413318634, 0.002158538205549121, -0.01814126782119274, -0.6542859673500061, 0.000558815838303417, 0.026488980278372765, -0.024442972615361214, -0.008525031618773937, 0.028071224689483643, 0.010127738118171692, -0.0008299118489958346, -0.0186323095113039, 0.013933312147855759, -0.01511317677795887, 0.015126816928386688, 0.020719237625598907, -0.0075361281633377075, -0.011894124560058117, -0.0010076587786898017, 0.014226573519408703, 0.003536183387041092, 0.025275014340877533, 0.004395506344735622, -0.012889848090708256, -0.003921514842659235, 0.014513014815747738, -0.0006858388078399003, 0.010318698361515999, 0.0072360471822321415, 0.017841186374425888, -0.005759511608630419, -0.01913699135184288, 0.01560421846807003, -0.02332448773086071, 0.005670851096510887, 0.03172675892710686, 0.0064483340829610825, 0.048258502036333084, -0.0009360485128127038, -0.0025847896467894316, 0.019437072798609734, 0.012085085734724998, 0.05229595676064491, -0.020405516028404236, -0.013462730683386326, 0.035355012863874435, 0.02687090076506138, -0.008906953036785126, 0.00969807617366314, 0.015017696656286716, -0.0012062920723110437, -0.01838678866624832, 0.006083462852984667, -0.009718536399304867, -0.01466305460780859, -0.011478102765977383, -0.01462213508784771, -0.00797261018306017, 0.0055924211628735065, 0.010605139657855034, -0.010782460682094097, -0.0031031116377562284, 0.010209578089416027, -0.004709227476269007, 0.00846365187317133, -0.02561601623892784, -0.026652660220861435, 0.003017861396074295, 0.000868274481035769, 0.0013350200606510043, 0.009261595085263252, 0.020159995183348656, -0.012214666232466698, 0.019027872011065483, 0.03238148242235184, 0.0036623538471758366, -0.015713339671492577, -0.013271769508719444, 0.023951929062604904, 0.03079923614859581, 0.0032719073351472616, -0.04179311543703079, -0.005981162656098604, 0.00945255532860756, 0.013735531829297543, -0.004838807974010706, -0.01987355388700962, 0.015222297050058842, 0.018536830320954323, -0.014226573519408703, -0.016395341604948044, 0.007768009323626757, 0.009186574257910252, 0.023474527522921562, -0.006311933510005474, -0.015563298016786575, -0.026748141273856163, -0.003261677222326398, 0.021046599373221397, -0.016531741246581078, 0.0016828413354232907, -0.009009254164993763, 0.013510470278561115, -0.035273171961307526, 0.004859268199652433, -0.008163570426404476, -0.012091905809938908, 0.04424832761287689, 0.01658630184829235, 0.0003435587859712541, 0.004286386072635651, 0.014322053641080856, -0.03251788020133972, 0.003391257720068097, -0.010461919009685516, 0.026761779561638832, 0.008559131994843483, 0.016709063202142715, -0.02537049539387226, 0.02505677379667759, 0.0076384288258850574, 0.017145544290542603, -0.0014910281170159578, 0.007911229506134987, -0.00801352970302105, 0.002074992749840021, -0.0059231920167803764, 0.011519023217260838, 0.003084356663748622, 0.01830494962632656, -0.02497493289411068, 0.007822569459676743, 0.0050058988854289055, -0.005411690101027489, -0.0065335845574736595, 0.0001517455675639212, -0.01668178290128708, 0.007529308088123798, 0.011273502372205257, -0.0006969213718548417, -0.01938251219689846, 0.019655313342809677, -0.014212933368980885, -0.00982083659619093, -0.011641783639788628, -0.010168658569455147, -0.010625599883496761, -0.01699550449848175, -0.023297207430005074, -0.0054457904770970345, 0.0005456020589917898, -0.00622327346354723, 0.011287142522633076, -0.001338429981842637, -0.0001321379968430847, 0.014458454214036465, 0.026884540915489197, 0.008545491844415665, 0.006482434459030628, -0.011778184212744236, -0.01988719403743744, 0.00579020194709301, 0.0012207846157252789, -0.02193320170044899, 0.015044976025819778, 0.005309389904141426, -0.012821648269891739, -0.008784192614257336, -0.00453872699290514, 0.0021824082359671593, 0.029271550476551056, 0.0020391875877976418, -0.03161763772368431, 0.003781704232096672, -0.016490822657942772, -0.010134558193385601, 0.032245080918073654, -0.0038567243609577417, 0.038819584995508194, -0.01815490797162056, -0.014813095331192017, 0.0023512039333581924, -0.00681661581620574, 0.022519724443554878, 0.017118263989686966, -0.00351231312379241, -0.01855047047138214, 0.020064515992999077, 0.001834586844779551, 0.005302569828927517, 0.030171792954206467, -0.027621103450655937, 0.005309389904141426, -0.008981973864138126, 0.033227164298295975, -0.00029752362752333283, 0.0030195664148777723, -0.003249742090702057, 0.02692546136677265, -0.0016146410489454865, 0.012064625509083271, 0.008490932174026966, 0.004514856729656458, 0.028862347826361656, 0.009854936972260475, 0.009827656671404839, -0.012126005254685879, 0.014472094364464283, -0.036909978836774826, 0.0005055344081483781, -0.020146355032920837, 0.027307381853461266, 0.004671717528253794, 0.03292708471417427, -0.016900023445487022, -0.01773206703364849, -0.017854826524853706, -0.011355342343449593, 0.014649415388703346, 0.013687791302800179, 0.010898401029407978, 0.00037233077455312014, -0.008661432191729546, 0.012105545029044151, -0.017963947728276253, 0.02069195732474327, -0.010114097967743874, -0.017118263989686966, 0.013735531829297543, 0.017131904140114784, 0.023188086226582527, 0.0008426994318142533, -0.036582618951797485, -0.015385977923870087, 0.03753742203116417, 0.00784984976053238, 0.02382916957139969, 0.0010792691027745605, 0.007904409430921078, 0.029762592166662216, -0.03472756966948509, 0.030362753197550774, -0.015317777171730995, 0.005704951472580433, 0.039801668375730515, 0.04001991078257561, -0.020078156143426895, 0.009138834662735462, 0.02191956155002117, 0.01781390607357025, -0.0033707977272570133, -0.02455209195613861, 0.010223218239843845, -0.001998267602175474, 0.04092015326023102, -0.011887304484844208, -0.006642704829573631, 0.03630981594324112, -0.01970987394452095, 0.010393719188869, 0.007658888585865498, 0.009466195479035378, 0.03660989925265312, -0.013449090532958508, 0.017609305679798126, -0.009759456850588322, -0.011280322447419167, -0.0009462785674259067, -0.002018727594986558, -0.0037782941944897175, -0.005213909782469273, 0.021087519824504852, 0.003234397154301405, -0.010407359339296818, 0.004613747354596853, -0.007590688299387693, 0.0005473070777952671, -0.005674261134117842, -0.0019709873013198376, 0.03131755813956261, -0.02134668081998825, 0.006475614383816719, 0.03259972110390663, -0.014676694758236408, -0.016231661662459373, 0.019205192103981972, -0.00038490520091727376, 0.014021972194314003, -0.018032148480415344, 0.010591499507427216, 0.003573693335056305, 0.0019147221464663744, 0.0031150467693805695, -0.005057048983871937, 0.04613065347075462, 0.026570819318294525, -0.02340632863342762, 0.004872908350080252, 0.00568790128454566, 0.015290497802197933, -0.010980241000652313, -0.003017861396074295, 0.013817371800541878, 0.014553934335708618, 0.017350144684314728, -0.01905515231192112, 0.007672528736293316, 0.046867214143276215, -0.015740619972348213, -0.02965347096323967, -0.0380830243229866, -0.007208766881376505, -0.008593232370913029, 0.011860024183988571, -0.01668178290128708, -0.011819104664027691, -0.0025285244919359684, 0.00957531575113535, 0.021333040669560432, -0.012023705057799816, -0.00033055810490623116, 0.0263662189245224, 0.021742241457104683, -0.0006304261041805148, -0.032572440803050995, -0.029353389516472816, 0.0443301647901535, 0.05123203247785568, 0.011894124560058117, -0.007686168886721134, 0.0058311219327151775, -0.02224692329764366, -0.013742351904511452, -0.03221780061721802, -0.004889958538115025, 0.03303620219230652, 0.005895912181586027, -0.03199956193566322, 0.004429606720805168, 0.004245466087013483, 0.0009769686730578542, 0.0038328543305397034, -0.0007016101153567433, 0.0005383557872846723, -0.0046410271897912025, -0.015044976025819778, -0.023856449872255325, -0.0006027197814546525, -0.03581877425312996, 0.00977309700101614, 0.02126483991742134, 0.004207955673336983, -0.01921883225440979, 0.014485734514892101, 0.02981715276837349, -0.009207034483551979, -0.015795178711414337, 0.006134612951427698, -0.003022976452484727, 0.0029956961516290903, 0.007993070408701897, -0.02736194245517254, 0.038546785712242126, 0.007556588388979435, 0.01897331140935421, -0.006250553298741579, 0.011082541197538376, 0.00124294962733984, 0.014594854786992073, -0.0021090928930789232, -0.013510470278561115, 0.02397920936346054, -0.010093637742102146, 0.011512203142046928, 0.023379048332571983, 0.00033524687751196325, 0.010871120728552341, 0.021946841850876808, 0.0012855748645961285, -0.015208656899631023, -0.0010349388467147946, 0.01342863030731678, 0.006107333116233349, 0.018345868214964867, -0.019109711050987244, -0.018004868179559708, -0.049813468009233475, 0.0014484028797596693, -0.007590688299387693, 3.5938337532570586e-05, -0.02685726061463356, -0.02119663916528225, -0.013817371800541878, -0.0008614544640295208, -0.016490822657942772, -0.02069195732474327, 0.001080121612176299, 0.01840042881667614, -0.016722703352570534, -0.038737744092941284, -0.020896557718515396, 0.0006866913172416389, 0.012855748645961285, 0.012255585752427578, -0.002826900687068701, 0.001773206633515656, 0.027730224654078484, -0.010420999489724636, -0.008027169853448868, 0.009295694530010223, -0.042666081339120865, -0.011409902945160866, -0.004378456622362137, -0.03734645992517471, -0.015140457078814507, -0.008552311919629574, 0.016149820759892464, 0.006451744120568037, -0.003026386257261038, 0.0193006731569767, 0.001790256705135107, 0.0054696607403457165, 0.015017696656286716, 0.005050228908658028, 0.0035702832974493504, 0.006765465252101421, -0.014676694758236408, 0.004896778147667646, -0.021974122151732445, -0.01387875247746706, -0.0022454934660345316, 0.010475559160113335, 0.018414068967103958, -0.011225761845707893, -0.0028456556610763073, 0.0006977738812565804, 0.006932556163519621, 0.0030741265509277582, 0.01499041635543108, 0.012835288420319557, 0.0035430032294243574, 0.02167404070496559, 0.009370715357363224, 0.007502028252929449, 0.017800265923142433, 0.010284598916769028, -0.01404925249516964, 0.004057915415614843, -0.02569785714149475, -0.0006406561587937176, -0.009623056277632713, -0.0023460888769477606, 0.0052821096032857895, -0.01224194560199976, -0.02430657111108303, -0.00011135823297081515, -0.008102190680801868, -0.005374180153012276, 0.01995539478957653, -0.014158372767269611, -0.007938509806990623, -0.04689449444413185, -0.0009931662352755666, -0.018673229962587357, -0.015836099162697792, -0.0201190747320652, 0.00037339641130529344, -0.017295584082603455, 0.006400594022125006, 0.00797261018306017, -0.03590061515569687, 0.028125785291194916, -0.03742830082774162, -0.020105434581637383, -0.007488388102501631, -0.012255585752427578, 0.03660989925265312, -0.011355342343449593, 0.019341591745615005, -0.0030161563772708178, -0.001198619487695396, -0.010073177516460419, -0.022233283147215843, -0.005346899852156639, -0.0018925571348518133, 0.05379636213183403, 0.027907544746994972, 0.008511392399668694, -0.030335474759340286, 0.00932297483086586, -0.007658888585865498, 0.012126005254685879, 0.0048660882748663425, -0.003469688119366765, 0.008995614014565945, 0.001112516620196402, 0.007106466684490442, -0.0034219478257000446, 0.01789574697613716, -0.006727955304086208, 0.017350144684314728, 0.013981052674353123, 0.01379691157490015, -0.01584973931312561, 0.013387709856033325, 0.004422786645591259, -0.024674853309988976, -0.01939615234732628, 0.010073177516460419, -0.02736194245517254, 0.00989585742354393, -0.03311804309487343, -0.00976627692580223, -0.004831988364458084, -0.019655313342809677, -0.005589011125266552, -0.020841998979449272, 0.01707734353840351, -0.021469440311193466, 0.03344540670514107, 0.011021161451935768, -0.015222297050058842, -0.00952757615596056, -0.028944188728928566, -0.027075501158833504, 0.007167846895754337, 0.0065710945054888725, 0.011662243865430355, -0.011171202175319195, 0.009854936972260475, -0.01568605937063694, -0.011546303518116474, 0.03598245605826378, -0.02013271488249302, -0.01437661424279213, -0.004010174889117479, -0.011716803535819054, 0.002276183571666479, -0.025397775694727898, -0.02629801817238331, -0.005292339716106653, -0.002900215797126293, 0.013592311181128025, -0.012344246730208397, 0.010564219206571579, -0.02471577189862728, -0.013769631274044514, 0.0023563187569379807, -0.010605139657855034, 0.028071224689483643, 0.0065949647687375546, 0.03410012647509575, 0.011975964531302452, 0.009343435056507587, -0.014717615209519863, -0.007856669835746288, 0.011307602748274803, -0.002538754604756832, 0.02095111832022667, 0.020678317174315453, -0.007590688299387693, -0.022615205496549606, 0.005612880922853947, -0.0008499457035213709, 0.010987061075866222, -0.009732176549732685, 0.042911600321531296, 0.003207117086276412, -0.03358180448412895, -0.02628437802195549, -0.017350144684314728, -0.024702133610844612, 0.025438696146011353, -0.012944408692419529, 0.013073989190161228, -0.0077611892484128475, 0.0005204532062634826, -0.0016964813694357872, 0.028971469029784203, 0.006762055214494467, 0.028698667883872986, 0.004617157392203808, 0.012671607546508312, 0.01659994199872017, 0.00447393674403429, -0.024593012407422066, 0.012542027048766613, -0.0017382539808750153, 0.014076532796025276, -0.006001622416079044, -0.024838533252477646, -0.0010051012504845858, 0.04165671765804291, 0.01568605937063694, -0.002185818273574114, 0.004487576894462109, 0.02661173976957798, -0.005537860561162233, -0.007774829398840666, 0.03047187440097332, -0.012501106597483158, 0.006792745552957058, -0.01709098368883133, 0.0004978618817403913, -0.011089361272752285, 0.0002271920966450125, -0.02226056344807148, 0.019123351201415062, 0.00969125609844923, -0.01087794080376625, -0.018195828422904015, -0.004729687701910734, -0.00797261018306017, -0.02332448773086071, -0.019941754639148712, 0.006219863425940275, -0.024934014305472374, -0.009104734286665916, -0.000540487002581358, 0.004535316955298185, 0.03846494480967522, 0.0010392013937234879, 0.00603572279214859, -0.004419376607984304, 0.029871711507439613, -0.02644805982708931, 0.009875397197902203, 0.006042542867362499, 0.012651147320866585, -0.026516258716583252, 0.010448278859257698, 0.011416723020374775, -0.02777114510536194, 0.007045086473226547, -0.007720268797129393, -0.029926272109150887, -0.01797758787870407, 0.020023595541715622, -0.001419417792931199, 0.010482379235327244, 0.015249577350914478, 0.013442270457744598, 0.011928224936127663, 0.0016291335923597217, 0.008988793939352036, -0.029789872467517853, 0.013333150185644627, -0.03199956193566322, -0.0217558816075325, 0.026257097721099854, -0.018591389060020447, -3.146269591525197e-05, -0.01962803304195404, 0.006908685900270939, -0.0033332875464111567, -0.007918049581348896, -0.040620073676109314, -0.003631663741543889, 0.030690114945173264, -0.01269206777215004, 0.005558320786803961, -0.02183772251009941, -0.02687090076506138, -0.0102641386911273, 0.012385166250169277, 0.0038840046618133783, 0.00028068668325431645, -0.0037714741192758083, 0.011444003321230412, 0.006168713327497244, 0.024211090058088303, -0.01609526015818119, -0.02054191753268242, -0.01947799324989319, -0.03134483844041824, -0.010223218239843845, -0.012719348073005676, -0.017691146582365036, 0.02134668081998825, 0.0117509039118886, -0.03262700140476227, -0.04255696013569832, -0.01790938712656498, -0.018877830356359482, -0.030171792954206467, 0.01207144558429718, 0.0036384835839271545, 0.020760158076882362, 0.02530229464173317, -0.00800670962780714, 0.014594854786992073, -0.00417044572532177, 0.010250498540699482, -0.029626190662384033, -0.015072256326675415, 0.006574504543095827, -0.010243678465485573, 0.01150538306683302, 0.006451744120568037, -0.03227236121892929, 0.008224951103329659, -0.001070744008757174, -0.007515668403357267, 0.006117562763392925, 0.026066137477755547, -0.002397238975390792, -0.010598319582641125, -0.018195828422904015, 0.015154097229242325, 0.004889958538115025, 0.0011525843292474747, 0.0478220209479332, -0.02728010155260563, 0.00229834858328104, 0.012964868918061256, 0.021292120218276978, -0.012998968362808228, -0.006550634745508432, 0.009254775010049343, -0.007590688299387693, 0.020964758470654488, 0.01709098368883133, -0.0002943267172668129, 0.012098724953830242, -2.847893483703956e-05, 0.02086927741765976, -0.002821785630658269, -0.0037987541873008013, 0.007979430258274078, -0.0015097832074388862, -0.006506304256618023, -0.00017252533871214837, 0.010441458784043789, -0.013012608513236046, -0.007754369173198938, 0.004173855762928724, -0.00702462624758482, 0.009725356474518776, -0.009295694530010223, 0.00017145970195997506, -0.013087629340589046, 0.016299860551953316, 0.010482379235327244, -0.017431985586881638, -0.0116963442414999, -0.002586494665592909, -0.005722001660615206, -0.00882511306554079, -0.030662834644317627, -0.012255585752427578, -0.02373368851840496, -0.01962803304195404, 0.0033827326260507107, -0.0026905001141130924, -0.011941865086555481, 0.00296671106480062, 0.015549658797681332, -0.0037953441496938467, -0.031835880130529404, 0.0029820562340319157, -0.00038192144711501896, -0.014485734514892101, 0.005520810838788748, 0.19794441759586334, -0.006141433026641607, -0.008654612116515636, 0.0232426468282938, -0.0009394585504196584, 0.0046410271897912025, 0.020146355032920837, 0.000557537074200809, -0.007488388102501631, 0.009336614981293678, 0.009125194512307644, 0.021005678921937943, -0.010823380202054977, -0.001675168750807643, 0.009438915178179741, -0.03390916809439659, -0.02127848006784916, -0.00012180139310657978, -0.03557325527071953, -0.004937698598951101, -0.01387875247746706, -0.005779971834272146, -0.011273502372205257, -0.00646879430860281, 0.02257428504526615, -0.012180565856397152, -0.0101891178637743, 0.011423543095588684, 0.01486765593290329, 0.017800265923142433, -0.01684546284377575, -0.00597775261849165, -0.0058754519559443, 0.012228305451571941, 0.012535206973552704, -0.0033656826708465815, 0.03920150548219681, 0.00457623740658164, 0.03112659603357315, 0.01429477334022522, -0.008347711525857449, -0.026802700012922287, -0.01601341925561428, -0.010591499507427216, 0.0009880511788651347, 0.0164362620562315, -0.00693937623873353, -0.012978509068489075, -0.006414234172552824, 0.005981162656098604, -0.023433607071638107, -0.0007433827850036323, 0.031072037294507027, 0.005677671171724796, 0.00023827464610803872, 0.009500295855104923, -0.006288063712418079, 0.03950158879160881, -0.03549141436815262, 0.030444594100117683, 0.003229282097890973, 0.021578561514616013, -0.007529308088123798, 0.001773206633515656, -0.000903653388377279, 0.023379048332571983, 0.0024517991114407778, -0.008845573291182518, -0.019096070900559425, -0.02669358067214489, 0.01700914464890957, 0.014826735481619835, -0.008654612116515636, -0.0015515558188781142, -0.008272690698504448, -0.02415653131902218, 0.001063071540556848, 0.01871415041387081, 0.032872524112463, 0.03210867941379547, -0.011928224936127663, -0.03630981594324112, -0.031017476692795753, 0.002513179322704673, -0.007311067543923855, -0.031072037294507027, 0.022124163806438446, -0.024442972615361214, 0.00011263698252150789, -0.020241836085915565, -0.00404768530279398, -0.010850660502910614, -0.005585601087659597, -0.015754258260130882, -0.0017322865314781666, 0.01773206703364849, 0.000658132485114038, 0.012958048842847347, -0.0032582671847194433, -0.016136180609464645, -0.02834402583539486, 0.05952518433332443, 0.028725948184728622, -0.002632529940456152, -0.027962105348706245, -0.0029257910791784525, -0.019000591710209846, 0.01511317677795887, -0.00617894297465682, 0.00017753378779161721, 0.0077134487219154835, -0.034700289368629456, 0.011662243865430355, -0.016327140852808952, -0.00993677694350481, 0.01132806297391653, 0.005292339716106653, -0.04031999036669731, -0.0053673600777983665, -0.011191662400960922, 0.010502839460968971, -0.0007502028020098805, 0.02602521702647209, 0.02093747816979885, -0.02029639668762684, 0.008327251300215721, -0.013012608513236046, -0.003703273832798004, -0.013033068738877773, -0.016777262091636658, 0.0006538699381053448, 0.000317983707645908, 0.015563298016786575, 0.018877830356359482, -0.007215586956590414, -0.015549658797681332, 0.018605029210448265, 0.0017339915502816439, 0.004736507777124643, 0.018700510263442993, -0.02054191753268242, -0.0028183755930513144, 0.017445625737309456, -0.0056844912469387054, 0.002743355231359601, -0.03459116816520691, 0.027307381853461266, 0.020228195935487747, -0.02159220166504383, -0.00812947005033493, -0.011355342343449593, -0.014772175811231136, -0.018591389060020447, -0.0064722043462097645, 0.016695423051714897, 0.0005958997644484043, -0.009254775010049343, -0.02883506752550602, 0.014281133189797401, 0.006697264965623617, -0.03554597496986389, -0.02389737032353878, 0.020159995183348656, 0.011607683263719082, -0.00857959222048521, -0.008272690698504448, -0.1761203408241272, 0.015181376598775387, 0.001387875177897513, -0.01132806297391653, 0.009009254164993763, -0.0013640051474794745, 0.00931615475565195, 0.019778074696660042, 0.021564921364188194, -0.0065335845574736595, 0.01964167319238186, -0.0217558816075325, -0.04293888062238693, -0.01700914464890957, 0.010236858390271664, 0.00965033657848835, 0.013810551725327969, 0.03284524381160736, 0.019437072798609734, -0.008627332746982574, 0.029626190662384033, 0.0012233421439304948, 8.663563494337723e-05, -0.014635775238275528, 0.003051961539313197, 0.011423543095588684, -0.010768820531666279, 0.009807196445763111, -0.004098835401237011, -0.023638209328055382, 0.010734720155596733, 0.009363895282149315, 0.004276155959814787, 0.025029493495821953, 0.014772175811231136, 0.004644437227398157, 0.0028916909359395504, -0.003573693335056305, 0.007106466684490442, 0.021701321005821228, 0.030908355489373207, 0.030662834644317627, -0.0036180235911160707, 0.021005678921937943, 0.024865813553333282, 0.0190415121614933, 0.019996315240859985, 0.011396262794733047, 0.0201190747320652, -0.007379267830401659, 0.012405626475811005, -0.02783934399485588, 0.017759347334504128, 0.0065710945054888725, -0.006182353012263775, 0.010605139657855034, -0.010427819564938545, 0.02834402583539486, 0.002409174107015133, -0.02891690842807293, -0.007754369173198938, -0.035682372748851776, 0.0026171847712248564, -0.029189709573984146, -0.014513014815747738, -0.014458454214036465, -0.013837832026183605, 0.015372337773442268, -0.006840485613793135, 0.020719237625598907, -0.011082541197538376, -0.007092826534062624, 0.024101970717310905, -0.01224194560199976, -0.004357996396720409, 0.013530930504202843, -0.008804652839899063, 0.006107333116233349, 0.025561455637216568, 0.016463542357087135, 0.00239212391898036, 0.013906031847000122, -0.021087519824504852, 0.021824082359671593, -0.02306532673537731, 0.007331527303904295, 0.022628845646977425, 0.010734720155596733, -0.0012233421439304948, 0.003000811208039522, 0.01392649207264185, -0.016163460910320282, -0.019614392891526222, -0.02850770764052868, 0.012576127424836159, 0.016149820759892464, 0.00677910540252924, 0.010980241000652313, 0.013264949433505535, 0.016054339706897736, 0.0025165893603116274, -0.00013650707842316478, -0.009234314784407616, 0.02333812788128853, 0.01027095876634121, 0.0008137142867781222, -0.006322163622826338, 0.005490120500326157, 0.04937698692083359, -0.012473827227950096, -0.05330532044172287, 0.0005379295325838029, 0.015126816928386688, 0.03227236121892929, -0.006090282928198576, 0.03761926293373108, 0.006693854928016663, -0.011512203142046928, 0.033718205988407135, -6.0687572840834036e-05, 0.01833222806453705, -0.026911821216344833, -0.002671745140105486, 0.002983761252835393, 0.0031764269806444645, -0.02257428504526615, -0.08838753402233124, -0.0410565547645092, 0.005681081209331751, -0.007672528736293316, 0.00801352970302105, 0.012671607546508312, 0.0011338292388245463, 0.019409792497754097, 0.00351231312379241, 0.027798423543572426, -0.013299049809575081, -0.005265059880912304, -0.002733125351369381, -0.0043511763215065, 0.016245301812887192, -0.004054505378007889, -0.006884815637022257, -0.009125194512307644, -0.024538451805710793, 0.02432021126151085, -0.018127627670764923, -0.02423837035894394, 0.007665708661079407, 0.002134667942300439, -0.01235788594931364, 0.006175533402711153, -0.028071224689483643, 0.007556588388979435, 0.01627258025109768, -0.005125249270349741, 0.022124163806438446, -0.019082430750131607, -0.0014407304115593433, -0.011471282690763474, -0.012848928570747375, 0.0021312579046934843, 0.013360430486500263, -0.0034611630253493786, 0.014581214636564255, -0.01486765593290329, 0.011935045011341572, -0.006867765914648771, -0.004535316955298185, -0.02973531186580658, -0.006826845463365316, -0.014240213669836521, -0.01699550449848175, 0.014526654966175556, -0.018918750807642937, -0.034536611288785934, -0.02818034589290619, 0.0010767115745693445, 0.010079997591674328, -0.020146355032920837, 0.02752562239766121, -0.003239512210711837, 0.019914474338293076, 0.00825905054807663, -0.025438696146011353, 0.004883138462901115, -0.022806165739893913, -0.04757649824023247, -0.020637396723031998, 0.010830200277268887, 0.015004056505858898, 0.01855047047138214, -0.033227164298295975, -0.01666814275085926, 0.01619074121117592, -0.0007101351511664689, 0.0018857370596379042, 0.005118429195135832, -0.02703458070755005, 0.007051906548440456, -0.04435744509100914, -0.022778885439038277, -0.0013597426004707813, -0.020105434581637383, 0.008770552463829517, -0.036418937146663666, 0.00634603388607502, -0.008722812868654728, 0.013414990156888962, -0.005981162656098604, 0.005387820303440094, 0.005115019157528877, 0.013299049809575081, 0.03341812640428543, 0.004221595823764801, -0.03917422518134117, 0.026843620464205742, 0.01014819834381342, 0.016736343502998352, -0.02144216001033783, -0.006349443923681974, 0.005271879956126213, -0.021619481965899467, -0.009616236202418804, 0.03415468707680702, 0.007877129130065441, 0.008422731421887875, -0.005667441058903933, -0.07496572285890579, 0.009827656671404839, 0.005063869059085846, 0.009841296821832657, -0.006424464285373688, -0.005456020589917898, 0.007522488012909889, -0.03030819445848465, 0.0003058355359826237, 0.02020091563463211, -0.02678905986249447, 0.015317777171730995, -0.004961568396538496, 0.017541104927659035, -0.014349333941936493, -0.038901425898075104, 0.0045046270824968815, -0.02119663916528225, 0.016872743144631386, 0.009172934107482433, 0.019000591710209846, -0.008265870623290539, 0.020255476236343384, 0.004129525274038315, 0.018345868214964867, 0.028453147038817406, -0.012330606579780579, 0.018209468573331833, -0.021537641063332558, -0.02226056344807148, 0.016067979857325554, -0.029708031564950943, 0.004831988364458084, -0.020814718678593636, -0.014035612344741821, -0.017718426883220673, 0.008279510773718357, 0.02299712598323822, 0.024292930960655212, 0.023870090022683144, -0.01413109339773655, -0.02281980589032173, 0.0038805946242064238, -0.03210867941379547, -0.013462730683386326, 0.009166114032268524, -0.02224692329764366, -0.01281482819467783, -0.005237779580056667, 0.03309076279401779, 0.04010175168514252, 0.00568790128454566, -0.054096441715955734, -0.02635257877409458, -0.015467817895114422, -0.026393499225378036, 0.027075501158833504, 0.003877184586599469, -0.013490010984241962, -0.01856410875916481, 0.04632161557674408, 0.023051686584949493, 0.020882917568087578, -0.014635775238275528, 0.013346790336072445, 0.011423543095588684, -0.030417313799262047, 0.0003493131953291595, 0.012255585752427578, -0.028480427339673042, -0.008450011722743511, -0.01773206703364849, 0.011907764710485935, 0.020732877776026726, 0.0007928279810585082, -0.01076200045645237, -0.00036124823964200914, 0.016627222299575806, -0.009759456850588322, 0.018359508365392685, 0.028562266379594803, 0.0021670630667358637, -0.02309260703623295, 0.014635775238275528, 0.025725137442350388, -0.011239401996135712, -0.008906953036785126, 0.027552902698516846, -0.014335693791508675, 0.00797261018306017, -0.014240213669836521, 0.024674853309988976, 0.019900834187865257, -0.005115019157528877, -0.013449090532958508, -0.0201190747320652, -0.011348522268235683, 0.02669358067214489, 0.0039010546170175076, 0.01425385382026434, 0.01715918444097042, 0.013871932402253151, 0.0036043834406882524, -0.0018362918635830283, -0.03611885383725166, 0.014062892645597458, -0.008224951103329659, -0.022710684686899185, 0.016627222299575806, 0.024170171469449997, 0.0018584569916129112, -0.0017339915502816439, 0.003033206332474947, 0.0008346006507053971, -0.044057365506887436, 0.017213745042681694, 0.005346899852156639, -0.0025080644991248846, -0.02348816767334938, 0.0031832470558583736, 0.02168768085539341, 0.0015379157848656178, 0.00640400405973196, -0.025070413947105408, 0.02965347096323967, -0.01400833297520876, 0.002126143081113696, -0.032081399112939835, 0.022942565381526947, -0.016327140852808952, -0.012603407725691795, -0.010230038315057755, -0.014226573519408703, -0.0018550469540059566, -0.012419266626238823, -0.023883730173110962, -0.0018584569916129112, 0.014935855753719807, 0.029680751264095306, 0.08189486712217331, 0.03598245605826378, -0.006864355877041817, -0.00497179850935936, 0.0030587813816964626, 0.02028275653719902, 8.514375804224983e-05, -0.0019130171276628971, -0.0021517181303352118, -0.02265612594783306, 0.023883730173110962, 0.003911284729838371, 0.012739807367324829, -0.029489791020751, -0.010571039281785488, -0.0015890659997239709, -0.020323676988482475, -0.008115830831229687, -0.004995668772608042, -0.006799565628170967, 0.012623867020010948, -0.00993677694350481, 0.0030928815249353647, -0.006813205778598785, -0.019314313307404518, 0.018986951559782028, 0.025643296539783478, -0.013285409659147263, -0.014908576384186745, -0.042666081339120865, 0.015140457078814507, 0.01063924003392458, -0.031072037294507027, -0.011669063940644264, -0.005142299458384514, -0.0049820286221802235, -0.003815804375335574, -0.024415692314505577, 0.008361351676285267, 0.022287843748927116, 0.005333260167390108, -0.002760405419394374, -0.0077134487219154835, -0.01872779056429863, -0.008702352643013, -0.0036043834406882524, 0.009377535432577133, 0.0004160215612500906, -0.015058616176247597], \"8f14cd5e-00ed-48b5-a364-ba1c2eb9ff70\": [0.0036095185205340385, -0.007119692396372557, 0.01802772283554077, -0.042095594108104706, -0.01244455948472023, 0.0019024480134248734, -0.030545135959982872, -0.006622969638556242, -0.01899467594921589, -0.03192271292209625, 0.0337771438062191, -0.009378124959766865, -0.0028826475609093904, -0.021219994872808456, -0.0032369764521718025, -0.005454015452414751, 0.023061180487275124, -0.03340625762939453, -0.0019289398333057761, -0.01826615072786808, -0.017458148300647736, 0.025538170710206032, -0.03186972811818123, 0.0008427728898823261, -0.04074450954794884, 0.007894579321146011, 0.013815514743328094, -0.03165779262781143, 0.0024918923154473305, -0.0016913408180698752, 0.020981566980481148, -0.0037585352547466755, -0.02940598502755165, 0.011828623712062836, -0.011822001077234745, -0.01143786869943142, -0.0011548802722245455, 0.00678854389116168, -0.00525532616302371, -0.005742114502936602, -0.000578268023673445, 0.01419964712113142, -0.0036856825463473797, 0.003619452938437462, -0.01838536374270916, 0.03401556983590126, 0.005871262401342392, -0.004010207951068878, -0.010914653539657593, 0.015338797122240067, 0.01506063248962164, -0.007536939345300198, -0.026571353897452354, -0.02087559923529625, -0.000988478190265596, 0.01138488482683897, -0.013908236287534237, 0.03160481154918671, -0.004973850212991238, -0.017736312001943588, -0.003467124653980136, 0.019458284601569176, -0.024187084287405014, -0.028955623507499695, -0.018292641267180443, -0.0114511139690876, -0.014504303224384785, 0.026425648480653763, 0.002872713143005967, -0.0037187973503023386, 0.002395859220996499, -0.0073051354847848415, 0.014650008641183376, -0.004500307608395815, 0.019180119037628174, -0.015272567979991436, -0.02688925713300705, -0.019656972959637642, 0.009907962754368782, -0.005291752517223358, 0.008126383647322655, -0.010735834017395973, 0.020928584039211273, 0.032108157873153687, 0.00556660583242774, 0.008185990154743195, 0.02151140570640564, 0.021816061809659004, -0.0036558792926371098, 0.006762051954865456, 0.022968458011746407, 0.010947768576443195, 0.013762530870735645, 0.006967363879084587, 0.002319695195183158, 0.031445860862731934, -0.005824901629239321, 0.008556876331567764, -0.0014090368058532476, -0.008133006282150745, 0.012649871408939362, 0.03730056434869766, -0.014411581680178642, -0.02140543796122074, -0.04591042548418045, -0.010172881186008453, 0.0077223824337124825, -0.012000820599496365, 0.0003483268083073199, -0.010616620071232319, -0.022041242569684982, 0.028743688017129898, -0.010484160855412483, -0.01577591337263584, -0.004182405304163694, -0.01739191822707653, 0.0015712995082139969, -0.015126862563192844, -0.02325986884534359, -0.007656152825802565, 0.008411170914769173, 0.013961220160126686, 0.01915362849831581, 0.0003346669254824519, 0.01699453964829445, 0.020703403279185295, 0.006622969638556242, 0.005112932529300451, 0.025312989950180054, -0.02914106659591198, 0.023418819531798363, -0.03269097954034805, 0.011093473993241787, 0.022730031982064247, -0.02900860644876957, -0.002617728663608432, -0.005440769717097282, 0.022186947986483574, -0.003460501553490758, -0.01419964712113142, -0.007086577359586954, 0.025683876127004623, -0.007411102764308453, -0.011398131027817726, -0.007848219014704227, 0.015722930431365967, 0.015405027195811272, 0.011457737535238266, 0.025048071518540382, 0.006331558804959059, -0.014623517170548439, -0.006444149184972048, -0.02139219082891941, -0.002428974024951458, 0.015391780994832516, -0.004059880506247282, -0.018570806831121445, 0.01936556212604046, -0.004602964036166668, 0.005738803185522556, -0.00015005165187176317, 0.02789594791829586, -0.005291752517223358, 0.011570327915251255, 0.016782604157924652, 0.023365836590528488, 0.0028826475609093904, 0.006199099589139223, -0.008755565620958805, 0.015153354033827782, -0.0047950297594070435, 0.027975423261523247, -0.021948521956801414, 0.007113069295883179, -0.004983784630894661, 0.027948930859565735, -0.0014603647869080305, 0.005497064907103777, -0.03316783159971237, -0.02152465097606182, 0.004417520482093096, -0.005348047707229853, 0.015153354033827782, 0.02613423764705658, -0.017948247492313385, 0.0006416001706384122, 0.016067324206233025, 0.0260150246322155, -0.010457669384777546, -0.008457532152533531, 0.011848492547869682, 0.025564663112163544, 0.011259048245847225, -0.0038711256347596645, -0.6375005841255188, 0.0036062069702893496, 0.019219858571887016, -0.03388311341404915, 0.010000684298574924, 0.018703265115618706, 0.010914653539657593, 0.03812181204557419, -0.019815925508737564, 0.006013656500726938, -0.004848013631999493, 0.015405027195811272, 0.025445448234677315, -0.014358597807586193, -0.03605544567108154, -0.026730304583907127, -0.001957087544724345, 0.00122690515127033, -0.0009239042410627007, 0.004738734569400549, -0.0134976115077734, 0.005761983338743448, -0.00671900250017643, -0.01976294070482254, 0.03112795762717724, -0.001993513898923993, 0.020451730117201805, -0.011040490120649338, -0.023485049605369568, 0.02626669779419899, -0.03674423694610596, 0.00475529208779335, 0.024544725194573402, 0.014782467857003212, 0.04127434641122818, 0.0034737475216388702, 0.0008427728898823261, 0.014252630062401295, -0.002847876865416765, 0.052745331078767776, -0.018557561561465263, -0.020544450730085373, 0.04638727754354477, 0.035075247287750244, 0.003503551008179784, 0.006185853388160467, 0.010166258551180363, -0.004304930102080107, -0.02140543796122074, 0.002366055967286229, -0.021723339334130287, -0.011629934422671795, -0.020173564553260803, -0.02201475016772747, 0.0005712311249226332, -0.005881196819245815, 0.015113616362214088, -0.019034413620829582, 0.0015116927679628134, 0.0014173154486343265, 0.0015746110584586859, 0.007219037041068077, -0.01837211847305298, -0.04010870307683945, -0.017696574330329895, 0.024822890758514404, 0.010232487693428993, -0.008702581748366356, -0.0031475662253797054, -0.0004892718861810863, 0.03417452424764633, 0.027684012427926064, 0.011278917081654072, -0.02176307886838913, -0.007821726612746716, 0.049195416271686554, 0.03139287605881691, -0.015378535725176334, -0.01124580204486847, -0.02212071791291237, 0.0066726417280733585, 0.018663527444005013, 0.013411513529717922, -0.03353871777653694, 0.015484502539038658, 0.013477742671966553, 0.0011557082179933786, -0.021087534725666046, 0.023975150659680367, 0.013603579252958298, 0.004679128061980009, 0.005142735783010721, -0.017842279747128487, -0.03613492101430893, -0.00731838122010231, 0.025339482352137566, -0.016358735039830208, -0.010179503820836544, -0.013053872622549534, 0.020425237715244293, -0.033088356256484985, -0.017842279747128487, -0.000506657175719738, 0.012596888467669487, 0.028240341693162918, 0.014742730185389519, -7.476711471099406e-05, 0.006116312462836504, 0.007139561232179403, -0.02977687120437622, -0.002475334797054529, -0.048586104065179825, 0.016981294378638268, 0.018358871340751648, 0.030359692871570587, -0.018107198178768158, 0.011464360170066357, 0.0029273524414747953, 0.007404480129480362, -0.003970470279455185, -0.005583163350820541, -0.01149747520685196, -0.012590264901518822, -0.013828760012984276, 0.020332517102360725, 0.006490509957075119, 0.009960946626961231, -0.005712311249226332, -0.009013861417770386, -0.0021160386968404055, 0.0069541181437671185, -0.014994403347373009, -0.01577591337263584, -0.014411581680178642, 0.012272362597286701, 0.024438757449388504, 0.012093542143702507, -0.009828486479818821, 0.025697121396660805, -0.016981294378638268, -0.015113616362214088, -0.011378261260688305, -0.013199578039348125, -0.010086782276630402, 0.007742251269519329, -0.01170278713107109, -0.004543357063084841, -0.013616825453937054, 0.00571893434971571, -0.005735491402447224, 0.012272362597286701, 0.00512617826461792, 0.006056705489754677, 0.030068282037973404, 0.005457326769828796, 0.005752048920840025, -0.011219310574233532, -0.026955485343933105, -0.015020894818007946, -0.005162604618817568, -0.03290291130542755, 0.00882179569453001, -0.009232419542968273, -0.020584190264344215, -0.02536597289144993, -0.003359501250088215, 0.017431655898690224, 0.020557697862386703, 0.00800054706633091, -0.028637720271945, 0.0400027371942997, -0.028107883408665657, -0.010205996222794056, 0.024359282106161118, 0.0023908920120447874, 0.03499577194452286, -0.03404206410050392, -0.00064077228307724, 0.0003741977852769196, -0.008861533366143703, 0.015948111191391945, -0.0018593986751511693, -0.011722655966877937, -0.00856349989771843, 0.026319680735468864, 0.0037154860328882933, 0.00231307209469378, 0.02752506174147129, -0.00887477956712246, -0.0031177629716694355, -0.004119487013667822, -0.0031873041298240423, -0.0002941012498922646, 0.015378535725176334, -0.0019388743676245213, 0.004506930708885193, 0.0011374950408935547, -0.004222142975777388, -0.015126862563192844, 0.010696095414459705, 0.022226685658097267, 0.008358187973499298, 0.010212618857622147, -0.005199030973017216, -0.009099960327148438, -0.028584737330675125, 0.00033715052995830774, -0.02627994306385517, 0.01851782202720642, -0.00882179569453001, 0.028213851153850555, -0.01887546293437481, -0.014808960258960724, -0.02237239107489586, -0.0038777487352490425, 0.013709546998143196, -0.013828760012984276, 0.017299195751547813, 0.0005277678719721735, -0.004242011811584234, 0.018239658325910568, -0.0006565018557012081, 0.005765295121818781, -0.03014775738120079, -0.03250553458929062, 0.020041106268763542, 0.020054351538419724, 0.01574942097067833, 0.011404753662645817, -0.04800328239798546, -0.017670081928372383, 0.04612236097455025, -0.0012591921258717775, -0.0021922029554843903, -0.006324935704469681, 0.0077223824337124825, 0.024319544434547424, -0.03602895513176918, 0.02012058161199093, -0.013080365024507046, -0.0010754046961665154, 0.0070667085237801075, 0.03385661914944649, -0.02703496254980564, 0.002197170164436102, 0.012192887254059315, 0.02826683409512043, 0.011596819385886192, -0.025829581543803215, 0.014835451729595661, 0.007417725864797831, 0.027180667966604233, -0.0004166261642239988, -0.010417930781841278, 0.03250553458929062, -0.02702171541750431, 0.007848219014704227, -0.005444081034511328, 0.0006846494507044554, 0.04079749062657356, 0.002145842183381319, 0.024597708135843277, -0.003195582889020443, -0.018464839085936546, -0.002544875955209136, -0.01565670035779476, -0.01675611361861229, -0.0247566606849432, -0.0019521202193573117, -0.004308241885155439, 0.005381162744015455, 0.0027948932256549597, -0.015974601730704308, 0.0068282815627753735, -0.01170278713107109, 0.0082522202283144, 0.020703403279185295, -0.018663527444005013, -0.012888298369944096, 0.025564663112163544, -0.025207022204995155, -0.006245460361242294, 0.031843237578868866, 0.017074014991521835, 0.027419093996286392, -0.0037154860328882933, 0.0009777158265933394, 0.0004251118516549468, -0.005699065513908863, -0.010398061946034431, -0.002347842790186405, 0.04053257405757904, 0.021061042323708534, -0.0202795322984457, 0.007371365092694759, 0.003549911780282855, 0.02000136859714985, -0.020041106268763542, -0.0013204545248299837, 0.00016381501336582005, 0.01545801106840372, -0.007020347751677036, -0.012563773430883884, -0.013312168419361115, 0.045698489993810654, -0.00888802483677864, -0.017405163496732712, -0.0217498317360878, 0.009013861417770386, -0.0485331192612648, 0.018835725262761116, -0.001874300418421626, 0.01700778491795063, -0.016477948054671288, 0.013722793199121952, 0.030571628361940384, -0.005569917615503073, -0.01426587626338005, 0.01226573996245861, 0.028319817036390305, -0.011272294446825981, -0.026981977745890617, -0.028452277183532715, 0.036214396357536316, 0.05351359397172928, 0.022557834163308144, -0.005109621211886406, 0.007974055595695972, -0.01712699979543686, -0.017418410629034042, -0.03828076273202896, -0.014014204032719135, 0.030810054391622543, 0.009205928072333336, -0.01325918547809124, 0.0005956533132120967, 0.010795440524816513, -0.008854910731315613, 0.01651768572628498, -0.0033561899326741695, -0.009689404629170895, -0.014371844008564949, -0.02352478727698326, -0.02703496254980564, -0.0027849588077515364, -0.023723477497696877, 0.0023147277534008026, 0.007921071723103523, 0.020981566980481148, -0.0011863394174724817, 0.032452549785375595, 0.026703814044594765, -0.010172881186008453, -0.024094363674521446, -0.0028429096564650536, -0.011027243919670582, -0.00569575373083353, 0.010053668171167374, -0.03173727169632912, 0.0477648563683033, -0.0021441862918436527, 0.013683055527508259, -0.011709409765899181, 0.018795987591147423, 0.00968278106302023, 0.007166053168475628, 0.005192408338189125, -0.013616825453937054, -0.008325072936713696, -0.011908099055290222, 0.008894648402929306, 0.03512823209166527, -0.014530795626342297, -0.005020210985094309, 0.006460706703364849, 0.000817936728708446, -0.023736722767353058, -0.012530658394098282, 0.027710504829883575, -0.006639527156949043, 0.013802268542349339, -0.019696710631251335, -0.005874574184417725, -0.04485074803233147, -0.02675679698586464, -0.015961356461048126, 0.0013684710720553994, -0.027604537084698677, -0.005960672628134489, -0.005583163350820541, 0.0035730921663343906, -0.03843971714377403, -0.013279054313898087, 0.004010207951068878, 0.012000820599496365, -0.012404821813106537, -0.023683739826083183, -0.015524240210652351, 0.011272294446825981, 0.0220279973000288, 0.009696027263998985, -0.014808960258960724, 0.0036757481284439564, 0.010669603943824768, 0.0008398753125220537, -0.01724621281027794, 0.013239315710961819, -0.029723888263106346, 0.010543767362833023, -0.02589581161737442, -0.03173727169632912, -0.018160182982683182, 0.004642701707780361, 0.01531230565160513, -0.015736175701022148, 0.0026359418407082558, 0.0190211683511734, -0.011980951763689518, 0.01320620160549879, 0.025975286960601807, -0.002957155928015709, -0.004559914581477642, 0.008556876331567764, -0.01588188111782074, -0.005864639766514301, -0.0023942035622894764, 0.0006821658462285995, -0.029670903459191322, 0.00394397834315896, 0.02940598502755165, -0.017868772149086, -0.0041393558494746685, -0.009861601516604424, 0.004046634305268526, 0.017047524452209473, -0.005801721476018429, 0.0009056910639628768, 0.003702240064740181, -0.004410897847265005, -0.0028246964793652296, -0.003950601443648338, 0.006397788412868977, 0.02274327725172043, -0.00845090951770544, 0.00709982356056571, -0.02887614816427231, -0.0031657794024795294, 0.008205858990550041, -0.005311621353030205, -0.0013933072332292795, -0.004298307467252016, -0.02023979462683201, -0.025604400783777237, 0.00048596039414405823, -0.017935002222657204, 0.02002785913646221, -0.01862378977239132, -0.0009835109813138843, -0.03719459846615791, -0.010298717767000198, -0.023087671026587486, -0.013842006213963032, -0.02561764605343342, -0.012173018418252468, 0.002789926016703248, 0.007477332837879658, 0.02112727239727974, -0.03523419797420502, 0.0023859248030930758, -0.042228054255247116, 0.0017252835677936673, -0.0024091051891446114, 0.00684815039858222, 0.05388448014855385, 0.004374471493065357, 0.017219720408320427, -0.0015158321475610137, -0.01761709898710251, -0.026558108627796173, -0.016438210383057594, 0.025591153651475906, -0.007371365092694759, 0.05817616358399391, 0.03679721802473068, -0.004086372442543507, -0.009080091491341591, 0.005510310642421246, -0.006563362665474415, 0.015113616362214088, -0.02964441105723381, 0.01206705067306757, 0.021961767226457596, 0.013643316924571991, 0.0032005500979721546, -0.013802268542349339, 0.0010737489210441709, -0.01400095783174038, 0.008053530938923359, 0.0006643666420131922, 0.007126315031200647, -0.004960604012012482, 0.016318997368216515, -0.006401100195944309, -0.03078356198966503, -0.009894716553390026, -0.004983784630894661, -0.018663527444005013, 0.024690430611371994, -0.017153490334749222, -0.015325551852583885, 0.01525932177901268, -0.01989540085196495, 0.025193776935338974, -0.021829307079315186, 0.009060222655534744, -0.014597024768590927, 0.028982114046812057, 0.01049740705639124, 0.00919268187135458, -0.011523966677486897, -0.018199920654296875, -0.03976430743932724, -0.00503676850348711, 0.014583778567612171, 0.017550868913531303, 0.0030780250672250986, 0.0027882701251655817, -0.035075247287750244, -0.019325824454426765, 0.021458420902490616, -0.044691797345876694, 0.00819261372089386, 0.011669672094285488, -0.0018478084821254015, -0.00931189488619566, -0.027286633849143982, -0.021710094064474106, 0.0029704018961638212, -0.012259116396307945, 0.006921003106981516, -0.011881607584655285, 0.028293326497077942, -0.01007353700697422, -0.011530590243637562, -0.01343800500035286, -0.03438645973801613, 0.0320286825299263, 0.015338797122240067, 0.027604537084698677, 0.019577497616410255, 0.030174249783158302, 0.0028064833022654057, -0.02087559923529625, 0.013802268542349339, 0.0014943075366318226, 0.014716238714754581, 0.0038247648626565933, -0.003692305414006114, -0.03306186571717262, 0.013484366238117218, -0.002011727076023817, 0.012524035759270191, -0.008729074150323868, 0.01927284151315689, -0.009967569261789322, -0.009987438097596169, -0.02499508671462536, -0.01714024506509304, -0.016716375946998596, -0.004838079214096069, 0.014106925576925278, 0.014173154719173908, 6.395304808393121e-05, -0.006622969638556242, -0.0049142432399094105, 0.020968321710824966, 0.016928309574723244, 0.02990933135151863, 0.00957019068300724, -0.0007289405912160873, 0.013974465429782867, 0.0032187632750719786, -0.014557287096977234, 0.0026111057959496975, 0.009106582961976528, 0.02026628702878952, -0.015246075578033924, -0.025101054459810257, 0.024213576689362526, 0.027789980173110962, 0.030995497480034828, 0.013669809326529503, 0.005530179478228092, 0.029485460370779037, -0.007841596379876137, -0.031207432970404625, 0.00837143324315548, -0.006490509957075119, 0.018703265115618706, -0.017670081928372383, -0.007404480129480362, -0.002551499055698514, 0.007702513597905636, -0.03277045488357544, 0.019736450165510178, 0.008305204100906849, -0.016782604157924652, -0.019683465361595154, 0.011927967891097069, -0.014901681803166866, -0.014729483984410763, -0.02524675987660885, 0.015087124891579151, -0.0143188601359725, -0.005053325556218624, -0.005354670807719231, 0.004804964642971754, 0.01900792308151722, 0.009219173341989517, 0.004109552595764399, -0.005334801971912384, 0.030068282037973404, -0.01939205452799797, 0.026041517034173012, -0.003977093379944563, 0.015537486411631107, -0.033194322139024734, 0.008099892176687717, -0.019736450165510178, -0.03679721802473068, 0.006854773499071598, -0.002731974935159087, -0.0242665596306324, -0.022822752594947815, 0.02514079213142395, 0.013053872622549534, 0.02090209163725376, 0.008391302078962326, 0.010662981308996677, 0.01651768572628498, 0.018438346683979034, 0.012146526016294956, -0.03873112425208092, 0.010331832803785801, -0.028717195615172386, -0.019829170778393745, 0.04893049970269203, -0.03176376223564148, -0.01082193199545145, -0.018292641267180443, 0.020716648548841476, -0.0016309062484651804, -0.003510173875838518, -0.05944777652621269, -0.013431382365524769, 0.0032005500979721546, -0.00999406073242426, 0.016689883545041084, -0.01702103205025196, -0.022703539580106735, -0.010364946909248829, 0.02278301492333412, 0.012981019914150238, 0.0036757481284439564, -0.011305409483611584, 0.006387853994965553, 0.006175918970257044, 0.005394408479332924, 0.004679128061980009, -0.02374996803700924, -0.01663689874112606, -0.04466530680656433, -0.030863037332892418, 0.0030449102632701397, -0.01814693585038185, 0.02502157911658287, 0.0194053016602993, -0.03160481154918671, -0.03502226248383522, -0.011649803258478642, -0.011331900954246521, -0.030571628361940384, 0.001957087544724345, -0.0020216614939272404, 0.01602758653461933, 0.015391780994832516, -0.005069883074611425, 0.02551167830824852, -0.0033280421048402786, 0.025697121396660805, -0.011318654753267765, -0.00851051602512598, 0.01118619553744793, -0.007212413940578699, 0.016928309574723244, -0.0002707138773985207, -0.014279122464358807, -0.00036653998540714383, 0.00553680257871747, -0.014279122464358807, -0.0068349046632647514, 0.03075707145035267, -0.016080569475889206, 0.0025382530875504017, -0.006460706703364849, 0.014120170846581459, -0.003847945248708129, 0.035578593611717224, 0.033326782286167145, -0.012822069227695465, 0.013603579252958298, 0.008894648402929306, 0.016318997368216515, -0.017550868913531303, 0.01226573996245861, -0.0017931689508259296, -0.0018511200323700905, 0.010861669667065144, -0.004394340328872204, -0.009987438097596169, 0.014332106336951256, -0.007517070509493351, 0.026346173137426376, -0.009828486479818821, -0.014173154719173908, 0.001990202348679304, -0.001644980045966804, -0.007166053168475628, -0.019961630925536156, 0.023206885904073715, 0.024928856641054153, 0.011119965463876724, -0.013020758517086506, -0.008285335265100002, 0.00678854389116168, 0.007921071723103523, -0.0008286990923807025, 0.010086782276630402, -0.005169227719306946, 0.0032171073835343122, -0.005656016059219837, -0.011119965463876724, 0.001010002801194787, 0.0034075179137289524, 0.0026839585043489933, 0.0007628832827322185, -0.010066913440823555, -0.0075700543820858, -0.0018279396463185549, -0.0018345625139772892, -0.011219310574233532, -0.008232351392507553, 0.00678854389116168, 0.016040831804275513, -0.00876218918710947, -0.029167557135224342, 0.019458284601569176, 0.012643248774111271, -0.02149815857410431, 0.00888140220195055, 0.20472922921180725, 0.0021508093923330307, -0.009113206528127193, 0.016107061877846718, -0.007861465215682983, 0.012835315428674221, 0.026332927867770195, 2.7293877792544663e-05, -0.019564252346754074, -0.002972057554870844, 0.0016747834160923958, 0.0027452209033071995, -0.015855388715863228, 0.0032336649019271135, 0.010212618857622147, -0.03637334704399109, -0.01426587626338005, -0.022544588893651962, -0.025312989950180054, 0.00472548883408308, 0.003775092540308833, 0.0021888914052397013, -0.0035962725523859262, -0.01577591337263584, 0.030174249783158302, 0.017153490334749222, -0.008656221441924572, 0.002526662778109312, 0.006914380006492138, 0.021445175632834435, -0.015100370161235332, 0.012583642266690731, -0.010007306933403015, 0.011927967891097069, 0.016318997368216515, -0.01312672533094883, 0.03915499523282051, -0.0057851639576256275, 0.01875624991953373, -0.01013314351439476, -0.011742524802684784, -0.015285814180970192, -0.010861669667065144, -0.006854773499071598, -0.013590333983302116, 0.0246506929397583, 0.010894784703850746, -0.011172949336469173, 0.0031359761487692595, 0.010272225365042686, -0.029353000223636627, -0.024094363674521446, 0.019458284601569176, 0.0165044404566288, -0.012676363810896873, 0.014014204032719135, 0.0024074495304375887, 0.03510173782706261, -0.012961151078343391, 0.03592298552393913, -0.005692442413419485, 0.0077223824337124825, -0.0034836819395422935, 0.022610818967223167, -0.0161203071475029, 0.019590744748711586, -0.017087262123823166, -0.002664089435711503, -0.0008249736274592578, 0.006636215373873711, 0.008351564407348633, 0.004460569936782122, -0.003222074592486024, 0.002109415829181671, -0.0036558792926371098, -0.01777604967355728, 0.0037883385084569454, 0.012033935636281967, 0.014040695503354073, 0.03335327282547951, -0.0025382530875504017, -0.02151140570640564, -0.0216438639909029, -0.012530658394098282, 0.005884508602321148, -0.025087809190154076, 0.024412265047430992, -0.011729279533028603, -0.0082522202283144, -0.023855935782194138, -0.0023693672847002745, -0.013444628566503525, -0.024438757449388504, -0.02614748291671276, -0.00753031624481082, 0.009590059518814087, 0.006914380006492138, 0.01812044531106949, 0.01663689874112606, 0.0003319763345643878, -0.022173702716827393, 0.07438919693231583, 0.010782194323837757, 0.018292641267180443, -0.02627994306385517, -0.012716101482510567, -0.03253202512860298, 0.021829307079315186, -0.011676295660436153, 0.00772900553420186, 0.0037187973503023386, -0.024226821959018707, 0.008133006282150745, -0.004523488227277994, -0.007450840901583433, 0.01018612738698721, 0.003748600836843252, -0.031180940568447113, 0.01827939599752426, -0.0030647790990769863, 0.004877816885709763, -0.004718865733593702, -0.0017451525200158358, 0.03626738116145134, -0.023061180487275124, -0.0003679887449834496, -0.006569985765963793, -0.016054078936576843, -0.01255714986473322, -0.011888230219483376, 0.014530795626342297, 0.006457395385950804, 0.008272089064121246, -0.008530384860932827, -0.005364605225622654, -0.009417862631380558, -0.0007628832827322185, -0.006675953511148691, -0.023445311933755875, 0.01614679954946041, -0.019299333915114403, -0.01588188111782074, 0.005245391745120287, -0.014716238714754581, 0.005169227719306946, -0.0194053016602993, 0.021564388647675514, 0.007589923217892647, 0.00522552290931344, -0.012219378724694252, -0.013530726544559002, -0.003362812800332904, -0.007536939345300198, 0.0005136940744705498, 0.01764359138906002, -0.01301413495093584, -0.00397378159686923, -0.009371502324938774, 0.010881539434194565, -0.00018565011851023883, -0.03915499523282051, -0.011093473993241787, 0.02500833384692669, -0.0006279402878135443, -0.012616757303476334, -0.010636488907039165, -0.16711077094078064, 0.01653093285858631, 0.004450635518878698, -0.024226821959018707, 0.023948658257722855, 0.012166394852101803, -0.0035995838697999716, 0.014477811753749847, 0.010861669667065144, -0.0082522202283144, 0.014822205528616905, -0.019709957763552666, -0.02964441105723381, -0.028478769585490227, 0.007894579321146011, 0.0046228328719735146, 0.007834972813725471, 0.031339891254901886, 0.027922440320253372, 0.0007036905153654516, 0.050467029213905334, 0.005960672628134489, 0.018663527444005013, -0.029061591252684593, -0.007874710485339165, 0.004023454152047634, -0.02088884636759758, -0.008921139873564243, -0.0065600513480603695, -0.025829581543803215, 0.007119692396372557, 0.016928309574723244, 0.02137894555926323, 0.01563020795583725, -0.006000410299748182, -0.004162536468356848, -0.0007177643128670752, 0.014901681803166866, -0.004546668380498886, 0.022690294310450554, 0.024809643626213074, 0.03353871777653694, 0.001442979439161718, 0.012312100268900394, 0.01976294070482254, -0.0019289398333057761, 0.024836136028170586, -0.0043910290114581585, -0.0008460843819193542, -0.020729893818497658, 0.02263730950653553, -0.033194322139024734, 0.008172744885087013, 0.006927626207470894, -0.002467056270688772, 0.009914585389196873, -0.0009893060196191072, 0.020292779430747032, -0.01600109413266182, -0.0311544481664896, 0.01457053329795599, -0.02616073004901409, 0.005235457327216864, -0.02626669779419899, 0.004086372442543507, -0.0034803703892976046, -0.014808960258960724, 0.016067324206233025, 0.0008518794784322381, 0.012173018418252468, 0.019921893253922462, 0.007437594700604677, 0.021206747740507126, 0.0025216955691576004, 0.002768401289358735, 0.02565738372504711, -0.022544588893651962, 0.0026409090496599674, 0.02324662357568741, 0.014504303224384785, 0.004400963429361582, -0.0033644684590399265, -0.012252493761479855, 0.004334733355790377, -0.017723066732287407, -0.00970265083014965, -0.0062984442338347435, -0.0013386677019298077, -0.01500764861702919, 0.00543745793402195, 0.014742730185389519, -0.004616209771484137, -0.024293052032589912, -0.009305272251367569, 0.00999406073242426, -0.013550595380365849, 0.03242605924606323, -0.01107360515743494, 0.019286086782813072, 0.011411376297473907, 0.0017385295359417796, -0.005179162137210369, 0.0005194891709834337, 0.004457258619368076, 0.03976430743932724, 0.005447392351925373, -0.004814899060875177, 0.0033197635784745216, 0.022345898672938347, -0.013934727758169174, -0.05807019770145416, 0.017550868913531303, 0.012722724117338657, 0.0035333542618900537, -0.010994129814207554, 0.06644163280725479, 0.014173154719173908, -0.0025614334736019373, 0.011563705280423164, -0.008027039468288422, 0.022067734971642494, -0.01576266810297966, -0.015590470284223557, 0.007437594700604677, -0.007013724651187658, -0.011285539716482162, -0.09436406940221786, -0.01761709898710251, 0.0053016869351267815, -0.012027313001453876, 0.0037585352547466755, 0.0074309720657765865, 0.005874574184417725, 0.015524240210652351, -0.006921003106981516, 0.023961903527379036, -0.01976294070482254, -0.012868429534137249, -0.009272157214581966, -0.00862972903996706, -0.009980815462768078, 0.0021259731147438288, -0.012974397279322147, -0.01653093285858631, -0.016928309574723244, 0.009272157214581966, -0.003243599319830537, -0.021842554211616516, 0.012457805685698986, 0.002645876258611679, -0.00017468082660343498, 0.011828623712062836, -0.027472076937556267, 0.011629934422671795, 0.00496722711250186, -0.006732248701155186, 0.025193776935338974, -0.013444628566503525, -0.00837143324315548, -0.010159634985029697, -0.006271952297538519, -0.0075700543820858, 0.020160319283604622, -0.02039874531328678, 0.02453147992491722, -0.006520313676446676, 0.003818141994997859, -0.01463676244020462, 0.021537896245718002, -0.02600177936255932, 0.0010762325255200267, 0.007550185080617666, -0.003741977736353874, 0.011305409483611584, -0.011338523589074612, -0.023445311933755875, -0.01739191822707653, 0.0017964805010706186, 0.0011060358956456184, -0.039843786507844925, 0.05939479172229767, 0.004649324808269739, 0.007616415154188871, -0.0016259390395134687, -0.03473085165023804, 0.010927899740636349, -0.0202795322984457, -0.025299742817878723, -0.03136638551950455, 0.030942514538764954, 0.003781715640798211, 0.02641240321099758, -0.03666475787758827, -0.017961492761969566, 0.0337771438062191, -0.017842279747128487, 0.008722450584173203, 0.01306711882352829, -0.029538443312048912, 0.00950396154075861, -0.033591702580451965, -0.025591153651475906, 0.013053872622549534, -0.021325962617993355, -0.001404069596901536, -0.029723888263106346, -0.00021069322247058153, 0.0002353223826503381, 0.0019140382064506412, -0.0014603647869080305, 0.00028975491295568645, -0.017564116045832634, 0.020584190264344215, 0.023312853649258614, -0.006262017879635096, -0.030492151156067848, 0.004361225292086601, 0.011543835513293743, 0.006546805612742901, -0.007980678230524063, -0.015047387219965458, 0.010258980095386505, -0.03790987655520439, -0.014769221656024456, 0.005013587884604931, 0.02413410134613514, -0.0041459789499640465, -0.001940530026331544, -0.06003059446811676, 0.01638522744178772, 0.008954254910349846, -0.001968677621334791, 0.01665014587342739, -0.01812044531106949, 0.02650512382388115, -0.029353000223636627, -0.001492651761509478, 0.014981157146394253, -0.03486331179738045, 0.017842279747128487, 0.006619657855480909, -0.003881060052663088, -0.014477811753749847, -0.020054351538419724, 0.01051065232604742, -0.024306299164891243, 0.019723203033208847, 0.012570396065711975, 0.013590333983302116, -0.015471257269382477, 0.01565670035779476, 0.010967637412250042, 0.005242080427706242, 0.03404206410050392, -0.03473085165023804, 0.011888230219483376, -0.0029704018961638212, -0.00931189488619566, 0.017603853717446327, 0.005858016666024923, 0.014835451729595661, -0.006391165778040886, 0.009808617644011974, -0.0024339412339031696, 0.02012058161199093, 0.03351222723722458, 0.021604126319289207, 0.008709205314517021, -0.0042585693299770355, -0.0260150246322155, 0.008517138659954071, -0.041724707931280136, -0.010517275892198086, 0.0006726453430019319, -0.01789526455104351, 0.00671900250017643, 0.005901065655052662, 0.023193638771772385, 0.026544861495494843, 0.01839860901236534, -0.0590239055454731, -0.02887614816427231, 0.014014204032719135, -0.027816472575068474, 0.03528718277812004, 0.00027816471992991865, -0.01187498401850462, -0.018848970532417297, 0.05200355872511864, 0.005629524122923613, 0.014610270969569683, -0.01837211847305298, 0.003692305414006114, 0.002182268537580967, -0.028054898604750633, -0.004112863913178444, 0.02877018041908741, -0.03690318763256073, -0.011689540930092335, -0.021458420902490616, 0.013086987659335136, 0.00653687072917819, 0.0134976115077734, -0.020160319283604622, -0.008411170914769173, 0.021590881049633026, -0.014901681803166866, 0.015669945627450943, 0.020849108695983887, 0.016782604157924652, -0.015073878690600395, 0.02324662357568741, 0.028187358751893044, -0.02703496254980564, -0.007477332837879658, 0.011974329128861427, -0.0012716101482510567, 0.020345762372016907, -0.007020347751677036, 0.01500764861702919, 0.021193502470850945, -0.0035664690658450127, -0.00051576376426965, -0.0015456355176866055, 0.0003067262878175825, 0.023935411125421524, 0.012292231433093548, -0.005232146009802818, 0.026703814044594765, 0.0027419093530625105, 0.0202795322984457, 0.016795851290225983, -0.040982935577631, 0.005490441806614399, -0.011040490120649338, -0.029670903459191322, 0.00894100870937109, 0.032479044049978256, 0.01506063248962164, 0.004023454152047634, -0.012159772217273712, -0.009649666957557201, -0.04339369758963585, 0.0330088809132576, 0.0030233855359256268, -0.01625276729464531, -0.030969005078077316, -0.00017105888400692493, 0.0074243489652872086, -0.00747070973739028, 0.01013976614922285, -0.04198962822556496, 0.021551143378019333, -0.00794756319373846, 0.011517344042658806, -0.032346583902835846, 0.030227232724428177, 0.008517138659954071, -0.010656357742846012, -0.010106651112437248, -0.003821453545242548, -0.011119965463876724, -0.011431245133280754, -0.007834972813725471, 0.001976956380531192, -0.0018362182890996337, 0.02140543796122074, 0.08387328684329987, 0.03891656920313835, -0.000817936728708446, -0.010848424397408962, 0.0050102765671908855, 0.0075700543820858, 0.0006353911594487727, -0.00925228837877512, -0.013842006213963032, -0.03253202512860298, 0.011212687008082867, 0.005238769110292196, 0.007265397813171148, -0.011404753662645817, 0.0024604331701993942, 0.01551099494099617, -0.025935549288988113, 0.005208965390920639, -0.0015770946629345417, -0.01963048242032528, 0.002091202652081847, 0.0032800256740301847, 0.004516865126788616, -0.03168428689241409, -0.02303468808531761, 0.010007306933403015, 0.02536597289144993, -0.016093816608190536, -0.009166189469397068, -0.024571217596530914, 0.03801584616303444, 0.024809643626213074, -0.02223993092775345, -0.015497748740017414, 0.0012525691417977214, 0.01419964712113142, 0.0027634340804070234, -0.01838536374270916, 0.01915362849831581, 0.02765752002596855, 0.01826615072786808, 0.004242011811584234, -0.0003245255211368203, -0.008616483770310879, -0.01024573389440775, 0.0017716443398967385, 0.025233514606952667, -0.013828760012984276, 0.011113342829048634], \"1e06e1cb-0413-4d5f-9ec5-6f7108e160eb\": [7.030554843368009e-05, -0.0012378020910546184, 0.018011802807450294, -0.036648452281951904, -0.022752467542886734, 0.007830923423171043, -0.028715651482343674, -0.010690263472497463, -0.006645757704973221, -0.024287410080432892, 0.0206877663731575, -0.0015374894719570875, -0.010425384156405926, -0.029720833525061607, -0.009528868831694126, 0.0005068366881459951, 0.021108856424689293, -0.03914782777428627, 0.010065419599413872, -0.016544779762625694, -0.022426461800932884, 0.017128871753811836, -0.02836247906088829, -0.0025367303751409054, -0.04009867459535599, 0.010955142788589, -0.0025010735262185335, -0.043603233993053436, -0.003334764624014497, 0.0018932090606540442, 0.03295372053980827, 0.0033296707551926374, -0.0239478200674057, -0.010235214605927467, -0.012795715592801571, -0.0007309654611162841, -0.0006999779725447297, 0.015227173455059528, -0.002745577599853277, -0.02098660357296467, 0.024151572957634926, 0.004669349640607834, -0.0023635397665202618, 0.020864352583885193, -0.0030783747788518667, 0.02722145989537239, 0.007939592003822327, 0.00043021689634770155, -0.00570170022547245, 0.0120961619541049, 0.007763005793094635, -1.4299883332569152e-05, -0.03164970129728317, -0.030753185972571373, -0.0028966946993023157, 0.005487759131938219, -0.01627310737967491, 0.03262771666049957, -0.0008854784537106752, -0.016626279801130295, -0.0023907069116830826, 0.008571228012442589, -0.027764800935983658, -0.014520828612148762, -0.004659161902964115, -0.01348847709596157, -0.024165157228708267, 0.013800899498164654, 0.0007827527588233352, -0.02344522811472416, -0.00837426632642746, 0.001197900390252471, 0.006061664782464504, 0.0214212778955698, 0.031350862234830856, -0.015648264437913895, -0.027330126613378525, -0.013549603521823883, 0.003221002174541354, -0.00919607188552618, 0.010697055608034134, -0.002619929611682892, -0.009046652354300022, 0.029041657224297523, 0.014371409080922604, 0.002765952842310071, 0.018772482872009277, 0.026868285611271858, -0.01911207288503647, 0.004798393230885267, 0.007667921017855406, 0.016300274059176445, 0.010887225158512592, -0.010894017294049263, -0.004910457879304886, 0.0501776784658432, -0.0033653276041150093, 0.01684361696243286, -0.0116071542724967, -0.00334155629388988, 0.008924400433897972, 0.035262927412986755, -0.01837855949997902, -0.023322977125644684, -0.038604483008384705, -0.0225622970610857, 0.022426461800932884, -0.00850331038236618, 0.003429849399253726, -0.016327442601323128, 0.005080252420157194, 0.03458375111222267, 0.00201376318000257, -0.013603937812149525, -0.003171761753037572, -0.011776948347687721, 0.005127794574946165, -0.015104921534657478, -0.01994066871702671, -0.0013880702899768949, 0.018826818093657494, 0.0059326207265257835, 0.02771046757698059, -0.008027885109186172, 0.017617881298065186, 0.021394111216068268, 0.016395360231399536, 0.01904415525496006, 0.013963902369141579, -0.02518392540514469, 0.020321009680628777, 0.0037083125207573175, 0.024803584441542625, 0.029449163004755974, -0.027248626574873924, 0.01021483913064003, -0.01147811021655798, 0.02377123385667801, 0.0030359262600541115, -0.004526722244918346, -0.004238071385771036, 0.02017159014940262, -0.0038101891987025738, -0.012164080515503883, 0.00804826058447361, 0.01676211506128311, 0.013902775943279266, 0.006299376953393221, 0.014982669614255428, 0.003901878371834755, 0.0012445938773453236, -0.0031989288982003927, 0.00694459630176425, 0.0033177852164953947, 0.028960155323147774, -0.013556395657360554, -0.013868817128241062, 0.029394829645752907, 0.01229312364012003, 0.017373375594615936, -0.0035962481051683426, 0.026515113189816475, 0.004346739966422319, 0.008095802739262581, 0.03417624160647392, 0.020782850682735443, -0.01356997899711132, 0.0008107688627205789, -0.007640753872692585, 0.02485791966319084, -0.0041837370954453945, 0.016463277861475945, -0.014656663872301579, 0.004458804149180651, 0.006204292178153992, 0.026949787512421608, 0.015580345876514912, 0.005874890834093094, -0.03784380480647087, -0.009712247177958488, -0.009202863089740276, -0.008652728982269764, 0.012700630351901054, 0.02616194076836109, -0.033143892884254456, -0.010873641818761826, 0.032980889081954956, 0.022983387112617493, -0.0007848751847632229, -0.003895086469128728, 0.013284724205732346, 0.027819136157631874, 0.020877934992313385, -0.004689725115895271, -0.6424481868743896, -0.0011240397579967976, 0.01602860353887081, -0.0423535481095314, 0.008679896593093872, 0.02337731048464775, 0.004509742837399244, 0.030508680269122124, -0.025781601667404175, -0.004519930575042963, -0.004322968889027834, 0.023635398596525192, 0.01782163418829441, -0.009345490485429764, -0.027846302837133408, -0.0273708775639534, -0.002653888426721096, -0.011131728999316692, 0.00886327400803566, -0.00040283752605319023, -0.023676149547100067, 0.003918857779353857, -0.0007279940182343125, -0.01115210447460413, 0.02491225302219391, 0.001765863155014813, 0.025224674493074417, -0.011559611186385155, -0.01570259779691696, 0.008082219399511814, -0.031242193654179573, -0.005732263438403606, 0.022358544170856476, -0.005548885092139244, 0.03887615725398064, 0.003592852270230651, -0.0036064358428120613, 0.013053803704679012, 0.011939951218664646, 0.05672495812177658, -0.03015550784766674, -0.018514394760131836, 0.044581253081560135, 0.02295622043311596, 0.013393392786383629, 0.00988204125314951, 0.016802866011857986, 0.002197141293436289, -0.0023822172079235315, 0.00516854552552104, -0.032084375619888306, -0.0071992878802120686, -0.020225923508405685, -0.004329760558903217, 0.0040614851750433445, -0.0004677839169744402, 0.021951036527752876, -0.01862306334078312, -0.02036176063120365, -0.007518501952290535, 0.002687847474589944, 0.016164438799023628, -0.024694915860891342, -0.041076693683862686, -0.02443682961165905, 0.007097411435097456, 0.006014122162014246, -0.004231279715895653, 0.011226814240217209, -0.005521717946976423, 0.02393423765897751, 0.007912425324320793, 0.003694728948175907, -0.026705283671617508, 0.005572656635195017, 0.033958904445171356, 0.035670433193445206, -0.014425743371248245, -0.02885148674249649, -0.01977766677737236, 0.0076815043576061726, 0.018364977091550827, 0.006937804631888866, -0.03175836801528931, 0.022915469482541084, 0.025835935026407242, 0.005942808464169502, -0.024708500131964684, 0.010174088180065155, 0.008265597745776176, 0.014615912921726704, 0.020144423469901085, -0.0237033162266016, -0.026121189817786217, -0.022181957960128784, 0.03667561709880829, -0.0272893775254488, -0.01797105371952057, -0.00702949333935976, 0.004088652320206165, -0.020144423469901085, -0.009603578597307205, 0.003178553655743599, 0.017291875556111336, 0.03344273194670677, 0.019668998196721077, 0.023350143805146217, 0.011987493373453617, 0.001964522758498788, -0.015743348747491837, 0.005769618321210146, -0.04477142170071602, 0.023418061435222626, 0.02426024153828621, 0.022575881332159042, -0.02606685645878315, 0.011383024975657463, 0.022127622738480568, 0.007688296493142843, 0.01405898667871952, 0.0020239506848156452, -0.011552819982171059, 0.0023312789853662252, -0.030291344970464706, 0.009230030700564384, 0.019818417727947235, 0.007593211252242327, -0.0004750001826323569, -0.013386600650846958, -0.009827706962823868, 0.008727438747882843, -0.0020562116988003254, -0.017033787444233894, -0.007654337212443352, 0.01611010544002056, 0.0241108238697052, 0.019084904342889786, -0.0138891926035285, 0.01886756904423237, -0.009365865960717201, -0.0216657817363739, -0.006190708372741938, -0.011342274956405163, -0.0068223443813622, 0.004913853481411934, 0.001816801493987441, -0.016245940700173378, -0.022861136123538017, -0.0005369752179831266, 0.0022854343988001347, 0.016857201233506203, -0.0019237720407545567, 0.00045589832006953657, 0.029313327744603157, 0.010955142788589, 0.011654696427285671, -0.007552460767328739, -0.026270609349012375, -0.014928335323929787, 0.0004478330665733665, -0.026121189817786217, 0.0024501350708305836, -0.007063452620059252, -0.03105202317237854, -0.024124406278133392, -0.0032328879460692406, 0.01495550200343132, 0.0214212778955698, 0.006265418138355017, -0.030671684071421623, 0.0275338813662529, -0.006082040257751942, -0.020239507779479027, 0.020484011620283127, -0.006323148496448994, 0.034529414027929306, -0.031106358394026756, -0.010880433022975922, 0.005525114014744759, -0.0051481700502336025, 0.01985916867852211, -0.00866631232202053, -0.017468461766839027, 0.016042187809944153, 0.01627310737967491, 0.008707063272595406, 0.007307956460863352, 0.008353890851140022, -0.004502950701862574, -0.004954604431986809, 0.001939053530804813, -0.011810907162725925, -0.001326944213360548, 0.017509212717413902, 0.009134945459663868, 0.00842180848121643, 0.0025723872240632772, -0.0060956235975027084, -0.016653448343276978, 0.008781773038208485, 0.01266667153686285, 0.007953175343573093, -0.004958000034093857, -0.015186422504484653, 0.013522435910999775, -0.03952816501259804, 0.02264379896223545, -0.029639333486557007, 0.028824320062994957, -0.001998481573536992, 0.014194822870194912, -0.022290626540780067, -0.04123969376087189, -0.026189107447862625, 0.016789283603429794, 0.01847364567220211, -0.012014660984277725, 0.017060954123735428, -0.005606615450233221, -0.008482934907078743, 0.017346208915114403, 0.006224667653441429, 0.003908670041710138, -0.0030291343573480844, -0.04550493508577347, 0.027017705142498016, 0.018989820033311844, 0.005195712670683861, 0.005793389398604631, -0.03488258644938469, -0.012836466543376446, 0.014004652388393879, -0.011253981851041317, -0.00046099215978756547, -0.004037714097648859, 0.008788565173745155, 0.019995003938674927, -0.055040594190359116, 0.010805724188685417, -0.012449335306882858, 0.02017159014940262, 0.025605015456676483, 0.03474675118923187, -0.02745237946510315, -0.0032379815820604563, 0.02320072427392006, 0.019302241504192352, 0.010758181102573872, -0.02197820320725441, 0.015240756794810295, 0.012707422487437725, 0.01969616487622261, -0.010201255790889263, -0.012435751035809517, 0.03653978183865547, -0.010221630334854126, -0.012449335306882858, 0.005165149457752705, 3.995477527496405e-05, 0.027275793254375458, -0.006122790742665529, 0.019342992454767227, 0.000792940438259393, -0.005178733263164759, -0.0003272789472248405, -0.014724581502377987, -0.008931192569434643, -0.009997501969337463, -0.003966400399804115, -0.0023499561939388514, -0.013637896627187729, 0.004924041219055653, -0.006401253864169121, 0.012089370749890804, -0.003670957637950778, 0.010357466526329517, -0.00793280079960823, -0.01871814951300621, -0.012693839147686958, 0.017264707013964653, -0.027099207043647766, -0.026623781770467758, 0.025645766407251358, 0.021516362205147743, 0.022168373689055443, -0.013250765390694141, 0.002730295993387699, -0.003990171477198601, -0.004890082404017448, -0.005667741410434246, -0.002040930325165391, 0.03857731819152832, 0.016463277861475945, -0.01570259779691696, 0.007430208381265402, 0.006499734707176685, 0.022847551852464676, -0.018582312390208244, -0.0023227890487760305, -0.006621986627578735, 0.013848441652953625, -0.015553179197013378, -0.012198039330542088, -0.009508493356406689, 0.06884149461984634, 0.0051481700502336025, -0.019016986712813377, -0.022372126579284668, -0.003463808447122574, -0.04830314591526985, 0.016069354489445686, -0.005912245716899633, 0.009202863089740276, -0.02958499826490879, 0.018351392820477486, 0.027004122734069824, -0.005365507211536169, -0.004207508638501167, 0.013373017311096191, 0.005779805593192577, -0.01168186403810978, -0.045559268444776535, -0.03246471285820007, 0.03281788527965546, 0.0482216477394104, 0.03496408835053444, -0.0007691692444495857, 0.015118504874408245, -0.013339058496057987, -0.008068636059761047, -0.03284505382180214, -0.003034228226169944, 0.016612697392702103, 0.0011070603504776955, -0.005300985183566809, 0.008815731853246689, 0.01369223091751337, 0.0012810997432097793, 0.008394641801714897, -0.0016920025227591395, -0.009046652354300022, -0.0018915110267698765, -0.012130120769143105, -0.020456844940781593, -0.008557644672691822, -0.01969616487622261, 0.023064889013767242, 0.010635929182171822, 0.028253810480237007, -0.01798463612794876, 0.026528697460889816, 0.02762896567583084, -0.004974979907274246, -0.006282397545874119, 0.01723754033446312, -0.0002183982142014429, -0.00155192194506526, -0.004924041219055653, -0.03366006910800934, 0.039908505976200104, 0.007572836242616177, -0.004142986610531807, -0.017848800867795944, 0.015729764476418495, 0.013013052754104137, 0.001928865909576416, 0.005885078571736813, -0.018826818093657494, -0.016558362171053886, -0.028335310518741608, 0.02189670316874981, 0.033225394785404205, -0.013386600650846958, -0.012130120769143105, -0.004329760558903217, 0.001197900390252471, -0.008387849666178226, -0.014534411951899529, 0.0275338813662529, 5.184039400774054e-05, 0.016055770218372345, 0.006238250993192196, -0.004523326177150011, -0.03686578944325447, -0.01058838702738285, -0.010411800816655159, 0.007749422453343868, -0.01977766677737236, -0.004452012479305267, 0.004319572821259499, 0.008448976092040539, -0.03645827993750572, -0.02288830280303955, 0.015512428246438503, 0.03105202317237854, -0.027669716626405716, -0.013094553723931313, -0.014778915792703629, 0.014208406209945679, 0.021434862166643143, 0.008279181085526943, -0.01102985255420208, -0.005878286436200142, 0.02605327218770981, -0.0023397686891257763, -0.022412877529859543, 0.003857731819152832, -0.03333406150341034, 0.008904024958610535, -0.017047369852662086, -0.01757713034749031, -0.019084904342889786, 0.0026555864606052637, 0.016449693590402603, -0.010038252919912338, 0.00036208683741278946, 0.014249157160520554, -0.013481685891747475, 0.015566762536764145, 0.002850850112736225, 0.004075068514794111, -0.0037320838309824467, 0.002490885788574815, -0.02100018784403801, -0.006611798889935017, 0.0004410412802826613, -0.01676211506128311, -0.031160691753029823, 0.005521717946976423, 0.014765332452952862, -0.014846833422780037, 0.012646296992897987, 0.00996354315429926, 0.015892768278717995, 0.01503700390458107, 0.012184455059468746, 0.008408225141465664, -0.013406976126134396, -0.007790172938257456, -0.004170153755694628, 0.015987852588295937, 0.018432894721627235, 0.0276153814047575, -0.013773731887340546, 0.011858450248837471, -0.04314139485359192, -0.00033385847928002477, 0.01725112460553646, -0.020864352583885193, -0.006608403287827969, -0.014113320969045162, -0.033143892884254456, -0.008720646612346172, -0.006751030683517456, -0.012245581485331059, 0.01748204417526722, -0.015634680166840553, 0.016490444540977478, -0.03230171278119087, -0.008795356377959251, -0.010221630334854126, 0.00449615903198719, -0.01837855949997902, -0.005773013923317194, 0.0023533522617071867, -0.002078284975141287, 0.005997142754495144, -0.023105639964342117, 0.00021606353402603418, -0.03906632587313652, 0.0027557651046663523, 0.004095443990081549, 0.007369082421064377, 0.05688795819878578, 0.014846833422780037, 0.020049337297677994, -0.0060378932394087315, -0.006805364973843098, -0.01780804991722107, -0.010968727059662342, -0.002446739235892892, -0.011471318081021309, 0.03417624160647392, 0.037626467645168304, -0.009304740466177464, -0.012897592037916183, 0.0016206888249143958, -0.011939951218664646, 0.014493661001324654, -0.011016269214451313, 0.0033619317691773176, 0.011613945476710796, -0.0029527267906814814, -0.005222879815846682, -0.01937015913426876, 0.005562468897551298, 0.0008451522444374859, 0.012408584356307983, 0.01782163418829441, -0.0006125337677076459, -0.020782850682735443, 0.030997689813375473, -0.006326544098556042, -0.005942808464169502, -0.006591423414647579, -0.00048646132927387953, -0.006574444007128477, 0.014235572889447212, -0.01528150774538517, -0.001428821007721126, 0.0031564803794026375, -0.025061672553420067, 0.007294373121112585, 0.007980342954397202, 0.012979093939065933, -0.022820385172963142, 0.03855014964938164, -0.0019492411520332098, -0.0003039322036784142, -0.011376233771443367, -0.009182488545775414, -0.03230171278119087, 0.0001753128453856334, -0.0028236829675734043, 0.019247908145189285, 0.003973192069679499, 0.004988563247025013, -0.03548026457428932, -0.012761756777763367, 0.016232356429100037, -0.03439357876777649, 0.0034230577293783426, 0.013834858313202858, -0.004030921962112188, -0.018269890919327736, -0.02950349822640419, -0.019641831517219543, 0.013434142805635929, 0.006778197828680277, 0.008238430134952068, -0.020538346841931343, 0.028389645740389824, -0.02288830280303955, -0.015227173455059528, -0.01078534871339798, -0.043195728212594986, 0.0423535481095314, 0.015254340134561062, 0.04504309222102165, 0.025550680235028267, 0.02599893882870674, -0.009501702152192593, 0.002266756957396865, 0.01090760063380003, -0.004329760558903217, 0.015091338194906712, 0.02189670316874981, 0.008061843924224377, -0.017780883237719536, -0.01217087171971798, 0.01725112460553646, 0.015580345876514912, -0.01568901538848877, 0.017699381336569786, -0.009284364990890026, -0.005800181068480015, -0.017128871753811836, 0.0034230577293783426, -0.02868848294019699, 0.0071992878802120686, -0.004350136034190655, 0.003701520850881934, 0.004166757687926292, -0.018650231882929802, -0.006995534524321556, 0.015009836293756962, 0.0046625579707324505, 0.024531913921236992, 0.011586778797209263, 0.003969796001911163, 0.0027201082557439804, -0.0023482583928853273, -0.020538346841931343, -0.0271263737231493, 0.006567652337253094, 0.018595896661281586, -0.007525293622165918, -0.014547995291650295, 0.019872751086950302, 0.033225394785404205, 0.014874001033604145, 0.006869886536151171, -0.010758181102573872, 0.027072040364146233, -0.007212871685624123, -0.024966588243842125, 0.01287042535841465, -0.013834858313202858, 0.03317105770111084, -0.026515113189816475, -0.01438499242067337, -0.009936375543475151, -0.020728515461087227, -0.02123110741376877, 0.01774013228714466, 0.00725362217053771, -0.03040001168847084, -0.020524762570858, 0.003871315158903599, -0.025713684037327766, -0.01483325008302927, -0.007939592003822327, 0.0036879372783005238, -0.00919607188552618, 0.0006872433586977422, -0.015430927276611328, 0.007151745725423098, 0.019967837259173393, 0.009148528799414635, 0.014412160031497478, 0.011715822853147984, 0.02942199632525444, -0.028090806677937508, 0.018432894721627235, -0.006795177236199379, 0.00951528549194336, -0.030427180230617523, 0.01650402881205082, -0.010201255790889263, -0.03871315345168114, 0.007097411435097456, -0.018242724239826202, -0.035181425511837006, -0.012388208881020546, 0.019478827714920044, 0.014208406209945679, 0.014045403338968754, 0.017943885177373886, 0.008245222270488739, 0.015390176326036453, 0.008917608298361301, 0.027900636196136475, -0.014249157160520554, 0.00968507956713438, -0.02836247906088829, -0.008605186827480793, 0.03352423012256622, -0.025061672553420067, -0.025116005912423134, -0.005582843907177448, 0.019818417727947235, -0.013013052754104137, -0.011967118829488754, -0.044092241674661636, -0.004292405676096678, 0.005216088145971298, -0.014452910050749779, 0.009284364990890026, -0.02696337178349495, -0.01945166103541851, -0.005284005776047707, 0.010547636076807976, 0.008523684926331043, -0.003698124783113599, -0.0027235043235123158, 8.781560609349981e-05, 0.010242005810141563, 0.010927976109087467, -0.00882252398878336, -0.02704487182199955, -0.0014152374351397157, -0.03352423012256622, -0.031024856492877007, -0.0029951755423098803, -0.01008579507470131, 0.030372845008969307, 0.01172940619289875, -0.02803647331893444, -0.04390207305550575, -0.006160145625472069, -0.0033670254051685333, -0.0254963468760252, -0.008041469380259514, 0.008034677244722843, 0.020796433091163635, 0.006346919573843479, -0.005722075700759888, 0.03433924540877342, 0.01723754033446312, 0.02787346951663494, -0.02575443498790264, -0.012829674407839775, 0.01401823665946722, -0.01593351922929287, 0.008156929165124893, 0.005694908555597067, -0.018038971349596977, 0.0027438795659691095, 0.02336372807621956, -0.03776230290532112, -0.007450583856552839, 0.023594647645950317, -0.02109527215361595, 0.008978734724223614, -0.011627529747784138, 0.0232143085449934, -0.009331907145678997, 0.027642549946904182, 0.023472396656870842, -0.012068995274603367, -0.015308674424886703, 0.010948351584374905, 0.011532444506883621, -0.013828066177666187, -0.005314568988978863, -0.017957469448447227, -0.005053085274994373, 0.027493130415678024, -0.009372658096253872, -0.013597145676612854, 0.010309923440217972, 0.007776589598506689, 0.0264743622392416, 0.010941559448838234, -0.008591603487730026, -0.0012072391109541059, -0.007158537395298481, 0.011471318081021309, -0.022766049951314926, 0.017101705074310303, 0.007532085292041302, 0.015729764476418495, -0.005375694949179888, -0.006947992369532585, 0.0013320380821824074, -0.0008680745377205312, 0.007912425324320793, -0.003453620709478855, 0.009454159066081047, 0.00356568512506783, 0.011043435893952847, -0.000465237011667341, 0.007959967479109764, 0.012449335306882858, -0.000990751083008945, -0.00931153167039156, -0.0010747993364930153, -0.013386600650846958, 0.008218055590987206, -0.012598753906786442, -0.017020203173160553, -0.0049036662094295025, 0.01560751348733902, 0.013699023053050041, -0.003531726310029626, -0.018976235762238503, 0.014317074790596962, 0.01025558914989233, -0.02060626447200775, -0.004112423397600651, 0.21233825385570526, -0.01405898667871952, 0.0037796262186020613, 0.023404477164149284, -0.00988204125314951, 0.016775699332356453, 0.009780164808034897, -0.0036573740653693676, -0.0036573740653693676, 0.016164438799023628, -0.012734590098261833, -0.011253981851041317, -0.027330126613378525, 0.0032515651546418667, -0.0016495538875460625, -0.04876498878002167, -0.024083655327558517, -0.018840400502085686, -0.017128871753811836, 0.004068276844918728, 0.0074845426715910435, -0.006859698798507452, 0.00336023373529315, -0.01237462554126978, 0.026542281731963158, 0.01299946941435337, -0.01586560159921646, 0.006876678671687841, 0.01674853265285492, 0.010615553706884384, -0.02125827595591545, 0.007898841053247452, -0.028579814359545708, 0.0016062562353909016, -0.012843257747590542, -0.0027693486772477627, 0.038033973425626755, -0.015974270179867744, 0.027737634256482124, -0.007545669097453356, -0.01008579507470131, -0.0075592524372041225, -0.01152565237134695, -0.021760866045951843, -0.015593929216265678, 0.02730295993387699, 0.005800181068480015, 0.005453800316900015, 0.003823772771283984, 0.02017159014940262, -0.038359981030225754, -0.027846302837133408, 0.016612697392702103, 0.01831064186990261, -0.004886686336249113, 0.0038645234890282154, -0.007844507694244385, 0.02085076831281185, -0.025034505873918533, 0.030291344970464706, -0.019804833456873894, 0.017835216596722603, -0.01242895983159542, 0.018283475190401077, -0.008910817094147205, 0.01058159489184618, -0.01821555756032467, -0.007172120735049248, -0.007939592003822327, -0.013135304674506187, 0.017454877495765686, 0.006143166217952967, 0.0007437000167556107, 0.007389457896351814, -0.015118504874408245, -0.019220741465687752, 0.014493661001324654, 0.016463277861475945, 0.003402682486921549, 0.029639333486557007, -0.013529228046536446, -0.02468133345246315, -0.011980702169239521, 0.00037864179466851056, 0.015335842035710812, -0.03466524928808212, 0.012272748164832592, -0.0038645234890282154, -0.002687847474589944, -0.01725112460553646, -0.003273638430982828, -0.004013942554593086, -0.019410910084843636, -0.02254871279001236, 0.0020799830090254545, 0.008591603487730026, 0.0037932097911834717, 0.02295622043311596, 0.008381057530641556, -0.003660770133137703, -0.02572726644575596, 0.07373157888650894, 0.013182846829295158, 0.027275793254375458, -0.01961466483771801, -0.01261912938207388, -0.03537159785628319, 0.021638615056872368, -0.003721896093338728, 0.019057737663388252, 0.011057020165026188, -0.024817168712615967, 0.009739413857460022, -0.0033466501627117395, -0.0028559439815580845, -0.007661129347980022, -0.014901167713105679, -0.021557113155722618, -0.0016597415087744594, -0.01111135445535183, 0.004927437286823988, -0.02565934881567955, 0.008931192569434643, 0.022779634222388268, -0.010927976109087467, -0.013726189732551575, -0.0059292251244187355, -0.0005233916454017162, -0.012734590098261833, -0.01414048857986927, 0.030861854553222656, 0.0010000898037105799, 0.013060594908893108, -0.00237882137298584, 0.002231100108474493, -0.0134409349411726, 0.0053858826868236065, -0.00039753143209964037, -0.016463277861475945, -0.0022446836810559034, -0.022277042269706726, -0.017468461766839027, -0.006791781168431044, -0.014194822870194912, 0.0034485268406569958, -0.01152565237134695, 0.0026403048541396856, -0.002798213856294751, 0.0016181418905034661, -0.008014301769435406, -0.0076815043576061726, -0.006771405693143606, -0.007158537395298481, -0.004893478471785784, 0.02230420894920826, 0.005467383656650782, 0.007674712687730789, -0.01765863038599491, 0.008197680115699768, 0.008924400433897972, -0.029965339228510857, -0.008645937778055668, -0.0015408853068947792, 0.004669349640607834, -0.02173369936645031, 0.010826099663972855, -0.1739782691001892, 0.016205189749598503, -0.0021054521203041077, -0.024491162970662117, 0.017183206975460052, -0.003051207633689046, 0.00031327089527621865, 0.017047369852662086, 0.01821555756032467, -0.00414977828040719, 0.01863664761185646, -0.011301524005830288, -0.02925899252295494, -0.014656663872301579, 0.004744058940559626, 0.00378981395624578, -0.004798393230885267, 0.024572664871811867, 0.02409723959863186, -0.0003894662077073008, 0.04917249456048012, -0.009603578597307205, 0.010174088180065155, -0.022426461800932884, -0.0024093843530863523, 0.005820556543767452, -0.020565513521432877, 0.010554428212344646, -0.007382666226476431, -0.028824320062994957, 0.0027880261186510324, 0.010004294104874134, 0.022779634222388268, 0.005786597728729248, -0.0036913331132382154, -0.00817051250487566, -0.0034162658266723156, 0.0018626459641382098, 0.005769618321210146, 0.007457375526428223, 0.020484011620283127, 0.020321009680628777, 0.0042414674535393715, -0.00041302520548924804, 0.022507963702082634, -0.0029357473831623793, 0.021068105474114418, -0.0021088479552417994, -0.009223238565027714, -0.02150277979671955, 0.01691153459250927, -0.026338526979088783, 0.009359074756503105, 0.0058103688061237335, -0.008313139900565147, 0.0069412002339959145, -0.010323507711291313, 0.009148528799414635, -0.0034485268406569958, -0.006455588154494762, 0.01034388318657875, -0.04846614971756935, 0.012435751035809517, -0.007335123606026173, 0.0038882947992533445, 0.0026301173493266106, -0.022277042269706726, 0.029204659163951874, 0.0016164439730346203, 0.025197507813572884, 0.02461341582238674, -0.0049070618115365505, 0.025374094024300575, -0.010167296044528484, -0.006289189215749502, 0.026121189817786217, -0.010690263472497463, -0.010778556577861309, 0.027751218527555466, 0.00510402349755168, -0.005287401843816042, -0.00045589832006953657, -0.01160036213696003, -0.000366331689292565, -0.022657381370663643, -0.027819136157631874, -0.013732981868088245, 0.01446649432182312, 0.002358446130529046, -0.0004762736498378217, 0.005056480877101421, 0.004557284992188215, -0.03928366303443909, -0.012333874590694904, 0.0015451302751898766, -0.008985526859760284, 0.014357825741171837, 0.0046625579707324505, 0.025645766407251358, 0.0012590264668688178, 0.006088831927627325, 0.01376694068312645, -0.002852548146620393, 0.01651761122047901, 0.020891519263386726, -0.004689725115895271, 0.001395710976794362, -0.0016597415087744594, 0.019560329616069794, -0.0019084905507043004, -0.042054709047079086, 0.014086154289543629, 0.00817730464041233, 0.007538876961916685, -0.00037100104964338243, 0.033306896686553955, 0.011899200268089771, -0.014425743371248245, 0.01782163418829441, -0.018269890919327736, 0.023961404338479042, -0.007905633188784122, 0.0017505815485492349, 0.00437390711158514, -0.004536909982562065, -0.003983379807323217, -0.07612228393554688, -0.021529946476221085, 0.0054945508018136024, 0.005952996201813221, -0.0076815043576061726, 0.009107778780162334, -0.006554068997502327, 0.02239929512143135, 0.002548615913838148, 0.007776589598506689, -0.025618597865104675, -0.017183206975460052, -0.00850331038236618, 0.0015468281926587224, 0.009929584339261055, 0.0054504042491316795, -0.023893486708402634, -0.018242724239826202, -0.016191605478525162, 0.016137272119522095, -0.013230389915406704, -0.015566762536764145, 0.009331907145678997, -0.0001628966274438426, 0.019152823835611343, 0.005715284030884504, -0.017699381336569786, 0.004540305584669113, 0.009746205992996693, 0.001274307956919074, 0.004526722244918346, -0.009793748147785664, -0.00236014393158257, -0.008802148513495922, -0.006160145625472069, -0.0024008946493268013, 0.01617802307009697, -0.027927804738283157, 0.029775168746709824, -0.016245940700173378, 0.02060626447200775, -0.005888474173843861, 0.004261842463165522, -0.022670965641736984, -0.019818417727947235, 0.0066389660350978374, -0.02009008824825287, 0.010744597762823105, -0.0062925852835178375, -0.013508852571249008, -0.01854156330227852, -0.006649153772741556, -0.0032617528922855854, -0.03164970129728317, 0.04909099265933037, -0.0009669798309914768, 0.010812515392899513, 0.010527260601520538, -0.037055958062410355, 0.005633782595396042, -0.015267924405634403, -0.03678428754210472, -0.03580627217888832, 0.03270921856164932, 0.010717431083321571, 0.015458093956112862, -0.022032538428902626, -0.042027540504932404, 0.04558643698692322, -0.012469709850847721, 0.0030613953713327646, 0.010058627463877201, -0.018677398562431335, 0.009039861150085926, -0.024559080600738525, -0.029965339228510857, 8.22442234493792e-05, -0.01033029891550541, 0.001612199004739523, -0.018772482872009277, 3.812417708104476e-05, -0.002772744745016098, -0.0032413776498287916, -0.0012395000085234642, 0.008605186827480793, -0.005127794574946165, 0.031079189851880074, 0.008143345825374126, 0.0016138970386236906, -0.0218287855386734, -0.014249157160520554, 0.0052670263685286045, 0.00414977828040719, -0.008584811352193356, -0.017454877495765686, -0.0002085289015667513, -0.02868848294019699, -0.015091338194906712, 0.006204292178153992, 0.014371409080922604, -0.007511709816753864, -0.004526722244918346, -0.07644829154014587, 0.009202863089740276, -0.01242216769605875, 0.003922253847122192, 0.006248438730835915, -0.02246721275150776, 0.004098840057849884, -0.009773372672498226, 0.010418592020869255, 0.025075256824493408, -0.0417015366256237, 0.019234323874115944, 0.0024229679256677628, -0.0026335131842643023, -0.018690980970859528, -0.0021937452256679535, 0.012591962702572346, -0.02517034113407135, 0.02426024153828621, 0.013610729947686195, -0.00236014393158257, -0.002068097470328212, 0.021285442635416985, 0.007226455025374889, 0.007287580985575914, 0.021299025043845177, -0.02656944841146469, 0.012591962702572346, -0.011457734741270542, 0.010900808498263359, 0.031812701374292374, -0.0025469178799539804, 0.016897952184081078, -0.009128154255449772, -0.003929045516997576, -0.0067000919952988625, 0.015634680166840553, 0.032165877521038055, 0.04224487766623497, 0.01515925582498312, -0.0015035305405035615, -0.04322289675474167, 0.017848800867795944, -0.042788222432136536, 0.004075068514794111, -0.0066389660350978374, -0.02991100400686264, 0.022127622738480568, -0.002059607533738017, 0.019560329616069794, 0.019967837259173393, 0.027262208983302116, -0.053981076925992966, -0.01920715719461441, 0.00829955656081438, -0.01700662076473236, 0.04208187758922577, 0.0068936580792069435, 0.00060277059674263, -0.0220732893794775, 0.05210654437541962, 0.002733691828325391, 0.01790313608944416, -0.021910285577178, -0.004197320900857449, -0.004265238530933857, -0.03235604614019394, -0.005881682503968477, 0.0276153814047575, -0.03175836801528931, -0.01593351922929287, -0.008761397562921047, -4.159965828876011e-05, 0.003090260550379753, 0.015743348747491837, -0.0021818596869707108, 0.0033500459976494312, 0.0426795519888401, -0.009617161937057972, 0.006961575709283352, 0.03463808447122574, 0.013427351601421833, -0.023716900497674942, 0.025455595925450325, 0.02548276260495186, -0.005137982312589884, -0.007314748130738735, 0.009134945459663868, -0.008489726111292839, 0.011613945476710796, -0.008184096775949001, 0.022942636162042618, 0.020307425409555435, -0.006238250993192196, 0.008218055590987206, -0.002134317299351096, -0.007627170067280531, 0.020253092050552368, 0.00465576583519578, 0.0028117974288761616, 0.019424494355916977, -0.005182128865271807, 0.006676320917904377, -0.006611798889935017, -0.037300463765859604, -0.004193924833089113, -0.030508680269122124, -0.02991100400686264, 0.01376694068312645, 0.04053334891796112, 0.0057526384480297565, -0.008489726111292839, -0.0038882947992533445, -0.0011860147351399064, -0.03341556340456009, 0.01961466483771801, 0.017699381336569786, -0.0057526384480297565, -0.027330126613378525, 0.0025825747288763523, -0.0075592524372041225, -0.007552460767328739, 0.005402862094342709, -0.056507620960474014, 0.02034817636013031, -0.008754606358706951, 0.012449335306882858, -0.03572477027773857, 0.0426795519888401, -0.013732981868088245, 0.003246471518650651, -0.012225206010043621, 0.002017159014940262, -0.0074981264770030975, -0.00956282764673233, 0.015186422504484653, -0.0013566582929342985, -0.008285973221063614, 0.01977766677737236, 0.0803060233592987, 0.024287410080432892, -0.012476501986384392, -0.0074370005168020725, 0.015648264437913895, 0.0007555856718681753, 0.0032379815820604563, -0.008319932036101818, -0.0014950408367440104, -0.02876998484134674, -0.004068276844918728, 0.0036573740653693676, -0.006754426285624504, -0.03015550784766674, -0.007864882238209248, 0.007763005793094635, -0.009977126494050026, -0.012313499115407467, 0.00441126199439168, -0.03064451739192009, 0.012653088197112083, -0.008937983773648739, 0.002059607533738017, -0.02100018784403801, -0.019723333418369293, 0.0015731463208794594, 0.03594210743904114, -0.015987852588295937, -0.010309923440217972, -0.015960685908794403, 0.03080751933157444, 0.025781601667404175, -0.031187858432531357, -0.006071852520108223, 0.007382666226476431, 0.0009932980174198747, -0.011349066160619259, -0.003402682486921549, 0.028416812419891357, 0.029530664905905724, 0.01401823665946722, -0.011790531687438488, -0.00700911832973361, -0.008836107328534126, -0.02671886794269085, 0.0013829764211550355, 0.026922620832920074, -0.01960108056664467, 0.010051836259663105], \"b9c25efc-401c-4588-902e-3b982dacadaf\": [-0.0008998119737952948, 0.012688425369560719, 0.025866905227303505, -0.032952819019556046, -0.008913684636354446, -0.011118927970528603, -0.019867055118083954, -0.01544332318007946, -0.014118853025138378, -0.036661338061094284, 0.02717813104391098, -0.007999800145626068, -0.00361911510117352, -0.01603933423757553, -0.006476659793406725, -0.0016903552459552884, 0.018423382192850113, -0.01992003247141838, 0.005304503254592419, -0.02144317328929901, -0.016171781346201897, 0.00334428739733994, -0.03618452697992325, -0.006754798348993063, -0.029429730027914047, 0.0010885490337386727, 0.02033061906695366, -0.0330587774515152, -0.0021025966852903366, -0.014781088568270206, 0.014688375405967236, 0.0024155026767402887, -0.015681728720664978, 0.006128986366093159, -0.009827569127082825, -0.007960066199302673, 0.0192577987909317, -0.001101793721318245, 0.009801080450415611, -0.021032588556408882, -0.006009784061461687, -0.0019204819109290838, -0.008072646334767342, -0.0037449398078024387, -0.0014949957840144634, 0.029138345271348953, 0.0018194910371676087, -0.01206592470407486, -0.00962889939546585, 0.009675255045294762, 0.021151790395379066, -0.0019304153975099325, -0.031760796904563904, -0.015986356884241104, -0.0051223887130618095, 0.010244777426123619, -0.008675280027091503, 0.039363257586956024, 0.006244877353310585, -0.031257499009370804, 0.019708117470145226, 0.0205160453915596, -0.020569022744894028, -0.011271242052316666, -0.014622151851654053, -0.019178329035639763, -0.017006197944283485, 0.024648392572999, -0.002473448170349002, -0.012178503908216953, -0.0062779891304671764, 0.00504292082041502, -0.009728234261274338, -0.005897203925997019, 0.030250901356339455, -0.014105608686804771, -0.023946423083543777, -0.017072422429919243, 0.003148928051814437, 0.008476609364151955, 0.009251425042748451, -0.01050967164337635, -0.0025909950491040945, 0.03213164955377579, 0.009662010706961155, 0.015284387394785881, 0.013933427631855011, 0.022396791726350784, -0.016834016889333725, 0.01586715318262577, 0.0048608058132231236, 0.004539621993899345, 0.008218337781727314, -0.004516443703323603, -0.00048053436330519617, 0.0480782724916935, -0.004648890811949968, 0.011589114554226398, -0.013456618413329124, -0.012999676167964935, 0.015973111614584923, 0.017761146649718285, -0.017363805323839188, -0.028396643698215485, -0.03631697595119476, -0.018622051924467087, -0.016079070046544075, -0.007847486063838005, 0.006887245457619429, -0.004794582258909941, -0.0023658350110054016, 0.043548583984375, -0.003556202631443739, -0.00801304541528225, -0.006095874588936567, -0.006115741562098265, 0.007032937370240688, -0.01830417849123478, -0.01856907270848751, -0.020608756691217422, 0.00970836728811264, 0.005787935107946396, 0.023747751489281654, -0.011118927970528603, 0.006768043152987957, 0.017853859812021255, 0.008615679107606411, 0.005046231672167778, 0.015218163840472698, -0.02953568659722805, 0.01016530953347683, -0.01841013692319393, 0.014714865013957024, 0.028899941593408585, -0.032528989017009735, -0.0010885490337386727, -0.0017979684052988887, 0.027787387371063232, -0.019350510090589523, -0.015350610949099064, -0.012330817990005016, 0.0337739922106266, -0.015045982785522938, -0.019191574305295944, 0.009562675841152668, 0.031787287443876266, 0.0015380411641672254, 0.0197610966861248, 0.00346017861738801, 0.000558346975594759, 0.010450070723891258, -0.0015595637960359454, -0.016926730051636696, 0.004625712521374226, 0.03289984166622162, -0.00218206481076777, -0.002937012817710638, 0.023350410163402557, 0.0030363481491804123, -0.013072521425783634, 0.006764731835573912, 0.021787535399198532, -0.012450020760297775, -0.0008948452305048704, 0.03289984166622162, 0.02193322777748108, 0.015390344895422459, 0.009026264771819115, -0.013529463671147823, 0.02293982543051243, 0.005195234902203083, 0.019032638520002365, -0.00961565412580967, 0.0027681428473442793, 0.009132222272455692, 0.04373401030898094, 0.013185101561248302, 0.024118604138493538, -0.007377299480140209, -0.020608756691217422, -0.008026289753615856, -0.014701619744300842, 0.0010214976500719786, 0.019469713792204857, -0.02193322777748108, 0.003489979077130556, 0.02260870859026909, 0.010834166780114174, -0.008807727135717869, -0.02791983261704445, 0.01679428294301033, 0.0217742919921875, 0.01544332318007946, -0.0230325385928154, -0.6437985301017761, 0.014277789741754532, 0.018701519817113876, -0.04129698500037193, -0.0032780638430267572, 0.01490029040724039, 0.020979609340429306, 0.02279413305222988, 0.009324271231889725, -0.00042714166920632124, -0.008258072659373283, 0.011363955214619637, 0.023072272539138794, -0.021986206993460655, -0.023747751489281654, -0.02075444906949997, 0.01088052336126566, -0.007450145203620195, 0.022847112268209457, 0.005943560507148504, -0.024873550981283188, 0.017098911106586456, 0.009926904924213886, -0.010469937697052956, 0.010145442560315132, 0.005307814572006464, 0.02927079237997532, -0.0017035999335348606, 0.00466544646769762, 0.01713864505290985, -0.03660835698246956, 0.013072521425783634, 0.02887345291674137, -0.005824358202517033, 0.04680677875876427, 0.011158661916851997, -0.0038210968486964703, 0.00915208924561739, 0.00755610316991806, 0.050329871475696564, -0.028211217373609543, -0.007834241725504398, 0.03896591439843178, 0.01770816743373871, 0.015390344895422459, 0.013893693685531616, 0.02995951846241951, -0.002989991568028927, -0.011589114554226398, -0.0081918491050601, -0.03170781955122948, 0.002647284884005785, -0.02581392601132393, -0.006821021903306246, 0.011589114554226398, 0.002473448170349002, 0.021814025938510895, -0.009297781623899937, -0.00021688200649805367, 0.0030942936427891254, -0.002071140334010124, 0.02218487672507763, -0.02953568659722805, -0.043257199227809906, -0.014860556460916996, 0.018277689814567566, 0.008039535023272038, -0.012787760235369205, 0.013085766695439816, 0.006264744326472282, 0.014873800799250603, 0.027310576289892197, 0.0027681428473442793, -0.020886896178126335, 0.018357157707214355, 0.03131047636270523, 0.013721511699259281, -0.012801005505025387, -0.03080717846751213, -0.008748126216232777, 0.007158761844038963, 0.027284087613224983, -0.003655537962913513, -0.04140293970704079, 0.0030976049602031708, 0.020555779337882996, -0.012191749177873135, -0.01654263399541378, 0.013774490915238857, 0.010867279022932053, 0.013615554198622704, 0.011416933499276638, -0.02119152434170246, -0.022820623591542244, -0.011556003242731094, 0.01899290457367897, -0.018847212195396423, -0.0008559389389120042, -0.0036952721420675516, 0.005807802081108093, -0.03321771323680878, 0.008787860162556171, -0.004546244163066149, 0.006562750320881605, 0.027999302372336388, 0.015032737515866756, 0.023085517808794975, 0.016410186886787415, 0.008575945161283016, -0.03292633220553398, 0.016423432156443596, -0.02919132448732853, 0.012218238785862923, 0.009403739124536514, 0.030780689790844917, -0.024409987032413483, 0.01114541757851839, 0.01080105546861887, 0.0061952099204063416, 0.003781362669542432, 0.010443448089063168, -0.007172006648033857, 0.012436775490641594, -0.011834141798317432, 0.009966638870537281, 0.029217815026640892, 0.013562575913965702, -0.013178478926420212, -0.004864117130637169, -0.019191574305295944, 0.011423556134104729, -0.007430278230458498, -0.017430029809474945, -0.016158537939190865, 0.01872801035642624, 0.022714665159583092, 0.00468200258910656, -0.0011150384088978171, 0.01139706652611494, -0.018595563247799873, -0.0037052056286484003, -0.01464864145964384, -0.009350759908556938, -0.019800830632448196, -0.007032937370240688, 0.009383872151374817, -0.001294669695198536, -0.0011249718954786658, -0.011900365352630615, 0.010436825454235077, -0.002196965040639043, -0.022343814373016357, 0.0035396467428654432, 0.0352838896214962, 0.010238155722618103, -0.0038210968486964703, -0.00897990819066763, -0.01931077614426613, -0.0034270668402314186, 0.00637070182710886, -0.015257897786796093, 0.006085941102355719, 0.010350734926760197, -0.023429879918694496, -0.014926780015230179, -0.013231458142399788, 0.0034436227288097143, 0.030992604792118073, -0.011575870215892792, -0.04741603508591652, 0.020052479580044746, -0.0061819651164114475, -0.018516095355153084, 0.0357871875166893, -0.008397141471505165, 0.03533686697483063, -0.025178179144859314, -0.018171731382608414, 0.009039510041475296, 0.00178803491871804, 0.008926929906010628, -0.005559463985264301, -0.020820673555135727, -0.006056140176951885, 0.03274090588092804, 0.010668608359992504, -0.0023724574130028486, 0.018966414034366608, -0.023853709921240807, 0.004675379954278469, 0.016065824776887894, 0.014171832241117954, -0.010615629144012928, -0.001875780988484621, -0.006499838083982468, 0.002837677486240864, -0.0004095510521437973, 0.003635670989751816, -0.028131749480962753, 0.0034204444382339716, 0.023164985701441765, 0.0009056065464392304, 0.005857469979673624, -0.01186063140630722, 0.01426454447209835, -0.03440973907709122, 0.00529456976801157, -0.018926680088043213, 0.009377249516546726, 0.00827131699770689, 0.025946373119950294, -0.0275224931538105, -0.032687924802303314, -0.018900191411376, -0.0210193432867527, 0.0372970849275589, -0.005960116162896156, 0.008887195959687233, 0.001487545669078827, -0.013469862751662731, 0.015244652517139912, -0.011489779688417912, 0.012675181031227112, -0.01932402141392231, -0.04285985976457596, 0.02474110573530197, 0.01813199743628502, 0.023655038326978683, -0.0016191649483516812, -0.048131249845027924, -0.024939775466918945, 0.025972861796617508, 0.000778126297518611, 0.014052629470825195, 0.0014560895506292582, 0.011814274825155735, 0.03652888908982277, -0.03319122642278671, 0.029058877378702164, -0.003721761517226696, 0.021482907235622406, 0.038356658071279526, 0.056316476315259933, -0.02749600261449814, -0.017575720325112343, 0.015668483451008797, 0.03165483847260475, 0.013132123276591301, 0.006652152165770531, 0.001963527174666524, 0.013800980523228645, 0.01248313207179308, -0.0040462566539645195, -0.015059227123856544, 0.02674105577170849, -0.033376652747392654, 0.016767794266343117, 0.011661960743367672, 0.013026164844632149, 0.04042283445596695, -0.004744914826005697, 0.02557552047073841, -0.005592575762420893, -0.018780987709760666, -0.018688276410102844, -0.018754499033093452, -0.006317723076790571, -0.0045363106764853, 0.009509696625173092, -0.011046081781387329, -0.004549555480480194, -0.008582567796111107, -0.012860606424510479, -0.0004149317101109773, -0.00210921885445714, 0.007291208952665329, 0.0197610966861248, -0.010542783886194229, -0.0090726213529706, 0.02362854965031147, -0.026608608663082123, -0.006847511511296034, 0.01798630692064762, 0.010794432833790779, 0.012344063259661198, 0.0022300768177956343, 0.0012723192339763045, 0.002950257621705532, -0.0059071374125778675, -0.02329743281006813, 0.008092513307929039, 0.036237508058547974, 0.009118977934122086, -0.025509297847747803, 0.0025777502451092005, 0.007873975671827793, 0.018595563247799873, -0.005837602540850639, -0.0019453157437965274, 0.005423706024885178, 0.02007897011935711, 0.00254298304207623, -0.0018277689814567566, -0.014688375405967236, 0.03594612330198288, -0.0035363356582820415, -0.016317473724484444, -0.030065475031733513, 0.001003286219201982, -0.027032438665628433, 0.01805252954363823, -0.015880398452281952, 0.022410036996006966, -0.013999651186168194, 0.010483182035386562, 0.012456643395125866, 0.0010173587361350656, -0.005979983136057854, 0.02203918620944023, 0.017324071377515793, -0.011277864687144756, -0.022502750158309937, -0.013986405916512012, 0.030595263466238976, 0.04116453602910042, 0.01941673457622528, -0.00042465829756110907, 0.009046131744980812, -0.006360768340528011, -0.009178578853607178, -0.04643592983484268, 0.007814374752342701, 0.030992604792118073, 0.02354908175766468, -0.011503024026751518, 0.015721462666988373, 0.017006197944283485, -0.007185251452028751, 0.021655088290572166, 0.013721511699259281, 0.01982731930911541, 0.0016067479737102985, -0.011118927970528603, -0.012873850762844086, -0.005652177147567272, -0.01823795586824417, 0.005711778067052364, 0.011178528890013695, 0.01570821739733219, -0.01105932705104351, 0.012079169042408466, 0.033641546964645386, -0.014569172635674477, -0.01463539618998766, -0.00852958858013153, -0.004152214154601097, -0.009761345572769642, -0.003046281635761261, -0.03554878383874893, 0.04095262289047241, 0.008145492523908615, 0.020370353013277054, -0.011562625877559185, 0.010787810198962688, 0.02243652567267418, -0.005287947598844767, -0.003251574467867613, -0.033376652747392654, 0.012529488652944565, -0.018529338762164116, 0.031760796904563904, 0.025959618389606476, -0.004993252921849489, -0.0082646943628788, 0.03096611611545086, -0.0005393077153712511, -0.029429730027914047, 0.00037333506043069065, 0.026807278394699097, 0.004337640013545752, 0.01696646399796009, -0.005274702794849873, -0.00485418364405632, -0.035151440650224686, 0.010012995451688766, 0.00014351877325680107, 0.009489829652011395, -0.015761196613311768, -0.012801005505025387, -0.02150939777493477, -0.005797868594527245, -0.029827071353793144, -0.02725759893655777, 0.010847412049770355, 0.02884696237742901, -0.02834366448223591, -0.00856270082294941, -0.02111205644905567, 0.017112156376242638, 0.01790683902800083, 0.003824407933279872, 0.014251300133764744, -0.0098805483430624, 0.03451569378376007, 0.00021232914878055453, -0.01805252954363823, -0.003292964305728674, -0.039946023374795914, 0.0022201433312147856, -0.03284686431288719, -0.02599935233592987, -0.002056240104138851, -0.01662210188806057, -0.0030512483790516853, -0.0009950082749128342, 0.004076057113707066, 0.021456418558955193, -0.02980058081448078, 0.02033061906695366, 0.00597336096689105, 0.006827644072473049, 0.005039609503000975, 0.015628749504685402, -0.030939625576138496, -0.010648741386830807, 0.0024982821196317673, -0.01143017876893282, -0.018939925357699394, 0.009655388072133064, -0.0038277190178632736, -0.026370203122496605, -0.011026214808225632, 0.018635297194123268, -0.009476585313677788, 0.004758159630000591, 0.00044576701475307345, 0.008873950690031052, 0.0009892137022688985, 0.0066918861120939255, 0.020396841689944267, 0.012973186559975147, 0.015893643721938133, 0.013867204077541828, -0.028899941593408585, 0.010840789414942265, -0.03131047636270523, -0.01569497212767601, -0.0047084917314350605, -0.010847412049770355, 0.014145342633128166, -0.010728209279477596, -0.027443023398518562, -0.011277864687144756, 0.01249637734144926, -0.013012920506298542, 0.031257499009370804, -0.018595563247799873, -0.014807578176259995, -0.03689974173903465, -0.0008799449424259365, 0.006880623288452625, 0.005032986868172884, -0.02692648023366928, 0.0018989592790603638, -0.018966414034366608, -0.0025347049813717604, 0.014595662243664265, -0.03610505908727646, 0.01874125376343727, -0.03957517072558403, -0.006960091181099415, -0.01610555872321129, 0.0037912961561232805, 0.05266093835234642, -0.008390518836677074, 0.022727910429239273, -0.02042333222925663, -0.0062779891304671764, -0.019615404307842255, -0.02666158601641655, 0.002645629458129406, -0.0014668508665636182, 0.04548230767250061, 0.05281987413764, -0.0006340901600196958, -0.018701519817113876, 8.655620331410319e-05, 0.0052449023351073265, 0.0023790798150002956, -0.013317548669874668, 0.009099110960960388, 0.013264569453895092, -0.0040727462619543076, -0.005274702794849873, 0.0007921988144516945, 0.014542683959007263, -0.007357432506978512, -0.0061554755084216595, 0.020065724849700928, -0.0007628120947629213, -0.006999825593084097, -0.0025247714947909117, -0.008052779361605644, -0.02219812199473381, -0.00183108018245548, 0.01720486953854561, -0.02667483128607273, 0.028476111590862274, -0.022847112268209457, 0.014463215135037899, -0.005864092148840427, -0.003811163129284978, -0.004115791525691748, -0.011503024026751518, 0.03064824268221855, -0.015628749504685402, 0.018383648246526718, 0.019297532737255096, -0.007688549812883139, -0.016065824776887894, -0.04508496820926666, -0.04042283445596695, 0.007820997387170792, 0.008092513307929039, 0.018886946141719818, 0.003685338655486703, -0.0008298634202219546, -0.03141643479466438, -0.017747901380062103, 0.006413747556507587, -0.02791983261704445, -0.007562725339084864, 0.013615554198622704, 0.004360818304121494, 0.00016545530525036156, -0.01169507298618555, -0.029827071353793144, -0.009377249516546726, 0.014357257634401321, 0.011330842971801758, -0.018039286136627197, 0.010774565860629082, -0.00792695488780737, -0.007291208952665329, -0.014238055795431137, -0.01447646040469408, 0.031946223229169846, 0.009032887406647205, 0.040051981806755066, 0.012999676167964935, 0.014582417905330658, 0.003708516713231802, -0.01536385528743267, 0.011370576918125153, -0.005734956357628107, 0.012125525623559952, 0.021085567772388458, 0.0030413148924708366, -0.011834141798317432, -0.019814075902104378, 0.0009552742121741176, 0.00706604914739728, -0.0035893144086003304, 0.02513844519853592, -0.012860606424510479, -0.006632284726947546, -0.020661735907197, -0.00810575857758522, -0.015761196613311768, 0.021787535399198532, 0.006066073663532734, 0.004662135615944862, 0.015257897786796093, -0.006794532760977745, -0.01223148312419653, 0.03080717846751213, 0.013867204077541828, 0.0242907851934433, 0.0022350435610860586, 0.0014552617212757468, 0.0019651828333735466, -0.0014155276585370302, -0.0123970415443182, -0.014873800799250603, 0.003388988319784403, 0.016516145318746567, -0.01219837088137865, -0.01762869954109192, 0.027231108397245407, 0.022131897509098053, 0.026886746287345886, 0.009993128478527069, -0.0032681303564459085, 0.02634371444582939, -0.0006572683923877776, -0.017284337431192398, 0.020648492500185966, -0.011291109025478363, 0.027813876047730446, -0.025270892307162285, -0.006463414989411831, -0.02615828812122345, -0.013999651186168194, -0.024171583354473114, 0.011873875744640827, -0.0002326100948266685, -0.02067498117685318, -0.006787910126149654, 0.0052713919430971146, -0.010244777426123619, -0.023164985701441765, -0.01176791824400425, 0.02194647304713726, -0.014238055795431137, -0.018833966925740242, 0.008893817663192749, 0.0069667138159275055, 0.03909836336970329, 0.01729758270084858, 0.013734756968915462, -0.013708267360925674, 0.025760946795344353, -0.007039559539407492, 0.021575620397925377, -0.0028774116653949022, -0.00122430722694844, -0.033032290637493134, 0.004470087122172117, -0.011642093770205975, -0.0367937833070755, 0.00907924398779869, -0.009178578853607178, -0.0425419844686985, -0.013933427631855011, 0.014238055795431137, 0.030330369248986244, 0.01578768528997898, 0.013449995778501034, 0.0020032613538205624, 0.027045683935284615, 0.02068822644650936, 0.019853809848427773, -0.03576069697737694, 0.0027466202154755592, -0.03011845424771309, -0.02111205644905567, 0.009205068461596966, -0.025164935737848282, -0.013522841967642307, -0.01831742376089096, 0.018516095355153084, 0.004635646007955074, -0.010138819925487041, -0.04389294609427452, -0.015893643721938133, 0.020820673555135727, -0.01160235982388258, 0.02573445811867714, -0.03909836336970329, -0.028396643698215485, -0.0021770980674773455, 0.022383548319339752, -0.0006825160817243159, -0.012251350097358227, -0.020065724849700928, -0.0007342532044276595, 0.020277639850974083, 0.027151640504598618, -0.02414509281516075, -0.02430403046309948, -0.01295331958681345, -0.02876749448478222, -0.03544282540678978, -0.012734781950712204, -0.021535886451601982, 0.021734558045864105, 0.012344063259661198, -0.031787287443876266, -0.018012795597314835, -0.009046131744980812, -0.023655038326978683, -0.031019093468785286, 0.006840888876467943, 0.00683426670730114, 0.00011599462595768273, 0.010450070723891258, -0.006619040388613939, 0.033879950642585754, -0.0034204444382339716, 0.007436900399625301, -0.03512495011091232, -0.0123241962864995, 0.00346017861738801, 0.005529663525521755, 0.010953369550406933, 0.007145517040044069, -0.03984006494283676, -0.0021174969151616096, 0.020648492500185966, -0.00457935594022274, -0.014926780015230179, 0.02556227706372738, -0.018900191411376, 0.000706522143445909, -0.015549280680716038, 0.013615554198622704, 0.017681678757071495, 0.007662060670554638, 0.0327673964202404, -0.023138495162129402, -0.006403813604265451, 0.00030918102129362524, 0.016675081104040146, -0.0017416784539818764, -0.010668608359992504, -0.019774341955780983, -0.0010686819441616535, 0.006513082422316074, 0.00818522647023201, -0.012310951016843319, 0.02361530438065529, -0.004360818304121494, 0.0259066391736269, 0.0038343414198607206, -0.002420469420030713, -0.005619065370410681, 0.0008265522192232311, -0.011847387067973614, -0.013059277087450027, 0.021840514615178108, 0.014873800799250603, 0.011158661916851997, -0.005360793322324753, -0.014595662243664265, 0.022383548319339752, 0.0020463066175580025, 0.00041824288200587034, 0.013324171304702759, -0.007609081920236349, 0.018767744302749634, -0.001970149576663971, -0.019098861142992973, -0.008410386741161346, -0.0027366867288947105, 0.005132322199642658, -0.0036522268783301115, 0.005453506484627724, -0.021562376990914345, 0.00409592455253005, 0.0031886622309684753, -0.008721636608242989, -0.014595662243664265, 0.015999600291252136, 0.01544332318007946, -0.020701469853520393, -0.031098561361432076, 0.005605820566415787, -0.005175367463380098, -0.007880598306655884, -0.0017963128630071878, 0.2032267153263092, 0.0027217864990234375, -0.02100609801709652, 0.02447621151804924, -0.014370502904057503, 0.0036091816145926714, 0.014529438689351082, 0.0061422307044267654, 0.0041323471814394, 0.005582642275840044, 0.015138695016503334, 0.003213495947420597, -0.03803878650069237, -0.00029552241903729737, -0.005009809043258429, -0.028502600267529488, -0.023562327027320862, -0.028158238157629967, -0.012277839705348015, 0.010767943225800991, 0.0015736361965537071, -0.0010057695908471942, 0.00023488652368541807, 0.002706886036321521, 0.040555279701948166, -0.006801154930144548, -0.006549505516886711, 0.002370801754295826, 0.013946671970188618, 0.0023443123791366816, -0.011748051270842552, -0.0011100716656073928, -0.019390244036912918, 0.010311000980436802, 0.011112305335700512, 0.007046181708574295, 0.03358856588602066, -0.005307814572006464, 0.025204669684171677, -0.0027797319926321507, -0.028979409486055374, -0.009006397798657417, -0.0020098837558180094, 0.0006146369851194322, -0.006261433474719524, 0.01621151715517044, -0.0194034893065691, 0.001708566676825285, -0.018370402976870537, 0.01856907270848751, -0.017509497702121735, -0.005427016876637936, 0.024780839681625366, 0.017178378999233246, -0.018357157707214355, 0.0036952721420675516, -0.0010272922227159142, 0.008397141471505165, -0.00013296440010890365, 0.03737655282020569, -0.0300389863550663, 0.01847635954618454, -0.005278014112263918, 0.008079268969595432, -0.005324370693415403, 0.019085615873336792, -0.012158636935055256, -0.009688500314950943, -0.010019618086516857, -0.004993252921849489, 0.008231583051383495, -0.001232585171237588, 0.006387257948517799, 0.014860556460916996, 0.011721561662852764, -0.009218312799930573, 0.004711803048849106, 0.01215201523154974, 0.003794607473537326, 0.03613154962658882, -0.012463265098631382, -0.02531062625348568, -0.031072072684764862, -0.00242709182202816, 0.00852296594530344, -0.04145592078566551, 0.026370203122496605, -0.021655088290572166, 0.004370751790702343, -0.024754349142313004, -0.018886946141719818, -0.010655363090336323, -0.013628799468278885, -0.030144942924380302, 0.000310836621792987, 0.02237030304968357, 0.012350684963166714, 0.03062175214290619, 0.013721511699259281, 0.0026058952789753675, -0.02532387152314186, 0.0558396652340889, 0.01168182771652937, 0.017827369272708893, -0.0275224931538105, -0.03157537057995796, -0.03721761330962181, 0.01907237246632576, -0.012390419840812683, 0.010854033753275871, -0.009549430571496487, -0.04439624398946762, 0.020237905904650688, -0.013304304331541061, -0.016145292669534683, 0.009456717409193516, -0.004744914826005697, -0.023337166756391525, -0.003038003807887435, 0.019787585362792015, 0.006188587285578251, 0.0053839716129004955, -0.004003211390227079, 0.021323971450328827, -0.0076289488933980465, -0.007589214947074652, -0.015973111614584923, -0.009940149262547493, -0.0021638532634824514, -0.011178528890013695, 0.0168869961053133, -0.0013211590703576803, -8.588362106820568e-06, 0.0032879975624382496, -0.018463116139173508, -0.01721811294555664, 0.003526402171701193, 0.006675329990684986, 0.007311075925827026, -0.005284636281430721, -0.03350909799337387, -0.006979958154261112, -0.010178553871810436, -0.023310676217079163, 0.006191898602992296, -0.025933127850294113, 0.024847062304615974, 0.007271341979503632, -0.020463066175580025, -0.0036952721420675516, -0.006211765576153994, -0.006847511511296034, 0.008198470808565617, -0.008251450024545193, 0.02295307070016861, 0.02895292080938816, -0.016595613211393356, -0.028370153158903122, 0.03046281635761261, 0.009648766368627548, -0.03157537057995796, -0.02556227706372738, 0.013304304331541061, 0.021588865667581558, -0.0025777502451092005, -0.014622151851654053, -0.16783687472343445, 0.01957567036151886, -0.002879067324101925, -0.014277789741754532, 0.00809913594275713, 0.015072471462190151, 0.005840913858264685, 0.016728060320019722, 0.012006322853267193, -0.02319147437810898, 0.028211217373609543, -0.003708516713231802, -0.03104558400809765, -0.024661635980010033, 0.0036025592125952244, 0.0056323097087442875, -0.000988385989330709, 0.020569022744894028, 0.012536111287772655, 0.003910498693585396, 0.04195921868085861, -0.0006713408511132002, 0.013946671970188618, -0.0033095201943069696, -0.012801005505025387, -0.0016630380414426327, -0.015403589233756065, -0.006893867626786232, 0.009893792681396008, -0.011661960743367672, 0.00208769622258842, -1.320590035902569e-05, 0.022754399105906487, 0.02776089683175087, -0.00445022014901042, 0.007509746588766575, -0.006092563271522522, -0.0016423431225121021, -0.006592550780624151, 0.018794232979416847, 0.03504548221826553, 0.02617153339087963, 0.0032101848628371954, 0.007350809872150421, 0.025615254417061806, -0.012244727462530136, 0.03366803377866745, -0.012218238785862923, -0.010324246250092983, -0.02961515635251999, -0.00029779886244796216, -0.020476311445236206, 0.0014262889744713902, 0.006261433474719524, 0.0038840090855956078, 0.0037449398078024387, -0.010410336777567863, 0.02041008695960045, -0.010562650859355927, -0.027111906558275223, -0.0011324221268296242, -0.0325554795563221, -0.002595961792394519, -0.01569497212767601, -0.008556078188121319, -0.0016862162156030536, -0.028131749480962753, 0.018860457465052605, 0.004559488967061043, 0.019814075902104378, 0.012211616151034832, 0.009668633341789246, 0.027125151827931404, -0.008377274498343468, 0.01071496494114399, 0.030250901356339455, -0.00772166159003973, 0.013357282616198063, 0.024833817034959793, 0.0013716545654460788, 0.0016986331902444363, 0.017920082435011864, -0.016079070046544075, 0.008602434769272804, -0.008231583051383495, -0.017191624268889427, 0.00897990819066763, 0.01610555872321129, -0.001588536542840302, 0.008125625550746918, -0.010006372816860676, -0.013959916308522224, -0.029853560030460358, -0.019125351682305336, 0.012059302069246769, 0.001348476274870336, 0.009973261505365372, -0.00915871188044548, 0.029668133705854416, 0.011761296540498734, -0.013337415643036366, 0.007940199226140976, -0.01455592829734087, 0.012105658650398254, 0.01781412586569786, 0.006254810839891434, 0.007450145203620195, 0.009820947423577309, 0.013880448415875435, -0.01957567036151886, -0.028396643698215485, 0.007390544284135103, 0.02625100128352642, 0.020727960392832756, 0.003039659233763814, 0.03321771323680878, 0.005175367463380098, -0.0016299262642860413, 0.027390046045184135, -0.0238934438675642, 0.007993178442120552, -0.029562177136540413, -0.01655587926506996, 0.0022714664228260517, 0.014330768026411533, -0.0176419448107481, -0.08068673312664032, -0.028131749480962753, 0.002667152089998126, 0.017483007162809372, -0.0082646943628788, 0.003635670989751816, 0.0049833194352686405, -0.0027366867288947105, -0.00104384811129421, 0.010218287818133831, -0.019443223252892494, -0.004470087122172117, -0.017098911106586456, -0.00835078489035368, 0.005311125889420509, -0.015390344895422459, 0.006466726306825876, -0.011714939959347248, -0.02001274563372135, -0.0003584347723517567, -0.01823795586824417, -0.041058577597141266, 0.012377174571156502, -0.003715139115229249, -0.013509596697986126, 0.008721636608242989, -0.018290935084223747, -0.0036754049360752106, 0.012476510368287563, 0.00899315346032381, -0.005142255686223507, -0.01679428294301033, 0.002211865270510316, -0.01679428294301033, -0.0014039385132491589, -0.003903876058757305, 0.023734508082270622, -0.0163836982101202, 0.015403589233756065, -0.002928734989836812, 0.006572683807462454, -0.019019393250346184, -0.0020777627360075712, -0.038012295961380005, -0.006453481502830982, -0.011834141798317432, -0.022992804646492004, 0.018688276410102844, -0.026118554174900055, -0.00987392570823431, -0.00010875142470467836, 0.0029403241351246834, 0.018357157707214355, -0.031787287443876266, 0.03562825173139572, -0.007264719344675541, 0.03123100847005844, -0.002862511435523629, -0.013681777752935886, -0.0069667138159275055, -0.027972811833024025, -0.02733706682920456, -0.03689974173903465, 0.03366803377866745, 0.005026364699006081, 0.02623775601387024, -0.023403389379382133, -0.0059336270205676556, 0.033456120640039444, -0.01696646399796009, 0.008688525296747684, 0.02776089683175087, -0.020237905904650688, 0.011741428636014462, -0.0327673964202404, -0.032528989017009735, -0.010092463344335556, -0.019469713792204857, 0.027363555505871773, -0.009132222272455692, -0.00224663270637393, -0.008138869889080524, 0.02084716223180294, -0.0038045409601181746, 0.0005405494594015181, -0.005324370693415403, 0.016569122672080994, 0.010277889668941498, -0.005076032131910324, -0.03584016487002373, 0.020396841689944267, 0.014940024353563786, 0.02733706682920456, -0.0049965642392635345, -0.027058927342295647, 0.0023012671153992414, -0.031072072684764862, -0.023813975974917412, 0.021972961723804474, 0.023019293323159218, -0.013800980523228645, 0.00011713284038705751, -0.06495202332735062, 0.0035230908542871475, 0.013906938023865223, 0.002668807515874505, 0.006254810839891434, -0.030330369248986244, 0.01033749058842659, -0.04309826344251633, 0.014344013296067715, 0.017191624268889427, -0.031681329011917114, 0.022131897509098053, 0.004602534230798483, 0.01882072351872921, -0.01629098504781723, -0.0275224931538105, 0.009999750182032585, -0.016330718994140625, 0.013575820252299309, 0.01266193576157093, 0.012920207343995571, 0.0016630380414426327, 0.023946423083543777, 0.003943610470741987, 0.011231508105993271, 0.03425080329179764, -0.022317323833703995, 0.01806577481329441, 0.0005724194925278425, 0.015403589233756065, 0.01872801035642624, -0.009205068461596966, 0.018953170627355576, -0.016304228454828262, -0.01438374724239111, -0.005099210422486067, -0.00961565412580967, 0.009827569127082825, 0.02268817648291588, 0.009456717409193516, -0.023310676217079163, -0.023151740431785583, 0.008072646334767342, -0.043654538691043854, -0.024873550981283188, 0.00827131699770689, -0.010854033753275871, 0.00018294245819561183, 0.003233363153412938, 0.014993003569543362, 0.019178329035639763, 0.026012595742940903, -0.030277390033006668, -0.015310876071453094, 0.011999701149761677, -0.021655088290572166, 0.027548981830477715, 0.007304453756660223, -0.01008584164083004, -0.027390046045184135, 0.03917783126235008, 0.0036985832266509533, 0.029562177136540413, -0.018251201137900352, 0.008542832918465137, 0.0082646943628788, -0.02945621870458126, -0.009224935434758663, 0.031072072684764862, -0.02203918620944023, -0.0077547733671963215, -0.0010620596585795283, 0.0025313938967883587, 0.006228321697562933, 0.009801080450415611, -0.01756247505545616, -0.0008406247361563146, 0.012973186559975147, -0.009814324788749218, 0.020383598282933235, 0.022754399105906487, 0.018939925357699394, -0.01438374724239111, 0.03289984166622162, 0.02818472683429718, -0.019443223252892494, -0.004840938840061426, 0.015310876071453094, -0.017694922164082527, 0.017761146649718285, -0.031098561361432076, 0.011198395863175392, 0.021986206993460655, -0.005175367463380098, -0.005797868594527245, 0.005003186408430338, 0.0017151889624074101, 0.02639669179916382, 0.01788034848868847, 0.006801154930144548, 0.008463365025818348, -0.001389038166962564, 0.0038840090855956078, 0.010469937697052956, -0.039204321801662445, -0.0002601342275738716, -0.014171832241117954, -0.02430403046309948, 0.0024022578727453947, 0.020277639850974083, 0.004976697266101837, -0.009748101234436035, 0.02834366448223591, -0.006251499522477388, -0.033879950642585754, 0.014330768026411533, 0.012708292342722416, -0.0035396467428654432, -0.024078870192170143, 0.006681952625513077, -0.012125525623559952, -0.008052779361605644, 0.00031145746470429003, -0.043760497123003006, 0.01490029040724039, 0.005155500490218401, -0.006519705057144165, -0.02321796491742134, 0.021972961723804474, -0.01678103767335415, 0.010688475333154202, -0.041641347110271454, -0.000721422431524843, -0.005234968848526478, -0.012224860489368439, -0.004701869562268257, 0.005960116162896156, -0.004784648772329092, 0.016330718994140625, 0.08095162361860275, 0.034303780645132065, 0.01080105546861887, -0.009191824123263359, 0.011549380607903004, 0.01148315705358982, 0.008999775163829327, -0.008946796879172325, -0.0033310428261756897, -0.020608756691217422, 0.015880398452281952, 0.011714939959347248, 0.011191774159669876, -0.02210540883243084, -0.018860457465052605, 0.0028095326852053404, -0.019933277741074562, -0.01629098504781723, 0.005287947598844767, -0.027893343940377235, -0.0008931896300055087, -0.01788034848868847, 0.00032449522404931486, -0.020542534068226814, -0.023164985701441765, -0.00430452823638916, 0.025191424414515495, -0.009145467542111874, -0.012099036015570164, -0.03703219071030617, 0.023588815703988075, 0.03560176119208336, -0.018343914300203323, -0.001955249346792698, -0.024025890976190567, 0.0008542833384126425, -0.005456817336380482, -0.0001721811422612518, 0.0030479372944682837, 0.03687325119972229, 0.021906739100813866, 0.0014271166874095798, -0.0065958620980381966, -0.00544026168063283, -0.014145342633128166, -0.015138695016503334, 0.01772141270339489, -0.01705917716026306, -0.002501593204215169], \"5ada5550-1621-4236-826f-ed57f1e53ca1\": [-0.011012555100023746, -0.015304457396268845, 0.011218832805752754, -0.04152165725827217, -0.010593346320092678, 0.0030592279508709908, -0.03904632851481438, -0.0046112993732094765, -0.041308727115392685, -0.03023628517985344, 0.030422599986195564, -0.0034900817554444075, -0.005023854319006205, -0.01174450758844614, -0.0026699623558670282, -0.004897426348179579, 0.021239925175905228, -0.03981820493936539, 0.00861707516014576, -0.009156057611107826, -0.017154300585389137, 0.01596986874938011, -0.029198242351412773, -0.010034400969743729, -0.03598543629050255, 0.01577024534344673, 0.01668851263821125, -0.018312115222215652, 0.0005701741902157664, 0.0069602010771632195, 0.023795103654265404, 0.01455919723957777, -0.023355932906270027, 0.018099185079336166, -0.0035865663085132837, 0.01577024534344673, 0.01640903949737549, 0.009595229290425777, 0.009868048131465912, -0.010207407176494598, -0.00035100438981316984, 0.0010946013499051332, -0.010939359664916992, 0.0034468299709260464, -0.020215192809700966, 0.029970120638608932, 0.014426114968955517, -0.008590458892285824, -0.012729316018521786, 0.005113685037940741, 0.0008666981011629105, 0.010673195123672485, -0.02346239797770977, -0.00869026966392994, 0.001496343407779932, 0.008124670945107937, -0.002942780964076519, 0.022011801600456238, -0.014452731236815453, -0.014838669449090958, 0.02049466408789158, 0.01357438787817955, -0.031247708946466446, -0.023968111723661423, -0.02249089814722538, -0.0004341808089520782, -0.012709354050457478, 0.007425989024341106, -0.005669303238391876, -0.015464155934751034, 0.014026868157088757, -0.014758819714188576, 0.016768362373113632, -0.0033470182679593563, 0.02294337749481201, -0.020507972687482834, -0.028240051120519638, -0.009568613022565842, 0.012196986936032772, -0.0053898305632174015, -0.0008180398726835847, -0.0212931577116251, 0.0025052730925381184, 0.038993094116449356, 0.012463151477277279, 0.01471889577805996, 0.011884244158864021, 0.0028163527604192495, -0.01900414377450943, 0.011671312153339386, 0.02346239797770977, -0.007605649996548891, 0.010353798046708107, -0.0029627433978021145, -0.010433647781610489, 0.0313807912170887, 0.007499183993786573, 0.020161958411335945, 0.004035718739032745, 0.005499623250216246, 0.00978819839656353, 0.04149504005908966, -0.01596986874938011, -0.02211826853454113, -0.054031386971473694, -0.005449717864394188, 0.01254300121217966, -0.002558506093919277, 0.0015445856843143702, -0.006021971348673105, -0.01321506593376398, 0.0398448221385479, 0.0022773698437958956, -0.024247583001852036, -0.006770558655261993, -0.009249215945601463, 0.0006404582527466118, -0.015850095078349113, -0.020281733945012093, -0.007339485455304384, 0.004541431553661823, 0.024527056142687798, 0.009661770425736904, 0.00022208098380360752, 0.023528939113020897, 0.034335218369960785, 0.00022353656822815537, 0.010393722914159298, 0.016129566356539726, -0.01708775945007801, 0.026097426190972328, -0.02194526046514511, 0.009368989616632462, 0.02575141377747059, -0.021439548581838608, 0.01164469588547945, -0.013694162480533123, 0.03398920223116875, -0.019270308315753937, -0.025165850296616554, -0.004894099198281765, 0.027468174695968628, -0.0034035781864076853, -0.0023405838292092085, -0.001778311445377767, 0.03601205348968506, 0.009182674810290337, 0.010460264049470425, 0.02368863858282566, 0.0016477244207635522, -0.005925486795604229, 0.013135217130184174, -0.004687821958214045, -0.0032904583495110273, 0.032338984310626984, -0.0075989956967532635, -0.008304331451654434, 0.007319523021578789, -0.01397363469004631, 0.002099372213706374, 0.0008043157868087292, 0.006590897683054209, -0.016994601115584373, 0.008251098915934563, 0.020414814352989197, 0.029703956097364426, 0.0017483679112046957, -0.004118895158171654, 0.0022407721262425184, -0.0020927181467413902, 0.0019513183506205678, 0.016422348096966743, -0.023129692301154137, -0.0003356167580932379, 0.0021742309909313917, 0.028000501915812492, -0.0015113151166588068, 0.014306340366601944, -0.02515254355967045, -0.014412806369364262, -0.00843075942248106, -0.028133584186434746, 0.021639171987771988, 0.028479598462581635, -0.016954677179455757, 0.007712115533649921, 0.007865160703659058, 0.028426365926861763, 0.0017932831542566419, -0.022823603823781013, 0.007891776971518993, 0.027707722038030624, 0.008563841693103313, -0.012935593724250793, -0.6353878378868103, 0.008344256319105625, 0.01396032702177763, -0.04117564484477043, 0.004741054493933916, 0.02794726938009262, 0.011957438662648201, 0.03170019015669823, -0.0252856258302927, -0.005942122079432011, -0.012177024967968464, 0.011205524206161499, 0.021679095923900604, -0.016129566356539726, -0.029624106362462044, -0.024527056142687798, 0.016595354303717613, -0.002111017005518079, 0.00942887645214796, 0.012456497177481651, -0.015370998531579971, -0.0038494036998599768, 0.01473220344632864, -0.038966480642557144, 0.034281983971595764, 0.008723540231585503, 0.0029810420237481594, -0.00039591966196894646, -0.01945662312209606, 0.009455492720007896, -0.03526679426431656, 0.004311864729970694, 0.030848462134599686, -0.0010372096439823508, 0.04641908407211304, 0.011218832805752754, 0.00811801664531231, -0.008696923963725567, 0.005646014120429754, 0.04934689402580261, -0.023968111723661423, -0.017566855996847153, 0.027681104838848114, 0.01720753312110901, 0.007825235836207867, -0.0002499450638424605, 0.010560075752437115, -0.0031806654296815395, -0.017313998192548752, 0.0029311361722648144, -0.025937728583812714, -0.009615191258490086, -0.03750257566571236, -0.023475706577301025, 0.006580916699022055, -0.002452040323987603, 0.006926930509507656, -0.01397363469004631, -0.009621845558285713, -0.003969177603721619, -0.009182674810290337, 0.016941368579864502, -0.023076459765434265, -0.04072316363453865, -0.004265285562723875, 0.019310232251882553, 0.010992593131959438, 0.002111017005518079, 0.010333836078643799, -0.010240677744150162, 0.009162711910903454, 0.008324294351041317, 0.016249341890215874, -0.02169240452349186, -0.00013183458941057324, 0.027281858026981354, 0.027055619284510612, -0.005383176729083061, -0.019909102469682693, -0.015583929605782032, -0.0014347928809002042, 0.02131977491080761, 0.014120025560259819, -0.03617175295948982, -0.0055794729851186275, 0.014505963772535324, -0.004318518564105034, -0.02032165788114071, 0.01571701280772686, 0.007712115533649921, -0.002724858932197094, 0.014399497769773006, -0.018139109015464783, -0.025525173172354698, -0.016928059980273247, 0.017393847927451134, -0.01660866290330887, 0.0051269931718707085, -0.011378531344234943, 0.005885561928153038, -0.036730699241161346, 0.0023472378961741924, -0.01663528010249138, 0.0006267341668717563, 0.037103328853845596, 0.016528813168406487, 0.0040224106051027775, 0.009149404242634773, 0.010114249773323536, -0.04570044204592705, -0.0017999372212216258, -0.02243766561150551, 0.015224607661366463, 0.01785963587462902, 0.02866591326892376, -0.026270434260368347, 0.002515254309400916, 0.0036664155777543783, 0.017327306792140007, -0.007406026590615511, -0.004993910901248455, -0.009921280667185783, -0.009022975340485573, -0.012389956042170525, 0.02692253701388836, 0.007512492127716541, 0.01720753312110901, -0.011717891320586205, -0.005506277550011873, -0.008364218287169933, 0.013368111103773117, -0.0184318907558918, -0.008483992889523506, -0.009734965860843658, 0.017500314861536026, 0.028080351650714874, -0.0029111739713698626, -0.020255116745829582, 0.011984055861830711, -0.018045950680971146, -0.009435530751943588, 0.0018232266884297132, 0.002771437633782625, -0.014758819714188576, -0.0003805320302490145, -0.006008663214743137, -0.013920402154326439, -0.008610420860350132, 0.0022923415526747704, 0.00855718832463026, 0.016755053773522377, 0.009721657261252403, 0.005842310376465321, 0.043996986001729965, 0.0029743879567831755, 0.010393722914159298, -0.00892981793731451, -0.03220590204000473, -0.00972831156104803, 0.009741620160639286, -0.00928913988173008, 0.018272191286087036, 0.007519146427512169, -0.008949780836701393, -0.02251751534640789, -0.014226491563022137, 0.004461581818759441, 0.01614287495613098, -0.00427859416231513, -0.022996610030531883, 0.01640903949737549, -0.012350032106041908, -0.027681104838848114, 0.03308424353599548, 0.0092159453779459, 0.01397363469004631, -0.021426239982247353, -0.01596986874938011, -0.01194413099437952, 0.002991023240610957, 0.01660866290330887, 0.0004948995774611831, -0.011558192782104015, -0.009794852696359158, 0.03135417401790619, 0.0022823603358119726, 0.005522912833839655, 0.0232893917709589, 0.006278154440224171, 0.004265285562723875, -0.01683490350842476, 0.015677087008953094, -0.011870935559272766, 0.008743503130972385, 0.005309981293976307, 0.010420339182019234, 0.009242561645805836, -0.0011095731751993299, -0.011119021102786064, 0.009022975340485573, 0.026110734790563583, 0.007139862049371004, 0.01760677993297577, -0.00765888299793005, 0.013487884774804115, -0.03295116126537323, 0.014452731236815453, -0.02617727592587471, 0.02906516008079052, 0.008810044266283512, 0.027228625491261482, -0.010360452346503735, -0.02615066058933735, -0.00938895158469677, -0.008676961995661259, 0.01875128783285618, -0.002217482775449753, 0.018671438097953796, -0.0028629316948354244, -0.006374638993293047, 0.016821594908833504, -0.0015578939346596599, -0.0020211865194141865, -0.017952794209122658, -0.035852354019880295, 0.01549077220261097, 0.014186566695570946, 0.011984055861830711, 0.010812931694090366, -0.0674993097782135, -0.027042310684919357, 0.03880678117275238, -0.010506842285394669, -0.005626051686704159, -0.00198957952670753, 0.01952316425740719, 0.028399748727679253, -0.017127683386206627, 0.00998782180249691, -0.013168487697839737, 0.015557313337922096, 0.01860489696264267, 0.03060891479253769, -0.008304331451654434, -0.004075643606483936, 0.009581920690834522, 0.042426615953445435, 0.0063313874416053295, -0.03103477694094181, 0.0036364721599966288, -0.00587225379422307, 0.00823113601654768, -0.008976397104561329, -0.0062914625741541386, 0.04769667237997055, -0.023475706577301025, -0.0006583412177860737, 0.001369083533063531, 0.005665976088494062, 0.03284469619393349, -0.013235028833150864, 0.021066918969154358, -0.0033170748502016068, -0.013840552419424057, 0.010107596404850483, -0.009262523613870144, -3.878099596477114e-05, -0.033536724746227264, 0.02157263085246086, 0.0019163842080160975, 0.005735844373703003, -0.0006525188218802214, -0.03452153131365776, 0.00793170090764761, -0.015211299993097782, 0.005629378836601973, -0.001838198397308588, -0.01671512983739376, -0.018165726214647293, 0.032711613923311234, -0.02712216041982174, -0.01098593883216381, 0.03146064281463623, 0.01628926582634449, 0.014146641828119755, 0.007452605292201042, 0.002164249774068594, 0.011112366802990437, 0.0028828938957303762, -0.0029145008884370327, -0.00745925959199667, 0.03649114817380905, 0.016675204038619995, -0.019988952204585075, 0.00040028642979450524, 0.007745386101305485, 0.005097049754112959, -0.004541431553661823, 0.00892981793731451, -0.018724670633673668, 0.019656246528029442, 0.0031274326611310244, -0.008996359072625637, -0.01783302053809166, 0.03180665522813797, 0.009455492720007896, -0.016595354303717613, -0.020414814352989197, -0.0028579409699887037, -0.047084495425224304, 0.024846453219652176, -0.0027398306410759687, 0.011052479967474937, -0.009781544096767902, 0.01455919723957777, 0.020933836698532104, 0.005453044548630714, -0.01340138167142868, 0.016701821237802505, 0.017194224521517754, -0.009269177913665771, -0.019642937928438187, -0.027281858026981354, 0.023755179718136787, 0.06494413316249847, 0.014785436913371086, 0.0006329723983071744, 0.006604205816984177, -0.017699938267469406, -0.001959635876119137, -0.036624230444431305, 0.008424106054008007, 0.027654489502310753, 0.016568738967180252, -0.027760954573750496, -0.00607187720015645, 0.005845637060701847, 0.000699929369147867, 0.022876836359500885, -0.01140514761209488, -0.01034714374691248, -0.013654237613081932, -0.02400803565979004, -0.030449215322732925, -0.0027548023499548435, -0.009415567852556705, 0.014665662311017513, 0.0010164155391976237, 0.02749479003250599, 0.0009698367794044316, 0.02266390435397625, 0.02286352775990963, 0.006780540104955435, -0.011950785294175148, 0.002520244801416993, -0.00643119914457202, -0.006098493468016386, 0.0048741367645561695, -0.0260308850556612, 0.03223251923918724, -0.00660753296688199, 0.010713119991123676, -0.006464469712227583, 0.012889014557003975, 0.02012203447520733, 0.00431519141420722, 0.011198869906365871, -0.019443314522504807, -0.003152385586872697, -0.0170611422508955, 0.016582047566771507, 0.0313807912170887, -0.017340615391731262, 0.007925047539174557, 0.02463352307677269, 0.005023854319006205, -0.03944557532668114, 0.012263528071343899, 0.03332379087805748, -0.0018298807553946972, 0.01763339713215828, -0.002630037721246481, -0.0069602010771632195, -0.05357890948653221, -0.016182800754904747, -0.02643013186752796, 0.007845197804272175, -0.0313807912170887, 0.0008384180837310851, -0.00015553986304439604, 0.004232014995068312, -0.030076585710048676, -0.021785562857985497, 0.0006824623560532928, 0.020641054958105087, -0.014798744581639767, -0.022850221022963524, -0.019390081986784935, 0.007079975213855505, 0.020441431552171707, 0.021013684570789337, 0.006344695575535297, 0.010021092370152473, 0.009954551234841347, 0.0018215631134808064, -0.018910985440015793, 0.002620056504383683, -0.029996735975146294, 0.012363339774310589, -0.011684620752930641, -0.026243817061185837, 0.006550973281264305, 0.0016651914920657873, 0.01686151884496212, -0.024700064212083817, -0.003095825668424368, 0.0153177659958601, -0.013055367395281792, -0.0041854362934827805, 0.006424544844776392, 0.005868926644325256, 0.0037462650798261166, 0.011232140474021435, -0.012177024967968464, -0.009169366210699081, 0.009522033855319023, -0.012636158615350723, -0.029304709285497665, 0.0020677652209997177, 0.030342750251293182, -0.005346579011529684, 0.008124670945107937, -0.002044475870206952, 0.020108725875616074, 0.007319523021578789, 0.01651550643146038, -0.004953986499458551, -0.000972332083620131, 0.02363540604710579, 0.012150408700108528, 0.01583678647875786, 0.0006109306705184281, 0.0020245134364813566, -0.022224733605980873, 0.00464456994086504, -0.024739988148212433, 0.004441619850695133, 0.01024733204394579, -0.014306340366601944, -0.0018232266884297132, -0.02403465285897255, -0.012562963180243969, -0.017713245004415512, 0.0036531074438244104, -0.02946440689265728, 0.021266542375087738, -0.00367972394451499, -0.010267294943332672, -0.058769114315509796, -0.014452731236815453, -0.0028562776278704405, -0.018165726214647293, -0.03300439566373825, 0.000522347807418555, -0.00017955705698113889, 0.0027581292670220137, 0.013920402154326439, -0.03220590204000473, 0.01457250490784645, -0.045168112963438034, -0.00408562459051609, -0.00863038282841444, -0.0005722536006942391, 0.05168914049863815, -0.00039675142033956945, 0.02677614614367485, -0.012250220403075218, -0.008038166910409927, -0.020481355488300323, -0.02080075442790985, 0.022277966141700745, -0.027029002085328102, 0.03401581943035126, 0.041628122329711914, -0.0017450408777222037, -0.01895091123878956, 0.0029095103964209557, -0.0021359699312597513, 0.008264406584203243, -0.015570621937513351, 0.018591588363051414, 0.02120000123977661, 0.020042184740304947, 0.0012310106540098786, -0.014106716960668564, 0.02792065404355526, -0.0004279425775166601, -0.0027531387750059366, 0.040137603878974915, -0.004192090593278408, -0.017593471333384514, 0.021160075441002846, -0.0035000627394765615, -0.047457125037908554, -0.012150408700108528, 0.008623729459941387, -0.035080477595329285, 0.029011927545070648, -0.012849089689552784, -0.005486315116286278, -0.0002751059364527464, -0.012057250365614891, 0.005140301305800676, -0.004568047821521759, -0.0017566855531185865, -0.017074450850486755, 0.022251350805163383, 0.011937476694583893, 0.010034400969743729, -0.01291563082486391, -0.021585939452052116, -0.030422599986195564, -0.014000250957906246, 0.017793094739317894, 0.035932205617427826, 0.005456371698528528, -0.003952542319893837, -0.03154049068689346, -0.022025110200047493, 0.017766479402780533, -0.03915279358625412, -0.0057158819399774075, 0.0044881985522806644, -0.004365097265690565, -0.002784745767712593, -0.028905462473630905, -0.023395856842398643, 0.012955555692315102, 0.003420213470235467, 0.019496547058224678, -0.009455492720007896, 0.024739988148212433, -0.0027132141403853893, -0.018352041020989418, -0.0050637791864573956, -0.022171501070261, 0.042506467550992966, 0.015264532528817654, 0.021785562857985497, 0.02523239143192768, 0.016555430367588997, 0.007046704646199942, -0.005912178196012974, 0.004005775321274996, 0.01880452036857605, 0.025471940636634827, 0.006251538172364235, 0.0012360012624412775, -0.040456999093294144, -0.0071598244830966, -0.00174171372782439, 0.010540112853050232, 0.003819460282102227, 0.03728964179754257, -0.006986817345023155, -0.018897676840424538, -0.020241808146238327, -0.023741871118545532, -0.005300000309944153, -0.0035166980233043432, 0.00863038282841444, -0.001365756499581039, 0.006414563860744238, -0.010061017237603664, -0.00861707516014576, 0.027082234621047974, 0.007392718456685543, 0.029278092086315155, -0.005572818685323, -0.006727307103574276, -0.009621845558285713, 0.0017467043362557888, -0.023276083171367645, 0.01300213485956192, 0.0070600127801299095, 0.03255191445350647, -0.016475580632686615, -0.014479347504675388, 0.02423427626490593, 0.020787445828318596, 0.026070810854434967, 0.005719209089875221, -0.006298116873949766, 0.021559322252869606, 0.0065942248329520226, -0.02620389312505722, 0.01877790316939354, -0.007632266264408827, 0.027281858026981354, -0.011305335909128189, -0.009901318699121475, -0.008111362345516682, -0.004840866196900606, -0.030954929068684578, 0.009049592539668083, 0.016169492155313492, -0.02866591326892376, -0.017593471333384514, 0.006940238643437624, 0.0017433773027732968, -0.03689039498567581, -0.016102951020002365, 0.014772128313779831, -0.004940677899867296, -0.00726629002019763, 0.0038494036998599768, 0.0058156936429440975, 0.013421343639492989, 0.010120904073119164, 0.013853861019015312, -0.006051914766430855, 0.034335218369960785, -0.014492656104266644, 0.006348022725433111, 0.0017566855531185865, 0.009295794181525707, -0.023395856842398643, 0.015583929605782032, -0.01738053932785988, -0.020853986963629723, 0.0036963592283427715, -0.01393370982259512, -0.03327056020498276, -0.026336975395679474, 0.022650597617030144, 0.008603766560554504, 0.01491851918399334, 0.028452983126044273, 0.010220715776085854, 0.01708775945007801, 0.026110734790563583, 0.025964343920350075, -0.0368637815117836, 0.00018350793106947094, -0.015477464534342289, -0.021732330322265625, 0.0383542999625206, -0.016156183555722237, -0.007126553915441036, -0.01923038251698017, 0.011538229882717133, 0.004145511891692877, 0.001994570018723607, -0.048681482672691345, -0.013581042177975178, 0.008483992889523506, -0.013694162480533123, 0.012023979797959328, -0.030768614262342453, -0.030395982787013054, -0.013827244751155376, 0.01184431929141283, -0.003363653551787138, 0.005852291360497475, -0.011651350185275078, 0.019656246528029442, 0.004664532374590635, 0.02903854474425316, 5.7391713198740035e-05, -0.018099185079336166, -0.015903327614068985, -0.018538355827331543, -0.025112617760896683, 0.002899529179558158, -0.020441431552171707, 0.04495517909526825, 0.021639171987771988, -0.030529065057635307, -0.03524017706513405, -0.0012409918708726764, -0.010533459484577179, -0.028479598462581635, 0.0013857188168913126, 0.004152165725827217, 0.012636158615350723, 0.003826114349067211, -0.0055295671336352825, 0.01962962932884693, 0.005779096391052008, 0.021679095923900604, -0.021439548581838608, -0.018644820898771286, 0.006427871994674206, 0.006933584809303284, -0.007778656668961048, 0.004355116281658411, -0.018511738628149033, 0.011278719641268253, -0.005160263739526272, -0.007758694235235453, -0.005113685037940741, 0.021931951865553856, -0.01251638401299715, 0.02266390435397625, -0.0036597615107893944, 0.01453258004039526, -0.004458255134522915, 0.022703830152750015, 0.054111238569021225, -0.03500062972307205, 0.009249215945601463, 0.01648888923227787, 0.008996359072625637, -0.007299560587853193, -0.011824356392025948, -0.011398493312299252, 0.000815960462205112, 0.03178003802895546, 0.00046578783076256514, -0.007745386101305485, 0.0021226617973297834, -0.008503954857587814, 0.02689591981470585, 0.009981167502701283, -0.015384307131171227, 0.009355681017041206, -0.008936472237110138, -0.013640929013490677, -0.016435656696558, 0.005070433486253023, 0.012669429183006287, 0.010054362937808037, -0.007040050346404314, -0.0007764516631141305, 0.017140991985797882, 0.0002391321468167007, -0.005103703588247299, 0.010260640643537045, 0.02072090469300747, 0.003629818093031645, -0.015677087008953094, -0.01646227203309536, -0.011258757673203945, 0.0026117388624697924, -0.019123917445540428, -0.01903075911104679, -0.011178907938301563, -0.0072729443199932575, -0.011371877044439316, -0.005406465847045183, -0.013135217130184174, -0.003055900800973177, 0.009568613022565842, 0.01533107366412878, -0.00225408049300313, -0.03300439566373825, 0.02438066527247429, 0.0014639046275988221, -0.016222724691033363, 0.001204394269734621, 0.21133458614349365, -0.0013025423977524042, -0.00358323915861547, 0.017393847927451134, -0.014612429775297642, 0.0016385751077905297, 0.012190332636237144, 0.007406026590615511, -0.012709354050457478, 0.005499623250216246, 0.010593346320092678, 0.009462147019803524, -0.025937728583812714, 0.0005764124216511846, 0.0048508476465940475, -0.04024406895041466, -0.018125800415873528, -0.0306355319917202, -0.020853986963629723, -0.0110857505351305, -0.011125675402581692, 0.009322410449385643, -0.019443314522504807, -0.006254865322262049, 0.011478343047201633, -0.002997677307575941, -0.033510107547044754, 0.028426365926861763, 0.013853861019015312, 0.0017799749039113522, -0.012150408700108528, 0.005935467779636383, -0.00901632197201252, 0.003669742727652192, 0.006015317048877478, -0.01533107366412878, 0.019390081986784935, -0.004318518564105034, 0.014652354642748833, -0.009828123264014721, -0.007938355207443237, -0.020853986963629723, -0.0022973320446908474, -0.01068650372326374, -0.011305335909128189, 0.01184431929141283, -0.0002907015150412917, -0.018245574086904526, -0.009249215945601463, 0.0005206842324696481, -0.017220841720700264, -0.015384307131171227, 0.023701947182416916, 0.009242561645805836, -0.004062335472553968, -0.005090395454317331, 0.0012443189043551683, 0.032338984310626984, -0.02466013841331005, 0.03500062972307205, -0.01877790316939354, 0.003576585091650486, 0.0018498430727049708, 0.03255191445350647, -0.017793094739317894, 0.02906516008079052, -0.017074450850486755, -0.007652228698134422, 0.006926930509507656, -0.00517357187345624, 0.015996484085917473, -0.003832768416032195, 0.0030109856743365526, -0.002894538687542081, 0.006793848238885403, -0.02000226080417633, 0.02072090469300747, 0.006487759295850992, 0.0242875088006258, 0.044050220400094986, 3.7169451388763264e-05, -0.01723415032029152, -0.022224733605980873, -0.00873019453138113, 0.0032937852665781975, -0.03422875329852104, 0.01885775290429592, -0.01686151884496212, -0.00473772780969739, -0.018910985440015793, -0.0028080351185053587, -0.014492656104266644, -0.012130445800721645, -0.00912944134324789, 0.0016726773465052247, 0.018139109015464783, 0.0021709040738642216, 0.012223603203892708, 0.0031790018547326326, -0.004947332199662924, -0.01728738285601139, 0.06616848707199097, 0.015929942950606346, 0.015304457396268845, -0.023329315707087517, -0.012110483832657337, -0.01982925273478031, 0.01885775290429592, 0.0007926710532046854, 0.009182674810290337, 0.0028962022624909878, -0.03185988590121269, 0.00726629002019763, -0.014492656104266644, -0.009754927828907967, 0.01577024534344673, 0.009162711910903454, -0.03345687314867973, -0.0001425435475539416, -0.009448838420212269, 0.008736848831176758, -0.0058156936429440975, 0.006880351807922125, 0.023795103654265404, -0.020960452035069466, 0.003573258174583316, -0.008364218287169933, -0.012769240885972977, -0.0053166355937719345, -0.01663528010249138, 0.002407124964520335, -0.0012908977223560214, -0.005636032670736313, -0.0028962022624909878, -0.006540991831570864, -0.015517388470470905, -0.0013100282521918416, -0.002365536754950881, -0.0051369741559028625, 0.024367358535528183, -0.012323414906859398, -0.01260288804769516, 0.010300565510988235, -0.013734087347984314, -0.009655116125941277, -0.02577802911400795, 0.01943000592291355, 0.004198744427412748, -0.00045996549306437373, 0.0031390772201120853, -0.017553547397255898, -0.004125549457967281, -0.007532454561442137, -0.003932580351829529, 0.005868926644325256, -0.006537665147334337, -0.009961205534636974, -0.01808587647974491, 0.0048508476465940475, 0.007705461699515581, -0.04876133054494858, -0.01549077220261097, 0.014585813507437706, 0.004251977428793907, -0.014599121175706387, -0.019909102469682693, -0.16832241415977478, 0.01291563082486391, -0.009621845558285713, -0.017726553604006767, 0.023395856842398643, 0.002295668702572584, -0.015304457396268845, -0.0037462650798261166, 0.014652354642748833, -0.006813810672610998, 0.02520577609539032, -0.014945135451853275, -0.02303653582930565, -0.023928185924887657, 0.012376648373901844, 0.0035599498078227043, 0.0003690952726174146, 0.028106968849897385, 0.008823351934552193, -0.0014747175155207515, 0.03806151822209358, 0.008364218287169933, 0.02177225425839424, -0.015783553943037987, -0.004857501480728388, -0.009368989616632462, -0.004731073509901762, -0.014545888639986515, -0.0012135436991229653, -0.02171902172267437, 0.007199748884886503, 0.013554425910115242, 0.022158192470669746, 0.02635028213262558, 0.00421537971124053, 0.010932705365121365, 0.00022374451509676874, 0.002823007060214877, -0.0007140694069676101, 0.006151726469397545, 0.028878845274448395, 0.0059787193313241005, 0.016568738967180252, 0.03380288928747177, 0.016967985779047012, 0.014213182963430882, 0.02749479003250599, 0.005030508618801832, -0.007505838293582201, -0.012729316018521786, 0.02114676684141159, -0.01626264862716198, 0.008410797454416752, 0.017180917784571648, 0.0043983678333461285, 0.01723415032029152, -0.0014763810904696584, 0.018724670633673668, -0.004434965550899506, -0.03268499672412872, 0.023741871118545532, -0.04615291953086853, 0.007572379428893328, -0.01651550643146038, -0.007791964802891016, -0.014599121175706387, -0.011165599338710308, 0.03327056020498276, -0.0027681104838848114, 0.02131977491080761, 3.800121703534387e-05, -0.011551538482308388, 0.004059008322656155, 0.003633145010098815, -0.014399497769773006, 0.024367358535528183, -0.013281607069075108, -0.0045148148201406, 0.01728738285601139, 0.009255869314074516, -0.005572818685323, 0.012656120583415031, -0.01626264862716198, 0.010107596404850483, -0.005183553323149681, -0.0002391321468167007, -0.0013566070701926947, 0.017846327275037766, -0.004647897090762854, 0.008510609157383442, 0.005699246656149626, -0.00853057112544775, -0.014612429775297642, -0.004551412537693977, -0.001343298819847405, 0.006055241916328669, 0.022397739812731743, -0.008251098915934563, -0.006511048413813114, 0.01357438787817955, 0.009907972998917103, -0.007013434078544378, -0.005725863389670849, 0.015504080802202225, 0.03364318981766701, -0.00028259181999601424, -0.008843314833939075, -0.003007658524438739, 0.03803490474820137, -0.022823603823781013, -0.05259409919381142, 0.02060113102197647, 0.014040175825357437, 0.013341493904590607, 0.012017326429486275, 0.04423653706908226, 0.029331324622035027, -0.005992027930915356, 0.007712115533649921, -0.008483992889523506, 0.025671564042568207, -0.030369367450475693, 0.002844632836058736, 0.005359887145459652, 0.002363873180001974, -0.02112015150487423, -0.08687608689069748, -0.016009792685508728, 0.0035466416738927364, -0.003135750303044915, -0.003413559403270483, -0.0008750156848691404, 0.010426993481814861, 0.01296220999211073, -0.010926051996648312, 0.00142564345151186, -0.00765888299793005, 0.004734400659799576, -0.002628374146297574, -0.0030242938082665205, 0.0005265066283755004, -0.017021218314766884, 0.0025917766615748405, -0.014093409292399883, -0.013108600862324238, -0.00040694052586331964, -0.013394727371633053, -0.03489416092634201, 0.015504080802202225, -0.01994902826845646, -0.013181795366108418, 0.021253233775496483, -0.03731625899672508, 0.0030209668911993504, 0.01098593883216381, -0.012523038312792778, 0.004168801009654999, -0.022969994693994522, -0.02348901517689228, -0.014505963772535324, -0.01254300121217966, 0.003576585091650486, 0.027654489502310753, -0.009967859834432602, 0.022211425006389618, -0.015623854473233223, 0.017420465126633644, -0.017739862203598022, 0.024047959595918655, -0.029011927545070648, -0.00377953564748168, -0.005153609439730644, -0.02274375408887863, 0.019190458580851555, -0.0170611422508955, -0.007226365618407726, -0.03790182247757912, 0.0009415568201802671, 0.009082863107323647, -0.025125926360487938, 0.05001230537891388, -0.007399372290819883, 0.010054362937808037, 0.008098053745925426, -0.04463578388094902, 0.010067671537399292, -0.017699938267469406, -0.02951763942837715, -0.03870031610131264, 0.014878594316542149, 0.023182926699519157, 0.03068876452744007, -0.022783679887652397, -0.02754802256822586, 0.029011927545070648, -0.005186880007386208, 0.0010654897196218371, 0.005822347942739725, -0.026829378679394722, 0.017926177009940147, -0.03768888860940933, -0.015929942950606346, 0.00020492584735620767, -0.028000501915812492, 0.019416699185967445, -0.024114500731229782, -0.005256748292595148, 0.0034368487540632486, 0.006517702713608742, -0.010879472829401493, 0.007692153565585613, -0.00044457786134444177, 0.0014580822316929698, 0.028905462473630905, 0.005286691710352898, -0.045993220061063766, 0.01623603329062462, 0.015064909122884274, 0.004631261806935072, 0.003037602175027132, -0.015637163072824478, 0.02097376063466072, -0.020281733945012093, -0.023329315707087517, 0.01491851918399334, 0.026736222207546234, 0.008770119398832321, -0.0037728813476860523, -0.0660087913274765, 0.01347457617521286, -0.01180439442396164, 0.010806277394294739, 0.011484997346997261, -0.024966226890683174, 0.02386164478957653, -0.02978380396962166, -0.0038028249982744455, 0.011977401562035084, -0.026669681072235107, 0.015477464534342289, 0.0025435341522097588, -0.005918832495808601, -0.017021218314766884, -0.024939611554145813, 0.0038726930506527424, -0.013627621345221996, 0.014971751719713211, 0.018391964957118034, 0.016901444643735886, -0.016648588702082634, 0.01746038906276226, 0.008670307695865631, 0.015504080802202225, 0.021585939452052116, -0.0363580659031868, 0.012649466283619404, -0.008510609157383442, -0.003202291438356042, 0.030156435444951057, -0.002779755275696516, 0.008823351934552193, -0.021239925175905228, -0.013880477286875248, 0.0019014124991372228, -0.007519146427512169, 0.027361707761883736, 0.016741745173931122, -0.0013283271109685302, 0.000323348242091015, -0.01473220344632864, 0.01603640988469124, -0.0488145649433136, -0.020867295563220978, -0.00791839323937893, -0.03598543629050255, -0.0017600125866010785, 0.0030542374588549137, 0.015570621937513351, 0.05001230537891388, 0.010673195123672485, -0.040909480303525925, -0.029943503439426422, 0.006660765968263149, -0.031567107886075974, 0.030715379863977432, -0.010307218879461288, -0.02112015150487423, -0.02343578264117241, 0.056480102241039276, 0.012383302673697472, 0.008856622502207756, -0.018724670633673668, 0.012942248024046421, 0.00041193110519088805, -0.03646453469991684, -0.010666541755199432, 0.0356128066778183, -0.03108801133930683, -0.006115128751844168, -0.01437288150191307, 0.01614287495613098, 0.00032147677848115563, 0.01663528010249138, -0.014479347504675388, 0.004248650278896093, 0.018471814692020416, -0.023848336189985275, 0.019336849451065063, 0.030422599986195564, 0.0033237289171665907, -0.008563841693103313, 0.010666541755199432, 0.02120000123977661, -0.013328186236321926, -0.006095166318118572, 0.007752040401101112, -0.005639359820634127, 0.012529692612588406, -0.003107470227405429, 0.02458028867840767, 0.02231789194047451, 0.004059008322656155, 0.0076256124302744865, -0.01083289459347725, 0.004571374971419573, 0.037422724068164825, 0.003533333307132125, 0.0018581607146188617, 0.03154049068689346, 0.0060186441987752914, 0.006860389374196529, 0.022198116406798363, -0.050997111946344376, 0.01962962932884693, -0.012549654580652714, -0.01720753312110901, 0.021186692640185356, 0.020561205223202705, 0.01857827976346016, -0.011977401562035084, -0.0037462650798261166, -0.00690031424164772, -0.040936097502708435, 0.02380841225385666, -0.012130445800721645, -0.014705587178468704, -0.0159432515501976, 0.014239799231290817, 0.005915505345910788, 0.002823007060214877, 0.00891651026904583, -0.04413006827235222, 0.012975518591701984, -0.020667672157287598, 0.0012842435389757156, -0.03377627208828926, 0.03476107865571976, -0.0019313559168949723, -0.0012226930120959878, -0.007618958130478859, -0.005280037876218557, -0.01471889577805996, -0.006111801601946354, -0.018165726214647293, -0.00823113601654768, 0.010154174640774727, 0.011671312153339386, 0.07665536552667618, 0.05663980171084404, -0.01780640333890915, 0.006767231971025467, 0.013394727371633053, 0.01895091123878956, -0.002849623328074813, -0.013707470148801804, -0.0026699623558670282, -0.028000501915812492, 0.0036397993098944426, 0.006980163510888815, -0.005858945660293102, -0.030715379863977432, 0.00888989306986332, 0.008410797454416752, -0.007013434078544378, -0.002580131869763136, 0.006980163510888815, -0.011411801911890507, 0.006853735074400902, -0.0033985876943916082, 0.0006608364637941122, -0.030928311869502068, -0.027042310684919357, 0.013427997939288616, 0.02643013186752796, -0.006803829222917557, -0.001784965512342751, -0.01989579387009144, 0.028133584186434746, 0.022557439282536507, -0.012083867564797401, -0.011458381079137325, -0.014266415499150753, 0.013235028833150864, -0.005163590889424086, 0.008044821210205555, 0.012775895185768604, 0.019044067710638046, 0.022823603823781013, 0.017620088532567024, -0.014466038905084133, -0.025498555973172188, -0.00022353656822815537, -0.01018744520843029, 0.01397363469004631, -0.011285373941063881, -0.00851726345717907], \"6a813b61-c914-4b72-8109-8dbd3d7ddb0a\": [-0.021981455385684967, -0.0019746285397559404, 0.020185090601444244, -0.03524163365364075, -0.01504282932728529, 0.004394919611513615, -0.04042503237724304, -0.01722314953804016, -0.03836812824010849, -0.012739096768200397, 0.027452820912003517, -0.0022471684496849775, -0.002041477942839265, -0.00553307356312871, 0.0063935453072190285, -0.0033493265509605408, 0.02062389813363552, -0.02205001749098301, 0.024065785109996796, -0.028303008526563644, -0.02236540988087654, 0.003340756054967642, -0.022351697087287903, -0.02279050461947918, -0.03099069744348526, 0.015783315524458885, 0.024422315880656242, -0.020089102908968925, 0.0017895071068778634, -0.0005039416719228029, 0.025725021958351135, 0.024065785109996796, -0.02113126777112484, -0.0060987225733697414, -0.0014441185630857944, 0.005827896762639284, -0.0022111725993454456, -0.01855328120291233, 0.012828228995203972, -0.01649637520313263, 0.017881358042359352, 0.006410686299204826, -0.012677389197051525, 0.006287272088229656, 0.0010747327469289303, 0.031292375177145004, 0.01856699213385582, 0.014247492887079716, -0.018183037638664246, 0.014713725075125694, 0.004394919611513615, 0.014055515639483929, -0.0184710044413805, -0.017456265166401863, 0.0006573524442501366, 0.0003012508386746049, -0.004278361797332764, 0.02302362024784088, -0.003657862078398466, -0.012814516201615334, 0.0245320163667202, 0.009537181816995144, -0.0316489078104496, -0.014028090052306652, -0.006153573282063007, 0.014021233655512333, -0.014823426492512226, 0.01766195520758629, 0.001864926889538765, -0.018786396831274033, 0.015783315524458885, -0.009201220236718655, 0.005251963157206774, 0.010017125867307186, 0.03485767915844917, -0.004754878114908934, -0.016866618767380714, 0.0025111378636211157, 0.01379497442394495, -0.004216654691845179, 0.0012487125350162387, -0.0064175426959991455, -0.018183037638664246, 0.024244049564003944, 0.02369554154574871, 0.006167286075651646, 0.03296532481908798, 0.005474794656038284, -0.00994856283068657, -0.009756584651768208, 0.0035018802154809237, 0.004473767708986998, 0.022077443078160286, 0.0023380150087177753, -0.00911208800971508, 0.03924574330449104, -0.010723330080509186, 0.005080554634332657, -0.0013035633601248264, -0.0015838166000321507, 0.009228645823895931, 0.034418873488903046, -0.014247492887079716, -0.020335931330919266, -0.039410293102264404, -0.026657484471797943, 0.015207381919026375, -0.015851879492402077, 0.002146037295460701, -0.01416521705687046, -0.016208408400416374, 0.04643119499087334, -0.01648266240954399, -0.03321215510368347, 0.01723686046898365, -0.010133683681488037, -0.0030767866410315037, -0.03225226700305939, -0.018429866060614586, -0.006324981804937124, 0.010346231050789356, 0.015454210340976715, 0.038066450506448746, -0.0018169324612244964, 0.02071988582611084, 0.029043493792414665, 0.0076653980650007725, 0.005293101537972689, 0.012300290167331696, -0.011470671743154526, 0.044621117413043976, 0.00865956861525774, 0.013404162600636482, 0.024216623976826668, -0.018868671730160713, 0.00672950642183423, -0.024148061871528625, 0.04075413942337036, -0.01880010962486267, -0.021597499027848244, 0.011738069355487823, 0.029125770553946495, -0.00915322545915842, -0.013438443653285503, 0.029866255819797516, 0.028522411361336708, 0.01690775714814663, 0.0170585960149765, 0.010181678459048271, -0.018950948491692543, -0.007137459237128496, 0.024298900738358498, -0.00916008185595274, -0.007658541668206453, 0.008597861975431442, 0.005200540646910667, 0.004909145645797253, -0.0051456899382174015, 0.008714419789612293, 0.025889573618769646, 0.002961942693218589, 0.0028333861846476793, 0.007898514159023762, -0.014590310864150524, 0.02403835952281952, 0.03280077502131462, -0.0015435356181114912, -0.0029019496869295835, -0.021830614656209946, 0.011882052756845951, -0.005707910750061274, 0.026300955563783646, -0.03274592384696007, -0.007452851161360741, 0.008570436388254166, 0.03362353518605232, 0.005433656740933657, 0.001166436355561018, -0.02129581943154335, 0.005776474252343178, -0.03395263850688934, -0.0089132534340024, 0.016756916418671608, 0.06017131730914116, -0.02890636771917343, -0.0037229976151138544, 0.036174096167087555, 0.02369554154574871, -0.002845384879037738, 0.0004825155483558774, 0.019170351326465607, 0.01962287165224552, 0.0180596224963665, -0.025149088352918625, -0.6468005180358887, -0.005478222854435444, 0.00915322545915842, -0.020185090601444244, -0.0022677374072372913, 0.036832306534051895, 0.021611211821436882, 0.02767222374677658, -0.034254319965839386, 0.014096653088927269, -0.01929376646876335, 0.009544038213789463, 0.009708589874207973, -0.00745970755815506, -0.029811404645442963, -0.025478193536400795, 0.01114842388778925, 0.0028042467311024666, 0.021611211821436882, 0.013075057417154312, -0.0011690075043588877, 0.004391491413116455, -0.007377431727945805, -0.013602996245026588, 0.03222484141588211, -0.019238915294408798, 0.009393198415637016, 0.0022317415568977594, -0.024175487458705902, -0.009523469023406506, -0.024792557582259178, 0.0037744201254099607, 0.021405521780252457, -0.003268764354288578, 0.04198827967047691, 0.0018632127903401852, 0.00032460526563227177, -0.005046272650361061, -0.005272532347589731, 0.054987918585538864, -0.035844992846250534, -0.012478555552661419, 0.036174096167087555, 0.012800803408026695, -0.0004790873790625483, -0.009886855259537697, -0.005673628766089678, -0.0024854266084730625, 0.001095301704481244, -0.02203630656003952, -0.01855328120291233, -0.009537181816995144, -0.03381551429629326, -0.017497403547167778, 0.007754530757665634, -0.007233448326587677, 0.019787423312664032, -0.004874864127486944, -0.00210147094912827, -0.01321218442171812, -0.003172775497660041, 0.01384296827018261, -0.020075390115380287, -0.025821009650826454, 0.0002472570922691375, -0.00030232215067371726, 0.012300290167331696, 0.002110041445121169, 0.008028784766793251, -0.004254364408552647, 0.0038292708341032267, 0.00935891643166542, 0.006678083911538124, -0.02386009506881237, 0.006095294374972582, 0.013808687217533588, 0.03148435428738594, -0.029948532581329346, -0.015440497547388077, -0.005601637065410614, -0.006194711197167635, 0.011991754174232483, 0.018937235698103905, -0.03444629907608032, 0.012773377820849419, 0.0014938270905986428, 0.007288299035280943, -0.02658892050385475, 0.0045526158064603806, 0.017182011157274246, 0.002836814383044839, 0.02261223830282688, -0.016222121194005013, -0.042481936514377594, -0.02492968551814556, 0.01345901284366846, -0.005080554634332657, -0.0067123654298484325, -0.007932796142995358, 0.0013507007388398051, -0.02527250163257122, -0.005663344170898199, -0.01781279407441616, -0.0013489866396412253, 0.03255394473671913, 0.013527576811611652, 0.010394224897027016, 0.021816901862621307, 0.01674320362508297, -0.03485767915844917, 0.007720248773694038, -0.027247130870819092, 0.0038532682228833437, 0.00903666764497757, 0.0385875329375267, -0.025889573618769646, 0.009921137243509293, 0.024463452398777008, -0.006691796705126762, 0.001317276037298143, 0.005711338482797146, 0.011621511541306973, -0.001264139311388135, -0.024833695963025093, 0.0292354729026556, 0.024559441953897476, 0.019759997725486755, 0.007350006140768528, -0.006345550995320082, -0.007158028427511454, 0.0004533760657068342, -0.0035755860153585672, 0.0006299270899035037, -0.018128186464309692, 0.022982481867074966, 0.02213229425251484, 0.0030630738474428654, -0.009640026837587357, 0.024792557582259178, -0.028220731765031815, 0.006119291298091412, -0.00015983862977009267, 0.0054816510528326035, -0.025011960417032242, 0.014439471065998077, -0.021611211821436882, -0.00899553019553423, -0.007199166342616081, -0.002943087834864855, 0.006218708585947752, 0.0058004711754620075, -0.0006085009663365781, -0.011875196360051632, 0.03057931736111641, -0.014137791469693184, 0.012122024782001972, -0.022749366238713264, -0.024545729160308838, -0.014700012281537056, 0.008920109830796719, -0.015783315524458885, -0.003400749061256647, -0.0007713392842561007, -0.01504282932728529, -0.012889936566352844, -0.02220085822045803, 0.009009242989122868, 0.010099401697516441, -0.004977709148079157, -0.03299275040626526, 0.015687325969338417, -0.01590672880411148, -0.025423342362046242, 0.025245077908039093, -0.013520720414817333, -0.0020723314955830574, -0.03033248707652092, 0.003057931549847126, 0.000335532589815557, 0.003702428424730897, 0.006499818991869688, -0.0058416095562279224, -0.01163522433489561, -0.013644134625792503, 0.04182372987270355, 0.017346562817692757, 0.0017723662313073874, 0.029372598975896835, -0.017538540065288544, 0.008570436388254166, -0.007377431727945805, -0.007226591929793358, 0.0030562174506485462, 0.00673636281862855, 0.004713739734143019, 0.006396973505616188, 0.01512510608881712, 0.006472393404692411, 0.012163163162767887, 0.0178265068680048, 0.02377781830728054, 0.020527908578515053, 0.024970823898911476, -0.019677720963954926, 0.0015881018480286002, -0.049502838402986526, 0.017620816826820374, -0.020596472546458244, 0.018375014886260033, 0.020569046959280968, 0.030113084241747856, -0.01590672880411148, -0.010887881740927696, -0.013033919036388397, 0.001085874275304377, 0.0026619774289429188, 0.002200888004153967, 0.015330796130001545, -0.01915663853287697, -0.0009676022455096245, 0.022817930206656456, -0.007363718934357166, 0.0020174807868897915, -0.006105578970164061, -0.03406234085559845, 0.02577987313270569, 0.019828561693429947, 0.0091189444065094, 0.009310921654105186, -0.054987918585538864, -0.03280077502131462, 0.0034590279683470726, -0.013815543614327908, 0.0070346142165362835, 0.005704482551664114, 0.003695572027936578, 0.02967427857220173, -0.034089766442775726, 0.007247160654515028, -0.01258825697004795, 0.01733285002410412, 0.01697631925344467, 0.04440171644091606, -0.00227973610162735, -0.012060318142175674, 0.006671227514743805, 0.026630058884620667, 0.008111060597002506, -0.030387338250875473, -0.013150477781891823, 0.011381539516150951, 0.01707230880856514, -0.03131980076432228, -0.00515597453340888, 0.040946114808321, -0.01590672880411148, 0.016510087996721268, 0.008467591367661953, 0.005992448888719082, 0.020404495298862457, 0.004963996820151806, 0.029537150636315346, 0.01392524503171444, -0.01189576555043459, 0.006201567593961954, -0.009475474245846272, 0.0007520557846873999, -0.020898152142763138, 0.012663676403462887, 0.013123052194714546, -0.00670893769711256, -0.01600271835923195, -0.009022954851388931, 0.004124093800783157, 0.007857375778257847, -0.008686994202435017, -0.004562900401651859, -0.01963658258318901, 0.0022197430953383446, 0.024669144302606583, -0.019595446065068245, -0.008974961005151272, 0.025725021958351135, 0.009406911209225655, 0.016098707914352417, -0.011114141903817654, -0.002074045594781637, 0.027891628444194794, 0.012903648428618908, 0.0030013667419552803, -0.0034196041524410248, 0.02146037295460701, 0.022968769073486328, -0.02187175303697586, -0.011073003523051739, -0.010305092670023441, 0.0074322824366390705, -0.01284194178879261, -0.0110592907294631, 0.004134378395974636, 0.021474085748195648, -0.003109354292973876, -0.017593391239643097, -0.02992110699415207, 0.03049704059958458, 0.015467923134565353, -0.025903286412358284, -0.020006826147437096, -0.019444605335593224, -0.03414461761713028, 0.01549534872174263, -0.014645161107182503, 0.020431920886039734, -0.03801159933209419, 0.008467591367661953, 0.023914944380521774, 0.0015066827181726694, 0.004192657303065062, 0.00796022079885006, -0.002022622851654887, -0.0034830253571271896, -0.027795638889074326, -0.02577987313270569, 0.03131980076432228, 0.05262933298945427, 0.00791908334940672, 0.010538208298385143, 0.010874169878661633, -0.017511114478111267, -0.01333559863269329, -0.04615694284439087, 0.004765162710100412, 0.028632113710045815, -0.013116195797920227, -0.010990727692842484, 0.0037127130199223757, 0.021474085748195648, -0.0059958770871162415, 0.02942745015025139, -0.009009242989122868, 0.0015795313520357013, -0.006787785328924656, -0.02675347402691841, -0.02460058033466339, -0.006578666623681784, -0.01358928345143795, 0.014220068231225014, 0.025903286412358284, 0.029811404645442963, -0.003630436724051833, -0.0018923523603007197, 0.022996194660663605, 0.007672254461795092, -0.012492267414927483, 0.019609158858656883, 0.007295155432075262, 0.011751782149076462, -0.005485079251229763, -0.016468949615955353, 0.03307502716779709, 0.007062039338052273, 0.011175848543643951, -0.012505980208516121, -0.013411018997430801, 0.012540262192487717, 0.00287795253098011, -0.00468288641422987, -0.015605050139129162, -0.008179624564945698, -0.034089766442775726, 0.015591337345540524, 0.028440136462450027, -0.012355141341686249, 0.0025059955660253763, 0.019074363633990288, -0.005135405343025923, -0.033513832837343216, 0.005649631377309561, 0.02551933005452156, 0.007487133145332336, 0.008371601812541485, -0.015522774308919907, -0.011717500165104866, -0.04190600663423538, -0.01757967844605446, -0.013500151224434376, -0.004168660379946232, -0.016962608322501183, -0.003373323706910014, -0.006095294374972582, -0.0034967379178851843, -0.022008880972862244, -0.0072060227394104, 0.003969826269894838, 0.027864202857017517, -0.014823426492512226, -0.022968769073486328, 0.003471026662737131, 0.012094599194824696, 0.02550561912357807, 0.007445995230227709, 0.016139846295118332, 0.0184710044413805, 0.01624954678118229, -0.014316056855022907, -0.01641410030424595, -0.0023740108590573072, -0.01624954678118229, 0.02701401524245739, -0.015207381919026375, -0.019444605335593224, -0.013616709038615227, -0.007103177718818188, 0.03206028789281845, -0.018128186464309692, 0.005978736095130444, 0.00886525958776474, -0.0180596224963665, -0.0037607073318213224, 0.01238256599754095, 0.013383593410253525, 0.01201232336461544, 0.004912573844194412, -0.008803552016615868, -0.005330811254680157, 0.011374683119356632, -0.020116528496146202, -0.013020207174122334, -0.0024408602621406317, 0.0008501872653141618, 0.010627340525388718, 0.009996556676924229, 0.012074030935764313, 0.02004796452820301, 0.027823064476251602, -0.0023551557678729296, 7.606262079207227e-05, -0.005488507449626923, -0.00215289369225502, 0.03381551429629326, 0.013774405233561993, 0.0013224183348938823, 0.01151866652071476, -0.02180318906903267, 0.011498097330331802, -0.04061701148748398, 0.005258819554001093, 0.008508728817105293, -0.0007640543626621366, 0.01889609731733799, -0.025821009650826454, -0.01864926889538765, -0.006876918021589518, -0.006582094822078943, -0.006431255489587784, 0.012745953164994717, -0.004837154410779476, -0.017209436744451523, -0.04632149264216423, -0.00648610619828105, 0.010586203075945377, -0.0035584450233727694, -0.026739761233329773, -0.0032670502550899982, -0.013609852641820908, 0.005786758381873369, -7.209879549918696e-05, -0.028796665370464325, 0.006945481523871422, -0.03362353518605232, 0.0021271822042763233, -0.007062039338052273, -0.004137806594371796, 0.038752082735300064, 0.006386688910424709, 0.02551933005452156, -0.01666092872619629, -0.023969795554876328, -0.031456928700208664, -0.021844327449798584, 0.0066129486076533794, -0.019266340881586075, 0.031100399792194366, 0.03340413048863411, 0.0009864572202786803, -0.01888238452374935, 0.010414794087409973, -0.008885827846825123, 0.008714419789612293, 0.0012684245593845844, 0.013006494380533695, 0.02144666016101837, 0.0024768561124801636, -0.0003400320711079985, -0.005073698237538338, 0.020665036514401436, 0.008303038775920868, 0.009790866635739803, 0.019924549385905266, 0.003107640193775296, -0.01214259397238493, 0.009708589874207973, -0.003860124386847019, -0.051669444888830185, 0.00923550222069025, 0.006122719496488571, -0.014837139286100864, 0.016139846295118332, -0.01648266240954399, 0.003788132918998599, -0.0017792225116863847, -0.012396278791129589, 0.013068201020359993, -0.008351032622158527, 0.00865956861525774, -0.02022622898221016, 0.035186782479286194, 0.01666092872619629, 0.000910180329810828, -0.009818291291594505, -0.002723684534430504, -0.03241681680083275, -0.003100783796980977, 0.01416521705687046, 0.00803564116358757, 0.005485079251229763, -0.0015949581284075975, -0.02295505627989769, -0.026986589655280113, 0.008076779544353485, -0.03354125842452049, -0.013273891992866993, -0.0024785702116787434, 0.0018460719147697091, 0.001104729250073433, -0.03381551429629326, -0.014302344061434269, 0.021501511335372925, 0.005601637065410614, 0.008008215576410294, -0.004045245703309774, 0.027123715728521347, -0.01169007457792759, -0.019993113353848457, -0.011244412511587143, -0.020582759752869606, 0.0381213016808033, 0.01044221967458725, 0.02743910811841488, 0.02344871312379837, 0.027288269251585007, -0.008261900395154953, -0.00455604400485754, 0.013287604786455631, 0.0170585960149765, 0.03304760158061981, 0.018279027193784714, 0.012005466967821121, -0.02461429312825203, -0.02004796452820301, 0.017415126785635948, 0.012211157940328121, -0.020651323720812798, 0.022091155871748924, -0.00011366541002644226, 0.006510103587061167, -0.018580704927444458, -0.017305424436926842, -0.022639663890004158, 0.013904675841331482, 0.009379485622048378, -0.0044566267170012, -0.000388883549021557, -0.010956445708870888, -0.0178265068680048, 0.02519022673368454, -0.008981817401945591, 0.032691072672605515, -0.002967084990814328, 0.015193669125437737, -0.004871435929089785, -0.0003893120738212019, -0.03381551429629326, 0.0046074665151536465, 0.001546963700093329, 0.016359249129891396, -0.01896466128528118, -0.015303370542824268, 0.033020175993442535, 0.023489851504564285, 0.012423704378306866, -0.0005065127625130117, 0.0007717678090557456, 0.025725021958351135, 0.001509253866970539, -0.028686964884400368, 0.023722967132925987, -0.016715778037905693, 0.033760663121938705, -0.0019677721429616213, -0.014220068231225014, -0.015070254914462566, -0.02510794997215271, -0.027795638889074326, 0.012814516201615334, 0.015522774308919907, -0.026122689247131348, -0.02203630656003952, -0.0015778173692524433, -0.004292074590921402, -0.023064758628606796, -0.020445631816983223, 0.011683219112455845, -0.01657865196466446, -0.0011372969020158052, -0.0018597847083583474, -0.013904675841331482, 0.01856699213385582, -0.002122039906680584, 0.02228313498198986, -0.011450102552771568, 0.040315333753824234, -0.013623565435409546, 0.03197801113128662, 0.0029379455372691154, 0.03323958069086075, -0.014727437868714333, 0.014247492887079716, -0.004062386695295572, -0.02170720137655735, 0.013040775433182716, -0.002625981578603387, -0.016441524028778076, -0.01832016371190548, 0.0352964848279953, 0.01657865196466446, 0.022187145426869392, 0.03175861015915871, -0.0019283482106402516, 0.019842274487018585, 0.021021565422415733, 0.015056542120873928, -0.031950585544109344, 0.004861151333898306, -0.02983883023262024, -0.00796022079885006, 0.02387380786240101, -0.007706536445766687, -0.012931074015796185, -0.019238915294408798, 0.0033253291621804237, 0.013767548836767673, -0.017264286056160927, -0.03066159226000309, -0.005951310973614454, 0.01848471723496914, 0.00012180732301203534, 0.0003824557061307132, -0.024641718715429306, -0.015783315524458885, -0.020020538941025734, 0.01888238452374935, -0.010709617286920547, 0.006324981804937124, 0.017127159982919693, 0.012046605348587036, 0.006414114497601986, 0.023832669481635094, -0.011402108706533909, -0.02477884478867054, -0.0023637262638658285, -0.02865953929722309, -0.014220068231225014, -0.002615697216242552, -0.02750767208635807, 0.029372598975896835, 0.03718883544206619, -0.018827535212039948, -0.03669517859816551, -0.015536487102508545, -0.02634209208190441, -0.04261906445026398, -0.002350013703107834, 0.0037675637286156416, 0.014425758272409439, -0.0036784312687814236, 0.000441805983427912, 0.005162830930203199, 0.000848473166115582, 0.013513864018023014, -0.025217652320861816, -0.004892005119472742, 0.001954059349372983, 0.011319831945002079, 0.002975655486807227, 0.02527250163257122, -0.03216999024152756, 0.005978736095130444, 0.0032584797590970993, -0.019581733271479607, 0.005334239453077316, 0.003657862078398466, -0.02063761092722416, 0.011930047534406185, -0.013040775433182716, 0.005913600791245699, -0.008097347803413868, 0.035762716084718704, 0.021748339757323265, -0.02643808163702488, 0.026410656049847603, 0.011916334740817547, 0.003393892664462328, -0.012409991584718227, -0.016702065244317055, -0.01101815328001976, -0.009722302667796612, 0.010497069917619228, -0.011648937128484249, -0.013616709038615227, 0.007164884824305773, -0.011120998300611973, -0.0006217851769179106, 0.02261223830282688, -0.0059033166617155075, 0.005851893685758114, -0.01043536327779293, 0.0062529901042580605, -0.013705841265618801, -0.0013112766901031137, 0.006040443666279316, 0.0124716991558671, 0.007315724156796932, -0.007123746443539858, 0.01757967844605446, -0.004470339510589838, -0.008316751569509506, -0.003261907957494259, 0.02509423717856407, 0.003438459010794759, -0.010949589312076569, -0.03477540239691734, -0.01623583398759365, 0.02180318906903267, -0.014741150662302971, 0.0030870712362229824, -0.012320859357714653, -0.012732240371406078, 0.006307841278612614, -0.016852905973792076, -0.0006307840812951326, -0.03664032742381096, 0.010503926314413548, 0.01896466128528118, -0.013829255476593971, -0.030771294608712196, 0.02261223830282688, -0.016208408400416374, 0.013884106650948524, -0.0005249392124824226, 0.22181659936904907, -0.025958137586712837, -0.014631448313593864, 0.022406548261642456, 0.012931074015796185, -0.007658541668206453, 0.015714751556515694, -0.0025848436634987593, -0.015851879492402077, 0.018128186464309692, -0.004768590908497572, -0.008186480961740017, -0.030524466186761856, -0.0042097982950508595, 0.014007520861923695, -0.02691802568733692, -0.034994807094335556, -0.04558100923895836, -0.01590672880411148, -0.00637983251363039, -0.008926966227591038, 0.0054268003441393375, -0.009592032060027122, -0.015234807506203651, 0.03140207752585411, 0.01624954678118229, -0.014000664465129375, 0.0168254803866148, -0.002739111427217722, 0.009050380438566208, -0.018375014886260033, 0.0024494307581335306, -0.010346231050789356, -0.00372985377907753, -0.003613295964896679, -0.008495016023516655, 0.015728464350104332, 0.005457653664052486, -0.0016335251275449991, -0.0005729336407966912, -0.016619790345430374, -0.021679775789380074, 0.0021614639554172754, -0.01789507083594799, -0.002552276011556387, 0.024079497903585434, 0.012046605348587036, -0.020994139835238457, -0.004525190219283104, 0.016263259574770927, -0.02926289662718773, 0.00215289369225502, 0.038258425891399384, 0.007014045026153326, -0.009002386592328548, -0.012896792031824589, -0.02022622898221016, 0.019170351326465607, -0.014508034102618694, 0.03428174555301666, -0.03299275040626526, 0.017963634803891182, -0.0180596224963665, 0.02054162137210369, -0.006050727795809507, 0.02054162137210369, -0.011546092107892036, 0.0006672084564343095, 0.00575933326035738, -0.006623233202844858, 0.015385647304356098, 0.007596834562718868, 0.009290352463722229, 0.0029465160332620144, -0.003188202390447259, -0.023393861949443817, 0.014274918474256992, 0.016030143946409225, 0.017511114478111267, 0.048350974917411804, 0.0006813496584072709, -0.008124773390591145, -0.007980789989233017, -0.009818291291594505, 0.01271852757781744, -0.027631087228655815, 0.030222786590456963, -0.008056210353970528, 0.008714419789612293, -0.020267367362976074, 0.0023568698670715094, -0.0146177364513278, -0.02915319614112377, -0.01774423196911812, -0.002481998410075903, 0.006270131096243858, -0.0015581053448840976, 0.02370925433933735, -0.012300290167331696, 0.004312643315643072, -0.009125800803303719, 0.06033587083220482, 0.003997251391410828, 0.013109339401125908, -0.02370925433933735, -0.010833031497895718, -0.010401081293821335, 0.011127854697406292, -0.002960228594020009, 0.006311269477009773, 0.007158028427511454, -0.03099069744348526, 0.027535097673535347, -0.007624260149896145, -0.01757967844605446, 0.018183037638664246, 0.00372985377907753, -0.024874834343791008, 0.0023363009095191956, -0.006876918021589518, 0.00743913883343339, -0.019115500152111053, 0.015550199896097183, 0.017099734395742416, -0.0077682435512542725, 0.00878983922302723, -0.0062769874930381775, -0.0033870365004986525, -0.003116210689768195, -0.022667089477181435, 0.012094599194824696, -0.023188171908259392, -0.010901594534516335, 0.0012504266342148185, -0.007110034115612507, -0.012773377820849419, -0.0026516930665820837, -0.038642384111881256, 0.0009838860714808106, 0.011114141903817654, -0.01354814600199461, -0.019088076427578926, 0.01131297554820776, -0.01213573757559061, 0.009057236835360527, -0.029811404645442963, 0.027068866416811943, 0.006842636503279209, 0.0035207353066653013, 0.006468965206295252, -0.010867313481867313, -0.008686994202435017, 0.002439146162942052, -0.004706883803009987, 0.02625981718301773, -0.017031170427799225, -0.014891990460455418, -0.023147033527493477, 0.004343497101217508, 0.009146369993686676, -0.021981455385684967, -0.01354814600199461, 0.0156187629327178, -0.008920109830796719, -0.01358928345143795, -0.01428863126784563, -0.1766195446252823, 0.03170375898480415, 0.01922520250082016, -0.019115500152111053, 0.011875196360051632, -4.3548530811676756e-05, -0.004343497101217508, 0.001457831240259111, 0.027315694838762283, -0.006431255489587784, 0.009893711656332016, -0.016619790345430374, -0.033020175993442535, -0.02359955385327339, 0.01954059489071369, -0.0006830637576058507, 0.0010644481517374516, 0.03373323753476143, 0.02536849118769169, 0.011820346117019653, 0.02658892050385475, -0.0005669343518093228, 0.020610185340046883, -0.014508034102618694, -0.01624954678118229, -0.0008579006535001099, 0.0015263947425410151, -0.005666772369295359, -0.0068700616247951984, -0.022804217413067818, 0.00852929800748825, 0.012108311988413334, 0.023736679926514626, 0.02658892050385475, 0.009475474245846272, -0.0046691736206412315, -0.0002800390066113323, -0.006794641725718975, 0.0070963213220238686, 0.008227618411183357, 0.013890963047742844, 0.013301316648721695, 0.013561857864260674, 0.023476138710975647, 0.007637972943484783, 0.00898867379873991, 0.0043092151172459126, 0.002781963674351573, -0.0047240243293344975, -0.01354128960520029, 0.02087072655558586, -0.008810408413410187, 0.0036715748719871044, 0.006969478912651539, 0.006938625127077103, 0.004230367485433817, -0.0024442884605377913, 0.007932796142995358, 0.008947535417973995, -0.007932796142995358, 0.008755557239055634, -0.048104144632816315, 0.005457653664052486, -0.011285550892353058, -0.00840588379651308, -0.012108311988413334, -0.008179624564945698, 0.01321904081851244, -0.008392171002924442, 0.01714087277650833, -0.00020879725343547761, -0.01475486345589161, -0.0024957109708338976, -0.0008163340389728546, -0.0017012315802276134, 0.01416521705687046, -0.016372961923480034, -0.01592044159770012, 0.02203630656003952, 0.015111393295228481, -0.018457291647791862, 0.010970158502459526, -0.013198471628129482, -0.0031333514489233494, -0.0091189444065094, -0.00023247308854479343, -0.0014886847930029035, 0.00026118403184227645, 0.009660596027970314, 0.008885827846825123, 0.010997584089636803, 0.009441192261874676, -0.021775763481855392, -0.01428863126784563, -0.0018529283115640283, 0.004141234792768955, 0.021090129390358925, -0.007877944968640804, 0.0018923523603007197, 0.012553974986076355, 0.015728464350104332, 0.0110592907294631, 0.0033561827149242163, 0.007939652539789677, 0.03151177987456322, 0.005862178280949593, -0.004648604430258274, 0.001564961625263095, 0.033349283039569855, -0.020335931330919266, -0.02545076794922352, 0.0068940590135753155, 0.003443601308390498, 0.0022677374072372913, 0.01840244047343731, 0.0269454512745142, 0.020445631816983223, -0.007720248773694038, 0.020335931330919266, -0.0024631433188915253, 0.003925259690731764, -0.026122689247131348, 0.009400054812431335, 0.0025659885723143816, 0.007302011828869581, -0.015687325969338417, -0.10492956638336182, -0.025327352806925774, 0.006242705974727869, 0.017099734395742416, -0.02121354453265667, -0.003870408982038498, 0.00527938874438405, 0.01589301787316799, -0.011696930974721909, 0.002723684534430504, -0.0073294369503855705, -0.003842983627691865, -0.00240143621340394, -0.004216654691845179, -0.004758306313306093, 0.002907091984525323, -0.003822414670139551, -0.023407574743032455, 0.0003083214396610856, 0.01956802047789097, -0.018868671730160713, -0.01648266240954399, 0.01524852029979229, -0.004861151333898306, -0.004717167932540178, 0.005814183969050646, -0.02967427857220173, -0.0029653708916157484, 0.010778180323541164, -0.007425426039844751, -0.013980095274746418, -0.02484740875661373, -0.009379485622048378, -0.011669506318867207, -0.022433973848819733, 0.020747311413288116, 0.0091189444065094, -0.013575570657849312, 0.03170375898480415, -0.007658541668206453, -0.0022197430953383446, -0.005008562933653593, 0.022228283807635307, -0.018251601606607437, -0.022516250610351562, -0.011484384536743164, -0.03595469519495964, 0.011827201582491398, -0.021103842183947563, -0.017360275611281395, -0.027480246499180794, 0.0031316373497247696, -0.00745970755815506, -0.023393861949443817, 0.036667753010988235, -0.015687325969338417, 0.008680137805640697, 0.00503256032243371, -0.03142950311303139, 0.0070106168277561665, -0.009715446271002293, -0.0035653014201670885, -0.03414461761713028, 0.02576616033911705, 0.015070254914462566, 0.026081550866365433, -0.024490877985954285, -0.01666092872619629, 0.02295505627989769, -0.008076779544353485, -0.005306814331561327, 0.013109339401125908, -0.011861483566462994, 0.029043493792414665, -0.02336643822491169, -0.026369517669081688, -0.01428863126784563, -0.013616709038615227, 0.010215960443019867, -0.010469645261764526, 0.0024254333693534136, -0.0008913253550417721, 0.011786064133048058, -0.008899540640413761, 0.008337320759892464, -0.0030219359323382378, 0.013746979646384716, 0.008796695619821548, 0.01043536327779293, -0.03562558814883232, 0.009585175663232803, 0.022351697087287903, 0.00024982821196317673, 0.010099401697516441, -0.011964328587055206, 0.03345898166298866, -0.007288299035280943, -0.008947535417973995, 0.01512510608881712, 0.01428863126784563, -0.009640026837587357, 0.0031556347385048866, -0.06203624606132507, 0.021172406151890755, -0.007500845938920975, -0.009550893679261208, 0.009338347241282463, -0.03090842068195343, 0.006157001480460167, -0.018292739987373352, -0.003136779647320509, 0.009962274692952633, -0.04676029831171036, 0.023585841059684753, -0.011539235711097717, -0.00804249756038189, -0.007891657762229443, -0.012608826160430908, 0.015536487102508545, -0.012457986362278461, 0.029290322214365005, 0.01956802047789097, -0.012272864580154419, -0.01915663853287697, 0.025066811591386795, -0.0072677298448979855, -0.006804926320910454, 0.01989712566137314, -0.029372598975896835, 0.01756596565246582, -0.0091189444065094, -0.0014698298182338476, 0.02934517338871956, -0.015509061515331268, 0.014741150662302971, -0.0065958076156675816, -0.004960568621754646, -0.006492962595075369, -0.0017372274305671453, 0.03710656240582466, 0.013767548836767673, 0.01690775714814663, -0.008728132583200932, -0.026328379288315773, 0.004004107788205147, -0.03222484141588211, -0.0002729684056248516, 0.006630089599639177, -0.04344182834029198, -0.0059170289896428585, 0.010510782711207867, 0.018841246142983437, 0.033267006278038025, 0.011278694495558739, -0.029317747801542282, -0.013033919036388397, -0.0117654949426651, -0.027205992490053177, 0.016030143946409225, -0.011168992146849632, -0.013650991022586823, -0.031127823516726494, 0.04648604616522789, 0.01416521705687046, -0.001175006851553917, -0.01715458557009697, -0.00791908334940672, 0.0037058566231280565, -0.03419946879148483, -0.016592364758253098, 0.006016446277499199, -0.03548846393823624, -0.01807333528995514, -0.011648937128484249, 0.011813489720225334, 0.018210463225841522, 0.018772684037685394, -0.022516250610351562, -0.0105587774887681, 0.015577624551951885, -0.020020538941025734, 0.022022593766450882, 0.03189573436975479, 0.007754530757665634, -0.0204730574041605, 0.015783315524458885, 0.022488825023174286, -0.0028231015894562006, 0.0026465507689863443, 0.007226591929793358, -0.0110592907294631, 0.016276972368359566, -0.004058958496898413, 0.025478193536400795, 0.019759997725486755, -0.0022300274576991796, 0.014206355437636375, 0.005694197956472635, 0.00047565920976921916, 0.030716443434357643, 0.019334904849529266, 0.004504621494561434, 0.020651323720812798, 0.00042637920705601573, 0.009139513596892357, -0.006204995792359114, -0.021186118945479393, 0.006825495511293411, -0.02195402979850769, -0.029372598975896835, 0.016455236822366714, 0.014384619891643524, -0.005423372145742178, -0.02359955385327339, 0.00014944697613827884, 0.011120998300611973, -0.04580041021108627, 0.009262927807867527, -0.006468965206295252, 0.0018786395667120814, -0.02719227969646454, 0.002658549230545759, -0.004614322911947966, -0.017291711643338203, -0.003260193858295679, -0.03792932257056236, 0.01188890915364027, -0.026396943256258965, 0.014891990460455418, -0.03606439754366875, 0.031868308782577515, 0.004768590908497572, 0.00683235190808773, 0.0008163340389728546, -0.013890963047742844, -0.02220085822045803, 0.0034744548611342907, -0.02130953222513199, -0.00961260125041008, 0.008419596590101719, 0.002996224444359541, 0.07382916659116745, 0.03389779105782509, -0.01915663853287697, 0.0012787090381607413, 0.016633503139019012, 0.03230711817741394, -0.0051696873269975185, -0.0016686639282852411, 0.0011707216035574675, -0.0084127401933074, -0.0054816510528326035, 0.00342988851480186, -0.014645161107182503, -0.02279050461947918, 0.00974287185817957, 0.011127854697406292, -0.011285550892353058, -0.014343482442200184, 0.01649637520313263, -0.010970158502459526, 0.021515222266316414, -0.009276640601456165, 6.690296868328005e-05, -0.012272864580154419, -0.024065785109996796, -0.0021957457065582275, 0.020829588174819946, -0.009530325420200825, -0.023243023082613945, -0.025738734751939774, 0.0029653708916157484, 0.009729159064590931, -0.02410692349076271, -0.002994510345160961, -0.009633170440793037, 0.014946840703487396, -0.0017543683061376214, -0.010161109268665314, 0.004939999431371689, 0.009372629225254059, 0.01656493917107582, 0.00861157476902008, -0.011902621947228909, -0.024586867541074753, -0.0007413427229039371, -0.014521746896207333, 0.021679775789380074, -0.004734308924525976, -0.019252628087997437], \"8b335671-5c4d-4ebe-92cb-5787a838c328\": [-0.005968173500150442, 0.0011211787350475788, 0.029586756601929665, -0.03475138917565346, -0.0030510483775287867, 0.007341746240854263, -0.03719634935259819, -0.01298713032156229, -0.02903732657432556, -0.031125158071517944, 0.021290376782417297, 0.0050787851214408875, -0.0003081953909713775, -0.013447277247905731, -0.0008777988259680569, 0.0014079120010137558, 0.025301208719611168, -0.028542840853333473, 0.022979872301220894, -0.015370278619229794, -0.008674112148582935, 0.030301013961434364, -0.03178447112441063, -0.02350182831287384, -0.015177978202700615, 0.0005283962818793952, 0.0173619594424963, -0.014573606662452221, -0.005872023291885853, -0.007479103282094002, 0.009031240828335285, 0.009800441563129425, -0.020397555083036423, 0.008495546877384186, -0.002759164199233055, 0.010356738232076168, 0.001552137196995318, -0.0072043887339532375, 0.009285351261496544, 0.0021736787166446447, 0.011070996522903442, 0.003622798016294837, 0.0030613502021878958, 0.018749266862869263, 0.0021376225631684065, 0.03293827548623085, 0.014367570169270039, 0.008090343326330185, -0.020933248102664948, 0.015232921577990055, -0.018749266862869263, 0.013790669851005077, 5.639160008286126e-05, -0.03068561479449272, 0.011380050331354141, 0.00587545707821846, -0.00774008221924305, 0.016331778839230537, -0.007389821112155914, -0.013261844404041767, 0.02892744168639183, 0.01074820663779974, -0.04483341425657272, -0.011318239383399487, -0.0035300818271934986, 0.015013149939477444, -0.01652408018708229, -0.005552667658776045, -0.0021153020206838846, -0.012238533236086369, 0.017032301053404808, -0.007039560005068779, -0.0004002676869276911, -0.0065244706347584724, 0.028048355132341385, -0.01714218780398369, -0.030273541808128357, 0.004131020046770573, -0.00034575400059111416, -0.0025617131032049656, 0.007650800049304962, -0.010068288072943687, -0.005023842211812735, 0.034668974578380585, 0.015026885084807873, 0.006521036382764578, 0.028048355132341385, -0.0009700857335701585, -0.022979872301220894, 0.004876183345913887, -0.005992210935801268, 0.009120522998273373, 0.010665792040526867, 0.0018182669300585985, 0.009889723733067513, 0.027801111340522766, -0.008687847293913364, 0.014807113446295261, -0.017993802204728127, 0.00030368834268301725, 0.022650213912129402, 0.03521840274333954, -0.020040426403284073, -0.022581536322832108, -0.040932465344667435, 0.0011915743816643953, 0.0064592259004712105, -0.008255171589553356, 0.005205840803682804, 0.002151358174160123, -0.0206722691655159, 0.022856250405311584, -0.008832072839140892, -0.030438371002674103, 0.007094502914696932, -0.004762863274663687, 0.0036434016656130552, -0.022471649572253227, -0.017087245360016823, -0.01781523786485195, 0.017526788637042046, 0.0037361178547143936, 0.015026885084807873, 0.005487422924488783, 0.0076164607889950275, 0.030026299878954887, 0.015878500416874886, 0.008646639995276928, 0.02101566269993782, -0.013564030639827251, 0.030053770169615746, -0.0027471454814076424, 0.01534280739724636, 0.017636673524975777, -0.022183198481798172, 0.023694129660725594, -0.008887015283107758, 0.018241045996546745, -0.02446332946419716, -0.028652727603912354, 0.00474912766367197, 0.028158240020275116, 0.004704486578702927, -0.003907814156264067, 0.008543622680008411, 0.03818532079458237, -0.00838566105812788, 0.014875792898237705, 0.015205450356006622, -0.0004322461609262973, -0.027965940535068512, 0.01747184433043003, -0.003633099840953946, -0.013426673598587513, 0.02644127421081066, -0.0019985483959317207, -0.004285546950995922, 0.01994427666068077, 0.008378793485462666, 0.005806778557598591, 0.00027900695567950606, 0.005312292370945215, 0.010775677859783173, -0.020150311291217804, 0.012980261817574501, 0.02964169904589653, -0.00035841664066538215, -0.00399022875353694, 0.004986069165170193, 0.004680449143052101, 0.013955499045550823, 0.021304113790392876, -0.03450414538383484, 0.0017822106601670384, 0.007437896449118853, 0.04310271143913269, -0.02292492799460888, 0.014848320744931698, -0.022155728191137314, 0.0014096290105953813, -0.03557553514838219, -0.010610849596560001, 0.019326169043779373, 0.020411290228366852, -0.016125744208693504, -0.003883776953443885, 0.02692202478647232, 0.01854323223233223, -0.005092520732432604, -0.011352578178048134, 0.007417292799800634, 0.01782897301018238, 0.012417097575962543, -0.008399397134780884, -0.6373377442359924, -0.006878165528178215, 0.03576783463358879, -0.013193165883421898, -0.003622798016294837, 0.03225148841738701, 0.028487898409366608, 0.020589854568243027, -0.03480633348226547, 0.021043134853243828, -0.012348419055342674, 0.010686395689845085, 0.012423965148627758, -0.008887015283107758, -0.016455400735139847, -0.02645501121878624, 0.02396884374320507, 0.009354029782116413, 0.036894164979457855, 0.014779642224311829, -0.004543091636151075, 0.011936347000300884, 0.013309919275343418, -0.014628549106419086, 0.022938665002584457, -0.005442781839519739, -0.003042463678866625, -0.003969625104218721, -0.02620776742696762, 0.002814107108861208, -0.021235434338450432, 0.006448924075812101, 0.02857031300663948, -0.004367961082607508, 0.05329462140798569, -0.00336525309830904, 0.010123230516910553, -0.0006318434607237577, 0.01063145324587822, 0.04626192897558212, -0.034064602106809616, -0.008131550624966621, 0.03650956228375435, 0.010521567426621914, -0.0026235238183289766, -0.007170049473643303, 0.0027437114622443914, -0.001726409187540412, -0.012142382562160492, -0.006033418234437704, -0.012602529488503933, -0.010191909968852997, -0.04085005447268486, -0.002705938182771206, 0.011915743350982666, 0.013447277247905731, 0.025067701935768127, -0.005377537105232477, 0.0004084232496097684, -0.021908484399318695, -0.01428515650331974, 0.02491660974919796, -0.022595271468162537, -0.026784667745232582, -0.003883776953443885, -0.0036056283861398697, 0.0027316927444189787, -0.005480555351823568, 0.0037292498163878918, -0.0008833789615891874, 0.003828834043815732, 0.0109199034050107, 0.010301795788109303, -0.01771908812224865, -0.0023299227468669415, 0.01891409605741501, 0.02482045814394951, -0.028487898409366608, -0.00774008221924305, -0.0007713469094596803, 0.0023264887277036905, 0.004549959674477577, 0.003955889493227005, -0.031344927847385406, 0.011441860347986221, -0.005418744403868914, -0.009930931031703949, -0.030273541808128357, 0.02078215591609478, -0.008344454690814018, 0.01086496002972126, 0.016455400735139847, -0.017526788637042046, -0.028899969533085823, -0.007231860421597958, 0.012856640852987766, -0.022045841440558434, -0.0032210280187427998, 0.002120452933013439, 0.004752561450004578, -0.03274597227573395, 0.00886641163378954, -0.020411290228366852, -0.0020311707630753517, 0.023419415578246117, -0.00011052968329750001, 0.012952790595591068, 0.0018268517451360822, 0.022732628509402275, -0.032883331179618835, 0.007376085501164198, -0.012945923022925854, 0.00973863061517477, -0.0006919372826814651, 0.037388648837804794, -0.02115301974117756, 0.01192947942763567, -0.002292149467393756, -0.007623328361660242, 0.0037773249205201864, -0.0014619964640587568, 0.0009108504164032638, 0.013976102694869041, -0.022581536322832108, 0.044696055352687836, -0.005274519324302673, 0.026757197454571724, -0.02466936595737934, -0.01675758697092533, -4.670683847507462e-05, 0.006029984448105097, -0.02821318432688713, -0.003629665821790695, -0.010658924467861652, 0.03601507842540741, 0.0332954041659832, -0.0009494821424596012, -0.010652056895196438, 0.0368666909635067, -0.020466232672333717, -0.015562579035758972, -0.006795750930905342, 0.001747871283441782, 0.00460490258410573, 0.008014797233045101, -0.011297635734081268, 0.008282643742859364, -0.008735922165215015, -0.006043720059096813, 0.01398983784019947, 0.021908484399318695, -0.001914417021907866, 0.016098272055387497, 0.035740360617637634, -0.008371925912797451, -0.00383570184931159, -0.016331778839230537, -0.033954717218875885, -0.021922221407294273, 0.010068288072943687, -0.0021015661768615246, 0.0015023451996967196, 0.012430832721292973, -0.01594717986881733, -0.009532595053315163, -0.005676289089024067, 0.010597113519906998, 0.01722460240125656, -0.016112007200717926, -0.019751975312829018, 0.009305954910814762, -0.023927636444568634, -0.028515370562672615, 0.027141796424984932, -0.012032496742904186, 0.016853736713528633, -0.028130769729614258, -0.013048941269516945, 0.0035129121970385313, 0.004151623696088791, 0.007904911413788795, -0.015246656723320484, -0.015191714279353619, -0.02269142121076584, 0.033240459859371185, 0.007918646559119225, 0.0011598104611039162, 0.028872499242424965, -0.012513247318565845, -0.009147994220256805, -0.00838566105812788, 0.00815215427428484, -0.017677880823612213, 0.007252464070916176, -0.007952986285090446, -0.0005386980483308434, 0.00767140369862318, 0.018227310851216316, 0.014312627725303173, 0.014546135440468788, 0.028323069214820862, 0.0050135403871536255, 0.04060281068086624, -0.03510851785540581, 0.023790279403328896, -0.04573997110128403, 0.0061604734510183334, -0.0332954041659832, 0.0173619594424963, 0.005600742530077696, 0.011304503306746483, -0.009113655425608158, -0.01180585753172636, -0.013433541171252728, 0.00699835317209363, 0.004405734594911337, -0.018831681460142136, 0.027334097772836685, -0.0048349760472774506, -0.013337391428649426, 0.008715318515896797, -0.002077528741210699, 0.00046358079998753965, -0.01045975647866726, -0.03623484820127487, 0.025012759491801262, 0.025713281705975533, 0.031454816460609436, 0.026633575558662415, -0.06626114994287491, -0.015892235562205315, 0.025067701935768127, -0.00528825493529439, 0.0006254048203118145, -0.006411150563508272, 0.007678271271288395, 0.01781523786485195, -0.009024372324347496, 0.024051258340477943, -0.012657472863793373, 0.02395510859787464, 0.025232531130313873, 0.025713281705975533, 0.004573997110128403, -0.014820849522948265, -0.0022869985550642014, 0.04409168288111687, -0.0010834054555743933, -0.03733370825648308, 0.0025720149278640747, -0.0003901805030182004, 0.010288059711456299, -0.021661242470145226, 0.0010499246418476105, 0.056756023317575455, -0.005092520732432604, 0.026056675240397453, 0.0015632974682375789, 0.019504733383655548, 0.031097685918211937, -0.007726346608251333, 0.020479969680309296, -0.0013109034625813365, -0.014463720843195915, 0.011936347000300884, -0.007788157090544701, -0.004405734594911337, -0.024724308401346207, 0.012781093828380108, 0.024188615381717682, 0.005545799620449543, -0.022718893364071846, -0.03107021562755108, 0.0022766967304050922, 0.011599821969866753, 0.01322063710540533, -0.009786705486476421, -0.013357995077967644, -0.002250942401587963, 0.022595271468162537, -0.02824065461754799, -0.008220832794904709, 0.018227310851216316, 0.024284765124320984, -0.0038460036739706993, -0.011077864095568657, -0.019916804507374763, 0.0014353834558278322, -0.007966721430420876, -0.011524274945259094, -0.012108043767511845, 0.03307563066482544, 0.008694714866578579, -0.024875402450561523, 0.00045714215957559645, -0.008468075655400753, 0.013536559417843819, -0.0017315600998699665, -0.00021215260494500399, 0.008873280137777328, 0.00326395221054554, -0.008056003600358963, -0.02043876238167286, -0.01699109375476837, 0.02151014842092991, 0.01641419343650341, -0.03049331344664097, -0.019697032868862152, -0.010706999339163303, -0.03428437560796738, 0.013522823341190815, -0.002824408933520317, 0.012245400808751583, -0.020411290228366852, 0.008447472006082535, 0.015644993633031845, 0.006483263336122036, 0.007561517879366875, 0.01269181165844202, 0.015864765271544456, -0.00831698253750801, -0.017925124615430832, -0.02446332946419716, 0.011812725104391575, 0.05109690502285957, 0.008124683052301407, 0.014161534607410431, 0.014752171002328396, -0.017046038061380386, -0.006991485133767128, -0.02999882772564888, -0.013735727407038212, 0.0276500191539526, -0.012623133137822151, -0.023172171786427498, 0.010555906221270561, 0.0022286216262727976, 0.0031901225447654724, 0.0161944217979908, -0.011963818222284317, -0.00015399037511087954, -0.024518273770809174, -0.026990704238414764, -0.014408777467906475, -0.003057916183024645, -0.025548452511429787, 0.02726541832089424, 0.008241436444222927, 0.012884112074971199, -3.264917904743925e-05, 0.011778386309742928, 0.021798599511384964, 0.00047774575068615377, -0.0065073007717728615, -0.013090147636830807, 0.011984421871602535, 0.00626005744561553, -0.004666713532060385, -0.022375499829649925, 0.023776544257998466, 0.015768615528941154, 0.011592953465878963, -0.01245143637061119, 0.014243949204683304, 0.028652727603912354, 0.007369217462837696, 0.005995644722133875, -0.02620776742696762, 0.005095954984426498, -0.04071269556879997, 0.002396884374320507, 0.032306428998708725, 0.004196264781057835, 0.015246656723320484, 0.02017778344452381, -0.00015291727322619408, -0.02045249752700329, -0.006105530541390181, 0.02351556532084942, -0.009532595053315163, 0.0347239188849926, 0.005044445861130953, -0.004144755657762289, -0.04183902591466904, -0.01596091501414776, -0.016922416165471077, -0.02126290649175644, -0.029202155768871307, -0.02256779931485653, -0.008577961474657059, 0.0032622353173792362, -0.04557514190673828, 0.003444233676418662, 0.006452357862144709, 0.03296574577689171, -0.012101175263524055, -0.012513247318565845, -0.00531572662293911, 0.00932655856013298, 0.005322594195604324, 0.026784667745232582, 0.0038425696548074484, 0.005016974173486233, 0.013165694661438465, -0.0018920963630080223, -0.03969625011086464, -0.005415310617536306, -0.03161964565515518, 0.017307016998529434, -0.007801893167197704, -0.009573801420629025, 0.006510734558105469, -0.006785449106246233, 0.024834195151925087, -0.020974455401301384, -0.0035335158463567495, 0.004271811340004206, -0.014546135440468788, -0.008351322263479233, 0.00784310046583414, 0.01045288797467947, 0.02230682037770748, 0.009340294636785984, -0.01866685412824154, 0.0016294006491079926, 0.011860799975693226, -0.023213379085063934, -0.022169463336467743, -0.008859544061124325, 0.01655155047774315, -0.0004101402300875634, 0.009779837913811207, 0.0020225858315825462, -0.005058181472122669, 0.007328010629862547, -0.0070155225694179535, -0.013234373182058334, -0.01269181165844202, -0.0033824227284640074, 0.012238533236086369, 0.01404478121548891, 0.015397749841213226, -0.007877439260482788, -0.04285546764731407, -1.3802796274831053e-05, -0.028487898409366608, 0.009724894538521767, 0.0029136911034584045, 0.0029686340130865574, -0.002393450355157256, -0.014697227627038956, -0.0050135403871536255, -0.008474943228065968, -0.017664145678281784, -0.023172171786427498, 0.009264747612178326, -0.0018629080150276423, -0.006208548787981272, -0.039723724126815796, -0.0037464196793735027, -0.00010473492147866637, -0.00909305177628994, -0.029257098212838173, -0.008619168773293495, -0.023103492334485054, 0.010844356380403042, 0.014202741906046867, -0.02786979079246521, 0.026770932599902153, -0.03826773539185524, -0.0052195764146745205, -0.015040621161460876, -0.020109103992581367, 0.036152433604002, -0.0005035002250224352, 0.01773282326757908, 0.007719478569924831, -0.009216672740876675, -0.016139479354023933, -0.023652922362089157, 0.010761942714452744, -0.015384014695882797, 0.027306625619530678, 0.04095993936061859, 0.005209274590015411, -0.015260392799973488, -0.010349870659410954, -4.540569989330834e-06, 0.02482045814394951, -0.0026132219936698675, 0.014807113446295261, 0.024394651874899864, -5.58349256607471e-06, -0.00033824227284640074, -0.013550294563174248, 0.006737374234944582, 0.01293218694627285, -0.010961110703647137, 0.029119741171598434, -0.0015177978202700615, -0.012959658168256283, 0.01582355797290802, -0.002941162558272481, -0.03782819211483002, -0.009841648861765862, 0.012437701225280762, -0.02468310110270977, 0.021070605143904686, -0.01841961033642292, -0.022032106295228004, -0.015892235562205315, 0.005920098628848791, 0.01582355797290802, -0.01276049017906189, 0.012836037203669548, -0.010411681607365608, 0.03909188136458397, 0.016139479354023933, 0.013934895396232605, 0.006363075692206621, -0.028158240020275116, -0.014408777467906475, 0.0028089561965316534, 0.012375890277326107, 0.004848711658269167, -0.0008576244581490755, -0.013254976831376553, -0.014793378300964832, -0.025067701935768127, 0.028845027089118958, -0.022938665002584457, -0.011290768161416054, -0.00082328513963148, -0.010562773793935776, 0.0015478447312489152, -0.0265786312520504, -0.008310114964842796, -0.005089086946099997, 0.002214886015281081, 0.00012930898810736835, 0.001152942655608058, 0.028075827285647392, -0.0069022029638290405, -0.03227895870804787, -0.014134063385426998, -0.018817946314811707, 0.03137240186333656, 0.018502024933695793, 0.03208665922284126, 0.031702056527137756, 0.005978475324809551, 0.0116341607645154, -0.014381306245923042, 0.010700131766498089, 0.012142382562160492, 0.03192183002829552, 0.015013149939477444, -0.0004446941602509469, -0.01363270916044712, -0.010528434999287128, 0.008976297453045845, 0.009985873475670815, -0.023762807250022888, 0.0258643738925457, 0.0042512076906859875, 0.008742790669202805, -0.01197755429893732, -0.02101566269993782, -0.03271850198507309, -0.011483067646622658, 0.010253719985485077, -0.0031935565639287233, 0.0020105671137571335, -0.015219185501337051, -0.018254781141877174, 0.02466936595737934, -0.011778386309742928, 0.026784667745232582, -0.011441860347986221, 0.010741339065134525, 0.0020174349192529917, 0.009724894538521767, -0.010068288072943687, 0.016908681020140648, 0.014216477982699871, 0.026015467941761017, -0.000503929506521672, -0.04117970913648605, 0.02716926857829094, 0.03118010051548481, 0.03104274347424507, 0.005823948420584202, 0.0037773249205201864, 0.028158240020275116, -0.0008550490019842982, -0.02575448900461197, 0.012327815406024456, -0.013886820524930954, 0.031592171639204025, -0.0027866356540471315, -0.015191714279353619, -0.022705156356096268, -0.014463720843195915, -0.017691615968942642, 0.011077864095568657, 0.012190457433462143, -0.03494368866086006, -0.011826461181044579, 0.009044975973665714, -0.0022646780125796795, -0.02017778344452381, -0.010686395689845085, 0.02045249752700329, -0.008887015283107758, -0.006685865111649036, -0.007705742958933115, -0.002443242585286498, 0.02824065461754799, 0.015590050257742405, 0.0147659070789814, -0.004052039701491594, 0.02859778329730034, -0.022293085232377052, 0.013749462552368641, 0.006005946546792984, 0.02928457036614418, -0.032773446291685104, 0.014037913642823696, -0.010665792040526867, -0.032526202499866486, 0.003463120199739933, -0.018611909821629524, -0.04002590849995613, -0.030768029391765594, 0.0033206120133399963, 0.007939250208437443, 0.02149641327559948, 0.020617326721549034, -0.01404478121548891, 0.02656489610671997, 0.01269868016242981, 0.014752171002328396, -0.012602529488503933, -0.010706999339163303, -0.013886820524930954, -0.014120327308773994, 0.03612496331334114, -0.020054161548614502, 0.006799185182899237, -0.021908484399318695, 0.008516150526702404, 0.032993216067552567, -0.017444374039769173, -0.03722381964325905, -0.0017873614560812712, 0.0258643738925457, 0.0021805467549711466, 0.014340098947286606, -0.02101566269993782, -0.020122841000556946, -0.017293279990553856, 0.0059990789741277695, 0.011290768161416054, 0.023309528827667236, -0.0020946983713656664, -0.011325106956064701, -0.011256428435444832, 0.0442015714943409, -0.01642793044447899, -0.01063145324587822, -0.02587811090052128, -0.030191129073500633, -0.027086853981018066, -0.006486697122454643, -0.022059578448534012, 0.03565794602036476, 0.008330718614161015, -0.019051453098654747, -0.04549272730946541, -0.022114520892500877, -0.019545940682291985, -0.01116027869284153, -0.009944666177034378, 0.01541148591786623, 0.00933342706412077, -0.0030304447282105684, 0.0021479243878275156, 0.02244417741894722, 0.003339498769491911, 0.015013149939477444, -0.003969625104218721, -0.003140330547466874, -0.005367235280573368, 0.005659119691699743, 0.0025514112785458565, 0.010727602988481522, -0.02563086710870266, 0.0015109300147742033, 0.004313018172979355, -0.04098740965127945, -0.002869050018489361, 0.020397555083036423, -0.0018594741122797132, 0.019587146118283272, -0.007554649841040373, 0.02171618491411209, 0.01618068665266037, 0.01795259490609169, 0.04568502679467201, -0.03782819211483002, 0.03172953054308891, 0.015548842959105968, 0.00490365456789732, -0.009615008719265461, -0.015191714279353619, -0.009587537497282028, -0.01737569458782673, 0.0063287364318966866, 0.012623133137822151, 0.0023179040290415287, 0.010514698922634125, -0.012410229071974754, 0.014559870585799217, 0.0232683215290308, -0.01640045829117298, -0.0064420560374855995, 0.0022028672974556684, -0.005367235280573368, -0.035493120551109314, -0.0060952287167310715, 0.012822301127016544, -0.0033085932955145836, 0.015576314181089401, -0.018735531717538834, 0.017169658094644547, -0.004350791685283184, 0.0011761216446757317, 0.007485971320420504, 0.026070410385727882, -0.011194617487490177, 0.00443320581689477, -0.030987801030278206, -0.000997557188384235, 0.021070605143904686, -0.004893352743238211, -0.001537542906589806, -0.006239454261958599, -0.011077864095568657, -0.007939250208437443, -0.013248109258711338, -0.01026745606213808, -0.018460817635059357, 0.0011331974528729916, 0.031262513250112534, -0.004017699975520372, -0.04101487994194031, 0.026509953662753105, -0.01699109375476837, 0.012547587044537067, 0.003124878043308854, 0.20878306031227112, -0.02903732657432556, -0.002559996210038662, 0.008207096718251705, -0.017430637031793594, 0.0029600493144243956, 0.020479969680309296, 0.002635542768985033, -0.0010542171075940132, -0.0013074695598334074, 0.009608141146600246, -0.006033418234437704, -0.014903264120221138, 0.003514629090204835, -0.0077469502575695515, -0.032910801470279694, -0.03247125819325447, -0.033597588539123535, -0.011331974528729916, -0.003924984019249678, -0.0054256124421954155, 0.0001887589314719662, -0.02800714783370495, 0.001577891642227769, 0.00791177898645401, 0.0030630670953541994, -0.007939250208437443, 0.012142382562160492, 0.013845613226294518, 0.00826890766620636, -0.02269142121076584, 0.005277953110635281, -0.019559675827622414, 0.00012705547851510346, 0.0034322147257626057, 0.0029394456651061773, 0.008646639995276928, 0.010974845848977566, 0.0030665011145174503, 0.0025651471223682165, -0.004979201126843691, 0.003358385292813182, -0.006589714903384447, -0.0012765642022714019, -0.008159021846950054, -0.002886219648644328, 0.016977358609437943, -0.010212513618171215, -0.01435383502393961, 0.006153605878353119, -0.031454816460609436, -0.0034184791147708893, 0.030273541808128357, 0.012533850967884064, -0.025301208719611168, -0.010130099020898342, -0.006909071002155542, 0.0377732515335083, -0.02646874636411667, 0.024037523195147514, -0.013591501861810684, 0.010706999339163303, -0.010871827602386475, 0.02906479872763157, -0.01004768442362547, 0.04686630144715309, 7.640498370165005e-05, -0.015452693216502666, 0.017499316483736038, -0.010590245947241783, 0.004000530578196049, 0.015548842959105968, -0.008550490252673626, 0.011551746167242527, -0.0038528714794665575, -0.022499121725559235, 0.011304503306746483, 0.03980613872408867, 0.029559284448623657, 0.028542840853333473, -0.0011829894501715899, -0.006833524443209171, -0.00123278156388551, -0.020040426403284073, -0.0056144786067306995, -0.019037717953324318, 0.03346022963523865, -0.01663396507501602, -0.014092856086790562, -0.015617521479725838, -0.004268377088010311, -0.024119937792420387, -0.01293905545026064, -0.01197755429893732, 0.0066480920650064945, 0.011016053147614002, -0.004014266189187765, 0.0023367905523627996, -0.018447082489728928, -0.012355286628007889, -0.013811273500323296, 0.060766857117414474, 0.008777129463851452, 0.016496608033776283, -0.01062458474189043, -0.01015070267021656, -0.016977358609437943, 0.0036399676464498043, -0.0014233647380024195, -0.0042512076906859875, 0.005298556759953499, -0.03648209199309349, 0.014106592163443565, -0.010466624051332474, -0.014216477982699871, 0.01652408018708229, 0.010803149081766605, -0.01714218780398369, -0.0008215681882575154, 0.007001786958426237, 0.00969055574387312, -0.012314079329371452, 0.015095564536750317, 0.02172992005944252, -0.008468075655400753, 0.01925748959183693, -0.012808565981686115, -0.01310388371348381, -0.004003964364528656, -0.013200033456087112, -0.013783802278339863, -0.010549038648605347, -0.005119992420077324, -0.022595271468162537, -0.019999219104647636, 0.0009760950924828649, 0.0068369582295417786, -0.024394651874899864, 0.010500963777303696, 0.005212708376348019, -0.018845418468117714, -0.009216672740876675, 0.025369888171553612, -0.03804796561598778, -0.0003324475255794823, -0.018035009503364563, 0.020603591576218605, 0.00608492735773325, -0.001294592279009521, 0.0008211389649659395, -0.014175270684063435, -0.004752561450004578, -0.008220832794904709, 0.005150897894054651, 0.01363270916044712, 0.006545073818415403, -0.00490365456789732, -0.026180295273661613, 0.015741143375635147, 0.012684944085776806, -0.05008045956492424, -0.012410229071974754, 0.024504536762833595, -0.00549085671082139, 0.0015547126531600952, -0.018831681460142136, -0.17625685036182404, 0.028982384130358696, 0.003155783284455538, -0.016743851825594902, -0.0012705547269433737, 0.012897848151624203, -0.02690828964114189, 0.006054021883755922, -0.003143764566630125, -0.01428515650331974, 0.013200033456087112, -0.02208704873919487, -0.025891846045851707, -0.03227895870804787, -0.004515620414167643, -0.00326395221054554, -0.021578827872872353, 0.017540523782372475, 0.009292219765484333, -0.0044400738552212715, 0.03343275934457779, -0.005652251653373241, 0.015026885084807873, -0.007705742958933115, -0.014820849522948265, -0.010260588489472866, 0.00575870368629694, -0.018680589273571968, -0.024174880236387253, -0.03727876394987106, 0.009422709234058857, 0.013680784031748772, 0.010555906221270561, 0.02446332946419716, -0.005377537105232477, 0.0036811749450862408, -0.0181723665446043, -0.0038597392849624157, 0.004216868430376053, 0.0015547126531600952, 0.03532829135656357, 0.00973863061517477, 0.0037876267451792955, 0.03439426049590111, 0.004889918956905603, 0.017774030566215515, 0.013316787779331207, 0.002250942401587963, -0.004800636786967516, 0.009827912785112858, 0.011709707789123058, -0.005027275998145342, -0.007060163654386997, 0.014807113446295261, -0.013021469116210938, 0.012341550551354885, 0.007623328361660242, 0.02019151858985424, 0.0068850331008434296, -0.004354225471615791, 0.0027574473060667515, -0.03977866470813751, 0.007060163654386997, -0.0077469502575695515, 0.0010525000980123878, -0.028845027089118958, 0.0016542966477572918, 0.04098740965127945, -0.012314079329371452, 0.02006789669394493, -0.0031592173036187887, 0.006617186591029167, 0.010672659613192081, -0.014449984766542912, 0.0037292498163878918, 0.026400066912174225, -0.021881014108657837, -0.02148267813026905, 0.010301795788109303, 0.026235239580273628, -0.0049002207815647125, 0.007067031692713499, -0.01471096370369196, 0.013680784031748772, -0.015397749841213226, 0.002012284006923437, 0.0017633240204304457, -0.002992671448737383, 0.001813116017729044, 0.0033446496818214655, 6.06840148975607e-05, 0.004525922238826752, -0.01829598844051361, -0.010329267010092735, 0.019751975312829018, 0.006400848738849163, 0.007829364389181137, 0.018378403037786484, -0.0033738380298018456, 0.0025720149278640747, 0.0030046903993934393, 0.002249225275591016, 0.0035953265614807606, -0.009663084521889687, 0.024875402450561523, -0.00026205190806649625, -0.007561517879366875, -0.020809626206755638, 0.024545744061470032, -0.014477455988526344, -0.024738045409321785, 0.008014797233045101, -0.011256428435444832, 0.0043748291209340096, -0.0016045046504586935, 0.030630672350525856, 0.029229627922177315, -0.004656411707401276, 0.009072448126971722, -0.04241592437028885, 0.01737569458782673, -0.01399670634418726, 0.019078925251960754, -0.002230338752269745, -0.004841843619942665, -0.006575979292392731, -0.09137005358934402, -0.038432564586400986, 0.022004634141921997, -0.01631804369390011, -0.004762863274663687, 0.0056797233410179615, 0.003251933492720127, 0.01936737447977066, -0.011915743350982666, 0.018213573843240738, -0.0059990789741277695, -0.008516150526702404, 0.011936347000300884, -0.004728524014353752, -0.01204623281955719, 0.005216142628341913, 0.00808347575366497, -0.023639187216758728, -0.01375633105635643, 0.004556827712804079, -0.026647310703992844, -0.021400263532996178, 0.008282643742859364, -0.011510539799928665, -0.004721656441688538, 0.00286561599932611, -0.02068600431084633, 0.004752561450004578, 0.007760685868561268, -0.0028810687363147736, -0.0038425696548074484, -0.009779837913811207, -0.005113124381750822, -0.01946352608501911, -0.02646874636411667, 0.003088821657001972, 0.025012759491801262, -0.016153214499354362, 0.03304816037416458, 4.0965733205666766e-05, 0.008811469189822674, -0.006909071002155542, 0.012245400808751583, -0.029312042519450188, -0.021111812442541122, -0.02196342684328556, -0.01677132211625576, 0.025809431448578835, -0.0192437544465065, 0.010562773793935776, -0.023941371589899063, -0.020933248102664948, 0.0002657004806678742, -0.020054161548614502, 0.030301013961434364, -0.014381306245923042, -0.0008408840512856841, 0.01252011489123106, -0.02620776742696762, -0.004704486578702927, -0.005319160409271717, -0.026715990155935287, -0.0332954041659832, 0.04263569787144661, 0.00027686075191013515, 0.03892705217003822, -0.010116362944245338, -0.03139987215399742, 0.02799341268837452, 0.0016087969997897744, 0.006263491697609425, 0.010823752731084824, -0.016496608033776283, 0.036207377910614014, -0.025699544697999954, -0.019106397405266762, 0.003346366574987769, -0.0052195764146745205, 0.013268712908029556, -0.012568190693855286, 0.0010911318240687251, -0.001671466277912259, 0.00814528577029705, -0.012293475680053234, -0.015864765271544456, -0.008729054592549801, 0.009882856160402298, 0.03247125819325447, 0.0004369678208604455, -0.03208665922284126, 0.0138250095769763, 0.03068561479449272, 0.00620168074965477, 0.0032296129502356052, -0.011888272128999233, 0.014559870585799217, -0.02800714783370495, -0.02859778329730034, 0.013206901960074902, 0.02420235052704811, 0.01252011489123106, -0.006342472042888403, -0.06851381063461304, 0.021551355719566345, 0.0007181210094131529, 0.004642675630748272, 0.0074104247614741325, -0.019573410972952843, 0.01686747372150421, -0.027306625619530678, -0.010157570242881775, 0.008516150526702404, -0.022760100662708282, 0.026029203087091446, -0.00516119971871376, -0.017897652462124825, -0.01997174695134163, -0.025809431448578835, 0.0061123985797166824, -0.013660180382430553, 0.008674112148582935, 0.019504733383655548, 0.009134258143603802, -0.009560066275298595, 0.029943885281682014, -0.00287935184314847, 0.012005025520920753, 0.02903732657432556, -0.031839415431022644, 0.024408387020230293, -0.015315336175262928, -0.010082024149596691, 0.013440408743917942, -0.0044881487265229225, 0.006833524443209171, -0.019903069362044334, 0.0034785729367285967, 0.011270164512097836, 0.011538011021912098, 0.020521176978945732, 0.02278757095336914, 0.010665792040526867, 0.006943410262465477, -0.03422943130135536, 0.014326363801956177, -0.030987801030278206, -0.007176917511969805, 0.0039318520575761795, -0.04321259632706642, 0.01116027869284153, 0.01370138768106699, 0.01162042561918497, 0.03793807700276375, 0.0042512076906859875, -0.02835054136812687, -0.026427539065480232, 0.0015487032942473888, -0.029943885281682014, 0.013612105511128902, -0.013234373182058334, -0.011860799975693226, -0.03813038021326065, 0.051206789910793304, 0.02999882772564888, 0.011256428435444832, -0.014106592163443565, 0.0032588012982159853, 0.0018594741122797132, -0.04406421259045601, -0.02256779931485653, 0.022609006613492966, -0.03804796561598778, -0.011538011021912098, -0.01806248165667057, 0.010233116336166859, 0.026070410385727882, 0.01569993607699871, -0.016482872888445854, 0.004206566605716944, 0.013948630541563034, -0.02561713196337223, 0.02587811090052128, 0.01876300387084484, 0.008104079402983189, -0.008172757923603058, 0.004649543669074774, 0.016798794269561768, -0.016263101249933243, -0.0005597308627329767, 0.0080972108989954, -0.019861862063407898, 0.03211412951350212, -0.015521371737122536, 0.027787376195192337, 0.026290182024240494, 0.00908618327230215, 0.021180491894483566, 0.01026745606213808, 0.0008301530033349991, 0.018749266862869263, 0.017636673524975777, 0.0029205589089542627, 0.019422318786382675, 0.009319690987467766, 0.0030871047638356686, 0.001635410008020699, -0.024518273770809174, 0.0291746836155653, -0.01686747372150421, -0.030163656920194626, 0.008344454690814018, 0.022018371149897575, -0.0018629080150276423, -0.017444374039769173, -0.0026664480101317167, 0.003918115980923176, -0.024257294833660126, 0.02053491212427616, 0.002625240944325924, -0.004295848775655031, -0.02622150257229805, -0.01221792958676815, -0.0011400653747841716, -0.006445489823818207, 0.0008649215451441705, -0.0443938709795475, 0.013797538354992867, -0.012279740534722805, 0.018131159245967865, -0.04964091628789902, 0.028034619987010956, -0.00968368723988533, -0.0035953265614807606, -0.016112007200717926, -0.0099790059030056, -0.007808760739862919, -0.01016443781554699, 0.002439808566123247, -0.010082024149596691, 0.028652727603912354, 0.007321142591536045, 0.09763354808092117, 0.05032770335674286, -0.0033446496818214655, 0.0004790334787685424, 0.0019865294452756643, 0.010171306319534779, -0.023213379085063934, 0.0018010971834883094, -0.009044975973665714, -0.011984421871602535, -0.000634418916888535, 0.0026080713141709566, 0.008749658241868019, -0.027416512370109558, 0.015026885084807873, 0.014848320744931698, -0.0037155142053961754, -0.002657863311469555, 0.012025629170238972, 0.0009941232856363058, 0.014079120010137558, -0.01663396507501602, 0.0034940256737172604, -0.022979872301220894, -0.012499512173235416, -0.011407521553337574, 0.014601077884435654, -0.0065244706347584724, -0.015905972570180893, -0.02043876238167286, 0.016908681020140648, 0.009786705486476421, -0.01352969091385603, -0.012142382562160492, 0.0006258340436033905, 0.017444374039769173, -0.004467545077204704, -0.004731957800686359, 0.018611909821629524, 0.010157570242881775, 0.02939445525407791, 0.012499512173235416, -0.007781289517879486, -0.0316745862364769, 0.005178369116038084, -0.013735727407038212, 0.027100589126348495, -0.015384014695882797, -0.0142302131280303], \"5e5d1f4a-2ea5-4543-96b4-21c88fd44aaa\": [-0.00926920585334301, -0.016397355124354362, 0.0043049585074186325, -0.06684271991252899, -0.03459633141756058, 0.018747294321656227, -0.022885799407958984, 0.003165890695527196, -0.018838681280612946, -0.013407710008323193, 0.020405307412147522, 0.021332228556275368, -0.0064917076379060745, -0.014426017180085182, 0.010581254959106445, -0.006860517431050539, 0.006743020843714476, -0.009576003067195415, 0.013016053475439548, -0.017572324723005295, -0.01923033781349659, -0.0029357923194766045, -0.019648104906082153, 0.019582828506827354, -0.004357179161161184, -0.007656885776668787, 0.02445242553949356, -0.021306117996573448, 0.016841232776641846, -0.03428300470113754, 0.0072456467896699905, -0.011384150944650173, -0.012689673341810703, -0.001477687619626522, 0.004876124206930399, 0.002687743166461587, -0.013590482994914055, -0.007513278629630804, 0.015013501979410648, -0.006736493203788996, 9.26614593481645e-05, 0.006622259970754385, -0.005453817546367645, -0.009334481321275234, -0.0007580186356790364, 0.04154170677065849, -0.0011725218500941992, -0.009073377586901188, -0.0002853789192158729, 0.029583126306533813, -0.003092454979196191, 0.014073526486754417, -0.014896005392074585, -0.039322320371866226, 0.02455686777830124, -0.009308370761573315, -0.022676914930343628, 0.022846633568406105, -0.015548765659332275, -0.026201825588941574, -0.0017037061043083668, 0.018225084990262985, -0.018003147095441818, -0.004569326527416706, -0.027311518788337708, -0.022729136049747467, -0.008662138134241104, 0.015627097338438034, 0.014177967794239521, 0.016919564455747604, 0.03511853888630867, -0.004879388026893139, 0.04835653305053711, 0.016057919710874557, 0.004615020006895065, -0.014987391419708729, -0.001881583477370441, 0.00177387788426131, 0.005042578559368849, 0.01326410286128521, 6.094135460443795e-05, -0.03258582577109337, -0.010561672039330006, 0.02577100321650505, 0.032115839421749115, 0.023616891354322433, 0.009856690652668476, 0.027990389615297318, -0.0017151293577626348, -0.008459782227873802, -0.008779634721577168, 0.013192298822104931, 0.0122523233294487, 0.012493845075368881, 0.012304544448852539, 0.01195858046412468, 0.01030056830495596, 0.032846931368112564, -0.02582322247326374, -0.005434235092252493, -0.0027987125795334578, 0.015431269071996212, -0.017324276268482208, -0.012643979862332344, -0.025536008179187775, 0.002462540753185749, -0.006498235277831554, -0.02987034060060978, -0.01780731976032257, -0.004530161153525114, -0.02124084159731865, 0.04699878767132759, 0.01021570898592472, -0.03133252635598183, -0.003254013368859887, -0.0014613686362281442, -0.025575174018740654, -0.0008999941637739539, -0.0119520528241992, 0.005254725459963083, 0.009797941893339157, 0.026867641136050224, 0.024700473994016647, -0.009393230080604553, 0.029504794627428055, 0.020705576986074448, 0.007428419776260853, -0.017572324723005295, 0.020300865173339844, -0.01646263152360916, -0.00597276259213686, -0.014543513767421246, 0.005349376238882542, 0.01191288698464632, -0.030105335637927055, 0.024086879566311836, 0.0007633223431184888, 0.03253360465168953, -0.015914311632514, -0.005594161339104176, 0.004618283826857805, 0.01866896264255047, -0.011997746303677559, -5.619863804895431e-05, 0.020796963945031166, 0.03906121477484703, -0.0012614605948328972, 0.0035118539817631245, 0.003449841635301709, 0.00926267821341753, -0.005541940685361624, -0.0008616444538347423, -0.013127022422850132, -0.01522238552570343, 0.009386702440679073, -0.00696495920419693, -0.009197401814162731, 0.015170164406299591, -0.0079245176166296, -0.016266802325844765, 0.0032050563022494316, 0.016410410404205322, 0.004788001533597708, 0.011808445677161217, 0.019504496827721596, 0.01582292467355728, 0.016371244564652443, -0.017089281231164932, -0.002176957670599222, 0.0032964427955448627, -0.009177818894386292, 0.026345431804656982, -0.012741893529891968, 0.004497522953897715, -0.005049106199294329, 0.0368940494954586, 0.0022520252969115973, 0.011671366170048714, -0.01785953901708126, 1.4138904589344747e-05, 0.011782335117459297, -0.024817971512675285, 0.02386493980884552, 0.018394803628325462, -0.02655431628227234, 0.019974485039711, 0.021619442850351334, 0.016070974990725517, 0.015457379631698132, -0.01795092597603798, 0.012617869302630424, 0.013668814674019814, -0.0003941044269595295, -0.03167195990681648, -0.6366769075393677, 0.0010052518919110298, 0.028094831854104996, -0.019360890612006187, -0.042742788791656494, 0.03269026800990105, -0.006919266190379858, -0.017598435282707214, -0.012493845075368881, 0.019426165148615837, -0.009608641266822815, 0.016762901097536087, 0.01796398125588894, -0.020274754613637924, -0.040105633437633514, -0.00197949749417603, -0.012878973968327045, -0.010542089119553566, 0.010143904946744442, -0.009719610214233398, -0.013368544168770313, 0.017598435282707214, 0.0018962705507874489, -0.0016726999310776591, 0.018238140270113945, -0.009621696546673775, -0.00412218552082777, 0.002578405663371086, -0.0303664393723011, 0.022755246609449387, -0.017337331548333168, 0.004226627293974161, 0.03363024443387985, 0.029635347425937653, 0.043969977647066116, 0.013172715902328491, 0.01295077707618475, 0.011756224557757378, 0.003658725181594491, 0.028930366039276123, -0.021710829809308052, -0.00924962293356657, 0.05214254558086395, 0.0225724745541811, 0.008694776333868504, 0.008172567002475262, 0.00397531408816576, 0.008074653334915638, 0.006782186217606068, 0.00898851826786995, -0.005568050779402256, -0.03054921329021454, -0.022924965247511864, -0.030288107693195343, 0.027285408228635788, 0.007265229243785143, 0.016266802325844765, -0.013316323049366474, 0.025314070284366608, -0.002961902879178524, 0.018029257655143738, -0.0026061481330543756, -0.00511764595285058, -0.008094236254692078, -0.009341008961200714, 0.0006588805699720979, 0.000543831498362124, 0.022363590076565742, 0.007004125043749809, 0.007023707963526249, -0.01321840938180685, 0.03971397504210472, 0.022376645356416702, -0.03394357115030289, 0.0021018902771174908, 0.02252025343477726, 0.023029405623674393, 0.010372371412813663, -0.02060113660991192, -0.0046052285470068455, 0.004171142354607582, -0.002095362637192011, 0.013760200701653957, -0.011814973317086697, 0.024374093860387802, -0.013616593554615974, 0.01579681597650051, -0.004559535067528486, 0.011390678584575653, 0.03381301835179329, 0.017454827204346657, 0.010307095013558865, 0.0006735677015967667, -0.03120197355747223, -0.014882950112223625, 0.019073674455285072, -0.028590930625796318, -0.023473283275961876, -0.02641070820391178, 0.01799009181559086, -0.016175417229533195, 0.0007751536322757602, -0.0024070560466498137, -0.012363292276859283, -0.0025000744499266148, 0.009784886613488197, -0.000991380657069385, 0.014399906620383263, 0.022663859650492668, -0.006583094131201506, 0.02379966527223587, -0.010502924211323261, -0.011103464290499687, 0.01859063282608986, 0.004177669994533062, -0.02122778631746769, 0.012376347556710243, 0.0014997182879596949, 0.0008722518105059862, -2.5039502361323684e-05, 0.005251462105661631, 0.004167878534644842, 0.022193873301148415, -0.020353086292743683, 0.014804618433117867, 0.035484086722135544, 0.018747294321656227, -0.004615020006895065, 0.010346260853111744, -0.024883247911930084, -0.005842210724949837, -0.03164584934711456, 0.007885352708399296, -0.02254636399447918, 0.017024004831910133, 0.026972083374857903, -0.00039390043821185827, -0.011867194436490536, 0.018682017922401428, -0.023969382047653198, -0.012624396942555904, 0.007317450363188982, -0.01796398125588894, -0.020052816718816757, -0.022141652181744576, -0.015914311632514, 0.006808296777307987, 0.008583806455135345, -0.01126012671738863, 0.0032327985391020775, 0.009647807106375694, 0.018708128482103348, 0.0025408719666302204, 0.0303664393723011, -0.008401033468544483, 0.00790493469685316, -0.018225084990262985, -0.033551912754774094, -0.02395632676780224, 0.011984691023826599, -0.01789870485663414, 0.010992494411766529, 0.00030659366166219115, -0.035353533923625946, -0.008583806455135345, -0.010431120172142982, 0.00997418724000454, 0.009680445306003094, -0.00597276259213686, -0.025457676500082016, 0.013394654728472233, -0.012774531729519367, -0.02575794793665409, 0.03295137360692024, -0.0021280006039887667, 0.03245527297258377, -0.01793787069618702, -0.007519806269556284, 0.01291813887655735, -0.005489719565957785, 0.008414088748395443, 3.174559969920665e-05, -0.0028052402194589376, -0.018251195549964905, 0.036789607256650925, 0.00828353688120842, -0.007030235603451729, 0.019060619175434113, -0.018381748348474503, -0.00024172554549295455, 0.0017396078910678625, 0.0004122593381907791, -0.01920422725379467, 0.002478859620168805, -0.01981782168149948, -0.005688811652362347, 0.005235143005847931, -0.010437647812068462, 0.00791798997670412, 0.0035020625218749046, 0.02395632676780224, -0.01600569859147072, 0.034726884216070175, 0.008472837507724762, -0.0017689821543172002, -0.004073228221386671, -0.002459276933223009, -0.018277306109666824, 0.04182892292737961, 0.009797941893339157, -0.002784025389701128, -0.013864642940461636, -0.01523544080555439, -0.01098596677184105, -0.020196424797177315, 0.03712904453277588, 0.02125389687716961, 0.0072848121635615826, -0.008884076960384846, 0.0258362777531147, 0.01980476826429367, -0.0009334481437690556, 0.00398510554805398, -0.01729816570878029, -0.03833012282848358, 0.013002998195588589, 0.009876273572444916, 0.011828028596937656, -0.0006572486599907279, -0.055301908403635025, -0.0043016946874558926, 0.015039612539112568, -0.013512151315808296, 0.01911284029483795, -0.004667240660637617, 0.010307095013558865, 0.031463079154491425, -0.024752695113420486, -0.013433820568025112, -0.01659318432211876, 0.010052518919110298, 0.041437264531850815, 0.05723407864570618, -0.02382577396929264, 0.0054962472058832645, 0.00791798997670412, 0.02189360186457634, 0.015444324351847172, -0.024334928020834923, 0.007735217455774546, -0.031436968594789505, 0.031410858035087585, -6.583706272067502e-05, -0.013877698220312595, 0.012852863408625126, -0.011012077331542969, 0.0029390561394393444, 0.014295465312898159, 0.020796963945031166, 0.023329677060246468, 0.014608790166676044, 0.024126045405864716, -0.002155743073672056, -0.017493993043899536, 0.017728988081216812, -0.02513129636645317, 0.0006837670807726681, -0.01123401615768671, 0.010587782599031925, 0.00511764595285058, -0.016762901097536087, -0.03190695494413376, 0.003456369275227189, 0.005274308379739523, 0.012317598797380924, 0.02060113660991192, 0.010731389746069908, -0.03924398869276047, -0.011619145050644875, 0.03109753131866455, -0.024687418714165688, -0.02780761756002903, 0.03240305557847023, 0.017363442108035088, 0.0014703440247103572, -0.015548765659332275, 0.023512449115514755, 0.0003816611715592444, -0.030340328812599182, -0.027990389615297318, -0.010783610865473747, 0.021018901839852333, -4.905906462226994e-05, -0.005313474219292402, -0.00014411738084163517, 0.017689822241663933, 0.012572175823152065, -0.018068423494696617, -0.004171142354607582, -0.0015037980629131198, 0.03660683333873749, -0.0034302587155252695, -0.011136101558804512, -0.0063513643108308315, 0.02838204614818096, 0.01124054379761219, 0.0006135953008197248, -0.021723885089159012, 0.006501499097794294, -0.05770406872034073, 0.0022406019270420074, -0.018734239041805267, -0.0065928855910897255, 0.010666114278137684, 0.012376347556710243, 0.01652790792286396, -0.013551317155361176, -0.0005776934558525681, 0.017037060111761093, -0.002059460850432515, -0.00255719106644392, -0.028068721294403076, -0.012010801583528519, 0.0007694419473409653, 0.06548497825860977, 0.0011105096200481057, -0.011762752197682858, 0.010529033839702606, -0.039374541491270065, -7.649542385479435e-05, -0.0027236451860517263, -0.01998754031956196, 0.033473581075668335, 0.02595377527177334, -0.030261997133493423, 0.01578376069664955, 0.015078778378665447, 0.009458506479859352, 0.010013353079557419, 0.022089431062340736, 0.014608790166676044, 0.0017624546308070421, -0.00925615057349205, -0.008316174149513245, 0.01329021342098713, -0.019635049626231194, 0.01197816338390112, 0.040105633437633514, 0.025522952899336815, -0.010672641918063164, 0.018159810453653336, 0.016945675015449524, 0.004882651846855879, -0.0142171336337924, 0.0031071421690285206, 0.00024498935090377927, 0.006054357625544071, 0.018747294321656227, 0.0029211053624749184, 0.02386493980884552, 0.00891671422868967, 0.007872297428548336, 0.004069964401423931, 0.014177967794239521, 0.02911313809454441, 0.01096638385206461, -0.00926267821341753, -0.018903957679867744, 0.006289351731538773, -0.017402607947587967, 0.014151857234537601, 0.034831322729587555, -0.0067887138575315475, -0.007193425670266151, -0.0004295982944313437, 0.0005597425042651594, -0.022180818021297455, 0.0068474626168608665, 0.005519093945622444, -0.003916565794497728, 0.01124054379761219, 0.0002519249392207712, -0.004428983200341463, -0.04305611178278923, -0.0025327124167233706, 0.00413850462064147, -0.013786311261355877, -0.025627395138144493, -0.026972083374857903, -0.014465183019638062, -0.024308817461133003, -0.0004891627468168736, -0.013890753500163555, 0.01424324419349432, 0.006341572850942612, -0.005558259319514036, -0.01592736691236496, 0.0022112277802079916, 0.011331929825246334, 0.01996142975986004, 0.03825179114937782, 0.004050381947308779, 0.0005266965017654002, 0.012846335768699646, 0.013707979582250118, -0.02052280493080616, -0.015522655099630356, -0.00395246734842658, 0.0010109635768458247, 0.01590125635266304, -0.01524849608540535, 0.0027154856361448765, -0.014452127739787102, 0.01583597995340824, 0.006253449711948633, -0.004324541427195072, 0.030784206464886665, 0.003763166954740882, 2.5166995328618214e-05, 0.0065504563972353935, 0.0068931556306779385, -0.013707979582250118, 0.005078480113297701, -0.00923656765371561, 0.006583094131201506, 0.008309646509587765, -0.02979201078414917, -0.014478238299489021, 0.030314218252897263, 0.004419191740453243, -0.004621547646820545, -0.012017329223453999, 0.01852535642683506, -0.03318636864423752, -0.0032997066155076027, -0.005858529359102249, 6.175730231916532e-05, -0.012546065263450146, 0.0016612766776233912, 0.017063170671463013, -0.004246210213750601, 0.001593552646227181, 0.01667151413857937, -0.009014628827571869, -0.0029096819926053286, -0.042194467037916183, 0.008211732842028141, 0.007767855189740658, -0.0013300004648044705, 0.009138653054833412, -0.012454679235816002, -0.023525504395365715, 0.0017086018342524767, 0.0007849450339563191, -0.0037240013480186462, 0.016984840855002403, -0.015339882113039494, -0.005274308379739523, -0.04253390431404114, -0.0025637187063694, -0.028251493349671364, 0.007010652683675289, -0.004376762080937624, -0.009882801212370396, -0.00695843156427145, 0.0013601906830444932, 0.016201527789235115, -0.0031299886759370565, 0.0298964511603117, -0.0315675213932991, -0.005832419265061617, 0.006645106710493565, -0.008081180974841118, 0.034752994775772095, 0.0008608284988440573, 0.004673768300563097, 0.012833280488848686, -0.00597276259213686, -0.011651783250272274, -0.012389402836561203, 0.010372371412813663, -0.026058217510581017, 0.03723348304629326, 0.03381301835179329, 0.013773255981504917, 0.002469068393111229, -0.02373438887298107, 0.007722162175923586, 0.03177640214562416, -0.005737768951803446, 0.016214581206440926, 0.020000595599412918, -0.005408124532550573, -0.004435510840266943, -0.00823131576180458, -0.003177313832566142, 0.005659437272697687, -0.010000297799706459, 0.01587514579296112, -0.01224579568952322, 0.001494822558015585, -0.013707979582250118, -0.03433522582054138, -0.0284342672675848, -0.008152984082698822, -0.009889328852295876, 0.0035053263418376446, 0.028147052973508835, -0.014034360647201538, -0.01293119415640831, 0.020274754613637924, 0.0031169336289167404, 0.018068423494696617, -0.013603538274765015, 0.009425868280231953, -0.014765452593564987, 0.02921758033335209, 0.026293210685253143, -0.015065723098814487, -0.006338309030979872, -0.01779426448047161, -0.04825209081172943, 0.011573451571166515, -0.013420765288174152, -0.004778210073709488, -0.016292912885546684, 0.007206480950117111, -0.014896005392074585, -0.033421359956264496, -0.017063170671463013, -0.023669112473726273, -0.038199570029973984, -0.0036750442814081907, -0.019530607387423515, -0.017063170671463013, 0.004624811466783285, -0.01323146466165781, -0.010809721425175667, 0.009092960506677628, 0.0005540308775380254, -0.005062161013484001, 0.03530131280422211, -0.019321724772453308, -0.0410194993019104, -0.015914311632514, -0.030314218252897263, 0.027546511963009834, 0.002198172500357032, 0.04859152436256409, 0.032168060541152954, 0.007617720402777195, -0.02124084159731865, -0.023355787619948387, 0.0011692580301314592, -0.005333057139068842, 0.018212029710412025, 0.021071122959256172, -0.012996470555663109, -0.010822776705026627, -0.00354775576852262, 0.009197401814162731, 0.011331929825246334, -0.034700773656368256, 0.038173459470272064, -0.0014311784179881215, 0.015535710379481316, -0.009367119520902634, -0.0303664393723011, -0.023408008739352226, 0.021306117996573448, -0.014687121845781803, -0.0007608744781464338, -0.01723288930952549, -0.0064525422640144825, -0.01092721801251173, 0.019400056451559067, -0.0058976951986551285, 0.01729816570878029, 0.011638727970421314, 0.002868884475901723, 0.018290361389517784, 0.006302407011389732, -0.018355637788772583, -0.016253747045993805, 0.005352640058845282, 0.011775807477533817, -0.004056909121572971, -0.014073526486754417, 0.0017330803675577044, 0.014582679606974125, -0.0038741363678127527, 0.009791414253413677, 0.01220662984997034, 0.02124084159731865, -0.011710531078279018, -0.03517076000571251, 0.008609917014837265, -0.0011423316318541765, -0.013068274594843388, -0.01792481541633606, -0.016188472509384155, -0.01518321968615055, -0.012702728621661663, -0.037390146404504776, 0.012898556888103485, 0.01028098538517952, -0.016841232776641846, -0.02061419002711773, -0.0034008845686912537, -0.026345431804656982, 0.015666263177990913, 0.006919266190379858, 0.017637601122260094, -0.003867608727887273, -0.013446875847876072, 0.012506899423897266, 0.009595585986971855, 0.011449427343904972, -0.008009376935660839, -0.002371154259890318, 0.00510785449296236, 0.016031809151172638, -0.01294424943625927, 0.013721034862101078, 0.006886627990752459, 0.02445242553949356, -0.03128030523657799, -0.010183070786297321, -0.008505474776029587, -0.01724594458937645, 0.016841232776641846, -0.007461057510226965, -0.04310833290219307, -0.018212029710412025, 0.004853277467191219, 0.003923093434423208, 0.0011504911817610264, 0.012480789795517921, -0.02594071999192238, 0.0016237428644672036, -0.0021116817370057106, 0.0038447619881480932, -0.03425689414143562, 0.010731389746069908, -0.029974782839417458, -0.008192149922251701, 0.015013501979410648, -0.011377623304724693, 0.012781059369444847, -0.019974485039711, -0.00496098306030035, -0.005453817546367645, -0.009053794667124748, -0.022298313677310944, -0.02045752853155136, 0.007232591509819031, -0.023995492607355118, 0.0025147616397589445, -0.01654096320271492, -0.015731539577245712, 0.007356615737080574, 0.028173163533210754, 0.009164763614535332, 0.010698752477765083, -0.0031104059889912605, 0.026789309456944466, 0.021071122959256172, 0.005065424833446741, -0.003262172918766737, 0.002961902879178524, -0.021998044103384018, -0.030627543106675148, -0.02322523482143879, -0.022663859650492668, -0.008042015135288239, 0.019347835332155228, 0.017637601122260094, -0.013773255981504917, -0.035353533923625946, -0.0018456815741956234, -0.028930366039276123, -0.030653653666377068, -0.017010949552059174, 0.01923033781349659, 0.019021453335881233, 0.026593482121825218, 0.017089281231164932, 0.01795092597603798, -0.023447172716259956, 0.027520401403307915, -0.02971367910504341, -0.019556717947125435, 0.012585231103003025, -0.005016467999666929, 0.024700473994016647, 0.012774531729519367, -0.0383562333881855, -0.013551317155361176, -0.005656173452734947, -0.03383912891149521, -0.0020023442339152098, 0.009673917666077614, -0.008048542775213718, -0.009171291254460812, 0.013890753500163555, 0.028669260442256927, -0.00598908169195056, 0.0014474974013864994, 0.009027684107422829, -0.02312079258263111, 0.032037507742643356, -0.02122778631746769, 0.00709551153704524, -0.026945972815155983, -0.003779485821723938, 0.0009497671853750944, -0.000345147360349074, 0.0026110438629984856, 0.011717058718204498, 0.006919266190379858, 0.00022765038011129946, -0.014360740780830383, 0.021515000611543655, 0.011743169277906418, -0.012311071157455444, 0.024778805673122406, -0.007604665122926235, -0.009060322307050228, -0.012063022702932358, -0.001090110745280981, 0.01787259429693222, -0.00074863521149382, -0.013446875847876072, -0.032794710248708725, 0.03493576496839523, -0.018838681280612946, 0.02111028879880905, -0.006481916178017855, 0.010072101838886738, -0.0219719335436821, -0.009125597774982452, -0.04044506698846817, 0.01925644837319851, 0.001284307218156755, -0.004383289720863104, -0.013061746954917908, -0.003482479602098465, -0.008198677562177181, 0.012069550342857838, 0.00922351237386465, -0.0014940066030249, -0.03767736256122589, -0.0005393437459133565, 0.002581669483333826, -0.01224579568952322, 0.0119520528241992, 0.015587931498885155, 0.0029472156893461943, 0.016841232776641846, -0.007532861549407244, 0.1970815807580948, -0.009125597774982452, 0.002457645023241639, 0.022246092557907104, -0.022859688848257065, 0.012343709357082844, 0.023421062156558037, -0.0009146812953986228, -0.010065574198961258, -0.0077417450957000256, -0.03381301835179329, 0.01022876426577568, -0.024334928020834923, 0.006540664937347174, 0.012670090422034264, -0.057338520884513855, -0.03634573146700859, -0.026841530576348305, -0.010626948438584805, 0.016828177496790886, -0.014869894832372665, 0.011690949089825153, -0.011475537903606892, 0.0019452276173979044, 0.034909654408693314, -0.006716910284012556, -0.024256596341729164, -0.008884076960384846, 0.010019880719482899, -0.00926267821341753, -0.02124084159731865, -0.014582679606974125, -0.0037370563950389624, 0.003668516641482711, -0.014778507873415947, -0.005594161339104176, 0.01778120920062065, -0.01126665435731411, 0.014817673712968826, 0.006432959344238043, -0.004784737713634968, -0.004771682433784008, -0.02511824108660221, -0.015170164406299591, -0.01190635934472084, 0.04229890927672386, 0.004941400606185198, -0.013127022422850132, -0.0284342672675848, 0.021306117996573448, -0.024282706901431084, -0.02655431628227234, 0.01190635934472084, 0.00614900840446353, -0.0099219661206007, -0.005509302485734224, -0.0034139398485422134, 0.036737386137247086, -0.01917811669409275, 0.028721481561660767, -0.023303566500544548, 0.025392401963472366, -0.0007045738748274744, 0.01295730471611023, -0.02122778631746769, 0.017520103603601456, -0.011638727970421314, 0.01725899986922741, 0.030731985345482826, -0.019648104906082153, 0.018420914188027382, 0.012768004089593887, 0.004021007567644119, 0.03577129915356636, -0.026201825588941574, -0.014034360647201538, 0.013022581115365028, 0.03527520224452019, 0.00297985365614295, 0.013799366541206837, 0.0007155892089940608, -0.007337033282965422, -0.01664540357887745, 0.022193873301148415, 0.0011651782551780343, -0.0082574263215065, 0.0284342672675848, -0.028721481561660767, 0.009654334746301174, -0.01193899754434824, -0.000797184300608933, -0.012852863408625126, -0.01919117197394371, 0.010372371412813663, -0.0012255586916580796, 0.0015658102929592133, 0.019648104906082153, 0.022363590076565742, 0.02526184916496277, -0.003668516641482711, -0.01725899986922741, 0.07368365675210953, 0.013812421821057796, 0.01395602896809578, -0.023329677060246468, -0.02191971242427826, -0.02181527018547058, 0.026998193934559822, -0.015418213792145252, -0.008192149922251701, 0.01523544080555439, -0.04441385716199875, 0.009732665494084358, -0.018695073202252388, -0.008831855840981007, 0.019334780052304268, 0.0018522092141211033, -0.025405457243323326, 0.014726286754012108, -0.003067976562306285, 0.005352640058845282, -0.01193246990442276, 0.015039612539112568, 0.027389850467443466, -0.019556717947125435, -0.012898556888103485, -0.00923656765371561, -0.00824437104165554, -0.0021296325139701366, -0.017702877521514893, 0.011175267398357391, 0.014647956006228924, -0.000349635083694011, -0.003174050245434046, -0.013140077702701092, 0.008701303973793983, 0.010202653706073761, -0.016997896134853363, -0.0018522092141211033, 0.016802066937088966, -0.006002136971801519, -0.0039785779081285, 0.0258362777531147, 0.0028346143662929535, 0.012598286382853985, -0.012395930476486683, 0.01855146698653698, -0.004076492041349411, -0.020131148397922516, 0.008492420427501202, 0.0018522092141211033, -0.007780910469591618, -0.004836958833038807, -0.014608790166676044, 0.016084030270576477, 0.017324276268482208, -0.011658310890197754, -0.01928255893290043, -0.010600837878882885, 0.014439072459936142, -0.03334302827715874, -0.023486338555812836, 0.021606387570500374, 0.0029243691824376583, -0.012356764636933804, 0.002190012950450182, -0.1640779972076416, 0.015744594857096672, 0.019648104906082153, 0.0021182093769311905, 0.003283387515693903, -0.007565499283373356, 0.0014474974013864994, -0.010535561479628086, 0.009197401814162731, 0.01030056830495596, 0.015313771553337574, -0.004778210073709488, -0.034204673022031784, -0.029269801452755928, 0.00928226113319397, -0.019073674455285072, -0.0030483936425298452, 0.030314218252897263, 0.01426935475319624, -0.0015454115346074104, 0.04697267711162567, -0.004641130566596985, 0.0035216454416513443, -0.028773702681064606, -0.009837107732892036, 0.013773255981504917, -0.004477940034121275, -0.013316323049366474, -0.007337033282965422, -0.011671366170048714, 0.005630063358694315, -0.006517818197607994, 0.033029705286026, 0.026175715029239655, -0.002769338432699442, -0.008126873522996902, -0.0185775775462389, -0.004040590487420559, -0.01921728253364563, 0.052690863609313965, 0.02514435164630413, 0.03631962090730667, -0.011501648463308811, 0.009765303693711758, 0.03389135003089905, 0.03705071285367012, 0.012611341662704945, 0.002372786169871688, -0.005473400466144085, -0.028695371001958847, 0.016266802325844765, -0.041933365166187286, 0.005816100165247917, -0.010424592532217503, 0.003074504202231765, 0.006024983711540699, -0.020222533494234085, 0.009713082574307919, 0.009008101187646389, -0.028956476598978043, -0.011847611516714096, -0.004321277607232332, 0.03250749409198761, -0.022076375782489777, 0.007774382829666138, -0.018107589334249496, -0.04433552548289299, 0.02641070820391178, -0.00994154904037714, 0.03310803696513176, 0.001090926700271666, -0.034883543848991394, -0.00929531641304493, -0.022833578288555145, 0.008146456442773342, 0.01197816338390112, -0.012030384503304958, 0.0013748777564615011, 0.0258362777531147, 0.02181527018547058, 0.0028264548163861036, 0.028904255479574203, -0.017507048323750496, 0.01395602896809578, -0.027572622522711754, 0.0022406019270420074, 0.009001573547720909, 0.03222028166055679, 0.003368246601894498, -0.001876687747426331, 0.011801918037235737, -0.017350386828184128, 0.0010272825602442026, -0.010209181345999241, 0.030053114518523216, -0.002695902716368437, 0.011540813371539116, 0.011854139156639576, 0.006808296777307987, 0.00996113196015358, 0.00398184172809124, -0.0024119517765939236, 0.0009350800537504256, 0.026136549189686775, 0.021397504955530167, -0.013179243542253971, 0.01125359907746315, -0.005022995639592409, 0.010333205573260784, -0.011717058718204498, -0.024648252874612808, 0.03224639222025871, 0.009621696546673775, 0.0007266045431606472, 0.004422455560415983, 0.015013501979410648, -0.00513722887262702, -0.01714150235056877, 0.011044715531170368, -0.01030056830495596, 0.025483787059783936, -0.022037209942936897, 0.004236418753862381, -0.022951075807213783, 0.004200516734272242, -0.01577070541679859, -0.08271786570549011, -0.030209777876734734, 0.012089133262634277, -0.0005250645917840302, 0.008538112975656986, -0.006305670831352472, 0.0179117601364851, 0.008720885962247849, -0.020118093118071556, 0.019569773226976395, -0.02387799508869648, -0.004556271247565746, -0.01197163574397564, -0.006540664937347174, 0.024152155965566635, -0.014008250087499619, -0.014047415927052498, -0.03639795258641243, -0.022389700636267662, 0.021541111171245575, -0.014125746674835682, -0.0371551550924778, 0.003753375494852662, 0.004216835834085941, -0.022938020527362823, -0.019543662667274475, -0.028068721294403076, -0.008414088748395443, 0.016057919710874557, -0.0017657183343544602, -0.026227934285998344, -0.010529033839702606, -0.0012492212699726224, -0.008446726948022842, -0.019021453335881233, 0.004412664100527763, -0.013864642940461636, 0.0026991665363311768, 0.024387149140238762, -0.020953627303242683, 0.004311486147344112, -0.013603538274765015, -0.003459633095189929, -0.03039254993200302, 0.017533158883452415, -0.034230783581733704, -0.00026049240841530263, 0.019635049626231194, -0.02373438887298107, 0.007519806269556284, -0.00897546298801899, -0.003094086889177561, 0.006305670831352472, -0.020888350903987885, 0.018890902400016785, 0.016358189284801483, 0.018042312934994698, -0.014569624327123165, -0.028930366039276123, -0.004908762406557798, -0.006439486984163523, 0.004063436761498451, -0.0544663742184639, 0.0142824100330472, 0.03117586299777031, 0.011501648463308811, -0.03326469659805298, -0.005411388352513313, 0.032768599689006805, -0.017102336511015892, -0.0020235590636730194, 0.009171291254460812, -0.006325253751128912, 0.0040079522877931595, -0.0410194993019104, -0.0102548748254776, -0.022050265222787857, 0.0031006145291030407, 0.018159810453653336, -0.008218260481953621, 0.004732517059892416, -0.005574578419327736, -0.015144053846597672, 0.00896893534809351, 0.0003659540961962193, -0.012768004089593887, 0.004866332747042179, -0.0005054817884229124, -0.004249474033713341, -0.046084921807050705, 0.0004149111919105053, 0.02992256172001362, 0.008329229429364204, -0.005721449851989746, -0.007754799909889698, 0.01124054379761219, -0.018917012959718704, -0.01587514579296112, 0.03553630784153938, 0.001964810537174344, -0.0034465778153389692, -0.0027318045031279325, -0.05984512344002724, 0.008903659880161285, -0.010770555585622787, 0.01788564957678318, 0.002697534626349807, 0.014164912514388561, 0.0142171336337924, -0.018420914188027382, -0.023564670234918594, 0.008753524161875248, -0.012650507502257824, 0.022259147837758064, -0.008525057695806026, 0.0004373498377390206, -0.028068721294403076, 0.0019158533541485667, 0.02916535921394825, -0.014739342033863068, 0.01496128086000681, 0.02458297833800316, 0.006625523790717125, 0.008890604600310326, 0.026019051671028137, 0.004298430867493153, 0.00021581909095402807, 0.0016653563361614943, -0.010085157118737698, 0.002064356580376625, 0.0025033382698893547, -0.0017037061043083668, 0.020274754613637924, -0.013348961248993874, 0.00997418724000454, 0.0102548748254776, -0.007702579256147146, -0.01122748851776123, -0.008498948067426682, 0.0368940494954586, 0.02062724530696869, 0.004366970621049404, -0.02981811948120594, -0.019373945891857147, 0.02173694036900997, -0.037990689277648926, -0.007826603949069977, -0.003485743422061205, -0.02770317532122135, 0.01979171298444271, -0.008779634721577168, -0.017089281231164932, 0.039374541491270065, 0.008838383480906487, -0.02126695215702057, 0.002072516130283475, 0.014752397313714027, -0.011038187891244888, 0.022389700636267662, -0.0258362777531147, 0.0021214731968939304, -0.021528055891394615, 0.04908762499690056, -0.006853989791125059, 0.014060471206903458, -0.017376497387886047, 0.030183667317032814, -0.0017004422843456268, -0.04182892292737961, -0.0062926155515015125, 0.0008420616504736245, 0.0011659942101687193, -0.0025000744499266148, -0.00798326637595892, 0.026919862255454063, -0.006775658577680588, 0.0356929674744606, -0.00994154904037714, -0.005936861038208008, 0.0067952414974570274, -0.037364035844802856, 0.007722162175923586, 0.027546511963009834, 0.005887903738766909, -0.00400142464786768, 0.012402458116412163, 0.01221315748989582, -0.019974485039711, -0.013133550062775612, 0.010581254959106445, -0.00299290893599391, 0.00826395396143198, -0.023421062156558037, 0.029478684067726135, 0.003061448922380805, -0.0011570188216865063, -0.023473283275961876, 0.022089431062340736, 0.010626948438584805, 0.018747294321656227, -0.009106014855206013, 0.02182832546532154, 0.009125597774982452, 0.012193574570119381, 0.013342433609068394, 0.003766430774703622, -0.04694656655192375, 0.022037209942936897, -0.0099219661206007, -0.028721481561660767, 0.006684272084385157, 0.02718096598982811, 0.003880663774907589, 0.00894935242831707, 0.024922413751482964, -0.0017069699242711067, -0.01775509864091873, 0.023368842899799347, 0.0013332642847672105, -0.016815122216939926, -0.022363590076565742, 0.016749845817685127, 0.013042164035141468, 0.006556983571499586, 0.012617869302630424, -0.037442367523908615, 0.03780791535973549, -0.010463758371770382, -0.0011619145516306162, -0.013127022422850132, 0.00695843156427145, 0.006834407337009907, -0.01128623727709055, -0.006808296777307987, -0.01799009181559086, -0.009177818894386292, 0.003072872292250395, -0.01916506141424179, 0.005306946579366922, 0.010189598426222801, 0.006289351731538773, 0.08010682463645935, 0.032820820808410645, -0.014373796060681343, -0.00399816082790494, 0.014765452593564987, 0.017050115391612053, 0.005734505131840706, -0.002968430519104004, -0.029974782839417458, -0.014647956006228924, 0.027598733082413673, 0.0007584266131743789, 0.010620420798659325, -0.04723378270864487, 0.009008101187646389, 0.009151708334684372, -0.038069017231464386, -0.0005120093701407313, 0.015405158512294292, -0.00127696362324059, 0.03188084438443184, -0.026919862255454063, -0.0012435095850378275, -0.01583597995340824, -0.021045012399554253, -0.006664689164608717, 0.015914311632514, -0.028930366039276123, 0.001089294790290296, -0.028982587158679962, 0.01785953901708126, 0.022363590076565742, -0.0029064181726425886, -0.009119070135056973, -0.026306265965104103, 0.01985698752105236, -0.02395632676780224, -0.0178464837372303, 0.006834407337009907, 0.015614042058587074, -0.0071085668168962, 0.034126341342926025, -0.0021165774669498205, -0.01590125635266304, -0.015130998566746712, 0.008694776333868504, 0.0082574263215065, -0.0010223868303000927, -0.004246210213750601], \"d31644e5-1664-482e-9d07-6e0b291c91b2\": [0.009677833877503872, -0.0142514668405056, 0.012317243032157421, -0.06479649245738983, -0.012350823730230331, 0.02498372085392475, -0.030061058700084686, -0.001846914878115058, -0.010436748154461384, -0.028476068750023842, 0.02494342438876629, -0.003215310862287879, -0.013378379866480827, 0.005940349772572517, 0.0005670867976732552, -0.016575220972299576, 0.02306292951107025, -0.035756271332502365, 0.006114967167377472, -0.01242469996213913, -0.0012223218800500035, -0.001330618280917406, -0.034386198967695236, 0.0180930495262146, -0.044245366007089615, -0.004788546822965145, 0.008428648114204407, -0.045910947024822235, 0.017085641622543335, -0.023170387372374535, 0.02815369889140129, -0.009268154390156269, -0.021571965888142586, -0.008737586438655853, -0.020577989518642426, -0.005376201122999191, 0.0014389145653694868, -0.009133833460509777, -0.01391566451638937, -0.0055743250995874405, 0.022377893328666687, 0.011880699545145035, -0.008401784114539623, 0.007488400209695101, -0.0285029336810112, 0.020792903378605843, -0.010571069084107876, -0.011618773452937603, -0.01558124553412199, 0.025547869503498077, 0.0005645683268085122, 0.01848258078098297, -0.01739457994699478, -0.021800311282277107, 0.006977980490773916, 0.0010023710783571005, -0.011813539080321789, 0.016803568229079247, -0.021571965888142586, -0.012733638286590576, 0.002736791968345642, 0.01074568647891283, -0.02815369889140129, -0.028556661680340767, -0.011968008242547512, -0.017139369621872902, -0.027589550241827965, 0.023788264021277428, -0.0030591627582907677, -0.011356847360730171, 0.02373453602194786, 0.013338083401322365, 0.03218333050608635, 0.01848258078098297, 0.020510829985141754, -0.016387172043323517, -0.008146573789417744, -0.028099970892071724, -0.02491656132042408, 0.007757042534649372, -0.002605828922241926, 0.0012592601124197245, 0.003091063816100359, 0.006161979865282774, 0.009066672995686531, 0.007528696674853563, 0.010920303873717785, 0.012404551729559898, -0.014936504885554314, -0.021383916959166527, 0.014358923770487309, 0.02126302756369114, 0.008596549741923809, -0.00247822399251163, -0.022821152582764626, 0.026944808661937714, -0.0015010380884632468, 0.013062725774943829, 0.000606123881880194, -0.015970775857567787, 0.007683165837079287, 0.023815127089619637, -0.021477941423654556, -0.010053932666778564, -0.031592316925525665, -0.023130090907216072, 0.02424495480954647, -0.012961984612047672, -0.01029571145772934, -0.004073286894708872, -0.009570376947522163, 0.040430646389722824, -0.02017502672970295, -0.03280120715498924, 0.009771858341991901, -0.008663710206747055, 0.002449680818244815, -0.016212554648518562, -0.005278818774968386, 0.001302914461120963, 0.0034822740126401186, 0.002518520224839449, 0.014385787770152092, 0.006491066422313452, 0.030087921768426895, 0.011403859592974186, 0.007307067047804594, -0.0030037551186978817, 0.014170873910188675, -0.011195662431418896, -0.006296300794929266, -0.0016605444252490997, 0.017125938087701797, 0.0005943707656115294, -0.0241777952760458, 0.017031913623213768, 0.00048733368748798966, 0.012485144659876823, -0.010517341084778309, -0.02725374698638916, 0.009980056434869766, 0.02059142291545868, -0.026568710803985596, 0.015702133998274803, 0.009227858856320381, 0.002896298421546817, -0.003942323848605156, 0.01566183753311634, 0.012639613822102547, 0.005705288145691156, 0.0026964957360178232, 0.004553484730422497, -0.0008957537356764078, -0.008972648531198502, -0.010121094062924385, -0.015272307209670544, -0.002350619062781334, 0.02623290754854679, 0.0014783714432269335, -0.01966460607945919, -0.008777882903814316, 0.017300555482506752, 0.006242572329938412, 0.00908010546118021, 0.010107661597430706, 0.029040217399597168, 0.008717438206076622, -0.0003060002054553479, -4.577935396810062e-05, 0.02123616263270378, -0.0012642971705645323, 0.009241290390491486, -0.024903127923607826, 0.015151417814195156, -0.019355667755007744, 0.04077988117933273, -0.00412365747615695, -0.0028375328984111547, -0.03543390333652496, -0.0006892350502312183, -0.013586577959358692, -0.00879131443798542, 0.0180930495262146, 0.02901335433125496, -0.0293088611215353, 0.01341867633163929, 0.028449205681681633, 0.02523893117904663, -0.002931557595729828, -0.013694033958017826, 0.0084890928119421, 0.020054137334227562, -0.007407807745039463, -0.01559467799961567, -0.6374341249465942, -0.006608597468584776, 0.02914767526090145, -0.04064555838704109, -0.005671707913279533, 0.013600009493529797, -0.0014506677398458123, 0.013230626471340656, -0.02447330206632614, 0.020067570731043816, -0.005376201122999191, 0.02376139909029007, 0.0013247416354715824, -0.023882288485765457, -0.03229078650474548, -0.03237137943506241, -0.004788546822965145, -0.0001462840591557324, -0.0006258523208089173, 0.005030324682593346, -0.0028173846658319235, 0.013499269261956215, -0.012041885405778885, 0.0022398040164262056, 0.012182922102510929, -0.0016764950705692172, 0.028744712471961975, -0.021692855283617973, -0.022377893328666687, 0.02343902923166752, -0.019973544403910637, -0.012787367217242718, 0.034439925104379654, 0.005933634005486965, 0.032559432089328766, -0.011215810663998127, 0.006151905748993158, 0.008811462670564651, -0.008798031136393547, 0.06350700557231903, -0.017179666087031364, -0.022942040115594864, 0.026568710803985596, 0.03468170389533043, -0.00750183267518878, 0.007427955977618694, 0.04300960898399353, -0.0037945706862956285, -0.021786879748106003, 0.022270435467362404, -0.009919611737132072, -0.03051774948835373, 0.0039826203137636185, -0.009886031970381737, 0.011524748988449574, -0.00882489513605833, 0.014238034375011921, -0.02600456215441227, 0.011021045036613941, -0.00541985547170043, 0.01124267466366291, 0.003017187351360917, -0.014184306375682354, -0.04848990961909294, -0.008435363881289959, -0.004503114148974419, 0.006219066213816404, 0.0061888438649475574, 0.007931659929454327, -0.012397835962474346, 0.02142421342432499, 0.027885057032108307, 0.006806720979511738, -0.03333849459886551, -0.00021617299353238195, 0.034439925104379654, 0.009845735505223274, -0.00591684365645051, -0.016306579113006592, -0.012733638286590576, 0.008368203416466713, 0.007394375745207071, -0.0014254824491217732, -0.0241777952760458, 0.02885216847062111, 0.024553893133997917, -0.013613441959023476, -0.018294531852006912, 0.02949691005051136, 0.002795557491481304, 0.017018482089042664, 0.011343415826559067, -0.012290379032492638, -0.03889938443899155, 0.0018166926456615329, 0.009986772201955318, -0.021209299564361572, -0.024285251274704933, -0.018401987850666046, -0.002392594236880541, -0.016118530184030533, -0.014466380700469017, 0.01037630345672369, 0.01799902506172657, 0.03296239301562309, 0.018576605245471, -0.004456101916730404, -0.0037643483374267817, 0.013848504051566124, -0.021706286817789078, 0.006114967167377472, -0.013848504051566124, 0.010349439457058907, 0.026125451549887657, 0.009342031553387642, -0.02523893117904663, 0.018281100317835808, 0.018778087571263313, -0.004822127055376768, -0.00465086754411459, 0.007407807745039463, 0.012048601172864437, 0.005238522309809923, -0.016642382368445396, 0.01709907315671444, 0.028449205681681633, 0.01774381473660469, 0.005023608449846506, 0.01947655715048313, 0.0008189388317987323, 0.015473788604140282, -0.0161722581833601, 0.0227405596524477, -0.023868856951594353, 0.03914116322994232, 0.020457100123167038, 0.01936909928917885, -0.01159190945327282, 0.0241777952760458, -0.0203362125903368, -0.022942040115594864, -0.01844228431582451, -0.002160890493541956, -0.010107661597430706, 0.0065716588869690895, -0.025091178715229034, -0.009724846109747887, -0.022082386538386345, -0.01282766368240118, 0.005577682983130217, 0.004748250357806683, 0.015258874744176865, 0.013096305541694164, 0.025118041783571243, 0.004422521684318781, 0.009724846109747887, -0.00818015355616808, -0.04564230516552925, -0.023130090907216072, 0.000397086696466431, -0.021303324028849602, 0.015446924604475498, -0.025574734434485435, -0.0040833610109984875, -0.015366331674158573, -0.008643561974167824, 0.02674332819879055, 0.018079617992043495, -0.013566429726779461, -0.021692855283617973, 0.02315695397555828, -0.006810078863054514, -0.015621541999280453, 0.014882775954902172, 0.0022129397839307785, 0.022955473512411118, -0.012854527682065964, 0.018079617992043495, 0.0023724462371319532, 0.004697879776358604, 0.01991981640458107, -0.00919427815824747, -0.0034268666058778763, 0.0013490873388946056, 0.023774832487106323, 0.020604854449629784, -0.0067529925145208836, 0.022848015651106834, -5.186577618587762e-05, -0.004053138662129641, -0.009939759969711304, -0.00666232593357563, -0.017085641622543335, 0.029711823910474777, -0.0016588653670623899, 0.005406423471868038, 0.012982132844626904, -0.004953090101480484, -0.010940452106297016, 0.03368772938847542, 0.011598625220358372, -0.014761886559426785, 0.006658967584371567, -0.004838916938751936, -0.0047986204735934734, -0.009489784948527813, 0.001398618333041668, -0.04368121549487114, 0.04271410405635834, 0.004355361219495535, 0.005382917355746031, -0.017864704132080078, -0.022364459931850433, -0.01959744654595852, 0.021948065608739853, 0.016790134832262993, 0.014211170375347137, 0.0203362125903368, -0.02366737462580204, 0.0019627667497843504, 0.03599805012345314, -0.005863115191459656, 0.024795671924948692, -0.009200993925333023, -0.015379764139652252, 0.019557150080800056, 0.017300555482506752, 0.025480709969997406, -0.000699309166520834, -0.04403045028448105, -0.002605828922241926, 0.013929096050560474, -0.005644843447953463, -0.001272692228667438, 0.006420547608286142, 0.02401660941541195, 0.007286918815225363, -0.045588575303554535, 0.015809591859579086, -0.006219066213816404, 0.005406423471868038, 0.01998697780072689, 0.036589063704013824, -0.030410293489694595, 0.0044661760330200195, 0.01716623455286026, 0.02968495897948742, 0.01242469996213913, -0.021182434633374214, 0.006971264258027077, -0.0015027171466499567, 0.0289864894002676, 0.017958728596568108, -0.0014179269783198833, 0.036239828914403915, -0.01543349213898182, -0.003922175616025925, 0.004872497171163559, -0.0029718540608882904, 0.01652149297297001, 0.0034923481289297342, 0.024835968390107155, 0.001845235819928348, -0.004825484938919544, 0.01744830794632435, -0.022794287651777267, -0.005577682983130217, -0.0037643483374267817, -0.002411063527688384, 0.009704697877168655, -0.0090465247631073, -0.013358231633901596, 0.0034486937802284956, 0.007609289139509201, 0.006084745284169912, 0.008878623135387897, -0.0018888902850449085, -0.029711823910474777, -0.0018670631106942892, 0.023653943091630936, -0.041773855686187744, -0.03084012120962143, 0.018428852781653404, 0.02181374467909336, 0.015514085069298744, 0.0034419777803122997, -0.0006795807275921106, 0.0026797056198120117, -0.002997039118781686, -0.0006800004630349576, 0.002919804537668824, 0.02799251303076744, 0.013969392515718937, -0.019301939755678177, 0.0027586191426962614, -0.0008865191484801471, 0.017152803018689156, -0.03949039801955223, -0.004865781404078007, -0.01783783920109272, 0.020604854449629784, -0.034413062036037445, -0.022498780861496925, 0.0034587678965181112, 0.042069364339113235, 0.020027274265885353, -0.015366331674158573, -0.03212960436940193, 0.022968905046582222, -0.0368308424949646, 0.02241818793118, -0.008260746486485004, 0.0013658774551004171, -0.012109045870602131, 0.01026213075965643, 0.015742430463433266, -0.005722078029066324, -0.011249390430748463, 0.00374755822122097, 0.0025285943411290646, 0.009073388762772083, -0.041773855686187744, -0.05246581509709358, 0.019382532685995102, 0.0659785196185112, 0.019946681335568428, -0.01075911894440651, -0.004506472498178482, -0.028073105961084366, 0.021504804491996765, -0.012659762054681778, -0.026823921129107475, 0.026662735268473625, -0.005822818726301193, 0.007636153604835272, -0.004603855311870575, 0.0001260309509234503, 0.012142625637352467, 0.016870727762579918, -0.013955960981547832, 0.01295526884496212, 0.0034923481289297342, -0.03495034575462341, -0.028637254610657692, 8.389820868615061e-05, -0.018146777525544167, 0.02405690588057041, 0.018657198175787926, 0.021451076492667198, -0.025453845039010048, 0.03760990500450134, 0.032102737575769424, 0.005480300169438124, 0.006833584979176521, -0.002899656305089593, 0.013727614656090736, 0.006769782397896051, 0.020900361239910126, -0.036750249564647675, 0.04663627967238426, 0.012317243032157421, -0.025709055364131927, 0.0004357040161266923, 0.021222731098532677, 0.008562969043850899, 0.02475537545979023, 0.004372151102870703, -0.0038046445697546005, 0.007427955977618694, -0.01947655715048313, -0.0006078028818592429, 0.0435468964278698, -0.012525441125035286, -0.013237343169748783, -0.012861243449151516, 0.003757632337510586, -0.038281507790088654, 0.009624105878174305, 0.008173437789082527, 0.0018956062849611044, 0.025534437969326973, 0.0072331903502345085, -0.025628462433815002, -0.039436668157577515, -0.030249107629060745, -0.02072574384510517, 0.0031397552229464054, -0.012263515032827854, -0.009899463504552841, 0.01125610712915659, -0.004573632963001728, -0.009422623552381992, -0.028798440471291542, 0.018522877246141434, 0.0058765471912920475, -0.019866088405251503, -0.011424007825553417, -0.0015975814312696457, 0.03247883915901184, 0.018818384036421776, 0.0128881074488163, -0.006575017236173153, -0.009483068250119686, -0.00830775871872902, -0.012149342335760593, -0.037394989281892776, -0.008395067416131496, -0.002985286060720682, 0.019584013149142265, -0.007750326301902533, -0.013411960564553738, -0.00795852392911911, -0.00011343834921717644, 0.03180723264813423, 0.009630821645259857, -0.008939067833125591, 0.02427181974053383, -0.006561584770679474, 0.0001846914819907397, 0.018334828317165375, 0.01319704670459032, 0.005319114774465561, -0.004704596009105444, 0.0024748658761382103, -0.02040337212383747, 0.00578923849388957, 0.0021995077840983868, -0.017434876412153244, 0.02866411954164505, 0.010591217316687107, -0.021827176213264465, 0.01366045419126749, 0.02401660941541195, -0.0026847426779568195, 0.018375124782323837, 0.003086026990786195, 0.009751711040735245, -0.002570569748058915, 0.004026274662464857, 0.004328496754169464, 0.013136602006852627, 0.00020756805315613747, 0.0222570039331913, -0.01207546517252922, 0.002160890493541956, -0.028234291821718216, 0.02026905119419098, 0.014936504885554314, -0.003431903664022684, -0.011450872756540775, 0.006064597051590681, -0.020483965054154396, -0.03452051803469658, -0.012653046287596226, 0.0049127936363220215, -0.0034587678965181112, -0.03164604678750038, 0.002063507679849863, -0.05302996188402176, -0.012968700379133224, -0.00991289597004652, 0.012935120612382889, -0.023197250440716743, -0.005238522309809923, 0.013969392515718937, 0.010201686061918736, 0.014802183024585247, -0.026689598336815834, 0.013096305541694164, -0.03744871914386749, -0.014466380700469017, 0.008515956811606884, 0.026595573872327805, 0.04096793010830879, 0.0018250877037644386, 0.015500652603805065, -0.0073339310474693775, -0.0033580269664525986, -0.0072667705826461315, -0.005520596634596586, 0.020121298730373383, -0.025601597502827644, 0.03384891152381897, 0.017636358737945557, 0.030087921768426895, -0.00963753741234541, -0.013277638703584671, 0.0033429160248488188, 0.03766363114118576, -0.02223013900220394, 0.0029433106537908316, 0.03632042184472084, 0.006457486189901829, -0.0015472109662368894, -0.01090687233954668, -0.0004103089449927211, 0.006944399792701006, -0.0015320999082177877, 0.005063904915004969, 0.005513880401849747, -0.008818179368972778, 0.015030529350042343, -0.010362871922552586, -0.034063827246427536, -0.0026528413873165846, -0.0002598273567855358, -0.014855911955237389, 0.025668758898973465, -0.02040337212383747, -0.012364255264401436, 0.011282971128821373, -0.02556130290031433, 0.009295019321143627, -0.0015975814312696457, 0.006182127632200718, -0.0053258310072124004, 0.00010798155562952161, 0.01112850196659565, 0.011934428475797176, -0.008186870254576206, 0.007354079280048609, -0.01691102422773838, 0.026823921129107475, 0.0067865727469325066, 0.011907563544809818, 0.012290379032492638, 0.008851759135723114, -0.02200179360806942, -0.026152314618229866, 0.0033563480246812105, -0.018307963386178017, -0.03212960436940193, 0.016790134832262993, -0.012129194103181362, -0.018939273431897163, -0.003912101499736309, -0.015554381534457207, -0.006497782189399004, -0.01975863054394722, 0.01270005851984024, 0.004442669916898012, 0.03798600286245346, -0.03129681199789047, -0.004818768706172705, -0.00597393000498414, -0.011504600755870342, 0.038281507790088654, 0.02741493284702301, 0.039436668157577515, 0.01936909928917885, 0.0219346322119236, -0.023237546905875206, -0.005513880401849747, 0.0055608926340937614, 0.004509830381721258, 0.02901335433125496, 0.01509768981486559, -0.027052266523241997, -0.026985105127096176, 0.008160006254911423, 0.013432107865810394, 0.013680602423846722, -0.028073105961084366, 0.015379764139652252, -0.006873881444334984, 0.01707221008837223, -0.011894132010638714, 0.00023422238882631063, -0.036938298493623734, -0.006632103584706783, -0.0013474083971232176, 0.022498780861496925, -0.003979261964559555, -0.008448796346783638, -0.005181435961276293, 0.012095613405108452, -0.028126833960413933, 0.035756271332502365, 0.023036066442728043, -0.011538181453943253, -0.0010888403048738837, 0.00920771062374115, -0.021692855283617973, -0.02223013900220394, -0.00027158044395036995, 0.028476068750023842, 0.009986772201955318, -0.00965768564492464, 0.002983607118949294, 0.026340363547205925, 0.0026864216197282076, -0.0021071620285511017, 0.007421239744871855, 0.020779471844434738, -0.012961984612047672, -0.03881879150867462, 0.0033899282570928335, 0.003495706245303154, -0.0007731857476755977, -0.0071257334202528, -0.013129886239767075, -0.030087921768426895, 0.0025991129223257303, -0.02142421342432499, 5.881794277229346e-05, 0.026891080662608147, 0.0005162966554053128, -0.008663710206747055, -0.00786449946463108, -0.03677711263298988, 0.010336006991565228, -0.014197738841176033, 0.016884159296751022, 0.009268154390156269, -0.018200507387518883, -0.0035628667101264, -0.00032908664434216917, 0.02398974634706974, -0.0024396067019551992, 0.0125724533572793, -0.0003681237285491079, 0.02174658328294754, -0.013277638703584671, 0.01691102422773838, -0.001465778797864914, 0.01194786000996828, -0.035084668546915054, 0.01950342208147049, -0.012874675914645195, -0.012632898055016994, 0.02190776914358139, -0.005053830798715353, -0.03914116322994232, -0.024862833321094513, 0.016199123114347458, 0.022471917793154716, 0.007750326301902533, 0.01258588582277298, 0.006964548025280237, 0.000349024950992316, 0.005443362053483725, 0.005315756890922785, -0.027777599170804024, 0.01149788498878479, -0.032398246228694916, -0.0034856321290135384, 0.028879033401608467, -0.013505985029041767, -0.0005335065652616322, -0.03180723264813423, 0.004291558638215065, 0.0053258310072124004, -0.010987464338541031, -0.037260670214891434, -0.0009679513168521225, -0.01825423538684845, -0.015997640788555145, -0.007474968209862709, -0.01626628264784813, -0.025413548573851585, -0.0090465247631073, 0.016467764973640442, 0.0035494347102940083, 0.0011282970663160086, -0.003949039615690708, 0.01524544321000576, 0.0257762148976326, -0.0034789161290973425, -0.015567813068628311, 0.0054836580529809, -0.011605341918766499, -0.020860064774751663, -0.016185689717531204, 0.0003376915992703289, -0.028556661680340767, 0.029953600838780403, 0.020551126450300217, -0.01915418729186058, -0.05217031016945839, -0.003975904081016779, -0.026017993688583374, -0.015540949068963528, -0.03511153161525726, 0.028879033401608467, 0.023559918627142906, 0.012874675914645195, 0.00280563160777092, 0.027388067916035652, 0.011753094382584095, 0.03669651970267296, -0.004133731126785278, 0.008032401092350483, 0.012102329172194004, 0.002426174469292164, 0.030437156558036804, -0.0023707670625299215, -0.03320417180657387, -0.014976800419390202, -0.012162773869931698, -0.020389940589666367, 0.0007291116053238511, 0.021115275099873543, -0.00976514257490635, 0.020054137334227562, -0.017690086737275124, 0.009792006574571133, -0.012559020891785622, 0.03212960436940193, 0.003878521267324686, -0.03135054185986519, 0.0070988694205880165, 0.0025991129223257303, 0.018469149246811867, -0.03516525775194168, 0.002453038701787591, -0.007139165420085192, -0.018119914457201958, 0.009442771784961224, -0.006316449027508497, 0.0037005457561463118, 0.009241290390491486, -0.022633101791143417, 0.04077988117933273, 0.0037945706862956285, 0.009899463504552841, 0.021921200677752495, -0.0018905692268162966, 0.018697494640946388, -0.02690451219677925, 0.016575220972299576, -0.0010200007818639278, 0.00610825140029192, -0.002706569852307439, -0.0090465247631073, -0.002009779214859009, -0.009261438623070717, 0.019328804686665535, -0.01957058161497116, 0.005832892842590809, 0.007354079280048609, -0.01873779110610485, -0.04244546219706535, 0.008623413741588593, 0.004281484521925449, -0.006910819560289383, -0.027119426056742668, -0.034574247896671295, 0.004358719103038311, 0.020054137334227562, -0.015514085069298744, -0.024929992854595184, 0.001622766605578363, 0.008965931832790375, 0.009422623552381992, 0.011853835545480251, -0.027173155918717384, 0.011551612988114357, 0.01558124553412199, 0.0034554097801446915, -0.019798927009105682, 0.20363076031208038, 0.001553927082568407, 0.0010686920722946525, 0.025628462433815002, -0.009603957645595074, 0.001684050541371107, 0.01127625536173582, -0.0063030170276761055, -0.019140753895044327, -0.009778575040400028, -0.039087433367967606, 0.020188458263874054, -0.00415387935936451, 0.0044661760330200195, 0.005947066005319357, -0.02750895731151104, -0.023103225976228714, -0.007763758767396212, -0.005792596843093634, 0.008274178951978683, -0.018281100317835808, 0.003720693988725543, -0.017918432131409645, -0.01183368731290102, 0.018979569897055626, 0.015164850279688835, -0.023680806159973145, 0.014439516700804234, -0.0007337289280258119, 0.00832790695130825, 0.003398323431611061, 0.00047012377763167024, -0.011941144242882729, -0.014721591025590897, -0.004174027591943741, -0.017340851947665215, 0.03151172772049904, -0.0329892598092556, 0.02167942188680172, -0.015957344323396683, 0.003885237267240882, -0.021571965888142586, -0.0017075567739084363, -0.01245828066021204, -0.024741943925619125, 0.013929096050560474, 0.0017864704132080078, -0.0010569390142336488, -0.0090465247631073, 0.016924455761909485, -0.0506121851503849, -0.04056496545672417, 0.028099970892071724, 0.009919611737132072, -0.009456204250454903, -0.004556842613965273, -0.010403167456388474, 0.031081898137927055, -0.033580269664525986, 0.025829944759607315, 0.0024412856437265873, -0.005104201380163431, -0.02030934765934944, 0.03183409571647644, -0.02783132903277874, 0.01709907315671444, -0.018791519105434418, 0.008542820811271667, 0.026555277407169342, -0.02190776914358139, -0.0011392106534913182, -0.006242572329938412, 0.0013600009260699153, 0.021303324028849602, -0.026877649128437042, -0.02357335016131401, 0.0016051369020715356, 0.019678039476275444, 0.011920996010303497, 0.01860347017645836, -0.006161979865282774, -0.006632103584706783, -0.004862423054873943, -0.010933736339211464, 0.003233780153095722, -0.03186096251010895, 0.017287123948335648, -0.009597240947186947, 0.008059265092015266, -0.02350618876516819, 0.008798031136393547, -0.00439565721899271, -0.014479813165962696, -0.01867062970995903, -0.010678526014089584, 0.013432107865810394, 0.02014816179871559, 0.03153859078884125, -0.001715112361125648, -0.0017696802970021963, -0.025735920295119286, 0.05781179293990135, 0.00362666929140687, -0.00023191374202724546, -0.01083971094340086, -0.009348747320473194, -0.024392709136009216, 0.03801286593079567, -0.01458726916462183, -0.002288495423272252, 0.02556130290031433, -0.020228754729032516, 0.004227756056934595, -0.012512008659541607, -0.002830816898494959, -0.00012949391384609044, 0.006873881444334984, -0.014869343489408493, 0.023721102625131607, -0.00038344471249729395, -0.004909435752779245, -0.00762272160500288, 0.022377893328666687, -0.0011064698919653893, -0.0002764076052699238, -0.015352900139987469, -0.006615313235670328, -0.021854039281606674, -0.03135054185986519, -0.017502037808299065, 0.023586781695485115, -0.006645535584539175, 0.003368101082742214, 0.002511804224923253, -0.012196354568004608, -0.00030683973454870284, 0.003603162942454219, -0.011672502383589745, -0.012417984195053577, 0.008757734671235085, -0.020739175379276276, -0.01764979027211666, 0.000795432657469064, -0.008596549741923809, 0.01774381473660469, -0.003848298918455839, 0.016669247299432755, -0.010362871922552586, 2.6995388907380402e-05, -0.016306579113006592, -0.016279716044664383, 7.613276829943061e-05, -0.014238034375011921, -0.004288200754672289, 0.0072466223500669, 0.0024882981088012457, -0.007320499047636986, -0.03718007728457451, 0.0004415805742610246, -0.005581040866672993, -0.031431134790182114, -0.0024077054113149643, 0.011941144242882729, -0.005886621307581663, -0.006964548025280237, -0.01399625651538372, -0.17096386849880219, 0.021571965888142586, -0.0013247416354715824, -0.03118935599923134, 0.011679218150675297, 0.002128989202901721, -0.005000102333724499, 0.022539077326655388, -0.011665785685181618, 0.010705390013754368, 0.020094433799386024, -0.011316550895571709, -0.006252646446228027, -0.025991128757596016, -0.0123306754976511, -0.0009419266134500504, 0.002674668561667204, 0.013002281077206135, 0.038415830582380295, 0.012505292892456055, 0.05748942494392395, -0.013526133261620998, 0.023197250440716743, -0.017690086737275124, -0.008764450438320637, -0.008663710206747055, -0.0293088611215353, 0.034090690314769745, -0.021706286817789078, -0.014573837630450726, 0.00895250029861927, 0.026286635547876358, 0.045427389442920685, 0.014130578376352787, 0.003777780570089817, 0.006937684025615454, 0.002281779423356056, 0.011820254847407341, -0.013438824564218521, 0.010215118527412415, 0.023237546905875206, 0.035084668546915054, -0.009946475736796856, -0.0010317538399249315, 0.03503093868494034, 0.023170387372374535, 0.01899300143122673, -0.00603773258626461, 0.012041885405778885, -0.05047786235809326, 0.009751711040735245, -0.02607172168791294, 0.01633344404399395, -0.010000204667448997, -0.014600701630115509, -0.005322473123669624, -0.005752300377935171, -0.0034822740126401186, -0.02276742272078991, -0.012417984195053577, 0.02341216430068016, -0.027938785031437874, 0.01963774301111698, -0.011551612988114357, 0.0054299295879900455, -0.004321780987083912, -0.027535822242498398, -0.0013247416354715824, -0.02100781723856926, 0.02008100226521492, 0.017152803018689156, -0.016064802184700966, -0.008186870254576206, -0.0031515085138380527, 0.003912101499736309, 0.0070182764902710915, -0.02984614484012127, 0.0026981746777892113, 0.01777067966759205, -0.0036837556399405003, -0.006689189933240414, 0.011329983361065388, -0.0007148400181904435, -0.013875368051230907, -0.027361204847693443, -0.015043960884213448, -0.004872497171163559, -0.00041513610631227493, 0.007804054766893387, 0.007676450069993734, 0.020161595195531845, 0.009630821645259857, 0.006326523143798113, -0.009550228714942932, 0.019785495474934578, -0.03081325627863407, 0.016185689717531204, 0.009953192435204983, 0.007172745652496815, 0.0032556073274463415, 0.011135217733681202, -0.004140447359532118, -0.012189637869596481, 0.009523364715278149, 0.0251449067145586, -0.0011820255313068628, 0.0058429669588804245, 0.004966522101312876, 0.009503216482698917, -0.01668267883360386, -0.03648160770535469, 0.020551126450300217, 0.010322575457394123, -0.003818076802417636, 0.006840301211923361, 0.026783624663949013, 0.0026511624455451965, -0.014305195771157742, 0.006729486398398876, -0.005896695423871279, 0.023465892300009727, -0.0016051369020715356, 0.01799902506172657, -0.0014162479201331735, 0.006742918398231268, -0.017179666087031364, -0.08053892105817795, -0.021034682169556618, 0.015178282745182514, -0.0014582232106477022, 0.009550228714942932, 0.010463612154126167, -0.0007383461925201118, 0.023371867835521698, -0.013472404330968857, 0.004990028217434883, -0.021894335746765137, -0.009348747320473194, -0.03221019729971886, 0.003435261780396104, -0.013264207169413567, 0.013485836796462536, -0.007011560723185539, -0.01162549015134573, 0.003975904081016779, 0.024365844205021858, 0.005443362053483725, -0.007797338999807835, -9.596611926099285e-05, 0.007078721188008785, 0.0005532349459826946, -0.022431621327996254, -0.0316997766494751, 0.005591114982962608, 0.01963774301111698, -0.016964752227067947, 0.005033682566136122, 0.0020467175636440516, -0.021988362073898315, -0.019288508221507072, -0.004412447568029165, 0.0024345696438103914, 0.00883832760155201, -0.010483760386705399, 0.03567567840218544, -0.015164850279688835, 0.009355463087558746, -0.01234410796314478, 0.013633590191602707, -0.01790500059723854, 0.00749511644244194, -0.008166722021996975, -0.00820030178874731, 0.019879519939422607, -0.009402476251125336, -0.006000794470310211, -0.022498780861496925, -0.010812846943736076, -0.006964548025280237, -0.0066858320496976376, 0.05335233360528946, 0.0006548152887262404, 0.007340647280216217, 0.0030927429907023907, -0.03513839468359947, 0.01013452559709549, -0.017878135666251183, -0.022968905046582222, -0.02264653518795967, -0.004328496754169464, 0.016602085903286934, 0.017542334273457527, -0.018791519105434418, -0.03849642351269722, 0.037260670214891434, -0.011981440708041191, 0.0026007918640971184, 0.026246339082717896, -0.022028658539056778, -0.010792698711156845, -0.03914116322994232, -0.017300555482506752, -0.007313782814890146, -0.003693829756230116, 0.002315359655767679, -0.020537693053483963, 0.009812154807150364, -0.006390325725078583, 0.0012517046416178346, -0.008334623649716377, 0.0038281509187072515, 0.001717630890198052, 0.02542698010802269, 0.010396451689302921, 0.024540461599826813, -0.02482253685593605, -0.02697167359292507, 0.01975863054394722, 0.014385787770152092, -0.00418074382469058, -0.008287610486149788, 0.021182434633374214, -0.03231765329837799, -0.02914767526090145, -0.009241290390491486, 0.014949936419725418, -0.0012609391706064343, -0.008012252859771252, -0.05020922049880028, 0.02008100226521492, -0.0035326445940881968, 0.003777780570089817, 0.00629294291138649, 0.00882489513605833, 0.021410780027508736, -0.0006245930562727153, -0.020927224308252335, 0.016158826649188995, -0.03186096251010895, 0.012270230799913406, -0.013116453774273396, -0.00965768564492464, -0.03328476473689079, -0.003468842012807727, 0.010712106712162495, -0.002615903038531542, 0.02648811787366867, 0.02091379277408123, -0.0024597549345344305, -0.008314475417137146, 0.0051612877286970615, -0.004677731543779373, -0.004022916313260794, -0.004889287520200014, -0.028099970892071724, 0.014640998095273972, -0.014896208420395851, -0.019127322360873222, 0.0377979539334774, -0.019113890826702118, 0.011652354151010513, -0.012814231216907501, 0.005510522518306971, -0.001971161924302578, -0.00579595472663641, 0.008905488066375256, 0.037771087139844894, 0.017864704132080078, -0.023452460765838623, -0.033311627805233, 0.027132859453558922, -0.03403696417808533, 0.012639613822102547, -0.004815410822629929, -0.022821152582764626, 0.007683165837079287, 0.013794775120913982, 0.0037677064538002014, 0.0323445163667202, 0.02681048773229122, -0.04639450088143349, -0.02218984253704548, 0.00991289597004652, -0.023492757230997086, 0.01223665103316307, 0.004768398590385914, -0.007145881652832031, -0.020806334912776947, 0.04403045028448105, -0.01170608215034008, -0.01124267466366291, -0.013304503634572029, -0.0036736815236508846, -0.0015304208500310779, -0.03830837458372116, 0.007219758350402117, 0.026340363547205925, -0.02732090838253498, -0.018039321526885033, -0.00799210462719202, 0.020134730264544487, -0.013767911121249199, 0.013694033958017826, -0.009348747320473194, 0.00465086754411459, 0.025641893967986107, -0.011551612988114357, 0.006746276281774044, 0.01892584003508091, 0.003922175616025925, -0.008408499881625175, 0.02376139909029007, 0.036105506122112274, -0.0015681986697018147, 0.0038953113835304976, 0.019449692219495773, 0.00610825140029192, 0.02914767526090145, -0.02468821592628956, 0.02914767526090145, 0.00476504024118185, -0.0036770396400243044, -0.003878521267324686, 0.009805439040064812, -0.005251954309642315, 0.02984614484012127, 0.013358231633901596, 0.00026465451810508966, 0.026152314618229866, 0.00362666929140687, 0.008515956811606884, -0.008301042951643467, -0.036078643053770065, -0.003656891407445073, -0.003838225034996867, -0.031404267996549606, 0.008744302205741405, 0.03632042184472084, 0.019718334078788757, 0.008448796346783638, -0.0037710643373429775, 0.007179461885243654, -0.019516853615641594, 0.01816021092236042, 0.012975417077541351, 0.005748942494392395, -0.007904795929789543, 0.029550638049840927, 0.006474276073276997, 0.000301802676403895, 0.019772063940763474, -0.04601840302348137, 0.035756271332502365, -0.004563558846712112, 0.0003502841864246875, -0.022686831653118134, 0.020389940589666367, 0.007192893885076046, 0.00018059888679999858, 0.011632205918431282, -0.010893439874053001, -0.02674332819879055, -0.00045711142593063414, -0.002065186621621251, -0.022109249606728554, 0.0009385685552842915, 0.016830431297421455, 0.06710681319236755, 0.0251449067145586, -0.017085641622543335, 0.012404551729559898, 0.011061341501772404, -0.006245930213481188, 0.00981887150555849, -0.006957832258194685, 0.001113186008296907, -0.014963368885219097, 0.017690086737275124, -0.006581733003258705, 0.013955960981547832, -0.021800311282277107, 2.1551712052314542e-05, 0.010423315688967705, -0.01656178943812847, 0.01867062970995903, 0.0010233587818220258, 0.00034608665737323463, 0.009342031553387642, 0.007736894302070141, 0.004170669708400965, -0.022015225142240524, -0.03645474091172218, -0.007280202582478523, 0.013284355401992798, -0.021464509889483452, -0.001433877507224679, -0.01484247948974371, 0.015258874744176865, 0.027146290987730026, -0.013982824981212616, -0.00603773258626461, -0.008771167136728764, 0.01832139492034912, -0.0052586705423891544, -0.005799312610179186, 0.0024295325856655836, 0.00046298798406496644, -0.00885847583413124, 0.005782522726804018, -0.0022196557838469744, -0.021948065608739853, 0.003371459199115634, 0.0104098841547966, 0.021437644958496094, -0.008415215648710728, 0.018240803852677345], \"01ef84f6-7328-4a03-8740-9f877fc7b76d\": [0.0020021682139486074, -0.022170351818203926, 0.018584586679935455, -0.044759273529052734, -0.028295451775193214, 0.02097044512629509, -0.04372679814696312, -0.007359887007623911, -0.01442677341401577, -0.025421258062124252, 0.020342588424682617, -0.019338015466928482, -0.00744360126554966, -0.014943012036383152, 0.004935658536851406, -0.017677681520581245, 0.01317803468555212, -0.04124327003955841, 0.0001401779445586726, -0.021542493253946304, -0.0021242517977952957, 0.014112845063209534, -0.018598539754748344, 0.017649775370955467, -0.02842102386057377, 0.012898986227810383, 0.015138345770537853, -0.04576384648680687, 0.007994720712304115, -0.031058024615049362, 0.01625453680753708, -0.024639924988150597, -0.025086401030421257, 0.004178741481155157, 4.6680561354150996e-05, -0.007108743768185377, 0.0184590145945549, -0.016045251861214638, -0.015389489009976387, -0.005535611417144537, 0.012543200515210629, 0.005765825975686312, -0.0028933773282915354, -0.017635824158787727, 0.0008009545272216201, 0.034378696233034134, 0.00011968536273343489, 0.00021462702716235071, -0.013031533919274807, 0.02321678027510643, 0.006882017478346825, 0.020440254360437393, -0.01915663480758667, -0.01543134544044733, 0.001946358708664775, 0.005943719297647476, -0.014238416217267513, 0.0012862361036241055, -0.013875653967261314, 0.005664671305567026, -0.007056422531604767, 0.016352204605937004, -0.03901088982820511, -0.021500635892152786, -0.004949611146003008, -0.013777987100183964, -0.009417864494025707, 0.016128964722156525, 0.0048798490315675735, -0.006006504874676466, 0.020872779190540314, 0.001502498285844922, 0.032313741743564606, 0.004841479938477278, 0.017063776031136513, -0.016059203073382378, -0.0046217297203838825, -0.008964411914348602, -0.007757530082017183, -0.005364694632589817, 0.003156728809699416, -0.008936507627367973, 0.008204006589949131, 0.01686844229698181, 0.014210511930286884, 0.0074366251938045025, 0.0062088146805763245, 0.011859533376991749, -0.008231911808252335, -0.013680320233106613, 0.006180909927934408, 0.026439784094691277, -0.00844817329198122, -0.0009705632692202926, -0.015222059562802315, 0.005839076358824968, -0.015319726429879665, 0.029355833306908607, 0.010178269818425179, -0.023244686424732208, 0.011587461456656456, 0.021723873913288116, -0.031030120328068733, -0.015249964781105518, -0.03973641246557236, -0.008266792632639408, 0.007820315659046173, -0.01621267944574356, -0.018584586679935455, 0.020007731392979622, -0.008587697520852089, 0.02747225947678089, -0.008266792632639408, -0.049893755465745926, 0.005246099550276995, -0.014273297041654587, 0.0025689841713756323, -0.0182636808604002, -0.019435683265328407, -0.016952157020568848, 0.011022389866411686, 0.01025500800460577, 0.0048554325476288795, -0.014817440882325172, 0.0409921295940876, 0.02526778168976307, 0.015919679775834084, 0.011803723871707916, 0.004708932247012854, -0.014140749350190163, -0.00552863534539938, -0.026872307062149048, 0.013387320563197136, 0.012285081669688225, -0.008580720983445644, -0.0028427999932318926, -0.007311053574085236, 0.02143087424337864, -0.01012943685054779, -0.027109498158097267, 0.020105397328734398, 0.0294953566044569, -0.020356539636850357, 0.0063204336911439896, 0.005420504603534937, 0.016352204605937004, -0.0003043365431949496, 0.004408956039696932, 0.015487154945731163, 0.01784510910511017, -0.01181070040911436, -0.009613198228180408, 0.002858496271073818, -0.01575225032866001, -0.0029020975343883038, -0.017300967127084732, -0.0060378978960216045, 0.027681546285748482, 0.013219892047345638, -0.020858826115727425, -0.01091077085584402, 0.015361583791673183, -0.007105255965143442, -0.009892245754599571, 0.004220598842948675, 0.03781098127365112, 0.008210983127355576, 0.004269431810826063, -0.005793730728328228, 0.018807824701070786, -0.006857600994408131, 0.03150450065732002, -0.03451821953058243, 0.013722177594900131, -0.013540796935558319, 0.024918973445892334, 0.007084327284246683, 0.00011968536273343489, -0.05274004116654396, 0.015208107419312, -0.0006976196309551597, 0.007394767832010984, 0.037755172699689865, 0.014468630775809288, -0.0038578363601118326, 0.012306010350584984, 0.03781098127365112, 0.018138110637664795, 0.014719774015247822, -0.007129672449082136, 0.006658778991550207, 0.011943248100578785, -0.007611029781401157, 0.007234315387904644, -0.6255136728286743, -0.012271128594875336, 0.008852792903780937, -0.015682488679885864, -0.003742729313671589, 0.025784021243453026, -0.007890078239142895, 0.02681649848818779, -0.023384209722280502, 0.026021212339401245, -0.01979844458401203, 0.01985425502061844, -0.0034601932857185602, -0.020468158647418022, -0.021277397871017456, -0.020858826115727425, -0.0180683471262455, -0.0008619962609373033, 0.027346689254045486, 0.005601885262876749, -0.016408013179898262, 0.02370511367917061, 0.006020457483828068, -0.0015722601674497128, 0.009606221690773964, 0.011880462057888508, 0.029216310009360313, -0.012968748807907104, -0.010882865637540817, 0.01984030194580555, -0.02843497507274151, -0.004708932247012854, 0.023356305435299873, 0.009689936414361, 0.04531737044453621, 0.001142352120950818, 0.005755361635237932, 0.009794579818844795, 0.01420353539288044, 0.04799623042345047, -0.017538156360387802, -0.006892481818795204, 0.042275749146938324, 0.02952326275408268, 0.012333914637565613, -0.002401555422693491, 0.02705368772149086, -0.004660098813474178, -0.036583174020051956, -0.002117275493219495, -0.009975960478186607, -0.02251916192471981, 0.0004203158023301512, -0.0227982085198164, 0.011747914366424084, 0.012605986557900906, 0.0293000228703022, -0.018863635137677193, 0.017217252403497696, -0.006051850039511919, -0.013687296770513058, 0.004307800903916359, 0.001142352120950818, -0.045205749571323395, -0.012480414472520351, -0.010017817839980125, 0.00844119768589735, -0.017203299328684807, 0.006697148084640503, 0.011587461456656456, 0.02482130564749241, 0.016296394169330597, -0.0075063868425786495, -0.01668706163764, -0.012215319089591503, 0.06624595820903778, 0.016059203073382378, -0.002112043322995305, -0.009557388722896576, -0.004876361228525639, -0.014915107749402523, 0.005444921087473631, 0.002350978087633848, -0.014859297312796116, 0.028309402987360954, 0.019226396456360817, -0.013673344627022743, -0.004248503595590591, 0.021751780062913895, 0.01963101513683796, 0.011992081068456173, 0.006899457890540361, -0.010213151574134827, -0.044536035507917404, -0.010220127180218697, 0.001502498285844922, -0.009501579217612743, -0.017524205148220062, 0.0039903842844069, 0.005340278148651123, -0.01985425502061844, -0.022672638297080994, -0.0015225547831505537, -0.001471977331675589, 0.030248787254095078, 0.01979844458401203, -0.024863163009285927, -0.01544529851526022, 0.010847984813153744, -0.04548479989171028, 0.005148432683199644, -0.0008401956292800605, -0.0010298609267920256, 0.01667310856282711, 0.021109970286488533, -0.02431901916861534, 0.013701248914003372, 0.00467405142262578, -0.004496158566325903, -0.015166250057518482, 0.003655526787042618, 0.025644496083259583, -0.01866830140352249, -0.00991317443549633, 0.024932924658060074, 0.0041264197789132595, 0.027848975732922554, -0.02480735257267952, 0.009480650536715984, -0.012319962494075298, 0.016059203073382378, -0.008936507627367973, 0.021556446328759193, -0.015417393296957016, 0.03767145797610283, 0.01363846380263567, 0.021737826988101006, -0.00587046891450882, 0.005985576193779707, -0.01734282448887825, -0.0359971709549427, -0.028686119243502617, 0.012340891174972057, -0.005727456882596016, 0.011217723600566387, -0.002047513611614704, -0.01511044055223465, -0.018779920414090157, -0.008643507026135921, 0.0023213292006403208, 0.008796983398497105, 0.013450105674564838, 0.002739900955930352, 0.01778930053114891, -0.00846910197287798, 0.006226255092769861, 0.005744897294789553, -0.04037822410464287, -0.015361583791673183, 0.007736601401120424, -0.008964411914348602, 0.019045015797019005, -0.019700778648257256, -0.008657459169626236, -0.024277161806821823, -0.007318029645830393, 0.021068112924695015, 0.023816732689738274, -0.008992317132651806, -0.026983926072716713, 0.006752958055585623, -0.007220362778753042, -0.006644826848059893, 0.00900626927614212, 0.01271760556846857, 0.007366863079369068, -0.02344001829624176, 0.007645911071449518, -0.017873015254735947, 0.007757530082017183, 0.014147725887596607, -0.008671412244439125, -0.011761866509914398, -0.009055102244019508, 0.02500268630683422, 0.01756606251001358, 0.015612727031111717, 0.009117888286709785, -0.001220834325067699, 0.0012766439467668533, -0.013533820398151875, -0.002989300061017275, -0.008113316260278225, 0.02300749532878399, -0.022240113466978073, 0.010659627616405487, -0.0003754065546672791, 0.02366325818002224, -0.006843648385256529, 0.018193919211626053, 0.0035753005649894476, 0.013771011494100094, 0.01692425273358822, -0.008601649664342403, -0.007171529810875654, -0.026523496955633163, -6.965296051930636e-05, -0.03834117576479912, 0.040461938828229904, -0.005922790616750717, 0.010631723329424858, -0.02274239994585514, -0.0022131982259452343, -0.020565826445817947, -0.00545538542792201, -0.005385623313486576, -0.0026526986621320248, 0.00013647183368448168, -0.01071543712168932, 0.010045722126960754, 0.014189583249390125, -0.007255244068801403, 0.024472495540976524, 0.018166014924645424, -0.0059506953693926334, 0.021458778530359268, 0.01890549063682556, 0.011922319419682026, 0.017649775370955467, -0.0396806038916111, -0.004178741481155157, 0.024667829275131226, 0.0011815931648015976, 0.005605373531579971, 0.02638397365808487, 0.0157662034034729, 0.001765849650837481, -0.03356945514678955, 0.0043391939252614975, -0.008943483233451843, -0.00023828069970477372, 0.00854584015905857, 0.048079945147037506, -0.0091318404302001, 0.026314212009310722, 0.001246995059773326, 0.044089559465646744, 0.008901625871658325, -0.044089559465646744, 0.004328729584813118, -0.013352439738810062, 0.003109639510512352, 0.015194155275821686, 0.0016428942326456308, 0.022128494456410408, -0.011901390738785267, -0.0003446677001193166, 0.006561112590134144, 0.02048211172223091, 0.02724902145564556, 0.020886730402708054, 0.01891944371163845, 0.00444034906104207, 0.006411124020814896, 0.010617770254611969, -0.010101531632244587, -0.009096959605813026, 0.0006418100674636662, 0.0023945793509483337, 0.01093867514282465, -0.009299269877374172, -0.018654348328709602, 0.009355079382658005, -0.009292293339967728, 0.005193777848035097, 0.0030206928495317698, -0.009578317403793335, -0.01692425273358822, -0.006362291052937508, 0.010478246957063675, -0.040015462785959244, -0.03089059703052044, 0.012885034084320068, 0.02796059474349022, 0.01093169953674078, -0.0028009426314383745, -0.00032962526893243194, -0.009669007733464241, -0.020635588094592094, 0.012110676616430283, -0.004468253813683987, 0.02229592204093933, -0.0004931298899464309, -0.012933867983520031, -0.008769078180193901, 0.00490775378420949, 0.024863163009285927, -0.025309639051556587, 0.006069290451705456, -0.015473202802240849, 0.008078435435891151, -0.028965165838599205, -0.016994014382362366, 0.008866745047271252, 0.03552279248833656, 0.0070075890980660915, -0.01579410769045353, -0.016980061307549477, 0.02662116475403309, -0.036387838423252106, -0.008364459499716759, 0.007834267802536488, -0.012905962765216827, -0.0025253829080611467, -0.006473910063505173, 0.014580249786376953, -0.013750082813203335, 0.0040357294492423534, 0.03178355097770691, 0.01328267715871334, -0.0053298138082027435, -0.046321943402290344, -0.02773735672235489, -0.003427056362852454, 0.05926976352930069, 0.025616591796278954, -0.005549564026296139, -0.003004996571689844, -0.017007965594530106, -0.003320669289678335, -0.009306245483458042, -0.02683044970035553, 0.03421126678586006, -0.015696441754698753, -0.004942635074257851, 0.00293000228703022, 0.0035927409771829844, 0.02055187337100506, 0.024486448615789413, -0.004129908047616482, 0.010464293882250786, 7.597513467771932e-05, -0.017412586137652397, -0.022240113466978073, 0.018779920414090157, -0.0294953566044569, 0.017663728445768356, 0.02028677798807621, 0.03859231621026993, -0.008524911478161812, 0.03407174348831177, 0.009920150972902775, 0.016142917796969414, -0.011908366344869137, -0.0239144004881382, 0.012898986227810383, 0.0045310393907129765, 0.008092387579381466, -0.03758774325251579, 0.04397793859243393, 0.01091077085584402, -0.004429884720593691, -0.013066415674984455, 0.004154324997216463, 0.023733019828796387, 0.023774877190589905, -0.0007451449637301266, -0.014775583520531654, 0.008148197084665298, -0.017524205148220062, 0.0010839265305548906, 0.042052511125802994, -0.022016875445842743, -0.012682724744081497, 0.02458411455154419, -0.01802649162709713, -0.023077256977558136, -0.015361583791673183, 0.020161205902695656, 0.011768843047320843, 0.03289974108338356, 0.010045722126960754, -0.03250907361507416, -0.05265633016824722, -0.02910469099879265, -0.01912873052060604, -0.011008437722921371, -0.014036106877028942, -0.004210134502500296, 0.00993410311639309, -0.015096488408744335, -0.021109970286488533, -0.013094319961965084, 0.01823577657341957, 0.006721565034240484, -0.04196879640221596, -0.026872307062149048, 0.0022620316594839096, 0.02052396908402443, 0.006899457890540361, 0.0029422107618302107, 0.004499646369367838, -0.004900777712464333, 0.009975960478186607, -0.022142445668578148, -0.03602507710456848, 0.013031533919274807, -0.009857364930212498, 0.013212915509939194, -0.014622107148170471, -0.019979825243353844, -0.018124157562851906, -0.01716144196689129, 0.03488098084926605, -0.007276172749698162, 0.005061230156570673, 0.0006391939823515713, 0.012236247770488262, 0.004942635074257851, 0.014803487807512283, 0.031169643625617027, 0.015696441754698753, -0.01642196625471115, 0.006330898031592369, 0.004482205957174301, -0.00038674287497997284, 0.001887061051093042, -0.015277869068086147, 0.015096488408744335, 0.02701183222234249, -0.006609946023672819, 0.006637850776314735, 0.01847296766936779, -0.002818383276462555, -0.00147895363625139, 0.014831393025815487, 0.005420504603534937, 0.004300824832171202, 0.0026230497751384974, -0.009410888887941837, 0.02302144654095173, 0.008678387850522995, 0.01872410997748375, -0.005961159709841013, -0.017496298998594284, -0.031448692083358765, 0.012536223977804184, 0.019951920956373215, 0.0018574121640995145, 0.011559557169675827, -0.008748149499297142, -0.010415460914373398, -0.02840707078576088, -0.009536460041999817, -0.02031468227505684, 0.01206184271723032, -0.026495592668652534, -0.010024793446063995, -0.026746736839413643, -0.02843497507274151, -0.007729625329375267, 0.006421588361263275, -0.027848975732922554, -0.012850153259932995, -0.008071458898484707, 0.008615601807832718, -0.0017998586408793926, -0.027723403647542, 0.0060413856990635395, -0.03451821953058243, -0.006240207236260176, 0.006334386300295591, -0.01543134544044733, 0.04509413242340088, 0.005110063590109348, -0.010966580361127853, -0.0037392410449683666, -0.008273768238723278, -0.026230497285723686, -0.013791940174996853, 0.003463681321591139, -0.021695969626307487, 0.054163187742233276, 0.018389252945780754, 0.013191986829042435, 0.004510110709816217, -0.010875890031456947, 0.01579410769045353, 0.0121525339782238, -0.01544529851526022, 0.013268725015223026, 0.04096422344446182, 0.011385152116417885, 0.012543200515210629, -0.004527551122009754, 0.01979844458401203, -0.013212915509939194, -0.001808578846976161, -0.00088641291949898, 0.020370492711663246, -0.005943719297647476, 0.017705585807561874, -0.006693660281598568, -0.042917557060718536, -0.011803723871707916, -0.0076528871431946754, 0.0029753476846963167, 0.023272590711712837, -0.03970851004123688, -0.02004958689212799, 0.027904784306883812, -0.022867970168590546, 0.020998351275920868, -0.0024643412325531244, 0.010289888828992844, -0.01848691888153553, 0.0039101578295230865, 0.01915663480758667, 0.01261993870139122, -0.020914636552333832, 0.008636530488729477, -0.020203063264489174, 0.008622578345239162, 0.037950508296489716, 0.017984634265303612, 0.0058495402336120605, -0.008336554281413555, -0.026439784094691277, -0.011622343212366104, 0.016519632190465927, -0.015473202802240849, -0.02498873509466648, 0.02500268630683422, -0.02233777940273285, -0.0218773502856493, -0.020217016339302063, -0.00293523445725441, -0.0048135751858353615, -0.027109498158097267, 0.0030921988654881716, 0.010952628217637539, 0.029858119785785675, -0.03139288350939751, -0.017621871083974838, -0.010401508770883083, 0.0022097101900726557, 0.029244214296340942, 0.007464529946446419, 0.035020504146814346, 0.026481639593839645, 0.01714749075472355, -0.015026726759970188, -0.01237577199935913, -0.0031462644692510366, 0.001277515897527337, 0.022016875445842743, 0.020328635349869728, -0.015501108020544052, -0.027821069583296776, 0.017021918669342995, -0.005099599249660969, 0.0018521801102906466, -0.023133065551519394, 0.02362140081822872, 0.0009566108928993344, 0.010052698664367199, -0.031058024615049362, -0.014454678632318974, -0.04185717552900314, 0.0048554325476288795, -0.0180683471262455, 0.029216310009360313, -0.0034375207033008337, -0.007492434699088335, -0.008057506754994392, 0.015291822142899036, -0.020398396998643875, 0.021040206775069237, 0.0102480323985219, 0.0013115248875692487, 0.01776139624416828, 0.00675993412733078, -0.025393353775143623, -0.004729860927909613, 0.0035404195077717304, 0.023160971701145172, 0.004569408483803272, -0.019896110519766808, -0.0033032288774847984, 0.04015498608350754, -0.0182636808604002, -0.009145793505012989, -0.007422672584652901, 0.024458544328808784, -0.01430120225995779, -0.02366325818002224, 0.0025375913828611374, 0.0023806269746273756, 0.0011772330617532134, -0.00010246288002235815, -0.01217346265912056, 0.0015469714999198914, 0.019254300743341446, -0.028909357264637947, 0.010499175637960434, 0.024653876200318336, -0.0182636808604002, -0.022616827860474586, 0.004705444443970919, -0.0218773502856493, -0.014691868796944618, -0.029830215498805046, 0.044284891337156296, 0.003332877764478326, -0.020998351275920868, 0.02208663709461689, -0.003479377832263708, 0.028114071115851402, 0.007750554010272026, 0.013289653696119785, 0.000426637998316437, 0.03811793401837349, -0.010415460914373398, 0.013659392483532429, 0.010736365802586079, 0.03421126678586006, -0.03379269316792488, 0.02143087424337864, -0.018556682392954826, -0.022170351818203926, 0.021988969296216965, -0.015710392966866493, -0.026021212339401245, -0.03195097669959068, 0.0218773502856493, 0.01668706163764, 0.013673344627022743, -0.002269007731229067, 0.007618006318807602, 0.014691868796944618, -0.005633278284221888, -0.00363111007027328, -0.008043553680181503, 0.013701248914003372, -0.04009917378425598, -0.002249823184683919, 0.018821777775883675, -0.00451359897851944, -0.002375394804403186, -0.016352204605937004, 0.006958755664527416, -0.007084327284246683, -0.020579777657985687, -0.05187499523162842, 0.013387320563197136, 0.0009897478157654405, -0.010792175307869911, 0.003010228741914034, -0.01127353310585022, -0.0034863539040088654, -0.011385152116417885, 0.019896110519766808, 0.008371435105800629, 0.008936507627367973, -0.0059506953693926334, 0.01034569926559925, 0.025421258062124252, 0.015375535935163498, -0.012703653424978256, 0.006125100422650576, -0.014287250116467476, -0.012724582105875015, -0.029690690338611603, -0.008957435376942158, -0.03926203027367592, 0.01407796423882246, 0.011761866509914398, -0.038871366530656815, -0.038648124784231186, -0.009096959605813026, -0.016589393839240074, -0.022156398743391037, -0.023956257849931717, 0.020789064466953278, 0.02480735257267952, 0.02272844687104225, 0.006951779592782259, 0.023384209722280502, -0.00011794131569331512, 0.030332500115036964, 0.0037985388189554214, 0.0058251237496733665, 0.019031062722206116, 0.0003549139655660838, 0.02977440506219864, -0.011147961020469666, -0.05154013633728027, -0.01737072877585888, -0.014677916653454304, 0.00738081568852067, 0.008978364057838917, 0.02702578343451023, -0.010136413387954235, 0.022351732477545738, -0.0021225076634436846, 0.0008545840391889215, -0.017873015254735947, 0.011657224036753178, 0.022170351818203926, -0.026090973988175392, 0.018179967999458313, 0.02028677798807621, 0.004984491970390081, -0.023551637306809425, -0.0026056093629449606, -0.003399151610210538, -0.0016184775158762932, 0.0043182652443647385, 0.008936507627367973, -0.0008510959451086819, 0.01844506338238716, -0.021040206775069237, 0.014510488137602806, 0.01824972964823246, -0.009173697791993618, 0.003036389360204339, -0.013150129467248917, 0.010652651078999043, -0.02836521342396736, 0.0011205514892935753, 0.017314918339252472, 0.012557152658700943, 0.006351826712489128, -0.007659863214939833, 0.01598944142460823, 0.012885034084320068, 0.0062297433614730835, -1.590082138136495e-05, 0.005894885864108801, -0.013589629903435707, -0.013122225180268288, -0.03970851004123688, 0.005029837600886822, -0.004761253949254751, -0.026690926402807236, -0.01896130107343197, -0.011182842776179314, -0.0033904314041137695, 0.017900919541716576, -0.004356634337455034, -0.0050263493321835995, -0.012089747935533524, 0.018082300201058388, -0.0007141880923882127, 0.00023435658658854663, -0.02210059016942978, 0.023035399615764618, 0.0168823953717947, -0.013554749079048634, -0.014280273579061031, 0.2179921716451645, 0.003819467267021537, 0.011015413329005241, 0.023760924115777016, -0.005650718696415424, -0.006969220004975796, 0.028448928147554398, 0.009257412515580654, -0.015277869068086147, -0.016756823286414146, -0.024667829275131226, 0.0016088852426037192, 0.0015199386980384588, -9.799375402508304e-05, -0.006222766824066639, -0.022016875445842743, -0.03895507752895355, -0.02055187337100506, -0.007352910935878754, 0.010868913494050503, -0.016994014382362366, 0.005880933254957199, -0.029216310009360313, -0.002541079418733716, 0.004276408348232508, 0.0218773502856493, 0.0025236390065401793, 0.019310111179947853, 0.004562432412058115, 0.002792222425341606, -0.008308649994432926, 0.00698317214846611, 0.007799387443810701, -0.009396935813128948, -0.0074366251938045025, -0.004974027629941702, 0.022616827860474586, -0.01137817557901144, 0.027165308594703674, -0.005514683201909065, -0.0020422814413905144, -0.014733726158738136, -0.006815743632614613, -0.013826820999383926, -0.033206693828105927, 0.011175866238772869, -0.00990619882941246, -0.01093867514282465, -0.0002361006336286664, 0.0026021210942417383, -0.04883337393403053, -0.025156162679195404, 0.019017111510038376, 0.029690690338611603, -0.018179967999458313, 0.003906670026481152, -0.007450577337294817, 0.03337412327528, -0.01759396679699421, 0.020858826115727425, -0.009773651137948036, -0.002220174530521035, -0.02770945057272911, 0.017942776903510094, -0.027332736179232597, 0.01755210943520069, -0.011803723871707916, -0.009675984270870686, 0.02996973879635334, -0.0320625975728035, 0.012194390408694744, 0.008608626201748848, 0.003945039119571447, 0.0043845390900969505, -0.018166014924645424, -0.024653876200318336, -0.006861088797450066, 0.026216544210910797, 0.011608390137553215, 0.027360640466213226, 0.00902719795703888, -0.012166486121714115, 0.004925194662064314, -0.01844506338238716, 0.0009862597798928618, -0.021472731605172157, 0.02302144654095173, 0.002031817100942135, -0.008078435435891151, -0.023565590381622314, -0.0007176761864684522, -0.008636530488729477, -0.022477304562926292, -0.015891775488853455, -0.03197888284921646, 0.014901154674589634, 0.010324770584702492, 0.016128964722156525, -0.012682724744081497, -0.01407796423882246, -0.02364930510520935, 0.061167288571596146, -0.004154324997216463, -0.0040775868110358715, -0.011259580962359905, 0.0041264197789132595, -0.01713353767991066, 0.015724346041679382, -0.012968748807907104, 0.0006627386319451034, 0.009780626744031906, -0.017259109765291214, 0.0025027103256434202, -0.004088051151484251, 0.00991317443549633, 0.01915663480758667, 0.013861701823771, -0.02297958917915821, 0.026453735306859016, 0.0035055384505540133, 0.008796983398497105, -0.012975724413990974, 0.019910063594579697, 0.0005602757446467876, -0.008155173622071743, -0.014468630775809288, -0.01508253626525402, -0.015068583190441132, -0.032592788338661194, -0.02836521342396736, 0.015849918127059937, -0.009766674600541592, 0.014412821270525455, -0.005364694632589817, -0.007638934534043074, 0.0016080131754279137, 0.004028753377497196, -0.011622343212366104, -0.015361583791673183, 0.02143087424337864, -0.01755210943520069, -0.001732712727971375, 0.004255479667335749, -0.005462361499667168, -0.004660098813474178, 0.005985576193779707, 0.02348187565803528, 0.0006217534537427127, -0.00959226954728365, -0.014440725557506084, -0.01206184271723032, -0.011447938159108162, -0.017063776031136513, 0.010394532233476639, 0.033206693828105927, -0.0062297433614730835, -0.014901154674589634, -0.03289974108338356, 0.007931934669613838, 0.003439264604821801, -0.05346556752920151, -0.01239670068025589, 0.03767145797610283, 0.001920197973959148, -0.008064482361078262, 0.008252839557826519, -0.18004167079925537, 0.027904784306883812, 0.01398727297782898, -0.015040678903460503, 0.04436860606074333, 0.017705585807561874, -0.020844874903559685, 0.01940777711570263, 0.010220127180218697, 0.008162149228155613, 0.021040206775069237, -0.01049219910055399, -0.023495828732848167, -0.024932924658060074, 0.006951779592782259, -0.007590101566165686, -0.015696441754698753, 0.012466462329030037, 0.026425831019878387, -0.0006047490169294178, 0.049949564039707184, -0.016115013509988785, 0.018612490966916084, -0.030611548572778702, -0.007464529946446419, 0.00501588499173522, -0.035494886338710785, 0.02705368772149086, -0.02703973650932312, -0.010331746190786362, 0.009013245813548565, 0.027221117168664932, 0.028769832104444504, 0.010485222563147545, -0.00010982059029629454, 0.005832099821418524, -0.00936903152614832, 0.004691491834819317, -0.011489794589579105, 0.00925043597817421, 0.02836521342396736, 0.02773735672235489, -0.02055187337100506, 0.010548008605837822, 0.019965874031186104, 0.019086873158812523, 0.01320593897253275, -0.036666885018348694, 0.01408493984490633, -0.028100118041038513, -0.0007686896133236587, -0.01896130107343197, 0.018626444041728973, 0.004450812935829163, -0.02501663938164711, 0.011454913765192032, 0.009173697791993618, 0.02431901916861534, 0.010380580089986324, 0.009871317073702812, -0.00164987042080611, -0.027569927275180817, 0.02362140081822872, -0.01579410769045353, -0.0033747348934412003, -0.01851482503116131, -0.01432910654693842, 0.020412350073456764, -0.01488720253109932, 0.01015734113752842, 0.010234079323709011, -0.0016925996169447899, -0.01543134544044733, -0.005343766417354345, 0.017231203615665436, 0.009424841031432152, -0.02164016105234623, 0.003411359852179885, 0.012633890844881535, -0.0014397124759852886, -0.00518680177628994, 0.005507706664502621, 0.008217958733439445, -0.0009199858759529889, -0.02094254083931446, 0.006714588962495327, -0.0020161205902695656, 0.0020876266062259674, -0.008985340595245361, 0.0027625737711787224, 0.01511044055223465, 0.001512090559117496, -0.00878303125500679, -0.011845581233501434, 0.023788828402757645, -0.010771246626973152, 0.010485222563147545, 0.02250520884990692, -0.005061230156570673, -0.0012147302040830255, 0.009173697791993618, 0.000979283475317061, -0.008650483563542366, 0.00312359188683331, 0.014259344898164272, 0.0075063868425786495, -0.00267885928042233, 0.010673579759895802, 0.028532642871141434, -0.017175395041704178, -0.03172773867845535, 0.01756606251001358, 0.01847296766936779, -0.006505303084850311, -0.009864341467618942, 0.04796832427382469, 0.009341126307845116, -0.019072920083999634, -0.006411124020814896, 0.008538863621652126, 0.017035871744155884, -0.005274004302918911, 0.011915342882275581, -0.011761866509914398, 0.0043845390900969505, -0.003927598241716623, -0.07618006318807602, -0.0017998586408793926, 0.01582201197743416, -0.011210747063159943, -0.0028218713123351336, 0.00395550299435854, -0.0029247701168060303, 0.009989912621676922, -0.003193353768438101, 0.0018539241282269359, -0.0004804854979738593, -0.019324062392115593, -0.026858355849981308, -0.030583644285798073, 0.0011798491468653083, 0.006264624185860157, -0.005706528201699257, -0.004562432412058115, -0.009173697791993618, 0.02904888056218624, 0.0009749234304763377, -0.0029997644014656544, -0.017468394711613655, 0.005755361635237932, -0.01058986596763134, -0.007618006318807602, -0.034797266125679016, -0.00021430003107525408, 0.010806127451360226, -0.015180203132331371, -0.00513448053970933, -0.005486778449267149, -0.02882564254105091, -0.02480735257267952, -0.017914870753884315, 0.01939382590353489, 0.008748149499297142, -0.023537686094641685, 0.03133707121014595, -0.015068583190441132, -0.0023004007525742054, -0.02159830369055271, 0.012696676887571812, -0.01183162909001112, -0.0019690312910825014, -0.007973792031407356, -0.0009941079188138247, 0.023998115211725235, -0.011427009478211403, 0.00395550299435854, -0.0074156965129077435, -0.018207872286438942, -0.009396935813128948, -0.005982088390737772, 0.019770540297031403, 0.008957435376942158, 0.0045066229067742825, -0.004921706393361092, -0.05617232993245125, 0.018124157562851906, -0.0045519680716097355, -0.023133065551519394, -0.03404383733868599, 0.016366155818104744, 0.003969455603510141, 0.029132595285773277, -0.019310111179947853, -0.021988969296216965, 0.030276691541075706, 0.0017213764367625117, -0.0018068348290398717, 0.030332500115036964, -0.0053751589730381966, -0.01873806305229664, -0.027374593541026115, -0.0067738862708210945, -0.009669007733464241, 0.007401743903756142, 0.008134244941174984, -0.02458411455154419, 0.0017004477558657527, 0.006718076765537262, 0.006003016605973244, -0.014357011765241623, 0.013164082542061806, -0.0016559745417907834, 0.015319726429879665, 0.020649541169404984, 0.014357011765241623, -0.03831326961517334, -0.002357954392209649, 0.014789535664021969, 0.0008053146302700043, -0.004412443842738867, -0.004914730321615934, 0.015640631318092346, -0.014343059621751308, -0.02004958689212799, -0.010778223164379597, 0.011622343212366104, -0.022142445668578148, -0.01206184271723032, -0.07991930097341537, 0.009557388722896576, -0.0075063868425786495, -0.013847749680280685, -0.0074366251938045025, -0.01573829911649227, 0.003875277005136013, -0.008238887414336205, 0.0017736979061737657, 0.012892010621726513, -0.028072213754057884, 0.03292764723300934, 0.008657459169626236, 0.002237614942714572, -0.009801555424928665, -0.012319962494075298, 0.0050716944970190525, 0.0001957695058081299, 0.035494886338710785, 0.007631958462297916, 0.0017126561142504215, -0.010429413057863712, 0.006372755393385887, 0.02004958689212799, -0.01305943913757801, 0.028309402987360954, -0.028072213754057884, 0.02455621026456356, -0.003188121598213911, -0.01624058373272419, 0.01866830140352249, -0.005301909055560827, -0.010464293882250786, 0.0026544425636529922, 0.0146500114351511, 0.018863635137677193, 0.009201603010296822, 0.008308649994432926, 0.044759273529052734, 0.015640631318092346, -0.018207872286438942, -0.04012707993388176, 0.01964496821165085, -0.02003563567996025, -0.012187414802610874, -0.013254772871732712, -0.014070987701416016, 0.0017309687100350857, 0.007066886872053146, 0.017719538882374763, 0.03677850589156151, 0.01573829911649227, -0.057986143976449966, -0.0359971709549427, -0.0034008955117315054, -0.023830685764551163, 0.01804044283926487, 0.009892245754599571, 0.0024259721394628286, -0.015249964781105518, 0.04300127178430557, -0.0023474900517612696, 0.007304077502340078, 0.0013647184241563082, 0.022184303030371666, 0.015277869068086147, -0.025100354105234146, -0.013896582648158073, 0.01734282448887825, -0.0243050679564476, -0.016561489552259445, -0.01173396222293377, 0.011796747334301472, -0.00681225536391139, 0.01205486711114645, -0.002185293473303318, -0.012508319690823555, 0.03086269088089466, -0.01871015876531601, 0.014022153802216053, 0.015849918127059937, 0.0024259721394628286, -0.005741409491747618, 0.03580183908343315, 0.02955116704106331, -0.006669243331998587, -0.003207306144759059, 0.010052698664367199, -0.011524676345288754, 0.019547302275896072, -0.02526778168976307, 0.028281498700380325, 0.014901154674589634, 0.0010900306515395641, -0.02839311771094799, 0.005846052430570126, 0.004914730321615934, 0.025853782892227173, 0.026969974860548973, 0.013345463201403618, 0.027081593871116638, 0.011427009478211403, -0.0016463822685182095, -0.03289974108338356, -0.04210831969976425, 0.005929766688495874, -0.01981239765882492, -0.02932792901992798, 0.011036342009902, 0.016742870211601257, 0.0342949815094471, 0.005647230893373489, -0.0030660382471978664, 0.007105255965143442, -0.012592034414410591, 0.01686844229698181, 0.011629318818449974, 0.0008598161512054503, -0.018152061849832535, 0.022156398743391037, 0.014873250387609005, -0.009899222292006016, 0.027862926945090294, -0.05000537261366844, 0.01917058788239956, -0.015905726701021194, 0.008503982797265053, -0.019924016669392586, 0.00473683699965477, -0.01582201197743416, 0.0005851284367963672, 0.0034706576261669397, -0.0007425288786180317, -0.012996653094887733, -0.016045251861214638, -0.009885270148515701, 0.0011100872652605176, -0.004457789473235607, 0.016394060105085373, 0.08164940029382706, 0.03856441378593445, -0.002506198361515999, -0.004705444443970919, 0.002382370876148343, -0.01070846151560545, 0.007666839752346277, -0.006432052701711655, -0.0021225076634436846, -0.029160499572753906, 0.0025829365476965904, 0.005127504002302885, 0.007820315659046173, -0.02815592847764492, -0.013261748477816582, 0.0034828658681362867, -0.022812161594629288, 0.003332877764478326, -0.018110204488039017, -0.008029601536691189, 0.020370492711663246, -0.025839829817414284, 0.024012066423892975, -0.030499929562211037, -0.031197549775242805, 0.008992317132651806, 0.03169983625411987, -0.017217252403497696, -0.025979354977607727, -0.009382983669638634, 0.015096488408744335, 0.021514588966965675, -0.014147725887596607, -0.013247796334326267, -0.014370963908731937, 0.01474767830222845, -0.007311053574085236, 0.00019751355284824967, 0.014956964179873466, 0.011245627887547016, 0.009320197626948357, 0.015696441754698753, 0.0002611713425721973, -0.025170115754008293, -0.002064954023808241, 0.0031480086036026478, 0.028476832434535027, -0.003920622169971466, 0.016115013509988785], \"0aa07a76-2e38-4986-b6cf-45e752469850\": [0.03410404548048973, -0.019822977483272552, 0.04286985099315643, -0.06964685767889023, -0.005072311032563448, 0.03911307826638222, -0.035649385303258896, 0.0057583884336054325, -0.02084876224398613, -0.041377801448106766, 0.020062770694494247, -0.007826612330973148, -0.012009686790406704, -0.0009824896696954966, 0.013828124850988388, 0.01149679347872734, 0.01865065097808838, -0.02120845392346382, 0.007007315754890442, 0.0028575460892170668, -0.014054597355425358, 0.00653438875451684, -0.027256593108177185, 0.016918804496526718, -0.01950325071811676, 0.003523640800267458, 0.03711479529738426, -0.03159952908754349, -0.0036135634873062372, -0.004049855750054121, 0.00949184875935316, -0.008752483874559402, -0.025897759944200516, -0.0029191598296165466, -0.0042496840469539165, -0.01906362920999527, 0.023739613592624664, 0.0021248420234769583, 0.01195639930665493, -0.021168489009141922, 0.02744309976696968, 0.014520864002406597, -0.009618407115340233, -0.009465205483138561, 0.0047226110473275185, 0.033064939081668854, 0.009218750521540642, -0.006234645843505859, 0.005032345186918974, 0.024072660133242607, 0.014973808079957962, 0.0221809521317482, -0.010810716077685356, -0.012495935894548893, 0.006108087953180075, -0.02042246237397194, -0.00011781549255829304, 0.024059338495135307, -0.02262057550251484, 0.002772619016468525, 0.010177926160395145, 0.00021304620895534754, -0.02211434207856655, -0.018703937530517578, -0.003686833893880248, 0.008152998983860016, -0.007573496084660292, -0.0014537515817210078, -0.0024029365740716457, 0.0052688089199364185, 0.03897985816001892, 0.01061754859983921, 0.012895592488348484, 0.02132835052907467, 0.026737039908766747, -0.009871522895991802, -0.0046759843826293945, -0.013441789895296097, -0.011863145977258682, -0.003193923970684409, -0.005841650068759918, -0.0031955891754478216, 0.0015969619853422046, 0.004799211863428354, 0.01591966301202774, 0.013828124850988388, 0.009531814604997635, 0.013601653277873993, -0.019703080877661705, -0.01638592779636383, 0.007620122749358416, 0.011643334291875362, -0.0026710396632552147, -0.011243677698075771, -0.01775808446109295, 0.020116059109568596, 0.006940706167370081, 0.028055906295776367, 0.002935812110081315, -0.0030124131590127945, 0.02298026531934738, 0.005425340961664915, -0.03461027890443802, -0.012868949212133884, -0.03929958492517471, -0.021168489009141922, 0.0355428121984005, 0.009005599655210972, -0.013814803212881088, 0.010151282884180546, 0.0008251247345469892, 0.04289649426937103, -0.009391934610903263, -0.021128522232174873, 0.011683300137519836, -0.014494219794869423, 0.00398324616253376, -0.004815864376723766, -0.020235955715179443, -0.0072670928202569485, 0.024072660133242607, -0.0028475546278059483, 0.00630791625007987, -0.015333498828113079, 0.013415146619081497, 0.019356710836291313, 0.0032655291724950075, 0.00042442718404345214, 0.009611746296286583, 0.0017201894661411643, -0.004156430717557669, -0.010950596071779728, 0.00233299657702446, -0.0067175645381212234, -0.020102737471461296, 0.004246353637427092, -0.004406216088682413, 0.025617999956011772, -0.01589301787316799, -0.033917538821697235, 0.009578441269695759, 0.014773979783058167, -0.0032022499945014715, 0.00822626892477274, -0.00037925763172097504, 0.012162888422608376, -0.0035136493388563395, 0.014334357343614101, 0.02122177556157112, 0.02134167216718197, 0.01022455282509327, -0.0020582324359565973, -0.0006036483100615442, -0.02120845392346382, 0.00934530794620514, 0.007473581936210394, -0.010397737845778465, 0.03186596930027008, 0.011356913484632969, -0.022753793746232986, -0.018517430871725082, 0.027123374864459038, -0.012029669247567654, 0.0022380780428647995, 0.010910630226135254, 0.024072660133242607, 0.004449512343853712, 0.00215481617487967, 0.0014246099162846804, 0.01861068420112133, -0.014480898156762123, 0.03631548210978508, -0.013421807438135147, 0.006051470059901476, -0.008312861435115337, 0.028055906295776367, -0.0024945244658738375, 0.005731744691729546, -0.02965453453361988, -0.002577786333858967, -0.010524295270442963, -0.004153100308030844, 0.02656385488808155, 0.036608561873435974, -0.021914513781666756, 0.0042130486108362675, 0.020062770694494247, 0.01942332088947296, 0.009145479649305344, -0.007540191523730755, 0.020502394065260887, 0.012269463390111923, -2.341738945688121e-05, -0.021368317306041718, -0.6266618371009827, -0.021434925496578217, 0.007280414458364248, -0.02797597646713257, -0.010297823697328568, 0.014081240631639957, 0.0036035720258951187, 0.005608517210930586, -0.03450370207428932, 0.013934699818491936, -0.0012222836958244443, 0.025444816797971725, 0.017465002834796906, -0.028455562889575958, -0.036102332174777985, -0.013841447420418262, 0.015373464673757553, -0.0044328598305583, 0.037034861743450165, 0.008925667963922024, -0.011889789253473282, 0.015027095563709736, 0.013668262399733067, -0.0005774208111688495, 0.01818438433110714, -0.0038333747070282698, 0.027656249701976776, -0.009132158011198044, -0.016758941113948822, 0.0062646204605698586, -0.028189126402139664, -0.0005686783115379512, 0.00949184875935316, -0.006637633312493563, 0.04132451117038727, 0.0019899578765034676, 0.018530752509832382, -0.0034020785242319107, 0.0076933931559324265, 0.034343842417001724, -0.028242412954568863, -0.012689103372395039, 0.03373103216290474, 0.03724801167845726, 0.008812432177364826, 0.002534490078687668, 0.026324061676859856, 0.006391178350895643, -0.015599937178194523, 0.031679462641477585, 0.005944894626736641, -0.013301909901201725, -0.007839933969080448, 0.0005203864420764148, 0.003733460558578372, -0.00799979642033577, 0.019623149186372757, -0.008439418859779835, 0.009358629584312439, 0.006144723389297724, -0.0013679919065907598, 0.010144622065126896, -0.009645050391554832, -0.047186147421598434, 0.004179744049906731, -0.005904929246753454, 0.017118632793426514, -0.00498571852222085, 0.009998081251978874, 0.013548365794122219, 0.02038249745965004, 0.027283236384391785, 0.014027953147888184, -0.028562139719724655, -0.008825753815472126, 0.00766008859500289, 0.00227804365567863, -0.017065344378352165, 0.0005128929042257369, 0.005262147635221481, -0.000979991746135056, -0.005831658840179443, -0.002469545928761363, -0.002079880563542247, 0.03197254240512848, 0.008545994758605957, -0.018504109233617783, -0.017971234396100044, 0.015293532982468605, 0.005874955095350742, 0.0061846887692809105, 0.03626219183206558, -0.007120552007108927, -0.033384665846824646, -0.024552248418331146, 0.005894937552511692, -0.003162284381687641, -0.028162481263279915, -0.013654940761625767, -0.012762373313307762, -0.0061114183627069, -0.016146134585142136, -0.004689306486397982, 0.008146337233483791, 0.02298026531934738, 0.0038333747070282698, -0.017851335927844048, 0.0037501128390431404, 0.019330067560076714, -0.02084876224398613, 0.005405358038842678, 0.0061613754369318485, 0.003949941135942936, 0.01060422696173191, 0.02347317524254322, -0.03575596213340759, 0.02697683311998844, 0.02076883055269718, -0.0062279850244522095, -0.009438561275601387, 0.014880554750561714, 0.025951048359274864, 0.022780437022447586, -0.014121206477284431, 0.014227781444787979, 0.02166139893233776, 0.01218953263014555, -0.02345985360443592, 0.0030307306442409754, 0.008299539797008038, 0.020702222362160683, -0.015226923860609531, 0.01370822824537754, -0.021581467241048813, 0.025991013273596764, 0.028162481263279915, 0.026417315006256104, -0.01111045852303505, 0.012309429235756397, -0.011183729395270348, -0.011030527763068676, -0.026377348229289055, 0.008486045524477959, -0.008725839667022228, -0.008985617198050022, -0.017984556034207344, 0.0038466965779662132, -0.006974011193960905, -0.00521885184571147, 0.006914062425494194, -0.008932329714298248, 0.013135386630892754, 0.001427107839845121, 0.011150424368679523, 0.003223898122087121, 0.00326719437725842, -0.009651711210608482, -0.029441384598612785, -0.030000902712345123, 0.0007922363583929837, 0.0016069533303380013, 0.021461570635437965, -0.0353296622633934, -0.010943935252726078, -0.005921581294387579, -0.002236412838101387, 0.030880147591233253, 0.00442619901150465, -0.014174493961036205, -0.013175352476537228, 0.01809113100171089, -0.004819194786250591, -0.004326284863054752, 0.02962789125740528, 0.0032955033238977194, 0.0199828390032053, -0.0047625768929719925, 0.023246703669428825, -0.002183125354349613, -0.001656077802181244, 0.008705857209861279, -0.0221543088555336, -0.007926526479423046, -0.009205427952110767, 0.03714143857359886, 0.018743904307484627, -0.0018500778824090958, 0.02300690859556198, -0.0020282582845538855, -0.00684745330363512, -0.028908507898449898, -0.012269463390111923, -0.024006051942706108, 0.026936868205666542, -0.016998736187815666, -0.0033870914485305548, 0.005441993474960327, 0.023126807063817978, 0.0028775290120393038, 0.01690548285841942, 0.0355694554746151, -0.0002545730385463685, 0.017891302704811096, 0.004053186159580946, -0.009425239637494087, -0.019170204177498817, -0.0036202245391905308, -0.028135837987065315, 0.035223085433244705, 0.007886560633778572, 0.011649995110929012, -0.02700347825884819, -0.013268605805933475, -0.023326635360717773, 0.007313719484955072, 0.0011773223523050547, 0.003392087062820792, 0.013261944986879826, -0.008372809737920761, 0.005088963080197573, 0.0199561957269907, -0.015200279653072357, 0.013142047449946404, -0.007533530704677105, -0.0072271269746124744, 0.01593298465013504, 0.013182013295590878, 0.01485391054302454, 0.025591356679797173, -0.02877528965473175, -0.007207144051790237, 0.013221979141235352, -0.004839177709072828, 0.007546852342784405, 0.021568145602941513, 0.033837608993053436, 0.012975524179637432, -0.029814396053552628, 0.003889992833137512, -0.005508602596819401, 0.012342734262347221, 0.028242412954568863, 0.043189577758312225, -0.01903698593378067, 0.0034137351904064417, 0.012062974274158478, 0.04641347751021385, 0.005918250884860754, -0.0011090475600212812, 0.013035472482442856, -0.015280211344361305, 0.026230808347463608, -0.004243022762238979, -0.0024745415430516005, 0.03953937813639641, -0.021021947264671326, -0.014014631509780884, 0.025031836703419685, 0.019236814230680466, 0.026324061676859856, 0.003933289088308811, 0.007400311529636383, 0.010417720302939415, -0.01285562664270401, 0.026816971600055695, -0.009445222094655037, -0.007846594788134098, -0.008426097221672535, 0.0055518988519907, 0.01508038304746151, -0.006810817867517471, -0.020688900724053383, -0.004139778204262257, 0.0012805670266970992, 0.018970375880599022, 0.010417720302939415, -0.002629408612847328, -0.036102332174777985, -0.012888931669294834, 0.018277637660503387, -0.03245213255286217, -0.025431493297219276, 0.013588330708444118, 0.02533823996782303, 0.001971640158444643, -0.012875610031187534, -0.023260025307536125, 0.006987332832068205, -0.03143966943025589, 0.00887238048017025, -0.008079728111624718, 0.020968660712242126, 0.008879042230546474, 0.0014962151180952787, -0.001964979339390993, 0.02568461000919342, 0.009038904681801796, -0.01394802238792181, 0.0072271269746124744, -0.011749910190701485, 0.026870258152484894, -0.01858404092490673, -0.016212744638323784, -0.011043849401175976, 0.03423726558685303, 0.01284896582365036, -0.01869061589241028, -0.017158597707748413, 0.02308684028685093, -0.06495755165815353, 0.003037391696125269, -0.004046524874866009, 6.775431393180043e-05, 0.003909975755959749, 0.0046560014598071575, 0.01685219444334507, 0.0001993080077227205, 0.005458645522594452, 0.029920972883701324, 0.00430963234975934, -0.0041464390233159065, -0.05552564933896065, -0.023113485425710678, 0.009758287109434605, 0.06405166536569595, 0.01855739764869213, -0.013355198316276073, 0.0022580609656870365, -0.0398857481777668, -0.011123781092464924, -0.020235955715179443, -0.02882857620716095, 0.03178603574633598, 0.007779985666275024, -0.004709289409220219, -0.013561687432229519, 0.02175465226173401, 0.007893221452832222, 0.023832866922020912, 0.006374525837600231, 0.002313013654202223, -8.940239058574662e-05, -0.020009484142065048, -0.01647918112576008, 0.010690819472074509, -0.0031256491784006357, 0.018517430871725082, 0.037461165338754654, 0.029095014557242393, 0.005155572667717934, 0.03770095854997635, 0.014707369729876518, 0.022274205461144447, -0.0033304733224213123, 0.0034170655999332666, -0.004622696898877621, 0.02754967473447323, 0.0016910478007048368, -0.038420338183641434, 0.04041862487792969, -0.0025911082047969103, -0.009864862076938152, -0.004692636895924807, 0.016612401232123375, 0.02436574175953865, 0.03671513870358467, 0.0007081418880261481, -0.02917494624853134, 0.0009375282097607851, -0.020622290670871735, -0.0019266788149252534, 0.01958318240940571, -0.013201995752751827, -0.024046016857028008, 0.006048139650374651, 0.001520361052826047, -0.024165913462638855, -0.0021065243054181337, 0.011150424368679523, 0.0067775133065879345, 0.005352070555090904, 0.009125497192144394, -0.013281927444040775, -0.053021132946014404, -0.033064939081668854, -0.01370822824537754, -0.008492707274854183, -0.01726517267525196, -0.005635160952806473, -0.004649340640753508, -0.021035268902778625, -0.02616419829428196, -0.02134167216718197, 0.020915372297167778, 0.007513547781854868, -0.020262598991394043, -0.02487197518348694, -0.001843416946940124, 0.009238732978701591, 0.007799968589097261, 0.03330473229289055, -0.0011748244287446141, 0.0066709378734230995, 0.026950189843773842, -0.01687883771955967, -0.03812725841999054, 0.01421445980668068, -0.006331229582428932, 0.009158801287412643, -0.01947660744190216, -0.0036735120229423046, -0.01460079476237297, 0.02353978529572487, 0.03935287147760391, -0.0019383354810997844, 0.0022180951200425625, 0.005561890546232462, 0.005681787617504597, -0.019596504047513008, 0.017411714419722557, 0.009298681281507015, 0.017185242846608162, 0.0062512983568012714, -0.02477872185409069, -0.011443505994975567, -0.0020865416154265404, -0.003966593649238348, -0.014720692299306393, 0.02786939963698387, 0.027789469808340073, -0.008019779808819294, 0.011143763549625874, 0.021394960582256317, -0.003395417472347617, 0.01198304258286953, -0.008958972990512848, 0.020262598991394043, -0.014947163872420788, -0.0014479232486337423, 0.010890647768974304, 0.012416004203259945, 0.0008288715616799891, 0.011649995110929012, -0.008246252313256264, -0.008266234770417213, -0.0442819744348526, 0.02134167216718197, 0.024019373580813408, -0.0032139066606760025, 0.017105311155319214, 0.006610989570617676, -0.015186958014965057, -0.031652819365262985, -0.02035585232079029, 0.008119693957269192, -0.0041464390233159065, -0.002729322761297226, 0.02119513228535652, -0.02754967473447323, -0.013355198316276073, -0.0012705755652859807, 0.017531611025333405, 0.0002799679059535265, -0.009771608747541904, -0.003375434782356024, 0.017944589257240295, 0.004779228940606117, -0.020542358979582787, 0.0005116439424455166, -0.03738123178482056, -0.009478527121245861, 0.0007535195909440517, -0.011250338517129421, 0.037860821932554245, -0.008152998983860016, 0.008885703049600124, -0.014161172322928905, 0.0027243271470069885, -0.006361204199492931, -0.017931267619132996, 0.012908914126455784, -0.03189261257648468, 0.02264721877872944, 0.004865821450948715, 0.0199162308126688, 0.0049923793412745, -0.010317806154489517, 0.013608314096927643, 0.012336073443293571, -0.01420113816857338, 0.019849620759487152, 0.03735458850860596, 0.017571577802300453, 0.009784930385649204, -0.004143108613789082, 0.010304484516382217, 0.022394102066755295, -0.021448247134685516, -0.0014362665824592113, 0.006171367131173611, -0.00995145458728075, 0.01903698593378067, 1.6860520190675743e-05, -0.03887328505516052, 0.009998081251978874, -0.00018942066526506096, -0.01861068420112133, 0.0266171433031559, -0.03013412281870842, -0.005681787617504597, 0.01778472773730755, -0.022887011989951134, 0.009891505353152752, -0.010657514445483685, 0.016559112817049026, -0.012962201610207558, 0.025977691635489464, 0.01019790954887867, 0.009598423726856709, -0.014361000619828701, -0.007393650710582733, -0.016066202893853188, 0.028642069548368454, 0.03450370207428932, 0.00029870180878788233, 0.007333702407777309, 0.00742695527151227, -0.03439712896943092, -0.018024520948529243, 0.008585960604250431, -0.041031431406736374, -0.01905030757188797, 0.004156430717557669, -0.02922823280096054, -0.014334357343614101, -0.02302023209631443, 0.0007784981280565262, -0.009645050391554832, -0.010903969407081604, 0.006834131199866533, -0.0027859408874064684, 0.02353978529572487, -0.03418397903442383, -0.03330473229289055, -0.020275920629501343, -0.014041275717318058, 0.027163339778780937, 0.024938583374023438, 0.03756773844361305, 0.023260025307536125, 0.008379470556974411, -0.012162888422608376, -0.015453396365046501, -0.013241961598396301, -0.0018300950760021806, 0.013295249082148075, 0.013608314096927643, -0.039805818349123, -0.04081828147172928, -0.006437805015593767, 0.019383354112505913, 0.0003690580779220909, -0.024658823385834694, 0.0177447609603405, 0.019836299121379852, 0.021474892273545265, -0.017491646111011505, -0.008166320621967316, -0.01858404092490673, 0.01956986077129841, -0.0076667494140565395, 0.008992278017103672, -0.013208657503128052, 0.002076550154015422, -0.0055385772138834, 0.03263863921165466, -0.022833725437521935, 0.02754967473447323, 0.02480536513030529, -0.00822626892477274, 0.0041897352784872055, -0.001497047720476985, -0.027682894840836525, -0.00862592551857233, -0.0005341246724128723, 0.005288791377097368, 7.160517270676792e-05, -0.004529443569481373, 0.012269463390111923, 0.027283236384391785, -0.006597667466849089, -0.02252732217311859, -0.009371952153742313, 0.022873690351843834, -0.013301909901201725, -0.027096731588244438, 0.024512283504009247, -0.009212088771164417, 0.012562545016407967, -0.012769034132361412, -0.0016818890580907464, -0.02263389714062214, 0.005505272187292576, -0.0489179901778698, 0.0009733308106660843, 0.024072660133242607, 0.0042363619431853294, -0.024898618459701538, 0.007373667787760496, -0.029920972883701324, -0.007799968589097261, -0.012662459164857864, 0.02264721877872944, 0.013614974915981293, -0.018730582669377327, 0.005971538834273815, 0.004842508118599653, 0.021887870505452156, 0.014307713136076927, 0.012815660797059536, 0.0033787651918828487, 0.030347272753715515, 0.002099863486364484, 0.00642448291182518, 0.008053084835410118, -0.0007401976617984474, -0.03762102499604225, 0.008326183073222637, -0.009851540438830853, -0.015520005486905575, 0.017611542716622353, -0.0011415197513997555, -0.028189126402139664, -0.027816113084554672, 0.019743045791983604, 0.023220060393214226, 0.008725839667022228, 0.002492859261110425, 0.005132259335368872, 0.0011914768256247044, 0.0008792449370957911, -0.019809655845165253, -0.0062479679472744465, 0.0038167224265635014, -0.02970782108604908, -0.017411714419722557, 0.018717259168624878, -0.02738981321454048, 0.018890444189310074, -0.03767431527376175, 0.003963263239711523, 0.010730785317718983, -0.015200279653072357, -0.03445041552186012, 0.013841447420418262, -0.015333498828113079, -0.00863258633762598, -0.002422919264063239, -0.017478324472904205, -0.01685219444334507, -0.009931471198797226, 0.018743904307484627, 0.007893221452832222, -0.00022314171656034887, 0.0008176311966963112, 0.044068820774555206, 0.025617999956011772, 0.015226923860609531, -0.01956986077129841, 0.004419538192451, -0.018051166087388992, -0.02476540021598339, -0.011057171039283276, -0.003760104300454259, -0.021115200594067574, 0.019263457506895065, 0.005278800148516893, -0.022900333628058434, -0.04974395036697388, 0.0007526869885623455, -0.03335801884531975, -0.017438357695937157, -0.02340656705200672, 0.01857071928679943, 0.02794933132827282, 0.025871116667985916, -0.012502596713602543, 0.007147195748984814, 0.001808446948416531, 0.03884664177894592, -0.016186099499464035, -0.027816113084554672, 0.021887870505452156, 0.006281272508203983, 0.009678355418145657, -0.0005228843074291945, -0.04689306393265724, -0.02485865354537964, 0.013122064992785454, -0.004036533646285534, -0.01109713688492775, 0.028961796313524246, -0.0017101980047300458, 0.0031023358460515738, 0.0017235198756679893, 0.004246353637427092, -0.02481868676841259, 0.021887870505452156, 0.028508851304650307, -0.05504606291651726, 0.01601291634142399, 0.0266171433031559, -0.0056751263327896595, -0.014787301421165466, 0.009565119631588459, 0.0018800521502271295, -0.032079119235277176, 0.008958972990512848, -0.0006606826209463179, -0.0012072966201230884, 0.014227781444787979, -0.022047733888030052, 0.027576318010687828, 0.017065344378352165, 5.183049142942764e-05, 0.017544932663440704, -0.007466921117156744, -0.012942219153046608, -0.018397534266114235, -0.001427107839845121, 0.015666546300053596, -0.01060422696173191, 0.006084774620831013, -0.01485391054302454, 0.03282514587044716, -0.011210372671484947, -0.004529443569481373, -0.02164807729423046, -0.0026127563323825598, -0.028588782995939255, -0.005345409736037254, -0.0485716238617897, 0.02391279861330986, 0.0011090475600212812, -0.027602963149547577, -0.006827470380812883, -0.017531611025333405, -0.004206387791782618, -0.009578441269695759, -0.014707369729876518, -0.014640760608017445, -0.014707369729876518, 0.01819770596921444, -0.005132259335368872, 0.007067264523357153, -0.007573496084660292, 0.012389360927045345, -0.004919108934700489, 0.005345409736037254, -0.011430184356868267, 0.20664921402931213, 0.00598819088190794, -0.013455112464725971, 0.04036533460021019, -0.019743045791983604, -0.031173229217529297, 0.02930816449224949, 0.0052488259971141815, -0.0077333590015769005, -0.01418781653046608, -0.029121657833456993, -0.0005690946127288043, -0.0035869197454303503, 0.0018500778824090958, -0.0028525504749268293, -0.025018515065312386, -0.0487314835190773, -0.035143155604600906, -0.005455315113067627, 0.009312002919614315, -0.02391279861330986, 0.0071805003099143505, -0.011290304362773895, -0.002795932348817587, -0.00016048717952799052, 0.007060603238642216, -0.0027859408874064684, 0.021394960582256317, -0.007127212826162577, 0.00454942649230361, -0.010797394439578056, -0.007799968589097261, 0.002056567231193185, -0.002171468688175082, -0.01108381524682045, -0.010490991175174713, 0.03423726558685303, -0.012982184998691082, 0.006810817867517471, 0.0005611847736872733, -0.002917494624853134, -0.02306019701063633, -0.01170328352600336, -0.022420745342969894, -0.004382902756333351, 0.022966943681240082, -0.0005595195107161999, 0.008332843892276287, -0.01950325071811676, -0.002516172593459487, -0.051262643188238144, -0.029441384598612785, 0.01855739764869213, 0.038740064948797226, -0.021448247134685516, -0.0033854260109364986, -0.00821960810571909, 0.022474033758044243, -0.028722001239657402, 0.018424177542328835, -0.012455970048904419, -0.001843416946940124, -0.0076667494140565395, 0.039619311690330505, -0.016052881255745888, 0.01532017719000578, -0.02483200840651989, -0.013461773283779621, 0.04033869132399559, -0.018504109233617783, -0.0014537515817210078, 0.004479486495256424, 0.009025583043694496, 0.006704242900013924, -0.024698790162801743, -0.01777140609920025, 0.015053738839924335, 0.028135837987065315, 0.019689757376909256, 0.02744309976696968, 0.008332843892276287, 0.016705654561519623, -0.00510894600301981, -0.005901598837226629, -0.0009500174783170223, -0.011023866944015026, 0.03458363562822342, -0.011896451003849506, 0.005631830543279648, -0.024472318589687347, 0.004662662744522095, 0.0026160867419093847, -0.011896451003849506, -0.010351111181080341, -0.003360447473824024, 0.016945447772741318, 0.0222075954079628, 0.01954321749508381, -0.026297416538000107, -0.008292878046631813, -0.017811371013522148, 0.07151192426681519, -0.0067109037190675735, -0.008039762265980244, -0.022380780428647995, -0.0022180951200425625, -0.016585756093263626, 0.025471460074186325, -0.01731846109032631, -0.011263661086559296, 0.008346166461706161, -0.01689216122031212, 0.00887238048017025, -0.015053738839924335, -0.00185174320358783, 0.012176210060715675, 0.00995145458728075, -0.021594788879156113, 0.031679462641477585, 0.008732501417398453, 0.01685219444334507, -0.024059338495135307, 0.006564362905919552, 0.021927835419774055, -0.00110488454811275, -0.015253568068146706, -0.014574151486158371, -0.014254425652325153, -0.037461165338754654, -0.020608969032764435, 0.016945447772741318, -0.01307543832808733, 0.0020549020264297724, -0.008572638034820557, -0.01947660744190216, 0.016146134585142136, 0.022940300405025482, -0.0004974894691258669, 0.0032921729143708944, 0.014760657213628292, -0.023832866922020912, -0.019290100783109665, 0.0005869959131814539, -0.023646360263228416, -0.0004991546738892794, 0.006421152502298355, 0.021887870505452156, -0.0067775133065879345, 0.00796649232506752, -0.0032488766591995955, -0.0027592971455305815, -0.009312002919614315, -0.015266889706254005, 0.006667607463896275, 0.016226066276431084, -0.0051422505639493465, -0.01952989585697651, -0.04825189709663391, -0.008146337233483791, 0.01397466566413641, -0.026310738176107407, 0.014920520596206188, 0.02617751993238926, 2.1817202650709078e-05, -0.01589301787316799, -0.02389947697520256, -0.1686018854379654, 0.019250135868787766, 0.014534185640513897, -0.005775040481239557, 0.03378432244062424, 0.0042729973793029785, -0.0266704298555851, 0.016585756093263626, 0.009618407115340233, -0.007633444853127003, 0.013668262399733067, -0.016106169670820236, -0.0122095150873065, -0.02829570136964321, -0.008945651352405548, -0.020742187276482582, -0.014147850684821606, 0.002516172593459487, 0.020702222362160683, -0.003293838119134307, 0.04702628403902054, -0.01458747312426567, 0.011643334291875362, -0.02746974304318428, 0.02170136384665966, 0.0021531509701162577, 0.0017584898741915822, 0.006894079502671957, -0.028455562889575958, -0.011883128434419632, 0.01370822824537754, 0.001785133732482791, 0.018770547583699226, 0.0018467474728822708, -0.003503657877445221, 0.00486249104142189, 0.0016394255217164755, 0.0017052022740244865, -0.023153450340032578, 0.016932126134634018, 0.010058029554784298, 0.016106169670820236, -0.014480898156762123, 0.011816519312560558, 0.022687183693051338, 0.020582325756549835, 0.009631728753447533, -0.018850479274988174, 0.003162284381687641, -0.008272895589470863, -0.0038400357589125633, -0.028109194710850716, 0.018051166087388992, -0.018903765827417374, -0.009418578818440437, 0.013934699818491936, 0.003926627803593874, 0.02131502889096737, 0.010424381121993065, -0.014973808079957962, 0.015573292970657349, -0.02485865354537964, 0.022447390481829643, -0.006634302902966738, 0.007493564859032631, -0.0221809521317482, -0.018384212628006935, 0.009038904681801796, -0.025165056809782982, 0.023579750210046768, 0.010903969407081604, -0.026816971600055695, -0.010477668605744839, -0.023273346945643425, 0.021008625626564026, -0.0033687737304717302, -0.0309867225587368, -0.010790733620524406, 0.0001269742933800444, 0.01597294956445694, -0.01307543832808733, 0.01481394562870264, -0.0011839832877740264, -0.007953169755637646, -0.02436574175953865, 0.007047281600534916, -0.005345409736037254, 0.011390218511223793, 0.00025374043616466224, 0.008292878046631813, 0.02621748484671116, 0.004103143233805895, 0.014361000619828701, 0.00015653224545530975, 0.022021088749170303, -0.009072208777070045, 0.018037842586636543, -0.003014078363776207, -0.008272895589470863, -0.0057384055107831955, 0.02701679989695549, -0.0003270108427386731, -0.021581467241048813, 0.011010544374585152, 0.028455562889575958, 0.017478324472904205, -0.030240697786211967, -0.0037900786846876144, 0.02388615533709526, -0.010504312813282013, -0.030746929347515106, 0.026683751493692398, 0.006078113801777363, -0.006804157048463821, -0.0037501128390431404, 0.04217711463570595, 0.0036501986905932426, -0.03378432244062424, -0.00598153006285429, -0.00529878307133913, 0.025484781712293625, -0.006461118347942829, 0.018797190859913826, -0.017544932663440704, 0.00819962564855814, 0.000988318002782762, -0.09165462851524353, -0.009418578818440437, 0.008499368093907833, -0.001680223736912012, 0.008312861435115337, 0.004859160631895065, -0.017584899440407753, 0.03149295598268509, 0.01260917168110609, 0.017917945981025696, -0.027842756360769272, -0.021155165508389473, -0.008159659802913666, -0.0036735120229423046, -0.0034603618551045656, -0.010304484516382217, -0.031732749193906784, -0.005032345186918974, -0.016186099499464035, 0.02299358695745468, -0.0023196747060865164, -0.012242820113897324, -0.00973830372095108, -0.0029424731619656086, -0.016092846170067787, -0.026470601558685303, -0.03191925585269928, -0.004982388112694025, 0.021874548867344856, -0.0067175645381212234, 0.0002470795006956905, -0.017598221078515053, -0.0022530651185661554, -0.028935151174664497, -0.012329411692917347, 0.002691022353246808, -0.006960689090192318, -0.00510228518396616, 0.016305997967720032, -0.017877981066703796, -0.001256421091966331, -0.008512689732015133, -0.0004004893999081105, -0.030373916029930115, -0.011436845175921917, -0.010291162878274918, -0.02615087665617466, 0.013188674114644527, -0.036635205149650574, 0.010590905323624611, -0.013448450714349747, -0.02882857620716095, 0.005345409736037254, -0.0111037977039814, 0.0288552213460207, 0.008133015595376492, -0.010943935252726078, 0.0030823529232293367, -0.05453982949256897, 0.004476156085729599, -0.012302768416702747, -0.013421807438135147, -0.02533823996782303, 0.02167472057044506, 0.019689757376909256, 0.02174132876098156, -0.02840227633714676, -0.030320629477500916, 0.04263005778193474, -0.017012057825922966, 0.014734013937413692, 0.03245213255286217, -0.007953169755637646, -0.000968335079960525, -0.03916636481881142, 0.005951555911451578, -0.012242820113897324, -0.011556742712855339, 0.022021088749170303, -0.01723852939903736, -0.007433616556227207, -0.002874198369681835, 0.016279352828860283, -0.005658474285155535, 0.007233787793666124, 0.013228639960289001, 0.024006051942706108, 0.020582325756549835, 0.011596707627177238, -0.035276371985673904, -0.010784072801470757, 0.0057617188431322575, 0.00950517039746046, 0.00205989764072001, -0.01369490660727024, 0.0021464901510626078, -0.02086208388209343, -0.023366600275039673, -0.001470403978601098, 0.004196396563202143, -0.031226517632603645, -0.004975727293640375, -0.059628792107105255, 0.01821102760732174, 0.005894937552511692, -0.030427204445004463, 0.005921581294387579, 0.009265376254916191, -0.00141545117367059, -0.014867233112454414, -0.011410201899707317, 0.01021123118698597, -0.014347678981721401, 0.021967802196741104, -0.021128522232174873, -0.016039559617638588, -0.014161172322928905, -0.0062912642024457455, 0.021994445472955704, 0.006507745012640953, 0.028215769678354263, 0.01373487152159214, 0.0053154355846345425, -0.01637260615825653, 0.01172326598316431, 0.02917494624853134, 0.0018683954840525985, 0.01859736256301403, -0.02255396544933319, 0.002484533004462719, 9.179617336485535e-05, -0.004036533646285534, 0.026230808347463608, -0.020968660712242126, -0.01775808446109295, -0.009265376254916191, 0.009272038005292416, -0.0028375631663948298, -0.002504515927284956, 0.016106169670820236, 0.04124458134174347, 0.005405358038842678, -0.020036127418279648, -0.0199029091745615, -0.001019124872982502, -0.031226517632603645, -0.01420113816857338, 0.0006615152815356851, -0.02829570136964321, 0.02086208388209343, 0.002181459916755557, 0.015813088044524193, 0.025538068264722824, 0.0199828390032053, -0.028002619743347168, -0.028562139719724655, 0.001547837513498962, -0.01485391054302454, 0.0015861379215493798, -0.0006423650193028152, 0.005255486816167831, -0.004559417720884085, 0.04209718108177185, -0.009784930385649204, -0.010371093638241291, -0.00610475754365325, 0.02395276352763176, 0.005941564217209816, -0.03367774561047554, 0.007873238995671272, 0.01685219444334507, -0.024046016857028008, -0.02348649688065052, -0.0030823529232293367, -0.006514405831694603, -0.016039559617638588, 0.015373464673757553, -0.014747335575520992, 0.011283643543720245, 0.009378612972795963, -0.01023787446320057, 0.01942332088947296, 0.033837608993053436, 0.007606801111251116, -0.0014687387738376856, 0.02531159669160843, 0.04707957059144974, -0.02344653196632862, -0.007140534929931164, 0.004952413961291313, -0.014920520596206188, 0.02119513228535652, -0.04177745804190636, 0.030373916029930115, 0.0052921222522854805, 0.002702679019421339, -0.008732501417398453, 0.03639541193842888, -0.0016627387376502156, 0.016505826264619827, 0.007720036897808313, 0.005335418041795492, 0.005918250884860754, 0.012329411692917347, 0.009192106314003468, -0.025791184976696968, -0.03623554855585098, 3.8716752897016704e-05, -0.028002619743347168, -0.03469020873308182, 0.010371093638241291, 0.022340815514326096, 0.00565514387562871, 0.0030390569008886814, 0.004243022762238979, 0.0035103189293295145, -0.013162030838429928, 0.008945651352405548, 0.01948992908000946, 0.0035902501549571753, -0.012742390856146812, 0.02432577684521675, 0.0006552706472575665, 0.00995145458728075, 0.014893876388669014, -0.034743499010801315, 0.03151959925889969, 0.005465306807309389, -0.0038466965779662132, -0.015693189576268196, 0.006434474606066942, 0.0035436234902590513, -0.0002920408733189106, 0.020222634077072144, 0.00666427705436945, -0.009911488741636276, 0.0033737693447619677, -0.022074377164244652, -0.028935151174664497, -0.006234645843505859, 0.013221979141235352, 0.08019779622554779, 0.022300848737359047, -0.015839731320738792, 0.023113485425710678, 0.009784930385649204, 0.005765049252659082, 0.007819951511919498, -0.007633444853127003, -0.018890444189310074, -0.033837608993053436, -0.005768379662185907, 0.008013118989765644, 0.0061846887692809105, -0.026510566473007202, 0.005505272187292576, 0.007480243220925331, -0.03802068158984184, -0.005418680142611265, -0.005658474285155535, -0.006437805015593767, 0.013541704043745995, -0.00710722990334034, 0.00370348640717566, -0.04129786789417267, -0.021594788879156113, 0.005032345186918974, 0.00932532548904419, -0.008159659802913666, -0.011663317680358887, 0.00016173611220438033, 0.007580157369375229, 0.009445222094655037, -0.018957054242491722, -0.027629606425762177, -0.016279352828860283, 0.00863258633762598, -0.022887011989951134, 0.0007385324570350349, 0.018264316022396088, -0.005815006326884031, 0.029894327744841576, 0.021168489009141922, -0.0244057085365057, -0.026750361546874046, -0.009904827922582626, 0.00102661841083318, 0.014107884839177132, -0.009232072159647942, -0.012282785028219223], \"a4aac943-61e2-433f-890a-481877241cfb\": [0.012331066653132439, -0.018430016934871674, 0.011458836495876312, -0.04596851021051407, 0.0028863484039902687, 0.021399594843387604, -0.018709663301706314, -0.0014639812288805842, -0.018163688480854034, -0.015074262395501137, 0.0365138053894043, -0.010253694839775562, 0.004404427949339151, -0.0365138053894043, 0.004247959237545729, -0.02046743966639042, 0.009567895904183388, -0.03494245931506157, 0.012337724678218365, 0.0035788058303296566, -0.020693819969892502, 0.026233479380607605, -0.003372400300577283, 0.009215008467435837, -0.03563491627573967, 0.006052343174815178, 0.01030030194669962, -0.03542185574769974, -0.001047841040417552, -0.02523474209010601, 0.00586258340626955, -0.010593265295028687, -0.018363434821367264, 0.008009866811335087, -0.013309828005731106, 0.0024435753002762794, 0.003245893632993102, -0.015100895427167416, -0.0024935121182352304, -0.010200428776443005, 0.01661897450685501, 0.015207427553832531, -0.005050277337431908, -0.00878888089209795, -0.005729418247938156, 0.021040048450231552, 0.01566018909215927, -0.006478470750153065, -0.009088502265512943, 0.03190630301833153, 0.004457694012671709, 0.017631027847528458, -0.01088622771203518, -0.015766719356179237, 0.020214427262544632, -0.011006075888872147, -0.006185507867485285, 0.012091369368135929, -0.021040048450231552, 0.009954073466360569, 0.01336975209414959, -0.0065383948385715485, -0.01683203876018524, -0.004747327417135239, -0.005709443707019091, -0.008216272108256817, -0.012630687095224857, 0.023330483585596085, -0.0047706314362585545, 0.002784810261800885, 0.03331784904003143, -0.004800593480467796, 0.015260693617165089, -0.0018593143904581666, 0.01689862087368965, -0.018030522391200066, 0.0010911196004599333, -0.027698291465640068, 0.013536208309233189, 0.006248761434108019, -0.0008243737393058836, 0.005489721428602934, 0.003605438629165292, -0.006917914841324091, 0.005919178482145071, 0.02143954299390316, 0.015260693617165089, 0.019402120262384415, -0.007264143321663141, -0.008908729068934917, 0.006415217183530331, 0.024622183293104172, -0.004294566810131073, 0.0005326594691723585, -0.005180113483220339, -0.001617120811715722, 0.01120582316070795, 0.021492809057235718, 0.0030927539337426424, -0.0074039665050804615, -0.014155425131320953, 0.03129374235868454, -0.01202478725463152, -0.013276536948978901, -0.029535967856645584, -0.002779816510155797, 0.03198619931936264, -0.030761083588004112, -0.018163688480854034, 0.020081261172890663, -0.005086897872388363, 0.015886569395661354, 0.004417744465172291, -0.014315223321318626, 0.015407174825668335, -0.008389386348426342, 0.008662374690175056, -0.030574653297662735, -0.004883821588009596, -0.013942361809313297, 0.019801614806056023, 0.009647794999182224, 0.00658167339861393, -0.021825721487402916, 0.008329462260007858, 0.013569500297307968, -0.0009413091465830803, -0.007796803023666143, 0.006924572866410017, 0.0008872109465301037, 0.011212482117116451, 0.006232115905731916, 0.006771433632820845, 0.008182981051504612, -0.022105367854237556, 0.017338065430521965, -0.02054733969271183, 0.024302588775753975, -0.022970939055085182, -0.03331784904003143, 0.0030977476853877306, 0.025208109989762306, 0.001300022006034851, 0.020041313022375107, -0.00988749135285616, 0.01723153330385685, 0.009361489675939083, 0.0013308164197951555, 0.026566389948129654, 0.00886212196201086, -0.001379920868203044, -0.017870724201202393, 0.004740669392049313, 0.0066049774177372456, 0.02661965601146221, -0.013436335138976574, -0.0010786354541778564, 0.03680676966905594, 0.009035236202180386, -0.0015680162468925118, -0.029402801766991615, 0.02412947453558445, 0.01416874211281538, 0.0038984015118330717, 0.012810460291802883, 0.03158670663833618, 0.01977498270571232, -0.014435071498155594, -0.02143954299390316, 0.015393858775496483, 0.004750656429678202, 0.01165192574262619, -0.015553656034171581, -0.030574653297662735, -0.0005925836740061641, 0.006778091657906771, 0.022211899980902672, -0.02006794512271881, -0.03182640299201012, -0.011565368622541428, -0.028071153908967972, 0.002606702269986272, 0.019695084542036057, 0.0524136908352375, -0.006415217183530331, 0.010666505433619022, 0.04455696418881416, 0.003675350220873952, 0.0053765312768518925, 0.0025001703761518, 0.02647317573428154, 0.010686480440199375, 0.0175777617841959, -0.004753985907882452, -0.6336516737937927, -0.03952333331108093, -0.00030607113149017096, -0.008116398938000202, 0.017564445734024048, 0.021359644830226898, 0.014674767851829529, 0.038644444197416306, -0.030095260590314865, 5.1549366617109627e-05, -0.008043157868087292, 0.028284218162298203, 0.012757194228470325, -0.015833303332328796, -0.031480174511671066, 0.0001385746872983873, -0.01037354301661253, 0.01330316998064518, 0.013076789677143097, 0.012544129975140095, -0.026726188138127327, 0.004024907946586609, 0.022424964234232903, 0.008402703329920769, 0.027485229074954987, 0.00937480665743351, 0.03923036903142929, -0.01820363663136959, -0.02123979665338993, -0.008256222121417522, -0.040428854525089264, -0.004737339913845062, 0.027671659365296364, 0.003002867801114917, 0.030041994526982307, -0.008009866811335087, -0.0001065318938344717, 0.006208811886608601, 0.0028713673818856478, 0.0551302544772625, -0.022211899980902672, -0.00909516029059887, 0.0378987193107605, 0.0016412569675594568, -0.0025584299582988024, 0.004760643932968378, 0.025074943900108337, -0.014688084833323956, -0.01813705451786518, 0.01785740815103054, 0.0041114650666713715, -0.017670977860689163, -0.017484547570347786, -0.021692557260394096, 0.03020179085433483, -0.005922507494688034, 0.031400274485349655, -0.0022554798051714897, 0.010879569686949253, -0.002961253747344017, -0.0013865791261196136, 0.00039658162859268486, -0.012644004076719284, -0.03736606240272522, -0.01613958179950714, 0.012630687095224857, 0.01351623423397541, -0.01668555848300457, 0.014847882091999054, 0.003811844391748309, 0.03156007453799248, 0.01805715635418892, -0.0009770971955731511, -0.011552052572369576, -0.003202615072950721, 0.031213844195008278, 0.02227848209440708, -0.012797143310308456, -0.025541020557284355, -0.008755589835345745, 0.01265066210180521, 0.00744391605257988, 0.025327958166599274, -0.012078053317964077, 0.0031393617391586304, -0.004853859543800354, -0.013296511955559254, -0.005080239847302437, 0.005329923704266548, -0.0034389826469123363, -0.001499769277870655, 0.023823194205760956, -0.01701846905052662, -0.029535967856645584, -0.020800352096557617, -0.0021206503733992577, -0.0016678899992257357, -0.004484327044337988, 0.0012334395432844758, -0.022305114194750786, -0.01807047240436077, -0.006461825221776962, -0.0008118895348161459, 0.005509696435183287, 0.020840302109718323, 0.006059001199901104, -0.009241641499102116, -0.004614162724465132, 0.013363094069063663, -0.019082525745034218, -0.00580598833039403, -0.016579026356339455, -0.014994364231824875, 0.0175910796970129, 0.010406834073364735, -0.025687502697110176, 0.0161928478628397, 0.01627274602651596, -0.00900194514542818, 0.0018260232172906399, 0.0011543729342520237, 0.01492778118699789, -0.015007680281996727, 0.004823897499591112, 0.04351827874779701, 0.014102159067988396, 0.0010528346756473184, -0.016112949699163437, 0.0008393548196181655, 0.013942361809313297, 0.013982310891151428, 0.004507630597800016, 0.027831457555294037, -0.0234503336250782, 0.03699319809675217, 0.024449069052934647, 0.012743877246975899, -0.016858672723174095, 0.02756512723863125, -0.009075185284018517, -0.02881687693297863, -0.0021173213608562946, 0.0013349778018891811, -0.01840338483452797, 0.02109331451356411, -0.004897138103842735, -0.012557446956634521, -0.030095260590314865, -0.010360226966440678, 0.006714838556945324, 0.01765766181051731, -0.0008555842796340585, 0.022171949967741966, 0.030521387234330177, 0.014381805434823036, -0.008895413018763065, -0.004727352876216173, -0.037605758756399155, -0.0017311432166025043, -0.017604395747184753, 0.007377333473414183, 0.008675690740346909, -0.04200019687414169, -0.012184585444629192, -0.005096885375678539, -0.029962094500660896, 0.023077471181750298, 0.012450914829969406, 0.006451837718486786, -0.00151724717579782, 0.012437598779797554, -0.0072042192332446575, -0.015500389970839024, 0.0012550788233056664, -0.014195375144481659, 0.011465494520962238, -0.010806328617036343, 0.008049815893173218, -0.02998872846364975, -0.011918255127966404, 0.015407174825668335, -0.008808855898678303, -0.010013997554779053, 0.0007777660503052175, 0.03425000235438347, 0.009561236947774887, 0.02185235358774662, 0.04426399990916252, 0.005246695596724749, 0.003545514540746808, -0.02398299239575863, -0.009714377112686634, -0.01653907634317875, 0.018150370568037033, -0.005313278175890446, 0.027751557528972626, -0.007124320138245821, -0.004887150600552559, -0.007417283020913601, 0.030787717550992966, 0.004753985907882452, 0.0016803741455078125, 0.011032708920538425, 0.009594528935849667, -0.001467310357838869, -0.022930989041924477, -0.0026433225721120834, -0.038218315690755844, 0.024236004799604416, 0.00016624800628051162, 0.01868303120136261, -0.005496379919350147, -0.012044762261211872, -0.026073681190609932, -0.005596253555268049, -0.006731484085321426, -0.005762709770351648, 0.0279113557189703, -0.015740087255835533, -0.0022554798051714897, 0.026446541771292686, 0.006005735602229834, 0.003672021208330989, -0.010366884991526604, -0.009354831650853157, 0.00542979734018445, 0.01330316998064518, 0.027485229074954987, 0.021625975146889687, -0.018789563328027725, -0.020627237856388092, 0.015420491807162762, 0.009281591512262821, 0.012157952412962914, -0.009920782409608364, 0.015194111503660679, 0.011731824837625027, -0.038378115743398666, 0.02206541784107685, 0.011259089224040508, 0.009248299524188042, -0.009687744081020355, 0.036300741136074066, -0.02701915055513382, -0.004357820376753807, 0.015100895427167416, 0.04266602173447609, 0.009135109372437, -0.004424402490258217, -0.0012692275922745466, -0.019948096945881844, -0.0005305787781253457, 0.0007440586923621595, 0.00558293703943491, 0.02399630844593048, 0.008742273785173893, -0.002834747079759836, 0.004717365372925997, 0.002403625752776861, 0.022358380258083344, -0.008755589835345745, 0.02322395332157612, 0.016565708443522453, -0.009907466359436512, 0.00813637301325798, 0.0037386035546660423, 0.00033020725823007524, -0.01071977149695158, 0.002565088216215372, -0.0053765312768518925, 0.01144552044570446, -0.005080239847302437, -0.0006753955385647714, -0.0034323243889957666, -0.023676713928580284, -0.0038051861338317394, 0.004697390832006931, -0.026220161467790604, -0.00579267181456089, 0.001109429751522839, -0.033264584839344025, -0.017404647544026375, 0.0045708841644227505, 0.03627410903573036, 0.019735032692551613, -0.00900194514542818, 0.004297895822674036, -0.006648255977779627, -0.009907466359436512, 0.0027881392743438482, -0.012950283475220203, 0.01874961331486702, 0.012877042405307293, -0.020081261172890663, -0.01723153330385685, 0.008569159545004368, 0.0031426907517015934, -0.024169422686100006, -0.0027881392743438482, -0.006788079161196947, 0.001382417744025588, -0.0158599354326725, -0.0047739604488015175, -0.012064737267792225, 0.026872670277953148, 0.006631610449403524, -0.01386246271431446, -0.04152080416679382, -0.003141026245430112, -0.05880560353398323, 0.012171268463134766, 0.007071054540574551, -0.007983233779668808, 0.004084832035005093, -0.015074262395501137, 0.0025351261720061302, -0.022158633917570114, -0.015620239078998566, 0.02302420511841774, -0.0069045983254909515, 0.0016562379896640778, -0.054011669009923935, -0.01716495119035244, 0.007670296356081963, 0.0744125247001648, 0.03709973022341728, 0.01731143333017826, 0.0026383288204669952, -0.04045548662543297, 0.01451497059315443, -0.02716563269495964, -0.03427663818001747, 0.03709973022341728, -0.0258606169372797, -0.02088025026023388, 0.007244168780744076, 0.0007931632571853697, -0.011452178470790386, 0.034489698708057404, -0.004540922120213509, 0.00701112998649478, -0.014448387548327446, -0.00528997415676713, -0.014208691194653511, -0.002664961852133274, -0.031000779941678047, 0.0029279624577611685, 0.019748348742723465, 0.02379656210541725, 0.0025883920025080442, 0.01965513452887535, 0.01572677120566368, 0.018576499074697495, -0.012850409373641014, 0.02122647874057293, 0.01530064269900322, 0.0034855904523283243, -0.015247377566993237, -0.04010925814509392, 0.06503771990537643, 0.015833303332328796, -0.009408097714185715, 0.0007103513344191015, 0.0035388562828302383, 0.017351381480693817, -0.0018177004531025887, -0.007989891804754734, -0.017125001177191734, 0.009468021802604198, -0.003349096281453967, 0.0009071856620721519, 0.04061528295278549, 0.009215008467435837, -0.009587869979441166, 0.006877965293824673, -0.01209802832454443, -0.024502335116267204, -0.01613958179950714, 0.008748931810259819, 0.013576158322393894, 0.008895413018763065, 0.0041713896207511425, -0.014435071498155594, -0.03190630301833153, -0.02006794512271881, -0.02115989662706852, -0.011059341952204704, -0.024009624496102333, -0.0017328078392893076, -0.012963599525392056, -0.02170587331056595, -0.028310850262641907, -0.012504180893301964, -0.0015788358869031072, 0.018802879378199577, -0.010047289542853832, -0.016179531812667847, 0.019615184515714645, 0.016525760293006897, -0.009907466359436512, 0.02150612510740757, -0.0031443554908037186, -0.005796000827103853, 0.009175059385597706, -0.006288710981607437, -0.03728616237640381, -0.006049014162272215, 0.004757314920425415, -0.006674889009445906, 0.014475020579993725, -0.0006383590516634285, -0.00879553984850645, 0.0022388342767953873, 0.03012189269065857, -0.009181717410683632, 0.009487996809184551, -0.005459759384393692, -0.0003997026651632041, -0.031107312068343163, 0.0019192385952919722, 0.02620684541761875, 0.011845014989376068, -0.010786354541778564, -0.0030078613199293613, 0.0025634237099438906, -0.009215008467435837, 0.01289035938680172, -0.016179531812667847, 0.007550447713583708, 0.027059100568294525, 0.0049770367331802845, 0.00886212196201086, -0.0037119705229997635, 0.018656397238373756, 0.011392254382371902, -0.018283536657691002, 0.016525760293006897, -0.022651344537734985, 0.006911256350576878, 0.002099011093378067, 0.02275787480175495, -0.001347461948171258, 0.012031445279717445, -0.015833303332328796, -0.008262880146503448, -0.02777819149196148, 0.014222007244825363, 0.018097104504704475, -0.006798066198825836, 0.005493050906807184, -0.023117421194911003, -0.026007099077105522, -0.03411683812737465, -0.00094796740449965, -0.02611362934112549, 0.004257946740835905, -0.015260693617165089, -0.009055211208760738, -0.04383787512779236, -0.02432922087609768, -0.0044110859744250774, 0.013942361809313297, 0.0004602510598488152, -0.0014639812288805842, -0.026846036314964294, -0.0029978740494698286, 0.014115476049482822, -0.0143019063398242, -0.005403164308518171, -0.027751557528972626, -0.007570422720164061, -0.007623688783496618, -0.008016524836421013, 0.03193293511867523, -0.01181838195770979, 0.022491546347737312, 0.005399835295975208, 0.015194111503660679, -0.02427595481276512, -0.003865110222250223, 0.0036886667367070913, -0.008369412273168564, 0.026792770251631737, 0.005865912418812513, 0.007876701653003693, 0.005809317342936993, -0.009607844986021519, 0.01736469939351082, 0.0161928478628397, 0.002025770489126444, -0.006744800601154566, 0.03614094480872154, 0.023064155131578445, 9.898935240926221e-05, 0.008935362100601196, 0.007417283020913601, 0.011338988319039345, 0.003365742042660713, 0.0027365379501134157, 0.01807047240436077, -0.005523012951016426, 0.008775564841926098, -0.005766038782894611, -0.024662133306264877, -0.011871648021042347, -0.005669494159519672, -0.03896404057741165, 0.004833884537220001, -0.026792770251631737, -0.01993478089570999, 0.029402801766991615, -0.0217191893607378, 0.014328539371490479, -0.014714717864990234, -0.0022737900726497173, -0.01800389029085636, 0.0005622054450213909, -0.007410624995827675, 0.004963720217347145, -0.01736469939351082, -0.007324067410081625, -0.025341274216771126, 0.011911597102880478, 0.036220844835042953, 0.018230270594358444, 0.006298698019236326, 0.019695084542036057, -0.010353568010032177, -0.01099941786378622, 0.016112949699163437, -0.045888613909482956, -0.00599907711148262, 0.005406493786722422, -0.003555501811206341, -0.018310168758034706, 0.0011785090900957584, -0.013010207563638687, -0.0047806184738874435, -0.030920881778001785, 0.002721556928008795, -0.014994364231824875, 0.026007099077105522, -0.03201283514499664, -0.027485229074954987, -0.023077471181750298, -0.01812373846769333, 0.02227848209440708, 0.03936353325843811, 0.020840302109718323, 0.015007680281996727, 0.011159216053783894, -0.0033590837847441435, 0.016978520900011063, -0.007317409384995699, 0.020720453932881355, 0.020107895135879517, 0.032092731446027756, -0.017351381480693817, -0.03321131691336632, -0.005559633020311594, 0.0035321980249136686, 0.01792399026453495, -0.00044069247087463737, 0.012916992418467999, 0.013216612860560417, 0.0165523923933506, -0.02482193149626255, -0.010812987573444843, -0.03094751574099064, 0.01764434389770031, 0.01805715635418892, 0.015127528458833694, -0.00115936656948179, 0.0005318271578289568, -0.01944207027554512, 0.01667224057018757, -0.01458155270665884, 0.02357018180191517, 0.016991836950182915, -0.007224193774163723, 0.0029729055240750313, -0.002952930983155966, -0.011798406951129436, -0.005020315293222666, -0.0015239054337143898, 0.018842829391360283, -0.008009866811335087, -0.006378597114235163, -0.0027248861733824015, 0.04562228173017502, 0.001200148370116949, 0.008529209531843662, -0.005855924915522337, 0.018216954544186592, -0.04122784361243248, -0.043118782341480255, -0.003555501811206341, -0.01854986511170864, 0.01894935965538025, -0.01130569726228714, -0.003895072266459465, -0.026806088164448738, -0.007756853476166725, -0.03150680661201477, 0.01958855241537094, 0.00792996771633625, 0.01181838195770979, -0.02701915055513382, -0.005463088396936655, -0.027178948745131493, -0.023903094232082367, -0.005200088024139404, 0.03315805271267891, 0.009940757416188717, -0.01158534362912178, -0.026419909670948982, -0.006182178854942322, 0.003615426132455468, 0.005759380292147398, -0.0020241059828549623, 0.009641136042773724, 0.020973466336727142, -0.0007099352078512311, 0.017897358164191246, -0.006857990752905607, 0.007696929387748241, -0.046714235097169876, 0.012910333462059498, -1.3088910236547235e-05, -0.009847542271018028, 0.008895413018763065, -0.005925836507230997, -0.020014679059386253, -0.023184003308415413, 0.020161161199212074, 0.011425545439124107, 0.003691995982080698, 0.011532077565789223, -0.00841601938009262, 0.038990672677755356, -0.003968312870711088, -0.006378597114235163, -0.010599923320114613, 0.00029962093685753644, -0.03363744542002678, -0.012770510278642178, 0.006029039155691862, -0.0024552273098379374, 0.010799670591950417, -0.04674086719751358, 0.011944888159632683, 0.013476284220814705, -0.004657441284507513, -0.03156007453799248, 0.005699456203728914, -0.016565708443522453, -0.03150680661201477, 0.015407174825668335, -0.018989309668540955, -0.005260012112557888, -0.027352062985301018, 0.03579471632838249, 0.01065318938344717, 0.016286063939332962, -0.007716903928667307, 0.045675549656152725, 0.022012151777744293, 0.022424964234232903, -0.0068380157463252544, -0.010293643921613693, -0.019668450579047203, -0.02358349785208702, -0.028736978769302368, -0.02199883572757244, -0.00886212196201086, 0.03012189269065857, 0.01853654906153679, -0.008389386348426342, -0.048951406031847, -0.021599341183900833, -0.01388909574598074, -0.02440911903977394, -0.010852936655282974, 0.007770169991999865, -0.0005647022626362741, 0.019521968439221382, -0.0015746745048090816, 0.009334856644272804, 0.003572147572413087, 0.053745340555906296, -0.02322395332157612, 0.014355172403156757, 0.02522142603993416, 0.005885886959731579, 0.005679481662809849, -0.027884723618626595, -0.014035576954483986, -0.021000098437070847, -0.009994023479521275, 0.004404427949339151, -0.02012121118605137, 0.044290635734796524, 0.012897017411887646, 0.015260693617165089, -0.01451497059315443, 0.004727352876216173, -0.03688666969537735, 0.01998804695904255, 0.02254481241106987, -0.02825758419930935, 0.011039366945624352, 0.020653869956731796, -0.015753403306007385, -0.006232115905731916, -0.016232797876000404, -0.012311091646552086, 0.005732747260481119, -0.0012351041659712791, -0.006395242642611265, 0.008369412273168564, 0.03619420900940895, -0.00820961408317089, 0.0323856957256794, 0.006724825594574213, -0.012058078311383724, 0.012197901494801044, -0.012630687095224857, 0.006561698857694864, -0.019322222098708153, 0.0016687222523614764, -0.011785090900957584, 0.012384332716464996, 0.024702083319425583, -0.010087238624691963, -0.0036387299187481403, 0.0007919148192740977, 0.0010045624803751707, -0.0012167940149083734, -0.004164731130003929, -0.01675214059650898, -0.0026483163237571716, -0.028896775096654892, 0.0033773938193917274, 0.0037985278759151697, -0.04093487933278084, -0.004104807041585445, -0.009847542271018028, -0.010539999231696129, 0.010613239370286465, -0.011984838172793388, -0.02432922087609768, -0.022012151777744293, 0.011978180147707462, 0.021146580576896667, -0.009774301201105118, -0.021133264526724815, 0.02508825995028019, 0.02048075571656227, 0.0010070593561977148, -0.0053399112075567245, 0.20709799230098724, -0.006831357721239328, 0.008143031969666481, -0.00443106098100543, -0.022211899980902672, -0.013835829682648182, 0.02211868390440941, 0.016592342406511307, -0.007277459837496281, -0.008908729068934917, -0.027192264795303345, -0.0042113387025892735, -0.02295762300491333, 0.006025710143148899, -0.005709443707019091, -0.007470549084246159, -0.042559489607810974, -0.03227916359901428, -0.0026882656384259462, -0.02275787480175495, -0.0029978740494698286, 0.011338988319039345, -0.014621502719819546, -0.0012658984633162618, 0.01336975209414959, 0.01584661938250065, -0.04583534598350525, 0.004247959237545729, 0.0062421029433608055, 0.014807933010160923, -0.017537813633680344, -0.007943284697830677, 0.008256222121417522, -0.00694454787299037, -0.008289513178169727, -0.013123397715389729, 0.013502917252480984, -0.00937480665743351, 0.029695764183998108, 0.010420151054859161, -0.0005110201891511679, -0.010320276953279972, 0.0015971461543813348, -0.015340592712163925, -0.01751117967069149, 0.0049770367331802845, -0.0007935793837532401, 0.00015324362902902067, -0.02081366814672947, 0.014728033915162086, -0.024169422686100006, -0.03179977089166641, 0.03683340176939964, 0.03182640299201012, -0.0034323243889957666, -0.009228325448930264, -0.0027714937459677458, 0.03156007453799248, -0.020773719996213913, 0.02701915055513382, 0.011765115894377232, 0.022491546347737312, -0.0019209032179787755, 0.007976575754582882, -0.017244849354028702, 0.0037552493158727884, -0.021972203627228737, -0.00789001863449812, 0.03156007453799248, -0.04080171510577202, -0.0029329562094062567, 0.005496379919350147, 0.015194111503660679, 0.023050839081406593, -0.04426399990916252, -0.028497280552983284, 0.014448387548327446, 0.025594286620616913, 0.01364939846098423, 0.038378115743398666, 0.0046507827937603, 0.006764775142073631, 0.010400176048278809, -0.0065017747692763805, 0.011492127552628517, -0.019189057871699333, 0.02847064845263958, 0.011192507110536098, -0.004667428322136402, -0.01223785150796175, 0.013822512701153755, -0.00045484123984351754, -0.015420491807162762, -0.019282272085547447, -0.004108136054128408, 0.013622765429317951, 0.013349778018891811, 0.042985618114471436, -0.004098148550838232, 0.0196418184787035, -0.008695665746927261, 0.05896540358662605, -0.021359644830226898, -0.009701060131192207, -0.014728033915162086, -0.022158633917570114, -0.016312696039676666, 0.02579403482377529, -0.021412910893559456, 0.012064737267792225, -0.0015971461543813348, -0.00551302544772625, 0.009707719087600708, 0.002784810261800885, 0.027139000594615936, 0.00800320878624916, 0.018043838441371918, -0.02046743966639042, 0.019748348742723465, 0.009035236202180386, 0.008555842563509941, -0.013416360132396221, 0.022038785740733147, 0.0244623851031065, 0.018722979351878166, 0.007230852264910936, -0.007949942722916603, -0.017910674214363098, -0.0227445587515831, -0.024156106635928154, 0.025527704507112503, 0.004697390832006931, 0.021479493007063866, 0.00763700483366847, -0.033477649092674255, 0.018696347251534462, 0.025128209963440895, 0.004441048484295607, -0.012504180893301964, 0.014794616959989071, -0.020307641476392746, -0.02695256844162941, -0.00257674022577703, -0.027831457555294037, 0.004647453781217337, -0.0067015220411121845, 0.025820666924118996, -0.015700137242674828, 0.015287326648831367, -0.01109929196536541, -0.026166895404458046, -0.009288249537348747, -0.018509916961193085, 0.019948096945881844, 0.025288008153438568, -0.013822512701153755, -0.009674427099525928, -0.04026905447244644, -0.005020315293222666, 0.00878888089209795, -0.035954512655735016, -0.006059001199901104, 0.027325430884957314, 0.004507630597800016, -0.0217191893607378, -1.4421859305002727e-05, -0.16938571631908417, 0.02634000964462757, 0.005426468327641487, -0.011532077565789223, 0.038857508450746536, 0.007823435589671135, -0.01689862087368965, 0.005226721055805683, 0.007756853476166725, 0.015087579376995564, 0.016565708443522453, -0.031719870865345, -0.011845014989376068, -0.008036499843001366, 0.01223119255155325, -0.018509916961193085, -0.009734352119266987, 0.005396506283432245, 0.025687502697110176, -0.00011121347051812336, 0.04261275753378868, -0.003958325833082199, 0.016219479963183403, -0.003091089427471161, 0.008662374690175056, 0.001670386758632958, -0.017910674214363098, 0.019748348742723465, -0.011332330293953419, -0.019482020288705826, -0.019428754225373268, 0.017977256327867508, 0.022864406928420067, 0.014048893004655838, -0.006168862339109182, -0.0066382684744894505, 0.008609108626842499, -0.012118002399802208, -0.0013191644102334976, 0.0224116463214159, 0.01902925968170166, 0.021972203627228737, -0.01627274602651596, 0.01866971328854561, -0.011618634685873985, 0.016099631786346436, 0.027751557528972626, 0.014195375144481659, 0.001657902612350881, -0.02378324419260025, 0.003954996354877949, -0.05363880842924118, 0.02281114086508751, -0.00399827491492033, 0.012351041659712791, 0.017963940277695656, 0.005579608026891947, 0.016805406659841537, 0.02764502540230751, -0.013063473626971245, -0.001024537137709558, -0.014714717864990234, 0.017670977860689163, -0.015886569395661354, 0.0008489260217174888, -0.008675690740346909, -0.02130637876689434, 0.0036553756799548864, -0.008522551506757736, 0.012044762261211872, 0.017085053026676178, -0.023556863889098167, 0.0007448909454979002, -0.01751117967069149, -8.052313205553219e-05, 0.0071509531699121, -0.03025505691766739, -0.013423018157482147, -0.004324528854340315, 0.009361489675939083, -0.010520024225115776, 0.018856145441532135, -0.0009795940713956952, 0.00872229877859354, -0.02432922087609768, 0.009741010144352913, -0.01402225997298956, -0.004610833711922169, -0.009947415441274643, -0.009155084379017353, 0.01660565845668316, 0.0015696808695793152, 0.0012101357569918036, -0.0038484646938741207, 0.03193293511867523, -0.016179531812667847, 0.003845135448500514, 0.016991836950182915, -0.010553315281867981, 0.016765456646680832, 0.0045708841644227505, -0.014208691194653511, -0.0009088502265512943, -0.0002490598999429494, 0.030840983614325523, 0.00200746045447886, -0.03398367390036583, 0.010486733168363571, 0.025208109989762306, -0.020800352096557617, -0.033051520586013794, 0.020387541502714157, 0.011245773173868656, -0.016046365723013878, 0.004983695223927498, 0.010386859998106956, -0.008402703329920769, -0.020227743312716484, 0.0005438952357508242, -0.005383189767599106, 0.026593023911118507, 0.013782563619315624, 0.011358963325619698, -0.00029837252805009484, 0.00694454787299037, 0.0020940175745636225, -0.054491061717271805, -0.01599309965968132, 0.007537131197750568, -0.009714377112686634, 0.018243586644530296, 0.017910674214363098, -0.022251849994063377, 0.019668450579047203, 0.005226721055805683, 0.03536858782172203, 0.007643663324415684, -0.020507389679551125, -0.0234370157122612, -0.012870384380221367, 0.010573290288448334, 0.002333714161068201, -0.028364116325974464, -0.012311091646552086, -0.002069049049168825, 0.023263901472091675, -0.028976675122976303, -0.02703246846795082, 0.0025484426878392696, 0.0032941659446805716, -0.017764193937182426, -0.0012733889743685722, -0.04058865085244179, -0.001796061173081398, 0.03294498845934868, -0.012464231811463833, 0.006145558785647154, -0.02363676391541958, -0.017617711797356606, -0.02709905058145523, -0.013835829682648182, 0.034489698708057404, -0.005416480824351311, 0.022651344537734985, 0.03137364238500595, -0.03214599937200546, -0.013216612860560417, -0.02281114086508751, 0.010699797421693802, -0.02468876540660858, -0.022997573018074036, 0.0234370157122612, -0.004241300746798515, 0.009800934232771397, -0.004897138103842735, -0.012850409373641014, -0.01813705451786518, -0.005100214388221502, -0.006984497420489788, -0.01866971328854561, 0.029935462400317192, -0.014248640276491642, 0.002330385148525238, -0.019202373921871185, -0.038298215717077255, 0.008908729068934917, -0.01041349209845066, 0.0037985278759151697, -0.02673950418829918, 0.019428754225373268, 0.0303349569439888, 0.024435753002762794, -0.025314640253782272, -0.032572127878665924, 0.022211899980902672, -0.002322062384337187, -0.01099941786378622, 0.026872670277953148, -0.016845354810357094, 0.0186164490878582, -0.027591759338974953, -0.015487073920667171, -0.003991616889834404, -4.1145864088321105e-05, 0.007823435589671135, -0.021119948476552963, -0.0024668790865689516, -0.004094819538295269, -0.02227848209440708, 0.00965445302426815, 0.006971180904656649, -0.014142109081149101, 0.0057360767386853695, 0.00046149949776008725, 0.007876701653003693, -0.04247959330677986, 0.008569159545004368, 0.020653869956731796, 0.004990353249013424, 0.005463088396936655, -0.015740087255835533, 0.01607299968600273, -0.01854986511170864, -0.02109331451356411, -0.012604054994881153, 0.0019525298848748207, -0.028736978769302368, -0.0009055210975930095, -0.08288181573152542, 0.01820363663136959, 0.0007066060788929462, -0.0013832499971613288, -0.0038018568884581327, -0.014008943922817707, 0.012271142564713955, -0.011565368622541428, 0.0037352745421230793, 0.010786354541778564, -0.014475020579993725, 0.03627410903573036, -0.0013008542591705918, -0.007091029081493616, -0.01620616391301155, -0.008089765906333923, 0.021013416349887848, 0.017884042114019394, 0.04322531446814537, 0.01633932814002037, -0.006288710981607437, -0.011785090900957584, -0.016645608469843864, 0.01116587407886982, -0.019521968439221382, 0.027005834504961967, -0.03603441268205643, 0.00023303851776290685, -0.01065318938344717, -0.014128792099654675, 0.01958855241537094, -0.005869241431355476, 0.003761907573789358, 0.013729297555983067, 0.016565708443522453, -0.0013241581618785858, 0.011798406951129436, 0.018509916961193085, 0.023596813902258873, -0.01894935965538025, -0.01482124999165535, -0.0168853048235178, -0.005286645144224167, -0.02041417360305786, -0.010380201041698456, -0.001355784828774631, -0.020214427262544632, 0.02701915055513382, 0.004524276126176119, 0.0007656979723833501, 0.015287326648831367, 0.02412947453558445, -0.051188573241233826, -0.00458420068025589, -0.0017777509056031704, -0.04788608476519585, 0.003572147572413087, 0.013176663778722286, -0.0007344874902628362, -0.009627819992601871, 0.042772553861141205, 0.0047739604488015175, 0.002911316929385066, 0.020214427262544632, 0.020853618159890175, 0.007550447713583708, -0.04247959330677986, -0.004148085601627827, 0.018017206341028214, -0.02302420511841774, -0.026899302378296852, -0.02206541784107685, 0.0014356836909428239, -0.003190963063389063, 0.02179908938705921, 7.662181451451033e-05, 0.0019009284442290664, 0.0075837392359972, -0.022731242701411247, 0.009161742404103279, 0.02551438845694065, 0.0013632753398269415, -0.013902411796152592, 0.01286372635513544, 0.03576808422803879, 0.011125924997031689, -0.0038284899201244116, -0.007437257561832666, 0.006911256350576878, 0.03142690658569336, -0.028976675122976303, 0.01564687117934227, -0.009108477272093296, 0.009661111049354076, 0.008542526513338089, 0.008282854221761227, -0.010133846662938595, 0.022877724841237068, 0.018563183024525642, 0.01592651754617691, 0.024848563596606255, 0.021612657234072685, -0.009334856644272804, -0.015367225743830204, -0.055396582931280136, -0.014528286643326283, -0.02151944302022457, -0.02908320724964142, 0.009261616505682468, 0.027045784518122673, 0.014834566041827202, 0.011678558774292469, -0.01729811541736126, 0.009268274530768394, -0.030787717550992966, -0.00941475573927164, 0.013316486962139606, 0.0039117177948355675, -0.016352646052837372, 0.05230715870857239, -0.002806449541822076, 0.005283316131681204, 0.007383991964161396, -0.03853791207075119, 0.03867107629776001, -0.008176323026418686, -0.012191243469715118, -0.00888875499367714, 0.010460100136697292, 0.0067048510536551476, -0.00701112998649478, 0.004917112644761801, 0.010200428776443005, -0.006155545823276043, -0.0010569961741566658, 0.015393858775496483, -0.01551370695233345, -0.0019675109069794416, 0.01985488086938858, 0.07217535376548767, 0.011964863166213036, -0.015806669369339943, -0.0004005349474027753, 0.002277119318023324, -0.01458155270665884, 0.0100006815046072, -0.0011718508321791887, -0.016286063939332962, -0.0372328981757164, 0.00522339204326272, 0.023130737245082855, 0.008549184538424015, -0.027671659365296364, 0.008902071043848991, -0.006678218021988869, -0.012604054994881153, 0.018989309668540955, 0.0031360324937850237, -0.0001811250258469954, 0.02434253692626953, 0.006055672187358141, 0.013003549538552761, -0.029669132083654404, -0.026419909670948982, 0.004600846208631992, 0.016778772696852684, 0.0007228355389088392, -0.0075038401409983635, -0.025008361786603928, 0.007836752571165562, 0.01874961331486702, -0.0068380157463252544, 0.00020182800653856248, -0.009734352119266987, 0.001185999601148069, -0.016286063939332962, 0.014288590289652348, 0.02639327570796013, 0.009494654834270477, -0.01088622771203518, 0.023623447865247726, -0.010500049218535423, -0.02855054661631584, 2.202942232543137e-05, 0.002057397272437811, 0.01295694150030613, -0.02502167783677578, -0.01874961331486702], \"ed2b8032-a2cd-4f01-9535-a4b489ada424\": [0.0006139295874163508, -0.008905096910893917, 0.021920237690210342, -0.04301580786705017, -0.012822275049984455, 0.02896982990205288, -0.01714513823390007, 0.012636059895157814, -0.0029062938410788774, -0.03867964446544647, 0.01945953257381916, -0.013168103992938995, -0.003764215623959899, -0.02471347339451313, 0.004984593018889427, 0.0044758254662156105, 0.0055498904548585415, -0.03721652179956436, 0.020364006981253624, 0.009789621457457542, -0.015695316717028618, 0.021441398188471794, -0.009709814563393593, 0.029634885489940643, -0.016240661963820457, 0.0020367333199828863, 0.02889002300798893, -0.02310403808951378, 0.01900729350745678, -0.009051409550011158, 0.0261898972094059, -0.007082844153046608, -0.00654414901509881, 0.00792081467807293, 0.007767851464450359, -0.00810702983289957, 0.005852490663528442, -0.0042862845584750175, 0.012429892085492611, -0.000468448648462072, 0.0022828038781881332, -0.001430701231583953, -0.004356115125119686, -0.01385976281017065, -0.0021547807846218348, 0.033784832805395126, 0.013154802843928337, -0.00038240707363002, 0.01371345017105341, 0.02363608218729496, 0.015149970538914204, 0.04008956253528595, -0.01814272068440914, -0.014511517249047756, 0.013454078696668148, -0.01613425277173519, -0.005190760362893343, 0.0061484407633543015, -0.024966193363070488, 0.008027222938835621, 0.01216387003660202, -0.010707397945225239, -0.023303555324673653, -0.009716465137898922, -0.012409940361976624, -0.00032213638769462705, -0.03250792622566223, 0.016719501465559006, 0.0028364628087729216, 0.005978851579129696, 0.047617994248867035, 0.004715245682746172, 0.01584162935614586, -0.0035380967892706394, 0.03269414231181145, -0.01846194826066494, 0.0052173626609146595, -0.009477044455707073, 0.006604003719985485, 0.008353100158274174, 0.006633931305259466, 0.015894833952188492, 0.012729167938232422, 0.014711033552885056, 0.021428097039461136, 0.02704116702079773, 0.007435323670506477, 0.02201334573328495, -0.025218915194272995, -0.016174156218767166, -0.0030974973924458027, 0.01509676594287157, 0.00024336884962394834, 0.0020317453891038895, -0.015296283178031445, -2.2991185687715188e-05, 0.004911436699330807, 0.020044781267642975, -0.009011506102979183, -0.008991554379463196, 0.0005320446216501296, 0.020603427663445473, -0.020284201949834824, -0.019831962883472443, -0.025205614045262337, -0.010906915180385113, 0.032481323927640915, -0.006610654294490814, -0.005333747249096632, 0.0049513401463627815, 0.003368507605046034, 0.04168569669127464, 0.021800529211759567, -0.03593961521983147, 0.021960141137242317, -0.009523598477244377, -0.0066472324542701244, -0.030379747971892357, -0.013660245575010777, -0.010208605788648129, 0.016480082646012306, 0.00881198886781931, 0.008858542889356613, -0.01915360614657402, 0.01008224580436945, 0.025205614045262337, 0.0065341731533408165, 0.01691901870071888, 0.025844067335128784, -0.004312886856496334, -0.004841606132686138, -0.004768449813127518, -0.00035372652928344905, 0.0024607062805444, -0.039663925766944885, 0.0058358642272651196, -0.027067769318819046, 0.011944402009248734, -0.021827131509780884, -0.027825932949781418, 0.0072225057519972324, 0.02386220172047615, -0.006697111763060093, 0.0043760668486356735, -0.004269658122211695, 0.03644505515694618, 0.005170808639377356, -0.0010840409668162465, 0.028384581208229065, 0.018169322982430458, 0.00018881348660215735, -0.0010108847636729479, -0.006836773362010717, -0.004429271444678307, 0.010062294080853462, -0.011911149136722088, -0.010913565754890442, 0.0316566564142704, 0.0015670376596972346, -0.006035380996763706, -0.006248198915272951, 0.023995213210582733, -0.004173224791884422, 0.025059301406145096, 0.012815624475479126, 0.024540558457374573, 0.0019918419420719147, -0.008659026585519314, -0.014697732403874397, 0.02442084811627865, -0.007701345719397068, 0.016253963112831116, -0.02085614949464798, 0.0014855683548375964, -0.004326188005506992, 0.022731605917215347, -0.0012087388895452023, -0.0014523155987262726, -0.04378727078437805, -0.004382717423141003, -0.034476492553949356, -0.013819859363138676, 0.010321665555238724, 0.03492872789502144, -0.030991598963737488, -0.0020600103307515383, 0.029608283191919327, 0.009543550200760365, 0.0026984638534486294, -0.007927465252578259, 0.022744907066226006, 0.01103992573916912, -0.003335254732519388, -0.002281141234561801, -0.6358997225761414, -0.02015119045972824, 0.003817420220002532, -0.014232194051146507, 0.0088784946128726, 0.01729145087301731, -0.015509100630879402, 0.024992795661091805, -0.04038218781352043, 0.018887583166360855, -0.009390587918460369, 0.015469197183847427, 0.011758185923099518, -0.006713738199323416, -0.026402713730931282, -0.02078964374959469, 0.02170742116868496, 0.0160677470266819, 0.017504267394542694, -0.0039770337752997875, -0.009530249051749706, -0.0015263030072674155, -0.007954067550599575, 0.016706200316548347, 0.015721919015049934, -0.0028880047611892223, 0.015974638983607292, -0.0090381084010005, -0.03006052039563656, 0.0239420086145401, -0.032933562994003296, -0.018262431025505066, 0.026987964287400246, 0.010634241625666618, 0.032481323927640915, -0.004961316008120775, 0.024061717092990875, -0.010607639327645302, 0.0053836265578866005, 0.039291493594646454, -0.028171762824058533, -0.007621539290994406, 0.03620563820004463, 0.023197146132588387, 0.000632218667306006, 0.004030237905681133, 0.03258773311972618, -0.013021792285144329, -0.011438959278166294, 0.028996432200074196, -0.005795961245894432, -0.019260015338659286, -0.0032454722095280886, -0.017823494970798492, 0.022518789395689964, 0.00039113592356443405, 0.03370502591133118, -0.01929991878569126, 0.026389412581920624, -0.007082844153046608, 0.007029639557003975, 0.011611874215304852, -0.013294464908540249, -0.041286662220954895, -0.003293688641861081, 0.002690150635316968, -0.006168392486870289, -0.01738455891609192, 0.024673569947481155, 0.01320800743997097, 0.019818661734461784, 0.015362787991762161, 0.017730386927723885, -0.023542974144220352, 0.013467379845678806, 0.019991576671600342, 0.008911747485399246, 0.012416590936481953, 0.0006534173153340816, -0.0004755148838739842, -0.00451905420050025, 0.009590104222297668, 0.012203773483633995, -0.014711033552885056, 0.029368862509727478, 0.00461216177791357, -0.005556541029363871, -0.015149970538914204, 0.0029345585498958826, 0.0007020495249889791, 0.013227959163486958, 0.023808997124433517, 9.622525976737961e-05, -0.025524841621518135, -0.009610055945813656, 0.017105234786868095, -0.0070096878334879875, -0.018887583166360855, -0.009789621457457542, -0.012423241510987282, -0.018954088911414146, -0.021800529211759567, -0.013227959163486958, 0.009011506102979183, 0.023582877591252327, 0.017876699566841125, -0.008698929101228714, -0.0032637612894177437, 0.009164468385279179, -0.019193509593605995, -0.0016227361047640443, -0.01945953257381916, -0.0025222240947186947, 0.0024158151354640722, 0.016267264261841774, -0.027160877361893654, 0.021268483251333237, 0.03088518977165222, -0.006836773362010717, -0.004931388422846794, 0.0027682946529239416, 0.016932319849729538, -0.0012777383672073483, -0.0008325667004100978, 0.023662684485316277, 0.01854175515472889, 0.010068944655358791, -0.008279944770038128, -0.00930413044989109, 0.011305947788059711, 0.023742491379380226, -0.012463144958019257, 0.01977875828742981, -0.014724334701895714, 0.038812655955553055, 0.028996432200074196, 0.01953933946788311, 0.008146933279931545, 0.01336097065359354, -0.018594959750771523, -0.021893635392189026, -0.01737125776708126, 0.0019901792984455824, -0.023050833493471146, 0.014272096566855907, -0.018581658601760864, -0.004668691661208868, -0.020869450643658638, -0.002783258445560932, 0.005114278756082058, 0.009237624704837799, 0.008166885003447533, 0.02463366650044918, 0.029448669403791428, -0.004455873742699623, 0.00234598433598876, -0.004445897880941629, -0.028437785804271698, -0.019486134871840477, -0.005204061511904001, 0.008439557626843452, 0.0023659358266741037, -0.040116164833307266, -0.010042342357337475, -0.016493383795022964, -0.024979494512081146, 0.03112461045384407, 0.006384535226970911, -0.020510319620370865, -0.005130905192345381, 0.005144206341356039, -0.002735041780397296, -0.01300849113613367, -0.0071094464510679245, 0.0018538429867476225, 0.023609479889273643, -0.010527833364903927, 0.0006338813109323382, -0.019446231424808502, -0.01491055078804493, 0.018874282017350197, -0.032853756099939346, -0.010953468270599842, -0.004904786124825478, 0.03543417155742645, 0.030246736481785774, 0.01608104817569256, 0.0359928198158741, 0.005147531628608704, 0.0028830168303102255, -0.016746103763580322, 0.001367520890198648, -0.002439092146232724, 0.020097985863685608, -0.018714670091867447, 0.015815027058124542, 0.0038307213690131903, 0.017331354320049286, 0.0025438384618610144, 0.03258773311972618, 0.0322951078414917, 0.02001817896962166, 0.023822298273444176, 0.003940455615520477, -0.012296881526708603, -0.017025427892804146, -0.0005644661141559482, -0.039823539555072784, 0.03458290174603462, 0.0035547232255339622, 0.0052838679403066635, -0.013952869921922684, -0.015655413269996643, -0.011299297213554382, -0.007282360922545195, 0.0037608903367072344, 0.0006293090409599245, 0.013081647455692291, -0.009623357094824314, 0.011791438795626163, 0.032561130821704865, 0.005912345834076405, 0.015961337834596634, -0.010567735880613327, 0.008220089599490166, 0.0128555279225111, 0.02271830476820469, 0.02625640295445919, 0.03338579833507538, -0.03793478012084961, -0.007787803187966347, 0.026216499507427216, -0.002074974123388529, 0.0056696003302931786, -0.0015454234089702368, 0.03500853478908539, 0.007887561805546284, -0.03431687876582146, 0.019206810742616653, -0.013314416632056236, 0.011133033782243729, 0.014019375666975975, 0.04671351611614227, -0.017118535935878754, -0.0032321710605174303, -0.011093130335211754, 0.028464388102293015, 0.006613979581743479, -0.012423241510987282, -0.004435922019183636, -0.01707863248884678, -0.011086479760706425, 0.009822873398661613, -0.0203241053968668, 0.015429293736815453, -0.0013234609505161643, -0.010434725321829319, 0.012695915065705776, 0.00950364675372839, 0.015735220164060593, -0.004509078338742256, 0.02024429850280285, 0.013806558214128017, -0.013979472219944, 0.02379569597542286, -0.009217672981321812, 0.004389367997646332, 0.0019452881533652544, -0.006168392486870289, 0.0037043606862425804, 0.018674766644835472, -0.010042342357337475, -0.00915781781077385, -0.003425037255510688, -0.005696202628314495, -0.016240661963820457, -0.0035780000034719706, -0.03266754001379013, 0.0016318806447088718, 0.011000022292137146, -0.02641601487994194, -0.019885167479515076, 0.0037741914857178926, 0.0488416962325573, 0.012569554150104523, -0.004558957181870937, -0.0003410489298403263, 0.004206477664411068, -0.00768804457038641, 0.013380922377109528, -0.011844643391668797, 0.014085881412029266, 0.026602230966091156, -0.012376688420772552, 0.00037783480365760624, 0.008353100158274174, 0.0002678927849046886, -0.023928707465529442, 0.001936974935233593, -0.01993837207555771, 0.002407501917332411, -0.01838214136660099, -0.0319758802652359, -0.0024873085785657167, 0.039663925766944885, 0.014099182561039925, -0.01405927911400795, -0.03852003067731857, 0.013952869921922684, -0.04849586635828018, -0.0022279368713498116, -0.011259394697844982, -0.010581037029623985, -0.019898468628525734, -0.006863375660032034, 0.007628189865499735, -0.011405706405639648, -0.008752133697271347, 0.01251634955406189, -0.0030792083125561476, -0.0024972844403237104, -0.02912944369018078, -0.016493383795022964, 0.003963732626289129, 0.06576071679592133, 0.023370059207081795, -0.0014747611712664366, 0.0010599326342344284, -0.02974129468202591, 0.013294464908540249, -0.011079829186201096, -0.03516814857721329, 0.03809439390897751, -0.0009884391911327839, -0.0109667694196105, 0.008871844038367271, -0.004103394225239754, -0.015415992587804794, 0.02966148778796196, -0.01371345017105341, 0.017171740531921387, -0.005456782877445221, 0.004076791927218437, -0.019712252542376518, -0.006490944419056177, -0.013114900328218937, 0.031310826539993286, 0.025617947801947594, 0.03476911783218384, -0.004246381111443043, 0.04232414811849594, 0.025218915194272995, -0.003092509461566806, 0.0011006672866642475, -0.006949832662940025, 0.01425879541784525, 0.028437785804271698, -0.008499412797391415, -0.051475316286087036, 0.04442572593688965, 0.009477044455707073, -0.026043584570288658, -0.01738455891609192, 0.014844045042991638, -0.004312886856496334, 0.005646323319524527, -0.0039570820517838, -0.01371345017105341, 0.011000022292137146, -0.005057749338448048, -0.008319848217070103, 0.0282781720161438, -0.008665677160024643, -0.012283580377697945, -0.007767851464450359, -0.014631226658821106, -0.014431710354983807, 0.005932297557592392, 0.016958922147750854, -0.004379392135888338, 0.029235852882266045, -0.003597951726987958, -0.030858587473630905, -0.04703274369239807, -0.028145160526037216, -0.013600390404462814, -0.006574076134711504, -0.013174754567444324, 0.01336762122809887, -0.005742756649851799, -0.03035314567387104, -0.026974663138389587, -0.011219491250813007, -0.0021581060718744993, -0.00611851317808032, -0.015309584327042103, -0.03543417155742645, -0.003817420220002532, 0.0033884590957313776, 0.0019353122916072607, 0.026615532115101814, 0.004758473951369524, 0.01154536847025156, 0.004006960894912481, -0.016174156218767166, -0.045835644006729126, 0.002384224906563759, 0.013181405141949654, 0.011711631901562214, 0.006042031571269035, -0.008905096910893917, -0.010680795647203922, 0.000954355055000633, 0.04865548014640808, -0.011964353732764721, 0.020257599651813507, -0.007980668917298317, 0.00845950935035944, -0.021454699337482452, 0.013700149022042751, 0.02720078080892563, 0.02649582177400589, -0.006693786475807428, 0.00046720169484615326, -0.006308054085820913, -0.00517413392663002, 0.001443171058781445, -0.024912988767027855, 0.006002128589898348, 0.0363120436668396, 0.0015711942687630653, 0.0044392473064363, 0.021680818870663643, 0.0075084795244038105, 0.011013323441147804, -0.015788424760103226, 0.0042563569732010365, -0.011811390519142151, -0.007781152613461018, -0.005805937107652426, 0.017437761649489403, -0.0027666320092976093, 0.020111287012696266, -0.0029994016513228416, -0.007129397708922625, -0.025165710598230362, 0.03476911783218384, 0.021680818870663643, 0.0014739298494532704, 0.011026624590158463, -0.00938393734395504, -0.01119953952729702, -0.02487308531999588, -0.013726751320064068, -0.0025089229457080364, -0.00741537194699049, -0.03051275946199894, 0.0005091833299957216, -0.02966148778796196, -0.021281784400343895, 0.002603693399578333, 0.004668691661208868, -0.0025903922505676746, -0.008712230250239372, -0.015003657899796963, -0.0024307789281010628, 0.0031124609522521496, -0.005686226766556501, 0.008798687718808651, -0.03242811933159828, -0.005995478015393019, -0.021720722317695618, -0.0077279480174183846, 0.028384581208229065, -0.0029062938410788774, -0.0005939779221080244, -0.008279944770038128, 0.008479461073875427, -0.019446231424808502, -0.016945620998740196, 0.0044758254662156105, -0.02302423119544983, 0.02279811166226864, 0.0075616841204464436, 0.01174488477408886, 0.009390587918460369, -0.02138819359242916, 0.023436564952135086, 0.011638476513326168, -0.015815027058124542, 0.01019530463963747, 0.02325035072863102, 0.005167483352124691, -0.0026120066177099943, -0.0060254051350057125, 0.01007559522986412, 0.025990379974246025, 0.0015504112234339118, -0.0003169406554661691, 0.01139905583113432, -0.00318561727181077, -0.0021348290611058474, 0.006278126500546932, -0.03732293099164963, -0.01699882559478283, -0.019885167479515076, -0.006657208316028118, 0.017411159351468086, -0.048788491636514664, -0.005107628181576729, 0.01899399235844612, -0.027373695746064186, 0.03330599516630173, -0.013540535233914852, 0.010208605788648129, -0.02720078080892563, 0.015642112120985985, 0.03298676759004593, 0.010793855413794518, 0.005114278756082058, -0.004203152377158403, -0.010055643506348133, 0.013686847873032093, 0.05104968324303627, 0.003002726938575506, 0.017477665096521378, -0.01356048695743084, -0.024075018242001534, -0.012290230952203274, 0.017437761649489403, -0.04168569669127464, -0.027320491150021553, 0.008705579675734043, -0.024912988767027855, -0.005553215742111206, -0.02116207405924797, 0.007215855177491903, -0.013447428122162819, -0.019113702699542046, 0.005619721487164497, 0.004063490778207779, 0.030220134183764458, -0.02170742116868496, -0.032720744609832764, -0.009344033896923065, -0.027559911832213402, 0.016160855069756508, 0.033864639699459076, 0.023210447281599045, 0.0433882400393486, 0.014125784859061241, -0.011186238378286362, 0.0017091933405026793, -0.01026846095919609, 0.004562282469123602, 0.024686871096491814, 0.0102019552141428, -0.016174156218767166, -0.03644505515694618, -0.006108537316322327, 0.01667959801852703, -0.002706777071580291, 0.0010832096450030804, 0.00633465638384223, 0.008432907052338123, 0.028464388102293015, -0.005380301270633936, -0.0015063512837514281, -0.02217295952141285, 0.014378505758941174, 0.009277528151869774, 0.02493959106504917, -0.009277528151869774, -0.0015720255905762315, -0.01034826785326004, 0.018887583166360855, -0.020802944898605347, 0.009822873398661613, 0.016746103763580322, -0.005220687948167324, 0.006135139614343643, 0.004183200653642416, -0.011638476513326168, -0.0013400873867794871, -0.00577268423512578, 0.01181804109364748, -0.004249706398695707, -0.010188654065132141, 0.011591922491788864, 0.022199561819434166, 0.009975836612284184, -0.006587377283722162, -0.004369416274130344, 0.02061672881245613, -0.012649361044168472, -0.03660466894507408, -0.009955884888768196, -0.007408721372485161, 0.019180208444595337, -0.003937130328267813, -0.02069653570652008, -0.03027333877980709, -0.004632113501429558, -0.0353543646633625, 0.005952249281108379, 0.03128422424197197, 0.013474030420184135, -0.01955264061689377, 0.006909929681569338, -0.019752155989408493, -0.015189873985946178, -0.009204371832311153, 0.03875945135951042, 0.012503048405051231, -0.026987964287400246, -0.00039051243220455945, -0.011266045272350311, 0.016945620998740196, 0.0019768783822655678, 0.01062759105116129, -0.012303532101213932, 0.03460950404405594, -0.013154802843928337, 0.0015030261129140854, -0.0024058392737060785, 0.01379325706511736, -0.040195971727371216, 0.011452260427176952, -0.013833160512149334, -0.0009119577589444816, 0.009350684471428394, -0.0007286517065949738, -0.0038706245832145214, -0.01685251295566559, 0.004479150753468275, 0.027373695746064186, 0.0030127025675028563, 0.013420825824141502, -0.012549602426588535, 0.01127934642136097, -0.0013982797972857952, -0.006248198915272951, -0.0035081692039966583, 0.01691901870071888, -0.021601011976599693, -0.00766809331253171, 0.006138464901596308, 0.0013267862377688289, 0.01475093699991703, -0.026987964287400246, -0.0014440023805946112, 0.011432308703660965, -0.02447405271232128, -0.04176550358533859, 0.010753951966762543, -0.021494602784514427, -0.03043295256793499, 0.018807778134942055, -0.02950187399983406, -0.01077390369027853, -0.01286217849701643, 0.009390587918460369, 0.028304774314165115, 0.003747589187696576, -0.0033302668016403913, 0.03335919603705406, 0.009344033896923065, 0.005490035284310579, 0.008120330981910229, -0.008978253230452538, -0.03330599516630173, -0.020949257537722588, -0.02447405271232128, -0.01309494860470295, -0.023423263803124428, 0.005004544742405415, 0.019738854840397835, -0.017703784629702568, -0.021960141137242317, -0.008499412797391415, 0.0012719192309305072, -0.0220931526273489, -0.011997606605291367, 0.011851293966174126, 0.010241858661174774, 0.00958345364779234, -0.0016983861569315195, 0.0162273608148098, 0.013460729271173477, 0.05376311019062996, -0.022571993991732597, -0.011206190101802349, 0.007555033545941114, 0.005889068823307753, 0.03814759850502014, -0.009989137761294842, -0.025764260441064835, -0.014697732403874397, 0.01745106279850006, 0.006670509465038776, -0.0039770337752997875, 0.03343900293111801, 0.0020068057347089052, 0.006231572479009628, -0.013527234084904194, 0.00621827132999897, -0.03176306560635567, 0.016799308359622955, 0.011518766172230244, -0.04141967371106148, 0.01537608914077282, 0.012230375781655312, 0.0003501934406813234, -0.02339666150510311, -0.007821056060492992, 0.003223857842385769, -0.009058060124516487, -0.0016701213316991925, -0.021268483251333237, 0.004805027972906828, 0.014125784859061241, -0.02008468471467495, 0.023582877591252327, 0.004276308696717024, -0.0056696003302931786, -0.013241260312497616, 0.00034915428841486573, 0.008738832548260689, -0.022106453776359558, 0.004532355349510908, -0.003518145065754652, 0.005114278756082058, 0.008446208201348782, -0.009257576428353786, 0.018940787762403488, -0.009290829300880432, 0.003963732626289129, -0.007974018342792988, -0.011518766172230244, -0.03687069192528725, -0.005014520604163408, -0.05365670099854469, 0.008792037144303322, 0.004166574217379093, -0.03303997218608856, -0.006613979581743479, -0.035035137087106705, 0.000159509465447627, 0.00018517646822147071, -0.019499436020851135, -0.011206190101802349, -0.030991598963737488, 0.0013242922723293304, 0.002636946039274335, 0.008133632130920887, -0.01993837207555771, 0.0258706696331501, 0.010341617278754711, -0.0196058452129364, -0.006238223053514957, 0.21228580176830292, -0.0007165975985117257, 0.009683212265372276, 0.005204061511904001, -0.01777029037475586, -0.021640915423631668, 0.02231927216053009, 0.0013151478487998247, 0.005583143327385187, -0.00845285877585411, -0.025817465037107468, -0.007182602304965258, -0.021414795890450478, 0.002252876525744796, -0.005942273419350386, -0.018368840217590332, -0.04149948060512543, -0.028677204623818398, -0.008745483122766018, -0.0058591412380337715, 0.008326498791575432, -0.005031147040426731, -0.016746103763580322, -0.00043270192691124976, 0.0037608903367072344, 0.014923851937055588, -0.01147221215069294, 0.0005777672049589455, 0.019871866330504417, 0.01103992573916912, -0.00949699617922306, -0.022997628897428513, 0.010408123023808002, -0.021880334243178368, 0.00766809331253171, -0.004934713710099459, 0.006743665784597397, -0.032853756099939346, 0.01467113010585308, -0.011804739944636822, 0.01584162935614586, -0.014378505758941174, -0.019366424530744553, -0.020177792757749557, 0.0010591013124212623, 0.019592544063925743, 0.009397238492965698, -0.006364583969116211, -0.0020899376831948757, -0.0003925907367374748, -0.04285619407892227, -0.01669289916753769, 0.01875457353889942, 0.033013369888067245, 0.007641491014510393, -0.017796892672777176, -0.027081070467829704, 0.012256978079676628, -0.01977875828742981, 0.023835599422454834, -0.013387572951614857, 0.00972976628690958, -0.003260436002165079, 0.02109556831419468, -0.009277528151869774, 0.015043561346828938, -0.0111263832077384, -0.007142698857933283, 0.021122170612215996, -0.03785497322678566, 0.014471613802015781, -0.00992928259074688, 0.004681992810219526, -0.0006201645010150969, -0.03253452852368355, -0.0281185582280159, 0.011259394697844982, 0.03655146434903145, 0.011711631901562214, 0.03945110738277435, 0.00984947569668293, -0.0031723161228001118, 0.01870136894285679, -0.02310403808951378, -0.003230508416891098, -0.023915406316518784, 0.04179210588335991, -0.015083464793860912, -0.01937972567975521, -0.0363120436668396, 0.009317431598901749, -0.0044525484554469585, -0.024128222838044167, -0.0016135915648192167, -0.010182003490626812, 0.004419295582920313, 0.015934735536575317, 0.037429340183734894, -0.014178989455103874, 0.008240041323006153, -0.012622758746147156, 0.05996142700314522, -0.006996386684477329, -0.017251547425985336, -0.021374892443418503, -0.0014963755384087563, -0.018009711056947708, 0.025431733578443527, -0.017956506460905075, 0.008665677160024643, -0.0002685162762645632, -0.005523288156837225, -0.00013654425856657326, -0.014285397715866566, 0.008233390748500824, 0.016746103763580322, 0.011445609852671623, -0.020177792757749557, 0.019193509593605995, -0.002671861555427313, 0.008559267967939377, -0.02069653570652008, 0.014498216100037098, 0.006321355234831572, -0.001810614368878305, -0.0044525484554469585, 0.001149715157225728, -0.017597375437617302, -0.030033918097615242, -0.022133056074380875, 0.016506684944033623, 0.012682613916695118, 0.014085881412029266, 0.014657828956842422, -0.02069653570652008, 0.012715866789221764, 0.023981912061572075, -0.011226141825318336, -0.0021996719297021627, 0.013912966474890709, -0.014192290604114532, -0.01592143438756466, 0.006015429273247719, -0.023769093677401543, 0.008785386569797993, -0.007934115827083588, 0.025817465037107468, -0.025937175378203392, 0.017743688076734543, -0.009636658243834972, -0.017477665096521378, 0.004605511203408241, -0.021055666729807854, 0.0177569892257452, 0.0067902193404734135, 0.0008579219575040042, -0.022199561819434166, -0.032720744609832764, -0.007894212380051613, 0.005403578281402588, -0.031789667904376984, -0.00957680307328701, 0.01062094047665596, -0.001998492516577244, -0.01537608914077282, 0.00013467379903886467, -0.16897736489772797, 0.03027333877980709, 0.011532067321240902, -0.019565941765904427, 0.033651821315288544, 0.02463366650044918, -0.026469219475984573, -0.0030442927964031696, 0.009610055945813656, 0.01173823419958353, 0.019831962883472443, -0.01806291565299034, -0.010893614031374454, -0.0396905280649662, 0.004306236281991005, -0.024500655010342598, -0.02734709344804287, 0.01251634955406189, 0.016879115253686905, 0.004914761986583471, 0.03335919603705406, 0.008718880824744701, 0.025272119790315628, -0.01884768158197403, 0.004735196940600872, 0.0017840120708569884, -0.007215855177491903, 0.03112461045384407, -0.03466270864009857, -0.01278237160295248, -0.005134230479598045, 0.007156000006943941, 0.033332593739032745, 0.014192290604114532, -0.011518766172230244, -0.00616174191236496, -0.005639673210680485, -0.016879115253686905, -0.02347646839916706, 0.021601011976599693, 0.017025427892804146, 0.020443813875317574, 0.005230663809925318, 0.003910528030246496, -0.0036478310357779264, 0.017331354320049286, 0.022505488246679306, -0.0002849348238669336, -0.001363364397548139, -0.021295085549354553, 0.010401472449302673, -0.03748254477977753, 0.009171118959784508, 0.001005896832793951, -0.006856725085526705, 0.018475249409675598, -0.010514532215893269, 0.017171740531921387, 0.0034649407025426626, -0.019260015338659286, 0.00873218197375536, -0.029608283191919327, 0.04791061952710152, -0.00308087095618248, 0.018116120249032974, -0.01517657283693552, -0.023848900571465492, 0.01899399235844612, -0.02347646839916706, 0.0020600103307515383, 0.018900884315371513, -0.015509100630879402, -0.0027633067220449448, 0.00035788313834927976, 0.005998803302645683, 0.014790840446949005, -0.03931809589266777, -0.01953933946788311, 0.014644527807831764, 0.007954067550599575, -0.020257599651813507, 0.00766809331253171, -0.0030093772802501917, -0.012815624475479126, -0.01560220867395401, -0.0027633067220449448, -0.021960141137242317, 0.003661131951957941, 0.0066239554435014725, 0.0013350994559004903, 0.009324082173407078, -0.000982619938440621, 0.015721919015049934, 0.0017607351765036583, 0.005343723110854626, -0.011512115597724915, 0.017012126743793488, 0.016825910657644272, -0.01899399235844612, 0.01729145087301731, 0.021920237690210342, 0.0011580283753573895, -0.002425790997222066, 0.007674743887037039, 0.030725575983524323, 0.013779955916106701, -0.021574409678578377, -0.0004958822391927242, 0.03237491473555565, -0.0201644916087389, -0.036338645964860916, 0.026549026370048523, 0.01985856518149376, -0.012363387271761894, -0.006547474302351475, 0.022359175607562065, 0.008758784271776676, -0.026362810283899307, -0.010454677045345306, -0.0014755924930796027, 0.02742690034210682, 0.0034981933422386646, 0.012902081944048405, -0.022598594427108765, 0.0160677470266819, 0.006105212029069662, -0.059588998556137085, -0.003212219337001443, 0.019140304997563362, -0.006564100738614798, 0.008220089599490166, 0.015429293736815453, -0.0204039104282856, 0.014711033552885056, -0.013128201477229595, 0.014338602311909199, -0.006693786475807428, -0.020270900800824165, -0.012948635965585709, -0.007195903453975916, 0.009211022406816483, -0.004622137639671564, -0.026043584570288658, -0.0006010441575199366, -0.004083442501723766, 0.015495799481868744, -0.008845241740345955, -0.011372453533113003, -0.007574985269457102, -0.010015740059316158, -0.009829523973166943, -0.009530249051749706, -0.034875523298978806, 0.009264227002859116, 0.0216941200196743, -0.006627280730754137, -0.0051940856501460075, -0.030911792069673538, -0.018714670091867447, -0.013740052469074726, -0.019526038318872452, 0.01868806779384613, 0.005978851579129696, -0.002327695256099105, 0.044079896062612534, -0.02557804435491562, -0.0007660611299797893, -0.025631248950958252, 0.0030326542910188437, -0.02440754696726799, -0.013274513185024261, 0.019246714189648628, -0.014378505758941174, 0.027559911832213402, -0.00681682163849473, 0.014165688306093216, -0.01146556157618761, -0.026841651648283005, -0.0027367044240236282, -0.0015130018582567573, 0.033013369888067245, -0.007122747600078583, -0.004605511203408241, -0.0007606575381942093, -0.043601058423519135, -0.010042342357337475, -0.008472810499370098, 0.003691059537231922, -0.04240395501255989, 0.0032687492202967405, 0.029209250584244728, 0.014950454235076904, -0.02432774007320404, -0.02370258793234825, 0.03413066267967224, 0.0035447473637759686, -0.001787337358109653, 0.02524551749229431, -0.011332550086081028, -0.0009053071844391525, -0.02185373194515705, -0.01243654265999794, -0.0069564832374453545, -0.005260591395199299, 0.0017806869000196457, -0.01908710040152073, 0.003370170248672366, -0.00741537194699049, -0.0064344145357608795, 0.003488217480480671, -0.0018422044813632965, 0.012423241510987282, 0.03237491473555565, 0.026987964287400246, 0.005529938731342554, -0.049852579832077026, 0.0002811939048115164, 0.01961914449930191, -0.006387860514223576, -0.010581037029623985, -0.01839544251561165, 0.024234632030129433, -0.012263628654181957, -0.01691901870071888, 0.006923230830579996, 0.002286129165440798, -0.017504267394542694, 0.0008728856919333339, -0.07762531191110611, 0.00937728676944971, 0.0003506091015879065, -0.012356736697256565, -0.01475093699991703, -0.006497594993561506, 0.010800505988299847, 0.01127934642136097, -0.0018255781615152955, 0.0028464386705309153, -0.03405085578560829, 0.001075727748684585, -0.003558048512786627, -0.01584162935614586, -0.029102841392159462, -0.017956506460905075, 0.029156045988202095, 0.015296283178031445, 0.04195171967148781, -0.00029802811332046986, -0.0014573034131899476, -0.0009925958001986146, 0.0016443503554910421, 0.014897249639034271, -0.0061251637525856495, 0.012868829071521759, -0.024859784170985222, 0.006347957532852888, -0.005948923993855715, -0.016666296869516373, 0.009962535463273525, -0.01467113010585308, -0.0065075708553195, -0.00984947569668293, -0.004223104100674391, 0.024367643520236015, 0.004934713710099459, 0.009949234314262867, 0.028331376612186432, -0.010295063257217407, -0.013374271802604198, -0.02694806084036827, -0.008472810499370098, -0.019246714189648628, -0.014724334701895714, -0.005952249281108379, -0.025764260441064835, -0.01651998609304428, -0.0013234609505161643, -0.002799884881824255, 0.03814759850502014, 0.024766677990555763, -0.034875523298978806, -0.018501851707696915, 0.007156000006943941, -0.02696136198937893, 0.010634241625666618, 0.011073178611695766, 0.012769070453941822, -0.0010308364871889353, 0.05152852088212967, -0.0006754472851753235, 0.006474317982792854, -0.009144516661763191, 0.029315657913684845, 0.0011106431484222412, -0.04426611214876175, -0.01244319323450327, 0.002720078220590949, -0.02023099735379219, -0.02464696764945984, -0.011505465023219585, 0.007807754911482334, 0.0037974684964865446, 0.017264848574995995, -0.013154802843928337, 0.01027511153370142, 0.006105212029069662, -0.02101576328277588, 0.01891418546438217, 0.030911792069673538, 0.011079829186201096, 0.003230508416891098, 0.034396685659885406, 0.04442572593688965, 0.006683810614049435, -0.00469196867197752, 0.0019635772332549095, 0.0018588309176266193, 0.027958944439888, -0.025006096810102463, 0.023822298273444176, 0.002904631197452545, 0.011345851235091686, 0.01173823419958353, 0.018328936770558357, 0.021640915423631668, -0.0027034517843276262, 0.028943227604031563, 0.014923851937055588, 0.023689286783337593, 0.019432930275797844, -0.018674766644835472, -0.031151212751865387, -0.029315657913684845, 0.0027782705146819353, -0.016174156218767166, -0.04056840389966965, 0.029235852882266045, 0.03460950404405594, 0.013021792285144329, -0.0016235674265772104, -0.006504245568066835, 0.014724334701895714, -0.03389124199748039, 0.00819348730146885, 0.010793855413794518, -0.007042940706014633, -0.007807754911482334, 0.038732849061489105, -0.010807156562805176, 0.0028081980999559164, 0.018195925280451775, -0.03192267566919327, 0.03407745808362961, -0.015296283178031445, -0.0006538329762406647, -0.01182469166815281, 0.009696513414382935, 0.01608104817569256, -0.01166507788002491, 0.011698330752551556, 0.00654414901509881, -0.024992795661091805, 0.0017141812713816762, -0.009836174547672272, -0.010680795647203922, -0.005107628181576729, -0.005224013235419989, 0.0812964215874672, 0.035194750875234604, -0.005320446100085974, 0.0019469507969915867, -0.002242900663986802, -0.006484293844550848, 0.0065774014219641685, 0.010913565754890442, -0.00733556505292654, -0.052725620567798615, -0.007674743887037039, 0.014391806907951832, -0.010208605788648129, -0.009457092732191086, 0.0038041190709918737, 0.021122170612215996, -0.021840430796146393, 0.018435345962643623, -0.0025222240947186947, -0.00907136034220457, 0.027905739843845367, -0.009523598477244377, 0.00039051243220455945, -0.02787913754582405, -0.01883438043296337, -0.007927465252578259, 0.007568334694951773, -0.007308963220566511, -0.015415992587804794, 1.4587063560611568e-05, 0.007022988982498646, 0.002454055706039071, -0.020869450643658638, -0.009284178726375103, -0.01509676594287157, 0.008359750732779503, -0.01503026019781828, 0.003328604158014059, 0.005799286533147097, -0.009869427420198917, 0.0014789177803322673, 0.030565964058041573, -0.02069653570652008, -0.03578000143170357, -0.0017690483946353197, -0.019246714189648628, 0.02904963679611683, -0.02455385960638523, 0.0028032101690769196], \"c0c28caa-679d-4f86-bf52-b5f10a08ce90\": [-0.0038890400901436806, -0.008232515305280685, 0.010004152543842793, -0.05179239809513092, -0.015305891633033752, 0.01295468583703041, -0.01805884577333927, 0.011644069105386734, -0.023604266345500946, -0.03108597733080387, 0.035116616636514664, -0.012671487405896187, -0.025856683030724525, -0.0065069799311459064, 0.0034543632064014673, 0.0031612857710570097, 0.019981959834694862, -0.03332522138953209, 0.0073434035293757915, 0.009292863309383392, -0.0006804173463024199, 0.006391724571585655, -0.01215777825564146, 0.012019472196698189, -0.02431555651128292, -0.004722170531749725, 0.025000501424074173, -0.03364134952425957, 0.015911804512143135, -0.026199156418442726, 0.015424440614879131, 0.0025389075744897127, -0.009042594581842422, 0.006246832199394703, -0.0017848092829808593, -0.017742715775966644, 0.0019297015387564898, -0.0025668982416391373, 0.0023083973210304976, 0.004419214092195034, 0.005920824594795704, 0.0032090344466269016, 0.002423652447760105, -0.018361801281571388, 0.016688954085111618, 0.0260542631149292, 0.019257498905062675, -0.012796621769666672, -0.008594745770096779, 0.0402800478041172, 0.017400244250893593, 0.012908583506941795, -0.036960698664188385, -0.020943518728017807, 0.0033786240965127945, -0.00881208386272192, -0.0007211682968772948, 0.014515570364892483, -0.021272819489240646, -0.0012513422407209873, 0.025856683030724525, -0.012223638594150543, -0.031270384788513184, -0.012533181346952915, -0.00872646551579237, -0.006144749000668526, -0.012085332535207272, 0.02081179805099964, 0.006487221922725439, -0.005874722730368376, 0.034220919013023376, 0.0037902498152107, 0.01771637238562107, 0.004264442715793848, 0.03440532833337784, -0.0006096177385188639, 0.003744147950783372, -0.009668265469372272, 0.010675925761461258, -0.0031761042773723602, 0.006770420353859663, -0.0005256460863165557, -0.00015302187239285558, 0.01089985016733408, 0.009009664878249168, 0.021918248385190964, -0.0008364235400222242, 0.009022836573421955, -0.038304246962070465, -0.029189204797148705, -0.00898332055658102, 0.009635335765779018, -0.020429808646440506, 0.00876598246395588, -0.01771637238562107, 0.02388088032603264, 0.02388088032603264, 0.0288994200527668, 0.0124870790168643, -0.019428735598921776, 0.005963633768260479, 0.019257498905062675, -0.018151048570871353, -0.008970147930085659, -0.03964779153466225, -0.022168517112731934, 0.026423079892992973, 0.006388431880623102, -0.02506636269390583, -0.002245830139145255, -0.0029884029645472765, 0.031375762075185776, 0.006503686774522066, -0.035959627479314804, 0.025013674050569534, -0.019428735598921776, 0.004939509090036154, -0.012460734695196152, -0.00914797093719244, -0.009009664878249168, 0.014805355109274387, 0.006645285990089178, 0.005706779193133116, -0.022445129230618477, 0.01728169620037079, 0.018269596621394157, 0.010932779870927334, -0.003730975789949298, 0.017347555607557297, 0.007356575224548578, -0.0033917962573468685, -0.021852387115359306, -0.009450927376747131, 0.013488152995705605, -0.02003464847803116, 0.029716085642576218, -0.007290715351700783, 0.012138020247220993, -0.008700122125446796, -0.014489226043224335, 0.009655093774199486, 0.024355072528123856, -0.012664901092648506, -0.008719880133867264, 0.025935715064406395, 0.015463956631720066, -0.0022310116328299046, 0.009806571528315544, 0.014054549857974052, 0.005986684933304787, 0.005736416671425104, -0.003902212018147111, 0.012078746221959591, -0.005344548728317022, 0.00695482874289155, -0.007415849715471268, -0.0010496457107365131, 0.0314021036028862, 0.004165652673691511, -0.008048106916248798, -0.002059775171801448, 0.026093779131770134, -0.01828276924788952, 0.018361801281571388, 0.01962631568312645, 0.032455869019031525, 0.0026311117690056562, -0.017400244250893593, 0.008495955727994442, 0.014344334602355957, -0.014634118415415287, 0.03951607272028923, -0.0320870503783226, 0.007633187808096409, -0.003625599667429924, 0.029110172763466835, 0.009562889114022255, -0.007290715351700783, -0.04839401692152023, 0.018019329756498337, -0.030216623097658157, -0.008963562548160553, 0.02831985242664814, 0.027345122769474983, -0.018572553992271423, 0.01738707162439823, 0.03506392985582352, 0.012895411811769009, -0.0051370891742408276, 0.005736416671425104, 0.026172811165452003, 0.016004009172320366, 0.024368245154619217, -0.008654019795358181, -0.6432162523269653, -0.0160435251891613, 0.007435607723891735, -0.00038713403046131134, 0.00023915455676615238, 0.02287980541586876, 0.005766053684055805, 0.03372038155794144, -0.037039730697870255, 0.03506392985582352, -0.018177393823862076, 0.009516787715256214, 0.002604767680168152, -0.03293006122112274, -0.023788675665855408, -0.01996878907084465, -0.0006960591417737305, -0.010076598264276981, 0.021351851522922516, 0.016820674762129784, 0.0011764264199882746, 0.008219342678785324, -0.0070404470898211, -0.007376333698630333, 0.006888968404382467, 0.005798983387649059, 0.008752809837460518, -0.011762617155909538, -0.02039029262959957, 0.01223022397607565, -0.032113395631313324, -0.004076741635799408, 0.012750519439578056, 0.00457398546859622, 0.03509027138352394, -0.010056840255856514, 0.01904674619436264, -0.002476340625435114, 0.0027875294908881187, 0.03040103241801262, -0.01454191468656063, -0.009299448691308498, 0.03827790170907974, 0.010682511143386364, 0.004913164768368006, 0.014607775025069714, 0.027792971581220627, 0.0015691174194216728, -0.01344205066561699, 0.02114109881222248, -0.0035268093924969435, -0.01879647746682167, 0.0002504742587916553, -0.0022886390797793865, -0.0006297873915173113, 0.00028340434073470533, 0.03440532833337784, -0.02406528778374195, 0.004373111762106419, -0.011222564615309238, 0.002510917140170932, 0.0030888395849615335, 0.0034214332699775696, -0.0303219985216856, 0.0029900495428591967, -0.013356432318687439, 0.008298374712467194, -0.012934927828609943, 0.006401603575795889, 0.00037210967275314033, 0.006032786797732115, 0.020179541781544685, 0.0018506693886592984, -0.036723602563142776, -0.0024006012827157974, 0.02766125090420246, 0.019599972292780876, -0.004837425891309977, 0.0043270098976790905, -0.024697545915842056, -0.0005956224631518126, -0.008924046531319618, 0.0072248550131917, -0.0031250626780092716, 0.017360728234052658, 0.010458586737513542, -0.016017181798815727, -0.0020877658389508724, 0.0022194860503077507, 0.008199584670364857, -4.358087608125061e-05, 0.01921798288822174, 0.0019231154583394527, -0.03501123934984207, -0.023340826854109764, 0.01065616775304079, -0.014647291041910648, -0.01620158925652504, -0.0018671343568712473, 0.007053618784993887, -0.00922700297087431, -0.010149044916033745, 0.003595962654799223, -0.0007549216388724744, 0.02247147262096405, 0.008858186192810535, -0.018743790686130524, 0.000580803956836462, 0.020060991868376732, -0.03190264105796814, -0.009681438095867634, -0.0037474408745765686, -0.004873648751527071, 0.0026673348620533943, -0.005334669724106789, -0.02766125090420246, 0.0025142100639641285, 0.024947812780737877, 0.011308182962238789, -0.020614217966794968, 0.01127525232732296, 0.017571480944752693, 0.0029900495428591967, -0.004208461847156286, 0.04668165370821953, 0.015213687904179096, 0.016675783321261406, -0.02179970033466816, 0.0004490836872719228, 0.0034609492868185043, 0.02170749567449093, -0.009668265469372272, 0.028030067682266235, -0.015687881037592888, 0.02046932466328144, 0.009404825046658516, 0.03432629629969597, 0.004676068667322397, 0.006961414590477943, -0.014976591803133488, -0.000441262818640098, -0.003286419901996851, 0.012664901092648506, -0.005239172372967005, -0.010089770890772343, -0.008845014497637749, -0.013481566682457924, -0.01946825161576271, -0.016241105273365974, 0.01169017143547535, 0.014726323075592518, 0.015055623836815357, -0.009885604493319988, 0.03414188697934151, 0.01787443645298481, 0.018901854753494263, -0.01169675774872303, -0.027924690395593643, -0.036802634596824646, -0.006714439485222101, 0.0017996277892962098, 0.016148900613188744, -0.014844871126115322, -0.02373598702251911, -0.03577521815896034, -0.014805355109274387, 0.009885604493319988, 0.010307108983397484, -0.02615964040160179, -0.01696556620299816, 0.00923358928412199, 0.0052885678596794605, -0.03098060004413128, 0.007251199334859848, 0.005858257878571749, 0.019099434837698936, -0.009200658649206161, -0.01770319975912571, -0.015213687904179096, -0.00154030357953161, 0.009911947883665562, -0.009003078565001488, -0.01495024748146534, -0.002533968072384596, 0.03221876919269562, 0.03885747119784355, -0.001992268720641732, 0.009417996741831303, -0.007178753148764372, -0.007409263402223587, -0.01103156991302967, -0.011630897410213947, -0.0010965709807351232, 0.029426300898194313, -0.01870427466928959, 0.014752667397260666, 0.0069745867513120174, 0.018361801281571388, -0.006065716966986656, 0.011848235502839088, 0.01541126798838377, 0.019652659073472023, 0.02673920802772045, 0.013936001807451248, -0.001865487894974649, -0.023749159649014473, 0.00738950539380312, -0.019415562972426414, 0.031270384788513184, 0.0015600615879520774, 0.019165294244885445, -0.01703142747282982, -0.02046932466328144, -0.011650655418634415, 0.0013163791736587882, 0.005624454468488693, 0.0018770134774968028, 0.0035696185659617186, -0.005798983387649059, 0.008304961025714874, 0.025698618963360786, 0.003730975789949298, 0.01103156991302967, 0.005499320104718208, -0.013738420791924, 0.00738950539380312, 0.018849166110157967, 0.020113680511713028, 0.017848093062639236, -0.03801446035504341, -0.014713150449097157, 0.002578423824161291, -0.0026393444277346134, -0.0027628319803625345, 0.010261006653308868, 0.02663383260369301, 0.01549030002206564, -0.04428434371948242, -0.0016259216936305165, -0.0025734840892255306, 0.007738564163446426, 0.022510988637804985, 0.0377773642539978, -0.014515570364892483, 0.0020877658389508724, -0.00092451146338135, 0.03706607595086098, 0.007916386239230633, -0.0258830264210701, 0.012776863761246204, -0.021681152284145355, 0.023024698719382286, 0.005792397540062666, -0.015305891633033752, 0.018849166110157967, 0.00801517628133297, -0.007982246577739716, -0.0017156561370939016, 0.02137819491326809, 0.012803207151591778, 0.015911804512143135, 0.033535972237586975, 0.010952537879347801, 0.014120410196483135, 0.006128284148871899, -0.013804281130433083, -0.004205168690532446, -0.02087765745818615, 0.009931705892086029, -0.0013501325156539679, -0.009253347292542458, -0.03329887613654137, -0.004027346149086952, 0.00695482874289155, -0.009319206699728966, -0.0002652927942108363, -0.008370821364223957, -0.03182360902428627, 0.005607989151030779, 0.025461522862315178, -0.031718235462903976, -0.015253203921020031, 0.016728470101952553, 0.04078058525919914, 0.005064643453806639, -0.003543274477124214, 0.0057726395316421986, 0.010959124192595482, 0.001527954824268818, 0.0157010518014431, -0.0035333954729139805, 0.011090843938291073, 0.02131233550608158, 0.0007376333232969046, -0.010715441778302193, 0.0012719235382974148, -0.007185338996350765, -0.022510988637804985, 0.006101940292865038, -0.0010282411240041256, -0.0009368602186441422, -0.03635478764772415, -0.0246316846460104, -0.0034378983546048403, 0.027371466159820557, 0.02364378236234188, -0.007442193571478128, -0.02455265261232853, 0.02256367728114128, -0.0613289438188076, 0.007047032937407494, 0.0006754778441973031, -0.0163859985768795, -0.040727898478507996, -0.0016218054806813598, -0.001700837630778551, -0.002873147837817669, 0.007514639757573605, 0.02997952699661255, -0.00801517628133297, -0.01663626730442047, -0.03793542832136154, -0.02222120389342308, 0.004728756844997406, 0.053004223853349686, 0.0314021036028862, -0.018585726618766785, -0.00703386077657342, -0.026528457179665565, 0.007264371495693922, -0.00448836712166667, -0.01495024748146534, 0.027266090735793114, -0.003523516468703747, -0.011927267536520958, 0.008910873904824257, -0.005021834280341864, -0.011453075334429741, 0.015187343582510948, -0.002275467151775956, 0.010847161523997784, -0.007527811918407679, -0.02590937167406082, -0.016741642728447914, 0.0002582951565273106, -0.0005025950376875699, 0.021365022286772728, 0.02471071667969227, 0.026541627943515778, -0.011393800377845764, 0.040121983736753464, 0.016504546627402306, 0.004261149559170008, -0.004524590447545052, -0.011486005038022995, 0.012184122577309608, 0.004837425891309977, 0.002884673187509179, -0.028504259884357452, 0.04336230456829071, 0.009569475427269936, -0.0009796692756935954, -0.006586011964827776, -0.0006145572406239808, 0.00818641297519207, 0.022840289399027824, -0.0020350776612758636, -0.011308182962238789, 0.010293936356902122, -0.013698904775083065, -0.0011583148734644055, 0.0406225211918354, -0.020772282034158707, -0.017769061028957367, 0.007402677554637194, -0.01508196722716093, -0.03701338917016983, -0.002537261229008436, 0.017663683742284775, 0.014568259008228779, 0.02120695821940899, -0.004346767906099558, -0.015859117731451988, -0.05118648707866669, -0.025593243539333344, -0.020904002711176872, -0.02272174134850502, -0.010603479109704494, -0.004201875533908606, 0.004748514853417873, -0.008416923694312572, -0.016847018152475357, -0.021417710930109024, 0.022537333890795708, 0.011933853849768639, -0.027792971581220627, -0.024499963968992233, 0.008851599879562855, 0.013738420791924, 0.0025553726591169834, 0.022260719910264015, -0.00039845373248681426, -0.001824325299821794, -0.007303887512534857, -0.024829264730215073, -0.03282468393445015, 0.00856840144842863, 0.004531176295131445, 0.0010340039152652025, -0.0019082969520241022, -0.010833989828824997, -0.011999714188277721, -0.001860548392869532, 0.02298518270254135, -0.00040565719245932996, -0.006579426117241383, 0.002823752583935857, 0.002104230923578143, -0.02598840370774269, 0.013073233887553215, 0.016899706795811653, -0.004883527755737305, -0.0004093618190381676, -0.008127138949930668, -0.00624353950843215, -0.000479955633636564, -0.009240174666047096, -0.01135428436100483, 0.025777650997042656, 0.021154271438717842, 0.019613143056631088, 0.01987658441066742, 0.011551865376532078, 0.008785740472376347, 0.006263297516852617, -0.004257856868207455, -0.005716658663004637, -0.014713150449097157, -0.0024434104561805725, 0.012091917917132378, 0.019850241020321846, 0.007053618784993887, 0.02705533802509308, -0.02448679320514202, -0.00676383450627327, -0.027134370058774948, 0.010965709574520588, 0.03340425342321396, -0.0039878301322460175, 0.022932494059205055, -0.019020402804017067, -0.01549030002206564, -0.007705633994191885, -0.014752667397260666, 0.002752952976152301, 0.014001861214637756, -0.0068757967092096806, 0.012460734695196152, -0.03740854933857918, -0.01423895824700594, -0.0020120267290621996, -0.002161858370527625, -0.006418068893253803, -0.02363061159849167, 0.00047707423800602555, -0.0028122272342443466, 0.0029999285470694304, 0.007830767892301083, -0.004524590447545052, -0.031876299530267715, -0.007429021410644054, 0.00015868172340560704, -0.011466247029602528, 0.04417897015810013, -0.0007359868614003062, 0.008667191490530968, -0.016083041206002235, -0.006727611180394888, -0.016926050186157227, -0.0163859985768795, 0.019349703565239906, -0.028530603274703026, 0.024947812780737877, 0.018440833315253258, 0.012987615540623665, 0.0018160928739234805, -0.02278760075569153, 0.02623867243528366, 0.00519965635612607, -0.009846087545156479, 0.007975660264492035, 0.01637282595038414, -0.001314732595346868, 0.005390651058405638, -0.010577135719358921, 0.028635980561375618, 0.021944591775536537, -0.011255494318902493, 0.02046932466328144, 0.0093587227165699, -0.004620087333023548, 0.015832772478461266, 0.0014192855451256037, -0.03859402984380722, -0.005097573157399893, -0.004350061062723398, -0.007514639757573605, 0.028530603274703026, -0.01870427466928959, -0.012967857532203197, 0.009200658649206161, -0.03250855579972267, 0.02237926796078682, -0.008772567845880985, 0.010603479109704494, -0.026185983791947365, 0.013185195624828339, 0.012282912619411945, 0.013231297954916954, -0.004116257652640343, -0.003365452168509364, -0.019507767632603645, 0.005156847648322582, 0.043230582028627396, -0.0005886247963644564, 0.00801517628133297, -0.005212828516960144, -0.026870928704738617, -0.012289498001337051, 0.006454291753470898, -0.03198167309165001, -0.025263942778110504, 0.006134869996458292, -0.01971852034330368, -0.015569332055747509, -0.03564349561929703, -0.018730618059635162, -0.00034741213312372565, -0.02262953668832779, 0.018664758652448654, -0.009292863309383392, 0.023446202278137207, -0.01118963398039341, -0.04075424373149872, -0.015279548242688179, -0.004620087333023548, 0.03229780122637749, 0.016754815354943275, 0.030111247673630714, 0.03775102272629738, 0.012269739992916584, -0.014844871126115322, 0.01437067799270153, 0.006045958958566189, 0.011887751519680023, 0.034378983080387115, 0.017755888402462006, -0.03058543987572193, -0.025698618963360786, 0.006180972326546907, 0.02388088032603264, -0.001024948083795607, -0.016820674762129784, 0.027713939547538757, 0.017163148149847984, 0.0019988545682281256, -0.02153625898063183, -0.010623237118124962, -0.010129286907613277, 0.02763490565121174, 0.002530675148591399, 0.01712363213300705, -0.01232242863625288, -0.016241105273365974, -0.016306966543197632, 0.02489512600004673, -0.008423509076237679, 0.031533826142549515, 0.011413558386266232, -0.013013959862291813, -0.0029291289392858744, 0.006144749000668526, -0.02990049496293068, -0.0024318848736584187, -0.010208318941295147, 0.022155344486236572, -0.012776863761246204, -0.03769833222031593, 0.011426731012761593, 0.020060991868376732, 0.002813873579725623, 0.003869282081723213, -0.021365022286772728, 0.023090558126568794, -0.008798912167549133, -0.03414188697934151, -0.0013320209691300988, -0.01954728364944458, 0.023854535073041916, -0.01671529933810234, -0.01786126382648945, -0.018901854753494263, 0.003915383946150541, -0.03414188697934151, 0.008686949498951435, 0.03024296648800373, -0.002494452055543661, -0.015516644343733788, 0.0025257356464862823, -0.025171738117933273, 0.0038067148998379707, -0.016333309933543205, 0.0335623174905777, 0.02630453184247017, -0.016899706795811653, -0.0047649797052145, -0.0001796746364561841, 0.03058543987572193, -0.008364235050976276, 0.005407115910202265, -0.016926050186157227, 0.03693435713648796, 0.0012818025425076485, 0.013125921599566936, 0.016162073239684105, -0.011374042369425297, -0.022774429991841316, 0.016675783321261406, 0.005515784956514835, -0.005314911715686321, 0.021984107792377472, -0.01962631568312645, -0.03124404139816761, -0.0207064226269722, 0.008219342678785324, 0.011248908936977386, 0.007909800857305527, 0.0021816163789480925, -0.004145894665271044, -0.0014406901318579912, 0.010412485338747501, -0.0011089197359979153, -0.02763490565121174, 0.016412341967225075, -0.023617438971996307, -0.005706779193133116, 0.03358866274356842, -0.017479276284575462, 0.02373598702251911, -0.025277113541960716, -0.006582718808203936, 0.0024664616212248802, -0.02298518270254135, -0.038883816450834274, 0.013152265921235085, 0.0013410766841843724, -0.021826043725013733, -6.663191743427888e-05, -0.027371466159820557, -0.019336530938744545, -0.010893263854086399, 0.018164221197366714, 0.017057770863175392, 0.004238098859786987, -0.006141456309705973, 0.027582218870520592, 0.010181974619626999, 0.0055585941299796104, 0.007718806155025959, -0.007883456535637379, -0.027266090735793114, -0.0162147618830204, -0.021022550761699677, -0.016833847388625145, -0.02313007414340973, 0.02020588517189026, 0.03398382291197777, -0.015279548242688179, -0.041044026613235474, -0.008140310645103455, -0.00564091932028532, -0.024763405323028564, -0.02381501905620098, 0.025501038879156113, 0.03227145969867706, 0.013488152995705605, 0.013125921599566936, 0.016346482560038567, 0.005845085717737675, 0.050238098949193954, -0.012612213380634785, -0.0044850739650428295, 0.003701338777318597, -0.00210917042568326, 0.004228219855576754, -0.0007508053677156568, -0.0352746807038784, -0.011736273765563965, -0.001776576740667224, -0.011071085929870605, 0.005868136882781982, 0.033878445625305176, -0.00272496254183352, 0.006009736098349094, -0.015819601714611053, 0.002433531451970339, -0.0203112605959177, 0.02398625575006008, 0.011617724783718586, -0.03264027461409569, 0.02081179805099964, 0.022405613213777542, 0.025211254134774208, -0.01879647746682167, -0.013619872741401196, -0.0028764407616108656, -0.014304818585515022, 0.00872646551579237, -0.026344047859311104, 0.013455222360789776, 0.001368243945762515, -0.0019527525873854756, 0.02028491720557213, 0.030532751232385635, -0.02012685313820839, 0.007870284840464592, -0.003842937992885709, 0.003050970146432519, -0.01978437975049019, 0.0036387715954333544, 0.00572324451059103, -0.004458730109035969, 0.008449853397905827, -0.011492591351270676, 0.034721456468105316, -0.013725249096751213, -0.00019233213970437646, -0.0029044311959296465, -0.0073302313685417175, -0.02021905779838562, -0.0026673348620533943, -0.03806715086102486, -0.0007059381459839642, 0.010952537879347801, -0.045232731848955154, -0.0055717662908136845, -0.01846717856824398, -0.009082110598683357, -0.009134798310697079, -0.006375259719789028, -0.01970534771680832, -0.015503472648561, 0.012803207151591778, -0.0014884386910125613, -0.004735342692583799, -0.011433317326009274, 0.041966069489717484, 0.010241248644888401, -0.005143675487488508, 0.0031596391927450895, 0.2099093794822693, -0.00960899144411087, 0.015687881037592888, 0.020074164494872093, -0.005347841884940863, -0.013244470581412315, 0.010162216611206532, 0.002385782776400447, -0.00835764966905117, -0.012612213380634785, -0.035037584602832794, -0.0032732479739934206, -0.01928384229540825, 0.0052490513771772385, 0.006296227686107159, -0.025527382269501686, -0.051739711314439774, -0.02766125090420246, -0.01803250052034855, 0.007771494332700968, -0.01931018754839897, 0.0035268093924969435, -0.008245687000453472, -0.010682511143386364, 0.0002381255035288632, 0.008798912167549133, -0.020245401188731194, 0.0036749946884810925, 0.02298518270254135, -0.00020179952844046056, -0.012737346813082695, 0.0008866418502293527, 0.0038462309166789055, -0.013231297954916954, -0.020113680511713028, -0.004682654514908791, 0.022919321432709694, -0.015253203921020031, 0.019494595006108284, -0.007969074882566929, -0.006556374952197075, -0.03090156801044941, -0.015477128326892853, -0.03598596900701523, -0.016728470101952553, 0.03184995427727699, -0.009674851782619953, 1.9590812371461652e-05, -0.021944591775536537, -0.0015896986005827785, -0.03732951730489731, -0.010689097456634045, 0.01635965332388878, 0.02572496235370636, 0.008285203017294407, -0.005298446863889694, -0.001013422617688775, 0.021997280418872833, -0.024829264730215073, 0.009734125807881355, -0.013231297954916954, 0.005044885445386171, -0.01352766901254654, 0.011400386691093445, -0.033957477658987045, 0.03048006445169449, -0.025632759556174278, -0.010702269151806831, -0.004521297290921211, -0.023617438971996307, 0.005018541123718023, -0.011630897410213947, -0.002659102436155081, 0.019981959834694862, -0.0324295237660408, -0.018822822719812393, 0.01549030002206564, 0.027503186836838722, 0.02039029262959957, 0.039226286113262177, 0.016649438068270683, 0.003730975789949298, 0.00264099077321589, -0.018361801281571388, -0.005561887286603451, -0.027845658361911774, 0.019731692969799042, 0.0008701768238097429, 0.002652516355738044, -0.020074164494872093, 0.021773355081677437, -0.014462882652878761, -0.01945507898926735, -0.0036387715954333544, 0.004112964496016502, 0.024091631174087524, 0.005015247967094183, -0.0027974084950983524, -0.022866634652018547, -0.006269883364439011, -0.009615577757358551, 0.0556386299431324, 0.0002142512093996629, 0.005825327709317207, -0.031217696145176888, 0.006836280692368746, -0.02056152932345867, 0.019191639497876167, -0.008469611406326294, 0.008252273313701153, -0.014739494770765305, -0.012249981984496117, 0.003322642995044589, -0.005496026948094368, -0.012012885883450508, 0.0065135657787323, 0.00607559597119689, -0.011960198171436787, 0.006836280692368746, -0.011966783553361893, 0.0070206886157393456, -0.007593671791255474, 0.010893263854086399, 0.015226859599351883, 0.0046365526504814625, -0.015384923666715622, -0.006757248193025589, -0.013949173502624035, -0.014963419176638126, -0.024434104561805725, 0.01502927951514721, -0.012790035456418991, 0.025501038879156113, 0.003156346268951893, -0.008706707507371902, 0.004801202565431595, 0.002756246132776141, 0.01635965332388878, -0.011426731012761593, 0.021760184317827225, -0.01469997875392437, 0.003103658091276884, -0.006049252115190029, -0.0093587227165699, -0.004475194960832596, 0.006803350523114204, 0.0040141744539141655, -0.00448836712166667, 0.019020402804017067, -0.007494881749153137, -0.010293936356902122, -0.017294866964221, -0.019165294244885445, -0.0011533753713592887, 0.03751392289996147, 0.007988832890987396, -0.014502398669719696, -0.034299951046705246, -0.00572324451059103, 0.02012685313820839, -0.04075424373149872, -0.0038528169970959425, 0.032113395631313324, -0.01845400594174862, 0.0093587227165699, -0.0044982461258769035, -0.1671266406774521, 0.013593528419733047, 0.00944434106349945, -0.01645185798406601, 0.03414188697934151, 0.018493521958589554, -0.013949173502624035, -0.0027348415460437536, 0.01771637238562107, -0.00563762616366148, 0.01352766901254654, -0.008588159456849098, -0.016162073239684105, -0.012631971389055252, -0.008318133652210236, -0.03274565190076828, -0.015595676377415657, 0.01828276924788952, 0.02755587361752987, 0.012118262238800526, 0.03851499781012535, -0.025935715064406395, -0.0005408762372098863, -0.015213687904179096, -0.013962345197796822, 0.005084401462227106, -0.0093587227165699, 0.016425514593720436, -0.031112320721149445, 0.002273820573464036, -0.008258858695626259, 0.007600258104503155, 0.044231656938791275, 0.01862524263560772, -0.0054598040878772736, 0.011999714188277721, -0.00711947912350297, -0.0010578781366348267, -0.03290371596813202, -0.005077815148979425, 0.016069868579506874, 0.03809349238872528, 0.0003188041446264833, -0.00361242750659585, 0.020350776612758636, 0.029637053608894348, 0.02813544310629368, -0.006418068893253803, 0.0201400239020586, -0.002718376461416483, 0.020074164494872093, -0.03656553849577904, 0.018743790686130524, -0.0009319207165390253, 5.479767787619494e-05, 0.025948887690901756, -0.0006495454581454396, 0.01988975703716278, 0.018164221197366714, -0.017308039590716362, 0.007303887512534857, -0.010860334150493145, 0.014844871126115322, -0.018177393823862076, 0.009200658649206161, -0.018322285264730453, -0.030927913263440132, 0.00914797093719244, -0.009819744154810905, 0.007883456535637379, 0.01223022397607565, -0.006961414590477943, -0.023288138210773468, -0.004178824834525585, 0.0076134297996759415, 0.0012241749791428447, -0.03300909325480461, 0.004419214092195034, 0.024921469390392303, -0.006628821138292551, -0.010557377710938454, 0.0006063247565180063, -0.005878015886992216, 0.002706850878894329, -0.01023466233164072, -0.005153554491698742, -0.025013674050569534, 0.01979755237698555, -0.006668337155133486, 0.000205915785045363, 0.006263297516852617, -0.002955472795292735, 0.00843668170273304, -0.012961271218955517, -0.002453289460390806, -0.009470685385167599, 0.003217266872525215, 0.014937074854969978, -0.02824082039296627, -0.007778080180287361, 0.016083041206002235, -0.019679004326462746, -0.01352766901254654, 0.0103532113134861, 0.023248622193932533, 0.003908798098564148, -0.020271744579076767, 0.010893263854086399, 0.04776176065206528, -0.007567327935248613, -0.03440532833337784, 0.02615964040160179, 0.013791109435260296, 0.009411411359906197, -0.0054038227535784245, 0.026291359215974808, -0.004465315956622362, -0.02498732879757881, 0.010537619702517986, 0.005561887286603451, 0.028925765305757523, -0.0187174454331398, 0.02939995750784874, -0.0068626245483756065, 0.005864843726158142, -0.018230080604553223, -0.09041277319192886, -0.015226859599351883, 0.01612255722284317, 0.020785454660654068, 0.009095282293856144, 0.01423895824700594, -0.023577922955155373, 0.02405211515724659, 0.009115040302276611, 0.0034905862994492054, -0.013336674310266972, -0.0049362159334123135, -0.017229007557034492, 0.010860334150493145, -0.014436538331210613, 0.0251453947275877, 0.005700193345546722, -0.006645285990089178, -0.018928198143839836, 0.023867707699537277, -0.009292863309383392, -0.002889612689614296, -0.0010587014257907867, -0.007929558865725994, -0.02273491397500038, -0.02020588517189026, -0.029426300898194313, 0.0023330948315560818, 0.012829551473259926, -0.003760612802579999, -0.017597824335098267, -0.020693250000476837, -0.02147039957344532, -0.01703142747282982, -0.02154943160712719, 0.014462882652878761, -0.012124848552048206, -0.029874149709939957, 0.02947898954153061, -0.01596449315547943, 0.002606414258480072, -0.030005870386958122, 0.013646217063069344, -0.030190279707312584, -0.004070155322551727, -0.008858186192810535, -0.02705533802509308, 0.010873505845665932, -0.027028992772102356, -0.014397022314369678, -0.025830339640378952, -0.010201732628047466, -0.0060854749754071236, 0.0037836639676243067, 0.03648650646209717, 0.014212613925337791, 0.00785711221396923, -0.0021239889319986105, -0.05411067605018616, -0.008344477042555809, -0.006362087558954954, -0.012342186644673347, -0.04417897015810013, 0.006273176521062851, 0.007731978315860033, 0.02581716701388359, -0.006013028789311647, -0.028715012595057487, 0.040042951703071594, -0.0010924547677859664, 0.0006721848621964455, 0.01423895824700594, 0.0025537260808050632, 0.00421834085136652, -0.03706607595086098, -0.013172023929655552, -0.01406772155314684, -0.0018556088907644153, 0.012493664398789406, -0.029136518016457558, 0.002291932236403227, -0.0065201520919799805, -0.006562960799783468, -0.006332450546324253, 0.006042666267603636, 0.014858042821288109, 0.023788675665855408, 0.0063785528764128685, 0.01686019077897072, -0.028109099715948105, -0.010149044916033745, 0.01795346848666668, 0.009556303732097149, -0.014555086381733418, -0.014686807058751583, 0.01979755237698555, 0.0077846660278737545, -0.02939995750784874, -0.015042451210319996, 0.003317703492939472, -0.030216623097658157, -0.004725463688373566, -0.08472245931625366, 0.01913895085453987, -0.029531678184866905, -0.012394874356687069, 0.004988904111087322, -0.003582790493965149, 0.0014727968955412507, 0.010610065422952175, -0.008535471744835377, 0.018928198143839836, -0.014937074854969978, 0.013843797147274017, 0.00025335565442219377, -0.007916386239230633, -0.019692175090312958, -0.004264442715793848, 0.032376836985349655, 0.015674708411097527, 0.037382204085588455, 0.02062739059329033, -0.007481709588319063, -0.0058022765442729, 0.009556303732097149, 0.02028491720557213, -0.0017403536476194859, 0.005621161311864853, -0.01787443645298481, -0.001249695778824389, -0.004860477056354284, -0.011762617155909538, 0.010722027160227299, -0.022010453045368195, 0.017149975523352623, 0.015477128326892853, 0.0015057269483804703, 0.005387357901781797, 0.002458228962495923, 0.020745938643813133, 0.045232731848955154, 0.002677213866263628, -0.02081179805099964, -0.03617037832736969, 0.008054692298173904, -0.019257498905062675, -0.0027875294908881187, 0.0024911591317504644, -0.023485718294978142, 0.014186269603669643, 0.021272819489240646, 0.020113680511713028, 0.025435177609324455, 0.020864486694335938, -0.03163920342922211, -0.026199156418442726, 0.0038198870606720448, -0.022102655842900276, 0.029136518016457558, 0.01762416772544384, 0.0027628319803625345, -0.007652945816516876, 0.04386283829808235, -0.004399456083774567, 0.00202684523537755, -0.01223681028932333, 0.019731692969799042, 0.003381917253136635, -0.04309886321425438, -0.01549030002206564, -0.005535542964935303, -0.02716071344912052, -0.020666906610131264, -0.016346482560038567, 0.006684802006930113, 0.007047032937407494, 0.018256425857543945, -0.0004478488117456436, -0.013725249096751213, 0.02255050465464592, -0.01383062545210123, 0.03269296512007713, 0.023512063547968864, 0.011545279063284397, 0.00022495347366202623, 0.019402392208576202, 0.017426587641239166, 0.00968802347779274, -0.015279548242688179, 0.0017387071857228875, -0.013218126259744167, 0.019415562972426414, -0.01786126382648945, 0.03213973715901375, 0.005831913556903601, 0.01015563029795885, -0.011229150928556919, 0.017900779843330383, 0.004244684707373381, 0.005476268939673901, 0.0008973441435955465, 0.010603479109704494, 0.01628062129020691, 0.004162359517067671, 0.002718376461416483, -0.019573627039790154, -0.03298274800181389, 0.007929558865725994, -0.02020588517189026, -0.037882741540670395, 0.013738420791924, 0.007771494332700968, 0.003322642995044589, 0.004606915637850761, -0.006935070734471083, 0.007830767892301083, -0.02297201007604599, -0.012790035456418991, 0.010043668560683727, 0.00010491311695659533, -0.02530345879495144, 0.018164221197366714, 0.00632586469873786, 0.013165437616407871, 0.03569618612527847, -0.011051327921450138, 0.03142844885587692, -0.017163148149847984, 0.006737490184605122, -0.024776577949523926, 0.0153322359547019, 0.004692533519119024, -0.007185338996350765, 0.03116500936448574, 0.010537619702517986, -0.011933853849768639, -0.004695826675742865, 0.010794473811984062, -0.011327940970659256, 0.0011953611392527819, 0.021022550761699677, 0.08846331387758255, 0.028214475139975548, -0.009115040302276611, 0.005976805929094553, 0.009306035004556179, -0.005002076271921396, 0.013257642276585102, 0.012447563000023365, -0.009510201402008533, -0.026449425145983696, -0.004745221696794033, 0.017518792301416397, -0.014910731464624405, -0.03693435713648796, -0.01383062545210123, 0.03148113936185837, -0.015832772478461266, 0.014199442230165005, -0.0038956261705607176, -0.0005960341077297926, 0.030348343774676323, -0.01613572984933853, 0.009134798310697079, -0.02547469362616539, -0.017821747809648514, -0.0030707281548529863, 0.018915027379989624, -0.0029357147868722677, -0.014397022314369678, -0.005337962880730629, 0.009562889114022255, 0.01660992205142975, -0.016688954085111618, -0.004603622481226921, -0.006124990992248058, 0.010083184577524662, -0.014594602398574352, -0.0003488528309389949, 0.0007129358127713203, -0.0028402176685631275, 0.01820373721420765, 0.016069868579506874, -0.003885747166350484, -0.027845658361911774, 0.017742715775966644, -0.020271744579076767, 0.029531678184866905, -0.004419214092195034, 0.004465315956622362], \"474b983a-b2c4-498d-8d9f-9e160cdce973\": [-0.0022077467292547226, 0.002253982238471508, 0.02327628992497921, -0.04295941814780235, -0.022047745063900948, 0.033950094133615494, -0.03627508133649826, 0.007140087429434061, -0.0199737511575222, -0.0320214107632637, 0.03217993304133415, 0.008441288024187088, -0.013025210238993168, -0.011928767897188663, 0.013355464674532413, 0.010931401513516903, 0.010264288634061813, -0.02042289637029171, 0.022113796323537827, -0.007827015593647957, -0.001936938613653183, 0.017107147723436356, -0.013031816110014915, 0.01297236979007721, -0.031757205724716187, -0.0030234737787395716, 0.02435952238738537, -0.029696423560380936, 0.005082606337964535, -0.03463701903820038, 0.03154584392905235, -0.025284232571721077, -0.014861421659588814, -0.009200870990753174, 0.0003672009625006467, -0.014742530882358551, -0.007490156684070826, 0.005426070187240839, 0.009544335305690765, -0.009319762699306011, 0.021743912249803543, 0.0014985266607254744, -0.005677063018083572, -0.005871912930160761, 0.008295975625514984, 0.034293558448553085, 0.003556833602488041, -0.024874716997146606, -0.005700180772691965, 0.027979103848338127, 0.016512690111994743, 0.015152045525610447, -0.01782049611210823, -0.037886716425418854, 0.01552192959934473, -0.014306595548987389, -0.004574015270918608, 0.02388395555317402, -0.016248488798737526, 0.016116386279463768, 0.023289499804377556, -0.011776851490139961, -0.03072681464254856, -0.010356759652495384, -0.021321186795830727, 0.0034181270748376846, -0.009207476861774921, 0.008388446643948555, 0.002126834588125348, -0.005815769545733929, 0.03276117891073227, 0.012292047031223774, 0.01639379933476448, 0.01922077313065529, 0.016895785927772522, -0.018599895760416985, -0.0019600563682615757, 0.01829606108367443, -0.0005577161209657788, 0.0055845919996500015, -0.01105029322206974, -0.005828979890793562, 0.005617617629468441, 0.019300032407045364, 0.018322482705116272, 0.011605119332671165, 0.005082606337964535, 0.014610429294407368, -0.01940571516752243, -0.036777064204216, -0.0014200913719832897, 0.026750558987259865, -0.016763683408498764, 0.006968355737626553, -0.01369892805814743, 0.02305171638727188, -0.0020624350290745497, 0.025984371080994606, -0.00528075871989131, -0.005320388823747635, 0.00615923386067152, 0.016895785927772522, -0.02375185489654541, -0.016037125140428543, -0.031281642615795135, -0.023064926266670227, 0.03387083113193512, -0.016578741371631622, -0.006961750332266092, 0.016539111733436584, -0.01013218704611063, 0.04829631745815277, 0.0009973665000870824, -0.04118925705552101, 0.001955102663487196, -0.023157397285103798, 0.014438697136938572, -0.025799429044127464, -0.04142703860998154, -0.0073844753205776215, 0.012668536975979805, 0.00035275236587040126, -0.0019237285014241934, -0.02413494884967804, 0.02089846134185791, 0.02819046564400196, -0.018626315519213676, -0.004101752303540707, 0.00768170366063714, 0.00834221113473177, 0.006070065312087536, -0.02311776764690876, 0.000622941239271313, 0.008269555866718292, -0.006747085601091385, -0.0004706117033492774, -0.025574855506420135, 0.019828438758850098, -0.02210058644413948, -0.04528440535068512, 0.010488861240446568, 0.005792651791125536, -0.011875927448272705, -0.016182437539100647, 0.02225910685956478, 0.02130797691643238, 0.005878517869859934, 0.0013003743952140212, 0.032549817115068436, 0.01849421299993992, -0.004375862888991833, -0.004692906979471445, 0.006644706707447767, -0.02121550589799881, 0.004273484461009502, -0.022364787757396698, 0.0010741505539044738, 0.02182317152619362, 0.024848297238349915, -0.002777434652671218, -0.004636763595044613, 0.020185112953186035, -0.012245811522006989, 0.00986137893050909, 0.002257284941151738, 0.02610326185822487, -0.005241128150373697, -0.0004235505184624344, 0.003550228662788868, 0.0220345351845026, 0.0021037168335169554, 0.04306509718298912, -0.024980399757623672, -0.0016991558950394392, -0.004659881349653006, 0.02739785611629486, 0.004481544252485037, 0.011294680647552013, -0.029352959245443344, 0.021902432665228844, -0.011856111697852612, 0.0021334397606551647, 0.022496890276670456, 0.044755998998880386, -0.005875215400010347, 0.010845535434782505, 0.022087374702095985, 0.0052312202751636505, -0.009412233717739582, -0.0016454897122457623, 0.014623639173805714, 0.014755740761756897, 0.021030563861131668, -0.026169313117861748, -0.6400054693222046, -0.0024158067535609007, 0.004144685342907906, -0.020370054990053177, 0.008665860630571842, 0.02685623988509178, -0.00044047602568753064, 0.013791399076581001, -0.025614487007260323, 0.010105767287313938, -0.0010345201008021832, 0.036512862890958786, 0.005082606337964535, -0.02676376886665821, -0.03516542539000511, -0.02863961085677147, -0.00708064204081893, -0.001818047254346311, 0.010706828907132149, 0.00032447438570670784, -0.011657959781587124, 0.01416128408163786, -0.0048943618312478065, 0.011975003406405449, 0.009749093092978, 0.000324680790072307, 0.011486227624118328, -0.0027146863285452127, -0.007034406531602144, 0.003966348245739937, -0.023355549201369286, -0.0030664068181067705, 0.02150612883269787, -0.005059488583356142, 0.02768848091363907, -0.005042975768446922, 0.0016273256624117494, 0.011598514392971992, 0.00396304577589035, 0.021743912249803543, -0.021334396675229073, -0.0019154722103849053, 0.04240459203720093, 0.019009409472346306, 0.019035831093788147, 0.005184984765946865, 0.006175746209919453, -0.0002796837070491165, -0.020885251462459564, 0.011261655017733574, -0.0053897425532341, -0.013117681257426739, -0.000469373248051852, -0.017846915870904922, 0.0051057240925729275, 0.005323691759258509, 0.029405800625681877, 0.0005762929213233292, 0.0009503053734079003, -0.006162536330521107, 0.01342811994254589, 0.002220956841483712, 0.004633461125195026, -0.049168188124895096, 0.006955145392566919, -0.020026592537760735, 0.0043593505397439, -0.015257726423442364, 0.014478327706456184, -0.02112303487956524, 0.012470384128391743, 0.020370054990053177, 0.026843030005693436, -0.008348817005753517, -0.0032463951501995325, 0.023157397285103798, 0.007509971968829632, -0.0013837635051459074, 0.001466326997615397, -0.00011197668936802074, 0.001988128060474992, 0.016314538195729256, -0.0002260174514958635, -0.012919529341161251, 0.025574855506420135, 0.011578698642551899, -0.020687099546194077, -0.020687099546194077, 0.014768950641155243, 0.0015464135212823749, 0.009233896620571613, 0.013659298419952393, -0.0047391424886882305, -0.04446537420153618, -0.03503332659602165, 0.002067388966679573, -0.03210067003965378, -0.01542945858091116, -0.011598514392971992, -0.0025776310358196497, -0.016763683408498764, -0.01512562483549118, -0.004597133025527, 0.004484846722334623, 0.04766223207116127, 0.0021747213322669268, -0.01779407635331154, 0.004207433667033911, 0.02305171638727188, -0.0383622832596302, 0.012410938739776611, -0.005118934437632561, 0.010125582106411457, 0.009458469226956367, 0.002932653995230794, -0.022919615730643272, 0.018084699288010597, 0.011056898161768913, 0.0029805407393723726, -0.025297442451119423, 0.007985536940395832, 0.00538313714787364, 0.014782160520553589, 0.004636763595044613, 0.03535036742687225, 0.031440164893865585, 0.00938581395894289, -0.01352719683200121, 0.00013251433847472072, -0.008784751407802105, -0.005376532208174467, -0.021928854286670685, 0.006638101767748594, -0.03178362920880318, 0.0342407152056694, 0.009280132129788399, 0.012285442091524601, 0.006301242858171463, 0.018190380185842514, -0.019128302112221718, -0.0040687271393835545, -0.020819200202822685, 0.007232558447867632, -0.02207416482269764, 0.015957864001393318, -0.025125710293650627, -0.00016492050781380385, -0.010092556476593018, -0.014570798724889755, 0.006968355737626553, 0.001413486315868795, 0.013157311826944351, 0.009029139764606953, 0.025482384487986565, 0.019233983010053635, 0.0017123660072684288, -0.0021532548125833273, -0.01829606108367443, -0.02302529662847519, -0.0018461188301444054, -0.015416248701512814, 0.012761007994413376, -0.026961922645568848, -0.004851428791880608, -0.033342424780130386, -0.01956423558294773, 0.034293558448553085, 0.017107147723436356, -0.010938006453216076, -0.013282808475196362, 0.029009494930505753, -0.004514569882303476, -0.02359333261847496, 0.016512690111994743, 0.001834559952840209, 0.0174374021589756, -0.012503409758210182, 0.0020112458150833845, -0.007397685665637255, -0.009458469226956367, -0.00321502098813653, -0.0009560848120599985, 0.003309143241494894, -0.024874716997146606, 0.037279050797224045, 0.04451821371912956, -0.023302709683775902, 0.038547225296497345, -0.022985665127635002, -0.0004208672035019845, -0.012292047031223774, 0.01000669039785862, -0.007509971968829632, 0.007430710829794407, -0.00732502993196249, 0.025997580960392952, 0.011122948490083218, 0.02128155529499054, 0.02001338079571724, 0.019841648638248444, 0.02961716242134571, 0.016922205686569214, 0.01605033501982689, 0.002544605638831854, -0.02273467369377613, -0.02007943205535412, 0.004438611213117838, -0.036644965410232544, 0.034610599279403687, 0.012252416461706161, -0.005990804173052311, -0.01465005986392498, -0.016975047066807747, -0.032708339393138885, 0.003679027548059821, -0.005677063018083572, 0.008791356347501278, -0.001272302819415927, 0.004214038606733084, -0.00501985801383853, 0.01804506778717041, -0.01244396436959505, 0.016473060473799706, -0.014187703840434551, -0.0068692793138325214, 0.02096451260149479, 0.017305299639701843, 0.012919529341161251, 0.016274908557534218, -0.04531082510948181, -0.006585261318832636, 0.01700146682560444, -0.0026189128402620554, 0.0017899756785482168, 0.021862803027033806, 0.032047830522060394, 0.011935372836887836, -0.024782245978713036, 0.009702857583761215, -0.0052609434351325035, -0.0007682529394514859, 0.01715998910367489, 0.045839231461286545, -0.03416145592927933, -0.006763598416000605, 0.009742487221956253, 0.02305171638727188, -0.0031060371547937393, -0.023289499804377556, -0.002222608309239149, -0.020026592537760735, 0.0059511736035346985, -0.005967686418443918, 0.003992768470197916, 0.025033239275217056, -0.011578698642551899, -0.01722603850066662, 0.0010650685289874673, 0.019656706601381302, 0.0191811416298151, 0.010317129082977772, 0.027741320431232452, -0.004468334373086691, -0.006472975015640259, 0.009920824319124222, -0.016856154426932335, -0.00018525174527894706, -0.007787385024130344, -0.005696878302842379, 0.015865392982959747, -0.015654031187295914, -0.015561560168862343, 0.00897629838436842, 0.004917479585856199, 0.013355464674532413, -0.004253669176250696, 0.0053897425532341, -0.04116283729672432, -0.009471679106354713, 0.01116257905960083, -0.03434639796614647, -0.01680331490933895, 0.005006648134440184, 0.036037296056747437, 0.015482299029827118, -0.017648763954639435, -0.008078008890151978, 0.004986832849681377, 0.0029689818620681763, -0.006591866258531809, -0.003421429544687271, 0.016420219093561172, 0.023078136146068573, -0.004983529914170504, -0.011248445138335228, 0.009920824319124222, 0.01639379933476448, -0.023936796933412552, 0.01465005986392498, -0.013381884433329105, 0.010475651361048222, -0.018375322222709656, -0.017556292936205864, -0.005970988888293505, 0.02914159744977951, 0.03199499100446701, -0.01963028684258461, -0.015178465284407139, 0.009220686741173267, -0.05585252493619919, 0.013018605299293995, -0.004933991935104132, -0.001808139611966908, -0.015535139478743076, -0.008632835000753403, 0.002407550346106291, 0.0011525858426466584, 0.02273467369377613, 0.02346123196184635, -0.008480917662382126, -0.008949878625571728, -0.0351918488740921, -0.03249697759747505, 0.01582576334476471, 0.06303884834051132, 0.02657882682979107, -0.017371350899338722, -0.0016083361115306616, -0.0440690703690052, 0.0005857876967638731, -0.01176364067941904, -0.03085891716182232, 0.031228801235556602, -0.0012293698964640498, 0.006390411406755447, 0.001423393958248198, 0.01680331490933895, 0.0012095546117052436, -0.005396347492933273, -0.004405586048960686, -0.001707412302494049, -0.01763555407524109, -0.018177170306444168, -0.043144360184669495, 0.0028765108436346054, -0.012741192243993282, 0.022245896980166435, 0.04306509718298912, 0.025416333228349686, 0.003041637595742941, 0.03513900563120842, 0.01488784234970808, 0.010488861240446568, -0.0020938091911375523, -0.005125539377331734, -0.002029409632086754, 0.01899619959294796, -0.011255050078034401, -0.036644965410232544, 0.04813779518008232, 0.018058279529213905, -0.0026387281250208616, -0.001131119322963059, 0.0015365058789029717, 0.00986137893050909, 0.022298738360404968, 0.001809790963307023, -0.018005438148975372, 0.007391080260276794, -0.0026866148691624403, -0.011175788938999176, 0.02558806538581848, -0.00834221113473177, -0.016433430835604668, 0.013632877729833126, -0.009491494856774807, -0.05048920214176178, 0.008170479908585548, 0.02311776764690876, 0.003054847940802574, 0.030779656022787094, -0.0037186581175774336, -0.008844197727739811, -0.028111204504966736, -0.01741098053753376, -0.021294767037034035, -0.006727270316332579, 0.0003985750663559884, 0.0006522512994706631, 0.006968355737626553, -0.026618458330631256, -0.013031816110014915, -0.02035684511065483, 0.02698834240436554, 0.017675183713436127, -0.01636737957596779, -0.015178465284407139, -0.003324004588648677, 0.011354126036167145, 0.007027801126241684, 0.024742616340517998, -0.023950006812810898, 0.0033917066175490618, 0.006961750332266092, -0.003972953651100397, -0.04100431501865387, -0.0008182038436643779, -0.005046278238296509, 0.007747754454612732, -0.005148657131940126, -0.008817777037620544, -0.009478284977376461, -0.001145155169069767, 0.03915489464998245, -0.002587538678199053, 0.0023761761840432882, 0.0053038764744997025, 0.010152002796530724, -0.024055687710642815, 0.0212419256567955, 0.0415327213704586, 0.019445344805717468, -0.009537730365991592, 0.006568748503923416, -0.0056209200993180275, -0.002683312399312854, -0.008969693444669247, -0.014451907016336918, 0.017133567482233047, 0.023012086749076843, 0.013989551924169064, 6.95081107551232e-05, 0.013454540632665157, 0.004280089400708675, 0.006416831631213427, 0.0049009667709469795, 0.029511481523513794, -0.026341045275330544, 0.004382468294352293, 0.013012000359594822, 0.0071731130592525005, 0.013910290785133839, 0.022510100156068802, -0.004858033731579781, -0.004316417500376701, -0.03915489464998245, 0.022919615730643272, 0.02359333261847496, -0.006555538158863783, 0.008117638528347015, -0.005862005520612001, -0.00835542194545269, -0.01858668588101864, -0.0026882661040872335, 0.000574641628190875, 0.005498725920915604, -0.013289413414895535, 0.005297271069139242, -0.03196857124567032, -0.008243135176599026, -0.0038903900422155857, 0.008097823709249496, -0.005538356490433216, 0.007747754454612732, -9.474156104261056e-05, 0.01273458730429411, 0.009650016203522682, -0.002143347403034568, 0.021743912249803543, -0.03352736681699753, -0.012919529341161251, -0.005855400115251541, 0.005548264365643263, 0.031757205724716187, -0.008144059218466282, 0.005726601462811232, 0.0064960927702486515, -0.010938006453216076, -0.005541658960282803, -0.011975003406405449, 0.011657959781587124, -0.013454540632665157, 0.026393884792923927, 0.017609134316444397, 0.024848297238349915, -0.002544605638831854, -0.013137497007846832, 0.008295975625514984, 0.015944654121994972, -0.012853479012846947, -0.0015621006023138762, 0.01465005986392498, 0.0035006904508918524, 0.0006101439357735217, 0.008388446643948555, 0.015350197441875935, 0.023514071479439735, -0.0081638740375638, 0.00937260314822197, 0.021334396675229073, -0.013216758146882057, 0.007767569739371538, 0.0052609434351325035, -0.04258953407406807, -0.010118977166712284, -0.011076712980866432, -0.014451907016336918, 0.019418925046920776, -0.02200811542570591, -0.008679070509970188, 0.030911756679415703, -0.028401829302310944, 0.007655283436179161, -0.0023695712443441153, -0.0050264629535377026, -0.034610599279403687, 0.030515452846884727, 0.015376618131995201, 0.02784700132906437, -0.00425036670640111, 0.009603780694305897, -0.013672508299350739, 0.023712223395705223, 0.029326539486646652, -0.016605161130428314, -0.004293299745768309, 0.015165255405008793, -0.019775599241256714, -0.026393884792923927, 0.0052675483748316765, -0.03054187260568142, -0.02083241008222103, -0.0020938091911375523, -0.012133525684475899, -0.012206180952489376, -0.02121550589799881, -0.0012780822580680251, -0.0076949140056967735, -0.017265670001506805, 0.007252373732626438, -0.019115090370178223, 0.026116471737623215, -0.03653928264975548, -0.032232772558927536, 0.00012601246999111027, -0.028137626126408577, 0.010449230670928955, 0.019749177619814873, 0.04015886411070824, 0.03194214776158333, 0.0012235904578119516, -0.010152002796530724, -0.0028732081409543753, 0.006053552497178316, -0.002683312399312854, 0.010396390222012997, 0.017516663298010826, -0.0220345351845026, -0.028586771339178085, 0.00476556271314621, 0.029379379004240036, -0.005970988888293505, -0.02365938387811184, 0.014980313368141651, 0.016671212390065193, 0.019009409472346306, -0.012635511346161366, 0.009220686741173267, -0.02216663584113121, 0.029537901282310486, -0.01013218704611063, 0.008177084848284721, -0.02416136860847473, -0.007919486612081528, -0.019022619351744652, 0.018758416175842285, -0.012457174248993397, 0.012424148619174957, 0.026499565690755844, -0.005482213571667671, 0.0015967772342264652, -0.0020905067212879658, -0.016578741371631622, -0.0055911969393491745, -0.005947871133685112, 0.002640379359945655, 0.005006648134440184, -0.012377913109958172, 0.005313783884048462, 0.02381790615618229, -0.014702900312840939, 0.0035006904508918524, 0.005277456250041723, 0.024808667600154877, -0.010389785282313824, -0.015138834714889526, 0.0023910377640277147, -0.00346436258405447, 0.023923587054014206, -0.02416136860847473, -0.015865392982959747, -0.01092479657381773, 0.013276203535497189, -0.030673975124955177, 0.0033454711083322763, 0.02451804280281067, -0.002777434652671218, -0.033976513892412186, 0.004917479585856199, -0.05223294347524643, -0.007074036635458469, -0.005835584830492735, 0.027952684089541435, 0.014451907016336918, -0.01472932007163763, 0.009319762699306011, 0.008031772449612617, -0.00605025002732873, 0.01322336308658123, 0.0070542218163609505, -0.0012805592268705368, 0.05775478854775429, -0.004445216618478298, 0.019894490018486977, 0.02175712212920189, 0.004795285407453775, -0.038547225296497345, 0.005482213571667671, -0.0025132314767688513, -0.019934119656682014, 0.012879898771643639, 0.005439280532300472, -0.020977722480893135, -0.0030135661363601685, 0.019009409472346306, 0.02447841316461563, 0.012364703230559826, 0.02289319410920143, 0.001722273649647832, 0.01270156167447567, -0.001999686937779188, -0.003411521902307868, -0.024901138618588448, -0.016539111733436584, -0.03688274696469307, -0.011545673944056034, 0.022087374702095985, -0.017358141019940376, 0.012853479012846947, -0.013923500664532185, 0.013408305123448372, 0.01845458336174488, -0.012153340503573418, -0.040317386388778687, 0.016697634011507034, -0.003804523963481188, -0.019392503425478935, 0.009749093092978, -0.019128302112221718, -0.01349417120218277, -0.014306595548987389, 0.02321023866534233, 0.0020525273866951466, 0.0015901721781119704, 0.001969964010640979, 0.024980399757623672, 0.00644655479118228, 0.000144692457979545, 0.007285399362444878, 0.009828353300690651, -0.03685632720589638, -0.005855400115251541, -0.00850073341280222, 0.0016900738701224327, -0.03247055411338806, 0.026552407070994377, 0.01488784234970808, -0.015746502205729485, -0.04256311058998108, -0.008018562570214272, -0.012265627272427082, -0.021809961646795273, -0.030356930568814278, 0.02321023866534233, 0.022761093452572823, 0.019907699897885323, -0.009610386565327644, -0.0010956170735880733, 0.01128807570785284, 0.04953807219862938, -0.015944654121994972, -0.01820359006524086, 0.006875884719192982, 0.025442754849791527, -0.0018196984892711043, -0.01289310958236456, -0.051704537123441696, -0.014478327706456184, -0.005122236907482147, -0.029696423560380936, 0.008949878625571728, 0.014835001900792122, -0.012325072661042213, 0.008890433236956596, -0.017146779224276543, -0.0003473857359495014, -0.028903814032673836, 0.03307822346687317, 0.007754359859973192, -0.03627508133649826, 0.017384560778737068, 0.019775599241256714, -0.006760295480489731, -0.005033068358898163, -0.009214081801474094, 0.008804567158222198, -0.010303919203579426, -0.0010460789781063795, -0.01449153758585453, -0.0008330652490258217, 0.010449230670928955, -0.01988128013908863, 0.02578621916472912, 0.035218268632888794, -0.00992743019014597, 0.0037153554148972034, 0.005059488583356142, 0.010185027495026588, -0.02035684511065483, 0.006456462200731039, 0.021136244758963585, -0.018309270963072777, -0.01994733139872551, -0.016829734668135643, 0.042166806757450104, -0.009121610783040524, 0.014821791090071201, -0.01025768369436264, 0.008824381977319717, -0.033474527299404144, -8.527256795787252e-06, -0.03891710937023163, 0.016037125140428543, 0.015905024483799934, -0.03405577316880226, -0.008177084848284721, -0.016922205686569214, -0.0038012214936316013, 0.0019039132166653872, -0.016433430835604668, 0.0005345983663573861, -0.01992090977728367, 0.004917479585856199, 0.012774217873811722, 0.0013020256301388144, -0.011988213285803795, 0.028718871995806694, -0.012384518049657345, -0.005743113812059164, -0.008124244399368763, 0.19709548354148865, -0.004124870058149099, 0.007457131054252386, 0.03408219292759895, -0.01325638871639967, -0.020845621824264526, 0.022444048896431923, -0.0028005524072796106, -0.019141511991620064, -0.013646087609231472, -0.036803483963012695, -0.002803854877129197, -0.025891900062561035, 0.005194892641156912, 0.012959159910678864, -0.03072681464254856, -0.04681678116321564, -0.019352873787283897, 0.0022704950533807278, 0.020845621824264526, -0.013203547336161137, 0.008679070509970188, -0.02708081342279911, -0.0065093026496469975, 0.014768950641155243, 0.005498725920915604, 0.0005267548258416355, 0.004567410331219435, 0.009808538481593132, -0.002072342671453953, -0.01589181460440159, -0.006882489658892155, 0.002399293938651681, -0.015376618131995201, -0.02445199340581894, -0.004775470122694969, 0.008124244399368763, -0.01988128013908863, 0.01940571516752243, -0.0070542218163609505, 0.00047350142267532647, -0.015508719719946384, -0.017833705991506577, -0.028613191097974777, -0.003926718141883612, 0.03294612094759941, 0.008051588200032711, 0.007351450156420469, -0.024082109332084656, 0.01639379933476448, -0.04824347794055939, -0.038388703018426895, 0.02365938387811184, 0.014504747465252876, -0.0026634971145540476, 0.003137411316856742, -0.01244396436959505, 0.023130977526307106, -0.016908995807170868, 0.011776851490139961, -0.008639439940452576, -0.01049546618014574, -0.026024000719189644, 0.03500690311193466, -0.026169313117861748, 0.02067388966679573, -0.024491623044013977, -0.013309229165315628, 0.041400618851184845, -0.053738903254270554, 0.015112414956092834, -0.01159190945327282, 0.0009073723922483623, 0.013104471378028393, -0.027952684089541435, -0.022457260638475418, -0.002178024034947157, 0.03231203556060791, 0.007708124350756407, 0.018533844500780106, -0.005703483242541552, 0.00552514661103487, -0.00708064204081893, -0.011697590351104736, -0.017133567482233047, -0.026182522997260094, 0.02597116120159626, -0.013712138868868351, -0.006790018640458584, -0.018507424741983414, 0.020977722480893135, -0.0059742918238043785, -0.01645985059440136, -0.020092641934752464, -0.008461102843284607, 0.023738645017147064, 0.018348902463912964, 0.008216715417802334, -0.020185112953186035, -0.0007166508003138006, -0.009577360935509205, 0.04990795627236366, -0.0009115005377680063, 0.004848125856369734, -0.017609134316444397, -0.0052312202751636505, -0.01336867455393076, 0.02356691285967827, -0.007014591246843338, -0.0014902703696861863, 0.0032100670505315065, -0.023487651720643044, -0.004973622504621744, -0.0075033665634691715, 0.006614984013140202, 0.005046278238296509, -0.0045046620070934296, -0.0011377243790775537, 0.008910248056054115, 0.009709462523460388, 0.02060783840715885, -0.02533707395195961, 0.0018312574829906225, 0.01852063462138176, 0.01947176456451416, -0.011651354841887951, -0.02280072309076786, -0.028771713376045227, -0.018798047676682472, -0.015944654121994972, 0.02429347112774849, 0.0028484391514211893, 0.016023915261030197, 0.008579994551837444, -0.03313106298446655, 0.0081638740375638, 0.0061427210457623005, -0.004524477291852236, -0.0016132899327203631, 0.01589181460440159, -0.02073993906378746, -0.020066222175955772, 0.0005672109546139836, -0.005640735384076834, 0.012186366133391857, -0.0030746629927307367, 0.0079260915517807, 0.010488861240446568, -0.009821748360991478, -0.014306595548987389, -0.021043773740530014, -0.005495423451066017, -0.0034280347172170877, 0.006046947557479143, 0.01883767731487751, 0.0019930817652493715, -0.033633049577474594, -0.027107233181595802, 0.005049580708146095, 0.001521644531749189, -0.04716024547815323, 0.013778189197182655, 0.03038335219025612, 0.004398981109261513, 0.00102461245842278, -0.014306595548987389, -0.16729336977005005, 0.022536519914865494, 0.023395180702209473, -0.02327628992497921, 0.024755826219916344, 0.011664564721286297, -0.01249680481851101, 0.002562769688665867, 0.01906225085258484, 0.019590657204389572, 0.016829734668135643, -0.007113667204976082, 0.012668536975979805, -0.020119063556194305, -0.015297356992959976, -0.022338367998600006, -0.014570798724889755, 0.02708081342279911, 0.029854945838451385, 0.014570798724889755, 0.03225919231772423, -0.01425375510007143, 0.013685718178749084, -0.02007943205535412, 0.001286338665522635, 0.0034346396569162607, -0.006255007348954678, 0.018282851204276085, -0.030462611466646194, -0.024821877479553223, -0.007292004302144051, 0.006363991182297468, 0.028111204504966736, 0.014808581210672855, -0.00795911718159914, 0.008183689787983894, -0.0023959914688020945, 0.0020954604260623455, -0.014676479622721672, 0.027503538876771927, 0.008362026885151863, 0.04208754748106003, -0.010832325555384159, 0.009788723662495613, 0.024755826219916344, 0.01360645703971386, -0.0017701605102047324, 0.0005895030917599797, 0.01270156167447567, -0.024584094062447548, 0.020779570564627647, -0.0364600233733654, 0.006406924221664667, -3.888222636305727e-05, 0.0069749606773257256, -0.0076883090659976006, 0.006225284654647112, 0.018124328926205635, 0.011235235258936882, 0.0013944967649877071, 0.005402952432632446, -0.0063474783673882484, 0.02266862243413925, 0.0025181854143738747, 0.005330296698957682, -0.009048954583704472, -0.023012086749076843, 0.004015886224806309, -0.02277430333197117, 0.026961922645568848, 0.004438611213117838, 0.00409844983369112, -0.005845492705702782, -0.012807243503630161, 0.018322482705116272, -0.00447824178263545, -0.03672422468662262, -0.0001276637485716492, 0.019960541278123856, -0.005587894469499588, -0.009940640069544315, 0.014319805428385735, -0.005799257196485996, -0.0009610386332497001, -0.027794161811470985, 0.0019220772664994001, 0.0016000797040760517, 0.005630827508866787, 0.010990846902132034, 0.0010857094312086701, 0.02803194336593151, -0.003659212263301015, 0.007635468151420355, 0.011506043374538422, 0.01861310563981533, -0.009015928953886032, 0.0018675853498280048, 0.013157311826944351, -0.013474355451762676, 0.004699511919170618, 0.02515213005244732, -0.005284061189740896, 0.004313115030527115, 0.005122236907482147, 0.03862648829817772, 0.0028187164571136236, -0.02071351930499077, -0.0016009054379537702, 0.021413657814264297, -0.021955274045467377, -0.01425375510007143, 0.02587869018316269, -0.003221625927835703, -0.009088585153222084, -0.004643368534743786, 0.030013466253876686, 0.0045112669467926025, -0.029220858588814735, 0.0043593505397439, -0.0041942233219742775, 0.017714815214276314, -0.0033157484140247107, 0.021519338712096214, -0.0008289371035061777, 0.007893065921962261, -0.016948625445365906, -0.08908926695585251, -0.015006733126938343, 0.01313089206814766, 0.019141511991620064, 0.005227917805314064, 0.007272189017385244, -0.01352719683200121, 0.0313873216509819, -0.01883767731487751, 0.00566055066883564, -0.0030135661363601685, -0.04010602459311485, -0.036962006241083145, 0.0042371563613414764, -0.005158564541488886, 0.001974917948246002, -0.021743912249803543, -0.0081638740375638, -0.009709462523460388, 0.025535225868225098, -0.010244473814964294, -0.014359435997903347, 0.01861310563981533, 0.0020558300893753767, -0.027741320431232452, -0.021017353981733322, -0.0317043662071228, -0.00795911718159914, 0.029802104458212852, -0.006139418575912714, -0.01645985059440136, -0.018150750547647476, 0.004881151486188173, -0.027133652940392494, -0.009306552819907665, 0.02144007757306099, -0.0003661689115688205, -0.026407094672322273, 0.02517855167388916, -0.007311819586902857, -0.009075375273823738, -0.0014555937377735972, 0.011968398466706276, -0.019683128222823143, -0.0020954604260623455, -0.007569417357444763, -0.032523397356271744, 0.02974926494061947, -0.018718786537647247, 0.0006060157320462167, -0.016473060473799706, -0.01842816360294819, -0.017582712695002556, 0.008969693444669247, 0.025125710293650627, -0.002424062928184867, 0.003834246890619397, -0.00461364584043622, -0.03754325583577156, 0.0075033665634691715, -0.004402283579111099, 0.0005238651065155864, -0.033474527299404144, 0.01797901839017868, 0.013282808475196362, 0.005300574004650116, -0.01569366082549095, -0.025984371080994606, 0.0383622832596302, 0.0034907828085124493, 0.011360730975866318, 0.0087187010794878, -0.004184315912425518, -0.008362026885151863, -0.024425571784377098, 0.006053552497178316, -0.016182437539100647, 0.018824467435479164, 0.007285399362444878, -0.025931529700756073, 0.0054657007567584515, -0.0004900140920653939, 0.0064960927702486515, -0.023725435137748718, 0.008018562570214272, 0.003969650715589523, 0.03373872861266136, 0.0030680580530315638, 0.012027843855321407, -0.03719979152083397, -0.020383264869451523, 0.03141374513506889, -0.00421734107658267, -0.02200811542570591, -0.017807286232709885, 0.005257640965282917, -0.019907699897885323, 0.004405586048960686, -0.01009916141629219, -0.0017800680361688137, -0.011968398466706276, 0.0018015345558524132, -0.06177067384123802, 0.0024818575475364923, -0.010786090046167374, -0.01605033501982689, -0.004957109689712524, 0.012965764850378036, 0.015006733126938343, 0.001155888312496245, -0.015535139478743076, 0.002059132559224963, -0.02492755837738514, 0.020026592537760735, -0.010805904865264893, -0.009848169051110744, -0.016816524788737297, -0.007952512241899967, 0.01636737957596779, 0.005089211277663708, 0.03217993304133415, 0.010303919203579426, -0.0027807371225208044, -0.010191632434725761, 0.016380589455366135, 0.016433430835604668, -0.011116343550384045, 0.0004978576325811446, -0.014531168155372143, 0.006373898591846228, -0.008943273685872555, -0.011631539091467857, 0.0010014947038143873, -0.026050420477986336, 0.0028418342117220163, 0.006307847797870636, 0.002864951966330409, -0.0020195022225379944, 0.012503409758210182, 0.008712096139788628, 0.024504832923412323, 0.0063474783673882484, -0.018163960427045822, -0.026116471737623215, 0.009993480518460274, -0.017014676705002785, 0.009676436893641949, -9.897294512484223e-05, -0.004897664301097393, 0.03371230885386467, 0.005095816217362881, 0.020462526008486748, 0.0348748043179512, 0.03289328143000603, -0.027477117255330086, -0.020304005593061447, -0.003163831541314721, -0.01813754066824913, -0.0036658174358308315, 0.003781406208872795, -0.004276786930859089, -0.005941266193985939, 0.04856052249670029, -0.011585303582251072, -0.015931444242596626, -0.006842859089374542, -0.0016471409471705556, -0.0004900140920653939, -0.04554860666394234, -0.006215376779437065, -0.006796623580157757, -0.04113641753792763, -0.018097909167408943, -0.014068813063204288, 0.015204885974526405, -0.00819689966738224, 0.044095490127801895, -0.0024653447326272726, -0.011056898161768913, 0.02010585181415081, -0.00856017880141735, 0.016512690111994743, 0.02431989088654518, 0.017516663298010826, -0.014148073270916939, 0.026816610246896744, 0.04766223207116127, 0.010191632434725761, -0.020621048286557198, 0.0043593505397439, -0.005713391117751598, 0.035403210669755936, -0.009973665699362755, 0.038864269852638245, 0.00023489302839152515, -0.0023183817975223064, -0.01795259676873684, 0.028692452237010002, 0.005208102520555258, 0.02225910685956478, 0.012741192243993282, 0.014055602252483368, 0.019498186185956, 0.022364787757396698, 0.0020343635696917772, -0.027503538876771927, -0.041876185685396194, 0.006552235689014196, -0.021321186795830727, -0.041902605444192886, 0.0008371934527531266, 0.005667155608534813, 0.0199737511575222, 0.013659298419952393, -0.006961750332266092, 0.003959743306040764, -0.011565488763153553, -0.0028170649893581867, 0.008368631824851036, -0.007351450156420469, -0.00786664616316557, 0.007615652866661549, 0.019392503425478935, -0.0023613148368895054, -0.0005044626886956394, -0.01956423558294773, 0.01589181460440159, 0.00832239631563425, 0.00759583804756403, -0.028718871995806694, -0.004299904685467482, -0.001683468814007938, -0.004088542424142361, 0.006961750332266092, -0.0022556334733963013, -0.011512648314237595, 0.011387151665985584, -0.017714815214276314, 0.0027130350936204195, -0.0002933066862169653, 0.0006155105656944215, 0.07941944152116776, 0.01861310563981533, -0.011215419508516788, -0.0037351706996560097, 0.007952512241899967, -0.012041054666042328, 0.01255625020712614, -0.00846770778298378, -0.018507424741983414, -0.03154584392905235, 0.0037781037390232086, 0.010535096749663353, -0.014584008604288101, -0.017609134316444397, 0.005677063018083572, 0.017622344195842743, -0.02850751020014286, 0.018163960427045822, 0.013520590960979462, 0.001491095987148583, 0.004920782055705786, -0.01867915689945221, -0.014927472919225693, -0.02280072309076786, -0.03371230885386467, 0.008368631824851036, 0.02223268710076809, -0.006955145392566919, -0.030171988531947136, -0.010554912500083447, 0.004481544252485037, 0.012628906406462193, -0.02803194336593151, -0.006776808295398951, -0.015310566872358322, 0.001298723160289228, -0.013738558627665043, -0.014134863391518593, 0.008295975625514984, 0.011235235258936882, 0.01645985059440136, 0.03344810754060745, -0.014148073270916939, -0.013111076317727566, -0.0014423835091292858, 0.009332972578704357, 0.032523397356271744, -0.010647383518517017, -0.01542945858091116], \"fb32316b-08a8-46fd-b904-c246a55103fb\": [0.000505190109834075, 0.000754640786908567, 0.00861296709626913, -0.05892235413193703, -0.02351796068251133, 0.03563246130943298, -0.022136129438877106, -0.002255537547171116, -0.01265784166753292, -0.03235899657011032, 0.01632707379758358, 0.002943099243566394, -0.014234202913939953, -0.008190368302166462, 0.00844526942819357, 0.007251259870827198, 0.011866307817399502, -0.029809989035129547, 0.018473606556653976, -0.006399353966116905, -0.010846704244613647, 0.00463181734085083, -0.013328633271157742, 0.015602617524564266, -0.024148505181074142, -0.01257734652608633, 0.03045394830405712, -0.041991569101810455, -0.002195166191086173, -0.030802760273218155, 0.014448856003582478, -0.017266182228922844, -0.012114500626921654, -0.018594348803162575, 0.006811891216784716, -0.0052590081468224525, -0.00775435334071517, 0.003675939282402396, 0.0006330597680062056, -0.03560563176870346, 0.006751519627869129, 0.0018061070004478097, -0.00926363468170166, -0.01213462371379137, -0.0020911935716867447, 0.014703757129609585, 0.005466953385621309, -0.014851330779492855, -0.00336066703312099, 0.040649984031915665, 0.0270463265478611, 0.0310442466288805, -0.0005714307771995664, -0.03485434502363205, 0.012617594562470913, -0.010974153876304626, -0.007110393140465021, 0.012644425965845585, -0.017091775313019753, -0.021854396909475327, 0.006848784629255533, 0.012034005485475063, -0.017896726727485657, -0.011074773035943508, -0.02956850454211235, -0.02323622815310955, -0.0314735509455204, 0.01941271498799324, 0.0066609629429876804, -0.015830686315894127, 0.02720731683075428, 0.009853932075202465, 0.0055206166580319405, -0.004168970976024866, 0.017266182228922844, -0.025235189124941826, 0.0025506860110908747, -0.013389005325734615, -0.03131256252527237, -0.0006955272983759642, -0.015535539016127586, -0.004943735897541046, -0.020029844716191292, 0.012389524839818478, 0.015320884995162487, 0.01957370527088642, 0.007184180431067944, 0.014663509093225002, -0.003947610035538673, -0.009666110388934612, -0.004876656457781792, 0.025999890640378, 0.012302322313189507, -0.0045748003758490086, -0.01536113303154707, 0.031205235049128532, -0.004165617283433676, 0.018929746001958847, -0.0099880900233984, 0.006694502662867308, 0.00941791757941246, 0.004765975754708052, -0.017588160932064056, -0.017158854752779007, -0.025919396430253983, -0.01894316077232361, 0.016863707453012466, -0.031661372631788254, -0.006261841859668493, 0.02736830711364746, -0.020043259486556053, 0.03732285648584366, 0.009149600751698017, -0.014515935443341732, 0.005902967881411314, -0.013355465605854988, -0.010471060872077942, -0.0022421216126531363, -0.03439820557832718, -0.0037832658272236586, 0.028012266382575035, 0.0052724238485097885, 0.01081316452473402, -0.010779624804854393, 0.039174243807792664, 0.0008812527521513402, -0.008887991309165955, -0.01059180311858654, 0.01471717283129692, 0.0014338175533339381, -0.0029816697351634502, -0.016836874186992645, 0.010336901992559433, 0.008706877939403057, -0.019801774993538857, 0.012322445400059223, -0.005564218387007713, 0.025181524455547333, -0.005366334691643715, -0.030185632407665253, 0.007398833986371756, 0.018715091049671173, -0.007808017078787088, 0.0003150625270791352, 0.024738801643252373, 0.030534444376826286, 0.012825539335608482, -0.010531431995332241, 0.0018832481000572443, 0.011966926045715809, 0.0007483521476387978, 0.0028776968829333782, 0.0055004931055009365, -0.0009575553121976554, 0.016125835478305817, -0.008351358585059643, -0.0035082411486655474, 0.0331907793879509, 0.023182565346360207, -0.020365240052342415, 0.0013466145610436797, 0.014180539175868034, 0.000896345591172576, 0.00613439129665494, 0.0068823243491351604, 0.017588160932064056, 0.017843062058091164, 0.007526284083724022, -0.008264155127108097, 0.01808454841375351, -0.011269303038716316, 0.03627642244100571, -0.017883310094475746, 0.0015704913530498743, 0.0053831045515835285, -2.1761430616606958e-05, -0.008847744204103947, -0.005584341939538717, -0.03372741490602493, -0.006473141256719828, -0.016836874186992645, -0.006989650893956423, 0.021062863990664482, 0.038288798183202744, -0.03074909746646881, 0.008485516533255577, 0.039469391107559204, 0.014583013951778412, 0.002133117988705635, -0.007492744829505682, 0.011141852475702763, 0.0120474211871624, 0.011933386325836182, -0.019144399091601372, -0.6327981948852539, -0.03415672108530998, 0.007465912960469723, -0.02192147634923458, -0.02162632904946804, 0.014247618615627289, -0.0005374719621613622, -0.0026798134204000235, -0.009216679260134697, 0.005302609410136938, -0.008693462237715721, 0.023611871525645256, 0.004195802845060825, -0.013375588692724705, -0.03276147320866585, -0.009109352715313435, -0.01491841021925211, 0.007747645489871502, 0.012691381387412548, -0.009464873000979424, -0.026268208399415016, 0.010189327411353588, 0.012483435682952404, 0.00577216362580657, 0.012543806806206703, 0.008841035887598991, 0.01366402953863144, 0.00889469962567091, -0.0018346155993640423, 0.004779391922056675, -0.005114787723869085, -0.0061914087273180485, 0.027904940769076347, -0.005943215452134609, 0.0403280034661293, 0.02130434848368168, 0.0016073848819360137, 0.02041890285909176, -0.005929799750447273, 0.02561083249747753, -0.023276476189494133, -0.0026496276259422302, 0.05457562208175659, 0.017896726727485657, 0.0033807908184826374, 0.01588435098528862, 0.01910415105521679, -0.004202510695904493, -0.020365240052342415, 0.003062164643779397, 0.004527844954282045, -0.024953456595540047, -0.004329961258918047, -0.015334300696849823, 0.02484612911939621, 0.005131557583808899, 0.015320884995162487, -0.013154227286577225, 0.01675637997686863, -0.004635171499103308, 0.02071405202150345, 0.011839475482702255, -0.0009080844465643167, -0.04553334787487984, -0.006697856355458498, 0.0016593713080510497, -0.003957671578973532, -0.0052791316993534565, 0.021129943430423737, -0.005275777541100979, 0.01632707379758358, 0.03308345377445221, 0.01440860889852047, -0.02660360373556614, 0.006520096678286791, 0.024148505181074142, 0.014609846286475658, 0.005423352122306824, -0.018902914598584175, -0.007110393140465021, -0.009612446650862694, 0.023705782368779182, 0.007486036978662014, -0.008921531029045582, 0.009002026170492172, -0.008861159905791283, -0.018594348803162575, -0.013623782433569431, 0.017440587282180786, 0.022914249449968338, 0.02806592918932438, 0.02162632904946804, -0.010249699465930462, -0.05645383894443512, -0.019211478531360626, -0.0030370100867003202, -0.007217720150947571, -0.037859492003917694, -0.015924597159028053, 0.026429198682308197, -0.018902914598584175, -0.003873822744935751, -0.0007102008676156402, 0.009813684038817883, 0.04502354562282562, 0.003702770918607712, 0.006436247378587723, 0.00046745804138481617, 0.00621488643810153, -0.021679991856217384, 0.026496276259422302, -0.007284799125045538, -0.02131776511669159, 0.026066970080137253, 0.011081481352448463, -0.02983682043850422, 0.03445186838507652, 0.015951430425047874, -0.014395192265510559, 0.00772081408649683, 0.014368360862135887, 0.010102124884724617, 0.012235242873430252, -0.018782170489430428, 0.016273409128189087, 0.022001972422003746, 0.003525011008605361, -0.019667616114020348, 0.014100044034421444, -0.015307469293475151, -0.017722319811582565, -0.035364143550395966, 0.02943434566259384, -0.020982367917895317, 0.02485954575240612, 0.009471580386161804, -0.0015713298926129937, -0.01293286681175232, 0.022069051861763, 0.0016778180142864585, -0.027690285816788673, -0.019801774993538857, -0.007251259870827198, -0.024913208559155464, 0.003514949232339859, -0.001906725810840726, -0.010296654887497425, -0.005004107020795345, -0.01674296334385872, 0.019305389374494553, -0.004437287803739309, -0.013979301787912846, -0.0008171083172783256, 0.020646972581744194, 0.008116581477224827, 0.007787893060594797, 0.005480369087308645, -0.00613439129665494, -0.0076671503484249115, 0.003997919149696827, -0.02044573426246643, 0.011202223598957062, -0.02542301081120968, -0.0069628190249204636, 0.0037866197526454926, -0.025396179407835007, 0.008733709342777729, 0.028495237231254578, 0.0041253697127103806, -0.01956029050052166, 0.0160453412681818, -0.013254846446216106, -0.01630024053156376, 0.029192861169576645, -0.00558098778128624, 0.022860584780573845, -0.010196035727858543, 0.0128792030736804, 0.003927486017346382, -0.016380736604332924, 0.015200142748653889, 0.0007127163116820157, -0.0009575553121976554, -0.006402708124369383, 0.02425583265721798, 0.01766865700483322, -0.015065984800457954, 0.014797667972743511, -0.0061914087273180485, 0.013496331870555878, 0.00011298649769742042, -0.009223387576639652, 0.008713586255908012, 0.016649052500724792, 0.001896663918159902, 0.005510554648935795, 0.008968486450612545, 0.013422544114291668, 0.016085587441921234, 0.00962586235255003, 0.02398751489818096, 0.0006179669871926308, 0.006738103926181793, -0.00104643520899117, -0.012376109138131142, -0.028709890320897102, 0.013690860942006111, -0.05135582387447357, 0.036705728620290756, 0.005856012459844351, 0.020915288478136063, -0.026563355699181557, -0.010122248902916908, -0.03144672140479088, 0.013724400661885738, 0.003578674281015992, 0.014824499376118183, 0.0003689354925882071, -0.0044842432253062725, -0.00380674353800714, 0.02924652397632599, -0.009069105610251427, 0.007680566515773535, -0.010196035727858543, -0.028870880603790283, 0.0010229574982076883, 0.04016701504588127, 0.01910415105521679, 0.012309029698371887, -0.02322281338274479, 0.005621235352009535, 0.01825895346701145, -0.006935987621545792, 0.022417861968278885, -0.013724400661885738, 0.017293013632297516, 0.026938999071717262, -0.03997919335961342, 0.0076537346467375755, -0.007096977438777685, 0.0023947267327457666, 0.03160770982503891, 0.056668493896722794, -0.016259994357824326, 2.1748328435933217e-05, -0.002673105336725712, 0.02428266406059265, -0.013335341587662697, -0.02279350720345974, 0.013087148778140545, -0.011410169303417206, 0.021398259326815605, 0.00969965010881424, 0.008579427376389503, 0.01600509323179722, -0.021237269043922424, -0.015065984800457954, 0.017614994198083878, 0.0064999726600945, 0.017293013632297516, 0.021116526797413826, 0.03469335287809372, 0.0027485694736242294, -0.026563355699181557, 0.007170764729380608, -0.0169039536267519, -0.010853411629796028, -0.018634596839547157, -0.0036591694224625826, 0.008492224849760532, -0.013395712710916996, -0.019157813861966133, 0.011859599500894547, -0.015401380136609077, 0.005792287643998861, 0.013140811584889889, 0.017963804304599762, -0.03724236041307449, -0.01081316452473402, 0.015535539016127586, -0.029300186783075333, -0.009491704404354095, 0.011296134442090988, 0.026388950645923615, 0.010061877779662609, -0.01455618254840374, 0.012818831950426102, -0.004229342564940453, -0.009914303198456764, -0.015938013792037964, -0.019962765276432037, 0.01736009307205677, 0.023356972262263298, -0.0188090018928051, -0.0066609629429876804, 0.004081768449395895, 0.004772684071213007, -0.027113405987620354, -0.0027988788206130266, 0.006664316635578871, 0.010155788622796535, 0.0018815710209310055, -0.016273409128189087, -0.0024634830188006163, 0.03292246162891388, -0.009672817774116993, -0.015173311345279217, -0.03158088028430939, -0.003478055587038398, -0.056507501751184464, 0.013308510184288025, 0.00867333821952343, -0.013147519901394844, 0.0015713298926129937, -0.010900367051362991, 0.0017775982851162553, -0.015938013792037964, 0.018017468973994255, 0.027985434979200363, 0.0025238541420549154, 0.00947828870266676, -0.061390869319438934, -0.02060672454535961, 0.025905979797244072, 0.07834848761558533, 0.01644781604409218, -0.00507454015314579, -0.0040281047113239765, -0.028334246948361397, -0.0019855438731610775, -0.017024695873260498, -0.034183550626039505, 0.03235899657011032, -0.020915288478136063, -0.001836292678490281, 0.014301281422376633, 0.001559591037221253, 0.0003966056683566421, 0.018446775153279305, 0.019023656845092773, 0.01617949828505516, 0.0021012553479522467, 0.0021465339232236147, -0.011852891184389591, 0.0017457357607781887, -0.0002689455868676305, 0.0310442466288805, 0.04840433970093727, 0.014287865720689297, -0.01227548997849226, 0.027824444696307182, 0.023169150575995445, 0.003467993810772896, 0.009954550303518772, -0.022431278601288795, 0.0059834630228579044, 0.005228822119534016, -0.0011453770566731691, -0.028414741158485413, 0.036839887499809265, 0.003967733588069677, -0.011785812675952911, -0.011470540426671505, 0.017588160932064056, 0.03488117456436157, 0.025919396430253983, -0.005842596758157015, -0.02115677483379841, -0.0021012553479522467, -0.029461177065968513, 0.007331754546612501, 0.025194941088557243, 0.02558400109410286, -0.016796628013253212, 0.013368881307542324, -0.016420984640717506, -0.02472538687288761, -0.005004107020795345, 0.009900887496769428, 0.0013927315594628453, 0.028200088068842888, -0.007539700251072645, -0.016259994357824326, -0.03611543029546738, -0.012852371670305729, -0.0011722086928784847, 0.0036524615716189146, -0.01265784166753292, -0.02043231949210167, -0.00956549122929573, -0.015307469293475151, -0.006560344249010086, -0.02072746679186821, 0.020204249769449234, 0.031715039163827896, -0.007050022017210722, -0.009545368142426014, -2.5652547265053727e-05, 0.03793998435139656, 0.020244497805833817, 0.008203784003853798, 0.015240389853715897, 0.016675883904099464, 0.013845142908394337, 0.004765975754708052, -0.03922790661454201, -0.010323486290872097, -0.013207891024649143, 0.00845197681337595, -0.012999945320189, -0.013093856163322926, -0.004239404574036598, -0.003278495045378804, 0.015119647607207298, -0.006731396075338125, 0.007962298579514027, 0.009136185050010681, -0.003588736290112138, 3.4142256481572986e-05, 0.013818311505019665, 0.024658307433128357, 0.006412769667804241, -0.009545368142426014, 0.008418437093496323, -0.003686001058667898, -0.0004318222345318645, -0.006895740050822496, -0.012121208012104034, 0.034639690071344376, 0.0250205360352993, -0.007365294266492128, 0.000839328276924789, 0.028870880603790283, -0.013992717489600182, 0.008237323723733425, -0.024175336584448814, 0.020928705111145973, -0.006396000273525715, 0.009015441872179508, 0.005936507601290941, 0.01095403078943491, 0.015119647607207298, 0.028468405827879906, -0.018178459256887436, 0.01766865700483322, -0.030668601393699646, 0.02221662551164627, 0.011255886405706406, -0.017749151214957237, 0.004246112424880266, -0.0031443366315215826, -0.023115485906600952, -0.026066970080137253, -0.012389524839818478, -0.01811137981712818, 0.0027988788206130266, -0.017011281102895737, -0.006416123826056719, -0.03788632154464722, 0.010283238254487514, -0.019090736284852028, 0.0026764594949781895, -0.007606779225170612, -0.0014061473775655031, -0.004091829992830753, -0.0006234171451069415, 0.012550515122711658, -0.030856424942612648, 0.02838790975511074, -0.027180485427379608, -0.010524723678827286, -0.0018631243146955967, -0.0014044704148545861, 0.026375534012913704, -0.012007174082100391, 0.0004112792375963181, 0.0008477131486870348, -0.011584575287997723, 0.014287865720689297, -0.015173311345279217, -0.002537270076572895, -0.009324006736278534, 0.034639690071344376, 0.005591049790382385, 0.013979301787912846, -0.0069158636033535, -0.02130434848368168, -0.003558550728484988, 0.00823061540722847, -0.012597470544278622, -0.002595964353531599, 0.024363158270716667, 0.0050376467406749725, -0.005423352122306824, -0.012765168212354183, 0.014140292070806026, 0.014287865720689297, -0.003115828149020672, 0.02528885193169117, -0.0011705317301675677, -0.011000986211001873, 0.010987570509314537, -0.02306182309985161, -0.0023511252366006374, 0.02249835804104805, 0.013496331870555878, -0.012402940541505814, 0.029890483245253563, -0.03796681761741638, -0.0001877168979262933, 0.01432811375707388, -0.020928705111145973, 0.012523683719336987, -0.014650093391537666, 0.0026965830475091934, -0.031258899718523026, 0.023437466472387314, 0.016689300537109375, 0.007325046695768833, -0.009203263558447361, -0.01153761986643076, -0.033029790967702866, 0.010772916488349438, 0.013234722428023815, -0.009451457299292088, -0.019452963024377823, 0.027395138517022133, -0.00010868923709494993, -0.03273463994264603, 0.007385417819023132, -0.01752108335494995, -0.034934837371110916, -0.009827100671827793, -0.028441572561860085, -0.007834848947823048, 0.003073903499171138, -0.016662469133734703, -0.0023863420356065035, 0.002082808641716838, -0.0022890770342200994, -0.01220841147005558, 0.023437466472387314, -0.04054265841841698, -0.03692038357257843, 0.000920661783311516, -0.03179553151130676, 0.019479794427752495, 0.015803854912519455, 0.038449786603450775, 0.004729082342237234, -0.000848970899824053, -0.026402365416288376, 0.001739027793519199, 0.0014254326233640313, -0.00599352503195405, 0.02043231949210167, 0.009592323563992977, -0.03187602758407593, -0.03563246130943298, -0.020553061738610268, 0.007808017078787088, 0.00866663083434105, -0.023907020688056946, 0.007586655672639608, 0.016514895483851433, 0.028924543410539627, -0.02029816061258316, -0.02232395112514496, -0.02379969321191311, 0.02620112895965576, -0.0033774368930608034, 0.02232395112514496, -0.04003285616636276, -0.009719773195683956, -0.005487076938152313, 0.02177390269935131, -0.016823459416627884, 0.008653214201331139, 0.011799228377640247, 0.0037329564802348614, 0.01368415355682373, 0.001794368145056069, -0.009297174401581287, -0.02394726872444153, 0.002780432114377618, 0.02221662551164627, -0.004762622062116861, -0.0051550352945923805, -0.021666575223207474, 0.03115157224237919, -0.012865787371993065, 0.02133117988705635, -0.004420517943799496, 0.01953345723450184, -0.015481875278055668, -0.018433358520269394, 0.0068823243491351604, -0.0005181866581551731, 0.017762567847967148, -0.016246577724814415, -0.011282718740403652, -0.004168970976024866, 0.0020626848563551903, -0.03547147288918495, 0.020982367917895317, -0.0019402654143050313, 0.007036606315523386, -0.03141988813877106, -0.00839160569012165, -0.04861899092793465, -0.012852371670305729, -0.009203263558447361, 0.02732805907726288, 0.00883432850241661, -0.019882269203662872, -0.010564971715211868, 0.01662222109735012, 0.02028474397957325, 0.0026831673458218575, 0.003243278479203582, 0.005352918989956379, 0.03133939579129219, -0.004759267903864384, 0.017132023349404335, 0.0037262486293911934, 0.023128902539610863, -0.0443795882165432, 0.0048028696328401566, -0.012456604279577732, -0.017990637570619583, 0.01249685138463974, -0.006503326818346977, -0.020485982298851013, -0.03643741086125374, 0.030078304931521416, 0.013952470384538174, 0.0008871221798472106, 0.02954167127609253, -0.0008460361859761178, 0.025355931371450424, 0.00035342344199307263, 0.015280637890100479, -0.020123755559325218, 0.010189327411353588, -0.028629394248127937, -0.00426288228482008, 0.00462846364825964, -0.025074198842048645, 0.0008711908594705164, -0.015669697895646095, 0.007989130914211273, 0.0009298851946368814, -0.03192969039082527, -0.03678622469305992, -0.024604644626379013, 0.0029615459498018026, -0.024792466312646866, 0.0027267688419669867, -0.012470019981265068, -0.003981149289757013, 0.003987857606261969, 0.03353958949446678, 0.010504599660634995, -0.015012321062386036, 0.0028190026059746742, 0.02616088092327118, 0.021975141018629074, 0.01346279215067625, -0.013898806646466255, 0.0022136131301522255, -0.009531951509416103, -0.018849249929189682, -0.021975141018629074, -0.021693408489227295, -0.006634131073951721, 0.01954687386751175, 0.019788358360528946, -0.01310056447982788, -0.044138103723526, -0.015186727046966553, -0.026791425421833992, -0.028495237231254578, -0.028709890320897102, 0.025235189124941826, 0.02763662301003933, 0.02045915089547634, -0.003283526049926877, 0.009236803278326988, 0.013778064399957657, 0.030078304931521416, -0.03659840300679207, -0.01022957544773817, 0.008183659985661507, -0.010980862192809582, 0.005815765354782343, -0.0004984822007827461, -0.05339502915740013, -0.024738801643252373, 0.0035451347939670086, -0.012463312596082687, -0.00037375683314166963, 0.019090736284852028, -0.004380270838737488, 0.003628983860835433, 0.007989130914211273, -0.0027418616227805614, -0.014287865720689297, 0.009585615247488022, 0.005332794971764088, -0.03262731432914734, 0.016541726887226105, 0.008955070748925209, -0.0012443187879398465, -0.03531048074364662, 0.009907594881951809, 0.0009164693183265626, -0.010410688817501068, -0.00225889147259295, -0.005862720776349306, 0.013925638049840927, 0.011805935762822628, -0.01440860889852047, 0.028495237231254578, 0.025262020528316498, 0.0024668369442224503, 0.008324526250362396, -0.005842596758157015, 0.012959698215126991, -0.02884404920041561, 0.011926678940653801, -0.003414330305531621, 0.011524203233420849, 0.004695542622357607, -0.02605355530977249, 0.030400285497307777, -0.0013734463136643171, 0.013067024759948254, -0.007298215292394161, 0.012946282513439655, -0.008934946730732918, -0.0037732040509581566, -0.021840982139110565, 0.0167832113802433, 0.0046016317792236805, -0.02326306141912937, -0.010122248902916908, -0.01235598511993885, -0.006982943043112755, 0.0019436193397268653, -0.005252299830317497, 0.0004926127730868757, -0.016058756038546562, 0.01780281588435173, 0.020794546231627464, -0.009659402072429657, -0.007740937639027834, 0.014462271705269814, -0.0016300241695716977, -0.011047941632568836, -0.001246834290213883, 0.22109298408031464, 0.012402940541505814, 0.01277858391404152, 0.02897820621728897, -0.02031157724559307, -0.012765168212354183, 0.025691326707601547, 0.009739897213876247, -0.002699937205761671, -0.013536578975617886, -0.03925473615527153, 0.001670271623879671, -0.015535539016127586, 0.0023008158896118402, 0.023759447038173676, -0.028468405827879906, -0.03748384863138199, -0.0346665233373642, -0.007251259870827198, 0.012604178860783577, -0.012255366891622543, 0.002409819746389985, -0.004799515474587679, -0.013362172991037369, 0.043172162026166916, 0.027408553287386894, -0.0059834630228579044, -0.007834848947823048, 0.015548954717814922, 0.0009525243658572435, -0.011302841827273369, -0.0012879202840849757, 0.0036088600754737854, -0.0056447130627930164, -0.020485982298851013, -0.0028475113213062286, 0.039335232228040695, -0.014878163114190102, 0.01969444751739502, 0.0005445991409942508, 0.007680566515773535, -0.03031979128718376, -0.015173311345279217, -0.019748112186789513, -0.004792807623744011, 0.02924652397632599, -0.000948331959079951, 0.0023746031802147627, 0.006664316635578871, 0.01689053885638714, -0.045238200575113297, -0.02457781322300434, 0.0169039536267519, 0.009156308136880398, -0.009934427216649055, -0.002837449312210083, -0.012020589783787727, 0.043601468205451965, -0.03587394580245018, 0.025409594178199768, 0.005282485857605934, 0.010041753761470318, -0.01941271498799324, 0.013643905520439148, -0.010558263398706913, 0.011074773035943508, 0.00418574083596468, 0.003803389612585306, 0.016944201663136482, -0.0344250351190567, 0.017266182228922844, 0.0021549188531935215, 0.00852576456964016, 0.014878163114190102, -0.02675117738544941, -0.035203155130147934, 0.018889497965574265, 0.03370058164000511, -0.004732436500489712, 0.025637663900852203, -0.007727521937340498, -0.003407622454687953, -0.013228015042841434, -0.0012669580755755305, -0.006734749767929316, -0.028307415544986725, 0.03015880100429058, -0.007875096052885056, 0.0056380052119493484, -0.010974153876304626, 0.01619291491806507, 0.008619675412774086, -0.015173311345279217, -0.023786278441548347, -0.0011453770566731691, 0.025476673617959023, 0.015562370419502258, 0.037376519292593, 0.006828660611063242, -0.006100851576775312, -0.017588160932064056, 0.07088927924633026, 0.0014237556606531143, -0.008760541677474976, -0.025463256984949112, -0.009746605530381203, -0.010035045444965363, 0.03633008524775505, -0.0314735509455204, -0.0045748003758490086, 0.018285784870386124, -0.02306182309985161, 0.020378654822707176, -0.010967446491122246, 0.009189847856760025, 0.00130385160446167, 0.005232176277786493, -0.013697569258511066, 0.007828140631318092, -0.0014002779498696327, -0.002200197195634246, -0.022297119721770287, 0.019211478531360626, 0.028897712007164955, 0.00488336430862546, 0.004504367243498564, -0.01850043796002865, -0.01765524037182331, 0.007767769508063793, -0.017118606716394424, 0.010564971715211868, 0.010363733395934105, 0.020781131461262703, 0.003353959182277322, -0.029139196500182152, 0.007465912960469723, 0.01089365966618061, 0.0007600910030305386, -0.006761581636965275, 0.006583821959793568, -0.015320884995162487, -0.0210226159542799, 0.011591282673180103, 0.0057285623624920845, 0.012698089703917503, 0.008244031108915806, 0.012590762227773666, -0.0004123273538425565, -0.011349797248840332, -0.01765524037182331, -0.016541726887226105, -1.763448744895868e-05, -0.0006980427424423397, 0.0068521383218467236, 0.011913263238966465, 0.007036606315523386, -0.021559249609708786, -0.03450553119182587, 0.00978014525026083, 0.020673803985118866, -0.03321761265397072, 0.0149989053606987, 0.022458110004663467, -0.007740937639027834, -0.0052590081468224525, -0.011282718740403652, -0.1706494390964508, 0.016836874186992645, 0.024054594337940216, -0.015186727046966553, 0.005695022642612457, 0.012516975402832031, -0.008029378019273281, 0.006513388827443123, 0.015951430425047874, 0.0013600303791463375, 0.026375534012913704, -0.02854890003800392, -0.014220786280930042, -0.008425145410001278, 0.00963927898555994, -0.017735736444592476, -0.005654775071889162, 0.004937028046697378, 0.028200088068842888, 0.015294053591787815, 0.02911236509680748, -0.004303129389882088, -0.00588284432888031, -0.02943434566259384, 0.02189464494585991, 0.019345635548233986, -0.008901407942175865, 0.009189847856760025, -0.019788358360528946, -0.01910415105521679, -0.016729548573493958, 0.015575786121189594, 0.023115485906600952, 0.02648286148905754, -0.0110345259308815, -0.010001505725085735, -0.004390332382172346, -0.005014169029891491, -0.011792520061135292, 0.03324444219470024, 0.02868305891752243, 0.040810976177453995, 0.004380270838737488, 0.009015441872179508, 0.018782170489430428, 0.016997864469885826, 0.021143358200788498, 0.0033120345324277878, 0.016850290820002556, -0.023611871525645256, 0.006053896155208349, -0.044460080564022064, 0.018165042623877525, 0.0032198007684201, -0.017910141497850418, 0.021250685676932335, -0.02838790975511074, 0.025651078671216965, 0.009961258620023727, -0.0005936507950536907, 0.017762567847967148, -0.012255366891622543, 0.0167832113802433, -0.01265113428235054, 0.008116581477224827, 0.0019268494797870517, -0.018594348803162575, 0.02220320887863636, -0.01630024053156376, 0.03981820121407509, -0.00048422784311696887, -0.026791425421833992, -0.010196035727858543, -0.01748083531856537, -0.0027636622544378042, 0.0004460765630938113, -0.014529351145029068, 0.0012376109370961785, 0.020942121744155884, 0.010524723678827286, -0.00837148167192936, 0.007908635772764683, -0.006560344249010086, 0.016058756038546562, -0.01293286681175232, -0.010222867131233215, 0.004202510695904493, 0.020660387352108955, 0.0033791137393563986, -0.0018782170955091715, 0.015790440142154694, -0.0269255843013525, -0.006463079247623682, -0.004987337160855532, 0.026214543730020523, -0.013509747572243214, 0.019023656845092773, 0.016796628013253212, 0.0008829297148622572, 0.01719910278916359, 0.008042793720960617, 0.009451457299292088, -0.022095883265137672, 0.012194995768368244, 0.0058459509164094925, -0.0022974619641900063, 0.015267222188413143, -0.0011453770566731691, 0.030963750556111336, 0.0001729385112412274, -0.03088325634598732, 0.02735489048063755, 0.021143358200788498, -0.001849708496592939, -0.003531718859449029, 0.030239295214414597, -0.022914249449968338, -0.018795587122440338, -0.008552595973014832, -0.0025842254981398582, 0.01676979474723339, 0.002022437285631895, 0.012973113916814327, -0.012362693436443806, 0.0173332616686821, -0.0052858395501971245, -0.07936809211969376, -0.03877176716923714, 0.02310207113623619, -0.002151564694941044, 0.006409415975213051, 0.011718733236193657, -0.010947322472929955, 0.03517632186412811, -0.02086162567138672, 0.025651078671216965, -0.008727001957595348, -0.021505586802959442, -0.017749151214957237, 0.0024970225058496, -0.0006011971854604781, 0.0005160904838703573, -0.032117512077093124, -0.013704276643693447, -0.011584575287997723, 0.019748112186789513, -0.01825895346701145, -0.03144672140479088, 0.010222867131233215, 0.014180539175868034, -0.023437466472387314, -0.017762567847967148, -0.03399572893977165, -0.0005123172304593027, 0.020553061738610268, 0.00013363431207835674, -0.01703811250627041, -0.001908402773551643, -0.0004028943367302418, -0.0017541205743327737, -0.005879490170627832, 0.01182605978101492, -0.014569598250091076, -0.004034813027828932, 0.020955536514520645, -0.007063437718898058, 0.0013784772017970681, -0.017950389534235, -0.005020876880735159, -0.03372741490602493, -0.009424624964594841, -0.009572199545800686, -0.013704276643693447, 0.009048981592059135, -0.006788413506001234, -0.011061357334256172, -0.02133117988705635, -0.015387964434921741, 0.008143412880599499, -0.01228890661150217, 0.0167832113802433, 0.008136704564094543, 0.004806223325431347, -0.018138211220502853, -0.027301227673888206, 0.004048228729516268, -0.021572664380073547, -0.01896999217569828, -0.029058702290058136, 0.008116581477224827, -0.002240444766357541, 0.02484612911939621, -0.03587394580245018, -0.012362693436443806, 0.023598456755280495, -0.0029095595236867666, 0.012201703153550625, 0.006644193083047867, -0.010907075367867947, 0.0021062863525003195, -0.021733654662966728, -0.02031157724559307, -0.029219692572951317, 0.00496050575748086, 0.004272943828254938, -0.028334246948361397, 0.0010548201389610767, -0.007687274366617203, -0.006634131073951721, 0.007217720150947571, 0.010403981432318687, -0.009887471795082092, 0.026134049519896507, 0.006265195552259684, 0.004122015554457903, -0.03179553151130676, -0.010860119946300983, 0.0247119702398777, 0.004118661861866713, 6.120975740486756e-05, -0.009089229628443718, -0.005426705814898014, -0.025664495304226875, 0.0009701327071525156, 0.011470540426671505, 0.0024064655881375074, -0.0029112366028130054, -0.009364253841340542, -0.07260650396347046, 0.012470019981265068, -0.01515989564359188, 0.003308680607005954, -0.012845663353800774, 0.018621180206537247, 0.008747125044465065, -0.0069695268757641315, 0.003001793520525098, 0.012389524839818478, -0.0403280034661293, 0.032546818256378174, 0.0005299255717545748, -0.0047123124822974205, -0.025825485587120056, -0.014596430584788322, 0.029675830155611038, 0.00613439129665494, 0.020405488088726997, 0.019077319651842117, -0.0071908882819116116, 0.0008904761634767056, 0.0069628190249204636, 0.004923611879348755, -0.0003429423086345196, -0.00021905545145273209, -0.014422024600207806, -0.002904528519138694, -0.020700635388493538, 0.001843000529333949, 0.025919396430253983, -0.0025624248664826155, -0.0044641196727752686, 0.013583534397184849, -0.011946802027523518, -0.013898806646466255, 0.0009248542482964694, 0.023142317309975624, 0.028736721724271774, -0.005607819650322199, -0.034478701651096344, -0.033915236592292786, 0.0011529234470799565, -0.036813054233789444, -0.015817271545529366, 0.0014774190494790673, -0.010175911709666252, 0.01631365716457367, 0.006637485232204199, -2.3811799110262655e-06, 0.028736721724271774, 0.02276667393743992, -0.04598948732018471, -0.0055474485270679, 0.0017725673969835043, -0.011450416408479214, 0.0036524615716189146, -0.010142371989786625, 0.0032097389921545982, -0.007076853886246681, 0.04810918867588043, -0.010571679100394249, 0.0033036498352885246, 0.0055273245088756084, 0.012610886245965958, 0.012838955968618393, -0.03981820121407509, -0.0030437179375439882, -0.005342856980860233, -0.008874575607478619, -0.014368360862135887, -0.019452963024377823, 0.00861296709626913, -0.0030286251567304134, 0.01866142824292183, -0.028897712007164955, -0.014341529458761215, 0.0023226167540997267, -0.024899791926145554, 0.0160453412681818, 0.04717008024454117, -0.006295381113886833, -0.013348757289350033, 0.01471717283129692, 0.02620112895965576, -0.006922571454197168, -0.033888403326272964, 0.025235189124941826, 0.012094376608729362, 0.027167068794369698, -0.016219746321439743, 0.02045915089547634, -0.0061914087273180485, -0.011262594722211361, -0.011893139220774174, 0.018889497965574265, 0.012912742793560028, 0.039898697286844254, 0.011678486131131649, 0.01762840896844864, 0.01006858516484499, 0.00970635749399662, 0.004655295051634312, -0.024483902379870415, -0.04421859607100487, 0.008331234566867352, -0.025852316990494728, -0.045077212154865265, -0.0032097389921545982, 0.025999890640378, -0.0027267688419669867, 0.00683201476931572, -0.005101372022181749, 0.014784252271056175, -0.01587093435227871, 0.011443709023296833, 0.013469499535858631, -0.005614527501165867, -0.011530911549925804, 0.030239295214414597, 0.016689300537109375, -0.002315908670425415, 0.011779104359447956, -0.04679443687200546, 0.027529297396540642, -0.008646506816148758, 0.0010539817158132792, -0.009384377859532833, -0.003005147445946932, 0.001590615138411522, -0.011557742953300476, -0.012255366891622543, -0.00034021722967736423, -0.009552075527608395, 0.007009774446487427, -0.00881420448422432, 0.01154432725161314, 0.025047367438673973, 0.02838790975511074, 0.04746523126959801, 0.024322912096977234, 0.008250739425420761, -0.00459827808663249, -0.0005575956893153489, -0.004514428786933422, 0.009874056093394756, -0.004219280555844307, -0.0189968254417181, -0.021076278761029243, 0.03490800783038139, 0.008398314006626606, 0.002889435738325119, -0.016568558290600777, -0.022471526637673378, 0.012597470544278622, -0.02027132920920849, -0.007110393140465021, 0.016380736604332924, -0.0019134336616843939, 0.014904994517564774, -0.0329492948949337, -0.001507604611106217, -0.0289513748139143, -0.022431278601288795, -0.009015441872179508, 0.011443709023296833, -0.02574498951435089, -0.016863707453012466, -0.019291972741484642, 0.021116526797413826, 0.026643851771950722, -0.011524203233420849, -0.009739897213876247, -0.012443188577890396, 0.004081768449395895, -0.007841556333005428, -0.012174871750175953, 0.01117539219558239, 0.012832247652113438, -0.010632050223648548, 0.026643851771950722, -0.014797667972743511, -0.021988555788993835, -0.018272370100021362, 0.013268262147903442, 0.013295093551278114, -0.0037799119018018246, -0.0012032327940687537], \"0ff3ba1d-d538-410c-8765-a6802626e2b4\": [-0.013789073564112186, -0.0012710222508758307, 0.02426067925989628, -0.0698017105460167, -0.009891721419990063, 0.0024543877225369215, -0.029317796230316162, 0.009601780213415623, -0.015373636968433857, -0.026701580733060837, 0.02788831666111946, 0.014780269004404545, -0.010869431309401989, -0.02652626670897007, 0.005313344765454531, -0.008334130048751831, 0.007005793508142233, -0.05583057552576065, 0.012730450369417667, 9.461023728363216e-05, -0.0016722201835364103, 0.00542460149154067, -0.024489933624863625, 0.01909567601978779, -0.03212280943989754, -0.006331511307507753, 0.023545939475297928, -0.024031423032283783, 0.008104873821139336, -0.03123275749385357, 0.01653340272605419, -0.008758927695453167, -0.0023835881147533655, -0.0016932914732024074, -0.0011985368328168988, -0.007659847382456064, -0.0014227357460185885, -0.0018155052093788981, 0.01639854721724987, -0.016182776540517807, -0.005492029711604118, 0.0036815814673900604, -0.008030702359974384, -0.0024914732202887535, 0.0024543877225369215, 0.017261628061532974, 0.008617328479886055, -0.015292723663151264, -0.008826355449855328, 0.016668260097503662, 0.004153579007834196, 0.02246708795428276, -0.02794226072728634, -0.017585283145308495, 0.02161749079823494, 0.0011884226696565747, -0.011152629740536213, 0.014362214133143425, -0.027969231829047203, -0.021846747025847435, 0.02788831666111946, 0.013256390579044819, -0.026121698319911957, -0.02014755643904209, -0.024827076122164726, -0.016223233193159103, -0.019284475594758987, 0.022750286385416985, 0.03155641257762909, -0.0016208061715587974, 0.026377925649285316, -0.012015711516141891, -0.005374030210077763, -0.005380772985517979, -0.013357533141970634, 0.0001771044626366347, 0.00592357013374567, -0.016964944079518318, -0.015562436543405056, -0.014025072567164898, -0.011766226962208748, -0.027187064290046692, 0.0016208061715587974, 0.028562599793076515, 0.02671506628394127, 0.015036496333777905, -0.005492029711604118, 0.0066349380649626255, -0.028292886912822723, -0.011341429315507412, 0.012373080477118492, 0.012541651725769043, -0.0015036496333777905, -0.0008664528140798211, -0.014321756549179554, 0.038299236446619034, 0.006183168850839138, 0.020889267325401306, -0.013222676701843739, -0.021320806816220284, 0.0151713527739048, 0.022993028163909912, -0.02807711623609066, -0.023451538756489754, -0.044313836842775345, 0.019850872457027435, 0.007848646491765976, -0.023195311427116394, -0.009763607755303383, 0.015279238112270832, -6.426753679988906e-05, 0.03484690934419632, -0.0007943888776935637, -0.03678884357213974, -0.00036305890535004437, -0.021914176642894745, -0.014793754555284977, -0.0047402046620845795, -0.019513729959726334, -0.00403220858424902, 0.026539752259850502, 0.006213511805981398, -0.009770351462066174, 0.01475329790264368, 0.019459787756204605, 0.03163732588291168, -0.0023448169231414795, -0.024746160954236984, 0.008192529901862144, 0.0024291020818054676, -0.008758927695453167, -0.019190074875950813, 0.025326045230031013, 0.024705704301595688, -0.02180629037320614, 0.022049032151699066, 0.0014294785214588046, 0.02730843424797058, -0.005990998353809118, -0.035467252135276794, 0.006473110523074865, 0.02303348481655121, -0.012993420474231243, 0.010060292668640614, 0.0014488641172647476, 0.02214343100786209, 0.009500637650489807, 0.008772413246333599, 0.016492946073412895, 0.020767895504832268, -0.008893784135580063, -0.005161631386727095, 0.01123354397714138, -0.0025184445548802614, 0.02130732126533985, 0.010080520994961262, -0.00102069485001266, 0.02606775425374508, 0.038056496530771255, -0.01684357225894928, -0.02045772597193718, 0.018704591318964958, -0.0026044154074043036, 0.012480965815484524, -0.0009052240056917071, 0.022804228588938713, 0.029803279787302017, -0.010727832093834877, 0.011381885968148708, -0.0032314981799572706, -0.017329055815935135, 0.03716644272208214, -0.03846106305718422, -0.002746014855802059, 0.004271578509360552, 0.03419959917664528, -0.000275823607807979, 0.003829923691228032, -0.041535791009664536, -0.006513567175716162, -0.00028973069856874645, -0.019662072882056236, 0.016627801582217216, 0.01345867570489645, -0.00574488565325737, 0.006432653404772282, 0.013789073564112186, 0.01394415833055973, 0.005593171808868647, -0.016358088701963425, 0.009547838009893894, 0.026243068277835846, 0.016492946073412895, -0.00417717918753624, -0.6253024935722351, -0.01832699403166771, 0.012966449372470379, -0.022224346175789833, 0.007127164397388697, 0.011752741411328316, 0.00396815175190568, -0.00025749157066456974, -0.013755359686911106, 0.011408857069909573, 0.005468429531902075, 0.012137082405388355, 0.00393780879676342, -0.003074727486819029, -0.0451769158244133, -0.01619626209139824, 0.01429478544741869, -0.0036613531410694122, 0.015832148492336273, 0.0006026398623362184, -0.013559817336499691, 0.0067091090604662895, 0.01846184954047203, -0.01397113036364317, 0.02376171015202999, 0.012238224036991596, 0.03341743350028992, -0.005269516259431839, -0.02110503613948822, 0.014443127438426018, -0.01387673057615757, 0.011435828171670437, 0.05561480671167374, -0.016169290989637375, 0.04331589862704277, 0.008084645494818687, 0.014092501252889633, -0.003802952356636524, 0.01300016324967146, 0.038892604410648346, -0.02401793748140335, -0.015993976965546608, 0.024382049217820168, 0.026809465140104294, -0.007127164397388697, 0.0008592885569669306, 0.013047363609075546, -0.008758927695453167, -0.003958037123084068, 0.01852927915751934, -0.00958829466253519, -0.0008799384231679142, -0.015387122519314289, -0.01455101277679205, 0.019014762714505196, 0.00201610429212451, 0.031529441475868225, -0.023545939475297928, 0.006108997855335474, -0.008125102147459984, -0.001036709058098495, 0.008624071255326271, 0.011307714506983757, -0.043801382184028625, 0.005539229605346918, -0.0012912506936118007, 0.016236718744039536, -0.006166311912238598, 0.015238780528306961, 0.006409053690731525, -0.0026819580234587193, 0.022413143888115883, 0.016937972977757454, -0.013667702674865723, -0.002021161373704672, 0.022116459906101227, 0.01999921351671219, 0.005411115940660238, -0.014982553198933601, -0.009675951674580574, -0.0033107262570410967, 0.030612418428063393, 0.009278125129640102, -0.016236718744039536, -0.006530424579977989, 0.009143268689513206, 9.998343011830002e-05, -0.006793394684791565, 0.030126934871077538, 0.006951850838959217, 0.015575922094285488, 0.022804228588938713, -0.01736951246857643, -0.03382200375199318, -0.011597655713558197, 0.011253772303462029, -0.01429478544741869, -0.01581866294145584, -0.024314621463418007, -0.0006831322680227458, -0.016344603151082993, 0.00193687598221004, 0.013445190154016018, 0.012804621830582619, 0.03978265821933746, 0.029155967757105827, -0.006095512304455042, -0.004028836730867624, 0.007551962044090033, -0.0455545149743557, 0.015535465441644192, -0.01923053152859211, -0.020295897498726845, 0.016735687851905823, 0.017774082720279694, -0.02413930743932724, 0.015548950992524624, 0.008873555809259415, -0.0013291790382936597, -0.00403220858424902, -0.001061994698829949, 0.005087460391223431, 0.01190782617777586, -0.014699354767799377, 0.038757748901844025, 0.005006546154618263, 0.02323576994240284, -0.01728859916329384, 0.012669765390455723, -0.013249647803604603, 0.01846184954047203, -0.04415200650691986, 0.025285586714744568, -0.016155805438756943, 0.020309383049607277, 0.03053150326013565, -0.004281692672520876, -0.006520309951156378, 0.031151844188570976, -0.014861182309687138, -0.04113122075796127, -0.00372878136113286, 0.000481690454762429, -0.008940983563661575, -0.006624823901802301, -0.004790775943547487, 0.000492647523060441, -0.004615462385118008, -0.021981604397296906, 0.014079014770686626, 0.0047402046620845795, -0.002995499176904559, 0.010269319638609886, 0.019257502630352974, 0.0008689813548699021, 0.007174363825470209, -0.014739811420440674, -0.015481522306799889, -0.020188013091683388, -0.008118359372019768, -0.015913063660264015, 0.014254328794777393, -0.009102811105549335, 0.00022061675554141402, -0.0151713527739048, -0.005323458928614855, 0.02640489675104618, 0.017005400732159615, -0.00432214979082346, -0.01265627983957529, 0.031151844188570976, -0.009743379428982735, -0.0035366108641028404, 0.014267814345657825, 0.0019031618721783161, 0.0054414584301412106, -0.01533318031579256, -0.0195002444088459, -0.01429478544741869, -0.002976956544443965, 0.010862688533961773, 0.0013232791097834706, -0.0038096951320767403, 0.012049425393342972, 0.030828189104795456, 0.014618441462516785, -0.004571634344756603, 0.021266864612698555, -0.018124708905816078, 0.0008731956477276981, -0.012170796282589436, 0.006028084084391594, -0.016695231199264526, 0.0291020255535841, -0.005943798925727606, -0.005353801883757114, 0.006135969422757626, 0.002951670903712511, 0.003017413429915905, 0.0003017413546331227, 0.011503256857395172, 0.012683250941336155, 0.01718071475625038, -0.006992307957261801, -0.001909904764033854, -0.022426631301641464, 0.014483584091067314, -0.03859592229127884, 0.029587509110569954, 0.012062910944223404, 0.017463913187384605, -0.021347777917981148, -0.022548001259565353, -0.008994926698505878, -0.00784190371632576, 0.0034927825909107924, -0.005977512802928686, 0.011011030524969101, 0.009763607755303383, -0.012865306809544563, 0.0016570488223806024, -0.007653104607015848, -0.002017789985984564, -0.010424405336380005, -0.013836273923516273, 0.005175116937607527, 0.025299072265625, 0.03303983435034752, 0.0033545545302331448, -0.04722673445940018, -0.0067124804481863976, 0.01858322136104107, 0.009379267692565918, 0.003755752695724368, -0.017207685858011246, 0.00816555880010128, 0.014996038749814034, -0.03490085527300835, 0.0014294785214588046, -0.0018374193459749222, 0.008772413246333599, 0.013836273923516273, 0.046363651752471924, -0.016964944079518318, -6.374075019266456e-05, 0.009291610680520535, 0.03897351771593094, 0.00030279491329565644, -0.02950659580528736, 0.011327942833304405, -0.015602893196046352, 0.013917187228798866, 0.02155006304383278, 0.006469739135354757, 0.039459001272916794, -0.023775195702910423, -0.015387122519314289, 0.01743694208562374, 0.01909567601978779, 0.018232595175504684, 0.0035096395295113325, 0.0220625177025795, 0.010714346542954445, -0.01216405350714922, 0.017774082720279694, -0.009082582779228687, 0.00014012429164722562, -0.022170403972268105, -0.0023616738617420197, 0.02194114774465561, 0.011853883042931557, -0.009150011464953423, -0.006722595077008009, -0.022049032151699066, 0.0015525351045653224, 0.012986677698791027, 0.013438447378575802, -0.046768222004175186, -0.003910837695002556, 0.016020948067307472, -0.03473902493715286, -0.02272331528365612, 0.01084920298308134, 0.04167064651846886, 0.0038164379075169563, -0.005754999816417694, 0.02355942502617836, -0.005626886151731014, -0.024409020319581032, 0.0080374451354146, -0.003860266413539648, 0.02219737507402897, 0.017329055815935135, -0.008691499009728432, 0.002810071688145399, 0.02136126346886158, 0.019904814660549164, -0.01728859916329384, 0.022022061049938202, -0.010512061417102814, 0.005380772985517979, 0.0011901083635166287, 0.0013038935139775276, 0.00044334062840789557, 0.027861345559358597, 0.015602893196046352, -0.01216405350714922, -0.022224346175789833, 0.002090275287628174, -0.05148819833993912, 0.0035770677495747805, -0.011388628743588924, -0.013640731573104858, 0.0011791512370109558, 0.003893980523571372, -0.013445190154016018, 0.00398500869050622, 0.001085594529286027, 0.02207600325345993, 0.010201891884207726, 0.0032078982330858707, -0.03980962932109833, -0.026863407343626022, 0.0052931164391338825, 0.0646771639585495, 0.009790579788386822, 0.000979395117610693, -0.011611142195761204, -0.03403777256608009, 0.0016208061715587974, -0.02066001109778881, -0.009547838009893894, 0.031340643763542175, 0.010599718429148197, -0.03522450849413872, 0.005127917043864727, 0.0005495400982908905, -0.011253772303462029, 0.016236718744039536, -0.004915518220514059, -0.0035366108641028404, -0.0026836437173187733, -0.01999921351671219, -0.0289132259786129, 0.0023448169231414795, -0.02896716818213463, 0.016101861372590065, 0.03441537171602249, 0.045149944722652435, 0.002813443075865507, 0.044637490063905716, 0.0408075675368309, 0.010120977647602558, -0.0038130665197968483, -0.001899790484458208, 0.013984615914523602, 0.014524041675031185, 0.007120421621948481, -0.033525317907333374, 0.041077278554439545, 0.0004176336224190891, 0.006429282017052174, -0.008219501934945583, 0.02142869308590889, 0.03220372274518013, 0.01016143523156643, 0.004827861674129963, -0.013822787441313267, 4.409174289321527e-05, -0.017409969121217728, 0.013175477273762226, 0.0269173514097929, 0.00561677198857069, -0.00977709423750639, 0.015481522306799889, -0.007781218271702528, -0.03150247037410736, -0.002987070707604289, 0.008179044350981712, 0.0008179887663573027, 0.04007934033870697, -0.02594638429582119, -0.0046660336665809155, -0.05750279873609543, -0.018623678013682365, -0.0243955347687006, -0.02698477916419506, -0.01794939488172531, -0.000922923965845257, -0.006655166856944561, -0.0160748902708292, -0.02033635601401329, -0.01917658932507038, 0.019338417798280716, 0.028454715386033058, -0.019324932247400284, -0.01910916157066822, -0.0033107262570410967, 0.01711328513920307, 0.019055219367146492, 0.035143595188856125, 0.011038001626729965, 0.014335242100059986, 0.015468036755919456, -0.018704591318964958, -0.01929796114563942, -0.0035871819127351046, -0.01090314518660307, 0.009129783138632774, -0.01931144669651985, -0.003290497697889805, -0.006897908169776201, 0.0021931033115833998, 0.02853562869131565, -0.018353965133428574, 0.0001772098330548033, 0.01769316755235195, 0.024516906589269638, -0.0028606427367776632, 0.008408300578594208, 0.011186343617737293, 0.0037051814142614603, -0.01620974764227867, 0.001087280223146081, 0.0067731658928096294, 0.004038951359689236, -0.01762573979794979, -0.028185002505779266, 0.02265588566660881, 0.025285586714744568, -0.006264083087444305, 0.006918136961758137, 0.023181825876235962, 0.015279238112270832, -0.006769794505089521, -0.000525518786162138, 0.015238780528306961, -0.013087820261716843, 0.01345867570489645, -0.010458119213581085, 0.002749386243522167, -0.009446695446968079, 0.01962161622941494, -0.0026836437173187733, 0.01967555843293667, -0.026445353403687477, 0.025663185864686966, 0.01774711161851883, -0.003145527094602585, -0.007727275602519512, -0.024220220744609833, -0.0046660336665809155, -0.020633039996027946, 0.004173807799816132, -0.01177971251308918, 0.006850708741694689, -0.018691105768084526, 0.002811757382005453, -0.03881169110536575, -0.0021897319238632917, -0.011118915863335133, 0.008401557803153992, -0.022183889523148537, 0.0015862492145970464, -0.018407907336950302, -0.0011134087108075619, -0.005185231100767851, -0.04285738617181778, 0.035467252135276794, -0.03557513654232025, -0.013404732570052147, -0.012750678695738316, -0.00227401708252728, 0.030882131308317184, -0.004038951359689236, 0.0034371542278677225, -0.004221007227897644, -0.0016536774346604943, -0.010350233875215054, -0.0032736407592892647, 0.01587260700762272, -0.027402834966778755, 0.03460416942834854, 0.030612418428063393, 0.006540538743138313, 0.010040064342319965, -0.03633033111691475, -0.005053746048361063, 0.01846184954047203, -0.011327942833304405, 0.004868318326771259, 0.026094727218151093, 0.010282805189490318, 0.0008571814396418631, -0.0073227062821388245, 0.00977709423750639, 0.0234919972717762, 0.009622008539736271, 0.0072552780620753765, 0.0014969067415222526, 0.010957088321447372, 0.006945108063519001, -0.018812477588653564, -0.010019835084676743, -0.007902588695287704, -0.004298550076782703, -0.024638276547193527, 0.02543392963707447, -0.01581866294145584, -0.004689633846282959, 0.02523164451122284, -0.01709979958832264, 0.009999606758356094, -0.014982553198933601, -0.004372721072286367, -0.029533566907048225, 0.016182776540517807, 0.017477398738265038, 0.003017413429915905, -0.005326830316334963, -0.004096264950931072, -0.03312074765563011, 0.018353965133428574, 0.018367450684309006, 0.003044384764507413, 0.002847157185897231, 0.001035866211168468, -0.02821197360754013, -0.03279709443449974, 0.015575922094285488, -0.02169840596616268, -0.01728859916329384, 0.013802559114992619, -0.019473273307085037, -0.013903701677918434, -0.026755522936582565, -0.022925598546862602, -0.0027932145167142153, -0.014483584091067314, 0.004955975338816643, -0.014335242100059986, 0.03479296714067459, -0.025771070271730423, -0.03336349129676819, -0.003910837695002556, -0.0171672273427248, 0.02253451570868492, 0.01290576346218586, 0.03646519035100937, 0.021536577492952347, 0.014267814345657825, -0.01588609255850315, -0.014861182309687138, 0.004268207121640444, 0.0022605315316468477, 0.03104395791888237, 0.01917658932507038, -0.028805341571569443, -0.035656049847602844, -0.0006924037006683648, 0.010094006545841694, 0.005835913587361574, -0.031124873086810112, 0.008556642569601536, 0.009183725342154503, 0.02110503613948822, -0.019446302205324173, -0.028373800218105316, -0.027133120223879814, 0.005916827358305454, -0.00012621722999028862, -0.005336944479495287, -0.00194867595564574, -0.011584170162677765, -0.02395050786435604, 0.027537690475583076, -0.006813623011112213, 0.01081548910588026, 0.004706490784883499, -0.0005832542083226144, 0.0015339923556894064, 0.005043631885200739, -0.009622008539736271, -0.023276226595044136, 0.0076868184842169285, 0.01801682449877262, -0.015832148492336273, -0.009217439219355583, -0.0007733175298199058, 0.029641451314091682, 0.002125675091519952, 0.008495957590639591, -0.0067057376727461815, 0.02014755643904209, -0.009116297587752342, -0.037975579500198364, 0.010869431309401989, -0.012406795285642147, 0.007835160940885544, -0.009601780213415623, -0.022251317277550697, -0.02478661946952343, -0.007221563719213009, -0.03864986449480057, 0.0162636898458004, 0.007417105603963137, -0.009669208899140358, -0.03277011960744858, 0.0055055152624845505, -0.03209583833813667, -0.011091944761574268, -0.006648423615843058, 0.01684357225894928, 0.010869431309401989, -0.0024678732734173536, 0.0008432743488810956, 0.00368832447566092, 0.01612883433699608, 0.01573774963617325, 0.003078098874539137, -0.002021161373704672, 0.02497541718184948, -0.015292723663151264, 0.008435271680355072, 0.007558704819530249, 0.012595593929290771, -0.05162305384874344, 0.012696736492216587, -0.0024189879186451435, -0.02052515372633934, 0.012029197067022324, -0.00787561759352684, -0.03387594595551491, -0.02632398158311844, 0.02227828837931156, 0.0184483639895916, 0.02678249403834343, 0.019392360001802444, 0.0011783083900809288, 0.018569735810160637, 0.002705557970330119, 0.013566560111939907, 0.001967218704521656, 0.002806700300425291, -0.04523085802793503, -0.023977478966116905, -0.003762495471164584, -0.006189911626279354, 0.025838499888777733, -0.03873077780008316, 0.024800105020403862, -0.01080874539911747, -0.023195311427116394, -0.04409806430339813, -0.0045918626710772514, -0.0037759810220450163, -0.006108997855335474, 0.02238617278635502, -0.022480573505163193, -0.008435271680355072, 0.014254328794777393, 0.035602107644081116, 0.007363162934780121, 0.0007151606841944158, -0.0035096395295113325, 0.007093450054526329, 0.019055219367146492, 0.016560373827815056, -0.013984615914523602, -0.004150207620114088, -0.03239252418279648, -0.014011587016284466, -0.042560700327157974, -0.02749723382294178, -0.011638113297522068, 0.015710778534412384, 0.024894503876566887, -0.027348890900611877, -0.05032843351364136, -0.010491833090782166, -0.01711328513920307, -0.03821832314133644, -0.013465418480336666, 0.01909567601978779, -0.00048084757872857153, 0.012824850156903267, -0.008172301575541496, 0.013229419477283955, 0.008442014455795288, 0.03929717466235161, -0.026903865858912468, -0.0033056691754609346, 0.013930672779679298, -0.0013165362179279327, 0.0028016429860144854, -0.007774475496262312, -0.04029511287808418, -0.0074777910485863686, -0.028158029541373253, -0.010370462201535702, 0.0047469474375247955, 0.025002388283610344, 0.000267395080300048, 0.010950345546007156, 0.0015744492411613464, 0.023788681253790855, -0.010970573872327805, 0.006752937566488981, 0.01558940764516592, -0.02485404722392559, 0.027092663571238518, 0.013694673776626587, 0.00650008162483573, -0.0265802089124918, 0.0011285800719633698, 0.0024678732734173536, -0.0076126474887132645, 0.005562829319387674, 0.013485646806657314, 0.009271382354199886, 0.005404372699558735, 0.0017101485282182693, 0.007787961047142744, 0.027133120223879814, -0.01612883433699608, 0.027402834966778755, 0.0025066444650292397, -0.01619626209139824, -0.03293194994330406, 0.01665477454662323, 0.002272331388667226, -0.01943281665444374, -0.006739452015608549, -0.007558704819530249, 0.017450427636504173, -0.009284867905080318, 0.0037119241897016764, 0.0006182325887493789, 0.010694118216633797, -0.014267814345657825, -0.005879742093384266, -0.03201492503285408, -0.0026836437173187733, -0.004183921962976456, -0.026998264715075493, -0.00372878136113286, -0.020889267325401306, -0.00019606866408139467, -0.0027527576312422752, -0.010822231881320477, -0.002987070707604289, -0.01904173381626606, 0.012346109375357628, 0.025865470990538597, -0.009338810108602047, -0.024961931630969048, 0.023303197696805, -0.013917187228798866, 0.0038096951320767403, 0.004966089501976967, 0.21900689601898193, 0.0062741972506046295, 0.007005793508142233, 0.022615429013967514, -0.01994527131319046, -0.01019514910876751, 0.019446302205324173, 0.006257339846342802, -0.0006616395548917353, -0.01039069052785635, -0.03053150326013565, -0.002058246871456504, 0.004716604948043823, 0.004551405552774668, 0.003128669923171401, -0.025137245655059814, -0.01749088428914547, -0.032554350793361664, -0.019055219367146492, -0.0023751594126224518, -0.01000634953379631, -0.002112189307808876, -0.012393309734761715, -0.0032382409553974867, 0.022561486810445786, 0.02272331528365612, -0.011536970734596252, 0.013054106384515762, -0.006395568139851093, 0.01568380743265152, -0.016101861372590065, 0.007727275602519512, -0.002875814214348793, 0.01513089518994093, -0.012204510159790516, -0.007781218271702528, 0.0289132259786129, -0.024759646505117416, 0.03562907874584198, -0.00787561759352684, -0.0004568262957036495, -0.03910837695002556, -0.005525743588805199, 0.009048868902027607, -0.03336349129676819, 0.020107099786400795, 0.002779728965833783, 0.019648587331175804, 0.00030785202397964895, 0.011712283827364445, -0.048305585980415344, -0.025649700313806534, 0.01139537151902914, 0.015562436543405056, -0.02025544084608555, 0.00774750392884016, -0.005667342804372311, 0.06046963855624199, -0.05275585129857063, 0.025582272559404373, 0.0015289351576939225, 0.014564498327672482, -0.015454551205039024, 0.02569015696644783, -0.008887041360139847, 0.012244966812431812, -0.021455664187669754, -0.00015698136121500283, 0.018219107761979103, -0.03846106305718422, 0.011732513085007668, -0.008785898797214031, -0.0032652122899889946, 0.0064124250784516335, -0.01352610345929861, -0.01600746251642704, 0.0018188765970990062, 0.027119634672999382, 0.012770907022058964, 0.03589878976345062, 0.004136722069233656, -0.022507544606924057, -0.004365978296846151, -0.002934813965111971, 0.0001663580915192142, -0.029614480212330818, 0.029533566907048225, -0.026445353403687477, 0.0151713527739048, -0.03293194994330406, 0.006044941022992134, -0.01336427591741085, -0.022615429013967514, -0.028454715386033058, -0.002875814214348793, 0.005252659320831299, 0.00018690263095777482, 0.018933847546577454, -0.008671270683407784, -0.003037641989067197, -0.025258615612983704, 0.06359831243753433, 0.0151713527739048, 0.015764720737934113, -0.017261628061532974, -0.010404176078736782, -0.01387673057615757, 0.016371574252843857, -0.012568622827529907, 0.007066478952765465, 0.01943281665444374, -0.02072743885219097, 0.005023403558880091, -0.025406958535313606, 0.005026774946600199, 0.02137475088238716, 0.01019514910876751, -0.02775346115231514, 0.016749173402786255, -0.0005828327848576009, -0.001051037572324276, -0.01612883433699608, 0.013276618905365467, 0.028427742421627045, 0.01200222596526146, 0.004628948401659727, -0.003991751465946436, -0.029479622840881348, -0.015319694764912128, -0.012831592932343483, 0.007787961047142744, -0.007079964503645897, -0.0013038935139775276, -0.002810071688145399, -0.01697842963039875, 0.011631370522081852, 0.01892036199569702, -0.010107492096722126, 0.003024156205356121, 0.0013991357991471887, -0.02426067925989628, -0.0065641384571790695, 0.0045210630632936954, -0.009581551887094975, -0.0013940787175670266, 0.0024240450002253056, 0.021320806816220284, 0.020228469744324684, 0.008866813033819199, -0.01197525393217802, -0.01749088428914547, 0.003823180915787816, -0.008179044350981712, 0.01397113036364317, 0.014564498327672482, 0.005374030210077763, -0.009831036441028118, -0.005751628428697586, 0.0023127885069698095, 0.004133350681513548, -0.04110424965620041, -0.009911950677633286, 0.03266223520040512, 0.022116459906101227, -0.010714346542954445, -0.022237831726670265, -0.1712137758731842, 0.013411475345492363, 0.013101305812597275, -0.018246080726385117, 0.014861182309687138, -0.009291610680520535, -0.011274000629782677, 0.01658734492957592, 0.016277175396680832, 0.002021161373704672, 0.01858322136104107, -0.0162636898458004, -0.0016798059223219752, -0.006028084084391594, 0.008691499009728432, -0.007336191833019257, -0.015090438537299633, 0.016439003869891167, 0.024678733199834824, -0.0014100929256528616, 0.044691432267427444, -0.004187293350696564, 0.00106452323962003, -0.01689751446247101, -0.004932375159114599, -0.0012954649282619357, 0.005637000314891338, 0.004352492280304432, -0.021927662193775177, -0.03476599603891373, -0.0012802935671061277, 0.019149618223309517, 0.02749723382294178, 0.019459787756204605, 0.0122921671718359, -0.013465418480336666, -0.0031741841230541468, -0.0057280282489955425, -0.013148505240678787, 0.023087427020072937, 0.018866419792175293, 0.014375699684023857, -0.010013092309236526, 0.017329055815935135, 0.012332623824477196, 0.007228306494653225, 0.013114791363477707, 0.004281692672520876, -0.012885535135865211, -0.021132009103894234, 0.0046053482219576836, -0.0353863351047039, 0.004588491283357143, 0.014092501252889633, -0.013903701677918434, 0.025218158960342407, -0.0022521030623465776, 0.032365553081035614, -0.003030898980796337, -0.005893227644264698, 0.0036107818596065044, -0.032230693846940994, 0.014996038749814034, -0.018151680007576942, 0.0046660336665809155, -0.02756466157734394, -0.0013013648567721248, 0.027834374457597733, -0.016034433618187904, 0.02105109393596649, 0.031394585967063904, -0.011442570947110653, 0.006857451517134905, -0.0064191678538918495, 0.012636050581932068, 0.017787568271160126, -0.0209701806306839, -0.019513729959726334, 0.012602336704730988, 0.007444077171385288, -0.021132009103894234, 0.012925992719829082, -0.0024021307472139597, 0.01184714026749134, -0.02761860378086567, -0.0013258076505735517, 0.010370462201535702, 0.003120241453871131, 0.01909567601978779, -0.01614231988787651, -0.005751628428697586, -0.012824850156903267, 0.0017683054320514202, 0.0014665641356259584, 0.03190704062581062, 0.0011858940124511719, -0.00651693856343627, 0.012919249944388866, 0.003052813233807683, -0.002877499908208847, 0.021145494654774666, -0.0014581355499103665, -0.002855585655197501, 0.009123040363192558, 0.01310804858803749, 0.0009347238810732961, 0.0012271938612684608, 0.0008521242998540401, 0.0343344546854496, -0.028697455301880836, -0.017733626067638397, 0.03897351771593094, 0.010957088321447372, 0.005846027750521898, -0.003324211807921529, 0.0498429499566555, 0.007093450054526329, -0.023330168798565865, -0.009156754240393639, -0.013040619902312756, 0.015117409639060497, -0.01825956627726555, 0.03196098282933235, -0.000986980739980936, -0.001975647173821926, -0.03182612732052803, -0.07611299306154251, -0.01633111760020256, 0.0034894109703600407, -0.0003651660226751119, -0.010606461204588413, 0.014402670785784721, -0.009372523985803127, 0.03188006952404976, -0.020997151732444763, 0.021577034145593643, 0.006574252620339394, -0.0017447054851800203, -0.01730208471417427, 0.008812869898974895, 0.017733626067638397, -0.013890216127038002, -0.013559817336499691, -0.024314621463418007, -0.025339530780911446, 0.01013446319848299, -0.01549500785768032, -0.041589733213186264, 0.008657785132527351, -0.004952603951096535, -0.009729893878102303, -0.011348172090947628, -0.024287650361657143, 0.00650008162483573, 0.027645574882626534, 0.002122303703799844, -0.01475329790264368, -0.022574972361326218, -0.023667309433221817, 0.0015162924537435174, -0.0184483639895916, 0.020997151732444763, -0.005124545656144619, -0.016749173402786255, 0.03303983435034752, -0.030288763344287872, 0.013917187228798866, -0.020956695079803467, -0.01371490303426981, -0.014604954980313778, -0.003890609135851264, 0.01010074932128191, -0.015926549211144447, 0.01665477454662323, -0.012110110372304916, -0.008118359372019768, -0.03058544732630253, -0.007551962044090033, -0.00587299931794405, -0.003191041061654687, 0.015670321881771088, 0.016371574252843857, 0.006102255079895258, -0.017315570265054703, -0.03846106305718422, 0.00608202675357461, -0.01513089518994093, -0.023869594559073448, -0.030936073511838913, 0.018380936235189438, 0.017261628061532974, 0.031664296984672546, -0.028562599793076515, -0.01827305182814598, 0.026836436241865158, 0.0022993027232587337, -0.004709862172603607, 0.01885293424129486, -0.002778043271973729, 0.01235959492623806, -0.01929796114563942, -0.025730613619089127, -0.012379823252558708, 0.004955975338816643, -0.00100046640727669, -0.0196890439838171, 0.012049425393342972, 0.0042918068356812, 0.010235605761408806, -0.00766659015789628, -0.010040064342319965, 0.00049011898227036, 0.0013864930951967835, 0.01491512544453144, 0.005781970918178558, -0.03638427332043648, -0.002949985209852457, 0.03692369908094406, 0.009837779216468334, 0.00800373125821352, -0.01943281665444374, 0.004140093456953764, -0.031151844188570976, -0.013350790366530418, 0.011132401414215565, 0.01742345467209816, -0.006685509346425533, -0.0032365552615374327, -0.07643664628267288, 0.0033882686402648687, 0.0076193902641534805, -0.0007956531480886042, 0.008792641572654247, 0.0013038935139775276, 0.009062354452908039, -0.024449476972222328, -0.009062354452908039, -0.005572943482547998, -0.017639225348830223, 0.024638276547193527, 0.0013687931932508945, 0.0035197536926716566, -0.02504284679889679, -0.005603285972028971, 0.020889267325401306, -0.006985565181821585, 0.022993028163909912, 0.0220625177025795, 0.0003344019060023129, 0.001004680641926825, 0.014861182309687138, -0.004180550575256348, -0.00027477004914544523, 0.009129783138632774, -0.025932898744940758, 0.010984059423208237, -0.009230924770236015, -0.000986137893050909, 0.023465026170015335, -0.0026094727218151093, 0.009831036441028118, 0.002675215248018503, 0.003796209581196308, -0.0023111028131097555, 0.014281299896538258, 0.010788517072796822, 0.03125973045825958, -0.01851579360663891, -0.013276618905365467, -0.041212137788534164, 0.007052993401885033, -0.031394585967063904, -0.01651991717517376, -0.00851618591696024, -0.02826591581106186, 0.014308270998299122, 0.006577624008059502, 0.016924487426877022, 0.03724735602736473, 0.019662072882056236, -0.03379502892494202, -0.024813590571284294, -0.0006607967079617083, -0.018866419792175293, 0.01839442178606987, -0.018300022929906845, -0.013424960896372795, 0.003917580470442772, 0.06521658599376678, 0.005454943981021643, 0.008448757231235504, -0.006823737174272537, 0.009251154027879238, -0.00835435837507248, -0.043288927525281906, 0.0009052240056917071, -0.0027679288759827614, -0.006527053192257881, -0.00011947440361836925, -0.012838335707783699, 0.01003332156687975, -0.004844718612730503, 0.02426067925989628, -0.008145330473780632, 0.008954469114542007, 0.021401721984148026, -0.02014755643904209, 0.02587895654141903, 0.024031423032283783, -0.00046314767678268254, 0.0016216490184888244, 0.023249255493283272, 0.025096789002418518, -0.009804065339267254, -0.010431148111820221, 0.016236718744039536, -0.0036647245287895203, 0.027645574882626534, -0.014780269004404545, 0.043342869728803635, -0.010168178007006645, -0.010673888958990574, -0.012062910944223404, 0.02556878700852394, 0.01827305182814598, 0.01187411230057478, 0.008152073249220848, 0.03751707077026367, 0.028805341571569443, 0.02083532325923443, 0.0034658112563192844, -0.008731956593692303, -0.05229733884334564, 0.013256390579044819, -0.026701580733060837, -0.01580517739057541, 0.006189911626279354, 0.03697764500975609, 0.012143825180828571, -0.011260515078902245, -0.00036727316910400987, 0.010046807117760181, -0.023019999265670776, 0.0016511488938704133, 0.007922817021608353, -0.020174527540802956, -0.0026297010481357574, 0.04401715099811554, 0.0014674069825559855, -0.0018559620948508382, 0.003914209082722664, -0.03349834680557251, 0.029911164194345474, -0.007356420159339905, -0.001995875732973218, -0.01800333894789219, 0.009965892881155014, -0.00854989979416132, -0.01206965371966362, 0.009702922776341438, 0.008320643566548824, 0.007659847382456064, -4.3854693103639875e-06, -0.015602893196046352, -0.025528328493237495, -0.004224378615617752, 0.010768288746476173, 0.06230368837714195, 0.03117881529033184, -0.015076952986419201, -0.01387673057615757, 0.019082190468907356, 0.005562829319387674, 0.0017168914200738072, -0.004271578509360552, -0.03465811163187027, -0.022952571511268616, 0.011981996707618237, 0.01513089518994093, -0.0035298680886626244, -0.01181342639029026, 0.0016056348104029894, 0.02059258334338665, -0.02350548282265663, 0.009493894875049591, 0.012042682617902756, -0.010120977647602558, 0.008812869898974895, -0.02679597958922386, 0.0111054303124547, -0.024422505870461464, -0.032824065536260605, -0.000959166616667062, 0.02129383571445942, -0.010431148111820221, -0.012285424396395683, -0.02531255967915058, 0.016290660947561264, 0.013822787441313267, -0.019783442839980125, -0.01019514910876751, -0.010950345546007156, -0.00041953002801164985, -0.01549500785768032, -0.006695623509585857, 0.00571454269811511, -0.0038063237443566322, 0.0006131755071692169, 0.012561880052089691, -0.025474386289715767, -0.02129383571445942, 0.000941466714721173, -0.006078655365854502, 0.034307483583688736, -0.002198160393163562, -0.026822950690984726], \"9ddc0f36-c4e3-4bd5-8c18-0b575f7ee5e4\": [-0.0016670628683641553, -0.00760286720469594, 0.019978240132331848, -0.059709351509809494, -0.017591986805200577, 0.01639886014163494, -0.030782662332057953, -0.0019421447068452835, -0.019461218267679214, -0.03473323583602905, 0.030597064644098282, 0.007549839094281197, -0.0022901399061083794, -0.02334550768136978, 0.009432327933609486, 0.012183146551251411, 0.013866781257092953, -0.04202456399798393, 0.0044874814338982105, -0.01349558588117361, -0.015457616187632084, 0.006893619429320097, -0.02646089345216751, 0.02281522937119007, -0.037649769335985184, -0.008080117404460907, 0.02391555719077587, -0.03179019317030907, 0.00576014956459403, -0.021356964483857155, 0.02034943550825119, -0.009081018157303333, -0.0003877661074511707, 0.0071720159612596035, -0.005561294965445995, -0.002474080305546522, 0.0037086347583681345, 0.013694440945982933, -0.002028315095230937, -0.0017814041348174214, 0.008312114514410496, -0.001363809802569449, -0.005531467031687498, 0.004189199768006802, 0.01594812422990799, 0.04313815012574196, 0.004878561478108168, -0.0281047560274601, -0.006253971252590418, 0.01993846893310547, 0.004732734989374876, 0.011129218153655529, -0.034229472279548645, -0.019540760666131973, 0.0061512296088039875, 0.007450412027537823, -0.000740732706617564, 0.030968260020017624, -0.021396733820438385, -0.012183146551251411, 0.021993298083543777, -0.0009056161507032812, -0.03953225538134575, -0.015099678188562393, -0.01659771427512169, -0.013038220815360546, -0.020548289641737938, 0.02167513035237789, 0.009863179177045822, -0.006605280563235283, 0.030119815841317177, 0.006794192362576723, 0.022298207506537437, -0.013449186459183693, 0.010227745398879051, -0.009677581489086151, -0.0018626030068844557, -0.01112258993089199, -0.0010448142420500517, -0.008100003004074097, -0.015126192010939121, -0.0008335314341820776, -0.009916206821799278, 0.0060882591642439365, 0.01806923747062683, 0.009571525268256664, 0.013906551524996758, 0.024313265457749367, -0.01040671393275261, -0.023212937638163567, 0.02376973070204258, 0.008312114514410496, 0.0013430957915261388, 0.0003237598284613341, -0.0076492661610245705, 0.03181670606136322, 0.004931589588522911, 0.01818855106830597, -0.00913404580205679, -0.011626354418694973, 0.006545624230057001, 0.019090022891759872, -0.03346056863665581, -0.013150905258953571, -0.03131294250488281, 0.0014566085301339626, 0.02114485204219818, -0.02126416563987732, -0.006787564139813185, 0.005664036609232426, -0.02369018830358982, 0.03772931173443794, -0.005856262519955635, -0.023716703057289124, 0.0002850246673915535, -0.015364817343652248, -0.005067473277449608, -0.004156057257205248, -0.026646491140127182, -0.0057104360312223434, 0.013316617347300053, -0.0032976691145449877, -0.009326271712779999, -0.015961380675435066, 0.01480802521109581, 0.020375948399305344, -0.0032496124040335417, -0.020906226709485054, 0.03245304152369499, -0.002894988749176264, -5.080108894617297e-05, -0.006645051762461662, 0.027468422427773476, 0.017790840938687325, -0.021688388660550117, 0.015934867784380913, -0.014489858411252499, 0.03741114214062691, -0.011420872062444687, -0.02490982972085476, 0.003794805146753788, 0.018586259335279465, -0.009949348866939545, 0.0033258399926126003, 0.003993659280240536, 0.01692913845181465, 0.015934867784380913, -0.00438473979011178, 0.022921284660696983, 0.02654043585062027, -0.011003277264535427, 0.008703194558620453, -0.0014897509245201945, -0.00017368690168950707, -0.0017051765462383628, -0.003083900548517704, -0.00931964349001646, 0.01765827089548111, 0.020601317286491394, 0.0002591321535874158, 0.0013530385913327336, 0.01810900866985321, -0.007377498783171177, 0.0066616227850317955, 0.0031286426819860935, 0.026911631226539612, 0.0018012895015999675, -0.0021459704730659723, -0.0037119491025805473, 0.0252810250967741, -0.007828235626220703, 0.02558593451976776, -0.01704845204949379, -0.013959580101072788, -0.005044273566454649, 0.03407038748264313, 0.01459591370075941, -0.0031899563036859035, -0.03966482728719711, 0.002755790716037154, -0.006582080852240324, -0.007543210871517658, 0.0142777469009161, 0.023822758346796036, -2.0921141185681336e-05, 0.004126228857785463, 0.02270917408168316, -0.0023779673501849174, -0.005034330766648054, -0.0062605999410152435, -0.003589322092011571, 0.022563347592949867, 0.008610395714640617, -0.011473899707198143, -0.6422732472419739, -0.017591986805200577, 0.024512121453881264, -0.030252384021878242, -0.005282898899167776, 0.015656471252441406, 0.006628480274230242, 0.012541084550321102, -0.015245504677295685, 0.003894232213497162, 0.003352354047819972, 0.023173168301582336, 0.012680282816290855, -0.022523576393723488, -0.0334075428545475, -0.0189044252038002, 0.010691738687455654, 0.0005605208571068943, 0.0050873588770627975, -0.002949673682451248, -0.005448610987514257, 0.0017979752738028765, -0.0058396910317242146, -0.018387405201792717, 0.026977915316820145, 0.0021509418729692698, 0.020031267777085304, 0.0021161423064768314, -0.01336301676928997, 0.009571525268256664, -0.022722430527210236, 0.01283273845911026, 0.0580124594271183, -0.011321444995701313, 0.04138823226094246, 0.01315753348171711, 0.0029065886046737432, 0.012680282816290855, 0.012952051125466824, 0.03804747760295868, -0.023756474256515503, -0.018732085824012756, 0.03741114214062691, 0.03571425378322601, 0.009279872290790081, 0.01863928698003292, 0.022046325728297234, 0.016080694273114204, -0.018612772226333618, 0.023358764126896858, -0.011951150372624397, -0.013210561126470566, 0.0014922366244718432, -0.018930939957499504, 0.01837414689362049, -0.012932165525853634, 0.02829035371541977, -0.005664036609232426, 0.0050011882558465, -0.004142800346016884, 0.018466945737600327, 0.008126516826450825, -0.006220828741788864, -0.04981965944170952, -0.0008600453147664666, -0.002858532126992941, 0.0008567310869693756, 0.0005808206042274833, 0.02081342786550522, -0.01188486535102129, 0.005816491786390543, 0.022788716480135918, 0.026593463495373726, -0.015391331166028976, -0.004228970501571894, 0.031498540192842484, 0.02426023781299591, -2.331619725737255e-05, -0.011414242908358574, -0.01753895916044712, 0.016730284318327904, 0.010618825443089008, -0.0003622878866735846, -0.026673005893826485, 0.00841154158115387, -4.236013410263695e-05, -8.399527723668143e-05, -0.009061132557690144, 0.02715025655925274, 0.0028204184491187334, -0.009213588200509548, 0.01097013521939516, -0.008119888603687286, -0.02517496794462204, -0.011977664195001125, 0.009929463267326355, -0.02342505007982254, -0.02768053486943245, -0.03698692098259926, 0.01065196841955185, -0.008723080158233643, -0.009955978021025658, -0.002604992827400565, 0.014304260723292828, 0.03521048650145531, 0.0049647316336631775, -0.02342505007982254, 0.010791165754199028, 0.011778810061514378, -0.03855124115943909, 0.008153030648827553, -0.013999350368976593, 0.008689938113093376, 0.012673654593527317, 0.007271443028002977, -0.019805898889899254, 0.03094174712896347, 0.026752546429634094, -0.0024359666276723146, 0.0013033249415457249, -0.01008191891014576, 0.015444359742105007, 0.017154507339000702, -0.015590186230838299, 0.044251736253499985, 0.017949925735592842, 0.0024923086166381836, -0.002555279294028878, 0.026394609361886978, -0.0021227707620710135, 0.003509780392050743, -0.041255660355091095, 0.007072588428854942, -0.015576928853988647, 0.02953650802373886, 0.014224719256162643, 0.015629956498742104, -0.004185885190963745, 0.019527502357959747, -0.02623552456498146, -0.02661997638642788, -0.023438306525349617, -0.0023812816943973303, -0.008232573047280312, -0.012408515438437462, -0.012706796638667583, -0.002513851271942258, -0.014317518100142479, -0.010870708152651787, 0.005196728743612766, 0.006827334873378277, 0.009379299357533455, 0.016650741919875145, 0.03242652490735054, 0.003877660958096385, -1.6286383470287547e-05, -0.01222291775047779, -0.019805898889899254, -0.030968260020017624, 0.008736337535083294, -0.035104431211948395, 0.01963355951011181, -0.0186790581792593, -0.005634208209812641, -0.017485931515693665, -0.01279296725988388, 0.029722105711698532, 0.005859576631337404, -0.0009346157312393188, -0.01423797570168972, 0.027627507224678993, 0.0025884215719997883, -0.02498937025666237, 0.010479627177119255, 0.0021675131283700466, 0.025678733363747597, -0.023305736482143402, -0.026341581717133522, 0.008868906646966934, -0.003841204335913062, -0.00032168845064006746, -0.01476825401186943, -0.01041997130960226, -0.0021940269507467747, 0.024512121453881264, 0.028582006692886353, -0.002966244937852025, 0.020680859684944153, 0.0018211749847978354, -0.001897402573376894, -0.014874310232698917, 0.008610395714640617, -0.006177743896842003, 0.024578405544161797, 0.007231672294437885, 0.01969984360039234, -0.0013654669746756554, -0.010824308730661869, -0.013323245570063591, 0.014264489524066448, 0.01674354076385498, 0.008265715092420578, 0.01727381907403469, 0.0031816705595701933, -0.011109333485364914, -0.01741964742541313, 0.006485967896878719, -0.03083568997681141, 0.03849821537733078, 0.009120789356529713, 0.013223818503320217, -0.019991496577858925, -0.03505140542984009, -0.013681183569133282, -0.0029861305374652147, 0.011288302019238472, 0.0032562410924583673, 0.02927136979997158, -0.004968046210706234, -0.008206058293581009, 0.015895096585154533, -0.004235599189996719, 0.015881838276982307, -0.010864078998565674, 0.00014323732466436923, 0.007218415383249521, 0.012633883394300938, 0.004702907055616379, 0.006084945052862167, -0.044596415013074875, 0.006505853496491909, 0.03218790143728256, 0.019872184842824936, 0.010758023709058762, 0.00694664753973484, 0.019885441288352013, 0.014251233078539371, -0.03147202357649803, 0.015099678188562393, -0.007894519716501236, -0.00025519650080241263, 0.019341906532645226, 0.029722105711698532, -0.03465369716286659, -0.008988219313323498, 0.01788363978266716, 0.026222268119454384, -0.0007278900011442602, -0.03197579085826874, 0.009081018157303333, -0.013681183569133282, 0.013170790858566761, 0.013435930013656616, 0.001173241063952446, 0.021595589816570282, -0.0204289760440588, -0.002127742161974311, 0.020495261996984482, 0.010366943664848804, 0.01916956529021263, 0.01078453753143549, 0.004749306011945009, 0.01655794493854046, -0.010824308730661869, 0.008212687447667122, 0.0024956229608505964, -0.009796894155442715, -0.01332987379282713, -0.013429300859570503, 0.010665224865078926, 0.00843142718076706, -0.00665499409660697, -0.001786375418305397, 0.005206671543419361, -0.008842392824590206, -0.003375553758814931, 0.005077416077256203, -0.036244530230760574, -0.013469072058796883, 0.013840267434716225, -0.02829035371541977, -0.008365142159163952, 0.007085845340043306, 0.041255660355091095, 0.017949925735592842, -0.003244641236960888, 0.008186173625290394, -0.012865880504250526, -0.004620051011443138, 0.0015378074022009969, -0.0003262455284129828, 0.01928887888789177, 0.020548289641737938, -0.006558881141245365, 0.008139774203300476, 0.0022205410059541464, 0.002454194938763976, -0.019447961822152138, 0.007980690337717533, -0.004706221166998148, 0.024061383679509163, -0.01696890965104103, -0.006764364428818226, -0.005415468476712704, 0.04332374781370163, 0.02138347737491131, -0.025426851585507393, -0.017021937295794487, 0.0024591663386672735, -0.04507366567850113, 0.005982203409075737, -0.0010265859309583902, -0.017366617918014526, -0.0014872653409838676, 0.009505241177976131, 0.0006877048290334642, -0.005988832097500563, 0.0071985297836363316, 0.008510968647897243, 0.007297956850379705, -0.015059907920658588, -0.03391130641102791, -0.032479554414749146, 0.004341654479503632, 0.062360744923353195, 0.021330449730157852, -0.02874109148979187, -7.498468767153099e-05, -0.03550213947892189, -0.0016554630128666759, -0.03796793520450592, 0.003294354770332575, 0.04096400737762451, 0.013243704102933407, -0.004169314168393612, 0.00063011993188411, 0.005031016655266285, -0.008795993402600288, 0.020097551867365837, -0.008272343315184116, -0.017021937295794487, -0.010472998954355717, -0.010353686287999153, -0.0364566408097744, 0.006021974608302116, -0.014861052855849266, 0.008471198379993439, 0.021648617461323738, 0.0131774190813303, -0.005355812143534422, 0.036430127918720245, 0.024512121453881264, 0.011188874952495098, -0.003523037303239107, 0.0027325910050421953, 0.01971310004591942, 0.002376310294494033, -0.013462443836033344, -0.04069887101650238, 0.051543064415454865, 0.005919232964515686, -0.008451312780380249, -0.0057236929424107075, 0.019646815955638885, 0.022192152217030525, 0.00913404580205679, 0.011467271484434605, -0.02179444395005703, -0.004451024811714888, -0.0027060771826654673, 0.0008024604176171124, 0.02248380519449711, 0.007980690337717533, -0.015974637120962143, 0.0016380632296204567, 0.011937892995774746, -0.04194502532482147, 0.004769191611558199, 0.014715226367115974, 0.0091141602024436, 0.02578478865325451, -0.012269317172467709, -0.015245504677295685, -0.050747644156217575, -0.007901148870587349, -0.010095175355672836, 0.010691738687455654, -0.02232472226023674, -0.0197793859988451, 0.0164784025400877, -0.009816779755055904, -0.018122265115380287, -0.028157785534858704, 0.030199356377124786, 0.010532655753195286, -0.011255159974098206, 0.005319355521351099, -0.01606743596494198, 0.015364817343652248, 0.0063997977413237095, 0.024101154878735542, -0.011235274374485016, 0.015006879344582558, -0.0019852297846227884, -0.006191000808030367, -0.028449438512325287, 0.0043515972793102264, -0.012348858639597893, 0.011102704331278801, -0.02187398448586464, -0.02034943550825119, -0.01749918796122074, -0.003274469403550029, 0.0259306151419878, -0.01065196841955185, -0.005892719142138958, 0.01621326245367527, 0.014118663035333157, -0.005574551876634359, 0.02908577211201191, 0.012773081660270691, 0.016584457829594612, -0.003983716946095228, 0.004050001502037048, -0.011400986462831497, 0.011381100863218307, -0.021781187504529953, -0.024432579055428505, 0.017605243250727654, 0.03452112525701523, -0.006784249562770128, 0.0067113363184034824, 0.014291003346443176, -0.0008269029203802347, 0.002687848871573806, 0.010433227755129337, 0.016889367252588272, -0.0160276647657156, 0.025599190965294838, -0.008464569225907326, 0.004540509078651667, -0.0014433516189455986, 0.01879836991429329, -0.0039373175241053104, -0.0016496630851179361, -0.02414092607796192, 0.02065434493124485, 0.0048885042779147625, -0.015696242451667786, -0.010917107574641705, -0.007350984960794449, -0.02646089345216751, -0.02315990999341011, 0.002497280016541481, 0.0025387080386281013, 0.0005377354682423174, -0.025943871587514877, -0.008908677846193314, -0.03717251867055893, -0.003814690513536334, -0.0054751248098909855, 0.01598789542913437, -0.026434380561113358, -0.012355487793684006, -0.006081630941480398, 0.009021362289786339, 0.0007146330317482352, -0.01719427853822708, 0.026407865807414055, -0.04080492630600929, -0.010353686287999153, -0.0033689250703901052, -0.0036655496805906296, 0.05923210084438324, -0.0069731613621115685, 0.015656471252441406, -0.00017161549476440996, -0.015669727697968483, -0.012998449616134167, -0.008683308959007263, 0.01985892653465271, -0.01277970988303423, 0.04263438656926155, 0.042236678302288055, 0.011195503175258636, -0.011427500285208225, 0.003228069981560111, 0.0045637087896466255, 0.014927337877452374, -0.0059722610749304295, -0.0034434956032782793, 0.012295830994844437, 0.011911379173398018, 0.011155732907354832, -0.0091141602024436, 0.018997224047780037, 0.026566948741674423, 0.011195503175258636, 0.01662422902882099, 0.00586620531976223, -0.012448286637663841, 0.0071720159612596035, -0.0005128786433488131, -0.02996073104441166, -0.011593212373554707, -0.005190100055187941, -0.015855325385928154, 0.023822758346796036, -0.039320144802331924, -0.01315753348171711, 0.011367843486368656, -0.015537157654762268, 0.014582657255232334, -0.016080694273114204, -0.0049647316336631775, -0.02665974758565426, 0.02156907506287098, 0.015802297741174698, 0.019925212487578392, -0.011301559396088123, -0.0010787851642817259, -0.03303634747862816, 0.0160541795194149, 0.016040923073887825, 0.004931589588522911, -0.0016587772406637669, 0.022417521104216576, -0.026248782873153687, -0.027362367138266563, 0.00219236989505589, -0.01716776378452778, -0.000981843681074679, 0.009478727355599403, -0.026739289984107018, -0.011268416419625282, -0.024061383679509163, -0.02608969807624817, -0.008868906646966934, -0.011135847307741642, 0.0038975465577095747, -0.021476276218891144, 0.01993846893310547, -0.01298519317060709, -0.029828161001205444, -0.008020461536943913, -0.028873661532998085, 0.03539608418941498, 0.02430000901222229, 0.03733160346746445, 0.023318994790315628, -0.006214200519025326, 0.004401310812681913, -0.008060231804847717, -0.0028336753603070974, -0.0015228933189064264, 0.02665974758565426, 0.006787564139813185, -0.013601642102003098, -0.015006879344582558, 0.01019460242241621, 0.01059231162071228, 0.002484023105353117, -0.01833437755703926, 0.020786914974451065, -0.0022917971946299076, 0.009279872290790081, -0.01682308316230774, 0.0016214919742196798, -0.024803774431347847, 0.026832088828086853, 0.0071720159612596035, 0.006714650429785252, -0.00971735268831253, -0.018427176401019096, -0.012806223705410957, 0.028316868469119072, -0.006664936896413565, 0.019129794090986252, 0.01849346049129963, -0.018559744581580162, -0.005544723942875862, 0.0001297732233069837, -0.010492884553968906, -0.018930939957499504, 0.006267228163778782, -0.0031452139373868704, 0.004308512434363365, -0.0061512296088039875, 0.008126516826450825, 0.01349558588117361, 0.0017134621739387512, 0.010658596642315388, 0.0015734354965388775, 0.01993846893310547, -0.007748693693429232, -0.038020964711904526, 0.010128318332135677, -0.01743290387094021, 0.01572275534272194, -0.0191032811999321, -0.027733562514185905, -0.010665224865078926, -0.010347058065235615, -0.044808529317379, 0.00843142718076706, 0.023451562970876694, 0.007662523537874222, -0.0164784025400877, 0.019607044756412506, -0.024538634344935417, -0.01389329507946968, -0.0007937605259940028, 0.015576928853988647, 0.011089447885751724, -0.014383802190423012, -0.01576252654194832, -0.006532367318868637, 0.00601866003125906, 0.018215063959360123, 0.0005973918014205992, -0.006104830652475357, 0.03796793520450592, -0.006164486985653639, -0.0020796856842935085, 0.00768903736025095, 0.011918007396161556, -0.059444211423397064, -0.0010315572144463658, 0.013263589702546597, -0.014357288368046284, 0.01294542197138071, -0.015656471252441406, -0.02658020704984665, -0.03322194516658783, 0.025267766788601875, 0.007251557428389788, 0.03234698623418808, 0.01224280335009098, 0.01662422902882099, -0.0005004502600058913, -0.0015709499130025506, 0.004371482878923416, -0.03873683884739876, -0.018387405201792717, -0.0334075428545475, -0.01996498368680477, 0.02106531150639057, -0.008557368069887161, 0.032214414328336716, -0.043562375009059906, 0.01639886014163494, 0.01410540658980608, 0.004205770790576935, -0.03401736170053482, -0.009173817001283169, -0.006658308673650026, -0.013077992014586926, 0.024326523765921593, -0.010115060955286026, -0.019487733021378517, 0.0005406354321166873, 0.01590835303068161, -0.0027839618269354105, 0.006920133717358112, -0.0008003889815881848, 0.012507942505180836, 0.017300333827733994, 0.008318742737174034, -0.004792391322553158, -0.0021443134173750877, -0.03224092721939087, -0.012905651703476906, -0.019116537645459175, 0.005843005608767271, -0.02768053486943245, 0.02191375568509102, 0.016876110807061195, -0.029032744467258453, -0.047778088599443436, 0.00493490369990468, -0.0034832663368433714, -0.03483929485082626, -0.022046325728297234, 0.021131595596671104, 0.02099902555346489, 0.01655794493854046, -0.0013066391693428159, 0.011838465929031372, 0.0030275583267211914, 0.02711048536002636, -0.026752546429634094, -0.00827897246927023, 0.018175292760133743, 0.011003277264535427, 0.012408515438437462, -0.0120770912617445, -0.04385402798652649, -0.003509780392050743, -0.003589322092011571, -0.023186424747109413, -0.00784149207174778, 0.030544036999344826, -0.0068604773841798306, 0.012488056905567646, -0.01806923747062683, 0.01173241063952446, -0.013071363791823387, 0.019461218267679214, 0.012236175127327442, -0.03163110837340355, 0.00197031581774354, 0.04075189679861069, 0.0028601891826838255, -0.023822758346796036, -0.008332000114023685, 0.0009561582701280713, -0.0031385854817926884, 0.025347309187054634, 0.025731761008501053, 0.0053988974541425705, -0.01283273845911026, 0.02285500057041645, 0.014184948056936264, 0.02692488767206669, -0.0016488345572724938, 0.0140656353905797, 0.006701393518596888, 0.0036456643138080835, -0.023133397102355957, 0.01796318218111992, 0.039956480264663696, 0.00016985481488518417, -0.00656882394105196, -0.0071720159612596035, 0.026076441630721092, -0.022616375237703323, 0.00408977223560214, -0.00504095945507288, 0.009279872290790081, -0.02354436181485653, -0.009498612023890018, -0.035183973610401154, 0.013614898547530174, -0.005027702543884516, -0.026394609361886978, -0.017525702714920044, -0.026434380561113358, -0.0071985297836363316, -0.010983391664922237, -0.008139774203300476, 0.0023746530059725046, -0.007954176515340805, 0.009763751178979874, 0.010738138109445572, -0.004159371368587017, -0.012256060726940632, 0.020256636664271355, 0.014012607745826244, -0.010002376511693, -0.005561294965445995, 0.2012936919927597, 0.006979790050536394, 0.006731221918016672, 0.023000827059149742, -0.009034618735313416, -0.02654043585062027, 0.02228495106101036, -0.002858532126992941, -0.002946359571069479, -0.004905075300484896, -0.027468422427773476, 0.003090529004111886, -0.012613997794687748, 0.0011334700975567102, 0.008192801848053932, -0.03523700311779976, -0.04295255243778229, -0.018957454711198807, -0.0063136275857687, 0.0007883748621679842, -0.02448560670018196, 0.01792341098189354, -0.023173168301582336, -0.006893619429320097, 0.011772180907428265, 0.015258762054145336, -0.01886465586721897, 0.009810150600969791, 0.007954176515340805, -0.0008223458426073194, -0.007596238516271114, -0.012885766103863716, -0.004185885190963745, -0.004596851300448179, -0.0013580098748207092, -0.013588384725153446, 0.0241806972771883, -0.017671529203653336, 0.02224517986178398, -0.01423797570168972, 0.009757122956216335, -0.006214200519025326, 0.0017565472517162561, -0.02722979709506035, -0.006714650429785252, 0.024233724921941757, -0.0032976691145449877, 0.006429626140743494, -0.0012925537303090096, 0.004822219721972942, -0.05472473427653313, -0.031180372461676598, 0.008650166913866997, 0.012613997794687748, -0.009081018157303333, 0.001645520213060081, 0.003315897425636649, 0.04769854620099068, -0.027309339493513107, 0.028635036200284958, -0.004172628279775381, 0.015974637120962143, -0.014993622899055481, 0.03804747760295868, -0.011029791086912155, 0.023305736482143402, -0.030358441174030304, -0.008795993402600288, 0.024498863145709038, -0.036960408091545105, 0.011758924461901188, -0.012726682238280773, -0.016610972583293915, 0.007463668938726187, -0.02140999212861061, -0.026871860027313232, 0.007954176515340805, 0.027547964826226234, 0.012017435394227505, 0.02574501745402813, 0.000952015514485538, -0.011102704331278801, -0.013077992014586926, -0.005113872699439526, -0.010260887444019318, -0.027441909536719322, 0.018254835158586502, -0.02376973070204258, 0.009863179177045822, -0.02122439444065094, 0.0007428040844388306, -0.028979716822504997, -0.017459416761994362, -0.011606468819081783, -0.011944522149860859, 0.017631758004426956, 0.010492884553968906, 0.022868257015943527, 0.007443783339112997, -0.01686285436153412, -0.011115961708128452, 0.0852687731385231, 0.0023133396171033382, 0.009352785535156727, -0.018360890448093414, 0.001230411697179079, -0.004712849389761686, 0.021741416305303574, -0.014914080500602722, -0.007476925849914551, 0.019991496577858925, -0.030252384021878242, -0.00614128727465868, -0.012978564947843552, 0.0010067004477605224, 0.002215569606050849, 0.007211786694824696, -0.026911631226539612, 0.009259986691176891, 0.012309088371694088, -0.0003399167617317289, -0.012819481082260609, 0.009014733135700226, 0.03287726268172264, 0.006452825851738453, -0.003257898148149252, -0.0036456643138080835, -0.03767628222703934, -0.007145501673221588, -0.023226195946335793, 0.024419322609901428, 0.0012014120584353805, 0.015802297741174698, 0.008206058293581009, -0.0153780747205019, 0.011261788196861744, 0.023491334170103073, 0.005093987099826336, 0.008689938113093376, 0.003110414370894432, -0.03367267921566963, -0.005140386521816254, -0.003764976980164647, 0.00819943007081747, 0.004633307922631502, -0.009816779755055904, 0.006714650429785252, 0.011407614685595036, -0.00955164059996605, 0.004997874144464731, -0.021887242794036865, -0.0014566085301339626, -0.009763751178979874, 0.004368168767541647, 0.014927337877452374, 0.012130118906497955, -0.013263589702546597, -0.01355524268001318, 0.019315391778945923, -0.0026696205604821444, -0.05342555046081543, 0.0023812816943973303, 0.012514570727944374, 0.0107646519318223, -0.00841154158115387, -0.019222592934966087, -0.16767403483390808, 0.03322194516658783, 0.015576928853988647, -0.029032744467258453, 0.01366792619228363, 0.01041997130960226, -0.023053854703903198, 0.011341329663991928, 0.004079829901456833, 1.159336716227699e-05, 0.02892668917775154, -0.013210561126470566, -0.001099499175325036, -0.011566698551177979, 0.003261212259531021, -0.01026751659810543, -0.0022901399061083794, 0.02953650802373886, 0.04682358726859093, 0.011898122727870941, 0.04075189679861069, 0.01283273845911026, 0.002071400173008442, -0.026182496920228004, 0.0007162901456467807, -7.980068767210469e-05, -0.008550739847123623, 0.017340105026960373, -0.036615725606679916, -0.03706646338105202, 0.008020461536943913, 0.009677581489086151, 0.03372570872306824, 0.011579954996705055, -0.007297956850379705, 0.005594437476247549, -0.006217514630407095, 0.014953851699829102, -0.011175617575645447, 0.018771857023239136, 0.012978564947843552, 0.02244403399527073, 0.0035793795250356197, 0.02829035371541977, 0.033540111035108566, -0.0005315212765708566, 0.01116236113011837, 0.01374746859073639, -0.019792642444372177, -0.032559096813201904, 0.009478727355599403, -0.023981841281056404, 0.016040923073887825, -0.005650779698044062, 0.005050902254879475, 0.01152029912918806, 0.0066483658738434315, 0.03234698623418808, -0.0025950500275939703, -0.01940819062292576, -0.00020579360716510564, -0.031498540192842484, 0.021250907331705093, -0.02008429542183876, 0.005720378365367651, -0.006250657141208649, -0.021966783329844475, 0.025201482698321342, -0.014529628679156303, 0.025042399764060974, 0.01971310004591942, -0.0057634636759757996, -0.010088547132909298, 0.02114485204219818, 0.017684785649180412, 0.011056304909288883, -0.03351359814405441, -0.0071720159612596035, 0.028608521446585655, 0.004073201213032007, -0.01446334458887577, 0.009419070556759834, -0.003827947424724698, -0.002382938750088215, -0.0285554938018322, 0.010850822553038597, -0.012322344817221165, 0.007065960206091404, 0.00042546557961031795, -0.016014408320188522, 0.009465469978749752, -0.00947209820151329, -0.014317518100142479, 0.00484873354434967, 0.01095687784254551, -0.013734211213886738, 0.0034501240588724613, 0.003625778714194894, 0.010811051353812218, -0.0006595337763428688, 0.021237650886178017, -0.002671277616173029, -0.0011458985973149538, 0.027176769450306892, 0.019235849380493164, -0.001920602167956531, -0.020561546087265015, -0.0024127669166773558, 0.00775532191619277, -0.014145176857709885, -0.023942071944475174, 0.026182496920228004, -0.0028535607270896435, 0.002369681838899851, 0.009034618735313416, 0.023756474256515503, 0.010207859799265862, -0.009670953266322613, 0.0080138323828578, -0.010704996064305305, 0.017074964940547943, -0.004842104855924845, 0.019315391778945923, -0.0063997977413237095, -0.01639886014163494, -0.015616700053215027, -0.09613948315382004, -0.013681183569133282, 0.023782987147569656, 0.006827334873378277, 0.0016513201408088207, 0.012925536371767521, -0.013773982413113117, 0.020296407863497734, -0.023557620123028755, 0.01845368929207325, -0.0049150181002914906, -0.010890593752264977, -0.022603118792176247, -0.004417882300913334, -0.004779134411364794, -0.0020863141398876905, -0.021807700395584106, -0.022033069282770157, -0.011082819662988186, 0.013760725036263466, -0.007980690337717533, -0.04533880576491356, 0.007828235626220703, -0.007887891493737698, -0.012043949216604233, -0.015470873564481735, -0.030729634687304497, 5.758492261520587e-05, 0.028237326070666313, 0.006111458875238895, -0.024432579055428505, -0.022868257015943527, -0.011831837706267834, -0.007655894849449396, -0.01188486535102129, 0.013986093923449516, 0.012017435394227505, -0.018427176401019096, 0.0058264341205358505, -0.03566122427582741, 0.01674354076385498, 0.004891818389296532, 0.004219027701765299, -0.02900622971355915, -0.0015651499852538109, 0.00593248987570405, -0.024286752566695213, 0.02839641086757183, -0.010075289756059647, -0.002242083428427577, -0.025241253897547722, -0.01651817373931408, -0.016717027872800827, -0.018321119248867035, 0.028582006692886353, 0.006678193807601929, 0.0057502067647874355, 0.008696566335856915, -0.051198381930589676, 0.006940018851310015, 0.0002781890507321805, -0.002634820993989706, -0.021091824397444725, 0.012494685128331184, -0.0036986919585615396, 0.02171490155160427, -0.021927013993263245, -0.011778810061514378, 0.02943045273423195, -0.015855325385928154, -0.008842392824590206, 0.0029745306819677353, -0.008126516826450825, 0.013402787037193775, -0.026407865807414055, 0.0005770920543000102, -0.011546812951564789, -0.001116070430725813, 0.025652218610048294, -0.02786613069474697, 0.009770380333065987, -0.011493785306811333, 0.009670953266322613, -0.016080694273114204, 0.006094887852668762, 0.004719478078186512, 0.02608969807624817, 0.018785113468766212, 0.0008463740814477205, -0.02532079443335533, -0.01723404973745346, 0.0191032811999321, 0.008756222203373909, -0.006439568940550089, -0.019792642444372177, 0.0033473826479166746, -0.042660899460315704, -0.012958679348230362, -0.0037020063027739525, 0.021635359153151512, -0.0006487625068984926, 0.00512712961062789, -0.06808774918317795, 0.0007320328149944544, -0.0012428400805220008, 0.0012146690860390663, 0.0004942360683344305, 0.013641412369906902, 0.020906226709485054, -0.026063185185194016, -0.020375948399305344, -0.0042256563901901245, -0.012541084550321102, 0.03300983086228371, -0.0010067004477605224, -0.007974062114953995, -0.018215063959360123, -0.008968333713710308, 0.030013758689165115, -0.011454014107584953, 0.017512444406747818, 0.012527828104794025, -0.004484166856855154, -0.011831837706267834, 0.025108683854341507, -0.004136171657592058, -0.0005265499348752201, 0.006770992651581764, -0.016531430184841156, 0.0029132170602679253, -0.0043648541904985905, -0.0073244706727564335, 0.022868257015943527, -0.019500989466905594, -0.008636909537017345, -0.004775820299983025, 0.0015005222521722317, -0.0025867645163089037, -0.00032935262424871325, 0.014078892767429352, 0.028847146779298782, -0.008133145049214363, -0.012342230416834354, -0.03531654179096222, 0.022921284660696983, -0.018891168758273125, -0.01818855106830597, 0.01002226211130619, 0.0018195179291069508, 0.020866455510258675, -0.004898447077721357, 0.02611621282994747, 0.03635058552026749, 0.022616375237703323, -0.04483504220843315, -0.021158110350370407, 0.017181022092700005, -0.037835367023944855, 0.01859951578080654, -0.010704996064305305, -0.0045570801012218, 0.0002467037411406636, 0.04403962567448616, -0.012428401038050652, -0.003083900548517704, -0.007987318560481071, -0.003244641236960888, -0.0041991425678133965, -0.025851072743535042, -0.005100615788251162, 0.02646089345216751, -0.025121940299868584, -0.017446160316467285, -0.010837565176188946, 0.021277422085404396, -0.013760725036263466, 0.03521048650145531, -0.005859576631337404, -0.006684822496026754, 0.03632407262921333, -0.012786339037120342, 0.019381675869226456, 0.03152505308389664, 0.009896321222186089, 0.004961417522281408, 0.029112286865711212, 0.024962857365608215, -0.012189775705337524, -0.005968946497887373, 0.001337295863777399, -0.0031965847592800856, 0.0263548381626606, -0.017154507339000702, 0.03489232063293457, -0.004938217811286449, 0.005789977498352528, -0.008656795136630535, 0.010864078998565674, 0.002165856072679162, 0.014145176857709885, 0.012541084550321102, 0.0241806972771883, 0.010095175355672836, 0.004795705433934927, 0.0039903451688587666, -0.011215388774871826, -0.047247808426618576, 0.0008298028842546046, -0.018970711156725883, -0.03322194516658783, 0.008656795136630535, 0.016982166096568108, 0.0021592273842543364, -0.00465982174500823, -0.015775782987475395, 0.003291040426120162, -0.02582455985248089, -0.0037417772691696882, -0.0017350047128275037, 0.00016654057253617793, 0.0030573864933103323, 0.025904102250933647, 0.0024657947942614555, -0.005011131055653095, -0.007244929205626249, -0.03444158285856247, 0.02611621282994747, 0.0038975465577095747, 0.012667026370763779, -0.02107856795191765, 0.0067577357403934, -0.005849633831530809, -0.02171490155160427, 0.00022101838840171695, 0.014542886056005955, -0.0028137899935245514, -0.0011906408471986651, -0.015802297741174698, -0.0320553295314312, 0.004010230768471956, 0.0018410604679957032, 0.07301934063434601, 0.02391555719077587, -0.018400661647319794, -0.007423898205161095, 0.012879137881100178, -0.0076360092498362064, 0.02654043585062027, -0.008729708380997181, -0.016796570271253586, -0.021781187504529953, 0.020720629021525383, 0.007105730939656496, -0.004987931344658136, -0.015974637120962143, 0.016226520761847496, 0.010148203931748867, -0.029032744467258453, 0.0017714613350108266, 0.0160541795194149, -0.009651067666709423, 0.0018791741458699107, -0.01445008721202612, -0.0063997977413237095, -0.02191375568509102, -0.022695917636156082, -0.004414567723870277, 0.018480204045772552, -0.0135154714807868, -0.012315716594457626, -0.028422923758625984, 0.016902625560760498, 0.016001151874661446, -0.0056607224978506565, -0.007742065005004406, -0.018347634002566338, -0.003778233891353011, -0.0007245757733471692, -0.00837177038192749, 0.023570876568555832, 0.0075100683607161045, 0.016040923073887825, 0.011785438284277916, -0.013097877614200115, -0.019421447068452835, -0.01446334458887577, 0.00013256960664875805, 0.019381675869226456, -0.014476601034402847, 0.0004830505058635026], \"26bb1be4-f016-4a2b-80de-4729ab8e759e\": [-0.010175994597375393, -0.03729182854294777, 0.01673833467066288, -0.056851234287023544, -0.03353040665388107, 0.03619027137756348, -0.04164433479309082, -0.0031401170417666435, -0.023723836988210678, -0.03766797110438347, 0.027256889268755913, -0.00880576204508543, -0.01117008551955223, -0.005793264135718346, 0.002135951304808259, -0.006051862146705389, 0.008651274256408215, -0.04427732899785042, 0.02006988227367401, -0.01655026525259018, 0.009914038702845573, -0.0018555237911641598, -0.00939012598246336, -0.00287144398316741, -0.0304137971252203, 0.005608551669865847, 0.015180031768977642, -0.032939326018095016, 0.014521782286465168, -0.017893629148602486, 0.013769497163593769, -0.0160666536539793, -0.00037278395029716194, -0.000596538302488625, -0.016523396596312523, -0.014481481164693832, 0.005826848559081554, -0.002028482034802437, 0.013259018771350384, -0.0004823522176593542, 0.0019159752409905195, 0.005957826506346464, -0.00943042617291212, -0.00797287467867136, 0.01108948327600956, 0.025120936334133148, -0.007858688943088055, -0.035008106380701065, 0.0009244034881703556, 0.02611502818763256, 0.013379921205341816, -0.011438758112490177, -0.02207149751484394, -0.009121452458202839, 0.008100494742393494, -0.009322957135736942, 0.005749604664742947, 0.03095114417374134, -0.028855493292212486, 0.01247315015643835, 0.0062164245173335075, 0.012459715828299522, -0.019263863563537598, -0.019062358886003494, -0.017477186396718025, 0.0028093133587390184, -0.02025795355439186, -0.0006536313449032605, 0.014790455810725689, -0.019357899203896523, 0.044116128236055374, 0.0034692417830228806, 0.005255918018519878, 0.012896309606730938, 0.01696670800447464, -0.013238867744803429, -0.008396035060286522, -0.016415927559137344, 0.016012918204069138, -0.00980656873434782, -0.010095392353832722, 0.001198114245198667, 0.025443345308303833, 0.013601576909422874, 0.010296897031366825, 0.025967257097363472, 0.027122551575303078, 0.019062358886003494, -0.025537380948662758, -0.02807634137570858, 0.0013257339596748352, 0.009242355823516846, 0.004067039582878351, 0.00607537105679512, -0.01145219150930643, 0.015180031768977642, -0.0181354358792305, 0.00757658202201128, 0.007616883143782616, -0.015085996128618717, 0.0014113734941929579, 0.019680306315422058, -0.01385009940713644, -0.006777279544621706, -0.032670650631189346, -0.015314367599785328, 0.017396584153175354, -0.01961313746869564, -0.0070661031641066074, 0.0007951045408844948, -0.00836916733533144, 0.03524991497397423, -0.007569865323603153, -0.037506766617298126, 0.00241805799305439, -0.025349309667944908, 0.014790455810725689, -0.016389060765504837, -0.02547021210193634, -0.011082766577601433, 0.00791914016008377, -0.0056320601142942905, 0.020016146823763847, -0.0024096621200442314, 0.0232402253895998, 0.03191836550831795, -0.025980690494179726, 0.004772306419909, 0.02063409611582756, 0.0042752609588205814, 0.006145897787064314, -0.02584635466337204, 0.02263571135699749, 0.01477702148258686, -0.012909743934869766, 0.002894952893257141, -0.009443860501050949, 0.015085996128618717, -0.0003532631671987474, -0.03162282705307007, 4.5837103243684396e-05, 0.014696420170366764, 0.009833436459302902, 0.002564149210229516, -0.0051753162406384945, 0.01644279435276985, 0.013500824570655823, 0.0011485775467008352, 0.025416476652026176, 0.014924791641533375, -0.005000678356736898, 0.0017598089762032032, -0.005467498209327459, -0.021829690784215927, -0.01547557208687067, -0.009443860501050949, 0.010216295719146729, 0.03237511217594147, 0.01882055215537548, 0.0007871282869018614, -0.01371576264500618, 0.01806826703250408, -0.0033500180579721928, 0.00012709498696494848, 0.006972067523747683, 0.03559918701648712, -0.005034262780100107, -0.023226791992783546, -0.006152614485472441, 0.007200439926236868, 0.01278884056955576, 0.008819195441901684, -0.02826441265642643, -0.006162689533084631, -0.008926664479076862, 0.04024723544716835, 0.007334776222705841, 0.0025087352842092514, -0.04070397838950157, 0.0038353088311851025, -0.015583041124045849, 0.0018672782462090254, 0.01930416375398636, 0.028291279450058937, -0.01667116768658161, 0.005598476156592369, 0.019331030547618866, 0.01904892362654209, -0.011848485097289085, 0.001051183557137847, 0.022541675716638565, -0.0012123874621465802, 0.01730254851281643, -0.008053476922214031, -0.615153968334198, -0.0058570741675794125, -0.0068242973648011684, -0.026988215744495392, 0.004433106631040573, 0.009712533093988895, 0.0027942005544900894, 0.01794736459851265, -0.0166308656334877, 0.0043054865673184395, -0.00099660933483392, 0.02736435830593109, 0.011425324715673923, -0.025174671784043312, -0.027565862983465195, -0.033154264092445374, 0.009820003062486649, -0.009900604374706745, 0.009833436459302902, 0.008409468457102776, -0.0328855887055397, -0.0036908970214426517, 0.01012897677719593, 0.01990867778658867, 0.0035632771905511618, -0.004292053170502186, 0.02547021210193634, -0.007851972244679928, -0.009571479633450508, 0.01613382063806057, -0.024664193391799927, -0.003862176090478897, 0.03465883433818817, -0.0016422644257545471, 0.03887699916958809, -0.010256596840918064, 0.006874673534184694, 0.006965350825339556, -0.005507798865437508, 0.03944121301174164, -0.01681893691420555, -0.007892273366451263, 0.044760942459106445, 0.033127397298812866, 0.0007287758635357022, -0.003479316830635071, 0.017517488449811935, 0.01069319061934948, -0.00861769076436758, 0.01182833407074213, -0.006149256136268377, -0.013722479343414307, -0.00417450862005353, -0.02799573913216591, -0.0011023994302377105, -0.0014474764466285706, 0.029715247452259064, -0.018578747287392616, -0.0038453841116279364, -0.017584655433893204, 0.007663900963962078, 0.027162853628396988, -0.012808991596102715, -0.04065024480223656, -0.003939419519156218, 0.0015222011134028435, 0.01767869107425213, 0.0024046243634074926, 0.00319721014238894, 0.0027891627978533506, 0.015918882563710213, 0.020701264962553978, 0.017974231392145157, -0.007072819862514734, -0.003754706820473075, 0.036109667271375656, 0.006478380877524614, 0.0046480451710522175, -0.00692504970356822, -0.020620662719011307, 0.017315981909632683, 0.01371576264500618, 0.012708238326013088, -0.02074156515300274, 0.02920476906001568, 0.0085035040974617, -0.03535738214850426, -0.017638390883803368, 0.02482539601624012, 0.006051862146705389, 0.0013786290073767304, 0.01790706440806389, -0.005692511796951294, -0.04024723544716835, -0.024167146533727646, 0.010249879211187363, -0.0262627974152565, -0.007932573556900024, -0.0063709113746881485, -0.012795557267963886, -0.002411341294646263, -0.010303614661097527, 0.016389060765504837, 0.01844440959393978, 0.05171957612037659, 0.004839474800974131, -0.03605593368411064, 0.0008874608902260661, 0.01994897983968258, -0.0400591641664505, -0.004547292832285166, -0.016872672364115715, 0.01273510605096817, -0.017705559730529785, 0.011331289075314999, -0.025120936334133148, 0.018766818568110466, 0.016375627368688583, -0.0060854461044073105, -0.019854944199323654, 0.018726516515016556, 0.013682179152965546, 0.006434721406549215, -0.0056757195852696896, 0.04016663134098053, 0.03989795967936516, 0.017705559730529785, -0.01844440959393978, 0.00827513262629509, -0.008604256436228752, 0.027915136888623238, -0.009665515273809433, 0.016939841210842133, -0.022420771420001984, 0.04871043562889099, 0.018417542800307274, 0.017289115116000175, -0.0036875386722385883, 0.016939841210842133, -0.005410404875874519, -0.0065824915654957294, -0.008214680477976799, 0.020378855988383293, -0.040408436208963394, 0.01938476599752903, -0.02309245429933071, 0.0041207741014659405, -0.013023929670453072, -0.00967223197221756, 0.02649117074906826, -0.006931766401976347, 0.0166308656334877, 0.004688345827162266, 0.022810347378253937, 0.0051484485156834126, 0.008993832394480705, -0.013635161332786083, -0.039172541350126266, -0.03264378383755684, 0.007274325005710125, -0.04357878118753433, 0.016644300892949104, -0.037963513284921646, 0.010276746936142445, -0.02486569806933403, -0.024247748777270317, 0.017772726714611053, 0.010706624016165733, -0.007771370001137257, -0.009128169156610966, 0.02353576570749283, 0.0027555786073207855, -0.0030561566818505526, -0.012405981309711933, 0.006391061935573816, -0.0023173056542873383, -0.006112313363701105, 0.01990867778658867, -0.02313275635242462, -0.014024737291038036, 0.00021220979397185147, 0.0010520231444388628, -0.003556560492143035, -0.014199374243617058, 0.02770019881427288, 0.037775442004203796, 0.002224949188530445, 0.0340140163898468, -0.010122260078787804, 0.015394969843327999, -0.02678671106696129, 0.010478251613676548, -0.015636775642633438, 0.009490878321230412, 0.0008849421283230186, 0.004611102398484945, 0.007993025705218315, 0.021641619503498077, 0.015260633081197739, 0.010908128693699837, 0.015583041124045849, 0.0050443378277122974, 0.0037748573813587427, 0.023105887696146965, -0.0002993186644744128, -0.017262248322367668, -0.004782381467521191, -0.03847398981451988, 0.02607472613453865, -0.014844190329313278, 0.015421837568283081, -0.027646465227007866, -0.019210128113627434, -0.018659347668290138, 0.00914160255342722, -0.009766267612576485, 0.012097007595002651, 0.018538445234298706, -0.02505376935005188, 0.006350760813802481, 0.010961863212287426, -0.009699099697172642, 0.020916203036904335, -0.01515316404402256, -0.015623342245817184, 0.019975846633315086, 0.017638390883803368, 0.01347395684570074, 0.008214680477976799, -0.03385281190276146, 0.0018068267963826656, 0.021749088540673256, -0.0025742242578417063, 0.012681371532380581, 0.02459702454507351, 0.020889336243271828, 0.02082216739654541, -0.031085480004549026, 0.012761973775923252, -0.018525011837482452, -0.004137566313147545, 0.000572189805097878, 0.03997856006026268, -0.030816806480288506, -0.007804954424500465, 0.01318513322621584, 0.02576575241982937, 0.003865534672513604, -0.024395519867539406, -0.004762230906635523, -0.011304421350359917, 0.011257403530180454, 0.022931251674890518, -0.0026598640251904726, 0.015703944489359856, -0.00600820267572999, -0.026477735489606857, 0.015394969843327999, 0.01624128967523575, 0.019559403881430626, -0.0004315561964176595, 0.025147804990410805, 0.002209836384281516, -0.00999464001506567, 0.013420222327113152, -0.008772177621722221, -0.0024449254851788282, -0.006589208263903856, -0.009423709474503994, 0.017329417169094086, -0.020875900983810425, -0.00803332682698965, 0.011714148335158825, -0.0039226277731359005, -0.006951916962862015, -0.007670617662370205, 0.016160687431693077, -0.04645358398556709, 0.005507798865437508, -0.0029318954329937696, -0.028586819767951965, -0.018430976197123528, 0.005551458336412907, 0.03256318345665932, 0.02240733802318573, -0.014400879852473736, -0.012701521627604961, -0.00025230084429495037, -0.007677334360778332, 0.015072561800479889, -0.005789905786514282, 0.017020441591739655, 0.02278348058462143, -0.017396584153175354, -0.014803889207541943, 0.021372947841882706, 0.011969387531280518, -0.01715477928519249, 0.010458101518452168, -0.005806697998195887, 0.02448955550789833, -0.0270150825381279, -0.016389060765504837, -0.0026951271574944258, 0.03143475577235222, 0.025214971974492073, -0.01765182428061962, -0.03124668449163437, 0.026249364018440247, -0.056851234287023544, -0.008590823039412498, -0.008563956245779991, 0.0009487519855611026, -0.009699099697172642, -0.002629638183861971, -0.0023408145643770695, -0.013930701650679111, -0.011512643657624722, 0.024099979549646378, 0.010646172799170017, -0.004426389932632446, -0.04707153141498566, -0.04293396323919296, 0.023455163463950157, 0.06012904644012451, 0.03997856006026268, -0.017705559730529785, -0.009692382998764515, -0.03447076305747032, -0.0013584784464910626, 0.003999871201813221, -0.03420208767056465, 0.011861918494105339, -0.007670617662370205, -0.014978526160120964, 0.005578325595706701, 0.014897924847900867, -0.008644557558000088, 0.0204057227820158, -0.010343914851546288, -0.0008064391440711915, -0.004614460747689009, -0.02807634137570858, -0.041886139661073685, 0.011102916672825813, -0.016080087050795555, 0.009175186976790428, 0.02936597168445587, 0.0495164580643177, 0.014306844212114811, 0.03715749457478523, -0.008731876499950886, -0.006918333005160093, -0.006024994887411594, -0.0034339784178882837, 0.004412956070154905, 0.008946814574301243, 0.007274325005710125, -0.01194252073764801, 0.06012904644012451, 0.006800788454711437, -0.006602642126381397, -0.0156770758330822, 0.009215488098561764, -0.012667938135564327, 0.014306844212114811, 0.0008349856943823397, -0.027780801057815552, -0.0036035783123224974, -0.0009940905729308724, -0.014454614371061325, 0.026571771129965782, 0.003255982417613268, -0.006800788454711437, 0.003004101337864995, -0.0006229858263395727, -0.05502425506711006, -0.003600219963118434, 0.02274318039417267, 0.014924791641533375, 0.02315962314605713, -0.0064145708456635475, -0.013796364888548851, -0.0385545939207077, -0.03479316830635071, -0.006619433872401714, -0.00889979675412178, -0.022850649431347847, 0.009369974955916405, 0.0011065974831581116, -0.027418091893196106, -0.01233881339430809, -0.0321064367890358, 0.034363292157649994, 0.006730261724442244, -0.012587335892021656, -0.009369974955916405, -0.0035599188413470984, 0.023414863273501396, 0.015233766287565231, 0.016899539157748222, -0.0005234928103163838, -0.007966157980263233, -0.006807505153119564, -0.02346859686076641, -0.037775442004203796, -0.0032593407668173313, 0.014441180042922497, 0.0025926956441253424, -0.003862176090478897, -0.027834534645080566, -0.016563698649406433, 0.00038348889211192727, 0.037318695336580276, -0.00261284620501101, 0.0024432463105767965, 0.006800788454711437, -0.002041915664449334, -0.0020654245745390654, 0.02637026645243168, 0.009296090342104435, 0.023777570575475693, -0.012909743934869766, 0.007260891143232584, -0.016389060765504837, -0.011720865033566952, 0.005511157214641571, -0.012385831214487553, -0.00012835438246838748, 0.014306844212114811, 0.015730811282992363, 0.02761959657073021, -0.0021644977387040854, 0.0005784868262708187, -0.003220719052478671, -0.001952917780727148, 0.003155230078846216, -0.016657734289765358, 0.012097007595002651, 0.0019915394950658083, 0.023253658786416054, 0.002495301654562354, 0.016415927559137344, -0.006750412285327911, 0.005991410464048386, -0.03554545342922211, 0.029607778415083885, 0.034551363438367844, -0.011848485097289085, 0.002028482034802437, -0.006619433872401714, -0.018001100048422813, -0.0181354358792305, -0.01129770465195179, 0.0032778121531009674, 0.00268337270244956, -0.025537380948662758, -0.006951916962862015, -0.035008106380701065, -0.023979077115654945, -0.00965208187699318, 0.011794749647378922, -0.011082766577601433, 0.0036606714129447937, -0.0050443378277122974, -0.0021745730191469193, 0.004923434928059578, -0.013373204506933689, 0.022017762064933777, -0.0332617312669754, -0.008375884965062141, 0.007086253724992275, -0.013655311428010464, 0.03624400496482849, 0.0021241968497633934, 0.0037681404501199722, 0.0025809411890804768, -0.02641056850552559, -0.030789939686655998, -0.008543805219233036, 0.007986309006810188, 0.005561533849686384, 0.037238094955682755, 0.02165505290031433, 0.015166597440838814, 0.009349824860692024, -0.0015616625314578414, -0.005396971479058266, 0.01477702148258686, -0.027673332020640373, 0.01215074211359024, 0.027592729777097702, 0.015005393885076046, 0.00522569241002202, 0.003586786100640893, 0.017208512872457504, 0.015112862922251225, 0.021171441301703453, 0.004245035350322723, 0.02615532837808132, -0.015690511092543602, 0.005393613129854202, -0.008725159801542759, -0.041886139661073685, 0.0015574644785374403, -0.003004101337864995, -0.015636775642633438, 0.007307908963412046, -0.03710375726222992, -0.01723538152873516, 0.029419707134366035, -0.02637026645243168, 0.018430976197123528, -0.01904892362654209, 0.0016548584681004286, -0.0194653682410717, 0.03678135201334953, -0.0011418607318773866, -0.0071399882435798645, -0.00764375040307641, 0.0038151582702994347, -0.014454614371061325, 0.019250430166721344, 0.013796364888548851, 0.00497045274823904, 0.0270150825381279, 0.0016095199389383197, -0.024274617433547974, -0.007845255546271801, 0.003052798332646489, -0.03468570113182068, -0.025309007614850998, -0.0019277296960353851, -0.004533858969807625, -0.004298769868910313, -0.02780766785144806, 9.60821271291934e-05, -0.01681893691420555, -0.008906514383852482, 0.017880195751786232, 0.011324572376906872, 0.029312238097190857, -0.012352246791124344, -0.007946007885038853, -0.010572287254035473, -0.05000006780028343, 0.015300934202969074, 0.04631924629211426, 0.04443853348493576, 0.02751212753355503, 0.008778894320130348, -0.006347402464598417, 0.0051618823781609535, 0.0009924113983288407, 0.004258469212800264, 0.022729746997356415, 0.028130076825618744, -0.012439565733075142, -0.03154222294688225, 0.0030276102479547262, -0.00030309686553664505, 0.001262763631530106, -0.01869964972138405, 0.03159596025943756, 0.020472891628742218, 0.021561017259955406, -0.014642685651779175, -0.0009495915728621185, -0.0279688723385334, 0.02761959657073021, -0.0050745634362101555, 0.02263571135699749, 0.003600219963118434, -6.0084126744186506e-05, -0.0028143508825451136, 0.036485809832811356, -0.0181354358792305, 0.021964028477668762, 0.022689444944262505, 0.0026900896336883307, -0.007865405641496181, -0.0031401170417666435, -0.013729196973145008, -0.003482675412669778, -0.009699099697172642, -0.00244660465978086, 0.008725159801542759, 0.004967094399034977, 0.002894952893257141, 0.010612588375806808, -0.0035767110530287027, 0.004218168091028929, 0.002738786628469825, 0.022850649431347847, -0.013675461523234844, -0.03353040665388107, -0.014347144402563572, 0.0016389060765504837, 0.011781316250562668, 0.0006775600486434996, -0.015260633081197739, -0.01496509276330471, -0.003502825740724802, -0.03366474062204361, 0.018753383308649063, 0.007187006063759327, 0.006347402464598417, -0.020943069830536842, 0.01218432653695345, -0.009215488098561764, -0.002757258014753461, 0.0036170119419693947, 0.037426166236400604, 0.004050247371196747, -0.02557768113911152, 0.019734041765332222, -0.00365059613250196, 0.017369717359542847, -0.007630316540598869, 0.0012409340124577284, -0.0037681404501199722, 0.034524496644735336, -0.012654503807425499, 0.02297155186533928, 0.0059309592470526695, 0.018390676006674767, -0.043659381568431854, 0.017813028767704964, -0.010518552735447884, -0.015381536446511745, 0.014132206328213215, -0.0072273071855306625, -0.02770019881427288, -0.008268414996564388, 0.019250430166721344, 0.023791005834937096, 0.009981206618249416, 0.013957568444311619, 0.000966383668128401, 0.01409190520644188, 0.0033852814231067896, -0.005108147859573364, -0.023979077115654945, 0.009235638193786144, -0.019062358886003494, -0.011767882853746414, 0.01692640595138073, -0.000542383873835206, 0.018981756642460823, -0.04199361056089401, 0.00026573450304567814, 0.03275125473737717, -0.014051604084670544, -0.042154811322689056, 0.011526077054440975, -0.0043054865673184395, -0.017127912491559982, 0.016953274607658386, -0.019290730357170105, -0.02357606589794159, -0.031085480004549026, 0.025967257097363472, 0.0050879972986876965, 0.016120387241244316, 0.00906771793961525, 0.04038156941533089, 0.018189171329140663, 0.01783989556133747, -0.0064582303166389465, 0.006673168856650591, -0.029607778415083885, -0.012345530092716217, -0.018054833635687828, 0.0024230957496911287, -0.02203119546175003, 0.01829664036631584, 0.022689444944262505, -0.032670650631189346, -0.04693719372153282, -0.00965208187699318, -0.02032512240111828, -0.031273551285266876, -0.022393904626369476, 0.015166597440838814, 0.026585206389427185, 0.003024251898750663, -0.00469506299123168, 0.0070526693016290665, -0.008040043525397778, 0.024879131466150284, -0.027149418368935585, -0.013567992486059666, 0.019022056832909584, 0.01609352044761181, 0.02184312418103218, 0.0024499630089849234, -0.024288050830364227, -0.006155972834676504, -0.02357606589794159, -0.022541675716638565, 0.006552265956997871, 0.0139844361692667, -0.016389060765504837, 0.011351439170539379, -0.015233766287565231, 0.009269222617149353, -0.022608842700719833, 0.03385281190276146, 0.0019663514103740454, -0.04371311888098717, 0.0003759324608836323, 0.03503497689962387, 0.004369296599179506, -0.014387445524334908, -0.010350632481276989, -0.006250008475035429, -0.00802660919725895, -0.0054171220399439335, -0.008335583843290806, 0.001959634479135275, 0.021305778995156288, -0.014615817926824093, 0.03087054193019867, 0.029124166816473007, 0.007885555736720562, 0.012681371532380581, -0.013547842390835285, 0.018350373953580856, -0.018766818568110466, 0.03799038007855415, 0.024382086470723152, -0.003536409931257367, -0.009880454279482365, -0.01957283727824688, 0.02013705112040043, -0.0038856850005686283, 0.013621727004647255, -0.010874544270336628, 0.012352246791124344, -0.02146698161959648, -0.01848471164703369, -0.03645894303917885, -0.011217103339731693, 0.017772726714611053, -0.01869964972138405, -0.014857623726129532, -0.00994090549647808, -0.02584635466337204, 0.0060182781890034676, -0.0066698105074465275, 0.003680821740999818, 0.0033919981215149164, 0.012889592908322811, 0.013930701650679111, -0.0023660026490688324, -0.013272452168166637, 0.036485809832811356, 0.01859218068420887, 0.01586514711380005, -0.004785739816725254, 0.20977997779846191, 0.002392869908362627, 0.005766396876424551, 0.020432591438293457, 0.011149934493005276, -0.023401429876685143, 0.018081700429320335, -0.006565699353814125, -0.01105589885264635, -0.015623342245817184, -0.0502687431871891, 0.011358155868947506, -0.0030208933167159557, -0.002767333062365651, 0.009759550914168358, -0.026585206389427185, -0.044304199516773224, -0.009309523738920689, -0.0053734625689685345, -0.014535215683281422, -0.01617412269115448, 0.008993832394480705, -0.02603442594408989, -0.013158266432583332, 0.011143217794597149, 0.004093906842172146, -0.009356541559100151, 0.01938476599752903, -0.01055885385721922, -0.0024163788184523582, -0.010404366999864578, 6.690590817015618e-05, -0.012385831214487553, -0.013876967132091522, -0.009799852035939693, -0.00665973499417305, 0.029446573927998543, -0.021923726424574852, 0.016657734289765358, -0.010149126872420311, -0.011116350069642067, -0.010296897031366825, -0.0061727650463581085, -0.021184876561164856, -0.0028831984382122755, 0.005883941426873207, 0.0015616625314578414, 0.013581426814198494, -0.0001745325862430036, 0.01385009940713644, -0.038151584565639496, -0.04390119016170502, 0.021023672074079514, 1.07246232801117e-05, -0.014803889207541943, -0.014078471809625626, -0.0027152777183800936, 0.026128461584448814, -0.021480416879057884, 0.03600220009684563, -0.0143605787307024, 0.006307101342827082, -0.020889336243271828, 0.02901669777929783, -0.03460509702563286, 0.004543934017419815, -0.030279461294412613, -0.012426132336258888, 0.029983920976519585, -0.03301992639899254, 0.0037614237517118454, -0.005511157214641571, 0.0040771146304905415, 0.02735092304646969, -0.02315962314605713, -0.02407311275601387, 0.012097007595002651, 0.03385281190276146, 0.015959182754158974, 0.01919669471681118, 0.006377628073096275, -0.0006057739374227822, 0.011304421350359917, -0.013406788930296898, -0.015824846923351288, -0.0150188272818923, 0.01182833407074213, -0.016200989484786987, -0.025483645498752594, -0.02032512240111828, 0.0008026609430089593, -0.017826462164521217, -0.015274067409336567, -0.019666872918605804, -0.028962962329387665, 0.024395519867539406, 0.016187556087970734, 0.021869992837309837, -0.0070526693016290665, 0.005568250548094511, -0.01742345280945301, 0.0751747414469719, 0.0028193886391818523, -0.000547421514056623, -0.01761152409017086, -0.009450577199459076, -0.015032261610031128, 0.03057500161230564, -0.024207448586821556, 0.007502696942538023, 0.001051183557137847, -0.011358155868947506, -0.00024831274640746415, -0.010384215973317623, 0.007912423461675644, -0.003131721168756485, 0.024704493582248688, -0.02561798319220543, 0.0031703428830951452, 0.011129784397780895, 0.017772726714611053, -0.017436886206269264, -0.000828688673209399, 0.00834901724010706, 0.017289115116000175, -0.031166082248091698, -0.00889979675412178, -0.03191836550831795, -0.021023672074079514, -0.0393068790435791, 0.012533601373434067, 1.9297762264613993e-05, 0.01919669471681118, -0.004993961658328772, -0.024341784417629242, 0.005232409108430147, -0.0016162367537617683, -0.024462688714265823, -0.011472342535853386, 0.021869992837309837, -0.024288050830364227, -0.012405981309711933, -0.0008547163452021778, -0.0017665257910266519, 0.00011995834938716143, 0.007254174444824457, 0.01016256120055914, 0.00810721144080162, 0.0029033489990979433, -0.005988052114844322, -0.02411341294646263, -0.001376110129058361, -0.008678141981363297, 0.01863248087465763, 0.02864055521786213, 0.0010201182449236512, -0.03793664649128914, -0.024798529222607613, 0.01873994991183281, -0.00020927118021063507, -0.0258866548538208, 0.014615817926824093, 0.015300934202969074, 0.0053902543149888515, -0.014132206328213215, -0.01757122203707695, -0.1696939468383789, 0.01761152409017086, 0.01836380735039711, -0.03516931086778641, 0.009423709474503994, 0.007563148625195026, -0.013124682009220123, -0.013917267322540283, 0.011391740292310715, 0.010034941136837006, 0.019210128113627434, -0.00816094595938921, -0.01829664036631584, -0.014884491451084614, 0.0009437143453396857, -0.007811671122908592, -0.00024096621200442314, 0.008207963779568672, 0.0321333073079586, 0.004204734228551388, 0.03412148728966713, 0.008926664479076862, 0.016993574798107147, -0.034443892538547516, -0.012620920315384865, -0.0033516972325742245, -0.02426118217408657, 0.02505376935005188, -0.0243686530739069, -0.021063972264528275, -0.013198567554354668, 0.03178403154015541, 0.03842025622725487, 0.013494107872247696, -0.010585720650851727, 0.00831543281674385, 0.0033433011267334223, 0.012372396886348724, -0.013373204506933689, 0.01156637817621231, 0.015771111473441124, 0.0065018897876143456, 0.008342300541698933, 0.021641619503498077, 0.02622249722480774, 0.022917818278074265, 0.010310331359505653, 0.02213866449892521, 0.025174671784043312, -0.027082251384854317, 0.015703944489359856, -0.04656105116009712, 0.005897374823689461, -0.0112439701333642, 0.018793685361742973, 0.002797558903694153, 0.006713469512760639, 0.007522847503423691, 0.005326444748789072, -0.03691568598151207, 0.031085480004549026, -0.016765203326940536, 0.031837765127420425, -0.015959182754158974, 0.007542998064309359, 0.005077922251075506, -0.01617412269115448, 0.017315981909632683, -0.024086546152830124, 0.012332096695899963, 0.011250686831772327, 0.002129234606400132, -0.01175444945693016, 0.00030897409305907786, 0.016603998839855194, -0.008389318361878395, -0.03635147213935852, 0.010296897031366825, 0.026128461584448814, 0.0006456550909206271, -0.01715477928519249, 0.022689444944262505, 0.002500339178368449, 0.004003229551017284, -0.014118772931396961, 0.013823232613503933, -0.01260076928883791, 0.006780637893825769, -0.01644279435276985, -0.000493267085403204, 0.012990345247089863, 0.0102028613910079, -0.001440759631805122, -0.016724901273846626, 0.022125231102108955, -0.02955404296517372, 0.0037278395611792803, 0.0136956125497818, 0.00908786803483963, -0.012486583553254604, 0.03148848935961723, -0.012452999129891396, 8.380292274523526e-05, 0.0056320601142942905, 0.04994633421301842, -9.545242210151628e-05, -0.02751212753355503, 0.000957147974986583, 0.01583828032016754, -0.014884491451084614, -0.043928056955337524, 0.020002713426947594, -0.0004302967863623053, -0.015999484807252884, 0.02297155186533928, 0.03105861321091652, -0.0005839442601427436, -0.016254723072052002, -0.006122388876974583, 0.013003779575228691, 0.00797287467867136, -0.014333711005747318, 0.0074691129848361015, -0.010928279720246792, 0.006108955014497042, 0.005880583077669144, -0.07608822733163834, -0.0029486874118447304, 0.004006587900221348, -0.0010234767105430365, 0.009725967422127724, -0.000186287026735954, -0.0016313496744260192, 0.027041949331760406, -0.03895760327577591, 0.010834244079887867, -0.012956761755049229, -0.009961055591702461, -0.0037076890002936125, -0.016187556087970734, 0.014320277608931065, 0.005470856558531523, -0.039280012249946594, -0.016348758712410927, 0.015569607727229595, 0.022729746997356415, -0.01790706440806389, -0.01012897677719593, -0.004587593488395214, 0.0025322441942989826, -0.00038894632598385215, -0.008590823039412498, -0.027498694136738777, -0.0005998967099003494, 0.016160687431693077, -0.021587885916233063, -0.0012988665839657187, -0.011593244969844818, 0.002653147093951702, -0.025752319023013115, -0.0035431268624961376, 0.01927729696035385, -0.006676527205854654, -0.02109084092080593, 0.0389307364821434, -0.01828320510685444, -0.00011429102596594021, -0.004725288599729538, 0.010908128693699837, -0.026383699849247932, -0.02009674906730652, -0.015032261610031128, -0.02440895326435566, 0.02459702454507351, -0.014790455810725689, -0.02365666814148426, -0.007341492921113968, -0.004839474800974131, 0.001109955832362175, -0.01621442288160324, 0.010014791041612625, 0.002747182734310627, -0.0018454485107213259, 0.010290180332958698, -0.050725486129522324, 0.005098072346299887, -0.018122002482414246, -0.011203669011592865, -0.03261691704392433, 0.008120644837617874, 0.018229471519589424, 0.020607229322195053, -0.006817580666393042, -0.024274617433547974, 0.020660962909460068, -0.0021342721302062273, -0.006082087755203247, 0.01965343952178955, -0.004859624896198511, 0.0027203154750168324, -0.01390383392572403, 0.007005651481449604, -0.0052861436270177364, 0.007207156624644995, 0.0015171635895967484, -0.019317597150802612, 0.011190235614776611, -0.008940097875893116, -0.026612073183059692, -0.009168470278382301, 0.014306844212114811, -0.0017295832512900233, 0.02780766785144806, -0.0030662319622933865, 0.008993832394480705, -0.03656641021370888, -0.004036813508719206, 0.03581412881612778, -0.006770562846213579, -0.019814642146229744, -0.030010787770152092, 0.006310460157692432, -0.010263313539326191, 0.0017010367009788752, -0.016456229612231255, 0.00853708852082491, -0.01602635160088539, -0.0031401170417666435, -0.06749068945646286, 0.00679407175630331, 0.006434721406549215, -0.001267801271751523, -0.006958633661270142, -0.0076235998421907425, 0.009987923316657543, -0.011908936314284801, -0.020499758422374725, 0.011257403530180454, -0.03272438794374466, 0.011022314429283142, -0.01247315015643835, -0.0022266285959631205, -0.008463202975690365, -0.002461717464029789, 0.027001649141311646, 0.010887978598475456, 0.031381022185087204, 0.007737786043435335, 0.005608551669865847, -0.02109084092080593, 0.015005393885076046, -0.00258429953828454, -0.026585206389427185, 0.008006459102034569, -0.03347666934132576, 0.007798237260431051, -0.007495980244129896, -0.01422624196857214, 0.0173831507563591, -0.01579798012971878, 0.0019210128812119365, 0.0062600839883089066, 0.02645086869597435, 0.00797287467867136, 0.017221946269273758, 0.0018370525212958455, 0.02357606589794159, -0.002480188850313425, -0.01403817068785429, -0.015462138690054417, 0.00880576204508543, -0.02090276964008808, -0.0025339233689010143, 0.01088126190006733, 0.010283463634550571, 0.011143217794597149, 0.0046917046420276165, -0.0020150484051555395, 0.04462660476565361, 0.02328052558004856, -0.03511557728052139, -0.006092163268476725, 0.014306844212114811, -0.04500274732708931, 0.01218432653695345, -0.0035296932328492403, -0.0010990409646183252, -0.0062600839883089066, 0.06518010050058365, -0.009887170977890491, -0.009074434638023376, -0.007495980244129896, 0.010834244079887867, 0.004177866969257593, -0.040945783257484436, -0.001366034965030849, 0.022770047187805176, -0.043847452849149704, -0.018189171329140663, -0.012627637013792992, 0.004355863202363253, -0.01122382003813982, 0.031461622565984726, 0.01385009940713644, -0.0034423742908984423, 0.012090290896594524, -0.00869157537817955, 0.012238061055541039, 0.02009674906730652, 0.0071399882435798645, -0.009020700119435787, 0.02936597168445587, 0.03503497689962387, 0.01617412269115448, -0.0028915945440530777, 0.0112439701333642, 0.0013106210390105844, 0.017638390883803368, -0.02071469835937023, 0.028210677206516266, 0.0018437693361192942, 0.0026027709245681763, -0.001168728107586503, 0.004379372112452984, 0.005363387055695057, 0.013971002772450447, 0.030360063537955284, 0.02478509582579136, 0.01594574935734272, 0.009181903675198555, 0.015851713716983795, -0.027538994327187538, -0.05169270932674408, 0.006958633661270142, -0.012049989774823189, -0.041778672486543655, 0.005396971479058266, 0.01949223503470421, 0.006112313363701105, 0.014911358244717121, -0.026007559150457382, 0.00842961948364973, -0.013091097585856915, -0.004946943838149309, 0.02150728367269039, -0.011781316250562668, -0.012486583553254604, 0.02353576570749283, 0.00903413351625204, 0.014078471809625626, 0.006166048347949982, -0.02947344072163105, 0.033234864473342896, 0.0006246650009416044, 0.007925856858491898, -0.0059175253845751286, 0.02013705112040043, -0.008013175800442696, 0.009450577199459076, 0.008684858679771423, -0.0032845288515090942, -0.032213907688856125, 0.011861918494105339, -0.01696670800447464, -0.015059128403663635, -0.0066866022534668446, -0.013440373353660107, 0.08936068415641785, 0.03895760327577591, -0.010276746936142445, -0.011116350069642067, 0.0014827398117631674, 0.004496916197240353, 0.023119322955608368, 0.0016834050184115767, -0.018538445234298706, -0.024798529222607613, 0.013017212972044945, 0.012533601373434067, -0.0043491460382938385, -0.007885555736720562, 0.0009554688003845513, 0.018887721002101898, -0.024771662428975105, 0.0020654245745390654, 0.015314367599785328, 0.003496109042316675, 0.014333711005747318, -0.015892015770077705, 0.006723545026034117, -0.03151535615324974, -0.026235930621623993, 0.005222334060817957, 0.022461073473095894, -0.008644557558000088, -0.017127912491559982, -0.0010679756524041295, 0.01707417704164982, 0.012023122049868107, -0.010948429815471172, -0.001661575399339199, 0.0013005458749830723, 0.007771370001137257, 0.0004651403578463942, -0.0002382374950684607, 0.014951659366488457, 0.007354926783591509, 0.013003779575228691, -0.0036136535927653313, -0.005114864557981491, -0.015502438880503178, -0.010814093053340912, 0.0007573223556391895, 0.022608842700719833, -0.019505668431520462, -0.0002678335295058787], \"b60f9cec-a82d-4093-9e25-d00af52f4b6b\": [-0.01749452017247677, -0.03035774454474449, 0.020653437823057175, -0.0495254211127758, -0.007957530207931995, 0.018163781613111496, -0.03544413670897484, -0.005364138167351484, -0.03282063081860542, -0.02302262745797634, 0.03287417069077492, -0.007448890712112188, -0.0029982957057654858, -0.03174981102347374, 0.0026218355633318424, 0.005374177359044552, 0.02188488095998764, -0.04599171504378319, 0.020091257989406586, -0.010447186417877674, -0.017668528482317924, 0.018056700006127357, -0.02146993950009346, -0.011196760460734367, -0.04631296172738075, -0.00013176104403100908, 0.023598194122314453, -0.020626667886972427, 0.0018739347578957677, -0.013412019237875938, 0.004765148274600506, 0.01050741970539093, -0.01614261046051979, 0.0094098299741745, -0.007890604436397552, 0.01135738380253315, 0.006163906771689653, -0.0026168162003159523, 0.022821849212050438, -0.01852518320083618, 0.007629591505974531, -0.0060702101327478886, -0.006066863890737295, 0.01099598128348589, -0.006224140524864197, 0.03132148087024689, 0.010527498088777065, -0.01086882222443819, -0.0013753343373537064, 0.02623508684337139, -0.005678691901266575, 0.009824772365391254, -0.011638473719358444, -0.010534190572798252, 0.022206127643585205, 0.014054510742425919, 0.004340166691690683, 0.02395959571003914, -0.019716471433639526, -0.003593939356505871, 0.02426745556294918, -0.004738377872854471, -0.03174981102347374, -0.016075683757662773, -0.0263823252171278, 0.005638536065816879, -0.02366511896252632, 0.009443293325603008, 0.011538084596395493, -0.011986490339040756, 0.03777317330241203, -0.01016609650105238, -0.0005295539158396423, -0.012033338658511639, 0.018337789922952652, -0.02826964482665062, -0.015352880582213402, 0.011618395335972309, 0.01201995275914669, -0.008874420076608658, -0.015593814663589, 0.0018438179977238178, -0.008747260086238384, 0.017641758546233177, 0.012468359433114529, 0.018578724935650826, 0.0054143331944942474, 0.018659036606550217, -0.0185921099036932, -0.015018248930573463, 0.008901190012693405, 0.007221341598778963, 0.002255414379760623, -0.005899548530578613, -0.013291551731526852, 0.02627524361014366, 0.0060702101327478886, 0.007783521898090839, 0.006354646757245064, -0.0034701256081461906, 0.010701506398618221, 0.039700645953416824, -0.02207227423787117, -0.015433191321790218, -0.04168166592717171, 0.0007361886673606932, 0.008439399302005768, -0.017869306728243828, -0.004062423016875982, 0.0035905928816646338, -0.022661225870251656, 0.03282063081860542, -0.0020696939900517464, -0.01987709477543831, 0.006210755556821823, -0.025231193751096725, -0.018605494871735573, -0.019207831472158432, -0.02165733277797699, -0.0092960549518466, 0.005334021523594856, 0.0011678629089146852, 0.006940251216292381, -0.0019575925543904305, 0.008914575912058353, 0.033998530358076096, -0.021777799353003502, -0.00916220247745514, 0.00125654018484056, 0.0005454488564282656, 0.021831341087818146, -0.00013866281369701028, 0.011906178668141365, 0.021175462752580643, -0.02816256321966648, 0.013987584970891476, -0.018659036606550217, 0.02536504529416561, -0.032071053981781006, -0.03469456359744072, -0.001123524270951748, 0.034560710191726685, -0.009610608220100403, 0.01519225724041462, -0.005377523601055145, 0.018163781613111496, 0.016611093655228615, -0.002538177650421858, 0.03121439926326275, 0.005504683591425419, -0.010560961440205574, 0.002220278140157461, 0.002191834384575486, -0.01275614183396101, 0.012896686792373657, 0.0010641273111104965, -0.004199621733278036, 0.01591506041586399, 0.005069662816822529, 0.011825866997241974, -0.004698222037404776, 0.013258088380098343, 0.004688183311372995, 0.009570452384650707, 0.00892126839607954, 0.028510579839348793, 0.023972980678081512, -0.005263749044388533, 0.0017333896830677986, 0.014442683197557926, 0.0036207097582519054, 0.03745192661881447, -0.025191036984324455, -0.013525793328881264, -0.0003578462637960911, 0.024521775543689728, 0.00848624762147665, 0.0015493425307795405, -0.03274031728506088, 0.0030384515412151814, -0.021148692816495895, -0.005263749044388533, 0.016637863591313362, 0.039325859397649765, -0.009014965035021305, 0.017521290108561516, 0.016651248559355736, 0.023370644077658653, -0.008118153549730778, -0.007509124465286732, 0.012562056072056293, 0.02789485827088356, 0.01776222512125969, -0.009557067416608334, -0.6484885215759277, -0.0027941707521677017, 0.007335116155445576, -0.030866382643580437, -0.009055120870471, 0.019221216440200806, 0.009878313168883324, 0.02414698898792267, -0.018565339967608452, 0.003317868569865823, -0.016678020358085632, 0.01761498674750328, -0.0021232350263744593, -0.01844487339258194, -0.026583103463053703, -0.01825747825205326, 0.01458992063999176, 0.00433682044968009, 0.01931491307914257, 0.01119006797671318, -0.01154477708041668, 0.006133790127933025, 0.010018858127295971, -0.012595518492162228, 0.03597954660654068, 0.008124846033751965, 0.023986365646123886, -0.008017763495445251, -0.020840832963585854, -0.004611218348145485, -0.033543433994054794, 0.009925161488354206, 0.04146749898791313, -0.003274366492405534, 0.04202967882156372, -0.0028008632361888885, 0.004276586696505547, -0.002449500374495983, -0.004540945403277874, 0.05236309394240379, -0.02445484884083271, -0.01313762180507183, 0.042993418872356415, 0.02627524361014366, 0.009851543232798576, 0.0013753343373537064, 0.022018734365701675, 0.0005889509338885546, -0.018351174890995026, 0.022085661068558693, -0.0073418086394667625, -0.0008010234450921416, -0.013291551731526852, -0.017133118584752083, 0.02381235733628273, -0.0160622987896204, 0.0325796939432621, -0.015285953879356384, -0.00865356344729662, -0.0002953120565507561, -0.0037311380729079247, 0.010708198882639408, -0.014389142394065857, -0.04682159796357155, 0.0054745664820075035, 0.007716595660895109, 0.027305906638503075, -0.0010407030349597335, 0.006779628340154886, 0.005738925188779831, 0.01440252736210823, 0.020666824653744698, 0.009255899116396904, -0.0144560681656003, 0.009798001497983932, 0.029581399634480476, 0.02184472605586052, -0.013043925166130066, -0.02049281634390354, -0.016584323719143867, 0.009898391552269459, 0.009389751590788364, 0.01848502829670906, -0.013090773485600948, 0.02047942951321602, -0.00172669708263129, -0.008339010179042816, -0.02441469393670559, 0.016570936888456345, 0.0029029257129877806, 0.004775187466293573, 0.01742759346961975, -0.018766118213534355, -0.032071053981781006, -0.012903379276394844, 0.005812544375658035, -0.0027858049143105745, 5.3253421356203035e-05, -0.0016129224095493555, -0.010005473159253597, -0.028671203181147575, -0.012153806164860725, 0.0027908242773264647, 0.0033730827271938324, 0.03967387601733208, 0.010821973904967308, -0.018244093284010887, 0.0024478272534906864, 0.007763443980365992, -0.024294225499033928, 0.00144560681656003, -0.02607446350157261, 0.0027858049143105745, 0.012167191132903099, 0.04403746873140335, -0.029956186190247536, 0.016811871901154518, 0.013030539266765118, -0.010273178108036518, -0.0027439759578555822, -0.016798486933112144, 0.01188610028475523, 0.0011561508290469646, -0.009195665828883648, 0.04074469581246376, 0.01408128160983324, 0.016263077035546303, -0.001629653968848288, 0.016222922131419182, 0.005645228549838066, 0.010527498088777065, -0.007214649114757776, 0.015419806353747845, -0.013304936699569225, 0.033623743802309036, 0.026449251919984818, 0.01151131372898817, -0.010266485624015331, 0.02917984127998352, -0.01376003585755825, -0.024428078904747963, -0.011685322038829327, 0.0015175525331869721, -0.01968970149755478, -0.00821854267269373, -0.02370527572929859, -0.007502431981265545, -0.010420416481792927, -0.003192381700500846, 0.011156604625284672, 0.022634455934166908, 0.016878798604011536, 0.007114259526133537, 0.02505718544125557, 0.0018906663171947002, 0.002071367111057043, -0.012930150143802166, -0.03223167732357979, -0.01908736489713192, 0.009336210787296295, -0.012776220217347145, 0.01056765392422676, -0.030036497861146927, -0.007027255371212959, -0.02267461083829403, -0.017106346786022186, 0.012086879462003708, 0.0058526997454464436, 0.003711060155183077, -0.0034299700055271387, 0.019475536420941353, -0.013144314289093018, -0.019930634647607803, 0.00999878067523241, -0.0007487373659387231, 0.015500118024647236, -0.012970305979251862, 0.003347985213622451, -0.01968970149755478, 0.0011511313496157527, 0.010982596315443516, 0.0004235176311340183, -0.0070941816084086895, -0.011993182823061943, 0.03019712120294571, 0.008840956725180149, -0.0045944866724312305, 0.03314187377691269, 0.00816500186920166, -0.00408250093460083, -0.023571422323584557, 0.0014983112923800945, -0.01693234033882618, 0.031160859391093254, -0.007174493279308081, 0.0019659583922475576, 0.003297790652140975, 0.01610245369374752, 0.004018920939415693, 0.015593814663589, 0.021496709436178207, -0.0008106441237032413, 0.021938422694802284, -0.0007658872054889798, -0.008640177547931671, -0.023236790671944618, -0.008385858498513699, -0.026676800101995468, 0.02739960327744484, 0.006096980534493923, 0.007783521898090839, -0.013974199071526527, -0.016905568540096283, -0.019221216440200806, -0.004892308264970779, -0.011484542861580849, -0.00829885434359312, 0.02418714389204979, -0.009824772365391254, -0.014027740806341171, 0.02022511139512062, -0.012709293514490128, -0.0013803538167849183, -0.00119546998757869, -0.014911167323589325, 0.012401432730257511, 0.016222922131419182, 0.01273606438189745, 0.026824038475751877, -0.039780959486961365, -0.01248843688517809, 0.0344000905752182, 0.007248112000524998, 0.006598927546292543, -0.0028109021950513124, 0.01794961839914322, 0.03236553072929382, -0.037291303277015686, 0.013934044167399406, -0.016758332028985023, 0.02321002073585987, 0.017507905140519142, 0.03699682652950287, -0.009436599910259247, -0.011330612935125828, -0.0022135854233056307, 0.036006320267915726, 0.0016572610475122929, -0.013907273299992085, -0.004112617578357458, -0.012829761020839214, 0.025632750242948532, -0.000740789866540581, 0.009717690758407116, 0.038683369755744934, -0.008305546827614307, -0.017855921760201454, 0.012080186977982521, 0.012628981843590736, 0.022701380774378777, 0.0071811857633292675, 0.03332927078008652, 0.012341199442744255, -0.003356351051479578, 0.011343997903168201, -0.00981138739734888, 0.0003013772366102785, -0.024093447253108025, 0.0009260918595828116, 0.011156604625284672, 0.004989351611584425, -0.013438789173960686, 0.003617363516241312, -0.006946944165974855, -0.024387922137975693, -0.007335116155445576, 0.012829761020839214, -0.031428564339876175, -0.008840956725180149, 0.012475051917135715, -0.024093447253108025, -0.01877950318157673, 0.0206400528550148, 0.03948648273944855, 0.017681913450360298, -0.000238215594436042, 0.01628984697163105, -0.007609513588249683, -0.0199574064463377, 0.0005830948939546943, 0.005287173204123974, 0.016838641837239265, 0.023691890761256218, -0.017775610089302063, -0.01313092838972807, 0.019073979929089546, 0.011518006213009357, -0.018043315038084984, 0.00878741592168808, -0.011618395335972309, 0.024334382265806198, -0.00865356344729662, -0.010969211347401142, -0.008934653364121914, 0.024735938757658005, 0.009530296549201012, -0.028858596459031105, -0.035203203558921814, -0.010855436325073242, -0.04915063455700874, 0.014067896641790867, -0.010192866437137127, 0.0024712514132261276, -0.0030417977832257748, -0.00837247259914875, 0.011712092906236649, -0.004139387980103493, -0.011504621244966984, 0.014603306539356709, -0.013030539266765118, 0.007890604436397552, -0.033543433994054794, -0.018377946689724922, 0.006421572994440794, 0.07179847359657288, 0.020840832963585854, -0.007054025772958994, 0.01024640817195177, -0.03284740075469017, 0.0016246344894170761, -0.02872474305331707, -0.014482839033007622, 0.015098560601472855, -0.004868884105235338, -0.016155995428562164, -0.006270988844335079, 0.006639083381742239, -0.01724020019173622, 0.012200654484331608, -0.014857625588774681, -0.007930759340524673, -0.0058091976679861546, -0.02132270112633705, -0.012193961068987846, 0.014670232310891151, -0.022500602528452873, -0.0060835955664515495, 0.011605010367929935, 0.03073253110051155, 0.015593814663589, 0.022433675825595856, 0.027466529980301857, 0.007328423671424389, -0.014563150703907013, 0.011872715316712856, 0.0031271285843104124, 0.017039421945810318, -0.008492940105497837, -0.021215619519352913, 0.051613517105579376, -0.011343997903168201, -0.001123524270951748, -0.004105925094336271, 0.004875576589256525, 0.025217808783054352, 0.019850322976708412, 0.011879407800734043, -0.020532971248030663, -0.00509308697655797, -0.011250301264226437, -0.0035972855985164642, 0.03715744987130165, -0.005477913189679384, 0.00502616073936224, 0.009610608220100403, 0.0023156479001045227, -0.04267217218875885, -0.002876155311241746, 0.005829275585711002, 0.017226815223693848, 0.01575443707406521, -0.00833231769502163, -0.013438789173960686, -0.04807981103658676, -0.01624969206750393, -0.019903864711523056, -0.009389751590788364, -0.020399119704961777, 0.0005956435343250632, -0.0002919657272286713, -0.006913480814546347, -0.031241171061992645, -0.0040122284553945065, 0.006411534268409014, 0.02992941625416279, -0.004999390337616205, -0.023986365646123886, -0.008151615969836712, 0.01670479029417038, 0.01991724967956543, 0.0280019398778677, 0.0003013772366102785, 0.0094098299741745, 0.012026646174490452, -0.012843145988881588, -0.027493299916386604, 0.0015828056493774056, -0.019823553040623665, 0.008211850188672543, -0.011859330348670483, -0.015219027176499367, -0.01122353132814169, -0.009008272551000118, 0.02505718544125557, -0.009496834129095078, 0.00622748676687479, -0.0005429391167126596, -0.000159681832883507, -0.00862010009586811, 0.010233022272586823, 0.0172000452876091, 0.01389388833194971, -0.00069226830964908, 0.0019810167141258717, -0.024160373955965042, 0.0056485747918486595, -0.011203452944755554, -0.030866382643580437, 0.004878923296928406, 0.030036497861146927, 0.006043439731001854, 0.027761004865169525, 0.005671998951584101, 0.010668043047189713, -0.003995496779680252, 0.0006483479519374669, -0.002380901016294956, -0.014201749116182327, 0.016959110274910927, -0.011765633709728718, 0.01143100205808878, -0.0024561930913478136, 0.011859330348670483, -0.024026520550251007, 0.009536989964544773, -0.0403699092566967, 0.014482839033007622, 0.005213554482907057, -0.0028878673911094666, -0.003021719865500927, -0.02781454659998417, -0.024294225499033928, -0.023678503930568695, -0.001269925502128899, -0.019207831472158432, 0.0106747355312109, -0.019408609718084335, -0.0050529311411082745, -0.04422486200928688, -0.0213494710624218, -0.009055120870471, 0.0028209411539137363, -0.01633000373840332, -0.00772998109459877, -0.022580914199352264, -0.0089413458481431, 0.006806398741900921, -0.024695783853530884, 0.02418714389204979, -0.03806764632463455, -0.015674125403165817, -0.009349595755338669, -0.004785226192325354, 0.040878549218177795, -0.017280355095863342, 0.029206613078713417, -0.004684837069362402, -0.004142734222114086, -0.015767822042107582, -0.020988069474697113, 0.004453941248357296, -0.015674125403165817, 0.03782671317458153, 0.02816256321966648, 0.006391456350684166, 0.0030585292261093855, -0.013880502432584763, 0.008513018488883972, 0.011785711161792278, -0.0037144063971936703, 0.011451080441474915, 0.03351666405797005, 0.017601601779460907, 0.017320511862635612, -0.001175392186269164, 0.024240685626864433, 0.02018495462834835, 0.010119248181581497, 0.01999756135046482, 0.012896686792373657, -0.02199196256697178, 0.017815764993429184, -0.0014129802584648132, -0.030678989365696907, -0.008077997714281082, -0.0040724617429077625, -0.03169626742601395, 0.00999878067523241, -0.014027740806341171, 0.00024218934413511306, 0.0144560681656003, 0.0017952964408323169, 0.013197855092585087, -0.013853732496500015, 0.004798611626029015, -0.02642248012125492, 0.030223891139030457, 0.0047684949822723866, 0.005347406957298517, -0.007114259526133537, -0.016905568540096283, -0.027734234929084778, 0.005210208240896463, 0.02244706265628338, 0.016731560230255127, 0.006200716365128756, 0.006639083381742239, -0.032258447259664536, -0.0035102814435958862, 0.017521290108561516, -0.03466779366135597, -0.017440978437662125, -0.004808650352060795, -0.03405207395553589, -0.002477944130077958, -0.023424185812473297, -0.010862128809094429, -0.0007930760039016604, -0.008854341693222523, 0.007154415361583233, -0.012220731936395168, 0.015607199631631374, -0.017936233431100845, -0.03771962970495224, -0.020961299538612366, -0.024213913828134537, 0.027493299916386604, 0.025110727176070213, 0.024240685626864433, 0.025083955377340317, 0.009449985809624195, 0.004192929249256849, 0.00477184122428298, -0.002342418534681201, 0.006143829319626093, 0.03241907060146332, -0.0027188786771148443, -0.007214649114757776, -0.029126301407814026, -0.02151009440422058, 0.008178386837244034, -0.009744460694491863, -0.01080858800560236, 0.02497687377035618, -0.0007876382442191243, -0.0006905951886437833, -0.020613282918930054, -0.016798486933112144, -0.024508390575647354, 0.02464224211871624, 0.0012398086255416274, 0.005146628245711327, -0.00848624762147665, -0.01753467507660389, -0.025900455191731453, 0.026409095153212547, -0.01591506041586399, 0.031080547720193863, 0.016878798604011536, 0.006448343396186829, -0.01232112105935812, -0.0005805851542390883, -0.016008757054805756, -0.004293318372219801, 0.003864990547299385, 0.015741052106022835, -0.01369980163872242, -0.005233632400631905, 0.008693719282746315, 0.03183012083172798, 0.017066191881895065, 0.009891699068248272, -0.003045144025236368, 0.02078729122877121, -0.0057054623030126095, -0.03605986014008522, 0.007716595660895109, -0.016865413635969162, 0.019529078155755997, -0.019756626337766647, -0.017400823533535004, -0.021068381145596504, -0.018056700006127357, -0.039780959486961365, 0.008519710972905159, 0.017869306728243828, -0.003881721990182996, -0.014108051545917988, -0.0012230770662426949, -0.014777314849197865, -0.00772998109459877, -0.014429298229515553, 0.021858111023902893, 0.010554268956184387, -0.005350753199309111, -0.012100264430046082, -0.010407030582427979, 0.020091257989406586, 0.018244093284010887, 0.004755109548568726, -0.0011862677056342363, 0.027386218309402466, -0.018511798232793808, 0.019181061536073685, 0.0007721615256741643, -0.0001917855115607381, -0.046393271535634995, 0.016504012048244476, 0.00684990081936121, -0.018645651638507843, 0.008553173393011093, -0.014201749116182327, -0.01230104360729456, -0.01977001130580902, 0.011330612935125828, 0.019181061536073685, 0.03268677741289139, 0.014522994868457317, 0.008312239311635494, 0.02105499617755413, 0.019381839781999588, 0.005377523601055145, -0.029072759672999382, 0.0034467014484107494, -0.03177658095955849, -0.02128254435956478, 0.026556333526968956, -0.011531392112374306, 0.002260433742776513, -0.04917740449309349, 0.01794961839914322, 0.014014354906976223, -0.014308830723166466, -0.04328789561986923, 0.0006483479519374669, 0.007542587351053953, -0.007937452755868435, 0.013800191693007946, -0.02256752923130989, -0.025191036984324455, -0.017146503552794456, 0.020733749493956566, 0.005424371920526028, 0.01408128160983324, 0.01194633450359106, 0.02165733277797699, 0.004694875795394182, 0.014148207381367683, -0.010514113120734692, -0.007883911021053791, -0.02559259533882141, -0.001785257481969893, -0.02283523418009281, -0.010634579695761204, -0.012930150143802166, 0.03065221942961216, 0.041788745671510696, -0.024013135582208633, -0.04917740449309349, -0.013719880022108555, -0.027185440063476562, -0.04553661495447159, -0.005099779926240444, 0.018471643328666687, 0.006264296360313892, 0.009068505838513374, 0.00172669708263129, 0.0011343997903168201, 0.006270988844335079, 0.024669013917446136, -0.01579459384083748, -0.012970305979251862, 0.0025866993237286806, 0.0032961175311356783, 0.0009152163984254003, 0.0026737034786492586, -0.04074469581246376, -0.0012456646654754877, -0.009255899116396904, -0.007642976939678192, -0.005099779926240444, 0.032713547348976135, -0.006207408849149942, 0.01784253679215908, -0.003011680906638503, 0.005350753199309111, -0.01288999430835247, 0.020305421203374863, 0.020814061164855957, -0.027868088334798813, 0.008613407611846924, 0.031160859391093254, -0.01094244047999382, -0.010721583850681782, -0.016611093655228615, 0.007114259526133537, -0.006210755556821823, 0.015700897201895714, 0.0006939414888620377, 0.0030250661075115204, 0.01237466186285019, -0.0016338368877768517, 0.01912751980125904, 0.02482963539659977, 0.003003315068781376, 0.003962033428251743, -0.009577145799994469, 0.0023842474911361933, -0.01389388833194971, 0.000656295451335609, 0.01871257834136486, -0.0022671264596283436, 0.005762349348515272, -0.006819784175604582, 0.02464224211871624, -0.007549280300736427, -0.0059062410145998, 0.006321183871477842, 0.007736673578619957, -0.027600383386015892, -0.011022752150893211, -0.025860300287604332, -0.009416522458195686, 0.014697003178298473, -0.026409095153212547, -0.016155995428562164, -0.024106832221150398, -0.005390909034758806, -0.021269159391522408, -0.005524761509150267, -0.008887805044651031, -0.011939642019569874, 0.011002674698829651, 0.015232413075864315, -0.000697287789080292, -0.025217808783054352, 0.026154775172472, 0.012468359433114529, -0.009322825819253922, 0.010253100655972958, 0.21180817484855652, -0.002472924767062068, 0.004530906677246094, 0.017521290108561516, -0.011103063821792603, -0.015312724746763706, 0.022286439314484596, -0.0021951808594167233, -0.0015309378504753113, 0.01300376933068037, -0.012642367742955685, 0.002002767752856016, -0.010266485624015331, 0.0009511891985312104, 0.011772326193749905, -0.02963493950664997, -0.04403746873140335, -0.029581399634480476, -0.017815764993429184, -0.01639692857861519, -0.01693234033882618, 0.019703086465597153, -0.018605494871735573, -0.007241419516503811, 0.02138962782919407, 0.01080858800560236, -0.029795562848448753, 0.021081766113638878, 0.0016204516869038343, 0.008178386837244034, -0.014415912330150604, -0.005578302312642336, 0.0010908977128565311, -0.0034600866492837667, -0.002651952439919114, -0.011410924606025219, 0.02120223455131054, -0.00716110784560442, 0.018806274980306625, 0.0032124596182256937, 0.007877218537032604, -0.022165970876812935, 0.006478460505604744, -0.014630076475441456, -0.014737159013748169, 0.022460447624325752, 0.0024377882946282625, 0.0008884458802640438, -0.005728886462748051, -0.0012289331061765552, -0.036488186568021774, -0.007622899021953344, 0.033088333904743195, 0.013686416670680046, -0.002392613096162677, -0.007301653269678354, 0.00829885434359312, 0.027051586657762527, -0.04441225528717041, 0.03836212307214737, -0.00226378021761775, 0.015433191321790218, -0.013030539266765118, 0.015620585530996323, -0.013867117464542389, 0.027493299916386604, -0.03054513782262802, -0.007187878713011742, 0.011384153738617897, -0.021081766113638878, 0.017213430255651474, -0.0032325375359505415, 0.012428203597664833, 0.018003160133957863, -0.01670479029417038, -0.018819659948349, 0.005039546173065901, 0.025030415505170822, 0.02146993950009346, 0.03828180953860283, -0.00872718170285225, -0.0026168162003159523, -0.012153806164860725, -0.005929665174335241, -0.0031070508994162083, -0.027761004865169525, 0.029019219800829887, -0.008586636744439602, 0.013331707566976547, -0.012976998463273048, 0.003414911450818181, -0.01715988852083683, -0.01875273324549198, -0.014509609900414944, -0.006642429623752832, 0.013532486744225025, 0.02279507741332054, 0.013552564196288586, -0.019288143143057823, 0.002161717740818858, -0.011571547016501427, 0.06869309395551682, 0.007890604436397552, 0.0058091976679861546, -0.015821363776922226, -0.01394742913544178, -0.016423700377345085, 0.015580429695546627, -0.01060111727565527, 0.004052383825182915, 0.0023123016580939293, -0.023143094033002853, 0.005651921033859253, -0.016878798604011536, 0.006752857938408852, 0.005645228549838066, 0.016771716997027397, -0.028242874890565872, 0.017869306728243828, -0.00736188655719161, 0.006880017928779125, -0.015861518681049347, 0.017896076664328575, 0.02105499617755413, 0.0010607809526845813, 0.007743366528302431, -0.017641758546233177, -0.024615472182631493, -0.01564735546708107, -0.022955700755119324, 0.010547575540840626, -0.0032074402552098036, 0.015433191321790218, 0.0005922972341068089, -0.003316195448860526, -0.004795265384018421, 0.020947914570569992, -0.012006567791104317, -0.01472377311438322, 0.02165733277797699, -0.02047942951321602, -0.016611093655228615, 0.004179543815553188, -0.004664759151637554, -0.004798611626029015, -0.033998530358076096, 0.021751029416918755, 0.004353552125394344, 0.0072681899182498455, 0.004343512933701277, -0.023370644077658653, -0.006357992999255657, -0.013853732496500015, 0.02366511896252632, 0.016450470313429832, -0.0008445255225524306, -0.027466529980301857, -0.01946215145289898, -0.01005232147872448, 0.0030585292261093855, -0.04320758208632469, -0.005976513493806124, 0.020077873021364212, 0.010647965595126152, 0.002352457493543625, -0.012388047762215137, -0.17122410237789154, 0.02074713446199894, 0.009001580066978931, -0.019662929698824883, 0.01964954473078251, -0.008225235156714916, -0.011183375492691994, -0.004310050047934055, 0.016985880210995674, 0.01092236302793026, 0.021255774423480034, -0.021081766113638878, -0.010801895521581173, 0.004022267181426287, 0.01197979785501957, -0.013050617650151253, -0.0032091133762151003, 0.015379650518298149, 0.02490994706749916, 0.00047894092858769, 0.04652712494134903, 0.004899000748991966, 0.006695970427244902, -0.01188610028475523, -0.0028544042725116014, -0.0036976749543100595, -0.005892855580896139, 0.007823677733540535, -0.02331710234284401, -0.016798486933112144, 0.006578849628567696, 0.0172000452876091, 0.012040031142532825, 0.011772326193749905, 0.014817469753324986, 0.004079154692590237, -0.013987584970891476, -0.007100874558091164, -0.005497990641742945, 0.008753952570259571, 0.028564119711518288, 0.01776222512125969, -0.0017283702036365867, 0.033543433994054794, 0.01362618338316679, 0.026743726804852486, 0.011605010367929935, 0.009463370777666569, -0.003210786497220397, -0.006414880510419607, 0.00759612862020731, -0.030973466113209724, 0.02449500560760498, 0.004607871640473604, 0.01110975630581379, 0.01432221569120884, 0.002581679727882147, 0.02037234790623188, 0.006645775865763426, -0.03150887414813042, 0.005665306467562914, -0.033356040716171265, 0.015500118024647236, -0.01122353132814169, -0.0027339369989931583, -0.008171694353222847, -0.00684990081936121, 0.007254804950207472, -0.013485637493431568, 0.023464340716600418, 0.01595521718263626, -0.011645166203379631, -0.007629591505974531, -0.006254257168620825, 0.009858235716819763, 0.017601601779460907, -0.021817954257130623, -0.00697371456772089, 0.017641758546233177, 0.0031221092212945223, -0.020840832963585854, 0.017735455185174942, -0.011390846222639084, 0.01400096993893385, -0.0245351605117321, 0.007328423671424389, -0.004661412909626961, 0.0004088775021955371, 0.019435381516814232, 0.0011837579077109694, 0.015259183011949062, 0.0072815753519535065, -0.006220794282853603, -0.014536379836499691, 0.025030415505170822, -0.0058794706128537655, 0.013304936699569225, 0.004822035785764456, -0.0032074402552098036, 0.0059965914115309715, 0.014991478063166142, -0.02327694743871689, -0.010694813914597034, 0.009523604065179825, 0.03771962970495224, 0.007883911021053791, -0.011009367182850838, -0.004738377872854471, 0.034185923635959625, -0.021871495991945267, -0.033811137080192566, 0.013907273299992085, -0.006545386742800474, -0.0030200467444956303, 0.008680333383381367, 0.025124112144112587, 0.01840471662580967, -0.025204423815011978, 0.00835239514708519, 0.003603978082537651, 0.018458258360624313, -0.022634455934166908, 0.02229982428252697, 0.003694328712299466, -0.0005797485937364399, -0.008606715127825737, -0.08737890422344208, -0.02279507741332054, 0.015031633898615837, 0.0016714829253032804, 0.0015535254497081041, 0.0069335587322711945, -0.014442683197557926, 0.01651739701628685, -0.014469454064965248, 0.025231193751096725, 0.00716110784560442, -0.003433316247537732, -0.01662447862327099, -0.0019659583922475576, 0.004387015011161566, -0.005257056560367346, -0.015674125403165817, -0.020760521292686462, -0.0039687263779342175, 0.024240685626864433, -0.02634216845035553, -0.0403699092566967, 0.0030484902672469616, -0.005173398647457361, -0.012274272739887238, -0.0012657425832003355, -0.032071053981781006, -0.004383668769150972, 0.021938422694802284, -0.013278166763484478, -0.003200747538357973, -0.034560710191726685, -0.0011159951100125909, -0.021630560979247093, -0.016731560230255127, 0.016115838661789894, 0.007422120310366154, -0.0038616443052887917, 0.018833044916391373, -0.0006069373921491206, 0.004032305907458067, -0.018203938379883766, 0.005263749044388533, -0.032981254160404205, -0.015045019797980785, 0.014763928949832916, -0.021898265928030014, 0.024213913828134537, -0.009028350003063679, -0.017186658456921577, -0.025298120453953743, 0.00628437427803874, -0.008077997714281082, -0.020077873021364212, 0.03263323754072189, -0.009557067416608334, -0.004617910832166672, -0.0013234664220362902, -0.05000728741288185, 0.01408128160983324, 0.011049523018300533, -0.009570452384650707, -0.01991724967956543, 0.019903864711523056, 0.021215619519352913, 0.03241907060146332, -0.015901675447821617, -0.028858596459031105, 0.018605494871735573, -0.0051834373734891415, -0.0012548670638352633, 0.020626667886972427, -0.007074103690683842, 0.007134337443858385, -0.019435381516814232, -0.010072399862110615, -0.009389751590788364, -0.02105499617755413, 0.014362371526658535, -0.019421996548771858, 0.0026051041204482317, -0.007261497434228659, 0.014295445755124092, -0.0013987584970891476, -0.005564916878938675, -0.0031254554633051157, 0.018043315038084984, 0.02146993950009346, 0.010085784830152988, -0.03292771056294441, -0.0055448394268751144, 0.021550249308347702, -0.0054444498382508755, -0.012200654484331608, -0.02290216088294983, 0.005176744889467955, -0.013706494122743607, -0.02710512839257717, 0.006786320824176073, 0.01075504720211029, -0.007120952475816011, 0.007990993559360504, -0.07228033989667892, 0.021831341087818146, -0.009202358312904835, 0.0029916029889136553, -0.000794330844655633, -0.0011854310287162662, 0.02078729122877121, -0.014161593280732632, -0.00916220247745514, 0.0070205628871917725, -0.022728152573108673, 0.02426745556294918, 0.007000484969466925, -0.012334506958723068, -0.005732232704758644, -0.02221951261162758, 0.018605494871735573, -0.007248112000524998, 0.03605986014008522, 0.023491110652685165, 0.011732170358300209, -0.019475536420941353, 0.006177292205393314, -0.0018120280001312494, -0.005581648554652929, 0.011819174513220787, -0.040155746042728424, 0.003540398320183158, -0.011805789545178413, -0.007000484969466925, 0.01487101148813963, -0.010139325633645058, -0.0027573611587285995, 0.0016681365668773651, 0.0038382201455533504, -0.01867242157459259, 0.025271348655223846, 0.017855921760201454, 0.013298244215548038, -0.01037356723099947, -0.021229004487395287, -0.010460571385920048, 0.002400978934019804, -0.022099046036601067, -0.016490627080202103, 0.00722803408280015, -0.0263823252171278, 0.012863223440945148, -0.0006341261323541403, 0.008847649209201336, 0.03209782764315605, 0.014964708127081394, -0.05386224016547203, -0.017561446875333786, -0.0011268706293776631, -0.04350205883383751, 0.013652953319251537, -0.01105621550232172, -0.004199621733278036, -0.001716658123768866, 0.05000728741288185, 0.0009436600375920534, 0.006254257168620825, -0.01659770868718624, 0.01080858800560236, 0.008526403456926346, -0.03919200599193573, -0.004758455790579319, 0.005789120215922594, -0.018685806542634964, -0.014054510742425919, -0.020305421203374863, 0.023477725684642792, -0.006532001309096813, 0.01749452017247677, -0.016731560230255127, -0.001959265675395727, 0.019863709807395935, -0.01701265014708042, 0.025458741933107376, 0.03102700598537922, 0.009536989964544773, -0.004611218348145485, 0.021777799353003502, 0.017521290108561516, -0.006020015571266413, -0.007328423671424389, -0.0075292023830115795, 0.004313396289944649, 0.018311019986867905, -0.03091992437839508, 0.03177658095955849, -0.00016041383787523955, 0.00584935350343585, -0.007448890712112188, -0.0042163534089922905, 0.00867364089936018, 0.031428564339876175, 0.011303842067718506, 0.025900455191731453, 0.028483809903264046, 0.01840471662580967, 0.015433191321790218, -0.0043903617188334465, -0.04470673203468323, 0.016504012048244476, -0.021791184321045876, -0.03174981102347374, 0.018565339967608452, 0.024013135582208633, 0.008907882496714592, -0.0009486795170232654, -0.011477850377559662, 0.007348501589149237, -0.03201751410961151, -0.00502616073936224, 0.004320088773965836, 0.006833169609308243, -0.011966411955654621, 0.04890969768166542, 0.0030133540276437998, -0.009269285015761852, -0.00043460229062475264, -0.04283279553055763, 0.024923332035541534, -0.019381839781999588, 0.003660865593701601, -0.035818926990032196, 0.014897781424224377, -0.004842113703489304, -0.004065769258886576, 0.017829151824116707, -0.000577238854020834, -0.006455036345869303, -5.2835130190942436e-05, -0.022661225870251656, -0.0195023063570261, 0.0106747355312109, 0.011444387957453728, 0.0624287985265255, 0.03624725341796875, -0.020466044545173645, 0.0007056535687297583, 0.0033111758530139923, 0.0003835710231214762, -0.006113712210208178, -0.0011268706293776631, -0.029849104583263397, -0.031723037362098694, 0.006143829319626093, 0.009891699068248272, -0.009188973344862461, -0.014094666577875614, 0.02006448805332184, 0.0014171631773933768, -0.017092961817979813, 0.004243123810738325, 0.022313209250569344, -0.004591140430420637, 0.02188488095998764, -0.0025699676480144262, 0.000453425309387967, -0.027118513360619545, -0.02872474305331707, 0.012448281049728394, 0.02331710234284401, 0.010152710601687431, -0.016222922131419182, -0.02389266900718212, 0.01500486396253109, 0.0023541306145489216, -0.02059989795088768, -0.00477184122428298, -0.01821732334792614, 0.003962033428251743, -0.00553814647719264, 0.00818507932126522, 0.01513871643692255, -0.0017099655233323574, 0.026743726804852486, 0.0339449904859066, -0.014670232310891151, -0.021563636139035225, 0.012990383431315422, 0.0017551407217979431, 0.01776222512125969, -0.003885068465024233, -0.015352880582213402], \"998a3933-4942-4166-b1c4-fee0a6238ddb\": [0.007573280017822981, -0.008296458050608635, 0.020476648584008217, -0.056193601340055466, -0.0035087522119283676, -0.005209559574723244, 0.01028519682586193, 0.003820120356976986, -0.0035757129080593586, -0.03736419230699539, 0.024628225713968277, 0.01678040623664856, -0.010693659074604511, -0.0012211997527629137, -0.000718574330676347, 0.03077523782849312, 0.018641918897628784, -0.0390516072511673, 0.025592463091015816, 0.0028676013462245464, -0.00788129959255457, -0.005905952770262957, -0.04023011773824692, 0.02110608108341694, -0.03163233771920204, -0.010573129169642925, 0.01440998911857605, -0.03302512317895889, 0.005085681565105915, -0.010137883014976978, 0.015334050171077251, -0.015240305103361607, -0.017677681520581245, 0.00015285922563634813, -0.010325373150408268, -0.016070621088147163, 0.016619699075818062, 0.014450166374444962, 0.012782839126884937, -0.005387005861848593, 1.6583289834670722e-05, 0.007131337653845549, -0.006140316370874643, -0.005882516503334045, -0.003709634765982628, 0.024735363200306892, 0.024829108268022537, -0.02470857836306095, -0.011229345574975014, 0.03757846727967262, 0.020275766029953957, 0.014557303860783577, -0.023235438391566277, -0.013927871361374855, 0.013385487720370293, 0.005376961547881365, 0.007077768910676241, 0.018641918897628784, -0.022565828636288643, 0.0034200288355350494, 0.0094883618876338, 0.017824996262788773, -0.016740228980779648, -0.01114899292588234, -0.006183840800076723, -0.01068026665598154, -0.012186886742711067, 0.005905952770262957, -0.008785272017121315, -0.014115361496806145, 0.025980835780501366, 0.002062396379187703, 0.009093292988836765, -0.010613305494189262, -0.00621397327631712, -0.011885562911629677, -0.0015551673714071512, -0.029462803155183792, -0.0021360532846301794, 0.0033698081970214844, -0.019673118367791176, -0.01195922028273344, -0.01578938402235508, 0.017222348600625992, 0.00731213204562664, 0.008048702031373978, -0.023811303079128265, 0.01978025585412979, -0.01916421391069889, -0.02016862854361534, 0.0013793949037790298, 0.012461426667869091, 0.00039527867920696735, 0.0017828344134613872, -0.019083861261606216, 0.019405273720622063, 0.002007153583690524, 0.03712313249707222, -0.005591236520558596, -0.011718160472810268, 0.008992851711809635, 0.017838388681411743, -0.0213069636374712, -0.013090859167277813, -0.02172212116420269, -0.006140316370874643, 0.0082094082608819, -0.028150370344519615, -0.012294024229049683, 0.00281570665538311, 0.006558822002261877, 0.02294081076979637, 0.01992756873369217, -0.032114457339048386, -0.007071073167026043, -0.018253546208143234, -0.015508148819208145, -0.014945676550269127, -0.02212388813495636, 0.00026930845342576504, 0.014959068968892097, 0.012039572931826115, -0.011229345574975014, -0.005725158378481865, 0.014463557861745358, 0.010231628082692623, -0.01998113840818405, -0.012227063998579979, -0.0036861984990537167, 0.008684830740094185, 0.0013668397441506386, -0.003853600937873125, 0.011818601749837399, 0.018039271235466003, -0.02509695291519165, 0.005316697061061859, -0.007754074409604073, 0.030855590477585793, -0.0005277357413433492, -0.039024822413921356, -0.004673872143030167, 0.024802323430776596, -0.020824845880270004, 0.012916761450469494, -0.01075392309576273, 0.00946827419102192, -0.014396597631275654, 0.014061792753636837, 0.021454278379678726, -0.0028073363937437534, -0.004489729646593332, -0.0005059734103269875, 0.006977327633649111, 0.01194582786411047, -0.005524275824427605, 0.019231176003813744, 0.008443771861493587, 0.03776595741510391, 0.014637656509876251, -0.005353525280952454, -0.02900747023522854, 0.0113498754799366, 0.004332371521741152, 0.0005553571390919387, 0.019699901342391968, 0.03023955039680004, -0.000412018911447376, -0.001722569577395916, -0.014784970320761204, -0.01284310407936573, -0.02314169332385063, 0.03648030757904053, -0.02801644802093506, -0.007064376957714558, 0.00938792061060667, 0.012052965350449085, 0.018213368952274323, -0.013887694105505943, -0.01834729127585888, -0.010077618062496185, 0.001571907545439899, -0.002924518194049597, 0.02190961316227913, 0.04502452164888382, 0.0019753470551222563, 0.014088577590882778, 0.025177305564284325, 0.005624717101454735, -0.003373156301677227, -0.029302097856998444, 0.018521390855312347, 0.021574808284640312, 0.011416836641728878, -0.00947496946901083, -0.6321110725402832, -0.03353402763605118, 0.0018698836211115122, -0.02705221064388752, -0.0010931369615718722, 0.014838539063930511, -0.004841274581849575, 0.006183840800076723, -0.01314442791044712, 0.014825147576630116, 0.0065286895260214806, 0.02643617056310177, -0.009515146724879742, 6.282817048486322e-05, -0.03222159296274185, -0.019592763856053352, 0.019994530826807022, 0.0072853476740419865, 0.02568620815873146, 0.0016957852058112621, -0.012334201484918594, 0.0002778877969831228, 0.01420910656452179, 0.010532952845096588, 0.0203695110976696, 0.023061340674757957, 0.014343028888106346, -0.012561867944896221, -0.0029646947514265776, 0.017115211114287376, -0.01374038029462099, 0.030453825369477272, 0.03854270279407501, -0.001846447354182601, 0.03637317195534706, -0.00018623504729475826, 0.01815980114042759, 0.01450373511761427, 0.0086781345307827, 0.026757583022117615, -0.04936358705163002, -0.020503433421254158, 0.03736419230699539, 0.02569960057735443, -0.003723026951774955, 0.012977025471627712, 0.028552135452628136, 0.0031454891432076693, 0.019994530826807022, 0.009481665678322315, -0.0029579985421150923, -0.004118096549063921, -0.0032877810299396515, -0.014811755158007145, 0.009019635617733002, -0.012735966593027115, 0.01957937330007553, -0.005356873385608196, 0.004710700362920761, 0.01176503300666809, -0.004606910981237888, 0.002253234852105379, 0.019057076424360275, -0.04397993162274361, -0.003157207276672125, 0.015950091183185577, 0.0028441650792956352, -0.007700505666434765, 0.03685528784990311, 0.029677078127861023, 0.007767466362565756, 0.030560962855815887, -0.0018447733018547297, -0.0082094082608819, 0.005594584625214338, 0.034444697201251984, 0.03615889698266983, 0.01075392309576273, -0.004975196439772844, -0.007901388220489025, -0.004971848335117102, 0.003954042214900255, -0.022833673283457756, -0.020798061043024063, -0.013901086524128914, 0.01581616885960102, -0.01362654659897089, -0.030828807502985, 0.02847178280353546, -0.0034267250448465347, 0.021213218569755554, 0.01116238534450531, -0.006039874628186226, -0.02709238789975643, -0.022472083568572998, 0.009836559183895588, -0.012320809066295624, -0.01856156624853611, -0.031498417258262634, -0.01532065775245428, -0.003783291904255748, -0.016338463872671127, 0.013485928997397423, -0.007539799436926842, 0.0347125381231308, -0.003465227549895644, -0.019124038517475128, -0.0018631875282153487, 0.007385789416730404, -0.05903274565935135, -0.0017242436297237873, 0.01244133897125721, -0.025418365374207497, 0.007332220673561096, -9.396761925017927e-06, -0.02350328303873539, 0.025820130482316017, 0.010800795629620552, -0.005986305885016918, 0.012079749256372452, 0.0011617719428613782, 0.012220367789268494, 0.013860910199582577, -0.0063679832965135574, 0.041971102356910706, 0.026114758104085922, 0.003339675720781088, -0.029864570125937462, 0.02703881822526455, 0.011731552891433239, 0.017543761059641838, -0.026315640658140182, 0.03240908309817314, -0.008155839517712593, 0.017101818695664406, 0.017034858465194702, 0.014691225253045559, -0.026181718334555626, 0.029355665668845177, -0.0264897383749485, -0.02584691345691681, -0.013378791511058807, -0.002604779787361622, -0.014543911442160606, -0.015481363981962204, -0.015856346115469933, -0.00988343171775341, -0.0063010226003825665, -0.02764146775007248, -0.0026265420019626617, 0.015508148819208145, -0.012012789025902748, -0.0012915086699649692, 0.02489606849849224, 0.00036075193202123046, 0.010030745528638363, -0.007104553282260895, -0.016258111223578453, 0.00372972316108644, -0.021668553352355957, -0.012575260363519192, 0.035837482661008835, -0.03157876804471016, -0.014664441347122192, 0.007620152551680803, -0.020998943597078323, 0.03589105233550072, 0.003957390319555998, -0.009910215623676777, -0.031096650287508965, 0.029891353100538254, 0.0023687423672527075, -0.010693659074604511, 0.0316055528819561, -0.011825297959148884, 0.03945337235927582, -0.015668854117393494, -0.01284310407936573, -0.0014112013159319758, -0.01156415045261383, -0.00021417031530290842, -0.0020690923556685448, -0.020998943597078323, 0.019405273720622063, 0.017088426277041435, 0.015735816210508347, 0.010820884257555008, 0.03696242719888687, 0.005534319672733545, 0.012314112856984138, -0.027721820399165154, 0.003582409117370844, 0.018816018477082253, -0.00054405746050179, -0.017851781100034714, 0.026329033076763153, -0.000993532594293356, -0.00345518346875906, -0.0029529763851314783, 0.012749359011650085, 0.019110646098852158, 0.005885864607989788, 0.02012845128774643, -0.01740983873605728, -0.016874151304364204, -0.019807038828730583, 0.008410291746258736, -0.03714991733431816, 0.03648030757904053, 0.015293873846530914, 0.0034853157121688128, -0.01560189388692379, -0.01008431427180767, -0.03358759731054306, -0.007506318856030703, 0.022217633202672005, -0.002112617017701268, 0.033453673124313354, 0.022391730919480324, -0.011108816601336002, 0.0030868982430547476, 0.0005674937856383622, 0.020811453461647034, -0.012916761450469494, 0.010532952845096588, -0.010707050561904907, 0.010499471798539162, 0.020610570907592773, -0.018682096153497696, -0.023597028106451035, -0.011189169250428677, -0.006070007104426622, 0.0022147323470562696, 0.014490342698991299, -0.0003536373551469296, 0.006702787708491087, 0.004108052235096693, -0.03886411711573601, 0.014985853806138039, 0.0014974134974181652, -0.007292043883353472, 0.04783688113093376, 0.031096650287508965, -0.013211389072239399, 0.0074661425314843655, 0.03281084820628166, 0.02113286592066288, 0.00606665899977088, -0.009347744286060333, 0.015896521508693695, -0.0147180100902915, 0.02569960057735443, 0.005661545787006617, 0.02209710329771042, 0.02212388813495636, -0.011028463020920753, -0.007104553282260895, 0.01599026657640934, 0.016137581318616867, 0.021789083257317543, 0.0028759713750332594, 0.012869887985289097, 0.01857495866715908, -0.013077467679977417, 0.007988437078893185, 0.006100139580667019, 0.009039724245667458, -0.015467972494661808, -0.01294354535639286, -0.000136746748466976, 0.001973673002794385, -0.007258563302457333, 0.015869736671447754, -0.00528321648016572, 0.009575411677360535, 0.004918279591947794, 0.006461728364229202, -0.02742719277739525, 0.005721810273826122, 0.018441036343574524, -0.035033952444791794, -0.007117945700883865, 0.01795891858637333, 0.040364041924476624, 0.0006302696419879794, -0.01086775679141283, 0.0071581220254302025, 0.0029646947514265776, -0.0164188165217638, 0.026596875861287117, -0.020784668624401093, 0.01818658597767353, 0.007305436301976442, -0.011724856682121754, 0.004168317187577486, 0.0021963180042803288, -0.005169382784515619, -0.03706956282258034, 0.006150360219180584, -0.02071770839393139, -0.0007093672174960375, 0.00261984602548182, -0.005798815283924341, 0.013927871361374855, 0.042962126433849335, 0.02031594328582287, -0.006481816992163658, -0.030694885179400444, 0.004329023417085409, -0.048667196184396744, -0.00020046424469910562, -0.003386548487469554, -0.019673118367791176, -0.006434943992644548, 0.00745944632217288, -0.0045031215995550156, 0.003212450072169304, 0.0057452465407550335, 0.006876886356621981, 0.0008022754918783903, 0.00048672218690626323, -0.03597140684723854, -0.025217480957508087, -0.0067195282317698, 0.09856647253036499, 0.018106231465935707, -0.022847065702080727, 0.009508450515568256, -0.03937302157282829, 0.0038636450190097094, -0.013090859167277813, -0.02505677565932274, 0.011604326777160168, -0.008664743043482304, -0.0025629291776567698, 0.0010002286871895194, 1.415072529198369e-05, -0.014784970320761204, 0.024012185633182526, -0.00641485583037138, 0.01560189388692379, -3.515448042890057e-05, -0.0013275002129375935, -0.0133252227678895, -0.017302701249718666, -0.007318828254938126, 0.01636524870991707, 0.020396295934915543, 0.024025578051805496, -0.009180341847240925, 0.04347102716565132, 0.01423589140176773, 0.0033882225397974253, 0.0006331991753540933, 0.00755988759920001, 0.01195922028273344, -0.013264957815408707, 0.004382592160254717, -0.02647634781897068, 0.041596122086048126, -0.004067875910550356, -0.008236193098127842, -0.0021176389418542385, 0.003743115346878767, 0.02194978855550289, 0.012749359011650085, 0.0037263750564306974, -0.01932492107152939, 0.010298589244484901, -0.015240305103361607, -0.0060231345705688, 0.02900747023522854, -0.010901237837970257, 0.0005984632298350334, 0.01600365899503231, -0.0067329201847314835, -0.023797910660505295, -0.004616955295205116, 0.02448091097176075, 0.01617775857448578, 0.005105770193040371, -0.01195922028273344, -0.008229496888816357, -0.037846311926841736, -0.022833673283457756, -0.026998642832040787, -0.013264957815408707, -0.004345763474702835, -0.007573280017822981, -0.003031655680388212, -0.019030293449759483, -0.013633242808282375, -0.019016901031136513, 0.014838539063930511, 0.02643617056310177, -0.007037592586129904, -0.03195374831557274, 0.0027035470120608807, 0.020088275894522667, 0.008309849537909031, 0.015334050171077251, 0.013887694105505943, 0.01264222152531147, 0.021373925730586052, -0.01361315418034792, -0.03080202266573906, 0.010954806581139565, -0.010432510636746883, 0.012595348991453648, -0.012240455485880375, -0.0073456126265227795, -0.019619548693299294, -0.01838746853172779, 0.03696242719888687, -0.021481063216924667, -0.011390051804482937, -0.004921627696603537, 0.021039120852947235, -0.00019261726993136108, 0.0014438447542488575, 0.004228582140058279, 0.022860458120703697, -0.013177908957004547, 0.0028960597701370716, -0.011604326777160168, 0.010345461778342724, 0.013157820329070091, -0.014771578833460808, 0.0164188165217638, 0.03358759731054306, 0.008644654415547848, 0.0036393259651958942, 0.005849036388099194, 0.025739775970578194, -0.006977327633649111, -0.013499321416020393, 0.02726648561656475, -0.000552009092643857, 0.016927720978856087, 0.0014731402043253183, 0.0114637091755867, -0.0154144037514925, 0.013365399092435837, 0.010097706690430641, 0.005350177176296711, -0.023463105782866478, 0.021668553352355957, 0.00042143528116866946, -0.02709238789975643, -0.010251716710627079, -0.009227214381098747, -0.02604779787361622, 0.0018799278186634183, -0.004031047224998474, 0.007747378200292587, -0.0014103642897680402, -0.013278350234031677, -0.01580277644097805, -0.052417006343603134, -0.0168071910738945, -0.010412422940135002, 0.017637506127357483, -0.042747851461172104, 0.007265259511768818, -0.014329636469483376, 0.0033664600923657417, -0.004472989123314619, -0.013151124119758606, 0.02983778528869152, -0.03634638711810112, -0.011617719195783138, -0.005872472655028105, 0.012387770228087902, 0.021092688664793968, -0.014276067726314068, 0.0028090104460716248, -0.006957239471375942, 0.01234759297221899, 0.007258563302457333, -0.011128904297947884, 0.01715538650751114, -0.003416680730879307, 0.05790780112147331, 0.00790808442980051, 0.03262335807085037, 0.0035455806646496058, -0.020182020962238312, 0.008457164280116558, 0.005705070216208696, -0.00627089012414217, -0.021092688664793968, 0.030721670016646385, 0.0028140326030552387, -0.002417289186269045, 0.001951910788193345, 0.011825297959148884, 0.03511430695652962, -0.0037263750564306974, 0.007338916417211294, 0.03776595741510391, -0.01165119931101799, 0.007700505666434765, -0.010519560426473618, -0.024172890931367874, -0.0019067121902480721, -0.009213821962475777, -0.03372151777148247, 0.034444697201251984, -0.026503130793571472, -0.008611174300312996, 0.027802173048257828, 0.0018213369185104966, -0.008276369422674179, -0.01489210780709982, 0.004784357734024525, -0.02055700123310089, 0.028712840750813484, 0.007245171349495649, 0.014985853806138039, -0.008932586759328842, -0.005604628939181566, -0.013519409112632275, -0.0004486381367314607, 0.010713746771216393, 0.02136053331196308, -0.014610872603952885, 0.02485589310526848, -0.026904897764325142, -0.041944317519664764, 0.0040276991203427315, -0.007519711274653673, -0.03495359793305397, -0.005825599655508995, -0.02055700123310089, -0.016150973737239838, -0.03733740746974945, -0.017423231154680252, -0.010840972885489464, -0.023797910660505295, 0.015307266265153885, -0.03412328287959099, 0.03340010717511177, -0.025137128308415413, -0.030694885179400444, -0.020449863746762276, -0.00810896698385477, 0.013291742652654648, 0.00850403681397438, 0.02940923534333706, 0.015012637712061405, -0.007097857538610697, 0.003696242580190301, -0.007841123268008232, -0.019807038828730583, -0.022806888446211815, 0.025029990822076797, 0.007144730072468519, -0.029436020180583, -0.03262335807085037, 0.015052814036607742, 0.016258111223578453, -0.010472687892615795, -0.011510581709444523, 0.011785121634602547, 0.0264897383749485, 0.022164063528180122, -0.025940660387277603, -0.0024708579294383526, -0.022766713052988052, 0.028927115723490715, 0.008798664435744286, 0.008959370665252209, -0.003194035729393363, -0.016244718804955482, -0.017811603844165802, 0.01838746853172779, -0.01860174350440502, 0.018882978707551956, 0.018293723464012146, -0.021789083257317543, -0.004747529048472643, -0.0029261920135468245, -0.004868058953434229, -0.01442338153719902, -0.01817319355905056, 0.007385789416730404, -0.008664743043482304, -0.0113498754799366, -0.010131186805665493, 0.032516222447156906, -0.0147180100902915, -0.01682058349251747, 0.001595343928784132, 0.021976573392748833, -0.012300720438361168, -0.03811415284872055, 0.0165795236825943, -0.015159951522946358, 0.018441036343574524, 0.0062407576479017735, 0.0035254922695457935, -0.020650746300816536, -0.008570997975766659, -0.008952674455940723, 0.02547193318605423, 0.006722876336425543, 0.0056883301585912704, -0.023623811081051826, -0.005952825769782066, -0.03173947334289551, -0.005514231510460377, -0.011979307979345322, 0.006408160086721182, 0.02115965075790882, -0.013305134139955044, -0.003080202266573906, 0.015293873846530914, 0.004620303399860859, 0.0070308963768184185, 0.00612357584759593, 0.00036723879748024046, 0.0288199782371521, -0.018293723464012146, -0.006039874628186226, 0.005524275824427605, 0.0023235438857227564, -0.04772974178195, 0.0012111555552110076, 0.019833823665976524, -0.024601440876722336, 0.026797760277986526, -0.0018497953424230218, -0.03848913684487343, -0.03725705295801163, 0.03648030757904053, 0.014570695348083973, 0.016298286616802216, -0.009541930630803108, -0.004904887173324823, 0.01195922028273344, -0.0005323393270373344, -0.011088727973401546, -0.009394616819918156, 0.0070308963768184185, -0.045935191214084625, -0.011376660317182541, 0.009401313029229641, -0.012227063998579979, 0.0201418437063694, -0.029730647802352905, 0.01422249898314476, -0.006431596353650093, -0.012340896762907505, -0.03931945189833641, -0.007573280017822981, 0.003806728171184659, -0.021440885961055756, 0.014061792753636837, -0.010506168007850647, -0.003679502522572875, -0.00920043047517538, 0.02173551358282566, -0.015454580076038837, 0.00711124949157238, 0.011999396607279778, 0.00780764315277338, 0.009562019258737564, 0.021079296246170998, 0.010224931873381138, -0.009401313029229641, -0.030293120071291924, -0.010539648123085499, -0.04207824170589447, -0.0173562690615654, -0.03401614725589752, 0.02328900806605816, 0.009809774346649647, -0.04009619727730751, -0.038971252739429474, -0.029355665668845177, -0.01759732887148857, -0.011229345574975014, -0.005587888415902853, 0.015909913927316666, 0.02745397575199604, 0.005798815283924341, -0.0009684222750365734, 0.003262670710682869, -0.005547712091356516, 0.04427455738186836, 0.001170142088085413, 0.007084465119987726, 0.01621793396770954, 0.004241974093019962, 0.017436623573303223, -0.011691376566886902, -0.023570243269205093, 0.00468726409599185, -0.0029965010471642017, 0.011135600507259369, 0.001252169138751924, 0.03706956282258034, -0.00946827419102192, -0.005008676555007696, 0.0025796694681048393, -0.00039339539944194257, -0.02156141586601734, 0.013345311395823956, 0.012314112856984138, -0.03420363739132881, 0.010606609284877777, 0.02057039365172386, 0.0060432227328419685, -0.018226761370897293, -0.0014011572347953916, 0.0014312895946204662, -0.010064225643873215, 0.0038870812859386206, -0.0074728382751345634, 0.003445139154791832, -0.005949477665126324, 0.01952580362558365, 0.020637355744838715, 0.025565678253769875, -0.0015786036383360624, 0.023663988336920738, 0.00029065224225632846, -0.0015518192667514086, -0.019592763856053352, 0.032328732311725616, 0.010332069359719753, -0.007954956963658333, 0.004533254075795412, -0.010907933115959167, 0.03573034703731537, -0.006917062681168318, -0.012602045200765133, -0.0053033046424388885, 0.01361315418034792, -0.022204240784049034, -0.02389165572822094, -0.020985551178455353, 0.011517277918756008, -0.002055700169876218, -0.040980082005262375, -0.02190961316227913, -0.018293723464012146, -0.002417289186269045, 0.011135600507259369, -0.004663827829062939, 0.001056308508850634, -0.0243202056735754, 0.02865927293896675, 0.03401614725589752, -0.007827731780707836, -0.01124943420290947, 0.00744605390354991, -0.00513590220361948, -0.008082183077931404, -0.0106534818187356, 0.2051682472229004, 0.012280632741749287, -0.004837926477193832, 0.007901388220489025, 5.5085816711653024e-05, -0.03200731799006462, 0.02407914586365223, -0.00182803301140666, -0.01195922028273344, -0.012555171735584736, -0.04226573184132576, -0.0215346310287714, 0.0020439820364117622, 0.010231628082692623, -0.001376046915538609, -0.0017744643846526742, -0.017115211114287376, -0.016284896060824394, -0.012997114099562168, -0.013566281646490097, 0.001149216783232987, 0.009160253219306469, -0.029328882694244385, -0.00010446949454490095, 0.02962351031601429, 0.021762298420071602, 0.0003481967723928392, 0.021668553352355957, 0.01620454154908657, 0.02015523612499237, -0.004717396572232246, -0.005256432108581066, -0.005139250308275223, -0.004693960305303335, -0.017503583803772926, -0.016150973737239838, 0.02090519852936268, -0.009742813184857368, 0.02626207284629345, -0.0018849498592317104, -0.006143664009869099, -0.04700656607747078, 1.948667340911925e-05, -0.01740983873605728, -0.008879018016159534, 0.00641485583037138, -0.019887393340468407, 0.006984023842960596, -0.0012647242983803153, 0.019512411206960678, -0.05212237685918808, -0.011684680357575417, 0.015481363981962204, 0.015950091183185577, -0.010291893035173416, -0.009448185563087463, -0.007680417504161596, 0.04440848156809807, -0.04542628675699234, 0.015213520266115665, -0.011677984148263931, 0.013653331436216831, -0.018521390855312347, 0.04529236629605293, -0.007733986247330904, 0.005869124550372362, -0.02667723037302494, -0.0038770372048020363, 0.025766560807824135, -0.051881320774555206, 0.02251226082444191, -0.006003046408295631, 0.007138033863157034, -0.00025194045156240463, -0.009635675698518753, -0.023396145552396774, 0.004908235277980566, 0.020262373611330986, 0.004546646494418383, 0.014276067726314068, 0.0016279873671010137, -0.03599818795919418, 0.006957239471375942, -0.006106835789978504, -0.017677681520581245, -0.02095876820385456, 0.010881149210035801, -0.011470405384898186, 0.01582956127822399, -0.013968047685921192, -0.0004971848102286458, -0.004509817808866501, -0.01833389885723591, -0.011972611770033836, -0.005852384027093649, 0.023730948567390442, 0.011015070602297783, 0.012327505275607109, -0.004369199741631746, 0.01953919604420662, -0.00013768838834948838, 0.06605024635791779, 0.0014572369400411844, -0.021802475675940514, -0.031123435124754906, 0.010392334312200546, 0.0017744643846526742, 0.011309699155390263, -0.017704466357827187, -0.004379244055598974, 0.02055700123310089, -0.003783291904255748, -0.0006051593227311969, -0.019592763856053352, 0.013753772713243961, -0.008470555767416954, 0.008437075652182102, -0.02490946091711521, 0.004988588392734528, 0.0046403915621340275, 0.0006474283873103559, -0.0012488211505115032, 0.0014112013159319758, 0.03559642285108566, 0.008015221916139126, -0.005996350198984146, -0.002326891990378499, -0.034658972173929214, -0.0011977633694186807, -0.01582956127822399, 0.006140316370874643, -0.01873566396534443, -0.0055510601960122585, 0.010412422940135002, -0.01450373511761427, -0.0070308963768184185, 0.01860174350440502, 0.0073456126265227795, 0.005453966557979584, -0.01145031675696373, -0.012253847904503345, -0.019887393340468407, -0.014436773955821991, -0.006742964498698711, -0.005417138338088989, 0.006059963256120682, 0.01490550022572279, -0.0030149153899401426, 0.019043685868382454, -0.014302851632237434, -0.01046599168330431, -0.001011946820653975, -0.013479232788085938, -0.010727139189839363, 0.029516372829675674, -0.0025344707537442446, -0.01035215798765421, -0.032275162637233734, 0.010111098177731037, 0.0071581220254302025, -0.04917609691619873, 0.012695790268480778, 0.03281084820628166, 0.016258111223578453, -0.0017158734844997525, -0.0035254922695457935, -0.16992002725601196, 0.015253697521984577, 0.013231477700173855, -0.01718217134475708, 0.03364116698503494, 0.001910060178488493, -0.01520012877881527, 0.0154144037514925, 0.002115965122357011, 0.01581616885960102, 0.013010506518185139, -0.01857495866715908, 0.001384416944347322, -0.015240305103361607, -0.0168071910738945, 0.0203695110976696, -0.013780556619167328, 0.01540101133286953, 0.030293120071291924, 0.0037632035091519356, 0.033078692853450775, 0.009535234421491623, 0.013968047685921192, -0.01302389893680811, 0.00542718218639493, -0.005199515260756016, -0.023422928526997566, 0.012735966593027115, -0.008423683233559132, -0.030534178018569946, -0.02172212116420269, 0.020182020962238312, 0.008932586759328842, 0.01974007859826088, 0.008510733023285866, -0.019231176003813744, 0.00711124949157238, -0.006498557049781084, -0.027962880209088326, 0.029757432639598846, 0.0027035470120608807, -0.0007867907988838851, -0.0013308482011780143, 0.006280933972448111, -0.003994218539446592, 0.016927720978856087, 0.024614833295345306, 0.023797910660505295, -0.002179577946662903, -0.026355817914009094, 0.008262977004051208, -0.04813150689005852, 0.03666779771447182, 0.011088727973401546, -0.008001829497516155, 0.021882828325033188, -0.01133648306131363, 0.03575713187456131, 0.011028463020920753, -0.012494907714426517, -0.0013777208514511585, -0.03390900790691376, 0.018923155963420868, -0.021199826151132584, -0.0009366158628836274, -0.030266335234045982, -0.009066508151590824, -0.015173343941569328, -0.010245020501315594, 0.016860758885741234, 0.014543911442160606, -0.025150520727038383, -0.004496425855904818, -0.019807038828730583, 0.020878413692116737, -0.007667025085538626, -0.025565678253769875, -0.010700354352593422, 0.0006917899590916932, 0.011135600507259369, -0.014316244050860405, 0.01695450395345688, -0.00928747933357954, 0.011202561669051647, -0.037417761981487274, 0.013378791511058807, 0.012488211505115032, 0.002285041380673647, -0.006003046408295631, -0.010526256635785103, 0.0021276832558214664, -0.011510581709444523, -0.008222800679504871, 0.0012044594623148441, 0.007800946943461895, -0.010077618062496185, 0.029302097856998444, -0.01795891858637333, -0.005433878395706415, -0.0005674937856383622, 0.005547712091356516, 0.0014254305278882384, 0.007780858781188726, 0.04234608635306358, 0.006136968266218901, 0.0030634619761258364, -0.017128603532910347, 0.00024001304700504988, 0.038007017225027084, -0.032891202718019485, -0.006883582565933466, 0.02545854076743126, 0.02608797326683998, -0.006689395755529404, -0.007727290038019419, 0.01876244880259037, -0.007613456342369318, -0.01017136313021183, 0.017128603532910347, 0.011611022986471653, 0.013901086524128914, 0.01558850146830082, 0.03661423176527023, -0.01127621904015541, -0.01045259926468134, -0.024588048458099365, -0.0864599347114563, -0.008952674455940723, 0.002802314469590783, 0.0027755300980061293, 0.023369360715150833, 0.02903425320982933, -0.01304398663341999, 0.04438169673085213, -0.0048781028017401695, 0.011457012966275215, -0.001437148661352694, -0.013479232788085938, -0.024748755618929863, 0.00114670570474118, 0.016726836562156677, -0.018708880990743637, -0.018052663654088974, -0.01795891858637333, -0.0064784688875079155, 0.010157971642911434, -0.018816018477082253, -0.02766825072467327, -0.010740531608462334, 0.0031320969574153423, -0.013519409112632275, -0.015293873846530914, -0.02569960057735443, -0.00888571422547102, 0.013278350234031677, -0.0053635695949196815, -0.025605855509638786, -0.006984023842960596, -0.004201797768473625, -0.016472386196255684, -0.017329486086964607, 0.006950543262064457, -0.004365851636976004, 0.004375895950943232, 0.01856156624853611, -0.0215346310287714, 0.019057076424360275, 0.004519862122833729, 0.020610570907592773, -0.008758488111197948, 0.01094811037182808, 0.006495208945125341, -0.010017353110015392, 0.03299834206700325, 0.005497491452842951, -0.01838746853172779, -0.031123435124754906, 0.00849064439535141, 0.00338152633048594, -0.013619850389659405, 0.034658972173929214, -0.0034853157121688128, -0.005561104044318199, -0.013010506518185139, -0.047515466809272766, 0.006481816992163658, -0.016110796481370926, 0.00020695108105428517, -0.009548626840114594, 0.010318677872419357, 0.013606458902359009, 0.0168071910738945, -0.014383205212652683, -0.019271351397037506, 0.012401161715388298, -0.023998793214559555, -0.004168317187577486, 0.021414101123809814, -0.015347442589700222, 0.012903369031846523, -0.025043383240699768, -0.02452108822762966, -0.019606156274676323, -0.02253904566168785, -0.0063713314011693, -0.019472235813736916, 0.010097706690430641, -0.006063311360776424, 0.011584239080548286, -0.006615738850086927, 0.0015526562929153442, -0.011724856682121754, 0.002800640417262912, 0.011785121634602547, 0.006183840800076723, -0.02745397575199604, 0.012213671579957008, 0.010091010481119156, 0.004057831596583128, 0.004941715858876705, -0.014744793996214867, -0.002914473880082369, -0.03165912255644798, -0.013700203970074654, 0.008169231936335564, 0.00542718218639493, -0.015534932725131512, -0.020503433421254158, -0.07360344380140305, 0.022753320634365082, 0.005413790233433247, 0.003907169681042433, -0.004546646494418383, -0.009495058096945286, 0.006003046408295631, -0.01600365899503231, 0.005842340178787708, -0.008343330584466457, -0.013968047685921192, 0.04904217645525932, -0.015360835008323193, -0.01795891858637333, -0.03806058689951897, 0.0007018340984359384, 0.0071581220254302025, -0.017463406547904015, 0.017865173518657684, 0.020623963326215744, 0.012253847904503345, 0.002802314469590783, 0.01096819806843996, -0.014302851632237434, 0.0033580900635570288, 0.02117304317653179, -0.01224715169519186, 0.022364946082234383, -0.016244718804955482, -0.016860758885741234, 0.020865021273493767, -0.002494294196367264, -0.001323315198533237, 0.02094537578523159, -0.005279868375509977, 0.0014630960067734122, -0.0006717016804032028, 0.021092688664793968, 0.03830164670944214, -0.033292967826128006, -0.012769446708261967, -0.0407390221953392, 0.007231778930872679, -0.02312830090522766, -0.007975045591592789, 0.00907320436090231, -0.03342689201235771, 0.031873397529125214, 0.013197996653616428, 0.01854817382991314, 0.025753168389201164, 0.011631111614406109, -0.03728383779525757, 0.0005026253638789058, 0.0021963180042803288, -0.030828807502985, 0.02310151606798172, -0.02192300371825695, -0.009937000460922718, -0.009843255393207073, 0.05196167156100273, 0.015521541237831116, 0.027159348130226135, -0.007847819477319717, 0.032516222447156906, -0.011577542871236801, -0.03964086249470711, 0.007084465119987726, 0.007546495646238327, -0.031498417258262634, -0.0031421410385519266, -0.0012697464553639293, -0.0006943010375835001, -0.006277585867792368, -0.003230864182114601, -0.004519862122833729, 0.010861060582101345, 0.00036995907430537045, -0.00920043047517538, 0.03061453253030777, 0.016941111534833908, -0.007747378200292587, 0.01580277644097805, 0.02489606849849224, 0.031310927122831345, 0.028391430154442787, -0.01702146604657173, -0.0009533560951240361, -0.0006541244802065194, 0.012106534093618393, -0.010459295473992825, 0.022217633202672005, 0.006930455099791288, -0.005263128317892551, 0.004951759707182646, 0.021869435906410217, 0.00032768998062238097, 0.0035623209550976753, 0.009213821962475777, 0.014276067726314068, 0.015896521508693695, 0.013472536578774452, 0.016847366467118263, -0.012119926512241364, -0.034685757011175156, 0.014182322658598423, -0.012079749256372452, -0.035462502390146255, -0.009153557941317558, 0.026610268279910088, 0.022565828636288643, -0.02255243808031082, -0.00947496946901083, 0.003984174691140652, -0.015508148819208145, 0.004262062255293131, 0.0038368606474250555, -0.0154144037514925, 0.00012565634096972644, 0.03299834206700325, 0.010660178028047085, 0.004774313420057297, 0.006669307593256235, -0.030185982584953308, 0.029114607721567154, -0.026784367859363556, -0.002792270388454199, -0.009709333069622517, 0.02136053331196308, -0.024012185633182526, 0.011410140432417393, 0.023222045972943306, 0.005246387794613838, 0.01184538658708334, -0.023972008377313614, -0.0014823473757132888, -0.020463256165385246, -0.00202389364130795, -0.0018179889302700758, 0.06219330057501793, 0.017503583803772926, -0.016499171033501625, 0.015374226495623589, -0.00681996950879693, -0.0017409839201718569, 0.02012845128774643, -0.0133252227678895, -0.015856346115469933, -0.006190537009388208, 0.02962351031601429, 0.01794552616775036, 0.008919194340705872, -0.025351403281092644, 0.004754225257784128, 0.0022816932760179043, -0.022632790729403496, 0.005581192672252655, 0.03953372687101364, -0.004965152125805616, 0.00744605390354991, -0.009307567961513996, 0.0033078694250434637, -0.015267089009284973, -0.01915082335472107, -0.009053115732967854, 0.019472235813736916, -0.01597687415778637, -0.015441187657415867, -0.012381074018776417, 0.009863343089818954, 0.01718217134475708, 0.0018430992495268583, -0.0007348960498347878, -0.008122359402477741, 0.004074571654200554, -0.005420486442744732, 0.014878716319799423, 0.014450166374444962, 0.002062396379187703, -0.009126773104071617, 0.001556004281155765, -0.00799513328820467, -0.017262523993849754, -0.00023017814964987338, 0.010251716710627079, 0.005437226500362158, -0.02450769580900669, -0.017463406547904015], \"8521a996-618e-4d7a-a83a-62b87d93c5bb\": [0.016995297744870186, -1.5396045682791737e-06, 0.021445170044898987, -0.0543903112411499, -0.00017099590331781656, -0.002394152106717229, -0.025171268731355667, -0.0005943495198152959, -0.0045436955988407135, -0.021592605859041214, -0.01573539339005947, 0.003000648459419608, -0.014783764258027077, -0.022209154441952705, 0.015507538802921772, 0.0069361720234155655, 0.025278493762016296, -0.02219575084745884, 0.022450411692261696, -0.005934280809015036, -0.0029420091304928064, 0.018268603831529617, -0.022142138332128525, 0.017866507172584534, -0.026766251772642136, -0.0025952006690204144, 0.015990054234862328, -0.032462626695632935, 0.006125276442617178, -0.025600170716643333, 0.02986239828169346, -0.01798713579773903, -0.009053882211446762, -0.011526779271662235, -0.02094925008714199, -0.00978435855358839, 0.001876452355645597, -0.01604366861283779, 0.012317568995058537, 0.0022953033912926912, 0.02261125110089779, 0.0186707004904747, -0.005833756178617477, -0.0020624222233891487, -0.001749121700413525, 0.012565528973937035, -0.0026169808115810156, -0.029219044372439384, -0.0004448197432793677, 0.013530561700463295, 0.011868561618030071, 0.007257849909365177, -0.011205101385712624, -0.017933523282408714, 0.022235959768295288, 0.001168594229966402, -0.01994400843977928, 0.0405849851667881, -0.017678862437605858, 0.014971408993005753, 0.015132248401641846, -0.009998810477554798, -0.01245830301195383, -0.02202150970697403, -0.0046308161690831184, -0.012015996500849724, -0.006751877721399069, 0.013530561700463295, 0.009147705510258675, -0.026618817821145058, 0.03669804707169533, 0.005170296411961317, 0.011593795381486416, -0.006731772795319557, 0.0029822189826518297, -0.018550071865320206, -0.003555207047611475, -0.0022802248131483793, 0.006336377467960119, 0.014127005822956562, -0.010240068659186363, -0.018898556008934975, -0.0038165701553225517, 0.015681780874729156, 0.027288978919386864, 0.0103539964184165, 0.016164297237992287, 0.013691401109099388, -0.023830944672226906, -0.021458573639392853, 0.011379343457520008, 0.037984758615493774, 0.005662865005433559, -0.005156893283128738, -0.021525589749217033, 0.0382528230547905, -0.003282116260379553, 0.033347237855196, -0.008893043734133244, -0.011955682188272476, 0.02236999198794365, 0.032221369445323944, -0.025358913466334343, -0.006922768894582987, -0.014328054152429104, -0.015587957575917244, -0.004074582364410162, -0.043372854590415955, -0.012371182441711426, -0.007800680585205555, -0.012103118002414703, 0.02440728433430195, 0.00282975728623569, -0.03597427159547806, -0.007257849909365177, -0.006644651759415865, -0.015628168359398842, -0.004372803959995508, -0.014743554405868053, -0.01967594400048256, 0.0019367669010534883, -0.006322974339127541, -9.052416862687096e-05, -0.014542506076395512, 0.019032588228583336, 0.0005235637072473764, -0.00029905958217568696, -0.024702155962586403, 0.005461816675961018, -0.013899150304496288, 0.000462411466287449, 0.002603577682748437, 0.0038031667936593294, 0.024460896849632263, -0.0072913579642772675, 0.0148239741101861, 0.012833593413233757, 0.012532020919024944, -0.020319297909736633, -0.0317656584084034, 0.00621239747852087, 0.02771788276731968, -0.024099009111523628, 0.00798832532018423, -0.013537263497710228, -0.0030090254731476307, 0.006001296918839216, 0.012036101892590523, 0.027932334691286087, 0.02405880019068718, -0.01757163554430008, 0.0076264385133981705, -0.020828621461987495, -0.014019779860973358, 0.0066480026580393314, -0.000951629423070699, 0.016727233305573463, 0.038091983646154404, 0.027208559215068817, -0.011238609440624714, -0.026189913973212242, 0.020305894315242767, 0.0035418039187788963, -0.00797492265701294, 0.018804732710123062, 0.03058617375791073, -0.002064097672700882, 0.004443170968443155, -0.004101388622075319, -0.00938896369189024, -0.0011702696792781353, 0.017236554995179176, -0.02443408966064453, -0.014904392883181572, 0.0020456681959331036, 0.006688212510198355, 0.013182077556848526, 0.006101821083575487, -0.01548073161393404, -0.007907906547188759, -0.017316974699497223, 0.00036398149677552283, 0.005790195893496275, 0.051414795219898224, 0.00774036580696702, 0.020627573132514954, 0.025425929576158524, -0.004205263685435057, -0.009194616228342056, -0.02609609067440033, -0.00514349015429616, 0.020935846492648125, 0.008946657180786133, -0.01440847385674715, -0.6343481540679932, -0.03372253105044365, 0.02954072132706642, -0.01994400843977928, 0.000188482939847745, 0.03189969062805176, 0.004138247575610876, -0.009878180921077728, -0.0012439873535186052, 0.019273847341537476, -0.0006307895528152585, 0.03476798161864281, -0.019407879561185837, 0.003329027444124222, -0.014944602735340595, -0.00788780115544796, 0.009556503966450691, -0.001654461375437677, 0.00840382557362318, 0.005016159266233444, 0.004175106529146433, -0.0020825271494686604, 0.005240663420408964, 0.0231607835739851, 0.012766577303409576, 0.01328930351883173, 0.018040748313069344, -0.013483650982379913, 0.008839431218802929, 0.00797492265701294, -0.014515699818730354, 0.021351346746087074, 0.02609609067440033, 0.02202150970697403, 0.04498124495148659, -0.009462681598961353, -0.0006182240322232246, 0.007968220859766006, 0.01194227859377861, 0.023737123236060143, -0.053586117923259735, -0.012826892547309399, 0.040263306349515915, 0.01946149207651615, 0.005120034329593182, -0.017692266032099724, 0.016137490049004555, -0.011211803182959557, -0.004996054340153933, 0.0038199208211153746, 0.0038266226183623075, 0.013081553392112255, 0.0057868449948728085, -0.02574760653078556, -0.0011149812489748001, -0.011298923753201962, 0.01777268387377262, -0.012404690496623516, 0.005237312521785498, 0.004711235873401165, 0.0009030426735989749, 0.0027912228833884, 0.0005968626355752349, -0.030452141538262367, -0.007659946568310261, 0.0030827431473881006, 0.007599632255733013, 0.00212273676879704, 0.018550071865320206, 0.007760470733046532, 0.0006345591973513365, 0.01663341000676155, -0.004399610683321953, -0.007164027076214552, -0.006550829391926527, 0.03289153054356575, 0.009522995911538601, -0.012934118509292603, -0.005977841094136238, -0.024072203785181046, 0.00993849616497755, 0.009657028131186962, 0.010226665064692497, 0.0007677538087591529, 0.0022148839198052883, 0.01653958670794964, -0.009864778257906437, -0.017102522775530815, 0.015386909246444702, 0.012947521172463894, 0.021860670298337936, 0.02094925008714199, -0.0021847267635166645, -0.025586768984794617, -0.01073598861694336, -0.005488623399287462, -0.01636534556746483, -0.0013403231278061867, -0.015681780874729156, -0.010970545001327991, -0.015239473432302475, -0.007184132002294064, -0.006292817182838917, -0.0008037750376388431, 0.05881337821483612, 0.016311733052134514, -0.020346105098724365, -0.005284223705530167, 0.020828621461987495, -0.03144397959113121, 0.004614062141627073, -0.0008008430595509708, -0.03141717240214348, -0.00439290888607502, 0.005264119245111942, -0.019970813766121864, 0.009891584515571594, 0.028039559721946716, -0.008182672783732414, -0.010494730435311794, -0.00849094707518816, -0.0022701723501086235, -0.0003736150683835149, 0.008926551789045334, 0.009898286312818527, 0.02657860703766346, 0.03645678982138634, -0.010829810984432697, 0.011540181934833527, 0.009308543987572193, 0.017263362184166908, -0.013637787662446499, 0.019381072372198105, -0.013912553898990154, 0.029433496296405792, 0.03543814271688461, 0.0047547961585223675, -0.009174511767923832, 0.013269199058413506, -0.013309408910572529, -0.032596658915281296, -0.0284416563808918, -0.0028783439192920923, 0.005381397437304258, -0.0011208452051505446, -0.01888515241444111, -0.006393341347575188, 0.004051126539707184, -0.01670042611658573, 0.025171268731355667, -0.009824568405747414, 0.002054045209661126, -0.0005725692608393729, 0.021217314526438713, -0.001486083259806037, 0.002022212604060769, -0.010816407389938831, -0.026779655367136, 0.00044649513438344, -0.002715829759836197, -0.02381754107773304, 0.015293086878955364, -0.03458033502101898, -0.019582120701670647, -0.004155001603066921, -0.01718294247984886, 0.02833443135023117, 0.02660541422665119, -0.011506673879921436, -0.01604366861283779, 0.017786087468266487, 0.009013673290610313, 0.0020456681959331036, 0.002762740943580866, -0.0019853536505252123, -0.00450348574668169, -0.010467923246324062, 0.014797166921198368, -0.012686158530414104, -0.00490893330425024, -0.0032737392466515303, -0.00543501041829586, -0.018442846834659576, 0.007867696695029736, 0.020305894315242767, 0.03578662872314453, -0.002181375864893198, 0.05026211589574814, -0.014529102481901646, -0.0008888017619028687, -0.007981624454259872, 0.024219639599323273, -0.0119958920404315, 0.033534884452819824, 0.015346699394285679, 0.0279859472066164, 0.02346905693411827, 0.01895216852426529, 0.01026687491685152, 0.012491811066865921, -0.002005458576604724, -0.0022751984652131796, 0.02222255803644657, -0.00897346343845129, -0.011734528467059135, -0.015654973685741425, 0.01074939128011465, -0.029004592448472977, 0.027034318074584007, 0.007673349697142839, -0.008631681092083454, 0.006909365765750408, 0.0019116358598694205, -0.028870560228824615, -0.010052422992885113, 0.017491215839982033, -0.00521050626412034, 0.02986239828169346, 0.021619411185383797, 0.006658054888248444, 0.018965572118759155, -0.03466075658798218, 0.03683207929134369, -0.013497053645551205, 0.0028398095164448023, 0.006386639550328255, 0.03468756377696991, 0.005994595121592283, 0.0011677565053105354, -0.03444630280137062, 0.002437712624669075, 0.0019970813300460577, 0.01554774772375822, 0.0142208281904459, -0.005579094868153334, 0.011868561618030071, 0.005307679530233145, -0.024447493255138397, 0.022061718627810478, -0.0016804301412776113, -0.015333296731114388, 0.026417769491672516, 0.04943111538887024, -0.01625811867415905, 0.0035317514557391405, 0.013711505569517612, 0.020520346239209175, -0.005699723958969116, -0.014850780367851257, 0.014783764258027077, -0.026873478665947914, 0.022973138839006424, -0.006875857710838318, 0.01974296011030674, 0.021512186154723167, 0.004999405238777399, -0.0022852509282529354, -0.0024678700137883425, 0.011084471829235554, 0.017893314361572266, 0.019957412034273148, -0.0034345779567956924, 0.02750343084335327, -0.023871155455708504, 0.008155866526067257, 0.015628168359398842, 0.007217640057206154, -0.024326864629983902, 0.0007325703627429903, -0.017719071358442307, 0.011144787073135376, -0.020037829875946045, 0.016968490555882454, -0.004205263685435057, 0.0024293356109410524, -0.0062056961469352245, -0.003920445218682289, -0.04007565975189209, 0.01080300472676754, 0.012552126310765743, -0.0389229841530323, -0.024206236004829407, 0.013349617831408978, 0.02988920547068119, 0.008866237476468086, -0.00804193876683712, 0.0020758253522217274, -0.014059989713132381, -0.02164621837437153, 0.01853666827082634, -0.011258713901042938, 0.016418958082795143, 0.01674063503742218, -0.0024946765042841434, -0.003990812227129936, 0.006011349149048328, 0.01577560231089592, -0.020962653681635857, -0.019769765436649323, -0.005666215904057026, 0.0047011831775307655, -0.0019736257381737232, -0.011674214154481888, 0.017518023028969765, 0.037019725888967514, 0.012056206353008747, 0.004104739520698786, -0.01994400843977928, 0.0148239741101861, -0.033883366733789444, 0.018308814615011215, 0.01511884480714798, 0.010159648954868317, -0.00010911068238783628, -0.014354860410094261, -0.002598551334813237, -0.0025952006690204144, -0.010280278511345387, -0.009918390773236752, 0.006085067056119442, -0.0017725772922858596, -0.028468463569879532, -0.0276106558740139, 0.003298870287835598, 0.08663848787546158, 0.010762794874608517, -0.0036289249546825886, 0.009951898828148842, -0.05138798803091049, -0.005709776654839516, -0.02125752530992031, -0.013302707113325596, 0.016338538378477097, 0.004637517966330051, -0.0050563691183924675, 0.023013347759842873, -0.0021797004155814648, -0.018389232456684113, 0.024380477145314217, 0.001817813259549439, 0.02046673372387886, -0.006845700554549694, -0.01735718362033367, -0.02416602522134781, 0.007720261346548796, 0.003984110429883003, 0.0020875532645732164, 0.03324001282453537, 0.031846076250076294, -0.014971408993005753, 0.05090547353029251, 0.017732474952936172, 0.00353845302015543, -0.005579094868153334, -0.012217044830322266, 0.0031246282160282135, 0.0002818866923917085, -0.00490893330425024, -0.02868291549384594, 0.050235308706760406, 0.025935253128409386, -0.0007966545526869595, 0.018040748313069344, 0.002362319501116872, 0.022034911438822746, 0.017437603324651718, 0.005079824477434158, -0.02440728433430195, 0.012746472842991352, -0.02133794315159321, -0.0186707004904747, 0.03964675962924957, 0.009858076460659504, -0.008470841683447361, 0.011573689989745617, 0.0003455520491115749, -0.024072203785181046, -0.018523264676332474, 0.016472570598125458, 0.00495249405503273, 0.01042101252824068, -0.007700156420469284, -0.019662540405988693, -0.03275749832391739, -0.012089714407920837, -0.049136243760585785, -0.007204236928373575, -0.0059577361680567265, -0.018282007426023483, -0.009067285805940628, -0.019836781546473503, -0.002983894431963563, -0.015400312840938568, 0.013007835485041142, 0.01825520023703575, -0.020439928397536278, -0.021002862602472305, -0.017933523282408714, 0.008685293607413769, 0.008169269189238548, 0.043024372309446335, -0.010950439609587193, 0.021579202264547348, 0.025908445939421654, -0.014314650557935238, -0.040987081825733185, 0.004128195345401764, -0.006098470184952021, 0.022410202771425247, 0.01385894138365984, -0.018067555502057076, -0.0018429443007335067, -0.032811108976602554, 0.027583850547671318, -0.014730150811374187, 0.0040176184847950935, 0.0006144543876871467, 0.012183536775410175, -0.0028783439192920923, 0.0068121920339763165, 0.022584443911910057, 0.026457978412508965, 0.006838998757302761, -0.015212667174637318, -0.01094373781234026, 0.0187109112739563, -0.0028632653411477804, -0.02986239828169346, 0.007700156420469284, 0.025412525981664658, -0.005736582912504673, 0.013483650982379913, -0.011432955972850323, -0.0024142570327967405, -0.0037395015824586153, 0.004476679023355246, 0.013161973096430302, -0.006785385776311159, 0.016472570598125458, 0.006279413588345051, 0.016821054741740227, 0.008330108597874641, 0.023857751861214638, -0.010662270709872246, 0.01016635075211525, -0.008839431218802929, 0.02537231706082821, 0.007304761093109846, -0.01733037829399109, 0.010849915444850922, -0.025720801204442978, -0.025841429829597473, 0.004141598474234343, -0.007177430205047131, 0.008792519569396973, 0.0047011831775307655, -0.018040748313069344, -0.01770566776394844, -0.05315721407532692, -0.025224881246685982, -0.00993849616497755, 0.02236999198794365, -0.024206236004829407, -0.019702749326825142, -0.02084202505648136, 0.0024846240412443876, -0.0008913148776628077, -0.020064637064933777, 0.03656401485204697, -0.036322757601737976, -0.004205263685435057, 0.013530561700463295, 0.005207155365496874, 0.026069285348057747, -0.020131653174757957, 0.014448682777583599, -0.0010119439102709293, -0.003608820028603077, -0.00040481946780346334, 0.004969248082488775, 0.0030140515882521868, -0.00792130921036005, 0.06648002564907074, 0.017410797998309135, 0.013128465041518211, -0.023281412199139595, -0.005833756178617477, 0.013711505569517612, 0.024661945179104805, -0.007003188133239746, -0.005297627300024033, 0.03565259650349617, -0.0075326161459088326, -0.006875857710838318, 0.01087002083659172, 0.02743641473352909, 0.031524401158094406, -0.006071663927286863, 0.01739739440381527, 0.035223692655563354, -0.0024678700137883425, 0.008759011514484882, -0.008115656673908234, -0.026203317567706108, -0.0038098683580756187, -0.015467328950762749, -0.024621736258268356, 0.023308219388127327, -0.03082743100821972, 0.003357509383931756, 0.02484958991408348, -0.01025347225368023, 0.0021780249662697315, -0.009603414684534073, 0.0033809649758040905, -0.021083282306790352, 0.020145056769251823, 0.016834458336234093, 0.027154946699738503, 0.0009591687121428549, -0.018067555502057076, -0.00794141460210085, 0.01463632844388485, 0.004898881074041128, 0.004198562353849411, -0.012498512864112854, 0.0050027561374008656, -0.015721989795565605, -0.03511646389961243, 0.007438793312758207, -0.003953953273594379, -0.025479542091488838, -0.015239473432302475, -0.01087002083659172, -0.019099604338407516, -0.02785191498696804, -0.003769658738747239, -0.027932334691286087, -0.017719071358442307, 0.00755942240357399, -0.017826298251748085, 0.03503604605793953, -0.027932334691286087, -0.028870560228824615, -0.010762794874608517, -0.020493540912866592, 0.007780575659126043, 0.01922023296356201, 0.03693930432200432, 0.03935188800096512, 0.009000269696116447, 0.022423606365919113, -0.003347456920892, -0.002464519115164876, 0.015574554912745953, 0.02112349309027195, 0.025868237018585205, -0.020909041166305542, -0.00580694992095232, -0.0022115332540124655, 0.020667782053351402, -0.00849094707518816, -0.015239473432302475, 0.016298329457640648, 0.0256135743111372, 0.010360697284340858, 0.008363616652786732, 0.007907906547188759, -0.020962653681635857, 0.03179246559739113, -0.0020121601410210133, 0.021525589749217033, -0.00797492265701294, -0.003354158718138933, -0.012766577303409576, 0.025707397609949112, -0.009362157434225082, 0.012438198551535606, 0.03549175709486008, -0.012625844217836857, -0.0014215802075341344, -0.012310868129134178, -0.01385894138365984, 0.005599199794232845, -0.012860400602221489, 0.016794249415397644, 0.0012582283234223723, -0.019957412034273148, -0.008216180838644505, 0.011794843710958958, -0.017759282141923904, -0.023241203278303146, -0.013523859903216362, 0.02423304133117199, -0.010521536692976952, -0.024568121880292892, -0.014033183455467224, -0.018550071865320206, 0.007653245236724615, 0.00536799430847168, -0.001317705144174397, -0.019729556515812874, -0.010501431301236153, -0.025144461542367935, 0.029487108811736107, 0.03340085223317146, -0.02336183190345764, -0.013403231278061867, 0.00509992940351367, -0.025010429322719574, -0.010374100878834724, -0.004945792257785797, 0.011245311237871647, -8.581209112890065e-05, -0.009556503966450691, 0.002650488866493106, -0.0014098524115979671, 0.026364155113697052, 0.0007849266985431314, 0.004721288103610277, 0.022691670805215836, 0.0316852368414402, -0.028522076085209846, 0.01013284269720316, 0.0003202115767635405, 0.013597577810287476, -0.02986239828169346, 0.017491215839982033, -0.0007166540017351508, -0.020145056769251823, 0.016995297744870186, 0.004992703441530466, -0.024380477145314217, -0.03315959498286247, 0.01392595749348402, 0.016861265525221825, 0.022249363362789154, 0.0030927956104278564, -0.0022416904103010893, 0.003953953273594379, -0.01038750447332859, -0.014917796477675438, -0.020801814272999763, 0.00554893771186471, -0.0316048189997673, -0.01299443282186985, 0.013275900855660439, -0.009248229674994946, 0.002715829759836197, -0.031122302636504173, 0.018201587721705437, 0.004593957681208849, -0.008564664982259274, -0.009998810477554798, 0.003198346123099327, 0.010668971575796604, -0.02026568539440632, -0.016070473939180374, -0.01946149207651615, -0.018322216346859932, -0.016620006412267685, 0.020614169538021088, -0.03074701316654682, -0.0009775981307029724, 0.005364643409848213, 0.006038155872374773, -0.0014391719596460462, 0.013550667092204094, -0.004510187078267336, 0.005887369159609079, -0.04310479015111923, -0.013054747134447098, -0.025318704545497894, 0.010890125297009945, -0.047340214252471924, 0.027637463063001633, 0.03061298094689846, -0.03862811252474785, -0.03374933451414108, -0.021029669791460037, -0.03106869012117386, -0.016767442226409912, -0.01718294247984886, 0.024152623489499092, 0.012304166331887245, 0.004724639002233744, -0.0031413822434842587, -0.00696297874674201, -0.006634599529206753, 0.03868172690272331, -0.003964005503803492, 0.00443646963685751, -0.00845743902027607, 0.0227854922413826, 0.01660660281777382, -0.0139929736033082, -0.03712695091962814, 0.00759293045848608, -0.00117110728751868, 0.011781440116465092, 0.0008217855938710272, 0.019970813766121864, 0.00572988111525774, 0.003325676778331399, 0.006413446273654699, -0.011272117495536804, -0.00439290888607502, -0.00405447743833065, -0.007867696695029736, -0.021311137825250626, -0.005337836686521769, 0.01808095909655094, 0.01200929470360279, -0.01094373781234026, -0.0195017009973526, 0.00562600651755929, -0.006007998250424862, 0.0011602172162383795, 0.003682537702843547, 0.0024092309176921844, -0.013215585611760616, 0.004185158759355545, 0.027878720313310623, 0.017437603324651718, -0.012377884238958359, 0.024795977398753166, 0.0028800193686038256, -0.0072243413887917995, -0.027583850547671318, 0.006175538990646601, -0.009402366355061531, 0.0017742527415975928, 0.011553585529327393, -0.022450411692261696, 0.024930009618401527, -0.007499107625335455, 0.008256390690803528, -0.029326269403100014, 0.004161703400313854, -0.005951034836471081, 0.005837107077240944, -0.016620006412267685, 0.0013336214469745755, 0.009469382464885712, -0.028280816972255707, -0.007023293059319258, -0.01289390865713358, -0.004721288103610277, 0.00405447743833065, -0.013657892122864723, -0.0125789325684309, -0.028066366910934448, 0.04672366380691528, 0.03541133552789688, -0.010025616735219955, -0.005599199794232845, 0.030532561242580414, 0.01687466725707054, -5.07595032104291e-05, -0.011004053056240082, 0.18507181107997894, 0.015467328950762749, 0.014569312334060669, -0.0014190671499818563, 0.0025834727566689253, -0.02640436589717865, 0.010280278511345387, 3.4371958463452756e-05, -0.022034911438822746, -0.004108090419322252, -0.03506285324692726, -0.010226665064692497, -0.005347889382392168, 0.007827486842870712, -0.02143176645040512, -0.014086795970797539, -0.03002323769032955, -0.0134099330753088, -0.0373414009809494, 0.008899745531380177, -0.00800843071192503, -0.008323406800627708, -0.015789005905389786, -0.01229076273739338, 0.030988270416855812, 0.015038425102829933, -0.0016854563727974892, 0.015346699394285679, 0.0007660784176550806, 0.011305625550448895, -0.007693454623222351, 0.0033809649758040905, 0.0023706965148448944, -0.014435280114412308, -0.035947464406490326, -0.011741230264306068, 0.012485110200941563, -0.002506404183804989, 0.007659946568310261, -0.00968383438885212, 0.009120899252593517, -0.017933523282408714, 0.019836781546473503, -0.02506404183804989, -0.01229076273739338, -0.013115061447024345, -0.0025047287344932556, -0.017933523282408714, -0.03779711201786995, 0.011486569419503212, -0.05243343859910965, 0.0019803273025900126, 0.02916543185710907, 0.025734204798936844, -0.013081553392112255, -0.0113927461206913, -0.018751120194792747, 0.03865491971373558, -0.04238101840019226, 0.047098953276872635, -0.017893314361572266, 0.011238609440624714, -0.028977785259485245, 0.03710014373064041, -0.014073392376303673, 0.0019702750723809004, -0.0103539964184165, -0.004446521867066622, 0.022477218881249428, -0.048653729259967804, 0.028950979933142662, -0.0035753119736909866, -0.008135761134326458, 0.003672485239803791, -0.01328930351883173, -0.01873771660029888, -0.008765713311731815, 0.04500805214047432, 0.022959735244512558, 0.014622924849390984, -0.03171204403042793, -0.015654973685741425, 0.00936885830014944, 0.00741198705509305, -0.02312057465314865, -0.028173591941595078, 0.026323946192860603, -0.002694049384444952, 0.00256671872921288, -0.04187169298529625, 0.015681780874729156, -0.016861265525221825, -0.019340863451361656, -0.01511884480714798, -0.017477814108133316, 0.023321622982621193, 0.006473760586231947, 0.017142733559012413, -0.007747067604213953, 0.019287249073386192, -0.004433118738234043, 0.09146364778280258, 0.021270927041769028, 0.0005365480901673436, -0.009992108680307865, -0.009590012021362782, -3.945052594644949e-05, 0.01759844273328781, -0.014756957069039345, -0.0011660810559988022, 0.013208884745836258, -0.017062313854694366, 0.00707690604031086, -0.0059577361680567265, 0.02101626619696617, 0.007492406293749809, -0.005187050439417362, -0.02954072132706642, 0.005967788863927126, 0.02605588175356388, 0.0033642109483480453, 0.0020976057276129723, -0.004962546285241842, 0.014529102481901646, 0.004922336433082819, -0.022932928055524826, -0.009569906629621983, -0.028870560228824615, -0.020279088988900185, -0.03471436724066734, 0.023348428308963776, -0.005331135354936123, -0.003833324182778597, 0.018000539392232895, -0.008202777244150639, -0.009127600118517876, 0.00685240188613534, -0.003052585991099477, 0.003315624315291643, 0.003372587962076068, -0.0013796951388940215, -0.006580986548215151, 0.005927579011768103, -0.004047775641083717, 0.0027995998971164227, -0.017370587214827538, 0.02212873473763466, -0.006564232520759106, 0.005636058747768402, 0.005217207595705986, -0.03396378830075264, -0.027583850547671318, -0.008155866526067257, 0.00012837782560382038, 0.023696912452578545, -0.01151337567716837, -0.009060584008693695, -0.05361292511224747, -0.01652618497610092, 0.004114791750907898, -0.047929953783750534, 0.006453655660152435, 0.011828351765871048, 0.0035518561489880085, -0.003840025747194886, -0.020935846492648125, -0.170489102602005, 0.013912553898990154, 0.007586228661239147, -0.02188747562468052, 0.01180154550820589, 0.0024259849451482296, 0.006038155872374773, -0.008658487349748611, 0.0024561421014368534, -0.002915202872827649, 0.02208852581679821, -0.018925363197922707, 0.0025365615729242563, -0.03082743100821972, -0.00450348574668169, -0.004962546285241842, -0.02219575084745884, 0.014971408993005753, 0.03565259650349617, 0.014301247894763947, 0.024822784587740898, 0.0020088092423975468, 0.016646813601255417, -0.009998810477554798, -0.02039971761405468, -0.012746472842991352, -0.025010429322719574, 0.03731459379196167, -0.022530831396579742, -0.024420687928795815, -0.016137490049004555, 0.01427444163709879, -0.00038848427357152104, 0.01708911918103695, 0.000985975144430995, -0.016713829711079597, -0.008571366779506207, -0.012639246881008148, -0.009476084262132645, 0.030210882425308228, -0.0069428738206624985, 0.01763865165412426, 0.007097010966390371, 0.0239515732973814, 0.007184132002294064, 0.00770685775205493, 0.022423606365919113, 0.02660541422665119, 0.00794141460210085, -0.029728366062045097, -0.013845537789165974, -0.04063859581947327, 0.003960654605180025, 0.016861265525221825, 0.00018837822426576167, 0.019180024042725563, 0.0050027561374008656, 0.012317568995058537, -0.004476679023355246, 0.01013284269720316, 0.013979570008814335, -0.028736528009176254, 0.022973138839006424, -0.0019015833968296647, 0.01087002083659172, -0.03648359701037407, -0.031015077605843544, 0.004738042131066322, -0.03195330128073692, 0.006426849402487278, -0.0056159538216888905, -0.0325162373483181, 0.024393880739808083, -0.011955682188272476, 0.015065232291817665, -0.007753769401460886, -0.027637463063001633, -0.013430037535727024, 0.02243700809776783, 0.011325730010867119, -0.017692266032099724, 0.023107171058654785, -0.00469448184594512, 0.03819920867681503, -0.032837916165590286, 0.010005512274801731, -0.0021847267635166645, 0.0006467059138230979, -0.006326325237751007, -0.006909365765750408, 0.002323785098269582, -0.0055154296569526196, 0.0018479705322533846, -0.014247634448111057, 0.021994702517986298, 0.001644408912397921, 0.005619304720312357, -0.0018362426199018955, -0.00855796318501234, -0.023964976891875267, 0.03911062702536583, -0.011419553309679031, 0.01777268387377262, 0.005384748335927725, 0.025492945685982704, -0.006755228620022535, -0.030184077098965645, -0.0011828351998701692, 0.03074701316654682, -0.015923038125038147, -0.0018094362458214164, 0.01960892789065838, 0.006326325237751007, -0.00948948785662651, 0.0025147811975330114, 0.013088255189359188, 0.004516888875514269, -0.03206053003668785, -0.011138085275888443, 0.009141003713011742, 0.00022994918981567025, -0.008866237476468086, 0.033642109483480453, 0.01229076273739338, -0.007197535131126642, -0.01135253719985485, -0.08454757928848267, -0.014904392883181572, 0.009449278004467487, -0.005207155365496874, -0.002710803411900997, 0.007311462424695492, -0.005354590713977814, 0.044927630573511124, -0.017276765778660774, 0.01554774772375822, 0.0002743473742157221, -0.017370587214827538, -0.03214094787836075, -0.00442641694098711, 0.014046586118638515, -0.005961087066680193, -0.012190238572657108, -0.010588552802801132, -0.0036222231574356556, 0.02326800860464573, -0.012766577303409576, -0.02167302556335926, -0.0005378046771511436, -0.001903258846141398, -0.02015846036374569, -0.023830944672226906, -0.02064097672700882, 0.004547046031802893, 0.027208559215068817, 0.004965897183865309, -0.02215554192662239, -0.020037829875946045, 0.007378478534519672, 0.004098037723451853, -0.010246770456433296, 0.018831539899110794, -0.01427444163709879, -0.009509592317044735, 0.024380477145314217, -0.029138624668121338, -0.002379073528572917, -0.018268603831529617, 0.00029487107531167567, -0.01109787542372942, -0.011151487939059734, 0.0006630410789512098, -0.008323406800627708, 0.021217314526438713, 0.003223477164283395, -0.00981786660850048, 0.006755228620022535, -0.014006376266479492, 0.0026236826088279486, -0.02333502471446991, 0.03699291869997978, 0.0044900826178491116, 0.01068237517029047, 0.0034781384747475386, -0.053559310734272, 0.000985975144430995, -0.007130519021302462, 0.0002793736057356, -0.012558827176690102, 0.005518780555576086, 0.02747662365436554, 0.013014537282288074, 0.00826309248805046, -0.009891584515571594, 0.026900285854935646, -0.01334291696548462, -0.02147197723388672, 0.0035686104092746973, -0.015681780874729156, 0.002134464681148529, -0.023790735751390457, 0.005354590713977814, -0.01801394298672676, -0.0016083877999335527, -0.009670431725680828, -0.016593201085925102, 0.021941090002655983, 0.00011455573985585943, 0.006916067097336054, 0.010983947664499283, 0.01206290815025568, -0.025412525981664658, 0.020734798163175583, 0.0017658757278695703, -0.01739739440381527, -0.03841365873813629, 0.013309408910572529, 0.03200691565871239, -5.958155088592321e-05, 0.008812624961137772, -0.006503917742520571, 0.004051126539707184, -0.01470334455370903, -0.010990649461746216, -0.0072243413887917995, 0.006507268641144037, -0.0047145867720246315, -0.005823703948408365, -0.07044738531112671, 0.0031413822434842587, -0.006805490702390671, 0.009603414684534073, -0.018764523789286613, 0.008316705003380775, 0.00015905866166576743, -0.021069878712296486, -0.0195017009973526, 0.008343511261045933, -0.0187109112739563, 0.05607911944389343, -0.0017172889783978462, 0.0003436672268435359, -0.03801156207919121, -0.017142733559012413, 0.009931794367730618, -0.01849645934998989, 0.03321320563554764, 0.009020374156534672, -0.0026236826088279486, 0.002139490796253085, 0.00938896369189024, -0.019059395417571068, -0.004449872765690088, 0.012853698804974556, -0.002278549363836646, 0.018000539392232895, -0.020171862095594406, -0.028763333335518837, 0.01284029521048069, -0.01566837728023529, 0.004379505757242441, 0.00878581777215004, 0.008055342361330986, 0.006121926009654999, 0.014502296224236488, 0.02820039913058281, 0.016472570598125458, 0.0004115210904274136, -0.012397988699376583, -0.03720736876130104, 0.004818461835384369, -0.031390368938446045, 0.0006048207869753242, 0.00580694992095232, -0.03096146322786808, 0.014488892629742622, 0.018335619941353798, 0.028227204456925392, 0.03200691565871239, 0.005079824477434158, -0.02782510779798031, -0.009214721620082855, 0.00621239747852087, -0.04114792123436928, 0.0013327838387340307, -0.013818731531500816, 0.00245949300006032, -0.0060348049737513065, 0.037395015358924866, 0.017732474952936172, -0.004165054298937321, -0.02101626619696617, 0.008484245277941227, 0.015721989795565605, -0.0316048189997673, -0.005974490195512772, -0.0037596062757074833, -0.020145056769251823, -0.0026588658802211285, 0.004851969890296459, 0.020895637571811676, 0.0019267144380137324, 0.006624546833336353, 0.008698697201907635, -0.006379938218742609, 0.003779711201786995, -0.024246444925665855, 0.025425929576158524, 0.023723719641566277, 0.00798832532018423, 0.0024712206795811653, 0.020453330129384995, 0.03128314018249512, 0.03530411049723625, -0.023348428308963776, -0.008879641070961952, -0.009630221873521805, 0.025975462049245834, -0.02381754107773304, 0.022758686915040016, 0.0038902878295630217, -0.004513537976890802, -0.014529102481901646, 0.021096685901284218, 0.003027454949915409, -0.02975517325103283, 0.0031849427614361048, 0.012565528973937035, 0.01930065266788006, 0.010186456143856049, 0.00900697149336338, -0.01145976223051548, -0.04345327615737915, 0.01038750447332859, -0.007767172530293465, -0.031872883439064026, 0.0008879640372470021, 0.02550634928047657, 0.012056206353008747, -0.014555908739566803, -0.021177105605602264, 0.025224881246685982, -0.009791060350835323, 0.023589687421917915, -0.0021026318427175283, -0.007090309169143438, -0.020024428144097328, 0.04342646896839142, -0.005679619032889605, -0.01926044374704361, 0.0043661026284098625, -0.03133675456047058, 0.03302556276321411, -0.0013193805934861302, 0.001615089364349842, -0.027087930589914322, 0.015762200579047203, -0.012237150222063065, -0.021874073892831802, -0.01570858620107174, 0.00044942708336748183, -0.007170728873461485, 0.016673618927598, 0.0042354208417236805, -0.02060076594352722, 0.009583310224115849, 0.009737447835505009, 0.06240544468164444, 0.0365104004740715, -0.00887293927371502, 0.0012942495523020625, -0.0063062203116714954, 0.001307652797549963, 0.023442251607775688, -0.011754633858799934, -0.006071663927286863, -0.025841429829597473, 0.006567583419382572, 0.005632707849144936, 0.01963573321700096, -0.013885747641324997, 0.01698189415037632, -0.0033491323702037334, -0.00376295717433095, 0.014462086372077465, 0.027047719806432724, -0.013329513370990753, 0.016727233305573463, -0.007318164221942425, 0.01608387753367424, -0.015092038549482822, -0.03718056157231331, -0.009556503966450691, 0.006346430163830519, -0.025466138496994972, -0.035330917686223984, -0.027798300608992577, 0.012846997007727623, 0.03128314018249512, -0.007901204749941826, -0.0060750143602490425, -0.00614538136869669, 0.000647962442599237, -0.014006376266479492, 0.013778521679341793, -0.0035686104092746973, 0.014864183031022549, 0.01967594400048256, 0.012371182441711426, -0.017960330471396446, -0.01746441051363945, -0.014904392883181572, 0.004922336433082819, 0.014502296224236488, -0.0081089548766613, -0.01636534556746483], \"a90e862b-bf9f-4434-97e5-8ddd324d0e81\": [-0.008644911460578442, 0.016809167340397835, 0.006378969177603722, -0.04262717068195343, -0.030377352610230446, 0.02793288230895996, -0.015106278471648693, 0.008967636153101921, -0.013327857479453087, -0.01886911503970623, 0.022824212908744812, 0.00948262307792902, -0.00730594526976347, -0.011906493455171585, 0.006612429860979319, 0.01919870637357235, 0.006931721698492765, -0.04144613444805145, -0.003718204330652952, -0.011515104211866856, -0.006698261015117168, 0.006406435277312994, -0.031173864379525185, 0.022618219256401062, -0.04350608214735985, 0.015037612989544868, 0.020599469542503357, -0.04251730814576149, 0.0037971690762788057, -0.010938318446278572, 0.015161209739744663, -0.011597502045333385, 0.0004079124191775918, -0.021629443392157555, -0.013636849820613861, 0.003937932197004557, 0.005386761389672756, 0.006560931447893381, -0.006076843943446875, -0.0018831349443644285, 0.026944106444716454, 4.9111498810816556e-05, 0.0017320720944553614, 0.0054931920021772385, 0.0004909540293738246, 0.027287431061267853, 0.012730472721159458, -0.009441424161195755, -0.007827798835933208, 0.01867685280740261, 0.01930857077240944, 0.01870431937277317, -0.016397178173065186, -0.021162522956728935, 0.027342364192008972, -0.000512411817908287, -0.012091889046132565, 0.016685571521520615, -0.014762953855097294, 0.004686379339545965, 0.010883387178182602, 0.009098099544644356, -0.02342846430838108, -0.012991399504244328, -0.01911630854010582, -0.030871739611029625, -0.026161327958106995, 0.02303020842373371, -0.002847876865416765, -0.002449620282277465, 0.021519580855965614, 0.004264090210199356, 0.014982681721448898, 0.0042160251177847385, 0.017097560688853264, -0.015257340855896473, -0.005270031280815601, -0.02333233319222927, -0.011906493455171585, -0.005575589835643768, -0.004628014285117388, -0.011041316203773022, -0.01455695927143097, 0.006801258306950331, 0.009949544444680214, 0.007422675844281912, -0.005534390918910503, 0.022879144176840782, -0.008095592260360718, -0.022522088140249252, 0.017111293971538544, 0.02897658757865429, 0.007498207036405802, 0.008205455727875233, -0.0075874715112149715, 0.035843078047037125, -0.010897119529545307, 0.03331620991230011, -0.00731281191110611, -0.020022684708237648, -0.00576441828161478, 0.021560778841376305, -0.017660612240433693, -0.012586276046931744, -0.02329113520681858, -0.021341051906347275, 0.007738534361124039, -0.031201330944895744, 0.0015063362661749125, 0.004411719739437103, -0.002271091565489769, 0.020956527441740036, 0.006368669681251049, -0.007463874761015177, -0.003852101042866707, 0.003622073447331786, 0.011151179671287537, -0.019912822172045708, -0.01888284832239151, 0.00305558810941875, 0.012016357854008675, 0.01873178593814373, 0.008809707127511501, -0.016754236072301865, 0.01411750353872776, -0.0024925358593463898, -0.008521313779056072, -0.013060064055025578, 0.03801288828253746, -0.010663659311830997, -0.006224473472684622, -0.013073797337710857, 0.025969065725803375, 0.009262895211577415, -0.026587050408124924, 0.020489607006311417, -0.021560778841376305, 0.01893777959048748, 0.014350964687764645, -0.03856220841407776, 0.0040546623058617115, 0.026435986161231995, -0.02312633953988552, 0.001069455873221159, -0.0007218397804535925, 0.005585889797657728, 0.015518267638981342, 0.005465725902467966, 0.027617022395133972, 0.02864699624478817, 0.012448946945369244, 0.020736800506711006, 0.0037456704303622246, -0.0016187750734388828, -0.007669869344681501, 0.0026727812364697456, -0.00946888979524374, 0.026999039575457573, 0.01819619908928871, 0.005280330777168274, -0.0014462544349953532, 0.025433478876948357, -0.0018934346735477448, 0.015023880638182163, 0.01882791519165039, 0.031256262212991714, 0.003240983234718442, 0.0008694693096913397, 0.0011990608181804419, 0.010224203579127789, -0.012895268388092518, 0.01827859692275524, -0.012407748028635979, -0.013993906788527966, -0.01214682124555111, 0.016040120273828506, 0.010807855054736137, -0.013204260729253292, -0.06168854609131813, 0.0024324541445821524, -0.009935811161994934, 0.0018676853505894542, 0.012373414821922779, 0.022453423589468002, -0.02301647514104843, -0.005524091422557831, 0.035650815814733505, 0.005805617198348045, -0.0016110502183437347, 0.0024410372134298086, -0.0010471397545188665, 0.03751850128173828, 0.01444709487259388, -0.010395865887403488, -0.63193678855896, -0.02351086214184761, 0.017042627558112144, -0.03312394767999649, 0.005287197418510914, 0.01455695927143097, -0.0024925358593463898, 0.012332215905189514, -0.013602516613900661, 0.017070094123482704, 0.008047526702284813, 0.027136368677020073, 0.026298657059669495, -0.012407748028635979, -0.04084188491106033, -0.02801528014242649, 0.010004475712776184, 0.010643059387803078, 0.014433362521231174, -0.010196737945079803, -0.00361177371814847, -0.0017526715528219938, -0.005338695831596851, 0.0003707904543261975, 0.025406014174222946, 0.0009733249898999929, 0.020489607006311417, -0.0012333933264017105, -0.02352459542453289, 0.0059223477728664875, -0.015229875221848488, -0.0007711926591582596, 0.04177572578191757, 0.002228175988420844, 0.027438495308160782, 0.005815917160362005, 0.010677391663193703, 0.02897658757865429, 0.002777495188638568, 0.039880573749542236, -0.03229996934533119, -0.021052658557891846, 0.03941365331411362, 0.021890370175242424, 0.004967905580997467, 0.026147594675421715, 0.02800154685974121, -0.006403001956641674, 0.0012771671172231436, 0.008898971602320671, -0.005517224781215191, -0.02348339557647705, 0.005747252143919468, -0.02445843815803528, 0.012867802754044533, 0.003107086755335331, 0.03221757337450981, -0.010917719453573227, 0.010464531369507313, -0.010608727112412453, 0.006330904085189104, 0.031228797510266304, 0.010258535854518414, -0.05822783708572388, -0.006317170802503824, 0.008329052478075027, -0.0014179302379488945, 0.005760985426604748, 0.027218766510486603, -0.0009149598190560937, 0.016328513622283936, 0.020008951425552368, 0.013231726363301277, -0.02316753752529621, 0.00018045994511339813, 0.03496416658163071, 0.020146282389760017, -0.003903599688783288, -0.022577019408345222, -0.018154999241232872, 0.01178289670497179, 0.030871739611029625, 0.013856576755642891, -0.026710646227002144, 0.016891565173864365, 0.009942677803337574, -0.012277284637093544, 0.004240057431161404, 0.017221156507730484, 0.010993250645697117, -0.0024959691800177097, 0.003755970159545541, -0.002283107955008745, -0.025323616340756416, -0.015614398755133152, 0.01888284832239151, -0.022508354857563972, -0.035348691046237946, -0.04174825921654701, -0.0007578888325951993, -0.003393762744963169, -0.014859084971249104, 0.007923929952085018, 0.016754236072301865, 0.04243490844964981, -0.005270031280815601, -0.01943216659128666, 0.0031671684700995684, 0.0011226711794734001, -0.015394670888781548, 0.016067586839199066, -0.00705875176936388, 0.01430976577103138, 0.017234889790415764, -0.00031285444856621325, -0.0279054157435894, 0.025282416492700577, 0.03197037801146507, -0.018237397074699402, 0.009832813404500484, 0.02448590286076069, 0.015257340855896473, 0.017138758674263954, -0.012778538279235363, 0.030926670879125595, 0.01856698840856552, 0.01462562382221222, 0.0021989934612065554, 0.01189276110380888, 0.0027551790699362755, 0.00016275727830361575, -0.02278301492333412, 0.017619414255023003, -0.021917836740612984, 0.021615710109472275, 0.003388612763956189, 0.01917123980820179, -0.004222891293466091, 0.008239788003265858, -0.020970260724425316, -0.016603173688054085, -0.010388999246060848, -0.008995101787149906, -0.009001968428492546, -0.006519732531160116, -0.015120010823011398, -0.008026926778256893, -0.015930257737636566, -0.006447634194046259, 0.0016548241255804896, 0.005530957598239183, -0.015586932189762592, 0.0064270347356796265, 0.02861953154206276, 0.016987696290016174, 0.017715545371174812, -0.003683872055262327, -0.035760682076215744, -0.01910257525742054, -0.0056511214934289455, -0.022316092625260353, 0.01969309337437153, -0.036035340279340744, -0.027507159858942032, -0.016314780339598656, -0.017495816573500633, -2.9075294150970876e-05, 0.020626936107873917, 0.0014685705536976457, -0.011329708620905876, 0.017221156507730484, 0.011247310787439346, -0.03208024054765701, 0.008775373920798302, -0.015765462070703506, 0.01977549120783806, -0.017138758674263954, -0.008816573768854141, 0.01421363465487957, -0.01840219274163246, 0.005245998501777649, -0.015312273055315018, -0.005788451060652733, 0.006296571344137192, 0.014708021655678749, 0.024733098223805428, -0.0008995102252811193, 0.013540718704462051, 0.008425183594226837, 0.0031843348406255245, -0.016136251389980316, -0.007408943027257919, -0.01869058609008789, 0.026037730276584625, -0.027095170691609383, 0.008342785760760307, -0.009194230660796165, -0.012078155763447285, -0.01922617293894291, 0.012194886803627014, 0.02349712885916233, 0.022700617089867592, -0.003479593899101019, -4.465900929062627e-05, -0.0015380937838926911, -0.011130580678582191, 0.007766000460833311, -0.030377352610230446, 0.027356097474694252, 0.010430198162794113, 0.020379742607474327, -0.014515760354697704, -0.0372987724840641, -0.03650226071476936, -0.012400881387293339, 0.01950083114206791, -0.020105082541704178, 0.020942794159054756, -0.017633147537708282, 0.015065079554915428, 0.03493670001626015, 0.007985727861523628, 0.016713036224246025, 0.005280330777168274, -0.015696795657277107, 0.009111832827329636, 0.021615710109472275, 0.004676079843193293, 0.003156868740916252, -0.031338661909103394, -0.008356518112123013, 0.022645683959126472, 0.01386344339698553, 0.0037971690762788057, -0.01904764398932457, 0.017701812088489532, 0.00955128762871027, -0.05215786024928093, 0.014433362521231174, 0.005548124201595783, -0.005809050519019365, 0.007099950686097145, 0.024884160608053207, -0.022700617089867592, -0.014419629238545895, 0.008802840486168861, 0.020640669390559196, -0.004277823492884636, -0.02881179191172123, 0.008026926778256893, -0.0030899206176400185, 0.01907510869204998, 0.005228832364082336, 0.01948709972202778, 0.016259849071502686, -0.011000117287039757, -0.021547045558691025, 0.004456351976841688, 0.012448946945369244, 0.020654402673244476, 0.0020204647444188595, 0.009510088711977005, 0.027081437408924103, -0.0004006167873740196, 0.014735488221049309, -0.013293525204062462, -0.016369711607694626, -0.013190527446568012, -0.013526985421776772, 0.006073410622775555, -0.0003789444162975997, 0.001580151030793786, 0.006142075173556805, 0.0021680942736566067, -0.0022419090382754803, 0.010176138021051884, 0.006760059390217066, -0.01955576427280903, -0.0006797825335524976, 0.024719364941120148, -0.040677089244127274, -0.03254716470837593, 0.0021148789674043655, 0.05081202834844589, 0.017880341038107872, -0.003766269888728857, 0.004346488043665886, -0.008294720202684402, -0.01893777959048748, -0.014337231405079365, 0.0014325215015560389, 0.02432110719382763, 0.017990203574299812, -0.0061523751355707645, 0.0038246349431574345, -0.013787912204861641, 0.013629983179271221, -0.01886911503970623, -0.004229757934808731, -0.0031362692825496197, 0.0006235631299205124, -0.026834243908524513, -0.012771671637892723, 0.009015701711177826, 0.035760682076215744, -0.001575859496369958, -0.020366009324789047, -0.01966562680900097, -0.0018161865882575512, -0.045620959252119064, 0.03265702724456787, -0.0015166359953582287, -0.006959187798202038, -0.022700617089867592, -0.008253521285951138, 0.01404883898794651, -0.010196737945079803, 0.004590248689055443, 0.022824212908744812, 0.0004634880751837045, -0.010279135778546333, -0.03836994618177414, -0.025598274543881416, 0.015298539772629738, 0.07421302795410156, 0.022467155009508133, -0.025694405660033226, 0.007477607578039169, -0.020915329456329346, 0.005747252143919468, -0.012963932938873768, -0.020668135955929756, 0.03249223157763481, 0.010031942278146744, -0.012593142688274384, 0.02349712885916233, 0.013444587588310242, 0.007525673136115074, 0.01163183432072401, 0.00120592734310776, -0.014598158188164234, -0.002602399792522192, -0.0006608996773138642, -0.03224503621459007, -0.004384254105389118, -0.03765583038330078, 0.0284547358751297, 0.021656909957528114, 0.021423449739813805, -0.010958918370306492, 0.03795795887708664, 0.026669448241591454, 0.005905181635171175, -0.006993520073592663, 0.008164256811141968, 0.004195425659418106, 0.002734579611569643, -0.002683080965653062, -0.04611534625291824, 0.06394075602293015, 0.007251013536006212, -0.009159897454082966, 0.0006720577366650105, 0.0075531392358243465, 0.006917988881468773, 0.016424644738435745, 0.00964055210351944, -0.01877298392355442, 0.005795317701995373, -0.013925242237746716, -0.00022401924070436507, 0.03323381394147873, 0.012867802754044533, -0.011295376345515251, 0.00011812508455477655, 0.0006523165502585471, -0.027136368677020073, -0.0024427538737654686, 0.017660612240433693, -0.01837472803890705, 0.018168732523918152, -0.008432050235569477, -0.012888401746749878, -0.04633507505059242, -0.020160015672445297, -0.012751071713864803, 0.002914824988692999, -0.014515760354697704, 0.0006094009731896222, 0.009674884378910065, -0.007010686211287975, -0.012963932938873768, -0.018141265958547592, 0.02414258010685444, 0.0245820339769125, -0.03271196037530899, -0.016520775854587555, -0.010217336937785149, 0.018100067973136902, 0.013135595247149467, 0.014694289304316044, -0.01403510570526123, 0.007580604869872332, 0.010395865887403488, -0.005307796876877546, -0.04713158681988716, -0.00966115202754736, -0.00305387144908309, 0.011418973095715046, -0.010505730286240578, -0.014570691622793674, -0.003683872055262327, 0.009853413328528404, 0.03229996934533119, -0.030487217009067535, -0.00714114960283041, 0.010327201336622238, 0.012455812655389309, 0.0031723184511065483, 0.014708021655678749, 0.019734293222427368, 0.004404853563755751, -0.00971608329564333, 0.006526598706841469, -0.0008128207409754395, 0.006639895960688591, -0.013108129613101482, -0.013980173505842686, 0.022961542010307312, 0.020118815824389458, -0.009496355429291725, -0.0061592417769134045, 0.010272269137203693, -0.004068395588546991, 0.0118790278211236, 0.0010986384004354477, 0.012860936112701893, -0.009345293045043945, -0.0010402732295915484, -0.012696140445768833, 0.02925124764442444, 0.0015475351829081774, 0.03449724614620209, -0.0009020851575769484, -0.0018865681486204267, -0.039743244647979736, 0.027369828894734383, 0.010464531369507313, -0.04306662455201149, -0.0013054914306849241, -0.021203720942139626, -0.02809767797589302, -0.030102692544460297, -0.012098755687475204, -0.0009355592774227262, 0.007202947977930307, -0.017564481124281883, 0.008727309294044971, -0.030624546110630035, 0.005465725902467966, -0.0050262706354260445, 0.009359026327729225, -0.005324963014572859, -0.011913360096514225, -0.012236085720360279, -0.010004475712776184, 0.00954442098736763, -0.0044838180765509605, 0.016507042571902275, -0.03897419944405556, -0.006485399790108204, 0.015312273055315018, 0.008967636153101921, 0.02818007580935955, 0.004930139984935522, 0.0037868693470954895, 0.0013664314756169915, -0.0069282883778214455, -0.014172435738146305, 0.003570574801415205, 0.008033793419599533, -0.02427990920841694, 0.035815611481666565, 0.012682407163083553, 0.022110098972916603, -0.0016616906505078077, -0.007463874761015177, -0.00585711607709527, 0.0002504122967366129, 0.0002323877706658095, -0.0015106278005987406, 0.017866607755422592, -0.0003765840665437281, -0.013417121954262257, -0.017839141190052032, 0.010361533612012863, 0.01436469703912735, -0.006711994297802448, 0.012517611496150494, 0.021849172189831734, -0.00912556517869234, 0.0001881847420008853, -0.016575707122683525, -0.016355980187654495, -0.010684258304536343, 0.0019191839965060353, -0.012023224495351315, 0.02419751137495041, -0.044632185250520706, -0.00906376726925373, 0.0184433925896883, -0.02370312437415123, 0.010217336937785149, 0.0017904372652992606, 0.013403388671576977, -0.018017670139670372, 0.009118698537349701, -0.0002701534831430763, 0.002724279882386327, -0.0007711926591582596, 0.005929214414209127, -0.03482683748006821, 0.005122401751577854, 0.0018711185548454523, 0.004603981506079435, 0.013066930696368217, 0.00947575643658638, -0.035898011177778244, -0.01387031003832817, 0.019981486722826958, -0.012332215905189514, -0.022013967856764793, 0.007209814619272947, -0.007079351227730513, -0.022055165842175484, -0.012572543695569038, -0.02407391369342804, -0.009764148853719234, -0.010045674629509449, 0.010752923786640167, -0.01992655359208584, 0.02878432720899582, -0.016053853556513786, -0.017070094123482704, 0.007408943027257919, -0.022810479626059532, 0.017729276791214943, 0.019995220005512238, 0.0367494560778141, 0.025625741109251976, 0.02444470487535, -0.016383444890379906, -0.010752923786640167, 0.00035083474358543754, 0.005373028572648764, 0.03856220841407776, 0.020118815824389458, -0.008569379337131977, -0.025062689557671547, 0.0004579090455081314, 0.006052811164408922, 0.011673033237457275, -0.025076420977711678, 0.0008141082362271845, 0.0016333663370460272, 0.01928110420703888, -0.00971608329564333, -0.004391120281070471, -0.027287431061267853, 0.015477068722248077, 0.003628940088674426, 0.002367222448810935, 0.007573738694190979, -0.017179958522319794, -0.009098099544644356, 0.03315141424536705, -0.01836099475622177, 0.016012655571103096, 0.014968948438763618, -0.016355980187654495, -0.011130580678582191, -0.004133626818656921, -0.002981773344799876, -0.03166825324296951, -0.010382132604718208, -0.0016410911921411753, 0.0066948276944458485, -0.016204915940761566, -0.0020153147634118795, 0.021437183022499084, -0.00024461871362291276, 0.011267910711467266, 0.001908884267322719, 0.026587050408124924, -0.01413123682141304, -0.03334367647767067, 0.00038709837826900184, -0.0006188424304127693, 0.013087529689073563, -0.026312390342354774, -0.011604368686676025, -0.012167420238256454, -0.006255372427403927, -0.02311260625720024, 0.013156195171177387, 0.01452949270606041, 0.001065164222382009, -0.019871622323989868, 0.0022127265110611916, -0.035650815814733505, -0.015243608504533768, -0.000743297568988055, 0.017674345523118973, -0.0021080125588923693, -0.01380164548754692, -0.0004995371564291418, 0.0068870894610881805, 0.00940709188580513, 0.010869653895497322, -0.0017870040610432625, 0.004700112622231245, 0.02807021141052246, -0.016108786687254906, -0.003017822513356805, 0.0007085359538905323, 0.007408943027257919, -0.053805816918611526, -0.0061901407316327095, -0.014941482804715633, -0.014186169020831585, 0.015792926773428917, -0.025090154260396957, -0.024884160608053207, -0.01870431937277317, 0.021450914442539215, 0.011418973095715046, -0.003951665014028549, 0.003985997289419174, -0.001860818825662136, 0.008761641569435596, 0.0073540108278393745, 0.016122518107295036, -0.01958322897553444, 0.007923929952085018, -0.03345353901386261, -0.02314007095992565, 0.025131354108452797, -0.0018024536548182368, 0.040759485214948654, -0.022178763523697853, 0.021574512124061584, 0.012950200587511063, -0.016108786687254906, -0.040429893881082535, -0.007463874761015177, -0.008960769511759281, -0.036309998482465744, 0.019610695540905, -0.024691898375749588, -0.013767312280833721, -0.010615593753755093, 0.016479576006531715, 0.009262895211577415, -0.007724801544100046, 0.006258805748075247, 0.015930257737636566, 0.00041671012877486646, -0.0007630386971868575, 0.0013535568723455071, 0.006310304626822472, -0.005005671177059412, -0.019830424338579178, -0.03441485017538071, 0.00047979599912650883, -0.01421363465487957, 0.027287431061267853, 0.01873178593814373, -0.017688078805804253, -0.04658227041363716, -0.001019673771224916, -0.021327318623661995, -0.026037730276584625, -0.008754774928092957, 0.017715545371174812, 0.01877298392355442, 0.018168732523918152, 0.00035426797694526613, 0.011418973095715046, 0.0066227298229932785, 0.030679477378726006, -0.03372820094227791, -0.0038418013136833906, 0.017179958522319794, 0.007985727861523628, 0.008919570595026016, -0.018237397074699402, -0.035458553582429886, -0.03411272168159485, 0.008473249152302742, -0.01936350204050541, -0.007209814619272947, 0.040484827011823654, -0.008947036229074001, 0.03251969814300537, -0.00913243182003498, 0.01967936009168625, -0.006832157727330923, 0.011302242986857891, 0.017193691805005074, -0.017688078805804253, 0.014419629238545895, 0.025488412007689476, 0.016507042571902275, -0.02839980274438858, -0.010423332452774048, -0.0059532467275857925, -0.022837946191430092, 0.020077617838978767, 0.006052811164408922, -0.001944933319464326, 0.0068527571856975555, 0.006756626069545746, 0.02856459841132164, 0.021972768008708954, -0.015614398755133152, 0.01962442882359028, 0.0037422371096909046, 0.015545733273029327, -0.02797408029437065, 0.02831740491092205, 0.021093858405947685, -0.0035070597659796476, -0.0009115265565924346, -0.008521313779056072, 0.021972768008708954, -0.0036770054139196873, -0.00045533411321230233, -0.005276897456496954, -0.003290765453130007, -0.014831618405878544, -0.01462562382221222, -0.025763070210814476, 0.010217336937785149, 0.001668557059019804, -0.03251969814300537, -0.006015045568346977, -0.015600665472447872, 0.006221040152013302, 0.010073141194880009, -0.003807468805462122, -0.015655597671866417, -0.01452949270606041, 0.020146282389760017, 0.021904103457927704, -0.0004673504736274481, 0.0051876334473490715, 0.0232774019241333, -0.00945515651255846, -0.014172435738146305, 0.005647688172757626, 0.19984233379364014, -0.0009475756087340415, 0.020214946940541267, 0.013300390914082527, -0.007779733277857304, -0.0020101650152355433, 0.03359086811542511, -0.003064171178266406, -0.00042593697435222566, 0.0031946345698088408, -0.029580838978290558, 0.00013604233390651643, -0.02412884682416916, 0.0028959421906620264, 0.010739190503954887, -0.029992828145623207, -0.031146399676799774, -0.029553374275565147, -0.007697335444390774, 0.006608996540307999, -0.0071274167858064175, 0.0011029299348592758, -0.007834665477275848, -0.012016357854008675, 0.016149984672665596, 0.021725574508309364, -0.022508354857563972, -0.0018316361820325255, 0.030789341777563095, 0.016012655571103096, -0.013506386429071426, -0.01845712587237358, -0.011830962263047695, -0.016987696290016174, -0.00953755434602499, -0.016864100471138954, 0.03452471271157265, -0.026518383994698524, 0.020709333941340446, -0.011755431070923805, -0.0034298119135200977, -0.017770476639270782, -0.009448290802538395, -0.024870427325367928, -0.012428347021341324, 0.02903152070939541, 0.001344973803497851, 0.0003398912667762488, -0.00352594256401062, -0.001711472636088729, -0.03809528797864914, -0.022700617089867592, 0.004332755226641893, 0.012002624571323395, -0.00929722748696804, 0.0049576060846447945, -0.02404644899070263, 0.029388578608632088, -0.01891031302511692, 0.013286658562719822, 0.011412106454372406, 0.009599353186786175, -0.020915329456329346, 0.027287431061267853, -0.014817886054515839, 0.01439216360449791, -0.01955576427280903, -0.01972055993974209, 0.008981369435787201, -0.04345114901661873, 0.0022590751759707928, -0.004549049772322178, -0.002274524886161089, 0.007020986173301935, -0.02304394170641899, -0.02356579340994358, 0.012497011572122574, 0.03328874334692955, 0.0021423448342829943, 0.029580838978290558, -0.017784209921956062, -0.031036535277962685, -0.02399151585996151, -0.0071617490611970425, -0.0014273716369643807, -0.03422258794307709, 0.03466204181313515, -0.010059407912194729, 0.010100606828927994, -0.013897775672376156, 0.002928558038547635, -0.008123057894408703, -0.016355980187654495, -0.026847977191209793, 0.0008737608441151679, 0.02856459841132164, 0.01984415575861931, 0.020805465057492256, 0.003107086755335331, 0.003252999624237418, -0.029663236811757088, 0.08300213515758514, 0.008967636153101921, 0.0030332719907164574, -0.029745634645223618, 0.005366161931306124, -0.014144969172775745, 0.025914134457707405, -0.027012772858142853, -0.0023363232612609863, 0.011776030994951725, -0.02312633953988552, -0.0066192965023219585, -0.0049850717186927795, 0.00465204706415534, 0.00344869471155107, 0.0037834360264241695, -0.012455812655389309, 0.011590635403990746, -0.008940170519053936, -0.011357174254953861, -0.03680438548326492, 0.022618219256401062, 0.03232743591070175, -0.002514851978048682, -0.02315380424261093, 0.003948231693357229, -0.017756743356585503, -0.01847085915505886, -0.01855325698852539, 0.029278714209794998, 0.005706053227186203, 0.012606875970959663, 0.0035396756138652563, -0.017262356355786324, 0.0032684493344277143, 0.012867802754044533, 0.005149867385625839, -0.007484474219381809, -0.0006428751512430608, -0.027040237560868263, -0.01917123980820179, 0.00972294993698597, -0.00723041407763958, -0.001156145241111517, -0.0029594572260975838, -0.0038280682638287544, 0.017317287623882294, -0.011906493455171585, -0.012826603837311268, -0.035925477743148804, 0.01822366565465927, -0.004391120281070471, 0.017839141190052032, 0.027342364192008972, 0.0051842001266777515, 0.0026710645761340857, -0.022357292473316193, 0.025818003341555595, 0.012778538279235363, -0.026381054893136024, 0.011089381761848927, 0.016410911455750465, 0.016713036224246025, -0.013629983179271221, -0.0015192109858617187, -0.17556242644786835, 0.015930257737636566, 0.017166225239634514, -0.03309648111462593, 0.021437183022499084, -0.0013278075493872166, 0.0005746394162997603, 0.01819619908928871, 0.016534507274627686, -0.010938318446278572, 0.04391806945204735, -0.01907510869204998, -0.021601978689432144, -0.017454618588089943, 0.0014823036035522819, -0.006142075173556805, 0.00931096076965332, 0.015284807421267033, 0.05243251845240593, 0.018072601407766342, 0.04100668057799339, 0.005177333485335112, 0.0038692671805620193, -0.02368939109146595, -0.005057170055806637, 0.014968948438763618, -0.018058868125081062, 0.015792926773428917, -0.031613320112228394, -0.02922378107905388, -0.010560661554336548, 0.017015162855386734, 0.03323381394147873, 0.008116191253066063, -0.0017217723652720451, 0.012256684713065624, -0.0012814587680622935, -0.001114946324378252, 0.0052219657227396965, 0.005352429114282131, 0.008363384753465652, 0.025090154260396957, -0.0003298060910310596, 0.017179958522319794, 0.02774062007665634, 0.003992863930761814, 0.01461189053952694, 0.0021595112048089504, 0.00034096415038220584, -0.03905659541487694, 0.01213995460420847, -0.04273703321814537, 0.01859445497393608, 0.0023431896697729826, -0.008432050235569477, 0.014502027072012424, 0.011734831146895885, -0.0016874399734660983, 0.006444200873374939, 0.013698647730052471, 0.011027582921087742, -0.03427751734852791, 0.006162675097584724, -0.012263551354408264, 0.01936350204050541, 0.005551557056605816, -0.016053853556513786, 0.01428229920566082, -0.008768508210778236, 0.019816691055893898, 0.014872817322611809, -0.0030761875677853823, 0.0032684493344277143, 0.013320990838110447, 0.002684797625988722, -0.0004926706897094846, -0.030212556943297386, -0.0050262706354260445, 0.027781818062067032, 0.003652972634881735, -0.0020170314237475395, 0.006148941814899445, -0.0004892374272458255, -0.016520775854587555, -0.024829227477312088, -0.006221040152013302, -0.011171779595315456, 0.004614281468093395, -0.009036300703883171, -0.004662346560508013, 0.005410794168710709, -0.020558271557092667, -0.01937723532319069, 0.00026242865715175867, 0.025818003341555595, -0.007731667719781399, 0.0016616906505078077, -0.004494117572903633, 0.00731281191110611, -0.00602191174402833, 0.012654941529035568, 0.009784748777747154, -0.012503878213465214, 0.020503340288996696, 0.016932765021920204, -0.011233577504754066, -0.002461636671796441, 0.00305215478874743, 0.022000234574079514, -0.016218649223446846, -0.025749338790774345, 0.02311260625720024, 0.021409716457128525, 0.0006553206476382911, -0.0021680942736566067, 0.03375566378235817, 0.006437334697693586, -0.025927865877747536, 0.0025680672843009233, -0.010244803503155708, 0.03282182291150093, 0.014062571339309216, 0.022123830392956734, 0.00045233004493638873, 0.00483057601377368, -0.005304363556206226, -0.09278001636266708, -0.008541913703083992, 0.021560778841376305, 0.003937932197004557, -0.004466651938855648, 0.01146703865379095, -0.010327201336622238, 0.019610695540905, -0.02916884981095791, 0.010759790427982807, -0.01911630854010582, -0.017825407907366753, -0.019995220005512238, -0.011734831146895885, 0.022219961509108543, 0.0030058061238378286, -0.022068899124860764, -0.0232774019241333, -0.003153435653075576, 0.012194886803627014, -0.01214682124555111, -0.021766774356365204, 0.012654941529035568, -0.004689812660217285, -0.006564364768564701, 0.002504552248865366, -0.019967753440141678, 0.008445782586932182, 0.017894072458148003, 0.0047550443559885025, -0.0014016223140060902, -0.00974354986101389, -0.0035362422931939363, -0.003862400772050023, -0.015669330954551697, 0.024939091876149178, 0.0010540062794461846, -0.025117620825767517, 0.03232743591070175, -0.018086334690451622, 0.005410794168710709, -0.0013818811858072877, 0.005170466843992472, -0.0020753967110067606, -0.0118790278211236, 0.0026195659302175045, -0.029498441144824028, 0.011370907537639141, 0.005112101789563894, -0.015710528939962387, -0.03177811577916145, -0.016040120273828506, -0.00971608329564333, -0.025337347760796547, 0.012634341605007648, -0.011487637646496296, -0.001623924938030541, -0.00019075967429671437, -0.03238236904144287, -0.001308066421188414, -0.029416043311357498, -0.017454618588089943, -0.017715545371174812, 0.02386792004108429, 0.00698322057723999, 0.012860936112701893, -0.01822366565465927, -0.02760329097509384, 0.0469667911529541, -0.020118815824389458, 0.0001301414449699223, 0.02815260924398899, -0.026175059378147125, 0.009956411086022854, -0.016149984672665596, -0.016452109441161156, -0.03243729844689369, 0.008329052478075027, 0.0059532467275857925, -0.026037730276584625, 0.004470085259526968, -0.017028896138072014, -0.011824095621705055, -0.00947575643658638, 0.004888941068202257, 0.015641864389181137, 0.031338661909103394, 0.004191992338746786, 0.00474131153896451, -0.03153092414140701, -0.013190527446568012, 0.017193691805005074, 0.0031345526222139597, -0.021821705624461174, -0.016301047056913376, 0.004435752518475056, -0.030404817312955856, -0.01393897458910942, 0.00297490693628788, 0.01877298392355442, -0.0049507394433021545, -0.010162405669689178, -0.07388343662023544, 0.011274776421487331, -0.004844308830797672, -0.0037285040598362684, -0.0011870444286614656, 0.005307796876877546, 0.017358487471938133, 0.004133626818656921, -0.027053970843553543, 0.0021268953569233418, -0.01932230405509472, 0.030240021646022797, -0.002878776052966714, -0.003663272364065051, -0.01970682665705681, 0.005115535110235214, 0.02433484047651291, 0.000698236224707216, 0.011158046312630177, 0.000653604045510292, -0.00957188755273819, -0.01203695684671402, 0.01422736793756485, -0.0034006291534751654, -0.0026298656594008207, 0.016012655571103096, -0.024856694042682648, -0.0007257021497935057, -0.010018208995461464, -0.004332755226641893, 0.030294954776763916, -0.017688078805804253, -0.011343441903591156, -0.00610430957749486, -0.003958531655371189, -0.0024015549570322037, 0.01195455901324749, 0.013581917621195316, 0.05108668655157089, -0.0026659148279577494, -0.01963816210627556, -0.04809289798140526, 0.003985997289419174, -0.030212556943297386, -0.004064962267875671, 0.0009055183618329465, -0.0032221004366874695, 0.017743010073900223, 0.003122536465525627, 0.002353489398956299, 0.040512289851903915, 0.03235490247607231, -0.04630760848522186, -0.017976470291614532, 0.001955233048647642, -0.03197037801146507, 0.02856459841132164, 0.0037731362972408533, 0.013698647730052471, -0.013815377838909626, 0.04809289798140526, 3.060416202060878e-05, -0.007333411369472742, -0.01181036327034235, -8.63139284774661e-05, -0.005335262976586819, -0.03644733130931854, -0.004665779881179333, 0.015751728788018227, -0.017852874472737312, -0.022631950676441193, -0.020187480375170708, -0.0059944456443190575, -0.016204915940761566, 0.026861708611249924, 0.0031139531638473272, 0.00464174710214138, 0.04259970411658287, 0.0003772278141696006, 0.009956411086022854, 0.027067704126238823, 0.02323620207607746, -0.019967753440141678, 0.03831501305103302, 0.0370241142809391, 0.007271612994372845, -0.009070632979273796, 0.01875925064086914, 0.00585711607709527, 0.010704858228564262, -0.007635537069290876, 0.03414018824696541, 0.011068781837821007, 0.006306871306151152, -0.011082515120506287, -0.0031276862137019634, 0.0013089246349409223, 0.026298657059669495, 0.015353471972048283, 0.030294954776763916, 0.014872817322611809, 0.012977666221559048, -0.007820932194590569, -0.02408764697611332, -0.04323142021894455, -0.007807199377566576, -0.0477907694876194, -0.031228797510266304, 0.012936467304825783, 0.035183895379304886, 0.009427690878510475, 0.0027053970843553543, -0.016108786687254906, 0.012256684713065624, -0.03367326781153679, 0.01896524615585804, 0.00474474485963583, -0.0073540108278393745, -0.00594638055190444, 0.022879144176840782, 0.0003298060910310596, -0.006550631485879421, 0.006684528198093176, -0.034881770610809326, 0.0383974127471447, -0.006330904085189104, 0.010464531369507313, -0.02826247364282608, 0.010567528195679188, 0.0028616096824407578, -0.011487637646496296, 0.005245998501777649, -0.005627088714390993, -0.006533465348184109, -0.00352594256401062, -0.010766656138002872, -0.017852874472737312, 0.010938318446278572, 0.014845351688563824, 0.0773441419005394, 0.007367744110524654, -0.0009166764211840928, -0.011055049486458302, 0.01884164847433567, -0.016108786687254906, 0.026435986161231995, -0.004710412118583918, -0.012668673880398273, -0.017317287623882294, 0.0239640511572361, 0.003958531655371189, -0.011295376345515251, -0.03477190434932709, 0.002878776052966714, 0.022316092625260353, -0.035678282380104065, -0.006560931447893381, 0.02382672019302845, -0.010004475712776184, 0.011254177428781986, -0.03828755021095276, 0.027108902111649513, -0.010176138021051884, -0.018086334690451622, 0.012826603837311268, 0.02774062007665634, -0.015820393338799477, -0.004617714788764715, -0.02834487147629261, 0.015449603088200092, 0.013149328529834747, -0.02305767312645912, -0.0014170719077810645, -0.003955098334699869, -0.005379895213991404, -0.00603564502671361, 4.905785317532718e-05, 0.022096365690231323, 0.006935155019164085, -0.008061259053647518, 0.019912822172045708, -0.016218649223446846, -0.025007756426930428, -0.01836099475622177, -0.0028547432739287615, 0.00957188755273819, -0.01869058609008789, -0.006447634194046259], \"db89785a-7947-4037-86d5-09c4f4307245\": [-0.019153576344251633, -0.002544146729633212, 0.00651114946231246, -0.020753039047122, -0.014248554594814777, 0.01942015253007412, -0.01438184268772602, 0.007904015481472015, -0.020273199304938316, -0.016581105068325996, 0.006741072051227093, 0.018220555037260056, -0.010523136705160141, -0.02373870462179184, 0.006787723395973444, -0.0011487813899293542, 0.0026457791682332754, -0.041666023433208466, -0.0049816626124084, -0.008497149683535099, 0.0020809685811400414, 0.0157280582934618, -0.0122692184522748, 0.021899322047829628, -0.028203872963786125, 0.005721414461731911, 0.019606756046414375, -0.04545142129063606, 0.014981641434133053, 0.0026591080240905285, 0.008563794195652008, -0.001902695163153112, -0.008497149683535099, -0.009296881966292858, -0.006494488101452589, 9.288550791097805e-05, -0.0028490442782640457, -0.003755406942218542, 0.008657095953822136, -0.016154581680893898, -0.003792061470448971, 0.01174272783100605, 0.014355185441672802, 0.006484491750597954, -0.03574800863862038, 0.0335620753467083, -0.0030589739326387644, -0.005544806830585003, -0.011562787927687168, 0.000963010301347822, 0.010369854979217052, 0.006484491750597954, -0.007997317239642143, -0.0009746730793267488, 0.018727051094174385, 0.007297552190721035, 0.011922667734324932, 0.024551764130592346, -0.018460474908351898, -0.018567105755209923, -0.003938679117709398, 0.01602129265666008, -0.020992958918213844, -0.03553474694490433, -0.0373208150267601, -0.02676435559988022, -0.010296545922756195, 0.01188934501260519, 0.010903009213507175, -0.01350213773548603, 0.022592421621084213, 0.009170257486402988, -0.0002740747295320034, -0.016741052269935608, 0.0027357491198927164, -0.023165563121438026, -0.022712381556630135, -0.03182932361960411, -0.02612457051873207, 0.0018677068874239922, 0.004798390436917543, -0.013888674788177013, -0.02696428820490837, 0.010336533188819885, 0.028657054528594017, 0.022552436217665672, -0.005251572001725435, 0.016247883439064026, -0.025551429018378258, -0.02168606035411358, 0.03166937828063965, 0.013928661122918129, -0.004998323507606983, 0.014168580994009972, 0.005348206032067537, 0.03212255984544754, -0.0043618702329695225, 0.018127253279089928, -0.007064297329634428, -0.015967978164553642, 0.0038753668777644634, 0.01920689083635807, -0.042758990079164505, -0.019273534417152405, -0.03049643710255623, -0.013635426759719849, -0.0028856988064944744, -0.018780367448925972, 0.02067306637763977, 0.01371539942920208, -0.025804677978157997, 0.029536759480834007, -0.0024358497466892004, -0.03020320273935795, 0.018713723868131638, -0.02037983015179634, -0.020019952207803726, -0.004431847017258406, -0.024418476969003677, 0.01748746819794178, -0.00177940318826586, 0.003257240867242217, 0.011882681399583817, -0.004521816503256559, 0.012842359021306038, -0.004215252585709095, -0.005908018443733454, -0.02248579077422619, 0.03673434630036354, 0.006817713379859924, 0.010616439394652843, -0.014341856352984905, 0.027990611270070076, -0.0015961312456056476, -0.03502825275063515, 0.005354870576411486, -0.008550465106964111, 0.014501802623271942, -0.013642091304063797, -0.027830665931105614, 0.001002996927127242, 0.040413111448287964, -0.01891365647315979, 0.013255554251372814, 0.0007505815592594445, -0.0023608747869729996, 0.01044316403567791, -0.01050314400345087, 0.005134944338351488, -0.006990988273173571, 0.021272864192724228, -0.0025608076248317957, 0.00012214653543196619, -0.005728078540414572, -0.005484826862812042, 0.013548788614571095, -0.02344547025859356, 0.035241514444351196, -0.0037520749028772116, -0.01627454161643982, -0.008723740465939045, 0.00426523620262742, 0.008003981783986092, -0.006637773476541042, 0.02092631347477436, 0.024378489702939987, 0.03609456121921539, 0.01715424656867981, 0.005971330218017101, 0.007230908144265413, -0.00795066636055708, 0.030336491763591766, -0.0002865705464500934, 0.003745410358533263, -0.009136935696005821, 0.021752703934907913, 0.0021842673886567354, 0.0016402831533923745, -0.0295634176582098, -0.007650766987353563, 0.024271858856081963, -0.017380837351083755, 0.0011987645411863923, 0.023672059178352356, -0.023752033710479736, 0.010116606950759888, 0.031216196715831757, 0.0022092589642852545, 0.015914661809802055, -0.027190878987312317, 0.0068443710915744305, 0.03065638430416584, 0.016261212527751923, -0.0033288833219558, -0.6363732218742371, -0.0034888298250734806, 0.006601119413971901, -0.023498784750699997, -0.01727420650422573, 0.024671724066138268, 0.007010981906205416, -0.00740418303757906, -0.011462821625173092, 0.01590133272111416, 0.001012993510812521, 0.01580803096294403, 0.0007493320154026151, -0.012509137392044067, -0.0046151187270879745, -0.01795397885143757, -0.004861702676862478, 0.00036966768675483763, -0.0002640780876390636, -0.02655109390616417, -0.01484835334122181, -0.00678439112380147, 0.02385866455733776, -0.007817378267645836, 0.00991667341440916, -0.004561803303658962, 0.02197929471731186, 0.022445805370807648, -0.01631452701985836, 0.02616455778479576, -0.0285237655043602, 0.020366502925753593, 0.03196261078119278, 0.013468815945088863, 0.035294827073812485, 0.01938016712665558, -0.01322889607399702, 0.03268237039446831, -0.0011812704615294933, 0.04622449725866318, -0.026137899607419968, -0.025258194655179977, 0.0257913488894701, 0.017420822754502296, 0.02449844963848591, 0.011376184411346912, 0.029456786811351776, -0.004191927146166563, -0.0067777265794575214, -0.017980635166168213, 0.007937337271869183, -0.0136287622153759, -0.010723070241510868, -0.013702070340514183, 0.024205215275287628, 0.003922017756849527, 0.00855712965130806, 0.00012735312338918447, 0.013368849642574787, 0.015448152087628841, 0.008583787828683853, 0.012782379053533077, -0.010289882309734821, -0.023685388267040253, -0.01672772318124771, 0.009083620272576809, -0.010029968805611134, 0.002240915084257722, 0.016714394092559814, 0.0014095272636041045, 0.009130271151661873, 0.025404812768101692, 0.008730405010282993, -0.03329549729824066, -0.011756056919693947, 0.04553139582276344, 0.021406153216958046, 0.0032605729065835476, -0.03196261078119278, 0.004771732725203037, -0.0003284315171185881, 0.003555474104359746, 0.008097284473478794, -0.03028317540884018, 0.01832718588411808, 0.008583787828683853, -0.031189538538455963, -0.02696428820490837, -0.001408694195561111, 0.03590795770287514, 0.02004660852253437, 0.014435158111155033, -0.005218249745666981, -0.015674741938710213, -0.0003992410784121603, 0.027084248140454292, 0.01711425930261612, -0.025218207389116287, 0.003938679117709398, 0.0017244216287508607, -0.010523136705160141, -0.01752745360136032, 0.01824721321463585, 0.0048417095094919205, 0.022739039734005928, 0.024098584428429604, -0.0032222524750977755, -0.013015634380280972, 0.017034286633133888, -0.03766736388206482, 0.02356542833149433, -0.0005656435969285667, 0.0019010290270671248, -0.007410847581923008, 0.01635451428592205, -0.02473836950957775, 0.019233549013733864, 0.0013970313593745232, -0.02541814185678959, -0.012069284915924072, 0.007064297329634428, -0.009830036200582981, 0.027484115213155746, -0.009903345257043839, 0.02583133615553379, 0.026644395664334297, 0.003280566306784749, -0.019433481618762016, 0.008150599896907806, -0.015994634479284286, -0.007297552190721035, -0.029030263423919678, 0.01983334682881832, -0.014821695163846016, 0.015821360051631927, -0.0033722021616995335, 0.01795397885143757, -0.005038309842348099, 0.023845335468649864, -0.003858705749735236, -0.0339619405567646, -0.01727420650422573, -0.01098964735865593, -0.008543800562620163, 0.00229089823551476, -0.016954313963651657, 0.0037754003424197435, -0.008843700401484966, -0.020619750022888184, 0.00039965761243365705, -0.0008413844625465572, -0.017794031649827957, -0.019393494352698326, 0.022779027000069618, 0.020406488329172134, 0.006151270121335983, -0.007197585888206959, -0.02436516061425209, -0.004408521112054586, -0.00907695572823286, -0.017007628455758095, 0.023245535790920258, -0.017394166439771652, -0.01862042024731636, 0.0075574652291834354, -0.024711711332201958, -0.016141252592206, 0.015927990898489952, 0.02503160387277603, -0.021912649273872375, 2.496558408893179e-05, 0.005491491407155991, -0.030256517231464386, 0.035161539912223816, -0.0011862687533721328, 0.005121615249663591, -0.008123941719532013, -0.00246417336165905, 0.0057414076291024685, -0.0197133868932724, 0.01146948616951704, -0.012509137392044067, -0.011249559931457043, -0.016327856108546257, 0.008003981783986092, -0.01371539942920208, 0.020793026313185692, 0.03497493639588356, -0.015114930458366871, -0.004045309964567423, -0.01022990234196186, 0.02801726944744587, -0.007004317361861467, 0.025324838235974312, -0.019353508949279785, 0.0071442704647779465, 0.00815726350992918, -0.003915353212505579, -0.00631121639162302, 0.0015178242465481162, 0.031136222183704376, 0.0034755009692162275, -0.001447014627046883, -0.007124277297407389, 0.004931678995490074, -0.017887333407998085, 0.007983989082276821, -0.024898314848542213, 0.03510822355747223, -0.014541788958013058, 0.03404191508889198, -0.03956006467342377, -0.01744748093187809, -0.03660105541348457, 0.008517143316566944, 0.010063291527330875, 0.004238578490912914, 0.01492832601070404, -0.01782068982720375, -0.01983334682881832, -0.005758068524301052, -0.01791399158537388, 0.008650431409478188, -0.019606756046414375, -0.0072175790555775166, 0.023685388267040253, 0.015754716470837593, 0.010962989181280136, 0.015927990898489952, -0.023285523056983948, 0.017047615721821785, 0.017500797286629677, 0.004595125559717417, 0.0028090577106922865, 0.0020559770055115223, 0.000475673790788278, 0.03473501652479172, -0.041586052626371384, 0.014515131711959839, -0.005488159134984016, 0.004161937162280083, 0.030603067949414253, 0.03905356675386429, -0.037853971123695374, 0.014128594659268856, 0.0026974284555763006, 0.007644102908670902, -0.0032755678985267878, -0.01946013979613781, 0.02520487830042839, -0.011856023222208023, 0.04070634767413139, 0.006294555496424437, 0.01289567444473505, -0.003642111783847213, -0.026657724753022194, 0.0006906017079018056, 0.0134221650660038, -0.0025058260653167963, 0.024218542501330376, 0.012815701775252819, 0.012869017198681831, 0.017834018915891647, 0.00028469617245718837, 0.00023492120089940727, -0.006461166311055422, -0.011502808891236782, -0.01815391145646572, 0.0017410826403647661, -0.010789713822305202, 0.009150263853371143, -0.004275232553482056, 0.004318551626056433, 0.006517814006656408, -0.0013187243603169918, 0.018847011029720306, 0.028123900294303894, 0.007910680025815964, -0.02311224862933159, 0.038813646882772446, -0.03833380714058876, -0.015381507575511932, 0.032149218022823334, 0.027564087882637978, 0.015874674543738365, -0.009130271151661873, -0.00041277820128016174, 0.007690753787755966, -0.026977617293596268, -0.008523807860910892, -0.00335554126650095, 0.021992623805999756, 0.008510478772222996, -0.022805683314800262, 0.031349483877420425, 0.005488159134984016, 0.016207896173000336, -0.019353508949279785, -0.010643096640706062, 0.006647770293056965, 0.0014986640308052301, 0.007850700058043003, -0.01828719861805439, -0.012928997166454792, 0.0415327362716198, 0.005621447693556547, -0.0220192801207304, -0.030389806255698204, -0.011296210810542107, -0.03158940374851227, 0.016967641189694405, 0.0004865034716203809, -0.008070626296103, -0.0031589404679834843, 0.008670425042510033, -0.016127923503518105, -0.0011904340935871005, -0.005348206032067537, 0.018767038360238075, 0.02088632807135582, -0.0015927990898489952, -0.036334481090307236, -0.016474474221467972, 0.02524486556649208, 0.05934009701013565, 0.040866293013095856, -0.0015111598186194897, 0.014968312345445156, -0.006127944681793451, 0.01631452701985836, -0.03377533704042435, -0.03212255984544754, 0.004481830168515444, -0.01390200387686491, -0.02557808719575405, -0.011376184411346912, 0.019020287320017815, 0.009410177357494831, 0.015528124757111073, 0.0076307738199830055, -0.018380502238869667, 0.0032472440507262945, -0.013462151400744915, -0.01262243278324604, 0.007957330904901028, -0.010683082975447178, -0.0007614112691953778, 0.02817721478641033, 0.017514126375317574, 0.0022975627798587084, 0.02147279679775238, 0.031349483877420425, 0.00847049243748188, -0.030603067949414253, -0.009656760841608047, 0.013981976546347141, -0.0012804038124158978, 0.01618123985826969, -0.0348149873316288, 0.03700092434883118, 0.003217254299670458, 0.013048956170678139, 0.002940680366009474, 0.03628116473555565, 0.017127588391304016, 0.029936624690890312, -0.007904015481472015, -0.026351161301136017, -0.006751068867743015, -0.01811392419040203, 0.01058978121727705, 0.023725375533103943, 0.004595125559717417, 0.011302875354886055, 0.006597787141799927, -0.006177927833050489, -0.03492162004113197, -0.009716740809381008, 0.003283898578956723, 0.0060646324418485165, 0.014821695163846016, -0.007050968240946531, -0.014275211840867996, -0.05299555882811546, -0.0061312769539654255, -0.01774071529507637, 0.009903345257043839, -0.011282882653176785, 0.008143935352563858, -0.013235560618340969, -0.016634421423077583, -0.0019593427423387766, -0.0049616689793765545, 0.009490150026977062, 0.03337547183036804, 6.273937469813973e-05, -0.022512448951601982, -0.007277559023350477, 0.03129617124795914, 0.044944923371076584, 0.016514461487531662, -0.003692094935104251, 0.022779027000069618, 0.027404140681028366, 0.017580769956111908, -0.03622784838080406, 0.004161937162280083, -0.04139944911003113, -0.003532148664817214, -0.0043618702329695225, -0.008543800562620163, -0.011329533532261848, -0.011402841657400131, 0.02717755176126957, -0.0211795624345541, -0.03305557742714882, 0.006911015138030052, -0.021779362112283707, 0.00937685463577509, -0.019446810707449913, 0.011516137048602104, 0.00485503813251853, -0.006354535464197397, 0.010423170402646065, -0.014421829022467136, 0.025178221985697746, -0.019606756046414375, -0.015754716470837593, 0.027830665931105614, 0.025644730776548386, -0.005174931138753891, -0.0022242539562284946, -0.0016119593055918813, -0.00964343175292015, 0.024311846122145653, -0.006574461702257395, -0.0028607072308659554, 0.006191256456077099, -0.0028023933991789818, 2.8688293241430074e-05, 0.00037508251261897385, 0.01606127992272377, 0.027484115213155746, 0.001496997894719243, 0.008663760498166084, -0.022925643250346184, 0.008823706768453121, -0.014728393405675888, -0.013035628013312817, 0.004515152424573898, -0.002995661925524473, -0.040199849754571915, 0.0037520749028772116, 0.009996647015213966, -0.005324880592525005, -0.00041173689533025026, -0.018447145819664, -0.020646408200263977, -0.026684382930397987, 0.007050968240946531, -0.013175580650568008, 0.0048650349490344524, -0.017767373472452164, -0.016207896173000336, -0.017647413536906242, 0.008983653038740158, 0.003895360045135021, -0.0216060858219862, 0.021872663870453835, -0.03132282570004463, -0.01180937234312296, 0.011169587261974812, 0.030763015151023865, 0.04281230643391609, -0.0174074936658144, 0.0059280116111040115, -0.0035088229924440384, -0.013402171432971954, -0.00352881639264524, -0.008923673070967197, 0.012529131025075912, -0.014221896417438984, 0.04961002618074417, 0.0017627420602366328, 0.02139282412827015, -0.015194903127849102, -0.0004556804778985679, -0.022165898233652115, 0.003432182129472494, -0.014315198175609112, -0.007604116108268499, 0.01568807102739811, -0.014688406139612198, 0.014608433470129967, 0.003928682301193476, -0.0008313878206536174, 0.011716070584952831, -0.005121615249663591, 0.022805683314800262, 0.0087037468329072, -0.015967978164553642, -0.008823706768453121, -0.018886998295783997, -0.00788402184844017, -0.0070309750735759735, 0.007104283664375544, -0.025951296091079712, -0.008103948086500168, -0.052942242473363876, -0.011396177113056183, 0.009390183724462986, 0.009976653382182121, -0.004098625387996435, -0.014315198175609112, 0.011562787927687168, -0.018713723868131638, 0.01371539942920208, 0.013702070340514183, -0.010676419362425804, 0.006744404323399067, -0.009110277518630028, -0.042838964611291885, -0.010309875011444092, 0.011476150713860989, 0.01942015253007412, -5.498155951499939e-05, 0.014035291969776154, -0.022792354226112366, -0.02583133615553379, 0.03497493639588356, -0.004491826519370079, -0.026684382930397987, 0.007184256799519062, -0.03574800863862038, -0.007710746955126524, -0.015514795668423176, -0.018926985561847687, -0.0028473783750087023, 0.017300862818956375, 0.0035854640882462263, -0.02881700173020363, 0.02587132155895233, -0.03820051997900009, -0.010129936039447784, 0.01430187001824379, -0.03678766265511513, 0.017687400802969933, 0.01848713308572769, 0.038227178156375885, 0.024671724066138268, 0.028417134657502174, -0.017287535592913628, -0.010763056576251984, -0.010516472160816193, -0.0087037468329072, 0.013395506888628006, 0.040573056787252426, -0.002705759136006236, -0.034068573266267776, -0.008930337615311146, -0.005338209681212902, 0.0023425475228577852, -0.016087938100099564, 0.020073266699910164, 0.008077290840446949, 0.01201596949249506, -0.011916003189980984, -0.0013195574283599854, 0.012282546609640121, 0.032149218022823334, -0.023765362799167633, 0.011789378710091114, -0.008423841558396816, -0.012482480145990849, -0.004448507912456989, 0.02545812726020813, -3.764362190850079e-05, 0.019393494352698326, 0.015128258615732193, -0.0035154875367879868, 0.0049816626124084, 0.004448507912456989, -0.0020559770055115223, -0.03494827821850777, -0.01547480933368206, 0.014835024252533913, 0.005361535120755434, 0.0004681762948166579, 0.007150935009121895, 0.023712046444416046, -0.013282211497426033, -0.0009380187257193029, -0.0016427823575213552, 0.027830665931105614, -0.004568467848002911, -0.010009976103901863, 0.014275211840867996, -0.018673736602067947, 0.012795708142220974, -0.026817671954631805, -0.00654113944619894, 0.0044285147450864315, -0.025004945695400238, -0.03036314994096756, 0.009203579276800156, 0.02344547025859356, -0.0013787042116746306, -0.02084634080529213, -0.0028490442782640457, -0.028043927624821663, 0.006067964714020491, -0.003105625044554472, 0.012882345356047153, -0.019020287320017815, -0.021192891523241997, 8.554422674933448e-05, 0.0019243545830249786, 0.016661077737808228, 0.0036354472395032644, 0.0013495472958311439, 0.007650766987353563, 0.036254506558179855, -0.006174595560878515, -0.006461166311055422, -0.018300527706742287, 0.010449828580021858, -0.03876033425331116, -0.008783720433712006, -0.018340514972805977, -0.015354849398136139, 0.021566100418567657, -0.007957330904901028, -0.033322155475616455, -0.003952007740736008, 0.001927686738781631, 0.007577458396553993, -0.013142258860170841, 0.0054181828163564205, 0.008870357647538185, 0.001560310018248856, -0.005264900624752045, 0.004295226186513901, -0.02793729677796364, 0.02155277132987976, -0.03065638430416584, -0.006144605576992035, 0.015714729204773903, -0.0199133213609457, 0.006174595560878515, -0.02508492022752762, 0.03350875899195671, -0.006531142629683018, -0.016501132398843765, -0.026311174035072327, -0.009863357990980148, -0.0012745724525302649, -0.03974666818976402, 0.011896009556949139, -0.008003981783986092, -0.02272571064531803, -0.002727418439462781, 0.01727420650422573, 0.011476150713860989, -0.005958001594990492, 7.940045179566368e-05, 0.004125283099710941, 0.02373870462179184, -0.0023608747869729996, -0.016034621745347977, -0.015061615034937859, -0.02483167126774788, -0.013728728517889977, -0.008697083219885826, -0.0136287622153759, 0.009803378023207188, 0.021872663870453835, 0.015927990898489952, -0.03582798317074776, -0.03505490720272064, -0.005501488223671913, -0.04035979509353638, -0.03036314994096756, 0.004501823335886002, 0.017420822754502296, 0.0266310665756464, 0.03321552649140358, -0.015914661809802055, 0.014021963812410831, 0.00465510506182909, 0.020606420934200287, -0.024098584428429604, -0.011309539899230003, 0.011169587261974812, -0.020793026313185692, 0.022925643250346184, -0.02147279679775238, -0.033695366233587265, -0.01547480933368206, 0.008030639961361885, -0.005258236080408096, 0.001558643882162869, 0.013688742183148861, -0.010996311902999878, -0.015581440180540085, -0.002415856346487999, 0.0027807338628917933, -0.025897979736328125, -0.004808387253433466, 0.03241579234600067, -0.017727388069033623, -0.0034721686970442533, 0.011216238141059875, 0.020579764619469643, -0.031642720103263855, 0.014568447135388851, 0.012242560274899006, 0.004348541609942913, 0.018926985561847687, -0.002977334661409259, 0.0045717996545135975, 0.014901668764650822, 0.01430187001824379, 0.013428828679025173, 0.014914996922016144, -0.010216573253273964, 0.03590795770287514, 0.0133155332878232, -0.010096613317728043, 0.007670760620385408, 0.036254506558179855, 0.023538772016763687, -0.00031260348623618484, 0.005508152302354574, -0.003755406942218542, 0.014914996922016144, 0.010643096640706062, -0.006671095732599497, -0.010083284229040146, 0.006101286970078945, -0.0023842002265155315, -0.007004317361861467, -0.0176074281334877, -0.002712423447519541, -0.008583787828683853, -0.017540782690048218, -0.013795373030006886, -0.023925308138132095, -0.004765068180859089, 0.005678095389157534, 0.015781372785568237, -0.010916338302195072, 0.008123941719532013, -0.004165269434452057, 0.009196915663778782, -0.004945008084177971, -0.0373208150267601, 0.009823371656239033, 0.004201923962682486, -0.007477492094039917, 0.026311174035072327, 0.20270533859729767, -0.001414525555446744, -0.019740045070648193, 0.006254568696022034, 0.017220890149474144, 0.022112583741545677, 0.021832676604390144, 0.005218249745666981, -0.005584793630987406, -0.010743062943220139, -0.015488138422369957, -0.0015378175303339958, -0.022659067064523697, -0.007350867614150047, 0.0339619405567646, -0.0427856482565403, -0.015888003632426262, -0.03894693776965141, -0.00969008356332779, 0.01241583563387394, -0.02004660852253437, 0.011062956415116787, 0.008303881622850895, -0.003150609787553549, 0.031349483877420425, 0.015954649075865746, -0.01262243278324604, 0.004155273083597422, 0.03289563208818436, 0.005221582017838955, 0.00019680899276863784, 0.009190251119434834, 0.013395506888628006, -0.000976339157205075, -0.003878698917105794, -0.0019110257271677256, 0.04998323321342468, -0.015128258615732193, 0.0044518401846289635, -0.008810378611087799, 0.004285229369997978, -0.027963953092694283, 0.007937337271869183, 0.002755742287263274, 0.012422500178217888, 0.02860374003648758, -0.009616774506866932, 0.017340850085020065, 0.003835380310192704, 0.008523807860910892, -0.04409187659621239, 0.006741072051227093, 0.031189538538455963, 0.004088628571480513, -0.0043518734164536, 0.003878698917105794, -0.020326515659689903, 0.040786318480968475, -0.04374532774090767, 0.006224578712135553, -0.007090955041348934, 0.016407830640673637, -0.013915332965552807, 0.011369519867002964, -0.0192868635058403, 0.019020287320017815, -0.021112918853759766, -0.005624779965728521, 0.012295875698328018, -0.007690753787755966, -0.015701400116086006, -0.0008672091062180698, -0.0023592086508870125, 0.018740380182862282, -0.007717411499470472, -0.04675764963030815, -0.002545812865719199, 0.017394166439771652, 0.00949681457132101, 0.024258529767394066, -0.003618786111474037, 0.0024475124664604664, -0.02541814185678959, -0.00773740466684103, 0.00023846168187446892, -0.027857322245836258, 0.02823053114116192, -0.015741387382149696, 0.010749727487564087, -0.013055620715022087, -0.0022742371074855328, 0.004688427317887545, -0.011182915419340134, -0.030336491763591766, 0.007897350937128067, 0.015381507575511932, 0.03433515131473541, 0.024218542501330376, -0.004518484231084585, -0.0011604441097006202, -0.017807360738515854, 0.0813593789935112, 0.009943331591784954, 0.005708085373044014, -0.021872663870453835, -0.027670718729496002, 0.002917354693636298, 0.015234890393912792, -0.01723421923816204, -0.01643448695540428, 0.0075574652291834354, -0.03094961866736412, 0.015301533974707127, -0.017714058980345726, 0.0070776259526610374, -0.008350532501935959, 0.008183921687304974, -0.03028317540884018, -0.007704082410782576, 0.00010829701204784214, 0.008423841558396816, 0.0059513370506465435, 0.008910344913601875, 0.029803337529301643, -0.02021988481283188, -0.0006639439961872995, -0.002367539331316948, -0.01514158770442009, 0.017474139109253883, -0.001902695163153112, 0.017647413536906242, -0.007484156172722578, 0.005511484574526548, -0.005654769949615002, 0.0011612771777436137, 0.002992329653352499, 0.0030723027884960175, 0.01891365647315979, 0.0027574084233492613, 0.011589446105062962, 0.0045418101362884045, -0.0004490160499699414, -0.005918014794588089, 0.017794031649827957, -0.0007980656228028238, -0.019820019602775574, 0.011329533532261848, -0.00137620500754565, -0.011542795225977898, -0.0031489438842982054, -0.021032944321632385, 0.006824377458542585, -0.017380837351083755, 0.00853713694959879, 0.025231536477804184, 0.003582131816074252, -0.02709757722914219, -0.04286562278866768, 0.020153239369392395, 0.026244530454277992, -0.04161271080374718, -0.019113589078187943, 0.018220555037260056, 0.002367539331316948, 0.001635284861549735, 0.012362520210444927, -0.16954313218593597, 0.00766409607604146, 0.016381172463297844, 0.006234575528651476, 0.00011308706598356366, 0.007224243599921465, 0.011309539899230003, 0.005944672506302595, 0.007290887646377087, 0.005511484574526548, 0.02717755176126957, -0.013028963468968868, -0.014501802623271942, -0.002629118040204048, 0.022872328758239746, -0.001377871143631637, 0.014755050651729107, -0.0055581359192729, 0.019593428820371628, 0.012575781904160976, 0.023938637226819992, 0.009703411720693111, -0.020539777353405952, -0.011829365976154804, 0.009976653382182121, 0.015261547639966011, -0.029936624690890312, 0.0030323162209242582, -0.018393831327557564, -0.029216866940259933, -0.018127253279089928, 0.02524486556649208, 0.025044932961463928, 0.02281901240348816, 0.007584122940897942, 0.012362520210444927, 0.011589446105062962, -0.0054181828163564205, -0.011036298237740993, 0.03865370154380798, 0.014341856352984905, 0.04526481777429581, 0.006594454869627953, 0.01903361640870571, 0.025818007066845894, 0.013395506888628006, 0.015248218551278114, 0.012135929428040981, 0.010283217765390873, -0.034628383815288544, 0.001852711895480752, -0.04259904474020004, 0.03614787384867668, 0.007524142973124981, 0.01610126532614231, 0.018886998295783997, -0.009343532845377922, 0.008677089586853981, 0.0030723027884960175, -0.015274876728653908, -0.007850700058043003, -0.022792354226112366, -0.004531813319772482, -0.03710755333304405, -0.012889009900391102, -0.014035291969776154, -0.04339877516031265, 0.010629767552018166, -0.015221561305224895, 0.03305557742714882, 0.016087938100099564, -0.015581440180540085, 0.010103277862071991, -0.0023858663626015186, -0.005894689355045557, 0.007497485261410475, 0.0037220849189907312, 0.010356525890529156, 0.027857322245836258, 0.01690099760890007, 0.01736750826239586, 0.0032222524750977755, 0.004401857033371925, 0.014128594659268856, -0.03249576687812805, -0.00998331792652607, -0.002665772568434477, 0.007270894479006529, 0.012455821968615055, 0.003981997724622488, 0.011182915419340134, -0.032229188829660416, -0.008077290840446949, -0.009996647015213966, 0.025844665244221687, 0.003405524417757988, 0.0019726715981960297, -0.003117287764325738, 0.013015634380280972, 0.0032139220274984837, 0.004518484231084585, 0.003153942059725523, -0.027617404237389565, -0.0011187914060428739, 0.02469838224351406, -0.006404518615454435, 0.015114930458366871, -0.009216908365488052, 0.026577752083539963, -0.019073601812124252, -0.016287870705127716, 0.014355185441672802, 0.02948344498872757, 0.015168245881795883, -0.018926985561847687, 0.033615391701459885, 0.010982982814311981, 0.002970670349895954, 0.01438184268772602, -0.0057414076291024685, 0.03753407672047615, -0.007384189870208502, 0.01774071529507637, -0.008297217078506947, 0.005394856911152601, -0.02331218123435974, -0.07938670367002487, -0.027963953092694283, 0.0203398447483778, 0.010369854979217052, 0.0007305882754735649, 0.017207561060786247, -0.006087957881391048, 0.02671104110777378, -0.008063961751759052, 0.006141273304820061, -0.021992623805999756, -0.006034642457962036, -0.03753407672047615, -0.007097619120031595, 0.017127588391304016, -0.020899657160043716, -0.003103958908468485, -0.018473803997039795, -0.01899362914264202, 0.01199597679078579, -0.0014903334667906165, -0.03468170017004013, 0.0009096948779188097, -0.0197133868932724, -0.036894291639328, 0.008163928054273129, -0.03876033425331116, -0.007437505293637514, 0.02063307911157608, -0.006837706547230482, -0.00895699579268694, -0.02051311917603016, 0.0067310757003724575, -0.03108290769159794, 0.0021709385327994823, 0.01038318406790495, -0.011702741496264935, -0.012255889363586903, 0.020313186571002007, -0.019740045070648193, 0.008797049522399902, -0.001066309050656855, -0.01836717315018177, -0.05523480847477913, 0.0035721352323889732, -0.01752745360136032, -0.0037254171911627054, 0.012195909395813942, -0.018380502238869667, -0.005038309842348099, -0.03308223560452461, 0.008090619929134846, -0.005858035292476416, -0.040653031319379807, 0.009483485482633114, 0.0074441698379814625, 0.004051974043250084, -0.008623774163424969, -0.02524486556649208, 0.015048285946249962, -0.0199266504496336, -0.02651110850274563, -0.014421829022467136, 0.0072175790555775166, 0.00535820284858346, 0.021032944321632385, -0.019740045070648193, -0.019886663183569908, 0.03196261078119278, -0.014875010587275028, 0.010183251462876797, 0.00907695572823286, -0.017580769956111908, 0.005038309842348099, -0.029590075835585594, -0.004801722709089518, -0.020326515659689903, -7.289221684914082e-05, 0.0199266504496336, -0.01963341422379017, -0.010023304261267185, -0.007764062378555536, -0.006904351059347391, -0.023978624492883682, 0.01954011246562004, 0.002029319293797016, 0.024351831525564194, 0.007937337271869183, 0.016741052269935608, -0.025098247453570366, 0.03937346115708351, 0.02428518794476986, 0.007997317239642143, -0.016621092334389687, 0.006271230056881905, 0.00570475310087204, -0.02407192625105381, -0.03257574141025543, 0.006314548663794994, 0.0030473112128674984, -0.016141252592206, -0.010516472160816193, -0.07176259905099869, 0.018007293343544006, 0.010083284229040146, 0.012669083662331104, 0.002014324301853776, -0.0014944986905902624, 0.00998331792652607, -0.013142258860170841, -0.0005673097330145538, 0.01274905726313591, -0.030096571892499924, 0.02625785954296589, 0.013582111336290836, -0.009610109962522984, -0.015381507575511932, 0.0003117704181931913, 0.03006991371512413, 0.0064311763271689415, 0.0063412063755095005, 0.00039153534453362226, 0.010363190434873104, 0.0015386505983769894, 0.01950012519955635, -0.0051649343222379684, -0.001222090097144246, 0.02696428820490837, -0.02323220670223236, 0.019620085135102272, -0.005364867392927408, 0.0029206869658082724, 0.033322155475616455, -0.013235560618340969, -0.0030323162209242582, 0.01058978121727705, -0.015034956857562065, -0.007957330904901028, -0.016074609011411667, 0.03014988638460636, 0.020326515659689903, 0.0059946561232209206, -0.0381738618016243, -0.024005280807614326, 0.01807393692433834, -0.029030263423919678, -0.01916690357029438, 0.008390518836677074, -0.027617404237389565, -0.006334541831165552, -0.0017127587925642729, -0.015021627768874168, 0.021406153216958046, 0.00828388798981905, -0.0448649525642395, -0.018567105755209923, -0.00028906972147524357, -0.029456786811351776, 0.026817671954631805, -0.0147817088291049, -0.0047517395578324795, -0.010176586918532848, 0.04227915406227112, -0.003165604779496789, -0.0087037468329072, -0.014954984188079834, 0.01799396425485611, 0.016341185197234154, -0.013742057606577873, 0.005398189183324575, 0.0017110927728936076, -0.006997652817517519, -0.005911350715905428, -0.015101601369678974, -0.0005235743592493236, 0.0013920330675318837, 0.01916690357029438, -0.014368513599038124, -0.004045309964567423, 0.010263224132359028, -0.010349862277507782, 0.020166568458080292, 0.033695366233587265, 0.004701756406575441, -0.006021313834935427, 0.035374801605939865, 0.006937672849744558, 0.01280903723090887, -0.030896304175257683, 0.010596445761620998, 0.009356861934065819, 0.01168274786323309, -0.026657724753022194, 0.023298852145671844, -0.0047284141182899475, -0.007064297329634428, -0.020113253965973854, 0.011935996823012829, 0.027230866253376007, 0.0312428530305624, 0.0021975962445139885, 0.019140247255563736, 0.00407863175496459, 0.004635111894458532, 0.004558471031486988, -0.008863694034516811, -0.04233246669173241, 0.01820722594857216, -0.0285237655043602, -0.025897979736328125, -0.0030373146291822195, 0.02985665202140808, 0.010696412064135075, -0.010723070241510868, 0.0031972608994692564, -0.0011196244740858674, -0.039186857640743256, 0.015954649075865746, 0.006601119413971901, -0.012755721807479858, -0.02751077152788639, 0.022419147193431854, 0.020726380869746208, 0.017300862818956375, 0.005208252929151058, -0.020286528393626213, 0.0133155332878232, -0.0027324168477207422, 0.01058978121727705, -0.03945343196392059, -5.4304702644003555e-05, -0.003007324645295739, -0.006864364258944988, -0.00018035617540590465, 0.0013312201481312513, 0.00017244215996470302, -0.001877703471109271, -0.0295634176582098, -0.011496144346892834, 0.02352544292807579, 0.030709698796272278, 0.07346869260072708, 0.02180601842701435, -0.009603445418179035, -0.017434151843190193, -0.01207594946026802, 0.0078107132576406, 0.010276553221046925, -0.009763391688466072, -0.0057647330686450005, -0.01268907729536295, 0.034575071185827255, 0.014795037917792797, -0.0011429499136283994, -0.020872998982667923, -0.003678766079246998, -0.0017960641998797655, -0.010056626982986927, -0.006491156294941902, 0.004675098694860935, 0.007717411499470472, 0.021086260676383972, -0.011902674101293087, 0.010363190434873104, -0.024471791461110115, -0.029510101303458214, 0.0017327521927654743, 0.015834689140319824, -0.008357197046279907, -0.024671724066138268, -0.02419188618659973, -0.0035121552646160126, 0.0061379410326480865, -0.017340850085020065, -0.006484491750597954, -0.01499497052282095, 0.006701085716485977, -0.010436499491333961, -0.02113957703113556, 0.022579092532396317, 0.014835024252533913, -0.02260575070977211, 0.029376812279224396, -0.030043255537748337, -0.0068443710915744305, -0.017007628455758095, -0.0012470816727727652, -8.038970554480329e-05, -0.0033455444499850273, -0.003912021405994892], \"2ef41da1-d067-4973-ac03-2099ce2654c8\": [-0.01059197448194027, 0.0018762251129373908, 0.0008600068395026028, -0.0284794420003891, -0.025331571698188782, 0.026615038514137268, -0.0205759909003973, -0.007288737688213587, -0.010983769781887531, -0.030289804562926292, 0.022926760837435722, 0.01691473461687565, -0.004961610306054354, -0.012571214698255062, 0.00918016117066145, 0.019441137090325356, 0.005532415118068457, -0.03577493503689766, -0.010159648954868317, -0.0127333365380764, -0.01228074636310339, 0.011125626042485237, -0.03123551607131958, 0.018617017194628716, -0.03391053155064583, 0.012334786355495453, 0.04893384128808975, -0.04161132872104645, 0.002891176613047719, -0.013625008054077625, 0.00631262781098485, -0.019346565008163452, -0.006714555434882641, -0.010929728858172894, -0.003282971680164337, 0.010436607524752617, 0.004897437058389187, 0.00028160263900645077, -0.0014278562739491463, -0.029884500429034233, 0.015144902281463146, 0.008234449662268162, 0.005089957267045975, 0.0006265342235565186, -0.0040699392557144165, 0.020265256986021996, 0.0017014372861012816, -0.00714012561365962, -0.013422355055809021, 0.009970506653189659, 0.023034842684864998, 0.02188647724688053, -0.008342530578374863, -0.005545925348997116, 0.013368315063416958, -0.01022044476121664, 0.0009820206323638558, 0.02235933393239975, -0.011335033923387527, -0.014982780441641808, 0.0002940573322121054, 0.0055222827941179276, -0.011780869215726852, -0.018698077648878098, -0.030046621337532997, -0.016279757022857666, -0.017522692680358887, 0.018752118572592735, 0.0018964903429150581, -0.016428368166089058, 0.006207923870533705, -0.0024943153839558363, 0.009247712790966034, -0.006950983311980963, -0.009747589007019997, -0.01733355037868023, 0.008173653855919838, -0.03215420991182327, -0.02222423255443573, 0.004894059617072344, 0.0006248454446904361, -0.011949746869504452, -0.019697830080986023, 0.012510418891906738, 0.01541510596871376, 0.015631267800927162, 0.009470630437135696, 0.022102640941739082, -0.019089872017502785, -0.011990277096629143, 0.017941508442163467, 0.03809868544340134, 0.007768348790705204, 0.021508192643523216, -0.0028286920860409737, 0.033748406916856766, -0.006697667762637138, 0.04588054120540619, 0.0009009595960378647, -0.01197676733136177, 0.006950983311980963, 0.007241452112793922, -0.03480220213532448, -0.0173470601439476, -0.0252505112439394, -0.017374081537127495, -0.003884174395352602, -0.026844710111618042, 0.021994559094309807, 0.004262458998709917, -0.015536697581410408, 0.025345081463456154, -0.001323152449913323, -0.006663891952484846, -0.00148865208029747, 0.0006974625866860151, 0.010146139189600945, -0.007106350269168615, -0.027290547266602516, -0.0003050343366339803, 0.01417217031121254, 0.011578217148780823, 0.004228683654218912, -0.006680780090391636, 0.024102145805954933, -0.009058570489287376, 0.002431830856949091, -0.019724851474165916, 0.03337012231349945, -0.0026817689649760723, -0.007889940403401852, 0.0005066314479336143, 0.020819174125790596, 0.013266988098621368, -0.010720320977270603, 0.00805206224322319, -0.032235268503427505, 0.032721634954214096, 0.0029840590432286263, -0.020724603906273842, 0.02215668186545372, 0.03944970294833183, -0.034991346299648285, -0.0006793083157390356, 0.011645767837762833, 0.012294256128370762, 0.01760375313460827, 0.00672468775883317, 0.029290052130818367, 0.008315511047840118, 0.015144902281463146, 0.006126862950623035, 0.007754838559776545, 0.004623856395483017, -0.005404068622738123, 0.017563223838806152, -0.015455636195838451, 0.02842540107667446, 0.027277035638689995, -0.014010047540068626, 0.008734325878322124, 0.016671551391482353, 0.010787871666252613, 0.00419828575104475, 0.015401595272123814, 0.02579091675579548, 0.03088425286114216, 0.006495015230029821, 0.011044565588235855, 0.007032044231891632, -0.011666033416986465, 0.020400358363986015, -0.002651371294632554, -0.0046812742948532104, -0.009173406288027763, 0.014874698594212532, 0.001096857013180852, -0.01296976488083601, -0.03909843787550926, -0.0026226621121168137, -0.002264642622321844, -0.025980060920119286, 0.017495673149824142, 0.02829029969871044, -0.016293266788125038, -0.0010850356193259358, 0.034504979848861694, -0.009990772232413292, 0.007626492064446211, -0.009058570489287376, -0.005076447036117315, 0.03304588049650192, 0.009605731815099716, -0.008626244962215424, -0.6359508037567139, -0.02003558538854122, 0.015090861357748508, -0.028506461530923843, -0.01871158741414547, 0.02388598397374153, 0.0025382235180586576, -0.000327621673932299, 0.0021362958941608667, 0.0032356861047446728, 0.004390805959701538, 0.015104372054338455, 0.026655567809939384, -0.00171579176094383, -0.0407196581363678, -0.022102640941739082, 0.0070793298073112965, 0.012213194742798805, -0.003965235315263271, -0.008362796157598495, -0.006751708220690489, 0.0014202567981556058, -0.010862178169190884, 0.009936731308698654, 0.018968280404806137, -0.0004139601078350097, 0.01968432031571865, 0.007477879989892244, -0.0011753849685192108, 0.01830628328025341, -0.00748463487252593, -0.001911689294502139, 0.04134112596511841, 0.008133123628795147, 0.03191102668642998, 0.03353224694728851, 0.005211548879742622, 0.0295872762799263, 0.0034197622444480658, 0.024818185716867447, -0.0375852957367897, -0.016077104955911636, 0.03680170699954033, 0.005718179978430271, 0.0200220737606287, 0.02319696545600891, 0.02276463992893696, -0.0010141072561964393, -0.007937225513160229, 0.01190921664237976, -0.01428025122731924, -0.021102888509631157, 0.0037085420917719603, -0.019251994788646698, 0.010267730802297592, 0.0001003235811367631, 0.019630279392004013, 0.0031884005293250084, 0.01761726289987564, -0.002531468402594328, 0.015428615733981133, 0.0131791727617383, 0.01941411755979061, -0.04774494469165802, -0.006917207967489958, 0.0057215578854084015, -0.035126447677612305, 0.002362591214478016, 0.028668584302067757, -0.013098111376166344, 0.017900977283716202, 0.008781611919403076, -0.0014008359285071492, -0.023548228666186333, -0.0025635550264269114, 0.03007364273071289, 0.018738608807325363, -0.01197676733136177, -0.019441137090325356, 0.008815387263894081, -0.0031343598384410143, 0.02264304831624031, 0.0011162778828293085, -0.03118147701025009, -0.006815881468355656, 0.0011753849685192108, -0.02373737096786499, -0.01359123270958662, 0.0171308983117342, 0.010605485178530216, 0.01534755527973175, 0.002229178324341774, -0.002892865566536784, -0.03542366996407509, -0.006930718198418617, 0.008295245468616486, -0.010031302459537983, -0.03950374200940132, -0.019832931458950043, -0.002374412724748254, -0.003301548305898905, -0.006413953844457865, -0.010132628493010998, 0.0040361639112234116, 0.027087893337011337, 0.0028709114994853735, -0.0008967376197688282, -0.0009676660411059856, 0.005241946782916784, -0.02387247234582901, 0.03177592530846596, -0.013996537774801254, 0.007660267408937216, 0.018427874892950058, -0.009409834630787373, -0.023372596129775047, 0.033262044191360474, 0.01492873951792717, -0.009794874116778374, 0.0033353236503899097, 0.012273990549147129, 0.0059309653006494045, 0.006647004280239344, -0.027966056019067764, 0.023210475221276283, 0.026020590215921402, 0.002240999834612012, -0.003239063546061516, 0.02861454337835312, -0.007126615382730961, -0.00918016117066145, -0.028938787057995796, 0.019373586401343346, -0.01255094911903143, 0.010531178675591946, 0.009970506653189659, 0.01220643986016512, 0.004022653680294752, 0.017090367153286934, -0.023764392361044884, -0.023696841672062874, -0.027776913717389107, -0.006511902902275324, -0.03350522741675377, 0.004931212868541479, -0.028020095080137253, 0.0074508595280349255, 0.0005146531038917601, -0.016698572784662247, -0.008734325878322124, -0.009680038318037987, -0.0342617966234684, -0.01038932241499424, 0.021859457716345787, 0.012773867696523666, 0.005843149032443762, -0.0011255661956965923, -0.03201910853385925, -0.004519152455031872, 0.0011340100318193436, -0.012503664009273052, 0.018671058118343353, -0.03496432304382324, -0.01968432031571865, 0.007173900958150625, -0.01248339843004942, -0.005714802537113428, 0.010571708902716637, 0.0183603223413229, -0.01919795386493206, 0.02861454337835312, 0.012145644053816795, -0.02718246541917324, 0.025331571698188782, -0.028857726603746414, 0.023223984986543655, -0.009781364351511002, -0.009011284448206425, 0.017374081537127495, -0.009308508597314358, 0.0018863576697185636, -0.01065952517092228, -0.009605731815099716, -0.0001642330171307549, 0.008957243524491787, 0.009909710846841335, 0.011470135301351547, 0.01719844900071621, -0.017360569909214973, 0.007640001829713583, -0.011517421342432499, 0.005491884890943766, -0.010409587062895298, 0.01802256889641285, -0.03974692523479462, 0.01704983599483967, -0.008754591457545757, -0.0035261549055576324, -0.0028354472015053034, -0.004319877363741398, 0.046556051820516586, 0.007187411189079285, 0.005586456041783094, -0.00624169921502471, -3.987083982792683e-05, -0.019697830080986023, 0.012402337975800037, -0.04253001883625984, 0.031884003430604935, 0.016604000702500343, 0.010706811212003231, -0.008268225006759167, -0.02484520524740219, -0.045934583991765976, -0.003934837412089109, 0.024372350424528122, 0.001359460991807282, 0.023696841672062874, -0.016428368166089058, -0.006109975278377533, 0.013239968568086624, -0.002262953668832779, 0.015361065044999123, -0.019116893410682678, -0.0014624760951846838, 0.02566932700574398, 0.0017934752395376563, -0.002126163337379694, 0.0006788861355744302, -0.03226228803396225, 0.02063003182411194, 0.011713318526744843, 0.0088424077257514, 0.014766617678105831, -0.014469393528997898, 0.009328773245215416, 0.035531751811504364, -0.02656099759042263, 0.017293019220232964, 0.0016566847916692495, 0.002708789426833391, 0.030289804562926292, 0.037315092980861664, -0.024939777329564095, -0.007322513032704592, -0.012246971018612385, 0.008200674317777157, 0.0002792805898934603, -0.018941260874271393, 0.005664139520376921, 0.010544689372181892, 0.013266988098621368, -0.013625008054077625, 0.013050825335085392, 0.011395829729735851, -0.008518163114786148, 0.0032069769222289324, 0.01822522096335888, 0.0035497976932674646, 0.025953039526939392, 0.01125397253781557, 0.005502017214894295, 0.019778890535235405, 0.0020299032330513, 0.012469888664782047, -0.006717932876199484, -0.020116645842790604, -0.011990277096629143, -0.003002635668963194, 0.0038436439353972673, -0.006120107602328062, -0.008274979889392853, 0.0013459508772939444, 0.0063396478071808815, 0.011774114333093166, 0.027884993702173233, 0.008997774682939053, 0.00567764975130558, -0.008687040768563747, 0.029641317203640938, -0.03155976161360741, -0.01414514984935522, 0.01324672345072031, 0.04258406162261963, 0.015212452970445156, -0.00023875005717854947, 0.010119118727743626, -0.004569815471768379, -0.028722625225782394, -0.014604495838284492, 0.0005678493762388825, 0.019941013306379318, 0.015334044583141804, -0.0019539084751158953, -0.0023575250525027514, -0.0003153780708089471, 0.01773885451257229, -0.01686069369316101, -0.018063100054860115, 0.00012729114678222686, 0.019251994788646698, -0.012186175212264061, -0.016793143004179, -0.0035261549055576324, 0.03596407547593117, -0.0029469062574207783, -0.012753602117300034, -0.01544212643057108, -0.00284557999111712, -0.042070675641298294, 0.024480430409312248, -0.001154275261797011, -0.010808137245476246, -0.008916713297367096, -0.004012520890682936, -0.007538675796240568, 0.0011247218353673816, 0.0013898588949814439, 0.026263773441314697, 0.025155939161777496, 0.0057249353267252445, -0.026993323117494583, -0.004076694138348103, 0.021210970357060432, 0.05847202241420746, 0.02829029969871044, -0.013429110869765282, 0.013901966623961926, -0.01941411755979061, 0.0033370123710483313, -0.026250263676047325, -0.0059681180864572525, 0.020332807675004005, 0.003492379328235984, -0.004049674142152071, 0.020278766751289368, 0.014361312612891197, 0.016428368166089058, 0.01644187979400158, -0.004096959717571735, -0.01248339843004942, -0.003370787715539336, 0.006001893896609545, -0.028587523847818375, -0.0024504074826836586, -0.016604000702500343, 0.03231633082032204, 0.03307290002703667, 0.01665804162621498, -0.018698077648878098, 0.04231385886669159, 0.029830459505319595, 0.007092840038239956, -0.006964493542909622, -0.010848667472600937, 0.0034062520135194063, 3.97125149902422e-05, -0.0005990916979499161, -0.03458603844046593, 0.053230077028274536, 0.016806652769446373, -0.003651123959571123, -0.007052309811115265, 0.017360569909214973, -0.002328815869987011, 0.025844957679510117, 0.0016744169406592846, -0.0269122626632452, 0.007464369758963585, -0.040557533502578735, 0.0010799693409353495, 0.010970259085297585, 0.015928491950035095, -0.00748463487252593, 0.008551938459277153, -0.008585713803768158, -0.02518296055495739, -0.010605485178530216, 0.018535954877734184, -0.024466920644044876, 0.01706334762275219, 0.01269280631095171, -0.009484140202403069, -0.03226228803396225, -0.013158907182514668, -0.00722118653357029, -0.006008648779243231, -0.01414514984935522, -0.005914077628403902, 0.01437482237815857, -0.019576238468289375, -0.009308508597314358, -0.016563469544053078, 0.0436108335852623, 0.02360226958990097, -0.019697830080986023, -0.015996042639017105, -0.007099595386534929, 0.008822142146527767, 0.0274661798030138, 0.007572451140731573, -0.020670562982559204, 0.018752118572592735, 0.00870055053383112, -0.006424086634069681, -0.04463760554790497, -0.009990772232413292, -0.020265256986021996, 0.0042793466709554195, 0.0023355709854513407, -0.0284794420003891, 0.0015663355588912964, -0.018387343734502792, 0.026682589203119278, -0.02923601120710373, -0.012057827785611153, -0.0046407440677285194, -0.01430727168917656, -0.0032610176131129265, 0.00517777306959033, -0.0034028745722025633, 0.0024656064342707396, -0.01421270053833723, 0.005822883918881416, 0.0034535375889390707, 0.01706334762275219, -0.003217109711840749, -0.023102393373847008, 0.028533482924103737, 0.019103381782770157, -0.007903450168669224, -0.013219702988862991, 0.025088388472795486, -0.021616274490952492, 0.016266247257590294, -0.006076199468225241, 0.012537439353764057, 0.002869222778826952, -0.007552186027169228, -0.0018644037190824747, 0.014807147905230522, 0.010396077297627926, 0.024804675951600075, -0.003651123959571123, -0.0006565098883584142, -0.04355679452419281, 0.02566932700574398, -0.0032323086634278297, -0.021021826192736626, 0.006072822026908398, 0.0038774192798882723, -0.029425153508782387, -0.019103381782770157, -0.008855917491018772, -0.017320040613412857, 0.005441221408545971, -0.010382566601037979, -0.00567764975130558, -0.04093582183122635, 0.008504653349518776, 0.0026665700133889914, 0.006451107095927, -0.012368561699986458, -0.011348544619977474, -0.011139136739075184, 0.009396323934197426, 0.008963999338448048, -0.003620726056396961, 0.03547770902514458, -0.04128708317875862, -0.010402832180261612, -0.0119024608284235, 0.011240462772548199, 0.02834434062242508, 0.009916465729475021, 0.00044963540858589113, -0.005289232358336449, -0.019008811563253403, 0.0033268798142671585, -0.0010166404535993934, -0.010510913096368313, -0.0211299080401659, 0.03915247693657875, 0.018873710185289383, 0.031127436086535454, 0.012564459815621376, -0.012246971018612385, 0.0027628301177173853, 0.0009195360471494496, -0.006403821520507336, -0.0006223123054951429, 0.011064830236136913, -0.019792402163147926, 0.004259081557393074, -0.016225716099143028, 0.012199684977531433, 0.008450612425804138, -0.019589748233556747, 0.013348049484193325, 0.012814397923648357, 0.0013628385495394468, -0.009693548083305359, -0.00925446767359972, -0.0072144316509366035, -0.00569115998223424, 0.007667022291570902, -0.020954275503754616, 0.013260233215987682, -0.04904192313551903, -0.015860941261053085, 0.017657794058322906, -0.017252489924430847, -0.00846412219107151, -0.0030009469483047724, 0.01238882727921009, -0.01652294024825096, 0.0035227772314101458, 0.0024537849240005016, 0.009754343889653683, 0.006498392671346664, -0.002362591214478016, -0.036558523774147034, 0.006690912414342165, 0.012017297558486462, 0.001552825327962637, -0.0065051475539803505, 0.01149040088057518, -0.020251747220754623, -0.0198059119284153, 0.016117634251713753, -0.014091108925640583, -0.03339714556932449, 0.001516516786068678, -0.010132628493010998, -0.02450745180249214, -0.009828649461269379, -0.024615531787276268, -0.006184280849993229, 0.019427627325057983, 0.013847925700247288, -0.01609061472117901, 0.030046621337532997, -0.014942250214517117, -0.02738511748611927, 0.009355793707072735, -0.04215173423290253, 0.031154455617070198, 7.573084440082312e-05, 0.03974692523479462, 0.03083021193742752, 0.005643874406814575, -0.024750635027885437, -0.012469888664782047, -0.008578958921134472, -0.010092098265886307, 0.0254666730761528, 0.013496661558747292, -0.007883185520768166, -0.017576733604073524, -0.002002883004024625, 0.007295492570847273, -0.0020704336930066347, -0.023764392361044884, 0.012051072902977467, 0.008801876567304134, 0.02829029969871044, -0.0051879058592021465, 0.00171579176094383, -0.01933305524289608, 0.01596902310848236, -0.01684718392789364, 0.006944228429347277, -0.004063183907419443, -0.0162392258644104, -0.005417578853666782, 0.03882823511958122, -0.016347307711839676, 0.003830133704468608, 0.021616274490952492, -0.024993818253278732, 0.015104372054338455, 0.004573192913085222, -0.004140867386013269, -0.03488326445221901, -0.0012361806584522128, 0.013496661558747292, 0.008923468180000782, -0.017982037737965584, -0.004248948767781258, -0.00018217622709926218, 0.0007721907459199429, 0.013084601610898972, -0.00010818691953318194, 0.02753373049199581, 0.001975862542167306, -0.019211463630199432, 0.013064336031675339, -0.003205288201570511, -0.0026952791959047318, -0.027155445888638496, -0.008126367814838886, -0.010943238623440266, -0.0020400360226631165, -0.036855749785900116, 0.012841418385505676, 0.01664453186094761, 0.006515280343592167, -0.009896201081573963, -0.0031613800674676895, -0.03158678114414215, -0.0077818590216338634, -0.00017943196871783584, 0.03304588049650192, -0.00749814510345459, -0.02950621396303177, -0.002534845843911171, 0.008004777133464813, 0.01022044476121664, 0.006282229907810688, 0.009315263479948044, 0.00035189776099286973, 0.04161132872104645, -0.013645273633301258, -0.0044380915351212025, -0.014131639152765274, 0.020346319302916527, -0.0527166910469532, -0.02125149965286255, -0.016806652769446373, -0.02042737975716591, 0.03047894686460495, -0.00953142624348402, -0.03342416509985924, -0.010916219092905521, 0.014118129387497902, 0.015536697581410408, -0.008139878511428833, 0.0012176042655482888, 0.010646015405654907, 0.000298279250273481, -0.005245324224233627, 0.016631022095680237, -0.017360569909214973, -0.0031546251848340034, -0.019170934334397316, -0.01803607866168022, 0.019657298922538757, -0.013226457871496677, 0.017779385671019554, -0.020481420680880547, 0.013307519257068634, -0.0021194082219153643, -0.02745266817510128, -0.023723861202597618, -0.01645538955926895, -0.006025536451488733, -0.030641069635748863, 0.01225372590124607, -0.014496413990855217, -0.009788119234144688, 0.001114589162170887, -0.0024098767898976803, 0.011814645491540432, -0.019576238468289375, -0.0023068618029356003, 0.01603657379746437, 0.007160391192883253, 0.008734325878322124, -0.0038200009148567915, 0.007525165565311909, -0.018873710185289383, -0.010159648954868317, -0.006261964328587055, -0.011301258578896523, -0.009896201081573963, 0.03507240489125252, 0.010200179181993008, -0.025750387459993362, -0.02856050245463848, 0.005198038648813963, -0.036990851163864136, -0.04112496227025986, -0.010612240061163902, 0.03847697004675865, 0.016766123473644257, 0.03153274208307266, -0.002041724743321538, 0.010612240061163902, 0.016617510467767715, 0.016252735629677773, -0.012463133782148361, -0.021346071735024452, 0.009659772738814354, 0.0033539000432938337, 0.02104884758591652, -0.008991018868982792, -0.05009571462869644, -0.023642800748348236, 0.01830628328025341, -0.014982780441641808, 0.015077351592481136, 0.012024052441120148, -0.021575743332505226, 0.0033572777174413204, 0.006714555434882641, 0.006950983311980963, 0.0052183037623763084, -0.004161132965236902, 0.009159896522760391, -0.018130650743842125, 0.0053567830473184586, 0.028587523847818375, 0.011517421342432499, -0.032235268503427505, 0.0018559598829597235, -0.000569538155104965, -0.011159401386976242, -0.002869222778826952, 0.011348544619977474, 0.013901966623961926, 0.006937473081052303, -0.012848173268139362, 0.015590738505125046, 0.022872719913721085, -0.025750387459993362, 0.0008756279712542892, 0.020954275503754616, 0.0006012026569806039, -0.009004529565572739, 0.029749397188425064, 0.022345824167132378, -0.010092098265886307, -0.004346897825598717, -0.018887219950556755, 0.025561245158314705, -0.011470135301351547, 0.0006320227403193712, -0.01748216152191162, 0.0016051772981882095, -0.0086735300719738, -0.002262953668832779, -0.02725001610815525, 0.007592716254293919, -0.0031765790190547705, -0.04552927985787392, -0.013543946668505669, -0.006376801058650017, 0.008869427256286144, 0.009713813662528992, -0.005059559363871813, -0.018671058118343353, -0.010274485684931278, 0.0124563779681921, 0.009693548083305359, -0.025412632152438164, -0.02256198599934578, 0.008038552477955818, -0.010166403837502003, -0.022129660472273827, 0.013780375011265278, 0.19411414861679077, 0.004769090563058853, -0.0013510171556845307, 0.013462886214256287, -0.009328773245215416, 0.00880863144993782, 0.041800469160079956, 0.00708608515560627, -0.010862178169190884, -0.0008418525685556233, -0.024480430409312248, -0.0002885688154492527, -0.02429128810763359, 0.00016476077144034207, 0.01886020042002201, -0.03474816307425499, -0.039260558784008026, -0.017657794058322906, -0.0057958634570240974, 0.013185927644371986, -0.0025871978141367435, 0.009477385319769382, -0.007396819069981575, -0.0012007164768874645, 0.03239739313721657, 0.0081196129322052, -0.002171760192140937, 0.00560672115534544, 0.03942267969250679, 0.015860941261053085, -0.009247712790966034, 0.0018069854704663157, 0.0059681180864572525, 0.004708294756710529, 0.002021459396928549, -0.006768595892935991, 0.04636690765619278, -0.025358591228723526, 0.028452420607209206, -0.016820164397358894, -0.0012800887925550342, -0.02049493044614792, 0.00038778415182605386, -0.018684567883610725, -0.007761593442410231, 0.04288128390908241, -0.002921574516221881, -0.0005653162370435894, -0.019116893410682678, 0.00819391943514347, -0.038503989577293396, -0.010747341439127922, 0.0043097445741295815, 0.0023896116763353348, -0.014901719056069851, 0.007700797636061907, -0.01795501820743084, 0.03631534054875374, -0.025682836771011353, 0.002482494106516242, 0.0075792064890265465, 0.02015717700123787, -0.02483169548213482, 0.011436359956860542, -0.010254220105707645, 0.008376306854188442, -0.014428863301873207, -0.026304304599761963, 0.014023558236658573, -0.031613800674676895, -0.0016026441007852554, 0.0034721142146736383, -0.0081196129322052, 0.01479363813996315, -0.008504653349518776, -0.028992827981710434, -0.0021396733354777098, 0.03280269727110863, -0.005887057166546583, 0.041043899953365326, -0.009477385319769382, -0.003098895540460944, -0.023926513269543648, -0.013631762936711311, 0.009558446705341339, -0.026236753910779953, 0.046556051820516586, -0.015144902281463146, 0.030262785032391548, -0.02187296748161316, -0.004637366626411676, 0.011949746869504452, -0.0249127559363842, -0.024102145805954933, -0.0008866050047799945, 0.0040699392557144165, 0.0209137462079525, 0.025804428383708, 0.01644187979400158, 0.0005049426690675318, -0.021292030811309814, 0.09538181126117706, 0.009639507159590721, -0.00206536753103137, -0.027506709098815918, -0.013719579204916954, -0.003634236054494977, 0.03139764070510864, -0.03682872653007507, -0.016414858400821686, 0.02346716821193695, -0.03096531331539154, -0.004134112503379583, -0.012584724463522434, 0.0017546335002407432, -0.0019032454583793879, -0.0027628301177173853, -0.011017545126378536, 0.002496004104614258, 0.005988383665680885, -0.016698572784662247, -0.01561775803565979, 0.0017115698428824544, 0.027506709098815918, 0.006609851494431496, -0.017103876918554306, -3.583361831260845e-05, -0.011510666459798813, -0.008551938459277153, -0.014942250214517117, 0.017779385671019554, 0.0057215578854084015, 0.015712330117821693, -0.0010943239321932197, -0.01197676733136177, 0.02269708923995495, 0.017374081537127495, 0.022670067846775055, 0.023372596129775047, 0.0026175957173109055, -0.02353471890091896, -0.002600708045065403, -0.0019454647554084659, 0.001470919931307435, 0.002124474383890629, -0.0009398013353347778, 0.004931212868541479, 0.02346716821193695, -0.03331608325242996, -0.006647004280239344, -0.02373737096786499, 0.003995633218437433, 0.008031796663999557, 0.009497650898993015, 0.035612814128398895, 0.012294256128370762, -0.026236753910779953, -0.02842540107667446, 0.03626130148768425, -0.0034991344437003136, -0.041935574263334274, 0.002436897251754999, 0.020130155608057976, 0.00959897693246603, -0.004887304734438658, 0.001005663420073688, -0.17228171229362488, 0.01973836123943329, 0.004775845445692539, -0.0065389228984713554, 0.01726599968969822, 0.013604742474853992, 0.0006577764870598912, 0.017022816464304924, 0.013300764374434948, -0.012868438847362995, 0.03096531331539154, -0.023723861202597618, -0.029263032600283623, -0.02181892655789852, 2.139990101568401e-05, 0.008963999338448048, -0.008788366802036762, 0.024318309500813484, 0.025817938148975372, 0.01864403672516346, 0.03609917685389519, 0.005846526939421892, -0.015428615733981133, -0.017009306699037552, 0.010889198631048203, 0.024818185716867447, -0.013760109432041645, 0.0038976846262812614, -0.03518048673868179, -0.03034384548664093, -0.011814645491540432, 0.030560007318854332, 0.03396457061171532, 0.013996537774801254, -0.0035058895591646433, 0.006984758656471968, -0.006032291799783707, -0.0053871809504926205, -0.0025601775851100683, 0.00994348619133234, -0.0013071091379970312, 0.040422432124614716, -0.0034721142146736383, 0.020008563995361328, 0.02772287279367447, -0.006140373181551695, 0.03074915148317814, -0.0018762251129373908, -0.0019184444099664688, -0.045988623052835464, -0.012165909633040428, -0.03736913576722145, 0.016117634251713753, -0.0048467740416526794, 0.004262458998709917, 0.014509924687445164, 0.008936978876590729, 0.008369551040232182, 0.0003945392381865531, 0.017576733604073524, 0.013354804366827011, -0.03504538536071777, -0.0031613800674676895, -0.01632028818130493, 0.0069104526191949844, -0.011395829729735851, -0.01796852797269821, 0.020738113671541214, -0.016820164397358894, 0.0252505112439394, 0.012956254184246063, -0.007592716254293919, 0.01428025122731924, 0.004745448008179665, 7.377820293186232e-05, 0.01417217031121254, -0.023102393373847008, 0.0035261549055576324, 0.03366734832525253, 0.014037068001925945, 0.012395582161843777, 0.01692824438214302, -0.0116255022585392, -0.010598729364573956, -0.01933305524289608, 0.0021818927489221096, -0.003298170631751418, -0.005981628317385912, 0.015739349648356438, -0.02799307554960251, 0.013604742474853992, -0.02565581537783146, -0.011584972031414509, 0.0036038383841514587, 0.020521949976682663, 0.003071875311434269, -0.006984758656471968, -0.006576076149940491, 0.007815633900463581, 0.0077818590216338634, 0.014699066989123821, 0.0124563779681921, -0.008133123628795147, 0.02277814969420433, 0.0012910658260807395, -0.005903944838792086, 0.012294256128370762, 0.003489001886919141, 0.03218122944235802, -0.007390063721686602, -0.035396650433540344, 0.02427777834236622, 0.019697830080986023, 0.0018948016222566366, -0.015496166422963142, 0.021156929433345795, 0.001857648603618145, -0.024858715012669563, -0.005089957267045975, -0.013699313625693321, 0.044691648334264755, 0.002661503851413727, 0.008031796663999557, 0.009051814675331116, -0.0030668089166283607, -0.015644779428839684, -0.08295245468616486, -0.011672788299620152, 0.02264304831624031, 0.029425153508782387, -0.011510666459798813, 0.016009554266929626, -0.005647251848131418, 0.027966056019067764, -0.02780393324792385, 0.012726581655442715, -0.01352368202060461, -0.01871158741414547, -0.028587523847818375, -0.028803685680031776, 0.016266247257590294, -0.016468899324536324, -0.020413869991898537, -0.019089872017502785, -0.014509924687445164, 0.014847679063677788, -0.008599224500358105, -0.014131639152765274, 0.017184939235448837, -0.0171308983117342, -0.01437482237815857, 0.00938956905156374, -0.030668089166283607, 0.00651865778490901, 0.01155795156955719, 0.002869222778826952, -0.012125379405915737, -0.020319297909736633, 0.009200426749885082, -0.012233460322022438, 0.0030972068198025227, 0.012814397923648357, 0.004593458492308855, -0.034640081226825714, 0.031046373769640923, -0.016495918855071068, 0.01022044476121664, 0.0006641093641519547, -0.00020307477097958326, -0.020413869991898537, 0.006417331751435995, -0.018617017194628716, -0.03331608325242996, 0.008254715241491795, -0.008389816619455814, -0.018725097179412842, -0.03061404824256897, -0.01038932241499424, -0.010558199137449265, -0.023345576599240303, 0.022345824167132378, -0.014739597216248512, 0.005887057166546583, -0.01142285019159317, -0.02565581537783146, -0.008626244962215424, -0.01761726289987564, -0.01760375313460827, -0.0269122626632452, 0.037828478962183, 0.012983274646103382, 0.004623856395483017, -0.016752613708376884, -0.008558693341910839, 0.028182217851281166, -0.013158907182514668, 0.016874203458428383, 0.014753106981515884, -0.022548476234078407, -0.00017964305880013853, -0.023615779355168343, -0.016874203458428383, -0.04034137353301048, 0.013706069439649582, 0.012246971018612385, -0.032856736332178116, -0.008626244962215424, -0.025898998603224754, 0.0005678493762388825, -0.012753602117300034, 0.003348833881318569, 0.0024504074826836586, 0.0329107791185379, 0.016428368166089058, 0.004519152455031872, -0.027398627251386642, 0.014469393528997898, 0.026547487825155258, 0.004873794503509998, -0.016563469544053078, 0.002440274693071842, 0.012584724463522434, -0.04666413366794586, -0.018535954877734184, 0.002244377275928855, 0.018873710185289383, -0.0068800547160208225, -0.009011284448206425, -0.0734412893652916, 0.012929234653711319, 0.009328773245215416, 0.005718179978430271, -0.003340390045195818, 0.006066067144274712, 0.03261355310678482, -0.013476395979523659, -0.019184444099664688, -0.00030735641485080123, -0.02511540986597538, 0.04017924889922142, -0.007754838559776545, -0.01414514984935522, -0.016631022095680237, 0.010065077804028988, 0.019441137090325356, 0.01056495402008295, -0.0020045717246830463, 0.0030786304268985987, -0.0067078000865876675, -0.023142924532294273, 0.021021826192736626, 0.004387428052723408, -0.008430346846580505, 0.01228074636310339, -0.016833674162626266, 0.008389816619455814, -0.0042354390025138855, -0.0002970126806758344, 0.01837383396923542, -0.013672294095158577, -0.007261717226356268, -0.0005640496383421123, -0.019657298922538757, -0.008254715241491795, -0.013341294601559639, 0.020603012293577194, 0.04855555668473244, 0.007160391192883253, -0.029749397188425064, -0.028668584302067757, 0.009058570489287376, -0.01609061472117901, 0.006900320295244455, -0.0029705490451306105, -0.005549302790313959, 0.010625749826431274, 0.008025041781365871, -0.002739187330007553, 0.035531751811504364, 0.0252505112439394, -0.04088177904486656, -0.012287501245737076, 0.0035531751345843077, -0.017725344747304916, 0.03669362515211105, -0.004002388566732407, 0.004877171944826841, 0.013956007547676563, 0.03139764070510864, -0.0016651286277920008, -0.0006142905913293362, -0.021927008405327797, -0.0010394388809800148, -0.0019775512628257275, -0.03274865448474884, -0.0010394388809800148, 0.010240710340440273, -0.014509924687445164, -0.014199190773069859, -0.024683084338903427, -0.0007455925806425512, 0.011017545126378536, 0.026304304599761963, -0.009686793200671673, -0.019508687779307365, 0.027290547266602516, -0.0028016718570142984, 0.007869674824178219, 0.026615038514137268, 0.02215668186545372, -0.017252489924430847, 0.03888227418065071, 0.016131144016981125, 0.015225963667035103, -0.009328773245215416, 0.02276463992893696, -0.014982780441641808, 0.011443115770816803, -0.011220197193324566, 0.020332807675004005, -0.0025297796819359064, -0.020049095153808594, -0.010362301953136921, 0.013260233215987682, 0.021210970357060432, 0.019859952852129936, 0.01884668879210949, 0.02338610775768757, 0.014604495838284492, 0.012159154750406742, 0.0023507699370384216, -0.01767130382359028, -0.03844994679093361, 0.0074508595280349255, -0.061065975576639175, -0.0329107791185379, 0.00018154292774852365, 0.021237989887595177, 0.0054243337363004684, 0.004509019665420055, 0.007167146075516939, 0.010666280053555965, -0.04396209865808487, 0.020211216062307358, -0.0027628301177173853, -0.01101079024374485, -0.011294503696262836, 0.021143417805433273, 0.002772962674498558, 0.007457614876329899, 0.014604495838284492, -0.0284794420003891, 0.03096531331539154, 0.020886724814772606, 0.0203598290681839, -0.01706334762275219, 0.0006324449204839766, -0.007275227457284927, -0.0006725532584823668, -0.004664386622607708, 0.008572204038500786, 0.0005328073748387396, 0.002279841573908925, -0.02793903462588787, -0.01011236384510994, 0.025007328018546104, 0.011105361394584179, 0.0645245760679245, 0.01324672345072031, -0.005231813993304968, -0.012334786355495453, -0.0038402662612497807, -0.011186421848833561, 0.022143172100186348, -0.011301258578896523, -0.020265256986021996, -0.01086893305182457, 0.023764392361044884, 0.021170439198613167, -0.012814397923648357, -0.033613305538892746, -0.00581612903624773, 0.014577475376427174, -0.020724603906273842, 0.004215173423290253, 0.010409587062895298, -0.008106103166937828, 0.0038943069521337748, -0.044745687395334244, 0.01428025122731924, -0.007673777639865875, -0.028047116473317146, -0.010983769781887531, 0.013847925700247288, -0.01310486625880003, -0.005319630261510611, -0.04253001883625984, 0.009761098772287369, 0.014482904225587845, -0.00846412219107151, -0.009848915040493011, -0.0037963581271469593, -0.0019741738215088844, -0.002289974130690098, -0.022197211161255836, 0.008349286392331123, 0.02180541679263115, -0.01650943048298359, 0.029884500429034233, -0.03145167976617813, -0.005447976756840944, -0.025817938148975372, 0.014820658601820469, 0.006964493542909622, 0.003017834620550275, -0.02085970528423786], \"30f93de4-7ca8-4078-a0af-2ae671d6206d\": [-0.0092998705804348, 0.0011590822832658887, 0.022559158504009247, -0.03619261831045151, -0.019592996686697006, 0.016817322000861168, -0.011844238266348839, -0.011742191389203072, -0.013572231866419315, -0.030205870047211647, 0.020286915823817253, 0.009592404589056969, -0.0028249972965568304, -0.01902153342962265, 0.012048332020640373, -0.0075854831375181675, 0.00829300843179226, -0.040328919887542725, 0.016041766852140427, -0.016014553606510162, -0.006102402228862047, -0.0026158010587096214, -0.013238878920674324, 0.013524610549211502, -0.022599978372454643, 0.015864884480834007, 0.018939897418022156, -0.028491482138633728, 0.004153307061642408, -0.010388370603322983, 0.011150320060551167, 0.00496287876740098, -0.022246215492486954, -0.004615919664502144, -0.0073337676003575325, 0.0002848808071576059, 0.0015859781997278333, -0.024259939789772034, -0.003697497770190239, -0.01820516027510166, 0.003758725943043828, 0.01587849110364914, 0.00889168307185173, 0.008340629749000072, -0.010211489163339138, 0.04351278021931648, -0.010959832929074764, -0.0010706415632739663, -0.01978348381817341, 0.016803715378046036, -0.010735329240560532, 0.006081992760300636, -0.0034015618730336428, -0.007571876980364323, 0.023906176909804344, -0.008170551620423794, 0.002056244295090437, 0.018354827538132668, -0.006088796071708202, -0.02862754464149475, 0.0012058536522090435, 0.01789221540093422, -0.0148716289550066, -0.019048746675252914, -0.03379791975021362, -0.021348202601075172, -0.014653928577899933, 0.01271503884345293, 0.004908453673124313, -0.010973438620567322, 0.015810459852218628, 0.013810341246426105, -0.009782891720533371, -0.016137009486556053, -0.0021361808758229017, -0.03709063306450844, -0.0006450212094932795, -0.02944391965866089, -0.01449065376073122, 0.007578679826110601, 0.005486719310283661, -0.015851277858018875, -0.01606897823512554, 0.003359042340889573, 0.01617782935500145, 0.038070280104875565, -0.00132660917006433, 0.014504260383546352, -0.0043880147859454155, -0.011129911057651043, 0.020885590463876724, 0.019280053675174713, -0.002353880787268281, 0.014817203395068645, 0.01748402789235115, 0.02802887000143528, -0.009279460646212101, 0.034505445510149, -0.013320516794919968, -0.006704478524625301, -0.0017194895772263408, 0.009816907346248627, -0.0220965463668108, -0.015565547160804272, -0.034995269030332565, -0.020844772458076477, 0.008429070934653282, -0.014749172143638134, 0.018477285280823708, -0.0015111438697203994, -0.02666824497282505, 0.031675346195697784, -0.005833678878843784, -0.016028160229325294, 0.010395172983407974, -0.0003486601053737104, 0.010844179429113865, 0.005592167843133211, -0.02435518428683281, 0.0031549485865980387, 0.002753564389422536, -0.0054288930259644985, 0.021715572103857994, -0.0008618707652203739, 0.01783779077231884, -0.0071909017860889435, -0.002935547847300768, -0.011197942309081554, 0.020531827583909035, -0.009878136217594147, 0.0022059129551053047, -0.004656738135963678, 0.009116185829043388, 0.014177709817886353, -0.015062116086483002, 0.0016914266161620617, -0.009980183094739914, 0.004231542814522982, -0.007612695451825857, -0.031729768961668015, 0.009327082894742489, 0.04307737946510315, -0.016926171258091927, -0.003779135411605239, 0.0165996216237545, 0.010776148177683353, 0.020545434206724167, -0.00995296984910965, 0.019048746675252914, -0.0036090572830289602, 0.021906059235334396, -0.010823770426213741, -0.007299751974642277, -0.0054288930259644985, -0.013402153737843037, 0.017171084880828857, -0.01747042126953602, 0.030722906813025475, 0.0025205574929714203, -0.025933507829904556, -0.00254776980727911, 0.012327260337769985, 0.009354295209050179, -0.0029933745972812176, 0.011007454246282578, 0.03812470659613609, 0.027824776247143745, 0.0025698801036924124, 0.005105744581669569, 0.010714920237660408, 0.005360861774533987, 0.023008164018392563, -5.211299139773473e-05, 0.005139760207384825, -0.015728821977972984, 0.04247870668768883, 0.002484841039404273, -0.012647007592022419, -0.03703620657324791, -0.0028181939851492643, 0.025389257818460464, -0.0030852167401462793, -0.0019984175451099873, 0.035049695521593094, -0.013558626174926758, 0.0057894582860171795, 0.04130856692790985, 0.011565310880541801, 0.007109264377504587, -0.014096072874963284, -0.0010970036964863539, 0.030477995052933693, 0.018109915778040886, 0.005646592937409878, -0.6313298940658569, 0.0028828238137066364, 0.015919309109449387, -0.030477995052933693, -0.021252958104014397, 0.018817441537976265, 0.0032093736808747053, 0.009674042463302612, -0.026641033589839935, 0.024845007807016373, 0.0020596457179635763, 0.01653159037232399, -0.014681140892207623, -0.02311701513826847, -0.030505208298563957, -0.017143871635198593, -0.014150497503578663, 0.007878017611801624, -0.001595332520082593, 0.004748580511659384, 0.001450766110792756, 0.0056806085631251335, 0.003112429054453969, 0.018572527915239334, 0.015565547160804272, 0.005483317654579878, 0.032791055738925934, 0.0013410657411441207, -0.009463145397603512, 0.019688241183757782, -0.0148716289550066, 0.0069425879046320915, 0.03651916980743408, -0.002056244295090437, 0.033035971224308014, 0.028164932504296303, -0.005109146237373352, 0.030314719304442406, 0.0034797978587448597, 0.05477875471115112, -0.02536204643547535, -0.030913393944501877, 0.029307857155799866, 0.009068564511835575, 0.028954094275832176, 0.015660790726542473, 0.01908956468105316, -0.010027804411947727, -0.015225390903651714, -0.0018657566979527473, 0.0014745771186426282, -0.028164932504296303, -0.009075366891920567, -0.012538157403469086, 0.01646355912089348, -0.001698229811154306, 0.013422563672065735, -0.005326846148818731, 0.01718469150364399, 0.013504200614988804, 0.003643072908744216, 0.004493463318794966, 0.012647007592022419, -0.028845245018601418, -0.0264369398355484, 0.010857786051928997, -0.0022892511915415525, 0.002811390906572342, 0.015511122532188892, 0.007578679826110601, 0.017116660252213478, 0.023089801892638206, -0.006017363164573908, -0.028164932504296303, -0.013306910172104836, 0.04302295669913292, 0.009762482717633247, 0.0010782951721921563, -0.012116363272070885, 0.003119232365861535, 0.0007687530014663935, 0.009837317280471325, 0.0038505680859088898, -0.04185281693935394, 0.013279697857797146, 0.004704360384494066, -0.031212732195854187, -0.030804544687271118, 0.007340570446103811, 0.024668127298355103, 0.025089921429753304, 0.0025613761972635984, -0.0065718176774680614, -0.03295433148741722, 0.0019644019193947315, 0.013266091234982014, -0.01019107922911644, -0.017089447006583214, -0.005275822710245848, -0.009986985474824905, -0.01955217868089676, -0.015252604149281979, 0.008327024057507515, 0.018790228292346, 0.028654757887125015, 0.03246450796723366, -0.01537506002932787, -0.023606840521097183, 0.01327289454638958, -0.01778336614370346, 0.014572291634976864, -0.010449598543345928, -0.0034729947801679373, -0.007258933037519455, 0.004833619575947523, -0.026219239458441734, 0.025198770686984062, -0.0005285177030600607, -0.02832820825278759, -0.003061405848711729, 0.0031396416015923023, 0.00483021792024374, 0.029906531795859337, -0.003779135411605239, 0.01499408483505249, 0.011129911057651043, 0.012021119706332684, -0.0037825368344783783, 0.010408779606223106, -0.0064595662988722324, -0.004102283623069525, -0.026246452704072, 0.017973853275179863, -0.014599503949284554, 0.002979768207296729, 0.008912092074751854, 0.017647303640842438, -0.00717049278318882, 0.02057264745235443, -0.02002839744091034, -0.03289990872144699, -0.02061346545815468, 0.0002412983012618497, -0.029552770778536797, -0.010680904611945152, -0.02631448395550251, 0.017225509509444237, 0.00889168307185173, -0.02009642869234085, -0.015075722709298134, -0.011204744689166546, -0.02412387728691101, -0.018858259543776512, 0.037417180836200714, 0.008347433060407639, 0.011184335686266422, -0.007857607677578926, -0.02779756486415863, -0.011544900946319103, -0.007490239571779966, -0.0034797978587448597, 0.02174278348684311, -0.02779756486415863, -0.018463678658008575, 0.009796498343348503, -0.019116777926683426, -0.005214594304561615, 0.00620785029605031, 0.014409015886485577, -0.020491009578108788, -0.003976426087319851, 0.01117072906345129, -0.02322586439549923, 0.013388548046350479, -0.015538334846496582, 0.018177947029471397, -0.0027960839215666056, 0.009946167469024658, 0.00562958512455225, -0.0044152275659143925, 0.00966043584048748, 0.006507188081741333, 0.002151487860828638, -0.010565251111984253, 0.008605951443314552, -0.0019337879493832588, 0.01612340286374092, 0.026300877332687378, -0.02423272654414177, 0.005197586491703987, -0.0034525853116065264, 0.015551941469311714, -0.0021480864379554987, 0.03145764395594597, -0.021320989355444908, 0.01078295148909092, -0.0024457229301333427, 0.00395601661875844, -0.017375178635120392, 0.002916839439421892, 0.03045078180730343, 0.018831046298146248, 0.0168309286236763, 0.002806288655847311, 0.0008929100004024804, -0.008898486383259296, -0.003301215823739767, -0.04182560369372368, 0.029008520767092705, -0.0023266684729605913, 0.027226101607084274, -0.023307502269744873, -0.018654165789484978, -0.028056083247065544, 0.017810577526688576, 0.011184335686266422, 0.01396001037210226, 0.020953621715307236, -0.0132184699177742, -0.026164814829826355, 0.011402036063373089, -0.018109915778040886, 0.02322586439549923, -0.007537861354649067, -0.010102638974785805, 0.027280526235699654, 0.002221219940111041, 0.0074698301032185555, 0.018055491149425507, -0.026994794607162476, 0.017266327515244484, 0.011544900946319103, 0.011728585697710514, 0.009082170203328133, 0.011742191389203072, 0.008660377003252506, 0.05420729145407677, -0.04952674359083176, 0.024042239412665367, -0.003408364951610565, 0.003272302681580186, 0.027348557487130165, 0.04095480591058731, -0.03798864409327507, 0.011293185874819756, 0.007136477157473564, 0.0011335705639794469, -0.0017177887493744493, -0.01635470986366272, 0.021320989355444908, -0.003474695608019829, 0.02488582767546177, -0.00443223537877202, 0.009667239151895046, 0.013422563672065735, -0.007952852174639702, 0.006064984947443008, 0.015238997526466846, 0.017511241137981415, 0.026763489469885826, 0.031076669692993164, 0.01967463456094265, 0.03230123221874237, -0.00363626959733665, 0.0022399285808205605, -0.009000533260405064, -0.005017303861677647, -0.00443223537877202, 0.013735506683588028, -0.0037417181301862, 0.02181081473827362, -0.005326846148818731, -0.006289488170295954, 0.004656738135963678, -0.004228141624480486, 0.01396001037210226, 0.005109146237373352, 0.002250133315101266, -0.026409726589918137, 0.032328445464372635, -0.021130502223968506, -0.023865358904004097, 0.018871866166591644, 0.030886182561516762, 0.01646355912089348, -0.011878253892064095, 0.0010961532825604081, 0.003993433900177479, -0.02310340851545334, -0.0003984079521615058, 0.006163630168884993, 0.01713026501238346, 0.003313121385872364, -0.02080395258963108, 0.013340925797820091, -0.002353880787268281, 0.0358932800590992, -0.013170847669243813, -0.01617782935500145, 0.0042723617516458035, 0.002022228669375181, -0.008020883426070213, -0.043104592710733414, -0.004381211940199137, 0.045363228768110275, -0.010796557180583477, -0.021974090486764908, -0.039077144116163254, -0.00387437897734344, -0.03787979483604431, 0.010660494677722454, -0.0018810637993738055, -0.01713026501238346, -0.015688003972172737, 0.009721663780510426, -0.005320042837411165, 0.0034610892180353403, -0.007252130191773176, 0.024028632789850235, 0.016667652875185013, -0.006860950496047735, -0.030151445418596268, -0.02873639576137066, 0.018518103286623955, 0.04770350456237793, 0.021144108846783638, -0.004313180688768625, 0.016286678612232208, -0.0074834362603724, 0.00037119543412700295, -0.03325366973876953, -0.025212377309799194, 0.01532063540071249, -0.018041884526610374, -0.016613228246569633, -0.0130075728520751, 0.020463796332478523, -4.5469314500223845e-05, 0.02262718975543976, 0.0004979036166332662, -0.016449954360723495, -0.000284243025816977, -0.0027212495915591717, -0.011306791566312313, 0.0019984175451099873, -0.004262157250195742, -0.003581844735890627, 0.029226219281554222, 0.03466871753334999, 0.00626567704603076, 0.02892688289284706, 0.023361926898360252, -0.0008125480962917209, -0.019007928669452667, -0.024504851549863815, 0.004456046037375927, -0.0015136951114982367, 0.021008046343922615, -0.02655939571559429, 0.039675816893577576, 0.008483495563268661, 0.01045640092343092, -0.0010111143346875906, 0.028518695384263992, 0.01902153342962265, 0.019633814692497253, -0.0011199642904102802, -0.04016564413905144, 0.008742013946175575, -0.033035971224308014, -0.006367723923176527, 0.026246452704072, 0.005143161863088608, 0.015211785212159157, 0.003115830710157752, -0.007422208320349455, -0.024695340543985367, -0.016694866120815277, 0.006384731736034155, -0.006224858108907938, -0.005986749194562435, -0.009075366891920567, -0.021838027983903885, -0.03401561826467514, -0.014191316440701485, -0.01635470986366272, 0.0037315133959054947, -0.01404164731502533, -0.005643191281706095, -0.01718469150364399, -0.025593351572752, -0.00942232646048069, -0.024790583178400993, 0.023253077641129494, 0.036546383053064346, -0.021076077595353127, -0.02696758322417736, 0.008265795186161995, 0.019239233806729317, 0.012796675786376, 0.013687885366380215, -0.0033607431687414646, 0.014599503949284554, 0.007782773580402136, 0.012347670271992683, -0.03507690504193306, 0.0037111041601747274, -0.03752603009343147, -0.006653455086052418, -0.0034185696858912706, -0.014858022332191467, -0.004340393003076315, -0.015688003972172737, 0.019865121692419052, -0.023144226521253586, -0.02163393422961235, 0.0006560762412846088, -0.01843646541237831, 0.01374911330640316, 0.009265854954719543, -0.007347373757511377, -0.0018147332593798637, -0.0036736868787556887, 0.021008046343922615, -0.0031345393508672714, 0.002003520028665662, -0.004677147604525089, -0.01635470986366272, 0.020341340452432632, 0.01942972093820572, -0.007850805297493935, -0.009245445020496845, 0.008721604943275452, -0.007599089294672012, 0.021144108846783638, -0.005371066275984049, -0.0019541974179446697, 0.0009133193525485694, -0.007769167423248291, -0.011714979074895382, 0.006452762987464666, 0.006303094327449799, 0.01564718410372734, -0.011653751134872437, -0.0019201816758140922, -0.03145764395594597, 0.024015028029680252, -0.007422208320349455, -0.00812293030321598, 0.006466369144618511, -0.004422030411660671, -0.03123994544148445, -0.019538572058081627, 5.7454508350929245e-05, -0.011007454246282578, 0.02292652800679207, -0.03347136825323105, -0.010075426660478115, -0.022191790863871574, -0.0032910110894590616, -0.013347729109227657, 0.003680489957332611, -0.021593114361166954, -0.019293658435344696, -0.008218173868954182, -0.007143280003219843, 0.0031583502423018217, -0.013116423040628433, 0.028518695384263992, -0.03311760723590851, -0.021048864349722862, -0.013177650980651379, 0.025593351572752, 0.039430905133485794, -0.016218647360801697, -0.012585778720676899, -0.022899314761161804, -0.01972905918955803, -0.011572113260626793, -0.01776975952088833, 0.005803064443171024, -0.010946226306259632, 0.054261714220047, 0.004677147604525089, 0.03431495651602745, 0.010850982740521431, -0.015715215355157852, -0.010946226306259632, -0.0010170669993385673, -0.014885234646499157, -0.009435933083295822, 0.024845007807016373, -0.011136713437736034, -0.003037594724446535, 0.005632986780256033, 0.0029117369558662176, 0.003622663440182805, -0.009646829217672348, 0.012844298034906387, 0.0070752487517893314, -0.013504200614988804, 0.006673864554613829, -0.00880324188619852, -0.006452762987464666, 0.0010374763514846563, -0.002180401235818863, -0.014939660206437111, 0.0018045286415144801, -0.048329390585422516, -0.005367664620280266, -0.002537565305829048, 0.00793924555182457, 0.005595569498836994, -0.005088736768811941, 0.0165996216237545, -0.012749054469168186, 0.020967228338122368, 0.01877662166953087, -0.005510530434548855, 0.004166913218796253, -0.021484265103936195, -0.03148485720157623, -0.004704360384494066, 0.013946403749287128, 0.020518220961093903, 0.014926053583621979, -0.0030512011144310236, -0.015089328400790691, -0.023198653012514114, 0.03194747120141983, -0.0026600214187055826, -0.017987459897994995, 0.008020883426070213, -0.015633579343557358, -0.0025868879165500402, -0.022205395624041557, -0.010286323726177216, 0.005364262964576483, 0.0028998316265642643, 0.013354532420635223, -0.010837376117706299, 0.026627426967024803, -0.037117842584848404, -0.008422267623245716, 0.019633814692497253, -0.03583885729312897, 0.027892807498574257, 0.024736158549785614, 0.03703620657324791, 0.032437294721603394, 0.012129969894886017, -0.0199059396982193, -0.009306673891842365, -0.01401443500071764, -0.008327024057507515, 0.01695338450372219, 0.028709182515740395, -0.00623846473172307, -0.02548450231552124, -0.002484841039404273, -0.0024389198515564203, -0.0052826255559921265, -0.030260294675827026, 0.020395765081048012, 0.01552472822368145, 0.008082111366093159, -0.02500828355550766, -0.001727143069729209, 0.0023998019751161337, 0.02417830191552639, -0.03009702078998089, 0.03548509255051613, -0.016395527869462967, -0.0067997220903635025, -0.0026906353887170553, 0.03553951904177666, -0.0012721841922029853, 0.017688121646642685, 0.014028041623532772, -0.00570441922172904, 0.007864410988986492, 0.005976544227451086, -0.0016956785693764687, -0.032981544733047485, -0.0055717583745718, 0.013252485543489456, -0.006201047450304031, -0.002452526241540909, 0.01783779077231884, 0.013715097680687904, 0.0004128645814489573, -0.008163748309016228, 0.008286205120384693, 0.029797682538628578, -0.01760648377239704, -0.014926053583621979, 0.010816967114806175, -0.0036124587059020996, 0.006449361331760883, -0.01842285878956318, 0.004717966541647911, -0.0035274196416139603, -0.021130502223968506, -0.028300995007157326, 0.012966753914952278, 0.014096072874963284, 0.0019048746908083558, -0.021647540852427483, 0.007653514388948679, -0.03578443080186844, 0.006908572278916836, 0.004575100727379322, 0.02666824497282505, -0.013946403749287128, -0.03205632045865059, 0.00016359386791009456, 0.010558447800576687, 0.008558330126106739, 0.012252425774931908, -0.0037485212087631226, 0.0041328975930809975, 0.032627783715724945, -0.00576224597170949, 0.004173716530203819, 0.0004787698562722653, 0.01155170425772667, -0.04324065521359444, -0.009109382517635822, -0.014613109640777111, -0.02808329463005066, 0.022559158504009247, -0.005871095694601536, -0.023742903023958206, -0.010211489163339138, 0.01025230810046196, 0.004258755594491959, -0.0028760205022990704, -0.00411588978022337, 0.014898841269314289, 0.015062116086483002, 0.009884938597679138, 0.0035002073273062706, -0.0328182689845562, 0.011966695077717304, -0.03039635717868805, -0.011633342131972313, 0.0192120224237442, -0.013429366052150726, 0.011776207014918327, -0.024464033544063568, 0.03798864409327507, 0.005081933457404375, -0.012517747469246387, -0.01760648377239704, -0.006656856741756201, -0.0005025807768106461, -0.03883223235607147, 0.00812293030321598, 0.006024166010320187, -0.03241008147597313, 0.0022280230186879635, 0.019810697063803673, 0.012191197834908962, 0.005456105340272188, 0.01723911613225937, 0.01396001037210226, 0.030614057555794716, -0.0012441212311387062, -0.0048982491716742516, -0.00576224597170949, -0.034695930778980255, -0.030124232172966003, -0.021892452612519264, -0.006949391216039658, 0.004632927477359772, 0.020776741206645966, 0.010381567291915417, -0.02857312001287937, -0.046615004539489746, -0.004714564885944128, -0.04343114420771599, -0.03175698220729828, -0.0008244536002166569, 0.024028632789850235, 0.016790110617876053, 0.04177118092775345, -0.013599444180727005, 0.0070820520631968975, -0.0005633836844936013, 0.03703620657324791, -0.00853792019188404, -0.001388687640428543, 0.030967820435762405, -0.01914399117231369, 0.02246391586959362, -0.02566138282418251, -0.05113228037953377, -0.022545551881194115, 0.013898782432079315, -0.0055411444045603275, 0.0026072971522808075, 0.011871451511979103, -0.009742073714733124, -0.010803360491991043, -0.004347196314483881, -0.0009328783489763737, -0.015742428600788116, -0.013068800792098045, 0.023960601538419724, -0.014653928577899933, 0.0024491245858371258, 0.017824184149503708, 0.020178064703941345, -0.025743020698428154, 0.006367723923176527, 0.011197942309081554, 0.0031872636172920465, 0.013912388123571873, -0.012660613283514977, 0.007020823657512665, 0.01594652235507965, 0.007415405008941889, 0.005000296048820019, 0.03094060719013214, -0.022150970995426178, 0.021062470972537994, 0.005806466098874807, 0.006126212887465954, 0.016871746629476547, 0.02744380198419094, 0.020967228338122368, 0.003680489957332611, 0.012327260337769985, -0.019878728315234184, 0.01689895987510681, -0.0009158705361187458, -0.02145705185830593, -0.01854531653225422, 0.008844060823321342, -0.0032910110894590616, 0.001809630892239511, -0.03216516971588135, 0.004207732155919075, 0.0005888954037800431, -0.023810934275388718, -0.01944332756102085, -0.01955217868089676, -0.00570441922172904, 0.012129969894886017, 0.014953265897929668, -0.012721841223537922, -0.009748876094818115, 0.009293067269027233, 0.006612636614590883, -0.007360979914665222, -0.04185281693935394, 0.010912210680544376, 0.015116541646420956, -0.010558447800576687, 0.02928064577281475, 0.2165026068687439, -0.0019354887772351503, -0.01324568223208189, -0.003353940090164542, -3.7470330426003784e-05, 0.00426896009594202, 0.01723911613225937, -0.009626420214772224, -0.004109086934477091, -0.008701195009052753, -0.01549751590937376, 0.006619439460337162, -0.01700780913233757, -0.00870799832046032, 0.012837494723498821, -0.05257454141974449, -0.03401561826467514, -0.030124232172966003, -0.013925994746387005, 0.020123640075325966, -0.02045018970966339, 0.01181702595204115, -0.0038709775544703007, -0.012932738289237022, 0.028518695384263992, 0.0025052502751350403, -0.003959418274462223, -0.0071977050974965096, 0.04136299341917038, 0.01010944228619337, -0.005908512976020575, 0.004228141624480486, 0.014653928577899933, 0.003326727543026209, 0.006809927057474852, -0.007878017611801624, 0.03722669556736946, -0.007599089294672012, 0.01718469150364399, -0.006456164643168449, -0.012572173029184341, -0.015007691457867622, 0.00853792019188404, -0.013096013106405735, 0.004745178855955601, 0.01771533489227295, -0.010034607723355293, 0.00594252860173583, -0.002489943290129304, 0.007932442240417004, -0.038668956607580185, -0.006867753341794014, 0.022967346012592316, 0.010347551666200161, -0.007109264377504587, 0.012095954269170761, -0.008136535994708538, 0.025593351572752, -0.041743967682123184, 0.001318955677561462, 0.0096060112118721, 0.019470540806651115, -0.014885234646499157, 0.013143635354936123, -0.020368553698062897, 0.0109326196834445, -0.003949213307350874, -0.007211311254650354, 0.013184454292058945, -0.02264079637825489, -0.008619558066129684, -0.009837317280471325, -0.0015077423304319382, 0.024572882801294327, -0.0018810637993738055, -0.03322645649313927, -0.01288511697202921, 0.026328088715672493, 0.005129555240273476, 0.022028515115380287, 0.011299989186227322, 0.0027807769365608692, -0.015851277858018875, -0.011871451511979103, 0.0070752487517893314, -0.016504378989338875, 0.027416588738560677, -0.0015647184336557984, 0.012442913837730885, -0.017674515023827553, -0.013055195100605488, 0.012919132597744465, -0.00989854522049427, -0.024096664041280746, 0.020300522446632385, 0.011095895431935787, 0.0203277338296175, 0.030369145795702934, -0.01451786607503891, -0.004854029044508934, -0.011810222640633583, 0.09562470763921738, -0.018354827538132668, -0.0009753978811204433, -0.02525319531559944, -0.01949775218963623, 0.009769286029040813, 0.019470540806651115, -0.031185518950223923, -0.014789991080760956, 0.02357962727546692, -0.03956696763634682, 0.00989854522049427, -0.009850922971963882, -0.002556273713707924, 0.008340629749000072, 0.007571876980364323, -0.019484147429466248, -0.008252189494669437, -0.00017794421000871807, 0.008218173868954182, -0.008816848509013653, -0.0037689306773245335, 0.018708590418100357, -0.011089092120528221, -0.025089921429753304, -0.004881241358816624, -0.014572291634976864, 0.0020052208565175533, -0.022953739389777184, 0.026151208207011223, -0.00426896009594202, 0.020178064703941345, -0.009068564511835575, -0.018150733783841133, 0.005588766187429428, 0.018980715423822403, 0.01778336614370346, 0.005500325467437506, 0.01820516027510166, 0.0033080189023166895, -0.009347491897642612, -0.022205395624041557, 0.013381744734942913, -0.014939660206437111, -0.025824658572673798, 0.002018827013671398, 0.00530643668025732, -0.029226219281554222, -0.014626716263592243, -0.013116423040628433, -0.003214475931599736, -0.010286323726177216, 0.020368553698062897, 0.03249172121286392, 0.0043880147859454155, -0.024790583178400993, -0.05167653039097786, 0.035757217556238174, 0.01991954632103443, -0.03382513299584389, -0.014858022332191467, 0.01801467128098011, 0.002374290255829692, -0.002073252107948065, 0.010027804411947727, -0.17448651790618896, 0.020545434206724167, -0.006605833303183317, 0.0017875208286568522, 0.006911973934620619, 0.01642274111509323, 0.011878253892064095, 0.00016508204862475395, 0.0045308806002140045, 0.0013980419607833028, 0.021878845989704132, -0.022178184241056442, -0.027634289115667343, 0.004928863141685724, 0.02454567141830921, -0.0072181145660579205, 0.010585661046206951, 0.013585838489234447, 0.020708709955215454, 0.011844238266348839, 0.036709655076265335, -0.011082288809120655, -0.0031634524930268526, -0.0016616630600765347, 0.016980597749352455, 0.01502129714936018, -0.028491482138633728, 0.00971486046910286, -0.008673982694745064, -0.016858141869306564, -0.021783603355288506, 0.027715926989912987, 0.028518695384263992, 0.012851101346313953, 0.0025154550094157457, 0.014504260383546352, 0.014531472697854042, 0.018871866166591644, -0.00751064857468009, 0.04084595665335655, -0.002736556576564908, 0.020885590463876724, 0.011055076494812965, 0.017225509509444237, 0.023797327652573586, 0.007258933037519455, 0.0310494564473629, 0.006466369144618511, 0.011354413814842701, -0.02732134610414505, -0.007415405008941889, -0.049036916345357895, 0.03679129481315613, -0.011306791566312313, 0.011211548000574112, 0.009163808077573776, -0.0034015618730336428, 0.00432678684592247, -0.002704241778701544, -0.013170847669243813, -0.005874497350305319, -0.016681259498000145, -0.003547829110175371, -0.020368553698062897, -0.00403085071593523, -0.01336133573204279, -0.029471132904291153, 0.0070752487517893314, -0.009769286029040813, 0.02417830191552639, 0.013735506683588028, -0.019334478303790092, 0.010299929417669773, -0.0014107978204265237, 0.00440162094309926, -0.0024389198515564203, -0.024327971041202545, -0.0013580735540017486, 0.03023308329284191, 0.011919072829186916, -0.0012007514014840126, -0.0021072677336633205, -0.005486719310283661, 0.0006730840541422367, -0.026164814829826355, -0.0025732815265655518, -0.018763015046715736, 0.0030120830051600933, 0.008313417434692383, 0.0061602285131812096, 0.0179466400295496, -0.02536204643547535, -0.004333589691668749, -0.0015655688475817442, 0.033988405019044876, -0.0041362992487847805, -0.00026851080474443734, 0.005551348906010389, 0.01499408483505249, 0.0011335705639794469, 0.005721427034586668, 0.005364262964576483, -0.02174278348684311, 0.0050275083631277084, 0.02898130752146244, -0.001693977857939899, 0.013653869740664959, -0.0027263518422842026, 0.028600333258509636, 0.002151487860828638, -0.03270941972732544, 0.02008282206952572, 0.02654578909277916, 0.011504082009196281, -0.025443682447075844, 0.038777805864810944, -0.0044118259102106094, -0.012687825597822666, -0.005275822710245848, 0.011517688632011414, 0.04117250442504883, 0.0024508254136890173, 0.006775911431759596, 0.0032740032766014338, -0.001479679485782981, -0.0172527227550745, -0.0822361633181572, -0.02317143976688385, 0.019701845943927765, 0.0012942943722009659, -0.01173538900911808, 0.015402272343635559, -0.01081016380339861, 0.03768930584192276, -0.007408601697534323, 0.01436819788068533, -0.032573357224464417, -0.009551585651934147, -0.035757217556238174, -0.005330247338861227, 0.004149905405938625, -0.012340866960585117, -0.01271503884345293, 0.006925580091774464, -0.008075308054685593, 0.015062116086483002, -0.0072181145660579205, -0.02938949503004551, -0.011123107746243477, -0.012436110526323318, -0.043104592710733414, 0.013905584812164307, -0.03300875797867775, -0.012157182209193707, 0.01932087168097496, 0.0039049931801855564, -0.012612991966307163, -0.01255856640636921, 0.01960660330951214, -0.02525319531559944, 0.0014439630322158337, 0.004129496403038502, -0.012817085720598698, -0.022953739389777184, 0.02963440679013729, -0.014776385389268398, -0.004860831890255213, -0.004166913218796253, -0.0066942740231752396, -0.03703620657324791, 0.0054220897145569324, -0.029253432527184486, -0.00989854522049427, 0.023089801892638206, -0.013667475432157516, -0.03311760723590851, -0.02168835885822773, 0.003086917567998171, -0.0072181145660579205, -0.03657359257340431, 0.018096309155225754, 0.010170670226216316, 0.0029610595665872097, -0.00894610770046711, -0.026151208207011223, 0.022300640121102333, -0.01919841580092907, -0.019307265058159828, -0.020055608823895454, 0.027158070355653763, 0.00440162094309926, 0.025688596069812775, -0.016912566497921944, -0.0068235332146286964, 0.02412387728691101, -0.005877899006009102, 0.0032195784151554108, -0.00030571536626666784, -0.02306259050965309, 0.00512615405023098, -0.048628728836774826, 0.0008486896986141801, -0.007422208320349455, -0.0004851477569900453, 0.030722906813025475, -0.02555253356695175, 0.007061642594635487, -0.009728467091917992, -0.02435518428683281, -0.019307265058159828, 0.020123640075325966, -0.0027008401229977608, 0.032328445464372635, 0.009884938597679138, 0.019225627183914185, -0.026695458218455315, 0.02938949503004551, 0.013789932243525982, 0.0072725391946733, -0.021239353343844414, 0.013925994746387005, 0.0030307916458696127, -0.0275526512414217, -0.02726691961288452, 0.01123195793479681, 0.0060445754788815975, -0.02092640846967697, -0.012823888100683689, -0.07488878816366196, 0.026518577709794044, 0.02274964563548565, 0.006758903618901968, 0.001665064599364996, -0.00602756766602397, 0.025865476578474045, -0.012912329286336899, -0.009694451466202736, -0.0007874615839682519, -0.030477995052933693, 0.014409015886485577, 0.01748402789235115, -0.013170847669243813, -0.01202792301774025, -0.001471175579354167, 0.038723379373550415, -0.0008197764400392771, 0.012857903726398945, 0.007789576891809702, 0.0024865418672561646, -0.006415345706045628, 0.015810459852218628, 0.027008401229977608, -0.006109205074608326, 0.025443682447075844, -0.019701845943927765, 0.0021412831265479326, 0.005119350738823414, -0.00459210854023695, 0.03390676900744438, -0.01962020993232727, -0.009320279583334923, 0.01589209772646427, -0.013885175809264183, -0.0073065548203885555, -0.010789754800498486, 0.02525319531559944, 0.02957998216152191, 0.007544664200395346, -0.02328028902411461, -0.015293422155082226, 0.018382040783762932, -0.010823770426213741, -0.016218647360801697, 0.01570161059498787, -0.019361689686775208, -0.0019967169500887394, 0.00543909752741456, -0.01593291573226452, 0.015402272343635559, 0.0065752193331718445, -0.03779815509915352, -0.004813210107386112, 0.01624586060643196, -0.031022245064377785, 0.03562115505337715, 4.515042019193061e-05, 0.011204744689166546, 0.0061874412931501865, 0.0385056808590889, -0.0006237614434212446, 0.0008236031862907112, -0.023960601538419724, 0.012538157403469086, 0.014681140892207623, -0.026300877332687378, -0.0057962615974247456, 0.0022773456294089556, -0.021974090486764908, 0.0016761196311563253, -0.02211015298962593, 0.0024219120386987925, 0.005891505163162947, 0.018341222777962685, -0.01087819505482912, -0.007660317700356245, -0.006456164643168449, -0.01123195793479681, 0.003524018218740821, 0.019157595932483673, -0.003462790045887232, -0.007782773580402136, 0.02689955197274685, 0.002307959832251072, 0.00546630984172225, -0.011783010326325893, 0.005180578678846359, -0.008082111366093159, 0.009000533260405064, -0.025389257818460464, 0.017701728269457817, -0.011252366937696934, -0.01820516027510166, -0.0014184513129293919, 0.01642274111509323, 0.01672207936644554, 0.02126656472682953, 0.0019218825036659837, 0.024804189801216125, -0.003581844735890627, 0.010061820037662983, 0.009388310834765434, -0.017279934138059616, -0.02553892694413662, 0.025634171441197395, -0.040873169898986816, -0.037662092596292496, -0.016490772366523743, 0.014395410194993019, -0.009177413769066334, 0.002666824497282505, 0.020695103332400322, 0.007626302074640989, -0.0341244675219059, 0.004469652194529772, -0.002576683182269335, 0.009143398143351078, -0.03986630588769913, 0.021470658481121063, 0.010361157357692719, 0.020286915823817253, 0.013286501169204712, -0.026981189846992493, 0.04283246770501137, 0.007184098940342665, 0.017851397395133972, -0.02654578909277916, -0.0013903884682804346, 0.0015961829340085387, 0.0009430830250494182, 0.0032944127451628447, -0.011592523194849491, -0.0059323241002857685, -0.016749290749430656, -0.016966991126537323, -0.026532182469964027, 0.020164459943771362, 0.01907595992088318, 0.07429011166095734, 0.020137246698141098, -0.01646355912089348, -0.014749172143638134, -0.007177295628935099, 0.0043880147859454155, 0.021552296355366707, 0.007850805297493935, -0.011510885320603848, -0.020776741206645966, 0.024668127298355103, 0.012232016772031784, -0.0020664487965404987, -0.018558921292424202, -0.017021415755152702, 0.005303035024553537, -0.021674752235412598, 0.005296231713145971, -0.0018623551586642861, 0.008925698697566986, 0.0149668725207448, -0.019824303686618805, 0.013871569186449051, -0.015960128977894783, -0.026042358949780464, -0.0036328681744635105, 0.006452762987464666, -0.015443091280758381, -0.026858732104301453, -0.039077144116163254, 0.003619261784479022, -0.002974665956571698, -0.02737577073276043, 0.00018772369367070496, -0.01191226951777935, 0.0032535940408706665, -0.019184809178113937, -0.015238997526466846, 0.027579864487051964, 0.005735033191740513, -0.0110482731834054, 0.03583885729312897, -0.01824597828090191, -0.015511122532188892, -0.009619616903364658, -0.00041690393118187785, 0.010912210680544376, 0.007415405008941889, -0.013449775986373425], \"74b4c746-f15e-486b-8bb6-28cb279629f7\": [-0.002730895997956395, 0.010133194737136364, 0.009275251068174839, -0.041100237518548965, -0.018780186772346497, 0.03445286303758621, -0.028886359184980392, -0.006144093815237284, -0.02829187922179699, -0.044126685708761215, 0.014591800048947334, 0.022360581904649734, -0.01618609018623829, -0.02429264411330223, 0.009234718047082424, 0.015388945117592812, 0.013294750824570656, -0.01790197752416134, 0.004117454867810011, -0.0246169064193964, -0.01328799594193697, 0.008565926924347878, -0.009227962233126163, 0.019847549498081207, -0.031696632504463196, -0.002045216504484415, 0.013578481040894985, -0.04750441759824753, -0.00957249104976654, -0.0268326997756958, 0.014118917286396027, -0.011835571378469467, -0.006019117310643196, 0.004330251831561327, -0.002659963443875313, 0.01832081563770771, 0.00019854727725032717, 0.006245425436645746, 0.004461983218789101, -0.03212898224592209, 0.012544894590973854, 0.009619778953492641, 0.002589031122624874, -0.01791548728942871, 0.0012953600380569696, 0.022049831226468086, -9.447092452319339e-06, -0.007093236315995455, -0.0018290416337549686, 0.019523287191987038, 0.014470201916992664, 0.023671142756938934, -0.01963137462735176, -0.020793315023183823, 0.014335092157125473, -0.003465552581474185, 0.0013266040477901697, 0.012571916915476322, 0.007451275829225779, -0.00029534040368162096, 0.0035635067615658045, 0.027102917432785034, -0.03237218037247658, -0.012788091786205769, -0.015915870666503906, -0.024495309218764305, -0.014902551658451557, 0.011896369978785515, 0.015483520925045013, -0.0027444069273769855, 0.021036511287093163, 0.01872614398598671, 0.014862018637359142, -0.0086267264559865, 0.009491425938904285, -0.011051937937736511, -0.0015427789185196161, -0.031939830631017685, 0.0031852007377892733, 0.002399878343567252, 0.0017361539648845792, -0.020901402458548546, -0.03150748088955879, 0.01563214138150215, 0.008923966437578201, 0.004735579714179039, 0.002062105108052492, 0.0127137815579772, -0.008849656209349632, -0.006492000073194504, 0.01501063909381628, 0.019658397883176804, 0.0015267346752807498, 0.006333246361464262, 5.211734242038801e-05, 0.040370646864175797, -0.0004196831432636827, 0.027278559282422066, -0.019442223012447357, -0.0075120748952031136, 0.0031024464406073093, 0.016226621344685555, -0.02772442065179348, -0.01660492829978466, -0.03334496542811394, -0.0028778272680938244, 0.005194950848817825, -0.027211004868149757, -0.016456307843327522, -0.005282772239297628, -0.024346688762307167, 0.030372561886906624, 0.014591800048947334, -0.017023766413331032, 0.00500917574390769, -0.004840289242565632, 0.01953679881989956, -0.0038539916276931763, -0.024643929675221443, -0.00498553179204464, 0.013774389401078224, 0.0021313484758138657, 0.015996936708688736, -0.020428519695997238, 0.030940020456910133, -0.014618822373449802, -0.0022512581199407578, -0.028318900614976883, 0.027089405804872513, -0.006329868920147419, -0.013673056848347187, -0.012294942513108253, 0.03485818952322006, 0.017942510545253754, -0.029291687533259392, 0.012335475534200668, -0.009626534767448902, 0.023522522300481796, 0.005059842020273209, -0.028589120134711266, 0.012450318783521652, 0.015415966510772705, -0.013875721022486687, 0.0012041613226756454, 0.017145365476608276, 0.0027224516961723566, 0.015186280943453312, 0.010883050970733166, -0.004499138332903385, 0.016807591542601585, 0.01022101566195488, 0.025224898010492325, -0.002060416154563427, 0.002487699268385768, -0.0038235920947045088, 0.00019231958140153438, -0.011957169510424137, 0.029399774968624115, 0.017118344083428383, -0.013362306170165539, 0.008491616696119308, 0.00431336322799325, 0.007559363264590502, 0.006846661679446697, 0.010106172412633896, 0.020266389474272728, 0.007545852102339268, 0.005600278731435537, 0.0046376255340874195, 0.004941621329635382, -0.020793315023183823, 0.018280282616615295, -0.004407939501106739, -0.005147662945091724, -0.010119684040546417, 0.011707217432558537, -0.018010064959526062, -0.01569969579577446, -0.048855509608983994, -0.014402647502720356, -0.0033034214284271, -0.007876870222389698, 0.009430626407265663, 0.008863167837262154, -0.024914147332310677, -0.0033557761926203966, 0.03302070498466492, 0.004576826002448797, 0.0018898408161476254, -0.004874066449701786, 0.013017777353525162, 0.020225856453180313, 0.01463233307003975, -0.020239368081092834, -0.6489567756652832, -0.023941360414028168, 0.017564203590154648, -0.02182014472782612, -0.009761643595993519, 0.022846976295113564, 0.004789623431861401, 0.012727292254567146, -0.011855837889015675, 0.02215791866183281, 0.004029633477330208, 0.0326964408159256, 0.009227962233126163, -0.005532724317163229, -0.030210429802536964, -0.00523548386991024, 0.011504553258419037, 0.0024691217113286257, 0.020550118759274483, -0.010112928226590157, -0.0013046488165855408, 0.004826778545975685, 0.0003210956056136638, -0.00117122835945338, 0.009410359896719456, 0.0016694437945261598, 0.004485627636313438, -0.004769356921315193, -0.007566118612885475, 0.007917402312159538, -0.01525383535772562, -0.005316549446433783, 0.030561715364456177, 0.0009347872110083699, 0.037506330758333206, 0.020333943888545036, 0.013767633587121964, 0.02288750931620598, 0.017077811062335968, 0.040451712906360626, -0.01505117118358612, -0.006215026136487722, 0.0381278321146965, 0.014834996312856674, 0.004181631375104189, 0.022928042337298393, 0.014875529333949089, -0.0039012799970805645, -0.01418647263199091, 0.00793091394007206, -8.6026600911282e-05, -0.02861614152789116, -0.015145747922360897, -0.008261931128799915, 0.012105789966881275, -0.009187430143356323, 0.012119300663471222, -0.014578289352357388, 0.006674397271126509, 0.01806410774588585, 0.01557809766381979, 0.016794081777334213, 0.007741760462522507, -0.045504797250032425, -0.0025400540325790644, -0.0044450946152210236, -0.02354954369366169, -0.01513223722577095, 0.011382955126464367, 0.015321389771997929, 0.010720919817686081, 0.027589311823248863, 0.009045564569532871, -0.009214451536536217, 0.009633290581405163, 0.02731909230351448, 0.016740037128329277, 0.016875145956873894, -0.022198451682925224, -0.020212344825267792, 0.023090172559022903, 0.020144790410995483, 0.0024843215942382812, -0.03547969087958336, 0.0023610342759639025, 0.004100566264241934, -0.014321581460535526, -0.005066597368568182, 0.0026194308884441853, 0.01390274241566658, 0.019820528104901314, 0.021279707551002502, -0.010383146815001965, -0.030967041850090027, -0.018428903073072433, 0.0033338209614157677, -0.0007431009435094893, -0.03715504705905914, -0.030804911628365517, 0.008930722251534462, -0.024724993854761124, 0.0036074172239750624, 0.006549421232193708, 0.004384295549243689, 0.019023383036255836, 0.014726909808814526, -0.014443179592490196, -0.003975589759647846, 0.013031288050115108, -0.035452671349048615, 0.027778463438153267, -0.009146897122263908, -0.006508888676762581, -0.017483137547969818, -0.0088766785338521, -0.019658397883176804, 0.034047532826662064, 0.028832316398620605, -0.028102725744247437, 0.00789713580161333, 0.024238601326942444, 0.019199026748538017, 0.018104640766978264, -0.027940595522522926, 0.02494116872549057, 0.01838837005198002, 0.011666684411466122, -0.0028271612245589495, 0.03264239802956581, -0.01969893090426922, -0.008613215759396553, -0.03637141361832619, 0.013828433118760586, -0.02764335460960865, 0.004532915540039539, 0.0027883173897862434, 0.012659737840294838, -0.0031868896912783384, 0.0029132934287190437, -0.02272537723183632, -0.02961594983935356, -0.028264857828617096, -0.005948184989392757, -0.004239052999764681, -0.009180674329400063, -0.0056306784972548485, -0.0007000348414294422, -0.0015233568847179413, -0.015091704204678535, 0.003887769067659974, -0.0036580832675099373, -0.01945573277771473, 0.0038843911606818438, 0.030453627929091454, 0.008896945044398308, 0.013889231719076633, 0.0006692130700685084, -0.014848507940769196, -0.012470584362745285, 0.01468637678772211, -0.022671334445476532, 0.02869720757007599, -0.029237644746899605, -0.012119300663471222, -0.015361922793090343, -0.0076471841894090176, -0.0025468096137046814, 0.017280474305152893, 0.0011526509188115597, -0.02167152613401413, 0.011531575582921505, -0.000671324145514518, -0.033155813813209534, 0.037992723286151886, 0.00625555869191885, 0.017253452911973, -0.02338741347193718, -0.009282005950808525, 0.013598746620118618, -0.005313171539455652, -0.0029842257499694824, -0.008532149717211723, -0.02861614152789116, 0.0028947158716619015, 0.0163482204079628, 0.014645843766629696, -0.0059008970856666565, 0.009518447332084179, 0.0014051363104954362, 0.00997106358408928, -0.00020013059838674963, 0.004127588123083115, -0.005954940803349018, 0.02157694846391678, -0.02969701588153839, -0.004813267383724451, 0.0061744931153953075, 0.0017378428019583225, -0.009626534767448902, 0.008160599507391453, 0.024630418047308922, 0.010579055175185204, -0.002431966597214341, -0.004948376677930355, 0.010092661716043949, -0.032993681728839874, 0.009065831080079079, -0.030615758150815964, 0.036425456404685974, -0.0009609645931050181, 0.022846976295113564, -0.011457265354692936, -0.02110406570136547, -0.027170471847057343, -0.012078767642378807, 0.01001835148781538, 0.01092358399182558, 0.015118726529181004, -0.012463829480111599, 0.0010606077266857028, 0.010856028646230698, 7.388787344098091e-05, 0.014402647502720356, 0.004944998770952225, -0.008113310672342777, 0.009937286376953125, 0.012774580158293247, 0.007802559994161129, -0.0015275790356099606, -0.03302070498466492, 0.0024741883389651775, 0.0006041917367838323, 0.015415966510772705, 0.006414311937987804, 0.005515835713595152, 0.020509585738182068, 0.0302644744515419, -0.03277750685811043, 0.005995473358780146, 0.0015081571182236075, 0.0006683685933239758, 0.03304772451519966, 0.01873965375125408, -0.00931578315794468, 0.00443833926692605, 0.007431009318679571, 0.013051554560661316, -0.005265883635729551, -0.03083193302154541, 0.005792809650301933, -0.014145939610898495, 0.023265814408659935, 0.013510925695300102, 0.018428903073072433, 0.029480841010808945, -0.006671019829809666, 0.011801794171333313, 0.009822443127632141, 0.004897710867226124, 0.008336241357028484, 0.023590076714754105, 0.017118344083428383, 0.031858764588832855, -0.011578863486647606, 0.0003787281457334757, -0.00680612912401557, -0.011889615096151829, -0.006890572141855955, 0.002659963443875313, 0.006471733562648296, 0.004870689008384943, -0.003779681632295251, -0.008140332996845245, -0.011781527660787106, 0.003256133059039712, 0.003381109330803156, 0.0045396713539958, -0.020901402458548546, -0.002830538898706436, 0.03123726136982441, -0.0369388721883297, -0.014416158199310303, 0.006046139169484377, 0.035452671349048615, 0.005995473358780146, -0.0037357709370553493, 0.003972212318331003, 0.0005142596201039851, -0.015348412096500397, -0.004043144639581442, -0.0019371290691196918, 0.02902146987617016, -0.003274710616096854, -0.013389327563345432, 0.02200929820537567, 0.0037999479100108147, 0.01463233307003975, -0.0131663978099823, 0.001207538996823132, 0.02217143028974533, 0.010227770544588566, -0.000268740754108876, -0.008532149717211723, -0.010889806784689426, 0.06404178589582443, -0.007235100958496332, -0.02396838366985321, -0.005188195500522852, -0.0043538957834243774, -0.03810081258416176, 0.011322155594825745, 0.00418838718906045, -0.019847549498081207, 0.005519213154911995, 0.011328911408782005, -0.006191381718963385, 0.012180100195109844, 0.012220632284879684, 0.020806826651096344, 0.007424253970384598, 0.01986106112599373, -0.0407489538192749, -0.005789431743323803, 0.013254218734800816, 0.06150173395872116, 0.014483712613582611, -0.01872614398598671, 0.010741186328232288, -0.020496074110269547, 0.004526160191744566, -0.026684079319238663, 0.0021668148692697287, 0.035776931792497635, -0.002347523346543312, -0.02658950164914131, 0.020320432260632515, 0.030318517237901688, 0.016469819471240044, 0.015348412096500397, -0.00568134430795908, -0.0028744495939463377, 0.0013291373616084456, -0.009349560365080833, -0.004147854167968035, 0.002730895997956395, -0.02346847765147686, 0.02330634742975235, 0.02460339665412903, 0.030075320973992348, -0.022617289796471596, 0.03264239802956581, 0.03345305100083351, 0.015037660486996174, -0.005265883635729551, -0.022765910252928734, 0.02150939404964447, -0.007248611655086279, -0.017145365476608276, -0.03075086697936058, 0.044126685708761215, -0.0012050056830048561, 0.010842517949640751, 0.0013392705004662275, 0.007957935333251953, 0.022184940055012703, -0.00039287240360863507, 0.0011171846417710185, -0.007775538135319948, 0.006410934496670961, -0.018915295600891113, 0.007843093015253544, 0.0373171791434288, 0.022428136318922043, -0.012362496927380562, 0.008261931128799915, -0.007059458643198013, -0.01896934024989605, -0.00899152085185051, 0.0022546357940882444, 0.004289718810468912, 0.0355067141354084, -0.030048299580812454, -0.021982276812195778, -0.04866635426878929, -0.009579246863722801, -0.002308679511770606, -0.012369252741336823, -0.025400541722774506, -0.021887701004743576, 0.00025586315314285457, -0.002526543103158474, 0.001364603522233665, -0.012369252741336823, 0.022387605160474777, 0.02182014472782612, -0.02780548483133316, -0.009558980353176594, -0.00511050783097744, 0.021279707551002502, 0.0007198790553957224, 0.013956786133348942, -0.0020857492927461863, 0.002521476475521922, 0.005644189193844795, -0.00010291525541106239, -0.021874189376831055, -0.0018408637261018157, -0.021063534542918205, 0.007910647429525852, -0.014348603785037994, -0.0264273714274168, -0.01181530486792326, -0.010565544478595257, 0.019523287191987038, -0.03361518308520317, -0.01660492829978466, -0.00019527510448824614, -0.005576634779572487, 0.008957743644714355, 0.014983616769313812, 0.02762984298169613, -0.008329485543072224, -0.013389327563345432, -0.006299469154328108, -0.001347714918665588, 0.00956573523581028, -0.012132811360061169, -0.00932253897190094, 0.03466903790831566, 0.02044203132390976, -0.007005414925515652, -0.009363071992993355, 0.04712611064314842, -0.013247462920844555, 0.014335092157125473, -0.015361922793090343, 0.020401498302817345, -0.025805868208408356, -0.005373970605432987, 2.7285737814963795e-05, 0.015929382294416428, 0.017402073368430138, 0.031696632504463196, -0.0032899104990065098, 0.022279517725110054, -0.042802613228559494, 0.026521947234869003, -0.007424253970384598, -0.033074747771024704, 0.0013595368945971131, -0.009349560365080833, -0.035695865750312805, -0.023454967886209488, -0.017469627782702446, -0.005120641086250544, 0.012051746249198914, -0.025332985445857048, -0.023927850648760796, -0.03891146555542946, 0.010626343078911304, -0.0009381649433635175, 0.004769356921315193, -0.016469819471240044, -0.006083294283598661, -0.004732201807200909, -0.004076921846717596, 0.011747750453650951, -0.028345922008156776, 0.03320985659956932, -0.03680376335978508, -0.025900445878505707, -0.008930722251534462, -0.015551076270639896, 0.04107321426272392, -0.0009710977901704609, -0.006627109367400408, -0.008309219032526016, -0.015415966510772705, -0.005228728521615267, -0.010842517949640751, -0.000656968797557056, -0.002930182032287121, 0.03229111433029175, 0.03918168693780899, 0.021887701004743576, -0.008315974846482277, 0.00047330462257377803, 0.0093292947858572, 0.006620353553444147, -0.002286724280565977, -0.01468637678772211, 0.01194365881383419, -0.00046654915786348283, -0.008633481338620186, -0.014348603785037994, 0.003695238148793578, 0.002622808562591672, -0.0061576045118272305, 0.01398380845785141, 0.005576634779572487, -0.0009558980236761272, -0.021739080548286438, -0.02060416154563427, -0.02348198927938938, -0.007147280033677816, 0.012315209023654461, -0.0018949073273688555, 0.02796761691570282, -0.04604523628950119, 0.0004321385349612683, 0.012099034152925014, -0.01602395810186863, 0.0031463569030165672, -0.018847741186618805, 0.009295516647398472, -0.008842901326715946, 0.01676705852150917, 0.011795038357377052, 0.008349752053618431, -0.0022816576529294252, -0.006589954253286123, -0.032669417560100555, 0.009065831080079079, 0.008484861813485622, -0.0017023766413331032, -0.011754505336284637, 0.01455126702785492, -0.020185323432087898, -0.028832316398620605, 0.021455351263284683, -0.0022563247475773096, -0.034560948610305786, 0.01619959995150566, -0.02149588242173195, -0.030318517237901688, -0.014902551658451557, -0.03961403667926788, -0.0035635067615658045, 0.006451467052102089, 0.007228345610201359, -0.027535267174243927, 0.02338741347193718, -0.0373171791434288, -0.030534692108631134, -0.0014938017120584846, -0.02225249446928501, 0.026778655126690865, -0.0030585359781980515, 0.0542869009077549, 0.025711292400956154, 0.004857177846133709, -0.035533733665943146, -0.004961887374520302, 0.007748516276478767, -0.0008630104130133986, 0.029399774968624115, 0.006573065649718046, -0.012072012759745121, -0.02487361431121826, 0.004242430906742811, -0.0010234526125714183, 0.010477723553776741, -0.030534692108631134, -0.0027207627426832914, 0.006573065649718046, 0.00843081809580326, -0.018091129139065742, -0.010707409121096134, -0.00593129638582468, 0.021644502878189087, 0.004532915540039539, 0.011963925324380398, 0.0012202054494991899, -0.015429477207362652, 0.0010707408655434847, 0.04677482694387436, -0.021739080548286438, 0.006900705397129059, -0.001485357410274446, -0.001285226782783866, -0.013294750824570656, -0.005269261077046394, -0.0019573953468352556, -0.02738664671778679, 0.0017277096631005406, -0.004816645290702581, 0.0005146818584762514, -0.01078847423195839, 0.008883433416485786, 0.038641247898340225, 0.0012066946364939213, 0.012193610891699791, -0.008910455740988255, 0.023333368822932243, -0.004012744873762131, -0.04010042920708656, 0.011409977450966835, -0.016645461320877075, 0.004999042488634586, -0.017469627782702446, -0.019563820213079453, -0.0018222861690446734, -0.022468669340014458, -0.024927658960223198, 0.022928042337298393, 0.012112544849514961, 0.0015123792691156268, -0.013477148488163948, 0.00147775758523494, -0.03580395504832268, -0.005306416191160679, -0.0020587274339050055, 0.020874381065368652, 0.0019337512785568833, -0.030615758150815964, 0.0013798032887279987, 0.0004025833623018116, 0.023576565086841583, 0.003928301855921745, -0.01513223722577095, -0.009538713842630386, 0.024076469242572784, -0.006046139169484377, 0.011849082075059414, 0.0037560374476015568, 0.02182014472782612, -0.051152367144823074, -0.005519213154911995, -0.003224044805392623, -0.00965355709195137, 0.006127204746007919, -0.022549735382199287, -0.04080299660563469, -0.0127137815579772, 0.02754877880215645, -0.003441908396780491, 0.010484478436410427, 0.010525011457502842, 0.008863167837262154, 0.0013603813713416457, 0.0013443371281027794, 0.024846592918038368, -0.011193802580237389, 0.014862018637359142, -0.03796570375561714, -0.024724993854761124, 0.009180674329400063, -0.018415391445159912, 0.016091512516140938, -0.030858954414725304, 0.02296857349574566, -0.009342805482447147, -0.02707589603960514, -0.03696589171886444, -0.017861444503068924, -0.0034047532826662064, -0.024265622720122337, 0.02445477619767189, -0.006215026136487722, 0.005509079899638891, 0.006046139169484377, 0.016726525500416756, 2.237747139588464e-05, -0.006052894983440638, 0.004735579714179039, 0.008829389698803425, 0.01833432726562023, 0.005799564998596907, -0.0002212414110545069, -0.003918168600648642, -0.025238409638404846, -0.021793123334646225, -0.009092853404581547, -0.01783442310988903, -0.00875508040189743, 0.030480649322271347, 0.01569969579577446, -0.030129365622997284, -0.036911848932504654, 0.008356507867574692, -0.03483116626739502, -0.008538905531167984, -0.0073769656009972095, 0.007714738603681326, 0.01963137462735176, 0.026643546298146248, -0.004441716708242893, 0.016064491122961044, 0.0005248150555416942, 0.03623630478978157, -0.030696824193000793, -0.01066687610000372, 0.011153269559144974, -0.004063411150127649, 0.030075320973992348, -0.007214834447950125, -0.0459911935031414, -0.01790197752416134, 0.002082371385768056, -0.007694472558796406, 0.0014642466558143497, 0.02134726382791996, -0.012767825275659561, 0.009038809686899185, -0.00670479703694582, 0.022306539118289948, 0.004407939501106739, -0.004012744873762131, 0.010369636118412018, -0.023684652522206306, 0.010626343078911304, 0.00750531954690814, -0.0016998433275148273, -0.025332985445857048, 0.020644694566726685, 0.00011790393909905106, -0.019428711384534836, -0.011234334670007229, 0.006437956355512142, 0.0055698794312775135, 0.0007557673961855471, 0.0004163054109085351, 0.013808166608214378, 0.030561715364456177, -0.02240111492574215, 0.01971244066953659, 0.009977818466722965, -0.0024674327578395605, -0.020752782002091408, 0.020023193210363388, 0.008403795771300793, -0.003016314236447215, 0.003982345573604107, -0.014281048439443111, 0.027778463438153267, -0.024008914828300476, 0.0026244972832500935, -0.01468637678772211, -0.002992670051753521, -0.017375050112605095, -0.018010064959526062, -0.036830782890319824, 0.01955031044781208, -0.010079151019454002, -0.007127013523131609, -0.019658397883176804, -0.0229955967515707, -0.003897902090102434, -0.006694663781672716, -0.003235866781324148, 0.00855241622775793, -0.011930148117244244, 0.008937477134168148, 0.009126630611717701, -0.008788857609033585, -0.019766485318541527, 0.007147280033677816, -0.003475685603916645, -0.014024341478943825, 0.014091895893216133, 0.2062307745218277, 0.009808932431042194, 0.003928301855921745, 0.02338741347193718, -0.011274867691099644, -0.008214643225073814, 0.02232004888355732, 0.009430626407265663, 0.0005965918535366654, 0.004056655336171389, -0.011436998844146729, 0.01807761937379837, -0.016145557165145874, 0.0022512581199407578, 0.01691567897796631, -0.040424689650535583, -0.014618822373449802, -0.028751250356435776, 0.009275251068174839, -3.0241251806728542e-05, 0.004634247627109289, 0.006025873124599457, -0.006448089610785246, -0.013017777353525162, 0.017064299434423447, 0.025062767788767815, -0.007775538135319948, -0.010085905902087688, 0.02338741347193718, 0.004934865515679121, -0.0006616131868213415, -0.005350326653569937, -0.0003730282187461853, -0.004384295549243689, -0.006137338001281023, 0.0055124578066170216, 0.030075320973992348, -0.011801794171333313, 0.017212919890880585, -0.005735388025641441, -0.006312980316579342, 0.005363837815821171, 0.0010884739458560944, -0.014645843766629696, 0.0002653630217537284, 0.03661460801959038, -0.013233952224254608, 0.01807761937379837, 0.00809979997575283, 0.004029633477330208, -0.03439881652593613, -0.01505117118358612, 0.013152886182069778, -0.011403221637010574, -0.02133375220000744, 0.007599895820021629, -0.026319283992052078, 0.04999042674899101, -0.031372372061014175, 0.03075086697936058, -0.009498180821537971, 0.002641386119648814, -0.018428903073072433, 0.02649492584168911, -0.01595640368759632, 0.01668599434196949, -0.015213302336633205, -0.009977818466722965, 0.022022809833288193, -0.025792358443140984, 0.00300449226051569, -0.008660503663122654, -0.01922604814171791, 0.010876295156776905, -0.025792358443140984, -0.0288593377918005, 0.012031479738652706, 0.03018340840935707, 0.009998084977269173, 0.02567075937986374, -0.0018628189573064446, -0.02869720757007599, -0.009180674329400063, -0.004421450663357973, 0.006633864715695381, -0.023738697171211243, 0.039289772510528564, -0.024089980870485306, 0.010835763067007065, 0.0005860364180989563, -0.004073544405400753, -0.0005227039218880236, -0.015767250210046768, -0.0343177504837513, 0.007174301892518997, 0.01683461293578148, 0.02207685261964798, 0.021874189376831055, 0.00645822286605835, -0.027832508087158203, -0.011342422105371952, 0.09430626034736633, -0.009032053872942924, 0.02364412136375904, -0.0206852275878191, 0.007194567937403917, 0.004745712969452143, 0.034723080694675446, -0.017199408262968063, -0.006123827304691076, 0.010031862184405327, -0.030075320973992348, 0.012666492722928524, -0.02061767317354679, -0.009464403614401817, 0.03123726136982441, -0.005086863413453102, -0.02436020039021969, -0.014591800048947334, 0.004151232074946165, 0.020009681582450867, -0.027021851390600204, 0.017523670569062233, 0.011592374183237553, -0.0044450946152210236, -0.0046984246000647545, 0.0009052320383489132, -0.009018543176352978, -0.00957249104976654, -0.012038234621286392, 0.015199791640043259, -0.005941429641097784, 0.002374545205384493, 0.012990755029022694, -0.005762409884482622, -0.005698232911527157, 0.018996361643075943, 0.008464595302939415, 0.020968956872820854, 0.010754697024822235, -0.024589885026216507, -0.004475494381040335, 0.00227996869944036, 0.010437190532684326, -0.0012151389382779598, -0.004455227870494127, 0.019185515120625496, 0.018942318856716156, -0.015618630684912205, -0.010829007253050804, -0.009477914310991764, 0.006059650331735611, 0.01896934024989605, -0.003955323714762926, 0.02265782281756401, -0.007964691147208214, -0.010153461247682571, -0.005755654536187649, 0.038154855370521545, 0.005715121515095234, -0.02584640122950077, -0.005644189193844795, 0.03647949919104576, 0.014335092157125473, -0.012072012759745121, -0.007316166535019875, -0.17261558771133423, 0.017442606389522552, 0.021603969857096672, -0.015821294859051704, -0.0065663098357617855, 0.013274485245347023, -0.015037660486996174, 0.030940020456910133, 0.014416158199310303, -0.002685296582058072, 0.023211771622300148, -0.0206852275878191, -0.013504170812666416, -0.012909689918160439, -0.005428014323115349, -0.00500917574390769, -0.0076471841894090176, 0.017793890088796616, 0.03191280737519264, 0.011403221637010574, 0.02354954369366169, -0.0011264734202995896, -0.01156535279005766, -0.024806059896945953, 0.017928998917341232, 0.01759122498333454, -0.004992287140339613, 0.035939063876867294, -0.03280453011393547, -0.011882859282195568, -0.012727292254567146, 0.017807399854063988, 0.03485818952322006, 0.014713398180902004, -0.002757917856797576, 0.014997127465903759, -0.01749664917588234, -0.012497606687247753, -0.00715403538197279, 0.016699504107236862, 0.022130897268652916, 0.025954488664865494, 0.013315017335116863, 0.02698131836950779, 0.022792931646108627, 0.007208079099655151, 0.022198451682925224, 0.010538522154092789, -0.0120585011318326, -0.024806059896945953, -0.00017437538190279156, -0.01929360255599022, 0.029480841010808945, -0.0005197484279051423, -0.0016221555415540934, 0.017847932875156403, -0.005792809650301933, 0.008680770173668861, 0.0002932293282356113, 0.012923200614750385, 0.005127396434545517, -0.030372561886906624, 0.01701025664806366, -0.012754314579069614, 0.0007312788511626422, -0.021455351263284683, 0.006441333796828985, 0.02322528138756752, -0.01840188167989254, 0.020415009930729866, 0.005289527587592602, -0.009923774749040604, -0.0060360063798725605, 0.004316740669310093, -0.005093619227409363, 0.01618609018623829, -0.021360773593187332, 0.0032899104990065098, 0.016537373885512352, 0.000710168038494885, -0.004272830206900835, 0.004600470419973135, -0.010680386796593666, 0.012457073666155338, -0.046991001814603806, 0.013585235923528671, -0.0063670240342617035, 0.002050283132120967, 0.012855646200478077, -0.0021161488257348537, 0.010004840791225433, -0.04572097212076187, -0.007836337201297283, -0.010774963535368443, 0.023941360414028168, -0.014267537742853165, -0.010281814262270927, 0.02110406570136547, 0.0033169323578476906, 0.01013994961977005, 0.00010544855467742309, 0.012693515047430992, -0.01161264069378376, 0.023671142756938934, -0.01602395810186863, 0.012443562969565392, 0.008126822300255299, -0.002774806460365653, 0.01888827420771122, 0.0013071821304038167, -0.023171238601207733, 0.008788857609033585, 0.016442796215415, -0.006772351451218128, -0.006120449397712946, 0.03591204062104225, 0.007660694885998964, -0.0073026553727686405, 0.011747750453650951, -0.0076336730271577835, 0.02421157993376255, 0.002156681613996625, 0.027048874646425247, -0.012200365774333477, 0.003061913652345538, -0.025697780773043633, -0.10295325517654419, -0.026116620749235153, 0.02298208512365818, 0.009113119915127754, -0.015294368378818035, 0.03502032160758972, -0.006877061445266008, 0.012416540645062923, -0.027183983474969864, 0.013510925695300102, -0.020631184801459312, -0.030561715364456177, -0.01626715436577797, -0.008822634816169739, 0.011909881606698036, -0.003156490158289671, -0.012213877402245998, -0.011592374183237553, -0.02134726382791996, 0.004411317408084869, -0.003441908396780491, -0.007957935333251953, 0.006714930292218924, -0.0003099068708252162, -0.009430626407265663, -0.0081741102039814, -0.023603588342666626, -0.009748132899403572, 0.022211961448192596, -0.0019506399985402822, -0.01442966889590025, -0.023265814408659935, -0.006559554487466812, -0.02290101908147335, -0.01181530486792326, 0.018915295600891113, 0.012011213228106499, -0.013071821071207523, 0.011997702531516552, -0.021630993112921715, 0.006883816793560982, -0.004060033243149519, -0.014051362872123718, -0.022873997688293457, 0.0008224776247516274, -0.0034267085138708353, -0.020415009930729866, 0.019915105774998665, -0.008768591098487377, -0.024144025519490242, -0.021887701004743576, -0.01773984543979168, -0.013571725226938725, -0.012470584362745285, 0.005650945007801056, 0.005894141271710396, 0.007248611655086279, 0.008201132528483868, -0.024684462696313858, -0.0008731436100788414, -0.011923392303287983, -0.021603969857096672, -0.032750483602285385, 0.007451275829225779, 0.0003432619560044259, 0.02902146987617016, -0.02625172957777977, -0.016780570149421692, 0.03318283334374428, -0.019834039732813835, -0.009761643595993519, -0.004809889476746321, -0.021630993112921715, 0.007951179519295692, -0.02715696208178997, -0.013956786133348942, -0.019428711384534836, -0.010085905902087688, 0.015280857682228088, -0.018942318856716156, 0.01104518212378025, -0.005941429641097784, -0.007458031177520752, -0.016253644600510597, 0.0062927138060331345, -0.0038776358123868704, 0.02615715190768242, -0.004999042488634586, 0.006880438886582851, -0.035452671349048615, 0.017942510545253754, 0.02534649707376957, 0.00964680127799511, -0.011268111877143383, -0.005272638984024525, 0.01492957305163145, -0.030967041850090027, -0.019199026748538017, -0.003482441185042262, 0.0219957884401083, 0.01701025664806366, 0.006718307733535767, -0.05658375844359398, 0.00040216115303337574, 0.007748516276478767, 0.009991330094635487, -0.002398189390078187, -0.0001079290741472505, 0.000705101469065994, -0.008356507867574692, -0.003499329788610339, 0.007289144676178694, -0.013889231719076633, 0.03302070498466492, 0.0075120748952031136, -0.006441333796828985, -0.02650843746960163, -0.0028288501780480146, 0.018942318856716156, 0.0051037524826824665, 0.013031288050115108, -0.0019793505780398846, -0.004715313203632832, -0.006181248463690281, 0.016226621344685555, 0.008140332996845245, -0.01751016080379486, 0.019415199756622314, -0.011626151390373707, 0.013233952224254608, 0.0015402456047013402, -0.007559363264590502, 0.02853507548570633, -0.015442988835275173, -0.015186280943453312, -0.003644572338089347, -0.010781719349324703, -0.01014670543372631, -0.00021680814097635448, 0.020387986674904823, 0.02746771275997162, 0.007910647429525852, -0.02788655087351799, -0.04342411458492279, 0.008782101795077324, -0.029210621491074562, -0.02953488379716873, 0.012686759233474731, -0.007383720949292183, 0.005917785689234734, -0.004965265281498432, -0.0020587274339050055, 0.03918168693780899, 0.028021659702062607, -0.03145343437790871, -0.009336049668490887, -0.012619204819202423, -0.021617481485009193, 5.9163077821722254e-05, -0.001881396397948265, 0.011511309072375298, 0.001970906276255846, 0.03696589171886444, -0.009917019866406918, 0.009464403614401817, 0.009309028275310993, 0.005313171539455652, 0.01921253651380539, -0.024724993854761124, 0.005968451499938965, 0.005269261077046394, -0.011686950922012329, -0.0093292947858572, -0.00752558559179306, 0.012274676002562046, 0.009214451536536217, 0.025657247751951218, -0.016699504107236862, -0.006853417027741671, 0.016699504107236862, -0.020239368081092834, 0.02117162197828293, 0.0229955967515707, 0.02019883506000042, -0.010903317481279373, 0.03304772451519966, 0.027994638308882713, 0.004857177846133709, 0.0033219989854842424, 0.0073026553727686405, 0.01422700472176075, 0.016334708780050278, -0.0086267264559865, 0.03212898224592209, -0.007822826504707336, -0.009531958028674126, 0.003458797000348568, 0.0012987377122044563, 0.005600278731435537, 0.03288559243083, 0.015564586967229843, 0.025576183572411537, -0.0011686950456351042, 0.006424445193260908, 0.015348412096500397, -0.028751250356435776, -0.038398053497076035, 0.01238951925188303, -0.033317942172288895, -0.044288814067840576, -0.003982345573604107, 0.027035363018512726, -0.018010064959526062, 0.0012565160868689418, -0.0005729477270506322, 0.011795038357377052, -0.023036129772663116, 0.018185706809163094, 0.008491616696119308, 0.0005429703160189092, -0.013098842464387417, 0.005431392230093479, -0.0009001654689200222, -0.005384103860706091, 0.0016702882712706923, -0.03726313263177872, 0.0346960574388504, -0.006586576346307993, 0.02011776901781559, -0.015672674402594566, 0.005968451499938965, -0.017402073368430138, -0.01501063909381628, -0.01660492829978466, 0.010970871895551682, 0.011477531865239143, 0.0036074172239750624, -0.018834231421351433, -0.018415391445159912, 0.007667450699955225, 0.024103492498397827, 0.07382369786500931, 0.024387221783399582, -0.005019308999180794, -0.019834039732813835, 0.0038337253499776125, 0.0064886221662163734, 0.013443371281027794, 0.008140332996845245, 0.003951945807784796, -0.0031919563189148903, 0.022941552102565765, 0.009829198941588402, -0.0016677549574524164, -0.015672674402594566, -0.010639853775501251, 0.021279707551002502, -0.030237453058362007, 0.008207887411117554, 0.018766677007079124, -0.010781719349324703, 0.007120258174836636, -0.02445477619767189, 0.03050767071545124, -0.024427754804491997, -0.016091512516140938, -0.007268878165632486, 0.01603746972978115, -0.010011596605181694, -0.024252112954854965, -0.041667696088552475, -0.005005798302590847, 0.02519787661731243, -0.008234909735620022, -0.016388753429055214, -0.00398572301492095, -0.015145747922360897, -0.010038617998361588, -0.01822623983025551, 0.014834996312856674, 0.010356124490499496, -6.422967271646485e-05, 0.008782101795077324, -0.01628066599369049, -0.022063342854380608, -0.015159258618950844, -0.0023154348600655794, 0.006924349348992109, -0.023995405063033104, 0.00625555869191885], \"3dc989db-0408-497a-ac14-7a7665d4f3ba\": [-0.004166821483522654, -0.01016572117805481, 0.023651670664548874, -0.05055743083357811, -0.0214425940066576, 0.01653500460088253, -0.04817638918757439, 0.0011078453389927745, -0.02256697416305542, -0.03031858429312706, 0.03814956173300743, 0.007778066210448742, -0.00951093528419733, -0.017672613263130188, -0.002270256169140339, -0.006475107744336128, 0.0077119264751672745, -0.035768523812294006, 0.012090395204722881, -0.009398496709764004, -0.005274666473269463, -0.007778066210448742, -0.013505792245268822, -0.007467208430171013, -0.024326298385858536, 0.0074936640448868275, 0.004451223183423281, -0.05471102520823479, -0.004821607377380133, -0.019431937485933304, 0.02478927932679653, -0.006891789846122265, -0.009722582995891571, 0.0024438737891614437, -0.017513876780867577, 0.0031499185133725405, -0.004150286316871643, -0.013836491852998734, 0.0028754372615367174, -0.014325927942991257, 0.013624844141304493, 0.021482277661561966, 0.005158921703696251, 0.002543083857744932, -0.007837592624127865, 0.022924130782485008, 0.003945252392441034, -0.0003129249671474099, -0.005754181649535894, 0.03433989733457565, 0.002470329636707902, 0.016654057428240776, -0.012632743455469608, -0.02022561803460121, 0.010357527062296867, 0.0027266223914921284, -0.010476578958332539, 0.015185748226940632, -0.004715783521533012, 0.010185563005506992, 0.024498263373970985, 0.007394454441964626, -0.02427338808774948, -0.023043183609843254, -0.014749224297702312, -0.021812979131937027, -0.035451050847768784, 0.03193240240216255, -0.01529157254844904, -0.008373326621949673, 0.016164621338248253, -0.0016460597980767488, 0.01990814507007599, 0.003528570057824254, 0.03013339266180992, 0.0028473278507590294, -0.012024255469441414, -0.01902187056839466, 0.008816464804112911, -0.006170863751322031, 0.0003182988439220935, -0.021984942257404327, -0.0011309942929074168, 0.030979985371232033, -0.003945252392441034, 0.013234618119895458, 0.012685655616223812, 0.0144185246899724, -0.01808268204331398, -0.012989900074899197, 0.02403528243303299, 0.015172520652413368, 0.015185748226940632, -0.005400332622230053, -0.01132317166775465, 0.027540704235434532, -0.0008945437730289996, 0.021680697798728943, 0.01628367230296135, -0.012209448032081127, 0.0035484121181070805, 0.010364141315221786, -0.012632743455469608, -0.008340256288647652, -0.044578373432159424, -0.015265116468071938, 0.019312886521220207, -0.006858719978481531, -0.009147164411842823, 0.0004807552613783628, -0.006422196049243212, 0.020344670861959457, -0.0055425334721803665, -0.01842661015689373, 0.004398311488330364, -0.004395004361867905, 0.04399634152650833, -0.005979057867079973, -0.01705089770257473, -0.010218633338809013, 0.018585344776511192, 0.0032193653751164675, 0.03481610491871834, -0.007024070248007774, 0.021588101983070374, 0.001035918015986681, -0.0064420378766953945, -0.0002804750110954046, -0.0021082130260765553, -0.025860747322440147, 0.013995228335261345, -0.0062006269581615925, 0.01154143363237381, 0.026733795180916786, -0.02627081610262394, 0.01485504861921072, -0.004742239601910114, 0.021164806559681892, 0.008677570149302483, -0.025940116494894028, 0.005162228364497423, 0.04169466719031334, -0.02111189439892769, 0.006918245926499367, -0.009014884941279888, -0.0044214604422450066, 0.018307557329535484, 0.013115566223859787, 0.020265301689505577, 0.004378469195216894, 0.0035880960058420897, 0.012275587767362595, -0.005965829826891422, 0.0019842006731778383, -0.021839434280991554, -0.0016964914975687861, 0.008942130953073502, 0.008062468841671944, -0.0012831164058297873, 0.006918245926499367, -0.0054863146506249905, 0.025424223393201828, 0.013929088599979877, -0.0024521411396563053, 0.007731768302619457, 0.035001300275325775, -0.0060154348611831665, -0.011223961599171162, 0.007705312222242355, 0.019696498289704323, -0.0024058432318270206, 0.02308286726474762, -0.01687893271446228, 0.002111520152539015, 0.0007163790869526565, 0.02550359256565571, -0.0026340263430029154, -0.028889961540699005, -0.03418116271495819, -0.017884261906147003, -0.029233889654278755, -0.013545475900173187, 0.009140551090240479, 0.02635018341243267, -0.02575492300093174, 0.009881318546831608, 0.052409350872039795, 0.014458208344876766, -0.0031879490707069635, 0.0221304502338171, 0.01764615811407566, 0.029948201030492783, 0.021389681845903397, -0.006065039895474911, -0.6484896540641785, -0.017169948667287827, 0.001645233016461134, -0.017606472596526146, 0.0089156748726964, 0.009504321031272411, 0.011951501481235027, 0.027540704235434532, -0.02291090227663517, 0.033890146762132645, -0.004361934494227171, 0.026852848008275032, 4.3223535612924024e-05, -0.023651670664548874, -0.03132391348481178, -0.019828777760267258, -0.005965829826891422, 0.01063531544059515, 0.016931844875216484, 0.006898404099047184, -0.009464636445045471, 0.009008270688354969, 0.004041155334562063, -0.0007411816040985286, 0.020516633987426758, 0.0021941950544714928, 0.014934416860342026, -0.02817564830183983, -0.023810407146811485, 0.005770716816186905, -0.031641386449337006, 0.015318028628826141, 0.037329427897930145, 0.006554475985467434, 0.025516819208860397, -0.003225979395210743, 0.010820507071912289, 0.0018668021075427532, 0.010245089419186115, 0.051192376762628555, -0.016587916761636734, -0.011944887228310108, 0.019775865599513054, 0.0032722775358706713, -0.007050526328384876, 0.008029398508369923, 0.02609885111451149, -0.000763503834605217, -0.023744266480207443, 0.01809590868651867, -0.010701455175876617, -0.016812793910503387, 0.006514791864901781, 0.002438913332298398, -0.006792580243200064, -0.022408239543437958, 0.03386368975043297, -0.01175969559699297, -0.0013285876484587789, -0.009749039076268673, 0.00523498235270381, 0.02205108292400837, -0.011349627748131752, -0.05296492949128151, -0.008664342574775219, 0.0018651485443115234, -0.011111523024737835, -0.012851005420088768, -0.0019180605886504054, -0.00775161013007164, 0.01973618194460869, 0.011852291412651539, 0.004355320241302252, -0.011223961599171162, 0.0008436986245214939, 0.015635501593351364, 0.017103809863328934, -0.004299101419746876, -0.014616944827139378, -0.01679956540465355, 0.00969612691551447, 0.021402910351753235, 0.011495135724544525, -0.025384539738297462, -0.0008664342458359897, 0.005512770731002092, 0.0006766950828023255, -0.024405667558312416, 0.005000185687094927, -0.013558704406023026, 0.006752896122634411, 0.013995228335261345, -0.008082310669124126, -0.02772589586675167, -0.007573032286018133, 0.015701640397310257, -0.002362852217629552, -0.029921745881438255, -0.007758224382996559, -0.012553376145660877, -0.021376455202698708, 0.002546390751376748, 0.0066834487952291965, -0.006078267935663462, 0.039922114461660385, 0.005112623330205679, -0.01867794245481491, -0.02230241522192955, -0.010966015048325062, -0.011316557414829731, -0.004877826664596796, -0.009226532652974129, -0.0044016181491315365, 0.014497891999781132, -0.004176742397248745, -0.021733609959483147, 0.017249317839741707, 0.03172075375914574, -0.021032527089118958, 0.01472276821732521, 0.007076981943100691, 0.02161455899477005, 0.004752160515636206, -0.00684549193829298, 0.016667285934090614, 0.010906489565968513, 0.008379940874874592, -0.0010177295189350843, 0.0015046854969114065, -0.003462430089712143, 0.016521776095032692, -0.028810592368245125, 0.007731768302619457, -0.018148820847272873, 0.02410142309963703, 0.005866619758307934, 0.013499177992343903, -0.015794236212968826, 0.004242882132530212, -0.013459494337439537, -0.034313444048166275, -0.01269888412207365, -0.002149550709873438, -0.012169763445854187, 0.005211833398789167, -0.0058434708043932915, -0.0186911690980196, -0.018214961513876915, 0.012427709996700287, 0.012467393651604652, 0.0067099048756062984, 0.013757124543190002, 0.004795151297003031, 0.01378357969224453, 0.015794236212968826, 0.022447923198342323, -0.008042626082897186, -0.020133022218942642, -0.019048325717449188, -0.0028092972934246063, -0.0114091532304883, 0.03769981116056442, -0.016945073381066322, -0.012169763445854187, -0.02437921054661274, -0.010271545499563217, 0.020371126011013985, 0.013201547786593437, 0.0008970240014605224, -0.01550322026014328, 0.01842661015689373, -0.01107183936983347, -0.015489992685616016, 0.010000371374189854, 0.0005249864188954234, 0.007963258773088455, -0.018201733008027077, -0.00572441890835762, -0.010298000648617744, -0.01723608933389187, 0.014365612529218197, -0.0007705312455072999, -0.0018750695744529366, 0.009861476719379425, 0.020900245755910873, 0.014987328089773655, 0.006752896122634411, 0.015807464718818665, 0.004302408080548048, -0.004940659273415804, 0.0003590162959881127, -0.010463351383805275, -0.010450122877955437, 0.026469236239790916, -0.026667656376957893, 0.00843946635723114, 0.011964729987084866, 0.010747753083705902, -0.013849720358848572, 0.017540333792567253, 0.01584714837372303, 0.03322874754667282, -0.002147897146642208, 0.014220104552805424, -0.004646336194127798, -0.0302127618342638, 0.005191991571336985, -0.04510749503970146, 0.01144883781671524, 0.008849534206092358, 0.025424223393201828, -0.027090951800346375, -0.011217347346246243, 0.001178945880383253, 0.003037480404600501, -0.025212574750185013, 0.006547862198203802, 0.012864233925938606, -0.008161678910255432, -0.006203934084624052, 0.01877053827047348, 0.005678120534867048, 0.008280730806291103, 0.002152857603505254, -0.020185934379696846, 0.003634394146502018, 0.03949882090091705, 0.02703803963959217, 0.002933309879153967, -0.019074780866503716, -0.01566195674240589, 0.01748742163181305, 0.005406946409493685, 0.0024769436568021774, -0.004752160515636206, 0.0029233889654278755, 0.0005444150301627815, -0.034234073013067245, 0.009061182849109173, 0.00835348479449749, 0.004686020314693451, 0.014788908883929253, 0.03418116271495819, -0.013234618119895458, 0.01119089126586914, 0.006577624939382076, 0.025873975828289986, -0.004322250373661518, -0.02711740881204605, -0.002941577462479472, -0.013413196429610252, 0.02386331930756569, 0.012216061353683472, 0.005959215573966503, 0.022752167657017708, -0.01697152853012085, 0.00028378202114254236, -0.00857174675911665, 0.006065039895474911, 0.01678633689880371, 0.011720011942088604, 0.022064311429858208, 0.02619144879281521, -0.0033516455441713333, 0.005092781502753496, -0.011686941608786583, -0.013413196429610252, -0.012553376145660877, 0.0017957015661522746, 0.008770166896283627, -0.008300572633743286, -0.0018882976146414876, -0.005509463604539633, -0.01703766919672489, -0.010258316993713379, 0.0029151213821023703, 0.008432852104306221, -0.01740805245935917, 0.003555026138201356, -0.001301304902881384, -0.029128065332770348, -0.02066214196383953, -0.00742752430960536, 0.04857322946190834, 0.040768709033727646, 0.008975200355052948, 0.009643214754760265, 0.008036012761294842, -0.0037832092493772507, 0.00951093528419733, 0.0018734160112217069, 0.02265956997871399, 0.007480436470359564, -0.021733609959483147, -0.002374426694586873, -0.008988428860902786, 0.019603902474045753, -0.035953715443611145, -0.012017641216516495, 0.00718942005187273, -0.014206876046955585, -0.02780526503920555, -0.002617491176351905, -0.005955908913165331, 0.045001670718193054, -0.0016535004833713174, -0.0144185246899724, -0.016151392832398415, 0.030265673995018005, -0.04772663861513138, 0.0281491931527853, -0.008988428860902786, -0.0032425145618617535, -0.018373697996139526, 0.0017940480029210448, 0.021654242649674416, 0.01007312536239624, -0.00968951266258955, 0.013585160486400127, 0.013294143602252007, 0.009682899340987206, -0.045001670718193054, -0.03542459383606911, 0.01407459657639265, 0.04108618199825287, 0.027858177199959755, -0.016812793910503387, 0.007625944446772337, -0.01895572990179062, 0.0017890875460579991, -0.017725525423884392, 0.0017229474615305662, 0.027778808027505875, -0.015952972695231438, -0.007367998361587524, -0.0107212970033288, 0.018572118133306503, -0.008181520737707615, 9.083918121177703e-05, -0.02783172018826008, -0.006647071801126003, 0.0014550804626196623, -0.009200076572597027, -0.021469051018357277, -0.00525482464581728, 0.0015815732767805457, 0.014577260240912437, 0.024339526891708374, 0.022765394300222397, -0.02480250783264637, 0.02152196317911148, 0.02617822028696537, 0.010767594911158085, 0.0019279816187918186, -0.008849534206092358, 0.011124751530587673, -0.0028506347443908453, -0.016561461612582207, -0.022527290508151054, 0.051721494644880295, -0.001871762564405799, -0.002812604419887066, -0.0037369111087173223, 0.011098295450210571, 0.00904134102165699, 0.01575455255806446, 0.006858719978481531, -0.0021462435834109783, 0.007024070248007774, -0.020900245755910873, -0.01266581378877163, 0.05296492949128151, -0.0034954999573528767, -0.008254274725914001, 0.026204675436019897, 0.0020073496270924807, -0.04235607013106346, -0.007473822217434645, 0.006081574596464634, 0.01670696958899498, 0.009861476719379425, -0.009735810570418835, -0.017937174066901207, -0.045266229659318924, -0.03312292322516441, -0.015212204307317734, 0.0039750151336193085, -0.014788908883929253, -0.005936066620051861, 0.003090392332524061, -0.0005853391485288739, -0.023651670664548874, -0.029260344803333282, 0.004729011561721563, 0.0274613369256258, -0.01093955896794796, -0.023836862295866013, 0.003568254178389907, 0.03476319462060928, 0.007784680463373661, 0.007996328175067902, -0.013360284268856049, -0.006838878151029348, -0.01072791125625372, -0.009570460766553879, -0.025358082726597786, 0.010066511109471321, -0.010880033485591412, 0.0008341909851878881, -0.012123465538024902, -0.014180419966578484, -0.01197795756161213, -0.0014501198893412948, 0.03555687516927719, -0.02599302865564823, 0.009973915293812752, 0.0023049796000123024, -0.012884075753390789, 0.011131365783512592, 0.008419624529778957, 0.0028092972934246063, 0.024670226499438286, -0.025384539738297462, 0.006964544299989939, 0.008452694863080978, -0.010231860913336277, -0.0015964547637850046, -0.012262359261512756, 0.016640828922390938, 0.03640346601605415, 0.007315086200833321, 0.01884990558028221, 0.012143307365477085, 0.02780526503920555, 0.01990814507007599, -0.012421095743775368, -0.0026439472567290068, -0.014405296184122562, 0.010794050991535187, -0.004970422480255365, 0.01773875392973423, 0.01738159731030464, 0.02875768020749092, -0.01817527785897255, 0.002519934670999646, -0.030794793739914894, 0.01928642950952053, 0.017527105286717415, -0.01603234000504017, 0.0005865793209522963, -0.016177847981452942, -0.025119978934526443, -0.04246189445257187, -0.0054036397486925125, -0.01834724098443985, 0.013380126096308231, -0.023228375241160393, -0.0017163335578516126, -0.03227632865309715, -0.009715968742966652, -0.017421280965209007, 0.0037501391489058733, -0.025781380012631416, -0.023545846343040466, 0.002533162711188197, -0.0017460965318605304, -0.003664157120510936, -0.02361198700964451, 0.021812979131937027, -0.03262025862932205, -0.020013969391584396, 0.006852106191217899, 0.0066272299736738205, 0.03796437010169029, -0.002214037114754319, 0.0055557615123689175, 0.0037898230366408825, -0.009213305078446865, -0.00869741290807724, -0.005635129753500223, -0.023215146735310555, -0.015146064572036266, 0.03934008255600929, 0.017672613263130188, 0.018453065305948257, -0.005889768712222576, -0.0023810407146811485, 0.010185563005506992, 0.0022752166260033846, -0.008538676425814629, 0.010655157268047333, 0.02748779207468033, -0.0005952601786702871, -0.00978210847824812, -0.0035484121181070805, 0.0008920635445974767, 0.007222490385174751, -0.0016568074934184551, 0.025159664452075958, 0.007381226401776075, -0.01713026501238346, 0.019683269783854485, -0.008518834598362446, -0.014828592538833618, -0.002920081838965416, -0.014643399976193905, -0.0069976141676306725, 0.03240860998630524, -0.02136322669684887, -0.011223961599171162, -0.005582217592746019, -0.01679956540465355, 0.010271545499563217, -0.02635018341243267, 0.016826020553708076, -0.001698145060800016, 0.015609044581651688, 0.0002635266282595694, 0.015820693224668503, -0.009034726768732071, 0.0042296540923416615, -0.028889961540699005, -0.00262575875967741, 0.01911446638405323, -0.0037468320224434137, 0.008512220345437527, 0.01945839449763298, -0.01669374108314514, 0.002085064072161913, 0.019418708980083466, -0.030715424567461014, -0.009319128468632698, -0.0028853584080934525, -0.007196034304797649, -0.013955543749034405, -0.016243988648056984, -0.03262025862932205, 0.003779902122914791, 0.00015842601715121418, 0.016640828922390938, -0.01382326427847147, 0.02351939119398594, -0.021641014143824577, -0.02902224101126194, 0.006197319831699133, -0.003948559053242207, 0.033731408417224884, 0.02386331930756569, 0.044207990169525146, 0.01575455255806446, 0.005764102563261986, -0.016984757035970688, 0.02756715938448906, 0.0030308663845062256, 0.004365241155028343, 0.04849386215209961, 0.010172335430979729, -0.021230947226285934, -0.023783951997756958, -0.014590488746762276, 0.004970422480255365, 0.02478927932679653, -0.02514643594622612, 0.016415953636169434, 0.012255745939910412, 0.01084696315228939, -0.03185303509235382, -0.010899875313043594, -0.021058982238173485, 0.01603234000504017, 0.0035914031323045492, 0.028440209105610847, 0.008948744274675846, -0.015000556595623493, 0.0012665813555940986, 0.025715239346027374, -0.013373511843383312, 0.036297641694545746, 0.012070553377270699, -0.005063018295913935, -0.01619107648730278, -0.008274116553366184, -0.011032155714929104, -0.01619107648730278, -0.0024240317288786173, 0.0171434935182333, -0.007672242354601622, -0.02091347426176071, 0.013241232372820377, 0.024233702570199966, 0.0029531519394367933, 0.011402538977563381, -0.00193790253251791, 0.028889961540699005, -0.023823635652661324, -0.0435730442404747, -0.00421973317861557, -0.009233146905899048, 0.010496420785784721, -0.01939225383102894, -0.007850820198655128, -0.022540519014000893, -0.008869376964867115, -0.016495320945978165, 0.013810035772621632, 0.012037483975291252, -0.010701455175876617, -0.008432852104306221, -0.003968401346355677, -0.029471993446350098, -0.015529676340520382, -0.02325483039021492, 0.012626130133867264, 0.0031118879560381174, -0.03338748216629028, -0.004960501566529274, 0.0035649470519274473, 0.035609785467386246, 0.011395925655961037, 0.003465736983343959, -0.002152857603505254, 0.04367886856198311, -0.027170320972800255, 0.019048325717449188, 0.007910346612334251, 0.02161455899477005, -0.030186304822564125, 0.016429180279374123, -0.005621901713311672, -0.03616536408662796, 0.006587545853108168, -0.003951866179704666, -0.04269999638199806, -0.034154705703258514, 0.033466849476099014, 0.010298000648617744, 0.0023149007465690374, 0.021720383316278458, 0.006759509909898043, 0.020543090999126434, 0.0052316756919026375, 0.014392068609595299, -0.013333828188478947, 0.020476950332522392, -0.026654427871108055, -0.014616944827139378, 0.03055668994784355, -0.008928902447223663, 0.0036046311724931, -0.03341393917798996, 0.003515342017635703, 0.011620801873505116, -0.013638071715831757, -0.05889107286930084, 0.00857174675911665, -0.011395925655961037, -0.018545661121606827, 0.006656993180513382, -0.029075153172016144, -0.026641199365258217, -0.020860562101006508, 0.025384539738297462, 0.02324160374701023, 0.0014228371437638998, -0.011257031001150608, 0.021733609959483147, 0.010357527062296867, -0.01210362371057272, 0.005453244782984257, -0.0053837974555790424, -0.028625400736927986, -0.02255374751985073, -0.006878562271595001, -0.00847915094345808, -0.02161455899477005, 0.026403095573186874, 0.035609785467386246, -0.027090951800346375, -0.05486975982785225, -0.01107183936983347, -0.01175969559699297, -0.025080295279622078, -0.00684549193829298, 0.010331070981919765, 0.01764615811407566, 0.010952787473797798, -6.438317359425128e-05, 0.027249688282608986, 0.01287746150046587, 0.03788500279188156, -0.006561089772731066, 0.005426788702607155, 0.017527105286717415, 0.0003867124323733151, 0.014616944827139378, -0.009081024676561356, -0.0380701944231987, -0.03542459383606911, -0.005258131772279739, 0.0069711580872535706, -0.017963629215955734, 0.01541062444448471, -0.013433038257062435, 0.026072395965456963, -0.02566232718527317, 0.004725704435259104, -0.009246374480426311, 0.0038956471253186464, -0.00018550208187662065, -0.012083781883120537, -0.002710087224841118, 0.016945073381066322, 0.014709540642797947, -0.02489510364830494, -0.0035748679656535387, 0.008121994324028492, -0.00925960298627615, -0.010536105372011662, -0.005638436879962683, 0.005294508766382933, 0.00675620324909687, 0.0010036748135462403, 0.025516819208860397, 0.031562019139528275, -0.007004227954894304, 0.034498635679483414, 0.009808564558625221, 0.02076796628534794, -0.015622273087501526, 0.018757309764623642, 0.004686020314693451, 0.0008403916144743562, 0.029948201030492783, -0.011171049438416958, 0.017699068412184715, -0.014683084562420845, -0.015516448765993118, -0.01347933616489172, 0.008141836151480675, -0.008214590139687061, -0.030265673995018005, -0.03825538605451584, 0.005456551443785429, 0.020265301689505577, -0.0007577165961265564, -0.013968772254884243, -0.012004413641989231, -0.008472536690533161, -0.0022057697642594576, -0.009768880903720856, -0.012454166077077389, -0.005268052686005831, 0.03262025862932205, 0.024432122707366943, 0.0023645057808607817, -0.019775865599513054, 0.017513876780867577, 0.010582403279840946, -0.02239501103758812, -0.015185748226940632, 0.20889663696289062, 0.003889033105224371, 0.02256697416305542, 0.022937359288334846, -0.010622086934745312, -0.014008455909788609, 0.0009582035127095878, 0.005568989552557468, -0.012559989467263222, 0.007334928028285503, -0.010099581442773342, 0.005221754778176546, -0.011336399242281914, 0.0028340998105704784, -0.00099623401183635, -0.017460964620113373, -0.019842006266117096, -0.017355140298604965, -0.012004413641989231, -0.01485504861921072, -0.013638071715831757, 0.006590852979570627, -0.013095724396407604, -0.018413381651043892, 0.007897118106484413, 0.01586037687957287, -0.020543090999126434, 0.009438181295990944, 0.024948015809059143, 0.012645971961319447, -0.00809553824365139, -0.0062568457797169685, -0.018585344776511192, -0.015913289040327072, -0.010218633338809013, -0.014841820113360882, 0.030953530222177505, -0.0008854495245032012, 0.03349330648779869, 0.002720008371397853, -0.005423481576144695, -0.004378469195216894, 0.007328314241021872, -0.008300572633743286, -0.018796993419528008, 0.008975200355052948, -0.00982179306447506, 0.013810035772621632, 0.004980343393981457, 0.006326293107122183, -0.04124491661787033, -0.02566232718527317, 0.01919383369386196, 0.011204119771718979, -0.005926145706325769, -0.014220104552805424, -0.007811136543750763, 0.024246931076049805, -0.02619144879281521, 0.019140921533107758, -0.004709169268608093, 0.024604087695479393, -0.016389496624469757, 0.030847705900669098, -0.009590302594006062, 0.023876547813415527, -0.022077538073062897, -0.006184091791510582, 0.007916959933936596, -0.026204675436019897, 0.0057144975289702415, -0.017421280965209007, 0.010086352936923504, 0.025199348106980324, -0.03902261331677437, -0.023559074848890305, 0.021469051018357277, 0.01756678894162178, 0.02178652212023735, 0.0421973317861557, -0.004395004361867905, -0.004014699254184961, -0.007811136543750763, 0.0017923945561051369, 0.007447366137057543, -0.026032712310552597, 0.012553376145660877, 0.004477679263800383, -0.004613266326487064, -0.014683084562420845, -0.002185927703976631, -0.004725704435259104, -0.015238660387694836, -0.01670696958899498, -0.007817750796675682, 0.02686607651412487, 0.005879847798496485, 0.034392811357975006, 0.005972443614155054, -0.014114280231297016, -0.028387296944856644, 0.07391808927059174, -0.005330885760486126, 0.0144185246899724, -0.03280545026063919, 0.001406302209943533, -0.006468493957072496, 0.023783951997756958, -0.006514791864901781, -0.006273380946367979, -0.004735625348985195, -0.014312700368463993, 0.004824914503842592, -0.00904134102165699, 0.007196034304797649, 0.011872133240103722, 0.006121258717030287, -0.02429984323680401, -0.0073547703213989735, -0.007989714853465557, -0.0004724877653643489, -0.028043368831276894, 0.009835020639002323, 0.003452508943155408, -0.000842045119497925, -0.001858534524217248, 0.0053904117085039616, -0.030345041304826736, -0.0023942687548696995, -0.0387580506503582, 0.025979800149798393, -0.006041890941560268, 0.005836856551468372, -0.011673713102936745, -0.012044097296893597, -0.0030077174305915833, -0.0026290658861398697, -0.00831380020827055, -0.0137306684628129, 0.0019742795266211033, -0.014696312136948109, -0.024061739444732666, 0.011171049438416958, -0.009418338537216187, -0.0007060447242110968, 0.010046669282019138, 0.016482092440128326, 0.008029398508369923, -0.001739482511766255, -0.009676285088062286, -0.03185303509235382, 0.0006444518221542239, -0.014365612529218197, 0.027963999658823013, 0.012851005420088768, -0.016230760142207146, -0.01416719239205122, -0.019921373575925827, 0.00026331996195949614, -0.006749588996171951, -0.026588287204504013, 0.00382289313711226, 0.016865704208612442, 0.0023810407146811485, -0.024656999856233597, -0.008763552643358707, -0.1688951551914215, 0.0014807096449658275, -0.00023045662965159863, -0.032778993248939514, 0.02955136075615883, 0.013208162039518356, -0.005866619758307934, 0.01970972679555416, 0.0071563501842319965, -0.01188536174595356, 0.037064868956804276, -0.013142022304236889, -0.008280730806291103, -0.003922102972865105, 0.005549147725105286, -0.003650929080322385, -0.01670696958899498, 0.02049017883837223, 0.03180012106895447, 0.014101052656769753, 0.0329112745821476, -0.008684184402227402, 0.007916959933936596, -0.00843946635723114, -0.005297815427184105, 0.014643399976193905, -0.014960872940719128, 0.03547750785946846, -0.019696498289704323, 0.0023297821171581745, -0.013545475900173187, 0.02489510364830494, 0.02703803963959217, 0.01257321797311306, -0.004609959200024605, 0.002243800088763237, 2.512545688659884e-05, 0.00818813405930996, -0.009841634891927242, 0.0032855055760592222, 0.019749410450458527, 0.03031858429312706, 0.003121808869764209, 0.02480250783264637, 0.02722323127090931, 0.0384141243994236, 0.025543276220560074, 0.005158921703696251, 0.010000371374189854, -0.021164806559681892, 0.011839063838124275, -0.03203822672367096, 0.02851957641541958, -0.010370755568146706, 0.0036939200945198536, 0.01738159731030464, 0.002746464218944311, 0.005221754778176546, -0.0075399624183773994, -0.0079698720946908, 0.013287530280649662, -0.03756752982735634, -0.0005216794088482857, -0.016773108392953873, 0.008948744274675846, -0.005866619758307934, 0.0062833018600940704, 0.0325673446059227, -0.00959691684693098, 0.0007771452073939145, 0.010946173220872879, -0.018810221925377846, -0.014564032666385174, -0.00018798233941197395, -0.0013814996927976608, 0.003958479966968298, -0.023744266480207443, 0.011832449585199356, 0.03521294519305229, -0.002098292112350464, -0.021601330488920212, 0.026469236239790916, -0.010020213201642036, -0.010496420785784721, -0.015132836997509003, 0.011428995057940483, -0.02187911793589592, -0.0011839063372462988, 0.010331070981919765, -0.0033086545299738646, 0.015529676340520382, -0.007440752349793911, -0.008684184402227402, -0.009266217239201069, 0.011349627748131752, -0.021548418328166008, -0.000624196429271251, 0.013611615635454655, -2.1069214199087583e-05, -0.006475107744336128, 0.008684184402227402, -0.00818813405930996, -0.015952972695231438, -0.0023826942779123783, 0.027937544509768486, 0.012956829741597176, 0.004305715207010508, 0.0019131001317873597, 0.018585344776511192, -0.005860005971044302, -0.04402279853820801, 0.007857434451580048, -0.003717069048434496, -0.0023413565941154957, -0.00024099770234897733, 0.04727688804268837, 0.02101929858326912, -0.028995783999562263, -0.007222490385174751, 0.01369098387658596, 0.026164991781115532, 0.005810400936752558, 0.02806982398033142, 0.008214590139687061, 0.006425502710044384, -0.031032897531986237, -0.07243654876947403, -0.021680697798728943, 0.02299027144908905, -0.006951316259801388, 0.01162741519510746, 0.024061739444732666, -0.018730852752923965, 0.021918803453445435, -0.006650378927588463, 0.006018741987645626, 0.01154143363237381, -0.020622458308935165, -0.019789094105362892, 0.013889404013752937, 0.009715968742966652, 0.003908875398337841, -0.01826787367463112, -0.024180790409445763, 0.000828817137517035, 0.029419081285595894, -0.018122365698218346, -0.006594160106033087, -0.004226347431540489, -0.0005187857896089554, 0.007473822217434645, -0.01041705347597599, -0.03269962593913078, 0.0017890875460579991, 0.01739482581615448, -0.023625215515494347, 0.02756715938448906, -0.022156907245516777, -0.003908875398337841, -0.013234618119895458, -0.019947830587625504, 0.010443509556353092, -0.004285873379558325, -0.024220475926995277, 0.015900060534477234, -0.011402538977563381, -0.008036012761294842, -0.006217161659151316, -0.00043280376121401787, -0.01703766919672489, -0.031482648104429245, 0.006951316259801388, -0.024842191487550735, 0.020543090999126434, -0.0089156748726964, -0.035609785467386246, -0.03399597108364105, -0.011964729987084866, 0.007811136543750763, -0.013274301774799824, 0.03023921698331833, -0.003869191277772188, -0.011177663691341877, 0.01197795756161213, -0.036826763302087784, 0.004404925275593996, -0.01922028884291649, -0.03066251240670681, -0.03481610491871834, 0.01175969559699297, 0.003316921880468726, 0.016601145267486572, -0.0171434935182333, -0.032355695962905884, 0.03137682378292084, -0.02394268661737442, -0.015833919867873192, 0.022342098876833916, -0.0157677810639143, 0.00307881785556674, -0.02780526503920555, -0.01775198057293892, -0.007275402080267668, -0.005426788702607155, -0.004924124572426081, -0.0198949184268713, 0.0068124220706522465, 0.0008639540174044669, -0.017077352851629257, 0.011204119771718979, 0.010860191658139229, 0.0037997441831976175, 0.014683084562420845, 0.002311593620106578, 0.0024901716969907284, -0.019259974360466003, -0.002376080257818103, 0.01545030903071165, -0.0006758683011867106, -0.014497891999781132, -0.004315636120736599, 0.005006799474358559, -0.011442223563790321, -0.030186304822564125, -0.011171049438416958, -0.0016262177377939224, 0.002723315265029669, 0.00032201921567320824, -0.0747646763920784, 0.02523903176188469, -0.008108766749501228, -0.02050340548157692, 0.009901161305606365, -0.006759509909898043, 0.008366712369024754, 0.01093955896794796, 0.0027960692532360554, 0.006514791864901781, -0.048361580818891525, 0.023797178640961647, -0.0020867176353931427, -0.006746281869709492, -0.017606472596526146, -0.012798094190657139, 0.008604816161096096, 0.018466293811798096, 0.03407533839344978, 0.01670696958899498, 0.009643214754760265, -0.023215146735310555, 0.014193648472428322, 0.003558333031833172, -0.01437884010374546, 0.02687930315732956, -0.031667839735746384, -0.0011070185573771596, -0.004411539528518915, -0.01541062444448471, 0.03280545026063919, -0.004824914503842592, 0.005320964381098747, 0.005731032695621252, 0.025940116494894028, -0.008452694863080978, 0.005228368565440178, 0.014101052656769753, 0.03886387497186661, 0.0061675566248595715, -0.006491642910987139, -0.03410179540514946, 0.007037298288196325, -0.02978946454823017, -0.0020751431584358215, 0.0014757491881027818, -0.021058982238173485, 0.0013765391195192933, 0.012579832226037979, 0.0076656281016767025, 0.054816849529743195, 0.025900430977344513, -0.040689341723918915, -0.02633695676922798, -0.01644240878522396, -0.03590080142021179, 0.007692084182053804, 0.0006857893313281238, -0.006832263898104429, -0.014405296184122562, 0.03616536408662796, -0.011567889712750912, 0.016124937683343887, -0.004156900104135275, 0.01833401434123516, 0.022977042943239212, -0.04359950125217438, 0.007235717959702015, 0.00818813405930996, -0.017844578251242638, -0.0207547377794981, -0.01554290484637022, 0.00548962177708745, 0.0005258131423033774, 0.017117036506533623, 0.0009830060880631208, -0.0076986984349787235, 0.012507077306509018, -0.01485504861921072, 0.018135594204068184, 0.020966386422514915, -0.0009929270017892122, -0.00559875275939703, 0.013175091706216335, 0.04582180455327034, 0.012586445547640324, 0.0013228004099801183, 0.01412750780582428, 0.017685841768980026, 0.01713026501238346, -0.022884447127580643, 0.03812310844659805, -0.011362855322659016, -0.004557047504931688, 0.011091681197285652, -0.003465736983343959, -0.015582588501274586, 0.03172075375914574, 0.026045938953757286, 0.013499177992343903, 0.021680697798728943, 0.014683084562420845, -0.0010045015951618552, -0.020556317642331123, -0.024048510938882828, -0.005860005971044302, -0.020450493320822716, -0.0411655493080616, 0.01338674034923315, 0.008088923990726471, -0.01730223000049591, 0.0027911087963730097, -0.023889774456620216, 0.0151063809171319, -0.016997985541820526, 0.008121994324028492, -0.00856513250619173, -0.0033714876044541597, -0.014683084562420845, 0.028360839933156967, 0.004242882132530212, -0.008432852104306221, 0.021548418328166008, -0.044313814491033554, 0.020807649940252304, -0.03272608295083046, 0.011614187620580196, -0.02134999819099903, 0.016257217153906822, -0.008174906484782696, -0.0082278186455369, -0.0005849258159287274, -0.005072939675301313, -0.007387840189039707, 0.0014393721939995885, 0.0026704033371061087, -0.025728467851877213, -0.0013649646425619721, 0.011858905665576458, 0.07778066396713257, 0.019405482336878777, -0.01287746150046587, -0.005661585833877325, -0.003647622186690569, -0.004824914503842592, 0.005777330603450537, 0.01187874749302864, -0.001247566076926887, -0.019167378544807434, 0.016402725130319595, 0.0053606485016644, 0.00491089653223753, -0.024590859189629555, -0.012778251431882381, 0.0025993026793003082, -0.006309757940471172, 0.01748742163181305, 0.01568841189146042, -0.00695793004706502, 0.008161678910255432, -0.0024719831999391317, 0.017871033400297165, -0.010893261060118675, -0.01132317166775465, 0.012374797835946083, 0.016746653243899345, -0.00708359619602561, 0.004686020314693451, -0.025278715416789055, 0.01382326427847147, 0.023651670664548874, -0.008194748312234879, -0.006518098991364241, -0.0056715067476034164, 0.006220468785613775, -0.0031664534471929073, -0.006389125715941191, 0.018876362591981888, 0.009848249144852161, 0.010972629301249981, 0.009537390433251858, -0.009431567043066025, -0.015384168364107609, 0.005522691644728184, -0.010000371374189854, 0.0069843861274421215, -0.015807464718818665, 0.01619107648730278], \"7bfe29e4-ad75-421a-8f7c-5854a4815141\": [-0.010285353288054466, 0.0082491310313344, 0.012787195853888988, -0.022808466106653214, -0.030689271166920662, 0.03371927887201309, -0.03146762028336525, -0.012564809992909431, -0.021807728335261345, -0.04678446054458618, 0.03135642781853676, 0.01471917424350977, -0.016248079016804695, -0.02854880504310131, 0.0062233335338532925, 0.014010319486260414, 0.004298304673284292, -0.025741182267665863, 0.010452142916619778, -0.014580183662474155, -0.01840244233608246, 0.001116273575462401, -0.03691608086228371, 0.012905338779091835, -0.03285753354430199, -0.0033983364701271057, 0.020723598077893257, -0.032551754266023636, -0.024726545438170433, -0.022391492500901222, 0.010570285841822624, -0.006591660436242819, -0.0010702327126637101, -0.008714752271771431, -0.01198799628764391, 0.010660629719495773, -0.00323675898835063, -0.014329998753964901, 0.00081005843821913, -0.017234915867447853, 0.01801326684653759, 0.022947456687688828, -0.0016956933541223407, -0.0019111298024654388, 0.010716225951910019, 0.026978204026818275, -0.0021613140124827623, -0.01174476183950901, -0.01749899983406067, 0.022627778351306915, 0.02197451889514923, 0.015636516734957695, -0.007015584036707878, -0.0017565020825713873, 0.0029553016647696495, -0.0073943352326750755, 0.011480677872896194, 0.008756449446082115, 0.005403285380452871, -0.014246604405343533, 0.007623670622706413, 0.013211119920015335, -0.026241550222039223, -0.008005896583199501, -0.015136148780584335, -0.01975065842270851, -0.018986206501722336, 0.017763083800673485, -0.001775613403879106, -0.008561861701309681, 0.011313889175653458, -0.008839844726026058, 0.012738549150526524, -0.01730441302061081, 0.004854269791394472, -0.015608718618750572, 0.010188059881329536, -0.030077708885073662, -0.004902916960418224, 0.008311677724123001, 0.008916289545595646, -0.015733810141682625, -0.03958471119403839, 0.010201958939433098, 0.012585658580064774, 0.014524586498737335, 0.0082491310313344, 0.016039591282606125, -0.0013412656262516975, 0.0032680321019142866, 0.010306201875209808, 0.024031588807702065, 0.0009277666686102748, 0.023030852898955345, 0.007887754589319229, 0.02683921344578266, 0.003316679038107395, 0.03460882604122162, -0.011063704267144203, -0.01983405277132988, -0.0068175215274095535, 0.013892176561057568, -0.020793093368411064, -0.018583131954073906, -0.038111403584480286, -0.017332211136817932, -0.0085549121722579, -0.019069600850343704, 0.006466568447649479, -0.008311677724123001, -0.019055701792240143, 0.04522775858640671, 0.00824218150228262, -0.0070190588012337685, 0.008652206510305405, 0.005507528781890869, 0.024031588807702065, -0.005062756594270468, -0.02854880504310131, -0.02336443029344082, 0.0030334843322634697, 0.0004986311541870236, 0.03358028829097748, -0.025240812450647354, 0.028826788067817688, -0.004941139370203018, 0.00579246086999774, -0.015358534641563892, 0.03266294673085213, -0.010417395271360874, -0.011577972210943699, -0.02449025958776474, 0.005424133967608213, 0.022947456687688828, -0.0209598820656538, 0.008944087661802769, -0.008874592371284962, 0.026950405910611153, -0.00034834686084650457, -0.033552490174770355, 0.021724333986639977, 0.031828999519348145, -0.021724333986639977, 0.008207433857023716, 0.015344635583460331, -0.011758660897612572, 0.029910920187830925, 0.018458040431141853, 0.01487206481397152, -0.004697904456406832, 0.011473728343844414, 0.015094450674951077, 0.010007371194660664, -0.008568811230361462, -0.006706328596919775, 0.012981783598661423, -0.010855217464268208, 0.03241276368498802, 0.0052990419790148735, -0.013600295409560204, -0.003794461488723755, 0.020390018820762634, 0.003097767708823085, 0.016234179958701134, 0.023823102936148643, 0.021182268857955933, -0.0033375276252627373, 0.011598820798099041, 0.0075194272212684155, 0.006789722945541143, -0.015914499759674072, 0.011696115136146545, -0.0014081551926210523, -0.0035651258658617735, -0.0021109296940267086, 0.02418448030948639, -0.0022916183806955814, -0.03127303346991539, -0.0465620718896389, -0.008089291863143444, 0.0031151417642831802, -0.009652943350374699, 0.012884490191936493, 0.02813183143734932, -0.01679014414548874, 0.01200189534574747, 0.03599873557686806, 0.006237233057618141, -0.008617457933723927, -0.002451458480209112, -0.004183636978268623, 0.027158891782164574, 0.00784605648368597, -0.0019510898273438215, -0.6329106092453003, -0.02822912484407425, 0.014114562422037125, -0.019097398966550827, -0.0015419343253597617, 0.02094598300755024, -0.002852795645594597, 0.013218069449067116, 0.005726439878344536, 0.028521006926894188, 0.004499841947108507, 0.015094450674951077, 0.003419185057282448, -0.010021270252764225, -0.03171780705451965, -0.028659997507929802, 0.002494893269613385, 0.005368537735193968, 0.014246604405343533, 0.013718437403440475, -0.01802716590464115, 0.021779930219054222, -0.024657050147652626, 0.01811056211590767, 0.02015373297035694, 0.003002211218699813, 0.009778034873306751, 0.01544192899018526, -0.00440602283924818, -7.389340316876769e-05, -0.00976413581520319, -0.00746383098885417, 0.03691608086228371, 0.005076655652374029, 0.032635148614645004, 0.017582394182682037, 0.0034608824644237757, 0.03185679763555527, -0.0014055491192266345, 0.02813183143734932, -0.02348952367901802, -0.023114247247576714, 0.025226913392543793, 0.0032523954287171364, 0.011564073152840137, 0.03555396571755409, 0.016567759215831757, -0.0008035432547330856, -0.01544192899018526, 0.008881541900336742, -0.011133200488984585, -0.01199494581669569, 0.0007418658351525664, -0.008353374898433685, 0.02134905755519867, -0.0003292355395387858, 0.017874276265501976, -0.004572812467813492, 0.02308644913136959, -0.002156101865693927, 0.0038952301256358624, 0.016845740377902985, 0.011216594837605953, -0.0477851964533329, -0.016734547913074493, -0.007071180269122124, -0.021710434928536415, -0.0018346846336498857, 0.01471917424350977, -0.01063283160328865, 0.02367021143436432, 0.020112035796046257, 0.006873117759823799, -0.006338001694530249, 0.006838370114564896, 0.019903548061847687, 0.03135642781853676, -0.0065986099652945995, -0.016956934705376625, 0.017943771556019783, 0.011258292011916637, 0.008832894265651703, 0.010333999991416931, -0.0431428886950016, 0.002312467200681567, 0.005524902604520321, -0.0026564705185592175, -0.007755712606012821, 0.01701253093779087, 0.0001834033173508942, 0.02326713688671589, 0.013572496362030506, 0.011960198171436787, -0.040446456521749496, -0.0060217962600290775, 0.0006059150327928364, -0.009729388169944286, -0.045394547283649445, -0.034164052456617355, 0.00815183762460947, -0.01699863187968731, 0.007505528163164854, 0.002232547150924802, 0.013225018978118896, 0.011473728343844414, -0.007734863553196192, 0.00042110009235329926, -0.005476255901157856, 0.028062336146831512, -0.019000105559825897, 0.016873538494110107, -0.02044561505317688, 0.004590186290442944, 0.007762662135064602, 0.004353901371359825, -0.02257218025624752, 0.03232936933636665, 0.01669285073876381, -0.02286406233906746, 0.00046952985576353967, 0.021126672625541687, 0.006431820802390575, -0.006668105721473694, -0.028006739914417267, 0.0007049462874419987, 0.03196799010038376, 0.014510687440633774, -0.005066231358796358, 0.03855617716908455, -0.008290829136967659, -0.0055214278399944305, -0.023725807666778564, 0.003568600630387664, -0.017568495124578476, 0.001786037697456777, -0.00662640854716301, 0.016067389398813248, 0.01630367524921894, 0.007526376750320196, -0.022210802882909775, -0.025240812450647354, -0.02822912484407425, -0.004624934401363134, -0.032357167452573776, -0.00024236601893790066, -0.03077266551554203, 0.013454354368150234, 0.001051990082487464, -0.01022975705564022, -0.011404233053326607, -0.012842793017625809, -0.02946614846587181, 0.005980099085718393, 0.02002864144742489, 0.004194061271846294, -0.0040689692832529545, 0.005229546222835779, -0.025157418102025986, -0.014441192150115967, -0.004260082263499498, -0.018763819709420204, 0.018096663057804108, -0.030494682490825653, -0.015858903527259827, -0.022613879293203354, -0.008784247562289238, -0.004207960329949856, 0.021210066974163055, 0.00017515070794615895, -0.018541434779763222, 0.013683689758181572, -0.015706012025475502, -0.018972307443618774, 0.024434663355350494, -0.01709592528641224, 0.03644350916147232, -0.02954954281449318, -0.0034799936693161726, 0.012036642991006374, -0.004270506557077169, 0.004715278744697571, -0.005528377369046211, -0.031828999519348145, 0.012106139212846756, 0.014677477069199085, 0.009805833920836449, -0.011112350970506668, 0.008527114056050777, -0.018485838547348976, 0.01640096865594387, -0.007359587121754885, -0.008582710288465023, -0.010639781132340431, 0.025463199242949486, -0.02753416821360588, 0.026172054931521416, -0.0025365904439240694, 0.00047039854689501226, -0.019000105559825897, 0.014399494975805283, 0.028270822018384933, -0.0057333894073963165, -0.005966200027614832, 0.014156259596347809, 0.005660419352352619, -0.009222070686519146, 0.009270717389881611, -0.04066884517669678, 0.029910920187830925, -0.0042809308506548405, 0.010896914638578892, -0.00966684240847826, -0.01894450932741165, -0.03191239386796951, -0.019611667841672897, 0.022641677409410477, 0.001709592528641224, 0.028965778648853302, -0.00895103719085455, -0.00496198795735836, 0.020195430144667625, -0.004753501154482365, 0.014760872349143028, -0.014302200637757778, -0.01982015371322632, 0.023600716143846512, 0.0035095294006168842, -0.0006584710790775716, -0.004235758911818266, -0.04100242257118225, 0.010028219781816006, 0.009013582952320576, 0.0015801569679751992, 0.008686954155564308, 0.00551447831094265, 0.011571022681891918, 0.028104033321142197, -0.01533073652535677, 0.007429082877933979, 0.012488365173339844, -0.010299252346158028, 0.01904180273413658, 0.04525555670261383, -0.020501211285591125, 0.0002732046996243298, 0.0053094662725925446, 0.009069180116057396, 0.01620638184249401, -0.013683689758181572, 0.010021270252764225, 0.0010667579481378198, 0.023503422737121582, 0.001902442891150713, 0.0016331473598256707, 0.03541497513651848, 0.003971675410866737, 0.008047593757510185, 0.017651889473199844, 0.011605770327150822, 0.019695062190294266, 0.011369485408067703, 0.026241550222039223, 0.03143982216715813, -0.005702116526663303, 0.01630367524921894, -0.0015358534874394536, 0.002767663449048996, -0.012467516586184502, -0.012891439720988274, 0.007338738534599543, 0.0009981309995055199, -0.012217331677675247, -0.017054228112101555, 0.0014602768933400512, 0.0017234917031601071, 0.013836580328643322, 0.016067389398813248, -0.0069634621031582355, 0.0007800884777680039, 0.017582394182682037, -0.02996651642024517, -0.028798989951610565, 0.01159187126904726, 0.039417922496795654, 0.020793093368411064, -0.009138675406575203, 0.003313204273581505, -0.0007544619729742408, -0.01751289889216423, -0.016943035647273064, 0.0035651258658617735, 0.031106244772672653, 0.023420028388500214, -0.009854480624198914, -0.0006832289509475231, -0.0032871433068066835, 0.012912288308143616, -0.020918184891343117, -0.0035963989794254303, 0.017054228112101555, 0.02257218025624752, -0.002201274037361145, -0.021432451903820038, 0.0025609140284359455, 0.058543119579553604, -0.008617457933723927, -0.03118963912129402, -0.017985468730330467, 0.00045693377614952624, -0.046589870005846024, 0.04055764898657799, -0.004478993359953165, -0.016345372423529625, 0.000213699066080153, 0.0040793935768306255, 0.010924712754786015, 0.01381573174148798, -0.008207433857023716, 0.02774265594780445, 0.008117089979350567, 0.0034904179628938437, -0.043059494346380234, -0.003292355453595519, 0.02581067755818367, 0.05292787402868271, 0.03232936933636665, -0.00926376786082983, 0.009548699483275414, -0.02733958140015602, 0.0011562336003407836, -0.016859639436006546, -0.005855007097125053, 0.01833294704556465, -0.010945562273263931, -0.009486153721809387, 0.021237865090370178, 0.017471201717853546, 0.0066298833116889, 0.02339223027229309, -0.0013673265930265188, 0.000582894601393491, 0.002006686292588711, 0.00440602283924818, -0.015108350664377213, -0.0020118984393775463, -0.012154785916209221, 0.0018468464259058237, 0.03227376937866211, 0.030744867399334908, -0.022433189675211906, 0.03902874514460564, 0.02207181230187416, 0.011904601939022541, -0.013197219930589199, -0.023294935002923012, 0.01811056211590767, -0.004805623088032007, -0.016553860157728195, -0.013211119920015335, 0.054512374103069305, 0.020487312227487564, -0.00829777866601944, -0.007533326279371977, 0.00926376786082983, 0.027881646528840065, 0.01973675936460495, 0.011821206659078598, -0.015386332757771015, 0.0037701379042118788, -0.03138422593474388, 0.008673055097460747, 0.02125176414847374, 0.02549099735915661, 0.0031551015563309193, 0.013850479386746883, -0.00511487852782011, -0.019180793315172195, -0.016526060178875923, 0.018291249871253967, 0.00162011687643826, 0.014691376127302647, 0.001954564591869712, -0.0008157049887813628, -0.02268337458372116, -0.01894450932741165, 0.003549489425495267, 0.009791934862732887, -0.010674528777599335, -0.008228282444179058, 0.0061538382433354855, -0.023030852898955345, -0.0036102980375289917, -0.030689271166920662, 0.04119700938463211, 0.01954217068850994, -0.018777718767523766, 0.0033097295090556145, 0.003210698254406452, 0.018763819709420204, 0.013197219930589199, 0.010757924057543278, -0.021390754729509354, 0.0066298833116889, -0.006271980702877045, -0.01279414538294077, -0.04425481706857681, -0.002444508718326688, -0.015914499759674072, -0.0027607139199972153, -0.010549437254667282, -0.01437169685959816, -0.006160787772387266, -0.0029570390470325947, 0.019875749945640564, -0.02165483869612217, -0.013871327973902225, -0.0014594082022085786, -0.011174897663295269, 0.007853006012737751, 0.004972412250936031, 0.011508476920425892, -0.0024340844247490168, -0.02154364623129368, -0.0019267663592472672, -0.00743603240698576, 0.010118563659489155, -0.0032419711351394653, -0.01995914615690708, 0.03004991076886654, 0.006577761378139257, -0.004072444047778845, 0.004315678495913744, 0.03402506187558174, -0.027881646528840065, 0.017763083800673485, -0.015539223328232765, 0.012043592520058155, -0.0013238918036222458, -0.006859218701720238, 0.005048857536166906, 0.022002317011356354, 0.017026429995894432, 0.030689271166920662, -0.015163946896791458, 0.007352637592703104, -0.04514436051249504, 0.007248394191265106, 0.0017243603942915797, -0.009173423051834106, 0.013850479386746883, -0.002739865332841873, -0.030995052307844162, -0.013079077936708927, 0.0038882805965840816, -0.006956512574106455, 0.010709276422858238, -0.014816468581557274, -0.0019736760295927525, -0.03694387897849083, -0.008158787153661251, -0.009632094763219357, -0.008638306520879269, -0.009430557489395142, -0.012995682656764984, -0.01189765240997076, 0.003217647783458233, 0.0037353902589529753, -0.0007818258600309491, 0.037499841302633286, -0.034164052456617355, -0.023948194459080696, -0.009597347117960453, 0.009222070686519146, 0.03694387897849083, 0.003429609350860119, 0.006966936867684126, -0.010257555171847343, -0.02226640097796917, -0.006039170548319817, -0.01037569809705019, -0.0028927556704729795, -0.008902390487492085, 0.047535013407468796, 0.022752869874238968, 0.03166221082210541, -0.00510792899876833, 0.004920290783047676, 0.012349373660981655, 0.006980835925787687, 0.0028666947036981583, 0.0028302096761763096, 0.005340739153325558, -0.02268337458372116, -0.011598820798099041, -0.013037380762398243, 0.0011405970435589552, 0.008103190921247005, -0.009854480624198914, 0.017526797950267792, 0.0026147731114178896, -0.0033375276252627373, -0.0046562072820961475, -0.012043592520058155, -0.02440686523914337, -0.008770348504185677, 0.007491629105061293, -0.0070399073883891106, 0.018291249871253967, -0.0623236820101738, -0.003367063356563449, 0.020515110343694687, -0.014677477069199085, -0.010188059881329536, -0.008992734365165234, 0.012425818480551243, -0.015747709199786186, 0.012015794403851032, 0.010945562273263931, 0.0011579709826037288, 0.011716963723301888, -0.01492766197770834, -0.030133305117487907, 0.004089817870408297, 0.01670674979686737, 0.0034278719685971737, 0.0069043911062181, 0.027673160657286644, -0.016109086573123932, -0.010827419348061085, 0.013009581714868546, -0.01943097822368145, -0.030188901349902153, 0.003175950376316905, -0.011654417030513287, -0.030717069283127785, -0.0063657998107373714, -0.03199578821659088, -0.00022672949125990272, 0.020084237679839134, 0.013537748716771603, -0.024976730346679688, 0.030800463631749153, -0.01893061026930809, -0.018694324418902397, -0.0022707697935402393, -0.028826788067817688, 0.02318374253809452, 0.002599136671051383, 0.039807096123695374, 0.018471939489245415, -0.0010285353055223823, -0.03143982216715813, -0.003017847891896963, 0.0006046119960956275, -0.004253132734447718, 0.02479604072868824, 0.0049341898411512375, -0.021001579239964485, -0.016331473365426064, 0.021071074530482292, 0.023711908608675003, -0.0012804570142179728, -0.03288533166050911, 0.01477477140724659, 0.005896704271435738, 0.016456564888358116, -0.005841107573360205, -0.01310687605291605, -0.014746973291039467, 0.017860377207398415, -0.008874592371284962, 0.015511425212025642, -0.01872212253510952, -0.013572496362030506, -0.0010815258137881756, 0.04197536036372185, -0.021779930219054222, 0.021682636812329292, 0.017540697008371353, -0.013398758135735989, -0.009639044292271137, -0.006000947672873735, -0.02004254050552845, -0.048619143664836884, -0.001545409089885652, 0.00783910695463419, 0.010660629719495773, 0.0017304412322118878, 0.0035025798715651035, 0.007151100318878889, -0.004301779437810183, 0.011487627401947975, -0.003558176336809993, 0.03419185057282448, 0.006091292016208172, -0.025379804894328117, 0.022016216069459915, -0.004465094301849604, -0.005295567214488983, -0.017165420576930046, -0.022127408534288406, -0.005695166997611523, -0.010417395271360874, -0.027714857831597328, 0.017360009253025055, -0.0018954933620989323, -6.346905865939334e-05, -0.013141623698174953, -0.0006093897973187268, -0.03269074484705925, 0.006435295566916466, -0.01200189534574747, 0.03288533166050911, 0.004861219320446253, -0.02298915386199951, 0.0010241918498650193, 0.003485205816105008, 0.02487943507730961, 0.011327788233757019, 0.014156259596347809, 0.007015584036707878, 0.03663809597492218, -0.028521006926894188, 0.014427293092012405, -0.013704538345336914, 0.017137622460722923, -0.05659724026918411, -0.007005159743130207, -0.008582710288465023, -0.027798252180218697, 0.01245361752808094, -0.013857428915798664, -0.047312624752521515, -0.01284974254667759, 0.01912519708275795, 0.0033027799800038338, -0.003356639062985778, 0.0034139729104936123, 0.0018746446585282683, 0.006400547455996275, 0.008874592371284962, 0.020195430144667625, -0.0051565757021307945, 0.006414446979761124, -0.026366641744971275, -0.03035569190979004, 0.004086343105882406, -0.025032326579093933, -0.0069634621031582355, -0.026658523827791214, 0.013231968507170677, -0.007057281211018562, -0.019611667841672897, -0.022613879293203354, -0.015414130873978138, 0.005990523379296064, -0.029799725860357285, 0.00034704379504546523, -0.0075958725064992905, 0.00412109075114131, 0.002406286308541894, 0.013676740229129791, 0.013287564739584923, -0.024017689749598503, 0.010681478306651115, 0.0013855691067874432, 0.0009034432005137205, 0.008881541900336742, 0.004788248799741268, 0.007707065436989069, -0.016470463946461678, -0.020306622609496117, -0.01630367524921894, -0.011473728343844414, -0.0107857221737504, 0.020681899040937424, 0.005900179035961628, -0.01740170642733574, -0.03296872600913048, 0.0026477836072444916, -0.03997388854622841, -0.04767400398850441, -0.021210066974163055, 0.032635148614645004, 0.04881373047828674, 0.0354427732527256, -0.004333052784204483, 0.004197536036372185, 0.004228809382766485, 0.047423817217350006, -0.02105717547237873, -0.013648942112922668, 0.023725807666778564, -0.013044330291450024, 0.030717069283127785, 0.0017521586269140244, -0.056930821388959885, -0.02743687480688095, 0.02276676893234253, -0.01843024045228958, 0.017332211136817932, 0.009437507018446922, -0.03399726375937462, -0.0074707805179059505, -0.01022975705564022, -0.0044442457146942616, -0.00495851319283247, -0.0001740648440318182, 0.002018847968429327, -0.03130083158612251, -0.0013655890943482518, 0.008311677724123001, 0.01569211296737194, -0.02550489641726017, -0.004437296185642481, -0.0026234600227326155, -0.012036642991006374, -0.01688743755221367, -0.012349373660981655, 0.023294935002923012, 0.012050542049109936, -0.004475518595427275, 0.023322733119130135, 0.050676215440034866, -0.019973045215010643, 0.013141623698174953, 0.006581236142665148, 0.016581658273935318, -0.01640096865594387, 0.02661682665348053, 0.006497841328382492, -0.0039438772946596146, -0.011119301430881023, -0.01791597343981266, 0.042753711342811584, -0.025671686977148056, -0.00199973676353693, -0.006428346037864685, 0.0013612456386908889, -0.010910813696682453, 0.0031724756117910147, -0.031634412705898285, 0.004340002313256264, -0.009194271638989449, -0.031828999519348145, -0.027061598375439644, -0.014274402521550655, -0.004885542672127485, 0.008117089979350567, -0.0223636943846941, -0.014746973291039467, -0.0023593767546117306, -0.0005998341948725283, 0.013774033635854721, -0.010556386783719063, -0.02348952367901802, 0.009875329211354256, -0.018263451755046844, -0.015608718618750572, 0.010278403759002686, 0.19091840088367462, 0.00982668250799179, -0.00047865117085166276, 0.0008430688758380711, -0.02326713688671589, -0.002583499997854233, 0.02044561505317688, -0.003961251117289066, -0.012203432619571686, 0.00895103719085455, -0.02893798053264618, 0.010674528777599335, -0.017179319635033607, -0.0004115444316994399, 0.0168040432035923, -0.043976835906505585, -0.03166221082210541, -0.019375381991267204, -0.009534800425171852, -0.012307676486670971, -0.0034435084089636803, 0.02104327641427517, 0.006296304054558277, -0.02054290845990181, 0.03655470162630081, 0.01254396140575409, 0.012217331677675247, -0.009632094763219357, 0.04948088899254799, 0.0022047488018870354, -0.017582394182682037, 0.0027416027151048183, -0.0001358422450721264, -0.008054543286561966, 0.0032645573373883963, -0.002908392110839486, 0.031050648540258408, -0.013565546832978725, 0.030800463631749153, -0.010111614130437374, -0.010563336312770844, -0.0055874488316476345, 0.011918500997126102, -0.023225439712405205, -0.01280109491199255, 0.04859134554862976, -0.017151521518826485, 0.007415183819830418, -0.02582457661628723, 0.00019903983047697693, -0.039946090430021286, 0.004319153260439634, 0.008846794255077839, 0.00040568073745816946, -0.007755712606012821, 0.010354848578572273, -0.005851532332599163, 0.025032326579093933, -0.02772875688970089, 0.015747709199786186, -0.011126250959932804, 0.01183510571718216, -0.025852374732494354, 0.019681163132190704, -0.001068495330400765, 0.021988417953252792, -0.011765610426664352, -0.012752448208630085, 0.029605139046907425, -0.023044751957058907, -0.004183636978268623, 0.0014950247714295983, 0.0038222596049308777, 0.02228030003607273, -0.02600526437163353, -0.027353480458259583, 0.007429082877933979, 0.03369148075580597, -0.010542486794292927, 0.040446456521749496, -0.0104799410328269, -0.022599978372454643, -0.008589659817516804, -0.003134252969175577, -0.006643782369792461, -0.014802569523453712, 0.027867747470736504, -0.007248394191265106, 0.0035859744530171156, -0.004739602096378803, 0.002767663449048996, 0.003624197095632553, -0.01965336501598358, -0.023433927446603775, -0.0029275035485625267, -0.00113885966129601, 0.035692956298589706, 0.02458755485713482, 0.00399947352707386, -0.0041245655156672, -0.02835421822965145, 0.09607075899839401, -0.010292302817106247, 0.007637569680809975, -0.03143982216715813, -0.007449931465089321, -0.001340396935120225, 0.032218173146247864, -0.018749920651316643, -0.017790881916880608, 0.013746235519647598, -0.03686048090457916, -0.008499315939843655, -0.008714752271771431, -0.01891671121120453, 0.014830367639660835, 0.005465831607580185, -0.012773296795785427, -0.008290829136967659, 0.004690954927355051, 0.012120038270950317, -0.027881646528840065, -0.004211435094475746, 0.022613879293203354, 0.002835421822965145, -0.020403917878866196, 0.005073180887848139, -0.028993576765060425, 0.0008838975336402655, -0.018054965883493423, 0.012092240154743195, 0.007581973448395729, 0.02368411049246788, -0.0036068232730031013, -0.01951437257230282, 0.00731094041839242, 0.02692260779440403, 0.013878277502954006, 0.027256187051534653, 0.019889649003744125, 0.003728440497070551, -0.005382436793297529, 0.0022412340622395277, 0.004534590058028698, 0.006449194625020027, -0.015831105411052704, -0.0020014741457998753, 0.018847215920686722, -0.032551754266023636, -0.0010111614828929305, -0.010250605642795563, -0.013009581714868546, 0.00925681833177805, 0.0038952301256358624, 0.029883122071623802, 0.013294514268636703, -0.022836264222860336, -0.02165483869612217, 0.023350531235337257, -0.002156101865693927, -0.03249615803360939, -0.004392123781144619, 0.025074023753404617, 0.011758660897612572, -0.009374960325658321, 0.007290091831237078, -0.17913194000720978, 0.019986944273114204, -0.020195430144667625, -0.018861114978790283, 0.013051279820501804, 0.00895103719085455, -0.014017269015312195, 0.008429819718003273, 0.00179646210744977, 0.00010934703459497541, 0.03046688437461853, -0.014260503463447094, -0.008200484327971935, -0.006772349122911692, -0.010980309918522835, -0.004360850900411606, -0.018555333837866783, 0.0311618410050869, 0.02083479054272175, 0.009548699483275414, 0.02753416821360588, -0.009694640524685383, -0.02105717547237873, -0.012578709051012993, 0.0010354849509894848, -0.0024236601311713457, -0.013628093525767326, 0.024976730346679688, -0.022850163280963898, -0.01799936778843403, 0.0067410762421786785, 0.01944487728178501, 0.045700326561927795, 0.011473728343844414, -0.0027085922192782164, 0.016067389398813248, 0.008103190921247005, 0.00070842111017555, -0.010007371194660664, 0.00997957307845354, 0.0048681688494980335, 0.027992840856313705, -0.022530483081936836, 0.004194061271846294, 0.030022112652659416, 0.02460145391523838, 0.02845151163637638, -0.016567759215831757, 0.0008391597657464445, -0.029883122071623802, -0.009590396657586098, -0.0351925864815712, 0.031634412705898285, 0.001630541286431253, 0.0028336844407022, 0.005927977152168751, -0.004736127331852913, 0.012314626015722752, -0.0021091923117637634, -0.015956196933984756, 0.008909340016543865, -0.02429567277431488, 0.010577235370874405, -0.00255570188164711, 0.012509213760495186, -0.009784984402358532, -0.01310687605291605, 0.018861114978790283, -0.013739285990595818, 0.03138422593474388, 0.015344635583460331, -0.007137201260775328, -0.002852795645594597, -0.009896177798509598, -0.002640834078192711, 0.019180793315172195, -0.029410550370812416, 0.016470463946461678, 0.03016110323369503, 0.0016157734207808971, -0.006796672940254211, 0.012335474602878094, -0.026088660582900047, -0.0053754872642457485, -0.01366284117102623, 0.01118184719234705, -0.003954301588237286, 0.0035147415474057198, 0.026658523827791214, -0.020918184891343117, 0.022738970816135406, -0.03246835991740227, 0.004409497603774071, -0.00235242722555995, 0.02357291802763939, -0.010292302817106247, -0.005844582803547382, 0.01740170642733574, 0.01640096865594387, 0.016651153564453125, -0.0006180767668411136, 0.00199973676353693, 0.0026460462249815464, 0.01173781231045723, -0.003056070301681757, 0.0027850375045090914, 0.00746383098885417, 0.0030873434152454138, 0.025852374732494354, -0.002736390568315983, -0.02966073527932167, 0.011939349584281445, 0.008916289545595646, 0.015219543129205704, -0.0087981466203928, 0.027144992724061012, -0.017679689452052116, -0.03652690351009369, 0.0014898126246407628, -0.00594882620498538, 0.03713846579194069, 0.0018624828662723303, 0.018068864941596985, 0.021210066974163055, -0.008881541900336742, -0.008513214997947216, -0.08973275870084763, -0.011140150018036366, 0.01912519708275795, 0.022516584023833275, -0.002470569685101509, 0.02540760301053524, -0.004287880379706621, 0.02629714645445347, -0.022725071758031845, 0.01841634139418602, -0.01780478097498417, -0.014983258210122585, -0.037583235651254654, -0.003950826823711395, 0.006553438026458025, -0.005768137518316507, -0.023336632177233696, -0.016776245087385178, -0.0042913551442325115, 0.0360543318092823, -0.023406129330396652, -0.020000843331217766, 0.016956934705376625, -0.001443771761842072, -0.01922249235212803, -0.005893229506909847, -0.018068864941596985, 0.0014559334376826882, 0.015011056326329708, 0.011251342482864857, -0.00690786587074399, -0.0075958725064992905, 0.011703064665198326, 0.003634621622040868, -0.00688354205340147, 0.01780478097498417, -0.009875329211354256, -0.029132569208741188, 0.025838475674390793, -0.0034469834063202143, 0.004527640528976917, 0.0054449825547635555, -0.006042645312845707, -0.02336443029344082, 0.005149626173079014, -0.012106139212846756, -0.029521744698286057, 0.028798989951610565, -0.02703380025923252, -0.0305502787232399, -0.010208908468484879, -0.01376708410680294, -0.004802148323506117, -0.01184900477528572, 0.013961671851575375, -0.00414888933300972, 0.013996420428156853, 0.01254396140575409, -0.01709592528641224, -0.014663578011095524, -0.00920817069709301, -0.014058966189622879, -0.018958408385515213, 0.03224597126245499, -0.0054449825547635555, 0.012988733127713203, -0.025949668139219284, -0.010514688678085804, 0.034247446805238724, -0.01761019229888916, -0.003839633660390973, 0.012926187366247177, -0.02692260779440403, -0.0028475834988057613, -0.023058651015162468, 0.0009633831796236336, -0.02722838893532753, 0.0076723177917301655, 0.011675265617668629, -0.03310772031545639, -0.009096978232264519, -0.010313151404261589, -0.008089291863143444, -0.01912519708275795, -0.012571759521961212, 0.001775613403879106, 0.03591534122824669, -0.00221517332829535, -0.0077418130822479725, -0.017054228112101555, 0.008603558875620365, 0.01751289889216423, 0.015150047838687897, -0.004899442195892334, -0.019917447119951248, 0.0025365904439240694, -0.040029484778642654, -0.010278403759002686, 0.00790165364742279, 0.005003685597330332, -0.013176371343433857, -0.0032541328109800816, -0.06426955759525299, 0.016345372423529625, 0.002791987033560872, 0.0015150047838687897, -0.0073943352326750755, -0.017540697008371353, 0.023753607645630836, -0.023545119911432266, -0.01608128845691681, 0.000269729905994609, -0.03260735049843788, 0.03338570147752762, -0.011022007092833519, 0.0011101927375420928, -0.025977466255426407, -0.014079814776778221, 0.0410580188035965, -0.0004284839960746467, 0.013496051542460918, 0.01578940823674202, -0.0016956933541223407, -0.005441507790237665, 0.006841844879090786, 0.0027346531860530376, -0.005128777585923672, 0.0001663551665842533, -0.03463662415742874, 0.015386332757771015, -0.005705591291189194, 0.010028219781816006, 0.026950405910611153, -0.013537748716771603, 0.005194798577576876, 0.019083499908447266, -0.033024322241544724, -0.013377908617258072, 0.0008113614749163389, 0.013155522756278515, 0.033858273178339005, 0.008436769247055054, -0.015358534641563892, -0.03210698068141937, 0.007568074390292168, -0.02379530481994152, -0.002298567909747362, 0.01269685197621584, -0.005740338936448097, 0.02640833891928196, -0.002939665224403143, -0.0171098243445158, 0.019973045215010643, 0.025379804894328117, -0.03905654326081276, -0.011174897663295269, 0.0007527245325036347, -0.011536275036633015, 0.03096725232899189, 0.003497367724776268, 0.018041064962744713, -0.0010945561807602644, 0.0481465719640255, -0.009277666918933392, 0.00523649575188756, -0.022752869874238968, -0.0044233971275389194, 0.011167948134243488, -0.028104033321142197, 0.014427293092012405, 0.01620638184249401, -0.02671412006020546, -0.005698641762137413, -0.023906497284770012, 0.01032705046236515, 0.014455091208219528, 0.031050648540258408, -0.0016922185895964503, -0.007206697016954422, 0.028576603159308434, 0.004871643614023924, 0.017179319635033607, 0.023058651015162468, 0.02326713688671589, -0.022738970816135406, 0.027506370097398758, 0.009222070686519146, 0.004395598545670509, -0.004440770950168371, 0.012307676486670971, 0.00037549357512034476, 0.008839844726026058, -0.011501527391374111, 0.023100348189473152, -0.00703295785933733, -0.017248814925551414, 0.000993787543848157, 0.014357797801494598, 0.008999683894217014, 0.022002317011356354, 0.02795114368200302, 0.012071391567587852, 0.014663578011095524, 0.012286827899515629, 0.01870822347700596, -0.02247488684952259, -0.02408718504011631, 0.01351690012961626, -0.043559860438108444, -0.03419185057282448, -0.019180793315172195, 0.0226694755256176, -0.005142676644027233, -0.008103190921247005, 0.0014411656884476542, 0.008332526311278343, -0.02429567277431488, 0.017234915867447853, 0.003229809459298849, -0.010195009410381317, -0.01740170642733574, 0.009694640524685383, -0.013238918036222458, 0.0026321469340473413, 0.017165420576930046, -0.019597768783569336, 0.018541434779763222, 0.006949563045054674, 0.025240812450647354, -0.01781868003308773, 0.002779825357720256, 0.00622680876404047, 0.0004456407332327217, -0.010695377364754677, 0.005806359928101301, -0.004190586507320404, -0.01533073652535677, -0.0014029430458322167, -0.018791617825627327, 0.015163946896791458, 0.012641255743801594, 0.07794629782438278, 0.023142045363783836, -0.0031603139359503984, -0.02410108409821987, -0.001605349127203226, 0.0031168791465461254, 0.001554096001200378, -0.007415183819830418, -0.003982099704444408, -0.011098451912403107, 0.024935033172369003, 0.0085549121722579, 0.002663420047610998, -0.017151521518826485, -0.0031898494344204664, 0.013051279820501804, -0.012224281206727028, 0.01659555733203888, 0.008909340016543865, -0.017179319635033607, 0.005848057568073273, -0.026185953989624977, 0.01912519708275795, -0.019556069746613503, -0.018471939489245415, -0.012349373660981655, 7.617372466484085e-05, -0.021029377356171608, -0.01901400461792946, -0.0385005809366703, -0.003283668542280793, 0.012717700563371181, -0.013238918036222458, -0.010973360389471054, -0.010354848578572273, -0.007929451763629913, -0.012919237837195396, -0.015469727106392384, 0.008756449446082115, 0.02996651642024517, -0.015497526153922081, 0.027492471039295197, -0.020515110343694687, -0.008422870188951492, -0.01880551688373089, -0.0025591766461730003, -0.005424133967608213, -0.01517784595489502, -0.013461303897202015], \"775fd99e-49e5-4e20-a9ab-226eabcdd602\": [-0.007964466698467731, -0.010139753110706806, 0.006425086874514818, -0.033970605581998825, -0.010341296903789043, 0.03847407177090645, -0.02496366761624813, 0.0059142764657735825, -0.026548221707344055, -0.04130958765745163, 0.0308292955160141, 0.0020953635685145855, -0.012954420410096645, -0.013315809890627861, -0.004715436603873968, 0.013781446032226086, 0.017013100907206535, -0.029522733762860298, 9.686278644949198e-05, -0.005528563167899847, -0.013760596513748169, 0.0008000953239388764, -0.022684134542942047, 0.01012585312128067, -0.035860948264598846, -0.001251832116395235, 0.030579103156924248, -0.03547175973653793, -0.023045524954795837, -0.010153652168810368, 0.015025459229946136, -0.01071658544242382, -0.013440906070172787, 0.010751334950327873, 0.0030996091663837433, 0.008207709528505802, 0.011759055778384209, 0.006602306384593248, 0.013433956541121006, -0.01036909595131874, 0.010966778732836246, 0.015011560171842575, 0.006800375878810883, -0.004044781439006329, -0.01873665116727352, 0.03650033101439476, 0.011668708175420761, -0.0059525007382035255, -0.015192254446446896, 0.012043996714055538, 0.02282313071191311, 0.013962140306830406, -0.011300369165837765, -0.008728943765163422, 0.011870251968502998, 0.01070963591337204, -0.007762922439724207, 0.013218512758612633, 0.005313119385391474, -0.003341114614158869, -0.005771805997937918, 0.0030144741758704185, -0.022781431674957275, -0.02050189860165119, -0.021697264164686203, -0.00783242005854845, -0.0197652205824852, 0.014455576427280903, 0.007519679609686136, -0.012495733797550201, 0.030273312702775, 0.01101542729884386, 0.02096058614552021, 0.006220067851245403, 0.013566002249717712, -0.009701916016638279, -0.015831636264920235, -0.018069470301270485, -0.008798441849648952, -0.017040900886058807, 0.005160223692655563, -0.01506715826690197, 0.005858678370714188, 0.019334333017468452, 0.010042455978691578, 0.009813112206757069, 0.006883773021399975, 0.022698035463690758, 0.0003249029687140137, -0.006994970142841339, 0.014219283126294613, 0.01201619766652584, 0.0015159243484959006, 0.022795332595705986, 0.008054814301431179, 0.017860976979136467, 0.014121985994279385, 0.042338158935308456, -0.0016401519533246756, -0.01488646399229765, 0.01301001850515604, 0.020043212920427322, -0.02178066223859787, -0.009632417932152748, -0.04158757999539375, -0.0012414073571562767, 0.011717356741428375, -0.0313296802341938, -0.004298449028283358, -0.004698062315583229, -0.02154436893761158, 0.02543625421822071, -0.016290321946144104, -0.03096829168498516, -0.0012761563993990421, -0.014969861134886742, 0.013315809890627861, -0.01177990436553955, -0.030801497399806976, -0.0067691016010940075, 0.009097283706068993, -0.00021338046644814312, 0.02129417657852173, -0.012961369939148426, 0.045257072895765305, 0.00960461888462305, -0.010612338781356812, -0.001487256377004087, 0.02425478957593441, -0.026562120765447617, -0.002331656636670232, -0.021252477541565895, 0.01125172059983015, 0.015094957314431667, -0.01289882231503725, 8.366903057321906e-05, -0.022461742162704468, 0.02836906909942627, -0.00881929136812687, -0.03308102861046791, 0.010584539733827114, 0.037278708070516586, -0.007540529128164053, 0.01602623052895069, 0.005976825021207333, -0.01729109324514866, 0.011522762477397919, 0.006053272634744644, 0.02046019956469536, 0.003683391958475113, 0.014316580258309841, 0.007755972445011139, -0.00982006173580885, -0.015164455398917198, -0.0003474898112472147, 0.004211576655507088, -0.028577562421560287, 0.03638913482427597, 0.015748238191008568, -0.026339728385210037, 0.00121447688434273, 0.019403832033276558, 0.0034262496046721935, -0.002039765240624547, 0.012794574722647667, 0.028466366231441498, 0.00617836881428957, 0.0007696899119764566, 0.018667152151465416, 0.007672575302422047, -0.020543597638607025, 0.03135748207569122, -0.019237035885453224, 0.00012639941996894777, -0.021113481372594833, 0.016443217173218727, 0.008318905718624592, -0.0012770250905305147, -0.05459760129451752, -0.016081828624010086, -0.008318905718624592, 0.0050907256081700325, 0.021947456523776054, 0.023226220160722733, -0.012454034760594368, 0.02072429284453392, 0.031857866793870926, 0.002498451853170991, -0.002269108546897769, -0.012196892872452736, 0.02588104084134102, 0.045729659497737885, 0.01730499230325222, -0.014677969738841057, -0.6151403784751892, -0.012377587147057056, 0.018792249262332916, -0.040892601013183594, 0.0016305960016325116, 0.020529698580503464, 0.004041306674480438, 0.022336645051836967, -0.020765991881489754, 0.02050189860165119, -0.0012448822380974889, 0.029467135667800903, 0.007165240123867989, -0.028911152854561806, -0.005879527889192104, -0.015595342963933945, -0.005156748928129673, -0.004913506098091602, 0.00706794299185276, 0.00292586418800056, -0.013802295550704002, 0.010508092120289803, 0.0026496099308133125, -0.014803065918385983, 0.014525074511766434, 0.01011890359222889, 0.0025262509007006884, -0.0031048215460032225, -0.0229343269020319, 0.03964163735508919, -0.02649262361228466, -0.004347097594290972, 0.03814048320055008, 0.0023212318774312735, 0.03839067369699478, 0.015289551578462124, 0.008367554284632206, 0.0008604716276749969, 0.005650184582918882, 0.03966943547129631, -0.02011271007359028, -0.0017730668187141418, 0.02966172993183136, 0.01826406456530094, 0.010647088289260864, 0.014622371643781662, 0.03688951954245567, -0.021961355581879616, -0.02342081442475319, 0.016151325777173042, -0.0008491782355122268, -0.025255559012293816, -0.0045903404243290424, -0.002680883975699544, 0.0023733554407954216, 0.0009773151250556111, 0.04236595705151558, -0.010897280648350716, 0.013989940285682678, 0.006355588790029287, -0.02214205078780651, 0.020098811015486717, -0.009104233235120773, -0.043755918741226196, -0.003205593442544341, -0.004312348552048206, -0.004579915665090084, -0.01193975005298853, 0.005511188413947821, 0.007106166798621416, 0.025811543688178062, 0.01905634067952633, 0.008228559046983719, -0.017374491319060326, -0.008958287537097931, 0.05265165492892265, -0.00026865306426770985, -0.002840729197487235, -0.016054028645157814, 0.011071025393903255, 0.0001621257106307894, 0.01541464775800705, 0.006595356855541468, -0.043144334107637405, 0.010806933045387268, 0.008617747575044632, -0.01506715826690197, -0.007922767661511898, 0.022225448861718178, 0.0060567473992705345, 0.00715134060010314, 0.01929263398051262, -0.004051731433719397, -0.04778679832816124, 0.004705012310296297, 0.005657134111970663, -0.0151366563513875, -0.015734339132905006, 0.002974512754008174, -0.010111954063177109, -0.019695723429322243, -0.0035322338808327913, -0.0028233546763658524, 0.009145932272076607, 0.007686474826186895, 0.020571397617459297, -0.0072694867849349976, -0.005796130280941725, 0.012738976627588272, -0.03074589930474758, 0.017735879868268967, -0.014566772617399693, 0.0055563622154295444, -0.00871504470705986, 0.0010138015495613217, -0.02658992074429989, 0.037389904260635376, 0.021113481372594833, -0.01417758408933878, 0.0021822359412908554, 0.0025974863674491644, -0.0025540501810610294, 0.01670731045305729, -0.004607715178281069, 0.028160573914647102, 0.013920442201197147, 0.003115246305242181, -0.014872564002871513, 0.019028542563319206, -0.005299219861626625, 0.007665625307708979, -0.026423126459121704, 0.012224691919982433, -0.02037680335342884, 0.021238576620817184, 0.010403845459222794, 0.026881812140345573, -0.006213117856532335, 0.014983761124312878, -0.02425478957593441, -0.02354590967297554, -0.017749778926372528, -0.0022830080706626177, -0.0007861956837587059, 0.00715134060010314, -0.022406144067645073, -0.010146702639758587, -0.021516568958759308, -0.004135128576308489, -0.009653267450630665, 0.004169877618551254, -0.0026252856478095055, -0.0022586837876588106, 0.030412308871746063, 0.015442447736859322, 0.002614860888570547, -0.012308089062571526, -0.03650033101439476, -0.022572938352823257, -0.0011119673727080226, -0.015525844879448414, 0.027243200689554214, -0.03271964192390442, 0.002408104483038187, -0.02046019956469536, -0.010396894998848438, 0.0035461336374282837, 0.003092659404501319, 0.009416974149644375, -0.015150556340813637, 0.018931245431303978, -0.017110398039221764, -0.0315798744559288, 0.02543625421822071, 0.0077351233921945095, 0.020696492865681648, -0.01930653490126133, 0.000292325799819082, 0.00012249016435816884, -0.002288220450282097, 0.018931245431303978, 0.002154436893761158, -0.02342081442475319, 0.01430268120020628, 0.014566772617399693, 0.003773739328607917, 0.015692640095949173, 0.023754402995109558, -0.002720845164731145, -0.008666396141052246, -0.021363673731684685, -0.002906752284616232, -0.005347868427634239, 0.030996091663837433, -0.03839067369699478, 0.020765991881489754, -0.0032247055787593126, 0.012912721373140812, -0.017708081752061844, 0.02037680335342884, 0.03922465071082115, -0.014636270701885223, 0.01541464775800705, -0.004885706584900618, -0.0048752822913229465, 0.0006028948118910193, 0.0065223840065300465, -0.02083548903465271, 0.03327562287449837, 0.016332020983099937, 0.0151366563513875, -0.024866370484232903, -0.022892629727721214, -0.008812341839075089, -0.002606173511594534, 0.000555549340788275, 0.0016027967212721705, 0.017958274111151695, -0.02072429284453392, -0.00691852206364274, 0.012815424241125584, 0.00113368546590209, 0.014274881221354008, -0.014789166860282421, 0.005323544144630432, 0.013190713711082935, 0.023379115387797356, 0.010799983516335487, 0.013711947947740555, -0.03096829168498516, -0.0008596029365435243, 0.02576984465122223, 0.006213117856532335, -0.010820833034813404, 0.020557496696710587, 0.0066579049453139305, 0.027132004499435425, -0.02097448520362377, 0.006605781614780426, -0.018416959792375565, 0.013100366108119488, 0.016151325777173042, 0.04192117229104042, -0.002199610462412238, 0.02226714789867401, 0.01488646399229765, 0.03911345452070236, -0.002269108546897769, -0.03227485343813896, 0.011064075864851475, -0.012871022336184978, 0.025158261880278587, 0.0035617705434560776, -0.005229721777141094, 0.023254018276929855, -0.009597668424248695, 0.007429332472383976, 0.006306940224021673, 0.009437823668122292, 0.02046019956469536, 0.006932421587407589, 0.027159804478287697, 0.020293405279517174, -0.020918887108564377, 0.013864843174815178, -0.0009104232885874808, 0.005545937456190586, -0.018291864544153214, -0.004246325697749853, -0.0022117726039141417, 0.009910409338772297, -0.006755202077329159, 0.005799605045467615, -0.01142546534538269, -0.005069876555353403, 0.01541464775800705, 0.0005868234438821673, -0.010786083526909351, -0.023629307746887207, 0.03533276543021202, -0.023379115387797356, -0.018625454977154732, 0.03544396162033081, 0.03405400365591049, 0.01100847776979208, 0.0014811753062531352, -0.00210231333039701, 0.0057162074372172356, -0.011022376827895641, -0.016151325777173042, 0.00044695878750644624, 0.021113481372594833, 0.007106166798621416, -0.007464081048965454, 0.015831636264920235, 0.01624862290918827, 0.007081842515617609, -0.025491852313280106, 0.0001316117704845965, -0.01341310702264309, 0.00452779233455658, -0.0076169767417013645, -0.014552873559296131, -0.005747481714934111, 0.048926565796136856, 0.0005768330884166062, -0.018277963623404503, -0.02743779495358467, 0.010285698808729649, -0.03802928701043129, 0.010521991178393364, 0.02296212688088417, -0.025630848482251167, -0.0069115725345909595, 0.017040900886058807, 0.003599994583055377, -0.007672575302422047, -0.010077204555273056, 0.021725064143538475, 0.012447085231542587, 0.0036764421965926886, -0.037139710038900375, -0.015122756361961365, 0.011640909127891064, 0.055042386054992676, 0.03908565267920494, -0.009277977980673313, 0.0014690131647512317, -0.020168308168649673, 0.012572181411087513, -0.021947456523776054, -0.02658992074429989, 0.020626995712518692, -0.0066579049453139305, -0.01870885118842125, -0.005552887450903654, 0.004791884683072567, 0.009639367461204529, 0.020223908126354218, -0.003530496498569846, 0.0008239852031692863, -0.005049027036875486, -0.010994577780365944, -0.0263536274433136, 0.009972957894206047, -0.0028094551526010036, 0.0038084883708506823, 0.00982006173580885, 0.025172162801027298, -0.0007366784266196191, 0.01977911964058876, 0.03024551272392273, 0.008902689442038536, -0.012050947174429893, -0.02482467330992222, 0.019501129165291786, 0.005424316041171551, -0.014274881221354008, -0.04531267285346985, 0.04347792640328407, 0.007234737742692232, -0.01635982096195221, -0.014358279295265675, 0.023490311577916145, 0.02191965840756893, 0.0020779890473932028, 0.011064075864851475, -0.016054028645157814, -0.0017582984874024987, -0.0211968794465065, -0.00783242005854845, 0.025714246556162834, -0.005625860299915075, -0.008416203781962395, 0.010848632082343102, -0.016971401870250702, -0.02646482363343239, -0.0024150542449206114, 0.011112724430859089, 0.010466393083333969, 0.01359380129724741, -0.0005568524356931448, -0.020404601469635963, -0.043033137917518616, -0.018889546394348145, -0.02860536240041256, 0.0076100267469882965, -0.021391473710536957, -0.002746907062828541, -0.001199708553031087, -0.021474869921803474, -0.01054284069687128, -0.02037680335342884, 0.019598426297307014, 0.00014768316759727895, -0.016554415225982666, -0.02824397198855877, -0.006602306384593248, 0.03035671077668667, 0.021599967032670975, 0.0002764715754892677, -0.003118721069768071, 0.0024689151905477047, 0.006369488313794136, 0.0019598426297307014, -0.035499557852745056, 0.0297729279845953, -0.02214205078780651, -0.010160602629184723, -0.01763858273625374, -0.01763858273625374, -0.0049864789471030235, -0.013552103191614151, 0.022433942183852196, -0.03497137501835823, -0.00795751716941595, -0.01825016550719738, -0.011974498629570007, -0.0020710392855107784, 0.04050341248512268, 0.025964438915252686, 0.01253048237413168, -0.02343471348285675, 0.01035519689321518, -0.032191455364227295, 0.001765248249284923, -0.01125172059983015, -0.02389339916408062, 0.015831636264920235, 0.02012661099433899, 0.00039526965701952577, 0.01763858273625374, 0.02460227906703949, 0.0006033292156644166, 0.020098811015486717, 0.004371421877294779, 0.0004673738148994744, -0.015817737206816673, -0.012294190004467964, -0.009868710301816463, 0.018861746415495872, 0.02893895097076893, 0.02014051005244255, 0.0013847468653693795, -0.022920427843928337, -0.04389491304755211, 0.020543597638607025, 0.0138300945982337, -0.026881812140345573, 0.005396516993641853, 0.0012666003312915564, -0.032080259174108505, -0.027409996837377548, -0.0098826102912426, -0.02482467330992222, 0.0054382155649363995, -0.020196108147501945, 0.0019372557289898396, -0.03391500562429428, -0.006268716417253017, -0.018041670322418213, 0.006425086874514818, -0.013197663240134716, -0.01717989705502987, 0.0004282812005840242, 0.007165240123867989, 0.004513892810791731, -0.042921941727399826, 0.021155180409550667, -0.034081801772117615, -0.018694952130317688, 0.01672120951116085, -0.0014229707885533571, 0.04356132447719574, 0.0009078171569854021, -0.000906079716514796, -0.0017730668187141418, -0.014789166860282421, -0.014052487909793854, -0.026937410235404968, 0.010202300734817982, -0.01894514448940754, 0.03705631569027901, 0.01670731045305729, 0.012057896703481674, -0.008402303792536259, 0.008263307623565197, 0.01146716345101595, 0.005153274163603783, -0.023240119218826294, 0.007540529128164053, 0.02471347525715828, 0.009979907423257828, 0.020682593807578087, -0.002316019730642438, 0.00044695878750644624, 0.0072416877374053, -0.007471031043678522, 0.02412969246506691, 0.010327396914362907, 0.004169877618551254, 0.01217604335397482, 0.007762922439724207, -0.04942695051431656, -0.023003825917840004, 0.005625860299915075, -0.025352856144309044, 0.011981449089944363, -0.03258064389228821, -0.004885706584900618, 0.02340691350400448, -0.011369866319000721, 0.004764085169881582, -0.01599843055009842, 0.012502683326601982, -0.004072580486536026, 0.017986072227358818, 0.01729109324514866, 0.013976040296256542, -0.014580672606825829, -0.0202656053006649, -0.025686446577310562, 0.007881068624556065, 0.028799956664443016, 0.026937410235404968, -0.007137440610677004, 0.012169092893600464, -0.02155826799571514, -0.027952080592513084, 0.03858526796102524, -0.021502669900655746, -0.01766638271510601, 0.012884922325611115, -0.02414359152317047, -0.024546680971980095, -0.027284899726510048, -0.022531239315867424, -0.012287239544093609, -0.008367554284632206, 0.016735108569264412, -0.006185318809002638, 0.018389161676168442, -0.022559039294719696, -0.023462511599063873, 0.004708487074822187, -0.032914236187934875, 0.03135748207569122, 0.011216971091926098, 0.035388361662626266, 0.027715787291526794, 0.006737827323377132, -0.003759839804843068, -0.014469475485384464, -0.007262537255883217, -0.01430268120020628, 0.015386848710477352, 0.004486093297600746, -0.02130807563662529, -0.024213090538978577, 0.00895133800804615, 0.003485322929918766, 0.004142078571021557, -0.006967170629650354, 0.01850035786628723, 0.015706539154052734, 0.01005635503679514, -0.021836260333657265, -0.002818142296746373, -0.01884784735739231, 0.01389264315366745, -0.001487256377004087, 0.01932043395936489, -0.0067864758893847466, -0.004993428476154804, -0.010042455978691578, 0.025978337973356247, -0.01248878426849842, 0.02521386183798313, 0.020543597638607025, -0.01359380129724741, -0.015442447736859322, 0.004437444731593132, -0.023712705820798874, -0.016081828624010086, -0.013461755588650703, 0.035026974976062775, 0.00550771364942193, -0.011210021562874317, 0.004965629428625107, 0.03894665837287903, 0.011071025393903255, -0.004016982391476631, -0.003222967963665724, 0.028299570083618164, -0.00023086354485712945, -0.02578374370932579, 0.024880271404981613, -0.027924280613660812, 0.013037817552685738, -0.011932800523936749, -0.008513500913977623, 0.007881068624556065, -0.010911180637776852, -0.033192228525877, 0.013253261335194111, 0.026172932237386703, -0.001810421934351325, -0.0159150343388319, 0.006564082577824593, -0.02529725804924965, -0.007839370518922806, -0.02494976855814457, 0.029216943308711052, 0.0010763497557491064, -0.03616673871874809, 0.0034731607884168625, -0.005750956479460001, 0.012780675664544106, 0.011710407212376595, 0.002293432829901576, -0.004215051420032978, 0.05721072480082512, -0.0009243229287676513, -0.00585172837600112, 0.0014959436375647783, 0.01553974486887455, -0.05404161661863327, 0.0192092377692461, 0.0027364823035895824, -0.016776807606220245, 0.008430102840065956, -0.0016549202846363187, -0.026798414066433907, -0.024435482919216156, 0.01684630662202835, 0.027979880571365356, 0.012155193835496902, 0.004402696155011654, 0.0024202666245400906, -0.004288024269044399, 0.004406170919537544, 0.005969875026494265, -0.02613123320043087, 0.013962140306830406, -0.01965402439236641, -0.022809231653809547, 0.015206154435873032, -0.024699576199054718, 0.0019615800119936466, -0.035721953958272934, 0.01930653490126133, -0.010591489262878895, -0.012544382363557816, -0.04317213594913483, -0.0018625453813001513, -0.007630876265466213, -0.019237035885453224, 0.0013847468653693795, -0.01366329938173294, -0.006355588790029287, 0.01282932423055172, 0.012905771844089031, 0.016415419057011604, -0.001039863214828074, -0.010438594035804272, 0.003481847932562232, 0.011571411043405533, 0.00015322129183914512, -0.012891871854662895, 0.005931651219725609, -0.03964163735508919, -0.015498045831918716, -0.026881812140345573, -0.013955190777778625, -0.021002285182476044, 0.034304194152355194, 0.0071096415631473064, -0.036194540560245514, -0.029578333720564842, -0.012933570891618729, -0.0211968794465065, -0.021224677562713623, -0.02860536240041256, 0.006021998357027769, 0.011571411043405533, 0.02602003701031208, -0.009006936103105545, 0.018861746415495872, -0.011800753884017467, 0.04764780402183533, -0.010035505518317223, -0.008548249490559101, 0.026562120765447617, -0.014497275464236736, 0.02646482363343239, -0.021961355581879616, -0.045507267117500305, -0.013322759419679642, 0.003405400086194277, 0.0036347433924674988, -0.004072580486536026, 0.03705631569027901, 0.0007027981337159872, 0.015428547747433186, -0.011411565355956554, 0.0033845508005470037, -0.004381846636533737, 0.015081058256328106, 0.017610784620046616, -0.023948997259140015, 0.013607701286673546, 0.032775238156318665, 0.002260421169921756, -0.015706539154052734, 0.0014047275763005018, 0.008311956189572811, -0.0014055962674319744, 0.0036799171939492226, -0.0022395718842744827, 0.007206938695162535, 0.017930474132299423, -0.007672575302422047, 0.019223136827349663, 0.018792249262332916, -0.02378220297396183, 0.003222967963665724, 0.00412122905254364, -0.0004080833459738642, -0.008388403803110123, 0.03235825151205063, 0.010549791157245636, -0.006011573597788811, 0.007255587261170149, -0.003485322929918766, 0.008784542791545391, -0.0025505751837044954, -0.0021474871318787336, -0.007755972445011139, 0.004552116617560387, 0.0033776010386645794, -0.01787487603724003, -0.027882583439350128, 0.006313889753073454, -0.014226232655346394, -0.019515028223395348, -0.018069470301270485, -0.026270229369401932, 0.006984545383602381, 0.016874104738235474, -0.005399991758167744, -0.010556740686297417, -0.005587636027485132, 0.008416203781962395, 0.004062155727297068, 0.0002358587080379948, -0.02709030546247959, 0.01826406456530094, 0.014010789804160595, -0.01919533684849739, 0.017471788451075554, 0.21850159764289856, 0.016749009490013123, 0.006758676841855049, 0.02756289206445217, -0.019681822508573532, -0.020918887108564377, 0.019709622487425804, 0.0037528900429606438, -0.017569085583090782, 0.006407712120562792, -0.008089562878012657, 0.010035505518317223, 0.0077281733974814415, -0.0023055949714034796, 0.02247564122080803, -0.05098370462656021, -0.016568314284086227, -0.029745128005743027, -0.009410024620592594, -0.007714273873716593, 0.003136095590889454, 0.008527399972081184, -0.02670111693441868, -0.010904230177402496, 0.016804607585072517, 0.024671776220202446, -0.008874889463186264, 0.006783001124858856, 0.033136628568172455, 0.007401532959192991, -0.0198903176933527, -0.006261766422539949, 0.009222379885613918, -0.016860205680131912, 0.014344379305839539, -0.013475654646754265, 0.0275350920855999, -0.006946321576833725, 0.014928162097930908, -0.002882428001612425, 0.006480684969574213, -0.009340526536107063, 0.011147473007440567, -0.018986843526363373, -0.005542462691664696, 0.02614513412117958, -0.011585310101509094, -0.010911180637776852, 0.0015089744701981544, 0.0035652455408126116, -0.05165088549256325, -0.015706539154052734, 0.013524303212761879, 0.00756832817569375, -0.005775280762463808, 0.01013280265033245, -0.02745169587433338, 0.02483857236802578, -0.02482467330992222, 0.03121848590672016, -0.01661001332104206, -0.007206938695162535, -0.018389161676168442, 0.026631619781255722, -0.020904988050460815, 0.01943163014948368, -0.0262285303324461, -0.008624697104096413, 0.006230492610484362, -0.026186833158135414, -0.0018469083588570356, -0.0004825764917768538, -0.0008152980008162558, 0.01101542729884386, -0.0179026760160923, -0.028521964326500893, -0.004329723306000233, 0.027104206383228302, 0.024657877162098885, 0.042810745537281036, -0.0051046255975961685, -0.013746697455644608, -0.0033359022345393896, -0.015706539154052734, -0.005222771782428026, -0.015831636264920235, 0.04064241051673889, -0.006616205908358097, 7.004091457929462e-05, -0.006567557342350483, 0.00608802167698741, -0.010869481600821018, -0.019501129165291786, -0.016512716189026833, -0.013058667071163654, 0.011925850063562393, 0.031385280191898346, 0.01708259992301464, 0.011210021562874317, -0.01929263398051262, -0.015928933396935463, 0.08762302994728088, -0.016971401870250702, 0.008395354263484478, -0.025338957086205482, -0.017277194187045097, -0.00982006173580885, 0.028521964326500893, -0.02365710586309433, -0.016860205680131912, 0.005671033635735512, -0.02450498193502426, 0.007908868603408337, -0.01490036305040121, 0.01577603816986084, 0.020682593807578087, 0.001568047795444727, -0.01694360375404358, 0.028091076761484146, 0.0008635121630504727, 0.0163459200412035, -0.023921199142932892, 0.006567557342350483, 0.02674281597137451, -0.0029206518083810806, -0.017610784620046616, 0.008721994236111641, -0.02813277579843998, -0.0019268309697508812, -0.010758284479379654, 0.018639354035258293, 0.00600462406873703, 0.021961355581879616, 0.00309092178940773, 0.007401532959192991, 0.0008821897790767252, 0.021488770842552185, 0.0069984449073672295, 0.001385615672916174, 0.016693411394953728, -0.009180680848658085, -0.013468705117702484, 0.010973728261888027, -0.004882231820374727, 0.008339755237102509, -0.01294052042067051, 0.010855581611394882, 0.0030196865554898977, -0.00906948372721672, -0.008999986574053764, -0.022698035463690758, -0.006511959247291088, -0.0047258613631129265, 0.009187630377709866, 0.024866370484232903, -0.017124298959970474, -0.01672120951116085, -0.02317062020301819, 0.028521964326500893, 0.001085036899894476, -0.035972144454717636, 0.0003003615129273385, 0.01282932423055172, 0.007693424355238676, -2.0917257643304765e-05, -0.00824245810508728, -0.17835956811904907, 0.01990421675145626, -0.013802295550704002, -0.014358279295265675, 0.026798414066433907, -0.00882624089717865, -0.019139738753437996, 0.019695723429322243, -0.014872564002871513, -0.004882231820374727, 0.02437988482415676, -0.023379115387797356, -0.023712705820798874, -0.032441649585962296, -0.010695736855268478, 0.008457901887595654, -0.006567557342350483, 0.00641466211527586, 0.019570626318454742, 0.010695736855268478, 0.0402810201048851, -0.0001404076028848067, -0.007818521000444889, -0.03271964192390442, 0.0060914964415133, -0.0026044361293315887, -0.028410768136382103, 0.010751334950327873, -0.04211576655507088, -0.013225462287664413, 0.0011458476074039936, 0.025033166632056236, 0.027604591101408005, -0.002547100419178605, 0.004781459923833609, 0.008798441849648952, 1.985850030905567e-05, 0.008513500913977623, -0.02425478957593441, 0.01658221334218979, 0.018569855019450188, 0.022767532616853714, 0.008548249490559101, 0.042143564671278, 0.0222532469779253, 0.02518606185913086, 0.020877188071608543, 0.0018625453813001513, 0.011077974922955036, -0.03811268135905266, -0.004041306674480438, -0.021224677562713623, 0.015053259208798409, -0.0015532794641330838, -0.004562541376799345, 0.014858664944767952, -0.00550423888489604, 0.02426868863403797, 0.0005946419551037252, -0.013343608938157558, 0.014469475485384464, -0.035972144454717636, 0.027340497821569443, -0.023476412519812584, -0.006869873497635126, -0.015359049662947655, -0.018403060734272003, 0.010799983516335487, -0.02472737431526184, 0.03283083811402321, 0.026937410235404968, -0.0021874483209103346, -0.010049405507743359, -0.004576440900564194, 0.009840911254286766, 0.015122756361961365, -0.033470217138528824, 0.003846712177619338, 0.016401519998908043, 0.0007796802674420178, -0.0036277936305850744, -0.003968333825469017, -0.006352114025503397, -0.007471031043678522, -0.02836906909942627, 0.005059451796114445, -0.007008869666606188, 0.000584651599638164, 0.00485790753737092, 0.006803850643336773, 0.022767532616853714, -0.012127394787967205, -0.0066579049453139305, -0.013079516589641571, 0.039836231619119644, -0.020307304337620735, 0.022906528785824776, 0.0144833754748106, 0.0050976756028831005, 0.018097270280122757, 0.021016184240579605, -0.009993807412683964, 0.007881068624556065, 0.01861155405640602, 0.006258291658014059, 0.009166780859231949, -9.786725058802404e-06, -0.0010537628550082445, 0.021711163222789764, -0.021238576620817184, -0.033136628568172455, 0.019487228244543076, 0.019681822508573532, -0.0011892839102074504, 0.007929717190563679, 0.0524570606648922, 0.01626252382993698, -0.018625454977154732, 0.0047258613631129265, -0.01613742671906948, 0.016999201849102974, -0.00905558466911316, 0.0049621546640992165, 0.0029623506125062704, -0.003968333825469017, -0.007790721487253904, -0.09123692661523819, -0.008444002829492092, 0.006289565470069647, -0.008617747575044632, -0.0009894772665575147, 0.022114252671599388, 0.005278370343148708, 0.032330453395843506, 0.01101542729884386, 0.01987641677260399, -0.01658221334218979, -0.01952892728149891, -0.024157492443919182, -0.021405372768640518, -0.0002569252683315426, -0.009076434187591076, -0.01341310702264309, -0.011223920620977879, -0.010925079695880413, 0.012572181411087513, -0.017124298959970474, -0.027173703536391258, -0.0017278931336477399, 0.002055402146652341, -0.02835516817867756, 0.010702686384320259, -0.032914236187934875, 0.009486472234129906, 0.016429318115115166, -0.021933557465672493, -0.0008404909749515355, -0.02000151388347149, -0.0156648401170969, -0.012162143364548683, -0.011314268223941326, 0.0159150343388319, 0.00747798103839159, -0.022281046956777573, 0.027854783460497856, -0.014288781210780144, 0.0032021186780184507, -0.006223542615771294, 0.006355588790029287, -0.019153637811541557, 0.004520842339843512, -0.0018521207384765148, -0.016318121924996376, 0.014358279295265675, -0.01112662348896265, -0.005403466522693634, -0.04039221629500389, -0.007603077217936516, -0.007818521000444889, -0.010834732092916965, 0.02980072610080242, 0.006873348727822304, 0.0031204584520310163, 0.006258291658014059, -0.029272541403770447, 0.0012544381897896528, 0.004187252372503281, -0.02941153757274151, -0.024185290560126305, -0.00016147417773026973, 0.009694965556263924, 0.02672891691327095, -0.03199686110019684, -0.036555927246809006, 0.04178217425942421, -0.015289551578462124, 0.0012996118748560548, 0.0030579103622585535, -0.033498018980026245, 0.003209068439900875, -0.02955053374171257, -0.006730877794325352, 0.0026200732681900263, 0.0018608079990372062, 0.0033741260413080454, -0.029717329889535904, 0.008124311454594135, -0.011216971091926098, -0.002769493730738759, -0.03308102861046791, 0.01577603816986084, 0.0003194734454154968, 0.013545152731239796, 0.015525844879448414, 0.018778350204229355, -0.017986072227358818, 0.020529698580503464, 0.010243999771773815, -0.005372192710638046, -0.008847090415656567, 0.0038328126538544893, 0.0026513473130762577, -0.03802928701043129, -0.013322759419679642, -0.0025783744640648365, 0.027826983481645584, -0.015637042000889778, -0.008673345670104027, -0.06499449163675308, 0.012231641449034214, -0.0003854965034406632, -0.002606173511594534, -0.003572195302695036, -0.0001539814256830141, 0.010021606460213661, -0.009312727488577366, -0.003040535841137171, 0.013086466118693352, -0.011759055778384209, 0.024407684803009033, 0.012481833808124065, -0.010174501687288284, -0.02168336510658264, -0.007436282001435757, 0.014372178353369236, -0.0049621546640992165, 0.015581442974507809, 0.009861760772764683, -0.0072416877374053, -0.024630077183246613, 0.0010824308265000582, 0.008437052369117737, 0.0011936274822801352, 0.027618490159511566, -0.037250909954309464, 0.010334347374737263, 0.004465244244784117, -0.011216971091926098, 0.01289882231503725, -0.00806871335953474, 0.0048683322966098785, -0.006730877794325352, -0.0010937241604551673, 0.00806871335953474, 0.007304235827177763, 0.02729880064725876, 0.03355361521244049, 0.011147473007440567, -0.02378220297396183, -0.032219257205724716, 0.0051046255975961685, -0.03169107064604759, -0.03683391958475113, 0.008277207612991333, -0.02529725804924965, 0.006772576365619898, 0.0024619654286652803, 0.017860976979136467, 0.027632389217615128, 0.02387950010597706, -0.06721843034029007, -0.020098811015486717, 0.0013656349619850516, -0.05765550956130028, 0.004903081338852644, 0.01047334261238575, -0.0013256736565381289, -0.010577590204775333, 0.0379180870950222, -0.0022795330733060837, -0.0005711863632313907, -0.0198903176933527, 0.021961355581879616, 0.006018523592501879, -0.029939722269773483, -0.0026252856478095055, 0.025700347498059273, -0.032552845776081085, -0.013030868023633957, -0.024991467595100403, 0.006849024444818497, -0.008152111433446407, 0.01348260510712862, -0.024671776220202446, 0.007078367751091719, 0.021572167053818703, -0.018903445452451706, 0.023017724975943565, 0.01661001332104206, 0.009966007433831692, 0.012850173749029636, 0.03497137501835823, 0.01341310702264309, -0.0012110020034015179, -0.005688408389687538, -0.00017265899805352092, -0.007345934864133596, 0.008569099009037018, -0.029050149023532867, 0.017471788451075554, -0.0018191091949120164, -0.005479914601892233, 0.01400383934378624, 0.0027382196858525276, 0.015623142011463642, 0.03224705532193184, 0.016888005658984184, -0.00617836881428957, 0.018792249262332916, 0.019389931112527847, 0.004329723306000233, -0.012398436665534973, -0.026311928406357765, 0.023615408688783646, -0.030940493568778038, -0.048676371574401855, -0.002953663468360901, 0.02721540257334709, 0.006438986398279667, 0.0018521207384765148, 0.006855973973870277, -0.004089955240488052, -0.03374820947647095, 0.022322745993733406, 0.001810421934351325, -0.013454806059598923, -0.010063305497169495, 0.022447841241955757, 0.0095420703291893, 0.0059142764657735825, 0.010438594035804272, -0.053986016660928726, 0.026395326480269432, -0.013433956541121006, 0.006696128752082586, -0.01952892728149891, 0.010278748348355293, -0.007707323879003525, -0.013586851768195629, 0.005201922729611397, 0.013642449863255024, -0.014580672606825829, -0.0015159243484959006, -0.0016349395737051964, -0.013531253673136234, 0.0027886058669537306, 0.027145903557538986, 0.08473191410303116, 0.01811116933822632, -0.0024932394735515118, -0.030301112681627274, 0.007436282001435757, 0.0049795289523899555, -0.0031934313010424376, 0.01265557948499918, -0.0011649596272036433, -0.03146867826581001, 0.030440106987953186, 0.0209466852247715, 0.007262537255883217, -0.022517340257763863, -0.002494976855814457, 0.005657134111970663, -0.03249724581837654, 0.013385307975113392, 0.00029992713825777173, -0.006595356855541468, 0.013864843174815178, -0.01324631180614233, 0.014608471654355526, -0.0336926132440567, -0.01537294965237379, 0.007686474826186895, 0.01389264315366745, -0.002216984983533621, -0.02105788327753544, -0.04167097806930542, 0.006140145007520914, 0.0243659857660532, -0.009145932272076607, -0.00964631699025631, -0.022447841241955757, 0.006386862602084875, -0.013920442201197147, -0.00583087932318449, 0.01801387220621109, 0.009090333245694637, -0.004016982391476631, 0.02789648249745369, -0.006101921200752258, -0.03002312034368515, -0.017596883699297905, -6.911789387231693e-05, 0.01441387739032507, -0.008854040876030922, -0.0025314632803201675], \"8df58b84-a12f-487b-928a-ec6865a4b2e5\": [-0.007999476976692677, -0.0022566092666238546, 0.0018225160893052816, -0.037375934422016144, -0.03005209006369114, 0.023701153695583344, -0.032700564712285995, 0.00222451682202518, -0.00658402917906642, -0.04715907946228981, 0.025755073875188828, 0.0010193591006100178, -0.0045942943543195724, -0.003366334130987525, 0.011208727024495602, 0.0023680885788053274, 0.010472288355231285, -0.042835038155317307, -0.005800296552479267, -0.0031484428327530622, -0.016566485166549683, 0.023579539731144905, -0.03761916235089302, 0.012141098268330097, -0.05229387804865837, 0.017296167090535164, 0.030970949679613113, -0.032106008380651474, 0.010634439997375011, -0.02580912411212921, 0.028592726215720177, -0.021701283752918243, -0.009283177554607391, -0.0016240492695942521, -0.009506135247647762, 0.0028190724551677704, -0.001969465985894203, 0.01779613457620144, -0.005840834695845842, -0.016552971675992012, 0.02378222905099392, 0.00026370742125436664, -0.0015666205435991287, -0.00820216629654169, 0.0028089380357414484, 0.03121417574584484, 0.0032210731878876686, 0.0006887218914926052, -0.015728702768683434, 0.01778262108564377, 0.013580193743109703, 0.004945622757077217, -0.019633851945400238, -0.015012532472610474, 0.009891245514154434, -0.007033324334770441, -0.00502669857814908, 0.025282131507992744, -0.013296428136527538, -0.0089656300842762, -0.008803478442132473, 0.013782883062958717, -0.027836019173264503, 0.0007254593656398356, -0.023593053221702576, -0.016309745609760284, -0.020904039964079857, 0.030862847343087196, 0.012715385295450687, -0.01005339715629816, 0.01039796881377697, -0.0024913912639021873, 0.012215417809784412, 0.011093869805335999, 0.021471569314599037, -0.022444479167461395, 0.004357823170721531, -0.02751171588897705, 0.0012862335424870253, -0.0040875705890357494, -0.007263038773089647, -0.0032396530732512474, 0.00032388087129220366, 0.017701545730233192, 0.012796460650861263, 0.006668482907116413, -0.0013943345984444022, 0.01439095102250576, -0.0034524770453572273, -0.008877797983586788, 0.014850380830466747, 0.025457795709371567, -0.003722729627043009, 0.007695442996919155, -0.0021400628611445427, 0.029268357902765274, -0.00469563901424408, 0.03197088465094566, -0.0010776323033496737, -0.012857267633080482, -0.003389981109648943, 0.016161106526851654, -0.022984985262155533, -0.010499313473701477, -0.048807621002197266, -0.023539002984762192, 0.006080683786422014, -0.01033040601760149, -0.0038612340576946735, -0.0016730325296521187, -0.0011679979506880045, 0.03375454992055893, -0.00034309414331801236, -0.0212553683668375, -0.008972386829555035, -0.008438637480139732, 0.01560708787292242, -0.013769370503723621, -0.025011878460645676, -0.00856025144457817, 0.019133884459733963, 0.011485735885798931, 0.00523952255025506, 0.0005954002845101058, 0.03775428980588913, 0.005850968882441521, -0.0073306020349264145, -0.020620273426175117, 0.018269076943397522, -0.013296428136527538, -0.022471504285931587, -0.02491729147732258, 0.027146873995661736, 0.01568816415965557, -0.023984918370842934, -0.004009873140603304, -0.005313842091709375, 0.019768977537751198, -0.00119502330198884, -0.0381866954267025, 0.003915284760296345, 0.02209315076470375, -0.018012335523962975, -0.0009712203172966838, 0.001105502131395042, 0.01709347777068615, 0.008634570986032486, 0.007938669994473457, 0.02180938608944416, 0.019836541265249252, -0.004398361314088106, 0.007283307611942291, -0.004476058762520552, -0.004871303215622902, -0.018633916974067688, -0.0073508708737790585, -0.013836933299899101, 0.026417192071676254, 0.02766035497188568, -0.005604363512247801, 0.0006663415697403252, 0.017485342919826508, -0.021593183279037476, 0.019755465909838676, 0.03061962127685547, 0.022566093131899834, 0.012350544333457947, 0.012005971744656563, 0.0001473721204092726, 0.011573567986488342, 0.004428764805197716, 0.026309091597795486, -0.03524094074964523, -0.004540243651717901, -0.0005932889180257916, 0.02563345991075039, -0.00569895189255476, 0.000236893305554986, -0.04659155011177063, 0.003705838927999139, 0.000834404956549406, -0.016877274960279465, 0.02236340381205082, 0.018282588571310043, -0.01310049556195736, 0.01389098446816206, 0.023012010380625725, 0.011411416344344616, -0.008512957021594048, -0.01154654286801815, -0.0036247631069272757, 0.018877144902944565, -0.00825621746480465, 0.01480984315276146, -0.626986026763916, -0.00012446400069165975, 0.022444479167461395, -0.0446997806429863, 0.008553494699299335, 0.023998431861400604, -0.0027126604691147804, 0.005766515154391527, -0.020552711561322212, 0.021295905113220215, 0.005560447461903095, 0.034700434654951096, 0.01707996428012848, -0.01753939501941204, -0.02991696447134018, -0.03348429873585701, 0.0032447203993797302, 0.007040080614387989, 0.00968855619430542, -0.005499640479683876, -0.013350479304790497, 0.0003342264681123197, -0.0006152469431981444, -0.00295588793233037, 0.009316958487033844, 0.022336378693580627, 0.015134146437048912, -0.007607610896229744, -0.014363925904035568, 0.013701807707548141, -0.016323257237672806, 0.0009247706620953977, 0.030565569177269936, 0.01839069090783596, 0.032835692167282104, -0.005384783260524273, 0.00904670637100935, 0.023403875529766083, 0.004307150840759277, 0.03402480483055115, -0.041970230638980865, -0.017890723422169685, 0.05367216840386391, 0.03721378371119499, 0.007283307611942291, 0.03291676938533783, 0.046078070998191833, -0.0019475078443065286, -0.03375454992055893, 0.030160190537571907, -0.020755400881171227, -0.023998431861400604, 0.01964736543595791, -0.018309613689780235, -0.005128043238073587, -0.00783056952059269, 0.02606586366891861, -0.0007461505592800677, 0.004445655271410942, -0.0045537566766142845, 0.0054219430312514305, 0.0037362424191087484, 0.0002949553891085088, -0.05396944656968117, -0.009296690113842487, 0.016715124249458313, 0.0013842000626027584, -0.006925222929567099, 0.012519451789557934, -0.0035538217052817345, 0.027106337249279022, 0.030025064945220947, 0.006526600569486618, -0.030673671513795853, 0.011080357246100903, 0.03829479590058327, 0.009864220395684242, -0.013647756539285183, -0.005290194880217314, 0.005513153038918972, 0.007080618292093277, 0.013580193743109703, 0.005036833230406046, -0.022430965676903725, -0.001586045022122562, 0.0038375870790332556, -0.018566355109214783, -0.020458122715353966, 0.04005143791437149, 0.015053070150315762, 0.00233092880807817, 0.014580128714442253, -0.012816729955375195, -0.048510342836380005, -0.02206612564623356, 0.009857463650405407, -0.018687967211008072, -0.038375869393348694, -0.019620340317487717, 0.002439029747620225, -0.019863566383719444, 0.0011857333593070507, 0.009877732954919338, 0.00798596441745758, 0.029538610950112343, 0.0010311825899407268, -0.0002736307797022164, -0.003786914749071002, 0.012215417809784412, -0.030835822224617004, -0.0020116928499192, -0.015417911112308502, 0.0018698102794587612, 0.025390231981873512, 0.017147528007626534, -0.026727983728051186, 0.03007911518216133, 0.0024592988193035126, 0.0035267965868115425, -0.01103306282311678, 0.010573633015155792, 0.001009224564768374, 0.015931392088532448, -0.012539721094071865, 0.0336734764277935, 0.03221411257982254, 0.017323192209005356, -0.00609419634565711, 0.021620208397507668, -0.00655024778097868, 0.0016417845617979765, -0.02220125123858452, 0.0179312601685524, -0.017985310405492783, 0.026957698166370392, 0.02164723351597786, 0.010553364641964436, 0.008181897923350334, 0.01003312785178423, -0.019890591502189636, -0.02622801624238491, -0.014971994794905186, 0.00021535754785872996, -0.02009328082203865, -0.01289780531078577, -0.03588954731822014, -0.011350609362125397, -0.00798596441745758, 0.0012490737717598677, 0.0033849140163511038, 0.001364775700494647, 0.005158446729183197, 0.008438637480139732, 0.03715973347425461, 0.015120633877813816, -0.0011527963215485215, 0.012228930369019508, -0.02805222012102604, -0.02366061508655548, -0.00027215282898396254, -0.022120175883173943, 0.014296363107860088, -0.018296102061867714, -0.01374910119920969, -0.01897173374891281, -0.02934943325817585, 0.007871107198297977, 0.011884358711540699, 0.0006165137747302651, -0.03732188418507576, 0.031862784177064896, -0.002536996267735958, -0.025606434792280197, 0.021971536800265312, -0.0016063139773905277, 0.03164657950401306, -0.01622866839170456, -0.006529978476464748, 0.0007820434984751046, -0.003938931971788406, -0.004185537341982126, -0.015377373434603214, -0.02649826742708683, 0.002430584514513612, 0.024755138903856277, 0.027606304734945297, -0.0017194822430610657, 0.006134734023362398, -0.011553298681974411, 0.0036821917165070772, -0.005330732557922602, -0.0003496393037494272, -0.009546673856675625, 0.023025522008538246, -0.01824205182492733, 0.0125464778393507, -0.005205740686506033, -0.004786849487572908, -0.007952183485031128, 0.01440446451306343, 0.02907918021082878, 0.01012095995247364, 0.001004157355055213, -0.0029998039826750755, -0.01103306282311678, -0.02191748656332493, 0.004009873140603304, -0.03088987246155739, 0.015931392088532448, 0.003786914749071002, 0.004692261107265949, -0.022903908044099808, -0.02352548949420452, -0.02637665532529354, -0.016161106526851654, 0.022471504285931587, 0.007749493699520826, 0.024322735145688057, -0.006479306146502495, -0.0020437852945178747, 0.04313231632113457, 0.0004180470132268965, 0.005638144910335541, -0.025255106389522552, -0.011945165693759918, 0.02220125123858452, 0.02136346884071827, -0.005219253711402416, -0.012904562056064606, -0.048104964196681976, -0.0022633655462414026, 0.026876622810959816, 0.0007858439348638058, 0.01568816415965557, -0.005850968882441521, 0.014066648669540882, 0.01047904510051012, -0.027160387486219406, 0.02094457671046257, -0.008918335661292076, 0.006063792854547501, 0.015053070150315762, 0.03407885506749153, -0.02122834324836731, 0.0006494508124887943, 0.0008272263221442699, 0.030268292874097824, -0.01203975360840559, -0.033430248498916626, 0.018552841618657112, 3.979892062488943e-05, 0.009850707836449146, 0.0064556594006717205, 0.004253100603818893, 0.01566113904118538, -0.011735719628632069, 0.00048349882126785815, 0.016890788450837135, 0.028538675978779793, 0.02421463467180729, -0.0024052481167018414, 0.01432338822633028, -4.14088208344765e-05, -0.01203975360840559, -0.006779962219297886, -0.017566420137882233, 0.0014323388459160924, -0.013607218861579895, -0.017134014517068863, 0.0022768783383071423, -5.2678144129458815e-05, -0.01161410566419363, 0.0035436872858554125, 0.005546934902667999, 0.01636379584670067, 0.013215352781116962, 0.024403810501098633, -0.027754943817853928, -0.019606826826930046, 0.01780964620411396, -0.026187477633357048, -0.02279580757021904, 0.014512564986944199, 0.03891637548804283, 0.007513022515922785, -0.005340867210179567, -0.0023917355574667454, 0.004324041772633791, -0.012350544333457947, -0.03405182808637619, -0.009715581312775612, 0.017336705699563026, 0.02436327189207077, -0.01303968857973814, 0.008729158900678158, -0.004030141979455948, 0.0073508708737790585, -0.02464703842997551, -0.0054624807089567184, -0.02053919807076454, 0.022687707096338272, -0.013343722559511662, -0.016431357711553574, -0.0038342089392244816, 0.04505110904574394, 0.017836671322584152, -0.028160322457551956, -0.01867445558309555, 0.00811433419585228, -0.05426672473549843, 0.01922847330570221, 0.009925027377903461, -0.0015733769396319985, -0.012938343919813633, -0.0008183586760424078, 0.004351066891103983, -0.003594359615817666, 0.002927173627540469, 0.027106337249279022, 0.00743870297446847, -0.007884619757533073, -0.025187542662024498, -0.02010679431259632, 0.014363925904035568, 0.0546991266310215, 0.010600658133625984, -0.004746311344206333, 0.002209315076470375, -0.03578144684433937, 0.01797179877758026, -0.015701675787568092, -0.005563825368881226, 0.023295775055885315, -0.0004801206523552537, -0.012485670857131481, 0.022849857807159424, 0.008979142643511295, 0.010384456254541874, 0.016552971675992012, -0.01331669744104147, 0.0044828150421381, -0.007242769934237003, 0.0037734019570052624, -0.024552449584007263, 0.0009095689165405929, -0.016566485166549683, 0.022701218724250793, 0.024863239377737045, 0.011884358711540699, -0.015566550195217133, 0.023687642067670822, 0.032403286546468735, 0.007600854616612196, 0.005405052099376917, -0.02066081203520298, 0.008871042169630527, -0.006428633816540241, -0.0009923337493091822, -0.04207833111286163, 0.0513479970395565, 0.005685439333319664, -0.006502953357994556, -0.007904889062047005, 0.005800296552479267, 0.006972517352551222, 0.016053004190325737, 0.012418107129633427, -0.026187477633357048, 0.008830503560602665, -0.01502604503184557, -0.0026214502286165953, 0.022160714492201805, 0.0067968531511723995, 0.004864546936005354, 0.008431881666183472, -0.011195214465260506, -0.032565440982580185, 0.001599557581357658, 0.021309418603777885, -0.015228734351694584, 0.021552644670009613, 0.004249722231179476, -0.01253296434879303, -0.04229453206062317, -0.02122834324836731, -0.01340452954173088, 0.007931914180517197, -0.008452150039374828, 0.0011578635312616825, 0.008695377968251705, -0.009168319404125214, -0.013816664926707745, -0.025863174349069595, 0.0303493682295084, 0.003807183587923646, -0.020971601828932762, -0.0097561189904809, -0.012789704836905003, 0.019552776589989662, 0.010175011120736599, 0.02007976919412613, -0.02025543339550495, 0.017715059220790863, 0.006465793587267399, -0.009066974744200706, -0.04340256750583649, -0.0030994596891105175, 0.003715973347425461, 0.0052733039483428, -0.01852581650018692, -0.018917683511972427, -0.013850445859134197, -0.0037497549783438444, 0.028971079736948013, -0.0180934127420187, -0.004546999931335449, -0.00506047997623682, -0.0019289279589429498, -0.011026306077837944, 0.025241592898964882, 0.01316805835813284, 0.003268367378041148, -0.004226075019687414, 0.007269795052707195, -0.01082361675798893, 0.017850184813141823, -0.004918597638607025, -0.01653946004807949, 0.022295840084552765, 0.013127520680427551, -0.016066517680883408, -0.002844408620148897, 0.022012075409293175, -0.011006037704646587, 0.018282588571310043, 0.015890853479504585, 0.013985572382807732, 0.0020268945954740047, 0.005347623489797115, -0.0250929556787014, 0.009303445927798748, 0.020336508750915527, 0.024620013311505318, -0.006266482174396515, -0.005246278829872608, -0.02025543339550495, 0.018836606293916702, 0.01839069090783596, -0.011999215930700302, -0.002957576885819435, 0.0006220032810233533, -0.040267638862133026, -0.03748403862118721, 0.009006167761981487, -0.011573567986488342, -0.00027848687022924423, -0.021606696769595146, 0.0027160386089235544, -0.04583484306931496, -0.012884292751550674, -0.011343853548169136, 0.01564762555062771, -0.017579931765794754, -0.002320794388651848, -0.0008306045201607049, 0.014944969676434994, 0.020552711561322212, -0.003813939867541194, 0.018039362505078316, -0.03607872501015663, -0.008222435601055622, -0.0036382756661623716, -0.0017152595100924373, 0.03656517714262009, 0.008776453323662281, 0.008350805379450321, 0.014566615223884583, 0.012985637411475182, -0.012323519214987755, 0.007175206672400236, 0.017633982002735138, -0.022579604759812355, 0.03686245530843735, 0.02093106508255005, 0.02378222905099392, 0.005307085812091827, -0.03132227808237076, 0.007513022515922785, 0.011870846152305603, -0.02239042893052101, 0.01062768418341875, 0.027700891718268394, 0.0007047681137919426, 0.002021827269345522, -0.009283177554607391, 0.010492557659745216, 0.006621188949793577, -0.006036767736077309, 0.005151690449565649, 0.012641065753996372, -0.00438484875485301, 0.006719155702739954, 0.006023255176842213, -0.033403221517801285, -0.0063103982247412205, -0.00701305503025651, -0.010364187881350517, 0.019566288217902184, -0.0285116508603096, -0.021863436326384544, 0.03318702057003975, -0.028268422931432724, 0.010235817171633244, -0.0033004600554704666, -0.00036674123839475214, -0.007952183485031128, -0.0031906699296087027, 0.015404398553073406, 0.012323519214987755, 0.008100821636617184, -0.007263038773089647, -0.03448423370718956, 0.024322735145688057, 0.01564762555062771, 0.00773598114028573, 0.008756184950470924, 0.007708955556154251, -0.03434910625219345, -0.02734956331551075, 0.017350217327475548, -0.0250929556787014, -0.015350348316133022, 0.03332214802503586, -0.021309418603777885, -0.014823355711996555, -0.0057631367817521095, -0.011424928903579712, -0.019485212862491608, 0.009316958487033844, 0.020431097596883774, -0.010256086476147175, 0.03259246423840523, -0.026038838550448418, -0.014904431067407131, -0.007871107198297977, -0.02436327189207077, 0.02848462574183941, 0.010877667926251888, 0.03915960341691971, 0.026998234912753105, 0.017417781054973602, -0.007256282493472099, -0.020728375762701035, -0.0004131908935960382, -0.0022937690373510122, 0.02067432552576065, 0.006918466649949551, -0.006192163098603487, -0.025160517543554306, 0.0018647429533302784, 0.010208792053163052, -0.0032160060945898294, -0.0212553683668375, 0.0042463443242013454, -0.00776976253837347, 0.009952052496373653, -0.0030031821224838495, -0.006715777330100536, -0.03518689051270485, 0.020268945023417473, 0.004867925308644772, 0.018174488097429276, 0.01039796881377697, -0.005837456323206425, -0.0089656300842762, 0.03372752666473389, -0.01739075593650341, 0.01995815522968769, 0.012060022912919521, -0.0005202362663112581, 0.005908397492021322, 0.0031197285279631615, -0.0043949829414486885, -0.01822853833436966, 0.010134472511708736, 0.011884358711540699, 0.013769370503723621, -0.013607218861579895, 0.001177287893369794, 0.01539088599383831, 0.01318832766264677, 0.010979012586176395, 0.003496393095701933, 0.02206612564623356, 0.0035200403071939945, -0.03675435483455658, 0.01866094209253788, 0.010039884597063065, 0.016863763332366943, -0.013708563521504402, -0.01361397560685873, -0.02449839934706688, -0.005432077217847109, -0.028430573642253876, 0.007810300216078758, 0.02295795828104019, -0.008810235187411308, -0.030295317992568016, 0.0006946336361579597, -0.04248370975255966, -0.004050410818308592, -0.017498856410384178, 0.039835233241319656, 0.009418303146958351, -0.01836366392672062, 0.01509360782802105, 0.018147462978959084, 0.017012402415275574, 0.005837456323206425, 0.012073535472154617, 0.0026957697700709105, 0.03232221305370331, -0.0071279127150774, 0.01318832766264677, 0.007391409017145634, 0.01383017748594284, -0.05299653485417366, -0.008438637480139732, -0.001988045871257782, -0.014823355711996555, 0.013363991864025593, -0.017201578244566917, -0.037267833948135376, -0.02561994642019272, 0.02780899405479431, 0.025430770590901375, -0.007904889062047005, -0.0002267588279210031, 0.01882309466600418, 0.0059692044742405415, 0.0018394067883491516, 0.007945426739752293, -0.035835497081279755, -0.011201970279216766, -0.03364644944667816, -0.01980951614677906, 0.04407820105552673, -0.020836476236581802, 0.009796656668186188, -0.04313231632113457, 0.014728766866028309, 0.011945165693759918, -0.01310049556195736, -0.04407820105552673, -0.017715059220790863, -0.016728635877370834, -0.04002441093325615, 0.00594555726274848, -0.014431489631533623, 0.0028798794373869896, 0.00037033052649348974, 0.007573829498142004, 0.009796656668186188, -0.0015953349648043513, -0.008094065822660923, 0.010249330662190914, 0.008796722628176212, -0.004523353185504675, -0.0006735201459378004, 0.009587211534380913, -0.024579474702477455, -0.014066648669540882, -0.029862914234399796, -0.014593641273677349, -0.028160322457551956, 0.024890264496207237, 0.01994464173913002, -0.02266068197786808, -0.028430573642253876, -0.0026366519741714, -0.0008622747263871133, -0.03434910625219345, -0.03264651447534561, 0.017458317801356316, 0.005084127187728882, 0.012478914111852646, -0.008289998397231102, 0.011938408948481083, 0.013309940695762634, 0.04129459708929062, -0.013546411879360676, -0.01218839269131422, 0.014188261702656746, 0.016755660995841026, 0.020282458513975143, -0.013208596035838127, -0.04013251140713692, -0.018282588571310043, 0.005658414214849472, -0.011897871270775795, -0.0005671082180924714, 0.028890004381537437, -0.011418173089623451, 0.02164723351597786, -0.021863436326384544, 0.0036348975263535976, 0.002238029381260276, 0.01851230300962925, 0.01597192883491516, -0.032430313527584076, 0.0022363404277712107, 0.040808144956827164, 0.015107120387256145, -0.027836019173264503, -0.001471187686547637, -0.010850641876459122, -0.0063036419451236725, 0.005898263305425644, 0.0020116928499192, -0.003270056564360857, 0.0024863239377737045, -0.013222108595073223, 0.03151145577430725, 0.01026959903538227, -0.016039492562413216, 0.00395920081064105, 0.004898328334093094, -0.003150132019072771, -0.027444152161478996, 0.026741495355963707, 0.008425124920904636, -0.0007292598020285368, -0.011370878666639328, -0.014580128714442253, 0.035105813294649124, 0.0005641523166559637, 0.01169518195092678, 0.00010271710198139772, -0.0064556594006717205, -0.002004936570301652, -0.020404072478413582, -0.03864612430334091, 0.00956018641591072, -0.00634080171585083, -0.04383497312664986, -0.020350022241473198, 0.0005451501929201186, -0.011451954022049904, 0.013999084942042828, -0.010506070218980312, -0.01622866839170456, -0.01447202730923891, 0.016850249841809273, 0.011850576847791672, -0.0014095362275838852, -0.02139049395918846, 0.011938408948481083, 0.0033156618010252714, -0.021187804639339447, -0.006665105000138283, 0.18993353843688965, 0.0052564130164682865, 0.0067900968715548515, 0.024147070944309235, -0.024052482098340988, -0.01625569351017475, 0.032106008380651474, -0.012877536937594414, -0.006242835428565741, 0.0006587407551705837, -0.02907918021082878, 0.009648018516600132, -0.022174226120114326, 0.007783275097608566, 0.02291742153465748, -0.025876687839627266, -0.017161041498184204, -0.02136346884071827, -0.007060349453240633, 0.014526077546179295, 0.004084192682057619, -0.0002759532362688333, -0.023268749937415123, -0.00783732533454895, 0.031403351575136185, 0.017498856410384178, -0.0020353400614112616, 0.0073103331960737705, 0.04572674259543419, 0.003057232592254877, -0.006002985872328281, -0.0024812568444758654, 0.001057363348081708, -0.017742084339261055, 0.007263038773089647, -0.00941154733300209, 0.03407885506749153, -0.016579996794462204, 0.027592791244387627, -0.02006625570356846, -0.0026146939489990473, -0.018323127180337906, -0.0034423426259309053, -0.015620600432157516, -0.018904170021414757, 0.025687510147690773, -0.009364252910017967, -0.008553494699299335, -0.013701807707548141, 0.019187934696674347, -0.06188784912228584, -0.03307892009615898, 0.005222631618380547, 0.01453959010541439, -0.010046640411019325, -0.013823420740664005, -0.0024609877727925777, 0.028862979263067245, -0.011776257306337357, 0.017715059220790863, 0.00021166268561501056, -0.010560120455920696, -0.01124926470220089, 0.025538871064782143, -0.02821437269449234, 0.013424797914922237, -0.0245119109749794, -0.013431554660201073, 0.007384652737528086, -0.013931522145867348, 0.004864546936005354, 0.010161498561501503, -0.009289933368563652, 0.015363860875368118, -0.011006037704646587, -0.017890723422169685, 0.0015032801311463118, 0.0219310000538826, -0.006756315007805824, 0.02494431659579277, -0.0020522307604551315, -0.0192554984241724, -0.002820761641487479, -0.02707931213080883, -0.003560578217729926, -0.01879606954753399, 0.03824074566364288, -0.007708955556154251, 0.009141294285655022, -0.01966087706387043, 0.010154741816222668, -0.00798596441745758, -0.021052679046988487, -0.028025195002555847, -0.011154676787555218, 0.013512630015611649, 0.02875487692654133, 0.019417649134993553, 0.0142558254301548, -0.00572935538366437, -0.018174488097429276, 0.07567073404788971, 0.008384587243199348, 0.00047125297714956105, -0.023998431861400604, -0.015728702768683434, -0.008492688648402691, 0.011519517749547958, -0.027160387486219406, -0.009742606431245804, 0.01261404063552618, -0.02991696447134018, 0.00033190398244187236, -0.015053070150315762, 0.016444871202111244, 0.0043882266618311405, -0.0015151037368923426, -0.01553952507674694, 0.01203975360840559, 0.007073862012475729, -0.010870911180973053, -0.007681930437684059, 0.00968855619430542, 0.024106532335281372, 0.00018073142564389855, -0.0330248698592186, 0.0035538217052817345, -0.01432338822633028, -0.009134538471698761, -0.013235621154308319, 0.015634113922715187, -0.0013918009353801608, 0.01246540155261755, 0.012330275028944016, -0.011424928903579712, 0.003379846690222621, 0.007485997397452593, 0.01864743046462536, 0.0027059041894972324, -0.0002909438335336745, -0.015890853479504585, -0.019025783985853195, 0.007952183485031128, -0.001200090511702001, 0.001778600038960576, 0.007681930437684059, 0.0073103331960737705, 0.00789813231676817, -0.008850772865116596, -0.0246740635484457, -0.009810170158743858, -0.0036788135766983032, -0.006040145643055439, -0.008999411948025227, 0.016269207000732422, 0.007864351384341717, -0.012587015517055988, -0.033970754593610764, 0.017715059220790863, -0.011688425205647945, -0.04278098791837692, 0.018471766263246536, 0.012201905250549316, 0.012553233653306961, -0.027025260031223297, -0.004492949694395065, -0.17123205959796906, 0.016039492562413216, 0.00011802437802543864, -0.01966087706387043, 0.020566223189234734, 0.010087179020047188, -0.005874616093933582, 0.013066713698208332, -0.0008901445544324815, -0.022039100527763367, 0.031565506011247635, -0.021012140437960625, -0.011343853548169136, -0.04315934330224991, -0.004036898259073496, -0.010512826032936573, 5.32851590833161e-05, 0.01693132519721985, 0.03275461494922638, 0.01432338822633028, 0.041375674307346344, 0.009702068753540516, 0.01103306282311678, -0.017701545730233192, 0.003712595207616687, -0.017296167090535164, -0.021025652065873146, 0.005171959288418293, -0.018269076943397522, -0.03575441986322403, -0.0014939901884645224, 0.02607937715947628, 0.04013251140713692, 0.014593641273677349, -0.005063858348876238, 0.014904431067407131, -0.0008664974011480808, 0.003469367977231741, -0.02007976919412613, -0.00033654895378276706, 0.01851230300962925, 0.039970360696315765, -0.008431881666183472, 0.008600789122283459, 0.034538283944129944, 0.011897871270775795, 0.026430705562233925, -0.008871042169630527, -0.006239457055926323, -0.03945688158273697, -6.317550855783338e-07, -0.03629492595791817, 0.004756445996463299, 0.012174880132079124, -0.0016468518879264593, 0.014215286821126938, -0.005323976278305054, 0.009289933368563652, -0.013647756539285183, -0.02320118620991707, 0.018620405346155167, -0.03548416867852211, 0.031024999916553497, -0.02978183701634407, 0.0008538293186575174, -0.009742606431245804, -0.03234923630952835, 0.01779613457620144, -0.010776322335004807, 0.017552906647324562, 0.009350740350782871, -0.013296428136527538, 0.010958743281662464, 0.005104396026581526, 0.0045875380747020245, 0.022701218724250793, -0.02463352493941784, 0.004280125722289085, 0.02561994642019272, 0.008702133782207966, 0.010006102733314037, 0.011641130782663822, -0.013668025843799114, -0.006361070554703474, -0.02080945111811161, -0.001993112964555621, -0.0073576271533966064, 0.005722599104046822, -0.019309548661112785, -0.014526077546179295, 0.011701937764883041, -0.005155068356543779, -0.006388096138834953, 0.008033258840441704, 0.028890004381537437, -0.0035436872858554125, 0.028241397812962532, 0.008154872804880142, -0.00018516526324674487, 0.003258232958614826, 0.00947911012917757, 0.010458775795996189, 0.0018309614388272166, 0.007661661598831415, 0.00612459983676672, 0.005263169761747122, 0.008945361711084843, 0.00834404956549406, 0.02521456778049469, -0.005509775131940842, -0.04015953838825226, 0.02039055898785591, 0.02975481189787388, -0.00021789116726722568, -0.0007731758523732424, 0.04540243744850159, 0.012141098268330097, -0.0210932157933712, -0.003972713369876146, -0.016579996794462204, 0.04318636655807495, -0.006543491501361132, 0.0196743905544281, 0.007148181553930044, -0.0049287318252027035, -0.019269011914730072, -0.09150753170251846, 0.0038477214984595776, 0.016025979071855545, -0.0010784767800942063, 0.013438311405479908, 0.008533226326107979, -0.008175141178071499, 0.005475993268191814, -0.03437613323330879, 0.026687445119023323, -0.011958678252995014, -0.008925092406570911, -0.026241527870297432, -0.01768803410232067, 0.008465662598609924, -0.0020623651798814535, -0.017012402415275574, -0.01880958117544651, -0.016769174486398697, 0.027727916836738586, -0.012174880132079124, -0.019620340317487717, 0.021309418603777885, -0.006317154970020056, -0.007425190415233374, -0.001064119627699256, -0.021431032568216324, 0.0015514189144596457, 0.0088372603058815, 0.0025842906907200813, -0.0042463443242013454, -0.0030876360833644867, 0.0009577076998539269, -0.011816794984042645, -0.010310136713087559, -0.0009712203172966838, 0.023768717423081398, -0.0246740635484457, 0.029106205329298973, -0.002665366278961301, 0.01069524697959423, 0.0005117908585816622, 0.03078177198767662, -0.023430900648236275, 0.011999215930700302, -0.0015750660095363855, -0.0037700238171964884, 0.035970620810985565, -0.009789900854229927, -0.012134342454373837, -0.03607872501015663, -0.01053985208272934, -0.011593837291002274, -0.01069524697959423, 0.03859207406640053, -0.010154741816222668, 0.013803152367472649, -0.005418564658612013, -0.04118649661540985, -0.009148051030933857, -0.031538479030132294, -0.009222370572388172, -0.03445720672607422, 0.014755792915821075, 0.0036011161282658577, 0.012904562056064606, -0.03518689051270485, -0.01939062401652336, 0.0453483872115612, -0.020336508750915527, 0.007749493699520826, 0.028862979263067245, -0.020863501355051994, -0.0011359055060893297, -0.009073731489479542, -0.010141229256987572, -0.006742802448570728, 0.016147593036293983, 0.014363925904035568, -0.047240156680345535, -0.00022084705415181816, -0.012485670857131481, 0.0025690889451652765, -0.016458384692668915, 0.009026437066495419, -0.02207963727414608, 0.022755268961191177, 0.015080095268785954, 0.0032160060945898294, -0.020768912509083748, 0.005759758874773979, 0.019633851945400238, 0.009614236652851105, -0.00947235431522131, -0.01812043786048889, 0.00953991711139679, -0.038105618208646774, -0.009310202673077583, -0.0165124349296093, 0.02721443772315979, -0.013215352781116962, -0.00031902475166134536, -0.05540178343653679, 0.0048814378678798676, 0.004030141979455948, 0.0018360286485403776, -0.01966087706387043, 0.005283438600599766, 0.019755465909838676, -0.0031450646929442883, -0.017066452652215958, -0.0014551413478329778, -0.02237691543996334, 0.030403418466448784, -0.004685504827648401, -0.006864416413009167, -0.03491663560271263, -0.011722207069396973, 0.014593641273677349, -0.002868055831640959, 0.012431619688868523, 0.012323519214987755, -0.002111348556354642, -0.022430965676903725, 0.014566615223884583, -0.00797920860350132, 0.004800362046808004, -0.0027160386089235544, -0.01694483868777752, 0.020025718957185745, -0.007222501095384359, -0.01268160343170166, 0.026687445119023323, -0.009418303146958351, 0.00876969750970602, -0.02195802517235279, -0.017444806173443794, -0.007513022515922785, -0.004938866477459669, 0.006242835428565741, 0.04345661774277687, 0.007695442996919155, -0.032160062342882156, -0.029700761660933495, 0.004138242918998003, -0.03202493488788605, -0.008702133782207966, -0.005702330265194178, -0.007215744815766811, 0.01653946004807949, 0.009154806844890118, 0.021876947954297066, 0.020593248307704926, 0.02521456778049469, -0.04107839614152908, -0.02179587259888649, 0.013769370503723621, -0.013762613758444786, 0.02821437269449234, -0.0019458187744021416, 0.011776257306337357, 0.004489571321755648, 0.04556458815932274, 0.002192424377426505, -0.018282588571310043, -0.012978881597518921, 0.010276355780661106, 0.0079184016212821, -0.03194385766983032, -0.008019746281206608, 0.025187542662024498, -0.02025543339550495, -0.0106749776750803, -0.016215156763792038, 0.027971144765615463, -0.014917943626642227, 0.031403351575136185, -0.019187934696674347, 0.00551653141155839, 0.032565440982580185, -0.012073535472154617, 0.01682322472333908, 0.031700629740953445, 0.0062698605470359325, 0.003281880170106888, 0.03375454992055893, 0.022430965676903725, -0.0031264848075807095, -0.011154676787555218, 0.018444741144776344, -0.0004889882984571159, 0.023133622482419014, -0.017863698303699493, 0.010208792053163052, 0.0005025009741075337, -0.010310136713087559, -0.011107382364571095, 0.006891441531479359, 0.004043654538691044, 0.02891702950000763, 0.015215221792459488, 0.0021501972805708647, 0.02478216402232647, 0.006850903853774071, -0.000798089720774442, -0.008911579847335815, -0.042375609278678894, 0.0067765843123197556, -0.02149859443306923, -0.02336333878338337, 0.00399298220872879, 0.030457468703389168, 0.020741887390613556, 0.003685569856315851, 0.0054151867516338825, 0.001206846791319549, -0.02494431659579277, 0.020620273426175117, 0.006746180821210146, -0.019269011914730072, 0.005219253711402416, 0.027552252635359764, 0.012134342454373837, -0.0021586427465081215, 0.01624218188226223, -0.03832181915640831, 0.04613212123513222, 0.008181897923350334, 0.006100952625274658, 0.012134342454373837, -0.00286636664532125, 0.0068036094307899475, 0.0027075933758169413, -0.018863631412386894, -0.004644966684281826, -0.018904170021414757, 0.004030141979455948, -0.006884685251861811, -0.013080226257443428, 0.013222108595073223, 0.012208661995828152, 0.08031907677650452, 0.01807989925146103, -0.00797920860350132, -0.006884685251861811, 0.0064826845191419125, -0.0034406534396111965, 0.006344180088490248, -0.004756445996463299, -0.01012095995247364, -0.0350247398018837, 0.025836149230599403, 0.008127846755087376, 0.003922041039913893, -0.037105683237314224, 0.0006139801698736846, 0.014863893389701843, -0.038402896374464035, -0.002337685087695718, 0.0005257257726043463, -0.01124926470220089, 0.012222174555063248, -0.031024999916553497, 0.02180938608944416, -0.0009323714766651392, -0.029430508613586426, 0.001426427043043077, 0.025038903579115868, -0.018350152298808098, -0.0019289279589429498, -0.014674716629087925, 0.03488961234688759, 0.015147658996284008, -0.0267685204744339, -0.014796330593526363, -0.010519582778215408, -0.0042463443242013454, 0.006232700776308775, -0.00670226477086544, 0.01564762555062771, 0.01794477365911007, -0.016620535403490067, -0.000420580618083477, -0.004283503629267216, -0.005827321670949459, -0.018620405346155167, 0.010776322335004807, 0.02037704735994339, -0.030133165419101715, 0.007729224395006895], \"de004c05-1015-4863-98f7-b7159a686df3\": [-0.0015288082649931312, 0.00498315691947937, -0.00035714308614842594, -0.04153641313314438, -0.015296505764126778, 0.018288420513272285, -0.023423194885253906, 0.007944748736917973, -0.006327497307211161, -0.029002713039517403, 0.03962266817688942, 0.02098384127020836, 0.0006987032829783857, -0.0105188749730587, -0.009622647427022457, -0.0019592330791056156, 0.010653645731508732, -0.02873317152261734, -0.0016458905301988125, -0.016603784635663033, 0.0020619959104806185, -0.006047847680747509, -0.022803248837590218, 0.032533712685108185, -0.03978439047932625, 0.007540435995906591, 0.01818060502409935, -0.05067388713359833, 0.002570756245404482, -0.008665774017572403, 0.02026955410838127, -0.016927234828472137, -0.0001577241491759196, -0.017708906903862953, -0.008591650053858757, -0.010936664417386055, 0.006502699572592974, 0.0034164441749453545, -0.0066341012716293335, 0.005771567113697529, 0.0037230481393635273, 0.009191380813717842, -0.00023416457406710833, -0.008942054584622383, 0.0030289776623249054, 0.033369291573762894, 0.017466317862272263, -0.02144206129014492, -0.010909710079431534, 0.029245302081108093, 0.012156342156231403, 0.005741243716329336, -0.02698114886879921, -0.012816719710826874, 0.009373321197926998, 0.0007210246985778213, -0.0019070092821493745, 0.02894880622625351, -0.03334233909845352, -0.010916449129581451, 0.008557956665754318, 0.015283028595149517, -0.021927237510681152, -0.014218337833881378, -0.017951494082808495, -0.028463630005717278, -0.0311590489000082, 0.02623990923166275, 0.0019356481498107314, -0.012985183857381344, 0.03088950738310814, -0.0010427903616800904, -0.0009425544994883239, -0.0023028990253806114, 0.021185997873544693, -0.015323460102081299, 0.006185987964272499, -0.041913773864507675, -0.012459577061235905, -0.011219684034585953, -0.012843674048781395, 0.00014003546675667167, 0.002941376529633999, 0.0068463655188679695, 0.009683294221758842, -0.006947443820536137, -0.0005946769379079342, 0.028867943212389946, -0.011098389513790607, -0.005458224564790726, 0.006462268065661192, 0.03846363723278046, 0.00844340119510889, -0.01088949479162693, -0.005599733907729387, 0.03881404176354408, -0.017897585406899452, 0.0212264284491539, 0.004818062297999859, -0.02101079560816288, -0.007061999291181564, 0.015161735005676746, -0.0179919246584177, -0.013712946325540543, -0.02873317152261734, -0.01805931143462658, 0.021711604669690132, -0.009157687425613403, -0.008376016281545162, -0.007708899676799774, -0.008564695715904236, 0.03525608777999878, 0.008362539112567902, -0.019986536353826523, 0.010525613091886044, -0.01544475369155407, 0.0032294495031237602, -0.008679251186549664, -0.020566049963235855, 0.006145556457340717, 0.019487882032990456, 0.009818065911531448, 0.004117253236472607, -0.005080865696072578, 0.014150951988995075, -0.001084906398318708, -0.01158356573432684, -0.023234516382217407, 0.01545823086053133, -0.021819420158863068, -0.00896900799125433, -0.02408357337117195, 0.025053923949599266, 0.012526961974799633, -0.02750675566494465, 0.01978437975049019, 0.0023753384593874216, 0.027250690385699272, -0.005808629095554352, -0.0340161956846714, -0.0029548536986112595, 0.02811322547495365, -0.01830189861357212, 0.011886799708008766, -0.006981136277318001, 0.018504055216908455, 0.018234513700008392, 0.0016130401054397225, 0.03202158212661743, 0.01981133408844471, 0.006229788530617952, 0.014730467461049557, 0.0035175224766135216, 0.013921841979026794, -0.0038814041763544083, 0.0025151632726192474, 0.004909032955765724, 0.03180595114827156, 0.01765499822795391, 0.006185987964272499, -0.010680600069463253, 0.02477090433239937, -0.009238550439476967, 0.023140177130699158, 0.022021576762199402, 0.030107835307717323, 0.012594347819685936, -0.007176554296165705, -0.01078167837113142, -0.005458224564790726, 0.0053032380528748035, 0.009629386477172375, -0.027978453785181046, -0.005101081449538469, -0.003982482478022575, 0.018881414085626602, 0.011940708383917809, -0.013632084242999554, -0.05218332260847092, 0.00011824047396657988, -0.01158356573432684, 0.0017486533615738153, 0.02326147072017193, 0.02252022922039032, -0.010747984983026981, 0.009454184211790562, 0.02340971864759922, 0.006388144101947546, -0.00024700991343706846, -0.0032799886539578438, -0.0033086275216192007, 0.027358507737517357, 0.0027796514332294464, 0.00886119157075882, -0.633531391620636, -0.020970363169908524, 0.02940702624619007, -0.03355797380208969, 0.029946111142635345, 0.0024764167610555887, 0.005785044282674789, 0.017237206920981407, -0.029514843598008156, 0.03590298816561699, -0.006155664101243019, 0.022223733365535736, 0.02830190397799015, -0.006890166085213423, -0.02458222582936287, -0.03312670439481735, 0.0037668487057089806, 0.012459577061235905, 0.009777634404599667, -0.004188008140772581, -0.0018497316632419825, 0.005771567113697529, -0.015377367846667767, -0.0027139505837112665, 0.024932630360126495, 0.00970351044088602, 0.033854469656944275, -0.012493269518017769, -0.020107829943299294, 0.013611868023872375, -0.020417802035808563, 0.007695422507822514, 0.03824800252914429, 0.011084912344813347, 0.03660379722714424, 0.023665783926844597, 0.019366588443517685, 0.022587615996599197, 0.01127359177917242, 0.036226436495780945, -0.04285717010498047, -0.02144206129014492, 0.020970363169908524, 0.032991934567689896, -0.004750676918774843, 0.012183296494185925, 0.03315366059541702, 0.011266853660345078, -0.009440707042813301, -0.00039420509710907936, -0.01104448176920414, -0.020876023918390274, 0.007722376845777035, -0.0034770912025123835, 0.01820755936205387, -0.008712943643331528, 0.02513478696346283, -0.014110521413385868, -0.0042115929536521435, -4.869654367212206e-05, 0.00024406181182712317, 0.02101079560816288, 0.0023028990253806114, -0.046684667468070984, -0.008942054584622383, 0.025727778673171997, -0.00356469233520329, -0.0030660396441817284, 0.03291107341647148, -0.00876685231924057, 0.004555258899927139, 0.024838291108608246, 0.0057648285292088985, -0.026293817907571793, 0.01642858237028122, 0.03566040098667145, 0.019420497119426727, -0.005835583433508873, -0.030377376824617386, -0.016698123887181282, 0.004868601448833942, 0.01090297196060419, 0.01971699297428131, -0.02734503149986267, 0.007911056280136108, 0.01863882504403591, -0.0077695464715361595, -0.012668471783399582, 0.02762804925441742, 0.02107818052172661, -0.004690030124038458, 0.005151620600372553, -0.005087604280561209, -0.02132076770067215, -0.012129387818276882, 0.006327497307211161, -0.016415104269981384, -0.04482482746243477, -0.022991927340626717, -0.002190028317272663, -0.0019322788575664163, -0.012702164240181446, 0.007311325520277023, 0.020404325798153877, 0.016832895576953888, 0.00896900799125433, -0.013032353483140469, -0.004572105128318071, -0.0023466995917260647, -0.029272256419062614, -0.006539761554449797, -0.015700818970799446, 0.01381402462720871, 0.019986536353826523, 0.011489225551486015, -0.023921847343444824, 0.02091645449399948, 0.01490566972643137, -0.0006721702520735562, 0.0006106809596531093, 0.0058760144747793674, 0.008739897981286049, -0.0025387483183294535, -0.017560657113790512, 0.04547172784805298, 0.027951499447226524, -0.005646903999149799, 0.005980461835861206, 0.014663081616163254, 0.0005782517255283892, 0.015363890677690506, -0.02067386731505394, 0.020175214856863022, -0.014177906326949596, 0.011509440839290619, 0.005862537305802107, 0.0155795244500041, -0.012816719710826874, 0.01772238314151764, -0.014865238219499588, -0.028814034536480904, -0.02427225187420845, 0.0015178581234067678, -0.002370284404605627, -0.009743941016495228, 0.004006067290902138, -0.00090549245942384, -0.011758767999708652, 0.004009436350315809, 0.002993600210174918, 0.008854453451931477, -0.008025611750781536, 0.000493177562020719, 0.038652315735816956, 0.019218340516090393, 0.0142452921718359, -0.007291109766811132, -0.03978439047932625, -0.0173854548484087, -0.0011371300788596272, -0.012708903290331364, 0.010289764031767845, -0.022345026955008507, -0.04679248109459877, -0.013800547458231449, -0.012021571397781372, 0.0037601101212203503, 0.03584907948970795, -9.744572889758274e-05, -0.027048533782362938, 0.029299210757017136, 0.005687335040420294, -0.008018872700631618, 0.00790431722998619, -0.0005011795437894762, 0.026536405086517334, -0.020566049963235855, -0.014097044244408607, 0.0051347739063203335, -0.009366583079099655, -0.0017739229369908571, -0.021549878641963005, -0.010774939320981503, 0.0017756075831130147, 0.008652296848595142, 0.013638822361826897, -0.0059973085299134254, 0.015283028595149517, 0.014231815002858639, 0.0072708940133452415, -0.01630728878080845, 0.0054312702268362045, -0.014973055571317673, 0.028032362461090088, -0.01427224650979042, 0.006526284385472536, 0.009447445161640644, -0.006543130613863468, -0.0250674020498991, 0.014218337833881378, 0.00328841176815331, 0.0233827643096447, 0.0010613214690238237, -0.002811659360304475, -0.00822776835411787, -0.005946769379079342, -0.0023669153451919556, -0.032722391188144684, 0.020687345415353775, 0.01049192063510418, 0.013423189520835876, -0.014339631423354149, -0.03660379722714424, -0.013005399145185947, -0.007446096278727055, 0.005785044282674789, -0.0011270223185420036, 0.025673869997262955, -0.021334245800971985, -0.00416779238730669, 0.026347724720835686, 0.010795154608786106, 0.017857154831290245, 0.018989229574799538, -0.0058389524929225445, -0.005525609944015741, 0.039946116507053375, 0.01753370463848114, -0.000746715406421572, -0.01956874504685402, -0.0072169858030974865, 0.03134772926568985, 0.0025033708661794662, 0.011839630082249641, -0.019097046926617622, 0.024420499801635742, 0.028032362461090088, -0.04336930066347122, 0.02580864168703556, 0.020377371460199356, 0.0027594356797635555, 0.013652299530804157, 0.027088966220617294, -0.016657693311572075, 0.002112535061314702, 0.01355122122913599, 0.03194072097539902, -0.00969003327190876, -0.024690043181180954, 0.01645553670823574, -0.019177909940481186, 0.02460918016731739, 0.006667794194072485, 0.01490566972643137, 0.012722380459308624, -0.00591307645663619, -0.00981132686138153, 0.006064693909138441, 0.01925877295434475, 0.024784382432699203, -0.005576149094849825, 0.019110525026917458, 0.018894890323281288, -0.012082218192517757, 0.00969003327190876, 0.006199464667588472, 0.0011607150081545115, -0.013746639713644981, -0.014865238219499588, -0.008807282894849777, 0.0032109185121953487, -0.0028891528490930796, 0.006202834192663431, -0.004100407008081675, -0.013867933303117752, 0.007688683923333883, 0.005434639751911163, -0.030593011528253555, 0.008409708738327026, 0.008510787039995193, -0.020741252228617668, -0.024353114888072014, 0.01547170802950859, 0.04482482746243477, 0.017237206920981407, -0.0003082886105403304, 0.015148257836699486, -0.01489219255745411, -0.027156351134181023, -0.004177900031208992, -0.00416105380281806, 0.032722391188144684, 0.013254725374281406, -0.015121303498744965, 0.012526961974799633, 0.0023803922813385725, 0.007560651749372482, -0.04773588106036186, -0.007459573447704315, -0.003958897199481726, 0.012412406504154205, -0.015094349160790443, -0.009663078933954239, 0.012675209902226925, 0.047978468239307404, 0.004781000316143036, -0.02528303489089012, -0.03652293235063553, 0.0027931283693760633, -0.042318087071180344, 0.015283028595149517, 0.004696768242865801, -0.0072169858030974865, -0.017574135214090347, -0.0012651624856516719, 0.017237206920981407, -0.012493269518017769, -0.011179252527654171, 0.023463627323508263, 0.007830193266272545, -0.0091374721378088, -0.03760110214352608, -0.03331538662314415, 0.006020893342792988, 0.057358525693416595, 0.015741249546408653, -0.01712939143180847, -0.002634772565215826, -0.02811322547495365, 0.013099738396704197, -0.030619965866208076, -0.007911056280136108, 0.04700811579823494, -0.002639826387166977, -0.021913761273026466, 0.013483836315572262, 0.011320761404931545, 0.009474399499595165, 0.023153653368353844, -0.006115233059972525, 0.0006460583535954356, -0.0028655678033828735, -0.019528314471244812, -0.015795158222317696, -0.002316376194357872, -0.023247992619872093, 0.012513484805822372, 0.02278977259993553, 0.02571430243551731, -0.012493269518017769, 0.023274946957826614, 0.02645554207265377, -0.008524264208972454, -0.009130733087658882, 0.009278981946408749, -0.0013974065659567714, 0.012500007636845112, 0.004814693238586187, -0.0426415354013443, 0.05525609850883484, -0.006152295041829348, -0.004791107960045338, 0.004898924846202135, -0.00019857661391142756, 0.007553913164883852, 0.0190700925886631, 0.008625342510640621, -0.01568734087049961, 0.018814027309417725, -0.02405661903321743, 0.003921835217624903, 0.031212957575917244, 0.007931271567940712, -0.012216988950967789, 0.005343669094145298, 0.0027307968121021986, -0.02199462242424488, -0.0024241928476840258, 0.02048518881201744, 0.0013039092300459743, 0.018450146540999413, 0.01206200197339058, -0.005970354191958904, -0.0424528568983078, -0.021401630714535713, -0.0173854548484087, 0.006839626934379339, -0.019770901650190353, -0.011657689698040485, 0.0003891511878464371, -0.006839626934379339, -0.03463613986968994, -0.01545823086053133, 0.014514833688735962, 0.008402970619499683, -0.014204860664904118, -0.016657693311572075, -0.005842321552336216, 0.01602426916360855, 0.0022742601577192545, 0.010559305548667908, -0.012055263854563236, 0.00686658127233386, 0.01448787935078144, -0.007203508634120226, -0.044043153524398804, -0.015229119919240475, -0.010727769695222378, 0.007742592599242926, -0.017857154831290245, -0.023908371105790138, -0.003470352618023753, -0.005603103432804346, 0.03881404176354408, -0.015175212174654007, -0.004834908526390791, 0.010202162899076939, 0.009683294221758842, -0.0012567393714562058, 0.008551218546926975, 0.004171161446720362, 0.0048113237135112286, -0.0035950157325714827, 0.0038207571487873793, 0.014730467461049557, -0.0021276967599987984, -0.012392191216349602, -0.021266859024763107, 0.012971706688404083, 0.02177898958325386, -0.010249332524836063, -0.0034248672891408205, 0.012601085938513279, -0.003851080546155572, 0.017911061644554138, -0.003989221062511206, 0.01307278499007225, 0.0036084929015487432, 0.011051219888031483, -0.011239899322390556, 0.018679257482290268, 0.01729111559689045, 0.02424529753625393, -0.006745287217199802, -0.001868262654170394, -0.014447448775172234, 0.020808639004826546, 0.015498662367463112, -0.026132091879844666, -0.017062004655599594, -0.0170080978423357, -0.0320485383272171, -0.03045823983848095, -0.004039759747684002, -0.01344340480864048, 0.002223721006885171, -0.01427224650979042, -0.010788416489958763, -0.03725069761276245, -0.009555262513458729, -0.01073450781404972, 0.016361195594072342, -0.018315374851226807, -0.003466983325779438, -0.004272239748388529, 0.002341645769774914, 0.007688683923333883, -0.01820755936205387, 0.024070095270872116, -0.036037757992744446, -0.008867929689586163, 0.006829519290477037, -0.002614556811749935, 0.05218332260847092, -0.007614559959620237, 0.0161186084151268, 0.003985851537436247, -0.002077157609164715, -0.0007374499109573662, -0.0063376049511134624, 0.01614556275308132, -0.030107835307717323, 0.04361188784241676, 0.020512143149971962, 0.00315701006911695, 0.008355800062417984, -0.022196779027581215, 0.0015886129112914205, 0.0017604458844289184, -0.00950809195637703, -0.0003817809047177434, 0.021361200138926506, 0.003116578795015812, -0.0068834275007247925, -0.010485181584954262, -0.0042284391820430756, 0.013052568770945072, -0.0017941385740414262, 0.01633424125611782, 0.026064706966280937, -0.01381402462720871, 0.01609165407717228, -0.008645557798445225, -0.02473047375679016, -0.005973723251372576, 0.00329515035264194, -0.011105128563940525, 0.03312670439481735, -0.03854449838399887, -0.009184641763567924, 0.01870621182024479, -0.009117256850004196, 0.019514836370944977, -0.016051223501563072, 0.00847709458321333, -0.015188688412308693, 0.0002198451547883451, 0.019609177485108376, 0.02851753868162632, -0.01959569938480854, -0.005731135606765747, -0.042991939932107925, 0.01489219255745411, 0.017304593697190285, 0.01609165407717228, 0.004518196918070316, 0.002435985254123807, -0.028625354170799255, -0.016293810680508614, 0.021725080907344818, -0.011913754045963287, -0.013578175567090511, 0.017789768055081367, -0.018881414085626602, -0.01621294766664505, -0.001602932228706777, -0.025862550362944603, -0.006893535144627094, -0.002639826387166977, 0.011421839706599712, -0.009541785344481468, 0.0363612100481987, -0.018773596733808517, -0.017695428803563118, -0.017088958993554115, -0.03088950738310814, 0.02642858773469925, 0.008915100246667862, 0.047115933150053024, 0.015229119919240475, 0.015417799353599548, -0.019460929557681084, -0.01897575333714485, -0.008207552134990692, 0.0009492930257692933, 0.03140163794159889, 0.029272256419062614, -0.012163080275058746, -0.01307278499007225, 0.009514831006526947, 0.010168470442295074, -0.002496632281690836, -0.015134780667722225, 0.0075202202424407005, 0.009575477801263332, 0.0318598598241806, -0.015404322184622288, -0.013187339529395103, -0.025390852242708206, 0.010464966297149658, 0.020660391077399254, 0.014730467461049557, 0.013652299530804157, 0.008261460810899734, 0.0012895897962152958, 0.01630728878080845, -0.009716987609863281, 0.019919149577617645, 0.014676558785140514, 0.0010865909280255437, -0.004669814370572567, 0.017479795962572098, -0.0005635111592710018, -0.020808639004826546, 0.006711594760417938, 0.009225073270499706, 0.0073450179770588875, -0.01993262767791748, 0.0006746971630491316, 0.023234516382217407, 0.011300546117126942, 0.0006511122919619083, 0.004669814370572567, 0.026603790000081062, -0.010269547812640667, -0.031482499092817307, 0.009609170258045197, -0.010828847996890545, 0.024016188457608223, -0.02384098619222641, -0.0085983881726861, -0.023827508091926575, -0.007729115430265665, -0.022722385823726654, 0.007365233730524778, 0.02707548812031746, 0.0002512215287424624, -0.027183305472135544, 0.007500004954636097, -0.019097046926617622, -0.00766846863552928, -0.009022916667163372, 0.021145565435290337, 0.009312674403190613, -0.009575477801263332, -0.006155664101243019, 0.014420494437217712, 0.01353774406015873, -0.003817387856543064, -0.006748656742274761, 0.006148925516754389, 0.041051238775253296, 0.0005445589777082205, 0.004289086442440748, -0.014649605378508568, 0.005879383999854326, -0.04946094751358032, -0.0014841653173789382, 0.005690704565495253, -0.02218330278992653, 0.012513484805822372, -0.033827513456344604, -0.027237214148044586, -0.0190700925886631, 0.025404328480362892, 0.015916451811790466, 0.004171161446720362, 0.0014622650342062116, 0.007203508634120226, 0.013463620096445084, 0.0011009103618562222, 0.001664421521127224, -0.031186003237962723, 0.00509097333997488, -0.05897577852010727, -0.02319408394396305, 0.033180613070726395, -0.007978442125022411, 0.02636120282113552, -0.02978438511490822, 0.015849066898226738, 0.01892184466123581, -0.02700810320675373, -0.05380057170987129, -0.021145565435290337, -0.0025673869531601667, -0.028247997164726257, 0.007311325520277023, -0.03088950738310814, -0.011987878009676933, -0.002941376529633999, 0.01870621182024479, 0.005502025131136179, 0.0005032853805460036, -0.01078167837113142, 1.8781072867568582e-05, 0.014110521413385868, 0.014312677085399628, -0.011266853660345078, -0.016280334442853928, -0.01580863445997238, -0.02571430243551731, -0.03045823983848095, -0.0010908026015385985, -0.020134784281253815, 0.01753370463848114, 0.022533707320690155, -0.02516174130141735, -0.03490568324923515, 0.0023635460529476404, -0.009043131954967976, -0.02789759263396263, -0.011866584420204163, 0.013301895000040531, 0.021280337125062943, 0.0005576148978434503, -0.009912405163049698, 0.010545828379690647, 0.01328841783106327, 0.009204857982695103, -0.024191390722990036, 0.005940030794590712, 0.01966308429837227, 0.015431276522576809, 0.012324805371463299, -0.014029658399522305, -0.03355797380208969, -0.02144206129014492, 0.0017107491148635745, -0.022991927340626717, -0.016536397859454155, 0.035795170813798904, 0.0036320777144283056, 0.02513478696346283, -0.0042284391820430756, 0.010849063284695148, -0.019433975219726562, 0.013207555748522282, 0.011172513477504253, -0.03215635567903519, 0.0016290441853925586, 0.02746632508933544, 0.012526961974799633, -0.03110514022409916, 0.0017469687154516578, -0.02981133945286274, -0.009777634404599667, 0.019150955602526665, 0.008571433834731579, 0.0053032380528748035, 0.013921841979026794, 0.0015523931942880154, 0.022358505055308342, 0.019946103915572166, -0.0013477097963914275, 0.026819424703717232, -0.0024747319985181093, 0.003918466158211231, -0.027681957930326462, 0.028463630005717278, 0.018571440130472183, -0.0014066720614209771, 0.0015919820871204138, -0.0034484523348510265, 0.017210252583026886, -0.007816716097295284, 0.013638822361826897, -0.005933292210102081, 0.005141512490808964, -0.019797855988144875, -0.006280327215790749, -0.02064691297709942, -0.010269547812640667, -0.004123991820961237, -0.03266848251223564, -0.02479785867035389, -0.009602432139217854, 0.0003103943890891969, 0.009252027608454227, -0.005781674757599831, -0.025080878287553787, -0.006684640422463417, 0.018140172585844994, 0.011078174225986004, -0.01533693727105856, 0.00015519719454459846, 0.013557960279285908, 0.006947443820536137, -0.019177909940481186, -0.004393533803522587, 0.20690040290355682, -0.0014243607874959707, 0.01695418916642666, 0.027385462075471878, -0.014541788026690483, -0.01818060502409935, 0.02285715751349926, -0.009757418185472488, 0.0031435329001396894, 0.015377367846667767, -0.02592993527650833, 0.0017806615214794874, 7.654570072190836e-05, 0.008739897981286049, 0.013396235182881355, -0.01279650442302227, -0.028814034536480904, -0.0250674020498991, -0.003231134032830596, 0.0102156400680542, 0.009063348174095154, 0.016630738973617554, -0.014420494437217712, -0.002948115114122629, 0.01818060502409935, 0.02144206129014492, -0.012574131600558758, -0.007378710899502039, 0.03590298816561699, 0.014420494437217712, -0.007109168916940689, -0.0075202202424407005, -0.012661732733249664, -0.012419145554304123, -0.0005256067961454391, -0.0190700925886631, 0.04598385468125343, -0.02343667298555374, 0.036226436495780945, -0.021819420158863068, -0.012553916312754154, -0.027924545109272003, -0.003221026388928294, -0.007533697411417961, -0.013342326506972313, 0.019083570688962936, -0.005020218901336193, -0.0009652971057221293, 0.010256071574985981, 7.791446842020378e-05, -0.045795176178216934, -0.02175203524529934, 0.014285723678767681, 0.007702161092311144, -0.012971706688404083, 0.000982985831797123, -0.0046361214481294155, 0.030404331162571907, -0.0223045963793993, 0.022628046572208405, -0.000746294273994863, 0.010788416489958763, -0.02295149676501751, 0.018140172585844994, -0.011630735360085964, 0.014609173871576786, -0.020390847697854042, -0.018005402758717537, 0.005670488812029362, -0.02045823447406292, 0.01762804388999939, 0.0004243179864715785, -0.0011800883803516626, 0.003878034884110093, -0.030107835307717323, -0.019312679767608643, 0.01614556275308132, 0.027924545109272003, 0.0010705869644880295, 0.033180613070726395, -0.0028891528490930796, -0.04140164330601692, -0.004804585129022598, -0.018867935985326767, -0.0010427903616800904, -0.03584907948970795, 0.03266848251223564, -0.0034113903529942036, 0.00790431722998619, -0.025539100170135498, 0.008760113269090652, 0.010269547812640667, -0.028814034536480904, -0.03045823983848095, -0.0029615922830998898, 0.03967657312750816, 0.0005454013007692993, 0.024986539036035538, -0.005151620600372553, 0.0022574139293283224, -0.026469020172953606, 0.077035091817379, 0.014177906326949596, -0.0020451494492590427, -0.020727775990962982, 0.0015650279819965363, -0.020080875605344772, 0.02239893563091755, -0.034932635724544525, 0.003921835217624903, 0.008032349869608879, -0.0019356481498107314, -0.009555262513458729, 0.0022911066189408302, 0.002144543221220374, -0.004878709092736244, 0.012425883673131466, -0.018814027309417725, 0.01633424125611782, 0.0030070773791521788, -0.02319408394396305, -0.01345688197761774, 0.026064706966280937, 0.029002713039517403, -0.0017874001059681177, -0.006529653910547495, 0.008005395531654358, -0.014123998582363129, -0.007055260706692934, -0.01793801598250866, 0.02571430243551731, 0.0004497981281019747, -0.005283022299408913, -0.0009535046410746872, -0.02510783262550831, -0.0009686663979664445, -0.003325473750010133, -0.002532009733840823, -0.01359839178621769, -0.016873326152563095, -0.029541797935962677, -0.01698114350438118, 0.0029464303515851498, -0.006428575608879328, 0.01061321422457695, 0.02544476091861725, -0.0033069427590817213, 0.008113212883472443, -0.0009307620348408818, -0.018962275236845016, -0.03159031644463539, 0.003537737997248769, -0.0071428618393838406, 0.009171164594590664, 0.031024279072880745, 0.008935315534472466, -0.0027392201591283083, -0.034932635724544525, 0.010195423848927021, -0.009898927994072437, -0.04032347723841667, -0.0003866242477670312, 0.02326147072017193, 0.010000006295740604, -0.01716982200741768, -0.009022916667163372, -0.17153649032115936, 0.016940711066126823, 0.008126690052449703, -0.026051228865981102, 0.027681957930326462, 0.011064697057008743, 0.0021192736458033323, 0.011758767999708652, 0.0026516190264374018, -0.012425883673131466, 0.032318077981472015, -0.032560668885707855, -0.01938006654381752, -0.020835593342781067, 0.007648252882063389, -0.008261460810899734, -0.0011127028847113252, 0.0112466374412179, 0.030350424349308014, 0.013039091601967812, 0.0548248328268528, 0.0044710272923111916, 0.012102433480322361, -0.015067394822835922, 0.004285716917365789, -0.0025926565285772085, -0.005889491643756628, 0.014946101233363152, -0.03291107341647148, -0.03859840705990791, -0.0048483856953680515, 0.021172519773244858, 0.05293804034590721, 0.0011539764236658812, -0.006344343535602093, 0.01654987595975399, -0.0007770389202050865, -0.008463617414236069, -0.0055896262638270855, -0.004531674087047577, 0.012911058962345123, 0.022291118279099464, 0.006027631927281618, -5.1960527343908325e-05, 0.011623996309936047, 0.007991918362677097, 0.02328842505812645, -0.005050542298704386, 0.0012710588052868843, -0.038652315735816956, -0.001631571096368134, -0.0485445037484169, 0.0065498691983520985, -0.01762804388999939, -0.0029952849727123976, 0.013093000277876854, 0.00018899524002335966, 0.0014041450340300798, -0.00995283666998148, -0.005067388527095318, -0.0011152297956869006, -0.02832885831594467, 0.011354454793035984, -0.009568738751113415, 0.0036657704040408134, -0.004201485309749842, -0.023463627323508263, 0.02024259977042675, -0.01652292162179947, 0.02276281826198101, 0.019366588443517685, -0.00847709458321333, -0.0019878719467669725, 0.009528308175504208, 0.006145556457340717, 0.013106477446854115, -0.012587608769536018, 0.002011456759646535, 0.02276281826198101, 0.015646910294890404, 0.006185987964272499, 0.012877366505563259, 0.0008069411851465702, -0.010835586115717888, -0.022412413731217384, -0.008369277231395245, -0.006010785698890686, 0.010397580452263355, -0.01072103064507246, -0.007648252882063389, 0.007756069768220186, -0.011057958006858826, -0.011037742719054222, -0.008787067607045174, 0.022075485438108444, -0.012048524804413319, 0.020741252228617668, 0.0045990594662725925, 0.006664424668997526, 0.0009139156900346279, 0.0004316882696002722, 0.016253380104899406, -0.005350407678633928, 0.030619965866208076, 0.014137474820017815, -0.010950141586363316, 0.0021647587418556213, 0.0048315394669771194, 0.03183290362358093, -0.018355807289481163, -0.027574140578508377, 0.018504055216908455, 0.007863886654376984, 0.0016534713795408607, 0.009305935353040695, 0.03466309607028961, 0.003406336298212409, -0.01839623786509037, -0.0014302569907158613, -0.004686660598963499, 0.037978459149599075, -0.0006536392029374838, 0.021374676376581192, -0.013187339529395103, 0.003042454831302166, -0.004147576633840799, -0.07946096360683441, 0.0015119619201868773, 0.014743944630026817, 0.00016530502762179822, 0.02532346546649933, 0.007291109766811132, -0.011927231214940548, 0.006913750898092985, -0.02163074165582657, 0.016967665404081345, -0.015256074257194996, -0.013773594051599503, -0.021981146186590195, -0.014595696702599525, 0.001337601919658482, 0.018450146540999413, -0.024716997519135475, -0.029892202466726303, 0.003918466158211231, 0.0142452921718359, -0.007634775713086128, -0.022048531100153923, -0.00020573631627485156, -0.002141173928976059, -0.0031351097859442234, -0.0019508098484948277, -0.026832900941371918, 0.0036657704040408134, 0.014555265195667744, 0.00191711715888232, -0.017681952565908432, -0.012547178193926811, -0.005488547962158918, -0.00970351044088602, -0.005080865696072578, 0.01182615291327238, 0.01712939143180847, -0.004595690406858921, 0.02350405789911747, 0.002427562139928341, 0.003874665591865778, 0.006654317025095224, 0.010882755741477013, -0.01614556275308132, -0.020876023918390274, 0.00483827805146575, -0.005683965981006622, 0.02082211524248123, -0.01022911723703146, -0.004164423327893019, -0.032964982092380524, -0.025552576407790184, -0.018894890323281288, -0.019703516736626625, 0.022816725075244904, -0.009278981946408749, 0.009750680066645145, -0.012500007636845112, -0.04946094751358032, -0.017250685021281242, -0.02587602660059929, -0.017681952565908432, -0.018113218247890472, 0.015822112560272217, -0.00027227948885411024, 0.0233827643096447, -0.025080878287553787, -0.02750675566494465, 0.03307279571890831, -0.034932635724544525, -0.0037095709703862667, 0.036442071199417114, -0.014016181230545044, 0.014191383495926857, -0.00807278137654066, -0.009346366859972477, -0.010101084597408772, -0.008672512136399746, 0.007688683923333883, -0.019582223147153854, 0.004770892672240734, -0.011408362537622452, -0.004683291539549828, -0.00315701006911695, 0.023733168840408325, -0.005714289378374815, 0.013908364810049534, 0.008052566088736057, 0.007203508634120226, -0.029218347743153572, -0.018881414085626602, 0.005650273058563471, 0.014056612737476826, -0.02504044771194458, -0.01609165407717228, 0.005919815041124821, -0.026132091879844666, -0.01642858237028122, -0.00589959928765893, 0.010774939320981503, -0.010026960633695126, -0.019582223147153854, -0.061725106090307236, 0.0013064361410215497, -0.011367931962013245, 0.01113882102072239, -0.011078174225986004, 0.006933966651558876, 0.018167126923799515, -0.006101755890995264, -0.003116578795015812, 0.015296505764126778, -0.02590298093855381, 0.04531000182032585, -0.003659032052382827, -0.0020165108144283295, -0.02307279035449028, 0.005747981835156679, 0.014002704061567783, -0.014474403113126755, 0.014002704061567783, 0.004518196918070316, -0.003716309554874897, -0.015107826329767704, 0.030512148514389992, -0.006246634759008884, -0.011340977624058723, 0.017978448420763016, -0.02463613450527191, 0.0028537753969430923, -0.01830189861357212, -0.0028369289357215166, 0.032964982092380524, 0.004656337201595306, 0.000762719486374408, -0.012776288203895092, -0.0007332383538596332, -0.003524261061102152, -0.0018531009554862976, 0.020471710711717606, 0.04921836033463478, 0.007304586935788393, -0.027210259810090065, -0.04132078215479851, 0.008618603460490704, -0.02473047375679016, -0.004171161446720362, -0.006283696740865707, -0.023733168840408325, 0.01990567333996296, 0.006627362687140703, 0.017331548035144806, 0.02623990923166275, 0.03854449838399887, -0.05447442829608917, -0.02451484091579914, 0.004181269556283951, -0.023800553753972054, 0.02787063829600811, 0.008301892317831516, 0.007735854014754295, 0.005919815041124821, 0.0481671467423439, 0.011057958006858826, 0.009191380813717842, -0.023140177130699158, -0.001525438972748816, -0.0024140849709510803, -0.031212957575917244, -0.008207552134990692, 0.03501350060105324, -0.034043148159980774, -0.021725080907344818, -0.025215649977326393, -0.00046790798660367727, -0.010956880636513233, 0.015525616705417633, 0.0030340314842760563, 0.003756740828976035, 0.022250687703490257, -0.009353105910122395, 0.028194088488817215, 0.02276281826198101, 0.011354454793035984, -0.007796500809490681, 0.0343935526907444, 0.03452832251787186, 0.009218334220349789, -0.004396902862936258, 0.010936664417386055, 0.011994617059826851, 0.018005402758717537, -0.015309982933104038, 0.03088950738310814, 0.007836932316422462, 0.002777966670691967, -0.003955528140068054, 0.0007370287785306573, -0.0037971721030771732, 0.017398932948708534, 0.006293804384768009, 0.0142452921718359, 0.01278302725404501, 0.007264155428856611, -0.006202834192663431, -0.023611875250935555, -0.037789780646562576, -0.003054247237741947, -0.03487872704863548, -0.029487889260053635, 0.006216311361640692, 0.04051215574145317, 0.01772238314151764, 0.0013679254334419966, -0.018719688057899475, -0.004996634088456631, -0.023463627323508263, 0.012102433480322361, 0.0009206542163155973, -0.015000009909272194, -0.015296505764126778, 0.0252560805529356, 0.00923181138932705, -0.015849066898226738, 0.024447454139590263, -0.036064714193344116, 0.016442058607935905, -0.010842325165867805, 0.01044475007802248, -0.010646906681358814, -0.0027796514332294464, -0.004966310225427151, -0.0030643551144748926, -0.003662401344627142, 0.008382754400372505, -0.003561323042958975, -0.01566038653254509, -0.019245294854044914, -0.019433975219726562, -0.0012179926270619035, 0.013402973301708698, 0.06905664503574371, 0.02753371000289917, -0.0069002737291157246, -0.005990569945424795, 0.0028891528490930796, -0.019150955602526665, 0.02544476091861725, -0.00888814590871334, -0.029083576053380966, -0.013840978965163231, 0.017142867669463158, -0.0036084929015487432, 0.001799192512407899, -0.0343935526907444, -0.0038645577151328325, 0.014730467461049557, -0.02328842505812645, -0.004245285876095295, 0.02439354732632637, -0.03239894285798073, 0.007385449483990669, -0.02393532544374466, 0.01661726087331772, -0.0018817397067323327, -0.015323460102081299, -0.0060882787220180035, 0.019326157867908478, -0.005562671925872564, -0.026711607351899147, -0.016374673694372177, 0.02516174130141735, 0.021576832979917526, -0.01580863445997238, -0.006219680421054363, -0.008025611750781536, 0.002358491998165846, 0.00261118751950562, 0.0032109185121953487, 0.007075475994497538, 0.0050977119244635105, -0.002826821291819215, -0.0024528317153453827, -0.007035044953227043, -0.029892202466726303, -0.03088950738310814, 0.002215297892689705, 0.006654317025095224, -0.01880055107176304, 0.0010823793709278107], \"f154c692-892a-4e00-b5aa-fea5e759b463\": [-0.0014283168129622936, -0.0027864165604114532, 0.02711404301226139, -0.03573189675807953, -0.022236529737710953, 0.015372388064861298, -0.026483802124857903, 0.013200799003243446, -0.02745656482875347, -0.031676437705755234, 0.03904750943183899, 0.007432728074491024, 0.005997560452669859, -0.00841234065592289, -0.0009402229334227741, -0.004620621912181377, 0.009227543137967587, -0.03595111146569252, 0.005935906432569027, -0.0006931789685040712, -0.01100865751504898, 0.013015836477279663, -0.026798922568559647, 0.011693702079355717, -0.03880089521408081, 0.003582780249416828, 0.013187097385525703, -0.02490820176899433, 0.010248258709907532, -0.020537620410323143, 0.02736065909266472, -0.013159696012735367, 0.0041753435507416725, -0.0028600587975233793, -0.009076833724975586, -0.017783744260668755, 0.00023163051810115576, -0.007151859812438488, -0.0023908037692308426, -0.005925631150603294, 0.015016165561974049, 0.00019480939954519272, -0.008549349382519722, 0.003534827148541808, -0.007651941850781441, 0.020797936245799065, -0.010076997801661491, 0.008316434919834137, -0.02375732734799385, 0.018770206719636917, 0.007898557931184769, -0.003723214380443096, -0.03216966986656189, -0.027086641639471054, 0.022935274988412857, 0.014153010211884975, -0.0029354137368500233, 0.01531758438795805, -0.033210936933755875, -0.00012469942157622427, 0.025511039420962334, 0.006757959257811308, -0.027059240266680717, -0.008213678374886513, -0.010124950669705868, -0.024510875344276428, -0.031155802309513092, 0.022072119638323784, 0.01404340285807848, -0.009720775298774242, 0.030196741223335266, 0.0020345808006823063, 0.011166217736899853, -0.003699237946420908, 0.028278617188334465, -0.008467144332826138, 0.00769304484128952, -0.01818106882274151, -0.01716720312833786, -0.005816023796796799, -0.0029816541355103254, -0.020044388249516487, -0.01157724391669035, 0.010309913195669651, 0.016728775575757027, -0.006562721915543079, 0.02901846542954445, 0.01623554341495037, 0.00894667487591505, -0.019962184131145477, 0.026703016832470894, 0.010118100792169571, -0.0014445866690948606, 0.004305501934140921, -0.011001807637512684, 0.03989696502685547, -0.01232394203543663, 0.01661916822195053, 0.01563270576298237, -0.021359672769904137, -0.006518193986266851, 0.021565185859799385, -0.029100671410560608, -0.0019729267805814743, -0.029730912297964096, 0.0003283929836470634, -0.0011688563972711563, -0.017879649996757507, -0.0032642348669469357, 0.009501560591161251, 0.013995449990034103, 0.018770206719636917, 0.000883706787135452, -0.025058910250663757, 0.01908532716333866, -0.01555049978196621, 0.020195098593831062, -0.004291800782084465, -0.015824517235159874, -0.018290676176548004, 0.01704389601945877, -0.0019712143111974, 0.008878170512616634, -0.014742148108780384, 0.02490820176899433, 0.02153778448700905, 0.0004073871241416782, -0.011803308501839638, 0.00975502748042345, -0.009748176671564579, 0.008398639969527721, -0.011563543230295181, 0.01809886284172535, 0.0258809644728899, -0.015756012871861458, -0.006997724995017052, 0.0009676247136667371, 0.005528305657207966, -0.006384610664099455, -0.02893626131117344, 0.004791883286088705, 0.018920917063951492, -0.011152517050504684, 0.0013306980254128575, -0.009090534411370754, 0.019222335889935493, 0.010755191557109356, -0.005281689576804638, 0.033758971840143204, 0.0030296072363853455, -0.009665971621870995, 0.011912915855646133, 0.004785032477229834, -0.009864633902907372, -0.015591602772474289, 0.008542499504983425, 0.01274866983294487, 0.02697703428566456, 0.013652928173542023, 0.006960047408938408, -0.01009069848805666, 0.03126541152596474, -0.009344000369310379, 0.027004435658454895, 0.030580366030335426, 0.029977526515722275, -0.016427356749773026, -0.022770864889025688, -0.021085655316710472, 0.030443357303738594, -0.003736915299668908, 0.022674957290291786, -0.030963990837335587, -0.007891707122325897, 0.026333093643188477, 0.019427848979830742, 0.0049528684467077255, 0.01013865228742361, -0.042554937303066254, 0.006785361096262932, 0.003706088289618492, -0.015221678651869297, 0.0361977256834507, 0.016372552141547203, -0.022743461653590202, 0.005983859766274691, 0.03715679049491882, 0.0005745806847698987, -0.0057132672518491745, 0.0007167273433879018, 0.02183920331299305, 0.020030688494443893, 0.0187017023563385, -0.004391132388263941, -0.6317750215530396, -0.003685537027195096, 0.03825286030769348, -0.03381377458572388, 0.01442702766507864, 0.009494710713624954, -0.0022263932041823864, 0.014742148108780384, -0.025935767218470573, 0.03874609246850014, 0.007131308317184448, 0.02673041820526123, 0.004425384569913149, -0.0031340764835476875, -0.04935057461261749, -0.02923768013715744, 0.012330792844295502, 0.012803473509848118, 0.001690346165560186, -0.009809831157326698, -0.014180411584675312, 0.008282182738184929, 0.0023976541124284267, 0.007521783467382193, 0.016879485920071602, 0.018386581912636757, 0.03222447261214256, 0.0022041292395442724, -0.0221406240016222, -0.001984915230423212, -0.030799580737948418, 0.002639132086187601, 0.041623275727033615, -0.011495038866996765, 0.03880089521408081, -0.0002598885912448168, 0.027045538648962975, 0.02329149655997753, 0.016605468466877937, 0.012913079932332039, -0.04622677341103554, -0.01627664640545845, 0.031155802309513092, 0.025319227948784828, -0.0049357423558831215, 0.008864469826221466, 0.02766207791864872, 0.0025123991072177887, -0.00709705613553524, 0.015536799095571041, -0.019866276532411575, -0.016221843659877777, -0.009768728166818619, 0.004473337437957525, 0.008748012594878674, -0.013474816456437111, 0.018962020054459572, -0.012789771892130375, 0.01519427727907896, -0.008713760413229465, 0.01627664640545845, -0.011741654947400093, -0.004675425589084625, -0.04929576814174652, -0.002519249450415373, 0.012810323387384415, 0.008782264776527882, -0.0007355660200119019, 0.007823202759027481, -0.013707730919122696, 0.021784400567412376, 0.03142981976270676, 0.01700279302895069, -0.020880142226815224, 0.012981584295630455, 0.02970350906252861, 0.01328300405293703, 0.008336986415088177, -0.008186276070773602, -0.020797936245799065, -0.0010618182132020593, 0.00701142568141222, 0.0011114840162917972, -0.015098370611667633, 0.010768892243504524, 0.014947661198675632, 0.006802487187087536, -0.014933960512280464, 0.02226393111050129, 0.005377595778554678, 0.008138323202729225, 0.0016149913426488638, -0.01251575443893671, -0.030443357303738594, -0.006579848006367683, 0.01597522757947445, -0.024086149409413338, -0.0331561304628849, -0.01053597778081894, -0.010378417558968067, -0.031813446432352066, -0.003572504734620452, -0.00403833482414484, 0.006901818793267012, 0.03441661223769188, 0.017838547006249428, -0.004024633672088385, 0.005425548646599054, 0.01979777216911316, -0.03748561069369316, 0.002556926803663373, -0.01627664640545845, -0.012200633995234966, 0.014920258894562721, 0.019811473786830902, -0.02877184934914112, 0.03710198402404785, -0.0006619237828999758, -0.002558639505878091, -0.004534991458058357, -0.0003570792032405734, 0.015399790368974209, -0.0001340117451036349, -0.013056939467787743, 0.034224800765514374, 0.020291004329919815, 0.025319227948784828, -0.007186111994087696, 0.014098206534981728, 0.0003429501666687429, 0.006028387695550919, -0.039074912667274475, 0.016427356749773026, 0.0023788155522197485, 0.038061048835515976, 0.01368032954633236, 0.00704225292429328, 0.008426041342318058, -0.006501067895442247, -0.017920752987265587, -0.01993478089570999, -0.008378088474273682, 0.014824353158473969, 0.000911108567379415, -0.006028387695550919, -0.020702030509710312, -0.01572861149907112, 0.0007972199819050729, 0.0032830736599862576, 0.012652763165533543, -0.0015756012871861458, 0.011755355633795261, 0.011186769232153893, 0.02923768013715744, 0.0024952730163931847, 0.0014086217852309346, -0.00042836659122258425, -0.022428341209888458, -0.008638405241072178, 0.008152023889124393, -0.02825121581554413, 0.038855697959661484, -0.012508904561400414, -0.030689973384141922, -0.01852359063923359, -0.02155148610472679, 0.022209128364920616, 0.025812460109591484, -0.006888117641210556, -0.023743625730276108, 0.020003285259008408, 0.0007569736917503178, -0.012337643653154373, -0.0029131497722119093, -0.005298815667629242, 0.01856469362974167, -0.01535868737846613, -0.010104400105774403, 0.0019146980484947562, -0.0075149331241846085, 0.013022687286138535, -0.019688166677951813, -0.016413655132055283, 0.013481666333973408, 0.021811801940202713, 0.011097713373601437, 0.008364387787878513, -0.0010104399407282472, 0.005850275978446007, 0.010419519618153572, -0.014550335705280304, -0.012666464783251286, -0.014659942127764225, 0.04598015546798706, -0.004425384569913149, 0.01852359063923359, 0.012207484804093838, -0.004076011944562197, -0.018619496375322342, 0.028799250721931458, 0.0037882935721427202, 0.01661916822195053, 0.0050590503960847855, -0.002075683558359742, -0.011775907129049301, -0.011755355633795261, 0.005452950485050678, -0.0475146546959877, 0.02638789638876915, 0.00704225292429328, 0.014659942127764225, -0.005148105788975954, -0.024497175589203835, -0.027182547375559807, -0.004387706983834505, 0.012803473509848118, -0.008309584110975266, 0.019386745989322662, -0.0008203402394428849, 0.008994628675282001, 0.014221514575183392, -0.01844138652086258, 0.011522441171109676, -0.0021047978661954403, -0.029374688863754272, -0.005134405102580786, 0.03400558605790138, 0.020153995603322983, 0.01176905632019043, -0.036225128918886185, 0.0014617127599194646, 0.03685536980628967, 0.005894803907722235, -0.005816023796796799, 0.009686523117125034, 0.019948482513427734, -0.00701142568141222, -0.03847207501530647, 0.03216966986656189, -0.011837560683488846, -0.0024027919862419367, 0.005278264172375202, 0.030744776129722595, -0.018167367205023766, 0.012700716964900494, -0.007240915670990944, 0.03249849006533623, -0.005487202666699886, -0.03641694039106369, 0.012693866156041622, -0.016180740669369698, 0.00975502748042345, 0.007247766014188528, 0.011851262301206589, 0.039924368262290955, -0.01674247719347477, -0.003959554713219404, 0.004620621912181377, 0.021099356934428215, 0.014454429037868977, 0.007939660921692848, 0.002705923980101943, 0.009487859904766083, -0.008295883424580097, 0.020811637863516808, -0.015029866248369217, 0.0009727625292725861, -0.004326052963733673, -0.025428835302591324, 0.005291965324431658, -0.005966733675450087, -0.014591437764465809, -0.002589466515928507, -0.00804926734417677, 0.004154792055487633, -0.017317913472652435, 0.011001807637512684, -0.024784892797470093, 0.020797936245799065, 0.0030655721202492714, -0.026319392025470734, -0.008617853745818138, 0.019647063687443733, 0.04899435117840767, 0.005329642444849014, 0.006949771661311388, 0.006898393388837576, 0.004154792055487633, -0.016372552141547203, -0.01438592467457056, -0.008665807545185089, 0.025976870208978653, 0.013694030232727528, 0.0013110029976814985, -0.012262288480997086, -0.005250862799584866, 0.015481995418667793, -0.016221843659877777, -0.019057925790548325, -0.010618182830512524, 0.017701538279652596, -0.011782757937908173, 0.002532950369641185, 0.004939167760312557, 0.029128072783350945, 0.0058365752920508385, 0.0018958593718707561, -0.029895322397351265, 0.010542827658355236, -0.026538606733083725, 0.010118100792169571, -0.007645091507583857, 0.009460458531975746, -0.003767742309719324, -0.000521061650943011, 0.0037026631180197, -0.011392282322049141, -0.0021493257954716682, -0.0059598833322525024, -0.0020979472901672125, 0.0032334078568965197, -0.05463911220431328, -0.027593573555350304, 0.02159258909523487, 0.06017426773905754, 0.0023993668146431446, -0.009152187965810299, -0.0005249149980954826, -0.04028058797121048, 0.02125006541609764, 0.0022298183757811785, -0.011837560683488846, 0.0335671566426754, 0.0010412669507786632, -0.0074053262360394, 0.014481831341981888, 0.0031803168822079897, 0.006792211905121803, 0.005230311304330826, -0.006610675249248743, -0.000222425238462165, -0.012070476077497005, -0.022853069007396698, -0.025935767218470573, -0.0038225457537919283, -0.025141116231679916, 0.01327615324407816, 0.016454758122563362, 0.019400447607040405, -0.022373538464307785, 0.04406203329563141, 0.02677152119576931, 0.0013615250354632735, -0.008117771707475185, -0.007076505105942488, 0.0005000821547582746, -0.008254780434072018, 0.008761713281273842, -0.03921192139387131, 0.02681262418627739, 0.011885514482855797, -0.012906230054795742, -0.0023377127945423126, 0.0022777714766561985, 0.002409642329439521, 0.016454758122563362, 0.008309584110975266, -0.01404340285807848, -0.00091367750428617, -0.01831807754933834, 0.014892857521772385, 0.026415297761559486, 0.007651941850781441, -0.00807666964828968, 0.010344165377318859, -0.01330355554819107, -0.03600591421127319, -0.002084246603772044, 0.01742752082645893, 0.01611223630607128, 0.03326573967933655, -0.01644105650484562, -0.006665478460490704, -0.0442812480032444, -0.04129445552825928, -0.027251051738858223, 0.01013865228742361, -0.024072447791695595, -0.000998451723717153, 0.0031477774027734995, -0.01627664640545845, -0.018619496375322342, -0.022496845573186874, 0.019194934517145157, 0.02485339716076851, -0.01259796041995287, -0.0247711930423975, -0.013317256234586239, 0.000895695062354207, 0.0023908037692308426, 0.020249901339411736, -0.005288539920002222, 0.0005304809892550111, -0.006432563532143831, -0.012776071205735207, -0.04304816946387291, -0.0010729501955211163, -0.008556200191378593, 0.007651941850781441, -0.010316763073205948, -0.02438756823539734, -0.02112675830721855, -0.014947661198675632, 0.034992050379514694, -0.02363402023911476, -0.00898777786642313, 0.010159202851355076, 0.02294897474348545, -0.015495696105062962, 0.02737436071038246, 0.02201731503009796, 0.000876856385730207, -0.008206827566027641, 0.003380692331120372, 0.002502123359590769, -0.0008181994780898094, -0.006655202712863684, -0.028908858075737953, 0.0105154262855649, 0.01698909141123295, -0.002579190768301487, 0.013748833909630775, 0.012632212601602077, 0.010570229962468147, 0.017989257350564003, 0.0011568681802600622, 0.011310077272355556, -0.0022109795827418566, 0.02788129262626171, 0.005278264172375202, -0.0005810029688291252, 0.02027730457484722, 0.028607439249753952, -0.01383103895932436, -0.029977526515722275, -0.0029474019538611174, 0.015221678651869297, 0.016290348023176193, -0.005709842313081026, -0.004209595732390881, -0.031073598191142082, -0.015016165561974049, -0.04055460914969444, -4.361803803476505e-05, 6.438343552872539e-05, -0.011954018846154213, -0.006593548692762852, 0.002837795065715909, -0.031813446432352066, -0.001979777356609702, -0.00375061621889472, 0.006100316997617483, -0.01062503270804882, -0.006679179612547159, 0.018934616819024086, 0.005929056089371443, 0.01611223630607128, -0.013557021506130695, 0.0148106524720788, -0.029484296217560768, -0.016605468466877937, -0.0006756247021257877, -0.021962512284517288, 0.049953412264585495, -0.004346604458987713, 0.016687672585248947, 0.0064120120368897915, -0.006470241118222475, -0.004397982731461525, 0.02001698687672615, 0.006155120674520731, -0.023140788078308105, 0.036307334899902344, 0.025483638048171997, 0.012036223895847797, 0.01696169003844261, -0.00027594430139288306, 0.008350687101483345, -0.0029080118983983994, -0.010981256142258644, 0.006336657330393791, 0.019989585503935814, 0.013714581727981567, 0.000929091009311378, -0.01908532716333866, 0.0068161883391439915, 0.00738477474078536, 0.004596645478159189, 0.0022144047543406487, 0.008521948009729385, -0.007199812680482864, 0.011460786685347557, -0.006302405148744583, -0.04241792857646942, -0.020839039236307144, 0.00017564957670401782, -0.01746862381696701, 0.03145722299814224, -0.026675615459680557, -0.01404340285807848, 0.025182219222187996, -0.025894664227962494, 0.007090205792337656, -0.01287882775068283, 0.009474159218370914, -0.003613607259467244, 0.007980762980878353, 0.031895652413368225, 0.032443687319755554, -0.009412504732608795, 0.006093466654419899, -0.03038855455815792, 0.024168353527784348, 0.023551814258098602, -0.008323284797370434, 0.017304211854934692, 0.019564857706427574, -0.040088776499032974, -0.012906230054795742, 0.010851097293198109, -0.024661585688591003, -0.026456400752067566, 0.01238559652119875, -0.01555049978196621, -0.0075491853058338165, -0.017961854115128517, -0.024086149409413338, -0.01196086872369051, -0.006453115027397871, 0.0009710499434731901, -0.0011551554780453444, 0.02205841802060604, -0.02401764504611492, -0.02464788407087326, -0.0012287977151572704, -0.034827638417482376, 0.014851754531264305, 0.02766207791864872, 0.04458266496658325, 0.022757163271307945, 0.004973419941961765, -0.0269907359033823, 0.002630569040775299, 0.001026709796860814, 0.008700059726834297, 0.02893626131117344, 0.005473501980304718, -0.009015179239213467, -0.031676437705755234, 0.013289854861795902, 0.00956321507692337, 0.0038088448345661163, -0.02931988425552845, 0.00805611815303564, -0.013310405425727367, 0.005415273364633322, -0.023853233084082603, -0.012837725691497326, -0.046939216554164886, 0.0002102228900184855, 0.011474487371742725, 0.008713760413229465, -0.0010857947636395693, -0.007686194032430649, -0.0028908858075737953, 0.004606921225786209, -0.019825175404548645, 0.031292811036109924, 0.00881651695817709, -0.0010284223826602101, -0.008193126879632473, 0.00340980663895607, -0.02893626131117344, -0.00570641690865159, 0.020373210310935974, 0.008131472393870354, 0.005956457927823067, -0.02855263650417328, -6.509256309072953e-06, 0.027757985517382622, 0.018455086275935173, 0.02464788407087326, -0.004726803861558437, 0.021017150953412056, -0.007172411307692528, -0.0452951118350029, 0.022168025374412537, -0.012351344339549541, 0.015427191741764545, -0.00028964519151486456, -0.018756505101919174, -0.02608647756278515, -0.017523426562547684, 0.000962486898060888, 0.014358523301780224, 0.016427356749773026, -0.0022555075120180845, -0.018509890884160995, -0.0037745926529169083, -0.032060060650110245, -0.00972762517631054, -0.021222664043307304, 0.012721267528831959, 0.003832821501418948, -0.020236201584339142, -0.010529126971960068, 0.00331903831101954, 0.01346796564757824, 0.005874252878129482, 0.014057103544473648, -0.012207484804093838, 0.037677422165870667, -0.009131637401878834, 0.00674425857141614, 0.00505562499165535, 0.016249245032668114, -0.04376061260700226, -0.006203074008226395, 0.0005724399234168231, -0.016030030325055122, 0.01746862381696701, -0.019400447607040405, -0.023661421611905098, -0.020839039236307144, 0.04343179240822792, 0.024113550782203674, 0.011036059819161892, 0.009378252550959587, 0.004250698257237673, 0.01404340285807848, 0.004048610106110573, 0.007302569691091776, -0.006747683975845575, 0.015098370611667633, -0.034608423709869385, 0.0067887865006923676, 0.011467637494206429, -0.01232394203543663, 0.003736915299668908, -0.04014357924461365, 0.006096892058849335, 0.019153831526637077, -0.011967719532549381, -0.04545952379703522, -0.005935906432569027, 5.491056072060019e-05, -0.023812130093574524, 0.00911793578416109, -0.010159202851355076, -0.013461115770041943, -0.017605632543563843, 0.012351344339549541, 0.014646241441369057, 0.009844083338975906, -0.0020773960277438164, 0.0017023344989866018, 0.023949140682816505, -0.000950498622842133, 0.001909560291096568, -0.029265081509947777, -0.016769878566265106, -0.03093658946454525, -0.03301912173628807, -0.005723542999476194, -0.025346629321575165, 0.03951334208250046, 0.02825121581554413, -0.044473059475421906, -0.040006570518016815, -0.026634512469172478, -0.0006563578499481082, -0.021578887477517128, -0.01878390833735466, 0.01124157290905714, 0.01755082793533802, 0.009528962895274162, -0.0024610208347439766, 0.004634323064237833, 0.014687344431877136, 0.006528469733893871, -0.0021459003910422325, 0.0001721173175610602, 0.021277468651533127, 0.011823859997093678, 0.02167479321360588, -0.0023873785976320505, -0.039157118648290634, -0.012645913287997246, -0.017482323572039604, -0.01423521526157856, 0.001777689321897924, 0.019414147362113, -0.014783250167965889, 0.007521783467382193, -0.01104976050555706, 2.7936952392337844e-05, -0.014057103544473648, 0.03603331744670868, 0.01062503270804882, -0.025017809122800827, 0.003437208477407694, 0.011686851270496845, 0.03279990702867508, -0.043157774955034256, 0.006000985857099295, -0.01698909141123295, -0.014440728351473808, 0.003380692331120372, 0.005442674737423658, 0.0007030264241620898, -0.0067237070761621, -0.01720830611884594, 0.019660763442516327, 0.02978571504354477, -0.006751108914613724, 0.012762370519340038, -0.008117771707475185, 0.004076011944562197, -0.0253740306943655, 0.026319392025470734, -0.014701045118272305, -0.0069292206317186356, 0.007398475892841816, -0.018770206719636917, 0.022921573370695114, -0.0074258772656321526, 0.0016629444435238838, -0.0015387801686301827, -0.007473830599337816, -0.0012570557883009315, -0.00352112646214664, -0.025935767218470573, -0.00819997675716877, -0.01045377179980278, -0.011570394039154053, -0.022113222628831863, -0.018688000738620758, -0.022853069007396698, -0.0013127156998962164, -0.01257740892469883, -0.010029044933617115, -0.008741161786019802, 0.019564857706427574, 0.007535484619438648, 0.0097070736810565, -0.034526221454143524, 0.04058200865983963, -0.006689454894512892, -0.0140022998675704, -0.006853865459561348, 0.21055513620376587, 0.007268317509442568, 0.01989367976784706, 0.01698909141123295, -0.01585191860795021, -0.009296047501266003, 0.013570722192525864, 0.00040503230411559343, -0.008802816271781921, 0.002884035464376211, -0.0060386634431779385, 0.0019438124727457762, -0.013043238781392574, 0.0029337010346353054, -0.004103413783013821, -0.02515481784939766, -0.036142922937870026, -0.03463582694530487, -0.01571490988135338, 0.005953032523393631, -0.004445936065167189, -0.0059496075846254826, -0.002620293525978923, -0.0007591144531033933, 0.026154981926083565, 0.020236201584339142, -0.002544938586652279, 0.019879978150129318, 0.016797279939055443, 0.00701142568141222, -0.008679508231580257, -0.016002628952264786, 0.0028035426512360573, -0.024332763627171516, 0.006401736754924059, -0.008008165284991264, 0.02825121581554413, -0.007521783467382193, 0.02379843033850193, 0.006093466654419899, 0.0021801525726914406, -0.02303118072450161, -0.020386910066008568, -0.01866059936583042, -0.012118428945541382, 0.018893513828516006, -0.011495038866996765, -0.001729736221022904, 0.0040177833288908005, 0.011762206442654133, -0.049871206283569336, -0.038225457072257996, 0.012200633995234966, 0.005843425635248423, -0.01519427727907896, -0.0017323051579296589, -0.005723542999476194, 0.0347728356719017, -0.01644105650484562, 0.009446756914258003, 0.0001847478124545887, 0.0068161883391439915, -0.01249520294368267, 0.022537948563694954, -0.026963332667946815, 0.026209784671664238, -0.021441878750920296, 0.0016672259662300348, 0.009515262208878994, -0.010255109518766403, 0.016605468466877937, -0.003545102896168828, 0.0016235543880611658, -0.010255109518766403, -0.02400394342839718, -0.03773222491145134, 0.017564529553055763, 0.026497503742575645, 0.00035772143746726215, 0.03658135235309601, -0.008124622516334057, -0.020291004329919815, -0.01967446506023407, -0.020510219037532806, -0.015331286005675793, -0.0357866995036602, 0.029429491609334946, -0.02414095215499401, 0.0027949796058237553, -0.03811585158109665, 0.00590850505977869, -0.0020979472901672125, -0.026154981926083565, -0.020702030509710312, -0.015221678651869297, 0.023346301168203354, 0.03110099956393242, 0.0056344871409237385, 0.008405490778386593, -0.013611825183033943, -0.013652928173542023, 0.0833013579249382, 0.0011542992433533072, 0.009309748187661171, -0.016879485920071602, 0.004630897659808397, -0.0029491146560758352, 0.01623554341495037, -0.02040061168372631, 3.0673113542434294e-06, 0.00896722637116909, -0.038992706686258316, 0.00704225292429328, -0.015619004145264626, 0.022455744445323944, 0.013694030232727528, 0.003603331744670868, -0.03345755115151405, -0.003565654158592224, -0.011755355633795261, -0.004651449155062437, -0.020071789622306824, 0.009104235097765923, 0.027346957474946976, 0.004480188246816397, -0.01007014699280262, 0.01365977805107832, -0.02137337438762188, -0.017400119453668594, -0.016975391656160355, 0.009700223803520203, -0.022935274988412857, 0.01716720312833786, -0.0033995311241596937, -0.030196741223335266, -0.0039013258647173643, 0.0031494901049882174, -0.002733325818553567, -0.007980762980878353, 0.002923425519838929, -0.030963990837335587, -0.002841220237314701, -0.00738477474078536, -0.016167039051651955, 0.016071133315563202, 0.0065969740971922874, 0.019729267805814743, 0.001015577814541757, 0.006651777774095535, -0.0020979472901672125, -0.01535868737846613, 0.002587753813713789, 0.0032094314228743315, 0.007651941850781441, 0.025346629321575165, 0.010385267436504364, -0.0011097713140770793, -0.02175699919462204, -0.005891378968954086, -0.004915190860629082, -0.039157118648290634, 0.004401408135890961, 0.03485504165291786, 0.012604810297489166, -0.022003615275025368, -0.02035950869321823, -0.17526166141033173, 0.01985257677733898, 0.021661093458533287, -0.023743625730276108, 0.032909516245126724, 0.009871484711766243, -0.004963144194334745, 0.005833149887621403, 0.01140598300844431, -0.008371238596737385, 0.025565844029188156, -0.012399297207593918, 0.012632212601602077, -0.021661093458533287, -0.005117279011756182, 0.0004469912382774055, -0.01597522757947445, 0.009302898310124874, 0.02907327003777027, 0.013269303366541862, 0.02307228371500969, -0.0069257952272892, 0.01823587156832218, -0.030580366030335426, 0.0015833080979064107, 0.0010883637005463243, -0.024510875344276428, 0.03288211300969124, -0.03148462250828743, -0.015221678651869297, 0.016715073958039284, 0.016975391656160355, 0.022469444200396538, 0.015824517235159874, 0.01704389601945877, 0.014892857521772385, 0.00027894138474948704, 0.012063625268638134, -0.015742311254143715, 0.013063790276646614, 0.011837560683488846, 0.0210308525711298, 0.005089877173304558, -0.0075765871442854404, 0.006600399501621723, -0.003610182087868452, 0.02086644247174263, 0.02248314581811428, 0.005500903818756342, -0.0210308525711298, -0.006494217552244663, -0.028141608461737633, 0.004353454802185297, -0.0008224810007959604, -0.016454758122563362, 0.02868964523077011, 0.0023360000923275948, 0.011145666241645813, -0.0016954840393736959, -0.021702194586396217, 0.003620457835495472, -0.03288211300969124, 0.010330463759601116, -0.003706088289618492, -0.0048124343156814575, -0.0043329037725925446, 0.0021870031487196684, 0.01200197171419859, -0.01682468131184578, 0.004867237992584705, 0.02438756823539734, -0.009885185398161411, 0.009419355541467667, 0.0025603522080928087, 0.008652105927467346, 0.011823859997093678, -0.024702688679099083, 0.00017479326925240457, 0.019181232899427414, 0.030881784856319427, -0.016372552141547203, 0.015920422971248627, 0.002575765596702695, -0.021277468651533127, -0.025511039420962334, 0.00704225292429328, 0.0006088328664191067, 0.007371074054390192, -0.0005227742367424071, -0.007556035649031401, 0.015070969238877296, -0.02931988425552845, 0.015660107135772705, 0.003651284845545888, 0.011337478645145893, 0.004798733629286289, 0.022592753171920776, 0.0002442610275465995, 0.0029576777014881372, -0.009837232530117035, 0.009385103359818459, 0.020428013056516647, 0.006322956643998623, 0.03170383721590042, 0.017742641270160675, 0.012330792844295502, -0.010371566750109196, -0.006275003310292959, 0.020660927519202232, -0.010672986507415771, -0.0331561304628849, 0.010851097293198109, 0.009172739461064339, 0.006713431794196367, -0.012618510983884335, 0.03647174313664436, -0.0027384634595364332, -0.013214499689638615, 0.0012981584295630455, -0.014659942127764225, 0.033594559878110886, 0.004120539873838425, 0.024236857891082764, -0.0013538183411583304, 0.00040075075230561197, -0.0032402584329247475, -0.0814928412437439, -0.01827697455883026, 0.00345262186601758, -0.011899215169250965, 0.01920863427221775, 0.015221678651869297, -0.018222171813249588, 0.019825175404548645, -0.03192305192351341, 0.01946895197033882, -0.0175919309258461, -0.009611167944967747, -0.0042541236616671085, -0.0014891144819557667, 0.012639062479138374, 0.0006966041401028633, -0.031813446432352066, -0.013022687286138535, -0.0019181233365088701, 0.00843289215117693, -0.008727461099624634, -0.007617689669132233, 0.024168353527784348, -0.005894803907722235, 0.00894667487591505, -0.008864469826221466, -0.026922231540083885, 0.0013495368184521794, 0.019688166677951813, -0.009953689761459827, 0.0006559296743944287, -0.02192140929400921, 0.0011354604503139853, -0.008631555363535881, -0.02388063445687294, 0.01535868737846613, 0.0036821116227656603, -0.008378088474273682, 0.03534827381372452, -0.018592095002532005, 0.0021664518862962723, -0.006980598904192448, 0.00738477474078536, -0.00553515600040555, -0.00864525604993105, -0.0059496075846254826, -0.0010857947636395693, 0.04006137698888779, -0.009124786593019962, -0.0011166217736899853, -0.035759299993515015, -0.00879596546292305, -0.012652763165533543, -0.0015276481863111258, 0.025730254128575325, -0.014317420311272144, 0.0010626745643094182, -0.0011431672610342503, -0.044007230550050735, -0.03047075867652893, -0.024086149409413338, -0.016728775575757027, -0.02026360295712948, 0.016139637678861618, 0.013926945626735687, 0.021469280123710632, -0.025634348392486572, -0.018468787893652916, 0.039074912667274475, 0.0015867332695052028, -0.009645420126616955, 0.0268948283046484, -0.018030358478426933, 0.007035402115434408, -0.018688000738620758, -0.018797608092427254, -0.0031049621757119894, -0.0009316598880104721, 0.006528469733893871, -0.016509560868144035, 0.007282018195837736, -0.006953197065740824, 0.0006550733814947307, 0.009618018753826618, -0.008371238596737385, 0.015947826206684113, 0.03893790394067764, 0.01916753314435482, 0.02252424880862236, -0.011193620041012764, -0.0232503954321146, 0.00898777786642313, -0.0012142405612394214, -0.020112892612814903, -0.015783414244651794, -0.004391132388263941, -0.022743461653590202, -0.024757491424679756, -0.01924973726272583, 0.01213212963193655, -0.003444058820605278, -0.005209759809076786, -0.06379130482673645, 0.015906723216176033, -0.011358030140399933, -0.004904915578663349, -0.016262944787740707, -0.00972762517631054, 0.0140022998675704, -0.008542499504983425, 0.0002727331593632698, 0.011097713373601437, -0.03836246579885483, 0.029128072783350945, -0.021702194586396217, 0.006459965370595455, -0.02116786129772663, -0.013399461284279823, 0.022126922383904457, 0.008912422694265842, 0.021743297576904297, -0.0016209854511544108, -0.008597303181886673, -0.007720446214079857, 0.028717046603560448, -0.018934616819024086, 0.008823366835713387, 0.013920094817876816, -0.025552142411470413, 0.011926616542041302, 0.008069818839430809, -0.019619662314653397, 0.023099685087800026, -0.00822052825242281, 0.01332410704344511, -0.015879321843385696, -0.007124457973986864, 0.009611167944967747, 0.007569736801087856, 0.031183205544948578, 0.034992050379514694, 0.0074806809425354, -0.024921901524066925, -0.048720333725214005, 0.003627308178693056, -0.01087849959731102, -0.008501396514475346, -0.003908176440745592, -0.006870991550385952, 0.011419684626162052, -0.0020688329823315144, 0.017194606363773346, 0.03726639598608017, 0.010405818931758404, -0.050748061388731, -0.020071789622306824, -0.029648706316947937, -0.0187017023563385, 0.02442867122590542, 0.008309584110975266, -0.0011834135511890054, 0.0021596013102680445, 0.07283388078212738, 0.0010832259431481361, 0.0007822346524335444, -0.010364715941250324, 0.015906723216176033, 0.002645982662215829, -0.03797884285449982, 0.007083355449140072, 0.009152187965810299, -0.027977198362350464, -0.018167367205023766, -0.01657806523144245, -0.003384117502719164, -0.0224420428276062, 0.030607767403125763, -0.014344822615385056, 0.012440400198101997, 0.02183920331299305, -0.0008747156243771315, 0.01924973726272583, 0.017605632543563843, 0.007460129447281361, -0.016208142042160034, 0.023264095187187195, 0.028196413069963455, -0.00495971878990531, -0.004514440428465605, 0.02082533948123455, 0.0008717185701243579, 0.013673478737473488, -0.026017973199486732, 0.022962676361203194, -0.002508973702788353, -0.004356880206614733, 0.0032608096953481436, 0.0012219472555443645, 0.005326217506080866, 0.019222335889935493, 0.015344986692070961, 0.027908693999052048, 0.021154159680008888, -0.00048338421038351953, 0.004048610106110573, -0.01856469362974167, -0.032142266631126404, 0.005562557838857174, -0.03307392820715904, -0.03219706937670708, 0.011714253574609756, 0.027415461838245392, 0.0011209032963961363, -0.0031289386097341776, -0.03912971541285515, 0.013666628859937191, -0.01619444042444229, 0.008932974189519882, 0.002536375541239977, -0.019263438880443573, -0.010803144425153732, 0.022784564644098282, 0.013104892335832119, 0.010631883516907692, 0.01311174314469099, -0.04882993921637535, 0.028114207088947296, 0.0010284223826602101, 0.01653696410357952, -0.01635885238647461, 0.003603331744670868, -0.00759713863953948, -0.0021921410225331783, 0.0221406240016222, 0.013824189081788063, 0.0056173610500991344, -0.011892364360392094, 0.0009282346582040191, -0.01087849959731102, -0.009905736893415451, 0.015577901154756546, 0.07376554608345032, 0.01971556805074215, -0.00379856931976974, -0.010762042365968227, -0.0065079182386398315, -0.029950125142931938, 0.002721337368711829, -0.010590780526399612, -0.014920258894562721, -0.0038259709253907204, 0.017317913472652435, -0.004730229265987873, 0.00026138711837120354, -0.01878390833735466, -0.00552488025277853, 0.016262944787740707, -0.03211486339569092, 0.007508082780987024, 0.009275496006011963, -0.015262781642377377, 0.0065353200770914555, -0.011255273595452309, 0.018002957105636597, -0.033128730952739716, -0.023085983470082283, 0.01933194324374199, 0.02549733966588974, -0.030278947204351425, -0.001782827079296112, -0.01823587156832218, 0.026497503742575645, 0.016084834933280945, -0.011474487371742725, -0.021236365661025047, 0.004524715710431337, 0.00704225292429328, 0.0030861233826726675, 0.008330135606229305, 0.023524412885308266, 0.015262781642377377, -0.006346933078020811, 0.005244011990725994, -0.01363922655582428, -0.01597522757947445, -0.004048610106110573, -0.0023120236583054066, 0.014399625360965729, -0.019948482513427734, -0.013228200376033783], \"f0394eaf-b71b-4a67-bc73-88e6006e7d1f\": [0.0012716962955892086, 0.0049707889556884766, 0.011306241154670715, -0.05065632984042168, -0.03288840129971504, 0.019801275804638863, -0.028330424800515175, 0.017576873302459717, -0.0008767966646701097, -0.03436224162578583, 0.01943281665444374, 0.02510981820523739, -0.0027020347770303488, -0.003130198223516345, 0.00012036762927891687, 0.01809544488787651, 0.005833938717842102, -0.03460787981748581, -0.0044385697692632675, -0.010555676184594631, -0.0047285608015954494, 0.003984819166362286, -0.03220606967806816, 0.023472221568226814, -0.04525225982069969, 0.009743700735270977, 0.02401808649301529, -0.03458058834075928, 0.0037050629034638405, -0.019610222429037094, 0.024059027433395386, -0.004868438933044672, 0.006212633103132248, -0.0027122697792947292, 0.0038551758043468, 0.0033638968598097563, 0.01245938241481781, 0.0169081874191761, 0.002328458009287715, -0.008883962407708168, 0.008467740379273891, 0.00577935203909874, -0.005049257073551416, -0.0017979448894038796, 0.011770226992666721, 0.031878553330898285, 0.022012030705809593, -0.00197364529594779, -0.0114017678424716, 0.021452518180012703, 0.011108364909887314, 0.015652695670723915, -0.030732233077287674, -0.01797262579202652, 0.007539768703281879, 0.0043328083120286465, -0.007505652029067278, 0.024591246619820595, -0.022776242345571518, -0.004841145593672991, 0.02202567830681801, 0.011435884982347488, -0.027729973196983337, -0.015011304058134556, -0.021124999970197678, -0.021015826612710953, -0.03466246649622917, 0.011893047019839287, 0.01862766407430172, -0.004575036000460386, 0.014042393304407597, -0.0023642804007977247, 0.02547827735543251, 0.0016520963981747627, 0.023185642436146736, -0.009368418715894222, -0.004104227293282747, -0.025396397337317467, -0.0072873057797551155, -0.009075015783309937, -0.021097706630825996, 0.0015241591027006507, 0.0040632872842252254, 0.0007296688272617757, 0.018641309812664986, 0.004363513085991144, 0.007103076204657555, 0.01423344574868679, -0.005506419576704502, 0.003592478111386299, 0.017344878986477852, 0.02083841897547245, 0.003234253730624914, 0.0014908954035490751, -0.018027212470769882, 0.04383300989866257, -0.010234979912638664, 0.023758800700306892, 0.002662800718098879, -0.01446543913334608, 0.0005398952052928507, 0.021916504949331284, -0.026952113956212997, -0.01641690917313099, -0.04678068310022354, -0.007703528273850679, 0.025273578241467476, -0.023867974057793617, -0.0070553128607571125, -0.0050287870690226555, -0.002144228434190154, 0.03591795638203621, 0.010098514147102833, -0.026583654806017876, 0.006826731842011213, -0.0026508597657084465, 0.0002118427655659616, -0.010814961977303028, -0.016389615833759308, -0.005666767247021198, 0.024277372285723686, 0.005489361006766558, -0.0020828184206038713, -0.00674485182389617, 0.016689840704202652, 0.007621648721396923, -0.007294129114598036, -0.01446543913334608, 0.03531750664114952, -0.012937014922499657, -0.013360060751438141, -0.0130188949406147, 0.02229860983788967, 0.011933987028896809, -0.0214934591203928, 0.006499212235212326, -0.00792869832366705, 0.01903706230223179, -0.002473453525453806, -0.037337206304073334, 0.0018849421758204699, 0.025437338277697563, -0.00845409370958805, -0.004701267462223768, -0.0016043331706896424, 0.027484333142638206, 0.013858162797987461, 0.003520833095535636, 0.033161334693431854, 0.02115229330956936, -0.0004232590727042407, 0.015611756592988968, 0.008044694550335407, 0.0006972580449655652, 0.006656148936599493, -0.01124483160674572, -0.0014763958752155304, 0.028112078085541725, 0.022994589060544968, 0.010105337016284466, 0.0026372133288532495, 0.022694362327456474, -0.006778968498110771, 0.02003326825797558, 0.030295541509985924, 0.03378907963633537, 0.007103076204657555, 0.004731972701847553, -0.006065931636840105, 0.002516099251806736, -0.012589025311172009, 0.01872318983078003, -0.03193314000964165, -0.011006015352904797, 0.0021902858279645443, 0.022653423249721527, 0.00538018811494112, -0.006175104528665543, -0.05098384991288185, 0.000819651351775974, 0.0013365178601816297, -0.01267772912979126, 0.027334220707416534, 0.022748949006199837, -0.01840931735932827, 0.008897609077394009, 0.021234171465039253, 8.129345951601863e-05, 0.010555676184594631, -0.009061369113624096, 0.004725149367004633, 0.027143167331814766, 0.010234979912638664, -0.0044385697692632675, -0.6336408257484436, -0.019364582374691963, 0.028794411569833755, -0.05715212970972061, 0.023444928228855133, 0.020633719861507416, 0.010255450382828712, 0.013953689485788345, -0.039356909692287445, 0.017795218154788017, 0.0006618620827794075, 0.020237967371940613, 0.020005974918603897, -0.008249393664300442, -0.03190584480762482, -0.026747414842247963, 0.014711078256368637, 0.003507186658680439, 0.010255450382828712, -0.009941577911376953, 0.0018286497797816992, 0.014056039042770863, -0.007703528273850679, -0.0175632257014513, 0.02628342993557453, 0.005980640184134245, 0.017303939908742905, -0.014615551568567753, -0.023308461531996727, 0.0025314518716186285, -0.025519216433167458, -0.008631500415503979, 0.04230458661913872, -0.0015164829092100263, 0.031032459810376167, 0.019582929089665413, 0.015216004103422165, 0.013851339928805828, 0.014192505739629269, 0.043314434587955475, -0.038947511464357376, -0.02535545825958252, 0.029367569833993912, 0.03212419152259827, 0.0019651162438094616, 0.02426372654736042, 0.029695089906454086, -0.0024905118625611067, -0.016962774097919464, 0.0032837227918207645, -0.012138686142861843, -0.026870233938097954, 0.016212208196520805, -0.02152075245976448, 0.01569363661110401, -0.01423344574868679, 0.023526808246970177, -0.022762596607208252, -0.0011267007794231176, -0.0160757414996624, 0.012186449952423573, 0.029258396476507187, -0.007096252869814634, -0.04484286159276962, -0.006591327488422394, 0.0051345485262572765, -0.004994670394808054, -0.007778584957122803, 0.03438953310251236, -0.0030346715357154608, 0.009730054065585136, 0.027279634028673172, 0.014096979051828384, -0.03438953310251236, 0.004455627873539925, 0.02416820079088211, 0.013803577050566673, -0.00772399827837944, -0.02261248230934143, -0.014915778301656246, 0.004943495616316795, 0.01004392746835947, 0.010944605804979801, -0.02890358492732048, 0.0028043845668435097, 0.007362362463027239, -0.00411105016246438, -0.008338097482919693, 0.036272771656513214, 0.011927163228392601, 0.001301548327319324, 0.0003742164699360728, -0.008106104098260403, -0.011681524105370045, -0.01656702160835266, 0.016335029155015945, -0.032560884952545166, -0.04940083622932434, -0.037637434899806976, -0.0020077619701623917, -0.007457889150828123, -0.010385093279182911, -0.0010115571785718203, 0.01531153079122305, 0.039356909692287445, 0.009457121603190899, -0.004349866416305304, 0.015652695670723915, 0.002074289368465543, -0.03130539134144783, 0.0007991813472472131, -0.0067175584845244884, 0.00892490241676569, 0.014615551568567753, 0.010248626582324505, -0.020756538957357407, 0.023158349096775055, 0.008495033718645573, 0.006635678932070732, 0.006850613281130791, -0.006441214121878147, 0.011606467887759209, 0.004053052049130201, -0.025205343961715698, 0.04435158148407936, 0.013401000760495663, 0.0021527574863284826, -0.004575036000460386, 0.01456096488982439, 0.007130369544029236, 0.010296390391886234, -0.0321514829993248, 0.004107638727873564, -0.013407823629677296, 0.0273478664457798, 0.014943070709705353, 0.013837693259119987, -0.003749414347112179, 0.002538275206461549, -0.016990067437291145, -0.0245503056794405, -0.01389227993786335, -0.006113694980740547, -0.001825238112360239, 0.0016734192613512278, -0.006188751198351383, -0.013987806625664234, -0.022407783195376396, -0.004343043081462383, 0.007492005359381437, 0.009996163658797741, -0.014424499124288559, 0.015584463253617287, 0.02715681493282318, 0.022571543231606483, 0.010037103667855263, -0.004953730385750532, -0.04077615961432457, -0.00988699123263359, -0.0021459341514855623, -0.013987806625664234, 0.025218991562724113, -0.02501429244875908, -0.03089599311351776, -0.020565487444400787, -0.0027805028948932886, 0.006024991627782583, 0.020879359915852547, -0.006970021408051252, -0.027675386518239975, 0.028330424800515175, 0.00996887031942606, -0.02516440488398075, 0.01765875332057476, 0.003988230600953102, 0.024563953280448914, -0.019705748185515404, -0.028084786608815193, 0.009006782434880733, -0.004868438933044672, 0.004882085602730513, -0.02142522484064102, -0.014383559115231037, 0.002495629247277975, 0.01697641983628273, 0.022312257438898087, -0.014492731541395187, 0.0007467271061614156, 0.012609495781362057, 0.001782592386007309, -0.014997657388448715, 0.00038274560938589275, -0.00273273978382349, 0.022885415703058243, -0.012684551998972893, 0.014151565730571747, -0.003568596439436078, -0.0033587792422622442, -0.020128794014453888, 0.008535973727703094, 0.019323643296957016, 0.014342619106173515, -0.0009177365573123097, -0.012316092848777771, 0.004117873497307301, -0.01283466536551714, 0.003517421428114176, -0.026338016614317894, 0.028958171606063843, 0.013121244497597218, 0.025300871580839157, -0.008460916578769684, -0.037582848221063614, -0.02229860983788967, -0.005840762052685022, 0.01955563575029373, -0.007737644948065281, 0.019705748185515404, -0.017276646569371223, 0.004793382249772549, 0.036955103278160095, 0.00012655126920435578, 0.0005334983579814434, 0.0009825581219047308, -0.00878161285072565, 0.008617853745818138, 0.02710222825407982, 0.011551881209015846, 0.0017254471313208342, -0.039984654635190964, -0.014970364049077034, 0.03149644657969475, 0.00440786499530077, 0.01163376122713089, -0.019541988149285316, 0.01741311326622963, 0.011128835380077362, -0.0460437647998333, 0.02472771145403385, -0.010228157043457031, -0.0040803453885018826, 0.022476017475128174, 0.028084786608815193, -0.009777817875146866, -0.006877906620502472, 0.004568212665617466, 0.02137063816189766, -0.014574611559510231, -0.04628940299153328, 0.016580667346715927, -0.01211821660399437, 0.004540919326245785, 0.010234979912638664, 0.00795599166303873, 0.02416820079088211, -0.01872318983078003, -0.006857436615973711, -0.0028163252864032984, 0.019473755732178688, 0.02382703311741352, -0.012316092848777771, -0.0013262828579172492, 0.010671672411262989, -0.011879400350153446, 0.009416181594133377, -0.0057998220436275005, -0.005168665200471878, -0.01965116150677204, -0.013387354090809822, -0.0014311914565041661, -0.00033668821561150253, 0.0031591972801834345, 0.015652695670723915, -0.0005893642664887011, -0.0010414092103019357, 0.003415071638301015, 0.003106316551566124, -0.03722803294658661, -0.012950661592185497, 0.028603358194231987, -0.03567231819033623, -0.022530602291226387, 0.007696704939007759, 0.04759947955608368, 0.017058299854397774, -0.0028129136189818382, 0.016839955002069473, -0.011504117399454117, -0.02576485648751259, -0.014096979051828384, -0.02130240574479103, 0.016826307401061058, 0.022476017475128174, -0.0030875522643327713, -0.0007198602543212473, -0.010350977070629597, 0.01180434413254261, -0.024536659941077232, 0.007969638332724571, -0.02102947235107422, 0.010603439062833786, -0.01316218450665474, -0.020115148276090622, 0.003507186658680439, 0.040503229945898056, 0.02030620165169239, -0.027020348235964775, -0.018395671620965004, 0.004653504118323326, -0.05464114621281624, 0.02445477992296219, -0.005441597662866116, -0.015065890736877918, -0.02008785493671894, 0.002557039260864258, 0.016962774097919464, -0.0011710523394867778, 0.012425266206264496, 0.024099966511130333, 0.0019463520729914308, -0.0033195451833307743, -0.03135997802019119, -0.03321592137217522, 0.008720203302800655, 0.06277454644441605, 0.014601904898881912, -0.013025717809796333, 0.004687620792537928, -0.02117958664894104, 0.005339248105883598, -0.03086869977414608, -0.007996931672096252, 0.03902938961982727, 0.008686086162924767, -0.01855943165719509, 0.01778157241642475, 0.0022482839412987232, -0.0018405906157568097, 0.021766390651464462, -0.00844044703990221, -0.01035779993981123, -0.0038074126932770014, -0.019705748185515404, -0.02803019993007183, -0.002959615085273981, -0.01850484497845173, 0.01357840746641159, 0.020197028294205666, 0.027074934914708138, -0.01124483160674572, 0.0301863681524992, 0.032533589750528336, 0.0053870114497840405, -0.0031353156082332134, -0.0011198774445801973, 0.010466973297297955, 0.011954456567764282, 0.003824471030384302, -0.04214082658290863, 0.049073319882154465, -0.0020435843616724014, -0.01598021574318409, -0.0006102607003413141, 0.01843661069869995, 0.0015659519704058766, 0.017358526587486267, 0.009341125376522541, -0.026242488995194435, 0.005305131431668997, -0.02450936660170555, 0.008071987889707088, 0.02220308408141136, 0.0031967253889888525, -0.015802809968590736, -0.0022824006155133247, 0.0051925466395914555, -0.022789889946579933, -0.0021339934319257736, 0.021780038252472878, -0.008338097482919693, 0.02093394659459591, 0.007539768703281879, -0.01673078164458275, -0.04757218807935715, -0.015775516629219055, -0.0126913757994771, 0.014697431586682796, -0.023035528138279915, 0.009784640744328499, 0.009368418715894222, -0.009395712055265903, -0.016826307401061058, -0.02046995982527733, 0.0175632257014513, 0.013414647430181503, -0.024495719000697136, -0.013264534063637257, -0.02489147149026394, 0.008153867907822132, -0.0017962390556931496, 0.015461643226444721, -0.002060642698779702, 0.010207686573266983, 0.018109092488884926, -0.005912406835705042, -0.04304150491952896, -0.004895732272416353, -0.016676194965839386, -0.001951469574123621, -0.026761062443256378, -0.02479594573378563, -0.0012426972389221191, -0.01052838284522295, 0.038920216262340546, -0.03711886331439018, -0.0005910701001994312, 0.0040189353749156, 0.01569363661110401, -0.002081112703308463, 0.02893087826669216, 0.011497294530272484, 0.0006529064266942441, -0.0073555391281843185, 0.0018132972763851285, -0.002178344875574112, 0.008338097482919693, -0.017549579963088036, -0.02622884325683117, 0.005318778101354837, 0.016717134043574333, -0.008017401210963726, -0.010105337016284466, 0.019978681579232216, 0.019582929089665413, 0.010071220807731152, 0.0029920258093625307, 0.019896801561117172, -0.0012179625919088721, 0.01001663412898779, -0.00981193408370018, 0.017740631476044655, 0.006468507461249828, 0.028576064854860306, -0.0020401726942509413, 0.0024291020818054676, -0.01834108494222164, 0.02292635478079319, 0.01986950822174549, -0.024755004793405533, -0.006898376625031233, -0.018395671620965004, -0.04039405658841133, -0.03040471486747265, 0.0033621909096837044, -0.01797262579202652, 0.004946907050907612, -0.011736110784113407, -0.002475159475579858, -0.04432428628206253, -0.008024224080145359, 0.001238432596437633, 0.010405562818050385, -0.01965116150677204, 0.005977228283882141, 0.007048489525914192, 0.006884729955345392, -0.001576186972670257, -0.014915778301656246, 0.010678496211767197, -0.041349321603775024, -0.010774022899568081, -0.0007019490585662425, -0.0006618620827794075, 0.048172641545534134, 0.013141714967787266, 0.016362322494387627, 0.014997657388448715, 0.005042433738708496, -0.0010021751513704658, -0.005342659540474415, 0.016403261572122574, -0.028848998248577118, 0.02977696992456913, 0.03196043148636818, 0.012070453725755215, -0.0015429232735186815, -0.008535973727703094, -0.011224362067878246, 0.006952963303774595, -0.015038597397506237, 0.0008930020267143846, 0.013769459910690784, 0.012950661592185497, -0.011524587869644165, -0.021602632477879524, 0.01057614665478468, 0.018204618245363235, -0.0006546122604049742, 0.014506378211081028, 0.01085590198636055, -0.0001346539647784084, 0.012602671980857849, 0.0041008153930306435, -0.029203809797763824, -0.006714147049933672, 0.006775557063519955, -0.028303131461143494, 0.024222785606980324, -0.038729164749383926, -0.011053778231143951, 0.03283381834626198, -0.014506378211081028, 0.005908995401114225, 0.002325046341866255, 0.004957142286002636, -0.024318313226103783, -0.0012239330681040883, 0.010487442836165428, 0.020224321633577347, -0.009034075774252415, -0.00692225806415081, -0.03941149637103081, 0.0063525112345814705, 0.01355111412703991, 0.01446543913334608, 0.003691416233778, -0.0013399295276030898, -0.0412401482462883, -0.014970364049077034, 0.028330424800515175, -0.025560157373547554, -0.011995396576821804, 0.012493499554693699, -0.00474220747128129, -0.022994589060544968, -0.01372169703245163, -0.029040049761533737, -0.0056190043687820435, 0.00015704297402407974, 0.007178132887929678, -0.005601945798844099, 0.03307945653796196, -0.02127511240541935, -0.019582929089665413, -0.009682291187345982, -0.022339550778269768, 0.03196043148636818, 0.022476017475128174, 0.03722803294658661, 0.020783832296729088, 0.019978681579232216, -0.010391916148364544, -0.021124999970197678, -0.002524628536775708, 0.0018508256180211902, 0.033434268087148666, 0.016580667346715927, 0.0030500241555273533, -0.01569363661110401, 0.0007211396587081254, 0.01962386816740036, 0.004148578736931086, -0.018027212470769882, 0.006410509347915649, -0.012452559545636177, 0.014847544953227043, -0.008617853745818138, -0.012821018695831299, -0.01840931735932827, 0.008133397437632084, 0.012827841565012932, 0.005738412030041218, 0.0012870487989857793, 0.0006123929633758962, -0.003206960391253233, 0.01174293365329504, -0.016867246478796005, 0.01903706230223179, 0.01351699698716402, -0.007983285002410412, -0.00755341537296772, 0.020661013200879097, -0.013134891167283058, -0.021698158234357834, 0.011661054566502571, -0.0029493800830096006, -0.004056463949382305, -0.027743618935346603, 0.0024205727968364954, 0.029831556603312492, 0.00930018536746502, 0.005990874953567982, 0.001739093684591353, 0.019009770825505257, -0.005973816849291325, -0.0338163748383522, 0.002072583418339491, -0.001194081036373973, 0.02115229330956936, -0.02021067403256893, -0.008788436651229858, -0.01894153654575348, -0.013312297873198986, -0.02416820079088211, 0.009416181594133377, 0.020974885672330856, 0.0017928273882716894, -0.018614016473293304, 0.005595122464001179, -0.02450936660170555, -0.011661054566502571, -0.013967336155474186, 0.014888484962284565, 0.013619347475469112, -0.01277325488626957, -0.005219839978963137, 0.013714873231947422, 0.0026542714331299067, 0.010159923695027828, 0.007096252869814634, 0.0012418442638590932, 0.031141633167862892, -0.010378269478678703, -0.000607701949775219, -0.015270590782165527, 0.008542796596884727, -0.053685881197452545, 0.005359718110412359, -0.003418483305722475, -0.011422238312661648, 0.004551154561340809, -0.023786094039678574, -0.022448724135756493, -0.01768604665994644, 0.02934027649462223, 0.004892320372164249, 0.009477592073380947, 0.004772912245243788, 0.016826307401061058, 0.01174293365329504, 0.0072122495621442795, 0.008802083320915699, -0.026965761557221413, -0.0024086320772767067, -0.037801194936037064, -0.022817183285951614, 0.023212935775518417, -0.009020429104566574, 0.023376693949103355, -0.027429746463894844, 0.010303213261067867, 0.01157235074788332, -0.01267772912979126, -0.04784512147307396, -0.025300871580839157, 0.0018695896724238992, -0.012527615763247013, 0.019487401470541954, -0.02482323907315731, -0.015352469868957996, -0.010146277025341988, 0.004134932067245245, 0.0037664726842194796, -0.0023165172897279263, -0.01454731822013855, 0.0052607799880206585, 0.02168451063334942, 0.007253189105540514, -0.0036334178876131773, -0.014615551568567753, -0.01261631865054369, -0.014929424040019512, -0.031032459810376167, 0.0033007811289280653, -0.02142522484064102, 0.03305216133594513, 0.025805797427892685, -0.006932493299245834, -0.046889856457710266, -0.005554182454943657, -0.003749414347112179, -0.023649627342820168, -0.0010959957726299763, 0.0193099956959486, 0.016471493989229202, -0.010412386618554592, -0.000671670597512275, 0.01660796068608761, 0.009429828263819218, 0.019078003242611885, -0.03662758320569992, 0.00529489666223526, 0.02183462493121624, 0.018245557323098183, 0.0049605537205934525, -0.013121244497597218, -0.02588767744600773, -0.014956717379391193, -0.004718326032161713, -0.019487401470541954, -0.004418099764734507, 0.031878553330898285, 0.0012640201020985842, 0.03040471486747265, -0.010774022899568081, 0.022817183285951614, -0.00971640832722187, 0.031196219846606255, 0.011476824060082436, -0.031168926507234573, 0.006311571225523949, 0.015243297442793846, 0.012500322423875332, -0.027211401611566544, -0.0006733764312230051, -0.004114462062716484, -0.02168451063334942, 0.02725234068930149, 0.030704939737915993, 0.011824813671410084, 0.004237281624227762, 0.008508680388331413, 0.02071559987962246, 0.022353196516633034, -0.004076933953911066, 0.012336562387645245, 0.004059875383973122, 0.012322916649281979, -0.026242488995194435, 0.02336304821074009, 0.0236359816044569, -0.007410125806927681, -0.0056360624730587006, 0.004919613711535931, 0.025532864034175873, -0.012220566160976887, 0.004356689751148224, -0.007778584957122803, 0.00805151741951704, -0.01794533245265484, -0.008508680388331413, -0.04099450632929802, 0.002705446444451809, -0.004209988750517368, -0.03288840129971504, -0.023977147415280342, -0.01163376122713089, -0.012049983255565166, 0.008031047880649567, -0.010262273252010345, -0.005574652459472418, -0.012357032857835293, 0.01266408246010542, 0.01454731822013855, -0.003524244762957096, -0.0037835310213267803, 0.031196219846606255, 0.0012461087899282575, -0.026733769103884697, -0.007028019521385431, 0.2074289321899414, 0.008276687003672123, 0.01984221488237381, 0.021984737366437912, -0.011347181163728237, -0.0025348635390400887, 0.017031006515026093, 0.004994670394808054, 0.001639302703551948, 0.006219456437975168, -0.023840680718421936, 0.007260012440383434, -0.005663355812430382, 0.006871083285659552, 0.011933987028896809, -0.027620799839496613, -0.01600750908255577, -0.03455329313874245, 0.004424923099577427, 0.011094718240201473, 0.005506419576704502, -0.0006934198900125921, -0.013312297873198986, -0.00020544590370263904, 0.017740631476044655, 0.022121204063296318, -0.013974159955978394, 0.02190285734832287, 0.035836078226566315, 0.024755004793405533, -0.007478358689695597, 0.0021715215407311916, -0.01286195870488882, -0.00878161285072565, 0.001260608434677124, -0.014165212400257587, 0.036736756563186646, -0.009948400780558586, 0.02581944316625595, -0.023622334003448486, 0.00264744833111763, -0.01768604665994644, -0.012029513716697693, -0.018081799149513245, -0.015079537406563759, 0.021479811519384384, -0.009307008236646652, -0.005939700175076723, 0.015134124085307121, -0.0015608344692736864, -0.053931523114442825, -0.024209139868617058, 0.002684976439923048, 0.007846818305552006, -0.009266069158911705, 0.0036845928989350796, -0.009579941630363464, 0.03635464981198311, -0.013100774958729744, 0.03168749809265137, 0.005301719531416893, 0.01357840746641159, -0.012889252044260502, 0.02797561325132847, -0.014274385757744312, 0.024318313226103783, -0.0154207032173872, -0.0016000685282051563, 0.015679989010095596, -0.02236684411764145, 0.011613290756940842, -0.007341892458498478, -0.004455627873539925, -0.0019617045763880014, -0.011394944973289967, -0.022639775648713112, 0.01456096488982439, 0.02339034155011177, 0.013469234108924866, 0.040011949837207794, -0.00739647913724184, -0.03455329313874245, -0.018109092488884926, -0.019692102447152138, -0.007628472056239843, -0.018136385828256607, 0.03458058834075928, -0.010849079117178917, 0.018395671620965004, -0.03321592137217522, 0.00859738327562809, -0.018231911584734917, -0.023417634889483452, -0.031223513185977936, 0.0027225047815591097, 0.02348586730659008, 0.006369569338858128, 0.025587450712919235, 0.013237240724265575, -0.005018551833927631, -0.007915051653981209, 0.07620283961296082, 0.019146235659718513, 0.001194081036373973, -0.02803019993007183, 0.0019207645673304796, -0.022189436480402946, 0.02152075245976448, -0.02890358492732048, 0.001636743894778192, 0.0136739332228899, -0.018695896491408348, -0.008379037491977215, -0.017836159095168114, 0.0031387272756546736, -0.0018150031100958586, 0.00667320704087615, -0.0273478664457798, 0.014069685712456703, -0.01610303483903408, -0.024523012340068817, -0.022353196516633034, 0.02202567830681801, 0.025123463943600655, -0.005690649151802063, -0.008706556633114815, 0.0021919915452599525, -0.011238008737564087, -0.025805797427892685, -0.012466206215322018, 0.022571543231606483, -0.0005091902567073703, 0.007819524966180325, -0.0026713297702372074, -0.024686772376298904, -0.001236726762726903, 0.01189986988902092, 0.008788436651229858, -0.0036880045663565397, -0.010849079117178917, -0.028357718139886856, -0.006359334569424391, -5.975735984975472e-05, -0.007655765395611525, -0.005131136626005173, 0.004622799344360828, 0.0014209564542397857, 0.0032018430065363646, -0.005076550412923098, -0.017358526587486267, -0.013100774958729744, 0.01091731246560812, -0.014028746634721756, 0.0021459341514855623, 0.016335029155015945, 0.012827841565012932, 0.004868438933044672, -0.014247092418372631, 0.016744427382946014, -0.008447269909083843, -0.03922044485807419, -0.006270631216466427, 0.027279634028673172, 0.014356265775859356, -0.01390592660754919, -0.017031006515026093, -0.1741311252117157, 0.02616060897707939, 0.003128492273390293, -0.013298651203513145, 0.030131781473755836, 0.0023608687333762646, -0.006291101220995188, 0.019692102447152138, 0.006894965190440416, -0.012698198668658733, 0.038046833127737045, -0.01772698573768139, -0.019078003242611885, -0.03247900307178497, 0.006434390787035227, -0.016157621517777443, -0.003357073524966836, 0.02208026312291622, 0.04877309128642082, 0.010835432447493076, 0.04413323476910591, 0.015625402331352234, 0.007730821613222361, -0.021889211609959602, -0.001321165356785059, 0.0019531752914190292, -0.00828351080417633, 0.023131055757403374, -0.03572690486907959, -0.0351264514029026, -0.006304747890681028, 0.021534398198127747, 0.03856540471315384, 0.004575036000460386, -0.0029084403067827225, 0.0154207032173872, -0.0009126190561801195, 0.0008563266601413488, -0.011367651633918285, -0.005526889115571976, 0.0072190728969872, 0.026051435619592667, 0.004691032692790031, 0.009040899574756622, 0.03002260811626911, -0.013093951158225536, 0.027702679857611656, 0.01446543913334608, -0.006113694980740547, -0.03247900307178497, 0.009668644517660141, -0.018013564869761467, 0.0010627320734784007, 0.0009262657258659601, -0.006755087058991194, 0.02710222825407982, -0.0013160478556528687, 0.010630732402205467, -0.003003966761752963, -0.0064787426963448524, 0.004104227293282747, -0.02569662407040596, 0.02127511240541935, -0.009675468318164349, 0.0002682417689356953, 0.0018422964494675398, -0.013216771185398102, 0.03179667145013809, -3.739499152288772e-05, 0.029149223119020462, 0.031441859900951385, -0.004759265575557947, 0.012541262432932854, 0.011081071570515633, 0.0006635678582824767, 0.0059635816141963005, -0.020101500675082207, 0.004336219746619463, 0.014833898283541203, 0.01816367730498314, -0.0066220322623848915, 0.011626937426626682, -0.0039370558224618435, -0.017112886533141136, -0.0217118039727211, 0.0020691717509180307, -2.96654507110361e-05, 0.007990107871592045, -0.015488936565816402, -0.012814194895327091, 0.0052300747483968735, -0.02691117487847805, -0.021411579102277756, 0.000712610490154475, 0.00571453059092164, -0.006881318520754576, 0.014970364049077034, 0.007730821613222361, 0.003691416233778, 0.011531410738825798, 0.00979828741401434, 0.0021936974953860044, 0.002372809685766697, 0.028739824891090393, 0.013537467457354069, 0.008904432877898216, -0.005782763939350843, -0.00028402070165611804, 0.02217579074203968, -0.01765875332057476, -0.025682976469397545, 0.020169734954833984, 0.006239926442503929, 0.004230458289384842, 0.021329699084162712, 0.03089599311351776, 0.014997657388448715, -0.013557936996221542, 0.012923368252813816, -0.006550387479364872, 0.024768652394413948, 0.002386456122621894, 0.011940809898078442, -0.00722589623183012, -0.0013552819145843387, -0.008140221238136292, -0.07936885952949524, -0.0015906865010038018, 0.00650944747030735, 0.002174933208152652, 0.005349482875317335, 0.009013606235384941, -0.01175658032298088, 0.013373707421123981, -0.030704939737915993, 0.016143975779414177, -0.021384285762906075, -0.01544799655675888, -0.01454731822013855, -0.010310037061572075, 0.0154207032173872, 0.004759265575557947, -0.012902898713946342, -0.02438654564321041, -0.010180393233895302, 0.012780078686773777, -0.009730054065585136, -0.01573457568883896, 0.013209947384893894, -0.005219839978963137, 0.0016427143709734082, -0.005008317064493895, -0.02450936660170555, -0.006065931636840105, 0.017890745773911476, 0.004319161642342806, -0.02021067403256893, -0.004854792263358831, -0.002664506435394287, -0.012541262432932854, -0.015175064094364643, 0.00882937666028738, 0.015270590782165527, -0.01591198332607746, 0.03212419152259827, -0.013414647430181503, 0.008106104098260403, 0.00289308768697083, 0.011354004964232445, -0.015720929950475693, -0.010808139108121395, 0.010733082890510559, -0.02404537983238697, 0.01794533245265484, -0.007662588730454445, -0.005680413916707039, -0.046180229634046555, -0.022912709042429924, -0.008379037491977215, -0.018272850662469864, 0.020893005654215813, -0.0038347060326486826, 0.008556443266570568, -0.0010601733811199665, -0.037855781614780426, -0.013134891167283058, -0.01619856245815754, -0.027088580653071404, -0.02504158578813076, 0.018818717449903488, -0.0060522849671542645, 0.017235707491636276, -0.027634447440505028, -0.029531329870224, 0.04918249323964119, -0.02788008563220501, -0.0027139754965901375, 0.028739824891090393, -0.026065083220601082, 0.020688306540250778, -0.02358139492571354, -0.01952834241092205, -0.01610303483903408, -0.007130369544029236, 0.014601904898881912, -0.014915778301656246, 0.0002872191253118217, -0.010637556202709675, 0.0008708262466825545, -0.007737644948065281, 0.014711078256368637, 0.00138769275508821, 0.02329481579363346, 0.01372169703245163, 0.013953689485788345, -0.0403667613863945, -0.01374899037182331, 0.018914243206381798, 0.01086954865604639, -0.0238952673971653, -0.02435925230383873, -0.0002213314437540248, -0.02824854478240013, -0.013250887393951416, -0.00675167515873909, 0.02423643320798874, -0.011217538267374039, -0.009252422489225864, -0.06943410634994507, 0.006976844742894173, -0.0062262797728180885, 0.002669624052941799, -0.005117489956319332, 0.0019685279112309217, 0.01544799655675888, -0.017426759004592896, -0.0042441049590706825, 0.007198602892458439, -0.023813387379050255, 0.0359998382627964, -0.002306282287463546, 0.00032218865817412734, -0.0236359816044569, 0.002036761026829481, 0.008310804143548012, -0.010303213261067867, 0.011115188710391521, -0.007505652029067278, -0.003988230600953102, -0.020920298993587494, 0.028603358194231987, -0.00876796618103981, -0.009102309122681618, 0.01775427907705307, -0.02931298315525055, 0.009006782434880733, -0.014847544953227043, -0.007321422453969717, 0.028084786608815193, -0.003838117467239499, -0.003653887892141938, -0.024686772376298904, -0.012152332812547684, -0.009218305349349976, 0.005506419576704502, 0.01763145998120308, 0.03665487468242645, -0.008699732832610607, -0.011695170775055885, -0.048199933022260666, 0.011824813671410084, -0.024250078946352005, -0.0066220322623848915, 0.0015190416015684605, -0.019078003242611885, 0.009054546244442463, 0.0022363432217389345, 0.0158573966473341, 0.03327050805091858, 0.02846689149737358, -0.04874579980969429, -0.023813387379050255, -0.008474563248455524, -0.020265260711312294, 0.020292554050683975, 0.012670905329287052, 0.0026747414376586676, 0.0034508942626416683, 0.0438603013753891, -0.00010202996054431424, 0.010071220807731152, -0.015584463253617287, -0.010603439062833786, 0.0025058642495423555, -0.03911127150058746, -0.01959657482802868, 0.021602632477879524, -0.026242488995194435, -0.015024950727820396, -0.01741311326622963, 0.006652737036347389, -0.00931383203715086, 0.02504158578813076, -0.01351699698716402, 0.013619347475469112, 0.02841230481863022, -0.009020429104566574, 0.02329481579363346, 0.031196219846606255, 0.015570816583931446, -0.014874838292598724, 0.030595768243074417, 0.03681863471865654, -0.00570770725607872, -0.003128492273390293, 0.012206919491291046, -0.002493923529982567, 0.017372172325849533, -0.005533712450414896, 0.03411659970879555, 0.014874838292598724, 0.006270631216466427, 0.003444070927798748, 0.0029306160286068916, 0.009115955792367458, 0.00795599166303873, 0.0013706344179809093, 0.019855862483382225, 0.026297075673937798, 0.009941577911376953, -0.012432089075446129, -0.014288032427430153, -0.04063969478011131, 0.003995053935796022, -0.03728261962532997, -0.02283082902431488, 0.012643611989915371, 0.03236982971429825, 0.016717134043574333, 0.006778968498110771, -0.01110154204070568, 0.001444838009774685, -0.02127511240541935, 0.01317583117634058, -0.0012281975941732526, -0.012705022469162941, 0.0029920258093625307, 0.014847544953227043, 0.005683825816959143, -0.007205426227301359, 0.009989340789616108, -0.038729164749383926, 0.02027890831232071, -0.011408591642975807, -0.0008691204129718244, -0.014083332382142544, -0.002348928013816476, -0.0024615128058940172, -0.012377502396702766, -0.0028402069583535194, 0.008638323284685612, -0.0038551758043468, -0.007137192878872156, -0.013059834949672222, -0.02164357155561447, 4.9922182370210066e-05, 0.01887330412864685, 0.07063501328229904, 0.014124272391200066, -0.0035378914326429367, -0.008965842425823212, 0.01622585579752922, -0.014110625721514225, 0.01350335031747818, -0.004489744547754526, -0.021193232387304306, -0.011435884982347488, 0.016457848250865936, 0.008993135765194893, 0.0010098513448610902, -0.032042309641838074, 0.008535973727703094, 0.026406249031424522, -0.03458058834075928, 0.0008064311696216464, 0.014410852454602718, -0.02588767744600773, 0.010651202872395515, -0.022980941459536552, 0.005250544752925634, -0.01566634327173233, -0.019514694809913635, -0.0030295541509985924, 0.019678454846143723, -0.009962047450244427, -0.01753593236207962, -0.024836884811520576, 0.02506887912750244, 0.008747496642172337, -0.020783832296729088, -0.006137576419860125, -0.014124272391200066, -0.0040428172796964645, 0.0010388505179435015, 0.0012716962955892086, 0.015625402331352234, 0.007969638332724571, -0.007812701165676117, -0.002874323632568121, -0.012063629925251007, -0.026174256578087807, -0.008802083320915699, -0.0029920258093625307, 0.015379763208329678, -0.020115148276090622, 0.0030261424835771322], \"8f4c64d7-b948-4df5-a4cd-adee10d19bf7\": [0.005794907454401255, -0.018484486266970634, 0.007536199409514666, -0.017652612179517746, 0.010990584269165993, 0.015086498111486435, -0.02912963181734085, -0.010948286391794682, -0.023644912987947464, -0.03665878251194954, 0.03615119680762291, -0.008516116999089718, -0.010215110145509243, -0.017948703840374947, -0.0024656555615365505, 0.0003447775961831212, 0.017215527594089508, -0.026648113504052162, 0.011258475482463837, -0.005340197589248419, -0.014177078381180763, 0.0053225732408463955, -0.023532116785645485, 0.0022876488510519266, -0.02513946406543255, 0.01056054886430502, 0.010722693055868149, -0.0467822439968586, -0.0030543110333383083, -0.015467185527086258, 0.028678447008132935, 0.002832243451848626, -0.012280691415071487, -0.013472101651132107, -0.016341356560587883, -0.0033645005896687508, -0.005597514100372791, -0.016524650156497955, 0.014593014493584633, -0.01976754330098629, 0.009566531516611576, 0.013112563639879227, 0.00491721136495471, 0.0052873240783810616, -0.027649180963635445, 0.017257826402783394, 0.022728445008397102, -0.012901071459054947, -0.012760075740516186, 0.028692545369267464, -0.006274291314184666, 0.004515375010669231, -0.011991651728749275, -0.012478085234761238, 0.016242660582065582, 0.0035495569463819265, -0.004522424656897783, 0.030652381479740143, -0.02780427597463131, 0.010750892572104931, 0.01003181654959917, -0.007268308196216822, -0.04861518368124962, -0.013895087875425816, -0.009524233639240265, -0.0007794396951794624, -0.012527433224022388, 0.04500570520758629, 0.0012478085700422525, -0.012830573134124279, 0.021699178963899612, -0.002388108056038618, -0.00715198740363121, -0.0312727615237236, 0.035164229571819305, -0.01487500499933958, -0.016848940402269363, -0.026732711121439934, -0.009326839819550514, -0.013655396178364754, 0.01121617667376995, 0.00444840220734477, -0.002277074381709099, 0.01075794268399477, 0.007451602257788181, 0.023024534806609154, 0.008043782785534859, 0.00396549329161644, -0.038773711770772934, -0.01477630902081728, 0.023038633167743683, 0.03169574588537216, 0.01659514755010605, 0.004543574061244726, -0.00035491163725964725, 0.029891006648540497, -0.0071096885949373245, 0.009270441718399525, 0.00917174480855465, -0.0029203654266893864, -0.002795231994241476, 0.016848940402269363, -0.022277260199189186, -0.012548582628369331, -0.03564361482858658, 0.008001483976840973, 0.011159778572618961, -0.010313807055354118, 0.005601038690656424, -0.013013867661356926, -0.031554751098155975, 0.010525300167500973, -0.001124437665566802, -0.033387690782547, 0.01261203084141016, -0.009453735314309597, 0.013732943683862686, -0.011596864089369774, -0.004236909095197916, -0.004617596510797739, 0.011152729392051697, -0.009517183527350426, 0.02966541424393654, 0.0005476786755025387, -0.010574648156762123, 0.012929270043969154, -0.024645980447530746, 0.002458605682477355, 0.005523491185158491, -0.0036130049265921116, 0.01966884545981884, 0.008657111786305904, 0.02757868357002735, 0.005657436791807413, -0.004021891392767429, 0.011039933189749718, 0.0005472380435094237, 0.012287741526961327, -0.0289322379976511, -0.014734010212123394, 0.010941236279904842, 0.05219646543264389, -0.02726849354803562, 0.0060698483139276505, 0.01030675694346428, 0.0014751635026186705, 0.001557116978801787, -4.8935286031337455e-05, 0.006394137628376484, -0.005022957921028137, -0.0033239645417779684, -0.018597282469272614, -0.010948286391794682, 0.001892862026579678, -0.00978507474064827, -0.0016628634184598923, -0.009587680920958519, 0.025449654087424278, -0.013168961741030216, 0.005266175139695406, -0.01615806296467781, 0.02347571961581707, -0.008854505605995655, -0.005650387145578861, -0.005396595690399408, 0.0203879214823246, 0.025153564289212227, 0.007536199409514666, -0.0021043550223112106, 0.023010434582829475, 0.012330040335655212, 0.009644079022109509, -0.014917303808033466, 0.0022065765224397182, 0.009919020347297192, 0.026309724897146225, 0.012463985942304134, 0.00225063762627542, -0.04232679307460785, 0.016722043976187706, -0.0224323533475399, -0.006443485617637634, 0.008410369977355003, 0.05383200943470001, -0.005939427763223648, 0.004258058499544859, 0.03513603284955025, 0.026916004717350006, -0.008798107504844666, 0.00984147284179926, 0.011646213009953499, 0.026027735322713852, 0.011632113717496395, 0.009940169751644135, -0.6492552161216736, -0.023123230785131454, 0.011674411594867706, -0.009545383043587208, 0.008227076381444931, 0.007599647156894207, -0.006559806875884533, 0.0341772623360157, -0.0401836633682251, 0.014226427301764488, -0.012985668145120144, 0.006676128134131432, -0.02482927404344082, -0.009552432224154472, -0.014430870302021503, -0.022108064964413643, 0.013401604257524014, -0.015777375549077988, 0.012012800201773643, 0.009199944324791431, -0.00973572675138712, 0.001871712738648057, -0.00046704697888344526, 0.011773108504712582, 0.02061351388692856, 0.005851305555552244, 0.02192477136850357, -0.005900654010474682, -0.012287741526961327, 0.0031177587807178497, -0.010962385684251785, 0.003993692342191935, 0.04131162539124489, 0.02780427597463131, 0.03953508660197258, -0.011568665504455566, 0.01328175887465477, 0.01152636669576168, -0.005692685954272747, 0.0582592636346817, -0.015918370336294174, -0.01965474709868431, 0.026493018493056297, 0.0032517043873667717, 0.016609247773885727, -0.009467835538089275, 0.04932016134262085, -0.001421408960595727, -0.024645980447530746, 0.015579981729388237, 0.0029785260558128357, -0.012344139628112316, -0.0005758777260780334, -0.010821389965713024, -0.0030525485053658485, -0.012992718257009983, 0.03615119680762291, -0.00947488471865654, 0.008727610111236572, -0.002994387876242399, 0.0016628634184598923, 0.0031230461318045855, 0.0005741153145208955, -0.0467822439968586, -0.008100180886685848, 0.005629237741231918, 0.009214043617248535, -0.008262325078248978, 0.017582114785909653, -0.004212235100567341, 0.023518018424510956, 0.006436435971409082, -0.011110430583357811, -0.02246055379509926, -0.013873938471078873, 0.03942228853702545, 0.0308779738843441, -0.016538750380277634, -0.0038949954323470592, 0.012710727751255035, 0.008678261190652847, 0.00984147284179926, 0.02574574388563633, -0.030962571501731873, 0.029524417594075203, 0.007719493471086025, -0.02872074581682682, -0.02254514954984188, 0.009665228426456451, 0.0038280226290225983, -0.009566531516611576, 0.015918370336294174, -0.0006578312604688108, -0.029693612828850746, -0.0036130049265921116, 0.0223336573690176, -0.0023510968312621117, -0.007201335392892361, 0.009629979729652405, -0.009023699909448624, -0.017116831615567207, 0.003093084553256631, 0.009594731032848358, 0.015312090516090393, 0.0166938453912735, 0.024561382830142975, -0.006147395819425583, -0.008882705122232437, 0.005717359948903322, -0.012040999718010426, -0.015509484335780144, -0.0218401737511158, 0.009559482336044312, 0.012492184527218342, 0.003849172033369541, -0.03220332786440849, 0.011681461706757545, 0.009587680920958519, -0.004892537370324135, 0.00895320251584053, 0.002618987811729312, 0.002074393443763256, -0.003110709134489298, 0.0011579239508137107, 0.016284959390759468, 0.012816473841667175, -0.010588748380541801, 0.007479801308363676, -0.004599972162395716, 0.012499234639108181, 0.0030172995757311583, -0.006915820296853781, 0.020557116717100143, -0.012478085234761238, 0.017130929976701736, 0.008198877796530724, 0.006062798202037811, -0.023109132423996925, 0.023518018424510956, -0.027254393324255943, -0.013951485976576805, -0.007881637662649155, 0.0004622002597898245, -0.01415592897683382, -0.006873521488159895, -0.019485551863908768, -0.01070154458284378, -0.008029683493077755, -0.01813199743628502, 0.030201196670532227, -0.005995825864374638, 0.010877788066864014, -0.011625063605606556, 0.025788042694330215, 0.011427669785916805, 0.0061685447581112385, 0.0064963591285049915, -0.008276424370706081, -0.014402670785784721, -0.009792124852538109, 0.013035017065703869, -0.0049947588704526424, -0.0207827091217041, -0.0273812897503376, -0.01844218745827675, -0.0171873290091753, -0.01003886666148901, 0.023828208446502686, 0.009094197303056717, -0.016637446358799934, 0.006369463168084621, 0.010243309661746025, -0.019739342853426933, -0.022220861166715622, 0.0076560452580451965, -0.0009385000448673964, -0.005082881078124046, -0.0025872639380395412, -0.011723760515451431, 0.008480868302285671, 0.02112109772861004, -0.004064189735800028, -0.010652195662260056, -0.008480868302285671, 0.03502323478460312, 0.009044849313795567, 0.019697045907378197, 0.03871731460094452, -0.012527433224022388, 0.005875979550182819, -0.0033468762412667274, 0.0008702054619789124, -0.014550716616213322, 0.046274662017822266, -0.015706878155469894, 0.014423820190131664, -0.007289457600563765, 0.0036799777299165726, 0.001963359769433737, 0.02625332772731781, 0.020162329077720642, 0.018766475841403008, 0.004698668606579304, 0.002185427350923419, -0.0018135522259399295, -0.021854273974895477, -0.005995825864374638, -0.040014468133449554, 0.005259125027805567, 0.001668150769546628, 0.02048661932349205, -0.02050071768462658, -0.020218728110194206, -0.0109200868755579, 0.02048661932349205, 0.008586614392697811, -0.007754742167890072, 0.0040148417465388775, -0.008149528875946999, -0.003198831109330058, 0.030144797638058662, 0.013105514459311962, 0.003012012457475066, -0.0021907147020101547, -0.02574574388563633, 0.008572515100240707, 0.019894437864422798, 0.021896572783589363, 0.002823431044816971, -0.02595723792910576, -0.008833356201648712, 0.0018999117892235518, -0.0037293259520083666, -0.011195028200745583, 0.008671212010085583, 0.008910903707146645, 0.03719456493854523, -0.04119883105158806, 0.018695978447794914, 0.0015624043298885226, 0.014014934189617634, 0.021755576133728027, 0.03262631595134735, -0.026027735322713852, 0.013627196662127972, 0.006478734780102968, 0.03615119680762291, 0.0037927739322185516, -0.0156363807618618, 0.0062496173195540905, 0.009235193021595478, 0.026478920131921768, 0.001961597241461277, -0.0002537915715947747, 0.01656694896519184, -0.00834692269563675, -0.0059218029491603374, -0.0025097166653722525, -0.005163953173905611, 0.01925995945930481, -6.487987411674112e-05, 0.01512879692018032, 0.021544083952903748, 0.013458002358675003, 0.008269375190138817, -0.024138396605849266, -0.029383422806859016, -0.016637446358799934, 0.014564815908670425, -0.005340197589248419, 0.0026648114435374737, -0.006951068993657827, -0.01121617667376995, 0.0022153889294713736, 7.038750482024625e-05, 0.0070638651959598064, -0.0020232826936990023, -1.485683060309384e-05, 0.008664161898195744, 0.013817540369927883, -0.04088864102959633, -0.024378089234232903, 0.006129771005362272, 0.026831407099962234, 0.0037751495838165283, -0.01106108259409666, 0.0003405917959753424, 0.0030296368058770895, -0.0052415006794035435, 0.00648930948227644, -0.007046240847557783, 0.019274059683084488, 0.01225249283015728, -0.009136496111750603, -0.00823412649333477, -0.008544315584003925, 0.024011502042412758, -0.016651546582579613, -0.01518519502133131, -0.0036447288002818823, 0.015410787425935268, -0.021177496761083603, 0.00021920364815741777, 0.005981726106256247, 0.038886506110429764, 0.001060989685356617, -0.021388988941907883, -0.04046565294265747, -0.0015438987175002694, -0.039986271411180496, 0.006425861269235611, -0.006958118639886379, -0.002009183168411255, -0.009129446931183338, 0.0144167710095644, 0.005329622887074947, 0.016707943752408028, -0.024025600403547287, 0.02284124121069908, 0.00509698037058115, 0.0012892258819192648, -0.0378713421523571, -0.01266137883067131, 0.0172860249876976, 0.04435712471604347, 0.013352256268262863, 0.00905894860625267, -0.005206251982599497, -0.033303093165159225, 0.0103420065715909, -0.013888038694858551, -0.010687444359064102, 0.016637446358799934, -0.009319789707660675, -0.03561541438102722, -0.007226009853184223, -0.004748017061501741, -0.0030684105586260557, 0.0345720499753952, -0.02862204797565937, 0.002772320294752717, 0.0016091089928522706, -0.014402670785784721, -0.002358146710321307, 0.008480868302285671, -0.02110699750483036, 0.003535457421094179, 0.02535095624625683, 0.032569918781518936, -0.010934186168015003, 0.02716979756951332, 0.023236026987433434, -0.0021907147020101547, -0.013288808055222034, -0.006535132881253958, 0.005022957921028137, -0.008353971876204014, 0.010320857167243958, -0.02511126548051834, 0.04511849954724312, 0.00342442374676466, 0.015269792638719082, -0.013295858167111874, 0.01627085916697979, 0.0144167710095644, 0.02006363309919834, -0.006284866016358137, -0.01261203084141016, 0.008220026269555092, -0.023955103009939194, -0.002722972072660923, 0.03849171847105026, -0.0061156717129051685, 0.016764342784881592, 0.008128379471600056, 0.0018946245545521379, -0.03584100678563118, -0.018075598403811455, 0.016736144199967384, 0.019936736673116684, 0.019823940470814705, 0.006873521488159895, -0.022108064964413643, -0.05025072768330574, -0.022192662581801414, -0.04337015748023987, 0.004649320617318153, -0.004455451853573322, 0.008008534088730812, -0.020331524312496185, -0.00563981244340539, -0.006545707583427429, -0.02719799615442753, 0.005809006746858358, 0.03276731073856354, -0.0285374503582716, -0.009615880437195301, 0.005414220038801432, 0.025280458852648735, 0.005872454959899187, 0.0019968461710959673, -0.008530216291546822, -0.004515375010669231, 0.016538750380277634, -0.010638096369802952, -0.04162181541323662, 0.0012284216936677694, -0.026182830333709717, 0.01708863116800785, 0.0041276379488408566, 0.009820323437452316, 0.005072306375950575, 0.008875655010342598, 0.036094799637794495, -0.007888687774538994, 0.015565882436931133, -0.0078181903809309, -0.024772876873612404, -0.008135429583489895, -0.005720885004848242, 0.009714577347040176, 0.02387050725519657, -0.005847780499607325, 0.0188369732350111, -0.006411761976778507, -0.017976902425289154, 0.0016135150799527764, -0.008847455494105816, 0.003219980513677001, 0.014029033482074738, 0.015988867729902267, 0.016637446358799934, -0.0078040906228125095, 0.0002965307794511318, -0.001145586953498423, -0.010941236279904842, -0.002566114766523242, 0.010285608470439911, 0.0006684059044346213, -0.004409628454595804, 0.010151662863790989, 0.011596864089369774, 0.012788275256752968, -0.01893567107617855, -0.02100830152630806, -0.019302258267998695, 0.006588005926460028, 0.004473076201975346, 0.001709568197838962, 0.012033949606120586, -0.006750150583684444, -0.026831407099962234, -0.020148230716586113, 0.011258475482463837, -0.018808774650096893, 0.0003648253623396158, -0.021078798919916153, 0.011455869302153587, -0.05253485217690468, -0.014395621605217457, 0.005329622887074947, -0.004395528696477413, -0.009989517740905285, -0.01761031523346901, -0.012548582628369331, -0.005273224785923958, 0.012957469560205936, -0.0074093034490942955, 0.010990584269165993, -0.0401836633682251, -0.008607763797044754, -0.008170678280293941, 0.0053225732408463955, 0.044526319950819016, -0.01844218745827675, 0.025054866448044777, -0.010891888290643692, -0.014282825402915478, -0.021896572783589363, -0.009587680920958519, 0.00648578442633152, -0.022206760942935944, 0.044526319950819016, 0.03192133828997612, 0.0223336573690176, -0.015509484335780144, -0.002158990828320384, -0.008882705122232437, 0.007282407954335213, -0.013598998077213764, -0.013902137987315655, 0.025506051257252693, -0.010750892572104931, 0.007599647156894207, 0.0016126339323818684, 0.00984147284179926, 0.018075598403811455, -0.007430452853441238, 0.023292426019906998, 0.013789341785013676, 0.000496567867230624, 0.014198227785527706, -0.0049418858252465725, -0.03335949033498764, -0.008163628168404102, -0.00522387633100152, -0.023630814626812935, 0.003810398280620575, -0.03851991891860962, -0.026930104941129684, 0.007395204156637192, -0.004300356842577457, 0.004779741168022156, -0.0028974537272006273, 0.00351430824957788, -0.013006817549467087, 0.015579981729388237, 0.02058531530201435, 0.008509066887199879, -0.019795741885900497, -0.00036394415656104684, -0.009376187808811665, 0.008635963313281536, 0.0335850827395916, 0.001758035272359848, 0.03694077208638191, -0.00023043921100907028, 0.00033860906842164695, -0.008995501324534416, 0.035079631954431534, -0.02377180941402912, -0.029496219009160995, -0.0057349842973053455, -0.020627614110708237, -0.0030313991010189056, -0.03183674067258835, -0.015396688133478165, -0.007018041796982288, -0.008579565212130547, 0.006076897960156202, -0.004889012314379215, 0.029778210446238518, -0.03132915869355202, -0.01700403541326523, -0.014705810695886612, -0.028875840827822685, 0.009432586841285229, 0.029468020424246788, 0.030539585277438164, 0.039196696132421494, 0.004374379757791758, -0.02316552959382534, 0.020232826471328735, -0.003743425477296114, -0.001669913181103766, 0.03141375631093979, 0.030144797638058662, 0.0011376559268683195, -0.02458958327770233, -0.0005908584571443498, 0.008255275897681713, 0.01945735327899456, -0.005163953173905611, 0.02884764038026333, 0.008586614392697811, 0.0028058066964149475, -0.025477852672338486, -0.01625675894320011, -0.0027353090699762106, 0.012619080021977425, -0.007324706297367811, 0.03795593976974487, 0.0021713278256356716, -0.009044849313795567, -0.009319789707660675, 0.018470386043190956, -0.016961736604571342, 0.031357359141111374, 0.01976754330098629, -0.007606697268784046, 0.002733546542003751, 0.008107230067253113, -0.022277260199189186, -0.006411761976778507, 0.002818143693730235, 0.03344408795237541, -0.012040999718010426, -0.0007010110421106219, 0.009481934830546379, 0.023109132423996925, -0.0010627522133290768, 0.006803023628890514, -0.011350122280418873, 0.02523816004395485, -0.030765177682042122, -0.019499652087688446, 0.0038632715586572886, -0.004335606005042791, 0.019950836896896362, -0.0047409674152731895, -0.01625675894320011, -0.017271926626563072, -0.0006291915779002011, -0.01615806296467781, 0.006834747735410929, 0.014275775291025639, 0.011068131774663925, -0.0304831862449646, -0.0026242751628160477, -0.019104864448308945, -0.008932053111493587, -0.0056680114939808846, 0.03964788094162941, -0.005163953173905611, -0.016806641593575478, -0.007479801308363676, -0.014148879796266556, 0.013422753661870956, 0.01255563274025917, 0.01811789721250534, 0.009559482336044312, 0.023630814626812935, -0.020543016493320465, 0.005660961847752333, 0.0006741338293068111, 0.0015227494295686483, -0.019443253055214882, 0.016397755593061447, -0.017243726179003716, -0.021981168538331985, 0.011427669785916805, 0.0007380223250947893, -0.045767080038785934, -0.022079866379499435, 0.014184128493070602, 0.01739882118999958, 0.0025819765869528055, 0.02780427597463131, 0.020035434514284134, 0.01872417703270912, 0.005417745094746351, 0.002617225516587496, -0.014085431583225727, 0.01935865730047226, -0.016538750380277634, 0.0033186771906912327, 0.020204627886414528, -0.006637354381382465, -0.00953128281980753, -0.01925995945930481, 0.005361346527934074, 0.01518519502133131, -0.015100598335266113, -0.024152496829628944, 0.0009719864465296268, 0.00018538680160418153, -0.03296470269560814, -0.007472751662135124, -0.0339798703789711, -0.029496219009160995, -0.00942553672939539, 0.022291358560323715, 0.015805574133992195, 0.00021204372751526535, 0.01483270712196827, 0.0037892491091042757, 0.019415054470300674, -0.00900255050510168, -0.008939103223383427, -0.022728445008397102, -0.02860794961452484, -0.020359722897410393, -0.015269792638719082, -0.01050415076315403, -0.023320624604821205, 0.021360790356993675, 0.015171095728874207, -0.008064932189881802, -0.03643319010734558, 0.0042333840392529964, -0.007289457600563765, -0.03028579242527485, -0.007775891572237015, 0.01576327532529831, 0.016961736604571342, 0.0409732386469841, -0.023630814626812935, 0.007215435151010752, 0.010786141268908978, 0.008361021988093853, -0.014071332290768623, 0.004532999359071255, 0.0016399517189711332, 0.0068453224375844, 0.016707943752408028, -0.027776077389717102, -0.035784609615802765, -0.027649180963635445, 0.007032141089439392, 0.014593014493584633, -0.0015588793903589249, 0.011187978088855743, -0.022474652156233788, 0.029496219009160995, -0.01700403541326523, 0.008882705122232437, -0.01790640503168106, 0.01937275566160679, 0.0166938453912735, -0.03973247855901718, -0.0012971569085493684, 0.03037039004266262, 0.006161495111882687, -0.020261026918888092, -0.018695978447794914, 0.004846713971346617, -0.008551365695893764, 0.011307824403047562, -0.01965474709868431, 0.012901071459054947, -4.3482734326971695e-05, -0.008819256909191608, 0.010172811336815357, 0.006105097010731697, -0.018893372267484665, 0.016524650156497955, 0.00157650385517627, 0.008551365695893764, -0.0118929548189044, 0.017427019774913788, 0.011829506605863571, -0.009587680920958519, 0.033613283187150955, -0.017215527594089508, 0.004571773111820221, -0.010327906347811222, -0.0018999117892235518, -0.012534483335912228, 0.0004758591821882874, -0.0022224385756999254, -0.014536616392433643, -0.03736375644803047, -0.0030807475559413433, 0.028988637030124664, -0.013056165538728237, -0.022277260199189186, -0.017455220222473145, -0.012894021347165108, 0.0146635128185153, -0.01307731494307518, -0.013211260549724102, -0.010715643875300884, 0.0037293259520083666, -0.0038456472102552652, 0.010638096369802952, -0.03584100678563118, 0.02071221172809601, 0.02336292341351509, -0.004645795561373234, 0.0010521775111556053, 0.19976216554641724, -0.007938035763800144, 0.017962802201509476, 0.015326190739870071, 0.01659514755010605, -0.002957376651465893, 0.014071332290768623, -0.004152311943471432, -0.008262325078248978, -0.002902741078287363, -0.023095032200217247, 0.009214043617248535, -0.010518250055611134, -0.007634896319359541, -0.011343073099851608, -0.018399888649582863, -0.027550483122467995, -0.004635220859199762, -0.022206760942935944, -0.011618013493716717, -0.008960251696407795, 0.0019210610771551728, -0.0171873290091753, -0.015269792638719082, 0.012830573134124279, 0.001940447953529656, -0.030652381479740143, -0.0022629748564213514, 0.02387050725519657, 0.005590463988482952, -0.008798107504844666, -0.011653262190520763, 0.003128333482891321, 0.0036165297497063875, 0.0011861231178045273, -0.0037892491091042757, 0.03778674453496933, -0.01677844300866127, 0.015720976516604424, 0.020148230716586113, -0.008621863089501858, -0.0171873290091753, -0.004970084875822067, -0.023405222222208977, -0.03130095824599266, -0.0041946107521653175, -0.013591947965323925, 0.00207263114862144, -0.004201660398393869, 0.0035195956006646156, -0.03555901721119881, -0.013006817549467087, 0.04362395033240318, 0.018879272043704987, -0.007860488258302212, -0.004836139269173145, -0.002361671533435583, 0.009383237920701504, -0.01656694896519184, 0.002366958884522319, -0.0024268818087875843, 0.01894976943731308, -0.021022401750087738, 0.026591716334223747, -0.0218401737511158, 0.025562450289726257, -0.008720559999346733, -0.006915820296853781, -0.005608088336884975, -0.009073047898709774, -0.002210101578384638, -0.0012134409043937922, 0.005685635842382908, 0.018371690064668655, -0.016736144199967384, -0.03285190835595131, -0.0053084734827280045, 0.008248225785791874, 0.002885116497054696, 0.045569684356451035, -0.0071625616401433945, -0.002585501642897725, -0.004201660398393869, -0.01710273139178753, 0.00708148954436183, -0.03812513127923012, 0.018992068246006966, 0.007014516741037369, 0.0008618338615633547, -0.014945503324270248, 0.010179861448705196, -0.007670145016163588, -0.02306683361530304, -0.023969203233718872, 0.0015130559913814068, 0.028438754379749298, 0.0069299195893108845, 0.03451565280556679, -0.011850656010210514, -0.019006168469786644, -0.017328323796391487, 0.06773414462804794, 0.002183664822950959, -0.005632762797176838, -0.02822726219892502, -0.021149296313524246, -0.019203562289476395, 0.03192133828997612, -0.0044131530448794365, -0.008967301808297634, -0.00031657854560762644, 0.012224293313920498, 0.013309957459568977, -0.004818514920771122, -0.0002866170252673328, 0.0027000601403415203, -0.004843188915401697, -0.023095032200217247, -0.00798738468438387, -0.023348823189735413, 0.006309540010988712, -0.0078040906228125095, 0.01446611899882555, 0.0017280738102272153, -0.013246509246528149, -0.02708519995212555, -0.014346272684633732, -0.0015597606543451548, 0.004356754943728447, -0.03448745235800743, 0.03911209851503372, -0.012407587841153145, 0.005957052111625671, -0.0061685447581112385, -0.009496034123003483, 0.0067642503418028355, 0.002992625581100583, 0.0008552246727049351, 0.0011094568762928247, -0.016101663932204247, -0.012597931548953056, 0.001013403758406639, -0.017666712403297424, -0.02420889586210251, 0.00076578080188483, -0.008748759515583515, 0.010955335572361946, -0.0005282917991280556, 0.0038879457861185074, -0.0012345901923254132, -0.022474652156233788, 0.007144937291741371, -0.02059941552579403, -0.003990167286247015, 0.023292426019906998, 0.007014516741037369, -0.024942070245742798, -0.02986280806362629, 0.02707109972834587, 0.00726125854998827, -0.025788042694330215, -0.015213394537568092, 0.009277491830289364, -0.010800240561366081, -0.024674179032444954, -0.017469318583607674, -0.1844218671321869, 0.026605814695358276, 0.0019756967667490244, -0.02470237948000431, 0.008692361414432526, 0.011794257909059525, 0.00026018041535280645, 0.0029186028987169266, 0.0012107972288504243, -0.019231760874390602, 0.005724409595131874, -0.017243726179003716, -0.007240109145641327, -0.008868604898452759, 0.016242660582065582, -0.0009561244514770806, 0.012132646515965462, 0.012174945324659348, 0.01957014948129654, -0.005643337499350309, 0.038773711770772934, -0.011286674998700619, 0.004818514920771122, 0.0030807475559413433, 0.002451556036248803, 0.0039337691850960255, -0.017469318583607674, 0.021374888718128204, 0.0025202911347150803, -0.02253105118870735, -0.01086368877440691, 0.016736144199967384, 0.03099077008664608, 0.015579981729388237, -0.005072306375950575, 0.015255692414939404, 0.012837623246014118, -0.001373823033645749, -0.007289457600563765, 0.022263159975409508, 0.02079680934548378, 0.027747876942157745, 0.002365196356549859, -0.004800890572369099, 0.029270626604557037, 0.029524417594075203, 0.027338990941643715, -0.006189694162458181, 0.004663419909775257, -0.030821574851870537, -9.440076973987743e-05, -0.03561541438102722, 0.020430220291018486, -0.011688511818647385, 0.016524650156497955, 0.017441119998693466, 0.005590463988482952, 0.0010874263243749738, -0.0008182134479284286, -0.028354156762361526, 0.006492834072560072, -0.026958303526043892, -0.004057140089571476, -0.01266842894256115, -0.00869941059499979, 0.0019016743171960115, -0.02502666786313057, 0.030539585277438164, -0.013465052470564842, 0.014339223504066467, 0.023109132423996925, -0.01605936698615551, 0.001529799192212522, 0.0019122489029541612, 0.003509020898491144, 0.015382588841021061, -0.028861740604043007, -0.003089559730142355, 0.035051435232162476, 0.015706878155469894, 0.002749408595263958, 0.03383887559175491, 0.002076155971735716, -0.005252075381577015, -0.004222809802740812, 0.011300774291157722, -0.016707943752408028, 0.0083962706848979, -0.00942553672939539, -0.0033468762412667274, 0.00733175640925765, 0.009284541010856628, 0.014564815908670425, -0.023419320583343506, 0.012633180245757103, -0.002344046952202916, -0.003669403027743101, 0.007070914842188358, 0.01338045485317707, -0.01605936698615551, 0.00360243022441864, 0.004240434151142836, -0.01968294568359852, -0.010419553145766258, 0.018470386043190956, 0.0023140856064856052, -0.010045915842056274, 0.015608181245625019, 0.046190064400434494, -0.015523583628237247, -0.04492110759019852, 0.01605936698615551, 0.0078040906228125095, 0.004222809802740812, -0.010898937471210957, 0.031159963458776474, 0.011956402100622654, -0.021854273974895477, -0.008473818190395832, 0.002164277946576476, 0.030454987660050392, -0.011046982370316982, 0.0021678030025213957, 0.0030578358564525843, 0.0015007188776507974, -0.016834840178489685, -0.059556420892477036, -0.0044801258482038975, 0.029101433232426643, 0.007282407954335213, -0.009094197303056717, 0.01852678321301937, -0.017864106222987175, -5.8325796999270096e-05, -0.012287741526961327, 0.0031582950614392757, 0.0023722462356090546, -0.006982792634516954, -0.041847407817840576, 0.0006366819725371897, -0.0063835629262030125, 0.015227493830025196, -0.01607346534729004, -0.003093084553256631, -0.005717359948903322, 0.017356522381305695, -0.013528500683605671, -0.027945270761847496, -0.0018576132133603096, -0.0013544362736865878, -0.04734622687101364, -0.005625713150948286, -0.03758934885263443, -0.0007776772836223245, 0.015283891931176186, -0.0009896107949316502, 0.007201335392892361, -0.008149528875946999, 0.007472751662135124, -0.017060432583093643, 0.007374054752290249, -0.006714901886880398, -0.003269328735768795, -0.021487684920430183, 0.0549599714577198, -0.004670469556003809, -0.008220026269555092, -0.01997903548181057, 0.002278836676850915, -0.01638365536928177, -0.01937275566160679, -0.009954269044101238, -0.021487684920430183, 0.0035530817694962025, -0.004970084875822067, -0.01635545678436756, -0.012738926336169243, 0.009806224144995213, -0.006087472662329674, -0.02419479563832283, 0.017765410244464874, -0.00875580869615078, 0.0015624043298885226, 0.0005957051762379706, -0.028058066964149475, 0.027677379548549652, -0.0035231204237788916, -0.011625063605606556, -0.027649180963635445, 0.021981168538331985, 0.017539815977215767, 0.03152655065059662, -0.01605936698615551, -0.02430759184062481, 0.035361625254154205, -0.0069757429882884026, -0.009601781144738197, 0.024561382830142975, -0.010793191380798817, 0.02215036377310753, -0.03914029896259308, -0.006499883718788624, -0.016143962740898132, -0.01471991091966629, 0.02089550532400608, -0.024279393255710602, 0.011343073099851608, -0.008776958100497723, -0.004205184988677502, 0.00225240015424788, 0.02224905975162983, 0.0056891608983278275, 0.020655812695622444, 0.0025943138170987368, 0.0008609525975771248, -0.02141718752682209, 0.0237859096378088, 0.005068781320005655, 0.016623347997665405, -0.014078382402658463, -0.0005653030821122229, 0.007074439898133278, 0.00099049205891788, -0.03665878251194954, -0.016806641593575478, 0.009411437436938286, -0.015142896212637424, -0.0012513333931565285, -0.10766401886940002, 0.028142664581537247, 0.012174945324659348, -0.023221928626298904, -0.0030049625784158707, -0.01070154458284378, 0.011159778572618961, -0.0016126339323818684, 0.0006194981397129595, 0.012710727751255035, -0.03240072354674339, 0.02131849154829979, -0.003835072508081794, -0.011039933189749718, -0.013218310661613941, -0.011512267403304577, 0.04210120067000389, 0.02451908402144909, 0.02027512528002262, 0.01762441359460354, 0.004395528696477413, -0.026619914919137955, 0.018865173682570457, 0.022474652156233788, -0.003493158845230937, 0.02009183168411255, -0.012076248414814472, -0.00021446708706207573, -0.008657111786305904, -0.004987709224224091, 0.024688279256224632, -0.010285608470439911, -0.004307406954467297, 0.014437920413911343, 0.010151662863790989, -0.0008807801059447229, -0.00528027443215251, 0.012428737245500088, 0.04150902107357979, 0.0017932840855792165, -0.01965474709868431, -0.03894290700554848, -0.007106163538992405, -0.022813040763139725, -0.013761142268776894, 0.0024903297889977694, -0.019513750448822975, -0.00859366450458765, 0.02275664359331131, -0.004850238561630249, 0.03056778386235237, 0.002772320294752717, -0.059048835188150406, -0.026916004717350006, 0.017328323796391487, -0.02604183368384838, 0.023334724828600883, 0.0049066366627812386, 0.024533184245228767, 0.0005009739543311298, 0.045344091951847076, 0.013458002358675003, 0.01178015861660242, -0.012731877155601978, 0.02182607352733612, 0.0026489493902772665, -0.019739342853426933, 0.01409953087568283, 0.03302110359072685, -0.02791707217693329, -0.022982235997915268, -0.03180854395031929, -0.0011984601151198149, -0.003849172033369541, 0.01400083489716053, -0.01261203084141016, -0.010941236279904842, 0.005893603898584843, -0.021586382761597633, 0.016496451571583748, 0.02059941552579403, 0.00798033457249403, -0.0238846056163311, 0.01811789721250534, 0.04497750476002693, 0.0202892255038023, -0.02450498566031456, 0.0021766151767224073, -0.0003771624469663948, 0.02140308916568756, -0.04602086916565895, 0.023729510605335236, -0.007099113892763853, 0.011603914201259613, 0.026648113504052162, 0.01039135456085205, -0.00895320251584053, 0.02347571961581707, 0.01957014948129654, 0.0054882424883544445, 0.01741292141377926, 0.014903204515576363, 0.004120587836951017, -0.01648235134780407, -0.024843374267220497, 0.017652612179517746, -0.02574574388563633, -0.03313389793038368, 0.013732943683862686, 0.02411019802093506, 0.012858772650361061, -0.009376187808811665, -0.014311023987829685, 0.011568665504455566, -0.021797874942421913, -0.0022858865559101105, -0.008586614392697811, 0.003761050058528781, -0.024011502042412758, 0.03646138682961464, -0.016806641593575478, -0.002012707991525531, 0.018907470628619194, -0.01440972089767456, 0.025393255054950714, -0.010976484976708889, -0.009820323437452316, -0.018399888649582863, -0.009164695627987385, 0.000676336872857064, -0.006912295240908861, 0.015537683852016926, -0.004804415162652731, -0.011751959100365639, -0.010285608470439911, -0.009390288032591343, -0.01625675894320011, -0.0031212838366627693, 0.024758776649832726, 0.09226733446121216, 0.019443253055214882, -0.015608181245625019, -0.010884838178753853, -0.008297573775053024, -0.010045915842056274, 0.020430220291018486, 0.005252075381577015, -0.02317962981760502, -0.0233911219984293, 0.004208710044622421, -0.008988451212644577, -0.020035434514284134, -0.012527433224022388, -0.008565464988350868, -0.002254162449389696, -0.012189044617116451, 0.007275358308106661, 0.02037382312119007, -0.00032759379246272147, 0.02458958327770233, 0.007797040976583958, 0.006320114713162184, -0.011850656010210514, -0.030398588627576828, 0.0020638189744204283, 0.017427019774913788, -0.008029683493077755, -0.010877788066864014, -0.019626546651124954, 0.016750242561101913, 0.01013756264001131, -0.02246055379509926, -0.0038244978059083223, 0.0075573488138616085, 0.02164277993142605, -0.009876721538603306, 0.008100180886685848, 0.020246926695108414, 0.0019950836431235075, -0.0018734752666205168, 0.023419320583343506, -0.027649180963635445, -0.016411853954195976, -0.0010460090124979615, -0.007303557358682156, 0.015382588841021061, -0.00535077229142189, 0.0031195213086903095]}, \"text_id_to_doc_id\": {\"deec4dea-62f3-4327-9114-ebd459565b68\": \"7890d429-bc46-4692-91ae-48ec88ae2eda\", \"cd688b17-e53c-4a61-91d0-b9e66bd9cb62\": \"9de9127d-6678-4930-806c-19337c543177\", \"ef6abe09-7584-47a2-9a07-5a78524ded4b\": \"ac0e859a-f173-4135-8362-f3e23c4f7cff\", \"879889da-eb09-435e-9179-e8e0e636fe00\": \"b2724f86-250a-497c-bdf9-94d829944087\", \"6330028a-776f-4f65-942a-d402f1105c00\": \"b64106e5-fa31-4e3d-bdc9-0ea5e0196689\", \"4ea8c771-cee8-460d-9148-d22ea5dffdeb\": \"b336ccaf-6a98-4c93-8727-b8ec4eb0a338\", \"1025bff5-4750-4d94-b79f-a57e49c4c076\": \"9dde892f-e81d-43eb-8fc3-0034b14fe2c4\", \"8e114fb6-6208-4512-b382-db25f58965f5\": \"a96313b6-0963-42f4-a6d8-a82a82d3f552\", \"986d5a39-2b52-4f7a-8446-d678d68eaef4\": \"9a460b7d-622a-46a7-af8e-edc7737fd724\", \"e8e8df45-62be-4a9b-a69b-d811cada68ce\": \"a833cbe6-d732-4490-994b-15f2415d22c1\", \"314c2608-3fd0-4fcd-b0c6-f4fbd4cdd3e5\": \"408b9271-11ee-45ed-a59d-3ef9e48b761c\", \"5ebefacf-c8ba-4a14-b15e-028fe8d19f13\": \"1fcd6863-f867-44bf-8bda-570ddce45dbb\", \"df5ae89b-5465-4d96-81d1-a5cf4ec8c4cd\": \"ccbd29da-6ae4-4494-8781-aa084e4cc718\", \"c1d317c7-88d5-4b86-93ce-afb8af4bc7e6\": \"f8c0a1e4-5a33-4b20-8f36-07b51101a846\", \"26a142cc-e36f-4a5d-8b96-e5db87637173\": \"1114a7a2-d520-40f8-a402-7b3c99fcb455\", \"325a41a5-3f3a-4f08-896c-a059fa79f4b4\": \"b001cebc-9c84-40af-aa5e-da4471fc0e92\", \"7dc28e6d-7d13-4a1b-80d7-a6db71a9bfdc\": \"38fc9887-35b3-44a2-bb8a-e397568a513d\", \"e4b408e0-bcc9-4db2-8af4-51738127f823\": \"b4eb25a4-9d27-4452-939c-be6ab0cf3d28\", \"35dcd18d-23cd-48a9-b745-e63a025743ab\": \"6ad279b5-7e66-493d-90af-7e6a1d8f3aaa\", \"21048b4e-55a7-47ac-ae97-c1b9b75913f7\": \"2f6a6251-2346-4ff7-9fbc-74c01bc0fe6e\", \"7e07772a-5089-4086-a6f4-2fdc2f687b38\": \"a485ddaf-8e5f-4386-a158-ae5b813628fb\", \"eb1b3d86-40bc-4629-902a-95a23c302ddb\": \"02b0cf0d-3772-4e65-8bcd-95ec59b845c6\", \"37f4c653-a5a7-4ba5-a284-964444c46d10\": \"171df388-6743-4693-9f53-d2abcd274929\", \"826e7d6c-4536-490b-a114-50157635a503\": \"0959e179-6553-447b-a291-84328972a7ca\", \"797d8a45-4dcc-4e5b-8b48-ffa44003f18b\": \"d429700c-c281-42ae-8d10-774a328fbd2e\", \"73546cde-e490-44dd-8872-7b3775ba54ad\": \"aec6dfeb-2d28-4cb9-9177-2d7c032bf151\", \"aabcb771-5d5a-4abe-b4d7-ab22ddf2d97a\": \"c36ae287-94a3-42f5-98dd-51012ca2d46b\", \"8e87ad36-d276-46f4-bee2-f8707d368c6a\": \"6564ee4f-dd2a-4a39-b7d6-edea27e4e7ce\", \"bb562487-9243-4f65-a820-2bc6871a554e\": \"413a68eb-c08c-43f1-a63c-014def23a5e3\", \"a8b98db1-764f-45b0-824a-6502e0e9be02\": \"64c54e96-bb1f-45d0-9d2e-d953f0cdc1cc\", \"b85e82c7-c100-496f-83aa-cb09dcd620f9\": \"7bcc8ac9-3676-47ac-900a-c79fe2ed56af\", \"6abf319a-0bf1-4085-9415-701f533ef9b9\": \"bcb390dc-dc96-48d2-b641-cf8efbb24782\", \"c160e1d3-f098-4b9c-9821-51445b8c218b\": \"df1f56d6-7e67-4ff0-bb7f-0d26df110fd2\", \"8f14cd5e-00ed-48b5-a364-ba1c2eb9ff70\": \"f5e092a9-dd32-4402-8ef3-f9e2f96d5c03\", \"1e06e1cb-0413-4d5f-9ec5-6f7108e160eb\": \"f42a1806-30ae-421e-a40a-802656ee4257\", \"b9c25efc-401c-4588-902e-3b982dacadaf\": \"4529416a-da15-460e-a073-70ba4432a78d\", \"5ada5550-1621-4236-826f-ed57f1e53ca1\": \"66e9abba-9bc5-439d-a16e-af1861f3e946\", \"6a813b61-c914-4b72-8109-8dbd3d7ddb0a\": \"35401dc1-784a-4783-9649-2828594b3af2\", \"8b335671-5c4d-4ebe-92cb-5787a838c328\": \"388d87bc-efc2-446d-b3a0-14980cd88e93\", \"5e5d1f4a-2ea5-4543-96b4-21c88fd44aaa\": \"c9c4783c-e606-469b-a1dd-e2c8eb35e791\", \"d31644e5-1664-482e-9d07-6e0b291c91b2\": \"da8d71cd-4ded-4da1-96eb-701713067a23\", \"01ef84f6-7328-4a03-8740-9f877fc7b76d\": \"cbf54d73-e030-4d91-9a3f-c0ef688374ee\", \"0aa07a76-2e38-4986-b6cf-45e752469850\": \"883ea1c0-d8eb-45e1-8167-c49b0b0a58dc\", \"a4aac943-61e2-433f-890a-481877241cfb\": \"5a3c100e-756e-483b-a2e5-88cdce1ac65a\", \"ed2b8032-a2cd-4f01-9535-a4b489ada424\": \"aefbc008-24de-43e0-9d0b-bd09d71f8310\", \"c0c28caa-679d-4f86-bf52-b5f10a08ce90\": \"3d688012-59a4-4f10-9a82-b704a8bea226\", \"474b983a-b2c4-498d-8d9f-9e160cdce973\": \"dd9481b5-7b52-4569-8414-048e8ffa335f\", \"fb32316b-08a8-46fd-b904-c246a55103fb\": \"806fcefd-0374-4e9c-a41d-185bc8e2ced4\", \"0ff3ba1d-d538-410c-8765-a6802626e2b4\": \"c78c9f69-4533-49dc-b75e-dc499c49c770\", \"9ddc0f36-c4e3-4bd5-8c18-0b575f7ee5e4\": \"c89d6dbc-077e-435d-b4d5-eadb236d36b7\", \"26bb1be4-f016-4a2b-80de-4729ab8e759e\": \"4326ed93-a06b-4412-9dbb-82d113d33c04\", \"b60f9cec-a82d-4093-9e25-d00af52f4b6b\": \"12a69f2b-8561-4740-b5f3-8204c174b8f9\", \"998a3933-4942-4166-b1c4-fee0a6238ddb\": \"774ea0ef-a8c5-499c-b36f-7c1ff3566f54\", \"8521a996-618e-4d7a-a83a-62b87d93c5bb\": \"b6e21e03-0507-4a42-9d6a-a7aeb642cca8\", \"a90e862b-bf9f-4434-97e5-8ddd324d0e81\": \"a478e8be-784a-4900-a4ed-b7957cc3ea67\", \"db89785a-7947-4037-86d5-09c4f4307245\": \"44e55f1c-be69-4305-8e29-ea0261d127e2\", \"2ef41da1-d067-4973-ac03-2099ce2654c8\": \"3b4e81f7-646f-40a1-bb2b-8bbc7bc5f027\", \"30f93de4-7ca8-4078-a0af-2ae671d6206d\": \"90bff7d0-eacb-410d-8584-8e160c548ed0\", \"74b4c746-f15e-486b-8bb6-28cb279629f7\": \"59e5d8fe-0829-4113-ac28-cc4c7561a422\", \"3dc989db-0408-497a-ac14-7a7665d4f3ba\": \"29fa615f-2da7-4706-aea9-7309d47d5ace\", \"7bfe29e4-ad75-421a-8f7c-5854a4815141\": \"6d44d666-4524-4c9c-8ca3-2cf4fb31353e\", \"775fd99e-49e5-4e20-a9ab-226eabcdd602\": \"dd6770fe-cf39-418d-8a00-fbfd45be7bda\", \"8df58b84-a12f-487b-928a-ec6865a4b2e5\": \"7dec0e6a-968b-4d4e-b7df-a6f8f2dc69d1\", \"de004c05-1015-4863-98f7-b7159a686df3\": \"c8840a6f-0503-47d4-b57b-1f5e54d9740c\", \"f154c692-892a-4e00-b5aa-fea5e759b463\": \"b73cc974-4639-48f5-b370-51637b0a481d\", \"f0394eaf-b71b-4a67-bc73-88e6006e7d1f\": \"c48ffdec-64f9-4820-8773-7acb9cb9066d\", \"8f4c64d7-b948-4df5-a4cd-adee10d19bf7\": \"3ab55700-313a-44a8-9a03-687945951fb7\"}}}}}"
  },
  {
    "path": "server/static/index/heading-test.json",
    "content": "{\"index_struct\": {\"__type__\": \"simple_dict\", \"__data__\": {\"index_id\": \"a9ec4a10-ca9d-4ced-a4a2-a1f055acbda7\", \"summary\": null, \"nodes_dict\": {\"2237bba6-c875-48b8-904b-2ea990b652a7\": \"2237bba6-c875-48b8-904b-2ea990b652a7\", \"b3998c57-3f28-4e6f-a155-ebf100566ac8\": \"b3998c57-3f28-4e6f-a155-ebf100566ac8\", \"fea5cec5-3420-479b-b8f0-3f0918e61cc5\": \"fea5cec5-3420-479b-b8f0-3f0918e61cc5\", \"3e2de9df-0e00-440e-9f43-dc42d0f90c10\": \"3e2de9df-0e00-440e-9f43-dc42d0f90c10\", \"b8f7202f-0fed-4183-9386-b5e1c15409b0\": \"b8f7202f-0fed-4183-9386-b5e1c15409b0\"}, \"doc_id_dict\": {\"c5476eae-5806-4a23-aa90-51d629408286\": [\"2237bba6-c875-48b8-904b-2ea990b652a7\"], \"1dbe424b-570a-4048-b61f-d9165096f4a6\": [\"b3998c57-3f28-4e6f-a155-ebf100566ac8\"], \"d340f8b7-7d58-4367-aecd-c622e76b1a12\": [\"fea5cec5-3420-479b-b8f0-3f0918e61cc5\"], \"09b4d224-d271-450d-8e5d-29ac041cc5d9\": [\"3e2de9df-0e00-440e-9f43-dc42d0f90c10\"], \"8150079f-7dc2-478b-944e-fbdb2c1e6f9b\": [\"b8f7202f-0fed-4183-9386-b5e1c15409b0\"]}, \"embeddings_dict\": {}}}, \"docstore\": {\"__type__\": \"simple\", \"__data__\": {\"docs\": {\"2237bba6-c875-48b8-904b-2ea990b652a7\": {\"text\": \"Test Markdown The Test File chunk size is 10\", \"doc_id\": \"2237bba6-c875-48b8-904b-2ea990b652a7\", \"embedding\": null, \"doc_hash\": \"41bbc3a7e8af568c6a4ac29dde68d7e102d7a59a0169de70044aa93e678ff031\", \"extra_info\": {\"chunk_id\": \"chunk-1\"}, \"node_info\": {\"start\": 0, \"end\": 44}, \"relationships\": {\"1\": \"c5476eae-5806-4a23-aa90-51d629408286\"}, \"__type__\": \"1\"}, \"b3998c57-3f28-4e6f-a155-ebf100566ac8\": {\"text\": \"list first\\nsecond\\nthird\", \"doc_id\": \"b3998c57-3f28-4e6f-a155-ebf100566ac8\", \"embedding\": null, \"doc_hash\": \"69aede663fb2018d048758d8425b5bda099a05d16f0e1ca50c82f8ef3fab0053\", \"extra_info\": {\"chunk_id\": \"chunk-2\"}, \"node_info\": {\"start\": 0, \"end\": 23}, \"relationships\": {\"1\": \"1dbe424b-570a-4048-b61f-d9165096f4a6\"}, \"__type__\": \"1\"}, \"fea5cec5-3420-479b-b8f0-3f0918e61cc5\": {\"text\": \"Table Syntax\\nDescription\\n\\n\\n\\n\\nHeader\\nTitle\\n\\n\\nParagraph\\nText\", \"doc_id\": \"fea5cec5-3420-479b-b8f0-3f0918e61cc5\", \"embedding\": null, \"doc_hash\": \"173780018f857df120786be5b7c366860bb3a83c38c43f085d4c6e34142c08f0\", \"extra_info\": {\"chunk_id\": \"chunk-3\"}, \"node_info\": {\"start\": 0, \"end\": 58}, \"relationships\": {\"1\": \"d340f8b7-7d58-4367-aecd-c622e76b1a12\"}, \"__type__\": \"1\"}, \"3e2de9df-0e00-440e-9f43-dc42d0f90c10\": {\"text\": \"CodeBlock {\\n  \\\"firstName\\\": \\\"John\\\",\\n  \\\"lastName\\\": \\\"Smith\\\",\\n  \\\"age\\\": 25\\n}\", \"doc_id\": \"3e2de9df-0e00-440e-9f43-dc42d0f90c10\", \"embedding\": null, \"doc_hash\": \"e4e86ec6b11f963bf4d6928b8655b6ba454ff2da22f074bd4566bf9c93ed1847\", \"extra_info\": {\"chunk_id\": \"chunk-4\"}, \"node_info\": {\"start\": 0, \"end\": 71}, \"relationships\": {\"1\": \"09b4d224-d271-450d-8e5d-29ac041cc5d9\"}, \"__type__\": \"1\"}, \"b8f7202f-0fed-4183-9386-b5e1c15409b0\": {\"text\": \"Other long textstronglong textlong textlong textlong textlong textlong textlong textlong textlong textlong textlong textlong textlong textlong textlong textlong textlong textlong text\", \"doc_id\": \"b8f7202f-0fed-4183-9386-b5e1c15409b0\", \"embedding\": null, \"doc_hash\": \"877b56872b1a45c33de52ea230feab53ea60988bad0ebce46d98800e31c177dd\", \"extra_info\": {\"chunk_id\": \"chunk-5\"}, \"node_info\": {\"start\": 0, \"end\": 183}, \"relationships\": {\"1\": \"8150079f-7dc2-478b-944e-fbdb2c1e6f9b\"}, \"__type__\": \"1\"}}, \"ref_doc_info\": {\"c5476eae-5806-4a23-aa90-51d629408286\": {\"doc_hash\": \"41bbc3a7e8af568c6a4ac29dde68d7e102d7a59a0169de70044aa93e678ff031\"}, \"1dbe424b-570a-4048-b61f-d9165096f4a6\": {\"doc_hash\": \"69aede663fb2018d048758d8425b5bda099a05d16f0e1ca50c82f8ef3fab0053\"}, \"d340f8b7-7d58-4367-aecd-c622e76b1a12\": {\"doc_hash\": \"173780018f857df120786be5b7c366860bb3a83c38c43f085d4c6e34142c08f0\"}, \"09b4d224-d271-450d-8e5d-29ac041cc5d9\": {\"doc_hash\": \"e4e86ec6b11f963bf4d6928b8655b6ba454ff2da22f074bd4566bf9c93ed1847\"}, \"8150079f-7dc2-478b-944e-fbdb2c1e6f9b\": {\"doc_hash\": \"877b56872b1a45c33de52ea230feab53ea60988bad0ebce46d98800e31c177dd\"}, \"2237bba6-c875-48b8-904b-2ea990b652a7\": {\"doc_hash\": \"41bbc3a7e8af568c6a4ac29dde68d7e102d7a59a0169de70044aa93e678ff031\"}, \"b3998c57-3f28-4e6f-a155-ebf100566ac8\": {\"doc_hash\": \"69aede663fb2018d048758d8425b5bda099a05d16f0e1ca50c82f8ef3fab0053\"}, \"fea5cec5-3420-479b-b8f0-3f0918e61cc5\": {\"doc_hash\": \"173780018f857df120786be5b7c366860bb3a83c38c43f085d4c6e34142c08f0\"}, \"3e2de9df-0e00-440e-9f43-dc42d0f90c10\": {\"doc_hash\": \"e4e86ec6b11f963bf4d6928b8655b6ba454ff2da22f074bd4566bf9c93ed1847\"}, \"b8f7202f-0fed-4183-9386-b5e1c15409b0\": {\"doc_hash\": \"877b56872b1a45c33de52ea230feab53ea60988bad0ebce46d98800e31c177dd\"}}}}, \"vector_store\": {\"__type__\": \"simple\", \"__data__\": {\"simple_vector_store_data_dict\": {\"embedding_dict\": {\"2237bba6-c875-48b8-904b-2ea990b652a7\": [-0.0038740932941436768, -0.0008960816194303334, 0.02530278079211712, -0.01702774688601494, 0.010881179943680763, 0.015538521111011505, -0.053555916994810104, -0.020245034247636795, -0.014196813106536865, -0.030711760744452477, 0.017168238759040833, 0.03605049103498459, -0.006227350328117609, 0.007895704358816147, 0.007635792251676321, 0.011506373062729836, -0.005303609184920788, 0.0026131689082831144, 0.016901303082704544, -0.028913451358675957, -0.01697154901921749, 0.007389929611235857, -0.022254085168242455, 0.003336707828566432, -0.01875581033527851, -0.00430610915645957, 0.02597714774310589, -0.02725563384592533, 0.0027641989290714264, -0.00777628505602479, 0.00826098583638668, -0.029840704053640366, -0.014309207908809185, -0.014470774680376053, -0.005661866161972284, 0.015060844831168652, 0.0034631513990461826, -0.008815933018922806, 0.03930993005633354, -0.04602549225091934, 0.020652465522289276, -0.010199788957834244, -0.009370880201458931, -0.00939195416867733, -0.012770810164511204, 0.018699612468481064, 0.0017306975787505507, -0.019163239747285843, -0.021818555891513824, 0.004783784970641136, 0.012834032066166401, 0.013620791956782341, -0.029700210317969322, 0.016170740127563477, 0.0075023239478468895, 0.0017148921033367515, -0.001202970976009965, 0.0178847536444664, 0.0005852409522049129, -0.005163116380572319, -0.0050085741095244884, -0.01409144327044487, -0.010775810107588768, -0.014077394269406796, -0.012574119493365288, -0.012215862981975079, -0.002776492154225707, 0.013599717989563942, 0.007242411840707064, -0.00632569519802928, 0.010628292337059975, 0.005043697077780962, -0.000658121716696769, -0.0030662587378174067, -0.002167103812098503, -0.0059920246712863445, -0.0075233979150652885, -0.009251461364328861, 0.024712711572647095, -0.007867605425417423, 0.011309683322906494, -0.0023690625093877316, 0.015721162781119347, 0.022661514580249786, 0.025373028591275215, -0.013719136826694012, 0.02527468279004097, 0.008324207738041878, -0.022521020844578743, -0.017954999580979347, 0.007144066970795393, 0.02142517641186714, 0.03318443521857262, 0.008085370063781738, 0.012827007099986076, 0.03911323845386505, 0.01747732423245907, 0.027831654995679855, 0.01920538768172264, -0.0357133112847805, -0.018952500075101852, -0.009441127069294453, -0.036584366112947464, -0.008127517998218536, -0.03239767625927925, -0.013550546020269394, 0.020048344507813454, 0.0056688906624913216, 0.011169190518558025, 0.004372843075543642, -0.017322782427072525, 0.01119026355445385, -0.01590380258858204, -0.030964648351073265, -0.026946548372507095, -0.0020072930492460728, 0.0038389700930565596, -0.03335302695631981, -0.008928327821195126, -0.020469823852181435, 0.012054295279085636, 0.036134786903858185, 0.023659013211727142, -0.027339929714798927, -0.008577095344662666, 0.0008491043117828667, -0.0067120511084795, -0.02617383748292923, 0.007987024262547493, -0.0050542340613901615, 0.05299394205212593, 0.020020246505737305, 0.01701369695365429, 0.0015902046579867601, -0.007467200513929129, 0.013107992708683014, -0.008647341281175613, -0.0031206998974084854, -0.028309330344200134, -0.01297452487051487, 0.03265056386590004, 0.05765831097960472, 0.0016622073017060757, -0.002028367016464472, -0.008935351856052876, -0.0012161422055214643, -0.01719633862376213, 0.005619718227535486, 0.008436601608991623, -0.021607816219329834, 0.007642816752195358, -0.006568045821040869, -0.008534947410225868, 0.017758309841156006, 0.0056021567434072495, 0.022731760516762733, 0.031414225697517395, -0.029559718444943428, 0.0006238765199668705, -0.032762955874204636, 0.011218362487852573, 0.031863801181316376, 0.004601144231855869, -0.0212425347417593, 0.013592693954706192, 0.021607816219329834, 0.034083589911460876, -0.0089423768222332, 0.01465341541916132, -0.011337781324982643, 0.004334207624197006, -0.001975682098418474, -0.04200739413499832, 0.015440176241099834, 0.006606681272387505, 0.016887253150343895, 0.011801408603787422, 0.013979049399495125, -0.007165140938013792, -0.017589718103408813, -0.03287535160779953, 0.005113943479955196, 0.028323380276560783, 0.025148238986730576, -0.013676988892257214, -0.0034473459236323833, 0.017533520236611366, -0.018868204206228256, 0.015496373176574707, -0.011056795716285706, 0.03318443521857262, 0.006329207681119442, 0.00851387344300747, -0.017168238759040833, -0.6303076148033142, -0.00380033440887928, -0.0004396990407258272, -0.014372429810464382, 0.00939195416867733, 0.026960598304867744, 0.013325757347047329, -0.0027185387443751097, -0.0052790227346122265, 0.005493274424225092, 0.013789383694529533, 0.015046795830130577, 0.005777772981673479, -0.0100803691893816, -0.015131091699004173, -0.006255448795855045, 0.0018966549541801214, -0.009384929202497005, -0.019823556765913963, 0.023659013211727142, -0.007537446916103363, -0.005187702365219593, -0.008345281705260277, -0.00037845291080884635, -0.005082332529127598, -0.013037746772170067, 0.028772957623004913, -0.0022513996809720993, 0.015145140700042248, 0.009019647724926472, -0.02818288654088974, -0.012658415362238884, 0.027550669386982918, -0.01218073908239603, 0.036528170108795166, -0.015271584503352642, -0.02818288654088974, -0.010480774566531181, 0.008352306671440601, 0.012040246278047562, -0.0047065140679478645, -0.029250632971525192, -0.005686452612280846, -0.003814383875578642, 0.002191690029576421, 0.0004601144464686513, 0.035881903022527695, 0.00304342876188457, -0.000926375447306782, -0.010234911926090717, -0.0038811180274933577, 0.015608767047524452, 0.021523520350456238, -0.0018790933536365628, -0.01365591585636139, 0.0015533252153545618, 0.03596619516611099, -0.0067893220111727715, 0.009054770693182945, -0.013712112791836262, -0.020455773919820786, 0.009827482514083385, -0.009715087711811066, -0.007713063154369593, -0.02054006978869438, -0.0021565668284893036, -0.009546495974063873, -0.011541496030986309, 0.027325879782438278, -0.018264085054397583, -0.009398979134857655, 0.01791285164654255, -0.006129005458205938, -0.042597465217113495, 0.013726161792874336, 0.023968098685145378, 0.004144542384892702, -0.0021354928612709045, -0.007460176013410091, 0.013880704529583454, -0.018629366531968117, -0.006048221606761217, -0.020708661526441574, -0.0074250525794923306, 0.003396417247131467, -0.0011353587033227086, -0.03158281743526459, -0.03773640841245651, -0.011253485456109047, -0.008036197163164616, 0.008268010802567005, -0.0024287719279527664, -0.0024235034361481667, -0.032791055738925934, 0.026792006567120552, -0.006943864282220602, 0.007108943536877632, 0.014639366418123245, 0.00011974829249083996, -0.005061258561909199, -0.0023479885421693325, -0.009855580516159534, -0.007691989187151194, 0.027663063257932663, 0.041248731315135956, -0.002974938368424773, -0.03220098465681076, -0.01531373243778944, 0.012939400970935822, 0.005208776332437992, -0.0025920949410647154, 0.012784859165549278, -0.0402371846139431, -0.01742112636566162, -0.014822007156908512, -0.035909999161958694, 0.020006196573376656, 0.006634779740124941, 0.020891303196549416, -0.018179789185523987, 0.027424225583672523, 0.015440176241099834, 0.012208838015794754, -0.023195387795567513, 0.025766408070921898, 0.0028203960973769426, 0.0168029572814703, -0.01860126666724682, 0.010417552664875984, -0.010726637206971645, 0.0106142433360219, -0.0032348502427339554, 0.029475422576069832, -0.03335302695631981, -0.003519348567351699, 0.01363484188914299, 0.02839362621307373, -0.010993573814630508, 0.021059894934296608, -0.019107041880488396, -0.020947499200701714, 0.00203714775852859, 0.008598169311881065, -0.012686514295637608, 0.0020143177825957537, -0.02173426002264023, -0.050212182104587555, 0.0017684551421552896, -0.0006409991183318198, -0.00045440689427778125, -0.010649366304278374, -0.010031197220087051, -0.01208239421248436, 0.00805024616420269, -0.010213837958872318, -0.014154665172100067, 0.008541971445083618, -0.03756781667470932, 0.01119026355445385, -0.02461436577141285, -0.007453151512891054, 0.02235242910683155, -0.025611866265535355, -0.0018422139110043645, 0.011337781324982643, -0.004341232590377331, 0.012588168494403362, 0.03529183194041252, -0.012096443213522434, -0.00859114434570074, -0.00861221831291914, 0.017744259908795357, -0.021368978545069695, -0.01655006967484951, -0.006849031429737806, 0.009946901351213455, -0.028660563752055168, -0.02259126678109169, 0.0014663952169939876, -0.00514204241335392, -0.003226069500669837, 0.019992148503661156, 0.03464556485414505, 0.019851654767990112, 0.03315633907914162, 0.04228838160634041, 0.023968098685145378, 0.005078820511698723, -0.012272059917449951, 0.03377450630068779, -0.0030504532624036074, 0.014288133941590786, -0.02239457704126835, 0.010768785141408443, 0.012665440328419209, 0.03919753432273865, -0.0071791899390518665, -0.012791884131729603, -0.00993987638503313, 0.011365880258381367, 0.014365404844284058, 0.0062168133445084095, -0.003997024614363909, -0.03147042170166969, -0.0011256998404860497, -0.03540422394871712, -0.0010062807705253363, -0.0006172909052111208, 0.0083944546058774, -0.002974938368424773, 0.030318379402160645, -0.027887852862477303, -0.044845350086688995, 0.016662465408444405, -0.0004719685239251703, 0.006188714876770973, -0.014512922614812851, 0.009658890776336193, -0.00963079184293747, 4.618157254299149e-05, -0.011408028192818165, -0.017842605710029602, 0.017112042754888535, 0.01836242899298668, -0.02839362621307373, 0.0052965846844017506, 0.019739260897040367, 0.041052043437957764, -0.001046672579832375, -0.009497324004769325, 0.004485237877815962, 0.01555257011204958, 0.022240035235881805, -0.006768248043954372, 0.0012538996525108814, 0.0020951011683791876, 0.04203549399971962, -0.008921302855014801, 0.032510071992874146, -0.004632755182683468, 0.0034210034646093845, -0.012328256852924824, 0.017772359773516655, -0.029391126707196236, 0.005349269136786461, 0.022015245631337166, 0.03217288851737976, 0.0117522357031703, -0.022436724975705147, 0.0036141814198344946, 0.007649841718375683, 0.026946548372507095, 0.003617693670094013, -0.0003914046101272106, 0.011408028192818165, -0.01722443662583828, -0.014456725679337978, 0.020441725850105286, 0.013620791956782341, 0.03088035248219967, 0.00915311649441719, 0.006431065034121275, -0.004692464601248503, 0.02752256952226162, 0.04723373055458069, -0.015046795830130577, -0.04338422417640686, -0.0005290437838993967, -0.025892851874232292, -0.00045221170876175165, 0.002330426825210452, 0.009469225071370602, -0.016901303082704544, -0.0007266119937412441, 0.004558996297419071, 0.01297452487051487, 0.01321336254477501, 0.011077869683504105, 0.009230387397110462, 0.007495299447327852, -0.024319330230355263, -0.005507323890924454, 0.013915827497839928, 0.018165739253163338, 0.008078345097601414, 0.021987147629261017, -0.0017096236115321517, 0.013620791956782341, 0.010066320188343525, 0.016198838129639626, -0.001961632864549756, 0.037905000150203705, 0.01252494752407074, -0.02436147816479206, -0.016901303082704544, 0.02504989504814148, 0.026539118960499763, -0.005012086126953363, 0.003705501789227128, -0.00047943220124579966, 0.004509823862463236, -0.00095710827736184, -0.009398979134857655, -0.0027009770274162292, 0.03065556287765503, -0.010305158793926239, -0.0049102287739515305, -0.00930063333362341, -0.0025780457071959972, 0.0006690977024845779, 0.005430052988231182, -0.010565070435404778, -0.010038222186267376, 0.030318379402160645, 0.014667464420199394, 0.003062746487557888, -0.0014962500426918268, -0.003705501789227128, 0.046812254935503006, 0.016044296324253082, 0.002214520238339901, -0.02552757039666176, -0.03981570526957512, 0.017407076433300972, 0.0014049295568838716, 0.046137887984514236, 0.0035017868503928185, -0.006455651484429836, -0.014147641137242317, 0.012286108918488026, -0.006669903174042702, -0.00631515821442008, 0.002495506079867482, -0.02818288654088974, -0.0009869630448520184, -0.022970598191022873, 0.013719136826694012, 0.017041794955730438, 0.00553542235866189, -0.0077271126210689545, -8.0344412708655e-05, -0.029615914449095726, -0.021762359887361526, -0.015580669045448303, 0.0005132383084855974, 0.0024902375880628824, 0.002133736852556467, 0.03737112507224083, 0.0064170160330832005, -0.0015261047519743443, 0.011007622815668583, 0.004861056338995695, 0.010649366304278374, -0.03843887150287628, -0.00687713036313653, 0.014260035008192062, 0.02440362609922886, 0.010867130011320114, 0.011485299095511436, 0.03683725371956825, 0.013164189644157887, -0.008001074194908142, 0.015243485569953918, -0.00816264096647501, -0.013726161792874336, 0.007017623167484999, 0.013199313543736935, -0.004509823862463236, 0.007551496382802725, 0.010817958042025566, -0.006648829206824303, 0.013417077250778675, 0.010248960927128792, -0.006241399794816971, 0.01836242899298668, 0.019612817093729973, -0.018643414601683617, -0.009890704415738583, -0.00929360929876566, 0.013922852464020252, 0.005619718227535486, 0.024501971900463104, -0.006297596730291843, -0.02031528204679489, -0.026033345609903336, -0.048666760325431824, -0.0068876673467457294, -0.009223362430930138, -0.009026672691106796, -0.012405527755618095, -0.048638660460710526, 0.0018211399437859654, -0.020511971786618233, -0.02642672508955002, -0.0030908449552953243, 0.0016481579514220357, -0.01986570470035076, -0.00240067346021533, 0.011899753473699093, 0.00665585370734334, 0.008970475755631924, -0.023630915209650993, 0.004348257090896368, 0.01965496502816677, -0.02749447152018547, -0.0009913534158840775, 0.024979647248983383, -0.007579594850540161, -0.016184788197278976, 0.013473274186253548, 0.015538521111011505, -0.01899464800953865, 0.014147641137242317, 0.003064502729102969, -0.01097249984741211, 0.0005264095379970968, 0.0018439700361341238, -0.03149852156639099, -0.005089357495307922, -0.0015146896475926042, -0.019402077421545982, 0.018727710470557213, -0.008113468065857887, -0.0013276584213599563, 0.015117041766643524, -0.0025376540143042803, -0.0007090503931976855, 0.011780334636569023, 0.008745686151087284, 0.01208239421248436, 0.00026079005328938365, 0.02816883847117424, -0.006561020854860544, -0.007460176013410091, 0.02552757039666176, 0.002604388166218996, 0.010375404730439186, -0.007516373414546251, 0.0010572094470262527, 0.01673271134495735, 0.034561268985271454, 0.0025938511826097965, -0.020652465522289276, 0.01989380270242691, -0.008991548791527748, -0.02389785274863243, 0.01521538756787777, 0.02214168943464756, 0.01857316866517067, 0.011372905224561691, -0.0167889092117548, -0.04768330976366997, -0.01768806390464306, 0.0018773371120914817, -0.02436147816479206, 0.010178714990615845, -0.016915351152420044, -0.035685211420059204, -0.012995598837733269, -0.024206936359405518, 0.020511971786618233, 0.04720563441514969, -0.008036197163164616, 0.003951364196836948, 0.014316231943666935, 0.010445651598274708, -0.009644841775298119, 0.000936034310143441, -0.032762955874204636, -0.022717710584402084, -0.033437322825193405, 0.007200263906270266, 0.010515897534787655, 0.032734859734773636, 0.0031962147913873196, -0.0032172887586057186, -0.027424225583672523, -0.017322782427072525, -0.003336707828566432, -0.024782957509160042, -0.007193239405751228, 0.0031751408241689205, 0.029615914449095726, -0.003445589682087302, 0.03383070230484009, -0.006329207681119442, 0.003491249866783619, -0.002323402324691415, 0.022492922842502594, -0.007663890719413757, -0.006129005458205938, -0.004450114443898201, -0.014948450960218906, -0.015243485569953918, 0.019809506833553314, -0.006009586155414581, 0.006754199042916298, -0.027382077649235725, 0.013353855349123478, 0.008773785084486008, 0.008865105919539928, 0.014309207908809185, -0.021635916084051132, -0.026721760630607605, -0.002973182126879692, 0.002133736852556467, 7.06306382198818e-05, -0.00571103859692812, -0.021551620215177536, -0.031245633959770203, 0.01770211197435856, -0.00319094629958272, 0.011527447029948235, -0.012040246278047562, 0.03177950531244278, -0.0030855764634907246, -0.004667878616601229, -0.010536971502006054, 0.015833556652069092, -0.017519472166895866, 7.771016680635512e-05, -0.011738186702132225, -0.007375880144536495, 0.011365880258381367, 0.02323753573000431, 0.03759591653943062, -0.007825457490980625, -0.020666513592004776, 0.008106444031000137, 0.017266584560275078, -0.01986570470035076, 0.005560008808970451, -0.01220181304961443, -0.012243960984051228, -0.01073366217315197, -0.03619098663330078, 0.006121980492025614, -0.027424225583672523, 0.021537570282816887, 0.011105968616902828, -0.02683415450155735, 0.0036457921378314495, -0.02905394323170185, 0.004818908404558897, 0.00816264096647501, -0.002186421537771821, 0.05501704290509224, -0.0034666636493057013, 0.018826056271791458, 0.005675915628671646, 0.015060844831168652, -0.015327781438827515, 0.00882998201996088, 0.002188177779316902, -0.021579718217253685, 0.034308381378650665, 0.023771408945322037, 0.01743517629802227, -0.00157878955360502, 0.03461746498942375, -0.021748309955000877, 0.016002148389816284, -0.022745810449123383, 0.00927955936640501, 0.00851387344300747, 0.01354352105408907, -0.010824982076883316, -0.03262246400117874, -0.039928097277879715, -0.001127455965615809, 0.013768309727311134, 0.00430610915645957, -0.002809859113767743, -0.009595668874680996, -0.009434102103114128, -0.017505422234535217, -0.03487035259604454, 0.03908514231443405, -0.004513336345553398, -0.005433565005660057, 0.008303133770823479, 0.003022354794666171, -0.03203239291906357, 0.004025123082101345, -0.00826098583638668, 0.02054006978869438, -0.011344806291162968, -0.01747732423245907, 0.010881179943680763, 0.0037581867072731256, -0.01071258820593357, -0.014386478811502457, -0.007214313372969627, 0.03897274658083916, -0.035881903022527695, 0.0035088115837424994, -0.019725210964679718, 0.022984648123383522, 0.011316707357764244, -0.009413028135895729, -0.0009088137885555625, -0.03447697311639786, -0.013894753530621529, -0.019331831485033035, 0.016662465408444405, 0.009546495974063873, 0.0029152289498597383, -0.011822482571005821, -0.007140554487705231, -0.0012732173781841993, -0.0302059855312109, -0.01721038669347763, 0.007670915219932795, -0.03419598564505577, -0.019753308966755867, -0.011197288520634174, -0.002974938368424773, 0.006048221606761217, -0.0016104005044326186, 0.01763186603784561, 0.008387429639697075, 0.030374577268958092, -0.03315633907914162, 0.0013645378639921546, 0.019500423222780228, -0.013676988892257214, -0.003219044767320156, -0.003224313259124756, -0.0023462323006242514, -0.020216936245560646, -0.01231420785188675, -0.010726637206971645, -0.018067393451929092, -0.021804507821798325, 0.006803371477872133, 0.012496848590672016, -0.02277390845119953, 0.011885704472661018, 0.011948926374316216, 0.0006041197339072824, -0.0019458275055512786, 0.01834838092327118, -0.030767956748604774, 0.026440775021910667, -0.02774735912680626, -0.001148529932834208, 0.03846697136759758, -0.0017895289929583669, -0.029250632971525192, -0.0026149251498281956, 0.020750809460878372, -0.0024849690962582827, -0.004776760470122099, -0.024277182295918465, 0.015440176241099834, 0.016016196459531784, -0.02749447152018547, 0.0033806117717176676, -0.007544471882283688, -0.014850105158984661, -0.018826056271791458, 0.023771408945322037, 0.0032085080165416002, 0.0020389040000736713, -0.03177950531244278, 0.009314683265984058, 0.00496642617508769, -0.002776492154225707, -0.037708308547735214, -0.0024445774033665657, -0.02978450618684292, 0.006332720164209604, -0.031245633959770203, -0.013782358728349209, 0.0034280281979590654, 0.027101092040538788, -0.00732670770958066, -0.02216978929936886, -0.03023408353328705, -0.01295345090329647, -0.03827027976512909, -0.01722443662583828, 0.00960269384086132, 0.010536971502006054, 0.010045246221125126, 0.02032933011651039, -0.009553520940244198, 0.04183880239725113, -0.006957913748919964, 0.010431601665914059, -0.025892851874232292, -0.0036141814198344946, -0.0015085431514307857, 0.012932376936078072, 0.010424577631056309, -0.014049295336008072, -0.024516021832823753, -0.010558045469224453, 0.015383978374302387, 0.01590380258858204, 0.015482324175536633, 0.015271584503352642, -0.005170140881091356, 0.0003229142748750746, -0.027002746239304543, -0.006487262435257435, 0.015538521111011505, 0.012208838015794754, 0.009455176070332527, -0.006617218255996704, -0.007530422415584326, 0.020680563524365425, 0.02419288642704487, -0.006957913748919964, -0.012581144459545612, -0.034589365124702454, -0.0017078674864023924, 0.020174788311123848, -0.03200429677963257, -0.003786285175010562, -0.018264085054397583, -0.01993595063686371, 0.01633933000266552, 0.01633933000266552, -0.018980598077178, 0.04425528272986412, 0.024487921968102455, -0.013606742955744267, 0.024038344621658325, 0.02481105551123619, -0.04388999938964844, -0.005661866161972284, 0.00795190129429102, 0.01297452487051487, 0.002360281767323613, 0.007453151512891054, -0.008464700542390347, -0.006690977141261101, -0.005907728802412748, 0.008717588149011135, 0.018727710470557213, 0.012538996525108814, -0.0005975341191515326, 0.020919401198625565, -0.012468749657273293, -0.01924753561615944, -0.007000061683356762, -0.016718661412596703, 0.023659013211727142, 3.1501156627200544e-05, -0.015327781438827515, -0.04063056409358978, 0.009771285578608513, -0.005897191818803549, -0.02818288654088974, 0.0003251094894949347, -0.003580814227461815, 0.003786285175010562, 0.009146091528236866, 0.025218484923243523, 0.18915972113609314, 0.0042393747717142105, -0.014470774680376053, 0.060018591582775116, 0.019640915095806122, 0.008478749543428421, 0.006915765814483166, 0.013136091642081738, -0.0022935476154088974, 0.0335778184235096, 0.014737711288034916, 0.009490299038589, -0.010010123252868652, -0.00040830764919519424, 0.006353794131428003, -0.009862605482339859, -0.03144232556223869, -0.024333380162715912, -0.016817007213830948, -0.025541620329022408, -0.01943017542362213, -0.009792359545826912, -0.007544471882283688, 0.0009773041820153594, 0.015721162781119347, -0.018882254138588905, -0.031133240088820457, 0.01635337993502617, 0.006139542441815138, 0.02389785274863243, -0.017842605710029602, -0.016395527869462967, -0.006385405082255602, 0.01330468337982893, -0.02527468279004097, 0.00319094629958272, 0.018432676792144775, 0.018039295449852943, 0.009082869626581669, -0.0071791899390518665, 0.011337781324982643, -0.022928450256586075, -0.0015261047519743443, -0.002467407612130046, 0.0009694013861007988, 0.03220098465681076, -0.008478749543428421, 0.0017429908039048314, 0.0012661927612498403, -0.005321170669049025, 0.007291584275662899, -0.02528873272240162, 0.02596309781074524, 4.343756882008165e-05, 0.011358855292201042, -0.03281915560364723, 0.006501311436295509, -0.004309621639549732, 0.0034473459236323833, 0.014456725679337978, -0.008563045412302017, 0.016058344393968582, -0.026033345609903336, 0.022521020844578743, -0.008057271130383015, 0.018854154273867607, -0.04119253531098366, -0.009792359545826912, 0.011689013801515102, -0.019078943878412247, 0.01163281686604023, 0.004717051051557064, -0.00537034310400486, -0.011358855292201042, 0.0014971280470490456, -0.025864753872156143, 0.028801055625081062, 0.008689489215612411, 0.01307286974042654, 0.03627528250217438, -0.04318753629922867, -0.005135017447173595, 0.007439102046191692, -0.024656513705849648, -0.023560669273138046, -0.03886035084724426, 0.020287182182073593, 0.00047504180110991, 0.004162103869020939, -0.00520526384934783, -0.0026430238503962755, -0.0095113730058074, -0.013339806348085403, 0.0052755107171833515, 0.016423625871539116, 0.0066874646581709385, -0.023392077535390854, 0.02149542234838009, -0.004615193698555231, -0.041951198130846024, -0.019851654767990112, 0.00604119710624218, 0.03959091380238533, -0.006796346977353096, -0.018657464534044266, -0.032060492783784866, -0.02056816965341568, 0.007699014153331518, 0.005317658185958862, -0.004629242699593306, 0.0027835166547447443, -0.03694964945316315, 0.009370880201458931, -0.003540422534570098, 0.029559718444943428, 0.004825932905077934, -0.01250387355685234, -0.029166337102651596, -0.020216936245560646, -0.01590380258858204, 0.004457138944417238, -0.029194436967372894, 0.013719136826694012, -0.008534947410225868, -0.007003573700785637, -0.0021214436274021864, -0.020933451130986214, -0.006294084247201681, -0.0071370420046150684, -0.029447324573993683, -0.005068283528089523, -0.006051734089851379, 0.01541207730770111, -2.215782478742767e-05, 0.006223837845027447, 0.011478274129331112, 0.01785665564239025, 0.006062271073460579, -0.010312182828783989, 0.01791285164654255, -0.0007200263789854944, 0.003110162913799286, 0.010775810107588768, -0.005679427646100521, 0.012848081067204475, -0.008626267313957214, 0.03394309803843498, 0.0014365405077114701, -0.034814152866601944, -0.034561268985271454, -0.021818555891513824, -0.007783310022205114, -0.025204436853528023, 0.027382077649235725, 0.0011441395618021488, -0.01563686691224575, -0.006796346977353096, -0.03714633733034134, -0.015046795830130577, -0.014625316485762596, -0.028941549360752106, 0.0022724736481904984, 0.029615914449095726, -0.023082992061972618, -0.021144190803170204, -0.010340281762182713, -0.18174168467521667, 0.0156649649143219, 0.02329373173415661, -0.02618788741528988, 0.014063345268368721, 0.017772359773516655, 0.007091382052749395, 0.00530712166801095, 0.015159189701080322, -0.0041866903193295, 0.00904072169214487, -0.02978450618684292, -0.013058820739388466, 0.00927955936640501, 0.0011204313486814499, 0.010241936892271042, 0.006736637093126774, -0.023195387795567513, 0.007130017504096031, 0.020680563524365425, 0.021776407957077026, -0.03158281743526459, 0.017969049513339996, -0.01718228869140148, 0.019542571157217026, 0.01812359131872654, -0.007741162087768316, 0.05195429548621178, 0.012988573871552944, -0.02169211208820343, -0.01107084471732378, 0.022633414715528488, 0.01251089759171009, 0.0014189789071679115, 0.018516970798373222, 0.012939400970935822, 0.006557508837431669, 0.005805871449410915, 0.007804383523762226, 0.010031197220087051, 0.0033384638372808695, 0.03242577612400055, -0.0033314393367618322, 0.0016507921973243356, 0.014126567170023918, -0.005552984308451414, 0.026328379288315773, -0.011991074308753014, 0.013129066675901413, -0.007607693783938885, 0.0017271853284910321, -0.03082415461540222, 0.023434225469827652, 0.004639779683202505, 0.016240986064076424, 0.009230387397110462, -0.018980598077178, 0.0064626759849488735, 0.00918121449649334, -0.016943451017141342, 0.010551021434366703, -0.007347781676799059, -0.005433565005660057, -0.0015884485328570008, -0.02482510544359684, -0.024235034361481667, -0.027901900932192802, 0.014260035008192062, 0.00047679798444733024, -0.0077271126210689545, -0.0034051979891955853, -0.024881303310394287, 0.02888535149395466, 0.013332781381905079, 0.02301274612545967, -0.014330281876027584, -0.038579367101192474, 0.014140616171061993, -0.003845994593575597, 0.015735210850834846, -0.018882254138588905, 0.04209169000387192, -0.005135017447173595, 0.00570050161331892, 0.002597363432869315, 0.012391478754580021, -0.013508398085832596, -0.017533520236611366, -0.0013882460771128535, -0.005538934841752052, 0.012890229001641273, 0.002283010631799698, -0.016423625871539116, -0.0190227460116148, 0.00807132013142109, 0.009370880201458931, -0.012700563296675682, 0.009026672691106796, -0.02038552798330784, 0.0037336002569645643, -0.0017500154208391905, 0.004302596673369408, -0.013199313543736935, 0.021087992936372757, 0.030009295791387558, 0.021340880542993546, 0.004341232590377331, 0.014541020616889, 0.04877915605902672, 0.005735625047236681, -0.02641267515718937, 0.0013759528519585729, 0.012482799589633942, 0.004148054402321577, 0.006434577517211437, 0.02419288642704487, 0.007474225480109453, -0.048666760325431824, 0.004464163910597563, -0.003062746487557888, 0.027873802930116653, -0.03147042170166969, -0.020511971786618233, 0.013227411545813084, -0.0037616989575326443, -0.019781408831477165, -0.08210408687591553, -0.0014093199279159307, -0.007354806177318096, 0.023982148617506027, 0.003003037068992853, 0.010333256796002388, -0.02327968366444111, 0.0402933806180954, 0.013417077250778675, 0.003807359142228961, -0.009012622758746147, -0.013922852464020252, -0.015032746829092503, 0.00254819099791348, -0.0017043552361428738, 0.008085370063781738, 0.005707526579499245, -0.029250632971525192, -0.016493873670697212, 0.03329683095216751, -0.021959049627184868, -0.015131091699004173, 0.008457675576210022, -0.023335879668593407, -0.00034793958184309304, 0.008541971445083618, -0.025780458003282547, 0.029896901920437813, 0.01521538756787777, -0.011948926374316216, 0.019767358899116516, -0.027339929714798927, 0.010136567056179047, -0.028506020084023476, 0.0032769981771707535, -0.007049234118312597, -0.01744922436773777, -0.021621866151690483, 0.004042685031890869, -0.019612817093729973, 0.006813908461481333, 0.03607859089970589, -0.013684013858437538, -0.03605049103498459, 0.01968306303024292, -0.00592177826911211, 0.0016516703180968761, 0.017083942890167236, -0.007228362839668989, -0.010122517123818398, 0.014836056157946587, 0.014014172367751598, -0.0026746345683932304, 0.016465773805975914, 0.009476250037550926, -0.01264436636120081, 0.03686535358428955, 0.010909277945756912, -0.03956281766295433, -0.0015937170246616006, -0.02329373173415661, -0.019191337749361992, -0.007980000227689743, 0.03085225261747837, -0.010768785141408443, 0.008317182771861553, -0.018264085054397583, -0.011857605539262295, 0.009026672691106796, -0.0028186398558318615, -0.017407076433300972, 0.03085225261747837, -0.014035246334969997, 0.018826056271791458, -0.0056688906624913216, -0.018418626859784126, -0.0357695072889328, -0.018292183056473732, 0.030711760744452477, -0.017814507707953453, -0.014245986007153988, -0.0028801055159419775, -0.015369929373264313, 0.004794321954250336, 0.025639964267611504, 0.015159189701080322, -0.006978987716138363, -0.012145616114139557, 0.020638415589928627, -0.04290654882788658, 0.0019089480629190803, 0.042119789868593216, 0.006936839781701565, -0.006269498262554407, -0.016634365543723106, 0.025162288919091225, 0.01853102073073387, 0.004537922330200672, -0.0015849361661821604, -0.004871593322604895, -0.042400773614645004, -0.025541620329022408, -0.07114563137292862, 0.02998119778931141, 0.00665585370734334, -0.013487324118614197, 0.00716162845492363, 0.016002148389816284, -0.0067120511084795, -0.018292183056473732, -0.0017658208962529898, 0.03540422394871712, 0.007221337873488665, 0.013009647838771343, -0.01297452487051487, 0.013396003283560276, 0.003514080075547099, -0.011478274129331112, 0.0023427200503647327, 0.007389929611235857, -0.00814859103411436, -0.008998573757708073, -0.005679427646100521, -0.008029172196984291, 0.002024854766204953, 0.012890229001641273, 0.00838040467351675, 0.022225985303521156, -0.012567094527184963, 0.03416788578033447, -0.012546021491289139, -0.0042393747717142105, 0.006849031429737806, -0.033212535083293915, 0.004162103869020939, 0.024965599179267883, -0.0004074295866303146, -0.012131567113101482, -0.011211337521672249, 0.02325158379971981, 0.012883204035460949, 0.004028635565191507, -0.023574717342853546, -0.028351478278636932, 0.003226069500669837, -0.018278133124113083, -0.013262535445392132, 0.007635792251676321, -0.01567901484668255, -0.010305158793926239, 0.01119026355445385, 0.016423625871539116, 0.04745852202177048, -0.010677464306354523, -0.0007775407284498215, -0.019402077421545982, -0.008900228887796402, -0.03669676184654236, 0.007614718284457922, 0.0031821655575186014, -0.004000537097454071, -0.00916014052927494, 0.029644014313817024, 0.011885704472661018, 0.03439267724752426, 0.023771408945322037, -0.00996095035225153, 0.0037827729247510433, 0.0024709198623895645, -0.019275633618235588, 0.0279440488666296, -0.03470176085829735, 0.006350281648337841, -0.01878390833735466, 0.006824445445090532, 0.022928450256586075, 0.007122993003576994, 0.007495299447327852, -0.020399577915668488, 0.0008640316664241254, -0.010705563239753246, 0.008471725508570671, 0.03262246400117874, 0.005753186531364918, -0.027564717456698418, 0.01263031642884016, 0.017828555777668953, 0.028801055625081062, -0.019388027489185333, 0.017617816105484962, 0.0028045906219631433, -0.0022584241814911366, -0.042147886008024216, 0.004724075552076101, 0.00793082732707262, 0.013789383694529533, 0.013150140643119812, -0.00369145255535841, -0.01373318675905466, 0.026468873023986816, 0.008577095344662666, 0.039478521794080734, -0.0066839526407420635, 0.007168652955442667, -0.023420175537467003, 0.006346769165247679, -0.020020246505737305, -0.023771408945322037, -0.014133591204881668, -0.02658126689493656, 0.004453626926988363, -0.007200263906270266, 0.017336830496788025, 0.0030118178110569715, -0.026272183284163475, 0.021973097696900368, -0.03711823746562004, 0.014990598894655704, -0.010923326946794987, 0.001127455965615809, -0.027325879782438278, 0.05282535031437874, 0.0016771346563473344, 0.024052394554018974, 0.007909753359854221, -0.00041181998676620424, 0.03894464671611786, 0.006634779740124941, -0.005858556367456913, -0.007614718284457922, 0.03110514022409916, 0.003254168201237917, -0.002398917218670249, 0.015426126308739185, -0.003083820454776287, -0.021354928612709045, -0.02774735912680626, -0.003192702541127801, -0.005552984308451414, 0.020188838243484497, 0.03177950531244278, 0.09283774346113205, 0.011625791899859905, -0.023996196687221527, 0.002767711179330945, 0.03043077513575554, 0.005633767694234848, 0.030964648351073265, 0.007558520883321762, -0.004889154806733131, -0.00603066012263298, 0.030121689662337303, 0.01028408482670784, -0.00906179565936327, -0.019795456901192665, -0.020441725850105286, -0.004836469888687134, 0.023757359012961388, 0.00974318664520979, 0.009708063676953316, 0.00047240755520761013, 0.006065783556550741, -0.008387429639697075, 0.009967975318431854, 0.018221937119960785, -0.008647341281175613, -0.002249643439427018, 0.01899464800953865, -0.01250387355685234, -0.007713063154369593, -0.03672485798597336, 0.016746761277318, 0.0017886509886011481, -0.026890352368354797, -0.008268010802567005, -0.012012148275971413, 0.009117992594838142, -0.0048294453881680965, -0.01965496502816677, 0.014119542203843594, -0.017997147515416145, -0.003909216728061438, -0.00882998201996088, -0.022057393565773964, 0.00285025080665946, -0.008373380638659, -0.020259084179997444, -0.012138591147959232, -0.0011494080536067486, -0.03107704222202301], \"b3998c57-3f28-4e6f-a155-ebf100566ac8\": [-0.016189642250537872, 0.0034644952975213528, 0.02453375980257988, -0.014627869240939617, -0.0015177789609879255, 0.02828788012266159, -0.027481330558657646, -0.023829862475395203, -0.014598540030419827, -0.02500302530825138, 0.017509449273347855, 0.029094427824020386, -0.003919095732271671, -0.006089446134865284, 0.026513470336794853, 0.005363551899790764, 0.00013954217138234526, 0.003739455249160528, 0.03202733397483826, -0.016629578545689583, -0.022363409399986267, 0.006298415828496218, -0.017230823636054993, -0.00923865381628275, -0.0064633917063474655, -0.006474390160292387, 0.017245488241314888, -0.018272005021572113, -0.0068483357317745686, 0.005660508759319782, -0.0038604377768933773, -0.02261270582675934, 0.0035689801443368196, -0.02026638202369213, -0.018946573138237, 0.0007964672986418009, -0.00711962953209877, 0.007258942816406488, 0.019591812044382095, -0.03683730214834213, 0.03715991973876953, 0.005070261657238007, -0.007860188372433186, 0.0011887435102835298, -0.01995842531323433, 0.012215553782880306, 0.00453133974224329, -0.011687630787491798, -0.03742388263344765, -0.013117422349750996, -0.0012024914612993598, 0.013843316584825516, -0.042292505502700806, -0.00015878936392255127, 0.0034883252810686827, 0.015001814812421799, 0.012985441833734512, 0.019973089918494225, -0.025428295135498047, -0.018638618290424347, 0.01092507503926754, -0.008930698968470097, -0.02456308901309967, -0.0033893396612256765, -0.015867022797465324, -0.014268588274717331, 0.0013610516907647252, -0.005092258099466562, 0.017670759931206703, -0.010602455586194992, 0.02390318550169468, 0.00036615499993786216, -0.01102039497345686, -0.015529737807810307, 0.019122548401355743, -0.006492720916867256, -0.016585584729909897, -0.009055347181856632, 0.00021939512225799263, -0.003875102149322629, 0.027583982795476913, -0.007698878645896912, -0.00999387726187706, 0.04449218511581421, 0.03671998530626297, -0.007522904314100742, 0.031587399542331696, -0.011218366213142872, -0.0066100372932851315, 0.007874852977693081, 0.010507136583328247, 0.02472439780831337, 0.024079158902168274, 0.014011958613991737, 0.007566897664219141, 0.03974087908864021, -0.006716355215758085, 0.026762768626213074, -0.004798967391252518, -0.02576558105647564, -0.023800533264875412, -0.018961237743496895, -0.03185135871171951, -0.008512759581208229, -0.042703114449977875, -0.028962448239326477, 0.026073535904288292, 0.0013967965496703982, 0.018359992653131485, 0.003094215877354145, -0.022993983700871468, 0.03211532160639763, 0.0023573231883347034, -0.031030146405100822, -0.007948176003992558, -0.008241466246545315, -0.0013280565617606044, -0.02513500489294529, -0.021014273166656494, -0.03985819220542908, 0.00623609172180295, 0.033171169459819794, 0.009370635263621807, -0.028874460607767105, 0.007610891479998827, -0.01664424128830433, -0.0070756361819803715, -0.0161016546189785, 0.007405587937682867, -0.0028174228500574827, 0.06135639548301697, 0.025589605793356895, 0.027891937643289566, -0.0026579461991786957, -0.018213346600532532, 0.015119130723178387, -0.003590976819396019, -0.009121337905526161, -0.013938636519014835, -0.019811781123280525, 0.022304750978946686, 0.03950624540448189, -0.009377967566251755, 0.00499693863093853, 0.003303185570985079, 0.025398967787623405, -0.003609307575970888, 0.009971880353987217, -0.022774016484618187, -0.031118134036660194, 0.015221782959997654, -0.0012373197823762894, 0.0003453038807492703, 0.009634596295654774, 0.005048264749348164, 0.02573625184595585, 0.0209996085613966, -0.024709733203053474, 0.00854208879172802, 0.004054742865264416, -0.012750809080898762, 0.017949385568499565, 0.0033856735099107027, -0.012164227664470673, 0.00802149809896946, 0.03751187026500702, 0.020691651850938797, -0.016600249335169792, 0.004106068518012762, -0.000999937648884952, 0.023947177454829216, -0.015368428081274033, -0.01296344492584467, 0.00424538180232048, 0.015324434265494347, 0.018066702410578728, 0.032408613711595535, 0.023125965148210526, -0.02674810402095318, -0.03267257288098335, -0.004509343300014734, 0.005840149242430925, 0.0363093763589859, 0.027305355295538902, -0.020735645666718483, -0.010463142767548561, -0.00411340082064271, -0.022744687274098396, 0.031499411910772324, 0.002399483695626259, 0.03311251103878021, -0.02415248192846775, 0.011284356005489826, -0.01686421036720276, -0.6203683018684387, -0.016688235104084015, 0.00404007826000452, 0.0011117546819150448, -0.0017936553340405226, 0.036074746400117874, 0.006895995698869228, -0.006313080433756113, -0.02472439780831337, 0.017729416489601135, 0.019313186407089233, 0.01585235819220543, 0.007464245893061161, -0.009223990142345428, -0.014906494878232479, -0.0036331373266875744, 0.013058764860033989, 0.007808862719684839, 0.009223990142345428, 0.013821319676935673, -0.021234240382909775, -0.018741270527243614, 0.00895269587635994, 0.005590852349996567, -0.013931304216384888, 0.015427086502313614, 0.006192097906023264, -0.004813631996512413, -0.006863000337034464, 0.008109485730528831, -0.02165951207280159, -0.0007767618517391384, 0.025340309366583824, -0.0027239364571869373, 0.04651588946580887, -0.012134899385273457, -0.022715358063578606, 0.004791635554283857, 0.020706316456198692, 0.016380280256271362, -0.017641430720686913, -0.03214465081691742, 0.01793472096323967, -0.011467662639915943, 0.011431001126766205, 0.00618843175470829, 0.0282585509121418, 0.011841608211398125, -0.014407901093363762, -0.012721479870378971, -5.848627188242972e-05, 0.0019943760707974434, 0.009223990142345428, -0.0037339560221880674, 0.01237686350941658, 0.017348140478134155, 0.018799928948283195, -0.01629229262471199, 0.0094732865691185, -0.012692151591181755, -0.013835984282195568, 0.0009344055433757603, -0.020545007660984993, -0.005851147696375847, -0.025809573009610176, -0.0041757249273359776, -0.023345932364463806, -0.019298521801829338, 0.034432318061590195, -0.011027727276086807, -0.007376258727163076, 0.018418651074171066, 0.006837337277829647, -0.027950596064329147, 0.007552233058959246, 0.016438938677310944, 0.007093966472893953, -0.0031620394438505173, -0.024445772171020508, 0.02995963580906391, -0.020662322640419006, -0.0001158841623691842, -0.022715358063578606, 0.003361843526363373, -0.013154083862900734, -0.00048072164645418525, -0.03006228804588318, -0.034051038324832916, -0.008102153427898884, -0.005682505667209625, -0.0033875065855681896, -0.02160085365176201, -0.004622993059456348, -0.0036496350076049566, 0.017949385568499565, 0.016878874972462654, 0.007830859161913395, -0.004069407004863024, -0.010675778612494469, -0.02907976321876049, 0.0021428545005619526, -0.023668551817536354, -0.02165951207280159, 0.00494194682687521, 0.050592631101608276, 0.009429292753338814, -0.004465349484235048, -0.008417440578341484, 0.019679799675941467, 0.0034443316981196404, -0.02168884128332138, 0.01374799758195877, -0.02149820141494274, 0.004267378244549036, -0.005022601690143347, -0.031176792457699776, 0.005444206763058901, 0.013769994489848614, 0.012890121899545193, -0.022128775715827942, 0.0249443668872118, 0.019313186407089233, 0.009641928598284721, -0.023155294358730316, 0.03050222434103489, -0.0005398380453698337, 0.014466559514403343, -0.009759245440363884, 6.123587081674486e-05, 0.003944758791476488, 0.005865812301635742, 0.002852251287549734, 0.04950745403766632, -0.03305385261774063, 0.0021703504025936127, 0.0001559251977596432, 0.002131856046617031, -0.003724790643900633, 0.021116923540830612, -0.01234753429889679, -0.031910017132759094, 0.007691546343266964, 0.0033930058125406504, -0.0141292754560709, -0.0020951947662979364, -0.027305355295538902, -0.04408157989382744, 0.008864708244800568, -0.013095425441861153, -0.018902579322457314, -0.009729916229844093, 0.007449581287801266, -0.017260152846574783, 0.008314789272844791, 0.005693504121154547, -0.0015608560061082244, 0.011291688308119774, -0.04915550723671913, 0.004263712093234062, -0.02623484469950199, 6.833900260971859e-05, 0.01689353957772255, -0.003145541762933135, -0.0010567627614364028, 0.010492471978068352, -0.0047439755871891975, -0.004161060322076082, 0.016688235104084015, -0.016937533393502235, -0.018638618290424347, -0.010507136583328247, 0.006225093267858028, -0.04537205770611763, 0.006837337277829647, 0.002386652398854494, 0.022143440321087837, -0.0131027577444911, -0.02229008637368679, 0.005374550353735685, 0.017201494425535202, -0.004828296601772308, 0.024005835875868797, 0.028273215517401695, 0.009084676392376423, 0.0173628032207489, 0.016805551946163177, 0.013330058194696903, 0.0200464129447937, -0.03452030569314957, 0.03434433043003082, 0.0022766683250665665, 0.016746893525123596, -0.0005196743295527995, -0.0020695319399237633, 0.0064633917063474655, 0.02727602608501911, -0.004340700805187225, -0.008300124667584896, 0.009715251624584198, 0.007794198114424944, 0.05006470903754234, 0.007423918694257736, 0.002652446972206235, -0.04003416746854782, 0.019239863380789757, -0.03575212508440018, -0.010279836133122444, -0.0023829862475395203, 0.005829150788486004, -0.006217760965228081, 0.01903456076979637, -0.03425634279847145, -0.03179270401597023, -0.0009476952836848795, -0.0036019752733409405, 0.022304750978946686, -0.006855668034404516, 0.004831962753087282, -0.009839899837970734, 0.009055347181856632, -0.010573126375675201, -0.024416442960500717, 0.03337647020816803, 0.03299519419670105, -0.044756148010492325, -0.005227905232459307, 0.01919586956501007, 0.024225804954767227, 0.0007845523650757968, -0.006760348565876484, -0.008512759581208229, 0.02311130054295063, 0.024240469560027122, 0.017802739515900612, 0.008131482638418674, -0.007720875553786755, 0.03340579941868782, -0.019342515617609024, 0.014928491786122322, -0.0004248131299391389, -0.0010897578904405236, 0.02949037030339241, 0.027730626985430717, -0.020882291719317436, 0.016585584729909897, 0.015016479417681694, 0.035224203020334244, 0.00424538180232048, -0.009700587019324303, 0.005000604782253504, -0.0035726462956517935, 0.01493582408875227, -0.012831464409828186, 0.0052535682916641235, 0.019313186407089233, -0.03578145429491997, 0.00012178434553788975, 0.01572037674486637, 0.012288876809179783, 0.024768391624093056, 0.005733831319957972, -0.013704003766179085, 0.011812279000878334, 0.015324434265494347, 0.030707526952028275, -0.013337390497326851, -0.025296315550804138, 0.0012895622057840228, -0.009539277292788029, 0.005447872914373875, -0.004399359226226807, -0.0011529987677931786, -0.027554653584957123, -0.009370635263621807, 0.007486242800951004, 0.011665633879601955, 0.0024544757325202227, -0.007357927970588207, -0.007984836585819721, 0.011526321060955524, -0.0008977442048490047, 0.0014527050079777837, -0.0005934552173130214, 0.007933511398732662, -0.00691432598978281, 0.015177789144217968, -0.009685922414064407, 0.007233279757201672, 0.004916283767670393, -0.011196369305253029, -0.005374550353735685, 0.02781861461699009, 0.013176080770790577, -0.01157031487673521, -0.02105826511979103, 0.02036903239786625, 0.036074746400117874, -0.006148104555904865, -0.015647053718566895, -0.005363551899790764, -0.009737248532474041, 0.018330663442611694, -0.015529737807810307, 0.020281046628952026, 0.0293583907186985, 0.014598540030419827, -0.0005806237459182739, -0.0127874705940485, 0.0008042578701861203, -0.0005531277856789529, -0.01154098566621542, 0.0016140148509293795, -0.0026671115774661303, 0.018462643027305603, 0.007130627986043692, -0.0030007294844835997, 0.004458017181605101, 0.0009577771415933967, 0.03176337480545044, -0.01182694360613823, 0.0033930058125406504, -0.026880083605647087, -0.03419768437743187, 0.03264324367046356, 0.002075031166896224, 0.04006349667906761, 0.01430524978786707, 0.02201146073639393, 0.006243424024432898, 0.013674674555659294, 0.0016680903499945998, -0.010419148951768875, -0.01979711651802063, -0.03786381706595421, -0.016614913940429688, -0.014833172783255577, 0.009942552074790001, -6.902640507178148e-06, 0.014437230303883553, -0.010580458678305149, -0.010052535682916641, -0.03261391445994377, -0.003561647841706872, 0.0036203060299158096, 0.005935468710958958, -0.016849545761942863, 0.027261361479759216, 0.0432603657245636, -0.00038608958129771054, 0.004135397728532553, 0.013835984282195568, 0.007698878645896912, 0.009905890561640263, -0.030018294230103493, -0.005601850803941488, 0.0006686109118163586, 0.011247694492340088, 0.011079052463173866, -0.0007813445408828557, 0.028991777449846268, 0.00868140161037445, 0.006742017809301615, 0.02223142795264721, -0.0003354511281941086, -0.022114112973213196, 0.01601366698741913, 0.010683110915124416, -0.010624452494084835, 0.001844064681790769, 0.00816081091761589, 0.0037229578010737896, 0.005128919612616301, 0.0027697631157934666, 0.0019613809417933226, 0.03226196765899658, 0.0010191848268732429, -0.01755344308912754, -0.006016123574227095, -0.011709627695381641, 0.011423668824136257, -0.012860793620347977, 0.007046306971460581, -0.0036734649911522865, -0.027554653584957123, -0.0018028207123279572, -0.038157109171152115, 0.023800533264875412, -0.009898558259010315, -0.015045808628201485, -0.013740665279328823, -0.03012094646692276, 0.01632162183523178, -0.026572128757834435, -0.03780515864491463, -0.02045702002942562, 0.008674070239067078, -0.018653282895684242, -0.002472806489095092, 0.003776116529479623, 0.027012065052986145, 0.012142231687903404, 0.006863000337034464, -0.0011548317270353436, 0.009077344089746475, -0.010763765312731266, -0.03167538717389107, 0.031616728752851486, -0.013967965729534626, -0.015309769660234451, -0.0025058016180992126, 0.009869229048490524, -0.026293503120541573, 0.0022949990816414356, 0.013740665279328823, -0.008718063123524189, -0.02020772360265255, 0.009114005602896214, -0.014899162575602531, 0.0097885737195611, 0.012978109531104565, 0.010807759128510952, 0.0011896600481122732, -0.012435521930456161, -0.008644741028547287, 0.02746666595339775, 0.009509948082268238, 0.006771347019821405, 0.004032745957374573, -0.015529737807810307, 0.015265775844454765, 0.01815468817949295, 0.012083573266863823, -0.0017588271293789148, 0.002569959033280611, 0.01607232540845871, -0.010646449401974678, 0.012149563990533352, -0.02146887220442295, 0.005015269387513399, 0.004571667406708002, 0.03795180469751358, 0.0050519309006631374, -0.012692151591181755, 0.008373446762561798, 0.004615660756826401, -0.007346929982304573, 0.02286200225353241, -0.0036001421976834536, -0.009693254716694355, 0.02377120405435562, -0.010646449401974678, -0.04730777442455292, -0.004186723381280899, 0.014092613942921162, -0.031030146405100822, 0.019459832459688187, 0.0018119860906153917, -0.018902579322457314, -0.041383303701877594, 0.013330058194696903, 0.01875593513250351, 0.03493091091513634, -0.01115970779210329, 0.016145648434758186, 0.017978714779019356, -0.01327873207628727, -0.007486242800951004, -0.013344722799956799, -0.026880083605647087, -0.026190850883722305, -0.02861049957573414, 0.0052315713837742805, 0.014319914393126965, 0.030032958835363388, 0.006481722462922335, -0.003963089548051357, -0.024460436776280403, -0.02270069345831871, -0.01755344308912754, -0.022055454552173615, -0.0022491724230349064, 0.01033849362283945, 0.029974300414323807, 0.011211033910512924, 0.035282861441373825, -0.004084071610122919, 0.00874739233404398, -0.007808862719684839, 0.010155186988413334, 0.019621141254901886, -0.009722583927214146, 0.002571792108938098, -0.02149820141494274, -0.01016985159367323, 0.025442959740757942, -0.008593414910137653, -0.0011859938967972994, 0.0055761877447366714, -0.0010237675160169601, 0.025091011077165604, 0.005469869822263718, 0.035224203020334244, -0.01051446795463562, -0.0325259305536747, 0.004428688436746597, 0.016688235104084015, -0.02086762711405754, -0.016805551946163177, -0.012076240964233875, -0.021894143894314766, 0.014011958613991737, 0.014994482509791851, 0.02352190762758255, 0.00026189934578724205, 0.04625193029642105, -0.005763160530477762, 0.013696671463549137, -0.008087488822638988, 0.022905996069312096, -0.024401778355240822, 0.005744829773902893, -0.006111443042755127, -0.012076240964233875, -0.009898558259010315, 0.025472288951277733, 0.040650077164173126, -0.014752517454326153, -0.026924077421426773, 0.00023738208983559161, 0.022583376616239548, -0.031264778226614, 0.009898558259010315, 0.009011354297399521, -0.02294998988509178, -0.02349257841706276, -0.02412315271794796, -0.006547712720930576, -0.022495388984680176, 0.017157500609755516, 0.0020438688807189465, -0.014019290916621685, 0.0020328706596046686, -0.029006442055106163, -0.00967859011143446, -0.0012263213284313679, 0.004051076713949442, 0.048920873552560806, -0.00029718587757088244, 0.025780243799090385, -0.012222886085510254, 0.020061077550053596, -0.011592311784625053, -0.01963580586016178, -0.025838902220129967, -0.014635201543569565, 0.02083829790353775, 0.03554682061076164, 0.02314062975347042, -0.0060784476809203625, 0.035722795873880386, -0.002780761569738388, 0.00923865381628275, -0.04589997977018356, 0.01623363606631756, 0.016365615651011467, 0.008578750304877758, 0.0014710357645526528, -0.029827654361724854, -0.03006228804588318, 0.0006388236070051789, 0.004773304797708988, 0.008520091883838177, 0.01051446795463562, -0.004897953011095524, -0.014041287824511528, -0.0017212493112310767, -0.04364164173603058, 0.030443565919995308, -0.008974692784249783, 0.0036258052568882704, -0.002811923623085022, 0.016629578545689583, -0.029666345566511154, -0.012912118807435036, -0.017128171399235725, 0.007225947454571724, -0.025457624346017838, -0.029563693329691887, -0.005356219597160816, 0.001352802966721356, -0.004630325362086296, -0.0017661594320088625, -0.009876561351120472, 0.04076739400625229, -0.03141142427921295, 0.0015782701084390283, -0.013000106438994408, 0.01730414666235447, 0.019914433360099792, -0.009436625055968761, 0.0016818383010104299, -0.004828296601772308, -0.031499411910772324, -0.01872660592198372, 0.019078554585576057, 0.005953799467533827, -0.0032830217387527227, -0.02036903239786625, 0.003765118308365345, -0.0019613809417933226, -0.02377120405435562, 0.008446769788861275, 0.013769994489848614, -0.02459241822361946, -0.006298415828496218, -0.005898807197809219, 0.005994126666337252, 0.01451055333018303, -0.005165580660104752, 0.012772805988788605, -0.0034424986224621534, 0.015793699771165848, -0.038978323340415955, 0.014400568790733814, -0.008402775973081589, -0.012750809080898762, -0.025662928819656372, -0.001017351751215756, 0.005528528243303299, -0.02105826511979103, -0.023125965148210526, -0.014503221027553082, -0.028434524312615395, 0.009839899837970734, 0.031059475615620613, -0.01607232540845871, -0.008600747212767601, 0.018110694363713264, 0.033640433102846146, -0.014107278548181057, -0.002837586682289839, 0.01523644756525755, -0.02740800753235817, 0.02762797474861145, -0.03466695174574852, -0.0012180726043879986, 0.028375865891575813, 0.013938636519014835, 0.015969673171639442, -0.022744687274098396, 0.03229129686951637, 0.008593414910137653, -0.007471578195691109, -0.0014215429546311498, 0.015295105054974556, 0.024959031492471695, -0.042703114449977875, -0.003145541762933135, 0.0091579994186759, -0.016028331592679024, -0.021923473104834557, 0.016306957229971886, -0.006060117390006781, -0.003963089548051357, 0.00706463772803545, 0.0047659724950790405, 0.01607232540845871, -0.0034516637679189444, -0.016834881156682968, -0.025310980156064034, -0.02324328012764454, -0.00991322286427021, -0.018858585506677628, -0.009729916229844093, 0.007200284395366907, 0.026660116389393806, 0.00921665783971548, -0.011614307761192322, -0.027701297774910927, -0.02314062975347042, -0.014451894909143448, -0.015016479417681694, 0.021747499704360962, 0.007750204298645258, 0.019870439544320107, 0.025120340287685394, -0.007471578195691109, 0.03246727213263512, -0.005891475360840559, 0.009795906022191048, -0.01897590234875679, 0.0029988964088261127, 0.011123046278953552, 0.007537568919360638, 0.017216159030795097, -0.004120733123272657, -0.03554682061076164, -0.008241466246545315, 0.015192453749477863, 0.022656699642539024, 0.021146252751350403, 0.0249443668872118, -0.014378571882843971, -0.007376258727163076, -0.021146252751350403, 0.0007905098609626293, -0.012120234780013561, 0.015940343961119652, -0.002597454935312271, -0.02696807123720646, -0.005345221608877182, 0.0005224238848313689, 0.023595228791236877, -0.021043600514531136, 0.0111303785815835, -0.006320412736386061, -0.008593414910137653, 0.011782950721681118, -0.013879978097975254, -0.002392151625826955, 0.0012299874797463417, -0.007764868903905153, 0.004274710547178984, 0.023375261574983597, -0.013249403797090054, 0.045078765600919724, 0.004707314074039459, 0.0013693005312234163, 0.015749705955386162, 0.02333126775920391, -0.04364164173603058, 0.0013693005312234163, 0.006349741946905851, 0.025838902220129967, 0.015339098870754242, 0.005125253461301327, -0.020193058997392654, -0.016057660803198814, 0.008146146312355995, -0.004480014089494944, -0.007728207390755415, 0.007163623347878456, 0.008520091883838177, -0.006357073783874512, -0.015221782959997654, -0.03707193210721016, 0.006822672672569752, -0.0048686242662370205, -0.0027459333650767803, -0.0055761877447366714, -0.02696807123720646, -0.04202854633331299, -0.006060117390006781, -0.02987164817750454, -0.030179603025317192, -0.022876666858792305, 0.0027679300401359797, -0.006500053219497204, -0.0021630183327943087, 0.029944971203804016, 0.19662202894687653, -0.027539988979697227, -0.0017542444402351975, 0.03636803478002548, 0.023023312911391258, 0.0019632140174508095, 0.02968101017177105, 0.015075137838721275, -0.020515678450465202, 0.01255283784121275, -0.0014481224352493882, 0.008036162704229355, -0.022187434136867523, 0.0021905142348259687, 0.008894037455320358, -0.021366221830248833, -0.00808015652000904, -0.03135276585817337, -0.028845131397247314, -0.011321017518639565, -0.015969673171639442, -0.0035194873344153166, -0.013916639611124992, -0.016057660803198814, 0.02267136424779892, -0.0022455062717199326, -0.015089801512658596, 0.006500053219497204, 0.00033361808164045215, 0.031088804826140404, -0.019459832459688187, -0.019503826275467873, -0.010837088339030743, 0.01705484837293625, -0.021586189046502113, -0.002916408469900489, 0.012244882993400097, 0.01360868476331234, 0.02168884128332138, 0.0025864564813673496, 0.01626296527683735, -0.013506032526493073, -0.031088804826140404, -0.017040183767676353, 0.008718063123524189, 0.011812279000878334, -0.022392738610506058, -0.008402775973081589, 0.010947071947157383, -0.0024123152252286673, -0.026088200509548187, -0.002569959033280611, 0.02077963948249817, 0.02768663316965103, 0.01705484837293625, -0.01897590234875679, -0.01206157635897398, 0.006980316713452339, -0.0047659724950790405, 0.01771475374698639, -0.0070096454583108425, 0.03006228804588318, -0.014598540030419827, -0.003642302704975009, 0.02036903239786625, 0.03053155168890953, -0.03601608797907829, -0.019298521801829338, 0.020413026213645935, -0.026792097836732864, 0.02365388721227646, 0.008087488822638988, -0.007420252542942762, 0.0058951410464942455, 0.0015388592146337032, -0.01746545545756817, 0.023917850106954575, 0.01566171832382679, -0.014246591366827488, 0.04302573204040527, -0.04340701177716255, -0.02456308901309967, 0.009781241416931152, -0.018843920901417732, -0.023404590785503387, -0.03783448785543442, 0.028977112844586372, 0.017040183767676353, -0.014561878517270088, 0.011372343637049198, 0.007288271561264992, -0.007258942816406488, -0.014671863056719303, 0.0004839294997509569, 0.03827442601323128, 0.008190140128135681, -0.01657092012465, 0.020852962508797646, -0.01322740688920021, -0.025472288951277733, -0.03633870556950569, 0.01642427407205105, 0.020031748339533806, 0.0018486473709344864, -0.04569467529654503, -0.025692258030176163, 0.003970421850681305, 0.005708168726414442, 0.00021653095609508455, -0.013088093139231205, 0.0011328349355608225, -0.052176401019096375, 0.0012336536310613155, 0.013000106438994408, 0.011196369305253029, -0.0013500533532351255, -0.00655137887224555, -0.04947812482714653, -0.032437942922115326, -0.019093219190835953, -0.0009751913021318614, -0.04176458343863487, 0.018521301448345184, 0.007735539693385363, 0.0036844632122665644, -0.028053246438503265, -0.017201494425535202, -0.0064853886142373085, -0.015016479417681694, -0.015009147115051746, -0.0047879694029688835, -0.009891225956380367, 0.004809965845197439, -0.0024306459818035364, -0.01635095104575157, 0.011628972366452217, 0.001977878622710705, 0.017230823636054993, -0.0012217387557029724, 0.02642548456788063, -0.01667357049882412, 0.012120234780013561, 0.029226409271359444, -0.006580708082765341, 0.02661612257361412, -0.011123046278953552, 0.016394944861531258, 0.002340825740247965, -0.056282468140125275, -0.042292505502700806, -0.01708417758345604, -0.006503719370812178, 0.0014169602654874325, 0.015163124538958073, 0.010162519291043282, -0.022378074005246162, -0.026220180094242096, -0.027539988979697227, -0.018829256296157837, 0.008153478614985943, -0.00036134320544078946, 8.495117072016001e-05, 0.021776827052235603, -0.031030146405100822, -0.027305355295538902, -0.01777341030538082, -0.19146011769771576, 0.014114610850811005, 0.028273215517401695, -0.022275421768426895, -0.012156895361840725, 0.0004917200421914458, 0.012457518838346004, 0.00794084370136261, 0.012670154683291912, -0.0059831286780536175, 0.02061833068728447, -0.021336892619729042, -0.023609893396496773, -0.008248798549175262, 0.007977504283189774, -0.013190745376050472, -0.001897223643027246, 0.003930094186216593, 0.025208327919244766, 0.010536464862525463, 0.005062929354608059, -0.02242206782102585, 0.019430503249168396, 0.013660009950399399, 0.01670289970934391, 0.018081367015838623, -0.006137106101959944, 0.03595742955803871, -0.015383092686533928, -0.016336286440491676, -0.015265775844454765, 0.021732835099101067, 0.016849545761942863, -0.0068923295475542545, 0.0049712760373950005, 0.00981790293008089, -0.0004628492461051792, -0.01973845809698105, -0.012281544506549835, 0.013271399773657322, 0.017758745700120926, 0.02058900147676468, -0.005601850803941488, 0.012875458225607872, 0.026058871299028397, 0.004626659210771322, 0.004535005893558264, -0.002617618767544627, 0.016717564314603806, -0.007104964926838875, -0.005117921158671379, -0.0010072699515148997, 0.009311976842582226, 0.00034186686389148235, 0.00833678524941206, 0.018008043989539146, -0.00037165419780649245, 0.0018348994199186563, -0.0035194873344153166, -0.02560427039861679, 0.002056700410321355, -0.02677743323147297, 0.021938137710094452, -0.017861397936940193, -0.0334644578397274, -0.019210534170269966, -0.018697276711463928, 0.014165936037898064, -0.0206769872456789, 0.008754724636673927, -0.0010870082769542933, 0.010675778612494469, -0.002437978284433484, -0.007101298775523901, 0.014591207727789879, -0.00833678524941206, -0.035341519862413406, 0.02286200225353241, -0.0014994482044130564, 0.010727103799581528, -0.003739455249160528, 0.045460045337677, -0.024387113749980927, 0.01686421036720276, 0.011548317968845367, 0.012948780320584774, -0.012252215296030045, 0.012398860417306423, -0.011277023702859879, -0.012325538322329521, 0.010521800257265568, -0.010785762220621109, -0.031235450878739357, -0.006368072237819433, 0.015837693586945534, 0.01828666962683201, -0.0008083822322078049, 0.020501013845205307, -0.0058144861832261086, 0.01506047323346138, 0.0016295959940180182, 0.015940343961119652, -0.027393342927098274, 0.007299270015209913, 0.008938031271100044, 0.016717564314603806, 0.03519487380981445, 0.026029542088508606, 0.0470438152551651, -0.0014371239813044667, -0.025398967787623405, 0.013154083862900734, 0.0071929520927369595, 0.02204078994691372, 0.01897590234875679, 0.009795906022191048, -0.011181704699993134, -0.02316995896399021, 0.042204517871141434, 0.011218366213142872, 0.023859191685914993, -0.03226196765899658, -0.0161016546189785, 0.0029805658850818872, -0.0005714584258385003, -0.013865313492715359, -0.0865207314491272, -0.001350969891063869, 0.0007488075643777847, 0.028595834970474243, -0.014283252879977226, 0.009737248532474041, -0.01607232540845871, 0.014833172783255577, -0.0008945363806560636, 0.025706922635436058, -0.02077963948249817, -0.007691546343266964, 0.002934739226475358, 0.0032903540413826704, 0.032349955290555954, 0.006983982864767313, -0.00021183372882660478, -0.0037027939688414335, 0.0036752980668097734, 0.023697881028056145, -0.02020772360265255, -0.01147499494254589, 0.023727210238575935, -0.019254527986049652, 0.009004021994769573, 0.01209090556949377, -0.015045808628201485, 0.0007510989089496434, 0.0127874705940485, -0.00849076360464096, -0.015163124538958073, -0.03545883297920227, 0.018169352784752846, -0.02045702002942562, -0.02064765989780426, -0.015397757291793823, -0.03343512862920761, -0.0293583907186985, 0.016746893525123596, -0.02721736952662468, 0.011387008242309093, 0.020691651850938797, -0.004828296601772308, -0.03754119947552681, -0.002987898187711835, -0.016805551946163177, -0.018272005021572113, 0.025252321735024452, -0.005066595505923033, 0.0014802010264247656, -0.00562018109485507, 0.008102153427898884, 0.0063607399351894855, 0.00816081091761589, 0.016277628019452095, -0.005653176456689835, 0.045196082442998886, 0.01695219799876213, -0.03994617983698845, 0.01607232540845871, 0.007328599225729704, -0.021527530625462532, -0.004600996617227793, 0.029182415455579758, 0.011452998034656048, 0.014290585182607174, -0.015837693586945534, -0.0026927744038403034, 0.02819989249110222, -0.010448478162288666, -0.002547962125390768, 0.009172664023935795, -0.012574834749102592, 0.034051038324832916, -0.00764022022485733, -0.017817404121160507, -0.014077949337661266, -0.00036684240330941975, 0.04320170730352402, -0.022275421768426895, -0.009114005602896214, -0.024005835875868797, -0.009825235232710838, -0.007423918694257736, 0.02519366331398487, -0.005121587309986353, 0.0033086847979575396, 0.008307456970214844, 0.009106673300266266, -0.030795514583587646, 0.006639366038143635, 0.0325259305536747, 0.004252713639289141, -0.018272005021572113, -0.02456308901309967, 0.01815468817949295, -0.014613204635679722, 0.010580458678305149, -0.0001589039311511442, -0.008762056939303875, -0.02861049957573414, -0.016336286440491676, -0.06112176179885864, 0.019665135070681572, -0.006203096359968185, -0.012325538322329521, 0.0033380137756466866, -0.004564335104078054, -0.0043223705142736435, -0.018887914717197418, -0.0020988609176129103, 0.03408036753535271, 0.011988253332674503, 0.03475493565201759, -0.009179996326565742, 0.012134899385273457, -0.005803487729281187, -0.002734934911131859, 0.006012457422912121, 0.007354262284934521, 0.004938280675560236, -0.003163872519508004, -0.003013561014086008, -0.006723687052726746, -0.0008963694563135505, 0.01843331567943096, -0.009920555166900158, 0.017861397936940193, 0.006016123574227095, 0.039770208299160004, -0.013777326792478561, 0.01695219799876213, 0.039770208299160004, -0.025970883667469025, -0.00488695502281189, 0.021234240382909775, -0.004586332011967897, -0.042732443660497665, -0.0031730378977954388, 0.029505034908652306, 0.006558711174875498, -0.003616639878600836, -0.012868125922977924, -0.024269798770546913, 0.00732493307441473, -0.015295105054974556, 0.0003139126056339592, 0.012934115715324879, -0.008454102091491222, 0.015324434265494347, 0.013601352460682392, 0.0016497597098350525, 0.027070723474025726, -0.0026909413281828165, 0.006994980853050947, -0.012919451110064983, -0.015544402413070202, -0.02434311993420124, 0.015221782959997654, 0.0025387967471033335, -0.0183159988373518, -0.004190389532595873, 0.04158860817551613, 0.01976778730750084, 0.04821697622537613, 0.001609432278200984, -0.014077949337661266, -0.02311130054295063, 0.013755329884588718, -0.016409609466791153, 0.020061077550053596, -0.04713180288672447, 0.0014032123144716024, -0.003823776263743639, -0.0016424274072051048, 0.020662322640419006, -0.012252215296030045, 0.015647053718566895, -0.007559565361589193, -0.007346929982304573, -0.005763160530477762, 0.008630076423287392, 0.02971033938229084, -0.008131482638418674, -0.022348744794726372, -0.0026432815939188004, 0.016849545761942863, 0.02522299252450466, -0.013256735168397427, 0.033669762313365936, 0.009693254716694355, -0.017846733331680298, -0.025178998708724976, 0.01330806128680706, 0.009443957358598709, -0.00696198595687747, 0.011211033910512924, 0.004164726473391056, -0.020911620929837227, 0.02001708373427391, 0.01409994624555111, 0.02248072437942028, -0.007647552527487278, 0.02168884128332138, -0.009436625055968761, -0.0037266237195581198, -0.013476703315973282, -0.011672966182231903, -0.013190745376050472, -0.018873250111937523, -0.015896352007985115, -0.004762306343764067, -0.0010347659699618816, -0.0020420358050614595, -0.017450790852308273, 0.03173404559493065, -0.02968101017177105, 0.011379675939679146, -0.031059475615620613, -0.016805551946163177, -0.017010854557156563, 0.02500302530825138, 0.0017817404586821795, 0.02033970318734646, 0.00047201456618495286, 0.003167538670822978, 0.03056088089942932, -0.0004234383231960237, -0.010851752944290638, 0.0005622931057587266, 0.009077344089746475, 0.010140523314476013, -0.009487951174378395, 0.0017359138000756502, 0.009128670208156109, -0.022334080189466476, -0.026161521673202515, -0.00021194829605519772, -0.02415248192846775, 0.03671998530626297, 0.0027477664407342672, 0.06399600952863693, 0.004589998163282871, -0.014429898001253605, 0.009143334813416004, 0.0055761877447366714, 0.006936322897672653, 0.026762768626213074, 0.009385299868881702, 0.007706210948526859, -0.024079158902168274, 0.029856983572244644, 0.003195034572854638, -0.014598540030419827, -0.03959423303604126, -0.003827442415058613, -0.009458621963858604, 0.017817404121160507, -0.007339597679674625, 0.02023705281317234, -0.003688129363581538, 0.011900266632437706, -0.0216301828622818, 0.027745291590690613, -0.021732835099101067, -0.01506047323346138, -0.006272752769291401, 0.02905043587088585, -0.02768663316965103, -0.01730414666235447, -0.04114867374300957, -0.0053488872945308685, -0.013835984282195568, -0.05475735664367676, -0.029373055323958397, -0.024841714650392532, -0.0020402027294039726, -0.010947071947157383, -0.012002917937934399, 0.010646449401974678, 0.008989357389509678, -0.026733439415693283, 0.01250151265412569, -0.027965258806943893, -0.005271898582577705, 0.015412421897053719, 0.002782594645395875, -0.012640825472772121, -0.004809965845197439, -0.0033196830190718174], \"fea5cec5-3420-479b-b8f0-3f0918e61cc5\": [-0.003728134324774146, 0.01252681016921997, 0.027223728597164154, -0.01304847002029419, -0.01169910840690136, 0.023453859612345695, -0.031216170638799667, -0.03001982904970646, -0.014370010234415531, -0.018376363441348076, 0.009570732712745667, 0.026736844331026077, -0.01118440367281437, 0.003721178974956274, 0.00843003485351801, 0.01752779632806778, -0.005275727715343237, 0.012846761383116245, 0.027015063911676407, -0.026277782395482063, -0.01795903593301773, -0.00801270641386509, -0.02292524464428425, 0.02213232032954693, -0.0048410105518996716, 0.0013763145543634892, 0.020240431651473045, -0.03458261862397194, -0.003016937058418989, 0.004068952519446611, 0.003324716817587614, -0.007588422857224941, -0.006315570790320635, -0.028600912541151047, -0.011580864898860455, 0.01669313944876194, -0.00521312840282917, -0.01217208057641983, 0.040425218641757965, -0.015135113149881363, 0.027654966339468956, -0.008590010926127434, -0.00043906434439122677, -0.009807218797504902, -0.0015754150226712227, 0.005352237727493048, 0.019725726917386055, -0.02577698975801468, -0.020476916804909706, -0.01215121429413557, 0.011386112309992313, 0.040981657803058624, -0.033052414655685425, 0.004868832416832447, 0.00443063722923398, 0.00713631696999073, -0.008909963071346283, 0.026347337290644646, -0.019934389740228653, -0.00734498118981719, 0.006931130308657885, -0.017666906118392944, -0.0009459445718675852, -0.012839806266129017, -0.01919711008667946, -0.01875196024775505, -0.018167700618505478, 0.00017062648839782923, 0.0006259927176870406, 0.0024344162084162235, 0.0012032970553264022, 0.01542724296450615, -0.013347555883228779, -0.012561587616801262, 0.015162934549152851, -0.020908156409859657, -0.012012104503810406, -0.0030621476471424103, -0.010335835628211498, 0.007296293042600155, 0.020560383796691895, -0.007595378439873457, -0.0016997441416606307, 0.03691966086626053, 0.03149439021945, 0.0011893861228600144, 0.028002740815281868, 0.00997415091842413, -0.011309601366519928, -0.01847374066710472, 0.0027352403849363327, 0.019837014377117157, 0.011998193338513374, 0.0175695288926363, 0.016108879819512367, 0.04281790181994438, -0.01389703806489706, 0.054892607033252716, 0.02243836037814617, -0.029992006719112396, -0.014717784710228443, -0.006374692544341087, -0.030910128727555275, -0.010141082108020782, -0.02791927568614483, -0.0015684595564380288, 0.020838601514697075, 0.003582069417461753, 0.016512297093868256, 0.0029073883779346943, -0.01712437905371189, 0.013514487072825432, -0.0024987543001770973, -0.023300839588046074, -0.004037653096020222, -0.012325100600719452, 0.004886221140623093, -0.03191171586513519, -0.018251165747642517, -0.019475329667329788, 0.010210637003183365, 0.032301224768161774, 0.01459258608520031, -0.02414940856397152, -0.008499589748680592, -0.016081057488918304, 0.002886521862819791, -0.01094096153974533, 0.026514269411563873, -0.0055156913585960865, 0.043402161449193954, 0.03458261862397194, 0.02771061100065708, -0.007797087077051401, -0.019850924611091614, 0.014745606109499931, -0.024552825838327408, -0.003662057453766465, -0.037809960544109344, -0.031160525977611542, 0.014523031190037727, 0.04551662504673004, -0.009362068958580494, -0.015329865738749504, 0.020838601514697075, -0.020198699086904526, 0.0014189168578013778, 0.019697904586791992, -0.01217208057641983, -0.026277782395482063, 0.015343776904046535, 0.008562189526855946, -0.006339915096759796, 0.021506328135728836, 0.015329865738749504, 0.029602499678730965, 0.0024535437114536762, 0.0034360045101493597, 0.011859084479510784, -0.018543295562267303, 0.010196725837886333, 0.020282164216041565, -0.00785273127257824, -0.005195739679038525, 0.012707652524113655, 0.025554412975907326, -0.0005316591123118997, -0.02684813179075718, 0.014029192738234997, -0.016081057488918304, 0.01896062307059765, 0.018821515142917633, -0.01053058821707964, 0.007111972663551569, 0.008117038756608963, 0.030910128727555275, 0.04852139204740524, -0.004521058406680822, -0.010321924462914467, -0.03049280121922493, -0.018974535167217255, 0.01840418577194214, 0.016470564529299736, 0.0268898643553257, -0.010954872705042362, -0.01223467942327261, 0.01419612392783165, -0.021631525829434395, 0.014342188835144043, -0.008290925994515419, 0.02108899876475334, 0.010760119184851646, 0.008235282264649868, -0.010669698007404804, -0.6401262283325195, -0.012366834096610546, -0.010224548168480396, -0.009327291510999203, 0.0010415823198854923, 0.033414099365472794, 0.006618134211748838, 0.006903308443725109, -0.011059205047786236, 0.0005220953025855124, 0.020490828901529312, 0.005067063495516777, 0.014140480197966099, 0.0013406677171587944, -0.004555835854262114, -0.020407361909747124, 0.0019301442662253976, 0.009438578970730305, 0.011559998616576195, 0.031383100897073746, -0.008701298385858536, -0.008527412079274654, 0.0022466182708740234, -0.002069253707304597, -0.007957062683999538, 0.0028291393537074327, 0.010551455430686474, 0.0007316289702430367, 0.007025029510259628, -0.01207470428198576, -0.0012276412453502417, -0.012902405112981796, 0.03029804676771164, -0.009723753668367863, 0.04279008135199547, -0.01338233333081007, -0.022340985015034676, -0.0072267381474375725, 0.010600143112242222, 0.01514902338385582, -0.01626189984381199, -0.02965814433991909, 0.00772057706490159, -0.012742429971694946, 0.00802661757916212, 0.011295691132545471, 0.03394271805882454, -0.0024448493495583534, -0.006336437538266182, -0.022034943103790283, -0.028573090210556984, -0.002879566513001919, 0.010523633100092411, 0.0258187223225832, -0.002477887785062194, 0.02057429403066635, 0.03992442414164543, -0.013118024915456772, 0.016387097537517548, -0.001390225486829877, -0.0036481465213000774, 0.00565132312476635, -0.020685581490397453, -0.01879369281232357, -0.022549649700522423, 0.002203146694228053, 9.013589078676887e-06, -0.01581675000488758, 0.026500359177589417, -0.013507531955838203, 0.00040059187449514866, 0.00882649701088667, -0.02157588303089142, -0.027849720790982246, -0.025832632556557655, 0.015329865738749504, 0.00037168318522162735, 0.013848350383341312, -0.008395258337259293, 0.023885099217295647, -0.024803223088383675, -0.0048479656688869, -0.017416508868336678, 0.0017501713009551167, 0.011921683326363564, -0.008833453059196472, -0.04896654188632965, 0.008123994804918766, 0.001554548623971641, -0.01788948103785515, 0.008402213454246521, -0.016679227352142334, -0.001964921597391367, -0.012262501753866673, -0.006833754014223814, 0.012262501753866673, 0.001514554605819285, -0.015955857932567596, -0.004260228015482426, -0.01090618409216404, 0.007014596369117498, -0.026820309460163116, -0.029602499678730965, 0.025957832112908363, 0.05436398833990097, 0.008381347171962261, -0.0050496747717261314, -0.014787338674068451, 0.016567939892411232, 0.0003905933699570596, -0.007644066587090492, 0.007045895792543888, -0.01776428148150444, 0.001114614773541689, -0.01040539052337408, -0.029407747089862823, 0.039479274302721024, -0.008471768349409103, 0.004260228015482426, -0.009250781498849392, 0.021826280280947685, 0.018974535167217255, 0.015552441589534283, -0.025345750153064728, 0.0109270503744483, -0.003030847990885377, 0.023565148934721947, -0.011706063523888588, -0.010934006422758102, 0.010141082108020782, 0.017138289287686348, 0.01223467942327261, 0.048632677644491196, -0.023885099217295647, 0.006670300383120775, 0.001534551614895463, 0.013646640814840794, -0.007651022169739008, 0.010676653124392033, -0.014620407484471798, -0.011803440749645233, -0.00715718325227499, 0.009640287607908249, -0.008130949921905994, -0.021116821095347404, -0.030910128727555275, -0.03972966969013214, -0.0004508016863837838, -0.011643464677035809, 0.0033455833327025175, -0.021548060700297356, -0.002815228421241045, -0.009042116813361645, 0.010871406644582748, -0.0006151247653178871, -0.030270226299762726, 0.01334060076624155, -0.040703438222408295, 0.007198916282504797, -0.026041297242045403, -0.012770251370966434, 0.01716611161828041, -0.011413933709263802, -0.018098145723342896, 0.004736678209155798, 0.0006916350102983415, 0.0018884113524109125, 0.028364425525069237, -0.017625173553824425, -0.021951477974653244, -0.004750589374452829, 0.0020935977809131145, -0.014536942355334759, -0.024497181177139282, -0.01054449938237667, 0.004601046442985535, -0.010308013297617435, -0.02348168194293976, 0.03402618318796158, -0.0018779780948534608, -0.006092995870858431, 0.012742429971694946, 0.009723753668367863, 0.006197327747941017, 0.00916036032140255, 0.022660937160253525, 0.03152221068739891, 0.033414099365472794, -0.00041472018347121775, 0.01298587117344141, 0.0039054991211742163, 0.014189167879521847, -0.013987459242343903, 0.01050972193479538, 0.008875185623764992, 0.037615206092596054, -0.013883127830922604, -0.0061103845946490765, -0.01377879548817873, 0.016985269263386726, 0.027070706710219383, 0.016526207327842712, -0.003568158484995365, -0.015274222008883953, 0.01464822981506586, -0.030075471848249435, 0.003309067105874419, -0.007007640786468983, 0.006075607147067785, -0.005167917814105749, 0.017625173553824425, -0.02732110396027565, -0.02704288624227047, 0.0039472319185733795, 0.0005529602058231831, 0.0016597501235082746, -0.02835051529109478, 0.0036898793186992407, -0.015357688069343567, -0.0036481465213000774, 0.003163002198562026, -0.020866423845291138, 0.022549649700522423, 0.02740457095205784, -0.027933185920119286, 0.01128177996724844, 0.018682405352592468, 0.015455064363777637, 0.01716611161828041, -0.01879369281232357, -0.006259927060455084, -0.0025057096499949694, 0.031216170638799667, 0.008144861087203026, 0.004889698699116707, -0.0037385676987469196, 0.03572331741452217, -0.023453859612345695, 0.012770251370966434, -0.016484474763274193, -0.0007772743119858205, 0.02108899876475334, 0.029157349839806557, -0.02779407612979412, -0.004479325842112303, -0.003623802214860916, 0.034999947994947433, 0.010774030350148678, -0.010175859555602074, 0.0024326771963387728, 0.0014423915417864919, 0.024650201201438904, -0.019364042207598686, 0.003835944226011634, 0.03327498957514763, -0.03627975657582283, -0.012436388991773129, 0.027376748621463776, 0.018738048151135445, 0.031550031155347824, 0.0010041967034339905, 0.0019927434623241425, 0.014244811609387398, 0.02569352276623249, 0.01978136971592903, 0.003258639946579933, -0.027933185920119286, -0.01042625680565834, -0.02295306697487831, 0.005752177443355322, -0.009452490136027336, 0.014801249839365482, -0.00692765275016427, -0.014926448464393616, -0.008290925994515419, 0.007400624919682741, 0.0031403969042003155, -0.00015573741984553635, -0.011685197241604328, 0.018571117892861366, -0.029602499678730965, -0.01630363240838051, 0.01919711008667946, 0.022730490192770958, 0.0031456134747713804, 0.019336219877004623, -0.007477135397493839, 0.007727532181888819, -0.011886905878782272, 0.013806616887450218, -0.010996605269610882, 0.015594174154102802, 0.01137915626168251, -0.014370010234415531, -0.014112657867372036, 0.008478723466396332, 0.036140646785497665, 0.00881954189389944, -0.017583439126610756, -0.005032286047935486, -0.008381347171962261, 0.011671286076307297, -0.02213232032954693, 0.02371816895902157, 0.04223364219069481, -0.008569144643843174, 0.0026396026369184256, -0.007011118344962597, -0.005540035665035248, 0.005289638414978981, 0.0015336821088567376, -0.0027091572992503643, -0.00035059938090853393, 0.01907191053032875, 0.0007651022169739008, 0.003679446177557111, 0.003822033293545246, 0.01791730336844921, 0.03266290947794914, 0.0015275961486622691, -0.006479024421423674, -0.0266812015324831, -0.03742045536637306, 0.023342572152614594, 0.007546689826995134, 0.03691966086626053, 0.0014493470080196857, 0.026430804282426834, -0.00260134763084352, 0.011393067426979542, -0.011177447624504566, -0.038644615560770035, -0.0007281512371264398, -0.03636322170495987, -0.01761126145720482, -0.02125593088567257, 0.011170492507517338, -0.003835944226011634, 0.012714607641100883, -0.003988964483141899, -0.0054113594815135, -0.024441538378596306, 0.0027978396974503994, 0.002164891455322504, -0.011546087451279163, -0.009090805426239967, 0.013229312375187874, 0.024636290967464447, 0.014397832565009594, 0.010001972317695618, 0.026820309460163116, 0.009480311535298824, 0.013945726677775383, -0.032968949526548386, -0.003682923736050725, 0.005894764792174101, 0.019642259925603867, -0.00014736912271473557, -0.015719372779130936, 0.030437156558036804, 0.022869599983096123, -0.015455064363777637, 0.019489239901304245, 0.004295005463063717, -0.006152117159217596, 0.016748782247304916, 0.022271430119872093, -0.017499973997473717, -0.004823621828109026, 0.0006390342605300248, 0.0010424517095088959, -0.007052851375192404, -0.016011502593755722, 0.002361383754760027, 0.011476533487439156, 0.011059205047786236, 0.007998796179890633, -0.0034151379950344563, 0.005550468806177378, 0.009320336394011974, 0.011497399769723415, 0.015677640214562416, -0.016526207327842712, -0.03308023884892464, 0.0019736159592866898, -0.04167720302939415, 0.014154390431940556, 0.0013702284777536988, -0.007094583939760923, 0.0012719824444502592, -0.021353306248784065, 0.016081057488918304, -0.03302459418773651, -0.00421153986826539, 0.0006833754014223814, -0.0024865821469575167, -0.008638699539005756, 0.0017266966169700027, 0.017388686537742615, 0.0038394220173358917, 0.019475329667329788, -0.01705482415854931, -0.016637494787573814, 0.022911332547664642, -0.019725726917386055, -0.03394271805882454, 0.017499973997473717, -0.018529385328292847, -0.028740020468831062, -0.010252369567751884, 0.0013484926894307137, 0.014397832565009594, 0.0015275961486622691, 0.017694726586341858, -0.016011502593755722, -0.020671671256422997, -0.007056328933686018, -0.014509120024740696, 0.014717784710228443, 0.008082261309027672, 0.010600143112242222, 0.01645665243268013, -0.00413502985611558, -0.014154390431940556, -0.003531642258167267, -0.010815762914717197, 0.008374391123652458, 0.00692765275016427, 0.022340985015034676, 0.012373789213597775, -0.004534969571977854, 0.024483270943164825, -0.007042418234050274, -0.002523098373785615, 0.008353524841368198, 0.00026061292737722397, 0.009334246627986431, -0.00695895217359066, 0.026194317266345024, 0.001411961391568184, 0.04604524374008179, 0.0004899262567050755, -0.00393679877743125, -0.0021944523323327303, -0.013639685697853565, -0.014481298625469208, 0.016720961779356003, 0.010780985467135906, -0.0025422258768230677, 0.02494233287870884, -0.0072823818773031235, -0.03739263117313385, 0.0003329933388158679, 0.00015910647925920784, -0.016081057488918304, 0.011650419794023037, -2.5661896870587952e-05, -0.0043680379167199135, -0.019141465425491333, 0.003943753894418478, 0.006374692544341087, 0.018445918336510658, -0.013124980963766575, 0.001911016646772623, 0.0015536791179329157, 0.0013971809530630708, 0.020490828901529312, -0.009229915216565132, -0.022869599983096123, -0.018334630876779556, -0.03374796360731125, -0.003084752941504121, 0.03049280121922493, 0.036780551075935364, 0.0016806165222078562, -0.013347555883228779, 0.009619421325623989, 0.01078794151544571, -0.018849335610866547, -0.009925462305545807, -0.01566372811794281, 0.00520269526168704, 0.03210647031664848, 0.01544115412980318, 0.025637879967689514, -0.006517279893159866, 0.014022236689925194, 0.006294704508036375, 0.00105549325235188, 0.011024427600204945, -0.003223862498998642, -0.008909963071346283, -0.028489623218774796, -0.016554029658436775, 0.004061997402459383, -0.015691550448536873, -0.015955857932567596, -0.0033960104919970036, 0.013131936080753803, 0.018612850457429886, -0.000506010779645294, 0.02791927568614483, -0.016762694343924522, -0.0184320081025362, -0.007824908941984177, 0.013451888225972652, -0.012895449995994568, -0.01002979464828968, -0.03647450730204582, -0.02561005763709545, 0.027335016056895256, -0.005449614487588406, 0.008339613676071167, 0.00961246620863676, 0.04921693727374077, -0.007838820107281208, 0.002881305292248726, -0.014842983335256577, 0.012165125459432602, -0.02732110396027565, 0.006798976566642523, -0.011539132334291935, -0.009306425228714943, 0.02693159691989422, 0.034749552607536316, 0.036697085946798325, -0.008297881111502647, -0.00965419877320528, -0.014244811609387398, 0.01896062307059765, 0.0013658812968060374, 0.005164439789950848, -0.004701900761574507, -0.030548444017767906, -0.008596966974437237, -0.024970153346657753, -0.00644424743950367, -0.03480519354343414, 0.002157936105504632, 0.019656172022223473, -0.013973549008369446, 0.012352922931313515, -0.018112055957317352, -0.00624601636081934, -0.003780300496146083, -0.010481900535523891, 0.04493236541748047, -0.0033942717127501965, 0.011907772161066532, 0.001003327197395265, 0.01263114158064127, -0.012728518806397915, -0.0075675565749406815, -0.009341202676296234, -0.012505942955613136, 0.024205051362514496, 0.02228534035384655, 0.01459258608520031, 0.006416425574570894, 0.006461636163294315, 0.008979517966508865, 0.006482502445578575, -0.03160567581653595, 0.009542911313474178, -0.007038940209895372, 0.00776230962947011, -0.005282682832330465, -0.014856893569231033, -0.023523414507508278, 0.004750589374452829, 0.013347555883228779, 0.01386226061731577, -0.0020814258605241776, 0.007442357949912548, -0.014425653964281082, 0.005915631074458361, -0.02577698975801468, 0.007498001679778099, 0.009188181720674038, 0.004531491547822952, 0.01002979464828968, 0.0005086190649308264, -0.04804841801524162, -0.01463431864976883, -0.006009530276060104, 0.01994830183684826, -0.03383142873644829, 0.0024065941106528044, 0.019920479506254196, 0.01622016727924347, -0.014467387460172176, -0.011295691132545471, -0.007651022169739008, 0.034471333026885986, -0.03188389539718628, 0.0019370997324585915, 0.008534367196261883, 0.007484090514481068, 0.0445706807076931, -0.02684813179075718, 0.0005081843701191247, -0.02648644708096981, -0.015677640214562416, -0.012297279201447964, 0.016011502593755722, 0.023286929354071617, -0.013528398238122463, -0.013152802363038063, 0.0025091874413192272, -0.015468975529074669, -0.026709022000432014, 0.0006229496793821454, 0.0029838986229151487, -0.03861679509282112, -0.018153788521885872, 0.010015883482992649, -0.004959253594279289, 0.011956460773944855, 0.0001745389454299584, 0.0034012270625680685, 0.002564831171184778, 0.030604088678956032, -0.02414940856397152, -0.018251165747642517, -0.005512213800102472, -0.01812596619129181, -0.012665919028222561, 0.005887809209525585, -0.021464595571160316, -0.02446935884654522, 0.00888214074075222, -0.008798675611615181, -0.009389890357851982, -0.014022236689925194, 0.030715376138687134, 0.014759517274796963, -0.006503368727862835, 0.002098814584314823, 0.030242403969168663, -0.005279205273836851, -0.004545402713119984, 0.022062765434384346, -0.01930839754641056, 0.03961838409304619, -0.011879950761795044, -0.0017336520832031965, 0.02796100825071335, -0.0037524786312133074, 0.0208942461758852, -0.008172682486474514, -0.0024987543001770973, -0.009021250531077385, -0.02601347491145134, -0.008645654655992985, 0.002013609977439046, 0.02871220000088215, -0.03244033455848694, -0.006628567352890968, 0.005449614487588406, -0.019127555191516876, -0.012714607641100883, 0.016011502593755722, 0.0028047950472682714, -0.013368422165513039, 0.005341804586350918, 0.015775015577673912, 0.01135828997939825, 0.003929843194782734, -0.033636674284935, -0.017819926142692566, -0.03188389539718628, -0.040786903351545334, -0.04187195748090744, -0.016428831964731216, -0.002663946710526943, 0.016762694343924522, 0.005773043725639582, -0.018209433183073997, -0.028767842799425125, -0.018014678731560707, -0.043596915900707245, -0.008868230506777763, 0.007769265212118626, 0.004041130654513836, 0.022354895249009132, 0.015093379653990269, -0.0025891754776239395, 0.03274637460708618, -0.01971181482076645, 0.010662742890417576, -0.03188389539718628, 0.012791117653250694, 0.0007172833429649472, 0.0007420622278004885, 0.011233091354370117, 0.003815077943727374, -0.016762694343924522, -0.009389890357851982, 0.024552825838327408, -0.0004186326405033469, 0.016317542642354965, 0.00715718325227499, 0.011031382717192173, 0.0023318228777498007, -0.027015063911676407, 0.0019023222848773003, -0.020435184240341187, -5.711096673621796e-05, 0.018056411296129227, -0.03291330486536026, 0.006798976566642523, 0.013966592960059643, 0.01556635182350874, -0.017360864207148552, 0.01994830183684826, -0.008847363293170929, -0.0138761717826128, 0.01135828997939825, -0.015343776904046535, -0.01046798937022686, -0.008339613676071167, -0.0025404870975762606, 0.007247604429721832, 0.02232707291841507, -0.014008325524628162, 0.037336986511945724, 0.00603735214099288, -0.0038011667784303427, 0.0010902706999331713, 0.031104883179068565, -0.05211041495203972, 0.007477135397493839, 0.0025317927356809378, 0.016748782247304916, 0.013410154730081558, -0.003961142618209124, -0.008958651684224606, 0.0039020213298499584, -0.007178050000220537, -0.0045419251546263695, 0.002707418520003557, -0.004701900761574507, -0.002357905963435769, 0.01345884334295988, -0.039590559899806976, -0.02256355993449688, -0.0023805112577974796, -0.021909745410084724, 0.008541323244571686, 0.008297881111502647, -0.018779780715703964, -0.052444279193878174, 0.0008224849007092416, -0.006955474615097046, -0.012429432943463326, -0.0077344877645373344, 0.021158553659915924, -0.008117038756608963, 0.003317761467769742, 0.02910170517861843, 0.1847373992204666, -0.0065068467520177364, 0.0018953668186441064, 0.024928420782089233, 0.012269456870853901, 0.013138891197741032, 0.01174084097146988, 0.019850924611091614, -0.02862873300909996, 0.004545402713119984, -0.005835643038153648, -0.0010598404332995415, -0.007560600992292166, 0.00545309204608202, 0.029769431799650192, -0.030075471848249435, -0.020268253982067108, -0.0175695288926363, -0.033414099365472794, -0.025804810225963593, -0.0283922478556633, 0.0004968817229382694, -0.01058623194694519, -0.00015736761270090938, 0.021353306248784065, -0.013750973157584667, -0.006931130308657885, 0.005946930963546038, 0.004037653096020222, 0.015635907649993896, -0.024163318797945976, -0.01954488456249237, -0.00563045684248209, 0.011233091354370117, -0.023189552128314972, 0.009779397398233414, 0.016317542642354965, 0.020087411627173424, 0.02715417370200157, 0.004187195561826229, 0.020115232095122337, -0.013264089822769165, -0.013410154730081558, -0.0277523435652256, 0.029129527509212494, 0.017931213602423668, -0.013291912153363228, 0.015246400609612465, -0.0026535135693848133, -0.02188192307949066, -0.01009239349514246, 0.010920095257461071, 0.03160567581653595, 0.02676466666162014, 0.0048653543926775455, -0.0024987543001770973, -0.00827005971223116, -0.009327291510999203, 0.011566954664885998, 0.007049373351037502, -0.018153788521885872, 0.03338627889752388, -0.031021416187286377, -0.003524686675518751, 0.017833836376667023, 0.012220769189298153, 0.007317159324884415, -0.017597351223230362, 0.005167917814105749, -0.02620822936296463, 0.020602116361260414, -0.013709240593016148, -0.00802661757916212, -0.001558026298880577, -0.0040585193783044815, -0.008979517966508865, 0.02204885520040989, 0.0069172196090221405, -0.022382717579603195, 0.04468197003006935, -0.032134294509887695, -0.025387482717633247, 0.0030273704323917627, -0.02419114112854004, -0.004183718003332615, -0.02815576083958149, 0.026347337290644646, -0.0018032067455351353, -0.005393970757722855, -0.0063329595141112804, 0.00242398283444345, -0.005748699884861708, -0.005077496636658907, 0.008694343268871307, 0.02149241603910923, 0.004263706039637327, -0.00125372433103621, 0.02374599128961563, -0.009647243656218052, -0.02374599128961563, -0.03639104217290878, 0.07105712592601776, 0.021464595571160316, 0.0072267381474375725, -0.04039739817380905, -0.014856893569231033, 0.00021257669141050428, 0.007087628822773695, 0.01871022768318653, -0.008005751296877861, 0.0011693892301991582, -0.047241583466529846, 0.00023366048117168248, 0.011782574467360973, 0.02061602659523487, 0.0014232640387490392, 0.010064572095870972, -0.04131551831960678, -0.0113026462495327, -0.02303653210401535, 0.005898242350667715, -0.017903391271829605, 0.0166096743196249, 0.00925773661583662, 0.009396846406161785, -0.02723763883113861, -0.006757243536412716, -0.0043436940759420395, -0.023106086999177933, -0.02597174234688282, 0.010252369567751884, -0.007275426294654608, -0.0006055610137991607, -0.0025856976862996817, -0.018223343417048454, 0.024358071386814117, 0.0022883510682731867, 0.031104883179068565, 0.014495208859443665, 0.0219653882086277, -0.0013919643824920058, 0.0048653543926775455, 0.001363273011520505, -0.0037385676987469196, 0.01887715794146061, -0.016247989609837532, -6.515323184430599e-05, -0.013973549008369446, -0.037893425673246384, -0.04982902109622955, -0.0135005759075284, -0.014203079044818878, -0.021701080724596977, 0.004834054969251156, 0.02624996192753315, -0.0100715272128582, -0.023648614063858986, -0.020365629345178604, -0.015677640214562416, 0.003319500247016549, -0.03207864984869957, 0.014112657867372036, 0.018543295562267303, -0.015051647089421749, -0.010314969345927238, -0.016581851989030838, -0.18017461895942688, 0.011789529584348202, 0.01054449938237667, -0.03591807186603546, 0.007546689826995134, 0.0005112274084240198, 0.024914510548114777, 0.014439565129578114, 0.016581851989030838, -0.0013824006309732795, 0.016039324924349785, -0.012978916056454182, -0.02751585841178894, -0.008896051906049252, 0.006270360201597214, -0.003362972056493163, 0.0012963266344740987, 0.005668711848556995, 0.024608468636870384, 0.015357688069343567, 0.004267183598130941, -0.020087411627173424, 0.02481713332235813, 0.005334849003702402, 0.004538447130471468, 0.02569352276623249, -0.01011325977742672, 0.025276195257902145, 0.0013206707080826163, -0.0029560767579823732, -0.0063225263729691505, 0.004524536430835724, -0.007817953824996948, -0.013124980963766575, 0.008729120716452599, 0.005804343614727259, -0.004562791436910629, 0.001633667154237628, -0.011685197241604328, 0.006416425574570894, -0.007101539522409439, 0.014787338674068451, -0.00442020408809185, 0.000422762444941327, 0.015969770029187202, -0.00047775416169315577, -0.0025839589070528746, 0.0026448192074894905, 0.031160525977611542, -0.0025039708707481623, 0.004531491547822952, -0.026027387008070946, 0.021909745410084724, -0.0006025179754942656, 0.011664330959320068, 0.018612850457429886, -0.030270226299762726, -0.004155896138399839, -0.0060234409756958485, 0.0013876172015443444, -0.006040829699486494, -0.023092174902558327, 0.0011380895739421248, -0.003891587955877185, -0.005999096669256687, 0.0017536490922793746, -0.013152802363038063, 0.013563175685703754, -0.0033925327006727457, 0.0021944523323327303, -0.00026669897488318384, -0.016192344948649406, -0.012429432943463326, -0.011977327056229115, -0.017305221408605576, -0.01544115412980318, -0.033803608268499374, 0.02577698975801468, 0.008096172474324703, 0.00881954189389944, -0.02177063561975956, 0.016108879819512367, -0.01922493241727352, -6.471851520473137e-05, 0.010461034253239632, -0.0028413112740963697, -0.012735473923385143, -0.005154006648808718, -0.006725944112986326, -0.003978531341999769, 0.009035161696374416, 0.002502232091501355, -0.02661164663732052, -0.009744619950652122, 0.023843366652727127, 0.010996605269610882, -0.018487650901079178, -0.00044819340109825134, -0.014564763754606247, 0.0039159320294857025, 0.027807988226413727, -0.0004494975437410176, -0.03583460673689842, 0.018946712836623192, 0.009320336394011974, 0.019642259925603867, -0.012436388991773129, 0.00834656972438097, 0.05948321893811226, 0.02232707291841507, -0.033330634236335754, 0.00844394601881504, 0.038282930850982666, 0.028322692960500717, 0.02438589371740818, 0.00038146431325003505, -0.006572923623025417, -0.04379166662693024, 0.010266280733048916, 0.022494005039334297, 0.026820309460163116, -0.006757243536412716, -0.018098145723342896, 0.011893861927092075, -0.009306425228714943, -0.004990553017705679, -0.06543710827827454, -0.02172890305519104, -0.0016727916663512588, 0.025429215282201767, 0.0017258271109312773, -0.02985289692878723, -0.0166096743196249, 0.025526592507958412, 0.0009946328354999423, 0.016595762223005295, -0.030186759307980537, -0.0008507415186613798, -0.011935594491660595, 0.008242237381637096, 0.02010132186114788, 0.0076927547343075275, -0.002222274197265506, -0.0043123941868543625, 0.0026848132256418467, 0.04142680764198303, -0.019767459481954575, 0.0011163536692038178, 0.002253573853522539, -0.03742045536637306, 0.011573909781873226, 0.013152802363038063, -0.02661164663732052, 0.021506328135728836, 0.020908156409859657, 0.00025017972802743316, -0.0037907336372882128, -0.020351719111204147, 0.012179035693407059, -0.020156964659690857, -0.019141465425491333, -0.020866423845291138, -0.023759901523590088, -0.024538913741707802, 0.015538530424237251, -0.03433222323656082, 0.01090618409216404, 0.02458064816892147, 0.0036098912823945284, -0.05428052321076393, 0.010975738987326622, -0.019837014377117157, -0.02434416115283966, 0.022966977208852768, -0.005759133026003838, 0.004246317315846682, -0.006148639600723982, 0.01800076849758625, 0.00797097384929657, -0.006868530996143818, 0.025484859943389893, 0.016595762223005295, 0.02275831252336502, 0.01898844540119171, -0.014842983335256577, 0.013966592960059643, -0.02213232032954693, -0.021868012845516205, 0.005995619110763073, 0.04075908288359642, 0.003968098200857639, 0.019976122304797173, -0.01459258608520031, -0.020476916804909706, 0.024274606257677078, -0.01819552108645439, 0.005957364104688168, 0.028461802750825882, -0.010523633100092411, 0.010648831725120544, -0.009918507188558578, -0.005021852906793356, -0.03135528042912483, 0.0063329595141112804, 0.020240431651473045, -0.015399420633912086, -0.016679227352142334, -0.013667508028447628, -0.0138761717826128, 0.0011789529817178845, 0.024010298773646355, 0.013236268423497677, 0.011553043499588966, -0.011010516434907913, 0.037364810705184937, -0.032301224768161774, 0.028002740815281868, 0.03369231894612312, 0.0045662689954042435, -0.022452272474765778, -0.01514902338385582, -0.004055041819810867, -0.006131250876933336, 0.008242237381637096, -0.0019023222848773003, -0.01791730336844921, -0.04665732383728027, -0.028767842799425125, -0.07389496266841888, 0.018821515142917633, -0.012415521778166294, -0.016401009634137154, 0.000516009284183383, -0.0176808163523674, -0.029491212218999863, 0.0020831646397709846, -0.01177561841905117, 0.020170876756310463, 0.010231503285467625, 0.0031317025423049927, -0.011984283104538918, 0.010036749765276909, -0.011650419794023037, 0.001026801997795701, -0.0016475780867040157, -0.006712032947689295, 0.008186593651771545, -0.008645654655992985, -0.01712437905371189, -0.021422861143946648, 0.010412345640361309, 0.01891889050602913, -0.0053731040097773075, 0.012617231346666813, -0.004128074273467064, 0.022257518023252487, 0.0028447890654206276, 0.00605821842327714, 0.01840418577194214, -0.033608853816986084, 0.009445535019040108, 0.02612476237118244, -0.02561005763709545, -0.017708638682961464, -0.009772442281246185, 0.029129527509212494, 0.030520623549818993, 0.029713787138462067, -0.006976340897381306, -0.02391292154788971, 0.012999782338738441, -0.010412345640361309, 0.0011876473436132073, 0.030548444017767906, -0.006962430197745562, 0.00963333249092102, 0.015928037464618683, -0.007866641506552696, 0.022174052894115448, 0.003637713147327304, 0.012339011766016483, -0.017319131642580032, -0.023968566209077835, -0.009807218797504902, 0.009083850309252739, 0.009167315438389778, 0.0021405473817139864, -0.024330250918865204, 0.04468197003006935, 0.02588827721774578, 0.029797254130244255, -0.003371666418388486, -0.011406978592276573, -0.0018066845368593931, 0.0020431706216186285, -0.0024065941106528044, -5.7817382185021415e-05, -0.03327498957514763, 0.0033073280937969685, -0.01637318730354309, -0.010433211922645569, 0.00965419877320528, 0.008297881111502647, 0.029129527509212494, -0.019614437595009804, 0.03338627889752388, 0.014856893569231033, 0.010377568192780018, 0.04646256938576698, -0.007859686389565468, -0.02835051529109478, 0.007838820107281208, 0.01776428148150444, 0.025317927822470665, -0.017778193578124046, 0.019572705030441284, -0.004444548394531012, -0.0061799390241503716, -0.020727314054965973, 0.010996605269610882, -0.0026413414161652327, 0.004124596249312162, -0.0028447890654206276, -0.005842598620802164, -0.00563045684248209, -0.0064651137217879295, 0.0026309082750231028, 0.0338592492043972, 0.0017840792424976826, 0.003675968386232853, -0.010495810769498348, 0.000843785994220525, -0.0338592492043972, -0.014759517274796963, -0.03294112905859947, -0.025150995701551437, -0.003169957548379898, -0.0009302947437390685, 0.006673777941614389, -0.015357688069343567, 0.0037837782874703407, 0.022021032869815826, -0.037364810705184937, 0.022507915273308754, -0.03410964831709862, -0.002277917927131057, -0.03294112905859947, 0.03452697768807411, 0.0015701984521001577, 0.015580262988805771, 0.01716611161828041, -0.0072823818773031235, 0.021047266200184822, -0.0018345064017921686, -0.0116782421246171, -0.03338627889752388, 0.01922493241727352, 0.00242398283444345, 0.002272701356559992, 0.018418096005916595, -0.011615642346441746, -0.0051053185015916824, -0.023885099217295647, 0.011386112309992313, -0.032495979219675064, 0.014112657867372036, 0.045099299401044846, 0.08346569538116455, -0.001871022628620267, -0.004336738493293524, -0.010161948390305042, 0.011872995644807816, 0.0013519703643396497, 0.028962597250938416, -0.009264692664146423, 0.0014223945327103138, -0.003968098200857639, 0.030548444017767906, 0.00043689075391739607, -0.03160567581653595, -0.02929645963013172, -0.01982310228049755, -0.0060686515644192696, 0.018612850457429886, -0.005832165479660034, 0.006072129588574171, -0.0027856675442308187, 0.025443125516176224, -0.013159758411347866, 0.030659731477499008, 0.004761022515594959, -0.013111069798469543, 0.0010702736908569932, 0.040341753512620926, -0.025150995701551437, 0.0030395423527806997, -0.04073125869035721, 0.0026030864100903273, -0.015218578279018402, -0.04957862198352814, -0.01875196024775505, -0.022549649700522423, -0.009424667805433273, 0.0008711732225492597, -0.005609590094536543, 0.03196736052632332, -0.011121803894639015, 0.006517279893159866, 0.01637318730354309, -0.018946712836623192, -0.011803440749645233, 0.0036446687299758196, -0.01556635182350874, -0.0013641425175592303, -0.023982476443052292, -0.014606496319174767], \"3e2de9df-0e00-440e-9f43-dc42d0f90c10\": [-0.005875496193766594, 0.013850374147295952, 0.017626488581299782, -0.01804220862686634, -0.016157614067196846, 0.002797442954033613, -0.029654627665877342, -0.024416567757725716, -0.0007794732809998095, -0.029654627665877342, 0.008806316182017326, 0.01091955415904522, 0.0001620654802536592, -0.001953879604116082, 0.009755540639162064, 0.011390702798962593, 0.009090390056371689, -0.015561751089990139, 0.029737770557403564, -0.03977045789361, -0.013206008821725845, 0.002478725044056773, -0.013600942678749561, 0.00491934223100543, -0.009048818610608578, 0.003550933673977852, 0.013954303227365017, -0.024458138272166252, -0.0023869203869253397, -0.030375206843018532, 0.016961337998509407, -0.03225979954004288, -0.014494738541543484, -0.022060826420783997, -0.015173746272921562, -0.0027142991311848164, -0.011418417096138, -0.018097637221217155, 0.02499857358634472, -0.01642090268433094, 0.02620415948331356, -0.0016135096084326506, -0.009831756353378296, -0.0006473958492279053, 0.0012748718727380037, 0.024929286912083626, 0.010635479353368282, -0.038301583379507065, -0.03311895206570625, -0.014203734695911407, 0.000993395340628922, 0.04445422813296318, -0.028213467448949814, 0.005605279002338648, 0.00507177272811532, -0.0025012430269271135, -0.003521486883983016, 0.009464537724852562, 0.00028797207050956786, 0.0016290991334244609, 0.019012218341231346, -0.00386272300966084, -0.016559476032853127, -0.018222352489829063, -0.018111493438482285, -0.010545407421886921, -0.005705744493752718, 0.013510869815945625, 0.009713969193398952, 0.0006088552181608975, 0.017307771369814873, -0.013677157461643219, -0.026190301403403282, -0.004309621173888445, 0.014619453810155392, -0.005445919930934906, -0.008307453244924545, -0.010323690250515938, 6.149178079795092e-05, 0.006083355750888586, 0.021451104432344437, -0.0028649973683059216, 0.0015953219262883067, 0.03558555245399475, 0.02384841814637184, -0.015021315775811672, 0.0018932539969682693, 0.006492146290838718, -0.003500700928270817, -0.017501773312687874, -0.01438388042151928, 0.022088540717959404, 0.019815942272543907, 0.015991326421499252, 0.009014175273478031, 0.03480954468250275, 0.0058027454651892185, 0.03237065672874451, 0.0007872679852880538, -0.01535389106720686, -0.02089681290090084, 0.007566086947917938, -0.03497583046555519, -0.012201354838907719, -0.022213255986571312, 0.0007552229799330235, 0.008757814764976501, -0.0015987863298505545, 0.013933517970144749, 0.012991220690310001, -0.02121553011238575, 0.019220078364014626, -0.005646850913763046, -0.03151150420308113, -0.007185011170804501, 0.005934389773756266, -0.004704554099589586, -0.045673668384552, -0.013891945593059063, -0.008750886656343937, 0.018388640135526657, 0.03785815089941025, 0.00428537093102932, -0.028989477083086967, -0.009360607713460922, -0.010843339376151562, -0.010760195553302765, -0.031871795654296875, 0.02641201764345169, -0.007434442639350891, 0.05506892129778862, 0.024208707734942436, 0.028116466477513313, -0.0043304068967700005, -0.032176654785871506, 0.02508171834051609, -2.151670923922211e-05, -0.016753477975726128, -0.011155128479003906, -0.016393188387155533, 0.01917850598692894, 0.058089811354875565, -0.013510869815945625, 0.007049902807921171, -0.0011995227541774511, 0.0006075560813769698, 0.006228857673704624, 0.013587085530161858, -0.006180356722325087, -0.02957148291170597, -0.002672727219760418, 0.014605596661567688, -0.01071862317621708, 0.020162375643849373, 0.006831650156527758, 0.036361560225486755, 0.035031259059906006, -0.014051305130124092, 0.015631036832928658, -0.008182737044990063, -0.018291639164090157, 0.02405627630650997, -0.008355953730642796, -0.01653176173567772, -0.01600518450140953, 0.036860425025224686, 0.014439309015870094, -0.02163124829530716, 0.004423943813890219, -0.005158381070941687, 0.01157777663320303, 0.003514558309689164, -0.027977893128991127, 0.005030200816690922, 0.00502327224239707, 0.02305855043232441, 0.026869310066103935, -0.004091368522495031, -0.02458285540342331, -0.02304469421505928, -0.023515842854976654, 0.006616862025111914, 0.03242608904838562, 0.027562174946069717, 0.011660920456051826, -0.0014662757748737931, 0.002890979638323188, -0.018638072535395622, 0.02039794996380806, 0.01177177857607603, 0.02702173963189125, 0.0046906969510018826, 0.011390702798962593, -0.01116898562759161, -0.637657642364502, -0.022379543632268906, -0.0035613267682492733, -0.028712330386042595, 0.011744064278900623, 0.04148876294493675, 0.006526789627969265, 0.014965886250138283, -0.019885228946805, 0.028296612203121185, 0.001558946561999619, 0.04232020303606987, -0.008432168513536453, 0.013940446078777313, -0.009152748622000217, -0.004243799019604921, 0.0142730213701725, -0.006959829945117235, 0.0032096977811306715, 0.020314805209636688, 0.009076532907783985, -0.01733548566699028, -0.01136991661041975, -0.005362776108086109, -0.003447003895416856, -0.0011466917349025607, -0.00016022505587898195, 0.0021080421283841133, 0.008937960490584373, 0.00806494988501072, -0.021991539746522903, 0.0012558180605992675, 0.018513355404138565, 0.01560332253575325, 0.04132247716188431, -0.0023470805026590824, -0.01137684565037489, 0.0003721984976436943, -0.0034019676968455315, 0.01579732447862625, -0.013594013638794422, -0.027589889243245125, 0.014619453810155392, -0.017571059986948967, 0.002698709722608328, 0.015492464415729046, 0.024014705792069435, -0.00882017333060503, -0.006682684179395437, 0.0024458139669150114, -0.011889565736055374, -0.001371872960589826, 0.014758027158677578, 4.13824527640827e-05, -0.012762575410306454, 0.00018826444284059107, 0.03250923007726669, 0.005826995708048344, 0.006665362510830164, -0.015589465387165546, -0.026162587106227875, 0.007635373622179031, -0.009970328770577908, 0.00453480239957571, -0.01744634471833706, 0.015215317718684673, -0.0030572672840207815, -0.018638072535395622, 0.02059195190668106, -0.00891717430204153, 0.0008496258524246514, 0.014799598604440689, -0.010039615444839, -0.03456011414527893, 0.004462051205337048, 0.01908150501549244, 0.017903635278344154, -0.0128942197188735, -0.020328663289546967, 0.01423144992440939, -0.021852966398000717, -0.009610039182007313, -0.01622690074145794, -0.009007246233522892, 0.0011718081077560782, 0.007275084033608437, -0.036139845848083496, -0.009963400661945343, 0.022670546546578407, -0.01866578683257103, 0.020619666203856468, -0.007649230770766735, 0.00043065898353233933, -0.02068895287811756, 0.01834706775844097, 0.004122547339648008, 0.01612989977002144, -0.0028927118983119726, -0.007947162725031376, -0.028379755094647408, -0.014453166164457798, -0.0026034407783299685, -0.0027402816340327263, 0.02163124829530716, 0.030513780191540718, -0.009658539667725563, 0.0012532197870314121, -0.009450680576264858, 0.006131856236606836, -0.0038731161039322615, -0.01245078630745411, -0.002537618624046445, -0.016656477004289627, -0.016088327392935753, -0.02979320101439953, -0.03128978982567787, 0.007822447456419468, -0.0009448947967030108, 0.009658539667725563, -0.0015468214405700564, 0.008182737044990063, 0.017723489552736282, 0.010004972107708454, -0.007954091764986515, 0.004015153273940086, -0.026079442352056503, 0.007094938773661852, -0.0026346195954829454, 0.005276167765259743, 0.018513355404138565, 0.016365474089980125, 0.005709208548069, 0.03275866433978081, -0.020037658512592316, 0.01612989977002144, -0.010635479353368282, 0.006897472310811281, -0.013039721176028252, 0.026037871837615967, -0.010282118804752827, -0.017404772341251373, -0.005577564239501953, 0.0057715666480362415, -0.013829587958753109, -0.0061561064794659615, -0.0008067548042163253, -0.03977045789361, 0.004091368522495031, -0.01815306581556797, -0.012062781490385532, 0.0004659518017433584, 0.0021530783269554377, -0.01600518450140953, 0.015783468261361122, -0.002669262932613492, -0.021340245380997658, 0.017099911347031593, -0.046144817024469376, 0.02734045870602131, -0.02325255423784256, -0.015880469232797623, 0.019441794604063034, -0.005473634693771601, -0.012561644427478313, 0.01049690693616867, 0.0005564573220908642, 0.008577669970691204, 0.03519754856824875, -0.007566086947917938, -0.011882636696100235, -0.01407209038734436, 0.003547469386830926, -0.014827313832938671, -0.02286454848945141, -0.003938938025385141, 0.013296081684529781, -0.03048606589436531, -0.019635798409581184, 0.014661026187241077, -0.0029533375054597855, -0.014716454781591892, 0.016171472147107124, 0.019524939358234406, -0.013898874633014202, 0.017266198992729187, 0.025012431666254997, 0.027783891186118126, 0.028199611231684685, -0.013413868844509125, 0.042070768773555756, 0.016587190330028534, 0.03131750226020813, -0.012423072010278702, 0.01592203974723816, 0.005199952982366085, 0.022698260843753815, -0.012229069136083126, -0.010524621233344078, 0.010635479353368282, 0.017418628558516502, 0.006765828002244234, 0.021090814843773842, 0.009353679604828358, -0.010302904061973095, 0.010018829256296158, -0.03988131508231163, -0.0014281682670116425, -0.0046144817024469376, 0.011563918553292751, 0.0018430212512612343, 0.014868885278701782, -0.017972921952605247, -0.01765420287847519, -0.011196700856089592, 0.02059195190668106, -0.005691886879503727, -0.01804220862686634, 0.009616968221962452, -0.007323584519326687, -0.018125351518392563, 0.01457788236439228, -0.025220289826393127, 0.010670122690498829, 0.01650404743850231, -0.03821843862533569, 0.011182842776179314, 0.012138997204601765, 0.023834560066461563, -0.008640028536319733, -0.009547681547701359, 0.014065162278711796, 0.013136723078787327, 0.030458351597189903, 0.0028701936826109886, -0.007870947942137718, 0.0003797766985371709, 0.02089681290090084, -0.018832074478268623, 0.016767336055636406, -0.005248453468084335, -0.012921934947371483, 0.01127291563898325, 0.01989908702671528, -0.036888137459754944, 0.01157084759324789, 0.004884698893874884, 0.023086266592144966, 0.005529063753783703, 0.022268684580922127, 0.020162375643849373, -0.012132068164646626, 0.01601904258131981, -0.018125351518392563, 0.0016412242548540235, 0.007621516473591328, -0.0036063629668205976, -0.018069922924041748, 0.02671687863767147, 0.02377913147211075, 0.019691227003932, 0.0032893770840018988, -0.0026051728054881096, 0.0023644021712243557, -0.0015788663877174258, 0.03719300031661987, 0.005082165822386742, -0.04229248687624931, -0.021451104432344437, -0.02528957650065422, 0.008813244290649891, -0.011854922398924828, -0.012215211987495422, -0.016282331198453903, -0.006131856236606836, -0.004371978808194399, 0.009970328770577908, 0.010961126536130905, 0.015187603421509266, -0.0016836622962728143, 0.007302798330783844, -0.013704871758818626, -0.001772002549842, -0.0020179697312414646, 0.018748929724097252, -0.0023695987183600664, 0.009450680576264858, -0.008944888599216938, 0.0009717433131299913, -0.01908150501549244, 0.02243497222661972, 0.0019971837755292654, 0.03855101391673088, -0.007933305576443672, -0.009769397787749767, -0.02071666717529297, 0.039964459836483, 0.02429185062646866, -0.01734934188425541, 0.008238166570663452, -0.01275564730167389, -0.005442455410957336, 0.01794520579278469, -0.009852541610598564, 0.016559476032853127, 0.040019888430833817, 0.007455228827893734, -0.005286560859531164, -0.009055746719241142, 0.0036929710768163204, -0.012125140056014061, 0.00024921493604779243, -0.01704448275268078, 0.005529063753783703, 0.0310126431286335, 0.010178188793361187, -0.006727720145136118, 0.004507087636739016, -0.0030555352568626404, 0.026647591963410378, -0.006859364919364452, 0.002457939088344574, -0.02275369130074978, -0.04417708143591881, 0.0017858598148450255, 0.006211536005139351, 0.039936747401952744, 0.0031542684882879257, 0.003175054444000125, -0.003703364171087742, 0.017487915232777596, -0.022504258900880814, -0.016587190330028534, -0.0037172213196754456, -0.034255251288414, -0.015104459598660469, -0.02885090373456478, 0.011279844678938389, 0.003866187296807766, 0.007226583082228899, -0.010600836016237736, 0.00969318300485611, -0.02010694518685341, -0.011238272301852703, -0.008168879896402359, 0.006620326079428196, 0.00096568075241521, 0.006710398942232132, 0.027964036911725998, 0.015977470204234123, -0.0004962646635249257, 0.012430000118911266, 0.008355953730642796, -0.006322394125163555, -0.03162236511707306, 0.005438991356641054, 0.0050128791481256485, 0.015256890095770359, 0.006412466522306204, 0.005497884936630726, 0.053683191537857056, 0.02652287669479847, -0.003195840399712324, 0.019815942272543907, 0.01245078630745411, -0.00428190641105175, 0.011078913696110249, 0.017002910375595093, -0.017681917175650597, 0.00969318300485611, 0.01661490648984909, 0.008910245262086391, 0.008840958587825298, 0.007877876050770283, 0.009499181061983109, 0.014155234210193157, 0.0036410063039511442, -0.019109219312667847, 0.0061561064794659615, 0.007015259470790625, 0.001772002549842, -0.0062635005451738834, 0.006928651127964258, 0.010981911793351173, -0.025649866089224815, -0.017266198992729187, -0.03977045789361, -0.008141165599226952, -0.017875920981168747, -0.0012064514448866248, -0.010947269387543201, -0.015838896855711937, -0.003987438976764679, -0.010545407421886921, -0.01571418158710003, 0.016878195106983185, 0.005930925253778696, -0.015963612124323845, -0.008750886656343937, 0.007344370242208242, 0.02682773768901825, 0.030070345848798752, -0.015935897827148438, 0.006052176933735609, 0.005917068105190992, -0.010372190736234188, -0.024028562009334564, 0.013420797884464264, -0.007635373622179031, -0.02182525210082531, -0.011550061404705048, 0.007566086947917938, -0.030624639242887497, -0.003703364171087742, 0.05376633256673813, 0.005820067133754492, -0.005037129390984774, -0.002703906036913395, 0.001151022152043879, -0.010462263599038124, 0.002542814938351512, 0.009727826341986656, 0.028546042740345, -0.026689164340496063, -0.004188369493931532, 0.027880892157554626, -0.0029931773897260427, 0.014203734695911407, 0.011515418067574501, -0.012208283878862858, 0.011245201341807842, 0.002298580016940832, 0.01917850598692894, -0.0227398332208395, -0.007358227390795946, 0.006142249330878258, -0.009831756353378296, 0.026550590991973877, -0.017723489552736282, 0.013088222593069077, -0.0140790194272995, 0.01885978877544403, -0.0002111073408741504, -0.02326641045510769, -0.010108902119100094, 0.006187285762280226, -0.009395251050591469, 0.027700748294591904, -0.005438991356641054, -0.0016083131777122617, 0.0010817357106134295, -4.2871030018432066e-05, -0.044315654784440994, -0.012506215833127499, 0.013476226478815079, -0.012824933044612408, 0.0015372944762930274, -0.002936016069725156, -0.026800023391842842, -0.015284604392945766, 0.008529169484972954, 0.02153424732387066, 0.026259588077664375, -0.009880256839096546, 0.00974168349057436, 0.004791162442415953, -0.025843869894742966, -8.384750253753737e-05, -0.022046968340873718, -0.031871795654296875, -0.03458782657980919, -0.024929286912083626, 0.005892817862331867, 0.0225458312779665, 0.036472421139478683, -0.011757921427488327, 0.005040593910962343, -0.0033153595868498087, -0.017723489552736282, -0.006007140502333641, 0.0018031814834102988, -0.0031577327754348516, 0.014439309015870094, 0.05204802751541138, -0.009769397787749767, 0.037470147013664246, -2.407435567874927e-05, -0.005806209519505501, 0.014058233238756657, 0.01172327809035778, 0.014965886250138283, 0.01229835581034422, 0.008882530964910984, -0.007427514065057039, -0.012679431587457657, 0.008300524204969406, -0.0038939020596444607, -0.007891734130680561, 0.001573669956997037, 0.0010107170091941953, 0.007309726905077696, -0.007198868785053492, 0.015769610181450844, -0.009672396816313267, -0.02763146162033081, -0.00767694553360343, 0.023682130500674248, -0.026647591963410378, -0.011383773759007454, -0.02071666717529297, -0.020744381472468376, 0.02795017883181572, -0.003831544192507863, 0.016088327392935753, -0.007753160782158375, 0.04007531702518463, -0.0016732693184167147, 0.008702386170625687, -0.023903846740722656, 0.018638072535395622, -0.025442007929086685, -0.004226477351039648, -0.011716349050402641, 0.0021063098683953285, 0.018194638192653656, 0.015229175798594952, 0.03752557560801506, 0.0024665999226272106, -0.03550240769982338, -0.002833818318322301, 0.017765061929821968, -0.017501773312687874, 0.015256890095770359, -0.0005655511631630361, -0.027991751208901405, -0.0065475753508508205, -0.024735284969210625, -0.007815518416464329, -0.018832074478268623, -0.007995663210749626, 0.026800023391842842, -0.006294679827988148, 0.012506215833127499, -0.03334067016839981, -0.00344353960826993, 0.0060937488451600075, 0.0015537500148639083, 0.038384728133678436, -0.021395675837993622, 0.030569208785891533, 0.0008868673467077315, 0.013829587958753109, -0.014134448952972889, 0.00038583925925195217, -0.008480668999254704, -0.010801766999065876, 0.028989477083086967, 0.03447696939110756, 0.01887364685535431, -0.0025029752869158983, 0.019330937415361404, -0.007898662239313126, -0.007566086947917938, -0.030846355482935905, 0.0020197017583996058, 0.016587190330028534, -0.0038488658610731363, -0.01049690693616867, -0.008397525176405907, -0.04753054678440094, -0.010386047884821892, -0.010864125564694405, 0.004933199845254421, 0.000937966164201498, -0.011245201341807842, -0.029238907620310783, -0.0029290872626006603, -0.021173957735300064, 0.02772846259176731, 0.003956259693950415, 0.006336251739412546, 0.012277569621801376, 0.012762575410306454, -0.018277781084179878, -0.011162057518959045, -0.00017494845087639987, 0.013185223564505577, -0.029737770557403564, -0.01794520579278469, 0.009152748622000217, 0.016989052295684814, -0.00199025496840477, 0.0023159016855061054, 0.005293489433825016, 0.03220437094569206, -0.011965780518949032, -0.0002182525204261765, -0.022559689357876778, 0.003779579186812043, 0.021769821643829346, 0.007233512122184038, -0.003952795639634132, -0.022698260843753815, -0.010081187821924686, -0.008473740890622139, 0.029100336134433746, 0.02661987766623497, 0.013732586987316608, -0.017280057072639465, 0.010406834073364735, 0.008584599010646343, -0.017668060958385468, 0.004604088608175516, 0.0028147646225988865, -0.026065586134791374, -0.0010895304149016738, -0.009471465833485126, 0.003010499058291316, 0.0041467975825071335, 0.010420691221952438, 0.021977681666612625, 0.017058338969945908, 0.005975961685180664, -0.036860425025224686, 0.017765061929821968, -0.01438388042151928, -0.011896493844687939, -0.03805215284228325, -0.003938938025385141, -0.0012774700298905373, -0.027160312980413437, -0.021257102489471436, 0.009138890542089939, -0.01956651173532009, -0.0030053025111556053, 0.024250280112028122, 0.002994909416884184, -0.013275295495986938, 0.02039794996380806, 0.025649866089224815, -0.013476226478815079, -0.011051198467612267, 0.003620220348238945, -0.023945419117808342, 0.023792987689375877, -0.03885587677359581, 0.01249928679317236, 0.028199611231684685, 0.0009847345063462853, -0.003925080876797438, -0.007656159810721874, 0.018887503072619438, 0.017266198992729187, -0.025442007929086685, -0.006970223039388657, 0.030375206843018532, 0.02979320101439953, -0.03334067016839981, 0.00709147471934557, -0.015561751089990139, -0.033673245459795, -0.024430423974990845, 0.01917850598692894, -0.013940446078777313, -0.013767230324447155, 0.008737029507756233, 0.02661987766623497, 0.011640134267508984, 0.0033811817411333323, -0.00438237190246582, -0.026786165311932564, -0.036139845848083496, 0.007787804119288921, -0.02998720295727253, -0.010462263599038124, 0.00806494988501072, 0.04306849464774132, 0.005598350428044796, -0.020841382443904877, -0.007070688530802727, -0.023404983803629875, -0.006194214336574078, -0.015437034890055656, 0.001653349376283586, 0.021645106375217438, 0.01650404743850231, 0.018748929724097252, -0.00158666109200567, 0.040934473276138306, -0.011002697981894016, 0.029626913368701935, -0.02772846259176731, 0.01039990596473217, 0.009672396816313267, 0.011688634753227234, 0.006166499573737383, -0.005768102128058672, -0.02876776084303856, 0.0039042949210852385, 0.007711588870733976, 0.0021184352226555347, 0.008252023719251156, 0.013905802741646767, -0.011730206198990345, 0.00015556986909359694, -0.00825895182788372, -0.004243799019604921, -0.007503729313611984, -0.0003862722951453179, 0.007049902807921171, -0.026259588077664375, -0.007323584519326687, 0.010663194581866264, 0.025414293631911278, 0.0032980379182845354, 0.005026736296713352, -0.009596182033419609, -0.015423177741467953, 0.023100122809410095, -0.0033881105482578278, -0.007254297845065594, -0.009866399690508842, -0.012069710530340672, 0.030264347791671753, 0.02415327914059162, 0.0009093855042010546, 0.055540069937705994, -0.0009518234874121845, 0.009201249107718468, 0.003232215764001012, 0.01682276464998722, -0.03638927638530731, -0.006675755605101585, -0.009616968221962452, 0.009866399690508842, 0.006620326079428196, -0.02660602144896984, -0.009561538696289062, -0.024707570672035217, -0.0021825251169502735, -0.005553313996642828, 0.00039081924478523433, 0.006533718202263117, 0.004947056993842125, 0.0012991221155971289, -0.025843869894742966, -0.006821257062256336, -0.004126011859625578, -0.00376225751824677, 0.007372085005044937, 0.010760195553302765, -0.013323795981705189, -0.03832929953932762, -0.0001842588244471699, -0.006415931042283773, -0.017058338969945908, -0.0170306246727705, 0.018125351518392563, 0.0004646526649594307, -0.002357473596930504, 0.01826392486691475, 0.20120802521705627, -0.00891717430204153, 0.0010851999977603555, 0.028296612203121185, -0.0020508808083832264, 0.002381723839789629, 0.016698049381375313, -0.003145607654005289, -0.028740044683218002, 0.016240758821368217, -0.011556990444660187, 0.03774729371070862, 0.003859258722513914, 0.00777394650503993, 0.023792987689375877, -0.02987634390592575, -0.02326641045510769, -0.009873327799141407, -0.021049242466688156, -0.04201534017920494, -0.01611604355275631, 0.0038211510982364416, -0.016753477975726128, -0.0051514520309865475, 0.01898450404405594, -0.0256914384663105, 0.02527572028338909, 0.0071295821107923985, -0.00979018397629261, 0.029100336134433746, -0.015340033918619156, -0.00772544601932168, -0.01773734763264656, 0.008141165599226952, -0.03231522813439369, -0.012991220690310001, 0.013497012667357922, 0.010060401633381844, 0.034920401871204376, -0.0024977787397801876, 0.007330513093620539, -0.037581004202365875, -0.0032651268411427736, -0.011078913696110249, -0.012125140056014061, 0.015173746272921562, -0.007877876050770283, -0.013219866901636124, -0.0016100453212857246, 0.019317079335451126, -0.02429185062646866, -0.0012592823477461934, 0.019220078364014626, 0.025428149849176407, 0.017155339941382408, -0.025968585163354874, -0.013635586015880108, 0.01885978877544403, 0.001162281259894371, -0.0011432274477556348, 0.004711482673883438, 0.02650902047753334, -0.021991539746522903, 0.0017789312405511737, 0.020037658512592316, 0.015561751089990139, -0.031566936522722244, -0.021229388192296028, 0.026065586134791374, -0.019746655598282814, 0.020966099575161934, -0.010808696039021015, 0.003355199471116066, 0.00027086696354672313, -0.0018118423176929355, -0.025331148877739906, 0.03262009099125862, 0.016739621758461, -0.019635798409581184, 0.030541494488716125, -0.04639424756169319, -0.013947375118732452, 0.028906332328915596, -0.02527572028338909, -0.030264347791671753, -0.044537369161844254, 0.035252977162599564, -0.0027679961640387774, -0.026287302374839783, -0.0067623634822666645, -0.01131448708474636, -0.011764849536120892, 0.006755434907972813, 0.009464537724852562, 0.018430212512612343, 0.013961232267320156, -0.018430212512612343, 0.020619666203856468, -0.019026076421141624, -0.010289046913385391, -0.04484223201870918, 0.020869096741080284, 0.023280268535017967, -0.012478500604629517, -0.03744243085384369, -0.01834706775844097, -0.015381605364382267, 0.01866578683257103, 0.012873434461653233, -0.00877167284488678, 0.007739303633570671, -0.022254828363656998, 0.00796101987361908, -0.006963294465094805, -0.006260036490857601, 0.003095374908298254, -0.010129688307642937, -0.04082361236214638, -0.025663724169135094, -0.02244883030653, -0.01397508941590786, -0.029737770557403564, 0.0011891297763213515, 0.019760513678193092, -0.010711695067584515, -0.014813456684350967, 0.0030815175268799067, -0.02009308896958828, -0.017086053267121315, -0.011792564764618874, -0.005161845125257969, -0.03242608904838562, -0.008272809907793999, 0.005937854293733835, -0.010337547399103642, 0.01650404743850231, 0.005515206605195999, 0.005605279002338648, 0.008695457130670547, 0.01157084759324789, -0.0009483591420575976, -0.01402358990162611, 0.018845930695533752, -0.02652287669479847, 0.007898662239313126, -0.016933623701334, 0.015755752101540565, -0.009284392930567265, -0.030153490602970123, -0.03336838260293007, -0.03325752541422844, -0.012381499633193016, 0.013788015581667423, 0.00028537382604554296, 0.0027108348440378904, -0.018277781084179878, 0.0038973663467913866, -0.037470147013664246, -0.025206433609128, -0.022282542660832405, -0.023210981860756874, 0.0038246153853833675, 0.011903422884643078, -0.019746655598282814, -0.023418841883540154, -0.010379119776189327, -0.1784820556640625, 0.013157508336007595, 0.0021548105869442225, -0.04065732657909393, -0.00022777941194362938, 0.015852754935622215, 0.011134342290461063, 0.008328238502144814, 0.015783468261361122, -0.007566086947917938, 0.02316940948367119, -0.03550240769982338, -0.011238272301852703, 0.010864125564694405, -0.013275295495986938, -0.011411488987505436, 0.011605490930378437, -0.0006019265856593847, 0.027714604511857033, 0.013982018455862999, 0.009519967250525951, -0.04578452557325363, 0.02477685734629631, 0.013656371273100376, 0.0059413183480501175, 0.012062781490385532, -0.0005222471081651747, 0.01571418158710003, -0.0066861482337117195, -0.020217804238200188, -0.010081187821924686, 0.010580050759017467, -0.007510657887905836, -0.01794520579278469, 0.009277463890612125, 0.003412360791116953, 0.004202227108180523, -0.016185328364372253, -0.009623896330595016, 0.0012203087098896503, -0.0018205031519755721, 0.0312066450715065, -0.019317079335451126, 0.01804220862686634, 0.019843656569719315, 0.0008387998677790165, 0.010732480324804783, -0.003020891919732094, 0.029017191380262375, 0.001986790681257844, -0.002350545022636652, -0.04215391352772713, 0.010122759267687798, 0.01520146057009697, 0.015534035861492157, 0.024527424946427345, -0.016767336055636406, 0.004500159062445164, -0.01989908702671528, -0.012790290638804436, -0.002716031391173601, -0.016587190330028534, -0.008058021776378155, -0.00969318300485611, -0.01192420907318592, -0.006630719173699617, -0.0045694452710449696, 0.010088115930557251, -0.05016343668103218, -0.009194320067763329, -0.00566070806235075, -0.006918258033692837, 0.0008279738249257207, 0.006589147262275219, -0.008730100467801094, -0.003147339913994074, -0.0428190641105175, 0.046671394258737564, 0.006239250302314758, 0.013143651187419891, -0.017196912318468094, 0.0371098555624485, -0.020439520478248596, 0.02528957650065422, -0.009762469679117203, -0.0037414715625345707, -0.006027926690876484, -0.007219654507935047, -0.002220632741227746, -0.022462686523795128, 0.0004455988819245249, -0.012374571524560452, -0.027077168226242065, 0.0006274759653024375, 0.014286878518760204, -0.003249537432566285, 0.010365262627601624, 0.018929075449705124, -0.013545513153076172, 0.012007352896034718, -0.0015234372112900019, 0.0005698815803043544, -0.021340245380997658, 0.0017286984948441386, 0.025234147906303406, 0.01764034666121006, 0.007344370242208242, 0.019843656569719315, 0.039576455950737, 0.004444730002433062, -0.014300736598670483, 0.0035284156911075115, 0.011300629936158657, 0.007448300253599882, 0.014245307072997093, 0.018845930695533752, -0.015270747244358063, -0.04597853124141693, 0.02286454848945141, 0.01550632156431675, 0.03250923007726669, -0.014716454781591892, -0.011259058490395546, 0.017058338969945908, 0.01917850598692894, 0.007794732693582773, -0.08353181928396225, -0.009513038210570812, 0.0018049136269837618, 0.0020803275983780622, 0.01570032350718975, -0.01643476076424122, -0.04373364523053169, 0.043927647173404694, 0.0013701408170163631, 0.02795017883181572, -0.005546385422348976, 0.0015563482884317636, -0.015769610181450844, 0.003500700928270817, 0.01601904258131981, -0.010573121719062328, -0.02182525210082531, -0.009104248136281967, -0.009076532907783985, 0.03245380148291588, -0.022698260843753815, -0.007455228827893734, 0.030569208785891533, -0.007455228827893734, 0.01116898562759161, 0.016296187415719032, -0.02079981192946434, 0.014300736598670483, 0.013815730810165405, 0.0002795277687255293, 0.0072820126079022884, -0.03408896550536156, 0.03735928609967232, -0.016656477004289627, 0.006312001496553421, -0.011328345164656639, -0.031345218420028687, -0.018638072535395622, 0.025345006957650185, -0.02132638916373253, 0.011051198467612267, 0.03766414895653725, 0.0028459434397518635, -0.038495585322380066, 0.000887733418494463, 0.01938636600971222, -0.0006391680799424648, 0.032176654785871506, 0.0025497437454760075, 0.0010401637991890311, 0.0036028986796736717, 0.030846355482935905, -0.008328238502144814, -0.0040394035167992115, 0.02722959965467453, 0.006734649185091257, 0.04802941158413887, 0.008286667056381702, -0.026384303346276283, -0.012880362570285797, -0.010683979839086533, -0.008134236559271812, -0.0002678356831893325, 0.04132247716188431, 0.008924102410674095, 0.03181636705994606, -0.022379543632268906, -0.012305284850299358, 0.02397313341498375, -0.005248453468084335, -0.013192151673138142, 0.030430635437369347, -0.0012428268091753125, 0.021173957735300064, -0.01520146057009697, -0.020966099575161934, -0.0016048488905653358, 0.012471572495996952, 0.01473031286150217, -0.017931349575519562, -0.0026744594797492027, 0.004988628905266523, -0.02253197319805622, -0.008875601924955845, 0.04060189798474312, 0.014016661792993546, 0.003779579186812043, 0.001640358124859631, 0.021367959678173065, -0.039105307310819626, 0.010656265541911125, 0.036666423082351685, -0.016587190330028534, -0.020952241495251656, -0.004420479293912649, 0.004098297096788883, -0.003949331119656563, 0.02519257552921772, -0.01473031286150217, -0.02692473866045475, -0.019317079335451126, -0.015104459598660469, -0.06390988081693649, 0.03699899837374687, -0.007884805090725422, -0.015852754935622215, 0.026869310066103935, -0.0225458312779665, -0.0007478612824343145, -0.020522665232419968, 0.0009422965813428164, 0.048805419355630875, 0.009159676730632782, 0.031178930774331093, -0.019885228946805, -0.0011744063813239336, -0.004777304828166962, -0.0029966416768729687, 0.006672291085124016, 0.00487084174528718, 0.010517692193388939, -0.008300524204969406, -0.0074760145507752895, -0.022767547518014908, 0.020758239552378654, -0.0012783361598849297, -0.012963506393134594, 0.016905909404158592, 0.0025757260154932737, 0.04290220886468887, -0.01865192875266075, -0.007857090793550014, 0.021894538775086403, -0.030014917254447937, 0.012471572495996952, 0.043789077550172806, 0.009138890542089939, -0.01958036795258522, 0.019926801323890686, 0.020162375643849373, 0.017723489552736282, 9.353679342893884e-05, -0.024638283997774124, -0.039604172110557556, 0.01825006678700447, -0.01019897498190403, -0.011847993358969688, 0.004365050233900547, -0.011647062376141548, 0.011792564764618874, 0.014591739512979984, 0.0007374683045782149, 0.027589889243245125, -0.00675197085365653, -0.008840958587825298, -0.03530840575695038, -0.02907261997461319, -0.03439382463693619, 0.013206008821725845, 0.016975196078419685, -0.009817899204790592, 0.004257656168192625, 0.04556281119585037, -0.0019452188862487674, 0.015270747244358063, -0.004035939462482929, 0.0010895304149016738, -0.009194320067763329, 0.01106505561619997, 0.00443433690816164, 0.01579732447862625, -0.027409743517637253, -0.001126771909184754, -0.02152039110660553, 0.007787804119288921, -0.007801661267876625, -0.002109774388372898, -0.007746232207864523, -0.006745041813701391, 0.010212832130491734, 0.001721769804134965, 0.020079230889678, 0.033700957894325256, -0.014785741455852985, -0.018444068729877472, -0.009810970164835453, 0.028158038854599, 0.0426250621676445, -0.026037871837615967, 0.0038488658610731363, 0.005050986539572477, -0.011750992387533188, -0.023585129529237747, -0.0018638072069734335, -0.008834030479192734, 0.020661238580942154, -0.00040900695603340864, -0.014016661792993546, -0.018610356375575066, 0.013497012667357922, 0.007101867347955704, 0.022407257929444313, -0.0007322718156501651, 0.007185011170804501, -0.0034573969896882772, 0.0011700759641826153, -0.028906332328915596, -0.004863913170993328, -0.01643476076424122, -0.012506215833127499, 0.0008604518952779472, 0.015229175798594952, 0.025220289826393127, 0.0013320331927388906, -0.031677793711423874, 0.0195942260324955, -0.02121553011238575, 0.01377415843307972, -0.012734861113131046, -0.003734542988240719, -0.021852966398000717, 0.033700957894325256, 0.003415825078263879, 0.012866505421698093, 0.02857375703752041, -0.002650209004059434, 0.01784820482134819, 0.00777394650503993, -0.012575501576066017, 0.0023159016855061054, 0.007226583082228899, 0.012977363541722298, 0.00027844516444019973, -0.009804041124880314, -0.001443757675588131, -0.006405537948012352, -0.024846144020557404, 0.015035172924399376, -0.01999608799815178, 0.030319778248667717, 0.006322394125163555, 0.06169271096587181, -0.0004412684647832066, -0.025954727083444595, 0.008480668999254704, 0.025026287883520126, 0.00964468251913786, 0.021700534969568253, 0.011155128479003906, 0.009914900176227093, -0.028601473197340965, 0.01015047449618578, -0.0017616095719859004, -0.013788015581667423, -0.026273446157574654, 0.014286878518760204, -0.016989052295684814, 0.0021530783269554377, 0.0010427619563415647, 0.00724044069647789, -0.02527572028338909, -0.003486843779683113, 0.009353679604828358, 0.02987634390592575, -0.00522420322522521, -0.011113557033240795, 0.02497085928916931, 0.012028138153254986, -0.02152039110660553, -0.013469298370182514, -0.034421540796756744, 0.007974877953529358, -0.005754244979470968, -0.04570138454437256, -0.02620415948331356, -0.011744064278900623, -0.015340033918619156, 0.006176892668008804, -0.004912413656711578, 0.002719495678320527, -0.014605596661567688, -0.016947481781244278, 0.016268473118543625, -0.023889988660812378, -0.008840958587825298, 0.01691976562142372, 0.004309621173888445, -0.0017676721327006817, -0.026675308123230934, -0.021464960649609566], \"b8f7202f-0fed-4183-9386-b5e1c15409b0\": [-0.013198824599385262, -0.00034430756932124496, 0.020765209570527077, -0.004443133715540171, -0.015669193118810654, 0.023729652166366577, -0.030491402372717857, -0.010255557484924793, -0.021146351471543312, -0.014017575420439243, 0.004400784615427256, 0.02416726015508175, -0.00011022915714420378, 0.0007217004313133657, -0.0017010250594466925, 0.01945238560438156, 0.0004764281620737165, 0.002710346831008792, 0.03802955523133278, -0.03001144528388977, -0.009041547775268555, -0.00972619280219078, -0.026228252798318863, 0.02021467126905918, -0.00034629268338903785, -0.008519241586327553, 0.009486214257776737, -0.03001144528388977, -0.009613261558115482, -0.008836859837174416, 0.00387847819365561, -0.031310152262449265, -0.0057983072474598885, -0.021343981847167015, -0.012429481372237206, -0.002332733478397131, -0.008956849575042725, -0.021838055923581123, 0.048814475536346436, -0.036222655326128006, 0.021753357723355293, 0.004510186612606049, -0.012711809016764164, 0.004489012062549591, -0.01293061301112175, -0.00312678050249815, -0.0055653867311775684, -0.020934605970978737, -0.01918417401611805, -0.0042772660963237286, 0.021823938935995102, 0.022529758512973785, -0.04099399596452713, 0.0037408433854579926, -0.0004435634473338723, 0.012429481372237206, 0.0014733981806784868, 0.01969236508011818, -0.013657607138156891, -0.011053133755922318, 0.00011287597590126097, 0.0017433741595596075, -0.02264268882572651, -0.0074181631207466125, -0.02111811935901642, -0.01708083227276802, -0.030632566660642624, 0.012478888966143131, 0.008236913941800594, 0.014864558354020119, 0.02164042554795742, 0.0031567777041345835, -0.015245701186358929, -0.010919027961790562, 0.0061406297609210014, -0.011264879256486893, -0.013050602748990059, 0.0035414493177086115, 0.015090420842170715, 0.002992674708366394, 0.03695670887827873, -0.01775841787457466, -0.0043019698932766914, 0.04370434209704399, 0.036900244653224945, -0.015161002986133099, 0.011398985050618649, 0.002491542836651206, -0.029898514971137047, -0.018068978562951088, -0.007855771109461784, 0.030293773859739304, 0.0183371901512146, 0.02907976321876049, 0.00971913430839777, 0.022501526400446892, 0.015386865474283695, 0.029559720307588577, 0.0016454417491331697, -0.024661334231495857, -0.009337992407381535, -0.01027673203498125, -0.011653079651296139, -0.016431478783488274, -0.036222655326128006, 0.002784457989037037, 0.01725022867321968, 0.005995936691761017, 0.022882668301463127, -0.0021086358465254307, -0.03311705216765404, 0.016022102907299995, 0.0013816417194902897, -0.03370993956923485, -0.0032150079496204853, -0.002786222379654646, -0.0012016576947644353, -0.017207879573106766, -0.008427484892308712, -0.03373817354440689, 0.011335461400449276, 0.025550665333867073, 0.013721130788326263, -0.01120841410011053, 0.005738312378525734, 0.0029079762753099203, -0.00591829651966691, -0.014003459364175797, 0.023616719990968704, -0.006158275064080954, 0.038170717656612396, 0.015753891319036484, 0.018464237451553345, -0.0061406297609210014, -0.029983213171362877, 0.014356369152665138, -0.012238910421729088, -0.02348967269062996, -0.03077373094856739, -0.02103342115879059, 0.02443547174334526, 0.05793366581201553, -0.015288050286471844, 0.009874414652585983, 0.009987345896661282, -0.001789252390153706, -0.005523037631064653, 0.021993335336446762, -0.0012245968682691455, -0.021739240735769272, 0.02029936946928501, 0.004637233912944794, -0.006408840883523226, 0.021089887246489525, 0.003853774396702647, 0.025720063596963882, 0.022360362112522125, -0.002634471282362938, -0.01521746814250946, -0.021513378247618675, -0.01264122687280178, 0.024661334231495857, 0.016600875183939934, -0.004005525726824999, 0.02730109915137291, 0.0268070250749588, 0.02206391841173172, -0.015288050286471844, 0.013008253648877144, -0.01440577581524849, 0.00446077948436141, -0.0009996169246733189, -0.02281208708882332, 0.004217271693050861, -0.006313555408269167, 0.027498727664351463, 0.023263810202479362, 0.011314286850392818, -0.0137775968760252, -0.027752822265028954, -0.024491935968399048, 0.0010031459387391806, 0.016191499307751656, 0.021358098834753036, 0.0022039213217794895, 0.0035079228691756725, 0.014271670021116734, -0.010552001185715199, 0.012260084971785545, 0.008208680897951126, 0.03229830041527748, 0.003317351685836911, 0.00166396948043257, -0.005360699258744717, -0.6540970802307129, 0.003347348887473345, 0.003779663471505046, -0.013650549575686455, 0.018548935651779175, 0.032665327191352844, 0.013269406743347645, 0.02079344168305397, -0.029051531106233597, 0.01496337354183197, 0.008251029998064041, 0.02179570682346821, 0.002173924120143056, -0.008145157247781754, -0.004848979879170656, -0.004721932578831911, 0.007174655329436064, 0.007785188965499401, -0.009415632113814354, 0.03162071481347084, -0.004820747300982475, -0.002491542836651206, -0.003945530857890844, 0.0068887984380126, -0.004721932578831911, -0.0070758406072855, 0.024280190467834473, -0.013368220999836922, 0.0012025400064885616, 0.0200311578810215, -0.03811425343155861, -0.008046342059969902, 0.015005722641944885, -0.00551597960293293, 0.0476851649582386, -0.002819748828187585, -0.02274150401353836, 0.009450922720134258, 0.016953784972429276, 0.003451457479968667, -0.02306618168950081, -0.030463170260190964, 0.0037973090074956417, -0.03221360221505165, -0.002408609027042985, 0.010008520446717739, 0.033088818192481995, 0.013763479888439178, -0.0037937797605991364, -0.011243704706430435, -0.019381804391741753, 0.006119455210864544, 0.0022109795827418566, -0.01145545020699501, -0.015655076131224632, 0.025042476132512093, 0.04059873893857002, -0.01010027714073658, 0.012394190765917301, 0.011144889518618584, -0.01010027714073658, 0.012972962111234665, -0.019071243703365326, 0.0035661531146615744, -0.021654542535543442, 0.0007856653537601233, -0.02233212999999523, -0.015499796718358994, 0.034867484122514725, -0.008003992959856987, 0.0020856966730207205, 0.026242369785904884, -0.01496337354183197, -0.024477820843458176, -0.00026005037943832576, 0.023052064701914787, 0.011328402906656265, 0.0014222263125702739, -0.017052598297595978, 0.02020055428147316, -0.004019642248749733, -0.004114927724003792, -0.02382846735417843, 0.0003037229471374303, 0.012330667115747929, -0.0011513680219650269, -0.025974158197641373, -0.02027113549411297, -0.007054666057229042, -0.015542145818471909, 0.004513715859502554, -0.014695161953568459, -0.008483950048685074, -0.01970648020505905, 0.01926887221634388, 0.009994404390454292, 0.003155013080686331, 0.003952589351683855, -0.009394457563757896, -0.007389930076897144, -0.00854041613638401, -0.014179914258420467, -0.0157962404191494, 0.017532557249069214, 0.03379463776946068, 0.009577970951795578, 0.008907441981136799, -0.016332663595676422, 0.00844865944236517, -0.005981820169836283, -0.023800233379006386, -0.003656144952401519, -0.007340522948652506, -0.006214740686118603, -0.017885467037558556, -0.02155572734773159, 0.009697959758341312, 0.001279297866858542, 0.014208146370947361, -0.0016366189811378717, 0.025409502908587456, 0.02233212999999523, -0.007693432737141848, -0.011222530156373978, 0.02672232687473297, 0.003354407148435712, 0.014363426715135574, -0.021499261260032654, 0.006867623887956142, 0.009754425846040249, 0.005508921109139919, -0.003871419932693243, 0.045765336602926254, -0.01715141348540783, 0.018379539251327515, 0.020920490846037865, 0.023983746767044067, -0.003702023299410939, 0.016939667984843254, -0.022190965712070465, -0.026524696499109268, 0.015358632430434227, 0.007269940804690123, -0.01192129123955965, -0.007008787710219622, -0.027865754440426826, -0.041869211941957474, -0.0017671955283731222, -0.015259817242622375, -0.009486214257776737, -0.01209068764001131, -0.007615792565047741, -0.014977489598095417, 0.007178184576332569, 0.00018097653810400516, -0.009048606269061565, 0.0036243831273168325, -0.039102401584386826, 0.004743107128888369, -0.01596563681960106, 0.0018598344177007675, 0.009606203064322472, -0.004323144443333149, 0.007806363515555859, -0.01360820047557354, -0.0007375814020633698, -0.0053465827368199825, 0.023560255765914917, -0.009387399069964886, -0.016120918095111847, -0.013671724125742912, -0.007580501493066549, -0.017701953649520874, -0.010770805180072784, -0.012563587166368961, 0.02341909147799015, -0.023729652166366577, -0.016120918095111847, 0.017786651849746704, 0.0025991802103817463, 0.004171393346041441, 0.02045464888215065, 0.010424953885376453, 0.010876678861677647, 0.02452016994357109, 0.008229855448007584, 0.010163800790905952, 0.023814350366592407, -0.023447323590517044, 0.034359294921159744, 0.002585063921287656, 0.0018915962427854538, -0.026665860787034035, 0.003719668835401535, 0.008603939786553383, 0.019734714180231094, -0.0022286251187324524, -0.0019251226913183928, 1.1483352864161134e-05, 0.01791369915008545, 0.028698621317744255, 0.0008368372218683362, 0.015330399386584759, -0.02038406766951084, 0.013699956238269806, -0.04226447269320488, -0.014201088808476925, -0.0048383926041424274, 0.010326139628887177, 0.003754959674552083, -0.002008056500926614, -0.01918417401611805, -0.03763429448008537, 0.005854772869497538, 0.0048525091260671616, 0.020581696182489395, -0.007234649732708931, 0.008046342059969902, -0.019918225705623627, -0.010326139628887177, 0.0007887532701715827, -0.02045464888215065, 0.014215204864740372, 0.005021905992180109, -0.03068903274834156, 0.005074842367321253, 0.025494201108813286, 0.02070874348282814, 0.010170859284698963, -0.00984618254005909, 0.005819481797516346, 0.015499796718358994, 0.02677879109978676, -0.010227324441075325, 1.2344948117970489e-05, -0.008603939786553383, 0.038848306983709335, -0.018661867827177048, 0.014017575420439243, -0.01589505560696125, -0.010869620367884636, 0.028345711529254913, 0.02104753814637661, -0.012570645660161972, 0.016925550997257233, 0.0013154711341485381, 0.019085358828306198, 0.00178042973857373, -0.003520274767652154, 0.009203886613249779, -0.013841120526194572, 0.03644851967692375, -0.009902647696435452, -0.004189038649201393, 0.03195950761437416, -0.02460486814379692, 0.0027562251780182123, 0.021993335336446762, 0.008095749653875828, 0.030999593436717987, 0.014610463753342628, -0.009457981213927269, 0.0003518068988341838, 0.019918225705623627, 0.03625088930130005, -0.0035220393911004066, -0.021513378247618675, -0.005064255092293024, -0.017800766974687576, 0.010319081135094166, -0.004665466956794262, 0.0028391589876264334, 0.00655353395268321, -0.011391926556825638, 0.004047874826937914, 0.006913502234965563, 0.010121451690793037, 0.0029538546223193407, -0.0018368952441960573, -0.012528296560049057, -0.015542145818471909, -0.015739774331450462, 0.027766939252614975, 0.020426416769623756, 0.0029379737097769976, 0.009105071425437927, -0.02967265248298645, 0.01689731888473034, -0.024223726242780685, -0.004421959165483713, -0.004640763159841299, 0.03150778263807297, 0.0047148740850389, -0.01175189483910799, -0.015838589519262314, 0.014610463753342628, 0.03684377670288086, -0.004210213199257851, -0.021626310423016548, -0.013516443781554699, -0.01589505560696125, 0.016445593908429146, -0.011631905101239681, 0.005036022048443556, 0.03760606423020363, -0.006564121227711439, 2.1670864953193814e-05, -0.0021880404092371464, 0.007022904232144356, -0.002817984437569976, -0.006161804310977459, 0.007728723343461752, 0.011173122562468052, 0.016854969784617424, 0.005643026903271675, 0.0013657606905326247, 0.00862511433660984, 0.0015307459980249405, 0.047967493534088135, -0.0066770524717867374, 0.012069513089954853, -0.038170717656612396, -0.04251856729388237, 0.016247965395450592, 0.012627110816538334, 0.041219860315322876, 0.005801836494356394, 0.02282620221376419, 0.008716871030628681, -0.0019251226913183928, -0.026101205497980118, -0.007167596835643053, -0.003155013080686331, -0.03018084168434143, -0.017123181372880936, -0.02350378967821598, 0.022346245124936104, 0.014991606585681438, 0.012365957722067833, -0.013812887482345104, 0.011547206901013851, -0.012485947459936142, -0.009662669152021408, -0.02045464888215065, -0.0005064255092293024, -0.010347314178943634, 0.004587826784700155, 0.024491935968399048, 0.02392728067934513, 0.007495803292840719, 0.02604473941028118, 0.016036219894886017, 0.004704286810010672, -0.02392728067934513, -0.0024050800129771233, 0.006401782855391502, 0.008674521930515766, -0.0008452188340015709, 0.0024562517646700144, 0.0157962404191494, 0.01572565920650959, -0.011293112300336361, 0.013721130788326263, 0.016375012695789337, -0.010375546291470528, 0.007164068054407835, 0.021259283646941185, -0.0019604137632995844, 0.0021280457731336355, -0.019155941903591156, -0.0006890562945045531, 0.023899048566818237, -0.01432107761502266, 8.36506369523704e-05, 0.02145691215991974, -0.0041925678960978985, -0.0031567777041345835, -0.011808359995484352, 0.0001825205108616501, -0.005943000316619873, -0.002724463352933526, 0.005300704389810562, -0.004390197340399027, -0.023969629779458046, -0.0002492425264790654, -0.049915555864572525, -0.009973229840397835, -0.009521504864096642, -0.005844185594469309, 0.001015497837215662, -0.01826660893857479, -0.0013066483661532402, -0.01699613407254219, -0.023348508402705193, -0.015612727031111717, 0.0034496928565204144, -0.023292044177651405, 0.016431478783488274, 0.006412370130419731, 0.008801569230854511, 0.022120382636785507, -0.01979117840528488, -0.014179914258420467, -0.011335461400449276, -0.020736977458000183, -0.01774430274963379, 0.0157962404191494, -0.0275551937520504, -0.021598076447844505, 0.0006943499320186675, 0.017941931262612343, -0.016869086772203445, 0.0014557527611032128, 0.015838589519262314, 0.0026450585573911667, -0.02348967269062996, -0.0021192231215536594, 0.011328402906656265, -0.005900651216506958, 0.0028956246096640825, 0.01589505560696125, -8.205151971196756e-05, -0.01458223070949316, -0.012909438461065292, -0.003317351685836911, 0.0010887265671044588, 0.01977706328034401, 0.013728189282119274, 0.02070874348282814, -0.000352248054696247, 0.006214740686118603, 0.02238859422504902, -0.013269406743347645, -0.0028373943641781807, 0.013325871899724007, -0.009013314731419086, 0.017716068774461746, -0.006405312102288008, -0.005544212181121111, 0.009133304469287395, 0.0255365502089262, 0.01394699327647686, 0.004157276824116707, -0.0016269139014184475, -0.010389663279056549, -0.016247965395450592, 0.020002923905849457, 0.013579967431724072, -0.0025991802103817463, 0.01852070353925228, 0.001981588313356042, -0.03574270009994507, 0.0004645174485631287, 0.005572444759309292, -0.03963882476091385, 0.008582765236496925, -0.004196097142994404, -0.027950452640652657, -0.017137298360466957, 0.013756422325968742, 0.006355904508382082, 0.0360250286757946, -0.008533357642591, 0.010234382934868336, -0.013890528120100498, -0.007742839865386486, 0.0021015775855630636, -0.012909438461065292, -0.01835130713880062, -0.028882134705781937, -0.04697934538125992, 0.019748829305171967, 0.01969236508011818, 0.04438193142414093, 0.0003493806580081582, 0.002322146203368902, -0.004718403331935406, -0.014229320921003819, -0.004376080818474293, -0.0017380805220454931, -0.011222530156373978, 0.008208680897951126, 0.04107869416475296, -0.0012316550128161907, 0.050169650465250015, -0.011243704706430435, 0.010827271267771721, -0.0015854471130296588, 0.010509652085602283, 0.013205883093178272, -0.008773336187005043, -0.005191302392631769, -0.029446789994835854, 0.00016774241521488875, 0.009521504864096642, 0.005441868212074041, -0.02113223634660244, -0.02282620221376419, -0.0045348904095590115, 0.016375012695789337, 0.007432279177010059, 0.023179112002253532, -0.0050713131204247475, -0.031168989837169647, -0.006797041743993759, 0.002198627684265375, -0.01767371967434883, 0.0029467963613569736, -0.019043009728193283, -0.0200311578810215, 0.0150480717420578, -0.000603916822001338, 0.015273934230208397, 0.003142661415040493, 0.021428680047392845, -0.011060191318392754, -0.003814954310655594, -0.006126513238996267, 0.018901845440268517, -0.025254221633076668, 0.006535888649523258, -0.007044078782200813, -0.00984618254005909, 0.023701418191194534, 0.01894419640302658, 0.03684377670288086, -0.013530559837818146, -0.04065520316362381, -0.0009934409754350781, -0.01137075200676918, -0.02248740941286087, 0.006405312102288008, -0.009352108463644981, -0.019071243703365326, -0.019000660628080368, -0.0029873810708522797, -0.010446128435432911, -0.051609523594379425, 0.01137075200676918, 0.005272471811622381, -0.023179112002253532, 0.01204128097742796, -0.03416166454553604, -0.017701953649520874, -0.0037973090074956417, -0.0022850907407701015, 0.043817274272441864, -0.009316817857325077, 0.031818341463804245, 0.005720667075365782, 0.014568114653229713, -0.01521746814250946, -0.0036737904883921146, 0.006955851335078478, -0.013650549575686455, 0.026411766186356544, 0.029700884595513344, 0.02238859422504902, 0.006165333557873964, 0.011187239550054073, -0.004983085673302412, -0.0019021835178136826, -0.04483365640044212, 0.019565315917134285, 0.007305231876671314, 0.014864558354020119, -0.0062253279611468315, -0.01664322428405285, -0.028783319517970085, 0.0087945107370615, 0.007573443464934826, 0.008208680897951126, 0.002316852565854788, -0.0015448624035343528, -0.025550665333867073, 0.007008787710219622, -0.025070708245038986, 0.017137298360466957, -0.010312022641301155, -0.008766278624534607, 0.0015872116200625896, 0.017109064385294914, -0.023602604866027832, -0.017871350049972534, -0.012549471110105515, 0.030124375596642494, -0.012605936266481876, -0.01630442962050438, 0.004757223650813103, 0.014624579809606075, -0.02348967269062996, -0.015471563674509525, -0.02018643729388714, 0.030209075659513474, -0.035460371524095535, 0.005604207050055265, -0.009683843702077866, -0.003368523670360446, 0.015288050286471844, 0.00238919910043478, -0.007933410815894604, -0.013587024994194508, -0.03568623587489128, -0.02070874348282814, 0.013445861637592316, 0.004940736573189497, 0.006271206308156252, -0.020765209570527077, 0.003135603154078126, 0.0018104270566254854, -0.0038008380215615034, -0.002690936904400587, 0.004453720990568399, -0.04150218516588211, -0.020482882857322693, -0.0006233268650248647, 0.015090420842170715, 0.013890528120100498, 0.008787453174591064, 0.0031797168776392937, 0.00422785896807909, 0.011843651533126831, -0.03701317310333252, 0.015838589519262314, 0.004944265820086002, -0.017857233062386513, -0.017292577773332596, 0.007792247459292412, 0.010262615978717804, -0.020496997982263565, -0.003347348887473345, -0.0046584089286625385, -0.017052598297595978, 0.007209946401417255, 0.013763479888439178, 0.01305766124278307, -0.009288584813475609, 0.012789449654519558, 0.03370993956923485, -0.0066911689937114716, 0.0017910170136019588, 0.007224062457680702, -0.04483365640044212, 0.03246769681572914, -0.02072286047041416, 0.004178451374173164, 0.044071368873119354, -0.007912236265838146, 0.002165101235732436, -0.01432813610881567, 0.016502059996128082, 0.015090420842170715, -0.013205883093178272, -0.013657607138156891, 0.007340522948652506, 0.006218269933015108, -0.0485321506857872, 0.0034567511174827814, -0.010615525767207146, -0.03653321787714958, -0.013601141981780529, 0.021075770258903503, -0.003310293424874544, -0.007933410815894604, -0.003612031228840351, 0.013678781688213348, 0.00204864121042192, 0.00011579850979615003, -0.011638963595032692, -0.008229855448007584, -0.03577093407511711, -0.00463017588481307, -0.02706111967563629, -0.014172855764627457, 0.0006555298459716141, 0.030576100572943687, 0.0002589475188869983, -0.027032887563109398, -0.02238859422504902, -0.016883201897144318, -0.026496464386582375, -0.027766939252614975, 0.019226523116230965, 0.0022145085968077183, 0.02018643729388714, 0.02241682820022106, 0.007118189707398415, 0.03246769681572914, -0.019071243703365326, 0.02358848787844181, -0.021174585446715355, 0.0018774798372760415, -0.005830069072544575, -0.0050042602233588696, 0.00701937498524785, -0.0001449135597795248, -0.03670261427760124, -0.01293061301112175, 0.011977757327258587, 0.00268387864343822, 0.012175386771559715, 0.016092684119939804, 0.009690902195870876, -0.004174922592937946, -0.01330469734966755, -0.0023856698535382748, -0.001888067228719592, 0.002793280640617013, 0.009832065552473068, -0.013601141981780529, -0.007217004429548979, 0.00399493845179677, 0.027428146451711655, -0.016078568994998932, 0.008166331797838211, -0.00955679640173912, -0.002708582440391183, 0.021075770258903503, -0.014539881609380245, -0.005695963278412819, -0.010079102590680122, -0.027766939252614975, 0.019889993593096733, 0.029559720307588577, -0.017589021474123, 0.034782785922288895, -3.584239675546996e-05, -0.006345317233353853, 0.01149074174463749, 0.0071005444042384624, -0.02416726015508175, 0.0036737904883921146, 0.0025127173867076635, 1.0876789019675925e-05, -0.003776134457439184, 0.00807457510381937, -0.009013314731419086, -0.024124911054968834, -0.010693165473639965, 0.0053042336367070675, -0.0006956733413971961, 0.0048772129230201244, -0.007132306229323149, 0.00015197176253423095, -0.016346780583262444, -0.02855745702981949, 0.0006189154810272157, 0.009330933913588524, 0.002807397162541747, 0.00891450047492981, -0.03153601661324501, -0.0502261146903038, 0.01145545020699501, -0.008222796954214573, -0.014892791397869587, -0.028162198141217232, 0.010947260074317455, -0.01082021277397871, 0.013368220999836922, 0.03526274114847183, 0.20496998727321625, -0.01479397714138031, 0.005057196598500013, 0.03472631797194481, 0.021711008623242378, 0.005148953292518854, 0.02536715380847454, 0.007806363515555859, -0.023786116391420364, 0.026327067986130714, 0.028359828516840935, 0.016120918095111847, 0.0034743964206427336, -0.005755958147346973, 0.026736441999673843, -0.01672792248427868, -0.025847110897302628, 0.001362231676466763, -0.018788915127515793, -0.02687760628759861, -0.016417361795902252, -0.004009054973721504, 0.004291382618248463, -0.001967471791431308, 0.006511184852570295, -0.02706111967563629, -0.0020556992385536432, -0.0025038947351276875, 0.008406310342252254, 0.020045273005962372, -0.026425881311297417, -0.032072439789772034, -0.008222796954214573, 0.022261546924710274, -0.027315214276313782, 0.011039016768336296, 0.0187606830149889, 0.015993870794773102, 0.02864215523004532, 0.007615792565047741, 0.021442797034978867, -0.0038573036435991526, -0.0004781927273143083, -0.01606445200741291, -0.0030367884319275618, 0.013474094681441784, -0.01082021277397871, -0.005780661944299936, -0.0033402908593416214, -0.002422725548967719, 0.0013842885382473469, 0.0007384636555798352, 0.001768960151821375, 0.03548860549926758, 0.010248498991131783, -0.011638963595032692, -0.014921024441719055, -0.010424953885376453, -0.025748295709490776, 0.008476892486214638, -0.0034391055814921856, 0.02367318607866764, -0.01119429711252451, -0.002140397671610117, 0.00962737761437893, 0.03142308443784714, -0.02443547174334526, -0.014469299465417862, 0.0038008380215615034, -0.02070874348282814, -0.0004945147666148841, -0.012062455527484417, -0.0044678375124931335, 0.00010460465273354203, -0.0031673649791628122, -0.032495930790901184, 0.01229537557810545, 0.024393122643232346, 0.0009158008033409715, 0.04237740486860275, -0.03653321787714958, -0.01843600533902645, -3.542883132467978e-05, -0.01733492687344551, -0.01630442962050438, -0.03938473016023636, 0.03229830041527748, 0.007089957129210234, -0.014525765553116798, 0.01596563681960106, -0.004898387473076582, 0.004376080818474293, 0.002223331481218338, -0.004894858226180077, 0.020496997982263565, -0.013467036187648773, -0.019664131104946136, 0.00947209820151329, -0.009232118725776672, -0.020581696182489395, -0.038933005183935165, 0.028204547241330147, 0.029559720307588577, 0.008088691160082817, -0.03331467881798744, -0.0385659784078598, -0.0030279657803475857, 0.008109865710139275, -0.004252562299370766, 0.0006872917292639613, 0.008413368836045265, -0.03404873237013817, -0.0121330376714468, -5.5858996347524226e-05, 0.004813688807189465, 0.004203155171126127, 0.0009246235713362694, -0.036561451852321625, -0.015146886929869652, -0.013184708543121815, -0.007552268914878368, -0.03548860549926758, 0.00729111535474658, -0.0023644953034818172, -0.002733286004513502, -0.024633100256323814, -0.0010543179232627153, -0.009133304469287395, -0.011420159600675106, -0.012020106427371502, -0.0005293646245263517, -0.005127778742462397, 0.014511648565530777, -0.0024527227506041527, -0.02416726015508175, 0.030378472059965134, 0.006849978119134903, 0.000472016807179898, 0.008893325924873352, 0.017137298360466957, -0.004393726587295532, -0.0064194281585514545, 0.017518440261483192, -0.014370485208928585, 0.006680581718683243, -0.027668124064803123, -0.004979556426405907, 0.0011619554134085774, -0.03896123543381691, -0.0334840789437294, -0.02958795428276062, -0.005092487670481205, -0.007996935397386551, 0.022445060312747955, 0.009140362963080406, -0.03819895163178444, -0.015033955685794353, -0.02519775554537773, -0.01432107761502266, -0.004517244640737772, -0.022840319201350212, -0.005350111983716488, 0.031140755861997604, -0.013262348249554634, -0.02148514613509178, -0.013904644176363945, -0.1848682463169098, 0.009705018252134323, 0.02120281755924225, -0.023221461102366447, -0.006091222167015076, -0.004594884812831879, 0.019155941903591156, 0.017010249197483063, 0.003836129093542695, 0.006091222167015076, 0.010079102590680122, -0.010594351217150688, -0.03339938074350357, -0.0016992604359984398, 0.0026521168183535337, -0.006479423027485609, 0.006119455210864544, 0.0017548437463119626, 0.009606203064322472, 0.0033667590469121933, 0.006987613160163164, -0.030547868460416794, 0.013438803143799305, 0.013664665631949902, 0.0062253279611468315, 0.001534275128506124, 0.00029115055804140866, 0.029220927506685257, -0.01630442962050438, -0.004436075687408447, -0.015302167274057865, 0.01119429711252451, 0.0031126639805734158, -0.017885467037558556, 0.02138633094727993, 0.010813155211508274, -0.012373016215860844, -0.007594618014991283, -0.006902914959937334, 0.001739845029078424, 0.022882668301463127, 0.03399226814508438, -0.004683112259954214, 0.014349310658872128, 0.013932877220213413, 0.006528830621391535, 0.01698201708495617, -0.006521772127598524, 0.004210213199257851, 0.006299438886344433, 0.0017592550721019506, -0.009817949496209621, 0.021075770258903503, -0.010072044096887112, 0.0023962571285665035, 0.013911702670156956, -0.002484484575688839, 0.0035167457535862923, 0.0028391589876264334, -0.008970965631306171, 0.011653079651296139, -0.010043811984360218, -0.0031497194431722164, -0.011554265394806862, -0.0006789101171307266, -0.020666394382715225, -0.0213016327470541, 0.01925475522875786, -0.014906908385455608, -0.0007362579926848412, -0.005441868212074041, -0.012902380898594856, 0.013594083487987518, 0.014441067352890968, 0.007248766254633665, -0.0018863026052713394, -0.03989291936159134, 0.030293773859739304, 0.006246502511203289, -0.0026362359058111906, -0.01496337354183197, 0.0434502474963665, -0.023193228989839554, 0.00391024025157094, 0.011787185445427895, 0.017123181372880936, 0.000491867947857827, -0.009994404390454292, 0.001212244969792664, -0.009352108463644981, 0.02240271121263504, 0.0032167723402380943, -0.02518364042043686, -0.013537618331611156, 0.020652279257774353, 0.011808359995484352, -0.00832866970449686, 0.015189236029982567, -0.012775332666933537, 0.013537618331611156, 0.007312289904803038, 0.008561590686440468, -0.022501526400446892, 0.0049019162543118, 0.01415873970836401, 0.00782048050314188, 0.019155941903591156, 0.011356635950505733, 0.04184098169207573, -0.008653347380459309, -0.025141291320323944, -0.005491275805979967, 0.01613503322005272, 0.012485947459936142, 0.004661937709897757, 0.010382604785263538, -0.02145691215991974, -0.035178042948246, 0.0278798695653677, 0.0014495768118649721, 0.030576100572943687, -0.02011585608124733, -0.024788381531834602, 0.03150778263807297, 0.012725926004350185, -0.01867598481476307, -0.07837419956922531, -0.020144088193774223, 0.01027673203498125, 0.024887194857001305, -0.004887800198048353, 0.005230122711509466, -0.021654542535543442, 0.020751092582941055, 0.0061159259639680386, 0.0205534640699625, 0.004531361162662506, -0.018224259838461876, -0.010382604785263538, 0.006193566136062145, 0.025578899309039116, -0.010770805180072784, 0.002080403035506606, -0.008766278624534607, -0.00166396948043257, 0.043986670672893524, -0.026990538462996483, 0.0006917031132616103, 0.007771072909235954, -0.024562519043684006, 0.013932877220213413, -0.009041547775268555, -0.023856699466705322, 0.01816779375076294, 0.011688371188938618, -0.014695161953568459, 0.009352108463644981, -0.02365906909108162, 0.021343981847167015, -0.02790810354053974, -0.02046876586973667, -0.0125071220099926, -0.03387933596968651, -0.03060433454811573, 0.013290581293404102, -0.02838806062936783, 0.0026556458324193954, 0.026101205497980118, -0.02289678528904915, -0.03627912327647209, -0.0016524998936802149, -0.018068978562951088, 0.006490010302513838, 0.04184098169207573, -0.018365424126386642, -0.008138098753988743, 0.0006233268650248647, 0.010029694996774197, -0.0020292310509830713, 0.003694965038448572, 0.034133430570364, -0.001983352703973651, 0.031310152262449265, 0.030717264860868454, -0.014511648565530777, 0.00938034150749445, -0.001990410964936018, -0.029700884595513344, 0.009909706190228462, 0.022289779037237167, 0.00678645446896553, 0.019155941903591156, -0.022430943325161934, -0.014299903064966202, 0.028938598930835724, -0.008187506347894669, -0.009881473146378994, 0.01073551457375288, -0.0188594963401556, 0.016854969784617424, -0.0029079762753099203, -0.021852171048521996, -0.016798503696918488, -0.012365957722067833, 0.022797970101237297, -0.011356635950505733, -0.025423618033528328, -0.003352642757818103, -0.023532021790742874, -0.014278728514909744, 0.03001144528388977, 0.002932680072262883, 0.0075240358710289, 0.0018192498246207833, 0.01741962507367134, -0.04565240442752838, 0.009832065552473068, 0.0459911972284317, -0.008420426398515701, -0.02519775554537773, -0.011737778782844543, 0.016431478783488274, -0.0015907407505437732, 0.002442135475575924, 0.004372552037239075, -0.024491935968399048, -0.032580628991127014, -0.008723929524421692, -0.05990995839238167, 0.038848306983709335, -0.005981820169836283, 0.0043831393122673035, 4.331415766500868e-05, -0.024139026179909706, -0.017207879573106766, -0.00972619280219078, -0.01826660893857479, 0.031084291636943817, 0.010057928040623665, 0.02247329242527485, -0.004612530581653118, 0.013812887482345104, -0.017221996560692787, 0.007333464454859495, 0.00832866970449686, -0.009450922720134258, 0.0009546208893880248, 0.0008403663523495197, -0.010008520446717739, -0.003343819873407483, 0.0094297481700778, 0.004891328979283571, 0.0021280457731336355, 0.00824397150427103, -0.016530292108654976, 0.03102782554924488, 0.0013922289945185184, -0.006779396440833807, 0.027936335653066635, -0.04675348475575447, -0.0026556458324193954, 0.013382337987422943, 0.005431280937045813, -0.015330399386584759, -0.00040783133590593934, 0.04666878655552864, 0.008716871030628681, 0.018139561638236046, -0.011067249812185764, -0.014250495471060276, -0.0006078870501369238, -0.0014072275953367352, -0.00042459453106857836, 0.017800766974687576, -0.003569682128727436, 0.004644292406737804, 0.01562684401869774, 0.015838589519262314, 0.030293773859739304, -0.0059218257665634155, 0.008646288886666298, -0.019297104328870773, -0.006624116096645594, -0.02104753814637661, 0.009239177219569683, 0.016247965395450592, -0.013911702670156956, -0.007209946401417255, 0.04384550824761391, 0.021343981847167015, 0.031818341463804245, 0.009479155763983727, -0.00473251985386014, -0.008116924203932285, 0.005053667817264795, -0.015697425231337547, 0.020440533757209778, -0.04054227098822594, -0.006038285791873932, 0.009507388807833195, 0.0033491135109215975, 0.024280190467834473, 0.016953784972429276, 0.011314286850392818, -0.00015770654135849327, -0.003417931031435728, -0.004736049100756645, 0.01301531121134758, 0.02416726015508175, -0.0006683228421024978, -0.001212244969792664, -0.006687639746814966, 0.012867089360952377, 0.033851101994514465, -0.02840217761695385, 0.02984204888343811, 0.003889065468683839, -0.0192829892039299, -0.026439998298883438, -0.0018510116497054696, -0.008865092881023884, 0.008992140181362629, -0.00523718073964119, 0.001079903799109161, -0.025564782321453094, 0.024746032431721687, 0.008843918330967426, 0.037408433854579926, -0.0047713397070765495, 0.00026093266205862164, -0.0007816951256245375, -0.00669469777494669, -0.018153676763176918, 0.003045611083507538, -0.029362091794610023, -0.013989342376589775, 0.006250031758099794, -0.004086695145815611, 0.007354639004915953, -0.01035437174141407, 0.0038008380215615034, 0.028006918728351593, -0.03085842914879322, 0.024802496656775475, -0.02145691215991974, -0.002198627684265375, -0.02156984433531761, 0.03675907850265503, 0.002742108888924122, 0.016417361795902252, 0.021612193435430527, -0.011335461400449276, 0.022614456713199615, 0.0150480717420578, -0.019762946292757988, -0.01440577581524849, 0.025889459997415543, 0.010996667668223381, -0.009105071425437927, 0.0012237145565450191, 0.013050602748990059, -0.015090420842170715, -0.01238713227212429, 0.0196076650172472, -0.001618973445147276, 0.03094312734901905, 0.023023832589387894, 0.06917031109333038, 0.01204128097742796, -0.035629767924547195, 0.012951787561178207, 0.006327671930193901, 0.015697425231337547, 0.02315087988972664, 0.017179647460579872, 0.00646883575245738, -0.016614990308880806, 0.014151681214571, 8.70143121574074e-05, -0.008088691160082817, -0.02408256195485592, -0.02477426454424858, -0.0010949025163426995, 0.017038483172655106, 0.003102076705545187, 0.012083630077540874, -0.011907175183296204, 0.006246502511203289, -0.01741962507367134, 0.03077373094856739, 0.00954973790794611, -0.018464237451553345, -0.005957116838544607, 0.03972352296113968, -0.02975735068321228, -0.009500330314040184, -0.04062696918845177, 0.001082550617866218, -0.004016113001853228, -0.053811680525541306, -0.011991873383522034, -0.00984618254005909, 0.0006321495748125017, 0.0043160864152014256, -0.020934605970978737, 0.009994404390454292, -0.011060191318392754, -0.010142626240849495, 0.01936768740415573, -0.015697425231337547, 0.008060459047555923, 0.01943826861679554, -0.004743107128888369, -0.006394724827259779, -0.004121985752135515, -0.013728189282119274]}, \"text_id_to_doc_id\": {\"2237bba6-c875-48b8-904b-2ea990b652a7\": \"c5476eae-5806-4a23-aa90-51d629408286\", \"b3998c57-3f28-4e6f-a155-ebf100566ac8\": \"1dbe424b-570a-4048-b61f-d9165096f4a6\", \"fea5cec5-3420-479b-b8f0-3f0918e61cc5\": \"d340f8b7-7d58-4367-aecd-c622e76b1a12\", \"3e2de9df-0e00-440e-9f43-dc42d0f90c10\": \"09b4d224-d271-450d-8e5d-29ac041cc5d9\", \"b8f7202f-0fed-4183-9386-b5e1c15409b0\": \"8150079f-7dc2-478b-944e-fbdb2c1e6f9b\"}}}}}"
  },
  {
    "path": "server/static/testFiles/TypeScript入门学习总结.md",
    "content": "TypeScript 常用知识点总结\r\n\r\n> [TypeScript 中文手册](https://typescript.bootcss.com/basic-types.html)\r\n>\r\n> [TypeScript－系统入门到项目实战](https://coding.imooc.com/class/412.html)\r\n\r\n<!-- truncate -->\r\n\r\n## 什么是 TypeScript\r\n\r\nTypeScript 是 JavaScript 的一个超集，在 JavaScript 的基础上增加了可选的**静态类型**和基于类的面向对象编程。它可以编译成纯 JavaScript，未编译的 ts 代码无法在浏览器执行。我们可以把它和 JavaScript 的关系理解成 css 和 less、sass 的关系。\r\n\r\n## TypeScript 好在哪里\r\n\r\n- TS 可以进行动态类型检测，可以检测出一些潜在的 bug（例如拼写错误、参数缺失、undefined 等），提升代码健壮性\r\n- 使用 vscode 进行开发可以很好的提示代码，提高开发效率\r\n- 代码可读性好\r\n\r\n## 创建第一个 TypeScript 文件\r\n\r\n首先安装 TypeScript\r\n\r\n```\r\nnpm install -g typescript\r\n```\r\n\r\n安装后看是否成功\r\n\r\n```\r\ntsc --version\r\n```\r\n\r\n我安装后出现了以下问题：\r\n![image-20200614175730166](https://raw.githubusercontent.com/3Alan/images/master/img/image-20200614175730166.png)\r\n这种情况只需要以管理员的身份打开命令行运行以下命令：\r\n\r\n```\r\nset-ExecutionPolicy RemoteSigned\r\n```\r\n\r\n创建第一个 ts 文件`Hello.ts`\r\n\r\n```tsx\r\nfunction sayHello(name: String) {\r\n  console.log(`Hello ${name}`);\r\n}\r\nlet person = 'Alan';\r\nsayHello(person);\r\n```\r\n\r\n我们发现 ts 代码和普通的 js 代码在 `sayHello` 函数的参数上有所不同。\r\n`sayHello(name: String)`\r\n大致的意思就是 `sayHello` 传入一个名为 name 的参数，该参数的类型必须是 `String` ，不然无法通过 ts 的编译。\r\n代码写好后用 tsc 编译上面的 `Hello.ts` 文件\r\n\r\n```\r\ntsc Hello.ts\r\n```\r\n\r\n编译成功后在同级目录下生成一个 `Hello.js` 文件，可以看到生成的 js 文件只是将 es6 语法转化成了 es5 语法，并没有改变其他代码。\r\n\r\n```js\r\nfunction sayHello(name) {\r\n  console.log('Hello ' + name);\r\n}\r\nvar person = 'Alan';\r\nsayHello(person);\r\n```\r\n\r\n如果把`Hello.ts`文件改写一下\r\n\r\n```tsx\r\nfunction sayHello(name: String) {\r\n  const text = 3 + name;\r\n  console.log(`Hello ${name}`);\r\n}\r\nlet person = 123;\r\nsayHello(person);\r\n```\r\n\r\n再次编译发现会报错但是仍然能生成 js 文件：\r\n![image-20200614180440953](https://raw.githubusercontent.com/3Alan/images/master/img/image-20200614180440953.png)\r\n\r\n上面错误的具体意思是\r\n\r\n- 由于声明了函数形参 `name` 为静态类型 `string` ，而在调用时传入得是 `number` 类型 `123` ，与前面的 `string` 不符。\r\n- 在 `sayHello` 函数中将 `name(string)` 和 `3(number)` 两种不同类型得值进行了相加。\r\n\r\n我们发现每次都要通过 tsc 来编译 ts 文件能得到 js 文件后再去运行 js 文件，过于麻烦。可以使用插件 `ts-node` 来直接运行 ts 文件。\r\n\r\n```\r\nnpm i ts-node -g\r\n```\r\n\r\n```\r\nts-node Hello.ts\r\n```\r\n\r\n:::info\r\n\r\nts 能够尝试分析变量类型（类型推断），ts 无法分析出的变量最好显式声明变量类型（类型注解）\r\n\r\n:::\r\n\r\n## 基础类型\r\n\r\n变量的声明：`let [变量名] : [类型] = 值`\r\n\r\n例如： `let age: number = 21`\r\n\r\nTypeScript 支持与 JavaScript 几乎相同的数据类型\r\n\r\n- boolean(布尔值)\r\n- number(数值)\r\n- string(字符串)\r\n- []/Array<元素类型>(数组)\r\n- 元组 Tuple\r\n- enum(枚举)\r\n- any(任何值)\r\n- void(空值)\r\n- null\r\n- undefined\r\n- never\r\n\r\n## 数组\r\n\r\n有 2 种方式定义数组\r\n\r\n```tsx\r\nlet arr: number[] = [1, 2, 3]; // 元素类型后接上`[]`\r\nlet arr: Array<number> = [1, 2, 3]; // 数组泛型\r\nlet arr: (number | string)[] = [1, '2', '4']; // 元素类型可以是number或string（类似元组）\r\n```\r\n\r\n## 元组 tuple\r\n\r\n表示一个数组（各个元素的类型不必相同）\r\n\r\n```tsx\r\nlet list: [string, number]; //第一个元素为string类型，第二个为number类型\r\na = ['abc', 123]; //合格\r\nb = [123, 'abc']; //不合格\r\n```\r\n\r\n## 枚举\r\n\r\n其实有点类似对象\r\n看例子吧\r\n\r\n```tsx\r\nenum lan {js, ts, css};\r\nconsole.log(lan.js); // 0   js对应的下标，第一个默认下标为0\r\n\r\nenum lan {\r\n  js = 3,\r\n  ts,\r\n  css,\r\n}\r\nconsole.log(lan.js); // 3\r\nconsole.log(lan.ts); // 4\r\nconsole.log(lan.css); // 5\r\n\r\nenum lan {\r\n  js,\r\n  ts = 3,\r\n  css,\r\n}\r\nconsole.log(lan.js); // 0\r\nconsole.log(lan.ts); // 3\r\nconsole.log(lan.css); // 4\r\nconsole.log(lan[4]); // css\r\nconsole.log(lan[1]); // undefined\r\n// 第一个默认下标为0，css接着ts的值+1\r\n\r\nenum lan {js = 'good', ts = 'nice', css = 'well'};\r\nconsole.log(lan.js); // good\r\n\r\n// const枚举，为了避免在额外生成的代码上的开销和额外的非直接的对枚举成员的访问。\r\nconst enum People {\r\n  name: 'Alan',\r\n  age: 23\r\n}\r\n\r\n// 编译时会自动转化成常量值，不会保留其他代码\r\nconsole.log(People.name); // Alan\r\n\r\n```\r\n\r\n## any\r\n\r\n顾名思义，任意值，当我们想为还不清楚类型的变量指定一个类型时， `any` 就是最好的选择 🤭\r\n\r\n```tsx\r\nlet a: any = 4;\r\na = '123'; //合格\r\n\r\nlet arr: any[] = [1, '123', true]; // 和元组很像\r\narr[1] = 'good';\r\n```\r\n\r\n## void\r\n\r\n常用于无返回值的函数声明\r\n\r\n```tsx\r\nfunction func(): void {\r\n  console.log('learning typescript...');\r\n}\r\nfunc(); //合格\r\n\r\nfunction func(): void {\r\n  return 1;\r\n}\r\nfunc(); // 不合格：Type '1' is not assignable to type 'void'\r\n```\r\n\r\n## null 和 undefined\r\n\r\n用处不大，默认情况下是所有类型的子类型，例如下面代码是没有问题的：\r\n\r\n```tsx\r\nlet a: string;\r\na = undefined;\r\na = null;\r\n```\r\n\r\n**但是**，当指定`--strictNullChecks`标记时，null 和 undefined 只能赋值给 void 和他们自己本身。\r\n\r\n## never\r\n\r\n表示永不存在的值的类型\r\nnever 类型是那些总是会抛出异常或根本就不会有返回值的函数表达式或箭头函数表达式的返回值类型；\r\n变量也可能是 never 类型，当它们被永不为真的类型保护所约束时。\r\n\r\nnever 类型是任何类型的子类型，也可以赋值给任何类型；然而，没有类型是 never 的子类型或可以赋值给 never 类型（除了 never 本身之外）。 即使 any 也不可以赋值给 never。\r\n\r\n```tsx\r\nfunction error(message: string): never {\r\n  throw new Error(message);\r\n}\r\n\r\n// 返回never的函数必须存在无法达到的终点\r\nfunction infiniteLoop(): never {\r\n  while (true) {}\r\n}\r\n```\r\n\r\n## 结构赋值的写法\r\n\r\n```tsx\r\nfunction sayAge({ name, age }: { name: string | number; age: number }): void {\r\n  console.log(`${name} is ${age} years old`);\r\n}\r\nsayAge({ name: 'Alan', age: 22 });\r\nsayAge({ name: 2, age: 22 });\r\n```\r\n\r\n## 联合类型\r\n\r\n用 `|` 来表示取值存在多种可能\r\n\r\n```tsx\r\nlet a: string | number;\r\na = 1;\r\na = 'A';\r\n```\r\n\r\n## 类型断言\r\n\r\n可以自己指定一个值的类型\r\n格式如下\r\n`<类型>值`\r\n`值 as 类型`\r\n\r\n```tsx\r\ninterface student {\r\n  isStudent: boolean;\r\n  education: number;\r\n}\r\ninterface worker {\r\n  isStudent: boolean;\r\n  seniority: number;\r\n}\r\nfunction Recruit(candidate: worker | student): void {\r\n  if (candidate.isStudent) {\r\n    console.log(`your education is ${(candidate as student).education}`);\r\n  } else {\r\n    console.log(`your seniority is ${(candidate as worker).seniority}`);\r\n  }\r\n}\r\n\r\nconst a: student = { isStudent: true, education: 4 };\r\nconst b: worker = { isStudent: false, seniority: 2 };\r\nRecruit(a);\r\nRecruit(b);\r\n```\r\n\r\n由于 `candidate` 使用了联合类型，所以 ts 无法判断 `candidate` 究竟是属于 `student` 还是 `worker` ，所以要使用类型断言来显式告诉 ts。\r\n\r\n当然还有其他方式来实现\r\n\r\n```tsx\r\ninterface student {\r\n  isStudent: boolean;\r\n  education: number;\r\n}\r\ninterface worker {\r\n  isStudent: boolean;\r\n  seniority: number;\r\n}\r\nfunction Recruit(candidate: worker | student): void {\r\n  'education' in candidate && console.log(`your education is ${candidate.education}`);\r\n  'seniority' in candidate && console.log(`your seniority is ${candidate.seniority}`);\r\n}\r\n\r\nconst a: student = { isStudent: true, education: 4 };\r\nconst b: worker = { isStudent: false, seniority: 2 };\r\nRecruit(a);\r\nRecruit(b);\r\n```\r\n\r\n- typeof\r\n- instanceof\r\n\r\n## 非空断言\r\n\r\n`!.` 对应 `--strictNullChecks`\r\n\r\n```ts\r\ninterface person {\r\n  name: string;\r\n}\r\nfunction work(personObj?: person) {\r\n  // 由于 personObj 可能不传，所以 personObj 可能为 undefined，使用 !. 可以断言 personObj 不为空\r\n  console.log(personObj!.name);\r\n}\r\n```\r\n\r\n## 接口 interface\r\n\r\n先看一个接口的例子\r\n\r\n```tsx\r\ninterface person {\r\n  name: string;\r\n}\r\nfunction work(personObj: person) {\r\n  console.log(personObj.name);\r\n}\r\nlet person1 = { name: 'Alan', age: 21 };\r\nwork(person1);\r\nlet person2 = { age: 21 };\r\nwork(person2);\r\n```\r\n\r\n![image-20200615180720618](https://raw.githubusercontent.com/3Alan/images/master/img/image-20200615180720618.png)\r\n\r\n定义接口的关键字是 `interface`\r\n这个例子需要传入 work 的参数必须是一个带有 name(string)的对象，可以理解为我要招聘一个有名字的员工，没有名字的都不需要。当然我们的 person1 中还多了一个`age`属性，这并不会报错。可是当我们直接传递参数时是会出错的。\r\n\r\n```js\r\nwork({ name: 'Alan', age: 21 });\r\n```\r\n\r\n那如果我不确定要招聘的员工除了有姓名外还需要其他什么属性时，可以像下面一样重新定义接口就可以解决上面的问题了。\r\n\r\n```tsx\r\ninterface person {\r\n  name: string;\r\n  [propName: string]: any;\r\n}\r\n```\r\n\r\n### 可选属性\r\n\r\n那如果我的招聘条件是最好懂 typescript 的，这个时候 typescript 就是可有可无的（最好懂，嘿嘿 😜），那我们就要用到**可选属性**了\r\n`可选属性`在可选属性名后面加上一个`?`\r\n\r\n```tsx\r\ninterface person {\r\n  name: string;\r\n  ts?: boolean;\r\n}\r\nfunction Recruit(personObj: person): string {\r\n  if (personObj.ts) {\r\n    return `congratulations!${personObj.name}`;\r\n  } else {\r\n    return `sorry,${personObj.name}, we need a employee who know ts!`;\r\n  }\r\n}\r\nlet person1 = { name: 'Alan', age: 21, ts: true };\r\nconsole.log(Recruit(person1));\r\nlet person2 = { name: 'Bob', age: 21 };\r\nconsole.log(Recruit(person2));\r\n```\r\n\r\n### 只读属性\r\n\r\n我们都知道人的名字都是不可以改变的（一般情况下），这个时候我们对 person 接口里面的 name 属性稍作修改，在属性名 name 前加上`readonly`。\r\n\r\n:::tip\r\n\r\n当然也可以使用 setter/getter 来实现\r\n\r\n:::\r\n\r\n```tsx\r\ninterface person {\r\n  readonly name: string;\r\n  ts?: boolean;\r\n}\r\nlet person1: person = { name: 'Alan' };\r\nperson1.name = 'Bob'; // Cannot assign to 'name' because it is a read-only property.\r\n```\r\n\r\n**我们发现 readonly 和 const 的作用好像有点相似，那我们什么时候使用 readonly 什么时候使用 const 呢？**\r\n变量---->const\r\n属性---->readonly\r\n\r\n### 函数类型的接口\r\n\r\n接口除了可以描述带有属性的对象外，还可以描述函数类型\r\n这里创建一个函数来检查你有没有打卡 😁\r\n\r\n```tsx\r\ninterface attendanceFunc {\r\n  (name: string, startTime: number, endTime: number): boolean;\r\n}\r\nlet checkAttendance: attendanceFunc;\r\ncheckAttendance = function (name: string, startTime: number, endTime: number): boolean {\r\n  let result = startTime < 9 && endTime > 18;\r\n  return result;\r\n};\r\nconsole.log(checkAttendance('Alan', 10, 19)); // false\r\n```\r\n\r\n看一下接口的声明：\r\n\r\n```tsx\r\ninterface attendanceFunc {\r\n  (name: string, startTime: number, endTime: number): boolean;\r\n}\r\n```\r\n\r\n`name,startTime,endTime` 放在 `()` 中代表函数的参数\r\n`:boolean` 表示函数的返回值类型\r\n当然上面例子中的`checkAttendance`的形参以及函数的返回值来说可以不指定类型，因为 `checkAttendance` 复制给了 `attendanceFunc` 变量，类型检查器会自动(按照接口中参数的顺序)推断出参数以及返回值的类型，也就是说写成下面这样也是可以的。**函数中的参数名可以不和接口中的相同**\r\n\r\n```tsx\r\ninterface attendanceFunc {\r\n  (name: string, startTime: number, endTime: number): boolean;\r\n}\r\nlet checkAttendance: attendanceFunc;\r\ncheckAttendance = function (n, startTime, endTime) {\r\n  let result = startTime < 9 && endTime > 18;\r\n  return result;\r\n};\r\nconsole.log(checkAttendance('Alan', 10, 19)); // false\r\n```\r\n\r\n### 接口的继承\r\n\r\n一个接口可以继承 1 个或者多个接口：\r\n继承使用关键词`extends`\r\n\r\n```tsx\r\ninterface person {\r\n  name: string;\r\n}\r\ninterface student {\r\n  studentId: number;\r\n}\r\ninterface seniorStudent extends person, student {\r\n  grade: string;\r\n}\r\nlet student1: seniorStudent = { name: 'Alan', studentId: 1, grade: 'one' };\r\nconsole.log(student1);\r\n```\r\n\r\n## 类 class\r\n\r\nTS 中的类和 ES6 中的类很相似，这里只介绍不同的地方\r\n\r\n### 变量修饰符\r\n\r\n- public（默认）\r\n- private（私有，不能在声明它的类的外部访问）\r\n- protected（和 private 类似，不同的是 protected 声明的变量可以在派生类（即子类）中访问）\r\n\r\n### 静态属性 static\r\n\r\n```tsx\r\nclass Person {\r\n  static fingerNum = 5;\r\n}\r\n\r\n// 只能通过类来访问\r\nconsole.log(Person.fingerNum);\r\n// 不能通过实例访问\r\nconsole.log(new Person().fingerNum);\r\n```\r\n\r\n```tsx\r\n// 单例模式创建唯一的实例\r\nclass singleClass {\r\n  private static instance: singleClass;\r\n  private constructor(public name: string) {}\r\n\r\n  static getInstance() {\r\n    if (!this.instance) {\r\n      this.instance = new singleClass('Alan');\r\n    }\r\n    return this.instance;\r\n  }\r\n}\r\n\r\nconst class1 = singleClass.getInstance();\r\nconst class2 = singleClass.getInstance();\r\nconsole.log(class1.name); // Alan\r\nconsole.log(class1 === class2); // true\r\n```\r\n\r\n### 构造函数\r\n\r\n```tsx\r\nclass Person {\r\n  constructor(name, mobile, sex) {\r\n    this.name = name;\r\n    this.mobile = mobile;\r\n    this.sex = sex;\r\n  }\r\n  public name: string;\r\n  private mobile: string;\r\n  protected sex: string;\r\n}\r\n```\r\n\r\n上面的代码可以简写成下面这样\r\n\r\n```tsx\r\nclass Person {\r\n  constructor(name: string, private mobile: string, protected sex: string) {}\r\n}\r\n```\r\n\r\n### 抽象类\r\n\r\n- 不能被实例化\r\n- 要使用的话要声明其派生类，并且重写其中的抽象方法\r\n\r\n```tsx\r\nabstract class Animal {\r\n  constructor(public name: string) {}\r\n  sayHello() {\r\n    console.log('hello');\r\n  }\r\n  // 声明抽象方法\r\n  abstract action(): void;\r\n}\r\n\r\nclass Bird extends Animal {\r\n  constructor(name) {\r\n    super(name);\r\n  }\r\n  action() {\r\n    console.log('jijiji');\r\n  }\r\n}\r\n\r\nconst bird = new Bird('qc');\r\nconsole.log(bird);\r\n// Bird { name: 'qc' }\r\n```\r\n\r\n## 泛型\r\n\r\n> 泛型（Generics）是指在定义函数、接口或类的时候，**不预先指定**具体的类型，而在**使用的时候**再指定类型的一种特性。\r\n\r\n### 函数用法：<泛型名>\r\n\r\n```tsx\r\nfunction Recruit<T>(name: string, props: T) {\r\n  return name + props;\r\n}\r\n// 显式指定为T为number类型\r\nconsole.log(Recruit<number>('Alan', 123)); // Alan123\r\n// TS自动推断为number类型，和上面效果一样\r\nconsole.log(Recruit('Alan', 123)); // Alan123\r\nconsole.log(Recruit('Alan', [1, 2, 3])); // Alan1,2,3\r\n```\r\n\r\n也可以使用多个泛型名，下面的例子结合了接口来完成\r\n\r\n```tsx\r\ninterface Contact {\r\n  mobile: string;\r\n}\r\n\r\ninterface Address {\r\n  province: string;\r\n}\r\n\r\nfunction Recruit<C extends Contact, A extends Address>(name: string, contact: C, address: A) {\r\n  return `${name}'s mobile is ${contact.mobile}, live in ${address.province}`;\r\n}\r\n\r\nconsole.log(Recruit('Alan', { mobile: '666' }, { province: 'Shanghai' }));\r\n// Alan's mobile is 666, live in Shanghai\r\n```\r\n\r\n### 类用法\r\n\r\n```tsx\r\ninterface employee {\r\n  name: string;\r\n  age: number;\r\n}\r\n\r\nclass RecruitManager<T extends employee> {\r\n  constructor(private data: Array<T>) {}\r\n  select(age: number): T {\r\n    return this.data.find((item) => item.age > age);\r\n  }\r\n}\r\n\r\nconst result = new RecruitManager([\r\n  {\r\n    name: 'Alan',\r\n    age: 22\r\n  },\r\n  {\r\n    name: 'Bob',\r\n    age: 18\r\n  }\r\n]);\r\nconsole.log(result.select(20));\r\n```\r\n\r\n### 泛型约束\r\n\r\n使用 extends 约束泛型\r\n\r\n```tsx\r\ninterface info {\r\n  mobile: string;\r\n}\r\n\r\n// T泛型必须满足info\r\nfunction Recruit<T extends info>(name: string, props: T) {\r\n  return name + props.mobile;\r\n}\r\n\r\nconsole.log(Recruit('Alan', { mobile: '1232910830' })); // Alan1232910830\r\n```\r\n\r\n## React 相关\r\n\r\n### class 组件动态设置 state\r\n\r\n```ts\r\nthis.setState({\r\n  [name]: value\r\n} as Pick<CompontentState, keyof CompontentState>);\r\n```\r\n"
  },
  {
    "path": "server/static/testFiles/clean-code-javascript.md",
    "content": "# clean-code-javascript\n\n## Table of Contents\n\n1. [Introduction](#introduction)\n2. [Variables](#variables)\n3. [Functions](#functions)\n4. [Objects and Data Structures](#objects-and-data-structures)\n5. [Classes](#classes)\n6. [SOLID](#solid)\n7. [Testing](#testing)\n8. [Concurrency](#concurrency)\n9. [Error Handling](#error-handling)\n10. [Formatting](#formatting)\n11. [Comments](#comments)\n12. [Translation](#translation)\n\n## Introduction\n\n![Humorous image of software quality estimation as a count of how many expletives\nyou shout when reading code](https://www.osnews.com/images/comics/wtfm.jpg)\n\nSoftware engineering principles, from Robert C. Martin's book\n[_Clean Code_](https://www.amazon.com/Clean-Code-Handbook-Software-Craftsmanship/dp/0132350882),\nadapted for JavaScript. This is not a style guide. It's a guide to producing\n[readable, reusable, and refactorable](https://github.com/ryanmcdermott/3rs-of-software-architecture) software in JavaScript.\n\nNot every principle herein has to be strictly followed, and even fewer will be\nuniversally agreed upon. These are guidelines and nothing more, but they are\nones codified over many years of collective experience by the authors of\n_Clean Code_.\n\nOur craft of software engineering is just a bit over 50 years old, and we are\nstill learning a lot. When software architecture is as old as architecture\nitself, maybe then we will have harder rules to follow. For now, let these\nguidelines serve as a touchstone by which to assess the quality of the\nJavaScript code that you and your team produce.\n\nOne more thing: knowing these won't immediately make you a better software\ndeveloper, and working with them for many years doesn't mean you won't make\nmistakes. Every piece of code starts as a first draft, like wet clay getting\nshaped into its final form. Finally, we chisel away the imperfections when\nwe review it with our peers. Don't beat yourself up for first drafts that need\nimprovement. Beat up the code instead!\n\n## **Variables**\n\n### Use meaningful and pronounceable variable names\n\n**Bad:**\n\n```javascript\nconst yyyymmdstr = moment().format('YYYY/MM/DD');\n```\n\n**Good:**\n\n```javascript\nconst currentDate = moment().format('YYYY/MM/DD');\n```\n\n**[⬆ back to top](#table-of-contents)**\n\n### Use the same vocabulary for the same type of variable\n\n**Bad:**\n\n```javascript\ngetUserInfo();\ngetClientData();\ngetCustomerRecord();\n```\n\n**Good:**\n\n```javascript\ngetUser();\n```\n\n**[⬆ back to top](#table-of-contents)**\n\n### Use searchable names\n\nWe will read more code than we will ever write. It's important that the code we\ndo write is readable and searchable. By _not_ naming variables that end up\nbeing meaningful for understanding our program, we hurt our readers.\nMake your names searchable. Tools like\n[buddy.js](https://github.com/danielstjules/buddy.js) and\n[ESLint](https://github.com/eslint/eslint/blob/660e0918933e6e7fede26bc675a0763a6b357c94/docs/rules/no-magic-numbers.md)\ncan help identify unnamed constants.\n\n**Bad:**\n\n```javascript\n// What the heck is 86400000 for?\nsetTimeout(blastOff, 86400000);\n```\n\n**Good:**\n\n```javascript\n// Declare them as capitalized named constants.\nconst MILLISECONDS_PER_DAY = 60 * 60 * 24 * 1000; //86400000;\n\nsetTimeout(blastOff, MILLISECONDS_PER_DAY);\n```\n\n**[⬆ back to top](#table-of-contents)**\n\n### Use explanatory variables\n\n**Bad:**\n\n```javascript\nconst address = 'One Infinite Loop, Cupertino 95014';\nconst cityZipCodeRegex = /^[^,\\\\]+[,\\\\\\s]+(.+?)\\s*(\\d{5})?$/;\nsaveCityZipCode(address.match(cityZipCodeRegex)[1], address.match(cityZipCodeRegex)[2]);\n```\n\n**Good:**\n\n```javascript\nconst address = 'One Infinite Loop, Cupertino 95014';\nconst cityZipCodeRegex = /^[^,\\\\]+[,\\\\\\s]+(.+?)\\s*(\\d{5})?$/;\nconst [_, city, zipCode] = address.match(cityZipCodeRegex) || [];\nsaveCityZipCode(city, zipCode);\n```\n\n**[⬆ back to top](#table-of-contents)**\n\n### Avoid Mental Mapping\n\nExplicit is better than implicit.\n\n**Bad:**\n\n```javascript\nconst locations = ['Austin', 'New York', 'San Francisco'];\nlocations.forEach(l => {\n  doStuff();\n  doSomeOtherStuff();\n  // ...\n  // ...\n  // ...\n  // Wait, what is `l` for again?\n  dispatch(l);\n});\n```\n\n**Good:**\n\n```javascript\nconst locations = ['Austin', 'New York', 'San Francisco'];\nlocations.forEach(location => {\n  doStuff();\n  doSomeOtherStuff();\n  // ...\n  // ...\n  // ...\n  dispatch(location);\n});\n```\n\n**[⬆ back to top](#table-of-contents)**\n\n### Don't add unneeded context\n\nIf your class/object name tells you something, don't repeat that in your\nvariable name.\n\n**Bad:**\n\n```javascript\nconst Car = {\n  carMake: 'Honda',\n  carModel: 'Accord',\n  carColor: 'Blue'\n};\n\nfunction paintCar(car, color) {\n  car.carColor = color;\n}\n```\n\n**Good:**\n\n```javascript\nconst Car = {\n  make: 'Honda',\n  model: 'Accord',\n  color: 'Blue'\n};\n\nfunction paintCar(car, color) {\n  car.color = color;\n}\n```\n\n**[⬆ back to top](#table-of-contents)**\n\n### Use default parameters instead of short circuiting or conditionals\n\nDefault parameters are often cleaner than short circuiting. Be aware that if you\nuse them, your function will only provide default values for `undefined`\narguments. Other \"falsy\" values such as `''`, `\"\"`, `false`, `null`, `0`, and\n`NaN`, will not be replaced by a default value.\n\n**Bad:**\n\n```javascript\nfunction createMicrobrewery(name) {\n  const breweryName = name || 'Hipster Brew Co.';\n  // ...\n}\n```\n\n**Good:**\n\n```javascript\nfunction createMicrobrewery(name = 'Hipster Brew Co.') {\n  // ...\n}\n```\n\n**[⬆ back to top](#table-of-contents)**\n\n## **Functions**\n\n### Function arguments (2 or fewer ideally)\n\nLimiting the amount of function parameters is incredibly important because it\nmakes testing your function easier. Having more than three leads to a\ncombinatorial explosion where you have to test tons of different cases with\neach separate argument.\n\nOne or two arguments is the ideal case, and three should be avoided if possible.\nAnything more than that should be consolidated. Usually, if you have\nmore than two arguments then your function is trying to do too much. In cases\nwhere it's not, most of the time a higher-level object will suffice as an\nargument.\n\nSince JavaScript allows you to make objects on the fly, without a lot of class\nboilerplate, you can use an object if you are finding yourself needing a\nlot of arguments.\n\nTo make it obvious what properties the function expects, you can use the ES2015/ES6\ndestructuring syntax. This has a few advantages:\n\n1. When someone looks at the function signature, it's immediately clear what\n   properties are being used.\n2. It can be used to simulate named parameters.\n3. Destructuring also clones the specified primitive values of the argument\n   object passed into the function. This can help prevent side effects. Note:\n   objects and arrays that are destructured from the argument object are NOT\n   cloned.\n4. Linters can warn you about unused properties, which would be impossible\n   without destructuring.\n\n**Bad:**\n\n```javascript\nfunction createMenu(title, body, buttonText, cancellable) {\n  // ...\n}\n\ncreateMenu('Foo', 'Bar', 'Baz', true);\n```\n\n**Good:**\n\n```javascript\nfunction createMenu({ title, body, buttonText, cancellable }) {\n  // ...\n}\n\ncreateMenu({\n  title: 'Foo',\n  body: 'Bar',\n  buttonText: 'Baz',\n  cancellable: true\n});\n```\n\n**[⬆ back to top](#table-of-contents)**\n\n### Functions should do one thing\n\nThis is by far the most important rule in software engineering. When functions\ndo more than one thing, they are harder to compose, test, and reason about.\nWhen you can isolate a function to just one action, it can be refactored\neasily and your code will read much cleaner. If you take nothing else away from\nthis guide other than this, you'll be ahead of many developers.\n\n**Bad:**\n\n```javascript\nfunction emailClients(clients) {\n  clients.forEach(client => {\n    const clientRecord = database.lookup(client);\n    if (clientRecord.isActive()) {\n      email(client);\n    }\n  });\n}\n```\n\n**Good:**\n\n```javascript\nfunction emailActiveClients(clients) {\n  clients.filter(isActiveClient).forEach(email);\n}\n\nfunction isActiveClient(client) {\n  const clientRecord = database.lookup(client);\n  return clientRecord.isActive();\n}\n```\n\n**[⬆ back to top](#table-of-contents)**\n\n### Function names should say what they do\n\n**Bad:**\n\n```javascript\nfunction addToDate(date, month) {\n  // ...\n}\n\nconst date = new Date();\n\n// It's hard to tell from the function name what is added\naddToDate(date, 1);\n```\n\n**Good:**\n\n```javascript\nfunction addMonthToDate(month, date) {\n  // ...\n}\n\nconst date = new Date();\naddMonthToDate(1, date);\n```\n\n**[⬆ back to top](#table-of-contents)**\n\n### Functions should only be one level of abstraction\n\nWhen you have more than one level of abstraction your function is usually\ndoing too much. Splitting up functions leads to reusability and easier\ntesting.\n\n**Bad:**\n\n```javascript\nfunction parseBetterJSAlternative(code) {\n  const REGEXES = [\n    // ...\n  ];\n\n  const statements = code.split(' ');\n  const tokens = [];\n  REGEXES.forEach(REGEX => {\n    statements.forEach(statement => {\n      // ...\n    });\n  });\n\n  const ast = [];\n  tokens.forEach(token => {\n    // lex...\n  });\n\n  ast.forEach(node => {\n    // parse...\n  });\n}\n```\n\n**Good:**\n\n```javascript\nfunction parseBetterJSAlternative(code) {\n  const tokens = tokenize(code);\n  const syntaxTree = parse(tokens);\n  syntaxTree.forEach(node => {\n    // parse...\n  });\n}\n\nfunction tokenize(code) {\n  const REGEXES = [\n    // ...\n  ];\n\n  const statements = code.split(' ');\n  const tokens = [];\n  REGEXES.forEach(REGEX => {\n    statements.forEach(statement => {\n      tokens.push(/* ... */);\n    });\n  });\n\n  return tokens;\n}\n\nfunction parse(tokens) {\n  const syntaxTree = [];\n  tokens.forEach(token => {\n    syntaxTree.push(/* ... */);\n  });\n\n  return syntaxTree;\n}\n```\n\n**[⬆ back to top](#table-of-contents)**\n\n### Remove duplicate code\n\nDo your absolute best to avoid duplicate code. Duplicate code is bad because it\nmeans that there's more than one place to alter something if you need to change\nsome logic.\n\nImagine if you run a restaurant and you keep track of your inventory: all your\ntomatoes, onions, garlic, spices, etc. If you have multiple lists that\nyou keep this on, then all have to be updated when you serve a dish with\ntomatoes in them. If you only have one list, there's only one place to update!\n\nOftentimes you have duplicate code because you have two or more slightly\ndifferent things, that share a lot in common, but their differences force you\nto have two or more separate functions that do much of the same things. Removing\nduplicate code means creating an abstraction that can handle this set of\ndifferent things with just one function/module/class.\n\nGetting the abstraction right is critical, that's why you should follow the\nSOLID principles laid out in the _Classes_ section. Bad abstractions can be\nworse than duplicate code, so be careful! Having said this, if you can make\na good abstraction, do it! Don't repeat yourself, otherwise you'll find yourself\nupdating multiple places anytime you want to change one thing.\n\n**Bad:**\n\n```javascript\nfunction showDeveloperList(developers) {\n  developers.forEach(developer => {\n    const expectedSalary = developer.calculateExpectedSalary();\n    const experience = developer.getExperience();\n    const githubLink = developer.getGithubLink();\n    const data = {\n      expectedSalary,\n      experience,\n      githubLink\n    };\n\n    render(data);\n  });\n}\n\nfunction showManagerList(managers) {\n  managers.forEach(manager => {\n    const expectedSalary = manager.calculateExpectedSalary();\n    const experience = manager.getExperience();\n    const portfolio = manager.getMBAProjects();\n    const data = {\n      expectedSalary,\n      experience,\n      portfolio\n    };\n\n    render(data);\n  });\n}\n```\n\n**Good:**\n\n```javascript\nfunction showEmployeeList(employees) {\n  employees.forEach(employee => {\n    const expectedSalary = employee.calculateExpectedSalary();\n    const experience = employee.getExperience();\n\n    const data = {\n      expectedSalary,\n      experience\n    };\n\n    switch (employee.type) {\n      case 'manager':\n        data.portfolio = employee.getMBAProjects();\n        break;\n      case 'developer':\n        data.githubLink = employee.getGithubLink();\n        break;\n    }\n\n    render(data);\n  });\n}\n```\n\n**[⬆ back to top](#table-of-contents)**\n\n### Set default objects with Object.assign\n\n**Bad:**\n\n```javascript\nconst menuConfig = {\n  title: null,\n  body: 'Bar',\n  buttonText: null,\n  cancellable: true\n};\n\nfunction createMenu(config) {\n  config.title = config.title || 'Foo';\n  config.body = config.body || 'Bar';\n  config.buttonText = config.buttonText || 'Baz';\n  config.cancellable = config.cancellable !== undefined ? config.cancellable : true;\n}\n\ncreateMenu(menuConfig);\n```\n\n**Good:**\n\n```javascript\nconst menuConfig = {\n  title: 'Order',\n  // User did not include 'body' key\n  buttonText: 'Send',\n  cancellable: true\n};\n\nfunction createMenu(config) {\n  let finalConfig = Object.assign(\n    {\n      title: 'Foo',\n      body: 'Bar',\n      buttonText: 'Baz',\n      cancellable: true\n    },\n    config\n  );\n  return finalConfig;\n  // config now equals: {title: \"Order\", body: \"Bar\", buttonText: \"Send\", cancellable: true}\n  // ...\n}\n\ncreateMenu(menuConfig);\n```\n\n**[⬆ back to top](#table-of-contents)**\n\n### Don't use flags as function parameters\n\nFlags tell your user that this function does more than one thing. Functions should do one thing. Split out your functions if they are following different code paths based on a boolean.\n\n**Bad:**\n\n```javascript\nfunction createFile(name, temp) {\n  if (temp) {\n    fs.create(`./temp/${name}`);\n  } else {\n    fs.create(name);\n  }\n}\n```\n\n**Good:**\n\n```javascript\nfunction createFile(name) {\n  fs.create(name);\n}\n\nfunction createTempFile(name) {\n  createFile(`./temp/${name}`);\n}\n```\n\n**[⬆ back to top](#table-of-contents)**\n\n### Avoid Side Effects (part 1)\n\nA function produces a side effect if it does anything other than take a value in\nand return another value or values. A side effect could be writing to a file,\nmodifying some global variable, or accidentally wiring all your money to a\nstranger.\n\nNow, you do need to have side effects in a program on occasion. Like the previous\nexample, you might need to write to a file. What you want to do is to\ncentralize where you are doing this. Don't have several functions and classes\nthat write to a particular file. Have one service that does it. One and only one.\n\nThe main point is to avoid common pitfalls like sharing state between objects\nwithout any structure, using mutable data types that can be written to by anything,\nand not centralizing where your side effects occur. If you can do this, you will\nbe happier than the vast majority of other programmers.\n\n**Bad:**\n\n```javascript\n// Global variable referenced by following function.\n// If we had another function that used this name, now it'd be an array and it could break it.\nlet name = 'Ryan McDermott';\n\nfunction splitIntoFirstAndLastName() {\n  name = name.split(' ');\n}\n\nsplitIntoFirstAndLastName();\n\nconsole.log(name); // ['Ryan', 'McDermott'];\n```\n\n**Good:**\n\n```javascript\nfunction splitIntoFirstAndLastName(name) {\n  return name.split(' ');\n}\n\nconst name = 'Ryan McDermott';\nconst newName = splitIntoFirstAndLastName(name);\n\nconsole.log(name); // 'Ryan McDermott';\nconsole.log(newName); // ['Ryan', 'McDermott'];\n```\n\n**[⬆ back to top](#table-of-contents)**\n\n### Avoid Side Effects (part 2)\n\nIn JavaScript, some values are unchangeable (immutable) and some are changeable\n(mutable). Objects and arrays are two kinds of mutable values so it's important\nto handle them carefully when they're passed as parameters to a function. A\nJavaScript function can change an object's properties or alter the contents of\nan array which could easily cause bugs elsewhere.\n\nSuppose there's a function that accepts an array parameter representing a\nshopping cart. If the function makes a change in that shopping cart array -\nby adding an item to purchase, for example - then any other function that\nuses that same `cart` array will be affected by this addition. That may be\ngreat, however it could also be bad. Let's imagine a bad situation:\n\nThe user clicks the \"Purchase\" button which calls a `purchase` function that\nspawns a network request and sends the `cart` array to the server. Because\nof a bad network connection, the `purchase` function has to keep retrying the\nrequest. Now, what if in the meantime the user accidentally clicks an \"Add to Cart\"\nbutton on an item they don't actually want before the network request begins?\nIf that happens and the network request begins, then that purchase function\nwill send the accidentally added item because the `cart` array was modified.\n\nA great solution would be for the `addItemToCart` function to always clone the\n`cart`, edit it, and return the clone. This would ensure that functions that are still\nusing the old shopping cart wouldn't be affected by the changes.\n\nTwo caveats to mention to this approach:\n\n1. There might be cases where you actually want to modify the input object,\n   but when you adopt this programming practice you will find that those cases\n   are pretty rare. Most things can be refactored to have no side effects!\n\n2. Cloning big objects can be very expensive in terms of performance. Luckily,\n   this isn't a big issue in practice because there are\n   [great libraries](https://facebook.github.io/immutable-js/) that allow\n   this kind of programming approach to be fast and not as memory intensive as\n   it would be for you to manually clone objects and arrays.\n\n**Bad:**\n\n```javascript\nconst addItemToCart = (cart, item) => {\n  cart.push({ item, date: Date.now() });\n};\n```\n\n**Good:**\n\n```javascript\nconst addItemToCart = (cart, item) => {\n  return [...cart, { item, date: Date.now() }];\n};\n```\n\n**[⬆ back to top](#table-of-contents)**\n\n### Don't write to global functions\n\nPolluting globals is a bad practice in JavaScript because you could clash with another\nlibrary and the user of your API would be none-the-wiser until they get an\nexception in production. Let's think about an example: what if you wanted to\nextend JavaScript's native Array method to have a `diff` method that could\nshow the difference between two arrays? You could write your new function\nto the `Array.prototype`, but it could clash with another library that tried\nto do the same thing. What if that other library was just using `diff` to find\nthe difference between the first and last elements of an array? This is why it\nwould be much better to just use ES2015/ES6 classes and simply extend the `Array` global.\n\n**Bad:**\n\n```javascript\nArray.prototype.diff = function diff(comparisonArray) {\n  const hash = new Set(comparisonArray);\n  return this.filter(elem => !hash.has(elem));\n};\n```\n\n**Good:**\n\n```javascript\nclass SuperArray extends Array {\n  diff(comparisonArray) {\n    const hash = new Set(comparisonArray);\n    return this.filter(elem => !hash.has(elem));\n  }\n}\n```\n\n**[⬆ back to top](#table-of-contents)**\n\n### Favor functional programming over imperative programming\n\nJavaScript isn't a functional language in the way that Haskell is, but it has\na functional flavor to it. Functional languages can be cleaner and easier to test.\nFavor this style of programming when you can.\n\n**Bad:**\n\n```javascript\nconst programmerOutput = [\n  {\n    name: 'Uncle Bobby',\n    linesOfCode: 500\n  },\n  {\n    name: 'Suzie Q',\n    linesOfCode: 1500\n  },\n  {\n    name: 'Jimmy Gosling',\n    linesOfCode: 150\n  },\n  {\n    name: 'Gracie Hopper',\n    linesOfCode: 1000\n  }\n];\n\nlet totalOutput = 0;\n\nfor (let i = 0; i < programmerOutput.length; i++) {\n  totalOutput += programmerOutput[i].linesOfCode;\n}\n```\n\n**Good:**\n\n```javascript\nconst programmerOutput = [\n  {\n    name: 'Uncle Bobby',\n    linesOfCode: 500\n  },\n  {\n    name: 'Suzie Q',\n    linesOfCode: 1500\n  },\n  {\n    name: 'Jimmy Gosling',\n    linesOfCode: 150\n  },\n  {\n    name: 'Gracie Hopper',\n    linesOfCode: 1000\n  }\n];\n\nconst totalOutput = programmerOutput.reduce(\n  (totalLines, output) => totalLines + output.linesOfCode,\n  0\n);\n```\n\n**[⬆ back to top](#table-of-contents)**\n\n### Encapsulate conditionals\n\n**Bad:**\n\n```javascript\nif (fsm.state === 'fetching' && isEmpty(listNode)) {\n  // ...\n}\n```\n\n**Good:**\n\n```javascript\nfunction shouldShowSpinner(fsm, listNode) {\n  return fsm.state === 'fetching' && isEmpty(listNode);\n}\n\nif (shouldShowSpinner(fsmInstance, listNodeInstance)) {\n  // ...\n}\n```\n\n**[⬆ back to top](#table-of-contents)**\n\n### Avoid negative conditionals\n\n**Bad:**\n\n```javascript\nfunction isDOMNodeNotPresent(node) {\n  // ...\n}\n\nif (!isDOMNodeNotPresent(node)) {\n  // ...\n}\n```\n\n**Good:**\n\n```javascript\nfunction isDOMNodePresent(node) {\n  // ...\n}\n\nif (isDOMNodePresent(node)) {\n  // ...\n}\n```\n\n**[⬆ back to top](#table-of-contents)**\n\n### Avoid conditionals\n\nThis seems like an impossible task. Upon first hearing this, most people say,\n\"how am I supposed to do anything without an `if` statement?\" The answer is that\nyou can use polymorphism to achieve the same task in many cases. The second\nquestion is usually, \"well that's great but why would I want to do that?\" The\nanswer is a previous clean code concept we learned: a function should only do\none thing. When you have classes and functions that have `if` statements, you\nare telling your user that your function does more than one thing. Remember,\njust do one thing.\n\n**Bad:**\n\n```javascript\nclass Airplane {\n  // ...\n  getCruisingAltitude() {\n    switch (this.type) {\n      case '777':\n        return this.getMaxAltitude() - this.getPassengerCount();\n      case 'Air Force One':\n        return this.getMaxAltitude();\n      case 'Cessna':\n        return this.getMaxAltitude() - this.getFuelExpenditure();\n    }\n  }\n}\n```\n\n**Good:**\n\n```javascript\nclass Airplane {\n  // ...\n}\n\nclass Boeing777 extends Airplane {\n  // ...\n  getCruisingAltitude() {\n    return this.getMaxAltitude() - this.getPassengerCount();\n  }\n}\n\nclass AirForceOne extends Airplane {\n  // ...\n  getCruisingAltitude() {\n    return this.getMaxAltitude();\n  }\n}\n\nclass Cessna extends Airplane {\n  // ...\n  getCruisingAltitude() {\n    return this.getMaxAltitude() - this.getFuelExpenditure();\n  }\n}\n```\n\n**[⬆ back to top](#table-of-contents)**\n\n### Avoid type-checking (part 1)\n\nJavaScript is untyped, which means your functions can take any type of argument.\nSometimes you are bitten by this freedom and it becomes tempting to do\ntype-checking in your functions. There are many ways to avoid having to do this.\nThe first thing to consider is consistent APIs.\n\n**Bad:**\n\n```javascript\nfunction travelToTexas(vehicle) {\n  if (vehicle instanceof Bicycle) {\n    vehicle.pedal(this.currentLocation, new Location('texas'));\n  } else if (vehicle instanceof Car) {\n    vehicle.drive(this.currentLocation, new Location('texas'));\n  }\n}\n```\n\n**Good:**\n\n```javascript\nfunction travelToTexas(vehicle) {\n  vehicle.move(this.currentLocation, new Location('texas'));\n}\n```\n\n**[⬆ back to top](#table-of-contents)**\n\n### Avoid type-checking (part 2)\n\nIf you are working with basic primitive values like strings and integers,\nand you can't use polymorphism but you still feel the need to type-check,\nyou should consider using TypeScript. It is an excellent alternative to normal\nJavaScript, as it provides you with static typing on top of standard JavaScript\nsyntax. The problem with manually type-checking normal JavaScript is that\ndoing it well requires so much extra verbiage that the faux \"type-safety\" you get\ndoesn't make up for the lost readability. Keep your JavaScript clean, write\ngood tests, and have good code reviews. Otherwise, do all of that but with\nTypeScript (which, like I said, is a great alternative!).\n\n**Bad:**\n\n```javascript\nfunction combine(val1, val2) {\n  if (\n    (typeof val1 === 'number' && typeof val2 === 'number') ||\n    (typeof val1 === 'string' && typeof val2 === 'string')\n  ) {\n    return val1 + val2;\n  }\n\n  throw new Error('Must be of type String or Number');\n}\n```\n\n**Good:**\n\n```javascript\nfunction combine(val1, val2) {\n  return val1 + val2;\n}\n```\n\n**[⬆ back to top](#table-of-contents)**\n\n### Don't over-optimize\n\nModern browsers do a lot of optimization under-the-hood at runtime. A lot of\ntimes, if you are optimizing then you are just wasting your time. [There are good\nresources](https://github.com/petkaantonov/bluebird/wiki/Optimization-killers)\nfor seeing where optimization is lacking. Target those in the meantime, until\nthey are fixed if they can be.\n\n**Bad:**\n\n```javascript\n// On old browsers, each iteration with uncached `list.length` would be costly\n// because of `list.length` recomputation. In modern browsers, this is optimized.\nfor (let i = 0, len = list.length; i < len; i++) {\n  // ...\n}\n```\n\n**Good:**\n\n```javascript\nfor (let i = 0; i < list.length; i++) {\n  // ...\n}\n```\n\n**[⬆ back to top](#table-of-contents)**\n\n### Remove dead code\n\nDead code is just as bad as duplicate code. There's no reason to keep it in\nyour codebase. If it's not being called, get rid of it! It will still be safe\nin your version history if you still need it.\n\n**Bad:**\n\n```javascript\nfunction oldRequestModule(url) {\n  // ...\n}\n\nfunction newRequestModule(url) {\n  // ...\n}\n\nconst req = newRequestModule;\ninventoryTracker('apples', req, 'www.inventory-awesome.io');\n```\n\n**Good:**\n\n```javascript\nfunction newRequestModule(url) {\n  // ...\n}\n\nconst req = newRequestModule;\ninventoryTracker('apples', req, 'www.inventory-awesome.io');\n```\n\n**[⬆ back to top](#table-of-contents)**\n\n## **Objects and Data Structures**\n\n### Use getters and setters\n\nUsing getters and setters to access data on objects could be better than simply\nlooking for a property on an object. \"Why?\" you might ask. Well, here's an\nunorganized list of reasons why:\n\n- When you want to do more beyond getting an object property, you don't have\n  to look up and change every accessor in your codebase.\n- Makes adding validation simple when doing a `set`.\n- Encapsulates the internal representation.\n- Easy to add logging and error handling when getting and setting.\n- You can lazy load your object's properties, let's say getting it from a\n  server.\n\n**Bad:**\n\n```javascript\nfunction makeBankAccount() {\n  // ...\n\n  return {\n    balance: 0\n    // ...\n  };\n}\n\nconst account = makeBankAccount();\naccount.balance = 100;\n```\n\n**Good:**\n\n```javascript\nfunction makeBankAccount() {\n  // this one is private\n  let balance = 0;\n\n  // a \"getter\", made public via the returned object below\n  function getBalance() {\n    return balance;\n  }\n\n  // a \"setter\", made public via the returned object below\n  function setBalance(amount) {\n    // ... validate before updating the balance\n    balance = amount;\n  }\n\n  return {\n    // ...\n    getBalance,\n    setBalance\n  };\n}\n\nconst account = makeBankAccount();\naccount.setBalance(100);\n```\n\n**[⬆ back to top](#table-of-contents)**\n\n### Make objects have private members\n\nThis can be accomplished through closures (for ES5 and below).\n\n**Bad:**\n\n```javascript\nconst Employee = function (name) {\n  this.name = name;\n};\n\nEmployee.prototype.getName = function getName() {\n  return this.name;\n};\n\nconst employee = new Employee('John Doe');\nconsole.log(`Employee name: ${employee.getName()}`); // Employee name: John Doe\ndelete employee.name;\nconsole.log(`Employee name: ${employee.getName()}`); // Employee name: undefined\n```\n\n**Good:**\n\n```javascript\nfunction makeEmployee(name) {\n  return {\n    getName() {\n      return name;\n    }\n  };\n}\n\nconst employee = makeEmployee('John Doe');\nconsole.log(`Employee name: ${employee.getName()}`); // Employee name: John Doe\ndelete employee.name;\nconsole.log(`Employee name: ${employee.getName()}`); // Employee name: John Doe\n```\n\n**[⬆ back to top](#table-of-contents)**\n\n## **Classes**\n\n### Prefer ES2015/ES6 classes over ES5 plain functions\n\nIt's very difficult to get readable class inheritance, construction, and method\ndefinitions for classical ES5 classes. If you need inheritance (and be aware\nthat you might not), then prefer ES2015/ES6 classes. However, prefer small functions over\nclasses until you find yourself needing larger and more complex objects.\n\n**Bad:**\n\n```javascript\nconst Animal = function (age) {\n  if (!(this instanceof Animal)) {\n    throw new Error('Instantiate Animal with `new`');\n  }\n\n  this.age = age;\n};\n\nAnimal.prototype.move = function move() {};\n\nconst Mammal = function (age, furColor) {\n  if (!(this instanceof Mammal)) {\n    throw new Error('Instantiate Mammal with `new`');\n  }\n\n  Animal.call(this, age);\n  this.furColor = furColor;\n};\n\nMammal.prototype = Object.create(Animal.prototype);\nMammal.prototype.constructor = Mammal;\nMammal.prototype.liveBirth = function liveBirth() {};\n\nconst Human = function (age, furColor, languageSpoken) {\n  if (!(this instanceof Human)) {\n    throw new Error('Instantiate Human with `new`');\n  }\n\n  Mammal.call(this, age, furColor);\n  this.languageSpoken = languageSpoken;\n};\n\nHuman.prototype = Object.create(Mammal.prototype);\nHuman.prototype.constructor = Human;\nHuman.prototype.speak = function speak() {};\n```\n\n**Good:**\n\n```javascript\nclass Animal {\n  constructor(age) {\n    this.age = age;\n  }\n\n  move() {\n    /* ... */\n  }\n}\n\nclass Mammal extends Animal {\n  constructor(age, furColor) {\n    super(age);\n    this.furColor = furColor;\n  }\n\n  liveBirth() {\n    /* ... */\n  }\n}\n\nclass Human extends Mammal {\n  constructor(age, furColor, languageSpoken) {\n    super(age, furColor);\n    this.languageSpoken = languageSpoken;\n  }\n\n  speak() {\n    /* ... */\n  }\n}\n```\n\n**[⬆ back to top](#table-of-contents)**\n\n### Use method chaining\n\nThis pattern is very useful in JavaScript and you see it in many libraries such\nas jQuery and Lodash. It allows your code to be expressive, and less verbose.\nFor that reason, I say, use method chaining and take a look at how clean your code\nwill be. In your class functions, simply return `this` at the end of every function,\nand you can chain further class methods onto it.\n\n**Bad:**\n\n```javascript\nclass Car {\n  constructor(make, model, color) {\n    this.make = make;\n    this.model = model;\n    this.color = color;\n  }\n\n  setMake(make) {\n    this.make = make;\n  }\n\n  setModel(model) {\n    this.model = model;\n  }\n\n  setColor(color) {\n    this.color = color;\n  }\n\n  save() {\n    console.log(this.make, this.model, this.color);\n  }\n}\n\nconst car = new Car('Ford', 'F-150', 'red');\ncar.setColor('pink');\ncar.save();\n```\n\n**Good:**\n\n```javascript\nclass Car {\n  constructor(make, model, color) {\n    this.make = make;\n    this.model = model;\n    this.color = color;\n  }\n\n  setMake(make) {\n    this.make = make;\n    // NOTE: Returning this for chaining\n    return this;\n  }\n\n  setModel(model) {\n    this.model = model;\n    // NOTE: Returning this for chaining\n    return this;\n  }\n\n  setColor(color) {\n    this.color = color;\n    // NOTE: Returning this for chaining\n    return this;\n  }\n\n  save() {\n    console.log(this.make, this.model, this.color);\n    // NOTE: Returning this for chaining\n    return this;\n  }\n}\n\nconst car = new Car('Ford', 'F-150', 'red').setColor('pink').save();\n```\n\n**[⬆ back to top](#table-of-contents)**\n\n### Prefer composition over inheritance\n\nAs stated famously in [_Design Patterns_](https://en.wikipedia.org/wiki/Design_Patterns) by the Gang of Four,\nyou should prefer composition over inheritance where you can. There are lots of\ngood reasons to use inheritance and lots of good reasons to use composition.\nThe main point for this maxim is that if your mind instinctively goes for\ninheritance, try to think if composition could model your problem better. In some\ncases it can.\n\nYou might be wondering then, \"when should I use inheritance?\" It\ndepends on your problem at hand, but this is a decent list of when inheritance\nmakes more sense than composition:\n\n1. Your inheritance represents an \"is-a\" relationship and not a \"has-a\"\n   relationship (Human->Animal vs. User->UserDetails).\n2. You can reuse code from the base classes (Humans can move like all animals).\n3. You want to make global changes to derived classes by changing a base class.\n   (Change the caloric expenditure of all animals when they move).\n\n**Bad:**\n\n```javascript\nclass Employee {\n  constructor(name, email) {\n    this.name = name;\n    this.email = email;\n  }\n\n  // ...\n}\n\n// Bad because Employees \"have\" tax data. EmployeeTaxData is not a type of Employee\nclass EmployeeTaxData extends Employee {\n  constructor(ssn, salary) {\n    super();\n    this.ssn = ssn;\n    this.salary = salary;\n  }\n\n  // ...\n}\n```\n\n**Good:**\n\n```javascript\nclass EmployeeTaxData {\n  constructor(ssn, salary) {\n    this.ssn = ssn;\n    this.salary = salary;\n  }\n\n  // ...\n}\n\nclass Employee {\n  constructor(name, email) {\n    this.name = name;\n    this.email = email;\n  }\n\n  setTaxData(ssn, salary) {\n    this.taxData = new EmployeeTaxData(ssn, salary);\n  }\n  // ...\n}\n```\n\n**[⬆ back to top](#table-of-contents)**\n\n## **SOLID**\n\n### Single Responsibility Principle (SRP)\n\nAs stated in Clean Code, \"There should never be more than one reason for a class\nto change\". It's tempting to jam-pack a class with a lot of functionality, like\nwhen you can only take one suitcase on your flight. The issue with this is\nthat your class won't be conceptually cohesive and it will give it many reasons\nto change. Minimizing the amount of times you need to change a class is important.\nIt's important because if too much functionality is in one class and you modify\na piece of it, it can be difficult to understand how that will affect other\ndependent modules in your codebase.\n\n**Bad:**\n\n```javascript\nclass UserSettings {\n  constructor(user) {\n    this.user = user;\n  }\n\n  changeSettings(settings) {\n    if (this.verifyCredentials()) {\n      // ...\n    }\n  }\n\n  verifyCredentials() {\n    // ...\n  }\n}\n```\n\n**Good:**\n\n```javascript\nclass UserAuth {\n  constructor(user) {\n    this.user = user;\n  }\n\n  verifyCredentials() {\n    // ...\n  }\n}\n\nclass UserSettings {\n  constructor(user) {\n    this.user = user;\n    this.auth = new UserAuth(user);\n  }\n\n  changeSettings(settings) {\n    if (this.auth.verifyCredentials()) {\n      // ...\n    }\n  }\n}\n```\n\n**[⬆ back to top](#table-of-contents)**\n\n### Open/Closed Principle (OCP)\n\nAs stated by Bertrand Meyer, \"software entities (classes, modules, functions,\netc.) should be open for extension, but closed for modification.\" What does that\nmean though? This principle basically states that you should allow users to\nadd new functionalities without changing existing code.\n\n**Bad:**\n\n```javascript\nclass AjaxAdapter extends Adapter {\n  constructor() {\n    super();\n    this.name = 'ajaxAdapter';\n  }\n}\n\nclass NodeAdapter extends Adapter {\n  constructor() {\n    super();\n    this.name = 'nodeAdapter';\n  }\n}\n\nclass HttpRequester {\n  constructor(adapter) {\n    this.adapter = adapter;\n  }\n\n  fetch(url) {\n    if (this.adapter.name === 'ajaxAdapter') {\n      return makeAjaxCall(url).then(response => {\n        // transform response and return\n      });\n    } else if (this.adapter.name === 'nodeAdapter') {\n      return makeHttpCall(url).then(response => {\n        // transform response and return\n      });\n    }\n  }\n}\n\nfunction makeAjaxCall(url) {\n  // request and return promise\n}\n\nfunction makeHttpCall(url) {\n  // request and return promise\n}\n```\n\n**Good:**\n\n```javascript\nclass AjaxAdapter extends Adapter {\n  constructor() {\n    super();\n    this.name = 'ajaxAdapter';\n  }\n\n  request(url) {\n    // request and return promise\n  }\n}\n\nclass NodeAdapter extends Adapter {\n  constructor() {\n    super();\n    this.name = 'nodeAdapter';\n  }\n\n  request(url) {\n    // request and return promise\n  }\n}\n\nclass HttpRequester {\n  constructor(adapter) {\n    this.adapter = adapter;\n  }\n\n  fetch(url) {\n    return this.adapter.request(url).then(response => {\n      // transform response and return\n    });\n  }\n}\n```\n\n**[⬆ back to top](#table-of-contents)**\n\n### Liskov Substitution Principle (LSP)\n\nThis is a scary term for a very simple concept. It's formally defined as \"If S\nis a subtype of T, then objects of type T may be replaced with objects of type S\n(i.e., objects of type S may substitute objects of type T) without altering any\nof the desirable properties of that program (correctness, task performed,\netc.).\" That's an even scarier definition.\n\nThe best explanation for this is if you have a parent class and a child class,\nthen the base class and child class can be used interchangeably without getting\nincorrect results. This might still be confusing, so let's take a look at the\nclassic Square-Rectangle example. Mathematically, a square is a rectangle, but\nif you model it using the \"is-a\" relationship via inheritance, you quickly\nget into trouble.\n\n**Bad:**\n\n```javascript\nclass Rectangle {\n  constructor() {\n    this.width = 0;\n    this.height = 0;\n  }\n\n  setColor(color) {\n    // ...\n  }\n\n  render(area) {\n    // ...\n  }\n\n  setWidth(width) {\n    this.width = width;\n  }\n\n  setHeight(height) {\n    this.height = height;\n  }\n\n  getArea() {\n    return this.width * this.height;\n  }\n}\n\nclass Square extends Rectangle {\n  setWidth(width) {\n    this.width = width;\n    this.height = width;\n  }\n\n  setHeight(height) {\n    this.width = height;\n    this.height = height;\n  }\n}\n\nfunction renderLargeRectangles(rectangles) {\n  rectangles.forEach(rectangle => {\n    rectangle.setWidth(4);\n    rectangle.setHeight(5);\n    const area = rectangle.getArea(); // BAD: Returns 25 for Square. Should be 20.\n    rectangle.render(area);\n  });\n}\n\nconst rectangles = [new Rectangle(), new Rectangle(), new Square()];\nrenderLargeRectangles(rectangles);\n```\n\n**Good:**\n\n```javascript\nclass Shape {\n  setColor(color) {\n    // ...\n  }\n\n  render(area) {\n    // ...\n  }\n}\n\nclass Rectangle extends Shape {\n  constructor(width, height) {\n    super();\n    this.width = width;\n    this.height = height;\n  }\n\n  getArea() {\n    return this.width * this.height;\n  }\n}\n\nclass Square extends Shape {\n  constructor(length) {\n    super();\n    this.length = length;\n  }\n\n  getArea() {\n    return this.length * this.length;\n  }\n}\n\nfunction renderLargeShapes(shapes) {\n  shapes.forEach(shape => {\n    const area = shape.getArea();\n    shape.render(area);\n  });\n}\n\nconst shapes = [new Rectangle(4, 5), new Rectangle(4, 5), new Square(5)];\nrenderLargeShapes(shapes);\n```\n\n**[⬆ back to top](#table-of-contents)**\n\n### Interface Segregation Principle (ISP)\n\nJavaScript doesn't have interfaces so this principle doesn't apply as strictly\nas others. However, it's important and relevant even with JavaScript's lack of\ntype system.\n\nISP states that \"Clients should not be forced to depend upon interfaces that\nthey do not use.\" Interfaces are implicit contracts in JavaScript because of\nduck typing.\n\nA good example to look at that demonstrates this principle in JavaScript is for\nclasses that require large settings objects. Not requiring clients to setup\nhuge amounts of options is beneficial, because most of the time they won't need\nall of the settings. Making them optional helps prevent having a\n\"fat interface\".\n\n**Bad:**\n\n```javascript\nclass DOMTraverser {\n  constructor(settings) {\n    this.settings = settings;\n    this.setup();\n  }\n\n  setup() {\n    this.rootNode = this.settings.rootNode;\n    this.settings.animationModule.setup();\n  }\n\n  traverse() {\n    // ...\n  }\n}\n\nconst $ = new DOMTraverser({\n  rootNode: document.getElementsByTagName('body'),\n  animationModule() {} // Most of the time, we won't need to animate when traversing.\n  // ...\n});\n```\n\n**Good:**\n\n```javascript\nclass DOMTraverser {\n  constructor(settings) {\n    this.settings = settings;\n    this.options = settings.options;\n    this.setup();\n  }\n\n  setup() {\n    this.rootNode = this.settings.rootNode;\n    this.setupOptions();\n  }\n\n  setupOptions() {\n    if (this.options.animationModule) {\n      // ...\n    }\n  }\n\n  traverse() {\n    // ...\n  }\n}\n\nconst $ = new DOMTraverser({\n  rootNode: document.getElementsByTagName('body'),\n  options: {\n    animationModule() {}\n  }\n});\n```\n\n**[⬆ back to top](#table-of-contents)**\n\n### Dependency Inversion Principle (DIP)\n\nThis principle states two essential things:\n\n1. High-level modules should not depend on low-level modules. Both should\n   depend on abstractions.\n2. Abstractions should not depend upon details. Details should depend on\n   abstractions.\n\nThis can be hard to understand at first, but if you've worked with AngularJS,\nyou've seen an implementation of this principle in the form of Dependency\nInjection (DI). While they are not identical concepts, DIP keeps high-level\nmodules from knowing the details of its low-level modules and setting them up.\nIt can accomplish this through DI. A huge benefit of this is that it reduces\nthe coupling between modules. Coupling is a very bad development pattern because\nit makes your code hard to refactor.\n\nAs stated previously, JavaScript doesn't have interfaces so the abstractions\nthat are depended upon are implicit contracts. That is to say, the methods\nand properties that an object/class exposes to another object/class. In the\nexample below, the implicit contract is that any Request module for an\n`InventoryTracker` will have a `requestItems` method.\n\n**Bad:**\n\n```javascript\nclass InventoryRequester {\n  constructor() {\n    this.REQ_METHODS = ['HTTP'];\n  }\n\n  requestItem(item) {\n    // ...\n  }\n}\n\nclass InventoryTracker {\n  constructor(items) {\n    this.items = items;\n\n    // BAD: We have created a dependency on a specific request implementation.\n    // We should just have requestItems depend on a request method: `request`\n    this.requester = new InventoryRequester();\n  }\n\n  requestItems() {\n    this.items.forEach(item => {\n      this.requester.requestItem(item);\n    });\n  }\n}\n\nconst inventoryTracker = new InventoryTracker(['apples', 'bananas']);\ninventoryTracker.requestItems();\n```\n\n**Good:**\n\n```javascript\nclass InventoryTracker {\n  constructor(items, requester) {\n    this.items = items;\n    this.requester = requester;\n  }\n\n  requestItems() {\n    this.items.forEach(item => {\n      this.requester.requestItem(item);\n    });\n  }\n}\n\nclass InventoryRequesterV1 {\n  constructor() {\n    this.REQ_METHODS = ['HTTP'];\n  }\n\n  requestItem(item) {\n    // ...\n  }\n}\n\nclass InventoryRequesterV2 {\n  constructor() {\n    this.REQ_METHODS = ['WS'];\n  }\n\n  requestItem(item) {\n    // ...\n  }\n}\n\n// By constructing our dependencies externally and injecting them, we can easily\n// substitute our request module for a fancy new one that uses WebSockets.\nconst inventoryTracker = new InventoryTracker(['apples', 'bananas'], new InventoryRequesterV2());\ninventoryTracker.requestItems();\n```\n\n**[⬆ back to top](#table-of-contents)**\n\n## **Testing**\n\nTesting is more important than shipping. If you have no tests or an\ninadequate amount, then every time you ship code you won't be sure that you\ndidn't break anything. Deciding on what constitutes an adequate amount is up\nto your team, but having 100% coverage (all statements and branches) is how\nyou achieve very high confidence and developer peace of mind. This means that\nin addition to having a great testing framework, you also need to use a\n[good coverage tool](https://gotwarlost.github.io/istanbul/).\n\nThere's no excuse to not write tests. There are [plenty of good JS test frameworks](https://jstherightway.org/#testing-tools), so find one that your team prefers.\nWhen you find one that works for your team, then aim to always write tests\nfor every new feature/module you introduce. If your preferred method is\nTest Driven Development (TDD), that is great, but the main point is to just\nmake sure you are reaching your coverage goals before launching any feature,\nor refactoring an existing one.\n\n### Single concept per test\n\n**Bad:**\n\n```javascript\nimport assert from 'assert';\n\ndescribe('MomentJS', () => {\n  it('handles date boundaries', () => {\n    let date;\n\n    date = new MomentJS('1/1/2015');\n    date.addDays(30);\n    assert.equal('1/31/2015', date);\n\n    date = new MomentJS('2/1/2016');\n    date.addDays(28);\n    assert.equal('02/29/2016', date);\n\n    date = new MomentJS('2/1/2015');\n    date.addDays(28);\n    assert.equal('03/01/2015', date);\n  });\n});\n```\n\n**Good:**\n\n```javascript\nimport assert from 'assert';\n\ndescribe('MomentJS', () => {\n  it('handles 30-day months', () => {\n    const date = new MomentJS('1/1/2015');\n    date.addDays(30);\n    assert.equal('1/31/2015', date);\n  });\n\n  it('handles leap year', () => {\n    const date = new MomentJS('2/1/2016');\n    date.addDays(28);\n    assert.equal('02/29/2016', date);\n  });\n\n  it('handles non-leap year', () => {\n    const date = new MomentJS('2/1/2015');\n    date.addDays(28);\n    assert.equal('03/01/2015', date);\n  });\n});\n```\n\n**[⬆ back to top](#table-of-contents)**\n\n## **Concurrency**\n\n### Use Promises, not callbacks\n\nCallbacks aren't clean, and they cause excessive amounts of nesting. With ES2015/ES6,\nPromises are a built-in global type. Use them!\n\n**Bad:**\n\n```javascript\nimport { get } from 'request';\nimport { writeFile } from 'fs';\n\nget('https://en.wikipedia.org/wiki/Robert_Cecil_Martin', (requestErr, response, body) => {\n  if (requestErr) {\n    console.error(requestErr);\n  } else {\n    writeFile('article.html', body, writeErr => {\n      if (writeErr) {\n        console.error(writeErr);\n      } else {\n        console.log('File written');\n      }\n    });\n  }\n});\n```\n\n**Good:**\n\n```javascript\nimport { get } from 'request-promise';\nimport { writeFile } from 'fs-extra';\n\nget('https://en.wikipedia.org/wiki/Robert_Cecil_Martin')\n  .then(body => {\n    return writeFile('article.html', body);\n  })\n  .then(() => {\n    console.log('File written');\n  })\n  .catch(err => {\n    console.error(err);\n  });\n```\n\n**[⬆ back to top](#table-of-contents)**\n\n### Async/Await are even cleaner than Promises\n\nPromises are a very clean alternative to callbacks, but ES2017/ES8 brings async and await\nwhich offer an even cleaner solution. All you need is a function that is prefixed\nin an `async` keyword, and then you can write your logic imperatively without\na `then` chain of functions. Use this if you can take advantage of ES2017/ES8 features\ntoday!\n\n**Bad:**\n\n```javascript\nimport { get } from 'request-promise';\nimport { writeFile } from 'fs-extra';\n\nget('https://en.wikipedia.org/wiki/Robert_Cecil_Martin')\n  .then(body => {\n    return writeFile('article.html', body);\n  })\n  .then(() => {\n    console.log('File written');\n  })\n  .catch(err => {\n    console.error(err);\n  });\n```\n\n**Good:**\n\n```javascript\nimport { get } from 'request-promise';\nimport { writeFile } from 'fs-extra';\n\nasync function getCleanCodeArticle() {\n  try {\n    const body = await get('https://en.wikipedia.org/wiki/Robert_Cecil_Martin');\n    await writeFile('article.html', body);\n    console.log('File written');\n  } catch (err) {\n    console.error(err);\n  }\n}\n\ngetCleanCodeArticle();\n```\n\n**[⬆ back to top](#table-of-contents)**\n\n## **Error Handling**\n\nThrown errors are a good thing! They mean the runtime has successfully\nidentified when something in your program has gone wrong and it's letting\nyou know by stopping function execution on the current stack, killing the\nprocess (in Node), and notifying you in the console with a stack trace.\n\n### Don't ignore caught errors\n\nDoing nothing with a caught error doesn't give you the ability to ever fix\nor react to said error. Logging the error to the console (`console.log`)\nisn't much better as often times it can get lost in a sea of things printed\nto the console. If you wrap any bit of code in a `try/catch` it means you\nthink an error may occur there and therefore you should have a plan,\nor create a code path, for when it occurs.\n\n**Bad:**\n\n```javascript\ntry {\n  functionThatMightThrow();\n} catch (error) {\n  console.log(error);\n}\n```\n\n**Good:**\n\n```javascript\ntry {\n  functionThatMightThrow();\n} catch (error) {\n  // One option (more noisy than console.log):\n  console.error(error);\n  // Another option:\n  notifyUserOfError(error);\n  // Another option:\n  reportErrorToService(error);\n  // OR do all three!\n}\n```\n\n### Don't ignore rejected promises\n\nFor the same reason you shouldn't ignore caught errors\nfrom `try/catch`.\n\n**Bad:**\n\n```javascript\ngetdata()\n  .then(data => {\n    functionThatMightThrow(data);\n  })\n  .catch(error => {\n    console.log(error);\n  });\n```\n\n**Good:**\n\n```javascript\ngetdata()\n  .then(data => {\n    functionThatMightThrow(data);\n  })\n  .catch(error => {\n    // One option (more noisy than console.log):\n    console.error(error);\n    // Another option:\n    notifyUserOfError(error);\n    // Another option:\n    reportErrorToService(error);\n    // OR do all three!\n  });\n```\n\n**[⬆ back to top](#table-of-contents)**\n\n## **Formatting**\n\nFormatting is subjective. Like many rules herein, there is no hard and fast\nrule that you must follow. The main point is DO NOT ARGUE over formatting.\nThere are [tons of tools](https://standardjs.com/rules.html) to automate this.\nUse one! It's a waste of time and money for engineers to argue over formatting.\n\nFor things that don't fall under the purview of automatic formatting\n(indentation, tabs vs. spaces, double vs. single quotes, etc.) look here\nfor some guidance.\n\n### Use consistent capitalization\n\nJavaScript is untyped, so capitalization tells you a lot about your variables,\nfunctions, etc. These rules are subjective, so your team can choose whatever\nthey want. The point is, no matter what you all choose, just be consistent.\n\n**Bad:**\n\n```javascript\nconst DAYS_IN_WEEK = 7;\nconst daysInMonth = 30;\n\nconst songs = ['Back In Black', 'Stairway to Heaven', 'Hey Jude'];\nconst Artists = ['ACDC', 'Led Zeppelin', 'The Beatles'];\n\nfunction eraseDatabase() {}\nfunction restore_database() {}\n\nclass animal {}\nclass Alpaca {}\n```\n\n**Good:**\n\n```javascript\nconst DAYS_IN_WEEK = 7;\nconst DAYS_IN_MONTH = 30;\n\nconst SONGS = ['Back In Black', 'Stairway to Heaven', 'Hey Jude'];\nconst ARTISTS = ['ACDC', 'Led Zeppelin', 'The Beatles'];\n\nfunction eraseDatabase() {}\nfunction restoreDatabase() {}\n\nclass Animal {}\nclass Alpaca {}\n```\n\n**[⬆ back to top](#table-of-contents)**\n\n### Function callers and callees should be close\n\nIf a function calls another, keep those functions vertically close in the source\nfile. Ideally, keep the caller right above the callee. We tend to read code from\ntop-to-bottom, like a newspaper. Because of this, make your code read that way.\n\n**Bad:**\n\n```javascript\nclass PerformanceReview {\n  constructor(employee) {\n    this.employee = employee;\n  }\n\n  lookupPeers() {\n    return db.lookup(this.employee, 'peers');\n  }\n\n  lookupManager() {\n    return db.lookup(this.employee, 'manager');\n  }\n\n  getPeerReviews() {\n    const peers = this.lookupPeers();\n    // ...\n  }\n\n  perfReview() {\n    this.getPeerReviews();\n    this.getManagerReview();\n    this.getSelfReview();\n  }\n\n  getManagerReview() {\n    const manager = this.lookupManager();\n  }\n\n  getSelfReview() {\n    // ...\n  }\n}\n\nconst review = new PerformanceReview(employee);\nreview.perfReview();\n```\n\n**Good:**\n\n```javascript\nclass PerformanceReview {\n  constructor(employee) {\n    this.employee = employee;\n  }\n\n  perfReview() {\n    this.getPeerReviews();\n    this.getManagerReview();\n    this.getSelfReview();\n  }\n\n  getPeerReviews() {\n    const peers = this.lookupPeers();\n    // ...\n  }\n\n  lookupPeers() {\n    return db.lookup(this.employee, 'peers');\n  }\n\n  getManagerReview() {\n    const manager = this.lookupManager();\n  }\n\n  lookupManager() {\n    return db.lookup(this.employee, 'manager');\n  }\n\n  getSelfReview() {\n    // ...\n  }\n}\n\nconst review = new PerformanceReview(employee);\nreview.perfReview();\n```\n\n**[⬆ back to top](#table-of-contents)**\n\n## **Comments**\n\n### Only comment things that have business logic complexity.\n\nComments are an apology, not a requirement. Good code _mostly_ documents itself.\n\n**Bad:**\n\n```javascript\nfunction hashIt(data) {\n  // The hash\n  let hash = 0;\n\n  // Length of string\n  const length = data.length;\n\n  // Loop through every character in data\n  for (let i = 0; i < length; i++) {\n    // Get character code.\n    const char = data.charCodeAt(i);\n    // Make the hash\n    hash = (hash << 5) - hash + char;\n    // Convert to 32-bit integer\n    hash &= hash;\n  }\n}\n```\n\n**Good:**\n\n```javascript\nfunction hashIt(data) {\n  let hash = 0;\n  const length = data.length;\n\n  for (let i = 0; i < length; i++) {\n    const char = data.charCodeAt(i);\n    hash = (hash << 5) - hash + char;\n\n    // Convert to 32-bit integer\n    hash &= hash;\n  }\n}\n```\n\n**[⬆ back to top](#table-of-contents)**\n\n### Don't leave commented out code in your codebase\n\nVersion control exists for a reason. Leave old code in your history.\n\n**Bad:**\n\n```javascript\ndoStuff();\n// doOtherStuff();\n// doSomeMoreStuff();\n// doSoMuchStuff();\n```\n\n**Good:**\n\n```javascript\ndoStuff();\n```\n\n**[⬆ back to top](#table-of-contents)**\n\n### Don't have journal comments\n\nRemember, use version control! There's no need for dead code, commented code,\nand especially journal comments. Use `git log` to get history!\n\n**Bad:**\n\n```javascript\n/**\n * 2016-12-20: Removed monads, didn't understand them (RM)\n * 2016-10-01: Improved using special monads (JP)\n * 2016-02-03: Removed type-checking (LI)\n * 2015-03-14: Added combine with type-checking (JR)\n */\nfunction combine(a, b) {\n  return a + b;\n}\n```\n\n**Good:**\n\n```javascript\nfunction combine(a, b) {\n  return a + b;\n}\n```\n\n**[⬆ back to top](#table-of-contents)**\n\n### Avoid positional markers\n\nThey usually just add noise. Let the functions and variable names along with the\nproper indentation and formatting give the visual structure to your code.\n\n**Bad:**\n\n```javascript\n////////////////////////////////////////////////////////////////////////////////\n// Scope Model Instantiation\n////////////////////////////////////////////////////////////////////////////////\n$scope.model = {\n  menu: 'foo',\n  nav: 'bar'\n};\n\n////////////////////////////////////////////////////////////////////////////////\n// Action setup\n////////////////////////////////////////////////////////////////////////////////\nconst actions = function () {\n  // ...\n};\n```\n\n**Good:**\n\n```javascript\n$scope.model = {\n  menu: 'foo',\n  nav: 'bar'\n};\n\nconst actions = function () {\n  // ...\n};\n```\n\n**[⬆ back to top](#table-of-contents)**\n\n## Translation\n\nThis is also available in other languages:\n\n- ![am](https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/Armenia.png) **Armenian**: [hanumanum/clean-code-javascript/](https://github.com/hanumanum/clean-code-javascript)\n- ![bd](https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/Bangladesh.png) **Bangla(বাংলা)**: [InsomniacSabbir/clean-code-javascript/](https://github.com/InsomniacSabbir/clean-code-javascript/)\n- ![br](https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/Brazil.png) **Brazilian Portuguese**: [fesnt/clean-code-javascript](https://github.com/fesnt/clean-code-javascript)\n- ![cn](https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/China.png) **Simplified Chinese**:\n  - [alivebao/clean-code-js](https://github.com/alivebao/clean-code-js)\n  - [beginor/clean-code-javascript](https://github.com/beginor/clean-code-javascript)\n- ![tw](https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/Taiwan.png) **Traditional Chinese**: [AllJointTW/clean-code-javascript](https://github.com/AllJointTW/clean-code-javascript)\n- ![fr](https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/France.png) **French**: [eugene-augier/clean-code-javascript-fr](https://github.com/eugene-augier/clean-code-javascript-fr)\n- ![de](https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/Germany.png) **German**: [marcbruederlin/clean-code-javascript](https://github.com/marcbruederlin/clean-code-javascript)\n- ![id](https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/Indonesia.png) **Indonesia**: [andirkh/clean-code-javascript/](https://github.com/andirkh/clean-code-javascript/)\n- ![it](https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/Italy.png) **Italian**: [frappacchio/clean-code-javascript/](https://github.com/frappacchio/clean-code-javascript/)\n- ![ja](https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/Japan.png) **Japanese**: [mitsuruog/clean-code-javascript/](https://github.com/mitsuruog/clean-code-javascript/)\n- ![kr](https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/South-Korea.png) **Korean**: [qkraudghgh/clean-code-javascript-ko](https://github.com/qkraudghgh/clean-code-javascript-ko)\n- ![pl](https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/Poland.png) **Polish**: [greg-dev/clean-code-javascript-pl](https://github.com/greg-dev/clean-code-javascript-pl)\n- ![ru](https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/Russia.png) **Russian**:\n  - [BoryaMogila/clean-code-javascript-ru/](https://github.com/BoryaMogila/clean-code-javascript-ru/)\n  - [maksugr/clean-code-javascript](https://github.com/maksugr/clean-code-javascript)\n- ![es](https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/Spain.png) **Spanish**: [tureey/clean-code-javascript](https://github.com/tureey/clean-code-javascript)\n- ![es](https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/Uruguay.png) **Spanish**: [andersontr15/clean-code-javascript](https://github.com/andersontr15/clean-code-javascript-es)\n- ![rs](https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/Serbia.png) **Serbian**: [doskovicmilos/clean-code-javascript/](https://github.com/doskovicmilos/clean-code-javascript)\n- ![tr](https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/Turkey.png) **Turkish**: [bsonmez/clean-code-javascript](https://github.com/bsonmez/clean-code-javascript/tree/turkish-translation)\n- ![ua](https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/Ukraine.png) **Ukrainian**: [mindfr1k/clean-code-javascript-ua](https://github.com/mindfr1k/clean-code-javascript-ua)\n- ![vi](https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/Vietnam.png) **Vietnamese**: [hienvd/clean-code-javascript/](https://github.com/hienvd/clean-code-javascript/)\n- ![ir](https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/Iran.png) **Persian**: [hamettio/clean-code-javascript](https://github.com/hamettio/clean-code-javascript)\n\n**[⬆ back to top](#table-of-contents)**\n"
  },
  {
    "path": "server/static/testFiles/heading-test.md",
    "content": "# Test Markdown\n\nThe Test File chunk size is 10\n\n## list\n\n- first\n- second\n- third\n\n## Table\n\n| Syntax    | Description |\n| --------- | ----------- |\n| Header    | Title       |\n| Paragraph | Text        |\n\n## CodeBlock\n\n```\n{\n  \"firstName\": \"John\",\n  \"lastName\": \"Smith\",\n  \"age\": 25\n}\n```\n\n## Other\n\nlong text**strong**long textlong textlong textlong textlong textlong textlong textlong textlong textlong textlong textlong textlong textlong textlong textlong textlong textlong text\n"
  },
  {
    "path": "server/static/testFiles/no-match-heading-test.md",
    "content": "The Test File chunk size is 10\n\n#### list\n\n- first\n- second\n- third\n\n#### Table\n\n| Syntax    | Description |\n| --------- | ----------- |\n| Header    | Title       |\n| Paragraph | Text        |\n\n#### CodeBlock\n\n```\n{\n  \"firstName\": \"John\",\n  \"lastName\": \"Smith\",\n  \"age\": 25\n}\n```\n\n#### Other\n\nlong text**strong**long textlong textlong textlong textlong textlong textlong textlong textlong textlong textlong textlong textlong textlong textlong textlong textlong textlong text\n"
  },
  {
    "path": "vercel.json",
    "content": "{\n  \"github\": {\n    \"silent\": true\n  }\n}\n"
  }
]